@charset "utf-8";
/* CSS Document */
body {
	padding: 0px;
    margin: 0px;
	font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #808285;
    font-weight: 400;
}
a {
	color: #0f90d4;
	text-decoration: underline;
}
a:hover , a:focus {
	color: #333333;
	text-decoration: underline;
}
hr {
    width: 100%;
	margin: 10px 0 20px 0;
    border: none;
	border-top: 1px solid #c7c7c7 !important;
}
.p-0 {
	padding-right: 0;
	padding-left: 0;
}
p {
    margin: 0;
    outline:0 !important;
    
}
.pum-content:focus-visible{
	outline:0 !important;
}
.pum-content:focus{
	outline:0 !important;
}
#wrap {
	float:left;
	width:100%;
}
.container {
	max-width:1250px;
	padding:0;
	margin:0px auto;
}
#header {
	position: relative;
	float: left;
	width: 100%;
	padding: 20px;
	background-color: #ffffff;
}
#header .logo {
	float: left;
	width: 392px;
}
#header .logo img {
	width: 100%;
	height: auto;
}
#header .top_right {
	float: right;
	width: auto;
}
#header .top_right .call_sec {
	position: relative;
	float: right;
	width: auto;
	padding: 0 0 0 30px;
	font-size: 20px;
	color: #7c7c7c;
	font-weight: 600;
}
#header .top_right .call_sec:before {
	position: absolute;
	content: "\F3F2";
	font-family: "Material Design Icons";
    font-size: 20px;
    color: #0f90d4;
	left: 0;
	top: 0;
}
#header .top_right .call_sec a {
	display: inline-block;
	font-size: 20px;
	color: #0f90d4;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}
#header .top_right .call_sec a:hover {
	color: #333333;
}
/*-------------- Sticky Header Start --------------*/

#header.stiky {	
	position: sticky;
    top: 0;
    z-index: 3;
	background: #ffffff;
	transition: all .3s ease-in-out;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}

/*-------------- Sticky Header End --------------*/
#mainNav {
    float: right;
    width: auto;
	padding: 15px 0 0 0;
	clear: right;
}
#mainNav ul.menu {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#mainNav ul.menu li {
    position: relative;
    float: left;
    width: auto;
    padding: 0 15px;
}
#mainNav ul.menu li:last-child {
	padding: 0 0 0 15px;
}
#mainNav ul.menu li a {
    display: block;
	padding-bottom: 5px;
	border-bottom: 1px solid transparent;
    font-size: 16px;
    color: #535353;
    font-weight: 400;
    text-decoration: none;
    transition: all .25s ease-in-out;
}
#mainNav ul.menu li > a:hover,
#mainNav ul.menu li.current-menu-ancestor > a,
#mainNav ul.menu > li.current_page_item > a {
	border-bottom: 1px solid #0f90d4;
	color: #0f90d4;
}
#mainNav ul.menu li.menu-item-has-children a {
	padding-right: 14px;
}
#mainNav ul.menu li.menu-item-has-children > a:after {
	content: "\f140";
    font-family: "Material Design Icons";
    font-size: 18px;
    position: absolute;
}
#mainNav ul li a svg {
	display: none;
}
#mainNav ul.menu > li:hover > ul.sub-menu {
	display: block;
}
#mainNav ul.menu li ul.sub-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 250px;
	background-color: #0f90d4;
	position: absolute;
	top: 100%;
	left: 10px;
	z-index: 2;
	display: none;
}
#mainNav ul.menu li ul.sub-menu li {
	float: left;
	width: 100%;
	padding: 0 0px;
}
#mainNav ul.menu li ul.sub-menu li a {
	padding: 10px 12px;
	border-radius: 0px;
	font-size: 16px;
	color: #ffffff;
	text-transform: none;
}
#mainNav ul.menu li ul.sub-menu li a {
	border: none;
}
#mainNav ul.menu li ul.sub-menu li a:hover,
#mainNav ul.menu li ul.sub-menu li:hover > a,
#mainNav ul.menu li ul.sub-menu li.current-page-ancestor > a,
#mainNav ul.menu li ul.sub-menu li.current_page_item > a {
	background-color: #2eabed;
	text-decoration: none;
}
#mainNav ul.menu li ul.sub-menu li.menu-item-has-children > a:after {
	content: "\f142";
    right: 10px;
}
#mainNav ul.menu li ul li ul.sub-menu {
	top: 0;
	left: 100%;
	display: none;
}
#mainNav ul.menu > li > ul > li:hover > ul.sub-menu {
	display: block;
}
.mobile_menu {
	display: none;
}

#slider {
	position: relative;
	float: left;
	width: 100%;
}
#slider .owl-item .item:after {
	content: "";
    width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
}
#slider > [id*="rev_slider_"] rs-slide:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.3);
}
#slider > [id*="rev_slider_"] .persephone.tparrows {
	border-radius: 50%;
}

#slider .owl-carousel .owl-item {
    overflow: hidden;
}
#slider .container {
    position: absolute;
	top: 0;   
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}
#slider .caption {
	position: absolute;
	width: 60%;
    top: 75%;
    left: 50%;
    transform: translateX(-50%) translateY(-70%);
    text-align: center;
	z-index: 1;
}
#slider .caption h1 {
	margin: 0 0 10px 0;
	font-size: 50px;
	color: #ffffff;
	font-weight: 600;
	line-height: 70px;
}
#slider .caption p {
	margin: 0 0 20px 0;
	font-size: 26px;
	color: #ffffff;
	font-weight: 400;
	line-height: 36px;
}
#slider .caption .appointment_btn {
	position: relative;
	display: inline-block;
	padding: 18px 40px;
	background-color: #0f90d4;
	font-size: 18px;
	color: #ffffff;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
}
#slider .caption .appointment_btn:hover {
	background-color: #000000;
}
#slider .owl-theme .owl-nav button.owl-prev {
    left: 50px;
}
#slider .owl-theme .owl-nav button.owl-next {
    right: 50px;
}
/*---------mobile navigation---------------*/
#slider .owl-theme .owl-dots {
	position: absolute;
    width: 100%;
    bottom: 25px;
}
#slider .owl-theme .owl-dots .owl-dot span {
	width: 13px;
    height: 13px;
    background-color: #000000;
}
#slider .owl-theme .owl-dots .owl-dot.active span, 
#slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #0f90d4;
}
#middle {
	float: left;
	width: 100%;
}
#serviceMain {
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}
#serviceMain h2 {
	position: relative;
	padding: 0 0 20px 0;
	margin: 0 0 50px 0;
	font-size: 35px;
	color: #0f90d4;
	font-weight: 600;
	line-height: 45px;
}
#serviceMain h2:after {
	position: absolute;
	content: '';
	margin: 0 auto;
	width: 47px;
	height: 11px;
	background-image:url(../images/heading-after-img.png);
	background-repeat: no-repeat;
	left: 0;
    right: 0;
    bottom: 0;
}
#serviceMain .service_item {
	float: left;
	width: 100%;
	height: 100%;
	padding: 35px 30px;
	background-color: #ffffff;
	border: 1px solid #ededed;
	text-decoration: none;
    transition: all 0.3s ease-in-out;
	cursor: pointer;
}
#serviceMain .service_item:hover {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}
#serviceMain .service_item  a {
	display: inline-block;
	width: 100%;
	text-decoration: none;
}
#serviceMain .service_item .service_icon {
	margin-bottom: 20px;
}
#serviceMain .service_item .service_icon img {
	max-width: 100%;
	height: auto;
}
#serviceMain .service_item .service_caption {	
	width: 100%;
}
#serviceMain .service_item .service_caption h3 {
	margin: 0 0 20px 0;
	font-size: 25px;
	color: #333333;
	font-weight: 600;
	line-height: 35px;
}
#serviceMain .service_item .service_caption p {
	margin: 0 0 30px 0;
	min-height: 104px;
	font-size: 18px;
	color: #808285;
	font-weight: 400;
	line-height: 26px;
}
#serviceMain .service_item .service_caption .read_btn {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-color:transparent;
	border: 1px solid #0f90d4;
	font-size: 0px;
	color: #0f90d4;
	text-align: center;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
#serviceMain .service_item .service_caption .read_btn i {
	font-size: 18px;
    line-height: 38px;
}
#aboutMain {
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #fbfafd;
}
#aboutMain .about_cont {
	float: left;
	width: 100%;
}
#aboutMain .about_cont h2 {
	position: relative;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    font-size: 35px;
    color: #0f90d4;
    font-weight: 600;
    line-height: 45px;
}
#aboutMain .about_cont h2:after {
	position: absolute;
    content: '';
    width: 47px;
    height: 11px;
    background-image: url(../images/before-after-img.png);
    background-repeat: no-repeat;
    left: 0;
	bottom: 0;    
}
#aboutMain .about_cont p {
    margin: 0 0 30px 0;
    font-size: 16px;
    color: #808285;
    font-weight: 400;
    line-height: 28px;
}
#aboutMain .about_cont p:last-child {
	margin: 0;
}
#aboutMain .about_cont p strong {
	font-size: 20px;
	font-weight: 600;
	font-style: italic;
}
#ourServices {
	padding-top: 50px;
	padding-bottom: 50px;
}
#ourServices .image {
	display: block;
}
#ourServices .service-listing:nth-child(odd) .image {
	order: 2;
}
/*#ourServices .service-listing:nth-child(odd) .image .blank_image:after { right: 0px;}*/
#ourServices .image img {
	max-width: 100%;
	height: auto;
}
#ourServices .image .blank_image {
	position: relative;	
	float: left;
	margin-bottom: 100px;
}
#ourServices .service-listing:nth-child(odd) .image .blank_image {
	float: right;
}
#ourServices .image .blank_image:before {
	position: absolute;
	content: '';
	width: 350px;
	height: 15px;
	background-color: #00b085;
	left: 0;
	top: -15px;
}
#ourServices .image .blank_image:after {
	position: absolute;
	content: '';
	width: 350px;
	height: 15px;
	background-color: #00b085;
	right: 0;
	bottom: -15px;
}
#ourServices .content {
	margin-bottom: 100px;
}
#ourServices .content h2 {
    position: relative;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    font-size: 35px;
    color: #0f90d4;
    font-weight: 600;
    line-height: 45px;
}
#ourServices .content h2:after {
    position: absolute;
    content: '';
    width: 47px;
    height: 11px;
    background-image: url(../images/before-after-img.png);
    background-repeat: no-repeat;
    left: 0;
    bottom: 0; 
}
#ourServices .content p {
    margin: 0 0 30px 0;
    font-size: 16px;
    color: #808285;
    font-weight: 400;
    line-height: 28px;
}
#ourServices .content .more_btn {
	display: inline-block;
	padding: 11px 30px;
	background-color: transparent;	
	border: 1px solid #00af85;	
	font-size: 16px;
	color: #00af85;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}
#ourServices .content .more_btn:hover {
	background-color: #0f90d4;
	border: 1px solid #0f90d4;
	color: #ffffff;
}
#articleMain {
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #fbfafd;
}
#articleMain h2 {
    position: relative;
    padding: 0 0 20px 0;
    margin: 0 0 50px 0;
    font-size: 35px;
    color: #0f90d4;
    font-weight: 600;
    line-height: 45px;
	text-align: center;
}
#articleMain h2:after {
	position: absolute;
    content: '';
    width: 47px;
    height: 11px;
	margin: 0 auto;
    background-image: url(../images/before-after-img.png);
    background-repeat: no-repeat;
    left: 0;
    bottom: 0;
	right: 0;
}
#articleMain .article_item {
	float:left;
	width: 100%;
	margin-bottom: 0;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}
#articleMain .article_item .post_thumb {
	display: block;
}
#articleMain .article_item .post_thumb img {
	width: 100%;
	height: auto;
}
#articleMain .article_item .article_cont {
	padding: 30px 50px 30px 20px;
	background-color: #ffffff;
}
#articleMain .article_item .article_cont h4 {
	margin: 0 0 10px 0;
	font-size: 22px;
	color: #0f90d4;
	font-weight: 600;
	line-height: 32px;
}
#articleMain .article_item .article_cont h4 a {
	color: #0f90d4;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
#articleMain .article_item .article_cont h4 a:hover {
	color: #000000;
}
#articleMain .article_item .article_cont p { 
	margin: 0 0 20px 0;
	min-height: 84px;
	font-size: 16px;
    color: #808285;
    font-weight: 400;
    line-height: 28px;
}
#articleMain .article_item .article_cont .button {
	display: inline-block;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #0f90d4;
	font-size: 16px;
	color: #0f90d4;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}
#articleMain .article_item .article_cont .button:hover {
	border-bottom: 1px solid #000000;
	color: #000000;
}
#testimonialMain {
	padding-top: 60px;
	padding-bottom: 60px;
	text-align: center;
}
#testimonialMain h2 {
	position: relative;
    padding: 0 0 20px 0;
    margin: 0 0 50px 0;
    font-size: 35px;
    color: #0f90d4;
    font-weight: 600;
    line-height: 45px;
}
#testimonialMain h2:after {
	position: absolute;
    content: '';
    width: 47px;
    height: 11px;
    margin: 0 auto;
    background-image: url(../images/before-after-img.png);
    background-repeat: no-repeat;
    left: 0;
    bottom: 0;
    right: 0;
}
#testimonialMain .testimonial-listing.owl-carousel .owl-stage-outer {
	padding: 0 0 50px 0;
}
#testimonialMain .testimonial-listing .testimonial_box {
	position: relative;
	display: block;
    margin: 0 auto;
    width: 45%;
}
#testimonialMain .testimonial-listing .testimonial_box:before {
	position: absolute;
	content: '';
	width: 48px;
	height: 36px;
	background-image: url(../images/quote-icon.png);
    background-repeat: no-repeat;
	left: -50px;
	top: 5px;
}
#testimonialMain .testimonial-listing .testimonial_box p {
	margin: 0 0 20px 0;
	font-size: 20px;
	color: #808285;
	font-weight: 400;
	line-height: 28px;
}
#testimonialMain .testimonial-listing .testimonial_box h4 {
	margin: 0 0 0 0;
	font-size: 22px;
	color: #0f90d4;
	font-weight: 600;
	line-height: 28px;
}
#testimonialMain .testimonial-listing.owl-theme .owl-dots .owl-dot span {
	width: 13px;
    height: 13px;
    background-color: #00af85;
}
#testimonialMain .testimonial-listing.owl-theme .owl-dots .owl-dot.active span, 
#testimonialMain .testimonial-listing.owl-theme .owl-dots .owl-dot:hover span {
    background: #0f90d4;
}
#footer {
	float: left;
	width: 100%;
	background-color: #2f2f2f;
}
#footer .footerSection {
    float: left;
    width: 100%;
    padding-top: 55px;
    padding-bottom: 55px;
}
#footer .footerSection h4 {
    margin: 0 0 15px 0;
    font-size: 16px;
    color: #00af85;
    font-weight: 600;
	line-height: 26px;
	text-transform: uppercase;
}
#footer .footerSection .ftr_logo {
	display: block;
} 
#footer .footerSection .ftr_logo img {
	max-width: 100%;
	height: auto;
}
#footer .footerSection .ftr_logo ul {
    float: left;
    width: 100%;
    padding: 0;
    margin: 25px 0 0 0;
    list-style-type: none;
}
#footer .footerSection .ftr_logo ul li {
   	display: inline-block;
	padding: 0 6px 0 0;
}
#footer .footerSection .ftr_logo ul li a {
	display: inline-block;
	width: 37px;
	height: 37px;
	border: 1px solid #ffffff;
    border-radius: 50%;
	font-size: 20px;
	color: #ffffff;
	line-height: 36px;
	text-align:center;
	text-decoration: none;
	transition: all .3s ease-out;
}
#footer .footerSection .ftr_menu {
	display: block;
}
#footer .footerSection .ftr_menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#footer .footerSection .ftr_menu ul li {
	padding: 0 0 5px 0;
	font-size: 16px;
	color: #b0b0b0;
	font-weight: 300;
	line-height: 28px;	
}
#footer .footerSection .ftr_menu ul li a {
	color: #b0b0b0;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
#footer .footerSection .ftr_menu ul li a:hover {
	color: #0f90d4;
}
#footer .footerSection .ftr_hours {
	display: block;
}
#footer .footerSection .ftr_hours ul {
	padding: 0;
    margin: 0;
    list-style: none;
}
#footer .footerSection .ftr_hours ul li {
	padding: 0 0 5px 0;
    font-size: 15px;
    color: #b0b0b0;

    font-weight: 300;
    line-height: 28px;
}
#footer .footerSection .ftr_newslatter {
	display: block; 
}
/*#footer .footerSection .ftr_newslatter .newslatter_form {
	float: left;
	width: 100%;
}
#footer .footerSection .ftr_newslatter .newslatter_form .form-group {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
#footer .footerSection .ftr_newslatter .newslatter_form .form-group .form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 7px 20px;
    margin-bottom: 0px;
    outline: 0;
    border: 0px solid #dcdcdc;
    background-color: #5a5a5a;
    border-radius: 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#footer .footerSection .ftr_newslatter .newslatter_form .form-group .form-control::placeholder {
	color: #ffffff;
}
#footer .footerSection .ftr_newslatter .newslatter_form .form-group .submit_btn {
	display: inline-block;
    padding: 13px 37px;
    outline: 0;
    border: none;
    background-color: #0f90d4;
    border-radius: 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    text-decoration: none;
    transition: all .25s ease-out;
}
#footer .footerSection .ftr_newslatter .newslatter_form .form-group .submit_btn:hover {
	background-color: #00b085;
}*/

/*----------mailpoet css----------------*/
#footer .footerSection .ftr_newslatter #mailpoet_form_1 form.mailpoet_form {
	padding: 0;
}

#footer .footerSection .ftr_newslatter #mailpoet_form_1 .mailpoet_paragraph {
	float: left;
    width: 100%;
	line-height: 20px;
    margin-bottom: 20px;
}
#footer .footerSection .ftr_newslatter #mailpoet_form_1 .mailpoet_paragraph.last {
	margin-bottom: 0;
}
#footer .footerSection .ftr_newslatter #mailpoet_form_1 form.mailpoet_form {
	padding: 0;
}

#footer .footerSection .ftr_newslatter .mailpoet_form .mailpoet_paragraph {
	float: left;
    width: 100%;
	line-height: 20px;
    margin-bottom: 20px;
}
#footer .footerSection .ftr_newslatter .mailpoet_form .mailpoet_paragraph.last {
	margin-bottom: 0;
}
 
#footer .footerSection .ftr_newslatter #mailpoet_form_1 .mailpoet_text, 
#footer .footerSection .ftr_newslatter #mailpoet_form_1 .mailpoet_textarea {
	float: left;
	width: 100%;
    height: 45px;
    padding: 7px 20px !important;
    margin-bottom: 0px !important;
    outline: 0;
    border: 0px solid #dcdcdc;
    background-color: #5a5a5a;
    border-radius: 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#footer .footerSection .ftr_newslatter #mailpoet_form_1 .mailpoet_text::placeholder, 
#footer .footerSection .ftr_newslatter #mailpoet_form_1 .mailpoet_textarea::placeholder {
	color: #ffffff;
}

.parsley-errors-list {
	float: left;
	width: 100%;
}

#footer .footerSection .ftr_newslatter #mailpoet_form_1 .mailpoet_submit {
	display: inline-block;
	width: auto !important;
    padding: 13px 37px !important;
    outline: 0;
    border: none;
    background-color: #0f90d4;
    border-radius: 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    text-decoration: none;
    transition: all .25s ease-out;
}
#footer .footerSection .ftr_newslatter #mailpoet_form_1 .mailpoet_submit:hover {
	background-color: #00b085;
}

#footer .footerBottom {
	float: left;
    width: 100%;
    background-color: #00af85;
    padding-top: 15px;
    padding-bottom: 15px;
}

#footer .footerBottom .copyright {
    font-size: 14px;
    color: #ffffff;
}

/* contact form 7 */
.wpcf7-form-control-wrap { display: block; }
body .wpcf7 form .wpcf7-response-output { float: left; width: 100%; padding: 10px; margin: 0; box-sizing: border-box; }
body span.wpcf7-not-valid-tip { position: absolute; top: 3px; right: 4px; font-size: 12px; white-space: nowrap; }
body .wpcf7-not-valid {	border-color: #f00 !important; }


/*----------------- Inner Pages -----------------*/

.alignleft, .alignnone { float: left; max-width: 100%; height: auto; margin: 0 20px 20px 0; border: 8px solid #0f90d4; }
.alignright { float: right; max-width: 100%; height: auto; margin: 0 0 20px 20px; border: 8px solid #0f90d4; }
.aligncenter { float: none; display: block; max-width: 100%; height: auto; margin: 0 auto 20px auto; }



#innerBanner {
	position: relative;
	float: left;
	width: 100%;
	overflow: hidden;
}
#innerBanner:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
}
#innerBanner img {
	width: 100%;
	height: auto;
}
#innerBanner .container {
	position: absolute;
	top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}
#innerBanner .caption {
	position: absolute;
    width: 100%;
    top: 75%;
    left: 50%;
    transform: translateX(-50%) translateY(-70%);
    text-align: center;
    z-index: 1;
}
#innerBanner .caption h1 {
    margin: 0 0 10px 0;
    font-size: 50px;
    color: #ffffff;
    font-weight: 600;
    line-height: 70px;
}
#innerBanner .caption .breadcrumbs {
	font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    line-height: normal;
}
#innerBanner .caption .breadcrumbs a {
    color: #ffffff;
    text-decoration: none;
	transition: all 0.3s ease-in-out;
}
#innerBanner .caption .breadcrumbs a:hover {
    color: #000000;
    text-decoration: none;
}
.innerSection {
	padding-top: 70px;
	padding-bottom: 70px;
}
.innerSection h2 {
	position: relative;
    padding: 0 0 20px 0;
    margin: 0 0 30px 0;
    font-size: 35px;
    color: #0f90d4;
    font-weight: 600;
    line-height: 45px;
}
.innerSection h2:after {
    position: absolute;
    content: '';
    width: 47px;
    height: 11px;
    background-image: url(../images/before-after-img.png);
    background-repeat: no-repeat;
    left: 0;
    bottom: 0;
}
.innerSection h3 {
	position: relative;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    font-size: 30px;
    color: #0f90d4;
    font-weight: 600;
    line-height: 40px;
}
.innerSection h3:after {
    position: absolute;
    content: '';
    width: 47px;
    height: 11px;
    background-image: url(../images/before-after-img.png);
    background-repeat: no-repeat;
    left: 0;
    bottom: 0;
}
.innerSection h4 {
    margin: 0 0 20px 0;
    font-size: 25px;
    color: #0f90d4;
    font-weight: 600;
    line-height: 35px;
}
.innerSection p {
    margin: 0 0 30px 0;
    font-size: 18px;
    color: #808285;
    font-weight: 400;
    line-height: 28px;
}
.innerSection ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.innerSection ul li {
	position: relative;
    padding: 0 0 10px 30px;
    font-size: 18px;
    color: #808285;
    font-weight: 400;
    line-height: 28px;
}
.innerSection ul li:last-child {
	padding: 0 0 30px 30px;
}
.innerSection ul li:before {
	position: absolute;
    content: "\f5e1";
    font-family: 'Material Design Icons';
    font-size: 20px;
    color: #0f90d4;    
    top: 0;
    left: 0;
}
.innerSection ul li a {
	color: #808285;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.innerSection ul li a:hover {
	color: #0f90d4;
	text-decoration: underline;
}
.innerSection ol {
	margin: 0 0 20px 0;
	padding: 0 0 0 25px;
	list-style: decimal;
}
.innerSection ol li {
	padding: 0 0 10px 0;
	font-size: 18px;
    color: #808285;
    font-weight: 400;
    line-height: 28px;
}
.innerSection .download_btn {
	position: relative;
    display: inline-block !important;
	width: auto !important;
    padding: 15px 25px !important;
    background-color: #0f90d4;
    font-size: 18px;
    color: #ffffff !important;
    font-weight: 600;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}
.innerSection .download_btn:hover {
	background-color: #000000;
}
.innerSection .wp-block-columns .wp-block-column ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.innerSection .wp-block-columns:last-child .wp-block-column:last-child ul {
	column-count: 2;
}
.innerSection .resource_link ul li {
	float: left;
	width: 100%;	
	padding: 0 0 10px 0;
}
.innerSection .resource_link ul li a {
	display: inline-block;
	font-size: 16px;
	color: #808285;
	text-decoration: underline;
}
.innerSection .resource_link ul li:before {
	display: none;
}
.innerSection .resource_link ul li a:hover {
	color: #0f90d4;
}

/*--------------- about-us page -------------------*/

.innerSection .about_image {
	float: left;
	width: 100%;
}
.innerSection .about_image img {
	width: 100%;
	height: auto;
}
#innerSection .about_image h4 {
	margin: 0;
    font-size: 22px;
    color: #0f90d4;
    font-weight: 600;
    line-height: 32px;
}


/*--------------- team page -------------------*/

.innerSection .our_team {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}
.innerSection .our_team .item {
	margin-bottom: 30px;
}
.innerSection .our_team .item a {
	display: block;
	height: 100%;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	text-decoration: none;
}
.innerSection .our_team .item img {
	width: 100%;
	height: auto;
}
.innerSection .our_team .item .info {
	padding: 15px;
}
.innerSection .our_team .item h4 {
	margin: 0;
	font-size: 22px;
	color: #0f90d4;
	font-weight: 600;
	line-height: 30px;
	text-transform: none;
	transition: all .25s ease-out;
}
.innerSection .our_team .item h5 {
	margin: 0;
	font-size: 18px;
	color: #808285;
	font-weight: 400;
	line-height: 28px;
	text-transform: none;
	transition: all .25s ease-out;
}

[id*="team_content"] h4 {
	margin: 0;
    font-size: 22px;
    color: #0f90d4;
    font-weight: 600;
    line-height: 30px;
	text-transform: none;
}
[id*="team_content"] h5 {
	margin: 0 0 10px 0;
    font-size: 18px;
    color: #808285;
    font-weight: 400;
    line-height: 28px;
	text-transform: none;
	transition: all .25s ease-out;
}
[id*="team_content"] p {
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #808285;
	font-weight: 400;
	line-height: 28px;
}
[id*="team-content-"] p:last-child {
	margin-bottom: 0;
}
[id*="team_content"] ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
[id*="team_content"] ul li {
	position: relative;
	float: left;
    width: 100%;
    padding: 0 0 15px 25px;
	font-size: 16px;
    color: #808285;
    font-weight: 400;
    line-height: 28px;
}
[id*="team_content"] ul li:before {
	position: absolute;
	content: '\f135';
	font-family: "Material Design Icons";
    font-size: 18px;
    color: #0f90d4;
    left: 0;
    top: 0;
}
[id*="team_content"] ul li:last-child {
	padding: 0 0 25px 25px;
}

/*---------------------------*/
.testimonial_sec {
	float: left;
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}
.testimonial_sec .item_listing {
	float: left;
	width: 100%;
	padding: 20px;
	margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
}
.testimonial_sec .item_listing .item {
	float: left;
	width: 100%;	
}
.testimonial_sec .item_listing .item .item_icon {
	float: left;
	width: 5%;
	margin-right: 2%;
}
.testimonial_sec .item_listing .item .item_text {
	float: left;
	width: 93%;
}

/*-------- appointment-requset page -----------*/
.appointment_form {
	float: left;
	width: 100%;
	padding: 0 0 30px 0;
}
.appointment_form .form-group {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.appointment_form .field {
    float: left;
    width: 100%;
}
.appointment_form .field .form-group.half {
	width: 49%; 
	margin-right: 2%;
}
.appointment_form .field .form-group.half:last-child {
	margin-right: 0%;
}
.appointment_form .field .form-group .form-control {
	display: inline-block;
    width: 100%;
    height: 50px;
    padding: 10px 14px;
    margin-bottom: 0px;
    outline: 0;
    border: 1px solid #d7d7d7;
    background-color: transparent;
    border-radius: 0px;
    font-size: 18px;
    color: #808285;
    font-weight: 400;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.appointment_form .field .form-group .form-control::placeholder {
	color: #808285;
}
.appointment_form .field .form-group textarea.form-control {
	height: auto;
    resize: none;
}
.appointment_form .field .form-group .submit_btn {
	display: inline-block;
	width: auto;
    padding: 13px 50px;
    border: none;
    background-color: #0f90d4;
    border-radius: 0px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    line-height: normal;
	letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
}
.appointment_form .field .form-group  .submit_btn:hover {
	background-color: #00af85;
}

/*----------------- blog page -----------------*/
.left_content {
	float: left;
    width: 100%;
}
.left_content .search-form {
	position: relative;
    padding: 20px 0;
}
.left_content .search-form label {
	font-size: 20px;
    color: #333333;
    font-weight: 700;
}
.left_content .search-form .search-field {
	display: inline-block;
    width: 100%;
    height: 50px;
    padding: 7px 60px 7px 10px;
    margin-bottom: 0;
    border: 2px solid #162c4c;
	outline: 0;
    background-color: #fff;
	border-radius: 0px;
    font-size: 20px;
    color: #000000;
    line-height: normal;
    vertical-align: top;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.left_content .search-form .search-field::placeholder {
    color: #000000;
}
.left_content .search-form .search-submit {
    display: inline-block;
    min-width: auto;
    padding: 3px 10px;
    margin: 0;
    background-color: transparent;
	background-image: none;
    border: none;
	font-size: 30px;
	color: #162c4c;
    line-height: 40px;
    text-decoration: none;
	cursor: pointer;
	position: absolute;
    top: 58px;
    right: 0;
}
.left_content .search-form .search-submit:hover {
	color: #de5128;
}

.blog_items {
    margin-bottom: 50px;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}
.blog_items .blog-image {
    margin-bottom: 0;
}
.blog_items .blog-image a {
    position: relative;
	display: inline-block;
	vertical-align: top;
}
.blog_items .blog-image img {
    max-width: 100%;
	height: auto;
}


.blog_items .blog-cont {
	padding: 30px 20px;
    background-color: #ffffff;
	width: 100%;
}
.blog_items .blog-cont h5 {
	margin: 0 0 10px 0;
	font-size: 22px;
	color: #0f90d4;
	font-weight: 600;
	line-height: 32px;
}
.blog_items .blog-cont h5 a {
	color: #0f90d4;
	text-decoration: none;
	transition: .5s all;
}
.blog_items .blog-cont h5 a:hover {
	color: #000000;
}

.blog_items .blog-cont p {
	margin: 0 0 20px 0;
	min-height: 112px;
    font-size: 16px;
    color: #808285;
    font-weight: 400;
    line-height: 28px;
}
.blog_items h2.entry-title {
    margin: 0 0 10px 0;
    font-size: 30px;
    color: #0f90d4;
    font-weight: 600;
    line-height: 45px;
}
.blog_items h2.entry-title a {
    color: #000000;
	text-decoration: none;
	transition: .5s all;
}
.blog_items h2.entry-title a:hover {
    color: #de5128;
}
.blog_items p.post-meta {
    margin-bottom: 10px;
	font-size: 18px;
}
.blog_items p.post-meta a {
    color: #808285;
	text-decoration: none;
	transition: .5s all;
}
.blog_items p.post-meta a:hover {
    color: #0f90d4;
}
.blog_items p {
    margin: 0 0 20px 0;
    font-size: 18px;
    color: #808285;
    font-weight: 400;
    line-height: 28px;
}
.blog_items h2 {
	margin: 0 0 15px 0;
	font-weight: 500;
}
.blog_items h3 {
    margin: 0 0 10px 0;
	
    font-size: 25px;
    color: #000000;
	font-weight: 400;
    line-height: normal;
}
.blog_items .blog-read-more {
	display: inline-block;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #0f90d4;
	font-size: 16px;
	color: #0f90d4;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}
.blog_items .blog-read-more:hover {
	border-bottom: 1px solid #000000;
	color: #000000;
}
.blog_items .share {
    margin-top: 20px;
	clear: both;
}
.blog_items .share #os-share-more {
	transform: translateX(-50%);
}
.single .blog_items {
	margin-bottom: 0px;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}
.single .blog_items .post-media {
    margin-bottom: 20px;
}
.single .blog_items .post-media img {
    width: 100%;
	height: auto;
}
.blog_sidebar {
	padding: 0px;
    margin-bottom: 30px;
	border: 1px solid #0f90d4;
}
.blog_sidebar:last-child {
    margin-bottom: 0px;
}
.blog_sidebar .title {
	padding: 10px;
	margin: 0;
	background-color: #0f90d4;
	font-size: 30px;
	color: #ffffff;
	font-weight: 600;
	line-height: 35px;
}

.blog_sidebar ul {
	padding: 0;
	margin: 15px;
	list-style-type: none;
}
.blog_sidebar ul li {
	position: relative;
	padding: 0 0 15px 25px;
    font-size: 18px;
	color: #808285;
    font-weight: 400;
    line-height: 28px;
}
.blog_sidebar ul li:last-child {
	border-bottom: none;
	padding: 0 0 0px 25px;
}
.blog_sidebar ul li:before {
	position: absolute;
	content: '\f142';
	font-family: "Material Design Icons";
	font-size: 25px;
    color: #808285;
	left: 0;
	top: 0;
}
.blog_sidebar ul li a {
	color: #808285;
    text-decoration: none;
}
.blog_sidebar ul li a:hover {
	color: #0f90d4;
	text-decoration: none;
}
.pagination {
	display: block;
	padding: 0;
	margin: 0;
	text-align: center;
}
.pagination ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.pagination ul li {
	display: inline-block;
	width: auto;
	margin: 0;
	padding: 0px 7px;
	font-size: 16px;
	color: #666666;
	text-align: center;
}
.pagination ul li:last-child {
	padding: 0px 7px;
}
.pagination ul li:before {
	display: none;
}
.pagination ul li a {
	display: block;
	padding: 5px 20px;
	border: 1px solid #a1a1a1;
	color: #666666;
	text-decoration: none;
}
.pagination ul li a:hover {
	border: 1px solid #0f90d4;
	background: #0f90d4;
	color: #ffffff;
	text-decoration: none;
}
.pagination ul li.active .current {
	display: block;
	padding: 5px 20px;
	border: 1px solid #0f90d4;
	background: #0f90d4;
	color: #ffffff;
}
.user_cmt_box {
	float: left;
	width: 100%;
	margin-top: 30px;
	padding: 30px 0 0 0;
	border-top: 1px dashed #cccccc;
}
.user_cmt_box h3 {	
	margin: 0px;
	padding-bottom: 20px;
	font-size: 30px;
	color: #de5128;
	font-weight: 400;
}
.user_cmt_box .media_list {
	display: inline-block;
	width: 100%;
	padding: 10px 0;
}
.user_cmt_box .media_list .blog-user-image {
	display: inline-block;
	width: 69px;
}
.user_cmt_box .media_list .blog-user-image img {
	border-radius: 50%;
}
.user_cmt_box .media_list .blog-user-comment-body {
	float: right;
	width: calc(100% - 69px);
	padding: 0px 12px;
	box-sizing: border-box;
}
.user_cmt_box .media_list .blog-user-comment-body .user_name {
	display: inline-block;
	width: auto;
	padding-right: 10px;
	font-size: 18px;
	color: #000000;
	font-weight: 600;
}
.user_cmt_box .media_list .blog-user-comment-body .date {
	display: inline-block;
	width: auto;
	padding-right: 10px;
	font-size: 16px;
	color: #777777;
	font-weight: 400;
}
.user_cmt_box .media_list .blog-user-comment-body .comment_reply {
	display: inline-block;
	width: auto;
	font-size: 16px;
	color: #777777;
	font-weight: 400;
}
.user_cmt_box .media_list .blog-user-comment-body .comment_reply a {
	color: #777777;
	text-decoration: none;
}
.user_cmt_box .media_list .blog-user-comment-body .comment_reply a:hover {
	color: #de5128;
}
.user_cmt_box .media_list .blog-user-comment-body p {
	margin: 0;
	padding: 5px 0;
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	line-height: 25px;
}
.user_cmt_box .children {
	margin: 0;
	padding-left: 40px;
}
.comment-respond {
	float: left;
	width: 100%;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px dashed #cccccc;
}
.comment-respond h3 {
	margin: 0px;
	padding-bottom: 20px;	
    font-size: 30px;
    color: #0f90d4;
    font-weight: 600;
    line-height: 40px;
}
.comment-respond h3 small {
	padding-left: 10px;
	font-size: 17px;
	font-weight: 400;
	text-transform: none;
}
.comment-respond a {
	color: #808285;
	text-decoration: none;
}
.comment-respond a:hover {
	color: #0f90d4;
	text-decoration: none;
}
.comment-respond p {
	display: inline-block;
	width: 100%;
	padding: 10px 0px;
	margin: 0px;
	font-size: 18px;
	color: #808285;
	font-weight: 400;
	line-height: normal;
}
.comment-respond p label {
	float: left;
	width: 20%;
	margin: 0;
	padding-right: 20px;
	font-weight: 400;
	text-transform: none;
	text-align: right;
	cursor: pointer;
}
.comment-respond p textarea {
	float: left;
	width: 70%;
	height: 100px;
	padding: 10px;
	background-color: #fff;
	border-radius: 0px;
	outline: 0;
	border: 1px solid #dadada;
	font-size: 16px;
	color: #000000;
	resize: none;
}
.comment-respond p input {
	float: left;
	width: 70%;
	height: 37px;
	padding: 10px;
	background-color: #fff;
	border-radius: 0px;
	outline: 0;
	border: 1px solid #dadada;
	font-size: 16px;
	color: #000000;
}
.comment-respond p.comment-form-cookies-consent input {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 2px 4px 0 20%;
	background-color: transparent;
	border: none;
}
.comment-respond p.comment-form-cookies-consent label {
	float: left;
	width: calc(70% - 20px);
	margin: 0;
	padding-right: 0px;
	font-size: 14px;
	text-align: left;
}
.comment-respond p .submit {
	float: left;
	width: auto;
	height: auto;
	padding: 15px 35px;
	margin: 0;
	margin-left: 20%;
	border: none;
	background-color: #0f90d4;
	border-radius: 0px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
	text-decoration: none;
	cursor: pointer;
	letter-spacing: 0px;
	transition: .5s all;
}
.comment-respond p .submit:hover {
	background-color: #000000;
}


/*-------- contact page -----------*/
.contact_form {
	float: left;
	width: 100%;
	padding: 0 0 30px 0;
}
.contact_form .form-group {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.contact_form .field {
    float: left;
    width: 100%;
}
.contact_form .field .form-group.half {
	width: 49%; 
	margin-right: 2%;
}
.contact_form .field .form-group.half:last-child {
	margin-right: 0%;
}
.contact_form .field .form-group .form-control {
	display: inline-block;
    width: 100%;
    height: 50px;
    padding: 10px 14px;
    margin-bottom: 0px;
    outline: 0;
    border: 1px solid #d7d7d7;
    background-color: transparent;
    border-radius: 0px;
    font-size: 18px;
    color: #808285;
    font-weight: 400;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.contact_form .field .form-group .form-control::placeholder {
	color: #808285;
}
.contact_form .field .form-group textarea.form-control {
	height: auto;
    resize: none;
}
.contact_form .field .form-group .submit_btn {
	display: inline-block;
	width: auto;
    padding: 13px 50px;
    border: none;
    background-color: #0f90d4;
    border-radius: 0px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    line-height: normal;
	letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
}
.contact_form .field .form-group  .submit_btn:hover {
	background-color: #00af85;
}

.contact_detail {
    float: left;
    width: 100%;
    padding: 0px 0 0 0;
}
.contact_detail img {
	max-width: 100%;
	margin-bottom: 20px;
}
.contact_detail .detail {
    position: relative;
    float: left;
    width: 100%;
    padding: 0px 0px 10px 25px;
    font-size: 18px;
    color: #808285;
    font-weight: 400;
    line-height: 28px;
}
.contact_detail .detail:before {
	position: absolute;
    left: 0px;
    content: '';
    font-family: Material Design Icons;
    font-size: 18px;
    color: #0f90d4;
    line-height: 26px;
}
.contact_detail .address:before {   
    content: '\F34E';    
}
.contact_detail .phone:before {    
    content: '\F3F2';
}
.contact_detail .fax:before {    
    content: '\F212';
}
.contact_detail a {
    color: #808285;
    text-decoration: none;
	transition: all 0.3s ease-in-out;
}
.contact_detail a:hover {
	color: #0f90d4;
}
.contact_detail .hours {
	float: left;
	width: 100%;
	padding: 20px 0;
}
.contact_detail .hours ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.contact_detail .hours ul li {    
	padding: 0 0 10px 0!important;
}
.contact_detail .hours ul li:before {
	display: none;
}
.contact_detail .map {
    float: left;
    width: 100%;	
}
.contact_detail .map iframe {
	width: 100%;
}


