@charset "UTF-8";






/*------------------------------------------------------------------
 * Theme Name:AplhaExpresion technologies
 * Description:
 * Bootstrap v4.1.3 (http://getbootstrap.com)
 * Copyright 2019
 -------------------------------------------------------------------*/


/*------------------------------------------------------------------

[Table of contents]

1. General Styles .
2. header Styles .


[ THE END ]
-------------------------------------------------------------------*/

@import url('../fonts/alpha-font/font-stylesheet.css');
@import url('https://fonts.googleapis.com/css?family=Montserrat');







/*------------------------------------------------------------------
    1. General Styles
-------------------------------------------------------------------*/

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: block;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #5d5d5d;
    font-weight: normal;
    font-size: 14px;
    background: #f5f4f0;
    line-height: 1.6;
    position: relative;
    overflow-x: hidden;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
    color: #27247b;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    outline: none !important;
}

a:focus{
  color: #27247b;
}
a:hover {
    text-decoration: none;
    cursor: pointer;
    outline: 0;
    color: #efefef;
}
p {
    margin: 0 0 30px;
    line-height: 30px;
}

img {
    outline: none;
    border: none;
    max-width: 100%;
    height: auto;
}

ul,
ol {
    margin: 0px;
}
button
{
    outline: 0;
}
.row {}

.no-padding {
    padding: 0;
}

.no-padding-lft {
    padding-left: 0;
}

.no-padding-rgt {
    padding-right: 0;
}

.fa.fa-6x {
    font-size: 6em;
}



.disp-flex {
    display: flex;
}

.text-danger {
    color: #dc3545!important;
}

.modal {
    padding: 0!important;
}
.fa{
  margin-right: 10px;
}
ul{
  list-style: none;
  margin: auto;
  padding: 0;
}
.padding-custom{
  padding-top: 15px;
  padding-bottom: 15px;
}
.viewall a {

    padding: 13px 20px;
    border-radius: 50px;
    background: #27247b;
    color: #fff;
  }
.careercourse{
    padding: 10px 15px;
    background: #27247b;
    text-align: center;
    color: #ffffff;
  }
  .flag{
    width: 75px!important;
    height: 50px!important;
    position: absolute;
    top: 139px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .padding-10{
    padding: 10px;
    border-bottom: 1px solid #f16726;
  }
/* ============================ COMMON CLASSES =========================*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif!important;
    font-weight: 400;
    color: #202020;
    margin: 0 0 15px;
}
/* Color */

.color-ash
{
color: #878787;}
.bg-efe
{
    background: #efefef;
}
.top-bar{
  background-color: #ffffff;

  padding: 10px;
}

.social>li{
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.social .social-ico{
  margin-top: 36px;
}
.social li a .fa{
  font-size: 30px;
}
/* .social>ul>li>{
  top: 30px;
} */
.social>li>a>img{
  width: 80%;
}
.btn-custom{
  background: #27247b!important;
  color: #ffffff;
}
/* NOTE: top-bar end */

/***********************************preloader**********************************/
/* Demo Styles */
#content {
  margin: 0 auto;
  padding-bottom: 50px;
  width: 80%;
  max-width: 978px;
}

h1 {
  font-size: 40px;
}

/* The Loader */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
}
.no-js #loader-wrapper {
  display: none;
}

#loader {
  display: block;
  position: relative;
  width: 160px;
  height: 160px;
  top: 50%;
  left: 50%;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  box-shadow: 0 4px 0 0 #ff9c00;
  -webkit-transform-origin: 80px 82px;
  transform-origin: 80px 82px;
  -webkit-animation: lds-eclipse 0.5s linear infinite;
          animation: lds-eclipse 0.5s linear infinite;
  z-index: 11;
}


@keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #ffffff;
  z-index: 10;
}

#loader-wrapper .loader-section.section-left {
  left: 0;
}

#loader-wrapper .loader-section.section-right {
  right: 0;
}

/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
  visibility: hidden;
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
  visibility: hidden;
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}
/***********************************preloader**********************************/
.menu-bar{
  background: #27247b;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2
}
.nav-item{
  font-size: 16px;
  font-weight: 600;
  outline: 0;
  margin-left: 15px;

}
 .navbar-nav{
  margin-right: 0;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
  color: #ff9c00;

}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
  color: #ff9c00;
}
.navbar-light .navbar-nav .nav-link{
  color: #ffffff;
}
.logo-hide{

  display: none;
}
.navbar-brand img{
  height: 70px;

}
.menu-dropdown{
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;

}
.abroad{
  display: none;
}
.bg-white{
  background: #ffffff;
  padding: 15px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.coursemenu li{
  display: inline-block;
  border: 1px solid #8c8c8c;
  width: 45%;
  color: #000;
  margin-bottom: 10px;
  padding: 5px;
  margin-right: 10px;
}
.country li{
  display: inline-block;
  width: 28%;
  font-size: 12px;
  margin-bottom: 10px;
  margin-right: 10px;
}
.country li a{
  color: #000000;
  font-weight: 600;
}
.country img{
  width: 40px;
  height: 25px;
  margin-right: 10px;
}
.migration li{
  position: relative;
  display: inline-block;
  text-align: center;
  color: #000000;
}
.migration{
  display: none;
}
.services li{
    display: inline-block;
    width: 24%;
    color: #000;
    font-weight: 600;
    margin: 15px;
}
.faborder{
  border: 2px solid #ff9c00;
  border-radius: 50%;
  padding: 9px;
  color: #ff9c00;
}
.services{
  display: none;
}
.aboutus{
  display: none;
}
.flagcenter{
   position: absolute;
    bottom: 33px;
    left: 89px;
}
.mt-40{
  margin-top: 40px;
}
.borderslide{
  border: 1px solid #d6d6d6;
  border-radius: 20px;
  height: 420px;
  background: #fff;
}
.footer-details{
  padding: 20px;
}
.footer-details  h3{
  color: #ffffff;
}
.footer-details li{
  display: inline-block;
  margin-bottom: 10px;
  border: 1px solid;
  border-radius: 50px;
  color: #ffffff;
  font-size: 11px;
  width: 108px;
  margin-right: 10px;
  padding: 10px;
}
.footer-details li a{
  color: #000000;
}
.powerdby p{
  line-height: 57px;
  margin: 0;
}
.powerdby a{
  margin-left: 10px;
  color: #cd004d;
}
.bg-color1{
  background: #172337;
}
.bg-color2{
  background: #181828;
}
#ourbranch p{
  margin: 5px;
  color: #2b2b2b;
  font-weight: 600;

}
.menu-bar iframe{
  width: 400px;
  height: 300px;
}
/* NOTE: menu bar end */


.section-padding{
  padding: 60px 0;
}
.section-title {
    color: #53527d;
    font-size: 26px;
}

.mb-80 {
    margin-bottom: 80px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}


.owl-theme.owl-slider .owl-nav [class*=owl-], .owl-theme.owl-slider2 .owl-nav [class*=owl-]{
    position: absolute;
    background: #ffffff;
    border-radius: 0;
    padding: 0;
    text-align: center;
    font-size: 26px;
    line-height: 50px;
    border-radius: 50%;
    color: #ff9c00;
    width: 50px;
    height: 50px;
    -webkit-box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.1);
}
.owl-carousel.owl-slider .owl-nav .owl-prev, .owl-carousel.owl-slider2 .owl-nav .owl-prev{
    left: 20px;
    top: 45%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.owl-carousel.owl-slider .owl-nav .owl-next, .owl-carousel.owl-slider2 .owl-nav .owl-next {
    right: 20px;
    top: 45%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.owl-carousel.owl-slider .owl-nav .owl-next .fa{
  margin: 0!important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background: #fdf200;
}
.owl-theme .owl-dots{
  position: absolute;
  bottom: 9px;
  left: 0;
  right: 0;
}
.owl-theme .owl-dots .owl-dot span{
  width: 12px;
  height: 12px;
  margin: 5px 11px;
}
#partnerduni img{
  border-radius: 10px;
  padding: 15px;
  border: 1px solid #d2d2d2;
  width: 100%;
}
#courses img{
  width: 100%;
}

.navbar-light .navbar-toggler-icon{
  background-image: url(../img/nav.svg);
}
.form-group label{
  font-weight: 600;
}
.address h4 {
  font-size: 17px;
  color: #484848;
}

/******************************************snackbar****************************************/
#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

#snackbar.show {
  z-index: 999999999999;
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

/*****************************************responsive**************************************/


/* Medium devices (tablets, 768px and up)*/

@media (min-width: 768px) and (max-width: 991px) {
  .country li {
    display: inline-block;
    width: 48%;
    font-size: 12px;
    margin: 0;
  }
.coursemenu li{
  display: block;
  width: 100%;
}
.section-padding {
    padding: 30px 0;
}
.menu-bar iframe {
    width: 300px;
    height: 300px;
  }
  .services li {
    width: 42%;
    font-size: 15px;
  }
.social .social-ico {

  margin-top: 14px;

  }
.flag{
  top: 75px;
  left: 49px;
}


}
/* Extra small devices (portrait phones, less than 767px)*/
@media (max-width: 767px) {

.social>li>a>img{
  width: 100%;
}
.social .social-ico {
    margin-top: 15px;
}
.social li a .fa {
    font-size: 20px;
}
.section-padding {
    padding: 20px 0;
}
.section-title {
  font-size: 15px;
  font-weight: 600;
}
.mobiledn{
  display: none;
}
.coursemenu li {
    display: block;
     width: 100%;

}
.services li {
  display: inline-block;
  width: 100%;
  margin: 6px;
}
.flag {
    top: 212px;
    left: 0;
    right: 0;
}
#courses img{
  width: 100%;
}
.footer-details li{
  width: 100px;
  padding: 6px;
}
.owl-carousel.owl-slider .owl-nav .owl-prev, .owl-carousel.owl-slider2 .owl-nav .owl-prev{
  display: none;
}
.owl-carousel.owl-slider .owl-nav .owl-next, .owl-carousel.owl-slider2 .owl-nav .owl-next{
  display: none;
}
.footer-details h3 {

    font-size: 18px;
}
.powerdby a {
    margin: 0px;

}
.powerdby p {
    line-height: 40px;
    font-size: 10px;
}
}

@media (max-width: 376px) {

  .flag {
      top: 184px;

  }


}
@media (max-width: 321px) {

  .flag {
      top: 148px;

  }
}
