﻿/*
Green : #99be3b
Blue : #013e7f
*/
::selection{
    background-color: #e44111;
    color: #fff;
}
::-webkit-selectio{
    background-color: #e44111;
    color: #fff;

}
#preloader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
    transition: 0.3s ease opacity;
    text-align: center;
    width: 100%;
    height: 100%
}

#preloader:before,
#preloader:after {
    content: "";
    width: 80px;
    height: 80px;
    border: 3px solid #00bcd1;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    animation-name: LoaderCicle;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

#preloader:after {
    animation-delay: 1s
}

@keyframes LoaderCicle {
    0% {
        width: 0;
        height: 0;
        opacity: 0
    }

    10% {
        width: 10px;
        height: 10px;
        opacity: 1
    }

    80% {
        width: 60px;
        height: 60px;
        opacity: 0.1
    }

    100% {
        width: 70px;
        height: 70px;
        opacity: 0
    }
}

a:hover,
a:active {
    color: #00bcd1;
    text-decoration: none
}

/*
.bg-primary {
    background-color: #00bcd1 !important
}
*/
.bg-primary {
    background-color: #e44111 !important
}

.bg-secondary {
    background-color: #0a3484 !important
}

.bg-primary-90 {
    background: #013e7f;
}

.bg-dark-blue {
    background: #091e42
}

.bg-light-blue {
    background: #0692fb
}

.bg-primary-80 {
    background: #013e7f95;
}

.theme-overlay[data-overlay-dark]:before {
    background: #441110;
}

.left-overlay[data-overlay-dark]:before {
    background: rgba(0, 0, 0, 0.76);
    background: linear-gradient(-90deg, transparent, #000 65%)
}

.common-block {
    padding: 35px;
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 4px
}

.text-primary {
    color: #a3a3a3 !important
}

.text-secondary {
    color: #0a3484 !important
}

.text-primary-hover:hover {
    color: #00bcd1 !important
}

.text-white-hover:hover {
    color: #fff !important
}

.shadow-primary {
    -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2)
}

.bd-example > .btn,
.bd-example > .btn-group,
.bd-example > .butn {
    margin: .25rem .125rem
}

.line-through {
    text-decoration: line-through
}

.primary-hover:hover {
    color: #00bcd1 !important
}

.cursor-pointer {
    cursor: pointer
}

.height-100vh {
    height: 100vh
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1170px
    }
}

@media screen and (min-width: 1400px) {
    .container {
        max-width: 1320px
    }
}

@media screen and (max-width: 991px) {
    .mfp-container {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (max-width: 479px) {
    .xs-width-145px {
        width: 145px;
        position: relative;
        top: 4px;
        margin-right: 0
    }
}

.dept-category li {
    border-color: #eaeaea;
    padding-left: 40px !important
}

.dept-category li.active a {
    color: #00bcd1;
    font-weight: bold
}

.dept-category li.active:before {
    color: #00bcd1
}

.dept-category.list-style-5 li:before {
    left: 15px;
    margin-top: 1px;
    font-size: 14px
}

.list-style-5.no-list-style li {
    padding-left: 10px;
    padding-right: 10px
}

.list-style-5.no-list-style li:before {
    content: none
}

.list-style-none li {
    list-style: none
}

.list-style-1 li {
    padding: 5px 0
}

@media screen and (max-width: 991px) {
    .categories .collapse-sm:after {
        font-family: Font Awesome\ 5 Free;
        content: "\f105";
        float: right;
        margin-top: 1px
    }

    .categories .collapse-sm.current:after {
        font-family: Font Awesome\ 5 Free;
        content: "\f107";
        float: right
    }

    .categories .dept-category {
        display: none
    }
}

.scroll-to-top {
    font-size: 20px;
    text-align: center;
    color: #441110;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #441110;
    width: 35px;
    height: 35px;
    line-height: 30px;
    z-index: 9999;
    outline: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all 0.3s ease
}

.scroll-to-top i {
    color: #441110
}

.scroll-to-top:hover {
    color: #fff;
    background: #441110
}

.scroll-to-top:hover i {
    color: #fff
}

.scroll-to-top:visited {
    color: #1e2022;
    text-decoration: none
}

.butn {
    background: #e44111;
    cursor: pointer;
    font-weight: 600;
    color: #fff;
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 20px;
    padding: 12px 32px;
    border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    -webkit-transition: all linear 300ms;
    transition: all linear 300ms;
    border: none;
    text-align: center
}

.butn:hover,
.butn:active {
    color: #fff;
    background: #441110
}

a.butn:hover,
a.butn:active,
a.butn:focus {
    color: #fff;
    background: #441110
}

.butn:focus {
    color: #fff
}

.butn.white {
    background: #e44111;
    color: #fff;
}

.butn.white:hover {
    color: #e44111!important;
    background: #fff!important;
}

a.butn.white:hover,
a.butn.white:active,
a.butn.white:focus {
    color: #fff;
    background: #1e2022
}

.butn.dark {
    color: #fff;
    background: #1e2022
}

.butn.dark:hover,
.butn.dark:active,
.butn.dark:focus {
    color: #fff;
    background: #00bcd1
}

.butn.white-hover:hover,
.butn.white-hover:active,
.butn.white-hover:focus {
    color: #00bcd1;
    background: #fff
}

.butn.small {
    letter-spacing: 1px;
    font-size: 12px;
    line-height: 20px;
    padding: 8px 20px;
    white-space: nowrap
}

.butn.md {
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 20px;
    padding: 12px 24px
}

.butn.transparent {
    background: none;
    border: 1px solid #e44111;
    color: #1e2022
}

.butn.transparent:hover {
    background: #e44111;
    border: 1px solid #af2220;
    color: #fff
}

.butn.appointment {
    background: #e44111;
    border: 1px solid #e44111;
    color: #fff;
    font-weight: 400;
    padding: 8px 14px !important;
    font-size: 16px
        
}

.butn.appointment:hover {
    background: #fff;
    color: #6b2b15;
    border: 1px solid #e44111;
}

@media screen and (max-width: 991px) {
    .butn {
        padding: 14px 28px;
        font-size: 13px
    }

    .butn.appointment {
        padding: 7px 5px 7px 5px !important;
        background: none;
        color: #f15b5a
    }

    .butn.appointment:hover {
        color: #00bcd1;
        background: none
    }
}

@media screen and (max-width: 767px) {
    .butn {
        padding: 12px 24px
    }

    .xs-letter-spacing-2 {
        letter-spacing: 2px
    }
}

#top-bar {
    display: block;
    position: relative;
    z-index: 999;
    padding: 7px 0
}

.top-bar-info {
    display: inline-block;
    vertical-align: middle
}

.top-bar-info li i {
    font-size: 16px;
    color: #00bcd1;
    margin-right: 8px;
    margin-top: 0;
    display: inline-block;
    vertical-align: text-bottom
}

.top-bar-info ul {
    margin-bottom: 0
}

.top-bar-info li {
    font-weight: 500;
    list-style-type: none;
    font-size: 13px;
    border-color: rgba(225, 225, 225, 0.6) !important;
    padding: 0 15px 0 0;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0
}

.top-bar-info li:last-child {
    padding-right: 0;
    margin-right: 0
}

.top-social-icon {
    padding: 0;
    float: right;
    margin: 0
}

.top-social-icon li {
    font-size: 14px;
    list-style-type: none;
    float: left;
    text-align: center;
    margin: 0;
    padding: 0 7px
}

.top-social-icon li:last-child {
    padding-right: 0
}

.top-social-icon li:last-child a {
    padding-right: 0
}

.top-social-icon li a {
    color: #fff;
    line-height: 28px;
    -moz-transition-duration: .3s;
    -ms-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    padding: 0 3px
}

@media screen and (max-width: 575px) {
    .top-bar-info li {
        border-right: none !important;
        margin-right: 0
    }
}

.header-icon {
    border: 1px solid #666;
    border-radius: 50%;
    min-height: 50px;
    min-width: 50px;
    line-height: 2;
    font-size: 24px;
    text-align: center;
    display: inline-block
}

.header-icon i {
    vertical-align: sub
}

.header-icon2 {
    border: none;
    background: rgba(0, 188, 209, 0.1);
    color: #00bcd1;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 22px;
    line-height: 50px
}

.header-icon3 {
    border: 1px solid #fff;
    background: #fff;
    color: #00bcd1;
    border-radius: 50%;
    min-height: 50px;
    min-width: 50px;
    line-height: 2;
    font-size: 24px;
    text-align: center;
    display: inline-block
}

.navbar-nav li.current > a {
    color: #00bcd1
}

.navbar-nav li.current > a,
.navbar-nav li.active > a {
    color: #9abf3e
}

.navbar > ul > li.current > a:after {
    border-color: transparent #00bcd1 #00bcd1 transparent
}

.menu_area-light .navbar-nav li.current > a,
.menu_area-light .navbar-nav li.active > a {
    color: #00bcd1
}

.menu_area-light .navbar > ul > li.current > a:after {
    border-color: transparent #00bcd1 #00bcd1 transparent
}

.menu_area-light.scrollHeader .navbar-nav li.current > a {
    color: #00bcd1
}

.menu_area-light.scrollHeader .navbar-nav li.current > a:hover {
    color: #00bcd1
}

.menu_area-light.scrollHeader .navbar-nav li.active > a {
    color: #00bcd1
}

.menu_area-light.scrollHeader .navbar > ul > li.current > a:after {
    border-color: transparent #00bcd1 #00bcd1 transparent
}

.header-style3 .navbar-nav li.current > a {
    color: #e44111;
}

.header-style3 .navbar > ul > li.current > a:after {
    border-color: transparent #fff #fff transparent
}

.header-style3.scrollHeader .navbar-nav li.current > a {
    color: #e31836
}

.header-style3.scrollHeader .navbar-nav li.current > a:hover {
    color: #e31836
}

.header-style3.scrollHeader .navbar > ul > li.current > a:after {
    border-color: transparent #fff #fff transparent
}
.header-style3.scrollHeader .navbar > ul > li.has-sub > a:after{
    color: #fff;
}
@media screen and (min-width: 992px) {
    .header-style3 .navbar ul ul li.active > a {
        color: #333333
    }

    .menu_area-light .navbar-nav li.current > a,
    .menu_area-light .navbar-nav li.active > a {
        color: #e31836
    }

    .menu_area-light .navbar ul ul li.active > a {
        color: #e31836
    }

    .menu_area-light .navbar > ul > li.current > a:after {
        border-color: transparent #00bcd1 #00bcd1 transparent
    }

    .menu_area-light .navbar-nav > li.has-sub > a:hover {
        color: #00bcd1
    }

    .menu_area-light .navbar > ul > li.has-sub > a:after {
        border-color: transparent #fff #fff transparent
    }

    .menu_area-light .navbar > ul > li.has-sub > a:hover:after {
        border-color: transparent #00bcd1 #00bcd1 transparent
    }

    .menu_area-light .navbar-nav li.has-sub a:hover {
        color: #00bcd1
    }

    .menu_area-light .navbar > ul > li.current > a:after {
        border-color: transparent #00bcd1 #00bcd1 transparent
    }

    .menu_area-light.scrollHeader .navbar-nav > li > a {
        color: #fff
    }

    .menu_area-light.scrollHeader .navbar-nav > li.has-sub > a:hover {
        color: #00bcd1
    }

    .menu_area-light.scrollHeader .navbar > ul > li.has-sub > a:after {
        border-color: transparent #fff #fff transparent
    }

    .menu_area-light.scrollHeader .navbar > ul > li.has-sub > a:hover:after {
        border-color: transparent #00bcd1 #00bcd1 transparent
    }

    .menu_area-light.scrollHeader .navbar-nav li.current > a {
        color: #00bcd1
    }

    .menu_area-light.scrollHeader .navbar-nav li.current > a:hover {
        color: #00bcd1
    }

    .menu_area-light.scrollHeader .navbar > ul > li.current > a:after {
        border-color: transparent #00bcd1 #00bcd1 transparent
    }

    .menu_area-light .attr-nav > ul > li > a {
        color: #fff
    }
}

@media screen and (max-width: 991px) {
    .navbar ul ul li.active > a {
        color: #00bcd1
    }

    .navbar-nav li.active > a {
        opacity: 1;
        color: #00bcd1
    }
}

@media screen and (max-width: 1399px) {
    .header-custom .navbar-default .butn.appointment {
        background: transparent;
        color: #f15b5a;
        padding: 0 !important
    }

    .header-custom .navbar-default .butn.appointment i {
        vertical-align: top !important;
        margin-right: 0 !important
    }
}

@media screen and (max-width: 1199px) {
    .header-custom .navbar-nav > li {
        margin-left: 2px
    }

    .header-custom .attr-nav > ul > li > a {
        padding: 19px 8px
    }

    .header-custom .navbar-brand img {
        max-height: 36px
    }
}

@media screen and (max-width: 991px) {
    .header-custom .navbar-toggler {
        top: 16px
    }

    .header-custom .attr-nav {
        margin-top: 0
    }

    .header-custom .navbar-default .butn.appointment {
        padding: 7px 5px 7px 5px !important
    }

    .header-custom .attr-nav > ul > li > a {
        padding: 0
    }

    .header-custom .navbar-nav {
        top: 70px
    }
}

@media screen and (max-width: 479px) {
    .header-custom .navbar-nav {
        top: 68px
    }
}

.header-custom-fill #top-bar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25)
}

@media screen and (max-width: 991px) {
    .header-custom-fill .navbar-toggler {
        background: #fff
    }

    .header-custom-fill .navbar-toggler:after {
        border-top: 2px solid #1e2022;
        border-bottom: 2px solid #1e2022
    }

    .header-custom-fill .navbar-toggler:before {
        background: #1e2022
    }

    .header-custom-fill .navbar-toggler.menu-opened:after {
        background: #1e2022;
        border: transparent
    }

    .header-custom-fill .navbar-toggler.menu-opened:before {
        background: #1e2022
    }

    .header-custom-fill .attr-nav > ul > li > a {
        color: #fff
    }

    .header-custom-fill .badge.bg-primary {
        color: #00bcd1;
        background: #fff !important
    }

    .header-custom-fill .top-search {
        position: absolute;
        width: 100%;
        left: 0;
        top: 120px
    }
}

@media screen and (max-width: 767px) {
    .header-custom-fill .top-search {
        top: 78px
    }
}

@media screen and (max-width: 479px) {
    .header-custom-fill .top-search {
        top: 68px
    }
}

.onepage-nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    min-height: 70px;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.onepage-nav .logo {
    padding: 10px 0;
    width: 250px
}

.onepage-nav.nav-scroll {
    background: #fff;
    box-shadow: 0 5px 10px -10px rgba(0, 0, 0, 0.6);
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    transition: transform .5s;
    transform: translateY(100px);
    z-index: 99
}

.header .social-links a {
    display: inline-block;
    margin: 0 12px;
    font-size: 18px
}

.header .social-links a:hover {
    opacity: 0.85
}

.header .social-links:last-child {
    margin-right: 0
}

.navbar .navbar-nav .nav-link.active {
    color: #00baee
}

.navbar.nav-scroll .navbar-nav .nav-link:hover,
.navbar.nav-scroll .navbar-nav .nav-link.active {
    color: #00baee
}

@media screen and (max-width: 1499px) {
    .onepage-nav > .container {
        padding-right: 5.5rem
    }
}

@media screen and (max-width: 1399px) {
    .onepage-nav > .container {
        padding-right: 1rem
    }
}

@media screen and (max-width: 1299px) {
    .onepage-nav > .container {
        padding-right: 3.5rem
    }
}

@media screen and (max-width: 991px) {
    .onepage-nav {
        padding-left: calc(var(--bs-gutter-x)/ 2);
        padding-right: calc(var(--bs-gutter-x)/ 2);
        --bs-gutter-x: 1.5rem;
        width: 100%;
        background: #fff
    }

    .onepage-nav .logo {
        width: 210px
    }

    .onepage-nav > .container {
        padding: 10px 0;
        position: relative
    }

    .onepage-nav .navbar-nav {
        top: 0;
        position: relative;
        background: #1e2022;
        display: block
    }

    .onepage-nav .navbar-nav li {
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        float: none
    }

    .onepage-nav .navbar-nav > li > a {
        color: #fff
    }

    .onepage-nav .navbar-toggler {
        top: 18px
    }

    .onepage-nav .navbar-nav .nav-link {
        padding: 12px 15px
    }

    .onepage-nav .logo {
        padding: 6px 0
    }
}

.side-menu {
    width: 30%;
    position: fixed;
    right: 0;
    top: 0;
    background: #1e2022;
    z-index: 99999;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease, -o-transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden
}

.side-menu.left {
    left: 0;
    right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.side-menu.black {
    background: #232323
}

.side-menu.side-menu-active,
.side-menu.before-side {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0
}

#close_sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 9999;
    opacity: 0.4
}

.side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 15px;
    cursor: pointer;
    background: none;
    opacity: 1
}

.side-menu.before-side .btn-close {
    display: none
}

.side-menu .btn-close:before,
.side-menu .btn-close:after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #fff;
    top: 5px
}

.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    margin-right: 1rem;
    position: absolute;
    right: 25px;
    top: 22px;
    z-index: 99
}

.sidemenu_btn.left {
    left: 15px;
    right: auto
}

.sidemenu_btn > span {
    height: 2px;
    width: 100%;
    background: #1e2022;
    display: block
}

.sidemenu_btn > span:nth-child(2) {
    margin: 4px 0
}

.nav-scroll .sidemenu_btn > span {
    background: #232323
}

.bg-black.nav-scroll .sidemenu_btn > span {
    background: #fff
}

.bg-white .sidemenu_btn > span,
.bg-white.nav-scroll .sidemenu_btn > span {
    background: #232323
}

.side-menu .inner-wrapper {
    padding: 3.5rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.side-menu .side-nav {
    margin-bottom: 30px;
    display: block
}

.side-nav .navbar-nav .nav-item {
    display: block;
    margin: 10px 0;
    padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px)
}

.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

.side-nav .navbar-nav .nav-item:nth-child(2) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s
}

.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s
}

.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #fff;
    padding: 2px 0 3px 0 !important;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: normal;
    position: relative;
    -webkit-border-radius: 0;
    border-radius: 0
}

.side-nav .navbar-nav .nav-link:after {
    content: "";
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1)
}

.side-nav .navbar-nav .nav-link:hover:after,
.side-nav .navbar-nav .nav-link:focus:after {
    width: 100%
}

.side-nav .navbar-nav .nav-link.active {
    background: transparent
}

.side-nav .navbar-nav .nav-link.active:after {
    width: 100%
}

.side-menu .social-links a {
    color: #fff
}

.side-menu .social-links a:hover {
    opacity: 0.65
}

@media screen and (max-width: 1399px) {
    .sidemenu_btn {
        margin-right: 0
    }
}

.main-slider {
    height: 900px
}

.main-slider * {
    height: 100%
}

.slider-fade .owl-theme .owl-nav {
    margin-top: 0;
    height: auto;
    line-height: 40px
}

.slider-fade .owl-theme .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.85)
}

.slider-fade .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 47%;
    background: #fff !important;
    opacity: 1;
    border-radius: 0;
    line-height: 32px
}

.slider-fade .owl-nav .owl-next:hover {
    opacity: 0.65
}

.slider-fade .owl-nav .owl-next span {
    color: #1e2022
}

.slider-fade .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 47%;
    background: #fff !important;
    opacity: 1;
    border-radius: 0;
    line-height: 32px
}

.slider-fade .owl-nav .owl-prev:hover {
    opacity: 0.65
}

.slider-fade .owl-nav .owl-prev span {
    color: #1e2022
}

.owl-carousel .caption .overflow-hidden {
    display: inline-block
}

.owl-carousel .caption h3 {
    font-weight: 200;
    animation-delay: 0.5s;
    position: relative;
    display: inline-block
}

.owl-carousel .caption h1 {
    margin: 10px 0;
    font-size: 80px;
    font-weight: 600;
    text-transform: uppercase;
    animation-delay: 0.8s
}

.owl-carousel .caption p {
    font-size: 18px;
    color: #eee;
    word-spacing: 2px;
    animation-delay: 1.2s
}

.owl-carousel .caption span {
    display: inline-block;
    padding: .2em 0
}

.owl-carousel .caption .butn {
    animation-delay: 1.4s
}

.owl-carousel .caption .butn i {
    position: relative;
    top: 1px;
    z-index: 9
}

.owl-carousel .caption .butn span {
    padding: 0
}

.slider-fade .owl-item {
    position: relative
}

.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center
}

.slider-fade .item .caption {
    width: 100%;
    z-index: 9;
    height: auto
}

.slider-fade .owl-theme .owl-dots {
    position: absolute;
    bottom: 3vh;
    width: 100%;
    left: 0;
    height: auto
}

@media only screen and (max-width: 1600px) {
    .main-slider {
        height: 700px
    }
}

@media only screen and (max-width: 1400px) {
    .main-slider {
        height: 650px
    }
}

@media only screen and (max-width: 1199px) {
    .main-slider {
        height: 600px
    }

    .slider-fade .owl-nav .owl-next {
        top: 45%
    }

    .slider-fade .owl-nav .owl-prev {
        top: 45%
    }

    .owl-carousel .caption h1 {
        font-size: 66px
    }
}

@media only screen and (max-width: 991px) {
    .main-slider {
        height: 575px
    }

    .slider-fade .owl-theme .owl-nav {
        margin-top: 0
    }

    .owl-carousel .caption h1 {
        font-size: 48px
    }

    .owl-carousel .caption p {
        font-size: 16px
    }
}

@media only screen and (max-width: 767px) {
    .main-slider {
        height: 550px
    }

    .owl-carousel .caption h1 {
        font-size: 42px;
        margin-top: 5px
    }

    .owl-carousel .caption h3 {
        letter-spacing: 1px
    }
}

@media only screen and (max-width: 575px) {
    .main-slider {
        height: 480px
    }

    .owl-carousel .caption h1 {
        font-size: 34px
    }
}

@media only screen and (max-width: 480px) {
    .main-slider {
        height: 420px
    }

    .owl-carousel .caption h1 {
        font-size: 28px;
        margin-top: 5px
    }
}

.slider-fade3 .owl-stage-outer {
    height: 100%
}

.slider-fade3 .owl-item {
    height: 100vh;
    position: relative
}

.slider-fade3 .text-center h1 {
    margin-left: auto;
    margin-right: auto
}

.slider-fade3 .text-right h1 {
    margin-right: 0;
    margin-left: auto
}

.slider-fade3 .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center center
}

.slider-fade3 .item .caption {
    width: 100%;
    z-index: 9
}

.slider-fade3 .owl-carousel .caption .overflow-hidden {
    display: inline-block;
    margin-top: -15rem
}

.slider-fade3 .owl-carousel .caption h3 {
    font-weight: 200;
    animation-delay: 0.5s;
    display: inline-block;
    position: relative
}

.slider-fade3 .owl-carousel .caption h3:before {
    content: "";
    width: 50px;
    height: 1px;
    background: #00bcd1;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.slider-fade3 .owl-carousel .caption h1 {
    animation-delay: 0.8s;
    font-size: 4rem;
    text-transform: none;
    font-weight: 700
}

.slider-fade3 .owl-carousel .caption p {
    color: #eee;
    word-spacing: 2px;
    animation-delay: 1.2s;
    margin-bottom: 30px
}

.slider-fade3 .owl-carousel .caption span {
    display: inline-block
}

.slider-fade3 .owl-carousel .caption .butn {
    animation-delay: 1.4s
}

.slider-fade3 .owl-theme .owl-dots {
    position: absolute;
    bottom: 5vh;
    width: 100%;
    left: 0
}

.slider-fade3 .owl-theme .owl-dots .owl-dot span {
    background: #ffffff
}

.slider-fade3 .owl-theme .owl-dots .owl-dot:hover span,
.slider-fade3 .owl-theme .owl-dots .owl-dot.active span {
    background: #00bcd1
}

.slider-fade3 .owl-theme .owl-nav {
    margin-top: -15rem
}

.slider-fade3 .owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    right: inherit;
    top: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    border: none;
    background: rgba(255, 255, 255, 0.5) !important;
    border-radius: 60px;
    line-height: 65px;
    transition-duration: 500ms;
    left: 5vh;
    text-align: center;
    margin: auto;
    opacity: 0.3
}

.slider-fade3 .owl-theme .owl-nav .owl-next {
    top: 0;
    bottom: 0;
    left: inherit;
    right: 5vh
}

.slider-fade3 .owl-theme .owl-nav .owl-next:hover {
    opacity: 1;
    background: #00bcd1 !important
}

.slider-fade3 .owl-theme .owl-nav .owl-prev:hover {
    opacity: 1;
    background: #00bcd1 !important
}

.slider-fade3 .owl-nav i,
.slider-fade3 .owl-nav span {
    font-weight: 600;
    color: #fff;
    transition-duration: 500ms;
    font-size: 20px
}

.slider-fade3 .owl-nav .owl-next:hover i,
.slider-fade3 .owl-nav .owl-prev:hover i {
    color: #fff
}

@media screen and (max-width: 1199px) {
    .slider-fade3 .owl-carousel .caption h1 {
        font-size: 3.5rem
    }
}

@media screen and (max-width: 991px) {
    .slider-fade3 .owl-carousel .caption .overflow-hidden {
        margin-top: -10rem
    }

    .slider-fade3 .owl-carousel .caption h1 {
        font-size: 3rem
    }
}

@media screen and (max-width: 767px) {
    .slider-fade3 .owl-carousel .caption .overflow-hidden {
        margin-top: -6rem
    }

    .slider-fade3 .owl-carousel .caption h1 {
        font-size: 2.6rem
    }

    .slider-fade3 .owl-carousel .caption h3 {
        font-size: 1rem
    }
}

@media screen and (max-width: 575px) {
    .slider-fade3 .owl-carousel .caption h1 {
        font-size: 2rem
    }
}

@media screen and (max-width: 479px) {
    .slider-fade3 .owl-carousel .caption h1 {
        font-size: 1.8rem
    }
}

.slider-fade-shop {
    background: #f4f5f9
}

.slider-fade-shop .caption p {
    animation-delay: 0.5s
}

.slider-fade-shop .caption h1 {
    animation-delay: 0.8s
}

.slider-fade-shop .caption .subheading {
    animation-delay: 1.2s
}

.slider-fade-shop .owl-carousel,
.slider-fade-shop .owl-stage-outer,
.slider-fade-shop .owl-stage {
    height: 100%
}

.slider-fade-shop .owl-item {
    height: 100%;
    position: relative
}

.slider-fade-shop .item {
    padding: 10% 0
}

.slider-fade-shop .item .caption {
    width: 100%;
    z-index: 9
}

.slider-fade-shop .owl-carousel .caption h1 {
    text-transform: inherit;
    font-weight: 600;
    letter-spacing: -1.5px;
    margin: 0;
    font-size: 72px
}

.slider-fade-shop .owl-carousel .caption p {
    color: inherit;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 0
}

.slider-fade-shop .subheading {
    font-weight: 500;
    font-size: 48px;
    line-height: normal;
    margin-bottom: 20px
}

.slider-fade-shop .subheading strong {
    color: #00bcd1
}

.slider-fade-shop .owl-theme .owl-nav {
    margin: 0
}

.slider-fade-shop .owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.25);
    box-shadow: none;
    background: rgba(0, 0, 0, 0.1) !important;
    line-height: 45px;
    width: 55px;
    height: 55px;
    border-radius: 0
}

.slider-fade-shop .owl-theme .owl-nav [class*='owl-']:hover {
    background: #00bcd1 !important;
    color: #fff
}

.slider-fade-shop .owl-theme .owl-nav .owl-prev {
    left: 30px
}

.slider-fade-shop .owl-theme .owl-nav .owl-next {
    right: 30px
}

.slider-fade-shop .owl-nav.disabled + .owl-dots {
    margin-top: -45px !important;
    margin-bottom: 15px;
    position: relative;
    z-index: 9
}

.slider-fade-shop .owl-dots {
    margin-top: 30px
}

.slider-fade-shop .owl-dots .custom-dot {
    margin-top: 0
}

.slider-fade-shop .owl-dots .custom-dot span {
    background: rgba(0, 0, 0, 0.09)
}

.slider-fade-shop .owl-dots .custom-dot.active span,
.slider-fade-shop .owl-dots .custom-dot:hover span {
    background-color: #00bcd1
}

@media screen and (max-width: 1199px) {
    .slider-fade-shop .owl-carousel .caption h1 {
        font-size: 64px
    }

    .slider-fade-shop .subheading {
        font-size: 42px
    }
}

@media screen and (max-width: 991px) {
    .slider-fade-shop .item {
        padding: 12% 0
    }

    .slider-fade-shop .owl-carousel .caption h1 {
        font-size: 48px;
        margin-bottom: 5px
    }

    .slider-fade-shop .subheading {
        font-size: 34px
    }
}

@media screen and (max-width: 767px) {
    .slider-fade-shop .owl-carousel .caption h1 {
        font-size: 42px
    }

    .slider-fade-shop .subheading {
        font-size: 30px
    }
}

@media screen and (max-width: 575px) {
    .slider-fade-shop .item {
        padding: 15% 0
    }

    .slider-fade-shop .owl-carousel .caption h1 {
        font-size: 38px
    }

    .slider-fade-shop .subheading {
        font-size: 28px
    }
}

.page-title-section {
    padding: 70px 0 70px;
    text-align: center
}

.page-title-section h1 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    color: #fff;
    margin-bottom: 0
}

.page-title-section ul {
    margin-bottom: 0;
    margin-top: 15px;
    text-align: center;
    padding-left: 0
}

.page-title-section ul li {
    display: inline-block
}

.page-title-section ul li:last-child a {
    color: #fff;
    font-weight: 600
}

.page-title-section ul li:after {
        font-size: 12px;
    content: '\f105';
    font-weight: 700;
    vertical-align: middle;
    color: #fff;
    font-family: Font Awesome\ 5 Free;
    padding: 0 5px 0 10px
}

.page-title-section ul li:last-child:after {
    content: none
}

.page-title-section ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500
}

.page-title-section .active a,
.page-title-section li.active:last-child a {
    color: #fff
}

@media screen and (max-width: 1199px) {
    .page-title-section {
        padding: 85px 0
    }

    .page-title-section h1 {
        font-size: 36px;
        line-height: 42px
    }
}

@media screen and (max-width: 991px) {
    .page-title-section {
        padding: 70px 0
    }

    .page-title-section h1 {
        font-size: 30px;
        line-height: 40px
    }

    .page-title-section ul {
        margin-top: 10px
    }

    .page-title-section ul li a {
        font-size: 13px
    }
}

@media screen and (max-width: 767px) {
    .page-title-section h1{
        font-size: 24px!important;
    }
    .page-title-section {
        padding: 40px 0
    }

    .page-title-section h1 {
        font-size: 28px;
        line-height: 36px
    }

    .page-title-section ul {
        margin-top: 5px
    }
}

.feature-box-01 .icon-circle {
    border: 2px solid #02bdd1;
    border-radius: 50%;
    min-height: 75px;
    text-align: center;
    min-width: 75px;
    display: inline-block
}

.feature-box-01 .icon-circle img {
    margin-top: 0.7rem
}

@media screen and (max-width: 991px) {
    .feature-box-01 .icon-circle {
        min-width: 60px;
        min-height: 60px;
        border-width: 1px
    }

    .feature-box-01 .icon-circle img {
        margin-top: 0.5rem;
        max-width: 40px
    }
}

/*
.feature-box-02 {
    margin-top: -90px
}
*/

@media screen and (max-width: 1400px) {
/*
    .feature-box-02 {
        margin-top: -70px
    }
*/
}

@media screen and (max-width: 991px) {
    .feature-box-02 {
        margin-top: 0
    }
}

@media screen and (max-width: 767px) {
    .feature-box-02 {
        margin-top: 0
    }

    .feature-box-02 h4 {
        letter-spacing: 2px
    }
}

.feature-box-03 {
    margin-top: -90px
}

@media screen and (max-width: 1399px) {
    .feature-box-03 {
        margin-top: -70px
    }
}

@media screen and (max-width: 991px) {
    .feature-box-03 {
        margin-top: 0
    }
}

@media screen and (max-width: 767px) {
    .feature-box-03 {
        margin-top: 0
    }

    .feature-box-03 h4 {
        letter-spacing: 2px
    }
}

.card-style1 {
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    background: #fff;
    height: 100%
}

.card-style1 .card-img {
    position: relative;
    overflow: hidden
}

.card-style1 .card-img:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.card-style1 .card-img img {
    width: 100%;
    -webkit-filter: none;
    filter: none;
    transition: 0.3s
}

.card-style1 .card-body {
    padding: 30px;
    text-align: left
}

.card-style1 .card-body .tag {
    font-size: 12px;
    margin-bottom: 5px;
    letter-spacing: 1px
}

.card-style1 .card-body .read-more {
    margin-top: 20px;
    font-weight: 600
}

.card-style1 .card-body .read-more:hover {
    text-decoration: underline
}

.card-style1 .card-body p {
    line-height: 24px
}

@media screen and (max-width: 991px) {
    .card-style1 .card-body {
        padding: 20px 25px
    }

    .card-style1 .card-body p {
        margin-bottom: 10px
    }
}

.card-style2 {
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    background: #fff;
    height: 100%
}

.card-style2 .card-img {
    position: relative;
    overflow: hidden
}

.card-style2 .card-img:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.card-style2 .card-img img {
    width: 100%;
    -webkit-filter: none;
    filter: none;
    transition: 0.3s
}

.card-style2 .card-body {
    padding: 20px;
    text-align: left
}

.card-style2 .card-body p {
    line-height: 24px
}

.card-style2 .card-body h5 {
    line-height: normal;
    text-transform: inherit
}

.card-style3 .card-img {
    position: relative
}

.card-style3 .card-img img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px
}

.card-style3 .card-img .icon {
    position: absolute;
    display: inline-block;
    height: 70px;
    width: 70px;
    background: #fff;
    text-align: center;
    line-height: 70px;
    left: 30px;
    font-size: 22px;
    color: #00bcd1;
    border-radius: 50%;
    -webkit-box-shadow: 0px 10px 20px 0 #e1245433;
    box-shadow: 0px 10px 20px 0 rgba(0, 188, 209, 0.2);
    bottom: -35px
}

.card-style3 .card-body h3 a:hover {
    color: #00bcd1 !important
}

.card-style4 {
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    height: 100%
}

.card-style4 .card-body h3 a:hover {
    color: #00bcd1 !important
}

.card-style4 .card-img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px
}

.card-style5 {
    height: 100%
}

.card-style5:hover {
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.06);
    transition: all 300ms ease-in-out
}

.card-style6 {
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.06)
}

.card-style7 {
    position: relative
}

.card-style7:before {
    position: absolute;
    top: -25px;
    right: -25px;
    border-radius: 50%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.1);
    width: 100px;
    height: 100px;
    content: ""
}

.card-style7 .icon {
    font-size: 32px;
    color: #fff;
    position: absolute;
    right: 17px;
    top: 17px
}

.card-style7 .form-control {
    background-color: rgba(225, 225, 225, 0.3);
    border: 1px solid transparent;
    color: #fff
}

.card-style7 .form-control::-webkit-input-placeholder,
.card-style7 .form-control::-moz-placeholder,
.card-style7 .form-control:-ms-input-placeholder,
.card-style7 .form-control::-ms-input-placeholder,
.card-style7 .form-control::placeholder {
    color: #fff;
    opacity: 1
}

.card-style8 .card-img {
    position: relative;
    overflow: hidden
}

.card-style8 .card-img:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .5;
    border-radius: 0.25rem
}

.card-style8 .card-body {
    position: absolute;
    bottom: 10px;
    left: 10px
}

.card-style9 {
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.06)
}

.card-style9 .card-body {
    position: relative
}

.card-style9 .card-label a {
    position: absolute;
    background: #00bcd1;
    color: #fff;
    border-radius: 30px;
    top: -15px;
    padding: 3px 20px;
    font-size: 14px
}

#external-events {
    float: left;
    width: 150px;
    padding: 0 10px;
    text-align: left
}

#external-events h4 {
    font-size: 16px;
    margin-top: 0;
    padding-top: 1em
}

.external-event {
    margin: 10px 0;
    padding: 2px 4px;
    background: #3366CC;
    color: #fff;
    font-size: .85em;
    cursor: pointer
}

#external-events p {
    margin: 1.5em 0;
    font-size: 11px;
    color: #666
}

#external-events p input {
    margin: 0;
    vertical-align: middle
}

#calendar {
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0 1px 2px #C3C3C3
}

@media screen and (max-width: 767px) {
    .fc-header .fc-header-left {
        float: left;
        width: 100%;
        display: block;
        text-align: center
    }

    .fc-header .fc-header-center {
        float: left;
        width: 100%;
        display: block;
        padding-top: 0
    }

    .fc-header .fc-header-right {
        float: left;
        width: 100%;
        display: block;
        text-align: center;
        padding-top: 0
    }

    .fc-week .fc-day > div .fc-day-number {
        padding: 2px 6px;
        min-width: 30px
    }
}

.counter-box {
    position: relative;
    text-align: center
}
.counter-box p{
    font-size: 22px!important;
    color: #000;
    font-weight: 600;
    letter-spacing: normal;
    margin: 0;
    padding: 0;
}
.counter-box h3,
.counter-box h4 {
    display: inline-block;
    font-weight: 600
}

.counter-box h3:after {
    content: '+'
}

.counter-box h4 {
    font-size: 28px;
    line-height: normal;
    margin: 0;
    font-weight: 600;
   margin: 0;
   padding: 0;
}

.counter-box h4:after {
    content: '+'
}

.counter-box h3 {
    font-size: 45px
}

@media screen and (max-width: 767px) {
    .counter-box .icon img {
        width: 50px;
        height: auto
    }

    .counter-box p:before {
        margin: 0;
        position: absolute;
        top: 45px
    }

    .counter-box p:after {
        margin: 0;
        left: 14px;
        right: 0;
        top: 45px
    }

    .counter-box.black p:after {
        margin: 0;
        left: 14px;
        right: 0;
        top: 45px
    }

    .counter-box h4 {
        font-size: 22px
    }
}

.story-video {
    height: 100%
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media (min-aspect-ratio: 16 / 9) {
    .fullscreen-bg__video {
        height: 300%;
        top: -100%
    }
}

@media (max-aspect-ratio: 16 / 9) {
    .fullscreen-bg__video {
        width: 300%;
        left: -100%
    }
}

.video_btn {
    position: relative;
    height: 80px;
    width: 80px;
    background: #00bcd1;
    text-align: center;
    display: inline-block;
    line-height: 80px;
    color: #fff;
    border-radius: 50%;
    transition-duration: 0s;
    -ms-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s
}

.video_btn:hover i,
.video_btn:focus i {
    color: #fff
}

.video_btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 80px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite
}

.video_btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 95px;
    width: 95px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite
}

.video_btn.small {
    width: 50px;
    height: 50px;
    line-height: 50px
}

.video_btn.small:after {
    height: 50px;
    width: 50px
}

.video_btn.small:before {
    height: 65px;
    width: 65px
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@media screen and (max-width: 1199px) {
    .video_btn {
        height: 75px;
        width: 75px;
        line-height: 75px
    }

    .video_btn:after {
        height: 75px;
        width: 75px
    }

    .video_btn:before {
        height: 90px;
        width: 90px
    }
}

@media screen and (max-width: 991px) {
    .video_btn {
        height: 70px;
        width: 70px;
        line-height: 70px
    }

    .video_btn:after {
        height: 70px;
        width: 70px
    }

    .video_btn:before {
        height: 85px;
        width: 85px
    }

    @keyframes pulse-border {
        0% {
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1)
        }

        100% {
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2)
        }
    }
}

@media screen and (max-width: 767px) {
    .video_btn {
        height: 60px;
        width: 60px;
        line-height: 60px
    }

    .video_btn:after {
        height: 60px;
        width: 60px
    }

    .video_btn:before {
        height: 75px;
        width: 75px
    }
}

.video-style1:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-image: url(../img/bg/bg-pattern.png);
    background-repeat: repeat;
    background-position: bottom
}

#testmonials-carousel .owl-dots .owl-dot.active span {
    background: #fff;
    
}

#testmonials-carousel .owl-dots .owl-dot span {
    border: 2px solid #fff;
}

#testmonials-carousel .owl-dots .owl-dot span:hover {
    background: #e44111;
    border-color: #e44111
}

.testimonial-style1 p {
    font-style: italic;
    letter-spacing: 1px;
    font-size: 24px;
    width: 80%;
    line-height: 45px
}

.testimonial-style1 .testmonial-text {
    padding: 0 25px 0 25px;
    background: #fff;
    border-radius: 4px;
    width: 100%;
    margin: 0 auto
}

@media screen and (max-width: 1199px) {
    .testimonial-style1 p {
        font-size: 22px;
        line-height: 40px
    }
}

@media screen and (max-width: 991px) {
    .testimonial-style1 .testmonial-text {
        padding: 0;
        max-width: none
    }

    .testimonial-style1 p {
        width: 100%
    }
}

@media screen and (max-width: 767px) {
    .testimonial-style1 p {
        font-size: 19px;
        line-height: 35px
    }
}

.testimonial-style2 .owl-dots .owl-dot.active span {
    background: #fff
}

.testimonial-style2 .owl-dots .owl-dot span {
    background: rgba(225, 225, 225, 0.5)
}

.testimonial-style2 .owl-dots .owl-dot span:hover {
    background: #fff;
    border-color: #00bcd1
}

.testimonial-style3 {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.11);
    margin-bottom: -70px;
    position: relative;
    z-index: 9
}

.testmonial-single {
    text-align: center;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s
}

.testmonial-single h4 {
    color: #00bcd1;
    font-weight: 600
}

.testmonial-single h6 {
    font-weight: 500;
}

.testmonial-single span i,
.testmonial-single .rating {
    color: #b5daff
}

.owl-carousel .testmonial-box img {
    width: auto;
    max-height: 120px;
    display: inline-block
}

.owl-theme .owl-nav.disabled {
    margin-top: 40px !important
}

.owl-theme .owl-dots {
    margin-top: 40px !important
}

.owl-theme .owl-dots .owl-dot span {
    background: rgba(0, 0, 0, 0.15);
    transition: 0.5s ease;
}

.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot.active span {
    background: #fff
}

.owl-carousel .owl-item img {
    display: inline-block;
    width: auto
}

.dots-white.owl-theme .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.5)
}

.dots-white.owl-theme .owl-dots .owl-dot:hover span,
.dots-white.owl-theme .owl-dots .owl-dot.active span {
    background: #fff
}

.custom-dot {
    display: inline-block;
    z-index: 1;
    margin-top: 30px
}

.custom-dot span {
    width: 12px;
    height: 12px;
    margin: 5px;
    background: none;
    cursor: pointer;
    display: block;
    border: 1px solid #d5d5d5;
    -webkit-backface-visibility: visible;
    border-radius: 30px;
    transition-duration: .3s;
    -webkit-transition-duration: .3s
}

.custom-dot span:hover {
    background: #d5d5d5;
    -webkit-backface-visibility: visible;
    border-radius: 30px
}

.custom-dot.active span {
    width: 12px;
    height: 12px;
    background: #00bcd1;
    border-color: #00bcd1;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.owl-nav i {
    color: #1e2022;
    font-size: 18px;
    padding-top: 6px
}

.owl-nav .owl-next {
    color: #00bcd1;
    font-size: 43px;
    text-align: center;
    width: 40px;
    height: 40px;
    background: #fff !important
}

.owl-nav .owl-prev {
    color: #00bcd1;
    font-size: 43px;
    text-align: center;
    width: 40px;
    height: 40px;
    background: #fff !important;
    left: 0;
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    -webkit-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1)
}

.owl-nav .owl-next {
    -webkit-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    -webkit-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
    box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1)
}

.owl-theme .owl-nav {
    margin-top: 50px
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #6f6f6f;
    line-height: 30px;
    border-radius: 0
}

.owl-theme .owl-nav [class*='owl-']:hover {
    color: #1e2022
}

.owl-thumbs {
    z-index: 9;
    position: relative
}

.owl-thumbs button {
    border: none
}

.owl-thumbs button .title {
    transition: 0.5s;
    opacity: 0;
    text-align: center;
    visibility: hidden;
    margin: 20px -100px 0
}

.owl-thumbs button.active .title {
    opacity: 1;
    visibility: visible
}

.owl-thumbs button img {
    opacity: .5
}

.owl-thumbs button.active img {
    opacity: 1
}

@media screen and (max-width: 991px) {
    .owl-theme .owl-nav {
        margin-top: 30px
    }
}

@media screen and (max-width: 991px) {
    .custom-dot {
        margin-top: 20px
    }
}

.team-style .team-description {
    background: rgba(0, 188, 209, 0.65);
    bottom: 0;
    left: 0;
    opacity: 0;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 200ms ease-in-out 0s;
    z-index: 9
}

.team-style .social-links {
    color: #fff;
    opacity: 0;
    transform: translateY(15px);
    transition: transform 300ms ease-in-out 0s, opacity 150ms ease-in 0s
}

.team-style .about-me {
    color: #fff;
    opacity: 0;
    transform: translateY(15px);
    transition: transform 300ms ease-in-out 0s, opacity 150ms ease-in 0s;
    color: #f7f7f7;
    display: inline-block;
    position: relative
}

.team-style .social-links a:hover {
    opacity: 0.65
}

.team-style .team-description-wrapper {
    display: table;
    height: 100%;
    position: relative;
    width: 100%
}

.team-style .team-description-content {
    display: table-cell;
    vertical-align: middle
}

.team-style .team-member-img {
    display: block;
    overflow: hidden;
    position: relative;
    border: 10px solid #f5f5f5
}

.team-style:hover .team-member-img {
    border: 10px solid rgba(0, 188, 209, 0.8)
}

.team-style .bg-cover {
    background-color: rgba(255, 66, 41, 0);
    display: none;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    transform: scale(2);
    transition: all 200ms ease-in-out 0s;
    width: 100%;
    z-index: 1
}

.team-style .team-member-img > img {
    transition: all 0.2s ease 0s
}

.team-style:hover .bg-cover {
    background-color: rgba(0, 188, 209, 0.65);
    display: block
}

.team-style:hover .social-links {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 100ms, 100ms
}

.team-style:hover .about-me {
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 200ms, 200ms
}

.team-style:hover .team-member-img > img {
/*    filter: blur(4px) grayscale(4%)*/
}

.team-style:hover .team-description {
    opacity: 1
}

.team-style1 {
    position: relative
}

.team-style1 .team-inner {
    overflow: hidden;
    position: relative
}

.team-style1 .team-inner:before {
    content: '';
    background: linear-gradient(to bottom, rgba(4, 62, 76, 0) 0%, #00bcd1 100%);
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2;
    transition-property: top, opacity;
    transition-duration: 0.3s;
    border-radius: 0.25rem
}

.team-style1 .team-inner .team-img {
    position: relative;
    overflow: hidden
}

.team-style1 .team-content {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    padding: 30px;
    padding-bottom: 19px;
    transition-duration: 0.3s;
    color: #fff
}

.team-style1 .team-inner .team-content .team-title,
.team-style1 .team-inner .team-content .team-sub-title,
.team-style1 .team-inner .team-content .team-icons {
    display: block;
    position: relative;
    top: 100px;
    transition-duration: 0.3s;
    transition-property: top, opacity;
    transition-delay: 0s;
    opacity: 0;
    text-align: left
}

.team-style1:hover .team-inner:before {
    opacity: 1;
    top: 0
}

.team-style1:hover .team-inner .team-content .team-title,
.team-style1:hover .team-inner .team-content .team-sub-title,
.team-style1:hover .team-inner .team-content .team-icons {
    opacity: 1;
    top: 0
}

.team-style2 .team-text {
    margin: -3rem 20px 0 20px;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.06);
    text-align: center
}

.team-style2 .team-social li {
    display: inline-block
}

.team-style2 .team-social li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: #eeeeee;
    font-size: 15px;
    transition: 0.3s;
    color: #1e2022;
    border-radius: 50%;
    margin: 0 3px
}

.team-style2 .team-social li a:hover {
    background: #00bcd1;
    color: #fff
}

.portfolio {
    overflow: hidden
}

.portfolio .filtering span {
    margin-right: 20px;
    color: #333;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    border-bottom: 1px solid transparent
}

.portfolio .filtering span:last-child {
    margin: 0
}

.portfolio .filtering .active {
    border-color: #00bcd1;
    color: #00bcd1
}

.portfolio .items {
    margin-top: 20px
}

.portfolio .item-img {
    position: relative;
    overflow: hidden
}

.portfolio .item-img img {
    width: 100%
}

.portfolio .item-img:hover .item-img-overlay {
    opacity: 1;
    transform: translateY(0)
}

.portfolio .item-img:hover h6 {
    transform: translateY(0)
}

.portfolio .item-img h6 {
    font-weight: 600;
    position: relative;
    font-size: 16px;
    margin-bottom: 0;
    transform: translateY(-15px);
    transition: all 0.5s
}

.portfolio .item-img p {
    margin-bottom: 8px
}

.portfolio .item-img .fa {
    background: #00bcd1;
    border: 1px solid #00bcd1;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 28px;
    width: 30px;
    transition: all 0.5s
}

.portfolio .item-img .fa:hover {
    background: #fff;
    color: #00bcd1
}

.portfolio .item-img-overlay {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: rgba(255, 255, 255, 0.95);
    color: #1e2022;
    opacity: 0;
    transition: all 0.5s;
    z-index: 2;
    transform: translateY(10px)
}

@media screen and (max-width: 767px) {
    .filtering span {
        margin-right: 15px
    }
}
.portfolio-style2 {
    position: relative;
    cursor: pointer;
    margin: 12px 0;
}
.portfolio-style2 .item-img-overlay {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: rgba(255, 255, 255, 0.9);
    color: #232323;
    opacity: 0;
    transition: all 0.5s;
    z-index: 2;
    transform: translateY(10px);
    text-align: center
}

.portfolio-style2:hover .item-img-overlay {
    opacity: 1;
    transform: translateY(0)
}

.portfolio-style2 .item-img-overlay i {
    background: #e44111;
    border: 1px solid #e44111;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 45px;
    line-height: 2.1;
    width: 45px;
    transition: all 0.5s;
    font-size: 22px
}

.portfolio-style2 .item-img-overlay i:hover {
    background: #fff;
    color: #e44111
}

.process-style1 {
    background-image: url(../img/bg/process-line.png);
    background-repeat: no-repeat;
    background-position: center top
}

.process-block .process-img {
    position: relative
}

.process-block .process-img .count-size {
    position: absolute;
    left: 64px;
    top: 0
}

.process-block .process-img .number {
    width: 40px;
    height: 40px;
    position: relative;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    background: #00bcd1;
    color: #fff;
    border-radius: 50%
}

.process-block .process-img .number:before {
    width: 57px;
    height: 57px;
    opacity: 0.2
}

.process-block .process-img .number:after {
    width: 69px;
    height: 69px;
    opacity: 0.09
}

.process-block .process-img .number:before,
.process-block .process-img .number:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    border-radius: 50%;
    background-color: #00bcd1
}

.process-block:hover .process-img .number:before,
.process-block:hover .process-img .number:after {
    background-color: #002345;
    webkit-animation: circle-2 1.05s infinite;
    -moz-animation: circle-2 1.05s infinite;
    -ms-animation: circle-2 1.05s infinite;
    -o-animation: circle-2 1.05s infinite;
    animation: circle-2 1.05s infinite
}

@-webkit-keyframes circle-2 {
    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@keyframes circle-2 {
    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

.animate {
    -webkit-animation: moveHorizontal 1s ease forwards;
    animation: moveHorizontal 1s ease forwards
}

@media screen and (max-width: 1199px) {
    .process-block .process-img .count-size {
        left: 24px
    }
}

@media screen and (max-width: 991px) {
    .process-style1 {
        background-image: none
    }

    .process-block .process-img .count-size {
        left: 23%
    }
}

@media screen and (max-width: 575px) {
    .process-block .process-img .count-size {
        left: 33%
    }
}

.accordion-style .card {
    background: transparent;
    box-shadow: none;
    margin-top: 0 !important;
    border: none
}

.accordion-style .card-header {
    border: 0px;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    background: none
}

.accordion-style .btn-link {
    background: #0db2c6 !important;
    color: #6f6f6f;
    position: relative;
    border: none;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    border-radius: 50px;
    padding: 15px 50px 15px 20px;
    text-decoration: none;
    color: #fff;
    box-shadow: none
}

.accordion-style .btn-link:hover {
    border: none;
    text-decoration: none;
    background: #0db2c6 !important
}

.accordion-style .btn-link.collapsed {
    box-shadow: none;
    background: #efefef !important;
    color: #6f6f6f
}

.accordion-style .btn-link.collapsed:after {
    background: #fff;
    border-radius: 50%;
    font-family: Font Awesome\ 5 Free;
    content: '\f0da';
    font-weight: 700;
    right: 15px;
    left: inherit;
    font-size: 18px;
    line-height: 24px;
    height: 25px;
    transform: none;
    width: 25px;
    top: 15px;
    text-align: center;
    padding-left: 0;
    letter-spacing: -1px
}

.accordion-style .btn-link:after {
    background: #fff;
    border-radius: 50%;
    font-family: Font Awesome\ 5 Free;
    content: '\f0d7';
    font-weight: 700;
    right: 15px;
    left: inherit;
    font-size: 18px;
    height: 25px;
    line-height: 24px;
    transform: none;
    width: 25px;
    top: 15px;
    position: absolute;
    color: #00bcd1;
    text-align: center;
    padding-left: 2px;
    letter-spacing: 2px
}

.accordion-style .card-body {
    padding: 20px;
    line-height: 24px;
    text-align: left
}

@media screen and (max-width: 767px) {
    .accordion-style .btn-link {
        font-size: 14px;
        padding: 12px 45px 12px 15px
    }

    .accordion-style .btn-link:after,
    .accordion-style .btn-link.collapsed:after {
        top: 10px
    }
}

.accordion-style2 .card {
    background: transparent;
    box-shadow: none;
    margin-top: 0 !important;
    border: none
}

.accordion-style2 .card-header {
    border: 0px;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    background: none
}

.accordion-style2 .btn-link {
    background: #ededed !important;
    box-shadow: none;
    color: #232323;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    border: none;
    display: block;
    width: 100%;
    text-align: left;
    white-space: normal;
    border-radius: 0;
    padding: 15px 30px 15px 15px;
    text-decoration: none
}

.accordion-style2 .btn-link:hover {
    background: #ededed !important;
    border: none;
    text-decoration: none
}

.accordion-style2 .btn-link.collapsed:after {
    background: none;
    content: "+";
    right: 15px;
    left: inherit;
    font-size: 20px;
    height: auto;
    transform: none;
    width: auto;
    top: 15px
}

.accordion-style2 .btn-link:after {
    background: none;
    content: "-";
    right: 14px;
    left: inherit;
    font-size: 20px;
    height: auto;
    transform: none;
    width: auto;
    top: 15px;
    position: absolute;
    color: #232323
}

.accordion-style2 .card-body {
    padding: 10px 15px;
    text-align: left;
    border: 1px solid #eee;
    border-top: none
}

.accordion-style3 {
    position: relative;
    z-index: 99
}

.accordion-style3 .card {
    background: transparent;
    box-shadow: none;
    margin-bottom: 15px;
    margin-top: 0 !important;
    border: none
}

.accordion-style3 .card:last-child {
    margin-bottom: 0
}

.accordion-style3 .card-header {
    border: 0;
    background: none;
    padding: 0;
    border-bottom: none
}

.accordion-style3 .btn-link {
    border-bottom: none;
    color: #ffffff;
    background: #00bcd1;
    position: relative;
    display: block;
    border: 1px solid #00bcd1;
    font-weight: 500;
    width: 100%;
    border-radius: 0.25rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    text-align: left;
    white-space: normal;
    box-shadow: none;
    padding: 20px 50px 20px 20px;
    text-decoration: none;
    font-size: 16px
}

.accordion-style3 .btn-link:hover {
    text-decoration: none
}

.accordion-style3 .btn-link.collapsed {
    background: #ffffff;
    color: #282b2d;
    border: 1px solid #ededed;
    border-radius: 0.25rem
}

.accordion-style3 .btn-link.collapsed:after {
    background: none;
    border: 1px solid #00bcd1;
    border-radius: 0.25rem;
    content: "+";
    right: 20px;
    left: inherit;
    font-size: 20px;
    color: #00bcd1;
    line-height: 24px;
    height: 26px;
    transform: none;
    width: 26px;
    top: 20px;
    text-align: center;
    padding-left: 1px
}

.accordion-style3 .btn-link:after {
    background: none;
    border: 1px solid #ffffff;
    border-radius: 0.25rem;
    content: "-";
    right: 20px;
    left: inherit;
    font-size: 20px;
    height: 26px;
    line-height: 24px;
    transform: none;
    width: 26px;
    top: 20px;
    position: absolute;
    color: #ffffff;
    text-align: center;
    padding-left: 2px
}

.accordion-style3 .card-body {
    border-top: none;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem
}

@media screen and (max-width: 1199px) {
    .accordion-style3 .btn-link {
        padding: 15px 50px 15px 15px
    }

    .accordion-style3 .btn-link:after {
        top: 14px;
        right: 15px;
        height: 24px;
        line-height: 22px;
        width: 24px;
        font-size: 18px
    }

    .accordion-style3 .btn-link.collapsed:after {
        top: 15px;
        right: 15px;
        height: 24px;
        line-height: 22px;
        width: 24px;
        font-size: 18px
    }
}

@media screen and (max-width: 767px) {
    .accordion-style3 .card {
        margin-bottom: 10px
    }
}

ul.resp-tabs-list {
    margin: 0px;
    padding: 0px
}

.resp-tabs-list li {
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    padding: 13px 15px;
    margin: 0 4px 0 0;
    list-style: none;
    cursor: pointer
}

.resp-tabs-list li:last-child {
    margin-right: 0
}

.resp-tabs-list li i {
    font-size: 20px;
    padding-right: 5px;
    vertical-align: text-bottom
}

.resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left
}

.resp-tab-content {
    display: none;
    padding: 20px
}

.resp-tabs-list li.resp-tab-active {
    border: 1px solid #00bcd1;
    border-bottom: none;
    border-color: #00bcd1 !important;
    margin-bottom: -1px;
    padding: 12px 14px 14px 14px;
    border-top: 4px solid #00bcd1 !important;
    border-bottom: 0px #fff solid;
    border-bottom: none;
    background-color: #fff;
    color: #00bcd1
}

.resp-content-active,
.resp-accordion-active {
    display: block
}

.resp-tab-content {
    border: 1px solid #c1c1c1;
    border-top-color: #c1c1c1;
    float: left;
    width: 100%
}

h2.resp-accordion {
    cursor: pointer;
    display: none;
    font-size: 14px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 14px 15px;
    float: left;
    width: 100%
}

h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    background-color: #00bcd1 !important;
    color: #fff
}

h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue
}

.resp-vtabs ul.resp-tabs-list {
    float: left;
    width: 30%
}

.resp-vtabs .resp-tabs-list li {
    display: block;
    padding: 15px 15px !important;
    margin: 0 0 4px;
    cursor: pointer;
    float: none
}

.resp-vtabs .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    border: 1px solid #00bcd1 !important;
    float: left;
    width: 70%;
    min-height: 250px;
    clear: none
}

.resp-vtabs .resp-tab-content {
    border: none;
    word-wrap: break-word
}

.resp-vtabs li.resp-tab-active {
    position: relative;
    z-index: 1;
    margin-right: -1px !important;
    padding: 14px 15px 15px 11px !important;
    border-top: 1px solid;
    border: 1px solid #00bcd1 !important;
    border-left: 4px solid #00bcd1 !important;
    margin-bottom: 4px !important;
    border-right: 1px #FFF solid !important
}

.resp-arrow {
    border-color: transparent #1e2022 #1e2022 transparent;
    border-style: solid;
    border-width: 0 1px 1px 0;
    float: right;
    display: block;
    height: 8px;
    transform: rotate(45deg);
    width: 8px;
    margin-top: 4px
}

h2.resp-tab-active span.resp-arrow {
    border-color: #fff transparent transparent #fff;
    border-style: solid;
    border-width: 1px 0 0 1px;
    float: right;
    display: block;
    height: 8px;
    transform: rotate(45deg);
    width: 8px;
    margin-top: 7px
}

.resp-easy-accordion h2.resp-accordion {
    display: block
}

.resp-easy-accordion .resp-tab-content {
    border: 1px solid #c1c1c1
}

.resp-easy-accordion .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1
}

.resp-jfit {
    width: 100%;
    margin: 0px
}

.resp-tab-content-active {
    display: block;
    border-color: #00bcd1 !important
}

h2.resp-accordion:first-child {
    border-top: 1px solid #c1c1c1
}

h2.resp-accordion.resp-tab-active {
    border-color: #00bcd1 !important
}

@media only screen and (min-width: 992px) {
    .tab-style1 ul.resp-tabs-list {
        text-align: center;
        border: 1px solid #e6e6e6;
        border-width: 0 0 1px 0
    }

    .tab-style1 ul.resp-tabs-list li:last-child {
        margin-right: 0
    }

    .tab-style1 ul.resp-tabs-list li.resp-tab-active {
        border-bottom-color: #00bcd1;
        color: #00bcd1
    }

    .tab-style1 .resp-tab-content {
        border: none;
        padding: 30px 20px
    }

    .tab-style1 .resp-tabs-list .tab-box {
        display: inline-block;
        vertical-align: middle;
        text-align: left;
        margin-top: 8px
    }

    .tab-style1 .resp-tabs-list li.resp-tab-active h6 {
        color: #00bcd1
    }

    .tab-style1 .resp-tabs-list .tab-box h6 {
        margin: 0;
        font-weight: 600;
        font-size: 16px;
        color: #6f6f6f;
        line-height: 12px
    }

    .tab-style1 .resp-tabs-list .tab-box span {
        text-transform: lowercase;
        font-size: 12px
    }

    .tab-style1 .resp-tabs-list li {
        font-size: 18px;
        border-bottom: 2px solid transparent !important;
        margin: 0;
        background: none !important;
        padding: 0 35px 15px 35px;
        text-transform: uppercase
    }

    .tab-style1 .resp-tabs-list li.resp-tab-active {
        border-width: 0 0 2px 0 !important;
        border-color: #00bcd1 !important
    }

    .tab-style1 ul.resp-tabs-list i {
        margin-right: 15px;
        border: 1px solid #d5d5d5;
        border-radius: 70px;
        width: 70px;
        height: 70px;
        line-height: 68px;
        font-size: 30px;
        padding: 0;
        vertical-align: middle
    }

    .tab-style1 ul.resp-tabs-list li.resp-tab-active i {
        background: #00bcd1;
        border-color: #00bcd1;
        color: #fff
    }
}

@media only screen and (max-width: 991px) {
    .tab-style1 .resp-tab-content {
        padding: 20px
    }

    .tab-style1 .resp-tabs-list li {
        padding: 0 15px 15px 15px
    }

    ul.resp-tabs-list {
        display: none
    }

    h2.resp-accordion {
        display: block
    }

    h2.resp-accordion i {
        margin-right: 8px;
        font-size: 18px
    }

    .resp-vtabs .resp-tab-content {
        border: 1px solid #C1C1C1
    }

    .resp-vtabs .resp-tabs-container {
        border: none !important;
        float: none;
        width: 100%;
        min-height: 100px;
        clear: none
    }

    .resp-accordion-closed {
        display: none !important
    }

    .resp-vtabs .resp-tab-content:last-child {
        border-bottom: 1px solid #c1c1c1 !important
    }

    .resp-tab-content {
        background-color: #fff
    }

    .tab-style1 .tab-box {
        display: inline-block;
        vertical-align: top
    }

    .tab-style1 h2.resp-accordion i {
        margin-right: 15px;
        margin-top: 2px
    }

    .tab-style1 .tab-box h6 {
        margin-bottom: 2px;
        font-size: 14px
    }

    .tab-style1 .tab-box span {
        font-size: 12px
    }

    .tab-style1 .resp-tab-active h6 {
        color: #fff
    }
}

.tab-style2 .resp-tabs-list {
    margin: 0px;
    padding: 0px;
    width: 100%;
    border-top: none;
    text-align: center
}

.tab-style2 .resp-tabs-list li {
    font-weight: 600;
    font-size: 14px;
    list-style: none;
    cursor: pointer;
    margin-right: 15px;
    padding: 0;
    border: 1px solid #f3f3f3;
    border-radius: 5px
}

.tab-style2 .resp-tabs-list li:last-child {
    margin-right: 0
}

.tab-style2 .resp-tabs-list li i {
    font-size: 28px;
    margin-bottom: 0;
    color: #00bcd1;
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px
}

.tab-style2 .resp-tabs-container {
    padding: 0px;
    background-color: #fff;
    clear: left
}

.tab-style2 .resp-tab-content {
    display: none;
    padding: 60px 0 0 0
}

.tab-style2 .resp-tabs-list li.resp-tab-active {
    border: 1px solid #00bcd1 !important;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    background-color: #00bcd1;
    color: #fff
}

.tab-style2 .resp-tabs-list li.resp-tab-active i {
    color: #fff
}

.tab-style2 .resp-content-active,
.tab-style2 .resp-accordion-active {
    display: block
}

.tab-style2 .resp-tab-content {
    border: 1px solid #c1c1c1;
    border-top-color: #c1c1c1;
    float: none;
    width: 100%
}

.tab-style2 h2.resp-accordion {
    cursor: pointer;
    font-size: 14px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 14px 15px;
    float: left;
    width: 100%
}

.tab-style2 h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    background-color: #00bcd1 !important;
    color: #fff
}

.tab-style2 h2.resp-tab-title:last-child {
    border-bottom: 12px solid #c1c1c1 !important;
    background: blue
}

.tab-style2 .tab-box {
    font-size: 13px;
    margin-right: 0;
    padding: 15px 0;
    width: 200px;
    border-radius: 5px;
    text-align: center
}

.tab-style2 h2.resp-accordion i {
    margin-right: 15px;
    vertical-align: middle
}

.tab-style2 .tab-box h6 {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle
}

.tab-style2 .tab-box span {
    font-size: 12px
}

.tab-style2 .resp-tab-active h6 {
    color: #fff
}

.tab-style2 .resp-arrow {
    border-color: transparent #232323 #232323 transparent;
    border-style: solid;
    border-width: 0 1px 1px 0;
    float: right;
    display: block;
    height: 8px;
    transform: rotate(45deg);
    width: 8px;
    margin-top: 4px
}

.tab-style2 h2.resp-tab-active span.resp-arrow {
    border-color: #fff transparent transparent #fff;
    border-style: solid;
    border-width: 1px 0 0 1px;
    float: right;
    display: block;
    height: 8px;
    transform: rotate(45deg);
    width: 8px;
    margin-top: 7px
}

.tab-style2 .resp-tab-content-active {
    display: block;
    border: none
}

@media only screen and (max-width: 991px) {
    .tab-style2 .resp-tab-content {
        padding: 20px
    }

    .tab-style2 .resp-tab-content-active {
        border: 1px solid #00bcd1
    }

    .tab-style2 h2.resp-accordion:first-child {
        border-top: 1px solid #c1c1c1
    }

    .tab-style2 .tab-box {
        padding: 0px 0;
        width: auto;
        text-align: left
    }

    .tab-style2 h2.resp-tab-active span.resp-arrow {
        margin-top: 8px
    }

    .tab-style2 h2.resp-accordion {
        float: none
    }
}

.tab-style3 ul.resp-tabs-list {
    background: #999999;
    display: inline-block;
    padding: 3px;
    border-radius: 5px
}

.tab-style3 .resp-tabs-list li {
    position: relative;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    list-style: none;
    cursor: pointer;
    min-width: auto;
    color: #fff;
    margin-right: 0;
    border-radius: 5px;
    padding: 5px 15px
}

.tab-style3 .resp-tabs-list li.resp-tab-active {
    margin-bottom: -1px;
    color: #fff;
    padding: 5px 15px;
    background-color: #00bcd1;
    border: none !important
}

@media screen and (min-width: 992px) {
    .tab-style3 ul.resp-tabs-list {
        text-align: center
    }

    .tab-style3 ul.resp-tabs-list.text-left {
        padding-left: 15px
    }

    .tab-style3 ul.resp-tabs-list li:last-child {
        margin-right: 0
    }

    .tab-style3 .resp-tab-content {
        margin-top: 25px;
        border: none;
        padding: 0
    }
}

@media screen and (max-width: 991px) {
    .tab-style3 ul.resp-tabs-list {
        display: none
    }

    .tab-style3 h2.resp-accordion {
        display: block
    }

    .tab-style3 h2.resp-accordion i {
        margin-right: 8px;
        font-size: 18px
    }

    .tab-style3 .resp-accordion-closed {
        display: none !important
    }

    .tab-style3 .resp-tab-content {
        background-color: #fff
    }
}

.single-plan {
    position: relative;
    z-index: 99;
    border: 1px solid #efefef;
    background: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    -moz-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    -ms-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    -o-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
    box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05)
}

.single-plan .head-plan {
    background: #00bcd1
}

.single-plan .head-plan h4 {
    padding: 20px;
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 20px
}

.body-plan .price-plan {
    padding: 32px 0 43px;
    position: relative;
    background: #f7f7f7;
    font-weight: bold;
    border-bottom: 1px solid #eaeaea
}

.body-plan .price-plan h3 {
    margin: 0;
    z-index: 11;
    position: relative;
    font-weight: bold;
    color: #6f6f6f
}

.body-plan .price-plan h3 sup {
    font-size: 18px;
    top: -15px;
    font-weight: bold;
    margin-right: 2px
}

.body-plan .price-plan span {
    text-transform: uppercase;
    font-size: 12px;
    z-index: 11;
    position: relative
}

.feat-plan {
    margin: 56px 0 33px
}

.feat-plan ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.feat-plan ul li {
    margin-bottom: 15px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px
}

.feat-plan ul li:last-child {
    margin: 0
}

.price-plan i {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    border-radius: 50%;
    position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 99;
    background: #00bcd1
}

.footer-plan {
    padding: 0 0 30px
}

.price .item {
    padding: 0 0 30px 0;
    background: #f9f9f9;
    border-radius: 5px;
    transition: all .3s
}

.price .item:hover {
    box-shadow: 0px 5px 40px 0px rgba(148, 146, 245, 0.2)
}

.price .type {
    padding: 15px 0;
    background: #1e2022
}

.price .type h4 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 0
}

.price .value {
    padding: 30px 0 15px 0;
    position: relative
}

.price .value h3 {
    display: inline-block;
    padding-right: 10px;
    font-size: 50px;
    font-weight: 700;
    position: relative;
    margin-bottom: 0
}

.price .value h3 span {
    font-size: 14px;
    position: absolute;
    top: 5px;
    right: 0
}

.price .value .per {
    font-size: 13px;
    color: #00bcd1
}

.price .features li {
    margin: 15px 0
}

.price .order {
    padding-top: 15px;
    position: relative
}

.price .active {
    box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.1)
}

.price .active .type {
    background: #00bcd1
}

@media screen and (max-width: 1199px) {
    .price .item {
        padding: 0 0 30px 0
    }

    .price .type {
        padding: 12px 0
    }

    .price .type h4 {
        font-size: 22px
    }

    .price .value {
        padding: 25px 0 10px 0
    }

    .price .value h3 {
        font-size: 36px
    }

    .price .value h3 span {
        font-size: 13px
    }

    .price .features li {
        margin: 12px 0
    }

    .price .order {
        padding-top: 15px
    }
}

@media screen and (max-width: 991px) {
    .price .item {
        padding: 0 0 25px 0
    }

    .price .type {
        padding: 10px 0
    }

    .price .type h4 {
        font-size: 20px
    }

    .price .value {
        padding: 20px 0 10px 0
    }

    .price .value h3 {
        font-size: 30px
    }

    .price .value h3 span {
        font-size: 12px
    }

    .price .features li {
        margin: 10px 0
    }

    .price .order {
        padding-top: 12px
    }
}

.about-style1 .about-image {
    position: relative
}
.about-style1 .about-image img:hover{
    transform: scale(1.5);
}


.about-style1 .about-image .box {
    position: absolute;
    right: -7px;
    top: 53%;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
    background-color: #013e7f;
    color: #ffffff;
    width: 130px;
    padding: 15px;
    border-radius: 50%;
    height: 130px;
    text-align: center;
}

.about-style1 .about-image .box p {
    color: #ffffff;
    line-height: initial;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0
}

.about-style1 .about-image .box span {
    display: inline-block;
    font-size: 40px
}

.about-style1 .about-image .box span:after {
    content: "+"
}

.about-pic {
    position: absolute;
    left: 0;
    bottom: 0
}

@media screen and (max-width: 767px) {
    .about-style1 .about-image .box {
        right: -22px
    }
}

@media screen and (max-width: 575px) {
    .about-style1 .about-image .box {
        right: -9px
    }
}

.page-container .title {
    font-size: 250px;
    line-height: 1;
    margin-bottom: 0
}

@media screen and (max-width: 1199px) {
    .page-container .title {
        font-size: 200px
    }
}

@media screen and (max-width: 991px) {
    .page-container .title {
        font-size: 125px
    }
}

@media screen and (max-width: 767px) {
    .page-container .title {
        font-size: 75px
    }
}

.coming-soon .social-links li {
    display: inline-block;
    font-size: 22px;
    margin-right: 30px
}

.coming-soon .social-links li:last-child {
    margin-right: 0
}

.coming-soon .social-links li a {
    color: #fff
}

.coming-soon .social-links li a:hover {
    color: rgba(255, 255, 255, 0.65)
}

@media screen and (max-width: 767px) {
    .coming-soon .social-links li {
        margin-right: 15px;
        font-size: 16px
    }
}

.product-block {
    transition: all .3s ease 0s;
    position: relative
}

.product-block .product-cart {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999
}

.product-block .product-cart a {
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
    display: flex;
    color: white !important;
    margin-top: 0 !important;
    border-radius: 50% !important;
    visibility: hidden;
    margin-right: 10px;
    transition: all 0.3s;
    opacity: 0;
    cursor: pointer;
    background-color: #00bcd1
}

.product-block .product-cart a:last-child {
    margin-right: 0
}

.product-block .product-cart .cart:before {
    content: '\f07a';
    font-weight: 700;
    font-size: 13px;
    font-family: Font Awesome\ 5 Free
}

.product-block .product-cart .pluse:before {
    content: '\f067';
    font-weight: 700;
    font-size: 13px;
    font-family: Font Awesome\ 5 Free
}

.product-block .product-cart .heart:before {
    content: '\f004';
    font-weight: 700;
    font-size: 13px;
    font-family: Font Awesome\ 5 Free
}

.product-block .lable {
    position: absolute;
    padding: 5px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 11px;
    color: #fff;
    right: 8px;
    top: 8px;
    line-height: 1;
    text-align: center
}

.product-block:hover .product-cart a {
    transform: translateY(-30px);
    visibility: visible;
    opacity: 1
}

.product-left .ratings {
    font-size: 12px
}

.widget-product-calculate {
    border: 1px solid #ededed;
    padding: 30px
}

.widget-product-calculate .list-item ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    color: #282b2d;
    border-bottom: 1px solid #ededed;
    padding-bottom: 15px;
    margin-bottom: 15px
}

@media screen and (max-width: 1199px) {
    .widget-product-calculate {
        padding: 25px
    }
}

@media screen and (max-width: 767px) {
    .widget-product-calculate .list-item ul li {
        font-size: 15px
    }
}

.product-rating {
    line-height: 22px
}

.product-rating i {
    color: #fc0;
    display: inline-block;
    margin-right: 2px;
    font-size: 14px
}

@media screen and (max-width: 1199px) {
    .product-rating {
        margin-bottom: 5px;
        font-size: 15px
    }
}

@media screen and (max-width: 767px) {
    .product-rating i {
        font-size: 13px
    }
}

@media screen and (max-width: 575px) {
    .media.product-review {
        display: table
    }

    .media.product-review .media-body {
        display: inline-block;
        width: 100%;
        margin-top: 15px
    }
}

.shop-cart-table {
    width: 100%;
    overflow-x: auto
}

.shop-cart-table .shop-cart td {
    line-height: 26px;
    vertical-align: middle;
    padding: 16px 8px
}

.shop-cart-table .shop-cart tbody tr:last-child td {
    border-bottom: none
}

.shop-cart-table a {
    color: #282b2d
}

.table.cart-sub-total {
    border-color: transparent;
    vertical-align: middle;
    padding: 10px 30px
}

.table.cart-sub-total td,
.table.cart-sub-total th {
    border-color: transparent;
    vertical-align: middle;
    padding: 10px 30px
}

.table.cart-sub-total td {
    padding-right: 0
}

.shop-cart-table input[type="text"] {
    height: 35px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    text-align: center;
    width: 50px;
    margin: 0
}

.countdown.shop li {
    border-right: none;
    display: inline-block;
    padding: 8px 15px;
    margin-right: 3px;
    text-align: center;
    border-radius: 0.25rem;
    background: #00bcd1;
    color: #fff
}

.countdown.shop li:last-child {
    padding-right: 15px;
    margin-right: 0
}

.countdown.shop li span {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    position: relative
}

@media screen and (max-width: 575px) {
    .countdown.shop li {
        padding: 8px 10px
    }

    .countdown.shop li:last-child {
        padding-right: 10px
    }
}

.search-form_input {
    color: #00bcd1
}

.search-frame h4 a:hover {
    color: #00bcd1
}

.search-frame .search_list .match {
    color: #00bcd1
}

.search-frame .search_list li:before {
    color: #00bcd1
}

.search-frame .search_list li + li {
    border-top: 3px solid #00bcd1
}

.search-frame .search {
    color: #00bcd1
}

@media screen and (max-width: 991px) {
    .custom-search {
        position: absolute;
        width: 100%;
        left: 0;
        top: 77px
    }
}

@media screen and (max-width: 767px) {
    .custom-search {
        top: 78px
    }
}

@media screen and (max-width: 479px) {
    .custom-search {
        top: 68px
    }
}

.block-title {
    padding: 12px 25px;
    color: #ffffff;
    text-transform: capitalize;
    background: #00bcd1;
    margin: 0px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    letter-spacing: .4px
}

.block-content {
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid #e6e6e6
}

.block-content .tags {
    margin-top: -5px
}

.block-content .tags a {
    border: 1px solid #eeeeee;
    padding: 10px;
    display: inline-block;
    line-height: 20px;
    margin: 5px 0;
    background-color: #f5f5f5;
    font-weight: 600
}

@media screen and (max-width: 1199px) {
    .block-content {
        padding: 15px
    }
}

@media screen and (max-width: 991px) {
    .block-content {
        padding: 20px
    }

    .block-content .tags a {
        margin-bottom: 0
    }
}

.get-appointment .appiontment-img {
    margin-top: -70px
}

.counter-style1 {
    margin-top: -120px;
    border-radius: 10px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
    z-index: 1;
    position: relative
}

@media screen and (max-width: 991px) {
    .counter-style1 {
        margin-top: -40px
    }
}

.readmore {
    font-size: 14px;
    color: #333333;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.3s;
    display: inline-block;
    position: relative
}

.readmore:before {
    position: absolute;
    content: "";
    background: #333333;
    height: 2px;
    width: 100%;
    bottom: -3px;
    transition: 0.3s;
    left: 0
}

.readmore:after {
    position: absolute;
    content: "";
    background: #00bcd1;
    height: 2px;
    width: 0;
    bottom: -3px;
    transition: 0.3s;
    left: 0
}

.readmore:hover {
    color: #00bcd1
}

.readmore:hover:after {
    width: 100%
}

.dept-category.list-style1 li:before {
    left: 15px;
    margin-top: 1px;
    font-size: 14px
}

.animated-icon1 {
    position: absolute;
    left: 46%;
    bottom: 5%
}

.animated-icon2 {
    position: absolute;
    right: 10%;
    top: 12%
}

.animated-icon3 {
    position: absolute;
    left: 5%;
    top: 14%
}

.rotate-me {
    animation-name: rotateme;
    animation-duration: 24s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: rotateme;
    -webkit-animation-duration: 24s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotateme;
    -moz-animation-duration: 24s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: rotateme;
    -ms-animation-duration: 24s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: rotateme;
    -o-animation-duration: 24s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear
}

@keyframes rotateme {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes rotateme {
    from {
        -moz-transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}

@-o-keyframes rotateme {
    from {
        -o-transform: rotate(0deg)
    }

    to {
        -o-transform: rotate(360deg)
    }
}

.icon-gallery {
    margin-top: -35px
}

.icon-gallery .d-table {
    margin-top: 35px
}

.icon-gallery .d-table-cell {
    width: 125px;
    height: 125px;
    text-align: center;
    margin-bottom: 25px;
    border: 1px solid rgba(0, 0, 0, 0.075);
    vertical-align: middle;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
    padding: 10px;
    background: #fff
}

.icon-gallery i {
    display: block;
    margin-bottom: 15px;
    font-size: 28px;
    color: #00bcd1
}

@media screen and (max-width: 575px) {
    .icon-gallery {
        margin-top: -25px
    }

    .icon-gallery .d-table {
        margin-top: 25px
    }
}

.lg-backdrop {
    z-index: 99999
}

.lg-outer {
    z-index: 999999
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #00bcd1
}

.lg-progress-bar .lg-progress {
    background-color: #00bcd1
}

.lg-backdrop.in {
    opacity: 0.85
}

.datetimepicker td,
.datetimepicker th {
    padding: 5px;
    font-size: 14px
}

ul.countdown {
    padding: 0;
    margin: 0
}

ul.countdown li {
    border-right: 1px solid #c5c5c5;
    display: inline-block;
    padding: 0 30px;
    text-align: center
}

ul.countdown li:last-child {
    border: medium none;
    padding-right: 0
}

ul.countdown li span {
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    position: relative
}

ul.countdown li span::before {
    content: "";
    height: 1px;
    position: absolute;
    width: 100%
}

ul.countdown li p.timeRefDays,
ul.countdown li p.timeRefHours,
ul.countdown li p.timeRefMinutes,
ul.countdown li p.timeRefSeconds {
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-transform: uppercase
}

@media screen and (max-width: 767px) {
    ul.countdown {
        margin-top: -25px
    }

    ul.countdown li {
        padding: 0 8px;
        border-right: none;
        width: 48%;
        margin-top: 25px
    }

    .social-links li {
        margin-right: 15px
    }

    ul.countdown li span {
        font-size: 28px
    }
}

.element-listing {
    border: 1px solid rgba(0, 0, 0, 0.09);
    border-radius: 4px
}

.element-listing h2 {
    background-color: #00bcd1;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 15px 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.element-listing li {
    border-bottom: 1px solid #ececec
}

.element-listing li:last-child {
    border-bottom: none
}

.element-listing li.active {
    border-bottom: 1px solid #00bcd1
}

.element-listing li.active a {
    color: #00bcd1
}

.element-listing li.active a:after {
    content: none
}

.element-listing li a {
    display: block;
    border-left: 4px solid transparent;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 10px 14px 20px
}

@media screen and (max-width: 767px) {
    .element-listing li a {
        font-size: 14px;
        padding: 12px 10px 12px 16px
    }
}

.list-style1 {
    list-style: none;
    margin: 0;
    padding: 0
}

.list-style1 li {
    position: relative;
    padding: 0 0 10px 25px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.list-style1 li:before {
    content: "\f192";
    position: absolute;
    top: 0;
    left: 0;
    font-family: Font Awesome\ 5 Free;
    color: #c0c0c0
}

.list-style1 li:first-child {
    padding-top: 10px
}

.list-style1 li:first-child:before {
    top: 11px
}

.list-style1 li:last-child {
    border-bottom: 0;
    margin-bottom: 0
}

.list-style1.list-style-color li {
    border-color: rgba(255, 255, 255, 0.15)
}

.list-style1.list-style-color li:before {
    color: #232323
}

.list-style2 {
    list-style: none;
    margin: 0;
    padding: 0
}

.list-style2 li {
    position: relative;
    padding: 0 0 0px 30px;
    margin: 0 0 15px 0
}

.list-style2 li:before {
    content: "\f058";
    position: absolute;
    top: 2px;
    left: 0;
    font-family: Font Awesome\ 5 Free;
    font-weight: 700;
    color: #00bcd1
}

.list-style2 li:last-child {
    margin-bottom: 0
}

.list-style3 li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.2rem;
    font-size: 15px
}

.list-style3 li i {
    margin-top: 5px
}

.list-style3 li:last-child {
    margin-bottom: 0
}

.list-style4 {
    padding-left: 0
}

.list-style4 li {
    margin-bottom: 20px
}

.list-style4 li i {
    min-width: 40px;
    min-height: 40px;
    line-height: 40px;
    margin-right: 15px;
    color: #00bcd1;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 8px 25px 0px rgba(9, 95, 254, 0.18)
}

.list-style4 li:last-child {
    margin-bottom: 0
}

.list-style5 li {
    display: inline-block;
    padding-right: 20px;
    margin-right: 10px;
    position: relative;
    font-size: 14px;
    font-weight: 700
}

.list-style5 li:after {
    width: 5px;
    height: 5px;
    position: absolute;
    border-radius: 50%;
    content: "";
    top: 10px;
    right: 0;
    background: #00bcd1
}

.list-style5 li:last-child {
    margin-right: 0;
    padding-right: 0
}

.list-style5 li:last-child:after {
    content: none
}

.list-style6 {
    list-style: none;
    margin: 0;
    padding: 0
}

.list-style6 li {
    position: relative;
    padding: 8px 0;
    font-size: 15px;
    margin: 0 0 4px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.list-style6 li span {
    margin-bottom: 2px
}

.list-style6 li p {
    margin-bottom: 0
}

.list-style6 li:last-child {
    border-bottom: none
}

.list-style6 li:before {
    content: ""
}

.list-style1.no-list-style li {
    padding-left: 10px;
    padding-right: 10px
}

.list-style1.no-list-style li:before {
    content: none
}

.block-style1 .item {
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    background: #fff;
    height: 100%
}

.block-style1 .item .post-img {
    position: relative;
    overflow: hidden
}

.block-style1 .item .post-img:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.block-style1 .item .post-img img {
    width: 100%;
    -webkit-filter: none;
    filter: none;
    transition: 0.3s
}

.block-style1 .item .content {
    padding: 30px;
    text-align: left
}

.block-style1 .item .content .tag {
    font-size: 12px;
    margin-bottom: 5px;
    letter-spacing: 1px
}

.block-style1 .item .content .read-more {
    margin-top: 20px;
    font-weight: 600
}

.block-style1 .item .content .read-more:hover {
    text-decoration: underline
}

.block-style1 .item .content p {
    line-height: 24px
}

.block-style1 .item .content h5 {
    font-size: 16px;
    line-height: normal;
    text-transform: inherit
}

@media screen and (max-width: 991px) {
    .block-style1 .item .content {
        padding: 20px 25px
    }

    .block-style1 .item .content p {
        margin-bottom: 10px
    }

    .block-style1 .item .content h5 {
        font-size: 15px
    }
}

.block-style2 .item {
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    background: #fff;
    height: 100%
}

.block-style2 .item .block-img {
    position: relative;
    overflow: hidden
}

.block-style2 .item .block-img:hover img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

.block-style2 .item .block-img img {
    width: 100%;
    -webkit-filter: none;
    filter: none;
    transition: 0.3s
}

.block-style2 .item .content {
    padding: 20px;
    text-align: left
}

.block-style2 .item .content p {
    line-height: 24px
}

.block-style2 .item .content h5 {
    line-height: normal;
    text-transform: inherit
}

.blog-list-simple {
    margin: 0 0 30px 0;
    padding-bottom: 30px
}

.blog-list-simple:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.blog-list-simple-text > span {
    color: #00bcd1;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px
}

.blog-list-simple-text p {
    border-top: 1px solid #ececec;
    font-size: 15px;
    font-weight: 400;
    line-height: 170%;
    margin-bottom: 0;
    padding: 15px 0
}

.blog-list-simple-text .meta {
    margin: 0 0 5px 0
}

.blog-list-simple-text li {
    display: inline-block;
    font-size: 12px;
    color: #777;
    margin: 5px
}

.blog-list-simple-text h4 {
    color: #1e2022;
    font-size: 20px;
    font-weight: 500;
    margin: 5px 0;
    line-height: normal
}

.blog-list-simple-text ul {
    margin: 10px 0
}

.blog-list-simple-text ul li {
    color: #999;
    font-size: 14px;
    font-weight: 500;
    padding: 3px 0
}

.blog-list-simple-text ul li i {
    color: #00bcd1;
    margin-right: 5px;
    font-size: 14px
}

.blogs .post {
    margin-bottom: 50px
}

.blogs .post .content {
    padding: 30px;
    background: #fafafa
}

.blogs .post .content .post-title h5 {
    line-height: normal;
    font-weight: 500;
    margin-bottom: 0
}

.blogs .post .content .post-title h5 a {
    color: #1e2022
}

.blogs .post .content .post-title h5 a:hover {
    color: #00bcd1
}

.blogs .post .content .meta {
    margin-bottom: 15px
}

.blogs .post .content .meta li {
    display: inline-block;
    margin: 5px
}

.blogs .post .content .special {
    padding: 15px;
    margin: 30px 0;
    border-left: 2px solid #111;
    background: #f7f7f7
}

.blogs .post .content .btn {
    border-color: #6f6f6f;
    color: #6f6f6f;
    min-width: auto;
    padding: 6px 20px;
    font-size: 12px
}

.blogs .post .content .btn:hover {
    color: #fff;
    border-color: #00bcd1
}

.blogs .post .share-post {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px dashed #ddd;
    text-align: left
}

.blogs .post .share-post span {
    font-weight: 700
}

.blogs .post .share-post ul {
    float: right
}

.blogs .post .share-post ul li {
    display: inline-block;
    margin: 0 0 0 12px
}

.blogs .post .post-img img {
    width: 100%
}

.blogs .comments-area .comment-box {
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid #eee
}

.blogs .comments-area .comment-box:nth-child(odd) {
    margin-left: 80px
}

.blogs .comments-area .comment-box:last-child {
    margin-bottom: 30px
}

.blogs .comment-box .author-thumb {
    width: 80px;
    float: left
}

.blogs .comment-box .comment-info {
    margin-left: 100px
}

.blogs .comment-box .comment-info h6 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px
}

.blogs .comment-box .comment-info .reply {
    margin-top: 10px;
    font-weight: 600
}

.blogs .comment-box .comment-info .reply i {
    padding-right: 5px;
    font-size: 12px
}

.custom-pagination {
    border-radius: 0;
    padding: 0;
    margin: 0
}

.custom-pagination ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 auto;
    padding: 0
}

.custom-pagination li {
    display: inline
}

.custom-pagination a {
    float: left;
    padding: 0 18px;
    line-height: 40px;
    text-decoration: none;
    border: 1px solid #dbdbdb;
    border-left-width: 0;
    background: #fff
}

.custom-pagination a:hover {
    background-color: #1e2022;
    color: #fff
}

.custom-pagination .active a {
    background-color: #f7f7f7;
    color: #999;
    cursor: default
}

.custom-pagination .disabled span {
    color: #999;
    background-color: transparent;
    cursor: default
}

.custom-pagination .disabled a {
    color: #999;
    background-color: transparent;
    cursor: default
}

.custom-pagination .disabled a:hover {
    color: #999;
    background-color: transparent;
    cursor: default
}

.custom-pagination li:first-child a {
    border-left-width: 1px
}

.blockquote {
    background: #f1f1f1;
    border-left: 4px solid #00bcd1;
    font-size: 16px;
    font-weight: 500;
    margin: 25px 0;
    padding: 20px 30px 30px
}

.blockquote p {
    font-size: 15px;
    font-weight: 500;
    line-height: 190%;
    color: #1e2022;
    letter-spacing: .5px
}

.blockquote h4 {
    font-size: 20px;
    font-weight: 400;
    color: #1e2022;
    letter-spacing: .5px
}

.blog-sidebar .widget {
    padding: 30px;
    border: 2px solid #eeeeee;
    margin-bottom: 30px
}

.blog-sidebar .widget:last-child {
    margin-bottom: 0
}

.blog-side-list li {
    margin-bottom: 10px;
    font-size: 15px
}

.blog-side-list li:last-child {
    margin-bottom: 0px
}

.blog-side-list li span {
    float: right
}

.blog-side-list li a:after {
    content: none
}

.side-bar .widget {
    margin-bottom: 30px
}

.side-bar .widget:last-child {
    margin-bottom: 0
}

.side-bar .widget .widget-title h6 {
    position: relative;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px
}

.side-bar .widget .widget-title h6:after {
    content: '';
    width: 30px;
    height: 1px;
    background: #00bcd1;
    position: absolute;
    bottom: 0;
    left: 0
}

.side-bar .widget li {
    position: relative;
    padding: 0 0 0 12px;
    margin: 0 0 9px 0;
    color: #6f6f6f
}

.side-bar .widget li:last-child {
    margin: 0
}

.side-bar .widget li:after {
    content: "";
    width: 5px;
    height: 1px;
    background-color: #6f6f6f;
    position: absolute;
    top: 12px;
    left: 0
}

.side-bar .widget .social-listing {
    margin-bottom: 0
}

.side-bar .widget .social-listing li {
    list-style: none;
    display: inline-block
}

.side-bar .widget .social-listing li:after {
    background: none
}

.side-bar .widget .social-listing li:first-child {
    padding-left: 0
}

.side-bar .search form input {
    width: calc(100% - 50px);
    height: 50px;
    padding: 0 10px;
    margin: 0;
    border: 1px solid #d1d1d1;
    background: #f7f7f7
}

.side-bar .search form button {
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border: 0;
    float: right;
    border-radius: 0;
    padding: 0
}

.side-bar .search form button:hover:before {
    border-radius: 0;
    padding: 0
}

@media screen and (max-width: 767px) {
    .blog-list-simple {
        margin-bottom: 20px;
        padding-bottom: 20px
    }
}

.social-icon-style li {
    display: inline-block;
    margin-right: 5px
}

.social-icon-style li:last-child {
    margin-right: 0
}

.social-icon-style li a {
    background-color: #441110;
    font-size: 14px;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    color: #fff
}

.social-icon-style li a:hover {
    color: #fff;
    background: #e44111;
}

@media screen and (max-width: 767px) {
    .social-icon-style li a {
        width: 30px;
        height: 30px;
        border-radius: 30px;
        line-height: 30px
    }
}

.social-icon-style1 li {
    display: inline-block;
    margin-right: 5px
}

.social-icon-style1 li:last-child {
    margin-right: 0
}

.social-icon-style1 li a {
    font-size: 14px;
    border: 1px solid #eeeeee;
    background: #eee;
    width: 35px;
    color: #1e2022;
    height: 35px;
    border-radius: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center
}

.social-icon-style1 li a:hover {
    color: #fff;
    background: #00bcd1;
    border: 1px solid #00bcd1
}

.social-icon-style2 li {
    display: inline-block;
    margin-right: 5px
}

.social-icon-style2 li:last-child {
    margin-right: 0
}

.social-icon-style2 li a {
    font-size: 16px;
    color: #00bcd1;
    display: inline-block;
    text-align: center
}

.appointment-popup {
    padding: 50px 20px 20px 20px;
    max-width: 700px;
    margin: 40px auto;
    position: relative
}

.appointment-popup .mfp-close {
    background: #e44111;
    color: #fff;
    opacity: 1;
    top: 0
}

.popover {
    z-index: 999999
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.map {
    height: 400px;
    width: 100%;
    vertical-align: top;
    border: 0
}

.form-group {
    margin-bottom: 1rem
}

.form-group label {
    margin-bottom: .5rem;
    color: #000!important;
}

.form-control:focus {
    border-color: #e44111
}

.form-check-input:checked {
    border-color: #00bcd1;
    background-color: #00bcd1
}

.quform-input {
    position: relative
}

.quform-input .quform-errors-wrap {
    position: absolute;
    right: 8px;
    top: 0;
    line-height: normal;
    z-index: 1
}

.quform-element > label {
    font-weight: normal;
    padding-bottom: 5px;
    margin-bottom: 0;
    color: #6a747b;
    font-size: 14px
}

.quform-element > label .quform-required {
    color: #cc0101;
    font-size: 10px
}

.quform-inner input {
    width: 100%
}

.quform-elements .quform-element textarea {
    margin-bottom: 0;
    padding: 8px 15px;
    vertical-align: top
}

.quform-elements .quform-element select {
    margin-bottom: 0;
    padding: 8px 35px 8px 15px
}

.quform-errors {
    padding: 0;
    margin: 0;
    line-height: normal
}

.quform-errors > .quform-error {
    padding: 0;
    background: none;
    border: none;
    float: none;
    color: #f5543f;
    font-size: 11px;
    line-height: normal;
    letter-spacing: normal
}

.quform-outer-no-js .quform-error {
    padding: 0;
    background: none;
    border: none;
    float: none;
    color: #f5543f;
    font-size: 11px;
    line-height: normal;
    letter-spacing: normal
}

.quform-outer-no-js .quform-success-message {
    padding: 0.75rem 1.25rem 0.75rem 3rem
}

.quform-has-error input,
.quform-has-error textarea,
.quform-has-error select,
.quform-has-error input[type=file],
.quform-has-error .custom-file-label {
    border-color: #f5543f
}

.quform-success-message {
    padding: 0.75rem 1.25rem 0.75rem 3rem
}

.quform-submit-inner {
    float: none
}

.quform-loading-wrap {
    float: none
}

.quform-loading-wrap .quform-loading {
    display: inline-block
}

.light-validation .quform-errors > .quform-error {
    color: #fff
}

.newsletter-footer .quform-elements {
    position: relative
}

.newsletter-footer .quform-submit-inner {
    position: absolute;
    right: 10px;
    top: 1px;
    width: auto
}

.newsletter-footer .quform-loading-wrap {
    margin-top: 15px;
    margin-bottom: 0;
    margin-left: 0
}

.newsletter-footer input {
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 50px;
    padding: 0.5rem 4rem 0.5rem 1.5rem
}

.newsletter-footer .quform-has-error input {
    border-color: #f5543f
}

.newsletter-rounded .quform-has-error textarea,
.newsletter-rounded .quform-has-error select {
    border-color: #f5543f
}

.newsletter-footer .quform-input .quform-errors-wrap {
    right: 15px
}

.newsletter-footer i {
    font-size: 1.5rem;
    line-height: 2rem
}

.footer-area {
    background: #f5f5f5
}

.footer-top {
    margin-bottom: -70px;
    position: relative;
    z-index: 9
}

.footer-map {
    height: 250px;
    width: 100%;
    vertical-align: top;
    border: 0
}

.footer-list-style {
    margin-bottom: 0
}

.footer-list-style li {
    display: inline-block;
    margin-right: 10px;
    padding: 2px 0
}

.footer-list-style li a {
    vertical-align: middle
}

.footer-list-style li span {
    vertical-align: baseline;
    font-size: 16px;
    line-height: normal;
    display: inline-block;
    margin-right: 6px
}

.footer-list-style li:last-child {
    margin-right: 0
}

footer p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    color: #000;
}

footer h3 {
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1;
    position: relative
}

footer h3:after {
    content: '';
    display: block;
    width: 36px;
    height: 3px;
    background: #00bcd1;
    margin-top: 12px
}

.footer-bar {
    float: left;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #441110;
    color: #000000
}

.footer-bar span {
    color: #fff;
    font-size: 15px;
    font-weight: 400
}

@media screen and (max-width: 767px) {
    footer h3 {
        letter-spacing: 2px
    }

    footer h3:after {
        margin-top: 10px
    }

    footer .list-style-1 li {
        padding: 0 0 5px 0
    }

    footer .list-style-1 li:last-child {
        padding: 0
    }
}

.footer-list {
    margin: 0;
    padding: 0
}

.footer-list li {
    list-style-type: none;
    color: #232323;
    padding: 4px 0
}

.footer-list li:first-child {
    padding-top: 0
}

.footer-list li:last-child {
    padding-bottom: 0
}

.footer-list li a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.footer-list li a:before {
    content: '\f105';
    font-size: 13px;
    color: #000000;
    font-weight: 700;
    vertical-align: middle;
    font-family: Font Awesome\ 5 Free;
    padding-right: 8px;
    display: inline-block;
    margin-top: -1px;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.footer-list li a:hover {
    color: #e44111;
}

.footer-list li a:hover:before {
    color: #013e7f;
}

@media screen and (max-width: 767px) {
    .footer-list li a {
        font-size: 15px
    }
}

.footer-style2 h3:before,
.footer-style2 h3:after {
    content: none
}

.footer-style2 .contact-block {
    columns: 2;
    column-gap: 0;
    text-align: right
}

.footer-style2 .footer-social-icon li {
    display: inline-block;
    margin-right: 10px
}

.footer-style2 .footer-social-icon li:last-child {
    margin-right: 0
}

.footer-style2 .footer-social-icon li a {
    color: #00bcd1
}

.footer-style3 h3:before,
.footer-style3 h3:after {
    content: none
}

pre[class*="language-"] {
    max-height: 45vh;
    height: 100%;
    margin: 35px 0 15px 0;
    padding-top: 0
}

.html-code {
    background-color: #fbfbfb;
    position: relative;
    box-shadow: inset 0 0 0 1px #dde1e6, 0 3px 5px rgba(0, 0, 0, 0.15);
    padding: 30px;
    border-radius: 5px;
    border: 1px solid #ededed
}

.html-code:before {
    color: rgba(0, 188, 209, 0.25);
    content: "•••";
    font-size: 30px;
    left: 24px;
    letter-spacing: 4px;
    line-height: 12px;
    position: absolute;
    top: 24px
}

.copy-element {
    position: absolute;
    top: -50px;
    right: 100px;
    opacity: 0;
    width: auto;
    padding: 0;
    transition: opacity 0.3s ease-in-out
}

.source-element {
    position: absolute;
    top: -50px;
    right: 15px;
    opacity: 0;
    width: auto;
    padding: 0;
    transition: opacity 0.3s ease-in-out
}

.html-code .copy-element {
    top: 15px;
    right: 30px
}

.html-code:hover .copy-element,
.html-code:hover .source-element {
    opacity: 1
}

.box-hover:hover .copy-element,
.box-hover:hover .source-element {
    opacity: 1
}

.copy-element > a,
.source-element > a {
    border-radius: 0.25rem;
    background: #dde1e6;
    color: #777 !important;
    display: inline-block;
    padding: 5px 15px;
    font-size: 14px;
    text-transform: capitalize;
    cursor: pointer !important;
    font-weight: 600
}

.copy-element > a:hover,
.source-element > a:hover {
    background: #00bcd1;
    color: #fff !important
}

.copy-clipboard {
    cursor: pointer;
    padding: 5px 15px
}

.white-popup-block {
    background-color: #fbfbfb;
    position: relative;
    max-width: 650px;
    box-shadow: inset 0 0 0 1px #dde1e6, 0 3px 5px rgba(0, 0, 0, 0.15);
    padding: 60px 30px 30px 30px;
    border-radius: 5px;
    margin: 40px auto;
    border: 1px solid #ededed
}

.white-popup-block.popup-copy.mfp-hide {
    display: block !important;
    height: 0;
    position: absolute;
    z-index: -1;
    padding: 0;
    opacity: 0;
    margin: 0
}

.white-popup-block:before {
    color: rgba(0, 188, 209, 0.25);
    content: "•••";
    font-size: 30px;
    left: 24px;
    letter-spacing: 4px;
    line-height: 12px;
    position: absolute;
    top: 24px
}

.white-popup-block:hover .copy-element {
    opacity: 1
}

.white-popup-block .copy-element {
    top: 45px;
    right: 30px
}

.box-hover {
    position: relative
}

.box-hover .container {
    position: relative
}
.appointment-popup select{
    border: 1px solid #666;
}
.appointment-popup input::placeholder{
    color: #777;
}
.appointment-popup textarea::placeholder{
    color: #777;
}
.mt30{
    margin-top: 30px;   
}
