/*BASE STYLES*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 812px)
and (-webkit-device-pixel-ratio : 3) { 
	
	.fifth-section__concept {
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
	padding-top: 5px;
}

}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
	
	.fifth-section__concept {
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
	padding-top: 5px;
}
	
	
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1240px) {
  .container {
    max-width: 1200px;
  }
}
.container-fluid .col-xl-6 {
	padding-left: 0;
	padding-right: 0;
}
body {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
}
h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 84.51px;
	font-weight: 800;
	line-height: 0.85197;
	
}
h2  {
	font: 800 55px/1 "Open Sans";
	text-transform: uppercase;
	
}

.description {
	display: inline-block;
	color: #fff;
	background: #040404;
	font-size: 18px;
	margin-right: 20px;
}
/*FIRST SECTION*/

.first-section__heading1, .logo, .first-section .description {
	margin-left: 13%;
}
.first-section__heading1 {
	padding-top: 65px;
	margin-bottom: 20px;
}
.first-section .description {
	padding: 6px 12px;
}
.block1__description {
	margin-top: 360px;
	margin-bottom: 0;
}
.block2__description {
	margin-top: 369px;
	margin-bottom: 0;
}
.block3__description {
	margin-top: 379px;
	margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
	.first-section__heading1 {
		font-size: 60px;
	}
}
@media screen and (max-width: 575px) {
	.first-section__heading1 {
		font-size: 48px;
	}
}
.block1 {
	background: url(../images/image1.png);
	-webkit-background-size: cover;
	background-size: cover;
	padding-bottom: 44px;
}
.block2 {
	background: url(../images/image2.png);
	-webkit-background-size: cover;
	background-size: cover;
	padding-bottom: 44px;
}
.block3 {
	background: url(../images/image3.png);
	-webkit-background-size: cover;
	background-size: cover;
	padding-bottom: 44px;
}
.logo {
	width: 208px;
	height: 31px;
	background: url(../images/logo.png);
	margin-bottom: 140px;
}
/*SECOND SECTION*/
.second-section {
	background: url(../images/image4.png);
	-webkit-background-size: cover;
	background-size: cover;
}

.description-second {
	padding: 6.5px 12px;
	margin-top: 604px;
	margin-bottom: 28px;
}
/*THIRD SECTION*/
.third-section {
	position: relative;
}

.third-section .description {
	margin-top: 430px;
	margin-bottom: 40px;
}
.block4 .description, .block5 .description {
	margin: 432px 0 32px 12.5%;
	padding: 6.5px 12px;
}
.block4 {
	background: url(../images/image7.png);
	-webkit-background-size: cover;
	background-size: cover;
}
.block5 {
	background: url(../images/image8.png);
	-webkit-background-size: cover;
	background-size: cover;
}
.third_scroll-down {
	display: block;
	width: 53px;
	height: 16px;
	background: url(../images/scroll-down_white.png);
	position: absolute;
	bottom: 30px;
	left: calc(50% - 26.5px);
}
@media screen and (max-width: 767px) {
	.third_scroll-down {
		bottom: 10px;
	}
}
/*FOURTH SECTION*/
.fourth-section {
	padding-bottom: 22px;
}
.fourth-section .col-md-6{
	padding-top: 100px;
}
.fourth-section h2.concepts_h2 { color: #040404; }
.fourth-section__text {
	padding-top: 2px;
	padding-bottom: 7px;
	color: #050505;
	font: 14px/1.773 "Open Sans";
	text-transform: uppercase;
	text-align: justify;
}
.scroll-down {
	display: block;
	width: 53px;
	height: 16px;
	background: url(../images/scroll-down.png);
	margin: 68px auto 0;	
}
@media screen and (max-width: 767px) {
	.concepts_h2 {
		font-size: 40px;
	}
}
/*FIFTH SECTION*/
.fifth-section {
	padding-bottom: 15px;
	background: url(../images/image5.jpg);
	-webkit-background-size: cover;
	background-size: cover;
}
.fifth-section__h2 {
	padding-top: 190px;
	line-height: 1.09;
	color: #000;
}
.fifth-section__concept {
	text-transform: uppercase;
	font-size: 18px;
	color: #000;
	padding-top: 5px;
}
.btn-black {
	display: inline-block;
	padding: 10.5px 16.5px;
	margin-top: 10px;

	font-size: 18px;
	color: #000;
	text-transform: uppercase;
	border: 2px solid #000;
	transition: all .2s;
}
.btn-black:hover {
	text-decoration: none;
	color: #fff;
	border-color: #fff;
}
.scroll-down_white {
	display: block;
	width: 53px;
	height: 16px;
	background: url(../images/scroll-down_white.png);
	margin: 158px auto 0;	
}
/*CONTACT SECTION*/
.contact-section {
	padding-top: 250px;
	background: url(../images/image6.jpg);
	-webkit-background-size: cover;
	background-size: cover;
}
.contact-section .container {
	position: relative;
	padding-bottom: 210px;
}
.contact__h2 {
	color: #fff;
}
.contact__address {
	padding-top: 6px;
	font-size: 18px;
	line-height: 1.3;
	color: #fff;
	text-transform: uppercase;
}
.btn-white {
	display: inline-block;
	padding: 10.5px 26px;
	margin-top: 5px;

	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	border: 2px solid #fff;
	transition: all .2s;
}
.btn-white:hover {
	color: #fff;
}
.back-to-top {
	padding: 14.5px 22px;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	background: #fff;
	position: absolute;
	right: 14px;
	bottom: 29px;
}
.back-to-top:hover {
	color: #000;
}

/*FOOTER*/
.footer {
	background: #050505;
	padding: 28px 0 13px;
}
.footer__copyright {
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	
}
.footer__phone {
	display: inline-block;
	float: right;
	font-size: 14px;
	font-weight: 300;
	color: #fff;
}

a {
	color: white;
}

a:hover {
	font-weight:400;
	color:white;
	text-decoration: none;
}