html{
    scroll-behavior: smooth;
}
html, body{
    margin: 0;
    padding: 0;
}
*,*::before, *::after{
    box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
}
img{
    max-width: 100%;
    height: auto;
}
a{
    text-decoration: none;
    transition: ease-in-out .4s;
}
:root{
    --primaryClr: #75B313;
    --primaryClrDark: #D97237;
    --secondaryClr: #EE4036;
    --secondaryClrDark: #9e9c20;
    --c2d: #2d2d2d;
    --c70: #707070;
    --white: #ffffff;
}
body{
    font-family: "Archivo", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 29px;
    color: var(--c70);
}
p{
    font-family: "Archivo", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    color: var(--c70);
    margin: 0;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Atma", system-ui;
}
h2{
    font-family: "Atma", system-ui;
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
    color: var(--primaryClrDark);
    text-transform: uppercase;
}
.bntn-primery{
    font-family: "Archivo", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    color: var(--white);
    padding: 5px 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--secondaryClr);
    width: max-content;
    border: none;
    outline: none;
    height: 50px;
    border-radius: 8px;
    transition: ease-in-out 0.4s;
    gap: 12px;
    column-gap: 12px;
    text-transform: uppercase;
}
.bntn-primery:hover{
    color: var(--white);
    background-color: var(--primaryClrDark);
}
header{
    -webkit-box-shadow: 0px 3px 14px -7px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 3px 14px -7px rgba(0,0,0,0.33);
    box-shadow: 0px 3px 14px -7px rgba(0,0,0,0.33);
}
header .headTop{
    background-color: var(--primaryClr);
    padding: 10px 0;
}
header .headTop ul{
   list-style-type: none;
   gap: 13px;
   column-gap: 13px;
}
header .headTop ul li a{
    display: flex;
 }
header .headTop .phone{
   font-size: 16px;
   font-weight: 600;
   color: var(--white);
   gap: 8px;
   column-gap: 8px;
   line-height: 16px;
}
header .headerMenu nav{
    padding: 0;
}
header .headerMenu nav .navbar-collapse .navbar-nav .nav-item {
    margin-right: 50px;
}
header .headerMenu nav .navbar-collapse .navbar-nav .nav-item:last-child {
    margin-right: 0px;
}
header .headerMenu nav .navbar-collapse .navbar-nav .nav-item .nav-link {
   font-family: "Archivo", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 17px;
    color: var(--c2d);
    padding: 0px;
    text-transform: uppercase;
    padding: 30px 0;
}
header .headerMenu nav .navbar-collapse .navbar-nav .nav-item .nav-link.active {
    border-bottom: 3px solid var(--secondaryClr);
    color: var(--secondaryClr);
}
header .headerLogoSec .logo{
    z-index: 1;
    position: relative;
}
.headerBannerHome{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc((100vh) - 124px);
    position: relative;
}
.headerBannerHome::before{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #243707;
    opacity: 0;
    content: '';
    left: 0;
    top: 0;
}
.headerBannerHome .container-xl{
    height: 100%;
    z-index: 99;
    position: relative;
}
.headerBannerHome .container-xl .row{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.headerBannerHome::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.1);
}
.headerBannerHome h1{
    font-size: 50px;
    font-weight: 700;
    line-height: 55px;
    color: var(--white);
    max-width: 622px;
    width: 100%;
    text-align: center;
    z-index: 1;
    position: relative;
    margin: 0 auto 25px;
    text-transform: uppercase;
}
.headerBannerHome h1 span{
    font-size: 50px;
    font-weight: 800;
    line-height: 80px;
    color: #FFFDCC;
    display: block;
}
.headerBannerHome .bntn-primery{
    margin: auto;
    z-index: 1;
    position: relative;
}
.welcomeSection{
    background-image: url(../images/about-bg.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    padding-top: 150px;
    padding-bottom: 100px;
    position: relative;
}
.welcomeSection::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../images/about-vector.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    width: 305px;
    height: 379px;
}
.welcomeSection .welcomeSectionArea .innerSpc{
    max-width: 442px;
    width: 100%;
    margin-left: 0;
    text-align: center;
}
.welcomeSection .welcomeSectionArea h2{
    margin-bottom: 15px;
    margin: 0 auto 15px;
    width: 100%;
    font-size: 45px;
}
.welcomeSection .welcomeSectionArea hr{
    max-width: 280px;
    width: 100%;
    border-bottom: 1px dashed var(--primaryClrDark);
    height: 1px;
    background-color: transparent;
    opacity: 1;
    margin: 0 auto 20px;
}
.welcomeSection .welcomeSectionArea p{
    font-family: "Archivo", sans-serif;
    font-weight: 300;
    margin: 0 auto 22px;
    width: 100%;
    letter-spacing: 1px;
}
.welcomeSection .welcomeSectionArea p:first-of-type {
    margin-bottom: 30px;
}
.welcomeSection .welcomeSectionArea .bntn-primery{
   margin: 27px auto 0;
}
.welcomeSection .row{
    z-index: 999;
    position: relative;
}
.about-right img{
border-radius: 50%;
max-width: 466px;
border-bottom: 8px solid  var(--primaryClr);
position: relative;
z-index: 99;
width: 100%;
}
.iconSection{
       margin-top: -205px;
    position: absolute;
    max-width: 990px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    left: 0;
    right: 0;
}
.iconSection .icon{
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    background-color: var(--primaryClr);
    border-radius: 50%;
    width: 56px;
    height: 56px;
    position: absolute;
    left: 35px;
}
.iconSection h3{
    font-size: 18px;
    font-weight: 400;
    color: #000;
    text-transform: uppercase;
    font-family: "Archivo", sans-serif;
}
.icon-box{
    background-color: #ffffff;
    border-radius: 10px;
    padding: 15px 20px;
    padding-left: 110px;
    height: 111px;
    align-items: center;
    display: flex;
    position: relative;

    box-shadow: 0px 5px 12px -3px rgba(0,0,0,0.11);
-webkit-box-shadow: 0px 5px 12px -3px rgba(0,0,0,0.11);
-moz-box-shadow: 0px 5px 12px -3px rgba(0,0,0,0.11);
}
.serviceSection{
    background-color: #DCE5B8;
    padding: 87px 0;
    background-image: url(../images/product-bg.jpg);
}
.serviceSection h1{
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    color: var(--white);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 41px;
}
.serviceCardSec {
    position: relative;
    overflow: hidden;
    border: 1px solid #ffffff;
}
.serviceCardSec::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: linear-gradient(to bottom,  rgba(41,48,16,0) 45%,rgba(41,48,16,1) 95%,rgba(41,48,16,1) 96%);
}
.serviceCardSec:hover::after{
    background: linear-gradient(to bottom,  rgba(41,48,16,0) 21%,rgba(41,48,16,1) 66%);
    opacity: 0;
}
.serviceCardSec .textArea{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 28px 22px;
    z-index: 1;
}
.serviceCardSec .textArea h5{
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: var(--white);
    transition: ease-in-out 0.4s;
}
.serviceCardSec .textArea p{
    color: var(--white);
    margin-top: 13px;
    margin-bottom: 13px;
    line-height: 20px;
    font-size: 14px;
}
.serviceCardSec .textArea .paraText{
    display: none;
    transition: ease-in-out 0.4s;
}
.serviceCardSec:hover .textArea .paraText{
    display: block;
}
.serviceCardSec .textArea .readMoreLink{
    font-family: "Archivo", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    color: var(--white);
    margin-bottom: 13px;
    text-decoration: underline;
}
.serviceCardSec img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
    transition: ease-in-out 0.4s;
}
.serviceCardSec:hover img{
    transform: scale(1.1);
}
.padd{
    padding-top: 80px;
    padding-bottom: 80px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  display: none;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.glightbox {
  position: relative;
  display: block;
   margin-bottom: 25px;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: #fff;
  background: rgba(0,0,0,0.6);
  border-radius: 50%;
  padding: 10px 18px;
  pointer-events: none;
}



.product_slider{
    padding-right: 40px;
}
.product-main-slider img {
  width: 100%;
  border-radius: 5px;
}

.product-thumb-slider img {
  width: 100%;
  cursor: pointer;
  border-radius: 6px;
  border: 2px solid transparent;
}

.product-thumb-slider .swiper-slide-thumb-active img {
  border-color: var(--primaryClr);
}

.why-item{
    text-align: center;
    background-color: #FFF9ED;
    color: #937538;
    padding: 40px 55px;
    margin-top: 20px;
}
.why-item p{
    color: #937538;
    line-height: 23px;
}
.why-item h3{
    text-transform: uppercase;
    color: #49270B;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 5px;
}
.full-width-section{
   background-image: url(../images/full-width-section.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    display: flex;
    height: 455px;
}
.full-width-section h2{
    color: #ffffff;
}
.full-width-section .text-right{
    text-align: right;
    align-items: center;
    display: flex;
    justify-content: right;
}

.p-item img{
max-width: 100%;
}
.p-item{
    text-align: center;
    margin-top: 30px;
}
.p-item h3{
    text-transform: uppercase;
    color: #49270B;
    font-size: 25px;
    font-weight: 600;
    margin-top: 15px;
}
.whatwedo-section{
 background-image: url(../images/what-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
}
.whatwedo-section p{
    color: #fff;
    max-width: 495px;
}
.whatwedo-section h2{
    color: var(--primaryClr);
    margin-top: 10px;
    margin-bottom: 15px;
}

.whatwedo-section h3{
    color: #D97237;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    font-family: "Archivo", sans-serif;
}
.whatwedo-section .container-xl{
z-index: 99;
position: relative;
}
.whatwedo-section::before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #402413;
    opacity: 0.82;
    z-index: 9;
    top: 0;
}

.what-left img{
    border-radius: 50%;
max-width: 518px;
border-bottom: 8px solid  var(--primaryClr);
width: 100%;
}
.what-box{
background-color: var(--primaryClr);
text-align: center;
align-items: center;
justify-content: center;
display: flex;
height: 194px;
color: #fff;
border-radius: 10px;
padding: 30px;
margin-top: 25px;
}
.what-box h4{
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
    font-family: "Archivo", sans-serif;
    margin-top: 10px;
}
.serviceSectionInner{
    background-image: none;
    background-color: #fff;
}
.contactForm{
    padding: 90px 0;
}
.contactForm .pic{
    /* max-width: 603px;
    max-height: 574px; */
    width: 100%;
}
.contactForm .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contactForm h2{
    margin-bottom: 18px;
}
.contactForm p{
    margin-bottom: 25px;
    max-width: 524px;
}
.contactForm .contactFormArea{
    max-width: 570px;
    margin-left: auto;
}
.contactForm .formArea{
    max-width: 521px;
    margin-right: 0;
}
.contactForm .formArea .inputRow {
    position: relative;
    margin-bottom: 16px;
}
.contactForm .formArea .inputRow .inputCtrl {
    font-family: "Archivo", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color:  #482926;
    width: 100%;
    height: 55px;
    padding: 5px 24px;
    border: none;
    outline: none;
    border: 1px solid #482926;
    border-radius: 8px;
    background-color: #FCFCFC;
}
.contactForm .formArea .inputRow .inputCtrl::placeholder{
    color:  #482926;
}
.contactForm .formArea .inputRow .textCtrl {
    font-family: "Archivo", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color:  #482926;
    display: block;
    min-height: 138px;
    border-radius: 8px;
    padding: 17px 24px;
    width: 100%;
    outline: none;
    resize: none;
    border: 1px solid #482926;
}
.contactForm .formArea .inputRow .textCtrl::placeholder{
    color:  #482926;
}
.contactForm .formArea .inputRow .validateText {
   font-family: "Archivo", sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    position: absolute;
    bottom: -14px;
    right: 5px;
    color: #f00;
}
.contactForm .formArea .bntn-primery{
    margin-top: 5px;
}
.footer{
    padding-top: 130px;
    background-color: #6D9331;
    position: relative;
    background-image: url(../images/footer-bg.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 52px;
    background-image: url(../images/footer-vector.svg);
    background-position: left top;
    background-repeat: repeat-x;
}
.product-slider {
  width: 100%;
}
.product-slider img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}
.swiper-button-next, .swiper-button-prev {
    color: #fff;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 25px;
}

.footer .aboutArea h3{
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    color: var(--white);
    margin-bottom: 27px;
    text-transform: uppercase;
    font-family: "Atma", system-ui;
}
.footer .aboutArea p{
    color: #FFEBE9;
    margin-bottom: 74px;
    max-width: 515px;
    width: 100%;
}
.footer .aboutArea ul{
    margin: 0;
    padding: 0;
}
.footer .aboutArea ul li{
    font-family: "Archivo", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #FFEBE9;
    margin-bottom: 14px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 22px;
    column-gap: 22px;
    padding-left: 40px;
    position: relative;
}
.footer .aboutArea ul li span{
    width: 55px;
    position: absolute;
    left: 0;
}

.footer .logoSec{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    column-gap: 20px;
    margin-bottom: 20px;
}
.footer .logoSec .socialIcn ul{
    list-style-type: none;
    gap: 28px;
    column-gap: 28px;
}
.footer .menuSec{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
.footer .title{
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: var(--white);
    padding-bottom: 16px;
    margin-bottom: 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #f3c9c521;
    min-width: 150px;
    width: fit-content;
     font-family: "Atma", system-ui;
}
.footer .menuSec .menulist ul{
    margin: 0;
    padding: 0;
}
.footer .menuSec .menulist ul li{
    font-family: "Archivo", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 32px;
    list-style: none;
}
.footer .menuSec .menulist ul li a{
    color: #FFEBE9;
    text-decoration: none;
}
.footer .footerMainSec{
    padding-bottom: 63px;
}
.footer .copyRight{
    font-family: "Archivo", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    color: #FFEBE9;
    border-top: 1px solid #f3c9c521;
    padding: 15px 0;
    text-align: center;
}
.footer .copyRight ul{
    justify-content: center;
}
.footer .copyRight ul li{
    list-style: none;
}
.footer .socialIcn ul li svg{
    max-height: 16px;
}
.footer .socialIcn ul{
    margin-bottom: 8px !important;
}

.aboutArea ul{
    max-width: 300px;
}
.headerBannerHome.headerBannerInner{
    min-height: 301px;
    height: 100%;
    padding: 130px 0;
    align-items: center;
    display: flex;
}
.headerBannerHome.headerBannerInner p{
    color: #fff;
    text-align: center;
}

.headerBannerHome.headerBannerInner h1 span {
    color: var(--white);
}
.serviceSectionInner .row{
    row-gap: 25px;
}
.aboutinnerCnt{
    padding: 100px 0;
}
.aboutinnerCnt{
    padding: 100px 0;
}
.aboutinnerCnt .cntArea{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.aboutinnerCnt .pic img {
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
}
.meetTeam .teamCard {
    text-align: center;
    background-color: var(--white);
    -webkit-box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.09);
    -moz-box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.09);
    box-shadow: 0px 0px 14px -3px rgba(0,0,0,0.09);
    height: 100%;
}
.meetTeam .teamCard .Pic{
   max-width: 426px;
   width: 100%;
   max-height: 426px;
   overflow: hidden;
   margin-bottom: 15px;
}
.meetTeam .teamCard .Pic img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.meetTeam .teamCard .textArea{
   padding: 15px 10px;
}
.meetTeam .teamCard .textArea h3{
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    color: var(--primaryClr);
    margin-bottom: 10px;
}
.innerService{
    min-height: 280px;
    height: 100%;
    padding: 130px 0 100px;
    background-color: #a8a529;
}
.innerService h1{
    font-size: 50px;
    font-weight: 800;
    line-height: 80px;
    color: var(--white);
    display: flex;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
}
.innerServiceCnt{
    padding: 100px 0;
}
.innerServiceCnt h2{
   margin-bottom: 10px;
}
.innerServiceCnt p{
    margin-bottom: 20px;
 }
.innerServiceCnt .pic{
    margin-bottom: 30px;
 }
.innerServiceCnt h5{
    font-family: "Archivo", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: var(--c2d);
    margin-bottom: 20px;
}
.innerServiceCnt .pic img{
    width: 100%;
}
.map{
    margin-bottom: -10px;
}

.rightWhatsApp {
    position: fixed;
    display: inline-block;
    right: 20px;
    bottom: 25px;
    z-index: 99;
}
.rightWhatsApp img{
    max-width: 42px;
}


.nav-pills .nav-link:focus, .nav-pills .nav-link:hover {
    color: var(--secondaryClr);;
}
.nav-pills .nav-link {
    color: var(--secondaryClr);;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--secondaryClr);
}

@media (max-width: 1399px) {

    .innerService h1{
        font-size: 40px;
        line-height: 70px;
    }
    .innerServiceCnt  h5{
        font-size: 22px;
        line-height: 28px;
    }
    h2{
        font-size: 50px;
        line-height: 59px;
    }
    .welcomeSection .welcomeSectionArea {
        margin: 100px auto 100px auto;
    }
    .welcomeSection .welcomeSectionArea .innerSpc {
        margin: auto;
    }
    p {
        line-height: 24px;
    }
}
@media (max-width: 1199px) {
    .product_slider{
    padding-right: 15px;
}

    .innerServiceCnt  h5{
        font-size: 20px;
        line-height: 26px;
    }
    .innerService h1{
        font-size: 38px;
        line-height: 46px;
    }
    h2{
        font-size: 45px;
        line-height: 53px;
    }
    .welcomeSection .welcomeSectionArea {
        margin: 80px auto 80px auto;
    }
    .serviceSection {
        padding: 80px 0;
    }
    .contactForm {
        padding: 80px 0;
    }
    .aboutinnerCnt{
        padding: 80px 0;
    }
    .innerServiceCnt {
        padding: 100px 0 80px;
    }
    .footer {
        padding-top: 110px;
    }
    .footer .footerMainSec {
        padding-bottom: 60px;
    }
    header .headerMenu nav .navbar-collapse .navbar-nav .nav-item .nav-link {
        font-size: 14px;
        line-height: 16px;
    }
    header .headerMenu nav .navbar-collapse .navbar-nav .nav-item {
        margin-right: 25px;
    }

    .serviceSection .row{
        max-width: 900px;
        margin: auto;
    }
   .serviceCardSec{
        max-height: 600px;
    }

    .headerBannerHome.headerBannerInner {
    padding: 70px 0;
}

}
@media (max-width: 991px) {

        .product_slider{
    margin-bottom: 30px;
}

    .headerBannerHome.headerBannerInner {
    padding: 50px 0;
}
    .icon-box {
    padding: 10px 15px;
    padding-left: 80px;
    height: 90px;
}
.iconSection .icon {
    width: 46px;
    height: 46px;
    left: 25px;
}
.iconSection .icon img{
    max-width: 26px;
}
.iconSection h3 {
    font-size: 16px;
}
.iconSection {
    margin-top: -195px;
}

    .headerBannerHome h1{
        font-size: 40px;
        line-height: 46px;
        max-width: 700px;
        margin: 0 auto 15px;
    }
    .headerBannerHome h1 span{
        font-size: 35px;
        line-height: 40px;
    }
    .innerService h1{
        font-size: 35px;
        line-height: 40px;
    }
    .innerServiceCnt  h5{
        font-size: 18px;
        line-height: 24px;
    }
    h2{
        font-size: 40px;
        line-height: 48px;
    }
    .welcomeSection .welcomeSectionArea {
        margin: 70px auto 70px auto;
    }
    .serviceSection {
        padding: 70px 0;
    }
    .contactForm {
        padding: 70px 0;
    }
    .aboutinnerCnt{
        padding: 70px 0;
    }
    .innerServiceCnt {
        padding: 100px 0 70px;
    }

    .footer .footerMainSec {
        padding-bottom: 50px;
    }
    .serviceCardSec {
        margin-bottom: 24px;
    }
    .contactForm h2 {
        margin-bottom: 10px;
    }
    .contactForm p {
        margin-bottom: 15px;
    }
    .contactForm .formArea .inputRow .inputCtrl {
        height: 45px;
        border-radius: 6px;
    }
    .contactForm .formArea .inputRow {
        margin-bottom: 10px;
    }
    .contactForm .formArea .inputRow .textCtrl {
        min-height: 110px;
    }
    header .headerMenu nav .navbar-collapse .navbar-nav .nav-item .nav-link {
        padding: 12px 0;
    }
    header .headerMenu .navbar-toggler{
        box-shadow: none;
    }
        header .headerMenu nav .navbar-collapse .navbar-nav .nav-item.dropdown{
display: block !important;
        }
header .headerMenu nav .navbar-collapse .navbar-nav .nav-item.dropdown .nav-link{
        display: block;
        width: 100%;
        text-align: center;
}

    header .headerMenu .navbar-collapse{
        z-index: 999;
        background-color: var(--white);
        padding: 15px;
        box-shadow: 0px 10px 30px rgba(83, 88, 93, 0.4);
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
    }
    header .headerMenu .navbar-collapse li a{
        width: fit-content;
    }
    header .headerMenu nav .navbar-collapse .navbar-nav .nav-item {
        margin-right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.headerLogoSec{
    padding-top: 15px;
    padding-bottom: 15px;
}
    .navbar-toggler {
        padding: 4px 10px;
        font-size: 9px;
        line-height: 0;
        height: 35px;
    }
    .navbar-toggler-icon {
        width: 22px;
        height: 14px;
    }
    .serviceSectionInner .row{
        row-gap:0px;
    }

    .why-item {
    padding: 30px 30px;
}
.why-item h3 {
    font-size: 17px;
}
.padd {
    padding-top: 60px;
    padding-bottom: 60px;
}
.p-item h3 {
    font-size: 17px;
}

}
@media (max-width: 767px) {
    .what-left{
        margin-bottom: 30px;
    }
.whatwedo-section{
    text-align: center;
}
    .p-item h3 {
    font-size: 15px;
}

.p-item {
    margin-top: 20px;
}
    .full-width-section {
    text-align: center;
    height: 335px;
}
.full-width-section .text-right {
    text-align: center !important;
    justify-content: center;
    margin-top: 15px;
}


    .welcomeSection {
    padding-top: 160px;
    padding-bottom: 50px;
}

    .padd {
    padding-top: 50px;
    padding-bottom: 50px;
}

    .iconSection {
        margin-top: -220px;
    }

.about-right{
text-align: center;
}
   .icon-box {
    padding: 10px 15px;
    padding-left: 70px;
    height: 80px;
    margin-top: 20px;
}
.iconSection .icon {
    width: 40px;
    height: 40px;
    left: 20px;
}
.iconSection .icon img{
    max-width: 22px;
}
.iconSection h3 {
    font-size: 14px;
}
    .headerBannerHome h1{
        font-size: 40px;
        line-height: 46px;
        max-width: 600px;
        margin: 0 auto 15px;
    }
    .headerBannerHome h1 span{
        font-size: 30px;
        line-height: 30px;
    }
    .innerService h1{
        font-size: 30px;
        line-height: 30px;
    }
    .innerServiceCnt  h5{
        font-size: 16px;
        line-height: 22px;
    }
    .bntn-primery {
        font-size: 14px;
        line-height: 16px;
        padding: 5px 20px;
        height: 45px;
        border-radius: 4px;
    }
    h2{
        font-size: 35px;
        line-height: 43px;
    }
    .welcomeSection .welcomeSectionArea {
        margin: 60px auto 60px auto;
    }
    .serviceSection {
        padding: 60px 0;
    }
    .contactForm {
        padding: 60px 0;
    }
    .aboutinnerCnt{
        padding: 0px 0 60px;
    }
    .meetTeam{
        padding: 60px 0 40px;
    }

    .innerServiceCnt {
        padding: 100px 0 60px;
    }
    .footer .footerMainSec {
        padding-bottom: 40px;
    }
    .welcomeSection {
        grid-template-columns: 1fr;
    }
    .contactForm .contactFormArea {
        margin-top: 20px;
        max-width: 100%;
    }
    .contactForm .formArea {
        max-width: 100%;
    }
    .serviceCardSec .textArea .paraText {
        display: block;
    }
    .serviceCardSec::after {
        background: linear-gradient(to bottom, rgba(41, 48, 16, 0) 21%, rgba(41, 48, 16, 1) 66%);
        opacity: .9;
    }
    .footer .footerMainSec {
        row-gap: 40px;
    }
    .footer .aboutArea p {
        margin-bottom: 20px;
    }
    .footer .aboutArea h3 {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .footer .title {
        font-size: 18px;
        line-height: 18px;
        padding-bottom: 14px;
        margin-bottom: 8px;
    }
    .footer .footerMainSec .logoSec .socialIcn ul li a svg{
        height: 25px;
    }
    .footer .logoSec .socialIcn ul {
        gap: 18px;
        column-gap: 18px;
    }
    .meetTeam .teamCard .textArea h3{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 7px;
    }
    .meetTeam .teamCard .Pic {
        margin-bottom: 8px;
    }
    .welcomeSection::after{
        display: none;
    }
}
@media (max-width: 575px) {
    .headerBannerHome h1{
        font-size: 34px;
        line-height: 36px;
        max-width: 500px;
        margin: 0 auto 15px;
    }
    .headerBannerHome h1 span{
        font-size: 22px;
        line-height: 30px;
    }
    .innerService h1{
        font-size: 22px;
        line-height: 30px;
    }
    h2{
        font-size: 30px;
        line-height: 38px;
    }
    .welcomeSection .welcomeSectionArea {
        margin: 40px auto 40px auto;
    }
    .serviceSection {
        padding: 40px 0;
    }
    .contactForm {
        padding: 40px 0;
    }
    .innerServiceCnt {
        padding: 20px 0 40px;
    }
    .aboutinnerCnt{
        padding: 0 0 40px;
    }
    .meetTeam{
        padding: 40px 0 40px;
    }
    .footer {
        padding-top: 80px;
    }

    .footer::before {
    height: 40px;
    background-size: 180px;
}

    .footer .footerMainSec {
        padding-bottom: 30px;
    }
    header .headTop {
        padding: 5px 0;
    }
    .headerLogoSec{
        padding: 10px 0;
    }
    header .headerLogoSec .logo img{
        width: 100%;
    }
    .meetTeam .teamCard {
        max-width: 425px;
        margin: auto;
    }
    .innerService {
        min-height: 200px;
        padding: 80px 0 60px;
    }
    .innerServiceCnt .pic {
        margin-bottom: 15px;
    }
    .innerServiceCnt h5 {
        margin-bottom: 10px;
    }
}










@media (max-height: 700px) {
    .headerBannerHome h1{
        font-size: 34px;
        line-height: 34px;
        max-width: 700px;
        margin: 0 auto 15px;
    }
    .headerBannerHome h1 span{
        font-size: 35px;
        line-height: 40px;
    }
    .innerService h1{
        font-size: 35px;
        line-height: 40px;
    }
    h2{
        font-size: 40px;
        line-height: 48px;
    }
    .welcomeSection .welcomeSectionArea {
        margin: 70px auto 70px auto;
    }
    .serviceSection {
        padding: 70px 0;
    }
    .contactForm {
        padding: 70px 0;
    }
    .aboutinnerCnt{
        padding: 70px 0;
    }
    .innerServiceCnt {
        padding: 100px 0 70px;
    }
    .footer {
        padding-top: 70px;
    }
    .footer .footerMainSec {
        padding-bottom: 50px;
    }
    .serviceCardSec {
        margin-bottom: 24px;
    }
    .contactForm h2 {
        margin-bottom: 10px;
    }
    .contactForm p {
        margin-bottom: 15px;
    }
    .contactForm .formArea .inputRow .inputCtrl {
        height: 45px;
        border-radius: 6px;
    }
    .contactForm .formArea .inputRow {
        margin-bottom: 10px;
    }
    .contactForm .formArea .inputRow .textCtrl {
        min-height: 110px;
    }
    .serviceSectionInner .row{
        row-gap:0px;
    }
    .footer .aboutArea h3 {
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 20px;
    }
    .footer .title {
        font-size: 18px;
        line-height: 18px;
        padding-bottom: 14px;
        margin-bottom: 8px;
    }
    .footer .footerMainSec .logoSec .socialIcn ul li a svg {
        height: 25px;
    }
    .contactForm .pic {
        max-height: 496px;
        height: 100%;
        overflow: hidden;
    }
    .innerServiceCnt  h5{
        font-size: 18px;
        line-height: 24px;
    }
    .innerService h1{
        font-size: 30px;
        line-height: 30px;
    }
}