/* -- General Formatting */

.bggray {
    background-color: #f0f2f4;
    padding: 15px;
    width: 100%;
}

* {
	box-sizing: border-box;
}
.brand{
	font-family: 'Comfortaa', cursive;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #6d747f;
}

a {
	color: #282828;
	text-decoration:none;
	
}
.page a {
	text-decoration:underline;
}

/*a:hover { 
	opacity: .75;
}*/

.wrapper {
	width: 1200px;
}

.ilb {
	display: inline-block;
}

.rel {
	position: relative;
}

.abs {
	position: absolute;
}


/* -- Button Formatting */

a.btn,
input[type="submit"],
input[type="button"] {
	display: inline-block;
	margin: 0 5px;
	background:#4E8AFB;
	color:#fff;	
	padding: 10px 20px;
	font-size:16px;
	text-decoration:none;
	border:1px solid #4E8AFB;
	border-radius:4px;
	font-weight:400;
}

a.btn:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
	background-color: #FFF;
	color:#4E8AFB;
	opacity: 1; 
	border:1px solid #4E8AFB;
}

a:hover{color: #dc7b00;}


/* -- Header Formatting */

.header { 
	background-color:#fff;
	display:inline-block;
	width:100%;
}
.header .wrapper{  
	width:auto;
	padding:0 60px;
}
.logo{
 	margin-top:17px;
}
.logo img{
	height:73px;
}
.h_nav a.level_0{
	color:#1F1F1F;
}
.h_nav a.level_0 {
 
    padding: 0 20px;
}
.h_nav a.level_0:hover, .dropdown .child a:hover {
	background:#4F8BFB;
	color:#ffffff;
}

.right_nav {
	width:65%;
}
.desktop_nav {
	float:right;
	clear:both;
}

.nav_info {
	list-style:none;
	margin-bottom: 15px;
	float:right;
}
.nav_info li {
	display:inline-block;
	padding: 0 15px;
	position:relative;
	color: #1F1F1F;
}
.nav_info li a{
	color: inherit;
    font-size: 15px;
	color:#4E8AFB;
}
.nav_info li:first-child{
	padding-left:0;
}
.nav_info li:last-child {
	padding-right:0;
	padding-left:0;
}
.nav_info li span {
	position:absolute;
	right:-3px;
}
.nav_info li a.appointment{
	background: #4E8AFB;
    color: #ffffff;
    font-weight: bold;
    padding: 7px 35px;
    display: inline-block;
    border: 1px solid #4E8AFB;
	border-radius:4px;
}
.nav_info li a.appointment:hover {
	background:#ffffff;
	color:#4E8AFB;
	border: 1px solid #4E8AFB;
}
.nav_info li a.login{
	background: #ffffff;
    color: #4E8AFB;
    font-weight: bold;
    padding: 7px 35px;
    display: inline-block;
    border: 1px solid #4E8AFB;
	border-radius:4px;
}
.nav_info li a.login:hover {
	background:#4E8AFB;
	color:#ffffff;
	border: 1px solid #4E8AFB;
}
 a.mobile_appointment{
	background: #ffffff;
    color: #4E8AFB;
    font-weight: bold;
    padding: 7px 35px  8px 35px ;
    display: inline-block;
    border: 1px solid #4E8AFB;
    float: right;
    margin-top: 25px;
	margin-right:10px;
}
 a.mobile_appointment:hover {
	background:#4E8AFB;
	color:#ffffff;
	border: 1px solid #000000;
}
 a.mobile_login{
	background: #ffffff;
    color: #4E8AFB;
    font-weight: bold;
    padding: 7px 35px  8px 35px ;
    display: inline-block;
    border: 1px solid #4E8AFB;
    float: right;
    margin-top: 25px;
	margin-right:10px;
}
 a.mobile_login:hover {
	background:#4E8AFB;
	color:#ffffff;
	border: 1px solid #000000;
}
.fot_logo:hover{
	opacity:0.7;
}
.fot_logo img{
	width:100px;
}



/* -- Navigation Formatting */



/* -- Page Formatting */

.parallax{ 
    height: 500px;  
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	position:relative;
}
.parallax .overlay{ 
    position:absolute;
	z-index:4;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:#000;
	opacity:0.4;
}
.parallax .copy{
    position: relative;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
 	color:#fff; 
	width:800px;
	text-align:center;
	z-index:11;
}
.parallax .copy .btn{
     
}
.parallax h2{
	color:#fff;
}
.parallax p{
	color:#fff;
	
}
.banner { 
	padding-bottom: 31%;
	background-size:cover;
	position:relative;
}

.banner .text_wrap {
	text-align: left;
    position: absolute;
    width: 50%;
    color: #fff;
    top: 33%;
	left:0;
	
	padding-left:60px;
	top: 50%;
     transform: translate(0,-50%);	
}

.banner .text_wrap a {
	 text-align:center;
}
.banner .text_wrap a span {
 display:block;
 font-size:14px;
 font-weight:normal;
 text-align:center;
}

.banner .text_wrap h2 {
	font-size: 40px;
    margin: 0;
    font-weight: 400;
	color:#fff;
    
    text-shadow: 1px 1px 4px #1f1f1f;
	text-align: left;
}

.banner .text_wrap p {
	font-size: 30px;
    margin: 0 0 10px 0;
	text-shadow: 1px 1px 4px #1f1f1f;
}
.banner .text_wrap .desc{
	font-size: 18px;	
	padding-bottom:5px;
}
.btn{
	font-weight: bold;
    min-width: 135px;
	margin-top:20px;
	text-align:center;
}
section {
	padding: 60px 0;
}

.section_padless {
	padding: 0;
}

h1 {
	font-size: 35px;
    margin: 0 0 45px 0;
    color: #231F20;
    letter-spacing:3px;
    font-weight: 900;
	position:relative;
}
h2 {
	font-size: 30px;
    margin: 0 0 45px 0;
    color: #231f20;
    letter-spacing:3px;
    font-weight: 400;
	position:relative;
	text-align:center;
}

.underline {
	width: 45px;
    height: 2px;
    background: #777877;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 46px;
    left: 50%;
    margin-left: -23px;
}

#services h2 .underline {
	background:#1f1f1f;
}


#services {
	background:white;
	border-top: #F0F0F7 solid 1px;
	
}
.white{
	color:#fff;
}
.border{
	border-bottom: 10px solid #1f1f1f;
	position:relative;
}
.border:after {
	position: absolute;
    left: 50%;
    right: 0;
    bottom: -10px;
    border-bottom: 10px solid #1f1f1f;
    content: '';
}
#services .w_25 {
	width: 24%;
    display: inline-block;
    margin-right: 10px;
	position:relative;
	vertical-align: text-top;
}
#services .w_25:last-child {
	margin-right:0;
}
#services .w_25 img{
    width: 60%;
    margin: 0 20%;
}
 
#services .w_50 {
	width: 48.5%;
    display: inline-block;
    margin-right: 10px;
	position:relative;
	vertical-align: text-top;
}
#services .w_50:last-child {
	margin-right:0;
}
#services .w_50 .left {
    width: 140px;
    float: left;
    margin-right: 30px;
}
 
#services .w_50  .ser_info{
	text-align: left; 
}
#services .w_50 .ser_info{
	padding-right:20px;
	height:auto;
	padding-bottom:50px;
}
#services .w_50:nth-of-type(2n){
	clear:both;
}

#services .ser_info{
	position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #1f1f1f;
	padding-top:20px;
}

#services .ser_info p {
 	margin-bottom: 10px;
}

#services .ser_info h3 {
	 
    font-size: 25px;
    margin: 0;
    font-weight: 400;
	line-height:25px;
}
#services .ser_info a{
	position: relative;
	margin:10px auto;
     
}

.testimonial_feed .entry{
	margin:0;
}

.about{
	background:url("../../uploads/layout/terry_about.jpg");
	background-size:cover;
	background-position:center center;
	background-attachment:fixed;
    padding: 80px 0;
}

.about_info {
	width:auto;
}
.about_info h2 {

    margin-bottom: 30px;
}
 
.notice .w_50{
	float:left;
}
.notice {
	float:left;
	width:100%;
	position:relative;
 	background-position:left center;
	background-size: 50% 100%; 
}
.notice .w_50 .notice-wrap .grid{
	padding:0 30px 0 20px ;
}


.border-left-down {
	position:absolute;
	left:0;
	top:0;
	width:10px;
	height:100%;
	background:#1f1f1f;
}
.border-left-up {
	position:absolute;
	left:0;
	top:0;
	width:10px;
	height:50%;
	background:#1f1f1f;
}
.border-right-down {
	position:absolute;
	right:0;
	top:0;
	width:10px;
	height:100%;
	background:#1f1f1f;
}
.border-right-up {
	position:absolute;
	right:0;
	top:0;
	width:10px;
	height:50%;
	background:#1f1f1f;
}
.border-middle-up {
	position:absolute;
	left:50%;
	margin-left:-5px;
	top:0;
	width:10px;
	height:100%;
	background:#1f1f1f;

	
}
.border-middle-down{
	position:absolute;
	left:50%;
	margin-left:-5px;
	bottom:0;
	width:10px;
	height:50%;
	background:#1f1f1f;
}
.notice-wrap  {
	width:auto;
	margin:0 auto;
	float:none;
	text-align:center; 
}
.testimonial {
	width: 460px;
    margin: 0 auto;
}
.testimonial .icon {
	background:url(../../uploads/layout/quote_icon.jpg) no-repeat;
	width:149px;
	height:43px;
	display:inline-block;
}
.test_img{
	    float: left;
    margin-right: 20px;
}
.test_content {
		float:right;
}
.quote-icon{
	position:absolute;
	background:url(../../uploads/layout/quote.png) no-repeat;
	width:177px;
	height:158px;
	bottom:0;
	right:10px;
}

.test_wrap {
	z-index: 4;
    position: relative;
}

.site_container {
	padding-bottom:162px;
}

.template_1 {
	display:inline-block;
	width:100%;
	
}

/* -- Footer Formatting */

.footer1 { 
	
	background: #1F1F1F;
    display: inline-block;
    width: 100%;
	padding:36px 0 9px 0;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
}
.footer1 .w_33 {
	float:left;
}

.footer1 .appointment{
    background: #4E8AFB;
    color: #ffffff;
    font-weight: bold;
    padding: 7px 35px;
    display: inline-block;
    border: 1px solid #4E8AFB;
	margin-top:0px;
	border-radius:4px;
}

.footer1 .appointment:hover{
    background: #ffffff;
    color: #4E8AFB;
    border: 1px solid #4E8AFB;
}


.social {
	list-style: none;
    padding: 10px 0 0 0;
	margin:0;
	position:relative;
	width:100%;
 
} 
.social li{
	display:inline-block;
	
}
.social li a { 
	color:#fff;
	font-size:25px;
	margin-right:18px; 
	
}

.social li a:hover {
	color:#4E8AFB;
}
.footer1 p {
	color: #fff;
    font-size: 12px;
    margin: 10px 0 0 0;
}
.footer1 p a {
	color:#fff;
	text-decoration:underline;
}
.fot-logo {
	text-align:center;
}
.fot-info {
	text-align:right;
	color:#fff;
	position:relative;
}
.fot-info .nav_info li{
	padding:0;
	
}
.fot-info .nav_info li a {
	color:#fff;
	font-size:12px;
}

.internal-banner .text_wrap h1{
	color: #fff;
    font-size: 38px;
    text-shadow: 1px 1px 10px #1F1F1F;
	text-align:center;
	margin-bottom: 0;
}
.page h1 {
	text-align:center;
}

form .label, .form .label {
	font-size: 14px;
    color: #484949;
}

.form .field.tc input {
	border: 1px solid #8a8a87;
    padding: 9px;
}
form .field textarea, .form .field textarea {
	border: 1px solid #8a8a87;
	height:200px;
}

input[type="submit"], input[type="button"] {
 	display: inline-block;
	margin: 0 5px;
	background:#4E8AFB;
	color:#ffffff;
	font-size:16px;
    border:1px solid #4E8AFB;
    margin-top: 20px;
	padding: 10px 20px;
}
.desktop_nav .level_0 {
	
}
.h_nav .child:hover{
	background:#ffc648;
}

.page .testimonial {
	width:100%;
}
.page .testimonial .entry .quote div {
	font-size:16px;
}
.page .testimonial .entry {
    margin: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.page .testimonial .entry {
	margin: 15px;
    border-bottom: 1px solid #d6d1d1;
    padding: 20px;
    background: #f3f3f3;
	display:inline-block;
}
.testimonial_feed .test_content a:hover{color: #dc7b00;}
.testimonial_feed .entry .details {
	display: inline-block;
    float: right;
}
/* .slick-prev:before {
	background:url('../../uploads/left-arrow.jpg') no-repeat;
	width:35px;
	height:35px;
}
.slick-prev:after {
	background:url('../../uploads/right-arrow.jpg') no-repeat;
	width:35px;
	height:35px;
} */
.internal-banner {
	position:relative;
}
.gradient-color-overlay {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	background: rgba(31,170,161,0.73);
background: -moz-linear-gradient(left, rgba(31,170,161,0.73) 0%, rgba(255,255,255,0) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(31,170,161,0.73)), color-stop(100%, rgba(255,255,255,0)));
background: -webkit-linear-gradient(left, rgba(31,170,161,0.73) 0%, rgba(255,255,255,0) 100%);
background: -o-linear-gradient(left, rgba(31,170,161,0.73) 0%, rgba(255,255,255,0) 100%);
background: -ms-linear-gradient(left, rgba(31,170,161,0.73) 0%, rgba(255,255,255,0) 100%);
background: linear-gradient(to right, rgba(31,170,161,0.73) 0%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1faaa1', endColorstr='#ffffff', GradientType=1 );
display:none;
}
.footer1 .nav_info li:first-child {
	    border-right: 1px solid #fff;
    padding-right: 10px;
    margin-right: 10px;
}
.template_3 #services {
	background: #363a40;
	border:none;
}
.template_3 #services:after{
	border:none;
}
.template_3 #services .white {
	color:#1F1F1F;
}
.template_3 #services h2 .underline {
	background:#1F1F1F;
}
 
/* benefits */

.benefits{
	background-color:#F0F0F7 !important;
}

.page_19 .social{
	text-align: center;
}
.page_19 .social li{
	display:inline-block;
}
.page_19 .social a{
	color:#4E8AFB;
}
.page_14 ul {
  columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
  margin-bottom:30px;
  list-style-position: inside;
} 
#services .ser_info {
    height: 230px;
}
 
#services .ser_info a{
	position: absolute;
      margin: 0;  
    bottom: 0;
    transform: translate(-50%,-50%);
} 

.slick-slide{
	padding:20px;
}
.slick-slide img {
    display: block;
    margin: auto;
	max-width:100%;
	height:75px;
}
