body{
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #898989;
}

.c_padding{
    padding-top: 100px;
    padding-bottom: 120px;
}


/* header start */
header{
    background-color: #fcdb00;
    padding: 20px;
}

.c_nav{}

.logo{}

.menu{}

.menu ul li a{
    font-size: 22px;
    font-weight: 700;
    color: #010101 !important;
    padding: 0 50px !important;
}

.menu ul li:last-child a{
    padding-right: 0 !important;
}

.menu ul li a:hover{
    color: white !important;
}
/* header ends */
/* slider starts */
.slider{
    background-color: #fcdb00;
    padding-bottom: 100px;
}

.c_indicators{
    bottom: -85px;
}

.c_indicators [data-bs-target]{
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.s_text{
    margin-top: 50px;
}

.s_text h1{
    font-size: 32px;
    font-weight: 700;
    color: #010101;
}

.s_text h2{
    margin: 20px 0;
    font-size: 20px;
    font-weight: 400;
    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: scale(.8); 
}

/* slider ends */
/* feature starts */

.c_title{}

.c_h1{
    font-size: 32px;
    font-weight: 700;
    color: #010101;
}

.c_p{
    font-size: 20px;
    color: #313841;
}

.f_item{
    margin-top: 70px;
}

.f_icon{}

.f_icon i{
    margin-top: 3px;
    font-size: 50px;
    color: #010101;
}

.f_text{}

.f_text h2{
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 400;
    color: #010101;
}

.f_text p{
    font-size: 16px;
    font-weight: 400;
    word-spacing: 1px;
}
/* feature ends */
/* contact starts */
.contact{
    background-color: #010101;
}

.yellow{
    color: #fcdb00;
}

.ash{
    color: #898989;
}
.c_form{
    margin-top: 35px;
    margin-bottom: 70px;
}
.c_input{
    height: 55px;
    padding: 15px 20px;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #898989;
    border:none;
}
.c_input:focus, .c_input:active {
    outline: none !important;
    box-shadow: none;
 }
.c_submit{
    width: 100%;
    height: 55px;
    background-color: #fcdb00;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #010101;
    text-transform: uppercase;
    border:none;
}

.c_submit:hover{
    background-color: #ffffff;
    color: #010101;
}

.c_submit:focus{
    outline: none !important;
    box-shadow: none;
}

.c_icon{}
.c_icon li{
    margin-right: 30px !important;
}
.c_icon li:last-child{
    margin-right: 0 !important;
}
.c_icon li i{
    font-size: 42px;
    color: #fcdb00;
    transition: .3s;
}

.c_icon li i:hover{
    transform: scale(.9);
    color: white;
}

/* contact ends */
/* footer starts */
footer{
    padding-bottom: 120px;
    background-color: #010101;
}
.info1{}
.info1 address{
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}
.info2 p{
    margin-bottom: 0;
}
.info2 p a{
    color: #ffffff;
    text-decoration: none;
}
/* footer ends */