.top-header-area {
    padding: 11px 0;
    border-bottom: 1px solid #49ae4436;
    z-index: 9;
    position: relative;
    background: #fff;
}

.top-header-info ul li {
    display: inline-block;
    color: #000000;
    margin-right: 29px
}

.top-header-info ul li i {
    color: #49af45;
    display: inline-block;
    font-size: 17px;
    padding-right: 5px
}

.top-header-right {
    text-align: right
}

.top-header-contact {
    display: inline-block;
    margin-right: 51px
}

.top-header-contact span {
    display: inline-block;
    color: #000000
}

.top-header-contact span i {
    display: inline-block;
    color: #49af45;
    padding-right: 8px
}

.top-header-social-icon {
    display: inline-block
}

.top-header-social-icon ul li {
    display: inline-block
}

.top-header-social-icon ul li i {
    color: #000000;
    font-size: 15px;
    padding-left: 14px;
    transition: .5s
}

.top-header-social-icon ul li i:hover {
    color: #49af45
}

.header-area {
    border-bottom: 1px solid #49ae4421;
    z-index: 9;
    position: relative;
    margin-bottom: -100px;
    background: #fff;
}

.header-menu {
    text-align: right
}

.header-menu ul li {
    display: inline-block;
    margin-right: 57px
}

.header-menu ul li:last-child {
    margin-right: 50px
}

.header-menu ul {
    display: inline-block
}

.header-menu ul li a {
    display: inline-block;
    color: #000000;
    padding: 33px 0;
    font-size: 17px;
    font-weight: 500;
    transition: .5s
}

.header-menu ul li a:hover {
    color: #49af45
}

.header-menu ul li i {
    display: inline-block;
    font-size: 12px;
    position: relative;
    left: 6px;
    top: 0
}

.header-secrch-icon {
    display: inline-block
}

.header-secrch-icon i {
    display: inline-block;
    color: #49af45;
    font-size: 16px;
    cursor: pointer
}

.header-button {
    display: inline-block
}

.header-button a {
    display: inline-block;
    background: #49af45;
    padding: 11px 26px;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    margin-left: 36px;
    position: relative;
    z-index: 1;
    transition: .5s
}

.header-button a:hover {
    color: #49af45 !important
}

.header-button a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: -1;
    border-radius: 5px;
    transform: scale(0);
    transition: .5s
}

.header-button a:hover:before {
    transform: scale(1)
}

.header-button i {
    transition: .5s
}

.header-button a:hover i {
    color: #49af45 !important
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, .1);
    background: #ffffff !important;
    transition: .5s;
    z-index: 999 !important;
    -webkit-animation: .3s running fadeInDown;
    animation: .5s running fadeInUp;
    animation-name: slideInDown
}

.header-menu ul li.menu-item-has-children {
    position: relative
}

.header-menu ul li .sub-menu {
    position: absolute;
    width: 200px;
    display: block;
    text-align: left;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    top: 150%;
    z-index: 2;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
    border-top: 5px solid #49af45;
    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 19px !important;
    color: #1e1e1e;
    width: 200px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    transition: .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: #49af45;
    z-index: -1;
    transition: .5s
}

.header-menu ul li .sub-menu li a:hover:before {
    height: 100%;
    top: 0
}

.hero-area {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 700px;
    position: relative;
    background-color: #add8e6
}

.hero-style.hero-area {
    background: url(../images/home1/hero-bg2.jpg)
}

.hero-content h4 {
    color: #4baf47;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 19px
}

.hero-content h1 {
    font-size: 76px;
    color: #fff;
    font-weight: 800;
    line-height: 71px
}

.hero-content p {
    opacity: .8;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    width: 49%;
    margin: 20px 0 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: .5s
}

.hero-social-icon ul li i:hover {
    color: #49af45
}

.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-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: #49af45;
    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 #49af45;
    left: -9px;
    top: -9px;
    border-radius: 50%;
    text-align: center
}

.echofy-button {
    margin-top: 40px;
    display: inline-block
}

.echofy-button a {
    display: inline-block;
    background: #49af45;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    padding: 14px 40px;
    border-radius: 6px;
    border: 2px solid #49af45;
    position: relative;
    z-index: 1
}

.echofy-button a:hover {
    color: #49af45
}

.echofy-button a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #fff;
    border-radius: 5px;
    z-index: -1;
    transition: .5s
}

.echofy-button a:hover:before {
    width: 100%;
    left: 0
}

.echofy-button img {
    position: relative;
    top: -2px;
    left: 4px;
    display: inline-block !important;
    transition: .5s
}

.echofy-button img.two {
    position: relative;
    left: -58px;
    top: -2px;
    opacity: 1;
    transition: .5s;
    z-index: 1;
    opacity: 0
}

.echofy-button:hover img.two {
    opacity: 1
}

.echofy-button.two {
    display: inline-block;
    padding-left: 16px;
    border: transparent
}

.echofy-button.two a {
    display: inline-block;
    background: 0 0;
    border: 2px solid #ffffff61;
    padding: 14px 37px
}

.echofy-text-section {
    position: relative;
    background: #49af45;
    z-index: 1;
    padding: 5px
}

.echofy-text-section .inner-container {
    max-width: 1812px;
    margin: 0 auto
}

.echofy-text-section .marquee {
    position: relative;
    --duration: 30s;
    --gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: 0
}

.echofy-text-section .marquee-block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 0;
    min-width: 87%;
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite
}

.echofy-text-section .marquee-block .content-box {
    position: relative;
    margin-right: 0
}

.echofy-text-section .marquee-block .content-box:last-child {
    margin-right: 0
}

.echofy-text-section .marquee-block .content-box:last-child::before {
    display: none
}

.echofy-text-section .marquee-block .content-box .title {
    margin: 0
}

.echofy-text-section .marquee-block .content-box h6.title {
    display: inline-block;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    padding: 0 48px
}

.echofy-text-section .marquee-block .content-box h6.title img {
    position: relative;
    left: -49px
}

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

    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)))
    }
}

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

    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)))
    }
}

.about-area {
    background: url(../images/home1/about-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.about-thumb {
    position: relative;
    left: -45px
}

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) {
    border-bottom: 1px solid #61616133;
    padding-bottom: 31px;
    margin-bottom: 3px
}

.about-box-icon {
    float: left;
    margin-right: 24px;
    margin-top: 8px
}

.about-box-content h4 {
    font-size: 24px;
    font-weight: 600
}

.about-box-content p {
    overflow: hidden;
    margin: 14px 0 0;
    width: 80%
}

.about-shape-1 {
    position: absolute;
    top: -42px;
    right: -153px;
    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;
    left: 272px;
    animation: dance3 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.left {
    margin-bottom: 49px
}

.section-title.left img {
    margin-right: 12px
}

.section-title.left h4 {
    text-transform: uppercase;
    color: #49af45;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 26px
}

.section-title.left h1 {
    font-size: 46px;
    font-weight: 700;
    line-height: 44px
}

.section-title.center {
    margin-bottom: 49px
}

.section-title.center img {
    margin-right: 12px
}

.section-title.center h4 {
    text-transform: uppercase;
    color: #49af45;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 26px
}

.section-title.center h1 {
    font-size: 46px;
    font-weight: 700;
    line-height: 44px
}

p.section-desc {
    width: 90%;
    margin: 26px 0 0
}

.service-area {
    padding: 113px 0 125px;
    background: url(../images/home1/service-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

.single-service-box {
    position: relative;
    overflow: hidden;
    padding: 0 12px
}

.service-content {
    background: #f7f6ee;
    padding: 35px 38px 159px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: .5s
}

.single-service-box:hover .service-content {
    background: 0 0
}

.service-content:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    border: 2px solid #49af45;
    z-index: -1;
    border-radius: 5px;
    transition: .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: #49af45;
    z-index: -1;
    border-radius: 5px 5px 0 0;
    transition: .5s;
    opacity: 0
}

.single-service-box:hover .service-content:after {
    width: 100%;
    opacity: 1;
    left: 0
}

.service-content h4 {
    font-size: 26px;
    font-weight: 600;
    margin: 23px 0 25px;
    position: relative
}

.service-content h4:before {
    position: absolute;
    content: "";
    width: 34px;
    height: 2px;
    left: 0;
    bottom: -13px;
    background: #49af45
}

.service-content p {
    font-size: 17px;
    margin: 0
}

.service-thumb img {
    width: 100%;
    padding: 0 43px;
    margin-top: -132px;
    position: relative;
    z-index: 1
}

.service-box-shape {
    position: absolute;
    right: 10px;
    top: 12px
}

.service-area .owl-nav {
    position: relative
}

.service-area .owl-prev {
    position: absolute;
    right: 84px;
    top: -633px
}

.service-area .owl-prev i {
    background: #e6e7e9;
    display: inline-block;
    color: #222;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border-radius: 3px;
    font-size: 18px;
    transition: .5s
}

.service-area .owl-prev i:hover {
    background: #49af45;
    color: #fff
}

.service-area .owl-next {
    position: absolute;
    right: 17px;
    top: -633px
}

.service-area .owl-next i {
    background: #e6e7e9;
    display: inline-block;
    color: #222;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border-radius: 3px;
    font-size: 18px;
    transition: .5s
}

.owl-next i:hover {
    background: #49af45;
    color: #fff
}

.skill-area {
    background: #f6f6ee;
    padding: 114px 0 110px
}

.skill-area .section-title.left {
    margin-bottom: 35px
}

.skills-item {
    display: inline-block;
    margin-bottom: 34px
}

.skills-item-content {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #fff;
    padding: 18px 59px 18px 26px;
    border-radius: 5px;
    margin-right: 15px;
    position: relative;
    z-index: 1
}

.skills-item-content:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: #47ad49;
    z-index: -1;
    transition: .5s
}

.skills-item-content:hover:before {
    width: 100%
}

.skills-item-content::last-child {
    margin-right: 0
}

.skills-item-icon i {
    background: #47ad49;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    transition: .5s
}

.skills-item-content:hover .skills-item-icon i {
    background: #fff;
    color: #47ad49
}

.skills-item-title h4 {
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    transition: .5s
}

.skills-item-content:hover .skills-item-title h4 {
    color: #fff
}

.skills {
    text-align: right
}

.skills-content p {
    font-size: 18px;
    color: #001819;
    font-weight: 600;
    margin: 0;
    margin-bottom: 13px
}

.skill-bg {
    background: #222;
    width: 95%;
    height: 8px;
    border-radius: 4px
}

span.number {
    position: relative;
    top: -38px;
    left: 17px;
    color: #001818;
    display: inline-block;
    font-weight: 600
}

.html {
    width: 80%;
    background-color: #4caf50;
    display: inline-block;
    animation: html5 2s ease-out;
    height: 8px;
    top: -8px;
    position: relative;
    left: 0;
    border-radius: 3px
}

.css {
    width: 70%;
    background-color: #4caf50;
    display: inline-block;
    animation: html5 2s ease-out;
    height: 8px;
    top: -8px;
    position: relative;
    left: 0;
    border-radius: 3px
}

@keyframes html5 {
    0% {
        width: 0
    }

    100% {
        width: 80%
    }
}

@keyframes css3 {
    0% {
        width: 0
    }

    100% {
        width: 70%
    }
}

.skills-thumb {
    position: relative;
    left: 43px;
    z-index: 1
}

.skills-shape {
    position: absolute;
    top: 28px;
    left: 22px;
    animation: dance4 4s linear infinite
}

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

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

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

.skills-shape-2 {
    position: absolute;
    right: 0;
    bottom: 20px;
    z-index: -1;
    animation: dance4 4s linear infinite
}

.counter-area {
    background: url(../images/home1/counter-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 150px
}

.single-counter-box {
    text-align: center;
    margin-bottom: 20px
}

.counter-content .counter {
    font-size: 46px;
    color: #fff;
    display: inline-block;
    margin-top: 20px
}

.counter-content span {
    font-size: 46px;
    color: #fff;
    display: inline-block;
    font-weight: 700
}

.counter-content p {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    margin: 3px 0 0
}

#poress-row {
    background: #f6f6ee;
    margin-top: -93px;
    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
}

.process-area-two {
    background: #f6f6ee;
    padding: 192px 0 93px;
    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:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: 84px;
    top: 98px;
    background: url(/images/home1/process-two-shape-1.png);
    background-repeat: no-repeat
}

.single-process-box-two.style-one:before {
    background: 0 0
}

.single-process-box-two.style-three:before {
    background: url(/images/home1/process-two-shape-2.png);
    background-repeat: no-repeat
}

.process-icon-thumb-two {
    position: relative;
    z-index: 1
}

.process-icon-thumb-two:before {
    position: absolute;
    content: "";
    width: 200px;
    height: 200px;
    left: 0;
    right: 0;
    top: 17px;
    border: 2px dashed #49af45;
    border-radius: 50%;
    margin: auto;
    animation: rotateme 20s linear infinite;
    z-index: -1
}

@keyframes rotateme {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.process-two-content {
    z-index: 1;
    position: relative
}

.process-two-content h4 {
    font-size: 24px;
    font-weight: 700;
    margin: 45px 0 15px
}

.testimonial-area {
    background: #fff;
    padding: 111px 0 0;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.testimonial-area .section-title.center {
    margin-bottom: 0
}

.single-testimonial-box {
    filter: drop-shadow(0px 10px 30px rgba(179, 179, 179, .2));
    background-color: #fff;
    border-radius: 5px;
    padding: 34px 43px 32px;
    position: relative;
    margin: 66px 10px
}

.testi-qutoe {
    float: right;
    position: relative;
    top: 12px;
    left: 0
}

.testi-author {
    display: flex;
    align-items: center;
    gap: 20px
}

.testi-author-rating ul li {
    display: inline-block;
    color: #ffaa16;
    font-size: 15px;
    margin-right: 3px
}

.testi-author-content h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 10px 0 9px
}

.testi-author-content p {
    font-size: 16px;
    margin: 0
}

p.testi-desc {
    font-size: 18px;
    line-height: 30px;
    margin: 22px 0 17px
}

.what-for-comment p {
    color: #49af45;
    font-size: 18px;
    margin: 0;
    font-weight: 500
}

.testi-shape {
    position: absolute;
    top: -66px;
    left: 24%;
    animation: rotateme2 50s linear infinite;
    z-index: -1
}

@keyframes rotateme2 {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.testi-shape-tow {
    position: absolute;
    top: 139px;
    left: 11%;
    animation: dance4 4s linear infinite
}

.testi-shape-three {
    position: absolute;
    top: 51px;
    left: 20%;
    animation: dance 2s alternate infinite
}

.testi-shape-four {
    position: absolute;
    top: 139px;
    right: 11%;
    animation: dance4 4s linear infinite
}

.testi-shape-five {
    position: absolute;
    top: 51px;
    right: 20%;
    animation: dance 2s alternate infinite
}

@keyframes dance {
    0% {
        -webkit-transform: scale(.5)
    }

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

.brand-area {
    position: relative;
    padding: 62px 0 0
}

.single-brand-box {
    text-align: center;
    display: inline-block
}

.team-area {
    padding: 192px 0 125px;
    background: url(../images/home1/team-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -82px
}

.team-area .section-title.center {
    margin-bottom: 0
}

.single-team-box {
    text-align: center;
    margin-top: -71px
}

.single-team-thumb {
    position: relative;
    top: 124px;
    z-index: 1
}

.team-content {
    background: #fff;
    padding: 152px 0 38px;
    position: relative
}

.team-content:before {
    position: absolute;
    content: "";
    width: 0;
    height: 5px;
    left: 50%;
    bottom: 0;
    background: #49af45;
    transition: .5s
}

.single-team-box:hover .team-content:before {
    width: 100%;
    left: 0
}

.team-content h4 {
    font-size: 26px;
    font-weight: 600;
    margin: 0 0 11px
}

.team-content p {
    margin: 0;
    color: #49af45;
    font-size: 16px;
    font-weight: 500
}

.team-social-icon {
    margin-top: 28px
}

.team-social-icon ul li {
    display: inline-block;
    margin: 0 2px
}

.team-social-icon ul li i {
    border: 1px solid #d5dfda;
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 50%;
    color: #7d8d85;
    position: relative;
    z-index: 1;
    transition: .5s
}

.team-social-icon ul li i:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #49af45;
    border-radius: 50%;
    z-index: -1;
    transform: scale(0);
    transition: .5s
}

.team-social-icon ul li i:hover:after {
    transform: scale(1)
}

.team-social-icon ul li i:hover {
    color: #fff
}

.single-blog-box {
    margin-bottom: 20px
}

.single-blog-thumb {
    overflow: hidden
}

.single-blog-thumb img {
    width: 100%;
    transition: .5s
}

.single-blog-box:hover .single-blog-thumb img {
    transform: scale(1.2) skew(-10deg)
}

.blog-content {
    border: 1px solid rgba(0, 24, 25, .1);
    padding: 27px 32px 28px
}

.blog-content a {
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    color: #001819;
    line-height: 32px;
    transition: .5s
}

.blog-content a:hover {
    color: #49af45
}

.blog-content p {
    margin: 14px 0 0
}

.blog-arthor {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(0, 24, 25, .1);
    border-top: transparent;
    padding: 13px 28px 14px;
    border-radius: 0 0 5px 5px
}

.blog-author-title span {
    display: inline-block;
    background: #49af45;
    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 i {
    font-size: 26px;
    display: inline-block;
    transition: .5s
}

.blog-button i:hover {
    color: #49af45
}

.footer-area {
    background: url(../images/home1/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 0
}

p.footer-desc {
    margin: 24px 0 0;
    color: #fff;
    opacity: .6
}

.footer-widget-title h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 23px
}

.footer-widget-menu ul li a {
    display: inline-block;
    color: #fff;
    opacity: .6;
    line-height: 40px;
    font-size: 16px;
    transition: .5s
}

.footer-widget-menu ul li a:hover {
    color: #49ae44;
    opacity: 1
}

.footer-widget-menu ul li i {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    opacity: .6;
    margin-right: 8px;
    transition: .5s
}

.footer-widget-menu ul li a:hover i {
    color: #49ae44;
    opacity: 1
}

.single-newsletter-box input {
    background: 0 0;
    width: 100%;
    height: 60px;
    border: 1px solid #ffffff47;
    border-radius: 5px;
    padding: 0 14px;
    outline: 0;
    color: #fff
}

.single-newsletter-box input::placeholder {
    color: #fff
}

.single-newsletter-box button {
    background-color: #49ae44;
    width: 100%;
    padding: 16px 0;
    border: transparent;
    margin-top: 16px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    border-radius: 5px
}

.footer-bottom-area {
    padding: 96px 0 33px
}

.footer-bottom-area .row.footer-bottom {
    border-top: 1px solid #ffffff3d;
    padding-top: 18px
}

.footer-bottom-content h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 400
}

.footer-bottom-content a {
    display: inline-block;
    color: #49af45
}

.top-header-area.home-two {
    background-color: #001819;
    border: transparent
}

.home-two.header-area {
    border: transparent;
    margin-bottom: -92px
}

.sticky.home-two.header-area {
    background: 0 0 !important;
    box-shadow: inherit
}

.home-two.header-area .header-menu ul li {
    display: inline-block;
    margin-right: 45px
}

.home-two.header-area .header-menu ul li a:hover {
    color: #fff
}

.home-two .header-secrch-icon i {
    color: #fff
}

.home-two .header-button a {
    border: 1px solid #fff
}

.hero-area.home-two {
    background: url(../images/home2/hero-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 860px;
    padding-top: 76px
}

.home-two .hero-content h4 {
    display: inline-block
}

.home-two .hero-content h4 img {
    float: left;
    margin-right: 10px
}

.home-two .hero-content h1 {
    color: #001819
}

.home-two .hero-content p {
    opacity: .7;
    color: #001819;
    width: 100%
}

.home-two .hero-social-icon {
    top: 38%
}

.home-two .hero-social-icon ul li.text {
    color: #001819
}

.home-two .hero-social-icon ul li.text:before {
    background: #001819
}

.home-two .hero-social-icon ul li i {
    color: #001819;
    transition: .5s
}

.home-two .hero-social-icon ul li i:hover {
    color: #49af45
}

.hero-slides-2 .owl-dots {
    display: none
}

.home-two.about-area {
    background: #fff
}

.home-two.about-area .section-title.left {
    margin-bottom: 33px
}

.home-two .about-thumb {
    position: relative;
    left: -59px
}

.home-two .about-video {
    position: absolute;
    right: 97px;
    top: 98px;
    z-index: 1
}

.home-two .about-video:after {
    position: absolute;
    content: "";
    width: 120px;
    height: 120px;
    left: -16px;
    top: -15px;
    background-color: rgba(0, 24, 25, .2);
    border-radius: 50%;
    z-index: -1
}

.home-two .about-video:before {
    position: absolute;
    content: "";
    width: 150px;
    height: 150px;
    left: -31px;
    top: -29px;
    border: 3px dotted #49af45;
    border-radius: 50%;
    z-index: -1;
    animation: rotateme2 20s linear infinite
}

@keyframes rotateme2 {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.home-two .about-video i {
    display: inline-block;
    background: #49ae44;
    color: #fff;
    width: 90px;
    height: 90px;
    text-align: center;
    font-size: 28px;
    border-radius: 50%;
    line-height: 81px;
    border: 5px solid #fff;
    position: relative
}

.home-two .about-text a {
    display: inline-block;
    color: #49af45;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 2px solid #49af45;
    margin-left: 20px
}

.home-two p.about-desc {
    margin: 37px 0 20px
}

.home-two .about-list-item {
    border-bottom: 1px solid #e6e7e9;
    padding-bottom: 16px
}

.home-two .about-list-item ul li {
    font-size: 18px;
    color: #001819;
    font-weight: 500;
    line-height: 41px
}

.home-two .about-list-item ul li i {
    background: #49af45;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 20px;
    position: relative;
    top: 1px;
    margin-right: 16px
}

.home-two .about-single-box {
    display: flex;
    align-items: center;
    gap: 94px;
    margin-top: 33px
}

.home-two .about-author-box {
    display: flex;
    align-items: center;
    gap: 20px
}

.home-two .about-author-content h4 {
    font-size: 20px;
    margin: 0
}

.home-two .about-author-content p {
    color: #49af45;
    margin-bottom: 0;
    margin-top: 6px
}

.home-two.about-area .echofy-button {
    margin-top: 0;
    display: inline-block
}

.service-area.home-two {
    background: #f6f6ee;
    padding: 113px 0 308px
}

.single-service-box {
    position: relative;
    padding: 10px
}

.home-two .service-thumb {
    overflow: hidden
}

.home-two .service-thumb img {
    width: 100%;
    padding: 0;
    margin-top: 0;
    transition: .5s
}

.home-two .single-service-box:hover .service-thumb img {
    transform: scale(1.1)
}

.home-two .service-content {
    background: #fff;
    padding: 64px 38px 23px;
    position: relative
}

.home-two .services-icon {
    position: absolute;
    top: -16%;
    left: 27px
}

.home-two .service-content a {
    display: inline-block;
    font-size: 26px;
    font-weight: 600;
    position: relative;
    transition: .5s
}

.home-two .service-content a:hover {
    color: #49ae44
}

.home-two .service-content a:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    bottom: -20px;
    left: 0;
    background: #49ae44
}

.home-two .service-content p {
    margin: 36px 0 16px;
    border-bottom: 1px solid rgba(0, 24, 25, .1);
    padding-bottom: 24px
}

.home-two .service-button a {
    display: inline-block;
    font-size: 16px !important;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.home-two .service-button a:before {
    background: 0 0
}

.home-two .service-button i {
    display: inline-block;
    font-size: 24px;
    border-radius: 50%;
    color: #111;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    transform: rotate(-45deg);
    position: relative;
    border: 1px solid rgba(0, 24, 25, .1);
    transition: .5s
}

.home-two .service-button a:hover i {
    background: #49ae44;
    color: #fff
}

.home-two .single-service-box:hover .service-content {
    background: #fff
}

.home-two .service-content:before {
    border: transparent
}

.home-two .service-content:after {
    background: 0 0
}

.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%
}

.home-two.counter-area {
    background: 0 0;
    padding: 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 .counter {
    margin-top: 0
}

.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%
}

.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: .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: .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: .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: .5s
}

.faq-singular.active .faq-question:after {
    background: #fff
}

.faq-question img {
    padding-right: 27px;
    transition: .5s
}

.faq-singular.active .faq-question img {
    filter: brightness(0) invert(1)
}

.faq-answer {
    display: none;
    padding: 21px 30px 25px
}

.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
}

span.price {
    font-size: 16px;
    color: #001819 !important;
    display: inline-block;
    font-weight: 500
}

.home-two.testimonial-area {
    background: url(../images/home2/testi-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 100px 0 100px
}

.home-two.testimonial-area .section-title.left {
    margin-bottom: 0
}

.home-two.testimonial-area .single-testimonial-box {
    filter: blur(0);
    background-color: #f6f6ee;
    margin: 45px 10px
}

.home-two.testimonial-area .owl-prev {
    display: inline-block;
    margin-right: 11px
}

.home-two.testimonial-area .owl-prev i {
    display: inline-block;
    border: 1px solid #e6e7e9;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 3px;
    color: #000;
    transition: .5s
}

.home-two.testimonial-area .owl-prev i:hover {
    background: #49ae44;
    color: #fff
}

.home-two.testimonial-area .owl-next {
    display: inline-block
}

.home-two.testimonial-area .owl-next i {
    display: inline-block;
    border: 1px solid #e6e7e9;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 3px;
    color: #000;
    transition: .5s
}

.home-two.testimonial-area .owl-next i:hover {
    background: #49ae44;
    color: #fff
}

.home-two.testimonial-area .testi-shape {
    position: absolute;
    top: -66px;
    left: 41%;
    animation: rotateme2 50s linear infinite;
    z-index: -1
}

.home-two.marquee {
    display: flex;
    overflow: hidden;
    min-width: fit-content;
    grid-column-gap: 1rem;
    background-color: #49ae44;
    padding: 57px 0 58px
}

.scroll {
    animation: scroll 10s linear infinite
}

@keyframes scroll {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(calc(-100% - 1rem))
    }
}

.text-block {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    color: #fff;
    -webkit-text-stroke-width: 2px;
    color: transparent;
    -webkit-text-stroke-color: #fff;
    font-size: 4vw;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase
}

.reverse {
    animation-direction: reverse
}

.home-two.footer-area .echofy-button {
    margin-top: 0;
    display: inherit;
    text-align: right
}

.home-two.footer-area .echofy-button a {
    border: 1px solid #fff;
    background: 0 0
}

.home-two p.footer-desc {
    width: 70%;
    margin: 32px 0 0
}

.home-two .footer-subscribe {
    margin-top: 40px
}

.home-two .single-newsletter-box {
    position: relative
}

.home-two .single-newsletter-box input {
    background: 0 0;
    width: 83%;
    height: 60px;
    border: 1px solid #ffffff47;
    border-radius: 5px;
    padding: 0 14px;
    outline: 0;
    color: #fff
}

.home-two .single-newsletter-box button {
    background-color: transparent;
    padding: 0;
    border: transparent;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 0
}

.home-two .single-newsletter-box button i {
    display: inline-block;
    float: right;
    top: -44px;
    width: 55%;
    position: relative;
    font-size: 26px;
    color: #49ae44
}

.home-two .footer-widget-social-icon ul li {
    display: inline-block;
    margin-right: 18px
}

.home-two .footer-widget-social-icon ul li i {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    transition: .5s
}

.home-two .footer-widget-social-icon ul li i:hover {
    color: #49ae44
}

.home-two .footer-widget-title h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 43px
}

.home-two .footer-widget-info {
    display: flex;
    gap: 20px;
    margin-bottom: 19px
}

.home-two .footer-widget-info-icon i {
    display: inline-block;
    background: #1e352b;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    line-height: 45px;
    color: #fff;
    margin-top: 7px;
    position: relative
}

.home-two .footer-widget-info-icon i:after {
    position: absolute;
    content: "";
    width: 48px;
    height: 48px;
    left: -2px;
    top: -2px;
    border: 1px dashed #fff;
    border-radius: 50%;
    opacity: .5;
    animation: rotateme2 20s linear infinite;
    transition: .5s
}

.home-two .footer-widget-info:hover .footer-widget-info-icon i:after {
    opacity: 1
}

.home-two .footer-widget-info-content h4 {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 5px
}

.home-two .footer-widget-info-content p {
    margin: 0;
    color: #fff;
    opacity: .6;
    font-size: 14px;
    width: 100%
}

.style-two.echofy-button {
    margin-top: 28px
}

.style-two.echofy-button a {
    display: inline-block;
    background: #49af45;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 15px 40px;
    border-radius: 5px;
    text-transform: uppercase;
    transition: .5s
}

.style-two.echofy-button a:hover {
    color: #49af45
}

.style-two.echofy-button i {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    position: relative;
    left: 4px;
    top: 1px;
    transition: .5s
}

.style-two.echofy-button a:hover i {
    color: #49af45
}

@keyframes ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .8
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2)
    }
}

.single-blog-box {
    margin-bottom: 20px
}

.style-three.echofy-button {
    display: inline-block
}

.style-three.echofy-button a {
    display: inline-block;
    background: #49af45;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    padding: 15px 31px;
    border-radius: 0
}

.style-three.echofy-button a:hover {
    color: #49af45
}

.style-three.echofy-button i {
    transition: .5s
}

.style-three.echofy-button a:hover i {
    color: #49af45
}

@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)
    }
}

.home-five .header-menu ul li:last-child {
    margin-right: 22px
}

.home-five .header-button a {
    padding: 17px 37px;
    text-transform: uppercase
}

.home-five .header-button i {
    position: relative;
    left: 7px;
    top: 0;
    color: #fff;
    display: inline-block
}

.home-five.hero-area {
    background: url(../images/home5/hero-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 950px;
    padding-top: 125px;
    position: relative;
    padding-bottom: 123px
}

.home-five.hero-area.style-two {
    background: url(../images/home5/hero-bg-2.jpg)
}

.home-five .hero-content h4 {
    color: #4baf47;
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 12px;
    border: 1px solid #ffffff29;
    display: inline-block;
    padding: 7px 18px;
    border-radius: 5px
}

.home-five .hero-content h1 {
    font-size: 60px;
    line-height: 60px
}

.home-five .hero-content p {
    opacity: .8;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    width: 49%;
    margin: 24px 0 6px
}

.slider-counter {
    position: relative;
    left: 58%;
    bottom: 135px;
    color: #fff;
    z-index: 1;
    font-weight: 500
}

.slider-counter:before {
    position: absolute;
    content: "";
    width: 91px;
    height: 1px;
    top: 13px;
    left: -113px;
    background: #ffffff85
}

.hero-slide-five .owl-dots {
    position: relative;
    left: 40%;
    bottom: 60px;
    background: #00181a;
    width: 24%;
    text-align: left;
    padding: 49px 92px;
    border-radius: 5px;
    z-index: 999
}

.hero-slide-five .owl-dot {
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    display: inline-block;
    margin: 0 16px
}

.hero-slide-five .owl-dot.active {
    background: #49af45;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    display: inline-block;
    margin: 0 16px;
    position: relative
}

.hero-slide-five .owl-dot.active:before {
    position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    top: -7px;
    left: -7px;
    border: 1px solid #49af45;
    border-radius: 50%
}

.home-five.animal-area {
    background: #49af45 !important;
    padding: 55px 0 80px;
    margin-top: -64px
}

.home-five .single-animal-box {
    background: #e6e7e9;
    text-align: center;
    padding: 41px 0 37px;
    border-radius: 5px;
    position: relative
}

.home-five .single-animal-box:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    left: 0;
    top: 0;
    background: url(../images/home5/animal-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: .5s;
    border-radius: 5px
}

.single-animal-box.active:before {
    height: 100%
}

.home-five .animal-icon {
    background: #fff;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    margin: auto
}

.home-five .animal-content h4 {
    font-size: 22px;
    margin-top: 15px
}

.home-five.about-area {
    background: 0 0;
    position: relative;
    padding: 124px 0 111px
}

.home-five.about-area .section-title.left {
    margin-bottom: 24px
}

.home-five .about-thumb {
    position: relative;
    left: 0
}

.home-five .single-about-box {
    margin-bottom: 0;
    text-align: center;
    display: inline-block;
    border: 7px solid #49af45;
    border-radius: 5px;
    padding: 28px 38px 38px;
    background: #fff;
    position: absolute;
    right: 73px;
    bottom: 0
}

.home-five .about-text h4 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 24px
}

.home-five p.about-desc {
    margin-top: 10px;
    margin-bottom: 8px
}

.home-five.about-area .echofy-button {
    margin-top: 0
}

.home-five .section-title.left h4 {
    text-transform: uppercase;
    color: #49af45;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 18px
}

.home-five .section-title.left h1 {
    font-size: 46px;
    font-weight: 800;
    line-height: 44px
}

.home-five p.section-desc {
    width: 96%;
    margin: 20px 0 0
}

.section-title.center h4 {
    text-transform: uppercase;
    color: #49af45;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 18px
}

.home-five .section-title.center h1 {
    font-size: 46px;
    font-weight: 800;
    line-height: 44px
}

.home-five .contact-info-box {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    padding-left: 39px
}

.home-five .contact-info-box:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 85px;
    left: -53px;
    top: -10px;
    background: #fff3
}

.home-five .contact-info-box:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 85px;
    right: 77px;
    top: -10px;
    background: #fff3
}

.home-five .nav-link {
    display: block;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    background: #49ae45 !important;
    padding: 24px 106px;
    border-radius: 0 !important
}

.home-five .nav-link.style-two {
    background: #00181a !important
}

.home-five.testimonial-area {
    background: #fff;
    padding: 111px 0 120px
}

.home-five .single-testimonial-box {
    filter: drop-shadow(0px 10px 30px rgba(179, 179, 179, .2));
    background-color: #fff;
    border-radius: 5px;
    padding: 34px 33px 32px 58px;
    position: relative;
    margin: 66px 10px;
    margin-bottom: 26px
}

.home-five .single-testimonial-box:before {
    position: absolute;
    content: "";
    width: 64px;
    height: 34px;
    left: 1px;
    bottom: -34px;
    background: #fff;
    clip-path: polygon(0% 0%, -100% 100%, 100% -105%, 0% 100%)
}

.home-five .testi-quote {
    float: right;
    transform: translate(-19px, -32px)
}

.home-five .testi-author {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-left: 50px
}

.home-five .blog-content {
    border: transparent;
    padding: 27px 34px 41px;
    filter: drop-shadow(0 0 12.5px rgba(219, 221, 225, .32));
    width: 90%;
    background: #fff;
    margin: auto;
    position: relative;
    top: -56px;
    border-radius: 5px
}

.home-five .blog-content a {
    font-size: 22px;
    display: inline-block;
    font-weight: 700
}

.home-five .blog-button a {
    display: inline-block;
    color: #001819;
    font-size: 16px !important;
    background: #e9ebea;
    padding: 7px 26px;
    border-radius: 5px;
    font-weight: 500;
    margin-top: 30px;
    transition: .5s
}

.home-five .blog-button a:hover {
    background: #49af45;
    color: #fff
}

.home-five .blog-button i {
    font-size: 25px;
    display: inline-block;
    transition: .5s;
    position: relative;
    top: 5px;
    transform: rotate(-45deg)
}

.home-five .blog-button a:hover i {
    color: #fff
}

.home-five.footer-area {
    background: #00181a;
    padding: 122px 0 111px
}

.home-five p.footer-desc {
    margin: 44px 0 0;
    color: #fff;
    opacity: .6;
    width: 90%
}

.home-five .footer-widget-title h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 35px
}

.home-five .footer-widget-menu ul li a {
    display: inline-block;
    color: #fff;
    opacity: 1;
    font-weight: 500;
    line-height: 40px;
    font-size: 16px;
    transition: .5s;
    position: relative
}

.home-five .footer-widget-menu ul li a:hover {
    color: #49af45
}

.home-five .footer-widget-menu ul li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    left: 0;
    bottom: 6px;
    background: #49af45;
    transition: .5s
}

.home-five .footer-widget-menu ul li a:hover:before {
    width: 100%
}

.footer-bottom.home-five {
    background-color: #031f20 !important;
    padding: 20px 0
}

.home-five .footer-bottom-content p {
    margin: 0;
    font-size: 17px;
    color: #fff
}

.home-five .footer-bottom-content ul li a {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    transition: .5s;
    font-size: 17px
}

.home-five .footer-bottom-content ul li {
    display: inline-block;
    margin: 0 15px
}

.breadcumb-area {
    position: relative;
    background: url(https://res.cloudinary.com/dnwvsa3iq/image/upload/v1753030745/cms-images/g3vluuzradtsjck3yp40.jpg) no-repeat center center;
    background-size: cover;
    padding: 0 0 143px
}

.breadcumb-area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: 1
}

.breadcumb-area>* {
    position: relative;
    z-index: 2
}

.team-area.inner {
    margin-top: 0;
    padding: 108px 0 125px;
    background: #f6f6ee
}

.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
}

.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
}

.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
}

.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: #49af45;
    font-size: 18px;
    margin-right: 16px
}

.contact-area {
    padding: 123px 0 118px
}

.contact-area .section-title.left {
    margin-bottom: 42px
}

.row.contact-info-bg {
    background: url(../images/inner-images/contact-info-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 50px 30px 45px;
    border-radius: 10px
}

.contact-info-box {
    text-align: center;
    padding: 0 50px 0;
    position: relative
}

.contact-info-box:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 120px;
    right: -10px;
    top: 61px;
    background: #ffffff73
}

.contact-info-box.two:before {
    background: 0 0
}

.contact-info-content h4 {
    font-size: 24px;
    color: #fff;
    margin: 19px 0 10px;
    font-weight: 600
}

.contact-info-content p {
    color: #fff;
    margin: 0
}

.row.pagla-shahin {
    padding-top: 100px
}

.google-map iframe {
    width: 93%;
    height: 630px;
    border-radius: 10px
}

.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: 20px
}

.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: 17px
}

.contact-submit-button button {
    background: #49ae44;
    color: #fff;
    border: transparent;
    padding: 13px 25px;
    border-radius: 3px;
    margin-top: 35px;
    outline: 0;
    border: 2px solid #49ae44;
    transition: .5s
}

.contact-submit-button button:hover {
    background: 0 0;
    color: #49ae44
}

.home-six.header-area {
    border-bottom: transparent;
    z-index: 9;
    position: relative;
    margin-bottom: -93px
}

.home-six.header-area .header-menu ul li {
    display: inline-block;
    margin-right: 51px
}

.home-six.header-area .header-menu ul li a {
    color: #00000a !important
}

.home-six.header-area .header-button a {
    padding: 13px 37px;
    border-radius: 30px;
    margin-left: 36px;
    border: 2px solid #49af45
}

.home-six.header-area .header-button a:before {
    border-radius: 30px !important
}

.home-six.header-area .header-button i {
    font-size: 18px;
    position: relative;
    left: 7px;
    top: 3px
}

.home-six .header-secrch-icon i {
    display: inline-block;
    color: #49af45;
    font-size: 16px;
    cursor: pointer;
    background: #f4f5f9;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%
}

.hero-area.home-six {
    background: url(../images/home6/hero-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 960px;
    padding-top: 76px
}

.home-six .hero-content h4 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 34px
}

.hero-area.home-six .hero-content h1 {
    font-size: 76px;
    line-height: 90px;
    text-transform: uppercase
}

.home-six .echofy-button a:before {
    border-radius: 30px
}

.home-six .row.margin-top {
    margin-top: -67px
}

.home-six .single-feature-box {
    background: #f7f7f7;
    display: flex;
    align-items: center;
    padding: 26px 29px 37px;
    gap: 18px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s
}

.home-six .single-feature-box:hover {
    transform: skew(-10deg)
}

.home-six .feature-content h4 {
    font-size: 20px;
    font-weight: 600
}

.home-six .feature-content p {
    margin: 9px 0 0
}

.home-six .single-feature-shape {
    position: absolute;
    right: -89px;
    bottom: -59px;
    z-index: -1;
    transition: .5s
}

.home-six .single-feature-box:hover .single-feature-shape {
    right: -3px;
    bottom: 0
}

.home-six.about-area {
    background: #fff;
    padding: 124px 0 123px
}

.home-six.about-area .section-title.left {
    margin-bottom: 39px
}

.home-six.about-area .about-thumb {
    position: relative;
    left: 0
}

.home-six .about-list-item ul li {
    color: #001819;
    font-weight: 500;
    line-height: 40px
}

.home-six .about-list-item ul li i {
    display: inline-block;
    font-size: 10px;
    color: #47ad49;
    margin-right: 15px
}

.home-six.about-area .echofy-button {
    margin-top: 48px;
    display: inline-block
}

.home-six .section-title.left img {
    margin-right: 10px;
    position: relative;
    top: -1px
}

.home-six .section-title.left h4 {
    text-transform: uppercase;
    color: #49af45;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 21px
}

.home-six .section-title.left h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 45px
}

.home-six .section-title.center img {
    margin-right: 9px;
    margin-top: -3px
}

.home-six .section-title.center h4 {
    text-transform: uppercase;
    color: #49af45;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 18px
}

.home-six .section-title.center h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 45px
}

.home-six.service-area {
    padding: 2px 0 0;
    background: 0 0
}

.home-six .single-service-box {
    position: relative;
    padding: 20px 28px 40px;
    background: #fff;
    text-align: center;
    border-radius: 3px;
    overflow: inherit;
    margin: 34px 16px
}

.home-six .service-thumb {
    position: relative;
    overflow: hidden
}

.home-six .service-thumb img {
    width: 100%;
    padding: 0;
    margin-top: 0;
    position: relative;
    z-index: 1;
    transition: .5s
}

.home-six .single-service-box:hover .service-thumb img {
    transform: scale(1.2) skew(-10deg)
}

.home-six .service-button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -24px
}

.home-six .service-button a {
    display: inline-block;
    background: #49af45;
    color: #fff;
    font-weight: 600;
    padding: 4px 30px 11px;
    border-radius: 30px;
    transition: .5s
}

.home-six .service-button i {
    display: inline-block;
    font-size: 28px;
    position: relative;
    top: 7px
}

.home-six.team-area {
    padding: 122px 0 125px;
    background: #fff;
    margin-top: 0
}

.home-six.team-area .section-title.center {
    margin-bottom: 55px
}

.home-six .single-team-box {
    text-align: center;
    margin-top: 0
}

.home-six .team-social-icon {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 0;
    transition: .5s;
    opacity: 0
}

.home-six .single-team-box:hover .team-social-icon {
    bottom: 30px;
    opacity: 1
}

.home-six .team-social-icon ul li i {
    border: 1px solid #fff;
    display: inline-block;
    width: 37px;
    height: 37px;
    line-height: 37px;
    border-radius: 50%;
    color: #ffff;
    position: relative;
    z-index: 1;
    transition: .5s
}

.home-six .team-social-icon ul li i:hover {
    color: #49af45
}

.home-six .team-social-icon ul li i:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    border-radius: 50%;
    z-index: -1;
    transform: scale(0);
    transition: .5s
}

.home-six .team-social-icon ul li i:hover:after {
    transform: scale(1)
}

.home-six .team-content {
    background: #f7f7f7;
    padding: 25px 0 26px;
    position: relative
}

.home-six .team-content:before {
    background: 0 0
}

.home-six .team-content h4 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 4px
}

.home-six.skill-area {
    background: url(../images/home6/bg.png);
    background-repeat: no-repeat;
    background-position: center right;
    padding: 218px 0 92px;
    position: relative;
    background-size: cover
}

.home-six.skill-area .section-title.left h1 {
    color: #fff
}

.home-six.testimonial-area {
    background: #ffff;
    padding: 111px 0 66px
}

.home-six .single-testimonial-box {
    filter: inherit;
    padding: 37px 28px 49px;
    position: relative;
    margin: 57px 15px;
    background-color: #f7f7f7
}

.home-six .testi-author-content h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 2px
}

.home-six .testi-author-content p {
    font-size: 16px;
    margin: 0;
    margin-left: 19px;
    position: relative
}

.home-six .testi-author-content p:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    left: -16px;
    top: 9px;
    background: #49af45;
    border-radius: 50%
}

.home-six .testi-quote {
    position: absolute;
    right: 33px;
    bottom: 76px
}

.home-six .single-blog-box {
    margin-bottom: 20px;
    position: relative
}

.home-six .blog-content {
    border: transparent;
    padding: 23px 32px 54px;
    background: #fff;
    position: relative
}

.home-six .blog-content a {
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    color: #001819;
    transition: .5s
}

.home-six .blog-content a:hover {
    color: #49af45
}

.home-six .blog-content p {
    margin: 11px 0 0
}

.home-six .blog-button {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -22px
}

.home-six .blog-button a {
    display: inline-block;
    font-size: 16px !important;
    background: #49af45;
    color: #fff !important;
    font-weight: 600;
    padding: 5px 38px;
    border-radius: 30px;
    border: 2px solid #49af45;
    transition: .5s
}

.home-six .blog-button a:hover {
    background: 0 0;
    color: #49af45 !important
}

.home-six .blog-button i {
    font-size: 22px;
    display: inline-block;
    transition: .5s;
    position: relative;
    top: 4px;
    transition: .5s
}

.home-six .blog-button a:hover i {
    color: #49af45
}

.home-six.contact-area {
    padding: 102px 0 125px;
    background: #49af45;
    position: relative;
    z-index: 1
}

.home-six.contact-area:before {
    position: absolute;
    content: "";
    width: 54%;
    height: 100%;
    right: 13px;
    bottom: 0;
    background: #fff;
    z-index: -1
}

.home-six.footer-area {
    background: url(../images/home6/footer-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 123px 0 95px;
    position: relative
}

.home-six p.footer-desc {
    margin: 38px 0 0;
    color: #fff;
    opacity: .6;
    width: 78%
}

.home-six .footer-widget-title h4 {
    margin-bottom: 31px
}

.home-six .footer-widget-menu p {
    width: 75%;
    color: #95958f;
    margin-bottom: 21px
}

.home-six .footer-widget-menu ul {
    display: inline-block;
    margin-right: 18px
}

.home-six .footer-widget-menu ul li {
    color: #95958f;
    margin-bottom: 13px
}

.home-six .footer-widget-menu ul li i {
    font-size: 14px;
    color: #fff;
    opacity: 1
}

.footer-bottom.home-six {
    background-color: #07271c;
    padding: 25px 0 22px
}

.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: .5s
}

.footer-bottom-content ul li a:hover {
    color: #49af45
}

@keyframes ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .8
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2)
    }
}

@keyframes slide-in {
    from {
        transform: translateY(-1em) rotate(-.5turn) scale(.5);
        opacity: 0
    }
}

.prgoress_indicator {
    position: fixed;
    right: 26px;
    bottom: 35px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(22, 93, 245, .2);
    z-index: 9999999999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transform: translateY(15px) !important;
    transition: all .2s linear !important
}

.prgoress_indicator.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) !important
}

.prgoress_indicator::after {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #49af45;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all .2s linear !important
}

.prgoress_indicator::before {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    font-weight: 900;
    opacity: 0;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: all .2s linear !important
}

.prgoress_indicator:hover ::after {
    color: #49af45
}

.prgoress_indicator:hover ::before {
    opacity: 1
}

.prgoress_indicator svg path {
    fill: none
}

.prgoress_indicator svg.progress-circle path {
    stroke: #49AF45;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all .2s linear !important
}

.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, .9);
    -webkit-transition: all .5s cubic-bezier(.86, 0, .070, 1);
    -moz-transition: all .5s cubic-bezier(.86, 0, .070, 1);
    -o-transition: all .5s cubic-bezier(.86, 0, .070, 1);
    transition: all 1.5s cubic-bezier(.86, 0, .070, 1);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000)
}

.search-popup {
    width: 100%
}

.search-active .search-popup {
    transform: translateY(0);
    margin-top: 0
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #49af45;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    border-right: 3px solid #062462;
    border-left: 3px solid #062462;
    -webkit-transition: all .5s ease;
    height: 70px;
    line-height: 70px;
    text-align: center
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -ms-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s
}

.search-popup .form-group {
    position: relative;
    margin: 0;
    overflow: hidden
}

.search-popup .form-group input[type=search],
.search-popup .form-group input[type=text] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    font-weight: 500;
    text-transform: capitalize
}

.search-popup .form-group button,
.search-popup .form-group input[type=submit] {
    position: absolute;
    right: 30px;
    top: 0;
    height: 70px;
    line-height: 70px;
    background: 0 0;
    text-align: center;
    font-size: 24px;
    color: #49af45;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    border: none
}

.search-popup .form-group button:hover,
.search-popup .form-group input[type=submit]:hover {
    color: #000
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #000
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #fff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0;
    border: none;
    background: 0 0 !important;
    box-shadow: none !important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.flaticon-multiply:before {
    content: inherit
}

button.close-search i {
    font-size: 25px;
    color: #fff;
    display: inline-block
}

span.flaticon-multiply i {
    display: inline-block;
    color: #49af45
}

.xs-sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #272727;
    -webkit-transition: all .5s cubic-bezier(.9, .03, 0, .96) .6s;
    -o-transition: all .5s cubic-bezier(.9, .03, 0, .96) .6s;
    transition: all .5s cubic-bezier(.9, .03, 0, .96) .6s;
    visibility: hidden;
    opacity: 0
}

.close-side-widget i {
    color: #49ae45;
    font-size: 28px;
    display: block
}

.content-box h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 600
}

.content-box p {
    display: inline-block;
    color: #fff;
    padding: 15px 0 0
}

.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: .8s 1s ease;
    z-index: 99999
}

.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: #f3297c;
    -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: #10eb9b;
    -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
}

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

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

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

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

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

    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
}

.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
}

.logo-img {
    width: 150px;
    height: auto;
}

.breadcrumb-nav {
    display: flex;
    /* flex-wrap: wrap; */
    padding: 0;
    margin: 0;
    list-style: none;
}

.breadcrumb-nav li {
    display: flex;
    align-items: center;
}

.breadcrumb-nav li+li::before {
    content: "›";
    margin: 0 8px;
    color: #999;
}


/*---=====================================================
   <!--Echofy 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: #49AF45;
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-right: 8px;
}

/*widget-sidber css*/

.widget-sidber {
    border-radius: 5px;
    background-color: #f7f6ee;
    padding: 32px 41px 29px;
    margin-bottom: 27px;
}

.widget-sidber-content h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 46px;
    position: relative;
}

.widget-sidber-content h4:before {
    position: absolute;
    content: "";
    width: 29px;
    height: 2px;
    left: 0;
    bottom: -8px;
    background: #49AF45;
}

.widget-category ul li img {
    margin-right: 12px;
    transition: 0.5s;
}

.widget-category ul li a:hover img {
    filter: brightness(0) invert(1);
}

.widget-category ul li a {
    background: #ffff;
    padding: 14px 26px;
    width: 100%;
    display: inline-block;
    margin-bottom: 14px;
    color: #001819;
    font-weight: 500;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.widget-category ul li a:hover {
    color: #fff;
}

.widget-category ul li a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #49AF45;
    z-index: -1;
    border-radius: 5px;
    transition: 0.5s;
}

.widget-category ul li a:hover:before {
    width: 100%;
    left: 0;
}

.widget-category ul li i {
    color: black;
    display: inline-block;
    float: right;
    font-size: 17px;
    opacity: 0;
    transition: 0.5s;
}

.widget-category ul li a:hover i {
    opacity: 1;
    color: #fff;
}

.widget-sidber-download-button a {
    display: inline-block;
    background: #00181A;
    width: 100%;
    color: #fff;
    padding: 15px 23px;
    border-radius: 5px;
    margin-bottom: 18px;
}

.widget-sidber-download-button a.active {
    background: #49AF45;
}

.widget-sidber-download-button i {
    color: #49AE44;
    display: inline-block;
    font-size: 22px;
    margin-right: 9px;
    position: relative;
    top: 3px;
}

.widget-sidber-download-button a.active i {
    color: #fff;
}

.widget-sidber-download-button span i {
    float: right;
    display: inline-block;
    font-size: 16px;
}

.widget-sidber-download-button a.active span i {
    color: #fff;
}



/*---=====================================================
   <!--Echofy Strat Blog Details Area Css-->
=========================================================---*/
.blog-details-area {
    padding: 100px 0 100px;
}

.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: #49AF45;
}

.blog-details-area .meta-blog i {
    display: inline-block;
    color: #49AF45;
    padding-right: 9px;
}

.blog-details-area .meta-blog img {
    margin-right: 8px;
    position: relative;
    top: -1px;
}

h4.blog-details-title {
    font-size: 32px;
    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: #49AF45;
}

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: #49AF45;
    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:#49AF45;
    color:#fff;
}

.blog-details-category span a.active-class {
    background:#49AF45;
    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: #49AF45;
    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: #49AF45;
    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-comment.style-two {
    margin-left: 105px;
}

.blog-details-comment-thumb {
    float: left;
    margin-right: 30px;
}

.blog-details-comment-content {
    overflow: hidden;
}

.blog-details-comment-content h2 {
    font-size: 20px;
    margin-top: 0;
    display: inline-block;
    font-weight: 700;
    margin-right: 30px;
}

.blog-details-comment-content p {
    font-size: 15px;
    margin: 13px 0 0;
}

.blog-details-comment-reply {
    position: absolute;
    right: 22px;
    top: 21px;
}

.blog-details-comment-reply a {
    background: #49AF45;
    padding: 3px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
}

.blog-details-comment.reply {
    margin-left: 70px;
    padding-top: 35px;
    border-top: 2px solid rgba(255,255,255,0.2);
}

.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: #49AF45;
    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 #49AF45;
    border-radius: 5px;
    font-weight: 500;
}

.blog-details-submi-button button:hover{
    color:#49AF45;
}

.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;
}
