/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  --primary-color: #012269;
  --secondary-color: #cb2330;
 --black: #292929;
  --white: #fff;
}

@font-face {
  font-family: 'orbitron';
  src: url('../fonts/Orbitron.ttf');
}

@font-face {
  font-family: 'proxima';
  src: url('../fonts/Proxima-Nova-Font.otf');
}


.orbitron{
  font-family: "orbitron";
}
.proxima {
  font-family: "proxima";
}

body {
  font-family: "proxima";
  color: #292929;
  font-size: 16px;
  background: #000;
}
a {
  color: var(--primary-color);
  text-decoration: none;
}
a:hover {
  color: #3b8af2;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "orbitron";
  font-weight: 700;
}
.white-text {
  color: #fff;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
/* #preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: var(--white);
}
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid var(--primary-color);
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}
@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} */

.preloader {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

.loaded.preloader {
	opacity: 0;
	transition: 1.1s ease;
}

.loader-section {
  height: 100%;
  position: fixed;
	transition: 1s ease all;
  top: 0;
  width: 50%;
}

/* .section-left {
	background-color: #1c1c1c;
	box-shadow: 0 0 5px #000000;
  left: 0;
}

.section-right {
	background-color: #acacac;
	box-shadow: 1px 1px 5px #000000;
  right: 0;
} */

.loaded .loader-section.section-left {
  transform: translateX(-100%);
	transition: 1s ease all;
}

.loaded .loader-section.section-right {
  transform: translateX(100%);
	transition: 1s ease all;
}

.spinner {
	animation: spinner .7s infinite linear;
	border: 3px solid rgba(0, 0, 0, 0.2);	
	border-radius: 50%;
	border-top-color: #ffffff;
	height: 6em;
	position: fixed;	
	width: 6em;
	z-index: 1000;
}

.icon-img {
	color: #ffffff;
	font-size: 1em;
	position: fixed;
	text-shadow: 1px 1px 5px #000000;
}

@keyframes spinner {
	to {
		transform: rotateZ(360deg);
	}
}

.icon-img{
	font-size: 60px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--primary-color);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: var(--white);
  line-height: 0;
}
.back-to-top:hover {
  background: #3284f1;
  color: var(--white);
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
 
/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #cb2330;
  font-size: 16px;
  transition: all 0.5s;
  color: #fff;
  padding: 8px 0;
}

#topbar .contact-info i {
  font-style: normal;
  color: #fff;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}

#topbar .social-links a {
  color: var(--white);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}

#topbar .social-links a:hover {
  color: white;
}
#topbar .telephone {
    padding: 10px;
    background: #e8d27d;
    border-radius: 50%;
    font-size: 17px;
}
#topbar .bi-telephone-fill::before {
  color: var(--white);
}
#topbar .social-links ul {
	list-style:none;
}
#topbar .social-icons a {
  padding: 5px;
  border-radius: 50px;
}

/* @media (min-height: 500px) {
  #topbar {
    height: 70px !important;
  }
} */
@media (max-width: 500px) {
  #topbar {
    height: 85px !important;
  }
  #topbar .social-links {
    text-align: center;
  }
} 
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  /* background: #3447767a; */
  transition: all 0.5s;
  z-index: 997;
  /* height: 86px */;
  /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1); */
}

#header.fixed-top {
   height: 70px; 
}

.logo img {
  max-height: 100px;
  width:100%;
}
#header .social-links a {
	color: #fff;
    margin: 5px 10px;
    padding: 5px 8px;
    background: #a58335;
    border-radius: 50%;
}

.scrolled-offset {
  margin-top: 70px;
}
@media (max-width:1024px) { 
  #header .logo img {
    max-height: 45px;
  }
}
@media (max-width: 768px) { 
  #header .logo img {
    max-height: 60px;
  }
}
@media (max-width: 500px) { 
  #header .logo img {
    max-height: 90px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 10px 35px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar>ul>li .tele-round {
  border: 2px solid var(--secondary-color);
  border-radius: 100%;
  padding: 4px 6px;
}
#topbar p.call-us {
  font-size: 18px;
  color: var(--white);
}
#topbar p.phone-no {
  color: #e8d27d;
  font-size: 18px;
}
.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #106eea;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}
@media (max-width: 1200px) {
  .navbar>ul>li.callus {
    display: none !important;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #106eea;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #106eea;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.wrapper{
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.wrapper .wrapper__video{
  display: block; 
  object-fit: cover;
  width: 100%;
  height: 100%;
}


.home-page {
  width: 100%;
  height: 100vh;
    margin-top: -140px;
    z-index: -1;
  /* background: url("../img/home-banner.png") top left; */
  background-size: cover;
  position: relative;
}
.about-banner {
  width: 100%;
  height: 80vh;
    margin-top: -140px;
    z-index: -1;
  background: url("../img/about-banner.jpg") top left;
  background-size: cover;
  position: relative;
}
.blog-banner {
  width: 100%;
  height: 80vh;
    margin-top: -140px;
    z-index: -1;
  background: url("../img/blog-banner.jpg") top left;
  background-size: cover;
  position: relative;
}
.contact-banner {
  width: 100%;
  height: 80vh;
    margin-top: -140px;
    z-index: -1;
  background: url("../img/contact-banner.jpg") top left;
  background-size: cover;
  position: relative;
}
.gallery-banner {
  width: 100%;
  height: 80vh;
    margin-top: -140px;
    z-index: -1;
  background: url("../img/gallery-banner.jpg") top left;
  background-size: cover;
  position: relative;
}
.courses-banner {
  width: 100%;
  height: 80vh;
    margin-top: -140px;
    z-index: -1;
  background: url("../img/courses-banner.jpg") top left;
  background-size: cover;
  position: relative;
}
.home-page:before {
  content: "";
  /* background: rgba(255, 255, 255, 0.6); */
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
/* #hero .container {
  position: relative;
}
#hero .overlay {
  background: #0000006b;
} */
#hero h1, #hero h2 {
  margin: 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 75px;
  color: var(--white);
}
/* #hero h1 span {
  color: var(--primary-color);
}
#hero h5 {
  color: #e8d27d;
  margin: 5px 0 15px 0;
  font-size: 20px;
  font-weight: 100;
}
#hero p{
  width: 75%;
  color: var(--white);
  font-size: 17px;
}
#hero .btn-get-started {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 4px;
  transition: 0.5s;
  color: var(--white);
  background: #b99645;
  border-radius: 25px;
}
#hero .btn-get-started:hover {
  background: #247cf0;
}
#hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  font-weight: 600;
  display: flex;
  align-items: center;
}
#hero .btn-watch-video i {
  color: var(--primary-color);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}
#hero .btn-watch-video:hover {
  color: var(--primary-color);
}
#hero .btn-watch-video:hover i {
  color: #3b8af2;
} */


@media (min-width: 1024px) {
  .home-page {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  .home-page {
    height: 70vh;
  }
  #hero h1 {
    font-size: 20px;
    line-height: 36px;
  }
  #hero h5 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero p {
    font-size: 14px;
    width: 100%;
  }
  #hero .btn-get-started,
  #hero .btn-watch-video {
    font-size: 13px;
  }
  #topbar .social-links a {
    margin-left: 5px;
  }
  .section-title h1{
    font-size: 22px;
  }
  .section-title img {
    left: -30px !important;
    top: 5px !important;
    width: 70px !important;
  }
}

@media (max-width: 768px) {
  .wrapper{ 
    height: 40vh;
  }
}

@media (max-height: 500px) {
  .home-page {
    height: 120vh;
    margin-top: -100px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 35px 15px;
  overflow: hidden;
}
.section-padding {
  padding: 0 50px;
}
.section-bg {
  background-color: #F2F7FF;
}
.section-title {
  text-align: center;
}

.section-title h5  {
  color: var(--primary-color);
}
.section-title h1  {
  color: #cb2330;
}
.section-title p{
  color: #474747;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}
.section-title img {
  position: relative;
  left: -50px;
  top: 15px;
  width: 90px;
}
.bottom_logo {
  width: 85px;
}
.text-justify {
  text-align: justify;
  /* text-align-last: center; */
}
.featured-services {
  /* background: transparent url('../img/background.png') no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;  */
  background: #fff;
} 
.about {
  position: relative;
  overflow: hidden;
  background: #f6f6f6;
}
/*.about::before {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  top: 50%;
  left: -50%;
  z-index: -1;
  background: transparent url('../img/background.png') no-repeat !important;
  background-position: center center;
  background-size: cover;
  transform: rotate(90deg);
} */
.join-bg {
  background: transparent url('../img/white-bg.png') no-repeat; 
  background-position: center center;
  background-size: cover;
  position: relative;
}
.blue-text {
	color: #012269;
}
.red-text {
	color: #cb2330;
}
.gradiant {
  background: linear-gradient(0deg, rgba(203,35,48,1) 0%,  rgba(1,34,105,1) 100%) !important;
}

.btn-red {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 4px;
  transition: 0.5s;
  color: var(--white);
  background: var(--secondary-color);
  border-radius: 5px;
  width: 150px;
}
@media (min-width: 1024px) {

}
@media (max-width: 1024px) {
  .section-padding {
    padding: 0px;
  }
}

#why_sas {
  background: transparent url('../img/why_sas_bg.png') no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/
.featured-services .icon-box {
  padding: 15px;
  margin-top: 20px;
  position: relative;
  /* overflow: hidden; */
  background: var(--white); 
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.featured-services .icon-box::before {
  content: "";
  position: absolute;
  /* background: #b99645;*/
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}
.featured-services .icon-box:hover::before {
  background: tranaparent;
  top: 0;
   box-shadow: 0 0 29px 0 rgb(40 64 132 / 39%);
}

.featured-services .title {
  font-weight: 700;
  font-size: 18px;
  color: var(-);
}
.featured-services .icon h1{
  color: var(--secondary-color);
}
.featured-services .title a {
  color: var(--primary-color) !important;
}
.featured-services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}
.featured-services .icon-box:hover .description, .featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .icon h1{
  color: var(--primary-color) !important;
}

@media (max-width: 768px) {
  .featured-services .icon-box {
    margin-top: 25px !important;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  padding-left: 15px;
}
.about .content ul li:first-child {
  margin-top: 10px;
}
.about .content ul i {
  font-size: 18px;
  margin-right: 10px;
  color: #03aeda;
}
.about .content ul h5 {
  font-size: 18px;
  color: #555555;
}
.about .content ul p {
  font-size: 15px;
}
.about .content p:last-child {
  margin-bottom: 0;
}
.about .border-left {
  border-left: 5px solid var(--secondary-color);
}


/*--------------------------------------------------------------
# Why Choose Us
--------------------------------------------------------------*/
.choose .icon-box {
  text-align: center;
  padding: 30px 20px;
  transition: all ease-in-out 0.3s;
  background: var(--white);
}
.choose .icon-box .icon {
  margin: 0 auto;
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}
.choose .icon-box .icon i {
  color: #3b8af2;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}
.choose .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}
.choose .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}
.choose .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.choose .icon-box:hover {
  background: var(--white) 0% 0% no-repeat padding-box;
  box-shadow: 0px 11px 21px #00000029;
  border-radius: 20px;
  opacity: 1;
}
.choose .icon-box:hover h4 a,
.choose .icon-box:hover .icon i {
  color: var(--primary-color);
}
.choose .icon-box:hover .icon {
  border-color: var(--primary-color);
}
.joinus {
  background: transparent linear-gradient(180deg, #FFB402 0%, #FC1934 100%) 0% 0% no-repeat padding-box;;
  border-radius: 30px;
  color: var(--white);
}
.joinus a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 4px;
  transition: 0.5s;
  color: var(--white);
  border: 2px solid var(--white);
  border-radius: 25px;
}
.joinus .email a{
  border: 0;
}
.email-round {
  border: 2px solid #fff;
  border-radius: 100%;
  padding: 4px 6px;
}
.join-bg img{
  position: absolute;
  top: -55px;
}
.join-text {
  padding: 50px;
}

@media (max-width: 768px) {
  .join-bg img{
    position: relative;
    top: unset;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 50px 0;
  /* background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative; */
}
.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /* background: rgba(0, 0, 0, 0.7); */
}
.testimonials .section-title p {
  width: 70%;
}
.testimonials .section-header {
  margin-bottom: 40px;
}
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  text-align: center;
  color: var(--white);
}
.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  padding: 10px;
  /* border: 1px solid var(--primary-color);
  margin: 0 auto; */
}
.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: var(--primary-color);
}
.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #2D2D2D;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background-color: #D6D6D6;
  opacity: 1;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}



/*--------------------------------------------------------------
# Latest Blog
--------------------------------------------------------------*/
.blog {
  background: #F2F7FF;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}
.owl-nav span {
    font-size: 70px;    
    position: relative;
    top: -5px;
}
.owl-nav button:focus {
    outline: none;
}
.owl-carousel.owl-drag .owl-item {
  background: #fff;
}
.owl-carousel .owl-item .date {
  background: var(--primary-color);
  width: 40%;
  color: var(--white);
  border-radius: 25px;
  position: relative;
  top: -15px;
}
@media (max-width: 1024px) { 
  .owl-carousel .owl-item .date {
    width: 70%;
  }
}


/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/

#gallery {
  padding-top: 40px;
  background: var(--white);
}
@media screen and (min-width: 991px) {
    #gallery {
    padding: 60px 30px 0 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
}
.img-wrapper img {
  width: 100%;
}

.img-overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay  i {
    color: #fff;
    font-size: 3em;
  }

#overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  /* Removes blue highlight */
  -webkit-user-select: none;
  -moz-user-select: none;    
  -ms-user-select: none; 
  user-select: none; 
}
#overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
}
@media screen and (min-width:768px) {
  #overlay {
    width: 60%;
    left: 25%;
  }
}
@media screen and (min-width:1200px) {
  #overlay {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#nextButton:hover {
    opacity: 0.7;
  }
@media screen and (min-width:768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}
#prevButton:hover {
  opacity: 0.7;
}
@media screen and (min-width:768px) {
  #prevButton{
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}
@media screen and (min-width:768px) {
  #exitButton {
    font-size: 3em;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#contact-data {
  background: #fff;
}
#footer {
	background: #fff;
	color: #000;
}
#contact {
  background: url("../img/contact-bg.png") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative; 
  /* background: #fff; */
  color: #fff;
}
#register {
  background: url("../img/register-bg.png") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative; 
  /* background: #fff; */
  color: #fff;
}
#contact {
  font-size: 14px;
  /* background: #37517e; */
}


#contact .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}
#footer .contact-text a{
  color: var(--white)
}

#contact p {
  color: #FFFFFF;
}
#contact .footer-top {
  padding: 60px 0 30px 0;
  /* background: #fff; */
}

#contact .footer-top .footer-contact {
  margin-bottom: 30px;
}
.footer-contact .logo img{
    width: 85px;
    height: 125px;
}
.footer-top img{
  width: 75%;
}
#contact .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #37517e;
}

#contact .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
}

#contact .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#contact .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: var(--primary-color);
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #000;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: var(--primary-color);
}

#contact .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  border: 1px solid #000;
  color: #000;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#contact .footer-top .social-links a:hover {
  background: #209dd8;
  color: #fff;
  text-decoration: none;
}

#contact .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}
#contact .copyright {
  color: #fff;
}
.copyright p{
  font-size: 14px;
}
.copyright p>a {
  font-size: 18px;
}
#register .bx {
  font-size: 20px;
}
.footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 6%);
  text-align: left;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
  border: 0;
  border-radius: 25px;
  font-size: 18px;
} 
@media (max-width: 768px) {
  #contact .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #contact .copyright,
  #contact .credits {
    text-align: center;
    float: none;
  }

  #contact .credits {
    padding-top: 4px;
  }
  .footer-links li span {
    display: none;
  }
} 


/* Map with Multiple Image */
section.column.section.ipWOsjEXKVMmRCUS  {
  background-color: #ffffff;
}
section.column > h2 {
  text-align: center;
}
.column.light h2, .column.light h2 a {
  color: #000000;
}
.column.light {
  color: #2e2e2e;
}
.column.middle {
  text-align: center;
}
.column.middle img {
  margin: 5px auto 20px auto;
}
section.column {
  padding: 50px 1%;
  overflow: hidden;
}
.column {
  width: 100%;
  float: left;
  padding: 10px;
  display: block;
  min-height: 1px;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 00100%;
  flex: 00100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.column.workspace.LzeUXmlrYQOJuvwT {
  max-width: 1200px;
  min-height: 710px;
}
.column.workspace {
  float: none;
  margin: 0 auto;
  clear: both;
  max-width: 1100px;
  display: table;
  padding: 0;
}
.spotted .expanse {
  text-align: left;
  position: absolute;
  z-index: 100;
  color: #1b4270;
  padding: 30px 20px;
}
.spotted.map .expanse .icon {
  width: 45px;
  border: 3px solid #1e3b71;
  height: 45px;
  border-radius: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: 50% 50%;
}
.spotted .expanse .icon {
  float: left;
  background: #fff;
  text-align: center;
  border: 3px solid #1e3b71;
  border-radius: 100%;
  z-index: 100;
}
.spotted .map .expanse.right .description {
  left: 80px;
}
.spotted .expanse.right .description {
  left: 80px;
}
.spotted .expanse .description h4 {
  margin-bottom: 5px;
}
.spotted .expanse h4 {
  font-weight: 600;
  font-size: 16px;
}
.spotted .expanse .description {
  transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  text-align: left;
  position: absolute;
  font-size: 18px;
  padding: 5px 5px 5px 10px;
  opacity: 0;
  height: auto;
  color: #000000;
  background-color: #F3F8FF;
  right: 125px;
  width: 225px;
  top: 25px;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  z-index: 100;
  font-size: 15px;
}

.spotted .expanse:hover {
  z-index: 300;
}
.spotted .expanse:hover .description {
  opacity: 1;
  height: auto;
}
@media only screen and (max-width: 900px) {
  .column.spotted {
    margin: 15px auto !important;
  }
  .spotted.map .expanse {
    background-color: #e7ebf0;
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }
  .spotted .expanse {
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    padding: 10px 30px 40px 30px;
  }
  .spotted.map .expanse .icon {
    margin: 0 auto;
    float: none;
  }
  .spotted .expanse .icon {
    margin: 2%;
    z-index: 1000;
    position: relative;
  }
  .spotted.map .expanse .description {
    float: none;
    width: 100%;
    box-shadow: none;
    max-width: 250px;
    margin: 0 auto;
  }
  .spotted .expanse .description {
    position: relative;
    opacity: 1;
    height: auto;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: auto;
  }
  .column.spotted > img {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
  section.column {
    padding: 25px 8px;
  }
}


.home {
  /* height: 100vh; */
  height: 100%;
  position: relative;
}
video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.courses {
  background: #dee8fff5;
}

.accordion-button:not(.collapsed) {
  color: #cb2330;
  font-weight: 700;
  letter-spacing: 0.5px;
}

#university-carousel .owl-item img {
  height: 100px;
}