body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #484848;
}
a {
  color: #21A6D6;
}

.carousel-item {
    height: 100%;
    min-height: 620px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -1;
  }


  /* Nav */
.nav-xbootstrap {
    display: block;
    margin-bottom: 15px 0;
    background: none;
    margin-top: 10px;
    display: flex;
    align-items: center;
    
  }
  .iconsize {
      font-size: 12px; 
      top: 2px; 
      left: 3px;
  }
  
  .nav-xbootstrap ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
  }
  
  .nav-xbootstrap li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    position: relative;
    color: #def1f0;
  }
  
  .nav-xbootstrap li a {
    padding: 10px 20px;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    outline: 0;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
  }
  
  .nav-xbootstrap li:hover ul.dropdown { 
      display: block; 
  }
  
  .nav-xbootstrap li ul.dropdown {
    position: absolute;
    display: none;
    width: 200px;
    background: #293870;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    padding-top: 0;
    border-radius: 10px;
  }
  
  .nav-xbootstrap li ul.dropdown li {
    display: block;
    list-style-type: none;
    text-align: left;
    /* border-bottom: solid 1px #494a4d; */
  }
  .nav-xbootstrap li ul.dropdown li:last-child {
    border-bottom: 0;
  }
  .nav-xbootstrap li:hover ul.dropdown a {
    color: #fff !important;
  }
  .nav-xbootstrap li:hover ul.dropdown a:hover {
    background: #21A6D6;
  }
  
  .nav-xbootstrap li ul.dropdown li a {
    padding: 10px 20px;
    color: #fff;
    display: block;
    font-weight: 400;
  }
  
  .nav-xbootstrap li ul.dropdown li:last-child a { border-bottom: none; }
  
  .nav-xbootstrap li:hover a {
    /* background: #0FC615; */
    color: #21A6D6 !important;
  }
  
  /* .nav-xbootstrap li:first-child:hover a { border-radius: 3px 0 0 3px; }
  
  .nav-xbootstrap li ul.dropdown li:hover a { background: rgba(0,0,0, .1); }
  
  .nav-xbootstrap li ul.dropdown li:first-child:hover a { border-radius: 0; }
  
  .nav-xbootstrap li:hover .arrow-down { border-top: 5px solid #fff; } */
  
  .arrow-down {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #def1f0;
    position: relative;
    top: 15px;
    right: -5px;
    content: '';
  }
  .title-mobile, .nav-bg-xbootstrap {
    display: none;
  }
   @media only screen and (max-width:900px) {

    .logo {
        margin-top: 45px;
    }
  
  .nav-xbootstrap {
    background: #21a6d6;
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    left: -100%;
    top: 0px;
    -webkit-transition: left 0.25s ease;
    -moz-transition: left 0.25s ease;
    -ms-transition: left 0.25s ease;
    -o-transition: left 0.25s ease;
    transition: left 0.25s ease;
    margin: 0;
    border: 0;
    border-radius: 0;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    z-index: 99;
  }
  .title-mobile {
    position: fixed;
    display: block;
      top: 10px;
      font-size: 20px;
      left: 100px;
      right: 100px;
      text-align: center;
      color: #FFF;
  }
  .nav-xbootstrap.visible {
    left: 0px;
    -webkit-transition: left 0.25s ease;
    -moz-transition: left 0.25s ease;
    -ms-transition: left 0.25s ease;
    -o-transition: left 0.25s ease;
    transition: left 0.25s ease;
  }
  
  .nav-bg-xbootstrap {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 50px;
    margin: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    /* background: #0FC615;
    padding: 12px 0 0 10px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); */
  }
  
  .navbar-xbootstrap {
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    width: 50px;
    cursor: pointer;
    margin: 0;
      position: absolute;
      top: 11px;
      right: 15px;
      padding: 12px 11px;
      background: #21A6D6;
      z-index: 100;
      border-radius: 50%;
  }
  
  .navbar-xbootstrap span {
    height: 2px;
    background: #fff;
    margin: 5px;
    display: block;
    width: 20px;
  }
  
  .navbar-xbootstrap span:nth-child(2) { width: 20px; }
  
  .navbar-xbootstrap span:nth-child(3) { width: 20px; }
  
  .nav-xbootstrap ul { padding-top: 50px; }
  
  .nav-xbootstrap li { display: block; }
  
  .nav-xbootstrap li a {
    display: block;
    color: #fff;
    font-weight: 600;
    margin-bottom: 1rem;
    border-bottom: 1px solid #21A6D6;
    border-radius: 0;
  }
  
  .nav-xbootstrap li:first-child:hover a { border-radius: 0; }
  
  .nav-xbootstrap li ul.dropdown { position: relative; }
  
  .nav-xbootstrap li ul.dropdown li a {
    background: #0FC615 !important;
    border-bottom: none;
    color: #fff !important;
  }
  
  .nav-xbootstrap li:hover a {
    background: #0FC615;
    color: #fff !important;
  }
  
  .nav-xbootstrap li ul.dropdown li:hover a {
    background: rgba(0,0,0,.1) !important;
    color: #fff !important;
  }
  
  .nav-xbootstrap li ul.dropdown li a { padding: 10px 10px 10px 30px; }
  
  .nav-xbootstrap li:hover .arrow-down { border-top: 5px solid #fff; }
  
  .arrow-down {
    border-top: 5px solid #505050;
    position: absolute;
    top: 20px;
    right: 10px;
  }
  
  .cover-bg {
    background: rgba(0,0,0,0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
   @media only screen and (max-width:1199px) {
  
  .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  }
   }



  header {
    background: none;
    color: #fff;
    position: fixed;
    width: 100%;
    z-index: 99;
  }
  header nav {
    -webkit-transition: 0.4s;
    transition: 0.4s;
    top: 0;
    display: flex;
    justify-content: space-between;
  }
  header nav.sticky {
    color: #212121;
    background: #fff;
    background: #293870;
  }
  header nav.sticky a {
    color: #fff;
    font-weight: 400;
  }
  header nav.sticky h2 {
    color: #212121;
  }
  header nav h2 {
    margin: 0;
  }
  header nav a {
    color: #fff;
    text-decoration: none;
  }
  header .nav {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    padding: .5rem 0;
  }
  header .content {
    padding: 10rem 0;
  }
  header .sticky .nav {
      padding: 5px 0;
  }
  header .sticky .nav .navbar-brand {
    display: none;
}
header .nav .navbar-brand.sm-logo {
    display: none;
}
header .sticky .nav .navbar-brand.sm-logo {
    display: block;
    max-width: 100px;
}
.carousel-caption {
  bottom: auto;
  top: 130px;
}
.banner-caption {
  margin: 5rem 0 3rem;
}

.ban-search {
  max-width: 950px;
  margin: auto;
  background: rgba(255,255,255,.2);
  border-radius: .5rem;
  padding: .4rem;
  margin: 2.5rem auto;
}
.ban-search .input-group {
  border: solid 10px #fff;
  border-radius: .5rem;
  background: #fff;
}
.ban-search .form-control {
  padding: .5rem;
  height: auto;
  border: 0;
  border-right: solid 1px #DED9D9;
  border-radius: 0;
  margin-right: 1px;
}

.ban-search .input-group > .input-group-append > .btn {
  border-radius: .5rem;
  margin-left: 10px;
}

.banner-caption h1 {
  font-weight: 800;
  font-size: 3rem;
  max-width: 700px;
  margin: auto;
  margin-bottom: .5rem;
}
.grey-text {
  color: #C2C2C2;
}
.btn-blue {
  background: #293870;
  color: #fff;
  border-radius: .5rem;
  border: 0;
  padding: 0 1.8rem;
}
.sections {
  margin: 5rem 0;
}
.rMore {
  text-align: center;
  margin-top: 2rem;
}
.page-title {
  font-weight: 700;
  color: #2E2E2E;
  text-align: center;
  margin-bottom: 2.5rem;
}
.page-title span {
  display: block;
  font-weight: 400;
  font-size: 1rem;
  color: #9C9C9C;
}
#testimonial-slider {
  max-width: 760px;
  margin: auto;
  /* text-align: center; */
}
.testim-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin: 10px auto;
}
.tname {
  font-weight: 600;
}
.tname span {
  color: #9C9C9C;
  font-weight: 400;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #21A6D6;
}

.stats-container {
  background: url('../images/students-group.jpg') no-repeat;
  background-attachment: fixed;
  background-size: cover;
  padding: 4rem 0;
  position: relative;
  color: #fff;
  text-align: center;
}
.stats-container::before {
  content: "";
  background: rgba(0,0,0,.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.stats-container ul {
  margin: 0;
  padding: 0;
}
.stats-container ul li {
  display: inline-block;
  list-style: none;
  margin: 1rem;
  width: 20%;
  border-right: solid 1px #737373;
}
.stats-container ul li:last-child {
  border-right: none;
}
.stats-container h2 {
  font-weight: 600;
}
.stats-container img {
  margin-bottom: 1rem;
  max-width: 60px;
  max-height: 60px;
}
.stats-container p {
  margin-bottom: 0;
}

.course-box {
  background:#293870;
  border-radius: 15px;  
  margin: 0 .85rem;
  background-size: cover;
  height: 400px;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.course-box:before {
  content: '';
  background: rgba(40, 55, 112, 0.6);
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.course-text {
  padding: 2rem 0;
  position: relative;
  height: 100%;
  font-size: 14px;
  width: 80%;
  margin: auto;
}
.course-box h4 {
  font-weight: 600;
  font-size: 20px;
}
.course-text .courses-bx {
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  width: 100%;
}
.course-text ul {
  margin: 0;
  padding: 0;
}
.course-text ul li {
  list-style: none;
}
.course-text ul li a {
  color: #fff;
}
.course-text ul li a:hover {
  color: #21A6D6;
  text-decoration: none;
}
.course-text .vmore {
  text-align: right;
  margin-top: 15px;
}
.course-text .vmore a {
  color: #fff;
  text-decoration: none;
}
.grey-bg {
  background: #F9F9F9;
  padding: 5rem 0;
}
.cta {
  padding: 4rem 0;
  text-align: center;
}
.cta h5 {
  font-weight: 600;
  color: #293870;
}
.cta a {
  font-size: 1.2rem;
  font-weight: 600;
}

footer {
  border-top: 1px solid #e1e1e1;
  padding: 1rem 0;
  font-size: 14px;
  text-align: center;
}
.foot-menu {
  margin: 0;
  padding: 0;
  text-align: center;
}
.foot-menu li {
  display: inline-block;
  margin: 5px 1.5rem;
  font-size: 16px;
}
.foot-menu li a {
  color: #484848;
  text-decoration: none;
}
.foot-menu li a:hover {
  color: #21A6D6;
}
.copy-text {
  color: #B0B0B0;
  margin-top: .85rem;
}
.copy-text a {
  color: #B0B0B0;
  text-decoration: none;
}
.copy-text a:hover {
  color: #21A6D6;
}

/* social icons */
.social-icons {
	width: 100%;
	text-align: center;
}
.social-icons ul {
	margin: 0 0 10px 0;
}
.social-icons li {
	display: inline-block;
	margin: 0 .5rem;
}
.social-icons .fab {
  padding: 17px 18px;
  font-size: 16px;
  width: 50px;
	height: 50px;
	border-radius: 50%;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.social-icons .fab:hover {
    opacity: 0.7;
}

.fa-facebook-f {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}


.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
	background: linear-gradient( #400080, transparent), 
 linear-gradient( 
   200deg, #d047d1, #ff0000,    #ffff00);
  color: white;
}

.owl-dots {
  text-align: center;
  margin-top: 1rem;
}

/* search top */
nav .search-btn {
  background: #293870;
  border-color: #293870;
  border-radius: 50%;
  height: 45px;
  width: 45px;
}
.close-btn { 
  position: relative; 
  z-index: 9999;
}
.search-area { 
  position: fixed; 
  display: none; 
  content: ''; 
  top:0; 
  left:0;  
  background: #293870; 
  width:100%; 
  height:100%; 
  z-index: 999;
  background:rgba(40, 55, 112, 0.96);
}
.form-btn { 
  margin-top: 40%; 
}
.form-btn input { 
  height:60px; 
  background: transparent; 
  font-size: 28px; 
  color: #fff; 
} 
.form-btn input:focus { 
  background: transparent; 
  outline: none; 
  box-shadow: none; 
  border-color:#ced4da; 
  color: #fff;
}
.form-btn .form-control { 
  border-right:none !important;
}
.border-bottom { 
  border: none; 
  border-bottom: solid 1px #ced4da; 
  border-radius: 0px;
}
.form-btn input::placeholder { 
  color: #fff; 
  font-weight: normal;
}
.form-btn i { 
  font-size: 30px;
}
.lblue-text {
  color: #9aaad9 !important;
}

@media only screen and (max-width: 900px) {
  .banner-caption h1 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 468px) { 
  body {
    font-size: 14px;
  }
  .navbar-brand {
    max-width: 150px;
  }
  .carousel-caption {
    right: 6%;
    left: 6%;
  }
  .banner-caption {
    margin: 2rem 0 1rem;
  }
  .banner-caption h1 {
    font-size: 1.4rem;
  }
  .banner-caption h5 {
    font-size: 14px;
  }
  .banner-caption p {
    font-size: 12px;
  }
  .ban-search {
    margin: 1rem 0;
    background: transparent;
  }
  .ban-search .input-group  {
    display: block;
    background: transparent;
    border: 0;
  }
  .ban-search .form-control {
    width: 100%;
    margin-bottom: 10px;
    border: solid 1px #828282 !important;
    font-size: 14px;
    border-radius: 10px ;
    background: rgba(255,255,255,.4);
    color: #fff;
  }
  .input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-radius: 10px;
  }
  .ban-search .input-group-append {
    justify-content: center;
  }
  .btn-blue {
    padding: .5rem 1rem;
    margin-left: 0 !important;
  }
  .carousel-control-prev, .carousel-control-next {
    display: none;
  }
  .page-title {
    font-size: 1.4rem;
  }
  .page-title span {
    font-size: 14px;
    margin-top: .5rem;
  }
  .grey-bg {
    padding: 4rem 0;
  }
  .sections {
    margin: 4rem 0;
  }
  .foot-menu li {
    font-size: 14px;
  }
.stats-container {
  padding: 2.5rem 1.5rem;
}
  .stats-container ul li {
    display: inline-block;
    list-style: none;
    margin: 1rem 0;
    width: 100%;
    border-bottom: solid 1px #737373;
    border-right: 0;
  }
  .stats-container ul li:last-child {
    border-bottom: 0;
  }
  .stats-container img {
    max-width: 40px;
    max-height: 40px;
    display: inline-block;
    margin-bottom: 0;
    margin-right: 15px;
  }
  .stats-container h2 {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: bottom;
    line-height: 1.5rem;
  }
  .stats-container p {
    margin: 1rem 0 .1rem;
  }

  /* placeholder */
html  .ban-search .form-control::-webkit-input-placeholder { color:white; }
html  .ban-search .form-control:-moz-placeholder { color:white; }
html  .ban-search .form-control::-moz-placeholder { color:white; }
html  .ban-search .form-control:-ms-input-placeholder { color:white; }
.ban-search option {
  background-color: #293870 !important;
  border-radius: 10px;
}
.search-area .form-btn input {
  font-size: 14px;
}
.search-area .input-group .form-control {
  border-radius: 0 !important;
}

}

/* inner pages */
.inner-header {
  /* position: relative; */
  top: 0;
}
.inner-header .navbar-brand {
  max-width: 150px;
}
.inner-banner {
  background:#293870;
  margin: 0;
  background-size: cover;
  background-attachment: fixed;
  height: 300px;
  position: relative;
  overflow: hidden;
  color: #fff;
  margin-top: 109px;
  display: flex;
  align-items: center;
}
.inner-banner:before {
  content: '';
  background: rgba(40, 55, 112, 0.7);
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.inner-banner .inBanner-text {
    max-width: 600px;
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 1;
}
.inner-banner .inBanner-text h2 {
  line-height: 2.5rem;
  font-size: 1.5rem;
}

.inner-header .nav-xbootstrap li a {
  color: #484848;
}
.inner-header .sticky .nav-xbootstrap li a {
  color: #fff;
}
.blue-text {
  color: #21A6D6;
}
.content-area {
  margin: 2rem 0;
}
.filter-btns {
  text-align: right;
}
.btn-lblue {
  padding: .5rem 2rem;
  font-size: 14px;
  background: #21A6D6;
  border: solid 1px #21A6D6;
  border-radius: .5rem;
  letter-spacing: .05rem;
  border: 0;
}
.btn-lblue:hover {
  background: #157DA3;
  border: solid 1px #157DA3;
  border: 0;
}
.btn i {
  margin-right: 5px;
}
.btn-dblue {
  padding: .5rem 2rem;
  font-size: 14px;
  background: #293870;
  border: solid 1px #293870;
  border-radius: .5rem;
  letter-spacing: .05rem;
  border: 0;
} 
.btn-dblue:hover {
  background: #444856;
  border: solid 1px #444856;
  border: 0;
}
.btn-lgrey {
  padding: .5rem 2rem;
  font-size: 14px;
  background: #f0f0f0;
  border: solid 1px #f0f0f0;
  border-radius: .5rem;
  letter-spacing: .05rem;
  border: 0;
  color: #484848;
}
.fullwidth {
  width: 90%;
  margin: 2rem auto;
}

/* course single box */
.courses {
  margin: 2rem 0;
  padding: 0;
  font-size: 0px;
  display: flex;
  flex-wrap: wrap;
}
.courses li {
  display: inline-block;
  width: 24%;
  margin: .5%;
}
.course-single {
  background: #fff;
  box-shadow: 0 0 10px #e1e1e1;
  border-radius: .8rem;
  position: relative;
  padding: 1rem;
  text-align: center;
  font-size: 14px;
}
.course-single .cimage {
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.course-single .cimage img {
  /* max-width: 200px; */
  max-height: 170px;
}
.course-single .ctitle {
  text-align: center;
  margin: .5rem;
  height: 60px;
  border-bottom: solid 1px #D9D9D9;
}
.course-single .ctitle h4 {
  font-weight: 600;
  font-size: 1.1rem;
}
.course-single .clink {
  margin: 1rem 0 .5rem;
}
.country-bx {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #F5F5F5;
  border-radius: .5rem;
  padding: 5px 8px;
  font-size: 14px;
  line-height: 14px;
  display: flex;
  align-items: center;
}
.country-bx img.flag {
  width: 22px;
  margin-right: 5px;
}
.mt-7px {
  margin-top: 7px;
}
.form-control {
  border: solid 1px #d6d4d4;
  font-size: 14px;
}
.listBtn {
  margin: 0;
  padding: 0;
}
.listBtn li {
  display: inline-block;
  /* padding: 8px 12px; */
  margin-right: 6px; 
  width: 32%;
}
.listBtn li a {
  padding: 8px 12px;
  background: #ebebeb;
  border-radius: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  color: #484848;
  text-decoration: none;
  margin-bottom: 10px;
  border: solid 1px #d6d4d4;
}
.listBtn li a:hover {
  background: #21a6d6;
  color: #fff;
  border: solid 1px #21A6D6;
}
.filter-btns .dropdown-item {
  font-size: 14px;
}
.filter-bg {
  background:#f0f0f0;
  padding: 1rem;
  border-radius: 1rem;
  font-size: 14px;
  margin-bottom: 1rem;
}
.form-heading {
  font-weight: 600;
}
.filter-modal .modal-header {
  border-bottom: 0;
}
.filter-modal .modal-title {
  font-weight: 600;
}
.filter-modal .modal-content {
  padding: 1rem;
  border-radius: 1rem;
}
/* horizontal listing */
.horizontal-listing {
  margin: 2rem 0;
  padding: 0;
}
.horizontal-listing li {
  display: block;
  list-style: none;
  margin: 1rem 0;
}
.course-horizontal {
  border-radius: 1rem;
  box-shadow: 0px 0px 18px #e1e1e1;
  padding: 2rem 1rem;
}
.clisting {
  margin: 0;
  padding: 0;
}
.clisting li {
  list-style: none;
  display: inline-block;
  width: 30%;
  margin: 3px 1%;
  font-size: 14px;
}
.course-heading {
  font-weight: 600;
}
.inner-header2 {
  position: relative !important;
}
.inner-header2 .nav-xbootstrap li a {
  color: #484848;
}
.inner-header2 .navbar-brand {
  max-width: 150px;
}

.univHome {
  margin-top: 0;
}
.univHome ul.nav-pills {
  top: 150px;
  position: fixed;
}
.h-500 {
  height: 1000px;
}
.univ-dots {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 99;
}
.univHome .nav-name {
  display: none;
}
.univHome .univ-dots nav-pills:hover {
  display: block;
}
.univHome .univ-dots .nav-pills .nav-link {
  background-color:#f2f2f2;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 0;
  border: solid 1px #e1e1e1;
  margin-bottom: 1rem;
}
.univHome .univ-dots .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background: #21a6d6;
}

.univHome .img-box {
  width: 100%;
  overflow: hidden;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  height: 100vh;
  background-size: cover;
}
.overview-top {
  max-width: 1000px;
  text-align: center;
  margin: 5rem auto;
}
.heading {
  font-weight: 600;
  color: #333;
  margin-bottom: 1.5rem;
}
.heading span {
  font-weight: 400;
  font-size: 1rem;
  display: block;
}
.overview-btm {
  width: 100%;
  margin: auto;
  padding: 3rem 0;
}
.overview-btm ul {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}
.overview-btm ul li {
  display: inline-block;
  width: 48%;
  border-right: solid 1px #e1e1e1;
  margin-right: 1.5rem;

}
.overview-btm ul li:last-child {
  border-right: none;
  margin-right: 0;
}
.overview-btm h3 {
  color: #293870;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.stwo1 {
  width: 50%;
}
.stwo1 h5 {
  font-weight: 600;
  font-size: 1.1rem;
}
.univContent {
  max-width: 90%;
  margin: 5rem 0;
  line-height: 2rem;
}
.enqFrm {
  margin: 5rem 0;
}
.enqFrm .form-control {
  height: calc(2.8rem + 2px);
  padding: .5rem .75rem;
  border: solid 1px #D4D4D4;
  border-radius: .8rem;
  margin-bottom: 1.5rem;
}
.enqFrm .grey-bg {
  border-radius: 1rem;
  padding: 1rem 0;
}
.univGal {
  position: relative;
}
.univGal .galThumb {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  width: 100%;
  background: 
  rgba(0,0,0,.5);
  border: 0;
  padding: 1rem;
}
.univGal #slider ul.slides li img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.univLogo {
  height: 80px;
  /* position: fixed; */
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  background: rgba(41,56,112,1);
  left: 0;
  padding: 0px 60px;
  z-index: 99;
}
.uniName {
  display: flex;
}
.uLogo {
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 0rem;
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: .5rem;
  padding: 2px 10px;
  /* position: absolute; */
  bottom: 5px;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
}
.uLogName {
  color: #fff;
  /* margin-left: 110px; */
  margin-top: 20px;
  margin-left: 10px;
}
.uLogName h4 {
  font-weight: 600;
}
.cont-univ {
  text-align: right;
  margin-top: 20px;
}
#univBnner video {
  display: block;
  width: 100%;
}
.service h5 {
  font-weight: 600;
  color: #333;
  margin: 2rem 0 .5rem;
}
.contactDet {
  border-right: solid 1px #f2f2f2;

}
.contactDet h5 {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: .2rem;
  color: #21a6d6;
}
.contactDet i {
  color: #fff;
  background: #21a6d6;
  font-size: 14px;
  margin-right: .5rem;
  width: 30px;
  height: 30px;
  padding: .5rem;
  border-radius: 50%;
  text-align: center;
}
/* .contactDet p {
  margin-left: 48px;
} */
.contact-banner {
  background:#293870;
  margin: 0;
  height: 400px;
  position: relative;
  overflow: hidden;
  color: #fff;
  margin-top: 109px;
  display: flex;
  align-items: center;
}
.text-grey {
  color: #939393;
}
.contactForm {
  padding-left: 2rem;
}
.contactForm .form-group {
  margin-bottom: 1.5rem;
}
.StdyDestinations {
  margin: 0;
  padding: 0;
  text-align: center;
}
.StdyDestinations li {
  display: inline-block;
  font-size: 0;
  width: 23%;
  margin: .8%;
  cursor: pointer;
}
.sLoc-single {
  width: 100%;
  height: 100px;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  color: #fff;
  overflow: hidden;
}
.sLoc-single::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(40, 55, 112, 0.5);
}
.sLoc-single h4 {
  z-index: 10;
  font-size: 1.2rem;
  margin-bottom: 0;
}
.sdestination-banner {
    background:#293870;
    margin: 0;
    background-size: cover;
    height: 400px;
    position: relative;
    overflow: hidden;
    color: #fff;
    margin-top: 109px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sdestination-banner:before {
  content: '';
  background: rgba(40, 55, 112, 0.7);
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.banner-heading {
  color: #fff;
  font-weight: 600;
  font-size: 2.5rem !important;
  text-align: center;
  position: relative;
}
.inBanner-container {
  position: relative;
}
.course-list {
  text-align: left;
  background: #fff;
  box-shadow: 0 0 10px #e1e1e1;
  border-radius: .8rem;
  position: relative;
  padding: 1rem;
  font-size: 14px;
  margin-bottom: 1rem;
}
.medium-title {
  font-size: 18px;
  font-weight: 600;
  color: #484848;
}
.course-det {
  margin: 1rem 0;
  padding: 0;
}
.course-det li {
  display: block;
  width: 100%;
  margin-bottom: .5rem;
  font-size: 14px;
}
.course-det i {
  width: 30px;
  color: #a0a0a0;
}
.masonry a {
  text-decoration: none;
  color: inherit;
}

.sticky-container{
  /*background-color: #333;*/
  padding: 0px;
  margin: 0px;
  position: fixed;
  right: -119px;
  top:45%;
  width: 200px;
  z-index: 100;

}

.sticky-icons li{
  list-style-type: none;
  background-color: #293870;
  color: #efefef;
  height: 43px;
  padding: 0px;
  margin: 0px 0px 2px 0px;
  -webkit-transition:all 0.25s ease-in-out;
  -moz-transition:all 0.25s ease-in-out;
  -o-transition:all 0.25s ease-in-out;
  transition:all 0.25s ease-in-out;
  cursor: pointer;
  /* filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
              filter: gray; 
              -webkit-filter: grayscale(100%);  */
  border-radius: .75rem;

}

.sticky-icons li:hover{
  margin-left: -115px;
  /*-webkit-transform: translateX(-115px);
  -moz-transform: translateX(-115px);
  -o-transform: translateX(-115px);
  -ms-transform: translateX(-115px);
  transform:translateX(-115px);*/
  /*background-color: #8e44ad;*/
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
              -webkit-filter: grayscale(0%);
}

.sticky-icons li i{
  float: left;
  margin: 5px 5px;
  margin-right: 10px;
  padding: 5px 7px;
  font-size: 18px;

}

.sticky-icons li p{
  padding: 0px;
  margin: 0px;
  /* text-transform: uppercase; */
  line-height: 43px;

}
.whatsApp {
  background-color: #25D366 !important ;
}
.mailBg {
  background-color: #21a6d6 !important;
}
.modal-style {
  font-size: 14px;
}
.modal-style .modal-title {
  font-weight: 600;
  color: #333;
}
.modal-style .modal-header {
  border: 0;
}
.modal-style label {
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 0;
}

/* course details */
.courseDetail-banner {
  background:#293870;
  margin: 0;
  background-size: cover;
  height: 300px;
  position: relative;
  overflow: hidden;
  color: #fff;
  margin-top: 109px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.courseDetail-banner:before {
content: '';
background: rgba(40, 55, 112, 0.7);
top: 0;
position: absolute;
width: 100%;
height: 100%;
}
.univ-logo {
  max-width: 110px;
  max-height: 110px;
  overflow: hidden;
  background: rgba(255,255,255,1);
  border-radius: .5rem;
  margin: 0 auto 1rem;
  position: relative;
  text-align: center;
}
.univ-logo img {
  max-width: 100px;
  max-height: 100px;
  margin: auto;
}
.univName {
  display: block;
  color: #21A6D6;
  font-size: 1.2rem;
}
.bordered {
  border: solid 1px #f2f2f2;
  border-radius: 1rem;
  padding: 1rem;
  text-align: center;
  font-size: 14px;
}
.price2 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
.price2 span {
  font-size: 24px;
  color: #333;
  font-weight: 600;
}
.feature {
  text-align: left;
  margin-top: 0rem;
}
.sub-head {
  color: #333;
  font-weight: 600;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.feature ul {
  margin: 0;
  padding: 0;
}
.feature ul li {
  list-style: none;
  margin-bottom: 1rem;
  border-bottom: 1px solid #f2f2f2;
  font-size: 14px;
  color: #787878;
  display: flex;
}
.feature ul li span {
  color: #333;
  text-align: right;
  margin-left: auto;
  font-weight: 600;
}
.feature ul li:last-child {
  border:0
}
.courseQual li {
  margin-bottom: 1rem;
}
.apply-btn {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  width: 100%;
}

/* univ logo fix */
.project-bx {
  max-width: 200px;
  height: 120px;
  overflow: hidden;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  background: #fff;
  align-items: center;
}
.project-bx img {
  max-width: 100%;
  max-height: 120px;
}


@media only screen and (max-width: 768px) {
  .courses li {
    width: 48%;
    margin: 1%;
  }
  .filter-modal .modal-dialog {
    max-width: 740px;
  }
  .clisting li {
    width: 47%;
  }
  #univOverview {
    padding: 1rem;
  }
  .overview-btm ul {
    padding: 0 1rem;
  }
  .overview-btm ul li {
    width: 100%;
    border-right: 0;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .StdyDestinations li {
    display: inline-block;
    font-size: 0;
    width: 23%;
    margin: .5%;
  }

}
@media only screen and (max-width: 460px) {
  .inner-banner {
    height: 200px;
  }
  .content-area {
    margin-top: 1rem;
  }
  .horizontal-listing {
    margin: 2rem 0;
  }
  .courses li {
    width: 100%;
    margin: 2% 0;
  }
  .filter-btns {
    text-align: center;
    margin-top: 1rem;
  }
  .help-choose {
    text-align: center;
  }
  .listBtn li {
    width: 100%;
  }
  .clisting li {
    display: block;
  }
  .course-heading {
    margin-top: 1rem;
  }
  .cta {
    padding: 2rem 0;
  }
  .form-check-inline {
    margin-bottom: .5rem;
  }
  .univLogo {
    background: #fff;
    height: auto;
    padding: 0 15px;
    position: relative;
  }
  .uniName {
    display: block;
  }
  .uLogo {
    margin: auto;
    box-shadow: none;
    border-radius: 0;
  }
  .uLogName {
    color: #484848;
    text-align: center;
  }
  .cont-univ {
    text-align: center;
  }
  #univOverview {
    padding: 1rem;
  }
  .overview-btm ul {
    padding: 0 1rem;
  }
  .overview-btm ul li {
    width: 100%;
    border-right: 0;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .univContent {
    width: 90%;
    text-align: center;
    margin: 20px auto;
}
.univ-dots {
  display: none;
}
.contactForm {
  padding-left: 15px;
  margin-top: 3rem;
  text-align: center;
}
.StdyDestinations li {
  display: inline-block;
  font-size: 0;
  width: 100%;
  margin: .5rem 0;
}
}
@media only screen and (min-width: 1450px) {
 .courses > li {
   width: 19%;
   margin: .5%;
 }
}

