@import url("https://fonts.googleapis.com/css?family=Source Sans Pro|Roboto Slab|Ubuntu&display=swap");


/* fonts start */

/* montserrat-regular - latin_cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url("../fonts/montserrat-v15-latin_cyrillic-regular.4cd0fd34f59a.woff2") format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url("../fonts/montserrat-v15-latin_cyrillic-regular.b3e1c2f055c2.woff") format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-500 - latin_cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local(''),
       url("../fonts/montserrat-v15-latin_cyrillic-500.b4c1a1dc7f99.woff2") format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url("../fonts/montserrat-v15-latin_cyrillic-500.33e07a1e468e.woff") format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-600 - latin_cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url("../fonts/montserrat-v15-latin_cyrillic-600.452d12d228c4.woff2") format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url("../fonts/montserrat-v15-latin_cyrillic-600.fc3fe01e2f69.woff") format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* fonts end */

html, body {
	position: relative;
	padding-top: 0px;
	height: 100%;
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 16px;
	color: #0c1821;

	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;

}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat';
	font-weight: 600;
	color: #0c1821;
}

a {
	font-family: 'Montserrat';
}

h2 {
	font-size: 40px;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.main {
	flex: 1 1 auto;
}


@media screen and (max-width: 300px) {
	h3, h4, h5 {
		font-size: 17px;
	}
}

@media screen and (max-width: 500px) {
	.navbar i,
	.navbar-text a {
		padding-top: 15px;
		padding-bottom: 5px;
		font-size: 12px;
		color: #4682b4 !important;
	}
	.google-map__frame{
		width: 92vw;
		aspect-ratio: 12/16;
	}
}

@media screen and (max-width: 400px) {
	.google-map__frame{
		width: 92vw;
		aspect-ratio: 12/16;
	}
}

@media screen and (max-width: 350px) {
	.navbar img {
		width: auto;
		height: 42px;
	}
	.navbar i,
	.navbar-text a {
		padding-top: 0px;
		padding-bottom: 0px;
		font-size: 10px;
	}
	.google-map__frame{
		width: 92vw;
		aspect-ratio: 12/16;
	}
}

@media screen and (max-width: 300px) {
	h2 {
		font-size: 20px;
	}
	.google-map__frame{
		width: 92vw;
		aspect-ratio: 12/16;
	}
}

p {
	line-height: 28px;
	margin-bottom: 25px;
}

.centered {
	text-align: center;
}

.navbar-collapse a {
	color: white !important;
}

.navbar-blue a,
.navbar-blue i,
.navbar-blue .navbar i,
.navbar-blue .navbar-text a{
	color: #4682B4 !important;
	padding-top: 19px;
	padding-bottom: 19px;
}

a:hover {
	color: #60667c !important;
	outline: 0;
	text-decoration: none;
}

a:focus {
	text-decoration: none;
	outline: 0;
}

a.download-document{
	text-decoration: underline;
	font-weight: bold;
}

hr {
	display: block;
	height: 1px;
	border: 0px;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}

#header{
	transition: 0.5s;
	background-color: rgb(0, 0, 0, 0.5);
}

#logo{
 	transition: 0.2s;
}

.navbar {
	min-height: 52px;
	font-weight: 500;
	font-size: 18px;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: 0px;
	vertical-align: center;
	/*background: rgb(0, 0, 0, 0.3);*/
}

.nav-link{
	padding: 0;
}

.navbar-light .navbar-nav a {
	padding-top: 19px;
	padding-bottom: 19px;
}


.navbar-light .navbar-text, 
.navbar-light .navbar-text a{
	color: white;
}
.navbar i,
.navbar-text a {
	padding-top: 15px;
	padding-bottom: 15px;
	color: white;
	text-shadow: 0px 0px 2px rgba(0,0,0,0.5);
}
.navbar-text a {
	font-weight: 500 !important;
}
@media screen and (max-width: 500px) {
	.navbar i,
	.navbar-text a {
		padding-top: 0px;
		padding-bottom: 0px;
		font-size: 13px;
		color: white !important;
	}
	.navbar-light .navbar-text, 
	.navbar-light .navbar-text a{
		color: white;
	}
	.navbar-blue a,
	.navbar-blue i,
	.navbar-blue .navbar i,
	.navbar-blue .navbar-text a{
		color: #4682B4 !important;
	}
	.header__title{
		font-size: 2rem;
	}
}

@media screen and (max-width: 500px) {
	.navbar i {
		margin-left: -20px;
		margin-right: 10px;
	}
}

@media screen and (max-width: 312px) {
	.navbar i,
	.navbar-text i {
		display: none;
	}
}

.navbar-toggler {
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
	border: none;
	text-decoration-color: #4682b4;
	color: #4682b4;
}

#menu_button {
	color: white;	
	margin-left: -5px;
}

.navbar-light .navbar-nav > .active > a {
	color: #FFFFFF !important;
	background-color: #4682B4 !important;
	padding-top: 19px;
  padding-bottom: 19px;
 }

.navbar-light .navbar-brand {
	padding-top: 0px;
	margin-left: -10px;
	padding-bottom: 0px;
}

.navbar-light .navbar-brand .navbar-brand-blue{
	filter: invert(51%) sepia(5%) saturate(4440%) hue-rotate(166deg) brightness(92%) contrast(103%);
}

.btn-outline-custom{
	border: 1px solid white;
	background: transparent;
	color: white;
	border-radius:0;
}

.languages-dropdown-menu{
	background-color: rgba(0,0,0,0.5);
	border: 1px solid rgba(0,0,0,0.8);
	border-radius:0;
}

.header__title{
	color: #fff;
	text-shadow: 1px 1px 15px #000000;;
}

.header__text{
	color: #fff;
	text-shadow: 1px 1px 15px #000000;;
}

.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.intro{
	background-color: rgba(0, 0, 0, 0.5);
}

#headerwrap {
	background: url("../img/product-certification-profitable.502a078a1e91.jpg") no-repeat center top;
	text-align: left;
	background-attachment: relative;
	background-position: center center;
	height: 100%;
	width: 100%;

	background-attachment: local;

	background-size: cover;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.headerwrap{
	position:  relative;
}

.headerwrap__text{
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	text-shadow: 0px 0px 20px #000000;
	/*background: rgba(0, 0, 0, 0.3);*/
}

#headerwrap h1, #headerwrap h2 {
	font-family: 'Montserrat';
	color: white;
	font-weight: 600 !important; 
	padding-top: 10px;

}



@media screen and (max-width: 500px) {
	h1, h2 {
		font-size: 25px;
		padding-top: 20px;
	}
}

@media screen and (max-width: 300px) {
	#headerwrap h1, #headerwrap h2 {
		font-size: 19px;
		padding-top: 30px;
	}
}

.fa-angle-double-down {
	color: white;
}

.row-down {
    position: absolute;
    z-index: 1;
    bottom: 30px;
    animation-name: moving;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-timing-function: ease-in-out;
}
@keyframes moving {
    from {transform: translate(0, -30%);}
    to {transform: translate(0, +30%);}
}


.fa-angle-double-down:hover {
	color: white;
}

.fa-angle-double-down:focus {
	color: white;
}

.hlink {
	color: white;
}

.services {
	padding-top: 70px;
}

.services_description p {
	text-align: justify;
}

.services_description li {
	text-align: left;
	}

#services_description {
	width: 100%;
	  margin: 0 auto;
	  display: flex;
	  justify-content: center;
}

.card {
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 50px;
	background: #ffffff;
	box-shadow: 0px 8px 8px;
	width: 100%;
	border-radius:0;
}

.btn-card{
	background-color: #ca2f1d;
	color: #ffffff;
	border-radius:0;
}

.btn-card:hover{
	background-color: #9a291c;
	color: #ffffff !important;
}

#divider {
	margin-right: -70px;
	margin-left: -70px;
}

#dg {
	background: #e0e0e0;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}

.wb {
	padding-top: 40px;
	background: #ffffff;
}

.wb h3 {
	font-size: 25px;
}

@media screen and (max-width: 300px) {
	.wb h3 {
		font-size: 15px;
	}
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.services {
	background: #ffffff;
	margin-bottom: 50px;
}

#lg {
	background: #ffffff;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}

#lg img {
	margin-top: 20px;
}

#lg img:hover {
	transform: scale(1.5);
	transition-timing-function: linear;
	transition: 0.3s;
}

.r {
	position: relative;
	background-image: url("../img/construction-pic.ffeb8e3b2676.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-left: 0px;
	padding-left: 0px;
}

.r::before {
	content: " ";
	position: absolute;
	background-color: rgb(70, 130, 180, 0.9);
	width: 100%;
	height: 100%;
}

.r h2 {
	color: white;
}

.r p {
	color: white;
	text-align: justify;
}

.r ul {
	color: white;
	text-align: left;
}

.services li {
	margin-bottom: 1em;
}

.footer {
	background: #0c1821;
	padding-left: 0px;
	padding-right: 0px;
}

.contact-us, .contacts {
	height: 300px;
	width: 100%;
}

.contact-us {
	background: url("../img/keyboard.9cafb0d71f6e.jpg") no-repeat center top;
	text-align: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.btn-outline-footer{
	border-color:  white;
	border-radius:0;
}

.contacts {
	padding-top: 20px;
	padding-left: 20px;
	text-align: left;
}

.contacts h3 {
	color: white;
	font-size: 1.25rem;
}

.footer h2 {
	padding-top: 90px;
	color: white;
	font-size: 30px;
}

.footer p,
.footer a,
.footer i {
	color: white;
	font-size: 18px;
}

.footer i {
	padding-bottom: 20px;
}

@media screen and (max-width: 500px) {
	.footer p,
	.footer a,
	.footer i {
		font-size: 16px;
	}
}

@media screen and (max-width: 300px) {
	p, i, li {
		font-size: 14px;
	}
	.footer p,
	.footer a,
	.footer i {
		font-size: 13px;
	}
}

.fa-instagram {
	margin-left: 20px;
}

.form_header {
	background: url("../img/contact_us.efbf3ef0ca18.jpg") no-repeat center top;
	text-align: left;
	background-attachment: relative;
	background-position: center center;
	height: 300px;
	width: auto;

	margin-bottom: 20px;

	background-size: cover;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.form_header h1 {
	padding-top: 70px;
	color: white;
}

.headercertification {
	background: url("../img/product-certification.39aefff9aeb3.jpeg") no-repeat center top;
	text-align: left;
	background-attachment: relative;
	background-position: center center;
	height: 300px;
	width: auto;

	margin-bottom: 20px;

	background-size: cover;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.headertesting {
	background: url("../img/product-testing.684c57029566.jpg") no-repeat center top;
	text-align: left;
	background-attachment: relative;
	background-position: center center;
	height: 300px;
	width: auto;

	margin-bottom: 20px;

	background-size: cover;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.headersectoralgroup {
	background: url("../img/sectroral-group.95fcef9c8cf0.jpg") no-repeat center top;
	text-align: left;
	background-attachment: relative;
	background-position: center center;
	height: 300px;
	width: auto;

	margin-bottom: 20px;

	background-size: cover;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.headerservices h1 {
	padding-top: 70px;
	color: white;
}

.contentservices p {
	text-align: justify;
}

/* Start dropdown hover menu section */
.dropbtn {
  /*background-color: #4CAF50;*/
  color: white;
  padding: 0px;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  text-align: center;
  display: none;
  position: absolute;
  margin-left: 0px;
  background-color: rgb(0, 0, 0, 0.6);
  min-width: 200px;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,1);
  z-index: 1;
  margin-top: 0px;
}

.dropdown-content a {
  color: black;
  padding: 5px 5px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
	background-color: #4682B4;
	color: white !important;
}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn,
.nav-link:hover {
	background-color: #4682B4 !important;
	color: #FFFFFF !important;
	padding-top: 19px;
  padding-bottom: 19px;
}
/* End dropdown hover menu section */


.partners {
	margin-top: 10px;
	margin-bottom: 10px;
}

.dropdown-menu {
	padding-left: 15px;
	padding-right: 15px;
	min-width: auto;
}

.contentservices li {
	text-align: left;
}

.contentcontacts {
	margin-bottom: 50px;
}

.contacts-text, a, h3 {
	color: #0c1821;
	text-align: left;
}

.contacts-text a {
	line-height: 2em;
}

.headercontacs {
	background: url("../img/contacts-pic.eba6deea2fb4.jpg") no-repeat center top;
	text-align: left;
	background-attachment: relative;
	background-position: center center;
	height: 300px;
	width: auto;

	margin-bottom: 20px;

	background-size: cover;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.control-label {
	text-align: left;
	font-weight: 900;
}

 .left_header {
 	text-align: left;
 }