.montserrat-400 {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}

ul,
p {
    margin: 0px;
    padding: 0px
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

header {
    
    display: flex;
   
    flex-wrap: nowrap;
    justify-content: space-between;
    position: absolute;
    z-index: 1;
    top:0;
    left: 0;
    right: 0;
    width: 100%;
   

}

.lefthd {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

.logo {
    padding: 26px 30px;
}

.logo a img {
    width: 80px;
    height: 72px;
}

.menu {
    padding-left: 61px;
    padding-top: 59px
}

.menu ul li a {
    color: #fff;
    display: block;
    margin-right: 25px;
}

.menu ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

.telno {
    padding-top: 52px;
    padding-right: 26px;
}

.telno a {
    font-weight: 700;
    font-size: 24px;
    color: #fff;
}
.banner-img img { width: 100%;}
.banner-item{ position: relative;}
.banner-text{
    position: absolute;
     width: 100%;
     top:260px
}
.banner-text h1{ color:#fff; font-size: 52px;}
.butn{ width: 225px; height:55px; border:none; display:block; font-size: 16px; color:#fff; font-weight:500; background-color: #0A7AE6
    ;display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center; margin-top: 25px;
}
.butn:hover{background-color: #026bce}
.blue-area{
    background-color: #0A7AE6;
    color: #fff; min-height: 400px; padding-top: 100px;
    padding-bottom: 250px;
}
.blue-area h2{ font-size: 24px; font-weight: 700;}
.blue-area p{font-size: 16px; font-weight: 300;}
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper-slide {
   
  }
.box-wrap{
    position: relative;
    width: 100%;
   
}
.box-img img {
 width:100%
}
.box-txt{
    background: url("../images/black-transparent.png");
    width: 100%;
    height: 100%;
    position: absolute;
    bottom:0px;
    left:0px;
    z-index: 10;
    padding-left: 40px;
    padding-bottom: 50px;
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-end;
	align-content: flex-end;
text-align:left;
}
.box-txt p{ font-weight: 700; font-size: 24px; color: #fff;}
.sli{ margin-top: -200px; margin-bottom: 100px;}
.leader-home { }
h2, h1, p{margin:0px; padding: 0px; display: block;}
.lh-txt p{ padding-bottom: 25px;}
.leader-home h2{ font-size: 24px; font-weight: 600; color:#000; padding-bottom: 20px; padding-right: 60px;}
.leader-home p{ font-size: 16px; font-weight: 400; color:#000;}
.video img{ width: 100%;}
.lh-txt{ padding: 0px 0px 50px;}
 .cont p{font-size: 48px; font-weight: 700; color:#000;}
 .cont span{font-size: 22px;  color:#000;}
 .cont-sec{ padding-top: 60px; padding-bottom: 70px;}
 .brand{padding-top: 30px; padding-bottom: 30px;}
 .brand h2{font-size: 24px; font-weight: 600; color:#000; padding-bottom: 20px;}
 .brand p{font-size: 16px; font-weight: 300; color:#000;}
 .client-logo{display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start; padding-top: 30px; padding-bottom: 30px;}
    .client-logo-img{  padding-bottom:20px;display:  flex; min-height: 200px;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        align-content: center;
    }
    footer{ background-color:  #000;font-size: 12px;  color: #fff; padding-top: 10px; padding-bottom: 10px;}
    footer a{ font-size: 12px; color: #fff;}
    .mobilemenu { position: absolute; right: 26px;
        top: 53px; cursor: pointer;}
    .mobilemenu span{ width:50px; height: 3px;transition: all 0.3s ease-in-out; border-radius: 10px; position: relative; display: block; background-color: #fff;}
    .mobilemenu span:before{width:50px; transition: all 0.3s ease-in-out; height: 3px; content: "";border-radius: 10px; position: absolute; bottom:-24px; display: block; background-color: #fff;}
    .mobilemenu span:after{width:50px; transition: all 0.3s ease-in-out; height: 3px; content: "";border-radius: 10px; position: absolute; bottom:-12px; display: block; background-color: #fff;}
.mobilemenu { display: none;}
.mobilemenu.active :before{
    transform: rotate(-45deg);bottom: -11px;
}
.mobilemenu.active span:after{
    transform: rotate(45deg);
}
.mobilemenu.active span{
    background-color: transparent;}

    body.active{ overflow: hidden;}
    
    .telno img{ width: 35px;}
.in-txt{ top:200px}
.innerpage{ padding-top: 80px; padding-bottom: 50px;}
.innerpage p{ font-size: 18px; font-weight: 400; padding-bottom: 20px;}
.inputbx{ margin-bottom: 40px;}
.inputbx label{ font-size: 16px; display: block; padding-bottom: 10px;}
.inputbx input{ height: 50px; width: 100%; background-color: #D9D9D9; border:none}
.inputbx textarea{ height: 150px; width: 100%; background-color: #D9D9D9; border:none}
.contact{ margin-bottom: 100px;}
.inr-banner{ height: 445px; background-position: top right; background-color: #000; background-size: auto 445px; background-repeat: no-repeat;}
.innerpage h2{ font-size: 30px; padding-bottom: 30px;}   
.abt p{ padding-right: 20px;}
.innerpageimg img{ width: 100%;}
.misvvisbx{ background-color:#D9D9D9; padding: 35px; min-height: 300px;}
.misvvisbx h2{ font-size: 24px; font-weight: 600; padding-bottom: 30px;}
.misvis{ padding-top: 0px; padding-bottom: 70px;}
.misvis h2{ font-size: 24px; font-weight: 600; padding-bottom: 30px;}
.products h2{ font-size: 24px; font-weight: 600;padding-bottom: 30px;}
.prodimg{ /*height: 250px;*/ overflow: hidden; margin-bottom:20px}
.prodimg img{ width: 100%;}
.prodbx h2{font-size: 24px; font-weight: 600;padding-bottom: 15px;}
.prodbx p{font-size: 18px; font-weight: 400;padding-bottom: 10px;}
.prodbx{  position: relative;}
.products{padding-bottom: 60px;}
.client-logo-img img{ max-width: 200px;}
.client-logo-img{ }
.bluelay{background-color: #0A7AE6; color: #fff; padding: 15px; position: absolute; width: 100%; height: 60px; bottom:0px; left:0px}
.contactbutn{ margin-bottom: 25px;}
.misvvisbx{ margin-bottom: 25px;}
.prodbx{ margin-bottom: 50px;}
.client-logo{ max-width: 100%;}
.rightabsolute{ position: absolute; right:0px; top:50%; background-color: #fff; border-radius: 10px 0px 0px 10px;  z-index: 100;}
.rightabsolute a{ display: block; padding: 6px 10px; border-bottom: 1px solid #ccc;}
.cont-det h2{ font-size: 24px; padding-bottom: 20px;}
.cont-no{ padding-top: 20px;}
.prod-cat p{ font-size: 16px; font-weight: 500; padding-bottom: 20px;}
.prod-cat p a{ font-weight: 700; text-decoration: underline;}
.prod-cat ul li{ padding: 0px 20px; margin:10px 0px; position: relative;}
.prod-cat ul li a{ color:#000}
.prod-cat ul li::before{ display: block; position: absolute; left:0px; top:9px; content:""; width:5px; height: 5px; background-color:#000}
@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px;
}
} 