/*
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');
*/
@font-face{
	font-family: Poppins-Regular;
	src: url(../fonts/Poppins/Poppins-Regular.ttf);
	
}

@font-face{
	font-family: Poppins-Medium;
	src: url(../fonts/Poppins/Poppins-Medium.ttf);
	
}

@font-face{
	font-family: Poppins-Bold;
	src: url(../fonts/Poppins/Poppins-Bold.ttf);
	
}

@font-face{
	font-family: Roboto-Regular;
	src: url(../fonts/Roboto/Roboto-Regular.ttf);
}


/* common css start  */
body{
    font-family: 'Poppins-Regular'; 
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}
/* common css start  */


/* header start  */
header{
    background-color: #F0FFF0;
    padding: 15px 0;
}
.logo{
    width: 200px;

}

.menu ul li a{
    color: #000000 !important;
    padding: 0 20px !important;
    transition: .2s;
}
.navt:focus{
    box-shadow: none;

}
.menu ul li a:hover
{
 color: #fd1a1a !important;
}
.btn_c{
   font-family: 'Roboto', sans-serif;
   background:#21B573 ;
   border-radius:33px ;
   font-weight: 400;
   color: #FFFFFF;
   background-color:#21B573 ;
   line-height: 19px;
   display: flex;
   justify-content: center;
   align-items: center;
   

}
.btn_s{
    width: 105px;
    height: 45px;
    margin-left: 10px;
}
.btn_c:hover{
    color: #FFFFFF;
    background-color:#FD511A;
}
/* header end */

/* banner start  */
.banner{
    padding: 40px 0 60px;
    background-color:#F0FFF0 ;

}

.b_p1{
    color: #FD511A;
    line-height: 24px;
}
.b_p2{
    line-height: 36px;

}

.banner_text h1{
    font-family: 'Poppins-Bold'; 
    margin: 10px 0 20px;
    padding-right: 25px;
    Font-size: 48px;
    font-weight: 700;
    line-height: 70px;

}
.banner_text h1 span{
    font-family: 'Poppins-Bold'; 
    color: #21B573;
}
.btn_g{
    margin-top: 15px;
    width: 155px;
    height: 45px;
}

/* banner end */

/* feature start  */
.feature{
    padding: 45px 0 100px;
}
.f_item{
    padding: 60px 0 55px;
    background-color:#F0FFF0 ;
    border-radius: 10px;
    text-align: center !important;
    transition: 0.33s ease;
}
.f_img{
    margin: 0 auto 20px;
    width: 65px;
    height: 85px;
}

.f_item h2{
font-weight: 500;
font-size: 24px;
line-height: 36px;
}

.f_item p{
line-height: 24px;

}

.f_item:hover{
    background-color: #FFFFFF;
    box-shadow:0 20px 40px rgba(0, 0, 0, 0.1);

}

/* feature end */

/* courses start  */
.ct_pad{
    padding-bottom: 100px;
}

.ct_h1{
    font-family:'Poppins-Bold';
    /* font-weight: 700; */
    font-size: 36px;
    line-height: 54px;

}
.c_course{
    margin-top: 60px;
    padding: 25px 20px 30px;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.1);
border-radius: 18px;
}
.c_img img{
    border-radius: 11px;
    width: 100%;
}

.c_h2{
    margin: 20px 0 5px;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
}
.c_p{
    line-height: 24px;

}
.btn_b{
    margin: 20px 0 35px;
    width: 140px;
    height: 35px;
}



.c_left ul li img ,.c_right ul li img{
    height: 18px;
}
.c_left ul li span , .c_right ul li span {
    font-weight: 500;
    line-height: 24px;
}
/* 


/* courses end  */

/* slider start  */
.slider{
    padding-bottom: 100px;

}
.carousel_indicator {
    bottom: -80px ;
}
.carousel_indicator [data-bs-target] {
    
    width: 15px;
    height: 15px;
    border-radius: 50% ;
    background-color:black; 
    
}

/* .s_text{

} */

.s_text p{
    color:#000000;
    margin-left: -62px;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;

}
.s_icon{
    color: #010101;
    font-size: 42px; 
}

.s_img{
    width: 100%;
   
}
.s_img img{
    width: 120px;
    height: 120px;
    margin-right: -95px;
}

/* slider end */

/*
/* footer start  */


/*footer start*/
footer{
	padding-top: 55px;
	background-color: #282531;
}
address{}
address p{
	padding-right: 130px;
	color: white;
	line-height: 30px;
}
.f-single-item{}
.f-single-item h2{
	font-family: poppins-bold;
	font-size: 18px;
	font-weight: 700;
	color: white;
	line-height: 30px;
}
.f-single-item ul{
	padding-left: 0 !important;
	list-style: none;
}
.f-single-item ul li{}
.f-single-item ul li a{
	color: white;
	line-height: 30px;
	text-decoration: none;
	transition: 0.33s;
}

.f-single-item ul li a:hover{
	color: #FD511A;
}

.footer-bottom{
	margin: 70px 0 30px;
}
.footer-bottom p{
	color: #CDCDCD;
}
.footer-bottom p a{
	color: white;
	text-decoration: none;
	transition: 0.33s;
}

.footer-bottom p a:hover{
	color: #FD511A;
}

/*footer end*/