body{
   font-family: 'DM Sans', sans-serif;
}
    a{
        display: inline-block;
        text-decoration: none !important;
    }

/*------------top--------------*/
.top{    
    background: /*#198c9d*/ #e9f3fb;
    padding: 8px 0;
}
.top_lft a{
   float: right;
   color:#001e57;
   font-size: 12px;
}
.top_rt a{
    color:#001e57;
    font-size: 12px;
}
.top_lft i{
    color: #de9b25;
    margin-right: 8px;   
} 
.top_rt i{
  color:#de9b25;
  margin-right: 8px;   
} 
.my_btn{
  background:#d4bfa3;  
  color:#de9b25;
  margin-left: 10px;
}
/*-----------navbar-------------------*/

.nav-link{
  padding: 0;
}
.my_nav li a{
    font-size: 16px;
    font-weight: 500;
    color:#103371;
    margin: 15px 15px;
    text-transform: capitalize;
} 
  .navbar-brand img{
    width:600px;          
  }
  .last-link{
    margin-right: 0 !important;
    padding-right: 0 !important;
  }
  .dropdown-item{
    margin:0 !important ;
  } 
  /*-----------------banner------------------------*/
  .banner{    
    background-image: url(../images/banner.png);   
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10%;
    min-height:700px;
  }
  .carousel-caption{
    position: absolute;
    left:10%;
    top:10%;
    width:800px;
    text-align: left;
  }
  .carousel-caption h1{
    font-size: 70px;
    font-weight: bold;
    color:#fff;
    border-left:4px solid #fff ;
    padding-left: 20px;
    text-shadow: 1px 3px 1px rgba(0, 0, 0, 0.06);
  }
 
  .carousel-caption h3{
    font-size: 28px;
    font-weight: bold;
    color:#de9b25;
    margin-bottom: 30px;
    
  }
/*------------------intro-------------------------*/
.intro-line{
  font-size: 40px;
  color:#103371;
  
}
.intro-para {
  text-align: justify;
  color:#555252;
  font-size: 16px;
}
.intro-img{
  width: 100%;
  overflow: hidden;
}
.intro-img img{
  width: 100%;
}
.intro-btn{
  color:#de9b25;
  font-size: 18px;
  font-weight: 600;
}
.blue-para{
  text-align: justify;
  color: #001e57;
  font-size: 16px;
}
/*-------------sectors------------------------*/
.sectors{
  width:100%; 
  text-align: center; 
}
.sectors img{
  width:50%;
}
.sectr-line{
  color:#fff;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  padding: 10px ;
}
.box{
  border: 1px solid #ccc;
  padding: 30px;
  border-radius: 30px;
  margin-bottom: 30px;
}
/*-------------services--------------------*/
.services{
  min-height: 60vh;
}
.icon-serv{
   width:100%;
   text-align: center;
   padding: 20px 0;
}
.icon-serv img{
  width: 50%;
}
.serv-hd{
  background: #103371;
  height: 60px;
  padding: 10px 0;
  color:#fff;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}
 .serv-box{
   background: #e9f3fb;  
   margin-bottom: 30px;   
 } 
 .serv-list {
  padding:0;
  list-style: none;
 }
 .serv-list li{
   color:#555252;
   font-size: 14px;
   display: flex;
   margin-left: 10px;  
 }  
 .serv-list li i{
   color: #de9b25;
   margin-right: 8px;
 }
 .serv-box:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  transition: all 0.3s;
}
.serv-para li{
  color:#000;
  font-size: 14px;
  line-height: 2;
  border-bottom: 1px solid #ccc;
}

.cargo-sectn{
  background: #e9f3fb;
  padding: 15px 0;
}
.over{
  width: 100%;
  overflow: hidden;
}
.over img{
  width:100%;
}
  /*--------------------------------footer--------------------------------------*/
.footer{  
   background: #e9f3fb;
   min-width: 60vh;
   padding: 30px 0;
 }

.foot-items{
   margin:0;
   padding:0;
   list-style: none;
}
.foot-items li a{
   text-decoration: none !important;
   color: #001e57 !important;    
   font-size: 14px;
   font-weight: 400;
   margin: 5px 0;    
   display: flex;
} 
.foot-items li a i{
   margin-right: 10px;
   color:#de9b25;
} 
.foot-para{
  color: #fff !important;    
   font-size: 14px;
   font-weight: 400;
   margin-top: 20%; 
     
} 
.foot-small{
   color: #189362 !important;    
   font-size: 20px;
   font-weight: 400;
   line-height: 2;
   margin-top: 30px; 
   text-transform: uppercase;
   position: relative; 
} 
.foot-small::after{
  content: '';
  position: absolute;
  bottom:0;
  left:0;
  background: #de9b25;
  width: 40px;
  height: 4px;
  border-radius: 5px;
}
.foot-logo img{
   width:200px;
}

/*------------------last-line---------------*/
.rights{   
  padding: 8px 0;
  border-top: 1px solid #ccc;  
   margin-bottom: 0;
   color: #ccc;
   font-size: 12px;
   text-align: center;
}

.righta span a{
   display: inline-block;
   color:#aaa9a2 !important;     
   font-size: 14px;
}
 /*//////////////////service///////////////////////////*/
 .srv-banner{
    background-image: url(../images/serv_banner.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 350px;
    padding-top: 10%;;
 }
 .list-line{
   color:#fff;
 }
 .list a{
   font-size:14px;
 }
 
 .serv-hdng{
   color:#de9b25;
   font-size: 18px;
   font-weight: 700;
   text-transform: uppercase;
   margin-top: 10%;
 }
 /*/////////////////contact-us////////////////////////////////*/
.contactban{
  background-image: url(../images/contact_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; 
  min-height: 350px;
}
.con-line{
  color:#001e57;
  text-align: center; 
  margin: 30px 0;
  text-transform: capitalize;
}

.con-box{
  text-align: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; 
  padding-bottom: 15px;
}
.ico i{
  font-size: 32px;
  color:#cc2d0a;
}
.con-box h3{
  font-size: 24px;
  color:#cc2d0a;
  text-transform: capitalize;
  margin: 15px 0;
}
.con-box p{
  font-size: 16px;
  color:#6d7162;  
}
.contact-line-2{
  font-size: 16px;
  font-weight: 600;
  color:#cc2d0a;
  text-transform: capitalize;  
}
.my-bttn{
  background-color:#001e57;
  color:#fff;
  padding: 10px 100px;
}
#contactForm .form-control::placeholder{
  text-transform: capitalize !important;
}
.form-group{
  margin-top: 20px;
}
/*/////////////////about///////////////////////////*/
.abt-banner{
  background-image: url(../images/abt_banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;  
  min-height: 350px;
  padding-top: 10%;
}
.line{
  color:#001e57;
  font-size: 14px;
  font-weight: 600;
}
.about-hdng{
  color:#de9b25;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;  
}
.why{
  background: #e9f3fb;
  padding: 15px 0;
}
.why-list{
  padding: 0;
  list-style: none;
}
.why-list span{
 color:#de9b25;
 font-size: 24px;
 margin-right: 10px;
}
.why-list li{
  line-height: 2;
  color:#001e57;
}
