/*--------------------------------
     =====Table Of Contents====

1.  General Styles 
2.  Mixins CSS
3.  Back To Top Button CSS
4.  Preloader CSS
5.  Button & Link CSS
6.  Section Title & Overlay & Shape CSS
7.  Social Link CSS
8.  Pagination CSS
9.  Sidebar CSS
     - Search Box Widget
     - Taglist Widget
     - Category Widget
     - Filter Search Widget
     - New Arrival Product Widget
     - Popular Post Widget
10. Sign In CSS
11. FAQ Terms & Conditions
----------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;600;700&family=Open+Sans:wght@300;400;500;600;700&display=swap");
/*---------------------------------
            General Styles 
-----------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@300;400;500;600;700&family=Open+Sans:wght@300;400;500;600;700&display=swap");
* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

:focus,
button:focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
}

a,
button,
input[type=submit] {
    cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
}

input,
textarea,
select {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 12px 15px 12px;
    width: 100%;
    font-size: 15px;
}

input {
    height: 50px;
}

a {
    color: #051145;
    text-transform: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
}

a:hover,
a :focus {
    text-decoration: none;
    box-shadow: none;
    color: #000;
}

a:focus {
    outline: 0 solid;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #051145;
    font-family: "Lexend", sans-serif;
}

body {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    color: #54595F;
	    overflow-x: hidden;
}

p {
    font-size: 16px;
    line-height: 26px;
    color: #54595F;
}

select {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/down-arrow.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: calc(100% - 15px) 50%;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-60 {
    padding-top: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-75 {
    padding-top: 75px;
}

.pt-80 {
    padding-top: 80px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-200 {
    padding-top: 200px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pb-75 {
    padding-bottom: 75px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pb-90 {
    padding-bottom: 90px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-130 {
    padding-bottom: 130px;
}

.ptb-10 {
    padding-bottom: 10px;
    padding-bottom: 10px;
}

.ptb-20 {
    padding-bottom: 20px;
    padding-bottom: 20px;
}

.ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.ptb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mb-50 {
    margin-bottom: 50px !important;
}

.mb-60 {
    margin-bottom: 60px !important;
}

.mb-70 {
    margin-bottom: 70px !important;
}

.mb-80 {
    margin-bottom: 80px !important;
}

.mb-90 {
    margin-bottom: 90px !important;
}

.mb-100 {
    margin-bottom: 100px !important;
}

.mmt-10 {
    margin-top: -10px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-35 {
    margin-top: 35px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-100 {
    margin-top: 100px !important;
}

.mtb-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}

.z-0 {
    z-index: 0;
    position: relative;
}

#message {
    padding: 0;
    margin: 0;
}

.help-block {
    color: #E31C25;
}

.list-style {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-style li {
    list-style: none;
}

/* .page-wrapper {
    overflow-y: hidden;
} */

/*---------------------------------
          Mixins & Animation CSS
-----------------------------------*/

.contact-item,
.comment-item-wrap .comment-item,
.post-author,
.single-product-details .single-product-title .ratings,
.checkout-details .select-payment-method,
.cart-total .cart-total-wrap .cart-total-item,
.testimonial-card.style2,
.testimonial-card.style1,
.checkbox-item,
.counter-card-wrap.style2 .counter-card,
.counter-card-wrap.style3 .counter-card,
.counter-card-wrap,
.pp-post-item,
.select-lang .navbar-language .dropdown-toggle,
.header-wrap .header-top .header-top-left,
.owl-carousel .owl-nav,
.header-wrap .header-top .header-top-right,
.pricing-card.style2 .pricing-header,
.about-wrap.style1 .about-img-wrap,
.hero-wrap.style2 .hero-slide-item .hero-img-wrap,
.hero-wrap.style1 .hero-slide-item .hero-img-wrap,
.footer-wrap .footer-widget .social-link,
.wp-block-quote,
.testimonial-card.style3 .client-info-wrap,
.testimonial-card.style1 .client-info-wrap,
.testimonial-card.style2 .client-info-wrap,
.product-card .product-info .product-purchase,
.project-card .project-info,
.about-wrap .about-promo-box,
.hero-wrap.style1 .hero-slide-item .hero-content .feedback-wrap,
.hero-wrap.style1 .hero-slide-item .hero-content .hero-btn,
.hero-wrap .hero-content .hero-btn .play-video,
.header-wrap .header-top .header-top-left .contact-info li,
.header-wrap .header-top .header-top-left .contact-info,
.pricing-card.style1 .pricing-header,
.contact-item .contact-icon,
.product-card .product-img .product-option li button,
.product-card .product-img .product-option li a,
.service-card.style3 .service-icon,
.service-card.style2 .service-info .service-icon,
.counter-card-wrap.style2 .counter-card .counter-icon,
.counter-card-wrap.style3 .counter-card .counter-icon,
.hero-wrap .hero-content .hero-btn .play-video .video-icon,
.header-wrap .header-top .header-top-left .contact-info li span,
.social-profile.style1 li a,
.social-profile.style2 li a,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    display: flex;
    flex-wrap: wrap;
}

.contact-item .contact-icon,
.product-card .product-img .product-option li button,
.product-card .product-img .product-option li a,
.service-card.style3 .service-icon,
.service-card.style2 .service-info .service-icon,
.counter-card-wrap.style2 .counter-card .counter-icon,
.counter-card-wrap.style3 .counter-card .counter-icon,
.hero-wrap .hero-content .hero-btn .play-video .video-icon,
.header-wrap .header-top .header-top-left .contact-info li span,
.social-profile.style1 li a,
.social-profile.style2 li a,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    flex-direction: column;
    justify-content: center;
}

.pricing-card.style1 .pricing-header {
    flex-direction: column;
    justify-content: flex-end;
}

.footer-wrap .footer-widget .social-link,
.wp-block-quote,
.single-product-details .single-product-title .ratings,
.cart-total .cart-total-wrap .cart-total-item,
.testimonial-card.style3 .client-info-wrap,
.testimonial-card.style1 .client-info-wrap,
.testimonial-card.style2 .client-info-wrap,
.pricing-card.style2 .pricing-header,
.checkbox-item,
.product-card .product-info .product-purchase,
.project-card .project-info,
.about-wrap.style1 .about-img-wrap,
.about-wrap .about-promo-box,
.counter-card-wrap.style2 .counter-card,
.counter-card-wrap.style3 .counter-card,
.hero-wrap.style2 .hero-slide-item .hero-img-wrap,
.hero-wrap.style1 .hero-slide-item .hero-content .feedback-wrap,
.hero-wrap.style1 .hero-slide-item .hero-content .hero-btn,
.hero-wrap .hero-content .hero-btn .play-video,
.select-lang .navbar-language .dropdown-toggle,
.header-wrap .header-top .header-top-right,
.header-wrap .header-top .header-top-left .contact-info li,
.header-wrap .header-top .header-top-left .contact-info,
.header-wrap .header-top .header-top-left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.cart-total .cart-total-wrap .cart-total-item,
.pricing-card.style2 .pricing-header,
.checkbox-item,
.about-wrap.style1 .about-img-wrap,
.hero-wrap.style2 .hero-slide-item .hero-img-wrap,
.hero-wrap.style1 .hero-slide-item .hero-img-wrap {
    justify-content: space-between;
}

.header-wrap .header-top .header-top-right {
    justify-content: flex-end;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 85px;
    width: 85px;
    transform: translateX(-50%) translateY(-50%);
    transform-origin: center center;
    border-radius: 50%;
    -ms-box-shadow: 0 0 0 0 #fff;
    -o-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff;
    animation: ripple 3s infinite;
}

.play-now {
    position: relative;
    height: 85px;
    width: 85px;
    text-align: center;
    line-height: 92px;
    background-color: transparent;
    border: 3px solid #fff;
    color: #fff;
    z-index: 1;
    font-size: 28px;
    padding-left: 5px;
    display: block;
    transform-origin: center center;
    border-radius: 50%;
    margin: 0 auto;
}

.play-now .ripple:before {
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.play-now .ripple:after {
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

/*---------------------------------
     Back To Top Button CSS
-----------------------------------*/

@keyframes border-transform {
    0%,
    100% {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }
    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }
    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }
    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }
    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }
    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }
    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 200ms linear;
}

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

.progress-wrap::after {
    position: absolute;
    content: "\f132";
    font-family: "flaticon" !important;
    transform: rotate(90deg);
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #000;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 200ms linear;
}

.progress-wrap svg path {
    fill: none;
}

.progress-wrap svg.progress-circle path {
    stroke: rgba(0, 0, 0, 0.6);
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear;
}

/*---------------------------------
     Preloader CSS
-----------------------------------*/

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 20000;
    overflow-x: hidden !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader div {
    width: 12px;
    height: 12px;
    margin: 0 10px 0 0;
    border-radius: 50px;
    transform-origin: 50% 0;
    display: inline-block;
    animation: bouncing 1.4s linear infinite;
}

.loader div:last-child {
    margin: 0;
}

.loader div:nth-child(1) {
    background: rgba(1, 148, 70, 0.9);
}

.loader div:nth-child(2) {
    background: rgba(1, 148, 70, 0.7);
    animation-delay: 0.2s;
}

.loader div:nth-child(3) {
    background: rgba(1, 148, 70, 0.5);
    animation-delay: 0.4s;
}

@keyframes bouncing {
    0%,
    100% {
        transform: translateY(0) scale(1, 1);
        animation-timing-function: ease-in;
    }
    45% {
        transform: translateY(80px) scale(1, 1);
        animation-timing-function: linear;
    }
    50% {
        transform: translateY(80px) scale(1.5, 0.5);
        animation-timing-function: linear;
    }
    55% {
        transform: translateY(80px) scale(1, 1);
        animation-timing-function: ease-out;
    }
}

/*---------------------------------
       Button & Link CSS
----------------------------------*/

.btn {
    display: inline-block;
    line-height: 26px;
    font-weight: 500;
    text-align: center;
    transition: all 0.7s ease-in-out;
    position: relative;
    z-index: 1;
    border: none;
    padding: 11px 30px 11px;
    border-radius: 0;
    color: #fff;
    border: 1px solid transparent;
    overflow: hidden;
    white-space: nowrap;
}

.btn i {
    position: relative;
    top: 3px;
    font-size: 16px;
    margin-left: 7px;
    transition: all 0.4s ease-in-out;
}

.btn:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 50%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.btn:after {
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 50%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.btn:hover {
    color: #fff;
}

.btn:hover:after,
.btn:hover:before {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1;
}

.btn.style1 {
    background-color: #1B7261;
    color: #fff;
}

.btn.style1:after,
.btn.style1:before {
    background: #ECF0F2;
}

.btn.style1:hover {
    color: #1B7261;
    border-color: rgba(0, 0, 0, 0.09);
}

.btn.style2 {
    background-color: #fff;
    color: #051145;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.04);
}

.btn.style2:after,
.btn.style2:before {
    background: #000;
}

.btn.style2:hover {
    color: #fff;
}

.btn.style3 {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: #fff;
}

.btn.style3:after,
.btn.style3:before {
    background: #fff;
}

.btn.style3:hover {
    color: #1B7261;
    border-color: transparent;
}

.btn.style4 {
    background-color: #fff;
    color: #1B7261;
}

.btn.style4:after,
.btn.style4:before {
    background: #cd9d37;
}

.btn.style4:hover {
    color: #fff;
    background: #cd9d37;
}

.link {
    font-weight: 700;
    line-height: 26px;
    display: inline-block;
    position: relative;
    color: #fff;
    transition: all 0.4s ease-in-out;
}
.home_hero_btn .link {
    font-weight: 700;
    line-height: 26px;
    display: inline-block;
    position: relative;
    color: #fff;
    transition: all 0.4s ease-in-out;
    border: 1px solid #fff;
        padding: 11px 30px 11px;
}

.link:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background: #1B7261;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.link i {
    position: relative;
    top: 3px;
    margin-left: 5px;
    font-size: 14px;
    transition: all 0.4s ease-in-out;
}

.link.style1 {
    color: #051145;
}

.link.style1:hover {
    color: #1B7261;
}

.link.style2 {
    color: #1B7261;
    font-weight: 600;
}

.link:hover {
    color: #fff;
}
.home_hero_btn .link:hover {
    color: #fff;
    background: #cd9d37;
}
.link:hover:after {
    visibility: visible;
    opacity: 1;
    width: 100%;
}

.link:hover i {
    margin-left: 10px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0px 0px 12px rgba(17, 17, 17, 0.04);
    transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-nav button.owl-prev i,
.owl-carousel .owl-nav button.owl-next i {
    font-size: 16px;
    line-height: 0.8;
    display: inline-block;
    position: relative;
    top: 0px;
    color: #051145;
    margin: 0 auto;
    transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
    border-color: transparent;
    background-color: #1B7261;
}

.owl-carousel .owl-nav button.owl-prev:hover i,
.owl-carousel .owl-nav button.owl-next:hover i {
    color: #fff;
}

.owl-carousel .owl-dots button.owl-dot {
    display: inline-block;
    margin: 0 6px;
    position: relative;
    bottom: -5px;
}

.owl-carousel .owl-dots button.owl-dot span {
    display: inline-block;
    width: 18px;
    height: 7px;
    background: rgba(27, 114, 97, 0.3);
    position: relative;
    transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-dots button.owl-dot.active span {
    width: 30px;
    background: #1B7261;
}

/*--------------------------------------
    Section Title,Overlay & Shape CSS
----------------------------------------*/

.section-title,
.content-title {
    position: relative;
}

.section-title h2,
.content-title h2 {
    font-size: 36px;
    margin: 0;
}

.section-title p,
.content-title p {
    margin: 12px 0 0;
}

.section-title span,
.content-title span {
    display: inline-block;
    font-weight: 500;
    line-height: 26px;
    margin: 0 0 8px;
    position: relative;
    z-index: 1;
}

.section-title.style1 span,
.content-title.style1 span {
    color: #1B7261;
}

.section-title.style2 span,
.content-title.style2 span {
    color: #fff;
}

.section-title.style2 h2,
.content-title.style2 h2 {
    color: #fff;
}

.section-para {
    margin-bottom: 0;
}

.content-wrapper {
    margin-top: 96px;
}

.bg-transparent {
    background-color: transparent;
}

.bg-black {
    background-color: #000;
}

.bg-white {
    background-color: #fff;
}

.bg-athens {
    background-color: #F5F6FA;
}

.bg-albastor {
    background-color: #f9f9f9;
}

.bg-mystic {
    background-color: #ECF0F2;
}

.bg-selago {
    background-color: #F1F7FD;
}

.body_overlay {
    position: fixed;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.body_overlay.open {
    visibility: visible;
    opacity: 1;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.op-1 {
    opacity: 0.1;
}

.op-2 {
    opacity: 0.2;
}

.op-3 {
    opacity: 0.3;
}

.op-4 {
    opacity: 0.4;
}

.op-5 {
    opacity: 0.5;
}

.op-6 {
    opacity: 0.6;
}

.op-7 {
    opacity: 0.7;
}

.op-75 {
    opacity: 0.75;
}

.op-8 {
    opacity: 0.8;
}

.op-85 {
    opacity: 0.85;
}

.op-9 {
    opacity: 0.9;
}

.op-95 {
    opacity: 0.95;
}

.op-10 {
    opacity: 1;
}

.bg-f {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ddd;
}

.pos-rel {
    position: relative;
    z-index: 1;
}

.bounce {
    animation: float 1500ms infinite ease-in-out;
}

.moveHorizontal {
    animation: moveHorizontal 3000ms infinite ease-in-out;
}

.moveVertical {
    animation: moveVertical 3000ms infinite ease-in-out;
}

.moveHorizontal_reverse {
    animation: moveHorizontal_reverse 3000ms infinite ease-in-out;
}

.animationFramesTwo {
    animation: animationFramesTwo 20000ms infinite ease-in-out;
}

.waving_left {
    animation: waving_left 7s infinite linear;
    transition: all 0.3s ease-in-out;
}

.waving_right {
    animation: waving_right 7s infinite linear;
    transition: all 0.3s ease-in-out;
}

.rotate {
    animation: rotation 20s infinite linear;
}

.rotate {
    animation: rotation 20s infinite linear;
}

@keyframes waving_left {
    0% {
        -webkit-transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(3deg);
    }
    50% {
        -webkit-transform: rotate(6deg);
    }
    75% {
        -webkit-transform: rotate(-3deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes waving_right {
    0% {
        -webkit-transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(-3deg);
    }
    50% {
        -webkit-transform: rotate(-6deg);
    }
    75% {
        -webkit-transform: rotate(-3deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

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

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

@keyframes animationFramesTwo {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
    }
}

@keyframes moveHorizontal {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(-20px);
    }
    100% {
        transform: translateX(0px);
    }
}

@keyframes moveHorizontal_reverse {
    0% {
        transform: translateX(0px);
    }
    50% {
        transform: translateX(20px);
    }
    100% {
        transform: translateX(0px);
    }
}

@keyframes moveVertical {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0px);
    }
}

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

/*-------------------------------
     Social Link  CSS
-------------------------------*/

.social-profile li {
    display: inline-block;
    margin: 0 4px;
}

.social-profile li:first-child {
    margin-left: 0;
}

.social-profile li:last-child {
    margin-right: 0;
}

.social-profile li:last-child {
    margin-right: 0;
}

.social-profile li a {
    display: block;
    text-align: center;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
}

.social-profile li a i {
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    line-height: 0.8;
    position: relative;
}

.social-profile li a:hover {
    border-color: transparent;
    color: #1B7261;
}

.social-profile.style1 li a,
.social-profile.style2 li a {
    width: 35px;
    height: 35px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.social-profile.style1 li a i,
.social-profile.style2 li a i {
    top: 1px;
}

.social-profile.style1 li a {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.social-profile.style1 li a i {
    color: #1B7261;
}

.social-profile.style1 li a:hover {
    background-color: #1B7261;
    transform: translateY(-3px);
}

.social-profile.style1 li a:hover i {
    color: #fff;
}

.social-profile.style2 li a {
    background: transparent;
    border-radius: 50%;
    border: 1px solid #1B7261;
}

.social-profile.style2 li a i {
    color: #1B7261;
}

.social-profile.style2 li a:hover {
    background-color: #1B7261;
    border-color: transparent;
    transform: translateY(-3px);
}

.social-profile.style2 li a:hover i {
    color: #fff;
}

/*-------------------------------
        Pagination  CSS
-------------------------------*/

.page-nav {
    text-align: center;
    margin-top: 15px;
}

.page-nav li {
    margin: 0 5px;
    display: inline-block;
}

.page-nav li:first-child a i {
    left: -2px;
}

.page-nav li:last-child a i {
    right: -2px;
}

.page-nav li a {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 16px;
    font-family: "Lexend", sans-serif;
    box-shadow: 0px 4px 20px rgba(17, 17, 17, 0.08);
    line-height: 44px;
    font-weight: 600;
    text-align: center;
    transition: all 0.4s ease-in-out;
}

.page-nav li a i {
    font-size: 16px;
    line-height: 1;
    margin: 0 auto;
    position: relative;
    top: 1px;
    transition: all 0.4s ease-in-out;
}

.page-nav li a.active,
.page-nav li a:hover {
    color: #fff;
    opacity: 1;
    background-color: #1B7261;
}

.page-nav li a.active i,
.page-nav li a:hover i {
    color: #fff;
}

.contact-item,
.comment-item-wrap .comment-item,
.post-author,
.single-product-details .single-product-title .ratings,
.checkout-details .select-payment-method,
.cart-total .cart-total-wrap .cart-total-item,
.testimonial-card.style2,
.testimonial-card.style1,
.checkbox-item,
.counter-card-wrap.style2 .counter-card,
.counter-card-wrap.style3 .counter-card,
.counter-card-wrap,
.pp-post-item,
.select-lang .navbar-language .dropdown-toggle,
.header-wrap .header-top .header-top-left,
.contact-item .contact-icon,
.product-card .product-img .product-option li button,
.product-card .product-img .product-option li a,
.service-card.style3 .service-icon,
.service-card.style2 .service-info .service-icon,
.counter-card-wrap.style2 .counter-card .counter-icon,
.counter-card-wrap.style3 .counter-card .counter-icon,
.hero-wrap .hero-content .hero-btn .play-video .video-icon,
.header-wrap .header-top .header-top-left .contact-info li span,
.pricing-card.style1 .pricing-header,
.footer-wrap .footer-widget .social-link,
.wp-block-quote,
.testimonial-card.style3 .client-info-wrap,
.testimonial-card.style1 .client-info-wrap,
.testimonial-card.style2 .client-info-wrap,
.pricing-card.style2 .pricing-header,
.product-card .product-info .product-purchase,
.project-card .project-info,
.about-wrap.style1 .about-img-wrap,
.about-wrap .about-promo-box,
.hero-wrap.style2 .hero-slide-item .hero-img-wrap,
.hero-wrap.style1 .hero-slide-item .hero-content .feedback-wrap,
.hero-wrap.style1 .hero-slide-item .hero-content .hero-btn,
.hero-wrap .hero-content .hero-btn .play-video,
.header-wrap .header-top .header-top-right,
.header-wrap .header-top .header-top-left .contact-info li,
.header-wrap .header-top .header-top-left .contact-info,
.hero-wrap.style1 .hero-slide-item .hero-img-wrap,
.owl-carousel .owl-nav,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a {
    display: flex;
    flex-wrap: wrap;
}

.contact-item .contact-icon,
.product-card .product-img .product-option li button,
.product-card .product-img .product-option li a,
.service-card.style3 .service-icon,
.service-card.style2 .service-info .service-icon,
.counter-card-wrap.style2 .counter-card .counter-icon,
.counter-card-wrap.style3 .counter-card .counter-icon,
.hero-wrap .hero-content .hero-btn .play-video .video-icon,
.header-wrap .header-top .header-top-left .contact-info li span,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a {
    flex-direction: column;
    justify-content: center;
}

.footer-wrap .footer-widget .social-link,
.wp-block-quote,
.single-product-details .single-product-title .ratings,
.cart-total .cart-total-wrap .cart-total-item,
.testimonial-card.style3 .client-info-wrap,
.testimonial-card.style1 .client-info-wrap,
.testimonial-card.style2 .client-info-wrap,
.pricing-card.style2 .pricing-header,
.checkbox-item,
.product-card .product-info .product-purchase,
.project-card .project-info,
.about-wrap.style1 .about-img-wrap,
.about-wrap .about-promo-box,
.counter-card-wrap.style2 .counter-card,
.counter-card-wrap.style3 .counter-card,
.hero-wrap.style2 .hero-slide-item .hero-img-wrap,
.hero-wrap.style1 .hero-slide-item .hero-content .feedback-wrap,
.hero-wrap.style1 .hero-slide-item .hero-content .hero-btn,
.hero-wrap .hero-content .hero-btn .play-video,
.select-lang .navbar-language .dropdown-toggle,
.header-wrap .header-top .header-top-right,
.header-wrap .header-top .header-top-left .contact-info li,
.header-wrap .header-top .header-top-left .contact-info,
.header-wrap .header-top .header-top-left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.header-wrap .header-top .header-top-right {
    justify-content: flex-end;
}

/*---------------------------------
        Header CSS 
-----------------------------------*/

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
    }
}

@keyframes toBottomFromTop10 {
    49% {
        transform: translateY(-10%);
    }
    50% {
        opacity: 0;
        transform: translateY(10%);
    }
    51% {
        opacity: 1;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

.header-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: 0.4s;
}

.header-wrap.sticky {
    position: fixed;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: 0.4s;
    background: #fff;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    width: 100%;
    top: -60px;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}

.header-wrap.sticky.style3 {
    background-color: #1B7261;
}

.header-wrap.sticky.style1:after {
    height: 0;
}

.header-wrap.sticky.style1 .header-bottom {
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
}

.header-wrap .header-top {
    padding: 15px 0;
}

.header-wrap .header-top .header-top-left .contact-info li {
    margin-right: 25px;
    position: relative;
}

.header-wrap .header-top .header-top-left .contact-info li:last-child {
    margin-right: 0;
}

.header-wrap .header-top .header-top-left .contact-info li span {
    position: relative;
    top: -1px;
    left: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    transition: 0.4s;
}

.header-wrap .header-top .header-top-left .contact-info li span i {
    font-size: 14px;
    line-height: 0.8;
    margin: 0 auto;
    transition: 0.4s;
}

.header-wrap .header-top .header-top-left .contact-info li a,
.header-wrap .header-top .header-top-left .contact-info li p {
    display: inline-block;
    margin-left: 8px;
    margin-bottom: 0;
    font-size: 15px;
    transition: 0.4s;
}

.header-wrap .header-top .header-top-right .social-profile {
    text-align: right;
    margin-left: 15px;
    position: relative;
    padding-left: 15px;
}

.header-wrap .header-top .header-top-right .social-profile:before {
    position: absolute;
    top: 50%;
    left: -2px;
    content: "";
    width: 1px;
    height: 25px;
    background-color: rgba(255, 255, 255, 0.35);
    transform: translateY(-50%);
}

.header-wrap .header-top .header-top-right .social-profile li a {
    width: 30px;
    height: 30px;
}

.header-wrap .header-top .header-top-right .social-profile li a i {
    font-size: 14px;
    top: 0;
}

.header-wrap .header-bottom {
    transition: 0.4s;
    box-shadow: 0px 2px 20px rgba(5, 17, 69, 0.01);
}

.header-wrap .header-bottom .container {
    position: relative;
}

.header-wrap.style1:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    z-index: -1;
    height: 67%;
    background-color: #1B7261;
}

.header-wrap.style1 .header-bottom {
    background-color: #fff;
    padding: 0 15px;
    position: relative;
    box-shadow: 0px 4px 20px rgba(5, 17, 69, 0.01);
}

.header-wrap.style1 .header-bottom .search-area {
    right: 0;
}

.header-wrap.style1 .header-top .header-top-left .contact-info li span,
.header-wrap.style2 .header-top .header-top-left .contact-info li span {
    background-color: #fff;
}

.header-wrap.style1 .header-top .header-top-left .contact-info li span i,
.header-wrap.style2 .header-top .header-top-left .contact-info li span i {
    color: #051145;
}

.header-wrap.style1 .header-top .header-top-left .contact-info li:hover span,
.header-wrap.style2 .header-top .header-top-left .contact-info li:hover span {
    color: #1B7261;
}

.header-wrap.style1 .header-top .header-top-left .contact-info li a,
.header-wrap.style1 .header-top .header-top-left .contact-info li p,
.header-wrap.style2 .header-top .header-top-left .contact-info li a,
.header-wrap.style2 .header-top .header-top-left .contact-info li p {
    color: #fff;
}

.header-wrap.style1 .header-top .header-top-right .select-lang i,
.header-wrap.style2 .header-top .header-top-right .select-lang i {
    color: #fff;
}

.header-wrap.style1 .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle span,
.header-wrap.style2 .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle span {
    color: #fff;
}

.header-wrap.style1 .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle:before,
.header-wrap.style2 .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle:before {
    color: #fff;
}

.header-wrap.style1 .header-top .header-top-right .social-profile li a i,
.header-wrap.style2 .header-top .header-top-right .social-profile li a i {
    color: #051145;
}

.header-wrap.style1 .header-top .header-top-right .social-profile li a:hover,
.header-wrap.style2 .header-top .header-top-right .social-profile li a:hover {
    background-color: #fff;
}

.header-wrap.style1 .header-top .header-top-right .social-profile li a:hover i,
.header-wrap.style2 .header-top .header-top-right .social-profile li a:hover i {
    color: #1B7261;
}

.header-wrap.style2 .header-top {
    background-color: #1B7261;
}

.header-wrap.style2 .header-bottom {
    padding: 8px 0;
    background-color: #fff;
}

.header-wrap.style2 .header-bottom .btn {
    border-radius: 0;
}

.header-wrap.style3 .header-top {
    background-color: #f9f9f9;
}

.header-wrap.style3 .header-top .header-top-left .contact-info li span {
    background-color: rgba(28, 114, 97, 0.09);
}

.header-wrap.style3 .header-top .header-top-left .contact-info li span i {
    color: #1B7261;
}

.header-wrap.style3 .header-top .header-top-left .contact-info li:hover span {
    background-color: #1B7261;
}

.header-wrap.style3 .header-top .header-top-left .contact-info li:hover span i {
    color: #fff;
}

.header-wrap.style3 .header-top .header-top-left .contact-info li a,
.header-wrap.style3 .header-top .header-top-left .contact-info li p {
    color: #051145;
}

.header-wrap.style3 .header-top .header-top-right .select-lang i {
    color: #1B7261;
}

.header-wrap.style3 .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle span {
    color: #051145;
}

.header-wrap.style3 .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle:before {
    color: #051145;
}

.header-wrap.style3 .header-top .header-top-right .social-profile li a {
    background-color: rgba(28, 114, 97, 0.09);
}

.header-wrap.style3 .header-top .header-top-right .social-profile li a i {
    color: #1B7261;
}

.header-wrap.style3 .header-top .header-top-right .social-profile li a:hover {
    background-color: #1B7261;
}

.header-wrap.style3 .header-top .header-top-right .social-profile li a:hover i {
    color: #fff;
}

.header-wrap.style3 .header-top .header-top-right .social-profile:before {
    background-color: rgba(0, 0, 0, 0.2);
}

.header-wrap.style3 .header-bottom {
    background-color: transparent;
    padding: 5px 20px;
    box-shadow: none;
}

.searchbtn {
    background-color: transparent;
    border: none;
    padding: 0;
    position: relative;
    top: 4px;
}

.searchbtn i {
    font-size: 20px;
    line-height: 1;
}

.shopcart {
    position: relative;
    display: inline-block;
    padding-right: 10px;
}

.shopcart i {
    font-size: 21px;
    line-height: 0.8;
    color: #000;
    position: relative;
    top: 2px;
}

.shopcart span {
    position: absolute;
    top: -4px;
    right: 0px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #1B7261;
    text-align: center;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 19px;
}

.search-area {
    position: absolute;
    top: 85px;
    right: 12px;
    background-color: #fff;
    padding: 15px 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 320px;
    visibility: hidden;
    opacity: 0;
    border-radius: 0 0 5px 5px;
    transition: 0.4s;
}

.search-area.open {
    visibility: visible;
    opacity: 1;
    top: 78px;
}

.search-area input {
    width: 100%;
    height: 58px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 15px;
    background-color: transparent;
    color: #000;
}

.search-area button {
    position: absolute;
    top: 35px;
    right: 22px;
    border: none;
    background-color: transparent;
}

.search-area button i {
    font-size: 20px;
    opacity: 0.5;
    line-height: 0.8;
}

.select-lang {
    padding-left: 18px;
    position: relative;
}

.select-lang i {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 15px;
    line-height: 1;
    color: #1B7261;
}

.select-lang .navbar-language .dropdown-toggle {
    background-color: transparent;
    border: none;
    font-size: 15px;
    padding-right: 16px;
    transition: 0.3s;
}

.select-lang .navbar-language .dropdown-toggle:after {
    display: none;
}

.select-lang .navbar-language .dropdown-toggle:before {
    position: absolute;
    top: 0px;
    right: -2px;
    content: "\ea4e";
    font-family: "remixicon";
    font-weight: 400;
    border: 0;
    margin-left: 8px;
    font-size: 16px;
}

.select-lang .navbar-language .dropdown-menu {
    margin: 0;
    padding: 5px 0;
    box-shadow: 0 9px 54px 0 rgba(32, 32, 32, 0.1);
    inset: 0 0 auto auto !important;
    border: 0;
    border-radius: 0;
    transform: translateY(75px) !important;
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s linear;
}

.select-lang .navbar-language .dropdown-menu a {
    padding: 5px 10px;
    transition: all 0.3s linear;
    font-size: 15px;
}

.select-lang .navbar-language .dropdown-menu a img {
    width: 20px;
    margin-right: 10px;
}

.select-lang .navbar-language .dropdown-menu.show {
    transform: translateY(40px) !important;
    opacity: 1;
    pointer-events: all;
}

@media only screen and (max-width: 767px) {
    .navbar-brand img {
        max-width: 140px;
    }
    .navbar{
        padding: 0;
    }
    .header-wrap .header-top .header-top-left .contact-item p,
    .header-wrap .header-top .header-top-left .contact-item a,
    .header-wrap .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle {
        font-size: 14px !important;
    }
    .header-wrap.sticky {
        top: -179px;
    }
    .header-wrap.style1:after {
        height: 87%;
    }
    .header-wrap .header-top {
        padding: 15px 0;
    }
    .header-wrap .header-top .header-top-left {
        margin-bottom: 10px;
    }
    .header-wrap .header-top .header-top-left .contact-info {
        width: 100%;
    }
    .header-wrap .header-top .header-top-left .contact-info li {
        text-align: center;
        margin-bottom: 10px;
        justify-content: center;
        width: 100%;
    }
    .header-wrap .header-top .header-top-left .contact-info li:nth-child(1) {
        order: 3;
    }
    .header-wrap .header-top .header-top-left .contact-info li:nth-child(2) {
        order: 1;
    }
    .header-wrap .header-top .header-top-left .contact-info li:nth-child(3) {
        order: 2;
    }
    .header-wrap .header-top .header-top-left .contact-info li span {
        top: 0px;
        width: 28px;
        height: 28px;
    }
    .header-wrap .header-top .header-top-left .contact-info li span i {
        font-size: 14px;
    }
    .header-wrap .header-top .header-top-left .contact-info li a,
    .header-wrap .header-top .header-top-left .contact-info li p {
        font-size: 14px;
    }
    .header-wrap .header-top .header-top-right {
        justify-content: center;
    }
    .header-wrap .header-top .header-top-right .select-lang i {
        top: 4px;
    }
    .header-wrap .header-top .header-top-right .social-profile li a {
        width: 28px;
        height: 28px;
    }
    .header-wrap .header-top .header-top-right .social-profile li a i {
        font-size: 13px;
    }
    .search-area {
        width: 100%;
        right: 0;
    }
    .search-area.open {
        top: 67px;
    }
    .search-area input {
        height: 52px;
        font-size: 14px;
        padding: 10px 15px;
    }
    .search-area button {
        top: 32px;
    }
    .search-area button i {
        font-size: 18px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-wrap.sticky {
        top: -50px;
    }
    .header-wrap .header-top .header-top-left .contact-info li {
        margin-right: 15px;
    }
    .header-wrap .header-top .header-top-left .contact-info li span {
        top: 0px;
        width: 25px;
        height: 25px;
    }
    .header-wrap .header-top .header-top-left .contact-info li span i {
        font-size: 14px;
    }
    .header-wrap .header-top .header-top-left .contact-info li a,
    .header-wrap .header-top .header-top-left .contact-info li p {
        font-size: 13px;
    }
    .header-wrap .header-top .header-top-right .select-lang .dropdown-toggle span {
        font-size: 13px;
    }
    .header-wrap .header-top .header-top-right .social-profile li a {
        width: 26px;
        height: 26px;
    }
    .header-wrap .header-top .header-top-right .social-profile li a i {
        font-size: 12px;
    }
    .header-wrap .header-bottom .navbar .navbar-brand img {
        max-width: 120px;
    }
    .header-wrap .header-bottom .navbar .navbar-nav {
        margin-right: 15px;
    }
    .header-wrap .header-bottom .navbar .navbar-nav .nav-item {
        margin: 0 7px !important;
    }
    .header-wrap .header-bottom .navbar .navbar-nav .nav-item a {
        font-size: 15px;
    }
    .header-wrap .header-bottom .navbar .navbar-nav .nav-item a i {
        font-size: 14px;
        top: 3px;
    }
    .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu .nav-item a {
        font-size: 14px;
    }
    .header-wrap .header-bottom .navbar .other-options .option-item {
        margin: 0 0 0 15px;
    }
    .header-wrap .header-bottom .navbar .other-options .option-item .btn {
        font-size: 14px;
        padding: 10px 22px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-wrap.sticky {
        top: -90px;
    }
    .header-wrap .header-top {
        padding: 12px 0;
    }
    .header-wrap .header-top .header-top-left {
        margin-bottom: 15px;
    }
    .header-wrap .header-top .header-top-left .contact-info li {
        margin-right: 15px;
        padding-left: 28px;
    }
    .header-wrap .header-top .header-top-left .contact-info li span {
        top: 0px;
        width: 25px;
        height: 25px;
    }
    .header-wrap .header-top .header-top-left .contact-info li span i {
        font-size: 14px;
    }
    .header-wrap .header-top .header-top-left .contact-info li a,
    .header-wrap .header-top .header-top-left .contact-info li p {
        font-size: 13px;
    }
    .header-wrap .header-top .header-top-right .select-lang .dropdown-toggle span {
        font-size: 14px;
    }
    .header-wrap .header-top .header-top-right .social-profile li a {
        width: 25px;
        height: 24px;
    }
    .header-wrap .header-top .header-top-left,
    .header-wrap .header-top .header-top-right {
        justify-content: center;
    }
    .header-wrap.style1:after {
        height: 78%;
    }
    .header-wrap .search-area.open {
        top: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .header-wrap .header-top .header-top-left .contact-item {
        width: 100%;
        margin: 0 0 15px;
    }
    .header-wrap .header-top .header-top-left .contact-item p,
    .header-wrap .header-top .header-top-left .contact-item a {
        color: #000;
        font-size: 14px;
        font-weight: 400;
    }
    .header-wrap .header-bottom .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .header-wrap .header-bottom .container .search-area.open {
        top: 76px;
    }
    .header-wrap .header-bottom .navbar .navbar-collapse {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
    }
    .header-wrap .header-bottom .navbar .navbar-nav {
        width: 100%;
        flex-direction: column;
    }
    .header-wrap .header-bottom .navbar .navbar-nav .nav-item {
        position: relative;
    }
    .header-wrap .header-bottom .navbar .navbar-nav .nav-item .menu-expand {
        position: absolute;
        right: 0;
        top: 14px;
        cursor: pointer;
    }
    .header-wrap .header-bottom .navbar .navbar-nav .nav-item .menu-expand i {
        color: #000;
        font-size: 18px;
        line-height: 1;
        position: relative;
        top: 7px;
    }
    .header-wrap .header-bottom .navbar .navbar-nav .nav-item a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .header-wrap .header-bottom .navbar .navbar-nav .nav-item a i {
        display: none;
    }
    .header-wrap .header-bottom .navbar .navbar-nav .nav-item a.active {
        color: #1B7261;
    }
    .header-wrap .header-bottom .navbar .navbar-nav .nav-item a.btn {
        display: inline-block;
        padding: 10px 30px 10px;
        color: #fff;
        margin-top: 15px;
        font-weight: 500;
        font-size: 14px;
    }
    .header-wrap .header-bottom .navbar .navbar-nav .nav-item a.btn i {
        display: inline-block;
        top: 6px;
    }
    .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu {
        width: 100%;
        background-color: #fff;
        border: none;
        padding: 0;
    }
    .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu li a {
        font-size: 14px;
        padding-left: 10px;
        margin-left: 10px;
    }
    .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
        color: #1B7261;
    }
    .header-wrap .header-bottom .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
        margin-left: 20px;
    }
    .header-wrap.style1 .header-bottom {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .header-wrap.style3 .searchbtn i {
        color: #fff;
    }
    .header-wrap.style3 .shopcart i {
        color: #fff;
    }
    .header-wrap.style3 .shopcart span {
        background-color: #ECF0F2;
        color: #1B7261;
    }
    .header-wrap.style3 .mobile-menu a {
        background-color: #ECF0F2;
    }
    .header-wrap.style3 .mobile-menu a i {
        color: #1B7261;
    }
    .shopcart {
        margin-left: 15px;
    }
    .searchbtn {
        top: 2px;
    }
    .mobile-bar-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        justify-content: flex-end;
        text-align: right;
        position: relative;
        top: 4px;
    }
    .menu-close {
        position: absolute;
        top: 13px;
        right: 16px;
    }
    .menu-close i {
        color: #000;
        font-size: 25px;
    }
    .mobile-menu {
        text-align: right;
        margin-left: 15px;
        display: inline-block;
        position: relative;
        top: -5px;
    }
    .mobile-menu a {
        width: 38px;
        height: 38px;
        border-radius: 62% 38% 46% 54%/60% 63% 37% 40%;
        text-align: center;
        background-color: #1B7261;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .mobile-menu a i {
        font-size: 22px;
        color: #fff;
        margin: 0 auto;
    }
    .main-menu-wrap {
        width: 100%;
        position: fixed;
        background: #fff;
        z-index: 999;
        top: 0;
        height: 100vh;
        transition: 0.5s;
        left: -100%;
        padding: 55px 20px 30px;
        overflow-y: auto;
        transition: 0.4s;
    }
    .main-menu-wrap.open {
        left: 0;
    }
    .main-menu>li.has-children.menu-open>span.menu-expand {
        transform: rotate(180deg);
    }
    .main-menu>li.has-children.menu-open>span.menu-expand i {
        color: #000;
    }
    .main-menu>li>ul>li.has-children.menu-open>span.menu-expand {
        transform: rotate(180deg);
    }
    .main-menu li {
        position: relative;
    }
    .main-menu li:last-child {
        margin: 0;
    }
    .main-menu li>span.menu-expand {
        position: absolute;
        right: 0;
        top: 13px;
        cursor: pointer;
    }
    .main-menu li>span.menu-expand i {
        color: #000;
        font-size: 18px;
    }
    .main-menu li>span.menu-expand:hover {
        color: #000;
    }
    .main-menu li a.active {
        color: #1B7261;
    }
    .main-menu li>a {
        font-size: 14px;
        font-weight: 400;
        color: #000;
        text-transform: capitalize;
        display: block;
        padding: 12px 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    }
    .main-menu li>a:hover {
        color: #000;
    }
    .main-menu li>ul.sub-menu {
        padding-left: 20px;
    }
    .header-wrap .header-bottom .main-menu-wrap #menu>ul>li>a::after {
        display: none;
    }
    .main-menu li a.active {
        font-weight: 600;
        color: #000;
        border-color: rgba(0, 0, 0, 0.3);
    }
}

@media only screen and (min-width: 992px) {
    .menu-expand i {
        display: none;
    }
/*     .header-wrap .navbar {
        padding: 0;
    } */
    .header-wrap .navbar ul {
        padding-left: 0;
        list-style-type: none;
        margin-bottom: 0;
    }
    .header-wrap .navbar .navbar-nav {
        margin-right: 25px;
        margin: 0 auto;
    }
    .header-wrap .navbar .navbar-nav .nav-item {
        position: relative;
        margin: 0 8px;
    }
    .header-wrap .navbar .navbar-nav .nav-item.first-child {
        margin-left: 0;
    }
    .header-wrap .navbar .navbar-nav .nav-item a {
        color: #051145;
        font-weight: 500;
        padding: 30px 0;
        transition: 0.4s;
        position: relative;
    }
    .header-wrap .navbar .navbar-nav .nav-item a:hover,
    .header-wrap .navbar .navbar-nav .nav-item a:focus,
    .header-wrap .navbar .navbar-nav .nav-item a.active {
        color: #1B7261;
    }
    .header-wrap .navbar .navbar-nav .nav-item a i {
        font-size: 16px;
        line-height: 1;
        position: relative;
        top: 2px;
        display: inline-block;
        margin-left: -3px;
        transition: 0.4s;
    }
    .header-wrap .navbar .navbar-nav .nav-item a:hover i {
        transform: rotate(180deg);
    }
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu {
        display: block !important;
        border: none;
        top: 85px;
        left: -23px;
        z-index: 99;
        opacity: 0;
        width: 350px;
        display: block;
        border-radius: 0;
        padding: 12px 0;
        position: absolute;
        visibility: hidden;
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
        transition: 0.3s;
        transform: rotateX(-75deg);
        transition: 0.5s;
        transform-style: preserve-3d;
        transform-origin: 0% 0%;
    }
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li {
        margin: 0;
    }
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a {
        padding: 10px 20px;
        position: relative;
        display: block;
        font-size: 15px;
        font-weight: 500;
        transition: 0.3s;
    }
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:before {
        position: absolute;
        top: 50%;
        left: 20px;
        content: "";
        width: 2px;
        height: 0%;
        background-color: #1B7261;
        visibility: hidden;
        opacity: 0;
        transform: translateY(-50%);
        transition: 0.4s;
    }
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active,
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
        color: #1B7261;
    }
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active:before,
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover:before {
        height: 16px;
        visibility: visible;
        opacity: 1;
    }
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active,
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover {
        padding-left: 30px;
    }
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
        width: 100%;
        right: auto;
        left: 0;
    }
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li a i {
        margin: 0;
        position: absolute;
        top: 55%;
        font-size: 16px;
        line-height: 1;
        transform: translateY(-50%);
        right: 15px;
    }
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
        top: 0;
        opacity: 0;
        left: -250px;
        right: auto;
        visibility: hidden;
    }
    .header-wrap .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
    }
    .header-wrap .navbar .navbar-nav .nav-item:hover .dropdown-menu {
        opacity: 1;
        visibility: visible;
        transform: rotatex(0deg);
    }
    .header-wrap .navbar .other-options {
        display: flex;
        align-items: center;
        position: relative;
    }
    .header-wrap .navbar .other-options:before {
        position: absolute;
        top: 50%;
        left: 0;
        content: "";
        width: 1px;
        height: 25px;
        background-color: rgba(0, 0, 0, 0.18);
        transform: translateY(-50%);
    }
    .header-wrap .navbar .other-options .option-item {
        margin: 0 0 0 25px;
    }
    .header-wrap.style3 .navbar .navbar-nav>.nav-item>a {
        color: #fff;
        font-weight: 400;
    }
    .header-wrap.style3 .navbar .navbar-nav>.nav-item>a:after {
        position: absolute;
        bottom: 22px;
        left: 50%;
        content: "";
        width: 0%;
        height: 1px;
        background-color: #fff;
        visibility: hidden;
        opacity: 0;
        transform: translateX(-50%);
        transition: 0.4s;
    }
    .header-wrap.style3 .navbar .navbar-nav>.nav-item>a:hover:after,
    .header-wrap.style3 .navbar .navbar-nav>.nav-item>a:focus:after,
    .header-wrap.style3 .navbar .navbar-nav>.nav-item>a.active:after {
        visibility: visible;
        opacity: 1;
        width: 100%;
    }
    .header-wrap.style3 .navbar .other-options:before {
        background-color: rgba(255, 255, 255, 0.35);
    }
    .header-wrap.style3 .navbar .other-options .option-item .searchbtn i {
        color: #fff;
    }
    .header-wrap.style3 .navbar .other-options .option-item .shopcart i {
        color: #fff;
    }
    .header-wrap.style3 .navbar .other-options .option-item .shopcart span {
        background-color: #fff;
        color: #1B7261;
    }
}

@media only screen and (min-width: 1400px) {
    .header-wrap .navbar .navbar-nav .nav-item {
        margin: 0 16px;
    }
    .header-wrap .navbar .navbar-nav .nav-item.has-child {
        position: relative;
        top: -2px;
    }
    .header-wrap .navbar .navbar-nav .nav-item a {
        font-size: 17px;
    }
    .header-wrap .navbar .navbar-nav .nav-item a i {
        font-size: 19px;
        top: 2px;
    }
    .header-wrap .header-top .header-top-left .contact-info li p,
    .header-wrap .header-top .header-top-left .contact-info li a {
        font-size: 14px;
        margin-left: 13px;
    }
    .header-wrap.style1 .header-bottom {
        padding: 0 29px;
    }
}

@media only screen and (min-width: 1600px) {
    .header-wrap .container {
        max-width: 1540px;
    }
}

@media only screen and (min-width: 1920px) {
    .header-wrap .container {
        max-width: 1660px;
    }
}

/*---------------------------------
       Breadcrumb CSS 
-----------------------------------*/

.breadcrumb-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 150px 0 110px;
    overflow: hidden;
    background-color: #ECF0F2;
}

.breadcrumb-wrap .container {
    position: relative;
    z-index: 1;
}

.breadcrumb-wrap .container .br-shape-one,
.breadcrumb-wrap .container .br-shape-two,
.breadcrumb-wrap .container .br-shape-three,
.breadcrumb-wrap .container .br-shape-four {
    position: absolute;
    z-index: -1;
    transform: translateY(-50%);
}

.breadcrumb-wrap .container .br-shape-one {
    top: 50%;
    left: 0;
}

.breadcrumb-wrap .container .br-shape-two {
    top: 0;
    left: 200px;
}

.breadcrumb-wrap .container .br-shape-three {
    top: 50%;
    right: 200px;
}

.breadcrumb-wrap .container .br-shape-four {
    top: 0;
    right: 0;
}

.breadcrumb-title {
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.breadcrumb-title h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 6px;
}

.breadcrumb-title .breadcrumb-menu li {
    display: inline-block;
    margin: 0 6px;
    position: relative;
    color: #54595F;
    font-weight: 500;
}

.breadcrumb-title .breadcrumb-menu li:after {
    position: absolute;
    top: 1px;
    right: -9px;
    content: "/";
    font-size: 16px;
    background-color: transparent;
    color: #54595F;
}

.breadcrumb-title .breadcrumb-menu li:first-child {
    margin-left: 0;
}

.breadcrumb-title .breadcrumb-menu li:first-child a {
    padding-left: 0;
}

.breadcrumb-title .breadcrumb-menu li:last-child {
    margin-right: 0;
    color: #1B7261;
}

.breadcrumb-title .breadcrumb-menu li:last-child:after {
    display: none;
}

.breadcrumb-title .breadcrumb-menu li a {
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
    padding: 0px 5px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    position: relative;
    color: #54595F;
}

.breadcrumb-title .breadcrumb-menu li a:hover {
    color: #1B7261;
}

.breadcrumb-title .breadcrumb-menu li:last-child a:after {
    display: none;
}

.breadcrumb-img img {
    display: block;
    margin-left: auto;
}

.content-feature-list {
    margin: 0 0 28px 0;
}

.content-feature-list li {
    position: relative;
    padding-left: 25px;
    margin: 0 0 18px;
}

.content-feature-list li:last-child {
    margin-bottom: 0;
}

.content-feature-list li i {
    position: absolute;
    top: 4px;
    left: 0;
    color: #1B7261;
    font-size: 20px;
    line-height: 0.8;
}


/*-------------------------------
     Category Widget CSS
-------------------------------*/

.category-box.style1 li {
    display: block;
    margin-bottom: 12px;
}

.category-box.style1 li:last-child {
    margin: 0;
}

.category-box.style1 li a {
    display: block;
    padding: 18px 25px;
    box-shadow: 0px 6px 20px rgba(5, 17, 69, 0.08);
    transition: 0.4s;
}

.category-box.style1 li a:hover {
    background-color: #1B7261;
    color: #fff;
}

.category-box.style1 li a i {
    float: right;
    font-size: 13px;
    line-height: 0.8;
    position: relative;
    top: 7px;
}

.category-box.style2 li {
    position: relative;
}

.category-box.style2 li a {
    color: #54595F;
    padding: 8px 10px 8px 20px;
    display: block;
    transition: 0.4s;
}

.category-box.style2 li a:before {
    position: absolute;
    top: 17px;
    left: 0;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #1B7261;
}

.category-box.style2 li a span {
    float: right;
    font-weight: 400;
    opacity: 0.5;
    margin-left: 4px;
    font-size: 16px;
    color: #54595F;
}

.category-box.style2 li a:hover {
    color: #1B7261;
    padding-left: 20px;
}

.category-box.style2 li:first-child a {
    padding-top: 0;
}

.category-box.style2 li:first-child a:before {
    top: 8px;
}

.category-box.style2 li:last-child a {
    padding-bottom: 0;
}

/*-------------------------------
     Taglist Widget CSS
-------------------------------*/

.tag-list ul {
    margin-top: -12px;
}

.tag-list ul li {
    display: inline-block;
    margin: 12px 8px 0px 0px;
}

.tag-list ul li a {
    display: inline-block;
    font-size: 14px;
    line-height: 16px;
    padding: 7px 20px;
    color: #54595F;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: 0.3s;
}

.tag-list ul li a:hover {
    background-color: #1B7261;
    color: #fff;
    border-color: transparent;
}

.tag-list.style2 li a {
    box-shadow: none;
    padding: 0;
}

.tag-list.style2 li a:hover {
    background: transparent;
}

.tag-list.style3 li a {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    padding: 10px 12px;
    border: none;
}

/*-------------------------------
    Popular post Widget CSS
-------------------------------*/

.pp-post-item {
    margin: 0 0 20px;
}

.pp-post-item .pp-post-img {
    width: 85px;
}

.pp-post-item .pp-post-info {
    width: calc(100% - 100px);
    margin-left: 15px;
}

.pp-post-item .pp-post-info h6 {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 0;
}

.pp-post-item .pp-post-info span {
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    display: block;
    position: relative;
    color: #888888;
    margin-bottom: 8px;
}

.pp-post-item:last-child {
    margin: 0;
}

.pp-post-item:hover .pp-post-info h6 a {
    color: #1B7261;
}

/*-------------------------------
    Hero Section CSS
-------------------------------*/

.hero-bg-1 {
    background-image: url(../img/hero/hero-bg-1.jpg);
}

.hero-wrap .hero-content span {
    display: block;
    margin-bottom: 6px;
}

.hero-wrap .hero-content h1 {
    font-size: 46px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 18px;
    color: #fff;
}

.hero-wrap .hero-content p {
    margin-bottom: 35px;
}

.hero-wrap .hero-content .hero-btn .play-video span {
    display: inline-block;
    color: #54595F !important;
    font-weight: 500;
}

.hero-wrap .hero-content .hero-btn .play-video span:nth-child(1) {
    margin-right: 10px;
}

.hero-wrap .hero-content .hero-btn .play-video .video-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    margin-bottom: 0;
    box-shadow: 0px 4px 15px rgba(5, 17, 69, 0.06);
    margin-right: 15px !important;
}

.hero-wrap .hero-content .hero-btn .play-video .video-icon i {
    font-size: 27px;
    line-height: 0.8;
    margin: 0 auto;
    color: #1B7261;
    position: relative;
    left: 2px;
}

.hero-wrap .hero-content .hero-btn .btn:nth-child(1) {
    margin-right: 25px;
}

.hero-wrap.style1 {
    background-color: #ECF0F2;
    position: relative;
    z-index: 1;
}

.hero-wrap.style1 .hero-shape-three,
.hero-wrap.style1 .hero-shape-four,
.hero-wrap.style1 .hero-shape-five {
    position: absolute;
    z-index: -1;
}

.hero-wrap.style1 .hero-shape-three {
    top: 190px;
    right: 0;
}

.hero-wrap.style1 .hero-shape-four {
    bottom: 120px;
    right: 50px;
}

.hero-wrap.style1 .hero-shape-five {
    bottom: 0;
    left: 0;
}

.hero-wrap.style1 .hero-slide-item {
    padding: 250px 0 180px;
}

.hero-wrap.style1 .hero-slide-item .hero-img-wrap {
    position: relative;
    z-index: 1;
    padding: 0 0 0 100px;
}

.hero-wrap.style1 .hero-slide-item .hero-img-wrap .hero-img-one,
.hero-wrap.style1 .hero-slide-item .hero-img-wrap .hero-img-two {
    width: calc(50% - 10px);
}

.hero-wrap.style1 .hero-slide-item .hero-img-wrap .hero-img-two {
    position: relative;
    top: 100px;
}

.hero-wrap.style1 .hero-slide-item .hero-img-wrap .hero-img-two img {
    margin-top: 100px;
}

.hero-wrap.style1 .hero-slide-item .hero-img-wrap .hero-shape-one {
    position: absolute;
    top: 55%;
    left: 55%;
    z-index: -1;
    opacity: 0.1;
    max-width: 500px;
    transform: translate(-50%, -50%);
}

.hero-wrap.style1 .hero-slide-item .hero-img-wrap .hero-shape-two {
    position: absolute;
    top: 30px;
    right: 80px;
    z-index: -1;
    max-width: 150px;
}

.hero-wrap.style1 .hero-slide-item .hero-content {
    position: relative;
    z-index: 1;

        background-color: rgba(0, 0, 0, 0.4);
    /* background-color: rgb(255 255 255 / 48%); */
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(2px);
    padding: 30px;
    border-radius: 15px;
}

.hero-wrap.style1 .hero-slide-item .hero-content .hero-shape-six,
.hero-wrap.style1 .hero-slide-item .hero-content .hero-shape-seven {
    position: absolute;
    z-index: -1;
}

.hero-wrap.style1 .hero-slide-item .hero-content .hero-shape-six {
    bottom: -20px;
    right: -20px;
    max-width: 120px;
}

.hero-wrap.style1 .hero-slide-item .hero-content .hero-shape-seven {
    top: -20px;
    right: 20px;
    max-width: 60px;
}

.hero-wrap.style1 .hero-slide-item .hero-content span {
    color: #fff;
}

.hero-wrap.style1 .hero-slide-item .hero-content .hero-btn .btn {
    border-radius: 0;
}

.hero-wrap.style1 .hero-slide-item .hero-content .hero-btn .play-video {
    color: #051145;
}

.hero-wrap.style1 .hero-slide-item .hero-content .feedback-wrap {
    margin-top: 60px;
    max-width: 90%;
}

.hero-wrap.style1 .hero-slide-item .hero-content .feedback-wrap .feedback-client-img {
    margin-left: 15px;
}

.hero-wrap.style1 .hero-slide-item .hero-content .feedback-wrap .feedback-client-img a {
    display: inline-block;
    margin-left: -18px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.hero-wrap.style1 .hero-slide-item .hero-content .feedback-wrap .feedback-client-img a img {
    border-radius: 50%;
}

.hero-wrap.style1 .hero-slide-item .hero-content .feedback-wrap .feedback-text {
    width: 55%;
    margin-left: 25px;
}

.hero-wrap.style1 .hero-slide-item .hero-content .feedback-wrap .feedback-text p {
    margin: 0;
    padding: 0;
}

.hero-wrap.style1 .hero-slide-item .hero-content .feedback-wrap .feedback-text p .link {
    text-decoration: underline;
}

.hero-wrap.style2 {
    background-color: #F1F7FD;
}

.hero-wrap.style2 .hero-slide-item {
    padding: 220px 0 170px;
}

.hero-wrap.style2 .hero-slide-item .hero-img-wrap {
    position: relative;
}

.hero-wrap.style2 .hero-slide-item .hero-img-wrap .hero-img-one,
.hero-wrap.style2 .hero-slide-item .hero-img-wrap .hero-img-two {
    width: calc(50% - 10px);
}

.hero-wrap.style2 .hero-slide-item .hero-img-wrap .hero-img-one img,
.hero-wrap.style2 .hero-slide-item .hero-img-wrap .hero-img-two img {
    display: block;
    margin: 20px 0;
}

.hero-wrap.style2 .hero-slide-item .hero-img-wrap .play-now {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    font-size: 36px;
    line-height: 85px;
    transform: translate(-50%, -50%);
    background-color: #1B7261;
    border: 10px solid #fff;
}

.hero-wrap.style2 .hero-slide-item .hero-img-wrap .play-now i {
    color: #fff;
    position: relative;
    left: 2px;
    top: -2px;
}

.hero-wrap.style2 .hero-slide-item .hero-img-wrap .play-now .ripple:after,
.hero-wrap.style2 .hero-slide-item .hero-img-wrap .play-now .ripple:before,
.hero-wrap.style2 .hero-slide-item .hero-img-wrap .play-now .ripple {
    width: 100px;
    height: 100px;
}

.hero-wrap.style2 .hero-slide-item .hero-img-wrap .hero-shape-one,
.hero-wrap.style2 .hero-slide-item .hero-img-wrap .hero-shape-two,
.hero-wrap.style2 .hero-slide-item .hero-img-wrap .hero-shape-three,
.hero-wrap.style2 .hero-slide-item .hero-img-wrap .hero-shape-four {
    position: absolute;
    z-index: -1;
}

.hero-wrap.style2 .hero-slide-item .hero-img-wrap .hero-shape-one {
    top: 128px;
    left: -66px;
    max-width: 140px;
}

.hero-wrap.style2 .hero-slide-item .hero-img-wrap .hero-shape-two {
    bottom: 0;
    right: -35px;
    max-width: 100px;
}

.hero-wrap.style2 .hero-slide-item .hero-img-wrap .hero-shape-three {
    top: -28px;
    right: -40px;
    max-width: 110px;
}

.hero-wrap.style2 .hero-slide-item .hero-img-wrap .hero-shape-four {
    bottom: 120px;
    left: 70px;
    max-width: 160px;
}

.hero-wrap.style2 .hero-slide-item .hero-content span {
    color: #1B7261;
}



.hero-slider-one.owl-carousel .owl-nav button.owl-prev,
.hero-slider-one.owl-carousel .owl-nav button.owl-next,
.hero-slider-two.owl-carousel .owl-nav button.owl-prev,
.hero-slider-two.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.hero-slider-one.owl-carousel .owl-nav button.owl-prev,
.hero-slider-two.owl-carousel .owl-nav button.owl-prev {
    left: 65px;
}

.hero-slider-one.owl-carousel .owl-nav button.owl-next,
.hero-slider-two.owl-carousel .owl-nav button.owl-next {
    right: 65px;
}

.hero-slider-two.owl-carousel .owl-nav button.owl-prev,
.hero-slider-two.owl-carousel .owl-nav button.owl-next {
    background-color: transparent;
    border: 2px solid rgb(255, 255, 255);
}

.hero-slider-two.owl-carousel .owl-nav button.owl-prev i,
.hero-slider-two.owl-carousel .owl-nav button.owl-next i {
    color: #fff;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 50%, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content span,
.hero-slider-two.owl-carousel .owl-item.active .hero-slide-item .hero-content span {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.5s;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content h1,
.hero-slider-two.owl-carousel .owl-item.active .hero-slide-item .hero-content h1 {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.7s;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content p,
.hero-slider-two.owl-carousel .owl-item.active .hero-slide-item .hero-content p {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.9s;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content .hero-btn,
.hero-slider-two.owl-carousel .owl-item.active .hero-slide-item .hero-content .hero-btn {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 1.1s;
}


.hero_bg{
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 100vh;
}
/* .hero_bg::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 56%);
} */

/*-------------------------------
    Promo & counter Section CSS
-------------------------------*/

.promo-wrap.style3 {
    position: relative;
    z-index: 1;
    background-color: #ECF0F2;
}

.promo-wrap.style3:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 38%;
    z-index: -1;
    background-color: #fff;
}

.promo-card {
    margin-bottom: 25px;
    text-align: center;
    background-color: #fff;
    transition: 0.4s;
}

.promo-card h3 {
    font-size: 22px;
    margin-bottom: 10px;
    transition: 0.4s;
}

.promo-card p {
    margin: 0;
    transition: 0.4s;
}

.promo-card.style1 {
    padding: 25px;
    box-shadow: 0px 4px 15px rgba(5, 17, 69, 0.08);
}

.promo-card.style1 .promo-icon {
    display: inline-block;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: rgb(236, 240, 242);
    text-align: center;
    margin: 0 auto 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.4s;
}

.promo-card.style1 .promo-icon:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    content: "";
    background-color: #1B7261;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: 0.4s;
}

.promo-card.style1 .promo-icon i {
    font-size: 43px;
    line-height: 86px;
    margin: 0 auto;
    color: #1B7261;
    transition: 0.4s;
}

.promo-card.style2 {
    position: relative;
}

.promo-card.style2 .promo-info {
    position: absolute;
    bottom: 25px;
    left: 50%;
    width: calc(100% - 50px);
    transform: translateX(-50%);
    background-color: #fff;
    padding: 25px;
    text-align: center;
}

.promo-card.style2 .promo-info:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 0%;
    height: 100%;
    background-color: #1B7261;
    opacity: 0;
    z-index: -1;
    transition: 0.4s;
}

.promo-card.style2:hover .promo-info:after {
    width: 100%;
    opacity: 1;
}

.promo-card.style2:hover .promo-info h3 {
    color: #fff;
}

.promo-card.style2:hover .promo-info p {
    color: rgba(255, 255, 255, 0.8);
}

.promo-card:hover {
    transform: translateY(-5px);
}

.promo-card:hover .promo-icon:after {
    width: 100%;
    visibility: visible;
    opacity: 1;
}

.promo-card:hover .promo-icon i {
    color: #fff;
}

.counter-card-wrap.style1 {
    background-color: #fff;
    padding: 50px 30px 25px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin: -100px 0 0;
    position: relative;
    z-index: 1;
}

.counter-card-wrap.style2 {
    background-color: #fff;
    padding: 45px 30px 20px 45px;
    margin-top: -80px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 4px 15px rgba(5, 17, 69, 0.06);
}

.counter-card-wrap.style2 .counter-card,
.counter-card-wrap.style3 .counter-card {
    width: 25%;
    position: relative;
    margin-bottom: 25px;
}

.counter-card-wrap.style2 .counter-card .counter-icon,
.counter-card-wrap.style3 .counter-card .counter-icon {
    width: 60px;
    z-index: 1;
    position: relative;
    text-align: center;
    transition: 0.4s;
}

.counter-card-wrap.style2 .counter-card .counter-icon i,
.counter-card-wrap.style3 .counter-card .counter-icon i {
    display: inline-block;
    line-height: 0.8;
    color: #1B7261;
    font-size: 64px;
    transition: 0.4s;
}

.counter-card-wrap.style2 .counter-card .counter-icon:after,
.counter-card-wrap.style3 .counter-card .counter-icon:after {
    position: absolute;
    bottom: -8px;
    right: -8px;
    width: 40px;
    height: 40px;
    background-color: rgba(27, 114, 97, 0.12);
    border-radius: 50%;
    content: "";
    z-index: -1;
    transform: rotate(-20deg);
    transition: 0.4s;
}

.counter-card-wrap.style2 .counter-card .counter-text,
.counter-card-wrap.style3 .counter-card .counter-text {
    width: calc(100% - 80px);
    margin-left: 20px;
}

.counter-card-wrap.style2 .counter-card .counter-text h2,
.counter-card-wrap.style3 .counter-card .counter-text h2 {
    font-size: 34px;
    font-weight: 600;
    line-height: 1;
    margin: 0 0 10px;
}

.counter-card-wrap.style2 .counter-card .counter-text h2 .target,
.counter-card-wrap.style3 .counter-card .counter-text h2 .target {
    font-size: 34px;
    line-height: 0.8;
    position: relative;
    top: 1px;
    left: -4px;
}

.counter-card-wrap.style2 .counter-card .counter-text p,
.counter-card-wrap.style3 .counter-card .counter-text p {
    margin-bottom: 0;
    line-height: 1;
}

/*-------------------------------
    About Section CSS
-------------------------------*/

.about-wrap .about-promo-box {
    min-width: 290px;
    padding: 25px 30px;
    background-color: #fff;
    box-shadow: 0px 6px 20px rgba(5, 17, 69, 0.08);
}

.about-wrap .about-promo-box i {
    font-size: 52px;
    line-height: 0.8;
    color: #1B7261;
    margin-right: 20px;
    position: relative;
    top: 1px;
}

.about-wrap .about-promo-box h2 {
    width: calc(100% - 72px);
    font-size: 16px;
    font-weight: 300;
    color: #54595F;
    margin: 0;
}

.about-wrap .about-promo-box h2 span {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    display: block;
    color: #051145;
}

.about-wrap .about-img-wrap {
    position: relative;
    z-index: 1;
}

.about-wrap .about-content {
    position: relative;
    z-index: 1;
}

.about-wrap .about-content .content-title {
    margin-bottom: 25px;
}

.about-wrap.style1 .about-img-wrap .about-img-two {
    width: calc(57% - 11px);
}

.about-wrap.style1 .about-img-wrap .about-img-one {
    width: calc(43% - 11px);
}

.about-wrap.style1 .about-img-wrap .about-shape-two {
    position: absolute;
    top: 0;
    left: 90px;
    z-index: -1;
}

.about-wrap.style1 .about-img-wrap .about-promo-box {
    position: absolute;
    bottom: 45px;
    left: 80px;
}

.about-wrap.style1 .about-content .about-shape-two {
    position: absolute;
    bottom: -50px;
    right: 30%;
    z-index: -1;
}

.about-wrap.style1 .about-content .counter-card-wrap {
    margin-bottom: 30px;
}

.about-wrap.style1 .about-content .counter-card-wrap .counter-card {
    width: 33.33%;
    padding-right: 6px;
}

.about-wrap.style1 .about-content .counter-card-wrap .counter-card h2 {
    font-size: 36px;
    line-height: 1;
    font-weight: 500;
    width: 100%;
    margin-bottom: 5px;
}

.about-wrap.style1 .about-content .counter-card-wrap .counter-card h2 .target {
    line-height: 0.8;
    position: relative;
    top: 3px;
}

.about-wrap.style1 .about-content .counter-card-wrap .counter-card p {
    margin-bottom: 0;
}

.about-wrap.style2 .about-img-wrap {
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
}

.about-wrap.style2 .about-img-wrap .about-promo-box {
    position: absolute;
    bottom: 0;
    left: 42%;
    right: auto;
    transform: translateX(-50%);
}

.about-wrap.style2 .about-img-wrap .about-shape-one {
    position: absolute;
    top: 85px;
    right: 0;
    z-index: -1;
}

.about-wrap.style2 .about-img-wrap .about-img-one {
    width: calc(100% - 100px);
    margin-right: auto;
}

.about-wrap.style2 .about-img-wrap .about-img-two {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    border: 5px solid #fff;
    position: absolute;
    top: 100px;
    right: 0;
}

.about-wrap.style2 .about-img-wrap .about-img-two img {
    border-radius: 50%;
}

.about-wrap.style2 .about-content .progressbar-wrap,
.about-wrap.style3 .about-content .progressbar-wrap {
    margin: 5px 0 38px;
}

.about-wrap.style3 .about-img-wrap {
    position: relative;
    padding-bottom: 220px;
}

.about-wrap.style3 .about-img-wrap .about-img-one {
    width: calc(100% - 100px);
    margin-right: auto;
}

.about-wrap.style3 .about-img-wrap .about-img-two {
    position: absolute;
    bottom: 0;
    right: 0;
}

.about-wrap.style3 .about-img-wrap .promo-box {
    position: absolute;
    left: 75px;
    bottom: 55px;
}

.progressbar-wrap .progress-bar {
    margin: 0 0 20px;
    overflow: hidden;
    background: transparent;
}

.progressbar-wrap .progress-bar:last-child {
    margin-bottom: 0;
}

.progressbar-wrap .progress-bar .progress-content-outter {
    height: 3px;
    background-color: #D9D9D9;
}

.progressbar-wrap .progress-bar .progress-content-outter .progress-content {
    height: 3px;
    background-color: #1B7261;
    width: 0%;
}

.progressbar-wrap .progress-bar .progress-title-holder {
    position: relative;
    margin: 0 0 10px;
    text-align: left;
    font-size: 18px;
    font-weight: 500;
}

.progressbar-wrap .progress-bar .progress-title-holder .progress-title {
    margin: 0;
}

.progressbar-wrap .progress-bar .progress-title-holder .progress-number-wrapper {
    width: 100%;
    z-index: 10;
}

.progressbar-wrap .progress-bar .progress-title-holder .progress-number-wrapper .progress-number-mark {
    margin-bottom: 0;
    border-radius: 3px;
    position: absolute;
    bottom: 0;
    transform: translateX(-100%);
}

.progressbar-wrap .progress-bar .progress-title-holder .progress-number-wrapper .progress-number-mark .percent {
    font-weight: 500;
    position: relative;
}

/*-------------------------------
   Service  Section  CSS
-------------------------------*/

.service-wrap.style1 {
    position: relative;
    z-index: 1;
}

.service-wrap.style1 .service-shape-one {
    position: absolute;
    top: 40%;
    left: 30px;
    z-index: 0;
}

.service-wrap.style1:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #ECF0F2;
}

.service-card {
    margin-bottom: 25px;
}

.service-card h3 {
    font-size: 22px;
    margin: 0 0 12px;
}

.service-card h3:hover a {
    color: #1B7261;
}

.service-card p {
    margin: 0 0 15px;
}

.service-card.style1 {
    position: relative;
    z-index: 1;
}

.service-card.style1 .service-info {
    padding: 22px 25px 22px;
    box-shadow: 0px 3px 10px rgba(5, 17, 69, 0.06);
    width: calc(100% - 50px);
    margin: -95px auto 0;
    background-color: #fff;
    z-index: 3;
    position: relative;
    transition: 0.4s;
}

.service-card.style1 .service-info i {
    position: absolute;
    bottom: 20px;
    right: 22px;
    font-size: 44px;
    line-height: 0.8;
    color: #1B7261;
    opacity: 0.3;
    transition: 0.4s;
}

.service-card.style1:hover .service-info {
    margin: -115px auto 0;
}

.service-card.style1:hover .service-info i {
    opacity: 0.5;
}

.service-card.style2 {
    box-shadow: 0px 6px 15px rgba(5, 17, 69, 0.06);
}

.service-card.style2 .service-info {
    background-color: #fff;
    padding: 0 25px 25px;
}

.service-card.style2 .service-info .service-icon {
    width: 90px;
    padding: 20px 10px;
    border: 1px solid #1B7261;
    margin: -50px 0 23px;
    background-color: #fff;
    position: relative;
    text-align: center;
    z-index: 1;
}

.service-card.style2 .service-info .service-icon i {
    display: block;
    margin: 0 auto;
    font-size: 44px;
    color: #1B7261;
    line-height: 0.8;
    transition: 0.4s;
}

.service-card.style2 .service-info .service-icon:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    content: "";
    background-color: #1B7261;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: 0.4s;
}

.service-card.style2:hover .service-info .service-icon:after {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.service-card.style2:hover .service-info .service-icon i {
    color: #fff;
}

.service-card.style3 {
    padding: 25px;
    background-color: #fff;
    box-shadow: 0px 4px 20px rgba(5, 17, 69, 0.08);
}

.service-card.style3 .service-icon {
    width: 90px;
    text-align: center;
    height: 90px;
    border-radius: 50%;
    border: 1px solid #1B7261;
    position: relative;
    overflow: hidden;
    margin: 0 0 20px;
}

.service-card.style3 .service-icon:before {
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 50%;
    content: "";
    background-color: rgba(28, 114, 97, 0.08);
}

.service-card.style3 .service-icon:after {
    position: absolute;
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: 0;
    border-radius: 50%;
    content: "";
    background-color: #1B7261;
    visibility: hidden;
    opacity: 0;
    z-index: 0;
    transition: 0.4s;
}

.service-card.style3 .service-icon i {
    font-size: 42px;
    line-height: 0.8;
    color: #1B7261;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    transition: 0.4s;
}

.service-card.style3:hover .service-icon i {
    color: #fff;
}

.service-card.style3:hover .service-icon:after {
    height: calc(100% - 10px);
    visibility: visible;
    opacity: 1;
}

.service-slider-one {
    margin-bottom: -15px;
}

.service-slider-one .service-card.style1 {
    margin-bottom: 15px;
}

.service-slider-one .service-card.style2 {
    margin: 15px 5px;
}

.service-slider-one.style1.owl-carousel .owl-nav button.owl-prev,
.service-slider-one.style1.owl-carousel .owl-nav button.owl-next {
    box-shadow: 0px 4px 12px rgba(17, 17, 17, 0.04);
}

.service-slider-one.style2.owl-carousel {
    margin: -15px -5px;
}

.service-slider-one.style2.owl-carousel .owl-nav button.owl-prev,
.service-slider-one.style2.owl-carousel .owl-nav button.owl-next {
    box-shadow: 0px 4px 12px rgba(17, 17, 17, 0.09);
}

.promo-bg-1 {
    background-image: url(../img/promo-bg.jpg);
}

.promo-bg-2 {
    background-image: url(../img/promo-bg-2.jpg);
}

.promo-bg-3 {
    background-image: url(../img/promo-bg-3.jpg);
}

.promo-video-wrap {
    position: relative;
    z-index: 0;
    padding: 300px 0 0;
    margin-top: -300px;
    position: relative;
}

.promo-video-wrap:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(27, 114, 97, 0.9);
    z-index: -1;
}

.promo-video-wrap .content-title {
    position: relative;
    z-index: 10;
}

.promo-video-wrap .content-title h2 {
    color: #fff;
    margin-bottom: 30px;
}

.promo-video {
    height: 585px;
    z-index: 2;
    position: relative;
}

.promo-video .play-now {
    width: 100px;
    height: 100px;
    top: 50%;
    font-size: 38px;
    line-height: 98px;
    transform: translateY(-50%);
    background-color: #fff;
}

.promo-video .play-now i {
    color: #1B7261;
    position: relative;
    left: 1px;
    top: -2px;
}

.promo-video .play-now .ripple:after,
.promo-video .play-now .ripple:before,
.promo-video .play-now .ripple {
    width: 100px;
    height: 100px;
}

.promo-video.style1 {
    height: 535px;
}

.promo-video.style1 .play-now {
    width: 70px;
    height: 70px;
    font-size: 35px;
    line-height: 70px;
}

.promo-video.style1 .play-now .ripple:after,
.promo-video.style1 .play-now .ripple:before,
.promo-video.style1 .play-now .ripple {
    width: 70px;
    height: 70px;
}

.register-form {
    background-color: #fff;
    padding: 32px 42px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

.register-form .reg-shape {
    position: absolute;
    top: -30px;
    right: -30px;
    z-index: -1;
}

.register-form h5 {
    margin: 0 0 15px;
}

.register-form .form-group {
    margin-bottom: 15px;
}

.register-form .form-group label {
    display: block;
    color: #000;
    margin: 0 0 10px;
}

.register-form .form-group input,
.register-form .form-group select {
    height: 50px;
}

.register-form .form-group select {
    color: #54595F;
}

.register-form p {
    font-size: 15px;
}

.register-form p a {
    font-weight: 600;
}

/*-------------------------------
   Project  Section  CSS
-------------------------------*/

.project-card {
    position: relative;
    margin-bottom: 25px;
}

.project-card .project-info {
    width: calc(100% - 50px);
    margin: -60px auto 0;
    background-color: #fff;
    padding: 20px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 2px 20px rgba(5, 17, 69, 0.08);
}

.project-card .project-info .project-title {
    width: calc(100% - 50px);
    margin-right: auto;
}

.project-card .project-info .project-title h3 {
    font-size: 22px;
    margin: 0 0 10px;
}

.project-card .project-info .project-title h3:hover a {
    color: #1B7261;
}

.project-card .project-info .project-title p {
    margin: 0;
}

.project-card .project-info .project-link {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background-color: rgba(28, 114, 97, 0.08);
    transition: 0.4s;
}

.project-card .project-info .project-link i {
    font-size: 18px;
    font-weight: 800;
    line-height: 50px;
    color: #1B7261;
    position: relative;
    right: -1px;
    transition: 0.4s;
}

.project-card .project-info .project-link:hover {
    background-color: #1B7261;
}

.project-card .project-info .project-link:hover i {
    color: #fff;
}

.project-slider-one,
.project-slider-two {
    margin: -10px -5px;
}

.project-slider-one .project-card,
.project-slider-two .project-card {
    margin: 10px 5px;
}

.testimonial-slider-two.owl-carousel .owl-dots,
.project-slider-one.owl-carousel .owl-dots,
.project-slider-two.owl-carousel .owl-dots {
    margin: 20px 0 10px;
    text-align: center;
}

.project-slider-one,
.project-slider-two {
    margin: 0 0 -10px 0;
}

.project-slider-one .project-card,
.project-slider-two .project-card {
    margin: 0 0 10px 0;
}



/*-------------------------------
   Team Section  CSS
-------------------------------*/

.bg-1 {
    background-image: url(../img/bg-1.jpg);
}

.team-wrap.style2 {
    position: relative;
    z-index: 1;
}

.team-wrap.style2:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(27, 114, 97, 0.95);
    z-index: -1;
}

.team-card {
    position: relative;
    margin-bottom: 25px;
    z-index: 1;
    box-shadow: 0px 3px 10px rgba(5, 17, 69, 0.06);
    transition: 0.4s;
}

.team-card .team-member-img {
    text-align: center;
}

.team-card .team-member-img img {
    display: block;
    margin: 0 auto;
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.team-card .team-member-info {
    background-color: #fff;
    padding: 25px;
}

.team-card .team-member-info h3 {
    font-size: 22px;
    margin: 0 0 5px;
}

.team-card .team-member-info span {
    color: #54595F;
}

.team-card.style1 .team-member-img {
    text-align: center;
}

.team-card.style1 .team-member-img img {
    display: block;
    margin: 0 auto;
}

.team-card.style1 .team-member-img .member-social {
    position: relative;
    top: -23px;
    float: right;
    width: 45px;
    height: 45px;
    margin-right: 25px;
    border-radius: 50%;
    text-align: center;
    background-color: #1B7261;
}

.team-card.style1 .team-member-img .member-social i {
    color: #fff;
    font-size: 24px;
    font-weight: 200;
    line-height: 49px;
    margin: 0 auto;
    cursor: pointer;
}

.team-card.style1 .team-member-img .member-social .social-profile {
    position: absolute;
    bottom: 0;
    left: 6px;
    min-height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
}

.team-card.style1 .team-member-img .member-social .social-profile li {
    display: block;
    margin: 10px 0;
}

.team-card.style1 .team-member-img .member-social .social-profile li:last-child {
    margin-bottom: 0;
}

.team-card.style1 .team-member-img .member-social .social-profile li a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 5px 20px rgba(5, 17, 69, 0.08);
}

.team-card.style1 .team-member-img .member-social .social-profile li a i {
    color: #1B7261;
    font-size: 17px;
    margin: 0 auto;
}

.team-card.style1 .team-member-img .member-social:hover .social-profile {
    visibility: visible;
    opacity: 1;
    bottom: calc(100% + 15px);
}

.team-card.style2 {
    box-shadow: 0px 5px 15px rgba(5, 17, 69, 0.08);
}

.team-card.style2 .team-member-info {
    text-align: center;
    padding: 25px 25px 28px;
}

.team-card.style2 .team-member-info .social-profile {
    margin: 20px 0 0;
}

.team-card.style2 .team-member-info .social-profile li a {
    width: 45px;
    height: 45px;
    box-shadow: 0px 5px 20px rgba(5, 17, 69, 0.08);
}

.team-card.style2 .team-member-info .social-profile li a i {
    font-size: 22px;
}

.team-card.style3 .team-member-info {
    text-align: center;
}

.team-card.style3 .team-member-img {
    position: relative;
}

.team-card.style3 .team-member-img .social-profile {
    position: absolute;
    bottom: 5px;
    left: 50%;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50%);
    transition: 0.4s;
}

.team-card.style3 .team-member-img .social-profile li {
    display: inline-block;
}

.team-card.style3 .team-member-img .social-profile li a {
    width: 45px;
    height: 45px;
}

.team-card.style3 .team-member-img .social-profile li a i {
    font-size: 24px;
}

.team-card.style3:hover .team-member-img .social-profile {
    visibility: visible;
    opacity: 1;
    bottom: 25px;
}

.team-card:hover {
    transform: translateY(-5px);
}

.team-card:hover .member-social {
    background-color: #1B7261;
}

.team-card:hover .member-social i {
    color: #fff;
}

.team-card:hover .member-social .social-profile {
    visibility: visible;
    opacity: 1;
    bottom: calc(100% + 15px);
}

/*-------------------------------
    Instagram Section CSS
-------------------------------*/

.insta-item {
    position: relative;
    z-index: 1;
    display: block;
    margin-bottom: 25px;
}

.insta-item:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgba(5, 17, 69, 0.3);
    content: "";
    opacity: 0;
    z-index: 0;
    transition: 0.4s;
}

.insta-item span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #1B7261;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    z-index: 2;
    transition: 0.4s;
    transform: translate(-50%, -50%);
}

.insta-item span i {
    color: #fff;
    font-size: 22px;
    line-height: 44px;
    display: block;
    margin: 0 auto;
}

.insta-item:hover:after {
    width: 100%;
    opacity: 1;
}

.insta-item:hover span {
    visibility: visible;
    opacity: 1;
}

/*-------------------------------
   Blog Section  CSS
-------------------------------*/

.blog-card {
    box-shadow: 0px 3px 10px rgba(5, 17, 69, 0.06);
    margin-bottom: 25px;
    transition: 0.4s;
}

.blog-card .blog-img {
    overflow: hidden;
    position: relative;
}

.blog-card .blog-img img {
    transition: 0.7s;
    height: 285px;
    object-fit: cover;
	width: 100%;
}

.blog-card .blog-info {
    position: relative;
    padding: 25px;
}

.blog-card .blog-info .blog-metainfo {
    margin-bottom: 10px;
}

.blog-card .blog-info .blog-metainfo li {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    margin-right: 20px;
    font-size: 14px;
    transition: 0.3s;
}

.blog-card .blog-info .blog-metainfo li:after {
    position: absolute;
    top: -1px;
    right: -15px;
    content: "/";
    font-size: 16px;
    color: #54595F;
}

.blog-card .blog-info .blog-metainfo li:last-child {
    margin-right: 0;
}

.blog-card .blog-info .blog-metainfo li:last-child:after {
    display: none;
}

.blog-card .blog-info .blog-metainfo li a {
    font-size: 14px;
    color: #54595F;
    transition: 0.3s;
}

.blog-card .blog-info .blog-metainfo li a:hover {
    color: #1B7261;
}

.blog-card .blog-info .blog-metainfo li i {
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 15px;
    line-height: 0.8;
    color: #1B7261;
    transition: 0.3s;
}

.blog-card .blog-info .blog-metainfo li i.ri-wechat-line {
    font-size: 17px;
}

.blog-card .blog-info h3 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px;
}

.blog-card .blog-info h3:hover a {
    color: #1B7261;
}

.blog-card .blog-info p {
    margin-bottom: 15px;
}

.blog-card .blog-date {
    font-size: 14px;
    background-color: #1B7261;
    padding: 5px 17px 7px;
    color: #fff;
    text-align: center;
    transition: 0.3s;
}

.blog-card .blog-date span {
    display: block;
    font-size: 18px;
    font-family: "Lexend", sans-serif;
    line-height: 28px;
    font-weight: 700;
}

.blog-card.style1 {
    position: relative;
    background-color: #fff;
}

.blog-card.style1 .blog-info .blog-date {
    position: absolute;
    top: -30px;
    right: 25px;
}

.blog-card.style2 {
    position: relative;
    background-color: #fff;
}

.blog-card.style2 .blog-img {
    position: relative;
}

.blog-card.style2 .blog-img .blog-date {
    position: absolute;
    bottom: 25px;
    left: 25px;
    min-width: 58px;
}

.blog-card.style2 .blog-info h3 {
    margin-bottom: 12px;
}

.blog-card.style2 .blog-info p {
    margin: 0 0 12px;
}

.blog-card.style3 {
    background-color: #fff;
}

.blog-card.style3 .blog-img {
    position: relative;
}

.blog-card.style3 .blog-img .blog-date {
    position: absolute;
    top: 25px;
    left: 25px;
    min-width: 58px;
}

.blog-card:hover .blog-img img {
    transform: scale(1.05);
}

.blog-card:hover .blog-info .blog-date {
    background-color: #1B7261;
}

.blog-slider-one {
    margin: -10px -10px;
}

.blog-slider-one .blog-card.style1 {
    margin: 10px 10px;
}

.team-slider-one {
    margin-bottom: -10px;
}

.team-slider-one .team-card.style1,
.team-slider-one .team-card.style2 {
    margin-bottom: 10px;
}

.service-slider-one.owl-carousel .owl-nav button.owl-prev,
.service-slider-one.owl-carousel .owl-nav button.owl-next,
.team-slider-one.owl-carousel .owl-nav button.owl-prev,
.team-slider-one.owl-carousel .owl-nav button.owl-next,
.product-slider-one.owl-carousel .owl-nav button.owl-prev,
.product-slider-one.owl-carousel .owl-nav button.owl-next,
.testimonial-slider-one.owl-carousel .owl-nav button.owl-prev,
.testimonial-slider-one.owl-carousel .owl-nav button.owl-next,
.blog-slider-one.owl-carousel .owl-nav button.owl-prev,
.blog-slider-one.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0px 0px 12px rgba(17, 17, 17, 0.04);
}

.service-slider-one.owl-carousel .owl-nav button.owl-prev,
.team-slider-one.owl-carousel .owl-nav button.owl-prev,
.product-slider-one.owl-carousel .owl-nav button.owl-prev,
.testimonial-slider-one.owl-carousel .owl-nav button.owl-prev,
.blog-slider-one.owl-carousel .owl-nav button.owl-prev {
    left: -65px;
}

.service-slider-one.owl-carousel .owl-nav button.owl-next,
.team-slider-one.owl-carousel .owl-nav button.owl-next,
.product-slider-one.owl-carousel .owl-nav button.owl-next,
.testimonial-slider-one.owl-carousel .owl-nav button.owl-next,
.blog-slider-one.owl-carousel .owl-nav button.owl-next {
    right: -65px;
}

/*-------------------------------
    Pricing  Section  CSS
-------------------------------*/

.pricing-bg-1 {
    background-image: url(../img/pricing/pricing-bg-1.jpg);
}

.pricing-bg-2 {
    background-image: url(../img/pricing/pricing-bg-2.jpg);
}

.pricing-bg-3 {
    background-image: url(../img/pricing/pricing-bg-3.jpg);
}

.pricing-bg-4 {
    background-image: url(../img/pricing/pricing-bg-4.jpg);
}

.pricing-bg-5 {
    background-image: url(../img/pricing/pricing-bg-5.jpg);
}

.pricing-card {
    box-shadow: 0px 6px 20px rgba(5, 17, 69, 0.08);
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    transition: 0.4s;
}

.pricing-card .pricing-header h5 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 8px;
}

.pricing-card .pricing-header h2 {
    font-size: 36px;
    font-weight: 600;
    margin: 0;
}

.pricing-card .pricing-header h2 span {
    font-size: 16px;
    font-weight: 400;
    margin-left: 5px;
    position: relative;
    top: -3px;
}

.pricing-card .pricing-features li {
    margin-bottom: 18px;
}

.pricing-card .pricing-features li:last-child {
    margin-bottom: 0;
}

.pricing-card .pricing-features li i {
    float: right;
    font-size: 20px;
    line-height: 0.8;
    position: relative;
    top: 5px;
}

.pricing-card.style1 {
    padding: 25px;
}

.pricing-card.style1 .pricing-header {
    position: relative;
    padding: 20px 20px 15px;
    height: 200px;
    z-index: 1;
}

.pricing-card.style1 .pricing-header:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(5, 17, 69, 0.2) 30.25%, #051145 100%);
    opacity: 0.8;
    z-index: -1;
}

.pricing-card.style1 .pricing-header h5 {
    color: #fff;
}

.pricing-card.style1 .pricing-header h2 {
    color: #fff;
}

.pricing-card.style1 .pricing-features {
    margin: 30px 0;
}

.pricing-card.style2 {
    background-color: #fff;
    padding: 0 0 25px;
}

.pricing-card.style2 .pricing-header-bg img{
    height: 350px;
	object-fit: cover;
	width:100% !important;
}

.pricing-card.style2 .pricing-header {
    margin: 25px 25px 27px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pricing-card.style2 .pricing-header .pricing-header-left h5 {
    font-size: 24px;
    margin: 0 0 8px;
}

.pricing-card.style2 .pricing-header .pricing-header-left h2 {
    font-size: 36px;
    margin: 0;
}

.pricing-card.style2 .pricing-header .pricing-header-left h2 span {
    font-size: 16px;
    color: #051145;
    font-weight: 400;
    margin-left: 5px;
}

.pricing-card.style2 .pricing-header .pricing-header-right {
    transition: 0.4s;
}

.pricing-card.style2 .pricing-header .pricing-header-right i {
    font-size: 60px;
    opacity: 0.4;
    color: #1B7261;
    line-height: 0.5;
    transition: 0.4s;
}

.pricing-card.style2 .pricing-features {
    padding: 0 30px 30px;
}

.pricing-card.style2 .btn {
    margin: 0 30px;
}

.pricing-card .btn {
    padding: 12px 40px;
}

.pricing-card:hover {
    transform: translateY(-5px);
}

.pricing-card:hover .pricing-header .pricing-header-right i {
    color: #1B7261;
    opacity: 1;
}

.subtitle {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
}

.partner-item {
    padding: 0 20px;
}

.partner-item img {
    max-width: 70px;
    filter: brightness(0.1) invert(0);
    transition: 0.4s;
}

.partner-item:hover img {
    filter: brightness(1) invert(0);
}

/*-------------------------------
   Testimonial  Section  CSS
-------------------------------*/

.ratings li {
    display: inline-block;
}

.ratings li i {
    font-size: 18px;
    color: #FFC422;
    line-height: 0.8;
}

.testimonial-wrap {
    position: relative;
    z-index: 1;
}

.testimonial-wrap.style1:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 50%;
    background-color: #1B7261;
    z-index: -1;
}

.testimonial-card {
    background-color: #fff;
    margin: 0 0 25px;
    position: relative;
    box-shadow: 0px 3px 10px rgba(5, 17, 69, 0.06);
    z-index: 1;
}

.testimonial-card .ratings li i {
    color: #EBA400;
}

.testimonial-card .client-info h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 6px;
    transition: 0.4s;
}

.testimonial-card .client-info span {
    font-size: 14px;
    display: block;
    line-height: 1;
    transition: 0.4s;
}

.testimonial-card.style1 {
    padding: 25px;
}

.testimonial-card.style1 .client-img {
    width: 100px;
    width: 100px;
    border-radius: 50%;
}

.testimonial-card.style1 .client-img img {
    border-radius: 50%;
	    height: 100px;
    object-fit: cover;
}

.testimonial-card.style1 .client-info-area {
    width: calc(100% - 120px);
    margin-left: 20px;
}

.testimonial-card.style1 .client-info-wrap .client-info {
    width: calc(100% - 45px);
}

.testimonial-card.style1 .client-info-wrap .quote-icon {
    width: 44px;
}

.testimonial-card.style1 .client-info-wrap .quote-icon i {
    display: inline-block;
    position: relative;
    top: 3px;
    font-size: 44px;
    line-height: 0.8;
    color: #1B7261;
    opacity: 0.4;
    transition: 0.4s;
}

.testimonial-card.style1 .ratings {
    margin: 0 0 12px;
}

.testimonial-card.style1 .client-quote {
    margin: 0 0 18px;
}

.testimonial-card.style1 .client-info-wrap,
.testimonial-card.style2 .client-info-wrap {
    width: 100%;
}

.testimonial-card.style1 .client-info-wrap .client-info,
.testimonial-card.style2 .client-info-wrap .client-info {
    margin-right: auto;
}

.testimonial-card.style2 {
    padding: 25px 25px 25px;
    margin-left: 55px;
}

.testimonial-card.style2 .client-img {
    width: 100px;
    width: 100px;
    margin-left: -80px;
    border-radius: 50%;
}

.testimonial-card.style2 .client-img img {
    border-radius: 50%;
}

.testimonial-card.style2 .client-info-wrap {
    width: 100%;
    margin-bottom: 18px;
}

.testimonial-card.style2 .client-info-wrap .client-info {
    width: calc(100% - 110px);
    margin-right: auto;
}

.testimonial-card.style2 .client-info-wrap .ratings {
    width: 110px;
    text-align: right;
}

.testimonial-card.style2 .client-info-area {
    width: calc(100% - 55px);
    margin-left: 20px;
}

.testimonial-card.style2 .client-quote {
    margin: 0;
}

.testimonial-card.style3 {
    padding: 25px 25px 22px;
    box-shadow: 0px 4px 20px rgba(5, 17, 69, 0.08);
}

.testimonial-card.style3 .client-info-wrap {
    margin-bottom: 20px;
}

.testimonial-card.style3 .client-info-wrap .client-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.testimonial-card.style3 .client-info-wrap .client-img img {
    border-radius: 50%;
	    height: 70px;
    object-fit: cover;
}

.testimonial-card.style3 .client-info-wrap .client-info {
    width: calc(100% - 140px);
    margin-left: 20px;
    margin-right: auto;
}

.testimonial-card.style3 .client-info-wrap .quote-icon {
    width: 45px;
    text-align: right;
    opacity: 0.6;
    transition: 0.4s;
}

.testimonial-card.style3 .client-info-wrap .quote-icon i {
    font-size: 45px;
    line-height: 0.8;
    color: #1B7261;
}

.testimonial-card.style3 .client-quote {
    margin-bottom: 18px;
}

.testimonial-card.style3:hover .client-info-wrap .quote-icon {
    opacity: 1;
}

.testimonial-slider-one .testimonial-card.style1 {
    margin: 0;
}

.testimonial-slider-one .testimonial-card.style2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.testimonial-slider-one.owl-carousel .owl-nav {
    top: -82px;
}

.testimonial-slider-one.owl-carousel .owl-nav button.owl-prev:hover,
.testimonial-slider-one.owl-carousel .owl-nav button.owl-next:hover {
    border-color: transparent;
}

.testimonial-slider-one.owl-carousel .owl-nav button.owl-prev:hover:after,
.testimonial-slider-one.owl-carousel .owl-nav button.owl-next:hover:after {
    background-color: #14467B;
}

.testimonial-slider-one.owl-carousel.style2 {
    margin: -10px 0;
}

.testimonial-slider-one.owl-carousel.style2 .owl-nav {
    top: -82px;
}

.testimonial-slider-one.owl-carousel.style2 .owl-nav button.owl-prev,
.testimonial-slider-one.owl-carousel.style2 .owl-nav button.owl-next {
    box-shadow: 0px 6px 15px rgba(17, 17, 17, 0.07);
}

.testimonial-slider-two {
    margin: -15px -10px;
}

.testimonial-slider-two .testimonial-card.style3 {
    margin: 15px 10px;
}

.testimonial-slider-two.owl-carousel .owl-dots {
    margin-top: 5px;
    margin-bottom: 15px;
}

/*-------------------------------
Appointment Section  CSS
-------------------------------*/

.promo-box {
    padding: 20px 25px 25px 45px;
    background-color: #fff;
    box-shadow: 0px 6px 20px rgba(5, 17, 69, 0.08);
}

.promo-box .promo-icon {
    position: absolute;
    top: -25px;
    left: -30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #1B7261;
    text-align: center;
}

.promo-box .promo-icon i {
    font-size: 34px;
    line-height: 66px;
    margin: 0 auto;
    color: #fff;
}

.promo-box p {
    line-height: 1.3;
    font-weight: 400;
    margin: 0;
}

.promo-box p span {
    font-family: "Lexend", sans-serif;
    font-size: 36px;
    color: #051145;
    font-weight: 700;
    line-height: 46px;
    display: block;
}

.appointment-wrap .appointment-content .content-title {
    margin-bottom: 30px;
}

.appointment-wrap.style1 .appointment-img-wrap {
    position: relative;
    padding-bottom: 200px;
}

.appointment-wrap.style1 .appointment-img-wrap .appoint-shape-one,
.appointment-wrap.style1 .appointment-img-wrap .appoint-shape-two {
    position: absolute;
}

.appointment-wrap.style1 .appointment-img-wrap .appoint-img-one {
    width: calc(100% - 140px);
    margin-left: auto;
    display: block;
}

.appointment-wrap.style1 .appointment-img-wrap .appoint-img-two {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 380px;
}

.appointment-wrap.style1 .appointment-img-wrap .appoint-shape-two {
    top: 80px;
    left: 20px;
    z-index: -1;
}

.appointment-wrap.style1 .appointment-img-wrap .appoint-shape-one {
    bottom: 50px;
    right: 10px;
    z-index: 1;
}

.appointment-wrap.style2 .appoint-img-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 25px;
}

.appointment-wrap.style2 .appoint-img-wrap .insta-item {
    margin-bottom: 0;
}

.appointment-wrap.style3 .promo-box {
    position: absolute;
    top: 50px;
    left: 25px;
}

.appointment-wrap.style3 .appointment-img-wrap {
    position: relative;
    padding-bottom: 180px;
}

.appointment-wrap.style3 .appointment-img-wrap .appoint-img-one {
    width: calc(100% - 140px);
    margin-left: auto;
    display: block;
}

.appointment-wrap.style3 .appointment-img-wrap .appoint-img-two {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 380px;
}

.appointment-wrap.style3 .about-content .content-title {
    margin-bottom: 25px;
}

.appointment-wrap.style3 .about-content .progressbar-wrap {
    margin: 0 0 38px;
}

.appointment-form .form-group {
    margin-bottom: 20px;
}

.appointment-form .form-group input,
.appointment-form .form-group textarea {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.14);
    padding: 15px;
    background-color: transparent;
}

.appointment-form .form-group textarea {
    height: 180px;
    resize: none;
}

.appointment-form button.btn {
    margin-top: -5px;
}



/*-------------------------------------
   Service & Project Details  CSS
----------------------------------------*/

.service-desc .single-service-img {
    margin: 10px 0 30px;
    display: block;
}

.single-project-img {
    margin: 10px 0 30px;
    display: block;
}

/*-------------------------------
    Blog Details CSS
--------------------------------*/

article p,
.service-desc p,
.project-desc p,
.terms-wrap p {
    margin-bottom: 20px;
}

article p strong,
.service-desc p strong,
.project-desc p strong,
.terms-wrap p strong {
    color: #000;
}

article p a,
.service-desc p a,
.project-desc p a,
.terms-wrap p a {
    color: #1B7261;
}

article p a:hover,
.service-desc p a:hover,
.project-desc p a:hover,
.terms-wrap p a:hover {
    text-decoration: underline;
    color: #1B7261;
}

article h1,
.service-desc h1,
.project-desc h1,
.terms-wrap h1 {
    font-size: 32px;
    margin-bottom: 15px;
}

article h2,
.service-desc h2,
.project-desc h2,
.terms-wrap h2 {
    font-size: 30px;
    margin-bottom: 15px;
}

article h3,
.service-desc h3,
.project-desc h3,
.terms-wrap h3 {
    font-size: 28px;
    margin-bottom: 15px;
}

article h4,
.service-desc h4,
.project-desc h4,
.terms-wrap h4 {
    font-size: 26px;
    margin-bottom: 15px;
}

article h5,
.service-desc h5,
.project-desc h5,
.terms-wrap h5 {
    font-size: 24px;
    margin-bottom: 15px;
}

article h6,
.service-desc h6,
.project-desc h6,
.terms-wrap h6 {
    font-size: 22px;
    margin-bottom: 15px;
}

article ol,
.service-desc ol,
.project-desc ol,
.terms-wrap ol {
    margin-top: 20px;
    margin-bottom: 30px;
}

article ol li,
.service-desc ol li,
.project-desc ol li,
.terms-wrap ol li {
    margin-bottom: 15px;
    color: #54595F;
    padding-left: 3px;
}

article .content-feature-list,
.service-desc .content-feature-list,
.project-desc .content-feature-list,
.terms-wrap .content-feature-list {
    margin: 25px 0 25px;
}

article {
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.post-metainfo {
    margin-bottom: 20px;
}

.post-metainfo li {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    margin-right: 20px;
    font-size: 15px;
    transition: 0.3s;
}

.post-metainfo li:after {
    position: absolute;
    top: -1px;
    right: -15px;
    content: "/";
    font-size: 16px;
    color: #54595F;
}

.post-metainfo li:last-child {
    margin-right: 0;
}

.post-metainfo li:last-child:after {
    display: none;
}

.post-metainfo li a {
    font-size: 13px;
    color: #54595F;
    transition: 0.3s;
}

.post-metainfo li a:hover {
    color: #1B7261;
}

.post-metainfo li i {
    position: absolute;
    top: 5px;
    left: 0;
    font-size: 16px;
    line-height: 0.8;
    color: #1B7261;
    transition: 0.3s;
}

.post-img {
    position: relative;
    margin: 0 0 25px;
    display: block;
}

.post-img .post-date {
    position: absolute;
    bottom: -28px;
    right: 25px;
    font-size: 15px;
    background-color: #1B7261;
    padding: 5px 14px 7px;
    color: #fff;
    text-align: center;
    transition: 0.3s;
}

.post-img .post-date span {
    display: block;
    font-weight: 600;
}

.wp-block-quote {
    position: relative;
    padding: 35px 35px 35px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
    margin: 30px 0 30px;
    z-index: 1;
}

.wp-block-quote p {
    width: calc(100% - 90px);
    font-weight: 500;
    color: #051145;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 0 20px;
    text-align: left;
}

.wp-block-quote .wp-quote-icon {
    width: 70px;
}

.wp-block-quote .wp-quote-icon i {
    color: #1B7261;
    font-size: 65px;
    line-height: 0.8;
}

.post-meta-option {
    margin-bottom: 25px;
    box-shadow: 0px 5px 20px rgba(17, 17, 17, 0.08);
    padding: 25px;
}

.post-tag ul {
    display: inline-block;
}

.post-tag ul li {
    display: inline-block;
}

.post-tag ul li a {
    color: #555;
    font-size: 16px;
    border-radius: 3px;
}

.post-tag ul li a:hover {
    color: #000;
}

.post-tag span {
    margin-right: 10px;
    font-weight: 500;
    color: #000;
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    border: 1px solid #1B7261;
    border-radius: 50%;
}

.post-tag span i {
    position: relative;
    margin: 0 auto;
    color: #1B7261;
    line-height: 32px;
}

.post-share {
    display: inline-block;
}

.post-share span {
    font-weight: 500;
    color: #000;
}

.post-share ul {
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 2px;
}

.post-share ul li a {
    border: 1px solid #1B7261;
    box-shadow: none;
}

.post-share ul li a i {
    position: relative;
    top: -1px;
}

.post-share ul li a:hover {
    border-color: transparent;
}

.post-author {
    padding: 25px;
    margin: 15px 0 30px;
    box-shadow: 0px 5px 20px rgba(17, 17, 17, 0.08);
}

.post-author .post-author-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.post-author .post-author-img img {
    border-radius: 50%;
}

.post-author .post-author-info {
    width: calc(100% - 175px);
    margin-left: 25px;
}

.post-author .post-author-info h4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 15px;
}

.post-author .post-author-info p {
    margin: 0 0 15px;
}



#cmt-form {
    margin-top: 35px;
    box-shadow: 0px 5px 20px rgba(17, 17, 17, 0.08);
    padding: 25px;
}

#cmt-form .comment-form .form-group {
    margin: 0 0 20px;
    position: relative;
}

#cmt-form .comment-form .form-group>label {
    font-weight: 500;
    display: block;
    margin: 0 0 5px;
    padding-left: 0;
}

#cmt-form .comment-form .form-group input,
#cmt-form .comment-form .form-group textarea {
    width: 100%;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px;
    color: #000;
}

#cmt-form .comment-form .form-group input:focus,
#cmt-form .comment-form .form-group textarea:focus {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#cmt-form .comment-form .form-group input {
    height: 50px;
}

#cmt-form .comment-form .form-group textarea {
    height: 145px;
    resize: none;
}

#cmt-form .comment-form .form-check {
    margin-bottom: 25px;
}

/*-------------------------------
         Contact CSS
-------------------------------*/

.contact-item-wrap .contact-item:last-child {
    margin-bottom: 0;
}

.contact-item {
    padding: 25px;
    border-radius: 0;
    margin: 0 0 25px;
    position: relative;
    z-index: 1;
    transition: 0.4s;
    box-shadow: 0px 0px 20px rgba(17, 17, 17, 0.08);
}

.contact-item .contact-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    top: 3px;
    background-color: transparent;
    border: 1px solid #1B7261;
    transition: 0.4s;
}

.contact-item .contact-icon i {
    color: #1B7261;
    line-height: 0.8;
    font-size: 36px;
    position: relative;
    transition: 0.34s;
}

.contact-item .contact-info {
    width: calc(100% - 100px);
    margin-left: 20px;
    transition: 0.3s;
}

.contact-item .contact-info h3 {
    font-size: 22px;
    margin: 0 0 8px;
    font-weight: 600;
    transition: 0.3s;
}

.contact-item .contact-info a,
.contact-item .contact-info p {
    display: block;
    margin: 0;
    line-height: 1.7;
    color: #54595F;
    transition: 0.3s;
}

.contact-item:hover {
    transform: translateY(-5px);
}

.contact-item:hover .contact-icon {
    background-color: #1B7261;
}

.contact-item:hover .contact-icon i {
    color: #fff;
}

.contact-form {
    padding: 40px 30px 40px;
    box-shadow: 0px 0px 20px rgba(17, 17, 17, 0.08);
}

#contactForm .form-group {
    margin: 0 0 20px;
}

#contactForm .form-group input,
#contactForm .form-group textarea {
    width: 100%;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
    border-radius: 0;
}

#contactForm .form-group input:focus,
#contactForm .form-group textarea:focus {
    border: 1px solid rgba(0, 0, 0, 0.09);
}

#contactForm .form-group input {
    height: 50px;
}

#contactForm .form-group textarea {
    height: 190px;
    resize: none;
    padding-top: 18px;
}

.comp-map {
    height: 420px;
}

.comp-map iframe {
    width: 100%;
    height: 100%;
}

.btn.disabled {
    opacity: 1;
}

.checkbox {
    display: block;
}

.checkbox.form-check {
    padding-left: 0;
}

.checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkbox label {
    position: relative;
    cursor: pointer;
    padding-left: 20px;
}

.checkbox label:before {
    content: "";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    border: 1px solid #1B7261;
    display: inline-block;
    width: 15px;
    height: 15px;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 4px;
}

.checkbox a {
    color: #1B7261;
}

.checkbox.style2 label:before {
    border-radius: 50%;
    border-color: #888888;
}

.checkbox input:checked+label:before {
    border-color: #1B7261;
}

.checkbox input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 3px;
    width: 9px;
    height: 9px;
    border: none;
    background: #1B7261;
}

.checkbox.style2 input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 3px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: none;
    background: #1B7261;
}

/*----------------------------
    FAQ  & Error CSS
------------------------------*/

.accordion-button:not(.collapsed) {
    background: transparent;
    color: #000;
    box-shadow: none;
}

.accordion-button:not(.collapsed) span {
    background-color: #1B7261 !important;
}

.accordion-button:not(.collapsed) span i.plus {
    visibility: hidden;
    opacity: 0;
}

.accordion-button:not(.collapsed) span i.minus {
    visibility: visible !important;
    opacity: 1 !important;
    color: #fff !important;
}

.accordion-item {
    border: none;
    margin: 0 0 25px;
    padding: 0;
}

.accordion-item:last-child {
    margin: 0;
}

.accordion-item .accordion-header .accordion-button {
    border-radius: 5px !important;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    border-radius: 0;
    border: none;
    text-align: left;
    align-items: center;
}

.accordion-item .accordion-header .accordion-button:after {
    display: none;
}

.accordion-item .accordion-header .accordion-button:focus {
    outline: none;
    box-shadow: none;
}

.accordion-item .accordion-header .accordion-button span {
    min-width: 60px;
    min-height: 60px;
    text-align: center;
    position: relative;
    margin-right: 14px;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: 0.4s;
}

.accordion-item .accordion-header .accordion-button span i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: 300;
}

.accordion-item .accordion-header .accordion-button span i.minus {
    visibility: hidden;
    opacity: 0;
}

.accordion-item .accordion-header .accordion-button span i.minus {
    visibility: hidden;
    opacity: 0;
}

.accordion-collapse {
    border: none;
}

.accordion-button:not(.collapsed)::after {
    left: -4px;
}

.accordion-body {
    border-top-color: transparent;
    padding: 0 0 0 72px;
}

.accordion-body p {
    margin: 0;
}

.error-wrap .container {
    margin-top: 50px;
}

.error-content {
    text-align: center;
}

.error-content img {
    display: block;
    margin: 0 auto 30px;
    max-width: 450px;
}

.error-content h2 {
    margin: 0 0 20px;
}

.error-content p {
    margin: 0 auto 25px;
    max-width: 520px;
}

.terms-wrap .single-terms:last-child p:last-child {
    margin-bottom: 0;
}

.footer-wrap .footer-widget .social-link,
.owl-carousel .owl-nav,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a,
.header-wrap .header-top .header-top-left,
.header-wrap .header-top .header-top-left .contact-info,
.header-wrap .header-top .header-top-left .contact-info li,
.header-wrap .header-top .header-top-left .contact-info li span,
.header-wrap .header-top .header-top-right,
.select-lang .navbar-language .dropdown-toggle,
.pp-post-item,
.hero-wrap .hero-content .hero-btn .play-video,
.hero-wrap .hero-content .hero-btn .play-video .video-icon,
.hero-wrap.style1 .hero-slide-item .hero-img-wrap,
.hero-wrap.style1 .hero-slide-item .hero-content .hero-btn,
.hero-wrap.style1 .hero-slide-item .hero-content .feedback-wrap,
.hero-wrap.style2 .hero-slide-item .hero-img-wrap,
.counter-card-wrap,
.counter-card-wrap.style2 .counter-card,
.counter-card-wrap.style3 .counter-card,
.counter-card-wrap.style2 .counter-card .counter-icon,
.counter-card-wrap.style3 .counter-card .counter-icon,
.about-wrap .about-promo-box,
.about-wrap.style1 .about-img-wrap,
.service-card.style2 .service-info .service-icon,
.service-card.style3 .service-icon,
.project-card .project-info,
.product-card .product-img .product-option li button,
.product-card .product-img .product-option li a,
.product-card .product-info .product-purchase,
.checkbox-item,
.pricing-card.style1 .pricing-header,
.pricing-card.style2 .pricing-header,
.testimonial-card.style1,
.testimonial-card.style1 .client-info-wrap,
.testimonial-card.style2 .client-info-wrap,
.testimonial-card.style2,
.testimonial-card.style3 .client-info-wrap,
.cart-total .cart-total-wrap .cart-total-item,
.checkout-details .select-payment-method,
.single-product-details .single-product-title .ratings,
.wp-block-quote,
.post-author,
.comment-item-wrap .comment-item,
.contact-item,
.contact-item .contact-icon {
    display: flex;
    flex-wrap: wrap;
}

.footer-wrap .footer-widget .social-link,
.header-wrap .header-top .header-top-left,
.header-wrap .header-top .header-top-left .contact-info,
.header-wrap .header-top .header-top-left .contact-info li,
.header-wrap .header-top .header-top-right,
.select-lang .navbar-language .dropdown-toggle,
.hero-wrap .hero-content .hero-btn .play-video,
.hero-wrap.style1 .hero-slide-item .hero-content .hero-btn,
.hero-wrap.style1 .hero-slide-item .hero-content .feedback-wrap,
.hero-wrap.style2 .hero-slide-item .hero-img-wrap,
.counter-card-wrap.style2 .counter-card,
.counter-card-wrap.style3 .counter-card,
.about-wrap .about-promo-box,
.about-wrap.style1 .about-img-wrap,
.project-card .project-info,
.product-card .product-info .product-purchase,
.checkbox-item,
.pricing-card.style2 .pricing-header,
.testimonial-card.style1 .client-info-wrap,
.testimonial-card.style2 .client-info-wrap,
.testimonial-card.style3 .client-info-wrap,
.cart-total .cart-total-wrap .cart-total-item,
.single-product-details .single-product-title .ratings,
.wp-block-quote {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

/*---------------------------------
        Footer CSS 
-----------------------------------*/

.footer-wrap {
    position: relative;
    background-color: #1B7261;
}

.footer-wrap .footer-widget {
    margin-bottom: 25px;
}

.footer-wrap .footer-widget .footer-widget-title {
    position: relative;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 35px;
    padding-bottom: 12px;
}

.footer-wrap .footer-widget .footer-widget-title:before {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: "";
    width: 81px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.15);
}

.footer-wrap .footer-widget .footer-widget-title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 51px;
    height: 2px;
    background-color: #fff;
}

.footer-wrap .footer-widget .footer-logo {
    display: block;
    width: 200px;
}
.footer-wrap .footer-widget .footer-logo img{
	 filter: brightness(0) invert(1);
}

.footer-wrap .footer-widget .comp-desc {
    color: rgba(255, 255, 255, 0.9);
    margin: 28px 0 22px;
    padding-right: 10px;
}

.footer-wrap .footer-widget .social-link h6 {
    font-weight: 300;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    margin: 0 10px 0 0;
}

.footer-wrap .footer-widget .social-link .social-profile.style1 li a {
    color: #fff;
    width: 30px;
    height: 30px;
}

.footer-wrap .footer-widget .social-link .social-profile.style1 li a i {
    font-size: 16px;
    position: relative;
    top: -1px;
}

.footer-wrap .footer-widget .social-link .social-profile.style1 li a:hover {
    background-color: #fff;
    transform: translateY(-2px);
}

.footer-wrap .footer-widget .social-link .social-profile.style1 li a:hover i {
    color: #1B7261;
}

.footer-wrap .footer-widget .footer-menu li {
    margin-bottom: 15px;
}

.footer-wrap .footer-widget .footer-menu li:last-child {
    margin-bottom: 0;
}

.footer-wrap .footer-widget .footer-menu li a {
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    padding-left: 15px;
}

.footer-wrap .footer-widget .footer-menu li a i {
    display: inline-block;
    position: absolute;
    left: -5px;
    top: -2px;
    font-size: 17px;
    transition: 0.4s;
}

.footer-wrap .footer-widget .footer-menu li a:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
}

.footer-wrap .footer-widget .footer-menu li a:hover {
    color: #fff;
}

.footer-wrap .footer-widget .footer-menu li a:hover:after {
    width: 100%;
    visibility: visible;
    opacity: 1;
}

.footer-wrap .footer-widget .contact-info li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}

.footer-wrap .footer-widget .contact-info li:last-child {
    margin-bottom: 0;
}

.footer-wrap .footer-widget .contact-info li h6 {
    color: #fff;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 5px;
}

.footer-wrap .footer-widget .contact-info li i {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 16px;
    line-height: 1;
    color: #fff;
}

.footer-wrap .footer-widget .contact-info li p,
.footer-wrap .footer-widget .contact-info li a {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0;
    transition: 0.3s;
}

.copyright-text {
    padding: 20px 10px;
    text-align: center;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.copyright-text i {
    position: relative;
    top: -1px;
    margin-right: 2px;
}

.copyright-text span {
    font-weight: 500;
}

.copyright-text a {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
}

.copyright-text a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    .footer-wrap .footer-widget .footer-widget-title {
        font-size: 20px;
        margin-bottom: 18px;
        padding-bottom: 10px;
    }
    .footer-wrap .footer-widget .comp-desc {
        font-size: 14px;
        padding-right: 10px;
        margin: 20px 0 15px;
    }
    .footer-wrap .footer-widget .social-link h6 {
        font-size: 14px;
    }
    .footer-wrap .footer-widget .social-link .social-profile li a {
        width: 28px;
        height: 28px;
    }
    .footer-wrap .footer-widget .social-link .social-profile li a i {
        font-size: 14px;
    }
    .footer-wrap .footer-widget .contact-info li {
        margin-bottom: 10px;
    }
    .footer-wrap .footer-widget .contact-info p,
    .footer-wrap .footer-widget .contact-info a {
        font-size: 14px;
    }
    .footer-wrap .footer-widget .footer-menu li {
        margin-bottom: 8px;
    }
    .footer-wrap .footer-widget .footer-menu li a {
        font-size: 14px;
    }
    .footer-wrap .footer-widget .footer-menu li a i {
        font-size: 16px;
        top: -2px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-wrap .footer-widget .footer-widget-title {
        font-size: 22px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .footer-wrap .footer-widget .comp-desc {
        padding-right: 20px;
    }
}

@media only screen and (max-width: 1199px) {
    .footer-wrap .footer-top .footer-widget .footer-widget-title {
        margin-bottom: 18px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .footer-menu li a,
    .comp-desc,
    .footer-wrap .footer-widget .contact-info li p,
    .footer-wrap .footer-widget .contact-info li a {
        font-size: 15px;
    }
    .footer-wrap .footer-widget .footer-widget-title {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1400px) {
    .footer-wrap .footer-widget .comp-desc {
        padding-right: 0;
        line-height: 28px;
    }
    .copyright-text {
        padding: 24px 0;
    }
}



/* .......... */
.nav-tabs .nav-link {
    border: 1px solid #1b7261;
    margin: 0 10px;
    border-radius: 5px;
    color: #fff;
    background: #1b7261;
}
.Portfolio .nav-tabs .nav-item.show .nav-link, .Portfolio .nav-tabs .nav-link.active{
    background-color: #cd9d37;
    color: #fff;
    border-radius: 5px;
}
.theme-light .navbar-brand .logo-light {
    width: 175px;
}
.Portfolio img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 15px;
}

.Portfolio a:hover img {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.popup_img img{
    height: 350px;
    object-fit: cover;
    width: 100%;
}
.buy-now-btn{
    display: none;
}

.project-one__single{
    position: relative;
}
.project-one__img{
    position: relative;
    
}
.overlay-title {
    padding: 25px;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    z-index: 1;
    font-size: 23px;
    font-weight: 600;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0;
}

.overlay-title span {
    background-color: #006565;
    color: #fff;
    padding: 5px 10px;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 50%);
    width: 100%;
}
.project-one__button {
    position: absolute;
    top: 30px;
    right: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(20deg) translateX(100%);
    -ms-transform: perspective(400px) rotateX(20deg) translateX(100%);
    transform: perspective(400px) rotateX(20deg) translateX(100%);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    z-index: 2;
}
.project-one__single:hover .project-one__button {
    opacity: 1.0;
    -webkit-transform: perspective(400px) rotateX(0deg) translateX(0%);
    -ms-transform: perspective(400px) rotateX(0deg) translateX(0%);
    transform: perspective(400px) rotateX(0deg) translateX(-0%);
    transition-delay: .3s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
}
.project-one__img img {
    width: 100%;
    border-radius: 5px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    
}
.project-one__img .img_thum{
height: 300px;
    object-fit: cover;
}
.project-one__img {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    z-index: 1;
    margin-bottom: 25px;
}
.project-one__single:hover .project-one__img img {
    transform: scale(1.05);
}
.project-one__button a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: white;
    border-radius: 5px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.project-one__button a:hover {
        background-color: #ddfff8;
}
a.gal_a:nth-of-type(n+2) {
    display: none !important;
}

.video-box {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.video-box img {
  width: 100%;
  transition: transform 0.3s ease;
}

.video-box:hover img {
  transform: scale(1.05);
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  transition: all 0.3s ease;
}

.video-box:hover .play-btn {
  background: #0d6efd;
  transform: translate(-50%, -50%) scale(1.1);
}
.sec-pad{
    padding: 80px 0;
}
 .modal-content {
  border-radius: 20px;
  overflow: hidden;
}
.modal-body img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.modal-dialog .btn-close {
  position: absolute;
  top: 0px;
  right: 15px;
}
.modal-dialog .btn-close {
  border: 1px solid #cfcfcf;
  border-radius: 50%;
  background-size: 0.7em;
      width: 1em;
    height: 1em;
    font-size: 20px;
}
.form-container {
  background-color: #fff;
  padding: 0px 30px;
  margin: 0 auto;
}

.modal .contact form {
  padding-top: 0;
  background: transparent;
  padding:  0 20px;
  box-shadow: none;
}
.modal .contact .php-email-form textarea {
  height: 100px;
}
.modal .contact .col-lg-12{
  margin-top: 5px;
}
.h-640 {
    height: 640px;
}
.modal.show .modal-dialog {
      max-width: 1000px !important;
}

.agent_details {
    padding-bottom: 28px;
    padding-left: 0;
}
.agent_details li {
    display: flex !important
;
    justify-content: space-between;
    border-bottom: 1px solid rgba(13, 15, 24, 0.1);
    padding-bottom: 8px;
    padding-top: 8px;
    margin: 0 10px 0 0;
}
.agent_details li a {
    color: #252728;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 110px;
    border: 1px solid rgba(13, 15, 24, 0.1);
    padding: 8px 12px;
}
.outline_btn{
    margin-left: 20px;
    background: transparent !important;
    color: #1B7261 !important;
    border: 1px solid #1B7261;
}
.outline_btn:hover{
    background: #1B7261 !important;
    color: #fff !important;
}
.cta_bg {
    box-shadow: 0px 4px 15px rgba(5, 17, 69, 0.06);
    background: #fff;
    padding: 50px;
    border-radius: 15px;
}

.service-desc{
      box-shadow: 0px 4px 15px rgba(5, 17, 69, 0.06);
    background: #fff;
    padding: 30px;
    border-radius: 15px;
}
.service-card img{
    height: 370px;
    object-fit: cover;
	width: 100%;
}

.Portfolio .wo_nav {
    background-color: #fff;
    width: fit-content;
    margin: 0 auto;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap;
    display: flex
;
    width: 100%;
}

.Portfolio .wo_nav {
    width: 95% !important;
    padding-bottom: 15px;
}
.custom-scroll {
    scrollbar-width: thin;
    scrollbar-color: #1b7261 #fff0;
    overflow: auto;
}
.Portfolio .work_nav {
        width: fit-content;
    flex-wrap: nowrap;
    display: flex;
    justify-content: center;
}

.about_content p{
font-size: 17px;
font-weight: 600;
text-align: justify;
}

.wpforms-container .wpforms-field {
    padding: 5px 0 !important;
	text-align:left;
}
.wpforms-form em.wpforms-error {
    position: absolute ! Important;
    bottom: 20%;
    right: 5px;
    font-size: 10px ! Important;
}
.wpforms-94-field_5-container{
	text-align:left;
}
.service-desc .single-service-img img{
	width: 100%;
	height: 500px;
	object-fit: cover;
}
.pakages_bg{
	background: #f7f9fc url(https://oneshotwedding.in/wp-content/uploads/2025/11/pattern.45e328d2a5c8682a22ce.png);
    background-position: 50%;
    background-size: cover;
}
    .pricing-card.style2 .pricing-features {
        padding: 0 40px 30px;
        height: 308px;
        overflow-x: auto;
    }
/*# sourceMappingURL=style.css.map */