/* #### Generated By: http://www.cufonfonts.com #### */
@font-face {
  font-family: 'Muli Regular';
  font-style: normal;
  font-weight: normal;
  src: local("Muli Regular"), url("/font/Muli-Regular.woff") format("woff");
}

@font-face {
  font-family: 'Muli Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Muli Italic"), url("/font/Muli-Italic.woff") format("woff");
}

@font-face {
  font-family: 'Muli ExtraLight';
  font-style: normal;
  font-weight: normal;
  src: local("Muli ExtraLight"), url("/font/Muli-ExtraLight.woff") format("woff");
}

@font-face {
  font-family: 'Muli ExtraLight Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Muli ExtraLight Italic"), url("/font/Muli-ExtraLightItalic.woff") format("woff");
}

@font-face {
  font-family: 'Muli Light';
  font-style: normal;
  font-weight: normal;
  src: local("Muli Light"), url("/font/Muli-Light.woff") format("woff");
}

@font-face {
  font-family: 'Muli Light Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Muli Light Italic"), url("/font/Muli-LightItalic.woff") format("woff");
}

@font-face {
  font-family: 'Muli SemiBold';
  font-style: normal;
  font-weight: normal;
  src: local("Muli SemiBold"), url("/font/Muli-SemiBold.woff") format("woff");
}

@font-face {
  font-family: 'Muli SemiBold Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Muli SemiBold Italic"), url("/font/Muli-SemiBoldItalic.woff") format("woff");
}

@font-face {
  font-family: 'Muli Bold';
  font-style: normal;
  font-weight: normal;
  src: local("Muli Bold"), url("/font/Muli-Bold.woff") format("woff");
}

@font-face {
  font-family: 'Muli Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Muli Bold Italic"), url("/font/Muli-BoldItalic.woff") format("woff");
}

@font-face {
  font-family: 'Muli ExtraBold';
  font-style: normal;
  font-weight: normal;
  src: local("Muli ExtraBold"), url("/font/Muli-ExtraBold.woff") format("woff");
}

@font-face {
  font-family: 'Muli ExtraBold Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Muli ExtraBold Italic"), url("/font/Muli-ExtraBoldItalic.woff") format("woff");
}

@font-face {
  font-family: 'Muli Black';
  font-style: normal;
  font-weight: normal;
  src: local("Muli Black"), url("/font/Muli-Black.woff") format("woff");
}

@font-face {
  font-family: 'Muli Black Italic';
  font-style: normal;
  font-weight: normal;
  src: local("Muli Black Italic"), url("/font/Muli-BlackItalic.woff") format("woff");
}

html,
body {
  padding: 0;
  margin: 0;
  font-family: "Muli Regular", "Segoe UI", "Arial", serif;
  scroll-behavior: smooth;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 18px;
}

body::-webkit-scrollbar {
  width: 5px;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(28, 28, 32, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: #064870;
  outline: 1px solid #064870;
  border-radius: 20px;
}

.sub-title {
  font-size: 1.2rem;
  margin-top: 1.2rem;
}

p {
  font-size: 16px;
  line-height: 26px;
}

button.btn {
  font-family: "Muli Regular", "Segoe UI", "Arial", serif;
  text-transform: uppercase;
  font-size: 1rem;
  padding: 0.375rem 1.45rem;
}

button.btn-primary {
  background: #0280cc;
}

button:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

header {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}

header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

header .dropdown-toggle::after {
  display: none;
}

.top-section a {
  color: #ffffff;
}

.top-section a:hover {
  text-decoration: none;
  color: #67a0ff;
}

.top-section ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.top-section ul li {
  padding: 0 10px;
  color: #ffffff;
  font-size: 11px;
}

.top-section ul li:last-child i {
  margin-right: 10px;
}

.navbar-expand-md .navbar-nav li {
  position: relative;
}

.navbar-expand-md .navbar-nav li::after {
  content: "";
  position: absolute;
  background: #000;
  top: calc(50% - 7px);
  right: 0;
  bottom: 0;
  width: 1px;
  height: 20px;
}

.navbar-expand-md .navbar-nav li:last-child::after {
  display: none;
}

.navbar-expand-md .navbar-nav .nav-link {
  padding: 0.5rem 1rem !important;
}

@media (min-width: 576px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 1rem 0.7rem !important;
    font-size: 0.8rem;
  }
}

@media (min-width: 992px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 1rem 1.4rem !important;
    font-size: 1.05rem;
  }
}

.navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

iframe {
  border: 0;
  background: none;
  height: 550px;
}

@media (min-width: 992px) {
  iframe {
    height: 450px;
  }
}

.social_float {
  position: fixed;
  bottom: 5%;
  left: 20px;
  color: #fff;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}

.social_float ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.social_float ul li {
  border-radius: 50px;
  margin-bottom: 15px;
}

.social_float ul li.facebook {
  background-color: #44568e;
}

.social_float ul li.whatsapp {
  background-color: #25d366;
}

.social_float ul li a {
  color: #ffffff;
  display: block;
  width: 50px;
  height: 50px;
}

/* Whatsapp for desktop */
/* Whatsapp for mobile */
@media screen and (max-width: 767px) {
  .social_float {
    font-size: 20px;
    bottom: calc(20% - 40px);
  }
  .social_float ul li a {
    width: 40px;
    height: 40px;
  }
}

.banner .carousel-caption {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25%;
  bottom: 0;
  left: auto;
  right: 10%;
  top: 0;
  padding: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  color: #000;
}

@media (min-width: 811px) {
  .banner .carousel-caption {
    padding: 0;
  }
}

.banner .carousel-caption div {
  width: 100%;
}

.banner .carousel-caption div button {
  width: 100%;
  margin-bottom: 0.8rem;
}

@media (min-width: 811px) {
  .banner .carousel-caption div button {
    width: auto;
  }
}

.banner .carousel-caption h5 {
  font-size: 1.2rem;
  line-height: normal;
}

.curve {
  position: relative;
  overflow: hidden;
}

.curve::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url("../images/banner-curve.png") no-repeat left calc(100% + 1px);
  background-size: 100%;
  z-index: 3;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  z-index: 4;
  min-height: 32rem;
}

@media (min-width: 811px) {
  .carousel-item {
    min-height: 650px;
  }
}

@media (min-width: 1600px) {
  .carousel-item {
    min-height: 850px;
  }
}

.carousel-item small {
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 0rem;
}

.info {
  margin-top: -200px;
  position: relative;
  z-index: 5;
}

.info .item {
  margin: 0;
  background: #ffffff;
  min-height: 250px;
  padding: 50px 20px;
  border-radius: 6px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.22);
  max-width: 325px;
  margin: auto auto 25px auto;
}

@media (min-width: 576px) {
  .info .item {
    max-width: 80%;
  }
}

@media (min-width: 811px) {
  .info .item {
    max-width: 100%;
    min-height: 485px;
    padding: 50px 40px 30px 40px;
  }
}

.info .item.active {
  background: #d9251c;
  color: #fff;
}

.info .item.active h6,
.info .item.active a {
  color: #fff;
}

.info .item .circle {
  background: #ffd9d7;
  margin: auto;
  border-radius: 100%;
  width: 130px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

@media (min-width: 811px) {
  .info .item .circle {
    margin-bottom: 35px;
  }
}

.info .item h6 {
  color: #232323;
  margin-bottom: 20px;
}

.info .item p {
  line-height: 24px;
}

@media (min-width: 811px) {
  .info .item p {
    min-height: 110px;
  }
}

.top-space {
  margin: 100px 0 150px 0;
}

section.space {
  margin: 50px 0 0px 0;
}

section.about {
  padding: 11rem 0 4rem 0;
}

section.about img {
  max-width: 90%;
  margin-bottom: 2rem;
}

@media (min-width: 811px) {
  section.about img {
    max-width: 400px;
    margin-bottom: 0;
  }
}

section.about h4 {
  color: #232323;
}

section h4.contact {
  font-size: 2rem;
  margin-bottom: 1rem;
}

section h5 {
  font-family: "Muli Bold", "Segoe UI", serif;
  font-size: 1.7rem;
  margin-bottom: 0.5rem;
  color: #000000;
  font-weight: bold;
  line-height: 2.3rem;
}

section h5.about {
  font-family: "Muli SemiBold", "Segoe UI", serif;
  font-size: 1.9rem;
  font-weight: 700;
}

section h5.custom {
  font-size: 1.3rem;
  text-transform: uppercase;
}

section h6 {
  font-family: "Muli Bold", "Segoe UI", serif;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: #000000;
}

section h6.contact {
  font-size: 1.3rem;
  text-align: center;
}

section .table {
  border-collapse: collapse;
  width: 100%;
}

section .table th {
  background: #0057ff;
  color: #ffffff;
}

section .table td {
  color: #1e1d1d;
}

section .inner-button {
  background-color: #0057ff;
  display: inline-block;
  padding: 2px 15px 6px 15px;
  margin: 0 10px 10px 0;
  border-radius: 1rem;
  color: #fff;
}

section .inner-button:hover {
  background: #fe0106;
  text-decoration: none;
  color: #fff;
}

.applications-section {
  padding: 8rem 0 4rem 0;
}

.applications-section .info {
  background: #0280cc;
  width: 90%;
  margin: auto;
  border-radius: 10px;
  color: #ffffff;
  padding: 10px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 576px) {
  .applications-section .info {
    width: 90%;
    padding: 30px 0px;
  }
}

@media (min-width: 811px) {
  .applications-section .info {
    width: 80%;
    padding: 30px 50px;
  }
}

.applications-section .info ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 576px) {
  .applications-section .info ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.applications-section .info ul li {
  text-align: center;
  padding: 25px 20px;
}

.applications-section .info ul li .number {
  font-size: 25px;
  font-weight: 600;
}

.applications-section .info ul li .text {
  font-size: 18px;
}

.applications-section .info ul li.line {
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  padding: 0;
}

@media (min-width: 576px) {
  .applications-section .info ul li.line {
    width: 1px;
    height: auto;
  }
}

.applications-section .info ul li:last-child {
  border: none;
}

.applications-section .info.mb-minus {
  margin-bottom: -4rem;
}

.applications-section .course {
  background: #111a3a;
  width: 100%;
  padding-bottom: 5rem;
}

.applications-section .course .title {
  width: 90%;
  text-align: center;
  margin: 1rem auto 1rem auto;
}

@media (min-width: 811px) {
  .applications-section .course .title {
    width: 60%;
    margin: 1rem auto 3rem auto;
  }
}

.applications-section .course .title h3 {
  color: #ffffff;
  padding: 5rem 0 0rem 0;
}

@media (min-width: 811px) {
  .applications-section .course .title h3 {
    padding: 3rem 0 0rem 0;
  }
}

.our-services {
  width: 100%;
  background: url("../images/visas-bg.jpg") no-repeat right top;
  background-size: cover;
  padding: 8rem 0 4rem 0;
}

.our-services h5 {
  font-size: 1.8em;
}

.our-services .icon {
  background: #0280cc;
  color: #fff;
  text-align: center;
  font-size: 2.5rem;
  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;
  border-radius: 4px;
  width: 75px;
  height: 75px;
  margin: auto auto 1.05rem auto;
  position: relative;
  overflow: hidden;
}

.our-services .icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  /* margin: -10px 0px 0 -10px; */
  /* height: 25px; */
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 25px 25px 0 0;
  border-color: #d9251c transparent transparent transparent;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.contact-section {
  aspect-ratio: 3/1;
  background: #111a3a;
  background-size: cover;
  padding: 8rem 0 4rem 0;
  width: 100%;
}

.contact-section h4 {
  color: #fff;
  margin-bottom: 0;
  padding: 0rem 0 1.5rem 0;
  font-weight: 700;
  font-size: 2rem;
}

.contact-section a {
  color: #fff;
}

.our-institutions {
  padding: 1rem 0 6rem 0;
}

.our-institutions h4 {
  color: #232323;
  margin-bottom: 0;
  padding: 3.5rem 0 3.5rem 0;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
}

.our-institutions .logo-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.our-institutions .logo-carousel .logo-carousel-inner {
  width: calc(100% - 160px);
}

.our-institutions .logo-carousel .carousel-control-prev,
.our-institutions .logo-carousel .carousel-control-next {
  position: relative;
  width: 80px;
}

.our-institutions .logo-carousel .carousel-control-next .carousel-control-next-icon {
  background: url("../images/next.svg");
}

.our-institutions .logo-carousel .carousel-control-prev .carousel-control-prev-icon {
  background: url("../images/prev.svg");
}

/*About Us Page*/
.inner-banner {
  height: 300px;
  position: relative;
  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;
}

.inner-banner::before {
  background: rgba(41, 52, 92, 0.62);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  content: "";
  z-index: 1;
}

.inner-banner h4 {
  position: relative;
  z-index: 1;
  color: #ffffff;
  text-align: center;
}

.inner-banner .banner {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.inner-banner .banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#main .accordion.about {
  width: 85%;
  margin: auto;
}

#main .accordion h5 {
  font-size: 1.5rem;
}

#main .accordion ul {
  padding: 0;
  margin: 0 0 0 25px;
  list-style: circle;
}

#main .accordion ul li {
  padding-bottom: 5px;
}

#main #faq .card .card-header {
  color: #ffffff;
}

#main #faq .card .card-header .btn-header-link {
  background: #ff0101;
  color: #ffffff;
}

#main #faq .card .card-header .btn-header-link.collapsed {
  background: #393939;
  color: #fff;
}

#main #faq .card .card-header .collapse {
  border: 0;
}

#main #faq .card .card-header .collapse.show {
  background: #393939;
  color: #ffffff;
}

#main #faq .card .card-header .collapsing {
  background: #393939;
}

#main .card {
  border: 0;
  margin-bottom: 1px;
  background: none;
}

#main .card .card-header {
  border: 0;
  color: #ffffff;
  border-radius: 10px;
  padding: 0;
}

#main .card .card-header .btn-header-link {
  display: block;
  text-align: left;
  background: #0280cc;
  color: #ffffff;
  font-weight: bold;
  padding: 20px;
}

#main .card .card-header .btn-header-link::after {
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 900;
  float: right;
}

#main .card .card-header .btn-header-link.collapsed {
  color: #1e1d1d;
  border-radius: 0;
  border: 0;
  background: #0280cc;
  color: #ffffff;
}

#main .card .card-header .btn-header-link.collapsed:focus {
  border: 0;
}

#main .card .card-header .btn-header-link.collapsed::after {
  content: "\f106";
}

#main .card .collapse {
  border: 0;
  border: 1px solid rgba(0, 0, 0, 0.23);
  background: #ffffff;
  color: #1e1d1d;
}

#main .card .collapse.show {
  margin-top: -3px;
  line-height: 20px;
}

#main .card .collapsing {
  line-height: 20px;
}

.card-group .card {
  height: 100%;
}

.card-group .card .card-title {
  margin-bottom: 0.75rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: normal;
}

.recent-blog {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 1rem;
}

.recent-blog h6 {
  margin-bottom: 2rem;
  font-size: 1.3rem;
}

.recent-blog ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 2rem 0;
  padding: 0;
  list-style: none;
}

.recent-blog ul:last-child {
  margin-bottom: 0;
}

.recent-blog ul li:first-child,
.recent-blog ul li img {
  width: 90px;
  height: 60px;
}

.recent-blog ul li:last-child {
  margin-left: 1rem;
  font-weight: 600;
  font-size: 15px;
}

.recent-blog ul li a {
  color: #000000;
}

.recent-blog ul li small {
  display: block;
}

footer {
  background: #fff;
  color: rgba(255, 255, 255, 0.8);
  width: 100%;
  padding: 60px 0 0 0;
}

@media (min-width: 811px) {
  footer {
    padding: 40px 0;
  }
}

footer h6 {
  margin-bottom: 1.5rem;
  text-align: center;
}

@media (min-width: 811px) {
  footer h6 {
    text-align: left;
  }
}

footer .copyrights {
  font-size: 0.7rem;
  color: #000;
}

footer .copyrights a {
  color: #000;
}

footer .copyrights a:hover {
  color: #000;
}

footer .copyrights div div {
  text-align: center;
  padding-bottom: 10px;
}

@media (min-width: 811px) {
  footer .copyrights div div {
    text-align: left;
    padding-bottom: 0;
  }
}

footer .copyrights div div:last-child {
  text-align: center;
}

@media (min-width: 811px) {
  footer .copyrights div div:last-child {
    text-align: right;
  }
}

.back-to-top {
  position: fixed;
  bottom: 5%;
  right: 20px;
  z-index: 3;
  -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
}

.back-to-top a {
  display: block;
  border-radius: 100%;
  color: #111a3a;
  width: 50px;
  height: 50px;
  background: url("../images/next.svg") no-repeat center center #ffffff;
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-size: 15px 15px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
  text-decoration: none;
}

.back-to-top a:hover {
  text-decoration: none;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
}
/*# sourceMappingURL=main.css.map */