@import url("https://fonts.googleapis.com/css2?family=Cabin:wght@400;700&family=Open+Sans:wght@400;700&display=swap");
/* line 21, C:/wamp64/www/overseas/scss/style.scss */
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #162E40;
  letter-spacing: 0.05em;
}

@media (max-width: 575.98px) {
  /* line 26, C:/wamp64/www/overseas/scss/style.scss */
  body {
    font-size: 14px;
  }
}

/* line 34, C:/wamp64/www/overseas/scss/style.scss */
.link-clr {
  color: #ffffff;
}

/* line 37, C:/wamp64/www/overseas/scss/style.scss */
.link-clr:hover {
  color: #E52727;
}

/* line 42, C:/wamp64/www/overseas/scss/style.scss */
.link {
  color: #162E40;
}

/* line 45, C:/wamp64/www/overseas/scss/style.scss */
.link:hover {
  color: #E52727;
}

/* line 51, C:/wamp64/www/overseas/scss/style.scss */
.btn:focus {
  box-shadow: none;
  outline: none;
}

/* line 58, C:/wamp64/www/overseas/scss/style.scss */
.form-control:focus {
  outline: none;
  box-shadow: none;
}

/* line 64, C:/wamp64/www/overseas/scss/style.scss */
.card {
  border: none;
}

/* line 68, C:/wamp64/www/overseas/scss/style.scss */
.red-btn {
  background: #E52727;
  border-radius: 5px;
  color: #ffffff;
}

/* line 73, C:/wamp64/www/overseas/scss/style.scss */
.red-btn:hover {
  background: #162E40;
  color: #ffffff;
}

/* line 79, C:/wamp64/www/overseas/scss/style.scss */
.heading-h2 {
  font-family: "Cabin", sans-serif;
  font-weight: bold;
  font-size: 36px;
  color: #162E40;
  letter-spacing: 0.03em;
}

@media (max-width: 575.98px) {
  /* line 84, C:/wamp64/www/overseas/scss/style.scss */
  .heading-h2 {
    font-size: 26px;
  }
}

/* line 90, C:/wamp64/www/overseas/scss/style.scss */
.heading-h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #162E40;
}

@media (max-width: 575.98px) {
  /* line 94, C:/wamp64/www/overseas/scss/style.scss */
  .heading-h3 {
    font-size: 18px;
  }
}

/* line 100, C:/wamp64/www/overseas/scss/style.scss */
.heading-h4 {
  font-family: "Cabin", sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #162E40;
  letter-spacing: 0.03em;
}

@media (max-width: 575.98px) {
  /* line 105, C:/wamp64/www/overseas/scss/style.scss */
  .heading-h4 {
    font-size: 18px;
  }
}

/* line 110, C:/wamp64/www/overseas/scss/style.scss */
form .parsley-custom-error-message {
  color: #e71111;
  font-size: 12px;
}

/* line 115, C:/wamp64/www/overseas/scss/style.scss */
ul.parsley-errors-list {
  margin-bottom: 0px;
  list-style: none;
  padding: 5px;
}

/* line 121, C:/wamp64/www/overseas/scss/style.scss */
section.top-bar {
  background: #162E40;
}

/* line 124, C:/wamp64/www/overseas/scss/style.scss */
section.top-bar svg {
  fill: #ffffff;
}

/* line 127, C:/wamp64/www/overseas/scss/style.scss */
section.top-bar svg:hover {
  fill: #E52727;
}

/* line 133, C:/wamp64/www/overseas/scss/style.scss */
section.menu {
  position: relative;
  z-index: 999;
  border-bottom: 1px solid #ffffff;
}

@media (max-width: 575.98px) {
  /* line 139, C:/wamp64/www/overseas/scss/style.scss */
  section.menu {
    border-bottom: none;
  }
}

/* line 146, C:/wamp64/www/overseas/scss/style.scss */
section.menu .navbar .navbar-nav .nav-link {
  font-family: "Cabin", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
}

/* line 149, C:/wamp64/www/overseas/scss/style.scss */
section.menu .navbar .navbar-nav .nav-link:hover {
  color: #E52727;
}

/* line 158, C:/wamp64/www/overseas/scss/style.scss */
section.menu1 {
  position: relative;
  z-index: 999;
  box-shadow: 0px 5px 25px -7px rgba(0, 0, 0, 0.25);
}

/* line 165, C:/wamp64/www/overseas/scss/style.scss */
section.menu1 .navbar .navbar-nav .nav-link {
  font-family: "Cabin", sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #162E40;
}

/* line 168, C:/wamp64/www/overseas/scss/style.scss */
section.menu1 .navbar .navbar-nav .nav-link:hover {
  color: #E52727;
}

/* line 177, C:/wamp64/www/overseas/scss/style.scss */
section.banner {
  margin-top: -96px;
}

@media (max-width: 575.98px) {
  /* line 181, C:/wamp64/www/overseas/scss/style.scss */
  section.banner {
    margin-top: 0px;
  }
}

/* line 187, C:/wamp64/www/overseas/scss/style.scss */
section.hero {
  margin-top: -50px;
}

@media (max-width: 575.98px) {
  /* line 191, C:/wamp64/www/overseas/scss/style.scss */
  section.hero {
    margin-top: 0px;
  }
}

/* line 196, C:/wamp64/www/overseas/scss/style.scss */
section.hero .hero-box {
  box-shadow: 0px 0px 20px rgba(229, 39, 39, 0.15);
  border-radius: 5px;
  background: #ffffff;
  position: relative;
}

/* line 201, C:/wamp64/www/overseas/scss/style.scss */
section.hero .hero-box .heading-h2 {
  font-size: 22px;
}

@media (max-width: 575.98px) {
  /* line 206, C:/wamp64/www/overseas/scss/style.scss */
  section.hero .hero-box .heading-h2 {
    font-size: 18px;
  }
}

/* line 214, C:/wamp64/www/overseas/scss/style.scss */
section.about {
  background: #f6f6f6;
}

/* line 219, C:/wamp64/www/overseas/scss/style.scss */
.study-card .card-body {
  background: #162E40;
  border-radius: 0px 0px 5px 5px;
}

/* line 223, C:/wamp64/www/overseas/scss/style.scss */
.study-card .card-body .card-text {
  font-family: "Cabin", sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #ffffff;
  letter-spacing: 0.03em;
}

/* line 230, C:/wamp64/www/overseas/scss/style.scss */
section.founder {
  background: #f6f6f6;
}

/* line 234, C:/wamp64/www/overseas/scss/style.scss */
section.footer {
  background-image: url("../img/footer-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 241, C:/wamp64/www/overseas/scss/style.scss */
section.footer .title {
  font-family: "Cabin", sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #ffffff;
}

@media (max-width: 575.98px) {
  /* line 244, C:/wamp64/www/overseas/scss/style.scss */
  section.footer .title {
    font-size: 18px;
  }
}

/* line 250, C:/wamp64/www/overseas/scss/style.scss */
section.footer .copy-right-txt {
  color: #ffffff;
  font-size: 14px;
}

/* line 255, C:/wamp64/www/overseas/scss/style.scss */
section.footer svg {
  fill: #ffffff;
}

/* line 258, C:/wamp64/www/overseas/scss/style.scss */
section.footer svg:hover {
  fill: #E52727;
}

/* line 263, C:/wamp64/www/overseas/scss/style.scss */
section.footer .footsep {
  border-top: 1px solid #e5e5e5;
}

@media (max-width: 575.98px) {
  /* line 266, C:/wamp64/www/overseas/scss/style.scss */
  section.footer .footsep {
    border-top: none;
  }
}

/* line 270, C:/wamp64/www/overseas/scss/style.scss */
section.footer .footsep .lighttext {
  color: #fff;
  font-size: 14px;
}

/* line 274, C:/wamp64/www/overseas/scss/style.scss */
section.footer .footsep .bfoot {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

@media (max-width: 575.98px) {
  /* line 278, C:/wamp64/www/overseas/scss/style.scss */
  section.footer .footsep .bfoot {
    border-left: none;
    border-right: none;
  }
}

/* line 289, C:/wamp64/www/overseas/scss/style.scss */
section.review .owl-stage {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 298, C:/wamp64/www/overseas/scss/style.scss */
section.review .owl-stage .owl-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto !important;
}

/* line 305, C:/wamp64/www/overseas/scss/style.scss */
section.review .review-card {
  background: #f6f6f6;
  border-radius: 5px;
}

/* line 309, C:/wamp64/www/overseas/scss/style.scss */
section.review .review-card .card-body {
  background: #D7E8FD;
}

/* line 313, C:/wamp64/www/overseas/scss/style.scss */
section.review .review-card .review-img {
  width: 65px;
  margin-top: -35px;
}

/* line 320, C:/wamp64/www/overseas/scss/style.scss */
section.review .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: 46%;
  bottom: -24px;
}

@media (max-width: 575.98px) {
  /* line 326, C:/wamp64/www/overseas/scss/style.scss */
  section.review .owl-carousel .owl-nav button.owl-next {
    right: 37%;
    bottom: -24px;
  }
}

/* line 333, C:/wamp64/www/overseas/scss/style.scss */
section.review .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  bottom: -24px;
  left: 46%;
}

@media (max-width: 575.98px) {
  /* line 338, C:/wamp64/www/overseas/scss/style.scss */
  section.review .owl-carousel .owl-nav button.owl-prev {
    left: 37%;
    bottom: -24px;
  }
}

/* line 345, C:/wamp64/www/overseas/scss/style.scss */
.owl-carousel .owl-item img {
  display: block;
  width: auto;
  text-align: center;
  margin: 0 auto;
}

/* line 351, C:/wamp64/www/overseas/scss/style.scss */
section.about-sec {
  background: #f6f6f6;
}

/* line 355, C:/wamp64/www/overseas/scss/style.scss */
.vision-card {
  box-shadow: 0px 0px 15px rgba(229, 39, 39, 0.1);
  border-radius: 5px;
}

/* line 360, C:/wamp64/www/overseas/scss/style.scss */
section.study-sec1 {
  background: #D7E8FD;
}

/* line 364, C:/wamp64/www/overseas/scss/style.scss */
section.study-sec3 {
  background: #f6f6f6;
}

/* line 366, C:/wamp64/www/overseas/scss/style.scss */
section.study-sec3 .card {
  background-color: transparent;
}

/* line 369, C:/wamp64/www/overseas/scss/style.scss */
section.study-sec3 .recruities-box {
  padding: 2rem;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

/* line 374, C:/wamp64/www/overseas/scss/style.scss */
section.study-sec3 .recruities-box img {
  margin: 0 auto;
}

@media (max-width: 575.98px) {
  /* line 378, C:/wamp64/www/overseas/scss/style.scss */
  section.study-sec3 .recruities-box {
    padding: 2rem;
    border-right: 0px;
    border-bottom: 0px;
    border: 1px solid #ccc;
    min-height: 182px;
  }
}

/* line 388, C:/wamp64/www/overseas/scss/style.scss */
section.study-sec3 .recruities-box1 {
  padding: 2rem;
  border-right: none;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 575.98px) {
  /* line 394, C:/wamp64/www/overseas/scss/style.scss */
  section.study-sec3 .recruities-box1 {
    padding: 2rem;
    border-bottom: 0px;
    border: 1px solid #ccc;
  }
}

/* line 402, C:/wamp64/www/overseas/scss/style.scss */
section.study-sec3 .recruities-box2 {
  border-bottom: 1px solid transparent;
}

@media (max-width: 575.98px) {
  /* line 406, C:/wamp64/www/overseas/scss/style.scss */
  section.study-sec3 .recruities-box2 {
    padding: 2rem;
    border: 1px solid #ccc;
  }
}

/* line 414, C:/wamp64/www/overseas/scss/style.scss */
section.map {
  background: #f6f6f6;
}

/* line 418, C:/wamp64/www/overseas/scss/style.scss */
section.founder {
  background: #f6f6f6;
}

/* line 422, C:/wamp64/www/overseas/scss/style.scss */
.whtfixbtn {
  position: fixed;
  bottom: 0;
  background-color: #2BB78B;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  z-index: 999;
}

/* line 431, C:/wamp64/www/overseas/scss/style.scss */
.callbtn {
  position: fixed;
  bottom: 0;
  background-color: #151414;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  z-index: 999;
}

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

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

/* line 462, C:/wamp64/www/overseas/scss/style.scss */
.cbp-spmenu .slide-category .accordion-button {
  padding: 1rem 4.5%;
  border: 1px solid rgba(255, 255, 255, 0.125);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #162E40;
  font-size: 0.83rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* line 471, C:/wamp64/www/overseas/scss/style.scss */
.cbp-spmenu .slide-category .accordion-button:focus {
  outline: none;
  box-shadow: none;
}

/* line 482, C:/wamp64/www/overseas/scss/style.scss */
.cbp-spmenu .slide-category .accordion-body {
  padding: 0px;
}

/* line 485, C:/wamp64/www/overseas/scss/style.scss */
.cbp-spmenu .slide-category .accordion-body a {
  display: block;
  color: #162E40;
  font-size: 0.83rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* line 497, C:/wamp64/www/overseas/scss/style.scss */
.cbp-spmenu a {
  display: block;
  color: #162E40;
  font-size: 0.83rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

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

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

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

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

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

/* line 546, C:/wamp64/www/overseas/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 555, C:/wamp64/www/overseas/scss/style.scss */
.cbp-spmenu-left {
  left: -300px;
}

/* line 559, C:/wamp64/www/overseas/scss/style.scss */
.cbp-spmenu-right {
  right: -240px;
}

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

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

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

/* line 577, C:/wamp64/www/overseas/scss/style.scss */
.cbp-spmenu-bottom {
  bottom: -150px;
}

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

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

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

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

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

/* Transitions */
/* line 607, C:/wamp64/www/overseas/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 619, C:/wamp64/www/overseas/scss/style.scss */
  .cbp-spmenu-horizontal {
    font-size: 75%;
    height: 110px;
  }
  /* line 624, C:/wamp64/www/overseas/scss/style.scss */
  .cbp-spmenu-top {
    top: -110px;
  }
  /* line 628, C:/wamp64/www/overseas/scss/style.scss */
  .cbp-spmenu-bottom {
    bottom: -110px;
  }
}

@media screen and (max-height: 26.375em) {
  /* line 636, C:/wamp64/www/overseas/scss/style.scss */
  .cbp-spmenu-vertical {
    font-size: 90%;
    width: 190px;
  }
  /* line 641, C:/wamp64/www/overseas/scss/style.scss */
  .cbp-spmenu-left,
  .cbp-spmenu-push-toleft {
    left: -270px;
    /* left: -190px; */
  }
  /* line 647, C:/wamp64/www/overseas/scss/style.scss */
  .cbp-spmenu-right {
    right: -190px;
  }
  /* line 651, C:/wamp64/www/overseas/scss/style.scss */
  .cbp-spmenu-push-toright {
    left: 190px;
  }
}

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

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

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

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

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

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

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

/* line 694, C:/wamp64/www/overseas/scss/style.scss */
.slide-category .nav-link {
  padding-left: 5%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* line 699, C:/wamp64/www/overseas/scss/style.scss */
.cbp-spmenu .slide-category a:hover,
.cbp-spmenu .slide-link a:hover {
  color: #ffffff;
  background: #162E40;
}

/* line 711, C:/wamp64/www/overseas/scss/style.scss */
.cbp-spmenu .slide-category .dropdown .dropdown-menu li a:active {
  background-color: #162E40;
  color: #ffffff;
}

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

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

/* line 735, C:/wamp64/www/overseas/scss/style.scss */
.slide-link .iconmenu .nav-link {
  padding: 0px 10px 10px 0px;
}

/* line 739, C:/wamp64/www/overseas/scss/style.scss */
.slide-link .iconmenu li.nav-item.iconli {
  display: inline-block;
}

/* line 742, C:/wamp64/www/overseas/scss/style.scss */
.slide-link .iconmenu li.nav-item.iconli svg {
  fill: #FDE7EA;
}

/* line 747, C:/wamp64/www/overseas/scss/style.scss */
.slide-link .iconmenu li.nav-item.iconli:hover svg {
  fill: #e41631;
}

/* line 755, C:/wamp64/www/overseas/scss/style.scss */
.slide-link h5 {
  font-family: 'poppins', sans-serif;
}

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

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

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

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

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

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

/* line 790, C:/wamp64/www/overseas/scss/style.scss */
#showLeft {
  display: none;
}

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

/* ------------------- MAIN CSS- mobile menu css close ------------------*/

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