﻿
@font-face{
    font-family:"Helvetica Neue";
    src:url("https://candyfonts.com/wp-data/2018/10/26/11538/HELR45W.ttf") format("woff"),
    url("https://candyfonts.com/wp-data/2018/10/26/11538/HELR45W.ttf") format("opentype"),
    url("https://candyfonts.com/wp-data/2018/10/26/11538/HELR45W.ttf") format("truetype");
}

* {
font-family: 'Helvetica Neue', sans-serif;
}
.carousel-item {
	height: 100vh;
	min-height: 300px;
}
  

.carousel-caption {
 

}
.top
{
	top:15%;
	 padding-left:15%;
}
.top-best
{
	top:50%;
}
.w-80
{
	width:70%;
	
}
 .carousel-item img
 {
  object-fit: cover;
 /* -webkit-filter: grayscale(100%);
  filter: grayscale(100%);	font-size: 45px;	 
	
 

*/
} 

.carousel-caption h5 {
 display: inline-block;
width:100%;
letter-spacing: 2px;
text-transform: uppercase;	
font-weight:600; 
	font-size: 38px;
 
}
.carousel-caption p {
 display:  block;
 


	font-size: 18px;
	line-height: 1.9;
}
.carousel-caption a {
	text-transform: uppercase;
	text-decoration: none;
	background: darkorange;
	padding: 10px 30px;
	display: inline-block;
	color: #000;
	margin-top: 15px;
}
.nav-img 
{
	max-width: 100%;
    height: auto;
}

#navbar1
{
	border-bottom:3px solid #fff;
}
.navbar-nav .nav-link {
	color: #000;
	font-size:14px;
}

#navbar
{
	border-bottom:3px solid rgba(255, 255, 255, 0.49);
}
.navbar-nav a {

	letter-spacing:1px;
	font-weight: bold;
}
.navbar-light .navbar-brand {
	color: #fff;
	font-size: 16px;
 
	font-weight: bold;
	letter-spacing: 2px;
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
	color: #fff;
}
.navbar-light .navbar-nav .nav-link {
	color: #fff;
	font-size:14px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #fff;
}
.height-100 {
	height: 100vh;
	width:100%;
}
.navbar-toggler {
	padding: 1px 5px;
	font-size: 18px;
	line-height: 0.3;
	background: #fff;
}
.navbar-nav a.dropdown-item
{
	color:#000;
	display:block;
	padding:10px;
	background-color:#fff;
	font-size:12px;
	
			border-bottom:3px solid #F6F6F6;

}

.navbar-nav a.dropdown-item:hover
{
	background-color:#F7F7F7;

}

#info
{
	padding:100px 0;
}
#info h2 {
    letter-spacing: 0.5px;
    font-size: 46px;
    font-weight: 600;
    position: relative;
    color: #1279be;
    display:block;
}
#info h2:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 155px;
    height: 4px;
    background-color: #1279be;
    margin-left: -77px;
}
#info h2 span {
    font-weight: 300;
}
#info1
{
	padding:50px 0;
}

  h6 {
    letter-spacing: 0.5px;
    font-size: 35px;
    font-weight: 600;
    position: relative;
    color: #1279be;
    display:block;
}

.services-section
{
position: relative;
    background-image: url('../Image/UZ Aviation Second Banner.png');
    background-size: cover;
    background-attachment: fixed;
    background-position: 100%;
color:#fff;
		padding:100px 0;
}


/* Feature Box
---------------------*/
.feature-box-3 {
  padding:25px;
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  background-color:#1279be;

  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
   
  top: 0;
}
.feature-box-3 h6 {
    letter-spacing: 0.5px;
    font-size: 35px;
    font-weight: 600;
    position: relative;
    color: #fff;
    display:block;
}

.feature-box-2 {
  padding:25px;
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
  background-color:#fff;

  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
   
  top: 0;
}







.feature-box-1 {
  padding: 0;
  box-shadow: 0 0 30px rgba(31, 45, 61, 0.125);
 background-color:#fff;
  position: relative;
  z-index: 1;
  border-radius: 9px;
  overflow: hidden;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
  top: 0;
}
.feature-box-1 * {
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}
 
.feature-box-1 h5 {
  color: #20247b;
  font-weight: 600;
  font-size:18px;
  padding-top:10px;
  text-align:center;
}
.feature-box-1 p {
  margin: 0;
}
.feature-box-1:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  border-radius: 10px;
  width: 0;
  background: #20247b;
  z-index: -1;
  -moz-transition: ease all 0.35s;
  -o-transition: ease all 0.35s;
  -webkit-transition: ease all 0.35s;
  transition: ease all 0.35s;
}
.feature-box-1:hover h5 {
  color: #ffffff;
}
.feature-box-1:hover p {
  color: rgba(255, 255, 255, 0.8);
}
.feature-box-1:hover:after {
  width: 100%;
  height: 100%;  border-radius: 10px;  left: 0;
  right: auto;
}
.feature-content
{
	text-decoration:none;
}
.section {
       position: relative;
}
.section-title {

}
.section-title h2 {
    font-weight: 700;
    color: #fff;
    font-size: 45px;
    margin: 0 0 15px;
    border-left: 5px solid #fc5356;
    padding-left: 15px;
}


.feature-box-2 h6 {
    letter-spacing: 0.5px;
    font-size: 25px;
    font-weight: 600;
    position: relative;
    color:#20247b;
    display: block;
}
.feature-box-2 :after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 16%;
    width: 75px;
    height: 4px;
    background-color: #fff;
    margin-left: -77px;
}



.form-input-area {
  margin-top:15px;
  
}
 
.form-input-area .form-control:focus
{
	border-radius: 6px; !important;

  box-shadow:0 0 0 0;
  border:1.5px solid #444444;
  background:#fff;

}

.form-input-area .form-control{
   
border-radius: 6px;
  box-shadow:0 0 0 0;
  border:1.5px solid #E8E8E8;
  background:#EDEDED;
}
.form-input-area .form-control1
{
	border-radius: 0 6px 6px 0;
  box-shadow:0 0 0 0;
  border-bottom:1.5px solid #E8E8E8;
  border-top:1.5px solid #E8E8E8;

  border-right:1.5px solid #E8E8E8;

  border-left:1px solid transparent;

  background:#EDEDED;
  
  
  
 position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}
.input-group input,
.input-group span 
{
	border:1.5px solid #E8E8E8;
  background:#EDEDED;

}
.input-group:focus-within {
  border:1.5px solid #444444; 
   border-radius:6px; 
  background:#fff;
   }
.input-group:focus-within *:focus {
  outline: 0;  background:#fff;
}
 

.btn-form-button {
  padding: 10px 15px;
  display:inline-block;
  color: #fff;
  font-size: 16px;
  border-radius:9px;
  background:#1279be;

 border:0;
 text-align:center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;

}
.btn-form-button:hover,.btn-form-button:focus {
  display:block;
  color: #fff;
  background:#1279be;

}
.btn-form-button1 {
  padding: 10px 15px;
  display:inline-block;
  color: #fff;
  font-size: 16px;
  border-radius:9px;
  background:#0E598B;

 border:0;
 text-align:center;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;

}
.btn-form-button1:hover,.btn-form-button1:focus {
  display:block;
  color: #fff;
  background:#0D5484;

}

.bnt-info,.bnt-info:hover,.bnt-info:focus
{
	 padding: 10px 15px;
	 display:inline-block;
	 color:#1279be;
    text-transform: uppercase;
    font-weight: 400;
    border:2px solid #1279be;
    text-decoration:none;
    letter-spacing:1px;
}
#scrollToTopBtn {
    background-color: black;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 18px;
    line-height: 48px;
    width: 48px;
    position: fixed;
    right: 15px;
    bottom: 156px;
    z-index: 999;
    padding: 12px;
    display: none;
}
#footer
{
	padding:100px 0 0;
	background-color:#222222;
	color:#fff;
}
#footer .copy_right {
    margin-top: 30px;
 
    border-top: solid 1px #333;
    padding: 20px 0px;
    margin-bottom: 0px;
    font-size: 13px;
}
#footer h6
{
	color:#fff;
	font-size:16px;
}
#footer .footer-menu {
    list-style: none;
    margin: 0px;
    padding: 0px;
    color: #fff;
}
#footer .footer-menu li {
    line-height: 24px;
    font-size: 12px;
    color:#fff;
    text-decoration:none;
}
#footer .footer-menu li a
{
	color:#fff;
    text-decoration:none;

}
#relationship1-content {
    width: 100%;
    min-height: 247px;
    background: url('../Image/inner_bg-AOG.png') center center;
    background-size: cover;
    color: #fff;
    margin-top: 85px;
    background-repeat: no-repeat;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
#component-content
{
	width: 100%;
    min-height: 247px;
    background: url('../Image/inner_bg_Component.png') center center;
    background-size: cover;
    color: #fff;
    margin-top: 85px;
    background-repeat: no-repeat;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);

	
}
#desk-content
{
	width: 100%;
    min-height: 247px;
    background: url('../Image/inner_bg-AOG.png') center center;
    background-size: cover;
    color: #fff;
    margin-top: 85px;
    background-repeat: no-repeat;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);

	
}
#content-us
{
	width: 100%;
    min-height: 255px;
    background: url('../Image/inner_bg_contactus.png') center center;
    background-size: cover;
    color: #fff;
    margin-top: 85px;
    margin-bottom:-50px;
    background-repeat: no-repeat;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);

}
 
@media all and (max-width: 991px) {
#content-us
{
    margin-bottom:0;

}
#navbar {
    border-bottom: 0;
}
.navbar-nav a.dropdown-item
{
	font-size:14px;
	font-weight:500;
	  		border-bottom:3px solid #F6F6F6;
}

.carousel
{
	margin-top:90px;
}
 .carousel-item {
	height: auto;
	min-height: 300px;
}

.carousel-caption p {
	width: 100%;
	margin: auto;
	font-size: 18px;
	line-height: 1.9;
}

 .height-100 {
	height: 500px;
}
.top
{
	top: 40%;	 
	padding-left:0;
}
.top-best
{	top: 40%;
}
.carousel-caption {
 
}

	 
	.carousel-caption h5 {
		font-size: 25px;
		font-weight:600;
		text-align:center;
	}
	.carousel-caption p {
 
		font-weight:600;
	}

	.carousel-caption a {
		padding: 10px 15px;
		font-size: 15px;
	}
		
#footer
{
	padding:10px 0;
}
}
