
body{
  font-family: 'Roboto', sans-serif;
}
a{
  display:inline-block;
  text-decoration: none !important;
}
/*----------------------top-----------------------------------*/
.top{
  background: url(../images/top_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 15px 0;
}
.mal a i{
  color:#6ca4d5;
  margin-right: 10px;
  font-size: 15px;  
}
.mal a{
  font-size: 14px;
  color:#fff;
  font-weight: 600;
  display: flex; 
  justify-content: end;   
}
.phone { 
  position: absolute;
  background-color: #55ACEE;
  width:300px;
  min-height:35px;
  right:0;
  top:-6px;
  text-align: center;
  transform: skew(25deg);   
} 
.phone a{
  transform: skew(-25deg);
  font-size: 20px;
  color:#fff;
  font-weight: 600;
}
.phone a i{
  color: #fff;
  margin-right: 10px;
}
 /*-------------------nav-------------------------------*/
 .navbar-brand{
   position: absolute;
   top:-60px;
   bottom:0;
   right:0;
   left:0;
   background: #fff;
   border-right:3px solid #55ACEE;
   width:250px;
   transform: skew(25deg); 
   text-align: center;    
 }
 .navbar-brand img{
   width:150px;
   transform: skew(-25deg);
 }
 
.the_nav{
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;  
 
}
 .my_list li a{
  display: inline-block;
  text-decoration: none !important;  
  font-size: 16px;
  font-weight: 600; 
  text-transform: uppercase; 
  margin: 18px;
  color:#272d33 !important;  
} 
.dropdown-item{
  padding: 0 5px !important;
  margin:10px 0px!important;
  line-height: 1 !important;
}
.dropdown-menu{
  border-top: 5px solid #6ca4d5;
}

 #stikyNav{
   position: sticky;
   top:0px;
   left:0;
   width: 100%;
   z-index: 99999;
   background: #fff;
 }
 #collapsibleNavbar{
   justify-content: center;
 }
 
 .pass img{
   width:350px;
 }
 
 /*------------------------banner------------------------------*/
.carousel-control-next, .carousel-control-prev{
  opacity:1;
}
.carousel-indicators li{
  width:10px;
  height:10px;
  border-radius: 50%;
  border: 2px solid #272d33;
  padding: 5px;
  background: transparent;
}
.carousel-indicators li.active{
  background: #6ca4d5;  
}
/*====== sticky icons css=======================*/

.icon-bar1 {
  position: fixed;
  top: 70%;
  z-index: 999;
  right: 0px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar1 a {
  display: block;
  text-align: center;
  padding: 12px;
  transition: all 0.3s ease;
  color: white;
  font-size: 16px;
}

.icon-bar1 a:hover {
  background-color: #000;
  background: rgb(0,0,0);
  background: linear-gradient(152deg, rgba(0,0,0,1) 100%, rgba(255,255,255,1) 100%, rgba(234,108,67,1) 100%, rgba(246,211,157,1) 100%);
}

.facebook {
  background: #3B5998;
  color: white;
}
.instagram {
  background: rgb(255,255,255);
  background: linear-gradient(152deg, rgba(255,255,255,1) 0%, rgba(103,83,196,1) 0%, rgba(234,108,67,1) 61%, rgba(246,211,157,1) 100%);
  
  color: white;
}
.youtube {
  background: #FF0000;
  color: white;
}
.twitter {
  background: #dd4b39;
  color: white;
}
.google {
  background:#55ACEE ;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.whatsapp {
  background: #06b303;
  color: white;
}

.display-2{
        font-size: 3rem;
    }
/*------------------------------------------------*/
.design{
  background: #09032b;
  width:75%; 
  position: relative; 
}
.box{  
  background: #09032b;
  display: flex;
  justify-content: space-between; 
  padding:20px ; 
}
.design::after {
  content: '';
  background: /*#161646*/#09032b;
  width: 109px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -74px;
  bottom: 0;
  transform: skew(36deg);
  z-index: -2;;
}
.box p{
  color:#6ca4d5; 
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 10px;
}
.box a{
  display: inline-block;
  font-size: 20px;
  border-radius: 10px;
  background: #55ACEE;  
  width:150px;
  height:45px;
  padding: 10px;
  line-height: 20px;
  text-align: center;
  color:#fff;
  text-transform: capitalize; 
  margin-top: 5px;   
}
/*------------------------------welcome--------------------------------------------*/
 .welcome{
   background-image: url(../images/welcome_bg.png);
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;   
 }
.welcm-details p{
  color:#303941;
  text-align:justify;
  font-size: 14px;
  font-style: italic;
  line-height: 2; 
}
.welcm-details h2{
  color: #333;
  font-size: 50px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;   
}

.welcm-details h4{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 4px;
  color:#55ACEE;
  text-transform:uppercase;
  position: relative;
}
.welcm-details h2::after{
   content:'';
   position: absolute;
   top:26px;
   left:37%;
   width:120px;
   height:3px;
   background:#55ACEE;
}
.welcm_btn{
  display: inline-block;
  text-decoration: none !important;
  background:#161646;
  font-size: 15px;
  padding: 10px 0 10px 15px;
  color:#fff !important; 
  text-transform: capitalize; 
}
.welcm_btn:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
.welcm_btn span{
  background: #55ACEE;
  padding:12px 10px;
  margin-left: 10px;
}
/*--------------------services-------------------------------*/
.services{
  background-image: url(../images/services_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0;
}
.servic{
  list-style: none;
  text-decoration: none !important;
  padding: 0;  
}
.servic li{
   color:#f1f1f1;
   font-size: 14px;
   margin: 10px 0;
}
.servic li span{
  color: #6ca4d5;
  font-size: 20px;
  font-weight: 700; 
  margin-right: 10px; 
}
.servcs_hd p{
  color:#f1f1f1;
  font-size: 20px;
  font-style: italic;
}
.serhd{  
  color: #333;
  font-size: 50px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px;
  position: relative;
}
.serhd::after {
  content: '';
  position: absolute;
  top: 23px;
  right: 56%;
  width: 145px;
  height: 6px;
  background: #6b9ebd;
}

.hd_span{
  color:#fff;
  text-decoration: underline;
  text-decoration-color: #6ca4d5;
  text-decoration-thickness: 1px;
  text-underline-offset: 10px;
}
/*-----------------product-------------------------*/

.prod-img img{
  width:100%;
}
.prod{
  width:100%;
  height:600px;  
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
.prod-detail{
  background: linear-gradient(#161646,#0d0836, #010024);
  height:170px;
  padding: 30px 15px;
  position: absolute;
  bottom:56px;
  left:0;
  right:0;
}
.prod p{
   font-size: 14px;   
   text-align: justify;     
   color: #fff; 
}
.prod p i{
  color:#6ca4d5;
  margin-left: 40px;
}
.prod h4{
  font-size: 22px;
  margin-bottom: 15px;
   font-weight: 700;
   text-transform: uppercase;
   color:#6ca4d5;  
}
.prod-img:hover img{
  animation-name:pulse;
  animation-iteration-count: infinite;
  animation-duration: 1s;
  animation-fill-mode: both;;
} 
@keyframes pulse{
  0%{
    transform:scaleX(1);
  }
  50%{
    transform: scale3d(1.06,1.06,1.06);
  }
  100%{
    transform: scaleX(1);
  }
}

/*-----------------------------footer-------------------------*/
.footer{ 
  border-top: 1px solid #e4e4e4; 
  background: linear-gradient( #161646,#0d0836, #010024);
}
.foot_logo{
  width:120px;
  background: #fff;   
}

.foot_logo img{
  width:400px;
 
}
.foot-items{
  margin:0;
  padding: 0;
  list-style: none;
}
.foot-items li{
  display: flex;
}

.foot-line{
  color:#6ca4d5;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top:60px;
}
.line1{
  color: #fff;
  font-size: 14px;
  text-align: justify;
  margin: 30px 0;
  font-style: italic;  
}
.foot-items li a{
   display: inline-block;
   text-decoration: none !important;
   color:#fff;
   font-size: 14px;
   margin: 10px 0; 
   display: flex;   
  }   

.foot-items li a span{  
   margin-left: 20px;
   margin-top: 10px;  
}
.foot-items li a i{
   border: 1px dotted #fff;
   width: 50px;
   height:50px;
   color:#6ca4d5;
   text-align: center;
   line-height:3;
}
.footer-contents{
   margin-top: 20px;   
}
.certi{
  width: 100%;
}
.certi img{
  width:100%;
}
/*------------------------------------------------------------*/
.rights{  
  margin-top: 10px;
  padding: 10px 0;
  border-top: 1px solid #ccc;
}
.last{ 
  margin-bottom: 0;
  font-size: 14px;
  color:#fff;
  text-align: center;
}
.last a{
  display: inline-block;
  color:#fff !important;
}
/*////////////////////////////about-pages-begin//////////////////////////*/
.banner-small{
   background-image: linear-gradient(to right,rgba(0,18,52,0.95) 0%,rgba(255,255,255,0) 100%), url(../images/services_bg.png);
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
   background-attachment: fixed;
   min-height: 250px; 
}
.small-ban{    
  padding:55px 0 ;
  text-align: center;  
}
.small-ban a{
  color:#fff;
  font-size: 40px;  
  text-transform: capitalize;
}
.abt_line{    
  font-size: 26px;
  color: #161646; 
  text-transform: uppercase;  
}
.abt_para{
  color: #333;
  text-align: justify;
  font-size: 14px; 
  margin-bottom: 15px;
  display: flex;
}
.abt_high{
  color:#55ACEE;
  font-size: 18px;
  font-weight: 800;
  font-style: italic;
}
.about_list{
  margin: 0;
  padding: 0;
  list-style: none;
}
.about_list li{
  color: #151515;  
  font-size: 18px;
  font-weight: bold;
  line-height: 3;
}
.about_list li span{
  color:#0059a8;
  margin-right: 15px;
  width:30px;
  height:30px;
  border-radius: 50%;
  padding: 10px;
  border:1px solid #f8ab13;
  background: #fff;
  box-shadow:0 40px 15px -15px rgba(0, 0, 0, 0.2), inset 0 -50px 20px -20px rgba(0, 0, 0, 0.2);
}
.misn-img{
  width: 100%;  
}
.misn-img img{
  width:100%;
}
.missn{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.misn-contents{
  padding-top:90px;
}
/*////////////////////BEARING PUSHING//////////////////////////*/
.abt-hd{
  color: #55ACEE;
  font-size: 20px;
  font-weight: 800;
}
.abt_para span{ 
  color:#0059a8;
  margin-right: 15px; 
  width:30px;
  height:30px;
  border-radius: 50%;
  text-align: center;
  line-height: 2;
  border:1px solid #f8ab13;
  background: #fff;
  box-shadow:0 40px 15px -15px rgba(0, 0, 0, 0.2), inset 0 -50px 20px -20px rgba(0, 0, 0, 0.2);
}
/*////////////////////////contact-us//////////////////////////////////////////*/
.my-bttn{
  background-color: #f88b03;
  color:#fff;
  padding: 10px 15px;
  text-transform: capitalize;
}
.cont_details h3{
  font-size: 18px;
  color:#0059a8;
  font-weight: 600;
}
.cont_details p{
  font-size: 14px;
  font-weight: 600;
}
.line2{
  color: #0059a8;
  font-size: 18px;
  text-align: justify;
  margin: 30px 0;
  font-style: italic; 
}
#cont_form{
  background: #161646;
  padding: 20px;
}
#cont_form .form-control::placeholder{
  text-transform: capitalize !important;
}
#cont_form label{
  color: #6ca4d5;
  font-size: 18px;
  text-transform: capitalize;
}
/*///////////////about-page/////////////////////////////*/
.abt-details p{
    color: #303941;
    text-align: justify;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
}
.abt-details h2{
    color: #333;
    font-size: 50px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;  
    border-bottom: 1px solid #55ACEE;  
}

.abt_img{
  width: 100%;
}
.abt_img img{
  width:100%;
}