  body {
      font-family: 'Poppins', sans-serif !important;
  }
  
  .btn-success {
    color: #fff !important;
  }
  /* ============== stickyNav-css ================== */
  /* Note: Try to remove the following lines to see the effect of CSS positioning */
  .affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
  }

  .affix + #myCarousel {
    padding-top: 70px;
  }

  .navbar-default {
      background:#fff;
      border-color: #fff;
  }
  
/* ============== top-nav ================== */
  .top-nav {  background-color: #c4ddee;}
  .top-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  }

  .top-nav li {
  padding: 4px 3px 2px;
  float: left;
  }
  .top-nav a {
      color: #000;
  }
  .top-nav i {
  font-size: 25px;
  }
/* //top-nav */
/* ============== Nav menu vvjc  nav-style-paddings ================== */
nav { padding:10px;}
.navbar-brand {padding: 0 10px;} 
.navbar-brand img { height: 60px;margin-top: -5px; }
 
/* ============== Nav menu hover styles ================== */
/* NAVIGATION overwrites*/ 
.navbar-nav>.active>a, .navbar-nav>.active>a:focus, .navbar-nav>.active>a:hover {
     color: #223e78 !important;
     /*color: #00a1e0 !important;*/
     background-color: transparent !important;
}    
.navbar-nav>.active>a:after {
    width: 100%;
    background: #003063;
    height: 2px;
} 
nav ul {
  list-style: none;
  text-align: center;
} 
nav ul li a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #002469 !important;
  font-weight: bold;
  margin: 0 10px;
}
nav ul li a,
nav ul li a:after,
nav ul li a:before {
  transition: all .5s;
}
nav ul li a:hover {
  color: #00a1e0 !important;
   background-color: transparent;
}

/* stroke class for Na menu hover effects */
nav.stroke ul li a,
nav.fill ul li a {
  position: relative;
}
nav.stroke ul li a:after,
nav.fill ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #00a1e0;
  height: 2px;
}
nav.stroke ul li a:hover:after {
  width: 100%;
}




/* ==============Carousal animation classes ================== */
   
.carousel-control.left {
    background-image: -webkit-linear-gradient(left,#51c5ff80 0,rgba(0,0,0,.0001) 100%); 
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(#51c5ff80),to(rgba(0,0,0,.0001))); 
    background-image: linear-gradient(to right,#51c5ff80 0,rgba(0,0,0,.0001) 100%);
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,#51c5ff80 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(#51c5ff80));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,#51c5ff80 100%);
}
   
.toggleHeading {
	animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
     -moz-animation-delay: 0.5s;
       -o-animation-delay: 0.5s;
	   -moz-transition: none !important;
} 
.toggleCaption {
	animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
     -moz-animation-delay: 1.5s;
       -o-animation-delay: 1.5s;
	   -moz-transition: none !important;
} 
.text-slide {
	padding: 0 150px;
	width: 100%;
    top: 50%;
    position: absolute;
} 

 @media screen and (max-width: 768px) {
.text-slide {
    padding: 0 35px;
}
.text-slide .btn-style-one {
display:none}

}
  #myCarousel img {
  width:100%;
  min-height: 300px;
}
 
 
 
 
/* ==================Carousal btn and text stylings================== */
.btn-style-one {
    position: relative;
    line-height: 27px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background: #192f59;
    padding: 4px 22px;
    border-radius: 50px;
    text-transform: uppercase;
    border: 2px solid #9bca47;
}
.text-slide h2 span {
 /*   text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white; */
    letter-spacing:3px;
    font-family:'Playfair Display', serif;
    top: -10px;
    font-size: 31px;
    float: left;
    line-height: 32px;
    margin-right: 20px;
    color: white;
    font-weight: 700;
    position: relative;
 /*   text-transform: uppercase; */
}
.text-slide h2 {
    text-shadow: -1px 0 #93c655, 0 1px #9ccb48, 1px 0 #97c15b, 0 -1px #98c259;
    font-family: Poppins,sans-serif;
    font-size: 17px;
    line-height: 1.5em;
    display: inline-block;
	color: #fff;
    font-weight: 700;
    position: relative;
  /*  text-transform: uppercase; */
}
.text-slide .p_text {
    font-family: 'Poppins', sans-serif !important;
	text-shadow: -1px 0 #453cd7, 0 1px #645dde, 1px 0 #ffffff00, 0 -1px #ffffff00;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 1.4em;
    font-family: Rubik,sans-serif;
    text-transform: capitalize;
} 
.more-btn {display:none} 

@media (min-width: 687px){
.text-slide h2 span {
	font-size: 63px;
    line-height: 63px;
	}
	.text-slide .p_text {
    font-size: 31px;
    line-height: 31px;
	}
} 
 

 
/* ==================course-cards================== */ 
.course-cards { margin-top:50px } 

/*============= mini-banner ========================*/ 
.mini-banner {
    padding: 50px 0;
    background: url(images/minibanner1.jpg) no-repeat center;
    background-size: cover;
}
.mini-banner h1{
    text-transform:uppercase;
    font-weight: 600;
}


.content-left h4 {
    font-size: 1.3em;
    font-weight: 600;
}

.content-left h3, h4 {
    color: #036 !important;
    line-height: 1.5em;
    font-weight: 600;
}


/*============= other pages ========================*/
.inner-banner-area {
    background: url(page-title.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.inner-banner-area .innter-title h2 {
    font-family:'Playfair Display', serif;
width:100%;
/*text-transform: uppercase; */
margin: 0 0 20px;
    font-weight: 500;
    font-size: 48px;
    color: #ffffff;
    padding-bottom: 75px;
    padding-top: 120px;
    text-align: center;
}
.breadcrum-area {
 /*   text-align: center;  */
	list-style: none;
}
.breadcrum-area .breadcrumb {
    position: relative;
    top: 22px;
    
    background: #f05;
    background: -moz-linear-gradient(45deg,#ff0055 0%,#ff6600 100%);
    background: -webkit-gradient(left bottom,right top,color-stop(0%,#ff0055),color-stop(100%,#ff6600));
    background: -webkit-linear-gradient(45deg,#ff0055 0%,#ff6600 100%);
    background: -o-linear-gradient(45deg,#ff0055 0%,#ff6600 100%);
    background: -ms-linear-gradient(45deg,#ff0055 0%,#ff6600 100%);
    background: linear-gradient(45deg,#3fb344 0%,#009b06 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0055',endColorstr='#ff6600',GradientType=1 );
    display: inline-block;
    border-radius: 9px;
    border: none;
    margin-bottom: 0;
    padding: 12px 30px;
}
.breadcrum-area .breadcrumb li {
    color: #ffffff;
}
.breadcrumb>li {
    display: inline-block;
}
.breadcrum-area .breadcrumb li a {
    color: #ffffff;
}

/*============= Footer  ========================*/
.footer {  
    background: #c4ddee;
    padding: 12px;
}
.footer p{ 
    margin:0;
}