/*
Theme Name: sachinkulkarni
Version: 1.0.0
Theme URI: http://optimized360.com
Template: rogue
Author: Optimized360
Author URI: http://optimized360.com/about-us
License: Copyright Optimized360 LLC - All Rights Reserved © 2013-2016
*/

/*========================================================================
			Base
========================================================================*/
@import url('https://fonts.googleapis.com/css?family=Great+Vibes|Playfair+Display:400,700,900|Roboto:300,400,500,700,900');
@font-face {
	font-family: 'MyriadPro-Regular';
	src: url('assets/fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'), 
	url('assets/fonts/MyriadPro-Regular.otf') format('opentype'), 
	url('assets/fonts/MyriadPro-Regular.woff') format('woff'), 
	url('assets/fonts/MyriadPro-Regular.ttf') format('truetype'), 
	url('assets/fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	font-size: 18px;
	color: #3b3b3c;
	font-family: 'Roboto', sans-serif;
	line-height: 28px;
	font-weight: 300;
}
#main-content article h1, h1 {
	font-family: 'Playfair Display', serif;
	font-size: 55px;
	color: #183650;
	margin: 0 0 15px;
	line-height: normal;
}
#main-content article h2, h2 {
	font-family: 'Playfair Display', serif;
	font-size: 50px;
	color: #183650;
	margin: 0 0 15px;
	line-height: normal;
}
#main-content article h3, h3 {
	font-family: 'Playfair Display', serif;
	font-size: 45px;
	color: #183650;
	margin: 0 0 15px;
	line-height: normal;
}
#main-content article h4, h4 {
	font-family: 'Playfair Display', serif;
	font-size: 40px;
	color: #183650;
	margin: 0 0 15px;
	line-height: normal;
}
#main-content article h5, h5 {
	font-family: 'Playfair Display', serif;
	font-size: 35px;
	color: #183650;
	margin: 0 0 15px;
	line-height: normal;
}
#main-content article h6, h6 {
	font-family: 'Playfair Display', serif;
	font-size: 30px;
	color: #183650;
	margin: 0 0 15px;
	line-height: normal;
}
h1 a, h5 a, h6 a, h2 a, h3 a, h4 a {
	color: #3b3b3c;
}
body a:focus, body a:hover, body a:active {
	outline: none;
	color: #183953;
	cursor: pointer;
	text-decoration: none;
}
body a {
	color: #346aa7;
}
img {
	max-width: 100%;
	vertical-align: top;
}
p {
	margin: 0 0 15px;
	font-weight: 300;
}
.no-padding {
	padding: 0 !important;
	margin: 0 !important;
}
.btn {
	font-family: 'Roboto', sans-serif;
	min-width: 150px;
	display: block;
	padding: 15px 20px 14px;
	border: none;
	text-transform: uppercase;
	font-size: 18px;
	color: #fff !important;
	line-height: normal;
	background: #346aa7;
	color: inherit;
	vertical-align: middle;
	position: relative;
	font-weight: bold;
	-webkit-transition: border-color 0.4s, color 0.4s;
	transition: border-color 0.4s, color 0.4s;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
.btn:focus {
	outline: none;
}
.btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #3c9ad7 !important;
	z-index: -1;
	opacity: 0;
	border-radius: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btn, .btn::before {
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btn:hover {
	color: #fff;
}
.btn:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/*========================================================================
			Modules
========================================================================*/


/*HeaderBar*/
#headerbar {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
	background: url(assets/media/images/header-bg-new1.png) no-repeat center bottom;
	background-size: cover;
	padding: 13px 0 121px;
}
#headerbar .phone {
	color: #b9b9b9;
	display: inline-block;
	font-size: 38px;
	font-family: 'Playfair Display', serif;
	position: relative;
	top:0;
}
#headerbar .social {
	display: inline-block;
	margin: 35px 0 0 33px;
}
#headerbar .social > a {
	display: inline-block;
	margin: 0 1px;
	transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	 font-size: 40px;
	 color:#346aa7;
}
#headerbar .social > a:hover {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	color:#346aa7;
}
/*navbar*/
#navbar {
	clear: both;
	padding-top: 13px;
}
/*Hero Home*/
#hero-home {
	position: relative;
}
.home.et_divi_builder #et_builder_outer_content .et_pb_slider .et_pb_slide::after {
	background-color: #082943;
	bottom: 0;
	content: "";
	height: 36px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 99;
	opacity:0.7;
}
.home.et_divi_builder #et_builder_outer_content .et_pb_slider .et_pb_slide {
	background-color: transparent !important;
	box-shadow: none;
	position: relative;
	background-position: 50% 30% !important; 
}
.home.et_divi_builder #et_builder_outer_content .et_pb_slider .et_pb_slide.et_pb_slide_2,
.home.et_divi_builder #et_builder_outer_content .et_pb_slider .et_pb_slide.et_pb_slide_1 {
	background-position: 50% 15% !important; 
}

.home.et_divi_builder #et_builder_outer_content .et_pb_slider .et_pb_slide.et_pb_slide_3 {
	background-position: 50% 35% !important; 
}

.home.et_divi_builder #et_builder_outer_content .et_pb_slide_description {
	padding: 41% 0 18% !important;
	float: left;
	max-width: 290px;
	width: 100%;
}
.home.et_divi_builder #et_builder_outer_content .et_pb_slide_description .et_pb_slide_content {
	position: relative;
	z-index: 999;
}
.home.et_divi_builder #et_builder_outer_content .et_pb_slide_description .et_pb_slide_content:before {
	position: absolute;
	background: url(assets/media/images/slider-shodow-new.png) no-repeat center top;
	width: 855px;
	height: 904px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	content: "";
	z-index: -1;
	opacity: 0.8;
}
.home.et_divi_builder #et_builder_outer_content .et_pb_slide_description h2 {
	color: #346aa7 !important;
	display: block;
	font-family: "Great Vibes", cursive;
	font-size: 79px;
	line-height: 65px;
	max-width: 290px;
	padding-bottom: 0;
	text-align: center;
}
.home.et_divi_builder #et_builder_outer_content .et_pb_slide_description h3 {
	color: #183953 !important;
	display: block;
	font-family: "Playfair Display", serif;
	font-size: 36px;
	line-height: 45px;
	margin: -8px 0 29px;
	padding-bottom: 0;
	text-align: center;
}
.home.et_divi_builder #et_builder_outer_content .et_pb_slide_description h3 strong {
	font-family: 'Playfair Display', serif;
	font-size: 48px;
	line-height: 45px;
	display: block;
}
.home.et_divi_builder #et_builder_outer_content .et_pb_module .et_pb_slide_description a.btn {
	font-family: 'Roboto', sans-serif;
	min-width: 150px;
	display: block;
	font-size: 18px;
	line-height: normal !important;
	text-transform: uppercase;
	padding: 15px 20px 14px;
	border: none;
	color: #fff;
	background: #346aa7;
	border-radius: 0;
	vertical-align: middle;
	position: relative;
	-webkit-transition: border-color 0.4s, color 0.4s;
	transition: border-color 0.4s, color 0.4s;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}
.home.et_divi_builder #et_builder_outer_content .et_pb_module .et_pb_slide_description a.btn:focus {
	outline: none;
}
.home.et_divi_builder #et_builder_outer_content .et_pb_module .et_pb_slide_description a.btn:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #3c9ad7 !important;
	z-index: -1;
	opacity: 0;
	border-radius: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.home.et_divi_builder #et_builder_outer_content .et_pb_module .et_pb_slide_description a.btn, .home.et_divi_builder #et_builder_outer_content .et_pb_module .et_pb_slide_description a.btn:before {
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.home.et_divi_builder #et_builder_outer_content .et_pb_module .et_pb_slide_description a.btn:hover {
	color: #fff;
}
.home.et_divi_builder #et_builder_outer_content .et_pb_module .et_pb_slide_description a.btn:hover:before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.home.et_divi_builder #et_builder_outer_content .et_pb_module .et_pb_slide_description a:after {
	display: none;
}
/*Inner Hero*/
#hero-inner img {
	min-height: 200px;
	object-fit: cover;
	width: 100%;
}
/*welcome*/
#welcome {
	padding: 83px 0 88px;
	background: url(assets/media/images/welcome-bg.jpg) no-repeat center bottom;
	background-size: cover;
	text-align: center;
}
#welcome h2 {
	margin: 0;
}
#welcome h3 {
	color: #346aa7;
	font-size: 27px;
	margin-bottom: 33px;
}
#welcome p {
	margin: 0 auto;
	max-width: 940px;
}
/*Services*/
#services {
	padding: 35px 0;
	background: url(assets/media/images/service-bg.jpg) no-repeat center bottom;
	background-size: cover;
}
#services img {
	width: 100%;
}
#services .service-output a {
	display: block;
	position: relative;
}
#services .service-output a:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	content: "";
	background: rgba(24,54,80,0.72);
	height: 64px;
	z-index: 1;
	transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
}
#services .service-output a:hover:before {
	background: rgba(52,106,167,0.8);
	height: 100%;
}
#services .service-output .service-title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 24px;
	color: #fff;
	font-family: 'Playfair Display', serif;
	z-index: 999;
	transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	padding: 18px 10px;
	text-align: center;
}
#services .service-output a:hover .service-title {
	bottom: 50%;
	transform: translateY(50%);
	-moz-transform: translateY(50%);
	-webkit-transform: translateY(50%);
}
/*MainContent*/
#main-content {
	min-height: 450px;
	padding: 50px 0;
	background: url('assets/media/images/meet-doctor-text-bg.jpg') repeat top center;
}
.home #main-content {
	padding: 0;
	min-height: 0;
}
.home #main-content main {
	width: 100%;
}
.home #main-content main div {
	padding: 0 !important;
}
body.et_divi_builder #et_builder_outer_content .et_pb_section {
	padding-top: 0;
}
.home.et_divi_builder #main-content #et_builder_outer_content .et_pb_row {
	max-width: 100%;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
}
.home #main-content main h1 {
	display: none;
}
.home #main-content .row {
	margin-bottom: 0;
}
.home.et_divi_builder #main-content #et_builder_outer_content .et_pb_gutters3 .et_pb_column_1_2 {
	margin: 0;
	width: 50%;
}
.home.et_divi_builder #main-content #et_builder_outer_content .et_pb_gutters3 .et_pb_column_1_2.et_pb_column_0 img {
	width: 100%;
}
.home.et_divi_builder #main-content #et_builder_outer_content .et_pb_gutters3 .et_pb_column_1_2.et_pb_column_1 {
	padding: 50px 100px !important;
}
.home.et_divi_builder #main-content #et_builder_outer_content .et_pb_module h2 {
	color: #183650;
	margin: 0 0 4px;
	padding: 0;
}
.home.et_divi_builder #main-content #et_builder_outer_content .et_pb_module h3 {
	color: #346aa7;
	font-size: 50px;
	margin-bottom: 30px;
}
.home.et_divi_builder #main-content #et_builder_outer_content .et_pb_module p {
	display: block;
	margin-bottom: 25px;
	max-width: 620px;
}
.home.et_divi_builder #main-content #et_builder_outer_content .et_pb_module p strong {
	color: #303030;
	font-family: 'MyriadPro-Regular';
	font-weight: normal;
}
.et_divi_builder #main-content #et_builder_outer_content .et_pb_module a.btn {
	font-family: 'Roboto', sans-serif;
	min-width: 150px;
	display: block;
	float: left;
	font-size: 18px;
	line-height: normal !important;
	text-transform: uppercase;
	padding: 15px 25px 14px;
	border: none;
	color: #fff;
	background: #346aa7;
	border-radius: 0;
	vertical-align: middle;
	position: relative;
	-webkit-transition: border-color 0.4s, color 0.4s;
	transition: border-color 0.4s, color 0.4s;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}
.et_divi_builder #main-content #et_builder_outer_content .et_pb_module a.btn:focus {
	outline: none;
}
.et_divi_builder #main-content #et_builder_outer_content .et_pb_module a.btn:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #3c9ad7 !important;
	z-index: -1;
	opacity: 0;
	border-radius: 0;
	-webkit-transform: scale3d(0.7, 1, 1);
	transform: scale3d(0.7, 1, 1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.et_divi_builder #main-content #et_builder_outer_content .et_pb_module a.btn, .et_divi_builder #main-content #et_builder_outer_content .et_pb_module a.btn:before {
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.et_divi_builder #main-content #et_builder_outer_content .et_pb_module a.btn:hover {
	color: #fff;
}
.et_divi_builder #main-content #et_builder_outer_content .et_pb_module a.btn:hover:before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.home.et_divi_builder #main-content #et_builder_outer_content .et_pb_module br {
	clear: both;
	display: block;
}
.home.et_divi_builder #main-content #et_builder_outer_content .et_pb_module a.btn {
	margin-bottom: 35px;
}
.home.et_divi_builder #main-content #et_builder_outer_content .et_pb_module a.btn ~ img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	margin-top: 10px;
}
.home.et_divi_builder #main-content #et_builder_outer_content .et_pb_module a.btn ~ img + img {
	margin-left: 40px;
	opacity: 0.5;
}

#main-content > main > div > div > div h2 ~ a {
    float: right;
}
/*testimonials*/
#testimonials {
	padding: 77px 0 34px;
	background: url('assets/media/images/testimonials-bg.jpg') repeat top center;
	background-size: cover;
}
#testimonials h2 {
	font-size: 55px;
	margin-bottom: 21px;
	padding-left: 30px;
	position: relative;
	z-index: 99999;
}
#testimonials .carousel {
	max-width: 670px;
	padding-left: 30px;
	position: relative;
	z-index: 9999;
}
#testimonials .carousel:before {
	background: url('assets/media/images/q-mark.png') repeat top center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: -40px;
	content: "";
	width: 194px;
	height: 167px;
	z-index: 0;
}
#testimonials .testimonial-text {
	color: #303030;
	display: block;
	font-size: 20px;
	line-height: 32px;
}
#testimonials .testimonial-name {
	color: #346aa7;
	display: block;
	font-family: "Playfair Display", serif;
	font-size: 27px;
	line-height: normal;
	margin-top: 18px;
}
#testimonials .carousel-indicators {
	float: left;
	margin: 20px 0 0 20px;
	position: static;
	width: auto;
}
#testimonials .carousel-indicators li {
	border: 1px solid #346aa7;
	height: 19px;
	vertical-align: top;
	width: 19px;
	background: none;
	margin: 0 3px;
}
#testimonials .carousel-indicators li.active {
	background: #346aa7;
}
/*appointment*/
#appointment {
	background: url('assets/media/images/Appointment-bg.jpg') repeat top center;
	background-size: cover;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
}
#appointment > div:nth-child(2) {
	padding: 20px 80px;
}
#appointment .slide img {
	width: 100%;
}
#appointment .slide .item {
	text-align: center;
}
#appointment .slide .carousel-inner {
	position: relative;
}

#appointment .slide .testimonial-dis3 {
	background-blend-mode: multiply;
	background-color: #346aa7;
	background-image: url(assets/media/images/Dentures.jpg);
	background-position: center bottom;
	background-size: cover;
	bottom: 0;
	height: 130px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 9;
	padding: 21px 10px 10px;
}
#appointment .slide .promo-disc-3 {
	background-image: none;
}
#appointment .slide .testimonial-dis2 {
	background-blend-mode: multiply;
	background-color: #346aa7;
	background-image: url(assets/media/images/Appointment-left-img.jpg);
	background-position: center bottom;
	background-size: cover;
	bottom: 0;
	height: 130px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 9;
	padding: 21px 10px 10px;
}
#appointment .slide .testimonial-dis1 {
	background-blend-mode: multiply;
	background-color: #346aa7;
	background-image: url(assets/media/images/Teeth-Cleaning.jpg);
	background-position: center bottom;
	background-size: cover;
	bottom: 0;
	height: 130px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 9;
	padding: 21px 10px 10px;
}
#appointment .slide .testimonial-name {
	display: inline-block;
	color: #fff;
	font-size: 57px;
	font-family: "Playfair Display", serif;
	font-weight: bold;
	position: relative;
	z-index: 9999;
	top: -3px;
}
#appointment .slide .testimonial-text {
	max-width: 275px;
	display: inline-block;
	color: #fff;
	font-size: 23px;
	font-family: "Playfair Display", serif;
	line-height: 25px;
	font-weight: bold;
	position: relative;
	z-index: 9999;
}

#appointment .slide .testimonial-sub-text {
	max-width: 275px;
	display: inline-block;
	color: #fff;
	font-size: 23px;
	font-family: "Playfair Display", serif;
	line-height: 25px;
	font-weight: bold;
	position: relative;
	z-index: 9999;
	vertical-align:top;
	margin-right:5px;
}
#appointment .carousel-indicators {
	bottom: 1px;
}
#appointment .carousel-indicators li {
	border: 1px solid #fff;
	height: 19px;
	vertical-align: top;
	width: 19px;
	background: none;
	margin: 0 3px;
}
#appointment .carousel-indicators li.active {
	background: #fff;
}
#appointment iframe {
	max-height: 160px;
	max-width: 665px;
}
#appointment h2 {
	color: #183650;
	font-size: 55px;
	margin-bottom: 34px;
}
/*Footer Top*/
#footer-top {
	clear: both;
	background: url('assets/media/images/video-bg.jpg') repeat top center;
	padding: 70px 0 90px;
}
#footer-top > div {
	max-width: 100%;
}
#footer-top h2 {
	color: #fff;
	font-size: 55px;
	font-family: "Playfair Display", serif;
	display: block;
	text-align: center;
	margin-bottom: 29px;
}
#footer-top .ins-list{
	color: #fff;
}
#footer-top .ins-list ul{
    max-width: 50%;
    margin: auto;
    text-align: left;
}
#footer-top .ins-list p{
    text-align: center;
}



/*Footer main*/
#footer-main:after {
	clear: both;
	display: block;
	content: "";
}
#footer-main {
	padding: 0;
	background-color: #e7e7ea;
	text-align: right;
}
#footer-main iframe {
	height: 345px;
	vertical-align: top;
	width: 100%;
	box-shadow:-3px 0 15px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:-3px 0 15px rgba(0, 0, 0, 0.25);
}
#footer-main h2 {
	font-size: 29px;
	color: #346aa7;
	font-weight: bold;
	margin: 60px 0 30px;
}
#footer-main .menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer-main .menu li {
	float: left;
	width: 50%;
	list-style: none;
	padding: 1px 0;
}
#footer-main .menu li a {
	background: none;
	color: #3d3d3e;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	padding-left: 15px;
	position:relative;
}
#footer-main .menu li a:before{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: "\f105";
	font-size: 21px;
    color: #183650;
    position: absolute;
    left: 0;
    top: 0;
}
#footer-main .menu li a:hover {
	color: #346aa7;
}
#footer-main .menu li:nth-child(2n+1) {
	max-width: 140px;
}
#footer-main .footer-right {
	display: inline-block;
	max-width: 250px;
	text-align: left;
	vertical-align: top;
}
#footer-main .footer-left {
	display: inline-block;
	margin-right: 20px;
	max-width: 380px;
	text-align: left;
	vertical-align: top;
}
#footer-main .business-address {
	color: #3d3d3e;
	display: block;
	font-size: 17px;
	line-height: 24px;
	padding-left: 35px;
	max-width: 240px;
	position:relative;
}
#footer-main .business-address i.fa.fa-map-marker {
    font-size: 042px;
    position: absolute;
    left: 0;
    top: 3px;
	color:#949495;
}
#footer-main .phone {
	color: #3d3d3e;
	display: block;
	font-size: 17px;
	line-height: 24px;
	padding-left: 35px;
	margin-top: 25px;
	max-width: 100%;
	position:relative;
}
#footer-main .phone i.fa.fa-mobile {
    font-size:42px;
    position: absolute;
    left: 2px;
    top: 3px;
	color:#949495;
}
#footer-main .phone strong {
	display: block;
}
#footer-main > div + div {
	overflow: hidden;
	position: relative;
	padding-right:0;
}
/*footer bottom*/
#footer-bottom {
	background: #d1d1d1;
	padding: 11px 15px;
}
#footer-bottom .legal p {
	margin: 0;
	padding: 0;
	color: #656565;
	font-size: 14px;
	font-weight: normal;
}
#footer-bottom .legal p a {
	margin: 0;
	padding: 0;
	color: #656565;
	font-size: 14px;
	font-weight: normal;
}
/*Theme Css*/
.et_divi_builder #et_builder_outer_content .et_pb_module ul li {
	list-style: disc;
	margin-left: 20px;
}
.et_divi_builder #et_builder_outer_content .et_pb_module ol li {
	list-style: decimal;
	margin-left: 20px;
}
body.et_divi_builder #et_builder_outer_content .et_pb_row {
	max-width: 1170px;
	width: 100%;
}
.single-post #main-content h1 + img {
	margin-bottom: 20px;
}
.overlay {
	background-color: rgba(0, 0, 0, 0);
	height: 100%;
	margin-top: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
/*========================================================================
			Main Nav Style           
========================================================================*/

.navbar {
	border: 0;
	margin: 0;
	border-radius: 0;
	padding: 0;
	min-height: 0;
	background: none;
}
.navbar-nav {
	display: block;
	float: none;
	margin: 0;
	text-align: center;
}
/*========================================================================
							Menu Level One           
========================================================================*/

.navbar li {
	font-family: 'MyriadPro-Regular';
}
.navbar .navbar-nav > li {
	display: inline-block;
	float: none;
	padding: 0 16px;
}
/* Main Menu Item */
.navbar .navbar-nav > li > a {
	font-size: 17px;
	line-height: normal;
	color: #cecdc8;
	text-transform: uppercase;
	padding: 10px 0;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	overflow: hidden;
}
.navbar .navbar-nav > li > a:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #cecdc8;
	height: 4px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.navbar .navbar-nav > li > a:hover:before, 
.navbar .navbar-nav > li > a:focus:before, 
.navbar .navbar-nav > .active > a:before, 
.navbar .navbar-nav > .active > a:hover:before, 
.navbar .navbar-nav > .active > a:focus:before, 
.navbar .navbar-nav > .open > a:before, 
.navbar .navbar-nav > .open > a:hover:before, 
.navbar .navbar-nav > .open > a:focus:before {
	right: 0;
}
/* Main Menu Item Hover, Active, Focus, Open */
.navbar .navbar-nav > li > a:hover, 
.navbar .navbar-nav > li > a:focus, 
.navbar .navbar-nav > .active > a, 
.navbar .navbar-nav > .active > a:hover, 
.navbar .navbar-nav > .active > a:focus, 
.navbar .navbar-nav > .open > a, 
.navbar .navbar-nav > .open > a:hover, 
.navbar .navbar-nav > .open > a:focus {
	color: #cecdc8;
	background: none;
}
/*========================================================================
							Menu Level Two (Dropdown)           
========================================================================*/

/* Dropdown Menu Wrap */
.dropdown-menu {
	padding: 0;
 background-color:;
	border-radius: 0;
}
/* Dropdown Menu Item */
.dropdown-menu>li>a {
	text-transform: uppercase;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	display: block;
	background: #fff;
	font-size: 14px;
	color: #fff;
	padding: 10px 15px;
}
/* Dropdown Menu Item Hover, Active, Focus */
.dropdown-menu>li>a:hover, 
.dropdown-menu>li>a:focus, 
.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:hover, 
.dropdown-menu>.active>a:focus {
	color: #fff;
	background: #183650;
}
/*========================================================================
							Mobile Menu           
========================================================================*/

/* Mobile Menu Toggle Button Border */
.navbar .navbar-toggle {
	border-color: transparent;
	width: 100%;
	text-align: right;
	margin: 0;
	position: relative;
	background: none;
	border-radius: 0;
	padding: 15px;
	border-top:solid 1px rgba(255,255,255,0.4);
}
.navbar .navbar-toggle:before {
	content: 'MENU';
	position: absolute;
	left: 15px;
	top: 8px;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}
/* Mobile Menu Toggle Bar BG*/
.navbar .navbar-toggle:hover, 
.navbar .navbar-toggle:focus {
	background: none;
}
/* Mobile Menu Toggle Button Icons (Hamburger Menu) */
.navbar .navbar-toggle .icon-bar {
	background-color: #fff;
	float: right;
	clear: both;
	width: 25px;
}
/* Mobile Menu Toggle Button Icons (Hamburger Menu) Hover */
.navbar .navbar-toggle:hover .icon-bar, 
.navbar .navbar-toggle:focus .icon-bar {
 background-color:;
}
/* Mobile Dropdown Menu Box Border */
.navbar .navbar-collapse {
 border-color:;
	padding: 0;
}


/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}
/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}
/* Small Devices, Tablets */ /* Most used. Size of iPad Mini non-retina and iPhone 6 Plus */
@media only screen and (min-width : 768px) {
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}
@media only screen and (max-width : 1200px) {
}
/* Large Devices, Wide Screens */


/* Small Devices, Tablets */
@media only screen and (max-width : 1400px) {
.home.et_divi_builder #main-content #et_builder_outer_content .et_pb_gutters3 .et_pb_column_1_2.et_pb_column_1 {
	padding: 50px 20px 50px 40px !important;
}
#appointment > div:nth-child(2) {
	padding: 20px 65px;
}
#footer-main .footer-right {
	max-width: 230px;
}
#footer-main .footer-left {
	max-width: 340px;
	width: 100%;
}
#footer-main .menu li:nth-child(2n+1) {
	clear: left;
	display: block;
	min-width: 140px;
}
#footer-main .menu li {
	width: auto;
}
}
@media only screen and (max-width : 1299px) {
.home.et_divi_builder #main-content #et_builder_outer_content .et_pb_module h3 {
	font-size: 46px;
}
#appointment h2 {
	font-size: 50px;
}
#footer-main .footer-left {
	max-width: 380px;
}
#footer-main .footer-right {
	margin-right: 20px;
	max-width: 380px;
	width: 100%;
}
#footer-main h2 {
	margin: 30px 0 20px;
}
#footer-main iframe {
	height: 460px;
}
}
@media only screen and (max-width : 1199px) {
.navbar .navbar-nav > li {
	padding: 0 6px;
}
.navbar .navbar-nav > li > a {
	font-size:16px;
}
.home.et_divi_builder #main-content #et_builder_outer_content .et_pb_module p {
	max-width: 100%;
}
.home.et_divi_builder #main-content #et_builder_outer_content .et_pb_gutters3 .et_pb_column_1_2.et_pb_column_0 {
	text-align: center;
}
#appointment > div:nth-child(2) {
	padding: 20px 45px;
}
#appointment h2 {
	font-size: 40px;
	margin-bottom: 25px;
}
.home.et_divi_builder #main-content #et_builder_outer_content .et_pb_module h3 {
	font-size: 38px;
}
.home.et_divi_builder #main-content #et_builder_outer_content .et_pb_module a.btn ~ img {
	max-height: 49px;
	width: auto;
}
.home.et_divi_builder #main-content #et_builder_outer_content .et_pb_module a.btn ~ img + img {
	margin-left: 20px;
	max-height: 60px;
}
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
#headerbar {
	background: #183650;
	padding: 13px 0;
	position: relative;
}
#headerbar .phone {
	font-size: 31px;
}
#headerbar .social {
	margin-left: 10px;
}
.home.et_divi_builder #et_builder_outer_content .et_pb_slide_description {
	padding: 10% 0 16% !important;
}
#welcome {
	padding: 43px 0 58px;
}
.home.et_divi_builder #main-content #et_builder_outer_content .et_pb_gutters3 .et_pb_column_1_2.et_pb_column_1 {
	padding: 50px 15px 30px !important;
}
.home.et_divi_builder #main-content #et_builder_outer_content .et_pb_gutters3 .et_pb_column_1_2.et_pb_column_0 img {
	width: auto;
}
.home.et_divi_builder #main-content #et_builder_outer_content .et_pb_row {
	display: block;
}
.home.et_divi_builder #main-content #et_builder_outer_content .et_pb_gutters3 .et_pb_column_1_2 {
	width: 100%;
}
#testimonials {
	padding: 24px 0;
	position: relative;
}
#testimonials:before {
	background: rgba(255,255,255,0.5);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
}
#testimonials > div {
	position: relative;
	z-index: 9999;
}
#appointment {
	display: block;
}
#footer-main .footer-right {
	margin-right: 0;
	max-width: 310px;
}
#footer-main > div + div {
	margin-top: 50px;
	padding: 0;
}
#footer-main iframe {
	height: 300px;
}
#footer-main {
	text-align: left;
}
.navbar .navbar-nav > li > a {
	font-size: 16px;
}
.navbar .navbar-nav > li {
	padding: 0 9px;
}
.home.et_divi_builder #main-content #et_builder_outer_content .et_pb_module a.btn ~ img {
	max-height: 100%;
}
}
/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
#headerbar div {
	text-align: center !important;
}
#headerbar .social {
	margin-top: 15px;
}
#headerbar {
	padding-bottom: 0;
}
.navbar-nav>li {
	display: block;
	text-align: left;
}
.navbar-nav {
	margin: 0 !important;
	padding: 0;
}
.navbar .navbar-collapse {
	float: none;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 99;
	background: #183650;
	padding-top: 10px;
}
.navbar .navbar-nav > li {
	padding: 0;
	width: 100%;
	vertical-align: top;
}
#navbar .navbar .navbar-nav > li > a {
	display: block;
	font-size: 17px;
	padding: 13px 15px;
}
.navbar .navbar-nav > li > a:before {
	display: none;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #fff;
	padding: 13px 15px 13px 35px !important;
	background: #183650;
	font-size: 16px;
}
.navbar .navbar-nav > li > a:hover, 
.navbar .navbar-nav > li > a:focus, 
.navbar .navbar-nav > .active > a, 
.navbar .navbar-nav > .active > a:hover, 
.navbar .navbar-nav > .active > a:focus, 
.navbar .navbar-nav > .open > a, 
.navbar .navbar-nav > .open > a:hover, 
.navbar .navbar-nav > .open > a:focus, 
.dropdown-menu>li>a:hover, 
.dropdown-menu>li>a:focus, 
.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:hover, 
.dropdown-menu>.active>a:focus, 
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #183650 !important;
	background: #cecdc8 !important;
}
#welcome {
	padding: 43px 15px 58px;
}
#welcome h2 {
	font-size: 40px;
	line-height: 40px;
	margin: 0 0 5px;
}
.home.et_divi_builder #main-content #et_builder_outer_content .et_pb_module h3 {
	font-size: 38px;
}
.home.et_divi_builder #main-content #et_builder_outer_content .et_pb_module a.btn ~ img + img {
	margin-left: 20px;
	max-width: 260px;
}
#testimonials {
	padding: 24px 15px;
}
#testimonials h2 {
	font-size: 45px;
	margin-bottom: 10px;
}
#appointment > div:nth-child(2) {
	padding: 20px 15px;
}
#footer-top h2 + div {
	margin-bottom: 20px;
}
#footer-top {
	padding: 40px 0 50px;
	text-align: center;
}
#footer-main .footer-left, #footer-main .footer-right {
	margin: 0;
	max-width: 100%;
}
#footer-bottom .legal p {
	line-height: normal;
}
.home.et_divi_builder #et_builder_outer_content .et_pb_slide_description h2 {
	font-size: 60px;
	line-height: 55px;
	margin: 0 auto;
	max-width: 220px;
}
.home.et_divi_builder #et_builder_outer_content .et_pb_slide_description .et_pb_slide_content {
	display: block !important;
}
.home.et_divi_builder #et_builder_outer_content .et_pb_slide_description h3 strong {
	font-size: 42px;
	line-height: 30px;
}
.home.et_divi_builder #et_builder_outer_content .et_pb_slide_description h3 {
	margin-top: 0px;
}
#services .service-output a:before, #services .service-output a:hover:before {
	background: rgba(24, 54, 80, 0.72);
	height: 64px;
}
#services .service-output a:hover .service-title {
	bottom: 0;
	transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
.home.et_divi_builder #et_builder_outer_content .et_pb_slide_description {
	padding: 40px 0 70px !important;
}
#welcome h2 {
	font-size: 34px;
	line-height: 37px;
}
#welcome h3 {
	font-size: 20px;
	margin-bottom: 20px;
}
.home.et_divi_builder #hero-home #et_builder_outer_content .et_pb_slider .et_pb_container {
	width: 100%;
}
.home.et_divi_builder #main-content #et_builder_outer_content .et_pb_module h2 {
	font-size: 39px;
}
.home.et_divi_builder #main-content #et_builder_outer_content .et_pb_module h3 {
	font-size: 29px;
	margin-bottom: 10px;
}
.home.et_divi_builder #main-content #et_builder_outer_content .et_pb_module a.btn ~ img + img {
	margin-left: 0;
	max-width: 100%;
}
#testimonials h2 {
	font-size: 30px;
	line-height: normal;
	padding-left: 0;
}
#testimonials .carousel {
	padding-left: 0;
}
#appointment .slide .testimonial-name {
	font-size: 45px;
}
#appointment .slide .testimonial-text {
	font-size: 19px;
	line-height: 23px;
	max-width: 150px;
}
#appointment .carousel-indicators {
	bottom: 0;
	margin-bottom: 4px;
}
#appointment .slide .testimonial-dis {
	height: 100px;
	padding: 10px;
}
#appointment h2 {
	font-size: 30px;
}
#appointment iframe {
	max-height: 320px;
}
#footer-top h2 {
	font-size: 40px;
}
#footer-main .menu li {
	width: 100%;
}
.home.et_divi_builder #et_builder_outer_content .et_pb_slide_description {
	float: none;
}
#main-content article h1, h1 {
	font-size: 40px;
}
#main-content article h2, h2 {
	font-size: 37px;
}
#main-content article h3, h3 {
	font-size: 34px;
}
#main-content article h4, h4 {
	font-size: 31px;
}
#main-content article h5, h5 {
	font-size: 28px;
}
#main-content article h6, h6 {
	font-size: 25px;
}
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 360px) {
#headerbar .phone {
	top: 0;
	margin-top: 5px;
}
#headerbar .social {
	display: block;
	margin-left: 0;
}
}

#footer-top #slider {
   background:none !important;
    position:relative;
    margin:0 auto;   
    box-shadow: 0px 0 0 #999999 !important;
    margin-top: 70px;
}

#slider .navBulletsWrapper  {
    top:232px !important;
    text-align:center;
    background:none;
    position:relative;
    z-index:3;
}

#slider, #slider .sliderInner {
    width: 600px!important;

}

#slider::before {display:none !important;}