*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
html{
	scroll-behavior: smooth;
}
body{
	font-family: 'Poppins', sans-serif;
	letter-spacing: 1px;
}
/*section title*/
.section_title{
	position: relative;
}
.section_title h1:before{
	position: absolute;
	content: "";
	display: block;
	width: 200px;
	height: 1px;
	background: #ddd;
	bottom: 1px;
	left: calc(50% - 100px);
}
.section_title h1:after{
	position: absolute;
	content: "";
	display: block;
	width: 50px;
	height: 3px;
	background: #ff3a3a;
	bottom: 0;
	left: calc(50% - 25px);
}
.letter_space{
	letter-spacing: 3px;
}
.btn-outline-danger{
	border-color: #ff6201 !important;
	padding: 15px;
}
.btn-outline-danger a{
	color: #ff6201;
	text-decoration: none;
	transition: .3s ease;
}
.btn-outline-danger:hover{
	background-color: #ff6201 !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;
}
/*navbar*/
.navbar-light{
	background-color: white !important;
	box-shadow: 0px 7px 33px -11px #aaaaaaa6;
}
.navbar-brand h4{
	font-family: 'Poppins', sans-serif;
	font-weight: bolder;
}
.navbar-nav .nav-item a{
	font-weight: 500;
	letter-spacing: 1px;
	color: #000 !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: #000 !important;
	border-bottom: 3px solid #000;
}
.navbar-nav .nav-item a.active{
	color: #fea505 !important;
	border-bottom: 3px solid #fea505;
}
.kk_navbar{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;

}

/*slider*/
.kk_cover_img{
	background-image: url(../images/s1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/*height: 100vh;*/
}
.cover-bg-black{
	position: relative;
}
.cover-bg-black:before{
	/*position: relative;*/
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
}
.cover-bg-black:before{
	background: #0007;
}
.cover-bg-opacity-4:before{
	/*opacity: .4;*/
}
.kk_cover_img .heading{
	font-size: 64px;
	font-weight: 500;
	color: white;
	margin-top: 30%;
	animation-name: text;
	animation-duration: 2s;
	animation-iteration-count: ease-out infinite;
	animation-delay: 1s;
}
.show {
    display: block; /* Show the navbar when the class 'show' is added */
}
@keyframes text{
	0% {
    opacity: 0;
    transform: translateY(80%);
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
.kk_cover_img .sub-heading .sub-text{
	font-size: 36px;
	font-weight: 600;
	color: white;
	/*margin-bottom: 160px;*/
	animation-name: sub_text;
	animation-duration: 2s;
	animation-iteration-count: linear infinite;
	animation-delay: 1s;
}
@keyframes sub_text{
	0% { 
		opacity: 0; transform: translateY(-100%);
	}
	25% { 
		opacity: 1; transform: translateY(0%);
	}
	50% {
  	}
	100% {
	}
}

 /*slider form*/
.enquiry_form_style{
	background: #ffffff85;
	padding: 30px 50px;
	border-radius: 18px;
	margin: 20% 0;
	animation-name: enq_form;
	animation-duration: 4s;
	animation-iteration-count: linear infinite;
	animation-delay: 1s;
}
@keyframes enq_form{
	0% {
    opacity: 0;
    transform: translateY(80%);
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

/*carousel*/
.col-md-6 p{
	font-family: 'Poppins', sans-serif;
}

/*modal*/
.modal-dialog{
	max-width: 850px;
}
.modal-header{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem 1rem;
}
.modal-header .close{
	position: absolute;
	top: 20px;
	right: 20px;
}

/*about*/
#about h1{
	font-family: "Kalam", cursive;
	color: #ff3a3a; 
}
#about .text-dark{
	font-size: 14px;
	color: black !important;
	font-weight: bold;

}

/*background image*/
#bg-img{
	background-image: url(../images/bg2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.owner_name{
	background-image: url(../images/bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}
.bg_overlay{
	background-color: rgb(0, 0, 0, 0.1);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
}
.fix_padding{
	padding: 70px 58px 70px 70px !important;
}
.font_margin{
	line-height: 32px !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;
}
.service_hover:hover{
	border-radius: 22px 30px 110px 22px;
	/*background-color: black;*/
	transition: 0.4s;
    color: red;
    box-shadow: 0px 7px 33px -11px #aaa;
    transform: scale(1.1);
}

/*About*/
#about h2{
	color: #ff6201 !important; 
}
#about_color{
	color: #ff6201 !important; 
}
#courses h2{
	color: #ff8b35 !important; 
}

.about_section{
	height: 100%;
	background-color: #ff7824;
}
.about_text{
	font-size: 45px;
	margin-bottom: -14px;
}
.about_text_2{
	font-size: 12px;
	margin-bottom: 0px;
}
/*Service*/
#services h1{
	font-family: "Kalam", cursive;
	color: #ff3a3a;  
}
.image-container {
    position: relative;
    /*width: 300px;  Adjust width and height according to your image */
    /*height: 200px;*/
}

img{
	max-width: 100% !important;
}
.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: #ff8b35; /* 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: #ff7824;
}
.service_text{
	font-size: 45px;
	margin-bottom: -14px;
}
.service_text_2{
	font-size: 12px;
	margin-bottom: 0px;
}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 15px;
    height: 0px;
}
.blog .carousel-indicators{
	left: 0;
    top: auto;
    bottom: -50px;
}
.blog .carousel-indicators .active {
background: #707070;
}
.service_overlay{
	position: relative;
}
.service_overlay:before{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0005;
}
.service_overlay p{
	position: absolute;
	bottom: 14px;
	left: 45px;
	z-index: 5;
	color: white;
	font-size: 24px;
    font-weight: 500;
    letter-spacing: 1.2px;
}
.popular_field{
	font-family: none;
}
.popular_field:hover{
	border-color: #000 !important;
	animation-name: service_animate;
	animation-duration: 3s;
	animation-iteration-count: linear infinite;
	animation-delay: 1s;
}
@keyframes service_animate{
	0% { 
	 	opacity: 0; transform: translateY(-100%);
		}
  	25% {
   		opacity: 1; transform: translateY(0%);}
	50% {
		}
	100% {
		}
}
/*set counter*/
.stats {
	position: relative;
	text-align: center;
	justify-content: center;
    background-image: url(../images/bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.stats:before{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #0008;
}
.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.stat-item h3{
	color: white !important;
}

.counter {
    font-size: 3em;
    color: #ff3a3a;
    margin-top: 10px;
    font-weight: 500;
}
/*gallery*/
#gallery h1{
	font-family: "Kalam", cursive;
	color: #ff3a3a;
}
.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: #ff7824;
}
.gallery_text{
	font-size: 45px;
	margin-bottom: 0px;
}
/*contact*/
#contact h1{
	font-family: "Kalam", cursive;
	color: #ff3a3a;  
}

.rounded{
	border-radius: 30px !important;
}
.fas{
	font-size: 20px !important;
}
.border{
	background-color: white !important;
	border-radius: 10px;
	/*border: transparent !important;*/
}
.btn-success{
	background-color: #ff3a3a !important;
	border-color: #ff3a3a !important;
}

.div_radius .fas {
    font-size: 26px;
    width: 50px;
    height: 50px;
    background-color: #ff3a3a !important;
    padding: 15px;
    border-radius: 50%;
    color: #fff;
}
.contact_section{
	background-color: #fbf9f9;
}
/*footer*/
.last_footer{
	height: 100%;
	border-top: 1px solid #1c1c1c;
	background-color: #1c1c1c;
}
.footer_content p{
	margin-bottom: 0px;
}

.top_button #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(279, 96, 88, 11.92);
  padding: 0;
  line-height: 42px;
  transition: 0.5s ease-out;
  border-radius: 4px;
}
.top_button #movetop:hover {
  background: #fea505;
  color: #fff;
  opacity: 0.9;
}


/*Media*/
@media(max-width: 1100px){
	.carousel-caption{
		margin-bottom: 150px;
	}
	.carousel-caption h1{
		font-size: 35px;
		line-height: unset;
	}
}
@media(max-width: 1180px){
	.carousel-caption{
		margin-bottom: 160px;
	}
	.carousel-caption h1{
		font-size: 35px;
		line-height: unset;
	}
}
@media(max-width: 1015px){
	.carousel-caption p{
		font-size: 62px;
	}
	.carousel-caption{
		margin-bottom: 120px;
	}
}
@media(max-width: 992px){
	.carousel-caption h1{
		font-size: 35px;
		line-height: unset;
	}
	.carousel-caption{
		margin-bottom: 95px;
	}
	.carousel-caption p{
		font-size: 60px;
	}
}
@media(max-width: 900px){
	.carousel-caption h1{
		font-size: 32px;
		line-height: unset;
	}
	.carousel-caption{
		margin-bottom: 95px;
	}
	.carousel-caption p{
		font-size: 40px;
	}
}
@media(max-width: 800px){
	.carousel-caption h1{
		font-size: 30px;
		line-height: unset;
	}
	.carousel-caption{
		margin-bottom: 92px;
	}
}
@media(max-width: 768px){
	.carousel-caption h1{
		font-size: 26px;
		line-height: unset;
	}
	.carousel-caption{
		margin-bottom: 4px;
	}
	.navbar-brand h4{
		font-size: 18px;
	}
	.carousel-caption{
		margin-bottom: 92px;
	}
}
@media(max-width: 700px){
	.carousel-caption{
	margin-bottom: 84px;
	/*margin-left: -90px;*/
	}
	.carousel-caption p{
	font-size: 22px;
	}
}
@media(max-width: 620px){
	.carousel-caption{
	margin-bottom: 44px;
	/*margin-left: -58px;*/
	}
	.carousel-caption p{
	font-size: 22px;
	}
}
@media(max-width: 552px){
	.carousel-caption{
	margin-bottom: 40px;
	/*margin-left: -58px;*/
	}
	.carousel-caption h1{
		font-size: 21px;
		line-height: unset;
	}
	.navbar-brand .navbar_font{
		font-size: 14px !important;
	}
	.carousel-caption p{
	font-size: 11px;
	}
}

@media(max-width: 472px){
	.carousel-caption{
	margin-bottom: 22px;
	/*margin-left: -42px;*/
	}
	.navbar-brand h4{
		font-size: 14px;
	}
	.carousel-caption h1{
		font-size: 21px;
		line-height: unset;
	}
	.carousel-caption p{
	font-size: 11px;
	}
}
@media(max-width: 444px){
	.carousel-caption{
	/*margin-bottom: 78px;*/
	/*margin-left: -212px;*/
	}
	.carousel-caption h1{
		font-size: 15px;
		line-height: unset;
	}
	.navbar-brand h4{
		font-size: 14px;
	}
	.carousel-caption p{
		font-size: 9px;
	}
	.navbar-brand .navbar_font{
		display: none;
	}
}
@media(max-width: 398px){
	.carousel-caption{
	margin-bottom: 18px;
	margin-left: 0px;
	}
	.carousel-caption h1{
		font-size: 17px;
		line-height: unset;
	}
	.navbar-brand h4{
		font-size: 60px;
	}
	.carousel-caption p{
		font-size: 10px;
	}
	.navbar-brand .navbar_font{
		display: none;
	}
}
@media(max-width: 359px){
	.carousel-caption{
	margin-bottom: -6px;
	margin-left: 0px;
	}
	.carousel-caption h6{
		/*font-size: 8px;*/
		line-height: unset;
	}
	.navbar-brand h4{
		font-size: 18px;
	}
	.navbar-brand .navbar_font{
		display: none;
	}
}