/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header / .header-con
4. Banner / .banner-con
5. Service / .service-con
6. Form / .form-con
7. Benefit / .benefit-con
8. Slider / .slider-con
9. Working / .working-con
10. Team / .team-con
11. Help / .help-con
12. FAQ  / .faq-con
13. MAP / #map
14. Sponsor / .logo-con
15. Footer  / .footer-con
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
# [Color codes]

# --primary--color: #000;
# --secondary--color: #005129;
# --text-color: #777;
# --accent-color:#8bc53f;
# --white-color: #fff;
# --grey-color: #f2f6f4;
/*------------------------------------------------------------------
[Typography]
Body copy:     'Inter', sans-serif;
-------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
a,
button
input{
	outline: none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
body{
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: var(--text-color);
    font-family: 'Inter', sans-serif;
}
:root{
    --primary--color: #000;
    --secondary--color: #005129;
    --text-color: #777;
    --accent-color:#8bc53f;
    --white-color: #fff;
    --grey-color: #f2f6f4;
}
h1{
    font-size: 50px;
    font-weight: 800;
    line-height: 73px;
    font-family: "Plus Jakarta Sans", sans-serif
}
h2{
    font-size: 40px;
    font-weight: 800;
    line-height: 44px;
    font-family: "Plus Jakarta Sans", sans-serif
}
h3{
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    font-family: "Plus Jakarta Sans", sans-serif
}
h4{
    font-size: 18px;
}
h5{
    font-size: 16px;
}
h6{
    font-size: 14px;
}
p{
    font-size: 18px;
}
.generic-btn a {
    font-size: 18px;
    line-height: 18px;
    padding: 20px 52px;
    text-decoration: none;
    display: inline-block;
    border-radius: 0 30px;
    color: var(--white-color);
    background: var(--accent-color);
}
.generic-btn a i{
    font-size: 14px;
    transition: all 0.4s ease-in-out;
}
.padding-top{
    padding-top: 130px;
}
.padding-bottom{
    padding-bottom: 130px;
}
/* HEADER SECTION */
.header-btn {
    gap: 10px;
    display: flex;
}
.header-con .navbar-expand-lg .navbar-nav{
    gap: 50px;
    margin-right: 30px;
}
.header-con .navbar-light .navbar-nav .nav-link{
    font-size: 16px;
    color: #12191f;
    font-weight: 500;
    line-height: 16px;
}
.header-con .navbar-light .navbar-nav .nav-link:hover{
    color: var(--accent-color);
}
.support-btn a:hover {
    background: transparent;
    transform: translateY(-5px);
    color: var(--secondary--color);
    box-shadow: inset 0 0 0px 1px var(--secondary--color);
}
.message-btn a i{
    width: 48px;
    height: 48px;
    display: flex;
    font-size: 16px;
    line-height: 16px;
    align-items: center;
    border-radius: 0 10px;
    justify-content: center;
    color: var(--white-color);
    background: var(--accent-color);
    transition: all 0.4s ease-in-out;
}
.message-btn a i:hover,
.generic-btn a:hover,
.submit-btn button:hover
{
    transform: translateY(-5px);
    background: transparent;
    color: var(--accent-color);
    box-shadow: inset 0 0 0px 1px var(--accent-color);
}
.generic-btn a:hover i{
    color: var(--accent-color);
}
.message-btn a{
    text-decoration: none;
}
.support-btn a{
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    border-radius: 0 20px;
    display: inline-block;
    text-decoration: none;
    padding: 14px 27px 18px;
    color: var(--white-color);
    background: var(--secondary--color);
}
.support-btn a i{
    font-size: 14px;
}
.header-con .navbar {
    padding: 7px 30px;
    background: var(--white-color);
}
.header-con {
    top: 20px;
    z-index: 1;
    position: absolute;
}
/* HEADER SECTION */
/* BANNER SECTION */
.banner-con{
    padding: 319px 0 327px;
    background: url(../images/banner-img.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    clip-path: polygon(100% 0, 100% 79%, 28% 100%, 0 77%, 0 0);

}
.banner-title *{
    color: var(--white-color);
}
.banner-title h1{
    margin-bottom: 11px;
}
.banner-txt{
    width: 37%;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    padding: 5px 10px;
    margin: 0 auto 11px;
    text-transform: uppercase;
    background: var(--accent-color);
    font-family: "Plus Jakarta Sans", sans-serif;
    clip-path: polygon(100% 0, 98% 49%, 100% 100%, 0% 100%, 3% 50%, 0% 0%);
}
.banner-title span{
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 37px;
}
.top-to-bottom-banner-btn a {
    gap: 7px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 10px 15px;
    position: absolute;
    left: 28%;
    transform: translateX(-28%);
    top: -50px;
    z-index: 3;
    text-decoration: none;
    transition: .3s ease-in-out;
    background: var(--white-color);
    box-shadow: 0 0 100px rgb(0 0 0 / 30%);
}
.top-to-bottom-banner-btn a:hover{
    background: var(--accent-color);
}
.top-to-bottom-banner-btn a:hover i,
.top-to-bottom-banner-btn a:hover span
{
    color: var(--white-color);
}
.top-to-bottom-banner-btn a i{
    color: var(--secondary--color);
}
.top-to-bottom-banner-btn a span{
    font-size: 12px;
    line-height: 14px;
    color: var(--primary--color);
}
.service-con{
    position: relative;
}
/* BANNER SECTION */
/* SERVICE SECTION */
.service-title h2{
    margin-bottom: 20px;
    color: var(--primary--color);
}
.service-title span{
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 80px;
}
.service-item-content figure{
    margin-bottom: 27px;
}
.service-item-content figure img{
    transition: all 0.4s ease-in-out;
}
.service-item-content:hover figure img{
    transform: translateY(5px);
}
.service-item-content h3{
    margin-bottom: 12px;
    color: var(--primary--color);
}
.service-item-content span{
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}
.service-item ul li{
    margin-bottom: 45px;
}
.service-item ul li:last-child{
    margin-bottom: 0;
}
.service-box {
    gap: 44px;
    display: grid;
    align-items: center;
    margin-bottom: 67px;
    grid-template-columns: 23% 46% 23%;
}
.service-con p{
    width: 79%;
    margin: 0 auto 32px;
}
.service-con .generic-btn a {
    padding: 20px 69px 20px 70px;
}
/* SERVICE SECTION */
/* FORM SECTION */
.form-con{
    background: var(--grey-color);
}
.generic-title span{
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: var(--secondary--color);
}
.generic-title h2{
    margin-bottom: 76px;
    color: var(--primary--color);
}
.form-box-img figure img{
    width: 100%;
    border-radius: 5px;
}
.form-main-con ul li label {
    display: block;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 13px;
    color: var(--primary--color);
}
.form-main-con ul li input,
.form-main-con ul li select,
.form-main-con ul li textarea{
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    border-radius: 5px;
    padding: 18px 20px 19px;
    color: var(--text-color);
    border: 1px solid #ddd;
}
.form-main-con ul li input:focus,
.form-main-con ul li select:focus,
.form-main-con ul li textarea:focus{
    border-color: var(--accent-color);
}
.form-main-con ul li input.error{
    border-color: red;
}
.form-main-con ul li textarea{
    resize: none;
    height: 100px;
}
.form-main-con ul li{
    margin-bottom: 20px;
    position: relative;
}
span.error {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -25px;
    font-size: 14px;
    color: red;
}
.form-box {
    gap: 95px;
    display: grid;
    padding: 30px;
    background: var(--white-color);
    grid-template-columns: 42.4% 42.4%;
    box-shadow: 50px 50px 100px rgb(0 0 0 / 10%);
}
.form-main-con ul li input::placeholder{
    font-size: 14px;
    line-height: 14px;
    color: var(--text-color);
}
.submit-btn button {
    width: 100%;
    border: none;
    cursor: pointer;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    padding: 21px 10px;
    border-radius: 0 30px;
    color: var(--white-color);
    background: var(--accent-color);
    transition: all 0.4s ease-in-out;
}
.submit-btn button:focus,
.form-main-con ul li input:focus,
.form-main-con ul li select:focus,
.form-main-con ul li textarea:focus{
    outline: none;
}
.submit-btn button i{
    font-size: 14px;
}
.form-main-con ul li:last-child{
    margin-bottom: 11px;
}
.form-main-con ul li select {
    appearance: none;
    background: #fff url(../images/angle-down-icon.png) no-repeat;
    background-position: 95% 46%;
}
/* FORM SECTION */
/* BENEFIT SECTION */
.benefit-box {
    gap: 30px;
    display: grid;
    align-items: center;
    grid-template-columns: 47% 40%;
    justify-content: space-between;
}
.benefit-content small{
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 13px;
    text-transform: uppercase;
    color: var(--secondary--color);
    font-family: "Plus Jakarta Sans", sans-serif
}
.benefit-content h2{
    line-height: 48px;
    margin-bottom: 29px;
    color: var(--primary--color);
}
.benefit-content span{
    font-size: 20px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 29px;
    color: var(--secondary--color);
}

.benefit-service ul{
    gap: 60px;
    display: grid;
    grid-template-columns: 43% 50%;
}
.benefit-service ul li figure{
    margin-bottom: 24px;
}
.benefit-service ul li figure img{
    transition: all 0.5s ease-in-out;
}
.benefit-service-item:hover figure img{
    transform: translateY(5px);
}
.benefit-service ul li h3{
    margin-bottom: 0;
    color: var(--primary--color);
}
.benefit-content p{
    margin-bottom: 33px;
}
.benefit-img figure img{
    width: 100%;
    border-radius: 100px 0 50px;
}
.border-box:after {
    content: "";
    z-index: -1;
    top: -15px;
    left: -15px;
    width: 445px;
    height: 540px;
    position: absolute;
    border-radius: 100px 0 50px;
    border: 1px solid var(--accent-color);
}
.border-box{
    position: relative;
}
/* BENEFIT SECTION */
/* HELP SECTION */
.help-con{
    padding: 120px 0 130px;
    background: url(../images/help-bg-img.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
.help-title *{
    color: var(--white-color);
}
.help-title h2{
    line-height: 48px;
    margin-bottom: 16px;
}
.help-title span{
    font-size: 20px;
    line-height: 18px;
    margin-bottom: 39px;
}
.help-title {
    width: 45%;
}
.help-title .generic-btn a {
    padding: 20px 69px 20px 70px;
}
.map-con iframe {
    width: 100%;
    border: none;
    height: 583px;
}
/* HELP SECTION */
/* CLIENT LOGO SECTION */
.logo-con ul {
    display: grid;
    overflow: hidden;
    text-align: center;
    grid-template-columns: 25% 25% 25% 25%;
}
.logo-con ul li {
    height: 148px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgb(175 200 187 / 15%);
    border-bottom: 1px solid rgb(175 200 187 / 15%);
}
.logo-con ul li figure img{
    transition: all 0.4s ease-in-out;
}
.logo-con ul li figure img:hover{
    transform: translateY(8px);
}
.logo-con ul li:first-child, .logo-con ul li:nth-child(5) {
    border-left: none;
}
.logo-con ul li:nth-child(5),
.logo-con ul li:nth-child(6),
.logo-con ul li:nth-child(7),
.logo-con ul li:nth-child(8){
    border-bottom: 0;
}
.logo-con{
    margin-top: -9px;
    background: var(--grey-color);
}
/* CLIENT LOGO SECTION */
/* SLIDER SECTION */
.slider-con{
    position: relative;
    background: url(../images/slider-bg-img.jpg) no-repeat center;
    background-size: cover;
}
.slider-con:after{
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    background: rgb(0 81 41 / 80%);
}
.slider-con .container{
    z-index: 1;
    position: relative;
}
.slider-title{
    z-index: 1;
    position: relative;
    color: var(--white-color);
}
.slider-title h2{
    margin-bottom: 20px
}
.slider-title span {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 77px;
}
.owl-carousel .owl-item img{
    width: auto;
}
.owl-nav{
    display: none;
}
.slider-box-item {
    padding: 50px 75px;
    border-radius: 100px 0;
    background: var(--white-color);
}
.slider-img {
    width: 184px;
    height: 184px;
    display: flex;
    position: relative;
    border-radius: 50%;
    align-items: center;
    margin: 0 auto 30px;
    justify-content: center;
    background: var(--accent-color);
}
.slider-img figure {
    width: 144px;
    height: 144px;
    overflow: hidden;
    margin-bottom: 0;
    border-radius: 50%;
    border: 3px solid var(--white-color);
    box-shadow: 0 0 100px rgb(0 0 0 / 10%);
}
.owl-carousel .owl-item .slider-img figure img{
    width: 100%;
}
.star-img figure {
    margin-bottom: 4px;
    display: inline-block;
}
.slider-box-item p{
    margin-bottom: 16px;
}
.auther-info h3{
    margin-bottom: 8px;
    color: var(--secondary--color);
}
.auther-info span{
    font-size: 16px;
    line-height: 16px;
}
.owl-dots{
    display: none;
}
.clip-each {
    width: 45px;
    height: 45px;
    border: none;
    cursor: pointer;
    position: absolute;
    background: var(--white-color);
    transition: all 0.4s ease-in-out;
}
.clip-each{
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
.clip-each:hover i{
    color: var(--white-color);
}
.clip-each:hover{
    background: var(--secondary--color);
}
.slider-box{
    position: relative;
}
.btn-wrap{
    top: 50%;
    width: 100%;
    position: absolute;
    transform: translateY(-50%);
}
.prev-btn{
    left: -57px;
}
.next-btn{
    right: -57px;
}
.clip-each i {
    z-index: 1;
    position: relative;
    color: var(--secondary--color);
}
.clip-each:focus{
    outline: none;
}
.comma-icon {
    top: 0;
    right: -18px;
    position: absolute;
}
.comma-icon i {
    width: 50px;
    height: 50px;
    display: flex;
    font-size: 20px;
    line-height: 20px;
    align-items: center;
    border-radius: 25px;
    background: #2c8d3a;
    justify-content: center;
    color: var(--white-color);
}
/* SLIDER SECTION */
/* WORKING SECTION */
.working-con{
    background: var(--grey-color);
}
.working-box {
    gap: 30px;
    display: grid;
    grid-template-columns: 31.5% 31.5% 31.5%;
}
.working-box-item figure{
    overflow: hidden;
    border-radius: 10px;
    outline: 5px solid var(--white-color);
    box-shadow: 0 0 100px rgb(0 0 0 / 10%);
}
.working-box-item figure img{
    width: 100%;
    transition: all 0.4s ease-in-out;
}
.working-box-item:hover figure img{
    transform: scale(1.1);
}
/* WORKING SECTION */
/* FAQ SECTION */
.faq-con{
    background: var(--grey-color);
}
.faq-title h2{
    margin-bottom: 20px;
    color: var(--primary--color);
}
.faq-title span{
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 77px;
    color: var(--primary--color);
}
.faq-box{
    padding: 90px;
    background: var(--white-color);
    box-shadow: 0 0 100px rgb(0 0 0 / 10%);
}
.faq-box ul li{
    margin-bottom:30px;
    padding-bottom: 32px;
    border-bottom: 1px solid #f0f1f1;
}
.faq-box ul li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;    
}
.faq-box ul li h3{
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
    color: var(--primary--color);
}
.faq-box ul li p {
    padding-right: 10px;
    margin-bottom: 0;
}
/* FAQ SECTION */
/* FOOTER SECTION */
.footer-con {
    padding-top: 100px;
    padding-bottom: 190px;
    background: var(--secondary--color);
}
.footer-box figure{
    margin-bottom: 25px;
}
.footer-box p{
    font-size: 18px;
    padding: 0 170px;
    line-height: 30px;
    margin-bottom: 31px;
    color: var(--white-color);
}
.footer-social-icon ul{
    gap: 10px;
    display: flex;
    justify-content: center;
}
.footer-social-icon ul li a{
    display: inline-block;
    text-decoration: none;
}
.footer-social-icon ul li a i{
    width: 46px;
    height: 46px;
    display: flex;
    font-size: 16px;
    line-height: 16px;
    align-items: center;
    color: var(--white-color);
    justify-content: center;
    transition: all 0.4s ease-in-out;
    border: 1px solid var(--white-color);
}
.footer-social-icon ul li a i:hover{
    background: var(--accent-color);
    border-color: var(--accent-color);
    transform: translateY(-8px);
    color: var(--white-color);
}
/* FOOTER SECTION */
/* COPYRIGTH SECTION */
.copyright-con {
    padding: 28px 0;
    margin-top: -105px;
    background: rgb(255 255 255 / 10%);
}
.copyright-text p{
    font-size: 16px;
    margin-bottom: 0;
    line-height: 16px;
    color: var(--white-color);
}
.copyright-text p span{
    color: var(--accent-color);
}
/* COPYRIGTH SECTION */
/* TEAM SECTION */
.team-box {
    gap: 30px;
    display: grid;
    grid-template-columns: 23% 23% 23% 23%;
}
.team-box-item{
    padding: 20px 20px 27px;
    border: 1px solid #ddd;
}
.team-box-item figure{
    margin-bottom: 25px;
}
.team-box-item figure img{
    outline: 5px solid var(--white-color);
}
.team-box-item h3{
    margin-bottom: 9px;
    color: var(--primary--color);
}
.team-box-item span{
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
}
.team-box-item:hover{
    background: var(--accent-color);
    border-color: var(--accent-color);
}
.team-box-item:hover h3,
.team-box-item:hover span{
    color: var(--secondary--color);
}
.team-box-item{
    position: relative;
}
.social-icon {
    top: 30px;
    opacity: 0;
    right: 30px;
    visibility: hidden;
    position: absolute;
    transform: rotateY(95deg);
    transition: all 0.4s ease-in-out;
}
.team-box-item:hover .social-icon{
    opacity: 1;
    visibility: visible;
    transform: rotateY(0);
}
.social-icon ul li{
    margin-bottom: 5px;
}
.social-icon ul li:last-child{
    margin-bottom: 0;
}
.social-icon ul li a{
    text-decoration: none;
}
.social-icon ul li a i{
    width: 30px;
    height: 30px;
    display: flex;
    font-size: 12px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    background: var(--secondary--color);
}
.social-icon ul li a i:hover{
    background: var(--accent-color);
}
/* TEAM SECTION */
/* BACK TO TOP BUTTON */
#back-to-top-btn:focus{
    outline: none;
}
#back-to-top-btn {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    font-size: 18px;
    border: none;
    background-color: var(--accent-color);
    color: white;
    cursor: pointer;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
}
#back-to-top-btn::after {    
    font-size: 18px;
    font-weight: 600;
    content: "\f062";
    line-height: 50px;
    color: var(--white-color);
    font-family: "Font Awesome 5 free";
}
@-webkit-keyframes spineer {
    from {
     box-shadow: 0 0 0 0 rgba(139, 167, 63, .99)
    }
     to {
      box-shadow: 0 0 0 45px rgba(139, 167, 63, .01)
     }
    }    
    @keyframes spineer {
    from {
     box-shadow: 0 0 0 0 rgba(139, 167, 63, .99)
    }
    to {
     box-shadow: 0 0 0 45px rgba(139, 167, 63, .01)
    }
}
/* BACK TO TOP BUTTON */
/* LOADER SECTION */
.loader-mask {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 99999;
    background-color: var;
}
.loader {
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    position: absolute;
    text-indent: -9999em;
    display: inline-block;
    margin: -25px 0 0 -25px;
    color:var(--primary--color);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.loader-mask {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    position: fixed;
    background-color: #fff;
}
.lead{
  font-size:13px;
}
.loader div {
    top: 0;
    left: 0;
    opacity: .5;
    float: none;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 50%;
    display: inline-block;
    background-color:var(--accent-color);
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}
.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* LOADER SECTION */