body {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background: #f7f7f7;
  height: 100vh;
  position: relative;
}

body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 999999!important;
}

body.offcanvas-menu:before {
  opacity: 1;
  z-index: 1002;
  visibility: visible;
}

p {
  color: #3c5057;
  font-weight: 500;
  font-size: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

a,
a:hover {
  text-decoration: none !important;
}

.hero {
  height: calc(100vh - 18%);
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.top-bar {
  padding: .5rem 0;
  background: #eee;
}

.top-bar a {
  color: #666666;
}

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: relative;
  width: 100%;
  padding: 1rem;
}

@media (max-width: 991.98px) {
  .site-navbar {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.site-navbar .toggle-button {
  position: absolute;
  right: 0px;
}

.site-navbar .site-logo {
  position: absolute;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 0;
  margin: 0;
  padding: 0;
  z-index: 3;
  width: 180px;
}

.site-logo img {
  width: 100%;
}

@media (max-width: 991.98px) {
  .site-navbar .site-logo {
    float: left;
    position: relative;
  }
}

.site-navbar .site-navigation.border-bottom {
  border-bottom: 1px solid white !important;
}

.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu .active {
  color: #007bff !important;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu>li {
  display: inline-block;
  transition: 0.3s;
}

.site-navbar .site-navigation .site-menu>li:hover {
  background-color: #cadb2e;
  color: #ffffff;
  border-radius: 31px;
}

.site-menu .active{
  background-color: #cadb2e;
  color: #ffffff;
  border-radius: 31px;
}

.site-navbar .site-navigation .site-menu>li>a {
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px 0px;
  color: #000 !important;
  display: inline-block;
  text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu>li>a:hover {
  color: #007bff;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
  position: relative;
  padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #007bff;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  display: none;
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #000 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  color: #007bff !important;
  background: #f8f9fa;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
  padding: 9px 20px;
  display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
  background: #f8f9fa;
  color: #ced4da;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
  content: "\e315";
  right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
  left: 100%;
  top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
  background: #f8f9fa;
  color: #ced4da;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
  color: #007bff;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 999999;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #ced4da;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}

.site-mobile-menu .site-nav-wrap a:hover {
  color: #007bff;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li .nav-link.active {
  color: #007bff;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
  padding-left: 20px;
  font-size: 20px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
  padding-left: 40px;
  font-size: 16px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
  font-size: 16px;
  padding-left: 60px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li {
  width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li:first-child a {
  padding-left: 15px !important;
}

.sticky-wrapper {
  position: relative;
  z-index: 99999;
  width: 100%;
}

.sticky-wrapper .site-navbar {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.sticky-wrapper .site-navbar {
  background: #fff;
}

.sticky-wrapper .site-navbar .site-logo a {
  color: #fff;
}

.sticky-wrapper .site-navbar ul li a {
  color: rgba(255, 255, 255, 0.7) !important;
}

.sticky-wrapper .site-navbar ul li a.active {
  color: #fff !important;
}

.sticky-wrapper.is-sticky .site-navbar {
  background: #fff;
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #007bff;
}

.sticky-wrapper.is-sticky .site-navbar ul li a {
  color: #000 !important;
}

.sticky-wrapper.is-sticky .site-navbar ul li a.active {
  color: #007bff !important;
}

.sticky-wrapper .shrink {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

@media (max-width: 991.98px) {
  .sticky-wrapper .shrink {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}

.social_whatsapp {
  width: 150px;
}

.social_whatsapp img {
  width: 100%;
}

@media (max-width: 380px) {
  .site-navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .site-navbar .site-logo {
    width: 125px;
  }

  .site-navbar .site-logo img {
    width: 100%;
  }

  .social_whatsapp img {
    width: 60%;
  }
}

.banner {
  position: relative;
  width: 100%;

}

.banner_video {
  width: 100%;
  min-height: 100%;
}

/*style here*/

.section-a {
  margin: 20px 25px;
  height: 651px;
  position: relative;
}

.section-a-image-float-center{
  background-image: url(../images/diya_malasiya.jpg);
  height: 651px;
  position: absolute;
  width:100%;
    -webkit-box-shadow: 0px -24px 36px -11px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px -24px 36px -11px rgba(0, 0, 0, 0.5);
  box-shadow: 0px -24px 36px -11px rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-size: 100%;
	
}

.section-a-content p {
  color: #fff;
  font-size: 20px;
  text-align: justify;
  padding: 15px 10px;
  margin-bottom: 0;

}

.section-a-content {
  padding: 30px 0;
  background: #006a91;
  margin-right: -13px;
  border-top-left-radius: 50px;
}

.section-a-content-float-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}

.section-a-content-float-top {

  position: absolute;
  top: -265px;
  right: 80px;
  width: calc(100% - 80px);
  z-index: 9;
}

.section-a-content-float-top p {
  line-height: 30px;
}

.white-bg {
  background: #ffffff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.future_container {
  padding-top: 25px;
  padding-bottom: 25px;
}

.future_content {
  margin: 100px 0 0 0;
}

.dark-bg {
  background-color: #00506c;
  color: #ffffff;
  padding: 15px;
}

.section-a-content-float-top-content {
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
  background-image: url(../images/float-box-border.jpg);
  background-repeat: repeat-x ;
  /*height: 530px;*/
  padding: 20px 15px;
  z-index: 9;
  right: 0px !important;
}

.enq{
  background-image: url(../images/bg.png);
  background-size: 100%;
  padding: 72px 50px;
  background-repeat: no-repeat;
}

.enq h2{
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  color: #092f43 !important;
  margin: 18px 0 0px 0;
}

.enq h3{
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  color: #25a8e0 !important;
}

.section-a-content-float-top-qts {
  border: #e5e5e5 solid 3px;
  width: 95%;
  padding: 5%;
  margin: 15px 0;
}

.section-a-content-float-top-qts a {
  margin: 0;
  padding: 0;
  display: block;
  color: #3d5158;
  font-family: BebasNeueRegular, arial, Georgia, serif;
  font-size: 18px;

}

.section-a-content-float-top-content h2 {
  color: #00506c;
}

.section-a-content-float-top-qts a i {

  float: right;
  margin: 11px 0 0 0;
}

.section-a-content-float-top-qts a i:before {
  content: " ";
  border-color: #000000 !important;
  border-width: 2px 2px 0 0;
  position: absolute;
  width: 15px;
  height: 1.5px;
  background-color: currentColor;
  border-radius: 2px;
  transform: rotate(33deg) translateX(-7.5px);
  border: #000000 solid 1px;
  border-radius: 2px;
}

.section-a-content-float-top-qts a i:after {
  content: " ";
  border-color: #000000 !important;
  border-width: 2px 2px 0 0;
  position: absolute;
  width: 15px;
  height: 1.5px;
  background-color: currentColor;
  border-radius: 2px;
  transform: rotate(318deg) translateX(-7.5px);
  border: #000000 solid 1px;
  border-radius: 2px;
}

.section-a-content-float-top-right-dots {
  width: 29px;
  height: 600px;
  background-image: url(../images/float-box-dots.png);
  position: absolute;
  right: -44px;
  top: 0;

}

.is_your_child {
  text-align: center;
  margin-bottom: 40px;
}

.line_high {
  line-height: 0px;
}

.future_content_desc {
  margin: 35px 0;
}

.head_h3 {
  font-size: 28px;
  font-weight: 600;
  color: #00506b;
}

.head_h3 span {
  background: #13aae1;
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
}

.courses {
  border: 1px solid #cccccc;
  box-shadow: rgb(0 0 0 / 24%) 0px 7px 8px;
  margin-bottom: 30px;
  transition: 0.8s;
}

.courses img {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 100%;
}

.courses h3 {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  color: #026793;
  padding: 13px 10px;
  height: 65px;
  transition: 0.8s;
}

.knowmore {
  text-align: end;
  margin-bottom: 5.5px;
}

.knowmore a {
  background: #006a91;
  padding: 9px 35px;
  border-top-left-radius: 22px;
  color: #ffffff;
}

.why_our {
  text-align: center;
  margin-bottom: 35px;
}

.why_our h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}


.bl-content {
  padding: 25px;
  height: 360px;
}

.quote-img {
  width: 50px;
  float: left;
  margin-bottom: 15px;
}

.bl-content p {
  text-align: justify;
  color: #000;
  height: 175px;
  display: inline-block;
  font-size: 14px;
}

.stat img {
  width: 25px;
  float: left;
  margin-bottom: 20px;
}

.authoor {
  position: absolute;
  margin-top: 40px;
}

.authoor img {
  width: 100px;
  height: 85px;
  background: #ccc;
  border-radius: 50%;
}

.authoor h3 {
  font-size: 20px;
  font-weight: 600;
}

.why {
  background: #f5f5f5;
  padding: 50px 0 85px 0;
  margin-bottom: 30px;
}

.bw {
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 30px;
}

.learning_image {
  background-image: url(../images/learning_robotic.jpg);
  background-size: cover;
  margin: -15px 0 -15px -15px;
  height: 513px;
  position: relative;
  z-index: 9999;
}

.learning_image-layer-1 {
  height: 513px;
  position: absolute;
  width: 100%;
  top: -15px;
  background-color: #8d8d8d;
  transform: skew(355deg, 0deg);
  right: -8px;
}

.learning_content {
  margin: 22px 0;
}


.learning_image-layer-2 {
  height: 513px;
  position: absolute;
  width: 100%;
  background-color: #006a91;
  transform: skew(356deg, 0deg);
  right: 3px;
  width: 100%;
  top: -15px;
  z-index: 999;
}

.book_your_free_section {
  background-color: #006a91;
  color: #ffffff;
  padding: 15px;
  font-size: 22px;
  border-radius: 30px;
  margin: 50px 0 0 0;
  float: left;
  transition: 0.8s;
}

.book_your_free_section:hover {
  color: #006a91;
  background-color: #e5ed95;
}

.flex-direction {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  list-style: none;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 1rem;
}

.section_padding {
  padding: 50px 0;

}

.free_section_form {
  padding: 50px 0;
  background-color: #006a91;
  background-image: url(../images/form_background_texture.png);
  background-size: cover;
}

.free_section_form .book_your_free_section {
  background-color: #33bb47;
  margin: 25px 0;
}

.free_section_form .book_your_free_section:hover {
  Color: #ffffff;
}

.free_section_form .head_h3 {
  color: #ffffff;
}

footer {
  background: #006a91;
}

footer .address {
  background-color: #1b9ece;
  text-align: center;
  width: 100%;
  padding: 30px 0 0 0;
  margin-top: -30px;
}

footer .address p {
  color: #ffffff;
  font-size: 16px;
  padding: 30px 0;
  line-height: 40px;
}

footer h2 {
  color: #ffffff;
  margin: 15px 0;
}

footer li {
  list-style: none !important;
  color: #fff;
}

footer li a {
  color: #ffffff;
  padding: 6px 10px;
  display: block;
  transition: .8s all ease;
}

footer li a:hover {
  background-color: #1b9ece;
  color: #ffffff;
  border-radius: 50px;
}

footer .copyright {
  border-top: #2c84a4 solid 1px;
  margin: 10px 0;
  padding: 10px 0;
  color: #ffffff;
}

footer .copyright_left a {
  text-align: left;
  color: #ffffff;
}

footer .copyright_right {
  text-align: center;
}

footer .copyright_right a {
  color: #ffffff;

}

.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 2s all ease;
}

.reveal.active{
  transform: translateY(0);
  opacity: 1;
}

.sec-eng{
  margin: 40px 0;
}

#landing_page_bottom {
  position: relative;
  min-height: 150px !important;
}

.fooot:hover {
  text-decoration: none;
  color: #fff;
}

.fooot {
  text-decoration: none;
  color: #fff;
  padding: 0 7px;
  font-weight: 700;
}

.login-side-btn{
  display: none;
}

.login-side-btn a {
  color: #fff;
  text-decoration: none;
}



/*courses*/

.courses_info h3{
  margin-top: 40px;
  margin-bottom: 25px;
  font-weight: 600;
  text-align: center;
}

.courses_info p{
  margin-bottom: 30px;
  text-align: center;
  font-size: 18px;
}

.course {
  margin-bottom: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(204,204,204,1);
-moz-box-shadow: 0px 5px 5px 0px rgba(204,204,204,1);
box-shadow: 0px 5px 5px 0px rgba(204,204,204,1);
margin-top: 30px;
}

.course h4{
  font-size: 16px;
  background: #6abc44c7;
  width: 100%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 5px 0;
}

.course_content p{
  font-size: 14px;
  height: 68px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin-bottom: 0px;
}

.skill_content{
  padding: 10px;
  text-align: justify;
  height: 130px;
}

.skill_content span{
  font-size: 14px;
  font-weight: 600;
}

.skill_content h5{
  font-size: 14px;
  padding: 3px 0px;
  margin: 0px 22px;
  display: list-item;
}

.course_content{
  padding: 10px 10px 0px 10px;
  text-align: justify;
}

.enqire{
  text-align: center;
  margin: 0px 0px 10px 0;
  padding: 10px 0;
}

#features_points {
  padding: 30px 0;
}

.dark-gradiant {
  background: #00ace9;
  background: -webkit-gradient(linear, left top, right top, color-stop(35%, rgba(0, 172, 233, 0.892577)), to(rgba(198, 217, 44, 0.898179)));
  background: linear-gradient(90deg, rgba(0, 172, 233, 0.892577) 35%, rgba(198, 217, 44, 0.898179) 100%);
}

#features_points .img {
  padding-right: 0;
}

.mb-50{
  margin-bottom: 50px;
}

#features_points .desc {
  font-size: 14px;
  font-weight: bold;
}

.faqs{
  padding-bottom: 90px;
  background: #fff;
}

.faq{
  text-align: center;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.5px;
  margin: 30px 0;
}

.faq_statement{    
  padding: 15px 2px;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.faq_statement a{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1px;
  color: #000;
}

.faq_statement a:hover{
  color: #000;
}


/*education franchies*/
.partner-shadow {
  border-radius: 25px;
  box-shadow: 16px 14px 31px -13px #76e3ab75;
  -webkit-box-shadow: 8px 13px 19px -13px #76e3ab75;
  -moz-box-shadow: 8px 13px 19px -13px #76e3ab75;
  padding: 20px 10px 30px 30px;
}

.partner_name {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.partner_desigination {
  font-size: 18px;
  font-weight: 500;
  color: #898989;
  margin: 0 0 15px 0;
  padding: 0;
}

/*startgallery*/

.gallery_back{
  background: #00ace9;
  background: -webkit-gradient(linear, left top, right top, color-stop(35%, rgba(0, 172, 233, 0.478011)), to(rgba(198, 217, 44, 0.570448)));
  background: linear-gradient(90deg, rgba(0, 172, 233, 0.478011) 35%, rgba(198, 217, 44, 0.570448) 100%);
  padding: 40px 0;
}

.content {
  background-color: white;
  padding: 10px;
  margin-bottom: 20px;
}

.column {
  float: left;
  display: none; /* Hide all elements by default */
}
.show {
      display: block;
}

#image_gallery button {
  padding: 6px 16px;
  border-radius: 25px;
  margin: 0 0px 20px 0;
}

.btn.active {
  background-color: #666;
  color: white;
}

.btn {

  outline: none;
  padding: 10px 16px; 
  cursor: pointer;
}

/*blog*/

.blog_heading{
  padding: 25px 0;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: bold;
  text-transform: capitalize;
  text-align: center;
}

.blog_info{
  background: #00ace9;
  background: -webkit-gradient(linear, left top, right top, color-stop(35%, rgba(0, 172, 233, 0.892577)), to(rgba(198, 217, 44, 0.898179)));
  background: linear-gradient(90deg, rgba(0, 172, 233, 0.892577) 35%, rgba(198, 217, 44, 0.898179) 100%);
  margin-bottom: 30px;
}

.blog-btn button{
  border: 1px solid #28a745 !important;;
}

.rounded {
  border-radius: 0.25rem!important;
}

.blog{
  margin-bottom: 30px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 10%) !important;
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
}

.blog-body{
  padding: 15px;
}

.blog-body .title {
  font-weight: 600;
  margin-bottom: 7px;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-body .desc {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}

.blog-body .desc p{
  font-size: 13px;
  margin-bottom: 0;
}

.blog-body .blog-btn button {
  font-size: 13px;
  letter-spacing: 1px;
}

.mb-30{
  margin-bottom: 30px;
}

/*contact*/
.contac_left .mini {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
}

.contac_left .main-title {
  font-size: 38px;
  font-weight: 600;
  margin-bottom: 20px;
}

.contac_left .call-us {
  font-size: 22px;
  color: #040F26;
  font-weight: 400;
  margin-bottom: 5px;
}

.contac_left .time {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px;
}

.contac_left .cont-de {
  font-size: 18px;
  color: #040F26;
  font-weight: 700;
  margin-bottom: 20px;
}

.contact_right img{
  width: 100%;
}

#contact_us_bottom {
  background: #b3d234b8;
  padding: 40px 0;
}

#contact_us_bottom .box-container {
  background: #fff;
  padding: 25px;
  -webkit-box-shadow: 0 0px 8px 2px rgb(0 0 0 / 4%);
  box-shadow: 0 0px 8px 2px rgb(0 0 0 / 4%);
  min-height: 200px;
  margin-bottom: 25px;
}

#contact_us_bottom .box-container .title {
  color: #b3d234;
  margin-bottom: 5px;
  font-weight: 800;
  font-size: 20px;
}

#contact_us_bottom .box-container .address {
  line-height: 1.8;
  font-size: 18px;
}

/*partner with us*/
.preneur{
  padding: 50px 0;
  background: #fff;
}

.preneur .title {
  font-size: 22px;
}

.preneur h1{
  font-size: 30px;
  line-height: 44px;
  font-weight: bold;
  margin-bottom: 15px;
}

.preneur .desc {
  margin-bottom: 20px;
}

.outreach{
  padding: 40px 0;
  background: #fff;
}

.outreach img {
  border-radius: 10px;
}

.outreach .title {
  font-size: 30px;
  line-height: 44px;
  font-weight: bold;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #08aae2;
  text-shadow: 2px 2px #bdc6c8;
}

.outreach .desc {
  margin-bottom: 20px;
  line-height: 30px;
}

.outreach li {
  margin-bottom: 5px;
  word-break: break-word;
}

#benifits{
  padding: 30px 0;
}

.dark-gradiant {
  background: #00ace9;
  background: -webkit-gradient(linear, left top, right top, color-stop(35%, rgba(0, 172, 233, 0.892577)), to(rgba(198, 217, 44, 0.898179)));
  background: linear-gradient(90deg, rgba(0, 172, 233, 0.892577) 35%, rgba(198, 217, 44, 0.898179) 100%);
}

#partner_gif {
  padding: 40px 0;
  background-color: #fff;
}

#partner_gif .title {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}

#search_state {
  padding: 40px 0;
  background: #00ace9;
  background: -webkit-gradient(linear, left top, right top, color-stop(35%, rgba(0, 172, 233, 0.478011)), to(rgba(198, 217, 44, 0.570448)));
  background: linear-gradient( 90deg, rgba(0, 172, 233, 0.478011) 35%, rgba(198, 217, 44, 0.570448) 100%);
}

#search_state .title {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.5px;
  text-align: center;
  margin-bottom: 10px;
}

#franchise_footer {
  padding: 40px 0;
  background: #00ace9;
  background: -webkit-gradient(linear, left top, right top, color-stop(35%, rgba(0, 172, 233, 0.478011)), to(rgba(198, 217, 44, 0.570448)));
  background: linear-gradient(90deg, rgba(0, 172, 233, 0.478011) 35%, rgba(198, 217, 44, 0.570448) 100%);
}

#franchise_footer .header {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  text-align: center;
}

#franchise_footer .sub-header {
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
}

#franchise_footer .form-btn {
  text-align: center;
}

#franchise_footer .form-btn button {
  margin-top: 5px;
  border-radius: 2px;
  padding: 8px 20px;
  background: #444;
  color: #fff;
  border: #444;
  width: 270px;
}

/*institution*/

#instution_benefits .heading {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.5px;
  text-align: center;
}

#instution_benefits .desc {
  font-weight: 300;
  margin-bottom: 30px;
  text-align: center;
  font-size: 17px;
}

#instution_benefits {
  padding: 30px 0;
  background: #fff;
}

#instution_benefits button {
  letter-spacing: 1px;
  padding: 7px 20px;
  border-radius: 25px;
  -webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
  margin-top: 15px;
}

.institue-img-section {
  padding: 40px 0 0;
  background: #fff;

}

.institue-img-section .title {
  text-align: center;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.institue-img-section button {
  letter-spacing: 1px;
  padding: 6px 35px;
  border-radius: 25px;
  -webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
  box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
  margin-top: 15px;
  font-size: 16px;
}

.instute-stripe-color {
  background-color: #f2f4f3;
}

#course_testi .heading {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.5px;
  text-align: center;
  margin-bottom: 10px;
}

#course_testi {
  padding: 30px 0;
}

#instutue_section .heading {
  font-weight: 700;
  font-size: 28px;
  letter-spacing: 0.5px;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}

#instutue_section .nav-pills .active {
  background-color: transparent;
}

#instutue_section .nav-pills .link-one {
  background-color: #17aed9 !important;
  color: white !important;
  margin-right: 25px;
  border-radius: 130px 130px 0 0;
  padding: 13px 40px;
  font-size: 20px;
  outline: 0;
  border: none;
  font-weight: bold;
}

#instutue_section #pills-home {
  border: 25px solid #17aed9;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
}

#instutue_section .first_text {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 28px;
}

#instutue_section .second_text p {
  font-size: 16px;
}

#instutue_section .second_text ul li {
  margin-bottom: 10px;
  font-size: 14px;
}

#instutue_section .nav-pills .link-two {
  background-color: #aad73c !important;
  color: white !important;
  border-radius: 130px 130px 0 0;
  padding: 13px 40px;
  font-size: 20px;
  outline: 0;
  border: none;
  font-weight: bold;
}


#instutue_section #pills-profile {
  border: 25px solid #aad73c;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
}

#instutue_section {
  padding: 40px 0;
}

.contacting{
  padding-top: 30px;
}

.banner-photo img{
  width: 100%;
}


.edu_course{
  background-image: url(../images/courses/waves.png), linear-gradient(#b4d546, #59bc9f);
   background-position: bottom;
    background-repeat: no-repeat;

}

.banner-form {
  background-color: #ffffff;
  margin-bottom: 120px;
  padding: 25px;
  border-radius: 10px;
}

.banner-form-holder {
  margin: 40px 0;
}

.banner-form h3{
  font-size: 24px;
  margin: 10px auto 25px auto;
}

.yes{
  margin: 0 15px 0 39px;
}

.banner-form input{
  font-size: 20px;
}

.fonts{
  font-size: 19px;
}

.form-btn-container button{
  background: #0da9e4;
  color: #fff;
  font-size: 24px;
  border: none;
  outline: none;
}

.banner_left{
  margin-top: 40px;
}

.banner_left h4{
  font-size: 35px;
  color: #fff;
}

.banner_left p{
  color: #fff;
  font-size: 20px;
}

.banner-photo img{
  
}
.from_students{
	padding-top:30px;
}
.kids_learn{
  padding-bottom: 20px;
  background: #fff;
}

.kids_learn h3{
  text-align: center;
  font-size: 40px;
  margin: 30px 0;
}

.logic{
  border: 1px solid #ccc;
  display: flex;
  border-radius: 10px;
  margin-bottom: 15px;
}

.logic p{
  padding: 9px;
  background: #0da9e4;
  margin: 0px 10px 0px 0px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

.logic h4{
  margin-bottom: 0px;
  text-align: center;
  margin-left: auto;
  padding: 18px;
  margin-right: auto;
  font-size: 20px;
}

.center{
  margin: auto;
}

.logic_para{
  text-align: center;
  margin-top: 30px;
}

.kids-favor h2 {
  text-align: center;
  padding: 20px 0 0 0;
  font-size: 40px;
  font-weight: 600;
}

.kids {
  margin: 15px;
  background-color: #0da9e2;
  border-radius: 20px;
  padding: 15px;
  color: #fff;
}

.flex-direction {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  list-style: none;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 1rem;
}

.kids img {
  width: 85px;
}

.video {
  background-color: #11b6e4;
  padding-bottom: 40px;
  margin: 0px auto 0 auto;
}

.icon-box {
  height: 18rem;
  background-color: #ffffff;
  margin-top: 35px;
  border-radius: 25px;
  overflow: hidden;
}

.icon-box iframe {
  margin: 0 0 0 0;
}

.video-caption {
  margin-top: 60px;
}

.video-caption p {
  font-size: 26px;
  color: #ffffff;
  margin-top: 25px;
}

.video-caption span {
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
  margin-top: 5px;
}

#landing_page_bottom {
  position: relative;
  min-height: 400px;
}

#landing_page_bottom .bg-image {
  min-height: 400px;
  background-image: url(../images/landing-img/last_banner.jpg);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: 100% !important;
  background-position: top !important;
  position: relative;
  background-repeat: no-repeat;
}

.program_are h3{
  text-align: center;
  font-size: 40px;
}

.program_are p{
  text-align: center;
}

.programs{
  padding: 30px 0;
}

.frequent{
  padding: 40px 0;
  background: #fff;
}

.frequent h3{
  text-align: center;
  margin-bottom: 25px;
  font-size: 40px;
}

.client_head h3{
  text-align: center;
  font-size: 40px;
  margin-bottom: 40px;
}

.client_section{
  padding: 40px 0;
}

.our_section{
  padding: 40px 0;
    background: #fff;
}

.our_head h3{
  font-size: 40px;
  text-align: center;
  margin-bottom: 30px;
}

.what_kids{
  padding: 40px 0;
}

.skil{
  padding: 40px 0;
  background: #fff;
}

.skills img{
  width: 100%;
}

.course_slide{
  padding: 35px;
}

.course_slide img{
  width: 100%;
}

.course_slide p{
  font-size: 21px;
    line-height: 35px;
    text-align: justify;
    padding: 10px 0;
    color: #7a8696;
}

.course_slide h3{
  text-align: center;
  font-size: 35px;
  margin-bottom: 0px;
}

.course_slide h4{
  text-align: center;
  color: #7a8696;
}

.era p{
  margin-top: 40px;
}

.course_img{
  text-align: center;
}

.blog-author {
  margin: 0px 0 10px 0;
  font-size: 14px;
  color: #7e7d7d;
  font-weight: 700;
}

.blog_expand{
  margin-top: 30px;
  margin-bottom: 50px;
}

.inside_title h3{
  font-size: 30px !important;
  margin-bottom: 20px;
}

.blog_expand p{
  font-size: 17px;
  color: #000;
}

.blog_expand h3{
  font-size: 25px;
}

.main-title {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 15px;
}

.min-mrg-btm {
  margin-bottom: 10px;
}

#terms_condition_container{
  padding: 50px 0;
}

#privacy_policy{
  padding: 20px 0 0 0;
}

#about_privacy_policy{
  padding: 20px 0 50px 0;
}

.chess{
  position: fixed;
  top: 59%;
  transform-origin: 0 0;
  transform: rotate(270deg);
  right: -279px;
  font-size: 20px;
  background: #a3cf4f;
  font-weight: 600;
  padding: 15px 20px;
  border-radius: 20px 20px 0px 0px;
}

.chess a{
  color: #fff;
}

.english a{
  color: #fff;
}

.english {
  position: fixed;
  top: 74%;
  transform-origin: 0 0;
  transform: rotate(270deg);
  right: -70px;
  font-size: 20px;
  background: #a3cf4f;
  font-weight: 600;
  padding: 15px 20px;
  border-radius: 20px 20px 0px 0px;
}

.mobile_button{
  display: none;
}

.course_amt_detail{
  display: flow-root;
  padding-left: 10px;
  font-size: 18px;
}

.mrp{
  float: left;
  margin-right: 10px;
  color: #8f8f8f;
}

.mrp h3{
  font-size: 20px;
  color: red;
  text-decoration: line-through;
  margin-top: -7px;
  margin-bottom: 5px;
}

.offer{
  float: left;
  color: #8f8f8f;
}

.offer h5{
  font-size: 20px;
  color: #000;
  margin-top: -7px;
  margin-bottom: 5px;
}

.course_added{
  float: right;
  background: #eaeaea;
  padding: 10px 25px;
  border-top-left-radius: 20px;
  cursor: pointer;
}

.course_added h2{
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
}

.continue_pay a{
  text-align: center;
  color: #fff !important;
  background: #00adec;
  margin: 0 25px;
  border-radius: 51px;
  padding: 5px 10px !important;
  font-size: 20px !important;
  margin-top: 25px;
}

.faq_condition p{
  font-size: 16px;
}

.c_name{
  display: none;
}

.c_amt{
  display: none;
}


.topm{
  margin-top: 50px !important;
}

 .sidenav table, th,  tr, td{
border-collapse: collapse;
}

.sidenav  th, td {
  padding: 15px 0;
}

.cancel span{
  padding: 5px 10px !important;
    text-align: center;
    background: #d3d3d3;
    border-radius: 50%;
    margin: 0 5px;
    color: red !important;
    font-weight: 600;
}

.hide{
  display: none;
}

.bill_to h2{
  font-size: 25px;
  margin-bottom: 5px;
}

.bill_to p{
  font-size: 18px;
  margin-bottom: 5px;
}

 
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 150px;
  right: 0;
  background-color: #fff;
  transition: 0.5s;
  
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #000;
}

.sidenav .openclose {
  position: absolute;
  top: 0px;
  left: -52px;
  font-size: 36px;
  background: #cccc;
  padding: 0px 10px;
}

.preview{
  padding: 30px 0 30px 0;
  margin-bottom: 30px;
  min-height: 600px;
}

.cart_img{
  width: 100px;
}

.cart_img img{
  width: 100%;
  margin-right: 25px;
}

.cart_info h5{
  font-size: 16px;
}

.cart_info p{
  font-size: 14px;
}

.fnt_clr{
  font-weight: 700;
}

.cart_qty input{
  width: 33%;
}

.cart_qty a{
  display: block;
  margin: 10px 0;
  color: #959595;
}

.total_info a{
  display: block;
  margin: 10px 0;
  color: #959595;
}

.cart_left table thead{
  border-bottom: 1px solid;
  border-top: 1px solid
}

.cart_left table tbody{
  border-bottom: 1px solid;
}

.cart_right{
  background: #eeeeee;
  color: #000;
  padding: 20px;
  display: inline-block;
}

.items{
  float: left;
  font-weight: 600;
}

.items_amt{
  float: right;
  font-weight: 600;
}

.cart_right h2{
  padding: 10px 0 15px 0;
    border-bottom: 1px solid;
    font-size: 23px;
}

.item_count{
  padding: 10px 0;
  display: flow-root;
}

.sub{
  padding: 10px 0;
  width: 100%;
  float: left;
}

.dis{
  padding: 10px 0;
  width: 100%;
  float: left;
  border-bottom: 1px solid;
}

.ship{
  padding: 15px 0;
  width: 100%;
  float: left;
}

.tot{
  float: left;
  padding: 10px 0;
  width: 100%;
}

.ship input{
  margin: 10px 0 20px 0;
  background: #000 !important;
  color: #fff !important;
}

.generate_link{
  background: #ffffff;
  padding: 15px;
  border-radius: 20px;
  border: 1px #cccccc solid;
  margin: 0 0 30px 0;
}

.exit {
  background-color: #ef1a4c;
  border-radius: 50%;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 0.5;
  position: absolute;
  right: -10px;
  top: -9px;
  font-weight: bolder;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  padding: 0!important;
  font-size: 22px;
  z-index: 9;
}

.redir:hover{
  text-decoration: none;
}

.redir{
  text-decoration: none;
  background: #1b9ece !important;
  border-color: #1b9ece !important;
  color: #fff !important;
  font-weight: 600 !important;
  font-size: 19px !important;
}

.modal{
  z-index: 99999 !important; 
}

/*Don't forget to add Font Awesome CSS : "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css"*/
 .enq_inputs input[type="text"]{
  width: 100%;
  border: 0px solid #aaa;
  border-radius: 0px;
  margin: 8px 0;
  outline: none;
  padding: 8px;
  color: #000;
  box-sizing: border-box;
  transition: 0.3s;
}

.enq_inputs input[type="number"]{
  width: 100%;
  border: 0px solid #aaa;
  border-radius: 0px;
  margin: 8px 0;
  outline: none;
  padding: 8px;
  color: #000;
  box-sizing: border-box;
  transition: 0.3s;
}


.enq_inputs .inputWithIcon input[type="text"] {
  padding-left: 40px;
  background: #e7eeb0;
  font-size: 18px;
  font-weight: 700;
}

.enq_inputs .inputWithIcon input[type="number"] {
  padding-left: 40px;
  background: #e7eeb0;
  font-size: 18px;
  font-weight: 700;
}

.enq_inputs .inputWithIcon {
  position: relative;
}

.inputWithIcon i {
  position: absolute;
  left: 0;
  top: 20%;
  padding: 9px 8px;
  color: #c8da30;
  transition: 0.3s;
  background: #c8da30;
}


.enq_inputs .inputWithIcon.inputIconBg i {
  background-color: #fff;
  color: #c8da30;
  padding: 2px 8px;
  border-radius: 50%;
  margin-left: 5px;
  margin-top: 3px;
}

.eny_play{
  padding: 3px 12px 6px 12px;
  background: #092f43;
  color: #fff;
  border-radius: 50%;
  margin-left: 15px;
}

.enq_btn{
  color: #092f43;
    background-color: #fff;
    border-color: #007bff;
    padding: 10px 12px;
    border-radius: 57px;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 0 0 10px #007bff;
    margin: 25px auto; 
    display: block;
}

.enq_inputs{
  width: 65%;
  margin: auto;
}

.faqs .faq_statement a:after {
  content: "\02C8";
  float: right;
}

.add_bg{
  background: red !important;
}

#about_banner_image_container {
  height: 450px;
  display: table;
  padding-bottom: 0;
  padding-top: 0;
  table-layout: fixed;
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 78px;
}

#about_banner_image_container .bg-image {
  min-height: 450px;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/banner/about-us-desktop-v1.jpg);
  left: 0;
  position: absolute;
  right: 0;
  bottom: 0;
} 

#about_who_we_are {
  padding: 40px 0;
}

#about_who_we_are .left-con {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.5px;
}

#event_vision {
  padding: 30px 0;
}

#event_vision .main-title {
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

#event_vision .name {
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 15px;
}

#event_vision .desc {
  font-weight: 300;
  line-height: 2;
}

#about_learn_mission {
  padding: 40px 0;
}

#about_team_members .main-title {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

#about_team_members .about-container {
  position: relative;
  margin-bottom: 15px;
}

#about_team_members .about-container .poisiton {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #0000008a;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.riot-icon-plus{
  float: right;
  font-size: 30px;
}

@media (max-width: 575px) {

  .enq_inputs {
    width: 100% !important;
  }

  .enq {
    background-image: url(../images/bg.png);
    background-size: cover;
padding:30px 15px;
    
  }
  .section-a-image-float-center {
    background-image: url(../images/diya_malasiya.jpg);
    height: 310px;
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: 0 0 !important;
  }
  .section-a-content-float-top-right-dots {
    display: none;
  }
  .section-a-content {
    border-radius: 0;
  }
  .chess {
    top: 75%;
    padding: 3px 17px;
  }
  .english {
	
  }
  .section-a {
    margin: 20px 25px;
    height: auto !important;
    position: relative;
  }
  .section-a-content-float-top {
     position: relative;
     top: 0; 
     right: 0; 
     width: auto;
  }
  .section-a-content-float-bottom {
    position: relative;
    bottom: 0;
    right: 0;
  }
 .section-a-content p {  
   text-align: center;
 }
  .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: -9% !important;
    left: 0px !important;
  }
  .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: -9% !important;
    right: 75% !important;
  }
  .learning_image-layer-2{
    display: none;
  }
  .learning_image-layer-1{
    display: none;
  }
  .learning_image {

    background-image: none !important;
    height: max-content  !important;;
  }
  .learning_image img {
    width: 100%;
    
  }
  
.learning_image img {
  display: block  ;
}
  .banner {
    height: 350px;
  }
  .banner_video_mobile{
    display: block;
  }
  .banner_video{
    display: none;
  }
  .banner_video_mobile {
    width: 100%;
  }
  .site-navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .client{
    text-align: center;
  }
  #landing_page_bottom .bg-image {
    min-height: 155px;
    top: 10px;
  }
  .mobile_button{
    display: block;
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
  }
  .mobile_btn_view{
    width: 96%;
    margin: auto;
  }
  .classes a{
    color: #fff;
    font-size: 14px;
    background: #6abc44c7;
    padding: 10px 10px 10px 10px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-weight: 600;
  }
  .eng{
    float: left;
    width: 47%;
    text-align: center;
  }
  .che{
    float: right;
    width: 47%;
    text-align: center;
  }

}
 
  

@media (min-width: 576px) {
  .enq_inputs {
    width: 65%;
  }
  .section-a-image-float-center {
    background-image: url(../images/diya_malasiya.jpg);
    height: 321px;
    position: relative;
    width: 100%;
    background-size: 181%;
    background-position: 0 0 !important;
    background-position: 0px -10px !important;
  }
  .banner_video_mobile{
    display: none;
  }
  .section-a-content {
    border-radius: 0;
  }
  .banner {
    height: 350px;
  }
  .chess{
    display: none;
  }
  .english {
    display: none;
  }
  .learning_image {
    background-image: none !important;
    height: max-content  !important;;
  }
  .learning_image img {
    width: 100%;
    
  }
 
  .learning_image-layer-2{
    display: none;
  }
  .learning_image-layer-1{
    display: none;
  }
  .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: -9% !important;
    left: 0px !important;
  }
  .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: -9% !important;
    right: 84% !important;
  }
  .section-a {
    margin: 20px 25px;
    height: auto !important;
    position: relative;
  }
  .section-a-content-float-top {
     position: relative;
     top: 0; 
     right: 0; 
     width: auto;
  }
  .section-a-content-float-bottom {
    position: relative;
    bottom: 0;
    right: 0;
  }
  .site-navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #landing_page_bottom .bg-image {
    min-height: 180px;
    top: 5px;
  }
}

@media (min-width: 768px) {
  .section-a-image-float-center {
    background-position: -274px 0px !important;
    background-size: cover;
    height: 651px;
} 
.section-a-content-float-top-content {
  right: -79px  ;
}
.future_content {
  margin: 10px 0 0 0 !important;
}

.chess{
  display: block;
  right: -266px !important;
  top: 70% !important;
  z-index: 9;
}
.english {
  display: block;
  right: -68px !important;
  top: 87% !important;
  z-index: 9;
}
.section-a {
  margin: 20px 25px;
  height: auto !important;
  position: relative;
}
.section-a-content-float-top {
   position: absolute;
   top: -265px;
   right: 80px; 
   width: calc(100% - 80px);
}
.section-a-content-float-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}

.section-a-content {
  border-top-left-radius: 50px;
}

.client img{
  width: 100%;
}
.learning_image {
  background-image: url(../images/learning_robotic.jpg) !important;
  background-size: cover;
  margin: -15px 0 -15px -15px;
  height: 513px !important;
  background-repeat: no-repeat;
  background-position: -208px 0px;
}
.learning_image img{
  display: none;
}
.site-navbar {
  padding-top: 15px;
  padding-bottom: 15px;
}
.skill_content {
  padding: 10px;
  text-align: justify;
  height: 165px;
}
.enq{
  background-size: cover;
  padding: 25px 50px;
}

  
}

@media (min-width: 992px) {
  .section-a-image-float-center{
    background-position: -246px 0px !important;
    background-size: cover;
    height: 650px;
  }
  .section-a-content-float-top-content {
    right: -81px  ;
  }
  .future_content {
    margin: 10px 0 0 0 !important;
  }

  .owl-nav{
    width:100%;
    position: absolute;
    bottom: 0;
  }
  .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
   top: auto;
   left:0 !important;
  }
  .owl-carousel .owl-nav button.owl-next{
    position: absolute;
   top: auto;
   right:0 !important;
  }
  .site-navbar .site-navigation .site-menu>li>a {
    margin-left: 8px;
    margin-right: 8px;
  }
  .learning_image-layer-2 {
    display: block;
  }
  .learning_image-layer-1 {
    display: block;
  }
  .site-navbar {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .skill_content {
    padding: 10px;
    text-align: justify;
    height: 140px;
}
}


@media (min-width: 1200px) {

  .enq{
    background-size: cover;
    padding: 72px 50px;
  }
  .section-a-image-float-center {
    background-size: cover !important;
    height: 651px;
    background-position: 0 0 !important;
    width: 100%;
  }
  .site-navbar .site-navigation .site-menu>li>a {
    margin-left: 15px;
    margin-right: 15px;
  }
  .learning_image {
    background-image: url(../images/learning_robotic.jpg) !important;
    background-size: cover;
    margin: -15px 0 -15px -15px;
    height: 513px;
    position: relative;
    z-index: 9999;
    background-repeat: no-repeat;
    background-position: 0px 0px;
  }
  .site-navbar {
    padding-top: 25px;
    padding-bottom:25px;
  }
  #landing_page_bottom .bg-image {
    min-height: 275px;
    background-image: url(../images/landing-img/last_banner.jpg);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: top !important;
    position: relative;
    background-repeat: no-repeat;
  }
  #landing_page_bottom .bg-image {
    top: 18px;
    min-height: 310px;
  }
  .future_content {
    margin: 12% 0 0 0 !important;
  }
  .learning_image-layer-2 {
    display: block;
  }
  .learning_image-layer-1 {
    display: block;
  }
  	 .banner {
     height: calc(100vh - 18%);
    width: 100%;
  }
}


.alert-warning {
  color: #fff;
  background-color: #006a91;
  border-color: #006a91;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.enroll_whatsapp{
  text-align: center;
}

.enroll_whatsapp img{
  width: 150px;
}

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden
}

.cursor-inner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 99999;
  background-color: #1ab4ea;
  -webkit-transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out;
  transition: width .3s ease-in-out, height .3s ease-in-out, margin .3s ease-in-out, opacity .3s ease-in-out
}

/*.cursor-inner.cursor-hover {
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  background-color: #1ab4ea;
  opacity: .3
}*/

.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 3px solid #1ab4ea;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 99999;
  opacity: .5;
  -webkit-transition: all .08s ease-out;
  transition: all .08s ease-out
}

.cursor-outer.cursor-hover {
  opacity: 0
}


.top-bar a:hover{
  color: #16a9e4;
}

@keyframes button-anim {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

.action-btn.loading {
  color: transparent;
}

.action-btn.loading::after {
  opacity: 1;
}

.action-btn:focus {
  outline: 0.05em dashed #007bff; 
  outline-offset: 0.05em;
}

.action-btn::after {
  content: '';
  display: block;
  width: 1.563em;
  height: 1.563em;
  position: absolute;
  left: calc(50% - 0.75em);
  top: calc(50% - 0.75em);
  border: 5px solid transparent;
  border-right-color: #000;
  border-radius: 50%;
  animation: button-anim 0.7s linear infinite;
  opacity: 0;
}


/*.action-btn {
  background-color: #FF7F00;
  border: none;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.5em 1.25em;
  color: white;
  border-radius: 0.15em;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
  display: block;
}*/

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
   background: #cadb2e !important;
}

/* .hovering li a:hover{
   color: #13b1d7 !important;
   
}

.hovering li a{
  color: #000 !important;
} */

.has-children::marker{
  list-style: none !important;
  display: none;
  font-size: 0px;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
























