/*** General CSS ***/
.btn,
.slider-btn a,
#sp_qc_submit {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff !important;
    background-color: rgba(0,0,0,0);
    border-radius: 0px;
    padding: 10px 30px 10px 30px !important;
    border: none;
    border: 1px solid;
    display: inline-block;
}
.slider-btn a:hover {
    background: transparent !important;
}
.slider-btn.white a {
    background: #fff !important;
}
.slider-btn.white a:hover {
    color: #fff !important;
}
.title h2 {
    color: #13455E;
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 20px;
}
.title.white h2,
.title.white h3 {
    color: #fff !important;
}
.title h2.white {
    color: #fff;
}
a.slider-btn {
  	color: #fff !important;
  	font-size: 14px !important;
  	font-weight: 500 !important;
  	letter-spacing: 1px !important;
  	padding: 0px 30px !important;
  	border-radius: 3px !important;
  	border: 2px solid !important;
  	display: inline-block;
  	cursor: pointer;
  	text-transform: uppercase !important;
  	-moz-transition: ease all 0.55s;
  	-o-transition: ease all 0.55s;
  	-webkit-transition: ease all 0.55s;
  	transition: ease all 0.55s;
  	line-height: 50px;
  	position: relative;
}
a.slider-btn:hover {
  	background: #fff !important;
}
a.slider-btn.right {
  	margin-left: 20px !important;
}
a.slider-btn.right:hover {
  	color: #fff !important;
}
/*** Shape ***/
.shape-top .elementor-shape-fill {
    fill: #fff;
}
.shape-bottom {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.shape-bottom svg {
    width: calc(285% + 1.3px);
    display: block;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.shape-bottom .elementor-shape-fill {
    fill: #fff;
}

/*** Header Area ***/
/* Top Header */
#sp-top-bar {
    background-color: #0d374c;
}
#sp-top-bar .container {
  	padding: 10px 15px;
}
#sp-top-bar > #sp-top1 p,
#sp-top-bar li,
#sp-top-bar a {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
}
#sp-top-bar li i {
    color: #fff;
}
#sp-top-bar ul {
  	margin: 0;
  	padding: 0;
}
#sp-top-bar ul li {
    display: inline-block;
}
#sp-top-bar p {
    color: #fff;
    margin: 0;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 13px;
}
ul.top-right li strong {
    display: none;
}
ul.top-right {
    text-align: right;
}
ul.top-right li em {
    padding-right: 10px;
}
ul.top-right li a {
    color: #fff !important;
}

/* Header Menu */
#sp-header {
    top: 0;
    height: inherit;
    width: 100%;
    z-index: 2;
    box-shadow: none;
    background: #13455e;
}
#sp-header.header-sticky {
    position: fixed;
    border-bottom: 1px solid;
    background: #13455e;
    top: 0;
  	box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    padding: 0 10px 0 0px;
}
body:not(.home) #sp-header {
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    position: static;
    background: #13455e;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}
.sp-megamenu-parent > li > span,
.sp-megamenu-parent > li > a {
    color: #fff;
  	padding: 0 20px;
}
.header-sticky .sp-megamenu-parent > li > a {
    line-height: 70px;
}
.sp-megamenu-parent > li a {
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.sp-megamenu-parent > li li a:hover {
    padding-left: 7px!important;
}
.sp-megamenu-parent > li li a:before {
    content: '+';
    left: -25px;
    width: 20px;
    position: relative;
    color: #001659;
    font-size: 18px;
    font-weight: 400!important;
    line-height: inherit;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    opacity: 0;
}
.sp-megamenu-parent > li li a:hover:before {
    opacity: 1;
    left: -5px;
}
body.ltr .sp-megamenu-parent > li.sp-has-child > a:after, 
body.ltr .sp-megamenu-parent > li.sp-has-child > span:after {
    position: absolute;
}
.sp-megamenu-parent > li:last-child > a {
    font-size: 13px;
    padding: 4px 14px !important;
    line-height: 2.5;
    margin: auto 0;
    margin-top: 25px;
    border-radius: 30px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    background-color: #59abb3;
    max-width: 100px;
}
.header-sticky .sp-megamenu-parent > li:last-child > a {
    margin-top: 15px;
}
.sp-megamenu-parent > li:last-child > a:hover {
     background-color: #448e95;
}
.sp-megamenu-parent > li > span:before,
.sp-megamenu-parent > li > a:before {
    content: " ";
    display: block;
    width: 0px;
    height: 1px;
    right: 0;
    margin: 0 auto;
    left: 0;
    position: absolute;
    bottom: 20%;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.sp-megamenu-parent > li:last-child > a:before {
    content: none;
}
.sp-megamenu-parent > li:hover > span:before,
.sp-megamenu-parent > li:hover > a:before,
.sp-megamenu-parent > li.active > a:before {
    width: 40px;
}

/* Canvas Menu */
.offcanvas-menu .offcanvas-inner .menu-child > li a {
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(197, 153, 153, 0.21);
    display: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 15px;
    font-weight: 500;
}
.burger-icon>span {
    background-color: #fff;
}
.offcanvas-menu > .align-items-center {
    background: #13455e;
}
.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #fff;
}

/*** Block Styles ***/
/* Promotion Slider */

/*** Services ***/
.services-item {
    height: 280px;
    position: relative;
    cursor: pointer;
}
.services-btn {
    font-size: 13px;
    font-weight: 400;
    background: #59ABB3 !important;
    border-radius: 30px 30px 30px 30px;
    padding: 7px 12px 7px 12px;
    border: 1px solid #fff;
    color: #fff !important;
    -webkit-transition: .4s ease-in-out;
    -o-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
.services-btn:hover {
    border: 1px solid #59ABB3;
}
.services-item .clearfix:first-child {
    position: absolute;
    z-index: 2;
    bottom: 0;
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.services-item:hover .clearfix:first-child {
    bottom: 60px !important;
}
.services-item .clearfix:last-child {
    bottom: 0;
    position: absolute;
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.services-item:hover .clearfix:last-child {
    transform: scaleY(1);
}
.services-item .clearfix:first-child {
    width: 100%;
    height: 100%;
}
.services-item.first .clearfix table {
    width: 100%;
}
.services-item.first .clearfix tr {
    line-height: 35px;
}
.services-item-top .sppb-addon-text h3 {
    font-size: 20px;
}

/*** Video ***/
a.btn-video {
    padding: 10px 30px;
    border-radius: 0;
    background: transparent;
    color: #fff !important;
}
a.btn-video:hover {
    background: transparent;
    transform: scale(1.05);
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.work {
    z-index: 2!important
}
.work .sppb-row > div:nth-child(1) {
    position: relative;
    z-index: 2;
}
.video-left .clearfix:nth-child(n+2) {
    display: inline-block;
}
.video {
    min-width: 80px;
    min-height: 80px;
    position: absolute;
    top: 34%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}
#video-popup-container {
    display:none;
    position: fixed;
    z-index: 996;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    top: 20%;
    background-color: #fff;
}
.video a {
    font-size: 0;
    position: relative;
}
.video a:before {
    content: '';
    position: absolute;
    top: 44%;
    left: 39%;
    width: 95px;
    height: 95px;
    margin-top: -46.5px;
    margin-left: -47.5px;
    border-radius: 50%;
    z-index: 10;
    border: 5px solid #fff;
}
.video a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 57%;
    margin-top: -10.5px;
    margin-left: -7px;
    border: solid 11px transparent;
    border-left: solid 17px;
    border-left-color: #fff;
    z-index: 10;
}
#video-popup-close {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 998;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    background-color: #000;
    line-height: 25px;
    color: #fff;
    opacity: 1;
}
#video-popup-iframe-container {
    position: absolute;
    z-index: 997;
    width: 100%;
    padding-bottom: 56.25%;
    border: 2px solid #000;
    border-radius: 2px;
    background-color: #000;
}
#video-popup-iframe {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
}
#video-popup-overlay {
    display: none;
    position: fixed;
    z-index: 995;
    top: 0;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    left: 0;
}
#video-popup-close:hover {
    color: #DE0023;
}
.btn-no-bg,
.btn-no-bg:hover {
    background: none;
    border: 0;
}

/*** Feature ***/
.feature-item {
    border: 1px solid #e5e5e5;
    padding: 50px 20px;
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.feature-item img {
    width: 40px;
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.feature-item .sppb-img-container img:hover {
    transform: scale(1.15);
}
.feature-item .btn-feature {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff !important;
    background-color: #13455E;
    border-radius: 0px 0px 0px 0px;
    padding: 7px 35px 7px 35px;
    margin-top: 10px;
    display: inline-block;
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}

/*** Dentists ***/
.dentists-item, .dentists-item .sppb-img-container {
    position: relative;
    overflow: hidden;
}
.dentists-item .sppb-img-container:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    z-index: 1;
    height: 100%;
    opacity: 0;
    width: 100%;
    background: rgba(237, 168, 40, 0.5);
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.dentists-item:hover .sppb-img-container:before {
    opacity: 1;
}
.dentists-item .sppb-addon-text {
    background: rgba(237, 168, 40, 0.5);
    padding: 15px;
}
.dentists-item .sppb-media-content h3 {
    padding: 15px;
}
.dentists-item .sppb-media-content {
    position: absolute;
    top: auto;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto 0;
    bottom: 0;
    z-index: 3;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s,-webkit-transform .35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}
.dentists-item:hover .sppb-media-content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/*** Meet ***/
.meet-item {
    border: 1px solid #106ca0;
    padding: 0px 30px 30px;
}
.meet-item h5 {
    color: #bfbfbf;
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 0.7em;
    letter-spacing: 2px;
}
.meet-item p {
    padding: 10px 0;
    margin-bottom: 20px;
}
.meet-item strong {
    display: none;
}
.meet-item a {
    padding: 0 5px;
    color: #29d8db;
}
.meet-item img {
    width: 120px;
    margin-top: -55px;
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.meet-item:hover img {
    transform: scale(1.15);
}

/*** List ***/
.list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 50%;
    float: left;
}
.list strong {
    display: none;
}
.list li {
    line-height: 30px;
}
.list em {
    color: #13455E;
    padding-right: 10px;
}

/*** Testimonial ***/
.testimonial {
    border-top: 1px solid #dae7e6;
}
.testimonial-item {
    padding: 50px 30px 30px;
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 14%);
    transition: all .4s ease-out 0s;
    -webkit-transition: all .4s ease-out 0s;
}
.testimonial-item .sppb-img-container {
    position: relative;
    display: inline-block !important;
}
.testimonial-item .sppb-img-container:before {
    content: '';
    position: absolute;
    right: -70px;
    width: 60px;
    z-index: 2;
    height: 60px;
    top: 23%;
    background-image: url(../images/trim.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonial-item img {
    width: 110px;
    border-radius: 50% 50% 50% 50%;
}

/*** Book ***/
.btn.book {
    background: #59abb3 !important;
    border-radius: 5px;
    border: none;
    text-transform: capitalize;
    padding: 12px 30px !important;
}
/*** ***/
.fund-item i {
    width: 85px !important;
    height: 85px !important;
    line-height: 85px !important;
    border: 2px solid #fff !important;
    border-radius: 50%;
}
/* Contact */
#sp-quickcontact-form textarea#message {
    width: 100%;
    color: #495057;
    font-size: 16px;
    padding: 0 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
}

/* Bottom Area */
/*** Contact ***/
.contact-icon .shrewd_solution_icon ul li a {
    background: #0f073f;
    color: #fff !important;
}

/*** Bottom ***/
#sp-bottom {
    position: relative;
    color: #a0aec6;
    float: left;
    width: 100%;
}
#sp-bottom .container {
    border-bottom: none;
}
#sp-bottom p {
    line-height: 2.2;
}
#sp-bottom h3 {
    color: #fff;
    line-height: 1em;
    position: relative;
    padding-bottom: 20px;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
#sp-bottom h3:before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -1px;
    height: 1px;
    width: 40px;
    display: inline-block;
}
#sp-bottom p a {
    font-weight: 700;
}
#sp-bottom a {
    color: #a0aec6 !important;
}
#sp-bottom1 em {
    padding-right: 10px;
}
#sp-bottom1 ul li {
    padding-bottom: 8px;
}
#sp-bottom1 strong {
    display: none;
}
#sp-bottom2 ul li {
    border-bottom: 1px solid rgba(255,255,255,.1);
    padding-bottom: 5px;
    margin-bottom: 5px;
}
#sp-bottom2 ul li:last-child {
    border-bottom: none;
}
#sp-bottom2 ul li a {
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase !important;
}
#sp-bottom2 ul li,
#sp-bottom3 ul li {
    list-style: none;
    line-height: 35px;
}
#sp-bottom3 .working-day {
    display: inline-block;
    width: 100%;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    font-size: 14px;
}
#sp-bottom3 .working-day .left {
    width: 50%;
    float: left;
}
#sp-bottom3 .working-day .right {
    width: 50%;
    float: right;
    text-align: right;
}

/* Footer Copyright */
#sp-footer {
    text-align: center;
}
#sp-footer1 {
  	padding-top: 27px;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
        max-width: 1320px;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {

  
}

/* Tablet Portrait Layout */
@media (min-width: 768px) and (max-width: 979px) {

  
}

/* Mobile Standard Layout */
@media (max-width: 768px) {
	.slider-btn a {
        font-size: 9px !important;
        text-align: center !important;
        padding: 7px 20px!important;
	}
  	.slider-btn.no-bg a {
    	width: 135px;
  	}
  	a.slider-btn {
    	padding: 0px 5px !important;
  	}
  	a.slider-btn.right {
    	margin-left: 5px !important;
  	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	a.slider-btn {
    	padding: 0px 25px !important;
  	}
	a.slider-btn.right {
        margin-left: 0px!important;
        margin-top: 20px !important;
	} 
}

/*** Color Variables ***/
/* Get Variables */
:root {
    --background-color: currentColor;
    --background: currentColor;
    --text-color: currentColor;
}

/* General */
#sp_qc_submit,
#sp_qc_submit:hover,
#sp_qc_submit,
#sp-bottom .menu li a:before,
.about-us .sppb-title-heading:before,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:after {
    background-color: var(--background-color);
}
#sp_qc_submit:before,
body.ltr .sp-megamenu-parent > li .sp-menu-badge,
.sp-megamenu-parent > li .sp-menu-badge {
   background: var(--background-color)!important;
}
#sp_qc_submit,
.video-item figure a:hover:after,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li:hover > a,
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
	color: var(--text-color);
}
.meet-item h3,
#sp-bottom a:hover,
#sp-bottom .menu li.active a,
sp-bottom .menu li a:hover,
#sp-bottom1 ul:hover .text,
#sp-bottom1 ul:hover .icon em,
.top-right a, ul.top-left li em,
.title-video, ul.top-right li em,
.slider-btn a:hover, .slider-btn.white a,
.title h3, a.btn-video:hover, 
#sp-bottom1 em, .meet-item h3, a.slider-btn.right, .fund-item i, .fund-item h3 {
  	color: var(--text-color)!important;
}
#sp_qc_submit, .bg-colum, .slider-btn a,
#sp-header.header-sticky, a.btn-video:hover,
.feature-item:hover, .testimonial-item:hover, .fund-item i, a.slider-btn {
   border-color:var(--text-color)!important;
}
.btn-large, .button.btn-large,
.sppb-panel-modern>.sppb-panel-heading.active:after,
.services-colum, .counter-item .sppb-icon-container,
.contact-info a:hover, .btn, .btn.black:hover,
.services-item:after, #sp-bottom h3:before,
.contact-icon .shrewd_solution_icon ul li a:hover,
.slider-btn a, .slider-btn.white a:hover, 
.feature-item .btn-feature:hover,
#sp-quickcontact-form #sp_qc_submit:hover,
.sp-megamenu-parent > li > a:before, a.slider-btn.left, a.slider-btn.right:hover {
    background: var(--background-color)!important;
}
.video-item figure a:after:hover, .fund-item i {
    border: 1px solid var(--text-color);
}