
@font-face { 
    font-family: "Padauk-Regular"; 
    src: url("../fonts/Padauk/Padauk-Regular.woff") format("woff"), 
    url("../fonts/Padauk/Padauk-Regular.ttf") format("truetype"),
    url("../fonts/Padauk/Padauk-Regular.svg#Padauk-Regular") format("svg"); 
}
@font-face { 
    font-family: "Padauk"; 
    font-weight: "bold"; 
    src: url("../fonts/Padauk/Padauk-Bold.woff") format("woff"), 
    url("../fonts/Padauk/Padauk-Bold.ttf") format("truetype"), 
    url("../fonts/Padauk/Padauk-Bold.svg#Padauk") format("svg"); 
}
@font-face {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    src:url("../fonts/Myriad Pro/MYRIADPRO-REGULAR.woff") format('woff');
}
@font-face {
    font-family: 'Helvetica';
    src: url('/fonts/hb/Helvetica-Bold.eot');
    src: url('/fonts/hb/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/hb/Helvetica-Bold.woff2') format('woff2'),
        url('/fonts/hb/Helvetica-Bold.woff') format('woff'),
        url('/fonts/hb/Helvetica-Bold.svg#Helvetica-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
:root {
    --major-color: #003e97;
    --minor-color: #325991;
}
body{
    font-family: 'Myriad Pro Regular';
    color: #000;
    font-weight: 500;
    line-height: 28px;
    font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Helvetica' ;
    font-weight: 700 ;
}
p{
    font-family: 'Myriad Pro Regular';
    font-size: 16px;
    margin-bottom: 0px;
}
a{ transition: all .2s; }
a:hover, a:focus{
    text-decoration: unset;
}
img{
    max-width: 100%;
    height: auto;
}
button:focus{
    outline: 0px;
}
.mmfont{
    font-family: "Padauk-Regular";
}
.contact .mmfont{
    font-size: 15px;
}
.red{
    color: red;
}
.air3-img1{
    margin-top: 87px;
}
.air3-img1 img{
    max-width: 80%;
}
.owl-next span {
    padding-left: 3px;
}

#project1 p {
    font-size: 16px;
    padding-bottom: 30px;
}
.eps1-right p, .eps2-left {
    font-size: 16px;
}
.metal-para p {
    padding-bottom: 25px;
    font-size: 16px;
}
#project1 #faq .card-body p {
    font-size: 18px;
}
#project3 .table-bordered td {
    font-size: 16px;
}
.air1-right ol ,
.air1-left ul{
    font-size: 16px;
}
.pro-body h5 {
    font-size: 17px;
    font-family: 'Helvetica' !important;
}
.hidden-lg,.hidden-md{
    display: none;
}
.hamburger-inner,.hamburger-inner::before, .hamburger-inner::after {
    background-color: white;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
    background-color: #fff;
}
.carousel-indicators li{
    border-radius: 50% !important;
    width: 11px;
    height: 11px;
    top: 28px;
   margin: 0 10px 18px 10px;   
}
.ab2-right-inner {
    padding: 40px 0px 0 0px;
}
.font-logo-design {
    font-weight: 800 !important;
    /*font-family: 'Helvetica' !important;*/
    letter-spacing: -3px !important;
    color: #003e97;
}
.font-logo-design span{
    font-size: 21px;
}
.font-logo-design .black{
    color: #333;
    font-weight: 500 ;
    letter-spacing: 0px;
}
.project-inner-wrap:hover .project-txt {
    bottom:20px;
}
footer .social .social-link:hover{
    text-decoration: none;
    border: none;
}
footer .social a {
    font-size: 16px;
}
/* ---fade-carousel--- */
.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity ease-out .7s;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}
.carousel-inner .item1 {
    background: white;
}
.carousel-inner .item2 {
    background: rgb(199, 212, 240);
}
.carousel-inner .item3 {
    background: rgb(203, 203, 231);
}
.carousel-inner .item4 {
    background: gray;
}
/* ---end fade-carousel--- */
.mmfont p{
    line-height: 30px;
    font-size: 16px;
}
p.mmfont{
    line-height: 30px;
    font-size: 16px;
}
#project1 p.mmfont {
    font-size: 16px;
    line-height: 30px;
}
#project3 .mmfont td:first-child {
    font-family: 'Helvetica';
    font-size: 16px;
    line-height: 30px;
}
#project3 .mmfont td {
    font-size: 16px;
    line-height: 30px;
}
.eps1 .mmfont, .eps2 .mmfont {
    font-size: 16px;
    line-height: 30px;
}
.air1-right ol.mmfont, #air2 p.mmfont {
    font-size: 16px;
    line-height: 30px;
}
footer .social .d-flex-2  {
    align-items: center;
    margin-bottom: 20px;
}
footer .social .d-flex-2 img {
    margin-right: 20px;
    width: 45px;
    height: 45px;    
}
.copyright {
    font-size: 14px;
    margin-top: 40px;
}
#hq img {
    max-width: 43%;
}
.mm-navbars_bottom>.mm-navbar:not(.mm-navbar_has-btns),
.mm-navbars_top>.mm-navbar:not(.mm-navbar_has-btns) {
    background-color: #00347f;
}
.mm-navbars_top>.mm-navbar img{
    max-width: 50%;
}
 #mm-1:before {
   display: none;
}
#mm-0:before {
    display: none;
}
 #mm-2:before {
    display: none;
}
.mm-panel_has-navbar {
    padding-left: 0px;
    padding-right: 0px;
}
.mm-panels>.mm-panel>.mm-listview:first-child, .mm-panels>.mm-panel>.mm-navbar+.mm-listview {
    margin-top: 0px;
}
.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
    border-color: inherit;
    border-bottom-width: 1px;
    border-bottom-style: solid;
}
.mm-navbars_top>.mm-navbar:not(.mm-navbar_has-btns) a{
    border:none;
}
.mm-listitem:after {
    display: none;
}
.mm-navbar__title ,.mm-navbar__btn:first-child {
    border: none !important;
    font-size: 23px;
    color: #333 !important;
}
.dropdown-item.active, .dropdown-item:active {
    color: #00347f!important;
    text-decoration: none;
    background-color: #f3f3f3;
}
.mm-listitem_selected>.mm-listitem__text , .active .mm-listitem__text {
    color: #00347f !important;
    background-color: #f3f3f3;
}
.readmore,.readmore1,.readmore2{
    background: var(--major-color);
    color: #fff!important;
    padding: 7px 15px 9px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 20px;
    border:  0px;
}
#project .readmore{
    margin-bottom: 50px;
}
.readmore span,.readmore1 span,.readmore2 span{
    margin-left: 8px;
    transition: all .3s;
}
.eps1 .mmfont,.eps2 .mmfont{
    font-size: 15px;
}
.fixed-header {
    position: fixed!important;
    top: 0;
    left: 0;
    width: 100%;
    background: #00347f!important;
    animation: smoothScroll 1s forwards;
    z-index: 99;
    border-bottom: 1px solid #ddd;
    box-shadow: 1px 1px 5px #ddd;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
.navbar-expand-lg .navbar-collapse{
    flex-direction: row-reverse;
}
/*Banner Text*/
ul.breadcrumbs {
    list-style: none;
    padding: 0px 0px;
    margin: 0px;
    text-align: center;
}
ul.breadcrumbs li {
    display: inline-block;
    content: "";
    float: none;
    position: relative;
    display: inline-block;
    padding: 5px 5px 0px;
    margin: 0px;
    top: 0;
}
ul.breadcrumbs li a {
    background-color: transparent;
    text-transform: uppercase;
    border: 0px none;
    line-height: 45px;
    color: #00347f;
}
/*SLIDER OPTION START*/
.slick-prev.slick-arrow, .slick-next.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.slick-prev.slick-arrow {
    left: 0;
    z-index: 999;
}
.slick-next.slick-arrow {
    right: 0;
}

/* HEADER START */
header {
    background: #00347f;
}
.navbar-nav {
    margin-left: auto;
    background: url(/img/bg-logo/header-new.png) no-repeat right bottom;
    background-size: 210px;
}
header .navbar-nav>li>a {
    color: #fff !important;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 24px;
    position: relative;
    z-index: 1;
    padding: 50px 20px 35px !important;
    margin: 0px 5px;
    line-height: 30px;
}
.navbar-light .navbar-brand{
   width: 350px;
}

.navbar-light .navbar-brand img{
    /* width: 100%; */
    max-width: 70%;
}
header .navbar{
    padding: 0;
}
header .nav-link:before {
    content: "";
    position: absolute;
    background: var(--minor-color);
    height: 0%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .3s;
    top: 50%;
    transform: translateY(-50%);
}
.navbar-nav li a:hover:before, .navbar-nav li.active a:before{
    height: 100%;
}
#current-lang {
    font-size: inherit;
    padding: 50px 15px 35px !important;
    display: inline-block;
}
#current-lang span {
    padding: 0px 5px;
}
.navbar-nav .dropdown-menu {
    background: #fff;
    border: unset;
    margin-top: -20px;
    border-radius: unset;
    box-shadow: 0px 0px 10px -5px #333;
    padding: 5px 0 6px;
}
.navbar-nav .dropdown-menu a {
    font-family: "PT Sans Narrow", sans-serif;
    text-transform: uppercase;
}
.navbar-nav .dropdown-menu a:before{
    content: none!important;
}
.navbar-nav .dropdown-menu a:hover, .navbar-nav .dropdown-menu a:focus,.navbar-nav .dropdown-menu a.active {
    background: #00347f;
    color: #fff!important;
}
.dropdown-item img {
    margin-right: 3px;
}
.menu-language .dropdown-menu {
    margin-left: -45px;
}
/* HEADER END */

/* HOME PAGE START */
section.about {
    background: #eeeff1;
    padding: 60px 0 40px;
}
section.about .heading {
    text-align: center;
    /* font-weight: 800; */
    font-size: 35px;
    margin-bottom: 30px;
}
.readmore span {
    margin-left: 8px;
    transition: all .3s;
    display: inline-block;
}
.readmore:hover{
    color: #ccc;
}
.readmore:hover span {
    transform: rotate(90deg);
    color: #fff;
    transition: all .3s;
}

section.benefits .left-col,#about-4 .about-videos,.eps-sandwich-video  .about-videos{
    background: url(/img/youtube-featured-image.jpg);
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
}
section.benefits .left-col{
    background: url(/img/home-youtube-photo.png);
    background-repeat: no-repeat;
    background-position:right center;
    background-size: cover;
}
#about-4 .about-videos{
    min-height: 300px;
}
.eps-sandwich-video  .about-videos{
    min-height: 263px;
}
section.benefits .left-col:hover,#about-4 .about-videos:hover,.eps-sandwich-video  .about-videos:hover{
    cursor: pointer;
}
section.benefits .right-col {
    background: var(--major-color);
    color: #eeeff1;
    padding: 80px 0;
    background: url(/img/bg-logo/header-new.png) no-repeat right bottom,#00347f;
    background-size: 350px;
}
.half-container {
    max-width: 570px;
    width: 100%;
    padding: 0 25px 0 45px;
    line-height: 35px;
}
#youtubeModal button.close {
    opacity: 1;
    text-shadow: unset;
    text-align: right;
    padding: 0px 15px;
    font-size: 40px;
    background: #000;
    color: red;
}
#youtubeModal button.close:hover, #youtubeModal button.close:focus {
    opacity: 1 !important;
    color: #ff0000db !important;
    outline: unset;
}
section.benefits .fa-youtube-square,#about-4 .about-videos .fa-youtube-square,.eps-sandwich-video .about-videos .fa-youtube-square{
    background: #fff;
    font-size: 80px;
    line-height: .85;
    border-radius: 12px;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    transition: all .5s;
}
#about-4 .about-videos .fa-youtube-square,.eps-sandwich-video .about-videos .fa-youtube-square{
    font-size: 40px;
}
#about-4 .about-videos:hover .fa-youtube-square, #about-4 .about-videos .fa-youtube-square:hover,
.fa-youtube-square:hover .fa-youtube-square,.fa-youtube-square .fa-youtube-square:hover,
.eps-sandwich-video .about-videos:hover .fa-youtube-square, .eps-sandwich-video .about-videos .fa-youtube-square:hover,
.fa-youtube-square:hover .fa-youtube-square,.fa-youtube-square .fa-youtube-square:hover {
    box-shadow: 0px 7px 10px -5px #000;
    border-radius: 50%;
    transform: rotate(360deg);
}
section.benefits .left-col:hover .fa-youtube-square, section.benefits .fa-youtube-square:hover,
.fa-youtube-square:hover .fa-youtube-square,.fa-youtube-square .fa-youtube-square:hover {
    box-shadow: 0px 7px 10px -5px #000;
    border-radius: 50%;
    transform: rotate(360deg);
}
section.products {
    padding: 70px 0;
}
section.products .owl-dots{
    display: none;
}
section.products .heading h5 {   
    margin: 0;
    padding-bottom: 7px;
    font-size: 35px;
    /* padding-left: 7px; */
}
section.products .heading h2 {
    font-weight: 800;
    color: var(--major-color);
    font-size: 33px;
}
.product-wrap{
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-top: 50px;
}
.product-wrap a:hover .pro-body{
    text-align: center;
    padding: 35px 15px 20px;
    min-height: 163px;
    background: url(/img/bg-logo/product-blue-bg.png);
    background-size: cover;
    background-position: top center;
    margin-top: -35px;
    z-index: 9;
    color: white;
    min-height: 205px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;   
}
.product-wrap a:hover h5{
    color: white;
}
.pro-img{
    position: relative;
    z-index: -1;
}
.pro-img .front{
    max-width: 100%;
    position: absolute;
    top: 145px;
    z-index: 9;
    left: 0px;
}
.pro-img .img-fluid{
    border-radius: 5px 5px 0px 0px;
    height: 170px;
    width: 100%;
}
.pro-body {
    text-align: center;
    padding: 35px 15px 20px;
    min-height: 163px;
    background: url(/img/bg-logo/product-bg.png);
    background-size: cover;
    background-position: top center;
    margin-top: -35px;
    min-height: 205px;
    z-index: 9;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.pro-body img{
    padding-bottom: 35px;
}
.pro-body h5{
    font-size: 18px;
    color: #000;
    /*font-family: 'Source Serif Pro', serif !important;*/
    font-weight: 600 !important;
}
.product-arrow-btn{
    background: url(/img/pro-arrow.png);
    background-size: cover;
    width: 41px;
    margin: auto;
    height: 41px;
    margin-bottom: 30px;
    margin-top: 5px;
}
.product-wrap a:hover .product-arrow-btn{
    background: url(/img/pro-blue.png);
    background-size: cover;
    width: 41px;
    margin: auto;
    height: 41px;
    margin-bottom: 30px;
    margin-top: 5px;
}
.pro-button{
    margin-top: 40px;
}
#project{
    background: url(/img/bg-logo/home-bg-project.png)no-repeat,#eeedf2;
    padding: 50px 0px 0px;
    background-size: cover;
    background-position: center ;
}
#project h3.heading{
    font-size: 35px;
    font-weight: bold;
    padding-bottom: 40px;
}
.project-inner-wrap img{
    max-height: 333px;
    border-radius: 10px;
    width: 100%;
}
#project .owl-theme .owl-dots .owl-dot{
    display: none;
}
#project .owl-theme .owl-nav,.products .owl-theme .owl-nav{
    margin-top: 10px;
    position: absolute;
    right: 0px;
    top: -100px;
}
#project .owl-theme .owl-nav [class*=owl-],.products .owl-theme .owl-nav [class*=owl-]{
    padding: 15px!important;
    font: inherit;
    margin: 0px 15px;
    font-size: 30px;
    border: 2px solid #585858;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}
#project .owl-carousel .owl-nav button.owl-next span,#project .owl-carousel .owl-nav button.owl-prev span,
.products .owl-carousel .owl-nav button.owl-next span,.products .owl-carousel .owl-nav button.owl-prev span{
    position: relative;
    top: -15px;
    font-size: 50px;
    left: -5px;
    color: #585858;
}
#project .owl-carousel .owl-nav button.owl-prev span,
.products .owl-carousel .owl-nav button.owl-prev span{
    left:-4px;
}
#project .owl-carousel .owl-nav button:focus,.products .owl-carousel .owl-nav button:focus{
    outline: 0px;
}
#project .owl-theme .owl-nav [class*=owl-]:hover,.products .owl-theme .owl-nav [class*=owl-]:hover{
    background: transparent;
}
#hq{
    border-top: 10px solid #003e97;
    padding: 25px 0px;    
}
#hq h3{
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
}
.project-inner-wrap .project-txt{
    transition: .4s ease-out;
    display: none;
}
.project-inner-wrap:hover .project-txt{
    display: block;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 20px;    
}
.project-txt h3{
    text-shadow: 0 0 3px #495057, 0 0 5px rgb(0 0 0 / 80%);
    color: #eee;
    font-weight: 900;
    text-align: center;    
}
/* HOME PAGE END */

/* Footer Start */
footer {
    background: url(/img/bg-logo/footer-new.png) #353535 no-repeat right bottom;
    background-size: auto;
    background-position: 79% bottom;
    padding: 30px 0 45px;
    color: #ddd;
    min-height: 440px;
}
.footer-logo {
    border-bottom: 1px solid #ebebeb;
    display: inline-block;
    width: 100%;
    object-fit: scale-down;
    object-position: left;
    height: 75px;
    margin-bottom: 35px;
}
footer .contacts .row {
    margin-bottom: 15px;
}
footer span {
    color: #fff;
    text-shadow: 0px 0px #fff;
    letter-spacing: .3px;
}
footer .contacts .col-11 {
    padding-left: 0;
}
.social i {
    font-size: 35px;
    background: #fff;
    line-height: 0.85;
    margin-right: 25px;
    border-radius: 3px;
}
.fa-facebook-square {
    color: #1877f2;
}
.fa-youtube-square {
    color: #e60000;
}
footer .social .d-flex {
    margin-bottom: 20px;
}
footer .social .d-flex-2{
    margin-bottom: 50px;
}
footer .social .d-flex-2 img{
    width: 35px;
}
footer .social .d-flex img{
    margin-right: 30px;
}
footer .social a {
    color: #eee;
    font-size: 19px;
}
.copyright {
    font-size: 14px;
}
.copyright a {
    color: #fff;
    text-shadow: 0px 0px #fff;
}
footer a:hover {
    color: #aaa;
    border-bottom: 1px solid #aaa;
}
.ab2-right-inner {
    padding: 40px 0px 0 0px;
}
.ab2 {
    color: white;
    width: 50%;
}
#about-2 .d-flex{
    align-items: center;
}
section#project .owl-theme .owl-nav .owl-next,section.products .owl-theme .owl-nav .owl-next{
    padding: 0px!important;
    font: inherit;
    margin: 0px 8px;
    border: none;
    background-image: url("/img/owl-next-arrow.png") !important;
    background-position: center;
    background-repeat: no-repeat;
}

section.products .owl-theme .owl-nav .owl-prev, section#project .owl-theme .owl-nav .owl-prev{
    padding: 0px!important;
    font: inherit;
    margin: 0px 8px;
    border: none;
    background-image: url("/img/owl-prev-arrow.png") !important;
    background-position: center;
    background-repeat: no-repeat;
}
section#project .owl-theme .owl-nav .owl-next:hover,
section.products .owl-theme .owl-nav .owl-next:hover,
section.products .owl-theme .owl-nav .owl-prev:hover,
section#project .owl-theme .owl-nav .owl-prev:hover,
#about-2 .owl-theme .owl-nav .owl-prev:hover,
#about-2 .owl-theme .owl-nav .owl-next:hover{
    background-repeat: no-repeat;
}
#project .owl-carousel .owl-nav button.owl-next span, #project .owl-carousel .owl-nav button.owl-prev span, .products .owl-carousel .owl-nav button.owl-next span, .products .owl-carousel .owl-nav button.owl-prev span,#about-2 .owl-theme .owl-nav .owl-prev span, #about-2 .owl-theme .owl-nav .owl-next span {
    display: none;
}
#about-2 .owl-theme .owl-nav .owl-prev{
    padding: 0px!important;
    font: inherit;
    margin: 0px 8px;
    border: none;
    background-image: url("/img/white-prev-arrow.png") !important;
    background-position: center;
    background-repeat: no-repeat;
}
#about-2 .owl-theme .owl-nav .owl-next{
    padding: 0px!important;
    font: inherit;
    margin: 0px 8px;
    border: none;
    background-image: url("/img/white-next-arrow.png") !important;
    background-position: center;
    background-repeat: no-repeat;
}
.eps1-right p {
    font-size: 16px;
}
footer .social .d-flex-2 img {
    width: 45px;
}
#about-2 .owl-theme .owl-nav {
    bottom: 35px;
}
/* Contact */
.form-group{
    border: 1px solid #ddd;
    overflow: hidden;
}
.form-left{
    background: #ddd;
    float: left;
    width: 25%;
    min-height: 60px;
    padding: 0px 20px;
    text-align: center;
}
.form-left label{
  transform: translateY(60%);  
  font-weight: bold;
  margin-bottom: 0px;
}
.form-right{
    float: right;
    width: 75%;
    padding: 10px 15px;
}
.form-right .form-control{
    border-radius: 0px;
}
.en-ht{
    min-height: 202px;
}
.contact1-left{
    margin-right: -15px;
}
.contact1-right{
    background: url(/img/contact-bg.png),#00347f;
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    margin-left: -15px;
    min-height: 450px;
    color: #fff;
    padding: 100px 25px 40px;
    /*font-family: 'PT Sans Narrow', sans-serif;*/
    font-size: 20px;
}
.contact2-left{
    background: url(/img/contact-bg.png),#00347f;
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
    margin-right: -15px;
    min-height: 450px;
    color: #fff;
    padding: 160px 25px 40px;
    /*font-family: 'PT Sans Narrow', sans-serif;*/
    font-size: 20px;
}
.contact2-right{
    margin-left: -15px;
}
.contact1-right h3,.contact2-left h3{
    padding-bottom: 30px;
}
.contact1-right h5,.contact2-left h5{
    /*font-family: 'PT Sans Narrow', sans-serif;*/
    font-size: 20px;
    padding-top: 15px;
}
.contact1-right a,.contact2-left a{
    color: #fff;
}
.ctn-email{
    padding-top: 15px;
}
.btnsubmit{
    background: #003e97;
    color: #fff;
    /*font-family: 'PT Sans Narrow', sans-serif;*/
    font-size: 25px;
    border: 0px;
    padding: 8px 25px;
    float: right;
    border-radius: 3px;
}
#air2 p {
    font-size: 17px;
}
.air1-right ol, .air1-left ul {
    font-size: 16px;
}
.air3-img2{
    margin-top: 15px;
}
/*About Us*/
.about-us ul.breadcrumbs,.projects ul.breadcrumbs,.metal-decoration ul.breadcrumbs{
    text-align: left;    
}
.about-us .breadcrumb,.metal-decoration .breadcrumb{
    margin-bottom: 0px;
}
.about-us .breadcrumb{
    background: #f0f1f2;
}
#about-1{
    background: url(/img/Background-01.png) no-repeat,#eaeaea;
    background-size: cover;
    background-position: 0 26%;
    padding-bottom: 70px;
}
.ab1-left h3,.ab1-right h3{
    font-family: 'PT Sans', sans-serif;
    font-size: 30px;
    color: #003e97;
    margin-bottom: 30px;
    font-weight: 900;
    padding-top: 40px;
}
.hidden{
    display: none;
}
.about-us .readmore{
    float: right;
    border:  0px;
}
.about-us .readmore:focus{
    outline: 0px;
}
#about-2{
    background: #00347f;
}
#about-2 .ab2-left{
    margin-left: -15px;
    padding-right: 35px;
}
.ab2-right-inner{
    max-width: 380px;
    width: 100%;
    padding: 100px 0px 0 0px;
    line-height: 1.6;
    color: #fff;
}
.ab2-right{
    background: url(/img/bg-logo/header-new.png) no-repeat right bottom,#00347f;
    background-size: 350px;
}
.ab2-right-inner p{
    line-height: 35px;
}
.ab2-right-inner .owl-dots{
    display: none;
}
#about-2 .owl-dots{
    display: none;
}
#about-2 .owl-theme .owl-nav {
    margin-top: 0px;
    position: absolute;
    right: -50%;
    bottom: 45px;
}
#about-2 .owl-theme .owl-nav [class*=owl-] {
    padding: 15px!important;
    font: inherit;
    margin: 0px 15px;
    height: 40px;
    width: 40px;
    margin-top: 30px;
}
#about-2 .owl-carousel .owl-nav button:focus {
    outline: 0px;
}
#about-2 .owl-theme .owl-nav [class*=owl-]:hover{
    background: transparent;
}
#about-3{
    margin-top: 60px;
}
#about-4{
    margin-top: 70px;
}
#about-4 h3{
    /*font-family: 'PT Sans', sans-serif;*/
    font-size: 30px;
    color: #003e97;
    margin-bottom: 50px;
    font-weight: 900;
}
.about-tect{
    position: relative;
}
.btn-border{
    display: block;
    border: 1px solid #fff;
    padding: 3px;
    border-radius: 50%;
    position: absolute;
    bottom: 32px;
    left: 46%;
}
.about-tectbtn{    
    color: #333;
    background: #fff;
    border-radius: 50%;
    padding: 7px;
    trasition: 0.5s ease;
    display: block;
}
.about-tectbtn:hover{
    background: var(--major-color);
    color: #fff;
}
/*Projects*/
.projects{
    background: #e9ecef;
    padding-bottom: 30px;
}
#project1 #faq .card {  
  border: 0;
}
#project1 #faq .card .card-header {
    border: 0;
    /*-webkit-box-shadow: 0 0 20px 0 rgb(213 213 213 / 50%);
    box-shadow: 0 0 20px 0 rgb(233 236 239);*/
    border-radius: 2px;
    padding: 0;
    background: #e9ecef;
    /*background: url('/img/header-shape.png'), #6DB3F2;*/
}
#project1 #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: url(/img/a&g-korea-grey.png), #cbcbcb;
    background-size: 130px 47px;
    background-position: 89% center;
    background-repeat: no-repeat;
    padding: 7px 20px;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
}
#project1 #faq .card .card-header .btn-header-link:after {
  content: "\f106";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 10px 10px;
  line-height: 10px;
  position: absolute;
  top: 6px;
  right: 15px;
}
#project1 #faq .card .card-header .btn-header-link.collapsed {
    background: url(/img/bg-logo/header-new.png), #00347f;
    background-size: 140px 55px;
    background-position: 89% bottom;
    background-repeat: no-repeat;
    color: #fff;
}
#project1 #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f107";
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 10px 10px;
  line-height: 10px;
}
#project1 #faq .card .collapsing {
  background: #00347f;
  line-height: 30px;
}
#project1 #faq .card .collapse {
  border: 0;
}
#project1 #faq .card .collapse.show {
    background: #e9ecef;
    line-height: 30px;
    color: #fff;
    border-radius: 3px;
}
#project1 #faq .card-body{
    background: url(/img/bg-logo/header-new.png), #00347f;
    background-size: auto;
    background-position: 93% bottom;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    border-radius: 3px;
    padding: 0px 15px;
}
#project1 #faq .card-body p{
    font-size: 20px;
}
.pro-less-left{
    padding-right: 0px;
}
.btn.focus, .btn:focus{
    box-shadow: none;
}
.pro-second-title{
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 30px;
}
/*EPS Sandwich Panel*/
.eps-sandwich{
    /*font-family: 'PT Sans Narrow', sans-serif;*/
}
.eps-sandwich .breadcrumb{
    background: transparent;
}
.eps-sandwich ul.breadcrumbs{
    text-align: left;    
}
#project3 .table-bordered td:first-child{
    font-family: 'Helvetica';
    font-size: 17px;
}
.project-title{    
    font-weight: 600;
    /*font-family: 'PT Sans Narrow', sans-serif;*/
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    overflow: hidden;
    padding-top: 10px;
    padding-left: 10px;
    /*height: 38px;*/
    z-index: 9;
    overflow: hidden;
}
.project-title:before{
    content: "";
    position: absolute;
    width: 109px;
    height: 17px;
    top: -30%;
    left: -29px;
    padding-top: 0px;
    z-index: -1;
    background: #7f99bf;
    transform: rotate(-70deg);
    
}
.project-title:after{
    position: absolute;
    content: "";
    bottom: 0px;
    width: 100%;
    height: 1px;
    background: transparent;
    left: 7px;
}

#project1 p.mmfont{
    font-size: 16px;
}
#project2{
    background: #ddd;
    margin: 50px 0px;
    padding: 50px 0px;
}
#project2 h4{
    text-align: center;
    padding-bottom: 40px;
    font-size: 20px;
}
.eps-color-img-wrap{
    text-align: center;
}
.small-circle {
    border: 2px solid #b1adad;
    position: absolute;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    top: 105px;
    left: 29%;
}
.cir2{
    top: 112px;
    left: 29%;
}
.cir3{
    top: 131px;
    left: 32%;
}
.eps-color-img img{
    border: 5px solid #b1adad;
    border-radius: 50%;
    margin-top: 40px;
    width: 90px;
    height: 90px;
}
#project3 h5{
    position: relative;
    vertical-align: bottom;
    bottom: -52px;
    /*font-family: 'Helvetica';*/
}
.flame-retardant{
    /*font-family: 'PT Sans Narrow', sans-serif;*/
}
.flame-retardant .breadcrumb{
    background: transparent;
}
.flame-retardant ul.breadcrumbs{
    text-align: left;    
}
/* .eps-third{
    border: 1px solid #ddd;
} */
.eps1{
    padding: 40px 0px;
    background: url(/img/a&g-korea-grey2.png) no-repeat right bottom,#eaeaea;
    background-size: 350px;
    background-position-x: 75%;
}
.eps2{
    padding: 40px 0px;
    background: url(/img/a&g-korea-grey2.png) no-repeat right bottom;
    background-size: 350px;
    background-position-x: 25%;
}
.eps2{
    padding: 40px 0px;
}
.metal-decoration .breadcrumb{
    background: transparent;
}
#metal1{
    background: url(/img/Background-01.png) no-repeat,#eaeaea;
    background-size: cover;
    padding-bottom: 50px;
}
#metal3{
    background: url(/img/Background-01.png) no-repeat,#eaeaea;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}
.air1-left ul{
    padding-left: 15px;
    list-style: none;
    font-size: 17px;
    margin-bottom: 7px;
    overflow: hidden;
    font-weight: 500;
}
.air1-left ul li{
    float: left;
}
.air1-right h5{
    /*font-family: 'PT Sans Narrow', sans-serif;*/
    font-weight: 600;
}
.air1-right ol{
    padding-left: 15px;   
    font-size: 17px; 
}
.air1-right ol.mmfont,#air2 p.mmfont{
    font-size: 16px;
}
.air-ventilator ul.breadcrumbs{
    text-align: left;    
}
.air-ventilator .breadcrumb{
    margin-bottom: 0px;
    background: transparent;
}
#air1{
    background: url(/img/Background-01.png) no-repeat,#eaeaea;
    background-size: cover;
    padding-bottom: 50px;
}

#air2{
    padding: 40px 0px;
}
.air2-title {
    position: relative;
    overflow: hidden;
    padding: 7px 10px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-top: 15px;
}
.air2-title::before {
    content: "";
    position: absolute;
    width: 325px;
    height: 122px;
    top: -50%;
    left: -63%;
    z-index: -1;
    background: #003e97;
    transform: rotate(-60deg);
}
.mobile-language{
    display: none;
}
.scrollTop i {
    margin-top: 1px;
    font-size: 30px;
}
.scrollTop {
    text-decoration: none;
    cursor: pointer;
    background-color: #003e97;
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    display: none;
    z-index: 100;
    font-size: 20px;
    text-align: center;
    border-style: solid;
    border-color: #ffffff;
    justify-content: center;
    border-radius: 50px;
    align-items: center;
    color: #fff;
}
@media (max-width: 1920px ) and (min-width: 1840px ){
 header .container {
    max-width: 1800px;
} 
}
@media (max-width: 1840px ) and (min-width: 1740px ){
 header .container {
    max-width: 1700px;
} 
}
@media (max-width: 1740px ) and (min-width: 1640px ){
 header .container {
    max-width: 1600px;
} 
}
@media (max-width: 1640px ) and (min-width: 1540px ){
 header .container {
    max-width: 1500px;
} 
}
@media (max-width: 1540px ) and (min-width: 1440px ){
 header .container {
    max-width: 1400px;
} 
}
@media (max-width: 1440px ) and (min-width: 1340px ){
 header .container {
    max-width: 1300px;
} 
.project-inner-wrap:hover .project-txt{
    bottom: 15px;    
}
}
@media (min-width: 1600px){
.ab2-right-inner {
    padding: 100px 0px 0 0px;
}
.ab2-right-inner {
    padding: 90px 0px 0 0px;
}
}
@media (max-width: 1250px)and (min-width: 1100px){
#about-2 .owl-theme .owl-nav {
    bottom: 0px;
}
.air3-img1 {
    margin-top: 85px;
}
}
@media (max-width:1100px){
header .navbar-nav>li>a{
    font-size: 17px;
}
.pro-img .front{
    top: 150px;
}
.cir2 {
    top: 93px;
    left: 29%;
}
.small-circle {
    top: 89px;
    left: 28%;
}
.cir3 {
    top: 108px;
    left: 32%;
}
.navbar-light .navbar-brand {
    width: auto;
}
}
@media (max-width: 1199px) and (min-width: 992px){
h1{
    font-size: 34px;
}
h2{
    font-size: 30px;
}
h3{
    font-size: 26px;
}
h4{
    font-size: 22px;
}
h5{
    font-size: 18px;
}
h6{
    font-size: 16px;
}
p{  
    line-height: 27px !important;
    font-size: 15px !important;
}
header .navbar-nav>li>a {
    font-size: 18px;
    padding: 40px 15px 25px !important;
}
.navbar-light .navbar-brand img {
    max-width: 60%;
}
#current-lang {
    padding: 40px 15px 25px !important;
}
.product-arrow-btn,.product-wrap a:hover .product-arrow-btn  {
    width: 35px;
    height: 35px;
    margin-bottom: 20px;
}
.eps-sandwich-video .about-videos {
    min-height: 218px;
}
section.about .heading {
    font-size: 26px;
}
section.products .heading h5 {
    font-size: 26px;
}
.products .heading img {
    max-width: 20%;
}
.pro-body,.product-wrap a:hover .pro-body {
    min-height: 188px;
}
#project h3.heading {
    font-size: 26px;
    padding-bottom: 25px;
}
.project-title {
    font-size: 24px;
}
#hq img {
    max-width: 40%;
}
.footer-logo {
    width: 30%;
}
#hq {
    padding: 15px 0px;
}
footer{
    font-size: 14px;
}
.ab2-right-inner {
    padding: 20px 0px 0 0px;
}
#project1 p {
    font-size: 15px;
}
#project3 .table-bordered td:first-child {
    font-size: 15px;
}
.eps1-right p, .eps2-left p{
    font-size: 15px;
}
.readmore, .readmore1, .readmore2 {
    font-size: 15px;
}
#air2 p {
    font-size: 15px;
    line-height: 27px;
}
#project1 #faq .card-body p {
    font-size: 15px;
}
.metal-para p{
    padding-bottom: 15px;
    font-size: 15px;
}
.air1-right ol,.air1-left ul li {
    padding-left: 15px;
    font-size: 15px;
}
footer .social a {
    font-size: 15px;
}
footer .social .d-flex-2 img {
    width: 40px;
    height: 40px;
}
.pro-second-title {
     padding-bottom: 0px !important;
}
#project1 #faq .card-body .row {
    align-items: center;
}
.products .owl-theme .owl-nav {
    top: -60px;
}
#project .owl-theme .owl-nav{
    top: -80px;
}
.carousel-indicators {
    bottom: 0px;
}
#about-2 .owl-theme .owl-nav {
    bottom: 15px;
}
#about-2 .owl-theme .owl-nav [class*=owl-] {
    margin: 0px 7px;
}
.form-control::placeholder {
    font-size: 15px;
}
.btnsubmit {
    font-size: 20px;
}
.air3-img1 {
    margin-top: 20px;
}
.air3-img2{
    margin-top: 32px;
}
.ab2-right-inner.mmfont {
    padding: 20px 0px 0 0px;
}
#about-2 .owl-theme .owl-nav {
    bottom: 15px !important;
    right: -48%
}
.air3-img1 {
    margin-top: 35px;
}
.air3-img2 {
    margin-top: 32px;
}
}
@media (max-width:1024px){
.ab2-right-inner {
    max-width: 100%;
    padding: 15px 0px 0 0px;
}
#about-2 .ab2-left {
    margin-left: -15px;
    padding-right: 0px;
    display: flex;
}
#about-2 .owl-theme .owl-nav [class*=owl-]{
    margin-top: 0px;
}
.air2-title{
    background: #00347f;
    font-size: 11px;
}
.air2-title:before{
    content: none;
}
.mmfont{
    font-size: 15px!important;
}
#project1 #faq .card-body p {
    font-size: 18px;
    padding-bottom: 0px;
}
.products .owl-theme .owl-nav {
    margin-top: 10px;
    position: absolute;
    right: 0px;
    top: -58px;
}
.pro-body h5 {
    font-size: 14px;
}
}
@media (max-width:960px){
.mm-menu_offcanvas.mm-menu_opened {
    display: block;
    z-index: 999;
}
#mm-2 .mm-listview li:last-child{
    display: block!important;
}
.mm-listview li:last-child{
    display: none;
}
.mm-navbar__title{
    font-size: 23px;
    color: #fff!important;
}
.navbar-light .navbar-toggler{
    color: #fff;
    border-color: #fff;
}
header .navbar-nav>li>a{
    padding: 10px 10px 10px !important;
    text-align: left;
}
#navbarNav .navbar-nav .dropdown-menu{
    margin-top: 0px;
}
#navbarNav .navbar-nav .dropdown-menu{
    padding: 5px 15px 6px;
    margin: 0px 7px;
}
.menu-language{
    display: none;
}
.mobile-language{
    display: block;
}
.mobile-language .navbar-nav{
    background: none;
    width: 6rem;
}
.mb-lan{
    position: absolute;
    right: 30px;
    background: rgb(0 123 255 / 50%);
    z-index: 99;
}
.home-lan{
    left: 105px!important;
    right: auto;
}
.mb-lan #current-lang{
    padding: 10px 20px!important;    
}
.mb-lan .dropdown-menu.show{
    margin-top: -6px;
    min-width: 5rem;
}
.mb-lan .dropdown-menu.show .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
}
section.about{
    text-align: center;
}
section.about p{
    text-align: left;
}
.home-sec1{
    width: 50%;
    margin: 0px auto;
    padding-top: 30px;
}
.project-inner-wrap img {
    max-height: 310px;
}
section.benefits .right-col {    
    padding: 60px 0;
}
.product-wrap {
    margin-top: 30px;
}

footer .social .d-flex {
    margin-bottom: 15px;
}
footer .social .d-flex img {
    margin-right: 15px;
    width: 15px;
}
.small-circle {
    top: 57px;
    left: 28%;
}
.cir3 {
    top: 73px;
}
.project-title{
    font-size: 24px;
}
.pro-img .img-fluid {
    height: 200px;
    width: 100%;
}
.pro-img .front {
    top: 167px;
    width: 100%;
}
#project3 h5 {
    bottom: -12px;
    font-size: 18px;
}
#project3 .mmfont td:first-child,#project3 .mmfont td {
    font-size: 16px;
}
.eps-sandwich-video .about-videos {
    min-height: 157px;
}
.air3-img1 {
    margin-top: 32px;
}
.air3-img2{
    margin-top: 0px;
}
.air1-left img{
    margin-top: 50px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
h1{
    font-size: 30px;
}
h2{
    font-size: 28px;
}
h3{
    font-size: 22px;
}
h4{
    font-size: 20px;
}
h5{
    font-size: 17px;
}
h6{
    font-size: 15px;
}
p{
    font-size: 14px !important;
    line-height: 26px !important;
}
.visible-sm{
    display: block;
}
.pro-body ,.product-wrap a:hover .pro-body{
    margin-top: -45px;
}
.navbar-light .navbar-brand img {
    max-width: 50%;
}
.carousel-indicators {
    bottom: -31px;
}
.carousel-indicators li {
    top: 0px;
}
section.about {
    padding: 40px 0 40px;
}
section.about .heading {
    font-size: 25px;
    margin-bottom: 20px;
}
section.benefits .right-col {
    padding: 50px 0;
}
section.products .heading h5{
    font-size: 25px;
}
.products .heading img {
    max-width: 25%;
}
section.products {
    padding: 40px 0;
}
#project h3.heading {
    font-size: 25px;
    padding-bottom: 20px;
}
#project .owl-theme .owl-nav {
    margin-top: 30px;
}
#hq img {
    max-width: 50%;
}
.footer-logo {
    width: 30%;
}
footer {
    font-size: 14px;
}
.copyright {
    font-size: 13px;
    margin-top: 80px;
}
.aboutlogo, .techlogo {
    margin-top: 15px !important;
}
.ab2-right-inner {
    padding: 10px 0px 0 0px;
}
.ab2-right-inner p {
    line-height: 26px;
}
#about-2 .owl-theme .owl-nav {
    right: -38%;
    bottom: -10px;
}
#about-2 .owl-theme .owl-nav [class*=owl-] {
    padding: 12px!important;
    font: inherit;
    margin: 0px 5px;
    font-size: 10px;
    height: 30px;
    width: 30px;
}    
#about-2 .owl-carousel .owl-nav button.owl-next span, #about-2 .owl-carousel .owl-nav button.owl-prev span {
    font-size: 30px;
}
#about-4 {
    margin-top: 40px;
    margin-bottom: 40px;
}
#about-4 h3 {
    font-size: 25px;
    margin-bottom: 20px;
}
#project1 p {
    font-size: 14px;
    padding-bottom: 30px;
}
#project3 h5 {
    bottom: -14px;
    font-size: 15px;
}
#project3 .table-bordered td:first-child {
    font-size: 14px;
}
#project3 .table-bordered td {
    font-size: 14px;
}
.project-title {
    font-size: 22px;
    padding-left: 10px;
    margin-bottom: 10px;
}
.project-title:before{
    left: -30px;
}
.eps1-right p, .eps2-left p{
    font-size: 14px;
}
.readmore, .readmore1, .readmore2 {
    font-size: 14px;
    padding: 4px 10px 5px;
}
.metal-para p{
        padding-bottom: 15px;
        font-size: 14px;
}
.mt-5, .my-5 {
    margin-top: 2rem!important;
}
#metal3 {
    padding-top: 30px;
}
.air1-right ol,.air1-left ul li,#air2 p {
    padding-left: 15px;
    font-size: 14px;
}
#air2 {
    padding: 30px 0px;
}
#project1 h2{
    font-size: 25px;
}
#project1 #faq .card .card-header .btn-header-link.collapsed {
    font-size: 17px;
}
#project1 #faq .card-body p {
    font-size: 14px;
}
.contact2-left p, .contact2-right p{
    font-size: 14px;
}
footer .social a {
    font-size: 14px;
}
.about-tectbtn {
    padding: 2px;
    font-size: 12px;
    width: 30px;
    height: 30px;
}
.btn-border {
    bottom:22px;
}
.ab2-right {
    background: url(/img/bg-logo/header-new.png) no-repeat right bottom,#00347f;
}
.eps1 {
    background-position-x: 90%;
}
.eps2 {
    background-position-x: 10%;
}
.half-container {
    padding: 0 25px 0 25px;
}
.ab2-right-inner {
    padding: 20px 0px 60px 0px;
}
#about-2 .owl-theme .owl-nav {
    bottom: 0px;
}
#about-2 .d-flex{
    align-items: center;
}
.aboutlogo, .techlogo {
    margin-top: 5px !important;
}
footer .social .d-flex-2 img {
    width: 40px;
    height: 40px;
}
.pro-second-title {
    padding-bottom: 0px !important;
}
#project1 #faq .card-body .row{
    align-items: center;
}
footer {
    padding: 20px 0 25px;
}
#hq {
    padding: 5px 0px;
}
.form-left label {
    font-size: 15px;
}
.form-control::placeholder {
    font-size: 14px;
}
.form-left {
    min-height: 50px;
}
.form-left label {
    transform: translateY(40%);
}
.form-right {
    padding: 6px 15px;
}
.btnsubmit {
    font-size: 20px;
}
.ab2-right-inner {
    padding: 0px 0px 0px 0px;
}
#about-2 .owl-theme .owl-nav {
    right: -48%;
    bottom:-3px;
}
#about-2 .owl-theme .owl-nav .owl-prev,#about-2 .owl-theme .owl-nav .owl-next {
    width: 35px;
    height: 35px;
}
#about-2 .owl-theme .owl-nav .owl-prev:hover,
#about-2 .owl-theme .owl-nav .owl-next:hover{
    width: 35px;
    height: 35px;
    background-position: center;
}
.ab2-right-inner p {
    line-height: 23px !important;
}
.margin-top-tablet {
    margin-top: -15px !important;
}
.ab1-left p{
    text-align: justify;
}
footer .social .d-flex-2 img {
    width: 40px !important;
    height: 40px;
}
#about-2 .owl-theme .owl-nav .owl-prev{
    padding: 0px!important;
    font: inherit;
    margin: 0px 8px;
    border: none;
    background-image: url("/img/pro-blue-prev.png") !important;
    background-position: center;
    background-repeat: no-repeat;
}
#about-2 .owl-theme .owl-nav .owl-next{
    padding: 0px!important;
    font: inherit;
    margin: 0px 8px;
    border: none;
    background-image: url("/img/pro-blue.png") !important;
    background-position: center;
    background-repeat: no-repeat;
}
.air1-right ol, .air1-left ul li, #air2 p {
    font-size: 14px;
}
.air3-img2 {
    margin-top: -11px;
}
}
@media (max-width: 800px){
.home-lan {
    left: 60px!important;
    right: auto;
}
}
@media (max-width: 786px){
.mm-menu_offcanvas.mm-menu_opened {
    display: block;
    z-index: 999;
}
#mm-2 .mm-listview li:last-child{
    display: block!important;
}
.mm-listview li:last-child{
    display: none;
}
.mm-navbar__title{
    font-size: 23px;
    color: #00347f!important;
}
.about-us .readmore {
    float: left;
    border: 0px;
}
.ab1-left h3, .ab1-right h3 {
    margin-bottom: 15px;
    padding-top: 20px;
}
.ab1-right img,.ab2-left img{
    width: 100%;
}
#about-1 {
    padding-bottom: 50px;
}
#about-3 {
    margin-top: 0px;
}
#about-2 .ab2-left {
    margin-left: 0px;
    padding-left: 0px;
    /* margin-right: -36px; */
    display: flex;
    width: 100%;
    padding-right: 0px;
}
.breadcrumb{
    padding: 0px 0px 10px;
}
.mmfont{
    font-size: 14px!important;
}
.mb-lan{
    right: 30px;
}
.home-lan{
    left: 30px!important;
    right: auto;
}
#project3 h5 {
    bottom: -14px;
    font-size: 16px;
}
}

@media(max-width: 767px){
.carousel-indicators {
    bottom: -31px;
}
section.about .heading,#project h3.heading{
    font-size: 28px;
}
.air1-left img{
    margin-top: 0px;
}
.heading .aboutlogo{
    max-width: 35%;
}
.products .owl-theme .owl-nav {
    top: -50px;
}
#project .owl-theme .owl-nav {
    top: -90px;
}
.visible-xs{
    display: block;
}
.pro-body ,.product-wrap a:hover .pro-body{
    margin-top: -40px;
}

.eps-product-photo .col-sm-4{
    margin-bottom: 10px;
}
.navbar-light .navbar-brand {
    width: 60%;
}
header .navbar {
    display: flex;
    align-items: center;
}
.navbar-light .navbar-brand img {
    float: left;
}
.mm-navbars_top>.mm-navbar img {
    max-width: 65%;
}
footer .social .d-flex img {
    margin-right: 15px;
    width: 15px;
    height: 15px;
}
#about-2 .owl-theme .owl-nav {
    right: 29%;
    bottom: 0px;
}
.small-circle {
    top: 40px;
    left: 27%;
}
.cir3 {
    top: 50px;
}
.project-title{
    padding-left: 17px;
}
.project-title:before {
    left: -24px;
}
.eps-color-img img {
    border: 3px solid #b1adad;
    width: 50px;
    height: 50px;
}
.air1-left,.air3-img{
    text-align: center;
}
.pro-less-left {
    padding-right: 15px;
}
#project1 #faq .card-body{
    padding: 15px;
}
.ab2-right-inner {
    padding: 0px 0px 0px 0px;
}
.product-wrap{
    margin-top: 0px;
}
.products .owl-theme .owl-nav{
    top: -70px;
}
footer .social .d-flex-2 img {
    width: 35px !important;
    height: 35px;
}
footer .social a {
    font-size: 14px;
}
#about-2 .owl-theme .owl-nav {
    right: 29%;
    bottom: 0px;
}
#about-2 .owl-theme .owl-nav .owl-prev{
    padding: 0px!important;
    font: inherit;
    margin: 0px 8px;
    border: none;
    background-image: url("/img/pro-blue-prev.png") !important;
    background-position: center;
    background-repeat: no-repeat;
}
#about-2 .owl-theme .owl-nav .owl-next{
    padding: 0px!important;
    font: inherit;
    margin: 0px 8px;
    border: none;
    background-image: url("/img/pro-blue.png") !important;
    background-position: center;
    background-repeat: no-repeat;
}
.eps1-right p, .eps2-left p{
    font-size: 14px !important;
    margin-bottom: 10px;
}
.air1-left ul, .air1-right ol, #project1 p {
    font-size: 14px;
}
#air2 p {
    font-size: 14px;
}
}
@media (max-width: 600px){
.ab2-right-inner {
    max-width: 100%;
    padding: 15px 0px 15px 0px;
}
.ab2-right-inner p {
    line-height: 27px;
    font-size: 14px;
}
#about-2 .owl-carousel .owl-nav button.owl-next span, #about-2 .owl-carousel .owl-nav button.owl-prev span {
    position: relative;
    top: -11px;
    font-size: 42px;
    left: -5px;
    color: #fff;
    line-height: 20px;
}
#about-4 {
    margin-top: 45px;
}
#about-4 h3{
    margin-bottom: 40px;
}
#about-3 {
    margin-top: 30px;
}
}
@media (max-width: 500px){
section.products .heading h5 {
    padding-bottom: 0px;
    font-size: 20px;
}
.banner .img-fluid{
    min-height: 200px;
}
section.benefits .left-col{
    min-height: 250px;
}
.half-container {
    padding: 0 20px;
}
.d-flex {
    display: block!important;
}
section.benefits .right-col {
    padding: 30px 0;
}
section.about .heading {
    text-align: left;
    margin-bottom: 20px;
}
.pro-button {
    margin-top: 10px;
}
.pro-img .front {
    top: 123px;
}
section.about {
    padding: 40px 0 40px;
}
section.about .heading {
    font-size: 25px;
}
.home-sec1 {
    width: 70%;
}
.pro-img .front {
    top: inherit;
    bottom: -2px;
}
footer .social .d-flex {
    margin-bottom: 15px;
    display: flex!important;
}
.col-left{
    width: 11%;
    float: left;
}
.col-right{
    width: 89%;
    float: right;
}
footer .social .d-flex img {
    margin-right: 27px;
    width: 15px;
}
#project h3.heading{
    font-size: 25px;
}
.project-txt h3{
    font-size: 20px;
    padding-top: 10px;
}
section.products {
    padding: 30px 0;
}
.air2-img{
    text-align: center;
}
ul.breadcrumbs{
    margin-top: 50px;
}
ul.breadcrumbs li a {
    line-height: 20px;
    font-size: 14px;
}
ul.breadcrumbs li {
    padding: 0px 0px 0px;
}
.project-title{
    font-size: 19px;
    padding-left: 10px;
}
.project-title:before{
    left: -30px;
}
.eps-third{
    padding: 15px 0px;
}
#air2 p {
    font-size: 16px;
    line-height: 25px;
}
.small-circle {
    top: 125px;
    left: 30%;
}
.cir3 {
    top: 152px;
    left: 33%;
}
.eps-color-img img{
    margin-top: 0px;
    margin-bottom: 20px;
}
.xs-margin {
    margin-bottom: 15px;
}
.contact1-left,.contact2-left {
    margin-right: 0px;
}
.contact1-right,.contact2-right{
    margin-left: 0px;
}
.btnsubmit{
    float: none;
    margin-top: 20px; 
}
.air2-title {
    width: 35%;
    margin: 0px auto;
}
.eps2-right{
    text-align: center;
}
.eps1 .row{
    flex-direction: column-reverse;
}
.eps1 .readmore{
    margin-bottom: 20px;
}
#about-2 .owl-theme .owl-nav {
    right: 35%;
    bottom: 0px;
}
.mb-lan {
    position: absolute;
    left: auto;
}
.ab2-right-inner p{
    padding: 15px;
}
.aboutlogo{
    margin: 15px 0px 25px 0px!important;
}
.ab2-right-inner {
    padding: 20px 0px 20px 0px;
}
.techlogo {
    margin: 35px 0px 25px 0px!important;
    width: 60%!important;
}
#project3 h5 {
    bottom: -5px;
    font-size: 16px;
}
.air1-left img,.air3-img img{
    width: 60%;
}
.pro-less-left{
    text-align: center;
}
.contact ul.breadcrumbs{
    margin-top: 0px;
}
.contact1-right,.contact2-left{
    min-height: auto;
    padding: 30px 25px 30px;
}
.contact1-right h3, .contact2-left h3 {
    padding-bottom: 10px;
}
.form-left label{
    transform: translateY(50%);
}
.form-left{
    padding: 0px 15px;
    width: 100%;
    min-height: 50px;
    text-align: left;
}
.form-right{
    padding: 0px;
    width: 100%;
    min-height: 50px;
    text-align: left;
}
.en-ht {
    min-height: 60px;
}
.form-right textarea{
    height: 100px!important;
}
.form-right .form-control {
    min-height: 50px;
}
#about-2 .owl-theme .owl-nav {
    right: 35%;
    bottom: 0px;
}
.products .owl-theme .owl-nav{
    top: -70px;
}
}
@media (max-width: 425px){
.cir3 {
    top: 150px!important;
    left: 33%!important;
}  
.small-circle {
    top: 127px;
    left: 29%;
} 
.mb-lan #current-lang{
    padding: 5px 20px!important;
}
.mb-lan .dropdown-menu.show {
    padding: 0px;
}
.eps1-right p, .eps2-left {
    font-size: 15px;
    line-height: 25px;
}
.air3-img1 {
    margin-top: 0px;
}
.air3-img2 {
    width: 70%;
    margin: 0px auto;
}
.carousel-indicators li {
    border-radius: 50% !important;
    width: 7px;
    height: 7px;
    top: -11px;
    margin: 0 5px 5px 5px;
}
.cir1{
    left: 30%;
    top: 115px;
}
}
@media (max-width: 400px){
.cir1 {
    left: 29%;
    top: 111px;
}
.cir2{
    top: 115px;
}
.cir3 {
    top: 135px!important;
}
}
@media (max-width: 375px){
header .navbar{
    display: block;
}
.navbar-light .navbar-brand {
    width: 88%;
}
.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    width: 100%;
    margin-right: 0px;
    text-align: center;
}
.navbar-light .navbar-toggler{
    border: 0px;
    float: right;
    padding: 0px;
}
.navbar-toggler {
    padding: 0px;
}
.col-left {
    width: 12%;
    float: left;
}
.col-right {
    width: 88%;
    float: right;
}
#navbarNav .navbar-nav .dropdown-menu {
    padding: 5px 8px 6px;
    margin: 0px 7px;
}
#navbarNav .navbar-nav{
    display: block;
    margin-top: 40px;
}
.project-title {
    font-size: 16px;
    margin-bottom: 15px;
}
.air1-left ul,.air1-right ol{
    font-size: 16px;
}
.small-circle {
    top: 102px !important;
    left: 29%;
}
.cir2{
    top: 112px !important;
    left: 29%;
}
.cir3 {
    top: 132px!important;
    left: 32%;
}
.navbar-light .navbar-brand {
    width: 88%;
}
.visible-xs {
    display: inline-block;
    width: 10%;
}
.hamburger{
    position: absolute;
    top: 11px;
}
}
@media (max-width: 360px) and (min-width:331px){
    .cir2 {
        top: 102px !important;
        left: 29%;
      }
      .cir3 {
        top: 122px !important;
        left: 32%;
      }
}
@media (max-width: 330px){
    .small-circle {
        top: 82px !important;
        left: 29%;
    }
    .cir2 {
        top: 92px !important;
        left: 29%;
    }
    .cir3 {
        top: 105px!important;
        left: 32%;
    }
}

@media(min-width: 1500px) and (max-width: 1700px){
    .ab2 {
    width: 60%;
}
}
@media(min-width: 1200px) and (max-width: 1499px){
    .ab2 {
    width: 80%;
}
#about-2 .owl-theme .owl-nav {
    bottom: 10px;
}
}
@media(min-width: 992px) and (max-width: 1199px){
    .ab2 {
    width: 100%;
}
#about-2 .owl-theme .owl-nav {
    bottom: 5px !important;
}
}
@media(min-width: 768px) and (max-width: 991px){
    .ab2 {
    width: 100%;
}
#about-2 .owl-theme .owl-nav {
       bottom: -7px !important;
}
.ab2.mmfont p {
    line-height: 20px !important;
}
}
@media(min-width: 0px) and (max-width: 767px){
    #about-2 .d-flex .col-sm-6{
        width: 100%;
        max-width: 100%;
    }
    #about-2 .d-flex {
    align-items: center;
    display: block !important;
}
.ab2 {
    width: 100%;
    padding: 15px 0px;
    padding-top: 0px;
}
#about-2 .owl-theme .owl-nav {
        position: relative;
    right: 0%;
    bottom: 0px;
    margin-top: 15px;
}
footer {
    padding: 30px 0 15px;
   }
}




