@import url('https://fonts.googleapis.com/css?family=Coda:400,800|Michroma|PT+Sans:400,400i,700,700i|Squada+One');
@import url('https://fonts.googleapis.com/css?family=Electrolize');
*{
   margin: 0;
   font-family: 'Electrolize', sans-serif;
}
body{
   overflow-x: hidden;
}
p{
   line-height: 2;
   font-weight: 300;
}
.heading{
   color: #22519e;
   text-transform: uppercase;
   font-size: 2.5em;
   text-align: center;
}
/*Header Style */
header{
   width: 100%;
   height: 100vh;
   background: url(../images/home-banner.jpg)!important;
   background-size: cover;
   background-position: center;
   position: relative;
}
.headerlogo{
   display: block;
   z-index: 999999;
   position: absolute;
}
.headerlogo img{
   width: 35%;
   margin-left: 25px;
   margin-top: 25px;
}
.bl_bg{
   width: 330px;
   position: absolute;
   left: 0;
   top: 0;
}
.bar_icon{
   display: none;
}
.caption{
   position: absolute;
   right: 3%;
   z-index: 999999;
   bottom: 15%;
   color: #22519e;
}
.caption h1{
   /*font-size: 3.4em;*/
   font-size: 2.2em;
   text-align: right;
}
.caption p{
   font-size: 18px;
   text-align: right;
}
.enq_btn{
    margin-top: 10px;
    width: 150px;
    text-align: center !important;
    float: right;
    background-color: #22519e;
    color: #fff;
    cursor: pointer;
    font-size: 15px !important;
    padding: 5px 0;
}
.br_bg{
   width: 700px;
   height: 100%;
   position: absolute;
   right: 0;
   top: 0;
}
/*About Style */
.about_div{
   width: 94%;
   padding: 3%;
   background-image: url(../images/about-bg.png);
   background-position: left;
   background-size: contain;
   background-repeat: no-repeat;
   color: #fff;
   position: relative;
}
.about_inner{
   width: 90%;
   padding: 3% 5%;
   margin: auto;
   background-color: #2f2f2f;
}
.fixed {
   position: fixed !important;
   top: 0 !important;
   z-index: 999999;
   width: 100% !important;
   border-bottom: 1px solid #fff;
   left: 0;
}
.nav{
   width: 85%;
   height: 60px;
   display: flex;
   padding: 0;
   list-style: none;
   justify-content: space-between;
   background-color: #22519e;
   align-items: center;
   position: absolute;
   top: 3%;
} 
.nav li{
   width: 14%;
   height: 100%;
   background-color: #fff;
}
.nav li a{
   width: 100%;
   height: 100%;
   padding: 20px 0;
   display: block;
   text-decoration: none;
   color: #22519e;
   text-align: center;
}
.nav li.active{
   background-color: #22519e;
}
.nav li.active a{
   color: #fff;
}
.fixed li{
   background-color: transparent !important;
}
.fixed li a{
   color: #fff !important;
}
.fixed li.active{
   background-color: #292929 !important;
}
.about_cont{
   display: flex;
   justify-content: space-between;
   margin-top: 100px;
}
.about_cont h1{
   text-align: left;
   color: #fff;
}
.about_cont .heading_div{
   width: 65%;
}
.about_cont .heading_div p{
   margin-top: 50px;
   text-align: left;
}
.about_cont img{
   width: 25%;
   height: 100%;
}
/*Services Style */
.services_div{
    width: 90%;
   margin: auto;
   display: flex;
   justify-content: space-between;
   padding: 100px 5%;
   align-items: center;
   color: #515151;
   background-color: #22519e;
   color: #fff;
}
.service_img{
   width: 60%;
   display: flex;
   flex-wrap: wrap;
}
.service_img img{
   transform: skew(-7deg, -180deg);
   -webkit-transform: skew(-7deg, -180deg);
   -moz-transform: skew(-7deg, -180deg);
   -o-transform: skew(-7deg, -180deg);
   -ms-transform: skew(-7deg, -180deg);
   margin-right: 20px;
   margin-bottom: 30px;
}
.service_img img:nth-child(1),.service_img img:nth-child(2){
   width: 35%;
   height: 100%;
}
.service_img img:nth-child(3),.service_img img:nth-child(4){
   width: 30%;
   height: 100%;
}
.services_div h1{
   text-align: right;
   color: #fff;
}
.services_div .heading_div p{
   margin-top: 50px;
   text-align: right;
}
/*Tools Style */
.tools_div{
    width: 90%;
   margin: auto;
   display: flex;
   justify-content: space-between;
   padding: 100px 0;
   align-items: center;
   color: #515151;
}
.tools_div .heading_div{
   width: 40%;
}
.tools_div h1{
   text-align: left;
}
.tools_div .heading_div p{
   margin-top: 50px;
   text-align: justify;
}
.tools_sec{
   width: 55%;
   display: flex;
   justify-content: space-around;
   flex-wrap: wrap;
}
.tools{
   width: 40%;
   margin-top: 30px;
}
.tools img{
   width: 20%;
   display: block;
   margin: auto;
}
.tools p{
   margin-top: 20px;
   text-align: center;
}
/*Products Style */
.product_div{
   width: 100%;
   margin: auto;
   display: flex;
   justify-content: space-between;
   padding: 50px 0;
   align-items: center;
   background-color: #2f2f2f;
}
.product_div h1{
   color: #fff;
}
.product_sec{
   width: 65%;
}
.product_sec ul{
   padding: 0;
   list-style: none;
   position: relative;
}
.product_sec ul li{
   background-color: #fff;
   margin-right: 2px;
}
.product_sec ul li img{
   width: 80% !important;
   margin: auto;
   display: block !important;
}
.owl-theme .owl-nav{
   display: flex !important;
   justify-content: space-between;
   position: absolute;
   bottom: 5%;
   width: 100%;
}
.owl-theme .owl-nav [class*=owl-] {
    color: #2f2f2f !important;
   font-size: 25px !important;
}
/*Certification Style */
.certi_div{
   width: 90%;
   padding: 0 2.5%;
   margin: auto;
   margin-top: 100px;
   display: flex;
   justify-content: space-between;
   border-bottom: 2px solid #515151;
}
.heading_div{
   width: 30%;
   height: 100%;
    align-self: center;
}
.cert_img{
   display: flex;
   align-items: flex-end;
    margin-bottom: 100px;
}
.div_one{
   padding: 50px 20px 0 20px;
   /*border: 2px solid #515151;*/
}
.div_one img{
   width: 100%;
   height: 100%;
}
.div_two{
   padding: 50px 20px 20px 20px;
   /*border: 2px solid #515151;*/
}
.div_two img{
   width: 100%;
   height: 100%;
}
/*Footer Style */
footer{
   width: 94%;
   padding: 3% 3% 0 3%;
   background-image: url(../images/footer-bg.png);
   background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
   color: #fff;
}
.inner_footer {
    width: 90%;
    padding: 5% 5% 6%;
    margin: auto;
    background-color: #22519e;
    display: flex;
    justify-content: space-between;
}
.logo{
   width: 17%;
   display: block;
}
.logo img{
   display: block;
   width: 100%;
}
.right_sec{
   width: 75%;
}
.footer_menu{
   padding: 0;
   display: flex;
   list-style: none;
}
.footer_menu li{
   margin-right: 30px;
}
.footer_menu li:last-child{
   margin-right: 0;
}
.footer_menu li a{
   text-decoration: none;
   color: #fff;
   text-transform: uppercase;
   display: block;
}
.footer_txt{
   margin: 30px 0;
}
.social{
   display: flex;
   align-items: center;
}
.social a{
   text-decoration: none;
   color: #fff;
}
.social a:nth-child(2){
   margin: 0 30px;
}
.social ul{
   list-style: none;
   display: flex;
}
.social ul li{
   margin-right: 20px;
}
.copy{
   display: flex;
   align-items: center;
   margin: 10px 0;
   font-size: 10px;
}
.easton{
   display: flex;
   align-items: center;
   margin: 10px 0;
   font-size: 10px;
    color: black;
}
.easton img{
   margin-left: 15px;
   width: 100px;
}
/* Popup Style */
.popup_overlay{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0,0,0,.9);
   filter: alpha(opacity=70);
   z-index: 999999;
   display: none;
}
.enquiry{
   width: 20%;
   margin: auto;
   position:absolute;
   display:hidden;
   top:50px;
   left: 0;
    right: 0;
   z-index:9999;
   padding:50px 0;
   border-radius:5px;
    background-color: #22519e;
   padding: 3%;
}
.enquiry p{
    font-size: 22px;
    color: #fff;
    text-align: center;
}
.enquiry .fa{
    color: #fff;
    position: absolute;
    top: 5%;
    right: 5%;
    cursor: pointer;
}
.enquiry form input {
   display: block;
   width: 100%;
   margin: auto;
   border: none;
   background-color: transparent;
   border-bottom: 1px solid white;
   font-size: 16px;
   outline: none;
   color: #fff;
   margin-top: 20px;
}
.enquiry form textarea{
    display: block;
   width: 100%;
   margin: auto;
   border: none;
   background-color: transparent;
   border-bottom: 1px solid white;
   font-size: 16px;
   outline: none;
   color: #fff;
   margin-top: 20px;
}
.enquiry form button {
   width: 40%;
    padding: 10px 0;
    color: #234087;
    font-size: 15px;
    font-weight: bold;
    margin-top: 15px;
   cursor: pointer;
}
.copyright{
    display: flex;
    justify-content: space-between;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

/* Media Query */
@media only screen and (max-width: 1160px){
   .heading{
      font-size: 2em !important;
   }
}
@media only screen and (max-width:1024px){
   footer{
      background-size: cover;
      background-position: right;
   }
   .logo{
      width: 20%;
   }
   .footer_menu{
      flex-wrap: wrap;
   }
   .footer_menu li a{
      margin-bottom: 15px;
   }
    .enquiry{
        width: 30%;
    }
}
@media only screen and (max-width:960px){
   .about_cont .heading_div{
      width: 100%;
   }
   .tools_div h1,.services_div h1,.about_cont h1{
      text-align: center;
   }
   .about_cont .heading_div p{
      text-align: justify;
   }
   .about_cont img {
       width: 30%;
       margin: auto;
       display: block;
   }
   .service_img{
      width: 100%;
      justify-content: center;
   }
   .services_div .heading_div p{
      text-align: left;
   }
   .tools_sec{
      width: 100%;
   }
   .tools_div,.about_cont{
      display: block;
   }
   .product_div,.services_div{
      flex-wrap: wrap;
      flex-direction: column-reverse;
   }
   .product_sec{
      width: 95%;
   }
   .certi_div{
      display: block;
   }
   .heading_div{
      width: 100% !important;
      margin-bottom: 50px;
   }
   .cert_img{
      justify-content: center;
   }
}
@media only screen and (max-width:768px){
       footer{
      background-size: cover;
      background-position: 0 !important;
   }
    header{
        overflow-x: hidden;
    }
   .heading{
      font-size: 1.7em;
   }
   .caption{
      color: #fff;
       bottom: 5%;
   }
    .enq_btn{
        background-color: #fff;
        color: #22519e;
    }
    .caption h1 br{
        display: none;
    }
   .br_bg{
      display: none;
   }
   .bar_icon {
      display: block !important;
      color: #fff;
      font-size: 2em;
      position: absolute;
      right: 5%;
       top: 8%;
      z-index: 999999;
   }
   .nav{
      height: 25px;
      list-style-type: none;
      visibility: hidden;
      margin-left: auto;
      display: -webkit-flex;
      display: block !important;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-justify-content: flex-end;
      justify-content: flex-end;
   }
   .nav ul li{
      margin-right: 0 !important;
   }
   .active_nav li a {
      display: block !important;
      font-size: 20px;
   }
   .active_nav {
      padding: 0px;
      position: fixed;
      width: 100%;
      height: 100%;
      visibility: visible;
      display: block;
      left: 0;
      top: 0;
      margin: auto;
      padding-top: 20%;
         z-index: 999999;
   }
   .menuclose {
      position: absolute;
    right: 6%;
    top: 4%;
    color: #2b509d !important;
    font-size: 2em;
    border: 0px;
    background-color: #fff;
    border-radius: 10px;
    outline: none;
   }
   .nav li ,.fixed li.active{
    width: 100%;
    height: auto;
    background-color: transparent !important;
}
   .fixed li.active{
      background-color: transparent !important;
      color: #000 !important;
   }
   .nav li a {
      text-align: center;
      display: block;
      margin: 0px;
      font-weight: bold;
      width: 100%;
      padding: 20px 0px;
      transition-property: all;
      transition-duration: 400ms;
       color: #fff;
   }
   .nav li a:hover {
      color: #000;
   }
   .nav li.active a{
      color: #000 !important;
   }
   .inner_footer{
      display: block;
   }
   .logo{
      width: 40%;
      margin-bottom: 30px;
   }
   .right_sec{
      width: 100%;
   }
    .enq_btn{
        float: none;
        margin: auto;
    }
    .enquiry{
        width: 70%;
    }
}
@media only screen and (max-width:500px){
       footer{
      background-size: cover;
      background-position: none !important;
   }
    .easton img {
    margin-left: 15px;
    width: 70px;
}
   header{
      height: 70vh;
   }
   .headerlogo img{
      width: 28%;
   }
   .bl_bg{
      width: 250px;
   }
   .caption h1,.caption p{
      text-align: center;
   }
   .logo{
      width: 60%;
   }
   .about_cont img{
      display: none;
   }
   .tools {
       width: 100%;
       margin: auto;
       text-align: justify;
   }
   .owl-theme .owl-nav,.owl-dots{
      display: none !important;
   }
   .footer_menu{
      display: block;
   }
   .footer_txt{
      text-align: justify;
   }
   .social{
      display: block;
   }
   .social a{
      display: block;
   }
   .social a:nth-child(2){
      margin: 15px 0;
   }
   .social ul{
      justify-content: flex-start;
      padding: 0;
   }
}