/*!
Theme Name: wilmington_presmult child
Theme URI: 
Author: 
Author URI: 
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wilmington_presmult_child
Template: wilmington_presmult
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	list-style: none;
	vertical-align: baseline;
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
}
ol {
	padding-left: 30px;
}
ol li {
	list-style-type: decimal;
}
ol li ul {
	padding-left: 30px;
}
ol li ul li {
	list-style-type: circle;
}
a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}
a:hover {
	text-decoration: none;
}
a:hover {
	color: #0071ba;
}
.show, .in {
	visibility: visible !important;
	opacity: 1 !important;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}
:focus {
	outline: 0 !important;
}
input, button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
p {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.8;
	color: #7A8A9E;
	font-size: 14px;
	margin-bottom: 1em;
}

p a {
	color: #7A8A9E;
}
p:last-child {
	margin: 0 0 0 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif;
	color: #223645;
	font-weight: 700;    line-height: 1.4;
}
strong{font-weight:700;}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

body {
	background-color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.8;
	color: #7A8A9E;
	font-size: 14px;
}
.container {
	width: 1200px;
	margin: auto;
	padding: 0 15px;
	max-width: 100%;
}
section {
	float: left;
	width: 100%;
}
#wrapper {
	float: left;
	width: 100%;
}
#header {
	float: left;
	width: 100%;
	transition: all 0.4s ease;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	background: #fff;
	box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
}

.header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.home #header{top:-310px;}
.home #header.sticky{top:0;}
body.home {
    padding-top: 0;
}
.logo_banner{position:fixed; left:50%; top:50%;-webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}


.logo_banner img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;    width: 400px;
}
.sticky + .banner .logo_banner img {

	
	    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0;
}


.logo {
	float: left;
	position: relative;
	width: 280px;
	padding: 18px 0;
}
.logo img {
	float: left;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	transition: 0.4s;
}
.social_icon {
	display: inline-block;
}
.social_icon li {
	margin: 0 10px;
	display: inline-block;
	vertical-align: top;
}
.social_icon li a {
	display: block;
	width: 30px;
	height: 30px;
	filter: invert(27%) sepia(97%) saturate(1382%) hue-rotate(182deg) brightness(95%) contrast(101%);
	background-size: 100% auto !important;
}
.social_icon li a:hover {
	filter: invert(22%) sepia(18%) saturate(751%) hue-rotate(178deg) brightness(90%) contrast(82%);
}
.facebook {
	background: url(images/facebook.svg) no-repeat center center;
}
.twitter {
	background: url(images/twitter.svg) no-repeat center center;
}
.instagram {
	background: url(images/instagram.svg) no-repeat center center;
}
.yelp {
	background: url(images/yelp.svg) no-repeat center center;
}
.google {
	background: url(images/google.svg) no-repeat center center;
}
.header_bottom {
	float: left;
	width: 100%;
}
.topbar {
	float: left;
	width: 100%;
	border-bottom: solid 1px #eee;
}
.topbar .row {
	align-items: center;
	justify-content: space-between;
}
.topbar_left {
	display: flex;
	align-items: center;
}
.info-item {
	padding: 15px 20px 15px 50px;
	max-width: 310px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	opacity: 0.7;
}
.info-item:last-child{    max-width: 396px;}
.info-title {
	display: block;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.18;
	margin-bottom: 3px;
	color: #333;
}
.info-title a {
	color: #333;
}
.info-sub-title {
	display: block;
	color: #333;
	font-size: 14px;
}
.info-item .fa {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background-size: 100% auto !important;
}
.info-item .fa-map-marker {
	background: url(images/address.svg) no-repeat center center;
}
.info-item .fa-phone {
	background: url(images/phone.svg) no-repeat center center;
	width: 35px;
}
.info-item .fa-clock {
	background: url(images/clock.svg) no-repeat center center;
}
.info-item .fa {
	filter: invert(27%) sepia(97%) saturate(1382%) hue-rotate(182deg) brightness(95%) contrast(101%);
}
.header-button {
    padding: 10px 26px;
    height: auto;
    line-height: 26px;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    background: #0071ba;
}
.header-button:hover {
	color: #fff;
	background: #1a95e5;
}
/********************** Menu CSS**********************************/
.main-menu {
	float: right;
}
.main-menu li {
	float: left;
	text-align: left;
	color: #223645;
	font-size: 14px;
	margin:0 10px;
}
.main-menu li:last-child {
	margin-right: 0;
}
.main-menu li a {
	line-height: 100px;
	color: #223645;
	display: block;
	text-align: left;
}
 
 
.sticky .main-menu li a {
}
.main-menu li a:hover, .main-menu li.current-menu-parent > a, .main-menu li.current-menu-item > a, nav.nav li ul.sub-menu li.current-menu-item > a {
	color: #0071ba;
}
/*------------ Mobile-Menu-toggle-style.css -------------*/


.mobile-menu .logo {
	float: none;
	display: none;
	border-bottom: #434343 solid 1px;
	text-align: center;
	margin-bottom: 20px;
}
.mobile-menu .logo a {
	display: inline-block;
}
.mobile-menu {
	background-color: #000000;
	position: fixed;
	padding: 25px;
	height: 100%;
	width: 100%;
	z-index: +9999999;
	overflow: auto;
	max-width: 250px;
	left: -280px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.mobile-menu ul {
	margin: 0px;
	padding: 0px;
	float: none;
}
.mobile-menu ul li {
	list-style: none;
	font-size: 14px;
	color: #FFF;
	position: relative;
	float: none;
	text-align: left;   /* padding-left: 50px;*/
}
.mobile-menu ul li:last-child {
	margin-bottom: 0px;
}
.mobile-menu ul li .dropdown {
	font-size: 12px;
	cursor: pointer;
	text-align: center;
	background: #fff;
}
.mobile-menu ul li .dropdown .fa {
	position: absolute;
	top: 20px;
	right: 75px;
}
.mobile-menu ul li .dropdown .fa-plus, .mobile-menu ul li .dropdown.open .fa-minus {
	display: block;
}
.mobile-menu ul li .dropdown .fa-minus, .mobile-menu ul li .dropdown.open .fa-plus {
	display: none;
}
.mobile-menu>ul li a {
	color: #FFF;
	margin: 13px 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	text-decoration: none;
	font-family: muli;
	font-size: 17px;
	font-weight: 400;
	color: #ffffff;
	transition: 0.3s;
}
.mobile-menu ul ul {
	display: none;
}
.mobile-menu ul ul li {
	font-size: 11px;
}
.mobile-nav {
	width: 40px;
	height: 40px;
	float: left;
	cursor: pointer;
	margin-top: 0;
	position: absolute;
	top: 35px;
	right: 0;
	padding: 6px 5px;
	display: none;
	margin-right: 10px;
}
.mobile-nav span {
	background: #4aba86;
	height: 3px;
	margin: 0 0px 4px;
	width: 100%;
	float: left;
}
.menu-hide {
	left: -280px !important;
}
.mobile-menu.show {
	left: 0;
}
.toggle-mobile {
	right: 0px;
	z-index: +9999;
	position: absolute;
	top: 10px;
	width: 30px;
	height: 35px;
	display: block;
	overflow: hidden;
	cursor: pointer;
	float: left;
	color: #236497;
	text-align: left;
	margin-left: 15px;
	transition: opacity .3s ease, height .4s ease;
	-webkit-transition: opacity .3s ease, height .4s ease;
	-o-transition: opacity .3s ease, height .4s ease;
}
.toggle-mobile span {
	background: #0071ba;
	height: 3px;
	position: absolute;
	overflow: hidden;
	width: 30px;
}
.toggle-mobile span.one {
	transition: all 0.6s ease;
	top: 8px;
}
.toggle-mobile span.two {
	top: 16px;
	transition: all 0.6s ease;
}
.toggle-mobile span.three {
	top: 24px;
	transition: all 0.6s ease;
}
.site-overlay {
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	z-index: -99;
	opacity: 0;
}
.site-overlay.overlay-show {
	z-index: 999;
	opacity: 1;
}
.mobile-menu .toggle-mobile {
	display: none;
}
.toggle-mobile.open span.one {
	transition: all 0.6s ease;
	transform: rotate(-50deg);
	top: 16px;
}
.toggle-mobile.open span.two {
	transition: all 0.6s ease;
	transform: rotate(50deg);
	top: 16px;
}
.toggle-mobile.open span.three {
	transition: all 0.9s ease;
	display: none;
	top: 24px;
}
.toggle-mobile {
	display: none;
}

 @media only screen and (max-width:1199px) {
.main-menu li {
    margin: 0 -1px;
}
 }



 @media only screen and (max-width:999px) {
.toggle-mobile {
	display: block;
}
.nav {
	display: none;
}
.toggle-mobile {
	position: relative;
	top: 0;
	right: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	order: 3;
}
.mobile-menu {
	top: 0;
	display: block;
	background: #fff;
	box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.37) !important;
}
.mobile-menu ul li {
	margin-bottom: 7px;
}
.mobile-menu nav.nav {
	display: block;
}
.mobile-menu nav.nav li a {
	color: #000;
	line-height: 34px;
	white-space: normal;
}
.mobile-menu nav.nav ul {
	flex-wrap: wrap;
}
.mobile-menu nav.nav ul li {
	display: inline-block;
	width: 100%;
	line-height: 24px !important;
}
.mobile-menu ul li .dropdown .fa {
	font-size: 20px !important;
	color: #000;
	position: initial;
}
.mobile-menu ul li .fa-angle-down {
	display: none;
}
.mobile-menu ul li .dropdown {
	display: block;
	position: absolute;
	right: 0px;
	top: 5px;
	font-size: 20px;
	color: #fff;
	width: 14px;
	text-align: end;
	height: 14px;
	border-right: solid 2px #3b3939;
	border-bottom: solid 2px #3b3939;
	transform: rotate(45deg);
}
.mobile-menu ul li .dropdown.open {
	top: 10px;
	transform: rotate(-136deg);
}
span.dropdown .fa-angle-down {
	display: none !important;
}
.mobile-menu ul li .dropdown.open .fa-angle-right {
	display: none;
}
.mobile-menu ul li .dropdown.open .fa-angle-down {
	display: block;
}
.mobile-menu ul li .dropdown {
	position: absolute;
	right: 0px;
	top: 7px;
}
.mobile-menu nav.nav ul li {
	position: relative;
	margin: 0 0 10px 0;
}
.mobile-menu nav.nav ul ul.sub-menu li {
	margin-bottom: 0px;
}
.main-menu li {
	margin-left: 0 !important;
}
.mobile-menu ul li {
	font-size: 15px;
	margin-bottom: 12px;
}
.main-menu li.register a {
	line-height: 40px !important;
}
.mobile-menu ul ul li {
	font-size: 14px;
}
.mobile-menu ul ul {
	padding-left: 10px;
}
.mobile-menu .cross {
	display: none !important;
}
.main-menu li a:hover, .main-menu li.current-menu-parent > a, .main-menu li.current-menu-item > a, nav.nav li ul.sub-menu li.current-menu-item > a {
	color: #0071ba !important;
}
.header-right {
	order: 2;
}
}
 @media only screen and (min-width:1000px) {
	 
	 
.main-menu > li > a {
    padding: 0;
    border-bottom: none;
    background: none;
    position: relative;
    display: flex; 
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 5px solid #fff;
    background:#0071ba; text-align:center;align-items: center;
    justify-content: center; text-transform:uppercase;
} 
.main-menu > li > a:hover{background:#1a95e5;}	 
.main-menu > li > a span {
    line-height:20px; color:#fff;
}	 
.main-list{margin-bottom:-50px;}	 
	 
nav.nav li {
	position: relative;
	text-align: left;
}
nav.nav li ul.sub-menu {
	width: 270px;
	transition: all 0.5s ease-in-out;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	top: 100%;
	background: #0071ba;
	box-shadow: 0 0 37px rgba(0, 0, 0, 0.07);
	padding: 0 0;
	z-index: 9; border:solid 4px #fff;
}
nav.nav li:last-child ul.sub-menu{left:auto; right:0 !important;}
nav.nav li ul.sub-menu .sub-menu {
	right: -250px !important;
	top: -20px !important;
	display: none;
}
nav.nav li ul.sub-menu .sub-menu:before {
	display: none !important;
}
nav.nav ul li:hover ul.sub-menu {
	top: 100%;
	transition: all 0.5s ease-in-out;
	opacity: 1;
	visibility: visible;
}
nav.nav li ul.sub-menu li:hover .sub-menu {
	display: block;
}
nav.nav li ul.sub-menu li a {
	padding:7px 20px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.2;
	text-transform: none;
	font-size: 14px;
}
nav.nav li ul.sub-menu li {
	font-size: initial;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
}
nav.nav li ul.sub-menu li a:hover {
	color: #0071ba; background:#fff;
}
.current-menu-item > a {
    background: #fff;
    color: #0071ba;
}
}
/*******************************************************/
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-4 {
	width: 33.333%;
}
.col-sm-8 {
	width: 66.66666667%;
}
 @media (min-width: 1100px) {
.page-id-283 .page-header{height:80vh !important;}
 }


 @media (min-width: 768px) {
.col-md-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
}
@media (min-width: 992px) {
.col-lg-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.col-lg-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
}
html {
	scroll-behavior: smooth;
}
body {
	overflow-x: hidden;
}
#wrapper {
	overflow: hidden;
}
body {
	padding-top: 195px;
}
.banner {
	float: left;
	width: 100%;
	position: relative;    max-height: 100vh;
    overflow: hidden;
}
.welcomeVid {
	float: left;
	width: 100%;
}
.arrow_bounce {
	position: absolute;
	left: 50%;
	bottom: 80px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.arrow-container {
	width: 70px;
	animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
	cursor: pointer;
	height: 20px;
}
 @keyframes bounce {
50% {
 transform: translateY(-15px);
}
}


#content {
	float: left;
	width: 100%;
}

.home-section2 {
	padding: 100px 0;
	text-align: center;
	background: #f4fafc;
}
.home-section2 .row{    align-items: center;}
.round{-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;}
.home-section2 h4{font-size:30px;  margin-bottom:25px;}
.center{text-align:center !important;}
.home-section2 img{margin-bottom:20px;    border: solid 5px #0071ba;}
.home-section2 .header-button{width:100%; font-size:18px; font-weight:400;}

.home-section3{text-align:center; padding:100px 0;}
.home-section3 .border_img{width:500px; max-width:100%; float:none; display:inline-block; vertical-align:top; margin-bottom:60px;}

.home-section4{text-align:center; padding:100px 0;background: #f4fafc;}
.home-section4 iframe{margin-bottom:30px;}
.service_box{float:left; width:calc(25% - 30px); margin:0 15px 30px 15px; background:#fff; padding:20px;-webkit-box-shadow: inset 0px 0px 7px 0px rgba(94,129,99,0.35);
    -moz-box-shadow: inset 0px 0px 7px 0px rgba(94,129,99,0.35);
    box-shadow: inset 0px 0px 7px 0px rgba(94,129,99,0.35);
    -webkit-box-shadow: 0px 0px 48px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 48px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 48px 0px rgba(0,0,0,0.1);-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);}
.service_box:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.home-section5{text-align:center; padding:100px 0;}
.home-section5 .border_img{    width: 400px;
    float: none;
    display: inline-block;
    vertical-align: top;}
.flexslider{position:relative; z-index:2;}
.home-section5 .flex-control-nav {
    display: none;
}
.home-section5 h3 {
    font-size: 30px;
    margin-bottom: 25px;
}
.home-section5 .row {
    margin: 0;
    display: block;
}
.home-section5 .col-sm-6{padding:0 50px;}
.home-section5 .header-button {
    padding: 10px 26px;
    line-height: 46px;
    font-size: 20px;
    width: 80%;
}
.home-section5 ul{padding-left:20px;}
.home-section5 li{list-style:disc; text-align:left;}
 .service_box img{float:left; width:100%; margin:0 0 20px 0; }
.service_box h3{font-size:20px; font-weight:400; margin-bottom:15px;}
.service_box .header-button {
    padding: 15px 26px;
    height: auto;
    line-height: 22px;
    font-size: 16px;
}

.section_heading {
	font-weight: 600;
	color: #3a4352;
	font-size: 40px;
	margin-bottom: 50px;
	line-height: 1.2;
	padding-bottom: 15px;
	position: relative;
}
.section_heading:before {
	content: "";
	width: 10%;
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 5px;
	background: #0071ba;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.home-section2 h3 {
	font-weight: 600;
	color: #717c93;
	font-size: 18px;
	margin-bottom: 20px;
}

.home-section1 {
	text-align: center;
	padding: 50px 0 50px 0;
}
.home-section1+.home-section1 {margin-top:-50px;} 
.home-section1 .row{align-items: center;}
.home-section1 .col-sm-6 {
	text-align: left;
}
.home-section1 .col-sm-6+.col-sm-6 {
	padding-left: 50px;
}
.home-section1 .header-button {
	margin-top: 20px;
}
.border_img {
	float: left;
	width: 100%;
	position: relative;
}

.border_img img {
	float: left;
	width: 100%;
	position: relative;
	z-index: 2;    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;border: solid 5px #0071ba;
}
.buttons {
	width: 300px;
	display: inline-block;
	vertical-align: top;
}
.buttons a {
	width: 100%;
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: normal;
}

.home-section1+.home-section1 {
	padding-top:0;
}

.home-section1+.home-section1 .row{    flex-direction: row-reverse;}
.home-section1+.home-section1+.home-section1 .row{    flex-direction: inherit;}

.home-section1 h4{text-align:center; font-size:24px;}






.testimonials {
	text-align: center;
	padding-top: 100px;
	margin-bottom: 0;
	background-size: cover !important;
	padding-bottom: 100px;
	position: relative;
	background-attachment: fixed !important;
}
.testimonials:before {
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	opacity: 0.5;
	z-index: 0;
}
.testimonials .container {
	position: relative;
	z-index: 1;
}
.testimonials h2 {
	margin-bottom: 20px;
	color: #fff;
}
.testimonials h3 {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 30px;
}
.page_footer {
	padding-top: 100px;
	background-color: #333333;
	float: left;
	width: 100%;
}
.footer-bottom {
	padding-top: 27px;
	padding-bottom: 27px;
	border-top: solid 1px rgba(255,255,255,0.08);
}
.footer-bottom p {
	font-size: 12px;
	line-height: 1.66;
	color: #ffffff;
}
.footer-bottom p a {
	color: #ffffff;
}
.footer-bottom ul {
	text-align: right;
}
.footer-bottom ul li {
	padding: 0 15px;
	position: relative;
	display: inline-block;
}
.footer-bottom ul li a {
	color: #ffffff;
	line-height: 20px;
}
.footer-bottom ul li + li:before {
	position: absolute;
	width: 1px;
	height: 20px;
	top: 0;
	left: -1px;
	content: '';
	background-color: #d8d8d8;
}
.footer-bottom ul li a:hover {
	color: #0071ba;
}
.page_footer .social_icon li a {
	filter: invert(99%) sepia(0%) saturate(795%) hue-rotate(232deg) brightness(112%) contrast(100%);
}
.page_footer .social_icon li a:hover {
	filter: invert(93%) sepia(74%) saturate(7288%) hue-rotate(154deg) brightness(90%) contrast(86%);
}
.image3 {
	margin-bottom: 50px;
	padding-right: 10%;
}
.footer-top p {
	font-size: 14px;
	line-height: 1.66;
	color: #ffffff;
	margin-bottom: 25px;
}
.footer-top .col-sm-4 {
	margin-bottom: 30px;
}
.list li {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}
.list li a:hover {
	color: #0071ba;
}
.list .facebook, .list .instagram {
	width: 15px;
	height: 20px;
	float: left;
	background-size: 100% auto;
	margin-right: 10px;
}
.list li a i {
	filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(279deg) brightness(106%) contrast(103%);
}
.list li a:hover i {
	filter: invert(27%) sepia(97%) saturate(1382%) hue-rotate(182deg) brightness(95%) contrast(101%);
}
.footer-top h2 {
	letter-spacing: 2px;
	line-height: 1.6;
	text-transform: uppercase;
	font-size: 14px;
	color: #fff;
	margin-bottom: 50px;
	font-weight: 700;
}
.footer-top h6 {
	color: #ffffff;
	font-size: 18px;
	line-height: 33px;
	padding-left: 35px;
	position: relative;
}
.footer-top h6:before {
	filter: invert(27%) sepia(97%) saturate(1382%) hue-rotate(182deg) brightness(95%) contrast(101%);
	background: url(images/clock.svg) no-repeat 0 center;
	background-size: 100% auto;
	content: '';
	width: 22px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 6px;
}
.footer-top h6+h6 {
	margin-top: 15px;
}
.footer-top h6 .sub-title {
	font-weight: 500;
	font-style: italic;
	font-size: 15px;
}
.footer-top h3 {
	color: #ffffff;
	font-size: 20px;
	margin-bottom: 25px;
}
.footer-top h4 {
	color: #ffffff;
	font-size: 32px;
	margin-bottom: 25px;
}
.footer-top h5 {
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 40px;
}
.footer-top h3 a, .footer-top h4 a, .footer-top h5 a {
	color: #ffffff;
}
.subscribe-form {
	display: flex;
}
.subscribe-form input[type='email'] {
	width: 100%;
	outline: none;
	border: 1px solid #eee;
	background-color: #ECEFF3;
	color: #888;
	font-weight: inherit;
	padding: 3px 20px;
	height: 50px;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	box-sizing: border-box;
}
.subscribe-form button[type='submit'] {
	padding: 0;
	width: 50px;
	position: relative;
	height: 50px;
	line-height: 50px;
	flex-shrink: 0;
	color: #fff;
	border-color: #0071ba;
	background-color: #0071ba;
	border: none;
	font-size: 0;
	cursor: pointer;
}
.subscribe-form button[type='submit']:hover {
	border-color: #3a4352;
	background-color: #3a4352;
}
.subscribe-form button:before {
	width: 50px;
	height: 50px;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/send.svg) no-repeat center center;
	filter: invert(100%) sepia(0%) saturate(7496%) hue-rotate(41deg) brightness(113%) contrast(98%);
	background-size: 40% auto;
}

.banner-btn-sec{position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%); width:100%;  text-align:center;}
.banner-btn-sec .header-button {
    padding: 20px 35px;
    font-size: 30px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin:10px;text-transform: uppercase;
}	
.page-header{      padding: 10px 0;
    position: relative;
    z-index: 1;  height: 40vw !important;
    margin-bottom: 40px;
    padding-top: 80px; min-height:350px;
    padding-bottom: 80px; text-align:center;    display: flex;
    align-items: center; background-size:cover !important;    background-position: center center !important;}
.page-id-443 .page-header {
    height: 20vw !important;
}

.page-header h1{    color: #fefefe;
    font-size: 52px;
    line-height: 52px;}	
.page-header .container{position:relative; z-index:2;}	
.page-header:before{position:absolute; z-index:0; content:''; width:100%; height:100%; position:absolute; left:0; top:0; background:rgba(0,0,0,0.6);}

.team-section1{margin:50px 0 0 0;}	
.col-6{float:left; width:50%;}
.team-section1 h3 {
    font-weight: 300;
    color: #3a4352;
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 1.2;
}
.team-section1 h2 {
    font-weight: 600;
    color: #3a4352;
    font-size: 40px;
    margin-bottom: 50px;
    line-height: 1.2;
    padding-bottom: 15px;
    position: relative;
}
.team-section1 h2:before {
    content: "";
    width: 10%;
    position: absolute;
    left:2;
    bottom: 0;
    height: 5px;
    background: #0071ba;
}
.team-section1+.team-section1{background:#f4fafc; padding:100px 0;}
.detail2{float:left; width:100%; margin-top:50px;}
.detail2 ul {padding-left:25px;}
.detail2 ul li{list-style:disc;}


.sidebar_page_section1{float:left; width:100%; padding:30px 0 70px;}
.sidebar_page_section1 ul{padding-left:20px; margin-bottom:20px;}
.sidebar_page_section1 ul li{list-style:disc;}
.sidebar_page_section1 ul li a{    color: #7A8A9E;}
.sidebar_page_section1 p a{    color: #7A8A9E;}
iframe{    max-width: 100%;}
.col-4{width:33.333%;}
.col-8{width:66.666%;}

.sidebar_page_section1 h2 {
    font-weight: 600;
    color: #3a4352;
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 1.2;
    padding-bottom: 15px;
    position: relative;
}
.sidebar_page_section1 h2:before {
    content: "";
    width: 10%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    background: #0071ba;
}

.sidebox{float:left; width:100%; background:#3a4352; padding:30px;}
.sidebox h4{    font-size: 30px;
    margin-bottom: 25px;    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 700;}
.sidebox ul li{font-size:16px; position:relative; padding-left:20px;}
.sidebox ul li:before{height:8px; width:8px; content:''; position:absolute; left:0; top:10px; background:#fff;-webkit-border-radius: 200px;
-moz-border-radius: 200px;
border-radius: 200px;}
.sidebar_page_section1 h3 {
    font-weight: 300;
    color: #3a4352;
    font-size: 26px;
    margin-bottom: 10px;
    line-height: 1.2;
}

.heading_sec{background:#0071ba; padding:50px 0; text-align:center;}
.heading_sec h2{font-weight: 600;
    color: #fff;
    font-size: 40px;
    margin:0 0 0 0;
    line-height: 1.2;}

.content_sec{padding:50px 0; text-align:center;}
.content_sec img{margin-bottom:30px;}
.content_sec h2{margin-bottom:20px;}
.content_sec h3 {
    font-size: 30px;
    margin-bottom: 0;     line-height: 1.4;
}
.content_sec h4 {
    font-size: 25px;
    margin-bottom:0; color:#0071ba;
}
.content_sec h5 {
    font-size: 22px;
    margin-bottom:26px; color:#35b1e3; font-weight:400;
}
.content_sec ul{display:inline-block; vertical-align:top; padding-left:20px; text-align:left;  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;}
.content_sec li{list-style:disc;}
.left{text-align:left !important;}



#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
z-index: 100;
display: none !important;
}

.cnt223 a{
text-decoration: none;
}
.cnt223 .header-button{margin-top:10px;}
.popup{
width: 100%; height:100%;
margin: 0 auto;
display: none;
position: fixed;
z-index: 99999999999999; left: 0;
    top: 0; overflow:auto;
}
.cnt223 {
    width: 600px;
    max-width: 80%;
    text-align: center;
    float: left;
    left: 50%;
    top: 50%;
    position: relative;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: rgba(255,255,255,0.7);
    padding: 20px;
    border: solid 5px #0071ba; box-sizing:border-box;
}

.cnt223 .x{
float: right;
height: 35px;
left: 22px;
position: relative;
top: -25px;
width: 34px;
}
.cnt223 .x:hover{
cursor: pointer;
}
.close {
    opacity: 1 !important;
    width: 30px;
    height: 30px;
    background: url('images/close.svg') no-repeat center center #0071ba;
    position: absolute;
    right:-5px;
    top: -5px;
    background-size:60% auto;
}
.close i{display:none !important;}

.cnt223 h2{margin:10px 0 15px 0; padding:0; font-weight:bold; font-size:26px; line-height:30px; color:#0071ba; }
.cnt223 p {
    color: #000;
}





.invisalign-slider{float:left; width:100%; text-align:center; padding:0 0 100px 0;}
.invisalign-slider img{width:500px; height:auto;max-width:100%;}
.flex-control-paging li a.flex-active {
    background: #0071ba;
}

.home-section1_new{text-align:center; padding:100px 0;}
.home-section1_new img{height:300px; margin-bottom:20px;}


.leftbar{float:left; width:70%; padding-right:30px;}

.sidebar{float:right; width:30%; padding-left:30px;}
.sidebar img{float:right; width:100%;    border: solid 5px #0071ba;}


.team_row{float:left; width:100%; padding-bottom:50px; margin-bottom:50px; border-bottom:solid 1px #0071ba;    display: flex;
    flex-wrap: wrap;
    align-items: center;}
.team_row:last-child{padding-bottom:0; margin-bottom:0; border-bottom:none;}

.team_text{float:left; width:60%; padding-right:15px;}
.team_img{float:left; width:40%; padding-left:15px;}
.team_img img{float:right; width:100%;    border: solid 5px #0071ba;}
.team_text h3{    font-size: 40px;
    margin-bottom: 0;
    line-height: 1.4;font-weight:700;  color: #0071ba; }
.team_text h4{    font-size: 30px;
    margin-bottom: 0;
    line-height: 1.4;  font-weight:400; margin-bottom:30px;}

.testimonials_sec{float:left; width:100%; padding-top:30px; margin-top:30px; border-top:solid 1px #0071ba;}
.test1{font-style:italic; font-size:22px; color:#35b1e3;}

.quote{float:left; width:100%; margin-bottom:30px;border-bottom:solid 1px #0071ba; padding-bottom:30px;    font-size: 18px;
    font-weight: 400;}
.quote:last-child{margin-bottom:0; padding-bottom:0;border-bottom:none;}
.name{display:block; font-style:italic;    color: #35b1e3;
}
.flexslider .slides{margin:0 !important; padding:0 !important;}
.flexslider .slides > li,.flex-control-nav li,.flex-direction-nav li {
    list-style: none !important;
}
.tour_box{text-align:center;}
.tour_box .flexslider{width:500px; max-width:100%; display:inline-block; vertical-align:top; float:none;}

/* Accordion
================================================== */
.acc-sec{float:left; width:100%;}

.acc {
width: 100%;
    max-width: 100%;
    display: inline-block;
    vertical-align: top;border-bottom:solid 1px #cecece;
}

.acc__card {
  margin: 0;
  position: relative;
}

.acc__title {
  background: #fff;
 line-height: 21px;
  font-size:20px;
  color: #000;
  cursor: pointer;
  display: block;
  padding:23px 30px; padding-right:60px;
  position: relative;
  text-align: left; border-top:solid 1px #cecece;      font-family: Roboto, sans-serif;
    font-weight:600!important;
}
.acc__title::after {
    width: 10px;
    height:10px;
    border-right: 2px solid #192038;
    border-bottom: 2px solid #192038;
    position: absolute;
    right:30px;
    content: " ";
    top:28px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.acc__title.active::after {
  -webkit-transform: rotate(-136deg);
          transform: rotate(-136deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.acc__panel {
  background: #fafafa;
  color: #212121;
  display: none;
  margin: 0;
  padding: 30px;
  text-align: left; border-top:solid 1px #cecece;
}
.acc__panel p{ font-style:normal !important;}



.acc__card ul {
    margin:0;
    padding:0 0 0 20px;
}
.acc__card ul li {
    font-size: 16px;
    line-height: 2.25;color: #414141;
    list-style: none; list-style:disc;
}

.contact_left iframe{float:left; width:100%; height:400px; margin-top:30px;}
.contact_left h3{    font-size: 40px;
    margin-bottom:20px;
    line-height: 1.4;font-weight:700;  color: #0071ba; }
.phone{background: url(images/phone.svg) no-repeat 0 center;    filter: invert(27%) sepia(97%) saturate(1382%) hue-rotate(182deg) brightness(95%) contrast(101%); padding-left:30px;    background-size:20px auto !important;}	
.fax{background: url(images/fax.svg) no-repeat 0 center;    filter: invert(27%) sepia(97%) saturate(1382%) hue-rotate(182deg) brightness(95%) contrast(101%); padding-left:30px;    background-size:20px auto !important;}	


.bounce {
	animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95);
	cursor: pointer;
}
 @keyframes bounce {
50% {
 transform: translateY(-15px);
}
}




/*********** gravity_form **************/

.gravity_form {
    display: block;
    max-width: 900px;
    margin: auto;
    box-shadow: 0px 0px 48px 0px rgba(0,0,0,0.1);
    padding: 30px;
    border-bottom: 4px solid #0071ba;
    border-radius: 5px;
}
.gravity_form .gform_heading {
    display: none !IMPORTANT;
}

.gravity_form .gform_wrapper ul.gform_fields li.gfield {
    margin: 0 !important;
    padding: 0 15px !important;
    margin-bottom: 20px !important;
    float: left !important;
    clear: initial !important;    background: none !important;
    border: none !important;
}

.gravity_form .gform_wrapper ul.gform_fields {
    display: initial !important;
    margin: 0 -15px !important;
    width: initial !important;
}

.gravity_form .gform_wrapper ul.gform_fields li.col100 {
    width: 100%;
}

.gravity_form .gform_wrapper ul.gform_fields li.col50 {
    width: 50% !important;
}

.gravity_form .gform_wrapper ul.gform_fields li.gfield input {
    width: 100% !important;
}

.gravity_form .gform_wrapper ul.gform_fields li.gfield label {
    display: none;
}

.gravity_form .gform_wrapper ul.gform_fields li.gfield input,.gravity_form .gform_wrapper ul.gform_fields li.gfield textarea {
    border: 1px solid #00000029;
    padding: 0 15px !important;
    height: 45px;
    font-size: 16px !important;
    color: #000 !important;
    background: #f5f5f5;
}

.gravity_form .gform_wrapper ul.gform_fields li.gfield textarea {
    padding: 10px 15px !important;
    height: 120px;
}

.gravity_form .gform_wrapper ul.gform_fields li.gfield input::placeholder, .gravity_form .gform_wrapper ul.gform_fields li.gfield textarea::placeholder {
    color: #000 !important;
}

.gravity_form .gform_wrapper .gform_footer {
    padding: 0 15px !important;
}

.gravity_form .gform_wrapper .gform_footer input {
    padding: 0 26px;
    height: auto;
    line-height: 46px;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    background: #0071ba;
    border: 0 !important;
    color: #fff !important;
    cursor: pointer;
}
.gravity_form .gform_wrapper ul.gform_fields li .ginput_container_name {
    margin: 0 -15px;
    width: initial !important;
}

.gravity_form .gform_wrapper ul.gform_fields li .ginput_container_name>span {
    float: left;
    width: 50% !important;
    padding: 0 15px !important;
}

.gravity_form .gform_wrapper ul.gform_fields li .ginput_container_address {
    margin: 0 -15px !important;
    width: initial !important;
}

.gravity_form .gform_wrapper ul.gform_fields li .ginput_container_address>span {
    float: left;
    width: 50%;
    padding: 0 15px !important;
    margin: 0 !important;
    margin-bottom: 20px !important;
}

li#field_1_7 {
    margin-bottom: 0 !important;
}

.gravity_form .gform_wrapper ul.gform_fields li .ginput_container_address .ginput_right+span.ginput_left {
    padding: 0 15px !important;
}

.gform_wrapper div.validation_error{display:none !important;}




.block{margin:0 -15px; display:flex;  }
.block:nth-child(even){    flex-direction: row-reverse;}
.block+.block{margin-top:50px;}

.img1{width:30%; padding:0 15px;}
.img1 img{margin:0 !important; width:100%;}
.text1{width:70%; padding:0 15px;}

@media (max-width: 1200px) {
.cnt223 {
    top:30px; max-width:90%;
-webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%);
}
.cnt223 {
    margin-bottom: 30px;
}
}	

div[data-videoid="LAO0IVBSndo"]{display:none !important;}



 @media (max-width: 999px) {
	 
	.home-section1+.home-section1 {margin-top:0;} 
 
.topbar {
	display: none;
}
.header_bottom {
	padding: 15px 0;
	height: 92px;
}
body {
	padding-top: 92px;
}
.topbar_left, .topbar_right {
	flex-wrap: wrap;
	background: #ececec;
	margin: 0 -30px;
	padding: 20px;
}
.topbar_left {
	margin-top: 30px;
}
.topbar_right {
	background: #ccc;
}
.brace_right_banner {
	padding: 40px;
}
.brace_left h1, .brace_right_banner h1 {
	font-size: 50px;
}
.brace_left h2, .brace_right_banner h2 {
	font-size: 30px;
}
.mobile-menu {
	overflow-x: hidden;
}
.social_icon ul li {
	margin-bottom: 0 !important;
}
.logo {
    width: 220px;
    padding: 0;
}
.logo_banner {
    position: absolute;
}
.service_box {
    width: calc(50% - 30px);
}
}
 @media (max-width: 767px) {
.col-6 {
	width: 100%;
}
.col-sm-6 {
	width: 100%;
}
.col-sm-4 {
	width: 100%;
}
.page_footer {
	padding-top: 50px;
}
.image3 {
	margin-bottom: 20px;
}
.footer-bottom p {
	margin-bottom: 20px;
}
.col-sm-8 {
	width: 100%;
}
.banner-btn-sec .header-button {
    padding: 0 20px;
    font-size: 14px;
    margin: 5px;text-transform: none;
}
.arrow-container {
    width: 50px;
}
.arrow_bounce {
    bottom: 40px; display:none !important;
}
.team-section1 .border_img {
    width: calc(100% - 30px);
    margin-top: 40px;
}
.team-section1 h2 {
    font-size: 30px;
}
.team-section1 h3 {
    font-size: 22px;
}
.home-section1 .col-sm-6+.col-sm-6 {
    margin-top: 30px; padding-left:15px;
}
.home-section1 .col-sm-6 {
    text-align: center;
}
.section_heading {
    font-size: 30px;
}
.home-section1 {
    padding: 50px 0;
}
.heading_sec h2 {
    font-size: 30px;
}
.home-section5 .col-sm-6+.col-sm-6{margin-top:30px; }
.home-section5 {
    padding: 70px 0;
}
.home-section4 {
    padding: 70px 0;
}
.footer-bottom {
    text-align: center;
}
.footer-bottom ul {
    text-align: center;
}
.home-section1_new img {
    height: auto;
}
.home-section1_new{padding-top:0;}
.home-section1 img{margin-bottom:20px;}


.invisalign-slider .col-sm-6+.col-sm-6 {
    margin-top:40px;
}

.page-header h1 {
    font-size: 36px;
    line-height: 40px;
}
.sidebar {
    width: 100%;
    padding-left: 0;
    margin-bottom: 30px;
}
.leftbar {
    width: 100%;
    padding-right: 0;
}
}

 @media (max-width: 479px) {
.content_sec ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
}	 
.service_box {
    width: calc(100% - 30px);
}	
.team_text {
    width: 100%;
    padding-right: 0;
}
.team_img {
    width: 100%;
    padding-left: 0; margin-top:30px;
}

.gravity_form .gform_wrapper ul.gform_fields li .ginput_container_name>span,.gravity_form .gform_wrapper ul.gform_fields li .ginput_container_address>span,.gravity_form .gform_wrapper ul.gform_fields li.col50,.gravity_form .gform_wrapper ul.gform_fields li.col50 {
    width: 100% !important;
}
.gform_wrapper li.field_sublabel_below .ginput_complex {
    margin-top: 0!important;
}

body .gform_wrapper .ginput_container span:not(.ginput_price) {
    margin-bottom:0 !important;
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}
.gravity_form .gform_wrapper ul.gform_fields li#field_1_1 .name_last{margin-top:20px !important;}



.block{margin:0 0; display:block; float:left;  }

.img1{width:100%; padding:0 0; margin-bottom:30px;float: left;}
.text1{width:100%; padding:0 0;float: left;}
}


.list_view li{color:#1a95e5;    font-size: 18px;}



.error404 .sidebar_page_section1 {
    text-align: center;
}
.error404 .sidebar_page_section1 img {
   width:200px; margin-bottom:20px;
}








.blog-sec {
	padding: 50px 0;
}
.blog-post {
	float: left;
	width: 100%;
	border-bottom: 2px solid #e8e8e8;
}
.blog-post h2{margin: 0 0 20px 0;color: #0071ba !important;font-size: 30px;}
.blog-post h2 a{ color: #0071ba !important;}

.blog-post h4 {
	margin: 0 0 20px 0;color: #0071ba !important
}
.blog-post h4 a {
	color: #0071ba !important
}
.blog-post h6 {
	color: #a3a3a3;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	text-transform: uppercase;
	margin: 0 0 30px 0
}
.blog-post h6 a {
	color: #a3a3a3
}
.blog-img {
	float: left;
	width: 400px;
	text-align: center;position: relative;
}
.blog-img img {
	width: 100%;
	float: left
}
.reamore1 {
	margin-top: -22px;
	background: #f3a720;
	line-height: 1.2;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 27px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	border: solid 4px #ebebeb;
	text-decoration: none;
	padding: 10px 20px;
	display: inline-block;
	vertical-align: top;
	position: relative
}
.w-blog-meta-date{position: absolute;
    top: 20px;
    left: 20px;
    width: 60px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    z-index: 2;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    background-color: #fff;}
.w-blog-meta-date-month {
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding-top: 6px;
}
.w-blog-meta-date-day {
    display: block;
    font-size: 32px;
    line-height: 32px;
}	
.w-blog-meta-date-year {
    display: block;
    font-size: 13px;
    line-height: 24px;
    padding-bottom: 4px;
}
	
	
.reamore1:hover {
	color: #f3a720;
	background: #fff;
	border-color: #f3a720;
}
.blog-text {
	color: #333;
	font-size: 20px;
	font-family: Conv_Gilroy-Heavy;
	font-weight: 400;
	line-height: 36px;
	padding:30px 0 0 440px
}
.no-image .blog-text {
	padding: 0
}
.no-image .blog-img {
	display: none!important
}
.hide-desktop {
	display: none
}
.no-image .hide-desktop {
	display: inline-block;
	margin-top: 20px
}
.pagination {
	float: left;
	width: 100%;
	margin: 20px 0 40px
}
.single-post .blog-img {
	margin-right: 40px
}
.pagination ul {
	margin: 0;
	padding: 0;
	text-align: center;
}
.pagination ul li {
	display: inline-block;
	list-style: none;
	margin: 0 5px;
	padding: 0!important;
	background: 0 0!important
}
.pagination ul li a, .pagination ul li span {
	background: 0 0;
	padding: 0 10px;
	line-height: 36px;
	color: #0071ba!important;
	float: left;
	min-width: 40px;
	text-align: center;
	border: solid 1px #0071ba;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px
}
.pagination ul li a:hover, .pagination ul li span {
	background: #0071ba;
	color: #fff!important
}
.single .blog-img {
	width: 100%;
	margin-bottom: 30px;
}
.single .blog-text {
	float: left;
	width: 100%;
	padding: 0;
}
.post-meta {
	display: inline-block;
	width: 100%;
	padding: 15px;
	background: #f5f5f5;
}
span.meta-tags {
	font-size: 18px;
	color: #000;
	font-weight: 400;
	line-height: 25px;
	display: inline-block;
	font-family: 'Lato', sans-serif;
}
span.meta-tags a {
	font-size: 16px;
	color: #0071ba;
}
.blog-text ul{margin-bottom: 1em; padding-left:25px;}
.blog-text ul li{
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.8;
	color: #7A8A9E; list-style:disc;
	font-size: 14px;
}
@media only screen and (max-width: 767px){
.blog-post {
    margin-bottom: 30px;
    padding-bottom: 30px;
}.blog-img {
    width: 100%;
    text-align: center;
    margin: 0 0 30px 0;
}
.blog-text {
    padding: 0;
    float: left;
    width: 100%;
}

}


.page-id-283 .page-header {
    background-position: center top !important;
}