html {
	font-family: 'Nunito';
	-webkit-font-smoothing: antialiased;
}

/* Added by Full Width Theme. DO NOT remove. */
#responsive-menu-container #responsive-menu ul.responsive-menu-submenu li.responsive-menu-item a {
	height:25px !important;
}
#responsive-menu-wrapper {
   width: 100% !important;
   transform: translateY(-50%) !important;
   position: absolute !important;
   top: 50% !important;
}

.responsive-menu-inner, .responsive-menu-inner::before, .responsive-menu-inner::after {
    border-radius: 0 !important;
}

#responsive-menu-container li.responsive-menu-item a .responsive-menu-subarrow {
   position: relative !important;
   display: inline-block !important;
   vertical-align: top !important;
}


body {
	font-size: 18px;
	line-height: 1.3;
	font-weight: 500;
	color: #000;
	font-family: 'Nunito';
	-webkit-font-smoothing: antialiased;
}
a {
	color: #17487d;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none;
	color: #1dbee5;
	box-shadow: none;
}
.rev_slider .caption b, .rev_slider .tp-caption b {
	font-size: inherit !important;
}
#responsive-menu-container #responsive-menu-title #responsive-menu-title-image {
    max-width: 50%;
}
.secondary-menu .scontact a{
	color: #FFF;
	font-size: 20px;
}
.secondary-menu .scontact a.btn {
	border-color: #FFF;
	color: #FFF;
	font-size: 14px;
	padding: 4px 5px;
	letter-spacing: 0px;
	margin-top: 8px
}
.secondary-menu .scontact a.btn:hover {
	background: #FFF;
	border-color:#FFF;
	color: #1dbee5;
}
.btn-primary {
	color: #fff;
	border: none;
	font-size: 16px;
	border-radius: 0px;
	background: #1d9add;
	padding-left: 2em;
	padding-right: 2em;
	letter-spacing: 2px;
	font-weight: 800;
	transition: background ease 0.3s;
	-webkit-transition: background ease 0.3s;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
	background: #0e3a68;
	border: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}
#mobile-header {
	display: none;
}
.byline {
	display: none !important;
}

.form-control {
	background: #eee;
	height: 55px;
	font-size: 16px;
	border-radius: 0px;
	border: none;
	box-shadow: none;
	color: #000;
}

h2 {
	font-size: 40px;
    color: #17487d;
    line-height: 1.3;
	margin: 0;
	margin-bottom: 0;
	font-weight: 500;
	position: relative;
    display: block;
	text-align: center;
	font-family: 'Georgia';
	border-bottom: 2px solid #1dbee5;
}
h2 strong {
	font-weight: 600;
}
h2.widget-title {
	font-size: 20px;
    color: #93b9dd;
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-align: left !important;
    /* max-width: 100%; */
	border: none;
}
h2.entry-title {
	font-size: 30px;
	color: #93b9dd;
	font-weight: 500;
	margin: 0;
	padding: 0;
	text-align: left !important;
	max-width: 100%;
	border: none;
}
h4 {
	font-size: 22px;
    color: #1dbee5;
    font-weight: 700;
    text-align: center;
    padding: 0;
    margin: 0;
	margin-top: 20px;
}
.award {
	text-align: center;
	padding: 30px;
}
.highlights-btns {
	margin-top: 80px;
}
#footer .widget {
	margin: 0;
}
.entry-meta {
	color: #17487d;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 600;
}
h1 {
	margin-top: 0px;
	margin-bottom: 0;
	color: #17487d;
	font-size: 14px;
	line-height: 2;
	font-weight: 500;
	font-family: 'Georgia';
}
#secondary .widget {
	font-size: 16px;
}
#primary .entry-content h1 {
	margin: 0;
}
h3 {
	font-size: 22px;
	color: #1b487c;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 0px;
	margin-top: 30px;
	font-family: 'Georgia';
}

.pages #primary,
.pages #secondary {
	padding-top: 0px;
	padding-bottom: 80px;
}


.pages #secondary .widget {
	padding-bottom: 0px;
}

#secondary .btn-primary {
	display: block;
	width: 100%;
}
.social-media .btn {
	font-size: 18px;
	color: #1a3356;
	border-radius: 0px;
	border: 2px solid #1a3356;
	font-family: 'Nunito';
	box-shadow: none !important;
	background: none;
	letter-spacing: 0px;
	font-size: 16px;
	font-weight: 500;
	padding: 5px 20px;
}
.social-media .btn:hover, .social-media .btn:focus {
	border-color: #1dbee5;
	color: #1dbee5;
	background: none;
	padding: 5px 20px;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
}
.btn span {
	border: 1px solid #FFF;
    padding: 10px;
    display: block;
}
.zoom-social-icons-list {
	text-align: center;
}
input,select,textarea {
	width:100%;
	margin-bottom: 5px;
	border: 1px solid #e4e4e4;
	background: #f4f4f4;
	outline: none;
	padding: 8px;
	
}
button, html input[type=button], input[type=reset], input[type=submit] {
	margin-top: 10px;
	background: #1dbee5;
	color: #FFF;
	outline: none;
	border: none;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
}
input[type=submit]:hover {
	background: #17487d;
	color: #FFF;
}
#mysticky-nav .myfixed {
    width: 100% !important;
}
#home-slider {
	border-bottom: 2px solid #1dbee5;
}
label {
    display: block;
}
#mainnav {
	float:right;
}
#address {
	float: right;
    text-align: right;
    margin-right: 20px;
    font-size: 15px;
    line-height: 1.3;
    color: #004c7b;
    margin-top: 10px;
	    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
	font-family: 'Nunito', sans-serif;
}
#address .widget {
	margin-bottom:0;
}
.contact-info {
	font-size: 15px;
    line-height: 1.3;
    color: #004c7b;
    margin-top: 10px;
	    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
	font-family: 'Nunito', sans-serif;
}
#address a, .contact-info a {
	color: #1dbee5;
	font-size: 26px;
	text-decoration: none;
	font-family: 'Nunito', sans-serif;
}

#address a:hover, .contact-info a:hover  {
	text-decoration: underline;
}
.tp-caption span {
	font-size: inherit !important;
	color: #1dbee5;
}
#logo-wrapper {
	background: #efefef;
	padding: 20px 0;
}
header .widget {
	margin-bottom: 0;
}
#menu-wrapper {
	background: #0e3a68;
}

#site-navigation ul li a {
	text-transform: uppercase;
	color: #fff;
	font-size: 1.7em;
	padding: 0 0.8em;
	line-height: 29px;
}

#site-navigation > ul > li:hover > a{
	background: #1d9add;
}

#site-navigation ul ul{
	background: #fff;
	white-space: nowrap;
}

#site-navigation ul ul li a {
	color: #000;
	font-size: 15px;
}

#site-navigation ul ul li a:hover {
	background: #1d9add;
	color: #fff;
}

#site-navigation ul ul {
	top: auto;
}

#site-navigation ul ul ul {
	top: 0;
}

#site-navigation ul ul a {
    width: 100%;
}


#menu {
	width: 100%;
	position: relative;
}

#phone {
	position: absolute;
	right: 0;
}

#phone a {
	line-height: 29px;
	color: #fff;
	font-size: 22px;
	line-height: 29px;
	padding: 0 0.3em;
	background: #1d9add;
	display: block;
}

#phone a:hover {
	opacity: 0.6;
}
/*#top_curtain {
	position: fixed;
    width: 100%;
    top: 0;
    left: 0;
	z-index: 9;
}*/
.shadow {
	background:url(images/shadow.png) center top no-repeat;
	background-size:contain;
	width: 100%;
	height: 100px;
	z-index:9;
	pointer-events: none;
	top: 0px;
	position: absolute;
}
.shadowup {
	background:url(images/shadowup.png) center bottom no-repeat;
	background-size:contain;
	width: 100%;
	height: 100px;
	z-index:9;
	pointer-events: none;
	bottom: 0px;
	position: absolute;
}
#highlights {
	padding: 100px 0 50px;
	position: relative;    
    clear: both;
	overflow: hidden;
}
#highlights h6 {
	text-align: center;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	margin-top: 40px;
	font-weight: 600;
	color: #17487d;
	font-size: 41px; 
	position: relative;
}
#highlights .highlight {
	min-height: 360px;
	background: rgba(255,255,255,.5);
	border: 5px solid #FFF;
	-webkit-box-shadow: inset 0px 0px 9px 3px rgba(0,0,0,0.4);
-moz-box-shadow: inset 0px 0px 9px 3px rgba(0,0,0,0.4);
box-shadow: inset 0px 0px 9px 3px rgba(0,0,0,0.4);
	padding: 30px 20px;
	-webkit-backdrop-filter: blur(10px); /* Safari 9+ */
    backdrop-filter: blur(10px); /* Chrome and Opera */ 
}
#highlights .highlight h4 {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 20px;
	color: #1b3355;
	font-weight: 600;
	margin-bottom: 20px;
}
#highlights .highlight h4 span {
	font-size: 35px;
}
#highlights .highlight p {
	font-size: 16px;
	color: #1b3355;
	font-weight: 600;
}
.testimonial-heading {
	font-size: 25px;
	color: #004c7b;
	margin: 0;
	margin-bottom: 8px;
}
.testimonial-inner {
	float: none;
	width: 100%;
	background: rgba(255,255,255,.8);
	padding: 15px;
	font-size: 20px;
	color: #004c7b;
}
#featured-services {
	padding: 50px 0;
	overflow: hidden;
    position: relative;
    clear: both;
	background: #eae8e8;
}

#featured-services .col-sm-6{
	list-style: none;
    padding: 20px;
    text-align: center;
    margin-bottom: 15px;
    height: 220px;
}
#featured-services .col-sm-6 a {
	display: block;
}

#featured-services .col-sm-6 h3 {
	color: #004c7b;
	font-size: 16px;
	font-weight: normal;
	line-height: 1;
	margin: 0;
	position: relative;
	display: inline-block;
	    padding: 5px;
    margin-top: 10px;
	font-family: 'Nunito';
	font-weight: 500;
	margin-bottom: 15px;
}

#featured-services .col-sm-6 a{
	display: block;
}

#featured-services .col-sm-6.one .icon{
	background: url(images/s1.png) no-repeat center center;
	width: 87px;
	height: 87px;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
	transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
}
#featured-services .col-sm-6.two .icon{
	background: url(images/s2.png) no-repeat center center;
	width: 87px;
	height: 87px;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
	transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
}
#featured-services .col-sm-6.three .icon{
	background: url(images/s3.png) no-repeat center center;
	width: 87px;
	height: 87px;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
	transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
}
#featured-services .col-sm-6.four .icon{
	background: url(images/s4.png) no-repeat center center;
	width: 87px;
	height: 87px;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
	transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
}
#featured-services .col-sm-6.five .icon{
	background: url(images/s5.png) no-repeat center center;
	width: 87px;
	height: 87px;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
	transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
}
#featured-services .col-sm-6.six .icon{
	background: url(images/s6.png) no-repeat center center;
	width: 87px;
	height: 87px;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
	transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
}
#featured-services .col-sm-6.one:hover .icon {
	background: url(images/s1.png) no-repeat center center;
	width: 87px;
	height: 87px;
	-webkit-box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.75);
box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.75);
}
#featured-services .col-sm-6.two:hover .icon {
	background: url(images/s2.png) no-repeat center center;
	width: 87px;
	height: 87px;
	-webkit-box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.75);
box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.75);
}
#featured-services .col-sm-6.three:hover .icon {
	background: url(images/s3.png) no-repeat center center;
	width: 87px;
	height: 87px;
	-webkit-box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.75);
box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.75);
}
#featured-services .col-sm-6.four:hover .icon {
	background: url(images/s4.png) no-repeat center center;
	width: 87px;
	height: 87px;
	-webkit-box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.75);
box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.75);
}
#featured-services .col-sm-6.five:hover .icon {
	background: url(images/s5.png) no-repeat center center;
	width: 87px;
	height: 87px;
	-webkit-box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.75);
box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.75);
}
#featured-services .col-sm-6.six:hover .icon {
	background: url(images/s6.png) no-repeat center center;
	width: 87px;
	height: 87px;
	-webkit-box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.75);
box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.75);
}
#featured-services .col-sm-6 p {
	display: none;
	font-size: 14px;
	line-height: 1;
	color: #96979b;
	font-weight: bold;
}
#featured-services .col-sm-6 p.btn {
	color: #FFF;
	font-size: 12px;
	padding: 5px;
	background: #1dbee5;
	border-color: #1dbee5;
	border: none;
	letter-spacing: 2px;
	
}
.services-btn a.btn {
	border-radius: 0;
	background: #1dbee5;	
	border-color: #1dbee5;
	color: #FFF;
	letter-spacing: 2px;
	font-size: 12px;
	transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
}
.services-btn a.btn:hover {
	background: #17487d;	
	border-color: #17487d;
	color: #FFF;	
}
.btn {
	border-radius: 0;
}
a.btn {
	padding: 8px 10px;
	background: #1dbee5;	
	border: none;
	color: #FFF;
	font-size: 16px;
	font-weight: 800;
	transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
	border-radius: 0;
}
a.btn:hover {
	background: #17487d;	
	color: #FFF;
}
#featured-services .col-sm-6:hover h3 {
	color: #17487d;
}
#featured-services .col-sm-6:hover {
	background: #d3d1d1;
}

#featured-services .col-sm-6:hover p {
	display: block;
}
.secondary-menu .col-sm-2 a{
	display: none;
}
.secondary-menu.element-is-sticky .col-sm-2 a{
	display: block;
}
.secondary-menu.element-is-sticky ul li {
	line-height: 70px;
}
.secondary-menu {
	background: #1dbee5;
	text-align: center;
	padding: 10px;
}
.secondary-menu ul {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
}
.secondary-menu ul li {
	text-align: center;
	font-size: 15px;
    line-height: 20px;
	padding: 0 10px;
}
.secondary-menu ul li a {
	color: #FFF;
	display: block;
	font-family: 'Nunito';
	font-weight: 600;
}
.secondary-menu ul li a:hover {
	color: #000;
}
#home-content {
	background: url(/wp-content/uploads/2020/03/services-1.jpg) no-repeat center center;
	background-attachment: fixed;
	background-size: cover;
	padding:60px 0px 0;
	position: relative;
}
.sub-page #home-content {
	background: #FFF;
}
.sub-page .home-img {
	background: none;
}
.offset-md-4 {
    margin-left: 33.333333%;
}
.container {
    width: 1020px;
}
.nopadding {
	padding: 0;
}
blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
    padding-bottom: 20px;
}
.h2-header {
	color: #FFF;
	text-align: center;
	padding: 20px 0 10px 0;
	position: relative;
	margin-bottom: 30px;
}
#home-content #primary {
	padding: 0;
	position: relative;
}

#our-office .col-sm-6 {
	padding: 0;
}
#our-office iframe {
	display: block;
}
#google-maps {
	position: relative;
	margin-top: -5px;
}

#google-maps iframe {
	pointer-events: none;
	display: block;
}

#google-maps-bar {
	position: absolute;
	bottom: 50px;
	width: 100%;
	background: rgba(153, 164, 181, 0.8);
	padding: 30px 0;
}

#google-maps-bar p {
	margin: 0;
	color: #0e3a68;
	font-size: 27px;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 0.06em;
	font-weight: bold;
}

#google-maps-bar p a {
	color: #0e3a68;
}

#google-maps-bar p a:hover {
	color: #1d9add;
}

#recent-posts {
	background: #fff;
	background-size: cover;
	padding:60px 0px;
	position: relative;
	clear: both;
}

#recent-posts .container .col-sm-4 {
	background-size:cover;
	min-height:200px;
}
#recent-posts .container .col-sm-4.one a{	
	background-size:cover;
	min-height:200px;
}
#recent-posts .container .col-sm-4.two a {
	background-size:cover;
	min-height:200px;
}
#recent-posts .container .col-sm-4.three a{
	background-size:cover;
	min-height:200px;
}
#recent-posts .container .col-sm-4 .overlay {
	padding:0px;
	width:100%;
	height:200px;
	color:#fff;
	text-align:center;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	position:relative;
	display:none;
}
#recent-posts .container .col-sm-4 .overlay .content {
	padding:30% 10px 0;
	width:100%;
	height:100%;
	line-height:20px;
	border:2px solid transparent
}
#recent-posts .container .col-sm-4 a {
	text-decoration: none;
}
#recent-posts .container .col-sm-4 h2 {
	display:block;
	color:#fff;
	border-bottom:0;
	background: rgba(23,72,125,.9);
	font-size:18px;
	text-align:center;
	position:absolute;
	bottom:0px;
	margin:0px;
	padding:8px 5px;
	font-weight: normal;
	text-transform: none;
	left: 0;
	right: 0;
	font-family: Georgia;
	
}
#recent-posts .container .col-sm-4 h2:before, #recent-posts .container .col-sm-4 h2:after {
	display: none;
}
#recent-posts .container .col-sm-4 .overlay p {
	margin-bottom:10px;
	color:#fff;
	font-size:15px;
	opacity:0;
}
#recent-posts .container .col-sm-4 .overlay .content .more {
	display:block;
	color:#fff;
	font-size:16px;
	text-decoration:underline;
	opacity:0
}
#recent-posts .container .col-sm-4 .overlay .content .more:hover {
	text-decoration:none
}
#recent-posts .container .col-sm-4:hover .overlay {
	background: rgba(29,190,229,.9);
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	display:block;
}
#recent-posts .container .col-sm-4:hover h2 {
	display:none;
}
#recent-posts .container .col-sm-4:hover .overlay {
	padding:20px 15px;
}
#recent-posts .container .col-sm-4:hover .overlay h2 {
	color: #fff;
    display: inline-block;
    position: relative;
    background: none;
    font-size: 18px;
	margin-bottom:0px;
	padding: 4px;
	font-weight:normal;
	font-family: Georgia;
}
#recent-posts .container .col-sm-4:hover .overlay h3 {
	padding:0px;
	margin:0px;
	font-size:18px;
	font-weight:normal;
	color: #fff;
	font-family: Georgia;
}
#recent-posts .container .col-sm-4:hover .overlay p.date {
	font-size: 15px;
	font-family: Georgia;
}
#recent-posts .container .col-sm-4:hover .overlay  p, #recent-posts .container .col-sm-4:hover .overlay  .more {
	opacity:1;
	font-size:15px;
	line-height:1.4;
	color: #fff;
}
 #recent-posts .container .col-sm-4:hover .overlay  .more {
	 font-size: 16px;
    text-decoration: underline;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #FFF;
    width: 50%;
    padding: 4px 10px;
    text-decoration: none;
	 bottom: 20px;
 }
#recent-posts.is-active .row .col-sm-4 {
	opacity:1;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-ms-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s
}
#recent-posts .container .col-sm-4 a {
	display: block;
    width: 100%;
    height: 100%;
	    position: relative;
	min-height: 200px;
}

   
#recent-posts.is-active .row .col-sm-4:nth-of-type(2) {
	-webkit-transition-delay:0.1s;
	-moz-transition-delay:0.1s;
	-o-transition-delay:0.1s;
	transition-delay:0.1s
}
#recent-posts.is-active .row .col-sm-4:last-of-type {
	-webkit-transition-delay:0.2s;
	-moz-transition-delay:0.2s;
	-o-transition-delay:0.2s;
	transition-delay:0.2s
}

body .footr-container {
	background: #17487d !important;
}

body .footr-container  p {
	margin: 0;
	line-height: 1.8;
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
}

body .footr-container  p.small {
	font-size: 12px;
}
body .footr-container span {
	color: #1dbee5;
}

/* testimonial slider */


.testimonial_author {
	display: none;
}

.east-t-slideshow-wrap,
.testimonial_slide {
	z-index: 1 !important;
}
.offset-sm-6 {
    margin-left: 50%;
}
#testimonials-bottom .social-media {
	margin-top: 30px;
	margin-bottom: 30px;
}
.strong-view.default .testimonial-inner {
    border: none !important;
}
.strong-view.default .testimonial {
    border: none !important;
}
.testimonial-name {
	font-size: 14px !important;
}
.strong-view-id-1 {
    float: none;
}
.strong-view-id-2 {
	padding: 20px;
	margin-bottom: 40px;
}
.strong-view.default .testimonial-image img {
    background: none !important;
    border: none !important;
}
.strong-view.default.slider-container.slider-adaptive:not(.slider-mode-horizontal) .wpmslider-viewport {
    border: none !important;
}
.speed-1 {
  transform: translateZ(-1px);
}
.speed-2 {
  transform: translateZ(-2px);
}
.speed-3 {
  transform: translateZ(-3px);
}
.offset-md-4 {
    margin-left: 33.333333%;
}
#review-section {
	padding: 115px 0;
	position: relative;
	overflow: hidden;
}
#location-section {
	padding: 60px 0;
	position: relative;
	overflow: hidden;
	background: #eae8e8;
}
#mysticky-nav.wrapfixed #zoom-social-icons-widget-2 {
	display: none;
}
#mysticky-nav.wrapfixed button#responsive-menu-button {
    top: 10px !important;
}
#mysticky-nav.wrapfixed #black-studio-tinymce-3 p,#mysticky-nav.wrapfixed #black-studio-tinymce-2 p {
	display: none;
}
#mysticky-nav.wrapfixed .social-media {
    text-align: center;
    margin-top: 18px;
}
#mysticky-nav.wrapfixed #logo {
	max-width: 150px;
}
#mysticky-nav.wrapfixed #address, #mysticky-nav.wrapfixed .contact-info {
    margin-top: 20px;
}
#logo {
	margin: 0 auto;
}
#top-footer {
	padding: 60px 0;
	position: relative;
	overflow: hidden;
}
#black-studio-tinymce-3 p, #black-studio-tinymce-2 p {
	margin-bottom: 0;
}
.sub-content-btns {
	margin-top: 50px;
}
.top-mobile {
	display: none;
}
#location-section {
	color: #034e7c;
	font-size: 20px;
	text-align: center;
}
#location-section .h2-header {
	margin-bottom: 40px;
}
#location-section h4 {
	font-size: 22px;
	color: #17481dbee57d;
	margin-bottom: 25px;
}
#location-section a {
	font-size: 28px;
	color: #034e7c;
}
#location-section iframe {
	border: 4px solid #1dbee5 !important;
}
#zoom-social-icons-widget-3{
	margin-top: 20px;
}
#testimonials-wrapper {
	padding: 60px 0 0;
	overflow: hidden;
	position: relative;
	background: url(/wp-content/uploads/2020/03/patients.jpg) center center;
    background-size: cover;
	background-attachment: fixed;
}
#testimonials-wrapper a.btn {
	width: 300px;
	margin-bottom: 15px;
}
.zoom-social-icons-list--no-labels .zoom-social_icons-list__item {
    border: 4px solid #FFF;
    border-radius: 50%;
	-webkit-box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.75);
box-shadow: 0px 0px 16px -2px rgba(0,0,0,0.75);
}
.site-header {
	position: relative;
}
.under-header {
	position: absolute;
    width: 100%;
    left: 0;
    bottom: -38px;
    z-index: 9999;
    text-align: right;
}
#masthead {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
.googlemaps {
	position: relative;
}
.maps-bar {
	position: absolute;
	width: 100%;
	background: rgba(255,255,255,.6);
	padding: 20px;
	bottom: 20px;
	text-align: center;
	font-size: 14px;
	color: #96979b;
	line-height: 1.3;
}
.maps-bar a {
	font-size: 18px;
	color: #96979b;
}
.maps-bar h3 {
	font-size: 22px;
	font-weight: 900;
	color: #1d9add;
	padding: 0;
	margin: 0;
	
}
body.admin-bar #masthead {
	top: 32px;
}
.widget .zoom-social-icons-list--no-labels.zoom-social-icons-list--without-canvas {
    margin-left: 0 !important;
    margin-top: 0 !important;
}
body {
	padding-top: 0px;
}
.easy-t-slideshow-wrap .cycle-slideshow {
    height: auto !important;
}
#logo {
	transition: width ease 0.2s;
	-webkit-transition: width ease 0.2s;
	text-align: center;
}
.social-media {
	text-align: center;
	margin-top: 25px;
}
body.scrolled #logo-wrapper a.btn {
	display: none;
}
body.scrolled #logo {
	width: 220px;
}
body button#responsive-menu-button {
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
}
body.scrolled button#responsive-menu-button {
	top: 0px;
}
body.scrolled #address {
	margin-top: 0;
}

.pages #google-maps iframe {
	height: 600px;
}

#slideshow-content {
	text-align: center;
}


#office-photos {
position: relative;
height: 480px;
}

.office-1,
.office-2,
.office-3 {
position: absolute;
}


.office-2 {
z-index: 2;
}

.office-3 {
z-index: 3;
}

.office-3 {
right: 0;
}

.office-1 {
left: 0;
}

.office-2 {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}


#organizations ul {
table-layout: fixed;
}


#page {
overflow: hidden;
}


