/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #444;
  font-family: 'hp-simplified-regular';
}

a {
  color: #007bff;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #0b6bd3;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: hp-simplified-regular;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}



@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Home Section
--------------------------------------------------------------*/

.home {
  width: 100%;
  position: relative;
  background: url("../img/home-bg.png") center bottom no-repeat !important;
  background-size: cover;
  padding: 120px 0 100px 0;
}
.banner-panel{
    
}
.banner-panel video{
    padding-top:30px;
}
[controlid=pnlHeader]{
    /*background:url(../img/home/slider1.jpg);
    background-repeat:no-repeat;
    background-position:center;*/
    height:600px;
    overflow-y:hidden;
}
.carousel-caption{
    bottom:100px !important;
    background: #00000070;
}
.carousel-caption > h3{
    font-size:64px;
    color:white;
    font-weight:bold;
    font-family: 'hp-simplified-regular';
}
/*--------------------------------------------------------------
# Award Section
--------------------------------------------------------------*/

#wrapper { 
  width: 920px; 
  height: auto; 
  margin: 0 auto;
} 
#home1 { 
  width: 47.5%; 
  height: 300px; 
  float: left; 
  margin-right: 5%;
} 

#home2 { 
  width: 47.5%; 
  height: 300px; 
  float: left; 
}

.clear{
  clear: both;
}

@media (max-width:767px) {
  #wrapper{
      width: 100%;
      height: auto;
  }
  #home1 {
      width: 100%;
      height: auto;
      float: none;
  }
  #home2 {
      width: 100%;
      height: auto;
      float: none;
  }
}
/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  position: relative;
  background: url("../img/intro-bg.png") center bottom no-repeat;
  background-size: cover;
  padding: 120px 0 100px 0;
}

#intro .intro-img {
  width: 50%;
  float: right;
}

#intro .intro-info {
  width: 50%;
  float: left;
}

.intro-img img{
    width:75%;
    float:right;
}
#intro .intro-info h2 {
  color: var(--font-primary-color);
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
}

#intro .intro-info h4 {
    color: white;
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 1px;
}


#intro .intro-info h2 span {
  color: var(--font-primary-color);
  text-decoration: underline;
}

#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color: #fff;
}

#intro .intro-info .btn-get-started {
  background: var(--font-primary-color);
  border: 2px solid var(--font-primary-color);
  color: #fff;
}

#intro .intro-info .btn-get-started:hover {
  background: none;
  border-color: #fff;
  color: #fff;
}

#intro .intro-info .btn-services {
  border: 2px solid #fff;
}

#intro .intro-info .btn-services:hover {
  background: var(--font-primary-color);
  border-color: var(--font-primary-color);
  color: #fff;
}


/* About Us Section
--------------------------------*/

#about {
  background: #fff;
  padding: 0px 0;
}

#about .about-container .background {
  margin: 20px 0;
}

#about .about-container .content {
  background: #fff;
}

#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

#about .about-container p {
  line-height: 26px;
  color:var(--font-primary-color);
  font-size: 16px;
  font-weight:500;
  letter-spacing: 1px;
  font-family: 'hp-simplified-regular';
}

#about .about-container p:last-child {
  margin-bottom: 0;
}

#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #007bff;
  transition: all 0.3s ease-in-out;
}

#about .about-container .icon-box .icon i {
  color: #007bff;
  font-size: 24px;
}

#about .about-container .icon-box:hover .icon {
  background: #007bff;
}

#about .about-container .icon-box:hover .icon i {
  color: #fff;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}

#about .about-container .icon-box .title a {
  color: #283d50;
}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}

#about .about-extra {
  padding-top: 60px;
}

#about .about-extra h4 {
  font-weight: 600;
  font-size: 24px;
}

/* Services Section
--------------------------------*/

#services {
  padding: 60px 0 40px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#services .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
}

#services .box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#services .icon {
  position: absolute;
  left: -10px;
  top: calc(50% - 32px);
}

#services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color:var(--font-primary-color);
}

#services .box:hover .title a {
  color:var(--font-secondary-color);
}

#services .description {
  font-size: 16px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}
.points {
  font-size: 16px;
  line-height: 24px;
}
#why-us{
    background:#f9f9f9;
}


.date-card{
    border-right:1px solid white;
}
.date-card > h5{
    font-size:var(--font-size1);
    color:var(--theme-color1);
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.date-card > h6{
    font-size:var(--font-size2);
    color:var(--font-primary-color);
    margin-top: 0px;
    padding-top: 0px;
    letter-spacing: 1px;
    font-weight: bold;
}
.date-program-card > p{
    float: left !important;
    font-size: var(--font-size3) !important;
    font-weight: 600 !important;
    color: var(--theme-color3) !important;
    letter-spacing: 1px !important;
    padding-bottom: 0px;
    margin-bottom: 5px;
    text-align:left;
    padding-left:0px;
}
.date-program-card > h5{
    color: var(--theme-color5) !important;
    font-size: var(--font-size4) !important;
    font-weight: 500 !important;
    text-align:left;
}
.date-program-card > a{
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #ed0303 !important;
    letter-spacing: 1px !important;
    padding-bottom: 0px;
    margin-bottom: 5px;
    text-align:left;
    padding-left:0px;
}

/*--------------------------------------------------------------
# Featured
--------------------------------------------------------------*/
.featured {
  position: relative;
  z-index: 2;
  text-align:center;
  background: #ed6803de;
  padding-top: 50px;
  padding-bottom: 50px;
}

.featured .icon-box {
  padding: 40px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background: #fff;
  transition: all ease-in-out 0.3s;
}
.featured-container{
    margin-top:50px;
    text-align:center;
}

.featured .icon-box i {
  color: #e96b56;
  font-size: 42px;
  margin-bottom: 15px;
  display: block;
}

.featured .icon-box h3 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}

.featured .icon-box h3 a {
  color: #545454;
  transition: 0.3s;
  font-size:var(--font-size1);
}

.featured .icon-box p {
  color: #545454;
  line-height: 24px;
  font-size:var(--font-size3);
  margin-bottom: 0;
}

.featured .icon-box:hover {
  background: var(--theme-color1);
}

.featured .icon-box:hover i, .featured .icon-box:hover h3 a, .featured .icon-box:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 992px) {
  /*#testimonials .testimonial-item p {
    width: 80%;
  }*/
}

@media (max-width: 991px) {
  

  #intro {
    padding: 140px 0 60px 0;
  }

  #intro .intro-img {
    width: 80%;
    float: none;
    margin: 0 auto 25px auto;
  }

  #intro .intro-info {
    width: 80%;
    float: none;
    margin: auto;
    text-align: center;
  }
  .intro-img{
      text-align:center;
  }
  .intro-img img{
      width:100%;
  }
  [controlid=pnlHeader]{
      margin-top: 60px;
    height: auto;
  }
  .carousel-caption > h3 {
        font-size: 16px;
        letter-spacing:1px;
    }
  .carousel-caption{
        bottom:20px !important;
        background: #00000070;
    }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
  [controlid=pnlHeader]{
      margin-top: 60px;
    height: auto;
  }
  .carousel-caption > h3 {
        font-size: 16px;
        letter-spacing:1px;
    }
  .carousel-caption{
        bottom:20px !important;
        background: #00000070;
    }
}

@media (max-width: 767px) {
  #intro .intro-info {
    width: 100%;
  }

  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }
  .intro-img{
      text-align:center;
  }
  .intro-img img{
      width:100%;
  }

  .section-header p {
    width: 100%;
  }
  [controlid=pnlHeader]{
      margin-top: 60px;
    height: auto;
  }
  .carousel-caption > h3 {
        font-size: 16px;
        letter-spacing:1px;
    }
  .carousel-caption{
        bottom:20px !important;
        background: #00000070;
    }
}

@media (max-width: 574px) {
  #intro {
    padding: 100px 0 20px 0;
  }
  [controlid=pnlHeader]{
      margin-top: 60px;
    height: auto;
  }
  .carousel-caption > h3 {
        font-size: 16px;
        letter-spacing:1px;
    }
  .carousel-caption{
        bottom:20px !important;
        background: #00000070;
    }
}