/* BOOTSTRAP CLASSES */
.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
*,
::after,
::before {
    box-sizing: border-box;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%; /*max-width:8.333333%*/
}
.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%; /*max-width:16.666667%*/
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}
.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}
.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.p-0 {
    padding: 0 !important;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}

/* OVERRIDE */
/* --- bootstrap ---*/
.container {
    max-width: 1140px;
}

/* --- parent theme ---*/
#page {
    max-width: 1140px;
}

#move-to-top {
    display: flex;
    align-items: center;
    bottom: 0;
    font-size: 2rem;
    border-radius: 0.3rem;
    background-color: rgba(0, 0, 0, 0.3);
    height: 50px;
    width: 50px;
    margin: 15px 0;
    justify-content: center;
    padding: 0;
}
#secondary-navigation .navigation ul li a,
#header .logo-head img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*--- header ---*/
#header,
#header .container,
.main-header {
    background: transparent;
}
#header,
.main-header {
    float: none;
}
#header {
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
}
#header .container {
    max-width: 100%;
}
.regular_header #secondary-navigation {
    float: inherit;
}
#secondary-navigation {
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr;
    grid-template-rows: 85px;
    transition: all 0.3s ease;
}
#secondary-navigation a.logo-head__link {
    padding: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.article {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    box-shadow: 0px 0px 0px;
    padding: 15px;
    box-sizing: border-box;
}

@media (min-width: 865px) {
    .header-top {
        background: #fff;
    }
    #header {
        box-shadow: none;
        height: 1px;
    }
    #header,
    .main-header {
        float: left;
    }

    /* Navigation */
    .navigation #menu-main-menu {
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: wrap;
    }

    #secondary-navigation .navigation ul li:hover,
    #secondary-navigation .navigation ul .current-menu-item {
        background-color: transparent !important;
    }
    #secondary-navigation .navigation ul .current-menu-item {
        color: #fff !important;
    }
    #secondary-navigation .navigation ul .current-menu-item a {
        /*color: inherit!important;*/
    }
    #secondary-navigation .navigation ul li:hover > a {
        background-color: transparent;
        color: #fff !important;
    }
    #secondary-navigation .navigation ul li a {
        height: 70px;
        display: flex;
        align-items: center;
        padding: 0 12px;
        transition: all 0.3s ease;
    }
    #secondary-navigation .navigation ul li > a::after {
        content: "";
        display: block;
        background-color: #d1d1d1;
        width: 1px;
        height: 15px;
        position: absolute;
        right: 0;
        top: calc(50% - 7.5px);
    }
    #secondary-navigation .navigation ul li:last-child > a::after {
        display: none;
    }
    #secondary-navigation .navigation ul ul {
        min-width: 15rem;
        background: #48c3d5;
    }
    #secondary-navigation .navigation ul ul li {
        background: transparent;
    }
    #secondary-navigation .navigation ul ul a {
        height: auto;
        width: 100% !important;
        padding: 10px 20px 10px 30px !important;
        color: #fff !important;
        border: none;
        font-size: 14px;
        text-transform: inherit;
    }
    #secondary-navigation .navigation ul ul li a::before {
        content: "\f105";
        display: flex;
        font-family: FontAwesome;
        position: absolute;
        margin-left: -15px;
        color: #fff;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        transition: all 0.2s ease;
    }
    #secondary-navigation .navigation ul li:hover ul li a {
        background: transparent;
    }
    #secondary-navigation .navigation ul ul li:hover > a {
        background-color: #000 !important;
    }
    #secondary-navigation .navigation ul ul li:hover > a::before {
        color: #999;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }
    #secondary-navigation .navigation > ul > .menu-item-has-children > a {
        padding-right: 12px;
        padding-left: 30px;
    }
    #secondary-navigation .menu-item-has-children > a:after {
        display: none;
    }
    #secondary-navigation .menu-item-has-children > a:before {
        content: "\f107";
        display: flex;
        font-family: FontAwesome;
        position: absolute;
        margin-left: -20px;
    }
}

@media screen and (max-width: 865px) {
    a#pull {
        position: relative;
        margin: 0;
        padding: 0 !important;
        height: 13px;
        width: 20px;
        background: transparent;
        border: 0;
        line-height: 1;
    }

    a#pull::after {
        color: #000;
        top: auto;
        right: 0;
        display: flex;
        width: 100%;
        justify-content: center;
        font-size: 14px;
        font-weight: 400;
    }
}

@media screen and (max-width: 480px) {
    #secondary-navigation {
        height: auto;
    }
}

@media (min-width: 1200px) {
    #secondary-navigation {
        padding-left: 50px;
        padding-right: 50px;
    }
}

/* FOOTER */
footer {
    margin-top: 0;
}

footer .container {
    width: initial;
    padding-right: 15px;
    padding-left: 15px;
}

/* HOMEPAGE */
#page.homepage {
    padding-top: 0;
    max-width: 100%;
}

/* MAIN */
.md-head1 {
    font-weight: normal;
    font-size: 30px;
    line-height: 42px;
    color: #000;
    text-transform: uppercase;
}
.md-head2 {
    font-weight: normal;
    font-size: 24px;
    line-height: 36px;
    color: #000;
}
.md-head3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    text-transform: uppercase;
}
.md-para {
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #222;
}
.md-link {
    padding-bottom: 1px;
    border-bottom: 2px solid #ddd;
    color: #333;
    font-weight: 600;
    text-decoration: none;
}
.md-link:hover {
    color: #999;
    text-decoration: none;
}
.md-btn {
    display: inline-block;
    padding: 10px 48px;
    font-size: 13px;
    border-width: 2px;
    border-style: solid;
    border-radius: 40px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-style: normal;
    transition: color 0.15s ease-out, background-color 0.15s ease-out, border-color 0.15s ease-out;
}
.md-btn_primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.md-btn_primary:hover {
    color: #fff;
    border-color: #fff;
}
@media (min-width: 540px) {
    .md-head1 {
        font-weight: 500;
        font-size: 35px;
        line-height: 50px;
    }
    .md-head2 {
        font-size: 30px;
        line-height: 40px;
    }
}

/* HEADER */
.top-head {
    display: none;
    transition: all 0.3s ease;
}
.top-head__list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 15px;
}
.top-head__item {
    margin-right: 12px;
    display: flex;
    align-items: center;
    font-size: 20px;
}
.top-head__item::before {
    font-family: FontAwesome;
    display: flex;
    color: #000;
    font-size: 16px;
    margin-right: 5px;
}
.top-head__item_address::before {
    content: "\f041";
}
.top-head__item_phone::before {
    content: "\f095";
}
.logo-head {
    transition: all 0.3s ease;
}
.logo-head__link {
    align-items: center;
    display: flex;
    justify-content: center;
}
.logo-head__link img {
    max-width: 220px;
}
.innerImage {
    height: 350px;
}
@media (min-width: 865px) {
    #header.scrolled {
        height: 90px;
        position: fixed;
        background: #fff;
        box-shadow: 2px 3px 8px 10px rgba(0, 0, 0, 0.2);
    }
    #header.scrolled .top-head {
        font-size: 14px;
    }
    #header.scrolled .logo-head {
        /*transform: translateY(-30px) scale(.875);*/
        transition: all 0.3s ease;
    }
    #header.scrolled #secondary-navigation {
        grid-template-rows: 60px;
        transition: all 0.3s ease;
    }
    #header.scrolled #secondary-navigation .navigation ul li a {
        /* max-height: 50px;*/
    }
    #header.scrolled .navigation {
        /*transform: translateY(-10px);*/
        transition: all 0.3s ease;
    }
    .top-head {
        display: block;
    }
}
#secondary-navigation .navigation ul li a {
    max-height: 70px;
}
@media (min-width: 1200px) {
    .logo-head__link img {
        max-width: 400px;
    }
    .top-head {
        padding-left: 50px;
        padding-right: 50px;
    }
}

/* HERO */
.hero {
    position: relative;
    width: 100%;
    height: 400px;
}
.hero-slider {
    height: 100%;
}
.hero-slider__item {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}
.hero-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    align-items: center;
    grid-template-rows: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 10;
}
.hero-content__inner {
    text-align: center;
}
.hero-content__head1 {
    font-size: 40px;
    line-height: 50px;
    text-transform: uppercase;
}
.hero-content__head4 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    line-height: 25px;
    color: #555;
    letter-spacing: 2px;
    font-weight: 600;
}
.hero-content__btn {
    display: none;
    position: absolute;
    width: 100%;
    bottom: 20px;
    justify-content: center;
}
.hero-content__arrow-down {
    display: flex;
    padding: 20px;
    cursor: pointer;
}
.hero-content__arrow-down::before {
    content: "\f175";
    display: flex;
    font-family: FontAwesome;
    font-size: 24px;
}
/* Carousel Hero */
.hero .owl-carousel .owl-stage-outer {
    height: 400px;
}
.hero .owl-carousel .owl-stage,
.hero .owl-carousel .owl-item {
    height: 100%;
}
@media (min-width: 768px) {
    .hero {
        height: 80vh;
    }
    /* Carousel Hero */
    .hero .owl-carousel .owl-stage-outer {
        height: 100%;
    }
    .hero .owl-carousel .owl-stage,
    .hero .owl-carousel .owl-item {
        height: 100%;
    }
}
@media (min-width: 865px) {
    .hero-content__head3 {
        font-size: 28px;
        line-height: 38px;
    }
    .hero-content__head1 {
        font-size: 70px;
        line-height: 80px;
    }
}
@media (min-width: 1200px) {
    .hero-content__btn {
        display: flex;
    }
}

/* ABOUT */
.about {
    padding: 50px 0;
}
.about__sections {
    display: grid;
    grid-gap: 100px;
    grid-template-rows: 1fr auto;
}
.about__section {
    display: grid;
    justify-content: center;
    text-align: center;
}
.about-images {
    position: relative;
    background-image: url(../../../../wp-content/uploads/2018/11/aboutUs.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    width: 250px;
    height: 250px;
}
.about-images__icon {
    position: absolute;
    background: #fff;
    width: 74px;
    height: 74px;
    text-align: center;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    z-index: 2;
    cursor: pointer;
}
.about-images__icon:nth-child(1) {
    bottom: 10%;
    left: -9%;
}
.about-images__icon:nth-child(2) {
    bottom: -18%;
    left: calc(50% - 37px);
}
.about-images__icon:nth-child(3) {
    right: -9%;
    bottom: 10%;
}
.about-images__icon-bg {
    background-color: #1d0202;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 74px;
    height: 74px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-images__icon-bg img {
    max-width: 55px;
    filter: brightness(0) invert(1);
}
.about-images__tooltip {
    position: absolute;
    background: #bb6c4e;
    padding: 5px;
    font-weight: 800;
    width: 75px;
    height: 25px;
    bottom: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    opacity: 0.5;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s ease-in;
}
.about-images__tooltip.active {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.about-images__tooltip span {
    font-size: 0.8em;
    color: #fff;
    line-height: 12px;
}
.about-images__tooltip-shape {
    width: 28%;
    overflow: hidden;
    height: 100%;
    left: 0px;
    position: absolute;
    top: -19px;
    margin: 0px auto;
    right: 0px;
}
.about-images__tooltip-shape::before {
    width: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-right: 13px solid #bb6c4e;
    content: "";
    display: block;
    left: 1px;
    height: 100%;
    position: relative;
    top: 0px;
    transform: rotate(90deg);
    right: 0px;
    margin: 0px auto;
}
.about__section_right {
    position: relative;
    min-height: 300px;
    height: 100%;
}
.about__section_right .about__content {
    position: absolute;
    background: #d8e5eb;
    left: 0;
    top: 0;
    height: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
    transition: all 0.3s ease-in;
}
.about__section_right .about__content.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 10;
}
.about__head {
    font-weight: 700;
    text-transform: capitalize;
}
.about-cards {
    display: grid;
    grid-gap: 30px;
}
.about-cards__flip {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    height: 200px;
    border-radius: 7px;
    overflow: hidden;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    background-image: url(/wp-content/uploads/2018/11/bright-squares.png);
    backface-visibility: hidden;
}
h1.satitle {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 50px;
    color: #fff;
    margin: 0px !important;
    text-shadow: 0px 0px 1px #fff;
}
.about-cards__head {
    margin-bottom: 0;
    color: #fff;
}
.about-cards__flip_front {
    overflow: hidden;
    z-index: 2;
    width: 100%;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.about-cards__flip_back {
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.about-cards__link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-cards__link:hover .about-cards__flip_front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.about-cards__link:hover .about-cards__flip_back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
@media (min-width: 540px) {
    .about__sections {
        margin-bottom: 30px;
        grid-gap: 100px;
    }
    .about-images {
        width: 400px;
        height: 400px;
    }
    .about-images__icon {
        width: 90px;
        height: 90px;
    }
    .about-images__icon:nth-child(1) {
        bottom: 5%;
        left: 0%;
    }
    .about-images__icon:nth-child(2) {
        bottom: -10%;
        left: calc(50% - 45px);
    }
    .about-images__icon:nth-child(3) {
        right: 0%;
        bottom: 5%;
    }
    .about-images__icon-bg {
        width: 90px;
        height: 90px;
    }
    .about-images__tooltip {
        width: 100px;
        border-radius: 50px;
    }
    .about__para {
        font-size: 1.2em;
        line-height: 1.55em;
        font-weight: 600;
    }
}

@media (min-width: 865px) {
    .about-cards {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1200px) {
    .about__sections {
        margin-bottom: 30px;
        grid-gap: 0;
        grid-template-columns: minmax(500px, 40%) 1fr;
        grid-template-rows: auto;
    }
    .about__section_left {
        justify-content: normal;
    }
    .about__section_right {
        align-items: center;
        text-align: left;
    }
    .about-images {
        margin-left: -100px;
    }
    .about-images__icon {
        width: 90px;
        height: 90px;
    }
    .about-images__icon:nth-child(1) {
        top: 10%;
        right: -5%;
        left: inherit;
    }
    .about-images__icon:nth-child(2) {
        top: calc(50% - 45px);
        right: -10%;
        left: inherit;
    }
    .about-images__icon:nth-child(3) {
        right: -5%;
        bottom: 10%;
    }
    .about-images__tooltip {
        right: -130px;
        top: calc(50% - 12px);
        border-radius: 0 50px 50px 0;
    }
    .about-images__tooltip-shape {
        width: 25%;
        top: 0;
        left: -20px;
        margin: 0;
        overflow: visible;
    }
    .about-images__tooltip-shape::before {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    .about-cards {
        max-width: 1140px;
        margin: 0 auto;
    }
}

/* HOME-PHOTOS */
.home-photos__section_single {
    width: 100%;
    height: 250px;
}
.home-photos__section_gallery {
    position: relative;
}
.home-photos__single {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}
.home-photos__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.home-photos__item {
    position: relative;
    height: 135px;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}
.home-photos__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9;
    transition: all 0.5s ease;
}
.home-photos__item.active::before {
    opacity: 0;
}
.home-photos__heading {
    position: absolute;
    display: flex;
    top: calc(25% - 42px);
    left: calc(50% - 105px);

    top: 65px;
    left: 50% !important;
    width: 50% !important;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.home-photos__heading .md-head1 {
    margin-bottom: 0;
    color: #fff;
    text-transform: inherit;
    z-index: 10;
}

@media (min-width: 540px) {
    .home-photos__section_single {
        height: 400px;
    }
    .home-photos__item {
        height: 200px;
    }
    .home-photos__heading {
        top: 90px;
    }
}
@media (min-width: 865px) {
    .home-photos__sections {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .home-photos__section_single {
        height: auto;
    }
    .home-photos__item {
        height: 170px;
    }
    .home-photos__heading {
        top: 65px;
    }
}
@media (min-width: 1200px) {
    .home-photos .p-0 {
        max-width: 85%;
        margin: 0 auto;
    }
}
div#mos {
    background-color: #fff;
    position: relative;
    z-index: 1;
}
/* SERVICES */
.services {
    padding: 25px 0;
}
.services__heading {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}
.services__heading .services__head {
    color: #4f0c0a;
}
.services__list {
    display: grid;
}
.services__item {
    background-size: cover;
    background-position: center;
}
.services__inner {
    padding: 50px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    text-align: center;
}
.services__head {
    color: #fff;
}
.services__para {
    color: #999;
}

@media (min-width: 540px) {
    .services {
        padding: 10px 0;
    }
    .services__inner {
        padding: 100px 50px;
    }
    .services__heading {
        max-width: 85%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
    }
}
@media (min-width: 865px) {
    .services__list {
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 1200px) {
    .services__list {
        grid-template-columns: repeat(4, 1fr);
    }
    .services__heading {
        max-width: 1000px;
    }
}

/* MEET-DOCTOR */
.meet-doctor {
    padding: 0 0;
    position: relative;
    background-image: url(/wp-content/uploads/2018/11/photo-1534430480872-3498386e7856.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.meet-doctor .container,
.meet-doctor .row,
.meet-doctor__inner {
    height: 100%;
}
.meet-doctor__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.services__item:nth-child(2) {
    animation-delay: 0.2s;
}
.services__item:nth-child(3) {
    animation-delay: 0.4s;
}
.services__item:nth-child(4) {
    animation-delay: 0.6s;
}
.meet-doctor__circle {
    position: relative;
    width: 290px;
    height: 290px;
    overflow: hidden;
    background-size: cover;
    background-position: center 0;
    border-radius: 50%;
    cursor: pointer;
    background-position: 50% 50%;
    margin: 0px auto 10px;
    margin-bottom: 10px;
}
.meet-doctor__circle:hover .meet-doctor__circle-inner {
    opacity: 1;
}
.meet-doctor__circle:hover .meet-doctor__para {
    letter-spacing: normal;
}
.meet-doctor__circle-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}
.meet-doctor__head {
    text-align: center;
    color: #fff;
    font-size: 32px;
    text-transform: inherit;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 20px;
}
.meet-doctor__subhead {
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
}
.meet-doctor__para {
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 30px;
    color: #fff;
    letter-spacing: 100px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    transition-delay: 0.2s;
}
.meet-doctor__para + i {
    color: #fff;
    font-size: 30px;
}

/* HOME-MAP */
.home-map__inner {
    display: flex;
    flex-direction: column;
}

/* FOOTER */
footer {
    font-size: 14px;
}

/* Animations */
@media screen and (max-width: 880px) {
    .services_slide .slick-arrow {
        display: none !important;
    }
}
