@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap");

* {
  margin: 0px;
  padding: 0px;
}

a {
  transition: 0.5s;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
  text-decoration: none !important;
}

body {
  font-family: "Nunito Sans", sans-serif;
}

header {
  height: 120px;
  padding: 25px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 999;
  background-color: #fff;
}

#main-header.small-header {
  height: 50px;
  padding: 0;
}

.small-header a.navbar-brand img {
  max-height: 40px;
}

a.navbar-brand img {
  padding: 0;
  margin: 0px 0;
  max-height: 70px;
  transition: all 0.5s;
}

.header
  header
  nav.py-3.navbar.navbar-expand-lg.auto-hiding-navbar.navbar-light {
  padding: 0px !important;
}

.header a.nav-link {
  display: block;
  position: relative;
  color: #7d888e;
  padding: 10px 0px;
  transition: 0.3s;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.header .navbar-nav a:hover,
.header .navbar-nav li:hover > a {
  color: #2fbfc7 !important;
  text-decoration: none;
}

.header .navbar-nav > li {
  position: relative;
  white-space: nowrap;
  /* background: url(../images/nav-de.png) no-repeat center right; */
  padding-right: 15px;
  margin-right: 5px !important;
  padding-left: 0px !important;
  margin-left: 0px !important;
}

.header .navbar-nav > li.separator {
  background: url(../images/nav-de.png) no-repeat center right;
}

.header .navbar-nav > li:last-child {
  background: none;
  padding-left: 40px !important;
}

.header .navbar-nav > li a {
  display: inline-block;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0px;
  padding-left: 0px;
}

section {
  font-size: 20px;
}

/* Banner */

section.banner {
  width: 100%;
  position: relative;
  background: url(../images/banner.jpg) center top no-repeat;
  background-size: cover;
  margin-top: 120px;
  height: 259px;
}

section.banner.home-page {
  height: 518px;
}

.banner .intro-info {
  display: flex;
  height: 100%;
  align-items: center;
}

.intro-info .banner_text h2 {
  color: #ece113;
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
  margin-top: 0px;
}

.intro-info .banner_text h3 {
  color: #ece113;
  font-size: 55px;
  font-weight: 400;
  line-height: 40px;
}

/* Services */

section.service {
  padding: 60px 0 40px 0;
  text-align: center;
}

h2.main-title {
  color: #33bfc8;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 60px;
}

.blue {
  color: #33bfc8;
}

.services .box {
  padding: 0px;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  margin: 0 0px 0px 0px;
  background: #fff;
  transition: all 0.3s ease-in-out;
  text-align: center;
  background: url(../images/code_border.png) no-repeat right center;
  padding-right: 35px;
  min-height: 400px;
  padding-left: 10px;
}

.services .row .col-md-4:last-child .box {
  background: none;
  padding-right: 10px;
}

.box_bg_none {
  background: none !important;
  padding-right: 0px !important;
}

.services .icon {
  display: inline-block;
  text-align: center;
  margin-bottom: 25px;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 26px;
  /* position:absolute; */
  left: 0;
  right: 0;
  bottom: 60px;
}

.services .title a {
  color: #1b1b1b;
  background: #ece113;
  padding: 5px 30px;
  border-radius: 10px;
}

.services .box:hover .title a {
  background: #2fbfc7;
}

.link-button a {
  color: #1b1b1b;
  background: #ece113;
  padding: 5px 30px;
  border-radius: 10px;
}

.link-button:hover a {
  background: #2fbfc7;
}

.services .description {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 0;
  text-align: center;
  color: #818285;
  margin-bottom: 10px;
  height: 128px;
}

/*  Program */

section.our-program {
  padding: 60px 0 10px 0;
  background: #ececec;
  text-align: center;
}

.our-program .col-md-3 {
  margin-bottom: 45px;
}

.our-program h2 {
  color: #33bfc8;
  font-weight: 700;
  margin-bottom: 60px;
}

.our-program .text_box {
  text-align: center;
  position: relative;
  width: 100%;
  background-size: 100% !important;
}

.our-program .text_box h3 {
  color: #1b1b1b;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 10px 30px 0px 30px;
}

.our-program .text_box h4 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  padding-top: 20px;
  margin-bottom: 80px;
}

.our-program .text_box p {
  color: #999999;
  font-size: 16px;
  font-weight: 400;
  padding: 0px 35px;
  margin: 0px;
}

.our-program .icon {
  margin-top: 10px;
}

.text_box_last {
  padding: 60px 30px 0px 30px !important;
}

.our-program .text_cont1,
.our-program .text_cont2,
.our-program .text_cont3,
.our-program .text_cont4,
.our-program .text_cont5,
.our-program .text_cont6,
.our-program .text_cont7,
.our-program .text_cont8 {
  min-height: 230px;
  background-size: 100% !important;
}

.text_part1.program1 {
  background: url(../images/programbg1.png);
  background-size: 100% 100%;
  padding-bottom: 45px;
}

.text_part1.program2 {
  background: url(../images/programbg2.png);
  background-size: 100% 100%;
  padding-bottom: 45px;
}

.text_part1.program3 {
  background: url(../images/programbg3.png);
  background-size: 100% 100%;
  padding-bottom: 45px;
}

.text_part1.program4 {
  background: url(../images/programbg4.png);
  background-size: 100% 100%;
  padding-bottom: 45px;
}

.text_part1.program5 {
  background: url(../images/programbg5.png);
  background-size: 100% 100%;
  padding-bottom: 45px;
}

.text_part1.program6 {
  background: url(../images/programbg6.png);
  background-size: 100% 100%;
  padding-bottom: 45px;
}

.text_part1.program7 {
  background: url(../images/programbg7.png);
  background-size: 100% 100%;
  padding-bottom: 45px;
}

.text_part1.program8 {
  background: url(../images/programbg8.png);
  background-size: 100% 100%;
  padding-bottom: 45px;
}

.our-program .icon img {
  width: auto !important;
  margin: 0px auto;
}

.our-program .title {
  height: 58px;
}

.our-program .description {
  height: 64px;
}

.row.prog_mobile {
  display: none;
}

/*Courses*/

section.our-cours {
  padding: 60px 0;
  text-align: center;
}

.red {
  color: #e30c21;
}

.con_img img {
  max-width: 200px;
}

.course_box {
  border: 0;
  border-radius: 0px;
  transition: all 0.3s ease-in-out;
  padding: 20px 0;
  position: relative;
  background: #2dc0c8;
}

.course_box h3 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.course_box p {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 15px 0;
}

.course_box img {
  max-width: 100%;
  height: auto;
  padding: 5px 20px;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

a.learnmore {
  color: #1b1b1b;
  background: #ece113;
  padding: 5px 30px;
  border-radius: 10px;
  font-size: 22px;
  font-weight: 600;
}

a.viewall {
  color: #1b1b1b;
  background: #ece113;
  padding: 5px 30px;
  border-radius: 10px;
  font-size: 22px;
  font-weight: 600;
}

.text-center.viewallbox {
  text-align: center;
  width: 100%;
  padding-top: 30px;
}

/*footer*/
.topfooter {
  padding: 40px 0 30px 0;
  background: #eeeeee;
}

.topfooter h2 {
  color: #e32726;
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 30px;
  text-transform: uppercase;
}

ul.f_list {
  width: 45%;
  float: left;
}

.topfooter ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

.topfooter ul li {
  color: #606060;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  background: url(../images/arrow.png) no-repeat 0px 5px;
  padding-left: 20px;
}

.topfooter ul li a {
  color: #606060;
}

.s_icon img {
  margin: 0px 5px 5px 5px;
}

.footer-bottom {
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  background: #279ea4;
  padding: 20px 0px;
}

/*Course*/

.banner.innerpage-banner .intro-info h3 {
  color: #ece113;
  font-size: 50px;
  font-weight: 400;
  line-height: 40px;
}

.banner.innerpage-banner {
  background: url(../images/courses_banner.jpg) center top no-repeat;
  background-size: cover;
}

.color_box {
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  border: 0;
  border-radius: 0px;
  transition: all 0.3s ease-in-out;
  padding: 70px 0;
  position: relative;
  background: #2dc0c8;
}

.color_box h3 {
  margin-bottom: 10px;
}

.color_box h3,
.color_box p {
  color: #fff;
  padding-right: 0;
}

.color_box h3 {
  color: #fff;
  padding-right: 0;
  font-size: 26px;
  font-weight: 700;
}

a.enroll-btn {
  color: #1b1b1b;
  background: #ece113;
  padding: 5px 30px;
  border-radius: 10px;
  font-size: 1.5rem;
}

.course_new {
  padding: 60px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.course_new .col-md-8 h3 {
  color: #1b1b1b;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 0px;
  padding: 0px 70px 0px 0px;
  position: relative;
}

.course_new .col-md-8 h3 span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
}

.course_new .col-md-8 p {
  padding-right: 160px;
}

.row {
  min-width: 100%;
}

/*register*/

.banner.innerpage-banner.register-banner {
  background: url(../images/register_banner.jpg) center top no-repeat;
  background-size: cover;
}

.register-section .register-info h1 {
  color: #ece113;
  font-size: 50px;
  font-weight: 600;
  margin-top: 350px;
}

.register-section {
  padding: 60px 0 60px 0;
}

.register-section h2 {
  color: #279ea4;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: left;
  padding-left: 20px;
}

.register-section h2 span {
  color: #e00d12;
}

.register-section .col-md-6 {
  float: left;
}

.register-section .col-md-12 {
  float: left;
}

.con_icon6 {
  background-image: url(../images/con_icon6.png);
  background-repeat: no-repeat;
  background-position: 25px 30px;
}

.con_icon7 {
  background-image: url(../images/con_icon7.png);
  background-repeat: no-repeat;
  background-position: 25px 25px;
}

.con_icon8 {
  background-image: url(../images/con_icon8.png);
  background-repeat: no-repeat;
  background-position: 25px 32px;
}

.con_icon9 {
  background-image: url(../images/con_icon9.png);
  background-repeat: no-repeat;
  background-position: 25px 32px;
}

.con_icon10 {
  background-image: url(../images/con_icon10.png);
  background-repeat: no-repeat;
  background-position: 25px 34px;
}

.con_icon11 {
  background-image: url(../images/con_icon11.png);
  background-repeat: no-repeat;
  background-position: 25px 32px;
}

.regis_btn {
  background: #ece113;
  border: 1px #ece113 solid;
  outline: none;
  color: #1b1b1b;
  font-size: 30px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  padding: 4px 40px 4px 40px;
  cursor: pointer;
  border-radius: 10px;
  margin-top: 50px;
  transition: all 0.3s ease-in-out;
}

.regis_btn:hover {
  background: #18caaa;
  border: 1px #18caaa solid;
}

.register-section label {
  text-align: left;
  display: block;
  font-weight: 600;
}

.con_input {
  width: 100%;
  height: 80px;
  background-color: #ffffff;
  border: 1px #b7b7b7 solid;
  outline: none;
  color: #929292;
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  padding: 0px 15px 0px 50px;
  margin-bottom: 20px;
}

.con_input_m {
  width: 100%;
  height: 281px;
  background-color: #ffffff;
  border: 1px #b7b7b7 solid;
  outline: none;
  color: #929292;
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  padding: 17px 15px 15px 50px;
  margin-bottom: 20px;
}

.con_icon1 {
  background-image: url(../images/con_icon1.png);
  background-repeat: no-repeat;
  background-position: 25px 28px;
}

.con_icon2 {
  background-image: url(../images/con_icon2.png);
  background-repeat: no-repeat;
  background-position: 25px 34px;
}

.con_icon3 {
  background-image: url(../images/con_icon3.png);
  background-repeat: no-repeat;
  background-position: 25px 32px;
}

.con_icon4 {
  background-image: url(../images/con_icon4.png);
  background-repeat: no-repeat;
  background-position: 25px 32px;
}

.con_icon5 {
  background-image: url(../images/con_icon5.png);
  background-repeat: no-repeat;
  background-position: 25px 20px;
}

.Submit_btn {
  display: inline-block;
  width: 100%;
  padding: 0px 15px;
}

/*Contact*/

.banner.innerpage-banner.contact-banner {
  background: url(../images/contact_banner.jpg) center top no-repeat;
  background-size: cover;
}

section.contact-address {
  padding: 60px 0 10px 0;
  text-align: center !important;
}

.contact-inner {
  text-align: center;
  max-width: 870px;
  margin: 0px auto;
}

.con_img {
  text-align: center;
  margin-bottom: 20px;
}

.con_ph_text h3 {
  color: #1b1b1b;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.con_ph_text a {
  color: #606060;
  font-size: 24px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 30px;
  display: inline-block;
}

.contactform-section {
  padding: 60px 0 60px 0;
  background: #f8f8f8;
  text-align: center;
}

.contactform-section h2 {
  color: #1b1b1b;
  font-size: 46px;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}

.contactform-section .col-md-6 {
  float: left;
}

.contactform-section .col-md-12 {
  float: left;
}

.regis_btn:disabled {
  background: #ece113;
  opacity: 0.5;
}

.regis_btn:disabled:hover {
  border: 1px solid #ece113;
  cursor: not-allowed;
}

.con_btn:disabled {
  background: #ece113;
  opacity: 0.5;
}

.con_btn:disabled:hover {
  border: 1px solid #ece113;
  cursor: not-allowed;
}

.con_btn {
  background: #ece113;
  border: 1px #ece113 solid;
  outline: none;
  color: #1b1b1b;
  font-size: 28px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  padding: 6px 25px 6px 25px;
  cursor: pointer;
  border-radius: 10px;
  margin-top: 25px;
  transition: all 0.3s ease-in-out;
}

.con_btn:hover {
  background: #18caaa;
  border: 1px #18caaa solid;
}

.banner.innerpage-banner.dashboard-banner {
  background: url(../images/dashboard_banner.jpg) center top no-repeat;
  background-size: cover;
}

/*Cotach*/

.banner.innerpage-banner.coach-banner {
  background: url(../images/become_a_coach_banner.jpg) center top no-repeat;
  background-size: cover;
}

.banner.innerpage-banner.jobs-banner {
  background: url(../images/handshake.png) center top no-repeat;
  background-size: cover;
}

.banner.innerpage-banner.payment-banner {
  background: url(../images/payment_banner.jpg) center top no-repeat;
  background-size: cover;
}

.cotach-section {
  padding: 80px 0;
}

.cotach-section h2 {
  color: #1b1b1b;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 40px;
}

.cotach-section h2 span {
  color: #c80707;
  font-weight: 400;
  text-transform: uppercase;
}

.cotach-section .title {
  font-weight: 700;
  font-size: 34px;
}

.cotach-section .title a {
  color: #c80707;
  background: #ece113;
  padding: 15px 80px;
  border-radius: 10px;
  text-transform: uppercase;
}

.cotach-section .title a:hover {
  background: #2fbfc7;
}

ul.new_list {
  margin: 0;
  padding: 0 0 20px 0;
  list-style: none;
}

ul.new_list li {
  margin: 0;
  padding: 0 0px 10px 20px;
  font-size: 17px;
  /* color: #929292; */
  background: url(../images/arrow.png) no-repeat 0px 5px;
}

.banner.innerpage-banner.schools-banner {
  background: url(../images/afterprogram_banner.jpg) center top no-repeat;
  background-size: cover;
}

.banner.innerpage-banner.tutoring-banner {
  background: url(../images/private_tutoring_banner.jpg) center top no-repeat;
  background-size: cover;
}

/* Blog */

.banner.innerpage-banner.blog-banner {
  background: url(../images/register_banner.jpg) center top no-repeat;
  background-size: cover;
}

.blog-inner {
  padding: 120px 0 40px 0;
  max-width: 1140px;
  margin: 0px auto;
}

.single_post {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.49);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.49);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.49);
  padding: 30px;
  margin: 0px 0 70px 0;
}

.terms_page h2,
.single_post h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1b1b1b;
  margin: 0;
  padding: 0 0 20px 0;
}

.single_post p.date1 {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}

.single_post p {
  font-size: 24px;
  line-height: 32px;
  color: #818285;
}

a.read_btn {
  color: #1b1b1b;
  background: #ece113;
  padding: 5px 30px;
  border-radius: 10px;
  font-size: 1.5rem;
}

a.read_btn {
  display: inline-block;
}

.less {
  display: none;
}

.open_div span.less {
  display: block;
}

.open_div span.more {
  display: none;
}

/*221220*/

.withoutbanner {
  margin: 120px 0 40px 0;
  border-top: 1px solid #d1d1d1;
  padding: 30px 0px;
}

.withoutbanner h2.main-title {
  text-align: center;
  margin-bottom: 25px;
}

.withoutbanner:not(.blog-section) p {
  font-size: 17px;
  color: #929292;
}

.withoutbanner h4.subtitle {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 20px;
}

.withoutbanner a {
  color: #33bfc8;
}

.withoutbanner ol {
  padding-left: 20px;
}

.withoutbanner:not(.blog-section) ol li {
  font-size: 17px;
  color: #929292;
  padding-bottom: 5px;
}

.withoutbanner ul {
  padding-left: 20px;
}

.withoutbanner:not(.blog-section) ul li {
  font-size: 17px;
  color: #929292;
  padding-bottom: 5px;
}

footer ul li a:hover {
  color: #faa723;
}

div.blog_sec h2 {
  padding-bottom: 0px;
}

.withoutbanner .container,
.innerpage .container {
  max-width: 1140px;
}

.top-bar {
  height: 70px;
  text-align: center;
}

.top-bar .text {
  font-weight: 600;
}

.btn-outline-secondary {
  font-weight: 600;
  font-size: 20px;
  color: #6c757d;
  border-color: #ece113;
}

.btn-secondary {
  font-weight: 600;
  font-size: 20px;
  color: black;
  background-color: #ece113;
  border-color: #ece113;
}

.checkbox-lg .custom-control-label::before,
.checkbox-lg .custom-control-label::after {
  top: 0.8rem;
  width: 1.55rem;
  height: 1.55rem;
}

.checkbox-lg .custom-control-label {
  padding-top: 13px;
  padding-left: 6px;
}

.course img,
.article img {
  max-width: 100%;
  height: auto;
}

.course .title {
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 5px;
  color: #007bff;
}

.black {
  color: black !important;
}

.course .description {
  padding-bottom: 10px;
}

.course .dates,
.course .duration,
.course .times,
.course .ages,
.course .price,
.course .location {
  font-size: 18px;
}

.course.details .description {
  padding-top: 10px;
  padding-bottom: 0;
  font-weight: 700;
  border-bottom: 1px solid #dee2e6 !important;
}

.custom-btn {
  display: inline-block;
  background: #ece113;
  border: 1px #ece113 solid;
  outline: none;
  color: #1b1b1b;
  font-size: 28px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  padding: 6px 25px 6px 25px;
  cursor: pointer;
  border-radius: 10px;
  margin-top: 25px;
  transition: all 0.3s ease-in-out;
}

.custom-btn:hover {
  background: #18caaa;
  border: 1px #18caaa solid;
}

.custom-btn:disabled,
.custom-btn[disabled] {
  background: #ece113;
  color: #6c757d;
  opacity: 0.5;
}

.custom-btn:disabled:hover,
.custom-btn[disabled]:hover {
  border: 1px solid #ece113;
  cursor: not-allowed;
}

.accounts {
  padding-top: 30px;
  padding-bottom: 30px;
}

.accounts-menu .menu-item {
  height: 50px;
  padding: 10px;
  background-color: #007bff;
}

.menu-item a {
  color: white;
  display: inline-block;
  width: 100%;
}

.accounts-menu .menu-item:not(last-child) {
  border-bottom: 1px solid #dee2e6 !important;
}

.accounts-menu .menu-item:disabled {
  opacity: 0.3;
}

.delete-row {
  display: flex;
  align-items: center;
  padding-top: 20px;
}

.circle {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding: 8px !important;
  background: #fff;
  border: 5px solid #666;
  color: #666;
  text-align: center;
  font: 32px Arial, sans-serif;
}

@media only screen and (min-width: 1359px) {
  .container {
    max-width: 1350px;
  }
}

@media only screen and (max-width: 1199px) {
  .intro-info .banner_text h2 {
    font-size: 50px;
    line-height: 56px;
  }

  .intro-info .banner_text h3 {
    font-size: 40px;
    line-height: 40px;
  }

  .owl-nav button span {
    color: #dddddd;
    font-size: 0px;
  }

  button.owl-prev span::before {
    content: "\f053";
    font-size: 30px;
    font-family: fontawesome;
    margin-right: 10px;
  }

  button.owl-next span::before {
    content: "\f054";
    font-size: 30px;
    font-family: fontawesome;
    margin-left: 10px;
  }

  button.owl-prev {
    outline: none;
  }

  button.owl-next {
    outline: none;
  }

  .row.prog_desktop {
    display: none;
  }

  .row.prog_mobile {
    display: block;
  }

  .row.prog_mobile .owl-nav {
    margin-top: 20px;
  }

  .course_box {
    padding: 40px 10px;
    height: 100%;
  }

  .topfooter h2 {
    font-size: 30px;
  }

  .topfooter ul li {
    font-size: 18px;
  }

  .s_icon a {
    display: inline-block;
    width: 32%;
    padding: 5px;
    box-sizing: border-box;
  }

  element.style {
  }

  .s_icon img {
    margin: 0px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  section.banner {
    height: auto;
    padding-bottom: 50px;
    padding-top: 50px;
  }

  section.banner.home-page {
    height: auto;
  }

  .intro-info .banner_text h2 {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 15px;
  }

  .intro-info .banner_text h3 {
    font-size: 32px;
    line-height: 32px;
  }

  a.navbar-brand img {
    max-height: 50px;
  }

  header {
    height: 80px;
    padding: 15px 0;
  }

  .navbar-light .navbar-toggler {
    color: rgb(217 85 40);
    border: none;
  }

  section.banner {
    margin-top: 80px;
  }

  button.navbar-toggler::before {
    content: "\f0c9";
    font-family: fontawesome;
    font-size: 30px;
  }

  button.navbar-toggler.secondary::before {
    content: "\f1de";
    font-family: fontawesome;
    font-size: 30px;
  }

  .navbar-light .navbar-toggler span.navbar-toggler-icon {
    display: none;
  }

  div.navbar-collapse.show {
    right: 0;
  }

  button.navbar-toggler.menuopen::after {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(47, 191, 199, 0.8);
    height: 100%;
    top: 0;
    transition: all 0.3s ease;
  }

  div.navbar-collapse {
    display: block !important;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    right: -260px;
    width: 260px;
    padding-top: 18px;
    background: rgba(255, 255, 255, 1);
    transition: all 0.3s ease;
    max-height: 100%;
    overflow-y: auto;
    height: 100% !important;
  }

  .header .navbar-nav > li {
    position: relative;
    white-space: nowrap;
    background: none;
    padding-right: 15px;
    margin-right: 0px !important;
    padding-left: 15px !important;
    margin-left: 0px !important;
  }

  .header .navbar-nav > li.separator {
    background: none;
  }

  .header .navbar-nav > li:last-child {
    background: none;
    padding-left: 15px !important;
  }

  h2.main-title {
    font-size: 40px;
  }

  section.our-cours .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }

  .topfooter .col-md-5,
  .topfooter .col-md-4,
  .topfooter .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }

  .s_icon a {
    display: inline-block;
    width: auto;
    padding: 5px;
    box-sizing: border-box;
  }

  .course_new .col-md-8 h3 {
    margin-bottom: 10px;
    padding: 0px 0 0px 0px;
  }

  a.enroll-btn {
    font-size: 18px;
  }

  .course_new .col-md-8 p {
    padding-right: 0px;
  }

  .course_new {
    padding: 30px 0;
  }

  .course_new .col-md-8 h3 span {
    position: relative;
  }

  .register-section .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .con_ph_text a {
    font-size: 24px;
  }

  .con_ph_text h3 {
    font-size: 24px;
  }

  .withoutbanner {
    margin: 80px 0 40px 0;
  }

  .accounts {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  header {
    padding: 15px 15px;
  }

  .services .box {
    padding-right: 0px;
    padding-left: 0px;
    background: none;
  }

  .services .title {
    position: static;
  }

  .prog_mobile .item {
    padding: 0px 15px;
  }

  .course_new .col-md-8 h3 {
    padding: 15px 0 0px 0px;
  }

  banner.innerpage-banner .intro-info h3 {
    font-size: 30px;
  }

  .terms_page h2,
  .single_post h2 {
    font-size: 28px;
  }

  .single_post p {
    font-size: 16px;
    line-height: 25px;
  }

  .blog-inner {
    padding: 40px 0 40px 0;
  }
}

@media only screen and (max-width: 479px) {
  .intro-info .banner_text h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .intro-info .banner_text h3 {
    font-size: 24px;
    line-height: 28px;
  }

  section.service {
    padding: 30px 0 40px 0;
    text-align: center;
  }

  h2.main-title {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .course_box h3 {
    font-size: 24px;
  }

  .course_box p {
    font-size: 20px;
  }

  a.learnmore {
    font-size: 16px;
  }

  a.viewall {
    font-size: 16px;
  }

  ul.f_list {
    width: 100%;
    float: left;
  }

  .topfooter h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .s_icon a {
    max-width: 20%;
  }

  .register-section {
    padding: 30px 0 40px 0;
  }

  .register-section h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .con_img img {
    max-width: 100px;
  }

  .con_img {
    text-align: center;
    margin-bottom: 20px;
  }

  .contactform-section h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .banner.innerpage-banner .intro-info h3 {
    font-size: 30px;
  }

  .cotach-section {
    padding: 30px 0;
  }

  .cotach-section h2 {
    font-size: 24px;
  }

  .cotach-section .title a {
    padding: 10px 30px;
    font-size: 24px;
  }

  .single_post {
    padding: 20px;
    margin: 0px 0 30px 0;
  }
}

.top-bar {
  height: 70px;
  text-align: center;
}

.top-bar .text {
  font-weight: 600;
}

.btn-outline-secondary {
  font-weight: 600;
  font-size: 20px;
  color: #6c757d;
  border-color: #ece113;
}

.btn-secondary {
  font-weight: 600;
  font-size: 20px;
  color: black;
  background-color: #ece113;
  border-color: #ece113;
}

.checkbox-lg .custom-control-label::before,
.checkbox-lg .custom-control-label::after {
  top: 0.8rem;
  width: 1.55rem;
  height: 1.55rem;
}

.checkbox-lg .custom-control-label {
  padding-top: 13px;
  padding-left: 6px;
}

.course img,
.article img {
  max-width: 100%;
  height: auto;
}

.course .title {
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 5px;
  color: #007bff;
}

.black {
  color: black !important;
}

.course .description {
  padding-bottom: 10px;
}

.course .dates,
.course .duration,
.course .times,
.course .ages,
.course .price,
.course .location {
  font-size: 18px;
}

.course.details .description {
  padding-top: 10px;
  padding-bottom: 0;
  font-weight: 700;
  border-bottom: 1px solid #dee2e6 !important;
}

.custom-btn {
  display: inline-block;
  background: #ece113;
  border: 1px #ece113 solid;
  outline: none;
  color: #1b1b1b;
  font-size: 28px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  padding: 6px 25px 6px 25px;
  cursor: pointer;
  border-radius: 10px;
  margin-top: 25px;
  transition: all 0.3s ease-in-out;
}

.custom-btn:hover {
  background: #18caaa;
  border: 1px #18caaa solid;
}

.custom-btn:disabled,
.custom-btn[disabled] {
  background: #ece113;
  color: #6c757d;
  opacity: 0.5;
}

.custom-btn:disabled:hover,
.custom-btn[disabled]:hover {
  border: 1px solid #ece113;
  cursor: not-allowed;
}

.accounts {
  padding-top: 30px;
  padding-bottom: 30px;
}

.offering-flag {
  display: inline-block;
  padding: 2px 20px;
  color: white;
  border-radius: 5px;
}

.online-course {
  background: #d85121;
}

.in-person-course {
  background: #239B56;
}

.not-allow-whatsapp {
  font-size: 1rem;
  color: red;
}

.important-message {
  padding: 20px;
  background-color: #ff9800;
  color: white;
  border-radius: 0.25rem;
  /* margin: 0 5px 15px 5px; */
}

.title .link-button {
  margin-top: 20px;
}

.pinned {
  background: #cceff1;
}

#messages {
  scroll-margin-top: 50px;
  scroll-snap-margin-top: 50px;
}