/*fonts links*/
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');
/*common code start*/
body{
    font-family: 'PT Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #898989;

}
/*common code end*/

/* header start */
header{
    background-color: #fcdb00;
    padding: 20px 0;
}
.c_nav{}
.logo{}
.btn_t:focus{
    box-shadow: none;
}
.manu{}

.manu ul li a{
    font-family: 'PT Sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #010101 !important;
    padding: 0 45px !important;
}

.manu ul li :last-child a{
    padding-right: 0 !important;
}

.manu ul li a:hover{
    color: white !important;
}
/* header end */

/* slider start */
.slider{
    background-color: #fcdb00;
    padding-bottom: 100px;
}

.ind_button{
    bottom: -80px;
}

.ind_button [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.sliderText{
    margin-top: 50px;
}

.sliderText h1{
    font-size: 32px;
    font-weight: 700;
    color: #010101;
}

.sliderText h2{
    margin: 20px 0;
    font-size: 20px;
    font-weight: 400;
    color: #313841;
}

.sliderText p{
    margin-bottom: 35px;
    color: #555555;
}

.sliderIcon{}

.sliderIcon ul li{
    margin-right: 30px !important;
}

.sliderIcon ul li i{
    font-size: 42px;
    color: #010101;
    transition: .3s;
}

.sliderIcon ul li i:hover{
    transform: scale(.8);
}

.sliderImage{}
.sliderImage img{}

.slider {
  background-color: #f4d400;
  padding-bottom: 100px;
}

.c_ind {
  bottom: -80px;
}

.c_ind [data-bs-target] {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
}

.c_ind .active {
  opacity: 1;
}

.s_text {
  margin-top: 50px;
}

.s_text h1 {
  font-size: 32px;
  font-weight: 700;
  color: #010101;
}

.s_text h2 {
  margin: 10px 0;
  font-size: 20px;
  font-weight: 400;
  color: #313841;
}

.s_text p {
  color: #555555;
  margin-bottom: 25px;
}

.s_icon {}

.s_icon ul li i {
  margin-right: 25px;
}

.s_icon ul li i {
  color: #010101;
  font-size: 30px;
  transition: 0.3s;
}

.s_icon ul li i:hover {
  transform: scale(0.8);
}

.s_img img {}

.feature {
  padding-top: 100px;
  padding-bottom: 120px;
}

.c_title {}

.c_h1 {
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 700;
  color: #010101;
}

.c_p {
  line-height: 18px;
  font-size: 20px;
  color: #313841;
}

.f_item {
  margin-top: 70px;
}

.f_icon i {
  font-size: 50px;
  color: #010101;
  transition: 0.33s;
}

.f_icon i:hover {
  transform: scale(0.8);
}

.f_text {}

.f_h2 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  color: #010101;
}

.f_p {
  letter-spacing: 1px;
}

.contact {
  background-color: #010101;
}

.yellow {
  padding: 40px;
  color: #f4d400;
}

.ash {
  color: #898989;
}

.c_form {
  padding: 35px 70px;
}

.c_input {
  padding: 15px 20px;
  height: 55px;
  font-family: "PT Sans", sans-serif;
  color: #898989;
}

.c_submit {
  width: 100%;
  height: 55px;
  background-color: #f4d400;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #010101;
  text-transform: uppercase;
}

.c_submit:hover {
  background-color: #fff;
  color: #010101;
}

.c_icon {
  padding: 50px;
}

.c_icon li {
  margin-right: 25px !important;
}

.c_icon li:last-child {
  margin-right: 0 !important;
}

.c_icon li i {
  font-size: 42px;
  color: #f4d400;
  transition: 0.33s;
}

.c_icon li i:hover {
  color: #fff;
}

.footer {
  background-color: #010101;
  padding-bottom: 120px;
}

.f_1 {}

.f_1 address {
  color: #fff;
}

.f_2 {}

.f_2 p a {
  color: #fff;
  text-decoration: none;
}

/* slider end */