@import url("owl.css");
@import url('https://fonts.googleapis.com/css2?family=Martel+Sans:wght@200;300;400;600;700;800;900&display=swap');
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    box-sizing: border-box;
}

:root {
    --color-default: #000;
    --color-primary: #212121;
    --color-secondary: #c60d10;
}

body {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-family: 'Martel Sans', sans-serif;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    color: #c60d10;
}

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

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol,
li {
    margin: 0;
    padding: 0;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 0px;
    margin: 0 auto;
}

.page-wrap {
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    overflow: hidden;
    position: relative;
}

.top-border {
    position: relative;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, #2e3f53, transparent, #2e3f53);
}

.page-wrap::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../gallery/bg-1.jpg);
    opacity: .4;
    z-index: -1;
}

.lower-box .logo {
    top: 35px;
    position: absolute;
    display: inline-block;
    /* left: -85px; */
    z-index: 999;
    width: 353px;
}

.lower-box .nav-outer {
    position: relative;
    display: inline-block;
    text-align: right;
    margin-left: 0;
    width: 100%;
    padding: 0;
    margin-top: 0;
}

.nav-outer .mobile-nav-toggler {
    position: relative;
    display: none;
    float: right;
    cursor: pointer;
    padding: 25px 0;
}

.nav-outer .mobile-nav-toggler .inner {
    position: relative;
    display: block;
    padding: 3px 5px;
}

.main-menu {
    position: relative;
    /* display: inline-block; */
    text-align: center;
    margin: 25px 0 0;
    top: 0;
    float: right;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    position: relative;
    display: block;
    padding: 0 11px;
    border-radius: 24px 0 1px 24px;
}

.main-menu .navigation {
    position: relative;
    display: block;
    padding: 0 11px;
    border-radius: 24px 0 1px 24px;
}

.main-menu .navigation>li {
    position: relative;
    display: inline-table;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    border-right: 0px;
    padding: 8px 13px;
    text-transform: uppercase;
    opacity: 1;
    color: #000;
}

.main-menu .navigation>li>a:hover {
    color: #000;
}

.main-menu .navigation>li>a i {
    position: absolute;
    right: -3px;
    top: 15px;
    color: #37c8d7;
    font-size: 18px;
    transform: rotate(90deg);
}

.main-menu .navigation .fa-angle-double-right::before {
    font-family: 'FontAwesome';
    content: "\f101";
    position: absolute;
    top: 241px;
    left: 500px;
    font-size: 31px;
    font-weight: 700;
    color: #8e4f9f;
}

.main-menu .navbar-collapse>ul li.dropdown .dropdown-btn {
    position: absolute;
    right: 0px;
    top: 0;
    width: 50px;
    height: 42px;
    border-left: 1px solid #04102a;
    text-align: center;
    font-size: 16px;
    line-height: 42px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    z-index: 5;
}

.top-wrap {
    position: relative;
}

.header-main {
    position: absolute;
    width: 100%;
    z-index: 5;
}

.header-one {
    position: relative;
}

.header-one .container {
    position: relative;
}

.header-one .lower-box {
    position: relative;
    height: 100%;
}


/***  Mobile Menu***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    display: none;
    float: right;
    cursor: pointer;
    padding: 25px 0;
}

.nav-outer .mobile-nav-toggler .inner {
    position: relative;
    display: block;
    padding: 3px 5px;
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    max-width: 100%;
    height: 100%;
    padding-right: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(11 26 34);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    z-index: 1;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .mCSB_inside>.mCSB_container {
    margin-right: 5px;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}

.mobile-menu .nav-logo a {
    position: relative;
    display: inline-block;
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: rgb(33 33 33);
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    padding: 10px 25px;
    color: #ffffff;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.mobile-menu .navigation li ul li>a {
    font-size: 15px;
    font-weight: 400;
    margin-left: 20px;
    text-transform: capitalize;
    position: relative;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 32px;
    background: var(--color-secondary);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}


/* .mobile-menu .navigation li>ul>li>ul{
    background: #fff;
}
.mobile-menu .navigation li ul li>ul>li>a{
    color: #000;
}
.mobile-menu .navigation li>ul>li>ul>li {
    border-top: 1px solid rgb(0 0 0 / 10%);
} */

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul {
    display: none;
}

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
}

.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 5px 10px;
}

.mobile-menu .social-links li a {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    line-height: 32px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .social-links li a:hover {
    color: #dddddd;
}

.main-menu .navigation>li>ul {
    border-top: 3px solid var(--color-secondary);
    position: absolute;
    top: 100%;
    visibility: hidden;
    left: 0;
    width: 281px;
    opacity: 0;
    z-index: 100;
    background-color: #ffffff;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .05), -2px 0 5px 1px rgba(0, 0, 0, .05);
}

.main-menu .navigation>li .cstmwidth {
    width: 133px;
}

.main-menu .navigation>li.dropdown:hover>ul {
    opacity: 1;
    visibility: visible;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 110%;
    top: 0%;
    width: 291px;
    padding: 0px 0px;
    z-index: 100;
    color: #000;
    background: #ffffff;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    opacity: 0;
    border-top: 3px solid #47a5ae;
}

.main-menu .navigation>li>ul>li>ul>li>ul {
    position: absolute;
    left: 110%;
    top: 0%;
    width: 291px;
    padding: 0px 0px;
    z-index: 100;
    color: #000;
    background: #ffffff;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    opacity: 0;
    border-top: 3px solid #47a5ae;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    display: block;
    padding: 0px 10px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5bf;
}

.main-menu .navigation>li>ul>li>ul>li>ul>li {
    position: relative;
    display: block;
    padding: 0px 10px;
    width: 100%;
    border-bottom: 1px solid #e5e5e5bf;
}

.main-menu .navigation>li>ul>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 4px 0px;
    color: #000000!important;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
    text-transform: capitalize;
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}

.main-menu .navigation>li>ul>li>ul>li>ul>li:hover a {
    color: #fff!important;
}

.main-menu .navigation>li>ul>li>ul>li>ul>li:hover {
    background: rgb(245 132 102);
}

.links-widjet {
    padding-left: 55px;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 4px 0px;
    color: #000000;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
    text-transform: capitalize;
    transition: all 200ms ease;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:hover {
    background: #2e3f53;
}

@media only screen and (min-width: 768px) {
    .main-menu .navigation>li>ul,
    .main-menu .navigation>li>ul>li>ul {
        display: block!important;
        visibility: hidden;
        opacity: 0;
    }
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    display: block;
    width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li:hover {
    background: #2e3f53;
}

.main-menu .navigation>li>ul>li>ul>li:hover a {
    color: #fff;
}

.main-menu .navigation>li>ul>li:hover {
    background: #246068;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 4px 16px;
    line-height: 24px;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    color: #181818;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li {
    border-bottom: 1px solid #e5e5e5bf;
}

.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li:hover {
    background: var(--color-primary);
}

.main-menu .navigation>li>ul>li>a:hover {
    color: #fff;
}


/* Top Left*/

.header-main .top-left {
    position: relative;
    padding: 10px 2px 10px 10px;
    /* display: inline-block; */
    top: 6px;
    right: -6%;
    /* left: 0px; */
    /* border-radius: 0px 0px 24px 24px; */
}

.header-main .top-left::before {
    content: "";
    position: absolute;
}

.header-main .info-list {
    position: relative;
    /* display: inline-block; */
}

.header-main .info-list li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 12px;
    color: #000000;
    font-weight: 400;
    padding: 2px 11px 3px 0px;
    margin-right: 2px;
    border-radius: 8px;
    background: linear-gradient(to right, #47a5ae, #47a5ae);
}

.header-main .info-list li:nth-child(2) {
    border-right: none;
    background: #adbc72;
    /* padding: 5px; */
    padding: 2px 7px;
    border-radius: 8px;
}

.header-main .info-list li:nth-child(3) {
    background: none;
}

.header-main .info-list li a {
    display: inline-block;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.header-main .info-list li a:hover {
    color: #fff;
}

.logins_section {
    display: none;
}

.header-main .info-list li span {
    position: relative;
    display: inline-block;
    /* margin-right: 10px; */
    color: #ffffff;
    font-size: 15px;
    line-height: 31px;
    width: 32px;
    height: 32px;
    /* background: #1a272e; */
    font-weight: 500;
    text-align: center;
    border-radius: 50%;
}

.header-main .top-right {
    position: relative;
    float: right;
}


/*** 

====================================================================
		Banner Section
====================================================================

***/

.banner-section {
    position: relative;
}

.banner-carousel {
    position: relative;
}

.slides {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.slide2 {
    background-image: url(../gallery/banner/banner.jpg);
}

.logins_section a {
    display: inline-block;
    color: #fff;
    padding: 2px 16px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 8px;
    background: var(--color-secondary);
}

.fr_appnts {
    position: relative;
    right: -39px;
    display: inline-flex;
    z-index: 99;
    top: -5px;
    font-size: 15px;
    color: #ffffff;
}

.fr_appnts li {
    margin: 0px 10px;
    background: #212121;
    border-radius: 30px;
    padding: 0px 10px;
    line-height: 40px;
}

.fr_appnts i {
    position: relative;
    display: inline-block;
    margin-right: 5px;
    background: #c60d10;
    color: #ffffff;
    font-size: 15px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
}

.fr_appnts a {
    color: inherit;
}


/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    color: #ffffff;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: var(--color-secondary);
    display: none;
    border-radius: 5px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.scroll-to-top:hover {
    background: linear-gradient(to right, #243328, #243328);
}


/*** 
====================================================================
	Sec-headings
====================================================================
***/

.sec-title h1 {
    position: relative;
    display: block;
    font-size: 46px;
    line-height: 2.9rem;
    color: var(--color-secondary);
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 35px;
    line-height: 1.25em;
    color: #47a5ae;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: uppercase;
}

.sec-title h3 {
    margin-bottom: 0px;
}

.sec-title .separator {
    position: relative;
    height: 0;
    text-align: center;
    width: 50%;
    margin: auto;
}

.sec-title .separator .cir {
    position: absolute;
    left: 0;
    top: -7px;
    width: 16px;
    height: 16px;
    border: 2px solid #022836;
    border-radius: 50%;
    background: #fff;
    margin: auto;
    right: 0;
}

.sec-title .separator:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 93px;
    border-bottom: 2px solid #112d67;
}

.sec-title .separator::after {
    content: '';
    position: absolute;
    top: -7px;
    right: 100%;
    margin-right: 10px;
    width: 36px;
    display: none;
}


/*** 
====================================================================
	About-section
====================================================================
***/

.about-style1-area {
    position: relative;
    padding: 30px 0px 95px;
}

.about-style1-area::before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 889px;
    height: 55%;
    left: 0;
    right: -12%;
    margin: auto;
}

.about-style1-area::after {
    left: initial;
    right: 0px;
    transform: skew(0deg, 10deg);
    -webkit-transform: skew(0deg, 10deg);
    -moz-transform: skew(0deg, 10deg);
    -ms-transform: skew(0deg, 10deg);
    -o-transform: skew(0deg, 10deg);
}

.mainrow .contentbox {
    position: relative;
}

.who_we_are {
    position: relative;
    margin: 0;
    padding: 0 37px 53px 0;
}

.who_we_are .row {
    position: relative;
}

.who_we_are .row::before,
.who_we_are .row::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    left: 0;
    bottom: -15px;
    z-index: -1;
}

.who_we_are .row::after {
    left: initial;
    right: 0px;
}

.doc_img {
    position: relative;
}

.doc_img img {
    box-shadow: 0 0 10px #ccc;
    left: 40px;
    position: relative;
}

.doc_img::before {
    content: "";
    position: absolute;
    width: 66%;
    height: 100%;
    margin: auto;
    right: 0;
    left: 0;
    z-index: -1;
    border-top: 0px;
    top: 55%;
}

.doc_img::after {
    content: "";
    position: absolute;
    width: 31%;
    height: 100px;
    margin: auto;
    z-index: -1;
}

.doc_info {
    position: relative;
    /* background: #2e3f53; */
    text-align: right;
    width: 100%;
    margin: 12px auto 0;
    padding: 21px 0;
    /* padding: 50px 0px 0px; */
    /* box-shadow: 0px 8px 5px #6c6c6c; */
}

.doc_info span {
    font-size: 25px;
    color: #000000;
}

.doc_info h2 {
    font-weight: 600;
    font-size: 48px;
    text-transform: uppercase;
    color: #1c222e;
}

.doc_info h3 {
    font-size: 30px;
    line-height: 22px;
    border-bottom: 1px dashed;
    color: #000000;
    margin: 10px 0 8px;
    padding-bottom: 11px;
    display: inline-block;
}

.doc_info p {
    padding: 12px 0px 0px 60px;
}

.doc_info h4 {
    display: inline-block;
    color: #000000;
    /* border-top: 1px dashed; */
    font-size: 22px;
    margin-top: 9px;
    padding-top: 3px;
    margin-bottom: 12px;
    font-weight: 500;
}

.doc_info h6 {
    display: inline-block;
    color: #000000;
    border-bottom: 1px dashed;
    font-size: 16px;
    /* margin-top: 9px; */
    padding-top: 3px;
    padding-bottom: 10px;
    font-weight: 300;
}

.doc_info a {
    border: 1px solid var(--color-secondary);
    padding: 5px 10px;
    color: #000;
    border-radius: 50px;
}

.mvv_blocks_list {
    padding: 0 23px;
    position: relative;
    top: -50px;
}

.mvv_blocks_list::before {
    content: "";
    position: absolute;
    top: 0px;
}

.mvv_blocks {
    position: relative;
    padding: 20px 17px;
}

.mvv_blocks:nth-child(2) {
    background-color: #00b1a345;
}

.mvv_blocks .row {
    align-items: center;
}

.mvv_blocks .row .col-md-2 {
    border-right: 1px dotted;
}

.mvv_blocks h3 {
    text-transform: uppercase;
    font-size: 24px;
    margin: 0 0 3px;
    font-weight: 600;
}

.mvv_blocks p {
    margin: 0px;
}

.mvv_blocks img {
    filter: brightness(0);
}

.serv-sec {
    position: relative;
    padding: 80px 0px 75px;
    text-align: center;
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* margin-bottom: 20px; */
}

.serv-sec::before {
    content: "";
    position: absolute;
    background: linear-gradient(to right, #212121, #820507, #212121);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.serv-sec .mobile-view {
    display: none;
}

.serv-sec .sec-title h3 {
    color: #ffffff;
    position: relative;
}

.serv-sec .sec-title h1 {
    color: #ffffff;
}

.serv-sec .sec-title .separator:before {
    border-bottom: 2px solid #fff;
}

.serv-sec .sec-title p {
    margin-top: 15px;
    position: relative;
}

.tips-sec {
    text-align: center;
}

.top_abt_section {
    position: relative;
    padding: 0px 0 42px;
}

.top_abt_section::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
}

.tp_abt_row .col-md-4::before {
    content: "";
    position: absolute;
    width: 26%;
    height: 8px;
    top: -4px;
    right: 0;
    left: 0;
    margin: auto;
    /* background: var(--color-secondary); */
}

.tp_abt_row {
    position: relative;
    margin-top: 0;
    z-index: 2;
}

.tp_list {
    position: relative;
    text-align: center;
    padding: 29px 16px;
    margin-top: 0;
}

.tp_list::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 65%;
    left: 0;
    top: 0;
    border-radius: 0px 0px 97px 97px;
    z-index: -1;
    background: linear-gradient(to top, #b2e8e4, white);
}

.tips-sec .row {
    padding-top: 30px;
}

.tp_list h3 {
    text-transform: capitalize;
    font-size: 19px;
    text-align: center;
    font-weight: 500;
    margin: 0px 0 9px;
    color: #333;
}

.tp_icon {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 90px;
    background: #f3f3f3;
    border: 5px solid #fffbfb;
    border-radius: 50%;
    line-height: 79px;
    box-shadow: 0px 6px 5px #838383;
}

.tp_icon img {
    width: 62%;
}

.appointment-form {
    text-align: center;
    padding: 47px;
    /* background: linear-gradient(to top, #1f3b52, #1f3e56); */
    /* border: 4px solid #ccc; */
    box-shadow: 0px 0px 5px #8b8b8b;
    position: relative;
    border-radius: 49px;
    margin-top: 69px;
    color: #000;
}

.appointment-form .form-control {
    border: none;
    background-color: transparent;
    border-bottom: 1px dotted #000000;
    border-radius: 0px;
}

.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    padding: 9px 14px 4px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 30px;
    background: var(--color-primary);
    /* border: 2px dotted #fff; */
}

textarea {
    overflow: auto;
    height: 70px;
    resize: vertical;
}

.feedback-sec {
    margin-bottom: 100px;
    position: relative;
    padding-top: 12px;
    color: #fff;
    margin-top: 90px;
}

.feedback-sec .container {
    background: linear-gradient(to right, #212121, #212121, #212121, #c60d10c7);
}

.testimonial-carousel {
    padding-top: 10px;
}

.feedback-sec .feed-backs-bg img {
    /* border-top-left-radius: 370px; */
    /* border-bottom-left-radius: 370px; */
    /* border-radius: 50%; */
    position: relative;
    left: -29px;
}

.feedback-sec .col-md-6 {
    padding-right: 0px;
    padding-left: 0px;
}

.feed-backs-col {
    padding-top: 82px;
    /* padding-left: 105px; */
    padding-bottom: 78px;
    position: relative;
    width: 83%;
    left: -114px;
}

.feedback-sec .testimonila_item .serviceBox p::before {
    content: "";
    width: 82px;
    height: 72px;
    background-image: url(../gallery/icon-quote.jpg);
    background-repeat: no-repeat;
    position: absolute;
    top: 2px;
    left: 0;
}

.feedback-sec .testimonila_item .serviceBox p {
    position: relative;
    color: #ffffff;
    font-size: 25px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: -0.5px;
    text-indent: 100px;
    padding: 37px 0 0 0;
    margin: 0;
}

.feedback-sec .sec-title h1 {
    color: #fff;
}

.feedback-sec .testimonila_item .serviceBox h3 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 0.34px;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.feedback-sec .testimonila_item .serviceBox h3::before {
    content: "";
    display: block;
    width: 170px;
    height: 2px;
    margin: 0 0 37px 0;
    background-color: #dcdcdc;
}

.feedback-sec .testimonila_item .serviceBox {
    position: relative;
    height: inherit !important;
    padding-bottom: 98px;
}

.feedback-sec .rating .content {
    padding: 0px 33px 7px 33px;
    background-color: #FFF;
    width: 156%;
    left: -160px;
    position: relative;
    margin-top: 84%;
    box-shadow: 0 22px 76px rgba(109, 128, 144, .1);
}

.feedback-sec .rating .content .score h3 {
    color: #000;
    font-size: 65px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.3px;
    padding: 0 24px 0 0;
    margin: 0;
}

.feedback-sec .rating .content .score>div {
    padding-top: 28px;
    padding-bottom: 29px;
    padding-right: 41px;
    margin-right: 25px;
    margin-top: 10px;
    border-right: 1px solid #e4e7e1;
}

.feedback-sec .rating .content .score i {
    color: #ff8400;
    margin-right: 4px;
}

.feedback-sec .rating .content .score p {
    color: #484848;
    font-size: 17px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 0.34px;
    padding: 7px 0 0 0;
    margin: 0;
}

.feed-backs-bg {
    font-size: 300px;
    position: relative;
    top: 4%;
    /* color: #62676f; */
    /* opacity: .6; */
}


/* .feedback-sec .feed-backs-bg::before {
    display: block;
    background-image: url(../gallery/ccsd-reviews.jpg);
    width: 100%;
    height: 575px;
    padding-bottom: 20px;
    background-size: 112%;
    background-position: bottom left -100px;
    content: " ";
    position: absolute;
    border-top-left-radius: 370px;
    border-bottom-left-radius: 370px;
} */


/* 17. Blog : Recent Posts */

.blog-area {
    position: relative;
    margin-bottom: 100px;
}

.blog-thumb,
.blog-grid-thumb {
    position: relative;
    overflow: hidden;
}

.blog-thumb-small {
    position: relative;
    overflow: hidden;
}

.blog-thumb:before,
.blog-grid-thumb:before,
.blog-thumb-small:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background: rgb(33 33 33 / 90%);
    z-index: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.single-post {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}

.single-post:hover .blog-thumb:before,
.single-grid-post:hover .blog-grid-thumb:before,
.single-post-small ul li:hover .blog-thumb-small:before {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.post-content {
    padding-left: 20px;
    padding-bottom: 20px;
}

.post-meta-info {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: var(--color-primary);
    padding: 10px 25px;
    color: #f89a59;
    z-index: 2;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.single-post:hover .post-meta-info,
.single-grid-post:hover .post-meta-info,
.single-post-small ul li:hover .post-meta-info {
    background: transparent;
    padding-bottom: 15px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.post-meta-info a {
    display: inline-block;
    margin-right: 30px;
    color: #fff;
    font-size: 23px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.post-meta-info a:hover {
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.post-content h4 a,
.blog-grid-content h4 a,
.post-content-small h4 a {
    font-weight: bold;
    line-height: 1.25;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: var(--color-secondary);
}

.post-content h4:hover a,
.blog-grid-content h4:hover a,
.post-content-small h4:hover a {
    color: #000000;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.blog-thumb-small {
    width: 180px;
    float: left;
    margin-right: 30px;
}

.post-meta-info-small a {
    font-size: 14px;
    margin-right: 15px;
}

.post-meta-info-small a i {
    color: #f89a59;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.post-meta-info-small a:hover i {
    color: #1c222e;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.blog-thumb img,
.blog-grid-thumb img,
.blog-thumb-small img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.single-post:hover .blog-thumb img,
.single-grid-post:hover .blog-grid-thumb img,
.single-post-small ul li:hover .blog-thumb-small img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.post-author a {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0;
    color: #000;
}

.post-author a i {
    color: #000000;
    font-size: 14px;
    margin-right: 8px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.single-post:hover .post-author a i,
.single-grid-post:hover .post-author a i,
.single-post-small ul li:hover .post-author a i {
    margin-left: 8px;
    margin-right: 10px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.post-author a:hover {
    color: #000000;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.post-author a:hover i {
    color: #1c222e;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.content-btn a {
    position: relative;
    color: #000;
}

.content-btn a:before {
    position: absolute;
    content: '';
    bottom: 2px;
    left: 0;
    width: 92%;
    height: 2px;
    background: var(--color-secondary);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.content-btn a:hover:before {
    background: #1c222e;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.content-btn a i {
    position: absolute;
    right: -18px;
    opacity: 0;
    visibility: hidden;
    top: 0;
    color: var(--color-secondary);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.content-btn a:hover i {
    right: -28px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .5s;
    transition: all .5s;
}

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

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

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

.start-row {
    padding-top: 40px;
}

.blog-row {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.blog2 {
    text-align: right;
}

.blog-row:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px;
}

.blog-desec1 {
    text-align: right;
}

.blog-date {
    position: relative;
    text-align: center;
    padding: 20px 0;
    /* border-right: 1px solid #ccc; */
}

.blog-date1::before {
    border-right: 1px solid #ccc;
    content: " ";
    position: absolute;
    width: 100%;
    height: 173%;
    left: 20px;
    right: 0px;
    margin: auto;
    top: -31px;
}

.blog-date1::after {
    content: " ";
    position: absolute;
    background: #062a47;
    width: 76%;
    height: 117%;
    left: 19px;
    top: -13px;
    z-index: -1;
}

.blog-date::after {
    content: " ";
    position: absolute;
    background: #062a47;
    width: 76%;
    height: 117%;
    left: 19px;
    top: -13px;
    z-index: -1;
}

.blog-desc1 {
    text-align: right;
}

.blog-date i {
    position: relative;
    color: #00b1a3;
    font-size: 76px;
    display: block;
    margin-bottom: 9px;
}

.blog-date h4 {
    position: relative;
    font-size: 36px;
}

.blog-desc h4 {
    font-size: 18px;
    margin-bottom: 4px;
    color: #000;
    font-weight: 500;
}

.faq-sec .sec-title {
    padding-bottom: 50px;
}

.blog-desc p {
    line-height: 25px;
    margin-bottom: 9px;
    font-size: 14px;
}

.blog-desc a {
    display: inline-block;
    color: #000;
    border: 1px solid;
    padding: 2px 9px;
    border-radius: 30px;
}

.faq-sec {
    margin-bottom: 100px;
}

.mobile-view {
    display: none;
}

.box2 {
    width: 83%;
    content: "";
    position: absolute;
    height: 98%;
    /* border: 2px solid; */
    top: -21px;
    z-index: -1;
    left: -2%;
}

.box1 {
    width: 45%;
    content: "";
    position: absolute;
    height: 97%;
    border: 2px solid;
    top: -4%;
    z-index: -1;
    right: -1%;
}

.who_we_are .sub-box .col-md-8 {
    border-left: 2px dashed #000;
}

.why-block-section {
    position: relative;
    width: 100%;
    z-index: 1;
    margin-top: 23px
}

._why {
    position: relative;
    right: 0;
    top: 0;
    z-index: 1
}

._why::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 1px;
    background-color: #022836;
    top: 66px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -1
}

.service_list a:hover,
.why-blocks:hover {
    background-color: var(--color-secondary);
    color: #fff;
}

.why-blocks {
    text-align: center;
    border: 1px solid var(--color-primary);
    border-radius: 10px;
    padding: 25px 0;
    color: #fff;
    position: relative;
    background: var(--color-primary);
}

.why-blocks h4 {
    font-size: 43px;
    margin: 0;
    font-weight: 600
}

.why-blocks p {
    font-size: 17px;
    font-weight: 500;
    margin: 0
}


/*Gallery Item*/

.gallery-item {
    position: relative;
    margin-bottom: 30px;
}

.gallery-item .inner-box {
    position: relative;
    width: 100%;
}

.gallery-item .image-box {
    position: relative;
    display: block;
    margin: 0px;
    overflow: hidden;
    /* width: 300px; */
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.servics_row {
    padding-top: 30px;
}

.gallery-item .image-box img {
    position: relative;
    display: block;
    width: 100%;
}

.gallery-item .inner-box .arrow-link {
    position: absolute;
    right: 30px;
    bottom: -20px;
    width: 60px;
    height: 60px;
    color: var(--color-primary);
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    transform: scale(0, 0);
    background-color: #ffffff;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}

.gallery-item .inner-box .arrow-link:hover {
    color: #ffffff;
    background-color: var(--color-secondary);
}

.gallery-item .inner-box:hover .arrow-link {
    transform: scale(1, 1);
}

.gallery-item .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    color: #ffffff;
    text-align: center;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    background: rgba(0, 0, 0, 0.70);
    -moz-transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.gallery-item .inner-box:hover .ser-content {
    display: none;
    transition: all ease-in-out .4s;
}

.gallery-item .inner-box:hover .overlay-box {
    opacity: 1;
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    visibility: visible;
}

.gallery-item .overlay-inner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 0px;
}

.gallery-item .overlay-inner .content {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.gallery-item .overlay-inner .link {
    position: relative;
    width: auto;
    height: auto;
    padding: 9px 10px;
    font-size: 18px;
    color: #ffffff;
    line-height: 31px;
    margin: 0px 3px;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    background-color: var(--color-secondary);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.gallery-item .overlay-inner .link:before {
    position: absolute;
    content: '';
    left: 2px;
    right: -2px;
    top: 2px;
    bottom: -2px;
    z-index: -1;
    background-color: #ffffff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.gallery-item .overlay-inner .link:hover::before {
    background-color: var(--color-secondary);
}

.gallery-item .overlay-inner .link .icon {
    position: relative;
}

.gallery-item .overlay-inner .link:hover {
    color: var(--color-secondary);
    background-color: #ffffff;
}

.serv-sec::after {
    content: " ";
    width: 100%;
    top: 0px;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    filter: grayscale(1);
    left: -187px;
    z-index: -1;
}

.anime::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #000);
    left: 0;
    bottom: 0;
    position: absolute;
    content: "";
}

.anime::after {
    height: 0%;
    width: 100%;
    background-size: contain;
    left: 0;
    bottom: -20px;
    position: absolute;
    content: "";
    opacity: 0;
    transition: all ease-in-out .4s;
}

.ser-content {
    position: absolute;
    bottom: 21px;
    width: auto;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 0 3px;
    transition: all ease-in-out .4s;
}

.ser-content h4 {
    font-size: 20px;
    font-weight: 500;
    margin-top: 0;
    text-transform: uppercase;
}

.ser-content h4 a {
    color: #feffff;
    padding: 0;
    /* display: inline-block; */
}

.review-sec {
    padding-top: 60px;
    /* padding-bottom: 60px; */
    background: #1c222e;
    margin-bottom: 115px;
    margin-top: 181px;
    position: relative;
    text-align: center;
    color: #fff;
}

.google-review {
    position: absolute;
    top: -135px;
    text-align: center;
    left: 0px;
    right: 0px;
    margin: auto;
}

.google-review img {
    width: 14%;
}

.review-sec .sec-title h3 {
    color: #fff;
    position: absolute;
    top: -21px;
    margin: auto;
    left: 0px;
    padding: 15px 22px 10px;
    display: inline-table;
    right: 0px;
    background: #089f97;
}

.footer-dark .footer-top {
    padding: 44px 0px 0px 0px;
}

.widget {
    margin-bottom: 29px;
}

.widget_about {
    display: block;
}

.footer-dark .widget-title {
    color: #000000;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 9px;
    padding-bottom: 6px;
    position: relative;
    text-transform: uppercase;
}

.footer-dark .widget-title:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: var(--color-secondary);
    width: 70px;
    height: 2px;
}

.widget_about p {
    font-weight: 400;
    font-size: 15px;
    text-align: left;
    margin-bottom: 16px;
    line-height: 27px;
    color: #000000;
}

.widget_about a {
    position: relative;
    cursor: pointer;
    display: inline-table;
    /* background: linear-gradient(to left, #073163, #f03150); */
    font-weight: 500;
    transition: 0.5s all ease;
    font-size: 15px;
    border-radius: 30px;
    color: #c60d10;
}

.widget_services ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.widget_services ul li {
    display: block;
    width: 100%;
    padding: 2px 0px;
    border: 0px;
    overflow: hidden;
}

.widget_services ul li a {
    color: #000000;
    font-weight: 400;
    position: relative;
    padding: 0px 0px 0px 25px;
    display: block;
    margin-left: 0px;
    transition: 0.5s all ease;
    font-size: 15px;
    text-transform: capitalize;
}

.widget_services ul li a:before {
    content: "\f19e";
    font-family: 'Flaticon';
    position: absolute;
    left: 0px;
    font-size: 16px;
    top: -3px;
    color: #000;
}

.f_m_r {
    display: flex;
    justify-content: center;
    padding: 14px 0 27px;
}

.footer-dark .footer-bottom {
    background-color: transparent;
    padding: 0px;
    color: #fff;
    position: relative;
    z-index: 1;
    font-weight: 400;
}

.footer-dark .footer-bottom .footer-bottom-info {
    display: flex;
    padding: 11px 0px;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #adadad;
}

@media (max-width: 991px) {
    .footer-dark .footer-bottom .footer-bottom-info {
        display: block;
        text-align: center;
    }
}

.footer-dark .footer-bottom .footer-copy-right .copyrights-text {
    color: #000000;
    font-size: 15px;
}

.ftr_media {
    display: flex;
    align-items: center;
    border-right: 1px dashed;
    padding: 0 15px;
    margin: 0 15px;
}

.ftr_media span {
    font-size: 20px;
    color: #000;
    margin: 0 9px;
}

.f_social_icons {
    position: relative;
    margin: 0 0;
}

.f_social_icons li {
    display: inline-block;
    margin: 0 2px;
}

.f_social_icons li a {
    width: 35px;
    height: 35px;
    line-height: 33px;
    padding: 0px;
    color: #000000;
    border: 1px solid #012a5a;
    font-size: 19px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
}

.f_social_icons li a:hover {
    background: var(--color-secondary);
    color: #fff;
    border: 1px solid var(--color-primary);
}

.widget_services ul li a:hover {
    margin-left: 10px;
    color: var(--color-secondary);
}

.reachus a {
    border-radius: 30px;
    position: relative;
    left: 0;
    background: var(--color-primary);
    color: #fff;
    padding: 7px 22px;
    font-size: 16px;
    display: inline-block;
    font-weight: 300;
}

.single-footer-widget .opening-hours {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.single-footer-widget .opening-hours li {
    color: #000000;
    border-bottom: 1px solid #89898a;
    padding-bottom: 14px;
    margin-bottom: 19px;
    font-size: 15px;
    position: relative;
    /* padding-left: 30px; */
}

.asahcmaab {
    /* background: #47a5ae; */
    text-align: center;
    padding: 45px 0;
    position: relative;
    /* top: 246px; */
    z-index: 1;
    width: 100%;
    /* font-family: 'Open Sans', sans-serif; */
}

.asahcmaab p {
    color: #000000;
    font-size: 39px;
    font-weight: 400;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.asahcmaab h2 {
    font-size: 27px;
    font-weight: 400;
    margin-top: 0;
    display: inline-block;
    color: #000000;
}


/* .single-footer-widget .opening-hours li .fa-map-marker {
    position: absolute;
    left: 0px;
    font-size: 20px;
}
.single-footer-widget .opening-hours li .fa-phone {
    position: absolute;
    left: 0px;
    font-size: 20px;
}

.single-footer-widget .opening-hours li .fa-envelope {
    position: absolute;
    left: 0px;
    font-size: 20px;
} */

.single-footer-widget .opening-hours li span {
    display: inline-block;
}

.single-footer-widget .opening-hours li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.site-footer {
    position: relative;
}

.site-footer::before {
    background-image: url(../gallery/Shape1.png);
    content: " ";
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    width: 162%;
    height: 193%;
    top: -190px;
    transform: rotate(10deg);
    left: -32%;
    opacity: .7;
    z-index: -1;
}

.footer-up .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.asahcmaab a {
    color: #fff;
    background: var(--color-primary);
    padding: 1px 10px;
    border-radius: 30px;
}

.gg_review {
    position: absolute;
    /* background: #1c222e; */
    /* margin: 0 auto 16px; */
    left: 93%;
    line-height: 50px;
    text-align: center;
    width: 275px;
    opacity: .8;
    padding: 11px 9px;
    border-radius: 5px;
    bottom: 24px;
}

.gg_review i {
    display: inline-block;
    border-radius: 50%;
    font-size: 125px;
    line-height: 48px;
    margin: 0 0 7px;
    color: #fff;
}

.ratings {
    position: relative;
    color: #fff;
    font-size: 43px;
}


/*** 

====================================================================
	Highlights Section
====================================================================

***/

.highlights-section {
    position: relative;
    padding: 0px 0px 40px;
    margin-top: 0;
    z-index: 1;
    top: 53px;
}

.servicessection::before {
    content: "";
    position: absolute;
    width: 65%;
    max-width: 789px;
    height: 32px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 96px;
    z-index: -1;
}

.servicessection::after {
    left: initial;
    right: 0px;
}

.servicessection .auto-container::before,
.servicessection .auto-container::after {
    content: "";
    position: absolute;
    width: 467px;
    height: 10px;
    top: -75px;
    transform: rotate(19deg);
}

.servicessection .auto-container::after {
    left: initial;
    right: 26px;
    transform: rotate(-19deg);
}

.highlights-section .sec-title {
    margin-bottom: 0;
    margin-top: -244px;
}

.highlights-section .sec-title::before,
.highlights-section .sec-title::after {
    content: "";
    position: absolute;
    width: 17%;
    height: 49px;
    left: -11px;
    top: -12px;
    z-index: -1;
}

.highlights-section .sec-title::after {
    left: initial;
    right: -10px;
}

.service_head {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 0;
}

.ser_blocks {
    position: relative;
    margin-top: -100px;
}

.ser_blocks::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 165px;
    background: #1a1512;
    left: 0;
    right: 0;
    margin: auto;
    top: 47px;
}

.ser_row .col-md-2 {
    padding: 0 7px;
}

.service_list {
    position: relative;
    text-align: center;
    margin-bottom: 13px;
    z-index: 1;
}

.ser_img {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 167px;
    background: #f5f5f5;
    border-radius: 50%;
    overflow: hidden;
    border: 6px solid #ffffff;
    box-shadow: 0px 6px 4px #9b9b9b;
    height: 167px;
}

.ser_img p {
    padding-top: 52px;
    padding-left: 10px;
    padding-right: 10px;
}

.ser_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 1;
}

.ser_img img {
    display: inline-block;
    position: relative;
    transition: ease-in-out .8s;
    filter: grayscale(1);
}

.service_list:hover .ser_img img {
    transform: scale(1.3);
    filter: grayscale(0);
}

.ser_title {
    text-transform: capitalize;
    color: #242424;
    font-size: 19px;
    transition: ease-in-out .6s;
    font-weight: 600;
    padding: 34px 0 0;
    position: relative;
}

.ser_title::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 27px;
    left: 0px;
    top: 5px;
    right: 0px;
    margin: auto;
    z-index: -1;
    background: #3cada7;
}

.ser_title span {
    display: block;
}

.service_list a {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 11px 0 0;
    background: linear-gradient(to bottom, #2fb7ad, #1e1e1e);
    z-index: 2;
    font-size: 15px;
    transition: ease-in-out .3s;
    border-radius: 30px;
    padding: 3px 12px;
    display: inline-block;
    color: white;
}

.service_list:hover a {
    opacity: 1;
}

.service_list:hover a {
    background: linear-gradient(to top, #31b8aa, #1e1e1e);
}

.bootm_ser_title {
    text-transform: uppercase;
    font-size: 26px;
    text-align: center;
    padding: 10px 0;
    margin-top: 19px;
    color: #181818;
    position: relative;
    right: 0;
    line-height: 40px;
    font-weight: 500;
}

.bootm_ser_title::before {
    content: "";
    position: absolute;
    width: 34%;
    height: 2px;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: -1;
    background: #1a1512;
    margin: auto;
}

.bootm_ser_title::after {
    left: initial;
    right: -10px;
}

.treatments-sec {
    margin-top: 100px;
    margin-bottom: 10px;
}

.treatments-sec .icon-block {
    padding: 20px;
    text-align: center;
    /* background: #fdf2f4;
    box-shadow: 0px 6px 4px #9b9b9b;
    height: 270px;
    border-radius: 63%; */
    position: relative;
}

.treatments-sec .icon-block::before {
    background: #fdf2f4;
    box-shadow: 0px 6px 4px #9b9b9b;
    position: absolute;
    content: " ";
    width: 220px;
    height: 220px;
    border-radius: 63%;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: -1;
    top: -5px;
}

.treatments-sec .icon-block .icon-img img {
    width: 100px;
}

.treatments-sec .icon-block .icon-name h3 {
    font-size: 20px;
    padding-top: 20px;
}

.treatment-row-2 {
    padding-top: 30px;
}

.treatment-row-1 {
    padding-top: 20px;
}

.treatments-sec .button-col a {
    font-size: 15px;
    padding: 2px 10px;
    background: var(--color-primary);
    display: inline-block;
    color: #fff;
}

.treatments-sec .button-col {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -11px;
    transition: all ease-in-out .4s;
}

.treatments-sec .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 22%;
}

.treatments-sec .col-md-3:hover .ser-icon {
    left: 44%;
    opacity: 1;
}

.button-col .ser-icon a {
    background-color: var(--color-secondary);
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 1px 10px;
    line-height: 27px;
}

.ser-icon {
    position: absolute;
    left: -71px;
    width: 35px;
    height: 35px;
    opacity: 0;
    transition: all ease-in-out .5s;
    bottom: -30px;
    border-radius: 50%;
    font-size: 19px;
    line-height: 34px;
}

.fa-angle-double-right:before {
    color: #fff;
    font-size: 18px;
    line-height: 31px;
}

@keyframes rotate2 {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        -ms-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(1440deg);
        -ms-transform: translate(-50%, -50%) rotate(1440deg);
        transform: translate(-50%, -50%) rotate(1440deg);
    }
}

.inner-section {
    position: relative;
    min-height: 47vh;
    padding: 110px 0px 80px;
    text-align: center;
}

.bread_cumb_wrap {
    position: relative;
    text-align: center;
    left: 0;
    right: 0;
    padding: 170px 0 60px
}


/* .bread_cumb_wrap::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 425px;
    top: 0;
    left: 0;
    z-index: -1;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity:.2
  } */

.bread_cumb_wrap::after {
    /* background: #212121; */
    min-height: 130px;
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    right: 0px;
    left: 0px;
    top: 144px;
}

.bread_cumb_wrap h1 {
    text-transform: capitalize;
    color: #000000;
    /* color: #fff; */
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 600;
}

.bread_cumb_wrap ul {
    display: inline-block;
    /* box-shadow: 0 5px 4px #ccc; */
    padding: 4px 15px;
    border-radius: 30px;
    background: #fff;
    border-top: 4px solid #ccc;
    border-bottom: 4px solid #ccc;
}

.bread_cumb_wrap ul li {
    display: inline-block;
    position: relative;
    padding: 0 7px;
    color: #2c2c2c
}

.bread_cumb_wrap ul li:last-child:before {
    display: none
}

.bread_cumb_wrap i {
    color: #c60d10;
}

.bread_cumb_wrap ul li a {
    display: block;
    color: #000000;
    font-size: 17px;
}

.top_wrap1 {
    position: relative;
}

.inner-section1 {
    padding-top: 51px;
    padding-bottom: 100px;
}

._cform {
    padding: 30px;
    border: 8px solid #f5f5f5;
    background: #fff;
}

.c_map iframe {
    border: 5px solid #ebebeb;
    box-shadow: 0 1px 2px 1px #b1b1b1;
}

.address-block {
    position: relative;
    margin-bottom: 50px;
}

.address-block .inner-box {
    position: relative;
    text-align: center;
    padding: 0 30px;
}

.address-block .history {
    position: relative;
    display: inline-block;
    height: 120px;
    width: 120px;
    border: 2px solid #999999;
    border-radius: 50%;
    padding: 14px 14px;
    margin-bottom: 45px;
}

.address-block .history:before {
    position: absolute;
    top: 60px;
    left: 100%;
    width: 280px;
    height: 2px;
    background-color: #999999;
    content: "";
}

.address-block:last-child .history:after,
.address-block:last-child .history:before {
    display: none;
}

.address-block .history:after {
    position: absolute;
    top: 53px;
    right: -140px;
    width: 14px;
    height: 14px;
    background-color: #c60d10;
    content: "";
    border-radius: 50%;
}

.address-block .history span {
    position: relative;
    display: inline-block;
    height: 90px;
    width: 90px;
    background-color: #c60d10;
    line-height: 86px;
    border-radius: 50%;
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.address-block .inner-box:hover .history span {
    background-color: #212121;
    color: #fff;
}

.address-block h3 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 28px;
    color: #002121;
    font-weight: 400;
    margin-bottom: 20px;
}

.address-block h3 a {
    color: #002121;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.address-block h3 a:hover {
    color: #c60d10;
}

.address-block .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    font-weight: 400;
}

.timeline {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 15px 0;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background: #212121;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
}

.content-1 {
    padding: 15px 30px;
    position: relative;
    background: inherit;
    width: 50%;
}

.content-1.left {
    left: 0;
}

.content-1.right {
    left: 50%;
}

.content-1::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: -8px;
    background: #ffffff;
    border: 2px solid #212121;
    border-radius: 16px;
    z-index: 1;
}

.content-1.right::after {
    left: -8px;
}

.content-1::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    top: calc(50% - 1px);
    right: 8px;
    background: #212121;
    z-index: 1;
}

.content-1.right::before {
    left: 8px;
}

.content-1 .date {
    position: absolute;
    display: inline-block;
    top: calc(50% - 8px);
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #212121;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
}

.content-1.left .date {
    right: -75px;
}

.content-1.right .date {
    left: -75px;
}

.content-1 .icon {
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 9px 0;
    top: calc(50% - 20px);
    background: #c60d10;
    border: 2px solid #ffffff;
    border-radius: 40px;
    text-align: center;
    line-height: 20px;
    font-size: 18px;
    color: #ffffff;
    z-index: 1;
}

.content-1.left .icon {
    right: 56px;
}

.content-1.right .icon {
    left: 56px;
}

.content-1 .content {
    padding: 30px 90px 30px 30px;
    position: relative;
    border-radius: 0 500px 500px 0;
}

.left .content {
    background: linear-gradient(to right, transparent, #e5e5e5);
}

.right .content {
    background: linear-gradient(to left, transparent, #e5e5e5);
}

.content-1.right .content {
    padding: 30px 30px 30px 90px;
    border-radius: 500px 0 0 500px;
}

.content-1 .content h2 {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: 600;
    color: #212121;
    text-transform: uppercase;
}

.content-1 .content p {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

@media (max-width: 767.98px) {
    .timeline::after {
        left: 15px;
    }
    .content-1 {
        width: 100%;
        padding-left: 35px;
        padding-right: 30px;
    }
    .content-1.right {
        left: 0%;
    }
    .content-1.left::after,
    .content-1.right::after {
        left: 16px;
    }
    .content-1.left::before,
    .content-1.right::before {
        left: 15px;
        border-color: transparent #006E51 transparent transparent;
    }
    .content-1.left .date,
    .content-1.right .date {
        right: auto;
        left: 15px;
    }
    .content-1.left .icon,
    .content-1.right .icon {
        right: auto;
        left: 63px;
    }
    .content-1.left .content,
    .content-1.right .content {
        padding: 30px 30px 30px 90px;
        border-radius: 500px 0 0 500px;
    }
    .left .content {
        background: linear-gradient(to right, #e5e5e5, transparent);
    }
}

.about-doc-page .doc-img img {
    border: 5px solid #f5f5f5;
    box-shadow: 0px 0px 10px #9f9f9f;
}

.about-doc-page .doc-content h2 {
    font-size: 37px;
    padding-top: 10px;
    border-bottom: 2px solid;
    color: #000;
}

.about-doc-page .doc-content h3 {
    font-size: 22px;
    padding-top: 5px;
}

.about-doc-page .doc-content h4 {
    font-size: 20px;
}

.about-doc-page p {
    text-align: justify;
}

.about-doc-page h2 {
    color: #c60d10;
    font-size: 29px;
}

.serv-matter p {
    font-size: 15px;
    text-align: justify;
}

.ol_styles {
    padding: 0;
    padding-left: 20px;
    display: inline-grid;
}

.ol_styles li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
    line-height: 28px;
    font-size: 15px;
}

.ol_styles li::before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 17px;
    line-height: 28px;
    color: #373434;
    font-weight: 900;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
}

.serv-matter .serv-img img {
    border: 7px solid #f5f5f5;
    box-shadow: 0px 0px 10px #9f9f9f;
}

.serv-matter h2 {
    color: #c60d10;
    font-size: 23px;
    margin-bottom: 5px;
}

.serv-matter h3 {
    color: #c60d10;
    font-size: 16px;
}