@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;
}
p{
   line-height: 2;
   font-weight: 300;
}
/*Header Style */
header{
   background: url(../images/about-banner.jpg);
}
.nav li:nth-child(2) a{
   color: #2093d1;
}
.fixed li:nth-child(2) a{
   color: #2093d1 !important;
}
/* Product Style */
.product_desc{
   width: 90%;
   margin: auto;
   margin-top: 100px;
   display: flex;
   justify-content: space-between;
   align-items: center;
   -webkit-box-shadow: -11px 20px 99px -5px rgba(0,0,0,0.75);
   -moz-box-shadow: -11px 20px 99px -5px rgba(0,0,0,0.75);
   box-shadow: -11px 20px 99px -5px rgba(0,0,0,0.75);
   overflow: hidden;
}
.product_desc h1{
   width: 20%;
   text-align: left;
   padding-left: 3%;
}
.product_cont{
   width: 70%;
   padding: 2% 0;
   background-image: url(../images/product/product-bg.png);
   background-size: cover;
   background-position: right;
   color: #fff;
}
.product_cont p{
   width: 80%;
    margin: auto;
   text-align: justify;
}
/* About Style */
.about_div{
   width: 90%;
   margin: auto;
   display: flex;
   margin-top: 100px;
}
.about_sec{
   width: 56%;
   text-align: justify;
   padding: 2%;
   background-color: #22519e;
}
.about_sec h1{
   color: #fff;
}
.about_sec p{
   margin-top: 15px;
   color: #fff;
}
.about_sec ul{
   margin-top: 15px;
   color: #fff;
   line-height: 1.5;
}
.about_img{
   width: 40%;
}
.about_img img{
   width: 100%;
   height: 100%;
}
.abt_img1{
    display: none;
}
/* Mission Vision Style */
.mv_div{
   width: 90%;
   margin: 100px auto;
   background-color: #22519e;
   color: #fff;
   padding-bottom: 5%;
}
.mv_div h1{
   color: #fff;
   text-align: left;
}
.vision_div,.mission_div{
   width: 90%;
   margin: auto;
   padding-top: 5%;
   display: flex;
}
.vision_cont{
   margin-left: 5%;
}
.vision_div img,.mission_div img{
   width: 30%;
   height: 100%;
}
.vision_cont p{
   margin-top: 30px;
   text-align: justify;
}
.mission_div .vision_cont{
   margin-left: 0;
   margin-right: 5%;
}
/* Team Style */
.team_div{
   width: 90%;
   margin: 100px auto;
}
/* Media Query */
@media only screen and (max-width: 960px){
    .about_div{
        display: block;
    }
   .about_sec{
      width: 96%;
   }
   .about_img{
       display: none;
   }
    .abt_img1{
        width: 50%;
        display: block;
        float: left;
        margin-right: 30px;
        margin-top: 30px;
    }
}
@media only screen and (max-width: 768px){
   .product_desc{
      display: block;
   }
   .product_desc h1 br{
      display: none;
   }
   .product_desc h1{
      width: 100%;
      text-align: center;
      padding: 10px 0;
   }
   .product_cont{
      width: 100%;
   }
   .product_div{
      display: block;
   }
   .product_img{
      width: 100%;
   }
   .show_img{
      width: 100%;
      margin-top: 50px;
   }
    .about_sec p{
        padding: 0 2%;
    }
    .abt_img1{
        width:100%;
        margin-bottom: 30px;
    }
    .vision_div img, .mission_div img{
        display: none;
    }
    .vision_cont{
        margin-left: 0;
    }
}