/* 
*-------------------------
* WEBSITE MAIN CSS FILE
*-------------------------
*/

@import url('https://fonts.googleapis.com/css?family=Alfa+Slab+One');
@import url('https://fonts.googleapis.com/css?family=Gloria+Hallelujah');
@import url('https://fonts.googleapis.com/css?family=Fredericka+the+Great');
@import url('https://fonts.googleapis.com/css2?family=Architects+Daughter');
@import url('https://fonts.googleapis.com/css2?family=Rammetto+One&display=swap');

body {
	background: #ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
}

html,body {
	width: 100%;
	overflow-x: hidden;
}

html {
  font-size: 100%;
}


/* Typography */
h1,h2,h3, .btn {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

h1 {
  font-weight: bold;
  font-size: 100px;
}

h2 {
  color: #333;
  font-size: 46px;
  letter-spacing: 2px;
  margin-top: 8px;
  font-weight:400;
  text-transform:uppercase;
  font-family: 'Fredericka the Great', cursive;
}
#contact h2 {
  color: #ffffff;
}

h3 {
  color: #444;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1px;
  padding-bottom: 10px;
}
#menu h3 {
   color: #555;
}

h4 {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 400;
}

p {
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 28px;
  text-align: justify;
}

a {
  text-decoration: none !important;
}
a:visited,
a:focus {
  outline: none;
  text-decoration: none !important;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

/* hover min css */
.hvr-bounce-to-bottom:before,
.hvr-bounce-to-top:before {
  background-color: #ffffff;
}

.yellow{
	color: #f29f27;
	border-left: 1px solid #FFF;
	margin-left:15px;
	padding-left:15px;
}


/* All Section styles */
#about,#feature,#video,#course,#schedule,#media,#contact, #group, #themes, #gallery {
  color: #656565;
  padding-top: 100px;
  padding-bottom: 100px;
}

#feature,#video,#course,#schedule,#media,#contact, #group {
  text-align: center;
}

#feature,#schedule, #group {
  background: #f7a33a;
}



/* section title */
.section-title {
  padding-bottom: 70px;
}
#about .section-title,
#menu .section-title, #themes .section-title, #gallery .section-title {
  text-align: center;
}
#contact .section-title {
  color: #f0f0f0;
}



/* Preloader section  */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-spinner-pulse {
  width: 60px;
  height: 60px;
  background-color: #222;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
          animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }


/* Hotline section */
.hotline{
	bottom:50px;
	width: 100%;
	position: relative;
}

.hotline .number{
	display: block;
	padding: 12px 10px 5px;
	background: #ffb64c;
	color: #060606;
	margin: 0 auto;
	font-size: 24px;
	text-align: center;
	position: absolute;
	width: 100%;
	background: url(../images/hotline-bg.png) no-repeat bottom center;
	font-family: 'Alfa Slab One', cursive;
}

.hotline .number img{
	margin-right:12px !important;
}


/* Home section */
#home {
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
        align-items: center;
  text-align: center;
  height: 89vh;
  overflow: hidden;
  position: relative;
}

#home h1{
	color: #FFF;
    font-size: 42px;
    line-height: 45px;
    text-transform: uppercase;
	margin-bottom: 40px;
}

#home .headerbg{
  /*background: #f59323; 
  background: -webkit-linear-gradient(to left, #242424, #062e87); 
  background: linear-gradient(to left, #242424, #062e87);
  opacity: 0.8;*/     
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
}

.web{ display:block; }
.mobile{ display:none; }

@media (max-width: 650px) {
	.web{ display:none; }
	.mobile{ display:block; }
}

#home .logoframe{
	margin-top:80px;
}

#home img.biglogo{
	width:60%;
}

#home img.smalllogo{
	width: 35%;
}

img.medal{
	width: 70%;
}

#home .btn {
  background: transparent;
  border: 3px solid #ffffff;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 2px;
  padding: 13px 30px;
  margin-top: 34px;
  margin-bottom: 100px;
  text-transform: uppercase;
}
#home .btn:hover,
#home .btn:focus {
  color: #5f257f;
  background-color: #fff;
  font-size: 18px;
  font-weight: 600;
}


/* Navigation section */
.navbar-default {
    background: #ffffff;
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
    margin: 0 !important;
}

.navbar-default .navbar-brand {
  color: #505050;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 40px;
  margin: 0;
  height: auto !important;
}

.navbar-default .navbar-nav li a {
    color: #757575;
    font-size: 19px;
    font-weight: 600;
    line-height: 50px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav li .register {
    display: inline-block;
    padding: 0px 20px;
    margin: 13px 4px 6px;
    background-color: #fa9604;
    color: white;
    border: none;
    border-radius: 25px;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    transition: background-color 0.3s;

}

.register:hover {
    background-color: #f0e68c; /* lighter yellow on hover */
}

.navbar-default .navbar-nav > li a:hover {
    color: #0c4c93 !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #606060;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #0c4c93;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
	border: none;
	padding-top: 25px;
  }

.navbar-default .navbar-toggle .icon-bar {
	border-color: transparent;
  }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
  	background-color: transparent;
}



/* Feature section */
#feature .feature-thumb {
	  background-color: #ffffff;
	  position: relative;
	  padding: 40px;
	  margin-top: 32px;
}
#feature .feature-icon {
	  background-color: #ffb64c;
	  width: 120px;
	  height: 120px;
	  margin: 0 auto;
	  top: 20px;
	  margin-top: -70px;
	  margin-bottom: 30px;
	  position: relative;
	  -webkit-border-radius: 50%;
	  -moz-border-radius: 50%;
	  -ms-border-radius: 50%;
	  border-radius: 50%;
	  display: table;
	  text-align: center;
	  transition: all 0.4s ease-in-out;
}
#feature .feature-icon:hover {
  	background-color: #5f257f;
}
#feature .feature-icon span {
	  display: table-cell;
	  vertical-align: middle;
}
#feature .feature-icon .fa {
	  color: #ffffff;
	  font-size: 36px;
	  margin: 0;
	  padding: 0;
}

#feature h3 {
	  padding-top: 14px;
	  padding-bottom: 10px;
	  font-size: 24px;
	  line-height: 28px;
}

#feature h4 {
	color: #222;
	font-size:14px;
}

#group h3 {
	  padding-top: 14px;
	  padding-bottom: 10px;
	  line-height: 28px;
	  color: #fff;
    font-weight: 800;
    font-size: 34px;
}

#group h4 {
	color: #222;
	font-size:26px;
	color: #fff;
}

#group .purple {
    color: #5f257f;
}

#group p {
    color: #fff;
}

#group img {
    width: 100%;
}

/* About section  */
#about .col-md-4 ul {
	  padding-top: 4px;
	  padding-left: 28px;
}

#about .col-md-4 ul li {
	  color: #777;
	  font-size: 18px;
	  font-weight: 400;
	  padding-top: 2px;
	  padding-bottom: 2px;
}

#about h4 {
	color: #222;
	font-size:14px;
}

#about p {
    padding-top: 18px;
}

/* Video section  */
#video {
	  background: url('../images/video-bg.mp4') 50% 0 repeat-y fixed;
	  -webkit-background-size: cover;
	  background-size: cover;
	  background-position: center center;
	  position: relative;
	  color: #999;
}

#video .overlay {
	  background: rgba(03,03,03,0.6);
	  width: 100%;
	  height: 100%;
	  position: absolute;
	  top: 0;
}

#video h2 {
	  color: #ffffff;
	  padding-top: 20px;
	  padding-bottom: 16px;
}

#video .fa {
	  position: relative;
	  border: 2px solid #ffffff;
	  border-radius: 100px;
	  color: #ffffff;
	  font-size: 28px;
	  width: 80px;
	  height: 80px;
	  line-height: 80px;
	  text-align: center;
	  vertical-align: middle;
	  margin-top: 22px;
}

/* Course Timeline section */
.timeline {
	position: relative;
	padding: 0;
	list-style: none;
}

.timeline:before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 40px;
	width: 2px;
	margin-left: -1.5px;
	content: '';
	background-color: #e9ecef;
}

.timeline>li {
	position: relative;
	min-height: 50px;
	margin-bottom: 50px;
}

.timeline>li:after,
.timeline>li:before {
	display: table;
	content: ' ';
}

.timeline>li:after {
	clear: both;
}

.timeline>li .timeline-panel {
	position: relative;
	float: right;
	width: 100%;
	padding: 0 20px 0 100px;
	text-align: left;
}

.timeline>li .timeline-panel:before {
	right: auto;
	left: -15px;
	border-right-width: 15px;
	border-left-width: 0;
}

.timeline>li .timeline-panel:after {
	right: auto;
	left: -14px;
	border-right-width: 14px;
	border-left-width: 0;
}

.timeline>li .timeline-image {
	position: absolute;
	z-index: 100;
	left: 0;
	width: 80px;
	height: 80px;
	margin-left: 0;
	text-align: center;
	color: #fff;
	border: 7px solid #e9ecef;
	border-radius: 100%;
	background-color: #f29f27;
}

.timeline>li .timeline-image h4 {
	font-size: 10px;
	line-height: 14px;
	margin-top: 12px;
}

.timeline>li.timeline-inverted>.timeline-panel {
	float: right;
	padding: 0 20px 0 100px;
	text-align: left;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
	right: auto;
	left: -15px;
	border-right-width: 15px;
	border-left-width: 0;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
	right: auto;
	left: -14px;
	border-right-width: 14px;
	border-left-width: 0;
}
.navbar-brand
.timeline>li:last-child {
	margin-bottom: 0;
}

.timeline .timeline-heading h2 {
	font-size:23px;
	font-family: 'Rammetto One', sans-serif;
	text-transform:capitalize;
	color:#5f257f;
}

.timeline .timeline-heading h4 {
	margin-top: 0;
	color: inherit;
}

.timeline .timeline-heading h4.subheading {
	text-transform: none;
	font-family: 'Gloria Hallelujah', cursive;
	font-size:14px;
	font-weight:bold;
}

.timeline .timeline-body h3 {
	padding:15px 0 5px 0;
	margin:0px;
	font-weight:bold;
	font-size:16px;
}

.timeline .timeline-body h3 span {
	font-family: 'Gloria Hallelujah', cursive;
	color:#f29f27;
}

.timeline .timeline-body>p,
.timeline .timeline-body>ul {
	margin-bottom: 0;
}

.rounded-circle {
    border-radius: 50%!important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

@media (max-width:480px) {
	#home h1{
		font-size:40px;
		line-height: 42px;
	}

	#home img.biglogo {
		width: 80%;
	}

	#home img.smalllogo{
		width: 60%;
	}

	.csimage{
		width:80%;
	}
}


@media (min-width:768px) {
	.timeline:before {
		left: 50%;
	}
	.timeline>li {
		min-height: 100px;
		margin-bottom: 30px;
	}
	.timeline>li .timeline-panel {
		float: left;
		width: 41%;
		padding: 0 20px 20px 30px;
		text-align: right;
	}
	.timeline>li .timeline-image {
		left: 50%;
		width: 100px;
		height: 100px;
		margin-left: -50px;
	}
	.timeline>li .timeline-image h4 {
		font-size: 13px;
		line-height: 18px;
		margin-top: 16px;
	}
	.timeline>li.timeline-inverted>.timeline-panel {
		float: right;
		padding: 0 30px 20px 20px;
		text-align: left;
	}
	.timeline .timeline-heading h2 {
		font-size:36px;
	}
	.timeline .timeline-heading h4.subheading {
		font-size:16px;
	}
	.timeline .timeline-body h3 {
		font-size:21px;
	}

	
}

@media (min-width:992px) {
	.timeline>li {
		min-height: 150px;
	}
	.timeline>li .timeline-panel {
		padding: 0 20px 20px;
	}
	.timeline>li .timeline-image {
		width: 150px;
		height: 150px;
		margin-left: -75px;
	}
	.timeline>li .timeline-image h4 {
		font-size: 18px;
		line-height: 26px;
		margin-top: 30px;
	}
	.timeline>li.timeline-inverted>.timeline-panel {
		padding: 0 20px 20px;
	}
}

@media (min-width:1200px) {
	.timeline>li {
		min-height: 170px;
	}
	.timeline>li .timeline-panel {
		padding: 0 20px 20px 100px;
	}
	.timeline>li .timeline-image {
		width: 170px;
		height: 170px;
		margin-left: -85px;
	}
	.timeline>li .timeline-image h4 {
		margin-top: 40px;
	}
	.timeline>li.timeline-inverted>.timeline-panel {
		padding: 0 100px 20px 20px;
	}
}



/* Class Schedule section */
#schedule h3 {
 	 padding-bottom: 0px;
}

#schedule .schedule-des h4 {
	  color: #666;
	  padding-top: 0px;
	  padding-bottom: 10px;
}

#schedule img {
  	width: 100%;
}

#schedule .schedule-thumb {
	  width: 100%;
	  position: relative;
}

#schedule .schedule-des {
	  background: #ffffff;
	  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
	  position: absolute;
	  bottom: 0px;
	  width: 100%;
	  height: 90px;
	  overflow: hidden;
	  transition: height 450ms;
}
#schedule .schedule-thumb:hover .schedule-des {
	  color: #ffffff;
	  height: 100%;
	  background-color: #5f257f;
	  padding-top: 30%;
	  opacity: 0.9;
}
#schedule .schedule-thumb:hover h3,
#schedule .schedule-thumb:hover h4,
#schedule .schedule-thumb:hover .schedule-btn li a {
  	color: #eee;
}

#schedule .join-schedule {
	  background-color: #5f257f;
	  color: #f0f0f0;
	  padding: 30px 20px;
	  text-align: center;
	  width: 100%;
	  height: 100%;
	  box-sizing: border-box;
	  display: block;
}
#schedule .join-schedule .fa {
	  font-size: 32px;
	  padding-bottom: 14px;
}
#schedule .join-schedule .btn {
	  background-color: transparent;
	  border: 3px solid #ffffff;
	  color: #ffffff;
	  font-size: 18px;
	  padding: 6px 26px;
	  margin-top: 18px;
}
#schedule .join-schedule .btn:hover {
  	color: #222;
}

#schedule .col-md-6 {
  	padding-top: 62px;
}
#schedule .col-md-6 h2 {
  	padding-bottom: 16px;
}


schedule-modal {
	padding-right: 0 !important;
}

.schedule-modal .modal-dialog {
	margin: 1rem;
	max-width: 100vw;
	width:auto !important;
}

.schedule-modal .modal-content {
	padding: 100px 0;
	text-align: center;
}

.schedule-modal .modal-content h2 {
	font-size: 3em;
	margin-bottom: 15px;
}

.schedule-modal .modal-content p {
	margin-bottom: 30px;
}

.schedule-modal .modal-content p.item-intro {
	font-size: 16px;
	font-style: italic;
	margin: 20px 0 30px;
	font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', 
	Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.schedule-modal .modal-content ul.list-inline {
	margin-top: 0;
	margin-bottom: 30px;
}

.schedule-modal .modal-content img {
	margin-bottom: 30px;
}

.schedule-modal .modal-content button {
	cursor: pointer;
}

.schedule-modal .close-modal {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 75px;
	height: 75px;
	cursor: pointer;
	background-color: transparent;
}

.schedule-modal .close-modal:hover {
	opacity: .3;
}

.schedule-modal .close-modal .lr {
	z-index: 1051;
	width: 1px;
	height: 75px;
	margin-left: 35px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #212529;
}

.schedule-modal .close-modal .lr .rl {
	z-index: 1052;
	width: 1px;
	height: 75px;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	background-color: #212529;
}

.list-course{
	padding:0px;
}

.list-course>li{
	display: block;
	list-style: none;
}





/* Media section */
#media .gallery-thumb {
	position: relative;
	overflow: hidden;
	margin: 0;
} 

#media .gallery-thumb .gallery-overlay {
	background: #5f257f;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

#media .gallery-thumb:hover .gallery-overlay {
	opacity: 0.9;
}

#media .gallery-thumb .gallery-overlay .gallery-item {
	text-align: center;
	position: absolute;
	top:50%;
	left: 50%;
	-webkit-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

#media .gallery-thumb .fa {
	background: #ffffff;
	border-radius: 100%;
	font-size: 24px;
	color: #222;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	vertical-align: middle;
}

/*filter css*/
.filter-wrapper {
    width: 100%;
    margin-bottom: 42px;
    overflow: hidden;
}

.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}

.filter-wrapper li a {
    color: #666;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 8px 17px;
    margin-right: 2px;
    margin-left: 2px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
 	transition: all 0.4s ease-in-out;
}
.filter-wrapper li a:hover,
.filter-wrapper li a:focus {
  	color: #0c4c93;
}

/*isotope box css*/
.iso-box-section {
    width: 100%;
}

.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}

.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 30px;
}

.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
} 

.fluid-img {
    width: 100%;
    display: block;
}


/* Contact section  */
#contact {
  background: url('../images/contact-bg.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
}

#contact .overlay {
  background: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

#contact .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #666;
  border-radius: 0px;
  box-shadow: none;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:hover {
  border-color: #ddd;
}

#contact input {height: 45px;}

#contact input[type='submit'] {
  background: #ffffff;
  border-radius: 4px;
  color: #5f257f;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  height: 50px;
  margin-top: 20px;
  transition: all 0.4s ease-in-out;
}
#contact input[type='submit']:hover {
  background-color: #5f257f;
  border-color: transparent;
  color: #ffffff;
}

.contact-form .form-field {
	position: relative;
	margin: 32px 0;
  }
  
.contact-form .input-text {
	display: block;
	background-color: transparent;
	width: 100%;
	height: 36px;
	border-width: 0 0 2px 0;
	border-color: #FFF;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
  }
.contact-form .input-text:focus {
	outline: none;
  }
.contact-form .input-text:focus + .label,
.contact-form .input-text.not-empty + .label {
	-webkit-transform: translateY(-24px);
			transform: translateY(-24px);
  }
  
.contact-form .label {
	position: absolute;
	left: 6px;
	bottom: 11px;
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	color: #efefef;
	cursor: text;
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out, 
	-webkit-transform .2s ease-in-out;
	margin-bottom: 25px;
  }
  
.contact-form .gender {
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	width: 380px;
	height: 30px;
	margin-top: 14px;
	background-color: transparent;
	border-width: 0 0 2px 0;
	border-color: #FFF;
	color: #b4b4b4;
  }

.contact-form .category {
	font-size: 18px;
	line-height: 26px;
	font-weight: 400;
	height: 34px;
	width: 400px;
	margin-top: 6px;
	position: relative;
  	left: -174px;
	background-color: transparent;
	border-width: 0 0 2px 0;
	border-color: #FFF;
	color: #b4b4b4;
  }
  
.contact-form .submit-btn {
	display: inline-block;
	background-color: #000;
	 background-image: linear-gradient(125deg,#a72879,#064497);
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 16px;
	padding: 8px 16px;
	border: none;
	width:200px;
	cursor: pointer;
  }

.contact-form .category-label-lc {
	position: relative;
	padding-left: 10px;
  }
  

  @media (max-width: 576px){
	.contact-form .input-text:focus + .label,
	.contact-form .input-text.not-empty + .label {
	-webkit-transform: translateY(-6px);
			transform: translateY(-6px);
  }

	.contact-form .gender {
	  font-size: 18px;
	  line-height: 26px;
	  font-weight: 400;
	  color: #b4b4b4;
	  width: 100%;
	  height: 30px;
	  border: 1px solid #FFF;
	  margin-top: 6px;
	}
	
	.contact-form .category {
	  font-size: 12px;
	  line-height: 26px;
	  font-weight: 400;
	  color: #b4b4b4;
	  height: 34px;
	  left: 0px !important;
	  width: 100%;
	  border: 1px solid #FFF;
	  margin-top: 6px;
	}
  
	.contact-form .category-label-lc {
	  font-size: 14px;
	}
  }


/* Footer section  */
footer {
  background-color: #5f257f;
  color: #DDD;
  padding-top: 50px;
  padding-bottom: 50px;
}

footer h3 {
  color: #FFF;
  text-transform: uppercase;
  margin-top:15px !important;
  font-family: 'Fredericka the Great', cursive;
}

footer h3 span{
  font-size:24px;
}

footer strong {
  color: #f0f0f0;
  font-size: 20px;
  padding-top: 6px;
  padding-bottom: 2px;
}


/* copyright section  */
#copyright p {
  padding: 20px;
  text-align: center;
}

/* social icon section  */
.schedule-btn {
  padding: 0;
  margin: 0;
}

.schedule-btn li {
  list-style: none;
  display: inline-block;
}

.schedule-btn li a {
  border-radius: 50px;
  color: #626262;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  text-align: center;
  padding:5px 15px;
}

.schedule-btn li a:hover {
  background: #111;
  color: #ffffff;
}




/* Mobile Responsive */
@media (max-width: 980px) {

  #home {
    height: 65vh;
  }

  #feature .col-md-4:last-child,
  #about .col-md-4 {
    margin-top: 42px;
  }

  #schedule .schedule-thumb {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #schedule .join-schedule {
    padding: 71px 50px;
    margin-top: 20px;
  }

}

@media (max-width: 1024px) {
	h2{
		font-size:42px;
	}
	.feature-thumb p{
		font-size:16px !important;
	}
}

@media (max-width: 900px) {

  h1 {font-size: 70px;}

}


@media (max-width: 768px) {

	.navbar-default .navbar-brand {
		line-height: 46px;
	}
	
	.feature-thumb p{
		font-size:17px !important;
	}

}

@media (max-width: 767px) {

  .navbar-default .navbar-brand {
    line-height: 15px;
  }
  .navbar-default .navbar-nav li a {
    line-height: 30px;
  }

  #feature .col-md-4,
  #about .col-md-5,
  footer .col-md-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .filter-wrapper {
    padding: 0px;
  }

}

@media (max-width: 650px) {

  #home {
    height: 100vh;
  }
	#about p{
		text-align:justify;
		padding:0px 15px;
	}

  h1 {
    font-size: 60px;
  }
  h2 {
    font-size: 30px;
  }

  #feature {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #about, #feature, #video, #course, #schedule, #media, #contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #menu .media-object img {
    width: 100%;
    padding-bottom: 14px;
  }
  #menu .media-object span.menu-price {
    top: 30%;
    left: 6%;
  }

  footer {text-align: center;}

}


.success h2, .success h3 {
    color : #fff !important;
}

.success img.biglogo {
    width : 50% !important;
    margin-bottom : 25px;
}

#themes .goals-img{
	width: 80%;
}

#themes .col-md-4{
	padding-top: 80px;
}

#themes .w-100 {
	width: 100%;
}

#themes h3{
	font-size: 24px;
    text-align: center;
    line-height: 36px;
	font-weight: 600;
}

#themes h3 .health {
	color: #4ca146;
}

#themes h3 .education {
	color: #c5192d;
}

#themes h3 .cities {
	color: #f89d2a;
}

#gallery .gallery-item {
	margin-bottom: 15px;
	overflow: hidden;
}

#gallery .gallery-item img {
	width: 100%;
	height: auto;
	transition: transform 0.3s;
}
#gallery .gallery-item img:hover {
	transform: scale(1.05);
}

.footer-logo {
	padding-top: 20px;
}

#about .carousel {
	position: relative;
	overflow: hidden;
}
#about .slides {
	display: flex;
	transition: transform 0.5s ease-in-out;
	padding-top: 25px;
}
#about .slide {
	width: 100%; /* 1 image */
	flex-shrink: 0;
}
#about .carousel .slides img {
	width: 100%;
}

#about .only-mobile{
    display:none;
}

@media (max-width: 576px){
    
    #about .only-web{
    display:none;
    }
}

#themes p {
    margin-top: 22px;
}