@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

html {
  scroll-behavior: smooth;
}

body p,
body span {
  color: #666;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 23.8px !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;             
  color: #333;
  line-height: 29px;
} 
h2 {
  font-size: 29px;
  text-transform: capitalize;
}

/* Custom CSS */

.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.top-header {
  background: #2C406E;
  padding: 15px 0;
}
.top-header p {
  color: #fff;
  margin-bottom: 0;
}
.top-header a {
  color: #fff;
  display: inline-block;
}
.top-header a:hover {
  color: #fff;
}
.top-header .SolidButton {
  color: #fff;
  border: 2px solid #d34110;
  background-color: #ff6326;
  font-size: 16px;
}
.top-header .SolidButton:before {
  font-size: 12px;
}
.top-header .SolidButton:hover:before {
  right: 15px;
  opacity: 1;
}
.top-header .SolidButton:hover {
  border: none;
}
.top-banner {
  padding: 20px 0;
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-position: 100% 42%;
}
.top-banner h2,
.top-banner h1 {
  color: #fff;
  font-size: 27px!important;
  line-height: 1.2em!important;
  background-color: rgba(48,124,214,0.56);
  border-radius: 12px 12px 12px 12px;
  padding: 20px 30px;
}

.top-banner h2,
.section-title h2 {
  margin-bottom: 0;
  font-size: 29px;
  text-transform: capitalize;
}
.SolidButton{
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  border: 2px solid #d34110;
  background-color: #ff6326;
  font-size: 20px;
  font-weight: 500;
  padding: .5em 1em;
  line-height: 1.7em!important;
  border-radius: 3px;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  display: inline-block;
}
.SolidButton:before {
  position: absolute;
  content: '';
  right: 10%;
  font-family: "Font Awesome 5 Free"; font-weight: 700; content: "\f054";
  font-size: 17px;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.SolidButton:hover {
  padding: .5em 2em .5em .7em;
  border: 2px solid #d34110;
  background-color: #ff6326;
  text-decoration: none;
  color: #fff; 
}
.SolidButton:hover:before {
  right: 7%;
  opacity: 1;
}
img { 
  max-width: 100%; 
}
.align_center {
  text-align: center;
}
.img-with-border {
  border: 2px solid rgba(0,0,0,0.15);
  padding: 5px !important;
  background: #fff;
}
.grayImg { 
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: gray;
  -webkit-transition: all .6s ease;
}
.circle-img {
  border-radius: 50%;
}
.fade_rule {
    height: 3px;
    background-color: #01b301;
    width: 60%;
    margin: 0 auto;
    border-radius: 100%;
    background-image: linear-gradient(left, white 2%, #01b301 50%, white 98%);
    background-image: -o-linear-gradient(left, white 2%, #01b301 50%, white 98%);
    background-image: -moz-linear-gradient(left, white 2%, #01b301 50%, white 98%);
    background-image: -webkit-linear-gradient(left, white 2%, #01b301 50%, white 98%);
    background-image: -ms-linear-gradient(left, white 2%, #01b301 50%, white 98%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0.02, white), color-stop(0.5, #01b301), color-stop(0.98, white));
}

.registration .video-wrap,
.main-video,
.welcome-pages {
  padding: 70px 0;
}
.main-video .text-wrap p:last-child {
  margin-bottom: 0;
}
.bottom-videos {
  padding: 60px;
}

.welcome-pages .button-wrap {
  margin-top: 70px;
}
.welcome .text-wrap h2,
.days .text-wrap h2 {
  margin-bottom: 20px;
}
.days .text-wrap p {
  color: #666 !important;
  line-height: 23.8px !important;
}
.bottom-videos .section-title {
  margin-bottom: 50px;
}
.bottom-videos .img-wrap {
  margin: 20px 0;
}
.bottom-videos .row:last-child .img-wrap {
  margin-bottom: 0;
}
.registration .text-wrap ul {
  list-style: none;
  margin: 30px 0 0 0;
}
.registration .text-wrap ul li {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.registration .text-wrap ul li:last-child {
  margin-bottom: 0;
}
.registration .text-wrap ul li i {
  margin-right: 10px;
  padding-top: 3px;
}
.registration .text-wrap .button-wrap {
  margin-top: 50px !important;
}
.guides h3 {
  margin: 30px 0 20px;
  padding: 0 20px;
  font-size: 20px;
  line-height: 20px;
}
.guides .SolidButton {
  display: inline-block;
  margin-top: 50px;
}
.guides p {
  line-height: 23.8px !important;
  color: #666 !important;
}
.days .main-video .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
footer {
  background-color: #2c406e;
  padding: 15px 0;
}

footer p {
  color: #778;
  text-align: center;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 500;
}
footer p a {
  color: #99A;
  text-decoration:none;
}
footer p a:hover {
  color: #99A;
  text-decoration:none;
}

iframe { 
  border: none; 
  max-width: 100%; 
  margin: auto; 
}
.v-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 10% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 700px; /* Could be more or less, depending on screen size */
  max-width: 100%; 
}
.modal-content iframe {
  border: none; 
  width: 700px;
  min-height: 500px;
  max-width: 100%;
  height: auto;
}
.modal-content iframe body img { max-width: 418px; }
/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/* Mini Course CSS */
.bio {
  padding: 60px 0 70px;
}
.bio .section-title {
  margin-bottom: 60px;
}
.bio .text-wrap p:last-child {
  margin-bottom: 0;
}
.bio .button-wrap {
  margin-top: 30px;
}
.description .container {
  width: 900px;
}
.description {
  padding: 60px 0;
}
.description .section-title {
  margin-bottom: 60px;
}
.description .text-wrap p {
  font-size: 20px !important;
}
.description h3.h3 {
  margin-bottom: 30px;
}
.red {
  color: red !important;
  text-transform: uppercase !important;
  margin-bottom: 20px;
}
.fancybox-slide--iframe .fancybox-content {
    width  : 840px !important;
    height : 420px !important;
    margin: 0;
}
.fancybox-slide--iframe .fancybox-content {
  background: transparent !important;
}
.inner-img {
    float: left;
    width: 45%;
    margin: 0 30px 30px 0;
}
.video-wrap2 {
  padding: 20px 0 40px
}
.guides .button-wrap {
  margin-top: 30px;
}
#scheduler {
  margin-top: 40px;
}

/* END Mini Course CSS */

/* END Custom CSS */

@media (max-width: 991px) {
  .registration .video-wrap,
  .welcome-pages,
  .main-video,
  .welcome-pages .button-wrap {
    padding: 50px 0;
  }
  .registration .video-wrap {
    text-align: center;
  }
  .main-video .text-wrap,
  .registration .button-wrap {
    margin-top: 50px;
  }
  .welcome-pages {
    padding-bottom: 0;
  }
  .welcome-pages .button-wrap {
    margin-top: 0;
  }
  .days .text-wrap h2,
  .welcome .text-wrap h2 {
    margin-bottom: 30px;
  }
  .bottom-videos .section-title {
    margin-bottom: 30px;
  }
  .registration .video-wrap .text-wrap {
    margin-top: 40px;
  }
  .guides .col-md-12 {
    margin-bottom: 30px;
  }
  .guides .col-md-12:last-child {
    margin-bottom: 0;
  }
  .days .main-video .row {
    display: block;
  }
  .v-flex {
    display: block;
  }
  .top-header a {
    margin-top: 20px;
  }
  .days .main-video iframe {
    height: 39vh;
  }
  /* Mini Course CSS */
  .bio {
    padding: 40px 0 50px;
  }
  .bio .section-title {
    margin-bottom: 50px;
  }
  .bio .img-wrap {
    margin-bottom: 30px;
  }
  .bio .text-wrap {
    text-align: center;
  }
  .bottom-videos .section-title {
    margin-bottom: 30px;
  }
  .description {
    padding: 40px 0;
  }
  .description .section-title {
    margin-bottom: 40px;
  }
  ul li {
    text-align: left;
  }
  /* END Mini Course CSS */
}

@media (max-width: 991px) and (min-width: 768px) {
  .days .main-video .text-wrap {
    margin-top: 40px;
  }
  .days .main-video {
    padding-bottom: 50px;
  }
  .days .text-wrap h2 {
    margin-bottom: 30px;
  }
  .bottom-videos {
    padding: 40px 0 50px;
  }
}

@media (max-width: 767px) and (min-width: 415px) {
  .days .main-video iframe {
    height: 80vh;
  }
}

@media (max-width: 767px) {
  .days .main-video {
    padding: 50px 0 45px;
  }
  .days .main-video .text-wrap {
    margin-top: 40px;
  }
  .bottom-videos hr {
    display: none;
  }
  .bottom-videos .row:last-child .img-wrap {
    margin-bottom: 20px;
  }
  .bottom-videos .row:last-child .col-md-4:last-child .img-wrap {
    margin-bottom: 0;
  }
  .bottom-videos {
    padding: 40px 0 50px;
  }
  .registration h2 br {
    display: none;
  }
  .registration .text-wrap ul {
    padding-left: 0;
  }
  .registration .guides .button-wrap {
    margin-top: 30px;
  }
  /* Mini Course CSS */
  .description .container {
    width: auto;
  }
  .description .row {
    padding: 0 15px;
  }
  .inner-img {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  /* END Mini Course CSS */
}
@media (max-width: 414px) {
  .days .main-video iframe {
    height: 29vh;
  }
}
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1300px;
}
}