@import url('https://fonts.googleapis.com/css?family=PT+Sans+Narrow');
html, body {
    height: 100%;
    position: relative;
}
body{
	font-family: 'PT Sans Narrow', sans-serif!important;
}
*{
	outline: none;
}

.container{
	max-width: 1200px!important;
	width: 100%!important;
}
.admin-bar header{
	top: 68px;
}
.admin-bar .top-block{
	top: 32px;
}
.admin-bar .top-baner{
	margin-top: -32px;
}
.top-block{
	position: absolute;
	z-index: 101;
	left: 0px;
	top: 0px;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
}
.top-block ul{
	padding: 5px 20px 0px 0px!important;
	margin-bottom: 0px!important;
	line-height: 26px;
	height: 36px;
	list-style: none;
	float: right;
}
.top-block ul li{
  	float: right;
  	display: inline-block;
  	margin-right: 5px;
}
.top-block ul li a{
  	position: relative;
  	display: inline-block;
  	line-height: 26px;
  	height: 26px;
}
.top-block ul li a.phone{
  	width: auto!important;
  	line-height: 26px;
  	height: 26px;
  	color: #8ac10a;
}
.top-block ul li a.link{
  	width: 26px!important
}
.top-block ul li a.link i{
  	left: 0px;
  	top: 0px;
  	width: 26px;
  	height: 26px;
  	border-radius: 50%;
  	border: 1px solid #babdbf;
  	color: #babdbf;
  	font-size: 13px;
  	line-height: 24px;
  	text-align: center;
  	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.top-block ul li a.link i:hover{
	border: 1px solid #8ac10a;
	background-color: #8ac10a;
	color: #fff;
}
.top-block ul li a.link.facebook-link{
}
.top-block ul li a.link.call-link{
}
.top-block ul li a.phone:before{
  	content: '\f095';
  	position: absolute;
  	line-height: 26px;
  	height: 26px;
  	right: -20px;
  	top: 0px;
  	font-family: FontAwesome;
}
header{
	position: absolute;
	z-index: 100;
	width: 100%;
	top: 36px;
	left: 0px;
	background-color: #fff;
	padding: 5px 0px 10px 0px;
	border-bottom: 2px solid #8ac10a !important;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
}
header .logo{
	width: 100%;
	margin-top: 5px;
}
.admin-bar header.scroll{
	top: 32px!important;
}
header.scroll{
	position: fixed;
	top: 0px!important;
	padding: 5px 0px;
}
header .navbar-nav{
	margin-top: 10px;
}
header .navbar-nav li.home-link{
}
header .navbar-nav li.home-link a{
	width: 40px!important;
	height: 40px!important;
	color: #fff;
	padding: 0px!important
}
header .navbar-nav li.home-link a:before {
    height: 0px!important
}
header .navbar-nav li.home-link a:after{
	content: '\f015';
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -18px;
	color: #1a5fa5;
	font-family: FontAwesome;
	font-size: 24px;
	width: 40px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background-color: transparent!important;
}
header .navbar-nav li a{
	color: #1a5fa5;
	font-size: 18px;
	padding: 10px 15px!important;
	display: inline-block;
  	vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
  	transform: perspective(1px) translateZ(0);
  	box-shadow: 0 0 1px transparent;
  	position: relative;
  	overflow: hidden;
}
header .navbar-nav li a:before {
  	content: "";
  	position: absolute;
  	z-index: -1;
  	left: 50%;
  	right: 50%;
  	bottom: 0;
  	background: #8dc503;
  	height: 2px;
    -webkit-transition-property: left, right;
  	transition-property: left, right;
    -webkit-transition-duration: 0.3s;
  	transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
  	transition-timing-function: ease-out;
}
header .navbar-nav li a:hover:before, header .navbar-nav li a:focus:before, header .navbar-nav li a:active:before {
  	left: 0;
  	right: 0;
}
header .navbar-nav li a:hover, header .navbar-nav li a:focus{
	background: transparent!important;
}
header .navbar-nav li .sub-menu {
    display: none;
    position: absolute;
    z-index: 100;
    width: 180px;
    left: 50%;
    top: 100%;
    margin-left: -90px;
    padding-right: 0px;
    list-style: none;
}
header .navbar-nav li .sub-menu li {
    background: rgba(0, 35, 86, 1);
}
header .navbar-nav li .sub-menu li:hover {
    background: rgba(0, 35, 86, .9);
}
header .navbar-nav li .sub-menu li:hover a {
    color: #babdbf!important;
    text-decoration: none!important;
}
header .navbar-nav li .sub-menu li a {
    padding: 5px 15px;
    display: block;
    font-size: 14px!important;
    color: #fff!important;
}
header .navbar-nav li .sub-menu li a:hover {
    color: #babdbf!important;
}
header .navbar-nav li .sub-menu li a:before {
    height: 0px!important
}
header .navbar-nav li:hover .sub-menu {
    display: block;
}
header .navbar-toggle{margin-right: 0px!important; z-index: 10!important;}
header .navbar-toggle span.icon-bar{
	background: #3c8dde!important;
}
@media all and (max-width: 360px){
	.max-360{
		display: none!important;
	}
}
@media all and (min-width: 769px){
	header .navbar-collapse .open-modal{
		display: none!important;
	}
	.top-block ul.lang-menu{
		display: none!important;
	}
}
@media all and (max-width: 767px){
	header .navbar-nav li:hover .sub-menu {
	    display: none!important;
	}
	header .navbar-collapse .open-modal{
		display: inline-block!important;
	}
	header .collapse.in{
		width: 100%;
	}
	header .header-menu li{
		text-align: center;
	}
	.top-block ul{
		width: auto!important;
		padding: 5px 0px 0px 0px!important
	}
	.top-block ul.lang-menu li{
		margin: 0px!important;
		width: 30px!important;
	}
	.top-block ul.social-link{
		float: left!important;
	}
	.top-block .open-modal{
		display: none!important;
	}
	.top-baner .image .title{
		font-size: 40px!important;
	}
	.text-block .description{
		font-size: 22px!important;
	}
	.text-block .excerpt{
		font-size: 16px!important;
	}
	.service-block .service-item{
		margin-bottom: 20px!important;
	}
	.blog-block .post-item .image{
		margin-bottom: 20px;
	}
	.project-block .content, .project-block .image{
		height: 250px!important;
	}
	.project-block .content{
		padding: 0px 20px!important;
	}
	.blog-block .post-item h4{
		font-size: 24px!important;
	}
	.blog-block .post-item .excerpt{
		font-size: 20px!important;
	}
	.blog-block .post-item .more a{
		font-size: 24px!important;
	}
	.content-block.single-post, .content-block.single-post .post-content {
	    font-size: 20px!important;
	    color: #3d4042;
	}
	.single-post .block-title h3{
		font-size: 32px!important;
		padding: 0px 15px!important;
		line-height: 36px!important;
	}
}

.top-baner{
	position: relative;
	top: 0px;
	height: 100vh!important;
}
.top-baner .image{
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-size: cover!important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.top-baner .image .title{
	font-size: 48px;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 30px;
	text-align: center;
}
.top-baner .image .more{
	text-align: center;
}
.top-baner .image .more a{
	float: none!important;
	margin: 0px auto!important;
	border: 1px solid #fff!important;
	background:rgba(255,255,255,.4);
	color: #fff!important;
	font-size: 24px;
}
.top-baner .image .more a span{
	padding: 10px 60px!important;
	font-weight: 400!important;
}
.top-baner .image .more a:after{
	background-color: #8ac10a;
	color: #fff!important;
	border: 1px solid #8ac10a!important;
	padding: 10px 30px!important;
	font-weight: 400!important;
}
.top-baner .image .more a:hover, .top-baner .image .more a:focus{
	text-decoration: none;
	border: 1px solid #8ac10a!important;
}
.text-block{
	padding: 50px 0px;
}
.text-block .block-title h3{
	color: #1a5fa5;
	margin-top: 0px;
	margin-bottom: 50px;
}
.text-block .description {
    text-align: center;
    font-size: 30px;
    color: #3d4042;
    line-height: 42px;
    margin-bottom: 30px;
    font-weight: 400;
}
.text-block .excerpt{
    font-size: 20px;
    color: #3d4042;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
    margin-bottom: 30px;
}
.text-block .more{
	text-align: center;
}
.text-block .more a{
	display: inline-block;
	height: 56px;
	line-height: 52px;
	padding: 0px 40px;
	border: 2px solid #8ac10a;
	color: #8ac10a;
	font-size: 28px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.text-block .more a:hover, .text-block .more a:focus{
	background-color: #8ac10a;
	color: #fff;
	text-decoration: none;
}
.service-block{
	font-family: 'PT Sans Narrow', sans-serif !important;
	background-color: #e2e5e8;
	padding: 60px 0 60px;
	border-top: 1px solid #9f9f9f; 
}
.service-block .service-item .icon{
	position: relative;
	margin: 0 auto 30px auto;
}
.service-block .service-item .icon .img-icon{
	position: relative;
	height: 80px;
	width: 80px;
	border-radius: 100%;
	margin: 0 auto;
	border: 2px solid #3c8dde;
	background: #3c8dde;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.service-block .service-item .icon .img-icon img{
	width: 60%;
	margin: 0 auto;
}
.service-block .service-item:hover a{
	text-decoration: none!important;
}
.service-block .service-item:hover .hover-image, .service-block .service-item .white-image{
    display: block;
}
      .service-block .service-item .hover-image, .service-block .service-item:hover .white-image{
        display: none;
      }
.service-block .service-item:hover .icon .img-icon{
	background-color: #fff;
}
.service-block .service-item{
	padding: 30px 10px;
	min-height: 400px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
	background: #fff;
}
.service-block .service-item:hover{
	cursor: pointer;
}
.service-block .service-item .title{
	margin-top: 0px;
	color: #313131;
	font-size: 22px;
	text-align: center;
	height: 60px;
}
.service-block .service-item .divider{
	height: 2px;
	width: 100%;
	background-color: #b7b7b7;
	margin: 20px auto;
}
.service-block .service-item .excerpt{
	font-weight: 300;
	font-size: 16px;
	text-align: center;
	height: 160px;
	color: #888 !important;
}
.service-block .service-item .more{
	text-align: center;
}
.service-block .service-item .more a{
	padding-right: 30px;
}
.service-block .service-item .more a{
	display: inline-block;
	position: relative;
	color: #8dc503;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	height: 24px;
}
.service-block .service-item .more a:hover, .service-block .service-item .more a:focus{
	text-decoration: none;
}
.service-block .service-item .more a span{
	position: absolute;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.service-block .service-item .more a span{
	right: 0px;
	top: 0px;
	height: 24px;
	line-height: 24px;
}
.service-block .service-item:hover .more a span{
	right: -10px;
}
.review-block{
	position: relative;
	z-index: 10;
	padding: 0px 0px 50px 0px;
	background-size: cover;
	background: url('../img/review_background.jpg') center no-repeat;
}
.reviews-text{

  	background: rgba(255,255,255,0.9);
}
.reviews-text .item{
	position: relative;
  	width: 100%;
  	float: left!important;
  	padding: 30px 50px;
  	color: #3d4042;
  	font-size: 18px;
}
.reviews-text .item .text{
	position: relative;
	margin-bottom: 20px;
}
.reviews-text .item .text:before{
	content: '\f10e';
	position: absolute;
	font-family: FontAwesome;
	top: 0px;
	left: -30px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #7e7e7e;
	font-size: 28px;
}
.reviews-text .item .text:after{
	content: '\f10e';
	position: absolute;
	font-family: FontAwesome;
	bottom: : -30px;
	right: -30px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #7e7e7e;
	font-size: 28px;
}
.reviews-text .item .avtor{
  	font-size: 20px;
  	font-weight: 600;
}
.reviews-text .slick-dots{
  	display: none!important;
}
.reviews-text .slick-arrow{
	  position: absolute!important;
	  bottom: -20px!important;
	  width: 40px;
	  height: 40px;
	  text-align: center;
	  line-height: 40px;
	  font-size: 32px;
	  background: #002356;
	  left: 50%!important;
	  cursor: pointer;
	opacity: 0.9!important;
	color: #fff;
}
.reviews-text .slick-arrow:hover, .reviews-text .slick-arrow:focus{
  	opacity: 1!important
}
.reviews-text .slick-arrow.fa-angle-left{
  	margin-left: -40px!important;
}
.block-title{
	margin: 20px 0px;
}
.block-title h3{
	font-size: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
}
.count-block{
	padding: 20px 0px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
}
.count-block .count{
	font-size: 80px;
	color: #92cd01;
	display: block;
	text-align: center;
	font-weight: 600;
}
.count-block .count-title{
	display: block;
	font-size: 20px;
	color: #3d4042;
	font-weight: 400;
}
.count-block .count, .count-block .count-title{
	text-align: center;
}
.blog-block{
	padding: 50px 0px;
	background-color: #e2e5e8;
}
.blog-block .block-title h3{
	margin-top: 0px;
	margin-bottom: 50px;
	color: #1a5fa5;
	font-weight: 600;
}
.blog-block .post-item{
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 2px solid #fff;
}
.blog-block .post-item:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: 0px solid #fff;
}
.blog-block .post-item h4{
	font-size: 24px;
	color: #3d4042;
	margin-top: 0px;
	font-weight: 600;
}
.blog-block .post-item h4 a{
	color: #3d4042;
}
.blog-block .post-item .excerpt{
	font-size: 18px;
	color: #3d4042;
	margin-bottom: 20px;
}
.blog-block .post-item .more a{
	display: inline-block;
	position: relative;
	color: #8dc503;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	height: 32px;
}
.blog-block .post-item .more a:hover, .blog-block .post-item .more a:focus{
	text-decoration: none;
}
.blog-block .post-item .more a span{
	position: relative;
	display: inline-block;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.post-item .more a span{
	margin-left: 5px;
}
.blog-block .post-item .more a:hover span{
	margin-left: 15px;
}
.project-block{
	padding: 16px 0px 0px 0px;
	overflow: hidden;
}
.project-block .new-margin{
	margin: 0px -8px!important;
}
.project-block .new-padding{
	padding: 0px 8px!important;
}
.project-block .content, .project-block .image{
	position: relative;
	height: 400px;
	overflow: hidden;
	margin-bottom: 16px;
}
.project-block .image .thumb{
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	background-size: cover!important;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.project-block .image:hover .thumb{
	-webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    transform:scale(1.1)
}
.project-block .content{
	padding: 0px 50px;
	width: 100%;
	background: #05407c;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.project-block .content h4{
	margin-top: 0px;
	font-weight: 400;
	font-size: 36px;
	color: #fff;
}
.project-block .content .more a{
	color: #8dc503;
	font-size: 20px;
	font-weight: 400;
}
.project-block .content .more a:hover, .project-block .content .more a:focus{
	text-decoration: none;
}
.project-block .content .more a span{
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.project-block .content .more a:hover span{
	margin-left: 10px;
}

footer{
	padding: 60px 0px 100px 0px;
	background-color: #06223f;
}
footer .footer-widget h4{
	position: relative;
	margin-top: 0px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-size: 28px;
	color: #8ac10a;
}
footer .footer-widget h4:after{
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100px;
	height: 2px;
	background-color: #fff;
}
body.rtl footer .footer-widget h4{
	font-weight: 600;
}
footer .footer-widget ul{
	list-style: none;
	padding: 0px;
}
footer .footer-widget ul li a{
	font-size: 18px;
	color: #fff;
	line-height: 32px;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
footer .footer-widget ul li a:hover{
	color: #8ac10a;
	text-decoration: none;
}
body.rtl footer .footer-widget ul li a{
	font-weight: 300;
}
footer form input {
    display: block;
    padding: 0px 5px;
    line-height: 36px;
    border: none;
    margin-bottom: 20px;
    width: 100%;
    font-size: 18px;
    border: none;
}
footer form textarea{
	width: 100%;
	margin-bottom: 20px;
	padding: 5px!important;
	line-height: 20px!important;
	font-size: 18px;
	border: none;
}
footer form input[type="submit"] {
  color: #003d71;
  width: 100px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  text-align: center; 
  float: left;
  -webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
footer form input[type="submit"]:hover{
	background-color: #8ac10a;
	color: #fff;
}
footer .footer-widget ul.contact li a{
	position: relative;
	line-height: 40px;
	height: 40px;
	margin-bottom: 10px;
	padding-left: 36px;
}
footer .footer-widget ul.contact li a:after{
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -16px;
	width: 32px;
	height: 32px;
	font-size: 28px;
	line-height: 32px;
	color: #fff;
	font-family: FontAwesome;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
footer .footer-widget ul.contact li:hover a:after{
	color: #8ac10a;
}
footer .footer-widget ul.contact li.phone a:after{
	content: '\f098';
}
footer .footer-widget ul.contact li.fax a:after{
	content: '\f1ac';
}
footer .footer-widget ul.contact li.email a:after{
	content: '\f0e0';
}
footer .footer-widget ul.contact li.address a:after{
	content: '\f015';
}
footer .line{
	width: 0px;
	height: 0px;
}
.lang-menu{
	list-style: none;
	padding: 0px;
}
.lang-menu{
	text-align: left;
	float: right;
}
.lang-menu li{
	margin-left: 10px;
}
.lang-menu li{
	float: none;
	display: inline-block;
}
.lang-menu li.active{
	display: none;
}
.lang-menu li a{
	display: block;
	font-size: 10px;
	color: #1a5fa5;
}
.lang-menu li a:hover, .lang-menu li a:focus{
	text-decoration:none;
}
.top-block .open-modal{
	height: 26px!important;
	line-height: 22px!important;
	margin-top: 5px!important;
	font-size: 14px!important
}
.top-block .open-modal:before{
	height: 18px!important;
}
.open-modal{
	position: relative;
	display: inline-block;
	padding: 0px 20px 0px 40px;
	line-height: 24px;
	height: 28px;
	color: #1a5fa5;
	font-size: 16px;
	border: 2px solid #1a5fa5; 
	cursor: pointer;
	margin-top: 15px;
	border-radius: 2px;
}
.open-modal:before{
	content: '\f013';
	position: absolute;
	left: 0px;
	top: 2px;
	font-size: 14px;
	font-family: FontAwesome;
	height: 20px;
	width: 20px;
	text-align: center;
	line-height: 20px;
	color: #1a5fa5;
	border-right: 1px solid #1a5fa5;
}
.open-modal:hover{
	color: #fff;
	background-color: #1a5fa5;
	text-decoration: none;
}
.open-modal:hover:before{
	color: #fff;
	border-right: 1px solid #fff;
}
a.scroll-to-top {
    width: 44px !important;
    height: 44px !important;
    background: rgba(146, 205, 1, 0.6);
    position: fixed;
    z-index: 100;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    color: #fff;
    font-weight: 700;
}
body.rtl a.scroll-to-top{
	bottom: 10px!important;
    left: 10px!important;
    right: auto!important;
}
a.scroll-to-top i{
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	color: #fff;
	font-size: 36px;
}
a.scroll-to-top:hover{
	color: #fff;
 	background: rgba(146, 205, 1, 1);
}

@-webkit-keyframes ani-mouse {
  0% {
  opacity: 1;
  top: 29%;
  }
  15% {
  opacity: 1;
  top: 50%;
  }
  50% {
  opacity: 0;
  top: 50%;
  }
  100% {
  opacity: 0;
  top: 29%;
  }
}
@-moz-keyframes ani-mouse {
  0% {
  opacity: 1;
  top: 29%;
  }
  15% {
  opacity: 1;
  top: 50%;
  }
  50% {
  opacity: 0;
  top: 50%;
  }
  100% {
  opacity: 0;
  top: 29%;
  }
}
@keyframes ani-mouse {
  0% {
  opacity: 1;
  top: 29%;
  }
  15% {
  opacity: 1;
  top: 50%;
  }
  50% {
  opacity: 0;
  top: 50%;
  }
  100% {
  opacity: 0;
  top: 29%;
  }
}
.scroll-btn {
   display: block;
   position: absolute;
   left: 0;
   right: 0;
   text-align: center;
   bottom: 20px!important;
}
.scroll-btn > * {
   display: inline-block;
   line-height: 18px;
   font-size: 13px;
   font-weight: normal;
   color: #7f8c8d;
   color: #ffffff;
   font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
   letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
   color: #ffffff;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
   opacity: 0.8;
   filter: alpha(opacity=80);
}
.scroll-btn .mouse {
   position: relative;
   display: block;
   width: 24px;
   height: 36px;
   margin: 0 auto 20px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   border: 2px solid white;
   border-radius: 16px;
}
.scroll-btn .mouse > * {
  	position: absolute;
  	display: block;
  	top: 29%;
  	left: 50%;
  	width: 6px;
  	height: 6px;
  	margin: -3px 0 0 -3px;
  	background: white;
  	border-radius: 50%;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;
}
body.modal-open{
}
body.modal-open header, body.modal-open .top-block{
	padding-right: 14px!important;
}
.modal-sm {
    width: 300px;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
#modal-contact form {
  	text-align: center!important;
}
#modal-contact form input, #modal-contact form textarea{
  	width: 100%!important;
  	border: 1px solid #999696;
  	font-size: 14px;
  	padding: 7px 10px;
  	margin-bottom: 10px;
  	height: 40px;
  	line-height:40px;
}
#modal-contact form textarea{
  	height: 150px!important;
  	line-height: 20px!important;
}
#modal-contact form input[type="submit"] {
    display: inline-block!important;
    background-color: transparent;
    color: #92cd01;
    border: 2px solid #92cd01;
    width: 120px!important;
    margin: 0 auto!important;
    font-size: 24px;
    height: 44px;
    line-height: 40px!important;
    text-align: center;
    padding: 0px!important;
    float: none!important;
}
#modal-contact form input[type="submit"]:hover{
	background-color: #92cd01;
	color: #fff;
}
#modal-contact form .ajax-loader{
  	margin: 0px!important;
  	width: 0px!important;
  	height: 0px!important
}
.map-block .map iframe{
    width: 100%!important;
    height: 400px!important;
}
body.page.admin-bar .top-block, body.blog.admin-bar .top-block, body.single.admin-bar .top-block{
	top: 0px;
}
body.page.admin-bar header, body.blog.admin-bar header, body.single.admin-bar header{
	top: 32px;
}
.content-block{
	padding: 50px 0px;
}
.content-block .block-title h3{
	margin-bottom: 50px;
	color:  #1a5fa5;
}
.content-block.contact-block{}
.content-block.contact-block input, .content-block.contact-block textarea{
	width: 100%;
	border: 1px solid #999696;
	font-size: 14px;
	padding: 10px 10px;
	margin-bottom: 20px;
}
.content-block.contact-block input[type="submit"] {
	display: inline-block;
	width: auto!important;
    background-color: transparent;
    color: #8ac10a;
    border: 2px solid #8ac10a;
    float: left;
    font-size: 28px;
    margin-top: 4px;
    height: 50px;
    line-height: 46px;
    padding: 0px 30px!important;
}
.content-block.contact-block input[type="submit"]:hover{
	background-color: #8ac10a;
	text-decoration: none;
	color: #fff;
}
.content-block.contact-block .contact-title{
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 0px;
    font-size: 32px;
    color: #8ac10a;
    font-weight: 600;
}
.content-block.contact-block .contact-title:after{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 60%;
	height: 2px;
	background-color: #b7b7b7;
}
.content-block.contact-block ul.contact{
	list-style: none;
	padding-left: 0px;
}
.content-block.contact-block ul.contact li a{
	display: inline-block;
	position: relative;
	line-height: 40px;
	height: 40px;
	margin-bottom: 10px;
	padding-left: 36px;
	font-size: 24px;
	color: #3d4042;
}
.content-block.contact-block ul.contact li a:after{
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -16px;
	width: 32px;
	height: 32px;
	font-size: 28px;
	line-height: 32px;
	color: #3d4042;;
	font-family: FontAwesome;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}
.content-block.contact-block ul.contact li:hover a:after{
	color: #3d4042;
}
.content-block.contact-block ul.contact li.phone a:after{
	content: '\f098';
}
.content-block.contact-block ul.contact li.fax a:after{
	content: '\f1ac';
}
.content-block.contact-block ul.contact li.email a:after{
	content: '\f0e0';
}
.content-block.contact-block ul.contact li.address a:after{
	content: '\f015';
}
.baner-block{
	position: relative;
	height: 50vh!important;
	background-size: cover!important;
	background-position: center!important;
	background-repeat: no-repeat!important;
}
.blog-block.content-block{
	background-color: #fff!important
}
.blog-block.content-block .date{
	font-size: 20px;
	color: #3d4042;
}
.blog-block.content-block .post-item{
	border-bottom: 2px solid #b7b7b7!important
}
.blog-block.content-block .post-item:last-child{
	border-bottom: 0px!important
}
.content-block.single-post, .content-block.single-post .post-content{
	font-size: 18px;
	color: #3d4042;
	font-weight: 300;
}
.content-block.single-post p, .content-block.single-post .post-content p{
	margin-bottom: 20px;
}
.content-block.single-post .post-content{
	margin-bottom: 50px;
}
.content-block.single-post .column-title{
	margin-bottom: 50px;
	font-size: 32px;
	color: #8dc503;
	font-weight: 600;
	text-align: center;
}
.content-block.single-post .column ul{
	list-style: none;
	padding-left: 0px;
}
.content-block.single-post .column ul li{
	position: relative;
	list-style: none;
	font-size: 18px;
	color: #3d4042;
	font-weight: 600;
	line-height: 36px;
	padding-left: 30px;
}
.content-block.single-post .column ul li:before{
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -4px;
	left: 0px;
	width: 8px;
	height: 8px;
	border-radius: 4px;
	background-color: #8dc503;
}
.content-block.single-post .single-layout .list-center{
	display: inline-block;
}
.content-block.single-post .single-layout .list-center .column{
	display: inline-block;
	width: auto!important;
}
.content-block.single-post .single-layout .list-center .column ul li{
	text-align: left;
}
.content-block.single-post .column_title{
	margin-bottom: 20px;
	font-size: 32px;
	color: #8dc503;
	font-weight: 600;
}
.like-button{position: fixed;z-index:200;left: 0px;top: 50%;margin-top:-22px; width: 44px;height: 44px;text-align: center;line-height: 44px;color: #fff;font-size: 28px;}
.like-button i{position: absolute;width: 44px;height: 44px;top: 0px;left: 0px;line-height: 44px;text-align: center;color: #fff;background: rgba(109,132,180,0.7);}
.like-button:hover i{background: rgba(109,132,180,1);}
@media all and ( max-width: 1024px ){
	header .lang-menu{
		display: none!important;
	}
	.top-block ul.lang-menu{
		padding-right: 0px!important;
		margin-right: -15px!important;
	}
	.top-block ul.lang-menu li{}
	footer .line{
		width: 100%!important;
		height: 1px!important;
		float: left;
	}
	.footer-widget{
		margin-bottom: 20px!important
	}
	.lang-menu li a{
		display: inline-block!important;
		width: auto!important;
	}
	.lang-menu li a.lang_name{
		display: none!important;
	}
	.lang-menu li a img{
		width: 50%!important;
		height: auto!important;
	}
	header .open-modal{
		display: none!important;
	}
	.service-block .service-item{
		margin-bottom: 20px!important;
	}
}
@media all and ( min-width: 1025px ){
	.top-block .open-modal{
		display: none!important;
	}
}


.form_block div[role="form"] {

    margin: 0 auto;
    display: table;
}
.form_block h2 {
	text-align: center;
}

.form_block div[role="form"]  input, .form_block div[role="form"]  textarea{
	padding: 10px;
	direction: ltr;
	margin-bottom: 10px;
	float: left;
    margin-left: 20px;
        width: 200px;

}
.form_block div[role="form"]  input[type="submit"]{
	line-height: 27px;
    font-size: 22px;
    background: #002356;
    color: #fff;
    border: none;
    float: right;
padding: 11px 20px 7px;

}

.form_block {
	padding-bottom: 20px;
}

@media(max-width: 767px) {
	.form_block div[role="form"] input, .form_block div[role="form"] textarea {
    width: 100%;
margin-left: 0px;
    margin-bottom: 12px;
	}
}