@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
  margin: 0;
  padding: 0;
   font-family: "Barlow", sans-serif;
  font-size: 17px;
  line-height: 24px;
  color: #484848;
}
a {
color: #21A6D6;
}

.carousel-item {
  height: 100%;
  min-height: 620px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index: -1;
}
.carousel-item::after{
      content: "";
    position: absolute;
    min-height: 100vh;
    width: 100%;
/*    background: rgb(44,65,125);*/
/*background: linear-gradient(90deg, rgba(44,65,125,1) 0%, rgba(0,134,185,1) 100%);*/
 background: #000;

opacity: 0.5;
}

/* Nav */
.nav-xbootstrap {
  display: block;
  margin-bottom: 15px 0;
  background: none;
  /*margin-top: 10px;*/
  display: flex;
  align-items: center;
  
}
.iconsize {
    font-size: 12px; 
    top: 2px; 
    left: 3px;
}

.nav-xbootstrap ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
}

.nav-xbootstrap li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  color: #def1f0;
}

.nav-xbootstrap li a {
  padding: 10px 15px;
  font-size: 16px;
  color: #000;
  display: inline-block;
  outline: 0;
  font-weight: 500;
  text-decoration: none;
  border-radius: 10px;
}

.nav-xbootstrap li:hover ul.dropdown { 
    display: block; 
}

.nav-xbootstrap li ul.dropdown {
  position: absolute;
  display: none;
  width: 200px;
      margin: 0px auto;
  background: #293870;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  padding-top: 0;
  border-radius: 10px;
      margin: 0px auto;
}

.nav-xbootstrap li ul.dropdown li {
  display: block;
  list-style-type: none;
  text-align: left;
  /* border-bottom: solid 1px #494a4d; */
}
.nav-xbootstrap li ul.dropdown li:last-child {
  border-bottom: 0;
}
.nav-xbootstrap li:hover ul.dropdown a {
  color: #fff !important;
}
.nav-xbootstrap li:hover ul.dropdown a:hover {
  background: #21A6D6;
}

.nav-xbootstrap li ul.dropdown li a {
  padding: 10px 20px;
  color: #fff;
  display: block;
  font-weight: 400;
}

.nav-xbootstrap li ul.dropdown li:last-child a { border-bottom: none; }

.nav-xbootstrap li:hover a {
  /* background: #0FC615; */
  color: #21A6D6 !important;
}

/* .nav-xbootstrap li:first-child:hover a { border-radius: 3px 0 0 3px; }

.nav-xbootstrap li ul.dropdown li:hover a { background: rgba(0,0,0, .1); }

.nav-xbootstrap li ul.dropdown li:first-child:hover a { border-radius: 0; }

.nav-xbootstrap li:hover .arrow-down { border-top: 5px solid #fff; } */

.arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #def1f0;
  position: relative;
  top: 15px;
  right: -5px;
  content: '';
}
.title-mobile, .nav-bg-xbootstrap {
  display: none;
}
 @media only screen and (max-width:900px) {

  .logo {
      margin-top: 45px;
  }

.nav-xbootstrap {
          background: rgb(44, 65, 125);
        background: linear-gradient(90deg, rgb(44 65 125) 0%, rgb(0 134 185) 100%);
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  left: -100%;
  top: 0px;
  -webkit-transition: left 0.25s ease;
  -moz-transition: left 0.25s ease;
  -ms-transition: left 0.25s ease;
  -o-transition: left 0.25s ease;
  transition: left 0.25s ease;
  margin: 0;
  border: 0;
  border-radius: 0;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  z-index: 99;
}
.title-mobile {
  position: fixed;
  display: block;
    top: 10px;
    font-size: 20px;
    left: 100px;
    right: 100px;
    text-align: center;
    color: #FFF;
}
.nav-xbootstrap.visible {
  left: 0px;
  -webkit-transition: left 0.25s ease;
  -moz-transition: left 0.25s ease;
  -ms-transition: left 0.25s ease;
  -o-transition: left 0.25s ease;
  transition: left 0.25s ease;
}

.nav-bg-xbootstrap {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 50px;
  margin: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  /* background: #0FC615;
  padding: 12px 0 0 10px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26); */
}

.navbar-xbootstrap {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  width: 50px;
  cursor: pointer;
  margin: 0;
    position: absolute;
    top: 11px;
    right: 15px;
    padding: 12px 11px;
    background: #21A6D6;
    z-index: 100;
    border-radius: 50%;
}

.navbar-xbootstrap span {
  height: 2px;
  background: #fff;
  margin: 5px;
  display: block;
  width: 20px;
}

.navbar-xbootstrap span:nth-child(2) { width: 20px; }

.navbar-xbootstrap span:nth-child(3) { width: 20px; }

.nav-xbootstrap ul { padding-top: 50px; }

.nav-xbootstrap li { display: block; }

.nav-xbootstrap li a {
  display: block;
  color: #fff;
  font-weight: 600;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgb(255 255 255 / 13%);
  border-radius: 0;
}

.nav-xbootstrap li:first-child:hover a { border-radius: 0; }

.nav-xbootstrap li ul.dropdown { position: relative; }

.nav-xbootstrap li ul.dropdown li a {
  background: none !important;
  border-bottom: none;
  color: #fff !important;
}

.nav-xbootstrap li:hover a {
  background: #20a6d5;
  color: #fff !important;
}

.nav-xbootstrap li ul.dropdown li:hover a {
  background: rgba(0,0,0,.1) !important;
  color: #fff !important;
}

.nav-xbootstrap li ul.dropdown li a { padding: 10px 10px 10px 30px; text-align: center;}

.nav-xbootstrap li:hover .arrow-down { border-top: 5px solid #fff; }

.arrow-down {
  border-top: 5px solid #505050;
  position: absolute;
  top: 20px;
  right: 10px;
}

.cover-bg {
  background: rgba(0,0,0,0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
}
 @media only screen and (max-width:1199px) {

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
 }



header {
background: #fff;

  color: #fff;
  position: fixed;
  width: 100%;
  z-index: 99;
}
header nav {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  top: 0;
  display: flex;
  justify-content: space-between;
}
header nav.sticky {
  color: #212121;
  background: #fff;
background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(41, 56, 112, 1) 53%);
}
header nav.sticky a {
  color: #fff;
  font-weight: 400;
}
header nav.sticky h2 {
  color: #212121;
}
header nav h2 {
  margin: 0;
}
header nav a {
  color: #fff;
  text-decoration: none;
}
header .navbar-brand img{
    max-height: 80px;
}
header .nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  padding: .5rem 0;
}
header .content {
  padding: 10rem 0;
}
header .sticky .nav {
    padding: 5px 0;
}
header .sticky .nav .navbar-brand {
  display: none;
}
header .nav .navbar-brand.sm-logo {
  display: none;
}
header .sticky .nav .navbar-brand.sm-logo {
  display: block;
  max-width: 100px;
}
.banner-silder{
    padding-top: 85px;
}
.carousel-caption {
bottom: auto;
top: 130px;
}
.banner-caption {
margin: 5rem 0 3rem;
}

.ban-search {
max-width: 950px;
margin: auto;
background: rgba(255,255,255,.2);
border-radius: .5rem;
padding: .4rem;
margin: 2.5rem auto;
}
.ban-search .input-group {
border: solid 10px #fff;
border-radius: .5rem;
background: #fff;
}
.ban-search .form-control {
padding: .5rem;
height: 50px;
border: 0;
border-right: solid 1px #DED9D9;
border-radius: 0;
margin-right: 1px;
    font-size: 15px;
    font-weight: 600;
}

.ban-search .input-group > .input-group-append > .btn {
border-radius: .5rem;
margin-left: 10px;
}

.banner-caption h1 {
font-weight: 800;
font-size: 3rem;
max-width: 700px;
margin: auto;
margin-bottom: .5rem;
}
.banner-caption h5{
    font-weight: 400;
}
.grey-text {
color: #C2C2C2;
}
.rounded-pill{
        border-radius: 50rem !important;
}
.btn-primary{
 background: rgb(1,86,114);
background: linear-gradient(158deg, rgba(1,86,114,1) 0%, rgba(0,147,207,1) 97%);
border: none;
}
.btn-blue {
background: rgb(1,86,114);
background: linear-gradient(158deg, rgba(1,86,114,1) 0%, rgba(0,147,207,1) 97%);
color: #fff;
border-radius: .5rem;
border: 0;
padding: 0 1.8rem;
}
.sections {
margin: 5rem 0;
}
.rMore {
text-align: center;
margin-top: 2rem;
}
.page-title {
font-weight: 700;
color: #2E2E2E;
text-align: center;
margin-bottom: 2.5rem;
}
.page-title span {
display: block;
font-weight: 400;
font-size: 1rem;
color: #9C9C9C;
}
#testimonial-slider {
max-width: 760px;
margin: auto;
/* text-align: center; */
}
.testim-img {
width: 70px;
height: 70px;
border-radius: 50%;
overflow: hidden;
margin: 10px auto;
}
.tname {
font-weight: 600;
}
.tname span {
color: #9C9C9C;
font-weight: 400;
}
.owl-theme .owl-controls .owl-page {
display: inline-block;
}
.owl-theme .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #D6D6D6;
display: block;
-webkit-backface-visibility: visible;
transition: opacity .2s ease;
border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #21A6D6;
}

.stats-container {
background: url('../images/students-group.jpg') no-repeat;
background-attachment: fixed;
background-size: cover;
padding: 4rem 0;
position: relative;
color: #fff;
text-align: center;
}
.stats-container::before {
content: "";
background: rgba(0,0,0,.8);
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.stats-container ul {
margin: 0;
padding: 0;
}
.stats-container ul li {
display: inline-block;
    list-style: none;
    margin: 0.5rem;
    width: 47%;
    border: solid 1px #737373;
    padding: 40px 20px;
    border-radius: 20px;
}
/*.stats-container ul li:last-child {*/
/*border-right: none;*/
/*}*/
.stats-container h2 {
font-weight: 600;
}
.stats-container img {
margin-bottom: 1rem;
max-width: 60px;
height: 60px;
}
.stats-container p {
margin-bottom: 0;
}
.courseHme{
    padding:40px 0px;
 background: #293870;
background: linear-gradient(90deg, rgba(41, 56, 112, 1) 0%, rgba(26, 156, 217, 1) 50%, rgba(41, 56, 112, 1) 100%); 
}
.courseHme h2{
    color:white !important;
}
.courseHme h2 span{
    color:#000000;
}
.course-box {
    background:#fff;
    border:1px solid #72c7e8 ;
/*background: #72c7e8;*/
/*background: linear-gradient(90deg,rgba(114, 199, 232, 1) 0%, rgba(240, 255, 246, 1) 54%, rgba(114, 199, 232, 1) 100%);*/
border-radius: 15px;  
margin: 0 .85rem;
background-size: cover;
/*height: 450px;*/
position: relative;
overflow: hidden;
color: #fff;
}
.course-box:before {
content: '';
/*background: #293870;*/
top: 0;
position: absolute;
width: 100%;
height: 100%;
opacity: 0.5;
}
.course-text {
padding: 2rem 0;
position: relative;
height: 100%;
font-size: 15px;
width: 80%;
margin: auto;
}
.course-box h4 {
color:#2a3871;    
font-weight: 600;
font-size: 20px;
}
.course-text .courses-bx {
/*position: absolute;*/
bottom: 1.5rem;
left: 0;
width: 100%;
}
.course-text ul {
margin: 0;
padding: 0;
    min-height: 240px;
}
.course-text ul li {
list-style: none;
}
.course-text ul li a {
    font-size:15px;
color: #000;
}
.course-text ul li a:hover {
color: #21A6D6;
text-decoration: none;
}
.course-text .vmore {
/*text-align: right;*/
margin-top: 15px;
}
.course-text .vmore a {
color: #fff;
text-decoration: none;
}
.grey-bg {
background: #F9F9F9;
padding: 5rem 0;
}
.cta {
padding: 4rem 0;
text-align: center;
}
.cta h5 {
font-weight: 600;
color: #293870;
}
.cta a {
font-size: 1.2rem;
font-weight: 600;
color: #21a6d6;
}

footer {
border-top: 1px solid #e1e1e1;
padding: 1rem 0;
font-size: 14px;
text-align: center;
}
.foot-menu {
margin: 0;
padding: 0;
text-align: center;
}
.foot-menu li {
display: inline-block;
margin: 5px 1.5rem;
font-size: 16px;
}
.foot-menu li a {
color: #484848;
text-decoration: none;
}
.foot-menu li a:hover {
color: #21A6D6;
}
.copy-text {
color: #B0B0B0;
margin-top: .85rem;
}
.copy-text a {
color: #B0B0B0;
text-decoration: none;
}
.copy-text a:hover {
color: #21A6D6;
}

/* social icons */
.social-icons {
width: 100%;
text-align: center;
}
.social-icons ul {
margin: 0 0 10px 0;
}
.social-icons li {
display: inline-block;
margin: 0 .5rem;
}
.social-icons .fab {
padding: 17px 18px;
font-size: 16px;
width: 50px;
height: 50px;
border-radius: 50%;
text-align: center;
text-decoration: none;
margin: 5px 2px;
}

.social-icons .fab:hover {
  opacity: 0.7;
}

.fa-facebook-f {
background: #3B5998;
color: white;
}

.fa-twitter {
background: #55ACEE;
color: white;
}

.fa-google {
background: #dd4b39;
color: white;
}


.fa-youtube {
background: #bb0000;
color: white;
}

.fa-instagram {
background: #125688;
background: linear-gradient( #400080, transparent), 
linear-gradient( 
 200deg, #d047d1, #ff0000,    #ffff00);
color: white;
}

.owl-dots {
text-align: center;
margin-top: 1rem;
}

/* search top */
nav .search-btn {
background: #293870;
border-color: #293870;
border-radius: 50%;
height: 45px;
width: 45px;
}
.close-btn { 
position: relative; 
z-index: 9999;
}
.search-area { 
position: fixed; 
display: none; 
content: ''; 
top:0; 
left:0;  
background: #293870; 
width:100%; 
height:100%; 
z-index: 999;
background:rgba(40, 55, 112, 0.96);
}
.form-btn { 
margin-top: 40%; 
}
.form-btn input { 
height:60px; 
background: transparent; 
font-size: 28px; 
color: #fff; 
} 
.form-btn input:focus { 
background: transparent; 
outline: none; 
box-shadow: none; 
border-color:#ced4da; 
color: #fff;
}
.form-btn .form-control { 
border-right:none !important;
}
.border-bottom { 
border: none; 
border-bottom: solid 1px #ced4da; 
border-radius: 0px;
}
.form-btn input::placeholder { 
color: #fff; 
font-weight: normal;
}
.form-btn i { 
font-size: 30px;
}
.lblue-text {
color: #9aaad9 !important;
}

@media only screen and (max-width: 900px) {
.banner-caption h1 {
  font-size: 2rem;
}
}

@media only screen and (max-width: 468px) { 
body {
  font-size: 14px;
}
.navbar-brand {
  max-width: 150px;
}
.carousel-caption {
  right: 6%;
  left: 6%;
}
.banner-caption {
  margin: 2rem 0 1rem;
}
.banner-caption h1 {
  font-size: 1.4rem;
}
.banner-caption h5 {
  font-size: 14px;
}
.banner-caption p {
  font-size: 12px;
}
.ban-search {
  margin: 1rem 0;
  background: transparent;
}
.ban-search .input-group  {
  display: block;
  background: transparent;
  border: 0;
}
.ban-search .form-control {
  width: 100%;
  margin-bottom: 10px;
  border: solid 1px #828282 !important;
  font-size: 14px;
  border-radius: 10px ;
        background: rgb(255 255 255);
  color: #fff;
                 border-radius: 8px !important;
                  padding: 0px 20px;
}
.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  border-radius: 10px;
}
.ban-search .input-group-append {
  justify-content: center;
}
.btn-blue {
  padding: .5rem 1rem;
  margin-left: 0 !important;
          width: 100%;
}
.carousel-control-prev, .carousel-control-next {
  display: none;
}
.page-title {
  font-size: 1.4rem;
}
.page-title span {
  font-size: 14px;
  margin-top: .5rem;
}
.grey-bg {
  padding: 4rem 0;
}
.sections {
  margin: 4rem 0;
}
.foot-menu li {
  font-size: 14px;
}
.stats-container {
padding: 2.5rem 1.5rem;
}
.stats-container ul li {
  display: inline-block;
  list-style: none;
  margin: 1rem 0;
  width: 49%;
  border: none;
  border-right: 0;
}
.stats-container ul li:last-child {
  border-bottom: 0;
}
.stats-container img {
  max-width: 40px;
  max-height: 40px;
  margin-bottom: 15px;
}
.stats-container h2 {
 
  margin-bottom: 0;
  vertical-align: bottom;
  line-height: 1.5rem;
}
.stats-container p {
  margin: 1rem 0 .1rem;
}

/* placeholder */
html  .ban-search .form-control::-webkit-input-placeholder { color:white; }
html  .ban-search .form-control:-moz-placeholder { color:white; }
html  .ban-search .form-control::-moz-placeholder { color:white; }
html  .ban-search .form-control:-ms-input-placeholder { color:white; }
.ban-search option {
background-color: #293870 !important;
border-radius: 10px;
}
.search-area .form-btn input {
font-size: 14px;
}
.search-area .input-group .form-control {
border-radius: 0 !important;
}

}

/* inner pages */
.inner-header {
/* position: relative; */
top: 0;
}
.inner-header .navbar-brand {
max-width: 100px;
}
.inner-banner {
background:#293870;
margin: 0;
background-size: cover;
background-attachment: fixed;
height: 150px;
position: relative;
overflow: hidden;
color: #fff;
margin-top: 109px;
display: flex;
align-items: center;
}
.inner-banner:before {
content: '';
background: rgba(40, 55, 112, 0.7);
top: 0;
position: absolute;
width: 100%;
height: 100%;
}
.inner-banner .inBanner-text {
  max-width: 600px;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.inner-banner .inBanner-text h2 {
line-height: 2.5rem;
font-size: 1.5rem;
}

.inner-header .nav-xbootstrap li a {
color: #29386f;
}
.inner-header .sticky .nav-xbootstrap li a {
color: #fff;
}
.blue-text {
color: #21A6D6;
}
.content-area {
margin: 2rem 0;
}
.filter-btns {
text-align: right;
}
.btn-lblue {
padding: .5rem 2rem;
font-size: 14px;
background: #21A6D6;
border: solid 1px #21A6D6;
border-radius: .5rem;
letter-spacing: .05rem;
border: 0;
}
.btn-lblue:hover {
background: #157DA3;
border: solid 1px #157DA3;
border: 0;
}
.btn i {
margin-right: 5px;
}
.btn-dblue {
padding: .5rem 2rem;
font-size: 14px;
background: #293870;
border: solid 1px #293870;
border-radius: .5rem;
letter-spacing: .05rem;
border: 0;
} 
.btn-dblue:hover {
background: #444856;
border: solid 1px #444856;
border: 0;
}
.btn-lgrey {
padding: .5rem 2rem;
font-size: 14px;
background: #f0f0f0;
border: solid 1px #f0f0f0;
border-radius: .5rem;
letter-spacing: .05rem;
border: 0;
color: #484848;
}
.fullwidth {
width: 90%;
margin: 2rem auto;
}

/* course single box */
.courses {
margin: 2rem 0;
padding: 0;
font-size: 0px;
display: flex;
flex-wrap: wrap;
}
.courses li {
display: inline-block;
width: 24%;
margin: .5%;
}
.course-single {
background: #fff;
box-shadow: 0 0 10px #e1e1e1;
border-radius: .8rem;
position: relative;
padding: 1rem;
text-align: center;
font-size: 14px;
}
.course-single .cimage {
height: 180px;
display: flex;
justify-content: center;
align-items: center;
position: relative;
}
.course-single .cimage img {
/* max-width: 200px; */
max-height: 170px;
}
.course-single .ctitle {
text-align: center;
margin: .5rem;
height: 60px;
border-bottom: solid 1px #D9D9D9;
}
.course-single .ctitle h4 {
font-weight: 600;
font-size: 1.1rem;
}
.course-single .clink {
margin: 1rem 0 .5rem;
}
.country-bx {
position: absolute;
top: 5px;
right: 5px;
background: #F5F5F5;
border-radius: .5rem;
padding: 5px 8px;
font-size: 14px;
line-height: 14px;
display: flex;
align-items: center;
}
.country-bx img.flag {
width: 22px;
margin-right: 5px;
}
.mt-7px {
margin-top: 7px;
}
.form-control {
border: solid 1px #d6d4d4;
font-size: 14px;
}
.listBtn {
margin: 0;
padding: 0;
}
.listBtn li {
display: inline-block;
/* padding: 8px 12px; */
margin-right: 6px; 
width: 32%;
}
.listBtn li a {
padding: 8px 12px;
background: #ebebeb;
border-radius: 10px;
width: 100%;
display: flex;
justify-content: center;
color: #484848;
text-decoration: none;
margin-bottom: 10px;
border: solid 1px #d6d4d4;
}
.listBtn li a:hover {
background: #21a6d6;
color: #fff;
border: solid 1px #21A6D6;
}
.filter-btns .dropdown-item {
font-size: 14px;
}
.filter-bg {
background:#f0f0f0;
padding: 1rem;
border-radius: 1rem;
font-size: 14px;
margin-bottom: 1rem;
}
.form-heading {
font-weight: 600;
}
.filter-modal .modal-header {
border-bottom: 0;
}
.filter-modal .modal-title {
font-weight: 600;
}
.filter-modal .modal-content {
padding: 1rem;
border-radius: 1rem;
}
/* horizontal listing */
.horizontal-listing {
margin: 2rem 0;
padding: 0;
}
.horizontal-listing li {
display: block;
list-style: none;
margin: 1rem 0;
}
.course-horizontal {
border-radius: 1rem;
box-shadow: 0px 0px 18px #e1e1e1;
padding: 2rem 1rem;
}
.clisting {
margin: 0;
padding: 0;
}
.clisting li {
list-style: none;
display: inline-block;
width: 30%;
margin: 3px 1%;
font-size: 14px;
}
.course-heading {
font-weight: 600;
}
.inner-header2 {
position: relative !important;
}
.inner-header2 .nav-xbootstrap li a {
color: #484848;
}
.inner-header2 .navbar-brand {
max-width: 150px;
}

.univHome {
margin-top: 0;
}
.univHome ul.nav-pills {
top: 150px;
position: fixed;
}
.h-500 {
height: 1000px;
}
.univ-dots {
position: absolute;
top: 10px;
left: 10px;
z-index: 99;
}
.univHome .nav-name {
display: none;
}
.univHome .univ-dots nav-pills:hover {
display: block;
}
.univHome .univ-dots .nav-pills .nav-link {
background-color:#f2f2f2;
border-radius: 50%;
width: 20px;
height: 20px;
padding: 0;
border: solid 1px #e1e1e1;
margin-bottom: 1rem;
}
.univHome .univ-dots .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
background: #21a6d6;
}

.univHome .img-box {
width: 100%;
overflow: hidden;
position: -webkit-sticky; /* Safari */
position: sticky;
top: 0;
height: 100vh;
background-size: cover;
}
#univBnner iframe {
    display:block;
}
.overview-top {
max-width: 1000px;
text-align: center;
margin: 5rem auto;
}
.heading {
font-weight: 600;
color: #333;
margin-bottom: 1.5rem;
}
.heading span {
font-weight: 400;
font-size: 1rem;
display: block;
}
.overview-btm {
width: 100%;
margin: auto;
padding: 3rem 0;
}
.overview-btm ul {
max-width: 1000px;
margin: 0 auto;
padding: 0;
}
.overview-btm ul li {
display: inline-block;
width: 48%;
border-right: solid 1px #e1e1e1;
margin-right: 1.5rem;

}
.overview-btm ul li:last-child {
border-right: none;
margin-right: 0;
}
.overview-btm h3 {
color: #293870;
font-size: 1.2rem;
font-weight: 600;
margin-bottom: 1.5rem;
}
.stwo1 {
width: 50%;
}
.stwo1 h5 {
font-weight: 600;
font-size: 1.1rem;
}
.univContent {
max-width: 90%;
margin: 5rem 0;
line-height: 2rem;
}
.enqFrm {
margin: 5rem 0;
}
.enqFrm .form-control {
height: calc(2.8rem + 2px);
padding: .5rem .75rem;
border: solid 1px #D4D4D4;
border-radius: .8rem;
margin-bottom: 1.5rem;
}
.enqFrm .grey-bg {
border-radius: 1rem;
padding: 1rem 0;
}
.univGal {
position: relative;
}
.univGal .galThumb {
position: absolute;
bottom: 0;
margin-bottom: 0;
width: 100%;
background: 
rgba(0,0,0,.5);
border: 0;
padding: 1rem;
}
.univGal #slider ul.slides li img {
width: 100%;
height: 100vh;
object-fit: cover;
}
.univLogo {
height: 80px;
/* position: fixed; */
position: -webkit-sticky;
position: sticky;
top: 0;
width: 100%;
background: rgba(41,56,112,1);
left: 0;
padding: 0px 60px;
z-index: 1;
}
.uniName {
display: flex;
}
.uLogo {
width: 100px;
height: 100px;
background: #fff;
border-radius: 0rem;
border-bottom-left-radius: .5rem;
border-bottom-right-radius: .5rem;
padding: 2px 10px;
/* position: absolute; */
bottom: 5px;
box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
}
.uLogName {
color: #fff;
/* margin-left: 110px; */
margin-top: 20px;
margin-left: 10px;
}
.uLogName h4 {
font-weight: 600;
}
.cont-univ {
text-align: right;
margin-top: 20px;
}
#univBnner video {
display: block;
width: 100%;
}
.service h5 {
font-weight: 600;
color: #333;
margin: 2rem 0 .5rem;
}
.contactDet {
border-right: solid 1px #f2f2f2;

}
.contactDet h5 {
font-weight: 600;
font-size: 1.2rem;
margin-bottom: .2rem;
color: #21a6d6;
}
.contactDet i {
color: #fff;
background: #21a6d6;
font-size: 14px;
margin-right: .5rem;
width: 30px;
height: 30px;
padding: .5rem;
border-radius: 50%;
text-align: center;
}
/* .contactDet p {
margin-left: 48px;
} */
.contact-banner {
background:#293870;
margin: 0;
height: 400px;
position: relative;
overflow: hidden;
color: #fff;
margin-top: 109px;
display: flex;
align-items: center;
}
.text-grey {
color: #939393;
}
.contactForm {
padding-left: 2rem;
}
.contactForm .form-group {
margin-bottom: 1.5rem;
}
.StdyDestinations {
margin: 0;
padding: 0;
text-align: center;
}
.StdyDestinations li {
display: inline-block;
font-size: 0;
width: 23%;
margin: .8%;
cursor: pointer;
}
.sLoc-single {
width: 100%;
height: 100px;
background-size: cover;
position: relative;
display: flex;
justify-content: center;
align-items: center;
border-radius: 1rem;
color: #fff;
overflow: hidden;
}
.sLoc-single::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
background: rgba(40, 55, 112, 0.5);
}
.sLoc-single h4 {
z-index: 10;
font-size: 1.2rem;
margin-bottom: 0;
}
.sdestination-banner {
  background:#293870;
  margin: 0;
  background-size: cover;
  height: 400px;
  position: relative;
  overflow: hidden;
  color: #fff;
  margin-top: 109px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sdestination-banner:before {
content: '';
background: rgba(40, 55, 112, 0.7);
top: 0;
position: absolute;
width: 100%;
height: 100%;
}

.banner-heading {
color: #fff;
font-weight: 600;
font-size: 2.5rem !important;
text-align: center;
position: relative;
}
.inBanner-container {
position: relative;
}
.course-list {
text-align: left;
background: #fff;
box-shadow: 0 0 10px #e1e1e1;
border-radius: .8rem;
position: relative;
padding: 1rem;
font-size: 14px;
margin-bottom: 1rem;
}

.medium-title {
font-size: 18px;
font-weight: 600;
color: #484848;
}
.course-det {
margin: 1rem 0;
padding: 0;
}
.course-det li {
display: block;
width: 100%;
margin-bottom: .5rem;
font-size: 14px;
}
.course-det i {
width: 30px;
color: #a0a0a0;
}
.masonry a {
text-decoration: none;
color: inherit;
}

.sticky-container{
/*background-color: #333;*/
padding: 0px;
margin: 0px;
position: fixed;
right: -119px;
top:45%;
width: 200px;
z-index: 100;

}

.sticky-icons li{
list-style-type: none;
background-color: #293870;
color: #efefef;
height: 43px;
padding: 0px;
margin: 0px 0px 2px 0px;
-webkit-transition:all 0.25s ease-in-out;
-moz-transition:all 0.25s ease-in-out;
-o-transition:all 0.25s ease-in-out;
transition:all 0.25s ease-in-out;
cursor: pointer;
/* filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); 
            filter: gray; 
            -webkit-filter: grayscale(100%);  */
border-radius: .75rem;

}

.sticky-icons li:hover{
margin-left: -115px;
/*-webkit-transform: translateX(-115px);
-moz-transform: translateX(-115px);
-o-transform: translateX(-115px);
-ms-transform: translateX(-115px);
transform:translateX(-115px);*/
/*background-color: #8e44ad;*/
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
            -webkit-filter: grayscale(0%);
}

.sticky-icons li i{
float: left;
margin: 5px 5px;
margin-right: 10px;
padding: 5px 7px;
font-size: 18px;

}

.sticky-icons li p{
padding: 0px;
margin: 0px;
/* text-transform: uppercase; */
line-height: 43px;

}
.whatsApp {
background-color: #25D366 !important ;
}
.mailBg {
background-color: #21a6d6 !important;
}
.modal-style {
font-size: 14px;
}
.modal-style .modal-title {
font-weight: 600;
color: #333;
}
.modal-style .modal-header {
border: 0;
}
.modal-style label {
font-weight: 600;
font-size: 12px;
margin-bottom: 0;
}

/* course details */
.courseDetail-banner {
background:#293870;
margin: 0;
background-size: cover;
height: 300px;
position: relative;
overflow: hidden;
color: #fff;
margin-top: 109px;
display: flex;
align-items: center;
justify-content: center;
}
.courseDetail-banner:before {
content: '';
background: rgba(40, 55, 112, 0.7);
top: 0;
position: absolute;
width: 100%;
height: 100%;
}
.univ-logo {
max-width: 110px;
max-height: 110px;
overflow: hidden;
background: rgba(255,255,255,1);
border-radius: .5rem;
margin: 0 auto 1rem;
position: relative;
text-align: center;
}
.univ-logo img {
max-width: 100px;
max-height: 100px;
margin: auto;
}
.univName {
display: block;
color: #21A6D6;
font-size: 1.2rem;
}
.bordered {
border: solid 1px #f2f2f2;
border-radius: 1rem;
padding: 1rem;
text-align: center;
font-size: 14px;
}
.price2 {
font-size: 16px;
text-align: center;
margin-bottom: 2rem;
margin-top: 1rem;
}
.price2 span {
font-size: 24px;
color: #333;
font-weight: 600;
}
.feature {
text-align: left;
margin-top: 0rem;
}
.sub-head {
color: #333;
font-weight: 600;
margin-bottom: 1rem;
margin-top: 1rem;
}
.feature ul {
margin: 0;
padding: 0;
}
.feature ul li {
list-style: none;
margin-bottom: 1rem;
border-bottom: 1px solid #f2f2f2;
font-size: 14px;
color: #787878;
display: flex;
}
.feature ul li span {
color: #333;
text-align: right;
margin-left: auto;
font-weight: 600;
}
.feature ul li:last-child {
border:0
}
.courseQual li {
margin-bottom: 1rem;
}
.apply-btn {
font-weight: 600;
font-size: 16px;
text-transform: uppercase;
width: 100%;
}

/* univ logo fix */
.project-bx {
 border: solid 0.5px #000;
filter:grayscale(1);
max-width: 200px;
height: 120px;
overflow: hidden;
border-radius: 1rem;
display: flex;
justify-content: center;
background: #fff;
align-items: center;
margin: 0px auto;
}
.project-bx:hover{
    transform: scale(1.1);
    filter: saturate(4);
    transition: filter 1s ease;
}
.project-bx img {
max-width: 100%;
max-height: 120px;
}

.g-recaptcha {
    width: 305px;
    margin: 10px auto;
}
.listCourses {
    display: flex;
    flex-wrap: wrap;
}
/*.course-list {*/
/*    max-width: 283px;*/
/*    margin-right: 7px;*/
/*    margin-left: 7px;*/
/*}*/

.brick a {
    text-decoration: none;
}
.course-det a {
    color:#21A6D6;
    font-weight:600;
}
.course-det a.btn-primary {
    font-size: 14px;
    font-weight: 400;
    width: 49%;
}
.course-det a.btn-outline-primary {
    color: #21A6D6;
    width: 49%;
    height: 33px;
    border-color: #21A6D6;
    padding: 5px;
      font-size: 14px;
}

.course-det a.btn-outline-primary:hover{
        background: rgb(1, 86, 114);
    background: linear-gradient(158deg, rgba(1, 86, 114, 1) 0%, rgba(0, 147, 207, 1) 97%);
    color: #fff;
}
.course-det a.btn-outline-danger {
    color: #dc3545;
    width: 49%;
    height: 33px;

    padding: 5px;
      font-size: 14px;
}

@media only screen and (max-width: 768px) {
    header .navbar-brand img{
        max-height: 57px;
            margin-left: 10px;
    }
    header .nav{
            padding: .3rem 0;
    }
    .banner-silder {
    padding-top: 77px;
}
.courses li {
  width: 48%;
  margin: 1%;
}
.filter-modal .modal-dialog {
  max-width: 740px;
}
.clisting li {
  width: 100%;
}
#univOverview {
  padding: 1rem;
}
.overview-btm ul {
  padding: 0 1rem;
}
.overview-btm ul li {
  width: 100%;
  border-right: 0;
  margin-bottom: 1.5rem;
  text-align: center;
}
.StdyDestinations li {
  display: inline-block;
  font-size: 0;
  width: 23%;
  margin: .5%;
}

}
@media only screen and (max-width: 460px) {
.inner-banner {
  height: 200px;
}
.content-area {
  margin-top: 1rem;
}
.horizontal-listing {
  margin: 2rem 0;
}
.courses li {
  width: 100%;
  margin: 2% 0;
}
.filter-btns {
  text-align: center;
  margin-top: 1rem;
}
.help-choose {
  text-align: center;
}
.listBtn li {
  width: 100%;
}
.clisting li {
  display: block;
}
.course-heading {
  margin-top: 1rem;
}
.cta {
  padding: 2rem 0;
}
.form-check-inline {
  margin-bottom: .5rem;
}
.univLogo {
  background: #fff;
  height: auto;
  padding: 0 15px;
  position: relative;
}
.uniName {
  display: block;
}
.uLogo {
  margin: auto;
  box-shadow: none;
  border-radius: 0;
}
.uLogName {
  color: #484848;
  text-align: center;
}
.cont-univ {
  text-align: center;
}
#univOverview {
  padding: 1rem;
}
.overview-btm ul {
  padding: 0 1rem;
}
.overview-btm ul li {
  width: 100%;
  border-right: 0;
  margin-bottom: 1.5rem;
  text-align: center;
}
.univContent {
  width: 90%;
  text-align: center;
  margin: 20px auto;
}
.univ-dots {
display: none;
}
.contactForm {
padding-left: 15px;
margin-top: 3rem;
text-align: center;
}
.StdyDestinations li {
display: inline-block;
font-size: 0;
width: 100%;
margin: .5rem 0;
}
}
@media only screen and (min-width: 1450px) {
.courses > li {
 width: 19%;
 margin: .5%;
}
}

.meeting-btn {
  font-size:1.1em;
  padding:20px 0;
  background-color:#E94751;
  color:#fff;
  border-radius:50px;
  margin: auto;
   position: fixed;
  bottom: 30px;
  right: 30px;
  height: 60px;
    text-align: center;
    z-index: 999;
}
.meeting-btn span {
  color:white;
  font-size:0;
  padding:10px 30px;
}

.meeting-btn:hover {
  padding:17px 40px 20px 10px;
  border:2px solid #E94751;
}
.meeting-btn:hover span {
  font-size:1.0em;
}
.meeting-btn:hover .ico {
  margin-left: -10px;
  /*transform:rotate(360deg);*/
}
.meeting-btn:hover .span {
  visibility:visible;
}
.ico {
  transition:all 0.5s;

  width: 40px;
  height: 40px;

  border-radius: 20px;
  position: absolute;
  margin-left: -50px; 
  margin-top: -4px;
  font-size: 1.5em;
}

.bg-color{
	background-color: #333;
}
.signup-step-container{
    	background-color: #efefef;
    	    padding: 2rem 0;
}
.signup-step-container label{
        color: #000;
        font-weight: 600;
}
.signup-step-container h4{
font-weight: 600;
margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}




    .wizard .nav-tabs {
        position: relative;
        margin-bottom: 0;
        border-bottom-color: transparent;
    }

    .wizard > div.wizard-inner {
            position: relative;
    margin-bottom: 50px;
    text-align: center;
    }
.wizard .tab-content{
    background: #fff;
    padding:15px 30px;
    border-radius: 10px;
}
.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 75%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 16px;
    color: #0e214b;
    font-weight: 500;
    border: 1px solid #ddd;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
        background: #0db02b;
    color: #fff;
    border-color: #0db02b;
}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}
.wizard .nav-tabs > li.active > a i{
	color: #0db02b;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}



.wizard .nav-tabs > li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}
.wizard .nav-tabs > li a i{
	position: absolute;
    top: -15px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}


.wizard h3 {
    margin-top: 0;
}
.prev-step,
.next-step{
    font-size: 13px;
    padding: 8px 24px;
    border: none;
    border-radius: 4px;
    margin-top: 30px;
}
.next-step{
	background-color: #293870;
	color: #fff;
}
.skip-btn{
	background-color: #0084b6;
}
.step-head{
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}
.term-check{
	font-size: 14px;
	font-weight: 400;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 0;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 38px;
    padding: .375rem .75rem;
    line-height: 2;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}
.footer-link{
	margin-top: 30px;
}
.all-info-container{

}
.list-content{
	margin-bottom: 10px;
}
.list-content a{
	padding: 10px 15px;
    width: 100%;
    display: inline-block;
    background-color: #f5f5f5;
    position: relative;
    color: #565656;
    font-weight: 400;
    border-radius: 4px;
}
.list-content a[aria-expanded="true"] i{
	transform: rotate(180deg);
}
.list-content a i{
	text-align: right;
    position: absolute;
    top: 15px;
    right: 10px;
    transition: 0.5s;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fdfdfd;
}
.list-box{
	padding: 10px;
}
.signup-logo-header .logo_area{
	width: 200px;
}
.signup-logo-header .nav > li{
	padding: 0;
}
.signup-logo-header .header-flex{
	display: flex;
	justify-content: center;
	align-items: center;
}
.list-inline li{
    display: inline-block;
}
.pull-right{
    float: right;
}
/*-----------custom-checkbox-----------*/
/*----------Custom-Checkbox---------*/
input[type="checkbox"]{
    position: relative;
    display: inline-block;
    margin-right: 5px;
}
input[type="checkbox"]::before,
input[type="checkbox"]::after {
    position: absolute;
    content: "";
    display: inline-block;   
}
input[type="checkbox"]::before{
    height: 16px;
    width: 16px;
    border: 1px solid #999;
    left: 0px;
    top: 0px;
    background-color: #fff;
    border-radius: 2px;
}
input[type="checkbox"]::after{
    height: 5px;
    width: 9px;
    left: 4px;
    top: 4px;
}
input[type="checkbox"]:checked::after{
    content: "";
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
}
input[type="checkbox"]:checked::before{
    background-color: #18ba60;
    border-color: #18ba60;
}



.home-about{
    border:  1px solid #0391cb;
    /*padding: 25px;*/
    border-radius: 30px;
     /*background-color: #fff;*/
}
/*.home-about img{*/
/*    position: absolute;*/
/*    right:0;*/
/*    left:0;*/
/*    bottom: 0;*/
/*}*/
.about-bg{
    background: rgb(233,233,233);
background: linear-gradient(318deg, rgba(233,233,233,1) 0%, rgba(222,246,255,1) 97%);
padding: 5rem 0;
}
.paragraph {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* Number of lines to show */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

@media (max-width: 767px){
	.sign-content h3{
		font-size: 40px;
	}
	.wizard .nav-tabs > li a i{
		display: none;
	}
	.signup-logo-header .navbar-toggle{
		margin: 0;
		margin-top: 8px;
	}
	.signup-logo-header .logo_area{
		margin-top: 0;
	}
	.signup-logo-header .header-flex{
		display: block;
	}
}
.notification--reminder{
	padding: 10px;
  position: fixed;
  background: #fff;
  border-radius: 10px;
  bottom: 0;
  left:0;
  z-index: 9999;
 max-width: 300px;
  transform: translateY(80px);
  animation: notification--in linear 500ms;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: notification--in linear 500ms;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: notification--in linear 500ms;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: notification--in linear 500ms;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: notification--in linear 500ms;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}
.notification--reminder img{
    width: 100%;
}

@keyframes notification--in{
  0% {
    transform:  translate(0px,80px)  ;
  }
  100% {
    transform:  translate(0px,0px)  ;
  }
}

@-moz-keyframes notification--in{
  0% {
    -moz-transform:  translate(0px,80px)  ;
  }
  100% {
    -moz-transform:  translate(0px,0px)  ;
  }
}

@-webkit-keyframes notification--in {
  0% {
    -webkit-transform:  translate(0px,80px)  ;
  }
  100% {
    -webkit-transform:  translate(0px,0px)  ;
  }
}

@-o-keyframes notification--in {
  0% {
    -o-transform:  translate(0px,80px)  ;
  }
  100% {
    -o-transform:  translate(0px,0px)  ;
  }
}

@-ms-keyframes notification--in {
  0% {
    -ms-transform:  translate(0px,80px)  ;
  }
  100% {
    -ms-transform:  translate(0px,0px)  ;
  }
}
.move--down{

}

.notification--reminder h3 a{
	text-decoration: none;
  margin-left: 15px;
  background: #1a22b8;
  border: 1px solid #1a22b8;
  color: #fff;
  display: inline-block;
  height: 40px;
  letter-spacing: 1px;
  line-height: 40px;
  padding: 0 40px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.notification--reminder h3 a:hover{
  border: 1px solid #aaaaaa;
  color: #8b8b8b;
  background: transparent;
}
.exit--toast {
   position: absolute;
    right: 16px;
        top: 16px;
    
}
/*.notification--wrapper{*/
/*  position: fixed;*/
/*  height: 100vh;*/
/*  width: 100%;*/
/*  background-color: rgba(0, 0, 0, 0.4);*/
/*  z-index: 99999;*/
/*  top: 0;*/
/*}*/
/*@media (max-width: 767px){*/
/*	.notification--reminder h3{*/
/*    font-size: 14px;*/
/*  }*/
/*  .notification--reminder{*/
/*    padding: 30px;*/
/*  }*/
/*  .notification--reminder h3 a{*/
/*    display: inline-block!important;*/
/*    margin-top: 15px;*/
/*    margin-left: 0px;*/
/*  }*/
/*}*/
