body {
	-webkit-font-smoothing: antialiased;
	font-family: 'Nunito Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Nunito Sans', Arial, Helvetica, sans-serif;	
}

 @media only screen and (max-width: 480px) {
       h1 { font-size: 36px !important; }
       h2 { font-size: 30px !important; }
       h3 { font-size: 24px !important; }
     }

.container-fluid {
	padding-left: 3%;
	padding-right: 3%;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

a:hover,a:active,a:focus {
	outline: 0;	
	text-decoration: none;
}

.navbar-custom {
    background-color: rgba(224,6,53,1.00);
}

.navbar-custom .navbar-links-custom li {
  padding: 0 20px 0 20px;
  position:relative;
}

.navbar-custom .navbar-links-custom li a{
	font-size: 14px ;
	text-transform:uppercase;
	text-align: center;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;  
}


@media (min-width: 768px) {
.navbar-custom .navbar-links-custom .active:after {
    content: "";
    border: none;
  }
.navbar-custom .navbar-links-custom > li:after {
    content: "";
    border-right: 1px solid #fff;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0%;
  }
	
.navbar-custom .navbar-links-custom > li:last-child:after {
    border: none;
  }

/* .navbar-custom .navbar-links-custom li {
	width:20%;
	text-align: center;
	
}*/
}

.navbar a {	color: #fff !important; }
.navbar a:hover { color: #8C2346  !important; }
.navbar .active > a { background: #4c4c4e !important; color: #8C2346 !important; }
.navbar .active > a:hover { color: #8C2346 !important; }
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.navbar-toggler {
  border: none !important;
} 

header .carousel .fill {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

.clearfix { clear: both; }


/* EAE Main */

#eae-main h3 {
	color:#ffffff;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}

/* Who Can Apply */

#who-can-apply h1 {
	color:rgba(224,6,53,1.00);
	text-transform: uppercase;
	font-weight: 800;
	padding-top: 10px;
}

/* How To Apply */

#how-to-apply h1 {
	color: rgba(224,6,53,1.00);
	text-transform: uppercase;
	font-weight: 800;
	padding-top: 10px;
}

#how-to-apply p {
	color: rgba(224,6,53,1.00);
	text-transform: uppercase;
}

/* Carousel */
#carouselButtons {
    margin-left: 100px;
    position: absolute;
    bottom: 0px;
}
#how-to-apply-carousel .carousel-control-next, 
.carousel-control-prev {
    width:50px;
}

#how-to-apply-carousel .carousel-caption {
    position: absolute;
    left: auto;
    right: auto;
    width: 40%;
    height: 100%;
    background-color: rgba(222,6,53,1);
    bottom:0;
    right:0;
	padding: 40px 40px 0px 40px;
	text-align: left;
}
#how-to-apply-carousel .carousel-caption h1 {
	color: #ffffff;
	font-weight:800;
	text-transform:uppercase;
}

#how-to-apply-carousel .carousel-caption h4 {
	color: #ffffff;
	font-weight:800;
	text-transform:uppercase;
	padding-top: 50px;
}

#how-to-apply-carousel .carousel-caption p {
	font-size: 17px;
	color: #ffffff;
}

@media (min-width: 992px) and (max-width: 1199.98px) { 
#how-to-apply-carousel .carousel-caption {
    position: absolute;
    left: auto;
    right: auto;
    width: 40%;
    height: 100%;
    background-color: rgba(222,6,53,1);
    bottom:0;
    right:0;
	padding: 20px 20px 0px 20px;
	text-align: left;
}
#how-to-apply-carousel .carousel-caption h1 {
	font-weight:800;
	text-transform:uppercase;
	font-size: 32px !important;
}

#how-to-apply-carousel .carousel-caption p {
	font-size: 16px;
	color: #ffffff;
}
}

@media (min-width: 768px) and (max-width: 991.98px) { 
#how-to-apply-carousel .carousel-caption {
    position: absolute;
    left: auto;
    right: auto;
    width: 50%;
    height: 100%;
    background-color: rgba(222,6,53,1);
    bottom:0;
    right:0;
	padding: 20px 20px 0px 20px;
	text-align: left;
}
#how-to-apply-carousel .carousel-caption h1 {
	font-weight:800;
	text-transform:uppercase;
	font-size: 30px !important;
}

#how-to-apply-carousel .carousel-caption p {
	font-size: 13px;
	color: #ffffff;
}
#how-to-apply-carousel .carousel-caption h4 {
	color: #ffffff;
	font-weight:800;
	text-transform:uppercase;
	padding-top: 5px;
	font-size: 20px !important;
}
}

@media (min-width: 576px) and (max-width: 767.98px) { 
#how-to-apply-carousel .carousel-caption {
    position: absolute;
    left: 0%;
    right: 0%;
    width: 100%;
    height: 50%;
    background-color: rgba(222,6,53,1);
    bottom:0;
	text-align: center;
	padding: 20px;
}
#how-to-apply-carousel .carousel-caption h1 {
	font-weight:800;
	text-transform:uppercase;
    font-size: 26px !important;
}
#how-to-apply-carousel .carousel-caption p {
    font-size: 18px;
	color: #ffffff;
}
#how-to-apply-carousel .carousel-caption h4 {
    padding-top:10px !important;
	margin-top:10px !important;
}
}

@media (max-width: 575.98px) { 
#how-to-apply-carousel .carousel-caption {
    position: absolute;
    left: 0%;
    right: 0%;
    width: 100%;
    height: 50%;
    background-color: rgba(222,6,53,1);
    bottom:0;
	text-align: center;
	padding: 10px;
}
#how-to-apply-carousel .carousel-caption h1 {
	font-weight:800;
	text-transform:uppercase;
    font-size: 16px !important;
}
#how-to-apply-carousel .carousel-caption p {
    font-size: 14px;
	color: #ffffff;
}
#how-to-apply-carousel .carousel-caption h4 {
    padding-top:0px !important;
	margin-top:0px !important;
}
}

/* What We're Looking For */

#what-were-looking-for h1 {
	color:rgba(224,6,53,1.00);
	text-transform: uppercase;
	font-weight: 800;
	padding-top: 10px;
}


/* EAE Tips */

#eae-tips h1 {
	color:rgba(224,6,53,1.00);
	text-transform: uppercase;
	font-weight: 800;
	padding-top: 10px;
	padding-bottom: 10px;
}

#eae-tips h3 {
	color:rgba(224,6,53,1.00);
	font-weight: bold;
	padding-top: 40px;
	text-transform: none;
	text-transform: uppercase;
}

/* Explore our Courses */

#explore-our-courses h1 {
	color:rgba(224,6,53,1.00);
	text-transform: uppercase;
	font-weight: 800;
	padding-top: 10px;
}

/* Carousel */
#carouselButtons {
    margin-left: 100px;
    position: absolute;
    bottom: 0px;
}
.carousel-control-next, 
.carousel-control-prev {
    width:50px;
}

.carousel-caption {
    position: absolute;
    left: auto;
    right: auto;
    width: 30%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    bottom:0;
    right:0;
	padding: 40px 40px 0px 40px;
	text-align: left;
}
#explore-our-courses-carousel h1 {
	font-weight:800;
	text-transform:uppercase;
}

#explore-our-courses-carousel p {
	font-size: 17px;
}

#explore-our-courses-carousel a {
	color:#ffffff;
}

@media (min-width: 992px) and (max-width: 1199.98px) { 
.carousel-caption {
    position: absolute;
    left: auto;
    right: auto;
    width: 40%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    bottom:0;
    right:0;
	padding: 20px 20px 0px 20px;
	text-align: left;
}
#explore-our-courses-carousel h1 {
	font-weight:800;
	text-transform:uppercase;
}

#explore-our-courses-carousel p {
	font-size: 16px;
}
}

@media (min-width: 768px) and (max-width: 991.98px) { 
.carousel-caption {
    position: absolute;
    left: auto;
    right: auto;
    width: 40%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    bottom:0;
    right:0;
	padding: 20px 20px 0px 20px;
	text-align: left;
}
#explore-our-courses-carousel h1 {
	font-weight:800;
	text-transform:uppercase;
	font-size: 30px !important;
}

#explore-our-courses-carousel p {
	font-size: 14px;
}
}

@media (min-width: 576px) and (max-width: 767.98px) { 
.carousel-caption {
    position: absolute;
    left: 0%;
    right: 0%;
    width: 100%;
    height: 40%;
    background-color: rgba(0,0,0,0.7);
    bottom:0;
	text-align: center;
	padding: 20px;
}
#explore-our-courses-carousel h1 {
	font-weight:800;
	text-transform:uppercase;
    font-size: 26px !important;
}
#explore-our-courses-carousel p {
    font-size: 18px;
}
}

@media (max-width: 575.98px) { 
.carousel-caption {
    position: absolute;
    left: 0%;
    right: 0%;
    width: 100%;
    height: 50%;
    background-color: rgba(0,0,0,0.7);
    bottom:0;
	text-align: center;
	padding: 10px;
}
#explore-our-courses-carousel h1 {
	font-weight:800;
	text-transform:uppercase;
    font-size: 20px !important;
	padding-top:20px;
}
#explore-our-courses-carousel p {
    font-size: 14px;
}
}



/* Scholarships */

#scholarships h1 {
	color:rgba(224,6,53,1.00);
	text-transform: uppercase;
	font-weight: 800;
	padding-top: 10px;
}

#scholarships h3 {
	color:rgba(224,6,53,1.00);
	font-weight: bold;
	padding-top: 10px;
	text-transform: uppercase;
}

#scholarships a {
	color: #000000;
}


/* Passion */

#passion h1 {
	color:rgba(224,6,53,1.00);
	text-transform: uppercase;
	font-weight: 800;
	padding-top: 10px;
}

#passion-carousel h3 {
	font-weight: bold;
	padding-top: 10px;
	text-transform: uppercase;
}

#passion-carousel .carousel-item {
	padding: 30px 0px 30px 0px;
}

#passion-carousel .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

#passion-carousel .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

@media (min-width: 576px) and (max-width: 767.98px) { 
	.passion-center {
	text-align: center;
}
}

@media (max-width: 575.98px) { 
.passion-center {
	text-align: center;
}
}

/* Contact Us  */

#contact-us h1 {
	color:rgba(224,6,53,1.00);
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
}


/* Footer */
footer p {
	font-size: 14px;
}

footer a {
	color: #ffffff;
}

@media (min-width: 576px) {
.socialmedia-footer {
	text-align: right;
}

.tp-mission {
	text-align: right;
}
}
