@import url('owl.css');
@import url('fontawesome-all.css');
@import url('flaticon.css');
@import url('jquery.fancybox.min.css');
@import url('scrollbar.css');

/*** 

====================================================================
	Reset
====================================================================

 ***/

* {
    margin: 0px;
    /* padding: 0px; */
    border: none;
    outline: none; 
    font-size: 100%;
    line-height: inherit;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
    font-size: 15px;
    color: #101010;
    line-height: 1.6em;
    font-weight: 500;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: 'Mulish', sans-serif;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #30b9b2;
}

.theme_color {
    color: #00aa55;
}

a:hover,
a:focus,
a:visited,
a:active,
button:active {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: normal;
    margin: 0px 0px 15px;
    background: none;
    line-height: 1.3em;
}

h1 {
    font-size: 72px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 12px;
}

textarea {
    overflow: hidden;
    resize: none;
}

button {
    outline: none !important;
    cursor: pointer;
}

p {
    font-size: 16px;
    line-height: 1.6em;
    margin: 0 0 15px;
}

.text {
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 500;
    margin: 0 0;
}

::-webkit-input-placeholder {
    color: inherit;
}

::-moz-input-placeholder {
    color: inherit;
}

::-ms-input-placeholder {
    color: inherit;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}

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

.inner_body .page-wrapper::before {
    background-image: url(../images/inner_bg.jpg);
    opacity: .5;
}

.auto-container {
    position: relative;
    max-width: 1170px;
    padding: 0px 15px;
    margin: 0 auto;
}

.main-menu .navigation .current {
    color: #30b9b2!important;
}

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

figure {
    margin-bottom: 0;
}

.theme-btn {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.theme-btn i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-left: 3px;
}

.centered {
    text-align: center !important;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

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

.dropdown-toggle::after {
    display: none;
}

.fa {
    line-height: inherit;
}


/*** 

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

***/

.scroll-to-top {
    position: fixed;
    right: 30px;
    bottom: 0;
    width: 46px;
    height: 56px;
    color: rgb(255, 255, 255);
    /* border: 1px solid rgba(255, 255, 255, 0.20); */
    font-size: 20px;
    line-height: 54px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    background: linear-gradient(to bottom, #36b6b0, #202020);
    border-radius: 27px 27px 0px 0px;
    display: none;
    -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 top, #33b9af, #202020);
}


/*** 

====================================================================
	Main Header style / Header Style One
====================================================================

***/

.main-header {
    position: relative;
    display: block;
    width: 100%;
    z-index: 9999;
    background: none;
}

.header-top {
    position: relative;
}

.header-top .inner {
    position: relative;
}

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

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

.header-contact-info {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
    position: absolute;
    top: 19rem;
    z-index: 9;
    width: 40px;
}

.header-contact-info li {
    background: #ffffff;
    color: #000000;
    font-size: 14px;
    position: absolute;
    padding: 13px 48px 13px 0px;
    left: -185px;
    text-align: right;
    border-radius: 0px 32px 32px 0px;
    cursor: pointer;
    width: 231px;
    transition: all ease-in-out .7s;
}

.header-contact-info li:nth-child(2) {
    top: 54px;
}

.header-contact-info li:nth-child(3) {
    top: 108px;
}

.header-contact-info li:hover {
    left: 0px;
    opacity: 1;
}

.header-contact-info li a {
    color: #00193c;
}

.header-contact-info li span {
    background: #000;
}

.header-contact-info li i {
    color: #ffffff;
    width: 33px;
    height: 33px;
    display: inline-block;
    line-height: 32px;
    border-radius: 50%;
    background-color: #35b6b0;
    text-align: center;
    font-size: 19px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: absolute;
    right: 9px;
    top: 9px;
}

.header-contact-info li:last-child {
    margin-right: 0;
}

.header-contact-info li:hover i {
    background-color: #19b7af;
    color: #ffffff;
}


/*=== Header Main Box ===*/

.main-header .header-upper {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: top 300ms ease;
    -moz-transition: top 300ms ease;
    -ms-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
    z-index: 1;
}

.header-upper .auto-container {
    max-width: 100%;
}

.fixed-header.header-style-two .header-upper,
.fixed-header .header-upper {
    position: fixed;
    -webkit-animation-name: slideInDown;
    -webkit-animation-duration: 700ms;
    -webkit-animation-timing-function: ease;
    -moz-animation-name: slideInDown;
    -moz-animation-duration: 700ms;
    -moz-animation-timing-function: ease;
    -ms-animation-name: slideInDown;
    -ms-animation-duration: 700ms;
    -ms-animation-timing-function: ease;
    animation-name: slideInDown;
    animation-duration: 700ms;
    animation-timing-function: ease;
    background-color: #202020;
    box-shadow: 0px 0px 10px;
    height: 100px;
}


.main-header .header-upper {
    position: relative;
    background: #ffffff;
}

.main-header .header-upper .logo-box .logo {
    position: relative;
}

.main-header .header-upper .logo-box .logo img {
    position: relative;
    display: inline-block;
    max-width: 100%;
    z-index: 1;
    left: -6px;
}

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

.main-header .search-btn-one {
    position: relative;
    float: left;
    margin-left: 25px;
    margin-top: 12px;
    padding-left: 21px;
}

.main-header .search-btn-one:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    height: 30px;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.main-header .search-btn-one button {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    background: none;
    font-size: 16px;
    line-height: 30px;
    font-family: 'Manjari', sans-serif;
    color: #757575;
    cursor: pointer;
}

.main-header .search-btn-one button .icon {
    position: relative;
    top: 2px;
    color: #aaaaaa;
    display: inline-block;
    line-height: 30px;
    padding-left: 20px;
}

.main-header .nav-outer {
    position: relative;
    float: left;
    z-index: 1;
}

.main-header .nav-outer .main-menu {
    position: relative;
    display: inline-block;
    margin: auto;
    padding: 0;
    left: 0;
    border-radius: 25px 0px 0px 25px;
    top: 0;
    padding: 38px 199px 0 0;
}

.main-header.fixed-header .nav-outer .main-menu {
    padding: 25px 199px 0 0;
}
.main-menu .navbar-collapse {
    padding: 0px;
    /* display: block !important; */
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
    text-align: center;
}

.main-menu .navigation>li {
    position: relative;
    float: inherit;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
    margin-right: 0px;
}

.main-menu .navigation>li:last-child:after {
    display: none;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    color: #222222;
    padding: 9px 9px;
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li.dropdown>a {
    padding-right: 15px;
}

.main-menu .navigation>li.dropdown>a:before {
    font-family: 'Flaticon';
    content: "\f1b2";
    position: absolute;
    right: 0px;
    line-height: 32px;
    font-size: 9px;
    color: #3fd9d0;
}

.sticky-header .main-menu .navigation>li:before,
.sticky-header .main-menu .navigation>li.dropdown>a:before {
    display: none;
}

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a {
    color: #00aa55;
}

.sticky-header .main-menu .navigation>li.dropdown {
    padding-right: 0px;
}

.main-menu .navigation>li>ul {
    position: absolute;
    left: 0px;
    top: 100%;
    margin-top: 0;
    width: 318px;
    z-index: 100;
    display: none;
    background: #ffffff;
    padding: 5px 0px;
    border: 0;
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -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);
}

.main-menu .navigation>li.custmdrop>ul {
    width: 163px;
}

.main-menu .navigation>li>ul:before {
    content: '';
    position: absolute;
    left: 0;
    top: -10px;
    width: 100%;
    height: 10px;
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    padding: 0px 30px;
    width: 100%;
}

.main-menu .navigation>li>ul>li>a {
    position: relative;
    display: block;
    padding: 3px 0px;
    padding-left: 22px;
    line-height: 26px;
    font-size: 14px;
    color: #101010;
    text-align: left;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>a:before,
.main-menu .navigation>li>ul>li>ul>li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 10px;
    height: 10px;
    border: 2px solid rgb(142 142 142);
    border-radius: 50%;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li>a:after,
.main-menu .navigation>li>ul>li>ul>li>a:after {
    content: '';
    position: absolute;
    left: -14px;
    top: 15px;
    width: 15px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: right top;
    transform-origin: right top;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.main-menu .navigation>li>ul>li:hover>a:before,
.main-menu .navigation>li>ul>li>ul>li:hover>a:before {
    background: #ffffff;
    border-color: #3cada7;
}

.main-menu .navigation>li>ul>li:hover>a:after,
.main-menu .navigation>li>ul>li>ul>li:hover>a:after {
    border-color: #30b9b2;
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

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

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

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    margin-left: 10px;
    top: 0;
    width: 260px;
    z-index: 100;
    display: none;
    background: #ffffff;
    padding: 5px 0px;
    border: 0;
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -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);
}

.main-menu .navigation>li>ul>li>ul:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 0px;
    width: 10px;
    height: 100%;
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    padding: 0px 30px;
    width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 12px 0px;
    padding-left: 22px;
    line-height: 26px;
    font-weight: 500;
    font-size: 14px;
    color: #757575;
    text-align: left;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

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

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

.main-menu .navigation li ul>li.dropdown:after {
    font-family: 'Manjari', sans-serif;
    content: "+";
    position: absolute;
    right: 30px;
    top: 10px;
    display: block;
    line-height: 30px;
    color: #757575;
    font-size: 24px;
    font-weight: 300;
    z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    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 {
    visibility: visible;
    opacity: 1;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    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.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 34px;
    height: 30px;
    border: 1px solid #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    cursor: pointer;
    z-index: 5;
    display: none;
}

.c-tooltip {
    position: absolute;
    left: 50%;
    top: 100%;
    min-width: 86px;
    margin-left: -43px;
    margin-top: 15px;
    text-align: center;
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.c-tooltip .tooltip-inner {
    position: relative;
    display: block;
    margin-bottom: 12px;
    min-width: 86px;
    padding: 3px 10px;
    line-height: 20px;
    font-size: 11px;
    color: #ffffff;
    background: #34b7b4;
    text-transform: uppercase;
    border-radius: 7px;
}

.c-tooltip .tooltip-inner:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: 100%;
    border: 5px solid transparent;
    border-bottom: 5px solid #34b7b4;
}

.has-tooltip:hover .c-tooltip {
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.social-links-one {
    position: relative;
}

.social-links-one li {
    position: relative;
    float: left;
    margin-left: 10px;
}

.social-links-one li:first-child {
    margin-left: 0;
}

.social-links-one li a {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    background: transparent;
    color: #ffffff;
    border: 1px solid;
    border-radius: 50%;
    -webkit-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.social-links-one li a:hover {
    background: #34b7b4;
    border-color: #ffffff;
    color: #ffffff;
}

/*** 

====================================================================
	Header Style Two
====================================================================

***/

.header-style-two {
    position: absolute;
    top: 0;
}



.header-style-two .header-upper {
    background: transparent;
    padding-top: 0;
}

.header-style-two .header-upper .container {
    position: relative;
    max-width: 1170px;
}

.header-style-two .header-upper .logo-box {
    position: absolute;
    min-width: auto;
    padding: 0;
    left: 0;
    top: 18px;
    
    z-index: 99;
}

.header-style-two.fixed-header .header-upper .logo-box {
    width: 290px;
}

.header-style-two .header-upper .logo-box:before {
    content: '';
    position: absolute;
}

.header-style-two .header-upper .nav-outer {
    float: inherit;
    display: inline-block;
    width: 100%;
    margin-top: 0;
    text-align: right;
}

.header-style-two.fixed-header .header-upper .nav-outer {
    /* margin-top: 20px; */
    /* margin-bottom: 16px; */
}

.header-style-two .header-upper .search-btn-one {
    position: absolute;
    right: -15px;
    padding: 9px 18px;
    top: 36px;
    margin: 0;
    z-index: 9;
    background-color: transparent;
    border-radius: 30px;
    border: 1px dashed #ccc;
}

.header-style-two.fixed-header .header-upper .search-btn-one {
    top: 20px;
}

.header-style-two .header-upper .search-btn-one:before {
    content: '';
    position: absolute;
    right: -51rem;
    top: 23px;
    left: inherit;
    height: 2px;
    width: 51rem;
}

.header-style-two .header-upper .search-btn-one:after {
    content: '';
    position: absolute;
    right: -6px;
    top: 17px;
    left: inherit;
    height: 13px;
    width: 13px;
    border-radius: 50%;
}

.header-style-two .header-upper .search-btn-one button {
    color: #ffffff;
}

.header-style-two .header-upper .search-btn-one button .icon {
    color: #ffffff;
}

.header-style-two .header-upper .main-menu .navigation>li {}

.header-style-two .header-upper .main-menu .navigation>li>a {
    color: #ebebeb;
    font-size: 17px;
    font-weight: 300;
}


/*** 

====================================================================
				Sticky Header
====================================================================

***/

.sticky-header {
    display: none;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background: #ffffff;
    border-bottom: 1px solid #f0f0f0;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    -webkit-transition: top 300ms ease;
    -moz-transition: top 300ms ease;
    -ms-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99901;
    visibility: visible;
}

.fixed-header .sticky-header .logo {
    padding: 10px 0px;
}

.sticky-header .main-menu .navigation>li {
    margin-left: 40px !important;
    padding: 0;
    margin-right: 0;
    background-color: transparent;
}

.sticky-header .main-menu .navigation>li.dropdown>a:after,
.sticky-header .main-menu .navigation>li:before {
    display: none;
}

.sticky-header .main-menu .navigation>li>a {
    padding: 21px 0px !important;
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #25283a;
    text-transform: capitalize;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sticky-header .main-menu .navigation>li>ul>li>ul {
    left: auto;
    right: 100%;
}

.sticky-header .main-menu .navigation>li:hover>a,
.sticky-header .main-menu .navigation>li.current>a,
.sticky-header .main-menu .navigation>li.current-menu-item>a {
    opacity: 1;
}

/*** 

====================================================================
			Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 32px;
    line-height: 40px;
    cursor: pointer;
    margin-left: 0px;
    color: #222222;
    margin: 28px 0px 0px;
    display: none;
}

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

.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-visible {
    overflow: hidden;
}

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

.mobile-menu .menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.70);
    -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;
}

.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 .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #202020;
    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;
    right: 10px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    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;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    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 ul li>a {
    font-size: 15px;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    border-left: 3px solid #00aa55;
    -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.dropdown .dropdown-btn {
    position: absolute;
    right: 10px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    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.dropdown>a {
    padding-right: 30px;
}

.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;
}

/*** 

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

***/

.top_wrap {
    position: relative;
    height: 100vh;
}

.banner-one {
    background-image: url(../images/main-slider/banner_one.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 106vh;
}

.banner-section {
    position: relative;
    z-index: 1;
} 
/*** 

====================================================================
		Section Title
====================================================================

***/

.sec-title {
    position: relative;
    margin-bottom: 36px;
}

.sec-title.centered {
    max-width: 600px;
    margin: 0 auto 60px;
}
 
.right-column .sec-title h2 {
    position: relative;
    display: block;
    font-size: 34px;
    line-height: 1.25em;
    color: #202020;
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: capitalize;
    background: none;
    padding: 0px;
}

.sec-title h3 {
    position: relative;
    display: block;
    font-size: 34px;
    line-height: 1.25em;
    color: #202020;
    font-weight: 700;
    margin-bottom: 0px;
    text-transform: capitalize;
    background: none;
    padding-bottom: 10px;
}

.sec-title.light h2 {
    color: #ffffff;
}

.sec-title .lower-text {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 500;
    color: #757575;
    padding: 20px 0px 0px;
}

.sec-title.centered .lower-text {
    max-width: 500px;
    margin: 0 auto;
}

.sec-title.with-separator h2 {
    padding-bottom: 10px;
}

.sec-title.centered .separator {
    margin: 0 auto;
}

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

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

.sec-title .separator:after {
    content: '';
    position: absolute;
    top: -7px;
    right: 100%;
    margin-right: 10px;
    width: 36px;
    /* border-bottom: 2px solid #ba2100; */
    display: none;
}

.sec-title.centered .separator:after {
    display: block;
}

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

.sec-title .separator .c-1 {
    left: 0;
}

.sec-title .separator .c-2 {
    left: 7px;
    background: #ba2100;
}

.sec-title .separator .c-3 {
    left: auto;
    right: 0;
}

.sec-title.light .separator:before,
.sec-title.light .separator:after {
    border-color: #ffffff;
}

.sec-title.light .separator .cir {
    border-color: #ffffff;
}

.sec-title.light .separator .c-2 {
    background: #ffffff;
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section {
    position: relative;
    padding: 0px 0px 68px;
}

.about-section .sec-title {
    margin-bottom: 33px;
    text-align: center;
}

.about-section .sec-title .knabt {
    display: inline-block;
    background: #2aa39c;
    padding: 3px 14px;
    font-size: 18px;
    color: #ffffff;
    border-radius: 30px;
    margin-bottom: 8px;
}

.about-section h3 {
    font-size: 16px;
    font-weight: 500;
}

.about-text {
    text-align: center;
}

.doc_pic {
    position: relative;
    border: 3px solid #202020;
    border-radius: 27px;
    padding: 8px;
}

.doc_pic img {
    box-shadow: 0px 0px 10px #505050;
    border-radius: 26px;
}

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

._why {
    position: relative;
    width: 100%;
    max-width: 365px;
    right: 0;
    top: 0;
    z-index: 1;
    text-align: center;
}

._why::after {
    content: "";
    position: absolute;
    width: 249%;
    height: 72%;
    border: 3px solid #00265e;
    top: 55px;
    left: 49%;
    z-index: -1;
}

.why-blocks {
    text-align: center;
    margin-bottom: 20px;
    padding: 16px 9px;
    border-radius: 14px;
    position: relative;
    background: #ffffff;
    border: 3px solid #202020;
}

.why-blocks:hover {
    background: #202020;
}

.why-blocks h4 {
    color: #3cada7;
    font-size: 37px;
    margin: 0;
    font-weight: 500;
}

.why-blocks p {
    color: #001438;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
    line-height: 22px;
}

.why-blocks:hover p {
    color: #fff;
}

._why .why-blocks:nth-child(2) {
    background: #202020;
}

._why .why-blocks:nth-child(2) p {
    color: #fff;
}

.abtn_btmrow {
    align-items: center;
    margin: 61px 0 0;
}

.abt_b_list {
    text-align: center;
    background: linear-gradient(to left, #e1fffe, transparent);
    padding: 27px 17px;
}

.abtn_btmrow .col-md-4:nth-child(2) .abt_b_list {
    background: #202020;
    padding: 64px 17px;
}

.abtn_btmrow .col-md-4:nth-child(3) .abt_b_list {
    background: linear-gradient(to right, #e1fffe, transparent);
}

.abt_b_pic {
    display: inline-block;
}

.abt_b_list h3 {
    font-size: 30px;
    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);
}


/* why  choose */

.whychoossection {
    padding: 0px 0 100px;
}

.whytitle_head {
    margin-bottom: 0px;
    padding: 17px 0px;
}

.whytitle_head::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    border-left: 2px solid #2aa39c;
    border-top: 2px solid #2aa39c;
    border-bottom: 2px solid #2aa39c;
    left: 0;
    top: 0;
}
.why_des {
    padding-left: 41px;
    border-left: 2px solid #202020;
}

.why_des p {
    text-align: justify;
    margin-top: 40px;
}

.why_listrow {
    position: relative;
}

.why_listrow::before {
    content: "";
    position: absolute;
    width: 80%;
    height: 12px;
    background: #202020;
    left: 0;
    right: 0;
    margin: auto;
    top: 184px;
}

._why_lis_ {
    position: relative;
    text-align: center;
    width: 300px;
    height: 300px;
    background: #fff;
    border: 13px solid #ededed;
    border-radius: 50%;
    overflow: hidden;
    padding: 50px 30px 0;
    margin: 18px 0 0;
    box-shadow: 0px 8px 4px #999;
}

._why_lis_ h3 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: #2aa39c;
}

._why_lis_ p {
    margin: 0px;
    font-size: 16px;
    line-height: 29px;
}

.why_listrow .col-md-4:nth-child(2) ._why_lis_ {
    background: #2aa39c;
}

.why_listrow .col-md-4:nth-child(2) ._why_lis_ h3,
.why_listrow .col-md-4:nth-child(2) ._why_lis_ p {
    color: #fff;
}

._why_lis_:hover,
.why_listrow .col-md-4:nth-child(2) ._why_lis_:hover {
    background: #202020;
}

._why_lis_:hover h3,
._why_lis_:hover p {
    color: #fff;
}


/*** 

====================================================================
	Main Footer
====================================================================

***/

.main-footer {
    position: relative;
    background: transparent;
}

.main-footer .widgets-section {
    position: relative;
    padding: 100px 0px 20px;
}

.main-footer .footer-widget {
    position: relative;
    margin-bottom: 40px;
}

.main-footer .widget-title {
    position: relative;
    margin-bottom: 20px;
}

.main-footer .widget-content {
    position: relative;
}

.main-footer .widget-title h4 {
    position: relative;
    color: #ffffff;
    text-transform: capitalize;
    margin: 0 0;
}

.main-footer .about-widget .logo {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.main-footer .about-widget h5 {
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 5px;
}

.main-footer .about-widget .address {
    position: relative;
    margin-bottom: 20px;
}

.main-footer .links-widget {
    position: relative;
}

.main-footer .links-widget .column {
    position: relative;
    margin-bottom: 30px;
}

.main-footer .links-widget .links li {
    position: relative;
    margin-bottom: 8px;
    line-height: 24px;
    font-size: 15px;
}

.main-footer .links-widget .links li:last-child {
    margin-bottom: 0;
}

.main-footer .links-widget .links li a {
    position: relative;
    display: block;
    line-height: 24px;
    font-size: 15px;
    text-transform: none;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.main-footer .links-widget .links li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    width: 0px;
    border-bottom: 2px solid #3cada7;
    opacity: 0;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.main-footer .links-widget .links li:hover a:before {
    opacity: 1;
    width: 15px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.main-footer .links-widget .links li a:hover {
    color: #ffffff;
    padding-left: 20px;
}

.main-footer .footer-bottom {
    position: relative;
    line-height: 24px;
}

.main-footer .footer-bottom .inner {
    position: relative;
    display: block;
    text-align: center;
    padding: 40px 0px;
}

.main-footer .footer-bottom .inner {
    position: relative;
    padding: 30px 0px;
}

.main-footer .footer-bottom .copyright {
    position: relative;
}

.main-footer .footer-bottom .copyright strong {
    color: #222222;
}

.main-footer .footer-bottom .copyright a {
    text-transform: capitalize;
    color: #00aa55;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.main-footer .footer-bottom .copyright a:hover {
    text-decoration: underline;
}

.main-footer .social-links {
    position: relative;
    padding-top: 20px;
    text-align: center;
}

.main-footer .social-links ul {
    position: relative;
}

.main-footer .social-links li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0px 7px;
    line-height: 24px;
}

.main-footer .social-links li a {
    color: #999999;
    font-size: 14px;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.main-footer .social-links li a:hover {
    color: #00aa55;
}


.why-choose-conatiner {
    position: relative;
}

.why-choose-text {
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 14px;
    margin-top: 28px;
    background-color: #a93936;
}


.about_block {
    position: relative;
}

.about_block::before {
    content: "";
    position: absolute;
    width: 12%;
    height: 22px;
    right: 0;
    bottom: -69px;
    left: 0;
    margin: auto;
}

.about-text p {
    text-align: center;
    line-height: 28px;
    padding: 0 5px;
}
/*** 

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

***/

.highlights-section {
    position: relative;
    padding: 0px 0px 90px;
    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;
}

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

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

.ser_row .col-md-2:nth-child(1),
.ser_row .col-md-2:nth-child(6) {
    margin-top: -215px;
}

.ser_row .col-md-2:nth-child(2),
.ser_row .col-md-2:nth-child(5) {
    margin-top: -149px;
}

.ser_row .col-md-2:nth-child(3),
.ser_row .col-md-2:nth-child(4) {
    margin-top: -83px;
}

.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;
    border-radius: 50%;
    overflow: hidden;
    border: 6px solid #ffffff;
    box-shadow: 0px 6px 4px #9b9b9b;
}

.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: capitalize;
    font-size: 23px;
    text-align: center;
    padding: 10px 0;
    color: #181818;
    position: relative;
    right: 0;
    line-height: 40px;
    font-weight: 500;
}

.extra-tag {
    text-transform: capitalize;
    font-size: 30px;
    text-align: center;
    padding: 10px 0;
    margin-top: 19px;
    color: #181818;
    position: relative;
    right: 0;
    line-height: 47px;
    font-weight: 500;
    margin-bottom: 0px;
}

.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;
}
.en-shape1 {
    position: absolute;
    width: 100%;
    top: -35px;
    left: 0px;
}

.en-shape2 {
    position: absolute;
    width: 100%;
    bottom: -29px;
    left: 0px;
}

.en-shape1 img,
.en-shape2 img {
    width: 100%;
}

.enqury-block {
    text-align: center;
    margin: auto;
}

.enqury-block h3 {
    text-transform: capitalize;
    font-size: 37px;
    color: #fff;
    margin-bottom: 3px;
}

.enqury-block p {
    margin-bottom: 20px;
}

.en-form {
    padding: 0 100px;
}

.en-form .form-group {
    margin-bottom: 26px;
    position: relative;
    z-index: 1;
}

.en-form .form-group i {
    position: absolute;
    top: 11px;
    right: 19px;
    color: #bfbfbf;
    font-size: 17px;
    z-index: -1;
}

.en-form .form-control {
    border: 1px dashed #e9e9e9;
    background-color: transparent;
    border-radius: 13px;
    color: #fff;
    font-size: 16px;
    height: 48px;
}

.en-form textarea.form-control {
    height: 130px;
}

.en-form .form-control::placeholder {
    color: #eee;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.en-btn .btn {
    width: 106px;
    background: #3cada7;
    border-color: transparent;
    margin-top: 4px;
    color: #ffffff;
    font-weight: 500;
}
.container {
    position: relative;
}


/*** 

====================================================================
	Reviews Section
====================================================================

***/

.reviews-section {
    position: relative;
    padding: 0px 0px 80px;
}

.reviews-section::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}

.sec-title h2 {
    display: inline-block;
    background: #2aa39c;
    padding: 3px 17px;
    font-weight: 400;
    font-size: 19px;
    color: #ffffff;
    border-radius: 30px;
    margin: 0 0 3px;
}

.pricingTable {
    text-align: center;
}

.pricingTable .pricingTable-header {
    padding: 0px 25px 0;
    margin: 0 0 10px;
    position: relative;
}

.pricingTable .pricingTable-header:before {
    content: "";
    width: 3px;
    height: 158px;
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    left: 50%;
}

.testimonial_list p {
    padding: 0 0px;
    font-style: italic;
}

.pricingTable .price-value {
    color: #00263a;
    background: #fefefe;
    width: 88px;
    height: 88px;
    padding: 20px 0;
    margin: 0 auto 42px;
    border-radius: 50%;
    border: 7px solid #002c44;
    box-shadow: 0 0 0px 6px #fefefe;
    position: relative;
    line-height: 33px;
}

.pricingTable span {
    color: #36b5ae;
}

.pricingTable .price-value .currency {
    font-size: 33px;
    line-height: 30px;
    vertical-align: top;
    margin: 0 -5px 0 0;
    display: inline-block;
}

.pricingTable .price-value .amount {
    font-size: 41px;
    display: inline-block;
}

.pricingTable .price-value .duration {
    font-size: 17px;
    text-transform: uppercase;
    margin-top: -7px;
    display: block;
}

.pricingTable .title {
    color: #202020;
    font-size: 29px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 59px;
    margin: 0;
    position: relative;
    display: inline-block;
}

.pricingTable .title::before,
.pricingTable .title::after {
    content: "";
    position: absolute;
    width: 43px;
    height: 2px;
    border-bottom: 2px solid #3cada7;
    left: 0px;
    top: 18px;
}

.pricingTable .title::after {
    left: initial;
    right: 0px;
}

.pricingTable .pricing-content {
    text-align: left;
    padding: 0 20px;
    margin: 0 0 25px;
    list-style: none;
    display: inline-block;
}

.pricingTable .pricing-content li {
    color: #555;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    padding: 0 0 0 20px;
    margin: 0 0 10px;
    position: relative;
}

.pricingTable .pricing-content li:last-child {
    margin-bottom: 0;
}

.pricingTable .pricing-content li:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 2px solid #606060;
    border-radius: 50%;
    position: absolute;
    top: 9px;
    left: 0;
}

.pricingTable .pricingTable-signup {
    position: relative;
}

.pricingTable .pricingTable-signup:before,
.pricingTable .pricingTable-signup:after {
    content: "";
    /* background: #22a6b2; */
    width: 15px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.pricingTable .pricingTable-signup:after {
    left: auto;
    right: 0;
}

.pricingTable .pricingTable-signup a {
    color: #22a6b2;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 2px 20px;
    border: 2px solid #22a6b2;
    border-radius: 7px;
    display: inline-block;
    transition: all 0.3s ease 0s;
}

.pricingTable .pricingTable-signup a:hover {
    color: #fff;
    background: #22a6b2;
    text-shadow: 3px 3px rgba(255, 255, 255, 0.3);
}

.testimonila_images img {
    filter: grayscale(1);
}

.testimonial_carousel .owl-dots {
    position: relative;
    text-align: center;
}

.testimonial_carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 2px solid #002C44;
    border-radius: 50%;
    margin: 0 3px;
}

.testimonial_carousel .owl-dots .owl-dot.active {
    border: 3px solid #3cada7;
}

.testimonial_list {
    position: relative;
    padding: 12px 0 0;
}

.testimonial_list::before,
.testimonial_list::after {
    content: "";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-size: 35px;
    color: #3cada7;
}

.testimonial_list::before {
    content: "\f10d";
}

.testimonial_list::after {
    content: "\f10e";
    right: 0px;
    bottom: 0px;
}

.testimonial_more {
    text-align: center;
}

.testimonial_more a {
    position: relative;
    background-color: #ffd300;
    display: inline-block;
    color: #2e2e2e;
    padding: 4px 11px;
    border-radius: 30px;
    margin-top: 17px;
}

.gg_riv_section {
    text-align: center;
    margin-top: 35px;
}

.google_rivews {
    position: relative;
    display: flex;
    justify-content: center;
    border-radius: 49px;
}

.google_rivews span {
    display: inline-block;
    background: #202020;
    color: #fff;
    padding: 9px 16px;
    font-size: 23px;
    border-radius: 23px 0px 0px 23px;
    font-weight: 400;
}

.google_rivews span:nth-child(2) {
    background-color: #3cada7;
    color: #ffffff;
    border-radius: 0px 23px 23px 0px;
}

.testimonila_images {
    padding: 0;
}

.testimnila_row .col-md-6 {
    padding: 0px;
}

.testimnila_row .col-md-6:nth-child(1) {
    background-color: #f4f4f4;
}

.testimonilas_sec_block {
    padding: 65px 35px;
    position: relative;
    overflow: hidden;
}

.testimonilas_sec_block::before {
    top: -20px;
    left: -20px;
}

.testimonilas_sec_block::after {
    right: -20px;
    bottom: -20px;
}

.testimnila_row {
    position: relative;
    margin-top: -181px;
}

.testimnila_row::before {
    content: "";
    position: absolute;
    width: 82%;
    height: 103px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 1px;
    box-shadow: 0px 22px 29px #838383;
}


/*** 

====================================================================
	myths & facts
====================================================================

***/

.str_myths_facts_section {
    position: relative;
    padding: 0 0 60px;
}

.str_myths_facts_section .auto-container::after {
    left: initial;
    right: 61px;
}

._myths_fac_img {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    border: 9px solid #e4e4e4;
    top: 31px;
    filter: grayscale(1);
}

.main-header .header-upper .logo-box .logo a {
    color: #31b2af;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    top: 20px;
}
.my_ths_fac_info_section {
    position: relative;
}

.abtn_btmrow .col-md-4:nth-child(1) .abt_b_pic img {
    filter: brightness(0) invert(0);
}

.abtn_btmrow .col-md-4:nth-child(3) .abt_b_pic img {
    filter: brightness(0) invert(0);
}

.my_ths_fac_info_section::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 184px;
    background: #2aa39c;
    bottom: 69px;
    left: 0;
    right: 0;
    margin: auto;
}

.myths_factsrow .col-md-4 {
    padding: 0px;
}

.myths_factsrow .col-md-4:nth-child(1) {
    text-align: right;
}

.myths_facts_section h3 {
    text-transform: lowercase;
    font-weight: 600;
    font-size: 41px;
    color: #3cada7;
}

.myths_fac_blk {
    background-color: #2aa39c;
    padding: 14px 34px;
    /* height: 352px; */
}

.my_fac_list {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px dashed;
    padding-bottom: 4px;
    margin-bottom: 4px;
    text-transform: none;
    color: #f0f0f0;
}

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

.myths_factsrow .col-md-4:nth-child(1) .myths_fac_blk {
    border-radius: 104px 0px 0px 104px;
    line-height: 40px;
}

.myths_factsrow .col-md-4:nth-child(3) .myths_fac_blk {
    border-radius: 0px 100px 100px 0px;
}

/* faq's */

.faq_section {
    position: relative;
    padding: 0 0 50px;
}

.footer-logo a {
    color: #2aa39c;
    font-size: 23px;
}
.faq_timeliene.main-timeline {
    position: relative;
}

.faq_timeliene.main-timeline:after {
    content: '';
    display: block;
    clear: both;
}

.faq_timeliene.main-timeline .timeline {
    width: calc(50% + 200px);
    margin: 0 0 25px 5px;
    float: right;
}

.faq_timeliene.main-timeline .timeline-content {
    background: #fff;
    padding: 15px 15px 15px 290px;
    border-radius: 20px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
    display: block;
    position: relative;
}

.faq_timeliene.main-timeline .timeline-content:hover {
    text-decoration: none;
}

.faq_timeliene.main-timeline .timeline-content:before {
    content: '';
    background-color: #d8f5f4;
    height: 100%;
    width: 120px;
    position: absolute;
    left: 140px;
    top: 0;
}

.faq_timeliene.main-timeline .timeline-year {
    color: #3abbb4;
    font-size: 61px;
    font-weight: 700;
    line-height: 43px;
    transform: translateY(-50%);
    position: absolute;
    left: 56px;
    top: 50%;
}

.faq_timeliene.main-timeline .timeline-icon1 {
    background: #202020;
    color: #89e3de;
    font-size: 34px;
    font-weight: 600;
    text-align: center;
    line-height: 60px;
    width: 58px;
    height: 59px;
    transform: translateY(-50%);
    position: absolute;
    left: 201px;
    top: 50%;
}

.faq_timeliene.main-timeline .title {
    font-size: 23px;
    font-weight: 500;
    text-transform: none;
    margin: 0 0 7px;
    color: #161616;
}

.faq_timeliene.main-timeline .description {
    font-size: 15px;
    line-height: 23px;
    margin: 0;
}

.faq_timeliene.main-timeline .timeline:nth-child(even) {
    margin: 0 5px 25px 0;
    float: left;
}

.faq_timeliene.main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 15px 280px 15px 20px;
    text-align: right;
}

.faq_timeliene.main-timeline .timeline:nth-child(even) .timeline-content:before {
    left: auto;
    right: 139px;
}

.faq_timeliene.main-timeline .timeline:nth-child(even) .timeline-year {
    left: auto;
    right: 56px;
}

.faq_timeliene.main-timeline .timeline:nth-child(even) .timeline-icon1 {
    left: auto;
    right: 201px;
}

@media screen and (max-width:767px) {
    .faq_timeliene.main-timeline .timeline,
    .faq_timeliene.main-timeline .timeline:nth-child(even) {
        width: 100%;
        margin: 0 0 30px;
    }
    .faq_timeliene.main-timeline .timeline-content,
    .faq_timeliene.main-timeline .timeline:nth-child(even) .timeline-content {
        text-align: center;
        padding: 200px 15px 15px 15px;
    }
    .faq_timeliene.main-timeline .timeline-content:before,
    .faq_timeliene.main-timeline .timeline:nth-child(even) .timeline-content:before {
        width: 100%;
        height: 100px;
        transform: translateX(-50%) translateY(0);
        left: 50%;
        right: auto;
        top: 80px;
    }
    .faq_timeliene.main-timeline .timeline-year,
    .faq_timeliene.main-timeline .timeline:nth-child(even) .timeline-year {
        transform: translateY(0) translateX(-50%);
        left: 50%;
        right: auto;
        top: 20px;
    }
    .faq_timeliene.main-timeline .timeline-icon1,
    .faq_timeliene.main-timeline .timeline:nth-child(even) .timeline-icon1 {
        /* width: auto; */
        transform: translateY(0) translateX(-50%);
        left: 50%;
        right: auto;
        top: 105px;
    }
}

.latest_blogs_section {
    position: relative;
    padding: 0 0 100px;
}

.latest_blg_list {
    position: relative;
}

.blog_info {
    position: absolute;
    bottom: 0;
    width: 45%;
    right: 0;
    background: rgb(255 189 168 / 69%);
    height: 100%;
    padding: 65px 22px;
    text-align: center;
}

.latest_b_row .col-md-6:nth-child(2) .blog_info {
    right: initial;
    left: 0px;
}

.blog_info h3 {
    font-size: 20px;
    font-weight: 500;
}

.blog_info a {
    display: inline-block;
    background: #002964;
    color: #fff;
    padding: 4px 16px;
    border-radius: 20px;
}


/*** 

====================================================================
	Main Footer Two
====================================================================

***/

.main-footer-two {
    position: relative;
    background: #202020;
    padding: 50px 0px 0px;
}
.main-footer-two .upper-logo-box {
    position: relative;
    padding: 0;
    margin: 86px 0 0px;
    text-align: center;
}

.social-icon-two {
    position: relative;
    margin-top: 13px;
}

.social-icon-two li {
    position: relative;
    display: inline-block;
}

.social-icon-two li:first-child {
    margin-left: 0;
}

.social-icon-two li a {
    position: relative;
    display: block;
    font-size: 18px;
    width: 38px;
    height: 38px;
    line-height: 37px;
    color: #ffffff;
    border-radius: 50%;
    font-weight: 400;
    margin: 0 1px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: rgb(255 255 255 / 25%);
}

.social-icon-two li:nth-child(5) a {
    color: white;
}

.main-footer-two .widgets-section {
    position: relative;
    padding: 0px 0px 0;
}

.main-footer-two .widgets-section .row {
    /* margin: 0px -40px; */
}

.main-footer-two .widgets-section .row .column {
    position: relative;
    padding: 0px 15px 0px;
    margin-bottom: 0;
}

.main-footer-two .widgets-section .row .column:last-child {
    border: none;
}

.main-footer-two .footer-widget {
    position: relative;
}

.main-footer-two .widget-title {
    position: relative;
    margin-bottom: 31px;
}

.main-footer-two .widget-content {
    position: relative;
}

.main-footer-two .widget-title h4 {
    position: relative;
    color: #e9e9e9;
    text-transform: capitalize;
    margin: 0 0;
    font-size: 21px;
    font-weight: 600;
}

.main-footer-two .widget-title h4::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 32px;
    height: 2px;
    width: 64px;
    border-bottom: 2px solid #3cada7;
}

.main-footer-two .about-widget .logo {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.main-footer-two .about-widget h5 {
    font-weight: 700;
    color: #d7d7d7;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.main-footer-two .about-widget .address {
    position: relative;
    margin-bottom: 31px;
    color: #d7d7d7;
    padding-left: 44px;
}

.main-footer-two .about-widget .address:last-child {
    margin-bottom: 0px;
}

.main-footer-two .about-widget .address i {
    position: absolute;
    left: 0px;
    width: 32px;
    height: 32px;
    background: rgb(255 255 255 / 25%);
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    line-height: 31px;
}

.main-footer-two .links-widget {
    position: relative;
}

.main-footer-two .links-widget .column {
    position: relative;
    margin-bottom: 30px;
}

.main-footer-two .links-widget .links li {
    position: relative;
    margin-bottom: 3px;
    line-height: 24px;
    font-size: 15px;
}

.main-footer-two .links-widget .links li:last-child {
    margin-bottom: 0;
}

.main-footer-two .links-widget .links li a {
    position: relative;
    display: block;
    line-height: 25px;
    font-size: 15px;
    text-transform: capitalize;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    color: #d7d7d7;
}

.main-footer-two .links-widget .links li a:hover {
    color: #44c3bc;
}
.main-footer-two .footer-bottom {
    position: relative;
    line-height: 24px;
}

.main-footer-two .footer-bottom .inner {
    position: relative;
    display: block;
    padding: 9px 0px 13px;
    border-top: 1px solid #4fcfc8;
}

.main-footer-two .footer-bottom .copyright {
    position: relative;
    width: 100%;
    line-height: 24px;
    text-align: center;
    color: #e9e9e9;
    font-size: 16px;
}

.main-footer-two .footer-bottom .copyright strong {
    color: #222222;
}

.main-footer-two .footer-bottom .copyright a {
    text-transform: capitalize;
    color: #4ec9c2;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.main-footer-two .footer-bottom .copyright a:hover {
    text-decoration: none;
}

.highlights-section .sec-title.with-separator h2 {
    color: #fff;
    font-size: 40px;
    background: none;
}

.highlights-section .sec-title.centered .lower-text {
    color: #dbdbdb;
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
    padding: 12px 29px 0;
}


.map-section {
    position: relative;
}

.query-contact {
    color: #fff;
    padding: 67px 0 251px;
    position: relative;
}

.query-contact::after {
    content: " ";
    position: absolute;
    background-image: url(../images/appointmentbg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 25%;
    height: 100%;
    top: -91px;
    z-index: -1;
    left: 38%;
}

.query-contact::before {
    content: '';
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    background: linear-gradient(to left, #000, #000000, #000);
}

.query-title {
    font-size: 17px;
    padding-top: 0;
    text-transform: uppercase;
    margin-top: 10px;
    color: #ffd319;
}
._why_us {
    text-align: center;
}
.neesletter_block {
    position: relative;
    padding: 11px 0px 0px;
    /* display: inline-flex; */
}

.subscribe_form {
    position: absolute;
    top: 20px;
    /* left: 73%; */
    right: 76px;
}

.subscribe_head h3 {
    text-transform: uppercase;
    font-size: 28px;
    color: #e9e9e9;
    font-weight: 300;
    margin: 0;
}

.subscribe_head p {
    font-size: 22px;
    margin: 0;
    color: #e9e9e9;
    text-align: right;
    padding: 0 39px 0;
    position: relative;
    font-weight: 300;
    left: -282px;
}

.subscribe_head p::before {
    content: "";
    position: absolute;
    width: 53%;
    height: 1px;
    background: #3cada7;
    left: 335px;
    top: 17px;
}

.subscribe_form {
    /* position: relative; */
}

.subscribe_form .form-control {
    position: relative;
    background-color: transparent;
    border: 1px solid #333;
    color: #333;
    padding: 11px 16px;
    height: 57px;
    font-weight: 500;
}

.subscribe_form .form-control::placeholder {
    color: #333;
}

.subscribe_form .btn {
    background: #3cada7;
    border: none;
    font-size: 24px;
}

.bread-cumb-section {
    padding: 0;
    position: relative;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/breadcumb.jpg);
    height: 69vh;
    display: flex;
    align-items: center;
}

.bread-cumb-section h1 {
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #fff;
    font-size: 34px;
    font-weight: 300;
}

.bread-ul {
    display: inline-block;
    margin: auto;
    padding: 6px 0px;
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
}

.bread-ul li {
    display: inline-block;
    position: relative;
    padding: 0 19px;
    font-size: 17px;
    color: #fff;
    text-transform: capitalize;
}

.bread-ul li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    right: -4px;
    top: 9px;
}

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

.bread-ul li a {
    color: #60e7e0;
}

._content_section {
    position: relative;
    padding: 90px 0px 100px;
    min-height: 60vh;
}

.inner_body .header-contact-info {
    top: 131px;
}
:root {
    --color1: #117D83;
    --color2: #076769;
}

.testimonila_timeline.main-timeline {
    position: relative;
}

.testimonila_timeline.main-timeline:after {
    content: '';
    display: block;
    clear: both;
}

.testimonila_timeline.main-timeline .timeline {
    width: 50%;
    padding: 0 70px 0 0;
    margin: 0 5px 15px 0;
    float: left;
}

.testimonila_timeline.main-timeline .timeline-content {
    min-height: 120px;
    padding: 0 30px 0 0;
    border-right: 2px solid #181818;
    display: block;
    position: relative;
    z-index: 1;
}

.testimonila_timeline.main-timeline .timeline-content:hover {
    text-decoration: none;
}

.testimonila_timeline.main-timeline .timeline-content:before,
.testimonila_timeline.main-timeline .timeline-content:after {
    content: '';
    background-color: #36b5ae;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    position: absolute;
    right: -5px;
    top: 0;
}

.testimonila_timeline.main-timeline .timeline-content:after {
    top: auto;
    bottom: 0;
}

.testimonila_timeline.main-timeline .timeline-icon {
    color: #fff;
    background-color: #36b5ae;
    font-size: 40px;
    text-align: center;
    line-height: 93px;
    height: 93px;
    width: 93px;
    border-radius: 30px;
    box-shadow: -5px -5px 5px rgba(0, 0, 0, 0.2), -8px -8px 0 #1e1e1e;
    transform: translateY(-50%);
    position: absolute;
    right: -120px;
    top: 50%;
}

.testimonila_timeline.main-timeline .timeline-year {
    font-size: 32px;
    font-weight: 300;
}

.testimonila_timeline.main-timeline .title {
    color: #29a9a2;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 7px;
}

.testimonila_timeline.main-timeline .description {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}

.testimonila_timeline.main-timeline .timeline:nth-child(even) {
    padding: 0 0 0 70px;
    margin: 0 0 15px 5px;
    float: right;
}

.testimonila_timeline.main-timeline .timeline:nth-child(even) .timeline-content {
    padding: 0 0 0 30px;
    border-left: 2px solid #191919;
    border-right: none;
}

.testimonila_timeline.main-timeline .timeline:nth-child(even) .timeline-content:before,
.testimonila_timeline.main-timeline .timeline:nth-child(even) .timeline-content:after {
    right: auto;
    left: -5px;
}

.testimonila_timeline.main-timeline .timeline:nth-child(even) .timeline-icon {
    box-shadow: 5px -5px 5px rgba(0, 0, 0, 0.2), 8px -8px 0 var(--color2);
    left: -120px;
    right: auto;
}

@media screen and (max-width:767px) {
    .testimonila_timeline.main-timeline .timeline,
    .testimonila_timeline.main-timeline .timeline:nth-child(even) {
        width: 100%;
        padding: 115px 0 0;
        margin: 0 0 50px;
    }
    .testimonila_timeline.main-timeline .timeline-content,
    .testimonila_timeline.main-timeline .timeline:nth-child(even) .timeline-content {
        text-align: center;
        padding: 15px 0 0 0;
        border: none;
        border-top: 2px solid var(--color1);
    }
    .testimonila_timeline.main-timeline .timeline-content:before {
        right: auto;
        left: 0;
        top: -5px;
    }
    .testimonila_timeline.main-timeline .timeline-content:after,
    .testimonila_timeline.main-timeline .timeline:nth-child(even) .timeline-content:after {
        left: auto;
        right: 0;
        top: -5px;
    }
    .testimonila_timeline.main-timeline .timeline-icon,
    .testimonila_timeline.main-timeline .timeline:nth-child(even) .timeline-icon {
        transform: translateY(0) translateX(-50%);
        top: -115px;
        left: 50%;
    }
}

.videos_list iframe {
    width: 100%;
    height: 230px;
    border: 4px solid #fff;
    box-shadow: 0px 0px 10px #ccc;
    margin-bottom: 30px;
}

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

.bread_cumb_wrap::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 388px;
    top: 0;
    left: 0;
    z-index: -1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% calc(100% - 275px), 0% 100%, 0% 0%);
    background-color: #202020;
}

.bread_cumb_wrap h1 {
    text-transform: capitalize;
    color: #000000;
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 600;
}
.bread_cumb_wrap h2 {
    text-transform: capitalize;
    color: #000000;
    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
}

.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: #202020;
}

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

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

.inner-pages-contact-info {
    top: -151px;
    position: relative;
}

.inner-section h2 {
    font-size: 30px;
}

.main-timeline2 {
    position: relative;
}

.main-timeline2:before {
    content: '';
    background-color: #555;
    width: 4px;
    height: calc(100% - 70px);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: 0;
}

.main-timeline2:after {
    content: '';
    display: block;
    clear: both;
}

.main-timeline2 .timeline2 {
    float: left;
    width: 50%;
    padding: 0 30px;
    margin: 0 10px 0 0;
    position: relative;
}

.main-timeline2 .timeline2:before {
    content: '';
    background-color: #31b2af;
    height: 33px;
    width: 33px;
    border-radius: 50%;
    box-shadow: 0 0 5px #999 inset, 0 0 0 5px #dbdbdb, 0 0 13px #000;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -17px;
}

.main-timeline2 .timeline-content {
    /* background: linear-gradient(45deg, #DFDFDF, #FEFEFE); */
    text-align: center;
    /* border: 2px dashed #169eab; */
    padding: 55px 25px;
    border-radius: 30px;
    display: block;
    position: relative;
    /* z-index: 1; */
}

.main-timeline2 .timeline-content:hover {
    text-decoration: none;
}

.main-timeline2 .timeline-content:before {
    content: '';
    /* border-radius: 30px; */
    position: absolute;
    left: 5px;
    border: 2px solid #ccc;
    top: 5px;
    bottom: 5px;
    border-bottom-color: #31b2af;
    right: 5px;
    border-bottom: 7px solid #31b2af;
    z-index: -1;
}

.main-timeline2 .timeline-icon {
    color: #fff;
    background: #31b2af;
    font-size: 38px;
    text-align: center;
    line-height: 80px;
    height: 78px;
    width: 83px;
    padding-left: 17px;
    position: absolute;
    top: -32px;
    border-radius: 50%;
    left: 0;
    right: 0;
    z-index: 1;
    /* clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%); */
    /* clip-path: polygon(0 0, 0 100%, 100% 50%); */
    margin: auto;
}

.main-timeline2 .timeline-icon .fa-quote-left {
    left: -9px;
    position: relative;
}

.main-timeline2 .title {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 15px;
    margin: 0 0 10px;
}

.main-timeline2 .description {
    font-size: 15px;
    /* letter-spacing: 1px; */
    margin: 0;
    color: #000;
}

.main-timeline2 .timeline2:nth-child(even) {
    float: right;
    margin: 0 0 0 10px;
}

.main-timeline2 .timeline2:nth-child(even):before {
    right: auto;
    left: -17px;
}

.main-timeline2 .timeline2:nth-child(even) .timeline-icon {
    transform: rotateY(180deg);
    left: 0;
    right: 0;
}

@media screen and (max-width:767px) {
    .main-timeline2:before {
        left: 15px;
        transform: translateX(0);
    }
    .main-timeline2 .timeline2,
    .main-timeline2 .timeline2:nth-child(even) {
        width: 100%;
        padding: 0 0 0 30px;
        margin: 65px 0 0 0;
    }
    .main-timeline2 .timeline2:before,
    .main-timeline2 .timeline2:nth-child(even):before {
        height: 20px;
        width: 20px;
        left: 5px;
        right: auto;
    }
    .main-timeline2 .timeline-content {
        padding: 41px 20px 41px;
    }
}

@media screen and (max-width:567px) {
    .main-timeline2 .title {
        font-size: 18px;
    }
}

.main-timeline2 .timeline-content h6 {
    color: #31b2af;
    font-size: 18px;
    margin-bottom: 5px;
}

.main-timeline2 .description span {
    display: flex;
    justify-content: end;
    color: #31b2af;
    font-size: 18px;
}

.ser_inner_nav {
    position: relative;
    text-align: center;
}

.services_text .ser_inner_nav h2 {
    text-transform: none;
    color: #202020;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 0;
}

.services_text a {
    color: #31b2af;
}

.services_text h3 {
    color: #34a7b2;
    font-size: 21px;
    margin-bottom: 5px;
}
.services_text h2 {
    color: #34a7b2;
    font-size: 23px;
    margin-bottom: 5px;
    text-align: left;
}

.services_text p {
    text-align: justify;
}

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

.ser_inner_nav ul {
    position: relative;
}

.ser_inner_nav ul li {
    display: block;
}

.services_text .ser_inner_nav ul li a {
    display: block;
    color: #333;
    padding: 7px 14px;
    box-shadow: 0 4px 2px #9b9b9b;
    font-size: 15px;
    background: #edf8f7;
    margin: 0 0 4px;
    text-transform: capitalize;
}

.services_text .ser_inner_nav ul li a.active {
    color: #fff;
    background: #05a198;
}

.services_text .ser_inner_nav ul li a.active {
    color: #fff;
    background: #05a198;
}

.address-blocks {
    border-bottom: 1px dashed #000;
    padding: 25px;
}

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

.contact-page .address-info h3 {
    text-transform: uppercase;
    border-bottom: 2px solid;
    display: inline-block;
    margin-bottom: 10px;
    color: #000;
}

.contact-page h3 {
    text-transform: uppercase;
    border-bottom: 2px solid;
    display: inline-block;
    margin-bottom: 10px;
    color: #fff;
}

.contact-form-section {
    position: relative;
    padding: 23px 23px;
    max-width: 1000px;
    background: #35b6b0;
    margin: auto;
    text-align: center;
    box-shadow: 0 0 10px #ccc;
    border: 7px solid #f5f5f5;
}

.address-info {
    position: relative;
    top: 15px;
}

.map {
    margin-top: 20px;
}

.btn-success {
    /* padding: 12px; */
    position: relative;
    top: 10px;
    background: #000;
    color: #fff;
}

.btn-success:hover {
    background: #000;
}

.box {
    position: relative;
    overflow: hidden
}

.box-content:after,
.box-content:before,
.box:after,
.box:before {
    content: '';
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all .3s;
}

.box-content .lightboxed:hover {
    box-shadow: 0 0 32px #333;
    transform: scale(1.025);
}

.box:after {
    top: 25%;
    transition-delay: .1s
}

.box-content:before {
    top: 50%;
    transition-delay: .2s
}

.box-content:after {
    top: 75%;
    transition-delay: .3s
}

.box:hover .box-content:after,
.box:hover .box-content:before,
.box:hover:after,
.box:hover:before {
    opacity: 1
}

.box img {
    width: 100%;
    height: auto;
    border: 5px solid #e3e3e3;
    border-radius: 8%;
    box-shadow: -2px 7px 12px 0px #e3dce5;
}

.box img:hover {}

.box .box-content {
    width: 100%;
    height: 100%;
    transform: translateX(-50%) translateY(-50%) scale(1);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1
}

.content {
    text-align: center;
    width: 100%;
    transform: translateX(-50%);
    position: relative;
    left: 50%;
    /* bottom: 58px; */
    z-index: 2;
    transition: all .3s ease 0;
}

.box .title {
    color: #25567a;
    font-size: 22px;
    font-weight: 700;
    text-shadow: 0 0 2px #fff;
    text-transform: uppercase;
    margin: 0;
    opacity: 0;
    transform: translateX(-100px);
    transition: all .5s ease .3s
}

.box .post {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    opacity: 0;
    transform: translateX(100px);
    transition: all .5s ease .3s
}

.box:hover .post,
.box:hover .title {
    opacity: 1;
    transform: translateX(0)
}

.box .icon {
    text-align: center;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transition: all .5s ease .3s
}

.box:hover .icon {
    opacity: 1
}

.box .icon li {
    margin: 0 4px;
    display: inline-block
}

.box .icon li a {
    color: #fff;
    background-color: #47a5ae;
    font-size: 18px;
    line-height: 35px;
    height: 35px;
    width: 35px;
    /* border-radius: 0 0 50%; */
    display: block;
    transition: all .3s
}

.box .icon li a:hover {
    color: #fff;
    background-color: #f57f4b;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, .8) inset */
}

@media only screen and (max-width:479px) {
    .box .title {
        font-size: 20px
    }
}

.news-row h2 {
    font-size: 21px;
    text-transform: capitalize;
    text-align: justify;
    margin-bottom: 13px;
}

.news-row i {
    left: 0;
    background: #31b2af;
    color: #fff;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 25px;
    font-size: 16px;
}

.first-news-row {
    margin-bottom: 30px;
}

.vid-yt iframe {
    border: 5px solid #ccc;
}

.vid-yt1 .col-md-3 {
    padding: 15px;
}

.presentations-row .col-md-3 {
    padding-bottom: 35px;
    padding-left: 0px;
    padding-right: 0px;
}

.presentations-row img {
    width: 250px;
    /* border: 5px solid #ccc; */
}

.img-row1 h2 {
    font-size: 18px;
    text-transform: capitalize;
    text-align: justify;
    margin-bottom: 10px;
    line-height: 30px;
}

.img-row1 i {
    left: 0;
    background: #31b2af;
    color: #fff;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 25px;
    font-size: 16px;
}

.img-row {
    margin-bottom: 15px;
}

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

.abt-doc-details h2 {
    text-transform: uppercase;
    font-size: 26px;
    padding-bottom: 4px;
    text-align: center;
    border-bottom: 1px dotted #000;
    margin-bottom: 12px;
    font-weight: 700;
    padding-top: 13px;
}

.abt-doc-details h4 {
    text-align: center;
    font-size: 19px;
    font-weight: 300;
}


/**
 * Tabs Block
 */

.tabs-block {
    display: flex;
    align-items: center;
    justify-content: center;
}


/**
 * Tabs
 */

.tabs {
    display: flex;
    width: 912px;
}

.tabs>ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 15%;
}

.tabs>ul li {
    display: block;
}

.tabs>ul li:not(:last-child) {
    border-bottom: 1px solid #262626;
}

.tabs>ul li a,
.tabs>ul li a:visited {
    display: flex;
    border-bottom: none;
    text-decoration: none;
    background-color: #000;
    color: #fff;
    padding: 1rem 1.5rem;
    transition: all 0.2s ease-in-out;
    word-wrap: break-word;
}

.tabs>ul li a:hover,
.tabs>ul li a:focus,
.tabs>ul li a:active {
    border-bottom: none;
    outline: 0;
}

.tabs>ul li a.active {
    background-color: #fff;
    color: #0067b8;
}

.tabs>ul li a:hover:not(.active) {
    color: #0067b8;
}

.tabs>ul li a>span {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.tabs>ul li a>span.tab-label {
    display: none;
}

.tabs section {
    width: 85%;
    background-color: #fff;
    padding: 1rem;
    display: none;
    word-wrap: break-word;
    border-bottom: 6px solid #0067b8;
}

.tabs section>* {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.2s, transform 0.2s;
}

.tabs section>*:nth-child(1) {
    transition-delay: 0.2s;
}

.tabs section>*:nth-child(2) {
    transition-delay: 0.3s;
}

.tabs section>*:nth-child(3) {
    transition-delay: 0.4s;
}

.tabs section>*:nth-child(4) {
    transition-delay: 0.5s;
}

.tabs section>*:nth-child(5) {
    transition-delay: 0.6s;
}

.tabs section>*:nth-child(6) {
    transition-delay: 0.7s;
}

.tabs section>*:nth-child(7) {
    transition-delay: 0.8s;
}

.tabs section>*:nth-child(8) {
    transition-delay: 0.9s;
}

.tabs section>*:nth-child(9) {
    transition-delay: 1s;
}

.tabs section>*:nth-child(10) {
    transition-delay: 1.1s;
}

.tabs section>*:nth-child(11) {
    transition-delay: 1.2s;
}

.tabs section>*:nth-child(12) {
    transition-delay: 1.3s;
}

.tabs section>*:nth-child(13) {
    transition-delay: 1.4s;
}

.tabs section>*:nth-child(14) {
    transition-delay: 1.5s;
}

.tabs section>*:nth-child(15) {
    transition-delay: 1.6s;
}

.tabs section>*:nth-child(16) {
    transition-delay: 1.7s;
}

.tabs section>*:nth-child(17) {
    transition-delay: 1.8s;
}

.tabs section>*:nth-child(18) {
    transition-delay: 1.9s;
}

.tabs section>*:nth-child(19) {
    transition-delay: 2s;
}

.tabs section>*:nth-child(20) {
    transition-delay: 2.1s;
}

.tabs section.active {
    display: block;
}

.tabs section.active-content>* {
    opacity: 1;
    transform: translateY(0);
}

@media (min-width: 576px) {
    .tabs>ul {
        width: 150px;
    }
    .tabs>ul li a {
        flex-wrap: wrap;
    }
    .tabs>ul li a>span {
        width: 100%;
    }
    .tabs>ul li a>span.tab-label {
        width: 100%;
        display: block;
        margin-top: 0.2rem;
    }
    .tabs section {
        width: calc(100% - 150px);
        padding: 2rem 2rem;
    }
}

@media (min-width: 768px) {
    .tabs-container {
        padding: 4rem 4rem;
    }
}

.vertical-tab {
    display: table;
    padding-top: 15px;
}

.vertical-tab .nav-tabs {
    width: 28%;
    min-width: 27%;
    padding-left: 15px;
    border: none;
    vertical-align: top;
    /* padding-top: 15px; */
    display: table-cell;
}

.vertical-tab .nav-tabs li a {
    color: #fff;
    color: #000000;
    background-color: #edf8f7;
    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;
}

.vertical-tab .nav-tabs li a.active,
.vertical-tab .nav-tabs li a.active a:hover {
    color: #f2f2f2;
    background-color: #35b6b0;
    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: table-cell;
    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: 7px;
}

.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: 25px;
    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;
}

.tab-pane {
    height: 605px;
    overflow-y: auto;
    padding-right: 20px;
    overflow-x: hidden;
}

.mobile-view {
    display: none;
}

.abt-sec-inner .container {
    max-width: 1250px;
}

.inner-section2 {
    position: relative;
    min-height: 47vh;
    padding: 40px 0px 80px;
}

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

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

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

.blog-details .blog-block {
    padding: 20px;
    background: #fff;
    box-shadow: 0px 6px 5px #8b8b8b;
    margin-bottom: 28px;
}

.blog-details .blog-block h2 {
    font-size: 20px;
    font-weight: 600;
    color: #34a7b2;
}

.blog-details .blog-block .blog-btn {
    text-align: center;
}

.blog-details .blog-block .blog-btn a {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 30px;
}

.blogs-nav {
    position: relative;
    padding: 17px 18px;
    margin: 0 0 19px;
    border-top: 4px solid #35b6b0;
}

.blogs-nav {
    box-shadow: 0 0 10px #ccc;
    background: #f5f5f5;
}

.blogs-nav h3 {
    font-size: 29px;
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 1px solid;
    left: 80px;
    color: #000;
    text-transform: uppercase;
}

.blog-content p {
    text-align: justify;
}

.blogs-nav ul {
    padding: 0;
    list-style: none;
}

.blogs-nav ul li a {
    display: block;
    position: relative;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 17px;
    color: #000000;
    font-size: 16px;
}

.blogs-nav ul li a::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid;
    left: 0;
    border-radius: 50%;
    top: 8px;
}

.blog-content h3 {
    font-size: 20px;
    color: #35b6b0;
}

.blog-content a {
    color: #35b6b0;
}

.logins_section {
    position: absolute;
    right: -155px;
    z-index: 99;
    display: inline-block;
    top: 41px;
}

.logins_section span {
    display: inline-block;
    color: #fff;
    padding: 6px 16px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    border-radius: 20px;
    background: linear-gradient(to top, #35b6b0, #35b6b0);
}
.address-view h5{
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.social-links-one li a img {
    width: 15px;
    top: -3px;
    position: relative;
    filter: brightness(0) invert(1);
}
.social-icon-two li a img {
    width: 18px!important;
    top: -3px;
    position: relative;
    filter: brightness(0) invert(1);
}