
 a{
    display: inline-block;
    text-decoration: none !important;
  }
  :root{
    --blue:#071a99;   
    --orangecol:#e64301;
    --paracolor:#333;
    --light:#e4f5e6;
  }
  .active{
    color:var(--redcolor) !important;
  }
/*-------------top---------------------*/
.top{ 
  background:#fff;
  padding-bottom: 8px;  
 }
.top-items a{
  color: #000;
  font-size: 14px;
  margin-left: 15px; 
}
.top-items a i{
  margin-right: 8px; 
  color:var(--redcolor); 
}
.user{
  float:right;
  background: var(--orangecol);
  border-radius: 10px 40px; 
  padding: 5px 10px;
}
.user a{
  color:#fff;
  font-size: 14px;
  font-weight: 600;
}
.user a i{
  color:#fff;
  margin-right:5px;
}
/*----------------mid-----------------------*/
.certi{
  text-align: right;  
}
.certi img{
  width:70%;
}
/*-----------navbar----------------------*/
/*.navbar img{
  width:400px;
}*/
.main{ 
  border-top: 1px solid #ccc;
}

.my-nav li a{
  font-size: 16px;
  font-weight: 600;
  margin: 5px 40px; 
  /*color:var(--orangecol);*/
  text-transform: uppercase;
  font-family: "Barlow", serif;  
}
.dropdown-menu{   
  left: 40px !important;   
}

.dropdown-item{
  margin: 0 !important; 
}
.my-nav li a.active1{
   border-bottom: 3px solid var(--orangecol);
}
.navbtn{
  background: var(--orangecol);
  border: 1px solid var(--orangecol);
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Barlow", serif;
  font-size: 14px;  
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 7px 10px;
}
/*---------------banner------------------------*/
.ban{
  
  background: linear-gradient(to right,  #000000C7 3%, rgba(0, 0, 0, 0) 97%),
                      url(../images/banner.png);
                      
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover 100%;
  height:640px;
}
.banhead{
  width:700px;
  font-family: "Barlow", serif;
  color:#fff;
  padding-top: 12%;
}
.banhead h1{
  font-size: 53px;
  position: relative;
}
.banhead h1::after{
  content: '';
  background: var(--orangecol);
  width: 60px;
  height: 20px;
  position: absolute;
  bottom:-40px;
  left:0;
}
/*---------about-----------------*/
.title{
  font-family: "Barlow", serif;
  color:#000;
  font-weight: bold;
 }
 
.para{
  font-family: Arial, Helvetica, sans-serif;
  color:var(--paracolor);
  text-align: justify;
}

/* CSS */
.abt-btn {
  background: var(--orangecol);
  border: 1px solid var(--orangecol);
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 4px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Barlow", serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 16px;
  letter-spacing: 2px;
  min-height: 40px;
  outline: 0;
  padding: 12px 14px;
  text-align: center;
  text-rendering: geometricprecision;
  text-transform:uppercase;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
}

/*----------products------------------*/

.parts{
  border: 1px solid #ccc;
}
.parts h3{
  font-family: "Barlow", serif;
  color:#000;
  font-size: 20px;
  font-weight: bold;
  text-align: center; 
  height: 60px;
}
/*------------------why-choose----------------------------*/
.map{
  background: url(../images/world_map.png);  
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height:400px;
}
.whitebox{
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  width:200px;
  transform: translate(400px,200px);
}
.whitebox li{
  font-family: "Barlow", serif;
  color:var(--orangecol);
  font-size: 18px;
  font-weight: bold;
}
.whyitems{
  padding: 0;
  list-style: none;
}
.whyitems li{
  font-family: Arial, Helvetica, sans-serif;
  color:var(--paracolor);
  font-size: 18px;
  text-align: justify;
  margin: 10px 0;
  display: flex;
}
.whyitems li i{
  color:var(--orangecol);
  margin-right: 10px;
  margin-top: 5px;
}
/*---------------------------------------------*/
.box{
    background: var(--orangecol);
    padding: 2rem;
}
.head1{
  font-family: "Barlow", serif;
  color:#fff;
  font-size: 30px;
  font-weight: bold;
}
.lightbtn{
  background: #fff;
  padding: 10px 15px;
  border-radius: 8px;
  vertical-align: middle;
  text-align: center;
  line-height: 1;
  width:200px;
}
.lightbtn a{
  font-family: "Barlow", serif;
  color:#000;
  font-size: 20px;
  font-weight: 600;
}
/*--------------footer--------------------------*/
.footer{
  background:#000 ;
  padding: 30px 0;
}
.foot-logo{
  width:100%;
  overflow: hidden;
}
.foot-logo img{
  width:80%;
}
.foot-small{
  font-family: "Barlow", serif;
  color:var(--orangecol);
  font-size: 20px;
  text-transform: uppercase;
  margin: 20px 0;
}

.foot-items{
    padding: 0;
    margin: 0;
    list-style: none;
}
.foot-items li a{
    font-family: Arial, Helvetica, sans-serif;   
    font-size: 14px;
    font-weight: 600;
    color:#ccc;
    margin: 5px 0;
    display: flex;   
}
.foot-items li a i{
    color:var(--redcolor);
    margin-right: 8px;
}
.last{
  text-align: center;
  padding-top: 10px;
  border-top: 1px solid #ccc;
  font-size: 12px;
  font-family: "Roboto", sans-serif; 
}
/*///////////////ALCO-part//////////////////////////////*/
.coloured{
  font-family: "Barlow", serif;
  color:var(--orangecol);
  font-size: 20px;
}
.head{
  font-family: "Barlow", serif;
  color:#000;
  font-size: 20px;
  font-weight: bold;
}
/*//////////////////gakkery_alco/////////////////////////*/
.gall_alco{
   width:100%;
   margin-bottom: 30px;
   border:3px solid #000;
}
.gall_alco img{
   width:100%;
}