@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700&display=swap');

:root{
    --primary-color: #2BA540;
    --white-color: #fff;
    --green-color: #193C1F;
    --primary-text-color: #212121;
    --primary-bg-color: #DEFFE2;
    --bullet-color:#D9D9D9;
    --text-color-1:#3d3d3d;
    --border-color:#dedede;
    --award-green-bg:#F5FEF6;
    --dark-green-color:#00450C;
    --light-text-color: #212121cc;
    --light-green-bg: #EFFFF2;
    --accordion-border: #D7E8DA;
    --active-accordion-border: #37553C;
    --counter-item-border:#056315;
    --counter-item-box-bg:#017515;

}
html{font-size: 62.5%;}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;vertical-align:baseline}:focus{outline:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;-moz-appearance:none}input[type=search]{-webkit-appearance:none;-moz-appearance:none;-webkit-box-sizing:content-box;box-sizing:content-box}input{opacity:1}input::-webkit-input-placeholder{opacity:1!important}input::-moz-placeholder{opacity:1!important}input:-ms-input-placeholder{opacity:1!important}input::-ms-input-placeholder{opacity:1!important}input::placeholder{opacity:1!important}input::-webkit-input-placeholder{opacity:1!important}input::-moz-placeholder{opacity:1!important}input:-ms-input-placeholder{opacity:1!important}textarea{overflow:auto;vertical-align:top;resize:none}a:active,a:hover,a:focus{outline:0;text-decoration:none}figure,form{margin:0}button,input,select,textarea{font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="radio"],input[type="text"],input[type="email"],input[type="password"],input[type="number"],textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;-webkit-border-radius:0}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}img{vertical-align:middle;display:inline-block;height:auto;max-width:100%;border:0;-ms-interpolation-mode:bicubic}select{color:#000;outline:none}select:-moz-focusring{color:#fff0;text-shadow:0 0 0 #000}::-moz-selection{background:var(--primary-color);text-shadow:none;color:var(--white-color)}::selection{background:var(--primary-color);text-shadow:none;color:var(--white-color)}a{-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;display:inline-block;text-decoration:none}*,*:after,*:before{-webkit-box-sizing:border-box;box-sizing:border-box}video::-webkit-media-controls{display:none!important}
body{font-family: "Rubik", sans-serif;font-size: 1.6rem;font-weight: 400;color: var(--primary-text-color);line-height: 1.2;background-color: var(--background-yellow-color);position: relative;}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {-webkit-appearance: none !important;-moz-appearance: none !important;appearance: none !important;margin: 0 !important;display: none !important;
}

/* swiper pagination */
.swiper-pagination .swiper-pagination-bullet { width: 1rem;height: 1rem;background: var(--bullet-color);transition: all 0.5s;opacity: 1;margin: 0 0.3rem;}
.swiper-pagination .swiper-pagination-bullet-active { width: 2rem;border-radius: 3rem;background: var(--green-color);}
input[type=number] {-moz-appearance:textfield;}
.text-align-left{
    text-align: left !important;
}
html,body{height: 100%;}
body{-webkit-tap-highlight-color: transparent;}
.container{max-width:124rem;padding: 0 5rem; margin: 0 auto;}
h1 , .h1{
    font-size: 6rem;
    font-weight: 500;
    margin-bottom: 0.8rem;
}
.btn {
    text-decoration: none;
    font-size: 1.8rem;
    height: 6rem;
    line-height: 6rem;
    padding: 0 3rem;
    border-radius: 10rem;
    color: var(--white-color);
    background-color: var(--primary-color);
    transition: 0.4s all;
    font-weight: 500;
    display: inline-block;
    border: none;
    outline: none;
    position: relative;
    z-index: 1;
}
.btn:hover{
    background-color: #218838;
    color: var(--white-color) !important;
}
.white-btn{
    background-color: var(--white-color);
    color: var(--green-color);
    border: 1px solid var(--white-color);
}
.white-btn:hover{
   background-color: transparent;
   color: var(--white-color);     
}
.dark-green-btn{
    background-color: var(--dark-green-color);
}
/* scale btn effect */
.scale-btn-effect:hover {
    transform: scale(1.05);
    background: var(--primary-color);
}
.scale-btn-effect.white-btn:hover {
    background: var(--white-color);
    color: var(--primary-text-color) !important;
}

/* slide btn effect */
.slide-btn-effect {
    background: #218838;
    overflow: hidden;
}
.slide-btn-effect::before {
    content: '';
    background: var(--primary-color);
    transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
    transform-origin: 100% 50%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    border-radius: 2rem;
}
.slide-btn-effect:hover::before {
    transform: scale3d(0, 1, 1);
    transform-origin: 0% 50%;
}
.slide-btn-effect.white-btn {
    background: transparent;
}
.slide-btn-effect.white-btn::before {
    background-color: var(--white-color);
}
h2, .h2{
    font-size: 3.6rem;
    font-weight: 500;
    margin-bottom: 0.8rem;
}
h3 , .h3{
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 0.8rem;
}
.title-block{
    text-align: center;
    max-width: 82rem;
    margin: 0 auto 2.6rem;
}
.title-block p{
    line-height: 1.5;
}
.visibilty-in-mobile{
    display: none
}
.visibilty-in-mobile.logo-block{
    width: 24rem;
    height: auto;
    margin: 0 auto 2.5rem;    
}
.visibilty-in-mobile.logo-block img{
    height: 100%;
    width: 100%;
}
/* header css start */
.site-wrapper{
    position: relative;
}
.site-header {   
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 2rem;
}
.site-header .header-wrapper .logo-block a img{
    width: 18rem;
    height: auto;

}
.site-header .header-wrapper{
    padding: 1.2rem 1.8rem;
    border-radius: 7rem;
    background: rgba(255, 255, 255, 0.18);
    border: 0.1rem solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: space-between;    
}
.site-header .hamburger{
    display: none;
    background: rgba(255, 255, 255, 0.18);
    border: 0.1rem solid rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(5px);
    height: 5.5rem;
    width: 5.5rem;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}
.site-header .hamburger .hamburger-icon {
    width: 2.8rem;
}
.site-header .hamburger .cross-icon,
.mobile-menu .site-header .hamburger .hamburger-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;  
}
.mobile-menu .site-header .hamburger .cross-icon{
    opacity: 1;
    visibility: visible;
    width: 2.2rem;
    height: auto;
    
}
.site-header .header-wrapper .right-block ul,
.site-header .header-wrapper .nav-wrapper ul{
    display: flex;
    align-items: center;
}
.site-header .header-wrapper .nav-wrapper ul{
    margin: 0 1rem;
}
.site-header .header-wrapper .nav-wrapper ul li+li{
    margin-left: 4rem;
}
.site-header .header-wrapper .right-block ul li a.primary-btn{
    height: 4.3rem;
    line-height: 4.3rem;
    font-size: 1.6rem;
}
.site-header .header-wrapper .right-block ul li a:not(.btn),
.site-header .header-wrapper .nav-wrapper ul li a{
    color: var(--white-color);
    font-weight: 500;
    position: relative;    
}
.site-header .header-wrapper .nav-wrapper ul li a:not(.btn)::before,.site-header .header-wrapper .right-block ul li a:not(.btn)::before{
    position: absolute;
    content: '';
    left: 0;
    bottom: -1rem;
    height: 0.2rem;
    background-color: var(--white-color);
    width: 0;
    transition: all 0.5s;
}
.site-header .header-wrapper .nav-wrapper ul li a:not(.btn):hover::before,.site-header .header-wrapper .right-block ul li a:not(.btn):hover::before,
.site-header .header-wrapper .nav-wrapper ul li.current-menu-item a::before
{
    width: 100%;
}
.site-header .header-wrapper .right-block ul li+li{
    margin-left: 2.2rem;
}
.mobile-menu{
    overflow: hidden;
}
/* site-footer css start */
.site-footer .logo-block {
    width: 16rem;
    display: inline-block;
}
.site-footer{
    background-color: #021906;
    color: var(--white-color);
    padding: 8rem 0;
}



.site-footer .footer-col.contact-col .contact-info .img-block img {
    width: 2.4rem;
    min-width: 2.4rem;
}
.site-footer a {
    color: var(--white-color);
    display: block;
    transition: 0.5s all;
}
.site-footer a:hover {
    text-decoration: underline;
}

.site-footer p,
.site-footer address,
.site-footer a {
    font-weight: 300;
}
.site-footer .contact-info a {
    display: inline-flex;
    align-items: center;
    word-break: break-all;
}
.site-footer .footer-title {
    font-weight: 500;
    font-size: 2rem;
    margin-bottom: 2.1rem;
    line-height: 1.3;
}

.site-footer .about-col .footer-title {
    font-weight: 400;
    margin-bottom: 0.9rem;
    font-size: 1.8rem;
}
.site-footer .footer-content {
    margin: 0 0 6.4rem;
}

.site-footer .footer-col-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 0 -1rem -2rem;
}

.site-footer .footer-col {
    padding: 0 1rem;
    margin-bottom: 2rem;
}
.site-footer .social-media-links {
    display: flex;
    align-items: center;

}
.site-footer .social-media-links li+li {
    margin-left: 2rem;
}
.site-footer .social-media-links li a img {
    transition: all 0.5s;
}
.site-footer .social-media-links li a:hover img { transform: scale(1.05);}

.site-footer .footer-col.about-col {
    flex: 0 0 24.3rem;
    max-width: 24.3rem;
}

.site-footer .footer-col.contact-col ul li {
    display: flex;
}
.site-footer .footer-col.contact-col .contact-info {
    max-width: 33.3rem;
}
.site-footer .footer-col.contact-col ul li em {
    margin-right: 1.2rem;
}
.site-footer .footer-col.contact-col address {
    font-style: normal
}

.site-footer .footer-col.contact-col .email-block a {
    color: var(--primary-blue-color);
}

.site-footer .footer-col.contact-col .email-block a+a {
    margin-top: 1.2rem;
}

.site-footer .footer-col.contact-col .email-block a:hover {
    text-decoration: underline;
}

.site-footer .footer-col.quick-links-col ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem -1.2rem;
    max-width: 20.1rem;
}

.site-footer .footer-col.quick-links-col ul li {
    padding: 0 1rem 1.2rem;
    flex: 0 0 50%;
    max-width: 50%;
}

.site-footer .footer-col.quick-links-col ul li a:hover {
    color: var(--primary-blue-color);
}



.site-footer .footer-bottom {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #082C0F;
    padding-top: 1.1rem;
    align-items: center;
}
.site-footer .footer-bottom .copy-right-symbol {
    font-size: 2.1rem;
    margin-right: 0.4rem;
    position: relative;
    top: 0.1rem;
}

.site-footer .footer-bottom .footer-links {
    display: flex;
    gap: 3rem;
}

.site-footer .footer-bottom p,
.site-footer .footer-bottom a {
    font-size: 1.4rem;
}

.site-footer .footer-bottom a:hover {
    text-decoration: underline;
}

.site-footer .logo-wrapper {
    margin-bottom: 2.4rem;
}


.site-footer .footer-col.contact-col ul li:not(:last-child) {
    margin-bottom: 1.8rem;
}

/* site-footer css end */

@media(max-width: 1199px){
    .container{padding: 0 2.5rem;}
    h1, .h1{
        font-size: 4.8rem;
      }
    h3 , .h3{
        font-size: 1.8rem;
    }
    h2, .h2{
        font-size: 2.8rem;
    }   
    .site-header .header-wrapper .logo-block a img {
        max-width: 16rem;
    }
    .site-header .header-wrapper .nav-wrapper ul li+li {
        margin-left: 2.5rem;
    }
    .site-footer {
        padding: 5.5rem 0;
    }
    .site-footer .footer-content {
        margin-bottom: 4rem;
    }
}
@media(max-width: 1023px){
    .site-header .header-wrapper .nav-wrapper ul li+li {
        margin-left: 3rem;
    }
    .site-header .header-wrapper .right-block ul li a, .site-header .header-wrapper .nav-wrapper ul li a{
        font-size: 1.4rem;
    }
    .site-header .header-wrapper .right-block ul li a.primary-btn {
        font-size: 1.4rem;
        padding: 0 2rem;
    }
}
@media(max-width: 991px){
    .site-footer .footer-col-wrapper {
        flex-wrap: wrap;
        margin-bottom: -3rem;
    }
    .site-header .header-wrapper .nav-wrapper ul li+li {
        margin-left: 1rem;
    }
    .site-header .header-wrapper .right-block ul li+li {
        margin-left: 1.5rem;
    }
    .site-header .header-wrapper .logo-block a img{
        height: 3rem;
        width: auto;
    }    
    .site-footer .footer-col.about-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .site-footer .footer-col {
        margin-bottom: 3rem;
    }
    .site-footer .footer-col.quick-links-col {
         flex: 0 0 40%;
        max-width: 40%;
    }
    .site-footer .footer-col.contact-col {
        flex: 0 0 60%;
        max-width: 60%;
    }

    .site-footer .footer-col.contact-col .contact-info .img-block img {
        width: 2.4rem;
    }
    .site-footer .footer-col.contact-col .contact-info {
        max-width: 100%;
    }
    .site-footer .footer-col.contact-col ul li:not(:last-child) {
        margin-bottom: 1.4rem;
    }
    .site-footer .footer-content {
        margin-bottom: 3.4rem;
    }
  
    .site-footer .footer-title {
        font-size: 1.8rem;
        margin-bottom: 1.3rem;
    }
    .site-footer .footer-col.quick-links-col ul li {
        padding-bottom: 0.9rem;
    }
    .site-footer .footer-col.quick-links-col ul {
        margin-bottom: -0.9rem;
    }
    .site-footer .footer-bottom .footer-links { gap: 1rem;}
    .site-footer .footer-bottom .copy-right-symbol { font-size: 1.8rem;margin-right: 0.2rem;}
}

@media(max-width: 767px){
     h1, .h1{
        font-size: 3.6rem;
    }
    .home .site-header .logo-block{
        display: none;
    }
    .site-header .logo-block{
        margin-left: auto;
    }
    .site-header .hamburger {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .contact-number{
        display: none;
    }
    .site-header .header-wrapper .nav-wrapper {
        opacity: 0;
        z-index: -1;
        visibility: hidden;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        text-align: left;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transform: translateX(101%);
        background-color: rgba(255, 255, 255, 0.95);
        padding: 7rem 0 3rem 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        overflow: hidden;
    }

    .mobile-menu .site-header .header-wrapper .nav-wrapper {
        opacity: 1;
        z-index: 1;
        visibility: visible;
        transform: translateX(0);       
    }
    .site-header .header-wrapper .nav-wrapper ul {
        display: block;
        padding: 0rem 2.5rem;
        overflow-y: auto;
        width: 100%;
        margin: 0;
    }
   .site-header .header-wrapper .nav-wrapper > div {
    width: 100%;
    height: 100%;
    overflow: auto;
   }
    .banner-has-bg .site-header .header-wrapper,
    .site-header .header-wrapper{
        background: transparent;
        border: none;
        backdrop-filter: none;
        padding: 0;
    }
    .site-header .header-wrapper .nav-wrapper ul li a:not(.btn){
        color: var(--primary-text-color);
        font-size: 3rem;
    }
    .site-header .header-wrapper .nav-wrapper ul li a.btn{
        font-size: 2.4rem;
        height: 5rem;
        line-height: 5rem;
    }
    .site-header .header-wrapper .nav-wrapper ul li+li{
        margin-left: 0;
        margin-top: 3.5rem;
    }
    .visibilty-in-mobile.logo-block{
        display: block !important;
    }
    .site-header .header-wrapper .nav-wrapper ul li a:not(.btn)::before{
        display: none;
    }
    .site-header .header-wrapper .nav-wrapper ul li:hover a{
        color: var(--primary-color)
    }
    .cta-section .cta-info-wrapper .cta-content-block .white-btn {
        font-size: 1.6rem;
    }
 
    h2, .h2{
        font-size: 2.6rem;
      }
    
    .site-footer {
        padding: 4rem 0;
    }
    .site-footer .footer-bottom {
        flex-direction: column-reverse;
        gap: 1rem;
        align-items: flex-start;
    }   
    .site-header .header-wrapper .right-block {
        display: none;
    } 
}
@media(max-width:575px){ 
    h1, .h1{
        font-size: 2.6rem;
        line-height: 1.3;
        margin-bottom: 1rem;
    }
    .btn{
        font-size: 1.6rem;
        line-height: 5rem; 
        height: 5rem;
        padding: 0 2.6rem;
    }    
    
    .site-footer .footer-col.quick-links-col,
    .site-footer .footer-col.contact-col {
        flex: 0 0 100%;
        max-width: 100%;
    }
  
    .site-footer .footer-col {
        max-width: 100%;
        flex: 0 0 100%;
    }
   .site-footer .footer-col.contact-col .contact-info .img-block img {
    min-width: 1.6rem;
    width: 1.6rem;
   }
  
}
@media(max-width:375px){
    .site-header .header-wrapper .nav-wrapper ul li+li{
        margin-top: 3.5rem;
    }
}
/* header css end */