/* @font-face {
    font-family: 'arialregular';
    src: url('../fonts/arial-webfont.woff2') format('woff2'),
         url('../fonts/arial-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'arialbold';
    src: url('../fonts/arialbd-webfont.woff2') format('woff2'),
         url('../fonts/arialbd-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'arialnarrow_bold';
    src: url('../fonts/arialnb-webfont.woff2') format('woff2'),
         url('../fonts/arialnb-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'arialblack';
    src: url('../fonts/ariblk-webfont.woff2') format('woff2'),
         url('../fonts/ariblk-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

} */



body {
    /* font-family: 'arialregular'; */
    /*font-family: 'Lato', sans-serif;*/
    font-family: 'DM Sans', sans-serif;
    overflow-x: hidden;
}
.carousel-inner img {
    width: 100%;
    height: 100%;
}
/* FAQ SECTION styles */
.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}


.client_section .client_block{
    background-color: #fff !important;
    border: 1px solid #f2f2f2;
}


.leadForm .form-group{
    position: relative;
    margin-bottom: 1.5em;
}

.leadForm label.text-red.text-capitalize.text-normal {
    font-size: 12px;
    position: absolute;
    bottom: -17px;
    left: 12px;
    background: white;
    color: #bd060e;
    padding: 0 5px;
}

@media only screen and (max-width: 479px) {

}



.covi-favi-block{
    position: fixed;
    /* display: block; */
    background: #fff;
    /* color: #FFF; */
    bottom: 10px;
    z-index: 100;
    left: 10px;
    right: initial;
    border: 8px solid #56326dbf;
    width: 350px;
    text-align: center;
    padding: 0;
}
.close-icon {
    position: absolute;
    right: -25px;
    top: -25px;
    background-color: #806592;
    width: 30px;
    height: 30px;
    border-radius: 25px;
    border: none;
    opacity: 1;
    color: #fff;
    z-index: 999;
    font-size: 22px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
}

/*****Gallery********/

.tz-gallery {
    padding: 10px 10px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}

.tz-gallery .lightbox img {
    width: 100%;
    min-height: 270px;
    max-height: 270px;
    object-fit: cover;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #611050;
    font-size: 26px;
    /* font-family: 'fontawesome'; */
    /* content:"\f08e"; */
    /* content:"\f06e"; */
    content:'';
    pointer-events: none;
    z-index: 9;
    transition: 0.4s;
    background: #fff;
    min-width: 50px;
    text-align: center;
	background: url(../img/azi-guard-technology.svg) no-repeat center;
	background-size: 30px;
}
.tz-gallery a.lightbox {
    display: block;
    overflow: hidden;
    width: 100%;
    max-height: 270px;
    position: relative;
}

.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    content: '';
    transition: 0.4s;
	background: url(../img/azi-guard-technology.svg) rgb(220 136 78 / 75%) no-repeat center;
	background-size: 55px;
}
.tz-gallery1 .lightbox:after {
	background: url(../img/coats-objects.svg) rgb(230 54 45 / 75%) no-repeat center;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}
/* Video Gallery ********/
.video-block {
	text-align: left;
    background-color: #eee;
    padding: 5px;
    min-height: 290px;
}
.thumbnail-block {
	/*padding: 5px;
    border: 1px solid #ebebeb;*/
	position: relative;
}
.overlap {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #3333335e;
    display: none;
	cursor: pointer;
	text-align: center;
}
.thumbnail-block:hover .overlap {
	display: block;
}
.thumbnail-block img {
	width: 100%;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
}
.overlap img {
	width: 55px;
    margin-top: 20%;
    height: auto;
}
.modal-video-body video {
	width: 100%;
}
.modal-video-body iframe {
	width: 100%;
}
.video-block span {
    font-size: 15px;
    color: #333;
    font-weight: 600;
    padding: 5px;
    text-align: left;
    display: block;
}
small.b_dte {
    color: #ac001a;
    font-size: 14px;
    display: block;
    margin-top: 5px;
    text-align: right;
    font-weight: 500;
}
.video_gallery_section {
	position: relative;
	padding: 100px 0;
	background-color: #ffffff;
}
.video_gallery_section1 {
	margin-top: 15.2em;
    padding: 50px 0;
}
/* Success Page Styles ********/
.success-page-section {
    padding: 75px 0;
	margin-top: 0;
}
.success-text {
    text-align: center;
}
.success-text h2 {
    font-size: 30px;
    color: #dc884e;
    font-weight: 900;
}
.success-text p {
    font-size: 18px;
    padding: 8px 0;
    color: #222d35;
    font-weight: 500;
}
.success-text h6 {
    background-color: #ec3726;
    width: 175px;
    margin: 0 auto;
    padding: 15px 0;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
}
.success-text h6 a {
    color: #ffffff;
    display: block;
}
.success-text h6 a:hover {
    text-decoration: none;
}

.disclmerTxt {
    color: white;
    font-size: 14px !important;
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 1em !important;
    text-align: center !important;
}
.disclmerTxt b{
	font-weight: bold;
}
.cookie-banner {
	display: none;
	height: auto;
	position: fixed;
	z-index: 999;
	padding: 4px 3%;
	background-color: #eee;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}
.cookie-banner.bottom {
	display: block;
	border-top: 2px solid #26130c;
	bottom: -90%;
	transition: bottom 0.5s;
}
.cookie-banner.bottom.show {
	bottom: 0;
	transition: bottom 1s;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}
.cookie-banner p {
	float: left;
	width: 88%;
	display: inline-block;
	font-size: 12px;
}

.cookie-banner a.button {
	float: left;
	margin: 15px;
	width: 100px;
	height: 40px;
	z-index: 100;
	background: #9d0917;
	text-transform: uppercase;
	line-height: 1.4;
	padding-top: 8px;
	display: inline-block;
	color: #FFF!important;
	text-align: center;
	text-decoration: none!important;
	cursor: pointer;
}

.image_gallery_section {
	padding: 75px 0;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
.faq_section {
	padding: 50px 0;
}



.owl-theme .owl-controls{ margin-top: 0; }
.owl-theme .owl-controls .owl-buttons div{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 35px;
    background: #f1971f;
    color: #fff;
    border-radius: 0;
    margin-right: 5px;
    opacity: 1;
}
.owl-prev:before,
.owl-next:before{
    content: "\f060";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 900;
}
.owl-next:before{ content: "\f061"; }

@media only screen and (max-width: 990px){
    
}

.aerospace_nav {
    background-color: #fff !important;
    padding: 0 15px;
}
.aerospace_menu {

}
.aerospace_menu li {

}
.aerospace_menu li a {
    font-size: 16px;
    color: #000 !important;
    padding: 0 15px !important;
    font-weight: 600;
}
.aerospace_slider {
    margin-top: 110px;
}
.brochure_table tr:nth-child(odd) {
    background: #E2E2E2;
}
.brochure_table tr:nth-child(even) {
    background: #F4F4F4;
}
.brochure_table tr td {
    vertical-align: middle;
    padding: 5px 10px;
    font-size: 16px;
    color: #000;
}
.brochure_table tr td img {
    width: 40px;
}

.brochure_form {

}
.brochure_form input {
    background: rgba(0, 0, 0, 0.08);
    border: none;
    outline: 0;
    box-shadow: none;
    height: 45px;
    border-radius: 8px;
    font-size: 16px;
    color: #000000;
}
.brochure_form input:focus {
    background: rgba(0, 0, 0, 0.08);
    border: none;
    outline: 0;
    box-shadow: none;
    height: 45px;
    border-radius: 8px;
    font-size: 16px;
    color: #000000;
}
.brochure_form input:active {
    background: rgba(0, 0, 0, 0.08);
    border: none;
    outline: 0;
    box-shadow: none;
    height: 45px;
    border-radius: 8px;
    font-size: 16px;
    color: #000000;
}
.brochure_submit_block {
    text-align: center;
    padding-top: 25px;
}
.brochure_submit {
    background-color: #ED3237 !important;
    border-radius: 0 !important;
    width: 150px;
    text-align: center;
    color: #ffffff !important;
    font-size: 20px !important;
    height: 50px !important;
}
.brochure_submit:focus {
    background-color: #ED3237 !important;
    border-radius: 0 !important;
    width: 150px;
    text-align: center;
    color: #ffffff !important;
    font-size: 20px !important;
    height: 50px !important;
}
.brochure_submit:active {
    background-color: #ED3237 !important;
    border-radius: 0 !important;
    width: 150px;
    text-align: center;
    color: #ffffff !important;
    font-size: 20px !important;
    height: 50px !important;
}
.brochure_form label {
    margin-bottom: 0px;
    font-size: 14px;
    color: #000;
    font-weight: 600;
}
.brochure_form input::placeholder {
    color: #000000;
    opacity: 1; /* Firefox */
}
  
.brochure_form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #000000;
}
  
.brochure_form input::-ms-input-placeholder { /* Microsoft Edge */
   color: #000000;
}
.brochure_form_txt {
    text-align: center;
    padding-bottom: 35px;
}
.brochure_form_txt h3 {
    color: #000000;
    font-size: 36px;
    font-weight: 600;
}
.brochure_form_txt p {
    color: #4F4F4F;
    font-size: 18px;
}
.brochure_select_block form {

}
.brochure_select_block form select {
    border: 1px solid #A8A8A8;
    width: 250px;
    height: 45px;
    margin-bottom: 20px;
    padding: 0px 5px;
    color: #000000;
    font-size: 17px;
    position: relative;
}
.second_select {
    left: -5px;
}
.brochure_select_block form input {
    border: 1px solid #A8A8A8;
    height: 45px;
    margin-bottom: 20px;
    padding: 0px 5px;
    color: #000000;
    font-size: 17px;
    position: relative;
}
.search_input {
    width: 325px;
}
.brochure_select_block form label {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
}
.select_submit {
    background: url(../img/r-arrow.svg) no-repeat center;
    background-size: 100px;
    width: 60px;
    position: relative;
    left: -10px;
    top: 0 !important;
}
.search_submit {
    background: url(../img/search.svg) no-repeat center;
    background-size: 100px;
    width: 60px;
    position: relative;
    left: -6px;
    top: -1px !important;
}
.contactus_txt {

}
.contactus_txt h3 {
    color: #000000;
    font-weight: 900;
    font-size: 40px;
    padding-bottom: 15px;
    padding-top: 20px;
    position: relative;
}
.contactus_txt h3::before {
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    width: 150px;
    height: 5px;
    background-color: #000;
}
.leadFormMain input::placeholder {
    color: #000000;
    opacity: 1; /* Firefox */
}
  
.leadFormMain input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #000000;
}
  
.leadFormMain input::-ms-input-placeholder { /* Microsoft Edge */
   color: #000000;
}
.leadFormMain textarea::placeholder {
    color: #000000;
    opacity: 1; /* Firefox */
}
  
.leadFormMain textarea:-ms-textarea-placeholder { /* Internet Explorer 10-11 */
   color: #000000;
}
  
.leadFormMain textarea::-ms-textarea-placeholder { /* Microsoft Edge */
   color: #000000;
}
.leadFormMain input {
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    font-size: 16px;
    color: #000000;
    height: 40px;
    margin-bottom: 30px;
}
.leadFormMain input:focus {
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    font-size: 16px;
    color: #000000;
    height: 40px;
    margin-bottom: 30px;
}
.leadFormMain input:active {
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    font-size: 16px;
    color: #000000;
    height: 40px;
    margin-bottom: 30px;
}
.leadFormMain textarea {
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    outline: 0;
    box-shadow: none;
    font-size: 16px;
    color: #000000;
    height: 100px;
    margin-bottom: 30px;
}
.leadform_submit {
    background-color: #ED3237 !important;
    border-radius: 0 !important;
    width: 150px;
    text-align: center;
    color: #ffffff !important;
    font-size: 20px !important;
    height: 50px !important;
    border: none !important;
}
.leadform_submit:focus {
    background-color: #ED3237 !important;
    border-radius: 0 !important;
    width: 150px;
    text-align: center;
    color: #ffffff !important;
    font-size: 20px !important;
    height: 50px !important;
    border: none !important;
}
.leadform_submit:active {
    background-color: #ED3237 !important;
    border-radius: 0 !important;
    width: 150px;
    text-align: center;
    color: #ffffff !important;
    font-size: 20px !important;
    height: 50px !important;
    border: none !important;
}
.address_block {
    padding-top: 20px;
}
.address_block h3 {
    color: #000000;
    font-size: 24px;
    font-weight: 900;
}
.address_block p {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}
.address_block h5 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}
.address_block h5 span img {
    width: 40px;
    margin-right: 10px;
}
.address_block h5 a {
    color: #000000;
}
.Product_description {

}
.Product_description h4 {
    color: #000000;
    font-size: 21px;
    padding-bottom: 10px;
    font-weight: 900;
}
.Product_description p {
    color: #000000;
    font-size: 17px;
}
.Product_description h6 {

}
.Product_description h6 a {
    background-color: #ED3237;
    color: #fff;
    display: block;
    width: 250px;
    text-align: center;
    padding: 15px 0;
    font-size: 18px;
    border: 1px solid #ED3237;
}
.Product_description h6 a:hover {
    background-color: #ffffff;
    color: #ED3237;
}
.more_products_txt {
    color: #000000;
    font-size: 21px;
    padding-bottom: 10px;
    font-weight: 900;
}
.infrastructure_menus li::marker {
    color: #000000 !important;
}
.weather_section_one > .weather_system_block {

}
.weather_section_one .weather_system_block h4 {
    text-align: left;
    font-size: 15px;
}
.weather_section_one .weather_system_block p {
    text-align: left;
    font-size: 15px;
}
.weather_section_one .weather_system_block p span {
    display: block;
}
.facilities_txt {
    
}
.facilities_txt h3 {
    font-size: 22px;
    color: black;
    text-align: center;
    margin-bottom: 20px;
    padding-top: 20px;
    font-weight: 600;
    line-height: 1.4;
}
.facilities_txt h3 span {
    display: block;
}
.ctn {
    position: relative;
    min-height: 40px;
}
.ctn a {
    position: absolute;
    left: 0px;
    top: -100px;
}

.footer_section .footer_menu ul li {
    float: left;
    list-style-type: none;
    padding: 0 15px;
    font-size: 15px;
    position: relative;
}
.footer_section .footer_menu ul li::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 14px;
    background-color: #fff;
    right: 0;
    top: 4px;
}
.footer_section .footer_menu ul li:last-child::before {
    display: none;
}
.m_slider {
    display: none;
}
.slider {
    display: block;
}

.page_description_txt {
    
}
.page_description_txt p {
    color: #000;
    font-size: 18px;
    line-height: 1.4;
}
.breadcrumb_section::before {
    background: none;
}

/*mobile view*/

@media (max-width: 767px) {
   body {
    overflow-x: hidden;
  }
  .container {
    width: 100%;
  }
  .footer_menu ul {
    display: none;
  }
  .footer_social_menu ul {
    width: 57%;
    margin: 0 auto;
  }
  .footer_section {
    padding: 10px 0 20px 0;
    border-top: 1px solid #ffffff85;
  }
  .product_section::before {
    display: none;
  }
  .product_section img {
    display: none;
  }
  .product_section .product_sub_block {
    position: inherit;
    background-color: #000;
    padding-bottom: 15px;
  }
  .product_menu_left ul {
    margin-bottom: 0px;
  }
  .product_section {
    background-color: #000;
    padding: 25px 0 0 0;
    display: none;
  }
  .product_section .product_sub_block .product_txt h3 {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .product_black_section .product_menu_left ul {
    margin-bottom: 0px;
  }
  .product_black_section {
    padding-bottom: 15px;
    border-bottom: 1px solid #ffffff85;
    display: none;
  }
  .about_section .future_block h5 {
    min-height: auto;
  }
  .about_section {
    padding: 25px 0;
  }
  .about_section .title_txt h3 {
    font-size: 28px;
  }
  .about_section .title_txt_two {
    padding-top: 0px;
  }
  .about_section .mission_block {
    padding-top: 0px;
  }
  .about_section .mission_block ul li {
    font-size: 18px;
  }
  .about_section .title_txt h6 a {
    width: 150px;
    font-size: 18px;
    padding: 6px 0;
  }
  .about_section .mission_block img {
    padding: 15px;
    width: 75px;
  }
  .aerospace_menu li {
    padding: 12px 0;
    border-bottom: 1px solid #ffffff47;
    background-color: #000;
    margin: 0.5px 0;
    text-align: center;
  }
  .aerospace_menu li a {
    color: #fff !important;
  }
  .aerospace_nav {
    box-shadow: 0px 1px 2px #e5e5e5;
  }
  .infrastructure_section .infrastructure_block ._flex_block img {
    height: 125px;
    object-fit: cover;
  }
  .infrastructure_section .infrastructure_block ._flex_block ._sub_flex_block ._sub_flex_block_one ._sub_flex_block_two h6 {
    font-size: 12px;
  }
  .infrastructure_section .infrastructure_block ._flex_block ._sub_flex_block ._sub_flex_block_one ._sub_flex_block_two img {
    width: 30px;
    margin: 0 auto;
    height: auto;
    object-fit: contain;
  }
  .aboutus_section {
    padding: 25px 0;
  }
  .philosophy_section {
    padding: 25px 0; 
  }
  .philosophy_section .philosophy_txt h3 {
    font-size: 26px;
  }
  .philosophy_section .philosophy_left {
    padding-top: 15px;
  }
  .philosophy_section .philosophy_left img {
    width: 65px;
    padding: 15px;
    height: 65px;
  }
  .ctn {
    min-height: 20px;
  }
  .aboutus_section .aboutus_left h3 {
    font-size: 28px;
  }
  .infrastructure_overview {
    padding: 20px 0;    
  }
  .infrastructure_overview .infrastructure_left ul {
    margin-bottom: 20px;
  }
  .breadcrumb_main_section .breadcrumb_right .breadcrumb_nav ol {
    margin-top: 10px;
  }
  .m_slider {
      display: block;
  }
  .slider {
      display: none;
  }
  .aboutus_section .aboutus_left h3 span {
    display: inline-block;
  }
  .philosophy_section .philosophy_txt h3 span {
    display: inline-block;
  }
}