/** Generated by FG **/
@font-face {
	font-family: 'Conv_amsipronarw-bold';
	src: url('../fonts/amsipronarw-bold.eot');
	src: local('☺'), url('../fonts/amsipronarw-bold.woff') format('woff'), url('../fonts/amsipronarw-bold.ttf') format('truetype'), url('../fonts/amsipronarw-bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/** Generated by FG **/
@font-face {
    font-family: 'Conv_Bebas-Regular';
    src: url('../fonts/Bebas-Regular.eot');
    src: local('☺'), url('../fonts/Bebas-Regular.woff') format('woff'), url('../fonts/Bebas-Regular.ttf') format('truetype'), url('../fonts/Bebas-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
	margin: 0 !important;
	padding: 0;
	overflow-x: hidden;
	font-family: 'Poppins', sans-serif;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* ===== Scrollbar CSS ===== */

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 10px;
    border-radius: 30px;
  }

  *::-webkit-scrollbar-track {
    background-color: #000;
    border-radius: 30px;
  }

  *::-webkit-scrollbar-thumb {
    background-color:#B64A1B;
    height: auto;
    border-radius: 30px;
  }

.more{
    background-color: #4E4A46;

    color: #000;
    display: inline-block;
    padding: 7px 20px 7px 7px;
    border-radius: 10px;
    transition: 0.4s;
    text-decoration: none;
}
.more span{
    background-color: #fff;
    margin: 0;
    font-style: initial !important;
    padding: 7px 20px;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 15px !important;
    line-height: initial;
    display: inline-block;
}
.more i{
        color: #fff;
}
.more:hover{
    background-color: #B64A1B;
}

.site-header {
    position: absolute;
    width: 100%;
    border-top: none;
    margin-bottom: 0;
    top: 15px;
    left: 0;
    z-index: 999;
    background-color: rgb(0, 0, 0, 0, 6);
}


.site-header .toppest-bar {
    padding: 5px 0;
    background-color: transparent;
    display: inline-block;
    width: 100%;
    position: relative;
}
.site-header .toppest-bar .top-info2 {
    display: flex;
    align-items: center;
    float: left;
    position: relative;
}
.site-header .toppest-bar .top-info2.special{
    float: right;
}
.site-header .toppest-bar .top-info2 p {
    margin-bottom: 0;
    font-size: 12px;
    color: #000;
}

.site-header .toppest-bar .top-info2 .contact-num,
.site-header .toppest-bar .top-info2 .contact-num2,
.site-header .toppest-bar .top-info2 .email {
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.site-header .toppest-bar .top-info2 .contact-num2 img {
    width: 20px;
}

.site-header .toppest-bar .top-info2 .contact-num i, .site-header .toppest-bar .top-info2 .email i {
    color: #B64A1B;
    margin: 0;
    font-size: 18px;
    border-radius: 50%;
    text-align: center;
    line-height: 8px;
    margin-right: 6px;
}

.site-header .toppest-bar .top-info2 .contact-num a, .site-header .toppest-bar .top-info2 .contact-num2 a, .site-header .toppest-bar .top-info2 .email a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    padding-left: 0px;
}

.site-header .toppest-bar .top-info2 .email {
    /* padding-left: 20px; */
}

.site-header .top-social {
    float: none;
    position: relative;
    z-index: 1;
    margin: 0;
}
.site-header .toppest-bar ul{
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    justify-content: space-between;
}
.site-header .toppest-bar ul li{
    position: relative;
}
.site-header .toppest-bar ul li::after {
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    right: -28%;
    width: 1px;
    height: 100%;
    background-color: #000;
}
.site-header .toppest-bar ul li:last-child::after{
    display: none;
}
.site-header .top-social a i {
    color: #000;
    margin: 0 5px;
    font-size: 15px;
    border-radius: 50%;
    text-align: center;
}

/* .site-header .top-social a i:hover {
    color: #fff;
} */

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.site-header .bg-light {
    width: 100%;
    padding: 0px 0 0 0;
    background-color: #fff !important;
}

.site-header .navbar-light .navbar-nav .active>.nav-link {
    color: #F8B800;
    position: relative;
    font-weight: 500;
}

.site-header .navbar-light .navbar-nav .active>.nav-link:hover {
    color: #F8B800;
}

.site-header .navbar-light .navbar-nav .active>.nav-link i {
    color: #1f3e28;
    font-size: 30px;
}

.site-header .navbar-light .quote2 {
    color: #fff;
    text-transform: uppercase;
    background-color: #df651c;
    padding: 12px 30px;
    border-radius: 0;
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
}

.site-header .navbar-light .navbar-nav .nav-link:hover::before,
.site-header .navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #F8B800;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 1;
}

.site-header .navbar-light .navbar-nav .nav-link::before,
.site-header .navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    width: 1px;
    height: 3px;
    background-color: #B64A1B !important;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 0;
}

.site-header .navbar-light .navbar-nav .active>.nav-link:before {
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #B64A1B;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 1;
}

.site-header .navbar-light .navbar-nav .nav-item {
    position: relative;
}

.site-header .navbar-light .navbar-nav .nav-link {
    color: #000;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.site-header .navbar-light .navbar-nav .nav-link:focus,
.site-header .navbar-light .navbar-nav .nav-link:hover {
    color: #B64A1B;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    margin-left: 0px;
    width: 260px;
    margin-top: -35px;
    background-color: #000;
    padding: 20px 40px 20px 20px;
    position: relative;
}
.navbar-brand::before {
    width: 45px;
    height: 42px;
    content: "";
    position: absolute;
    top: 0;
    right: -31px;
    background-color: #000;
    z-index: 99;
    clip-path: polygon(33% 0, 0% 85%, 99% 85%);
}
.navbar-brand::after {
    content: "";
    width: 40px;
    height: 100%;
    background: #B17C00;
    top: 0;
    right: 0;
    position: absolute;
    /* clip-path: polygon(31% 100%, 24% 0, 4% 100%); */
    background: #fff;
    right: -1px;
    clip-path: polygon(100% 100%, 100% 0, -1% 100%);
}
.site-header .navbar-nav {
    margin-top: 0;
    background-color: transparent;
    padding: 10px 0px;
}

.site-header .navbar .other-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-header .navbar .other-btns .phone i {
    font-size: 30px;
    padding-right: 8px;
}

.site-header .navbar .other-btns .phone {
    background-color: #012e41;
    color: #fff;
    text-decoration: none;
    padding: 9px 15px;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-header .navbar .more {
    color: #000;
}
.site-header .dropdown-item {
    transition: 0.5s;
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 15px;
    text-transform: initial;
}

.site-header .dropdown-item:focus, .site-header .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #B64A1B;
    padding-left: 40px;
}

.site-header .other-btns {
    position: relative;
}

.site-header .other-btns i {
    color: #fff;
    font-size: 20px;
    padding-left: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    margin-left: 10px;
    transition: 0.3s;
}

.site-header .other-btns i:hover {
    color: #83de17;
}

/*.dropdown:hover>.dropdown-menu {
  display: block;
}*/
.site-header .navbar .top-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 35px;
    position: relative;
    padding-right: 20px;
}

.site-header .navbar .top-contact i {
    font-size: 45px;
    color: #9b3135;
    padding-right: 5px;
}

.site-header .navbar .top-contact .content p {
    margin-bottom: 0;
    color: #000;
}

.site-header .navbar .top-contact img {
    width: 50px;
    margin-right: 10px;
}

.site-header .navbar .top-contact .num {
    color: #1f3e2b;
    font-weight: 800;
    letter-spacing: 0;
    font-size: 30px;
    text-decoration: none;
    position: relative;
    top: -5px;
}

.site-header .navbar .top-contact .contact p {
    margin-bottom: 0;
    color: #fff;
    font-weight: 200;
    letter-spacing: 1px;
}
.navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
}



/* banner section  */

section#main-banner {
/*   padding: 310px 0px 160px; */
	padding: 310px 0px 20px;
  overflow: hidden !important;
  background: url('../images/bannerBg.png') no-repeat;
  background-size: 100%;
  background-position: center;
}

.after-anchor {
  position: relative;
}

section#main-banner {
  position: relative;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
section#main-banner .banner-cont{
    position: relative;
    z-index: 9;
}
/* .button-wrapper a:hover {
  background: var(--secondary-color) !important;
  color: #fff !important;
} */
section#main-banner h4{
    font-style: italic;
    margin-bottom: 20px;
    color: #686868;
}
section#main-banner h1{
    letter-spacing: 0px;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 50px;
    font-size: 40px;
}
section#main-banner h1 span{
    color: #B64A1B;
    text-decoration: underline;
    margin-bottom: 0;
}
section#main-banner span.chnageing-text {
  letter-spacing: 0px;
  color: #000;
  text-transform: uppercase;
}

section#main-banner .more span {
    margin-bottom: 0;
    color: #000;
    line-height: initial;
}
section#main-banner p {
  color: #000;
  margin-bottom: 40px;
  max-width: 597px;
}

.banner-img-wrapper {
  position: absolute;
  top: 10%;
  right: -50%;
  width: 100%;
  height: 100%;
  /* clip-path: polygon(0 32%, 0 0, 100% 0, 100% 100%, 0 100%, 0 40%, 3% 40%, 3% 32%); */
}

.next-image {
  width: 50%;
  height: 100%;
  cursor: pointer;
}

.next-image img {
  width: 100%;
  height: 100%;
}

.next-viewer {
  width: 350px;
  height: 120px;
  background: #000;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 16%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px;
}

.next-image,
.next-title {
  width: 50%;
}

span.chnageing-text::after {
  content: "";
  width: 100%;
  height: 3px;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 0;
}

.slider-tag {
  color: #000;
  font-weight: 400;
  font-size: 15px;
}

.banner-img-wrapper img {
  width: auto;
}

section#main-banner span.title-holder {
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1px;
  line-height: 26px;
  color: #000;
}

.next-title {
  padding: 20px 22px;
}

span.chnageing-text {
  position: relative;
}

.installation-step-card {
  width: calc(100%/4 - 20px);
}

.installation-step-card {
  padding: 20px 20px;
}

.counter-number {
  font: normal normal 900 36px/40px DM Sans;
}

.counter-text {
  font: normal normal 600 18px/40px DM Sans;
}

.banner-counter {
  display: flex;
  gap: 60px;
  padding: 30px 26px;
  background: #fff;
  max-width: 770px;
  text-align: center;
  box-shadow: 0px 3px 10px #00000029;
  border-radius: 10px;
  justify-content: space-between;
}


.count {
  font: normal normal 600 20px/25px Mulish;
}

.count-wraper {
  display: flex;
  justify-content: space-between;
}

.progress-bar-wrap {
  max-width: 173px;
  margin-top: 100px;
}

.progress-bar {
  width: 100%;
  height: 5px;
  background: #000;
  border-radius: 6px;
  margin-top: 3px;
  position: relative;
}

.progress-bar-inner {
  height: 100%;
  width: 0;
  background: #000;
  transition: 0.1s ease-in-out;
}

@media(max-width:1399px) {

  section#main-banner h1,
  section#main-banner span.chnageing-text {

  }

  section#main-banner p {

  }

  section#site_top {
    color: #000;
    background-color: #0000;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  section#main-banner {
    padding: 280px 0px 130px;
    overflow: hidden !important;
  }
}

@media(max-width:1299px) {
  section#main-banner {
    padding: 250px 0px 100px;
    overflow: hidden !important;
  }

  section#main-banner h1,
  section#main-banner span.chnageing-text {

  }

  section#main-banner span {

  }
}

@media(max-width:991px) {

  .banner-img-wrapper {
    position: unset;
    max-height: 500px;
  }

  .banner-img-wrapper img {
    object-fit: cover;
    max-height: 500px;
    width: 100%;
  }

  .progress-bar-wrap {
    margin: 0px auto 80px;
  }

  section#main-banner {
    padding: 160px 0px 70px;
    overflow: hidden !important;
  }

  .next-viewer {

    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    bottom: 0%;
  }

}

@media(max-width:575px) {
  section#main-banner h1 {
    text-align: center;
  }

  section#main-banner p {
    margin-bottom: 30px;
  }

  section#main-banner {
    text-align: center;
  }

      section#main-banner {
        padding: 50px 0px 40px;
    }

  .banner-counter {
    flex-direction: column;
    position: unset;
    margin-top: 40px;
  }

  .next-viewer {
    width: 190px;
    height: 80px;
    left: 0;
    top: unset;
    margin: auto;
    bottom: 4%;
  }


  section#main-banner h1,
  section#main-banner span.chnageing-text {

  }

  next-viewer {
    left: 0;
    right: 0;
    /* top: 0; */
    margin: auto;
    bottom: 7%;
  }

  section#main-banner span.title-holder {
    font-size: 14px;
    line-height: 16px;
  }

  .slider-tag {
    font-size: 10px;
  }

}


/* home page ends  */


/*==========================
About  Section CSS
==========================*/
.about-wrap {
    background: url(../images/aboutImg3.png) no-repeat;
    background-position: top left;
    background-size: 45% 100%;
    margin: 60px 0;
    position: relative;
}
.about-wrap .heading{
    position: relative;
    text-align: center;
    margin-bottom: 50px;
}
.about-wrap .heading h2{
    font-weight: 600;
    font-size: 40px;
    color: #000;
}
.about-wrap .about-cont {
    padding-left: 0%;
}

.about-wrap .about-cont h5 {
    font-size: 15px;
    font-weight: 500;
    background: #2a7d2e;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    color: #fff;
    position: relative;
}

.about-wrap .about-cont h5::before {
    position: absolute;
    clear: both;
    content: "";
    top: -18px;
    right: -6px;
    background: url(../images/leaf.png) no-repeat;
    width: 8%;
    height: 30px;
    background-size: 100%;
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
}

.about-wrap .about-cont h2 {
    font-weight: 600;
    font-size: 28px;
    padding: 5px 0;
    color: #000;
    position: relative;
    margin-bottom: 15px;
}

.about-wrap .about-cont h2 span {
    color: #00ACE3;
}

.about-wrap .about-cont .special {
    color: #ed2327;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: initial;
    font-weight: 600;
}

.about-wrap .about-cont p {
    margin-bottom: 20px;
    line-height: 27px;
    color: #7a7a7a;
    font-size: 16px;
}
.about-wrap .about-cont .info{
    position: relative;
    background: url('../images/award.png') no-repeat;
    background-size: 100%;
}
.about-wrap .about-cont .info p {
    color: #fff;
    margin: 0;
    padding: 115% 15% 56% 15%;
    text-align: center;
    font-size: 18px;
}
.about-wrap .about-list {
    margin: 25px 0;
}

.about-wrap .about-list .list {
    color: #000;
    text-decoration: none;
    display: inline-block;
    font-family: "Tenor Sans", sans-serif;
    font-size: 17px;
    margin-bottom: 5px;
}

.about-wrap .about-list .list i {
    color: #000;
    padding-right: 5px;
}

.about-wrap .about-box {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 10% 90%;
    margin-bottom: 30px;
}

.about-wrap .about-box .image img {
    width: 80px;
    transition: 0.4s;
}

.about-wrap .about-box .content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    padding-left: 0;
}

.about-wrap .about-box .content p {
    font-size: 15px;
    margin-bottom: 0;
    color: #858585;
    font-weight: 400;
}

.about-wrap .about-box .content {
    padding-left: 15px;
}

.about-wrap .about-img {
    position: relative;
    width: 100%;
    margin-left: 0;
}

.about-wrap .about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-wrap .about-img .about-img2 {
    position: absolute;
    clear: both;
    content: "";
    bottom: 0%;
    left: -20%;
    z-index: 9;
    height: 200px;
    width: 350px;
}

.about-wrap .more {
    color: #000;
}

.about-wrap .about-cont .banner-btn {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.about-wrap .about-cont .banner-btn .top-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 35px;
    position: relative;
    padding-right: 20px;
    margin-left: 30px;
}

.about-wrap .about-cont .banner-btn .top-contact i {
    color: #fff;
    margin: 0 5px;
    font-size: 25px;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #2a7d2e;
    transform: rotate(-40deg);
}

.about-wrap .about-cont .banner-btn .top-contact .content {
    margin-left: 10px;
}

.about-wrap .about-cont .banner-btn .top-contact .content p {
    font-size: 15px;
    margin-bottom: 0;
    color: #2a7d2e;
    font-weight: 500;
    line-height: 1;
}

.about-wrap .about-cont .banner-btn .top-contact .content a {
    color: #2a7d2e;
    text-decoration: none;
    font-weight: 600;
    font-size: 25px;
}


/* Awards and Infrastructure section  */

.partnerSlider{
    position: relative;
    background: url('../images/counterBg.png') no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
}
.infra-card-wrapper {
  position: relative;
  width: calc(100%/5 - 30px);
  padding: 0px;
}

.infra-card{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    padding: 40px 25px 60px;
    position: relative;
    z-index: 99;
    transition: all 400ms cubic-bezier(.47, 1.64, .41, .8);
    height: 220px;
}

.infra-card-wrapper::after {
  content: "";
  width: 74px;
  height: 74px;
  border-radius: 15px;
  background: #B64A1B;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  transition: all 400ms cubic-bezier(.47, 1.64, .41, .8);
}

.infra-card-wrapper:hover::after {
  top: -3px;
  right: -3px;
}

.infra-card-wrapper::before {
  content: "";
  width: 74px;
  height: 74px;
  border-radius: 15px;
  background: #B64A1B;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 0;
  transition: all 400ms cubic-bezier(.47, 1.64, .41, .8);
}

.infra-card-wrapper:hover::before {
  bottom: -3px;
  left: -3px;
}

.infraImg {
  width: 50px;
  height: 55px;
  margin-bottom: 20px;
}
.infraImg img{
	filter: invert(32%) sepia(58%) saturate(540%) hue-rotate(340deg) brightness(92%) contrast(95%);
}
.infra-count {
    letter-spacing: 0px;
    color: #000000;
    font-weight: 600;
    font-size: 25px;
}

.infra-title {
    letter-spacing: 0px;
    color: #000000;
    font-size: 13px;
}

.infra-card:hover {
  scale: 0.9;
  z-index: 99;
}

.services-name-wrapper {
  margin-right: 10px;
}

section#services {
  background-repeat: no-repeat;
}

@media(max-width:1399px) {
  .infra-count {

  }

  .infraImg {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }

  .infra-title {

  }

  .infra-card {
    padding: 40px 25px 40px;
  }

  .infra-card-wrapper::before {
    content: "";
    width: 54px;
    height: 54px;
  }

  .infra-card-wrapper::after {
    content: "";
    width: 54px;
    height: 54px;
  }

  .infra-card-wrapper:hover::before {
    bottom: 0px;
    left: 0px;
  }

  .infra-card-wrapper:hover::after {
    top: 0px;
    right: 0px;
  }

  .infra-card-wrapper {
    width: calc(100%/5 - 20px);
  }
}

@media(max-width:1199px) {
  .infra-card {
    padding: 30px 25px 30px;
  }

  .infra-title {

  }

  .infra-card-wrapper {
    width: calc(100%/3 - 20px);
    margin-bottom: 30px;
  }

  section#partnerSlider .row {
    justify-content: flex-start !important;
    gap: 0px 30px;
  }

}

@media(max-width:768px) {
  .infra-card-wrapper {
    width: calc(100%/2 - 30px);
    margin-bottom: 30px;
  }

  section#partnerSlider .row {
    justify-content: center !important;
    gap: 0px 30px;
  }
}

@media(max-width:575px) {
  .infra-card-wrapper {
    width: calc(100%/2 - 30px);
    margin-bottom: 20px;
    max-width: 210px;
  }

  .cta-wrapper {
    border-top-right-radius: 10px;
  }

  .infra-card {
    padding: 10px 10px 10px;
  }

  .infra-title {

  }

  .infra-count {

  }

  .infraImg {
    margin-bottom: 5px;
  }

  .services-name-wrapper {
    background: #fff;
    border-radius: 10px;
    padding: 10px 5px;
    width: calc(100%/6 - 10px);
    text-align: center;
    cursor: pointer;
  }
}


.service-wrap{
    position: relative;
    padding: 60px 0 80px 0;
    background: url('../images/servicesBg.png') no-repeat;
    background-position: center;
    background-size: cover;
}
.service-wrap .heading {
    text-align: center;
    display: block;
    margin-bottom: 50px;
    color: #fff;
}
.service-wrap .heading h2 {
    color: #fff;
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 20px;
}
.service-wrap .nav-tabs {
    width: 100%;
    border: none;
    justify-content: center;
    margin: 0;
}
.service-wrap .nav-tabs li {
    width: 20%;
    padding: 0px 5px;
}
.service-wrap .nav-tabs li .nav-link img{
    margin: 0 auto;
}
.service-wrap .nav-tabs li .nav-link {
    border: none;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
    color: #000;
    width: 100%;
    text-align: center;
    line-height: 35px;
	font-size: 15px;
}
.service-wrap .nav-tabs li .nav-link.active{
    background-color: #B64A1B;
    color: #000;
}
.service-wrap .tab-content {
    background-color: transparent;
    padding: 0;
    border: none;
    margin-top: 50px;
}
.service-wrap .tab-content{
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
}
.service-wrap .tab-content .info-content h4{
    font-weight: 600;
    font-size: 25px;
}
.service-wrap .tab-content .info-content p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
}
.service-wrap .tab-content .image{
    border-radius: 10px;
    overflow: hidden;
}
.service-wrap-mobile{
    display: none;
}


.about-wrap2 {
    padding: 100px 0 80px 0;
    margin-top: 0px;
    position: relative;
    background-color: #F3F3F3;
}
.about-wrap2::before {
    position: absolute;
    clear: both;
    content: "";
    top: -15%;
    left: 0;
    transform: translate(0, 0%);
    background: url(../images/ribon2.png) no-repeat;
    width: 26%;
    height: 37%;
    background-size: 100% 100%;
    z-index: 0;
}
.about-wrap2 .about-cont {
    padding-left: 0%;
    position: relative;
}

.about-wrap2 .about-cont .heading {
    position: relative;
}

.about-wrap2 .about-cont h4 {
    font-size: 22px;
    color: #B64A1B;
    margin-bottom: 10px;
    text-decoration: underline;
}

.about-wrap2 .about-cont h2 {
    font-weight: 700;
    font-size: 35px;
    padding: 5px 0;
    color: #000;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 10px;
}
.about-wrap2 .about-cont p {
    margin-bottom: 10px;
    line-height: 26px;
    color: #373333;
    font-size: 15px;
}

.about-wrap2 .about-img {
    position: relative;
    width: 100%;
    padding-right: 6%;
}

.about-wrap2 .about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}
.about-wrap2 .about-img .info::before {
    position: absolute;
    clear: both;
    content: "";
    top: -5px;
    right: -42px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 40px 0 0 40px;
    border-color: transparent transparent transparent #B64A1B;
    transform: rotate(0deg);
}
.about-wrap2 .about-img .info {
    background-color: #fff;
    position: absolute;
    clear: both;
    content: "";
    top: -40px;
    left: 0;
    padding: 10px;
    color: #000;
    border-top-right-radius: 0px;
    width: 40%;
    text-align: left;
    box-shadow: 0px 30px 100px 0px rgba(164, 184.00000000000003, 195, 0.25);
    display: flex;
    align-items: center;
    border: 5px solid #B64A1B;
}
.about-wrap2 .about-img .info span {
    font-size: 50px;
    font-weight: 700;
    color: #000;
    margin-right: 10px;
    line-height: inherit;
}
.about-wrap2 .about-img .info p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
}
.about-wrap2 .more {
    color: #fff;
    display: inline-block;
    padding: 7px 13px;
    background-color: #88D113;
    text-decoration: none;
    font-size: 18px;
    margin-top: 0;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    position: absolute;
    clear: both;
    content: "";
    top: 15px;
    right: 15px;
}
.about-wrap2 .about-list{
    position: relative;
    height: 300px;
    overflow-x: hidden;
}
.about-wrap2 .about-box {
    display: grid;
    grid-template-columns: 13% 87%;
    align-items: center;
    justify-content: normal;
    margin-top: 20px;
    transition: 0.4s;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    position: relative;
    height: 110px;
}
.about-wrap2 .about-box .image {
    margin-right: 22px;
    background-color: #B64A1B;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 10px;
}
.about-wrap2 .about-box .image img{
    width: 100%;
    transition: 0.4s;
}
.about-wrap2 .about-box .content h4 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
    text-decoration: none;
} 
.about-wrap2 .about-box .content p {
    font-size: 14px;
    margin-bottom: 0;
    color: #000;
    font-weight: 400;
}


.project-wrap{
        position: relative;
    padding: 60px 0 60px 130px;
    background-color: #000;
    overflow: hidden;
}
.project-wrap .heading {
    text-align: left;
    display: block;
    margin-bottom: 50px;
    color: #fff;
    margin-left: 50px;
}
.project-wrap .heading h2 {
    color: #fff;
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 20px;
}
.project-wrap .nav-tabs {
    border: none;
    display: block;
    color: #fff;
    position: relative;
    margin: 0;
}
.project-wrap .nav-tabs::before {
    position: absolute;
    clear: both;
    content: "";
    left: 9px;
    top: -100%;
    background-color: #fff;
    width: 1px;
    height: 1000px;
    z-index: 1;
}
.project-wrap .nav-tabs li {
    width: 100%;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}
.project-wrap .nav-tabs li::before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f10c";
    left: 0;
    top: 8px;
    color: #fff;
    font-size: 20px;
    z-index: 2;
    background-color: #000;
}
.project-wrap .nav-tabs li .nav-link img{
    margin: 0 auto;
}
.project-wrap .nav-tabs li .nav-link {
    border: none;
    border-radius: 10px;
    background-color: transparent;
    text-align: center;
    color: #ffffff;
    width: 100%;
    text-align: left;
    font-size: 20px;
}
.project-wrap .nav-tabs li .nav-link.active{
    background-color: transparent;
    color: #B64A1B;
}
.project-wrap .service-box {
    position: relative;
    transition: 0.4s;
    margin-bottom: 40px;
    overflow: hidden;
    border-radius: 10px;
}

.project-wrap .service-box::after {
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0;
    transition: 0.4s;
}
.project-wrap .service-box:hover::after {
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F6B110;
/* background: linear-gradient(0deg, rgba(246, 177, 16, 1) 0%, rgba(248, 248, 255, 0) 100%); */
	background: linear-gradient(0deg, rgba(182, 74, 27, 1) 0%, rgba(248, 248, 255, 0) 100%);
    z-index: 0;
    transition: 0.4s;
}

.project-wrap .service-box .image {
    padding: 0px;
    overflow: hidden;
    transition: 0.4s;
}
.project-wrap .service-box:hover .image{
    transform: scale(1.1);
}
.project-wrap .service-box .image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.project-wrap .service-box .service-cont {
    position: absolute;
    clear: both;
    content: "";
    bottom: 20px;
    left: 0;
    color: #fff;
    text-align: left;
    width: 100%;
    z-index: 9;
    padding-left: 20px;
}

.project-wrap .service-box .number {
    text-decoration: none;
    position: absolute;
    clear: both;
    content: "";
    top: 5%;
    left: 5%;
    z-index: 9;
    color: #fff;
    transition: 0.4s;
    text-align: center;
    font-size: 22px;
    background-color: #B64A1B;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    padding: 10px;
    line-height: 30px;
    font-weight: 700;
}
.project-wrap .service-box:hover .number{
   background-color: #000;
}

.project-wrap .service-box .service-cont img {
    width: 50px;
    display: block;
    margin: 0 auto;
}

.project-wrap .service-box .service-cont p {
    font-size: 15px;
    padding: 0px 0;
    color: #fff;
    margin-bottom: 0;
    font-weight: 400;
}

.project-wrap .service-box .service-cont h4 {
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    padding: 5px 0px;
    border-radius: 30px;
    color: #fff;
    position: relative;
}

.project-wrap .service-cont .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* arrow */
#project-slider .owl-nav .owl-prev,
#project2-slider .owl-nav .owl-prev,
#project3-slider .owl-nav .owl-prev,
#project4-slider .owl-nav .owl-prev,
#project5-slider .owl-nav .owl-prev,
#project6-slider .owl-nav .owl-prev,
#project7-slider .owl-nav .owl-prev {
    color: #000;
    background-color: #f6b110;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 10px;
    position: absolute;
    clear: both;
    content: "";
    right: 5%;
    top: -20%;
    z-index: 9;
    margin: 0;
}

#project-slider .owl-nav .owl-next,
#project2-slider .owl-nav .owl-next,
#project3-slider .owl-nav .owl-next,
#project4-slider .owl-nav .owl-next,
#project5-slider .owl-nav .owl-next,
#project6-slider .owl-nav .owl-next,
#project7-slider .owl-nav .owl-next{
    color: #000;
    background-color: #fff;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 10px;
    position: absolute;
    clear: both;
    content: "";
    right: 0%;
    top: -20%;
    z-index: 9;
    margin: 0;
}


.about-wrap3 {
    padding: 100px 0 80px 0;
    margin-top: 0px;
    position: relative;
    background: url(../images/contactbg.png) no-repeat ;
    background-position: center;
    background-size: cover;
}
.about-wrap3::before {
    position: absolute;
    clear: both;
    content: "";
    top: 0%;
    left: 0;
    transform: translate(0, 0%);
    background: url(../images/request-quote-bg.webp) no-repeat center/cover;
    width: 45%;
    height: 100%;
    z-index: 0;
}
.about-wrap3 .contact-sec {
    position: relative;
/*     padding: 40px 40px 40px 40px; */
	padding: 20px;
/*     background-color: #B64A1B; */
	background-color: #fff;
    margin-left: 20%;
}
.about-wrap3 .contact-sec::after {
    content: "";
    position: absolute;
/*     width: 70px; */
    height: 91px;
    background: #B64A1B;
    top: -91px;
    right: -2px;
    clip-path: polygon(0 1%, 0% 100%, 100% 100%);
}
.about-wrap3 .contact-sec form{
      position: relative;
      padding-left: 0%;
  }
.about-wrap3 .contact-sec .contact-form{
    position: relative;
    z-index: 9;
  }
.about-wrap3 .contact-sec form p{
    color: #fff;
    font-size: 15px;
}
.about-wrap3 .contact-sec form .form-group {
    margin-bottom: 20px;
}
.about-wrap3 .contact-sec form .form-group label{
    font-weight: 600;
}
.about-wrap3 .contact-sec h2 {
    text-align: left;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}
.about-wrap3 .contact-sec .num {
    text-align: center;
    display: block;
    margin: 0;
    color: #000;
    padding: 0;
    font-size: 50px;
    text-decoration: none;
    position: relative;
    z-index: 9;
    font-weight: 700;
}
.about-wrap3 .contact-sec form .submit-btn {
    text-align: left;
    margin-top: 20px;
}
  .about-wrap3 .contact-sec form .submit-btn .submit {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 12px 40px;
    font-size: 15px;
    background-color: #009FE3;
    text-transform: capitalize;
    border: none;
    transition: 0.4s;
    width: 100%;
}
.about-wrap3 .contact-sec form .submit-btn .more {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 10px;
    transition: 0.4s;
    text-decoration: none;
    border: none;
}
  .about-wrap3 .contact-sec form .submit-btn .submit:hover{
      background-color: #000;
      color: #fff;
  }
  .about-wrap3 .contact-sec form .submit-btn .more:hover{
      background-color: #fff;
      color: #000;
  }
  .about-wrap3 .contact-sec form .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
  .about-wrap3 .contact-sec form textarea{
    height: 100px !important;
  }
  .about-wrap3 .contact-sec form .form-control::-webkit-input-placeholder { /* Edge */
  color: #000;
  }
  .about-wrap3 .contact-sec form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
  }
  .about-wrap3 .contact-sec form .form-control::placeholder {
  color: #000;
  }
.about-wrap3 .about-cont .heading {
    position: relative;
}
.about-wrap3 .about-cont{
    padding-left: 3%;
}
.about-wrap3 .about-cont h4 {
    font-size: 22px;
    color: #B64A1B;
    margin-bottom: 10px;
    text-decoration: underline;
}

.about-wrap3 .about-cont h2 {
    font-weight: 700;
    font-size: 35px;
    padding: 5px 0;
    color: #000;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 10px;
}
.about-wrap3 .about-cont p {
    margin-bottom: 10px;
    line-height: 26px;
    color: #373333;
    font-size: 15px;
}
.about-wrap3 .about-box {
    display: block;
    margin-top: 20px;
    transition: 0.4s;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    height: auto;
}
.about-wrap3 .about-box .image {
    margin-right: 22px;
    background-color: #B64A1B;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    padding: 10px;
    margin-bottom: 15px;
}
.about-wrap3 .about-box .image img{
    width: 100%;
    transition: 0.4s;
}
.about-wrap3 .about-box .content h4 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0;
    text-decoration: none;
} 
.about-wrap3 .about-box .content p {
    font-size: 14px;
    margin-bottom: 0;
    color: #000;
    font-weight: 400;
}



.info-wrap{
    position: relative;
    padding: 120px 0;
    background: url('../images/infoBg.png') no-repeat;
    background-position: top;
    background-size: cover;
    height: auto;
    z-index: 9;
}
.info-wrap .heading {
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #cbc9c9;
}
.info-wrap .heading h5 {
    position: absolute;
    left: -7%;
    top: 0;
    transform: rotate(270deg);
    margin-top: 40px;
    font-weight: 500;
    color: #f8b800;
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Roboto Condensed", sans-serif;
}
.info-wrap .heading h2 {
    color: #000;
    font-size: 45px;
    font-weight: 600;
    font-family: "Roboto Condensed", sans-serif;
    padding-left: 25px;
}
.info-wrap .content h4 {
    color: #F8B800;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 23px;
}
.info-wrap .content .more {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 10px 30px;
    font-size: 15px;
    background-color: #F8B800;
    transition: 0.4s;
    border-radius: 30px;
    text-transform: capitalize;
    margin-top: 20px;
}


/*-----------------------------------
 Testimonials Styling
------------------------------------*/
.testimonials{
    position: relative;
    padding: 80px 0 60px 0;
    background: #F6B110;
background: linear-gradient(0deg, rgba(246, 177, 16, 0.1) 0%, rgba(248, 248, 255, 0) 100%);
}
.testimonials::before{
    position: absolute;
    clear: both;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
        background-image: url('../images/testiBg.webp');
    --background-overlay: '';
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonials .heading {
    position: relative;
    text-align: center;
    z-index: 9;
    margin-bottom: 50px;
}

.testimonials .heading h5 {
    font-size: 15px;
    font-weight: 500;
    background: #2a7d2e;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    color: #fff;
    position: relative;
}

.testimonials .heading h5::before {
    position: absolute;
    clear: both;
    content: "";
    top: -18px;
    right: -6px;
    background: url(../images/leaf.png) no-repeat;
    width: 20%;
    height: 30px;
    background-size: 100%;
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
}

.testimonials .heading h2 {
    font-weight: 700;
    font-size: 30px;
    padding: 5px 0;
    color: #000;
    position: relative;
    margin-bottom: 15px;
}
.testimonials .heading p{
    color: #000;
}
.testimonials .owl-stage-outer{
    padding: 20px 0;
}
.testimonials .testimonials-wrapper .testimonials-content {
    background-color: #fff;
    background-size: cover;
    padding: 40px;
    box-shadow: 0 0 12px 0 rgb(66 66 66 / 22%);
    border-radius: 10px;
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-text p {
    color: #000;
    font-size: 15px;
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-rating svg{
	color: #ffc107;
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-profile-img{
	width: 50px;
	height: 50px;
	border-radius: 50px;
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-text{
    margin-bottom: 15px;
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-profile-text h3{
	color: #646464;
	font-family: "Tenor Sans", sans-serif;
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-profile-text p{
	color: #000;
}
@media screen and (min-width:991px){
	.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-profile-text h3{
		font-size: 20px;
	}	
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-google svg{
	width: 50px;
	height: 50px;
}
.testimonials .testimonials-wrapper .slick-dots{
	font-size: 0;
	display: flex;
	justify-content: center;
	margin-top: 20px;
	bottom: unset !important;
}
.testimonials .testimonials-wrapper .slick-dots li button{
	width: 15px;
	height: 15px;
	margin: 0 15px;
	border: 1px solid #2c4a28 !important;
	border: none;
	border-radius: 50px;
}
.testimonials .testimonials-wrapper .slick-active button{
	background: #2c4a28;
}
.testimonials .testimonials-wrapper .slick-prev{
	font-size: 0;
	width: 30px;
	height: 30px;
	background: #2c4a28;
	border: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -5%;
}
.testimonials .testimonials-wrapper .slick-prev:before{
	content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8'/%3E%3C/svg%3E");
}
.testimonials .testimonials-wrapper .slick-next{
	font-size: 0;
	width: 30px;
	height: 30px;
	background: #2c4a28;
	border: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -5%;
}
.testimonials .testimonials-wrapper .slick-next:before{
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/%3E%3C/svg%3E");
}
/* arrow */
#testi-slider .owl-nav .owl-prev {
    color: #fff;
    background-color: #B64A1B;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 10px;
    position: absolute;
    clear: both;
    content: "";
    left: -3%;
    top: 45%;
    z-index: 9;
    margin: 0;
}

#testi-slider .owl-nav .owl-next {
    color: #fff;
    background-color: #000;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 10px;
    position: absolute;
    clear: both;
    content: "";
    right: -3%;
    top: 45%;
    z-index: 9;
    margin: 0;
}


/*==========================
  Blog CSS
==========================*/
.blog{
    position: relative;
    padding: 60px 0;
    background: url('../images/blogBg.png') no-repeat;
    background-position: top;
    background-size: cover;
    height: auto;
    z-index: 9;
    background-color: transparent;
 }
.blog .heading {
    text-align: center;
    display: block;
    margin-bottom: 50px;
    color: #000;
}
.blog .heading h2 {
    color: #000;
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 20px;
}
.blog .owl-stage-outer{
    padding: 20px 0;
}
.blog .blog-content{
    padding: 56px 20px 30px;
    background: #fff;
    box-shadow: 0px 0px 12px #00000033;
    position: relative;
    margin: 10px;
    border-radius: 20px;
}
.blog .blog-content .blog-img-wrapper img {
    width: 100%;
    height: 221px;
    object-fit: cover;
    border-radius: 15px;
}
 .blog .blog-content .blog-img-wrapper{
     position: relative;
 }
 .blog .blog-content .blog-img-wrapper .blog-content-date{
     position: absolute;
     top: -35px;
     left: 20px;
     transition: all .5s ease-in-out;
     
 }
.blog .blog-content .blog-img-wrapper .blog-content-date span {
    width: auto;
    font-size: 12px;
}
 .blog .blog-content:hover .blog-content-date{
     left: 0;
 }
 .blog .blog-content .blog-img-wrapper .blog-content-date .blog-content-day{
     background: #000;
     padding: 6px 8px 5px;
     color: #fff;
     display: block;
     text-align: center;
 }
 .blog .blog-content .blog-img-wrapper .blog-content-date .blog-content-month{
     background: #fff;
     padding: 6px 8px 5px 8px;
     color: #000;
     display: block;
     text-align: center;
 }
.blog .blog-content .blog-content-title h3 a {
    color: #000;
    background: linear-gradient(to right, rgb(43, 30, 22) 0%, rgb(43, 30, 22) 100%) 0px 95% / 0px 1px no-repeat;
    transition: all 500ms ease;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
}
 .blog .blog-content .blog-content-title h3 a:hover{
     background-size: 100% 1px;
 }
 .blog .blog-content .blog-content-text{
     margin-bottom: 30px;
 }
 .blog .blog-content .blog-content-text p{
 color: #7a736a;
 }
 .blog .blog-content .blog-content-admin {
    position: absolute;
    bottom: 0;
    background: #F8B800;
    width: 100%;
    left: 0;
    padding: 15px 30px;
}
 .blog .blog-content .blog-content-admin svg,
 .blog .blog-content .blog-content-admin a{
     color: var(--text-white);
     text-transform: capitalize;
 }

 /* arrow */
#blog-slider .owl-nav .owl-prev{
    color: #000;
    background-color: #B64A1B;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 10px;
    margin-left: 20px;
}

#blog-slider .owl-nav .owl-next{
    color: #fff;
    background-color: #000;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 10px;
    margin-right: 20px;
}


/*==========================
   Footer CSS
==========================*/
.site-footer {
    position: relative;
    padding: 40px 0 20px 0;
    background: linear-gradient(rgba(0,0,0,0.85),rgba(0,0,0,0.85)),url('../images/footer-bg.webp') no-repeat;
    background-position: center;
    background-size: cover;
}
            .site-footer .footer-logo {
                display: inline-block;
                width: 260px;
                margin-bottom: 8px;
            }
            .site-footer .heading {
                text-align: left;
                margin-bottom: 60px;
                color: #fff;
            }
            .site-footer .heading h2 {
                font-weight: 500;
                font-size: 40px;
                color: #fff;
            }
            .site-footer .footer-location {
                padding: 0;
                margin: 0;
                display: inline-block;
                width: 100%;
              }
              .site-footer .footer-location li {
    color: #fff;
    display: flex
;
    margin-bottom: 13px;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    padding-bottom: 10px;
}
            .site-footer .footer-location li:last-child{
                border-bottom: none;
            }
              .site-footer .footer-location li a {
                color: #fff;
                font-size: 16px;
                text-decoration: none;
            }
            .site-footer .footer-location li i {
                padding-top: 4px;
                padding-right: 12px;
                color: #fff;
            }
              .site-footer .footer-social {
                /* padding-left: 88px; */
                padding: 0;
                margin: 0;
                display: inline-block;
                width: 100%;
              }
              .site-footer .footer-social li {
                color: #fff;
                display: flex;
                margin-bottom: 13px;
                font-weight: 300;
                font-size: 15px;
              }
              .site-footer .footer-social li a{
                color: #fff;
              }
              .site-footer .footer-social li i {
                padding-top: 4px;
                padding-right: 12px;
                color: #fff;
              }
.site-footer .footer-social i {
    color: #fff;
    font-size: 15px;
    border: 1px solid #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin-right: 10px;
}
            .site-footer .footer-social a {
                color: #fff;
            }
            .site-footer .footer-social {
                color: #fff;
                font-size: 14px;
                padding-top: 20px;
            }
            .site-footer .footer-img .image{
                width: 100%;
            }
.site-footer .footer-img .image img {
    width: 66px;
    display: block;
    margin: 0 auto;
}
            .site-footer .footer-img .image.part1 {
    width: 100%;
}
.site-footer .footer-img .image.part1 img {
    width: 30px;
    display: block;
    margin: 0 auto;
}
            .site-footer .footer-img .image.part2 {
    width: 100%;
}
.site-footer .footer-img .image.part2 img {
    width: 215px;
    display: block;
    margin: 0 auto;
}
.site-footer .footer-nav {
    position: relative;
    padding-left: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}
            
            .site-footer .footer-nav li {
                display: inline-block;
                width: 100%;
                margin-bottom: 10px;
                float: left;
                position: relative;
                color: #000;
                font-size: 13px;
                padding-left: 2px;
            }
            .site-footer .footer-hour {
                position: relative;
                padding-left: 0;
                margin: 0;
                display: inline-block;
            }
            
            .site-footer .footer-hour li {
                display: inline-block;
                width: 100%;
                margin-bottom: 10px;
                float: left;
                position: relative;
                color: #fff;
                font-size: 13px;
            }
            .site-footer h4 {
    font-size: 24px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
}
.site-footer h4::before {
    content: "";
    background: #B64A1B;
    height: 6px;
    width: 30%;
    position: absolute;
    left: 0;
    bottom: -20px;
    z-index: 99;
}
.site-footer h4::after {
    content: "";
    background: #fff;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -18px;
    z-index: 0;
    opacity: 0.5;
}
            
.site-footer .footer-nav li a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    padding: 0px;
}
            .site-footer .footer-location .footer-social {
                color: #fff;
                font-size: 25px;
                margin-bottom: 30px;
                margin-top: 20px;
                font-family: 'Oswald', sans-serif;
            }
            .site-footer .footer-location .footer-social i {
                color: #fff;
                font-size: 20px;
                padding-left: 0;
                border-radius: 50%;
                border: 2px solid #fff;
                width: 40px;
                height: 40px;
                text-align: center;
                line-height: 36px;
                margin-left: 10px;
                transition: 0.3s;
            }
            .site-footer .footer-location .footer-social i:hover{
                border: 2px solid #b27d26;
                color: #b27d26;
            }
            .site-footer .footer-blog {
                display: flex;
                align-items: center;
                margin-bottom: 20px;
            }
            .site-footer .footer-blog img {
                border-radius: 0px;
                width: 60px;
                height: 60px;
                object-fit: cover;
            }
            .site-footer .footer-blog .content {
                margin-left: 15px;
            }
            .site-footer .footer-info .num {
                font-size: 35px;
                font-weight: 600;
                color: #fff;
                text-decoration: none;
            }
            .site-footer .footer-info .online{
                font-size: 14px;
                padding: 12px 20px;
                color: #fff;
                text-decoration: none;
                border: 1px solid #fff;
                display: inline-block;
                margin-top: 20px;
            }
            .site-footer p {
    color: #fff;
    font-size: 16px;
    margin: 20px 0;
    line-height: 30px;
    font-weight: 400;
}
            
.copyright {
    font-size: 13px;
    text-align: center;
    position: relative;
    padding: 15px 0 0 0;
    border-top: 1px solid #a1a1a1;
    margin-top: 20px;
}
            .copyright p {
                color: #fff;
                margin-bottom: 0;
                text-align: center;
                margin-bottom: 0;
            }
             .copyright p a {
                color: #fff;
                font-weight: 400;
            }
            .copyright p.footer-social{
                text-align: right;
            }
            .copyright p.footer-social a{
                color: #fff;
                font-weight: 400;
                font-size: 18px;
                margin: 0 5px;
            }
            .copyright p.special{
                text-align: center;
            }


/********************about-page*********************/

.breadcrumb-wrapper {
    text-align: center;
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-position: center;
    height: 300px;
    position: relative;
}
.breadcrumb-wrapper::before {
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.6);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.breadcrumb-wrapper1 {
    text-align: center;
    background-image: url(../images/inner-banner2.jpg);
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
}

.breadcrumb-wrapper2 {
    text-align: center;
    background-image: url(../images/inner-banner3.jpg);
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
}

.breadcrumb-wrapper .shell,
.breadcrumb-wrapper1 .shell,
.breadcrumb-wrapper2 .shell {
    position: absolute;
    clear: both;
    content: "";
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.breadcrumb-wrapper .shell h1,
.breadcrumb-wrapper1 .shell h2,
.breadcrumb-wrapper2 .shell h2 {
    font-size: 40px;
    margin-bottom: 0;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    letter-spacing: 0px;
}


/*********************faq-page************************/



.inner-faq-wrap{
    margin: 10px 0 120px 0; 
}

.inner-faq-wrap .heading{
    text-align: center; 
    margin-bottom: 60px;
}

.inner-faq-wrap .heading h2{
    font-size: 50px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase; 
}

.accordion .card{
    border: none;
}

.accordion .card .card-header {
    position: relative;
    transition: 0.4s;
    padding: 0;
    background-color: transparent;
    border: none;
}
.accordion .card #heading2{
    margin-left: 40%;
}
.accordion .card .card-header .mb-0{
    padding: 0;
}
.accordion .card {
    background-color: transparent;
    align-items: center;
    overflow: initial;
    padding: 10px 0;
}
.accordion .card .card-header button {
    color: #fff;
    width: 60px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    padding: 0;
    border-radius: 50%;
    height: 60px;
    outline: 3px dotted #fff;
    outline-offset: 5px;
}

.accordion .card .card-header button.collapsed {
    background-color: #ffffff59 !important;
    color: #000 !important;
}
.accordion .card .card-header button.btn-link{
    background-color: #449a13;
}
.accordion .card .collapsing{
    background-color: #fff;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 10px;
}
.accordion .card .collapse.show {
    background-color: #fff;
    margin-top: 10px;
    position: relative;
    text-align: center;
    margin-bottom: 0px;
}

.accordion .card .card-header:hover button{
    color: #fff;
}

.bs-example{
    margin: 20px;
}

.accordion .fa{
    margin-right: 0;
    font-size: 25px;
    color: #fff;
}

.btn-link {
    font-weight: 600;
    color: #000;
    text-decoration: none;
}


/*****************contact-page*******************/

.inner_page_wrap {
    margin-bottom: 120px;
}
.form-sec {
    padding: 15px 15px 25px;
    text-align: left;
}
.form_bg {
    background: rgba(0,0,0,0.05) none repeat scroll 0 0;
    border-radius: 0;
    margin: 0;
}
.form-title h3 {
    color: #000;
    font-size: 24px;
    font-weight: 400;
}
.form-title h3 span {
    color: #cc6a30;
}
.rd-mailform1 {
    margin-top: 30px;
}
.rd-mailform1 .form-control {
    background-color: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 0;
    height: 40px;
    width: 100%;
}
.rd-mailform1 textarea {
    border-radius: 0 !important;
    border: 1px solid #d2d2d2 !important;
    height: 200px !important;
    background-color: #fff !important;
}
.contact_submit_btn {
    text-decoration: none;
    padding: 15px 30px;
    background-color: #cc6a30;
    color: #000;
    border-radius: 5px;
    display: inline-block;
    box-shadow: none;
    border: none;
    font-weight: 700;
}
.contact-item {
    box-shadow: 0 0 5px 0 rgba(208,208,208,1.00);
    display: inline-block;
    margin-bottom: 7px;
    padding: 12px 14px;
    width: 100%;
}
.contact-item .content {
    float: left;
}
.contact-item h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-transform: uppercase;
}
.contact-item p {
    color: #838383;
    margin: 0;
    padding: 0;
    line-height: 20px;
}
.contact-item .icon {
    color: #cc6a30;
    float: right;
    font-size: 44px;
}
.map_section {
    margin-top: 0;
}
.map_section iframe {
    border: 1px solid #cbcbcb;
    height: 250px;
    margin-bottom: 0;
    overflow: hidden;
    padding: 5px;
    width: 100%;
    background: #fff;
}



/******************modal*****************/

.modal-body .contact-form .btn-group, .contact-form .btn-group-vertical {
    margin-top: 20px;
}
.modal-body .read-more {
    border: none;
    background-color: #fa8900;
    color: #fff;
    padding: 12px 20px;
    font-size: 17px;
    border-radius: 30px;
    text-shadow: none;
    text-transform: uppercase;
}
.modal-body textarea.form-control {
    height: 130px !important;
}
.modal-header {
    display: initial;
}


.booking {
    position: fixed;
    top: 45%;
    right: -61px;
    transform: rotate(-90deg);
    z-index: 9;
}
.booking .form {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    background: rgb(21,118,153);
    background: -moz-linear-gradient(left, rgba(21,118,153,1) 0%, rgba(3,169,212,1) 100%);
    background: -webkit-linear-gradient(left, rgba(21,118,153,1) 0%,rgba(3,169,212,1) 100%);
    background: linear-gradient(to right, rgba(21,118,153,1) 0%,rgba(3,169,212,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#157699', endColorstr='#03a9d4',GradientType=1 );
}
.booking .form:hover{
    background: rgb(0,0,0);
}


.service-offered-wrap {
    padding: 80px 0 20px 0;
    background-color: #fff;
}

.service-offered-wrap .content {
    margin-bottom: 40px;
}

.service-offered-wrap .content .content-img {
    width: 100%;
}

.service-offered-wrap .content .content-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.service-offered-wrap .content .content-bx {
    width: 100%;
    border: 1px solid transparent;
    -webkit-box-shadow: 2px 2px 8px 0px rgb(176 176 176 / 80%);
    -moz-box-shadow: 2px 2px 8px 0px rgba(176, 176, 176, 0.8);
    box-shadow: 2px 2px 8px 0px rgb(176 176 176 / 80%);
    padding: 10px 20px 25px 15px;
    min-height: auto;
    text-align: center;
}

.service-offered-wrap .content .content-bx h4 {
    color: #000;
    font-weight: 700;
    font-size: 22px;
}

.service-offered-wrap .content .content-bx p {
    font-weight: 600;
    font-size: 14px;
}

.service-offered-wrap .content .content-bx .more {
    background-color: #f26e25;
    color: #fff;
    padding: 12px 30px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    transition: 0.4s;
    border-radius: 5px;
}

.service-offered-wrap .content .content-bx .more:hover {
    background: rgb(0, 0, 0);
    color: #fff;
}


/*USE CSS for Slider*/

.inner-project-wrap{
    position: relative;
    margin: 60px 0 0 0;
}
.vehicle-detail-banner .car-slider-desc {
    max-width: 180px;
    margin: 0 auto;
}
.inner-banner-slider .slider.slider-for {
    max-width: 84%;
    padding-right: 35px;
}
.inner-banner-slider .slider.slider-nav {
    max-width: 16%;
}
.inner-banner-slider .slider.slider-for,
.inner-banner-slider .slider.slider-nav {
    width: 100%;
    float: left;
}
.inner-banner-slider .slider.slider-nav {
    height: 610px;
    overflow: hidden;

}
.slider-banner-image {
    height: 610px;
}
.inner-banner-slider .slider.slider-nav {
    padding: 0px 0 0;
}
.slider-nav .slick-slide.thumbnail-image .thumbImg {
    max-width: 100%;
    height: 120px;
    margin: 5px;
    border: 1px solid #EBEBEB;
}
.slider-banner-image img,
.slider-nav .slick-slide.thumbnail-image .thumbImg img {
    height: 100%;
    width:100%;
    object-fit: cover;
	border-radius: 10px;
}
.slick-vertical .slick-slide:active,
.slick-vertical .slick-slide:focus,
.slick-arrow:hover,
.slick-arrow:focus {
    border: 0;
    outline: 0;
}
.slider-nav .slick-slide.slick-current.thumbnail-image .thumbImg {
    border: 2px solid #196DB6;
}
.slider-nav .slick-slide.slick-current span {
    color: #196DB6;
}
.slider-nav .slick-slide {
    text-align: center;
}
.slider-nav .slick-slide span {
    font-size: 14px;
    display: block;
    padding: 5px 0 15px;
}
.slick-arrow {
    width: 100%;
    background-color: transparent;
    border: 0;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    height: 18px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
}
.slick-prev {
   top: 0;
}
.slick-next {
   bottom: 0;
   background-color: #fff;
}
.slick-prev.slick-arrow {
    background-image: url(../images/black-up-arrow.png);
}
.slick-next.slick-arrow {
    background-image: url(../images/black-down-arrow.png);
}
/*End USE CSS for Slider*/

@media screen and (max-width : 991px) {

	.inner-banner-slider .slider.slider-for,
	.inner-banner-slider .slider.slider-nav {
	    max-width: 100%;
	    float: none;
	}
	.inner-banner-slider .slider.slider-for {
		padding-right: 0;
	}
	.inner-banner-slider .slider.slider-nav {
		height: auto;
	}
	.slider-banner-image {
	    height: 500px;
	} 
	.slider.slider-nav.thumb-image {
        padding: 10px 30px 0;
	}
	.slider-nav .slick-slide span {
		padding: 5px 0;
	}
	.slick-arrow {
		padding: 0;
	    width: 30px;
	    height: 30px;
	    top: 50%;
	    bottom: 0;
	    -webkit-transform: translateY(-50%) rotate(-90deg);
	    -moz-transform: translateY(-50%) rotate(-90deg);
	    -ms-transform: translateY(-50%) rotate(-90deg);
	    transform: translateY(-50%) rotate(-90deg);
	}
	.slick-prev {
	    left: 0;
	    right: unset;
	}
	.slick-next {
	    left: unset;
	    right: 0;
   		background-color: transparent;
	}
	.vehicle-detail-banner .car-slider-desc {
    	max-width: 340px;
	}
	.bid-tag {
    	padding: 10px 0 15px;
	}
	.slider.slider-nav.thumb-image {
	   white-space: nowrap;
	}
	.thumbnail-image.slick-slide {
		padding: 0px 5px;
		min-width: 75px;
		display: inline-block;
		float: none;
	}
}

@media screen and (max-width : 767px) {
	.slider-banner-image {
	    height: 400px;
	}
	.slider.slider-nav.thumb-image {
    	padding: 0px 20px 0;
    	margin: 10px 0px 0;
	}
	.slider-nav .slick-slide.thumbnail-image .thumbImg {
		max-width: 140px;
		height: 80px;
	}
	.slick-prev.slick-arrow {
    	background-position: center 10px;
	}
	.slick-next.slick-arrow {
    	background-position: center 10px, center;
	}
	.slider-nav .slick-slide span {
	    font-size: 12px;
	    white-space: normal;
	}
}

@media screen and (max-width: 580px) {
	.slider-banner-image {
	    height:340px;
	}
}

@media screen and (max-width : 480px) {
	.slider-banner-image {
	    height:280px;
	}
}


/***********************about-us-page*******************/

.inner-about-wrap {
    padding: 60px 0 60px 0;
    margin-top: 0px;
    background: none;
    background: url('../images/inner-about.webp') no-repeat;
    background-position: center;
    background-size: 100%;
}

.inner-about-wrap .about-cont {
    position: relative;
}

.inner-about-wrap .about-cont .heading {
    position: relative;
}
.inner-about-wrap .about-cont h4 {
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0;
}
.inner-about-wrap .about-cont h2 {
    font-weight: 600;
    font-size: 30px;
    padding: 5px 0;
    color: #000;
    position: relative;
    margin-bottom: 15px;
    display: inline;
}
.inner-service-wrap .about-cont h2{
    font-size: 25px;
}
.inner-about-wrap .about-cont h3 {
    font-weight: 600;
    font-size: 25px;
    padding: 5px 0;
    color: #02254C;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 20px;
}

.inner-about-wrap .about-cont .special {
    color: #2a2a2a;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: initial;
    font-weight: 700;
}

.inner-about-wrap .about-cont p{
    margin-bottom: 15px;
    line-height: 28px;
    color: #636F77;
    font-size: 16px;
    margin-top: 15px;
}

.inner-about-wrap .about-cont .about-img {
    position: relative;
    width: 40%;
    margin-left: 15px;
    margin-bottom: 15px;
    float: right;
}
.inner-about-wrap .about-cont.part2 .about-img {
    margin-right: 15px;
    float: left;
    margin-left: 0;
}
.inner-about-wrap .about-img img {
        width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.inner-about-wrap .inner-about-box {
    position: relative;
    padding: 0 40px;
}

.inner-about-wrap .inner-about-box .image {
    border-radius: 5px;
    overflow: hidden;
}

.inner-about-wrap .inner-about-box .image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.inner-about-wrap .inner-about-box .content {
    position: absolute;
    clear: both;
    content: "";
    bottom: 30px;
    left: -10px;
    background-color: #e39e01;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 20px 0;
    justify-content: space-around;
}

.inner-about-wrap .inner-about-box .content h4 {
    color: #000;
    font-size: 18px;
    font-family: 'Conv_Bebas-Regular';
    margin-bottom: 0;
    width: 40%;
    text-transform: uppercase;
}

.inner-about-wrap .inner-about-box .content a {
    width: 40px;
}


 /*-----------------------------------
      Contact Us Page Section
------------------------------------*/
.contact-page-section{
	background: #fff;
}
.contact-page-section .contact-section-content{
	padding: 7em 3em 3em 3em;
}
.contact-page-section .contact-section-content .section-sub-title{
	color:#0B3D2C;
	    font-weight: 500;
    font-family: "Tenor Sans", sans-serif;
}
.contact-page-section .contact-section-content .section-title{
	color: #000;
	line-height: 43px;
	    font-weight: 500;
    font-family: "Tenor Sans", sans-serif;
}
.contact-page-section .contact-section-para{
	color: #000;
	
}
.contact-page-section .contact-section-content-text{
	border-bottom: 1px solid #FFFFFF25;
}
.contact-page-section .contact-section-info .contact-section-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #000;
    border-radius: 4px;
}
.contact-page-section .contact-section-info .contact-section-icon svg{
	width: 25px;
	height: 25px;
	color: #fff;
}
.contact-page-section .contact-section-info .contact-section-details h3{
	color: #000;
	     font-weight: 500;
}
.contact-page-section .contact-section-info .contact-section-details a{
	color: #000;
}
@media screen and (min-width:991px){
	.contact-page-section .contact-section-info .contact-section-details h3{
		font-size: 24px;
	}
}

.contact-page-section .contact-section-form-details h3{
	color: #000;
	line-height: 43px;
	font-weight: 500;
    margin-bottom: 30px;
	
}
.contact-page-section .contact-section-form-details p{
	color: #666;
}
@media screen and (min-width: 991px){
	.contact-page-section .contact-section-form-details h3{
		font-size: 45px;
	}
}
.contact-page-section .contact-section-form label{
	color: #000;
	font-weight: 500;
}
.contact-page-section .contact-section-form .form-control{
	background: #f0f0f0;
	border: none;
	height: 45.19px;
	border-radius: 4px;
}
.contact-page-section .contact-section-form .form-control:focus{
	box-shadow: none;
	border: 1px solid #f0f0f0;
	background: transparent;
}
.contact-page-section .contact-section-form textarea{
	background: #f0f0f0;
	border: none;
	height: 150px !important;
	border-radius: 4px;
}
.contact-page-section .contact-section-form textarea:focus{
	box-shadow: none;
	border: 1px solid #f0f0f0;
	background: transparent;
}
.contact-page-section .contact-section-form .form-control::placeholder{
	color: #666;
}
.contact-page-section .contact-section-form .submit-btn .more {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 10px;
    transition: 0.4s;
    text-decoration: none;
    border: none;
}
.contact-page-section .contact-section-form .submit-btn .submit:hover{
      background-color: #000;
      color: #fff;
  }

@media screen and (min-width:991px){
	.contact-page-section .contact-section-form-wrapper{
	padding: 3em;
}
}

@media (max-width: 767.98px) { 
    
.contact-page-section .contact-section-content {
    padding: 3em 1em 1em 1em;
}
    
}


.modal-header .btn-close {
    float: right;
    margin-top: -30px;
}

/* Additional CSS */
.services-img{
	height: 350px;
	object-fit: cover;
	width: 100%;
}

@media screen and (min-width:991px){
	.banner-slide img{
		width: 100%;
		height: 684px;
		object-fit: cover;
	}
}


@media (max-width: 767.98px) {
    .breadcrumb-wrapper {
        height: calc(30vh - 110px);
       
    }
}

.breadcrumb-wrapper::before {
    background-color: rgba(255, 255, 255, 0.95);
   
}

/* Request a quote */

div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left {
    text-align: center !important;
}

.about-wrap3 .rq-wpforms-wrapper .wpforms-field-container, .rq-wpforms-wrapper .wpforms-page {
    padding: 10px !important;
}