/* icon related font face */
@font-face {
    font-display: block;
    font-family: "bootstrap-icons";
    src: url("../fonts/bootstrap-icons.woff2?24e3eb84d0bcaf83d77f904c78ac1f47") format("woff2"),
  url("../fonts/bootstrap-icons.woff?24e3eb84d0bcaf83d77f904c78ac1f47") format("woff");
  }
  /* icon ends */
@font-face {
    font-family: 'PTSans-Regular';
    src: url(../fonts/PTSans-Regular.ttf);
}
@font-face {
    font-family: 'PTSans-Bold',sans-serif;
    src: url(../fonts/PTSans-Bold.ttf);
}
/* Common Code will goes here */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'PTSans-Regular',sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #898989;
}
/* Common codes ends here */
/* header starts from here */

header{
    background-color: #fcdb00;
    padding: 25px 0;
}
.cNav{

}
.logo{

}

.menu{}
.menu ul li a{
    padding: 0 50px !important;
    font-size: 22px;
    font-weight: 700;
    color: #010101 !important;
}
.menu ul li a:last-child{
    padding-right: 0 !important;
}
.menu ul li a:hover{
    color: white !important;
}
/* header ends here */


/* Slider starts from here */
.slider{
    padding-bottom: 100px;
    background-color: #fcdb00;
}

.coustom-indecator{
    bottom: -80px;
    
}
.coustom-indecator [data-bs-target] {
   
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: white;
}

.carousel-indicators .active{
    opacity: 1;
}

.s-text{
    margin-top: 50px;
}
.s-text h1{
    font-family: 'PTSans-Bold',sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #010101;
}
.s-text h2{
    margin: 20px 0;
    font-size: 20px;
    font-weight: 400;
    color: #313841 !important;
}
.s-text p{
    margin-bottom: 35px;
    color: #555555 !important;
}

.s-icon{}
.s-icon ul li{
    margin-right: 30px !important;
}
.s-icon ul li i{
    font-size: 42px;
    color: #010101;
    transition: .4s;
    cursor: pointer;
}
.s-icon ul li i:hover{
    transform: scale(.8);
    color: white;
}


/* slider image starts */
.s-image{}
.s-image img{}

/* feature starts from here */
.feature{
    padding-top: 100px;
    padding-bottom: 120px;
}
.common-text{}
.f-header{
    margin-bottom: 15px;
    font-size: 32px;
    font-family: 'PTSans-Bold',sans-serif;
    font-weight: 700;
    color: #010101;
   
}
.f-text{
    font-size: 20px;
    font-weight: 400;
    color: #313841;
    line-height: 28px;
}

/* feature cards starts */
.f-card{
    margin-top: 70px;
}
.f-icon{}
.f-icon i{
    font-size: 50px;
    color: #010101;
}
.icon-text{ 
    margin-top: 10px;
}
.icon-text h2{
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 400;
    color: #010101;
}
.icon-text p{
    
    color: #898989;
}
/* feature cards ends */
/* feature ends here */

/* contact starts here */
.contact{
    background-color: #010101;
}

.c-form{
    margin-top: 35px;
    margin-bottom: 70px;
}
.c-input{
    width: 100%;
    height: 55px;
    font-size: 16px;
    font-family: 'PTSans-Bold'sans-serif;
    font-weight: 400;
    color: #898989;
    padding: 15px 20px;
}
.c-submit{ 
    width: 100%;
    height: 55px;
 
    font-size: 16px;
    font-family: 'PTSans-Bold'sans-serif;
    font-weight: 700;
    

}
.c-submit:hover{
    background-color: white;
}

/* contact icon starts */
.contact-icon{}
.contact-icon li{
    margin-right: 30px !important;
}
.contact-icon li i{
    font-size: 42px;
    color: #fcdb00;
    transition: .3s;
    cursor: pointer;
}
.contact-icon li i:hover{
    color: white;
}
.contact-icon li:last-child{
    margin-right: 0 !important;
}

/* contact ends here */


/* footer starts from here */
footer{
    background-color: #010101;
    padding-bottom: 120px;
}
.f-1{    

}
.f-1 address{    
    color: white;
}
.f-2{}
.f-2 p a{
    color: white;
    text-decoration: none;
}
/* footer ends here */

.footer2, p a{
	text-decoration: none;
	color: white;
	transition: .3s;
}

.footer2 p a:hover{
	color: #fcdb00;
}

.footer2{
	background: #010101;
	padding: 20px 0 5px;
	border-top: 1px solid #5b5b5b;
   
}