@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/


/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */



    .gridContainer {
	overflow: hidden;
    }
	
    .mobile-menu{
        display: block;
        float: right;
        position: absolute;
        right: 5%;
        top: 3vh;
        z-index: 100000;
    }


    .mobile-nav{
        display: none;
    }
	
	
	body{
		background-color: white;
        position: relative;
	}
	
	
	
    .gridContainer {
    overflow: hidden;
    
     width: 100vw;
        height: 100vh;
        display: block;
        float: left;
        clear: both;
        position: relative;

        

    }
	
	

	

    #LayoutDiv1 {
        clear: both;
        float: left;
           width: 96vw;
        height: 94vh;
        top: 3vh;
        left: 2vw;
        padding:0;
        margin:1.5vw 3vh;
        background-color:rgb(255,255,255); 
        display: block;
        margin: 0;
        padding: 0;
        position: relative;
        overflow-y: scroll;
       
        z-index: 100;

    }
    
    
       /* width */
::-webkit-scrollbar {
  width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
background: rgb(57,102,199);
background: linear-gradient(170deg, rgba(57,102,199,1) 0%, rgba(32,184,249,1) 100%);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
    
    
	
    
    
    
    
    
    
    
    
    
    
    .homeslider{
        height: 90vh;
        width: 100%;
        display: block;
        float: left;
        clear: none;
        background-color:rgb(23,41,117); 
        position: relative;
        z-index: 50;
    }
    
    
    
    
    
    
    .slidegradient{
        background: rgb(23,41,117);
        background: linear-gradient(180deg, rgba(23,41,117,0.4) 0%, rgba(23,41,117,.8) 100%);
        position: absolute;
        z-index: 50;
        width: 100%;
        height: 90vh;
         display: block;
        float: left;
        clear: both;
    }
    
    
    .slideimg{
        position: absolute;
        z-index: 50;
        width: 100%;
        height: 100%;
        display: none;
        float: left;
        clear: both;
        z-index: 0;
        opacity: .8;
    }
    
    
    
    .slide-text{
         position: absolute;
        z-index: 100;
        width: 100%;
        height: 100%;
        background-image:url("../images/f-assets/fa_bg-tile.svg");
        background-size: 40%;
        background-repeat: no-repeat;
        background-position: top right;
    }
    
    
    
    .slide-graphicelement{
        position: absolute;
        height: 80vh;
        width: 35vw;
        z-index: 50;
        left: -15vw;
        top: 40vh;
       background-image:url("../images/f-assets/fa_graphicelement-big.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top right;
        display: none;
    }
    
    
    
    
    .st-slide{
         position: absolute;
        width: 80vw;
        height: 70vh;
        z-index: 60;
        right: 10%;
        bottom: 25%;
       color: #fff;
       font-family:"Sangira";
        font-size:2em;
        letter-spacing: 0px;
        line-height: 1.6em;
        font-weight: lighter;
        
        
    }
    
    
    .st-slide h1{
        font-weight: lighter;
        position: absolute;
        z-index: 5;
        bottom: 5%;
        text-align: left;
        width: 80%;
        height: auto;
        font-size: 2em;
    }
    
    
    
    
    
    
    
    
    
    
    .products-homeslider{
        position: absolute;
        bottom: -45vh;
        height: 60vh;
        width: 85vw;
        left: 5vw;
        z-index: 500;
        display: grid; 
      grid-template-columns: 1fr; 
      gap: .5em .5em; 
        clear: both;
    }
    
    
    
    
    .products-item{
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        transition: all .4s;
        position: relative;
        overflow: hidden;
    }
    
    
    .pi-inner{
        width: 95%;
        height: 95%;
        margin: 2.5%;
    }
    
    
    
    .pi-header{
        color: #fff;
        opacity: .18;
        font-family:"Kufam-SemiBold";
        font-size:1.4em;
        float: left;
        clear: both;
        display: block;
        margin-left: 5%;
        width: 60%;
        position: absolute;
        z-index: 5000;
        top: 8%;
    }
    
    
    
    .pi-text{
         width: 50%;
        height: auto;
        vertical-align: middle;
        font-family:"Kufam-SemiBold";
        letter-spacing: -.5px;
        color: #fff;
        font-size: 1.7em;
        float: right;
        display: block;
        clear: none;
        text-align: left;
        line-height: .7em;
        padding-top: 1em;
        transition: all .4s;
        position: absolute;
        z-index: 0;
        bottom: 10%;
        right: auto;
        left: 5%;
    }
    
    .pi-text span{
        font-size: .7em;
        opacity: .6;
        font-family:"Kufam-Regular";
        letter-spacing:0px;
    }
    
    
    
    .pi-item{
        width: 80%;
        height: 25vh;
        margin: .5em 5%;
        display: block;
        float: left;
        clear: none;
        padding: 5%;
        cursor: pointer;
        background-color: #e9efff;
        transition: all .4s;
        position: relative;
    }
    

    
    
    .pi-item:hover .pp-img{
        height: 100%;
        margin-top: 0%;
        transform: rotate(5deg); 
    }
	
    .pi-item:hover .pp-text{
        font-size: 1.9em;
    }
	
	
    .pi-img{
        width: 95%;
        height: 100%;
        float: left;
        clear: none;
        display: block;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin-top: 5%;
        transition: all .2s;
        position: absolute;
        bottom: -20%;
        left: ;
        right: -25%;
    }
    

    
    
    
    
    
    
    
    .b-section{
        position: relative;
        width: 100%;
        height: 200vh;
        float: left;
        clear: none;
        display: block;
        z-index: 0;
        top: -0vh;
    }
    
    
    
    
    .bs-stroke{
        position: absolute;
        z-index: 10;
        width: 60%;
        height: 100vh;
        top: 0;
        right: 10%;
       background-image: url("../images/f-assets/fa_arrow-big.svg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain;
    }
    
    
    
    
    
    .bs-layer1{
        position: absolute;
        z-index: 10;
        top: 0;
        width: 100%;
        height: 50vh;
       background-image: url("../images/f-assets/fa_flow1.svg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain;
    }
    
    
    
      .bs-layer2{
        position: absolute;
        z-index: 20;
        top: 0;
        width: 100%;
        height: 50vh;
         background-image: url("../images/f-assets/fa_flow1.svg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain;
    }
    
    
    
    
    .bs-inner{
        position: absolute;
        z-index: 50000;
        top: 50vh;
        width: 90%;
        margin-left: 5%;
        height: 70vh;
    }
    
    
    .bsi-form{
        width: 90vw;
        display: block;
        float:left;
        clear: none;
        
    }
    
    
    .bsi-form input[type=email] {
      width: 90%;
      height: 3em;
        padding: .8em 1.5em;
      box-sizing: border-box;
        border:0;
        border-radius: 1.5em;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=81, Color=#E9EFFF)";/*IE 8*/
-moz-box-shadow: -2px 13px 18px 5px #E9EFFF;/*FF 3.5+*/
-webkit-box-shadow: -2px 13px 18px 5px #E9EFFF;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: -2px 13px 18px 5px #E9EFFF;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=135, Color=#E9EFFF); /*IE 5.5-7*/
        margin: 1em 0;
        position: relative;
        display: block;
    }

    
    .bsi-form input[type=email]::placeholder{
        font-family:"Kufam-Regular";
        font-size: .9em;
    }
    
    
    
    .bsi-form h4{
        font-family:"Kufam-SemiBold";
        font-size: 1.3em;
        margin: 0 5%;
        
    }
    
    .bsi-form button{
        position: absolute;
        z-index: 10;
        top: 1.5em;
        right: 1em;
        font-size: 2em;
        background-color: #e9efff;
        margin: 0;
    }
    
    
    
    
    
    
    
    
    
    
    
    .qs{
        width: 90%;
        height: auto;
        display: block;
        clear: none;
        margin-left: 5%;
        margin-top: 20vh;
        
    }
    
    
    
    .home-message{
     width: 90%;
    height: 150vh;
    float: left;
    clear: none;
    display: block;
    background-color: #e9efff;
    margin: -70vh 0 0 5%;
    }
    
    
    .hm-pic{
        width: 100%;
        height: 40vh;
        float: left;
        clear: none;
        display: block;
        background-color: #172975;
        margin: 0;
        position: relative;
    }
    
    
    .hmp-img{
        position: absolute;
        height: auto;
        width: 100%;
        display: block;
        float: left;
        clear: none;
        z-index: 5;
        bottom: 0;
    }
    
    
    .hm-text{
        width: 100%;
        margin: 0;
        height: 80vh;
        float: left;
        clear: none;
        display: block;
            /* 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;
        background-image: url("../images/f-assets/fa_bg-tile.svg");
        background-position: top right;
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    
    .hmt-inner{
        width: 80%;
        height: auto;
        position: relative;
        z-index: 1000;
    }
    
    .hmt-inner::before{
        content: "\201C";
        z-index: 0;
        font-size: 10em;
        color: #d2ddff ;
        margin: 0;
        padding: 0;
        position: absolute;
        z-index: 0;
        top: -.5em;
         font-family:"Kufam-Bold";
    }
    
    .hmt-inner::after{
        content: "\201D";
         position: absolute;
        z-index: 0;
        font-size:10em;
        color: #d2ddff ;
         z-index: 0;
        bottom: -1em;
        right: 5%;
         font-family:"Kufam-Bold";
    }
    
    
    
    .gradient-line{
        background: rgb(57,102,199);
background: linear-gradient(170deg, rgba(57,102,199,1) 0%, rgba(32,184,249,1) 100%);
        height: .1em;
        width: 40%;
        display: block;
        float: left;
        clear:both;
        margin: .5em 0 1em;
        
    }
    
    
	
	
    
    
    
    
    
    
    
    
    
    
    .factory{
        width: 100%;
        height: 60vh;
        float: left;
        clear: both;
        display: block;
        background-image: url("../images/hompage-slider/factory.jpg");
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        margin-top: -10vh;
        overflow: hidden;
    }
    
    
     .factorygradient{
        background: rgb(23,41,117);
background: linear-gradient(180deg, rgba(23,41,117,0.2) 0%, rgba(23,41,117,.7) 100%);
        position: absolute;
        z-index: 0;
        width: 100%;
        height: 60vh;
         display: block;
        float: left;
        clear: both;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .highlights{
        width: 80%;
        margin: 7vh 10% 5vh;
        height: 50vh;
        float: left;
        clear: none;
        display: block;
           display: grid; 
  grid-auto-columns: 1fr; 
  grid-template-rows: 1fr 1fr 1fr; 
  gap: 1em 2em; 
        margin-top: -15vh;
        position: relative;
        z-index: 50;
    }
    
    
    .hi{
        width:100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        background-color: #F3F3F3;
        padding: 0;

    }
    
    
    .hi h4{
        color: #606060;
        font-family:"Kufam-SemiBold";
        clear: both;
        display: block;
        font-size: 1em;
        margin-top: 1em;
        font-weight: 100;
        margin-left: 5%;
    }
    
    
    .ico-num{
        float: left;
        clear: both;
        width: auto;
        height: 100%;
        display: block;
        width: 100%;
        
    }
    
    
    .ico{
        float: left;
        clear: none;
            /* 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;
        width: 100%;
        height: 33%;
    }
    
    .ico img{
        width: 70%;
    }
    
    
    .num{
        float: left;
        clear: none;
        width: auto;
        height: auto;
        color: #606060;
        font-family:"Kufam-SemiBold";
        font-size: 3em;
        margin-top: .1em;
        font-weight: 100;
        margin-left: 5%;
    }
    
    
    
    
    
    
    
    
    
    
    
    .home-products{
        height: 70vh;
        width: 90%;
        margin: 5vh 5%;
        float: left;
        clear: none;
        display: block;
    }
    
    
    .wrapper {
  margin: auto;
  width: 100%;


}

.tabs li {
  float: left;
  width: auto;
    font-family:"Kufam-SemiBold";
    font-size: 1.3em;
    margin-left: 2em;
}
.tabs a {
  display: block;
  text-align: left;
  text-decoration: none;
  text-transform:capitalize;
  color: #91a2ce;
  padding: 20px 0;
    transition: all .3s;
}
.tabs a:hover,
.tabs a.active {
 color: #172975; 
}
    
    
.tabgroup div {
  padding: 0;
     transition: all .3s;
   

}
.clearfix:after {

}
	
	
    
    
    
    .hp{
        width: 100%;
    height:90vh;
        display: block;
        float: left;
        clear: none;
    }
    
    
    .hp-left{
        width: 100%;
        height: 60%;
        display: block;
        float: left;
        clear: none;
                   /* 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;
        background-color: #e9efff;
    }
    

    
    .hpl-inner{
        width: 80%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        overflow-y: scroll;
    }
    
    
    .hp-right{
        width: 100%;
        height: 60vh;
        display: none;
        float: left;
        clear: none;
        position: relative;

    }
    
    
    .hp-right img{
        position: absolute;
        height: 80%;
        width: auto;
     
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .home-news{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: both;
        background-color: #e9efff;
    }
    
    
    
    .hn-inner{
        width: 90%;
        height: auto;
        float: left;
        clear: none;
        margin: 2em 5%;
        display: grid; 
          grid-template-columns: 1fr 1fr; 
          gap: 1em 1em; 
        padding-bottom: 4em;
    }
    
    
    
    






    










.mobi-top{
    display: block;
}


}




/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
    
    
    
    body{
        overflow: hidden;
    }    
    
    
.gridContainer {
	width: 100%;
	padding:0;
	margin: 0;
}

    
    

#LayoutDiv1 {
	clear: both;
	float: left;
	margin:0;
	padding:0;
	width:100%;
}
    
    
    
    
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
    
      body{
        overflow: hidden;
    }    
    
    
    
    
    .gridContainer {
	overflow: hidden;
    }
	
    .mobile-menu{
        display: none;
        float: right;
        position: fixed;
        right: 5%;
        top: 5vh;
        z-index: 100000;
    }


    .mobile-nav{
        display: none;
    }
	
	
	body{
		background-color: white;
        position: relative;
	}
	
	
	
    .gridContainer {
    overflow: hidden;
    
     width: 100vw;
        height: 100vh;
        display: block;
        float: left;
        clear: both;
        position: relative;

        overflow-x: hidden;

    }
	
	

	

    #LayoutDiv1 {
        clear: both;
        float: left;
           width: 96vw;
        height: 94vh;
        top: 3vh;
        left: 2vw;
        padding:0;
        margin:1.5vw 3vh;
        background-color:rgb(255,255,255); 
        display: block;
        margin: 0;
        padding: 0;
        position: relative;
        overflow-y: scroll;
       overflow-x: hidden;
        z-index: 100;

    }
    
    
       /* width */
::-webkit-scrollbar {
  width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
background: rgb(57,102,199);
background: linear-gradient(170deg, rgba(57,102,199,1) 0%, rgba(32,184,249,1) 100%);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
    
    
	
    
    
    
    
    
    
    
    
    
    
    .homeslider{
        height: 90vh;
        width: 100%;
        display: block;
        float: left;
        clear: none;
        background-color:rgb(23,41,117); 
        position: relative;
        z-index: 50;
    }
    
    
    
    
    
    
    .slidegradient{
        background: rgb(23,41,117);
background: linear-gradient(45deg, rgba(23,41,117,0.1) 0%, rgba(23,41,117,0.4) 80%, rgba(23,41,117,1) 100%);
        position: absolute;
        z-index: 50;
        width: 100%;
        height: 90vh;
         display: block;
        float: left;
        clear: both;
    }
    
    
    .slideimg{
        position: absolute;
        z-index: 50;
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: both;
        z-index: 0;
        opacity: .8;
    }
    
    
    
    .slide-text{
         position: absolute;
        z-index: 100;
        width: 100%;
        height: 100%;
        background-image:url("../images/f-assets/fa_bg-tile.svg");
        background-size: 40%;
        background-repeat: no-repeat;
        background-position: top right;
    }
    
    
    
    .slide-graphicelement{
        position: absolute;
        height: 80vh;
        width: 35vw;
        z-index: 50;
        left: -15vw;
        top: 40vh;
       background-image:url("../images/f-assets/fa_graphicelement-big.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top right;
        display: block;
    }
    
    
    
    
    .st-slide{
         position: absolute;
        width: 35vw;
        height: 70vh;
        z-index: 60;
        right: 5%;
        bottom: 10%;
       color: #fff;
       font-family:"Sangira";
        font-size:3.5em;
        letter-spacing: 0px;
        line-height: 1.6em;
        font-weight: lighter;
        
        
    }
    
    
    .st-slide h1{
        font-weight: lighter;
        position: absolute;
        z-index: 5;
        bottom: 5%;
        text-align: right;
        width: 80%;
        height: auto;
        font-size: 2em;
    }
    
    
    
    
    
    
    
    
    
    
    .products-homeslider{
        position: absolute;
        bottom: -15vh;
        height: 40vh;
        width: 50vw;
        left: 5vw;
        z-index: 500;
        display: grid; 
      grid-template-columns: 2fr 1fr; 
      gap: 2em 2em; 
        clear: both;
    }
    
    
    
    
    .products-item{
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        transition: all .4s;
        position: relative;
        overflow: hidden;
    }
    
    
    .pi-inner{
        width: 95%;
        height: 95%;
        margin: 2.5%;
    }
    
    
    
    .pi-header{
        color: #fff;
        opacity: .5;
        mix-blend-mode: overlay;
        font-family:"Kufam-SemiBold";
        font-size: 2em;
        float: left;
        clear: both;
        display: block;
        margin-left: 5%;
        width: 60%;
        position: absolute;
        z-index: 5000;
        top: 8%;
    }
    
    
    
    .pi-text{
         width: 50%;
        height: auto;
        vertical-align: middle;
        font-family:"Kufam-SemiBold";
        letter-spacing: -.5px;
        color: #fff;
        font-size: 2em;
        float: right;
        display: block;
        clear: none;
        text-align: left;
        line-height: .7em;
        padding-top: 1em;
        transition: all .4s;
        position: absolute;
        z-index: 0;
        bottom: 10%;
        right: 5%;
        left: auto;
    }
    
    .pi-text span{
        font-size: .7em;
        opacity: .6;
        font-family:"Kufam-Regular";
        letter-spacing:0px;
    }
    
    
    
    .pi-item{
        width: 80%;
        height: 25vh;
        margin: .5em 5%;
        display: block;
        float: left;
        clear: none;
        padding: 5%;
        cursor: pointer;
        background-color: #e9efff;
        transition: all .4s;
        position: relative;
    }
    

    
    
    .pi-item:hover .pp-img{
        height: 100%;
        margin-top: 0%;
        transform: rotate(5deg); 
    }
	
    .pi-item:hover .pp-text{
        font-size: 1.9em;
    }
	
	
    .pi-img{
        width: 95%;
        height: 100%;
        float: left;
        clear: none;
        display: block;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin-top: 5%;
        transition: all .2s;
        position: absolute;
        bottom: -20%;
        left: -25%;
        right: auto;
    }
    

    
    
    
    
    
    
    
    .b-section{
        position: relative;
        width: 100%;
        height: 90vh;
        float: left;
        clear: none;
        display: block;
        z-index: 0;
        top: -17vh;
    }
    
    
    
    
    .bs-stroke{
        position: absolute;
        z-index: 10;
        width: 60%;
        height: 100vh;
        top: 0;
        right: 10%;
       background-image: url("../images/f-assets/fa_arrow-big.svg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain;
    }
    
    
    
    
    
    .bs-layer1{
        position: absolute;
        z-index: 10;
        top: 0;
        width: 100%;
        height: 50vh;
       background-image: url("../images/f-assets/fa_flow1.svg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain;
    }
    
    
    
      .bs-layer2{
        position: absolute;
        z-index: 20;
        top: 0;
        width: 100%;
        height: 50vh;
         background-image: url("../images/f-assets/fa_flow1.svg");
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain;
    }
    
    
    
    
    .bs-inner{
        position: absolute;
        z-index: 50000;
        top: 22vh;
        width: 80%;
        margin-left: 5%;
        height: 70vh;
    }
    
    
    .bsi-form{
        width: 25vw;
        display: block;
        float:right;
        clear: none;
        
    }
    
    
    .bsi-form input[type=email] {
      width: 90%;
      height: 3em;
        padding: .8em 1.5em;
      box-sizing: border-box;
        border:0;
        border-radius: 1.5em;
        -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=81, Color=#E9EFFF)";/*IE 8*/
-moz-box-shadow: -2px 13px 18px 5px #E9EFFF;/*FF 3.5+*/
-webkit-box-shadow: -2px 13px 18px 5px #E9EFFF;/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: -2px 13px 18px 5px #E9EFFF;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=18, Direction=135, Color=#E9EFFF); /*IE 5.5-7*/
        margin: 1em 0;
        position: relative;
    }

    
    .bsi-form input[type=email]::placeholder{
        font-family:"Kufam-Regular";
        font-size: .9em;
    }
    
    
    
    .bsi-form h4{
        font-family:"Kufam-SemiBold";
        font-size: 1.3em;
        margin: 0 5%;
        
    }
    
    .bsi-form button{
        position: absolute;
        z-index: 10;
        top: 1.5em;
        right: 1.7em;
        font-size: 2em;
        background-color: #e9efff;
        margin: 0;
    }
    
    
    
    
    
    
    
    
    
    
    
    .qs{
        width: 50%;
        height: auto;
        display: block;
        clear: none;
        margin-left: 15%;
        margin-top: 35vh;
    }
    
    
    
    
    
    
    .home-message{
        width: 90%;
        height: 60vh;
        float: left;
        clear: none;
        display: block;
        background-color: #e9efff;
        margin: -15vh 0 0 10%;
    }
    
    
    .hm-pic{
        width: 35%;
        height: 100%;
        float: left;
        clear: none;
        display: block;
        background-color: #172975;
        margin: 0;
        position: relative;
    }
    
    
    .hmp-img{
        position: absolute;
        height: auto;
        width: 100%;
        display: block;
        float: left;
        clear: none;
        z-index: 5;
        bottom: 0;
    }
    
    
    .hm-text{
        width: 65%;
        margin: 0;
        height: 100%;
        float: left;
        clear: none;
        display: block;
            /* 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;
        background-image: url("../images/f-assets/fa_bg-tile.svg");
        background-position: top right;
        background-size: contain;
        background-repeat: no-repeat;
    }
    
    
    .hmt-inner{
        width: 65%;
        height: auto;
        position: relative;
        z-index: 1000;
        clear: both;
        display: block;
    }
    
    .hmt-inner::before{
        content: "\201C";
        z-index: 0;
        font-size: 10em;
        color: #d2ddff ;
        margin: 0;
        padding: 0;
        position: absolute;
        z-index: 0;
        top: -.5em;
         font-family:"Kufam-Bold";
    }
    
    .hmt-inner::after{
        content: "\201D";
         position: absolute;
        z-index: 0;
        font-size:10em;
        color: #d2ddff ;
         z-index: 0;
        bottom: -1em;
        right: 5%;
         font-family:"Kufam-Bold";
    }
    
    
    
    .gradient-line{
        background: rgb(57,102,199);
background: linear-gradient(170deg, rgba(57,102,199,1) 0%, rgba(32,184,249,1) 100%);
        height: .1em;
        width: 40%;
        display: block;
        float: left;
        clear:both;
        margin: .5em 0 1em;
        
    }
    
    
	
	
    
    
    
    
    
    
    
    
    
    
    .factory{
        width: 100%;
        height: 60vh;
        float: left;
        clear: both;
        display: block;
        background-image: url("../images/hompage-slider/factory.jpg");
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
        margin-top: -10vh;
        overflow: hidden;
    }
    
    
     .factorygradient{
        background: rgb(23,41,117);
background: linear-gradient(180deg, rgba(23,41,117,0.2) 0%, rgba(23,41,117,.7) 100%);
        position: absolute;
        z-index: 0;
        width: 100%;
        height: 60vh;
         display: block;
        float: left;
        clear: both;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .highlights{
        width: 80%;
        margin: 7vh 10% 5vh;
        height: auto;
        float: left;
        clear: none;
        display: block;
         display: grid; 
      grid-template-columns: 1fr 1fr 2fr;
          grid-template-rows: 1fr; 
        gap: 3% 1%; 
        margin-top: -15vh;
        position: relative;
        z-index: 50;
    }
    
    
    .hi{
        width:100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        background-color: #F3F3F3;
        padding: 0;

    }
    
    
    .hi h4{
        color: #606060;
        font-family:"Kufam-SemiBold";
        clear: both;
        display: block;
        font-size: 1.4em;
        margin-top: 1em;
        font-weight: 100;
        margin-left: 5%;
    }
    
    
    .ico-num{
        float: left;
        clear: both;
        width: auto;
        height: 20vh;
        display: block;
        width: 100%;
        
    }
    
    
    .ico{
        float: left;
        clear: none;
            /* 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;
        width: 30%;
        height:100%;
    }
    
    .ico img{
        width: 70%;
    }
    
    
    .num{
        float: left;
        clear: none;
        width: 30%;
        height: 100%;
        color: #606060;
        font-family:"Kufam-SemiBold";
        font-size: 8em;
        margin-top: .1em;
        font-weight: 100;
        margin-left: 5%;
    }
    
    
    
    
    
    
    
    
    
    
    
    .home-products{
        height: 70vh;
        width: 80%;
        margin: 5vh 10%;
        float: left;
        clear: none;
        display: block;
    }
    
    
    .wrapper {
  margin: auto;
  width: 100%;


}

.tabs li {
  float: left;
  width: auto;
    font-family:"Kufam-SemiBold";
    font-size: 2em;
    margin-left: 2em;
}
.tabs a {
  display: block;
  text-align: left;
  text-decoration: none;
  text-transform:capitalize;
  color: #91a2ce;
  padding: 20px 0;
    transition: all .3s;
}
.tabs a:hover,
.tabs a.active {
 color: #172975; 
}
    
    
.tabgroup div {
  padding: 0;
     transition: all .3s;
   

}
.clearfix:after {

}
	
	
    
    
    
    .hp{
        width: 100%;
    height: 60vh;
        display: block;
        float: left;
        clear: none;
    }
    
    
    .hp-left{
        width: 65%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
                   /* 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;
        background-color: #e9efff;
    }
    

    
    .hpl-inner{
        width: 70%;
        height: auto;
        display: block;
        float: left;
        clear: none;
    }
    
    
    .hp-right{
        width: 35%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        position: relative;
                          /* 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;
    }
    
    
    .hp-right img{
        position: absolute;
        height: 100%;
       
     
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .home-news{
        width: 100%;
        height: 70vh;
        display: block;
        float: left;
        clear: both;
        background-color: #e9efff;
    }
    
    
    
    .hn-inner{
        width: 90%;
        height: auto;
        float: left;
        clear: none;
        margin: 2em 5%;
        display: grid; 
          grid-template-columns: 1fr 1fr 1fr 1fr; 
          gap: 2em 2em; 
        padding-bottom: 4em;
    }
    
    
    
    
    
    
	
	
	
}
	
	