body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  color: #333;
}

h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

h3 {
  font-size: 18px;
}

.caption h3 {
  color: white;
  margin-bottom: 40px;
}

.parallax {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.parallax,
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6 {
  color: #fff;
}

.parallax input[type="text"],
.parallax input[type="text"]:hover,
.parallax input[type="email"],
.parallax input[type="email"]:hover,
.parallax input[type="url"],
.parallax input[type="url"]:hover,
.parallax input[type="password"],
.parallax input[type="password"]:hover,
.parallax input[type="tel"],
.parallax input[type="tel"]:hover,
.parallax select,
.parallax select:hover,
.parallax select > option,
.parallax select > option:hover,
.parallax textarea,
.parallax textarea:hover {
  font-weight: 200;
  color: black;
  font-size: 18px;
}

.btn {
  border: 0;
  border-radius: 0;
}

.btn.btn-primary:hover {
  background-color: #017fb5;
}

.navbar-nav li a:hover, 
.navbar-nav li a:focus {
  outline:none;
  outline-offset: 0;
  text-decoration:none;  
  background: transparent;
}

a {
  text-decoration: none;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}

a:focus, 
a:hover {
  text-decoration: none;
  outline: none
}

section {
  padding: 90px 0;
}

.heading {
  padding-bottom:50px;
}

/*************************
********Home CSS**********
**************************/
#home-slider {
  overflow: hidden;
  position: relative;
}

#home-slider .caption {
  position: absolute;
  top: 50%;
  margin-top: -230px;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 15;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
}

#home-slider .caption h1 {
  color: #fff;
  font-size: 80px;
  font-weight: 700;
  margin-bottom: 21px;
}

#home-slider .caption h2 {
  color:#7FBA00;
  font-size: 33px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 21px;
}

.caption .btn-start {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding:14px 40px;
  border: 1px solid #6e6d6c;
  border-radius: 4px;
  margin-top: 33px;
}

.caption .btn-start:hover {
  color: #fff
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  background-repeat: no-repeat;
  background-size: cover;
  height: 2037px;
}

.carousel-fade .carousel-inner .item:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,.7);
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.left-control, .right-control {
  position: absolute;
  top: 50%;
  height: 51px;
  width: 51px;
  line-height: 48px;
  border-radius: 50%;
  border:1px solid #fff;  
  z-index: 20;
  font-size: 24px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.left-control {
  left: -51px
} 

.right-control {
  right: -51px;
}

.left-control:hover, 
.right-control:hover {
  color: #fff;
}

#home-slider:hover .left-control {
  left:30px
} 

#home-slider:hover .right-control {
  right:30px
}

#home-slider .fa-hand-o-down {
  position: absolute;
  left: 50%;
  bottom: 50px;
  color: #fff;
  display: inline-block;
  width: 24px;
  margin-left: -12px;
  font-size: 24px;
  line-height: 24px;
  z-index: 999;
  -webkit-animation: bounce 3000ms infinite;
  animation: bounce 3000ms infinite;
}

.navbar-right li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  padding-top: 30px;
  padding-bottom: 30px;
}

.navbar-right li.active a {
  background-color: rgba(0,0,0,.2);
}

.navbar-brand h1 {
  margin-top: -2px;
}

.navbar-brand img {
  height: 54px;
  margin-right: 12px;
  margin-top: -2px;
}

.navbar-brand h1 {
  color: white;
  font-weight: 600;
}
/*************************
********advantages CSS*******
**************************/
#advantages-start {
  height: 70px;
}

.advantage-icon {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 36px;
  height: 60px;
  line-height: 60px;
  width: 60px;  
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.our-advantages .col-sm-3:hover .advantage-icon {
  background-color: #333;
}

.our-advantages .col-sm-3:nth-child(1), 
.our-advantages .col-sm-3:nth-child(2), 
.our-advantages .col-sm-3:nth-child(3),
.our-advantages .col-sm-3:nth-child(4) {
  padding-bottom: 35px;
}

.advantage-info h3 {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 200;
  line-height: 25px;;
}

/*************************
********About CSS*******
**************************/
#done.parallax {
  background-image: url(../images/about-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 21px 0;
  margin-top: -100px;
  color: white;
}

#done h2 {
  /* margin-top: -21px;
  color: #fff; */
}

#done h1 {
  color: white;
  font-weight: 200;

}

#done .lead {
  font-size: 16px;
  margin-bottom: 10px;
}

.single-done h2 {
  color: white;
  border-bottom: 2px solid white;
  line-height: 54px;
}

.single-done {
  padding: -10px 30px;
  color: white;
}

.single-done h3 {
  color: white;
  font-weight: 200px;
  font-size: 21px;
}

/*************************
********services CSS*****
**************************/
#services ul {
  list-style: none;
  font-weight: 200;
}

.service {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0px;
  padding: 12px;
  color: black;
}

/* .services-list > li:nth-child(2n-1) {
  background-color: #e5f0c6;
  border-bottom: 2px solid #7FBA00; 
} */

.services-list > li {
  margin-top: -12px;
  border-bottom: 1px solid #7FBA00; 
}

.service-detail li {
  list-style: circle;
  margin-left: 50px;;
}


/*************************
*******price CSS*******
**************************/
#price {
  text-align: center;
  background-image: url(../images/price-bg.jpg);
}

#price i {
  font-size: 48px;
}

#price h1 {
  margin-top: 15px;
  margin-bottom: 21px;
  color: #fff;
}

#price p {
  font-size: 21px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 60px;
}

#price .btn-start {
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  padding:14px 40px;
  border: 1px solid white;
  border-radius: 4px;
  margin-top: 40px;
}

.subject {
  position: relative;
}

.subject select {
  -webkit-appearance: none;/* Chrome */
  -moz-appearance: none;/* Firefox */
  appearance: none;
}

.subject::after {
  content: "";
  display: block;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #000 transparent transparent transparent;
  /* pointer-events: none; */
  position: absolute;
  top: 50%;
  right: 1rem;
  z-index: 1;
  margin-top: -3px;
}

.form-control {
  background-color: rgba(255,255,255,.8);
  border-color: rgba(255,255,255,.1);
  height: 50px;
  border-radius: 0;
  box-shadow: none;
}

.form-control::placeholder {
  color: #333;
}

textarea.form-control {
  min-height: 70px;
  resize:none;
}

.form-group {
  margin-bottom: 30px;
}

/*************************
*****Partners CSS****
**************************/
#partners {
  padding-top: 21px;
}
 
#partners h1 {
  margin-top: 80px;
}

.partners-slider img {
  width: 210px;
  height: 210px;
  margin: 0 auto;
  background-color: red;
}


/*************************
**********Contact CSS*****
**************************/

#contact {
  padding-top: 45px;
  padding-bottom: 0;
}

.contacts {
  background-image:url(../images/contact-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  padding-bottom: 33px;
}

.contacts h1 {
  color: white;
}
.contact-info {
  /* padding-left: 70px; */
  font-weight: 300;
  font-size: 18px;
  line-height: 30px;
}

ul.address {
  margin-top: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info ul li{
  margin-bottom: 8px;
}

.contact-info ul li span {
  margin-left: 12px;
}

.contact-info ul li a {
  color: #fff;
}

.btn-submit {
  display: block;
  padding: 12px;
  width: 100%;
  color: #fff;
  border:0;
  margin-top: 40px;
}

#footer {
  color:#fff;
}

.footer-top {
  position: relative;
  padding:30px 0
}

/*----------Модальное окно Карта----------*/

.show-map {
	display: inline-block;

	text-decoration: none;
	color: white;
	font-size: 18px;
}

.show-map::before {
	content: "";
	width: 300px;
	height: 150px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	background-image: url("../images/map.jpg");
	background-repeat: no-repeat;

	background-position: center;
	background-color: white;
}

.modal {
	display: none;
}

@keyframes modal-down {
	0%   { transform: scale(0) translate(-50%, -50%); }
	60%  { transform: scale(1.05) translate(-50%, -50%); }
   	100% { transform: scale(1) translate(-50%, -50%); }
}

@keyframes overlay {
	0%   { background-color: rgba(0, 0, 0, 0) }
	100% { background-color: rgba(0, 0, 0, 0.5) }
}

.modal-show {
	display: block;
}

.map {
	position: fixed;
	top: 50%;
	left: 50%;
	animation: modal-down;
	animation-duration: 0.5s;
	transform-origin: 0 0;
	transform: translate(-50%, -50%);
	z-index: 30;
	box-sizing: content-box;
	width: 700px;
	height: 500px;
	padding: 10px;
	background-color: white;

}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 20;
	animation: overlay;
	animation-duration: 0.5s;
	background-color: rgba(0, 0, 0, 0.5);
}

.modal-close {
	position: absolute;
	top: 0;
	right: -40px;
	width: 30px;
	height: 30px;
	padding: 0;
	background-color: transparent;
	border: none;
	cursor: pointer;
}

.modal-close::before,
.modal-close::after {
	content: "";
	position: absolute;
	width: 4px;
	height: 30px;
	top: 0;
	left: 50%;
	background-color: white;
}

.modal-close::before {
	transform: rotate(45deg);
}

.modal-close::after {
	transform: rotate(-45deg);
}

/* #footer .footer-bottom {
  background-color: #fff;
  padding: 20px 0 10px;
} */

/* #footer .footer-bottom a:hover {
  text-decoration: underline;
}

.footer-logo {
  display: inline-block;
  margin-bottom: 5px;
}

#footer .social-icons {
  margin-top: 15px;
}

#footer .social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .social-icons ul li a {
  background-color: rgba(0,0,0,.2);
  border-radius: 4px;
  line-height: 33px;
}

#footer .social-icons ul li a:hover {
  color: #fff
}

#footer .social-icons ul li a.envelope:hover {
  background-color: #CECB26;
}

#footer .social-icons ul li a.facebook:hover {
  background-color: #3b5999;
}
#footer .social-icons ul li a.twitter:hover {
  background-color: #2ac6f7;
}
#footer .social-icons ul li a.dribbble:hover {
  background-color: #ff5b92;
}
#footer .social-icons ul li a.linkedin:hover {
  background-color: #036dc0;
}
#footer .social-icons ul li a.tumblr:hover {
  background-color: #ff6b00;
} */

/*Presets*/


