/* margin-proparty */

.margin-50 {
    margin: 50px auto;
}
.margin-40 {
    margin: 40px auto;
}
.margin-30 {
    margin: 30px auto;
}
.margin-20 {
    margin: 20px auto;
}
.margin-10 {
    margin: 10px auto;
}
.color-primary {
    color: #196B43;
}
.solar-topbar-section {
    padding: 18px 0;
    background: #19142D;
}

.solar-top-menu ul {
    list-style: none;
}

.solar-top-menu ul li {
    display: inline-block;
    margin-right: 36px;
    position: relative;
}

.solar-top-menu ul li a::after {
    position: absolute;
    content: "";
    height: 30px;
    width: 2px;
    background: #3a3a42;
    left: -22px;
    top: -2px;
    opacity: 0.702;
}

.solar-top-menu ul li.line a::after {
    display: none;
}

.solar-top-menu ul li a {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
}


.solar-top-menu ul li a i {
    color: #196B43;
;
    font-size: 15px;
    margin-right: 7px;
}

.solar-top-content-menu {
    text-align: right;
}

.solar-top-content {
    display: inline-block;
    margin-right: 25px;
    position: relative;
}

.solar-top-content select#Language {
    background: no-repeat;
    border: none;
    font-size: 17px;
    color: #ffffff;
    font-weight: 400;
    outline: 0;
}

.solar-top-content::before {
    position: absolute;
    content: "";
    height: 30px;
    width: 2px;
    opacity: 0.702;
    background: #94949e;
    right: -22px;
}

.solar-top-content option {
    background: #19142D;
    font-size: 16px;
}

.solar-top-social-icon {
    display: inline-block;
}

.solar-top-social-icon ul li {
    display: inline-block;
    margin-left: 13px;
}

.solar-top-social-icon ul li a i {
    color: #ffffff;
    font-size: 15px;
    transition: .5s;
}

.solar-top-social-icon ul li a:hover i {
    color: #196B43
;
}


/*==================================================
 <-- Solar Panel  Header  Menu Area Css-->
===================================================*/

.solar-header-section {
    background: #ffffff;
    position: relative;
    z-index: 999;
    position: relative;
}

.solar-header-section::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 210%;
    top: 0%;
    left: -182%;
    background: #196B43;
    transform: skew(-150deg, 0deg);
    z-index: -1;
}

.solar-menu {
    text-align: right;
}

.solar-menu ul {
    list-style: none;
}

.solar-menu ul li {
    display: inline-block;
    margin-right: 28px;
}

.solar-menu ul li a {
    display: inline-block;
    color: #141422;
    font-size: 17px;
    font-weight: 500;
    padding: 38px 0;
    text-decoration: none;
    transition: .5s;
}

.solar-menu ul li a:hover{
    color: #196B43
;
}

.solar-menu ul li a i {
    font-size: 12px;
    margin-left: 4px;
}

.solar-search-button {
    text-align: right;
}

.solar-social-menu {
    display: inline-block;
}

.solar-social-menu ul li {
    display: inline-block;
    margin-left: 10px;
}

.solar-social-menu ul li a i {
    color: #141422;
    font-size: 21px;
}

a.handbag {
    position: relative;
}

a.handbag:before {
    position: absolute;
    content: "0";
    font-size: 11px;
    color: #fff;
    font-weight: 500;
    background: #196B43
;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 100%;
    left: 11px;
    top: -8px;
}

/* sticky css */

.sticky-nav {
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    position: fixed !important;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    transition: 0.5s !important;
    z-index: 9999 !important;
    animation-name: slideInDown;
    padding: 0 30px;
  }

/* sub menu area css */
.solar-menu ul .sub-menu {
    background: #fff;
    position: absolute;
    top: 125%;
    border-radius: 5px;
    width: 217px;
    text-align: left;
    margin: 0;
    /* -webkit-box-shadow: 0px 1px 3px rgb(0 0 0 / 30%); */
    transition: .5s;
    visibility: hidden;
    border-top: 2px solid #196B43
;
    opacity: 0;
    z-index: 11;
  }
  .solar-menu ul .sub-menu ul li {
    display: inline-block;
    margin-left: 0;
    width: 100%;
  }
  .solar-menu ul .sub-menu ul li a {
    padding: 12px 20px;
    text-align: left;
    width: 100%;
    display: inline-block;
    visibility: inherit !important;
    color: #202020;
    margin: 0;
  }
  .solar-menu ul .sub-menu ul li a:hover {
    background: #196B43
 !important;
    color: #fff;
  }
  .solar-menu ul li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 99%;
  }
  


/* header style two */

.solar-header-section.style-two {
    background: #fff;
}

.solar-header-section.style-two::before {
    display: none;
}



/* sola btn */

.solar-btn {
    display: inline-block;
    margin-left: 32px;
}

.solar-btn a {
    display: inline-block;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
    background: #196B43
;
    color: #fff;
    padding: 13px 25px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
}

.solar-btn a::before {
    position: absolute;
    content: "";
    background-color: #19142D;
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    border-radius: 3px;
    transform: translate(-50%, -50%) rotate(0deg);
    z-index: -1;
    transition: all 500ms ease;
}

.solar-btn a:hover::before {
    height: 104%;
}

/* slider btn */

.solar-btn.slider1 {
    margin: 0;
}

.solar-btn.slider2 {
    margin-left: 14px;
}

.solar-btn.slider2 a {
    background: #fff;
    color: #0f0f0f;
}

.solar-btn.slider2 a:hover{
    color: #ffffff;
}

/* about btn */

.solar-btn.about {
    margin: 0;
}

.solar-btn.about a {
    padding: 16px 33px;
}

/* about style two btn */

.solar-btn.about.about2 {
    margin-top: 50px;
}

/* contact us btn */

.solar-btn.contact-us a {
    background: #fff;
    color: #1c1632;
}

.solar-btn.contact-us a:hover{
    color: #ffffff;
}

/* choose btn */

.solar-btn.choose {
    margin: 0;
}

.solar-btn.choose a {
    padding: 16px 30px;
}

/* protfolio btn */

.solar-btn.protfolio {
    text-align: right;
    display: inherit;
    margin-left: 0;
    margin-top: -33px;
}

.solar-btn.protfolio a {
    padding: 14px 20px;
}       

.solar-btn.protfolio a:hover{
    color:#196B43
;
}

.solar-btn.protfolio a::before{
    background: #ffffff; 
}

/* call back section btn */

.solar-btn.call-back a::before {
    background: #ffff;
}

.solar-btn.call-back a:hover{
    color: #196B43
;
}

/*==================================================
 <-- Solar Panel  Slider Section Css-->
===================================================*/

.slider-section {
    background: url(../images/slider/slider-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 800px;
    position: relative;
}

.slider-section.style-three {
    background: url(../images/slider/slider-1.jpg);

}

.slider-content h4 {
    font-size: 24px;
    line-height: 24px;
    color: #fefefe;
    font-weight: 500;
    margin-bottom: 28px;
}

.slider-content h1 {
    font-size: 75px;
    line-height: 72px;
    color: #ffffff;
    font-weight: 600;
}

.slider-content p {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    width: 53%;
    margin: 37px 0 50px;
}


/* owl nav css */

.slider-section .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}

.owl-nav {
    position: absolute;
    bottom: 42%;
    right: 60px;
}

.owl-prev i {
    width: 62px;
    height: 62px;
    line-height: 62px;
    background: #196B43
;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    color: #ffffff;
    font-size: 24px;
    transition: .5s;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.owl-prev i:hover{
    color: #196B43
;
 }

 .owl-prev i::after{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    right: 0;
    bottom: 0;
    background: #ffffff;
    transform: scale(0);
    border-radius: 50%;
    z-index: -1;
    transition: .5s;
}

.owl-prev i:hover::after{
    transform:scale(1);
}

 .owl-next i {
    width: 62px;
    height: 62px;
    line-height: 62px;
    background: #ffffff;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    color: #196B43
;
    font-size: 24px;
    transition: .5s;
    position: relative;
    z-index: 1;
}

 .owl-next i:hover{
    color:#ffffff ;
 }

 .owl-next i::after{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    right: 0;
    bottom: 0;
    background: #196B43
;
    transform: scale(0);
    border-radius: 50%;
    z-index: -1;
    transition: .5s;
}

.owl-next i:hover::after{
    transform:scale(1);
}






/*
<!-- ============================================================== -->
<!-- Solar Panel  Scrollup Section -->
<!-- ============================================================== -->*/
.scroll-area {
    position: relative;
    z-index: 999;
}

.scroll-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 30px;
    color: #ffffff;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-radius: 10px;
}

.scroll-area .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.scroll-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.scroll-area .go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(to right, #00132b 0%, #00132b 100%);
    background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    ;
    border-radius: 100%;
}

.scroll-area .go-top:focus,
.scroll-area .go-top:hover {
    color: #fff;
}

.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.scroll-area .go-top:focus i:first-child,
.scroll-area .go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.scroll-area .go-top:focus i:last-child,
.scroll-area .go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.scroll-area .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 30px;
    border-radius: 100%;
}

.top-wrap {
    position: relative;
}

.top-wrap .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: #FF3C00;
}

.top-wrap .go-top-button i {
    font-size: 20px;
    font-weight: 700;
    padding-left: 4px;
    color: #fff;
}

.top-wrap .go-top-button::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 45px;
    height: 45px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background-image: -moz-linear-gradient(0deg, #69DDCC 0%, #69DDCC 100%);
    background-image: -webkit-linear-gradient(0deg, #fb8a42 0%, #fb8a42 100%);
    border-radius: 100%;
}

.top-wrap .go-top-button:hover {
    background-color: #222;
    color: #fff;
}

@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0);
        box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0)
    }
}

/*
<!-- ============================================================== -->
<!-- Solar Panel  Bounce Animation Css -->
<!-- ============================================================== -->*/
/* bounce-animate */
.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate2 {
    animation-name: float-bob2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob2;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob2;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob2;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate3 {
    animation-name: float-bob3;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob3;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob3;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob3;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate4 {
    animation-name: float-bob4;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob4;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob4;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob4;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate5 {
    animation-name: float-bob5;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate-slow {
    animation-name: float-bob5;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate-3 {
    animation-name: float-bob6;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob6;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob6;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob6;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@keyframes float-bob {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@keyframes float-bob2 {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
}

@keyframes float-bob3 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

@keyframes float-bob4 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

@keyframes float-bob5 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

@keyframes float-bob6 {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}


@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}



/*--==============================================->
  <!-- Solar Panel  Animation Dance -->
 ==================================================-*/
/**/
.dance3 {
    -webkit-animation: dance3 8s alternate infinite;
    animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

.dance {
    -webkit-animation: dance 2s alternate infinite;
    animation: dance 2s alternate infinite;
}

@keyframes dance {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1.2);
    }
}

.dance2 {
    -webkit-animation: dance2 4s alternate infinite;
    animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(25px, -25px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -25px, 25px);
    }
}

.watermark-animate {
    -webkit-animation: watermark-animate 8s infinite;
    animation: watermark-animate 8s infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes watermark-animate {
    0% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}




/*===========================
<-- Solar Panel  Loader Css -->
=============================*/
.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 999999;
}

.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: all 1s 1s ease;
    border: 3px solid transparent;
    border-top-color: #196B43
;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.loader:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-left-color: #1c1632;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader:after {
    position: absolute;
    content: '';
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-right-color: #fff;
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    -o-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}

/*/ Here the Magic /*/

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
}

.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s 1.4s ease;
}

/*/ When page loaded /*/
.loaded .loder-section.left-section {
    left: -100%;
}

.loaded .loder-section.right-section {
    right: -100%;
}

.loaded .loader-wrapper {
    visibility: hidden;
}

.loaded .loader {
    top: -100%;
    opacity: 0;
} 


/* about section  */
.read-btn {
    display: inline-block;
}
.read-btn a {
    display: inline-block;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
    background: #196B43;
    color: #fff;
    padding: 13px 25px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
}
.read-btn a::before {
    position: absolute;
    content: "";
    background-color: #19142D;
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    border-radius: 3px;
    transform: translate(-50%, -50%) rotate(0deg);
    z-index: -1;
    transition: all 500ms ease;
}

.read-btn a:hover::before {
    height: 104%;
}


/* mission section start */
.mission-section {
    position: relative;
}
.backcantain {
    position: absolute;
    top: 40%;
    width: 40%;
}

#mission-background {
    background-image: url(../images/mission-background.png);
    width: 100%;
    height : 560px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

/* Environmental section start */

.Environmental-card {
    box-shadow: 0px 5px 83px 0px #2828280F;
}
.e-cantion {
    padding: 25px;
    background-color: #fff;
}

.encard {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
    cursor:pointer;
  }
  .encard .profile{
     transition: 0.4s;
  }
  .encard:hover .profile{
    transform:scale(1.2);
    border-top-right-radius:50px;
    border-top-left-radius:50px;
  }
  
  .encard .content{
    width:100%;
    height:100%;
    position:relative;
    overflow:hidden;
  }
  .encard .content .back{
    position:absolute;
    width:100%;
    height:100%;
    background-color: #3f4a38e6;
    transition:1s;
    z-index:1;
    padding:40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .from-left{
    top:0;
    left:-100%;
  }
  .encard:hover .content .from-left {
     left:0%;
  }
  
  .from-bottom{
    top:100%;
    left:0;
  }
  .encard:hover .content .from-bottom {
     top:0%;
  }
  
  .from-right{
    top:0%;
    right:-100%;
  }
  .encard:hover .content .from-right {
     right:0;
  }
  
  .encard .content .back h3{
    font-size:15px;
    letter-spacing:2px;
  }
  .encard .content .back .tem-img{
    border-radius:100%;
  }
  
  .encard .content .back .des{
    font-size:13px;
    padding: 5px 0px;
    color: #fff;
  }
  .encard .content .back .social-icon{
    list-style:none;
    margin:0px;
    padding:0px;
  }
  .encard .content .back .social-icon li{
    display:inline-block;
  }
  
  .encard .content .back .social-icon li a{
    display:block;
    background:#333;
    color:#fff;
    width:40px;
    height:40px;
    text-align:center;
    line-height:40px;
    border-radius:100%;
  }
  .grid-temp {
    grid-template-columns: auto auto;
  }
  
  /*** 
=============================================
    service Style1 Area Css
=============================================
***/
.service-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0 80px;
    z-index: 10;
}

.service-style1__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 490px;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: var(--thm-base);
    background-blend-mode: luminosity;
    z-index: -1;
}

.service-style1__bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: var(--thm-base);
    opacity: 0.95;
}


.service-style1__top {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 44px;
}

.service-style1__top-title {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 900px;
    width: 100%;
}

.service-style1__top-title .sec-title {
    padding: 0;
}

.service-style1__top-title .text {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
}

.service-style1__top-title .text p {
    color: rgba(255, 255, 255, 0.70);
    font-weight: 600;
    margin: 0;
}

.service-style1__top-button {
    position: relative;
    display: block;
    line-height: 0;
}



.single-service-style1 {
    position: relative;
    display: block;
    padding-bottom: 72px;
}

.single-service-style1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 72px;
    right: 0;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.single-service-style1 .inner {
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(var(--thm-base-rgb), .10);
    padding: 48px 40px 60px;
    transition: all 500ms ease;
    z-index: 2;
}

.single-service-style1:hover .inner {
    border-color: var(--thm-primary);
}

.single-service-style1 .inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: var(--thm-primary);
    transform: perspective(400px) rotateY(90deg);
    transform-origin: left;
    transform-style: preserve-3d;
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.single-service-style1:hover .inner:before {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg);
    transition: all 500ms linear;
    transition-delay: 0.1s;
}

.single-service-style1:hover .inner:before {
    opacity: 1.0;
    height: 100%;
    transform: scale(1.0);
    transition: all 800ms linear;
    transition-delay: 0.1s;
}

.single-service-style1 .inner .round-box {
    position: absolute;
    top: -105px;
    right: -105px;
    width: 215px;
    height: 215px;
    background: var(--thm-black);
    opacity: 0.10;
    border-radius: 50%;
    z-index: 1;
}

.single-service-style1 .icon {
    position: relative;
    display: block;
    margin-bottom: 17px;
    z-index: 2;
}

.single-service-style1 .icon span:before {
    position: relative;
    display: inline-block;
    color: var(--thm-base);
    font-size: 65px;
    line-height: 65px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-service-style1:hover .icon span:before {
    color: var(--thm-black);
    transform: scale(1.1);
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.single-service-style1 .text {
    position: relative;
    display: block;
    z-index: 2;
}

.single-service-style1 .text h3 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 22px;
}

.single-service-style1 .text p {
    margin: 0;
    transition: all 500ms ease;
}

.single-service-style1:hover .text p {
    color: var(--thm-black);
}

.single-service-style1 .btn-box {
    position: relative;
    float: right;
    margin-top: -32px;
    margin-right: 50px;
    z-index: 5;
}

.single-service-style1 .btn-box a {
    position: relative;
    display: block;
    width: 64px;
    height: 64px;
    background: #ffffff;
    border-radius: 50%;
    border: 2px solid rgba(var(--thm-base-rgb), .10);
    color: var(--thm-gray);
    font-size: 24px;
    line-height: 68px;
    text-align: center;
    z-index: 1;
}

.single-service-style1 .btn-box a:hover {
    color: #ffffff;
}

.single-service-style1 .btn-box a:before {
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    background: var(--thm-black);
    content: "";
    border-radius: 50%;
    z-index: -1;
    transform: scale(0.0);
    transform-origin: center;
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.single-service-style1 .btn-box a:hover:before {
    transform: scale(1.0);
}



/*** 
=============================================
    service Style2 Area Css
=============================================
***/
.service-style2-area {
    position: relative;
    display: block;
    padding: 30px 0 0px;
    background: #ffffff;
    z-index: 10;
}
.service-style2-area .gray-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 390px;
    background: #ebf1ed;
    z-index: -1;
}

.single-service-style2 {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.single-service-style2 .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
}

.single-service-style2 .img-holder:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.80;
    background-color: #1E1641;
    z-index: 1;
    transform: scale(0.0);
    transform-origin: bottom;
    transform-style: preserve-3d;
    transition: all 500ms ease 100ms;
}

.single-service-style2:hover .img-holder:before {
    transform: scale(1.0);
}

.single-service-style2 .img-holder .icon-box {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 100px;
    height: 100px;
    line-height: 85px;
    text-align: center;
    color: #ffffff;
    font-size: 60px;
    background: #1E1641;
    transition: all 500ms ease;
    z-index: 2;
}
.img-service-icon {
    width: 50% !important;
    margin: auto;
}
.single-service-style2:hover .img-holder .icon-box {
    color: var(--thm-black);
}

.single-service-style2 .img-holder .icon-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #196B43;
    z-index: 1;
    transform: scale(0.0);
    transform-origin: top;
    transform-style: preserve-3d;
    transition: all 500ms ease 100ms;
    z-index: -1;
}

.single-service-style2:hover .img-holder .icon-box:before {
    transform: scale(1.0);
}



.single-service-style2 .img-holder img {
    width: 100%;
}


.single-service-style2 .text-holder {
    position: relative;
    display: block;
    border: 1px solid #cad7cf;
    border-top: none;
    padding: 15px 15px 30px;
}

.single-service-style2 .text-holder::before {
    position: absolute;
    left: 20px;
    bottom: -1px;
    right: 20px;
    height: 5px;
    background: #1E1641;
    content: "";
}

.single-service-style2 .text-holder::after {
    position: absolute;
    left: 20px;
    bottom: -1px;
    right: 20px;
    height: 5px;
    background: #196B43;
    content: "";
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}

.single-service-style2:hover .text-holder::after {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.single-service-style2 .text-holder h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 800;

}

.single-service-style2 .text-holder h3 a {
    color: var(--thm-black);
}

.single-service-style2 .text-holder h3 a:hover {
    color: var(--thm-base);
}

.single-service-style2 .text-holder p {
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}



/*** 
=============================================
    service Style3 Area Css
=============================================
***/
.service-style3-area {
    position: relative;
    display: block;
    padding: 120px 0 80px;
    background: #ffffff;
    z-index: 10;
}

.service-style3-area .container {
    position: relative;
}

.service-style3-area .container::before {
    position: absolute;
    top: -120px;
    left: 215px;
    bottom: -80px;
    right: -100000px;
    background: #ebf1ed;
    content: "";
    z-index: -1;
}

.service-style3__top {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 44px;
}

.service-style3__top .sec-title {
    position: relative;
    display: block;
    padding: 0;
}

.service-style3__top .text {
    position: relative;
    top: -4px;
    display: block;
    max-width: 370px;
    width: 100%;
}

.service-style3__top .text p {
    margin: 0;
}

.service-style3-area .single-service-style1 {
    padding: 0;
    margin-bottom: 40px;
}

.service-style3-area .single-service-style1:before {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.service-style3-area .single-service-style1 .text h3 {
    margin: 0;
}

.service-style3-area .single-service-style1 .inner {
    padding: 48px 40px 40px;
}

.service-style3-area .single-service-style1 .inner .round-box {
    transform: scale(0);
    transition: all 300ms linear;
    transition-delay: 0.1s;
}

.service-style3-area .single-service-style1:hover .inner .round-box {
    transform: scale(1.0);
}



/*** 
=============================================
    Service Details Area Css
=============================================
***/
.service-details-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 120px 0px 120px;
    z-index: 10;
}

.service-details__sidebar {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
}

.view-all-service {
    position: relative;
    display: block;
}

.view-all-service .service-pages {
    position: relative;
    display: block;
}

.view-all-service .service-pages li {
    position: relative;
    display: block;
    margin-bottom: 10px;
}

.view-all-service .service-pages li:last-child {
    margin-bottom: 0px;
}

.view-all-service .service-pages li a {
    position: relative;
    display: block;
    background: #ebf1ed;
    padding: 0px 40px 0px;
    color: var(--thm-black);
    font-size: 16px;
    font-weight: 700;
    line-height: 60px;
    font-family: var(--thm-font);
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 1;
}

.view-all-service .service-pages li a span {
    position: relative;
    display: block;
    color: #cbd7cf;
    font-size: 20px;
    font-weight: 700;
    float: right;
    line-height: 60px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.view-all-service .service-pages li.active a span,
.view-all-service .service-pages li:hover a span {
    color: var(--thm-black);
}

.view-all-service .service-pages li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--thm-primary);
    transform: perspective(400px) scaleY(0);
    transform-origin: center;
    transition: all 300ms linear;
    transition-delay: 0.1s;
    z-index: -1;
}

.view-all-service .service-pages li:hover a::before,
.view-all-service .service-pages li.active a::before {
    transform: perspective(400px) scaleY(1.0);
}



.service-details-contact-info {
    position: relative;
    display: block;
    background: var(--thm-base);
    padding: 60px 65px 55px;
    margin-top: 30px;
}

.service-details-contact-info .top-box {
    position: relative;
    display: block;
    margin-bottom: 48px;
}

.service-details-contact-info .top-box .icon {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    background: var(--thm-primary);
    border-radius: 50%;
    text-align: center;
    color: var(--thm-black);
    font-size: 25px;
    margin: 0 auto 25px;
}

.service-details-contact-info .top-box .icon span::before {
    position: relative;
    display: inline-block;
    line-height: 80px;
}

.service-details-contact-info .top-box h2 {
    color: #ffffff;
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
}


.service-details-contact-info .bottom-box {
    position: relative;
    display: block;
    padding-top: 44px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.service-details-contact-info .bottom-box p {
    color: rgba(255, 255, 255, 0.70);
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin: 0;
}

.service-details-contact-info .bottom-box h2 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 800;
    margin-top: 11px;
}

.service-details-contact-info .bottom-box h2 a {
    color: #ffffff;
}

.service-details-contact-info .bottom-box h2 a:hover {
    color: var(--thm-primary);
}



.service-details__content {
    position: relative;
    display: block;
}

.service-details__content .img-box1 {
    position: relative;
    display: block;
    overflow: hidden;
}

.service-details__content .img-box1::after {
    position: absolute;
    top: 0;
    left: -100%;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg);
    z-index: 2;
}

.service-details__content .img-box1:hover::after {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}







.service-details__content .img-box1 img {
    width: 100%;
}

.service-details__content .text-box1 {
    position: relative;
    display: block;
    margin-top: 42px;
}

.service-details__content .text-box1 h2 {
    font-size: 34px;
    line-height: 44px;
    font-weight: 800;
    margin-bottom: 17px;
}

.service-details__content .text-box1 p {
    font-size: 18px;
    line-height: 34px;
    margin: 0;
}

.service-details__content .text-box2 {
    position: relative;
    display: block;
    margin-top: 48px;
    margin-bottom: 50px;
}

.service-details__content .text-box2 .text-box2-single {
    position: relative;
    display: block;
    border: 1px solid #cad7cf;
    padding: 21px 30px 17px;
}

.service-details__content .text-box2 .text-box2-single h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.service-details__content .text-box2 .text-box2-single h4 span::before {
    position: relative;
    display: inline-block;
    color: var(--thm-primary);
    font-size: 20px;
    top: 2px;
    padding-right: 7px;
}



.service-details__content .text-box3 {
    position: relative;
    display: block;
}

.service-details__content .text-box3 p {
    font-size: 18px;
    line-height: 34px;
    margin: 0;
}



.service-details__content .text-box4 {
    position: relative;
    display: block;
    margin-top: 48px;
}

.service-details__content .text-box4 .img-box {
    position: relative;
    display: block;
}

.service-details__content .text-box4 .img-box img {
    width: 100%;
}

.service-details__content .text-box4 .content-box {
    position: relative;
    display: block;
    margin-top: -7px;
}

.service-details__content .text-box4 .content-box h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
    margin-bottom: 20px;
}

.service-details__content .text-box4 .content-box p {
    font-size: 20px;
    line-height: 34px;
    margin: 0;
}



.service-details__content .text-box4 .content-box ul {
    position: relative;
    display: block;
    margin-top: 33px;
}

.service-details__content .text-box4 .content-box ul li {
    position: relative;
    display: block;
    margin-bottom: 18px;
}

.service-details__content .text-box4 .content-box ul li:last-child {
    margin-bottom: 0;
}

.service-details__content .text-box4 .content-box ul li h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.service-details__content .text-box4 .content-box ul li h4 span::before {
    position: relative;
    display: inline-block;
    color: var(--thm-primary);
    font-size: 20px;
    top: 2px;
    padding-right: 7px;
}

.gallry-position {
    position: absolute;
    z-index: 2;
    top: 45%;
    width: 75%;
    left: 5%;
}


.mean-container .mean-bar::before {
    color: #fff;
    content: " ";
    background-image: url(../images/logo-white.svg);
    font-size: 28px;
    width: 80px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    font-weight: 600;
    left: 10px;
    position: absolute;
}
/*** 

=============================================
    Choose Style1 Area Css
=============================================
***/
.choose-style1-area {
    position: relative;
    display: block;
    margin-bottom: -100px;
    z-index: 10;
}

.choose-style1__title-box {
    position: relative;
    display: block;
    text-align: center;
    background: #EBF1EE;
    padding: 60px 60px 50px;
    background-image: url(../images/globle.png);
    background-position: center;
    background-repeat: no-repeat;
}


.choose-style1__title-box .sec-title--style2 {
    padding-bottom: 58px;
}

.choose-style1__title-box .sec-title--style2 h2 {
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
}

.choose-style1__title-box .btn-box {
    position: relative;
    display: block;
    line-height: 0;
}

.choose-style1__title-box .btn-box a {
    padding-left: 40px;
    padding-right: 40px;
}

.choose-style1__title-box .btn-box a.btn-one:before {
    background-color: var(--thm-black);
}



.video-gallery-style2 {
    position: relative;
    width: 100%;
    min-height: 400px;
}

.video-gallery-style2__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: var(--thm-base);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.video-gallery-style2 .icon {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background: var(--thm-primary);
    border-radius: 0%;
    z-index: 2;
}

.video-gallery-style2 .icon .video-popup {
    position: relative;
    display: block;
    font-size: 25px;
    text-align: center;
}

.video-gallery-style2 .icon .video-popup span::before {
    position: relative;
    top: 4px;
    color: var(--thm-black);
}
/*** 
=============================================
    Fact Counter Area style
=============================================
***/
.fact-counter-area {
    position: relative;
    display: block;
    background: #f5f6f7;
    padding: 212px 0 70px;
    z-index: 2;
}

.fact-counter-area-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-color: var(--thm-black);
    background-blend-mode: luminosity;
    z-index: -1;
}

.fact-counter-area-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #1E3226;
    opacity: 0.95;
}

.fact-counter-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}


.single-fact-counter {
    position: relative;
    display: block;
    max-width: 25%;
    width: 100%;
    padding-left: 60px;
    padding-right: 40px;
    margin-bottom: 38px;
}

.single-fact-counter:first-child {
    padding-left: 0;
}

.single-fact-counter:last-child {
    padding-right: 0;
}

.single-fact-counter:before {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 8px;
    width: 1px;
    background: #ffffff;
    opacity: 0.10;
}

.single-fact-counter:last-child:before {
    display: none;
}



.single-fact-counter .inner {
    position: relative;
    display: block;
}

.single-fact-counter .count-box {
    position: relative;
    color: #ffffff;
    font-size: 70px;
    line-height: 60px;
    font-weight: 800;
    font-family: var(--thm-font);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-fact-counter .count-box span {
    position: relative;
    display: inline-block;
}

.single-fact-counter .count-box .plus {
    position: relative;
    top: -3px;
    display: inline-block;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    margin-left: -11px;
}

.single-fact-counter .count-box .k {
    position: relative;
    display: inline-block;
    margin-left: -12px;
    font-weight: 700;
}


.single-fact-counter .title {
    position: relative;
    display: block;
    padding-top: 11px;
}

.single-fact-counter .title h3 {
    color: var(--thm-primary);
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: var(--thm-font);
    margin: 0 0 15px;
}

.single-fact-counter .title p {
    color: #a5b9ad;
    margin: 0;
}

/* testimonial-section start */

.testimonial-section {
    background-image: url(../images/testimonial.png);
    width: 100%;
    background-position: center;
    height: 500px;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-green-card {
        display: grid; 
        grid-template-columns: repeat(3, 1fr); 
        grid-auto-rows: auto; 
        grid-gap: 2rem; 
        margin-top: 70px;
}
.green-card-innar {
    padding: 10px;
    box-shadow: 0px 2px 15px 0px #0006121A;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
}
.back-reletive {
    position: relative;
}
.testi-position {
    position: absolute;
    top: -45px;
    left: 20px;
    box-shadow: 0px 2px 15px 0px #0006121A;
}
.green-card-innar::before {
    position: absolute;
    left: 100px;
    right: 3px;
    bottom: -1px;
    height: 4px;
    background: #196B43;
    content: "";
    transform: skew(-57deg, 0deg);
}




/*==================================================
 <-- Solar Panel  Call Do Section Css-->
===================================================*/

.call-do-action-section {
   margin: 50px 0px;
    background: url(../images/call-da-back.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 800px;
    margin-bottom: -330px;
}




/* call do action style two */

.call-do-action-section.style-two{
    background: url(../images/resource/call-do-bg2.jpg);
}
.section-sub-title.choose {
    display: flex;
    gap: 15px;
    align-items: center;
}

/*==================================================
 <-- Solar Panel  Choose Us Section Css-->
===================================================*/
.choose-us-section {
    margin: 50px auto;
}

.row.choose {
    background: url(../images/resource/choose-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 90px 70px 91px;
    border-radius: 3px;
    background-color: #F5FEFA;
    align-items: center;
}
.choose-us-discription p {
    font-size: 16px;
    line-height: 24px;
    color: #434141;
    font-weight: 400;

}

.choose-us-thumb {
    float: left;
    margin-right: 35px;
    margin-top: -10px;
}

.choose-us-list {
    margin: 30px auto;
    display: flex;
    align-items: center;
    gap: 30px;
}

.choose-us-list ul {
    list-style: none;
}

.choose-us-list ul li {
    font-size: 18px;
    color: #1c1632;
    font-weight: 400;
    display: block;
    margin-bottom: 14px;
    font-family: "Poppins";
}

.choose-us-list ul li i {
    height: 20px;
    width: 20px;
    background: #196B43;
    margin: auto;;
    display: inline-block;
    line-height: 23px;
    font-size: 19px;
    border-radius: 50%;
    margin-right: 10px;
}

.choose-us-info {
    display: inline-flex;
}

.choose-us-icon {
    margin-left: 32px;
}

.choose-us-icon i {
    width: 60px;
    height: 60px;
    border-radius: 32px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    color: #196B43
;
    background: rgba(245,161,139,0.322);
    display: inline-block;
}

.choose-us-phone h5 {
    font-size: 18px;
    line-height: 24px;
    color: #1c1632;
    font-weight: 400;
}

.choose-us-phone {
    margin-left: 30px;
}

.choose-us-phone h5 {
    font-size: 18px;
    line-height: 24px;
    color: #1c1632;
    font-weight: 400;
    margin: 0;
}

.choose-us-phone h5 span {
    display: block;
    line-height: 42px;
    font-weight: 500;
    font-size: medium;
}



/* choose form box */

.choose-contact-box {
    background: #196B43
;
    padding: 26px 82px 42px;
    border-radius: 3px;
}

.choose-contact-title h4 {
    font-size: 32px;
    line-height: 40px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 37px;
}

.form-box {
    position: relative;
}

.form-box input {
    width: 100%;
    height: 50px;
    padding-left: 30px;
    background: #ffffff;
    border: 0;
    outline: 0;
    border-radius: 3px;
    color: #3e3e3f;
    margin-bottom: 23px;
}

.form_box input::placeholder {
    color: #6d6d6d;
}

.form-box select {
    width: 100%;
    height: 50px;
    padding-left: 30px;
    background: #ffffff;
    border-radius: 3px;
    border: 0;
    outline: 0;
    color: #3e3e3f;
    margin-bottom: 23px;
}


.form-box textarea {
    width: 100%;
    height: 100px;
    padding-left: 30px;
    background: #ffffff;
    border-radius: 3px;
    color: #3e3e3f;
    border: 0;
    outline: 0;
    margin-bottom: 23px;
}

.form-box textarea::placeholder {
    padding: 8px 0px 0;
}


.form-box i {
    position: absolute;
    right: 30px;
    top: 11px;
    color: #196B43
;
}

.form-box-button button {
    width: 270px;
    height: 60px;
    border-radius: 3px;
    background-color: #1c1632;
    border: 0;
    outline: 0;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    position: relative;
    z-index: 1;
    transition: .5s;
}
.form-box-button button:hover{
    color:#196B43;
}
.form-box-button {
    text-align: center;
}
.form-box-button button::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    transform: scale(0.0, 1);
    opacity: 0;
    border-radius: 3px;
    z-index: -1;
    transition: .5s;
}

.form-box-button button:hover::before{
    background: #ffffff;
    opacity: 1;
    transform: scale(1,1);
}

/* neswlatter-sec  start  */

.neswlatter-sec  {
    background-color: #196B43;
    padding: 30px 0px;
}
.neswlatter-sec input[type="text"] {
    width: 70%;
    border-radius: 35px;
    margin: 20px auto;
}
.neswlatter-sec .form-box {
    display: flex;
    gap: 20px;
    align-items: center;
}
.neswlatter-sec .form-box-button button {
    border-radius: 30px !important;
    height: 55px;
    width: 250px;

}
.neswlatter-sec .form-box-button button:hover::before {
    border-radius: 30px !important;
}
.social-icon-news ul li {
    list-style: none;
    float: left;
    padding: 5px;
}

/*------------------- 4.3. Footer  -------------------*/
.widget-area {
    padding-top: 50px;
    padding-bottom: 40px;
}



  .copyright-wrap {
    text-align: center;
    padding: 42px 0;
    position: relative;
    z-index: 2;
    background-color: #19142D;
}
  
  .copyright-menu ul {
    margin: 0;
  }
  .copyright-menu li {
    display: inline-block;
    margin-right: 30px;
  }
  .copyright-menu li:last-child {
    margin-right: 0;
  }
  .copyright-menu a {
    font-size: 16px;
    font-weight: 500;
    color: var(--title-color);
  }
  .copyright-menu a:hover {
    color: var(--theme-color2);
  }
  
  .copyright-text {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
  }
  .copyright-text a {
    color: var(--theme-color2);
  }
  .copyright-text a:hover {
    color: var(--title-color);
    text-decoration: underline;
  }
  
  .footer-layout1 .footer-widget.widget_nav_menu a,
  .footer-layout2 .footer-widget.widget_nav_menu a {
    color: var(--white-color);
  }
  .footer-layout1 .footer-widget.widget_nav_menu a:hover,
  .footer-layout2 .footer-widget.widget_nav_menu a:hover {
    color: var(--theme-color2);
  }
  


  .footer-layout2 .footer-middle {
    border-top: 3px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 1;
    padding: 40px 0;
  }
  .footer-layout2 .copyright-wrap {
    background-color: #111330;
    border-top: 1px solid rgba(112, 112, 112, 0.5);
  }
  
  .widget_title-two {
    position: relative;
    color: var(--white-color);
    font-size: 24px;
    font-weight: 700;
    color: var(--white-color);
    margin-bottom: 56px;
    /* Large devices */
  }
  .widget_title-two::before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 60px;
    height: 10px;
  }
  @media (max-width: 1199px) {
    .widget_title-two {
      font-size: 23px;
    }
  }
  .footer-layout {
        background-image: url(../images/Footer.png);
        position: relative;
  }
  .footer-layout::before {
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    background-color: #19142D;
    z-index: 0;
    opacity: 0.7;
}
  .copyright-wrap.v4 {
    background: rgba(71, 175, 52, 0.2);
    padding: 25px 0 21px;
  }
  .copyright-wrap.v4 .copyright-text {
    color: var(--white-color);
  }
  .copyright-wrap.v4 .copyright-text a {
    color: var(--theme-color);
  }
  
  .recent-post.v4 {
    margin-bottom: 28px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .recent-post.v4:hover .image {
    border-radius: 5px;
  }
  .recent-post.v4:hover .image img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .recent-post.v4 .image {
    overflow: hidden;
    border-radius: 5px;
    width: 90px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
  }
  .recent-post.v4 .image img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .recent-post.v4 .content-box {
    margin-left: 21px;
  }
  .recent-post.v4 .content-box .title {
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: 700;
    line-height: 26px;
  }
  .recent-post.v4 .content-box .title a {
    color: var(--white-color); /* Large devices */
    /* Medium devices */
    /* Small devices */
    /* Extra small devices */
  }
  .recent-post.v4 .content-box .title a:hover {
    color: var(--theme-color2);
  }
  @media (max-width: 1199px) {
    .recent-post.v4 .content-box .title a {
      font-size: 14px;
      line-height: 21px;
    }
  }
  @media (max-width: 991px) {
    .recent-post.v4 .content-box .title a {
      font-size: 23px;
      line-height: 34px;
    }
  }
  @media (max-width: 767px) {
    .recent-post.v4 .content-box .title a {
      font-size: 20px;
      line-height: 26px;
    }
  }
  @media (max-width: 416px) {
    .recent-post.v4 .content-box .title a {
      font-size: 16px;
      line-height: 20px;
    }
  }
  .recent-post.v4 .content-box span {
    font-size: 14px;
    font-family: var(--title-font);
    color: var(--white-color);
  }
  
  .widget_nav_menu.v4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 35px;
    /* Medium Large devices */
    /* Extra small devices */
  }
  @media (max-width: 1399px) {
    .widget_nav_menu.v4 {
      margin-left: 0;
    }
  }
  @media (max-width: 416px) {
    .widget_nav_menu.v4 {
      display: block;
    }
    .widget_nav_menu.v4 .link-widget.v2 {
      margin-right: 0;
      margin-bottom: 40px;
    }
  }
  .widget_nav_menu.v4 .link-widget.v2 {
    margin-right: 60px;
    /* Large devices */
    /* Medium devices */
    /* Extra small devices */
  }
  @media (max-width: 1199px) {
    .widget_nav_menu.v4 .link-widget.v2 {
      margin-right: 30px;
    }
  }
  @media (max-width: 991px) {
    .widget_nav_menu.v4 .link-widget.v2 {
      width: 40%;
    }
  }
  @media (max-width: 416px) {
    .widget_nav_menu.v4 .link-widget.v2 {
      width: 100%;
    }
  }
  
  .footer-menu.v4 .menu {
    display: unset;
  }
  .footer-menu.v4 .menu li a {
    font-family: var(--title-color);
    color: var(--white-color);
    margin-bottom: 16px;
    /* Medium devices */
  }
  .footer-menu.v4 .menu li a:hover {
    color: var(--theme-color2);
  }
  .footer-menu.v4 .menu li a::before {
    display: none;
  }
  @media (max-width: 991px) {
    .footer-menu.v4 .menu li a {
      font-size: 16px;
    }
  }
  .footer-menu.v4 .menu li a i {
    margin-right: 5px;
  }
  
  .widget-area {
    position: relative;
    z-index: 99;
    padding: 57px 0 62px;
  }
  .footer-middle {
    position: relative;
}
.footer-widget, .footer-widget .widget {
    padding: 0;
    border: none;
    padding-bottom: 0;
    background-color: transparent;
}
.footer-widget .sidebar-gallery {
    grid-template-columns: repeat(3, 1fr);
}
.sidebar-gallery .gallery-thumb {
    overflow: hidden;
    position: relative;
}
.sidebar-gallery {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
ul.menu li {
    list-style: none;
    padding: 3px 0px;
}
ul.menu li a {
    text-decoration: none;
    color: #fff;
}
.footer-widget .widget_title {
    border: none;
    font-size: 22px;
    padding: 0;
    margin: 0 0 30px 0;
}
  .widget-area.v4 .vs-widget-about .footer-address-two {
    font-size: 16px;
    color: var(--white-color);
    font-family: var(--title-color);
    line-height: 26px;
    margin-bottom: 22px;
  }
  .widget-area.v4 .vs-widget-about .footer-info {
    color: var(--white-color);
  }
  
  .footer-middle.v4 {
    border-bottom: 1px solid rgba(71, 175, 52, 0.2);
    padding: 80px 0 70px;
  }
  
  .social-box.v4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    padding: 0;
    margin-top: 10px;
    /* Medium devices */
    /* Extra small devices */
  }
  .social-box.v4::before {
    display: none;
  }
  @media (max-width: 991px) {
    .social-box.v4 {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: start;
      position: absolute;
      top: 80px;
      right: 15px;
    }
  }
  @media (max-width: 575px) {
    .social-box.v4 {
      right: auto;
      left: 15px;
      top: 170px;
    }
  }
  .social-box.v4 a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: var(--theme-color2);
    background-color: var(--white-color);
    margin-right: 10px;
  }
  .social-box.v4 a:last-child {
    margin-right: 0;
  }
  .social-box.v4 a:hover {
    background-color: var(--theme-color2);
    color: var(--white-color);
  }
  
  .form-style1.v4 {
    padding: 0;
    /* Medium devices */
    /* Extra small devices */
  }
  @media (max-width: 991px) {
    .form-style1.v4 {
      margin: 20px 0 0 0;
    }
  }
  @media (max-width: 575px) {
    .form-style1.v4 {
      margin-top: 100px;
    }
  }
  .form-style1.v4 .form-group {
    width: 410px;
    /* Large devices */
  }
  @media (max-width: 1199px) {
    .form-style1.v4 .form-group {
      width: 100%;
    }
  }
  .form-style1.v4 .form-group input {
    width: 410px;
    border-radius: 6px;
    margin-right: 0;
    padding: 0 0 0 21px;
    /* Medium devices */
  }
  @media (max-width: 991px) {
    .form-style1.v4 .form-group input {
      margin-bottom: 0;
      height: 50px;
      width: 100%;
    }
  }
  .form-style1.v4 .form-group .vs-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    /* Medium devices */
  }
  @media (max-width: 991px) {
    .form-style1.v4 .form-group .vs-btn {
      top: 0;
      right: 0;
    }
  }
  
  /* Large devices */
  @media (max-width: 1199px) {
    .footer-layout1 {
      font-size: 14px;
    }
  }
  /* Medium devices */
  @media (max-width: 991px) {
    .copyright-text {
      font-size: 14px;
    }
  }