/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: Please read: tidythemes.com/concept. BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Version: 2019.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2019 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap');

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin:0;
}
h2 {
  margin:0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


h3 {
  margin:0;
}
p {
  margin:0;
}

*{-webkit-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}
* html .clearfix {
	height: 1%;
}
html{
	scroll-behavior: smooth;	
}
body{
	margin:0;
	position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
}
.wrapper{
    background: #ffffff;
    min-width: 1116px;
    max-width: 1920px;
    margin: 0 auto;
}
.clear{
	clear:both;
}
.clear-left{
	clear:left;
}
.clearfix {
	display: block;
}
.overflow_v{
	overflow: visible !important;
}
.clearfix:after {
	line-height: 0;
	width: 0px;
	display: block;
	height: 0px;
	visibility: hidden;
	clear: both;
	font-size: 0px;
	content: ' ';
}
.wrapper{
	margin: 0 auto;
	max-width: 1920px;
}
.fw{
	width:100%;
	display: block;
}
.gc{
	width: 1173px;
	margin:0 auto;
	padding: 0 28px;
}
.col1 { width: calc(1/12 * 100%);}
.col2 { width: calc(2/12 * 100%);}
.col3 { width: calc(3/12 * 100%);}
.col4 { width: calc(4/12 * 100%);}
.col5 { width: calc(5/12 * 100%);}
.col6 { width: calc(6/12 * 100%);}
.col7 { width: calc(7/12 * 100%);}
.col8 { width: calc(8/12 * 100%);}
.col9 { width: calc(9/12 * 100%);}
.col10 { width: calc(10/12 * 100%);}
.col11 { width: calc(11/12 * 100%);}
.col12 { width: calc(12/12 * 100%);}
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
	padding: 0 13px;
	position: relative;
	display: inline;
	float: left;
}

#header{
	position: absolute;
	left:0;
	right: 0;
	z-index: 1000;
}
#header_menu {
	display: block;
	width: 100%;
	padding: 20px 0;
	position: relative;
}
#header_menu .header_logo_container {
	display: block;
	float: left;
}
#header_menu .header_logo_container img{
	width: 140px;
}
#header_menu .header_menu{
	display: block;
}
#header_menu .header_menu .menu-header-container{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
#header_menu .header_menu ul{
	padding: 0;
	display: inline-block;
	margin: 0;
}
#header_menu .header_menu ul li{
	display: inline-block;
	margin: 0 10px;
}
#header_menu .header_menu ul li a{
	text-decoration: none;
	font-weight: 400;
	color: #ffffff;
	font-size: 17px;
	/*letter-spacing: 0.03em;*/
	
}
.hero_img_container{
	height: 85vh;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}
.home .hero_img_container{
	margin-bottom: -80px;
}
.home .hero_img_container h1{
    position: absolute;
    color: #ffffff;
    left: 50%;
    top: 50%;
    padding: 0 13px;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 60px;
    text-align: center;
    line-height: 85px;
    letter-spacing: 5px;
    width: 100%;
}
.fw.page_header .hero_img_container{
	min-height: 570px;
}
.page_header .page_hero_container{
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 0 13px;
    transform: translate(-50%, -50%);
    width: 100%;
}
.page_header .page_hero_container h1{
    font-weight: bold;
    font-size: 60px;
    text-align: center;
    line-height: 85px;
    letter-spacing: 5px;
    color: #ffffff;
}
.page_header .page_hero_container img{
    width: 251px;
    display: block;
    margin: 0 auto;
}
.page_header .page_hero_container img.arrow_red{
	margin-bottom: 30px;
}
.page_header .page_hero_container img.arrow_blue{
	margin-top: 30px;
}
.fw.single_page_link{
	width: 100%;
	display: block;
	margin-bottom: 175px;
}
.fw.single_page_link .full_img{
	width: 100%;
}
.fw.single_page_link .full_img img{

	width: 100%;
}
.fw.single_page_link .caption{
    background-color: #dd3333;
    height: 130px;
    position: absolute;
    bottom: -70px;
    width: 460px;
    padding: 0 20px;
}
.fw.single_page_link .caption_content{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
}
.fw.single_page_link .caption h2{
	color: #ffffff;
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
}

.fw.single_page_link .caption a{
	color: #ffffff;
    text-decoration: none;
    font-size: 18px;
}
.fw.single_page_link:nth-child(even) .caption{
	left: 120px;
}

.fw.single_page_link:nth-child(odd) .caption{
	right: 120px;
}
.fw.single_page_link .caption .caption_content a:after{
    content: "\f054";
    font-family: FontAwesome;
    font-size: 13px;
    margin-left: 11px;
    transition: all 0.3s ease;

}
.fw.single_page_link .caption a{
	cursor: pointer;
	width: 100%;
	display: block;
	height: 100%;
}
.fw.single_page_link .caption:hover .caption_content a:after{
    margin-left: 16px;
}
#footer{
	background-color: #211715;
	color: #ffffff;
	position: relative;
}
#footer .footer_content_col1, #footer .footer_content_col2{
	width: 50%;
	display: block;
	float: left;
}
#footer .footer_title{
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    font-weight: bold;
    margin: 0 0 20px 0;
}
#footer .footer_content_col1 .footer_text{
    font-size: 13px;
    display: block;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 5px;
}

#footer .footer_content_col2 .footer_contact_single{
	display: block;
	text-align: left;
	margin-bottom: 5px;
}
#footer .footer_content_col2 .footer_contact_single span{
	display: inline-block;
    color: #9a9a9a;
    margin-right: 20px;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    width: 45px;
}
#footer .footer_content_col2 .footer_contact_single a{
	display: inline-block;
	color: #1e73be;
    margin-right: 20px;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: none;
}
#footer .footer_menu{
	display: block;
	width: 100%;
} 
#footer .footer_menu ul{
	display: block;
	width: 100%;
	margin:0;
	padding:0;
	list-style: none;
} 
#footer .footer_menu ul li{
	display: block;
	width: 50%;
	float: left;
	margin-bottom: 5px;
} 
#footer .footer_menu ul li a{
	color: #1e73be;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: none;
    transition: all 0.3s ease;
} 
#footer .footer_menu ul li a:before{
	content: "-";
	display: inline-block;
	margin-right: 4px;
    transition: all 0.3s ease;
} 
#footer .footer_menu ul li a:hover:before{
	margin-right: 8px;

} 
#footer .footer_open .footer_text{
    font-size: 13px;
    display: block;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 5px;
}
#footer .footer_arrow_container{
	margin:50px 0px;
}
#footer .footer_arrow_container img{
    width: 251px;
    display: block;
    margin: 0 auto;
}
.footer_border{
	position: relative;
	width: 100%;
}
.footer_border:before{
    content: ' ';
    display: block;
    width: 50%;
    height: 10px;
    background-color: #dd3333;
    position: absolute;
    left: 0px;
}
.footer_border:after{
	content: '';
    display: block;
    width: 50%;
    height: 10px;
    background-color: #1e73be;
    right: 0px;
    position: absolute;
}

.footer_border.bottom:before{
    background-color: #1e73be;
}
.footer_border.bottom:after{
    background-color: #dd3333;
}
.fw.page_header{
	margin-bottom: -80px;
}
.fw.page_single_img{
	position: relative;
	margin-bottom: 120px;
}
.fw.page_single_img img{
	width: 100%;
}
.fw.page_single_text{
    margin-top: 45px;
    margin-bottom: 65px;
}
.fw.page_single_text .page_content{
    font-size: 14px;
    line-height: 22px;
    color: #444;
    width: 75%;
}
.fw.page_single_text .page_content h1{
    font-size: 33px;
    margin-bottom: 30px;
    color: #1e73be;
}
.fw.page_single_img .caption{
	height: 130px;
    position: absolute;
    bottom: -70px;
    padding: 0 20px;
    left: 120px;
    min-width: 460px;
}

.fw.page_single_img .caption .caption_content{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    color: #ffffff;
}

.contact_btn{
	margin-top: 40px;
}
.contact_btn a{
    background: #dd3333;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 40px 10px 40px;
    text-decoration: none;
}

.about_us_page .fw.page_single_text img{
	width: 100%;
}
.about_us_page .fw.page_header{
	margin-bottom: 80px;
}
.about_us_page .fw.page_single_text .page_content{
	width: 100%;
}
.fw.all_works .single_page_img{
	width: 50%;
    float: left;
    position: relative;
    margin-bottom: 130px;
    padding: 0 10px;
}
.fw.all_works .single_page_img img{
	width: 100%;
}
.fw.all_works .single_page_img .caption{
    height: 130px;
    position: absolute;
    bottom: -70px;
    width: 85%;
    padding: 0 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.fw.all_works .single_page_img .caption_content{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
}
.fw.all_works .single_page_img .caption_content h2{
	color: #ffffff;
}
.fw.all_works .single_page_img a{
	color: #ffffff;
	text-decoration: none;
}
.fw.all_works .single_page_img:nth-child(even) .caption{
	background-color: #dd3333;
}
.fw.all_works .single_page_img:nth-child(odd) .caption{
	background-color: #1e73be;
}
.fw.page_single_text.contact_us p{
    font-size: 17px;
    margin-bottom: 30px;

}
.fw.page_single_text.contact_us .contact_form label{
	font-weight: bold;
    font-size: 14px;
    margin-bottom: -15px;
    display: block;
    margin-top: 20px;
}
.fw.page_single_text.contact_us .contact_form input{
    width: 70%;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 4px;
    box-shadow: 0px;
    border: 1px solid #cccccc;
    outline: 0;
}
.fw.page_single_text.contact_us .contact_form textarea{
    width: 70%;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 4px;
    box-shadow: 0px;
    border: 1px solid #cccccc;
    outline: 0;
}
.fw.page_single_text.contact_us .contact_form .wpcf7-submit{
    width: 150px;
    margin-top: 20px;
    border: 0;
    border-radius: 0px;
    color: #ffffff;
    padding: 10px 20px;
    background-color: #1e73be;
    cursor: pointer;
}
.header_call{
    float: right;
    background: #dd3333;
    padding: 10px 20px;
    margin-top: 30px;
}
.header_call span{
	font-weight: bold;
    font-size: 16px;
    color:#ffffff;
}
.header_call a{    
	color: #e0c2c2;
    font-weight: bold;
    text-decoration: none;
    font-size: 17px;
}
.footer_padding{
	padding-top: 80px;
	padding-bottom: 60px;
}
.footer_content .header_logo_container img{
	width: 75%;
	display: block;
	margin: 0 auto;
}
.owl-carousel{
	margin-top: 100px;
}
.contact_title span{
	display: block;
	font-size: 33px;
    margin-bottom: 15px;
    color: #1e73be;
    font-weight: bold;
}
.contact_p p{
	font-size: 14px;
    line-height: 22px;
    color: #444;
    margin-bottom: 10px;
}
.contact_info span , .contact_info a{
	display: block;
}

.contact_info .contact_single{
	font-weight: bold;
    margin-bottom: 7px;
    margin-top: 12px;
    color: #1e73be;
}
.contact_info .contact_single_link{
    color: #444444;
}
.header_burger_container{
	display: none;
}
.header_resp_menu{
	position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: 2500;
    background: #fffefe;
    display: none;
}
.header_resp_menu .header_resp_menu_content .header_logo_container img{
	width: 210px;
    display: block;
    margin: 0 auto;
    margin-top: 35px;
}
.header_resp_menu .menu{
	display: block;
}
.header_resp_menu .menu ul{
	padding: 0;
	text-align: center;
	list-style: none;
	margin-top: 60px;
}
.header_resp_menu .menu ul li{
	padding: 0;
}
.header_resp_menu .menu ul li a {
    padding: 0;
    text-decoration: none;
    color: #000000;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
    display: block;
}
.header_resp_menu .header_call{
	display: block !important;
	float: none;
    width: 250px;
    margin: 0 auto;
}
.fa.fa-times{
	font-size: 40px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    color: #000000;
}
.active_overlay .header_resp_menu{
	display: block;
}
.footer_logo_2{
	display: none;
}
@media (max-width:1173px){
	.gc{
		width: 100%;
	}
}
@media (max-width:1000px){
	.header_call, #header_menu .header_menu{
		display: none;
	}
	#header_menu .header_logo_container{
		float: none;
		text-align: center;
	}
	.header_burger_container{
	    display: block;
	    position: absolute;
	    right: 30px;
	    top: 75px;
	    z-index: 2000;
	    cursor: pointer;
        width: 30px;
	    height: 30px;
	    margin-top: -20px;
	}
	.header_burger_container .header_burger{
	    width: 30px;
    	background: #ffffff;
    	height: 2px;
    	position: relative;
	    margin-top: 20px;
	}
	.header_burger_container .header_burger:before{
	    content: "";
	    width: 30px;
	    background: #ffffff;
	    height: 2px;
	    position: absolute;
	    top: -10px;
	}
	.header_burger_container .header_burger:after{
	    content: "";
	    width: 30px;
	    background: #ffffff;
	    height: 2px;
	    position: absolute;
	    top: 10px;
	}
	.footer_logo_1{
		display: none;
	}
	.footer_logo_2{
		display: block;
	}
	.footer_content .header_logo_container img{
		width: 210px;
		margin-bottom: 40px;
	}
	.footer_padding .col3{
		width: 50%;
	}
}
@media (max-width:900px){
	.home .hero_img_container h1{
		font-size: 40px;
		line-height: 55px;
	}
	.page_header .page_hero_container h1{
		font-size: 40px;
		line-height: 55px;

	}
	.fw.single_page_link .caption{
		width: 300px;
	}
}
@media (max-width:850px){
	.fw.all_works .single_page_img{
		width: 100%;
	}
}
@media (max-width:750px){
	.fw.page_single_text .col6{
		width: 100%;
	} 
	.page_content{
		margin-bottom: 40px;
	}
	.fw.page_single_img .caption{
	    height: 100px;
	    position: absolute;
	    bottom: -70px;
	    padding: 0 20px;
	    left: 7%;
	    min-width: 86%;
	}
	.fw.page_single_text .page_content{
		width: 100%;
	}
	.page_single_text .col7{
		width: 100%;
	}
	.page_single_text .col5{
		width: 100%;
	}
}
@media (max-width:700px){
	.footer_content .header_logo_container img{
		width: 150px;
	}
	#footer .footer_content_col1, #footer .footer_content_col2{
		width: 50%;
	}
	.footer_padding .col3{
		width: 100%;
		margin-top: 20px;
	}
	.footer_padding .col6{
		width: 100%;
	}
}
@media (max-width:600px){
	.fw.single_page_link:nth-child(odd) .caption{
		left: 7%;
		right: unset;
	}
	.fw.single_page_link:nth-child(even) .caption{
		left: 7%;
	}
	.fw.single_page_link .caption{
		width: 86%;
		height: 100px;
	}
	.fw.single_page_link .caption h2{
		font-size: 20px;
	}
	.fw.single_page_link .caption a{
		font-size: 16px;
	}
}
@media (max-width:550px){
	.gc{
		padding-left:10px;
		padding-right:10px;
	}
	.page_header .page_hero_container h1{
    	font-size: 25px;
    	line-height: 35px;
	}
	.fw.page_single_text.contact_us .contact_form input{
		width: 100%;
	}
	.fw.page_single_text.contact_us .contact_form textarea{
		width: 100%;
	}
}

.page_content ul br{
  display: none;
}