/* Description: Master CSS file */

/*****************************************
Table Of Contents:
- General Styles
- Navigation
- Home
- Information
- Button
- courses
- team
- Testimonials
- Newsletter
- Back To Top Button
- Extra Pages
- Media Queries
******************************************/



/**************************/
/*     General Styles     */
/**************************/
:root {
    --primary: #1c262f;
    --primary-light: #212d37;
    --secondary: #28cdea;
    --tertiary: #27cdea;
    --gradient: linear-gradient(to right, #25cdea, #25cdea);
}

body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", sans-serif;
}

h1 {
	font-size: 60px;
	font-weight: 500;
}

h6 {
	font-size: 0.9rem;
}

button {
	font-family: sans-serif;
}

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

a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: var(--secondary) !important;
}


li {
  	list-style-type: none;
}


* {
  box-sizing: border-box;
}


* {
  outline: none;
}

.navbar .fa-stack {
	overflow: hidden;
}

.thumbnail {
	margin-bottom:6px;
  display:flex;
  flex-wrap: wrap;
}

.min-h-300 {
	min-height: 310px;
}

.border-grey {
    border: 1px solid #626262 !important;
}

.w-15 {
	max-width: 15%;
} 

.info-wrapper i {
	color: #9d9d9d !important;
}

.info-wrapper i:hover {
	color: var(--secondary) !important;
} 

.page-title {
	font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
	color: #6c757d!important;
}

.page-title:hover {
color: var(--secondary);
}


.featured-icon { 
	max-width: 40px;
}

.sticky {
  position: fixed;
  width: 100%;
  top: 82px;
  z-index: 999;
}

.sticky + .content {
  padding-top: 102px;
}

.hidden { display: none;}
.readmore { margin: 0 5px; z-index:999999}


.show-read-more .more-text{
        display: none;
		color: #3cceea !important;
}
	
.short {	
	display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;	
}

.hero {
	position: relative;
}

.hero-title {
    position: absolute;
    bottom: 4px;
    right: 20px;
    font-size: 10px;
    color: #818181;
}

.c-btn {
	cursor: pointer;
}

.c-btn:hover {
    color: var(--secondary);
}

.team-bio {
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.team-bio::after {
	content: ' "';
	display: inline-block;
	position: absolute;
	right:0;
	bottom:0;

}

.col-team {
  display:none;
}

/*
.thumbnail {

    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
*/

.thumbnail a>img, .thumbnail>img {
    margin-right: auto;
    margin-left: auto;
}

.thumbnail a>img, .thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
}



.h1, h1 {
    font-size: 3.4rem;
}

	.contact .info {
    padding: 20px;
    width: 100%;
    border: 1px dotted #ccc;
	min-height: 686px;
	}
	
	.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 18px;
    margin-bottom: 5px;
    color: #27cdea;
}
	
	.contact .info i {
    font-size: 20px;
    color: #080808;
    float: left;
    width: 44px;
    height: 44px;
    background: #dff3fc;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
	}
	
	.trial-form-icon {
    font-size: 20px;
    color: #080808;
    float: left;
    width: 44px;
    height: 44px;
    background: #dff3fc;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
	}

	.contact .info p {
	padding: 0 0 10px 60px;
	margin-bottom: 20px;
	color: #c4c4c4;
}

.input-icon{
  position: absolute !important;
  top: calc(50% - 0.5em); /* Keep icon in center of input, regardless of the input height */
  background: none !important;
  color: #e7e7e7 !important;
}
.input-wrapper{
  position: relative !important;
}

.info-wrapper {
	    margin-top: 20px;
}

.register-wrapper {
	border: 1px solid;
    text-align: center;

}

.more-info-wrapper {
	border: 1px solid;
    text-align: center;
}

.circle {
	border: 1px solid;
    padding: 10px;
    border-radius: 50%;
    min-height: 40px;
    min-width: 50px;
}

.white {
	color: #fff;
}

.green {
	color: #008000;
}

.border-white {
	border-color: #fff;
}

.border-green {
	border-color: #008000;
}

.border-blue {
	border-color: #26cde9;
}

.color-blue {
	color: #26cde9;
}

.mr-2 {
	margin-right: .5rem !important;
}

.block-title {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding-bottom: 7px;
}

block-title:before {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    background-color: #f5f5f5;
    height: 4px;
    bottom: 0;
}

.block-title:after {
    display: block;
    position: absolute;
    content: '';
    width: 50px;
    background-color: #27cdea;
    height: 4px;
    bottom: 0;
}

.btn-slider {
	  border: 2px solid #28cdea;
	  padding: 10px 30px;
	 }

/* Slider wrapper*/
.css-slider-wrapper {
  display: block;
  background: #000;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Slider */
.slider {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  -webkit-transition: -webkit-transform 1600ms;
  transition: -webkit-transform 1600ms, transform 1600ms;
  -webkit-transform: scale(1);
  transform: scale(1);
  overflow: hidden;
}

/* Slides Background Color */
.slide-1 {
  background: #000;
  left: 0;
}
.slide-2 {
  background: #000;
  left: 100%
}
.slide-3 {
  background: #000;
  left: 200%
}
.slide-4 {
  background: #000;
  left: 300%;
}
.slider {
  display: flex;
  justify-content: flex-start;
}
.slider-content {
  position: relative;
  padding: 40px 0 0 110px;
}


/* Slider Inner Slide Effect */

.slider h1 {
  color: #fff;
  letter-spacing: 2px;
}

.slider h2 {
  color: #333333;
  font-weight: 900;
  text-transform: capitalize;
  font-size: 60px;
  font-weight: 300;
  line-height: 1.2;
  opacity: 0;
  -webkit-transform: translateX(500px);
  transform: translateX(500px);
  margin-top: 0;
  letter-spacing: 2px;
}

.slider h4 {
  font-size: 22px;
  font-family: "Oswald";
  color: rgba(51, 51, 51, 0.349);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  opacity: 0;
  -webkit-transform: translateX(500px);
  transform: translateX(500px);
}

.slider p {
  color: #fff;
  letter-spacing: 2px;
  display: inline;
}

.slider > img {
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateX(500px);
  transform: translateX(500px);
}

.slide-1 > img {
  right: 0;
}

.buy-now-btn {
  background-color: #3cceea;
  width: 220px;
  height: 50px;
  border-radius: 30px;
  border: none;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 100;
  color: #fff;
  text-align: left;
  padding-left: 35px;
  position: relative;
  cursor: pointer;
  transition: all .2s;
}

.buy-now-btn:hover {
  box-shadow: 0px 0px 60px -17px rgba(51,51,51,1);
}

.buy-now-btn:after {
  content: 'Buy Now';
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  right: 35px;
  top: 18px;
}

.slider .buy-now-btn:focus,
.navigation .login-btn:focus {
  outline: none;
}

/* Animations */
.slider h2 {
  -webkit-transition: opacity 800ms, -webkit-transform 800ms;
  transition: transform 800ms, opacity 800ms;
  -webkit-transition-delay: 1s; /* Safari */
  transition-delay: 1s;
}
.slider h4 {
  -webkit-transition: opacity 800ms, -webkit-transform 800ms;
  transition: transform 800ms, opacity 800ms;
  -webkit-transition-delay: 1.4s; /* Safari */
  transition-delay: 1.4s;
}
.slider > img {
  -webkit-transition: opacity 800ms, -webkit-transform 800ms;
  transition: transform 800ms, opacity 800ms;
  -webkit-transition-delay: 0s; /* Safari */
  transition-delay: 0s;
}

/* Number Pagination */
.number-pagination {
  position: absolute;
  bottom: 30px;
  right: 100px;
  font-weight: bold;
}

.number-pagination span {
  font-size: 30px;
  color: #ea2e49;
  letter-spacing: 4px;
}

.number-pagination span:after {
  content: "/3";
  font-size: 16px;
  color: #fff;
}

/* Slider Pagger */
.slider-pagination {
  position: absolute;
  bottom: 30px;
  width: 575px;
  left: 100px;
  z-index: 1000;
  display: flex;
  align-items: center;
}
.slider-pagination label {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  margin: 0 10px;
  cursor: pointer;
}

/* Slider Pager Event */
.slide-radio1:checked ~ .slider-pagination .page1,
.slide-radio2:checked ~ .slider-pagination .page2,
.slide-radio3:checked ~ .slider-pagination .page3,
.slide-radio4:checked ~ .slider-pagination .page4 {
  width: 22px;
  height: 22px;
  border: 2px solid #ea2e49;
  background: transparent;
}

/* Slider Slide Effect */
.slide-radio1:checked ~ .slider {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.slide-radio2:checked ~ .slider {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.slide-radio3:checked ~ .slider {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
}
.slide-radio4:checked ~ .slider {
  -webkit-transform: translateX(-300%);
  transform: translateX(-300%);
}

.slide-radio1:checked ~ .slide-1 h2,
.slide-radio2:checked ~ .slide-2 h2,
.slide-radio3:checked ~ .slide-3 h2,
.slide-radio4:checked ~ .slide-4 h2,
.slide-radio1:checked ~ .slide-1 h4,
.slide-radio2:checked ~ .slide-2 h4,
.slide-radio3:checked ~ .slide-3 h4,
.slide-radio4:checked ~ .slide-4 h4,
.slide-radio1:checked ~ .slide-1 > img,
.slide-radio2:checked ~ .slide-2 > img,
.slide-radio3:checked ~ .slide-3 > img,
.slide-radio4:checked ~ .slide-4 > img {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1
}

/* Navigation */

	a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}


.nav-divider {
	min-width: 10px; border-bottom: 1px dotted; border-color: #7ba7cd;
}	

.nav-image {
	width: 30px;
}

#trialForm {
    background: #fff;
    position: relative;
    width: 100%;
    margin: 0 auto;
}


.js #trialForm {
    position: fixed;
    display: none;
	width: 98%;
	padding: 20px;
	border-radius: 10px;
	margin-top:10px;
	z-index: 999999;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 600px;
    right: 50%;
}

#submit:hover {color: #fff}

#contact-buttons {
	display: none;
}

.btn{
    border: 2px solid #fff;
    color: #fff;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    transition: ease all .3s;
    display: block;
	padding: 10px;
	box-shadow: none;
	transform: none !important;
	background: none;
}


.btn:hover{background: color: var(--secondary);}
.btn:active{background: color: var(--secondary);}

.close {
    position: absolute;
    right: 20px;
	top: 0;
    cursor: pointer;
    font-weight: 400;
    font-size: 3em;
    color: #ee4444;
}


    .dropdown-menu {
    border: 1px solid #384e62 !important;
	color: #fff;
	}
	
	.navbar > .fa-stack {
    width: 3em;
    font-size: 0.75rem;
    margin-right: 0.25rem;
	height: 3em;
	}
	
	@media only screen and (max-width: 600px) {
  
  select:focus,
  textarea:focus,
  input:focus {
    font-size: 16px;
    background: #eee;
  }
  
  .dropdown-menu {
    min-width: 100% !important;
	border: none !important;
	overflow:hidden;
	padding: 8px;
	z-index: 999999 !important;
  }
   
  .navbar .fa-stack {
    width: 4em;
	height: 4em;
    font-size: 0.75rem;
    margin-right: 0.25rem;
}

}



/* Section Background */
.home,
.about,
.courses,
.team,
.testimonials-all,
.contact {
	/*height: 110vh;  */
	position: relative;
	scroll-margin-top: 3em;
}

.contact {
	height: 136vh; 
}

.about,
.company,
.testimonial,
.testimonials-all,
.why-us,
.work,
.newsletter,
.location 

{
  	background-color: var(--primary);
	scroll-margin-top: 3em;
}

.courses,
.contact,
.team,
.gallery,
.page-title,
.shortcuts,
.testimonials-all,
.footer

 {
  	background-color: var(--primary-light);
}

.bottom {
  	background-color: black;
}

#instrument-courses, #other-courses {
	scroll-margin-top: 3em;
}

/* Gradient Border And Background On Icons */
.home_text,
.home .fas,
.team .far,
.information .fas,
.work .fas,
.courses .fas,
.location .far,
.location .fas {
	padding: 15px 0;
	background: -webkit-gradient( linear, left top, left bottom, from(#0ecbe9), to(#3cceea) );
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.navbar-nav a:hover,
.footer a:hover,
.footer .fab:hover {
	cursor: pointer;
	background: var(--gradient);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}


/**********************/
/*     Navigation     */
/**********************/
.navbar {
	font-weight: 500;
	line-height: 0.875rem;
	background-color: var(--primary);
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.025);
}

.navbar .navbar-brand {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.navbar .logo-image img {
	max-width: 280px;
}

.navbar .logo-text {
	color: #fff;
	font-weight: 500;
	line-height: 1rem;
	font-size: 1.575rem;
	text-decoration: none;
}

.offcanvas-collapse {
	position: fixed;
	top: 4.75rem; /* adjusts the height between the top of the page and the offcanvas menu */
	bottom: 0;
	left: 100%;
	width: 100%;
	overflow-y: auto;
	visibility: hidden;
	padding-right: 1rem;
	padding-left: 1rem;
	background-color: var(--primary-light);
	transition: transform 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.offcanvas-collapse.open {
	visibility: visible;
	transform: translateX(-100%);
}

.navbar .navbar-nav {
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
}

.navbar .dropdown-menu {
	border: none;
	margin-bottom: 0.25rem;
	background-color: var(--primary);
}

.navbar .dropdown-item {
	color: #eee;
	font-weight: 500;
	font-size: 1.075rem;
	line-height: 0.875rem;
	padding-top: 0.625rem;
	text-decoration: none;
	padding-left: .5rem;
	padding-bottom: 0.625rem;
	letter-spacing: 1px;
}

.navbar .dropdown-item:hover {
  	background-color: var(--primary);
}

.navbar .dropdown-divider {
	width: 100%;
	height: 1px;
	border: none;
	margin: 0.5rem auto 0.5rem auto;
	background-color: var(--primary-light);
}

.navbar .nav-item .nav-link {
	color: #eee;
	text-decoration: none;
	transition: all 0.2s ease;
}

.navbar .fa-stack {
	width: 2em;
	font-size: 0.75rem;
	margin-right: 0.25rem;
}

.navbar .fa-stack-2x {
	background: -webkit-gradient( linear, left top, left bottom, from(#24ccea), to(#00dabf) );
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 0.2s ease;
}

.navbar .fa-stack-1x {
	color: #000;
	transition: all 0.2s ease;
}

.navbar .fa-stack:hover .fa-stack-2x {
  	color: var(--primary);
}

.navbar .fa-stack:hover .fa-stack-1x {
  	color: #fff;
}

.navbar .navbar-toggler {
	padding: 0;
	border: none;
	font-size: 1.25rem;
}


/****************/
/*     Home     */
/****************/
.home {
	background-image: url(../assets/images/home.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.para {
  	width: 50%;
}

.para-light {
  	opacity: 0.7;
}


/***********************/
/*     Information     */
/***********************/
.information .container-fluid .row div:first-child {
  	background-color: var(--primary);
}

.information .container-fluid .row div:last-child {
  	background-color: var(--primary);
}

.information .container-fluid .row div:nth-child(2) {
  	background-color: var(--primary-light);
}


/******************/
/*     Button     */
/******************/
.btn {
	color: white;
	border-radius: 0;
	border-width: 2px;
	padding: 10px 30px;
	border-image-slice: 1;
	background-image: none;
	background: transparent;
	border-image-source: var(--gradient);
	box-shadow: 5px 5px 0px 0px var(--secondary);
}

.btn:hover {
	color: white;
	box-shadow: none;
	border-radius: 0;
	padding: 10px 30px;
	transform: translate(5px, 5px);
}

/* Email - Newsletter Button */
.btn-secondary {
	color: black;
	font-weight: 600;
	border-width: 2px;
	padding: 10px 30px;
	border-image-slice: 1;
	background-image: none;
	background: transparent;
	border: 2px solid var(--secondary);
}

.btn-secondary:hover {
	color: black;
	padding: 10px 30px;
	background-color: rgba(0, 0, 0, 0.3);
    border: 2px solid var(--secondary);
}

/* Other Pages Button */
.btn-tertiary {
	color: black;
	border-radius: 0;
	border-width: 2px;
	padding: 10px 30px;
	border-image-slice: 1;
	background-image: none;
	background: transparent;
	border-image-source: var(--gradient);
	box-shadow: 5px 5px 0px 0px var(--secondary);
}

.btn-tertiary:hover {
	color: black;
	box-shadow: none;
	border-radius: 0;
	padding: 10px 30px;
	transform: translate(5px, 5px);
}


/********************/
/*     courses     */
/********************/
.courses .card {
	border-radius: 0;
	border: 1px solid #626262;
}

.courses .card:hover {
 border-color: #00a5c2;
}


/*****************/
/*     team     */
/*****************/
.team .card {
	padding: 20px;
	background: var(--primary);
}


/************************/
/*     Testimonials     */
/************************/
.slider-1 {
	padding-top: 4.25rem;
	padding-bottom: 4.5rem;
}

.slider-1 .section-title {
  	text-align: center;
}

.slider-1 .h2-heading {
	text-align: center;
	margin-bottom: 3rem;
}

.testimonial-card {
	border: 10px solid;
	border-image-slice: 1;
	border-width: 3px;
	border-image-source: var(--gradient);
	min-height: 316px;
}

.slider-1 .slider-container {
  	position: relative;
}

.slider-1 .swiper-container {
	width: 86%;
	position: static;
}

.slider-1 .swiper-button-prev,
.slider-1 .swiper-button-next {
  	color: var(--primary);
}

.slider-1 .swiper-button-prev:focus,
.slider-1 .swiper-button-next:focus {
	/* even if you can't see it chrome you can see it on mobile device */
	outline: none;
}

.slider-1 .swiper-button-prev {
	left: -14px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23707375'%2F%3E%3C%2Fsvg%3E");
	background-size: 18px 28px;
}

.slider-1 .swiper-button-next {
	right: -14px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2028%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23707375'%2F%3E%3C%2Fsvg%3E");
	background-size: 18px 28px;
}

.slider-1 .card {
	border: none;
	position: relative;
	background-color: transparent;
}

.slider-1 .card-image {
	width: 80px;
	height: 80px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	margin-bottom: 1.25rem;
}

.slider-1 .card-body {
  	padding: 0;
}

.slider-1 .testimonial-text {
  	margin-bottom: 0.75rem;
}

.slider-1 .testimonial-author {
	margin-bottom: 0;
	color: #252c38;
}

.slider-1 .avatar {
	width: 70px;
	height: 70px;
	border-radius: 20%;
}

/* Dropdown Menu */
.navbar .dropdown .dropdown-menu {
  	animation: fadeDropdown 0.2s; /* required for the fade animation */
}

@-webkit-keyframes fadeDropdown {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeDropdown {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}


/**********************/
/*     Newsletter     */
/**********************/
.form-control-input,
.form-control-textarea {
	width: 100%;
	appearance: none;
	border-radius: 0;
	font-size: 0.875rem;
	line-height: 1.5rem;
	padding-left: 2.2rem;
	padding-top: 0.775rem;
	padding-bottom: 0.775rem;
}


/******************************/
/*     Back To Top Button     */
/******************************/
#myBtn {
	z-index: 99;
	right: 20px;
	width: 52px;
	height: 52px;
	bottom: 20px;
	border: none;
	outline: none;
	display: none;
	position: fixed;
	cursor: pointer;
	border-radius: 50%;
	background-color: #323137;
}

#myBtn:hover {
  	background-color: #0f0f11;
}

#myBtn img {
	width: 18px;
	margin-left: 0.125rem;
	margin-bottom: 0.25rem;
}


/***********************/
/*     Extra Pages     */
/***********************/
.ex-header {
	padding-bottom: 6rem;
	background-color: var(--primary);
}

.ex-header h1 {
  	color: #fff;
}

.ex-basic-1 .list-unstyled .fas {
	font-size: 0.375rem;
	line-height: 1.625rem;
}

.ex-basic-1 .list-unstyled .flex-grow-1 {
  	margin-left: 0.5rem;
}

.ex-basic-1 .text-box {
	padding: 1.25rem 1.25rem 0.5rem 1.25rem;
	background-color: #f7f9fd;
}

.ex-cards-1 .card {
	border: none;
	background-color: transparent;
}

.ex-cards-1 .card .fa-stack {
	width: 2em;
	font-size: 1.125rem;
}

.ex-cards-1 .card .fa-stack-2x {
  	color: var(--secondary);
}

.ex-cards-1 .card .fa-stack-1x {
	width: 2em;
	color: #ffffff;
	font-weight: 700;
	line-height: 2.125rem;
}

.ex-cards-1 .card .list-unstyled .flex-grow-1 {
  	margin-left: 2.25rem;
}

.ex-cards-1 .card .list-unstyled .flex-grow-1 h5 {
	margin-top: 0.125rem;
	margin-bottom: 0.5rem;
}


/*************************/
/*     Media Queries     */
/*************************/
@media only screen and (max-width: 1024px) {
	.courses,
	.work,
	.testimonial,
	.about,
	.contact,
	.team {
		height: 100%;
	}
}

@media (min-width: 992px) {
	.slider-1 .swiper-container {
		width: 92%;
	}

	.slider-1 .swiper-button-prev {
		left: -16px;
		width: 22px;
		background-size: 22px 34px;
	}

	.slider-1 .swiper-button-next {
		right: -16px;
		width: 22px;
		background-size: 22px 34px;
	}

	/* Navigation */
	.navbar {
		box-shadow: none;
		transition: all 0.2s;
		padding-top: 1.75rem;
		background-color: transparent;
	}

	.navbar.top-nav-collapse {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		background-color: var(--primary);
		box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.025);
	}

	.offcanvas-collapse {
		position: static;
		top: auto;
		bottom: auto;
		left: auto;
		width: auto;
		padding-right: 0;
		padding-left: 0;
		background-color: transparent;
		overflow-y: visible;
		visibility: visible;
	}

	.offcanvas-collapse.open {
		transform: none;
	}

	.navbar .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}

	.navbar .nav-item .nav-link {
		padding-right: 0.75rem;
		padding-left: 0.75rem;
	}

	.navbar .dropdown-menu {
		padding-top: 0.75rem;
		padding-bottom: 0.875rem;
		box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.08);
	}

	.navbar .dropdown-divider {
		width: 90%;
	}

	.navbar .social-icons {
		margin-left: 0.5rem;
	}

	.navbar .fa-stack {
		margin-right: 0;
		margin-left: 0.25rem;
	}
	
  
}

/* Responsive */
@media only screen and (max-width: 1024px) {
	.slider > img {
	height:100%;
	width: auto;
	overflow: hidden;
	left: -300px;
  }
}

@media only screen and (max-width: 768px) {
  .slider h2 {
    font-size: 20px;
  }
  .slider h4 {
    font-size: 16px;
  }
 
  .slider-content {
    padding: 0 2%
  }
 
  .navigation {
    padding: 0 2%;
  }
 
  .navigation-left {
    display: none;
  }
 
  .number-pagination {
    right: 2%;
  }
  .slider-pagination {
    left: 2%;
  }
 
  .slider .buy-now-btn {
    padding: 0 15px;
    width: 175px;
    height: 42px;
  }
 
  .slider .buy-now-btn:after {
    top: 15px;
  }
 
  .slider > img {
	height:100%;
	width: auto;
	overflow: hidden;
	left: -300px;
  }
 
  .slide-1 > img {
    right: -110px;
  }
  .navbar .navbar-nav {
	line-height: 1.8rem;
	-webkit-tap-highlight-color: transparent;
  }
  
  .navbar .fa-stack {
    width: 4em;
	height: 4em;
	}
  
  #contact-buttons {
  	display: block;
  }

}

@media only screen and (max-width: 540px) {
	
	.h1, h1 {
    	font-size: 32px;
		letter-spacing: normal;

	}

	.para {
		width: 100%;
	}
	
	.courses > img {
    	width: 50% !important;
	}

	.swiper-container {
		width: 92%;
	}

	.swiper-button-prev {
		left: -16px;
		width: 22px;
		background-size: 22px 34px;
	}

	.swiper-button-next {
		right: -16px;
		width: 22px;
		background-size: 22px 34px;
	}
	
  
  .slider h2 {
    font-size: 20px;
  }
  .slider h4 {
    font-size: 16px;
  }

  .slider-content {
    padding: 0 2%
  }

  .navigation {
    padding: 0 2%;
  }

  .navigation-left {
    display: none;
  }

  .number-pagination {
    right: 2%;
	bottom: 12%;
  }
  .slider-pagination {
    left: 2%;
	bottom: 12%;
  }

  .slider .buy-now-btn {
    padding: 0 15px;
    width: 175px;
    height: 42px;
  }

  .slider .buy-now-btn:after {
    top: 15px;
  }

  .slider > img {
	height:100%;
	width: auto;
	overflow: hidden;
	left: -300px;
  }

  .slide-1 > img {
    right: -110px;
  }
  
  .btn-slider {
	  border: 2px solid #28cdea;
	  padding: 10px 30px;
	 }
}

@media only screen and (max-width: 360px) {
	.navbar .logo-image img {
		max-width: 280px;
	}
	
	.h1, h1 {
    	font-size: 28px;
		letter-spacing: normal;

	}
}

@media only screen and (max-width: 320px) {
	.navbar .logo-image img {
		max-width: 240px;
	}
	
	.h1, h1 {
    	font-size: 34px;
		letter-spacing: normal;

	}
	
	
	h2 {
    	font-size: 26px;
		letter-spacing: normal;

	}
	
	h3 {
    	font-size: 22px;
		letter-spacing: normal;

	}
	
	h4 {
    	font-size: 18px;
		letter-spacing: normal;

	}
	
	.register-wrapper { 
  		border: none !important;
    	border-bottom: 2px solid #626262 !important;
		width: 100%;
  	}
  
  	.more-info-wrapper {
		border: none !important;
  	}
}

@media only screen and (max-width: 280px) {
	.navbar .logo-image img {
		max-width: 190px;
	}
	
	.h1, h1 {
    	font-size: 28px;
		letter-spacing: normal;

	}
}
