/* 
BASE
*/
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.5;
	color: #505050;
	position: relative;
}
a {
	text-decoration: none !important;
}
p, h1, h2, h3, h4 {
	margin: 0;
}
textarea, input, button {
	outline: none;
}

/*
HEADER AND BANNER
*/
header {
	background: #fff;
	position: relative;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.10);
}
.header-top {
	padding: 20px 10px;
}
.header-logo {
	display: inline-block;
}
.header-logo img {
	height: 50px;
	display: inline-block;
}
.header-contact {
	line-height: 1.0;
	overflow: hidden;
	padding-top: 9px;
}
.header-contact p {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.0;
	text-transform: uppercase;
	margin: 0 0 5px 42px;
}
.contact-icon {
	background: #1e78b4;
	padding: 8px;
	border-radius: 100px;
	float: left;
	height: 35px;
	width: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact-icon img {
	display: block;
}
.contact-numbers {
	float: left;
	margin-left: 10px;
}
.contact-numbers span {
	font-size: 20px;
	color: #000;
}
.contact-numbers a {
	font-size: 24px;
	font-weight: 300;
	color: #1e78b4 !important;
	line-height: 1.0;
	padding: 4px 0;
	display: block;
}
.section-banner {
	background: url(../img/header-bg.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	position: relative;
	z-index: 1;
}
.section-banner h1 {
	font-family: 'Didact Gothic', sans-serif;
	font-size: 60px;
	color: #fff;
	line-height: 60px;
	text-align: center;
	padding: 360px 20px 300px;
}
.img-effect {
	border: 1px solid #000;
}
.img-effect-w {
	border: 1px solid #fff;
}
.img-small {
	display: none;
}
.img-big {
	display: block;
}
.banner-small {
	display: none;
}
.banner-big {
	display: block;
}
@media (max-width: 600px) {
	.header-logo {
		text-align: center;
	}
	.header-logo img {
		height: 40px;
	}
	.contact-numbers a {
		font-size: 20px;
		padding: 0;
	}
	.contact-numbers span {
		margin-bottom: 2px;
	}
	.header-contact {
		float: none;
		padding-top: 0;
	}
	.header-contact p {
		text-align: center;
		margin: 0 0 5px 0;
	}
}

/*
SECTIONS
*/
.section {
	margin: 60px 0;
}
.section h2 {
	font-family: 'Didact Gothic', sans-serif;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.25;
	text-align: center;
	margin-bottom: 0;
}
.section p {
	text-align: justify;
	margin-bottom: 15px;
}
.section p:last-child {
	margin-bottom: 0;
}
.section span {
	font-weight: 300;
	color: #000;
}
.section ul {
	padding: 0 0 0 18px;
	margin: 0;
	list-style-type: disc;
	list-style: outside;
}
.section li {
	line-height: 1.5;
	margin-bottom: 15px;
}
.section li:last-child {
	margin-bottom: 0px;
}

/*
COMMON
*/
.container .row {
	padding: 0 10px;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.section-how, .section-services, .section-what, .section-location, .section-pricing {
	background: #fff;
}
.info-content h2 {
	padding-top: 40px;
	border-top: 1px dashed #0a2846;
}
.section-how h2, .section-what h2, .section-services h2, .section-about h2, .section-pricing h2, .section-members h2 {
	text-align: left;
}
.section-testimonial h2, .section-faq h2 {
	margin-bottom: 20px;
}
.section-pricing h2, .section-services h2, .section-location h2, .section-members h2 {
	color: #1e78b4;
}
.section-how h2::after, .section-about h2::after, .section-what h2::after, .section-services h2::after, .section-location h2::after, .section-pricing h2::after, .section-members h2::after {
	content: "";
	background: #c8c8c8;
	width: 100%;
	height: 1px;
	display: block;
	margin: 10px auto 20px auto;
}
.section-about h2::after {
	background: #fff;
}
.wa-btn {
	line-height: 0;
	display: block;
	padding: 12px;
	background-color: #0a961e;
	border-radius: 100%;
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 999;
}
@media (max-width: 767px) and (min-width: 480px) {
	.col-sm-5 {
		width: 40%;
		float: left;
	}
	.col-sm-7 {
		width: 60%;
		float: left;
	}
}

/*
HOW
*/
.section-how {
	background: #dcdcdc;
	padding: 60px 0;
	margin-top: 0;
}
.section-how h2 {
	color: #fff;
}
.section-how li {
	color: #fff;
	padding: 0;
}
.section-how p {
	margin-bottom: 15px;
}
.section-how ul {
	margin-bottom: 0px !important;
}
.section-how li span {
	font-weight: 500;
	color: #50bef0;
}
.needs {
	text-align: center;
	padding-top: 30px;
	border-top: 1px solid #c8c8c8;
}
.needs h3 {
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 15px;
}
.needs a {
	color: #fff !important;
	line-height: 1.0;
	background: #f54b4b;
	padding: 16px 48px 16px;
	display: inline-block;
	border-radius: 24px;
	-webkit-transition: background-color 1s ease;
	-moz-transition: background-color 1s ease;
	-o-transition: background-color 1s ease;
	transition: background-color 1s ease;
}
.needs a:hover {
	background: #1e78b4;
}
.section-banner h1 span {
	font-family: 'Didact Gothic', sans-serif;
	font-size: 28px;
	font-weight: 400;
	color: white;
	line-height: 1.0;
}
@media (max-width: 480px) and (min-width: 0px) {
	.section-banner h1 span {
		font-size: 24px;
		display: inherit;
		line-height: 1.25;
	}
}

/*
.circle {
	font-weight: 500;
	line-height: 1.25;
	position: relative;
	display: block;
	background-color: transparent;
	color: #1e78b4;
	text-align: center;
}
.circle:after {
	display: block;
	padding-bottom: 100%;
	width: 100%;
	height: 0;
	border-radius: 50%;
	background-color: #fff;
	content: "";
}
.circle__inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.circle__wrapper {
	display: table;
	width: 100%;
	height: 100%;
}
.circle__content {
	display: table-cell;
	padding: 1em;
	vertical-align: middle;
}
*/
.feature {
	margin: 15px 0;
}
.feature p {
	font-weight: 600;
	text-align: center;
}
.circle {
	width: 80px;
	height: 80px;
	padding: 20px;
	background-color: #fff;
	border-radius: 40px;
	margin: 0 auto 15px;
}

/*
MEMBERS
*/
.section-members img {
	margin: 0 auto;
}
.name-position {
	background: #f5f5f5;
	padding: 20px 10px;
	min-height: 127px;
}
.name-position p {
	text-align: center;
}

/*
TAGLINE
*/
.section-tagline p, .tag-three h2 {
	font-size: 36px;
	line-height: 1.25;
	text-align: center;
}
.tag-one {
	text-align: center;
	padding: 60px 0;
	background: #0082c8;
}
.tag-one p {
	color: #fff;
}
.tag-two a {
	color: #0082c8 !important;
}
.tag-two span {
	color: #1e78b4;
}
.get-appointment {
	font-size: 20px;
	font-weight: 600;
	color: #0082c8;
	background: #fff;
	display: inline-block;
	padding: 15px 32px;
	margin-top: 15px;
	border-radius: 30px;
	border: none;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	-webkit-transition: color 1s ease;
	-moz-transition: color 1s ease;
	-o-transition: color 1s ease;
	transition: color 1s ease;
}
.get-appointment:hover {
	color: #1e78b4;
}
.tag-three {
	padding: 30px 0;
}
.tag-promo {
	font-size: 24px;
	line-height: 1.25;
	text-align: center;
	margin: 0;
}
.tag-promo .col-xs-12 {
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 6px double #c8c8c8;
	border-bottom: 6px double #c8c8c8;
}
.tag-promo h2, .tag-promo h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 48px;
	font-weight: 700;
	color: #1e78b4;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.tag-promo h2 {
	color: #000;
	margin-bottom: 30px;
}
.tag-promo h3 {
	margin-bottom: 4px;
}
.tag-promo span {
	font-weight: 500;
	color: #505050;
}
.tag-promo h2 span {
	font-weight: 700;
	color: #0082c8;
}
.tag-promo h4 {
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	color: #1e78b4;
}
.tag-promo p {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	text-align: center;
}
.tag-promo a {
	font-size: 20px;
	font-weight: bold;
	color: #fff !important;
	line-height: 1.5;
	background: #0a961e;
	padding: 15px 48px;
	display: inline-block;
	border-radius: 30px;
	-webkit-transition: background-color 1s ease;
	-moz-transition: background-color 1s ease;
	-o-transition: background-color 1s ease;
	transition: background-color 1s ease;
}
.tag-promo a:hover {
    background: #46e114;
}

/*
SERVICES
*/
.section-services {
	margin-bottom: 30px;
}
.section-services h3 {
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.section-services ul {
	list-style-type: disc;
	padding-left: 20px;
}
.section-services .info-details {
	border-bottom: 1px solid #c8c8c8;
}
.section-services img {
	margin-bottom: 30px;
}
.section-services li {
	line-height: 1.5;
	margin-bottom: 10px;
	text-align: justify;
}
.service-title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px !important;
}
.service-list {
	margin-bottom: 30px;
}
.section-services .service-list:last-child {
	margin-bottom: 0;
}
.prices-text {
	margin-bottom: 30px !important;
}
@media (max-width: 767px) {
	.section-services img {
		width: 100%;
		margin-bottom: 10px;
	}
}

/*
ABOUT
*/
.section-about {
	background: #1e78b4;
	padding: 40px 0;
	margin-bottom: 0;
}
.section-about h2 {
	color: #fff;
	font-weight: 300;
}
.section-about p {
	color: #fff;
}
.section-about span {
	color: #fff;
	font-weight: 400;
}
#about {
	margin-top: 20px;
}
.about-details {
	background: #fff;
	padding: 20px 20px 10px;
}
.about-details p {
	color: #000;
	margin-bottom: 10px;
}
.about-img-row p {
	line-height: 20px;
	text-align: center;
	margin-bottom: 15px !important;
}
.about-img-row  img {
	margin-bottom: 15px !important;
}

/*
PRICING
*/
.services-prices {
	margin-top: 30px;
}

/*
FAQ
*/
.section-faq {
	background: #f5f5f5;
	padding: 60px 0;
	margin: 0;
}
.section-faq h2 {
	color: #000;
}
.info-content {
	margin-bottom: 5px;
}
.info-button, .about-button {
	font-weight: 400;
	line-height: 1.25;
	color: #fff !important;
	text-align: left;
	background: url(../img/arrow-down.png) no-repeat right 15px center #1e78b4;
	padding: 14px 32px 14px 14px;
	width: 100%;
	height: auto;
	display: block;
	border: none;
	cursor: pointer;
	-webkit-transition: background-color 1s ease;
	-moz-transition: background-color 1s ease;
	-o-transition: background-color 1s ease;
	transition: background-color 1s ease;
}
.info-button:hover {
	background-color: #1e78b4;
}
.info-details {
	background: #fff;
	padding: 20px;
}
.info-details ul {
	margin-bottom: 10px;
}
.info-details li {
	text-align: justify;
}
a[aria-expanded=true] {
	background: url(../img/arrow-up.png) no-repeat right 15px center #1e78b4;
}
a[aria-expanded=false] {
   	background: url(../img/arrow-down.png) no-repeat right 15px center #1e78b4;
}
#a a {
	color: #505050 !important;
}

/*
CONTACT US
*/
.section-contact {
	background: #1e78b4;
	padding: 40px 0 30px;
	margin-top: 0;
	margin-bottom: 40px;
	overflow: hidden;
}
.section-contact h2 {
	margin: 0 0 5px 0;
	color: #fff;
	font-weight: 300 !important;
}
.contact-input {
	background: #fff;
	line-height: 1.0;
	height: 48px;
	padding: 0 12px;
	border: none;
}
.contact-message {
	background: #fff;
	padding: 12px;
	height: 120px;
	margin-bottom: 20px;
	border: none;
	resize: none;
}
.contact-input, .contact-message, .contact-submit {
	font-size: 16px;
	width: 100%;
	border-radius: 4px;
	margin-bottom: 10px;
}
.contact-security {
    width: 360px;
    margin-bottom: 20px;
}
.contact-captcha {
    margin: 0 0 0 15px;
}
.contact-submit {
	font-weight: 700;
	color: #fff;
	background: #f54b4b;
	height: 48px;
	border: none;
	-webkit-transition: background 1s ease;
	-moz-transition: background 1s ease;
	-o-transition: background 1s ease;
	transition: background 1s ease;
}
.contact-submit:hover, .back-index:hover {
	background: #1e78b4;
}
.section-contact h2, .section-contact p {
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
}

.section-contact a {
	color: #000 !important;
	font-weight: 400;
}
.section-contact p {
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	margin-bottom: 20px;
}
.section-contact p::after {
	margin-top: 12px;
}

/*
LOCATION
*/
.section-location a {
	color: #000 !important;
}
.section-location h2, h4, p {
	text-align: left
}
.section-location p {
	margin-bottom: 20px;
}
.section-location h4 {
	font-size: 16px;
	font-weight: 700;
	margin: 5px 0 0 0;
}
.section-location .col-xs-12 div {
	font-size: 24px;
	line-height: 1.25;
	font-weight: 700;
}
/*
FOOTER
*/
.section-footer {
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	text-align: center;
	background: #1e78b4;
	padding: 20px 0;
}

/*
CONTACT SUCCESSFUL
*/
.section-successful h1 {
	font-size: 24px;
	text-align: center;
	margin: 0;
}
.section-successful p {
	font-size: 16px;
	text-align: center;
	color: #787878;
	margin: 10px 0 30px 0;
}
.back-index {
	font-size: 16px;
	color: #fff !important;
	line-height: 1.0;
	text-align: center;
	background: #f54b4b;
	width: 240px;
	padding: 16px 0;
	margin: 0 auto;
	border-radius: 4px;
	display: block;
	-webkit-transition: background-color 1s ease;
	-moz-transition: background-color 1s ease;
	-o-transition: background-color 1s ease;
	transition: background-color 1s ease;
}

/*
OVERRIDES
*/
#services .info-wrap, #prices .info-wrap {
	margin-top: 0;
}
.panel {
	box-shadow: none;
}
.panel-group {
	margin-bottom: 0;
}
.panel-group .panel {
	border: none;
}
.panel-default > .panel-heading {
	background: transparent;
	padding: 0;
	border: none;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}

.call-text {
	display: block;
	font-size: 12px!important;
	font-weight: 400!important;
}

.d-flex {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

/*
RESPONSIVE
*/
@media  screen and (max-width: 1022px) {
	.header-contact {
		display: flex;
		align-items: center;
		justify-content: end;
	}
}
@media  screen and (min-width: 1024px) {
	.header-contact {
		display: flex;
		margin-left: 30px;
		flex-direction: row;
		justify-content: end;
		margin-bottom: 0;
	}
	.d-flex {
		justify-content: end;
		flex-direction: row;
	}

}

@media (max-width: 992px) {
	.section-how ul {
		margin-bottom: 15px !important;
	}

}
@media (max-width: 768px) {
	.section-how .col-sm-push-5 {
		width: 100% !important;
	}
	.service-list .list:nth-child(3), .service-list .list:last-child {
		margin-top: 10px;
	}
	.section-banner h1 {
		font-size: 40px;
		line-height: 40px;
		padding: 240px 40px 160px;
	}
}
@media (max-width: 600px) {
	.section-banner h1 {
		font-size: 40px;
		line-height: 40px;
		padding: 200px 0 120px;
	}
	.section-services .info-wrap {
		width: 100%;
	}
	.mt30 {
		margin-top: 30px !important;
	}
	.contact-security {
		width: 240px;
		margin-bottom: 20px;
	}
	.header-image .container, .header-image .row, .header-image .col-xs-12 {
		padding: 0;
	}
	.header-image .row {
		margin: 0 auto;
	}
	.header-image-3 .container, .header-image-3 .row, .header-image-3 .col-xs-12 {
		padding: 0;
	}
	.header-image-3 .row {
		margin: 0 auto;
	}
	.banner-small {
		display: block;
	}
	.banner-big {
		display: none;
	}
	.section-tagline p {
		font-size: 30px;
	}
	.tag-three {
		padding: 60px 0;
	}
	.tag-promo h2, .tag-promo h3 {
		font-size: 30px;
	}
	.tag-promo h4 {
		font-size: 21px;
	}
	.tag-promo a {
		font-size: 16px;
		background: #0a961e;
		padding: 15px 20px;
	}
}
@media (max-width: 767px) and (min-width: 480px) {
	.contact-security {
		width: 240px;
	}
}
@media (max-width: 479px) {
	.section-banner h1 {
		font-size: 40px;
		line-height: 40px;
		padding: 240px 10px 120px;
	}
	.section-how img, .section-services img {
		width: 100%;
		margin: 0 auto 20px auto;
	}
	.section-what img  {
		width: 100%;
		margin: 0 auto 20px auto;
	}
	.section-about img {
		margin: 0 auto 20px;
	}
	.section-services .col-sm-5 {
		overflow: hidden;
	}
	.contact-security {
		width: 180px;
		margin-bottom: 20px;
	}
	.tag-promo a {
		border-radius: 45px;
	}
	.about-img-row {
		margin-top: 30px;
		margin-bottom: 15px;
	}
	.about-img {
		width: 50%;
		float: left;
	}
	.about-img-row p {
		font-size: 14px;
		width: 70%;
		margin: 0 auto;
	}
	.circle {
		width: 100px;
		height: 100px;
		border-radius: 100px;
	}
	.feature p {
		font-size: 19px;
	}
}
@media (max-width: 431px) {
	.section-about h2 {
		float: none;
		position: static;
	}
	.img-small {
		display: block;
	}
	.img-big {
		display: none;
	}
}
@media (max-width: 420px) {
	.contact-security {
		width: 100%;
		margin-bottom: 10px;
	}
	.contact-captcha {
		margin: 0 0 20px 0;
		float: left;
	}
	.contact-refresh {
		display: block;
		float: left;
		padding-top: 7px;
	}
}
@media (max-width: 396px) {
	.section-contact a {
		display: block;
	}
}
/*
EXTRA
*/
input::-webkit-input-placeholder {
color: #787878 !important;
}
input:-moz-placeholder { /* Firefox 18- */
color: #787878 !important;
}
input::-moz-placeholder {  /* Firefox 19+ */
color: #787878 !important;  
}
input:-ms-input-placeholder {  
color: #787878 !important;
}
textarea::-webkit-input-placeholder {
color: #787878 !important;
}
textarea:-moz-placeholder { /* Firefox 18- */
color: #787878 !important;  
}
textarea::-moz-placeholder {  /* Firefox 19+ */
color: #787878 !important;
}
textarea:-ms-input-placeholder {  
color: #787878 !important; 
}