@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&family=Raleway:wght@300;400;700&display=swap');

body{
	margin:0;
	font-size:14px;
	color:#000;
	font-family: 'Open Sans', sans-serif;
}

p,form,ul{
	padding:0;
	margin:0;
}

p{
	margin-bottom:15px;
	font-family: 'Open Sans', sans-serif;
}

a {
    color: #e7003c;
    text-decoration: none;
    outline: 0;
}

a:hover{
	color:#e7003c;
	transition:0.5s;
	text-decoration:underline;
}

a:focus{
	color:#e7003c;
	transition:0.5s;
	outline:none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6
{
	font-family: 'Raleway', sans-serif;
}

section{
	padding:70px 0;
}

.mt-0{margin-top:0px !important;}
.mt-5{margin-top:5px !important;}
.mt-10{margin-top:10px !important;}
.mt-15{margin-top:15px !important;}
.mt-20{margin-top:20px !important;}
.mt-25{margin-top:25px !important;}
.mt-30{margin-top:30px !important;}
.mt-40{margin-top:40px !important;}

.mr-0{margin-right:0px !important;}
.mr-5{margin-right:5px !important;}
.mr-10{margin-right:10px !important;}
.mr-15{margin-right:15px !important;}
.mr-20{margin-right:20px !important;}
.mr-30{margin-right:30px !important;}

.mb-0{margin-bottom:0px !important;}
.mb-5{margin-bottom:5px !important;}
.mb-10{margin-bottom:10px !important;}
.mb-15{margin-bottom:15px !important;}
.mb-20{margin-bottom:20px !important;}
.mb-25{margin-bottom:25px !important;}
.mb-30{margin-bottom:30px !important;}
.mb-40{margin-bottom:40px !important;}
.mb-60{margin-bottom:60px !important;}
.mb-70{margin-bottom:70px !important;}
.mb-150{margin-bottom:150px !important;}

.ml-0{margin-left:0px !important;}
.ml-5{margin-left:5px !important;}
.ml-10{margin-left:10px !important;}
.ml-15{margin-left:15px !important;}
.ml-20{margin-left:20px !important;}
.ml-30{margin-left:30px !important;}
.ml-40{margin-left:40px !important;}

.pd-0{padding:0px !important;}
.pd-5{padding:5px !important;}
.pd-10{padding:10px !important;}
.pd-15{padding:15px !important;}
.pd-20{padding:20px !important;}
.pd-30{padding:30px !important;}

.pt-0{padding-top:0px !important;}
.pt-5{padding-top:5px !important;}
.pt-10{padding-top:10px !important;}
.pt-15{padding-top:15px !important;}
.pt-20{padding-top:20px !important;}
.pt-30{padding-top:30px !important;}

.pr-0{padding-right:0px !important;}
.pr-5{padding-right:5px !important;}
.pr-10{padding-right:10px !important;}
.pr-15{padding-right:15px !important;}
.pr-20{padding-right:20px !important;}
.pr-30{padding-right:30px !important;}

.pb-0{padding-bottom:0px !important;}
.pb-5{padding-bottom:5px !important;}
.pb-10{padding-bottom:10px !important;}
.pb-15{padding-bottom:15px !important;}
.pb-20{padding-bottom:20px !important;}
.pb-30{padding-bottom:30px !important;}

.pl-0{padding-left:0px !important;}
.pl-5{padding-left:5px !important;}
.pl-10{padding-left:10px !important;}
.pl-15{padding-left:15px !important;}
.pl-20{padding-left:20px !important;}
.pl-30{padding-left:30px !important;}


/*header*/
header
{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,1) 15%, rgba(0,212,255,0) 100%);
}

/*top-bar*/
.top-bar
{
	width: 100%;
	height: auto;
	padding-top: 12px;
	padding-bottom: 0;
}

.header-contact span
{
	margin-right: 15px;
	color:#fff;
}

.header-contact span i
{
	margin-right: 5px;
	color:#e7003c;
}

.header-contact a
{
	color:#fff;
}

.social-links
{
	text-align: right;
}

.social-links a
{
	margin-left: 11px;
	color:#fff;
	transition: 0.5s;
}

.social-links a:hover
{
	margin-left: 11px;
	color:#e7003c;
	transition: 0.5s;
}

.slider-section
{
	padding: 0;
	width: 100%;
	height: 99vh;
	overflow: hidden;
}

.navbar
{
	padding: 0;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
	padding-right: 1rem;
padding-left: 1rem;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.navbar-brand img
{
	
	transition:all 0.5s ease;
}

.navbar-dark .navbar-brand {
    color: #fff;
    position: relative;
    top: 12px;
}

.nav-link
{
	transition:all 0.5s ease;
}

.nav-link:hover
{
	color:#e7003c !important;
}

/*on scroll header*/
.scroll-header .top-bar
{
	display: none;
}

.scroll-header
{
	background:#000;
}

.scroll-header .navbar-brand img
{
	width: 85px;
	transition:all 0.5s ease;
}

.scroll-header .navbar-dark .navbar-brand {
    color: #fff;
    position: relative;
    top: 0;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    top: 50%;
}

.carousel-caption h3
{
	font-weight: 700;
	font-size: 4rem;
	text-shadow: 2px 2px 5px #000;
}

.carousel-caption p 
{
	letter-spacing: 2px;
	font-size: 22px;
	text-shadow: 2px 2px 5px #000;
}

.carousel-indicators {
    position: absolute;
    right: 30px;
	left: inherit;
    top: 40%;
    z-index: 15;
    display: block;
   margin: 0;
}

.carousel-indicators li
{
	width: 15px;
	height: 15px;
	background:#ff0f4d;
	border:0;
	border-radius: 50%;
	margin: 0 0 8px 0;
}

.carousel-indicators .active
{
	background:#e7003c;
}

.carousel.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity ease-out .7s;
}

.carousel.carousel-fade .carousel-item.active {
	opacity: 1 !important;
}

.free-counselling-area
{
	min-height: 270px;
	background: url("../images/free_counciling.jpg") no-repeat;
	background-size: cover;
	position: relative;
}

.free-trial-class
{
	min-height: 270px;
	background: url("../images/free_trial.jpg") no-repeat;
	background-size: cover;
	position: relative;
}

.my-blog
{
	min-height: 270px;
	background: url("../images/My_blog1.jpeg") no-repeat;
	background-size: cover;
	position: relative;
}

.no-gutters-area
{
	padding:0;
}

.no-gutter-data
{
	text-align: center;
    position: absolute;
    background: rgba(0,0,0,0.6);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
	padding: 85px 0 0 0;
	transition: all 0.5s ease;
}

.no-gutter-data:hover
{
    background: rgba(0,0,0,0.7);
	transition: all 0.5s ease;
}

.no-gutter-data h3
{
	margin-bottom: 25px;
}

.btn-theme-o
{
	border: 1px #fff solid;
	background: transparent;
	color:#fff;
	transition: 0.5s;
}

.btn-theme-o:hover
{
	border: 1px #fff solid;
	background: #fff;
	color:#e7003c;
	transition: 0.5s;
}

.btn-theme-o:focus
{
	border: 1px #fff solid;
	background: #fff;
	color:#e7003c;
	transition: 0.5s;
}


.about-me
{
	padding: 0;
}

.about-me-bg
{
	background:#e7003c;
	min-height: 430px;
	color:#fff;
	padding: 4rem;
}

.about-me-bg h3
{
	font-size: 2.5rem;
	margin-bottom: 25px;
}

.about-me-bg p
{
	margin-bottom: 15px;
}

.about-me-img
{
	min-height: 270px;
	background: url("../images/about-me.jpg") no-repeat;
	background-position:center;
	background-size: cover;
	position: relative;
}

.fitness-courses-section
{
	
}

.fitness-courses-section h3
{
	font-size: 2.5rem;
	margin-bottom: 45px; 
	color:#000;
	text-align:center;
}

.courses-area
{
	text-align: left;
	transition: 0.5s;
}

.courses-area img
{
	transition: 0.5s;
}

.courses-area:hover img
{
	filter: brightness(60%);
	-webkit-filter: brightness(60%);
	transition: 0.5s;
}

.courses-area h4
{
	text-align: left;
}

.courses-area .courses-area-btn
{
	font-weight: 700;
	color:#000;
}

.courses-area .courses-area-btn:hover
{
	text-decoration: none;
	color:#e7003c;
}

.courses-area .courses-area-btn i
{
	border: 1px #e7003c solid;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	text-align: center;
	line-height: 23px;
	color: #e7003c;
	margin: 0 0 0 6px;
	transition:0.5s;
	transform: translateZ(0);
}

.courses-area:hover i
{
	
    animation-name: wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  transition:0.5s;
}


@keyframes wobble-horizontal {
  16.65% {
    transform: translateX(8px);
  }
  33.3% {
    transform: translateX(-6px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}



.quotes-area
{
	padding: 35px 0 0 0;
}

.quotes-area-bg
{
	background:#e7003c;
	min-height: 430px;
	color:#fff;
	padding: 4rem;
}

.quotes-area-bg h3
{
	font-size: 2.5rem;
	margin-bottom: 25px;
}

.quotes-area-bg p {
    font-size: 25px;
width: 100%;
margin-top: 15px;
word-spacing: 10px;
margin-bottom: 0;
font-style:italic;

}

.quotes-area-img
{
	min-height: 270px;
	background: url("../images/quote-day.jpg") no-repeat center center;
	background-size: cover;
	position: relative;
	
}

.quotes-area
{
	
}

.fa-quote-right
{
	display: block;
text-align: right;
margin: 18px 0 0 0;
}

.fa-quote-left
{
	display: block;
	margin: 0 0 18px 0;
}

.gallery-section
{
	background:#000;
}

.gallery-section h3
{
	font-size: 2.5rem;
	margin-bottom: 45px; 
	color:#fff;
	text-align:center;
}

#gallery-slider .item {
    margin: 12px 12px 0 12px;
}

.got-a-question
{
	background:#e7003c;
	padding:30px 0;
	color:#fff;
}

.got-a-question h3
{
	margin: 0;
}

.got-a-question-btn
{
	text-align: right;
}

.testimonials-section
{
	background:#4c4c4c;
}

.testimonials-section h3
{
	font-size: 2.5rem;
	margin-bottom: 45px; 
	color:#fff;
	text-align:center;
}


#testimonials-slider .item
{
	text-align:center;
}

#testimonials-slider .item img
{
	width: 105px;
	border-radius: 50%;
	border: 2px #fff solid;
}

#testimonials-slider .item h4
{
	margin: 15px 0 5px 0;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
}

#testimonials-slider .item p
{
	color:#fff;
	width: 90%;
	margin: 0 auto;
	text-align: left; 
}

.get-in-touch-section
{
	background:#fff;
}

.get-in-touch-section h3
{
	font-size: 2.5rem;
	margin-bottom: 45px; 
	color:#000;
	text-align:center;
}

.btn-theme
{
	background:#e7003c;
	border-color:#e7003c;
	color:#fff;
}

.btn-theme:hover
{
	background:#ae0430;
	border-color:#ae0430;
	color:#fff;
}

.btn-theme:focus
{
	background:#ae0430;
	border-color:#ae0430;
	color:#fff;
}

.inp
{
	width: 100%;
	height: 35px;
	padding: 0 0 0 5px;
	line-height: 35px;
	color:#000;
	border: 1px #999 solid;
	border-radius: 2px;
}

.inp:hover
{
	border: 1px #8c8b8b solid;
}


.inp:focus
{
	border: 1px #ae0430 solid;
	outline: none;
}


.inp-txt
{
	width: 100%;
	height: 130px;
	padding: 5px 0 0 5px;
	color:#000;
	border: 1px #999 solid;
	border-radius: 2px;
}

.inp-txt:hover
{
	border: 1px #8c8b8b solid;
}


.inp-txt:focus
{
	border: 1px #ae0430 solid;
	outline: none;
}


footer
{
	width: 100%;
	height: auto;
	padding: 25px 0;
	background:#000000;
	color:#fff;
}

.footer-contact
{
	width: 100%;
	height: auto;
	padding-top: 0px;
	padding-bottom: 16px;
}

.footer-contact span
{
	margin-right: 15px;
	color:#fff;
}

.footer-contact span i
{
	margin-right: 5px;
	color:#e7003c;
}

.footer-contact a
{
	color:#fff;
}

.footer-social-links
{
	text-align: right;
}

.footer-social-links a
{
	margin-left: 11px;
	color:#fff;
	transition: 0.5s;
}

.footer-social-links a:hover
{
	margin-left: 11px;
	color:#e7003c;
	transition: 0.5s;
}

.copyright-area
{
	color:#999;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}

.navbar-toggler-icon
{
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28231, 0, 60, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: #e7003c;
}

/*internal-banner*/
.internal-banner4
{
	background: url(../images/slide-5-other.jpg) no-repeat center center;
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-background-size: cover;
    /*background-attachment: fixed;*/
} 

.internal-banner3
{
	background: url(../images/slide-4-floor.jpg) no-repeat center center;
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-background-size: cover;
    /*background-attachment: fixed;*/
} 

.internal-banner2
{
	background: url(../images/slide-3-mat.jpg) no-repeat center center;
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-background-size: cover;
    /* background-attachment: fixed;*/
}
.internal-banner
{
	background: url(../images/slide-2.jpg) no-repeat center center;
    padding: 0;
    -webkit-background-size: cover;
    background-size: cover;
    -moz-background-size: cover;
    /*background-attachment: fixed;*/
}

.internal-banner .ovarlay, .internal-banner2 .ovarlay, .internal-banner3 .ovarlay, .internal-banner4 .ovarlay
{
	background-color: rgba(0,0,0,0.6);
	min-height: auto;
	color: #fff;
	padding:200px 0 30px 0;
	text-align:left;
}

.internal-banner .ovarlay h1, .internal-banner2 .ovarlay h1, .internal-banner3 .ovarlay h1
{
	text-shadow: 2px 2px 5px #000;
	font-size: 3rem;
}

.img-style
{
	padding: 5px;
	border: 2px #e7003c solid;
}


.inner-page
{
	
}

.inner-page h3 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #000;
    text-align: left;
}

.certification-list
{
	padding: 0 0 0 18px;
}

.certification-list li
{
	font-size: 17px;
    margin-bottom: 7px;
    color: #000;
    font-weight: 600;
}

.inner-course-list
{
	
}

.inner-course-list h3
{
	border-bottom: 1px #000 dotted;
	padding-bottom: 10px;
}

.inner-course-list ul
{
	    padding: 0 0 0 0;
    list-style: none;
}

.inner-course-list ul li
{
	
}

.inner-course-list ul li a
{
	display: block;
    border-bottom: 1px #ccc dotted;
    padding: 10px 0;
    font-size: 17px;
}

.course-border
{
	border-left: 1px #000 dotted;
	padding-bottom: 20px;
}

.certification-card
{
	padding: 5px;
    box-shadow: 0 8px 17px 2px rgb(0 0 0 / 14%), 0 3px 14px 2px rgb(0 0 0 / 12%), 0 5px 5px -3px rgb(0 0 0 / 20%);
	border: 2px solid #e7003c;
    border-radius: 0;
}

.certification-card .card-body
{
	border: 2px solid #e7003c;
}

.navbar-dropdown-custom
{
	color: #fff;
	font-size: 16px;
	padding-right: 1rem;
	padding-left: 1rem;
	display: block;
padding: .5rem 1rem;
}

.navbar-dropdown-custom:hover
{
	text-decoration: none;
}

/*responsive-css*/
@media only screen and (max-width: 1024px) {
  .slider-section {
    padding: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
}
}

@media only screen and (max-width: 768px) {
  .no-gutter-data h3 {
    margin-bottom: 25px;
    font-size: 1.3rem;
}

.about-me-img
{
	min-height: 550px;
}

.about-me-content p
{
	
}

.quotes-area-bg h3 {
    font-size: 2rem;
    margin-bottom: 25px;
}

.quotes-area-bg p {
    font-size: 20px;
    width: 100%;
    margin-top: 15px;
    word-spacing: 10px;
    margin-bottom: 0;
}

.carousel-indicators {
    top: 41%;
}

}

@media only screen and (max-width: 767px) {
.header-contact
{
	text-align: center;
	font-size: 12px;
}

.social-links {
    text-align: center;
    margin: 12px 0 0 0;
}

.navbar-brand img {
    transition: all 0.5s ease;
    width: 100px;
}

header
{
	position: relative;
	background: #000;
	box-shadow: 0 0 5px #333232;
}

.quotes-area-img
{
	min-height: 480px
}

.quotes-area-bg
{
	min-height: auto;
}

.got-a-question h3 {
    margin: 0;
    font-size: 22px;
    text-align: center;
}

.got-a-question-btn {
    text-align: center;
    padding-top: 30px;
}

.footer-contact {
    text-align: center;
}

.footer-social-links {
    text-align: center;
}

.copyright-area {
    color: #999;
    text-align: center;
}

.carousel-caption
{
	top: inherit;
	bottom: -3%;
}

.carousel-caption h3 {
    font-size: 2rem;
}

.carousel-caption p {
    letter-spacing: 0;
    font-size: 16px;
}

.scroll-header {
    background: #000;
    position: fixed;
}

.about-me-img
{
	background-position: center;
}

.quotes-area-bg p
{
	font-size: 17px;
}

.internal-banner .ovarlay
{
	padding: 100px 0 30px 0;
}

.internal-banner
{
	background-attachment: inherit;
}

.navbar-dark .navbar-brand {
    color: #fff;
    position: relative;
    top: 0;
}

.course-border
{
	border-left: 0;
	padding-bottom: 20px;
	padding-top: 20px;
}

}

@media only screen and (max-width: 480px) {
	.quotes-area-img {
    min-height: 315px;
}

.carousel-indicators {
    top: 23%;
}

}

@media only screen and (max-width: 375px) {
	.quotes-area-img {
    min-height: 300px;
}
}

@media only screen and (max-width: 360px) {
	.quotes-area-img {
    min-height: 260px;
}

.carousel-indicators {
    top: 19%;
}
}

@media only screen and (max-width: 320px) {
.header-contact {
    text-align: center;
    font-size: 10px;
}

.carousel-indicators {
    top: 15%;
}
}
