@charset "UTF-8";
/* CSS Document */

body,
html {
  width: 100%;
  height: 100%;
 font-family: 'Nunito', sans-serif;
}

hr.divider {
  max-width: 3.25rem;
  border-width: 0.2rem;
  border-color: #f4623a;
}

hr.light {
  border-color: #fff;
}

.btn-xl {
  /*padding: 1.25rem 2.25rem; */
  padding:1.0rem 2.0rem;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 10rem;
}

.page-section {
  padding: 8rem 0;
}

#mainNav {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  background-color: #fff;
  transition: background-color 0.2s ease;
}
#mainNav .navbar-brand {
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  color: #212529;
}
#mainNav .navbar-nav .nav-item .nav-link {
  color: #212529;
  font-family: 'Nunito', sans-serif;
  font-weight: 700;
  font-size: 1.1em;
  padding: 0.75rem 0;
}
#mainNav .navbar-nav .nav-item .nav-link:hover, #mainNav .navbar-nav .nav-item .nav-link:active {
  color: #462b7d;
}
#mainNav .navbar-nav .nav-item .nav-link.active {
  color:#462b7d;
}
@media (min-width: 992px) {
  #mainNav {
    box-shadow: none;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-brand:hover {
    color: #fff;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    color: #212529;
    padding: 0 1rem;
  }
  #mainNav .navbar-nav .nav-item .nav-link:hover {
    color:#462b7d;
  }
  #mainNav .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
  }
  #mainNav.navbar-scrolled {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }
  #mainNav.navbar-scrolled .navbar-brand {
    color: #212529;
  }
  #mainNav.navbar-scrolled .navbar-brand:hover {
    color: #f4623a;
  }
  #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link {
    color: #212529;
  }
  #mainNav.navbar-scrolled .navbar-nav .nav-item .nav-link:hover {
    color: #f4623a;
  }
}

header.masthead {
  padding-top: 6rem;
  padding-bottom:0;
  background:url("../images/bg-pattern.jpg") repeat;
  background-position: center;
  background-attachment: scroll;
  background-size:auto;
}
header.masthead h1 {
  font-size: 2.25rem;
  font-family: 'Nunito', sans-serif;
  font-weight: 1000;
}
.btn-common {
    background: #04BF74;
    border-radius: 0;
    color: #fff;
    padding: 14px 0;
}
.btn-request {
    background: #FFA000;
}
.fee-btn {
    background-image: linear-gradient(227deg, #FFE329 0%, #FFD21D 17%, #FFC312 94%);
    box-shadow: 0 2px 7px 2px rgba(255,195,18,0.62);
    color: #000;
    font-weight: 700;
    font-size: 16px;
}
#admission h2 {
    font-size: 3em;
    font-weight: 800;
    margin-bottom: 20px;
    color: #4B0089;
}
#features p.card-title {
    color: #490386;
    font-size: 1em;
    font-weight: 800;
}

#form-view .card-header {
    background: #430883;
    color: #fff;
}
#form-view .card-header h6{
    font-size: 2em;
    font-weight: 800;
}
.form-control, select.custom-select {
    background: #F5F5F5;
    height: 50px;
    border-radius: 3.25rem;
}
button.btn.submit-btn {
    background-image: linear-gradient(227deg, #FFE329 0%, #FFD21D 17%, #FFC312 94%);
    box-shadow: 0 2px 7px 2px rgba(255,195,18,0.62);
    border-radius: 40px;
    font-size: 1.2em;
    font-weight: 700;
    padding: 10px 30px;
}
.title-text {
  font-size: 2em;
  font-weight: 800;
  color: #505050;
}
.bg-blue{ background:#E5F3FE;}

.accordion .card-header h2 button {
    color: #505050;
    font-weight: 800;
}
.rounded-cm {
    border-radius: 1em;
}
#review h5.card-title {
    font-size: 1.4em;
    font-weight: 700;
    margin-top: .6em;
}
#no-limit p.card-title, #sports p.card-title {
    color: #490486;
}
.modal-header {
    background: #673AB7;
    color: #fff;
    font-weight: 800;
}

header.masthead.all-cover {
  padding-top: 10rem;
  padding-bottom: 3em;
  background: url(..//images/all-cover.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.img-circle {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.text-blue{color:#4B0089;}

.upload-cv label {
  background: #F0F0F0;
  border: 0;
  height: 3em;
  line-height: 35px;
}
.upload-cv .custom-file-input:lang(en)~.custom-file-label::after {
  content: "Browse";
  background: #4B0089;
  color: #fff;
  height: 3em;
  border-radius: 8px;
  line-height: 2.3;
}

/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
#admission h2 {font-size: 2em;}
header.masthead { padding-top: 6rem;padding-bottom: 0;text-align: center;}
header.masthead.all-cover {padding-top: 8rem;}
header.masthead h1 { font-size: 1.3rem;}
.title-text {font-size: 2em;}
#features p.card-title {font-size: 1em;}
.ft-logo { width: 56%;}
.features-list .card .card-body img { width: 55px;}
.title-text {font-size: 1.4em;}
#no-limit p.card-title, #sports p.card-title {font-size: 1em;}
#no-limit .icon img, #sports .icon img { width: 60px;}
#form-view .card-header h6 {font-size: 1.3em;}
.accordion .card-header h2 button {font-size: 14px;}
h1.sub-title {font-size: 1.4em;}
.card-text {font-size: 1.2em;}
.educators p {font-size: 1.1em;}
.submit-cv h4, .submit-cv p, .submit-cv h5 {font-size: 1em;}

}
.banner-image-player img{ height: 235px; border:1px solid #FFC312; border-radius:5%; }
.video-player .gallery-play{content:url(/../../assets/images/icons/play-circle.svg);border-radius:100%;background-color: #2196F3; color:#1fc1e0;font-size:30px;height:70px;left:50%;line-height:70px;position:absolute;text-align:center;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:70px;z-index:9;}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) { 

}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
  .banner-image-player img{ height: 410px;  border:1px solid #FFC312; border-radius:5%;  }  
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) { 

header.masthead {
    height: 70vh;
    min-height: 40rem;
    padding-top: 2.5rem;
    padding-bottom: 0;
  }
  header.masthead p {
    font-size: 1.15rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
  .banner-image-player img{ height: 410px; border:1px solid #FFC312; border-radius:5%;  }
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    
 header.masthead h1 {
   font-size: 2.4rem;
  }

  .banner-image-player img{ height: 390px; width: 640px; border:1px solid #FFC312; border-radius:5%;  }

}

form label.error{
  display: block;
    color: #dc4e41;
}
form input.error, form select.error{
  color: #dc4e41;border: 1px solid #dc4e41;
}

blockquote.powered_by {
    font-size: 25px;
    line-height: 1.6;
    border-left: 2px #c8543b solid;
    color: #333;
    font-family: georgia,garamond,serif;
    padding: 0 0 0 40px;
    position: relative;
    margin: 55px 0 55px 12px;
}
blockquote.powered_by:before {
    content: '';
    background: url(assets/images/favicon/favicon-32x32.png) 50% 50%/48% 48% no-repeat;
    display: block;
    height: 48px;
    left: -24px;
    margin: -24px 0 0;
    position: absolute;
    top: 50%;
    width: 48px;
}
@media (min-width: 992px)
blockquote.powered_by {
    padding-left: 60px;
}

ul.no-list-style{list-style: none;}
.pull-right{float: right}

.footer-follow-us-on ul.follow-us li a  {color:#FFFFFF;}
.footer-follow-us-on ul.follow-us li:after  {
    right: 0;
    top: 6px;
    content: "";
    height: 15px;
    border-right: 1px solid #00c4e4;
    padding-right:10px;
}
.footer-follow-us-on ul.follow-us li:last-child:after {
  display: none
}

/* Wrapper that hosts the video and the overlay */
  .video-player {
    position: relative;
    overflow: hidden;
  }

  /* Overlay fills the parent and sits on top of the video */
  .click-to-play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .poster-image {
    position: absolute;
    z-index: 1;
  }

  .poster-image img {
    object-fit: cover;
  }

  .video-title {
    position: absolute;
    z-index: 2;

    /* Align to the top left */
    top: 0;
    left: 0;

    font-size: 1.3em;
    background-color: rgba(0,0,0,0.8);
    color: #fafafa;
    padding: 0.5rem;
    margin: 0px;
  }

  .play-icon {
    position: absolute;
    z-index: 2;

    width: 100px;
    height: 100px;

    background-image: url(../../assets/images/play-icon.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;

    /* Align to the middle */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    cursor: pointer;
    opacity: 0.9;
  }

  .play-icon:hover, .play-icon:focus {
    opacity: 1;
  }

.prepbg {
  padding-top: 10rem;
  padding-bottom:0;
  background:url("../images/Background.jpg") repeat;
  background-position: center;
  background-attachment: scroll;
  background-size:auto;
}

label.showMorebtn { font-weight:700; font-size:1em; border:0px; color: #17a2b8; cursor:grab;border: 1px solid transparent;    font-size: 1rem;    line-height: 1.5;    border-radius: 0.25rem;}
label.showMorebtn.bg-light:hover { background-color: #f8f9fa!important; }
label.showMorebtn.bg-white:hover { background-color: #FFFFFF!important; }
.cursor-pointer {
  cursor: pointer;
}

.gallery-item .caption-box{position:absolute;left:0;bottom:0;width:100%;padding:26px 18px 15px 30px;background-image:url(/assets/images/icons/caption-bg-2.png);background-repeat:no-repeat;background-position:top;background-size:cover;-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%);transform:translateY(100%);-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}
.gallery-item .caption-box{-webkit-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);-moz-transform:translateY(0);transform:translateY(0);}
.gallery-item .caption-box .title{position:relative;float:left;}
.gallery-item .caption-box .title h3{position:relative;font-size:22px;line-height:1.2em;color:#fff;}
.gallery-item .caption-box .icon-box{position:relative;float:right;}
.gallery-item .caption-box .icon-box .link{position:relative;display:inline-block;height:50px;width:50px;background-color:rgba(0,0,0,.1);color:#fff;font-size:16px;text-align:center;line-height:50px;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;border-radius:50%;}
.bdr_1_FFC312_5radx{border: 1px solid #FFC312 !important;border-radius: 5%;}
.img_border_yellow{border: 1px solid #FFC312;}
.rating-num {
  font-size: 32px;
  margin-right: 11px;
  color: #9aa0a6;
  white-space: nowrap;
  vertical-align: middle;
}

.lead_from_webpage .form-control, .lead_from_webpage select.custom-select {height: 28px;}
