html{
	scroll-behavior: smooth;
}
body{
	font-family: 'Poppins', sans-serif;
	letter-spacing: 1px;
}
.letter_space{
	letter-spacing: 3px;
}
.brand_color{
	background: linear-gradient(90deg, rgba(217,255,249,1) 50%, rgba(123,255,234,1) 100%);
}
.btn-outline-danger{
	border-color: #00c4b3 !important;
	padding: 18px 60px;
}
.btn-outline-danger a{
	color: #00c4b3;
	text-decoration: none;
	transition: .3s ease;
}
.btn-outline-danger:hover{
	background-color: #00c4b3 !important;
	color: white !important;	
	transition: .3s ease;
}
.btn-outline-danger a:hover{
	color: white !important;
}
._choose{
	background-color: #122738;
}
.heading_color{
	color: #ff6201;
}
.service_font{
	font-size: 12px;
}
.text_color{
	color: #00c4b3 !important;
}
/*navbar*/
.navbar-light{
	background-color: white !important;
	box-shadow: 0px 7px 33px -11px #aaaaaaa6;
}
.navbar-brand h3{
	font-family: 'Poppins', sans-serif;
	font-weight: bolder;
}
.navbar-nav .nav-item a{
	font-weight: 500;
	letter-spacing: 1px;
	color: #00c4b3 !important;
	border-bottom: 3px solid transparent;
	font-family: 'Poppins', sans-serif;
	transition: border-bottom 0.3s ease-in-out;
}
.navbar-nav .nav-item a:hover{
	color: #00c4b3 !important;
	border-bottom: 3px solid #15568e;
}
.navbar-nav .nav-item a.active{
	color: #00c4b3 !important;
	border-bottom: 3px solid #15568e;
}
.dropdown-item.active,
.dropdown-item:active{
	background-color: transparent; !important;
}
/*carousel*/
.carousel-inner img {
    width: 100%;
    height: 100%;
}
.carousel-item{
    background: black;
    overflow: hidden;
}
.view img{
	object-fit: cover;
    opacity: 0.3 !important;
}
.carousel-caption p{
	font-family: 'Poppins', sans-serif;
	/*font-weight: bold;*/
}
.carousel-caption h1{
	font-size: 44px;
	font-family: 'Poppins', sans-serif;
	font-weight: 800;
}
.carousel-caption p{
	font-size: 18px;
}
.carousel-caption{
	margin-bottom: 225px;
	/*margin-left: -100px;*/
}
.col-md-6 p{
	font-family: 'Poppins', sans-serif;
}
.bg_2{
	background: linear-gradient(90deg, rgba(217,255,249,1) 50%, rgba(123,255,234,1) 100%);
}
.rounded_2{
	border-radius: 20px;
}
/*background image*/
#bg-img{
	background-image: url(../images/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.fix_padding{
	padding: 150px 58px 160px 95px !important;
}
.font_margin{
	line-height: 39px !important;
	letter-spacing: 2px;
}
.fa_icon{
	font-size: 50px;
	color: #ff6201;
	padding: 20px 0px;
}
.font_size{
	font-size: 34px;
	color: #1c2a4d;
	font-weight: bold;
	line-height: 34px !important;
}
.font_text{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
}
.container_shadow{
	position: relative;
	margin-top: -75px;
	border-radius: 10px;
	box-shadow: 0px 7px 33px -11px #aaaaaaa6;
}

/*About*/
#about h2{
	color: #00c4b3 !important; 
}
#about_color{
	color: #ff6201 !important; 
}
#courses h2{
	color: #ff8b35 !important; 
}
.header_div{
	position: relative;
	z-index: 1;
}
.header_div:after{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #0009;
}
.content_text{
	position: relative;
	z-index: 1;
}
.image_section{
	height: 100%;
	/*background-color: #272727;*/
	background-image: url(../images/s1.jpg);
	background-position: center;
}
.about_text{
	font-size: 45px;
	margin-bottom: -14px;
}
.about_text_2{
	font-size: 12px;
	margin-bottom: 0px;
}
/*Service*/
#services h1{
	color: #00c4b3 !important; 
}
.image-container {
    position: relative;
    /*width: 300px;  Adjust width and height according to your image */
    /*height: 200px;*/
}

.image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 40px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #272727; /* Change the color and opacity as needed */
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none; /* Ensure that the overlay does not block mouse events */
}

.image-container:hover .overlay {
    opacity: 0.9;
    border-radius: 40px;
}

.text {
    color: white;
    font-size: 24px; /* Adjust font size as needed */
    text-align: center;
    pointer-events: auto; /* Enable mouse events for the text */
    font-weight: bold;
}

.service_item{
	background: black;
    overflow: hidden;
}
.view img{
	object-fit: cover;
    opacity: 0.3;
}

.service_section{
	height: 100%;
	background-color: #272727;
}
.service_text{
	font-size: 45px;
	margin-bottom: -14px;
}
.service_text_2{
	font-size: 12px;
	margin-bottom: 0px;
}
/*gallery*/
#gallery{
	color: #ff8b35 !important;
}
.img_effect img{
	transition: all ease 1s;
}
.img_effect img:hover{
	transform: scale(1.1);
}
._rounded{
	border-radius: 50%;
}
.gallery_section{
	height: 100%;
	background-color: #272727;
}
.gallery_text{
	font-size: 45px;
	margin-bottom: 0px;
}
/*contact*/
.contact_bg_color{
	background-color: #fff !important;
}
.rounded{
	border-radius: 30px !important;
}
.fas{
	font-size: 24px !important;
}
.border{
	background-color: white !important;
	border-radius: 20px;
	/*border: transparent !important;*/
}
#contact .h4{
	color: black;
}
.btn-success{
	background-color: #00c4b3 !important;
	border-color: #00c4b3 !important;
}

.div_radius .fas {
    font-size: 26px;
    width: 60px;
    height: 60px;
    background-color: #00c4b3 !important;
    padding: 18px;
    border-radius: 50%;
    color: #fff;
}
.contact_section{
	height: 100%;
	background-color: #272727;
}
.contact_text{
	font-size: 45px;
	margin-bottom: 0px;
}
/*footer*/
#footer_container{
	/*background-color: #272727;*/
}
.footer_link{
	color: white;
	text-decoration: none;
}
.footer_link:hover{
	text-decoration: none;
	color: #ff6201;
	cursor: pointer;
	transition: .3s ease;
}
.footer_padding{
	padding-left: 30px;
}
#footer{
	/*background-color: #272727;*/
}
#footer:hover{
	cursor: pointer;
}
.last_footer{
	height: 100%;
	border-top: 1px solid #00c4b3;
	/*background-color: #1e1e1e;*/
}
#fas{
	font-size: 12px !important;
}
.footer_content p{
	margin-bottom: 0px;
}
.footer_section p a{
	color: #00c4b3;
}
.footer_section p a:hover{
	color: #00c4b3;
	text-decoration: none;
}
.list_size{
	font-size: 13px;
}
.footer_padding ul li span{
	float: right !important;
}
.footer_section #movetop {
  display: none;
  position: fixed;
  bottom: 7px;
  right:26px;
  z-index: 99;
  font-size: 12px;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  width: 42px;
  height: 42px;
  background: rgba(35, 55, 77, 0.92);
  padding: 0;
  line-height: 42px;
  transition: 0.5s ease-out;
  border-radius: 4px;
}
.footer_section #movetop:hover {
  background: #ff6201;
  color: #fff;
  opacity: 0.9;
}

/*question*/
.question_section{
	height: 100%;
	background-color: #00c4b3;
}
.question_text{
	font-size: 20px;
	margin-bottom: 0px;
}

/*Media*/
@media(max-width: 1100px){
	.carousel-caption{
		margin-bottom: 127px;
	}
}
@media(max-width: 1180px){
	.carousel-caption{
		margin-bottom: 215px;
	}
}
@media(max-width: 992px){
	.carousel-caption h1{
		font-size: 39px;
		line-height: unset;
	}
	.carousel-caption{
		margin-bottom: 215px;
	}
}
@media(max-width: 900px){
	.carousel-caption h1{
		font-size: 40px;
		line-height: unset;
	}
}
@media(max-width: 800px){
	.carousel-caption h1{
		font-size: 30px;
		line-height: unset;
	}
}
@media(max-width: 768px){
	.carousel-caption h1{
		font-size: 26px;
		line-height: unset;
	}
	.carousel-caption{
		margin-bottom: 215px;
	}
}
@media(max-width: 700px){
	.carousel-caption{
	margin-bottom: 215px;
	/*margin-left: -90px;*/
	}
}
@media(max-width: 620px){
	.carousel-caption{
	margin-bottom: 215px;
	/*margin-left: -58px;*/
	}
}
@media(max-width: 552px){
	.carousel-caption{
	margin-bottom: 215px;
	/*margin-left: -58px;*/
	}
	.carousel-caption h1{
		font-size: 26px;
		line-height: unset;
	}
	.navbar-brand .navbar_font{
		font-size: 19px !important;
	}
}

@media(max-width: 472px){
	.carousel-caption{
	margin-bottom: 215px;
	/*margin-left: -42px;*/
	}
}
@media(max-width: 444px){
	.carousel-caption{
	/*margin-bottom: -31px;*/
	/*margin-left: -42px;*/
	}
	.carousel-caption h1{
		font-size: 26px;
		line-height: unset;
	}
	.navbar-brand h4{
		font-size: 23px;
	}
	.carousel-caption p{
		font-size: 14px;
	}
	.navbar-brand .navbar_font{
		/*display: none;*/
	}
}
@media(max-width: 398px){
	.carousel-caption{
	margin-bottom: 215px;
	/*margin-left: -42px;*/
	}
	.carousel-caption h1{
		font-size: 26px;
		line-height: unset;
	}
	.navbar-brand h4{
		font-size: 20px;
	}
	.carousel-caption p{
		font-size: 14px;
	}
	.navbar-brand .navbar_font{
		/*display: none;*/
	}
}
@media(max-width: 359px){
	.carousel-caption{
	margin-bottom: 190px;
	/*margin-left: -42px;*/
	}
	.carousel-caption h6{
		/*font-size: 8px;*/
		line-height: unset;
	}
	.navbar-brand h4{
		font-size: 18px;
	}
	.navbar-brand .navbar_font{
		/*display: none;*/
	}
}