@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap");
/*font-family: "Orbitron", sans-serif;*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/*font-family: "Inter", sans-serif;*/
* {
  box-sizing: border-box;
}

body {
  margin: 0px;
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
}

button:focus {
  outline: none;
}

input:focus {
  outline: none;
}

a {
  color: #1b70bb;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
  padding-left: 0px;
}

/*##### Common css start #####*/
.common-btn1 {
  background: linear-gradient(270.57deg, #6DB7F2 0.33%, #1B70BB 99.38%);
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  transition: all 0.5s;
  padding: 10px 20px;
}
.common-btn1:hover {
  background: linear-gradient(90deg, #6DB7F2 0.33%, #1B70BB 99.38%);
  border: 1px solid #fff;
  transition: all 0.5s;
  color: #fff;
}

.common-title {
  position: relative;
  width: 100%;
}
.common-title h3 {
  position: relative;
  width: 100%;
  color: #071A2A;
  font-size: 40px;
  font-family: "Orbitron", sans-serif;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.common-title p {
  position: relative;
  width: 100%;
  color: #39454E;
  font-size: 15px;
  margin-bottom: 15px;
}

.bg1 {
  background-color: #F0F8FF;
}

/*##### Common css end #####*/
/*##### Header css start #####*/
.header-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}
.header-wrapper .navbar {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff;
  border-radius: 0px 0px 15px 15px;
}
.header-wrapper .navbar:before {
  content: "";
  position: absolute;
  left: -22px;
  top: 0;
  width: 50px;
  height: 50px;
  background-image: url(../images/header-menu-left-shape.png);
  background-repeat: no-repeat;
}
.header-wrapper .navbar:after {
  content: "";
  position: absolute;
  right: -22px;
  top: 0;
  width: 38px;
  height: 40px;
  background-image: url(../images/header-menu-right-shape.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.header-wrapper .navbar .logo-wrap {
  position: relative;
  z-index: 1;
}
.header-wrapper .head-right-btn {
  position: relative;
  z-index: 1;
}
.header-wrapper .head-right-btn ul {
  position: relative;
  margin-bottom: 0px;
}
.header-wrapper .navbar-nav {
  position: relative;
}
.header-wrapper .navbar-nav li {
  position: relative;
  padding: 0px 10px;
}
.header-wrapper .navbar-nav li a {
  position: relative;
  color: #071A2A;
  font-size: 16px;
}

/*##### Header css end #####*/
/*##### Banner css start #####*/
.banner-wrapper {
  position: relative;
  width: 100%;
  padding: 0px 20px;
}
.banner-wrapper .banner-inner-wrap {
  position: relative;
  width: 100%;
  padding: 200px 0px 60px;
  background: linear-gradient(270.57deg, #6DB7F2 0.33%, #1B70BB 99.38%);
  border-radius: 15px;
}
.banner-wrapper .banner-left-content {
  position: relative;
  width: 100%;
}
.banner-wrapper .banner-left-content h1 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: "Orbitron", sans-serif;
}
.banner-wrapper .banner-left-content p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}

/*##### Banner css end #####*/
/*##### banner bottom section css start #####*/
.banner-bottom-section {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

/* animate blob shape */
@keyframes morph {
  0% {
    border-radius: 40% 60% 60% 40%/50% 40% 60% 50%;
  }
  50% {
    border-radius: 60% 40% 50% 50%/40% 60% 50% 60%;
  }
  100% {
    border-radius: 50% 50% 40% 60%/60% 50% 40% 50%;
  }
}
.immersive-technologies-list {
  position: relative;
  width: 100%;
  text-align: center;
}
.immersive-technologies-list .icon {
  position: relative;
  margin: 0 auto;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  background: linear-gradient(270.57deg, #6DB7F2 0.33%, #1B70BB 99.38%);
  animation: morph 6s ease-in-out infinite alternate;
}
.immersive-technologies-list h4 {
  position: relative;
  width: 100%;
  color: #071A2A;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
.immersive-technologies-list p {
  position: relative;
  width: 100%;
  color: #39454E;
  font-size: 16px;
  margin-bottom: 10px;
}

/*##### banner bottom section css end #####*/
/*### banner bottom section css start ####*/
.awesome-experiences-wrapper {
  position: relative;
  padding: 30px 0px;
}
.awesome-experiences-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(100% - 100px);
  height: 100%;
  background: linear-gradient(270.57deg, #6DB7F2 0.33%, #1B70BB 99.38%);
}
.awesome-experiences-wrapper::after {
  content: "";
  position: absolute;
  left: calc(100% - 130px);
  top: -30px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  transform: rotate(45deg);
}
.awesome-experiences-wrapper .awesome-experiences-left-content {
  position: relative;
  width: 100%;
}
.awesome-experiences-wrapper .awesome-experiences-left-content h3 {
  position: relative;
  width: 100%;
  color: #fff;
  font-family: "Orbitron", sans-serif;
  font-size: 30px;
  margin-bottom: 10px;
}
.awesome-experiences-wrapper .awesome-experiences-left-content p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}
.awesome-experiences-wrapper .right-video-wrap {
  position: relative;
  width: 100%;
}

/*##### immersive technologies css start ####*/
.immersive-technologies-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #fff;
}
.immersive-technologies-wrapper .immersive-technologies-left-img {
  position: relative;
  width: 100%;
}
.immersive-technologies-wrapper .immersive-technologies-left-img img {
  position: relative;
  width: 100%;
}

.common-content-box {
  position: relative;
  width: 100%;
}
.common-content-box h4 {
  position: relative;
  width: 100%;
  color: #1B70BB;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}
.common-content-box h3 {
  position: relative;
  width: 100%;
  color: #071A2A;
  font-size: 30px;
  font-family: "Orbitron", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}
.common-content-box p {
  position: relative;
  width: 100%;
  color: #39454E;
  font-size: 15px;
  margin-bottom: 15px;
}

/*##### immersive technologies css end ####*/
.common-section {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.generation-learners-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.generation-learners-inner-wrap {
  position: relative;
  width: 100%;
  padding: 40px 40px;
  background: linear-gradient(270.57deg, #6DB7F2 0.33%, #1B70BB 99.38%);
}
.generation-learners-inner-wrap::after {
  content: "";
  position: absolute;
  right: -36px;
  top: -36px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  transform: rotate(45deg);
}
.generation-learners-inner-wrap::before {
  content: "";
  position: absolute;
  left: -36px;
  bottom: -36px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  transform: rotate(45deg);
}
.generation-learners-inner-wrap .common-title h3, .generation-learners-inner-wrap .common-title p {
  color: #fff;
}

.generation-learners-list {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 15px 15px;
  background-image: url(../images/generation-learners-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
}
.generation-learners-list .icon {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.generation-learners-list h4 {
  position: relative;
  width: 100%;
  color: #071A2A;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
}

/*#### Footer css start ####*/
.footer-wrapper {
  position: relative;
  width: 100%;
  padding: 0px 15px 15px 15px;
}
.footer-wrapper .footer-main-wrap {
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #001837;
  border-radius: 15px;
}

/*#### newsletter css start ####*/
.newsletter-main-wrap .left-title {
  position: relative;
  width: 100%;
}
.newsletter-main-wrap .left-title h3 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 25px;
  font-family: "Orbitron", sans-serif;
  margin-bottom: 0px;
}

.newsletter-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 5px;
  border: 1px solid #E6E6E6;
  background-color: #fff;
  border-radius: 30px;
}
.newsletter-wrap .newsletter-input {
  position: relative;
  width: calc(100% - 165px);
  padding-right: 10px;
  padding-left: 30px;
}
.newsletter-wrap .newsletter-input::before {
  content: "";
  width: 22px;
  height: 22px;
  background-image: url(../images/e-mail-icon.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 100%;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.newsletter-wrap .newsletter-input .form-control {
  position: relative;
  width: 100%;
  border: 0px;
  color: #738A97;
  font-size: 14px;
}
.newsletter-wrap .newsletter-input .form-control:focus {
  outline: none;
  box-shadow: none;
}
.newsletter-wrap .newsletter-btn {
  position: relative;
  width: 165px;
  text-align: right;
}
.newsletter-wrap .newsletter-btn .common-btn1 {
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 30px;
}

/*#### newsletter css end ###*/
.footer-left-content {
  position: relative;
  width: 100%;
}
.footer-left-content .footer-logo {
  position: relative;
  width: 100%;
}
.footer-left-content p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
}

.footer-line {
  position: relative;
  width: 100%;
}
.footer-line hr {
  color: rgba(255, 255, 255, 0.2);
  opacity: 1;
}

/**/
.footer-social-icon {
  position: relative;
  width: 100%;
}

.footer-social-icon ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0px 0px;
  margin-bottom: 0px;
}

.footer-social-icon ul li {
  position: relative;
  margin-right: 15px;
  display: inline-flex;
}

.footer-social-icon ul li a {
  color: #fff;
  font-size: 16px;
  transition: 0.5s;
}

.footer-social-icon ul li a:hover {
  color: #1B70BB;
  transition: 0.5s;
}

/**/
.footer-inner-wrap {
  position: relative;
  width: 100%;
}
.footer-inner-wrap h3 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}

.footer-menu {
  position: relative;
  width: 100%;
}
.footer-menu ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.footer-menu ul li {
  position: relative;
  width: 100%;
  padding: 4px 0px;
}
.footer-menu ul li a {
  position: relative;
  color: #ABC6E9;
  font-size: 14px;
  font-weight: 400;
}

/**/
.footer-inner-wrap .contact-det-list {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.footer-inner-wrap .contact-det-list .icon {
  color: #fff;
  font-size: 14px;
  width: 30px;
  height: 30px;
  background: linear-gradient(270.57deg, #6DB7F2 0.33%, #1B70BB 99.38%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.footer-inner-wrap .contact-det-list .info {
  position: relative;
  width: calc(100% - 30px);
  padding-left: 10px;
}

.footer-inner-wrap .contact-det-list p {
  position: relative;
  font-size: 14px;
  word-break: break-all;
  margin-bottom: 0px;
  color: #fff;
}

.footer-inner-wrap .contact-det-list p a {
  color: #fff;
}

/**/
/**/
.footer-copyright-wrap {
  position: relative;
  width: 100%;
  background-image: url(../images/footer-copyright-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 15px 10px 10px 10px;
}
.footer-copyright-wrap p {
  position: relative;
  width: 100%;
  color: #636F77;
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}

/*#### Footer css end ####*/
/*##### quick css start ###*/
.quick-quote-wraper .close {
  position: absolute;
  right: 6px;
  top: 0px;
  z-index: 9;
  color: #071A2A;
  font-size: 22px;
  background-color: transparent;
  border: 0px;
  opacity: 1;
}

.quick-quote-wraper .quick-quote-form {
  position: relative;
  padding: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.quick-quote-wraper .quick-quote-form .title {
  position: relative;
  width: 100%;
}

.quick-quote-wraper .quick-quote-form .title h3 {
  position: relative;
  font-size: 30px;
  padding-bottom: 10px;
  text-transform: uppercase;
  color: #1B70BB;
  font-weight: 600;
}

.quick-quote-wraper .quick-quote-form .title h3:after {
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #1B70BB;
}

.quick-quote-wraper .quick-quote-form .form-group {
  position: relative;
  width: 100%;
}

.quick-quote-wraper .quick-quote-form .form-group .form-control {
  position: relative;
  width: 100%;
  padding: 12px 10px;
  border: 1px solid #ddd;
  box-shadow: none;
  outline: none;
}

.quick-quote-wraper .quick-quote-form .form-group .form-control:focus {
  border: 1px solid #1B70BB;
}

.quick-quote-wraper .quick-quote-form .btn-dark {
  padding: 12px 20px;
}

/*##### quick css end ###*//*# sourceMappingURL=style.css.map */