/* Font Family */
/* Scss Document */
/* Box Shadow */
/* Transition */
/* Transform Rotate */
/* Width Calc */
/*  Opacity Color */
/* Background Opacity Color */
/* Border Color */
/* Animation Key Frame */
/* translate3d */
/* translate */
/* Background Image */
/* text shadow */
html,
body {
  height: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

.head-color {
  color: #091F3F !important;
}

.text-color {
  color: #687B96 !important;
}

.primary-color {
  color: #118CF8 !important;
}

.font-12 {
  font-size: 12px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

p {
  font-family: "Roboto", sans-serif;
}

.cursor-pointer {
  cursor: pointer;
}

a {
  text-decoration: none;
}

#top {
  display: inline-block;
  background-color: #118CF8;
  width: 40px;
  height: 40px;
  color: white;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  cursor: pointer;
  text-decoration: none;
  line-height: 40px;
  font-size: 20px;
}
#top:hover {
  background: #077fe9;
}

#top.show {
  opacity: 1;
  visibility: visible;
}

.price-range-slider {
  width: 100%;
  padding-top: 50px;
  background-image: url("../images/slider-bg.svg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
}
.price-range-slider .range-bar {
  border: none;
  height: 0px;
  width: 100%;
}
.price-range-slider .range-bar .ui-slider-range {
  background: transparent;
}
.price-range-slider .range-bar .ui-slider-handle {
  border: none;
  border-radius: 25px;
  background: #fff;
  border: 4px solid #273B57;
  height: 14px;
  width: 14px;
  top: -0.52em;
  cursor: pointer;
}
.price-range-slider .range-bar .ui-slider-handle + span {
  background: white;
}

.range-nos p {
  margin: 0;
  color: #687B96;
}

/*--- /.price-range-slider ---*/
/* Hide the element until it has finished upgrading to a Custom Element */
read-more:not(:defined) {
  visibility: hidden;
}

/* Ensure the element is visible in no-js environments */
.no-js read-more:not(:defined) {
  visibility: visible;
}

read-more p {
  font: inherit;
  line-height: inherit;
}

read-more button {
  all: unset;
  color: var(--color-primary);
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  display: block;
  margin-top: 10px;
  color: #118CF8;
  text-decoration: none;
}
read-more button i {
  margin-left: 8px;
}

read-more button:focus,
read-more button:hover {
  text-decoration: none;
}

#myModal .btn-close {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 30px;
  height: 30px;
  background-color: #091F3F;
  border: 1px solid #757575;
  border-radius: 50%;
  opacity: 1;
  z-index: 1;
}
@media (max-width: 575.5px) {
  #myModal .btn-close {
    right: -5px;
    top: -20px;
  }
}

ul.social-media {
  padding: 0;
  margin-top: 20px;
}
ul.social-media li {
  list-style-type: none;
  display: inline-block;
  margin-right: 10px;
}
ul.social-media li a {
  text-decoration: none;
  background: #F8921C;
  color: #fff;
  border-radius: 100px;
  padding: 10px 10px;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
}
ul.social-media li a:hover {
  background: #d37a14;
}

.get-start-btn {
  background: #fff;
  padding: 10px 15px;
  color: #219EBC;
  text-decoration: none;
  border-radius: 9.88002px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  width: 150px;
  margin-right: 10px;
  justify-content: space-between;
}
.get-start-btn:hover {
  background: #077fe9;
  color: white;
}

.brows-list-btn {
  background: transparent;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  border-radius: 9.88002px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  width: 150px;
  justify-content: space-between;
  border: 1px solid #fff;
}
.brows-list-btn:hover {
  background: #fff;
  color: #219EBC;
}

.submit-btn {
  padding: 10px 25px;
  justify-content: center;
  align-items: center;
  background: #F8921C;
  margin-top: 30px;
  color: #fff;
}
.submit-btn:hover {
  background: #cf740c;
  color: #fff;
}

header {
  background: #F7F7FF;
}
header.header-animation {
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
}
header .top-header {
  background: #F8921A;
  padding: 12px 0;
  border: 0;
  border-radius: 0;
  margin: 0;
}
header .top-header p {
  color: white;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  margin: 0;
}
header .top-header p a {
  color: #118CF8;
  text-decoration: underline;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
header .top-header p a:hover {
  color: #077fe9;
}
@media (max-width: 545px) {
  header .top-header p {
    max-width: calc(100% - 50px);
    text-align: left;
  }
}
header .top-header .btn-close {
  background: transparent;
  color: white;
  padding: 5px 15px;
  font-size: 20px;
  opacity: 1;
  box-shadow: none;
  height: auto;
  width: auto;
}
header .header-wrapper {
  background: #FFFFFF;
}
@media (max-width: 592px) {
  header .header-wrapper {
    margin-top: 0;
  }
}

footer {
  background: url(../images/footer-bg.png) center no-repeat;
  background-size: cover;
  padding: 50px 0 0 0;
  min-height: 300px;
}
footer .footer-bg {
  border-radius: 50px 50px 0 0;
  background: rgba(29, 29, 29, 0.05);
  backdrop-filter: blur(51.6304359436px);
  min-height: 300px;
  padding: 30px;
}
footer .footer-bg .logo-footer {
  width: 212px;
  background: #fff;
  border-radius: 30px;
  padding: 15px 25PX;
}
footer .footer-bg .logo-footer img {
  max-height: 100px;
}
footer .footer-right h4 {
  color: #fff;
  font-weight: 700;
}
footer .footer-right p {
  color: #fff;
}
footer .footer-right .form-control {
  height: 50px;
}
footer .footer-right .subscribe-btn {
  background: #cf740c;
  color: #fff;
  padding: 14px 30px;
}

html {
  scroll-behavior: smooth;
}

.banner {
  padding: 60px 0;
  background: url(../images/banner-image.png);
  position: relative;
  background-size: cover;
}
.banner::after {
  background: rgba(29, 29, 29, 0.05);
  backdrop-filter: blur(50px);
  content: "";
  position: absolute;
  width: 87%;
  height: 500px;
  bottom: 0;
}
@media (max-width: 767px) {
  .banner::after {
    width: 100%;
  }
}
.banner .banner-title {
  position: relative;
  z-index: 999;
}
.banner .row {
  min-height: 500px;
}
.banner h1 {
  font-size: 40px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
  max-width: 500px;
}
@media (max-width: 592px) {
  .banner h1 {
    font-size: 25px;
    font-weight: 700;
  }
}
.banner p {
  color: #fff;
  max-width: 520px;
  margin-bottom: 30px;
  font-size: 20px;
}

.section-about {
  background: #FAF9FB;
  padding: 60px 0;
}
.section-about h2 {
  font-size: 40px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 592px) {
  .section-about h2 {
    font-size: 25px;
    font-weight: 700;
  }
}
.section-about h5 {
  color: #1E6083;
  font-weight: 700;
}
.section-about p {
  color: #6F6F6F;
  max-width: 700px;
  margin-bottom: 30px;
  font-size: 20px;
}

.section-highlights {
  background: linear-gradient(143deg, #212121 8.05%, #000 51.04%, #181A1B 100%);
  padding: 80px 0;
  color: #fff;
}
.section-highlights h2 {
  font-size: 40px;
}
.section-highlights .highlight-border {
  border-bottom: 3px solid #fff;
  padding-bottom: 20px;
}
.section-highlights .highlight-box {
  margin-bottom: 25px;
}
.section-highlights .highlight-box:hover p {
  color: #fff;
}
.section-highlights .highlight-box img {
  max-height: 60px;
}
.section-highlights .highlight-box p {
  font-size: 25px;
  color: #F8921A;
}

.section-expertise {
  background: #FAF9FB;
  padding: 60px 0;
}
.section-expertise h2 {
  font-size: 40px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 592px) {
  .section-expertise h2 {
    font-size: 25px;
    font-weight: 700;
  }
}
.section-expertise h5 {
  color: #1E6083;
  font-weight: 700;
}
.section-expertise p {
  color: #6F6F6F;
  font-size: 20px;
}
.section-expertise .overlay-title-left {
  min-width: 280px;
  background: #FDF6EC;
  font-size: 40px;
  font-weight: 700;
  color: #1E6083;
  position: absolute;
  bottom: 50px;
  left: -30px;
  padding: 15px 15px 15px 30px;
}
.section-expertise .overlay-title-right {
  min-width: 280px;
  background: #FDF6EC;
  font-size: 40px;
  font-weight: 700;
  color: #1E6083;
  position: absolute;
  bottom: 50px;
  right: -30px;
  padding: 15px 30px 15px 15px;
}

.course-box {
  background: #FFFFFF;
  box-shadow: 0px 24.7px 64.2201px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 20px;
}
.course-box i {
  font-size: 25px;
  color: #FF863E;
}
.course-box h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 18px;
}
@media (max-width: 592px) {
  .course-box h4 {
    font-size: 16px;
    font-weight: 600;
  }
}
.course-box p {
  font-size: 13px;
  margin: 0;
}
.course-box .course-content {
  width: 70%;
}
.course-box .icon-box {
  width: 75px;
  height: 75px;
  background: linear-gradient(124.05deg, #FCD546 3.97%, #FF843E 86.6%);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-joinus {
  background: #fff;
  padding: 60px 0;
}
.section-joinus h2 {
  font-size: 40px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 592px) {
  .section-joinus h2 {
    font-size: 25px;
    font-weight: 700;
  }
}
.section-joinus h5 {
  color: #4643D3;
  font-size: 25px;
  font-weight: 600;
}
.section-joinus p {
  color: #687B96;
  text-align: center;
}
.section-joinus .tab {
  padding: 0;
  max-width: 400px;
  width: 100%;
}
@media (max-width: 768px) {
  .section-joinus .tab {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.section-joinus .tab .course-box {
  margin-bottom: 10px;
  background: #FDF6EC;
  color: #F8921C;
  font-weight: 700;
  font-size: 40px;
  border: 5px solid transparent;
}
.section-joinus .tab .course-box p {
  text-align: left;
}
.section-joinus .tab .course-box h4 {
  font-size: 30px;
}
.section-joinus .tab .course-box.active {
  background: #fff;
  position: relative;
  border: 5px solid #94E8FC;
}
.section-joinus .tab .course-box.active h4 {
  color: #1E6083 !important;
}
.section-joinus input.form-control {
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 0 0;
  border-radius: 0;
}
.section-joinus input.form-control:focus {
  box-shadow: none;
}
.section-joinus label {
  color: #000D16;
  font-size: 17px;
}
.section-joinus .file-upload {
  display: none;
}
.section-joinus .upload-button {
  display: block;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #ccc;
  color: #666;
  text-align: left;
  padding: 0;
  font-size: 14px;
  cursor: pointer;
}

.section-faq {
  background: linear-gradient(143deg, #212121 8.05%, #000 51.04%, #181A1B 100%);
  padding: 60px 0;
}
.section-faq h2 {
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 592px) {
  .section-faq h2 {
    font-size: 25px;
    font-weight: 700;
  }
}
.section-faq img {
  max-width: 150px;
}
.section-faq h5 {
  color: #1E6083;
  font-weight: 700;
}
.section-faq p {
  color: #fff;
  font-size: 16px;
}
.section-faq .faq-box {
  border-radius: 20px;
  background: rgba(29, 29, 29, 0.05);
  box-shadow: 0px 3.3573188782px 10.0719566345px 0px rgba(255, 255, 255, 0.4) inset, 0px -33.5731925964px 33.5731925964px 0px rgba(29, 29, 29, 0.2) inset, 0px -3.3573188782px 3.3573188782px 0px rgba(255, 255, 255, 0.4) inset, 0px 16.7865962982px 33.5731925964px 0px rgba(255, 255, 255, 0.25) inset, 0px 0.8393297195px 1.6786594391px 0px rgba(255, 255, 255, 0.8) inset, 0px 3.3573188782px 16.7865962982px 0px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(16.7865962982px);
  padding: 20px;
  margin-left: 30px;
  position: relative;
  z-index: 9;
  margin-bottom: 20px;
}
.section-faq .faq-box p {
  font-size: 20px;
  margin-bottom: 0;
}

.question-icon {
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  left: -8px;
  top: 0;
}

.section-blog {
  background: #F7F7F7;
  padding: 60px 0;
}
.section-blog h2 {
  font-size: 40px;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}
@media (max-width: 592px) {
  .section-blog h2 {
    font-size: 25px;
    font-weight: 700;
  }
}
.section-blog h5 {
  color: #1E6083;
  font-weight: 700;
}
.section-blog p {
  color: #6F6F6F;
  font-size: 20px;
}
.section-blog h3 {
  font-size: 30px;
}
.section-blog .customNavigation {
  position: absolute;
  bottom: 0;
}

/*# sourceMappingURL=style.css.map */
