body {
  font-family: "Inter", sans-serif !important;
  font-size: 20px;
  font-weight: normal;
  color: #4f555a;
}

.title_text {
  font-size: 40px;
  font-weight: 900;
  color: #001524;
}

/* Header */
.header--padding {
  padding: 10px 0 15px;
}
.navbar--custom {
  padding: 0;
}
.navbar-brand_img {
  padding: 0;
  margin: 0;
}
header .navbar-brand {
  padding: 0;
}

header .navbar {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 38px;
  padding-right: 38px;
}

header .sidebar .btn {
  width: 80px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  border-color: #e83a44;
  font-size: 16px;
  font-weight: 700;
  color: #e83a44;
}
header .sidebar .btn:hover {
  color: #fff;
}

.nav-position {
  top: 0;
  left: 0;
  width: 100%;
}

.nav-scroll {
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: -1;
}
#nameCheapNav {
  display: none;
}

/* ================ Header navigation Part ==========================*/

.main-heading {
  position: relative;
  z-index: 100;
}
.mainHeader .btn {
  width: 80px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  border-color: #e83a44;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.scrollBg {
  background: url(../images/banner-background.svg) top left no-repeat;
  background-size: 100% auto;
}

.sidebar,
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
}

.sidebar {
  left: -100%;
  max-width: 300px;
  transition: all ease 0.25s;
  overflow-y: auto;
  z-index: 1032;
}
.overlay {
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  visibility: hidden;
  z-index: 1031;
}
.nav-relative {
  min-height: 90px;
}
.main-navigation.active .sidebar {
  left: 0;
}

.main-navigation.active .overlay {
  visibility: visible;
}

.btn_bgcolor {
  background-color: #fff;
  border-color: #e62072;
  color: #5e3c51;
}

.btn_bgcolor:hover,
.btn_bgcolor:focus {
  background-color: #e62072;
  color: #fff;
}

.main-navigation li a {
  color: #001524;
  font-size: 14px;
  padding-left: 0 !important;
  margin-right: 30px;
}
header .scrollcolor .sidebar .btn {
  color: #fff;
}

.scrollcolor li a {
  color: #fff;
}

@media (min-width: 992px) {
  .sidebar {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    flex-direction: row;
    max-width: 100%;
    transform: none;
    transition: none;
    overflow-y: visible;
    z-index: auto;
  }
}

@media only screen and (max-width: 992px) {
  header .navbar {
    padding-left: 8px;
    padding-right: 8px;
    background: url(../images/banner-background.svg) top left no-repeat;
    background-size: 100% auto;
  }
  .mrt {
    position: absolute;
    top: 19px;
    left: 20px;
    padding: 0;
  }

  .open-nav {
    width: 100%;
    top: 0;
    left: 0;
  }

  .mobile-t-nav {
    position: absolute;
    top: 8px;
    right: 36px;
  }

  .mainHeader .navbar-brand {
    padding-top: 0;
    margin-left: 60px;
  }

  .main-navigation li a {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0 !important;
    color: #b1b2be;
    border-bottom: 2px solid #707070;
    margin-right: 0;
  }

  .main-navigation .sidebar {
    padding: 15px 30px;
    width: 100%;
    max-width: 100%;
    top: 64px;
    bottom: 75px;
  }
  .navClose {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 19px;
    left: 20px;
    bottom: 0;
    text-align: center;
    line-height: 40px;
    z-index: 99999;
    cursor: pointer;
  }
  .navClose i {
    display: block;
    cursor: pointer;
    font-size: 22px;
    line-height: 40px;
  }
  .sidebar {
    border-top: none;
  }

  .main-navigation .sidebar ul {
    margin-left: 0 !important;
  }

  .main-navigation .sidebar ul li a {
    font-size: 32px;
    font-weight: 900;
    color: #b1b2be;
    text-align: center;
    text-decoration: none;
    border-bottom: none;
    padding: 0;
    margin-bottom: 50px;
  }

  .overlay {
    background: url(../images/banner-image.png) center no-repeat;
    background-size: 100% 100%;
  }

  .overlay::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 38, 53, 0.9);
  }

  .overlay .navbar-brand {
    margin-left: 80px;
  }
  .mobile-open-nav {
    width: 100%;
    margin-top: 20px;
    position: fixed;
    top: 0;
    left: 0;
  }
  .mobile-open-nav .btn {
    margin-right: 20px;
  }

  .nav-social {
    width: 100%;
    bottom: 42px;
  }

  .nav-social a {
    margin-right: 60px;
  }
  .nav-social a img {
    width: 32px;
    height: 32px;
  }
  .nav-social a:last-child {
    margin-right: 0;
  }
  .mainHeader .navbar-brand img {
    max-width: 98px !important;
  }
  .nav-relative {
    min-height: 80px;
  }
  #nameCheapNav {
    display: block;
  }
}

@media only screen and (max-height: 640px) {
  .main-navigation .sidebar ul li a {
    margin-bottom: 10px;
  }
}

/* ========== scroll section padding ========== */
.programs,
.about,
.partners,
.contact,
.nameCheap {
  padding-top: 120px;
}

/* ========== Header close ========== */
.banner {
  padding: 100px 0 90px;
  background: url(../images/bg-left.png) top left no-repeat;
  background-size: auto 100%;
}
.banner .banner--content {
  max-width: 523px;
  margin-right: -43px;
}

.banner .banner--content h4 {
  font-size: 24px;
  font-weight: 900;
  color: #74a7e9;
  margin-bottom: 35px;
}

.banner .banner--content h1 {
  font-size: 56px;
  font-weight: 900;
  color: #fff;
  line-height: 64px;
  margin-bottom: 35px;
}

.banner .banner--content p {
  font-size: 20px;
  color: #eff4fb;
  line-height: 30px;
  margin-bottom: 35px;
}

.banner .banner--content .btn {
  width: 135px;
  height: 64px;
  line-height: 64px;
  padding: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 6px;
  background-color: #e83a44;
}

.banner .carousel-indicators [data-bs-target] {
  background-color: #fff;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 1;
  margin-left: 10px;
  margin-right: 10px;
}

.banner .carousel-indicators .active {
  background-color: #e83a44;
  border: 3px solid #fff;
  margin-top: 7px;
}

.banner .banner--image {
  max-width: 740px;
}

/* ========== Banner close ========== */

/* ========== features ========== */
.features {
  padding-top: 138px;
  padding-bottom: 18px;
}

.features .title_text {
  margin-bottom: 50px;
}

.features .features--content {
  max-width: 300px;
  margin: 0 auto;
}

.features .features--content img {
  margin-bottom: 30px;
}
.features .features--content h3 {
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 10px;
  color: #001524;
}
.features .features--content p {
  font-size: 18px;
  color: #4f555a;
  line-height: 26px;
}

/* ========== features close ========== */

/* ========== Program ========== */
.programs .programs--box h2 {
  margin-bottom: 20px;
}
.programs .programs--box {
  background: url(../images/contact-us-bg.png) top left no-repeat;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 270px;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-top-right-radius: 80px;
}

.programs .programs_p {
  max-width: 786px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.programs .btn {
  width: 135px;
  height: 64px;
  padding: 0;
  line-height: 64px;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  background-color: #e83a44;
  border-radius: 6px;
}

.programs .program-sign {
  min-height: 160px;
  border-top-left-radius: 20px;
}
.programs .program--content {
  margin-top: 20px;
}

.programs .program--content h3 {
  font-size: 24px;
  font-weight: 900;
  color: #001524;
  margin-bottom: 10px;
  line-height: 24px;
}
.programs .program--content p {
  font-size: 18px;
  color: #4f555a;
  line-height: 26px;
}

.programs .program-sign img {
  max-width: 50px;
}
.bg-yellow {
  background-color: #ffd166;
}
.bg-blue {
  background-color: #7db2f6;
}
.bg-red {
  background: #e83a44;
}
.bg-grey {
  background: #EFF4FB;
}
.bg-deepblue {
  background: #2f6bba;
}

.programs .programs--boxes {
  margin-top: -193px;
}
.programs .programs-boxes-inner {
  margin-right: 40px;
  padding: 0 0 30px;
  border-top-left-radius: 40px;
  background-color: #fff;
  box-shadow: 0px 30px 50px -20px rgb(0 21 36 / 16%);
  width: 310px;
}
.programs .programs-header-holder {
  padding-top: 30px;
  background-color: #ffffff;
  border-top-left-radius: 20px;
}
.programs .programs-box-header {
  min-height: 160px;
  border-top-left-radius: 20px;
  margin: 0 30px;
}
.programs .programs-box-content {
  margin-top: 20px;
  min-height: 216px;
  padding: 0 30px;
}
.programs .programs-box-content h3 {
  font-size: 24px;
  font-weight: 900;
  color: #001524;
  margin-bottom: 10px;
  line-height: 24px;
}
.programs .programs-box-content p {
  font-size: 18px;
  color: #4f555a;
  line-height: 26px;
  margin-bottom: 0;
}
/* ========== Program close ========== */

/* ========== About ========== */
.about .title_text {
  margin-bottom: 50px;
}
.about .about--video {
  max-width: 948px;
  margin: 0 auto 50px;
}

.about .about--content .content_p {
  max-width: 786px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}
.about .about--content .subtitle_text {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 20px;
  color: #001524;
}

.about .about--content .btn {
  width: 135px;
  height: 64px;
  background-color: #e83a44;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 64px;
  padding: 0;
}

/*Youtube*/
.youtube-video {
  width: 100%;
  display: block;
}
.js-lazytube {
  background-color: #000;
  overflow: hidden;
  cursor: pointer;
  margin: auto;
  position: relative;
  display: block;
}

.js-lazytube img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 1;
  /*transition: opacity 0.5s cubic-bezier(0.4, 0, 1, 1);*/
}

.js-lazytube img.fadeout {
  opacity: 0;
}

/*.js-lazytube button {
  width: 68px;
  height: 48px;
  cursor: pointer;
  outline: 0;
  border: none;
  background-color: transparent;
  background-color: #212121;
  transition: background-color 0.1s cubic-bezier(0.4, 0, 1, 1), opacity 0.1s cubic-bezier(0.4, 0, 1, 1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
}*/

/*.js-lazytube button:before {
  content: '';
  border-style: solid;
  border-width: 10px 0 10px 18px;
  border-color: transparent transparent transparent #fff;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  position: absolute;
}*/

/*.js-lazytube:hover button {
  background-color: #f00;
  opacity: 1;
}*/

.js-lazytube iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* ========== About close ========== */

/* ========== Partners ========== */
.partners {
  margin-bottom: 10px;
}

.partners .partners--content .subtitle_text {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 20px;
  color: #001524;
}

.partners .partners--content .content_p {
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #4f555a;
  margin-bottom: 50px;
  max-width: 786px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
.partners .partners--logos-box {
  width: 270px;
  min-height: 140px;
  box-shadow: 0px 30px 50px -20px rgba(0, 21, 36, 0.16);
  border-radius: 20px 0px 0px 0px;
  margin-bottom: 40px;
  filter: grayscale(100%);
  padding: 10px;
}
.partners .partners--logos-box img {
  max-width: 150px;
  width: 100%;
}

.partners .partners--logos-box:hover {
  box-shadow: 0px 30px 50px -20px rgba(0, 21, 36, 0.5);
  border-radius: 20px 0px 0px 0px;
  filter: unset;
}

/* ========== Partners Close ========== */

/* ========== Contact ========== */
.contact .contact--content,
.nameCheap .contact--content {
  background: url(../images/contact-us-bg.png) top left no-repeat;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 70px;
  border-radius: 80px;
}
.contact .title_text {
  margin-bottom: 60px;
}

.contact .contact--email h5 {
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 20px;
}

.contact .contact--email p {
  font-size: 18px;
  margin-bottom: 46px;
  color: #e83a44;
}

.contact .form-control,
.nameCheap .form-control {
  height: 66px;
  line-height: 66px;
  border-radius: 6px;
  border: 1px solid #b1b2be;
  margin-bottom: 20px;
}
.contact textarea.form-control {
  line-height: unset;
  min-height: 136px;
}
.contact .p-custom {
  padding: 0 10px;
}

.contact ::placeholder {
  color: #b1b2be;
  opacity: 1; /* Firefox */
  font-size: 18px;
}

.contact :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b1b2be;
  font-size: 18px;
}

.contact ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b1b2be;
  font-size: 18px;
}

.contact .btn,
.nameCheap .btn {
  width: 134px;
  line-height: 64px;
  border: 2px solid #e83a44;
  border-radius: 6px;
  color: #e83a44;
  font-size: 18px;
  font-weight: 700;
  padding: 0;
}

/* ========== contact Close ========== */

/* ========== Footer ========== */
.footer .fotter--top {
  padding-top: 80px;
  padding-bottom: 55px;
}

.footer .footer--socialmedia {
  margin-top: 10px;
}
.footer .footer--socialmedia a {
  margin-right: 40px;
}
.footer .footer--socialmedia a img {
  width: 24px;
  height: 24px;
}

.footer .footer--socialmedia a:last-child {
  margin-right: 0;
}
.footer .footer--links a {
  text-decoration: none;
  font-size: 18px;
  color: #4f555a;
  line-height: 50px;
}
.footer .footer--links .separetor {
  padding-left: 15px;
  padding-right: 15px;
}
.footer .fotter--bottom {
  font-size: 18px;
  color: #b1b2be;
  line-height: 50px;
}

/* ========== Name Checp ========== */
.nameCheap .brandingLogo {
  display: none;
}
.nameCheap .mc-field-group strong {
  font-size: 20px;
  font-weight: bold;
}
.nameCheap .mc-field-group ul {
  padding: 0;
}
.nameCheap .mc-field-group ul li {
  list-style-type: none;
}
.nameCheap .mc-field-group ul li label {
  font-size: 18px;
  padding-left: 10px;
}
/* ========== Footer Close ========== */

/* ========== Media Query ========== */
@media only screen and (min-width: 1920px) {
  .banner .banner--image {
    max-width: 985px;
  }
  .banner .banner--content {
    margin-right: 0;
  }
  .carousel-inner {
    height: 825px;
  }
}
@media only screen and (min-width: 1500px) {
  .banner .banner--image {
    max-width: 90%;
    width: 100%;
  }

  .banner {
    background-size: 60% 100%;
  }
}

@media only screen and (min-width: 1400px) {
  .custom-container {
    max-width: 1224px;
  }
}
@media only screen and (max-width: 1400px) {
  .main-navigation li a {
    margin-right: 15px;
  }
  .banner {
    background-size: 50% 100%;
  }
}
@media only screen and (max-width: 1380px) {
  .banner .banner--content h1 {
    font-size: 40px;
    line-height: 46px;
  }
  .banner .banner--content p {
    font-size: 18px;
    line-height: 28px;
  }
  .banner .banner--content {
    margin-right: 0;
    margin-left: 40px;
    margin-right: 24px;
  }
}

@media only screen and (max-width: 1199px) {
  .programs .programs-boxes-inner {
    margin-right: 15px;
  }
  .main-navigation li a {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
  /* ========== Banner ========== */
  .banner .banner--content h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .banner .banner--content h1 {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px;
  }

  .banner .banner--content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  /* ========== Features ========== */
  .features .features--content h3 {
    font-size: 19px;
  }

  /* ========== Footer ========== */
  .footer .footer--links .separetor {
    padding-left: 12px;
    padding-right: 12px;
  }
  .footer .footer--links a {
    font-size: 14px;
  }

  .programs .programs-box-content {
    min-height: 320px;
  }

  .banner {
    background-size: auto 100%;
  }
}

@media only screen and (max-width: 992px) {
  /* ========== scroll section padding ========== */
  .programs,
  .contact {
    padding-top: 80px;
  }
  .about,
  .partners {
    padding-top: 110px;
  }

  /* ========== Banner ========== */
  .banner {
    padding-top: 80px;
  }
  .banner .banner--image #carouselExampleIndicators {
    margin-top: -30px;
  }
  /* ========== Partners ========== */
  .partners .partners--logos-box {
    width: 158px;
    height: 120px;
    min-height: 120px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0px 30px 50px -20px rgba(0, 21, 36, 0.16);
    border-radius: 20px 0px 0px 0px;
  }
  .partners .partners--logos-box:hover {
    box-shadow: 0px 30px 50px -20px rgba(0, 21, 36, 0.5);
  }
  .banner {
    background-size: auto 100%;
  }
}

@media only screen and (max-width: 768px) {
  /* ========== Banner ========== */
  .banner {
    border-bottom-left-radius: 0;
  }
  .banner .banner--image {
    max-width: 100%;
  }
  .banner .banner--content {
    margin-left: 48px;
    margin-right: 48px;
    float: unset !important;
    margin-top: 30px;
  }

  /* ========== Footer ========== */
  .footer .footer--logo {
    text-align: center;
    margin-bottom: 25px;
  }

  .footer .footer--links {
    text-align: center;
    width: 100%;
  }
  .footer .footer--links a {
    line-height: 120px;
  }
  .footer .fotter--top {
    padding-bottom: 0;
  }
  .fotter--bottom p {
    padding: 0 60px;
  }

  .programs .programs-boxes-inner {
    width: 90%;
    margin: 0 auto 30px !important;
  }
}

@media only screen and (max-width: 576px) {
  .title_text {
    font-size: 32px;
  }
  .p-mobile {
    padding: 0;
  }

  .m-mobile-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .mobile-p {
    padding: 0 8px;
  }
  .custom-p {
    padding: 0 20px;
  }

  /* ========== Banner ========== */
  .banner .banner--content h4 {
    font-size: 18px;
    color: #4f555a;
    margin-bottom: 15px;
  }
  .banner .banner--content h1 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 15px;
  }
  .banner .banner--content .btn {
    width: 100%;
    height: 54px;
    line-height: 54px;
  }

  /* ========== Features ========== */
  .features {
    padding-top: 85px;
    padding-bottom: 0;
  }
  .features .features--content {
    margin-bottom: 80px;
  }
  .features .title_text {
    margin-bottom: 60px;
  }
  .features .features--content h3 {
    font-size: 26px;
  }
  .features .features--content p {
    font-size: 16px;
    margin-bottom: 0;
  }
  .features .row .col-sm-4:last-child .features--content {
    margin-bottom: 0;
  }

  /* ========== Program  ========== */
  .programs .programs--box {
    border-radius: 20px;
  }
  .programs .programs--box {
    padding-top: 60px;
    padding-bottom: 266px;
  }
  .programs .programs--box h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .programs .programs_p {
    max-width: 335px;
    font-size: 18px;
  }
  .programs .btn {
    width: 100%;
    height: 54px;
    line-height: 54px;
    font-size: 18px;
  }

  /* ========== about  ========== */
  .about .title_text {
    margin-bottom: 40px;
  }

  .about .about--video {
    margin-bottom: 40px;
  }

  .about .about--content .subtitle_text {
    font-size: 26px;
  }
  .about .about--content .content_p {
    font-size: 18px;
  }
  .about .about--content .btn {
    width: 100%;
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    /*margin-bottom: 85px;*/
  }

  /* ========== Partners  ========== */
  .partners .partners--content .subtitle_text {
    font-size: 32px;
  }
  .partners .partners--content {
    padding-left: 8px;
    padding-right: 8px;
  }

  .partners .partners--content .content_p {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .partners .partners--logos-box {
    margin-bottom: 20px;
  }

  /* ========== Contact  ========== */

  .contact .mobile-width {
    max-width: 430px;
    margin: 0 auto;
    padding: 0 8px;
  }
  .contact .btn,
  .nameCheap .btn {
    display: block;
    width: 100%;
  }
  .contact .contact--content,
  .nameCheap .contact--content {
    padding-top: 60px;
    padding-bottom: 40px;
    border-radius: 20px;
  }
  /* ========== Footer  ========== */
  .footer .footer--socialmedia a img {
    width: 32px;
    height: 32px;
  }
  .footer .footer--socialmedia a {
    margin-right: 60px;
  }
  .footer .fotter--bottom {
    text-align: center !important;
    line-height: 30px;
  }
}

@media only screen and (max-width: 430px) {
  /* ========== Banner ========== */
  .banner {
    padding-bottom: 30px;
  }
  .banner .banner--content {
    margin-left: 18px;
    margin-right: 18px;
  }
  .banner .banner--image {
    max-height: 260px;
    overflow: hidden;
  }
  .banner .carousel-indicators {
    bottom: 15px;
  }

  /* ========== Contact  ========== */
  .contact .title_text {
    font-size: 32px;
    margin-bottom: 36px;
  }
  .contact .contact--email h5 {
    font-weight: 900;
    font-size: 26px;
    margin-bottom: 10px;
    color: #001524;
  }
  .contact .contact--email p {
    margin-bottom: 28px;
  }

  .contact .contact--form h5 {
    margin-bottom: 20px;
  }
  .contact .form-control {
    height: 54px;
    line-height: 54px;
  }
  .contact .btn,
  .nameCheap .btn {
    height: 54px;
    line-height: 54px;
  }
}

@media only screen and (max-width: 340px) {
  /* ========== Partners ========== */
  .partners .partners--logos-box {
    width: 132px;
    height: 110px;
  }
}
