* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}

body {
    font-size: 14px;
    color: #0f0e0e;
    line-height: 24px;
    font-weight: 400;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: roboto, sans-serif
}

.img-circle-box:hover {
    transform: scale(1.08);
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #009946;
}

.centered-heading {
    color: #009946;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 400;
    margin: 0;
    background: 0 0;
    line-height: 1.2em;
    font-family: exo, sans-serif;
    letter-spacing: -.02em
}

textarea {
    overflow: hidden
}

button {
    outline: none !important;
    cursor: pointer
}

p,
.text {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #555;
    margin: 0
}

::-webkit-input-placeholder {
    color: inherit
}

::-moz-input-placeholder {
    color: inherit
}

::-ms-input-placeholder {
    color: inherit
}

.large-container {
    position: static;
    max-width: 1600px;
    padding: 0 15px;
    margin: 0 auto
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
    z-index: 9
}

/* carousel */
#carouselExampleIndicators {
    width: 100%;
}

.carousel-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    height: 87vh;
    margin-left: auto;
    margin-right: auto;
}

/* Optional: responsive adjustments */
@media (max-width: 991px) {
    .carousel-img {
        max-height: 60vh;
    }

}

@media (max-width: 767px) {
    .carousel-img {
        max-height: 40vh;
    }

    .menu {
        list-style: none;
        display: flex;
        align-items: center;
        gap: 10px !important;
        margin: 0;
        padding: 0;
    }

    .logo img {
        max-height: 55px !important;
        transition: all 0.3s;
    }
}

@media (max-width: 480px) {
    .carousel-img {
        max-height: 30vh;
    }
}


a:focus {
    box-shadow: none !important
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0
}

.theme-btn {
    display: inline-block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-family: poppins, sans-serif
}

.theme-btn i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-left: 3px
}

.text-center {
    text-align: center !important
}

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    padding: 9px 32px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 50px;
    background-color: #009946;
    text-transform: uppercase
}

.btn-style-one:before {
    top: 0;
    left: 0;
    content: "";
    width: 150%;
    height: 100%;
    position: absolute;
    transform-origin: 0 100% 0;
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0px, -3em, 0px);
    transition: transform .3s ease 0s, opacity .3s ease 0s, background-color .3s ease 0s, -webkit-transform .3s ease 0s
}

.btn-style-one .icon {
    position: relative;
    margin-right: 10px
}

.btn-style-one i {
    position: relative;
    font-style: normal
}

.btn-style-one:hover {
    color: #fff
}

.btn-style-one:hover::before {
    opacity: 1;
    color: #fff;
    transform: rotate3d(0, 0, 1, 0deg);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    background-color: #009946;
}

.btn-style-two {
    position: relative;
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    padding: 14px 53px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 50px;
    letter-spacing: 1px;
    background-color: #009946;
    ;
    text-transform: capitalize;
    font-family: lato, sans-serif
}

.btn-style-two:before {
    top: 0;
    left: 0;
    content: "";
    width: 150%;
    height: 100%;
    position: absolute;
    transform-origin: 0 100% 0;
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0px, -3em, 0px);
    transition: transform .3s ease 0s, opacity .3s ease 0s, background-color .3s ease 0s, -webkit-transform .3s ease 0s
}

.btn-style-two .arrow {
    position: relative;
    margin-left: 5px;
    font-size: 15px;
    top: 1px
}

.btn-style-two i {
    position: relative;
    font-style: normal
}

.btn-style-two:hover {
    color: #fff
}

.btn-style-two:hover::before {
    opacity: 1;
    color: #fff;
    transform: rotate3d(0, 0, 1, 0deg);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    background-color: #1cba9f
}

.btn-style-three {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 30px;
    color: #fff;
    padding: 7px 41px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 50px;
    background-color: #1cba9f;
    text-transform: capitalize;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .05)
}

.btn-style-transparent {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 30px;
    color: #1cba9f;
    padding: 7px 41px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 50px;
    background-color: #fff;
    text-transform: capitalize;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .05)
}

.btn-style-transparent:hover {
    background-color: #1cba9f;
    color: #fff
}

.btn-style-three .arrow {
    position: relative;
    margin-right: 0;
    font-size: 10px;
    top: 0;
    font-weight: 700
}

.btn-style-three:hover {
    color: #1cba9f;
    background-color: #fff
}

.btn-style-four {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 30px;
    color: #000;
    padding: 4px 27px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 50px;
    border: 1px solid #1cba9f;
    background-color: #fff;
    text-transform: capitalize
}

.btn-style-four .arrow {
    position: relative;
    margin-right: 0;
    font-size: 10px;
    top: 0;
    font-weight: 700
}

.btn-style-four:hover {
    color: #fff;
    background-color: #1cba9f
}

.btn-style-five {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    padding: 13px 36px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 50px;
    border: 2px solid #009946;
    ;
    background-color: #009946;
    ;
    text-transform: capitalize;
    box-shadow: 0 0 20px rgba(34, 58, 102, .15);
    font-family: lato, sans-serif
}

.btn-style-five .icon {
    position: relative;
    margin-right: 10px;
    top: 0;
    font-weight: 700
}

.btn-style-five:hover {
    color: #009946;
    ;
    background: 0 0
}

.btn-style-six {
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    padding: 13px 36px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 50px;
    border: 2px solid #f13a66;
    background-color: #f13a66;
    text-transform: capitalize;
    box-shadow: 0 0 30px rgba(241, 58, 102, .15);
    font-family: lato, sans-serif
}

.btn-style-six .icon {
    position: relative;
    margin-right: 10px;
    top: 0;
    font-weight: 700
}

.btn-style-six:hover {
    color: #f13a66;
    background: 0 0
}

.list-style-one {
    position: relative
}

.list-style-one li {
    position: relative;
    margin-bottom: 3px;
    font-size: 14px;
    font-weight: 400;
    padding-left: 25px;
    line-height: 2em;
    color: rgba(255, 255, 255, .8)
}

.list-style-one li .icon {
    position: absolute;
    left: 0;
    top: 6px;
    color: rgba(255, 255, 255, .7);
    font-size: 16px;
    line-height: 1.2em
}

.list-style-two {
    position: relative
}

.list-style-two li {
    position: relative;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 500;
    padding-left: 25px;
    line-height: 1.8em;
    color: #313131
}

.list-style-two li .icon {
    position: absolute;
    left: -28px;
    top: 0;
    color: #313131;
    font-size: 16px;
    line-height: 1.15em
}

.list-style-two li a {
    position: relative;
    color: #313131;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.list-style-two li a:hover {
    color: #1cba9f
}

.list-style-two li:last-child {
    margin-bottom: 0
}

.list-style-two.style-two li:first-child .icon {
    color: #f13a66
}

.list-style-two.style-two li:nth-child(2) .icon {
    color: #9143fd
}

.list-style-two.style-two li:nth-child(3) .icon {
    color: #00d280
}

.theme_color {
    color: #1cb99e
}

.secondary_color {
    color: #009946;
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999999;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100px;
    background-image: url(../images/icons/preloader.svg)
}

img {
    display: inline-block;
    max-width: 100%;
}

.fa {
    line-height: inherit
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 30px;
    height: 60px;
    width: 60px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite
}

.play-now .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.play-now .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px transparent
    }

    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px transparent
    }

    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    z-index: 10;
    cursor: pointer;
    background: #1b1a1c;
    display: none !important;
    opacity: 0;
    border-radius: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.scroll-to-top:hover {
    background: #1cb99e
}

/* ===== TOP BAR ===== */
.top-bar {
    background: #009946;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 22px;
    flex-wrap: wrap;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    transition: all 0.3s;
}

.top-left span {
    margin-right: 15px;
    font-size: 14px;
    white-space: nowrap;
}

.top-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.top-right a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

/* ===== MAIN HEADER ===== */
.main-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 84px;
    top: 34px;
    background: #fff;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 9998;
    transition: all 0.3s;
}

.main-header.shrink {
    padding: 11px 84px;
    top: 34px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.logo img {
    max-height: 65px;
    transition: all 0.3s;
}

.main-header.shrink .logo img {
    max-height: 65px;
}

/* ===== NAV MENU ===== */
.menu {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0;
    padding: 0;
}

.menu li {
    position: relative;
}

.menu a {
    text-decoration: none;
    color: #000;
    font-weight: 700;
    font-size: 17px;
    transition: color 0.3s;
}

.menu a:hover {
    color: #009946;
}

/* ===== DISTRIBUTOR BUTTON ===== */
.partner-btn {
    background: #009946;
    color: #fff !important;
    padding: 8px 14px;
    border-radius: 3px;

    font-weight: 600;
}

.partner-btn:hover {
    background: #007a38;
}

/* ===== MEGA MENU ===== */
.custom-dropdown-new {
    position: relative;
    cursor: pointer;
}

.dropdown-menu-new {
    display: none;
    position: absolute;
    top: 100%;
    left: -330px;
    width: 1051px;
    background: #fff;
    padding: 25px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    z-index: 999;
}

.top-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Hide Google Translate icon images (optional) */
.goog-te-gadget img,
.goog-te-gadget-icon,
.goog-te-gadget-simple img {
    display: none !important;
}

/* Style the dropdown */
.goog-te-gadget-simple {
    background: #fff !important;
    border: none !important;
    border-radius: 4px;
    padding: 3px 8px !important;
    color: #000 !important;
    font-weight: 600;
}

.goog-te-gadget-simple span {
    font-size: 13px !important;
    color: #000 !important;
}

.custom-dropdown-new:hover .dropdown-menu-new,
.custom-dropdown-new.active .dropdown-menu-new {
    display: flex;
}

.dropdown-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
}

.dropdown-flex ul {
    list-style: none;
    min-width: 250px;
    padding: 0 15px;
    margin: 0;
}

.dropdown-flex li a {
    display: block;
    padding: 6px 0;
    color: #030202;
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
}

.dropdown-flex li a:hover {
    color: #009946;
}

/* ===== MOBILE TOGGLE ===== */
.mobile-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 20px;
    cursor: pointer;
}

.mobile-toggle span {
    display: block;
    height: 3px;
    background: #009946;
    border-radius: 2px;
}

body {
    padding-top: 115px;
}

@media(max-width:991px) {
    body {
        padding-top: 59px;
    }
}

/* 1024px – 1200px screens (1074 included) */
@media (min-width:1024px) and (max-width:1200px) {

    .menu a {
        font-size: 13px;
    }

    .menu {
        gap: 12px;
    }

    .main-header {
        padding: 8px 25px;
    }

    .main-header.shrink {
        padding: 8px 25px;
        /* reduce large 84px padding */
        top: 34px;
    }

    .logo img {
        max-height: 55px;
    }

    /* Mega menu responsive */
    .dropdown-menu-new {
        left: 50%;
        transform: translateX(-50%);
        width: 95vw;
        max-width: 1000px;
    }

}

/* 1300px – 1400px screens (1347 fix) */
@media (min-width:1300px) and (max-width:1400px) {

    .main-header {
        padding: 8px 65px;
    }

    .main-header.shrink {
        padding: 8px 65px;
    }

    .menu {
        gap: 32px;
        /* reduce spacing */
    }

    .menu a {
        font-size: 13px;
        /* slightly smaller */
    }

    .logo img {
        max-height: 55px;
    }

}

.hidden-bar {
    position: fixed;
    top: 0;
    right: 0;
    width: 305px;
    height: 100%;
    background: #272727;
    z-index: 9999;
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -moz-transition: all 700ms ease
}

.hidden-bar-wrapper {
    height: 100%;
    padding: 0 5px 30px 0
}

.hidden-bar .mCSB_inside>.mCSB_container {
    margin-right: 0
}

.hidden-bar.right-align {
    right: -400px
}

.hidden-bar.right-align.visible-sidebar {
    right: 0
}

.hidden-bar .hidden-bar-closer {
    position: absolute;
    top: 10px;
    right: 15px;
    background: 0 0;
    color: #fff;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    z-index: 999999
}

.hidden-bar .hidden-bar-closer button {
    background: 0 0;
    display: block;
    font-size: 16px;
    color: #fff;
    width: 40px;
    height: 40px;
    cursor: pointer;
    line-height: 40px
}

.hidden-bar .hidden-bar-closer:hover button {
    color: #fff
}

.hidden-bar .hidden-bar-closer:hover {
    color: #414857
}

.hidden-bar .hidden-bar-closer:hover .btn {
    color: #fff
}

.hidden-bar .hidden-bar-closer .btn {
    background-color: transparent;
    border: none;
    outline: none;
    font-size: 14px
}

.sidebar-info-contents {
    position: relative
}

.sidebar-info-contents .content-inner {
    position: relative
}

.sidebar-info-contents .content-inner .logo {
    padding: 0 0 40px
}

.sidebar-info-contents .content-inner .logo img {
    display: inline-block;
    max-width: 100%
}

.sidebar-info-contents .content-inner .content-box {
    position: relative
}

.sidebar-info-contents .content-inner .content-box h2 {
    position: relative;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px
}

.sidebar-info-contents .content-inner .content-box .text {
    position: relative;
    font-size: 14px;
    color: rgba(255, 255, 255, .6);
    margin-bottom: 25px
}

.sidebar-info-contents .content-inner .contact-info {
    position: relative;
    margin-top: 60px
}

.sidebar-info-contents .content-inner .contact-info h2 {
    position: relative;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px
}

.sidebar-info-contents .content-inner .social-box {
    position: relative;
    margin-top: 20px;
    margin-bottom: 30px
}

.sidebar-info-contents .content-inner .social-box li {
    position: relative;
    display: inline-block;
    margin-right: 6px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease
}

.sidebar-info-contents .content-inner .social-box li a {
    position: relative;
    width: 36px;
    height: 36px;
    color: #1cba9f;
    z-index: 1;
    font-size: 13px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background-color: #fff
}

.section-title {
    position: relative;
    z-index: 1;
    margin-bottom: 50px
}

.section-title h2 {
    position: relative;
    display: block;
    font-size: 46px;
    line-height: 1.2em;
    color: #222;
    font-weight: 700
}

.section-title.light h2 {
    color: #fff
}

.section-title .text {
    position: relative;
    display: block;
    font-size: 18px;
    color: #313131;
    font-weight: 500;
    margin-top: 18px !important;
    line-height: 1.8em
}

.section-title.text-center .text {
    max-width: 720px;
    margin: 0 auto
}

.section-title.text-center h2 {
    max-width: 800px;
    margin: 0 auto
}

.services-form-section {
    position: relative;
    background-color: #1cb89d
}

.services-form-section .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-position: left top;
    background-repeat: no-repeat
}

.services-form-section:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #009946;
}

.services-form {
    position: relative;
    z-index: 2
}

.services-form .form-group {
    position: relative;
    margin: 40px 0
}

.services-form .form-group input[type=text],
.services-form .form-group input[type=tel],
.services-form .form-group input[type=email],
.services-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 25px;
    color: #fff;
    height: 56px;
    font-size: 14px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .3);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.services-form .form-group input[type=text]:focus,
.services-form .form-group input[type=tel]:focus,
.services-form .form-group input[type=email]:focus,
.services-form .form-group textarea:focus {
    border-color: #fa0
}

.services-form .form-group textarea::-webkit-input-placeholder,
.services-form .form-group input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .8)
}

.services-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 10px 25px;
    color: #fff;
    height: 125px;
    resize: none;
    font-size: 14px;
    background: rgba(255, 255, 255, .15);
    border: 1px solid rgba(255, 255, 255, .4);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.services-form .form-group.button-group {
    position: relative;
    margin: 0
}

.services-form .submit-btn {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    font-size: 18px;
    color: #1cba9f;
    font-weight: 500;
    padding: 56px 15px;
    z-index: 1;
    background: 0 0;
    text-decoration: underline;
    text-transform: capitalize
}

.services-form .submit-btn:hover {
    color: #558dca;
    text-decoration: none
}

.services-form .submit-btn:before {
    position: absolute;
    content: '';
    left: 20px;
    top: 0;
    right: 20px;
    bottom: 0;
    z-index: -1;
    background-color: #fff;
    -ms-transform: skewX(-24deg);
    -webkit-transform: skewX(-24deg);
    transform: skewX(-24deg)
}

.services-form .form-group:last-child {
    right: -30px
}

.services-form .form-group:first-child .ui-selectmenu-button.ui-button {
    padding-left: 52px
}

.services-form .form-group .map-icon {
    position: absolute;
    content: '';
    left: 40px;
    top: 18px;
    color: #fff;
    z-index: 1;
    font-size: 18px
}

.services-form .form-group .location-icon {
    position: absolute;
    content: '';
    right: 40px;
    top: 18px;
    color: #fff;
    z-index: 1;
    font-size: 18px;
    font-weight: 400
}

.services-form .form-group:first-child .ui-button .ui-icon:before {
    display: none
}

.services-form .form-group .left-curves {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%
}

.services-form .form-group .left-curves:before {
    position: absolute;
    content: '';
    left: 4px;
    top: 0;
    width: 22px;
    height: 100%;
    -ms-transform: skewX(-24deg);
    -webkit-transform: skewX(-24deg);
    transform: skewX(-24deg);
    background-image: -ms-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #558DCA), color-stop(100, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, #558DCA 0%, rgba(255, 255, 255, 0) 100%)
}

.services-form .form-group .left-curves:after {
    position: absolute;
    content: '';
    left: 26px;
    top: 0;
    width: 8px;
    height: 100%;
    -ms-transform: skewX(-24deg);
    -webkit-transform: skewX(-24deg);
    transform: skewX(-24deg);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100, #558DCA));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #558DCA 100%)
}

.services-form .form-group .right-curves {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%
}

.services-form .form-group .right-curves:before {
    position: absolute;
    content: '';
    left: -27px;
    top: 0;
    width: 22px;
    height: 100%;
    -ms-transform: skewX(-24deg);
    -webkit-transform: skewX(-24deg);
    transform: skewX(-24deg);
    background-image: -ms-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #558DCA), color-stop(100, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, #558DCA 0%, rgba(255, 255, 255, 0) 100%)
}

.services-form .form-group .right-curves:after {
    position: absolute;
    content: '';
    left: -35px;
    top: 0;
    width: 8px;
    height: 100%;
    -ms-transform: skewX(-24deg);
    -webkit-transform: skewX(-24deg);
    transform: skewX(-24deg);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100, #558DCA));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #558DCA 100%)
}

.form-group .ui-selectmenu-button.ui-button {
    width: 100%;
    font-size: 15px;
    font-style: normal;
    height: 56px;
    padding: 10px 28px;
    line-height: 34px;
    color: #fff;
    border: none;
    border-radius: 0;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .3)
}

.form-group .ui-button .ui-icon {
    background: 0 0;
    position: relative;
    top: 6px;
    font-size: 0;
    text-indent: 0;
    color: #333
}

.form-group .ui-button .ui-icon:before {
    font-family: icomoon !important;
    content: "\e874";
    position: absolute;
    right: 0;
    top: 2px !important;
    height: 20px;
    display: block;
    color: #fff;
    line-height: 20px;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    z-index: 5
}

.ui-widget.ui-widget-content {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.ui-menu .ui-menu-item {
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.ui-menu .ui-menu-item:last-child {
    border: none
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    background: #1bb59b;
    border-color: #1bb59b
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    display: block;
    padding: 8px 20px;
    font-size: 14px;
    line-height: 24px
}

.ui-menu-item:hover {
    background-color: #fa0
}

.featured-section {
    position: relative;
    padding: 100px 0 70px
}

.featured-section .pattern-layer {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 190px;
    height: 383px
}

.featured-block {
    margin-bottom: 30px
}

.featured-block .inner-box {
    position: relative;
    padding: 50px 30px
}

.featured-block .image-layer:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(34, 58, 102, .88)
}

.featured-block .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-size: cover;
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    -webkit-transform: scaleX(.7) translateX(-30px);
    -ms-transform: scaleX(.7) translateX(-30px);
    -moz-transform: scaleX(.7) translateX(-30px);
    transform: scaleX(.7) translateX(-30px);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    -moz-transform-origin: left;
    transform-origin: left
}

.featured-block .inner-box:hover .image-layer {
    opacity: 1;
    -webkit-transform: scaleX(1) translateX(0px);
    -ms-transform: scaleX(1) translateX(0px);
    -moz-transform: scaleX(1) translateX(0px);
    transform: scaleX(1) translateX(0px)
}

.featured-block .icon-box {
    position: relative;
    font-size: 46px;
    line-height: 1em;
    color: #1bb399;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.featured-block h3 {
    position: relative;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 20px
}

.featured-block h3 a {
    position: relative;
    color: #222;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.featured-block.style-two {
    margin-bottom: 0
}

.featured-block.style-two h3 {
    font-size: 22px
}

.featured-block p {
    position: relative;
    font-size: 17px;
    line-height: 1.7em;
    margin-top: 12px;
    color: rgba(0, 0, 0, .7);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.featured-block .inner-box:hover .icon-box,
.featured-block .inner-box:hover p,
.featured-block .inner-box:hover h3 a {
    color: #fff
}

.container-fluid {
    position: relative;
}

.container-fluid .pattern-layer {
    position: absolute;
    content: '';
    right: 0;
    top: 140px;
    right: 0;
    bottom: 0;
    width: 221px;
    height: 500px
}

.container-fluid .outer-section {
    position: relative
}

.container-fluid .outer-section .left-column {
    position: relative;
    width: 42%;
    float: left
}

.container-fluid .outer-section .left-column .shadow-one {
    position: absolute;
    left: 60%;
    top: -40px;
    width: 134px;
    height: 134px
}

.container-fluid .outer-section .left-column .shadow-two {
    position: absolute;
    left: 72%;
    bottom: -40px;
    width: 96px;
    height: 96px
}

.container-fluid .outer-section .left-column .shadow-three {
    position: absolute;
    left: 0%;
    bottom: -100px;
    width: 96px;
    height: 96px
}

.container-fluid .outer-section .left-column .image {
    position: relative;
    z-index: 2;
    margin-left: -70px
}

.container-fluid .outer-section .left-column .inner-column {
    position: relative
}

.container-fluid .outer-section .left-column .inner-column:before {
    position: absolute;
    content: '';
    left: -150px;
    top: -80px;
    right: -140px;
    bottom: -80px;
    z-index: 1;
    background: url(../images/background/2.png) no-repeat
}

.container-fluid .outer-section .right-column {
    position: relative;
    width: 58%;
    float: right
}

.container-fluid .outer-section .right-column .inner-column {
    position: relative;
    max-width: 800px;
    width: 100%;
    padding-left: 40px;
    padding-right: 15px
}

.container-fluid .outer-section .right-column h2 {
    position: relative;
    color: #222;
    font-size: 46px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 45px
}

.featured-list {
    position: relative;
    z-index: 1
}

.featured-list li {
    position: relative;
    color: #000;
    font-size: 17px;
    line-height: 1.8em;
    margin-bottom: 30px
}

.featured-list li:last-child {
    margin-bottom: 0
}

.featured-list li .icon {
    position: relative;
    float: left;
    color: #fff;
    font-size: 28px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    margin-right: 30px;
    display: inline-block;
    padding: 0 16px;
    background-color: #1cba9f;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    box-shadow: 0 0 20px rgba(28, 186, 159, .2)
}

.featured-list li:hover .icon {
    transform: rotateY(360deg)
}

.featured-list li .title {
    position: relative;
    display: block;
    color: #222;
    font-size: 22px;
    margin-bottom: 6px;
    display: block;
    font-weight: 700;
    font-family: exo, sans-serif
}

.featured-list li p {
    position: relative;
    color: #000;
    font-size: 17px;
    line-height: 1.8em
}

.featured-list .content {
    float: left;
    max-width: 450px
}

.featured-list li:nth-child(2) .icon {
    background-color: #558dca;
    box-shadow: 0 0 20px rgba(85, 141, 202, .2)
}

.featured-list li:nth-child(3) .icon {
    background-color: #009946;
    ;
    box-shadow: 0 0 20px rgba(34, 58, 102, .2)
}

.featured-list-two {
    position: relative
}

.featured-list-two .content {
    position: relative;
    float: left;
    max-width: 450px
}

.featured-list-two li {
    position: relative;
    color: #000;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 32px
}

.featured-list-two li p {
    position: relative;
    color: #000;
    font-size: 16px;
    line-height: 1.7em
}

.featured-list-two li:last-child {
    margin-bottom: 0
}

.featured-list-two .icon {
    position: relative;
    content: '';
    float: left;
    color: #009946;
    ;
    font-size: 44px;
    margin-right: 30px;
    text-align: center;
    display: inline-block
}

.featured-list-two .title {
    position: relative;
    display: block;
    color: #222;
    font-size: 22px;
    margin-bottom: 6px;
    font-weight: 700;
    font-family: exo, sans-serif
}

.team-section {
    position: relative;
    padding: 90px 0 40px
}

.team-section.alternate {
    padding-bottom: 90px
}

.team-section.style-two {
    background-color: #f7f9fb;
    padding-bottom: 95px
}

.team-section.style-two .owl-dots {
    margin-top: 10px
}

.team-pattern-layer {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 190px;
    height: 100%;
    background-repeat: no-repeat
}

.team-pattern-layer-two {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 221px;
    height: 488px;
    background-repeat: no-repeat
}

.team-pattern-layer-three {
    position: absolute;
    content: '';
    right: 0;
    bottom: 50px;
    width: 190px;
    height: 477px;
    background-repeat: no-repeat
}

.team-block {
    position: relative;
    margin-bottom: 30px
}

.team-block .inner-box {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.team-block .inner-box:hover {
    box-shadow: 30px 20px 40px 0 rgba(0, 0, 0, .05)
}

.team-block .image {
    position: relative
}

.team-block .image img {
    position: relative;
    width: 100%;
    display: block
}

.team-block .image .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.team-block .image .overlay-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    top: 100%;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #1cba9f 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #1cba9f 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #1cba9f 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100, #1cba9f));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #1cba9f 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #1cba9f 100%)
}

.team-block .inner-box:hover .overlay-box:before {
    opacity: 1;
    top: 0%
}

.team-block .inner-box .overlay-box .overlay-inner {
    position: relative;
    height: 100%
}

.team-social-box {
    position: absolute;
    left: 30px;
    bottom: 28px
}

.team-social-box li {
    position: relative;
    left: -70px;
    margin-bottom: 10px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease
}

.team-social-box li a {
    position: relative;
    width: 36px;
    height: 36px;
    color: #1cba9f;
    z-index: 1;
    font-size: 15px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background-color: #fff
}

.team-social-box li .social-name {
    position: relative;
    padding: 0 10px;
    top: 0;
    opacity: 0;
    visibility: hidden;
    font-size: 12px;
    margin-left: -32px;
    text-transform: capitalize;
    display: inline-block;
    border-radius: 0 50px 50px 0;
    background-color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.team-social-box li:last-child {
    margin-bottom: 0
}

.team-block .inner-box:hover .image .overlay-box .team-social-box li {
    left: 0
}

.team-block .inner-box:hover .image .overlay-box .team-social-box li:nth-child(2) {
    left: 0;
    transition-delay: 500ms
}

.team-block .inner-box:hover .image .overlay-box .team-social-box li:nth-child(3) {
    left: 0;
    transition-delay: 750ms
}

.team-block .inner-box:hover .image .overlay-box .team-social-box li:nth-child(4) {
    left: 0;
    transition-delay: 1000ms
}

.team-social-box li:hover .social-name {
    opacity: 1;
    margin-left: -9px;
    visibility: visible
}

.team-social-box li a {
    position: relative;
    width: 36px;
    height: 36px;
    color: #1cba9f;
    z-index: 1;
    font-size: 15px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background-color: #fff
}

.team-social-box li.youtube a {
    color: #009946;
}

.team-social-box li.youtube .social-name {
    color: #fff;
    padding: 4px 14px 4px 15px;
    top: -1px;
    background-color: #009946;
}

.team-social-box li.linkedin a {
    color: #009946;
}

.team-social-box li.linkedin .social-name {
    color: #fff;
    padding: 4px 14px 4px 15px;
    top: -1px;
    background-color: #009946;
}

.team-social-box li.facebook a {
    color: #009946;
}

.team-social-box li.facebook .social-name {
    color: #fff;
    padding: 4px 14px 4px 15px;
    top: -1px;
    background-color: #009946;
}

.team-social-box li.twitter a {
    color: #009946;
}

.team-social-box li.twitter .social-name {
    color: #fff;
    padding: 4px 14px 4px 15px;
    top: -1px;
    background-color: #009946;
}

.team-block .lower-content {
    position: relative;
    text-align: center;
    padding-bottom: 32px;
    border: 1px solid #f5f5f5
}

.team-block .icon-box {
    position: relative;
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 38px;
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
    border-radius: 50%;
    margin-top: -10px;
    top: -10px;
    display: inline-block;
    background-color: #009946;
    border: 1px solid #009946;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.team-block .inner-box:hover .icon-box {
    color: #009946;
    background-color: #fff
}

.team-block h3 {
    position: relative;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3em;
    margin-top: 10px
}

.team-block h3 a {
    position: relative;
    color: #222;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.team-block .lower-content h3 a:hover {
    color: #009946;
}

.team-block .designation {
    position: relative;
    color: #222;
    font-size: 13px;
    font-weight: 400;
    margin-top: 4px
}

.team-section .owl-nav {
    display: none
}

.team-section .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 20px
}

.team-section .owl-dots .owl-dot {
    position: relative;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    background-color: #d8f0ec;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.team-section .owl-dots .owl-dot.active,
.team-section .owl-dots .owl-dot:hover {
    background-color: #009946;
    width: 12px;
    height: 12px
}

.appointment-section {
    position: relative;
    padding: 50px 0 90px
}

.appointment-section.style-two {
    padding-top: 95px;
    padding-bottom: 0
}

.appointment-section.style-three {
    padding-top: 95px;
    padding-bottom: 95px;
    background-color: #f7f9fb
}

.appointment-section .pattern-layer {
    position: absolute;
    content: '';
    left: 0;
    top: 100px;
    right: 0;
    bottom: 0;
    width: 163px;
    height: 480px
}

.appointment-section .pattern-layer-two {
    position: absolute;
    content: '';
    right: 0;
    top: 100px;
    width: 239px;
    height: 492px;
    background-repeat: no-repeat
}

.appointment-section .inner-section {
    position: relative
}

.appointment-section .title-box {
    position: relative;
    text-align: center;
    margin-bottom: 28px
}

.appointment-section .title-box h2 {
    position: relative;
    font-weight: 700;
    color: #222;
    line-height: 1.3em;
    max-width: 730px;
    margin: 0 auto
}

.appointment-section .form-column .inner-column {
    position: relative;
    padding: 55px 35px 10px;
    background-color: #fff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .1)
}

.appointment-section .form-column h3 {
    position: relative;
    color: #022;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3em;
    padding-bottom: 14px;
    margin-bottom: 35px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.appointment-section .calender-column .inner-column {
    position: relative;
    padding: 52px 80px 40px;
    background-color: #fff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .1)
}

.calender-title {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.calender-title .title {
    position: relative;
    color: #222;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3em
}

.calender-title h3 {
    position: relative;
    color: #022;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 5px
}

.appointment-section .calender-column .owl-dots {
    display: none
}

.appointment-section .owl-nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.calender-column .owl-prev {
    position: absolute;
    left: -50px;
    top: 0;
    color: #222;
    font-size: 18px;
    font-weight: 700
}

.calender-column .owl-next {
    position: absolute;
    right: -50px;
    top: 0;
    color: #222;
    font-size: 18px;
    font-weight: 700
}

.calender-block {
    position: relative
}

.calender-block .block-outer {
    position: relative;
    width: 100%
}

.calender-block .inner-box {
    position: relative;
    max-width: 600px
}

.calender-block .inner-box .days-boxed {
    position: relative
}

.calender-block .inner-box .days-boxed .day-date {
    position: relative;
    float: left;
    width: 20%;
    font-size: 12px;
    color: #222;
    font-weight: 400;
    line-height: 1.8em;
    margin-bottom: 4px
}

.calender-block .inner-box .days-boxed .day-date strong {
    position: relative;
    font-weight: 700;
    font-size: 16px;
    display: block;
    text-transform: capitalize;
    font-family: exo, sans-serif
}

.calender-block .inner-box .time-boxed {
    position: relative
}

.calender-block .inner-box .time-boxed .time {
    position: relative;
    float: left;
    width: 19%;
    font-size: 14px;
    color: #222;
    padding: 9px 6px;
    text-align: center;
    font-weight: 400;
    line-height: 1.8em;
    margin-bottom: 4px;
    z-index: 1;
    margin-right: 4px;
    background-color: #f0f0f0;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease
}

.calender-block .inner-box .time-boxed .time:hover {
    color: #fff;
    z-index: 1
}

.calender-block .inner-box .time-boxed .time:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    z-index: -1;
    background-color: #1cba9f;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease
}

.calender-block .inner-box .time-boxed .time:hover::before {
    width: 100%
}

.calender-block .inner-box .time-boxed .time:nth-child(5n+0) {
    margin-right: 0
}

.calender-block .inner-box .more-boxed {
    position: relative
}

.calender-block .inner-box .more-boxed .more {
    position: relative;
    float: left;
    width: 19%;
    font-size: 14px;
    color: #222;
    padding: 9px 6px;
    text-align: center;
    font-weight: 400;
    line-height: 1.8em;
    margin-bottom: 4px;
    margin-right: 4px;
    text-transform: capitalize;
    background-color: rgba(28, 186, 159, .2);
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease
}

.calender-block .block-outer .button-box {
    position: relative;
    padding-top: 35px;
    text-align: center
}

.calender-block .block-outer .button-box .theme-btn {
    margin: 0 7px
}

.calender-form {
    position: relative
}

.calender-form .form-group {
    position: relative;
    margin-bottom: 25px
}

.calender-form .form-group label {
    position: relative;
    color: #222;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px
}

.calender-form .form-group label .icon {
    position: relative;
    margin-right: 8px;
    color: #1cba9f;
    font-weight: 400
}

.calender-form .form-group .ui-selectmenu-button.ui-button {
    border: 1px solid #f0f0f0;
    color: rgba(0, 0, 0, .6)
}

.calender-form .form-group .ui-button .ui-icon:before {
    color: #1cba9f
}

.calender-form .form-group input[type=text],
.calender-form .form-group input[type=tel],
.calender-form .form-group input[type=email],
.calender-form .form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 33px;
    padding: 10px 28px;
    color: rgba(0, 0, 0, .6);
    height: 56px;
    font-size: 14px;
    background: 0 0;
    border: 1px solid #f0f0f0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.calender-form .form-group input[type=text]:focus,
.calender-form .form-group input[type=tel]:focus,
.calender-form .form-group input[type=email]:focus,
.calender-form .form-group textarea:focus {
    border-color: #1cba9f
}

.calender-form .form-group textarea::-webkit-input-placeholder,
.calender-form .form-group input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .6)
}

.calender-form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 22px;
    padding: 15px 28px;
    color: rgba(0, 0, 0, .6);
    height: 125px;
    resize: none;
    font-size: 14px;
    background: 0 0;
    border: 1px solid #f0f0f0;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.calender-form .form-group .btn-detail {
    position: relative;
    text-align: center;
    margin-left: 30px;
    color: #fff;
    display: inline-block
}

.calender-form button {
    cursor: pointer;
    margin-top: 20px;
    font-size: 16px;
    text-transform: capitalize
}

.emergency-section {
    position: relative;
    padding: 180px 0 160px;
    background-size: cover;
    background-repeat: no-repeat
}

.emergency-section .content-box {
    position: relative
}

.emergency-section .content-box h2 {
    position: relative;
    color: #222;
    font-weight: 700;
    font-size: 46px;
    line-height: 1.3em;
    padding-left: 80px
}

.emergency-section .content-box h2 strong {
    font-weight: 700;
    color: #2e3192;
    display: block
}

.emergency-section .content-box h2 .icon-box {
    position: absolute;
    left: 0;
    top: 15px;
    color: #2e3192;
    font-size: 64px;
    line-height: 1em
}

.emergency-section .content-box .text {
    position: relative;
    color: #222;
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 500;
    margin-top: 20px
}

.emergency-section .content-box .phone {
    position: relative;
    color: #1cba9f;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.3em;
    padding-left: 80px;
    padding-top: 5px;
    margin-top: 25px;
    font-family: exo, sans-serif
}

.emergency-section .content-box .phone a {
    color: #1cba9f
}

.emergency-section .content-box .phone .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    height: 55px;
    color: #1cba9f;
    font-size: 30px;
    text-align: center;
    line-height: 51px;
    border-radius: 8px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    border: 2px solid rgba(28, 186, 159, .2)
}

.emergency-section .content-box .phone:hover .icon-box {
    color: #fff;
    background-color: #1cba9f;
    border-color: #1cba9f
}

.services-section {
    position: relative;
    padding: 90px 0 100px
}

.gallery-section {
    position: relative;
    padding: 90px 0
}

.gallery-section .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    height: 340px;
    width: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat
}

.gallery-section .image-layer:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, .2)
}

.gallery-section .title-box {
    position: relative;
    text-align: center;
    margin-bottom: 65px
}

.gallery-section .title-box h2 {
    position: relative;
    color: #fff;
    font-size: 46px;
    font-weight: 700
}

.gallery-section .row {
    margin: 0 -8px
}

.gallery-section .project-block {
    padding: 0 8px
}

.gallery-section .button-box {
    position: relative;
    text-align: center;
    margin-top: 20px
}

.project-block {
    position: relative;
    margin-bottom: 16px
}

.project-block .inner-box {
    position: relative
}

.project-block .image {
    position: relative
}

.project-block .image img {
    position: relative;
    width: 100%;
    display: block
}

.project-block .image .overlay-box {
    position: absolute;
    left: 20px;
    bottom: 20px;
    right: 20px;
    top: 20px;
    z-index: 2;
    opacity: 0;
    display: block;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease
}

.project-block .image .overlay-box:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transform: perspective(400px) rotateY(-90deg);
    -moz-transform: perspective(400px) rotateY(-90deg);
    -ms-transform: perspective(400px) rotateY(-90deg);
    -o-transform: perspective(400px) rotateY(-90deg);
    transform: perspective(400px) rotateY(-90deg);
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    transform-origin: right;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(34, 58, 102, .6)
}

.project-block .inner-box:hover .image .overlay-box:before {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg)
}

.project-block .image .overlay-box:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transform: perspective(400px) rotateY(90deg);
    -moz-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    -o-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: right;
    -o-transform-origin: left;
    transform-origin: left;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: rgba(34, 58, 102, .6)
}

.project-block .inner-box:hover .image .overlay-box:after {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
    -moz-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    -o-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg)
}

.project-block .inner-box:hover .image .overlay-box {
    opacity: 1
}

.project-block .image .overlay-box .icon-box {
    position: relative;
    color: #fff;
    font-size: 34px;
    z-index: 1;
    margin-bottom: 18px
}

.project-block .image .overlay-box .plus {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 12px;
    display: inline-block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.project-block .image .overlay-box .plus:hover {
    color: #1cba9f
}

.project-block .image .overlay-box .overlay-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    text-align: left;
    padding: 10px 20px;
    vertical-align: middle
}

.project-block .image .overlay-box .overlay-content {
    position: relative;
    text-align: center;
    display: table-cell;
    vertical-align: middle
}

.project-block .image h3 {
    position: relative;
    font-size: 16px;
    color: #fff;
    z-index: 1;
    font-weight: 500;
    line-height: 1.3em
}

.project-block .image h3 a {
    position: relative;
    color: #fff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.project-block .image h3 a:hover {
    color: #1cba9f
}

.event-block {
    position: relative;
    z-index: 1
}

.event-block .inner-box {
    position: relative;
    padding: 45px 50px 38px;
    background-color: #fff
}

.event-block .upper-box {
    position: relative;
    min-height: 130px
}

.event-block .event-date {
    position: relative;
    margin-top: 20px;
    float: left;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 10px 0 0 10px;
    padding: 18px 30px 14px 18px;
    display: inline-block;
    background-color: #1cba9f;
    font-family: lato, sans-serif;
    z-index: 444
}

.event-block .event-date strong {
    position: relative;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    display: block;
    font-family: lato, sans-serif
}

.event-block .upper-box .image {
    position: relative;
    width: 120px;
    height: 120px;
    float: left;
    overflow: hidden;
    border-radius: 50%;
    margin-left: -20px;
    border: 6px solid #fff;
    z-index: 555
}

.event-block .event-list {
    position: relative;
    padding-top: 35px;
    float: left;
    margin-left: 18px
}

.event-block .event-list li {
    position: relative;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.event-block .event-list li .icon {
    position: relative;
    margin-right: 6px;
    top: 1px
}

.event-block .event-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.event-block .inner-box h3 {
    position: relative;
    color: #222;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5em;
    margin-top: 24px;
    margin-bottom: 20px
}

.event-block .inner-box h3 a {
    position: relative;
    color: #222;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.event-block .inner-box h3 a:hover {
    color: #1cba9f
}

.event-block-two {
    position: relative;
    z-index: 1;
    margin-bottom: 10px
}

.event-block-two .inner-box {
    position: relative;
    padding: 45px 40px;
    background-color: #fff
}

.event-block-two .content {
    position: relative
}

.event-block-two .event-date {
    position: relative;
    float: left;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    margin-right: 30px;
    border-radius: 10px 0 0 10px;
    padding: 19px 19px 17px;
    display: inline-block;
    background-color: #1cba9f;
    font-family: lato, sans-serif;
    box-shadow: 0 0 20px rgba(28, 186, 159, .15)
}

.event-block-two .event-date strong {
    position: relative;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    display: block;
    margin-bottom: 2px;
    font-family: lato, sans-serif
}

.event-block-two .event-list {
    position: relative
}

.event-block-two .event-list li {
    position: relative;
    color: #000;
    font-size: 15px;
    font-weight: 500;
    margin-right: 22px;
    display: inline-block
}

.event-block-two .event-list li:last-child {
    margin-right: 0
}

.event-block-two .event-list li .icon {
    position: relative;
    margin-right: 6px;
    top: 1px
}

.event-block-two .event-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.event-block-two .content h3 {
    position: relative;
    color: #222;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4em;
    margin-top: 5px
}

.event-block-two .content h3 a {
    position: relative;
    color: #222;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.event-block-two .content h3 a:hover {
    color: #1cba9f
}

.news-section {
    position: relative;
    padding: 90px 0 70px;
    background-color: #f7f9fb
}

.news-section .inner-container {
    position: relative
}

.news-section .inner-container .pattern-layer-three {
    position: absolute;
    content: '';
    left: -250px;
    top: -245px;
    width: 705px;
    height: 708px
}

.news-section .pattern-layer-four {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 291px;
    height: 339px
}

.news-block {
    position: relative
}

.news-block .inner-box {
    position: relative
}

.news-block .image {
    position: relative;
    background-color: #161a33;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.news-block.style-two .image .post-date,
.news-block.style-two .image {
    background-color: #f13a66
}

.news-section.style-two .owl-dots .owl-dot.active,
.news-section.style-two .owl-dots .owl-dot:hover {
    background-color: #f13a66
}

.news-block .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.news-block .inner-box:hover .image img {
    opacity: .4
}

.news-block .image .post-date {
    position: absolute;
    left: 0;
    padding: 8px 15px;
    bottom: -10px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    z-index: 1;
    line-height: 1.7em;
    text-align: center;
    padding-top: 12px;
    text-transform: capitalize;
    background-color: #009946;
}

.news-block .image .post-date strong {
    font-weight: 700;
    font-size: 28px;
    display: block;
    font-family: exo, sans-serif
}

.news-block .lower-content {
    position: relative;
    padding: 30px 40px 52px;
    background-color: #fff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.news-block .lower-content .post-meta {
    position: relative
}

.news-block .lower-content .post-meta li {
    position: relative;
    color: #222;
    font-size: 13px;
    font-weight: 400;
    margin-right: 22px;
    display: inline-block
}

.news-block .lower-content .post-meta li a {
    position: relative;
    color: #222;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.news-block .post-meta li a:hover {
    color: #1cba9f
}

.news-block .post-meta li:last-child {
    margin-right: 0
}

.news-block .post-meta li .icon {
    position: relative;
    margin-right: 6px;
    top: 1px
}

.news-block .post-meta li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.news-block h3 {
    position: relative;
    color: #222;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4em;
    margin-top: 12px
}

.news-block h3 a {
    position: relative;
    color: #222;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.news-block h3 a:hover {
    color: #1cba9f
}

.news-section .owl-nav {
    display: none
}

.news-section .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 45px
}

.news-section .owl-dots .owl-dot {
    position: relative;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    background-color: #d8f0ec;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.news-section .owl-dots .owl-dot.active,
.news-section .owl-dots .owl-dot:hover {
    background-color: #1cba9f;
    width: 12px;
    height: 12px
}

.news-section .pattern-layer-one {
    position: absolute;
    content: '';
    left: 0;
    top: 100px;
    right: 0;
    bottom: 0;
    width: 181px;
    height: 488px;
    z-index: 1
}

.news-section .pattern-layer-two {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    right: 0;
    bottom: 0;
    width: 221px;
    height: 410px;
    z-index: 1
}

.sponsors-section {
    position: relative;
    padding: 70px 0;
    margin-top: 27px;
}

.sponsors-section.style-two {
    background-color: #f7f9fb
}

.sponsors-section .sponsors-outer {
    position: relative
}

.sponsors-section .sponsors-outer .owl-dots,
.sponsors-section .sponsors-outer .owl-nav {
    position: relative;
    display: none
}

.sponsors-section .image-box {
    position: relative;
    text-align: center;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.sponsors-section .image-box img {
    max-width: 100%;
    width: auto;
    display: inline-block;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.sponsors-section .image-box a {
    display: inline-block
}

.sponsors-section .sponsors-outer .image-box img:hover {
    opacity: .4
}

.fullwidth-section-two {
    position: relative
}

.fullwidth-section-two .outer-section {
    position: relative;
    background-color: #009946;
}

.fullwidth-section-two .left-column {
    position: relative;
    width: 50%;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed
}

.fullwidth-section-two .left-column .inner-column {
    position: relative;
    max-width: 600px;
    float: right;
    width: 100%;
    padding: 60px 15px
}

.fullwidth-section-two h2 {
    position: relative;
    color: #fff;
    font-weight: 700;
    line-height: 1.3em;
    font-size: 36px;
    margin-bottom: 22px
}

.fullwidth-section-two .left-column:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(34, 58, 102, .9)
}

.fullwidth-section-two .text {
    position: relative;
    font-size: 13px;
    margin-top: 8px;
    color: rgba(255, 255, 255, .5)
}

.subscribe-form {
    position: relative;
    max-width: 500px
}

.subscribe-form .form-group {
    position: relative;
    display: block;
    margin: 0;
    width: 100%;
    padding-right: 170px
}

.subscribe-form input {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    height: 56px;
    font-size: 14px;
    color: #fff;
    background: 0 0;
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 10px 50px 10px 30px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.subscribe-form input[type=submit],
.subscribe-form button {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    color: #313131;
    font-size: 15px;
    padding: 14px 36px;
    font-weight: 500;
    display: inline-block;
    background-color: #fff;
    border: 2px solid #fff
}

.subscribe-form input[type=submit]:hover,
.subscribe-form button:hover {
    color: #fff;
    background: 0 0
}

.subscribe-form button .icon {
    margin-right: 4px;
    top: 1px;
    position: relative
}

.fullwidth-section-two .right-column {
    position: relative;
    width: 50%;
    float: right;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed
}

.fullwidth-section-two .right-column .inner-column {
    position: relative;
    padding: 113px 15px 107px 100px
}

.fullwidth-section-two .right-column:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(28, 186, 159, .9)
}

.fullwidth-section-two .phone {
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    line-height: 2.4em;
    display: block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: exo, sans-serif
}

.fullwidth-section-two .phone .title {
    position: relative;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    line-height: 2.4em;
    display: block;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: exo, sans-serif
}

.fullwidth-section-two .phone:hover .title,
.fullwidth-section-two .phone:hover strong {
    color: #222
}

.fullwidth-section-two strong {
    font-weight: 700;
    color: #fff;
    display: block;
    font-size: 46px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease
}

.fullwidth-section-two .icon-box {
    position: relative;
    left: 0;
    top: 0;
    float: left;
    color: #fff;
    font-size: 64px;
    line-height: 1em;
    margin-top: 20px;
    margin-right: 20px;
    display: inline-block
}

.fullwidth-section-two.style-two .left-column:before,
.fullwidth-section-two.style-two .right-column:before {
    display: none
}

.fullwidth-section-two.style-two .left-column .text {
    color: #fff
}

.fullwidth-section-two.style-two .subscribe-form input[type=submit] {
    color: #e12454
}

.fullwidth-section-two.style-two .subscribe-form button {
    color: #e12454
}

.fullwidth-section-two.style-three .left-column:before {
    background-color: rgba(34, 58, 102, .9)
}

.fullwidth-section-two.style-three .subscribe-form input[type=submit] {
    color: #009946;
}

.fullwidth-section-two.style-three .right-column:before {
    background-color: rgba(241, 58, 102, .75)
}

.quote-section {
    position: relative;
    padding: 40px 0;
    z-index: 1;
    background-color: #fff;
    box-shadow: 0 20px 80px rgba(0, 0, 0, .1)
}

.quote-section .quote-block {
    max-width: 730px;
    margin: 0 auto
}

.quote-section .owl-dots {
    display: none
}

.quote-section .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    margin-top: -15px
}

.quote-section .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 0;
    color: #ccc;
    font-size: 18px;
    font-weight: 700;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.quote-section .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 0;
    color: #ccc;
    font-size: 18px;
    font-weight: 700;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.quote-section .owl-nav .owl-prev:hover,
.quote-section .owl-nav .owl-next:hover {
    color: #000
}

.quote-block {
    position: relative
}

.quote-block .inner-box {
    position: relative
}

.quote-block .content-column {
    position: relative
}

.quote-block .content-column .inner-column {
    position: relative;
    padding-left: 75px
}

.quote-block .quote-icon {
    position: absolute;
    left: 0;
    top: 0;
    color: #1cba9f;
    font-size: 40px;
    line-height: 1em
}

.quote-section.style-two .quote-block .quote-icon {
    color: #f13a66
}

.quote-block h2 {
    position: relative;
    color: #009946;
    ;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5em;
    text-align: left
}

.quote-block .inner-box {
    position: relative;
    text-align: left
}

.quote-block .rating {
    position: relative
}

.quote-block .rating span {
    position: relative;
    color: #fec42d;
    font-size: 13px
}

.quote-block h3 {
    position: relative;
    color: #009946;
    ;
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px
}

.quote-block .location {
    position: relative;
    color: #009946;
    ;
    font-size: 13px;
    margin-top: 3px
}

.quote-block .info-column {
    text-align: right
}

.booking-section {
    position: relative;
}

.booking-section .pattern-layer-one {
    position: absolute;
    content: '';
    left: 0;
    top: 170px;
    right: 0;
    bottom: 0;
    width: 181px;
    height: 488px;
    z-index: 1
}

.booking-section .pattern-layer-two {
    position: absolute;
    content: '';
    right: 0;
    top: 120px;
    right: 0;
    bottom: 0;
    width: 221px;
    height: 410px;
    z-index: 1
}

.booking-section .video-column {
    position: relative;
    margin-bottom: 70px
}

.booking-section .video-column .inner-column {
    position: relative;
    margin-right: 25px;
    padding-left: 0;
    z-index: 1
}

.booking-section .video-column .inner-column .transparent-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.booking-section .video-column .inner-column .transparent-layer:before {
    position: absolute;
    content: '';
    left: 17px;
    top: 17px;
    right: -17px;
    bottom: -17px;
    z-index: 2;
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.booking-section .video-column .inner-column .transparent-layer:after {
    position: absolute;
    content: '';
    left: 51px;
    top: 51px;
    right: -51px;
    bottom: -51px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.booking-section .video-column .inner-column .green-layer {
    position: absolute;
    content: '';
    left: 36px;
    top: 36px;
    right: -36px;
    bottom: -36px;
    background-color: #1aae95;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.booking-section .video-column .inner-column .green-layer:before {
    position: absolute;
    content: '';
    right: -40px;
    top: 50%;
    width: 72px;
    height: 96px;
    z-index: 1;
    margin-top: -37px;
    display: inline-block;
    background: url(../images/icons/video-icon-1.png) no-repeat
}

.booking-section .video-column .inner-column .green-layer:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -53px;
    width: 72px;
    height: 53px;
    z-index: 1;
    margin-left: -26px;
    display: inline-block;
    background: url(../images/icons/video-icon-2.png) no-repeat
}

.video-box {
    position: relative
}

.video-box .image {
    position: relative;
    box-shadow: 50px 70px 120px rgba(0, 0, 0, .2)
}

.video-box .image img {
    position: relative;
    width: 100%;
    z-index: 3
}

.video-box .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    line-height: 100px;
    box-shadow: inset 0 0 45px rgba(0, 0, 0, .4);
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.video-box .overlay-box span {
    position: absolute;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    z-index: 99;
    color: #e12454;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    padding-left: 4px;
    background-color: #fff;
    display: inline-block;
    margin-top: -50px;
    margin-left: -50px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    box-shadow: 0 0 15px rgba(0, 0, 0, .15)
}

.video-box .ripple,
.video-box .ripple:before,
.video-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100px;
    width: 100px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite
}

.video-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.video-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px transparent
    }

    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px transparent
    }

    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

.booking-section .content-column {
    position: relative
}

.booking-section .content-column .inner-column {
    position: relative;
    padding-left: 80px;
    padding-top: 35px;
    z-index: 1
}

.booking-section h2 {
    position: relative;
    color: #009946;
    ;
    font-weight: 700;
    line-height: 1.2em;
    font-size: 46px;
}

.booking-section .text {
    position: relative;
    margin-bottom: 30px
}


.booking-section .theme-btn {
    margin-top: 10px
}

.services-section-two {
    position: relative;
    padding: 90px 0;
    background-color: #ecf9f5
}

.services-section-two.style-two {
    background-color: #fff
}

.services-section-two .row {
    margin: 0 -1px
}

.services-section-two .services-block {
    padding: 0 1px;
    margin-bottom: 2px
}

.services-block {
    position: relative
}

.services-block .inner-box {
    position: relative;
    padding: 40px 50px;
    background-color: #fff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1)
}

.services-block .inner-box:after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    height: 100px;
    z-index: 1;
    width: 100%;
    box-shadow: 100px 100px 100px rgba(0, 0, 0, .03)
}

.services-block .content {
    position: relative
}

.services-block .icon-box {
    position: relative;
    float: left;
    margin-right: 15px
}

.services-block h3 {
    position: relative;
    color: #009946;
    ;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 5px
}

.services-block h3 a {
    position: relative;
    color: #009946;
    ;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.services-block h3 a:hover {
    color: #1cba9f
}

.services-block p {
    position: relative;
    line-height: 1.8em;
    color: #009946;
    ;
    font-size: 16px
}

.video-section {
    position: relative;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center
}

.video-section.style-three:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(28, 186, 159, .8)
}

.video-section h2 {
    position: relative;
    color: #fff;
    font-weight: 700;
    line-height: 1.3em;
    font-size: 48px;
    font-weight: 700;
    max-width: 730px;
    margin: 0 auto;
    margin-bottom: 60px
}

.video-section .play-now {
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    font-weight: 500;
    margin-left: 45px
}

.video-section.style-two:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    background-color: rgba(252, 58, 102, .9)
}

.video-section.style-two .play-button .icon {
    color: #fc7e8a;
    line-height: 51px;
    border: 2px solid #ef9bb1
}

.video-section .play-button {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.video-section .play-button .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 55px;
    padding-left: 3px;
    background-color: #fff;
    color: #1cba9f;
    z-index: 1;
    font-size: 12px;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .6);
    box-shadow: 0 5px 10px 0 rgba(255, 255, 255, .6);
    -webkit-transform-origin: center;
    transform-origin: center
}

.video-section .play-button .ripple-2,
.video-section .play-button .ripple-2:before,
.video-section .play-button .ripple-2:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 55px;
    width: 55px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple-2 3s infinite;
    -moz-animation: ripple-2 3s infinite;
    -ms-animation: ripple-2 3s infinite;
    -o-animation: ripple-2 3s infinite;
    animation: ripple-2 3s infinite
}

.video-section .play-button .ripple-2:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.video-section .play-button .ripple-2:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

@-webkit-keyframes ripple-2 {
    70% {
        box-shadow: 0 0 0 70px transparent
    }

    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes ripple-2 {
    70% {
        box-shadow: 0 0 0 70px transparent
    }

    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

.offer-section {
    position: relative;
    padding: 90px 0
}

.offer-section .row {
    margin: 0 -7px
}

.offer-section .offer-block {
    padding: 0 7px
}

.offer-block {
    position: relative;
    margin-bottom: 15px
}

.offer-block .inner-box {
    position: relative
}

.offer-block .image {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.offer-block .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.offer-block .inner-box:hover .image img {
    transform: scale(1.1, 1.1)
}

.offer-block .image .overlay-box {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: -120px;
    display: block;
    text-align: center;
    border-bottom: 5px solid #009946;
    ;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease
}

.offer-block .image .overlay-box h3 {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 700
}

.offer-block .image .overlay-box h3 a {
    position: relative;
    color: #fff;
    padding: 16px 35px 13px;
    background-color: #009946;
    ;
    display: inline-block;
    border-radius: 15px 15px 0 0
}

.offer-block .inner-box:hover .image .overlay-box {
    opacity: 1;
    bottom: 0
}


.services-section-three {
    position: relative;
    padding: 100px 0
}

.services-section-three .inner-container {
    position: relative
}

.services-section-three .inner-container .pattern-one {
    position: absolute;
    content: '';
    left: -250px;
    top: -245px;
    width: 705px;
    height: 708px
}

.services-section-three .pattern-two {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    width: 201px;
    height: 579px
}

.services-section-three .inner-container .services-block-two {
    padding: 0;
    float: left
}

.services-block-two:nth-child(1) .inner-box {
    box-shadow: 30px 40px 100px rgba(0, 0, 0, .06)
}

.services-block-two.style-two:nth-child(2) .inner-box .content-box {
    box-shadow: 30px -40px 100px rgba(0, 0, 0, .06)
}

.services-block-two:nth-child(3) .inner-box .content-box {
    box-shadow: 30px 40px 100px rgba(0, 0, 0, .06)
}

.services-block-two {
    position: relative
}

.services-block-two .inner-box {
    position: relative;
    background-color: #fff
}

.services-block-two .image {
    position: relative
}

.services-block-two .image img {
    position: relative;
    width: 100%;
    display: block
}

.services-block-two .content-box {
    position: relative;
    text-align: center;
    padding: 67px 30px
}

.services-block-two .content-box:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: #009946;
    ;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease
}

.services-block-two .inner-box:hover .content-box:after {
    height: 100%
}

.services-block-two .content-box:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 0;
    z-index: 1;
    margin-left: -10px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #009946;
    ;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.services-block-two .inner-box:hover .content-box:before {
    border-top-color: #fff
}

.services-block-two.style-two .content-box:before {
    position: absolute;
    content: '';
    left: 50%;
    top: auto;
    bottom: 0;
    z-index: 1;
    margin-left: -10px;
    border-top: none;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #009946;
}

.services-block-two.style-two .inner-box:hover .content-box:before {
    border-bottom-color: #fff
}

.services-block-two .content-box h3 {
    position: relative;
    color: #009946;
    ;
    z-index: 1;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 14px
}

.services-block-two .content-box h3 a {
    position: relative;
    color: #009946;
    ;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.services-block-two .content-box h3 a:hover {
    color: #f43a66
}

.services-block-two .content-box p {
    position: relative;
    color: #009946;
    ;
    z-index: 1;
    font-size: 16px;
    line-height: 1.8em;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.services-block-two .inner-box:hover h3 a,
.services-block-two .inner-box:hover p {
    color: #fff
}

.care-section {
    position: relative;
    padding: 80px 0 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed
}

.care-block {
    position: relative;
    margin-bottom: 30px
}

.care-block .inner-box {
    position: relative;
    overflow: hidden
}

.care-block .image {
    position: relative
}

.care-block img {
    position: relative;
    width: 100%;
    display: block
}

.care-block .overlay-box {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    background-color: rgba(241, 58, 102, .8)
}

.care-block .inner-box:hover .overlay-box {
    left: 0%
}

.care-block .overlay-inner {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 40px
}

.care-block .icon {
    position: relative;
    color: #fff;
    font-size: 40px;
    line-height: 1em;
    margin-bottom: 15px
}

.care-block h3 {
    position: relative;
    font-size: 18px;
    font-weight: 500
}

.care-block a {
    position: relative;
    color: #fff
}

.treatment-section {
    position: relative;
    padding: 90px 0 60px;
    background-size: cover;
    background-repeat: no-repeat
}

.treatment-section .pattern-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 660px;
    background-size: cover
}

.treatment-section .title-box {
    position: relative;
    text-align: center;
    margin-bottom: 45px
}

.treatment-section .title-box h2 {
    position: relative;
    color: #009946;
    ;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3em;
    padding-bottom: 20px
}

.treatment-section .title-box h2:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    height: 2px;
    width: 70px;
    margin-left: -35px;
    background-color: #f06699
}

.treatment-block {
    position: relative
}

.treatment-block .inner-box {
    position: relative;
    padding-left: 120px
}

.treatment-block h3 {
    position: relative;
    color: #009946;
    ;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 14px
}

.treatment-block .inner-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    width: 75px;
    height: 295px;
    border: 2px solid #fc7e8a;
    border-right: 0
}

.treatment-block .dott-one {
    position: absolute;
    content: '';
    left: 70px;
    top: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f06699
}

.treatment-block .ripple:before,
.treatment-block .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 10px;
    width: 10px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
    -moz-box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
    -ms-box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
    -o-box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
    box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite
}

.treatment-block .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.treatment-block .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px transparent
    }

    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px transparent
    }

    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

.treatment-block .text {
    position: relative;
    color: #009946;
    ;
    font-size: 16px;
    line-height: 1.6em;
    max-width: 420px
}

.treatment-block-two {
    position: relative
}

.treatment-block-two .inner-box {
    position: relative;
    text-align: right;
    padding-right: 120px
}

.treatment-block-two h3 {
    position: relative;
    color: #009946;
    ;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 14px
}

.treatment-block-two .inner-box:before {
    position: absolute;
    content: '';
    right: 0;
    top: 8px;
    width: 75px;
    height: 295px;
    border: 2px solid #fc7e8a;
    border-left: 0
}

.treatment-block-two .text {
    position: relative;
    color: #009946;
    ;
    font-size: 16px;
    line-height: 1.6em;
    max-width: 420px;
    float: right
}

.treatment-block-two .dott-one {
    position: absolute;
    content: '';
    right: 70px;
    top: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f06699
}

.treatment-block-two .dott-one .ripple:before,
.treatment-block-two .dott-one .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 10px;
    width: 10px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
    -moz-box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
    -ms-box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
    -o-box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
    box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite
}

.treatment-block-two .dott-one .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.treatment-block-two .dott-one .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px transparent
    }

    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px transparent
    }

    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

.treatment-block-three {
    position: relative;
    margin-top: 30px;
    margin-bottom: 40px
}

.treatment-block-three .inner-box {
    position: relative;
    padding-left: 120px
}

.treatment-block-three h3 {
    position: relative;
    color: #009946;
    ;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 14px
}

.treatment-block-three .inner-box:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 100%;
    width: 75px;
    height: 295px;
    margin-bottom: -10px;
    border: 2px solid #fc7e8a;
    border-right: 0
}

.treatment-block-three .dott-one {
    position: absolute;
    content: '';
    left: 70px;
    top: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f06699
}

.treatment-block-three .dott-one .ripple:before,
.treatment-block-three .dott-one .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 10px;
    width: 10px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
    -moz-box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
    -ms-box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
    -o-box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
    box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite
}

.treatment-block-three .dott-one .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.treatment-block-three .dott-one .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px transparent
    }

    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px transparent
    }

    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

.treatment-section .treatment-image {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 40px
}

.treatment-block-three {
    position: relative;
    margin-top: 30px;
    margin-bottom: 40px
}

.treatment-block-three .inner-box {
    position: relative;
    padding-left: 120px
}

.treatment-block-three h3 {
    position: relative;
    color: #009946;
    ;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 14px
}

.treatment-block-three .inner-box:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 100%;
    width: 75px;
    height: 295px;
    margin-bottom: -10px;
    border: 2px solid #fc7e8a;
    border-right: 0
}

.treatment-block-three .dott-one {
    position: absolute;
    content: '';
    left: 70px;
    top: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f06699
}

.treatment-block-three .dott-one .ripple:before,
.treatment-block-three .dott-one .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 10px;
    width: 10px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
    -moz-box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
    -ms-box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
    -o-box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
    box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite
}

.treatment-block-three .dott-one .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.treatment-block-three .dott-one .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px transparent
    }

    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px transparent
    }

    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

.treatment-block-three .text {
    position: relative;
    color: #009946;
    ;
    font-size: 16px;
    line-height: 1.6em;
    max-width: 420px
}

.treatment-block-four {
    position: relative;
    margin-top: 30px
}

.treatment-block-four .inner-box {
    position: relative;
    padding-right: 120px;
    text-align: right
}

.treatment-block-four h3 {
    position: relative;
    color: #009946;
    ;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3em;
    margin-bottom: 14px
}

.treatment-block-four .inner-box:before {
    position: absolute;
    content: '';
    right: 0;
    bottom: 100%;
    width: 75px;
    height: 295px;
    margin-bottom: -10px;
    border: 2px solid #fc7e8a;
    border-left: 0
}

.treatment-block-four .text {
    position: relative;
    color: #009946;
    ;
    font-size: 16px;
    line-height: 1.6em;
    max-width: 420px;
    float: right
}

.treatment-block-four .dott-one {
    position: absolute;
    content: '';
    right: 70px;
    top: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #f06699
}

.treatment-block-four .dott-one .ripple:before,
.treatment-block-four .dott-one .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 10px;
    width: 10px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
    -moz-box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
    -ms-box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
    -o-box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
    box-shadow: 0 0 0 0 rgba(255, 102, 102, .8);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite
}

.treatment-block-four .dott-one .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.treatment-block-four .dott-one .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px transparent
    }

    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 20px transparent
    }

    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

.counter-section {
    position: relative;
    padding: 85px 0 90px;
    background-size: cover;
    background-attachment: fixed
}

.counter-section .fact-counter {
    max-width: 750px;
    margin: 0 auto
}

.counter-section .button-box {
    position: relative;
    text-align: center;
    margin-top: 15px
}

.fact-counter {
    position: relative
}

.fact-counter .column {
    position: relative;
    margin-bottom: 30px
}

.fact-counter .inner {
    position: relative;
    text-align: center
}

.fact-counter .content {
    position: relative
}

.fact-counter .icon {
    position: relative;
    color: #f13a66;
    font-size: 50px;
    text-align: center;
    line-height: 1em;
    font-weight: 300;
    margin-bottom: 25px;
    transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    font-family: exo, sans-serif
}

.fact-counter .percentage {
    display: inline-block;
    color: #009946;
    ;
    font-size: 36px;
    text-align: center;
    line-height: 1em;
    font-weight: 700;
    font-family: exo, sans-serif
}

.fact-counter .count-outer {
    position: relative;
    color: #009946;
    ;
    font-size: 36px;
    text-align: center;
    line-height: 1em;
    font-weight: 700;
    display: inline-block;
    font-family: exo, sans-serif
}

.fact-counter .column:nth-child(2) .icon {
    color: #9143fd
}

.fact-counter .column:nth-child(3) .icon {
    color: #00d280
}

.fact-counter .count-text {
    position: relative;
    color: #009946;
    ;
    font-size: 36px;
    line-height: 1em;
    font-weight: 700;
    font-family: exo, sans-serif
}

.fact-counter .counter-title {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #009946;
    ;
    margin-top: 10px;
    text-transform: capitalize
}

.specialist-section {
    position: relative;
    padding: 95px 0 100px;
    background-size: cover;
    background-attachment: fixed
}

.specialist-section:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(247, 247, 247, .85)
}

.team-block-two {
    position: relative
}

.team-block-two .inner-box {
    position: relative;
    padding: 40px 30px;
    background-color: #fff;
    box-shadow: 0 15px 10px rgba(0, 0, 0, .1)
}

.team-block-two .image {
    position: relative;
    width: 270px;
    height: 270px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden
}

.team-block-two img {
    position: relative
}

.team-block-two .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease
}

.team-block-two .overlay-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background-color: rgba(145, 67, 253, .85);
    -moz-transform: rotateX(-180deg);
    -webkit-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.team-block-two .inner-box:hover .overlay-box:before {
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    visibility: visible
}

.team-block-two .inner-box:hover .overlay-box {
    opacity: 1
}

.team-block-two .overlay-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
    vertical-align: middle;
    padding: 10px 80px
}

.team-block-two .content {
    position: relative;
    display: table-cell;
    vertical-align: middle
}

.team-block-two .social-box {
    position: relative;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transform: scale(.8, .8);
    opacity: 0
}

.team-block-two .inner-box:hover .overlay-inner .social-box {
    opacity: 1;
    transform: scale(1, 1)
}

.team-block-two .social-box a {
    position: relative
}

.team-block-two .social-box {
    position: relative
}

.team-block-two .social-box li {
    position: relative;
    margin: 0 1px 4px;
    display: inline-block
}

.team-block-two .social-box li a {
    position: relative;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    background-color: rgba(255, 255, 255, .15);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.team-block-two .inner-box .social-box li a:hover {
    background-color: #fff;
    color: #3b5998
}

.team-block-two .lower-content {
    position: relative;
    text-align: center
}

.team-block-two .lower-content .icon-box {
    position: relative;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin: 0 auto;
    color: #fff;
    font-size: 24px;
    margin-top: -28px;
    background-color: #f13a66;
    border: 5px solid #fff;
    box-shadow: 0 15px 25px rgba(0, 0, 0, .1)
}

.team-block-two .lower-content h3 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 25px
}

.team-block-two .lower-content h3 a {
    position: relative;
    color: #009946;
}

.team-block-two .lower-content .title {
    position: relative;
    color: #009946;
    ;
    font-size: 15px;
    margin-top: 8px
}

.team-block-two:nth-child(2) .inner-box .icon-box {
    background-color: #9143fd
}

.team-block-two:nth-child(3) .inner-box .icon-box {
    background-color: #00d280
}

.specialist-section .owl-nav {
    display: none
}

.specialist-section .owl-dots {
    position: relative;
    text-align: center;
    margin-top: 45px
}

.specialist-section .owl-dots .owl-dot {
    position: relative;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: inline-block;
    background-color: rgba(241, 58, 102, .1);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.specialist-section .owl-dots .owl-dot.active,
.specialist-section .owl-dots .owl-dot:hover {
    background-color: #f13a66
}

.page-breadcrumb {
    position: relative;
    background-color: #1cba9f;
    box-shadow: 0 20px 80px rgba(0, 0, 0, .1)
}

.page-breadcrumb:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #009946;
}

.page-breadcrumb h2 {
    position: relative;
    color: #fff;
    padding: 46px 0;
    z-index: 1;
    font-size: 36px;
    font-weight: 700
}

.page-breadcrumb .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-position: left top;
    background-repeat: no-repeat
}

.page-breadcrumb .breadcrumbs {
    position: relative;
    padding: 55px 110px;
    z-index: 1
}

.page-breadcrumb li {
    position: relative;
    color: #1cba9f;
    font-weight: 500;
    font-size: 18px;
    display: inline-block
}

.page-breadcrumb li a {
    position: relative;
    color: #313131;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.page-breadcrumb li a:hover {
    color: #1cba9f
}

.page-breadcrumb .breadcrumbs:before {
    position: absolute;
    content: '';
    left: 20px;
    top: 0;
    right: 20px;
    bottom: 0;
    z-index: -1;
    background-color: #fff;
    -ms-transform: skewX(-24deg);
    -webkit-transform: skewX(-24deg);
    transform: skewX(-24deg)
}

.page-breadcrumb .breadcrumbs .left-curves {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%
}

.page-breadcrumb .breadcrumbs .left-curves:before {
    position: absolute;
    content: '';
    left: -4px;
    top: 0;
    width: 22px;
    height: 100%;
    -ms-transform: skewX(-24deg);
    -webkit-transform: skewX(-24deg);
    transform: skewX(-24deg);
    background-image: -ms-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #558DCA), color-stop(100, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, #558DCA 0%, rgba(255, 255, 255, 0) 100%)
}

.page-breadcrumb .breadcrumbs .left-curves:after {
    position: absolute;
    content: '';
    left: 12px;
    top: 0;
    width: 8px;
    height: 100%;
    -ms-transform: skewX(-24deg);
    -webkit-transform: skewX(-24deg);
    transform: skewX(-24deg);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100, #558DCA));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #558DCA 100%)
}

.page-breadcrumb .breadcrumbs .right-curves {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%
}

.page-breadcrumb .breadcrumbs .right-curves:before {
    position: absolute;
    content: '';
    left: -20px;
    top: 0;
    width: 22px;
    height: 100%;
    -ms-transform: skewX(-24deg);
    -webkit-transform: skewX(-24deg);
    transform: skewX(-24deg);
    background-image: -ms-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -moz-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #558DCA), color-stop(100, rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(top, #558DCA 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to bottom, #558DCA 0%, rgba(255, 255, 255, 0) 100%)
}

.page-breadcrumb .breadcrumbs .right-curves:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 8px;
    height: 100%;
    -ms-transform: skewX(-24deg);
    -webkit-transform: skewX(-24deg);
    transform: skewX(-24deg);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100, #558DCA));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #558DCA 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #558DCA 100%)
}

.achievement-section {
    position: relative;
    padding: 90px 0 110px
}

.achievement-section .container {
    position: relative
}

.achievement-section .title-column {
    position: relative
}

.achievement-section .title-column .inner-column {
    position: relative;
    padding-right: 30px
}

.achievement-section .title-column .text {
    font-size: 16px;
    line-height: 26px
}

.achievement-section .clients-column {
    position: static
}

.achievement-section .clients-column .inner-column,
.achievement-section .clients-column .inner-column .owl-carousel {
    position: static
}

.achievement-section .clients-column .inner-column .inner-slide {
    position: relative;
    border-left: 1px solid #f5f5f5
}

.achievement-section .clients-column .inner-column .column .image {
    border-right: 1px solid #f5f5f5
}

.achievement-section .clients-column .inner-column .column .image img {
    position: relative;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.achievement-section .clients-column .inner-column .column .image img:hover {
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.achievement-section .clients-column .inner-column .column:nth-child(1),
.achievement-section .clients-column .inner-column .column:nth-child(2),
.achievement-section .clients-column .inner-column .column:nth-child(3) {
    border-bottom: 1px solid #f5f5f5
}

.achievement-section .clients-column .inner-column .owl-dots {
    display: none
}

.achievement-section .clients-column .inner-column .owl-nav {
    position: absolute;
    left: 15px;
    bottom: -20px
}

.achievement-section .clients-column .inner-column .owl-nav .owl-prev,
.achievement-section .clients-column .inner-column .owl-nav .owl-next {
    position: relative;
    width: 40px;
    height: 40px;
    color: #131313;
    font-size: 10px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    margin-right: 15px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    box-shadow: 0 10px 8px rgba(0, 0, 0, .1)
}

.achievement-section .clients-column .inner-column .owl-nav .owl-prev:hover,
.achievement-section .clients-column .inner-column .owl-nav .owl-next:hover {
    background-color: #46c7b1;
    color: #fff
}

.doctors-page-section {
    position: relative;
    padding: 90px 0 70px
}

.doctors-page-section .filters {
    position: relative;
    margin-bottom: 40px
}

.doctors-page-section .filters .filter-tabs {
    position: relative
}

.doctors-page-section .filters li {
    position: relative;
    display: inline-block;
    color: #313131;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    margin: 0 15px 6px;
    padding: 0;
    text-transform: capitalize;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    border-bottom: 1px solid #1cba9f
}

.doctors-page-section .filters .filter.active,
.doctors-page-section .filters .filter:hover {
    color: #1cba9f
}

.team-block.mix {
    display: none
}

.price-section {
    position: relative;
    padding: 95px 0 100px;
    background: #f3f5f7
}

.price-section.style-two {
    background-color: #fff
}

.price-section .inner-container {
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .1)
}

.price-section .pattern-layer-one {
    position: absolute;
    content: '';
    left: 0;
    bottom: 70px;
    width: 177px;
    height: 600px;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: left top
}

.price-section .pattern-layer-two {
    position: absolute;
    content: '';
    right: 0;
    top: 80px;
    width: 239px;
    height: 492px;
    z-index: 1
}

.price-section .price-block {
    float: left;
    padding: 0
}

.price-block {
    position: relative;
    z-index: 1
}

.price-block .inner-box {
    position: relative;
    text-align: center;
    background-color: #fff;
    padding: 35px 40px 30px
}

.price-block .inner-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #1cba9f;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease
}

.price-block .inner-box:hover::before {
    width: 100%
}

.price-block .upper-box {
    position: relative
}

.price-block .upper-box h3 {
    position: relative;
    font-weight: 700;
    line-height: 1.4em;
    font-size: 20px;
    color: #222;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.price-block .inner-box:hover .package-plan,
.price-block .inner-box:hover .price,
.price-block .inner-box:hover .text,
.price-block .inner-box:hover h3 {
    color: #fff
}

.price-block .middle-box {
    position: relative;
    padding: 30px 0;
    margin-top: 30px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    border-top: 1px solid #d2f1ec;
    border-bottom: 1px solid #d2f1ec
}

.price-block .text {
    position: relative;
    font-size: 16px;
    line-height: 1.8em;
    color: rgba(0, 0, 0, .7);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.price-block .lower-box {
    position: relative;
    padding-top: 40px
}

.price-block .price {
    position: relative;
    font-weight: 800;
    color: #1cba9f;
    font-size: 36px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    font-family: lato, sans-serif
}

.price-block .package-plan {
    position: relative;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 38px;
    color: rgba(0, 0, 0, .7);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.price-block .inner-box .book-btn {
    position: relative;
    color: #1cba9f;
    font-weight: 700;
    padding: 9px 34px;
    border-radius: 50px;
    display: inline-block;
    border: 1px solid #d2f1ec;
    font-family: lato, sans-serif;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.price-block .book-btn span {
    font-size: 10px;
    margin-left: 2px
}

.price-block .book-btn {
    border-color: #fff;
    background-color: #fff
}

.experiance-section {
    position: relative;
    padding: 100px 0;
    background-color: #f7f9fb
}

.experiance-section .skills-column {
    position: relative
}

.experiance-section .skills-column .inner-column {
    position: relative;
    padding: 80px 60px;
    background-size: cover;
    background-repeat: no-repeat
}

.experiance-section h3 {
    position: relative;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3em;
    color: #fff;
    margin-bottom: 25px
}

.experiance-section .skills-column .inner-column:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(34, 58, 102, .7)
}

.skills {
    position: relative
}

.skills .skill-item {
    position: relative;
    margin-bottom: 30px
}

.skills .skill-item:last-child {
    margin-bottom: 0
}

.skills .skill-bar {
    position: relative;
    width: 100%
}

.skills .skill-bar .bar-inner {
    position: relative;
    width: 100%;
    border-bottom: 6px solid rgba(255, 255, 255, .2)
}

.skills .bar {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    border-bottom: 6px solid #fff;
    -webkit-transition: all 2000ms ease;
    -ms-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    transition: all 2000ms ease
}

.skills .skill-header {
    position: relative;
    margin-bottom: 10px
}

.skills .skill-title {
    float: left;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    text-transform: capitalize
}

.skills .skill-percentage {
    position: absolute;
    right: 0;
    top: -30px;
    float: right;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize
}

.experiance-section .featured-column {
    position: relative
}

.experiance-section .featured-column .inner-column {
    position: relative;
    padding-left: 35px;
    padding-top: 30px
}

.experiance-section .pattern-layer {
    position: absolute;
    content: '';
    left: 0;
    top: 140px;
    width: 210px;
    height: 482px
}

.experiance-section .pattern-layer-two {
    position: absolute;
    content: '';
    right: 0;
    top: 100px;
    width: 220px;
    height: 487px
}

.doctor-detail-section {
    position: relative;
    padding: 100px 0
}

.doctor-detail-section .image-column {
    position: relative;
    margin-bottom: 30px
}

.doctor-detail-section .image-column .inner-column {
    position: relative
}

.doctor-detail-section .image {
    position: relative
}

.doctor-detail-section img {
    position: relative;
    width: 100%;
    display: block
}

.doctor-detail-section .number-box {
    position: absolute;
    left: -15px;
    bottom: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 0 50px 50px 0;
    background-color: #1cba9f;
    padding: 10px 25px 10px 90px
}

.doctor-detail-section .number-box:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -15px;
    border-top: 15px solid #0d7563;
    border-left: 15px solid transparent
}

.doctor-detail-section .play-button {
    position: absolute;
    left: 20px;
    top: -8px;
    width: 60px;
    height: 60px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    border: 5px solid #fff;
    background-color: #4ed964;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .2)
}

.doctor-detail-section .play-button:hover {
    transform: scale(1.1, 1.1)
}

.doctor-detail-section .number-box .ripple,
.doctor-detail-section .number-box .ripple:before,
.doctor-detail-section .number-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 55px;
    width: 55px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .9);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .9);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .9);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .9);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .9);
    -webkit-animation: ripple-2 3s infinite;
    -moz-animation: ripple-2 3s infinite;
    -ms-animation: ripple-2 3s infinite;
    -o-animation: ripple-2 3s infinite;
    animation: ripple-2 3s infinite
}

.doctor-detail-section .number-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.doctor-detail-section .number-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}

@-webkit-keyframes ripple-2 {
    70% {
        box-shadow: 0 0 0 50px transparent
    }

    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes ripple-2 {
    70% {
        box-shadow: 0 0 0 50px transparent
    }

    100% {
        box-shadow: 0 0 0 0 transparent
    }
}

.doctor-detail-section .content-column {
    position: relative
}

.doctor-detail-section .content-column .inner-column {
    position: relative;
    padding-left: 30px;
    padding-top: 12px
}

.doctor-detail-section h2 {
    position: relative;
    color: #222;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px
}

.doctor-detail-section .social-box {
    position: relative
}

.doctor-detail-section .social-box li {
    position: relative;
    margin-right: 8px;
    display: inline-block
}

.doctor-detail-section .social-box li a {
    position: relative;
    width: 36px;
    height: 36px;
    color: #fff;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background-color: #1cba9f
}

.doctor-detail-section .social-box li.facebook a {
    background-color: #3b5998
}

.doctor-detail-section .social-box li.twitter a {
    background-color: #1da1f2
}

.doctor-detail-section .social-box li.linkedin a {
    background-color: #0077b5
}

.doctor-detail-section .social-box li.youtube a {
    background-color: red
}

.doctor-detail-section .social-box li.vk a {
    background-color: #45668e
}

.doctor-info-list {
    position: relative;
    margin-bottom: 40px
}

.doctor-info-list li {
    position: relative;
    color: #222;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px
}

.doctor-info-list li span {
    position: relative;
    width: 160px;
    margin-right: 30px;
    display: inline-block
}

.doctor-info-list li span:before {
    position: absolute;
    content: ':';
    right: 0;
    top: 0;
    color: #222;
    font-weight: 500
}

.biography-section {
    position: relative;
    padding-bottom: 90px
}

.biography-section .pattern-one {
    position: absolute;
    content: '';
    left: 0;
    top: 40px;
    width: 436px;
    height: 359px;
    display: inline-block
}

.biography-section .title-column {
    position: relative;
    margin-bottom: 40px
}

.biography-section .title-column h2 {
    position: relative;
    font-weight: 700;
    color: #222;
    padding-right: 100px;
    display: inline-block;
    text-transform: capitalize
}

.biography-section .title-column h2:after {
    position: absolute;
    content: '';
    right: 0;
    top: 18px;
    height: 3px;
    width: 80px;
    background-color: #1cba9f
}

.biography-section .content-column {
    position: relative
}

.biography-section .content-column .inner-column {
    position: relative
}

.biography-section p {
    position: relative;
    color: #313131;
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 25px
}

.biography-section .signature {
    position: relative
}

.services-page-section {
    position: relative;
    padding: 100px 0 70px
}

.services-block-three {
    position: relative;
    margin-bottom: 30px
}

.services-block-three .inner-box {
    position: relative;
    padding: 15px;
    border: 1px solid #f5f5f5;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.services-block-three .inner-box:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    border: 1px solid transparent
}

.services-block-three .image {
    position: relative
}

.services-block-three .image img {
    position: relative;
    width: 100%;
    display: block
}

.services-block-three .lower-content {
    position: relative;
    padding: 0 22px 25px
}

.services-block-three .icon-box {
    position: relative;
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 25px;
    line-height: 60px;
    text-align: center;
    border-radius: 50px;
    margin: 0 auto;
    margin-top: -30px;
    background-color: #009946;
    ;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease
}

.services-block-three .inner-box:hover .icon-box {
    background-color: #1cba9f
}

.services-block-three .inner-box:hover .icon-box {
    box-shadow: 0 0 25px rgba(34, 58, 102, .4)
}

.services-block-three h3 {
    position: relative;
    color: #222;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 24px;
    margin-bottom: 12px
}

.services-block-three h3 a {
    position: relative;
    color: #222;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.services-block-three h3 a:hover {
    color: #1cba9f
}

.services-block-three .text {
    position: relative;
    color: #222;
    font-size: 15px;
    line-height: 1.7em
}

.services-single-section {
    position: relative;
    padding: 100px 0 90px
}

.services-widget {
    position: relative;
    margin-bottom: 60px
}

.cat-list {
    position: relative
}

.cat-list li {
    position: relative;
    margin-bottom: 1px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .05)
}

.cat-list li:before {
    position: absolute;
    right: 20px;
    top: 24px;
    z-index: 1;
    opacity: 0;
    content: "\f11d";
    font-family: flaticon
}

.cat-list li:hover::before,
.cat-list li.active::before {
    opacity: 1;
    color: #fff
}

.cat-list li a {
    position: relative;
    color: #222;
    font-size: 16px;
    font-weight: 500;
    padding: 23px 28px;
    display: block;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.cat-list li:hover a,
.cat-list li.active a {
    position: relative;
    color: #fff;
    background-color: #009946;
}

.schedule-widget {
    position: relative
}

.schedule-widget .image {
    position: relative
}

.schedule-widget img {
    position: relative;
    width: 100%;
    display: block
}

.schedule-widget .overlay-box {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #009946 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #009946 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #009946 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100, #009946));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #009946 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #009946 100%)
}

.schedule-widget .content {
    position: absolute;
    left: 40px;
    bottom: 30px;
    right: 40px;
    padding-left: 60px
}

.schedule-widget h3 {
    position: relative;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4em
}

.schedule-widget .icon {
    position: absolute;
    left: 0;
    top: 8px;
    font-weight: 400;
    color: #fff;
    font-size: 45px;
    line-height: 1em
}

.services-single-section .content-column {
    position: relative
}

.services-single-section .content-column .inner-column {
    position: relative
}

.services-single-section .services-carousel {
    position: relative
}

.services-single-section .carousel-outer {
    position: relative;
    overflow: hidden
}

.services-single-section .thumbs-carousel {
    position: relative;
    width: 145px !important;
    height: 95px;
    margin: 0 auto;
    overflow: visible;
    margin-top: 10px
}

.services-single-section .thumbs-carousel .owl-stage-outer {
    overflow: visible
}

.services-single-section .owl-stage-outer .owl-item.active li:before {
    display: none
}

.services-single-section .thumbs-carousel .owl-nav,
.services-single-section .thumbs-carousel .owl-prev {
    display: none
}

.services-single-section .thumbs-carousel li {
    cursor: pointer
}

.services-single-section .thumbs-carousel li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: .8;
    background-color: #009946;
    ;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.services-single-section .thumbs-carousel li:hover::before {
    opacity: 0
}

.services-single-section h2 {
    position: relative;
    color: #009946;
    ;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 40px;
    margin-bottom: 18px
}

.services-single-section .text {
    position: relative
}

.services-single-section p {
    position: relative;
    color: #222;
    font-size: 16px;
    line-height: 1.7em;
    margin-bottom: 15px
}

.plan-list {
    position: relative
}

.plan-list li {
    position: relative;
    margin-bottom: 10px;
    color: #222;
    font-size: 16px
}

.plan-list li i {
    position: relative;
    padding-right: 8px;
    background-color: #fff
}

.plan-list li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 13px;
    height: 1px;
    width: 100%;
    border: 1px dashed #e5e5e5
}

.plan-list li span {
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 8px;
    background-color: #fff
}

.list-style-three {
    position: relative
}

.list-style-three li {
    position: relative;
    color: #222;
    font-weight: 500;
    margin-bottom: 10px;
    padding-left: 20px
}

.list-style-three li:before {
    position: absolute;
    content: "\f193";
    left: 0;
    top: 0;
    font-family: flaticon
}

:root {
    --theme-color: #009946;
    ;
    --theme-color-hover: #009946;
    ;
}

/* Hero Section */
.contact-hero {
    background: url("../images/background/page-banner.png") center/cover no-repeat;
    height: 330px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.Contact-bnnr {
    background: url("../images/background/contact-banner.png") center/cover no-repeat;
    height: 330px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.contact-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 105, 130, .65);
}

.contact-inner {
    position: relative;
    color: #fff;
}

/* Title */
.contact-title {
    font-size: 38px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: #fff;
}

/* Breadcrumb (same style as banner image) */
.contact-breadcrumb {
    margin-top: 8px;
    font-size: 14px;
}

.contact-breadcrumb a {
    color: #fff;
    text-decoration: none;
    opacity: .95;
}

.contact-breadcrumb span {
    margin: 0 6px;
    opacity: .7;
}

/* Responsive */
@media(max-width:768px) {
    .contact-title {
        font-size: 30px;
    }
}

/* cataglog */
.catalog-section {
    padding: 40px 20px;
}

.catalog-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

/* Card */
.catalog-card {
    text-align: center;
    text-decoration: none;
    color: #000;
}

.catalog-image {
    border: 2px solid #009946;
    border-radius: 10px;
    overflow: hidden;
    padding: 8px;
    transition: .25s;
}

.catalog-image img {
    width: 100%;
    display: block;
}

.catalog-card:hover .catalog-image {
    transform: translateY(-3px);
    box-shadow: 0 10px 18px rgba(0, 0, 0, .15);
}

.catalog-title {
    margin-top: 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    background-color: #00d280;
    color: #ffffff;
    padding: 6px 10px;
    text-transform: uppercase;
}


/* ===== Responsive ===== */
@media(max-width:992px) {
    .catalog-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width:768px) {
    .catalog-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:480px) {
    .catalog-container {
        grid-template-columns: 1fr;
    }
}

/* MISION */

.mvv-section {
    padding: 60px 20px;
}

.mvv-heading {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
}

.mvv-heading .line {
    width: 40px;
    height: 3px;
    background: #0d6efd;
}

.mvv-heading h2 {
    font-size: 26px;
    font-weight: 700;
}

.mvv-heading h2 span {
    color: #0d6efd;
}

.mvv-container {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.mvv-card {
    padding: 35px 25px;
    color: #080707;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}

.mvv-card img {
    width: 178px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.mvv-card h3 {
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.mvv-card p {
    font-size: 14px;
    line-height: 1.6;
}

/* Responsive */
@media (max-width: 900px) {
    .mvv-container {
        grid-template-columns: 1fr;
    }

    .mvv-card {
        text-align: center;
    }
}

.white-btn-outline {
    padding: 2px 7px;
    background: #fff;
    border: 2px solid #fff;
    color: #000;
    font-weight: 500;
    cursor: pointer;
    transition: .3s ease;
}

.white-btn-outline:hover {
    background: #009946;
    color: #000;
}

/* why choose us */
.ortho-why-section {
    width: 100%;
    padding: 60px 20px;
    background: #fff;
}

/* WRAPPER */
.ortho-why-wrapper {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 60px;
}

/* LEFT CIRCLE */
.ortho-circle-wrap {
    position: relative;
    flex: 1;
    display: flex;
    justify-content: center;
}

.ortho-main-circle {
    width: 360px;
    height: 360px;
    background: #009946;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    box-shadow: 0 30px 60px rgba(111, 66, 193, 0.35);
}

.ortho-main-circle h2 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
}

.ortho-sub-circle {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: #f2f2f2;
    z-index: -1;
}

/* RIGHT CONTENT */
.ortho-feature-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 38px;
}

/* FEATURE ITEM */
.ortho-feature {
    display: flex;
    align-items: center;
    gap: 25px;
    position: relative;
}

.ortho-feature::before {
    content: "";
    position: absolute;
    left: 32px;
    top: 50%;
    width: 50px;
    height: 2px;
    background: #dcdcdc;
    transform: translateY(-50%);
}

/* ICON */
.ortho-icon {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    flex-shrink: 0;
    transition: transform 0.4s ease;
}

.ortho-feature:hover .ortho-icon {
    transform: scale(1.1) rotate(5deg);
}

/* ICON COLORS */
.icon-quality {
    background: #7b5cd6;
}

.icon-oem {
    background: #4b7bec;
}

.icon-value {
    background: #20bf6b;
}

.icon-rnd {
    background: #8e8e8e;
}

/* TEXT */
.ortho-text h4 {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin-bottom: 6px;
}

.ortho-text p {
    font-size: 14.5px;
    color: #666;
    line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .ortho-why-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .ortho-feature {
        flex-direction: column;
        text-align: center;
    }

    .ortho-feature::before {
        display: none;
    }
}

@media (max-width: 480px) {
    .ortho-main-circle {
        width: 280px;
        height: 280px;
    }

    .ortho-main-circle h2 {
        font-size: 28px;
    }

    .ortho-sub-circle {
        width: 320px;
        height: 320px;
    }
}

/* our products */
.product-select-group {
    position: relative;
    color: #fff;
}

.product-select-group i {
    position: absolute;
    left: 10px;
    top: 12px;
    color: var(--theme-color);
}

.submit-btn {
    background-color: #009946 !important;
    color: #000 !important;
    border: none;
    padding: 14px;
    width: 100%;
    border-radius: 30px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
}

.submit-btn:hover {
    background: var(--theme-color-hover);
}

.department-page-section {
    position: relative;
    padding-top: 100px
}

.department-page-section .outer-container {
    position: relative;
    max-width: 1115px;
    margin: 0 auto;
    overflow-x: auto;
    box-shadow: 0 20px 35px rgba(0, 0, 0, .1)
}

.department-page-section .outer-container .inner-container {
    position: relative;
    max-width: 1115px;
    margin: 0 auto
}

.days-blocks {
    position: relative
}

.days-blocks .days-inner {
    position: relative;
    padding-left: 140px
}

.days-blocks .days-inner .days-icon {
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 2px;
    color: #fff;
    min-height: 60px;
    line-height: 59px;
    font-size: 42px;
    display: block;
    min-width: 137px;
    margin-right: 2px;
    text-align: center;
    background-color: #1cba9f
}

.days-blocks .days-inner .days-name {
    position: relative;
    min-height: 60px;
    line-height: 59px;
    float: left;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    min-width: 137px;
    margin-bottom: 2px;
    text-align: center;
    margin-right: 2px;
    text-transform: capitalize
}

.days-blocks .days-inner .days-name:nth-child(2n+1) {
    background-color: #ecf9f5
}

.times-blocks {
    position: relative;
    float: left
}

.times-blocks .times-inner {
    position: relative
}

.times-blocks .times-inner .time-date {
    position: relative;
    min-height: 140px;
    padding-left: 20px;
    padding-top: 45px;
    font-weight: 600;
    color: #222;
    font-size: 16px;
    width: 137px;
    margin-bottom: 2px;
    margin-right: 2px
}

.times-blocks .times-inner .time-date:nth-child(2n+1) {
    background-color: #ecf9f5
}

.info-blocks {
    position: relative;
    float: left
}

.info-blocks .info-inner {
    position: relative
}

.info-blocks .info-inner .info-content {
    position: relative;
    padding-top: 30px;
    width: 137px;
    padding-left: 20px;
    margin-bottom: 2px;
    margin-right: 2px;
    background-color: #009946;
}

.info-blocks .info-inner .info-content:last-child {
    margin-bottom: 0
}

.info-blocks .info-inner .info-content.empty-block {
    min-height: 140px;
    background-color: #fff
}

.info-blocks .info-inner .info-content.white-large {
    min-height: 281px;
    background-color: #fff
}

.info-blocks .info-inner .info-content.x-large {
    min-height: 424px
}

.info-blocks .info-inner .info-content.style-two {
    background-color: #1cba9f
}

.info-blocks .info-inner .info-content.large {
    min-height: 282px
}

.info-blocks .info-inner .info-content.medium {
    min-height: 140px
}

.info-blocks .info-inner .info-content h4 {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6em;
    color: #fff;
    margin-bottom: 12px;
    padding-bottom: 10px
}

.info-blocks .info-inner .info-content h4:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 2px;
    width: 20px;
    background-color: rgba(255, 255, 255, .15)
}

.info-blocks .info-inner .info-content .author {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6em;
    color: #fff
}

.page-title {
    position: relative
}

.page-title .outer-container {
    position: relative
}

.page-title .outer-container .image {
    position: relative
}

.page-title .outer-container .image img {
    position: relative;
    width: 100%;
    display: block
}

.elementskit-header {
    position: relative;
    z-index: 10
}

.department-page-section .network-tabs {
    position: relative
}

.department-page-section .network-tabs .tab-btns {
    position: relative;
    z-index: 1;
    margin-left: 30px;
    margin-bottom: 45px
}

.department-page-section .network-tabs .tab-btns .our-branches {
    position: relative;
    color: #222;
    font-weight: 600;
    width: 100%;
    max-width: 360px;
    font-size: 15px;
    font-style: normal;
    height: 56px;
    padding: 10px 28px;
    line-height: 34px;
    color: #fff;
    border: none;
    float: left;
    margin-right: 30px;
    border-radius: 0;
    background: rgba(255, 255, 255, .1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1)
}

.department-page-section .network-tabs .tab-btns .our-branches .btn {
    position: relative;
    width: 100%;
    font-size: 16px;
    color: #222;
    display: block;
    text-align: left;
    padding: 6px 0;
    border-radius: 0;
    border: none;
    background: 0 0;
    box-shadow: none;
    font-weight: 600
}

.department-page-section .network-tabs .tab-btns .our-branches .btn .icon {
    margin-right: 5px;
    color: #17b2e1
}

.department-page-section .network-tabs .tab-btns .our-branches .btn:hover {
    background: 0 0
}

.department-page-section .network-tabs .tab-btns .our-branches .btn .fa {
    position: absolute;
    right: 0;
    top: 10px
}

.department-page-section .our-branches .dropdown-menu {
    top: 100%;
    left: 0;
    width: 100%;
    border-radius: 0;
    margin-top: 10px;
    background-color: #fff;
    border: none;
    padding: 0;
    z-index: 1;
    margin-left: -28px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .06)
}

.department-page-section .our-branches a:hover {
    background: 0 0
}

.department-page-section .our-branches .dropdown-menu>li {
    padding-right: 0 !important;
    margin: 0 !important;
    float: none;
    width: 100%;
    color: #222;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 32px;
    display: block !important;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    border-bottom: 1px solid rgba(0, 0, 0, .06)
}

.department-page-section .our-branches .dropdown-menu>li:last-child {
    border-bottom: none
}

.department-page-section .our-branches .dropdown-menu>li:hover {
    color: #fff !important;
    background-color: #1cb89d
}

.department-page-section .network-tabs .tabs-content {
    position: relative;
    padding: 15px 0 0
}

.department-page-section .network-tabs .tabs-content .tab {
    position: relative;
    display: none
}

.department-page-section .network-tabs .tabs-content .tab.active-tab {
    display: block
}

.close-side-widget {
    color: #fff !important;
    font-size: 24px
}

.cart-product {
    position: relative;
    margin-bottom: 20px;
    min-height: 90px;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.cart-product .inner {
    position: relative;
    padding-left: 90px;
    min-height: 70px
}

.cart-product .inner .cross-icon {
    position: absolute;
    right: 0;
    top: -2px;
    z-index: 1;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.cart-product .inner .cross-icon:hover {
    color: #1cb89d
}

.cart-product .inner .image {
    position: absolute;
    width: 70px;
    height: 70px;
    left: 0;
    top: 0
}

.cart-product .inner h3 {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    margin-bottom: 6px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-family: poppins, sans-serif
}

.cart-product .inner h3 a {
    color: #fff;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease
}

.cart-product .inner h3 a:hover {
    color: #1cb89d
}

.cart-product .inner .quantity-text {
    position: relative;
    font-weight: 300;
    color: #fff;
    font-size: 14px;
    margin-bottom: 0
}

.cart-product .inner .price {
    position: relative;
    font-weight: 400;
    font-size: 15px;
    margin: 0;
    color: #fff
}

.main-header .elementskit-megamenu-panel>li {
    padding: 0
}

.main-header .elementskit-megamenu-panel li:before {
    display: none
}

.main-header .elementskit-dropdown li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #1cb89d;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease
}

.main-header .elementskit-dropdown li.active::before {
    width: 100%
}

.main-header .elementskit-dropdown li.active a {
    color: #fff
}

.main-header .elementskit-dropdown li:hover::before {
    width: 100%
}

.main-header .elementskit-dropdown>li:hover>a {
    color: #fff
}

.elementskit-submenu-panel>li:hover>a,
.elementskit-submenu-panel>li>a:hover {
    background: 0 0 !important
}

.main-header .elementskit-megamenu-panel {
    border: none;
    padding: 25px 0 20px
}

.elementskit-dropdown {
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease
}

.megamenu_lists li a {
    position: relative;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    z-index: 1
}

.megamenu_lists li a:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: #1cb89d;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease
}

.megamenu_lists li a:hover {
    color: #fff
}

.megamenu_lists li a:hover::before {
    width: 100%;
    z-index: -1
}

.product {
    display: flex;
    margin-top: 30px;
    justify-content: center;
    align-items: center;
}

.product-image img {
    width: 100%;
}

.headings {
    color: #009846;
}

.spec-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px auto;
    text-align: left;
}

.spec-table th,
.spec-table td {
    border: 1px solid #ccc;
    padding: 10px;
}

.spec-table th {
    background-color: #f2f2f2;
    color: #333;
    text-align: center;
}

.header-title {
    font-size: 16px;
    font-weight: bold;
    color: #2b8e42;
}

.sub-title {
    font-size: 12px;
    font-weight: normal;
    color: #007b9e;
}

.alternate-row {
    background-color: #f9f9f9;
}

.spec-table td {
    font-size: 14px;
    text-align: center;
}

.spec-table tbody td:first-child {
    text-align: left;
}

.green {
    color: #2b8e42;
    /* Green color for text */
}

/*star section*/
h1 {
    color: #1e7e34;
    font-weight: bold;
}

.hook-depth {
    color: #1e7e34;
    font-weight: bold;
}

table th,
table td {
    text-align: center;
    vertical-align: middle;
}

/*img {*/
/*    max-width: 100%;*/
/*    height: auto;*/
/*}*/

.table-title {
    color: #0d6efd;
    font-weight: bold;
}


/*css style for product 42*/
.section-title {
    color: #009846;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1rem;
}

.subtitle {
    color: #0056b3;
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 0.5rem;
    text-align: center;
}

.card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 1rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.card img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 0 auto;
}

.custom-table {
    width: 100%;
    margin: 1rem 0;
    border-collapse: collapse;
}

.custom-table th,
.custom-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

.custom-table th {
    background-color: #f8f9fa;
    font-weight: bold;
}


/*dropdownlist*/
.custom-dropdown-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px;
}

.custom-column {
    flex: 0 0 33%;
    /* 3 columns */
    max-width: 33%;
    /* Enforce column width */
    box-sizing: border-box;
    padding: 0 10px;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
    .custom-column {
        flex: 0 0 100%;
        /* Stacks each column on smaller screens */
        max-width: 100%;
    }
}

/* Hover interaction */
.elementskit-dropdown-has:hover .elementskit-dropdown {
    display: block;
}

/* Link styles */
.custom-dropdown-menu li {
    margin-bottom: 5px;
}

.custom-dropdown-menu li a {
    text-decoration: none;
    color: #333;
    padding: 5px 10px;
    display: block;
    border-radius: 3px;
}

.custom-dropdown-menu li a:hover {
    background-color: #009946;
    color: white;
}

/*Nav bar*/
/* Style for the dropdown menu */
.custom-multi-column {
    display: none;
    /* Hidden by default */
    position: absolute;
    background-color: #fff;
    width: 800px;
    /* Adjust width */
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 999;
    /* Ensure dropdown appears above other elements */
}

/* Make sure the full "Products" list item triggers the hover */
.custom-dropdown {
    position: relative;
    /* Needed for absolute positioning of dropdown */
}

/* Show dropdown when hovering over the list item */
.custom-dropdown:hover .custom-multi-column,
.custom-dropdown:focus-within .custom-multi-column {
    display: flex;
}

/* Ensure the entire "Products" menu item is clickable */
.custom-dropdown>a {
    display: block;
    padding: 12px 15px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    /*background-color: #f8f9fa;*/
    border-radius: 5px;
    /*transition: background 0.3s ease-in-out;*/
}

/* Hover effect on the "Products" menu item */
.custom-dropdown:hover>a {
    background-color: #e0e0e0;
}

/* Style each column */
.custom-multi-column li {
    list-style: none;
}

/* Four equal columns */
.custom-multi-column .custom-column {
    width: 25%;
    /* 4 equal columns */
    padding: 0;
    margin: 0;
}

/* Style for dropdown links */
.custom-multi-column a {
    display: block;
    padding: 8px 10px;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    border-radius: 3px;
    /*transition: background 0.3s ease-in-out;*/
}

/* Responsive Design */
@media (max-width: 992px) {
    .custom-multi-column {
        width: 100%;
        flex-wrap: wrap;
    }

    .custom-multi-column .custom-column {
        width: 50%;
        /* 2 columns on medium screens */
    }
}

@media (max-width: 768px) {
    .custom-multi-column {
        flex-direction: column;
        width: 100%;
    }

    .custom-multi-column .custom-column {
        width: 100%;
        /* 1 column on small screens */
    }
}


/*knee implants*/
}

.header {
    color: #009946;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

/*.icon {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    height: 50px;*/
/*}*/
/*.icon img {*/
/*    max-height: 30px;*/
/*}*/
.table-container,
.details-container {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 10px 0;
}

.details-header {
    color: #009946;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

/*product of knee implant*/
.product-container {
    /*background: linear-gradient(to right, #dff0d8, #f7fff7);*/
    /*border: 1px solid #cccccc;*/
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
}

.product-container img {
    max-width: 100%;
    border-radius: 8px;
}

.header {
    font-size: 1.2rem;
    font-weight: bold;
    color: #009946;
    margin-bottom: 10px;
}

.table thead th {
    color: #009946;
}

.details-section {
    /*background-color: #f5fdf4;*/
    padding: 15px;
    /*border: 1px solid #cccccc;*/
    border-radius: 8px;
    /*margin-top: 20px;*/
}

.details-header {
    font-weight: bold;
    color: #009946;
    margin-bottom: 10px;
}

/*Market-area*/
h2 {
    text-align: center;
    /*background: #094978;*/
    color: white;
}

.cities {
    text-align: center;
    background: #59aef3;
    color: black;
}

.services-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.market {
    display: flex;
}

.inner-box {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    background-color: #f0f0f0;
    height: 40px;
    line-height: 30px;
    margin-top: 10px;

}

.inner-box h3 {
    color: #000000;
    padding-top: 8px;
    margin-left: 10px;
    font-size: 18px;
    font-style: normal;
    height: 30px;
    font-weight: bold;

}

.inner-box h5:hover {
    color: #009946;
    display: block;
}

a {
    text-decoration: none;
}

/*Nail instuments*/

.product {
    display: flex;
    margin-top: 30px;
    justify-content: center;
    align-items: center;
}

.product-image img {
    width: 100%;
}

.headings {
    color: #009846;
}

.spec-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px auto;
    text-align: left;
}

.spec-table th,
.spec-table td {
    border: 1px solid #ccc;
    padding: 10px;
}

.spec-table th {
    background-color: #f2f2f2;
    color: #333;
    text-align: center;
}

.header-title {
    font-size: 16px;
    font-weight: bold;
    color: #2b8e42;
}

.sub-title {
    font-size: 12px;
    font-weight: normal;
    color: #007b9e;
}

.alternate-row {
    background-color: #f9f9f9;
}

.spec-table td {
    font-size: 14px;
    text-align: center;
}

.spec-table tbody td:first-child {
    text-align: left;
}

.green {
    color: #2b8e42;
    /* Green color for text */
}

/*star section*/
h1 {
    color: #1e7e34;
    font-weight: bold;
}

.hook-depth {
    color: #1e7e34;
    font-weight: bold;
}

table th,
table td {
    text-align: center;
    vertical-align: middle;
}


.table-title {
    color: #0d6efd;
    font-weight: bold;
}


/*css style for product 42*/
.section-title {
    color: #009846;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1rem;
}

.subtitle {
    color: #0056b3;
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 0.5rem;
    text-align: center;
}

.card {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 1rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.card img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 0 auto;
}

.custom-table {
    width: 100%;
    margin: 1rem 0;
    border-collapse: collapse;
}

.custom-table th,
.custom-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

.custom-table th {
    background-color: #f8f9fa;
    font-weight: bold;
}


/*dropdownlist*/
.custom-dropdown-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px;
}

.custom-column {
    flex: 0 0 33%;
    /* 3 columns */
    max-width: 33%;
    /* Enforce column width */
    box-sizing: border-box;
    padding: 0 10px;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
    .custom-column {
        flex: 0 0 100%;
        /* Stacks each column on smaller screens */
        max-width: 100%;
    }
}

/* Hover interaction */
.elementskit-dropdown-has:hover .elementskit-dropdown {
    display: block;
}

/* Link styles */
.custom-dropdown-menu li {
    margin-bottom: 5px;
}

.custom-dropdown-menu li a {
    text-decoration: none;
    color: #333;
    padding: 5px 10px;
    display: block;
    border-radius: 3px;
}

.custom-dropdown-menu li a:hover {
    background-color: #009946;
    color: white;
}

/* electrosurgical unit */

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Title */
.table-title {
    text-align: center;
    background-color: #009946;
    color: white;
    padding: 10px;
    font-size: 20px;
    margin-bottom: 20px;
}

/* Table Styles */
.output-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    font-size: 14px;
    text-align: left;
}

.output-table thead tr {
    background-color: #cce7f0;
}

.output-table th,
.output-table td {
    padding: 10px;
    border: 1px solid #ddd;
}

.output-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.output-table tbody tr:hover {
    background-color: #f1f1f1;
}

/* Details Section */
.details {
    font-size: 14px;
    line-height: 1.6;
}

.details p {
    margin: 10px 0;
}

strong {
    text-decoration: underline;
}

/* Broken Screw */
.uniform-size {
    max-width: 60%;
    margin: auto;
    margin-top: 0;
}

/* maxillofacial */
.info-item span {
    color: green;
    display: inline-block;
    width: 100px;

}

.info-item p {
    display: inline-block;
    margin: 0;
    margin-left: 10px;
}

/* care-daksh */
.title {
    text-align: center;
    color: green;
    margin: 20px 0;
    font-weight: bold;
}

.tray-title {
    text-align: center;
    background-color: #009946;
    color: white;
    padding: 5px;
    font-weight: bold;
    margin-bottom: 20px;
}

.product-title {
    font-weight: bold;
    margin: 10px 0;
}

.text-green {
    color: green;
}

.product img {
    width: 100%;
    max-width: 150px;
}

.table-row {
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.table-row:last-child {
    border-bottom: none;
}

/* neuro-planting */
.table-custom {
    font-size: 0.9rem;
}

.highlight {
    color: #007b5e;
    font-weight: bold;
}

.description-section {
    margin-top: 20px;
}

.image-box img {
    max-width: 100%;
    height: auto;
}

.header {
    background-color: #ddd;
    padding: 10px;
    font-weight: bold;
}

.section-title {
    color: green;
    font-weight: bold;
}

.plus-icon {
    color: green;
    font-size: 20px;
    font-weight: bold;
}

.table thead {
    background-color: #f8f9fa;
    font-weight: bold;
}

.drill-bits .badge {
    background-color: #00a651;
    color: white;
}

.events-title {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #1c8b3c;
    margin-bottom: 30px;
}

.events-wrapper {
    display: flex;
    gap: 30px;
    align-items: stretch;
    flex-wrap: wrap;
}

/* conatct us */
.contact-page-section {
    padding: 60px 0;
    background: #f6f9fc;
}

.contact-page-section .inner-column {
    background: #fff;
    border-radius: 18px;
    padding: 32px;
    box-shadow: 0 18px 38px rgba(0, 0, 0, .08);
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #009946;
}

.section-title .text {
    color: #555;

    margin-bottom: 18px;
}

.contact-address {
    background: #f2f8ff;
    border: 2px solid #d0e6ff;
    border-radius: 14px;
    padding: 16px 18px;
    margin-bottom: 18px;
    transition: .25s;
}

.contact-address:hover {
    border-color: #2b8bd6;
    transform: translateY(-3px);
}

.contact-address h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #009946;
}

.contact-address p,
.contact-address a {

    color: #000;
    text-decoration: none;
}

/* =========================
   ACTION ICONS
========================= */
.contact-action-icons {
    margin-top: 14px;
    display: flex;
    gap: 12px;
}

.contact-action-icons a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2b8bd6;
    color: #fff;

    transition: .25s;
}

.contact-action-icons a:hover {
    background: #009946;
}

/* =========================
   FORM (RIGHT)
========================= */
.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    margin-bottom: 14px;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1.5px solid #cfd7e6;

    outline: none;
    background: #fafcff;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: #2b8bd6;
}

.product-select-group {
    position: relative;
}

.product-select-group i {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    color: #2b8bd6;
}

.product-select-group select {
    padding-left: 38px;
}

.contact-form textarea {
    min-height: 110px;
    resize: none;
}

.submit-btn {
    width: 100%;
    padding: 12px;
    border: none;
    border-radius: 12px;
    background: #2b8bd6;
    color: #fff;
    font-weight: 600;

    cursor: pointer;
    transition: .25s;
}

.submit-btn:hover {
    background: #009946;
}

/* =========================
   MAP SECTION
========================= */
.map-section {
    padding: 40px 0 70px;
}

/* contact us section */
.map-section h4 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .3px;
    color: #009946;
    margin-bottom: 10px;
    position: relative;
    padding-left: 14px;
}

/* Left accent bar */
.map-section h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 6px;
    height: 16px;
    border-radius: 4px;
    background: #2b8bd6;
}

/* Responsive */
@media(max-width:480px) {
    .map-section h4 {
        font-size: 15px;
    }
}

.map-section iframe {
    width: 100%;
    height: 300px;
    border-radius: 14px;
    border: 2px solid #d0e6ff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
}

/* =========================
   RESPONSIVE
========================= */
@media(max-width:992px) {
    .contact-page-section .inner-column {
        margin-bottom: 20px;
    }
}

@media(max-width:768px) {
    .section-title h2 {
        font-size: 26px;
    }

    .contact-page-section {
        padding: 40px 0;
    }
}

@media(max-width:480px) {
    .contact-address {
        padding: 14px;
    }

    .contact-action-icons a {
        width: 34px;
        height: 34px;
    }
}


/* Poster */
.event-poster {
    flex: 1;
    min-width: 280px;
}

.event-poster img {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

/* Event Info */
.event-info {
    flex: 1;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.info-card {
    background: #fff;
    padding: 18px 20px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.info-card h4 {
    margin: 0 0 6px;
    font-size: 14px;
    color: #777;
    font-weight: 600;
}

.info-card p {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #222;
}

/* Map Frame */
.floor-map {
    margin-top: 40px;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.floor-map iframe {
    width: 100%;
    height: 480px;
    border: none;
}

/* Responsive */
@media (max-width: 768px) {
    .events-wrapper {
        flex-direction: column;
    }

    .floor-map iframe {
        height: 350px;
    }
}

/* Section Wrapper */
.testimonial-section {
    max-width: 1300px;
    margin: auto;
    padding: 20px 20px;
}

/* Title */
.testimonial-title {
    text-align: center;
    font-size: 34px;
    font-weight: 700;
    color: #009946;
    margin-bottom: 50px;
}

/* Card Container */
.testimonial-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.15);
    margin-bottom: 45px;
}

/* Grid layouts */
.video-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.video-grid-2 {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 25px;
}

/* Video */
video {
    width: 100%;
    height: 190px;
    border-radius: 8px;
    background: #000;
}

/* Tablet */
@media(max-width:1024px) {
    .video-grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media(max-width:768px) {
    .testimonial-title {
        font-size: 26px;
    }

    .video-grid-2 {
        grid-template-columns: 1fr;
    }

    video {
        height: 220px;
    }
}

/* Small Mobile */
@media(max-width:480px) {
    .video-grid-4 {
        grid-template-columns: 1fr;
    }
}

.events-section {
    position: relative;
}

.events-section .inner-container {
    position: relative
}

.events-section .inner-container .pattern-layer-one {
    position: absolute;
    content: '';
    left: -150px;
    top: -180px;
    right: 0;
    bottom: 0;
    width: 459px;
    height: 476px;
    z-index: 1
}

.events-section .pattern-layer-two {
    position: absolute;
    content: '';
    right: 0;
    top: 100px;
    right: 0;
    bottom: 0;
    width: 221px;
    height: 488px;
    z-index: 1
}

.events-section .row {
    margin: 0 -5px
}

.events-section .column {
    padding: 0 5px
}

.events-section .title-box {
    position: relative;
    z-index: 10
}

.events-section .title-box h2 {
    position: relative;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    padding: 18px 45px;
    background-color: #1cba9f
}

.events-section .title-box h2:before {
    position: absolute;
    content: '';
    right: -40px;
    top: 0;
    border-bottom: 69px solid #1cba9f;
    border-right: 40px solid transparent
}

.events-section .title-box h2:after {
    position: absolute;
    content: '';
    right: -34px;
    top: 0;
    width: 20px;
    height: 100%;
    -ms-transform: skewX(30deg);
    -webkit-transform: skewX(30deg);
    transform: skewX(30deg);
    background-color: rgba(28, 186, 159, .1)
}

.events-section .title-box .view-events {
    position: relative;
    color: #009946;
    ;
    font-weight: 500;
    font-size: 15px;
    margin-top: 22px;
    display: inline-block;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease
}

.events-section .title-box .view-events:hover {
    color: #1cba9f
}

/* SECTION TITLE */
.upcoming-events-heading {
    font-size: 32px;
    font-weight: 700;
    color: #009946;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}

.upcoming-events-heading::after {
    content: "";
    width: 80px;
    height: 4px;
    background: #009946;
    display: block;
    margin: 10px auto 0;
}

/* MAIN WRAPPER */
.upcoming-events-wrap {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
    align-items: stretch;
}

/* POSTER */
.event-poster-box img {
    max-width: 520px;
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* INFO PANEL */
.event-info-panel {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    padding: 30px;
    max-width: 520px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* INFO CARDS */
.event-info-item {
    margin-bottom: 18px;
}

.event-info-item h4 {
    font-size: 14px;
    color: #555;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.event-info-item p {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
}

/* BOOTH TAG */
.event-booth-tag {
    display: inline-block;
    background: #009946;
    color: #ffffff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 13px;
    margin-top: 6px;
}

/* BUTTON */
.event-action-btn {
    display: inline-block;
    margin-top: 25px;
    padding: 14px 32px;
    background: #009946;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    animation: eventBtnFloat 2s ease-in-out infinite;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.event-action-btn:hover {
    background: #007a38;
}

/* FLOAT ANIMATION */
@keyframes eventBtnFloat {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }

    100% {
        transform: translateY(0);
    }
}

/* FLOOR MAP */
.event-floor-map {
    margin-top: 40px;
    width: 100%;
    text-align: center;
}

.event-floor-map iframe {
    height: 450px;
    width: 80%;
    border: none;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .upcoming-events-wrap {
        flex-direction: column;
        align-items: center;
    }
}

/* ===============================
   EVENT SECTION
================================= */
.event-area {
    background: #f8f9fa;
    text-align: center;
}

/* Heading */
.event-title {
    font-size: 32px;
    font-weight: 700;
    color: #009946;
    margin-bottom: 10px;
}

.event-title-line {
    width: 80px;
    height: 4px;
    background: #009846;
    margin: 0 auto 30px;
    border-radius: 2px;
}

/* Grid */
.event-grid {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.event-box {
    position: relative;
    overflow: hidden;
}

.event-img {
    width: 100%;
    display: block;
    transition: transform 0.4s ease;
}

/* Animated text */
.click-anim {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%) translateY(20px) scale(0.9);

    background: #009946;
    color: #fff;
    padding: 10px 26px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;

    opacity: 0;
    transition: all 0.35s ease;
    pointer-events: none;
}

/* Hover animation */
.event-box:hover .click-anim {
    opacity: 1;
    transform: translateX(-50%) translateY(0) scale(1);
}

.event-box:hover .event-img {
    transform: scale(1.03);
}

.event-box {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    width: 100%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.event-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.15);
}

/* Image */
.event-img {
    width: 600px;
    object-fit: cover;
}

/* Link Reset */
.event-link {
    text-decoration: none;
}

/* Button */
.event-btn {
    display: inline-block;
    margin-top: 35px;
    padding: 14px 36px;
    background: #009946;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: 0.3s ease;
}

.event-btn:hover {
    background: #a81f1f;
    transform: translateY(-2px);
}

@media (max-width: 992px) {
    .event-title {
        font-size: 28px;
    }

    .event-grid {
        gap: 25px;
    }
}

@media (max-width: 576px) {
    .event-title {
        font-size: 24px;
    }

    .event-grid {
        gap: 20px;
        flex-direction: column;
        align-items: center;
    }

    .event-box {
        max-width: 326px;
    }

    .event-btn {
        font-size: 15px;
        padding: 12px 28px;
    }
}


/* Section */
.experience-section {
    max-width: 1300px;
    margin: auto;
    padding: 60px 20px;
}

/* Top Layout */
.experience-top {
    display: grid;
    grid-template-columns: 1.2fr 2fr;
    gap: 40px;
}

/* Left Content */
.exp-left small {
    color: #009946;
    font-weight: 600;
    letter-spacing: 1px;
}

.exp-left h2 {
    font-size: 28px;
    color: #009946;
}

.exp-left p {
    max-width: 420px;
    line-height: 1.6;
    color: #000;
}

/* Slider */
.slider {
    overflow: hidden;
    position: relative;
}

.slider-track {
    display: flex;
    transition: transform 0.6s ease;
}

/* Testimonial Card */
.testimonial-box {
    min-width: 50%;
    background: #009946;
    color: #fff;
    padding: 28px;
    border-radius: 10px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
    margin-right: 25px;
}

.testimonial-box p {
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
}

/* Doctor Info */
.doctor-info {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
}

.doctor-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #009946;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    border: 2px solid #ffffff;
}

.doctor-info h4 {
    margin: 0;
    font-size: 14px;
}

.doctor-info span {
    font-size: 12px;
    opacity: 0.9;
}

/* Dots */
.dots {
    margin-top: 18px;
    text-align: center;
}

.dots span {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #ccc;
    border-radius: 50%;
    margin: 0 4px;
}

.dots span.active {
    background: #009946;
}

/* Videos */
video {
    width: 100%;
    height: auto;
    max-height: 505px;
    border-radius: 8px;
}

.video-section {
    margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.video-box iframe {
    width: 100%;
    height: 260px;
    border-radius: 10px;
    border: none;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
}


/* Responsive */
@media(max-width:992px) {
    .experience-top {
        grid-template-columns: 1fr;
    }

    .testimonial-box {
        min-width: 100%;
    }

    .video-section {
        grid-template-columns: 1fr;
    }
}

@media(max-width:576px) {
    .exp-left h2 {
        font-size: 22px;
    }

    .video-box iframe {
        height: 220px;
    }
}

.ortho-pattern-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.05;
    z-index: 0;
}

.ortho-outer-wrapper {
    position: relative;
    z-index: 1;
    max-width: 1300px;
    margin: 0 auto;
}

.ortho-inner {
    display: flex;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
}

/* LEFT COLUMN */
.ortho-left-column {
    flex: 1 1 45%;
    position: relative;
}

.ortho-left-inner {
    position: relative;
}

.ortho-shadow {
    position: absolute;
    width: 80px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}

.ortho-shadow-one {
    top: 10%;
    left: -10%;
}

.ortho-shadow-two {
    bottom: 15%;
    left: 5%;
}

.ortho-shadow-three {
    top: 20%;
    right: -5%;
}

.ortho-image-box {
    position: relative;
    width: 100%;
    z-index: 2;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.ortho-image-box img {
    width: 100%;
    display: block;
    border-radius: 10px;
    object-fit: cover;
}

/* RIGHT COLUMN */
.ortho-right-column {
    flex: 1 1 50%;
}

.ortho-heading {
    font-size: 32px;
    font-weight: 700;
    color: #009946;
    margin-bottom: 20px;
}

.ortho-right-inner p {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 15px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .ortho-inner {
        flex-direction: column;
        gap: 30px;
    }

    .ortho-left-column,
    .ortho-right-column {
        flex: 1 1 100%;
    }

    .ortho-heading {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .ortho-intro-section {
        padding: 40px 15px;
    }

    .ortho-heading {
        font-size: 24px;
    }

    .ortho-right-inner p {
        font-size: 15px;
    }

    .ortho-shadow {
        display: none;
    }
}

/* our products */
.wrap-box {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
}

/* Heading Block */
.heading-main {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #009946;
    margin-bottom: 10px;
}

.heading-line {
    width: 60px;
    height: 4px;
    background-color: #009846;
    margin: 0 auto 15px;
    border-radius: 2px;
}

.intro-text {
    text-align: center;
    font-size: 16px;
    color: #333;
    max-width: 800px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

/* Product Grid */
.items-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 45px;
}

.item-card {
    width: 300px;
    text-align: center;
}

.img-circle-box {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto 15px;
}

.img-circle-box img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.ring-outline {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-90deg);
}

.item-title {
    font-size: 16px;
    font-weight: 700;
    color: #0b4c5f;
    margin-bottom: 5px;
}

.item-subtitle {
    font-size: 14px;
    color: #333;
    line-height: 1.3;
}

/* Read More Button */
.read-more-btn {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 16px;
    background: #38B2AC;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.3s;
}

.read-more-btn:hover {
    background: #2c7d7c;
}

/* Hover Effect */
.img-circle-box img:hover {
    transform: scale(1.05);
}

/* Responsive */
@media (max-width: 1024px) {
    .item-card {
        width: 45%;
    }
}

@media (max-width: 768px) {
    .item-card {
        width: 90%;
    }
}

.ortho-intro-wrapper {
    position: relative;

}

.ortho-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.ortho-content-wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
}

/* LEFT IMAGE COLUMN */
.ortho-image-column {
    flex: 1 1 45%;
    position: relative;
}

.ortho-image-inner {
    position: relative;
}

.ortho-shadow {
    position: absolute;
    width: 80px;
    height: 80px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}

.ortho-shadow-1 {
    top: 10%;
    left: -10%;
}

.ortho-shadow-2 {
    bottom: 15%;
    left: 5%;
}

.ortho-shadow-3 {
    top: 20%;
    right: -5%;
}

.ortho-image-box {
    position: relative;
    width: 100%;
    z-index: 2;
}

.ortho-image-box img {
    width: 100%;
    display: block;
    border-radius: 10px;
    object-fit: cover;
}

/* RIGHT TEXT COLUMN */
.ortho-text-column {
    flex: 1 1 50%;
}

.ortho-heading {
    font-size: 32px;
    font-weight: 700;
    color: #318794;
    margin-bottom: 20px;
}

.ortho-paragraph {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 15px;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .ortho-content-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    .ortho-image-column,
    .ortho-text-column {
        flex: 1 1 100%;
    }

    .ortho-heading {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .ortho-intro-wrapper {
        padding: 40px 15px;
    }

    .ortho-heading {
        font-size: 24px;
    }

    .ortho-paragraph {
        font-size: 15px;
    }

    .ortho-shadow {
        display: none;
    }
}

/* ================= SECTION ================= */
.product-showcase {
    text-align: center;
    padding: 40px 0;
    background: #fff;
}

.product-showcase h2 {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #009946;
}

.section-divider {
    width: 90px;
    height: 5px;
    background: #aec6ef;
    margin: 10px auto 20px;
    position: relative;
    border-radius: 3px;
}

.section-divider::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #009946;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product-showcase p {
    max-width: 900px;
    margin: 0 auto 40px;
    color: #111;
}

/* ================= SLIDER ================= */
.product-slider-wrapper {
    width: 90%;
    margin: auto;
    position: relative;
}

.product-slider-container {
    overflow: hidden
}

.product-slider-track {
    display: flex;
    transition: transform .4s ease;
}

/* ================= CARD ================= */
.product-item {
    flex: 0 0 calc(25% - 20px);
    margin: 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    text-decoration: none;
    color: #000;
}

.product-item img {
    width: 100%;
    height: auto;
    max-height: 230px;
    object-fit: contain;
    padding: 10px;
}

.product-item h5 {
    background: #009946;
    color: #fff;
    display: inline-block;
    padding: 8px 16px;
    border-radius: 25px;
    margin: 10px 0;
    font-size: 15px;
    text-transform: uppercase;
}

.product-item p {
    padding: 0 12px;
    line-height: 1.6;
}

/* ================= CONTROLS ================= */
.slider-control {
    position: absolute;
    top: 45%;
    background: #009946;
    color: #fff;
    border: none;
    font-size: 28px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 5;
}

.slider-prev {
    left: -60px
}

.slider-next {
    right: -60px
}

.slider-control:disabled {
    opacity: .4
}

/* ================= DOTS ================= */
.slider-pagination {
    text-align: center;
    margin-top: 20px;
}

.slider-dot {
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    display: inline-block;
    margin: 5px;
}

.slider-dot.active {
    background: #009946;
    transform: scale(1.2);
}

/* ================= RESPONSIVE ================= */
@media(max-width:991px) {
    .product-item {
        flex: 0 0 calc(50% - 20px)
    }
}

@media(max-width:767px) {
    .product-item {
        flex: 0 0 100%
    }

    .slider-prev {
        left: -25px
    }

    .slider-next {
        right: -25px
    }

    .product-showcase h2 {
        font-size: 2.3rem
    }
}

button.btn-get-quote {
    background-color: #007a38;
    color: #fff;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    padding: 10px 30px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

button.btn-get-quote:hover {
    background-color: #00652f;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}

button.btn-get-quote:active {
    transform: translateY(0);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

button.btn-get-quote:focus {
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(0, 122, 56, 0.4);
}

@media (max-width: 768px) {
    button.btn-get-quote {
        padding: 11px 28px;
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    button.btn-get-quote {
        background-color: #008f43;
        padding: 12px 26px;
        font-size: 15px;
    }
}


/* market area */
.ortho-wrapper {
    max-width: 1310px;
    margin: auto;
    padding: 20px 20px;
}

.ortho-box {
    background: #fff;
    border-left: 6px solid #007a38;
    padding: 40px;
    margin-bottom: 40px;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}

.ortho-box::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -30%;
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, #007a38, #8cef7a);
    border-radius: 50%;
    opacity: 0.08;
}

.ortho-box h2,
.ortho-box h3,
.ortho-box h4 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #007a38;
    position: relative;
    text-align: justify;
}

.ortho-box h2::after,
.ortho-box h3::after,
.ortho-box h4::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #007a38;
    margin-top: 8px;
    border-radius: 10px;
    text-align: justify;
}

.ortho-box p {
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
    color: #000;
}

.fade-up {
    animation: fadeUp 1s ease both;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media(max-width:768px) {
    .ortho-box {
        padding: 25px;
    }

    .ortho-box h2,
    .ortho-box h3,
    .ortho-box h4 {
        font-size: 22px;
        text-align: justify;
    }

    .ortho-box p {
        font-size: 15px;
    }
}

/* footer */
.site-footer {
    position: relative;
    background: url('../images/background/footer-bg.jpg') no-repeat center center;
    background-size: cover;
    padding: 50px 20px;
    color: #050404;
    overflow: hidden;
}

.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 0;
}

.footer-container {
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 1;
}

/* FOOTER ROW */
.footer-row {
    display: flex;
    gap: 30px;
    flex-wrap: nowrap;
    /* single row */
}

/* FOOTER COLUMN */
.footer-col {
    flex: 1;
    min-width: 200px;
}

/* UNIQUE HEADINGS */
.footer-col h3 {
    font-size: 18px;
    font-weight: 700;
    color: #009946;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

/* Heading underline */
.footer-col h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: #009946;
    border-radius: 2px;
}

/* OPTIONAL icon before heading */
.footer-col h3::before {
    content: "\f0c1";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 8px;
    color: #009946;
}

/* PARAGRAPHS & LINKS */
.footer-col p,
.footer-col li {
    line-height: 1.7;
    color: #000;
}

.footer-col ul {
    list-style: none;
    padding: 0;
}

.footer-col ul li {
    margin-bottom: 10px;
}

/* Tick style for links */
.footer-col.links-col ul li::before,
.footer-col.quick-col ul li::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    width: 18px;
    height: 18px;
    text-align: center;
    background-color: #009946;
    color: #fff;
    border-radius: 50%;
    margin-right: 8px;
    font-size: 12px;
}

.footer-col ul li a {
    color: #050404;
    text-decoration: none;
    transition: 0.3s;
}

.footer-col ul li a:hover {
    color: #009946;
}

/* CONTACT ICONS */
.footer-col.contact-col ul li i {
    margin-right: 8px;
    color: #009946;
}

/* MAP */
iframe.map {
    width: 100%;
    height: 200px;
    border: none;
    margin-top: 20px;
}

/* HR */
hr {
    border: 0.5px solid #555;
}

/* FOOTER BOTTOM */
.footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;
    color: #050404;
}

/* SOCIAL ICONS CIRCLE */
.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #a7afab;
    color: #000;
    border-radius: 50%;
    margin: 0 6px;
    font-size: 16px;
    transition: all 0.3s;
    text-decoration: none;
}

.footer-social a:hover {
    background: #009946;
    color: #fff;
}

/* RESPONSIVE */
@media (max-width: 1200px) {
    .footer-row {
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .footer-row {
        flex-direction: column;
        gap: 20px;
    }
}

#product-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 900px;
    margin: auto;
    padding: 20px 0;
}

.product-code {
    font-weight: bold;
    font-size: 1.2rem;
    margin-right: 20px;
}

.product-name {
    font-size: 1.2rem;
}

.product-img {
    max-width: 250px;
}