@font-face {
  font-family: Proxima Nova;
  src: url("../font/Proxima Nova Bold.otf");
}
@font-face {
  font-family: Proxima Nova Regular;
  src: url("../font/ProximaNova-Regular.otf");
}
/*@font-face {
  font-family: Proxima Nova Alt Light;
  src: url("../font/Proxima Nova Alt Light.otf");
}*/

body{
	margin: 0px;
	padding: 0px;
	font-family: Proxima Nova Regular;
	font-size: 19px;
	/*background-color: #191919;*/
	background: rgb(25, 25, 25);
	color: #fff;
}
h1, h2, h4{
	font-family: Proxima Nova;
}
.clear:after{
	content: "";
	display: block;
	clear: both;
}
.container{
	max-width: 1200px;
}
img{
	max-width: 100%;
}
a{
	color: #c92127;
}
a:hover{
	text-decoration: none;
	color: #fff;
}
ul{
	margin: 0px;
    padding: 0;	
}
ul li{
	list-style: none;
}
.bg_style1{
	background-color: #393939;
	padding: 5% 30px;
    border-top: 5px solid #c92127;
    position: relative;
}
.bg_style2{
    border-top: 5px solid #c92127;
    position: relative;
    /*overflow: hidden;*/
}
.bg_style2 img{
	-webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.bg_style2:hover img{
    /*-webkit-transform: scale(1.1);
    transform: scale(1.1);*/
}
.bg_style1:after, .bg_style2:after{
	content: "";
	position: absolute;
	right: 0px;
    top: -15px;
    width: 5vw;
    height: 10px;
    background-color: #c92127;
}
h2{
	color: #c92127;
	text-transform: uppercase;
    margin-bottom: 24px;
}
.btn_style1{
	padding-bottom: 1px;
    border-bottom: 1px solid #c92127;
    position: relative;
    display: inline-block;
}
.btn_style1:hover:after{
	width: 100%;
}
.btn_style1:hover{
	color: #c92127;
    text-shadow: 0px 0px 2px #c92127;	
}
.btn_style1:after{
	content: "";
	position: absolute;
	left: 0px;
    bottom: -4px;
    width: 25px;
    height: 3px;
    background-color: #c92127;
	-webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.btn_style2{
	background-color: #c92127;
    padding: 16px 24px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    line-height: 1;    
	-webkit-transition: all 0.4s;
    transition: all 0.4s;
     margin-right:13px;
}
.btn_style2:hover{
	background-color: #232323;
	box-shadow: 1px 2px 3px #505050;
}
.section_space{
	margin: 5% 0;
}
.section_padd{
	padding: 5% 0;
}
.owl-theme .owl-nav [class*=owl-]:hover, .owl-theme .owl-nav [class*=owl-]:focus {
    background: transparent;
    outline: none;
}


/*header{*/
/*	position: fixed;*/
/*	left: 0px;*/
/*	right: 0px;*/
/*	top: 0px;*/
/*	z-index: 2;*/
/*	background-color: rgba(201, 33, 39, 0.7);*/
/*	background: rgba(253, 115, 120, 0.7);*/
/*	-webkit-transition: all 0.4s;*/
/*    transition: all 0.4s;*/
/*}*/

header {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 2;
    background: rgb(255, 255, 255);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: .7;
}
header.fixed{
opacity:1;
}
header.fixed .logo{
	max-width: 65px;
	padding: 4px 0;
}
header.fixed .header_top .right .menu a {
    padding: 8px 4px;
}
header a{
	color: #fff;
}
.logo{
	padding: 8px 0;
	-webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.header_top{
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.header_top .right{

}
.header_top .right .menu{
	display: -ms-flexbox;
	display: flex;
}
.header_top .right .menu a {
    display: block;
    padding: 16px 8px;
    font-size: 20px;
    margin-left: 24px;
    color: #000;
    -webkit-transition: padding 0.4s;
    transition: padding 0.4s;
    border-bottom: 2px solid transparent;
    font-weight: 600;
}
header.fixed .header_top .right .menu a.active, .header_top .right .menu a:hover {
    border-bottom: 2px solid rgb(201, 33, 39);
}
header.fixed .header_top .right .menu a {
    padding: 8px 4px;
    color: #000;
}
.header_top .right .menu a.active, .header_top .right .menu a:hover {
    border-bottom: 2px solid rgb(201, 33, 39);
}


.banner .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40px;
}
.banner .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 40px;
}
.banner .owl-carousel .owl-nav img{
    width: 30px;
}
.banner_content{
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    z-index: 9999;
    bottom: 0;
    width: 1200px;
    left: 0;
    right: 0;
    margin: auto;
}
.banner_content h2{
    color: #fff;
    font-size: 46px;
    margin-bottom: 8px;	
}



.capabilities_bg{
	background-image: url("../images/products/bg_1.jpg");
	background-size: cover;
}
#preloadedImages{
    display: none;
}

.product_list{
	margin-top: 30px;
}
.product_list .cols{
	float: left;
	text-align: center;
	padding: 140px 20px;
	color: #fff;
	-webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.product_list .cols p{
	font-size: 22px;
	text-transform: uppercase;
	margin: 20px 0 0;
}
.product_list .cols img{
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.product_list .cols:hover img{
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.product_list .cols:hover{
    background-color: rgba(201, 33, 39, 0.5);
}
.product_list .cols1{
	width: 50%;
	border-bottom: 1px solid #555554;
}
.product_list .cols2{
	width: 50%;
	border-bottom: 1px solid #555554;
	border-left: 1px solid #555554;
}
.product_list .cols3{
	width: 33.33%;
}
.product_list .cols4{
	width: 33.33%;
	border-left: 1px solid #555554;
}
.product_list .cols5{
	width: 33.33%;
	border-left: 1px solid #555554;
}

.section_style1{
	position: relative;
}
.section_style1 .bg_style2{
    float: right;
    width: 70%;
}
.section_style1 .left{
    float: left;
    width: 37%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    margin: auto;
    z-index: 1;
    background-color: rgba(57, 57, 57, 0.5);
    padding: 40px 30px;
}
.owl-carousel.type2 .owl-item img{
	width: auto;
	display: inline-block;
	margin-bottom: 16px;
    max-width: 240px;	
}
.owl-carousel.type2 .owl-item p{
	text-align: left;
	margin-bottom: 0px;
	font-size: 95%;
}
.owl-carousel.type2 .owl-item .item{
	text-align: center;
	background: linear-gradient(to bottom, #1b1a1a 0%, #3f3f3f 100%);
	padding: 24px;
	height: 100%;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}
.owl-carousel.type2 .owl-stage {
    display: -ms-flexbox;
	display: flex;
}
.owl-theme .owl-nav{
	text-align: right;
}
.owl-carousel.type2.owl-theme .owl-nav button{
    width: 45px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background-color: #c92127;
    padding: 6px 12px !important;
    margin: 0px;
    border-radius: 0px;
}
.owl-carousel.type2.owl-theme .owl-nav button:hover{
	background-color: #ae0006;
}
.owl-carousel.type2.owl-theme .owl-nav button:focus{
	background-color: #c92127;
}
.owl-carousel.type2.owl-theme .owl-nav button img{
	width: 12px;
}
.owl-carousel.type2.owl-theme .owl-nav button.owl-next{
	border-left: 1px solid #ae0006;
}

.news_sec{
	margin-top: 24px;
}
.news_sec .btn_style1{
    position: relative;
    top: -35px;
    z-index: 1;
}
.img_bottom{
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	padding: 16px;
}

footer{
	font-size: 16px;
}
.footer_top{
	background-color: #000000;
	padding: 40px 0;
}
.footer_top p:last-child{
	margin-bottom: 0px;
}
.footer_top h4{
	font-size: 20px;
	margin-bottom: 16px;
	text-transform: uppercase;
}
.footer_top a{
	color: #fff;
}
.social_icons a{
	border: 1px solid #fff;
    border-radius: 50%;
    font-size: 18px;
    width: 33px;
    height: 33px;
    text-align: center;
    padding: 5px;
    margin-left: 5px;
    display: inline-block;
}
.social_icons a:hover{
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background: #fff;
    color: #ae0906;
    border: 1px solid #ea393f;	
}
.copyrights {
    padding: 15px;
    font-size: 14px;
    background: rgb(201, 33, 39);
}
.copyrights .right, .copyrights .right1{
    text-align: right;
}
.right1{
    margin-top: 14px;
}
.aero-inner-content{
    margin:5% 0;
}
.aero-content-in img{
    /*margin-top:60px;*/
    width:100%;
    height: 550px;
}
.aero-leader{
    margin:5% 0;
    
}
.aero-leader-dwnt{
    background:rgba(57, 57, 57, 0.5);
}
.aero-leader img {
    width: 100%;
    padding: 6% 0 0 29px;
}
.aero-cap{
    margin:5% 0;
}
.aft{
    margin-left:16px;
}
.aero-features{
   margin:3% 0;
}
.aft li:before {
    content: '';
    background: #c92127;
    width: 9px;
    height: 9px;
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    border-radius:10px;
}

.aft li, .aft li span {
    padding: 0 0 20px 0;
}
.aft li span {
    float: left;
    width: calc(100% - 30px);
}
.aero-features1 img {
    width: 100%;
    margin: 0px;
    border: 1px solid rgba(160, 160, 160, 0.23);
    padding: 90px;
}
.aero-features1 [class*="col"]{
    padding: 0;
}
.aero-features1 img:hover {
   opacity: .6;
    cursor: pointer;
}
.aero-features1 p{
    margin-top: 8px;
}
.aero-fa{
    margin-top:30px;
}
.aero-qua{
    margin:5% 0;
}
.aero-qua img{
    width:80%;
    margin-top:50px;
}
.aero-con{
    margin:5% 0;
}
.aero-con-lft span {
    float: left;
    width: calc(100% - 27px);
}

.aero-con-lft .fa{
    float: left;
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    font-size: 15px;
    margin-top: 5px;
}
.aero-con-rht h1{
    /*text-align: center;*/
}
.aero-features1{
    margin: 6% 15px;
    position:relative;
}
.aero-features1 h4{
    margin-bottom: 10px;
  }  
  .aero-feat-pos1 .table {
    width: 50%;
    margin-bottom: 0;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.aero-feat-pos1 table th {
    background: rgb(31, 31, 31);
    opacity: .9;
    vertical-align: middle;
    height: auto;
    padding-left: 4%;
    font-size: 21px;
}
.aero-feat-pos1 table td{
    padding-left: 4%;
}
.aero-feat-pos1 table tr:nth-child(odd){
    background: rgba(44, 44, 44, 0.83);
}
.aero-feat-pos1 table tr:nth-child(even){
    background: rgb(31, 31, 31);
    opacity: .9;
}
.aero-feat-pos1 .table thead th, .table-bordered td, .table-bordered th, .table-bordered  {
    border-bottom: 1px solid #8e8e8e;
}
.table-bordered td, .table-bordered th{
   border: 1px solid #8e8e8e; 
}

/*.aero-features1 img:hover{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
 
    overflow: hidden;
}*/

.aeropact-news{
    margin:5% 0;
}
.aeropact-newsbox {
    margin: 10px 0 50px 0;
    height: 87%;
}
.aeropact-newsbox h3{
    /*background: #f00;*/
    padding: 13px;
}
.aeropact-newsbox p{
    padding: 13px;
}
input, textarea {
    width: 100%;
    margin: 10px 0;
    padding: 10px;
    border-radius: 6px;
    background-color: #fdfdfd;
    border: 1px solid #e3e3e3;
}

/*modal popup*/
.modal-header {
    display: block;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
}
.modal-header .close {
    padding: 10px;
    margin: 0;
    /*border: 1px solid #000;*/
}
.modal-title{
    color: #000;
    margin-bottom: 0;
    line-height: 2;
    font-size: 32px;
    text-align: center;
}
.modal-content{
    top:120px;
}
.close {
    float: right;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}
.hidefordesk{
    display:none;
}
.aero-con-form {
    background: #fff;
    padding: 6%;
    border: 2px solid #c92127;
    margin-top: 15%;
}

iframe{

    margin-top:4%;
}
.aero-con-form h2{
    text-align:center;
}
/*.aero-content-in [class^="col"]{*/
/*    padding:0;*/
/*}*/
.aero-content-in p{
    position: relative;
    top: 50%;
    right: 20%;
    -webkit-transform: translate(0, -49%);
    transform: translate(0, -49%);
    margin: auto;
    z-index: 1;
    background-color: rgba(57, 57, 57, 0.5);
    padding: 40px 30px;
}

.ftleft p{
    margin: 0;
    padding: 13px 0px;
}
.ftleft-in{
    margin-top:10px;
}
.aero-leader p {
    padding: 2% 6% 4% 0px;
}
.aero-leader-dwnt{
    background:rgba(57, 57, 57, 0.5);
}
.aero-leader-dwnt p strong{
    font-size: 22px;
}
.h4, h4 {
    font-size: 1.6rem;
}
.aero-leader1{
    margin:5% 0 0 0;
}
/*.f1, .f2{*/
/*    border-right: 1px solid rgba(255, 255, 255, 0.38);*/
/*}*/
/*.f2, .f3{*/
/*    padding:0 7%;*/
/*}*/
/**/
.f1 img{
    width: 40%;
    /*display: block;*/
    margin: 26px auto;
}
.aero-con-lft iframe{
    height:377px;
}
.capt2 img{
    margin-top:21%;
}
.aero-inner-banner{
    position: relative;
}
.tag-dwn1 {
    position: absolute;
    bottom: 25px;
    right: 50px;
}

.aero-metals-new{
    margin:3% 0 0 0;
    background: rgb(18, 18, 18);
    
}
.aero-metals-new .row{
     background: rgb(18, 18, 18);
}
.aero-metals-new img {
    width: 66%;
    display: block;
    margin: 3% auto;
}
.am-lft{
    border: 1px solid rgba(160, 160, 160, 0.23);
}
.am-rht{
    border: 1px solid rgba(160, 160, 160, 0.23);
    border-left: none;
}
.am-lft1 {
    padding: 2% 6%;
    border: 1px solid rgba(160, 160, 160, 0.23);
    border-top: none;
}
.am-rht1{
    border: 1px solid rgba(160, 160, 160, 0.23);
    border-left: none;
    padding: 2% 6%;
    border-top: none;
}

.aero-metals-new2 .row{
    background: rgb(34, 34, 34);
}
.aeroulli li:before {
    content: '';
    background: #fff;
    width: 14px;
    height: 3px;
    display: inline-block;
    vertical-align: middle;
    float: left;
    margin-top: 12px;
    margin-right: 10px;
}
.aeroulli li span {
    float: left;
    width: calc(100% - 35px);
}
.aero-metals-new2 h4{
    margin-bottom: 5%;
}
.aero-metals-new3 .row{
   background: rgb(41, 41, 41);
}
.k-img{
    max-width: 30.333333%;
}
.page_loader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 9999;
    text-align: center;
    display:none;
    
}