/*
Theme Name: Dsquared
Theme URI: http://www.dsquaredmedia.net/
Author: Dsquared Media
Author URI: http://www.dsquaredmedia.net/
Description: Bootstrap 3 theme made by Dsquared Media
Version: 1.1

font-family: 'Roboto', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Poppins', sans-serif;
*/

/* @import url('css/jquery.bxslider.css'); */
/* @import url('css/jcarousel.responsive.css'); */
/* @import url('css/responsive.css'); */
/* @import url('css/isotope.css'); */
/* @import url('fonts/font-awesome/css/font-awesome.min.css'); */

.mb-clear-overlap { margin-bottom: 170px !important; }
.pt-7 { padding-top: 6rem; }
.pb-7 { padding-bottom: 6rem; }

@media(min-width: 769px) {
	.translate-sm-neg25 { transform: translate(0, -25%); }
}

.content h1 { font-weight: bold; }
.content h2 { font-weight: bold; }

.content p { line-height: 1.7rem; }
.content a { color: #3953a4; }

.btn { border-radius: 0; border: 0; }
.btn-primary { background-color: #3953a4; }

.half-gray { background-image: linear-gradient(to bottom, white, white 40%, #f1f2f3 40%); }
.bg-gray { background-color: #f1f2f3; }
.bg-light-gray { background-color: #f6f6f6; }

#top { position: fixed; z-index: 1; left: 0; top: 0; right: 0;  background-color: rgba(0,0,0,0.7); }
@media (max-width: 768px) {
#topPhone { font-size: 140%; }
}
#menu-mainmenu li a { color: white; }
#menu-mainmenu li.current-menu-item a { color: #f1f2f3; }
#logo { width: 8em; height: auto; }
@media (max-width: 768px) {
	#logo { width: 5em; }
}
.navbar-toggler { border: 0; }

#footer { background-color: #f1f1f1; }
#footermenu ul { margin: 0; padding: 0; list-style-type: none; display: flex; justify-content: flex-end; }

#footermenu ul li { font-size: 19px; }
#footermenu ul li a { display: inline-block; padding: 1em 0; }
#footermenu ul li a:after { content: "/"; display: inline-block; padding-left: 0.5em; padding-right: 0.5em; color: black; }
#footermenu ul li:last-child a:after { display: none !important; }

#homeCarousel .carousel-item { height: 40em; background-size: cover; }
#homeCarousel .carousel-caption { bottom: 40%; text-shadow: 1px 1px 0.3rem black; }


.top_wrap { padding: 260px 0 160px 0; background-size: cover; background-repeat: no-repeat; background-position: center center; position: relative; }

.top_wrap::before { content: " "; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); }

.title_2 {
	color: #fff;
	font-size: 50px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}

.subpage_wrap {
	padding: 100px 0 40px 0;
}
@media (max-width: 768px) {
	.subpage_wrap { padding: 50px 0 40px 0; }
}


.blog_li_read_more:hover {
	padding-right: 30px;
}

.widget {
	background: #f5f5f5;
	margin-bottom: 35px;
	padding: 40px;
	border: 1px solid #f1f1f1;
}

.widget-title {
	color: #1455a6;
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 25px 0;
	padding: 0 0 25px 0;
	border-bottom: 2px solid #e9e9e9;
}

.widget_categories ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.widget_categories ul li {
	display: block;
	border-bottom: 1px solid #eaeaea;
	padding: 15px 0;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

.widget_categories ul li a {
	color: #8799a3 !important;
	text-decoration: none !important;
}

.widget_categories ul li a:hover {
	color: #1455a6 !important;
}

.widget_categories ul li:last-child {
	border-bottom: none !important;
	padding-bottom: 0 !important;
}

.copyright {
	color: #141414;
	font-size: 19px;
	font-weight: 500;
	margin-top: 40px;
}



.photo_inner {
	padding: 0 8px;
}

.grid-item {
	margin-bottom: 16px;
}

.photo_inner a {
	display: block;
	text-decoration: none !important;
	position: relative;
}

.photo_inner a img {
	width: 100%;
	height: auto;
}

.photo_inner a::after {
	content: " ";
	display: block;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #1455a6;
	opacity: 0;
}

#filters {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#filters li {
	margin-bottom: 10px;
}

#filters li a {
	display: block;
	color: #9b9dad;
	font-size: 15px;
	text-decoration: none !important;
}

#filters li:hover a, #filters li a.selected {
	color: #232323 !important;
}

.contact_block_1_wrap {
	background: url('images/contact_map.jpg') no-repeat center bottom;
	background-size: 100% auto;
	padding: 70px 0 360px 0;
}

.title_1 {
	color: #232323;
	font-size: 40px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 0;
}

.subtitle_1 {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 55px 0;
	padding: 0;
	letter-spacing: 1px;
}

.contact_row .wpcf7-text {
	border: none;
	border-bottom: 1px solid #d5d6de;
	background: transparent;
	padding: 10px 0;
	margin-bottom: 30px;
	color: #181a23;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	width: 100%;
}

.contact_row .wpcf7-textarea {
	border: none;
	border-bottom: 1px solid #d5d6de;
	background: transparent;
	padding: 10px 0;
	margin-bottom: 30px;
	color: #181a23;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	width: 100%;
	height: 150px;
	resize: none;
}

.contact_row .wpcf7-submit {
	color: #fff;
	border: none !important;
	background: #0668e3;
	width: 100%;
	padding: 20px 0;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}

.contact_row .wpcf7-submit:hover {
	background: #181a23;
}

.service_bottom_wrap {
	padding: 90px 0 110px 0;
	background: linear-gradient(#f0f1f3, #fff);
}

.title_4 {
	color: #111111;
	font-size: 45px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 60px 0;
	padding: 0;
}

.gallery-item {
	margin-bottom: 30px !important;
}

.gallery-icon {
	padding: 0 15px !important;
}

.gallery-icon img {
	max-width: 100% !important;
	height: auto;
	padding: 0 !important;
}

.gallery-icon img:hover {
	box-shadow: 0 0 10px #000;
}

.gallery, .gallery-row, .gallery-item {
	overflow: visible !important;
}

.service_single_form {
	width: 600px;
	border: 1px solid #e3e3e3;
	margin-left: 25px;
	margin-bottom: 25px;
}

.service_single_form > div {
	padding: 45px 60px !important;
	background: #fff;
}

.service_single_form h2 {
	color: #111;
	font-size: 36px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 15px 0;
	padding: 0;
}

.contact_top_text {
	font-size: 14px;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	margin: 0 0 40px 0;
}

.contact_top_text a {
	color: #0668e3 !important;
	text-decoration: none !important;
}

.contact_top_text a:hover {
	color: #000 !important;
}

.text_1 {
	color: #828593;
}

.text_1 p {
	font-size: 15px;
	line-height: 24px;
	margin: 0 0 35px 0;
	padding: 0;
}

.home_block_1_wrap {
	padding-top: 75px;
	padding-bottom: 250px;
	background: url('images/home_top_bg.jpg') no-repeat center top;
	background-size: cover;
}

.service_li {
	margin-bottom: 20px;
	position: relative;
}

.service_li:nth-child(4n+1) {
	clear: both;
}

.service_li:hover {
	background: #fff;
}

.service_li_title {
	color: #1455a6;
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 10px 0;
	padding: 0;
}

.serice_li_excerpt {
	color: #828593;
	font-size: 15px;
	line-height: 30px;
}

.serice_li_excerpt p {
	margin: 0;
	padding: 0;
}

.service_li_inner {
	padding: 40px 15px;
	border: 1px solid #dcdcdc;
}

.service_li_inner:hover {
	box-shadow: 0 0 3px 1px #ddd;
}

.service_li_link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home_block_2_wrap {
	background: linear-gradient(#f0f1f3, #fff);
	padding-bottom: 85px;
}

.home_form {
	margin-top: -170px;
	background: #fff;
	padding: 45px 0 30px 0;
	position: relative;
	box-shadow: 0 0 15px 0px #ddd;
}

.home_form .subtitle_1 {
	text-transform: none !important;
	letter-spacing: 0 !important;
	font-weight: 400 !important;
}

.home_form_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 33%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.title_3 {
	color: #302e95;
	font-size: 14px;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	margin: 0 0 45px 0;
	padding: 0;
}

.text_2 {
	color: #3c3950;
	font-size: 20px;
	line-height: 36px;
}

.text_2 p {
	margin: 0;
	padding: 0;
}

.slide_title {
	color: #fff;
	font-size: 50px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	padding: 0;
}

.slide_text {
	color: #fff;
	font-size: 16px;
}

.slide_text p {
	margin: 0;
	padding: 0;
}

.services_areas {
	padding-top: 145px;
}
@media (max-width: 768px) {
	.services_areas { padding-top: 0px; }
}

.areas_li {
	margin-bottom: 12px;
}

.areas_li:nth-child(4n+1) {
	clear: both;
}

.areas_li_title {
	color: #828593;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	padding: 0 30px;
}

.blog_single_cats {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 0 40px 0;
	padding: 0;
	letter-spacing: 1px;
}

.blog_single_cats a {
	color: #000 !important;
	text-decoration: none !important;
}

.blog_single_cats a:hover {
	color: #1455a6 !important;
}

.blog_single_title {
	margin-bottom: 50px;
}

.blog_single_meta {
	font-size: 15px;
	color: #828593;
	position: relative;
}

.blog_single_meta::after {
    background: #828593;
    content: '';
    display: block;
    height: 1px;
    margin: 35px auto;
    width: 30px;

}

.blog_single_meta img {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.slider {
	position: relative;
}

.text_1 h2 {
    color: #1455a6;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 10px 0;
    padding: 0;
}

.text_1 h3 {
    color: #1455a6;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 10px 0;
    padding: 0;
}

.text_1 h1 {
    color: #1455a6;
    font-size: 26px;
    font-weight: 500;
    margin: 0 0 15px 0;
    padding: 0;
}

.location_li {
	margin-bottom: 30px;
}

.location_li:nth-child(3n+1) {
	clear: both;
}

.location_li_inner {
	background: #fff;
	box-shadow: 0 1px 7px rgba(0,0,0,.1);
}

.location_li_bottom {
	padding: 30px;
}

.location_li_title {
	font-size: 23px;
	color: #2e393e;
	font-weight: 400;
	margin: 0 0 20px 0;
	padding: 0;
}

.location_li_title a {
	color: #2e393e !important;
	text-decoration: none !important;
}

.location_li_title a:hover {
	color: #0668e3 !important;
}

.location_li_excerpt {
	height: 125px !important;
	overflow: hidden;
	margin-bottom: 20px;
}

.location_li_excerpt p {
	color: #70838d;
	font-size: 16px;
	font-weight: 300;
	line-height: 31px;
	margin: 0 0 20px;
}

.location_li_link {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #2e393e;
	display: block;
	text-decoration: none !important;
	font-weight: 700;
	text-decoration: none !important;
}

.location_li_link:hover {
	color: #0668e3 !important;
}

.area_map {
	width: 400px;
	margin-left: 30px;
}

.dropdown_wrap {
	width: 100%;
	height: 41px;
	overflow: hidden;
	border: none;
	border-bottom: 1px solid #d5d6de;
	margin: 0 0 30px 0;
}

.dropdown_wrap select {
	background: transparent;
	width: 120%;
	padding: 0;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 41px;
	-webkit-appearance: none;
	color: #181a23;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
}

.contact_row ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #181a23;
}
.contact_row :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #181a23;
   opacity:  1;
}
.contact_row ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #181a23;
   opacity:  1;
}
.contact_row :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #181a23;
}
.contact_row ::-ms-input-placeholder { /* Microsoft Edge */
   color:    #181a23;
}

.contact_row ::placeholder { /* Most modern browsers support this now. */
   color:    #181a23;
}

.mobile_booklet {
	display: block;
	margin-top: 20px;
	color: #0668e3 !important;
	text-decoration: none !important;
}

.header_social ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.header_social ul li {
	display: inline;
}

.hsoc {
	color: #fff;
	width: 25px;
	height: 25px;
	line-height: 25px;
	border: 1px solid #fff;
	border-radius: 25px;
	text-align: center;
	display: inline-block;
	margin-left: 3px;
}

.hsoc i {
	line-height: 25px;
	font-size: 12px;
	color: #fff !important;
}

.hsoc i::before {
	position: relative;
	top: -2px;
}

.header_info {
	margin-top: 20px;
}

.home_box_read_more {
	color: #1455a6;
	font-size: 15px;
	font-weight: 500;
	margin-top: 15px;
	display: inline-block;
}

.service_li_image_home {
	width: 100%;
	height: auto;
}

.services_row_2 {
	margin-bottom: 70px;
}

.serice_li_image {
	width: calc(100% + 30px);
	height: auto;
	margin-left: -15px;
	margin-top: -40px;
	margin-right: -15px;
	margin-bottom: 40px;
	display: block;
}


.mobile-read-more { display: none; }

@media (max-width: 768px) {
	.page-id-453 .services_row_2 { display: none; }
	.page-id-458 .services_row_2 { display: none; }

	.mobile-read-more { display: inline-block; }
	.mobile-hide { display: none; }

	a.header_phone { font-size: 16pt; }
}

.instagram-media-block img { width: 100%; }


.logo-showcase { display: flex; flex-wrap: wrap; flex-grow: 0; justify-content: space-around; align-items: center; }
@media (max-width: 768px) {
	.logo-showcase-item { flex-basis: 50%; }
}
.logo-showcase-item { padding: 2em; width: 20%; }
.logo-showcase img { width: 100%; }
