@charset "utf-8";
/* Common CSS */

*, *:before, *:after { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }

html, body {overflow-x: hidden !important;}
body { -webkit-font-smoothing: antialiased; margin:0; padding:0; font-family: 'New Rail Alphabet'; font-size:32px; line-height:1.4; color:#000; word-wrap:break-word; font-weight:300; background:#F4F3EF; display: flex; flex-direction: column; min-height: 100vh; }
input, button, select, textarea { font-family:inherit; font-size:inherit; line-height:inherit; }
:focus { outline:none; }
a { color:#337ab7; text-decoration:none; }
img { vertical-align:middle; border:none; max-width:100%; height:auto; }
hr { margin:170px 0; border:0; border-top:1.5px solid #333132; }
.experince_page hr {margin: 170px 0 250px 0;}
embed, iframe, object {	margin:0 0 20px; max-width:100%; }
b, strong { font-weight:700; }

h1, .heading-1, h2, .heading-2, h3, .heading-3, h4, .heading-4, h5, .heading-5, h6, .heading-6 { margin:0 0 15px; font-weight:400; line-height:1.2; color:#000;  font-family: 'Financier Text', Helvetica, sans-serif; }
h1 a, .heading-1 a, h2 a, .heading-2 a, h3 a, .heading-3 a, h4 a, .heading-4 a, h5 a, .heading-5 a, h6 a, .heading-6 a { color:inherit; }
h1, .heading-1 { font-size:125px; line-height:1; }
h2, .heading-2 { font-size:52px; margin-bottom:50px; }
h3, .heading-3 { font-size:40px; }
h4, .heading-4 { font-size:32px; font-family: 'New Rail Alphabet'; }
h5, .heading-5 { font-size:24px; }
h6, .heading-6 { font-size:14px; }

p { margin:0; margin-bottom:25px; }
ol, ul { margin:0; margin-bottom:25px; }

label { display:block; font-weight:300; font-size:14px; margin-bottom:5px; }
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], select, textarea {
	display:block;
	width:100%;
	margin:0 0 20px 0;
	padding:15px 0;
	background:transparent;
	color:#000;
	border:none;
	border-bottom:1.5px solid #000;
	border-radius:0;
	line-height:normal;
	font-weight:normal;  
	resize:none;
}
select { 	
	padding-right:40px; 
	background:url(../images/select.svg) no-repeat center right 0; 
	-webkit-appearance:none;
	   		appearance:none;
}
select::-ms-expand { display:none; }
button[type="submit"], form button, .news_form button, input[type="submit"], .btn { 
	display:inline-block;
	max-width:100%;	
	margin: 20px 0;
	padding:0 45px 0 0;
	background:url(../images/right_arr_1.svg) no-repeat center right;
	color:#000;
	border:none;
	border-radius:0;
	position:relative;
	cursor:pointer;
	vertical-align:middle;	
	text-align:center;
	font-size:30px;
	line-height:normal;
	font-weight:300;
	text-transform:none;
	-webkit-appearance:none;
	   		appearance:none;
	-webkit-transition:ease-in-out.3s;
			transition:ease-in-out .3s;
}


button[type="submit"]:after, input[type="submit"]:after, .btn:after { content:''; position:absolute; bottom:0; left:0; width:214px; height:11px; margin:0; padding:0; background:url(../images/border_1.png) no-repeat center left; max-width: 100%; display:none; }


button[type="submit"]:hover:after, input[type="submit"]:hover:after, .btn:hover:after { display:block; }  

.btn.border_btn { border: 2px solid #000000;    border-radius: 100px;    background: transparent;    padding: 10px 40px; }
.single_bot .btn {cursor: text;}
.btn.border_btn:after { display:none !important; }



::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color:rgb(0 0 0 / 20%); opacity:1; /* Firefox */ }
:-ms-input-placeholder { /* Internet Explorer 10-11 */ color:rgb(0 0 0 / 20%); }
::-ms-input-placeholder { /* Microsoft Edge */ color:rgb(0 0 0 / 20%) }

::-moz-selection { background:#8F614A; color:#F4F3EF; }
::selection { background:#8F614A; color:#F4F3EF; }

.c-scrollbar_thumb { border-radius: 0; background-color:#000; }

table { width:100%; margin:0 0 30px; padding:0; border-collapse:collapse; border:none; }
table th, table td { padding:15px; text-align:left; line-height:normal; border-top:1px solid #F3F3F3; border-bottom:1px solid #F3F3F3; }

blockquote { margin:0 0 30px; padding:50px; background:#337ab7; color:#fff; font-size:36px; line-height:1.4; font-weight:300; text-align:center; border-radius:6px; }
blockquote:before { content:''; display:block; margin:0 auto 10px; width:52px; height:52px; background:url(../images/quote.svg) no-repeat; background-size:100% auto; }
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom:0; }

.container { width:1670px; margin:0 auto; }
.container:before, .container:after { content:""; display:table; }
.container:after { clear:both; }

.alignnone { margin-bottom:30px; }
.alignleft { float:left; margin:0 30px 30px 0; }
.alignright { float:right; margin:0 0 30px 30px; }
.aligncenter { display:block; margin:0 auto 30px; }
.wp-caption { max-width:100%; margin-bottom:30px; }
.wp-caption .wp-caption-text { margin-bottom:0; padding:5px; font-style:italic; text-align:center; }

.typography div.gallery { margin:0 0 0 -24px !important; padding:0 !important; }
.typography div.gallery .gallery-item { margin:0 0 24px !important; padding:0 0 0 24px !important; }
.typography div.gallery .gallery-item img { width:100%; border:none !important; -webkit-transition:all .3s; transition:all .3s; }
.typography div.gallery .gallery-item .gallery-caption { display:none !important; }
.typography div.gallery .gallery-item .gallery-icon { overflow:hidden; }
.typography div.gallery .gallery-item .gallery-icon:hover img { -webkit-transform:scale(1.2); transform:scale(1.2); }

.typography ul { list-style:none; }
.typography ul ul, .typography ol ol, .typography ul ol, .typography ol ul { margin-bottom:0; }
.typography ul > li { background:url(../images/list.svg) no-repeat left 7px; padding-left:20px; margin-top:10px; }
.typography ol > li { margin-top:10px; }
.typography ol > li::marker { font-weight:700; color:#337ab7; }

.img_scale { overflow:hidden; }
.img_scale > a > img { -webkit-transition:all .3s; transition:all .3s; }
.img_scale > a:hover > img { -webkit-transform:scale(1.2); transform:scale(1.2); }

.swiper-container .swiper-slide > * { margin-bottom:0 !important; }

.error404 #content { padding:50px 0 0 0; text-align:center; }
.error404 #content h1, .error404 #content .h1 { font-size:150px; color:#337ab7; }

.wpforms-field, .wpforms-submit-container { clear:both; }
.wpforms-form .wpforms-field .wpforms-field-label { font-weight:600; }
.wpforms-form .wpforms-field .wpforms-error { color:#D9534F !important; border-color:#D9534F !important; }
.wpforms-form .wpforms-field label.wpforms-error { margin:3px 0 0; font-size:12px; font-weight:normal; text-transform:none; }
.wpforms-form .wpforms-field.wpforms-field-html { font-size:14px; }
.wpforms-form .wpforms-field.wpforms-field-html a { color:inherit; text-decoration:underline; }
.wpforms-form .wpforms-field.wpforms-field-html a:hover { color:#337ab7; }



#menubtn { display:none; position:relative; margin:0; padding:0; width:25px; height:25px;  
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;

}
#menubtn span { display:block; position:absolute; height:4px; width:100%; background:#000; border-radius:3px; opacity:1; left:0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#menubtn span:nth-child(1) { top:0; }
#menubtn span:nth-child(2), #menubtn span:nth-child(3) { top:8px; }
#menubtn span:nth-child(4) { top:16px; }
#menubtn.open span:nth-child(1) { top:8px; width:0%; left:50%; }
#menubtn.open span:nth-child(2) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
#menubtn.open span:nth-child(3) { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
#menubtn.open span:nth-child(4) { top:8px; width:0%; left:50%; }


h1, h2, h3, h4, h5, h6, p, button, .col-sm-4 {
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode:forwards
}


@keyframes fadeInAnimation {
    0% {
        opacity:0
    }

    100% {
        opacity:1
    }
}

/* Gravity Forms submit button (we output <button> to support circleLottie) */
.gform_wrapper button.gform_button.button.circleLottie {
  font-size: 30px;
  line-height: 1.2;
}