body {
  font-family: "Poppins", sans-serif;
  line-height: 1.3;
  color: #272850;
  padding-top: 130px;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}

body a {
  text-decoration: none;
  cursor: pointer;
}

body button {
  cursor: pointer;
}

body button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

body section {
  overflow: hidden;
}

body input::-webkit-input-placeholder, body .enquiry-popup .popup-wrapper .right form .input-wrapper textarea::-webkit-input-placeholder, .enquiry-popup .popup-wrapper .right form .input-wrapper body textarea::-webkit-input-placeholder, body .contact-page-wrapper .contact-form form .input-wrapper textarea::-webkit-input-placeholder, .contact-page-wrapper .contact-form form .input-wrapper body textarea::-webkit-input-placeholder {
  color: #272850;
}

body input:-ms-input-placeholder, body .enquiry-popup .popup-wrapper .right form .input-wrapper textarea:-ms-input-placeholder, .enquiry-popup .popup-wrapper .right form .input-wrapper body textarea:-ms-input-placeholder, body .contact-page-wrapper .contact-form form .input-wrapper textarea:-ms-input-placeholder, .contact-page-wrapper .contact-form form .input-wrapper body textarea:-ms-input-placeholder {
  color: #272850;
}

body input::-ms-input-placeholder, body .enquiry-popup .popup-wrapper .right form .input-wrapper textarea::-ms-input-placeholder, .enquiry-popup .popup-wrapper .right form .input-wrapper body textarea::-ms-input-placeholder, body .contact-page-wrapper .contact-form form .input-wrapper textarea::-ms-input-placeholder, .contact-page-wrapper .contact-form form .input-wrapper body textarea::-ms-input-placeholder {
  color: #272850;
}

body input::placeholder, body .enquiry-popup .popup-wrapper .right form .input-wrapper textarea::placeholder, .enquiry-popup .popup-wrapper .right form .input-wrapper body textarea::placeholder, body .contact-page-wrapper .contact-form form .input-wrapper textarea::placeholder, .contact-page-wrapper .contact-form form .input-wrapper body textarea::placeholder {
  color: #272850;
}

body textarea::-webkit-input-placeholder {
  color: #272850;
}

body textarea:-ms-input-placeholder {
  color: #272850;
}

body textarea::-ms-input-placeholder {
  color: #272850;
}

body textarea::placeholder {
  color: #272850;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.text-center {
  text-align: center;
}

.relative {
  position: relative;
}

.main-container {
  max-width: 1440px;
  margin: 0 auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.button, .white-btn, .primary-btn, .orange-btn, .outlined-btn, .outlined-btn-sm, .outlined-btn-lg, .white-outlined-btn {
  border-radius: 6px;
  padding: 12px 18px;
  font-family: "Raleway", sans-serif;
  font-weight: 800;
  cursor: pointer;
  font-size: 16px;
}

.section-heading {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 30px;
  padding: 0 15px;
}

.section-heading h1, .section-heading h2 {
  font-size: 55px;
  line-height: 74px;
  font-weight: 800;
}

.section-heading p {
  font-size: 24px;
  line-height: 32px;
  color: #587790;
  margin-top: 30px;
}

.blue-heading {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 30px;
  color: #00A6E7;
  font-style: italic;
  padding: 0 15px;
}

.blue-heading h1, .blue-heading h2 {
  font-size: 50px;
  line-height: 66px;
  font-weight: 800;
}

.white-btn {
  background: #fff;
  border: 1px solid #707070;
  color: #368baa;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
}

.white-btn:hover {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
}

.primary-btn {
  background: #368baa;
  border: 1px solid #707070;
  color: #fff;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
}

.primary-btn:hover {
  background: transparent;
  color: #368baa;
  border: 1px solid #368baa;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
}

.orange-btn {
  background: #F4A13F;
  border: 1px solid #F4A13F;
  color: #fff;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
}

.orange-btn:hover {
  background: transparent;
  color: #F4A13F;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
}

.outlined-btn, .outlined-btn-sm, .outlined-btn-lg {
  background: transparent;
  border: 1px solid #368baa;
  color: #368baa;
  padding: 15px 25px;
  font-size: 18px;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
}

.outlined-btn:hover, .outlined-btn-sm:hover, .outlined-btn-lg:hover {
  border-radius: 30px;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
}

.outlined-btn-sm {
  padding: 12px 20px;
  font-size: 16px;
}

.outlined-btn-lg {
  padding: 18px 30px;
  font-size: 20px;
  font-weight: 500;
}

.white-outlined-btn {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 15px 25px;
  font-size: 20px;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
}

.white-outlined-btn:hover {
  border-radius: 30px;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
}

.arrow-btn {
  background-color: #368baa;
  color: #fff;
  font-size: 18px;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  border: 1px solid #368baa;
  cursor: pointer;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
}

.arrow-btn:hover {
  background-color: transparent;
  color: #368baa;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
}

.sidenav {
  position: fixed;
  left: -300px;
  width: 280px;
  background: #fff;
  -webkit-box-shadow: -10px 0 30px #8B8A99;
          box-shadow: -10px 0 30px #8B8A99;
  z-index: 10;
  height: 100vh;
  top: 0;
  overflow: hidden auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
}

.sidenav.show {
  left: 0;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
}

.sidenav .sidebar-nav {
  margin-bottom: 100px;
}

.sidenav .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 15px 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.sidenav .logo img {
  width: 180px;
  margin-right: 10px;
}

.sidenav ul {
  list-style-type: none;
  padding: 0 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.sidenav ul li {
  margin-bottom: 30px;
  position: relative;
}

.sidenav ul li .new-badge {
  position: absolute;
  right: 0;
  top: -3px;
  font-size: 12px;
  padding: 3px 7px;
  background: orange;
  color: white;
  border-radius: 4px;
}

.sidenav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sidenav ul li a i {
  font-size: 16px;
  margin-right: 6px;
  color: #272850;
}

.sidenav ul li a span {
  font-size: 15px;
  font-weight: 700;
  color: #587790;
}

.sidenav ul li ul {
  padding: 0 0 0 45px;
  list-style-type: disc;
}

.sidenav ul li ul li {
  margin: 15px 0 0 0;
}

.sidenav ul li ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #587790;
}

.sidenav .sidenav-footer {
  background: #368baa;
  position: relative;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.sidenav .sidenav-footer img {
  width: 110%;
  position: absolute;
  left: -5%;
  top: -73px;
}

.sidenav .sidenav-footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0 20px;
  margin-top: 25px;
}

.sidenav .sidenav-footer ul li {
  display: inline-block;
  margin-right: 20px;
}

.sidenav .sidenav-footer ul li a {
  color: #fff;
}

.sidenav .sidenav-footer .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sidenav .sidenav-footer .links .link {
  width: 50%;
  padding: 10px 0;
}

.sidenav .sidenav-footer .links .link a {
  color: #EAEEF7;
  font-size: 12px;
}

header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}

.header .top-header .top-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 15px;
}

.header .top-header .top-header-content .contact-info {
  cursor: pointer;
}

.header .top-header .top-header-content .contact-info i {
  margin-right: 7px;
  font-size: 18px;
  color: #14526f;
}

.header .top-header .top-header-content .contact-info span {
  margin-right: 10px;
  color: #707070;
}

.header .top-header .top-header-content .social-links .social-icon {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  margin-left: 10px;
  background: #368baa;
  cursor: pointer;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
}

.header .top-header .top-header-content .social-links .social-icon:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
}

.header .top-header .top-header-content .social-links .social-icon i {
  font-size: 16px;
  color: #fff;
}

.header .main-nav {
  background: #368baa;
}

.header .main-nav .main-nav-content {
  padding: 10px 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .main-nav .main-nav-content .logo span {
  font-size: 40px;
  font-weight: 700px;
  color: #fff;
  font-family: "Great Vibes", cursive;
}

.header .main-nav .main-nav-content .logo img {
  max-width: 200px;
}

.header .main-nav .main-nav-content .nav-links ul {
  list-style-type: none;
}

.header .main-nav .main-nav-content .nav-links ul li {
  padding: 10px 22px;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  position: relative;
}

.header .main-nav .main-nav-content .nav-links ul li a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}

.header .main-nav .main-nav-content .nav-links ul li a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -1px;
  left: 0;
  background-color: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.header .main-nav .main-nav-content .nav-links ul li a:hover:after {
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.header .main-nav .main-nav-content .nav-links ul li .new-badge {
  position: absolute;
  bottom: -19px;
  padding: 2px 7px;
  font-size: 14px;
  color: #fff;
  background: #F4A13F;
  border-radius: 3px;
  -webkit-box-shadow: 0px 8px 9px rgba(189, 189, 189, 0.3);
          box-shadow: 0px 8px 9px rgba(189, 189, 189, 0.3);
}

.header .main-nav .main-nav-content .nav-links ul li .new-badge::after {
  border-left: solid 7px transparent;
  border-right: solid 7px transparent;
  border-bottom: solid 7px #F4A13F;
  height: 0;
  width: 0;
  content: '';
  position: absolute;
  top: -7px;
  left: 15px;
}

.header .main-nav .main-nav-content .nav-links ul li:hover ul {
  display: block;
}

.header .main-nav .main-nav-content .nav-links ul li ul {
  display: none;
  position: absolute;
  left: 20px;
  top: 35px;
  width: 180px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #fff;
  padding-left: 0;
}

.header .main-nav .main-nav-content .nav-links ul li ul li {
  padding: 0;
}

.header .main-nav .main-nav-content .nav-links ul li ul li:hover {
  transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
}

.header .main-nav .main-nav-content .nav-links ul li ul li a {
  color: #587790;
  font-size: 16px;
  display: block;
  padding: 8px 15px;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
}

.header .main-nav .main-nav-content .nav-links ul li ul li a::before {
  display: none;
}

.header .main-nav .main-nav-content .nav-links ul li ul li a:hover {
  background: #368baa;
  color: #fff;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
}

.main-banner {
  position: relative;
}

.main-banner #mainMobileSlider {
  display: none;
}

.main-banner #mainSlider .owl-dots {
  position: absolute;
  bottom: 50px;
  width: 100%;
  display: none;
}

.main-banner #mainSlider .owl-dots .owl-dot.active span {
  background: #F4A13F;
}

.main-banner #mainSlider .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  background: #fff;
}

.main-banner #mainSlider .owl-nav {
  position: absolute;
  top: 41%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 20px;
}

.main-banner #mainSlider .owl-nav button {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  opacity: 0.5;
  -webkit-transition: .3s all;
  transition: .3s all;
  font-size: 55px;
  line-height: 1;
}

.main-banner #mainSlider .owl-nav button:hover {
  opacity: 1;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.main-banner #mainSlider .owl-nav button:hover span {
  color: #272850;
}

.main-banner #mainSlider .owl-nav button span {
  margin-top: -5px;
}

.main-banner #mainSlider .slider-item .img-sm {
  display: none;
}

.main-banner .banner-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.main-banner .banner-content .mobile-banner {
  display: none;
}

.main-banner .banner-content .banner-text {
  max-width: 40%;
  color: #368baa;
  padding: 8vw 15px 20px;
}

@media (max-width: 1370px) {
  .main-banner .banner-content .banner-text {
    padding: 5vw 15px 20px;
  }
}

.main-banner .banner-content .banner-text h2 {
  font-size: 60px;
  line-height: 75px;
  font-family: "Great Vibes", cursive;
  margin: 0;
  font-weight: 300;
}

@media (max-width: 1370px) {
  .main-banner .banner-content .banner-text h2 {
    font-size: 45px;
    line-height: 50px;
  }
}

.main-banner .banner-content .banner-text h3 {
  font-size: 60px;
  line-height: 60px;
  font-family: "Raleway", sans-serif;
  margin: 0 0 15px 0;
}

@media (max-width: 1370px) {
  .main-banner .banner-content .banner-text h3 {
    font-size: 45px;
    line-height: 50px;
  }
}

.main-banner .banner-content .banner-text p {
  font-size: 26px;
  line-height: 34px;
  font-family: "Poppins", sans-serif;
  color: #8B8A99;
  font-weight: 400;
  margin: 0 0 70px 0;
}

.main-banner .banner-content .banner-text p span {
  font-weight: 800;
}

@media (max-width: 1370px) {
  .main-banner .banner-content .banner-text p {
    font-size: 22px;
    margin-bottom: 45px;
  }
}

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

.about-us {
  position: relative;
  padding: 80px 0;
}

.about-us .btn-action-row {
  display: none;
}

.about-us .rectangle-bg {
  position: absolute;
  right: 0;
  top: 0;
  background: #F8F7F2;
  width: 40%;
  height: 100%;
}

.about-us .about-content-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about-us .about-content-wrapper .about-info {
  width: 45%;
  padding: 15px;
}

.about-us .about-content-wrapper .about-info h2 {
  font-size: 55px;
  font-weight: 700;
  color: #272850;
  margin: 15px 0;
}

.about-us .about-content-wrapper .about-info p {
  font-size: 24px;
  font-weight: 400;
  color: #587790;
  margin-bottom: 40px;
  line-height: 34px;
}

.about-us .about-content-wrapper .about-tiles {
  width: 55%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 15px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.about-us .about-content-wrapper .about-tiles .tile {
  width: 290px;
  height: 290px;
  background: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 8px #ccc;
          box-shadow: 0 3px 8px #ccc;
  padding: 20px 15px;
  margin: 15px;
  position: relative;
  overflow: hidden;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
}

.about-us .about-content-wrapper .about-tiles .tile:hover {
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
}

.about-us .about-content-wrapper .about-tiles .tile:hover .bg-overlay {
  bottom: 0;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
}

.about-us .about-content-wrapper .about-tiles .tile:hover h4, .about-us .about-content-wrapper .about-tiles .tile:hover p {
  color: #fff;
}

.about-us .about-content-wrapper .about-tiles .tile .bg-overlay {
  position: absolute;
  left: 0;
  bottom: -300px;
  background: #368baa;
  width: 100%;
  height: 100%;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
}

.about-us .about-content-wrapper .about-tiles .tile img {
  width: 75px;
  margin-bottom: 20px;
  position: relative;
}

.about-us .about-content-wrapper .about-tiles .tile h4 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  color: #368baa;
}

.about-us .about-content-wrapper .about-tiles .tile p {
  font-size: 16px;
  position: relative;
  color: #587790;
}

.services {
  background: #368baa;
  position: relative;
  overflow: hidden;
  padding: 50px 0 350px;
}

.services .lake-bg {
  width: 130%;
  position: absolute;
  bottom: -30px;
  left: -15%;
}

.services .heading {
  max-width: 800px;
  margin: 30px auto;
  text-align: center;
  color: #fff;
}

.services .heading h1 {
  margin-bottom: 30px;
  font-size: 55px;
  font-weight: 700;
}

.services .heading p {
  font-size: 25px;
}

.services .service-cards {
  padding: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

.services .service-cards .card {
  width: 265px;
  height: 380px;
  border-radius: 12px;
  -webkit-box-shadow: 0 0 5px #8B8A99;
          box-shadow: 0 0 5px #8B8A99;
  overflow: hidden;
  position: relative;
  margin: 15px;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
}

.services .service-cards .card .content {
  height: 100%;
}

.services .service-cards .card:hover {
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
}

.services .service-cards .card:hover .overlay {
  left: 0%;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
}

.services .service-cards .card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.services .service-cards .card .card-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  color: #fff;
}

.services .service-cards .card .card-info span {
  font-size: 85px;
  line-height: 100px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}

.services .service-cards .card .card-info p {
  font-size: 28px;
  line-height: 37px;
  font-weight: 700;
}

.services .service-cards .card .overlay {
  position: absolute;
  left: -300px;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #368baa;
  padding: 15px;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
}

.services .service-cards .card .overlay .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.services .service-cards .card .overlay .img img {
  width: 60px;
  margin-left: 30px;
}

.services .service-cards .card .overlay .img span {
  font-size: 85px;
  line-height: 110px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}

.services .service-cards .card .overlay .head span {
  font-size: 25px;
  line-height: 32px;
  font-weight: 700;
}

.services .service-cards .card .overlay p {
  line-height: 22px;
  margin: 15px 0;
}

.stats {
  background-color: #368baa;
  padding: 70px 0;
}

.stats .stats-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
}

.stats .stats-wrapper .stat img {
  margin-right: 15px;
  width: 60px;
}

.stats .stats-wrapper .stat span {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

.unlock {
  background: #368baa;
  padding: 30px 15px;
}

.unlock .feature-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.unlock .feature-wrapper img {
  max-width: 300px;
}

.unlock .feature-wrapper h3 {
  color: #fff;
  font-weight: 700;
  font-size: 66px;
  line-height: 88px;
  max-width: 930px;
  padding-left: 30px;
}

.testimonials-sm {
  display: none;
}

.testimonials-sm .owl-nav {
  display: none;
}

.testimonials {
  min-height: 700px;
  padding-top: 40px;
  position: relative;
  margin-bottom: 50px;
}

.testimonials .owl-nav {
  display: none;
}

.testimonials .testimonials-bg {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
}

.testimonials .testimonials-wrapper {
  margin-top: 50px;
  position: relative;
}

.testimonials .testimonials-wrapper .content {
  padding: 0 30px 0 15px;
  width: 50%;
}

.testimonials .testimonials-wrapper .content .heading {
  margin-bottom: 40px;
}

.testimonials .testimonials-wrapper .content .heading h3 {
  font-weight: 200;
  font-size: 50px;
  line-height: 59px;
  color: #272850;
}

.testimonials .testimonials-wrapper .content .heading h2 {
  font-weight: 700;
  font-size: 55px;
  line-height: 67px;
  color: #272850;
}

.testimonials .testimonials-wrapper .content p {
  font-size: 24px;
  line-height: 35px;
  color: #587790;
}

.testimonials .testimonials-wrapper .content .signature {
  margin-top: 50px;
}

.testimonials .testimonials-wrapper .content .signature img {
  width: 80px;
  margin-right: 20px;
  display: inline-block;
}

.testimonials .testimonials-wrapper .content .signature .info p {
  font-size: 30px;
  font-weight: 700;
  color: #368baa;
  line-height: 40px;
}

.testimonials .testimonials-wrapper .content .signature .info p {
  font-size: 30px;
  font-weight: 700;
  color: #368baa;
  line-height: 40px;
}

.testimonials .testimonials-wrapper .content .signature .info p span {
  font-size: 18px;
  line-height: 26px;
}

.testimonials .testimonials-wrapper .content .signature .info span {
  font-size: 22px;
  font-weight: 500;
  color: #14526f;
  line-height: 28px;
}

.testimonials .testimonials-wrapper img {
  width: 45%;
}

.our-courses {
  padding: 80px 0 130px;
}

.our-courses .heading {
  text-align: center;
  max-width: 840px;
  margin: 0 auto;
}

.our-courses .heading h1 {
  font-size: 55px;
  font-weight: 300;
  line-height: 70px;
}

.our-courses .heading h2 {
  font-size: 55px;
  font-weight: 700;
  line-height: 67px;
}

.our-courses .heading p {
  font-size: 25px;
  line-height: 33px;
  color: #587790;
  margin: 15px 0;
}

.our-courses .course-tabs {
  padding: 0 15px;
}

.our-courses .course-tabs .tab-list {
  margin: 60px 0 30px;
}

.our-courses .course-tabs .tab-list ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.our-courses .course-tabs .tab-list ul li {
  height: 70px;
  cursor: pointer;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #EAEEF7;
}

.our-courses .course-tabs .tab-list ul li.active {
  background: #368baa;
}

.our-courses .course-tabs .tab-list ul li.active span {
  color: #fff;
  font-weight: 700;
}

.our-courses .course-tabs .tab-list ul li span {
  font-size: 25px;
  font-weight: 400;
  color: #587790;
}

.course-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.course-list .course {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px;
  -webkit-box-shadow: 0 3px 8px rgba(88, 119, 144, 0.4);
          box-shadow: 0 3px 8px rgba(88, 119, 144, 0.4);
  margin: 20px 15px;
  border-radius: 10px;
  max-width: calc(100% / 3 - 30px);
  background: #fff;
}

.course-list .course img {
  width: 100%;
  margin-bottom: 10px;
}

.course-list .course .content {
  margin-top: 15px;
}

.course-list .course .content .price {
  font-size: 25px;
  color: #368baa;
  font-weight: 700;
  margin-bottom: 10px;
}

.course-list .course .content .price span {
  text-decoration: line-through;
  font-size: 22px;
  font-weight: 300;
  color: #8B8A99;
  margin-right: 10px;
}

.course-list .course .content h4 {
  font-size: 27px;
  margin-bottom: 10px;
  line-height: 35px;
  font-weight: 800;
}

.course-list .course .content h4 span {
  color: #368baa;
}

.course-list .course .content p {
  color: #587790;
  line-height: 21px;
}

.course-list .course .info {
  text-align: center;
  margin-top: 15px;
}

.course-list .course .info .classes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0 15px;
}

.course-list .course .info .classes span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.course-list .course .info .classes span i {
  font-size: 22px;
  color: #368baa;
}

.course-list .course .info .classes span span {
  font-size: 14px;
  margin-left: 7px;
  color: #587790;
}

.course-list .course .info .rating {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.course-list .course .info .rating span {
  margin-right: 6px;
  color: #587790;
}

.course-list .course .info .rating i {
  color: gold;
  margin-left: 2px;
}

.footer {
  color: #fff;
  position: relative;
}

.footer .fish {
  width: 85px;
  position: absolute;
}

.footer .fish.fish1 {
  left: 50px;
  top: 100px;
}

.footer .fish.fish2 {
  left: 35%;
  top: 200px;
}

.footer .fish.fish3 {
  right: 50px;
  top: 150px;
}

.footer .fish.fish4 {
  right: 30%;
  top: 100px;
}

.footer .footer-main {
  background: url("../../images/footer-bg1.svg") no-repeat scroll center center/cover;
  margin-top: -2px;
}

.footer .footer-main .flex {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer .footer-main .footer-links {
  padding: 15px;
  width: 20%;
}

.footer .footer-main .footer-links:first-child, .footer .footer-main .footer-links:last-child {
  width: 30%;
}

.footer .footer-main .footer-links h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  margin-bottom: 30px;
}

.footer .footer-main .footer-links h4::after {
  content: '';
  position: absolute;
  height: 3px;
  background-color: #fff;
  bottom: -10px;
  left: 0;
  width: 100px;
}

.footer .footer-main .footer-links ul {
  list-style-type: none;
  padding: 0;
}

.footer .footer-main .footer-links ul li a {
  color: #fff;
  font-size: 18px;
  line-height: 35px;
}

.footer .footer-main .footer-links p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 5px;
  border-bottom: 1px dotted #fff;
  font-size: 18px;
  margin-bottom: 10px;
}

.footer .footer-main .footer-links p i {
  font-size: 20px;
  margin-right: 8px;
}

.footer .footer-main .footer-links p a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

.footer .footer-main .logo img {
  max-width: 200px;
  margin-bottom: 10px;
}

.footer .footer-main .logo p {
  border: none;
  margin: 20px 0 0 0;
  font-size: 16px;
  line-height: 24px;
}

.footer img {
  width: 100%;
  margin-bottom: -5px;
}

.footer .copyright {
  background: #14526f;
}

.footer .copyright .copy-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 15px;
}

.footer .copyright .copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .copyright .copy ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer .copyright .copy ul li {
  border-right: 1px solid #fff;
}

.footer .copyright .copy ul li:last-child {
  border-right: 0;
}

.footer .copyright .copy ul li a {
  color: #fff;
  font-weight: 700;
  padding: 5px 4px;
}

.footer .copyright .social-links .social-icon {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  margin-left: 10px;
  background: #fff;
  cursor: pointer;
  line-height: 0.5;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
}

.footer .copyright .social-links .social-icon:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
}

.footer .copyright .social-links .social-icon i {
  font-size: 16px;
  color: #272850;
}

.header-sm {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  background: #368baa;
  padding: 10px 15px;
}

.header-sm .menu-icon span {
  height: 3px;
  width: 17px;
  background: #fff;
  display: block;
}

.header-sm .menu-icon span:first-child {
  width: 25px;
  margin-bottom: 5px;
}

.header-sm .menu-icon span:last-child {
  width: 25px;
  margin-top: 5px;
}

.header-sm .logo img {
  width: 140px;
}

.enquiry-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(54, 139, 170, 0.5);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
  z-index: 100;
}

.enquiry-popup.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.enquiry-popup .popup-wrapper {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  padding: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.enquiry-popup .popup-wrapper .left {
  width: 50%;
  padding-right: 15px;
}

.enquiry-popup .popup-wrapper .left img {
  width: 100%;
}

.enquiry-popup .popup-wrapper .left .drops {
  position: absolute;
  left: 100px;
  bottom: 20px;
  width: 100px;
}

.enquiry-popup .popup-wrapper .right {
  width: 50%;
}

.enquiry-popup .popup-wrapper .right h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 50px;
  color: #368baa;
  margin-bottom: 10px;
}

.enquiry-popup .popup-wrapper .right form .input-wrapper {
  position: relative;
  margin-bottom: 15px;
}

.enquiry-popup .popup-wrapper .right form .input-wrapper.w-50 {
  width: 49%;
  display: inline-block;
}

.enquiry-popup .popup-wrapper .right form .input-wrapper .valid-promo-code {
  right: 14px;
  top: 18px;
}

.enquiry-popup .popup-wrapper .right form .input-wrapper label {
  position: absolute;
  left: 15px;
  top: 21px;
  color: #8B8A99;
  font-size: 18px;
}

.enquiry-popup .popup-wrapper .right form .input-wrapper .error {
  color: red;
  font-size: 14px;
  position: static;
}

.enquiry-popup .popup-wrapper .right form .input-wrapper input, .enquiry-popup .popup-wrapper .right form .input-wrapper textarea, .enquiry-popup .popup-wrapper .right form .input-wrapper select {
  background: #F7F6F2;
  height: 65px;
  border: 1px solid #368baa;
  padding: 10px 20px;
  width: 100%;
}

.enquiry-popup .popup-wrapper .right form .input-wrapper textarea {
  height: 130px;
  padding: 22px 20px;
}

.enquiry-popup .popup-wrapper .right form button {
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  background: #368baa;
  padding: 10px 20px;
  color: #fff;
  border: 1px solid #368baa;
  border-radius: 3px;
}

.enquiry-popup .popup-wrapper .lead-success-msg {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  padding: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}

.enquiry-popup .popup-wrapper .lead-success-msg p {
  color: #368baa;
  font-weight: 700;
  font-size: 35px;
  line-height: 48px;
}

.promotional-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  width: 100vw;
  background: rgba(54, 139, 170, 0.6);
  position: fixed;
  left: 0;
  top: 0;
  padding: 40px 20px;
  display: none;
}

.promotional-popup .content-wrapper {
  position: relative;
  text-align: center;
  max-width: 900px;
}

.promotional-popup .content-wrapper .close-popup {
  position: absolute;
  top: -50px;
  right: 0;
  color: #fff;
  font-size: 35px;
  cursor: pointer;
}

.promotional-popup .content-wrapper img {
  width: 100%;
}

.promotional-popup .content-wrapper .img-lg {
  display: block;
  border: 5px solid #F4A13F;
}

.promotional-popup .content-wrapper .img-sm {
  display: none;
}

.promotional-popup .content-wrapper button {
  position: absolute;
  bottom: 25px;
  left: calc(50% - 70px);
  width: 140px;
  background: #368baa;
  color: #fff;
  border: 1px solid #368baa;
  height: 50px;
}

.common-banner {
  position: relative;
}

.common-banner .img-lg {
  width: 100%;
}

.common-banner .img-sm {
  width: 100%;
  display: none;
}

.common-banner .banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(54, 139, 170, 0.35);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.common-banner .banner-overlay h1 {
  font-size: 55px;
  line-height: 73px;
  font-weight: 800;
  color: #fff;
}

.common-banner .banner-overlay button {
  font-size: 20px;
  padding: 15px 50px;
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}

marquee {
  padding: 5px 10px;
  background: rgba(180, 224, 244, 0.6);
  position: relative;
}

marquee a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

marquee img {
  width: 30px;
}

marquee span {
  font-size: 18px;
  font-weight: 700;
}

marquee span strong {
  color: red;
  font-size: 20px;
}

.contact-page-wrapper .connect-with-us {
  padding: 60px 0;
  background: rgba(248, 247, 242, 0.5);
}

.contact-page-wrapper .connect-with-us .heading {
  text-align: center;
  margin: 0 auto 40px;
  max-width: 1000px;
}

.contact-page-wrapper .connect-with-us .heading h2 {
  font-size: 66px;
  line-height: 88px;
  font-weight: 800;
  margin-bottom: 10px;
}

.contact-page-wrapper .connect-with-us .heading p {
  font-size: 24px;
  line-height: 32px;
  color: #587790;
}

.contact-page-wrapper .connect-with-us .connect-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-page-wrapper .connect-with-us .connect-wrapper .connect-tile {
  min-height: 200px;
  width: 31%;
  margin: 10px 2%;
  -webkit-box-shadow: -4px 4px 10px rgba(39, 40, 80, 0.13);
          box-shadow: -4px 4px 10px rgba(39, 40, 80, 0.13);
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  border: 2px solid transparent;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
}

.contact-page-wrapper .connect-with-us .connect-wrapper .connect-tile:hover {
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  border: 2px solid #368baa;
}

.contact-page-wrapper .connect-with-us .connect-wrapper .connect-tile img {
  position: absolute;
  right: -65px;
  bottom: -22px;
  width: 45%;
}

.contact-page-wrapper .connect-with-us .connect-wrapper .connect-tile .icon {
  font-size: 30px;
  color: #368baa;
  margin-right: 15px;
  margin-top: 7px;
}

.contact-page-wrapper .connect-with-us .connect-wrapper .connect-tile .info h4 {
  font-size: 29px;
  line-height: 38px;
  color: #368baa;
  margin-bottom: 20px;
}

.contact-page-wrapper .connect-with-us .connect-wrapper .connect-tile .info p {
  font-size: 18px;
  line-height: 24px;
}

.contact-page-wrapper .connect-with-us .connect-wrapper .connect-tile .info p a {
  color: #587790;
}

.contact-page-wrapper .contact-form {
  padding: 60px 0;
}

.contact-page-wrapper .contact-form h3 {
  font-size: 48px;
  line-height: 64px;
  text-align: center;
  font-weight: 800;
}

.contact-page-wrapper .contact-form form {
  max-width: 1000px;
  margin: 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact-page-wrapper .contact-form form .input-wrapper {
  position: relative;
  margin-bottom: 20px;
  padding: 0 10px;
  width: 50%;
}

.contact-page-wrapper .contact-form form .input-wrapper.full {
  width: 100%;
}

.contact-page-wrapper .contact-form form .input-wrapper input, .contact-page-wrapper .contact-form .enquiry-popup .popup-wrapper .right form .input-wrapper textarea, .enquiry-popup .popup-wrapper .right .contact-page-wrapper .contact-form form .input-wrapper textarea, .contact-page-wrapper .contact-form form .input-wrapper textarea, .contact-page-wrapper .contact-form form .input-wrapper select {
  background: #F7F6F2;
  height: 50px;
  border: 1px solid #368baa;
  padding: 10px 15px;
  width: 100%;
}

.contact-page-wrapper .contact-form form .input-wrapper input.error, .contact-page-wrapper .contact-form form .input-wrapper textarea.error, .contact-page-wrapper .contact-form form .input-wrapper select.error {
  border-color: red;
}

.contact-page-wrapper .contact-form form .input-wrapper textarea {
  height: 200px;
  padding: 15px;
}

.contact-page-wrapper .contact-form form .input-wrapper textarea.error {
  border-color: red;
}

.contact-page-wrapper .contact-form form .input-wrapper label.error {
  color: red;
  padding-top: 5px;
  font-size: 14px;
}

.contact-page-wrapper .contact-form form button {
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  background: #368baa;
  padding: 10px 20px;
  color: #fff;
  border: 1px solid #368baa;
  border-radius: 4px;
}

.contact-page-wrapper .contact-form form .form-action {
  text-align: center;
  margin-top: 30px;
  width: 100%;
}

form .input-wrapper span.error {
  color: red;
  padding-top: 5px;
  font-size: 14px;
}

.map iframe {
  width: 100%;
  height: 420px;
}

.newsletter {
  background: #14526f;
  padding: 60px 0 40px;
  text-align: center;
  margin-bottom: 70px;
}

.newsletter h3 {
  font-size: 48px;
  line-height: 64px;
  margin-bottom: 40px;
  color: #fff;
}

.newsletter form {
  position: relative;
  width: 720px;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.newsletter form .error {
  font-size: 12px;
  color: red;
  margin-bottom: 7px;
}

.newsletter form .input-div {
  width: 300px;
  height: 100px;
}

.newsletter form .input-div.email {
  margin-left: 20px;
  width: 400px;
}

.newsletter form .input-div input, .newsletter .enquiry-popup .popup-wrapper .right form .input-div .input-wrapper textarea, .enquiry-popup .popup-wrapper .right .newsletter form .input-div .input-wrapper textarea, .newsletter .enquiry-popup .popup-wrapper .right form .input-wrapper .input-div textarea, .enquiry-popup .popup-wrapper .right .newsletter form .input-wrapper .input-div textarea, .newsletter .contact-page-wrapper .contact-form form .input-div .input-wrapper textarea, .contact-page-wrapper .contact-form .newsletter form .input-div .input-wrapper textarea, .newsletter .contact-page-wrapper .contact-form form .input-wrapper .input-div textarea, .contact-page-wrapper .contact-form .newsletter form .input-wrapper .input-div textarea {
  width: 100%;
  height: 80px;
  border-color: none;
  padding: 15px 20px;
  font-size: 20px;
  border-radius: 40px;
  border: 5px solid #368baa;
}

.newsletter form button {
  height: 52px;
  color: #fff;
  border: 1px solid #F4A13F;
  padding: 15px 25px;
  position: absolute;
  right: 20px;
  top: 14px;
  background: #F4A13F;
  border-radius: 30px;
}

.newsletter .success-txt {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
  display: none;
  text-align: center;
}

.services-page-wrapper .services-wrapper {
  padding: 90px 0 140px;
}

.services-page-wrapper .services-wrapper .main-container {
  position: relative;
}

.services-page-wrapper .services-wrapper img.top {
  position: absolute;
  left: -120px;
  top: -120px;
  width: 150px;
}

.services-page-wrapper .services-wrapper img.bottom {
  position: absolute;
  right: -120px;
  bottom: -120px;
  width: 150px;
}

.services-page-wrapper .services-wrapper .single-service {
  border: 2px solid #368baa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 80px 15px 0 15px;
}

.services-page-wrapper .services-wrapper .single-service .image {
  width: 35%;
}

.services-page-wrapper .services-wrapper .single-service .image img {
  width: 100%;
}

.services-page-wrapper .services-wrapper .single-service .content {
  background: #fff;
  width: 65%;
  padding: 30px;
}

.services-page-wrapper .services-wrapper .single-service .content h4 {
  font-size: 45px;
  line-height: 60px;
  margin-bottom: 20px;
  color: #368baa;
}

.services-page-wrapper .services-wrapper .single-service .content p {
  font-size: 24px;
  line-height: 32px;
  color: #587790;
  text-align: justify;
}

.services-page-wrapper .start-journey {
  background: #14526f;
  padding: 60px 0 150px;
  position: relative;
}

.services-page-wrapper .start-journey img {
  width: 130%;
  left: -20%;
  bottom: -32%;
  position: absolute;
}

.services-page-wrapper .start-journey .section-heading {
  position: relative;
  z-index: 1;
}

.services-page-wrapper .start-journey .section-heading h2, .services-page-wrapper .start-journey .section-heading p {
  color: #fff;
}

.services-page-wrapper .start-journey .section-heading button {
  height: 60px;
  color: #fff;
  border: 1px solid #F4A13F;
  padding: 15px 25px;
  background: #F4A13F;
  border-radius: 8px;
  font-size: 18px;
  margin-top: 50px;
}

.services-page-wrapper .special-features {
  padding: 90px 0 200px;
  position: relative;
  background: #fff;
  top: -4px;
}

.services-page-wrapper .special-features img.design-left {
  position: absolute;
  width: 25%;
  left: -5%;
  top: 0;
}

.services-page-wrapper .special-features img.design-right {
  position: absolute;
  width: 25%;
  right: -5%;
  bottom: 0;
}

.services-page-wrapper .special-features .features .feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 50px 15px 0 15px;
  z-index: 1;
}

.services-page-wrapper .special-features .features .feature-list .feature {
  width: 22%;
  height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px #ccc;
          box-shadow: 0px 0px 10px #ccc;
  background: #fff;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
}

.services-page-wrapper .special-features .features .feature-list .feature:hover {
  width: 280px;
  height: 280px;
  border-radius: 100%;
  border: 15px solid #00A6E7;
  background: #368baa;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
}

.services-page-wrapper .special-features .features .feature-list .feature:hover img {
  max-height: 150px;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
}

.services-page-wrapper .special-features .features .feature-list .feature:hover p {
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
}

.services-page-wrapper .special-features .features .feature-list .feature img {
  width: 70%;
  max-height: 180px;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
}

.services-page-wrapper .special-features .features .feature-list .feature p {
  font-size: 24px;
  line-height: 32px;
  color: #587790;
  margin-top: 10px;
  text-align: center;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
}

.about-page-wrapper .about-learning {
  margin-top: 70px;
}

.about-page-wrapper .about-learning-wrapper {
  padding: 20px 15px 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-page-wrapper .about-learning-wrapper .img {
  position: relative;
  width: 42%;
  padding-right: 40px;
}

.about-page-wrapper .about-learning-wrapper .img p {
  font-family: "Great Vibes", cursive;
  font-size: 80px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  color: #368baa;
  z-index: 2;
  position: absolute;
  bottom: -50px;
  right: 40px;
}

.about-page-wrapper .about-learning-wrapper .img img {
  width: 100%;
  position: relative;
  z-index: 2;
}

.about-page-wrapper .about-learning-wrapper .img .moss {
  width: 200px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.about-page-wrapper .about-learning-wrapper .img .jellyfish {
  width: 200px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.about-page-wrapper .about-learning-wrapper .content {
  width: 58%;
}

.about-page-wrapper .about-learning-wrapper .content .img {
  display: none;
}

.about-page-wrapper .about-learning-wrapper .content h3 {
  font-size: 43px;
  line-height: 57px;
  font-weight: 800;
  margin-bottom: 20px;
}

.about-page-wrapper .about-learning-wrapper .content p {
  font-size: 24px;
  line-height: 32px;
  color: #587790;
  margin-bottom: 20px;
}

.about-page-wrapper .about-learning-wrapper .content .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about-page-wrapper .about-learning-wrapper .content .icons .icon {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}

.about-page-wrapper .about-learning-wrapper .content .icons .icon img {
  margin-right: 20px;
}

.about-page-wrapper .about-learning-wrapper .content .icons .icon span {
  font-size: 26px;
  line-height: 34px;
  font-weight: 700;
}

.about-page-wrapper .why-tll {
  background: #F7F6F2;
  position: relative;
}

.about-page-wrapper .why-tll .design {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30%;
}

.about-page-wrapper .why-tll .why-tll-wrapper {
  padding: 90px 15px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-page-wrapper .why-tll .why-tll-wrapper .img {
  position: relative;
  width: 50%;
}

.about-page-wrapper .why-tll .why-tll-wrapper .img img {
  width: 100%;
  position: static;
}

.about-page-wrapper .why-tll .why-tll-wrapper .content {
  width: 50%;
}

.about-page-wrapper .why-tll .why-tll-wrapper .content .img {
  display: none;
}

.about-page-wrapper .why-tll .why-tll-wrapper .content h4 {
  color: #00A6E7;
  font-size: 38px;
  line-height: 57px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 20px;
}

.about-page-wrapper .why-tll .why-tll-wrapper .content h3 {
  font-size: 43px;
  line-height: 57px;
  font-weight: 800;
  margin-bottom: 20px;
}

.about-page-wrapper .why-tll .why-tll-wrapper .content p {
  font-size: 24px;
  line-height: 32px;
  color: #587790;
  margin-bottom: 20px;
}

.about-page-wrapper .why-tll .why-tll-wrapper .content .tll-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-page-wrapper .why-tll .why-tll-wrapper .content .tll-stats .stat {
  width: calc(100% / 4);
  text-align: center;
  padding: 30px 0;
}

.about-page-wrapper .why-tll .why-tll-wrapper .content .tll-stats .stat img {
  height: 35px;
  margin-bottom: 20px;
}

.about-page-wrapper .why-tll .why-tll-wrapper .content .tll-stats .stat p {
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.about-page-wrapper .meet-with-experts {
  padding: 90px 0;
}

.about-page-wrapper .meet-with-experts .heading {
  max-width: 850px;
  margin: 0 auto 70px;
}

.about-page-wrapper .meet-with-experts .heading h2 {
  font-size: 66px;
  line-height: 88px;
  font-weight: 800;
  margin-bottom: 25px;
}

.about-page-wrapper .meet-with-experts .heading p {
  font-size: 28px;
  line-height: 37px;
  color: #587790;
}

.about-page-wrapper .meet-with-experts .experts-wrapper .tutor-details {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about-page-wrapper .meet-with-experts .experts-wrapper .tutor-details .image-sec {
  width: 35%;
}

.about-page-wrapper .meet-with-experts .experts-wrapper .tutor-details .image-sec img {
  width: 100%;
  border-radius: 12px;
}

.about-page-wrapper .meet-with-experts .experts-wrapper .tutor-details .info {
  padding-left: 20px;
  width: 65%;
}

.about-page-wrapper .meet-with-experts .experts-wrapper .tutor-details .info p {
  font-size: 22px;
  line-height: 32px;
  color: #587790;
  font-weight: 500;
  margin-bottom: 20px;
}

.about-page-wrapper .meet-with-experts .experts-wrapper .tutor-details .info h5 {
  font-weight: 700;
  color: #368baa;
  font-size: 25px;
  line-height: 36px;
}

.about-page-wrapper .meet-with-experts .experts-wrapper .tutors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about-page-wrapper .meet-with-experts .experts-wrapper .tutors .tutor {
  width: calc(100% / 3);
  padding: 20px;
}

.about-page-wrapper .meet-with-experts .experts-wrapper .tutors .tutor .img {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
}

.about-page-wrapper .meet-with-experts .experts-wrapper .tutors .tutor .img:hover {
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
}

.about-page-wrapper .meet-with-experts .experts-wrapper .tutors .tutor .img:hover .overlay {
  left: 0;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
}

.about-page-wrapper .meet-with-experts .experts-wrapper .tutors .tutor .img img {
  width: 100%;
}

.about-page-wrapper .meet-with-experts .experts-wrapper .tutors .tutor .img .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(54, 139, 170, 0.6);
  top: 0;
  left: -140%;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
}

.about-page-wrapper .meet-with-experts .experts-wrapper .tutors .tutor .img .overlay .info {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
}

.about-page-wrapper .meet-with-experts .experts-wrapper .tutors .tutor .img .overlay .info .name {
  font-size: 28px;
  line-height: 37px;
  font-weight: 700;
}

.about-page-wrapper .meet-with-experts .experts-wrapper .tutors .tutor .img .overlay .info .skill {
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}

.about-page-wrapper .meet-with-experts .experts-wrapper .tutors .tutor .img .overlay .social-links {
  position: absolute;
  top: 15px;
  right: 15px;
}

.about-page-wrapper .meet-with-experts .experts-wrapper .tutors .tutor .img .overlay .social-links .social-icon {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  margin-left: 7px;
  background: #fff;
  cursor: pointer;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
}

.about-page-wrapper .meet-with-experts .experts-wrapper .tutors .tutor .img .overlay .social-links .social-icon:hover {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
}

.about-page-wrapper .meet-with-experts .experts-wrapper .tutors .tutor .img .overlay .social-links .social-icon i {
  font-size: 16px;
  color: #368baa;
}

.about-page-wrapper .meet-with-experts .experts-wrapper .action-bar {
  text-align: center;
  margin-top: 70px;
}

.language-page-wrapper .course-page-heading {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 30px;
  padding: 0 15px;
}

.language-page-wrapper .course-page-heading .img {
  width: 65px;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  margin-top: 10px;
}

.language-page-wrapper .course-page-heading .img img {
  width: 100%;
}

.language-page-wrapper .course-page-heading .img::after {
  content: '';
  height: 2px;
  width: 130px;
  position: absolute;
  right: -150px;
  top: calc(50% - 1px);
  background: #ccc;
}

.language-page-wrapper .course-page-heading .img::before {
  content: '';
  height: 2px;
  width: 130px;
  position: absolute;
  left: -150px;
  top: calc(50% - 1px);
  background: #ccc;
}

.language-page-wrapper .course-page-heading h2 {
  font-size: 66px;
  line-height: 88px;
  font-weight: 800;
}

.language-page-wrapper .course-page-heading h3 {
  color: #00A6E7;
  font-size: 45px;
  line-height: 60px;
  font-weight: 700;
}

.language-page-wrapper .course-page-heading h5 {
  font-size: 40px;
  line-height: 53px;
  color: #00A6E7;
  font-weight: 400;
}

.language-page-wrapper .course-page-heading a {
  font-size: 35px;
  line-height: 47px;
  color: #F4A13F;
  font-family: "Great Vibes", cursive;
  cursor: initial;
}

.language-page-wrapper .course-page-heading p {
  font-size: 24px;
  line-height: 32px;
  color: #587790;
  margin-top: 30px;
  margin-bottom: 30px;
}

.language-page-wrapper .about-course {
  padding: 90px 0;
}

.language-page-wrapper .all-packages {
  padding: 90px 15px;
  position: relative;
  overflow: hidden;
  margin-bottom: 100px;
}

.language-page-wrapper .all-packages .rough-bg {
  position: absolute;
  width: 140%;
  top: 0;
  left: -20%;
}

.language-page-wrapper .all-packages .section-heading {
  position: relative;
}

.language-page-wrapper .all-packages .course-table {
  position: relative;
}

.language-page-wrapper .all-packages .course-table .t-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 15px;
  background: #368baa;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 6px;
}

.language-page-wrapper .all-packages .course-table .t-head .course-name {
  width: 20%;
}

.language-page-wrapper .all-packages .course-table .t-head .desc {
  width: 50%;
}

.language-page-wrapper .all-packages .course-table .t-head .hours {
  width: 15%;
}

.language-page-wrapper .all-packages .course-table .t-head .enquiry {
  width: 15%;
}

.language-page-wrapper .all-packages .course-table .t-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  background: #fff;
  color: #587790;
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
  margin-top: 15px;
  -webkit-box-shadow: 0 0 5px #ccc;
          box-shadow: 0 0 5px #ccc;
}

.language-page-wrapper .all-packages .course-table .t-body .course-name {
  width: 20%;
  font-weight: 700;
  color: #272850;
}

.language-page-wrapper .all-packages .course-table .t-body .desc {
  width: 50%;
  padding-right: 10px;
}

.language-page-wrapper .all-packages .course-table .t-body .hours {
  width: 15%;
}

.language-page-wrapper .all-packages .course-table .t-body .enquiry {
  width: 15%;
}

.certifications {
  padding: 90px 0;
  position: relative;
}

.certifications .beach {
  width: 130%;
  left: -20%;
  bottom: -7%;
  position: absolute;
}

.certifications .certification-wrapper {
  background: #14526f;
  padding: 60px 0 200px;
  margin-top: 60px;
}

.certifications .certification-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.certifications .certification-list .bubbles {
  width: 8%;
  min-width: 90px;
  right: 20px;
  bottom: -92%;
  position: absolute;
  z-index: 1;
}

.certifications .certification-list .certification {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px 70px;
}

.certifications .certification-list .certification img {
  width: 100%;
}

.privacy-policy-page-wrapper .privacy-content {
  padding: 80px 15px;
}

.privacy-policy-page-wrapper .privacy-content h3 {
  font-size: 45px;
  line-height: 60px;
  color: #00A6E7;
  font-weight: 800;
  margin: 30px 0;
  text-align: center;
}

.privacy-policy-page-wrapper .privacy-content h3 + p {
  margin-top: 0;
}

.privacy-policy-page-wrapper .privacy-content p {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  color: #587790;
  margin-top: 20px;
}

.privacy-policy-page-wrapper .privacy-content ul li {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  color: #587790;
  margin-bottom: 10px;
}

.privacy-policy-page-wrapper .privacy-content ul li:last-child {
  margin-bottom: 0;
}

.privacy-policy-page-wrapper .privacy-content ul li span {
  font-weight: 800;
  color: #272850;
}

.terms-page-wrapper .terms-content {
  padding: 80px 15px;
}

.terms-page-wrapper .terms-content h3 {
  font-size: 35px;
  line-height: 48px;
  color: #00A6E7;
  font-weight: 800;
  margin: 30px 0;
  text-align: left;
}

.terms-page-wrapper .terms-content h3 + p {
  margin-top: 0;
}

.terms-page-wrapper .terms-content p {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  color: #587790;
  margin-top: 20px;
}

.terms-page-wrapper .terms-content p span {
  color: #F4A13F;
  font-weight: 600;
}

.terms-page-wrapper .terms-content ul li {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  color: #587790;
  margin-bottom: 10px;
}

.terms-page-wrapper .terms-content ul li:last-child {
  margin-bottom: 0;
}

.terms-page-wrapper .terms-content ul li span {
  font-weight: 800;
  color: #272850;
}

.faqs-page-wrapper .faqs-content {
  padding: 80px 15px;
}

.faqs-page-wrapper .faqs-content h5 {
  font-size: 20px;
  line-height: 28px;
  color: #00A6E7;
  font-weight: 800;
  margin: 30px 0 10px;
  text-align: left;
}

.faqs-page-wrapper .faqs-content p {
  font-size: 18px;
  line-height: 27px;
  font-weight: 500;
  color: #587790;
}

.msg-alert {
  position: fixed;
  right: 15px;
  bottom: 40px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  background: #00A6E7;
  border-radius: 8px;
  color: #fff;
  width: 320px;
  z-index: 10;
}

.msg-alert p {
  font-size: 16px;
  font-weight: 500;
}

.valid-promo-code {
  display: none;
  position: absolute;
  right: 20px;
  top: 10px;
  color: green;
  font-size: 30px;
}

.kids-page-wrapper .kids-banner {
  padding: 50px 0 20vw;
  background-color: #FFF9EF;
  color: #F07646;
  position: relative;
}

.kids-page-wrapper .kids-banner .banner-img-1 {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 50%;
}

.kids-page-wrapper .kids-banner .banner-img-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 33%;
}

.kids-page-wrapper .kids-banner .curve-img {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -10vw;
}

.kids-page-wrapper .kids-banner .kids-banner-content {
  padding: 0 15px;
}

.kids-page-wrapper .kids-banner .kids-banner-content p {
  font-size: 40px;
}

.kids-page-wrapper .kids-banner .kids-banner-content h3 {
  font-size: 60px;
}

.kids-page-wrapper .course-types {
  background: #C3E1DB;
  padding: 6vw 0 0;
  position: relative;
}

.kids-page-wrapper .course-types .shaded-cloud {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.kids-page-wrapper .course-types .shaded-cloud-2 {
  width: 100%;
  position: absolute;
  bottom: -30px;
  left: 0;
}

.kids-page-wrapper .course-types .course-type-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px;
}

.kids-page-wrapper .course-types .course-type-content .left-sec {
  width: 50%;
}

.kids-page-wrapper .course-types .course-type-content .left-sec .info {
  width: 80%;
  height: 20vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #FF74AA;
  cursor: pointer;
}

.kids-page-wrapper .course-types .course-type-content .left-sec .info:hover {
  -webkit-animation: shake 0.5s;
          animation: shake 0.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.kids-page-wrapper .course-types .course-type-content .left-sec .info h3 {
  z-index: 1;
  font-size: 40px;
  line-height: 1;
}

.kids-page-wrapper .course-types .course-type-content .left-sec .info h4 {
  z-index: 1;
  font-size: 40px;
}

.kids-page-wrapper .course-types .course-type-content .left-sec .info img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.kids-page-wrapper .course-types .course-type-content .left-sec .girl-img {
  width: 37%;
  position: relative;
  z-index: 1;
  top: -40px;
}

.kids-page-wrapper .course-types .course-type-content .right-sec {
  width: 50%;
  text-align: right;
}

.kids-page-wrapper .course-types .course-type-content .right-sec .info {
  width: 87%;
  height: 20vw;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #9344C3;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  cursor: pointer;
}

.kids-page-wrapper .course-types .course-type-content .right-sec .info:hover {
  -webkit-animation: shake 0.5s;
          animation: shake 0.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.kids-page-wrapper .course-types .course-type-content .right-sec .info h3 {
  z-index: 1;
  font-size: 40px;
  line-height: 1;
  position: relative;
}

.kids-page-wrapper .course-types .course-type-content .right-sec .info h4 {
  z-index: 1;
  font-size: 40px;
  position: relative;
}

.kids-page-wrapper .course-types .course-type-content .right-sec .info img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.kids-page-wrapper .course-types .course-type-content .right-sec .boy-img {
  width: 45%;
  position: relative;
  z-index: 1;
  top: -20px;
}

.kids-page-wrapper .certification-courses {
  padding: 100px 0;
  min-height: 600px;
  background: linear-gradient(359.22deg, #FFE3EE 35.17%, #FCFEF9 95.51%);
  position: relative;
}

.kids-page-wrapper .certification-courses .certification-courses-content {
  padding: 0 40px;
}

.kids-page-wrapper .certification-courses .certification-courses-content .request-demo {
  display: none;
}

.kids-page-wrapper .certification-courses .certification-courses-content .tab-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.kids-page-wrapper .certification-courses .certification-courses-content .tab-buttons .tab-button {
  position: relative;
  width: 340px;
  margin-right: 80px;
  cursor: pointer;
}

.kids-page-wrapper .certification-courses .certification-courses-content .tab-buttons .tab-button .cloud-pink {
  display: none;
}

.kids-page-wrapper .certification-courses .certification-courses-content .tab-buttons .tab-button img {
  width: 100%;
}

.kids-page-wrapper .certification-courses .certification-courses-content .tab-buttons .tab-button .name {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kids-page-wrapper .certification-courses .certification-courses-content .tab-buttons .tab-button .name span {
  font-size: 24px;
  color: #F298BB;
}

.kids-page-wrapper .certification-courses .certification-courses-content .tab-buttons .tab-button.active .cloud-pink {
  display: block;
}

.kids-page-wrapper .certification-courses .certification-courses-content .tab-buttons .tab-button.active .cloud-white {
  display: none;
}

.kids-page-wrapper .certification-courses .certification-courses-content .tab-buttons .tab-button.active .name span {
  color: #fff;
}

.kids-page-wrapper .certification-courses .certification-courses-content .tab-buttons .tab-button:last-child {
  margin-right: 0;
}

.kids-page-wrapper .certification-courses .certification-courses-content .tab-buttons .tab-button:last-child::after {
  display: none;
}

.kids-page-wrapper .certification-courses .certification-courses-content .tab-buttons .tab-button::after {
  content: '';
  position: absolute;
  border: 1px dashed #F298BB;
  right: -80px;
  top: 60px;
  width: 80px;
}

.kids-page-wrapper .certification-courses .certification-courses-content .tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.kids-page-wrapper .certification-courses .certification-courses-content .tab.tab2 {
  display: none;
}

.kids-page-wrapper .certification-courses .certification-courses-content .tab h3 {
  font-size: 40px;
  width: 100%;
}

.kids-page-wrapper .certification-courses .certification-courses-content .tab .left-sec {
  width: 50%;
}

.kids-page-wrapper .certification-courses .certification-courses-content .tab .left-sec .flags-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}

.kids-page-wrapper .certification-courses .certification-courses-content .tab .left-sec .flags-list .flag {
  width: 125px;
  padding: 15px;
  background: #fff;
  -webkit-box-shadow: 0px 8px 9px rgba(189, 189, 189, 0.3);
          box-shadow: 0px 8px 9px rgba(189, 189, 189, 0.3);
  text-align: center;
  border-radius: 4px;
  margin: 20px 15px 20px 0;
}

.kids-page-wrapper .certification-courses .certification-courses-content .tab .left-sec .flags-list .flag img {
  width: 100%;
  margin-bottom: 15px;
}

.kids-page-wrapper .certification-courses .certification-courses-content .tab .left-sec .flags-list .flag span {
  font-size: 18px;
}

.kids-page-wrapper .certification-courses .certification-courses-content .tab .left-sec .usp-list {
  margin-top: 40px;
}

.kids-page-wrapper .certification-courses .certification-courses-content .tab .left-sec .usp-list .usp {
  background: #DFEFE8;
  padding: 15px 20px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 25px;
}

.kids-page-wrapper .certification-courses .certification-courses-content .tab .left-sec .usp-list .usp:hover {
  background: #fff;
}

.kids-page-wrapper .certification-courses .certification-courses-content .tab .left-sec .usp-list .usp:hover .img .circle-green {
  display: block;
}

.kids-page-wrapper .certification-courses .certification-courses-content .tab .left-sec .usp-list .usp:hover .img .circle-white {
  display: none;
}

.kids-page-wrapper .certification-courses .certification-courses-content .tab .left-sec .usp-list .usp .img {
  position: relative;
  width: 75px;
  margin-right: 30px;
}

.kids-page-wrapper .certification-courses .certification-courses-content .tab .left-sec .usp-list .usp .img .circle-green {
  display: none;
}

.kids-page-wrapper .certification-courses .certification-courses-content .tab .left-sec .usp-list .usp .img img {
  width: 100%;
}

.kids-page-wrapper .certification-courses .certification-courses-content .tab .left-sec .usp-list .usp .img .point {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.kids-page-wrapper .certification-courses .certification-courses-content .tab .left-sec .usp-list .usp .img .point span {
  font-size: 30px;
  color: #56887E;
}

.kids-page-wrapper .certification-courses .certification-courses-content .tab .left-sec .usp-list .usp .content {
  font-size: 20px;
}

.kids-page-wrapper .certification-courses .certification-courses-content .tab .left-sec .usp-list .usp .content span {
  font-size: 14px;
}

.kids-page-wrapper .certification-courses .certification-courses-content .tab .right-sec {
  width: 50%;
  padding-left: 20px;
  position: relative;
}

.kids-page-wrapper .certification-courses .certification-courses-content .tab .right-sec img {
  width: 100%;
}

.kids-page-wrapper .certification-courses .certification-courses-content .tab .right-sec .submarin {
  position: absolute;
  bottom: -38%;
  right: 15%;
  width: 40%;
  z-index: 1;
}

.kids-page-wrapper .certification-courses .divider-cloud {
  width: 100%;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.kids-page-wrapper .upcoming-events {
  padding: 150px 0;
  overflow: hidden;
}

.kids-page-wrapper .upcoming-events .heading {
  font-size: 40px;
  padding: 0 15px;
  margin-bottom: 80px;
  text-align: center;
}

.kids-page-wrapper .upcoming-events .events-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}

.kids-page-wrapper .upcoming-events .events-list.mobile {
  display: none;
}

.kids-page-wrapper .upcoming-events .events-list .square {
  position: absolute;
  width: 150px;
  height: 150px;
  top: -90px;
  right: 0;
}

.kids-page-wrapper .upcoming-events .events-list .square1 {
  position: absolute;
  width: 150px;
  height: 150px;
  bottom: 50px;
  left: -60px;
}

.kids-page-wrapper .upcoming-events .events-list .semi-circle {
  position: absolute;
  width: 131px;
  height: 131px;
  top: -200px;
  left: 18%;
}

.kids-page-wrapper .upcoming-events .events-list .semi-circle-strip {
  position: absolute;
  width: 115px;
  height: 115px;
  top: 50px;
  left: -18px;
  z-index: 2;
}

.kids-page-wrapper .upcoming-events .events-list .semi-circle-strip1 {
  position: absolute;
  width: 115px;
  height: 115px;
  bottom: -30px;
  right: 10px;
  z-index: 2;
}

.kids-page-wrapper .upcoming-events .events-list .triangle {
  position: absolute;
  width: 160px;
  bottom: -25px;
  right: 27%;
}

.kids-page-wrapper .upcoming-events .events-list .arch {
  position: absolute;
  width: 170px;
  height: 200px;
  bottom: -100px;
  right: -40px;
}

.kids-page-wrapper .upcoming-events .events-list .event-card {
  -webkit-box-shadow: 0px 4px 4px 3px rgba(205, 205, 205, 0.25);
          box-shadow: 0px 4px 4px 3px rgba(205, 205, 205, 0.25);
  width: calc(33% - 30px);
  margin: 15px 0;
  background: #fff;
  z-index: 1;
  position: relative;
}

.kids-page-wrapper .upcoming-events .events-list .event-card .img {
  position: relative;
  overflow: hidden;
}

.kids-page-wrapper .upcoming-events .events-list .event-card .img img {
  width: 100%;
}

.kids-page-wrapper .upcoming-events .events-list .event-card .img .category {
  background: rgba(40, 187, 226, 0.88);
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 3px;
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: .8;
}

.kids-page-wrapper .upcoming-events .events-list .event-card .img .category.green {
  background: rgba(84, 189, 153, 0.88);
}

.kids-page-wrapper .upcoming-events .events-list .event-card .img .category.red {
  background: rgba(236, 60, 101, 0.88);
}

.kids-page-wrapper .upcoming-events .events-list .event-card .event-content {
  position: relative;
  padding: 50px 15px 15px;
}

.kids-page-wrapper .upcoming-events .events-list .event-card .event-content .date {
  text-align: center;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  color: #F298BB;
  background: #fff;
  padding: 10px 15px;
  border: 3px dashed #F298BB;
  position: absolute;
  right: 15px;
  top: -55px;
  line-height: 1.1;
  border-radius: 6px;
}

.kids-page-wrapper .upcoming-events .events-list .event-card .event-content .date span {
  font-weight: 600;
}

.kids-page-wrapper .upcoming-events .events-list .event-card .event-content .date p {
  font-weight: 300;
}

.kids-page-wrapper .upcoming-events .events-list .event-card .event-content h4 {
  font-size: 24px;
}

.kids-page-wrapper .upcoming-events .events-list .event-card .event-content .actions {
  text-align: center;
  margin-top: 20px;
}

.kids-page-wrapper .upcoming-events .events-list .event-card .event-content .actions button {
  background-color: #F298BB;
  color: #fff;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid #F298BB;
}

.kids-page-wrapper .kids-dialog-wrapper {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  background: rgba(255, 255, 255, 0.7);
  z-index: 100;
  padding: 15px;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
}

.kids-page-wrapper .kids-dialog-wrapper.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.kids-page-wrapper .kids-dialog-wrapper .kids-dialog {
  position: relative;
  max-width: 750px;
}

.kids-page-wrapper .kids-dialog-wrapper .kids-dialog.teens .img .text-overlay {
  padding: 120px 120px;
}

.kids-page-wrapper .kids-dialog-wrapper .kids-dialog.teens .learning-img {
  position: absolute;
  bottom: 35px;
  right: 240px;
  width: 130px;
}

.kids-page-wrapper .kids-dialog-wrapper .kids-dialog.teens .stars-img {
  position: absolute;
  bottom: 70px;
  right: 150px;
  width: 105px;
}

.kids-page-wrapper .kids-dialog-wrapper .kids-dialog .close-dialog {
  width: 55px;
  position: absolute;
  top: 30px;
  right: 155px;
  cursor: pointer;
}

.kids-page-wrapper .kids-dialog-wrapper .kids-dialog .close-dialog img {
  width: 100%;
}

.kids-page-wrapper .kids-dialog-wrapper .kids-dialog .close-dialog span {
  position: absolute;
  top: 12px;
  left: 20px;
  font-size: 24px;
}

.kids-page-wrapper .kids-dialog-wrapper .kids-dialog .img {
  width: 750px;
  position: relative;
}

.kids-page-wrapper .kids-dialog-wrapper .kids-dialog .img .text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 150px 120px;
}

.kids-page-wrapper .kids-dialog-wrapper .kids-dialog .img .text-overlay p {
  text-align: center;
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 30px;
}

.kids-page-wrapper .kids-dialog-wrapper .kids-dialog .img .text-overlay .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  padding-left: 40px;
}

.kids-page-wrapper .kids-dialog-wrapper .kids-dialog .img .text-overlay .list-item img {
  margin-right: 10px;
}

.kids-page-wrapper .kids-dialog-wrapper .kids-dialog .img .text-overlay .list-item span {
  font-size: 20px;
}

.kids-page-wrapper .kids-dialog-wrapper .kids-dialog .learning-img {
  position: absolute;
  bottom: 70px;
  right: 150px;
  width: 250px;
}

.testimonials-page-wrapper .testimonials-list-wrapper {
  padding-top: 30px;
}

.testimonials-page-wrapper .testimonials-list-wrapper .testimonials-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.testimonials-page-wrapper .testimonials-list-wrapper .testimonials-list .testimonial-wrapper {
  padding: 15px;
  width: calc(100% / 3);
}

.testimonials-page-wrapper .testimonials-list-wrapper .testimonials-list .testimonial-wrapper .testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-shadow: 0 0 3px #ccc;
          box-shadow: 0 0 3px #ccc;
  border: 1px solid #b4e0f4;
  border-radius: 6px;
}

.testimonials-page-wrapper .testimonials-list-wrapper .testimonials-list .testimonial-wrapper .testimonial .info {
  padding-left: 15px;
}

.testimonials-page-wrapper .testimonials-list-wrapper .testimonials-list .testimonial-wrapper .testimonial .info p {
  font-size: 14px;
  margin-bottom: 10px;
}

.testimonials-page-wrapper .testimonials-list-wrapper .testimonials-list .testimonial-wrapper .testimonial .info .name {
  font-size: 16px;
  font-weight: 600;
}

.testimonials-page-wrapper .testimonials-list-wrapper .testimonials-list .testimonial-wrapper .testimonial .info .name span {
  font-size: 14px;
  font-weight: 400;
}

.testimonials-page-wrapper .testimonials-list-wrapper .testimonials-list .testimonial-wrapper .testimonial .user {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  overflow: hidden;
  border-radius: 100%;
}

.testimonials-page-wrapper .testimonials-list-wrapper .testimonials-list .testimonial-wrapper .testimonial .user img {
  max-width: 100%;
  max-height: 100%;
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
            transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
            transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
            transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(3px, 2px) rotate(0deg);
            transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
            transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
            transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
            transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
            transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
            transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
            transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
            transform: translate(1px, -2px) rotate(-1deg);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
            transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
            transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
            transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(3px, 2px) rotate(0deg);
            transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
            transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
            transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
            transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
            transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
            transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
            transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
            transform: translate(1px, -2px) rotate(-1deg);
  }
}
/*# sourceMappingURL=main.css.map */