@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/***
====================================================================
	Reset
====================================================================
***/
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
    line-height: inherit;
}
:root {
    --color-default: #4e4e4c;
    --color-primary: #0c3953;
    /* --color-teritary: #0d3954; */
    --color-teritary: #726a9d;
    --color-secondary:#be246d;
}
/*** 
====================================================================
	Global Settings
====================================================================
***/
body {
    font-size: 16px;
    color: #202020;
    line-height: 1.6em;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: "Open Sans", sans-serif;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: var(--color-teritary);
}
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 600;
    margin: 0px;
    background: none;
    line-height: 1.2em;
}
img {
    max-width: 100%;
    height: auto;
}
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol,
li {
    margin: 0;
    padding: 0;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.page-wrapper {
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    overflow: hidden;
    position: relative;
}
.page-wrapper::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url(../gallery/back.jpeg);
    opacity: .4;
    background-repeat: no-repeat;
    z-index: -99;
    background-position: center;
    background-size: cover;
}
.top-wrap {
    position: relative;
    height: 100vh;
}
/**header-main**/
.header-main {
    position: absolute;
    width: 100%;
    z-index: 5;
}
.header-one {
    position: relative;
}
.header-one .container {
    position: relative;
    max-width: 1450px;
}
.header-one .lower-box {
    position: relative;
    height: 100%;
}

.lower-box .logo {
    top: 30px;
    position: relative;
    display: inline-block;
    z-index: 999;
    width: 364px;
    /* left: -16px; */
    padding: 0px 22px;
}
.lower-box .nav-outer {
    position: relative;
    display: inline-block;
    text-align: right;
    margin-left: 0;
    width: 95%;
    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: 70px 0 0;
    top: 0;
}
.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}
.main-menu .navigation {
    position: relative;
    display: block;
    border-top: 1px solid #000;
}
.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 12px;
    opacity: 1;
    color: #000000;
}
.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;
}
.main-menu .navigation>li .active {
    color: var(--color-teritary);
}
/*** 
========================================
    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: var(--color-default);
    -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: var(--color-primary);
    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: 8px;
    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: var(--color-teritary);
    font-size: 16px;
    line-height: 32px;
    background: #fff;
    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;
}
.main-menu .navigation>li>a:hover {
    color: var(--color-teritary);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.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 {
    position: absolute;
    top: 100%;
    visibility: hidden;
    border-top: 3px solid var(--color-secondary);
    left: 0;
    width: 420px;
    opacity: 0;
    z-index: 100;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px #a5a5a5;
}
.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    top: 0;
    visibility: hidden;
    border-top: 3px solid var(--color-secondary);
    left: 100%;
    width: 420px;
    opacity: 0;
    z-index: 100;
    background-color: #ffffff;
    box-shadow: 0px 0px 5px #a5a5a5;
}
.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.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 {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #929292;
}
.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #929292;
}
.main-menu .navigation>li>ul>li>a:hover {
    background: var(--color-default);
    color: #fff;
}
.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 5px 20px;
    line-height: 24px;
    font-size: 15px;
    text-transform: capitalize;
    color: #000000;
    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>ul>li>a {
    position: relative;
    display: block;
    padding: 5px 20px;
    line-height: 24px;
    font-size: 15px;
    text-transform: capitalize;
    color: #000000;
    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>ul>li>a:hover {
    background: var(--color-default);
    color: #fff;
}
.main-menu .navigation>li>ul>li:last-child {
    border-bottom: none;
}
.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}
.main-menu .navigation .cstmwidth {
    width: 210px;
}
.main-menu .navigation .cstmwidth-1{
    width: 267px;
}
/***
====================================================================
	Banner Styles
====================================================================
***/
.banner-wrapper {
    position: relative;
}
.banner-one__slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.slide-two {
    background-image: url(../gallery/banners/banner-2.png);
}
.slide-three {
    background-image: url(../gallery/banners/banner3-s.png);
}
/***
====================================================================
	Scroll To Top style
====================================================================
***/
.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    color: #ffffff;
    font-size: 20px;
    line-height: 45px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: var(--color-default);
    display: none;
    border-radius: 50%;
    -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: var(--color-default);
}
/***
====================================================================
	menu top
====================================================================
***/
.top-social {
    position: absolute;
    z-index: 91;
    text-align: center;
    top: 34px;
    right: 22%;
    width: auto;
}
.top-social li {
    display: inline-block;
    margin-right: 1px;
}
.top-social li a {
    display: block;
    width: 37px;
    height: 36px;
    background: linear-gradient(to top, var(--color-default), #000);
    color: #fff;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    border-radius: 40px 40px 0px 0px;
}
.header-main .top-left {
    position: relative;
    top: -111px;
    right: -31%;
}
.another-logo {
    width: 160px !important;
    top: 6px !important;
    left: -33px;
}
.header-main .info-list {
    position: relative;
}
.header-main .info-list li {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 12px;
    color: #000000;
    font-weight: 400;
    padding: 2px 10px 3px 5px;
    margin-right: 2px;
    border-right: 1px dashed #000;
}
.header-main .info-list li a {
    color: #000;
}
.header-main .info-list li:nth-child(2) {
    border-right: 0px;
}
/***
====================================================================
	top-border
====================================================================
***/
.top-border {
    width: 100%;
    height: 7px;
    background: linear-gradient(to right, var(--color-teritary), transparent, var(--color-secondary));
    left: 0px;
    right: 0px;
    margin: auto;
    position: relative;
    border-radius: 30px;
}
/***
====================================================================
	sec headings
====================================================================
***/
.sec-title h3 {
    color: var(--color-default);
    font-weight: 400;
    font-size: 27px;
    border-bottom: 2px dotted;
    display: inline-block;
}
.sec-title h2 {
    color: var(--color-primary);
    text-transform: uppercase;
    font-size: 42px;
    margin-bottom: 14px;
    margin-top: 6px;
}
/***
====================================================================
	about section
====================================================================
***/
.abt-sec {
    padding-top: 25px;
    position: relative;
    margin-bottom: 65px;
}
.abt-matter {
    padding-top: 20px;
}
.abt-matter p {
    line-height: 30px;
    font-size: 15px;
}
/***
====================================================================
	footertop section
====================================================================
***/
.footertop {
    padding: 55px 0 116px;
    position: relative;
}
.footer_blocks {
    padding: 0;
}
@media (max-width: 767px) {
    .footer_blocks {
        padding: 0px 0px 20px 0px;
        border: 0px;
    }
}
.footer_blocks .block-content {
    margin-bottom: 0;
    color: #fff;
    display: block;
    text-align: center;
    padding: 0 19px;
}
.footer_blocks .block-content .wt-tilte {
    color: #fff;
}
.footer_blocks .block-content .icon-content {
    padding-top: 15px;
}
.footer_blocks .block-content .icon-content p {
    margin-bottom: 0px;
}
@media (max-width: 991px) {
    .footer_blocks .block-content {
        justify-content: left;
    }
    .footer_blocks .block-content .wt-icon-box-sm {
        width: 40px;
    }
    .footer_blocks .block-content .wt-icon-box-sm [class^="flaticon-"]:before {
        font-size: 20px;
    }
    .footer_blocks .block-content .icon-content .wt-tilte {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .footer_blocks .block-content {
        margin-bottom: 10px;
    }
}
.footer_icon_f .foo_add_icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    line-height: 53px;
    border: 2px solid;
    border-radius: 8px;
}
.footer-dark {
    background-color: transparent;
}
.footer-dark .footer-top {
    padding: 20px 0px 0px 0px;
}
.footer-dark .widget-title {
    color: #000;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}
.footer-dark .widget-title:before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: var(--color-primary);
    width: 70px;
    height: 2px;
}
.widget_about {
    text-align: center;
    margin-top: 0;
}
.footer-dark .social-icons {
    margin: 0;
}
.footer-dark .social-icons li {
    display: inline-block;
    margin: 0 4px;
}
.footer-dark .social-icons li a {
    width: 30px;
    height: 30px;
    line-height: 27px;
    padding: 0px;
    color: #4f98e6;
    border: 1px solid;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
}
.f_logo {
    text-align: center;
    margin-top: 20px;
}
.f_logo img {
    width: 280px;
    margin-bottom: 10px;
}
.footer-dark .social-icons li:nth-child(2) a {
    color: #eb3939;
}
.footer-dark .social-icons li:nth-child(3) a {
    color: #17a2b8;
}
.footer-dark .social-icons li:nth-child(4) a {
    color: #e24fd7;
}
.f_map {
    position: relative;
    display: block;
    margin-top: 31px;
    padding: 4px;
    background: #3c907f;
    box-shadow: 0px 0px 10px;
}
.f_map::before {
    content: "";
    position: absolute;
}
.f_map span {
    position: absolute;
    right: -47px;
    color: #fff;
    transform: rotate(-90deg);
    font-size: 23px;
    text-transform: uppercase;
    top: 86px;
}
.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: 10px 0px;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #ccc;
}
@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: #000;
    font-size: 15px;
}
.footertop {
    padding: 10px 0 10px;
    position: relative;
    background: var(--color-primary);
    margin-bottom: 25px;
}
.footer_blocks {
    padding: 0;
}
@media (max-width: 767px) {
    .footer_blocks {
        padding: 0px 0px 20px 0px;
        border: 0px;
    }
}
.footer_blocks {
    padding-bottom: 40px;
}
.footer_blocks .block-content {
    margin-bottom: 0;
    color: #000000;
    display: block;
    text-align: center;
    padding: 0 19px;
}
@media (max-width: 767px) {
    .footer_blocks .block-content {
        margin-bottom: 10px;
        padding-bottom: 20px;
        padding-top: 34px;
    }
}
.footer_add_row .col-md-4:nth-child(1),
.footer_add_row .col-md-4:nth-child(2) {
    border-right: 1px dashed #242424;
}
.footer_icon_f .foo_add_icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    font-size: 30px;
    color: var(--color-primary);
    font-weight: 400;
    line-height: 53px;
    border: 2px solid;
    border-radius: 8px;
}
.widget {
    margin-bottom: 30px;
}
.widget_team .widget-media img {
    width: 100%;
}
.widget_team .team-social-center {
    transition: 0.5s all ease;
}
.widget_team .team-social-center ul {
    margin: 0px;
    padding-top: 5px;
}
.widget_team .team-social-center ul li {
    display: inline-block;
    width: 24px;
    text-align: center;
}
.widget_team .team-social-center ul li a {
    color: #000;
    font-size: 14px;
}
.widget_team .team-social-center ul li a:hover {
    color: #ea130e;
}
.widget_address {
    list-style: none;
    margin-bottom: 0px;
}
.widget_address li {
    margin-bottom: 24px;
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #aeaeae;
}
.widget_address li i {
    position: absolute;
    left: 0px;
    top: 5px;
    font-size: 18px;
    color: #ea130e;
}
.widget_address li:last-child {
    margin-bottom: 0px;
}
.widget_newsletter p {
    font-size: 17px;
    font-weight: 400;
    color: #1f1f1f;
}
.widget_newsletter .form-control {
    background-color: #000;
    color: #fff;
    padding: 10px 40px 10px 20px;
    border-radius: 0px;
}
.widget_newsletter .form-control::placeholder {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}
.widget_newsletter .form-control:focus {
    background-color: #5f1f8c;
}
.widget_newsletter .newsletter-bx {
    margin-top: 18px;
}
.widget_newsletter .newsletter-bx .site-button {
    background-color: #ea37b9;
    position: absolute;
    right: 0px;
    padding: 10px 15px;
    font-size: 20px;
    color: #fff !important;
    z-index: 10;
    border: none;
}
.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: #000;
    font-weight: 400;
    position: relative;
    padding: 2px 0px 0px 20px;
    display: block;
    margin-left: 0px;
    transition: 0.5s all ease;
    font-size: 15px;
}
.widget_services ul li a:hover {
    margin-left: 10px;
    color: var(--color-primary);
}
.widget_services ul li a:before {
    content: "\f04b";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0px;
    font-size: 8px;
    top: 6px;
    color: #000;
}
.widget_about p {
    font-weight: 400;
    color: #000;
    font-size: 15px;
    line-height: 30px;
}
.mvv-list {
    margin-bottom: 50px;
}
.appointment-form {
    text-align: center;
    padding: 25px;
    position: relative;
    color: #000000;
    z-index: 1;
    padding-top: 60px;
    padding-bottom: 60px;
}
form {
    z-index: 1;
}
.app-sec {
    position: relative;
    margin-bottom: 50px;
}
.btn-style-one {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    padding: 4px 14px 4px;
    font-weight: 500;
    overflow: hidden;
    border-radius: 30px;
    background: var(--color-teritary);
}
.app-sec .appointment-form::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../gallery/appointment-removebg-preview.png);
    background-repeat: no-repeat;
    right: -14%;
    opacity: 0.06;
    top: 67px;
    z-index: -1;
}
.app-sec::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 68%;
    background: var(--color-teritary);
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    z-index: -1;
}
.abt-sec .abt-cricle {
    position: relative;
}
.abt-sec .abt-cricle::before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: 0px 12px 5px #8b8b8b;
    border-radius: 0px 0px 269px 269px;
    left: -57px;
    top: -110px;
    width: 504px;
    height: 650px;
    z-index: -1;
}
.abt-matter a {
    background: var(--color-teritary);
    color: #fff;
    padding: 4px 10px;
    border-radius: 30px;
}
.copyrights-text a {
    color: var(--color-primary);
}
/*---=======================
    End Contact css 
===========================---*/
.fotteraddbox {
    text-align: center;
    padding: 14px 0px 0px;
    position: relative;
}
.fotteraddbox .icon {
    font-size: 25px;
    color: #243328;
}
.fotteraddbox .info {
    font-size: 14px;
    color: #000;
}
.testimnila_box p {
    font-size: 15px;
}
.fotteraddbox .info a {
    color: #000;
}
.section-white-title h2 {
    color: #fff;
}
.rigistration_section span {
    display: inline-block;
    color: #fff;
    font-size: 25px;
    font-weight: 300;
    position: relative;
}
.footer-logo {
    text-align: center;
    margin-top: 16px;
}
.footer-widget .container {
    max-width: 1071px;
}
.footer-top .container {
    max-width: 1200px;
}
/* MVV SECTION */
.mvv-block .col-md-4 {
    position: relative;
}
/* .mvv-block .col-md-4::before {
    content: " ";
    position: absolute;
    width: 241px;
    height: 379px;
    border: 1px solid #000;
    border-radius: 999px;
    left: 0px;
    right: 0px;
    top: -10px;
    margin: auto;
} */
.bdr-pad{
    border: 1px solid #000;
    border-radius: 999px;
    padding: 7px 5px;
}
.serviceBox {
    position: relative;
    text-align: center;
    padding: 8px 16px 40px;
    background: #fafafa;
    border-radius: 999px;
    box-shadow: rgb(152 151 151) 0px 0px 5px;
    margin: 0px 3px;
}
.serviceBox .service-icon {
    font-size: 80px;
    line-height: 110px;
    width: 130px;
    height: 130px;
    margin: 0 auto 0px;
    border-radius: 50% 50% 0 0;
    position: relative;
    z-index: 1;
}
.serviceBox .service-icon:before {
    content: "";
    background: #fff;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}
.serviceBox .title {
    color: #444;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.serviceBox .description {
    color: var(--color-default);
    margin: 0;
    line-height: 30px;
    font-size: 15px;
}
.abt-sec h2 {
    text-transform: none;
    font-size: 42px;
    margin-top: 0px;
}
.abt-sec h2 span {
    color: var(--color-secondary);
    text-transform: none;
}
.abt-sec h2 .default {
    color: #4e4e4c;
}
.abt-sec .welcome-matter p {
    line-height: 30px;
    font-size: 15px;
}
.abt-sec .serviceBox img {
    position: relative;
    top: -6px;
}
.appt-testi-sec {
    position: relative;
    margin-top: -20px;
    margin-bottom: 100px;
}
.appt-testi-sec .cta-bg {
    position: relative;
    color: #fff;
    text-align: center;
}
.appt-testi-sec h3 {
    color: #fff;
    font-size: 35px;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.appt-testi-sec .cta-bg p a {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
}
.appt-testi-sec .test-inner-desc {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 45px;
    z-index: 1;
}
.test-inner-desc h4 {
    color: #fff;
    margin-top: 10px;
}
.test-bg-color {
    background-color: #0d3954;
    box-shadow: 0px 6px 5px #8b8b8b;
}
.test-bg::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(../gallery/p-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
}
.test-bg2 {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    padding: 120px 0px;
    color: #fff;
}
.test-bg2::before {
    position: absolute;
    top: 76px;
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 100px;
    opacity: 0.1;
    color: #fff;
    left: 46px;
    z-index: 1;
}
.test-bg2::after {
    position: absolute;
    content: "\f10e";
    font-family: FontAwesome;
    font-size: 100px;
    opacity: 0.1;
    color: #fff;
    right: 46px;
    z-index: 1;
    bottom: 17px;
}
.test-img {
    position: relative;
    width: 90px;
    margin-bottom: 15px;
}
.test-bg-color .col-md-6 {
    padding: 0;
}
.subscribe-block {
    position: relative;
    padding: 25px 51px;
}
.sub-title h4 {
    text-transform: uppercase;
    color: #fff;
    font-size: 33px;
}
.subscribe-input {
    position: relative;
    margin-top: 8px;
}
.sub-title p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}
.subscribe-input .form-control {
    height: 58px;
    background-color: transparent;
    border: 1px solid #e4e4e4;
    color: #fff;
}
.subscribe-input .form-control::placeholder {
    color: #6b6b6b;
}
.subscribe-input .btn {
    position: absolute;
    top: 7px;
    right: 8px;
    background: #fff;
    border: none;
    border-radius: 0;
    padding: 11px 16px;
    color: var(--color-primary);
}
.first-sec {
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
}
.emg-block {
    position: relative;
    padding: 85px 40px;
    z-index: 1;
    padding-bottom: 124px;
    padding-top: 85px;
}
.emg-block p {
    font-size: 25px;
    line-height: 35px;
    color: #fff;
    font-weight: 600;
}
.mvv-block {
    position: relative;
}
.btn1 {
    padding: 10px 50px;
    margin-top: 10px;
    background-color: #fff;
    color: var(--color-primary);
    border: none;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.first-sec-block .col-md-8 {
    position: relative;
    right: -30px;
}
.btn1:hover {
    color: var(--color-teritary);
    background-color: 000;
    transition: all .3s linear
}
.emg-block::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: url(../gallery/emg-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 15px;
    box-shadow: rgb(204, 204, 204) 0px 5px 5px;
    z-index: -1;
}
.emg-block::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: var(--color-primary);
    left: 0;
    right: 0;
    top: 0;
    border-radius: 15px;
    z-index: -1;
    opacity: 0.5;
}
.useful-links {
    display: inline-block;
    margin: 5px 0 5px;
    padding: 5px 22px;
}
.useful-links .useful-ul {
    text-align: center;
}
.useful-links .useful-ul span {
    display: inline-block;
    margin-right: 5px;
    text-transform: uppercase;
    color: var(--color-teritary);
    font-weight: 600;
    font-size: 21px;
}
.useful-links .useful-ul li {
    display: inline-block;
}
.useful-links .useful-ul li a {
    padding: 0 7px;
    border-right: 1px solid #989898;
    font-size: 16px;
    color: #000000;
}
.useful-links .useful-ul li:last-child a {
    border-right: 0px;
}
.f-serv-sec {
    padding: 15px 0px;
}
.f-serv-sec .col-md-12:nth-child(1) {
    border-bottom: 1px solid #a1a1a1;
}
.footer-section .footer-bottom {
    background-color: transparent;
    padding: 0px;
    color: #fff;
    position: relative;
    z-index: 1;
    font-weight: 400;
}
.footer-section .footer-bottom .footer-bottom-info {
    display: flex;
    padding: 10px 0px;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #ccc;
}
@media (max-width: 991px) {
    .footer-section .footer-bottom .footer-bottom-info {
        display: block;
        text-align: center;
    }
}
.footer-section .footer-bottom .footer-copy-right .copyrights-text {
    color: #000;
    font-size: 15px;
}
.btn-style-three {
    position: relative;
    color: #252733;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    padding: 8px 15px;
    background-color: #ffffff;
}
.appointment-btm {
    font-size: 36px;
    color: #ffffff;
    line-height: 1.5;
    text-transform: capitalize;
    background: var(--color-teritary);
    position: relative;
}
.apt-btm-txt {
    padding-top: 45px;
    padding-bottom: 45px;
}
.appointment-btm p {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 8px;
}
.apt-btm-txt span {
    font-size: 30px;
}
.apt-btm-txt a {
    background: #f084c5;
    color: #fff;
    padding: 2px 10px 4px 10px;
    border-radius: 30px;
}
/* 
=============================================
services-sec
=============================================
*/
.single-news-content {
    position: relative;
}
.single-news-content .image-box {
    position: relative;
    overflow: hidden;
}
.single-news-content .image-box::before{
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top,var(--color-teritary),transparent);
    left: 0px;
    z-index: 1;
}
.single-news-content .image-box img {
    width: 100%;
    transition: all 500ms ease;
    transform: scale(1.0);
}
.single-news-content:hover .image-box img {
    transform: scale(1.1);
}
.single-news-content .content-box {
    position: absolute;
    right: 0px;
    bottom: 12px;
    left: 0px;
    /* max-width: 270px; */
    /* background: #ffffff; */
    padding: 26px 30px 17px 30px;
    z-index: 1;
    margin: auto;
}
.single-news-content .content-box h5 a {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #fff;
}
.single-news-content .content-box .info-content li {
    position: relative;
    display: inline-block;
    margin-right: 11px;
    color: #fff;
}
.single-news-content .content-box .info-content li:before {
    position: absolute;
    content: '/';
    font-size: 15px;
    color: #ffffff;
    top: 0px;
    right: -10px;
}
.single-news-content .content-box .info-content li:last-child:before {
    display: none;
}
.single-news-content .content-box .info-content li:last-child {
    margin-right: 0px;
}
.single-news-content .content-box .info-content li span {
    color: #fff;
}
.single-news-content .content-box a i{
    color: #fff;
}
.single-news-content .content-box .info-content {
    margin-bottom: 14px;
}
.single-news-content .content-box a.link {
    position: relative;
    font-size: 16px;
    color: #ffffff;
    margin: 0px;
    transition: all 500ms ease;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 3px 8px;
}
.single-news-content .content-box a.link:hover i:before {
    color: var(--color-teritary);
}
.blog-sec {
    margin-bottom: 70px;
}
.top_abt_section {
    position: relative;
    padding: 9px 0 0;
    margin-bottom: 10px;
}
/* .top_abt_section::before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 1251px;
    height: 9px;
    background: var(--color-secondary-dark2);
    left: 0;
    right: 0;
    margin: auto;
    top: 110px;
    border-radius: 30px;
    z-index: 1;
} */
.tp_abt_row .col-md-3 {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 13px 14px;
}
.tp_abt_row .col-md-3::before {
    content: "";
    position: absolute;
    width: 23%;
    height: 9px;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all ease-in-out .7s;
    z-index: -1;
    border-radius: 0px 0px 109px 109px;
}
.tp_abt_row {
    position: relative;
    margin-top: 0;
    z-index: 2;
}
.tp_abt_row .col-md-3:hover:before {
    width: 100%;
    height: 100%;
}
.tp_list {
    position: relative;
    text-align: center;
    padding: 50px 20px;
    background: var(--color-teritary);
    border-radius: 50%;
    box-shadow: 0px 10px 6px #b5b5b5;
    width: 205px;
    height: 205px;
    border: 7px solid var(--color-teritary);
}
.tp_list h3 {
    text-transform: uppercase;
    font-size: 19px;
    text-align: center;
    font-weight: 500;
    margin: 15px 0 9px;
    line-height: 30px;
    color: #ffffff;
}
.tp_list span {
    font-size: 42px;
    font-weight: 800;
    display: block;
    color: #fff;
}
.faq-sec {
    position: relative;
    margin-bottom: 65px;
    margin-top: 75px;
}
.abtn_btmrow {
    align-items: center;
    margin: 25px 0 0;
}
.abtn_btmrow .col-md-4:nth-child(2) .abt_b_list .abt_b_pic i {
    color: #fff;
}
.abt_b_list .abt_b_pic i {
    font-size: 51px;
    position: absolute;
    top: 7px;
    left: 0px;
    right: 0px;
}
.abt_b_list {
    text-align: center;
    background: #f5f5f5;
    padding: 27px 17px;
}
.abtn_btmrow .col-md-4:nth-child(2) .abt_b_list {
    background: var(--color-primary);
    padding: 45px 17px;
}
.abtn_btmrow .col-md-4:nth-child(3) .abt_b_list {
    background:#f5f5f5;
}
.abt_b_pic {
    display: inline-block;
}
.abt_b_list h3 {
    font-size: 25px;
    margin: 5px 0 6px;
}
.abt_b_list p {
    margin: 0px;
}
.abtn_btmrow .col-md-4 {
    padding: 0px;
}
.abtn_btmrow .col-md-4:nth-child(2) .abt_b_list h3,
.abtn_btmrow .col-md-4:nth-child(2) .abt_b_list p {
    color: #fff;
}
.abtn_btmrow .col-md-4:nth-child(2) .abt_b_pic img {
    filter: brightness(0) invert(1);
}
.faq-sec .col-md-4:nth-child(2) .counter-icon {
    background: #fff;
    color: #fff;
}
.faq-sec .col-md-4:nth-child(2) .counter-icon:before {
    background: #0d3954;
}
.counter-icon {
    color: var(--color-teritary);
    background-color: var(--color-teritary);
    font-size: 55px;
    line-height: 80px;
    width: 80px;
    height: 80px;
    margin: 0 auto 30px;
    border-radius: 100px 100px 0 100px;
    transform: translateX(0%) rotate(45deg);
    position: relative;
    /* top: -50px; */
    /* left: 50%; */
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}
.counter-icon:before {
    content: "";
    background: #fff;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-radius: 50px 50px;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}
.counter-icon span {
    transform: rotate(-45deg);
    display: block;
}
.footer-address .col-lg-12 {
    border-bottom: 1px dotted #000;
}
.footer-address .col-lg-6:nth-child(1) {
    border-right: 1px dotted #000;
}
.footer-address .col-lg-12:nth-child(1) .fotteraddbox {
    padding: 0px;
}
.footer-map {
    padding: 20px 0px 0px;
}
.footer-address .col-lg-12:nth-child(3) {
    border-bottom: 0px;
}
iframe {
    border: 5px solid #f5f5f5;
    box-shadow: rgb(204, 204, 204) 0px 0px 5px;
}
.testimonial-sec {
    position: relative;
    margin-top: -45px;

}
.testimonial-sec .col-md-8{
    padding: 130px 0px;
    margin-right: -102px;
}
.testimonial-sec::before {
    content: "";
    position: absolute;
    width: 100%;
    height:110vh;
    background: url(../gallery/test-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.appointment-sec {
    position: relative;
    margin-bottom: 80px;
}
.appointment-form {
    text-align: center;
    padding: 35px 0px;
    position: relative;
    border-radius: 32px;
}
.appointment-form .form-control {
    border: none;
    background-color: transparent;
    color: #aaaaaa;
    padding: 10px 33px;
    border-bottom: 2px solid;
    margin-bottom: 20px;
}
.appointment-form h2 {
    color: #fff;
}
.appointment-form p {
    color: #fff;
}
.appointment-form .form-control:focus {
    color: #ffffff;
    background-color: #000;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 10px var(--color-primary);
}
.appointment-form .form-control::-webkit-input-placeholder {
    color: #aaaaaa;
    opacity: 1
}
.appointment-form .form-control::-moz-placeholder {
    color: #aaaaaa;
    opacity: 1
}
.appointment-form .form-control:-ms-input-placeholder {
    color: #aaaaaa;
    opacity: 1
}
.appointment-form .form-control::-ms-input-placeholder {
    color: #aaaaaa;
    opacity: 1
}
.appointment-form .form-control::placeholder {
    color: #aaaaaa;
    opacity: 1
}
.appointment-form .form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}
.theme-btn {
    font-size: 16px;
    color: var(--color-teritary);
    border-radius: 30px;
    padding: 4px 14px;
    border-radius: 10px;
    align-items: center;
    background-color: #fff;
    display: flex;
    justify-content: center;
    margin: auto;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.theme-btn:hover {
    background-color: var(--color-teritary);
    color: #fff;
}
.appointment-sec .appointment_desc {
    padding-top: 25px;
}
.appointment-sec .section_title_text h3 {
    padding-top: 12px;
    font-size: 19px;
    margin: 0 0 4px;
    font-weight: 400;
}
.appointment-sec .section_title_text h2 {
    display: inline-block;
    padding: 7px 0px;
    border-bottom: 2px dotted;
}
.form-group i {
    position: absolute;
    left: 25px;
    top: 12px;
    color: #cccccc;
    font-size: 18px;
}
.appointment-box {
    position: relative;
    background:var(--color-primary);
    padding: 30px 50px 0px;
    color: #fff;
    border-radius: 6px;
}
.appointment-box::before {
    content: "";
    position: absolute;
    width: 346px;
    height: 345px;
    left: 0px;
    top: 0px;
    margin: auto;
    bottom: 0px;
    box-shadow: 0px 0px 20px #0c0c0c;
    z-index: -1;
    transform: rotate(90deg);
}
.appointment-box::after {
    content: "";
    position: absolute;
    width: 346px;
    height: 345px;
    right: 0px;
    top: 0px;
    margin: auto;
    bottom: 0px;
    box-shadow: 0px 0px 20px #0c0c0c;
    z-index: -1;
    transform: rotate(90deg);
}
.testimnila_box{
    text-align: center;
    padding: 55px 90px;
    position: relative;
    margin: 0 0 27px;
    /* background: linear-gradient(to top, #cecece, white); */
    border-radius: 16px;
}
.testimnila_box .testimonial-icon {
    font-size: 60px;
    position: absolute;
    left: 10px;
    top: 10px;
    color: #000;
    opacity: 0.5;
}
.service_icon_btm {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 60px;
    color: #000;
    opacity: 0.5;
}
.gg_review {
    position: absolute;
    width: 300px;
    top: 320px;
    right: 0;
    left: -8px;
    margin: 0 auto 16px;
    text-align: center;
    padding: 11px 9px;
    border-radius: 5px;
}
.gg_review i {
    display: inline-block;
    border-radius: 50%;
    font-size: 215px;
    line-height: 48px;
    margin: 0 0 7px;
    color:#e2e2e2;
}
.testimnila_box .title{
    color: var(--color-primary);
}
.appt-box{
    padding: 0px 135px;
}
.appt-box h3 {
    text-transform: uppercase;
    font-size: 25px;
    margin-top: 31px;
    border-bottom: 1px dashed;
    display: inline-block;
    margin-bottom: 10px;
}
.appt-box p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 8px;
}
.appt-box span {
    font-size:21px;
}
.appt-box a {
    background:var(--color-teritary);
    color: #fff;
    padding: 2px 10px 4px 10px;
    border-radius: 30px;
}
.appt-box h2 {
    font-size: 33px;
    margin-bottom: 10px;
}
.testimonial-carousel{
    padding-top: 30px;
}
.bl_slides {
    position: relative;
    margin: 14px 14px;
  }
  .bl_slides::before {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    height: 68%;
    box-shadow: 0px 0px 10px #cfcfcf;
    border-radius: 17px;
    left: 0px;
    bottom: 0px;
}
  .blog_img_ {
    border: 8px solid #fff;
    box-shadow: 0px 0px 10px #9b9b9b;
    overflow: hidden;
    border-radius: 23px;
  }
  .blog_desc_ {
    position: relative;
    padding: 35px 14px;
  }
  .blog_desc_ h3 {
    font-size: 22px;
    margin: 0 0 12px;
  }
  .blog_desc_ p {
    line-height: 25px;
    margin: 0 0 15px;
  }
  .blog_section{
    margin-bottom: 20px;
  }
  .blog_desc_ a {
    display: inline-block;
    background: var(--color-teritary);
    color: #fff;
    font-size: 17px;
    padding: 5px 13px;
    border-radius: 4px;
  }
  .doc-block img {
    box-shadow: 0px 0px 7px #939393;
    border: 9px solid #f5f5f5;
    width: 325px;
    left: 0px;
    right: 0px;
    position: relative;
    margin: auto;
}
.doc-content h2 {
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    color: var(--color-teritary);
    padding-top: 10px;
}
.doc-content h4 {
    font-size: 16px;
    line-height: 22px;
    border-bottom: 1px dashed;
    color: var(--color-default);
    font-weight: 400;
    margin: 4px 0 20px;
    padding-bottom: 6px;
    display: inline-block;
}
.doc-content a {
    padding: 3px 14px;
    color: #fff;
    background: var(--color-teritary);
    font-size: 16px;
    border-radius: 50px;
    display: inline-block;
}
.doc-content{
    padding-bottom: 20px;
}
.serv_section .box{
    box-shadow: 0px 0px 7px #c7c7c7;
    text-align: center;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
    margin-bottom: 15px;
}
.serv_section .box img{
    width: 100%;
    height: auto;
    transform-origin: bottom center;
    transform: perspective(500px) rotateX(0);
    transition: all 0.5s ease 0s;
    filter: grayscale(1);
}
.serv_section .box:hover img{
    filter: grayscale(0);
}
.serv_section .serv_box .col-md-4:nth-child(odd) .box img{
    filter: grayscale(1);
}
.serv_section .box:hover img{ 
    transform: perspective(500px) rotateX(50deg); 
}
.serv_section .box .box-content{
    color: #fff;
    background: linear-gradient(to right, #2d2d2d91, #2d2d2d91);
    width: 100%;
    height: 100%;
    opacity: 0;
    transform-origin: top center;
    transform: perspective(500px) rotateX(-50deg);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.serv_section .box:hover .box-content{
    opacity: 1;
    transform: perspective(500px) rotateX(0);
}
.serv_section .box .content{
    width: 80%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
.serv_section .box .title{
    font-size: 20px;
    font-weight: 300;
    text-transform: capitalize;
    margin: 0 0 7px;
}
.serv_section .box .post{
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
   
    display: block;
    margin: 0 0 10px;
}
.serv_section .box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
}
.serv_section .box .icon li{
    margin: 0 3px;
    display: inline-block;
}
.serv_section .box .icon li a{
    color: #333;
    background: #fff;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    width: 30px;
    border-radius: 50px/20px;
    box-shadow: 5px 5px 0 rgba(0,0,0,0.1);
    display: block;
    position: relative;
    transition: all 0.3s ease 0s;
}
.serv_section .box .icon li a:hover{
    color: #fff;
    background-color: #333;
}
@media only screen and (max-width:990px){
    .serv_section .box{ margin: 0 0 30px; }
}
.serv_section .ser-pic img {
    border-radius: 35px 0px 35px 0px;
    height: 600px;
    box-shadow: 0px 0px 7px #c7c7c7;
}
.serv_sec_content h2 {
    text-transform: uppercase;
    border-bottom: 3px solid #ccc;
    display: inline-flex;
    color: var(--color-secondary);
    font-size: 38px;
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: 1px;
}
.serv-sec .container{
    max-width: 1300px;
}
.first-row .col-md-6:nth-child(1),
.first-row .col-md-6:nth-child(3),
.first-row .col-md-6:nth-child(5){
    margin-top: -40px;
}
.second-row .col-md-6:nth-child(2),
.second-row .col-md-6:nth-child(4),
.second-row .col-md-6:nth-child(6){
    margin-top: -40px;
}
.serv-sec{
    margin-bottom: 35px;
}
.serv-sec h5{
    text-transform: uppercase;
    font-size: 35px;
    margin-bottom: 10px;
    color: var(--color-teritary);
    border-bottom: 2px dotted;
    display: inline-block;
}
.serv-sec p{
    margin-bottom:35px;
}
.doc-center-img {
    padding: 0px;
    max-width: 400px;
}
.plastic-box h5{
    color: var(--color-secondary);
}
.plastic-box .doc-content h2{
    color: var(--color-secondary);
}
.plastic-box .doc-content a{
    background: var(--color-secondary);
}
.bread_cumb_wrap {
    position: relative;
    text-align: center;
    left: 0;
    right: 0;
    padding: 200px 0 60px;
}
/* .bread_cumb_wrap::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100px;
    top:210px;
    left: 0px;
    background: var(--color-secondary);
    z-index: -1;
    transform: skew(0deg, 11deg);
}
.bread_cumb_wrap::after {
    content: "";
    position: absolute;
    width: 50%;
    height: 100px;
    right: 0px;
    background: var(--color-secondary);
    z-index: -1;
    top:210px;
    transform: skew(0deg, -11deg);
} */
.bread_cumb_wrap h1 {
    text-transform: capitalize;
    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: 4px solid #ccc; */
  }
  .bread_cumb_wrap ul li {
    display: inline-block;
    position: relative;
    padding: 3px 9px;
    border-radius: 20px;
  }
  .bread_cumb_wrap ul li:last-child:before {
    display: none
  }
  .bread_cumb_wrap i {
    color: #fff;
  }
  .bread_cumb_wrap ul li a {
    display: block;
    color: #fff;
    font-size: 17px;
  }
.inner-section {
    position: relative;
    min-height: 47vh;
    padding: 20px 0px 80px;
}
.breadcrumb-bg{
    background: var(--color-primary);
    padding: 20px 0px;
}
.about_box_wrapper {
    margin: auto;
    position: relative;
    text-align: center
}

.about_box_wrapper .order-last {
    order: inherit
}

.about_box_wrapper .about_imgbox {
    text-align: left;
    margin-top: 50px
}

.address_info {
    position: relative;
    left: 0;
    background: #fff;
    padding: 27px 28px 12px;
    z-index: 1;
    max-width: 925px;
    right: 0;
    margin: auto;
    box-shadow: 0 0 10px #8e8e8e;
    border-radius: 6px;
}

.address_info::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 77px
}

._addresslist {
    position: relative;
    color: var(--color-default);
    font-size: 16px;
    display: inline-block;
    transition: all ease-in-out .6s
}

._addresslist span {
    margin-left: 10px
}

._addresslist:last-child {
    border-bottom: none
}

._addresslist i {
    border-radius: 50%;
    border: 2px solid #03202f;
    color: var(--color-primary);
    display: block;
    width: 70px;
    height: 70px;
    margin:0px auto 12px;
    line-height: 66px;
    font-size: 36px;
}
.inner-section-contact::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 75%;
    max-width: 886px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    background: var(--color-teritary);
    bottom: 62px;
}
.inner-section-contact{
    position: relative;
    padding: 45px 0px 80px;
}

.form-container {
    background: var(--color-teritary);
    font-size: 0;
    padding: 0 15px;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.form-container .form-icon {
    color: #fff;
    font-size: 13px;
    text-align: center;
    text-shadow: 0 0 20px rgba(0, 0, 0, .2);
    width: 50%;
    padding: 30px 0;
    vertical-align: top;
    display: inline-block
}

.form-container .form-icon i {
    font-size: 124px;
    margin: 0 0 15px;
    display: block
}

.form-container .form-icon .signup a {
    color: #fff;
    text-transform: capitalize;
    transition: all .3s ease
}

.form-container .form-icon .signup a:hover {
    text-decoration: underline
}

.form-container .form-horizontal {
    background: #f5f5f5;
    width: 50%;
    padding: 50px 30px;
    margin: -20px 0;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    display: inline-block;
}

.form-container .title {
    color: var(--color-primary);
    font-size: 23px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 10px 0
}

.form-horizontal .form-group {
    background-color: rgba(255, 255, 255, .15);
    margin: 0 0 15px;
    border: 1px solid #b5b5b5;
    border-radius: 20px
}

.form-horizontal .input-icon {
    color: #b5b5b5;
    font-size: 15px;
    text-align: center;
    line-height: 38px;
    height: 35px;
    width: 40px;
    vertical-align: top;
    display: inline-block
}

.form-horizontal .form-control {
    color: #b5b5b5;
    background-color: transparent;
    font-size: 14px;
    letter-spacing: 1px;
    width: calc(100% - 55px);
    height: 33px;
    padding: 2px 10px 0 0;
    box-shadow: none;
    border: none;
    border-radius: 0;
    display: inline-block;
    transition: all .3s
}

.form-horizontal .form-control:focus {
    box-shadow: none;
    border: none
}

.form-horizontal .form-control::placeholder {
    color: #b5b5b5;
    font-size: 13px;
    text-transform: capitalize
}

.form-horizontal .btn {
    color: rgba(255, 255, 255, .8);
    background: #e9374c;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    margin: 0 0 10px 0;
    border: none;
    border-radius: 20px;
    transition: all .3s ease
}

.form-horizontal .btn:focus,
.form-horizontal .btn:hover {
    color: #fff;
    background-color: #d31128;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5)
}

.form-horizontal .forgot-pass {
    font-size: 12px;
    text-align: center;
    display: block
}

.form-horizontal .forgot-pass a {
    color: #999;
    transition: all .3s ease
}

.form-horizontal .forgot-pass a:hover {
    color: #777;
    text-decoration: underline
}

@media only screen and (max-width:576px) {
    .form-container {
        padding-bottom: 15px
    }
    .form-container .form-icon {
        width: 100%;
        padding: 20px 0
    }
    .form-container .form-horizontal {
        width: 100%;
        margin: 0
    }
}

.form-horizontal {
    text-align: center
}

.form-horizontal h4 {
    font-size: 17px;
    margin: 10px 20px 30px
}

.map iframe {
    border-radius: 30px;
    width: 100%;
    height: 190px;
    box-shadow: 0 0 10px #43617091;
    border: 5px solid #f1f1f1
}

.form-horizontal p {
    color: #000
}

.contact-page .form-control::placeholder {
    color: #fff
}

.contact-page .enqiry-form .form-control {
    height: 55px;
    border: none;
    border-radius: 5px;
    background: 0 0;
    border: 1px solid #fff;
    color: #fff;
    font-size: 15px
}

.contact-page h3 {
    font-size: 23px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.contact-page .enqiry-form .btn {
    background-color: var(--color-default);
    border: 1px solid var(--color-default);
}

.contact-page .enqiry-form {
    padding: 10px
}
.inner-pages{
    margin-bottom: 100px;
}

:root{
    --color1:#225776;
    --color2: #5986a1;
}
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    border-right: 10px solid var(--color1);
    width: 50%;
    padding: 10px 20px 10px 0;
    box-shadow: 10px 0 var(--color2);
    float: left;
}
.main-timeline .timeline-content{
    text-align: center;
    display: block;
    position: relative;
    border-radius: 10px 10px;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:before,
.main-timeline .timeline-content:after{
    content:"";
    background: var(--color2);
    width: 80px;
    height: 3px;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -120px;
}
.main-timeline .timeline-content:after{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    right: -125px;
}
.main-timeline .timeline-year{
    color: #fff;
    background:var(--color2);
    font-size: 56px;
    font-weight: 400;
    padding: 32px 34px 28px;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -300px;
}
.main-timeline .title{
    color:#fff;
    background: var(--color2);
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 10px 9px;
    margin: 0;
    border-radius: 10px 10px 0 0;
}
.main-timeline .description {
    color: #555;
    background: linear-gradient(#f1f1f1, #d9d9d9);
    font-size: 15px;
    /* letter-spacing: 1px; */
    line-height: 29px;
    padding: 20px 34px;
    border-radius: 0 0 10px 10px;
    margin: 0;
}
.main-timeline .timeline:nth-child(even){
    float: right; 
    border: none;
    border-left: 10px solid var(--color2);
    box-shadow: -10px 0 var(--color1);
    padding: 10px 0 10px 20px;
    margin: 0 0 0 10px;
}
.main-timeline .timeline:nth-child(even) .timeline-content:before{
    right: auto; 
    left: -120px;
}
.main-timeline .timeline:nth-child(even) .timeline-content:after{
    right: auto;
    left: -125px;
}
.main-timeline .timeline:nth-child(even) .timeline-year{
    right: auto;
    left: -300px;
}
.main-timeline .timeline:nth-child(2){
    --color1: #d53b84;
    --color2: #f180bb;

}
.main-timeline .timeline:nth-child(4){
    --color1: #d53b84;
    --color2: #f180bb;

}
@media screen and (max-width:767px){
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        width: 100%;
        padding: 100px 0 20px 20px;
        margin: 0 0 0 0px;
        box-shadow:none;
        border: none;
        border-left: 10px solid var(--color1);
        float: none;
    }
    .main-timeline .timeline-content:before,
    .main-timeline .timeline-content:after,
    .main-timeline .timeline:nth-child(even) .timeline-content:before,
    .main-timeline .timeline:nth-child(even) .timeline-content:after{
        top: -50px;
        left: -20px;
        width: 50px;
    }
    .main-timeline .timeline-content:after,
    .main-timeline .timeline:nth-child(even) .timeline-content:after{
        width: 15px;
        right: auto;
        left: 15px;
    }
    .main-timeline .timeline-year,
    .main-timeline .timeline:nth-child(even) .timeline-year{
        transform: translateX(-50%);
        top: -85px;
        left: 50%;
        right: auto;
    }
}
.vertical-tab {
    display: table;
    padding-top: 30px;

}

.vertical-tab .nav-tabs {
    width: 100%;
    /* min-width: 27%; */
    border: none;
    vertical-align: top;
    /* padding-top: 15px; */
    /* display: inline-block; */
}

.vertical-tab .nav-tabs li a {
    color: #fff;
    background-color: #5986a1;
    font-size: 19px;
    font-weight: 500;
    text-align: center;
    /* text-transform: uppercase; */
    padding: 12px 10px;
    /* margin: 0 0px 12px 0; */
    border-radius: 0;
    border: 1px solid #e4e9f3;
    border-right: 0px;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.dr-2-page .vertical-tab .nav-tabs li a {
    background-color: #f180bb;
}

.vertical-tab .nav-tabs li a.active,
.vertical-tab .nav-tabs li a.active a:hover {
    color: #f2f2f2;
    background-color: var(--color-primary);
    border-right: none;
    font-weight: 500;
}
.dr-2-page .vertical-tab .nav-tabs li a.active,
.dr-2-page .vertical-tab .nav-tabs li a.active a:hover {
    color: #f2f2f2;
    background-color: var(--color-secondary);
    border-right: none;
    font-weight: 500;
}

.vertical-tab .tab-content {
    color: #000000;
    background: rgb(251 251 251);
    font-size: 14px;
    /* border: 3px solid #ccc; */
    /* letter-spacing: 1px; */
    line-height: 23px;
    padding: 20px;
    padding-right: 0px;
    display: block;
    box-shadow: 0 0 10px #cacaca;
}

.vertical-tab .tab-content h3 {
    font-size: 20px;
    font-weight: 500;
    padding-left: 10px;
    text-transform: capitalize;
    margin: 0 0 20px;
    color: #000000;
    border-left: 4px solid #47a5ae;
}

.vertical-tab .tab-content a {
    color: #36b5ae;
}

.vertical-tab .tab-content p {
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
}

.clinical-link {
    color: #36b5ae;
    font-size: 16px;
}

.clinical-link:hover {
    color: #36b5ae;
}

@media only screen and (max-width: 479px) {
    .vertical-tab .nav-tabs {
        width: 100%;
        padding-left: 0px;
        display: block;
    }
    .vertical-tab .nav-tabs li a {
        padding: 15px 10px 14px;
    }
    .vertical-tab .tab-content {
        font-size: 14px;
        display: block;
        width: 100%;
    }
}

.tab-content .ol_styles {
    margin-bottom: 0px;
    padding-left: 0px;
}

.tab-content .ol_styles li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 16px;
    font-size: 15px;
    line-height: 31px;
}

.tab-content .ol_styles li p {
    text-align: justify;
}

.tab-content .ol_styles li::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    content: "\f111";
    font-weight: 600;
    left: 0;
    width: 24px;
    height: 24px;
    padding-left: 0PX;
    text-align: center;
    line-height: 31px;
    font-size: 8px;
}

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

.tab-pane h4 {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.sec-tab .tab-pane{
    height:240px;
}
.tab-pane {
    height: 360px;
    overflow-y: auto;
    padding-right: 20px;
    overflow-x: hidden;
}

.mobile-view {
    display: none;
}
.dr-1-page p {
    font-size: 15px;
    text-align: justify;
    line-height: 30px;
}
.dr-about-page h3 {
    font-weight: 600;
    font-size: 32px;
    text-transform: uppercase;
    color: #ffffff;
    background: var(--color-primary);
    padding: 5px 16px;
    display: inline-block;
}
.sec-dr.dr-about-page h3{
    background: var(--color-secondary);
}
.dr-about-page h4{
    font-size: 16px;
    line-height: 22px;
    border-bottom: 1px dashed;
    color: var(--color-default);
    font-weight: 400;
    margin: 4px 0 20px;
    padding-bottom: 6px;
    display: inline-block;
}
.ol_styles {
    padding: 0;
    padding-left: 20px;
  }
  .ol_styles li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 7px;
    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: "\f101";
    font-family: "Font Awesome 5 Free";
  }
  .serv-matter p {
    font-size: 15px;
    margin-bottom: 7px;
    text-align: justify;
    line-height: 30px;
  }
  .serv-img img {
    border: 7px solid #f5f5f5;
    box-shadow: 0px 0px 10px #9f9f9f;
  }
  .serv-matter h2 {
    font-size: 20px;
    color: var(--color-primary);
    margin-bottom: 8px;
    margin-top: 15px;
}
.work-block p{
    text-align: center;
}
.work-block h4{
    display: inline-block;
    color: var(--color-primary);
    font-weight: 600;
    border-bottom: 2px dashed;
    font-size: 18px;

}
.work-place .col-md-4:nth-child(2){
    border-left: 2px dashed var(--color-default);
    border-right: 2px dashed var(--color-default);
}
.consultantrow .col-md-4 {
    padding: 20px 23px
}

.consultantrow .col-md-4:nth-child(1),
.consultantrow .col-md-4:nth-child(2),
.consultantrow .col-md-6:first-child {
    border-right: 2px dashed #333
}

.consultants_list h3 {
    display: inline-block;
    color: #022836;
    font-weight: 600;
    border-bottom: 2px dashed;
    font-size:21px;
    margin-bottom: 16px;
}
.work-place{
    padding-top: 30px;
}
.address_f_info,
.consultant_blocks {
    text-align: left
}

.address_widget span,
.consultants_list span {
    display: block;
    border-bottom: 1px solid #bdbdbd;
    padding-bottom: 6px;
    margin-bottom: 6px;
    line-height: 22px
}

.address_widget span:last-child,
.awards_sec h4:last-child,
.consultants_list span:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0
}

.consultant_blocks span strong {
    color: #00222e;
    font-size: 17px
}
.work-place h4{
    display: inline-block;
    background: var(--color-default);
    color: #fefefe;
    padding: 5px 18px;
    border-radius: 30px;
    font-size: 35px;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.inner-section1{
    padding: 0px 0px 70px;
}
.top-social img{
    filter: brightness(0) invert(1);
    width: 16px;
}