@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700&display=swap');



*{
	margin: 0;
	padding: 0;
}


body{
	/*background-image: url(../img/bg1.svg);
	background-repeat: no-repeat;
	background-size: 100%;*/

	font-family: 'Roboto Slab', serif;
	font-size: 1.2em;
	color: #022449;
}


/*.wrap_nav{
  	padding: 50px;
  	box-shadow: 9px -20px 44px #000000;
  	background-color: #fff;
  	height: 60px;
  	position: fixed;    
  	z-index: 99;
  	width: 100%;
}*/

.wrap_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 50px 0;
    z-index: 11;
    transition: all 1s ease-in-out;
    height: auto;
    background-color: transparent;
    
    line-height: 40px;
}

.wrap_nav.active {
    background: white;
}
.wrap_logo{

}
.wrap_logo img{
	width: 250px;
	/*margin-top: -15px;*/
}
.wrap_menu img{
	width: 50px;
	padding: 30px 0;
	cursor: pointer;
}



.clearfix_head1{
	height: 200px;
}
.clearfix_head{
	height: 300px;
}

.wrap_banner{
	background-image: url(../img/bg_bannner.svg);
	background-repeat: no-repeat;
	background-size: 88%;
	background-position: bottom right;
	min-height:100%;
	min-height:100vh;
	/*height: 800px;*/
}
.wrap_banneInfo{
	padding: 100px 0;
}
.wrap_banneInfo p:first-child{
	font-size: 2em;
	font-weight: 300;
	margin-bottom: 0;
}
.wrap_banneInfo label{
	font-size: 6em;
	font-weight: 700;
}
.wrap_banneInfo p:last-child{
	font-weight: 300;
	font-size: 1.4em;
	min-width: 300px;
	max-width: 400px;
}





.btn_iron{
	padding: 20px 100px;
	font-size: 1.4em;
	font-weight: 500;
	min-width: 250px;
	color: #fff !important;
	border: 0;
	border-radius: 35px;
	text-decoration: none !important;
	box-shadow: 11px -20px 50px #f0f0f0;
	background-image: linear-gradient(to right, #0D54A0 , #00336B);
}
.btn_iron:hover, .btn_iron:focus{
	outline: 0;
}





.wrap_services{
	background-image: url(../img/bg2.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top right;
	min-height:100%;
	min-height:100vh;
	/*height: 1024px;*/
}

.wrap_Simg{
	margin: auto;
	width: 80px;
	height: 80px;
	text-align: center;
	margin-bottom: 30px;
}
.wrap_visiontech{
	padding: 100px 0;
}
.wrap_servicesInfo{
	text-align: center;
	padding: 10px;
}
.wrap_servicesInfo label{
	font-size: 1.9em;
	font-weight: 400;
	color: #fff;
	margin-bottom: 20px;
}
.wrap_servicesInfo p{
	font-size: 1.4em;
	font-weight: 300;
	color: #fff;
}

.wrap_count1{
	background-image: url(../img/bg_green.svg);
	background-repeat: no-repeat;
	height: 330px;
	width: 330px;
	border-radius: 50%;
	margin-left: 200px;
	padding: 100px 50px;
	text-align: center;
}
.wrap_count1 label{
	font-size: 1.6em;
	font-weight: 400;
	color: #fff;
	text-align: center;
	width: 100%;
}
.wrap_count1 span{
	font-size: 5em;
	font-weight: 500;
	color: #fff;
	text-align: center;
	width: 100%;
}



.wrap_count2{
	background-image: url(../img/bg_orange.svg);
	background-repeat: no-repeat;
	height: 260px;
	width: 260px;
	border-radius: 50%;
	margin-left: 200px;
	padding: 80px 0;
	text-align: center;
}
.wrap_count2 label{
	font-size: 1.6em;
	font-weight: 400;
	color: #fff;
	text-align: center;
	width: 100%;
}
.wrap_count2 span{
	font-size: 5em;
	font-weight: 500;
	color: #fff;
	text-align: center;
	width: 100%;
}





.wrap_countInfo{
	padding: 100px;
}
.wrap_countInfo label{
	font-size: 3em;
	font-weight: 700;
	margin-bottom: 50px;
	margin-left: 30px;
}
.wrap_countInfo span{
	font-size: 1.4em;
	font-weight: 400;
}
.wrap_countInfo p{
	font-size: 1.2em;
	font-weight: 300;
	padding: 50px 0;
	margin-left: -50px;
	min-width: 300px;
	max-width: 500px;
}








.wrap_footer{
	background-image: url(../img/bg3.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: bottom center;
	height: 1024px;
	padding: 200px 0;
}






.lbl_titleSec{
	font-size: 5em;
	font-weight: 700;
	width: 100%;
}
.line{
	background-image: linear-gradient(to right, #FFA24D , #D36600);
	width: 60px;
	height: 8px;
	border-radius: 60px;
}




.wrap_contactInfo{
	padding: 100px 0;
}
.wrap_contactInfo ul{}
.wrap_contactInfo ul li{
	list-style: none;
	font-size: 2em;
	font-weight: 300;
	min-width: 280px;
	max-width: 400px;
}


.wrap_contactInfo ul li:last-child{
	margin-top: 50px;
}









.modal-fullscreen-menu .close {
  color: white;
  opacity: 1;
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  font-size: 5vh;
}
.modal-fullscreen-menu .modal-dialog {
  margin: 0 auto;
  width: 100%;
  max-width: 768px;
  display: flex;
  height: 100%;
  align-items: center;
}
.modal-fullscreen-menu .modal-content {
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.modal-fullscreen-menu .list-group {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.modal-fullscreen-menu .list-group a {
  font-size: 200%;
  font-weight: 200;
  letter-spacing: 0.05em;
  border: none;
  transition: all 0.25s ease;
  background-color: transparent;
  color: white;
  padding: 7.5vh 0;
  height: 5vh;
  font-size: 5vh;
  line-height: 0;
}
.modal-fullscreen-menu .list-group a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  z-index: -1;
  opacity: 0;
  transform: scale3d(0.7, 1, 1);
  transition: transform 0.4s, opacity 0.4s;
}
.modal-fullscreen-menu .list-group a:hover {
  color: black;
}
.modal-fullscreen-menu .list-group a:hover:before {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.modal-backdrop.in {
  opacity: 1;
}

.jumbotron {
  display: flex;
  align-items: center;
  margin: 0;
  height: 100vh;
  color: white;
  background-color: #333;
}







@media only screen and (max-width: 768px) {
	.wrap_banner{
		padding: 50px 0;
		background-size: 267%; 
		height: auto;
	}
	.btn_iron{
		box-shadow: none;
		width: 100%;
	}
	.wrap_services{
		min-height: 75vh;
		background-size: 300%;
	}
	.clearfix_head{
		display: none;
	}
	.wrap_count1{
		margin: auto;
	}
	.wrap_countInfo{
		padding: 20px;
	}
	.wrap_countInfo label{
		margin: 0;
	}
	.wrap_countInfo p{
		margin: 0;
	}
	.wrap_footer{
		padding: 50px 0;
	}
}

@media only screen and (max-width: 992px) {

	.wrap_banner{
		padding: 50px 0;
		background-size: 267%; 
		height: auto;
	}
	.btn_iron{
		box-shadow: none;
		width: 100%;
	}
	.wrap_services{
		min-height: 75vh;
		background-size: 300%;
	}
	.clearfix_head{
		display: none;
	}
	.wrap_count1{
		margin: auto;
	}
	.wrap_countInfo{
		padding: 20px;
	}
	.wrap_countInfo label{
		margin: 0;
	}
	.wrap_countInfo p{
		margin: 0;
	}
	.wrap_count2{
		margin-left: 0;
	}
	.wrap_footer{
		padding: 50px 0;
	}
}






