
/*commone start*/
 body{
 	font-family: "PT Sans", serif;
 	font-size: 16px;
 	font-weight: 400px;
 	color:#898989 ;
}

.c_padding{
    padding-top: 100px;
    padding-bottom: 120px;
}
/*commone end*/


/*header start*/
header{
	background-color:#fcdb00 ;
	padding: 20px;
}
.c_nav
.logo{}
.menu{}
.menu ul li a{
	font-size: 22px;
    font-weight: 700px;
    color: #010101 !important;
    padding: 0 70px !important;
}
.menu ul li a:last-child{
	padding-right: 0 !important;
}

.menu ul li a:hover{
	color: white !important;
}
/*header end*/



/*slider start*/

 .slider{
 	background-color:#fcdb00 ;
 	padding-bottom: 100px;
 }
.c_ind{
	 bottom: -80px;
    }
.c_ind [data-bs-target] {
    
    width: 15px;
    height:15px;
    border-radius:50%;
    background-color: #fff;  
}

 .s_text{
 	margin-top: 50px;
 }
 .s_text h1{
 	font-size: 32px;
    font-weight:700px;
    color: #010101;
 }
 .s_text h2{
 	margin: 20px 0px;
 	font-size: 20px;
    font-weight: 400px;
    color: #313841;
 }
 .s_text p{
  margin-bottom:35px;
  color: #555555;
 }

 .s_icon{}
 .s_icon ul li{
 	margin-right: 30px !important;
 }
 .s_icon ul li i{
 	font-size: 42px;
    color: #010101;
    transition: .3s;
 }
 .s_icon ul li i:hover{
 	transform: scaleY(.8);
 	color: white;
 }
 .s_img{}
 .s_img img{}

/*slider end*/

/*feature start*/
  .feature{
  
  }
  .c_taitle{}
  .c_h1{
  	margin-bottom: 15px;
  	font-size: 32px;
    font-weight: 700px;
    color: #010101;
  }
  .c_p{
  	line-height: 20px;
  	font-size: 20px;
    font-weight: 400px;
    color: #313841;
  }
 
.f_item{
	margin-top: 70px;
}
.f_icon{}
.f_icon i{
	margin-top: 4px;
	font-size: 50px;
    color: #010101;
    transition: .3s;
}
.f_icon i:hover{
	transform: scaleY(.8);
 	color:#898989;
}
	
.f_text{}
.f_text h2{
	margin-bottom: 10px;
	font-size: 22px;
    font-weight: 400px;
    color: #010101;
}
.f_text p{
	font-size: 16px;
    font-weight: 400px;
    color: #898989;

}
/*feature end*/


/*contact start*/
.contact{
    background-color:#010101 ;
}
.yellow{
    color: #fcdb00;
}
.ash{
    color:#898989 ;
}

.c_from{
    margin-top: 35px;
    margin-bottom: 70px;
}
.c_input{
  padding: 15px 20px;
  height: 55px;
  font-family: "PT Sans", serif;
  color: #898989;
}
.c_submit{
    width: 100%;
    height: 55px;
    background-color: #fcdb00;
    font-family: "PT Sans", serif;
    font-size: 16px;
    font-weight: 700px;
    color: #010101;
    text-transform: uppercase;
}
.c_submit:hover{
    transform: scaleY(.8);
    background-color: white;
}
.c_icon{}
.c_icon li{
    margin-right: 30px !important;
}

.c_icon li:last-child{
    margin-right: 0px !important;
}
.c_icon li i{
    font-size:42px;
    color: #fcdb00;
    transition: .3s;
}
.c_icon li i:hover{
     color: white;
}
/*contact end*/


/* footer start */
 footer{
    background-color:#010101 ;
    padding-bottom: 120px;
}
.f_1{}
.f_1 address{
    color: #ffffff;
}
.f_2{}
.f_2 p a{
    color:#ffffff; 
    text-decoration: none;
}
/*footer end*/

