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;
}
a{
    text-decoration: none;
    transition: ease-in-out .4s;
}
:root{
    --primaryClr: #D97237;
    --primaryClrDark: #482926;
    --secondaryClr: #D0CC2F;
    --secondaryClrDark: #9e9c20;
    --c2d: #2d2d2d;
    --c70: #707070;
    --white: #ffffff;
}
body{
    font-family:'Archivo';
    font-size: 15px;
    font-weight: 400;
    line-height: 29px;
    color: var(--c70);
}
p{
    font-family:'Archivo';
    font-size: 15px;
    font-weight: 400;
    line-height: 29px;
    color: var(--c70);
    margin: 0;
}
h2{
    font-family:'Battambang';
    font-size: 55px;
    font-weight: 700;
    line-height: 63px;
    color: var(--primaryClr);
    text-transform: uppercase;
}
.cmnBtn{
    font-family:'Archivo SemiBold';
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    color: var(--white);
    padding: 5px 26px;
    display: 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;
}
.cmnBtn:hover{
    color: var(--white);
    background-color: var(--secondaryClrDark);
}


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(--secondaryClr);
    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 SemiBold';
    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 #FDB002;
}
header .headerLogoSec .logo{
    margin-bottom: -100px;
    z-index: 2;
    position: relative;
}
.headerBannerHomeHead .owl-nav span {
    font-size: 30px;
    color: #000000;
}
.headerBannerHomeHead .owl-nav .owl-prev{
    position: absolute;
    left: 10px;
    top: 50%;
    width: 40px;
    height: 40px;
    background-color: #fff!important;
    border-radius: 50%;
}
.headerBannerHomeHead .owl-nav .owl-next{
    position: absolute;
    right: 10px;
    top: 50%;
    width: 40px;
    height: 40px;
    background-color: #fff!important;
    border-radius: 50%;
}
.headerBannerHome{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: calc((100vh) - 116px);
    position: relative;
}
.headerBannerHome .container-xl{
    height: 100%;
}
.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-family:'Battambang';
    font-size: 100px;
    font-weight: 700;
    line-height: 96px;
    color: var(--white);
    max-width: 1200px;
    width: 100%;
    text-align: center;
    z-index: 1;
    position: relative;
    margin: 0 auto 15px;
    text-transform: uppercase;
}
.headerBannerHome h1 span{
    font-family:'Battambang Black';
    font-size: 50px;
    font-weight: 800;
    line-height: 80px;
    color: #FFFDCC;
    display: block;
}
.headerBannerHome .cmnBtn{
    margin: auto;
    z-index: 1;
    position: relative;
}
.headerBannerHome .cmnBtn img{
   width: auto;
}
.welcomeSection{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.welcomeSection .welcomeSectionArea{
    max-width: 608px;
    width: 100%;
    text-align: center;
    margin: 100px 0 100px auto;
}
.welcomeSection .welcomeSectionArea .innerSpc{
    max-width: 442px;
    width: 100%;
    margin-left: 0;
}
.welcomeSection .welcomeSectionArea h2{
    margin-bottom: 15px;
    margin: 0 auto 15px;
    width: 100%;
}
.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 Light';
    font-weight: 300;
    margin: 0 auto 22px;
    width: 100%;
    letter-spacing: 1px;
}
.welcomeSection .welcomeSectionArea p:first-of-type {
    margin-bottom: 30px;
}
.welcomeSection .welcomeSectionArea .cmnBtn{
   margin: 27px auto 0;
}
.welcomeSection .welcomeSectionPic{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.serviceSection{
    background-color: #DCE5B8;
    padding: 87px 0;
}
.serviceSection h1{
    font-family:'Battambang';
    font-size: 190px;
    font-weight: 700;
    line-height: 151px;
    color: var(--white);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 41px;
}
.serviceSection .serviceCardSec {
    position: relative;
    overflow: hidden;
}
.serviceSection .serviceCardSec::after{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
    background: linear-gradient(to bottom,  rgba(41,48,16,0) 45%,rgba(41,48,16,1) 95%,rgba(41,48,16,1) 96%);
}
.serviceSection .serviceCardSec:hover::after{
    background: linear-gradient(to bottom,  rgba(41,48,16,0) 21%,rgba(41,48,16,1) 66%);
    opacity: .9;
}
.serviceSection .serviceCardSec .textArea{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 28px 22px;
    z-index: 1;
}
.serviceSection .serviceCardSec .textArea h5{
    font-family:'Battambang';
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: var(--white);
    transition: ease-in-out 0.4s;
}
.serviceSection .serviceCardSec .textArea p{
    color: var(--white);
    margin-top: 13px;
    margin-bottom: 13px;
    line-height: 24px;
}
.serviceSection .serviceCardSec .textArea .paraText{
    display: none;
    transition: ease-in-out 0.4s;
}
.serviceSection .serviceCardSec:hover .textArea .paraText{
    display: block;
}
.serviceSection .serviceCardSec .textArea .readMoreLink{
    font-family:'Archivo SemiBold';
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    color: var(--white);
    margin-bottom: 13px;
    text-decoration: underline;
}
.serviceSection .serviceCardSec img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
    transition: ease-in-out 0.4s;
}
.serviceSection .serviceCardSec:hover img{
    transform: scale(1.1);
}
.contactForm{
    padding: 90px 0;
    background-color: #fffbf1;
}
.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';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color:  var(--primaryClrDark);
    width: 100%;
    height: 55px;
    padding: 5px 24px;
    border: none;
    outline: none;
    border: 1px solid var(--primaryClrDark);
    border-radius: 8px;
    background-color: #FCFCFC;
}
.contactForm .formArea .inputRow .inputCtrl::placeholder{
    color:  var(--primaryClrDark);
}
.contactForm .formArea .inputRow .textCtrl {
    font-family:'Archivo';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color:  var(--primaryClrDark);
    display: block;
    min-height: 138px;
    border-radius: 8px;
    padding: 17px 24px;
    width: 100%;
    border: 1px solid var(--primaryClrDark);
    outline: none;
    resize: none;
    border: 1px solid var(--primaryClrDark);
}
.contactForm .formArea .inputRow .textCtrl::placeholder{
    color:  var(--primaryClrDark);
}
.contactForm .formArea .inputRow .validateText {
    font-family:'Archivo';
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    position: absolute;
    bottom: -14px;
    right: 5px;
    color: #f00;
}
.contactForm .formArea .cmnBtn{
    margin-top: 5px;
}
.contactdetails img{
    max-width:50px;
}
.contactdetails ul{
    margin:0px;
    padding:0px;
}
.contactdetails ul li {
    font-family: 'Archivo Medium';
    font-size: 20px;
    font-weight: 500;
    color: var(--c2d);
    margin-bottom: 14px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 22px; 
    column-gap: 22px;
}
.contactdetails{
    margin-bottom:30px;
}
.footer{
    padding-top: 88px;
    background-color: var(--primaryClrDark);
}
.footer .aboutArea h3{
    font-family:'Battambang';
    font-size: 36px;
    font-weight: 700;
    line-height: 29px;
    color: var(--white);
    margin-bottom: 27px;
    text-transform: uppercase;
}
.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 Medium';
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    color: #FFEBE9;
    margin-bottom: 14px;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 22px;
    column-gap: 22px;
}
.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 .menuSec .menulist .title{
    font-family:'Battambang';
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: var(--white);
    padding-bottom: 16px;
    margin-bottom: 11px;
    text-transform: uppercase;
    border-bottom: 1px solid #593936;
    min-width: 150px;
    width: fit-content;
}
.footer .menuSec .menulist ul{
    margin: 0;
    padding: 0;
}
.footer .menuSec .menulist ul li{
    font-family:'Archivo';
    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';
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    color: #FFEBE9;
    border-top: 1px solid #593936;
    padding: 15px 0;
    text-align: center;
}
.headerBannerHome.headerBannerInner{
    min-height: 301px;
    height: 100%;
    padding: 130px 0;
}
.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-family:'Battambang';
    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-family: 'Battambang Black';
    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 Medium';
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    color: var(--c2d);
    margin-bottom: 20px;
}
.innerServiceCnt .pic img{
    width: 100%;
}
.map{
    margin-bottom: -10px;
}
.horticultureSec{
    padding: 90px 0;
}
.horticultureSec .horticultureArea h2{
    margin-bottom: 18px;
}
.horticultureSec .horticultureArea ul{
   margin: 20px 0 0;
   padding: 0;
   display: grid;
   grid-template-columns: 1fr 1fr;
   grid-gap: 10px;
}
.horticultureSec .horticultureArea li{
    list-style: none;
    font-family:'Archivo Medium';
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    color: var(--c2d);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    column-gap: 10px;
}
.horticultureSec .horticultureArea li span{
    width: 25px;
    min-width: 25px;
}
.horticultureSec .horticultureArea li span img{
    width: 100%;
}

.rightWhatsApp {
    position: fixed;
    display: inline-block;
    right: 20px;
    bottom: 20px;
    z-index: 99;
}


















@media (max-width: 1399px) {
    .headerBannerHome h1{
        font-size: 90px;
        line-height: 86px;
        max-width: 1200px;
        margin: 0 auto 15px;
    }
    .headerBannerHome h1 span{
        font-size: 40px;
        line-height: 70px;
    }
    .innerService h1{
        font-size: 40px;
        line-height: 70px;
    }
    .innerServiceCnt  h5{
        font-size: 22px;
        line-height: 28px;
    }
    h2{
        font-size: 50px;
        line-height: 59px;
    }
    .serviceSection h1 {
        font-size: 170px;
        line-height: 131px;
    }
    .welcomeSection .welcomeSectionArea {
        margin: 100px auto 100px auto;
    }
    .welcomeSection .welcomeSectionArea .innerSpc {
        margin: auto;
    }
    p {
        line-height: 24px;
    }
}
@media (max-width: 1199px) {
    .headerBannerHome h1{
        font-size: 70px;
        line-height: 66px;
        max-width: 700px;
        margin: 0 auto 15px;
    }
    .headerBannerHome h1 span{
        font-size: 38px;
        line-height: 46px;
    }
    .innerServiceCnt  h5{
        font-size: 20px;
        line-height: 26px;
    }
    .innerService h1{
        font-size: 38px;
        line-height: 46px;
    }
    h2{
        font-size: 45px;
        line-height: 53px;
    }
    .serviceSection h1 {
        font-size: 150px;
        line-height: 110px;
    }
    .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: 80px;
    }
    .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;
    }
    .serviceSection .serviceCardSec{
        max-height: 600px;
    }
    .horticultureSec {
        padding: 80px 0;
    }
}
@media (max-width: 991px) {
    .headerBannerHome h1{
        font-size: 60px;
        line-height: 56px;
        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;
    }
    .serviceSection h1 {
        font-size: 130px;
        line-height: 90px;
    }
    .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;
    }
    .serviceSection .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 .navbar-collapse{
        z-index: 2;
        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: flex-end;
    }
    .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;
    }
     .horticultureSec {
        padding: 70px 0;
    }
}
@media (max-width: 767px) {
    .headerBannerHome h1{
        font-size: 45px;
        line-height: 46px;
        max-width: 600px;
        margin: 0 auto 15px;
        padding: 0 25px;
    }
    .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;
    }
    .cmnBtn {
        font-size: 14px;
        line-height: 16px;
        padding: 5px 20px;
        height: 45px;
        border-radius: 4px;
    }
    h2{
        font-size: 35px;
        line-height: 43px;
    }
    .serviceSection h1 {
        font-size: 100px;
        line-height: 90px;
        margin-bottom: 30px;
    }
    .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;
    }
    .footer {
        padding-top: 60px;
    }
    .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%;
    }
    .serviceSection .serviceCardSec .textArea .paraText {
        display: block;
    }
    .serviceSection .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 .menuSec .menulist .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;
    }
    .horticultureSec {
        padding: 60px 0;
    }
    .horticultureSec .horticultureArea ul{
        grid-template-columns: 1fr;
     }
    .headerBannerHomeHead .owl-nav .owl-prev {
        width: 30px;
        height: 30px;
        left: 5px;
    }
    .headerBannerHomeHead .owl-nav .owl-next {
        width: 30px;
        height: 30px;
        right: 5px;
    }
    .headerBannerHomeHead .owl-nav span {
        font-size: 20px;
    }
}
@media (max-width: 575px) {
    .headerBannerHome h1{
        font-size: 30px;
        line-height: 31px;
        max-width: 500px;
        margin: 0 auto 15px;
        padding: 0 22px;
    }
    .headerBannerHome h1 span{
        font-size: 20px;
        line-height: 28px;
    }
    .innerService h1{
        font-size: 22px;
        line-height: 30px;
    }
    h2{
        font-size: 30px;
        line-height: 38px;
    }
    .serviceSection h1 {
        font-size: 60px;
        line-height: 60px;
        margin-bottom: 10px;
    }
    .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: 40px;
    }
    .footer .footerMainSec {
        padding-bottom: 30px;
    }
    header .headTop {
        padding: 5px 0;
    }
    .headerLogoSec{
        padding: 10px 0;
    }
    header .headerLogoSec .logo {
        margin-bottom: -60px;
        max-width: 96px;
    }
    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;
    }
    .horticultureSec {
        padding: 40px 0;
    }
    .headerBannerHome {
        height: calc((100vh) - 85px);
    }
}










@media (max-height: 700px) {
    .headerBannerHome h1{
        font-size: 60px;
        line-height: 56px;
        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;
    }
    .serviceSection h1 {
        font-size: 130px;
        line-height: 90px;
    }
    .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;
    }
    .serviceSection .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 .menuSec .menulist .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;
    }
    .horticultureSec {
        padding: 70px 0;
    }
}