body,
html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #666;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
}

h2 {
	margin: 0 0 20px 0;
	font-weight: 600;
	font-size: 36px;
	color: #333;
}

h3,
h4 {
	font-size: 20px;
	font-weight: 400;
	color: #333;
}

h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}

p {
	font-size: 15px;
}

p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}

a {
	color: #6aaf08;
	font-weight: 400;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #222;
}

ul,
ol {
	list-style: none;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

ul,
ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}

hr {
	height: 3px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #6aaf08;
	margin: 0 auto;
	margin-bottom: 20px;
	border: 0;
}

/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
}

#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}

#menu a.navbar-brand {
	font-size: 26px;
	font-weight: 600;
	color: #eee;
}

#menu.navbar-default .navbar-nav>li>a {
	text-transform: uppercase;
	color: #ddd;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 8px 2px;
	border-radius: 0;
	margin: 16px 0px 0 20px;
}

#menu.navbar-default .navbar-nav>li>a:hover {
	color: #6aaf08;
}

.on {
	background-color: rgb(51, 51, 51) !important;
	padding: 0 !important;
	padding: 15px 0 !important;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #6aaf08 !important;
	background-color: transparent;
}

.navbar-toggle {
	border-radius: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #fff;
	border-color: #fff;
}

.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #6aaf08;
}

.section-title {
	margin-bottom: 70px;
}

.section-title p {
	font-size: 18px;
	color: #666;
}

.btn-custom {
	text-transform: uppercase;
	color: #fff;
	background-color: #6aaf08;
	padding: 14px 20px;
	letter-spacing: 1px;
	margin: 0;
	font-size: 17px;
	font-weight: 400;
	border-radius: 6px;
	margin-top: 20px;
	transition: all 0.3s;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-custom.focus,
.btn-custom:active,
.btn-custom.active {
	color: #fff;
	background-color: #5f9d07;
}

.btn:active,
.btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

a:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
	outline-offset: none;
}

/* Header Section */
.intro {
	display: table;
	width: 100%;
	height: 80vh;
	padding: 0;
	background-color: #e92d2da6;
}

.intro .overlay {
	background: rgba(0, 0, 0, 0.6);
}

.intro .fa {
	font-size: 94px;
	margin-bottom: 40px;
	color: #fff;
}

.intro h1 {
	color: #fff;
	font-size: 64px;
	font-weight: 700;
	letter-spacing: -1px;
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.intro p {
	color: #fff;
	font-size: 22px;
	margin-top: 20px;
	line-height: 28px;
	margin-bottom: 40px;
}

header .intro-text {
	padding-top: 250px;
	padding-bottom: 70px;
	text-align: center;
}

.form {
	width: 100%;
	min-height: 100%;
	overflow: hidden;
	position: fixed;
	top: 150px;

}

.form .form-content {
	box-shadow: 0px 0p x 10px #f6f6f6;
	width: 200px;
	height: 40px;
	padding: 10px;
	border-radius: 5px;
	margin-left: 40%;
}

/* About */
#about {
	padding: 120px 0 80px 0;
	background: #f6f6f6;
}

#about h3 {
	font-size: 22px;
	font-weight: 600;
	margin: 20px 0 0 0;
}

#about .about-text span {
	color: #0c0c0cd4;
	font-weight: 700;
	letter-spacing: -1px;
}

#about hr {
	margin-left: 0;
	margin-bottom: 40px;
}

#about .btn {
	margin-top: 40px;
}

/*Картинки*/
#about .about-media img {
	position: relative;
	display: block;
	width: 100%;
	height: 200px;
}

#about .about-text,
#about .about-desc {
	margin-bottom: 40px;
}

#about p {
	line-height: 24px;
	margin-top: 20px;
}


/* Services Section */
#services {
	padding: 50px 0;
	background: rgba(0, 0, 0, 0.57);

}



#services .service-media {
	margin: auto;

}

.service-media {
	width: 240px;
	height: 240px;
	border-radius: 50%;
	border: 10px solid rgba(255, 255, 255, 0.1);
	transition: all 0.5s ease;
}

#services .service-media svg {
	width: 170px;
	top: 0;
	margin: 20px auto;
	transition: all 0.5s ease;
}

#services .service-desc {
	margin: 10px 10px 40px;
	text-align: center;
}

#services h2 {
	color: #fff;
}

#services h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	padding: 5px 0;
}

#services p {
	color: rgba(255, 255, 255, 0.9);
}

#services hr {
	background: rgba(255, 255, 255, 0.6);
}

.services-item:hover .service-media svg {
	fill: #6aaf08;
}

.services-item:hover .service-media {
	border-color: rgba(255, 252, 252, 1);
}

/* Portfolio Section */
#portfolio {
	padding: 50px 0;
	background: #f6f6f6;
}

.categories {
	text-align: center;
}

ul.cat li {
	display: inline-block;
}

ol.type li {
	display: inline-block;
	margin: 0 10px 40px 10px;
}

ol.type li a {
	color: #555;
	font-size: 16px;
	font-weight: 400;
	padding: 8px 16px;
	background: #e6e6e6;
	border: 0;
	border-radius: 4px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: all 0.3s;
}

ol.type li a.active {
	background: #6aaf08;
	color: #fff;
}

ol.type li a:hover {
	background: #6aaf08;
	color: #fff;
}

.isotope-item {
	z-index: 2
}

.isotope-hidden.isotope-item {
	z-index: 1
}

.isotope,
.isotope .isotope-item {

	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}

.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}

.portfolio-item {
	margin: 15px 0;
}

.portfolio-item .hover-bg {
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	padding: 30% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}

.hover-bg .hover-text>h4 {
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 300;
	text-transform: uppercase;
}

.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.hover-bg:hover .hover-text {
	opacity: 1;
}

/* Testimonials Section */
#testimonials {
	background: #444 url(../images/testimonials-bg.jpg) center center no-repeat fixed;
	background-size: cover;
}

#testimonials .overlay {
	padding: 120px 0;
	background: rgba(48, 47, 47, 0.864);
}

#testimonials h2 {
	color: #fff;
}

#testimonials hr {
	background: rgba(48, 47, 47, 0.864);
}

#testimonial p {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.4);
	transition: all 0.5s;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #fff;
	border: 1px solid #fff;
}

.owl-theme .owl-controls .owl-page.active span {
	background: #fff;
	border: 1px solid #fff;
}

/* Contact Section */
#contact {
	padding: 50px 0;
	background: #F6F6F6;
}

#contact .section-title p {
	color: #777;
}

#contact form {
	padding: 0;
	margin-top: 40px;
}

#contact h3 {
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 600;
}

#contact .text-danger {
	color: #cc0033;
	text-align: left;
}

label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}

#contact .form-control {
	display: block;
	width: 100%;
	padding: 20px 20px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #444;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

#contact .form-control:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 15px #ddd;
	box-shadow: 0 0 15px #ddd;
}

.form-control::-webkit-input-placeholder {
	color: #777;
}

.form-control:-moz-placeholder {
	color: #777;
}

.form-control::-moz-placeholder {
	color: #777;
}

.form-control:-ms-input-placeholder {
	color: #777;
}

#contact .contact-info {
	margin-bottom: 30px;
}

#contact .contact-info hr {
	background: #ddd;
}

#contact .contact-item {
	margin: 20px 0 40px 0;
}

/* Footer Section*/
#footer {
	background: #333;
	padding: 30px 0 20px;
}

#footer h3 {
	color: #1e7a46;
	font-weight: 400;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#footer .social {
	margin: 10px 0 50px 0;
}

#footer .social ul li {
	display: inline-block;
	margin: 0 20px;
}

#footer .social i.fa {
	font-size: 22px;
	width: 40px;
	height: 40px;
	padding: 10px;
	background: #444;
	color: #6aaf08;
	border-radius: 50%;
	transition: all 0.3s;
}

#footer .social i.fa:hover {
	background: #6aaf08;
	color: #fff;
}

#footer p {
	color: #666;
	font-size: 15px;
}

#footer a {
	color: #888;
}

#footer a:hover {
	color: #ccc;
}



.col-sm-12 {
	width: 50%;
	display: inline-block;
}





/* Part of about us */
.s-wide {
	padding: 60px 0
}

.s-wide h2 {
	text-align: center;
	margin-top: 0;
	line-height: em(19px)
}

.s-dark {
	background-color: #414e5b;
	color: #fff
}

.s-adv {
	padding: 55px 0 10px
}

.s-adv-item {
	font-size: em(15px);
	font-family: OpenSansLight, sans-serif;
	color: #c0cdda;
	line-height: em(21px);
	margin-bottom: 40px
}

.s-adv-item h3 {
	margin: 0;
	font-size: em(20px);
	color: #dde9f3;
	font-family: Exo2Bold, sans-serif
}

.s-adv-item h3 span {
	font-size: em(20px);
	color: #ecb124
}

.s-adv-item p {
	margin: 12px 0 0
}




/* -- Testimonials Section2 > */
.s-equipment h3 {
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 45px;
}

.carousel-wrap {
	margin-bottom: 25px;
	-webkit-box-shadow: #d7d7d7 0 0 0 5px inset;
	box-shadow: #d7d7d7 0 0 0 5px inset;
	padding: 0 0 30px;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	text-align: center;
	background-color: #f8f8f8
}

.carousel-wrap:hover {
	-webkit-box-shadow: #6aaf08 0 0 0 5px inset;
	box-shadow: #6aaf08 0 0 0 5px inset;

}

.carousel-wrap:hover h3 {
	color: #6aaf08;

}

.carousel-wrap:hover .button {
	background-color: #6aaf08;
	-webkit-box-shadow: 0 4px 0 #dea213;
	box-shadow: 0 4px 0 #6aaf08;
	color: #fff;
}

.carousel-wrap:hover .button:active,
.carousel-wrap:hover .button:focus {
	background-color: #dea213;
	-webkit-box-shadow: 0 4px 0 #dea213;
	box-shadow: 0 4px 0 #dea213
}

.carousel-wrap:hover .car-img-wrap svg path {
	fill: #a0a0a0 !important;
	opacity: 1
}

.carousel-wrap .car-img-wrap {
	position: relative;
}

.carousel-wrap .car-img-wrap .img-svg,
.carousel-wrap .car-img-wrap svg {
	position: absolute;
	max-height: 150px;
	left: 4%;
	top: 5px;
}

/*--logo in image--*/
.carousel-wrap .car-img-wrap .img-svg path,
.carousel-wrap .car-img-wrap svg path {
	opacity: .7;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	fill: #fff !important
}

.carousel-wrap h3 {
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	font-size: 25px;
	margin-bottom: 0px;
	font-family: OpenSansBold, sans-serif
}

.carousel-wrap p {
	font-size: em(13px);
	color: #444;
	margin-bottom: 20px
}

.carousel-wrap .carousel-text {
	padding: 0 20px
}

.carousel-wrap .button {
	margin-top: 20px
}

/*-- image--*/
.responsive-img {
	max-width: 100%;

}


/* Logo from thirds */
.logo {
	display: block;
	width: 100px
}

.logo img {
	width: 100%
}

.blog-company {
	padding: 50px 0px;
	background-color: #d2cfcf;
}

.blog-company h2 {
	text-transform: uppercase;
	margin-bottom: 50px;
}

.news-content {
	padding: 50px;
}

.news-content img {
	max-width: 100%;
}

.white-popup {
	position: relative;
	background: #00a388;
	padding: 20px;
	max-width: 320px;
	margin: 20px auto;
	text-align: left;
	border-radius: 3px
}

.white-popup h3 {
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	padding: 20px
}

.white-popup input,
.white-popup label {
	display: block;
	width: 100%
}

.white-popup label {
	font-size: 17px;
	color: #fff
}

.white-popup input {
	border: 4px solid #fc0;
	padding: 6px 15px;
	margin-bottom: 10px
}

.white-popup .button {
	margin-top: 10px;
	border-color: #fc0;
	color: #fff
}

.white-popup input {

	color: #757373
}


.success1 {
	text-align: center;
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #00a388;
	z-index: 2;
	padding: 70px 30px 30px;
	text-transform: uppercase;
	color: white;
}

.visible {
	display: block
}

.callback .text-danger {
	color: red;
	font-weight: bold;
}

#menu.navbar-default .navbar-nav>li>a.callbackh {
	padding-bottom: 5px;
	text-transform: capitalize;
	border-bottom: 1px dashed #7e91a4;
}

#menu.navbar-default .navbar-nav>li>a.callbackh:hover {
	border-color: #6aaf08;
}