@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Poppins:wght@400;600;700&family=Yantramanav:wght@700&display=swap");
@media (max-width: 576px) {
  /* line 13, ../../wamp64/www/sop/scss/style.scss */
  .navbar-light .navbar-toggler {
    border: 0px;
  }
  /* line 17, ../../wamp64/www/sop/scss/style.scss */
  .card-deck .card {
    margin-bottom: 35px;
  }
}

/* line 21, ../../wamp64/www/sop/scss/style.scss */
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #B03B05;
  outline: 0;
  box-shadow: none;
}

/* line 28, ../../wamp64/www/sop/scss/style.scss */
.navbar-light .navbar-nav .nav-link:focus {
  box-shadow: none;
}

/* line 32, ../../wamp64/www/sop/scss/style.scss */
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #ff5e14;
}

/* line 39, ../../wamp64/www/sop/scss/style.scss */
body {
  font-family: "Open Sans", sans-serif;
}

/* line 43, ../../wamp64/www/sop/scss/style.scss */
.btn-orange {
  background-color: #FF5E14;
  border-color: #FF5E14;
}

/* line 47, ../../wamp64/www/sop/scss/style.scss */
.btn-orange path {
  fill: #B03B05;
}

/* line 52, ../../wamp64/www/sop/scss/style.scss */
.blue-bg {
  background: #14213D;
  color: #fff;
}

/* line 57, ../../wamp64/www/sop/scss/style.scss */
.orange-bg {
  background: #FF5E14;
}

/* line 61, ../../wamp64/www/sop/scss/style.scss */
.sep:before {
  content: url("../icons/separator.svg");
  position: absolute;
  top: 14px;
}

/* line 68, ../../wamp64/www/sop/scss/style.scss */
.top-header {
  background: #040f28;
}

/* line 71, ../../wamp64/www/sop/scss/style.scss */
.top-header a {
  color: #fff;
}

/* line 76, ../../wamp64/www/sop/scss/style.scss */
.topicon {
  fill: #fff;
  width: 20px;
  height: 20px;
  vertical-align: sub;
}

/* line 83, ../../wamp64/www/sop/scss/style.scss */
.main-nav {
  background-color: #f8f9fa;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.15));
}

@media (max-width: 576px) {
  /* line 83, ../../wamp64/www/sop/scss/style.scss */
  .main-nav {
    background-color: #fff;
  }
}

/* line 91, ../../wamp64/www/sop/scss/style.scss */
.main-nav .navbar {
  font-family: "Poppins", sans-serif;
}

/* line 94, ../../wamp64/www/sop/scss/style.scss */
.main-nav .navbar-brand {
  padding: 0;
  position: absolute;
  top: -43px;
  left: 0;
}

/* line 100, ../../wamp64/www/sop/scss/style.scss */
.main-nav .navbar-brand img {
  box-shadow: 0 0 15px 3px rgba(0, 0, 0, 0.2);
  width: 77%;
}

@media (max-width: 576px) {
  /* line 100, ../../wamp64/www/sop/scss/style.scss */
  .main-nav .navbar-brand img {
    box-shadow: none;
  }
}

@media (max-width: 576px) {
  /* line 94, ../../wamp64/www/sop/scss/style.scss */
  .main-nav .navbar-brand {
    position: relative;
    top: 0;
  }
}

@media (max-width: 576px) {
  /* line 91, ../../wamp64/www/sop/scss/style.scss */
  .main-nav .navbar {
    padding: .5rem 0rem;
  }
}

/* line 119, ../../wamp64/www/sop/scss/style.scss */
.main-nav .navbar a.nav-link {
  color: #000;
}

/* line 123, ../../wamp64/www/sop/scss/style.scss */
.main-nav .navbar a.joinbtn {
  color: #fff;
  font-family: "Open Sans", sans-serif;
}

/* line 128, ../../wamp64/www/sop/scss/style.scss */
.main-nav .navbar h1 {
  font-family: 'Yantramanav', sans-serif;
}

@media (max-width: 576px) {
  /* line 128, ../../wamp64/www/sop/scss/style.scss */
  .main-nav .navbar h1 {
    font-size: 1.8rem;
  }
}

/* ------------------- MAIN CSS- mobile menu css ------------------*/
/* General styles for all menus */
/* line 141, ../../wamp64/www/sop/scss/style.scss */
.cbp-spmenu {
  background: #fff;
  position: fixed;
  box-shadow: 3px 0 20px 3px rgba(0, 0, 0, 0.3);
}

/* line 147, ../../wamp64/www/sop/scss/style.scss */
.cbp-spmenu h3 {
  color: #afdefa;
  font-size: 1.9em;
  padding: 20px;
  margin: 0;
  font-weight: 300;
  background: #0d77b6;
}

/* line 156, ../../wamp64/www/sop/scss/style.scss */
.cbp-spmenu a {
  display: block;
  color: #212121;
  font-size: 1.1em;
  font-weight: 300;
}

/* .cbp-spmenu a:hover {
	background: #4db6ac;
}

.cbp-spmenu a:active {
	background: #afdefa;
	color: #47a3da;
} */
/* Orientation-dependent styles for the content of the menu */
/* line 174, ../../wamp64/www/sop/scss/style.scss */
.cbp-spmenu-vertical {
  width: 280px;
  height: 100%;
  top: 0;
  z-index: 1000;
}

/* line 181, ../../wamp64/www/sop/scss/style.scss */
.cbp-spmenu-vertical a {
  /*border-bottom: 1px solid #258ecd;*/
  padding: 0.9rem 1rem;
}

/* line 186, ../../wamp64/www/sop/scss/style.scss */
.cbp-spmenu-horizontal {
  width: 100%;
  height: 150px;
  left: 0;
  z-index: 1000;
  overflow: hidden;
}

/* line 194, ../../wamp64/www/sop/scss/style.scss */
.cbp-spmenu-horizontal h3 {
  height: 100%;
  width: 20%;
  float: left;
}

/* line 200, ../../wamp64/www/sop/scss/style.scss */
.cbp-spmenu-horizontal a {
  float: left;
  width: 20%;
  padding: 0.8em;
  border-left: 1px solid #258ecd;
}

/* Vertical menu that slides from the left or right */
/* line 209, ../../wamp64/www/sop/scss/style.scss */
.cbp-spmenu-left {
  left: -300px;
}

/* line 213, ../../wamp64/www/sop/scss/style.scss */
.cbp-spmenu-right {
  right: -240px;
}

/* line 217, ../../wamp64/www/sop/scss/style.scss */
.cbp-spmenu-left.cbp-spmenu-open {
  left: 0px;
}

/* line 221, ../../wamp64/www/sop/scss/style.scss */
.cbp-spmenu-right.cbp-spmenu-open {
  right: 0px;
}

/* Horizontal menu that slides from the top or bottom */
/* line 227, ../../wamp64/www/sop/scss/style.scss */
.cbp-spmenu-top {
  top: -150px;
}

/* line 231, ../../wamp64/www/sop/scss/style.scss */
.cbp-spmenu-bottom {
  bottom: -150px;
}

/* line 235, ../../wamp64/www/sop/scss/style.scss */
.cbp-spmenu-top.cbp-spmenu-open {
  top: 0px;
}

/* line 239, ../../wamp64/www/sop/scss/style.scss */
.cbp-spmenu-bottom.cbp-spmenu-open {
  bottom: 0px;
}

/* Push classes applied to the body */
/* line 245, ../../wamp64/www/sop/scss/style.scss */
.cbp-spmenu-push {
  overflow-x: hidden;
  position: relative;
  left: 0;
}

/* line 251, ../../wamp64/www/sop/scss/style.scss */
.cbp-spmenu-push-toright {
  left: 240px;
}

/* line 255, ../../wamp64/www/sop/scss/style.scss */
.cbp-spmenu-push-toleft {
  left: -240px;
}

/* Transitions */
/* line 261, ../../wamp64/www/sop/scss/style.scss */
.cbp-spmenu,
.cbp-spmenu-push {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1031;
}

/* Example media queries */
@media screen and (max-width: 55.1875em) {
  /* line 273, ../../wamp64/www/sop/scss/style.scss */
  .cbp-spmenu-horizontal {
    font-size: 75%;
    height: 110px;
  }
  /* line 278, ../../wamp64/www/sop/scss/style.scss */
  .cbp-spmenu-top {
    top: -110px;
  }
  /* line 282, ../../wamp64/www/sop/scss/style.scss */
  .cbp-spmenu-bottom {
    bottom: -110px;
  }
}

@media screen and (max-height: 26.375em) {
  /* line 290, ../../wamp64/www/sop/scss/style.scss */
  .cbp-spmenu-vertical {
    font-size: 90%;
    width: 190px;
  }
  /* line 295, ../../wamp64/www/sop/scss/style.scss */
  .cbp-spmenu-left,
  .cbp-spmenu-push-toleft {
    left: -270px;
    /* left: -190px; */
  }
  /* line 301, ../../wamp64/www/sop/scss/style.scss */
  .cbp-spmenu-right {
    right: -190px;
  }
  /* line 305, ../../wamp64/www/sop/scss/style.scss */
  .cbp-spmenu-push-toright {
    left: 190px;
  }
}

/* line 310, ../../wamp64/www/sop/scss/style.scss */
button#showLeft {
  background: transparent;
  border-color: transparent;
  line-height: 14px;
}

/* line 316, ../../wamp64/www/sop/scss/style.scss */
button#showLeft img {
  width: 30px;
}

/* line 320, ../../wamp64/www/sop/scss/style.scss */
button#showLeft:focus {
  outline: none;
  box-shadow: none;
}

/* line 325, ../../wamp64/www/sop/scss/style.scss */
button.cbpbtn {
  font-size: 20px;
  font-weight: 600;
  margin: 10px 15px;
  color: #fff;
  background: transparent;
  border-color: transparent;
}

/* line 334, ../../wamp64/www/sop/scss/style.scss */
.cbp-spmenu-left.cbp-spmenu-open {
  z-index: 1031;
}

/* line 338, ../../wamp64/www/sop/scss/style.scss */
button.cbpbtn:focus {
  box-shadow: none;
  outline: none;
}

/* line 343, ../../wamp64/www/sop/scss/style.scss */
.slide-logo {
  width: 70px;
  padding: 0.2rem 0.5rem !important;
}

/* line 348, ../../wamp64/www/sop/scss/style.scss */
.slide-category .nav-link {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 352, ../../wamp64/www/sop/scss/style.scss */
.cbp-spmenu .slide-category a:hover,
.cbp-spmenu .slide-link a:hover {
  background: #ffc0cb;
  color: #000;
}

/* line 358, ../../wamp64/www/sop/scss/style.scss */
.cbp-spmenu .nav-link {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.83rem;
  letter-spacing: 2px;
}

/* line 365, ../../wamp64/www/sop/scss/style.scss */
.slide-link img {
  width: 20px;
}

/* line 370, ../../wamp64/www/sop/scss/style.scss */
.slide-link h5 {
  font-family: 'Barlow', sans-serif;
}

/* line 375, ../../wamp64/www/sop/scss/style.scss */
.slide-link a {
  padding: 0rem 0.2rem 0rem;
}

/* line 379, ../../wamp64/www/sop/scss/style.scss */
.slide-link ul,
.slide-link h5 {
  padding-left: 1rem;
}

/* line 384, ../../wamp64/www/sop/scss/style.scss */
.slide-link h5 {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 1rem;
}

/* line 391, ../../wamp64/www/sop/scss/style.scss */
ul.slide-contact {
  list-style-type: none;
}

/* line 395, ../../wamp64/www/sop/scss/style.scss */
.slide-contact i.btn-primary:focus {
  font-size: 0.8rem;
}

/* line 399, ../../wamp64/www/sop/scss/style.scss */
.slide-contact li {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}

/* line 405, ../../wamp64/www/sop/scss/style.scss */
#showLeft {
  display: none;
}

@media (min-width: 320px) and (max-width: 768px) {
  /* line 405, ../../wamp64/www/sop/scss/style.scss */
  #showLeft {
    display: block;
  }
}

/* ------------------- MAIN CSS- mobile menu css close ------------------*/
/* line 422, ../../wamp64/www/sop/scss/style.scss */
.stats {
  background: #14213D;
  color: #fff;
}

/* line 426, ../../wamp64/www/sop/scss/style.scss */
.stats .staticon {
  width: 80px;
  height: auto;
}

/* line 430, ../../wamp64/www/sop/scss/style.scss */
.stats .staticon path {
  fill: #FF5E14;
}

/* line 435, ../../wamp64/www/sop/scss/style.scss */
.stats h5 {
  font-weight: 700;
  font-size: 2.2rem;
  color: #FF5E14;
}

/* line 441, ../../wamp64/www/sop/scss/style.scss */
.stats p {
  font-size: 1.5rem;
  font-weight: 600;
}

/* line 451, ../../wamp64/www/sop/scss/style.scss */
.founders h5 {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 41px;
  text-transform: uppercase;
}

/* line 459, ../../wamp64/www/sop/scss/style.scss */
.founders p {
  line-height: 22px;
  color: #000000;
}

/* line 464, ../../wamp64/www/sop/scss/style.scss */
.founders .topicon {
  fill: #000;
}

/* line 468, ../../wamp64/www/sop/scss/style.scss */
.founders .fsep {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 58px;
  text-align: center;
  letter-spacing: 0.12em;
  color: #1B2F5A;
}

/* line 480, ../../wamp64/www/sop/scss/style.scss */
.founders .orange-founder {
  background: linear-gradient(90deg, rgba(255, 94, 20, 0.85) 0%, rgba(255, 94, 20, 0) 100%);
  min-height: 100%;
}

/* line 484, ../../wamp64/www/sop/scss/style.scss */
.founders .orange-founder img.founderimg {
  margin-top: -145px;
  border: 5px solid #B03B05;
}

@media (max-width: 576px) {
  /* line 484, ../../wamp64/www/sop/scss/style.scss */
  .founders .orange-founder img.founderimg {
    margin-top: 0;
  }
}

/* line 494, ../../wamp64/www/sop/scss/style.scss */
.founders .green-founder {
  background: linear-gradient(270deg, rgba(16, 199, 67, 0.85) 0%, rgba(16, 199, 67, 0) 100%);
  min-height: 100%;
}

/* line 498, ../../wamp64/www/sop/scss/style.scss */
.founders .green-founder img.founderimg {
  margin-top: -145px;
  border: 5px solid #08802a;
}

@media (max-width: 576px) {
  /* line 498, ../../wamp64/www/sop/scss/style.scss */
  .founders .green-founder img.founderimg {
    margin-top: 0;
  }
}

/* line 510, ../../wamp64/www/sop/scss/style.scss */
.team .card {
  transition: all 0.5s ease;
}

/* line 513, ../../wamp64/www/sop/scss/style.scss */
.team .card img {
  width: 200px;
  margin: auto;
  z-index: 2;
  border-radius: 15px;
}

/* line 520, ../../wamp64/www/sop/scss/style.scss */
.team .card-body {
  height: 100%;
  margin-top: -95px;
  padding: 103px 10px 5px 10px;
  z-index: 1;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px -4px rgba(0, 0, 0, 0.18);
  border-radius: 15px;
}

/* line 531, ../../wamp64/www/sop/scss/style.scss */
.team .card:hover {
  cursor: pointer;
  margin-top: -10px;
}

/* line 535, ../../wamp64/www/sop/scss/style.scss */
.team .card:hover-body {
  box-shadow: 0px 4px 20px -4px rgba(0, 0, 0, 0.3);
}

/* line 543, ../../wamp64/www/sop/scss/style.scss */
.mentor h5 {
  font-size: 1.2rem;
}

/* line 547, ../../wamp64/www/sop/scss/style.scss */
.mentor .card:hover {
  cursor: pointer;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  transition: all ease .5s;
}

/* line 554, ../../wamp64/www/sop/scss/style.scss */
.mentor .card-body {
  margin-left: 19px;
  margin-top: -25px;
  background: #14213D;
  color: #fff;
}

/* line 561, ../../wamp64/www/sop/scss/style.scss */
.mentor .card:hover .card-body {
  background: #FF5E14;
  transition: all ease .5s;
}

/* line 567, ../../wamp64/www/sop/scss/style.scss */
.whatsapp {
  font-family: "Poppins", sans-serif;
}

/* line 570, ../../wamp64/www/sop/scss/style.scss */
.whatsapp h5.left {
  font-size: clamp(2rem, 2.6vw, 3rem);
  font-weight: 600;
}

/* line 575, ../../wamp64/www/sop/scss/style.scss */
.whatsapp p.left {
  color: #FF5E14;
  font-size: clamp(1rem, 2vw, 1.8rem);
}

/* line 580, ../../wamp64/www/sop/scss/style.scss */
.whatsapp .orange-bg {
  padding: clamp(1.67rem, 3vw, 2.08rem) 1.5rem;
}

/* line 581, ../../wamp64/www/sop/scss/style.scss */
.whatsapp .orange-bg h5 {
  font-size: clamp(1.8rem, 2vw, 2rem);
  font-weight: 700;
}

/* line 589, ../../wamp64/www/sop/scss/style.scss */
.whatsapp .staticon {
  width: 80px;
  height: auto;
}

/* line 593, ../../wamp64/www/sop/scss/style.scss */
.whatsapp .staticon path {
  fill: #B03B05;
}

/* line 599, ../../wamp64/www/sop/scss/style.scss */
.owl-nav {
  position: absolute;
  width: 100%;
  top: 42%;
  color: #fff;
  outline: none;
  display: block !important;
}

/* line 608, ../../wamp64/www/sop/scss/style.scss */
.owl-prev {
  position: absolute;
  left: -70px;
  outline: none;
}

/* line 614, ../../wamp64/www/sop/scss/style.scss */
.owl-next {
  position: absolute;
  right: -70px;
  outline: none;
}

/* line 620, ../../wamp64/www/sop/scss/style.scss */
.owlicon {
  width: 50px;
}

/*_______________________________Footer CSS_____________________________*/
/* line 625, ../../wamp64/www/sop/scss/style.scss */
.footer {
  background: #040f28;
  color: #fff;
}

/* line 629, ../../wamp64/www/sop/scss/style.scss */
.footer .topicon {
  fill: #fff;
  width: 35px;
  height: 30px;
  margin-top: 12px;
}

/* line 636, ../../wamp64/www/sop/scss/style.scss */
.footer .foothead {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 75px;
  line-height: 102px;
}

@media (max-width: 576px) {
  /* line 636, ../../wamp64/www/sop/scss/style.scss */
  .footer .foothead {
    font-size: 2.25rem;
  }
}

/* line 647, ../../wamp64/www/sop/scss/style.scss */
.footer .foothead span {
  color: #FF5E14;
}

/* line 652, ../../wamp64/www/sop/scss/style.scss */
.footer .footer-border {
  border: 1px solid #fff;
}

/* line 657, ../../wamp64/www/sop/scss/style.scss */
.footer .footer-half-border {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

/* line 663, ../../wamp64/www/sop/scss/style.scss */
.footer .border-dashed {
  border-top: 1px dashed #bdbdbd;
}

/* line 666, ../../wamp64/www/sop/scss/style.scss */
.footer .border-dashed p.left-text {
  float: left;
}

/* line 670, ../../wamp64/www/sop/scss/style.scss */
.footer .border-dashed p.right-text {
  float: right;
}

@media (max-width: 576px) {
  /* line 675, ../../wamp64/www/sop/scss/style.scss */
  .footer .border-dashed p.left-text {
    text-align: center;
    float: none;
  }
  /* line 680, ../../wamp64/www/sop/scss/style.scss */
  .footer .border-dashed p.right-text {
    text-align: center;
    float: none;
  }
}

/* line 687, ../../wamp64/www/sop/scss/style.scss */
.footer .footer-right-border {
  border-right: 1px solid #bdbdbd;
}

/* line 691, ../../wamp64/www/sop/scss/style.scss */
.footer .footer-links {
  color: #FF5E14;
}

/* line 694, ../../wamp64/www/sop/scss/style.scss */
.footer .footer-links:hover {
  color: #525252;
}

/* line 701, ../../wamp64/www/sop/scss/style.scss */
.footer .address-box .footer-links {
  color: #fff;
}

/* line 704, ../../wamp64/www/sop/scss/style.scss */
.footer .address-box .footer-links:hover {
  color: #FF5E14;
}

/* line 709, ../../wamp64/www/sop/scss/style.scss */
.footer .address-box h5 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  font-size: 24px;
}

/* line 717, ../../wamp64/www/sop/scss/style.scss */
.footer .address-box p {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

/* line 729, ../../wamp64/www/sop/scss/style.scss */
.breadcrumb {
  position: relative;
  z-index: -9999;
}

/* line 735, ../../wamp64/www/sop/scss/style.scss */
.aboutcrumb {
  margin-bottom: 0;
}

/* line 739, ../../wamp64/www/sop/scss/style.scss */
.about-background {
  background: url("../img/about-bg.jpg");
  background-size: contain;
  background-position: center center;
}

@media (max-width: 576px) {
  /* line 739, ../../wamp64/www/sop/scss/style.scss */
  .about-background {
    background-size: cover;
    background-position: unset;
  }
}

/* line 749, ../../wamp64/www/sop/scss/style.scss */
.about-background .tagline {
  font-size: 1.5rem;
  font-weight: 700;
}

/* line 755, ../../wamp64/www/sop/scss/style.scss */
.one {
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 60px 0;
  position: relative;
}

/* line 761, ../../wamp64/www/sop/scss/style.scss */
.one::before {
  content: "Where";
  color: #e7ecf8;
  font-size: clamp(6rem, 10vw, 7rem);
  font-weight: 700;
  position: absolute;
  z-index: -9;
  top: -8px;
  left: 80px;
}

@media (max-width: 576px) {
  /* line 761, ../../wamp64/www/sop/scss/style.scss */
  .one::before {
    top: 3px;
    left: 30px;
  }
}

/* line 779, ../../wamp64/www/sop/scss/style.scss */
.two {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-top: 0px;
  padding: 60px 0;
  position: relative;
}

/* line 786, ../../wamp64/www/sop/scss/style.scss */
.two::before {
  content: "Place";
  color: #fff1ea;
  font-size: clamp(6rem, 10vw, 7rem);
  font-weight: 700;
  position: absolute;
  z-index: -9;
  top: -8px;
  left: 120px;
}

@media (max-width: 576px) {
  /* line 786, ../../wamp64/www/sop/scss/style.scss */
  .two::before {
    top: 3px;
    left: 62px;
  }
}

/* line 804, ../../wamp64/www/sop/scss/style.scss */
.sarthione {
  box-shadow: 0px -1px 10px 0px rgba(14, 65, 173, 0.4);
}

/* line 807, ../../wamp64/www/sop/scss/style.scss */
.sarthione .card-header {
  background: #14213D;
  color: #fff;
  font-size: 1.5rem;
}

/* line 813, ../../wamp64/www/sop/scss/style.scss */
.sarthione .card-body {
  background: #e7ecf8;
}

/* line 817, ../../wamp64/www/sop/scss/style.scss */
.aboutone {
  box-shadow: 0px -1px 10px 0px rgba(14, 65, 173, 0.4);
}

/* line 820, ../../wamp64/www/sop/scss/style.scss */
.aboutone .card-header {
  background: #14213D;
  color: #fff;
  font-size: 1.5rem;
}

/* line 826, ../../wamp64/www/sop/scss/style.scss */
.aboutone .card-body {
  background: #e7ecf8;
}

/* line 830, ../../wamp64/www/sop/scss/style.scss */
.abouttwo {
  box-shadow: 0px -1px 10px 0px rgba(255, 86, 1, 0.4);
}

/* line 833, ../../wamp64/www/sop/scss/style.scss */
.abouttwo .card-header {
  background: #FF5E14;
  color: #000;
  font-size: 1.5rem;
}

/* line 839, ../../wamp64/www/sop/scss/style.scss */
.abouttwo .card-body {
  background: #f5e1d7;
}

/* line 844, ../../wamp64/www/sop/scss/style.scss */
.takeawaycard {
  box-shadow: 0px -1px 10px 0px rgba(255, 86, 1, 0.4);
}

/* line 847, ../../wamp64/www/sop/scss/style.scss */
.takeawaycard .card-header {
  background: #B03B05;
  color: #fff;
  font-size: 1.5rem;
}

/* line 853, ../../wamp64/www/sop/scss/style.scss */
.takeawaycard .card-body {
  background: #f5e1d7;
}

/* line 861, ../../wamp64/www/sop/scss/style.scss */
button.btnsubmit {
  outline: none;
  height: 40px;
  text-align: center;
  width: 130px;
  border-radius: 40px;
  background: #fff;
  border: 2px solid #FF5E14;
  color: #FF5E14;
  letter-spacing: 1px;
  text-shadow: 0;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.25s ease;
}

/* line 881, ../../wamp64/www/sop/scss/style.scss */
button.btnsubmit:hover {
  color: white;
  background: #FF5E14;
}

/* line 886, ../../wamp64/www/sop/scss/style.scss */
button.btnsubmit:active {
  letter-spacing: 2px;
}

/* line 891, ../../wamp64/www/sop/scss/style.scss */
button.btnsubmit:after {
  content: "SUBMIT";
}

/* line 896, ../../wamp64/www/sop/scss/style.scss */
button.onclic {
  width: 40px;
  border-color: #B03B05;
  border-width: 3px;
  font-size: 0;
  border-left-color: #FF5E14;
  animation: rotating 2s 0.25s linear infinite;
}

/* line 904, ../../wamp64/www/sop/scss/style.scss */
button.onclic:after {
  content: "";
}

/* line 908, ../../wamp64/www/sop/scss/style.scss */
button.onclic:hover {
  color: #FF5E14;
  background: white;
}

/* line 914, ../../wamp64/www/sop/scss/style.scss */
button.validate {
  font-size: 13px;
  color: white;
  background: #FF5E14;
}

/* line 919, ../../wamp64/www/sop/scss/style.scss */
button.validate:after {
  content: "SUBMITTED";
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* line 936, ../../wamp64/www/sop/scss/style.scss */
.when {
  font-size: 2rem;
}

/* line 939, ../../wamp64/www/sop/scss/style.scss */
.when .one {
  color: #14213D;
}

/* line 943, ../../wamp64/www/sop/scss/style.scss */
.when .two {
  color: #B03B05;
}

/* line 948, ../../wamp64/www/sop/scss/style.scss */
.selection {
  font-size: 1.5rem;
}

/* line 951, ../../wamp64/www/sop/scss/style.scss */
.selection .card-body {
  z-index: 1;
}

/* line 955, ../../wamp64/www/sop/scss/style.scss */
.selection-one {
  position: relative;
  padding: 20px 0;
}

/* line 959, ../../wamp64/www/sop/scss/style.scss */
.selection-one::before {
  content: "1";
  position: absolute;
  font-size: 6rem;
  font-weight: 700;
  top: -20px;
  color: #e7ecf8;
  left: 0;
}

/* line 970, ../../wamp64/www/sop/scss/style.scss */
.selection-two {
  position: relative;
  padding: 20px 0;
}

/* line 974, ../../wamp64/www/sop/scss/style.scss */
.selection-two::before {
  content: "2";
  position: absolute;
  font-size: 6rem;
  font-weight: 700;
  top: -20px;
  color: #fff1ea;
  left: 0;
}

/* line 985, ../../wamp64/www/sop/scss/style.scss */
.selection-three {
  position: relative;
  padding: 20px 0;
}

/* line 989, ../../wamp64/www/sop/scss/style.scss */
.selection-three::before {
  content: "3";
  position: absolute;
  font-size: 6rem;
  font-weight: 700;
  top: -20px;
  color: #e7ecf8;
  left: 0;
}

/* line 1003, ../../wamp64/www/sop/scss/style.scss */
.modules li img {
  width: 15px;
  margin-right: 14px;
}

/* line 1010, ../../wamp64/www/sop/scss/style.scss */
.getcourse-heading {
  background: #e9effc;
  color: #040f28;
  padding: 20px;
  border: 10px solid #e9effc;
}

@media (max-width: 576px) {
  /* line 1010, ../../wamp64/www/sop/scss/style.scss */
  .getcourse-heading {
    padding: 0;
  }
  /* line 1017, ../../wamp64/www/sop/scss/style.scss */
  .getcourse-heading h2 {
    font-size: 1.6rem;
  }
}

/* line 1023, ../../wamp64/www/sop/scss/style.scss */
.english {
  border: 0;
  background: #14213D;
}

/* line 1026, ../../wamp64/www/sop/scss/style.scss */
.english a {
  font-size: 1.2rem;
  font-weight: 700;
  color: #ff5e14;
}

/* line 1030, ../../wamp64/www/sop/scss/style.scss */
.english a:hover {
  text-decoration: none;
}

@media (max-width: 576px) {
  /* line 1026, ../../wamp64/www/sop/scss/style.scss */
  .english a {
    font-size: 0.94rem;
  }
}

/* line 1038, ../../wamp64/www/sop/scss/style.scss */
.hindi {
  border: 0;
  background: #FF5E14;
}

/* line 1041, ../../wamp64/www/sop/scss/style.scss */
.hindi a {
  font-size: 1.2rem;
  font-weight: 700;
  color: #000;
}

/* line 1045, ../../wamp64/www/sop/scss/style.scss */
.hindi a:hover {
  text-decoration: none;
}

@media (max-width: 576px) {
  /* line 1041, ../../wamp64/www/sop/scss/style.scss */
  .hindi a {
    font-size: 0.94rem;
  }
}

/* line 1054, ../../wamp64/www/sop/scss/style.scss */
.modal-header {
  background: #FF5E14;
  color: #fff;
  border-radius: 0;
}

/* line 1058, ../../wamp64/www/sop/scss/style.scss */
.modal-header .close {
  color: #B03B05;
  font-size: 2rem;
  text-shadow: none;
}

/*# sourceMappingURL=style.css.map */