/* common start */
@font-face {
    font-family: ptSans-regular;
    src: url(../fonts/PTSans-Regular.ttf);
}
:root{
    --primary_c: #010101 !important;
    --ash: #898989 !important;
    --secondary_c: #fcdb00 !important;
}
body{
    padding-top: 109px;
    font-family: ptSans-regular;
    font-size: 16px;
    font-weight: 400;
    color: var(--ash);
}
.c_padding{
        padding-top: 100px;
     padding-bottom: 120px;
}
/* common end */

/* header start */

header{
    background-color: var(--secondary_c);
    padding: 20px 0;
}
.c_nav{}
.logo{}
.menu{}
.menu ul{}
.menu ul a{
    font-size: 22px;
    font-weight: 700;
    color: var(--primary_c);
    padding: 0 80px !important;
}
.menu ul:last-child a{
    padding-right: 0 !important;
}
.menu ul li a:hover{
    color: #fff !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%;
}

.s_text{
    margin-top: 50px;
}
.s_text h1{
    font-size: 32px;
    font-weight: 700;
    color: var(--primary_c);
}
.s_text h2{
    margin: 20px 0;
    font-size: 20px;
    font-weight: 400;
    color: #313841;
}
.s_text p{
    margin-bottom: 35px;
    color: #555555;
}
.s_icon{}
.custom_item {
    padding-left: 0;
}
.s_icon ul li{
    margin-right: 30px !important;
}

.s_icon ul li i{
    font-size: 42px;
    color: #010101;
    transition: 0.3s;
}
.s_text ul li i:hover{
    transform: scale(0.8);
}
/* slider end */



/* feature start */
.feature{

}
.c_title{}
.c_h1{
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: 700;
    color: #010101;
}
.c_p{
    line-height: 28px;
    font-size: 20px;
    color: #313841;
}
.f_item{
    margin-top: 70px;
}
.f_icon{}
.f_icon i{
    margin-top: 5px;
    font-size: 50px;
    color: #010101;
}
.f_text{}
.f_text h2{
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 400;
    color: #010101;
}
.f_text p{
    letter-spacing: 1px;
} 

/* feature end */


/*contact start*/

.contact{
    background-color: #010101;
}
.yellow{
    color: #fcdb00;
}
.ash{
    color: #898989;
}


.c_form{
    margin-top: 35px;
    margin-bottom: 70px;
}
.c_input{
    height: 55px;
    color: #898989;
    padding: 15px 20px;
}
.c_submit{
    width: 100%;
    height: 55px;
    background-color: #fcdb00;
    font-size: 16px;
    font-weight: 700;
    color: #010101;
    text-transform: uppercase;
}
.c_submit:hover{
    background-color: #fff;
    color: #010101;
}


.c_icon{}
.c_icon ul li{
    margin-right: 30px !important;
}
.c_icon ul li:last-child{
    margin-right: 0px !important;
}
.c_icon ul li i{
    font-size: 42px;
    color: #fcdb00;
    transition: 0.3s;
}
.c_icon ul li i:hover{
    color: #fff;
}




/*contact end*/


/* footer start */


footer{
    padding-bottom: 120px;
    background-color: #010101;
}
.f_one{}
.f_one address{
    color: #fff;
}
.f_two{}
.f_two p{}
.f_two a{
    color: #fff;
    text-decoration: none;
}


/* footer end */




