html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  font-family: "poppins", sans-serif;
  background: #f6f6f6;
}

body a {
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
  text-decoration: none;
  color: black;
}

body a:hover {
  text-decoration: none;
  color: #ff7c61;
}

body a:focus {
  outline: none;
}

body ul {
  margin: 0;
  padding: 0;
}

body ul li {
  list-style-type: none;
}

body p {
  font-size: 14px;
  color: #666c6d;
  line-height: 24px;
}

.sec-padding {
  padding: 65px 0;
}

.sec-title {
  text-transform: capitalize;
}

.sec-title h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #526c81;
}

.sec-title h2 {
  font-weight: 500;
  font-size: 28px;
  line-height: 42px;
  color: #051b43;
}

.learn_more {
  margin: 12px 0;
  background: #ff7c61;
  color: white;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 32px;
  border: 2px solid #ff7c61;
}

.learn_more a {
  color: white;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 12px;
}

.mh-left img {
  height: 60px;
  width: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

.header-top {
  padding: 8px 16px;
}

.global-navigation .navbar-expand-lg .navbar-collapse {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.global-navigation li.nav-item {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}

.disp {
  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;
}

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

.header-contact {
  background: #ff7c61;
  padding: 10px 20px;
  border-radius: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-contact a {
  color: white;
  font-weight: 600;
}

.header-contact span {
  margin-left: 8px;
}

.header-contact img {
  height: 20px;
}

.main-about {
  margin-top: 24px;
  margin-bottom: 60px;
}

.ma-background {
  height: 450px;
  width: 450px;
  background: #ff7c61;
  border-radius: 50%;
  position: relative;
}

.mab-img-top img {
  height: 300px;
  width: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  -webkit-box-shadow: 5px 9px 20px #00000059;
          box-shadow: 5px 9px 20px #00000059;
}

.first {
  position: absolute;
  right: -50px;
}

.second {
  position: absolute;
  bottom: -90px;
}

.second img {
  height: 280px;
  width: 280px;
}

.rocket-design-icon {
  position: absolute;
  left: 25px;
  bottom: 200px;
}

.about-button {
  background: white;
  display: inline-block;
  padding: 10px 50px;
  border-radius: 32px;
  -webkit-filter: drop-shadow(0px 4px 74px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 74px rgba(0, 0, 0, 0.25));
}

.about-button a {
  font-weight: 500;
}

.about-button span {
  margin-left: 12px;
}

.ab-position {
  position: absolute;
  right: -100px;
  bottom: 230px;
}

.ab-position-0 {
  position: absolute;
  right: 0px;
  bottom: 50px;
}

.flex-title {
  text-transform: capitalize;
}

.flex-title span {
  color: #ff7c61;
}

.main-about-title h2 {
  text-transform: capitalize;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 48px;
  line-height: 72px;
  text-transform: #ff7c61;
  color: #051b43;
}

.main-about-right {
  padding-left: 46px;
}

.main-about-sub-title h3 {
  font-weight: 300;
  font-size: 24px;
  line-height: 36px;
  /* identical to box height */
  text-transform: capitalize;
  color: #051b43;
}

.main-about-desc {
  padding: 12px 0;
}

.main-about-desc p {
  line-height: 24px;
}

.main-about-right .header-contact {
  display: inline-block;
}

.main-about-right img {
  height: 30px;
}

.services-single {
  margin: 0 18px;
  height: 145px;
  width: 145px;
  border-radius: 50%;
  background: white;
  text-align: center;
  line-height: 145px;
}

.services-single img {
  background: #051b43;
  border-radius: 50%;
  padding: 16px;
  -webkit-filter: drop-shadow(0px 4px 74px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 74px rgba(0, 0, 0, 0.25));
}

.ss-title {
  padding: 8px 0;
  width: 100%;
}

.ss-title h6 {
  font-size: 12px;
  font-weight: 600;
  color: #051b43;
}

.cs-image img {
  height: 279px;
  width: 347px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}

.countries-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: scroll;
  overflow: hidden;
}

.countries-single {
  margin: 0 8px;
}

#nav {
  position: absolute;
  bottom: 0px;
  width: 120px;
}

#prev {
  display: inline-block;
  position: absolute;
  left: 0;
  border: 2px dotted black;
  cursor: pointer;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  width: 50px;
  border-radius: 50%;
  text-align: center;
}

#next {
  position: absolute;
  right: 0;
  display: inline-block;
  border: 2px dotted black;
  cursor: pointer;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  width: 50px;
  border-radius: 50%;
  text-align: center;
}

.cs-title {
  margin: 12px 0;
  text-align: center;
}

.ma-desc {
  margin: 18px 0;
}

.mv-content video {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
}

.ml-single {
  border: 4px dotted black;
  display: inline-block;
  padding: 90px;
  border-radius: 32px;
  margin: 0 12px;
}

.ml-title h6 {
  font-size: 32px;
  color: #051b43;
  text-transform: uppercase;
}

.mc-single {
  text-align: center;
  border: 4px dotted black;
  display: inline-block;
  height: 150px;
  width: 150px;
  line-height: 150px;
  border-radius: 32px;
  margin: 0 8px;
}

.ms-icon img {
  height: 50px;
  width: 50px;
}

.ms-title {
  margin: 12px 0;
}

.ms-title h6 {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 12px;
}

.main-testimonial {
  position: relative;
}

.outer-circle {
  margin: 60px 0;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 530px;
  width: 530px;
  border-radius: 50%;
  border: 3px dotted rgba(0, 0, 0, 0.287);
}

.inner-circle {
  position: absolute;
  left: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  height: 330px;
  width: 330px;
  border-radius: 50%;
  border: 3px dotted rgba(0, 0, 0, 0.287);
}

.center-img {
  position: absolute;
  left: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

.center-img img {
  width: 200.03px;
  height: 200.03px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  -webkit-box-shadow: 0px 4px 55px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 55px rgba(0, 0, 0, 0.25);
}

.student-circle-small {
  background: #ff7b6183;
  text-align: center;
  width: 90.03px;
  height: 90.03px;
  line-height: 90.03px;
  border-radius: 50%;
}

.student-circle-small img {
  width: 65.03px;
  height: 65.03px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.one {
  position: absolute;
  left: 366px;
}

.two {
  position: absolute;
  bottom: -20px;
}

.three {
  position: absolute;
  left: -154px;
}

.four {
  position: absolute;
  top: -145px;
  left: 180px;
}

.five {
  position: absolute;
  bottom: -145px;
  left: 180px;
}

.main-testimonial .ml-single {
  padding: 18px;
  max-height: 250px;
  min-height: 250px;
  overflow-y: scroll;
}

.std-course {
  padding-top: 3px;
  padding-bottom: 12px;
}

.std-course h6 {
  font-size: 12px;
  margin: 0;
  color: #464646;
  font-weight: 600;
}

.std-text p {
  font-size: 12px;
  line-height: 18px;
}

.bs-image {
  margin-right: 12px;
}

.bs-image img {
  border-radius: 32px;
  height: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-single {
  margin-top: 18px;
}

.date {
  margin-top: 12px;
}

.date h6 {
  font-size: 12px;
  color: #918f8f;
  margin-bottom: 3px;
}

.bs-title h5 {
  margin-top: 0;
  font-size: 14px;
}

.bs-title h6 {
  font-size: 8px;
  color: #ff7c61;
  text-transform: capitalize;
}

.v-events {
  margin: 24px 0;
}

.uni-event-single {
  margin-bottom: 28px;
  border-bottom: 2px dotted black;
}

.uni-event-single h6 {
  font-size: 12px;
}

.uni-event-single h5 {
  font-size: 16px;
}

.date-time {
  background: #051b43;
  border-radius: 3px;
  display: inline-block;
  margin-bottom: 8px;
}

.date-time h6 {
  color: white;
  padding: 8px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.v-events {
  max-height: 330px;
  min-height: 330px;
  overflow-y: scroll;
}

.advices-accordion {
  margin: 24px 0;
}

.advices-accordion .card-body {
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.advices-accordion .card {
  border: 0px;
  border-radius: 32px;
  margin-bottom: 12px;
}

.advices-accordion .card-header {
  background: #ff7c6138;
  border-bottom: 0px;
}

.advices-accordion .btn-link {
  color: #051b43;
  font-weight: 600;
  font-size: 16px;
}

.advices-accordion .card-header {
  border-radius: 32px;
}

.custom-side-padding {
  padding-right: 100px;
}

.custom-side-padding-ac {
  padding-right: 85px;
}

.main-advice .bs-title {
  margin-top: 12px;
  text-align: center;
}

.main-advice .bs-title h6 {
  font-size: 12px;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
          box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ff7c61;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #051b43;
}

.main-testimonial,
.main-blog,
.main-language,
.main-advice,
.us-slider {
  position: relative;
}

.main-testimonial .slick-list.draggable,
.main-blog .slick-list.draggable,
.main-language .slick-list.draggable,
.main-advice .slick-list.draggable,
.us-slider .slick-list.draggable {
  padding: 20px 0 2em;
}

.main-testimonial .slick-arrow,
.main-blog .slick-arrow,
.main-language .slick-arrow,
.main-advice .slick-arrow,
.us-slider .slick-arrow {
  position: absolute;
  top: 100%;
  position: absolute;
  right: 0;
  display: inline-block;
  border: 2px dotted black;
  cursor: pointer;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  width: 50px;
  border-radius: 50%;
  text-align: center;
}

.main-testimonial .slick-arrow:hover,
.main-blog .slick-arrow:hover,
.main-language .slick-arrow:hover,
.main-advice .slick-arrow:hover,
.us-slider .slick-arrow:hover {
  background: #ff7c61;
}

.main-testimonial i.fas.fa-angle-left.slick-arrow,
.main-blog i.fas.fa-angle-left.slick-arrow,
.main-language i.fas.fa-angle-left.slick-arrow,
.main-advice i.fas.fa-angle-left.slick-arrow,
.us-slider i.fas.fa-angle-left.slick-arrow {
  right: 6%;
}

.main-testimonial i.fas.fa-angle-right.slick-arrow,
.main-blog i.fas.fa-angle-right.slick-arrow,
.main-language i.fas.fa-angle-right.slick-arrow,
.main-advice i.fas.fa-angle-right.slick-arrow,
.us-slider i.fas.fa-angle-right.slick-arrow {
  right: 0;
}

.main-blog i.fas.fa-angle-left.slick-arrow {
  left: 0%;
}

.main-blog i.fas.fa-angle-right.slick-arrow {
  left: 10%;
}

.main-advice i.fas.fa-angle-left.slick-arrow {
  left: 0%;
}

.main-advice i.fas.fa-angle-right.slick-arrow {
  left: 12%;
}

.us-single img {
  height: 150px;
  width: 300px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-main {
  background: #242424;
  padding: 80px 100px;
  z-index: 100;
  position: relative;
}

.contact {
  margin: 32px 0;
}

.contact li {
  margin-bottom: 6px;
}

.contact li a {
  color: white;
  font-size: 14px;
}

.contact li a span {
  margin-right: 8px;
}

.social-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-icon li {
  margin-right: 8px;
}

.footer-links li {
  margin-bottom: 6px;
}

.footer-links li a {
  color: white;
  font-size: 14px;
  text-transform: capitalize;
}

.fc-title {
  margin-bottom: 26px;
}

.fc-title h6 {
  padding-bottom: 12px;
  font-size: 24px;
  display: inline-block;
  text-transform: uppercase;
  color: #ff7c61;
  font-weight: 700;
}

.footer-bottom-copyright {
  background: #ff7c61;
  padding: 3px;
  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;
}

.footer-bottom-copyright p {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
}

/* Custom style for changing separator  */
.breadcrumb-item + .breadcrumb-item::before {
  content: "-";
}

.main-breadcrumb {
  margin-top: 18px;
  margin-bottom: 48px;
}

.main-breadcrumb .breadcrumb {
  background: none;
  padding: 0;
}

.main-breadcrumb .breadcrumb-item {
  font-weight: 600;
  font-size: 12px;
  text-transform: capitalize;
}

.main-breadcrumb .active {
  color: #ff7c61;
}

.side-padding {
  padding: 0 250px;
}

.is-content {
  margin-top: 34px;
  margin-bottom: 24px;
}

.is-text {
  padding: 12px 0;
}

.is-text p {
  text-align: justify;
}

.isc-title {
  margin-top: 18px;
  margin-bottom: 18px;
}

.isc-title h6 {
  font-weight: 600;
  text-transform: capitalize;
}

.inner-service-content {
  margin-bottom: 32px;
}

.inner-service .disp {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.inner-service .disp .sec-title {
  width: 100%;
}

.inner-service .header-contact {
  width: 30%;
}

.is-image {
  margin: 24px 0;
}

.is-image img {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
}

.sub-heading h6 {
  font-weight: 600;
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: 18px;
}

.inner-service {
  position: relative;
}

.sticky-content {
  position: absolute;
  right: 18px;
  top: 100px;
  z-index: 2;
}

.contents {
  padding-top: 250px;
  margin-bottom: 300px;
  position: fixed;
  top: 10px;
  right: 30px;
}

.contents li {
  margin-bottom: 12px;
}

.contents li a {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  color: #051b43;
}

#things_to_know .advices-accordion {
  width: 630px;
}

.inner-service-content .ml-single {
  padding: 50px;
}

.iscc-image img {
  height: 250px;
  width: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
}

.isc-content {
  margin-top: 24px;
  margin-bottom: 52px;
}

.flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}

.iscc-desc {
  padding-left: 24px;
  text-align: left;
}

.testimonial-text p {
  text-align: justify;
}

.iscc-desc .std-name h5 {
  font-size: 18px;
  margin-bottom: 12px;
}

.iscc-desc .std-course h6 {
  font-size: 13px;
  margin-bottom: 8px;
}

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

.iscc-title {
  margin: 12px 0;
}

.iscc-title h5 {
  font-size: 16px;
}

.iscc-title h6 {
  font-size: 12px;
}

.iscc-image img {
  height: 250px;
}

.events {
  margin: 24px 0;
}

.events .uni-event-single {
  margin-bottom: 32px;
}

.student-detail .sec-title h6 {
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  color: #526c81;
}

.student-detail .sec-title span {
  color: #cb0000;
}

.student-detail-form {
  margin: 52px 0;
}

.student-detail-form .form-control {
  border-radius: 0px;
  border: 0px;
  background: none;
  border: 1px solid #dddddd;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 36px;
  text-transform: capitalize;
}

.student-detail-form .form-group {
  margin-bottom: 36px;
}

.student-detail-form label {
  padding: 0.375rem 0.75rem;
  font-weight: 500;
  font-size: 14px;
}

.student-detail-form .learn_more {
  padding: 10px 40px;
  margin-right: 18px;
}

.return {
  border: 2px solid grey;
  background: none;
}

.return a {
  color: grey;
}

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

.form-title h6 {
  color: #848484;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}

.radio-content {
  margin-bottom: 36px;
}

.get-started-menu {
  height: 50vh;
  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;
}

.get-started-option {
  margin-top: 36px;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.get-started-option li {
  border: 2px solid #051b43;
  padding: 10px 20px;
  border-radius: 36px;
  margin-right: 18px;
}

.get-started-option li a {
  font-size: 16px;
  color: #051b43;
  font-weight: 600;
  text-transform: capitalize;
}

.gs-return-custom {
  padding: 10px 50px;
}

.notice {
  color: #cb0000;
  font-weight: 500;
  margin-bottom: 18px;
}

.notice h3 {
  font-size: 14px;
}

.notice span {
  font-size: 14px;
}

.navigation-tab-language {
  margin-top: 24px;
}

.navigation-tab-language .nav-tabs .nav-link {
  border: 2px solid #242424;
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
  border-radius: 32px;
  margin-right: 12px;
}

.navigation-tab-language .nav-tabs {
  border-bottom: 0px;
}

.nav-content-table {
  margin-top: 34px;
}

.nav-content-table .table thead th {
  font-weight: 600;
}

.nav-content-table th {
  font-weight: 400;
}

.navigation-tab-language .nav-tabs .nav-link {
  font-size: 12px;
  text-transform: capitalize;
}

.navigation-tab-language.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: #051b43;
  border-color: #dee2e6 #5b7288 #fff;
}

.side-content {
  position: absolute;
  right: 50px;
  bottom: 200px;
}

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

.scw-title h6 {
  color: #cb0000;
}

.side-content-wrapper li {
  margin-bottom: 34px;
}

.main-appointment-form .student-detail-form {
  margin-bottom: 24px;
}

.side-padding-more {
  padding: 0 280px;
}

.contact-detail {
  margin: 36px 0;
}

.dcs-title {
  margin: 24px 0;
}

.dcs-title h6 {
  text-transform: capitalize;
  color: #051b43;
  font-size: 18px;
  font-weight: 600;
}

.document-checklist-single {
  margin: 46px 0;
}

.dcss-title h6 {
  font-weight: 600;
  padding-bottom: 8px;
  border-bottom: 2px solid black;
}

.dcs-single {
  background: white;
  border-radius: 32px;
  padding: 34px 30px;
}

.dcs-single {
  margin-bottom: 32px;
}

.dcs-single ul {
  margin: 24px 0;
}

.dcs-single li {
  font-size: 14px;
  margin-bottom: 8px;
}

.dcs-single li::before {
  content: "*";
  margin-right: 12px;
}

.resource-content {
  width: 200px;
  height: 150px;
  overflow-x: hidden;
  overflow-y: scroll;
  background: white;
  padding: 10px 20px;
  border-radius: 12px;
  margin-left: 12px;
}

.resource-content li {
  text-align: left;
}

.resource-content li a {
  font-size: 12px;
  color: #ff7c61;
}

.resource {
  background: white;
}

.resource h5 {
  font-size: 13px;
  text-transform: capitalize;
}

.book-language {
  margin: 52px 0;
}

.disp-sb {
  padding: 6px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 2px solid black;
}

.disp-sb i {
  font-size: 24px;
  color: #ff7c61;
}
/*# sourceMappingURL=main.css.map */
