/* CSS Document */
body{
    font-family: 'Poppins', sans-serif;
}
.title-one{
	font-size: 50px !important;
	font-family: Mr Dafoe, cursive !important;
	color: #f8931f;
}
.title-banner{
	font-weight: bolder !important;
	color: #ffffff !important;
}
.title{
	font-weight: bolder !important;
	color: #222223 !important;
}

.navbar{
padding: 20px;	
background-color: #080a16 !important;
}
.nav-link{   
  color: white !important;
  font-weight: 300;
}
.c-btn{
	background: white !important;
	color: #2a231d !important;
	border-radius: 50px;
	font-weight: 300;
}

.top-btn{	
text-decoration: none !important;
padding-top: 10px;
padding-right: 15px;
padding-left: 15px;
padding-bottom: 10px;	
background: #f8931f !important;
color: white !important;	
}
.video-slide{
width: 100%;
height: auto;
}
/*index about page css*/
.lh{
	position: relative;
	width: 100px; 
	height: 5px; 
	background-color: #dedede;
	}

.lh::after{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #f8931f; 
    }
.borderlr{
	border-right: 1px solid #dedede !important;
	border-left: 1px solid #dedede !important;
}
.stats{
	background: #ea931c !important;
}
.centered-text {       
        justify-content: center;
        align-items: center;        
        background: white !important;
    }
.shadow{
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;	
}
.shadow-b{
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	border-radius: 30px;
}
.fa{
	color: #f8931f !important;
}
.counter{
	font-size: 35px !important;
	font-weight: bolder !important;
	color: #f8931f !important;
}
.abtn{
	color: rgba(0,0,0,1.00);
	background-color: #f8931f !important;
}
.abtn:hover{
	color: white !important;
	background-color: #f8931f !important;
}
/*contact us section start..*/
   .background-div {
	    padding-top: 150px !important;	  
        width: 100%; 
        height: auto; 
        background-image: url("../bg-contact-info.png"); 
        background-size: cover; 
	    background-position: center; 
}
     
.text-boxes{
	border-radius: 0px;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}
.contact-btn{
	background-color: #1E1E20 !important;
	color: white !important;
	border-radius: 5px;		
}
/*contact us section end..*/

/*footer css*/

.footer{
  background-color: #080a16 !important;
}



