/*
Template Name: Fossil 
Template URI: http://capricorn-theme.com/html/fossil
Description: EV Charging & Gas Station HTML Template 
Author: Mihir Kanti Ghosh
Author URI: mihir@capricorn-theme.net
Version: 1.0
 */

/* CSS Index
============

## Google Font Import 
## Common CSS
## Bacground Color & Overlay 
## Pre-loader
## Scroll Top 
## Sticky 
## Header Top Area
## Header Area  
## Main Menu 
## Slider CSS 
## Promo Area 
## About Seciton # 01 
## Service Section # 01
## Xtra Service Section
## Achievement Section
## FAQ Section 
## Facility Section

## Blog Section 
## Sponsor Section 
## Footer Area

## About Section # 02
## Service Section # 02  
## Achievement Section # 02
## Choose Us Section
## Quotation Section 
## Pricing Section 

## About Section # 03  
## Feature Section
## CTA Section
## Choose Us Section # 02
## Team Section 
## Testimonial Section 

## Contact Section 
## Breadcrumb Section
## Choose Us Page 
## Team Page 
## Price Page
## FAQ Page 
## Blog Classic Page 
## Single Service Page 
## Single Blog Page 
## Contact Page 


/* Google Font Import 
======================= */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&amp;display=swap');
@import url("https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500;600;700&amp;display=swap");


/*	Theme Color: #8fcd48
	Primary Color: #162232*/
	/* ertra css for investor page */

    .investor-benefit-main-card{
    background: linear-gradient(
        135deg,
        rgba(248,255,241,0.96) 0%,
        rgba(227,244,202,0.90) 40%,
        rgba(121,181,70,0.12) 100%
    );

    border-radius:38px;

    padding:50px;

    border:1px solid rgba(121,181,70,0.10);

    box-shadow:0 18px 45px rgba(0,0,0,0.05);

    position:relative;

    overflow:hidden;
}

.investor-benefit-text{
    font-size:17px;

    line-height:1.9;

    color:#444;

    max-width:850px;

    margin:auto;
}

.investor-benefit-card{
    background:#ffffff;

    border-radius:24px;

    padding:32px 24px;

    height:100%;

    text-align:center;

    position:relative;

    overflow:hidden;

    transition:0.4s ease;

    border:1px solid rgba(121,181,70,0.08);

    border-left:6px solid #79b546;

    box-shadow:0 10px 28px rgba(0,0,0,0.04);
}

.investor-benefit-card:hover{
    transform:translateY(-8px);

    box-shadow:
    0 22px 40px rgba(121,181,70,0.16),
    0 10px 25px rgba(0,0,0,0.05);
}

.benefit-icon{
    width:74px;
    height:74px;

    margin:auto;
    margin-bottom:22px;

    border-radius:22px;

    background: linear-gradient(
        135deg,
        #dff5c8 0%,
        #79b546 100%
    );

    display:flex;
    align-items:center;
    justify-content:center;

    box-shadow:0 12px 28px rgba(121,181,70,0.22);
}

.benefit-icon i{
    color:#fff;

    font-size:32px;
}

.investor-benefit-card h5{
    font-size:22px;

    font-weight:700;

    color:#16301a;

    margin-bottom:14px;

    line-height:1.4;
}

.investor-benefit-card p{
    font-size:14px;

    line-height:1.8;

    color:#555;

    margin:0;
}

.investor-benefit-card::before{
    content:"";

    position:absolute;

    top:-55px;
    right:-55px;

    width:140px;
    height:140px;

    background:rgba(121,181,70,0.06);

    border-radius:50%;
}

@media(max-width:991px){

    .investor-benefit-main-card{
        padding:35px 28px;
    }
}

@media(max-width:576px){

    .investor-benefit-main-card{
        padding:24px;

        border-radius:24px;
    }

    .investor-benefit-text{
        font-size:15px;
    }

    .investor-benefit-card{
        padding:28px 20px;
    }

    .benefit-icon{
        width:62px;
        height:62px;
    }

    .benefit-icon i{
        font-size:26px;
    }

    .investor-benefit-card h5{
        font-size:19px;
    }

    .investor-benefit-card p{
        font-size:13px;
    }
}

	/* HERO CONTENT ALIGN */

.hero-area-content{
    position:relative;
    z-index:2;

    height:100%;

    display:flex;
    align-items:center;
}

.hero-area-content .row{
    justify-content:flex-start !important;
}

.hero-area-content .col-lg-12{
    text-align:left !important;

    max-width:850px;
}


.hero-area-content .section-title h6{
    color:#dff5c8;

    font-size:18px;

    letter-spacing:2px;

    margin-bottom:18px;

    font-weight:600;
}



.hero-area-content .section-title h1{
    font-size:40px;

    line-height:1.15;

    font-weight:800;

    color:#fff;

    margin-bottom:28px;

    text-align:left;
}

.hero-area-content .section-title p{
    font-size:18px;

    line-height:1.9;

    color:rgba(255,255,255,0.88);

    max-width:760px;

    margin-bottom:35px;

    text-align:left;
}

.hero-area-content .main-btn{
    padding:14px 28px;

    border-radius:50px;

    background:#79b546;

    border:none;

    font-size:14px;

    font-weight:600;

    transition:0.35s ease;
}

.hero-area-content .main-btn:hover{
    background:#16301a;

    transform:translateY(-3px);
}


@media(max-width:991px){

    .hero-area-content .section-title h1{
        font-size:52px;
    }

    .hero-area-content .section-title p{
        font-size:16px;
    }
}

@media(max-width:576px){

    .hero-area-content{
        text-align:left;
    }

    .hero-area-content .col-lg-12{
        max-width:100%;
    }

    .hero-area-content .section-title h1{
        font-size:36px;

        line-height:1.3;
    }

    .hero-area-content .section-title p{
        font-size:14px;

        line-height:1.8;
    }

    .hero-area-content .main-btn{
        padding:12px 20px;

        font-size:13px;

        margin-bottom:10px;
    }
}
	 .opportunity-card,
.startup-card{
    background: linear-gradient(
        135deg,
        rgba(248,255,241,0.96) 0%,
        rgba(227,244,202,0.90) 40%,
        rgba(121,181,70,0.12) 100%
    );

    border-radius:30px;

    padding:40px;

    height:100%;

    position:relative;

    overflow:hidden;

    border:1px solid rgba(121,181,70,0.10);

    border-left:6px solid #79b546;

    box-shadow:0 15px 35px rgba(0,0,0,0.05);

    transition:0.4s ease;
}

.opportunity-card:hover,
.startup-card:hover{
    transform:translateY(-8px);

    box-shadow:
    0 25px 45px rgba(121,181,70,0.16),
    0 10px 25px rgba(0,0,0,0.06);
}

.opportunity-card h4,
.startup-card h4{
    font-size:30px;

    font-weight:700;

    color:#16301a;

    margin-bottom:18px;
}

.opportunity-card p,
.startup-card p{
    font-size:15px;

    line-height:1.9;

    color:#4f4f4f;

    margin-bottom:24px;
}

.opportunity-list,
.startup-list{
    padding:0;

    margin:0;

    list-style:none;
}

.opportunity-list li,
.startup-list li{
    display:flex;

    align-items:flex-start;

    gap:14px;

    background:#ffffff;

    padding:16px 18px;

    border-radius:18px;

    margin-bottom:16px;

    box-shadow:0 8px 22px rgba(0,0,0,0.04);

    border:1px solid rgba(121,181,70,0.08);

    font-size:15px;

    font-weight:600;

    color:#2f2f2f;

    transition:0.3s ease;
}

.opportunity-list li:hover,
.startup-list li:hover{
    transform:translateX(6px);
}

.opportunity-list li i,
.startup-list li i{
    width:42px;
    height:42px;

    min-width:42px;

    border-radius:14px;

    background: linear-gradient(
        135deg,
        #dff5c8,
        #79b546
    );

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;

    font-size:20px;

    box-shadow:0 10px 20px rgba(121,181,70,0.20);
}

.opportunity-card::before,
.startup-card::before{
    content:"";

    position:absolute;

    top:-60px;
    right:-60px;

    width:160px;
    height:160px;

    background:rgba(121,181,70,0.05);

    border-radius:50%;
}

@media(max-width:991px){

    .opportunity-card,
    .startup-card{
        padding:32px 26px;
    }
}

@media(max-width:576px){

    .opportunity-card,
    .startup-card{
        padding:24px 20px;

        border-radius:22px;
    }

    .opportunity-card h4,
    .startup-card h4{
        font-size:24px;
    }

    .opportunity-list li,
    .startup-list li{
        padding:14px;
        font-size:14px;
    }

    .opportunity-list li i,
    .startup-list li i{
        width:36px;
        height:36px;

        min-width:36px;

        font-size:17px;
    }
}
/* SUSTAINABLE DEVELOPMENT for home page */
.sustainability-area{
    background: linear-gradient(
        to bottom,
        #f3ffe6,
        #dff5c8,
        #c9e9b4
    );
    padding: 120px 0;
}

.section-title h6.green-text{
    color: #4f8f2f;
    font-weight: 600;
    letter-spacing: 1px;
}
.sd-main-card{
    background: linear-gradient(
        135deg,
        rgba(166,209,122,0.9),
        rgba(121,181,70,0.35),
        rgba(223,245,200,0.9)
    );

    padding: 50px 30px;

    border-radius: 30px;

    box-shadow: 0 20px 60px rgba(0,0,0,0.12);

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.sd-item{
    text-align: center;
    padding: 20px;

    border-radius: 18px;

    background: rgba(255,255,255,0.6);

    height: 100%;

    transition: 0.4s ease;
}

.sd-item:hover{
    transform: translateY(-8px);
    background: rgba(255,255,255,0.85);
    box-shadow: 0 15px 35px rgba(121,181,70,0.2);
}

.sd-icon{
    width: 65px;
    height: 65px;

    margin: 0 auto 15px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: linear-gradient(135deg, #79b546, #4f8f2f);
    color: #fff;

    font-size: 28px;
}

.sd-item h5{
    font-weight: 700;
    margin-bottom: 10px;
}

.sd-item p{
    margin: 0;
    color: #555;
    line-height: 1.6;
}
/* home page Who We Are */
.about-modern-card{
background: linear-gradient(
    135deg,
    #f8fff1 0%,
    #eefddb 15%,
    #e1f8c8 30%,
    #d0f0ae 45%,
    #bce58d 60%,
    #a7d86f 75%,
    #8ec557 90%,
    #79b546 100%
);

    border-radius: 30px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
    overflow: hidden;
	padding:35px;
}
.about-modern-card p,
.about-modern-card .highlight,
.about-modern-card h2,
.about-modern-card h6{
    color: black;
}
.modern-image-wrapper img{
    width: 100%;
    border-radius: 70px 20px 70px 20px;
    border: 6px solid rgba(143, 205, 72, 0.7);
    padding: 6px;
    background: linear-gradient(
        135deg,
        #dff7c2,
        #b8ea7c,
        #86c84d
    );

    box-shadow: 0 12px 35px rgba(0,0,0,0.18);
}
/* home page What We Do  */
.main-service-card{
   background-color:#c1e19c; 
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    border-radius: 24px;
    overflow: hidden;

    border: 1px solid rgba(255,255,255,0.35);

    box-shadow:
        0 10px 30px rgba(0,0,0,0.08),
        inset 0 1px 0 rgba(255,255,255,0.4);
}
.xtra-service-wrap{
	
	background: linear-gradient(
        135deg,
        rgba(248, 255, 241, 0.75) 0%,
        rgba(238, 253, 219, 0.72) 15%,
        rgba(225, 248, 200, 0.68) 30%,
        rgba(208, 240, 174, 0.64) 45%,
        rgba(188, 229, 141, 0.60) 60%,
        rgba(167, 216, 111, 0.56) 75%,
        rgba(142, 197, 87, 0.52) 90%,
        rgba(121, 181, 70, 0.48) 100%
    );
}
/* why us home page */
.why-main-card{
    background: linear-gradient(
        135deg,
        rgba(248, 255, 241, 0.82) 0%,
        rgba(238, 253, 219, 0.78) 20%,
        rgba(225, 248, 200, 0.74) 40%,
        rgba(188, 229, 141, 0.68) 70%,
        rgba(121, 181, 70, 0.60) 100%
    );

    padding: 60px 45px;
    border-radius: 30px;

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    border: 1px solid rgba(255,255,255,0.35);

    box-shadow:
        0 10px 35px rgba(0,0,0,0.08),
        inset 0 1px 0 rgba(255,255,255,0.35);
}

.why-card-item{
    background: rgba(255,255,255,0.45);

    padding: 25px;
    border-radius: 20px;

    display: flex;
    gap: 20px;
    align-items: flex-start;

    height: 100%;

    transition: .3s;
}

.why-card-item:hover{
    transform: translateY(-5px);
    background: rgba(255,255,255,0.6);
}

.why-icon{
    min-width: 60px;
    height: 60px;

    border-radius: 50%;

    background: #79b546;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    font-size: 28px;
}

.why-card-item h5{
    margin-bottom: 10px;
    font-weight: 700;
}

.why-card-item p{
    margin: 0;
    color: #555;
    line-height: 1.7;
}
/* leader for home page */
.leadership-timeline-area{
    background: linear-gradient(
        135deg,
        rgba(248, 255, 241, 0.82) 0%,
        rgba(238, 253, 219, 0.78) 20%,
        rgba(225, 248, 200, 0.74) 40%,
        rgba(188, 229, 141, 0.68) 70%,
        rgba(121, 181, 70, 0.60) 100%
    );

    position: relative;
    overflow: hidden;
}

.leadership-timeline{
    position: relative;
    max-width: 1200px;
    margin: auto;
    padding: 40px 0;
}

.timeline-line{
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom,#79b546,#dff5c8);
    border-radius: 50px;
}

.timeline-item{
    position: relative;
    width: 50%;
    margin-bottom: 70px;
}

.timeline-item.left{
    left: 0;
    padding-right: 70px;
}

.timeline-item.right{
    left: 50%;
    padding-left: 70px;
}

.timeline-card{
    background: rgba(255,255,255,0.45);

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    border-radius: 25px;
    overflow: hidden;

    display: flex;
    align-items: center;
    gap: 25px;

    padding: 25px;

    box-shadow: 0 10px 35px rgba(0,0,0,0.08);

    transition: .4s;
}

.timeline-card:hover{
    transform: translateY(-8px) scale(1.02);
}

.timeline-img{
    width: 140px;
    height: 140px;
    min-width: 140px;
    border-radius: 20px;
    overflow: hidden;
}

.timeline-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.timeline-content h4{
    margin-bottom: 8px;
    font-weight: 700;
}

.timeline-content span{
    display: inline-block;
    margin-bottom: 12px;
    color: #79b546;
    font-weight: 600;
}

.timeline-content p{
    margin: 0;
    line-height: 1.7;
    color: #555;
}

.timeline-number{
    position: absolute;
    top: 50%;
    right: -22px;

    width: 45px;
    height: 45px;

    background: #79b546;
    color: #fff;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 700;
    z-index: 2;

    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.timeline-item.right .timeline-number{
    left: -22px;
}

@media(max-width:991px){

    .timeline-line{
        left: 20px;
    }

    .timeline-item{
        width: 100%;
        left: 0 !important;

        padding-left: 70px !important;
        padding-right: 0 !important;
    }

    .timeline-number{
        left: -2px !important;
        right: auto;
    }

    .timeline-card{
        flex-direction: column;
        text-align: center;
    }
}

.timeline-number{
    position: absolute;
    top: 50%;
    right: -22px;

    width: 55px;
    height: 55px;

    background: rgba(255,255,255,0.35);
    color: #79b546;

    border: 2px solid rgba(121,181,70,0.35);

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 700;
    font-size: 18px;

    z-index: 2;

    transition: .4s ease;
    backdrop-filter: blur(8px);
}

.timeline-item.right .timeline-number{
    left: -28px;
}

.timeline-item.active .timeline-number{
    background: #79b546;
    color: #fff;

    transform: scale(1.25);

    box-shadow:
        0 0 0 10px rgba(121,181,70,0.15),
        0 0 30px rgba(121,181,70,0.45);
}

.timeline-item.active .timeline-card{
    transform: translateY(-8px) scale(1.03);
    background: rgba(255,255,255,0.72);

    box-shadow:
        0 20px 50px rgba(0,0,0,0.12),
        0 0 25px rgba(121,181,70,0.15);
}

.timeline-line{
    position: absolute;
    /* left: 50%; */
    top: 0;
    transform: translateX(-50%);
    width: 6px;
    height: 100%;
    border-radius: 50px;

    background: linear-gradient(
        to bottom,
        #dff5c8,
        #79b546,
        #dff5c8
    );

    box-shadow: 0 0 20px rgba(121,181,70,0.35);
}
/* awards */
.achievement-sticky{
    position: sticky;
    top: 120px;
    height: fit-content;
    display: flex;
    align-items: flex-start;
}

.award-scroll-wrapper{
    position: relative;
    padding-top: 80px;
    padding-bottom: 150px;
}

.award-scroll-card{
    position: sticky;
    top: 120px;

    background: linear-gradient(
        135deg,
        rgba(223,245,200,0.85),
        rgba(121,181,70,0.35),
        rgba(74,130,45,0.25)
    );
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 30px;
    padding: 30px;
    display: flex;
    align-items: center;
    gap: 30px;
    min-height: 260px;
    margin-bottom: 120px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: .5s ease;
    opacity: 0;
    transform: translateY(120px) scale(.92);
}

.award-scroll-card.active{
    opacity: 1;
    transform: translateY(0) scale(1);
    background: linear-gradient(
        135deg,
        rgba(223,245,200,0.95),
        rgba(121,181,70,0.45),
        rgba(133, 228, 85, 0.35)
    );
    box-shadow:
        0 20px 50px rgba(0,0,0,0.12),
        0 0 30px rgba(121,181,70,0.15);
}

@media(max-width:991px){

    .achievement-sticky{
        position: relative;
        top: 0;
    }

    .award-scroll-card{
        position: relative;
        top: 0;
        opacity: 1 !important;
        transform: none !important;
        flex-direction: column;
        text-align: center;
        margin-bottom: 30px;
    }
}
/* vision for home page */
.vision-card{
    max-width: 900px;
    margin: 25px auto 0;
    padding: 35px 40px;

    background: linear-gradient(
        135deg,
        rgba(223,245,200,0.95),
        rgba(121,181,70,0.35)
    );

    position: relative;

    border-radius: 40px 10px 40px 10px;

    box-shadow: 0 20px 50px rgba(0,0,0,0.10);

    overflow: hidden;

    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1),
                background 0.8s ease;

    will-change: transform;
}

.vision-card::before{
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;

    background: linear-gradient(
        135deg,
        #4f8f2f,
        #79b546,
        #dff5c8
    );

    border-radius: 40px 10px 40px 10px;

    -webkit-mask: linear-gradient(#fff 0 0) content-box,
                   linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;

    pointer-events: none;

    transition: background 0.8s ease;
}

.vision-card:hover{
    transform: scale(1.04);
    background: linear-gradient(
        135deg,
        rgba(121,181,70,0.55),
        rgba(223,245,200,0.95)
    );
    box-shadow: 0 35px 80px rgba(79,143,47,0.25);
}

.vision-card:hover::before{
    background: linear-gradient(
        135deg,
        #dff5c8,
        #79b546,
        #4f8f2f
    );
}
/* faq section for home page  */
.faq-section{
    background: linear-gradient(
        135deg,
        #f3ffe6,
        #dff5c8,
        #79b546
    );
    position: relative;
    overflow: hidden;
}

.faq-section::before{
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: rgba(121,181,70,0.25);
    filter: blur(120px);
    top: -100px;
    left: -100px;
    border-radius: 50%;
}

.faq-section::after{
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: rgba(79,143,47,0.2);
    filter: blur(120px);
    bottom: -120px;
    right: -120px;
    border-radius: 50%;
}

.faq-glass{
    background: rgba(255,255,255,0.55);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);

    border-radius: 25px;

    padding: 30px;

    box-shadow: 0 25px 70px rgba(0,0,0,0.15);
    position: relative;
}

.accordion-item{
    border: none;
    background: transparent;
    margin-bottom: 15px;
}

.accordion-button{
    background: rgba(255,255,255,0.7);
    border-radius: 12px !important;

    font-weight: 600;

    box-shadow: none !important;

    transition: 0.4s ease;
}

.accordion-button:not(.collapsed){
    background: linear-gradient(
        135deg,
        #79b546,
        #4f8f2f
    );
    color: #fff;
}

.accordion-body{
    background: rgba(255,255,255,0.6);
    border-radius: 0 0 12px 12px;
    margin-top: -5px;
    padding: 20px;
    color: #333;
}
/*  crunch-card for about page  */
.crunch-card-main{
    background: linear-gradient(
        135deg,
        rgba(248,255,241,0.92) 0%,
        rgba(234,248,214,0.88) 35%,
        rgba(210,236,177,0.82) 70%,
        rgba(121,181,70,0.15) 100%
    );

    border:1px solid rgba(121,181,70,0.12);

    border-radius:35px;

    padding:45px;

    box-shadow:0 15px 40px rgba(0,0,0,0.06);
}

.crunch-card {
    background: linear-gradient(135deg, #e8f5e9, #ffffff);
    padding: 30px 20px;
    border-radius: 16px;
    text-align: center;
    position: relative;
    transition: 0.4s;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    border: 1px solid #e0eee3;
}

.crunch-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    background: linear-gradient(135deg, #d0f0d8, #ffffff);
}

.icon-box {
    width: 70px;
    height: 70px;
    background: #8fcd48;
    color: #fff;
    font-size: 30px;
    margin: 0 auto 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #1b5e20;
    color: #fff;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 20px;
}

.crunch-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.crunch-card p {
    font-size: 14px;
    color: #555;
}
/*Future Plans for about page  */
.vision-light {
    background: #f9fbfa;
}

.vision-big-card {
    background: linear-gradient(135deg, #8fcd48, #66bb6a);
    color: #fff;
    padding: 40px;
    border-radius: 20px;
    height: 100%;
    transition: 0.4s;
}

.vision-big-card:hover {
    transform: translateY(-8px);
}

.vision-icon {
    font-size: 40px;
    margin-bottom: 15px;
}


.vision-small-card {
    background: #ffffff;
    padding: 25px;
    border-radius: 14px;
    text-align: center;
    transition: 0.3s;
    border: 1px solid #eef2f7;
}

.vision-small-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.vision-small-card i {
    font-size: 28px;
    color: #8fcd48;
    margin-bottom: 10px;
}

.vision-small-card h6 {
    font-weight: 600;
    margin: 0;
}
/* award for home page */
.award-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.award-card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: 0.4s;
}

.award-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    background: linear-gradient(to top, rgba(0,0,0,0.85), transparent);
    color: #fff;
}

.award-card:hover img {
    transform: scale(1.1);
}
.overlay-2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
}
/* logo css header page */
.logo{
  width:130px;
  height: 80px;
}
.logo img{
	width: 100%;
	height: 100%;
}
.logo1{
	width:215px;
}
/* blog css */
.blog-main-wrapper{
    background: linear-gradient(
        135deg,
        rgba(248,255,241,0.96) 0%,
        rgba(228,244,205,0.92) 45%,
        rgba(121,181,70,0.14) 100%
    );

    padding:50px;

    border-radius:40px;

    position:relative;

    overflow:hidden;

    border:1px solid rgba(121,181,70,0.10);

    box-shadow:
    0 18px 45px rgba(121,181,70,0.10);
}

.blog-main-wrapper::before{
    content:"";

    position:absolute;

    top:-100px;
    right:-100px;

    width:260px;
    height:260px;

    border-radius:50%;

    background:rgba(121,181,70,0.06);
}

.blog-main-wrapper::after{
    content:"";

    position:absolute;

    bottom:-120px;
    left:-120px;

    width:280px;
    height:280px;

    border-radius:50%;

    background:rgba(121,181,70,0.05);
}

@media(max-width:991px){

    .blog-main-wrapper{
        padding:35px 24px;
    }
}

@media(max-width:576px){

    .blog-main-wrapper{
        padding:24px 16px;

        border-radius:24px;
    }
}
.blog-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
   
    height: 100%;
	 box-shadow: 0 4px 12px rgba(0,0,1,.8)
}
.blog-card:hover {
    box-shadow: 0 8px 20px rgba(0,0,1,.15);
    transform: translateY(-4px);
}
.blog-body {
 background: linear-gradient(
    135deg,
    #dff5c8 0%,
    #a8d672 45%,
    #457020 100%
);
    padding: 10px;
    height: 120px; 
    overflow: hidden;
}

.blog-body h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
	color: white;
}

.blog-body p {
    font-size: 18px;
    color: white;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* sirf 2 line */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-img-wrapper {
    position: relative;
}

.blog-img-wrapper img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.blog-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 6px 14px;
    font-size: 13px;
}
/* blog details page */
.blog-detail-section {
    padding: 70px 0;
    
}

.blog-detail-box {
 background: linear-gradient(135deg, rgba(248, 255, 241, 0.92) 0%, rgba(234, 248, 214, 0.88) 35%, rgba(210, 236, 177, 0.82) 70%, rgba(121, 181, 70, 0.22) 100%);
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.blog-img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 10px;
}

.blog-title {
    font-weight: 600;
    margin-bottom: 15px;
	color:#8fcd48;
}

.blog-content {
    line-height: 1.8;
    color: #555;
}
.latest-blog-card {
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 8px;
    background: #fff;
}

.latest-blog-card img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 6px;
}

.latest-blog-card a {
    font-size: 13px;
    color: #8fcd48;
    text-decoration: none;
}
/* extra css end */

/* about page */
.about-card{
    background: rgba(255,255,255,0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    padding: 25px 30px;

    border-radius: 18px;

    margin-bottom: 20px;

    box-shadow: 0 10px 30px rgba(0,0,0,0.08);

    transition: 0.4s ease;

    border-left: 6px solid #79b546;
}

.about-card:hover{
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(121,181,70,0.2);
    border-left: 6px solid #4f8f2f;
}

.feature-card{
    background: linear-gradient(
        135deg,
        rgba(223,245,200,0.9),
        rgba(121,181,70,0.25)
    );

    padding: 25px;

    border-radius: 20px;

    text-align: center;

    box-shadow: 0 15px 40px rgba(0,0,0,0.08);

    transition: 0.4s ease;

    height: 100%;
}

.feature-card:hover{
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(79,143,47,0.25);
}

.feature-card .about-icon{
    margin-bottom: 15px;
}

.feature-card h4{
    font-weight: 700;
    margin-bottom: 10px;
}

.feature-card p{
    margin: 0;
    color: #555;
}

/*  Our Philosophy & Growth Journey*/

.info-card{
	background:#ffffff;
	border-left:5px solid #79b546;
	padding:30px 25px;
	border-radius:12px;
	box-shadow:0 10px 30px rgba(0,0,0,0.08);
	height:100%;
	transition:0.3s ease;
}

.info-card:hover{
	transform:translateY(-6px);
	box-shadow:0 15px 40px rgba(0,0,0,0.15);
}

.info-card h4{
	color:#1f3b08;
	font-weight:700;
	margin-bottom:15px;
}

.info-card p{
	color:#3f5e25;
	font-size:15px;
	line-height:1.7;
}

.info-card .quote{
	color:#79b546;
	font-weight:600;
	font-size:16px;
	margin-bottom:15px;
}

.info-card ul{
	padding-left:18px;
	margin-top:10px;
}

.info-card ul li{
	color:#3f5e25;
	margin-bottom:8px;
	font-size:15px;
}
.team-section{
    width:100%;
    padding:90px 0;
    background:linear-gradient(
        to bottom,
        #f6fff0,
        #edf8e2
    );
}


.section-title{
    text-align:center;
    margin-bottom:70px;
}

.section-title h6{
    color:#79b546;
    font-size:18px;
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:12px;
    text-transform:uppercase;
}

.section-title h2{
    font-size:48px;
    font-weight:700;
    color:#16301a;
    margin-bottom:15px;
}

.section-title p{
    max-width:700px;
    margin:auto;
    color:#4f5f43;
    font-size:17px;
    line-height:1.8;
}



.team-card{
    width:100%;
    border-radius:32px;
    overflow:hidden;
    margin-bottom:45px;

    background: linear-gradient(
        135deg,
        rgba(248,255,241,0.92) 0%,
        rgba(234,248,214,0.88) 35%,
        rgba(210,236,177,0.82) 70%,
        rgba(121,181,70,0.22) 100%
    );

    border:1px solid rgba(121,181,70,0.20);

    display:flex;
    align-items:center;
    gap:45px;

    padding:30px;

    box-shadow:0 15px 40px rgba(0,0,0,0.06);

    transition:0.4s ease;
}

.team-card:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 55px rgba(0,0,0,0.12);
}


.team-image{
    width:320px;
    height:320px;
    flex-shrink:0;
    overflow:hidden;
    border-radius:28px;
    position:relative;
}

.team-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:0.5s ease;
}

.team-card:hover .team-image img{
    transform:scale(1.05);
}



.team-content{
    flex:1;
}

.number{
    width:58px;
    height:58px;
    border-radius:50%;
    background:#e8f4db;
    color:#79b546;

    display:flex;
    align-items:center;
    justify-content:center;

    font-weight:700;
    font-size:18px;

    margin-bottom:22px;
}

.team-content h3{
    font-size:40px;
    color:#16301a;
    margin-bottom:10px;
    font-weight:700;
}

.team-content h5{
    font-size:18px;
    color:#79b546;
    margin-bottom:24px;
    font-weight:600;
}


.tags{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-bottom:28px;
}

.tags span{
    padding:10px 18px;
    border-radius:40px;
    background:#f4faed;
    border:1px solid rgba(121,181,70,0.25);

    font-size:14px;
    font-weight:600;
    color:#557533;
}


.team-content p{
    font-size:17px;
    line-height:1.9;
    color:#3f3f3f;
    max-width:850px;
}


.team-card.reverse{
    flex-direction:row-reverse;
}


@media(max-width:991px){

    .team-card,
    .team-card.reverse{
        flex-direction:column;
        text-align:center;
    }

    .team-image{
        width:100%;
        height:340px;
    }

    .tags{
        justify-content:center;
    }

    .number{
        margin:auto;
        margin-bottom:22px;
    }

    .team-content h3{
        font-size:32px;
    }

    .section-title h2{
        font-size:38px;
    }
}

@media(max-width:576px){

    .team-card{
        padding:22px;
        border-radius:24px;
    }

    .team-image{
        height:280px;
    }

    .team-content h3{
        font-size:28px;
    }

    .section-title h2{
        font-size:30px;
    }

    .team-content p{
        font-size:15px;
    }
}
/*  */



.farmer-impact-wrapper{
    background: linear-gradient(
        135deg,
        rgba(248,255,241,0.92) 0%,
        rgba(234,248,214,0.88) 35%,
        rgba(210,236,177,0.82) 70%,
        rgba(121,181,70,0.15) 100%
    );
    border:1px solid rgba(121,181,70,0.12);
    border-radius:35px;
    padding:50px;
    box-shadow:0 15px 40px rgba(0,0,0,0.06);
}

.farmer-impact-text{
    font-size:17px;
    line-height:1.8;
    color:#3d3d3d;
    max-width:850px;
    margin:auto;
}


.farmer-feature-card{
    background:#ffffff;
    border-radius:20px;
    padding:22px 20px;
    display:flex;
    align-items:flex-start;
    gap:16px;
    border:1px solid rgba(121,181,70,0.10);
    transition:0.4s ease;
    box-shadow:0 10px 25px rgba(0,0,0,0.04);
}

.farmer-feature-card:hover{
    transform:translateY(-5px);
    box-shadow:0 18px 35px rgba(0,0,0,0.08);
}



.farmer-icon-box{
    width:52px;
    height:52px;
    min-width:52px;
    border-radius:15px;
    background:#eef8e4;
    display:flex;
    align-items:center;
    justify-content:center;
}

.farmer-icon-box i{
    font-size:24px;
    color:#79b546;
}
.farmer-feature-content{
    flex:1;
}

.farmer-feature-content h5{
    font-size:18px;
    color:#16301a;
    margin-bottom:8px;
    font-weight:700;
    line-height:1.4;
}

.farmer-feature-content p{
    font-size:14px;
    line-height:1.6;
    color:#4c4c4c;
    margin:0;
}

.farmer-section-title h6{
    color:#79b546;
    font-weight:600;
    letter-spacing:1px;
}

.farmer-section-title h2{
    color:#16301a;
    font-weight:700;
}


@media(max-width:991px){

    .farmer-impact-wrapper{
        padding:35px 25px;
    }

    .farmer-feature-card{
        min-height:auto;
    }
}

@media(max-width:576px){

    .farmer-impact-wrapper{
        padding:22px;
        border-radius:24px;
    }

    .farmer-feature-card{
        padding:18px;
        border-radius:18px;
        gap:14px;
    }

    .farmer-icon-box{
        width:46px;
        height:46px;
        min-width:46px;
    }

    .farmer-icon-box i{
        font-size:20px;
    }

    .farmer-feature-content h5{
        font-size:16px;
    }

    .farmer-feature-content p{
        font-size:13px;
    }

    .farmer-impact-text{
        font-size:15px;
    }
}

/*end about page */

/* investor page  */

.investor-modern-card{
    background: linear-gradient(
        135deg,
        rgba(248,255,241,0.95) 0%,
        rgba(232,247,211,0.88) 45%,
        rgba(121,181,70,0.12) 100%
    );

    border:1px solid rgba(121,181,70,0.12);

    border-radius:38px;

    padding:55px;

    overflow:hidden;

    box-shadow:0 18px 45px rgba(0,0,0,0.06);

    position:relative;
}


.investor-image-wrapper{
    position:relative;

    border-radius:32px;

    overflow:hidden;
}

.investor-image-wrapper img{
    width:100%;
    height:520px;

    object-fit:cover;

    border-radius:32px;

    transition:0.6s ease;
}

.investor-image-wrapper:hover img{
    transform:scale(1.05);
}

.growth-badge{
    position:absolute;

    bottom:25px;
    left:25px;

    background:rgba(255,255,255,0.95);

    backdrop-filter:blur(10px);

    border-radius:24px;

    padding:18px 22px;

    display:flex;
    align-items:center;
    gap:16px;

    box-shadow:0 12px 30px rgba(0,0,0,0.10);
}

.growth-icon{
    width:60px;
    height:60px;

    border-radius:18px;

    background:linear-gradient(
        135deg,
        #dff5c8,
        #79b546
    );

    display:flex;
    align-items:center;
    justify-content:center;
}

.growth-icon i{
    color:#fff;
    font-size:28px;
}

.growth-badge h4{
    margin:0;

    font-size:24px;

    font-weight:800;

    color:#16301a;
}

.growth-badge p{
    margin:0;

    font-size:14px;

    color:#555;
}



.investor-content p{
    font-size:17px;

    line-height:1.9;

    color:#444;

    margin-bottom:22px;
}


.investor-points{
    margin-top:28px;
}

.investor-point{
    display:flex;
    align-items:center;
    gap:14px;

    background:#ffffff;

    padding:14px 18px;

    border-radius:16px;

    margin-bottom:14px;

    border:1px solid rgba(121,181,70,0.10);

    box-shadow:0 8px 20px rgba(0,0,0,0.04);
}

.investor-point i{
    color:#79b546;

    font-size:22px;
}

.investor-point span{
    font-size:15px;

    font-weight:600;

    color:#2f2f2f;
}


.investor-content .main-btn{
    background:#16301a;

    border:none;

    border-radius:50px;

    padding:14px 28px;

    transition:0.35s ease;
}

.investor-content .main-btn:hover{
    background:#79b546;

    transform:translateY(-3px);
}


@media(max-width:991px){

    .investor-modern-card{
        padding:35px 30px;
    }

    .investor-image-wrapper img{
        height:420px;
    }
}

@media(max-width:576px){

    .investor-modern-card{
        padding:22px;

        border-radius:24px;
    }

    .investor-image-wrapper img{
        height:300px;

        border-radius:22px;
    }

    .growth-badge{
        left:15px;
        right:15px;
        bottom:15px;

        padding:14px;
    }

    .growth-icon{
        width:50px;
        height:50px;
    }

    .growth-icon i{
        font-size:22px;
    }

    .investor-content p{
        font-size:15px;
    }

    .investor-point span{
        font-size:14px;
    }
}

.investor-content .section-title{
    text-align:center;

    margin-bottom:35px;
}

.investor-content .section-title h6{
    color:#79b546;

    letter-spacing:2px;

    margin-bottom:14px;

    font-weight:600;
}

.investor-content .section-title h2{
    color:#16301a;

    font-size:42px;

    font-weight:800;

    line-height:1.3;
}


@media(max-width:576px){

    .investor-content .section-title h2{
        font-size:30px;
    }
}

/* end investor page */

/* Common CSS 
============== */

html,
body {
	height: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	font-family: 'Outfit', sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: 400;
	position: relative;
	z-index: 1;
	background: #fff;
	overflow-x: hidden;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	font-family: 'Outfit', sans-serif;
	font-weight: 500;
	margin: 0;
	color: #1d2143;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 20px;
}

a {
	text-decoration: none;
	cursor: pointer;
	font-family: 'Outfit', sans-serif;
	color: #8fcd48;
	font-size: 16px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

p {
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	position: relative;
	color: #898a9c;
}

p.highlight {
	color: #898a9c;
	font-size: 17px;
	line-height: 27px;
}


button,
input,
textarea,
a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none;
	outline-width: 0 !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

img {
	display: inline-block;
	max-width: 100%;
}

i,
span,
a {
	display: inline-block;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

li {
	display: inline-block;
}

table,
th,
tr,
td {
	border: 1px solid #191919;
}

th,
tr,
td {
	padding: 10px;
}

hr {
	border-top: 1px solid #eee;
}

.text-white {
	color: #fff;
}

.container{
	max-width: 1200px;
}

.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0 80px;
	margin: 0 auto;
}

/*Section Padding CSS*/

.section-padding {
	padding: 80px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.section-padding {
		padding: 80px 10px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-padding {
		padding: 80px 30px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.section-padding {
		padding: 50px 20px;
	}
}

@media (max-width: 575px) {
	.section-padding {
		padding: 80px 0;
	}
}

/*Margin & Padding */

.pt-0 {
	padding-top: 0;
}

.pb-0 {
	padding-bottom: 0;
}

.pt-20 {
	padding-top: 20px;
}

.pb-20 {
	padding-bottom: 20px;
}

.pt-30 {
	padding-top: 30px;
}

.pb-30 {
	padding-bottom: 30px;
}

.pt-40 {
	padding-top: 40px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pt-50 {
	padding-top: 50px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pt-60 {
	padding-top: 60px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pt-70 {
	padding-top: 70px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pt-80 {
	padding-top: 80px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pt-100 {
	padding-top: 100px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pt-120 {
	padding-top: 120px;
}

.pb-150 {
	padding-bottom: 150px;
}

.mt-20 {
	margin-top: 20px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mt-40 {
	margin-top: 40px;
}

.mb-30 {
	margin-bottom: 40px;
}

.mt-50 {
	margin-top: 50px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mt-60 {
	margin-top: 60px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mt-70 {
	margin-top: 70px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mt-80 {
	margin-top: 80px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mt-90 {
	margin-top: 90px;
}

.mb-90 {
	margin-bottom: 90px;
}

.mt-100 {
	margin-top: 100px;
}

.mb-100 {
	margin-bottom: 100px;
}

.mt-150 {
	margin-top: 150px;
}

.mb-150 {
	margin-bottom: 150px;
}

.ml-auto {
	margin-left: auto ! important;
}

.mr-auto {
	margin-right: auto ! important;
}

/*Section Title */


.section-title {
	position: relative;
}

.section-title h2 {
	font-size: 55px;
	font-weight: 600;
	line-height: 65px;
	color: #1d2143;
}

.section-title h6 {
	display: inline-block;
	color: #8fcd48;
	font-family: 'Outfit', sans-serif;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	z-index: 1;
	padding-left: 70px;
}

.section-title h6:before {
	position: absolute;
	content: "";
	width: 50px;
	height: 2px;
	left: 0;
	top: 50%;
	background: #8fcd48;
	margin-top: -1px;
}


/*Button Style */

.main-btn {
	display: inline-block;
	background: #8fcd48;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: capitalize;
	padding: 15px 40px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	border-radius: 50px;
}

.main-btn.btn-2 {
	background: transparent;
}

.main-btn.btn-white {
	background: #fff;
	color: #191919;
}

.main-btn:hover {
	background-color: #050C1D;
	color: #fff;
}

/*Form Style CSS */

input,
textarea,
select {
	width: 100%;
	background: transparent;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 15px 30px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	-webkit-transition: .3s;
	transition: .3s;
	margin-bottom: 20px;
	color: #fff;
}

textarea {
	height: 150px;
	resize: none;
}

input[type="submit"],
button[type="submit"] {
	border: none;
	border-radius: 4px;
	display: inline-block;
	background: #8fcd48;
	color: #fff;
	padding: 15px 30px;
	margin: 30px 0;
	width: auto;
	-webkit-transition: .3s;
	transition: .3s;
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
}

input::placeholder,
textarea::placeholder {
	font-size: 15px;
	font-weight: 500;
	color: #fff;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

/*Bootstrap CSS*/

.container-fluid {
	padding: 0;
}

/* Bacground Color & Overlay CSS 
============== */

.sky-bg {
	background: #ECF0F9;
}

.gray-bg {
	background: #f6f6f6;
}

.white-bg {
	background: #fff;
}

.dark-bg {
	background: #050c1d;
}
.dark-green-bg{
	background: hwb(87 51% 7%);
}
.green-bg {
  background: #f0ffde;
}


.bg-cover {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
}

.overlay {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgb(3 15 39 / 40%);
	top: 0;
	left: 0;
	z-index: -1
}

.overlay-1 {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: rgb(3 15 39 / 87%);
	top: 0;
	left: 0;
	z-index: -1
}


.overlay-2 {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #050C1D;
	opacity: .8;
	top: 0;
	left: 0;
	z-index: -1
}


/* Pre-Loader CSS 
============== */
#loader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #8fcd48;
	z-index: 999999;
}

.spinner {
	margin: 100px auto 0;
	width: 70px;
	text-align: center;
}

.spinner > div {
	width: 18px;
	height: 18px;
	background-color: #fff;

	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0)
	}

	40% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes sk-bouncedelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}

/* Scroll Top 
============== */
.go-top {
	background-color: #8fcd48;
	color: #FFF;
	width: 40px;
	height: 40px;
	bottom: 2em;
	right: 2em;
	font-size: 18px;
	line-height: 43px;
	text-align: center;
	text-decoration: none;
	display: none;
	position: fixed;
	z-index: 1;
	border-radius: 5px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.go-top {
		width: 35px;
		height: 35px;
		bottom: 5em;
		right: 2em;
		font-size: 15px;
		line-height: 33px;
	}
}

@media (max-width: 575px) {
	.go-top i:before {
		font-size: 14px;
	}

	.go-top {
		right: 1em;
		bottom: 6em;
		z-index: 1;
	}
}

.go-top:hover {
	background-color: #fff;
	color: #020E28;
}

/* Sticky CSS 
============== */

.header-area .is-sticky .sticky-area {
	background: #fff;
	box-shadow: 0 3px 16px -2px #d0cece;
	z-index: 999 !important;
	-webkit-animation: slideInDown .6s forwards;
	animation: slideInDown .6s forwards;
	margin-top: 0;
}

#header-2.header-area .is-sticky .sticky-area {
	box-shadow: 0 3px 16px -2px #4c4a4ade;
	animation: none;
}

.header-area.absolute-header .is-sticky .sticky-area {
	background: #10102D;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 0;
}


#header-2.header-area .is-sticky .sub-menu {
	top: 100px;
}

#header-2 .is-sticky .main-menu li:hover .sub-menu {
	top: 100px;
}


/* Header Top Area
============== */

.header-top {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	padding: 16px 0;
}

.contact-info i {
	color: #8fcd48;
	font-size: 20px;
	margin-right: 2px;
}

.site-info .social-area {
	display: inline-block;
	margin-left: 10px;
}

.site-info .social-area i {
	font-size: 17px;
	color: #8D9CC5;
	padding-left: 10px;
}

.header-top.green-bg .contact-info i {
	color: #fff;
}

.header-top.green-bg .social-area i:before {
	color: #fff;
}



/* Header Area 
============== */

#header-2.header-area {
	height: auto;
}

#header-2.header-area {
	padding: 0;
}

.header-area .logo {
	padding: 15px 0;
}

#header-2 .navigation {
	height: 100px;
	background: #051232;
	border-top: 1px solid #eee;
}

#header-2 .logo {
	padding: 20px 0;
}

#header-2 .sub-title {
	padding: 15px 0;
}

#header-2 .aside-content {
	padding: 15px 0;
}

.header-area li.nav-item .nav-link {
	color: #020E28;
}

#header-2 .main-menu .navbar-nav .nav-link {
	padding: 40px 0;
	color: #d7d7d7;
}

#header-2.header-area .header-btn.main-btn:hover {
	background: #fff;
	color: #051232;
}

#header-2 .search-btn i {
    color: #fff;
}

#header-3.header-area li.nav-item .nav-link {
	color: #fff;
}

.header-area .main-menu .navbar-nav .nav-link.active {
	color: #8fcd48;
}

#header-2.header-area .main-menu .navbar-nav .nav-link.active {
	color: #8fcd48;
}

#header-3.header-area .main-menu .navbar-nav .nav-link.active {
	color: #8fcd48;
}

.header-area .main-menu li.nav-item:hover > a {
	color: #777;
}

.header-area .header-btn.main-btn {
	padding: 14px 30px;
}

.header-area.absolute-header {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
	padding: 20px 0;
	-webkit-transition: .3s;
	transition: .3s;
}

#header-3.header-area.absolute-header {
	margin-top: 50px;
}

.responsive-logo {
	display: none;
}

#header-3 .logo {
	margin-top: 0;
}

#header-3 .sub-title p {
	color: #fff;
}

#header-3 .sub-title:before {
	border-left: 2px solid #c5c2c2;
}

#header-3 button.search-btn {
	color: #fff;
}

#header-3 .search-box button:before {
	border-left: 1px solid #424141;
}

.header-right-content {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

/*-- Search Form --*/

.search-box button {
	text-decoration: none;
	outline: none;
	outline-width: 0 !important;
	border: none;
	background: none;
	font-size: 22px;
}

.search-btn i:before {
    font-size: 30px;
}

.search-box button:hover {
	cursor: pointer;
}

.search-popup {
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.search-popup .search-back-drop {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.search-active .search-popup {
	opacity: 1;
	visibility: visible;
}

.search-popup .search-inner {
	position: relative;
	background: #ffffff;
	padding: 25px 0 30px;
	z-index: 1;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.search-active .search-popup .search-inner {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.search-popup .upper-text {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 15px;
}

.search-popup .upper-text .text {
	font-size: 18px;
	letter-spacing: 1px;
}

.search-popup .close-search {
	position: absolute;
	right: 0;
	top: 0;
	color: #4C4C4D;
	font-size: 18px;
	line-height: 27px;
	z-index: 3;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border: none;
	background: none;
}

.search-popup .form-group form {
	position: relative;
}

.search-popup .form-group {
	position: relative;
	margin: 0px;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 25px;
	color: #333333;
	padding: 10px 14px;
	height: 45px;
	width: 100%;
	background-color: transparent;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border: none;
	margin-bottom: 5px;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
	position: absolute;
	right: 14px;
	top: -15px;
	background: transparent;
	text-align: center;
	font-size: 24px;
	line-height: 45px;
	color: #333333;
	padding: 0;
	background: none;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}


/* Header Aside */

#header-aside .aside-content {
	float: right;
	color: #585252;
}

#header-aside .aside-content .info-wrap {
	display: table;
	overflow: hidden;
	width: 100%;
}

#header-aside .aside-content .info-i,
#header-aside .aside-content .info-c {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

#header-aside .aside-content .info-c span {
	opacity: .5;
}

#header-aside .aside-content .info-i {
	width: 45px;
}

#header-aside .aside-content .info-i span {
	position: relative;
	z-index: 1;
	font-size: 30px;
	color: #8fcd48;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
}

#header-aside .aside-content .info-i span i::before {
	font-size: 36px;
}

#header-aside .aside-content .info-i span:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	border: 1px dashed transparent;
	background-color: transparent;
}

#header-aside .aside-content .inner > div {
	float: left;
	display: block;
	width: 170px;
	position: relative;
	color: #777;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	margin-left: 25px;
	border-right: 2px solid #eee;
}

#header-aside .aside-content .inner > div:last-child {
	border: 0;
}

/* Main Menu 
============== */

.main-menu .navbar {
	padding: 0;
}

.main-menu li.nav-item {
	position: relative;
	margin-right: 45px;
}

#header-2 .main-menu li.nav-item {
	margin: 0 25px;
}

.main-menu li.nav-item:last-child {
	margin-right: 0;
}

.main-menu .navbar-nav .nav-link {
	font-size: 17px;
	font-weight: 500;
	color: #d7d7d7;
	display: block;
	padding: 35px 0;
}


.main-menu .navbar-nav .nav-link.active {
	color: #fff;
}

.main-menu li.nav-item:hover > a {
	color: #fff;
}

/*Dropdown Menu */

.sub-menu {
	position: absolute;
	left: 0;
	top: 100px;
	width: 185px;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 600ms ease;
	transition: all 600ms ease;
	z-index: 99;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}

#header-2 .sub-menu {
	top: 110px;
}

.sub-menu::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 4px;
	top: 0;
	left: 0;
	background: #8fcd48;
	visibility: hidden;
	opacity: 0;
}

.main-menu li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	top: 90px;
}

#header-2 .main-menu li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	top: 100px;
}

.main-menu li:hover .sub-menu::after {
	opacity: 1;
	visibility: visible;
}

.main-menu ul.sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-menu .sub-menu li {
	display: block;
	border-bottom: 1px solid #eee;
}

.main-menu .sub-menu li a {
	font-size: 16px;
	font-weight: 400;
	display: block;
	padding: 15px;
	color: #191919;
	-webkit-transition: .3s;
	transition: .3s;
}

.main-menu .sub-menu li:hover > a {
	color: #8fcd48;
}

.dropdown-toggle::after {
	display: none !important;
}

.navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
	display: none;
}


/* Slider CSS 
==================*/

.single-slide-item {
	background-image: url(../img/slider/logo1.png);
}

.hero-area-bg-2 {
	background-image: url(../img/banner1.png);
}

#home-2 .single-slide-item {
	background-image: url(../img/slider/slide-3.jpg);
}

#home-2 .hero-area-bg-2 {
	background-image: url(../img/slider/slide-4.jpg);
}

#home-3 .single-slide-item {
	background-image: url(../img/slider/slide-5.jpg);
}

#home-3 .hero-area-bg-2 {
	background-image: url(../img/slider/slide-6.jpg);
}

.single-slide-item {
	background-size: cover;
	background-position: center;
	background-color: #ddd;
	color: #fff;
	width: 100%;
	height: 800px;
	display: table;
	position: relative;
	z-index: 1;
}

.single-slide-item h1 {
	color: #fff;
	font-size: 50px;
	font-weight: 600;
	line-height: 65px;
	letter-spacing: 1px;
	margin: 30px 0;
}

.homepage-slides .section-title h6 {
	color: #fff;
}

#home-2 .single-slide-item h6 {
	color: #fff;
	font-size: 15px;
	letter-spacing: 1px;
	position: relative;
	padding-left: 60px;
}

#home-2 .single-slide-item h6:before {
	position: absolute;
	content: "";
	width: 40px;
	height: 1px;
	left: 0;
	top: 50%;
	background: #8fcd48;
	margin-top: -1px;
}

#home-2 .single-slide-item {
	height: 700px;
}

#home-3 .single-slide-item {
	height: 900px;
}

#home-3 .section-title {
	margin-top: 100px;
}

.single-slide-item p {
	color: #fff;
	font-size: 18px;
	line-height: 30px;
}

.homepage-slides .owl-nav button.owl-prev,
.homepage-slides .owl-nav button.owl-next {
	width: 45px;
	height: 45px;
	border: 2px solid;
	border-radius: 50%;
	font-size: 20px;
	font-weight: 100;
	line-height: 16px;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -25px;
	color: #8fcd488c;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.homepage-slides .owl-nav button.owl-next {
	left: auto;
	right: 15px;
}


.homepage-slides:hover .owl-nav button.owl-prev,
.homepage-slides:hover .owl-nav button.owl-next {
	visibility: visible;
	opacity: .5;
}

.homepage-slides .owl-nav button.owl-prev:hover,
.homepage-slides .owl-nav button.owl-next:hover {
	background: #8fcd48;
	color: #fff;
	border-color: #8fcd48;
	opacity: 1;
}

.hero-area-content {
	display: table-cell;
	vertical-align: middle;
}

/* .hero-area-content .main-btn {
	margin: 25px 0;
} */

/*Promo Area */

.promo-area {
	height: 250px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 1;
	margin-top: -150px;
}


.promo-area .single-counter-box p.counter-number {
	font-size: 40px;
	padding-top: 10px;
	margin-top: 40px;
}


.promo-area .single-counter-box h6 {
	color: #333;
	font-size: 24px;
	font-weight: 400;
	padding-bottom: 25px;
	font-family: 'Teko';
	letter-spacing: 2px;
	margin-top: 25px;
}

.promo-area .single-counter-box .counter-number span {
	font-size: 50px;
	font-weight: 500;
	color: #8fcd48;
	font-family: 'Teko';
	letter-spacing: 2px;
	background: #ddd;
	padding: 30px;
}

.promo-area .single-counter-box {
	text-align: center;
	background: #FFF;
	width: 220px;
	height: auto;
	box-shadow: 0px 15px 30px rgb(0 0 0 / 10%);
}

.promo-area p.qty {
	margin-top: -10px;
}


/* About Seciton # 01 
============== */

.info-content-area .section-title h2 {
	position: relative;
}

.info-content-area p.highlight {
	position: relative;
	margin: 20px 0;
	padding-left: 35px;
}

p.highlight i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    color: #8fcd48;
}

/* .info-content-area p.highlight:before {
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	top: 5px;
	left: 0;
	background: #8fcd48;
} */

.info-content-area .main-btn {
	background: black;
	color: #81d125;
	border: 2px solid;
	/* margin: 20px 0; */
}

.info-content-area .main-btn:hover {
	background: #8fcd48;
	color: #fff;
	border-color: #8fcd48;
}

.founded {
	border-top: 4px solid #eee;
	border-bottom: 4px solid #eee;
	padding: 4px;
}

.years {
	font-family: 'Teko', sans-serif;
	font-size: 25px;
	font-weight: 300;
	letter-spacing: 1px;
}

.years span {
	font-family: 'Teko', sans-serif;
	font-size: 140px;
	font-weight: 600;
	line-height: 120px;
	background-color: #8fcd48;
	background-image: url(../img/trans-bg.html);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	padding-right: 20px;
}

.about-area .text {
	font-family: 'Teko';
	font-size: 27px;
	font-weight: 300;
	line-height: 34px;
	letter-spacing: 1px;
	color: #8fcd48;
	border-left: 5px solid #eee;
	padding-left: 35px;
	margin-top: 25px;
}

.info-img {
    position: relative;
    z-index: 1;
}

.info-img img {
    border-radius: 8px;
}

.experience-wrap {
	width: 200px;
	height: 200px;
	background: #8fcd48;
	color: #fff;
	display: inline-flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	left: 0;
	bottom: 0;
	border-radius: 0 8px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.experience-wrap {
	  left: 0;
	}
  }
  @media (max-width: 767px) {
	.experience-wrap {
	  right: 0;
	}
  }
  .experience-wrap span {
	font-size: 60px;
	font-weight: 600;
	line-height: 1;
  }
  .experience-wrap p {
	font-size: 18px;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 0;
  }


/* Service Section # 01
============== */

.services-area {
	background-image: url(../img/service-bg.jpg);
	padding-bottom: 120px;
	position: relative;
	z-index: 1;
}

.single-serv-item {
	background: #fff;
	text-align: left;
	position: relative;
	z-index: 1;
	transition: .5s;
	border-radius: 5px;
	margin-top: 50px;
	position: relative;
	z-index: 1;
	box-shadow: 0px 15px 30px rgb(0 0 0 / 10%);
}

.serv-content {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	padding: 20px 50px 5px;
}

.serv-content h5 {
	font-family: 'Outfit', sans-serif;
	font-size: 24px;
	font-weight: 500;
	margin: 10px 0 20px;
	color: #1d2143;
}

.serv-icon {
	padding: 40px 50px 30px;
}

.serv-icon i:before {
	font-size: 50px;
}

.single-serv-item a {
	text-transform: uppercase;
	font-family: 'Outfit', sans-serif;
	font-size: 17px;
	font-weight: 500;
	padding: 25px 50px;
}

.single-serv-item a:hover {
	color: #8fcd48;
	opacity: .8;
}

.single-serv-item.active {
	background: #020c1f;
}

.single-serv-item.active h5 {
	color: #fff;
}

.single-serv-item.active .serv-icon i:before {
	color: #8fcd48;
}

.single-serv-item.active .serv-content {
	border-color: #1d2143;
}

.single-serv-item:hover .serv-icon i:before {
	color: #8fcd48;
}

/* Xtra Service Section
============== */

.xtra-serve-area {
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: all 2s ease-out;
}

.xtra-serve-area:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #092238;
	opacity: .5;
}

.freight-icon {
	position: absolute;
	top: 50px;
	left: 35px;
}

.freight-icon i:before {
	font-size: 45px;
	color: #fff;
}

.xtra-serve-area h5 {
	font-size: 20px;
	letter-spacing: 1px;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 25px;
	z-index: 2;
}

.xtra-serve-area h5:after {
	position: absolute;
	content: " ";
	width: 80px;
	height: 3px;
	background: #fff;
	bottom: -15px;
	left: 0;
	z-index: -1;
}

.xtra-serve-area .read-more {
	position: absolute;
	bottom: 25px;
	left: 25px;
	color: #8fcd48;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	z-index: 2;
}

.xtra-serve-area .read-more:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 2px;
	background: #fff;
	top: 50%;
	left: 0;
	margin-left: -5px;
	opacity: 0;
	visibility: hidden;
}

.xtra-serve-area:hover .read-more {
	padding-left: 15px;
}

.xtra-serve-area:hover .read-more:before {
	opacity: 1;
	visibility: visible;
}

.xtra-serve-area img {
	transition: transform ease 0.3s;
}

.xtra-serve-area:hover img {
	transform: scale(1.3);
	transition: all 2s ease-out;
}


/*Achievement Section
==============*/

.skill-bg {
	background-image: url(../img/skill-bg.jpg);
}

.skill-bg {
	width: 50%;
	height: auto;
	position: relative;
	background-size: cover;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.skill-bg {
		display: none;
	}
}

@media (max-width: 767px) {
	.skill-bg {
		display: none;
	}
}

.skill-content {
	width: 50%;
	padding: 80px 100px 50px;
	padding-bottom: 60px;
	background: #061129;
}

.skill-content p {
	font-size: 16px;
	color: #c5c2c2;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.skill-content {
		width: 100%;
		padding: 80px;
	}
}

@media (max-width: 767px) {
	.skill-content {
		width: 100%;
		padding: 50px;
	}
}

.skill-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
}

.skill-area .section-title {
	margin-bottom: 30px;
}

.skill-area .section-title h2 {
	color: #fff;
}

.skill-area .single-counter-box {
	border-bottom: 1px solid #15213a;
	border-right: 1px solid #15213a;
	padding-bottom: 20px;
	border-left: 1px solid #15213a;
	border-top: 1px solid #15213a;
	padding: 30px;
	text-align: center;
}

.single-counter-box.one {
	border-top: none;
	border-left: none;
}

.single-counter-box.two {
	border-top: none;
	border-right: none;
	border-left: none;
}

.single-counter-box.three {
	border-top: none;
	border-left: none;
	border-bottom: none;
	padding-top: 25px;
}

.single-counter-box.four {
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: none;
	padding-top: 25px;
}

.skill-area .fact-icon i:before {
	font-size: 45px;
	line-height: 40px;
	margin: 10px 0;
	color: #C89D66;
}

.skill-area .single-counter-box .counter-number span {
	font-size: 50px;
	font-weight: 600;
	line-height: 1;
	margin: 25px 0 5px;
}

.single-counter-box p.counter-number {
	font-size: 40px;
	color: #fff;
}

.single-counter-box h6 {
	color: #fff;
	font-weight: 500;
}

/*Pop up Video */

.pop-up-video a.video-play-btn {
	font-size: 20px;
	color: #fff;
	border: 2px solid #8fcd48;
	border-radius: 50%;
	padding: 15px;
	width: 70px;
	height: 70px;
	line-height: 38px;
	text-align: center;
	position: absolute;
	top: 55%;
	left: 50%;
	margin-left: -35px;
	margin-top: -35px;
	background: #8fcd48;
	cursor: pointer;
	z-index: 9;
}

@-webkit-keyframes btnIconRipple {
	0% {
		border-width: 4px;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	80% {
		border-width: 1px;
		-webkit-transform: scale(1.35);
		transform: scale(1.35);
	}

	100% {
		opacity: 0;
	}
}

.pop-up-video a::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: -2px;
	left: -2px;
	bottom: -2px;
	right: -2px;
	border-radius: inherit;
	border: 2px solid #6FC050;
	-webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
	animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}

/* FAQ Section 
============== */

.faq-bg {
	background-image: url(../img/faq.png);
	height: 700px;
}

.styled-faq {
	margin-top: 40px;
}

.styled-faq .panel-group .panel {
	border-radius: 0;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	margin-bottom: 30px;
	border: 1px solid #f6f6f6;
}

.styled-faq .panel-default > .panel-heading {
	background: none;
	padding: 0;
	border: none;
}

.styled-faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top: none;
	padding: 10px;
	line-height: 1.5;
	color: #555;
}

.styled-faq .panel .panel-heading h6 {
	font-weight: 500;
}

.styled-faq .panel .panel-heading h6 a {
	display: block;
	text-decoration: none;
	padding: 12px;
	background: #f6f6f6;
	color: #444;
}

@media (max-width: 575px) {
	.styled-faq .panel .panel-heading h6 a {
		font-size: 14px;
	}
}

.styled-faq .panel .panel-heading h6 a i.fa {
	float: right;
	font-size: 150%;
	line-height: 15px;
	display: none;
	color: #ddd;
}

.styled-faq .panel .panel-heading h6 a[aria-expanded=true] i.fa.fa-angle-up {
	display: block;
	color: #8fcd48;
}
facility
.styled-faq .panel .panel-heading h6 a[aria-expanded=false] i.fa.fa-angle-down {
	display: block;
	color: #8fcd48;
}


/* Facility Section
============== */

.facility-area{
	background-image: url(../img/banner-bg.jpg);
	background-size: cover;
	position: relative;
	z-index: 1;
}

.facility-area h2 {
	color: #fff;
}

.single-facility-area {
	text-align: center;
	margin-top: 50px;
	overflow: hidden;
}

.single-facility-area h5 {
	font-size: 14px;
	color: #fff;
	margin: 25px 0 10px;
	letter-spacing: 1px;
}

.single-facility-area h4 {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	margin: 20px 0;
}

.facility-icon {
	position: relative;
}

.facility-icon img {
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
}

.single-facility-area:hover img {
	-webkit-animation-name: hvr-buzz-out;
	animation-name: hvr-buzz-out;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}


#about-page.facility-area .section-title h2 {
	color: #fff;
}

#about-page.facility-area .single-facility-area h4 {
	color: #fff;
}

#about-page.facility-area .single-facility-area p {
	color: #cecece;
}

/* Blog Section 
============== */

.blog-area .single-blog-item {
	background: #fff;
	border-radius: 5px;
}

.blog-area .blog-bg img {
	height: 250px;
	width: 100%;
	border-radius: 5px 5px 0 0;
}

.blog-area p.blog-meta {
	font-size: 15px;
	font-weight: 500;
	margin: 8px 0;
}

.blog-area p.blog-meta i:before {
	padding-right: 7px;
}

.blog-area .blog-meta i {
	font-size: 20px;
	margin-right: 7px;
}

.blog-content i {
	margin-right: 7px;
}

.blog-content {
	    box-shadow: 0 0 10px 0px rgb(0 0 0 / 41%);
	padding: 30px;
}

.blog-area .blog-content h5 a {
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	color: #1d2143;
	margin-bottom: 20px;
}

.blog-area .blog-content h5 a:hover {
	color: #8fcd48;
}

.blog-area a.read-more {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	margin: 10px 0 0;
	color: #8fcd48;
}

.blog-area a.read-more:hover {
	opacity: 1;
}

.blog-area .blog-bg {
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: .3s;
}

.blog-area .blog-bg img {
	transition: transform ease 0.3s;
}

.blog-area .blog-bg span {
	background: #8fcd48;
	color: #fff;
	padding: 10px;
	display: inline-block;
	width: 60px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}

.blog-area .blog-bg img:hover {
	transform: scale(1.3);
	transition: all 2s ease-out;
	border-radius: 5px;
}
.blog-card{
    background: linear-gradient(135deg, rgba(248, 255, 241, 0.92) 0%, rgba(234, 248, 214, 0.88) 35%, rgba(210, 236, 177, 0.82) 70%, rgba(121, 181, 70, 0.22) 100%);
    padding: 30px;
    border-radius: 26px;
    position: relative;
    overflow: hidden;
    
}





.blog-card::after{
    content: "";
    position: absolute;
    right: -80px;
    top: -80px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: rgba(11,44,95,0.04);
}
/* contact  */


/* Sponsor Section 
============== */

.single-logo-wrapper {
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: .5;
	transition: .3s;
}

.single-logo-wrapper:hover {
	opacity: 1;
}

.logo-inner-item img {
    width: 150px !important;
}

/* .logo-inner-item img:hover {
	filter: grayscale(95%);
} */

/* CTA Section # 01
============== */

.cta-area {
	background: #8fcd48;
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}

.cta-area h2 {
	font-size: 40px;
	line-height: 50px;
	color: #fff;
	font-weight: 600;
}

.cta-area h6 {
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 10px;
}

.cta-area p {
	color: #cacaca;
	margin: 12px 0;
}

.cta-area .contact-info {
	margin-top: 30px;
}

.cta-area .contact-info i {
	font-size: 50px;
	float: left;
	padding-right: 10px;
}

.contact-info h5 {
	font-size: 22px;
	color: #fff;
}

.contact-info p {
	margin: 4px 0;
}

.cta-area .main-btn {
	background: #fff;
	color: #333;
	margin-top: 16px;
}

.cta-area .main-btn:hover {
	background: #012A41;
	color: #fff;
}

/* Newsletter Section  */

.newsletter-content {
	height: 250px;
	background: #8fcd48;
	padding: 50px;
	border-radius: 5px;
	position: relative;
	z-index: 9;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.newsletter-content {
		display: block !important;
		text-align: center;
		height: 320px;
		padding: 30px;
	}
  }
  @media (max-width: 767px) {
	.newsletter-content {
	  display: block !important;
	  padding: 30px;
	  height: 400px;
	  text-align: center;
	}
  }
  
  .newsletter-content h2 {
	font-size: 50px;
	line-height: 60px;
  }

  .newsletter-content .subscribed-form {
	margin-top: 0;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.newsletter-content .subscribed-form {
		justify-content: center;
	}
  }

  @media (max-width: 767px) {
	.newsletter-content .subscribed-form {
		justify-content: center;
	}
  }

  .newsletter-section .subscribed-form input {
	background: transparent;
	border: 1px solid #fff;
	width: 300px;
  }
  @media (max-width: 767px) {
	.newsletter-section .subscribed-form input {
	  width: 100%;
	}
  }
  .newsletter-section .subscribed-form input::placeholder {
	color: #fff;
  }
  .newsletter-section .subscribed-form input[type=text] {
	color: #fff;
  }
  .newsletter-section .subscribed-form input[type=submit] {
	background: #fff;
	border-color: #fff;
	color: #013B4F;
	width: auto;
	margin-left: 10px;
  }
  .newsletter-section .subscribed-form input[type=submit]:hover {
	background: #fff;
	border-color: #fff;
	color: #1D2143;
  }


/* Footer Area
======================== */

.footer-area {
	background: #050c1d;
	color: #fff;
	position: relative;
	z-index: 1;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer-area {
	  padding: 100px 50px;
	}
  }
  @media (max-width: 767px) {
	.footer-area {
	  padding: 50px 30px;
	  margin-top: 0;
	}
  }

  .footer-area::before {
    /* position: absolute; */
    content: "";
	width: 100%;
    height: 125px;
    top: -125px;
    left: 0;    
    background: #050C1D;
    z-index: -1;
}

  .footer-area .logo {
	height: 90px;
	display: flex;
	align-items: center;
	padding-right: 30px;
	font-size: 30px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 1px;
  }

  .footer-area h5 {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	margin: 20px 0;
  }

  .footer-area p {
	font-size: 16px;
	margin-top: 5px;
	color: #9BA2AD;
  }
  .footer-area ul li a {
	font-size: 17px;
	display: block;
	color: #9BA2AD;
	padding: 10px 0;
	position: relative;
  }
  @media (max-width: 767px) {
	.footer-area ul li a {
	  padding: 6px 0;
	}
  }
  .footer-area ul li a:hover {
	color: white;
  }
  
  .footer-up {
	padding: 10px 0;
  }
  .footer-up .social-area i {
	color: #eee;
	font-size: 20px;
	margin-right: 10px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer-up {
	  padding-bottom: 0;
	  padding-top: 0;
	}
  }
  @media (max-width: 767px) {
	.footer-up {
	  padding: 0;
	}
  }
  
  .footer-bottom {
	font-size: 15px;
	font-weight: 400;
	padding: 20px 0;
	background: #050C1D;
	border-top: 1px solid #0d162c;
  }
  .footer-bottom p {
	margin: 0;
	color: #fff;
	font-size: 16px;
  }
  @media (max-width: 767px) {
	.footer-bottom {
	  text-align: center;
	}
  }

  .company-email a {
	color: #f6f6f6;
	font-size: 17px;
	font-weight: 400;
	text-decoration: underline;
	margin-top: 10px;
  }
  .company-email a:hover {
	color: #fff;
  }
  
  .phone-number p {
	font-size: 20px;
	color: #fff;
  }

/*==============================HOME # 02 =================================*/

/*About Section # 02*/

.about-bg-wrapper {
	height: 100%;
}

.about-content-wrapper {
	padding: 80px;
	padding-top: 50px;
	background: #fff;
	margin-top: -40px;
	position: relative;
	z-index: 9;
	border-top: 10px solid #8fcd48;
}

.about-bg-wrapper {
	height: 100%;
	border: 10px solid #fff;
	border-right: 0;
}

.about-bg-innner {
	background-image: url(../img/about/about-2.jpg);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.key-feature {
	margin-top: 20px;
}

.key-feature h4 {
	font-family: 'Teko', sans-serif;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 25px 0 15px;
}


/* Service Section # 02  
==================== */

.single-service-bg {
	background-image: url(../img/service/1.jpg);
	height: 325px;
}

.service-bg-2 {
	background-image: url(../img/service/2.jpg);
}

.service-bg-3 {
	background-image: url(../img/service/3.jpg);
}

.service-bg-4 {
	background-image: url(../img/service/4.jpg);
}

#service-2 .single-service-area {
	padding: 40px;
	box-shadow: none;
	margin-top: 0;
	height: 325px;
	text-align: center;
	background: #fff;
	transition: .3s;
}

.single-service-area h5 {
	margin: 25px 0;
	font-size: 24px;
	font-weight: 500;
}

#service-2 .logistic-icon i:before {
	color: #002C42;
}

#service-2 .single-service-area a.read-more {
	margin: 12px 0 0;
	text-transform: uppercase;
	font-weight: 500;
}

#service-2 .single-service-area:hover {
	background: #8fcd48;
}

#service-2 .single-service-area:hover .service-icon i:before {
	color: #fff;
}

#service-2 .single-service-area:hover h5 {
	color: #fff;
}

#service-2 .single-service-area:hover p {
	color: #fff;
}

#service-2 .single-service-area:hover .read-more {
	color: #fff;
}

.service-icon i:before {
	font-size: 50px;
}

/* Service # 03 */

.service-area {
	position: relative;
  }
  
  .service-area.pt-200 {
	padding-top: 200px;
  }
  @media (max-width: 767px) {
	.service-area.pt-200 {
	  padding-top: 150px;
	}
  }
  
  .service-item-wrap {
	margin-top: 30;
  }
  @media (max-width: 767px) {
	.service-item-wrap {
	  margin-top: 70px;
	}
  }
  
  .service-single {
	background: #fff;
	box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.11);
	padding: 40px;
	position: relative;
	border-radius: 12px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.service-single {
	  padding: 30px;
	}
  }
  
  .service-icon i:before {
	color: #8fcd48;
  }
  
  .service-single .service-icon {
	position: absolute;
	top: -15px;
	left: 30px;
	z-index: 2;
	transform: perspective(1px) translateZ(0);
  }
  
  .service-single:hover .service-icon {
	-webkit-animation-name: hvr-buzz-out;
	animation-name: hvr-buzz-out;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
  }
  
  .service-content h4 {
	font-size: 24px;
	font-weight: 500;
	margin: 40px 0;
  }
  
  .service-content ul li {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	position: relative;
	padding-left: 35px;
  }
  
  .service-content .main-btn {
	margin-top: 20px;
  }
  
  ul.service-list {
	margin-top: 30px;
  }
  
  ul.service-list li {
	position: relative;
	padding-left: 35px;
  }
  
  ul.service-list li i {
	font-weight: 600;
	background: #8fcd48;
	color: #fff;
	border-radius: 50%;
	padding: 4px;
	margin-right: 10px;
	position: absolute;
	top: 0;
	left: 0;
  }
  
  .service-single:after {
	position: absolute;
	content: "";
	bottom: 0;
	right: 0;
	width: 90%;
	height: 4px;
	background: #8fcd48;
	transition: 0.3s ease-in-out;
	border-radius: 0 0 12px 0;
  }
  
  .service-single:hover::after {
	height: 10px;
  }
  
  .service-item-wrap .owl-dots button.owl-dot span {
	width: 35px;
	height: 3px;
	background: #6b7475;
	margin-right: 10px;
	margin-top: 20px;
  }
  
  .service-item-wrap .owl-dots button.owl-dot.active span {
	width: 35px;
	height: 6px;
	background: #8fcd48;
  }
  
  .service-item-wrap .owl-dots {
	text-align: right;
	margin-top: 25px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.service-item-wrap .owl-dots {
	  text-align: center;
	  margin-bottom: 25px;
	}
  }
  
  .service-item-wrap .owl-stage-outer {
	overflow: initial;
  }
  
  .owl-item {
	opacity: 0;
  }
  
  .owl-item.active {
	opacity: 1;
  }
  
  .more-services {
	margin-top: 30px;
  }
  
  .more-services p a {
	position: relative;
	font-size: 16px;
	font-weight: 700;
	color: #253745;
	transition: 0.3s ease-in-out;
	text-transform: capitalize;
	padding-bottom: 6px;
  }
  
  .more-services p a::before {
	content: "";
	transition: 0.3s ease-in-out;
	position: absolute;
	bottom: 8px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	height: 2px;
	background-color: #8fcd48;
  }
  
  .service-area.service-2 {
	padding-top: 100px;
  }
  @media (max-width: 767px) {
	.service-area.service-2 {
	  padding-top: 50px;
	}
  }
  
  .service-2 .service-single .service-icon {
	position: static;
	left: 0;
	top: 0;
  }
  
  .service-2 .service-single {
	padding: 60px;
	margin-top: 50px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1200px) {
	.service-2 .service-single {
	  padding: 50px;
	}
  }
  @media (max-width: 767px) {
	.service-2 .service-single {
	  padding: 50px 40px;
	}
  }
  
  .service-3 .service-single {
	padding: 0;
  }
  
  .service-3 .service-content {
	padding: 20px 40px 30px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.service-3 .service-content {
	  padding: 20px 25px 30px;
	}
  }
  @media (max-width: 767px) {
	.service-3 .service-content {
	  padding: 20px 25px 30px;
	}
  }
  
  .service-3 .service-single:after {
	display: none;
  }
  
  .service-3 .service-thumb img {
	border-radius: 12px 12px 0 0;
  }
  
  .services_icon {
	height: 90px;
	width: 90px;
	background-color: #8fcd48;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: -40px;
	right: 20px;
	z-index: 2;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
  }
  
  .services_icon i:before {
	position: relative;
	display: inline-block;
	font-size: 45px;
	color: #fff;
	transition: all 500ms linear;
	transition-delay: 0.1s;
	line-height: 1;
  }
  
  .service-single:hover .services_icon i:before {
	transform: rotateY(360deg);
  }
  
  .service-img-wrap {
	position: relative;
  }
  
  .service-thumb {
	display: block;
	overflow: hidden;
	border-radius: 12px 12px 0 0;
  }
  
  .service-thumb img {
	width: 100%;
	transition-delay: 0.1s;
	transition-timing-function: ease-in-out;
	transition-duration: 0.7s;
	transition-property: all;
  }
  
  .service-single:hover .service-thumb img {
	transform: scale(1.1) rotate(2deg);
	border-radius: 7px;
  }


/* Achievement Section # 02
============== */

.achievement-area {
	background-image: url(../img/achievement.jpg);
	height: 450px;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 1;
}

.achievement-area.home2 {
	background-color: #020E28;
}

.fact-icon i:before {
	font-size: 50px;
	line-height: 35px;
	color: #FF5316;
	margin: 25px 0;
	display: inline-block;
}

.single-counter-box {
	text-align: center;
}

.single-counter-box .counter-number span {
	font-size: 55px;
	font-weight: 700;
	color: #fff;
	margin: 30px 0 0;
}

.single-counter-box p.counter-number {
	font-size: 40px;
	color: #fff;
}

.single-counter-box h6 {
	color: #8fcd48;
	font-size: 18px;
	font-weight: 500;
}


/*Choose Us Section
============== */


.chooseus-area {
	border-top: 1px solid #eee;
}

.chooseus-area .section-heading:after {
	margin: 0;
}

.single-feature-item .num {
	font-size: 24px;
	line-height: 27px;
	background: #8fcd48;
	padding: 10px;
	color: #fff;
	width: 50px;
	height: 50px;
	text-align: center;
	float: left;
	border-radius: 50%;
}

.feature-image img {
	width: 100%;
	box-shadow: 0 5px 25px 0 rgba(27, 20, 100, 0.15);
}

.feature-image {
	position: relative;
	z-index: 1;
}

.feature-image:before {
	position: absolute;
	content: " ";
	top: -50px;
	right: -50px;
	width: 100%;
	height: 100%;
	background: #8fcd48;
	z-index: -1;
}

.feature-content h5 {
	font-size: 20px;
	margin: 0;
}

.feature-content {
	padding-left: 70px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.feature-content p {
	font-size: 16px;
	line-height: 26px;
	margin: 10px 0;
}

/* Quotation Section 
====================
*/

.quotation-section {
	position: relative;
	z-index: 1;
}

.quotation-form {
	padding: 80px 115px;
	background-color: #FFF;
}

.quotation-form span {
	color: #F8A555;
}

.quotation-form .form-control {
	box-shadow: none;
	font-size: 16px;
	color: #777;
	height: 50px;
}

.quotation-form .form-control::focus {
	box-shadow: none;
}

.quotation-form select.form-control:not([size]):not([multiple]) {
	height: 50px;
	padding: 8px 10px;
}

.quotation-form .form-group label:after {
	content: "*";
	padding-left: 5px;
	color: #F8A555;
}

.request-button .btn-primary {
	margin-top: 30px;
	padding: 13px 60px;
	width: 100%;
}

.request-button .btn-primary:hover {
	color: #FFF;
	background: #050D3C;
}

.request-button i {
	margin-left: 8px;
}

.request-button button:hover {
	background: #092A45;
	color: #fff;
}

.quotation-dtl {
	background-color: #8fcd48;
	width: 100%;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
}


.quotation-dtl p {
	color: #FFF;
	font-size: 20px;
	padding: 15px 150px;
	margin: 0;
	text-align: center;
}

.quotation-dtl p i {
	color: #fff;
	padding-right: 15px;
	font-size: 25px;
}

.quotation-dtl [class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
	font-size: 28px;
	vertical-align: middle;
}

.quotation-dtl a:hover {
	color: #8fcd48;
}

.form-group label {
    margin-bottom: 10px;
}

/*Pricing Section 
=================
*/

.single-price-item {
	padding: 60px 45px 60px;
	background: #fff;
	margin-bottom: 60px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.single-price-item {
	  padding: 60px 30px 60px;
	}
  }
  @media (max-width: 767px) {
	.single-price-item {
	  padding: 60px 30px 60px;
	}
  }
  
  .price-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  
  .price-amount {
	position: relative;
	line-height: 1;
  }
  .price-amount span.currency {
	font-size: 30px;
	position: relative;
	top: -25px;
  }
  .price-amount span.value {
	font-size: 50px;
  }
  
  .price-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
  }
  
  .price-feature {
	margin-top: 30px;
  }
  .price-feature ul li {
	display: block;
	margin-bottom: 20px;
	font-size: 17px;
  }
  .price-feature ul li i {
	margin-right: 15px;
  }
  
  .price-btn {
	margin-top: 50px;
  }
  


/*=============================HOME # 03 ==================================*/


/* About Section # 03  
============== */

.single-bar-item h4 {
	font-size: 17px;
	margin-bottom: 10px;
}

.progress-bar-area {
	margin-top: 20px;
}

.barfiller .fill {
	background: #8fcd48 !important;
}

#about-3 .choose-certify {
	text-align: center;
	margin-top: 30px;
}

#about-3 .choose-certify i {
	position: relative;
}

#about-3 .choose-certify i {
	font-size: 45px;
	color: #8fcd48;
}

#about-3 .choose-certify h5 {
	font-size: 20px;
	font-weight: 500;
	margin: 20px 0;
	color: #002c42;
}

#about-3 .choose-certify p {
	padding-left: 0;
}

.about-img-wrap {
	position: relative;
	z-index: 1;
    padding-left: 40px;
}

.about-img-wrap img {
    border-radius: 8px;
}

.about-bg img {
    border-radius: 8px;
}

.experience-wrap {
	width: 210px;
    height: 230px;
    background: #8fcd48;
    color: #fff;
    display: inline-flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    right: 16px;
    bottom: 0;
    gap: 10px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.experience-wrap {
	  left: 0;
	}
  }
  @media (max-width: 767px) {
	.experience-wrap {
		right: 0;
		width: 180px;
		height: 200px;
	}
  }
  .experience-wrap span {
	font-size: 60px;
	font-weight: 600;
	line-height: 1;
  }
  @media (max-width: 767px) {
	.experience-wrap span {
		font-size: 40px;
		line-height: 1;
	}
  }
  .experience-wrap p {
	font-size: 18px;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 0;
  }

/* Feature Section
============== */

.feature-area .single-feature-item {
	margin-top: -100px;
	transform: translateY(0);
	transition: .5s;
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10);
	border-radius: 5px;
}

.feature-area .single-feature-item:hover {
	transform: translateY(-20px);
}

.feat-icon i:before {
	font-size: 60px;
	color: #8fcd48;
}

.feat-icon {
	background: #fff;
	padding: 80px 30px 50px;
	height: 100%;
	border-radius: 5px 0 0 5px;
}

.feat-content {
	background: #fff;
	padding: 30px 25px;
	border-left: 1px solid #eee;
	border-radius: 0px 5px 5px 0;
}

.feat-content p {
	margin: 15px 0;
}

.feat-content a {
	font-size: 20px;
	color: #87C03D;
}

.feature-area {
	background: #f6f6f6;
	position: relative;
	z-index: 9;
}

.feature-img img {
    border-radius: 8px;
}


/* CTA Section
============== */

#cta-2.cta-area {
	background-image: url(../img/divider.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	height: 350px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}

#cta-2.cta-area h2 {
	font-size: 50px;
	line-height: 60px;
	color: #fff;
	font-weight: 600;
}

#cta-2.cta-area h6 {
	color: #8fcd48;
	text-transform: uppercase;
	font-size: 16px;
	margin-bottom: 10px;
}

#cta-2.cta-area p {
	color: #cacaca;
	margin: 12px 0;
}

.cta-area .contact-info {
	margin-top: 30px;
}

#cta-2.cta-area .contact-info i {
	font-size: 50px;
	float: left;
	padding-right: 10px;
}

#cta-2 .contact-info h5 {
	font-size: 22px;
	color: #fff;
}

#cta-2 .contact-info p {
	margin: 4px 0;
}

/* Choose Us Section # 02
====================== 
*/

.choose-us-area {
	background-image: url(../img/choose-bg.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	height: 500px;
	position: relative;
	z-index: 1;
}

.choose-us-area .section-title h2 {
	color: #fff;
}

.choose-us-wrapper {
	background: #fff;
	margin-top: 50px;
	position: relative;
}

.choose-us-inner {
	text-align: center;
	padding: 50px 30px;
	border-right: 1px solid #eee;
}

.choose-us-inner h5 {
	margin: 40px 0 20px;
}

.choose-us-inner:nth-last-child(4) {
	border-right: none;
}

.choose-us-icon {
	position: relative;
	z-index: 1;
}

.choose-us-icon:after {
	position: absolute;
	content: "";
	top: 0;
	left: 50px;
	width: 80px;
	height: 80px;
	background: #f6f6f6;
	border-radius: 50%;
	z-index: -1;
	transition: .3s;
}

.choose-us-inner:hover .choose-us-icon:after {
	width: 100px;
	height: 100px;
	top: -18px;
	left: 65px;
	background: #8fcd48;
	opacity: .2;
}

/* Spacer
============== */

.spacer {
	position: relative;
}

.spacer-bg {
	/*	background-image: url(../img/divider.jpg);*/
	background-attachment: fixed;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.spacer-bg .main-btn {
	z-index: 9;
	margin-top: 120px;
}

/* Team Section 
============== */

.team-member-bg {
	background-size: cover;
	background-position: top center;
	width: 100%;
	height: 300px;
}

.team-member-bg {
	background-image: url(../img/team/1.jpg);
}

.team-bg-2 {
	background-image: url(../img/team/2.jpg);
}

.team-bg-3 {
	background-image: url(../img/team/3.jpg);
}

.team-bg-4 {
	background-image: url(../img/team/4.jpg);
}

.team-bg-5 {
	background-image: url(../img/team/5.jpg);
}

.team-bg-6 {
	background-image: url(../img/team/6.jpg);
}

.team-bg-7 {
	background-image: url(../img/team/7.jpg);
}

.team-bg-8 {
	background-image: url(../img/team/8.jpg);
}

.single-team-member {
	position: relative;
	margin-top: 25px;
	margin-bottom: 100px;
}

.single-team-member .team-content {
	position: absolute;
	bottom: -75px;
	background: #fff;
	text-align: center;
	width: 100%;
	padding: 15px;
}

.team-content .team-title {
	font-weight: 500;
}

.team-content .team-title a {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.3px;
	color: #1d2143;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	margin: 16px 0 0px;
}

.team-content .team-subtitle {
	font-size: 14px;
	color: #7c7c7c;
	margin-bottom: 10px;
}

.team-content .team-subtitle p {
	margin: 0;
	color: #333E38;
}

.team-social ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.team-social ul li {
	display: inline-block;
}

.team-social ul li a {
	font-size: 18px;
	padding: 10px;
	transition: all .3s ease-out;
}

.team-social {
	position: absolute;
	top: 0;
	left: -35px;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-2px);
	transition: all .4s;
}

.team-social ul li {
	display: block;
}

.team-social i {
	color: #8fcd48;
}

.single-team-member:hover .team-social {
	visibility: visible;
	opacity: 1;
	left: 0;
	transform: translateY(0);
}

/* Testimonial Section 
============== */

.testimonial-area {
	position: relative;
	z-index: 1;
	border-top: 1px solid #ddd;
}

.single-client-item {
	background: #fff;
	padding: 50px 70px 70px;
	position: relative;
	z-index: 1;
	margin-top: 50px;
	transition: .3s;
	border-bottom: 3px solid #fff;
	box-shadow: 6px 6px 41px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 767px) {
	.single-client-item {
		padding: 30px;
	}
}



.single-client-item:hover {
	border-bottom: 3px solid #8fcd48;
}

.single-client-item img {
	max-width: 70px;
	height: auto;
	float: left;
	border-radius: 50%;
}


.single-client-item p {
    margin: 20px 0 34px;
    font-size: 17px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 25px;
}

.author-desc h5 {
    font-size: 22px;
    margin-bottom: 6px;
}

.author-desc span {
    font-size: 18px;
}


.testimonial-icon i {
	font-size: 25px;
	background: #8fcd48;
	padding: 15px;
	position: absolute;
	top: -20px;
	color: #fff;
	z-index: 9;
}

.testimonial-area .owl-dots button.owl-dot span {
	width: 10px;
	height: 10px;
	background: #ddd;
	margin-right: 10px;
	margin-top: 20px;
}

.testimonial-area .owl-dots button.owl-dot.active span {
	width: 35px;
	height: 10px;
	background: #8fcd48;
}

.testimonial-area .client-carousel .owl-dots {
	text-align: center;
	margin-top: 50px;
}


/* Contact Section 
==================== 
*/

.contact-section {
	background-image: url(../img/contact-bg.jpg);
	background-attachment: fixed;
	position: relative;
	z-index: 1;
}

.contact-content {
	margin-top: 50px;
}

.contact-section h2 {
	color: #fff;
}

.contact-section p {
	color: #c5bfbf;
}

.contact-section .contact-info i {
	font-size: 30px;
	margin-left: 0;
	background: #8fcd48;
	color: #fff;
	padding: 10px;
	border-radius: 0;
	float: left;
}

.contact-inner {
	margin-bottom: 30px;
}

.contact-inner h6 {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	padding-left: 100px;
}

.contact-inner p {
	padding-left: 100px;
}

.contact-section button.main-btn {
	border: none;
}

.contact-section button.main-btn:hover {
	background: #25283a;
	color: #fff;
}

.contact-form {
	margin-top: 80px;
}


/* Breadcrumb 
============== */

.breadcroumb-area {
	background-image: url(../img/feature2.png);
}

.breadcroumb-area {
	height: 400px;
	background-size: cover;
	background-position: center;
	background-color: #ddd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 2;
}

.breadcroumb-area:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #021017;
	opacity: .6;
	z-index: -1;
}

.breadcroumb-area .breadcroumb-title h1 {
	font-size: 50px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff;
	margin-top: 40px;
	position: relative;
	padding-left: 30px;
}

.breadcroumb-area .breadcroumb-title h1:before {
	position: absolute;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-left: 5px solid #8fcd48;
}

.breadcroumb-area h6 a {
	color: #fff;
}

.breadcroumb-area h6 {
	color: #aeb1b3;
	font-size: 16px;
	margin-top: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.breadcroumb-area .breadcroumb-title h1 {
		font-size: 50px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.breadcroumb-area .breadcroumb-title h1 {
		font-size: 40px;
	}
}

@media (max-width: 575px) {
	.breadcroumb-area .breadcroumb-title h1 {
		font-size: 35px;
	}
}

/*Choose Us Page */

#choose-us-page .about-content-wrapper {
	margin-top: 0;
	border-top: none;
}

/*Team Page */

#team-page .single-team-member {
	margin-bottom: 100px;
}

/* Price Page */

#price-page.pricing-section {
	background: none;
}

#price-page.pricing-section .section-title h2 {
	color: #1d2143;
}

#price-page .single-price-item {
	border: 5px solid #0f294a;
	opacity: .5;
}

#price-page .single-price-item.active {
	border-color: #8fcd48;
	opacity: 1;
}

#price-page .single-price-item h4 {
	color: #1d2143;
}

#price-page .single-price-item p b {
	color: #1d2143;
}

#price-page .single-price-item ul li {
	color: #1d2143;
}

/*Quotation Page */

.quote-form {
	margin-top: 50px;
}

.form-list {
	width: 100%;
	vertical-align: middle;
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.quote-form input,
.quote-form select {
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 0;
	margin-bottom: 0;
}

.form-list select {
	color: #555;
}

.cost-center .btn-1 span {
	padding: 15px 25px;
	position: relative;
	text-align: left;
	background: #0C4D52;
	color: #fff;
	display: inline-block;
	margin-top: 10px;
	margin-right: -4px;
}

.cost-center .btn-1 .dark {
	background: #8fcd48;
}

.quote-form .btn:hover {
	background: navy;
	color: #fff;
}

.cost-center .btn.btn-primary {
	margin-top: 10px;
}

/*FAQ Page*/

.question-section {
	background: #F7F7F7;
	padding: 30px;
}

.question-section h6 {
	margin-bottom: 20px;
}

.question-section input,
.question-section textarea {
	background: #fff;
	color: #191919;
	border: none;
}

.question-section input::placeholder,
.question-section textarea::placeholder {
	font-size: 15px;
	color: #191919;
}

.question-section button {
	font-size: 14px;
	letter-spacing: 1px;
}

.faq-img-wrap img {
    border-radius: 8px;
}

/* Blog-Classic Page 
============== */

#blog-page .single-blog-item {
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 0 3px 9px -2px #d0cece;
}

#blog-page .blog-bg img {
	width: 100%;
	height: 100%;
}

#blog-page .blog-content p.blog-meta {
	font-size: 16px;
	color: #898a9c;
}

#blog-page .blog-content a {
	font-size: 24px;
	font-weight: 500;
	color: #00283F;
	margin-bottom: 20px;
}

#blog-page .blog-content a:hover {
	color: #8fcd48;
}

#blog-page .blog-content a.read-more {
	text-transform: uppercase;
	font-size: 16px;
	color: #8fcd48;
}

.blog-search input {
	border: none;
	border-radius: 0;
	padding: 0;
	margin-bottom: 0;
}

.blog-search button {
	background: none;
	margin: 0;
	padding: 0;
}

.blog-search button i {
	color: #191919;
	font-size: 20px;
	opacity: .5;
	position: absolute;
	top: 18px;
	right: 28px;
}

.blog-category h5,
.archive h5 {
	font-size: 24px;
	font-weight: 600;
	margin: 25px 0;
}

.blog-category a,
.archive a {
	display: block;
	color: #191919;
	font-size: 16px;
	margin-bottom: 20px;
}

.blog-category a:hover,
.archive a:hover {
	color: #F35E27;
}

.blog-category a.active,
.archive a.active {
	color: #8fcd48;
}

.recent-post h5 {
	margin: 30px 0;
	margin-top: 50px;
	font-weight: 600;
}

.recent-post img {
	float: left;
	width: 70px;
	height: 70px;
}

.single-recent-post h6 {
	margin: 0;
	padding-left: 90px;
}

p.blog-date {
	padding-left: 90px;
}

.single-recent-post {
	padding-bottom: 25px;
}

.single-recent-post .recent-post-content {
	display: block;
	padding-left: 110px;
}

.single-recent-post h6 a {
	color: #00B965;
	line-height: 1.5;
}

.popular-tag h5 {
	margin: 30px 0;
	margin-top: 50px;
	font-weight: 600;
}

.popular-tag span {
	padding: 8px 15px;
	background: #00283F;
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: 15px;
}

.popular-tag a {
	color: #fff;
	padding: 5px;
}

.popular-tag span.active {
	background: #8fcd48;
}

.popular-tag span:hover {
	background: #8fcd48;
}

.popular-tag span:hover a {
	color: #fff;
}

.author-profile img {
	width: 90px;
	height: 90px;
	float: left;
}

.comments-section h5 {
	font-size: 22px;
	margin: 40px 0;
}

.comments-section img {
	width: 90px;
	height: 90px;
	float: left;
	border-radius: 4px;
}

.single-comments-section p {
	padding-left: 120px;
}

.single-comments-section p b {
	color: #333;
}

a.reply-btn {
	text-transform: uppercase;
	font-size: 14px;
}

.comments-form h3 {
	margin: 50px 0;
}

.author-info {
	padding-left: 120px;
}

.author-info h6 {
	margin: 10px 0;
}

.single-comments-section p span {
	padding-left: 50px;
	font-size: 15px;
}

.blog-search {
	border: 1px solid #ddd;
	padding: 15px;
	position: relative;
}

.blog-search input::placeholder {
    color: #333;
}

.blog-category,
.recent-post,
.archive,
.popular-tag {
	border: 1px solid #ddd;
	padding: 10px 30px 20px;
	margin: 20px 0;
}

.helpline-section {
	background-size: cover;
	background-position: center center;
	height: 350px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 1;
	margin-top: 30px;
}

.helpline-section {
	background-image: url(../img/helpline.html);
}

.helpline-content h4 {
	color: #ffff;
}

.helpline-content p {
	color: #fff;
	margin-top: 20px;
}

.helpline-content button {
	z-index: 9;
	position: relative;
}

.pagination-block {
	display: block;
	margin: 45px auto;
}

.pagination-block .page-numbers {
	width: 45px;
	height: 45px;
	line-height: 35px;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #656c76;
	font-size: 15px;
	font-weight: 600;
	border: 1px solid #e9eef6;
	border-radius: 3px;
	margin: 0 3px;
	padding: 0;
	transition: all 0.3s ease 0s;
}

.page-numbers.current {
	background: #8fcd48;
	color: #fff;
}

.pagination-block .page-numbers:hover {
	background: #8fcd48;
	color: #fff;
}

/* Single Service Page
============== */

#service-page .single-service {
	padding: 40px;
	padding-top: 0;
}

.service-list {
	background: #F6F6F6;
	padding: 30px;
	margin-bottom: 30px;
}

.service-list h5 {
	margin: 30px 0;
}

.service-list a {
	display: block;
	color: #333;
	padding: 20px;
	margin-bottom: 20px;
	background: #fff;
}

.service-list a.active {
	background: #8fcd48;
	color: #fff;
}

.service-list a span {
	float: right;
}

.single-service h2 {
	margin: 30px 0;
}

.single-service h5 {
	margin: 20px 0;
}

.single-service p {
	font-size: 16px;
	line-height: 28px;
}

.single-service-bg img {
	width: 100%;
}

.helpline-section {
	background: #020E28;
	color: #fff;
	padding: 20px;
	margin-top: 35px;
	height: 272px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.helpline-section h4 {
	color: #fff;
	margin-top: 15px;
}

.helpline-section button {
	margin-top: 15px;
}

/* Single Blog Page  
============== */

.blog-meta {
	margin: 20px 0;
}

.blog-meta span i {
	color: #8fcd48;
	font-size: 20px;
	margin-right: 10px;
}

.single-blog-wrap h3 {
	font-size: 28px;
	margin: 20px 0;
}

.single-blog-wrap h5 {
	margin: 20px 0;
}


/* Contact Page  
============== */

.contact-us-area {
	position: relative;
	z-index: 1;
}

.contact-us-wrapper {
	background: #fff;
	position: relative;
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10);
}

.contact-us-inner {
	text-align: center;
	padding: 40px 30px;
	border-right: 1px solid #eee;
}

.contact-us-inner:nth-last-child(4) {
	border-right: none;
}

.contact-us-inner h5 {
	margin: 40px 0 20px;
}

.contact-us-inner a {
	text-transform: uppercase;
	color: #8fcd48;
	font-size: 17px;
	font-weight: 500;
	margin: 20px 0 10px;
}

#contact-us .info-i {
	position: relative;
	z-index: 1;
}

#contact-us .info-i i:before {
	font-size: 50px;
	color: #8fcd48;
}

#contact-us .contact-form .main-btn {
	margin-top: 30px;
}

.contact-section .section-title h2 {
	color: #fff;
}

.contact-form .main-btn {
	border-radius: 0;
	border: none;
	margin: 40px 0;
}

/* services animation effect 
----------------------------------*/

@-webkit-keyframes hvr-buzz-out {
	10% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	20% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}

	30% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	40% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}

	50% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	60% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	70% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	80% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	90% {
		-webkit-transform: translateX(1px) rotate(0);
		transform: translateX(1px) rotate(0);
	}

	100% {
		-webkit-transform: translateX(-1px) rotate(0);
		transform: translateX(-1px) rotate(0);
	}
}

@keyframes hvr-buzz-out {
	10% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	20% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}

	30% {
		-webkit-transform: translateX(3px) rotate(2deg);
		transform: translateX(3px) rotate(2deg);
	}

	40% {
		-webkit-transform: translateX(-3px) rotate(-2deg);
		transform: translateX(-3px) rotate(-2deg);
	}

	50% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	60% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	70% {
		-webkit-transform: translateX(2px) rotate(1deg);
		transform: translateX(2px) rotate(1deg);
	}

	80% {
		-webkit-transform: translateX(-2px) rotate(-1deg);
		transform: translateX(-2px) rotate(-1deg);
	}

	90% {
		-webkit-transform: translateX(1px) rotate(0);
		transform: translateX(1px) rotate(0);
	}

	100% {
		-webkit-transform: translateX(-1px) rotate(0);
		transform: translateX(-1px) rotate(0);
	}
}


/* FAQ Section  */

.cp-custom-accordion .accordion-buttons {    
    position: relative;
    width: 100%;
    padding: 20px 40px 20px 40px;
    text-align: left;    
    font-size: 20px;
    font-weight: 500;
    border: 1px solid #CBCBCB;    
    background: transparent;
    margin-bottom: 20px;
  }

  .cp-custom-accordion .accordion-buttons span {
    font-size: 15px;
    margin-right: 15px;
}
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cp-custom-accordion .accordion-buttons {
      padding: 20px 0px 20px 20px;
    }
  }
  @media (max-width: 767px) {
    .cp-custom-accordion .accordion-buttons {
      padding: 20px;      
      font-size: 18px;
	  line-height: 25px;
    }
  }

  .cp-custom-accordion .accordion-buttons::after {
    position: absolute;
    content: "\f068";
    font-family: "Line Awesome Free";
    top: 35%;    
    right: 30px;
    font-size: 24px;
    font-weight: 500;
    opacity: 1;
  }
  @media (max-width: 767px) {
    .cp-custom-accordion .accordion-buttons::after {
      top: 35px;
      right: 25px;
      font-size: 16px;
    }
  }
  .cp-custom-accordion .accordion-buttons.collapsed::after {
    content: "\f067";    
  }
  .cp-custom-accordion .collapsed {
    position: relative;
    z-index: 9;
  }
  .cp-custom-accordion .accordion-body {
    background-color: transparent;
    border: 1px solid #CBCBCB;    
    color: #777;
    padding: 20px 40px 20px 40px;    
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    z-index: 1;
    margin-bottom: 20px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .cp-custom-accordion .accordion-body {
      padding-right: 25px;
      padding-bottom: 0;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .cp-custom-accordion .accordion-body {
      padding-right: 30px;
      padding-bottom: 0;
    }
  }
  @media (max-width: 767px) {
    .cp-custom-accordion .accordion-body {
      padding-right: 30px;
      padding-left: 30px;
    }
  }
  
  .faq-section-bg {
    max-width: calc(100% - 10px);
}

@media (max-width: 767px) {
	.faq-section p br {
	  display: none;
	}
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.cp-custom-accordion {
	  margin-top: 30px;
	}
  }
  @media (max-width: 767px) {
	.cp-custom-accordion {
	  margin-top: 30px;
	}
  }

.faq-content-wrap {    
    max-width: calc(100% - 40px);
}

@media (max-width: 767px) {
	.faq-content-wrap {
		max-width: calc(100% - 0px);
	}
  }


/* Video Section  */

.video-section {
	background-image: url(../img/video-bg.jpg);
	background-size: cover;
	background-position: center;
	height: 500px;
  }
  
  .video-section {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 310px;
    height: 210px;
    border: 10px solid #fff;
    border-radius: 0 4px 0 0;
  }
  
  .video-content-wrap {
	background: #fff;
	display: flex;
	padding: 25px;
	margin-left: -150px;
	margin-top: 50px;
	align-items: end;
	box-shadow: 0 3px 30px rgba(0, 0, 0, 0.09);
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.video-content-wrap {
	  margin-left: 0;
	}
  }
  @media (max-width: 767px) {
	.video-content-wrap {
	  display: none;
	}
  }
  
  .play-btn {
	width: 50px;
	height: 50px;
	border: 1px solid #fff;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	transition: 0.4s;
	z-index: 99;
	transform: translate(-50%, -50%);
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	.play-btn {
	  width: 100px;
	  height: 100px;
	  top: 50%;
	}
  }
  @media (max-width: 767px) {
	.play-btn {
	  width: 100px;
	  height: 100px;
	}
  }
  .play-btn a {
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	z-index: 999;
  }
  .play-btn a:hover {
	color: #fff;
  }
  .play-btn a i {
	font-size: 24px;
	position: relative;
	left: 2px;
  }
  .play-btn:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: -2px;
	left: -2px;
	bottom: -2px;
	right: -2px;
	border-radius: inherit;
	border: 1px solid #555;
	-webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
	animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
  }
  
  @keyframes btnIconRipple {
	0% {
	  border-width: 4px;
	  -webkit-transform: scale(1);
	  transform: scale(1);
	}
	80% {
	  border-width: 1px;
	  -webkit-transform: scale(1.35);
	  transform: scale(1.35);
	}
	100% {
	  opacity: 0;
	}
  }

  


