body{
   font-family: 'DM Sans', sans-serif;
}
    a{
        display: inline-block;
        text-decoration: none !important;
    }
    :root{
       --yellow: #f3ad31;
       
    }

/*------------top--------------*/
.top{    
    background: var(--yellow);
    padding: 8px 0;
}
.top_lft a{
   float: right;
   color:#000;
   font-size: 12px;
}
.top_rt a{
    color:#000;
    font-size: 12px;
}
.top_lft i{
    color: #fff;
    margin-right: 4px;   
} 
.top_rt i{
  color:#fff;
  margin-right: 5px;   
} 

.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;
  }
 
/*------------------intro-------------------------*/
.intro-line{
  font-size: 40px;
  color:#000;
  
}
.intro-para {
  text-align: justify;
  color:#000;
  font-size: 18px;
  text-transform: uppercase;
}
.intro-para b{
    font-size: 20px;
}
.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;
}

  /*--------------------------------footer--------------------------------------*/
.footer{  
   background: var(--yellow);  
   padding: 20px 0;   
 }

.foot-items{
   margin:0;
   padding:0;
   list-style: none; 
}

.foot-items li a{
   text-decoration: none !important;
   color: #000 !important;    
   font-size: 14px;
   font-weight: 400;
   margin: 5px 0;    
   display: flex;
} 
.foot-items li a i{
   margin-right: 10px;
   color: #fff;
} 
.foot-para{
  color: #000 !important;    
   font-size: 14px;
   font-weight: 400;
   margin-top: 20%;      
} 
.foot-small{
   color: #000 !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: #fff;
  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;
}

