body{
  margin:0;
  padding:0;
}

@font-face {font-family: 'Helvetica';
  src: url("../font/HelveticaNowText-Regular.otf");
  src: url("https://fonts.googleapis.com/css?family=Helvetica:200,300,400,500,600,700,900&display=swap") format("embedded-opentype"),
  url("../font/HelveticaNowText-Regular.otf") format("truetype"),
  url("../font/HelveticaNowDisplay-Bold.otf") format("truetype"),
  url("../font/HelveticaNowDisplay-ExtraBold.otf") format("truetype"),
  url("../font/HelveticaNowText-Light.otf") format("truetype");
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Helvetica Now Text";
    src: url("../font/HelveticaNowText-Regular.otf") format("truetype");
  }
}

.all-main{
  max-width: 1920px;
  margin: auto;
  overflow-x: hidden;

}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}


.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 88%;
}
















.banner-title{
  font-size: 3.125rem;
    color: #005380;
    font-weight: 600;
    font-family: "Helvetica";
    line-height: 75px;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-left: 30px;

}

img{
  width:100%;
  height:100%;
}

.bor-left{
  border-left: 15px solid #005380;
}
.in-banner{
  margin: 0px 0px 60px 0px;
  box-shadow: 10px 10px 40px 30px #00000026;;
  height:80%;
}
.cont-button{
  background: #005380 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 40px #00000026;
  border-radius: 45px;
  outline:none !important;
  padding:15px;
  color:#fff;
  width:30%;
  border:none;
  font-weight: 600;
  font-size: 1.375rem;
  font-family: Helvetica;
  margin-top:60px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.cont-button:hover{
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.learn-button{
  border: 3px solid #005380;
  border-radius: 45px;
  outline:none !important;
  padding:12px;
  color:#005380;
  width:30%;
  margin-left:20px;
  background-color: #fff;
  font-weight: 600;
  font-size: 1.375rem;
  font-family: Helvetica;
  margin-top:60px;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.learn-button:hover{
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.mt-20{
  margin-top: 20px;
}
.mt-100{
  margin-top: 70px;
}

.bg-container{
  background-image: url('../img/in-bg.png') !important;
  background-position: center;
  padding:70px 0px;


}

.left{
  background-color: #005380;
  width:20%;
  height:240px;
  display: inline-block;
  vertical-align: top;
  padding:50px;
}
.right-bg{
  background-color: #fff;
  width:80%;
  height:240px;
  display: inline-block;
  vertical-align: top;
  margin-left: -5px;
  padding:0px 50px 0px 0px;
}
.right{
  margin-left: 40px;
  
}

.right-title{
  font-size:2.188rem;
  font-weight: 600;
  color:#005380;
  margin-top:30px;
  font-family: Helvetica;
}
.bor-bottom{
  border-bottom: 3px solid #005380;
  width:6%;
  margin:20px 0px;
}
.in-para{
  color:#005380;
  font-weight: 600;
  font-size: 0.94rem;
  text-align: justify;
  font-family: Helvetica;
}
.mt-50{
  margin-top: 50px;
}

.mt-70{
  margin-top: 70px;
}




.tile {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform .5s ease-out;
  border:1px solid #fff !important;
}
.photo-pro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform .5s ease-out;
  border:1px solid #fff !important;

}



.card{
  padding: 30px 60px;
  box-shadow: 0px 20px 50px #00000014;
    height: 100%;
    z-index: 1;
    width: 97%;
    border: 0px solid rgba(0, 0, 0, 0.125) !important;
  }
  
  .card-item-qual{
    height: 350px;
    z-index: 1;
    width: 100%;
    border: 0px solid rgba(0, 0, 0, 0.125) !important;
    overflow: hidden;
    -webkit-animation: fadeInScale 0.7s ease-in-out;
    -moz-animation: fadeInScale 0.7s ease-in-out;
    animation: fadeInScale 0.7s ease-in-out;
  }
  @keyframes fadeInScale {
    0% {
      transform: scale(0.9);
      opacity: 0;
    }
    
    100% {
      transform: scale(1);
      opacity: 1;
    }
  
  }

  .quli-img {
    opacity: 1;
    width: 100%;
    object-fit: contain;
    transition: .5s ease;
    backface-visibility: hidden;
    position: relative;
    box-shadow: 0px 20px 60px #0000001A;
  
  }
  .quli-img:hover {
    border: 0px solid;
    width: 100%;
    background-image: url(../img/icon_zoom.png);
    vertical-align: top;
    margin-bottom: 30px;
    transform: scale(1.2);
  }
.card1{
  padding: 40px 40px 0px 40px;
  box-shadow: 0px 20px 50px #00000014;
    height: 535px;
    z-index: 1;
    width: 97%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.ml-30{
  margin-left:20px;
}
.card-img{
  width:25%;
  height: 130px;
  margin: auto;
}
.card-title{
  font-size:1.875rem;
  color:#005380;
  font-weight: 600;
  text-align: center;
  font-family: Helvetica;
  margin-top: 20px;
}
.card-para{
  font-size:0.94rem;
  color:#005380;
  font-weight: 600;
  text-align: center;
  font-family: Helvetica;
  width:90%;
  margin:auto;
  height:130px;
}
.bg1-main{
  color: #fff;
  margin: -55% auto;
}
.card-button-main{
  margin:auto;
}
.card-button{
  background: #005380 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 40px #00000026;
  border-radius: 45px;
  outline:none !important;
  padding:15px 35px;
  color:#fff;
  width:100%;
  border:none;
  font-size: 1.375rem;
  margin:50px auto;
  font-family: Helvetica;
  font-weight: 600;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.card-button:hover{
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.bg-img2{
  position: relative;
}
.bg2-button{
  border: 0px solid #005380;
  border-radius: 45px;
  outline:none !important;
  padding:15px;
  color:#005380;
  width:36%;
  margin-left:20px;
  font-family:Helvetica;
  font-weight:600;
  font-size:1.375rem;
  background-color: #fff;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.bg2-button:hover{
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.main{
  position: relative;
}
.main1{
  position: relative;
  margin-top: -250px;
}
.mt--450{
  margin-top:-27%;
}
.bg2-main{
  position: absolute;
  bottom:20%;
  left: 20%;
  right:20%;
  text-align: center;
  color:#fff;
}
.bg2-para{
  margin:30px auto;
  color:#fff;
  font-weight:600;
}
.bg2-border{
  border-bottom:3px solid #fff;
  width:10%;
  margin:20px auto;
}
.bg2-title{
  font-size: 1.875rem;
  font-family:Helvetica;
  color:#fff;
  font-weight:600;
}
.footer-alink{
  color:#fff;
}
.footer-alink:hover{
  color:#fff;
  text-decoration: none;
}
.cont-alink{
  color: #005380;
  font-family:Helvetica;
}
.cont-alink:hover{
  color: #005380;
  text-decoration: none;
}
.bg-color{
  background-color: #EBF8FF;
  padding:100px 0px;
}
.cus-img-1{
  width:85%;
  height:95%;
}
.cus-img{
  width:20%;
  height:100px
}
.cus-title{
  font-size:2.188rem;
  font-family:Helvetica;
  font-weight: 600;
  color: #005380;
}
.cus-para{
  font-size:1rem;
  font-family:Helvetica;
  font-weight: 600;
  color: #005380;
  text-align: justify;
  width:90%;
}
.cusbor-bottom{
  border-bottom:4px solid #005380;
  width:20%;
  margin:10px 0px 20px 0px;
}
.bg-footercolor{
  background-color:#005380 ;
  padding:50px 0px;
}
.footer-title{
  font-size:1.25rem;
  font-family:Helvetica;
  font-weight: 600;
  color: #fff;
}
.footerbor-bottom{
  border-bottom:3px solid #fff;
  width:18%;
  margin:10px 0px 20px 0px;
}
.footer-para {
  color: #fff;
  font-size: 0.95rem;
  text-align: justify;
  width: 90%;
}
.mt-40{
  margin-top: 25px;
}
.footer-title1{
  font-size:1rem;
  font-family:Helvetica;
  font-weight: 600;
  color: #fff;
  width: 100%;
}
.footer-icon{
  width:20px;
  margin-right: 15px;
}
.footer-con{
  color:#fff;
  font-size:0.95rem;
  font-weight: 500;
  margin:20px 0px;
  font-family:Helvetica;

}
.contact-map{
  width:80%;
  height:180px;
}
.footer-map{
  width:100%;
  height:180px;
}
.footer-address{
  color:#fff;
  font-size:0.95rem;
  margin-top: 10px;
  font-family:Helvetica;

}

.footer-title2{
  font-size:1rem;
  font-family:Helvetica;
  font-weight: 600;
  color: #fff;
  margin-top:30px;
}
.footer-2{
  font-size:0.95rem;
  font-family:Helvetica;
  font-weight: 400;
  color: #fff;
  margin-top:30px;
}





.tab {
  overflow: hidden;
  /* border: 1px solid #ccc; */
  background-color: #fff;
  width: 60%;
    margin:40px  auto;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: #fff;
  border:2px solid #005380;
  float: left;
  outline: none !important;
  cursor: pointer;
  padding: 18px;
  transition: 0.3s;
  font-size: 1.125rem;
  font-family:Helvetica;
  width:30%;
  margin-top:15px;
  border-radius: 50px;
  color:#005380;
  margin-right:18px;
  font-weight: 500;
}
.tab button:nth-child(1){
  background-color: #fff;
}
.tab button:nth-child(2){
  background-color: #fff;
}
.tab button:nth-child(3){
  background-color: #fff;
}
.tab button:nth-child(4){
  background-color: #fff;
}
.tab button:nth-child(5){
  background-color: #fff;
}
.tab button:nth-child(6){
  background-color: #fff;
  width:30%;
  margin-right:0px;
}
/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #005380;
  color:#fff;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #005380;
  color:#fff !important;
  border-color:#005380;
}

/* Style the tab content */
.tabcontent {
  margin-top:10px;
  border: 0px solid #ffff33;
  display: none;
  /* padding: 6px 12px; */
  -webkit-animation: fadeEffect 0.7s ease-in-out;
  animation: fadeEffect 0.7s ease-in-out;
  -moz-animation: fadeEffect 0.7s ease-in-out;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
.bus-img{
width:35%;
}







.image-link {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
  margin-top: 40px;
}
/* This block of CSS adds opacity transition to background */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out; 
	-moz-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
		opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
		opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, 
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}



/* padding-bottom and top for image */
.mfp-no-margins img.mfp-img {
	padding: 0;
}
/* position of shadow behind the image */
.mfp-no-margins .mfp-figure:after {
	top: 0;
	bottom: 0;
}
/* padding for main container */
.mfp-no-margins .mfp-container {
	padding: 0;
}



/* aligns caption to center */
.mfp-title {
  text-align: center;
  padding: 6px 0;
}
.image-source-link {
  color: #DDD;
}







/* Popup Box */

/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 8888; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
background-color:transparent !important;
margin: 10vh auto; /* 15% from the top and centered */
padding: 20px;
border: 1px solid transparent;
width: 90%; /* Could be more or less, depending on screen size */
}
@media (min-width: 1366px) {
.modal-content {
background-color:transparent !important;
margin: 10vh auto; /* 15% from the top and centered */
padding: 20px;
border: 1px solid transparent;
width: 30%; /* Could be more or less, depending on screen size */
}
}

/* The Close Button */
.close {
color: #fff !important;
float: right;
font-size: 1.75rem;
font-weight: bold;
text-align: right;
opacity:1;
text-shadow: none;
}

.close:hover,
.close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}

button.button-img {
background:none;
border:0px solid;
padding:0 0 3px 0;
font-size:1rem;
width:100%;
height:100%;
position: relative;
}

button.button-img:hover {
border: 0px solid;
color:#a99567;
}

.project-main{
  border:0px solid;
  width:100%;
  margin:auto;
  text-align: center;
}

.pro-img-main{
  border:0px solid;
  margin-top:20px;
}
.img-ttile{
  font-size: 1rem;
  color:#005380;
  font-family:Helvetica;
  margin-bottom: 10px;
  text-align:center;
}
.pro-img-item {
  border: 0px solid;
  width: 100%;
  height: 350px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-animation: fadeInScale 0.7s ease-in-out;
  -moz-animation: fadeInScale 0.7s ease-in-out;
  animation: fadeInScale 0.7s ease-in-out;
}
@keyframes fadeInScale {
  0% {
  	transform: scale(0.9);
  	opacity: 0;
  }
  
  100% {
  	transform: scale(1);
  	opacity: 1;
  }
}
/* .probg-img{
  object-fit: cover;
} */
.probg-img1{
  width:100%;
  height:100%;
  object-fit: cover;
}
.probg-img {
  opacity: 1;
  display: block;
  width: 100%;
  height: 350px;
  transition: .5s ease;
  backface-visibility: hidden;
  position: relative;
  box-shadow: 0px 20px 60px #0000001A;

}
.probg-img:hover {
  border: 0px solid;
  width: 100%;
  height: 350px;
  background-image: url(../img/icon_zoom.png);
  vertical-align: top;
  margin-bottom: 30px;
  transform: scale(1.2);
}





.fac-img-item {
  border: 0px solid;
  /* width: 100%;
  height: 250px; */
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
  box-shadow: 0px 30px 60px #00000040;
  /* overflow: hidden;
  -webkit-animation: fadeInScale 0.7s ease-in-out;
  -moz-animation: fadeInScale 0.7s ease-in-out;
  animation: fadeInScale 0.7s ease-in-out; */
}
/* @keyframes fadeInScale {
  0% {
  	transform: scale(0.9);
  	opacity: 0;
  }
  
  100% {
  	transform: scale(1);
  	opacity: 1;
  }

} */
.probg-img2 {
  opacity: 1;
  display: block;
  /* width: 100%;
  height: 250px; */
  /* transition: .5s ease; */
  /* backface-visibility: hidden;
  position: relative;
  box-shadow: 0px 20px 60px #0000001A; */

}
/* .probg-img2:hover {
  border: 0px solid;
  width: 100%;
  height: 450px;
  background-image: url(../img/icon_zoom.png);
  vertical-align: top;
  margin-bottom: 30px;
  transform: scale(1.2);
} */




.button-main{
  border:0px solid;
  margin:40px 0px 80px 0px;
  text-align: center;
  width:100%;
}
.project-button{
  background: #005380 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 40px #00000026;
  border-radius: 45px;
  outline:none !important;
  padding:15px;
  color:#fff;
  width:18%;
  border:none;
  font-family: Helvetica;
  font-weight: 600;
  font-size: 1.375rem;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.project-button:hover{
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.project-button-banner{
  background: #005380 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 40px #00000026;
  border-radius: 45px;
  outline:none !important;
  padding:15px;
  color:#fff;
  width:35%;
  border:none;
  font-family: Helvetica;
  margin-top: 10px;
  font-weight: 600;
  font-size: 1.375rem;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.project-button-banner:hover{
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.project-head{
  font-size:3.438rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: Helvetica;
  text-align: right;
  color:#005380;
}

.swiper-container {
  width: 100%;
  height: 400px !important;
  margin-top:50px;
}
.swiper-slide {
  text-align: center;
  font-size: 1.125rem;
  background: #fff;
  
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height:400px;
}

.ml-70{
  margin-left:70px;
}
.in-bg2{
  position: relative;
}
.contact-two{
  padding:100px 0px;
}
.contact-title{
  font-size: 1.125rem;
  font-weight: 600;
  font-family: Helvetica;
  color: #005380;
}

.contact-bor-bottom{
  border-bottom:5px solid #005380;
  width:15%;
  margin: 15px 0px 20px 0px;
}

.contact-con{
  color:#005380;
  font-family: Helvetica;
  font-size: 1rem;
}
.contact-icon{
  width:25px;
  margin-right: 10px;
  font-family:Helvetica;

}

.contact-title1{
  font-size: 1rem;
  font-weight: 600;
  font-family: Helvetica;
  color: #005380;
  margin-bottom: 20px;
}

.contact-address{
  color:#005380;
  font-size: 0.95rem;
  font-weight: 600;
  font-family:Helvetica;

}
.con-img{
  width:100%;
  height:85%;
}
.ml-50{
  margin-left: 50px;
}
.buss-main-1{
  border:0px solid;
  box-shadow: 0px 20px 60px #0000001A;
}
.buss-main-1-left{
  border:0px solid;
  width:70%;
  display: inline-block;
  vertical-align: top;

}
.buss-main-1-right{
  border:0px solid;
  width:30%;
  display: inline-block;
  vertical-align: top;
  margin-left: -5px;
}
.stac-main{
  border:0px solid;
  background-color: #EBF8FF;
  position: relative;
}
.stac-main-left{
  border:0px solid;
  width:27%;
  background-color: #005380;
  vertical-align: top;
  display:inline-block;
  height:800px;
}
.stac-contct-main-left{
  border:0px solid;
  width:27%;
  background-color: #005380;
  vertical-align: top;
  display:inline-block;
  height:900px;
}
.stac-main-right{
  border:0px solid;
  width:45%;
  display:inline-block;
  vertical-align: top;
  margin-left: 18%;
}
.stac-main-right-prod{
  border:0px solid;
  width:45%;
  display:inline-block;
  vertical-align: top;
  margin-left: 18%;
}
.stac-main-img{
  max-width: 40%;
  height: 60%;
  position: absolute;
  left: 0;
  top: 20%;
  box-shadow: 40px 40px 60px 22px #0000001A;
  ;
}
.stac-main-right-pro-main{
  margin-left: 0px;
}
.stac-main-con-img{
  margin-top: 12%;
  width: 40%;
  height: 85%;
  margin-left: -28%;
  box-shadow: 40px 40px 60px 22px #0000001A;
}
.stac-main-con-right{
  border: 0px solid;
    width: 45%;
    display: inline-block;
    vertical-align: top;
    margin-left: 55px;
}
.stac-main-qual-img{
    max-width: 40%;
    height: 60%;
    position: absolute;
    left: 0;
    top: 20%;
    box-shadow: 40px 40px 60px 22px #0000001A;
}
.stac-main-qual-right{
  border:0px solid;
  width:45%;
  display:inline-block;
  vertical-align: top;
  margin-left: 17%;

}
.contact-titles{
  font-size: 3rem;
  font-weight: 700;
  color:#005380;
  text-transform: uppercase;
  text-align: right;
  font-family: Helvetica;
}

.border1{
  border-right: 10px solid #CEEEFF;
  display: inline-block;
  text-align: right;
  height: 50px;
  position: absolute;
  transform: rotate(10deg);
  top: 13px;
  right: -16px;
}

.border2{
  border-right: 10px solid #005380;
    display: inline-block;
    text-align: right;
    height: 50px;
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    margin-left: 5px;
    position: absolute;
    top: 14px;
    right: -30px;
}
.border1-pro{
  border-right: 10px solid #CEEEFF;
  display: inline-block;
  text-align: right;
  height: 50px;
  position: absolute;
  transform: rotate(10deg);
  top: 13px;
  right: -16px;
}

.border2-pro{
  border-right: 10px solid #005380;
    display: inline-block;
    text-align: right;
    height: 50px;
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
    margin-left: 5px;
    position: absolute;
    top: 14px;
    right: -30px;
}
.contact-para{
  color:#005380;
  margin-top:80px;
  font-size: 1.2em;
  font-weight: 600;
}
.stac-main-right1{
  border:0px solid;
  text-align: right;
  margin-top:10px;
  position: relative;
}
.stac-main-right2{
  border:0px solid;
  width:85%;
  margin-left: 40px;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
  color:#005380;
}
input{
  color:#005380;
}
.contact-button{
  background: #005380 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 40px #00000026;
  border-radius: 45px;
  outline: none !important;
  padding: 15px 30px;
  color: #fff;
  border: none;
  margin: 30px 0px;
  font-weight: 600;
  font-size: 1.375rem;
  font-family: Helvetica;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.contact-button:hover{
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #EBF8FF;
  background-clip: padding-box;
  border-top: 0px solid #005380;
  border-bottom: 1px solid #005380;
  border-left: 0px solid #005380;
  border-right: 0px solid #005380;
  border-radius: 0px;
  outline: none !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-controls {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #CEEEFF;
  background-clip: padding-box;
  border: 1px solid #CEEEFF;
  height:150px;
  border-radius: 0px;
  outline: none !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.small-cer{
  padding: 20px 30px;
  height: 463px;
}
.small-para{
  margin-top: 10px !important;
}
.stac-main-right-qua {
  border: 0px solid;
  width: 100%;
  margin-left: 10px;
}
.contact-para-qua {
  color: #005380;
  margin-top: 80px;
  font-size: 1.063rem;
  font-weight: 600;
}
.contact-button-qua {
  background: #005380 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 40px #00000026;
  border-radius: 45px;
  outline: none !important;
  padding: 15px;
  color: #fff;
  width: 35%;
  border: none;
  margin: 60px 0px;
  font-weight: 600;
  font-size: 1.375rem;
  font-family: Helvetica;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.contact-button-qua:hover{
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.quality-title{
  color: #005380;
  font-family: Helvetica;
  text-align: center;
  font-weight: 600;
  margin-top: 5px;
}
.mt-30{
  margin-top:30px;
}
.quality-head{
  font-size:2.5rem;
  text-align: center;
  color: #005380;
  font-family:Helvetica;
  font-weight: 600;
  margin-top:50px;
}

.quality-button-main{
  margin: 50px auto 50px auto;
  text-align:center;
}
.quality-button{
  background: #005380 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 40px #00000026;
  border-radius: 45px;
  outline: none !important;
  padding: 15px;
  color: #fff;
  width: 25%;
  border: none;
  margin: 90px 0px 70px 0px;
  font-weight: 600;
  font-size: 1.375rem;
  font-family: Helvetica;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.quality-button:hover{
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.quality-border{
  border-bottom: 3px solid #005380;
  width:8%;
  margin:20px auto;
}
.desk-display-none {
  display: none;
}
.business-title{
  font-size: 2.188rem;
  color: #005380;
  font-family: Helvetica;
  font-weight: 600;
  margin-top: 13%;
}
.business-title1{
  font-size: 2.188rem;
  color: #005380;
  font-family: Helvetica;
  font-weight: 600;
  margin-top: 8%;
}
.buss-para {
  color: #005380;
  margin-top: 20px;
  font-size: 1rem;
  font-weight: 600;
}
.tab-mob-center{
  text-align: center;
}
.ml-50{
  margin-left: 0px !important;
}
.ml-70{
  margin-left: 0px !important;
}
.stac-main-right-buss {
  border: 0px solid;
  width: 100%;
  margin-left: 30px;
}
.stac-buss-img {
  max-width: 43%;
    height: 60%;
    position: absolute;
    left: 0;
    top: 20%;
    box-shadow: 40px 40px 60px 22px #0000001A;
}
.stac-buss-img-acc {
  margin-top: 11%;
  max-width: 43%;
  height: 430px;
  margin-left: -28%;
  margin-right: 35px;
  box-shadow: 40px 40px 60px  #0000001A;
}
.contact-button-buss {
  background: #005380 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 40px #00000026;
  border-radius: 45px;
  outline: none !important;
  padding: 15px;
  color: #fff;
  width: 36%;
  border: none;
  font-family: helvetica;
  margin: 60px 0px;
  font-weight: 600;
  font-size: 1.375rem;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.contact-button-buss:hover{
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.con-img-buss {
  width: 100%;
  height: 100%;
}
.con-img-main{
  border:0px solid;
  position: relative;
}
.con-img-logo{
  position: absolute;
  left: 25%;
  top: 35%;
  height: 30%;
  width: 50%;
}
.img-buss{
  width:30%;
  height:32%;
}

.buss2-title{
 font-size: 4.375rem;
 color: #005380;
 font-weight: 600;
 font-family: Helvetica;
}
.buss2-title1{
  font-size: 1.563rem;
  color: #005380;
  font-weight: 600;
  font-family: Helvetica;
}
.bg-buss-color{
  background-color: #EBF8FF;
}
.buss-but-main{
  text-align: center;
  padding:0px 0px  100px 0px;
}
.buss-button{
  background: #005380 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 40px #00000026;
  border-radius: 45px;
  outline: none !important;
  font-weight: 600;
  padding: 15px;
  color: #fff;
  width: 17%;
  border: none;
  margin: auto;
  font-family: helvetica;
  font-size: 1.375rem;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.buss-button:hover{
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.border-business{
  /* border:32px solid #005380;
  width: 30px;
  height: 500px;
  display: inline-block; */
}
.buss-cont{
  color: #005380;
    font-size: 0.938rem;
    vertical-align: top;
    display: inline-block;
    margin-left: 20px;
    font-weight: 600;
    margin-top: 50px;
    margin-left: 5px;
    width: 90%;
}
.letter{
  font-size: 4.375rem;
  color:#fff;
  font-weight: 600;
  background-color:#005380;
  display: inline-block;
  vertical-align: top;
  margin: auto;
  width: 8%;
  text-align: center;
}
.buss-main{
  border:0px solid;
  display: inline-block;
  vertical-align: top;
  margin: 30px 0px 30px 75px;
}
.buss-main-right{
  border:0px solid;
  display: inline-block;
  vertical-align: top;
  width:81%;
  margin-top: 50px;
  font-family: Helvetica;
}
.buss-main-sub{
  border:0px solid;
  display: inline-block;
  vertical-align: top;
  width:100%;
  
}
.banner-butt-main{
  border:0px solid;
}
.product-para{
  font-size: 2rem;
  color: #005380;
  font-weight: 600;
  font-family: Helvetica;
  margin-top:13%
}

.stac-main-right-pro {
  border: 0px solid;
  width: 85%;
}
.pro-main{
  border:0px solid;
}
.pro-item{
  display: inline-block;
  width:32%;
}

.list-pro{
  color:#005380;
  font-size: 1rem;
  font-weight: 600;
}
.pro-img-main-right{
  border:0px solid;
  width:25%;
  display: inline-block;
  margin-left:20px;
}
.pro-img-main-right1{
  border:0px solid;
  display: inline-block;
  vertical-align: top;
}
.pro-main-right{
  text-align: right;
}
.pro-img{
  width:100%;
  height:100%;
  box-shadow: 0px 20px 60px #0000001A;
}
.pro-title{
  font-weight: 600;
  font-size: 1.875rem;
  color: #005380;
  font-family: Helvetica;
  display: inline-block;

}
.pro-border-right{
  border-bottom: 4px solid #005380;
  width:35%;
  text-align: right;
  display: inline-block;
}
.pro-img-main-left{
  border:0px solid;
  width:25%;
  display: inline-block;
  margin-right:20px;
}
.pro-img-main-left1{
  border:0px solid;
  display: inline-block;
  vertical-align: top;
}
.pro-main-left{
  text-align: left;
}
.pro-border-left{
  border-bottom: 4px solid #005380;
  width:35%;
  text-align: left;
  display: inline-block;
}

.product-button-main{
  text-align: center;
}
.product-button{
  background: #005380 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 40px #00000026;
  border-radius: 45px;
  outline: none !important;
  padding: 15px;
  color: #fff;
  width: 20%;
  border: none;
  margin: 60px auto;
  font-weight: 600;
  font-size: 1.375rem;
  font-family: Helvetica;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.product-button:hover{
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}


.form-group {
  margin-bottom: 1.5rem !important;
}




/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  background-color: #FFFFFF;
  margin:50px 0px;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 10px;
  background-color: #CEEEFF;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -6px;
}

/* Container around content */
.container1 {
  padding: 10px 20px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.container1::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -12px;
  background-color: #005380;
  border: 4px solid #005380;
  top: 70px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left1 {
  left: 0;
}

/* Place the container to the right */
.right {
  right: -48.3%;
}

/* Add arrows to the left container (pointing right) */
/* .left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
} */

/* Add arrows to the right container (pointing left) */
/* .right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
} */

/* Fix the circle for containers on the right side */
.right::after {
  right: 101%;
}

/* The actual content */
.content {
  padding: 20px;
  background-color: white;
  position: relative;
  border-radius: 0px;
  width: 70%;
  margin: auto auto auto 95px;

  box-shadow: 0px 15px 60px #00000014;

}
.content-right {
  padding: 20px;
  background-color: white;
  position: relative;
  border-radius: 0px;
  width: 70%;
  margin: auto 30px;
  box-shadow: 0px 15px 60px #00000014;
}
.timeline-head{
  color:#005380;
  font-weight:600;
  font-family: Helvetica;
  font-size: 2.188rem;
}
.timeline-para{
  color:#005380;
  font-weight: 600;
  font-size: 0.875rem;
}
.timeline-bor-bottom{
  border-bottom: 3px solid #005380;
  width:16%;
  margin:10px 0px;
}

.factory-bor-bottom{
  border-bottom: 4px solid #005380;
  width:6%;
  text-align: left;
  display: inline-block;
}

.tab-factory {
  overflow: hidden;
  /* border: 1px solid #ccc; */
  background-color: #fff;
  width: 100%;
  margin: 40px auto;
  text-align: center;
}


/* Style the buttons inside the tab */
.tab-factory button {
    background-color: #CEEEFF;
  border:2px solid #CEEEFF;
  outline: none !important;
  cursor: pointer;
  padding: 18px;
  transition: 0.3s;
  font-size: 1.125rem;
  font-family:Helvetica;
  width:20%;
  margin-top:15px;
  border-radius: 50px;
  color:#005380;
  margin-right:18px;
  font-weight: 600;
}
.tab-factory button:nth-child(1){
  background-color: #CEEEFF;
}
.tab-factory button:nth-child(2){
  background-color: #CEEEFF;
}
.tab-factory button:nth-child(3){
  background-color: #CEEEFF;
}
.tab-factory button:nth-child(4){
  background-color: #CEEEFF;
}
.tab-factory button:nth-child(5){
  background-color: #CEEEFF;
}
.tab-factory button:nth-child(6){
  background-color: #CEEEFF;
}
.tab-factory button:nth-child(7){
  background-color: #CEEEFF;
}
.tab-factory button:nth-child(8){
  background-color: #CEEEFF;
}
/* Change background color of buttons on hover */
.tab-factory button:hover {
  /* background-color: #005380; */
  /* color:#fff; */
}

/* Create an active/current tablink class */
.tab-factory button.active {
  background-color: #CEEEFF;
  color:#fff;
  /* border-color:#005380; */
}

/* Style the tab content */
.tabcontent-factory {
  margin-top:10px;
  border: 0px solid #ffff33;
  display: none;
  /* padding: 6px 12px; */
  -webkit-animation: fadeEffect 0.7s ease-in-out;
  animation: fadeEffect 0.7s ease-in-out;
  -moz-animation: fadeEffect 0.7s ease-in-out;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
.Factory-para{
  color:#005380;
  font-size: 1.063rem;
  font-weight: 600;
  font-family: helvetica;
}
.factory-bottom{
  border-bottom: 3px solid #005380;
  width:10%;
  margin: 20px 0px;
}
.tab-factory-button{
background: #005380 0% 0% no-repeat padding-box;
box-shadow: 0px 15px 40px #00000026;
border-radius: 45px;
outline: none !important;
padding: 15px;
color: #fff;
width: 45%;
border: none;
margin:20px auto 50px auto;
font-weight: 600;
font-size: 1.375rem;
font-family: Helvetica;
-webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.tab-factory-button:hover{
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.bg-factory{
  background-color: #EBF8FF;
  margin-top: -60px;
    padding: 120px 0px;
}
.carousel-inner {
  position: relative;
  width: 60%;
  height:100%;
  overflow: hidden;
  margin: 30px auto;
}
.acc-button-main{
  text-align: center;
}
.acc-button{
  background: #005380 0% 0% no-repeat padding-box;
box-shadow: 0px 15px 40px #00000026;
border-radius: 45px;
outline: none !important;
padding: 15px;
color: #fff;
width: 16%;
font-size: 1.375rem;
font-weight: 600;
border: none;
margin:20px auto 150px auto;
-webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.acc-button:hover{
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.factory-title {
  font-size: 2.125rem;
  color: #005380;
  font-family: Helvetica;
  font-weight: 600;
  margin-top: 150px;
}

.buttons {
  width: 30px;
  height: 30px;
  border-top: 4px solid #005380;
  position: absolute;
  cursor: pointer;

}

.prev {
  border-left: 4px solid #005380;
  left: 50px;
  transform: rotate(-45deg);
  position: absolute;
  top: 45%;
}
.next {
  border-right: 4px solid #005380;
  right: 50px;
  transform: rotate(45deg);
  position: absolute;
  top: 45%;
}
.carousel-item {
  position: relative;
  /* display: none; */
  float: left;
  width: 100%;
  height:500px;

  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

.factory-main{
  border: 0px solid;
  box-shadow: 0px 20px 60px #0000001A;
}
.factory-main-left{
  border: 0px solid;
  width:87%;
  display: inline-block;
  padding:120px 50px 80px 15px;

}
.factory-main-right{
  border: 0px solid;
  width:13%;
  margin-left: -5px;
  display: inline-block;
  background-color: #005380;
  vertical-align: top;
  height: 550px;
}

.factory-left-main{
  border:0px solid;
  margin:30px 0px;
}
.fact-left{
  border:0px solid;
  width:20%;
  display: inline-block;
  vertical-align: top;
}
.fact-right{
  border:0px solid;
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}
.fact-right-title{
  color:#005380;
  font-size:0.938rem;
  font-family:Helvetica;
  font-weight: 600;
}
.fact-right-title1{
  color:#005380;
  font-size:3.125rem;
  font-family:Helvetica;
  font-weight: 600;
}

.acc-border-top-left{
  border-left:10px solid #005380;
  position: absolute;
  left: 0;
  top: 0;
  height:65%;
}

.acc-border-bottom-left{
  border-left:10px solid #CEEEFF;
  position: absolute;
  left: 0;
  bottom: 0;
  height:30%;
}

.acc-border-top-right{
  border-left:10px solid #005380;
  position: absolute;
  right: 0;
  top: 0;
  height:65%;
}

.acc-border-bottom-right{
  border-left:10px solid #CEEEFF;
  position: absolute;
  right: 0;
  bottom: 0;
  height:30%;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #005380 !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #005380 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #005380 !important;
}
.desk-display-none{
  display: none;
}






/* ---------- animation -----------*/

.animatable {
  
  /* initially hide animatable objects */
  visibility: hidden;
  
  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;   
  -moz-animation-play-state: paused;     
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;   
  animation-play-state: paused; 
}

/* show objects being animated */
.animate-in {
  visibility: visible;
  
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;

  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}

.animate-out {
  visibility: visible;
  
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;

  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;

  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  -ms-animation-direction: reverse;
  -o-animation-direction: reverse;
  animation-direction: reverse;
}

.animate-out:after {
  content ''
  letter-spacing: inherit;
}

/* CSS Animations (extracted from http://glifo.uiparade.com/) */
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-o-transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}



@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	60% {
		opacity: 0;
	}
	20% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
	}
	60% {
		-webkit-transform: translateX(20px);
	}

	80% {
		-webkit-transform: translateX(-5px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-moz-transform: translateX(-2000px);
	}

	60% {
		-moz-transform: translateX(20px);
	}

	80% {
		-moz-transform: translateX(-5px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-o-transform: translateX(-2000px);
	}

	60% {
		opacity: 1;
		-o-transform: translateX(20px);
	}

	80% {
		-o-transform: translateX(-5px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		transform: translateX(-2000px);
	}

	60% {
		transform: translateX(20px);
	}

	80% {
		transform: translateX(-5px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
	}

	60% {
		-webkit-transform: translateX(-20px);
	}

	80% {
		-webkit-transform: translateX(5px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
	}
}

@-moz-keyframes bounceInRight {
	0% {
		opacity: 0;
		-moz-transform: translateX(2000px);
	}

	60% {
		-moz-transform: translateX(-20px);
	}

	80% {
		-moz-transform: translateX(5px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateX(0);
	}
}

@-o-keyframes bounceInRight {
	0% {
		opacity: 0;
		-o-transform: translateX(2000px);
	}

	60% {
		-o-transform: translateX(-20px);
	}

	80% {
		-o-transform: translateX(5px);
	}

	100% {
		opacity: 1;
		-o-transform: translateX(0);
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		transform: translateX(2000px);
	}

	60% {
		transform: translateX(-20px);
	}

	80% {
		transform: translateX(5px);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(.3);
	}
	50% {
		-webkit-transform: scale(1.05);
	}

	70% {
		-webkit-transform: scale(.9);
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
		-moz-transform: scale(.3);
	}

	50% {
		-moz-transform: scale(1.05);
	}

	70% {
		-moz-transform: scale(.9);
	}

	100% {
		opacity: 1;
		-moz-transform: scale(1);
	}
}

@-o-keyframes bounceIn {
	0% {
		opacity: 0;
		-o-transform: scale(.3);
	}

	50% {
		-o-transform: scale(1.05);
	}

	70% {
		-o-transform: scale(.9);
	}

	100% {
		opacity: 1;
		-o-transform: scale(1);
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		transform: scale(.3);
	}

	50% {
		transform: scale(1.05);
	}

	70% {
		transform: scale(.9);
	}

	100% {
		opacity: 1;
		transform: scale(1);
	}
}
@-webkit-keyframes moveUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(40px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes moveUp {
	0% {
		opacity: 1;
		-moz-transform: translateY(40px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes moveUp {
	0% {
		opacity: 1;
		-o-transform: translateY(40px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes moveUp {
	0% {
		opacity: 1;
		transform: translateY(40px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

@-webkit-keyframes fadeBgColor {
	0%{
		background:none;
	}
  70%{
		background:none;
	}
	100%{
		background:#464646;
	}
}
@-o-keyframes fadeBgColor {
	0%{
		background:none;
	}
  70%{
		background:none;
	}
	100%{
		background:#464646;
	}
}
@keyframes fadeBgColor {
	0%{
		background:none;
	}
  70%{
		background:none;
	}
	100%{
		background:#464646;
	}
}

.animate-in.animationDelay, .animate-out.animationDelay {
	animation-delay:.4s;
	-webkit-animation-delay:.4s;
}
.animate-in.animationDelayMed, .animate-out.animationDelayMed {
	animation-delay:1.2s;
	-webkit-animation-delay:1.2s;
}
.animate-in.animationDelayLong, .animate-out.animationDelayLong {
	animation-delay:1.6s;
	-webkit-animation-delay:1.6s;
}
.animate-in.fadeBgColor, .animate-out.fadeBgColor {
	-webkit-animation-name: fadeBgColor;
	-moz-animation-name: fadeBgColor;
	-o-animation-name: fadeBgColor;
	animation-name: fadeBgColor;
}
.animate-in.bounceIn, .animate-out.bounceIn {
	-webkit-animation-name: bounceIn;
	-moz-animation-name: bounceIn;
	-o-animation-name: bounceIn;
	animation-name: bounceIn;
}
.animate-in.bounceInRight, .animate-out.bounceInRight {
	-webkit-animation-name: bounceInRight;
	-moz-animation-name: bounceInRight;
	-o-animation-name: bounceInRight;
	animation-name: bounceInRight;
}
.animate-in.bounceInLeft, .animate-out.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	-moz-animation-name: bounceInLeft;
	-o-animation-name: bounceInLeft;
	animation-name: bounceInLeft;
}
.animate-in.fadeIn, .animate-out.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}
.animate-in.fadeInDown, .animate-out.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
.animate-in.fadeInUp, .animate-out.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-delay:0.1s !important;
	-webkit-animation-delay:0.1s;
}
.animate-in.moveUp, .animate-out.moveUp {
	-webkit-animation-name: moveUp;
	-moz-animation-name: moveUp;
	-o-animation-name: moveUp;
	animation-name: moveUp;
}




/* .swiper-container {
  height: 50px;	
  overflow: hidden;
  position: relative;
 }
 .swiper-container .swiper-wrapper {
  position: absolute;
  width: 100%;
  height: 300px;
  margin: 0;
  line-height: 50px;
  text-align: center;
  -moz-transform:translateX(100%);
  -webkit-transform:translateX(100%);	
  transform:translateX(100%);
  -moz-animation: swiper-container 10s linear infinite;
  -webkit-animation: swiper-container 10s linear infinite;
  animation: swiper-container 10s linear infinite;
 }
 @-moz-keyframes swiper-container {
  0%   { -moz-transform: translateX(100%); }
  100% { -moz-transform: translateX(-100%); }
 }
 @-webkit-keyframes swiper-container {
  0%   { -webkit-transform: translateX(100%); }
  100% { -webkit-transform: translateX(-100%); }
 }
 @keyframes swiper-container {
  0%   { 
  -moz-transform: translateX(100%); 
  -webkit-transform: translateX(100%); 
  transform: translateX(100%); 		
  }
  100% { 
  -moz-transform: translateX(-100%); 
  -webkit-transform: translateX(-100%); 
  transform: translateX(-100%); 
  }
 }
 .swiper-container .swiper-wrapper:hover {
  -moz-animation-play-state: paused;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  } */


 
  .testheight {
    height:1200px;
    font-size:1.25rem;
    text-align:center;
    padding:100px 20px;
  }
  .scrolltop {
    display:none;
    width:100%;
    margin:0 auto;
    position:fixed;
    bottom:20px;
    right:10px;	
    z-index: 9;
  }
  .scroll {
    position:absolute;
    right:20px;
    bottom:20px;
    background:#b2b2b2;
    background:rgba(178,178,178,0.7);
    padding:20px;
    text-align: center;
    margin: 0 0 0 0;
    cursor:pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s; 		
  }
  .scroll:hover {
    background:rgba(178,178,178,1.0);
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s; 		
  }
  .scroll:hover .fa {
    padding-top:-10px;
  }
  .scroll .fa {
    font-size:1.875rem;
    margin-top:-5px;
    margin-left:1px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s; 	
  }
  .cer-imgg{
    object-fit: contain;
  }



























  @media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) and (orientation : portrait) {
    .bg1-main {
      color: #fff;
      margin: -48% auto;
  }
  .mt--450 {
    margin-top: -150px !important;
}

.main1 {
  position: relative;
  margin-top: -140px !important;
}

.bg2-main {
  position: absolute;
  bottom: 13% !important;
  left: 11%;
  right: 10%;
  text-align: center;
  color: #fff;
}






  }


















@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  #menu {
    transform: none;
    opacity: 0;

    transition: opacity 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
  }

  
#menuToggle
{
  display: block;
  position: absolute;
  top: 50px;
  right: 50px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #cdcdcd;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 300px;
  margin: -100px 0 0 0;
  padding: 50px;
  padding-top: 125px;
  right: -100px;
  
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 1.375rem;
}

/*
 * And let's fade it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
  opacity: 1;
}

.banner-title {
  font-size: 1.563rem;
  color: #005380;
  font-weight: 600;
  font-family: "Helvetica";
  line-height: 45px;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-left: 30px;
}
.mt-100 {
  margin-top: 50px;
}
.cont-button {
  background: #005380 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 40px #00000026;
  border-radius: 45px;
  outline: none !important;
  padding: 15px;
  color: #fff;
  width: 45%;
  border: none;
  margin-top:20px;
}
.learn-button {
  border: 3px solid #005380;
  border-radius: 45px;
  outline: none !important;
  padding: 12px;
  color: #005380;
  width: 45%;
  margin-left: 20px;
  margin-top:20px;
}
.card-img {
  width: 25%;
  height: 20%;
  margin: auto;
}
.card-para {
  font-size: 0.94rem;
  color: #005380;
  font-weight: 600;
  text-align: center;
  font-family: Helvetica;
  width: 90%;
  margin: auto;
  height: 220px;
}
.mt--40{
  margin-top:-40px;
}
.card-button {
  background: #005380 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 40px #00000026;
  border-radius: 45px;
  outline: none !important;
  padding: 15px;
  color: #fff;
  width: 100%;
  border: none;
  font-size: 1.25rem;
  margin: 50px auto;
  font-family: Helvetica;
}

.card-title {
  font-size: 1.625rem;
  color: #005380;
  font-weight: 600;
  text-align: center;
  font-family: Helvetica;
  margin-top: 20px;
}
/* .col-md-4 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
} */

.left {
  background-color: #005380;
  width: 25%;
  height: 250px;
  display: inline-block;
  vertical-align: top;
  padding: 60px 25px;
}
.right-title {
  font-size: 2.188rem;
  font-weight: 600;
  color: #005380;
  margin-top: 10px;
  font-family: Helvetica;
}
.right-bg {
  background-color: #fff;
  width: 75%;
  height: 250px;
  display: inline-block;
  vertical-align: top;
  margin-left: -5px;
  padding: 10px 20px 00px 0px;
}

.bor-bottom {
  border-bottom: 3px solid #005380;
  width: 6%;
  margin: 10px 0px;
}

.project-button-banner {
  background: #005380 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 40px #00000026;
  border-radius: 45px;
  outline: none !important;
  padding: 15px;
  color: #fff;
  width: 50%;
  border: none;
  font-family: Helvetica;
  margin-top: 10px;
}
.tab {
  overflow: hidden;
  /* border: 1px solid #ccc; */
  background-color: #fff;
  width: 100%;
  margin: 40px auto;
}
.bg1-main {
  color: #fff;
  margin: -52% auto;
}
.bg1-main {
  position: absolute;
    top: 10%;
    left: 2%;
    right: 0%;
    color: #fff;
}
.main1 {
  position: relative;
  margin-top: -75px;
}
.bg2-main {
  position: absolute;
  bottom: 12%;
  left: 10%;
  right: 10%;
  text-align: center;
  color: #fff;
}
.bg2-border {
  border-bottom: 3px solid #fff;
  width: 10%;
  margin: 10px auto;
}
.bg2-para {
  margin: 20px auto;
  color: #fff;
  font-weight: 600;
}
.cus-img {
  width: 40%;
  height: 100px;
}
.bg2-button {
  border: 0px solid #005380;
  border-radius: 45px;
  outline: none !important;
  padding: 15px;
  color: #005380;
  width: 50%;
  margin-left: 20px;
  font-family: Helvetica;
  font-weight: 600;
}

.stac-main-left {
  border: 0px solid;
  width: 40%;
  background-color: #005380;
  vertical-align: top;
  display: inline-block;
  position: relative;
  height: 1000px;
}
.contact-two {
  padding: 50px 0px 50px 0px;
}
.ml-50{
  margin-left: 0px !important;
}
.ml-70{
  margin-left: 0px !important;
}
.buss-but-main {
  text-align: center;
  padding: 0px 0px 50px 0px;
}
.stac-main-img {
  float: left;
    position: absolute;
    left: 0;
    top: 13%;
    max-width: 85%;
    height: 40%;
}
.mob-tabp-display-none{
  display: none;
}
.mob-tabp-main{
  text-align: right;
  margin: 30px;
  position: relative;
  width: 85%;
}
.border2 {
  border-right: 10px solid #005380;
  display: inline-block;
  text-align: right;
  height: 50px;
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  margin-left: 5px;
  position: absolute;
  top: 14px;
  right: -34px;
}
.border1-pro {
  border-right: 10px solid #CEEEFF;
  display: inline-block;
  text-align: right;
  height: 50px;
  position: absolute;
  transform: rotate(10deg);
  top: 13px;
  right: -5px;
}
.border2-pro {
  border-right: 10px solid #005380;
  display: inline-block;
  text-align: right;
  height: 50px;
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  margin-left: 5px;
  position: absolute;
  top: 14px;
  right: -23px;
}
.stac-main-right {
  border: 0px solid;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-left: 0px;
  background-color: #fff;
  padding: 0px 60px;
}
.stac-main-right2 {
  border: 0px solid;
  width: 60%;
  margin: auto;
}
.pro-img-main-left {
  border: 0px solid;
  width: 30%;
  height: 170px;
  display: inline-block;
  margin-right: 20px;
}
.pro-title {
  font-weight: 600;
  font-size: 1.25rem;
  color: #005380;
  font-family: Helvetica;
  display: inline-block;
}
.product-button {
  background: #005380 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 40px #00000026;
  border-radius: 45px;
  outline: none !important;
  padding: 15px;
  color: #fff;
  width: 30%;
  border: none;
  margin: 60px auto;
}
.contact-con {
  color: #005380;
  font-family: Helvetica;
  font-size: 1rem;
  width: 121%;
}
.contact-icon {
  width: 25px;
  margin-right: 5px;
  font-family: Helvetica;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #EBF8FF;
  background-clip: padding-box;
  border-top: 0px solid #005380;
  border-bottom: 1px solid #005380;
  border-left: 0px solid #005380;
  border-right: 0px solid #005380;
  border-radius: 0px;
  outline: none !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.form-controls {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ECECEC;
  background-clip: padding-box;
  border: 1px solid #ECECEC;
  height: 150px;
  border-radius: 0px;
  outline: none !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


.quality-button {
  background: #005380 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 40px #00000026;
  border-radius: 45px;
  outline: none !important;
  padding: 15px;
  color: #fff;
  width: 45%;
  border: none;
  margin: 30px 0px;
}
.stac-main-right-qua {
  border: 0px solid;
  width: 100%;
  padding: 0px 60px;
}
.contact-para-qua {
  color: #005380;
  margin-top: 80px;
  font-size: 1.25rem;
  font-weight: 600;
}

.card {
  padding: 15px;
  box-shadow: 10px 15px 80px #0000001A;
}
.stac-buss-img {
  float: left;
  position: absolute;
  left: -68px;
  top: 33%;
  width: 100%;
  height: 80%;
}
.stac-main-right-buss {
  border: 0px solid;
  width: 100%;
  padding: 0px 0px;
  margin-left: 0px;
}

.buss-para {
  color: #005380;
  margin-top: 20px;
  font-size: 1.375rem;
  font-weight: 600;
}
.buss-main-right {
  border: 0px solid;
    display: inline-block;
    vertical-align: top;
    width: 100% !important;
    padding: 0px 60px;
    margin-top: 0px !important;
    margin-bottom: 55px;
    font-family: Helvetica;

}
.buss-cont {
  color: #005380;
  font-size: 0.938rem;
  vertical-align: top;
  display: inline-block;
  margin-left: 20px;
  font-weight: 600;
  margin-top: 50px;
  margin-left: 5px;
  width: 82%;
}
.con-img-main {
  border: 0px solid;
  position: relative;
  height: 600px;
}
.con-img-logo {
  position: absolute;
  left: 25%;
  top: 35%;
  height: 25%;
  width: 50%;
}
.con-img-buss {
  width: 100%;
  height: 65%;
}
.ipad-con-img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.img-buss {
  width: 80%;
  height: 32%;
}


.buss2-title {
  font-size: 3rem;
  color: #005380;
  font-weight: 600;
  font-family: Helvetica;
}

.buss2-title1 {
  font-size: 1rem;
  color: #005380;
  font-weight: 600;
  font-family: Helvetica;
}
.desk-display-none {
  display: block;
}
.right::after {
  left: -13px;
}
.container1 {
  padding: 10px 20px;
  position: relative;
  background-color: inherit;
  width: 50%;
}
.factory-main-right {
display: none;
}
.factory-main-left {
  border: 0px solid;
  width: 100%;
  display: inline-block;
  padding: 50px 35px 50px 0px
}


.fact-right-title1 {
  color: #005380;
  font-size: 3.125rem;
  font-family: Helvetica;
  font-weight: 600;
}
.fact-right {
  border: 0px solid;
  display: inline-block;
  vertical-align: top;
  width: 80%;
}
.tab-factory button {
  border: 2px solid #CEEEFF;
    float: left;
    outline: none !important;
    cursor: pointer;
    padding: 18px 0px;
    transition: 0.3s;
    font-size: 0.875rem;
    font-family: Helvetica;
    width: 22%;
    margin-top: 15px;
    border-radius: 50px;
    color: #005380 !important;
    margin-right: 18px;
}
.fac-img-item {
  border: 0px solid;
  width: 100%;
  height: 180px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
  box-shadow: 0px 30px 60px #00000040;
  
}
.tab-factory-button {
  background: #005380 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 40px #00000026;
  border-radius: 45px;
  outline: none !important;
  padding: 15px;
  color: #fff;
  width: 85%;
  border: none;
  margin: 20px auto 50px auto;
}

.carousel-item {
  position: relative;
  /* display: none; */
  float: left;
  width: 100%;
  height: 300px;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

.factory-title {
  font-size: 2.125rem;
  color: #005380;
  font-family: Helvetica;
  font-weight: 600;
  margin-top: 50px;
}


.carousel-inner {
  position: relative;
  width: 60%;
  height: 300px;
  overflow: hidden;
  margin: 30px auto;
}
.prev {
  border-left: 4px solid #005380;
  left: 21px;
  transform: rotate(-45deg);
  position: absolute;
  top: 45%;
}
.next {
  border-right: 4px solid #005380;
  right: 20px;
  transform: rotate(45deg);
  position: absolute;
  top: 45%;
}
.footer-icon {
  width: 20px;
  margin-right: 7px;
}
.footer-con {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 500;
  margin: 20px 0px;
  font-family: Helvetica;
  width: 112%;
}
.tab-display-none{
  display:none;
}

.mt--450 {
  margin-top: -130px;
}

.stac-buss-img {
  float: left;
  position: absolute;
  left: 0%;
  top: 12%;
  max-width: 85%;
  height: 30%;
}
.buss-button {
  background: #005380 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 40px #00000026;
  border-radius: 45px;
  outline: none !important;
  font-weight: 600;
  padding: 15px;
  color: #fff;
  width: 30%;
  border: none;
  margin: auto;
  font-family: helvetica;
  font-size: 1.375rem;
 
}

.buss-main {
  border: 0px solid;
  display: inline-block;
  vertical-align: top;
  margin: 0px 0px 30px 40px;
}
.buss-main-1-right {
  border: 0px solid;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-left: 0px;
}
.letter {
  font-size: 4.375rem;
  color: #fff;
  font-weight: 600;
  background-color: #005380;
  display: inline-block;
  vertical-align: top;
  margin: auto;
  width: 10%;
  text-align: center;
}
.buss-main-1-left {
  border: 0px solid;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.stac-main-qual-right {
  border: 0px solid;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-left: 0px;
}
.small-para {
  margin-top: 0px !important;
}
.quli-img {
  opacity: 1;
    display: block;
    width: 100%;
    object-fit: contain;
    /* height: 230px; */
    transition: .5s ease;
    backface-visibility: hidden;
    position: relative;
    box-shadow: 0px 20px 60px #0000001A;
}
.card-item-qual {
  height: 230px;
  z-index: 1;
  width: 100%;
  border: 0px solid rgba(0, 0, 0, 0.125) !important;
  overflow: hidden;
  -webkit-animation: fadeInScale 0.7s ease-in-out;
  -moz-animation: fadeInScale 0.7s ease-in-out;
  animation: fadeInScale 0.7s ease-in-out;
}
.small-cer {
  padding: 20px 15px;
  height: 330px;
}
.stac-main-con-right {
  border: 0px solid;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-left: 0px;
}
.stac-main-con-img {
  margin-top: 24%;
  width: 85%;
  height: 85%;
  margin-left: -28%;
  box-shadow: 40px 40px 60px 22px #0000001A;
}

.tab button {
  background-color: #fff;
  border: 2px solid #005380;
  float: none;
  outline: none !important;
  cursor: pointer;
  padding: 18px;
  transition: 0.3s;
  font-size: 0.875rem;
  font-family: Helvetica;
  width: 30%;
  margin-top: 15px;
  border-radius: 50px;
  color: #005380;
  margin-right: 0px;
  font-weight: 500;
}
.pro-img-item {
  border: 0px solid;
  width: 100%;
  height: 200px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-animation: fadeInScale 0.7s ease-in-out;
  -moz-animation: fadeInScale 0.7s ease-in-out;
  animation: fadeInScale 0.7s ease-in-out;
}

.project-button {
  background: #005380 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 40px #00000026;
  border-radius: 45px;
  outline: none !important;
  padding: 15px;
  color: #fff;
  width: 30%;
  border: none;
  font-family: Helvetica;
  font-weight: 600;
  font-size: 1.375rem;
  margin: 30px 0px 40px;
}

.stac-main-right-prod {
  border: 0px solid;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-left: 0px;
  padding: 0px 50px;
}
.tabp-display-none{
  display: none;
}
.content {
  padding: 20px;
  background-color: white;
  position: relative;
  border-radius: 0px;
  width: 100%;
  margin: auto auto auto 0px;
  box-shadow: 0px 15px 60px #00000014;
}
.content-right {
  padding: 20px;
  background-color: white;
  position: relative;
  border-radius: 0px;
  width: 100%;
  margin: auto 0px;
  box-shadow: 0px 15px 60px #00000014;
}

.acc-button {
  background: #005380 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 40px #00000026;
  border-radius: 45px;
  outline: none !important;
  padding: 15px;
  color: #fff;
  width: 26%;
  font-size: 1.375rem;
  font-weight: 600;
  border: none;
  margin: 20px auto 150px auto;
  
}
.right {
  margin-left: 10px;
}

.stac-buss-img-acc {
  position: absolute;
    /* margin-top: 22%; */
    max-width: 85%;
    left: 28%;
    top: 10%;
    height: 40%;
    /* margin-left: -40%; */
    /* margin-right: 35px; */
    box-shadow: 40px 40px 60px #0000001A;
}
.factory-left-main {
  border: 0px solid;
  margin: 30px auto;
  text-align: center;
}
.fact-left {
  border: 0px solid;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.fact-right-title {
  color: #005380;
  font-size: 1.375rem;
  font-family: Helvetica;
  font-weight: 600;
  margin-top: 20px;
}
.stac-main-qual-img {
       /* margin-top: 22%; */
       position: absolute;
       max-width: 85%;
       height: 40%;
       left: 0%;
       top: 16%;
       /* margin-left: -40%; */
       box-shadow: 40px 40px 60px 22px #0000001A;
}
.cus-title {
  font-size: 2.063rem;
  font-family: Helvetica;
  font-weight: 600;
  color: #005380;
}
.card1 {
  padding: 40px 10px 0px 10px;
  box-shadow: 0px 20px 50px #00000014;
  height: 550px;
  z-index: 1;
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  z-index: 1;
}
.all-main {
  max-width: 1920px;
  margin: 15% auto 0px auto;

  overflow-x: hidden;
}
.stac-main {
  border: 0px solid;
  background-color: #EBF8FF;
  position: relative;
}
.con-img {
  width: 100%;
  height: 40%;
}
.contact-map {
  width: 80%;
  height: 125px;
}
.probg-img2 {
  opacity: 1;
  display: block;
  width: 100%;
  height: 180px;
  /* transition: .5s ease; */
}
.tab-mob-center{
  text-align: center;
}

.cer-imgg{
  object-fit: contain !important;
}























}
























@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {


  .mt-100 {
    margin-top: 50px;
}
.banner-title {
  font-size: 2.188rem;
  color: #005380;
  font-weight: 600;
  font-family: "Helvetica";
  line-height: 60px;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-left: 30px;
}

.cont-button {
  background: #005380 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 40px #00000026;
  border-radius: 45px;
  outline: none !important;
  padding: 15px;
  color: #fff;
  width: 40%;
  border: none;
}
.learn-button {
  border: 3px solid #005380;
  border-radius: 45px;
  outline: none !important;
  padding: 12px;
  color: #005380;
  width: 40%;
  margin-left: 20px;
}
.cer-imgg{
  object-fit: contain !important;
}
.card-para {
  font-size: 0.94rem;
  color: #005380;
  font-weight: 600;
  text-align: center;
  font-family: Helvetica;
  width: 90%;
  margin: auto;
  height: 220px;
}
.card-button {
  background: #005380 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 40px #00000026;
  border-radius: 45px;
  outline: none !important;
  padding: 15px;
  color: #fff;
  width: 100%;
  border: none;
  font-size: 1.25rem;
  margin: 50px auto;
  font-family: Helvetica;
}

.project-button-banner {
  background: #005380 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 40px #00000026;
  border-radius: 45px;
  outline: none !important;
  padding: 20px;
  color: #fff;
  width: 40%;
  border: none;
  font-family: Helvetica;
  margin-top: 10px;
}
.bg1-main {
  color: #fff;
  margin: -52% auto;
}
.bg1-main {
  position: absolute;
    top: 10%;
    left: 2%;
    right: 1%;
    color: #fff;
}
.left {
  background-color: #005380;
  width: 20%;
  height: 265px;
  display: inline-block;
  vertical-align: top;
  padding: 80px 28px;
}
.right-bg {
  background-color: #fff;
  width: 80%;
  height: 265px;
  display: inline-block;
  vertical-align: top;
  margin-left: -5px;
  padding: 0px 50px 0px 0px;
}
.main1 {
  position: relative;
  margin-top: -140px;
  z-index: -1;
}
.bg2-main {
  position: absolute;
  bottom: 12% !important;
  left: 10%;
  right: 10%;
  text-align: center;
  color: #fff;
}

.desk-display-none {
  display: none;
}
.stac-main-right2 {
  border: 0px solid;
  width: 80%;
}

.quality-button {
  background: #005380 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 40px #00000026;
  border-radius: 45px;
  outline: none !important;
  padding: 15px;
  color: #fff;
  width: 30%;
  border: none;
  margin: 30px 0px;
}
.stac-buss-img {
  float: left;
  position: absolute;
  left: 0;
  top: 19%;
  width: 60%;
  height: 60%;
}
.business-title {
  font-size: 2.188rem;
  color: #005380;
  font-family: Helvetica;
  font-weight: 600;
  margin-top: 15%;
}
.buss-main-right {
  border: 0px solid;
  display: inline-block;
  vertical-align: top;
  width: 88%;
  margin-top: 7px;
  font-family: Helvetica;
}
.con-img-main {
  border: 0px solid;
  position: relative;
  height: 100%;
}

.buss2-title {
  font-size: 3.75rem;
  color: #005380;
  font-weight: 600;
  font-family: Helvetica;
}
.buss2-title1 {
  font-size: 1.125rem;
  color: #005380;
  font-weight: 600;
  font-family: Helvetica;
}

.stac-main-right-pro {
  border: 0px solid;
  width: 100%;
}
.stac-main-right {
  border: 0px solid;
  width: 45%;
  display: inline-block;
  vertical-align: top;
  margin-left: 170px;
}
.list-pro {
  color: #005380;
  font-size: 0.813rem;
  font-weight: 600;
}

.right::after {
  left: -37px;
}
.factory-main-left {
  border: 0px solid;
  width: 87%;
  display: inline-block;
  padding: 50px 20px 50px 20px;
}

.fact-right-title1 {
  color: #005380;
  font-size: 2.188rem;
  font-family: Helvetica;
  font-weight: 600;
}

.fact-right {
  border: 0px solid;
  display: inline-block;
  vertical-align: top;
  width: 80%;
}

.carousel-item {
  position: relative;
  /* display: none; */
  float: left;
  width: 100%;
  height: 400px;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

.carousel-inner {
  position: relative;
  width: 60%;
  height: 400px;
  overflow: hidden;
  margin: 30px auto;
}
.factory-title {
  font-size: 2.125rem;
  color: #005380;
  font-family: Helvetica;
  font-weight: 600;
  margin-top: 100px;
}
.mt--450 {
  margin-top: -210px;
}
.contact-titles {
  font-size: 2.5rem;
  font-weight: 700;
  color: #005380;
  text-transform: uppercase;
  text-align: right;
  font-family: Helvetica;
}
.border1 {
  border-right: 10px solid #CEEEFF;
  display: inline-block;
  text-align: right;
  height: 50px;
  position: absolute;
  transform: rotate(10deg);
  top: 6px;
  right: -16px;
}
.border2 {
  border-right: 10px solid #005380;
  display: inline-block;
  text-align: right;
  height: 50px;
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  margin-left: 5px;
  position: absolute;
  top: 7px;
  right: -30px;
}
.stac-main-left {
  border: 0px solid;
  width: 27%;
  background-color: #005380;
  vertical-align: top;
  display: inline-block;
  height: 800px;
}
.stac-main {
  border: 0px solid;
  background-color: #EBF8FF;
  position: relative;
}
.buss-button {
  background: #005380 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 40px #00000026;
  border-radius: 45px;
  outline: none !important;
  font-weight: 600;
  padding: 15px;
  color: #fff;
  width: 25%;
  border: none;
  margin: auto;
  font-family: helvetica;
  font-size: 1.375rem;
}

.fact-left {
  border: 0px solid;
  width: 12%;
  height: 60px;
  display: inline-block;
  vertical-align: top;
}

.factory-main-right {
  border: 0px solid;
  width: 13%;
  margin-left: -5px;
  display: inline-block;
  background-color: #005380;
  vertical-align: top;
  height: 400px;
}
.tab-factory button {
  background-color: #CEEEFF;
  border: 2px solid #CEEEFF;
  outline: none !important;
  cursor: pointer;
  padding: 18px;
  transition: 0.3s;
  font-size: 1.125rem;
  font-family: Helvetica;
  width: 22%;
  margin-top: 15px;
  border-radius: 50px;
  color: #005380;
  margin-right: 18px;
  font-weight: 600;
}

.tab-factory-button {
  background: #005380 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 40px #00000026;
  border-radius: 45px;
  outline: none !important;
  padding: 15px;
  color: #fff;
  width: 60%;
  border: none;
  margin: 20px auto 50px auto;
  font-weight: 600;
  font-size: 1.375rem;
  font-family: Helvetica;

}
.card1 {
  padding: 40px 20px 0px 20px;
  box-shadow: 0px 20px 50px #00000014;
  height: 535px;
  z-index: 1;
  width: 97%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card {
  padding: 30px 20px;
  box-shadow: 0px 20px 50px #00000014;
  height: 100%;
  z-index: 1;
  width: 97%;
  border: 0px solid rgba(0, 0, 0, 0.125) !important;
}
.border1-pro {
  border-right: 10px solid #CEEEFF;
  display: inline-block;
  text-align: right;
  height: 50px;
  position: absolute;
  transform: rotate(10deg);
  top: 16px;
  right: -4px;
}

.border2-pro {
  border-right: 10px solid #005380;
  display: inline-block;
  text-align: right;
  height: 50px;
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  margin-left: 5px;
  position: absolute;
  top: 18px;
  right: -21px;
}


.swiper-container {
  width: 100%;
  height: 600px !important;
  margin-top: 50px;
}

.tab {
  overflow: hidden;
  /* border: 1px solid #ccc; */
  background-color: #fff;
  width: 90%;
  margin: 40px auto;
}

.contact-title {
  font-size: 1rem;
  font-weight: 600;
  font-family: Helvetica;
  color: #005380;
}
.stac-main-con-img {
  margin-top: 16%;
  width: 40%;
  height: 400px;
  margin-left: -28%;
  box-shadow: 40px 40px 60px 22px #0000001A;
}

.content {
  padding: 20px;
  background-color: white;
  position: relative;
  border-radius: 0px;
  width: 90%;
  margin: auto auto auto auto;
  box-shadow: 0px 15px 60px #00000014;
}
.content-right {
  padding: 20px;
  background-color: white;
  position: relative;
  border-radius: 0px;
  width: 90%;
  margin: auto 0px;
  box-shadow: 0px 15px 60px #00000014;
}
.stac-buss-img-acc {
  margin-top: 16%;
  max-width: 43%;
  height: 430px;
  margin-left: -28%;
  margin-right: 35px;
  box-shadow: 40px 40px 60px #0000001A;
}

.ml-0{
  margin-left: 0px;
}

.stac-main-qual-img {
  float: left;
  position: absolute;
  left: 0;
  top: 19%;
  width: 60%;
  height: 60% !important;
}

.stac-main-img {
  float: left;
  position: absolute;
  left: 0;
  top: 19%;
  width: 60%;
  height: 60% !important;

}

.tab button {
  background-color: #fff;
  border: 2px solid #005380;
  float: none;
  outline: none !important;
  cursor: pointer;
  padding: 18px;
  transition: 0.3s;
  font-size: 1rem;
  font-family: Helvetica;
  width: 30%;
  margin-top: 15px;
  border-radius: 50px;
  color: #005380;
  margin-right: 0px;
  font-weight: 500;
}


.swiper-slide {
  text-align: center;
  font-size: 1.125rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 500px;
}
.tabh-display-none{
  display: none;
}

.tabh-display-block{
  display: block !important;
}
.stac-main-right1 {
  border: 0px solid;
  text-align: right;
  margin-top: 10px;
  position: relative;
  margin-right: 30px !important;
}





















}







@media   (min-width: 416px) and (max-width: 736px){

.mt--450 {
    margin-top: 100px !important;
}



}







@media (min-width: 320px) and (max-width: 600px){


  .banner-title {
    font-size: 1.375rem;
    color: #005380;
    font-weight: 600;
    font-family: "Helvetica";
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-left: 20px;
}
.footer-map {
  width: 100%;
  height: 180px;
  margin-top: 30px;
}
.footer-2 {
  font-size: 0.95rem;
  font-family: Helvetica;
  font-weight: 400;
  color: #fff;
  margin-top: 30px;
}
.footer-para {
  color: #fff;
  font-size: 0.95rem;
  margin-bottom: 70px;
  width:100%;
}
.footer-con {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 500;
  margin: 20px 0px;
  font-family: Helvetica;
}
.cusbor-bottom {
  border-bottom: 3px solid #005380;
  width: 20%;
  margin: 15px auto;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
  text-align: center;
}
.card-button-main {
  margin: auto;
  width: 90%;
}
.card-button {
  background: #005380 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 40px #00000026;
  border-radius: 45px;
  outline: none !important;
  padding: 15px;
  color: #fff;
  width: 100%;
  border: none;
  font-size: 1rem;
  margin: 0px auto;
  font-family: Helvetica;
}
.mob-font{
  font-size:2rem !important;
}
.card-para {
  font-size: 0.95rem;
  color: #005380;
  font-weight: 600;
  text-align: center;
  font-family: Helvetica;
  width: 90%;
  margin: auto;
  height: 260px;
}
.left {
  background-color: #005380;
  width: 100%;
  /* height: 100%; */
  display: inline-block;
  vertical-align: top;
  padding: 50px;
}
.card-title {
  font-size: 1.563rem;
  color: #005380;
  font-weight: 600;
  text-align: center;
  font-family: Helvetica;
  margin-top: 0px;
}
.right-bg {
  background-color: #fff;
  width: 100%;
  height: 11%;
  display: inline-block;
  vertical-align: top;
  margin-left: 0px;
  text-align: center;
  padding: 20px;
  box-shadow: 10px 15px 80px #0000001A;

}
.right {
  margin-left: 0px;
}
.bor-bottom {
  border-bottom: 3px solid #005380;
  width: 16%;
  margin: 20px auto;
}

.project-head {
  font-size: 1.875rem;
  font-weight: 600;
  text-transform: uppercase;
  font-family: Helvetica;
  text-align: right;
  color: #005380;
}

.mob-display-none{
  display: none;
}

.desk-display-none{
  display: block;
}

.project-button-banner {
  background: #005380 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 40px #00000026;
  border-radius: 45px;
  outline: none !important;
  padding: 15px;
  color: #fff;
  width: 50%;
  border: none;
  font-family: Helvetica;
  margin-top: 10px;
  margin:60px auto auto auto;
}
.tab {
  overflow: hidden;
  /* border: 1px solid #ccc; */
  background-color: #fff;
  width: 100%;
  margin: 40px auto;
}
.tab {
  overflow: hidden;
  /* border: 1px solid #ccc; */
  background-color: #fff;
  width: 100%;
  margin: 40px auto;
  white-space: nowrap;
  overflow: auto;
  display: flex;
}
.tab::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.tab {
-ms-overflow-style: none;  /* IE and Edge */
scrollbar-width: none;  /* Firefox */
}
.tab button {
  background-color: #fff;
  border: 2px solid #005380;
  float: left;
  outline: none !important;
  cursor: pointer;
  padding: 18px 60px;
  transition: 0.3s;
  font-size: 0.875rem;
  font-family: Helvetica;
  width: 100%;
  margin-top: 15px;
  border-radius: 50px;
  color: #005380;
  margin-right: 18px;
}
.tab button:nth-child(6) {
  /* background-color: #fff; */
  width: 100%;
  margin-right: 0px;
  padding: 7px 60px !important;
}
.mob-w{
  width:50%;
}

.pro-img-item {
  border: 0px solid;
  width: 100%;
  height: 130px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}
.project-button {
  background: #005380 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 40px #00000026;
  border-radius: 45px;
  outline: none !important;
  padding: 20px;
  color: #fff;
  width: 50%;
  border: none;
  font-family: Helvetica;
  margin: 40px auto 70px auto;
}

.cont-button {
  background: #005380 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 40px #00000026;
  border-radius: 45px;
  outline: none !important;
  padding: 15px;
  color: #fff;
  width: 60%;
  border: none;
  margin:  auto;
}

.learn-button {
  border: 3px solid #005380;
  border-radius: 45px;
  outline: none !important;
  padding: 12px;
  color: #005380;
  width: 60%;
  margin: 30px auto 60px auto;
}
.card {
  padding: 10px;
  box-shadow: 10px 15px 80px #0000001A;
  z-index:1
}

.main1 {
  position: relative;
  margin-top: -140px;
}

.bg2-button {
  border: 0px solid #005380;
  border-radius: 45px;
  outline: none !important;
  padding: 15px;
  color: #005380;
  width: 85%;
  margin-left: 0px;
  font-family: Helvetica;
  font-weight: 600;
  margin-top:40px;
  font-size: 1rem;
}
.cus-title {
  font-size: 2rem;
  font-family: Helvetica;
  font-weight: 600;
  color: #005380;
}
.bg2-main {
  position: absolute;
  bottom: 12%;
  left: 5%;
  right: 5%;
  text-align: center;
  color: #fff;
}
.bg-color {
  background-color: #EBF8FF;
  padding: 50px 0px;
}
.cus-img-1 {
  width: 85%;
  height: 95%;
  margin-bottom: 30px;
}
.cus-para {
  font-size: 0.95rem;
  font-family: Helvetica;
  font-weight: 600;
  color: #005380;
  margin-bottom: 30px;
  width:100%;
}
.bg2-para {
  margin: 15px auto;
  width: 79%;
  font-size: 0.95rem;
}
.bg2-border {
  border-bottom: 3px solid #fff;
  width: 10%;
  margin: 10px auto;
}
.in-bg2 {
  height: 600px;
    object-fit: cover;
}

.contact-titles {
  font-size: 1.563rem;
  font-weight: 600;
  color: #005380;
  text-transform: uppercase;
  text-align: right;
  margin: 70px 55px 40px 20px;
}

.border1 {
  border-right: 7px solid #CEEEFF;
  display: inline-block;
  text-align: right;
  height: 28px;
  position: absolute;
  transform: rotate(10deg);
  top: 100px;
  right: 37px;
}
.border2 {
  border-right: 7px solid #005380;
    display: inline-block;
    text-align: right;
    height: 28px;
    -ms-transform: rotate(20deg);
    transform: rotate(10deg);
    margin-left: 5px;
    position: absolute;
    top: 100px;
    right: 25px;
}

.border1-pro {
  border-right: 7px solid #CEEEFF;
  display: inline-block;
  text-align: right;
  height: 28px;
  position: absolute;
  transform: rotate(10deg);
  top: 8px;
    right: 3px;
}
.border2-pro {
  border-right: 7px solid #005380;
    display: inline-block;
    text-align: right;
    height: 28px;
    -ms-transform: rotate(20deg);
    transform: rotate(10deg);
    margin-left: 5px;
    position: absolute;
    top: 9px;
    right: -7px;
}

.stac-main-left {
  border: 0px solid;
  width: 30%;
  background-color: #005380;
  vertical-align: top;
  display: inline-block;
  height: 60vh;
  position: relative;
}

.stac-main-img {
  position: absolute;
    left: 0%;
    top: 8%;
    max-width: 85%;
    height: 24%;
    height: 20%;


}

.mob-tabp-display-none{
  display: none;
}
.stac-main-right-pro {
  border: 0px solid;
  width: 80%;
}
.pro-item {
  display: inline-block;
  width: 100%;
}
.stac-main-right {
  border: 0px solid;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-left: 0px;
  background: #fff;
  padding: 0px 20px;
}
.product-para {
  font-size: 1.25rem;
  color: #005380;
  font-weight: 600;
  font-family: Helvetica;
  margin-top: 100px;
}
.stac-main-right2 {
  border: 0px solid;
  width: 80%;
  margin: auto;
  background: #fff;
}
.contact-button {
  background: #005380 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 40px #00000026;
  border-radius: 45px;
  outline: none !important;
  padding: 15px;
  color: #fff;
  width: 70%;
  border: none;
  margin: 30px auto 60px auto;
  text-align: center;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 0px solid #005380;
  border-bottom: 1px solid #005380;
  border-left: 0px solid #005380;
  border-right: 0px solid #005380;
  border-radius: 0px;
  outline: none !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-controls {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ECECEC;
  background-clip: padding-box;
  border: 1px solid #CEEEFF;
  height: 150px;
  border-radius: 0px;
  outline: none !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.con-img {
  width: 100%;
  height: 85%;
  margin-top: 50px;
  padding: 0px 0px 50px;
}
.stac-main-right-qua {
  border: 0px solid;
  width: 100%;
  padding: 0px 25px;
}

.contact-button-qua {
  background: #005380 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 40px #00000026;
  border-radius: 45px;
  outline: none !important;
  padding: 15px;
  color: #fff;
  width: 60%;
  border: none;
  margin: 30px 0px 50px 0px;
}
.quality-head {
  font-size: 1.875rem;
  text-align: center;
  color: #005380;
  font-family: Helvetica;
  font-weight: 600;
  margin-top: 50px;
}
.quality-border {
  border-bottom: 5px solid #005380;
  width: 30%;
  margin: 20px auto;
}
.quality-title {
  color: #005380;
  font-family: Helvetica;
  text-align: center;
  font-weight: 600;
  margin: 20px;
}
.quality-button {
  background: #005380 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 40px #00000026;
  border-radius: 45px;
  outline: none !important;
  padding: 15px;
  color: #fff;
  width: 80%;
  border: none;
  margin: 60px 0px;
}
.stac-main {
  border: 0px solid;
  background-color: #EBF8FF;
  position: relative;
}
.stac-buss-img-acc {
  max-width: 85%;
  height: 35%;
  margin-left: 0px;
  /* margin-top: -115%; */
  position: absolute;
  left: 0;
  top: 2%;
}
.stac-buss-img {
  max-width: 85%;
  height: 22%;
  margin-left: 0px;
  /* margin-top: -115%; */
  position: absolute;
  left: 0;
  top: 4%;
}
.banner-butt-main {
  border: 0px solid;
  text-align: center;
  width: 100%;
}
.stac-main-right-buss {
  border: 0px solid;
  width: 100%;
  padding: 0px 0px;
  margin-left: 0px;
}
.buss-para {
  color: #005380;
  margin-top: 20px;
  font-size: 1.063rem;
  font-weight: 600;
}
.contact-button-buss {
  background: #005380 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 40px #00000026;
  border-radius: 45px;
  outline: none !important;
  padding: 15px;
  color: #fff;
  width: 70%;
  border: none;
  margin: 50px auto;
}
.buss-main-1-left {
  border: 0px solid;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.buss-main-1-right {
  border: 0px solid;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-left: 0px;
}
.ml-50 {
  margin-left: 0px;
}
.tab-mob-center{
  text-align: center;
}
.contact-two {
  padding: 20px 0px;
}
.buss-main-right {
  border: 0px solid;
  display: inline-block;
  vertical-align: top;
  width: 100% !important;
  margin-top: 0px !important;
  font-family: Helvetica;
  margin: 0px 0px 50px 0px;
  padding:0px 20px;
}
.ml-70{
  margin-left: 0px;
}
.buss-cont {
  color: #005380;
  font-size: 0.813rem;
  vertical-align: top;
  display: inline-block;
  margin-left: 20px;
  font-weight: 600;
  margin-top: 35px;
  margin-left: 0px;
  width: 85%;
}
.tab-mob-center{
  text-align: center;
}
.letter {
  font-size: 3.438rem;
  color: #fff;
  font-weight: 600;
  background-color: #005380;
  display: inline-block;
  vertical-align: top;
  margin: auto;
  width: 11%;
  text-align: center;
}
.buss-button {
  background: #005380 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 40px #00000026;
  border-radius: 45px;
  outline: none !important;
  padding: 15px;
  color: #fff;
  width: 70%;
  border: none;
  margin: auto;
}
.buss-main-sub {
  border: 0px solid;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-left: 0px;
}
.pro-title {
  font-weight: 600;
  font-size: 1.875rem;
  color: #005380;
  font-family: Helvetica;
  /* display: unset; */
  width:100%;
}

.pro-img-main-right {
  border: 0px solid;
  width: 100%;
  height: 100%;
  display: unset;
  margin-left: 0px;
}
.pro-img {
  width: 100%;
  height: 100%;
  margin-top: 20px;
}
.pro-img-main-left {
  border: 0px solid;
  width: 30%;
  height: 250px;
  display: unset;
  margin-right: 0px;
}

.mob-top{
  margin-top:50px;
}
.product-button {
  background: #005380 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 40px #00000026;
  border-radius: 45px;
  outline: none !important;
  padding: 15px;
  color: #fff;
  width: 60%;
  border: none;
  margin: 60px auto;
}
.business-title {
  font-size: 1.75rem;
  color: #005380;
  font-family: Helvetica;
  font-weight: 600;
  margin-top: 80px;
}
.contact-bor-bottom {
  border-bottom: 5px solid #005380;
  width: 27%;
  margin: 15px 0px 20px 0px;
}
.business-title1 {
  font-size: 1.875rem;
  color: #005380;
  font-family: Helvetica;
  font-weight: 600;
  margin-top: 80px;
  text-align: center;
}
.factory-bor-bottom {
  border-bottom: 4px solid #005380;
  width: 20%;
  text-align: center;
  display:block;
  margin: 20px auto;
}
.timeline::after {
  left: 31px;
}

/* Full-width containers */
.container1 {
  width: 100%;
  padding : 10px 20px;
  
}
.content-right {
  padding: 20px;
  background-color: white;
  position: relative;
  border-radius: 0px;
  width: 100%;
  margin: auto 0px;
  box-shadow: 0px 15px 60px #00000014;
}
.acc-button {
  background: #005380 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 40px #00000026;
  border-radius: 45px;
  outline: none !important;
  padding: 15px;
  color: #fff;
  width: 55%;
  font-size: 1.375rem;
  font-weight: 600;
  border: none;
  margin: 20px auto 100px auto;
}
/* Make sure that all arrows are pointing leftwards */
.container1::before {
  left: 60px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Make sure all circles are at the same spot */
.left1::after, .right::after {
  left: -19px;
}

/* Make all right containers behave like the left ones */
.right {
  left: 0%;
}

.bg-factory {
  
  background-color: #EBF8FF;
  padding: 0px 10px;
  margin-top: 60px;

}
.tab-factory-button {
  background: #005380 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 40px #00000026;
  border-radius: 45px;
  outline: none !important;
  padding: 15px;
  color: #fff;
  width: 95%;
  border: none;
  margin: 20px auto 50px auto;
}

.carousel-inner {
  position: relative;
  width: 93%;
  height: 350px;
  overflow: hidden;
  margin: 30px auto 80px auto;
}

.carousel-item {
  position: relative;
  /* display: none; */
  float: left;
  width: 100%;
  height: 350px;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
.project-main {
  border: 0px solid;
  width: 100%;
  margin: auto 0px;
}
.tab-factory button {
  background-color: #CEEEFF;
  border: 2px solid #CEEEFF;
  float: left;
  outline: none !important;
  cursor: pointer;
  padding: 18px;
  transition: 0.3s;
  font-size: 0.875rem;
  font-family: Helvetica;
  width: 70%;
  margin-top: 15px;
  border-radius: 50px;
  color: #005380 !important;
  margin-right: 18px;
}
.pro-img-main {
  border: 0px solid;
  margin-top: 40px;
}
.fac-w {
  width: 80%;
  margin: auto;
}
.ml-30 {
  margin-left: 0px;
}
.prev {
  border-left: 4px solid #005380;
  left: -30px;
  transform: rotate(-45deg);
  position: absolute;
  top: 45%;
}
.next {
  border-right: 4px solid #005380;
  right: -30px;
  transform: rotate(45deg);
  position: absolute;
  top: 45%;
}
.factory-title {
  font-size: 2.125rem;
  color: #005380;
  font-family: Helvetica;
  font-weight: 600;
  margin-top: 50px;
  text-align: center;
}
.factory-main-right {
 display: none;
}
.factory-main-left {
  border: 0px solid;
  width: 100%;
  display: inline-block;
  padding: 20px;
}
.fact-left {
  border: 0px solid;
  width: 40%;
  display: unset;
  vertical-align: top;
  margin: auto;
  text-align: center;
}
.fact-right {
  border: 0px solid;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-left: 0;

}
.fact-right-title1 {
  color: #005380;
  font-size: 3.75rem;
  font-family: Helvetica;
  font-weight: 600;
}
.factory-left-main {
  border: 0px solid;
  margin: 30px 0px;
  text-align: center;
}
.mobile-w{
  width:60%;
}
.fact-right-title {
  color: #005380;
  font-size: 1.125rem;
  font-family: Helvetica;
  font-weight: 600;
  margin-top:20px
}
.mt--450 {
  margin-top: 175px;
}

.bg1-main {
  margin: -165% auto;
}

.bor-left {
  border-left: 10px solid #005380;
}
.in-para {
  color: #005380;
  font-weight: 600;
  font-size: 0.95rem;
  font-family: Helvetica;
}
.fac-img-item {
  border: 0px solid;
  width: 100%;
  height: 130px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
  box-shadow: 0px 30px 60px #00000040;
}
.factory-bottom {
  border-bottom: 5px solid #005380;
  width: 30%;
  margin: 20px auto;
}
.Factory-para {
  color: #005380;
  font-size: 1.063rem;
  font-weight: 600;
  font-family: helvetica;
  text-align: center;
}
.content {
  padding: 20px;
  background-color: white;
  position: relative;
  border-radius: 0px;
  width: 100%;
  margin: auto auto auto auto;
}
.stac-main-qual-img {
  max-width: 85%;
  position: absolute;
  height: 28%;
  margin-left: 0;
  box-shadow: 40px 40px 60px 22px #0000001A;
  left: 0;
  top: 10%;

}
.stac-main-qual-right {
  border: 0px solid;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-left: 0px;
}
.stac-main-qual-right {
  border: 0px solid;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-left: 0px;
  background: #fff;
}
.stac-main-right-qua {
  border: 0px solid;
  width: 100%;
  margin-left: 0px;
}
.stac-contct-main-left {
  border: 0px solid;
  width: 27%;
  background-color: #005380;
  vertical-align: top;
  display: inline-block;
  height: 400px;
}
.stac-main-con-img {
  margin-top: 20%;
  width: 85%;
  height: 85%;
  margin-left: -28%;
  box-shadow: 40px 40px 60px 22px #0000001A;
}
.stac-main-con-right {
  border: 0px solid;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-left: 0px;
  background-color: #fff;
}
.contact-para {
  color: #005380;
  margin-top: 80px;
  font-size: 1.4em;
  font-weight: 600;
}

.contact-map {
  width: 100%;
  height: 180px;
}

.stac-main-right-prod {
  border: 0px solid;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-left: 0px;
  background-color: #fff;
  padding: 10px 20px;
}
.tab-factory {
  overflow: hidden;
  /* border: 1px solid #ccc; */
  background-color: #fff;
  width: 100%;
  margin: 40px 0px 0px 45px;
}
.card1 {
  padding: 40px 20px;
  box-shadow: 0px 20px 50px #00000014;
  height: 535px;
  z-index: 1;
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.mfp-title {
  text-align: center !important;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 0px !important;
  margin-top: 60px;
}

.probg-img {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  position: relative;
  box-shadow: 0px 20px 60px #0000001A;
}

.probg-img2 {
  opacity: 1;
  display: block;
  width: 100%;
  height: 140px;
  /* transition: .5s ease; */
}

.pro-border-right {
  border-bottom: 4px solid #005380;
  width: 42%;
  text-align: right;
  display: inline-block;
}

.pro-border-left {
  border-bottom: 4px solid #005380;
  width: 28%;
  text-align: left;
  display: inline-block;
}
.cer-imgg{
  object-fit: contain;
}
.contact-con{
  color:#005380;
  font-family: Helvetica;
  font-size: 1rem;
}



















}



@media (max-width: 1500px){


.buss-main-right {
  border: 0px solid;
  display: inline-block;
  vertical-align: top;
  width: 81%;
  margin-top: 80px;
  font-family: Helvetica;
}

}


@media (max-width: 1300px){


  .buss-main-right {
    border: 0px solid;
    display: inline-block;
    vertical-align: top;
    width: 81%;
    margin-top: 50px;
    font-family: Helvetica;
  }
  .cus-para {
    font-size: 1rem !important;
    font-family: Helvetica;
    font-weight: 600;
    color: #005380;
    text-align: justify;
    width: 90%;
}
  
  }


@media (min-width: 1100px) and (max-width: 1400px){


  .banner-title {
    font-size: 2.813rem;
    color: #005380;
    font-weight: 600;
    font-family: "Helvetica";
    line-height: 75px;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-left: 30px;
}
.card-para {
  font-size: 0.94rem;
  color: #005380;
  font-weight: 600;
  text-align: center;
  font-family: Helvetica;
  width: 90%;
  margin: auto;
  height: 130px;
}
.bg2-button {
  border: 0px solid #005380;
  border-radius: 45px;
  outline: none !important;
  padding: 15px;
  color: #005380;
  width: 40%;
  margin-left: 20px;
  font-family: Helvetica;
  font-weight: 600;
  font-size: 1.375rem;
  background-color: #fff;
}
.bg2-main {
  position: absolute;
  bottom: 8%;
  left: 20%;
  right: 20%;
  text-align: center;
  color: #fff;
}

.buss2-title1 {
  font-size: 1.25rem;
  color: #005380;
  font-weight: 600;
  font-family: Helvetica;
}
.fact-right-title {
  color: #005380;
  font-size: 0.875rem;
  font-family: Helvetica;
  font-weight: 600;
}
.fact-right-title1 {
  color: #005380;
  font-size: 2.813rem;
  font-family: Helvetica;
  font-weight: 600;
}
.tab-factory-button {
  background: #005380 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 40px #00000026;
  border-radius: 45px;
  outline: none !important;
  padding: 15px;
  color: #fff;
  width: 50%;
  border: none;
  margin: 20px auto 50px auto;
  font-weight: 600;
  font-size: 1.375rem;
  font-family: Helvetica;
  
}
.contact-titles {
  font-size: 2.813rem;
  font-weight: 700;
  color: #005380;
  text-transform: uppercase;
  text-align: right;
  font-family: Helvetica;
}
.stac-main-right1 {
  border: 0px solid;
  text-align: right;
  margin-top: 10px;
  position: relative;
  margin-right: 20px !important;
}
.stac-main-right {
  border: 0px solid;
  width: 44%;
  display: inline-block;
  vertical-align: top;
  margin-left: 18%;
}
.tab {
  overflow: hidden;
  /* border: 1px solid #ccc; */
  background-color: #fff;
  width: 70%;
  margin: 40px auto;
}
.pro-img-item {
  border: 0px solid;
  width: 100%;
  height: 300px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-animation: fadeInScale 0.7s ease-in-out;
  -moz-animation: fadeInScale 0.7s ease-in-out;
  animation: fadeInScale 0.7s ease-in-out;
}

.stac-main-con-img {
  margin-top: 15%;
  width: 40%;
  height: 90%;
  margin-left: -28%;
  box-shadow: 40px 40px 60px 22px #0000001A;
}
.right::after {
  right: 102%;
}

.product-para {
  font-size: 1.875rem;
  color: #005380;
  font-weight: 600;
  font-family: Helvetica;
  margin-top: 13%;
}

.pro-main {
  border: 0px solid;
  width: 110%;
}










}



@media (min-width: 1500px) and (max-width: 1900px){
.small-cer {
  padding: 100px 30px;
  height: 520px;
}
.small-para {
  margin-top: 80px !important;
}
.buss-main-right {
  border: 0px solid;
  display: inline-block;
  vertical-align: top;
  width: 81%;
  margin-top: 125px;
  font-family: Helvetica;
}
.buss-cont {
  color: #005380;
  font-size: 1.188rem;
  vertical-align: top;
  display: inline-block;
  margin-left: 20px;
  font-weight: 600;
  margin-top: 50px;
  margin-left: 5px;
  width: 90%;
}
.buss-main-right {
  border: 0px solid;
  display: inline-block;
  vertical-align: top;
  width: 81%;
  margin-top: 10%;
  font-family: Helvetica;
}
.business-title {
  font-size: 2.188rem;
  color: #005380;
  font-family: Helvetica;
  font-weight: 600;
  margin-top: 11%;
}
.contact-para-qua {
  color: #005380;
  margin-top: 95px;
  font-size: 1rem;
  font-weight: 600;
}

.product-para {
  font-size: 2rem;
  color: #005380;
  font-weight: 600;
  font-family: Helvetica;
  margin-top: 15%;
}
.mt--450 {
  margin-top: -30%;
}

.buss-main-right {
  border: 0px solid;
  display: inline-block;
  vertical-align: top;
  width: 81%;
  margin-top: 145px;
  font-family: Helvetica;
}








}







@media (min-width: 920px) and (max-width: 1200px){

  .project-button-banner {
    background: #005380 0% 0% no-repeat padding-box;
    box-shadow: 0px 15px 40px #00000026;
    border-radius: 45px;
    outline: none !important;
    padding: 20px;
    color: #fff;
    width: 45%;
    border: none;
    font-family: Helvetica;
    margin-top: 10px;
}

.pro-img-item {
  border: 0px solid;
  width: 100%;
  height: 250px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-animation: fadeInScale 0.7s ease-in-out;
  -moz-animation: fadeInScale 0.7s ease-in-out;
  animation: fadeInScale 0.7s ease-in-out;
}
.bor-bottom {
  border-bottom: 3px solid #005380;
  width: 6%;
  margin: 10px 0px;
}

.card-para {
  font-size: 0.94rem;
  color: #005380;
  font-weight: 600;
  text-align: center;
  font-family: Helvetica;
  width: 90%;
  margin: auto;
  height: 220px;
}
.bg2-main {
  position: absolute;
  bottom: 8%;
  left: 10%;
  right: 10%;
  text-align: center;
  color: #fff;
}
.buss2-title {
  font-size: 3.375rem;
  color: #005380;
  font-weight: 600;
  font-family: Helvetica;
}
.buss2-title1 {
  font-size: 1rem;
  color: #005380;
  font-weight: 600;
  font-family: Helvetica;
}

.fact-right-title {
  color: #005380;
  font-size: 0.75rem;
  font-family: Helvetica;
  font-weight: 600;
}
.tab-factory button {
  background-color: #CEEEFF;
  border: 2px solid #CEEEFF;
  outline: none !important;
  cursor: pointer;
  padding: 18px 0px;
  transition: 0.3s;
  font-size: 1.125rem;
  font-family: Helvetica;
  width: 22%;
  margin-top: 15px;
  border-radius: 50px;
  color: #005380;
  margin-right: 18px;
  font-weight: 600;
}
.tab-factory {
  overflow: hidden;
  /* border: 1px solid #ccc; */
  background-color: #fff;
  width: 100%;
  margin: 40px auto;
  text-align: center;
}
.fac-img-item {
  border: 0px solid;
  width: 100%;
  height: 200px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
  box-shadow: 0px 30px 60px #00000040;
}
.probg-img2 {
  opacity: 1;
  display: block;
  width: 100%;
  height: 200px;
  /* transition: .5s ease; */
}
.next {
  border-right: 4px solid #005380;
  right: 15px;
  transform: rotate(45deg);
  position: absolute;
  top: 45%;
}

.prev {
  border-left: 4px solid #005380;
  left: 15px;
  transform: rotate(-45deg);
  position: absolute;
  top: 45%;
}
.acc-button {
  background: #005380 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 40px #00000026;
  border-radius: 45px;
  outline: none !important;
  padding: 15px;
  color: #fff;
  width: 20%;
  font-size: 1.375rem;
  font-weight: 600;
  border: none;
  margin: 20px auto 150px auto;

}
.contact-titles {
  font-size: 2.25rem;
  font-weight: 700;
  color: #005380;
  text-transform: uppercase;
  text-align: right;
  font-family: Helvetica;
}
.contact-button-qua {
  background: #005380 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 40px #00000026;
  border-radius: 45px;
  outline: none !important;
  padding: 15px;
  color: #fff;
  width: 40%;
  border: none;
  margin: 30px 0px;
  font-weight: 600;
  font-size: 1.375rem;
  font-family: Helvetica;

}

.stac-main-qual-img {
  float: left;
  position: absolute;
  left: 0;
  top: 19%;
  width: 60%;
  height: 40%;
}

.product-para {
  font-size: 1.563rem;
  color: #005380;
  font-weight: 600;
  font-family: Helvetica;
  margin-top: 13%;
}
.stac-main-img {
  float: left;
  position: absolute;
  left: 0;
  top: 16%;
  width: 60%;
  height: 45%;
}
.pro-main {
  border: 0px solid;
  width:114%;
}
.product-button {
  background: #005380 0% 0% no-repeat padding-box;
  box-shadow: 0px 15px 40px #00000026;
  border-radius: 45px;
  outline: none !important;
  padding: 15px;
  color: #fff;
  width: 25%;
  border: none;
  margin: 60px auto;
  font-weight: 600;
  font-size: 1.375rem;
  font-family: Helvetica;
 
}

.letter {
  font-size: 3.438rem;
  color: #fff;
  font-weight: 600;
  background-color: #005380;
  display: inline-block;
  vertical-align: top;
  margin: auto;
  width: 8%;
  text-align: center;
}
.buss-cont {
  color: #005380;
  font-size: 0.938rem;
  vertical-align: top;
  display: inline-block;
  margin-left: 20px;
  font-weight: 600;
  margin-top: 40px;
  margin-left: 5px;
  width: 90%;
}
.buss-main {
  border: 0px solid;
  display: inline-block;
  vertical-align: top;
  margin: 0px 0px 30px 86px;
}
.buss-main-right {
  border: 0px solid;
  display: inline-block;
  vertical-align: top;
  width: 88%;
  margin-left: 20px;
  margin-top: 7px;
  font-family: Helvetica;
}

















}










@media (min-width: 1920px){
  .right {
    right: -55.8%;
  }
  .card1 {
    padding: 40px 60px;
    box-shadow: 0px 20px 50px #00000014;
    height: 835px;
    z-index: 1;
    width: 97%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.card-para {
  font-size: 1.2rem;
  color: #005380;
  font-weight: 600;
  text-align: center;
  font-family: Helvetica;
  width: 90%;
  margin: auto;
  height: 130px;
}

.swiper-container {
  width: 100%;
  height: 600px !important;
  margin-top: 50px;
}
.swiper-slide {
  text-align: center;
  font-size: 1.125rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 600px;
}
.pro-img-item {
  border: 0px solid;
  width: 100%;
  height: 450px;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-animation: fadeInScale 0.7s ease-in-out;
  -moz-animation: fadeInScale 0.7s ease-in-out;
  animation: fadeInScale 0.7s ease-in-out;
}
.probg-img:hover {
  border: 0px solid;
  width: 100%;
  height: 450px;
  background-image: url(../img/icon_zoom.png);
  vertical-align: top;
  margin-bottom: 30px;
  transform: scale(1.2);
}
.tab button {
  background-color: #fff;
  border: 2px solid #005380;
  float: left;
  outline: none !important;
  cursor: pointer;
  padding: 18px;
  transition: 0.3s;
  font-size: 1rem;
  font-family: Helvetica;
  width: 30%;
  margin-top: 15px;
  border-radius: 50px;
  color: #005380;
  margin-right: 18px;
  font-weight: 500;
}

.small-cer {
  padding: 150px 30px;
  height: 700px;
}
.small-para {
  margin-top: 100px !important;
}
.right::after {
  right: 115%;
}

.buss-main-right {
  border: 0px solid;
  display: inline-block;
  vertical-align: top;
  width: 81%;
  margin-top: 15%;
  font-family: Helvetica;
}
.buss-cont {
  color: #005380;
  font-size: 1.375rem;
  vertical-align: top;
  display: inline-block;
  margin-left: 20px;
  font-weight: 600;
  margin-top: 50px;
  margin-left: 5px;
  width: 90%;
}
.business-title {
  font-size: 2.188rem;
  color: #005380;
  font-family: Helvetica;
  font-weight: 600;
  margin-top: 14%;
}
.product-para {
  font-size: 2rem;
  color: #005380;
  font-weight: 600;
  font-family: Helvetica;
  margin-top: 19%;
}
.large-screen-w{
  max-width: 70%;
}

.card-item-qual {
  height: 500px;
  z-index: 1;
  width: 100%;
  border: 0px solid rgba(0, 0, 0, 0.125) !important;
  overflow: hidden;
  -webkit-animation: fadeInScale 0.7s ease-in-out;
  -moz-animation: fadeInScale 0.7s ease-in-out;
  animation: fadeInScale 0.7s ease-in-out;
}
.quli-img {
  opacity: 1;
  display: block;
  width: 100%;
  height: 100%;
  transition: .5s ease;
  backface-visibility: hidden;
  position: relative;
  box-shadow: 0px 20px 60px #0000001A;
}

.probg-img {
  opacity: 1;
  display: block;
  width: 100%;
  height: 450px;
  transition: .5s ease;
  backface-visibility: hidden;
  position: relative;
  box-shadow: 0px 20px 60px #0000001A;
}
.in-para {
  color: #005380;
  font-weight: 600;
  font-size: 1.2em;
  text-align: justify;
  font-family: Helvetica;
}
.bg2-para {
  margin: 30px auto;
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
}
.footer-para {
  color: #fff;
  font-size: 0.95rem;
  text-align: justify;
}
.footer-2 {
  font-size: 0.95rem;
  font-family: Helvetica;
  font-weight: 400;
  color: #fff;
  margin-top: 30px;
}
.footer-con {
  color: #fff;
  font-size: 0.95rem;
  font-weight: 500;
  margin: 20px 0px;
  font-family: Helvetica;
}
.footer-address {
  color: #fff;
  font-size: 0.95rem;
  margin-top: 10px;
  font-family: Helvetica;
}
.contact-para-qua {
  color: #005380;
  margin-top: 80px;
  font-size: 1.15rem;
  font-weight: 600;
}
.mt--450 {
  margin-top: -34%;
}

.buss-para {
  color: #005380;
  margin-top: 20px;
  font-size: 1.15rem;
  font-weight: 600;
}

.bg2-main {
  position: absolute;
  bottom: 23%;
  left: 20%;
  right: 20%;
  text-align: center;
  color: #fff;
}

.main-menu ul li a {
  text-decoration: none;
  color: #CECECE;
  margin-left: 20px;
  font-family: Helvetica;
  font-size: 1rem !important;
}
ul li ul.dropdown {
  min-width: 300px !important;
  background: rgba(255,255,255,0.5);
  display: none;
  position: absolute;
  z-index: 999;
  left: 0;
  margin-left: 20px;
  border-top: 0px solid;
}
.logo-img {
  object-fit: cover;
  width: 100%;
  margin-top: -15px !important;
  margin-left: -140px;
}
.fact-right-title {
  color: #005380;
  font-size: 1rem;
  font-family: Helvetica;
  font-weight: 600;
}
.list-pro {
  color: #005380;
  font-size: 1.15rem;
  font-weight: 600;
}
.factory-main-right {
  border: 0px solid;
  width: 13%;
  margin-left: -5px;
  display: inline-block;
  background-color: #005380;
  vertical-align: top;
  height: 590px;
}















}