<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Fonts--------------*/

@import url('https://fonts.googleapis.com/css2?family=Prata&amp;family=Cardo&amp;family=Poppins:wght@300;400;500;600&amp;display=swap');
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  --blue: #1d398d;
  --yellow: #fff100;
  --red:#1d398d;
  --font-default: 'Poppins', sans-serif;
  --font-heading: 'Cardo', serif;
  --font-heading-2: 'Prata', serif;
}
@font-face{font-family:'FontAwesome';src:url('../../assets/fonts/fontawesome-webfont.eot?v=4.7.0');
src:url('../fonts/fontawesome-webfont.eot?#iefix&amp;v=4.7.0') format('embedded-opentype'),
url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),
url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
font-weight:normal;font-style:normal}
.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;
  font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
  .fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}

  .bg-blue{
    background-color: var(--blue);
  }
  .bg-yellow{
    background-color: var(--yellow);
  }
  .color-blue{
    color: var(--blue);
  }
  .color-black{
    color: #000;
  }
  .font-default{
    font-family: var(--font-default) !important;
  }
  .font-2{
    font-family: var(--font-heading) !important;
  }
  .font-3{
    font-family: var(--font-heading-2) !important;
  }

  body {
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 14px;
    overflow-x: hidden;
/*    background-color: #6f85be;*/
	  background-color: #1d398d;
	 
  }

  a {
    color: #082743;
  }

  a:hover {
    color: #39535d;
    text-decoration: none;
  }
  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
  }
  .h2, h2 {
   font-size: 45px;
   text-transform: uppercase;
   line-height: 45px;
 }
 .section h3{
  font-size: 17px;
  font-family: var(--font-default);
}
.bg-dark-blue{
	background-color: #082743;
}
.bg-green{
	background-color: #4ead95;
}
.bg-grey{
	background-color: #efefef;
}
.btn-rounded-blue{
	font-size: 16px;
	padding: 10px 24px;	
	background: #3b3b9b;
	color: #fff;
	transition: 0.3s;
	border-radius: 50px;
}
.text-sm{
	font-size: 16px;
  line-height: 23px;
}
.text-md{
	font-size: 18px;
  line-height: 25px;
}
.text-lg{
	font-size: 27px;
}
.text-xl{
	font-size: 1.5rem;
}
.font-light{
	font-weight: 400;
}
.font-semi-bold{
  font-weight: 600 !important;
}
.btn-brdr-white{
	font-size: 13px;
	padding: 5px 20px;	
	border: 2px solid #FFF;
	color: #fff;
	transition: 0.3s;
	text-transform: uppercase;
	border-radius: 0;
	letter-spacing: 1px;
}
.btn-brdr-white:hover{
	background-color: #1d3853;
	border: 2px solid #1d3853;
	color: #FFF;
}
.btn-submit{
	font-weight: 500;
  font-size: 17px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 0;
  transition: 0.5s;
  color: #000;
  background-color: #fff100;
  text-transform: uppercase;
  text-align: left;
  min-width: 100%;
  position: relative;
}
.btn-submit &gt; i {
  position: absolute;
  right: 15px;
  top: 13px;
  transition: 0.5s;
}
.btn-submit:hover{
	background-color: #000;
	color: #FFF;
}
.h-underline{
	font-size: 1.6rem;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
	letter-spacing: 1px;
	margin-bottom: 3rem;
}
.h-underline::after{
	content: "";
	width: 40px;
	background-color: #FFF;
	height: 1px;
	display: block;
	margin: 13px auto;
}
.btn-more{
  font-size: 16px;
  background-color: var(--red);
  color: #FFF;
  border-radius: 20px;
  padding: 9px 25px;
  position: relative;
	white-space: nowrap;
  transition: 0.5s;
	border: 1px solid #ffffff;
}
.btn-more &gt; i{
  position: absolute;
  right: 20px;
  top: 13px;
  transition: 0.5s;
}
.btn-more:hover{
  color: #1d398d;
  background-color: #ffffff;

}
.btn-more:hover &gt; i{
  right: 15px;
}

.water-mark-bg{
  background-image: url("../images/water-mark-2.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
}
.sec-uniform{
  min-height: 700px;
}
@media (max-width: 767px) {
  .container{
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*--------------------------------------------------------------
# 5 Column Grid
--------------------------------------------------------------*/

.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-2dot4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (min-width: 540px) {
  .col-sm-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 720px) {
  .col-md-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 960px) {
  .col-lg-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1140px) {
  .col-xl-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1410px;
    position: relative;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    transform: translateX(20px);
  }
  80% {
    transform: translateX(-5px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    transform: translateX(20px);
  }
  80% {
    transform: translateX(-5px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    transform: translateX(-20px);
  }
  80% {
    transform: translateX(5px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    transform: translateX(-20px);
  }
  80% {
    transform: translateX(5px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes moveUp {
  0% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes moveUp {
  0% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeBgColor {
  0% {
    background: none;
  }
  70% {
    background: none;
  }
  100% {
    background: #464646;
  }
}
@keyframes fadeBgColor {
  0% {
    background: none;
  }
  70% {
    background: none;
  }
  100% {
    background: #464646;
  }
}
@-webkit-keyframes image-cover {
  0% {
    height: 40%;
  }
  100% {
    height: 0%;
  }
}
@keyframes image-cover {
  0% {
    height: 40%;
  }
  100% {
    height: 0%;
  }
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.show-item {
  -webkit-animation: fade-in 1s ease;
  animation: fade-in 1s ease;
}

.bottom-in-hide {
  transition: all ease 0.5s;
  transform: translateY(65px);
  opacity: 0;
}

.from-bottom {
  transition: all ease 0.5s;
  transform: translateY(0);
  opacity: 1;
}

.left-in-hide {
  transition: all ease 3s;
  transform: translateX(-150px);
  opacity: 0;
}

.from-left {
  transition: all ease 3s;
  transform: translateX(0);
  opacity: 1;
}

.right-in-hide {
  transition: all ease 3s;
  transform: translateX(150px);
  opacity: 0;
}

.from-right {
  transition: all ease 3s;
  transform: translateX(0);
  opacity: 1;
}

@-webkit-keyframes h1anim {
  from {
    background-position: 150% center;
  }
  to {
    background-position: 0 center;
  }
}

@keyframes h1anim {
  from {
    background-position: 150% center;
  }
  to {
    background-position: 0 center;
  }
}

@-webkit-keyframes swing-top-fwd {
  0%, 25% {
    transform: translate(0, 18px);
    transform-origin: top;
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    transform-origin: top;
    opacity: 1;
  }
}

@keyframes swing-top-fwd {
  0%, 25% {
    transform: translate(0, 18px);
    transform-origin: top;
    opacity: 0;
  }
  to {
    transform: translate(0, 0);
    transform-origin: top;
    opacity: 1;
  }
}

.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}


@-webkit-keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInBottom {
  -webkit-animation-name: fadeInBottom;
  animation-name: fadeInBottom;
}


.main-landing{
  background-color: #6f85be;
  padding: 100px 0;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 20% 100%;
	background-size: cover;

  height: calc(100vh - 208px);
}

h1{

  color: #050449;
  font-size: 55px     
  line-height: 50px;
}

h4{

  color: #021c69;
  font-size: 43px;
  line-height: 50px;
}
h3{
  color: #021c69;
  font-size: 30px;
  font-weight: 600;
  margin: 30px 0;
}
@media screen and (max-width: 1399px) {
 .main-landing h1{

   margin-top: -60px;
 }
}

@media screen and (max-width: 1199px) {
 h1{

  font-size: 45px;
  line-height: 40px;
}
}

.main-landing .container{
  height: 100%;
  position: relative;
}


.school-features{

  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 50px;
/*  z-index: 2;*/

}

@media screen and (max-width:991px) {
  .school-features{

    position: static;
    width: 100%;
    margin-bottom: 50px;

  }
}

.counters{
  display: flex;
  list-style: none;
  margin: 25px 0;
  padding: 0;
}
@media screen and (max-width:991px) {
  .counters {   
    justify-content: center;
    position: absolute;
    top: -225px;
    left: 0;
    width: 100%;
  }
}



.counters li{
  width: 144px;
  margin: 0 10px;
  height: 144px;
  border-radius: 50%;
  text-align: center;
  background: rgb(255,255,255);
  align-items: center;
  display: flex;
  text-align: center;
  justify-content: center;
  background: linear-gradient(180deg, rgba(255,255,255,1) 17%, rgba(213,222,247,1) 100%);
  -webkit-box-shadow: 10px 10px 3px -6px rgba(0,0,0,0.4);
  -moz-box-shadow: 10px 10px 3px -6px rgba(0,0,0,0.4);
  box-shadow: 10px 10px 3px -6px rgba(0,0,0,0.4);
}
@media screen and (max-width: 1199px) {
  .counters li{
    width: 104px;

    height: 104px;
  }
}
@media screen and (max-width:767px) {
  .counters li{  
    margin: 0 2px;
  }
}
.counters li span{
  font-size: 33px;
  color: #021c69;
  line-height: 30px;
  text-align: left;
}
@media screen and (max-width: 1199px) {
  .counters li span {
    font-size: 22px;
    line-height: 27px;
    
  }
}

.counters li p{
  font-size: 17px;
  margin: 0;
  color: #021c69;
}
@media screen and (max-width: 1199px) {
  .counters li p{
    font-size: 14px;

  }
}
.counters li:last-child .count{
  position: relative;
  padding-right: 20px;

}
@media screen and (max-width: 1199px) {
  .counters li:last-child .count{
    position: relative;
    padding-right: 13px;

  }
}
.counters li:last-child .count:after{
  position: absolute;
  content: "K+";
  right: -8px;
  top: 50%;
  transform: translateY(-82%);
  font-size: 26px;
  color: #021c69;


}
.form-wrap{
  background-color: #ffffff;
  border-radius: 15px;
  display: block;
  padding: 25px;
  margin: 35px 0;
  -webkit-box-shadow: -11px 10px 3px -6px rgba(0,0,0,0.4);
  -moz-box-shadow: -11px 10px 3px -6px rgba(0,0,0,0.4);
  box-shadow: -11px 10px 3px -6px rgba(0,0,0,0.4);
}
.form-wrap .mb-4 {
  margin-bottom: 1rem!important;
}

@media screen and (max-width: 1399px) {
  .form-wrap{
    margin:   16px 0 0px;
  }

}


.form-wrap h3{
  font-size: 25px;
  color: #021c69;
  font-weight: 400;
  margin: 0 0 30px;
  max-width: 320px;
}
@media screen and (max-width:767px) {
  .form-wrap h3{
    font-size:18px;

  }
}

.btn-wrap{
  margin-bottom: 10px;
}
.form-wrap label{
 margin: 0;
}

.form-control{
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #1d398d;
  outline: none;
  font-size: 12px;
  color: #606060;
  padding: 0px 5px;
}
.form-control:focus {
  color: #606060;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
  border-bottom: 1px solid #1d398d;

}
.btn-submit {
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 15px;
  border-radius: 23px;
  transition: 0.5s;
  opacity: 1!important;
  color: #ffffff;
  background-color: #20387e;
  text-align: center;
  min-width: 160px;
  text-transform: capitalize;
  position: relative;
}
.landing-footer{
  background-color: #1d398d;
  padding: 50px 0;

  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
	pointer-events: none
}

.info-slider h2{
  color: #ffffff;
  font-size: 33px;
  margin: 0 0 15px;
  text-transform: inherit;
}
@media screen and (max-width:767px) {
  .info-slider h2{
    font-size: 28px;
  }

}
.info-slider p{
  color: #ffffff;
  font-size: 16px;
  margin: 0px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.school-list-wrap{
  background-image: url(../../assets/images/bg-slide.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  height: 100%;
  width: 100%;
  position: relative;

}
.school-list-wrap .container{
  height: 100%;
}
.school-list-wrap .container &gt; .row{
  height: 100%;
}
.align-cnt-mdle{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 70px 0;
}
.school-list-wrap p{
  color: #021c69;
  font-size: 16px;
  font-weight: 600;
}







#carousel {
  position: relative;
  height: 600px;
  top: 50%;
  transform: translateY(20%);
  overflow: hidden;
}
#carousel div {
  position: absolute;
  transition: transform 1s, left 1s, opacity 1s, z-index 0s;
  opacity: 1;
  cursor: pointer;
}
#carousel div img {
  width: 600px;
  transition: width 1s;
  border-radius: 25px;
}
#carousel div.hideLeft {
  left: 0%;
  opacity: 0;
  transform: translateY(50%) translateX(-50%);
}
#carousel div.hideLeft img {
  width: 400px;
}
#carousel div.hideRight {
  left: 100%;
  opacity: 0;
  transform: translateY(50%) translateX(-50%);
}
#carousel div.hideRight img {
  width: 400px;
}
#carousel div.prev {
  z-index: 5;
  left: 40%;
  transform: translateY(50px) translateX(-50%);
}
#carousel div.prev img {
  width: 500px;
}
#carousel div.prevLeftSecond {
  z-index: 4;
  left: 32%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0.7;
}
#carousel div.prevLeftSecond img {
  width: 400px;
}
#carousel div.selected {
  z-index: 10;
  left: 50%;
  transform: translateY(0px) translateX(-50%);
}
#carousel div.next {
  z-index: 5;
  left: 60%;
  transform: translateY(50px) translateX(-50%);
}
#carousel div.next img {
  width: 500px;
}
#carousel div.nextRightSecond {
  z-index: 4;
  left: 68%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0.7;
}
#carousel div.nextRightSecond img {
  width: 400px;
}

.buttons {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}

.social{
  display: block;
  text-align: center;
  margin: 0;
  list-style: none;
  padding: 0;
}

.social li{
  display: inline-block;
  margin: 0 5px;
  width: 40px;
}









/*new-carosel*/
.carousel {

  display: flex;
  width: 100%;
  margin: 0 auto;
}
.carousel .carousel-inner {
  position: relative;
  overflow: visible;
  margin: 0 auto;
  width: auto;
}
.carousel .carousel-inner &gt; .carousel-item {
  position: absolute;
  display: block;
  width: 100%;
  opacity: 0;
  z-index: 0;
  transition: all 0.4s ease-in-out;
}
.carousel .carousel-inner &gt; .carousel-item.active {
  position: relative;
  opacity: 1;
  z-index: 2;
}
.carousel .carousel-inner &gt; .carousel-item.active.right, .carousel .carousel-inner &gt; .carousel-item.next {
  transform-origin: center right;
  opacity: 0.75;
  transform: translate3d(4rem, 0, 0) scale(0.85);
  top: 0;
  z-index: 1;
}
.carousel .carousel-inner &gt; .carousel-item.active.left, .carousel .carousel-inner &gt; .carousel-item.prev {
  transform-origin: center left;
  opacity: 0.75;
  transform: translate3d(-4rem, 0, 0) scale(0.85);
  top: 0;
  z-index: 1;
}
.carousel .carousel-inner &gt; .carousel-item.overnext {
  transform-origin: center right;
  opacity: 0.25;
  transform: translate3d(8rem, 0, 0) scale(0.75);
  top: 0;
}
.carousel .carousel-inner &gt; .carousel-item.overprev {
  transform-origin: center left;
  opacity: 0.25;
  transform: translate3d(-8rem, 0, 0) scale(0.75);
  top: 0;
}
.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  width: 30%;
  background: transparent;
  z-index: 1;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: -120%/100% 100% no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}


.carousel-control-prev-icon {
  background-image: none; 
  left: 0;


}
.carousel-control-next-icon{
  background-image: none; 
  right: 0;
}
.carousel-control-prev-icon:before,
.carousel-control-next-icon:before{
  position: absolute;
  font-family: FontAwesome;
  top:0;
  color: #2c3676;  
  width: 50px;
  height: 50px;
  font-size: 55px;
  line-height: 48px;
}
.carousel-control-prev-icon:before{
  content: "\f104";
  left: 0px;

}
.carousel-control-next-icon:before{
  content: "\f105";
  right: 0px;
}

/*new-carosel*/

.carousel .carousel-inner &gt; .carousel-item figure{
  width:100%;
  position: relative;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.carousel .carousel-inner &gt; .carousel-item figure{
  width:100%;
  position: relative;
  height: 100%;
}
.more-link{
  background-color: #2c3676;
  padding: 5px 55px 5px 15px;
  position: absolute;
  bottom: 100px;
  left: 65px;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  transition: all 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.more-link:before{
 content: "\f105";
 font-family: FontAwesome;
 color: #fff;
 position: absolute;
 right: 25px;
 top: 5px;
 font-size: 18px;
}
.more-link:after{
 content: "\f105";
 font-family: FontAwesome;
 color: #fff;
 position: absolute;
 right: 15px;
 top: 5px;
 font-size: 18px;
}

.more-link:hover{
  background-color: #bd8a34;   
  color: #fff;
}
.wrap-list-slide{
  margin: 50px 0;
}




.landing-footer .item {
    display: flex;
    gap: 15px;
    text-align: center;
    justify-content: center;
	pointer-events: fill;
}

.d-block-lrg{
	display: flex;
}
.d-block-sml{
	display: none;
	opacity: 0;
}

@media screen and (max-width:991px) {
  .wrap-list-slide .container{
    width: 100%!important;
  }
  .carousel .carousel-control-prev,
  .carousel .carousel-control-next {
    width: 50px;
    background: transparent;
    z-index: 1;
  }
  .carousel-control-prev-icon {
    background-image: none; 
    left: -50px;


  }
  .carousel-control-next-icon{
    background-image: none; 
    right:-50px;
  }
  .carousel .carousel-inner &gt; .carousel-item.active.right, .carousel .carousel-inner &gt; .carousel-item.next {
    transform-origin: center right;
    opacity: 0.75;
    transform: translate3d(10px, 0, 0) scale(0.85);
    top: 0;
    z-index: 1;
  }
  .carousel .carousel-inner &gt; .carousel-item.active.left, .carousel .carousel-inner &gt; .carousel-item.prev {
    transform-origin: center left;
    opacity: 0.75;
    transform: translate3d(-10px, 0, 0) scale(0.85);
    top: 0;
    z-index: 1;
  }
  .carousel .carousel-inner &gt; .carousel-item.overnext {
    transform-origin: center right;
    opacity: 0.25;
    transform: translate3d(10px, 0, 0) scale(0.75);
    top: 0;
  }
  .carousel .carousel-inner &gt; .carousel-item.overprev {
    transform-origin: center left;
    opacity: 0.25;
    transform: translate3d(-20px, 0, 0) scale(0.75);
    top: 0;
  }
	

	.landing-footer .item {

    gap: 5px;
    text-align: center;
    justify-content: center;
	flex-wrap: wrap;
}
	.btn-more{
    font-size: 14px;
    padding: 5px 12px;

}
	.main-landing .container {

    text-align: center;
}
	.landing-footer {
  background-color: #1d398d;
  padding: 0px 0 50px;

  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
	  .main-landing{
    background-position: 30% 100%;
	    padding: 20px 0 50px;
  }
}


@media screen and (max-width: 1399px) {
 .main-landing h1{

   margin-top: -60px;
	 
 }
}


@media screen and (max-width: 1199px) {
 h1{

  font-size: 40px;
  line-height: 40px;
}
}
@media screen and (max-width: 767px) {
	
.d-block-lrg{
	display: none;

}
.d-block-sml{
	display:flex;
	opacity: 1;
}	
	
	.form-wrap {
    margin: 40px 0 0px;
}
  h1{
    font-size: 30px;
  }
	 .main-landing h1{

   font-size:19px;
	 
 }
  h3{
    font-size: 20px;
  }
  .school-list-wrap p{
    font-size: 14px;    
  }
  .carousel-control-prev-icon:before, .carousel-control-next-icon:before {
    font-size: 35px;
  }
  .more-link{
    padding: 2px 27px 2px 10px;
    bottom: 50px;
    left: 15px;
    font-size: 11px;
  }
  .more-link:before { 
    right: 17px;
    top: -2px;
    font-size: 16px;
}
  .more-link:after {    
    right: 10px;
    top: -2px;
    font-size: 16px;
}
h4 {
    font-size: 30px;
    line-height: 36px;
}
		.btn-more{
    font-size: 12px;
    padding: 5px 10px;

}
	  .main-landing{
  	background-image: url(../../assets/images/mobile-bg.jpg)!important;
    background-position:center;
	height: calc(100vh - 180px);
  }
	.navbar-brand{
		margin-right: 0px;
	}
	.navbar-brand img{
		max-width: 80%;
	}
	.main-landing .header-top{
		    margin-top: 1rem!important;
	}
	.btn-submit {
    font-size: 12px;
    padding: 3px 15px;
    min-width: 125px;

}
	.school-features {

    margin-bottom: 30px;
}
	.counters {

    top: 220px;

}
	.form-wrap {
    padding: 25px 10px;
}
		.form-wrap h1 {
   padding-left: 15px;
}
	.school-features .container{
		    padding-left: 30px;
    padding-right: 30px;
	}
}

@media screen and (max-width: 575px){
.btn-more {
    font-size: 12px;
    padding: 2px 7px;
}
}
@media screen and (max-width: 389px){
.main-landing {

    height: calc(100vh - 67px);
}
}</pre></body></html>