@media (min-aspect-ratio: 150/100){
	.nav-xs img{ display:none!important; }
}
@media (max-aspect-ratio: 25/100){
	#header{
		height: 50vh;
	}
}
@media (min-aspect-ratio: 25/100) and (max-aspect-ratio: 50/100){
	#header{
		height: 70vh;
	}
	#header_logo{width: 60%!important;}
	.header_text{font-size: 4rem!important;}
	.sub{font-size: 2rem!important;}
	.title {font-size: 2.7rem!important;}
	.adv_desc{font-size: 2rem!important;}
	#about-us, #why-we{height: 55vh;}
	.main-cont{padding-top: 6.5vh!important;}
}
@media (min-aspect-ratio:50/100) and (max-aspect-ratio: 67/100){
	#header{
		height: 80vh;
	}
	#header_logo{width: 65%!important;}
	.header_text{font-size: 4.5rem!important;}
	.sub{font-size: 2rem!important;}
	.title {font-size: 2.7rem!important;}
	.adv_desc{font-size: 2rem!important;}
	#about-us, #why-we{height: 65vh;}
	.main-cont{padding-top: 6.5vh!important;}
}
@media (min-aspect-ratio:67/100) and (max-aspect-ratio: 74/100){
	#header{
		height: 90vh;
	}
	#about-us, #why-we{
		height: 60vh;
	}
}
@media (min-aspect-ratio: 74/100){
	#header, #about-us, #why-we{
		height: 100vh;
	}
	#about-us{min-height: 790px;}
	#why-we{min-height: 740px;}
}
/*________________________________________________*/
.mont{font-family: 'Montserrat', sans-serif;}
.merr{font-family: 'Merriweather', serif;}
.rale{font-family: 'Raleway', sans-serif;}

.opacity-60{filter: alpha(opacity=60)!important; opacity: 0.6!important;}
.opacity-0{filter: alpha(opacity=0)!important; opacity: 0!important;}
.flex-row-cent{display: flex; flex-direction: row; align-items: center; justify-content: center;}
.flex-col-cent{display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%}
.relative{position: relative}
.absolute{position: absolute}
.center{text-align: center;}
.point{cursor: pointer;}
.title{font-size: 2.2rem; margin-bottom:1.5rem;}
.bold{font-weight: bolder !important;}
.hide-me{
	filter: opacity(0%);
	-webkit-filter: opacity(0%);
	-moz-filter: opacity(0%);
	-ms-filter: opacity(0%);
	-o-filter: opacity(0%);
}
img{border-radius: 5px;}
.filter{
	background-color: rgb(239,240,242);
	/* filter: contrast(85%) saturate(110%) opacity(93%); */
	/* -webkit-filter: contrast(85%) saturate(110%) opacity(93%); */
	/* -moz-filter: contrast(85%) saturate(110%) opacity(93%); */
	/* -ms-filter: contrast(85%) saturate(110%) opacity(93%); */
	/* -o-filter: contrast(85%) saturate(110%) opacity(93%); */
}
.width-100{width: 100%;}

/*colors*/
.d_blue{color:rgb(13,31,139)!important;}
.l_blue{color:rgb(12,125,255)!important;}
.gray{color:#848585;}

.font-13{font-size: 13px;}
.font-15{font-size: 16px;}
.font-20{font-size: 20px;}

.my-link{color:inherit;}
.my-link:hover{cursor:pointer;text-decoration: none; color: inherit;}
.my-btn{
	height: 46px;
	border: 2px solid #777879;
	padding: 13px 45px;
	font-size: 13px;
	background-color: rgba(239,240,242, 0.8);
	box-shadow: 0px 0px 15px 5px rgba(239,240,242, 0.8);
	-webkit-box-shadow: 0px 0px 15px 5px rgba(239,240,242, 0.8);
	-moz-box-shadow: 0px 0px 15px 5px rgba(239,240,242, 0.8);
	-o-box-shadow: 0px 0px 15px 5px rgba(239,240,242, 0.8);
}
.sub{
	color:rgb(13,31,139);
	/*margin-bottom: 6rem;*/
	text-align: center;
}
.main-cont{
	padding: 10.2vh 4.5rem 10rem 4.5rem;
	border-top: 3px solid rgb(17,32,137);
	box-sizing: border-box;
}
.cloud{
	border-radius: 20px;
	background-color: rgba(239,240,242, 0.8);
	box-shadow: 0px 0px 45px 27px rgba(239,240,242, 0.8);
	-webkit-box-shadow: 0px 0px 45px 27px rgba(239,240,242, 0.8);
	-moz-box-shadow: 0px 0px 45px 27px rgba(239,240,242, 0.8);
	-o-box-shadow: 0px 0px 45px 27px rgba(239,240,242, 0.8);
}
.animated{animation-duration: 1.5s;}

/*_____________________________*/
.static-nav{
	position:fixed;
	background: #eff0f2;
	width: 100%;
	z-index: 999;
	box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.75);
	-o-box-shadow: 0px -1px 10px 0px rgba(0,0,0,0.75);
}
.nav-lg{
	padding-left: 1rem;
	height: 5.5rem;
	font-size: 2rem;
}
.nav-xs{
	font-size: 3.5rem;
}
.nav-xs .nav-item{margin-left: 3.3rem;}
.nav-lg .nav-item{margin-left: 5rem;}
#my-navbar{
	height: 100%;
}
.nav-item{
	color:black;
	font-family:'Raleway';
}
.nav-item:hover{color:#848585;}
#header_menu-btn{
	font-size: 30px;
	color: #606061;
	position: relative;
    left: 190px;
}

/*_____________________________*/
#header{
	background-image: url('img/head_bg.jpg');
	background-size: cover;
	background-position-x: center;
}
#header_logo{
	width: 41.5%;
	margin-bottom:3.5rem;
}
.header_text{
	font-size: 3.3rem;
	color: rgb(12,125,255);
}
.next-btn-div{
	bottom:0;
	left:48.9%;
	position: absolute;
}
#next-btn{
	color:#333333;/* #707879;*/
	font-size: 15px;
	border-color: rgb(12,125,255);
	border-radius: 50%;
	height:29px;
	width:29px;
	padding: 10px 0 0 2px !important;
	display: block;
	position: relative;
	animation-duration: 2s;
	bottom: 5px;
}

/*_____________________________*/

#about-us{
	background-image: url('img/about-bg.jpg');
	background-size: cover;
	background-position: center;
	overflow: hidden;
}
#general-img{
	width: 100%;
	/*background-color: rgb(239,240,242);*/
	/*box-shadow: 0px 0px 28px -4px rgb(12,125,255);
	-webkit-box-shadow: 0px 0px 28px -4px rgb(12,125,255);
	-moz-box-shadow: 0px 0px 28px -4px rgb(12,125,255);
	-o-box-shadow: 0px 0px 28px -4px rgb(12,125,255);*/
}
#general-img>img{
	width: 100%;
}
/*________________________________*/
#why-we{
	background-image: url('img/city.jpg');
	background-color: #F9F9F9;
	background-size: cover;
	background-repeat:no-repeat;
	background-position-y: -110px;
  background-position-x: center;
	overflow: hidden;
}
.advantage{
	position:relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
    margin-top: 1rem;
	background-blend-mode: soft-light;
}
.adv_no{
	font-size: 12rem;
	padding-right: 10rem;
	filter: opacity(80%);
	-webkit-filter: opacity(80%);
	-moz-filter: opacity(80%);
	-ms-filter: opacity(80%);
	-o-filter: opacity(80%);
}
.adv_desc{
	margin-bottom: 2rem;
	font-size: 1.55rem;
}
.adv_ico{
	filter: opacity(70%);
	-webkit-filter: opacity(70%);
	-moz-filter: opacity(70%);
	-ms-filter: opacity(70%);
	-o-filter: opacity(70%);
	margin-left: 2.2rem;
}
.adv_ico>img{width: 90%}
/*_____________________________*/

#services{
	padding-bottom: 0;
	overflow: hidden;
	background:url('img/services_top.jpg'),
	 	rgba(240, 240, 240, 0.4);
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: 15px;
	background-blend-mode: color-burn;
}
#services_list{
	overflow: hidden;
	padding: 1rem 0;
	background-color: #E4E4E4;
	margin: 6rem -4.5rem 0 -4.5rem;
}
#services_list_self{
	font-size: 2rem;
	left: 37%;
}
#services_fades{
	height: 100%;
	padding-top: 2rem;
	background: url('img/services_mid.jpg'),
		url('img/services_btm.jpg'),
	 	rgba(240, 240, 240, 0.4);
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: top, bottom;
	background-blend-mode: color-burn;
}
.service{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 6rem;
	font-size: 1.55rem;
	color:rgb(12,125,255);
}
.service img{width: 90%;}

/*_____________________________*/

#works{
	/* background: rgba(240, 240, 240, 0.45); */
	background: url('img/Blur.jpg');
	background-size: cover;
  background-position-x: center;
	background-position-y: top;
}

.galery{
	height: 800px;
}

.img_degrad>img{width:70%; margin-bottom: 1.3rem}

#pictures{}
#pictures>div{padding: .75%;}
.modal-dialog{width: 80%;}
.galery_pic{
	width: 100%;
}
.galery_pic:hover{
	cursor:pointer;
	filter: brightness(110%);
	-webkit-filter: brightness(110%);
	-moz-filter: brightness(110%);
	-ms-filter: brightness(110%);
	-o-filter: brightness(110%);
}
#big-pic{width: 100%;}

.img_controller{
	color: #F8F8F8;
	display: inline-block;
	position: absolute;
	height: 100%;
	cursor: pointer;
	z-index: 999;
	font-size: 8rem;
	opacity: 0.6; filter: alpha(opacity=60);
    transition: opacity 0.3s ease-in-out;
	-webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
}
.img_controller:hover{
	filter: alpha(opacity=100);
	opacity: 1;
}
#controller_L{left:-8rem;}
#controller_R{right:-8rem;}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
/*_____________________________*/
#contact{
	/* background: rgba(240, 240, 240, 0.45); */
	background: url('img/Aluminum.jpg');
	background-size: cover;
}
#contact_small-text{
	font-size: 1.85rem;
}
#contact_big-text{ font-size: 3rem; }
#map{
	height: 500px;
	width: 55rem;
	margin: 0 -4.5rem;
}
