/**
* Template Name: SoftLand - v4.1.0
* Template URL: https://bootstrapmade.com/softland-bootstrap-app-landing-page-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
  overflow-x: hidden;
}

body {
  font-family: "Poppins", sans-serif;
  color: #242424;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}

a {
  color: #777;
  text-decoration: none;
  transition: 0.3s all ease;
}

a:hover {
  color: #000;
}
img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
  font-family: "Segoe Print";
  color: #000;
}
/*------------New-CSS------------*/
.intro-cnt p {
  font-size: 18px;
}
.intro-img img {
  width: 100%;
  border-radius: 6px;
}
.align-center {
  align-items: center;
}
.intro-img {
  margin-left: 40px;
  position: relative;
}
.dotsimg-two {
  position: absolute;
  top: -77px;
  right: -55px;
  z-index: -1;
}
.activity-card {
  background-color: #fff;
  padding: 10px;
  border-radius: 20px;
}
.activity-cnt h2 {
  color: #1f1f4f;
  font-size: 24px;
  font-family: "Poppins", sans-serif;
}
.activity-cnt p {
  color: #000;
  font-size: 16px;
}
.activity-cnt {
  padding-top: 20px;
}
.activity-img img {
  border-radius: 10px;
}
.course-slider-two {
  padding-top: 40px;
}
.swiper-button-next {
  margin-left: 5px;
}
.activity-cnt p {
  min-height: 90px;
  margin-bottom: 5px;
  line-height: 1.3;
}
.comp-title {
  padding-top: 60px !important;
}
.second-title {
  margin-top: 5px !important;
  font-size: 15px !important;
}
.first-title {
  font-size: 16px !important;
}
.jorney-img {
  margin-top: -90px;
}
.act-hob-head {
  font-family: "popins", sans-serif;
  color: #3e5ba5;
  font-size: 52px;
  /*margin-bottom: 20px;*/
  position: relative;
  margin: 0px auto 40px;
  width: 40%;
}
.act-hob-head:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #3e5ba5;
  top: 70px;
  left: 0px;
}
.pad-30-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pad-30-45 {
  padding-top: 30px;
  padding-bottom: 45px;
}
.m-v-head-align {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.img-header img {
  width: 50px;
  height: 50px;
}
.text-header h2 {
  margin-bottom: 0px !important;
}
.comp-subtitle {
  line-height: 1.6;
  font-size: 18px;
  color: white !important;
  font-family: "popins", sans-serif !important;
}

/*--------------New-Css end-----------*/
.abt-heading {
  font-size: 2.5rem;
  font-weight: 700;
  padding: 0 2rem;
  color: #1f419a;
}
.pad-60-40 {
  padding-top: 60px;
  padding-bottom: 40px;
}
.pad-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.mission:after {
  background-color: #3fc7f280;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.mission {
  padding: 30px 30px;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}
.mission img {
  width: 90px;
  margin-bottom: 20px;
}
.mission h2 {
  font-size: 32px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.mission p {
  color: #fff;
}

.vision:after {
  background-color: #fe41559e;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.vision {
  padding: 30px 30px;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}
.vision img {
  width: 90px;
  margin-bottom: 20px;
}
.vision h2 {
  font-size: 32px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.vision p {
  color: #fff;
}

.prd-heading {
  font-size: 32px;
  font-weight: 500;
  padding: 0 2rem 1.5rem 2rem;
  color: #1f419a;
  font-family: "Poppins", sans-serif;
  width: 80%;
  margin: 0px auto;
}
.journy-sec {
  padding: 30px 0px 60px 0px;
}
/*--------form-css-start--------*/
.wpforms-field input, .wpforms-field textarea {
  border-radius: 3px !important;
  background-color: #fff !important;
  border: 1px solid #e2e2e2 !important;
  min-height: 48px !important;
  max-width: 100% !important;
}
div.wpforms-container-full .wpforms-form label.wpforms-error {
  display: block;
  color: #ff0918;
  font-size: 13px;
  float: none;
  text-align: left;
  margin-top: 5px;
}
.wpforms-field input:active,
.wpforms-field input:focus,
.wpforms-field textarea:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #db5652;
}
.wpforms-field input:focus,
.wpforms-field textarea:focus {
  color: #212529 !important;
  background-color: #fff !important;
}
.wpforms-submit-container button {
  border: 1px solid #3e5ba5 !important;
  background-color: #3e5ba5 !important;
  color: #fff !important;
  padding: 10px 20px !important;
  border-radius: 6px !important;
}
/*----------form-css-end----------*/

@media screen and (max-width: 991px) and (min-width: 768px) {
  .coursewrap .class {
    font-size: 13px;
  }
  .coursewrap h3 {
    font-size: 13px;
  }
}

@media (max-width: 991px) {
  .prd-heading {
    padding: 0 1rem 1rem 1rem;
    width: 100%;
  }
  .mission {
    background-size: cover !important;
  }
  .vision {
    background-size: cover !important;
  }
}
@media (max-width: 767px) {
  .abt-heading {
    font-size: 24px;
  }
  .bottom-bg::after {
    display: none;
  }
  .mission {
    background-size: cover !important;
    padding: 30px 20px;
  }
  .vision {
    background-size: cover !important;
    padding: 30px 20px;
  }
  .prd-heading {
    font-size: 24px;
    padding: 0 0rem 1rem 0rem;
    width: 100%;
    margin: 0px auto;
  }
  .pad-60 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .bluebg {
    margin-bottom: 1.5rem !important;
  }
  .comprehensive-learning .pt-5 {
    padding-top: 3rem !important;
  }
  .intro-img {
    margin-left: 0px;
    margin-top: 30px;
  }
  .dotsimg-two {
    top: -46px;
    right: -52px;
  }
  .comp-title {
    padding-top: 30px !important;
  }
  .mission-img {
    margin-bottom: 30px;
  }
  .faculty-sec {
  }
  .quality-sec.pad-30-45 {
    padding-bottom: -0px !important;
  }
  /*.faculty-sec.pad-60-40{
  padding-top: 20px;
}
.faculty-sec.bottom-bg-2 .container{
  padding-top: 155px;
}*/
  .act-hob-head {
    font-size: 24px;
    width: 68%;
  }
  .act-hob-head:after {
    top: 45px;
  }
}

/*---------------- new-css about------------------ */
.bottom-bg-0 {
  background: linear-gradient(
    176.5deg,
    #ffffff 85%,
    rgba(255, 255, 255, 1) 70% !important
  );
}
.bottom-bg-1 {
  background-color: #1f419a;

  background: linear-gradient(
    176.5deg,
    #1f419a 85%,
    rgba(255, 255, 255, 1) 70%
  );
}
.bottom-bg-1 .container {
  padding-top: 10px;
  padding-bottom: 40px;
}
.bottom-bg-2 {
  background-color: #1f419a;
  background: linear-gradient(-4deg, #1f419a 85%, rgba(255, 255, 255, 1) 70%);
}
.bottom-bg-2 .container {
  padding-top: 120px;
  padding-bottom: 00px;
}
.bottom-bg-1 h2,
.bottom-bg-2 h2 {
  color: white;
}
.bottom-bg-1 p,
.bottom-bg-2 p {
  color: rgb(255, 255, 255);
}
.bottom-bg-1 li,
.bottom-bg-2 li {
  color: rgb(255, 255, 255);
}
.service-icon-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 0px !important;
}
.service-icon-item {
  background: no-repeat;
  padding: 15px;
  text-align: center;
  margin: 15px 10px;
  min-height: 130px;
  border-radius: 0px;
  width: 15%;
  list-style: none;
  position: relative;
  /* border: 1px solid #f0f0f5; */
  box-shadow: 0 4px 8px rgb(0 0 0 / 12%);
  /* border-radius: 24px; */
  border-top-left-radius: 28% 25%;
  border-bottom-right-radius: 25% 20%;
  background-color: #ffffff;
  transition: all ease-in-out 0.2s;
}
/* .service-icon-item:first-child, .service-icon-item:last-child  {
background-color: #000;
}
.service-icon-item:nth-child(2){
  background-color: #1391a5;
} */
.service-icon-item:hover {
  background-color: #1f4098;
  transition: all ease-in-out 0.2s;
  transform: translateY(-10px);
  color: white;
}
.service-icon-item:hover p {
  color: white;
}
.sectiondiv {
  padding-top: 60px;
  padding-bottom: 60px;
}

.service-icon-item-div img {
  width: 135px;
  height: 135px;
  border-radius: 100%;
}
.service-icon-item-div p {
  font-size: 20px 15px 15px 15px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 15px;
  margin-bottom: 2px;
  color: rgb(0, 0, 0);
  min-height: 36px;
}

.service-icon-item:before {
  display: none !important;
}
.footer-1-text {
  color: white;
  font-family: "popins", sans-serif;
  margin-top: 30px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
}

.footer-2-text {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
}
.footer-2-text2 {
  color: white;
  font-family: "popins", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 20px;
}
.footer-2-header {
  font-size: 18px;
}
.address {
  height: auto !important;
  padding-bottom: 10px;
  margin-bottom: 35px !important;
}
.svg-star {
  margin-right: 10px;
}
.unit10 {
  padding-bottom: 60px;
}
.footer-logo {
  padding: 5px;
  display: inline-block;
  /*background-color: white;*/
  border-radius: 5px;
}

.visiion-img img {
	height: 305px;
	object-fit: cover;
	border-radius: 7px !important;
}
.text-header {
  margin-left: 0;
  margin-top: 4px;
  margin-bottom: 0px;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
@media (max-width: 767px) {
  .service-icon-flex {
    padding-left: 0px !important;
  }
  .service-icon-item {
    width: 43%;
  }
}

/*------------------- new css about end----------------- */

.container {
  z-index: 2;
  position: relative;
}

.text-black {
  color: #000 !important;
}

.text-primary {
  color: #2d71a1 !important;
}

.border-top {
  border-top: 1px solid #f2f2f2 !important;
}

.border-bottom {
  border-bottom: 1px solid #f2f2f2 !important;
}

figure figcaption {
  margin-top: 0.5rem;
  font-style: italic;
  font-size: 0.8rem;
}

section {
  overflow: hidden;
}

.section {
  padding: 7rem 0;
}
.owl-nav {
  text-align: center !important;

  font-size: 20px;
}
.img-1 {
  position: relative;
  display: inline-block;
  left: 10px;
  box-shadow: -8px -8px 0px 1px #3e5ba595;
  width: 250px;
  border-radius: 5px;
}
.img-1 img,
.img-2 img {
  border-radius: 5px;
}
.img-2 {
  position: absolute;
  width: 250px;
  left: 190px;
  top: 96px;
  border-radius: 5px;
  box-shadow: 8px 8px #3e5ba5a5;
}

.journey-kids {
  margin-bottom: 25px;
}
.section-heading {
  font-size: 3rem;
  font-weight: 700;
  background: linear-gradient(-45deg, #3db3c5, #274685);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.course-slider-two .swiper-button-prev {
  right: 30px;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #2d71a1;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #3687c1;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* Default btn sre-tyling */
.btn {
  border: none;
  padding: 10px 50px !important;
}

.btn.btn-outline-white {
  border: 2px solid #1f429a;
  background: none;
  color: #1f429a;
}

.btn.btn-outline-white:hover {
  background: #fff;
  color: #2d71a1;
}

.btn.btn-primary {
  background: #2d71a1;
  background: linear-gradient(-45deg, #1391a5, #274685);
  color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

/* Feature 1 */
.feature-1 .wrap-icon {
  margin: 0 auto;
  height: 100px;
  width: 100px;
  position: relative;
  margin-bottom: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.feature-1 .wrap-icon i {
  font-size: 70px;
  line-height: 0;
  color: #fff;
}

.feature-1 h3 {
  font-size: 1.8rem;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
}
.feature-1 p {
  color: #fff;
}

/* Step */
.step {
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 40px;
}

.step .number {
  background: linear-gradient(-45deg, #1391a5, #274685);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  letter-spacing: 0.2rem;
  margin-bottom: 10px;
  display: block;
}

.step p:last-child {
  margin-bottom: 0px;
}

/* Review */
.review h3 {
  font-size: 20px;
}

.review p {
  line-height: 1.8;
  font-style: italic;
  color: #333333;
}

.review .stars span {
  color: #ff8803;
}

.review .stars .muted {
  color: #ccc;
}

.review .review-user img {
  width: 70px;
  margin: 0 auto;
}

/* Testimonial Carousel */
.testimonials-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #2d71a1;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2d71a1;
}

/* Pricing */
.pricing {
  padding: 50px;
  background: linear-gradient(-45deg, #1391a5, #274685);
  color: #fff;
  padding-bottom: 12rem !important;
  position: relative;
  border-radius: 4px;
  color: #000000;
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
}

.pricing h3 {
  color: #2d71a1;
}

.pricing .price-cta {
  text-decoration: none;
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
  left: 0;
}

.pricing .price-cta .price {
  display: block;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 300;
}

.pricing .popularity {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.2rem;
  display: block;
  margin-bottom: 20px;
}

.pricing ul {
  margin-bottom: 50px;
}

.pricing ul li {
  margin-bottom: 10px;
}

.pricing .btn-white {
  background: #fff;
  border: 2px solid #f1f1f1;
  border-radius: 4px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.pricing .btn-white:hover {
  color: #2d71a1;
}

.pricing.popular {
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  color: #000000;
  background: linear-gradient(-45deg, #1391a5, #274685);
  color: #fff;
  box-shadow: none;
}

.pricing.popular .popularity {
  color: #b3b3b3;
}

.pricing.popular h3 {
  color: #fff;
  background: none;
}

.pricing.popular .btn-white {
  border: 2px solid #2d71a1;
}

/* CTA Section */
.cta-section {
  background: linear-gradient(to right, #274685 0%, #3db3c5 100%);
  color: #fff;
}

.cta-section h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .cta-section h2 {
    font-size: 2rem;
  }
}

.cta-section .btn {
  background: #000000;
  color: #fff;
}

.cta-section .btn i {
  margin-right: 5px;
  font-size: 24px;
  line-height: 0;
}

/* Contact Form */
.form-control {
  height: 48px;
  border-radius: 0;
  border: 1px solid #dae0e5;
}

.form-control:active,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #2d71a1;
}

.php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .error-message br + br {
  margin-top: 25px;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.php-email-form textarea {
  min-height: 160px;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Blog */
.post-entry {
  margin-bottom: 60px;
}

.post-entry .post-text .post-meta {
  text-decoration: none;
  color: #ccc;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}

.post-entry .post-text h3 {
  font-size: 20px;
  color: #000000;
}

.post-entry .post-text h3 a {
  text-decoration: none;
  color: #000000;
}

.post-entry .post-text h3 a:hover {
  text-decoration: none;
  color: #2d71a1;
}

.post-entry .post-text .readmore {
  color: #2d71a1;
}

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff;
}

.sidebar-box *:last-child {
  margin-bottom: 0;
}

.sidebar-box h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.categories li,
.sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted gray("300");
  list-style: none;
}

.categories li:last-child,
.sidelink li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.categories li a,
.sidelink li a {
  text-decoration: none;
  display: block;
}

.categories li a span,
.sidelink li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc;
}

.categories li.active a,
.sidelink li.active a {
  text-decoration: none;
  color: #000000;
  font-style: italic;
}

.comment-form-wrap {
  clear: both;
}

.comment-list {
  padding: 0;
  margin: 0;
}

.comment-list .children {
  padding: 50px 0 0 40px;
  margin: 0;
  float: left;
  width: 100%;
}

.comment-list li {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
}

.comment-list li .vcard {
  width: 80px;
  float: left;
}

.comment-list li .vcard img {
  width: 50px;
  border-radius: 50%;
}

.comment-list li .comment-body {
  float: right;
  width: calc(100% - 80px);
}

.comment-list li .comment-body h3 {
  font-size: 20px;
}

.comment-list li .comment-body .meta {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #ccc;
}

.comment-list li .comment-body .reply {
  padding: 5px 10px;
  background: #e6e6e6;
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
}

.comment-list li .comment-body .reply:hover {
  color: #000000;
  background: #e3e3e3;
}

.search-form {
  background: #f7f7f7;
  padding: 10px;
}

.search-form .form-group {
  position: relative;
}

.search-form .form-group input {
  padding-right: 50px;
}

.search-form .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  /*height: 80px;*/
  height: 65px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  margin: 1rem 0;
}

#header.header-scrolled {
  background: rgb(255, 255, 255);
  height: auto;
  margin-top: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 10px 0px;
}
#header .logo {
  order: 2;
}
#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 4px 0;
  line-height: 1;
  font-weight: 500;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 76px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  font-weight: 500;
  color: rgba(26, 26, 26, 0.85);
  white-space: nowrap;
  transition: 0.3s;
  letter-spacing: 0.5px;
}
.loginbut {
  background: #3e5ba5;
  padding: 10px 45px;
  border-radius: 50px;
  color: #fff;
  margin-left: 2rem;
  cursor: pointer;
}
.loginbut:hover {
  background: #3fc7f2;
}

.loginbut a {
  padding: 0;
  text-align: center;
  color: #fff;
}
.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar li:hover > a {
  color: #1f419a;
  font-weight: 600;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  color: #101c36;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #2d71a1;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #000;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(27, 49, 94, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #101c36;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #2d71a1;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #2d71a1;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-section {
  position: relative;
}

.hero-section .wave {
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 3;
  bottom: -175px;
}

@media screen and (max-width: 992px) {
  .hero-section .wave {
    bottom: -180px;
  }
}

.hero-section .wave svg {
  width: 100%;
}

.hero-section,
.hero-section > .container > .row {
  /*height: 100vh;*/
  min-height: 1000px;
  height: calc(100vh - 100px);
}

.hero-section.inner-page {
  height: 60vh;
  min-height: 0;
}

.hero-section.inner-page .hero-text {
  transform: translateY(-150px);
  margin-top: -120px;
}

@media screen and (max-width: 992px) {
  .hero-section.inner-page .hero-text {
    margin-top: -80px;
  }
}

.hero-section .btn.btn-outline-white {
  border: 2px solid #1f429a;
  background: #1f429a;
  color: #fff;
  border-radius: 50px;
}
.hero-section .btn.btn-outline-white:hover {
  border: 2px solid #3fc7f2;
  background: #3fc7f2;
  color: #fff;
  border-radius: 50px;
}
.hero-section h1 {
  font-size: 2.813rem;
  color: #1f419a;
  font-weight: normal;
  margin-bottom: 30px;
  line-height: 63px;
}

@media screen and (max-width: 992px) {
  .hero-section h1 {
    font-size: 2.5rem;
    text-align: center;
    margin-top: 40px;
  }
}

@media screen and (max-width: 992px) {
  .hero-section .hero-text-image {
    margin-top: 4rem;
  }
}

.hero-section p {
  font-size: 16px;
  color: #242424;
  font-weight: 100;
  max-width: 520px;
}

.hero-section .iphone-wrap {
  position: relative;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap {
    text-align: center;
  }
}

.hero-section .iphone-wrap .phone-2,
.hero-section .iphone-wrap .phone-1 {
  position: absolute;
  top: -50%;
  overflow: hidden;
  left: 0;
  box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.3);
  border-radius: 30px;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-2,
  .hero-section .iphone-wrap .phone-1 {
    position: relative;
    top: 0;
    max-width: 100%;
  }
}

.hero-section .iphone-wrap .phone-2,
.hero-section .iphone-wrap .phone-1 {
  width: 250px;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-1 {
    margin-left: -150px;
  }
}

.hero-section .iphone-wrap .phone-2 {
  margin-top: 50px;
  margin-left: 100px;
  width: 250px;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-2 {
    width: 250px;
    position: absolute;
    margin-top: 0px;
    margin-left: 100px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 5rem 0 2.5rem 0;
  background: #111111;
  color: #fff;
}
footer h5 {
  color: #3fc7f2;
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
}
.footer-col-list {
  margin-bottom: 25px;
}

footer a {
  color: #fff;
  font-size: 13px;
}

.footer h3 {
  font-size: 18px;
  margin-bottom: 30px;
}

.footer ul li {
  margin-bottom: 3px;
}

.footer a {
  color: #fff;
}
.footer a:hover {
  color: #3fc7f2;
}

.footer-social-links a {
  font-size: 30px;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 100%;
  line-height: 34px;
  display: inline-block;
  text-align: center;
}
.footer-social-links img {
  width: 23px;
}
.footer .copyright {
  margin-bottom: 0px;
}

.footer .copyright,
.footer .credits {
  font-size: 12px;
  font-weight: 100;
  color: rgba(255, 255, 255, 0.5);
}

.social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f8f9fa;
  position: relative;
  text-align: center;
  transition: 0.3s background ease;
  color: #0d1e2d;
  line-height: 0;
}

.social a span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.social a:hover {
  color: #fff;
  background: #2d71a1;
}

.social a i {
  line-height: 0;
}

/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/
.bluebg {
  background: #1f419a;
  color: #fff;
  background: linear-gradient(
    180deg,
    rgba(31, 65, 154, 1) 85%,
    rgba(255, 255, 255, 1) 70%
  );
}
.bluebg .section-heading {
  background: linear-gradient(-45deg, #fff, #f1f1f1);
  font-size: 2.5rem;
  font-weight: 700;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 2rem;
}
.knowabt [class*="col-"] > div {
  background: #4582ff;
  padding: 2rem;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  font-size: 1.16rem;
  line-height: 25px;
}
.knowabt [class*="col-"]:nth-child(2) > div {
  background: #8876ff !important;
}

.knowabt [class*="col-"]:last-child > div {
  background: #fe4155;
}
.dotsimg {
  position: absolute;
  top: 700px;
  left: -56px;
  z-index: -1;
}
.wavedown {
  margin-top: -430px;
}
.wavedown svg {
  fill: #1f4098;
}

.comprehensive-learning {
  /* background: rgb(31,65,154);
  background: linear-gradient(180deg, rgba(31,65,154,1) 40%, rgba(255,255,255,1) 40%);*/
  color: #fff;
}
.comprehensive-learning h3 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 1em;
  margin-top: 1.24em;
}
.coursewrap h3 {
  margin-bottom: 7px;
}
section ul {
  list-style: none;
}
section ul li:before {
  background: rgb(255 73 85);
  width: 10px;
  height: 10px;
  content: "";
  display: inline-block;
  border-radius: 90px;
  margin-left: -15px;
  margin-right: 10px;
}
.bluetxt {
  color: #1f419a;
  font-family: "Poppins", sans-serif !important;
}
.bold {
  font-weight: 600;
}

.comprehensive-learning .btn.btn-outline-white {
  border: 2px solid #3fc7f2;
  background: #3fc7f2;
  color: #fff;
  border-radius: 50px;
  margin-top: 1.5em;
}
.course-slider {
  padding-top: 40px;
  padding-bottom: 10px;
}
.coursewrap {
  background: #fff;
  color: #000;
  padding: 20px;
  border-radius: 19px;
  box-shadow: 0 0 12px rgb(0 0 0 / 25%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
a:hover .coursewrap img {
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
a:hover .coursewrap h3 {
  color: #3fc7f2;
}
.coursewrap h3 {
  font-size: 18px;
  color: #1f1f4f;
  font-family: "Poppins", sans-serif;
}
.courseimg {
  margin: -15px -15px 20px;
  overflow: hidden;
  border-radius: 15px;
}
.courseimg img {
  border-radius: 15px;
}
.coursewrap .class {
  background: #fe4155;
  display: table;
  padding: 6px 15px 6px 21px;
  margin: 0 -20px 0 auto;
  border-radius: 50px 0 0 50px;
  color: #fff;
}
.course-slider .swiper-button-next:after,
.course-slider .swiper-button-prev:after {
  display: none;
}
.course-slider-two .swiper-button-next:after,
.course-slider-two .swiper-button-prev:after {
  display: none;
}
.swiper-button-prev,
.swiper-button-next {
  left: auto;
  right: 0;
  top: 10px;
  font-size: 26px;
  color: #3fc7f2;
}
.course-slider .swiper-button-prev {
  right: 30px;
}

/*--------------------------------------------------------------
Media Query
---------------------------------------------------------------*/
@media screen and (max-width: 1399px) {
  .hero-section,
  .hero-section > .container > .row {
    height: calc(100vh - 209px);
    min-height: 839px;
  }
  .hero-section .wave {
    bottom: calc(0px - 175px);
  }
}
@media screen and (max-width: 1199px) {
  .hero-section .wave {
    bottom: calc(0px - 218px);
  }
  .hero-section,
  .hero-section > .container > .row {
    height: auto;
    min-height: 631px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .coursewrap h3 {
    min-height: 40px;
  }
  .coursewrap .class {
    font-size: 14px !important;
  }
  .coursewrap .second-title {
    min-height: 53px !important;
  }
}
@media screen and (max-width: 992px) {
  .hero-section .hero-text-image {
    margin-top: 0;
  }
  .hero-section p {
    max-width: 100%;
  }
  .hero-section img {
    max-width: 425px;
    margin: 2em auto -3px;
    display: block;
  }
  .knowabt [class*="col-"] > div {
    padding: 1rem;
    font-size: 15px;
    line-height: 25px;
    height: 100%;
  }
  .feature-1 h3 {
    font-size: 1.2rem;
  }

  .knowabt [class*="col-"] > div br {
    display: none;
  }
  .btn {
    padding: 10px 30px !important;
  }
  .footer-social-links img {
    width: 19px;
  }
  .footer-social-links a {
    margin: 0 0;
    width: 35px;
    height: 35px;
    line-height: 30px;
  }
  .bluebg {
    margin-bottom: 3em;
  }
  .navbar-mobile a {
    padding: 10px 20px;
    font-size: 20px;
    color: #101c36;
  }
  .loginbut {
    background: none;
    padding: 0;
    border-radius: 0;
    color: #fff;
    margin-left: 0;
    cursor: pointer;
  }
  .loginbut:hover {
    background: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .intro-img {
    margin-left: 0px;
    margin-top: 30px;
  }
  .dotsimg-two svg,
  .dotsimg svg {
    width: 60px;
  }
  .dotsimg-two {
    top: -65px;
    right: -27px;
  }
  .dotsimg {
    top: 749px;
    left: -25px;
  }
  .activity-cnt p {
    min-height: 107px;
    font-size: 15px;
  }
  .comprehensive-learning .row.mt-5 {
    margin-top: 0rem !important;
  }
  .comprehensive-learning .row.mt-5.pt-5 {
    padding-top: 2rem !important;
  }
  .coursewrap h3 {
    font-size: 13px !important;
    min-height: 33px;
  }
  .second-title {
    font-size: 15px !important;
    min-height: 52px;
  }
}

@media screen and (max-width: 767px) {
  .knowabt [class*="col-"] {
    margin-bottom: 2rem;
  }
  .knowabt [class*="col-"]:last-child {
    margin-bottom: 0;
  }
  .feature-1 .wrap-icon {
    height: auto;
    width: auto;
  }
  .feature-1 h3 {
    font-size: 2rem;
  }
  .bluebg {
    background: linear-gradient(
      180deg,
      rgba(31, 65, 154, 1) 90%,
      rgba(255, 255, 255, 1) 90%
    );
    margin-bottom: 3em;
  }
  .wavedown {
    margin-top: -77%;
  }
  .comprehensive-learning > .mt-5 {
    margin-top: 0 !important;
  }
  .hero-section img {
    max-width: 315px;
  }
}
@media screen and (max-width: 640px) {
  .hero-section h1,
  .comprehensive-learning h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
  .bluebg .section-heading {
    font-size: 2rem;
    padding: 0;
    margin-bottom: 0 !important;
  }
  .dotsimg {
    top: 50%;
    left: -54px;
  }
  .feature-1 h3 {
    font-size: 25px;
  }

  .feature-1 p {
    color: #fff;
  }
  p {
    margin-top: 0;
    margin-bottom: 1rem;
  }
  *,
  ::after,
  ::before {
    box-sizing: border-box;
  }
  .knowabt [class*="col-"] > div {
    font-size: 20px;
  }
  .comprehensive-learning h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .wavedown {
    display: none;
  }
  .bluebg {
    background: linear-gradient(
      180deg,
      rgb(31, 65, 154) 90%,
      rgb(31, 65, 154) 90%
    );
    margin-bottom: 3em;
  }
}
/*--------------------------------------------------------------
Custom Fonts
--------------------------------------------------------------*/

@font-face {
  font-family: "Segoe Print";
  src: url("../fonts/SegoePrint.woff2") format("woff2"),
    url("../fonts/SegoePrint.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Segoe Print";
  src: url("../fonts/SegoePrint-Bold.woff2") format("woff2"),
    url("../fonts/SegoePrint-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
