/*-----------------------------------------------------------
    Theme Name: Wazo
    Theme URI: 
    Description: Wazo - Wedding Event Services HTML Template
    Author: HiboTheme
    Author URI: https://hibotheme.com/
    Version: 1.0
-------------------------------------------------------------*/

/*--------------------------------
     =====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");
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

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

.form-control:focus {
    -webkit-box-shadow: none;
    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;
}

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;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:hover,
a :focus {
    text-decoration: none;
    -webkit-box-shadow: 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;
}

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-x: hidden;
}

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

.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 .contact-info li span,
.hero-wrap .hero-content .hero-btn .play-video .video-icon,
.counter-card-wrap.style2 .counter-card .counter-icon,
.counter-card-wrap.style3 .counter-card .counter-icon,
.service-card.style2 .service-info .service-icon,
.service-card.style3 .service-icon,
.product-card .product-img .product-option li button,
.product-card .product-img .product-option li a,
.contact-item .contact-icon,
.pricing-card.style1 .pricing-header,
.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,
.footer-wrap .footer-widget .social-link,
.hero-wrap.style1 .hero-slide-item .hero-img-wrap,
.owl-carousel .owl-nav,
.pp-post-item,
.counter-card-wrap,
.testimonial-card.style1,
.testimonial-card.style2,
.checkout-details .select-payment-method,
.post-author,
.comment-item-wrap .comment-item,
.contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.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 .contact-info li span,
.hero-wrap .hero-content .hero-btn .play-video .video-icon,
.counter-card-wrap.style2 .counter-card .counter-icon,
.counter-card-wrap.style3 .counter-card .counter-icon,
.service-card.style2 .service-info .service-icon,
.service-card.style3 .service-icon,
.product-card .product-img .product-option li button,
.product-card .product-img .product-option li a,
.contact-item .contact-icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pricing-card.style1 .pricing-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.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,
.footer-wrap .footer-widget .social-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

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

.header-wrap .header-top .header-top-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    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;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform-origin: center;
    transform-origin: center center;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 #fff;
    -ms-box-shadow: 0 0 0 0 #fff;
    -o-box-shadow: 0 0 0 0 #fff;
    box-shadow: 0 0 0 0 #fff;
    -webkit-animation: ripple 3s infinite;
    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;
    -webkit-transform-origin: center;
    transform-origin: center center;
    border-radius: 50%;
    margin: 0 auto;
}

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

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

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

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

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

@-webkit-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%;
    }
}

@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;
    -webkit-box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

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

.progress-wrap::after {
    position: absolute;
    content: '\f132';
    font-family: "flaticon" !important;
    -webkit-transform: rotate(90deg);
    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;
    -webkit-transition: all 200ms linear;
    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;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.loader div {
    width: 12px;
    height: 12px;
    margin: 0 10px 0 0;
    border-radius: 50px;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    display: inline-block;
    -webkit-animation: bouncing 1.4s linear infinite;
    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);
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

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

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

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

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

.btn {
    display: inline-block;
    line-height: 26px;
    font-weight: 500;
    text-align: center;
    -webkit-transition: all 0.7s ease-in-out;
    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;
    -webkit-transition: all 0.4s ease-in-out;
    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;
    -webkit-transition: all 0.4s ease-in-out;
    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;
    -webkit-transition: all 0.4s ease-in-out;
    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;
}

.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;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.04);
    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: #000;
}

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

.link {
    font-weight: 700;
    line-height: 26px;
    display: inline-block;
    position: relative;
    color: #1B7261;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

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

.link i {
    position: relative;
    top: 3px;
    margin-left: 5px;
    font-size: 14px;
    -webkit-transition: all 0.4s ease-in-out;
    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: #1B7261;
}

.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;
    -webkit-box-shadow: 0px 0px 12px rgba(17, 17, 17, 0.04);
    box-shadow: 0px 0px 12px rgba(17, 17, 17, 0.04);
    -webkit-transition: all 0.4s ease-in-out;
    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;
    -webkit-transition: all 0.4s ease-in-out;
    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;
}

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

.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;
    -webkit-transition: all 0.4s ease-in-out;
    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;
    -webkit-transition: all 0.4s ease-in-out;
    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 {
    -webkit-animation: float 1500ms infinite ease-in-out;
    animation: float 1500ms infinite ease-in-out;
}

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

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

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

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

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

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

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

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

@-webkit-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_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);
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@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;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

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

.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;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.social-profile.style1 li a {
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    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;
    -webkit-transform: translateY(-3px);
    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;
    -webkit-transform: translateY(-3px);
    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;
    -webkit-box-shadow: 0px 4px 20px rgba(17, 17, 17, 0.08);
    box-shadow: 0px 4px 20px rgba(17, 17, 17, 0.08);
    line-height: 42px;
    font-weight: 600;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    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;
    -webkit-transition: all 0.4s ease-in-out;
    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;
}

.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 .contact-info li span,
.hero-wrap .hero-content .hero-btn .play-video .video-icon,
.counter-card-wrap.style2 .counter-card .counter-icon,
.counter-card-wrap.style3 .counter-card .counter-icon,
.service-card.style2 .service-info .service-icon,
.service-card.style3 .service-icon,
.product-card .product-img .product-option li button,
.product-card .product-img .product-option li a,
.contact-item .contact-icon,
.pricing-card.style1 .pricing-header,
.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,
.footer-wrap .footer-widget .social-link,
.hero-wrap.style1 .hero-slide-item .hero-img-wrap,
.owl-carousel .owl-nav,
.pp-post-item,
.counter-card-wrap,
.testimonial-card.style1,
.testimonial-card.style2,
.checkout-details .select-payment-method,
.post-author,
.comment-item-wrap .comment-item,
.contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.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 .contact-info li span,
.hero-wrap .hero-content .hero-btn .play-video .video-icon,
.counter-card-wrap.style2 .counter-card .counter-icon,
.counter-card-wrap.style3 .counter-card .counter-icon,
.service-card.style2 .service-info .service-icon,
.service-card.style3 .service-icon,
.product-card .product-img .product-option li button,
.product-card .product-img .product-option li a,
.contact-item .contact-icon {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.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,
.footer-wrap .footer-widget .social-link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.header-wrap .header-top .header-top-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

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

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

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

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

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

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

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

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

.header-wrap .header-bottom {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-shadow: 0px 2px 20px rgba(5, 17, 69, 0.01);
    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;
    -webkit-box-shadow: 0px 4px 20px rgba(5, 17, 69, 0.01);
    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;
    -webkit-box-shadow: none;
    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;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 320px;
    visibility: hidden;
    opacity: 0;
    border-radius: 0 0 5px 5px;
    -webkit-transition: 0.4s;
    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;
    -webkit-transition: 0.3s;
    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;
    -webkit-box-shadow: 0 9px 54px 0 rgba(32, 32, 32, 0.1);
    box-shadow: 0 9px 54px 0 rgba(32, 32, 32, 0.1);
    left: 0;
    right: auto;
    border: 0;
    border-radius: 0;
    -webkit-transform: translateY(75px) !important;
    transform: translateY(75px) !important;
    display: block;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.select-lang .navbar-language .dropdown-menu a {
    padding: 5px 10px;
    -webkit-transition: all 0.3s linear;
    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 {
    -webkit-transform: translateY(40px) !important;
    transform: translateY(40px) !important;
    opacity: 1;
    pointer-events: all;
}

@media only screen and (max-width: 767px) {
    .navbar-brand img {
        max-width: 120px;
    }
    .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;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }
    .header-wrap .header-top .header-top-left .contact-info li:nth-child(1) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .header-wrap .header-top .header-top-left .contact-info li:nth-child(2) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .header-wrap .header-top .header-top-left .contact-info li:nth-child(3) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        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 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        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 {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        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%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: 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;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        left: -100%;
        padding: 55px 20px 30px;
        overflow-y: auto;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
    .main-menu-wrap.open {
        left: 0;
    }
    .main-menu>li.has-children.menu-open>span.menu-expand {
        -webkit-transform: rotate(180deg);
        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 {
        -webkit-transform: rotate(180deg);
        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;
    }
    .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: 400;
        padding: 30px 0;
        -webkit-transition: 0.4s;
        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: 4px;
        display: inline-block;
        margin-left: -3px;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
    .header-wrap .navbar .navbar-nav .nav-item a:hover i {
        -webkit-transform: rotate(180deg);
        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: 250px;
        display: block;
        border-radius: 0;
        padding: 12px 0;
        position: absolute;
        visibility: hidden;
        -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
        -webkit-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: rotateX(-75deg);
        transform: rotateX(-75deg);
        -webkit-transition: 0.5s;
        transition: 0.5s;
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transform-origin: 0% 0%;
        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;
        -webkit-transition: 0.3s;
        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;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: 0.4s;
        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;
        -webkit-transform: translateY(-50%);
        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;
        -webkit-transform: rotatex(0deg);
        transform: rotatex(0deg);
    }
    .header-wrap .navbar .other-options {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        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);
        -webkit-transform: translateY(-50%);
        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;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: 0.4s;
        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 12px;
    }
    .header-wrap .navbar .navbar-nav .nav-item.has-child {
        position: relative;
        top: -2px;
    }
    .header-wrap .navbar .navbar-nav .nav-item a {
        font-size: 16px;
    }
    .header-wrap .navbar .navbar-nav .nav-item a i {
        font-size: 19px;
        top: 5px;
    }
    .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: 8px 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;
    -webkit-transform: translateY(-50%);
    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;
}

/*---------------------------------------
        Sign In CSS
 ----------------------------------------*/

.login-header {
    margin: 0 0 25px;
}

.login-header h3 {
    font-size: 24px;
    margin-bottom: 0;
}

.login-form-wrap {
    padding: 40px 40px 30px;
    margin-bottom: 25px;
    background-color: #ECF0F2;
}

.login-form-wrap .login-form .form-group {
    margin: 0 0 20px;
}

.login-form-wrap .login-form .form-group input {
    background: transparent;
    border: none;
    background-color: #fff;
    width: 100%;
    padding: 10px 15px;
    border-radius: 0;
}

.login-form-wrap .login-form .btn {
    padding: 15px 35px;
}

.login-form-wrap .login-form .btn.btn-fb {
    background-color: #3B5999;
    color: #fff;
}

.login-form-wrap .login-form .btn.btn-fb:hover {
    color: #1B7261;
}

.login-form-wrap .login-form .btn.btn-gg {
    background-color: #EA4235;
    color: #fff;
}

.login-form-wrap .login-form .btn.btn-gg:hover {
    color: #1B7261;
}

.login-form-wrap .link.style1 {
    color: #1B7261;
}

.or-text {
    position: relative;
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 18px;
    z-index: 9;
}

.or-text .btn.fb i {
    color: #3B5999 !important;
}

.or-text .btn.google i {
    color: #FF3838 !important;
}

.or-text:before {
    position: absolute;
    top: 15px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #ddd;
    z-index: -1;
}

.or-text p {
    display: inline-block;
    padding: 0 10px;
    background-color: #f9f9f9;
    margin: 0 auto;
    z-index: 1;
    font-size: 18px;
    border-radius: 50%;
}

/*---------------------------
        Sidebar CSS
 ---------------------------*/

.sidebar .sidebar-widget {
    margin: 0 0 30px;
    position: relative;
    z-index: 1;
    padding: 25px;
    -webkit-box-shadow: 0px 0px 20px rgba(17, 17, 17, 0.08);
    box-shadow: 0px 0px 20px rgba(17, 17, 17, 0.08);
}

.sidebar .sidebar-widget.style2 {
    background: transparent;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sidebar .sidebar-widget h4 {
    margin: 0 0 25px;
    font-size: 20px;
    position: relative;
    line-height: 1;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #1B7261;
}

.sidebar .sidebar-widget h4:after {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 24px;
    height: 3px;
    content: "";
    background: #1B7261;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.sidebar .sidebar-widget:last-child {
    margin: 0;
}

/*-------------------------------
       Search Box Widget CSS
-------------------------------*/

.search-box {
    position: relative;
}

.search-box .form-group {
    position: relative;
}

.search-box .form-group input {
    width: 100%;
    height: 50px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000;
    font-size: 15px;
    line-height: 21px;
    padding: 10px 60px 10px 20px;
    border-radius: 0;
}

.search-box .form-group input:focus {
    border-color: #888888;
}

.search-box .form-group button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 18px;
    height: 100%;
    border: none;
    border-radius: 0;
    text-align: center;
    background: #1B7261;
}

.search-box .form-group button i {
    color: #fff;
    font-size: 20px;
    position: relative;
}

.search-box.style2 .form-group {
    position: relative;
}

.search-box.style2 .form-group input {
    background: #ECF0F2;
    border: none;
}

/*-------------------------------
     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;
    -webkit-box-shadow: 0px 6px 20px rgba(5, 17, 69, 0.08);
    box-shadow: 0px 6px 20px rgba(5, 17, 69, 0.08);
    -webkit-transition: 0.4s;
    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;
    -webkit-transition: 0.4s;
    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);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

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

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

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

.tag-list.style3 li a {
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    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;
}

.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;
    -webkit-box-shadow: 0px 4px 15px rgba(5, 17, 69, 0.06);
    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: 30px;
    line-height: 0.8;
    margin: 0 auto;
    color: #1B7261;
}

.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;
    -webkit-transform: translate(-50%, -50%);
    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;
}

.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: #1B7261;
}

.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: 38px;
    line-height: 85px;
    -webkit-transform: translate(-50%, -50%);
    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;
}

.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-wrap.style3 {
    position: relative;
    z-index: 1;
}

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

.hero-wrap.style3 .hero-shape-one {
    position: absolute;
    bottom: 100px;
    left: 45%;
}

.hero-wrap.style3 .hero-shape-two {
    position: absolute;
    top: 220px;
    right: 25px;
}

.hero-wrap.style3 .hero-slide-item {
    padding: 175px 0 60px;
}

.hero-wrap.style3 .hero-slide-item .hero-content h1 {
    color: #fff;
}

.hero-wrap.style3 .hero-slide-item .hero-content p {
    color: #fff;
}

.hero-wrap.style3 .hero-slide-item .hero-content .hero-btn .link.style3 {
    color: #fff;
    font-weight: 500;
}

.hero-wrap.style3 .hero-slide-item .hero-content .hero-btn .link.style3:after {
    visibility: visible;
    opacity: 1;
    width: 100%;
    bottom: 3px;
    background: rgba(255, 255, 255, 0.7);
}

.hero-wrap.style3 .hero-slide-item .hero-img-wrap img {
    display: block;
    margin: 0 auto;
}

.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%;
    -webkit-transform: translateY(-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 white;
}

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

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

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

.fadeInUp {
    -webkit-animation-name: 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 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .5s;
    animation-delay: .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 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .7s;
    animation-delay: .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 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: .9s;
    animation-delay: .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 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

/*-------------------------------
    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;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

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

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

.promo-card.style1 {
    padding: 25px;
    -webkit-box-shadow: 0px 4px 15px rgba(5, 17, 69, 0.08);
    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: #ecf0f2;
    text-align: center;
    margin: 0 auto 10px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: 0.4s;
    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;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

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

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

.promo-card.style2 .promo-info {
    position: absolute;
    bottom: 25px;
    left: 50%;
    width: calc(100% - 50px);
    -webkit-transform: translateX(-50%);
    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;
    -webkit-transition: 0.4s;
    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 {
    -webkit-transform: translateY(-5px);
    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;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    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;
    -webkit-box-shadow: 0px 4px 15px rgba(5, 17, 69, 0.06);
    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;
    -webkit-transition: 0.4s;
    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;
    -webkit-transition: 0.4s;
    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;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    -webkit-transition: 0.4s;
    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;
    -webkit-box-shadow: 0px 6px 20px rgba(5, 17, 69, 0.08);
    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;
    -webkit-transform: translateX(-50%);
    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;
    -webkit-transform: translateX(-100%);
    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: 70%;
    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;
    -webkit-box-shadow: 0px 3px 10px rgba(5, 17, 69, 0.06);
    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;
    -webkit-transition: 0.4s;
    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;
    -webkit-transition: 0.4s;
    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 {
    -webkit-box-shadow: 0px 6px 15px rgba(5, 17, 69, 0.06);
    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;
    -webkit-transition: 0.4s;
    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;
    -webkit-transition: 0.4s;
    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;
    -webkit-box-shadow: 0px 4px 20px rgba(5, 17, 69, 0.08);
    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;
    -webkit-transition: 0.4s;
    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;
    -webkit-transition: 0.4s;
    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 {
    -webkit-box-shadow: 0px 4px 12px rgba(17, 17, 17, 0.04);
    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 {
    -webkit-box-shadow: 0px 4px 12px rgba(17, 17, 17, 0.09);
    box-shadow: 0px 4px 12px rgba(17, 17, 17, 0.09);
}

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

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

.promo-bg-3 {
    background-image: url(../img/Untitled\ design\ \(13\).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;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
}

.promo-video .play-now i {
    color: #1B7261;
    position: relative;
    left: -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;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    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;
    -webkit-box-shadow: 0px 2px 20px rgba(5, 17, 69, 0.08);
    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);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.project-card .project-info .project-link i {
    font-size: 18px;
    font-weight: 800;
    line-height: 50px;
    color: #1B7261;
    position: relative;
    right: -2px;
    -webkit-transition: 0.4s;
    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;
}

/*-------------------------------
   Product  Section  CSS
-------------------------------*/

.product-wrap .container {
    position: relative;
}

.product-wrap .container .product-shape-one {
    position: absolute;
    top: 95px;
    left: -28px;
    z-index: -1;
    max-width: 100px;
}

.product-wrap .container .product-shape-two {
    position: absolute;
    bottom: -24px;
    right: -24px;
    z-index: -1;
    max-width: 100px;
}

.product-card {
    margin-bottom: 25px;
    background-color: #fff;
    -webkit-box-shadow: 0px 6px 20px rgba(5, 17, 69, 0.08);
    box-shadow: 0px 6px 20px rgba(5, 17, 69, 0.08);
}

.product-card .product-img {
    padding: 20px;
    position: relative;
    overflow: hidden;
    background-color: #ECF0F2;
}

.product-card .product-img img {
    max-width: 205px;
    display: block;
    margin: 0 auto;
}

.product-card .product-img .product-option {
    position: absolute;
    top: 50%;
    right: 25px;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-card .product-img .product-option li {
    display: block;
    margin: 10px 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
}

.product-card .product-img .product-option li:nth-child(1) {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.product-card .product-img .product-option li:nth-child(2) {
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.product-card .product-img .product-option li:nth-child(3) {
    -webkit-transition: 0.8s;
    transition: 0.8s;
}

.product-card .product-img .product-option li:last-child {
    margin-right: 0;
}

.product-card .product-img .product-option li button,
.product-card .product-img .product-option li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0px 6px 20px rgba(5, 17, 69, 0.08);
    box-shadow: 0px 6px 20px rgba(5, 17, 69, 0.08);
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.product-card .product-img .product-option li button i,
.product-card .product-img .product-option li a i {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    font-size: 18px;
    line-height: 0.8;
    display: block;
    margin: 0 auto;
    color: #1B7261;
}

.product-card .product-img .product-option li button:hover,
.product-card .product-img .product-option li a:hover {
    background-color: #1B7261;
}

.product-card .product-img .product-option li button:hover i,
.product-card .product-img .product-option li a:hover i {
    color: #fff;
}

.product-card .product-info h3 {
    font-size: 22px;
    margin: 0 0 8px;
}

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

.product-card .product-info .product-price {
    margin: 0 0 12px;
    color: #051145;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    font-family: "Lexend", sans-serif;
}

.product-card .product-info .product-price .discount {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 600;
    text-decoration: line-through;
    margin-left: 15px;
    font-size: 15px;
    position: relative;
    top: -2px;
}

.product-card .product-info .product-purchase .btn {
    margin-right: 25px;
}

.product-card .product-info .product-purchase .rating i {
    color: #FFC422;
    line-height: 0.8;
    position: relative;
    top: 2px;
    margin-right: 2px;
}

.product-card .product-info p {
    margin-bottom: 20px;
}

.product-card.style1 {
    padding: 20px;
}

.product-card.style1 .product-img {
    padding: 30px 15px;
}

.product-card.style1 .product-info {
    padding: 25px 0 0;
}

.product-card.style1:hover .product-img .product-option li {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.product-card.style2 {
    padding: 0;
}

.product-card.style2 .ratings {
    margin-bottom: 12px;
}

.product-card.style2 .ratings li {
    display: inline-block;
}

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

.product-card.style2 .product-info {
    padding: 25px;
}

.product-card.style2 .product-img {
    background-color: #F1F7FD;
    padding: 30px 0;
}

.product-card.style2 .product-img .product-option {
    left: 50%;
    top: auto;
    bottom: 25px;
    width: 100%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.product-card.style2 .product-img .product-option li {
    display: inline-block;
    margin: 0 6px;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
}

.product-card.style2:hover .product-img .product-option li {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.product-card:hover .product-img .product-option li {
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.product-slider-one {
    margin: -10px -10px;
    position: relative;
    z-index: 1;
}

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

.search-box.style2 .form-group input {
    background-color: #ECF0F2;
}

.filter-item-num select,
.filter-item-cat select {
    width: 100%;
    border-radius: 5px;
    padding: 10px 15px 10px 15px;
    color: #393939;
    background-color: #ECF0F2;
    font-size: 14px;
    height: 55px;
    border: none;
}

.checkbox-item {
    margin-bottom: 15px;
}

.checkbox-item:last-child {
    margin-bottom: 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;
    -webkit-box-shadow: 0px 3px 10px rgba(5, 17, 69, 0.06);
    box-shadow: 0px 3px 10px rgba(5, 17, 69, 0.06);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

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

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

.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: 44px;
    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;
    -webkit-transition: 0.4s;
    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;
    -webkit-box-shadow: 0px 5px 20px rgba(5, 17, 69, 0.08);
    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 {
    -webkit-box-shadow: 0px 5px 15px rgba(5, 17, 69, 0.08);
    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;
    -webkit-box-shadow: 0px 5px 20px rgba(5, 17, 69, 0.08);
    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;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.4s;
    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 {
    -webkit-transform: translateY(-5px);
    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;
    -webkit-transition: 0.4s;
    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;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translate(-50%, -50%);
    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 {
    -webkit-box-shadow: 0px 3px 10px rgba(5, 17, 69, 0.06);
    box-shadow: 0px 3px 10px rgba(5, 17, 69, 0.06);
    margin-bottom: 25px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

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

.blog-card .blog-img img {
    -webkit-transition: 0.7s;
    transition: 0.7s;
}

.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;
    -webkit-transition: 0.3s;
    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;
    -webkit-transition: 0.3s;
    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;
    -webkit-transition: 0.3s;
    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;
    -webkit-transition: 0.3s;
    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 {
    -webkit-transform: scale(1.05);
    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%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0px 0px 12px rgba(17, 17, 17, 0.04);
    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 {
    -webkit-box-shadow: 0px 6px 20px rgba(5, 17, 69, 0.08);
    box-shadow: 0px 6px 20px rgba(5, 17, 69, 0.08);
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.4s;
    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: -webkit-gradient(linear, left top, left bottom, color-stop(30.25%, rgba(5, 17, 69, 0.2)), to(#051145));
    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 {
    height: 240px;
}

.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 {
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.pricing-card.style2 .pricing-header .pricing-header-right i {
    font-size: 60px;
    opacity: 0.4;
    color: #1B7261;
    line-height: 0.5;
    -webkit-transition: 0.4s;
    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 {
    -webkit-transform: translateY(-5px);
    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;
    -webkit-filter: brightness(0.1) invert(0);
    filter: brightness(0.1) invert(0);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.partner-item:hover img {
    -webkit-filter: brightness(1) invert(0);
    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;
    -webkit-box-shadow: 0px 3px 10px rgba(5, 17, 69, 0.06);
    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;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.testimonial-card .client-info span {
    font-size: 14px;
    display: block;
    line-height: 1;
    -webkit-transition: 0.4s;
    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%;
}

.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;
    -webkit-transition: 0.4s;
    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;
    -webkit-box-shadow: 0px 4px 20px rgba(5, 17, 69, 0.08);
    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%;
}

.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;
    -webkit-transition: 0.4s;
    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 {
    -webkit-box-shadow: 0px 6px 15px rgba(17, 17, 17, 0.07);
    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;
    -webkit-box-shadow: 0px 6px 20px rgba(5, 17, 69, 0.08);
    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: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 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;
}

/*------------------------------
        Cart CSS
-------------------------------*/

.cart-table table {
    margin: 0;
}

.cart-table table thead tr {
    border: none;
}

.cart-table table thead tr th {
    padding: 15px 10px 15px;
    text-align: center;
    font-size: 16px;
    font-family: "Lexend", sans-serif;
    font-weight: 600;
    text-align: center;
    color: #051145;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.cart-table table tbody {
    border-top: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.cart-table table tbody tr {
    vertical-align: middle;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.cart-table table tbody tr td {
    padding: 10px 10px 10px;
    background: #fff;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.cart-table table tbody tr td:first-child {
    text-align: left;
}

.cart-table table tbody tr td button.style1 {
    font-size: 16px;
}

.cart-table table tbody tr td button.style2 {
    padding: 12px 25px 11px;
    font-size: 16px;
}

.cart-table table tbody tr td .product-img {
    background-color: #f9f9f9;
    padding: 5px 0;
    max-width: 45px;
    margin: 0 auto;
}

.cart-table table tbody tr td .product-img img {
    max-width: 32px;
    display: block;
    margin: 0 auto;
}

.cart-table table tbody tr td .cart-item {
    font-weight: 500;
    text-align: center;
    color: #54595F;
}

.cart-table table tbody tr td .cart-item:hover {
    color: #1B7261;
}

.cart-table table tbody tr td .cart-item-price {
    font-size: 16px;
    text-align: center;
}

.cart-table table tbody tr td p {
    margin: 0;
}

.cart-table table tbody tr td button {
    background: transparent;
    display: block;
    margin: 0 auto;
    padding: 0;
    border: none;
    font-size: 20px;
}

.cart-table table tbody tr td button i {
    color: #1B7261;
}

.cart-table table tbody tr td button span {
    font-size: 18px;
    line-height: 30px;
}

.product-quantity {
    width: 144px;
    margin-right: 10px;
    border-radius: 5px;
}

.product-quantity .qtySelector {
    position: relative;
    height: 42px;
}

.product-quantity .qtySelector span {
    width: 48px;
    position: absolute;
    top: 0;
    height: 100%;
    border: none;
    cursor: pointer;
    display: block;
    text-align: center;
    line-height: 42px;
    font-size: 20px;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.14);
}

.product-quantity .qtySelector span.decreaseQty {
    left: 0;
}

.product-quantity .qtySelector span.increaseQty {
    right: 0;
}

.product-quantity .qtySelector input {
    width: calc(100% - 96px);
    border-left-color: transparent;
    border-right-color: transparent;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    left: 48px;
    position: relative;
    height: 42px;
    text-align: center;
    color: #000;
    border-radius: 0;
}

.cart-qty .product-quantity {
    margin: 0 auto;
}

.cart-qty .product-quantity input {
    left: 0 !important;
}

.coupon-code {
    position: relative;
}

.coupon-code input {
    width: 100%;
    background: transparent;
    padding: 10px 50px 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
}

.coupon-code button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 5px 22px;
    border-radius: 0;
    background-color: #1B7261;
    text-align: center;
    color: #fff;
    font-weight: 500;
    border: none;
}

.cart-total {
    padding: 25px 30px 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.cart-total.style2 {
    background-color: #ECF0F2;
    border: none;
}

.cart-total .cart-box-title {
    font-size: 20px;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #1B7261;
}

.cart-total .cart-total-wrap .cart-total-item {
    padding: 25px 0 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cart-total .cart-total-wrap .cart-total-item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cart-total .cart-total-wrap .cart-total-item p,
.cart-total .cart-total-wrap .cart-total-item span {
    margin: 0;
    font-weight: 500;
    line-height: 1;
}

.cart-total .cart-total-wrap .cart-total-item p b,
.cart-total .cart-total-wrap .cart-total-item span b {
    color: #000;
}

.cart-total .btn {
    margin-top: 30px;
}

.cart-total .btn.style2 {
    padding: 18px 10px 17px;
}

.cart-coupon {
    padding: 15px 15px 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
}

.wh_btn .btn:nth-child(1) {
    margin-right: 10px;
}

.wishlist-table table tbody tr td:nth-child(4) {
    text-align: left;
}

.wishlist-table table tbody tr td .product-quantity {
    margin: 0 auto;
}

.checkout label {
    font-weight: 600;
    margin: 0 0 8px;
}

.checkout .form-group input {
    border: none;
    border-radius: 5px;
    background: #F1F1F1;
    color: #999;
}

.checkout .form-group textarea {
    border: none;
    border-radius: 5px;
    background: #F1F1F1;
    color: #999;
    height: 120px;
}

/*-------------------------------
         Checkout CSS
-------------------------------*/

.checkout-promobox {
    background: #ECF0F2;
    padding: 15px;
    margin: 0 0 25px;
}

.checkout-promobox i {
    color: #1B7261;
    position: relative;
    top: 4px;
    font-size: 20px;
    margin-right: 5px;
}

.checkout-form {
    margin: 0 0 25px;
    padding: 25px;
    background-color: #ECF0F2;
}

.checkout-form .checkout-box-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 25px;
}

.checkout-form .form-group {
    margin: 0 0 15px;
}

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

.checkout-form .form-group input,
.checkout-form .form-group textarea {
    border: none;
    border-radius: 0;
    background: #fff;
    color: #000;
    width: 100%;
    padding: 13px 15px 13px 20px;
}

.checkout-form .form-group input::-webkit-input-placeholder,
.checkout-form .form-group textarea::-webkit-input-placeholder {
    opacity: 0.5;
}

.checkout-form .form-group input:-ms-input-placeholder,
.checkout-form .form-group textarea:-ms-input-placeholder {
    opacity: 0.5;
}

.checkout-form .form-group input::-ms-input-placeholder,
.checkout-form .form-group textarea::-ms-input-placeholder {
    opacity: 0.5;
}

.checkout-form .form-group input::placeholder,
.checkout-form .form-group textarea::placeholder {
    opacity: 0.5;
}

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

.checkout-form .form-group select {
    border: none;
    border-radius: 5px;
    background: #fff;
    width: 100%;
    height: 50px;
    padding: 10px 15px 10px 20px;
    cursor: pointer;
    opacity: 0.9;
    color: #54595F;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../img/down-arrow.png);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 96% 50%;
}

.checkout-details {
    margin: 0 0 25px;
    padding: 25px;
    background-color: #ECF0F2;
}

.checkout-details .checkout-box-title {
    font-size: 20px;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #1B7261;
}

.checkout-details .form-group input {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 40px 10px 15px;
    border: 1px solid #F5F6FA;
}

.checkout-details .form-group button {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    height: 100%;
    color: #fff;
    font-size: 16px;
    padding: 0 25px;
}

.checkout-details .select-payment-method {
    margin: 15px 0 0;
}

.checkout-details .select-payment-method div {
    margin: 0 0 15px;
    display: block;
    width: 100%;
}

.checkout-details .select-payment-method div label {
    padding-left: 23px !important;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}

.checkout-details .select-payment-method div p {
    margin: 0 0 0 28px;
    color: #54595F;
}

.select-payment-method [type="radio"]:checked,
.select-payment-method [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.select-payment-method [type="radio"]:not(:checked)+label::before,
.select-payment-method [type="radio"]:checked+label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: transparent;
}

.select-payment-method [type="radio"]:not(:checked)+label::before {
    border: 1px solid #1B7261;
}

.select-payment-method [type="radio"]:checked+label::before {
    border: 1px solid #1B7261;
}

.select-payment-method [type="radio"]:checked+label::after,
.select-payment-method [type="radio"]:not(:checked)+label::after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #1B7261;
    top: 6px;
    left: 4px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.select-payment-method [type="radio"]:not(:checked)+label::after {
    background: transparent;
}

.select-payment-method [type="radio"]:checked+label::after {
    background: #1B7261;
}

.checkout-footer .btn {
    margin-top: 15px;
    padding: 15px 15px;
}

/*-------------------------------
    Product Details CSS
-------------------------------*/

.single-product-gallery {
    background-color: #ECF0F2;
    padding: 25px;
}

.single-product-gallery img {
    display: block;
    margin: 0 auto;
}

.single-product-details .single-product-title {
    position: relative;
}

.single-product-details .single-product-title h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin: 0 0 15px;
}

.single-product-details .single-product-title h3 {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 600;
    margin: 7px 0 13px;
}

.single-product-details .single-product-title h3 .discount {
    margin-left: 15px;
    font-size: 14px;
    opacity: 0.5;
    position: relative;
    top: -3px;
    text-decoration: line-through;
}

.single-product-details .single-product-title .ratings ul {
    position: relative;
    top: 1px;
}

.single-product-details .single-product-title .ratings ul li {
    display: inline-block;
}

.single-product-details .single-product-title .ratings ul li i {
    color: #EBA400;
}

.single-product-details .single-product-title .ratings span {
    margin-left: 10px;
    position: relative;
    top: -2px;
}

.single-product-details .single-product-desc {
    margin: 12px 0 15px;
}

.product-tablist {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
}

.product-tablist .nav-item {
    border-radius: 0;
    margin-right: 35px;
    border: none;
}

.product-tablist .nav-item:last-child {
    margin: 0;
}

.product-tablist .nav-item .nav-link {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #000;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0 0 15px;
    text-align: center;
    position: relative;
}

.product-tablist .nav-item .nav-link.active {
    color: #1B7261;
}

.product-tab-content {
    margin: 20px 0 0;
    padding: 30px;
    background-color: #fff;
}

.product-tab-content .product_desc p:last-child {
    margin-bottom: 0;
}

.product-tab-content .product_features {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.product-tab-content .product_features li {
    margin-bottom: 10px;
    padding: 12px 15px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.product-tab-content .product_features li:last-child {
    margin: 0;
    border-bottom: none;
}

.product-tab-content .product_features li b {
    min-width: 150px;
    display: inline-block;
    color: #000;
}

.client-review-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.client-review-header h2 {
    margin-bottom: 12px;
}

.client-review-header p {
    margin: 10px 0 0;
}

.client-review .comment-item-wrap .comment-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 0 25px 0;
    margin-bottom: 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

.client-review .comment-item-wrap .comment-item .comment-author-img {
    width: 60px;
    height: 60px;
    top: -1px;
}

.client-review .comment-item-wrap .comment-item .comment-text {
    margin-top: 20px;
}

.client-review .comment-item-wrap .comment-item .comment-text p {
    margin-bottom: 0;
}

.client-review .comment-item-wrap .comment-item .comment-author-wrap .comment-author-info .reply-btn {
    position: relative;
    top: 15px;
    font-size: 17px;
    color: #1B7261;
    font-weight: 600;
    font-family: "Lexend", sans-serif;
    text-decoration: underline;
}

.client-review #cmt-form {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

.client-review #cmt-form .form-group {
    margin-bottom: 15px;
}

.client-review #cmt-form .form-group input {
    height: 60px !important;
}

.client-review #cmt-form .form-group input,
.client-review #cmt-form .form-group textarea {
    border: none !important;
    background-color: #ECF0F2 !important;
}

.single-product-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 25px 0 25px;
}

.single-product-option a:nth-child(1) {
    margin-right: 15px;
}

.product-more-option-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 18px;
}

.product-more-option-item:last-child {
    margin: 0;
}

.product-more-option-item h5 {
    margin: 0 12px 0 0;
    font-size: 16px;
    font-weight: 600;
}

.product-more-option-item span,
.product-more-option-item a {
    font-size: 16px;
    position: relative;
    color: #54595F;
    font-weight: 500;
}

.product-large-img {
    max-width: 350px;
    margin: 0 auto;
}

.add-cart button {
    margin-right: 10px;
    font-weight: 400 !important;
}

.add-cart button i {
    margin-right: 10px;
    top: 1px !important;
}

.add-cart button.v3 {
    border-color: rgba(0, 0, 0, 0.2);
}

.product-description-box {
    border: 1px solid #ddd;
    border-radius: 20px 0;
    padding: 25px;
}

.product-description-box .product-desc h3 {
    margin: 0 0 20px;
}

.product-description-box .product-desc p {
    margin: 0;
}

.additional-info li {
    margin: 0 0 10px;
}

.additional-info li:last-child {
    margin-bottom: 0;
}

.additional-info li p span {
    width: 100px;
    font-weight: 600;
    display: inline-block;
}

/*-------------------------------------
   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;
    -webkit-transition: 0.3s;
    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;
    -webkit-transition: 0.3s;
    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;
    -webkit-transition: 0.3s;
    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;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

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

.wp-block-quote {
    position: relative;
    padding: 35px 35px 35px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
    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;
    -webkit-box-shadow: 0px 5px 20px rgba(17, 17, 17, 0.08);
    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;
    -webkit-box-shadow: none;
    box-shadow: none;
}

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

.post-author {
    padding: 25px;
    margin: 15px 0 30px;
    -webkit-box-shadow: 0px 5px 20px rgba(17, 17, 17, 0.08);
    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;
}

.comment-item-wrap .comment-item {
    margin-bottom: 25px;
    padding: 25px;
    -webkit-box-shadow: 0px 5px 20px rgba(17, 17, 17, 0.08);
    box-shadow: 0px 5px 20px rgba(17, 17, 17, 0.08);
}

.comment-item-wrap .comment-item.reply {
    margin-left: 40px;
}

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

.comment-item-wrap .comment-item .comment-author-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    top: 4px;
}

.comment-item-wrap .comment-item .comment-author-img img {
    border-radius: 50%;
}

.comment-item-wrap .comment-item .comment-author-wrap {
    width: calc(100% - 120px);
    margin-left: 20px;
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name {
    margin: 0 0 12px;
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name h5 {
    line-height: 1;
    margin: 0 20px 0 0;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name .comment-date {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: #54595F;
    margin-top: 10px;
}

.comment-item-wrap .comment-item .comment-author-wrap .comment-text p {
    margin: 0;
}

.comment-item-wrap .reply-btn {
    display: inline-block;
    line-height: 1;
    font-weight: 600;
    color: #051145;
    font-size: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.comment-item-wrap .reply-btn:hover {
    color: #1B7261;
}

.comment-box-title h4 {
    margin-bottom: 0;
    line-height: 1;
}

.comment-box-title p {
    margin-top: 10px;
    margin-bottom: 0;
}

#cmt-form {
    margin-top: 35px;
    -webkit-box-shadow: 0px 5px 20px rgba(17, 17, 17, 0.08);
    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 {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    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;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-box-shadow: 0px 0px 20px rgba(17, 17, 17, 0.08);
    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;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.contact-item .contact-icon i {
    color: #1B7261;
    line-height: 0.8;
    font-size: 36px;
    position: relative;
    -webkit-transition: 0.34s;
    transition: 0.34s;
}

.contact-item .contact-info {
    width: calc(100% - 100px);
    margin-left: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.contact-item .contact-info h3 {
    font-size: 22px;
    margin: 0 0 8px;
    font-weight: 600;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.contact-item .contact-info a,
.contact-item .contact-info p {
    display: block;
    margin: 0;
    line-height: 1.7;
    color: #54595F;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.contact-item:hover {
    -webkit-transform: translateY(-5px);
    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;
    -webkit-box-shadow: 0px 0px 20px rgba(17, 17, 17, 0.08);
    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;
    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;
    -webkit-box-shadow: none;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.accordion-item .accordion-header .accordion-button:after {
    display: none;
}

.accordion-item .accordion-header .accordion-button:focus {
    outline: none;
    -webkit-box-shadow: 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%;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.accordion-item .accordion-header .accordion-button span i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -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;
}

.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 .contact-info li span,
.hero-wrap .hero-content .hero-btn .play-video .video-icon,
.counter-card-wrap.style2 .counter-card .counter-icon,
.counter-card-wrap.style3 .counter-card .counter-icon,
.service-card.style2 .service-info .service-icon,
.service-card.style3 .service-icon,
.product-card .product-img .product-option li button,
.product-card .product-img .product-option li a,
.contact-item .contact-icon,
.pricing-card.style1 .pricing-header,
.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,
.footer-wrap .footer-widget .social-link,
.hero-wrap.style1 .hero-slide-item .hero-img-wrap,
.owl-carousel .owl-nav,
.pp-post-item,
.counter-card-wrap,
.testimonial-card.style1,
.testimonial-card.style2,
.checkout-details .select-payment-method,
.post-author,
.comment-item-wrap .comment-item,
.contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.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,
.footer-wrap .footer-widget .social-link {
    -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;
}

.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;
    -webkit-transform: translateY(-2px);
    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;
    -webkit-transition: 0.4s;
    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;
    -webkit-transition: 0.4s;
    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;
    -webkit-transition: 0.3s;
    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: 2px;
    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;
    }
}

/*-------------------------------
    Buy Now Btn
-------------------------------*/

.buy-now-btn {
    right: 20px;
    z-index: 99;
    top: 50%;
    position: fixed;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    background-color: #82b440;
    padding: 10px 20px 10px 42px;
    -webkit-box-shadow: 0 1px 20px 1px #82b440;
    box-shadow: 0 1px 20px 1px #82b440;
    font-size: 15px;
    font-weight: 600;
}

.buy-now-btn img {
    top: 50%;
    left: 20px;
    width: 15px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.buy-now-btn:hover {
    color: #fff;
    background-color: #94be5d;
}

/*# sourceMappingURL=style.css.map */