/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, tt, var,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, main, hgroup, menu, nav, section{
	display: block;
}
blockquote, q{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after{
	content: '';
	content: none;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
html, body{height: 100%;}
sub,sup{
	position: relative;
	font-size: 65%;
	line-height: 0;
	vertical-align: baseline;
}
sup{top: -0.5em;}
sub{bottom: -0.25em;}
audio,
canvas,
video{display: inline-block;}
audio:not([controls]) {display: none;}
#map_canvas img,.google-maps img{max-width: none;}
video,embed,object,iframe{
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body{
	background: #fff;
	min-width: 320px;
	font: 18px/30px 'Montserrat', Arial, sans-serif;
	color: #000;
	-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
}
.lazy{opacity: 0;}
img{
	opacity: 1;
  	transition: opacity 0.3s;
	display: inline-block;
	vertical-align: middle;
	border: 0;
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}
img[data-src]{opacity: 0;}
a{
	color: #09f;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
a:focus,
a:hover{text-decoration: none;}
/* a:active{background-color: transparent;} */
.td-n{text-decoration: none;}
.td-u{text-decoration: underline;}
.td-nh:hover{text-decoration: none;}
.td-uh:hover{text-decoration: underline;}
.lsm1{letter-spacing: -1px}
.font-Montserrat{font-family: 'Montserrat', sans-serif}
.fw400{font-weight: 400}
.fw500{font-weight: 500}
.fw600{font-weight: 600}
.fw700{font-weight: 700}
/* fonts */
h1,h2,h3,h4,h5,h6{margin: 0;}
h1,
h2{
	font:bold 40px/50px 'Montserrat', Arial, sans-serif;
	color: #142f60;
	margin: 0 0 20px;
}
h3{
	font:bold 22px/26px 'Montserrat', Arial, sans-serif;
	color: #142f60;
	margin: 0 0 26px;
}
p{margin: 0 0 27px;}
/* layout */
#wrapper{
	overflow: hidden;
	position: relative;
	display: flex;
	min-height: 100%;
	flex-direction: column;
}
.main-holder{
	width: 100%;
	max-width: 1220px;
	margin: 0 auto;
	padding: 0 25px;
}
.main-holder:after{
	display: block;
	clear: both;
	content: "";
}
header{
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	width: 100%;
}
main:after,
header:after{
	display: block;
	clear: both;
	content: "";
}
/* auxiliary */
.fl-l{float: left;}
.fl-r{float: right;}
.cl-b{clear: both;}
.cl-l{clear: left;}
.cl-r{clear: right;}
.ta-left,
.ta-left > *{text-align: left;}
.ta-right,
.ta-right > *{text-align: right;}
.ta-center,
.ta-center > *{text-align: center;}
.overflow{overflow: hidden;}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg,
.visible-xl{display: none !important;}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-xl-block,
.visible-xl-inline,
.visible-xl-inline-block{display: none !important;}

.clearfix{display: table;}
.clearfix:after{
	content: "'. .'";
	display: block;
	word-spacing: 99in;
	height: 0;
	overflow: hidden;
	font-size: 0.13em;
	line-height: 0;
}
.color01{color: #fff}
.color02{color: #000}

.el-block{display: block !important;}
.el-inline{display: inline !important;}
.el-inline-block{display: inline-block !important;}
.el-table{display: table !important;}
.el-inline-table{display: inline-table !important;}
.el-flex{display: flex !important;}
.el-inline-flex{display: inline-flex !important;}

.valign-t{vertical-align: top !important;}
.valign-m{vertical-align: middle !important;}
.valign-b{vertical-align: bottom !important;}

.text-uppercase{text-transform: uppercase;}
.text-lowercase{text-transform: lowercase;}
.text-capitalize{text-transform: capitalize;}

.show-less-479,
.show-less-767,
.show-less-1000,
.show-less-1170{display:none;}

.centered{
	margin-left: auto;
	margin-right: auto;
}

.full-width{width: 100%;}
.full-height{height: 100%;}

.d-flex{display: flex;}
.flex-row {flex-direction: row;}
.flex-column {flex-direction: column;}
.flex-row-reverse {flex-direction: row-reverse;}
.flex-column-reverse {flex-direction: column-reverse;}
.flex-wrap {flex-wrap: wrap;}
.flex-nowrap {flex-wrap: nowrap;}
.flex-wrap-reverse {flex-wrap: wrap-reverse;}
.justify-content-start {justify-content: flex-start;}
.justify-content-end {justify-content: flex-end;}
.justify-content-center {justify-content: center;}
.justify-content-between {justify-content: space-between;}
.justify-content-around {justify-content: space-around;}
.align-items-start {align-items: flex-start;}
.align-items-end {align-items: flex-end;}
.align-items-center {align-items: center;}
.align-items-baseline {align-items: baseline;}
.align-items-stretch {align-items: stretch;}
.align-content-start {align-content: flex-start;}
.align-content-end {align-content: flex-end;}
.align-content-center {align-content: center;}
.align-content-between {align-content: space-between;}
.align-content-around {align-content: space-around;}
.align-content-stretch {align-content: stretch;}

.d-flex-xs{display: flex !important;}
.d-inline-flex-xs{display: inline-flex !important;}
.d-flex-xs > *[class*=col-]{float: none;}
.rtl-page .d-flex-xs > *[class*=col-]{float: none;}



/* grid */
.formitem{width: 100%;}
*[class*="col-"]{min-height: 1px;}
*[class*="col-xs-"]{float: left;}
.rtl-page *[class*="col-xs-"]{float: right;}
.colsgrid.reversed > *[class*="col-xs-"]{float: right;}
.rtl-page .colsgrid.reversed > *[class*="col-xs-"]{float: left;}

.col-xs-1{width: 8.33333333%;}
.col-xs-2{width: 16.66666667%;}
.col-xs-3{width: 25%;}
.col-xs-4{width: 33.33333333%;}
.col-xs-5{width: 41.66666667%;}
.col-xs-6{width: 50%;}
.col-xs-7{width: 58.33333333%;}
.col-xs-8{width: 66.66666667%;}
.col-xs-9{width: 75%;}
.col-xs-10{width: 83.33333333%;}
.col-xs-11{width: 91.66666667%;}
.col-xs-12{width: 100%;}

.col-xs-offset-12{margin-left: 100%;}
.col-xs-offset-11{margin-left: 91.66666667%;}
.col-xs-offset-10{margin-left: 83.33333333%;}
.col-xs-offset-9{margin-left: 75%;}
.col-xs-offset-8{margin-left: 66.66666667%;}
.col-xs-offset-7{margin-left: 58.33333333%;}
.col-xs-offset-6{margin-left: 50%;}
.col-xs-offset-5{margin-left: 41.66666667%;}
.col-xs-offset-4{margin-left: 33.33333333%;}
.col-xs-offset-3{margin-left: 25%;}
.col-xs-offset-2{margin-left: 16.66666667%;}
.col-xs-offset-1{margin-left: 8.33333333%;}
.col-xs-offset-0{margin-left: 0;}

*[class*="col-xs-pull"],
*[class*="col-xs-push"]{position: relative;}
.col-xs-pull-12{right: 100%;}
.col-xs-pull-11{right: 91.66666667%;}
.col-xs-pull-10{right: 83.33333333%;}
.col-xs-pull-9{right: 75%;}
.col-xs-pull-8{right: 66.66666667%;}
.col-xs-pull-7{right: 58.33333333%;}
.col-xs-pull-6{right: 50%;}
.col-xs-pull-5{right: 41.66666667%;}
.col-xs-pull-4{right: 33.33333333%;}
.col-xs-pull-3{right: 25%;}
.col-xs-pull-2{right: 16.66666667%;}
.col-xs-pull-1{right: 8.33333333%;}
.col-xs-pull-0{right: auto;}

.col-xs-push-12{left: 100%;}
.col-xs-push-11{left: 91.66666667%;}
.col-xs-push-10{left: 83.33333333%;}
.col-xs-push-9{left: 75%;}
.col-xs-push-8{left: 66.66666667%;}
.col-xs-push-7{left: 58.33333333%;}
.col-xs-push-6{left: 50%;}
.col-xs-push-5{left: 41.66666667%;}
.col-xs-push-4{left: 33.33333333%;}
.col-xs-push-3{left: 25%;}
.col-xs-push-2{left: 16.66666667%;}
.col-xs-push-1{left: 8.33333333%;}
.col-xs-push-0{left: auto;}

.colsgrid{
	margin-left: -15px;
	margin-right: -15px;
}
.colsgrid:after{
	content: "";
	display: block;
	clear: both;
}
.colsgrid > *[class*="col-"]{
	padding-left: 15px;
	padding-right: 15px;
}

/* buttons */
.button{
	vertical-align: middle;
	display: inline-block;
	position: relative;
	border: 0;
	border-radius: 0px;
	padding: 10px;
	min-width: 230px;
	font: 700 26px/40px 'Montserrat', Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: #cdbc33;
	background: -moz-linear-gradient(left,  #cdbc33 0%, #d6c946 100%);
	background: -webkit-linear-gradient(left,  #cdbc33 0%,#d6c946 100%);
	background: linear-gradient(to right,  #cdbc33 0%,#d6c946 100%);
	-webkit-box-shadow: 0px 0px 25px 5px rgba(185,170,4,0.47);
	-moz-box-shadow: 0px 0px 25px 5px rgba(185,170,4,0.47);
	box-shadow: 0px 0px 25px 5px rgba(185,170,4,0.47);
}
.button span{
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.button:hover{
	-webkit-box-shadow: 0px 0px 30px 5px rgba(185,170,4,0.75);
	-moz-box-shadow: 0px 0px 30px 5px rgba(185,170,4,0.75);
	box-shadow: 0px 0px 30px 5px rgba(185,170,4,0.75);
}
.btn-sm{
	padding: 7px;
	min-width: 170px;
	font:bold 25px/30px 'Montserrat', Arial, sans-serif;
}
.fixed-btn{
	position: fixed;
	z-index: 50;
}
.fixed-btn-v{
	z-index: 110;
	right: 0;
	top: 50%;
	margin: -160px 0 0;
	min-width: 1px;
	width: 70px;
	height: 320px;
	padding: 13px;
	font: 700 30px/46px 'Montserrat', Arial, sans-serif;
	background: #cfc01d;
	background: -moz-linear-gradient(top,  #cfc01d 0%, #aa9e1d 100%);
	background: -webkit-linear-gradient(top,  #cfc01d 0%,#aa9e1d 100%);
	background: linear-gradient(to bottom,  #cfc01d 0%,#aa9e1d 100%);
	box-shadow: none;
}
.fixed-btn-v span{
	position: absolute;
	width: 207px;
	height: 46px;
	margin: -23px 0px 0px -103px;
    top: 50%;
    left: 50%;
    text-align: center;
    white-space: nowrap;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.fixed-btn-v:hover{
	background: #aa9e1d;
	background: -moz-linear-gradient(top,  #aa9e1d 0%, #cfc01d 100%);
	background: -webkit-linear-gradient(top,  #aa9e1d 0%,#cfc01d 100%);
	background: linear-gradient(to bottom,  #aa9e1d 0%,#cfc01d 100%);
	box-shadow: none;
}
.fixed-btn-h{
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	font: 700 22px/30px 'Montserrat', Arial, sans-serif;
}
.btn-block{
	display: block;
	min-width: 1px;
}
.centered-buttons{text-align: center;}
.centered-buttons .button{
	margin: 0 15px 15px;
}

/* form */
.form *[class*="custom-col-"]{float: left;}
.form .custom-col-1{width: 90px;}
.form .custom-col-2{width: 150px;}
.form .custom-offset-1{margin: 0 0 0 90px;}
.form .custom-offset-2{margin: 0 0 0 150px;}
.row:after,
.form:after{
	display: block;
	clear: both;
	content: "";
}
.form .row{padding: 0 0 21px;}
.form .formset{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
.form .buttonset{width: 516px;}
.form .formitems:after{
	content: "";
	display: block;
	clear: both;
}
.form .formitems *{vertical-align: middle;}
.form .formitem{float: left}
.form .formitem *{vertical-align: top;}
.form label{
	display: block;
	margin:0 0 5px;
}
.form input[type=tel],
.form input[type=url],
.form input[type=text],
.form input[type=email],
.form input[type=search],
.form input[type=number],
.form input[type=password],
.form textarea,
.form select,
.form .selector span{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 13px 25px;
	background: #f0f0f0;
	border: 1px solid #f0f0f0;
	text-align: center;
	border-radius: 0;
	font: 600 27px/32px 'Montserrat', Arial, sans-serif;
	color: rgba(0,0,0,.43);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	transition: border 0.5s ease, background 0.5s ease;
	-webkit-transition: border 0.5s ease, background 0.5s ease;
}
.form .phone-number input[type=tel],
.form .phone-number input[type=text]{
	text-align: left;
	padding-left: 3px;
}
.form .phone-number > div:first-child input[type=tel],
.form .phone-number > div:first-child input[type=text]{
	text-align: right;
	padding-right: 3px;
}
.form .selector,
.form .formitems .selector{
	padding: 0;
	width: 100% !important;
	position: relative;
	overflow: hidden;
}
.form .selector span{
	width: 100% !important;
	cursor: pointer;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.form .selector span:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	margin: -4px 0 0;
	border-style: solid;
	border-color: #959595 transparent;
	border-width: 6px 5px 0;
	-webkit-transform: rotate(360deg);
	transition: border 0.5s ease;
	-webkit-transition: border 0.5s ease;
}
.form .selector select{
	top: 0;
	left: 0;
	margin: 0 !important;
	padding: 0 !important;
	position: absolute;
	opacity: 0;
}
.form input:focus,
.form select:focus,
.form textarea:focus,
.form .selector.focus span{
	border-color: #bcbcbc;
	background: transparent;
	outline: 0;
}
.form .selector.focus span:after{}

.form input:-webkit-autofill,
.form input:-webkit-autofill:hover, 
.form input:-webkit-autofill:focus,
.form textarea:-webkit-autofill,
.form textarea:-webkit-autofill:hover,
.form textarea:-webkit-autofill:focus,
.form select:-webkit-autofill,
.form select:-webkit-autofill:hover,
.form select:-webkit-autofill:focus{
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
	transition: background-color 5000s ease-in-out 0s;
}

.form input[disabled],
.form input[readonly],
.form textarea[disabled],
.form textarea[readonly],
.form select[disabled],
.form select[readonly],
.form .selector.disabled span{
	color: #666;
	background: #f3f3f3;
	cursor: not-allowed;
	opacity: 1;
}
.form .selector select[disabled]{opacity: 0;}

.form input.input-validation-error,
.form textarea.input-validation-error,
.form select.input-validation-error,
.form .selector.input-validation-error span{color: #f00;}
.form ::-webkit-input-placeholder{color: rgba(0,0,0,.43)}
.form :-moz-placeholder{
	color: rgba(0,0,0,.43);
	opacity: 1;
}
.form ::-moz-placeholder{
	color: rgba(0,0,0,.43);
	opacity: 1;
}
.form :-ms-input-placeholder{color: rgba(0,0,0,.43)}
.form ::-ms-input-placeholder{color: rgba(0,0,0,.43)}
.form .input-validation-error::-webkit-input-placeholder{color: #f00 !important;}
.form .input-validation-error:-moz-placeholder{color: #f00 !important;}
.form .input-validation-error::-moz-placeholder{color: #f00 !important;}
.form .input-validation-error:-ms-input-placeholder{color: #f00 !important;}
.form .input-validation-error::-ms-input-placeholder{color: #f00 !important;}
.form .input-validation-error.placeholder{color: #f00 !important;}
.form .radio-check{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	line-height: 16px;
	padding: 0 0 0 25px;
	margin: 12px 10px 12px 0;
}
.form .radio-check:after{
	content: "";
	display: block;
	clear: both;
}
.form .radio-check .error{margin: 0 0 0 -25px;}
.form .radio-check input[type=radio],
.form .radio-check input[type=checkbox]{
	position: absolute;
	left: 0;
	top: 1px;
	margin: 0;
	padding: 0;
	width: 16px;
	height: 16px;
}
.form .radio-check label{
	font: 14px/17px 'Montserrat', Arial, sans-serif;
	float: none !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	display: inline-block !important;
	vertical-align: top;
	line-height: 16px;
}
.form .error{
	display: block;
	text-align: center;
	color: #f00;
	font-size: 14px;
}
/* elements */
.logo{
	display: block;
	background: #06102a;
	width: 196px;
	margin: 0 auto;
	border-bottom: 7px solid #c7962a;
	padding: 55px 0 40px;
	-webkit-box-shadow: 0px 5px 10px 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 10px 10px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 10px 10px rgba(0,0,0,0.2);
}
.logo a{
	display: block;
	width: 157px;
	margin: 0 auto;
	height: 133px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(images/logo.png) no-repeat;
	background-size: cover;
	transition: none;
	-webkit-transition: none;
}
.list{
	margin: 0;
	padding: 0;
	list-style: none;
}
.list li{
	position: relative;
	padding: 0 0 0 10px;
}
.list li:before{
	position: absolute;
	left: 0;
	top: -3px;
	font-weight: 400;
	content: "\2022";
	color: #6e6e6e;
	font-size: 23px;
	margin: 0 5px 0 0;
}
.intro{
	background: #102751 url(images/bg-intro.jpg) 50% 0 no-repeat;
	background-size: cover;
	padding: 410px 0 80px;
	color: #fff;
}
.intro .text{
	position: relative;
	font: 24px/34px 'Montserrat', sans-serif;
	letter-spacing: -1.1px;
	margin: 0 0 0 -30px;
}
.intro .text:before{
	content: "";
	position: absolute;
	left: -195px;
	top: -180px;
	width: 503px;
	height: 315px;
	background: url(images/bg-intro-text.png) no-repeat;
	background-size: cover;
}
.intro .text > *{position: relative;}
.intro .text h2{
	font: 600 39px/47px 'Montserrat', Arial, sans-serif;
	color: #fff;
	margin:0 0 33px;
	letter-spacing: -1.8px;
}
.intro .text p{margin:0 0 55px;}
.intro .button{
	min-width: 260px;
}
.intro .text2{
	font: 35px/42px 'Montserrat', Arial, sans-serif;
	text-align: center;
	margin: -65px 0 0 -85px;
	letter-spacing: -0.75px;
}
.intro .text2 .image{
	margin: 0 0 -60px;
}
.section01{
	padding: 87px 0 143px;
	background: url(images/bg-section01.png) 50% 0 no-repeat;
	color: #6f6f6f;
	font: 600 18px/30px 'Montserrat', sans-serif;
}
.section01 h2{
	letter-spacing: -1.8px;
	margin:0 0 28px;
}
.section01 *[class*=col-]{position: relative;}
.section01 .image{
	position: relative;
	margin: -140px 0 0 -95px;
}
.section01 .image .label{
	position: absolute;
	left: 230px;
	bottom: 30px;
	font: 33px/33px 'Montserrat', sans-serif;
	color: #fff;
	letter-spacing: -1px;
	text-shadow: 0 0 25px #000;
}
.section01 .image .label strong{
	display: block;
	font-weight: 600;
}
.section01 .text{
	position: relative;
	margin: 0 -5px 0 -20px;
}

.section02{
	background:#1b3a6a url(images/bg-section02.jpg) 50% 0 no-repeat;
	background-size: cover;
	padding:80px 0 106px;
}
.section02 h2{
	font-weight: 600;
	text-align: center;
	margin:0 0 91px;
	color: #fff;
	letter-spacing: -1px;
}
.services{
	display: flex;
	flex-wrap: wrap;
	width: 900px;
	margin: 0 auto;
	font: 600 18px/26px 'Montserrat', Arial, sans-serif;
}
.services .item{padding:45px 15px 30px}
.services .item a{
	display: flex;
	min-height: 278px;
	height: 100%;
	padding:89px 25px 50px;
	position: relative;
	background: #fff;
	color: rgba(0,0,0,0.8);
	text-decoration: none;
	border-radius: 0 56px 0 62px;
}
.services .item a:before{
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 150px;
	height: 185px;
	background: url(images/bg-services-items.png) no-repeat;
}
.services .item01 a:before{background-position: 0 0;}
.services .item02 a:before{background-position: -150px 0;}
.services .item03 a:before{background-position: -300px 0;}
.services .item04 a:before{background-position: -450px 0;}
.services .item05 a:before{background-position: -600px 0;}
.services .item06 a:before{background-position: -750px 0;}
.services .item a .icon{
	position: absolute;
	left: 30px;
	top: -45px;
	background: #d1c33f;
	width: 102px;
	height: 102px;
	border-radius: 0 25px 0 25px;
	-webkit-box-shadow: 0px 0px 20px 6px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 20px 6px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 20px 6px rgba(0,0,0,0.25);
}
.services .item a:hover .icon{
	background: #0f244e;
	background: -moz-linear-gradient(45deg,  #0f244e 0%, #335a89 100%);
	background: -webkit-linear-gradient(45deg,  #0f244e 0%,#335a89 100%);
	background: linear-gradient(-135deg,  #0f244e 0%,#335a89 100%);
}
.services .item a .icon:after{
	position: absolute;
	content: "";
	width: 70px;
	height: 80px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(images/sprite.png) -9999px no-repeat;
}
.services .item01 a .icon:after{background-position: 0 0}
.services .item02 a .icon:after{background-position: -70px 0}
.services .item03 a .icon:after{background-position: -140px 0}
.services .item04 a .icon:after{background-position: -210px 0}
.services .item05 a .icon:after{background-position: -280px 0}
.services .item06 a .icon:after{background-position: -350px 0}

.services .item01 a:hover .icon:after{background-position: 0 -80px}
.services .item02 a:hover .icon:after{background-position: -70px -80px}
.services .item03 a:hover .icon:after{background-position: -140px -80px}
.services .item04 a:hover .icon:after{background-position: -210px -80px}
.services .item05 a:hover .icon:after{background-position: -280px -80px}
.services .item06 a:hover .icon:after{background-position: -350px -80px}

.section03{
	padding: 100px 0 50px;
	font: 600 18px/30px 'Montserrat', sans-serif;
	color: rgba(111,111,111,0.8);
}
.section03 h2{
	line-height: 42px;
	letter-spacing: -2px;
	margin:0 0 26px;
}
.section03 .text{
	margin: 0 0 0 -30px;
}
.section03 .image{margin:-15px -35px 0 0}
.section04{
	background: #f8fbfd;
	padding: 65px 0 85px;
}
.section04 h2{
	font: 700 45px/42px 'Montserrat', Arial, sans-serif;
	margin:0 0 25px;
	letter-spacing: 1px;
}
.projects{
	font: 600 24px/33px 'Montserrat', Arial, sans-serif;
}
.projects .ttl{padding: 0 0 70px;}
.projects a{pointer-events: none}
.projects p{margin: 0 0 25px;}
.projects .items{
	display: flex;
	flex-wrap: wrap;
	letter-spacing: 0;
}
.projects .items .item{
	padding:0 40px;
	margin: 0 0 30px;
	opacity: 0.5;
	outline: none;
}
.projects .items .item.slick-active{opacity: 1}
.projects .items .item .hold{
	padding:0 0 0 300px;
	position: relative;
}
.projects .item .info{
	position: absolute;
	z-index: 10;
	left: 0;
	top: 50px;
	font: 600 14px/24px 'Montserrat', Arial, sans-serif;
	color: #090909;
	text-decoration: none;
	height: 600px;
	width: 403px;
	border-radius: 55px 0 55px 0;
	padding: 54px 30px 30px 45px;
	background:#fff url(images/bg-project-info.png) 100% 100% no-repeat;
	-webkit-box-shadow: 0px 0px 50px 10px rgba(135,179,255,0.45);
	-moz-box-shadow: 0px 0px 50px 10px rgba(135,179,255,0.45);
	box-shadow: 0px 0px 50px 10px rgba(135,179,255,0.45);
	outline: none;
}
.projects .item .label{
	display: inline-block;
	vertical-align: top;
	font:bold 18px/22px 'Montserrat', Arial, sans-serif;
	padding: 5px;
	color: #fff;
	text-align: center;
	min-width: 100px;
	margin:0 0 21px;
	/* background: #e4da73;
	background: -moz-linear-gradient(left,  #e4da73 0%, #c8b731 100%);
	background: -webkit-linear-gradient(left,  #e4da73 0%,#c8b731 100%);
	background: linear-gradient(to right,  #e4da73 0%,#c8b731 100%); */
	background: #c8b731;
	background: -moz-linear-gradient(left,  #c8b731 0%, #e4da73 100%);
	background: -webkit-linear-gradient(left,  #c8b731 0%,#e4da73 100%);
	background: linear-gradient(to right,  #c8b731 0%,#e4da73 100%);
}
.projects .item .title{
	display: block;
	font:bold 32px/36px 'Montserrat', Arial, sans-serif;
	color: #142f60;
	position: relative;
	padding:0 0 32px;
	margin:0 0 19px;
	letter-spacing: -1px;
}
.projects .item .title:after{
	position: absolute;
	content: "";
	width: 30px;
	height: 4px;
	background: #142f60;
	left: 0;
	bottom: 0;
}
.projects .item .images{position: relative}
.projects .item .images a{
	text-decoration: none;
	display: block;
}
.projects .item .images img{
	display: block;
	width: 100%;
	height: 575px;
	height: 675px;
	object-fit: cover;
}
.projects .slick-active a{pointer-events:auto}

.section05{
	background: url(images/bg-section05.png) 50px 100% no-repeat;
	padding: 11px 0 56px;
}
.form-holder .inner{
	width: 630px;
	margin: 0 auto;
}
.form-holder h2{
	font: 700 40px/48px 'Montserrat', Arial, sans-serif;
	text-align: center;
	margin:0 0 64px;
	letter-spacing: -1px;
}
.hidden-area{
	display: block;
	height: 0;
	overflow: hidden;
	text-indent: -9999px;
	width: 0;
}

/* Slider */
.slick-slider{
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{outline: none;}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{clear: both;}
.slick-loading .slick-track{visibility: hidden;}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.rtl-page .slick-slide{float: right;}
/*.slick-slide > img{display: block;}*/
.slick-slide.slick-loading img{display: none;}
.slick-slide.dragging img{pointer-events: none;}
.slick-initialized .slick-slide{display: block;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden{display: none;}
.slick-arrow{
	position: absolute;
	z-index: 5;
	top: 50%;
	overflow: hidden;
	text-indent: -9999px;
	border: 0;
	cursor: pointer;
	text-align: center;
	outline: none;
	margin: -20px 0 0;
	padding: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #d5c745;
	/* -webkit-box-shadow: 0px 0px 10px 0px rgba(185,170,4,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(185,170,4,0.5);
	box-shadow: 0px 0px 10px 0px rgba(185,170,4,0.5); */
}
.slick-arrow:after{
	position: absolute;
	content: "";
	width: 15px;
	height: 20px;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: url(images/sprite.png) -9999px no-repeat;
}
.slick-prev{left: -16px}
.slick-next{right: -16px}
.slick-prev:after{background-position: -40px -160px}
.slick-next:after{background-position: -55px -160px}
.projects .items > .slick-prev{left: 10px}
.projects .items > .slick-next{right: 10px}
.slick-arrows .slick-arrow{
	background: url(images/sprite.png) -9999px no-repeat;
	margin: -15px 0 0;
	width: 20px;
	height: 30px;
}
.slick-arrows .slick-arrow:after{content: none}
.slick-arrows .slick-prev{
	left: auto;
	right: 85px;
	background-position: 0 -160px;
}
.slick-arrows .slick-next{
	right: 40px;
	background-position: -20px -160px;
}
.slick-arrows{
	opacity: 0;
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	-webkit-box-shadow: inset -100px 0px 100px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: inset -100px 0px 100px 0px rgba(0,0,0,0.5);
	box-shadow: inset -100px 0px 100px 0px rgba(0,0,0,0.5);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.slick-arrows:after{
	position: absolute;
	content: "";
	width: 3px;
	height: 64px;
	background: #fff;
	top: 50%;
	margin: -32px 0 0;
	right: 72px;
}
.projects .item.slick-active .images:hover .slick-arrows{opacity: 1}
/* footer */
footer{
	background: #06102b;
	font: 600 20px/26px 'Montserrat', Arial, sans-serif;
	color: #fff;
	letter-spacing: 0.8px;
	padding: 57px 0 67px;
}
.f-logo{padding:0 0 60px;}
.f-logo img{max-width: 181px}
/* popups */
.popup-overlay{display: none;}
.popup{
	max-width: 100%;
	max-height: 100%;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	display: none;
	min-width: 320px;
}
.popup-main{
	position: relative;
	background: #fff;
	padding:20px;
	margin:0 25px;
}
.popup.out-of-window{overflow-y: scroll;}
.popup:after,.popup-content:after{
	display: block;
	clear: both;
	content: "";
}
.popup .close{
	position: absolute;
	right: 43px;
	top: 15px;
	width: 20px;
	height: 20px;
	z-index: 9999;
	overflow: hidden;
	text-indent: -9999px;
	background: url(images/bg-btn-close.png) 0 0 no-repeat;
}
.popup .close:hover{
	-webkit-transform:rotate(360deg);
	   -moz-transform:rotate(360deg);
	    -ms-transform:rotate(360deg);
	     -o-transform:rotate(360deg);
	        transform:rotate(360deg);
}
.popup.out-of-window .popup-main,
.popup.left-aligned-popup .popup-main{margin: 0;}
.popup.left-aligned-popup{height: auto !important;}
.popup-heading:after,
.popup-content:after{
	content: "";
	display: block;
	clear: both;
}
.popup-media{
	border: 0;
	border-radius: 0;
	background: #000;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
}
.popup-media #internal-video{
	position: absolute;
	max-height: 100%;
	max-width: 100%;
}
.popup-media-area{
	position: relative;
	padding-bottom:56.25%;
	padding-top:0;
	height:0;
	overflow:hidden;
}
.popup-media-area iframe,
.popup-media-area video{
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100% !important;
}
.popup-loading{text-align: center;}
.validation-summary-errors{color: #f00;}

.popup-register{width: 620px}
.popup-register .popup-main{
	padding:120px 30px 115px;
	background:#fff url(images/bg-register-popup.png) 50% 0 no-repeat;
}
.popup-register.out-of-window .popup-main,
.popup-register.left-aligned-popup .popup-main{margin: 0 25px;}
.popup-register h3{
	font: 700 34px/40px 'Montserrat', Arial, sans-serif;
	text-align: center;
	color: #142f60;
	letter-spacing: -1.2px;
	margin:0 0 128px;
}

.popup-register .form .row{padding:0 0 12px}
.popup-register .form .button-row{padding:10px 0}
.popup-register .form input[type=tel],
.popup-register .form input[type=url],
.popup-register .form input[type=text],
.popup-register .form input[type=email],
.popup-register .form input[type=search],
.popup-register .form input[type=number],
.popup-register .form input[type=password],
.popup-register .form textarea,
.popup-register .form select,
.popup-register .form .selector span{
	text-align: initial;
	height: 60px;
	font: 600 25px/30px 'Montserrat', Arial, sans-serif;
	padding: 14px 30px;
}
.custom-popup{
	z-index: 100;
	display: block;
	left: auto;
	right: -620px;
	top: 50%;
	-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
			transform: translateY(-50%);
	/* height: 595px; */
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.custom-popup.open{right: 45px}
.custom-popup .popup-main{
	padding:120px 50px 105px;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.custom-overlay{
	display: none;
	position: fixed;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
}
.popup-register .form{padding:0 20px}
/* rtl styles */
.rtl-page #wrapper{direction: rtl;}

.rtl-page .fl-l.reversed{float: right;}
.rtl-page .fl-r.reversed{float: left;}
.rtl-page .cl-l.reversed{clear: left;}
.rtl-page .cl-r.reversed{clear: right;}
.rtl-page .ta-left.reversed,
.rtl-page .ta-left.reversed > *{text-align: right;}
.rtl-page .ta-right.reversed,
.rtl-page .ta-right.reversed > *{text-align: left;}

.rtl-page *[class*="col-xs-offset-"]{margin-left: 0;}
.rtl-page .col-xs-offset-12{margin-right: 100%;}
.rtl-page .col-xs-offset-11{margin-right: 91.66666667%;}
.rtl-page .col-xs-offset-10{margin-right: 83.33333333%;}
.rtl-page .col-xs-offset-9{margin-right: 75%;}
.rtl-page .col-xs-offset-8{margin-right: 66.66666667%;}
.rtl-page .col-xs-offset-7{margin-right: 58.33333333%;}
.rtl-page .col-xs-offset-6{margin-right: 50%;}
.rtl-page .col-xs-offset-5{margin-right: 41.66666667%;}
.rtl-page .col-xs-offset-4{margin-right: 33.33333333%;}
.rtl-page .col-xs-offset-3{margin-right: 25%;}
.rtl-page .col-xs-offset-2{margin-right: 16.66666667%;}
.rtl-page .col-xs-offset-1{margin-right: 8.33333333%;}
.rtl-page .col-xs-offset-0{margin-right: 0;}

.rtl-page *[class*="col-xs-pull-"]{right: auto;}
.rtl-page .col-xs-pull-12{left: 100%;}
.rtl-page .col-xs-pull-11{left: 91.66666667%;}
.rtl-page .col-xs-pull-10{left: 83.33333333%;}
.rtl-page .col-xs-pull-9{left: 75%;}
.rtl-page .col-xs-pull-8{left: 66.66666667%;}
.rtl-page .col-xs-pull-7{left: 58.33333333%;}
.rtl-page .col-xs-pull-6{left: 50%;}
.rtl-page .col-xs-pull-5{left: 41.66666667%;}
.rtl-page .col-xs-pull-4{left: 33.33333333%;}
.rtl-page .col-xs-pull-3{left: 25%;}
.rtl-page .col-xs-pull-2{left: 16.66666667%;}
.rtl-page .col-xs-pull-1{left: 8.33333333%;}
.rtl-page .col-xs-pull-0{left: auto;}

.rtl-page *[class*="col-xs-push-"]{left: auto;}
.rtl-page .col-xs-push-12{right: 100%;}
.rtl-page .col-xs-push-11{right: 91.66666667%;}
.rtl-page .col-xs-push-10{right: 83.33333333%;}
.rtl-page .col-xs-push-9{right: 75%;}
.rtl-page .col-xs-push-8{right: 66.66666667%;}
.rtl-page .col-xs-push-7{right: 58.33333333%;}
.rtl-page .col-xs-push-6{right: 50%;}
.rtl-page .col-xs-push-5{right: 41.66666667%;}
.rtl-page .col-xs-push-4{right: 33.33333333%;}
.rtl-page .col-xs-push-3{right: 25%;}
.rtl-page .col-xs-push-2{right: 16.66666667%;}
.rtl-page .col-xs-push-1{right: 8.33333333%;}
.rtl-page .col-xs-push-0{right: auto;}


/* form */
.rtl-page .form *[class*="custom-col-"]{float: right;}
.rtl-page .form .custom-offset-1{margin: 0 90px 0 0;}
.rtl-page .form .custom-offset-2{margin: 0 150px 0 0;}
.rtl-page .form .phone-number *[class*="custom-col-"]{float: left;}
.rtl-page .form .phone-number .custom-offset-1{margin: 0 0 0 90px;}
.rtl-page .form .phone-number .custom-offset-2{margin: 0 0 0 150px;}
.rtl-page .form .phone-number *[class*="col-"]{float: left !important;}
.rtl-page .form .selector span:after{
	right: auto;
	left: 10px;
}
.rtl-page .form .radio-check{
	padding: 0 25px 0 0;
	margin: 12px 0 12px 10px;
}
.rtl-page .form .radio-check .error{margin: 0 -25px 0 0;}
.rtl-page .form .radio-check input[type=radio],
.rtl-page .form .radio-check input[type=checkbox]{
	left: auto;
	right: 0;
}

.rtl-page .fixed-btn-v{
	right: auto;
	left: 0;
}

.rtl-page .list li{padding: 0 10px 0 0;}
.rtl-page .list li:before{
	left: auto;
	right: 0;
	margin: 0 0 0 5px;
}
.rtl-page .intro .text{
	margin: 0 -30px 0 0;
}
.rtl-page .intro .text2{
	margin: -65px -85px 0 0;
}
.rtl-page .section01{background: url(images/bg-section01-rtl.png) 50% 0 no-repeat;}
.rtl-page .section01 .image{margin: -140px -95px 0 0}
.rtl-page .section01 .image .label{
	left: auto;
	right: 230px;
}
.rtl-page .services .item a{border-radius:56px 0 62px 0}
.rtl-page .services .item a .icon{
	left: auto;
	right: 30px;
	border-radius:25px 0 25px 0;
}
.rtl-page .services .item a:before{
	right: auto;
	left: 0;
	background-image: url(images/bg-services-items-rtl.png);
}

.rtl-page .services .item a:hover .icon{
	background: #0f244e;
	background: -moz-linear-gradient(-45deg,  #0f244e 0%, #335a89 100%);
	background: -webkit-linear-gradient(-45deg,  #0f244e 0%,#335a89 100%);
	background: linear-gradient(135deg,  #0f244e 0%,#335a89 100%);
}
.rtl-page .section03 .image{margin:-15px 0 0 -35px}

.rtl-page .projects .items .item .hold{padding:0 300px 0 0}
.rtl-page .projects .item .info{
	left: auto;
	right: 0;
	border-radius: 0 55px 0 55px;
	padding: 54px 45px 30px 30px;
	background: #fff url(images/bg-project-info-rtl.png) 0 100% no-repeat;
}
.rtl-page .projects .item .label{
	background: #c8b731;
	background: -moz-linear-gradient(left,  #c8b731 0%, #e4da73 100%);
	background: -webkit-linear-gradient(left,  #c8b731 0%,#e4da73 100%);
	background: linear-gradient(to right,  #c8b731 0%,#e4da73 100%);
}
.rtl-page .projects .item .title:after{
	left: auto;
	right: 0;
}
.rtl-page .section05{background-position: calc(100% - 50px) 100%;}

.rtl-page .popup{
	direction: rtl;
}
.rtl-page .popup .close{
	right: auto;
	left: 40px;
}
.rtl-page .custom-popup{
	right: auto;
	left: -620px;
}
.rtl-page .custom-popup.open{
	right: auto;
	left: 45px;
}

.rtl-page .slick-prev{
	left: auto;
	right: -16px;
}
.rtl-page .slick-next{
	right: auto;
	left: -16px;
}
.rtl-page .slick-prev:after{background-position: -55px -160px}
.rtl-page .slick-next:after{background-position: -40px -160px}
.rtl-page .projects .items > .slick-prev{
	left: auto;
	right: 10px;
}
.rtl-page .projects .items > .slick-next{
	right: auto;
	left: 10px;
}
.rtl-page .slick-arrows .slick-prev{
	right: auto;
	left: 40px;
	background-position: 0 -160px;
}
.rtl-page .slick-arrows .slick-next{
	right: auto;
	left: 85px;
	background-position: -20px -160px;	
}
.rtl-page .slick-arrows{
	-webkit-box-shadow: inset 100px 0px 100px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 100px 0px 100px 0px rgba(0,0,0,0.5);
	box-shadow: inset 100px 0px 100px 0px rgba(0,0,0,0.5);
}
.rtl-page .slick-arrows:after{
	right: auto;
	left: 72px;
}

/* media queries */
/* grid */
@media (min-width: 480px) {
	*[class*="col-sm-"]{float: left;}
	.rtl-page *[class*="col-sm-"]{float: right;}
	.colsgrid.reversed > *[class*="col-sm-"]{float: right;}
	.rtl-page .colsgrid.reversed > *[class*="col-sm-"]{float: left;}
	.d-flex-sm{display: flex !important;}
	.d-inline-flex-sm{display: inline-flex !important;}
	.d-flex-sm > *[class*=col-]{float: none;}
	.rtl-page .d-flex-sm > *[class*=col-]{float: none;}

	.col-sm-1{width: 8.33333333%;}
	.col-sm-2{width: 16.66666667%;}
	.col-sm-3{width: 25%;}
	.col-sm-4{width: 33.33333333%;}
	.col-sm-5{width: 41.66666667%;}
	.col-sm-6{width: 50%;}
	.col-sm-7{width: 58.33333333%;}
	.col-sm-8{width: 66.66666667%;}
	.col-sm-9{width: 75%;}
	.col-sm-10{width: 83.33333333%;}
	.col-sm-11{width: 91.66666667%;}
	.col-sm-12{width: 100%;}

	.col-sm-offset-12{margin-left: 100%;}
	.col-sm-offset-11{margin-left: 91.66666667%;}
	.col-sm-offset-10{margin-left: 83.33333333%;}
	.col-sm-offset-9{margin-left: 75%;}
	.col-sm-offset-8{margin-left: 66.66666667%;}
	.col-sm-offset-7{margin-left: 58.33333333%;}
	.col-sm-offset-6{margin-left: 50%;}
	.col-sm-offset-5{margin-left: 41.66666667%;}
	.col-sm-offset-4{margin-left: 33.33333333%;}
	.col-sm-offset-3{margin-left: 25%;}
	.col-sm-offset-2{margin-left: 16.66666667%;}
	.col-sm-offset-1{margin-left: 8.33333333%;}
	.col-sm-offset-0{margin-left: 0;}

	*[class*="col-sm-pull"],
	*[class*="col-sm-push"]{position: relative;}
	.col-sm-pull-12{right: 100%;}
	.col-sm-pull-11{right: 91.66666667%;}
	.col-sm-pull-10{right: 83.33333333%;}
	.col-sm-pull-9{right: 75%;}
	.col-sm-pull-8{right: 66.66666667%;}
	.col-sm-pull-7{right: 58.33333333%;}
	.col-sm-pull-6{right: 50%;}
	.col-sm-pull-5{right: 41.66666667%;}
	.col-sm-pull-4{right: 33.33333333%;}
	.col-sm-pull-3{right: 25%;}
	.col-sm-pull-2{right: 16.66666667%;}
	.col-sm-pull-1{right: 8.33333333%;}
	.col-sm-pull-0{right: auto;}

	.col-sm-push-12{left: 100%;}
	.col-sm-push-11{left: 91.66666667%;}
	.col-sm-push-10{left: 83.33333333%;}
	.col-sm-push-9{left: 75%;}
	.col-sm-push-8{left: 66.66666667%;}
	.col-sm-push-7{left: 58.33333333%;}
	.col-sm-push-6{left: 50%;}
	.col-sm-push-5{left: 41.66666667%;}
	.col-sm-push-4{left: 33.33333333%;}
	.col-sm-push-3{left: 25%;}
	.col-sm-push-2{left: 16.66666667%;}
	.col-sm-push-1{left: 8.33333333%;}
	.col-sm-push-0{left: auto;}

	.rtl-page *[class*="col-sm-offset-"]{margin-left: 0;}
	.rtl-page .col-sm-offset-12{margin-right: 100%;}
	.rtl-page .col-sm-offset-11{margin-right: 91.66666667%;}
	.rtl-page .col-sm-offset-10{margin-right: 83.33333333%;}
	.rtl-page .col-sm-offset-9{margin-right: 75%;}
	.rtl-page .col-sm-offset-8{margin-right: 66.66666667%;}
	.rtl-page .col-sm-offset-7{margin-right: 58.33333333%;}
	.rtl-page .col-sm-offset-6{margin-right: 50%;}
	.rtl-page .col-sm-offset-5{margin-right: 41.66666667%;}
	.rtl-page .col-sm-offset-4{margin-right: 33.33333333%;}
	.rtl-page .col-sm-offset-3{margin-right: 25%;}
	.rtl-page .col-sm-offset-2{margin-right: 16.66666667%;}
	.rtl-page .col-sm-offset-1{margin-right: 8.33333333%;}
	.rtl-page .col-sm-offset-0{margin-right: 0;}

	.rtl-page *[class*="col-sm-pull-"]{right: auto;}
	.rtl-page .col-sm-pull-12{left: 100%;}
	.rtl-page .col-sm-pull-11{left: 91.66666667%;}
	.rtl-page .col-sm-pull-10{left: 83.33333333%;}
	.rtl-page .col-sm-pull-9{left: 75%;}
	.rtl-page .col-sm-pull-8{left: 66.66666667%;}
	.rtl-page .col-sm-pull-7{left: 58.33333333%;}
	.rtl-page .col-sm-pull-6{left: 50%;}
	.rtl-page .col-sm-pull-5{left: 41.66666667%;}
	.rtl-page .col-sm-pull-4{left: 33.33333333%;}
	.rtl-page .col-sm-pull-3{left: 25%;}
	.rtl-page .col-sm-pull-2{left: 16.66666667%;}
	.rtl-page .col-sm-pull-1{left: 8.33333333%;}
	.rtl-page .col-sm-pull-0{left: auto;}

	.rtl-page *[class*="col-sm-push-"]{left: auto;}
	.rtl-page .col-sm-push-12{right: 100%;}
	.rtl-page .col-sm-push-11{right: 91.66666667%;}
	.rtl-page .col-sm-push-10{right: 83.33333333%;}
	.rtl-page .col-sm-push-9{right: 75%;}
	.rtl-page .col-sm-push-8{right: 66.66666667%;}
	.rtl-page .col-sm-push-7{right: 58.33333333%;}
	.rtl-page .col-sm-push-6{right: 50%;}
	.rtl-page .col-sm-push-5{right: 41.66666667%;}
	.rtl-page .col-sm-push-4{right: 33.33333333%;}
	.rtl-page .col-sm-push-3{right: 25%;}
	.rtl-page .col-sm-push-2{right: 16.66666667%;}
	.rtl-page .col-sm-push-1{right: 8.33333333%;}
	.rtl-page .col-sm-push-0{right: auto;}
}
@media (min-width: 768px) {
 	*[class*="col-md-"]{float: left;}
 	.rtl-page *[class*="col-md-"]{float: right;}
 	.colsgrid.reversed > *[class*="col-md-"]{float: right;}
	.rtl-page .colsgrid.reversed > *[class*="col-md-"]{float: left;}	
	.d-flex-md{display: flex !important;}
	.d-inline-flex-md{display: inline-flex !important;}
	.d-flex-md > *[class*=col-]{float: none;}
	.rtl-page .d-flex-md > *[class*=col-]{float: none;}

	.col-md-1{width: 8.33333333%;}
	.col-md-2{width: 16.66666667%;}
	.col-md-3{width: 25%;}
	.col-md-4{width: 33.33333333%;}
	.col-md-5{width: 41.66666667%;}
	.col-md-6{width: 50%;}
	.col-md-7{width: 58.33333333%;}
	.col-md-8{width: 66.66666667%;}
	.col-md-9{width: 75%;}
	.col-md-10{width: 83.33333333%;}
	.col-md-11{width: 91.66666667%;}
	.col-md-12{width: 100%;}

	.col-md-offset-12{margin-left: 100%;}
	.col-md-offset-11{margin-left: 91.66666667%;}
	.col-md-offset-10{margin-left: 83.33333333%;}
	.col-md-offset-9{margin-left: 75%;}
	.col-md-offset-8{margin-left: 66.66666667%;}
	.col-md-offset-7{margin-left: 58.33333333%;}
	.col-md-offset-6{margin-left: 50%;}
	.col-md-offset-5{margin-left: 41.66666667%;}
	.col-md-offset-4{margin-left: 33.33333333%;}
	.col-md-offset-3{margin-left: 25%;}
	.col-md-offset-2{margin-left: 16.66666667%;}
	.col-md-offset-1{margin-left: 8.33333333%;}
	.col-md-offset-0{margin-left: 0;}

	*[class*="col-md-pull"],
	*[class*="col-md-push"]{position: relative;}
	.col-md-pull-12{right: 100%;}
	.col-md-pull-11{right: 91.66666667%;}
	.col-md-pull-10{right: 83.33333333%;}
	.col-md-pull-9{right: 75%;}
	.col-md-pull-8{right: 66.66666667%;}
	.col-md-pull-7{right: 58.33333333%;}
	.col-md-pull-6{right: 50%;}
	.col-md-pull-5{right: 41.66666667%;}
	.col-md-pull-4{right: 33.33333333%;}
	.col-md-pull-3{right: 25%;}
	.col-md-pull-2{right: 16.66666667%;}
	.col-md-pull-1{right: 8.33333333%;}
	.col-md-pull-0{right: auto;}

	.col-md-push-12{left: 100%;}
	.col-md-push-11{left: 91.66666667%;}
	.col-md-push-10{left: 83.33333333%;}
	.col-md-push-9{left: 75%;}
	.col-md-push-8{left: 66.66666667%;}
	.col-md-push-7{left: 58.33333333%;}
	.col-md-push-6{left: 50%;}
	.col-md-push-5{left: 41.66666667%;}
	.col-md-push-4{left: 33.33333333%;}
	.col-md-push-3{left: 25%;}
	.col-md-push-2{left: 16.66666667%;}
	.col-md-push-1{left: 8.33333333%;}
	.col-md-push-0{left: auto;}

	.rtl-page *[class*="col-md-offset-"]{margin-left: 0;}
	.rtl-page .col-md-offset-12{margin-right: 100%;}
	.rtl-page .col-md-offset-11{margin-right: 91.66666667%;}
	.rtl-page .col-md-offset-10{margin-right: 83.33333333%;}
	.rtl-page .col-md-offset-9{margin-right: 75%;}
	.rtl-page .col-md-offset-8{margin-right: 66.66666667%;}
	.rtl-page .col-md-offset-7{margin-right: 58.33333333%;}
	.rtl-page .col-md-offset-6{margin-right: 50%;}
	.rtl-page .col-md-offset-5{margin-right: 41.66666667%;}
	.rtl-page .col-md-offset-4{margin-right: 33.33333333%;}
	.rtl-page .col-md-offset-3{margin-right: 25%;}
	.rtl-page .col-md-offset-2{margin-right: 16.66666667%;}
	.rtl-page .col-md-offset-1{margin-right: 8.33333333%;}
	.rtl-page .col-md-offset-0{margin-right: 0;}

	.rtl-page *[class*="col-md-pull-"]{right: auto;}
	.rtl-page .col-md-pull-12{left: 100%;}
	.rtl-page .col-md-pull-11{left: 91.66666667%;}
	.rtl-page .col-md-pull-10{left: 83.33333333%;}
	.rtl-page .col-md-pull-9{left: 75%;}
	.rtl-page .col-md-pull-8{left: 66.66666667%;}
	.rtl-page .col-md-pull-7{left: 58.33333333%;}
	.rtl-page .col-md-pull-6{left: 50%;}
	.rtl-page .col-md-pull-5{left: 41.66666667%;}
	.rtl-page .col-md-pull-4{left: 33.33333333%;}
	.rtl-page .col-md-pull-3{left: 25%;}
	.rtl-page .col-md-pull-2{left: 16.66666667%;}
	.rtl-page .col-md-pull-1{left: 8.33333333%;}
	.rtl-page .col-md-pull-0{left: auto;}

	.rtl-page *[class*="col-md-push-"]{left: auto;}
	.rtl-page .col-md-push-12{right: 100%;}
	.rtl-page .col-md-push-11{right: 91.66666667%;}
	.rtl-page .col-md-push-10{right: 83.33333333%;}
	.rtl-page .col-md-push-9{right: 75%;}
	.rtl-page .col-md-push-8{right: 66.66666667%;}
	.rtl-page .col-md-push-7{right: 58.33333333%;}
	.rtl-page .col-md-push-6{right: 50%;}
	.rtl-page .col-md-push-5{right: 41.66666667%;}
	.rtl-page .col-md-push-4{right: 33.33333333%;}
	.rtl-page .col-md-push-3{right: 25%;}
	.rtl-page .col-md-push-2{right: 16.66666667%;}
	.rtl-page .col-md-push-1{right: 8.33333333%;}
	.rtl-page .col-md-push-0{right: auto;}

}
@media (min-width: 1000px) {
	*[class*="col-lg-"]{float: left;}
	.rtl-page *[class*="col-lg-"]{float: right;}
	.colsgrid.reversed > *[class*="col-lg-"]{float: right;}
	.rtl-page .colsgrid.reversed > *[class*="col-lg-"]{float: left;}
	.d-flex-lg{display: flex !important;}
	.d-inline-flex-lg{display: inline-flex !important;}
	.d-flex-lg > *[class*=col-]{float: none;}
	.rtl-page .d-flex-lg > *[class*=col-]{float: none;}

	.col-lg-1{width: 8.33333333%;}
	.col-lg-2{width: 16.66666667%;}
	.col-lg-3{width: 25%;}
	.col-lg-4{width: 33.33333333%;}
	.col-lg-5{width: 41.66666667%;}
	.col-lg-6{width: 50%;}
	.col-lg-7{width: 58.33333333%;}
	.col-lg-8{width: 66.66666667%;}
	.col-lg-9{width: 75%;}
	.col-lg-10{width: 83.33333333%;}
	.col-lg-11{width: 91.66666667%;}
	.col-lg-12{width: 100%;}

	.col-lg-offset-12{margin-left: 100%;}
	.col-lg-offset-11{margin-left: 91.66666667%;}
	.col-lg-offset-10{margin-left: 83.33333333%;}
	.col-lg-offset-9{margin-left: 75%;}
	.col-lg-offset-8{margin-left: 66.66666667%;}
	.col-lg-offset-7{margin-left: 58.33333333%;}
	.col-lg-offset-6{margin-left: 50%;}
	.col-lg-offset-5{margin-left: 41.66666667%;}
	.col-lg-offset-4{margin-left: 33.33333333%;}
	.col-lg-offset-3{margin-left: 25%;}
	.col-lg-offset-2{margin-left: 16.66666667%;}
	.col-lg-offset-1{margin-left: 8.33333333%;}
	.col-lg-offset-0{margin-left: 0;}

	*[class*="col-lg-pull"],
	*[class*="col-lg-push"]{position: relative;}
	.col-lg-pull-12{right: 100%;}
	.col-lg-pull-11{right: 91.66666667%;}
	.col-lg-pull-10{right: 83.33333333%;}
	.col-lg-pull-9{right: 75%;}
	.col-lg-pull-8{right: 66.66666667%;}
	.col-lg-pull-7{right: 58.33333333%;}
	.col-lg-pull-6{right: 50%;}
	.col-lg-pull-5{right: 41.66666667%;}
	.col-lg-pull-4{right: 33.33333333%;}
	.col-lg-pull-3{right: 25%;}
	.col-lg-pull-2{right: 16.66666667%;}
	.col-lg-pull-1{right: 8.33333333%;}
	.col-lg-pull-0{right: auto;}

	.col-lg-push-12{left: 100%;}
	.col-lg-push-11{left: 91.66666667%;}
	.col-lg-push-10{left: 83.33333333%;}
	.col-lg-push-9{left: 75%;}
	.col-lg-push-8{left: 66.66666667%;}
	.col-lg-push-7{left: 58.33333333%;}
	.col-lg-push-6{left: 50%;}
	.col-lg-push-5{left: 41.66666667%;}
	.col-lg-push-4{left: 33.33333333%;}
	.col-lg-push-3{left: 25%;}
	.col-lg-push-2{left: 16.66666667%;}
	.col-lg-push-1{left: 8.33333333%;}
	.col-lg-push-0{left: auto;}

	.rtl-page *[class*="col-lg-offset-"]{margin-left: 0;}
	.rtl-page .col-lg-offset-12{margin-right: 100%;}
	.rtl-page .col-lg-offset-11{margin-right: 91.66666667%;}
	.rtl-page .col-lg-offset-10{margin-right: 83.33333333%;}
	.rtl-page .col-lg-offset-9{margin-right: 75%;}
	.rtl-page .col-lg-offset-8{margin-right: 66.66666667%;}
	.rtl-page .col-lg-offset-7{margin-right: 58.33333333%;}
	.rtl-page .col-lg-offset-6{margin-right: 50%;}
	.rtl-page .col-lg-offset-5{margin-right: 41.66666667%;}
	.rtl-page .col-lg-offset-4{margin-right: 33.33333333%;}
	.rtl-page .col-lg-offset-3{margin-right: 25%;}
	.rtl-page .col-lg-offset-2{margin-right: 16.66666667%;}
	.rtl-page .col-lg-offset-1{margin-right: 8.33333333%;}
	.rtl-page .col-lg-offset-0{margin-right: 0;}

	.rtl-page *[class*="col-lg-pull-"]{right: auto;}
	.rtl-page .col-lg-pull-12{left: 100%;}
	.rtl-page .col-lg-pull-11{left: 91.66666667%;}
	.rtl-page .col-lg-pull-10{left: 83.33333333%;}
	.rtl-page .col-lg-pull-9{left: 75%;}
	.rtl-page .col-lg-pull-8{left: 66.66666667%;}
	.rtl-page .col-lg-pull-7{left: 58.33333333%;}
	.rtl-page .col-lg-pull-6{left: 50%;}
	.rtl-page .col-lg-pull-5{left: 41.66666667%;}
	.rtl-page .col-lg-pull-4{left: 33.33333333%;}
	.rtl-page .col-lg-pull-3{left: 25%;}
	.rtl-page .col-lg-pull-2{left: 16.66666667%;}
	.rtl-page .col-lg-pull-1{left: 8.33333333%;}
	.rtl-page .col-lg-pull-0{left: auto;}

	.rtl-page *[class*="col-lg-push-"]{left: auto;}
	.rtl-page .col-lg-push-12{right: 100%;}
	.rtl-page .col-lg-push-11{right: 91.66666667%;}
	.rtl-page .col-lg-push-10{right: 83.33333333%;}
	.rtl-page .col-lg-push-9{right: 75%;}
	.rtl-page .col-lg-push-8{right: 66.66666667%;}
	.rtl-page .col-lg-push-7{right: 58.33333333%;}
	.rtl-page .col-lg-push-6{right: 50%;}
	.rtl-page .col-lg-push-5{right: 41.66666667%;}
	.rtl-page .col-lg-push-4{right: 33.33333333%;}
	.rtl-page .col-lg-push-3{right: 25%;}
	.rtl-page .col-lg-push-2{right: 16.66666667%;}
	.rtl-page .col-lg-push-1{right: 8.33333333%;}
	.rtl-page .col-lg-push-0{right: auto;}
}
@media (min-width: 1170px) {
	*[class*="col-xl-"]{float: left;}
	.rtl-page *[class*="col-xl-"]{float: right;}
	.colsgrid.reversed > *[class*="col-xl-"]{float: right;}
	.rtl-page .colsgrid.reversed > *[class*="col-xl-"]{float: left;}
	.d-flex-xl{display: flex !important;}
	.d-inline-flex-xl{display: inline-flex !important;}
	.d-flex-xl > *[class*=col-]{float: none;}
	.rtl-page .d-flex-xl > *[class*=col-]{float: none;}

	.col-xl-1{width: 8.33333333%;}
	.col-xl-2{width: 16.66666667%;}
	.col-xl-3{width: 25%;}
	.col-xl-4{width: 33.33333333%;}
	.col-xl-5{width: 41.66666667%;}
	.col-xl-6{width: 50%;}
	.col-xl-7{width: 58.33333333%;}
	.col-xl-8{width: 66.66666667%;}
	.col-xl-9{width: 75%;}
	.col-xl-10{width: 83.33333333%;}
	.col-xl-11{width: 91.66666667%;}
	.col-xl-12{width: 100%;}

	.col-xl-offset-12{margin-left: 100%;}
	.col-xl-offset-11{margin-left: 91.66666667%;}
	.col-xl-offset-10{margin-left: 83.33333333%;}
	.col-xl-offset-9{margin-left: 75%;}
	.col-xl-offset-8{margin-left: 66.66666667%;}
	.col-xl-offset-7{margin-left: 58.33333333%;}
	.col-xl-offset-6{margin-left: 50%;}
	.col-xl-offset-5{margin-left: 41.66666667%;}
	.col-xl-offset-4{margin-left: 33.33333333%;}
	.col-xl-offset-3{margin-left: 25%;}
	.col-xl-offset-2{margin-left: 16.66666667%;}
	.col-xl-offset-1{margin-left: 8.33333333%;}
	.col-xl-offset-0{margin-left: 0;}

	*[class*="col-xl-pull"],
	*[class*="col-xl-push"]{position: relative;}
	.col-xl-pull-12{right: 100%;}
	.col-xl-pull-11{right: 91.66666667%;}
	.col-xl-pull-10{right: 83.33333333%;}
	.col-xl-pull-9{right: 75%;}
	.col-xl-pull-8{right: 66.66666667%;}
	.col-xl-pull-7{right: 58.33333333%;}
	.col-xl-pull-6{right: 50%;}
	.col-xl-pull-5{right: 41.66666667%;}
	.col-xl-pull-4{right: 33.33333333%;}
	.col-xl-pull-3{right: 25%;}
	.col-xl-pull-2{right: 16.66666667%;}
	.col-xl-pull-1{right: 8.33333333%;}
	.col-xl-pull-0{right: auto;}

	.col-xl-push-12{left: 100%;}
	.col-xl-push-11{left: 91.66666667%;}
	.col-xl-push-10{left: 83.33333333%;}
	.col-xl-push-9{left: 75%;}
	.col-xl-push-8{left: 66.66666667%;}
	.col-xl-push-7{left: 58.33333333%;}
	.col-xl-push-6{left: 50%;}
	.col-xl-push-5{left: 41.66666667%;}
	.col-xl-push-4{left: 33.33333333%;}
	.col-xl-push-3{left: 25%;}
	.col-xl-push-2{left: 16.66666667%;}
	.col-xl-push-1{left: 8.33333333%;}
	.col-xl-push-0{left: auto;}

	.rtl-page *[class*="col-xl-offset-"]{margin-left: 0;}
	.rtl-page .col-lg-offset-12{margin-right: 100%;}
	.rtl-page .col-xl-offset-11{margin-right: 91.66666667%;}
	.rtl-page .col-xl-offset-10{margin-right: 83.33333333%;}
	.rtl-page .col-xl-offset-9{margin-right: 75%;}
	.rtl-page .col-xl-offset-8{margin-right: 66.66666667%;}
	.rtl-page .col-xl-offset-7{margin-right: 58.33333333%;}
	.rtl-page .col-xl-offset-6{margin-right: 50%;}
	.rtl-page .col-xl-offset-5{margin-right: 41.66666667%;}
	.rtl-page .col-xl-offset-4{margin-right: 33.33333333%;}
	.rtl-page .col-xl-offset-3{margin-right: 25%;}
	.rtl-page .col-xl-offset-2{margin-right: 16.66666667%;}
	.rtl-page .col-xl-offset-1{margin-right: 8.33333333%;}
	.rtl-page .col-xl-offset-0{margin-right: 0;}

	.rtl-page *[class*="col-xl-pull-"]{right: auto;}
	.rtl-page .col-xl-pull-12{left: 100%;}
	.rtl-page .col-xl-pull-11{left: 91.66666667%;}
	.rtl-page .col-xl-pull-10{left: 83.33333333%;}
	.rtl-page .col-xl-pull-9{left: 75%;}
	.rtl-page .col-xl-pull-8{left: 66.66666667%;}
	.rtl-page .col-xl-pull-7{left: 58.33333333%;}
	.rtl-page .col-xl-pull-6{left: 50%;}
	.rtl-page .col-xl-pull-5{left: 41.66666667%;}
	.rtl-page .col-xl-pull-4{left: 33.33333333%;}
	.rtl-page .col-xl-pull-3{left: 25%;}
	.rtl-page .col-xl-pull-2{left: 16.66666667%;}
	.rtl-page .col-xl-pull-1{left: 8.33333333%;}
	.rtl-page .col-xl-pull-0{left: auto;}

	.rtl-page *[class*="col-xl-push-"]{left: auto;}
	.rtl-page .col-xl-push-12{right: 100%;}
	.rtl-page .col-xl-push-11{right: 91.66666667%;}
	.rtl-page .col-xl-push-10{right: 83.33333333%;}
	.rtl-page .col-xl-push-9{right: 75%;}
	.rtl-page .col-xl-push-8{right: 66.66666667%;}
	.rtl-page .col-xl-push-7{right: 58.33333333%;}
	.rtl-page .col-xl-push-6{right: 50%;}
	.rtl-page .col-xl-push-5{right: 41.66666667%;}
	.rtl-page .col-xl-push-4{right: 33.33333333%;}
	.rtl-page .col-xl-push-3{right: 25%;}
	.rtl-page .col-xl-push-2{right: 16.66666667%;}
	.rtl-page .col-xl-push-1{right: 8.33333333%;}
	.rtl-page .col-xl-push-0{right: auto;}
}
@media (max-width: 479px) {
	.cl-b-xs{clear: both;}
	.hidden-xs{display: none !important;}
	.visible-xs{display: block !important;}
	.visible-xs-block{display: block !important;}
	.visible-xs-inline{display: inline !important;}
	.visible-xs-inline-block{display: inline-block !important;}
	.fl-l-xs{float: left;}
	.fl-r-xs{float: right;}
	.ta-left-xs{text-align: left;}
	.ta-right-xs{text-align: right;}
	.ta-center-xs{text-align: center;}
	.btn-block-xs{display:block;}
	.rtl-page .fl-r-xs.reversed{float: left;}
	.rtl-page .fl-l-xs.reversed{float: right;}
	.rtl-page .ta-left-xs.reversed{text-align: right;}
	.rtl-page .ta-right-xs.reversed{text-align: left;}
	.el-block-xs{display: block !important;}
	.el-inline-xs{display: inline !important;}
	.el-inline-block-xs{display: inline-block !important;}
	.el-table-xs{display: table !important;}
	.el-inline-table-xs{display: inline-table !important;}
	.el-flex-xs{display: flex !important;}
	.el-inline-flex-xs{display: inline-flex !important;}
}
@media (min-width: 480px) and (max-width: 767px) {
	.cl-b-sm{clear: both;}
	.hidden-sm{display: none !important;}
	.visible-sm{display: block !important;}
	.visible-sm-block{display: block !important;}
	.visible-sm-inline{display: inline !important;}
	.visible-sm-inline-block{display: inline-block !important;}
	.fl-l-sm{float: left;}
	.fl-r-sm{float: right;}
	.ta-left-sm{text-align: left;}
	.ta-right-sm{text-align: right;}
	.ta-center-sm{text-align: center;}
	.btn-block-sm{display:block;}
	.rtl-page .fl-l-sm.reversed{float: right;}
	.rtl-page .fl-r-sm.reversed{float: left;}
	.rtl-page .ta-left-sm.reversed{text-align: right;}
	.rtl-page .ta-right-sm.reversed{text-align: left;}
	.el-block-sm{display: block !important;}
	.el-inline-sm{display: inline !important;}
	.el-inline-block-sm{display: inline-block !important;}
	.el-table-sm{display: table !important;}
	.el-inline-table-sm{display: inline-table !important;}
	.el-flex-sm{display: flex !important;}
	.el-inline-flex-sm{display: inline-flex !important;}
}
@media (min-width: 768px) and (max-width: 999px) {
	.cl-b-md{clear: both;}
	.hidden-md{display: none !important;}
	.visible-md{display: block !important;}
	.visible-md-block{display: block !important;}
	.visible-md-inline{display: inline !important;}
	.visible-md-inline-block{display: inline-block !important;}
	.fl-l-md{float: left;}
	.fl-r-md{float: right;}
	.ta-left-md{text-align: left;}
	.ta-right-md{text-align: right;}
	.ta-center-md{text-align: center;}
	.rtl-page .fl-l-md.reversed{float: right;}
	.rtl-page .fl-r-md.reversed{float: left;}
	.rtl-page .ta-left-md.reversed{text-align: right;}
	.rtl-page .ta-right-md.reversed{text-align: left;}
	.el-block-md{display: block !important;}
	.el-inline-md{display: inline !important;}
	.el-inline-block-md{display: inline-block !important;}
	.el-table-md{display: table !important;}
	.el-inline-table-md{display: inline-table !important;}
	.el-flex-md{display: flex !important;}
	.el-inline-flex-md{display: inline-flex !important;}
}
@media (min-width: 1000px) and (max-width: 1169px) {
	.cl-b-lg{clear: both;}
	.hidden-lg{display: none !important;}
	.visible-lg{display: block !important;}
	.visible-lg-block{display: block !important;}
	.visible-lg-inline{display: inline !important;}
	.visible-lg-inline-block{display: inline-block !important;}
	.fl-l-lg{float: left;}
	.fl-r-lg{float: right;}
	.ta-left-lg{text-align: left;}
	.ta-right-lg{text-align: right;}
	.ta-center-lg{text-align: center;}
	.rtl-page .fl-l-lg.reversed{float: right;}
	.rtl-page .fl-r-lg.reversed{float: left;}
	.rtl-page .ta-left-lg.reversed{text-align: right;}
	.rtl-page .ta-right-lg.reversed{text-align: left;}
	.el-block-lg{display: block !important;}
	.el-inline-lg{display: inline !important;}
	.el-inline-block-lg{display: inline-block !important;}
	.el-table-lg{display: table !important;}
	.el-inline-table-lg{display: inline-table !important;}
	.el-flex-lg{display: flex !important;}
	.el-inline-flex-lg{display: inline-flex !important;}
}
@media (min-width: 1170px){
	.cl-b-xl{clear: both;}
	.hidden-xl{display: none !important;}
	.visible-xl{display: block !important;}
	.visible-xl-block{display: block !important;}
	.visible-xl-inline{display: inline !important;}
	.visible-xl-inline-block{display: inline-block !important;}
	.fl-l-xl{float: left;}
	.fl-r-xl{float: right;}
	.ta-left-xl{text-align: left;}
	.ta-right-xl{text-align: right;}
	.ta-center-xl{text-align: center;}
	.rtl-page .fl-l-xl.reversed{float: right;}
	.rtl-page .fl-r-xl.reversed{float: left;}
	.rtl-page .ta-left-xl.reversed{text-align: right;}
	.rtl-page .ta-right-xl.reversed{text-align: left;}
	.el-block-xl{display: block !important;}
	.el-inline-xl{display: inline !important;}
	.el-inline-block-xl{display: inline-block !important;}
	.el-table-xl{display: table !important;}
	.el-inline-table-xl{display: inline-table !important;}
	.el-flex-xl{display: flex !important;}
	.el-inline-flex-xl{display: inline-flex !important;}
}
/* styles */
@media only screen and (max-width: 1200px) {.video-holder{width: 100%}}
@media only screen and (max-width: 1170px) {
	.show-less-1170 {display:block}
	.mt0-lg{margin-top: 0;}
	.mb0-lg{margin-bottom: 0;}
	.ml0-lg{margin-left: 0;}
	.ml0-lg.reversed{margin-right: 0;}
	.mr0-lg{margin-right: 0;}
	.mr0-lg.reversed{margin-left: 0;}
	.btn-block-lg{
		display: block;
		min-width: 1px !important;
	}
	.section01 .text,
	.rtl-page .section01 .text{margin: 0;}
}
@media only screen and (max-width: 1000px) {
	.show-less-1000 {display:block}
	.mt0-md{margin-top: 0;}
	.mb0-md{margin-bottom: 0;}
	.ml0-md{margin-left: 0;}
	.ml0-md.reversed{margin-right: 0;}
	.mr0-md{margin-right: 0;}
	.mr0-md.reversed{margin-left: 0;}
	.btn-block-md{
		display: block;
		min-width: 1px !important;
	}
	.intro .text,
	.rtl-page .intro .text{
		text-align: center;
		margin: 0;
	}
	.intro .text2,
	.rtl-page .intro .text2{
		margin: 35px 0 0 0;
	}
	.section01{padding: 0 0 25px;}

	.section01 .image,
	.rtl-page .section01 .image{margin: 0 0 65px}

	.section03 .text,
	.rtl-page .section03 .text{
		margin: 0;
	}

	.projects .items .item .hold{padding: 0 0 0 200px}
	.rtl-page .projects .items .item .hold{padding: 0 200px 0 0}
	/* .projects .item .info{
		height: 500px;
		padding: 54px 30px 30px 45px;
	}
	.rtl-page .projects .item .info{padding: 54px 40px 30px 3px} */
	
	
	.section02 .image,
	.rtl-page .section02 .image{margin: 20px 0}
	.section02 .text,
	.rtl-page .section02 .text{padding: 0;}
	.services{width: 100%;}

	.custom-popup,
	.custom-overlay{display: none !important}

	
}
@media only screen and (max-width: 767px) {
	.show-less-767 {display:block}
	.mt0-sm{margin-top: 0;}
	.mb0-sm{margin-bottom: 0;}
	.ml0-sm{margin-left: 0;}
	.ml0-sm.reversed{margin-right: 0;}
	.mr0-sm{margin-right: 0;}
	.mr0-sm.reversed{margin-left: 0;}
	.btn-block-sm{
		display: block;
		min-width: 1px !important;
	}
	body{font:18px/24px 'Montserrat', Arial, sans-serif;}
	h2{
		font:bold 24px/29px 'Montserrat', Arial, sans-serif;
		margin:0 0 17px;
	}
	h3{
		font:bold 18px/30px 'Montserrat', Arial, sans-serif;
		margin:0 0 9px;
	}
	.logo{
		width: 140px;
		padding: 38px 0 21px;
		border-bottom-width: 4px;
	}
	.logo a{
		width: 109px;
		height: 93px;
	}
	.list li:before{font-size: 16px}
	.form .custom-col-1{width: 60px;}
	.form .custom-col-2{width: 120px;}
	.form .custom-offset-1{margin: 0 0 0 60px;}
	.form .custom-offset-2{margin: 0 0 0 120px;}
	.form input[type=tel],
	.form input[type=url],
	.form input[type=text],
	.form input[type=email],
	.form input[type=search],
	.form input[type=number],
	.form input[type=password],
	.form textarea,
	.form select,
	.form .selector span{
		font: 600 18px/26px 'Montserrat', Arial, sans-serif;
		padding: 17px 25px;
		text-align: initial;
	}
	.form .phone-number > div:first-child input[type=tel],
	.form .phone-number > div:first-child input[type=text]{
		text-align: center;
	}

	.list li:before{top: 0;}

	.intro{
		background: #0e224a url(images/bg-intro-xs.jpg) 50% 0 no-repeat;
		background-size: cover;
		padding: 315px 0 15px;
		font: 300 21px/25px 'Montserrat', sans-serif;
	}
	.intro .button{
		font: 700 18.2px/30px 'Montserrat', Arial, sans-serif;
		min-width: 183px;
		letter-spacing: 0;
		padding: 6px 10px;
	}
	.intro .text{
		margin:0 -10px;
		font: 22px/28px 'Montserrat', sans-serif;
		letter-spacing: -1px;
	}
	.intro .text h2{
		font: 600 28px 'Montserrat', Arial, sans-serif;
		letter-spacing: -1px;
		margin: 0 0 22px;
	}
	.intro .text p{margin: 0 0 24px;}
	.intro .text:before{
		left: -80px;
		top: -145px;
		width: 393px;
		height: 246px;
	}
	.intro .text2{
		font: 17.77px/21.32px 'Montserrat', Arial, sans-serif;
		letter-spacing: -0.5px;
	}
	.intro .text2 p{margin: 0 0 15px;}
	.intro .text2 .image{margin: 0 0 -12px;}

	.section01{
		background: url(images/bg-section01-xs.png) no-repeat;
		padding: 3px 0 40px;
	}
	.rtl-page .section01{background: url(images/bg-section01-rtl-xs.png) no-repeat 100% 0}

	.section01 .text,
	.rtl-page .section01 .text{
		margin: 0;
	}
	.section01 h2{letter-spacing: -1px}
	.section01 .image{
		margin: -5px 0 65px -25px;
	}
	.rtl-page .section01 .image{margin: -5px -25px 65px 0}
	.section01 .image .label{
		font: 16.49px/16.49px 'Montserrat', sans-serif;
		letter-spacing: -0.5px;
	}
	.section01 .list li,
	.rtl-page .section01 .list li{padding: 0;}
	.section01 .list li:before{
		position: static;

	}
	.section01 h2{margin:0 0 15px;}

	.section02 {
	    /* background: #1e3e6f url(images/bg-section02-xs.jpg) 50% 0 no-repeat;
	    background-size: cover; */
	    padding: 56px 0 53px;
	}
	/* .rtl-page .section02{
		background: #1e3e6f url(images/bg-section02-xs.jpg) 50% 0 no-repeat;
		background-size: cover;
	} */
	.section02 h2{margin:0 0 69px;}
	.services .item{padding: 45px 0 30px}
	.services .item a{
		padding: 89px 30px 50px;
	}
	.section03{
		padding: 43px 0 35px;
		line-height: 22px;
	}
	.section03 h2{
		line-height: 32px;
		margin:0 0 25px;
		letter-spacing: -0.7px
	}
	.section03 .image{margin: 0 7px 5px}
	.rtl-page .section03 .image{margin: 0 7px 5px}
	.section03 .text,
	.rtl-page .section03 .text{
		margin: 0;
		letter-spacing: -0.3px;
	}
	.section03 .list li{
		margin-bottom: 22px;
	}
	.section04{padding: 0}
	.section04 h2{
		font: 700 24px/24px 'Montserrat', Arial, sans-serif;
		margin: 0 15px 22px;
		letter-spacing: -0.5px;
	}
	.projects{
		font: 600 18px/22px 'Montserrat', Arial, sans-serif;
		padding:0;
	}
	.projects p{margin:0 25px 25px}
	.projects .ttl{padding: 0;}
	.projects .items .item{padding:0 25px}
	.projects .items .item .hold{padding: 0 0 405px}
	.projects .item .info{
		width: 100%;
		top: auto;
		height: auto;
		min-height: 365px;
		bottom: 50px;
		padding: 30px 30px;
		font: 500 14px/17px 'Montserrat', Arial, sans-serif;
	}
	.rtl-page .projects .items .item .hold{padding: 0 0 455px}
	.rtl-page .projects .item .info{
		padding: 30px 30px 10px;
	}
	.projects .item .label{
		font: bold 14px/19px 'Montserrat', Arial, sans-serif;
	    padding: 3px;
	    min-width: 65px;
	    margin: 0 -5px 14px;
	}
	.projects .item .title{
		font:bold 22px/29px 'Montserrat', Arial, sans-serif;
		padding:0 0 15px;
		margin:0 -5px 18px;
	}
	.projects .item .title:after{
		width: 20px;
		height: 3px;
	}
	.projects .item .images img{height: 400px}
	.projects .items > .slick-arrow{margin: 43px 0 0}
	.slick-arrows{opacity: 1 !important}
	
	.section05{
		background: none;
		padding: 0 0 25px
	}
	.form-holder h2{
		font: 700 24px/31px 'Montserrat', Arial, sans-serif;
		margin: 0 5px 25px;
		letter-spacing: -1px;
	}
	.form-holder .inner{width: 100%;}


	footer{
		font:14px/19px 'Montserrat', Arial, sans-serif;
		padding: 23px 40px 40px;
		letter-spacing: 0.7px;
	}
	.f-logo{padding: 0 0 10px}
	.f-logo img{max-width: 86px}


	
	.rtl-page .section05{background: none}
	
	.popup .close{
		width: 15px;
		height: 15px;
		background-size: cover;
	}
	.popup-register .popup-main{
		padding:80px 20px 25px;
		background:#fff url(images/bg-register-popup-xs.png) 50% 0 no-repeat;
	}
	.popup-register h3{
		font: 700 22px/28px 'Montserrat', Arial, sans-serif;
		margin:0 0 20px;
	}

	.popup-register .form{padding: 0}
	.popup-register .form input[type=tel],
	.popup-register .form input[type=url],
	.popup-register .form input[type=text],
	.popup-register .form input[type=email],
	.popup-register .form input[type=search],
	.popup-register .form input[type=number],
	.popup-register .form input[type=password],
	.popup-register .form textarea,
	.popup-register .form select,
	.popup-register .form .selector span{
		height: 50px;
		font: 500 14px/18px 'Montserrat', Arial, sans-serif;
		padding: 15px 15px;
	}
	.popup-register .form .phone-number > div:first-child input[type=tel],
	.popup-register .form .phone-number > div:first-child input[type=text]{padding-left: 10px}
	.popup-register .button{
		font:bold 24px/30px 'Montserrat', Arial, sans-serif;
		min-width: 200px;
		padding: 10px;
	}
	.popup-register .form .button-row{padding: 20px 0 0;}

	.rtl-page .form .custom-offset-1{margin: 0 60px 0 0;}
	.rtl-page .form .custom-offset-2{margin: 0 120px 0 0;}
	.rtl-page .form .phone-number .custom-offset-1{margin: 0 0 0 60px;}
	.rtl-page .form .phone-number .custom-offset-2{margin: 0 0 0 120px;}
}
@media only screen and (max-width: 600px) {
	.video-holder .play{
		width: 28px;
		height: 28px;
		background-size: 28px 28px;
	}
	.projects .item .images img{height: 220px}

	.slick-arrows{
		-webkit-box-shadow: inset 50px 0px 50px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: inset 50px 0px 50px 0px rgba(0,0,0,0.5);
		box-shadow: inset 50px 0px 50px 0px rgba(0,0,0,0.5);
	}
	.slick-arrows:after{
		width: 1px;
		height: 25px;
		margin: -12px 0 0;
		left: auto;
		right: 29px;
	}
	.slick-arrows .slick-arrow{
		width: 10px;
		height: 15px;
		margin: -7px 0 0;
	}
	.slick-arrows .slick-prev{
		background-position: -70px -160px;
		left: auto;
		right: 32px;
	}
	.slick-arrows .slick-next{
		background-position: -80px -160px;
		left: auto;
		right: 17px;
	}
	/* .projects .item .info{
		min-height: 415px;
	}
	.projects .items .item .hold,
	.rtl-page .projects .items .item .hold{padding: 0 0 500px} */

	.section01 .image .label{
		left: 180px;
	}
	.rtl-page .section01 .image .label{
		left: auto;
		right: 180px;
	}
	
	.rtl-page .slick-arrows{
		-webkit-box-shadow: inset -50px 0px 50px 0px rgba(0,0,0,0.5);
		-moz-box-shadow: inset -50px 0px 50px 0px rgba(0,0,0,0.5);
		box-shadow: inset -50px 0px 50px 0px rgba(0,0,0,0.5);
	}
	.rtl-page .slick-arrows:after{
		right: auto;
		left: 29px;
	}
	.rtl-page .slick-arrows .slick-prev{
		background-position: -80px -160px;
		right: auto;
		left: 33px;
	}
	.rtl-page .slick-arrows .slick-next{
		background-position: -70px -160px;
		right: auto;		
		left: 17px;
	}
}
@media only screen and (max-width: 479px) {
	.show-less-479 {display:block}
	.mt0-xs{margin-top: 0;}
	.mb0-xs{margin-bottom: 0;}
	.mb3-xs{margin-bottom: 3px;}
	.ml0-xs{margin-left: 0;}
	.ml0-xs.reversed{margin-right: 0;}
	.mr0-xs{margin-right: 0;}
	.mr0-xs.reversed{margin-left: 0;}
	.btn-block-xs{
		display: block;
		min-width: 1px !important;
	}
	
	.section01 .image .label{
		left: 57px;
		bottom: 18px;
	}
	.rtl-page .section01 .image .label{
		left: auto;
		right: 57px;
	}
	.section02 {
	    background: #1e3e6f url(images/bg-section02-xs.jpg) 50% 0 no-repeat;
	    background-size: cover;
	}
	.rtl-page .section02{
		background: #1e3e6f url(images/bg-section02-xs.jpg) 50% 0 no-repeat;
		background-size: cover;
	}
	footer{
		padding: 23px 40px 65px;
	}
}