body{
   @font-face{
    font-family: Arial;
    src: url(../Fonts/Fonts/arial 1.ttf);
   } 
}
/*-----------------------nav-------------------------------*/
.main{   
   background: rgba(255,255,255,0.8);
   box-shadow: 0px 25px 20px -20px rgba(0,0,0,0.45);
   position: fixed;
   width:100%;
   top:0;
   left:0;
}

.navbar-brand img{
   width:600px; 
}
.my-nav li a{
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 13px;
    font-weight: 900;
    margin-right: 15px;
    text-transform: uppercase;
}
.dropdown-menu{
    background-color: #fff;
    top:0;
    left:auto !important;
    right:auto !important;
  }
  .keys{
    display: inline-block;
    text-decoration: none !important;
    border: 1px solid #e04530;
    border-radius: 5px;
    font-size: 13px; 
    font-weight: 900;
    margin-right: 10px;
    color:#fff !important;
    background:#e04530;
    box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;;
    padding:  0.375rem 0.75rem;
} 
/*-------------------banner---------------------------*/
.banner{
    margin-top: 100px;   
}
.carousel-caption{
    position: absolute;
    top:40%;
}
.carousel-caption h5{
    color:#e04530;   
    font-family: "Noto Serif", serif;
    font-size: 50px;
    font-weight: bold;
    font-style: italic;
    text-shadow: 1px 3px 1px rgb(215, 210, 210);
}
/*---------------rolling----------------------------*/
.roll{
    background: #0d9eed;
    padding: 10px 0; 
    border-top:1px solid #000 ;  
    border-bottom: 1px solid #000; 
}
.roll p{
    font-size: 24px;
    text-transform: uppercase;
    color:#fff;
    margin-bottom: 0;
}
/*--------------------about----------------------------------*/
.ab{
   background: #bdd4eb7a; 
}
.about_details{
    padding: 30px 0;
}
.about_details h2{
    text-align: center;
}
.about_details h2 span img{
    width:100px;
}
.about_details p{
    color:#666;
    font-size: 16px;
    font-weight: 600;
    text-align: justify;
    margin: 15px 0;
}
.about_btn{
    display: inline-block;
    text-decoration: none !important;   
    color:#e04530 !important;
    font-size: 18px;
    font-weight: 600;
}
.abt-img{
    width: 100%;
    overflow: hidden;
}
.abt-img img{
    width: 100%;
    border-radius: 10px;
}
/*---------------openings------------------------*/
.openings{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 30px 0 40px 0;
}
::-webkit-scrollbar {
    width: 5px;
 }

  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1;
 }

/* Handle */
 ::-webkit-scrollbar-thumb {
    background: #bec4c4;
 }

/* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
     background: #555;
 }
.open-box{
    text-align: center;
    border: 1px solid #ccc;
    padding: 20px;
    height: 200px;
    overflow-y: scroll;
}
/*---------------employer----------------------*/
.employer{
    background: #fd7f14;
    padding: 30px 0;  
    border-top:1px solid #000 ;   
}
/*--------------footer--------------------------*/
.footer{  
   background:#120e0e;
   padding-top: 20px;
}
.foot-logo{
    width:100%;
    overflow: hidden;
}
.foot-logo img{
    width: 400px;
}
.para{
    color: #e04530;
}
.foot-small{
    font-family: Arial, Helvetica, sans-serif;
    color: #e04530;
    font-size: 20px;
    margin: 20px 0;
   position: relative;  
}
.foot-small::after{
    content: '';
    position: absolute;
    bottom: -5px;
    left:0;
    background: #001e57;
    width: 30px;
    height: 3px;
}
.foot-items{
    padding: 0;
    margin: 0;
    list-style: none;
}
.foot-items li{
    display: flex;
}
.foot-items li a{
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    text-decoration: none !important;
    font-size: 14px;
    color:#ccc;   
}
.foot-items li a i{
    color:#fd7f14;
    margin-right: 8px;
}
.foot-items li a label{
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    font-size: 18px;
    font-weight: 600;
}
.socio{
    list-style: none;
    padding: 0 !important;
    display: flex;
}
.socio li a{
    background:#10c018;
    color: #fff;
    padding:10px 15px;
    margin:10px;
    border-radius: 5px;
    font-size: 18px;
}
/*----------------------------------------*/
.last{
    font-family: Arial, Helvetica, sans-serif;
    margin: 30px 0;
    text-align: center;
    font-size: 12px;
    color:#484848;
}
/*////////////////contact//////////////////////////////////*/
.conthd{
    text-transform: capitalize;
    color:#212519;
}
.con-line{
    color: #001e57;
}
.contline a{
    text-decoration: none !important ;
    color:#666;
    font-weight: 600;
    font-size: 14px;;
}
.contact-line-2{
    font-size: 16px;
    color:#000;
    text-transform: capitalize;
    margin-bottom: 10px;  
  }
  .my-bttn{
    background-color: #001e57 !important;
    color:#fff;
    padding: 10px 100px;
  }
  
/*////////////////////////careers///////////////////////////////////////*/

input[type="file"] {
    padding: 0.55em 1.25em 0.55em 0.65em !important;
    line-height: 1 !important;
  }
  
  .posts{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
  }
  .post-box{
    margin: 20px 0;
    border-bottom: 1px solid #ccc;
  }
  .post-box h4{
    color:/*#6d7162*/ #000;
    font-weight: 600;
    text-transform: capitalize;
  }
  .post-box p{
    color: #001e57;
  }
  .post-box h5{
    color:#5fb942;
    font-size: 16px;
  }
  /*///////////apply///////////////////*/
  .job{
    padding-top: 6%;
  }