.top-header-area {
    padding: 5px 0;
    border-bottom: 1px solid #49ae4436;
    z-index: 9;
    position: relative;
    background: #1D202B;
}

.top-header-info ul li {
    display: inline-block;
    color: #fff;
    margin-right: 29px;
    font-size: 14px;
}

.top-header-info ul li i {
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    padding-right: 5px;
}

.top-header-right {
    text-align: right;
}

.top-header-social-icon {
    display: inline-block;
}

.top-header-social-icon ul li {
    display: inline-block;
}

.top-header-social-icon ul li i {
    color: #fff;
    font-size: 17px;
    padding-left: 21px;
    transition: 0.5s;
}

.top-header-social-icon ul li i:hover{
   color: #6cb209;
}

/*---=================================
   <!--green Header Area Css-->
==================================---*/

.header-area {
    border-bottom: 1px solid #49ae4421;
    z-index: 9;
    position: relative;
    margin-bottom: -143px;
}

.header-menu {
    text-align: right;
}

.header-menu ul li {
    display: inline-block;
    margin-right: 12px;
}

.home-two.header-area .header-menu ul li:last-child {
    margin-right: 0px;
}

.header-menu ul {
    display: inline-block;
}

.header-menu ul li a {
    display: inline-block;
    color: #fff;
    padding: 6px 10px;
    font-size: 15px;
    transition: 0.5s;
}

.header-menu ul li a:hover{
   color: #6cb209;
}

.header-menu ul li i {
    display: inline-block;
    font-size: 12px;
    position: relative;
    left: 2px;
    top: 0px;
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #111111 !important;
    transition: 0.5s;
    z-index: 999 !important;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}

/*sub-menu*/
.header-menu ul li.menu-item-has-children {
    position: relative;
}

.header-menu ul li .sub-menu {
    position: absolute;
    width: 225px;
    display: block;
    text-align: left;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    top: 150%;
    z-index: 2;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    border-top: 5px solid #6cb209;
    border-radius: 3px 3px 0 0;
}

.header-menu ul li:hover .sub-menu{
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.header-menu ul li .sub-menu li a {
    display: block;
    padding: 8px 13px !important;
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 400;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.header-menu ul li .sub-menu li a:hover{
    color: #fff !important;
}

.header-menu ul li .sub-menu li a:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    background:#6cb209;
    z-index: -1;
    transition: 0.5s;
}

.header-menu ul li .sub-menu li a:hover:before{
    height:100%;
    top: 0;
}




/*---=================================
   <!--green Hero Area Css-->
==================================---*/
.hero-area {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 740px;
    padding-top: 25px;
    position: relative;
    justify-content: center;
}

.hero-style.hero-area{
    background: url(../images/home1/hero-bg2.jpg);
}


.hero-content h1 {
    font-size: 76px;
    color: #fff;
    font-weight: 800;
    line-height: 71px;
}

.hero-content p {
    opacity: 0.800;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    width: 49%;
    margin: 20px auto 0;
}

.hero-social-icon {
    position: absolute;
    left: 85px;
    top: 41%;
}

.hero-social-icon ul li i {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin-bottom: 28px;
    transition: 0.5s;
}

.hero-social-icon ul li i:hover{
   color: #6cb209;
}

.hero-social-icon ul li.text {
    color: #fff;
    text-transform: uppercase;
    transform: rotate(-90deg);
    position: relative;
    top: 100px;
    left: -36px;
}

.hero-social-icon ul li.text:before {
    position: absolute;
    content: "";
    width: 56px;
    height: 1px;
    left: 111px;
    top: 10px;
    background: #fff;
}


/* Hero Slide CSS */
.hero-slides .owl-dots {
    position: absolute;
    bottom: 42%;
    right: 56px;
}

.hero-slides .owl-dots .owl-dot {
    position: relative;
    z-index: 1;
    margin: 18px 5px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #49b047cf;
}

.hero-slides .owl-dots .owl-dot.active {
    background-color: #6cb209;
    position: relative;
    width: 11px;
    height: 11px;
}

.hero-slides .owl-dots .owl-dot.active::after {
    position: absolute;
    width: 25px;
    height: 25px;
    z-index: 1;
    content: "";
    border: 2px solid #6cb209;
    left: -9px;
    top: -9px;
    border-radius: 50%;
    text-align: center;
}


/*green--button*/
.green-button {
    margin-top: 25px;
    display: inline-block;
}

.green-button a {
    display: inline-block;
    background: #6cb209;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    padding: 14px 40px;
    border-radius: 6px;
    border: 2px solid #6cb209;
    position: relative;
    z-index: 1;
}

.green-button a:hover{
    color: #6cb209;
}

.green-button a:before{
    position: absolute;
    content: "";
    width:0;
    height: 100%;
    left: 50%;
    top: 0;
    background:#fff;
    border-radius: 5px;
    z-index: -1;
    transition: 0.5s;
}

.green-button a:hover:before{
    width: 100%;
    left: 0;
}

.green-button.two {
    display: inline-block;
    padding-left: 16px;
    border: transparent;
}

.green-button.two a {
    display: inline-block;
    background: transparent;
    border: 2px solid #ffffff61;
    padding: 14px 37px;
}



/*---=================================
   <!--green About Area Css-->
==================================---*/
.about-area {
    padding: 24px 0 50px;
}
.aboutback{
    background: url(../images/about-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 35px;
}

.about-thumb {
    position: relative;
    left: -64px;
}

img.about-thumb-shape {
    position: absolute;
    bottom: 18px;
    left: -6px;
    animation: dance1 4s linear infinite;
}

@keyframes dance1 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}


.about-right {
    position: relative;
}

.single-about-box {
    margin-bottom: 30px;
}

.single-about-box:nth-child(3) {
    margin-bottom: 3px;
}

.about-box-icon {
    float: left;
    margin-right: 24px;
    margin-top: 8px;
}

.about-box-content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #6cb209;
    margin-top: 13px;
}

.about-box-content p {
    overflow: hidden;
    margin: 4px 0 0;
    width: 80%;
}

.about-shape-1 {
    position: absolute;
    top: -77px;
    right: -63px;
    animation: dance2 4s linear infinite;
}

@keyframes dance2 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

.about-shape-2 {
    position: absolute;
    bottom: 0;
    right: -92px;
    animation: dance2 4s linear infinite;
}

@keyframes dance3 {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }

    50% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }

    100% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
}


/*section-title*/
.section-title.left {
    margin-bottom: 49px;
}

.section-title.left img {
    margin-right: 12px;
}

.section-title.left h4 {
    color: #6cb209;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 0px;
}

.section-title.left h1 {
	text-transform: capitalize;
    font-size: 34px;
    font-weight: 500;
    line-height: 44px;
    margin-bottom: 10px;
    margin-top: 0px;
}
/*section-title-center*/
.section-title.center {
    margin-bottom: 49px;
    position: relative;
}

.section-title.center h4 {
    text-transform: uppercase;
    color: #6cb209;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 26px;
}

.section-title.center h2 {
    font-size: 40px;
    font-weight: 500;
    line-height: 44px;
    text-align: center;
    text-transform: capitalize;
}


p.section-desc {
    width: 90%;
    margin: 26px 0 0;
}




/*---=================================
   <!--green Service Area Css-->
==================================---*/
.service-area {
    padding: 70px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.single-service-box {
    position: relative;
    overflow: hidden;
    padding: 0 12px;
}

.service-content {
    padding: 8px 0px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    text-align: center;
}

.single-service-box:hover .service-content{
    background: transparent;
}

.service-content:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    background: #eee;
    z-index: -1;
    border-radius: 25px;
    transition: 0.5s;
    opacity: 0;
}

.single-service-box:hover .service-content:before{
    height: 100%;
    opacity: 1
}

.service-content:after {
    position: absolute;
    content: "";
    width:0;
    height: 7px;
    left: 50%;
    top: 0;
    /* background: #6cb209; */
    /* z-index: -1; */
    /* border-radius: 5px 5px 0 0; */
    transition: 0.5s;
    opacity: 0;
}

.single-service-box:hover .service-content:after {
    width: 100%;
    opacity: 1;
    left: 0;
}

.service-content h4 {
    font-size: 23px;
    font-weight: 600;
    margin: 6px 0 14px;
    position: relative;
    color: #6CB209;
}

.service-content p {
    font-size: 17px;
    margin: 0;
}

.service-thumb img {
    width: 100%;
    margin-top: 0;
    position: relative;
    z-index: 1;
}

/*---=================================
   <!--green Counter Area Css-->
==================================---*/
.counter-area {
    padding: 25px 0 30px;
    background: #1D202B;
    position: relative;
    z-index: 9;
    margin-top: -50px;
}

.single-counter-box {
    text-align: center;
}

.counter-content h4 {
    font-size: 46px;
    color: #fff;
    display: inline-block;
}

.counter-content span{
    font-size: 46px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
}

.counter-content p {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    margin: 3px 0 0;
}


/*---=================================
   <!--green Counter Area Css-->
==================================---*/
#poress-row {
    position: relative;
    z-index: 1;
}

#poress-row .section-title.left {
    margin-bottom: 0;
}

.porcess-thumb {
    position: relative;
    left: -12px;
}

.process-left {
    position: relative;
    padding: 0 0 13px;
}

.process-shape {
    position: absolute;
    left: 257px;
    bottom: -3px;
    animation: dance3 4s linear infinite;
}


/*---=================================
   <!--green Project Area Css-->
==================================---*/
.project-area {padding: 56px 0;margin-top: 44px;position: relative;}

.single-project-box {
      margin-bottom: 25px;
}

.project-thumb img{
    width: 100%;
}

.project-content {
    background: #fff;
    padding: 7px 19px;
    width: 88%;
    border-left: 3px solid #6cb209;
    position: relative;
    margin-top: -5px;
    transition: 0.5s;
    border-radius: 3px;
}

.single-project-box:hover .project-content {
    background: #001819;
    margin-top: -10px;
}

.project-content h4 {
    color: #868681;
    font-size: 15px;
    font-weight: 400;
    margin: 5px 0 0px;
    transition: 0.5s;
}

.single-project-box:hover .project-content h4{
    color: #ffffff;
}

.project-content a {
    display: inline-block;
    color: #6cb209;
    font-size: 18px;
    font-weight: 600;
    transition: 0.5s;
}

.project-content a:hover{
    color:#6cb209 !important;
}

.single-project-box:hover .project-content a {
    color: #fff;
}

a.project-button {
    font-size: 14px !important;
    display: inherit;
    color: #fff;
    font-weight: 500;
    margin-top: 19px;
    display: none;
    transition: 0.5s;
}

a.project-button:hover{
    color:#6cb209 !important;
}

.single-project-box:hover a.project-button{
    display: block;
} 

a.project-button  i {
    display: inline-block;
    color: #fff;
    font-size: 22px;
    position: relative;
    top: 3px;
    transition: 0.5s;
}

a.project-button:hover i{
    color:#6cb209 !important;
}

.project-area .owl-nav {
    position: relative;
}

.project-area .owl-prev {
    position: absolute;
    right: 71px;
    top: -569px;
}

.project-area .owl-prev i {
    background: #E6E7E9;
    display: inline-block;
    color: #222;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 38px;
    border-radius: 3px;
    font-size: 18px;
    transition: 0.5s;
}

.project-area .owl-prev i:hover{
    background:#6cb209;
    color:#fff;
}

.project-area .owl-next {
    position: absolute;
    right: 24px;
    top: -569px;
}

.project-area .owl-next i {
    background: #E6E7E9;
    display: inline-block;
    color: #222;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 38px;
    border-radius: 3px;
    font-size: 18px;
    transition: 0.5s;
}

.project-area .owl-next i:hover{
    background:#6cb209;
    color:#fff;
}


/*---=================================
   <!--green Process Area Two-->
==================================---*/
.process-area-two {
    padding: 145px 0 59px;
    margin-top: -80px;
}

.process-area-two .section-title.center {
    margin-bottom: 61px;
}

.single-process-box-two {
    text-align: center;
    padding: 0 46px 0;
    position: relative;
    margin-bottom: 25px;
}

.single-process-box-two:after {
    position: absolute;
    content: "";
    width: 70%;
    border:1px dashed;
    left: 68%;
    top: 70px;
    border-color: #72b514;
}

.process-area-two .row .col-lg-4:last-child .single-process-box-two:after{
    display: none;
}

.process-icon-thumb-two{
    position: relative;
    z-index: 1;
}

.process-icon-thumb-two:before {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    left: 0;
    right: 0;
    top: 0;
    border: 2px dashed #6cb209;
    border-radius: 50%;
    margin: auto;
    animation: rotateme 20s linear infinite;
    z-index: -1;
}

@keyframes rotateme {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}

.process-two-content {
    z-index: 1;
    position: relative;
}

.process-two-content h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0 10px;
}

/*---=================================
   <!--green Testimonial Area-->
==================================---*/

.testimonial-area {
    padding: 78px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}
.single-testimonial-box {
    filter: drop-shadow(0px 10px 30px rgba(179,179,179,0.2));
    background-color: #ffffff;
    border-radius: 5px;
    padding: 1px 25px 30px;
    position: relative;
    margin: 29px 31px;
}
.testi-author img{
    width:100%;
}
.testi-author {position: absolute;left: -17px;top: -15px;width: 50px;}

.testi-author-content h4 {
    font-size: 17px;
    font-weight: 600;
    margin: 10px 0 3px;
    color: #6cb209;
}

.testi-author-content p {
    font-size: 13px;
    margin: 0;
}

p.testi-desc {
    font-size: 16px;
    line-height: 30px;
    margin: 42px 0 15px;
}

/*---=================================
   <!--green Blog Area-->
==================================---*/
.blog-area {
    padding: 75px 0 50px;
}

.blog-area .green-button {
    margin-top: 60px;
    display: inline-block;
    float: right;
}

.single-blog-box{
    margin-bottom:20px;
    background: #E2E2E1;
    border-radius: 16px;
    overflow: hidden;
    padding: 10px;
}

.single-blog-thumb{
    overflow: hidden;
}

.single-blog-thumb img {
    width: 100%;
    transition: 0.5s;
}

.single-blog-box:hover .single-blog-thumb img {
    transform: scale(1.2) skew(-10deg);
}

.blog-content {
    padding: 19px 17px 3px;
}

.blog-content a {
    font-size: 18px;
    font-weight: 500;
    color: #001819;
    line-height: 27px;
    transition: 0.5s;
    margin-top: 11px;
    display: block;
}

.blog-content a:hover{
    color: #6cb209;
}

.blog-content p {
    margin: 14px 0 0px;
}

.blog-arthor {
    padding: 13px 28px;
}

.blog-author-title span {
    display: inline-block;
    background: #6cb209;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    color: #fff;
    margin-right: 9px;
}

.blog-author-title h6 {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
}

.blog-button a{
    font-size: 17px;
    display: table;
    transition: 0.5s;
    margin: 0 auto;
    background: #6cb209;
    color: #fff;
    padding: 8px 20px;
    border-radius: 34px;
    font-weight: 500;
}

.blog-button a:hover{
    color: #6cb209;
    background: #fff;
}
.two-img.b-img {
    top: -22px;
    width: 35%;
}


/*---==============================================================
   <!--green Home Two Area-->
===============================================================---*/
.top-header-area.home-two {
    background-color: #001819;
    border: transparent;
}

.home-two.header-area {
    border: transparent;
    margin-bottom: -121px;
}

.sticky.home-two.header-area {
    background: #ffffff !important;
    box-shadow: inherit;
}

.home-two.header-area .add-background {
    border-radius: 0px;
    padding: 0 0px;
}

.home-two.header-area .header-menu ul li {
    display: inline-block;
    margin-right: 20px;
}

.home-two.header-area .header-menu ul li a:hover{
    color: #6cb209;
}

.home-two .header-secrch-icon i {
    color: #fff;
}

.home-two .header-button a {
    border: 1px solid #fff;
}

.header-sidbar-button {
    display: inline-block;
}

.header-sidbar-button i {
    font-size: 33px;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    position: relative;
    top: 8px;
    margin-left: 22px;
}


/*coustomise-home-1-css*/


.service-list-2 .owl-dots {
    text-align: center;
    position: relative;
    top: 45px;
    left: 0;
}

.service-list-2 .owl-dot {
    background: #C5CAC3;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px;
}

.service-list-2 .owl-dot.active{
    background:#49AE44;
    position: relative;
}

.service-list-2 .owl-dot.active:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: -5px;
    top: -5px;
    border: 1px solid #49AE44;
    border-radius: 50%;
}


/*---=================================
   <!--green Counter Area Home Two-->
==================================---*/

.home-two.counter-area {
    background: transparent;
    padding: 0;
}

.home-two .row.fade-de {
    background: url(../images/home2/counter-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 85px 45px 55px;
    border-radius: 5px;
    position: relative;
    margin: -144px 0;
}

.home-two.counter-area .section-title.left h1 {
    font-size: 41px;
    line-height: 40px;
    color: #fff;
}

.home-two .single-counter-box {
    text-align: left;
    margin-bottom: 20px;
    display: flex;
    gap: 29px;
    align-items: center;
}

.home-two .counter-content h4 {
    margin-top: 0;
}


/*---=================================
   <!--green Project Area Home Two-->
==================================---*/
.project-area.home-two {
    background: #fff;
    margin-top: 0;
    padding: 256px 0 167px;
}

.home-two .single-project-box {
    margin-right: 21px;
    position: relative;
    overflow: hidden;
}

.home-two .project-content {
    background: #EEF0EB;
    padding: 30px 34px 28px;
    width: 60%;
    border-left: 0;
    border-bottom: 5px solid #6cb209;
    position: relative;
    margin-top: 0;
    transition: 0.5s;
    border-radius: 3px;
    height: 117px;
    position: absolute;
    bottom: -166px;
    left: 36px;
}

.home-two .single-project-box:hover .project-content {
    background:#EEF0EB;
    height: 117px;
    margin-top: 0px;
    bottom: 0;
}

.home-two .project-content h4 {
    color: #6cb209;
    margin: 0 0 7px;
}

.home-two .single-project-box:hover .project-content a {
    color: #001819;
}

.home-two .project-content i {
    background: #49AE44;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    transform: rotate(-46deg);
    color: #fff;
    position: relative;
    left: 54px;
    top: -15px;
}


.home-two .project-thumb img {
    width: auto;
}

.project-list-2 .owl-dots {
    text-align: center;
    position: relative;
    top: 45px;
    left: 0;
}

.project-list-2 .owl-dot {
    background: #C5CAC3;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 6px;
}

.project-list-2 .owl-dot.active{
    background:#49AE44;
    position: relative;
}

.project-list-2 .owl-dot.active:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: -5px;
    top: -5px;
    border: 1px solid #49AE44;
    border-radius: 50%;
}


/*---=================================
   <!--green Faqs Area Home Two-->
==================================---*/
.faqs-area {
    background: url(../images/home2/faqs-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 124px 0 196px;
    overflow: hidden;
}

.faqs-left {
    position: relative;
}

.faqs-area .section-title.left {
    margin-bottom: 36px;
}

.faqs-area .green-button {
    margin-top: 0;
    display: inline-block;
}

.faqs-container{
    overflow: hidden;
}

.faq-singular {
    position: relative;
    background: #ffff;
    margin-bottom: 20px;
}

.faq-singular.active:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 63px;
    left: 0;
    top: 0;
    background: #49AE44;
    z-index: 1;
    border-radius: 5px 5px 0 0;
   transition: 0.5s;
}

.faq-singular .faq-question {
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 19px 25px 19px 27px;
    font-weight: 500;
    font-size: 20px;
    border: 1px solid #cccccc9e;
    border-radius: 5px;
    z-index: 2;
    transition: 0.5s;
}

.faq-singular.active .faq-question{
    color: #fff;
}

.faq-singular .faq-question:before {
    position: absolute;
    content: ">";
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    font-weight: 400;
    transition: 0.5s;
}

.faq-singular.active .faq-question:before {
    transform: translateY(-50%) rotate(87deg);
    color: #fff;
}

.faq-question:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 24px;
    left: 71px;
    top: 20px;
    background: #cccccc9e;
    transition: 0.5s;
}

.faq-singular.active .faq-question:after{
    background:#fff;
}

.faq-question img {
    padding-right: 27px;
    transition: 0.5s;
}

.faq-singular.active .faq-question img {
    filter: brightness(0) invert(1);
}

.faq-answer {
    display: none;
    padding: 21px 30px 25px;
}

.faqs-shape {
    position: absolute;
    left: 240px;
    bottom: -43px;
    animation: dance3 4s linear infinite;
}

.faqs-shape-2 {
    position: absolute;
    top: -103px;
    right: 13px;
    animation: dance3 4s linear infinite;
}


/*---=================================
   <!--green Brand Area Home Two-->
==================================---*/
.brand-area.home-two {
    padding: 100px 0 87px;
}

.home-two .single-brand-box {
    text-align: center;
    display: block;
}

.brand-area.home-two .owl-carousel .owl-item img {
    display: inline-block;
    text-align: center;
}


/*---===============================================
   <!--green Donatione Title Area Home Two-->
===================================================---*/
.donation-title-area {
    background: url(../images/home2/services-title-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 109px 0 294px;
    position: relative;
}

.donation-title-area .section-title.center h2 {
    color: #ffff;
}

.donation-shape-one {
    position: absolute;
    top: 26%;
    left: 10%;
    animation: dance2 4s linear infinite;
}

.donation-shape-two {
    position: absolute;
    top: 26%;
    right: 10%;
    animation: dance2 4s linear infinite;
}

/*---=================================
   <!--green Donatione Area Home Two-->
==================================---*/
.donation-area {
    background-color: #f1faf0;
    padding: 4px 0 125px;
}

.donation-area .row.donate {
    margin-top: -282px;
}

.single-donation-box {
    margin: 0 12px;
}

.donation-thumb{
    position: relative;
}

.donation-thumb img {
    width: 100%;
    transition: 0.5s;
}

.single-donation-box:hover .donation-thumb img{
    opacity: 0.5;
} 

.donate-button {
    position: absolute;
    bottom: 0px;
    left: 32%;
    opacity: 0;
    transition: 0.5s;
}

.single-donation-box:hover .donate-button {
   bottom: 114px;
   opacity: 1;
}

.donate-button a {
    display: inline-block;
    background: #49AE44;
    color: #fff;
    font-size: 16px;
    padding: 11px 23px;
    border-radius: 5px;
}

.donation-content {
    background: #fff;
    padding: 26px 35px 23px;
}

.donation-content a {
    display: inline-block;
    color: #001819;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    transition: 0.5s;
}

.donation-content a:hover{
    color:#49AE44 ;
}

.donation-content p {
    margin: 19px 0 39px;
}

.donation-area .skill-bg {
    background: #DCEFDB;
    width: 100%;
}

.donation-area span.number {
    top: -31px;
    color: #001819;
}

.donation-area .skills.html.style-one {
    width: 75%;
}

.donation-area .skills.html.style-two {
    width: 60%;
}

.slider-content {
    display: flex;
    justify-content: space-between;
}

.slider-content span {
    display: inline-block;
    color: #868681;
}

span.price {
    font-size: 16px;
    color: #001819 !important;
    display: inline-block;
    font-weight: 500;
}


/*---=====================================================
   <!--green Strat Contact Area Home Six Css-->
=========================================================---*/
.home-six.contact-area {
    padding: 102px 0 0px;
    position: relative;
    z-index: 1;
    background-size: cover;
}
.contactform {
    background: #ECECEC;
    padding: 20px;
    border-radius: 20px;
}
.home-six .contact-left {
    position: relative;
}
.home-six .contact-content p{
    color:#fff;
}
.home-six .contact-content h4 {
    font-size: 50px;
    color: #fff;
    line-height: 48px;
    margin-bottom: 26px;
}

.home-six.contact-area .green-button.style-five a {
    background: #00181A;
}

.home-six .contact-title h4 {
    font-size: 40px;
    margin-bottom: 50px;
}

.home-six .contact-box input {
    width: 100%;
    height: 58px;
    border: 1px solid #2222;
    border-radius: 3px;
    outline: 0;
    padding: 0 16px;
    color: #111;
    margin-bottom: 20px;
}

.home-six .contact-box input::placeholder{
    color: #001819;
    opacity: 0.5;
}

.home-six .contact-box textarea {
    width: 100%;
    height: 148px;
    border: 1px solid #2222;
    border-radius: 3px;
    outline: 0;
    padding: 12px 16px;
    color: #111;
}

.home-six .contact-box textarea::placeholder{
    color: #001819;
    opacity: 0.5;
}



/*---=====================================================
   <!--green Strat Footer Area Home Six Css-->
=========================================================---*/
.home-six.footer-area {
    background:url(../images/footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 188px 0 74px;
    /* position: relative; */
    margin-top: -80px;
    z-index: 9;
}

.home-six p.footer-desc {
    margin: 38px 0 0;
    color: #fff;
    opacity: 1;
    width: 91%;
}

.home-six .footer-social-icon {
    text-align: left;
    margin-top: 31px;
}

.home-six .footer-social-icon ul li i {
    border: transparent;
    background: #0B2F21;
}

.home-six .footer-widget-title h4 {
    margin-bottom: 31px;
    color: #6cb209;
    font-size: 18px;
}

.home-six .footer-widget-menu p {
    width: 100%;
    color: #ffffff;
    margin-bottom: 21px;
}

.home-six .footer-widget-menu ul {
}

.home-six .footer-widget-menu ul li {
    color: #ffffff;
    margin-bottom: 13px;
}
.home-six .footer-widget-menu ul li a{
    color: #ffffff;
}

/*footer-botom*/

.footer-bottom.home-six {
    background-color: #ffffff;
    padding: 18px 0px;
}

.home-six .footer-bottom-content p {
    margin: 0;
}

.home-six .footer-bottom-content ul li {
    display: inline-block;
    margin: 0 17px;
}

.footer-bottom-content ul {
    text-align: right;
}

.footer-bottom-content ul li a {
    display: inline-block;
    color: #95958f;
    font-weight: 500;
    transition: 0.5s;
}

.footer-bottom-content ul li a:hover{
    color: #6cb209;
}


/*---=====================================================
   <!--green Strat Breadcumb Area Css-->
=========================================================---*/

.breadcumb-area {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 295px 0 160px;
    position: relative;
}

.breadcumb-title h4 {
    font-size: 25px;
    font-weight: 500;
    color: #6cb209;
    padding-bottom: 13px;
}

.breadcumb-content ul li {
    display: inline-block;
    margin: 0 7px;
    color:#fff;
    font-size: 14px;
	
}

.breadcumb-content ul li.khela-hbe {
    opacity: 0.7;
    position: relative;
}

.breadcumb-content ul li.khela-hbe:before {
    position: absolute;
    content: "";
    width: 17px;
    height: 2px;
    left: -30px;
    top: 13px;
    background: #fff;
}

.breadcumb-content ul li a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    position: relative;
}

.breadcumb-content ul li a:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 2px;
    right: -13px;
    top: 13px;
    background: #fff;
}

.breadcumb-content ul li img {
    position: relative;
    top: -2px;
    padding-right: 6px;
}



/*all-inner-pages-add-inner-class-css*/

.team-area.inner {
    margin-top: 0;
    padding: 108px 0 125px;
    background: #F6F6EE;
}

/*services-area Inner Pages*/
.service-area.inner {
    padding: 111px 0 102px;
}

.service-area.inner .section-title.center {
    margin-bottom: 62px;
}

.service-area.inner .single-service-box {
    padding: 0;
    padding-bottom: 23px;
}

/*Project-area Inner Pages*/
.project-area.inner {
    margin-top: 0;
    background: #F6F6EE;
    padding: 112px 0 97px;
}

.project-area.inner .section-title.center {
    margin-bottom: 63px;
}

.project-area.inner .single-project-box {
    margin-right: 0;
    margin-bottom: 24px;
}

/*donation Area Inner pages*/

.donation-area.inner {
    padding: 112px 0 103px;
    background: #F6F6EE;
}

.donation-area.inner .section-title.center {
    margin-bottom: 62px;
}

.donation-area.inner .single-donation-box {
    margin: 0 0 24px;
}

/*Testimonial Area Inner */

.testimonial-area.inner {
    padding: 111px 0 99px;
    background:#F6F6EE;
}

.testimonial-area.inner .section-title.center {
    margin-bottom: 62px;
}

.testimonial-area.inner .single-testimonial-box {
    margin: 0;
    margin-bottom: 24px;
}
/*faqs Area Inner css*/
.faqs-area.inner {
    padding: 110px 0 124px;
}



/*---=====================================================
   <!--green Strat Services Details Area Css-->
=========================================================---*/

.services-details-area {
    padding: 100px 0 100px;
}

.services-details-thumb img {
    width: 100%;
}

.services-details-content {
    padding-top: 18px;
}

h4.services-details-title {
    font-size: 36px;
    margin-bottom: 10px;
}

p.services-details-desc {
    font-size: 17px;
    margin-top: 24px;
}

.service-details-icon-box {
    display: flex;
    background: #F6F6EE;
    padding: 32px 27px 18px;
    gap: 28px;
    margin-top: 27px;
}

.service-details-box-content h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 11px;
}

.services-details-text {
    background: #49AE44;
    display: flex;
    align-items: center;
    padding: 32px 39px;
    gap: 65px;
    border-radius: 5px;
    margin-top: 55px;
    margin-bottom: 41px;
}

.service-details-text-icon {
   position: relative;
}

.service-details-text-icon:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 49px;
    right: -29px;
    top: 1px;
    background: #f6f6ee61;
}

.service-details-text-content p {
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    font-style: italic;
    width: 90%;
    margin: 0;
}

.services-details-area .single-benifits-box {
    margin-top: 22px;
}

.services-details-area .benifits-thumb img {
    width: 100%;
}

.services-details-area .benifits-content {
    border-radius: 5px;
    filter: drop-shadow(0px 5px 30px rgba(117,117,117,0.1));
    background-color: #ffffff;
    padding: 30px 31px 23px;
    width: 92%;
    margin: auto;
    margin-top: -28px;
}

.services-details-area .benifits-content h4 {
    font-size: 22px;
    margin: 0;
    margin-bottom: 14px;
    font-weight: 500;
}

.services-details-area .benifits-content ul li {
    line-height: 32px;
}

.services-details-area .benifits-content ul li i {
    display: inline-block;
    color: #6cb209;
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-right: 8px;
}



/*---=====================================================
   <!--green Strat Project Details Area Css-->
=========================================================---*/

.project-details-area {
    padding: 100px 0 100px;
}

.project-details-content {
    margin-top: 35px;
}

.project-details-thumb img {
    width: 100%;
}

.project-details-content h4 {
    font-size: 36px;
    margin-bottom: 17px;
}

p.project-details-desc {
    font-size: 17px;
    margin-bottom: 27px;
}

.project-details-content h3 {
    font-size: 28px;
    margin-bottom: 20px;
    margin-top: 54px;
}

.project-details-item-images img {
    width: 100%;
}

.project-details-list-item h4 {
    font-size: 28px;
}

.project-details-list-item ul li i {
    display: inline-block;
    color: #6cb209;
    font-size: 19px;
    margin-right: 11px;
    position: relative;
    top: 2px;
}

.project-details-list-item ul li {
    font-size: 17px;
    line-height: 39px;
}

a.project-details-text {
    display: inline-block;
    font-size: 28px;
    line-height: 38px;
    color: #6cb209;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 19px;
}

.project-details-right {
    background: #F6F6EE;
    padding: 29px 41px 30px;
    border-radius: 5px;
    margin-top: 50px;
}

.project-details-info {
    border-bottom: 1px solid #86868152;
    padding-bottom: 10px;
    padding-top: 9px;
}

.project-details-info:last-child{
    border-bottom: transparent;
}

.project-details-info p {
    margin-bottom: 0;
}

.project-details-info h6 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 6px;
}




/*---=====================================================
   <!--green Strat Blog Details Area Css-->
=========================================================---*/
.blog-details-area {
    padding: 70px 0 70px;
}

.blog-details-thumb{
    overflow: hidden;
}

.blog-details-thumb img {
    width: 100%;
    transition: 0.5s;
}

.blog-details-thumb img:hover{
    transform: scale(1.2) skew(-10deg);
}

.blog-details-content {
    padding: 27px 36px 20px;
    border: 1px solid #2222;
}

.blog-details-area .meta-blog span {
    display: inline-block;
    margin-right: 28px;
    font-weight: 500;
}

.blog-details-area span.mate-text {
    padding-left: 36px;
    position: relative;
}

.blog-details-area span.mate-text:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    left: 5px;
    top: 11px;
    background: #6cb209;
}

.blog-details-area .meta-blog i {
    display: inline-block;
    color: #6cb209;
    padding-right: 9px;
}

.blog-details-area .meta-blog img {
    margin-right: 8px;
    position: relative;
    top: -1px;
}

h4.blog-details-title {
    font-size: 24px;
    margin: 12px 0 19px;
}

p.blog-details-desc {
    font-size: 17px;
    margin-bottom: 25px;
}

.blog-details-author-talk {
    display: flex;
    gap: 26px;
    background: #F7F6EE;
    padding: 41px 51px 40px;
    margin-top: 48px;
}

.blog-details-quote img {
    position: relative;
    top: 8px;
}

.blog-details-author-title p {
    font-size: 20px;
    font-style: italic;
    line-height: 30px;
    color: #001819;
}

.blog-details-quote img {
    position: relative;
    top: 8px;
    color: #001819;
}

.blog-details-author-title span {
    margin-left: 58px;
    display: inline-block;
    color: #001819;
    position: relative;
}

.blog-details-author-title span:before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    left: -58px;
    top: 12px;
    background: #6cb209;
}

h3.blog-details-title {
    font-size: 28px;
    margin: 54px 0 16px;
}

p.blog-details-desc.two {
    width: 95%;
}

.blog-details-list-item {
    margin-bottom: 40px;
}

.blog-details-list-item ul li {
    margin-bottom: 10px;
    font-size: 17px;
}

.blog-details-list-item ul li i {
    display: inline-block;
    color: #6cb209;
    font-size: 18px;
    margin-right: 16px;
}

h3.blog-details-title.two {
    font-size: 28px;
    margin: 38px 0 16px;
}

p.blog-details-desc.three {
    width: 100%;
}

.blog-details-socila-box {
    border: 1px solid #2222;
    border-top: transparent;
    padding: 19px 35px 18px;
    border-radius: 0 0 5px 5px;
}

.blog-details-category span a {
    display: inline-block;
    background: #F6F6EE;
    padding: 6px 16px;
    font-weight: 500;
    color: #001819;
    border-radius: 3px;
    margin-right: 7px;
    transition: 0.5s;
}

.blog-details-category span a:hover{
    background:#6cb209;
    color:#fff;
}

.blog-details-category span a.active-class {
    background:#6cb209;
    color:#fff;
}

.blog-details-social-icon {
    text-align: right;
}

.blog-details-social-icon ul li {
    display: inline-block;
}

.blog-details-social-icon ul li i {
    display: inline-block;
    background: #1974E9;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    font-size: 13px;
    margin-left: 5px;
}

.blog-details-social-icon ul li:nth-child(2) i{
    background: #00AAE8;
}

.blog-details-social-icon ul li:nth-child(3) i{
    background: #016EAF;
}

.blog-details-social-icon ul li:nth-child(4) i{
    background: #B7071C;
}

.blog-details-post {
    margin-top: 40px;
}

.blog-post-box {
    display: flex;
    background: #f8f6f3;
    align-items: center;
    padding: 84px 21px 31px 43px;
    gap: 23px;
    margin: 0 13px;
}

.blog-post-box.style-two {
    text-align: right;
    padding: 85px 49px 31px 21px;
}

.blog-post-content a {
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    color: #001819;
    font-weight: 600;
    transition: 0.5s;
}

.blog-post-content a:hover{
    color:#49AE44;
}

.blog-post-content p {
    font-size: 14px;
    margin: 0;
    color:#49AE44;
}

.blog-details-post .owl-nav {
    position: relative;
}

.blog-details-post .owl-prev {
    position: absolute;
    top: -159px;
    left: 54px;
    font-size: 18px !important;
    color: #001819;
    font-weight: 500;
}

.blog-details-post .owl-prev i {
    color: #6cb209;
    display: inline-block;
    font-size: 13px;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.blog-details-post .owl-next {
    position: absolute;
    top: -159px;
    right: 54px;
    font-size: 18px;
    color:#001819;
    font-weight: 500;
}

.blog-details-post .owl-next i {
    color: #6cb209;
    display: inline-block;
    font-size: 13px;
    margin-left: 5px;
}

.blog-details-post .owl-next i:hover{
    background: transparent;
}


/* Comment CSS */

.single-comment-area {
    background: #F6F6EE;
    padding: 49px 41px 56px;
    margin-top: 61px;
    border-radius: 5px;
}

.blog-details-comment-title h4 {
    font-size: 28px;
    margin: 0 0 28px;
}

.blog-details-comment {
    margin-bottom: 19px;
    position: relative;
    border: 1px solid #22222214;
    padding: 29px 29px 25px;
}

.blog-details-contact-title h4 {
    font-size: 23px;
    font-weight: 600;
    padding-bottom: 31px;
}

.blog-details-area .contact-input-box input {
    background: #fff;
    border: transparent;
    width: 100%;
    height: 60px;
    padding: 22px;
    outline: 0;
    margin-bottom: 11px;
}

.blog-details-area .contact-input-box textarea {
    background: #fff;
    border: transparent;
    width: 100%;
    height: 170px;
    padding: 12px 22px 0;
    outline: 0;
    margin-top: 11px;
    margin-bottom: 20px;
}

.input-check-box span {
    font-size: 15px;
    margin-left: 7px;
}

.blog-details-submi-button button {
    background: #6cb209;
    color: #fff;
    text-transform: uppercase;
    border: transparent;
    padding: 12px 26px;
    font-size: 15px;
    margin-top: 34px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    border: 2px solid #6cb209;
    border-radius: 5px;
    font-weight: 500;
}

.blog-details-submi-button button:hover{
    color:#6cb209;
}

.blog-details-submi-button button:before{
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background:#fff;
    transition: 0.5s;
    z-index: -1;
    border-radius: 5px;
}

.blog-details-submi-button button:hover:before{
    width: 100%;
    left: 0;
}

/*sidber Css*/

/*---=====================================================
   <!--green Strat Donation Details Area Css-->
=========================================================---*/
.donation-details-area {
    padding: 100px 0 100px;
}

.donation-details-area .single-donation-box {
    margin: 0;
}

.donation-details-area .donation-content {
    background: #F6F6EE;
    padding: 67px 39px 23px;
}

.donation-details-area .skill-bg {
    width: 99%;
}

h4.dontaion-detais-title {
    font-size: 30px;
    margin: 40px 0 24px;
}

p.dontaion-detais-desc {
    font-size: 17px;
}


/*tab content*/
.donation-details-area .tabcontent {
    background: #49AE44;
    padding: 13px 30px 20px;
    text-align: right;
    border-radius: 4px;
    margin: 45px 0 20px;
    position: relative;
}

.donation-details-area .tabcontent:before {
    position: absolute;
    content: "Your Donation :";
    left: 30px;
    top: 26px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.donation-details-area .tabcontent h3 {
    font-weight: 700;
    font-size: 30px;
    color: #fff;
}


/*button count number*/

.donation-details-area button.tablink {
    border: 0;
    background: #F6F6EE;
    color: #1b3434;
    height: 50px;
    width: 88px;
    margin-right: 6px;
    border-radius: 4px;
    font-weight: 500;
    transition: .5s;
    margin-bottom: 5px;
}

.donation-details-area button.tablink:hover {
    background: #49AE45;
    color: #fff;
}


/*forms title*/
.donation-details-area .up.forms-title h1 {
    font-size: 20px;
    font-weight: 600;
    padding: 38px 0 20px;
}

.donation-details-area .form-title h6 {
    font-size: 17px;
    padding: 0px 0 12px;
    font-weight: 500;
    color: #1b3434;
}

.donation-details-area .up.form-box input {
    height: 58px;
    background-color: #fff;
    border: 1px solid rgba(27,52,52,0.1);
    transition: .5s;
    padding: 0px 20px;
    display: block;
    width: 100%;
    color: #0D0E14;
    margin-bottom: 18px;
    border-radius: 4px;
    outline: 0;
}


.donation-details-area .check-content h5 {
    font-size: 20px;
    font-weight: 500;
    padding: 16px 0px 18px;
}

.donation-details-area .dpx label {
    color: #1b3434;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-right: 30px;
}

.donation-details-area .option-input {
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    top: 5.33333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    transition: all 0.15s ease-out 0s;
    background: #e2e5e8;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.4rem;
    outline: none;
    position: relative;
    z-index: 1000;
}

.donation-details-area .option-input:hover {
  background: #9faab7;
}

.donation-details-area .option-input:checked {
    background: #6cb209;
}

.donation-details-area .option-input:checked::before {
    width: 10px;
    height: 10px;
    display: flex;
    content: '\f00c';
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    align-items: center;
    font-family: 'Font Awesome 5 Free';
    left: 5px;
    top: 5px;
}

.donation-details-area .option-input.radio {
  border-radius: 50%;
}

.donation-details-area .option-input.radio::after {
  border-radius: 50%;
}

.donation-details-area button.submit-donation {
    background: #49AE44;
    border: transparent;
    color: #fff;
    padding: 15px 40px;
    border-radius: 4px;
    margin-top: 43px;
    border: 2px solid #49AE44;
    transition: 0.5s;
}

.donation-details-area button.submit-donation:hover{
    background: transparent;
    color: #49AE44;
}

/*sidber contact*/

.widget-sidber-contact-box {
    background: url(../images/inner-images/sidber-contact.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 5px;
    padding: 48px 43px 48px;
}

p.widget-sidber-contact-text {
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
    padding: 25px 0 13px;
}

h3.widget-sidber-contact-number {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 14px;
}

span.widget-sidber-contact-gmail {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    margin: 0;
}

span.widget-sidber-contact-gmail i {
    display: inline-block;
    font-size: 17px;
    color: #49AE44;
    position: relative;
    top: 2px;
    margin-right: 6px;
}

.widget-sidber-contact-btn  a{
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Inter";
    text-decoration: none;
    background: #49AE44;
    padding: 16px 98px 15px;
    border-radius: 5px;
    margin-top: 55px;
    transition: 0.5s;
    border: 2px solid #49AE44;
}

.widget-sidber-contact-btn  a:hover{
    background: transparent;
    color:#49AE44;
}

.widget-sidber-contact-btn a i {
    display: inline-block;
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-left: 3px;
}

/*blog Grid Css*/

.blog-grid-area {
    padding: 60px 0 60px;
}

/*blog List Area Css*/

.blog-list-area{
   padding: 123px 0 103px;
}

.single-blog-list-box {
    margin-bottom: 25px;
}

.blog-thumb{
   overflow: hidden;
}

.blog-thumb img {
    width: 100%;
    transition: 0.5s;
}

.single-blog-list-box:hover .blog-thumb img {
    transform: scale(1.2) skew(-10deg);
}

.blog-list-content{
    padding: 27px 36px 20px;
    border: 1px solid #2222;
}

.blog-list-area .meta-blog span {
    display: inline-block;
    margin-right: 28px;
    font-weight: 500;
}

.blog-list-area span.mate-text {
    padding-left: 36px;
    position: relative;
}

.blog-list-area span.mate-text:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    left: 5px;
    top: 11px;
    background: #6cb209;
}

.blog-list-area .meta-blog i {
    display: inline-block;
    color: #6cb209;
    padding-right: 9px;
}

.blog-list-area .meta-blog img {
    margin-right: 8px;
    position: relative;
    top: -1px;
}

a.blog-list-title {
    display: inline-block;
    color: #001819;
    font-size: 32px;
    margin: 14px 0 20px;
    font-weight: 700;
}

a.blog-list-title:hover{
    color:#6cb209;
}

p.blog-list-desc {
    font-size: 17px;
    margin-bottom: 7px;
}

.blog-list-button {
    border: 1px solid #2222;
    border-top: transparent;
    padding: 22px 35px;
    border-radius: 0 0 5px 5px;
}

.blog-list-button a {
    display: inline-block;
    font-size: 16px;
    color: #001819;
    font-weight: 500;
    transition: 0.5s;
}

.blog-list-button a:hover{
    color: #49AE44;
}

.blog-list-button i {
    display: inline-block;
    position: relative;
    top: 2px;
    left: 4px;
    font-size: 17px;
}



/*
<!-- =================================== -->
<!--green Contact Area Css -->
<!-- =================================== -->*/

.contact-area {
    padding: 40px 0px;
}

.contact-area .section-title.left {
    margin-bottom: 42px;
}

.contact-info-bg {
    background: #ECECEC;
    padding: 25px;
}

.contact-info-box {
    text-align: left;
    padding: 6px 0px 16px;
    position: relative;
    display: flex;
}
.contact-info-content h4 {
    font-size: 18px;
    color: #000000;
    margin: 0px 0 3px;
    font-weight: 600;
}

.contact-info-content p {
    color: #000000;
    margin: 0;
    width: 50%;
}
.google-map iframe {
    width: 100%;
    height: 430px;
    border-radius: 0px;
}

.single-input-box input {
    width: 100%;
    height: 57px;
    outline: 0;
    color: #868681;
    border: 1px solid #2222;
    border-radius: 5px;
    padding: 0 21px;
    margin-bottom: 20px;
}

.single-input-box input::placeholder{
    color: #868681;
}

.single-input-box textarea {
    width: 100%;
    height: 150px;
    outline: 0;
    color: #868681;
    border: 1px solid #2222;
    border-radius: 5px;
    padding: 10px 21px;
    margin-bottom: 5px;
}

.single-input-box textarea::placeholder{
    color: #868681;
}

.input-check input {
    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.input-check span {
    display: inline-block;
    font-size: 15px;
}

.contact-submit-button input[type="submit"] {
    background: #6cb209;
    color: #fff;
    border: transparent;
    padding: 7px 14px;
    border-radius: 3px;
    margin-top: 18px;
    outline: 0;
    border: 2px solid #6cb209;
    transition: 0.5s;
}

.contact-submit-button input[type="submit"]:hover{
    background: transparent;
    color:#49AE44;
}



/*html css*/
.nav-logo {
    margin: 0 0 50px;
}

.content-box h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}

.content-box p {
    display: inline-block;
    color: #fff;
    padding: 15px 0 0;
}

a.theme-btn.btn-style-two span {
    color: #fff;
    font-size: 20px;
}

a.theme-btn.btn-style-two i {
    color: #49AE45;
}

.contact-info h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 600;
}

ul.list-style-one li {
    display: block;
    list-style: none;
    color: #fff;
    padding: 16px 0 0;
    overflow: hidden;
}

ul.list-style-one li span {
    font-size: 20px;
    font-weight: 600;
    color: #49AE45;
    margin: 0 10px 0 0px;
}

ul.social-box {
    margin: 30px 0 0;
}

ul.social-box li {
    display: inline-block;
    list-style: none;
    margin: 0 6px 0 0;
}

ul.social-box li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    color: #49AE45;
    transition: .5s;
    font-size: 18px;
    border-radius: 3px;
}

ul.social-box li a:hover {
    background:#49AE45;
    color: #fff;
}

/*start css*/

.hero-content {
    text-align: center;
}
.header-logo {
    width: 142px;
}
.header-logo img{
    width: 100%;
	    height: auto;
}
.top-header-area:before{
    content:'';
    background: #6CB209;
    position: absolute;
    right: 0;
    width: 20%;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.header-menu ul li a.active, .header-menu ul li a:hover, .header-menu ul li a:focus{
    color: #6cb209;
}
.process-icon-thumb-two img{
    width: 136px;
    padding: 6px;
    background: #fff;
    border-radius: 100%;
    margin: 8px;
}
.about-right .green-button{
    margin-left:64px;
    margin-top: 0px;
}
.green{
 color:#6CB209;
}
.fw-600{
    font-weight:600;
}
.textabout{
    text-align: center;
}
.textabout img {
    width: 300px;
}
.green-button a.radius-20{
    border-radius:30px;
}
.padding{
    padding:80px 0px;
}
.why_usdiv {
    text-align: center;
}
.icon_w{

}
.why_usdiv h4{
    color:#6CB209;
    padding: 15px 0px;
    font-size: 20px;
}.why_usdiv p{
    color:#fff;
}
.skill-area{
 background-repeat: no-repeat;
 background-size: cover;
 background-position: 50% 0px;
 position: relative;
 clear: both;
}
.whychoseus{
 background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;   
}
.discover{background: #1D202B;padding: 6px 20px;border: none;border-radius: 28px;margin-top: 18px;}
.discover a{
  color:#fff;  
}
.border-left{
    border-left: 2px solid #83c920;
}
.cont_well {
    padding: 91px 20px 18px;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}
.whatwedo {
    height: 470px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
    padding-top: 214px;
}
.cont_well h5{
    padding-bottom:10px;
}
.whatwedo_main{
    padding-top: 50px;
}
.sticky.home-two.header-area .header-logo {
    width: 100px;
}
.two-img{
    position: absolute;
    margin: 0 auto;
    text-align: center;
    top: 0;
    left: 0;
    width: 71%;
    right: 0;
}
.home-six .footer-widget-menu ul li a:hover{
  color:#6CB209;      
}
.social span{
  color:#6CB209;
  font-size: 14px;
}
.footer-widget-menu p img {
    height: 25px;
    width: 25px;
}
.checkbox {
}

/* checkbox style */
.checkbox input[type="checkbox"] {
  display: none;
}

.checkbox label {
  position: relative;
  height: 1rem;
  cursor: pointer;
  color: #000;
}

.checkbox label:before {
  content: "\2713";
  display: display;
  font-size: .9rem;
  text-align: center;
  padding: 2px 6px 1px 6px;
  width: 1rem;
  margin-right: 10px;
  border-radius: 2px;
  color: transparent;
  box-shadow: 0 0 0 2px #ccc inset;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.checkbox input[type="checkbox"]:checked ~ label:before {
  background-color: #6cb209;
  color: #FFF;
  box-shadow: none;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}
.contact-left-img{animation: dance3 4s linear infinite;margin-bottom: -45px;position: relative;z-index: 99;}
.testimonial-text h3 {
    color: #fff;
    font-size: 35px;
}
.testimonial-text p{
    color:#fff;
    width: 68%;
    margin-top: 20px;
}
.testimonial-list-1 .owl-nav{position: absolute;left: -100%;bottom: 0;}
.testimonial-list-1 .owl-prev{color: #fff;border: 1px solid #979797;width: 35px;height: 35px;text-align: center;padding: 4px;border-radius: 100%;display: inline-block;margin: 0px 7px;}
.testimonial-list-1 .owl-next{
    color: #fff;
    border: 1px solid #979797;
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 4px;
    border-radius: 100%;
    display: inline-block;
    margin: 0px 7px;
}
@media (max-width:767px){
    .single-about-box:nth-child(3){
        margin-bottom: 20px;
    }
    .cont_well {

}
    .whatwedo{
        margin-bottom:15px;
    }
    .testimonial-text h3 {
    font-size: 24px;
}
    .home-six .contact-box input{
        height:45px;
            margin-bottom: 10px;
    }
     .contact-left-img{
                margin: 0px auto;
        display: table;
        text-align: center;
     }
    .contact-left-img img{
        width:50%;
    }
    .home-six.footer-area {
    padding: 151px 0 39px;
    margin-top: -136px;
}
    .footer-bottom-content ul {
    text-align: center;
    font-size: 11px;
}
    .home-six .footer-bottom-content p{
        text-align: center;
    }
    .section-title.left h1{
        font-size: 20px;
    }
    .single-process-box-two:after{
        display: none;
    }
    .hero-content img{
        width: 100%;
    }
    .green-button a,.green-button.two a {
    padding: 5px 13px;
}
}
.rightimage_history img{
width: 100%;
}
.rightimage_history{
    position: relative;
    right: 0;
    bottom: 0;
}
.history{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 173px 0px;
}
.border-right-green{
     border-right: 1px solid #6cb209;
}
.aboutwhy{
 padding: 173px 0px;   
}

.tablfix span{
    /* background: #6cb209; */
    width: 100%;
    display: inline-block;
    color: #6cb209;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: 0px;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
}
.sticky.home-two.header-area .header-menu ul li a{
    color: #6cb209;	
}
.scrllfix.user_stky {
    background: #eee;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 75.6%;
    margin-top: 82px;
    padding: 12px 0px;
}
.tables tr:nth-child(even){
	background:#fbfbfb;
}
.tables tr td{
    padding: 14px 8px;
    border: 1px solid #eee;
}
.our-technology {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.process-area-two.procestech .single-process-box-two:after{
display: none;
}
.delvn{
    width:300px;
  
    margin-bottom: 0;
    position: absolute;
    z-index: 99;
    right: 0;
    bottom: -60px;
}
.contact-info-bg1 {
    position: relative;
}
.maps {
    margin-bottom: -58px;
}
.contact-info-icon img{
    background: #6cb209;
    padding: 11px;
    margin-right: 18px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
}
.prjectpage .single-project-box{
}
h2.fs-20{
    font-size:25px;
}
.projectradisous{
/*     border-radius:13px;
    overflow: hidden; */
}
.blog-grid-area .single-blog-box {
    background: #ffffff;
    padding: 0px;
}
.single-blog-thumb.small-blog{
    height:230px;
}
.single-blog-thumb.small-blog img{
 object-fit: cover;
 height:100%;
}
.projectradisous:hover h3{
     background: #6CB209;
     color:#fff;
 transition: all 0.3s ease-in-out;
}
.projectradisous h3{
 transition: all 0.3s ease-in-out;
 background: #D9D9D9;
 padding: 15px 10px;
 font-size: 20px;
 text-align: center;
}
.blog_pice_img{
display: block;
overflow: hidden;
    }
.blog_pice_img img{
   transition: all 0.3s ease-in-out;  
}
.blog_pice_img:hover img{
    transform: scale(1.03);
    transition: all 0.3s ease-in-out;
}

/*timeline css*/

 .timeline {
    position: relative;
    width: 100px;
    margin: 0 auto;
    padding: 0px 0;
  }
  .line {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 0;
    border: 1px dashed;
    border-color: #6cb209;
    animation: draw-line 3s ease forwards;
  }
  .timeline-icon {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0px auto 124%;
    background-color: white;
    border: 1px solid #6cb209;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transform: translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  .icon-house::before {
    content: "";
    background-image:url(../images/icon1.png);
    font-size: 24px;
    color: red;
    width: 35px;
    height: 35px;
    background-size: cover;
    position: absolute;
  }

  .icon-user::before {
    content: "";
    background-image:url(../images/icon2.png);
    font-size: 24px;
    color: red;
    width: 35px;
    height: 35px;
    background-size: cover;
    position: absolute;
  }

  .icon-info::before {
    content: "";
    background-image:url(../images/senl.png);
    font-size: 24px;
    color: red;
    width: 35px;
    height: 35px;
    background-size: cover;
    position: absolute;
  }
  .icon-inno::before {
    content: "";
    background-image:url(../images/senl2.png);
    font-size: 24px;
    color: red;
    width: 35px;
    height: 35px;
    background-size: cover;
    position: absolute;
  }
  .timeline-icon.visible {
    opacity: 1;
    transform: translateY(0);
  }
  @keyframes draw-line {
    0% {
      height: 0;
    }
    100% {
      height: 100%;
    }
  }
  .timeline .timeline-icon:last-child{
        margin: 0px auto 0%;
}
.household h3{
    font-size: 22px;
    color: #6cb209;
    margin-bottom: 7px;
}
.linepoints .household:nth-child(2){padding-top: 48%;}
.household.pd-top{
    padding-top: 37%;
}
.household.pd-top2{
    padding-top: 43%;
}
@media (max-width:1024px) and (min-width:768px){
.linepoints .household:nth-child(2){padding-top: 2%;}
.household.pd-top{
    padding-top: 2%;
}
    }
@media (max-width:767px){
    .linepoints .household:nth-child(2){padding-top:2%;}
.household.pd-top{
    padding-top: 2%;
}
.household.pd-top2{
    padding-top: 2%;
}
}

/*end css*/

.iclon li p{
    color:#fff;
}
.iclon li{
    margin: 20px 0px;
}
.history.solutionpage {
    padding: 60px 0px;
}
ul.listing {
    list-style: circle;
    padding: 10px 20px;
}
ul.listing li{
    list-style: circle;
    color: #000000;
    font-weight: 400;
    font-size: 15px;
}
.timeline-icon.icon-house:after{
    content: '01';
    position: absolute;
    font-size: 59px;
    color: #6CB209;
    opacity: 0.1;
    left: 69px;
    font-weight: bold;
}
.timeline-icon.icon-user:after {
        content: '02';
    position: absolute;
    font-size: 59px;
    color: #6CB209;
    opacity: 0.1;
    right: 69px;
    font-weight: bold;
}
.timeline-icon.icon-info:after {
      content: '03';
    position: absolute;
    font-size: 59px;
    color: #6CB209;
    opacity: 0.1;
    left: 69px;
    font-weight: bold;
}
.timeline-icon.icon-inno:after {
        content: '04';
    position: absolute;
    font-size: 59px;
    color: #6CB209;
    opacity: 0.1;
    right: 69px;
    font-weight: bold;
}
.home-two.header-area .header-menu ul li.current-menu-item a{
    color: #6cb209;
}
.contactform form .wpcf7-list-item-label, .contact-info-bg form .wpcf7-list-item-label{
	color:#000;
	padding-left: 7px;
    vertical-align: top;
}
@media (max-width:767px){
	.home-six .footer-widget-menu p {
    width: 90%;
	}
    .blog-details-area {
    padding: 40px 0 25px;
}
    .skill-area.padding.aboutskill {
    padding: 40px 0px;
}
    .aboutwhy {
    padding: 75px 0px;
}
    .about-area.aboutpage {
    padding-bottom: 0px;
}
    .history {
    padding: 65px 0px;
}
    .tables {
    display: block;
    overflow-x: scroll;
}
    .technotext {
    padding-top: 30px;
}
    .delvn {
    width: 150px;
    right: -25px;
    bottom: -92px;
}
    .contact-info-content p{
        width: 100%;
    }
    .single-project-box{
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .project_content,  .contact-info-bg1{
        margin-top: 20px;
    }
    .blog-grid-area{
        padding-bottom: 0px;
    }
.projectradisous{
    margin-top: 20px;
}
    .home-six.contact-area{
        padding-bottom: 120px;
    }
    .section-title h3 {
    font-size: 20px;
}
    .padding {
    padding: 40px 0px;
}
h5.green {
    font-size: 17px;
}
}
@media (max-width:1024px) and (min-width:768px){
    .technotext, .contact-info-bg1{
        padding-top: 0px;
    }
    .single-blog-thumb.small-blog{
        height: auto;
    }
    .prjectpage .single-project-box{
        margin-right: 0px;
    }
    .project_content{
        margin-top: 30px;
    }
    .household.pd-top2 {
    padding-top: 5%;
}
    .process-left{
        margin-top: 30px;
    }
    .history {
    padding: 50px 0px;
}
    .aboutwhy {
    padding: 70px 0px;
}
    .contact-left-img img{
width:100%;
    }
    .contact-left-img {
    width: 259px;
    margin: 0 auto;
    margin-bottom: -3px;
    text-align: center;
}
    .home-six .footer-widget-menu ul li img{
        width: 100%;
    }
    .whatwedo{
        margin-bottom: 20px;
    }
    .hero-content img{
        width: 100%;
    }
}
.top-header-info ul li a
{
    color: #fff;
}
p.d-flex.gap-2 span a
{
    color: #fff;
}
.screen-reader-response
{
	display:none !important;
}
.header-menu ul li .sub-menu li{
	margin-right:0px !important;
	    display: block !important;
}
.imsg_cn {
    width: 18%;
    margin-right: 20px;
}
.content_cn {
    width: 80%;
}
.debn-area-two{
background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;	
}
.circle_sel {
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: center center;
    padding-top: 20%;
    margin-bottom: -183px;
}
.techimage {
    width: 168px;
    margin: 0 auto;
}
.circle_fire {
    padding-bottom: 200px;
}
.minus_circle{
	margin-top: -236px;
}
.hover_xl img{
	width:100%;
}
.hover_xl {
      width: 200px;
      text-align: center;
      margin: 19px auto 0px;
      position: relative;
      overflow: hidden;
      border-radius: 20px;
}
.hover_xl.thirds{top: -42px;position: relative;right: -18px;z-index: -1;}
.hover_xl:after{
	content:'';
	opacity:0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgb(108 178 9 / 68%);
	z-index: 99;
	transition: all 0.3s ease-in-out;
	height: 0px;
	top: 0;
}
.hover_xl:hover:after{opacity:1;height: 100%;transition: all 0.3s ease-in-out;}
.over_tech ul:after{
	content:'';
	position: absolute;
	right: 30px;
	bottom: 30px;
	background: #f5f3f3;
	height: 50px;
	width: 50px;
	border-radius: 100%;
}
.over_tech ul{
	border: 2px solid #6cb209;
	padding: 20px 30px;
	border-radius: 25px;
	margin-bottom: 30px;
	position: relative;
}
.over_tech ul li{
	padding: 7px 0px;
	font-weight: 500;
}
.techno_mart{
position: relative;	
}
.dot {
            position: absolute;
            width: 15px;
            height: 15px;
            background-color: #6cb209;
            border-radius: 50%;
            cursor: pointer;
            transition: transform 0.2s ease-in-out;
        }

        .dot:hover {
            transform: scale(1.3);
        }

        .tooltip {
            position: absolute;
            color: #6cb209;
            padding: 5px 10px;
            border-radius: 5px;
            font-size: 16px;
            display: none;
            width: 200px;
            border: 2px solid #6cb209;
            text-align: center;
            background: #fff;
            font-weight: 600;
        }

        .dot:hover + .tooltip, .dot:focus + .tooltip, .dot:focus-within + .tooltip, .dot:focus-visible + .tooltip {
            display: block;
            opacity: 1;
        }

        /* Position dots on image */
        .dot1 {top: 35%;left: 12%;}
        .dot2 {top: 27%;left: 30%;}
        .dot3 {top: 12%;left: 48%;}
        .dot4 {top: 24%;left: 68%;}
        .dot5 {top: 25%;left: 87%;}
        .dot6 {top: 63%;left: 12%;}
        .dot7 {top: 63%;left: 30%;}
        .dot8 {top: 50%;left: 47%;}
        .dot9 {top: 53%;left: 75%;}
        .dot10 {top: 55%;left: 90%;}
.dot::before {
    content: "";
    border: 2px solid #6cb209;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width:40px;
    height: 40px;
    border-radius: 50%;
    -webkit-animation: zoombig 3.25s linear infinite;
    animation: zoombig 3.25s linear infinite;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.dot::after {
    content: "";
    border: 2px solid #6cb209;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-animation: zoombig 3.25s linear infinite;
    animation: zoombig 3.25s linear infinite;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
@-webkit-keyframes zoombig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 3px;
  }
  65% {
    border-width: 2px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 2px;
  }
}

@keyframes zoombig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 3px;
  }
  65% {
    border-width: 2px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 2px;
  }
}
.procontent_xv h6{
	color: #fff;
	text-transform: capitalize;
	margin-bottom: 3px;
}
.procontent_xv p{
	color: #ababab;
}
section.project-area.prjectpage {
     margin-bottom: -72px;
    background-size: cover;
    background-position: 100%;
}
.procontent_xv {
    padding-bottom: 40px;
}
.w-80{
	width:80%;
}
.project_content ul{
	padding-left:17px;
}
.project_content ul li {
    list-style: initial;
}
.process-iconsv{
	position:relative;
}
.process-iconsv img {
    width: 268px;
    border-radius: 100%;
    height: 268px;
    object-fit: cover;
    padding: 10px;
}
.process-iconsv:before {
    position: absolute;
    content: "";
    width: 270px;
    height: 270px;
    left: 0;
    right: 0;
    top: 0;
    border: 2px dashed #6cb209;
    border-radius: 50%;
    margin: auto;
    animation: rotateme 20s linear infinite;
    z-index: -1;
}
.process-iconsv:after{
 content: "";
 background-image: url(https://demoshowcase.in/greenwp/wp-content/uploads/2025/02/iconse.png);
 width: 62px;
 height: 18px;
 background-size: contain;
 position: absolute;
 top: 46%;
 right: 20.4%;
}
.process-iconsv.leftimg:after{
 right: unset;
 left: 20.6%;
 transform: rotate(181deg);
}
.bg-setgrey {
    background: #fbfbfb;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #f1f1f1;
}
@media (min-width:768px) and (max-width:1024px){
	section.project-area.prjectpage {
    margin-bottom: -123px;
	}
	.process-iconsv.leftimg:after {
    left: 4.6%;
}
	.process-iconsv:after {
    right: 4.4%;
}
	.process-iconsv:before {
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
	}
	.process-iconsv img {
    width: 200px;
    height: 200px;
}
	.procontent_xv {
    padding-top: 40px;
}
	.over_tech {
    margin-top: 35px;
}
.circle_sel {
    padding-top: 40%;
}
}
@media (max-width:767px){
    .mobilebtns{
        position: absolute;
        top: 17px;
        z-index: 999;
        right: 0;
        left: 0;
        text-align: center;
}
.mobilebtns li{
    display: inline-block;
}
.headbtn{
    font-size: 12px !important;!i;!;
    padding: 5px 9px !important;!i;!;
}
	.process-iconsv.leftimg:after {
    right: 0;
    left: 0;
    transform: unset;
    transform: rotate(90deg);
}
	.process-iconsv:after {
    top: unset;
    bottom: -32px;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: rotate(90deg);
}
	.process-iconsv {
    margin-bottom: 50px;
}
	.tooltip{
		        top: unset !important;
        margin: 0 auto;
        left: unset !important;
        right: 0;
        width: 100%;
	}
	.autofill {
    margin-bottom: 25px;
}
	.hover_xl {
    width: 145px;
	}
	.circle_fire {
    padding-bottom: 35px;
}
	.minus_circle {
    margin-top: 0px;
}
	.circle_sel {
    padding-top: 5%;
    margin-bottom:0px;
	background-image: unset !important;
}
	.moblepd{
		padding-bottom:40px;
	}
	.about-right .green-button {
    margin-left: 0px;
	}
	.border-left.px-4 {
    padding: 0px 12px !important;
}
}
a.headbtn {
    padding: 2px 9px;
    font-size: 14px;
    background: #6cb209;
    border: none;
}




