/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header / .header-con
4. Banner / .banner-con
5. Form / .form1-con
6. Services / .services-con
7. Client / .client-con
8. Feature / .feature-con 
9. Price / .price-con
10. Team / .team-con
11. Contact / .contact-con
12. Contact Info  / .contact-info-con
13. Cta  / .cta-con
14. Logo  / .logo-con
15. Footer / .footer-con
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
# [Color codes]

# --primary--color: #111828;
# --secondary--color: #afda30;
# --text-color: #777;
# --accent-color:#2d8f3b;
# --white-color: #fff;
# --bg-color: #eaf4eb;
/*------------------------------------------------------------------
[Typography]
Body copy:     'Inter', sans-serif;
-------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
a,
button
input{
	outline: none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
body{
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: var(--text-color);
    font-family: 'Inter', sans-serif;
}
:root{
    --primary--color: #111828;
    --secondary--color: #afda30;
    --text-color: #777;
    --accent-color:#2d8f3b;
    --white-color: #fff;
    --bg-color: #eaf4eb;
}
h1{
    font-size: 72px;
    font-weight: 800;
    line-height: 80px;
    font-family: "Plus Jakarta Sans", sans-serif
}
h2{
    font-size: 40px;
    font-weight: 800;
    line-height: 42px;
    font-family: "Plus Jakarta Sans", sans-serif
}
h3{
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    font-family: "Plus Jakarta Sans", sans-serif
}
h4{
    font-size: 24px;
    font-weight: 800;
    line-height: 26px;
    font-family: "Plus Jakarta Sans", sans-serif
}
h5{
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    font-family: "Plus Jakarta Sans", sans-serif
}
h6{
    font-size: 16px;
}
p{
    font-size: 18px;
}
.generic-btn a {
    font-size: 16px;
    line-height: 16px;
    padding: 21px 24px;
    display: inline-block;
    text-decoration: none;
    color: var(--white-color);
    background: var(--accent-color);
}
.generic-btn a:hover{
    transform: translateY(-5px);
    background: var(--secondary--color);
}
.generic-btn a i{
    font-size: 14px;
}
.green-btn a:hover{
    background: var(--accent-color);
}
.padding-bottom {
    padding-bottom: 130px;
}
.padding-top {
    padding-top: 130px;
}
.generic-title h2{
    margin-bottom:66px;
    color: var(--primary--color);
}
.generic-title > span {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 22px;
    color: var(--accent-color);
    font-family: "Plus Jakarta Sans", sans-serif
}
.generic-title2 span{
    margin-bottom: 15px;
    color: var(--accent-color);
}
.generic-title2 h2{
    margin-bottom: 16px;
    color: var(--primary--color);
}
.generic-title2 p{
    margin-bottom: 70px;
    color: var(--text-color);
}
/* HEADER SECTION */
.header-btn {
    gap: 10px;
    display: flex;
}
.header-con .navbar-expand-lg .navbar-nav {
    gap: 53px;
    margin-right: 29px;
}
.header-con .navbar-light .navbar-nav .nav-link{
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: var(--white-color);
}
.header-con .navbar-light .navbar-nav .nav-link:hover{
    color: var(--accent-color);
}
.header-con .navbar-light .navbar-nav .nav-link:hover{
    color: var(--secondary--color);
}
.support-btn a:hover {
    background: transparent;
    transform: translateY(-5px);
    color: var(--white-color);
    background: var(--accent-color);
}
.search-btn a i{
    width: 48px;
    height: 48px;
    display: flex;
    font-size: 16px;
    line-height: 16px;
    align-items: center;
    justify-content: center;
    color: var(--white-color);
    transition: all 0.4s ease-in-out;
    border: 1px solid var(--white-color);
}
.search-btn a i:hover{
    transform: translateY(-5px);
    border-color: var(--secondary--color);
    background: var(--secondary--color);
}
.orange-btn a:hover,
.submit-btn button:hover{
    transform: translateY(-5px);
    background: transparent;
    color: var(--accent-color);
    box-shadow: inset 0 0 0px 1px var(--accent-color);
}
.orange-btn a:hover i{
    color: var(--accent-color);
}
.search-btn a{
    text-decoration: none;
}
.support-btn a{
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    display: inline-block;
    text-decoration: none;
    color: var(--white-color);
    padding: 14px 35px 18px 36px;
    background: var(--secondary--color);
}
.support-btn a i{
    font-size: 14px;
}
.header-con {
    top: 20px;
    z-index: 999;
    position: absolute;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}
.header-con .nav-item.active{
    position: relative;
}
.header-con .nav-item.active:after {
    left: 50%;
    content: "";
    width: 42px;
    height: 2px;
    bottom: -43px;
    position: absolute;
    background: var(--secondary--color);
    transform: translateX(-50%);
}
/* HEADER SECTION */
/* BACK TO TOP BUTTON */
#back-to-top-btn:focus{
    outline: none;
}
#back-to-top-btn {
    display: none;
    position: fixed;
    bottom: 70px;
    right: 70px;
    z-index: 99;
    font-size: 18px;
    border: none;
    background-color: var(--accent-color);
    color: white;
    cursor: pointer;
    width: 60px;
    height: 60px;
    -webkit-animation: spineer 2s infinite;
    animation: spineer 2s infinite;
}
#back-to-top-btn::after {    
    font-size: 16px;
    font-weight: 600;
    content: "\f062";
    line-height: 50px;
    color: var(--white-color);
    font-family: "Font Awesome 5 free";
}
@-webkit-keyframes spineer {
    from {
     box-shadow: 0 0 0 0 rgba(45, 143, 59, .99)
    }
     to {
      box-shadow: 0 0 0 30px rgba(45, 143, 59, .01)
     }
    }    
    @keyframes spineer {
    from {
     box-shadow: 0 0 0 0 rgba(45, 143, 59, .99)
    }
    to {
     box-shadow: 0 0 0 30px rgba(45, 143, 59, .01)
    }
}
/* BACK TO TOP BUTTON */
/* LOADER SECTION */
.loader-mask {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 99999;
    background-color: var;
}
.loader {
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    position: absolute;
    text-indent: -9999em;
    display: inline-block;
    margin: -25px 0 0 -25px;
    color:var(--primary--color);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.loader-mask {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    position: fixed;
    background-color: #fff;
}
.lead{
  font-size:13px;
}
.loader div {
    top: 0;
    left: 0;
    opacity: .5;
    float: none;
    width: 50px;
    height: 50px;
    position: absolute;
    border-radius: 50%;
    display: inline-block;
    background-color:var(--accent-color);
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}
.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* LOADER SECTION */
/* BANENR SECTION */
.banner-con{
    padding: 324px 0 294px;
    background: url(../images/banner-img.jpg) no-repeat center;
    background-size: cover;
}
.banner-title *{
    color: var(--white-color);
}
.banner-title span{
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 13px;
    text-transform: uppercase;
    color: var(--secondary--color);
    font-family: "Plus Jakarta Sans", sans-serif;
}
.banner-title h1{
    margin-bottom: 32px;
}
.banner-title{
    width: 60%;
}
.banner-title p{
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 32px;
}
/* BANENR SECTION */
/* FOOTER SECTION */
.footer-social-icon ul {
    gap: 10px;
    display: flex;
    justify-content: center;
}
.footer-social-icon ul li a {
    display: inline-block;
    text-decoration: none;
}
.footer-social-icon ul li a i {
    width: 46px;
    height: 46px;
    display: flex;
    font-size: 16px;
    color: #fff;
    line-height: 16px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(255 255 255 / 20%);
    transition: all 0.4s ease-in-out;
}
.footer-social-icon ul li a i:hover{
    transform: translateY(-5px);
    color: var(--white-color);
    border-color: transparent;
    background: var(--secondary--color);
}
.footer-box p {
    font-size: 18px;
    padding: 0 170px;
    line-height: 30px;
    margin-bottom: 31px;
    color: var(--white-color);
}
.footer-logo a{
    display: inline-block;
}
.footer-logo a figure {
    margin-bottom: 32px;
}
.footer-con {
    padding-top: 100px;
    padding-bottom: 80px;
    background: var(--primary--color);
}
.copyright-con {
    padding: 20px 0;
    background: #29303e;
}
.copyright-box span{
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    color: var(--white-color);
}
/* FOOTER SECTION */