html {
  scroll-behavior: smooth;
}

/* Webfont: Nohemi-Black */
@font-face {
  font-family: "black";
  src: url("../fonts/Nohemi-Black.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Nohemi-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Nohemi-Black.woff") format("woff"), url("../fonts/Nohemi-Black.woff2") format("woff2"), url("../fonts/Nohemi-Black.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 800;
  text-rendering: optimizeLegibility;
}
/* Webfont: Nohemi-Bold */
@font-face {
  font-family: "bold";
  src: url("Nohemi-Bold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Nohemi-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Nohemi-Bold.woff") format("woff"), url("../fonts/Nohemi-Bold.woff2") format("woff2"), url("../fonts/Nohemi-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
/* Webfont: ../fonts/Nohemi-ExtraBold */
@font-face {
  font-family: "extrabold";
  src: url("../fonts/Nohemi-ExtraBold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Nohemi-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Nohemi-ExtraBold.woff") format("woff"), url("../fonts/Nohemi-ExtraBold.woff2") format("woff2"), url("../fonts/Nohemi-ExtraBold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
}
/* Webfont: Nohemi-ExtraLight */
@font-face {
  font-family: "extralight";
  src: url("../fonts/Nohemi-ExtraLight.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Nohemi-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Nohemi-ExtraLight.woff") format("woff"), url("../fonts/Nohemi-ExtraLight.woff2") format("woff2"), url("../fonts/Nohemi-ExtraLight.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}
/* Webfont: Nohemi-Light */
@font-face {
  font-family: "light";
  src: url("../fonts/Nohemi-Light.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Nohemi-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Nohemi-Light.woff") format("woff"), url("../fonts/Nohemi-Light.woff2") format("woff2"), url("../fonts/Nohemi-Light.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/* Webfont: Nohemi-Medium */
@font-face {
  font-family: "medium";
  src: url("../fonts/Nohemi-Medium.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Nohemi-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Nohemi-Medium.woff") format("woff"), url("../fonts/Nohemi-Medium.woff2") format("woff2"), url("../fonts/Nohemi-Medium.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/* Webfont: Nohemi-Regular */
@font-face {
  font-family: "regular";
  src: url("../fonts/Nohemi-Regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Nohemi-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Nohemi-Regular.woff") format("woff"), url("../fonts/Nohemi-Regular.woff2") format("woff2"), url("../fonts/Nohemi-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/* Webfont: Nohemi-SemiBold */
@font-face {
  font-family: "semibold";
  src: url("../fonts/Nohemi-SemiBold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Nohemi-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Nohemi-SemiBold.woff") format("woff"), url("../fonts/Nohemi-SemiBold.woff2") format("woff2"), url("Nohemi-SemiBold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/* Webfont: Nohemi-Thin */
@font-face {
  font-family: "thin";
  src: url("../fonts/Nohemi-Thin.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Nohemi-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Nohemi-Thin.woff") format("woff"), url("../fonts/Nohemi-Thin.woff2") format("woff2"), url("../fonts/Nohemi-Thin.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/*****************************index page styles start******************************/

  /* Style the scrollbar track (background) */
  ::-webkit-scrollbar {
    width: 6px; /* Width of the scrollbar */
    height: 6px; /* Height of horizontal scrollbar */
}

/* Style the scrollbar thumb (the draggable part) */
::-webkit-scrollbar-thumb {
    background-color: #1C3C4A; /* Color of the thumb */
    border-radius: 6px; /* Rounded edges for the thumb */
}

/* Style the scrollbar track */
::-webkit-scrollbar-track {
    background: rgba(150, 223, 255, 0.325); /* Color of the track */
    border-radius: 10px; /* Rounded edges for the track */
}

/* Optional: Change thumb color on hover */
::-webkit-scrollbar-thumb:hover {
    background-color: #045071; /* Color of the thumb on hover */
}
.main-page1 {
  background-color: #1c3c4a;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  z-index: 999;
  position: relative;
}
.main-page1 .overlap-wrapper {
  background-color: #1c3c4a;
  overflow: hidden;
  width: 100vw !important;
  height: 100vh !important;
}
.main-page1 .overlap-wrapper .overlap {
  position: relative;
  width: 100vw !important;
  height: 100vh !important;
}
.main-page1 .overlap-wrapper .overlap .rectangle {
  position: absolute;
  width: 1440px;
  height: 1024px;
  top: 404px;
  left: 1470px;
  background-color: #1c3c4a;
}
.main-page1 .overlap-wrapper .overlap .frame {
  display: flex;
  justify-content: flex-end;
  cursor: pointer;
}
.main-page1 .overlap-wrapper .overlap .text-wrapper {
  position: relative;
  top: 35%;
  font-family: "Nohemi-Medium", Helvetica;
  font-weight: 600 !important;
  color: #ffffff;
  font-size: 76px;
  text-align: center;
  letter-spacing: 0.5px;
  line-height: normal;
  white-space: nowrap;
}
.main-page1 .overlap-wrapper .rectangle {
  position: absolute;
  width: 100vw !important;
  height: 100vh !important;
  top: 0;
  left: 0;
  background-color: #1c3c4a;
}
.main-page1 .overlap-wrapper .with-expert-german {
  position: relative;
  position: relative;
  top: 38%;
  font-family: "Nohemi-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}
.main-page1 .overlap-wrapper .ellipse {
  position: absolute;
  width: 100vw;
  height: 1714px;
  top: 66%;
  left: 0;
  background-color: #ffffff;
  border-radius: 100% 100% 0 0;
  z-index: 1;
  transition: all 1.2s ease-in-out;
}
.main-page1 .overlap-wrapper .ellipse.active {
  transition: all 1.2s ease-in-out;
  width: 2000px;
  height: 2000px;
  top: -500px;
  left: calc(50% - 1000px);
  background-color: #ffffff;
  z-index: 10;
}
.main-page1 .overlap-wrapper .logo {
  position: absolute;
  width: 221px;
  height: auto;
  top: 15px;
  left: 12%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-page1 .overlap-wrapper .frame {
  gap: 30px;
  bottom: 6%;
  border: 0;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 33;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.main-page1 .overlap-wrapper .frame .text-anime {
  padding: 17px 40px;
  transition: all ease 0.5s;
  border: solid thin #1c3c4a;
  border-radius: 10px;
  text-decoration: none;
}
.main-page1 .overlap-wrapper .frame .text-anime:hover {
  background-color: #1c3c4a;
  color: #fff;
}
.main-page1 .overlap-wrapper .frame .div {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -1px;
  font-family: "Nohemi-Medium", Helvetica;
  font-weight: 500;
  color: #1c3c4a;
  font-size: 27px;
  text-align: center;
  letter-spacing: 0;
  line-height: normal;
  white-space: nowrap;
}

/****************************index pages styles end*********************************/
body {
  font-family: "regular";
}

.starter-container {
  background: #1C3C4A;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  position: relative;
}

.whole-wrapper {
  overflow: hidden;
  height: 100vh;
}

.main-container {
  padding: 0px;
  margin: auto;
}
.main-container .banner-one {
  max-width: 1500px;
  padding: 100px 100px 50px 100px;
  margin: auto;
  overflow: hidden;
}
.main-container .banner-one .banner-imgOne {
  position: relative;
  transition: all ease 2s;
  display: inline-block;
}
.main-container .banner-one .banner-imgOne img {
  position: relative;
  z-index: 1;
}
.main-container .banner-one .banner-imgOne::before {
  content: "";
  position: absolute;
  width: 328px;
  height: 328px;
  background-color: #1C3C4A;
  border-radius: 100%;
  left: 70px;
  top: 60px;
}
.main-container .banner-one .banner-imgOne::after {
  content: "";
  position: absolute;
  width: 89px;
  height: 89px;
  background-color: #22A0D3;
  border-radius: 100%;
  right: 120px;
  top: 10px;
}
.main-container .banner-one .home-form {
  text-align: right;
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all ease 2s;
}
.main-container .banner-one .home-form h4 {
  color: #1C3C4A;
  font-size: 40px;
  line-height: 40.18px;
  margin: 0;
  font-family: medium;
}
.main-container .banner-one .home-form h1 {
  color: #1C3C4A;
  font-size: 70px;
  font-weight: 300;
  line-height: 75px;
  font-family: light;
}
.main-container .banner-one .home-form p {
  font-size: 26px;
  color: #979797;
  font-weight: 300;
  margin-bottom: 50px;
  font-family: light;
}
.main-container .banner-one .home-form form {
  width: 100%;
}
.main-container .banner-one .home-form form ul {
  list-style-type: none;
  padding: 0;
}
.main-container .banner-one .home-form form ul li {
  margin-bottom: 15px;
}
.main-container .banner-one .home-form form ul li input {
  background: #F2F2F2;
  border-radius: 40px;
  width: 100%;
  font-size: 22px;
  font-family: light;
  line-height: 22.1px;
  padding: 25px 35px;
  border: 0;
  max-width: 556px;
}
.main-container .banner-one .home-form form ul li input[type=submit] {
  width: auto;
  border: none;
  padding: 26px 35px;
  background: #1C3C4A;
  color: #fff;
  transition: all ease 0.5s;
  font-size: 20px;
  line-height: 100%;
  border-radius: 40px;
}
.main-container .banner-one .home-form form ul li input[type=submit]:hover {
  background: #22A0D3;
}
.main-container .banner-one.in-view .banner-imgOne {
  margin-left: 0;
}
.main-container .banner-one.in-view .home-form {
  right: 0;
}
.main-container .about-container {
  max-width: 1500px;
  padding: 250px 100px 50px 100px;
  margin: auto;
}
.main-container .about-container .row {
  align-items: center;
}
.main-container .about-container .row h2 {
  font-size: 56px;
  font-family: medium;
  line-height: 75px;
  margin-bottom: 40px;
  position: relative;
}
.main-container .about-container .row h2::before {
  content: "";
  width: 112px;
  height: 112px;
  border-radius: 100%;
  background: #1C3C4A;
  left: -160px;
  top: -13px;
  position: absolute;
}
.main-container .about-container .row p {
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  color: #1C3C4A;
}
.main-container .about-container .row .about-imgContainerOuter {
  justify-content: flex-end;
  display: flex;
}
.main-container .about-container .row .about-imgContainerOuter .about-imgContainer {
  border-radius: 211px;
  background-color: #1C3C4A;
  width: 100%;
  max-width: 422px;
  height: 660px;
  position: relative;
}
.main-container .about-container .row .about-imgContainerOuter .about-imgContainer::before {
  content: "";
  left: 10px;
  top: 10px;
  position: absolute;
  width: 102px;
  height: 102px;
  border-radius: 100%;
  background: #22A0D3;
  border: solid 4px #fff;
}
.main-container .about-container .row .about-imgContainerOuter .about-imgContainer::after {
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  width: 43px;
  height: 43px;
  border-radius: 100%;
  background: #1C3C4A;
  border: solid 3px #fff;
}
.main-container .about-container.in-view .about-inner {
  padding-top: 0;
}
.main-container .services-container {
  max-width: 1500px;
  padding: 200px 100px 50px 100px;
  margin: auto;
}
.main-container .services-container .row {
  flex-wrap: nowrap;
}
.main-container .services-container h2 {
  font-size: 56px;
  font-family: medium;
  line-height: 75px;
  margin-bottom: 40px;
  position: relative;
}
.main-container .services-container h2::before {
  content: "";
  width: 112px;
  height: 112px;
  border-radius: 100%;
  background: #1C3C4A;
  left: -160px;
  top: -13px;
  position: absolute;
}
.main-container .services-container p {
  font-size: 20px;
  line-height: 35px;
  font-weight: 400;
  color: #1C3C4A;
}
.main-container .services-container .service-left {
  position: relative;
}
.main-container .services-container .service-left img {
  z-index: 1;
  position: relative;
}
.main-container .services-container .service-left:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 360px;
  width: 110%;
  background: #22A0D3;
  border-radius: 660px 660px 0 0;
}
.main-container .services-container .service-left::after {
  content: "";
  width: 112px;
  height: 112px;
  border-radius: 100%;
  background: #1C3C4A;
  right: 20px;
  bottom: 250px;
  position: absolute;
  z-index: -1;
}
.main-container .services-container .service-left.open {
  padding: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  transition: all ease 0.5s;
}
.main-container .services-container .service-right .service-tabs {
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
.main-container .services-container .service-right .service-tabs .nav .nav-link {
  width: 350px;
  height: 110px;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
  color: #1C3C4A;
  box-shadow: 0 0 20px 5px #ebebeb;
  margin-bottom: 30px;
  border-radius: 20px;
}
.main-container .services-container .service-right .service-tabs .nav .nav-link.active, .main-container .services-container .service-right .service-tabs .nav .nav-link:hover {
  background: #1C3C4A;
  color: #fff;
}
.main-container .services-container .service-right .service-tabs.open {
  justify-content: flex-start;
}
.main-container .services-container .tabs-content {
  width: 0;
  overflow: hidden;
  height: 0;
}
.main-container .services-container .tabs-content.open {
  width: auto;
  overflow: visible;
  height: auto;
}
.main-container .campus-container {
  position: relative;
  overflow-x: clip;
  padding: 100px 0px 50px 0px;
}
.main-container .campus-container:before {
  content: "";
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background: #1C3C4A;
  right: 80px;
  top: 90px;
  position: absolute;
}
.main-container .campus-container:after {
  content: "";
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background: #22A0D3;
  right: -110px;
  top: -40px;
  position: absolute;
}
.main-container .campus-container .campus-inner {
  max-width: 1500px;
  padding: 100px 100px 20px 100px;
  margin: auto;
}
.main-container .campus-container .campus-inner h2 {
  font-size: 56px;
  font-family: medium;
  line-height: 75px;
  margin-bottom: 30px;
  position: relative;
}
.main-container .campus-container .campus-inner h2::before {
  content: "";
  width: 112px;
  height: 112px;
  border-radius: 100%;
  background: #1C3C4A;
  left: -160px;
  top: -13px;
  position: absolute;
}
.main-container .campus-container .campus-inner .nav .nav-item {
  margin: 0 10px;
}
.main-container .campus-container .campus-inner .nav .nav-item .nav-link {
  border: solid thin rgba(0, 0, 0, 0.4);
  font-size: 19px;
  font-weight: 400;
  border-radius: 30px;
  padding: 3.5px 30px;
  color: rgba(0, 0, 0, 0.4);
}
.main-container .campus-container .campus-inner .nav .nav-item .nav-link.active {
  background: none;
  color: #1C3C4A;
  border-color: #1C3C4A;
}
.main-container .campus-container .swiper-slide {
  cursor: pointer;
}
.main-container .testimonials-container {
  position: relative;
  overflow-x: clip;
  padding: 150px 100px 50px 100px;
}
.main-container .testimonials-container:before {
  content: "";
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background: #1C3C4A;
  right: 80px;
  top: 90px;
  position: absolute;
}
.main-container .testimonials-container:after {
  content: "";
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background: #22A0D3;
  right: -110px;
  top: -40px;
  position: absolute;
}
.main-container .testimonials-container .testimonials-inner {
  max-width: 1500px;
  padding: 100px 100px 20px 100px;
  margin: auto;
}
.main-container .testimonials-container .testimonials-inner h2 {
  font-size: 56px;
  font-family: medium;
  line-height: 75px;
  margin-bottom: 30px;
  position: relative;
}
.main-container .testimonials-container .testimonials-inner h2::before {
  content: "";
  width: 112px;
  height: 112px;
  border-radius: 100%;
  background: #1C3C4A;
  left: -160px;
  top: -13px;
  position: absolute;
}
.main-container .testimonials-container .testimonials-inner .testimonials-one {
  border: solid thin rgba(0, 0, 0, 0.2);
  padding: 50px 30px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
}
.main-container .testimonials-container .testimonials-inner .testimonials-one .testi-left {
  min-width: 180px;
  height: 180px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 30px;
}
.main-container .testimonials-container .testimonials-inner .testimonials-one .testi-left img {
  max-width: 100%;
}
.main-container .testimonials-container .testimonials-inner .testimonials-one .testi-right h4 {
  color: #22A0D3;
  font-family: semibold;
  font-size: 25px;
}
.main-container .testimonials-container .testimonials-inner .testimonials-one .testi-right h6 {
  color: #1C3C4A;
  font-size: 16px;
  font-family: light;
  margin-bottom: 30px;
}
.main-container .testimonials-container .testimonials-inner .testimonials-one .testi-right p {
  font-size: 20px;
  color: #000;
  font-family: light;
  line-height: 30px;
}
.main-container .testimonials-container .testimonials-inner .test-shadow {
  position: relative;
}
.main-container .testimonials-container .testimonials-inner .test-shadow::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  z-index: 9;
}
.main-container .testimonials-container .testimonials-inner .swiper-wrapper {
  padding-bottom: 40px;
}
.main-container .testimonials-container .testimonials-inner .swiper-pagination {
  bottom: -6px !important;
}
.main-container .testimonials-container .testimonials-inner .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  border-radius: 5px;
  height: 6px;
}

.contact-container {
  position: relative;
  overflow-x: clip;
}
.contact-container:before {
  content: "";
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background: #1C3C4A;
  right: 80px;
  top: 90px;
  position: absolute;
}
.contact-container:after {
  content: "";
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background: #22A0D3;
  right: -110px;
  top: -40px;
  position: absolute;
}
.contact-container .contact-inner {
  max-width: 1500px;
  padding: 100px 100px 0px 100px;
  margin: auto;
}
.contact-container .contact-inner form {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: solid thin #1C3C4A;
}
.contact-container .contact-inner h2 {
  font-size: 56px;
  font-family: medium;
  line-height: 75px;
  margin-bottom: 30px;
  position: relative;
}
.contact-container .contact-inner h2::before {
  content: "";
  width: 112px;
  height: 112px;
  border-radius: 100%;
  background: #1C3C4A;
  left: -160px;
  top: -13px;
  position: absolute;
}
.contact-container .contact-inner input {
  border: none;
  background: #F2F2F2;
  border-radius: 30px;
  padding: 20px 30px;
  font-size: 22px;
  font-family: light;
  width: 100%;
  margin-bottom: 20px;
}
.contact-container .contact-inner .btn-container {
  display: flex;
  justify-content: flex-end;
}
.contact-container .contact-inner .btn-container input[type=submit] {
  background: #1C3C4A;
  width: auto;
  border-radius: 40px;
  transition: all ease 0.5s;
  line-height: 100%;
}
.contact-container .contact-inner .btn-container input[type=submit]:hover {
  background: #22A0D3;
}
.contact-container .contact-inner h4 {
  font-family: medium;
  color: #22A0D3;
}
.contact-container .contact-inner address h6 {
  font-family: semibold;
  color: #1C3C4A;
  margin-bottom: 5px;
}
.contact-container .contact-inner address p {
  font-family: light;
  color: #1C3C4A;
  margin-bottom: 5px;
}
.contact-container .contact-inner address .phone {
  display: block;
  margin-top: 20px;
}
.contact-container .contact-inner address .phone p {
  font-family: light;
  color: #1C3C4A;
  margin-bottom: 5px;
}
.contact-container .contact-inner .social-medias {
  display: flex;
  flex-direction: column;
  list-style-type: none;
  padding: 0;
}
.contact-container .contact-inner .social-medias li {
  margin-bottom: 15px;
}

#header {
  display: none;
  position: fixed;
  background: #fff;
  right: 0;
  top: 0;
  z-index: 9999;
  left: 0;
  box-shadow: 2px 3px 16px 2px rgba(0, 0, 0, 0.13);
}
#header img {
  max-width: 180px;
  margin: 20px;
}
#header .nav {
  position: fixed;
  box-shadow: 2px 3px 16px 2px #e0e0e0;
  right: 15px;
  top: 14px;
  z-index: 9999;
}
#header .nav.active {
  background: none;
  box-shadow: 2px 3px 16px 2px rgba(255, 255, 255, 0.1294117647);
  border-radius: 100%;
}
#header #menu {
  background: #1C3C4A;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  text-align: center;
  top: 0;
  transition: all 0.7s ease-in-out;
  visibility: hidden;
  width: 100%;
  z-index: 1100;
}
#header #menu.open {
  opacity: 1;
  visibility: visible;
}
#header #menu.open li:nth-child(1) {
  animation-delay: 0.1s;
}
#header #menu.open li:nth-child(2) {
  animation-delay: 0.2s;
}
#header #menu.open li:nth-child(3) {
  animation-delay: 0.3s;
}
#header #menu.open li:nth-child(4) {
  animation-delay: 0.4s;
}
#header #menu.open li:nth-child(5) {
  animation-delay: 0.5s;
}
#header #menu.open li:nth-child(6) {
  animation-delay: 0.6s;
}
#header #menu.open li:nth-child(7) {
  animation-delay: 0.7s;
}
#header #menu.open li:nth-child(8) {
  animation-delay: 0.8s;
}
#header #menu.open li:nth-child(9) {
  animation-delay: 0.9s;
}
#header #menu.open li:nth-child(10) {
  animation-delay: 1s;
}
#header #menu.open li {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
#header #menu ul:hover a {
  opacity: 0.5;
}
#header #menu ul a {
  -webkit-transform: translateZ(0);
  transition: opacity 0.3s ease-in-out;
}
#header #menu ul a:hover {
  opacity: 1;
}
#header #menu .main-navMobile {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#header #menu .main-navMobile ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#header #menu .main-navMobile a {
  color: #ffffff;
  display: block;
  font-size: 1.5rem;
  font-weight: normal;
  padding: 1rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
}
#header #menu .main-navMobile a:first {
  padding-top: 0;
}
#header #menu .menu-footer {
  padding: 2rem;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}
#header #menu .menu-footer ul {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
#header #menu .menu-footer ul li {
  display: inline;
  margin: 0 1rem;
}
#header #menu .menu-footer a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}
#header .toggle-menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: right;
  height: 50px;
  outline: none;
  padding: 0;
  pointer-events: initial;
  position: relative;
  vertical-align: middle;
  width: 50px;
  z-index: 1110;
}
#header .toggle-menu span {
  background-color: #1C3C4A;
  content: "";
  display: block;
  height: 2px;
  left: calc(50% - 13px);
  position: absolute;
  top: calc(50% - 1px);
  transform-origin: 50% 50%;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
  width: 26px;
}
#header .toggle-menu span:before, #header .toggle-menu span:after {
  background-color: #1C3C4A;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  transform-origin: 50% 50%;
  transition: background-color 0.2s ease-in-out, top 0.2s 0.2s ease-out, transform 0.2s linear;
  width: 26px;
}
#header .toggle-menu span:before {
  top: 8px;
}
#header .toggle-menu span:after {
  top: -7px;
}
#header .toggle-menu.active span {
  background-color: transparent;
  transition: background 0.2s ease-out;
}
#header .toggle-menu.active span:before, #header .toggle-menu.active span:after {
  transition: top 0.2s ease-out, transform 0.2s 0.2s ease-out;
  background-color: #fff;
}
#header .toggle-menu.active span:before {
  top: 0;
  transform: rotate3d(0, 0, 1, -45deg);
}
#header .toggle-menu.active span:after {
  top: 0;
  transform: rotate3d(0, 0, 1, 45deg);
}

.main-nav {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.678);
  z-index: 999;
  padding: 15px 20px;
}
.main-nav.active {
  box-shadow: 2px 3px 16px 2px rgba(0, 0, 0, 0.07);
}
.main-nav .navbar {
  display: flex;
  justify-content: space-between;
}
.main-nav .navbar .navbar-brand img {
  max-width: 230px;
}
.main-nav .navbar .nav li a {
  color: #1C3C4A;
  font-size: 20px;
  font-family: regular;
}
.main-nav .navbar .nav li a.active, .main-nav .navbar .nav li a:hover {
  background: none;
  color: #22A0D3;
}

footer {
  padding: 25px 0;
}

.wahtsapp {
  position: fixed;
  z-index: 9999;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  bottom: 182px;
  right: 20px;
  box-shadow: 2px 3px 16px 2px rgba(0, 0, 0, 0.23);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.wahtsapp img {
  max-width: 100%;
}

.animate {
  position: fixed;
  z-index: 9999;
  bottom: 196px;
  right: 15px;
  display: block;
  width: 80px;
  margin: 60px auto;
}

/* Modify hover state animation for continuous effect */
.animate .delay2 {
  animation: waves 2.5s linear 0.7s infinite forwards;
}

.animate .delay3 {
  animation: waves 2.5s linear 1.3s infinite forwards;
}

.animate .delay4 {
  animation: waves 2.5s linear 1.9s infinite forwards;
}

.svg-box {
  position: relative;
  z-index: 10;
}

.circle {
  display: block;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: rgba(3, 143, 29, 0.333);
  margin: 10px;
  transition: 5s ease;
  position: absolute;
  top: 0px;
}

/* Keyframes for the wave effect */
@keyframes waves {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(4);
    opacity: 0;
  }
}
.scroll-btn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #22A0D3;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#scroll-btn:hover {
  background-color: #555;
}

#scrollspyHeading1.scrolled, #scrollspyHeading2.scrolled, #scrollspyHeading3.scrolled, #scrollspyHeading4.scrolled, #scrollspyHeading5.scrolled, #scrollspyHeading6.scrolled {
  display: none;
}

.success-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  color: #1f6dab;
}

/************************mediaquery started ***************************/
@media only screen and (max-width: 1180px) {
  .main-page1 .overlap-wrapper .ellipse {
    height: 100%;
  }
  .main-container .services-container .service-left:before {
    height: 300px;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .main-nav {
    display: none;
  }
  #header {
    display: block;
  }
  .main-container .banner-one {
    padding: 15px;
    padding-top: 110px;
  }
  .main-container .banner-one .home-form h1 {
    font-size: 42px;
    line-height: 55px;
  }
  .main-container .banner-one .home-form h4 {
    font-size: 32px;
  }
  .main-container .banner-one .home-form p {
    font-size: 19px;
    margin-bottom: 17px;
  }
  .main-container .banner-one .home-form form ul li input {
    font-size: 16px;
    padding: 13px 25px;
  }
  .main-container .banner-one .home-form form ul li input[type=button] {
    padding: 13px 25px;
  }
  .main-container .banner-one .banner-imgOne {
    width: 100%;
  }
  .main-container .banner-one .banner-imgOne img {
    max-width: 100%;
  }
  .main-container .about-container {
    padding: 65px 15px;
  }
  .main-container .about-container .row h2 {
    font-size: 36px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .main-container .about-container .row h2::before {
    width: 52px;
    height: 52px;
    left: -40px;
    top: -53px;
  }
  .main-container .about-container .row p {
    font-size: 16px;
    line-height: 30px;
    font-family: "light";
  }
  .main-container .about-container .row .about-imgContainerOuter {
    order: 1;
  }
  .main-container .about-container .row .about-imgContainerOuter .about-imgContainer {
    width: 100%;
    height: auto;
  }
  .main-container .about-container .row .about-imgContainerOuter .about-imgContainer img {
    max-width: 100%;
  }
  .main-container .services-container {
    padding: 35px 15px;
  }
  .main-container .services-container .row {
    flex-wrap: wrap;
  }
  .main-container .services-container .row .service-left {
    margin-bottom: 50px;
  }
  .main-container .services-container .row .service-left::before {
    height: 250px;
    width: 100%;
  }
  .main-container .services-container .row .service-left::after {
    bottom: 180px;
  }
  .main-container .services-container .row .service-left img {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100%;
  }
  .main-container .services-container .row .service-right .service-tabs {
    align-items: flex-start;
  }
  .main-container .services-container .row .service-right .service-tabs .nav-pills {
    margin-right: 0 !important;
    width: 100%;
  }
  .main-container .services-container .row .service-right .service-tabs .nav .nav-link {
    font-size: 20px;
    height: auto;
    width: auto;
  }
  .main-container .services-container .row h2 {
    font-size: 36px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .main-container .services-container .row h2::before {
    width: 52px;
    height: 52px;
    left: -40px;
    top: -53px;
  }
  .main-container .services-container .row p {
    font-size: 16px;
    line-height: 30px;
    font-family: "light";
  }
  .main-container .campus-container {
    padding: 25px 15px;
  }
  .main-container .campus-container:after {
    width: 100px;
    height: 100px;
    right: -55px;
    top: -40px;
  }
  .main-container .campus-container::before {
    width: 42px;
    height: 42px;
    right: 21px;
    top: 20px;
  }
  .main-container .campus-container .campus-inner {
    padding: 0;
  }
  .main-container .campus-container .campus-inner h2 {
    font-size: 36px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .main-container .campus-container .campus-inner h2::before {
    width: 52px;
    height: 52px;
    left: -40px;
    top: -53px;
  }
  .main-container .campus-container .campus-inner .nav .nav-item {
    margin: 5px;
  }
  .main-container .testimonials-container {
    padding: 25px 15px;
  }
  .main-container .testimonials-container:after {
    width: 100px;
    height: 100px;
    right: -55px;
    top: -40px;
  }
  .main-container .testimonials-container::before {
    width: 42px;
    height: 42px;
    right: 21px;
    top: 20px;
  }
  .main-container .testimonials-container .testimonials-inner {
    padding: 0;
  }
  .main-container .testimonials-container .testimonials-inner h2 {
    font-size: 36px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .main-container .testimonials-container .testimonials-inner h2::before {
    width: 52px;
    height: 52px;
    left: -40px;
    top: -53px;
  }
  .main-container .testimonials-container .testimonials-inner .test-shadow {
    margin-bottom: 0 !important;
  }
  .main-container .testimonials-container .testimonials-inner .testimonials-one {
    padding: 15px;
    flex-direction: column;
  }
  .main-container .testimonials-container .testimonials-inner .testimonials-one .testi-left {
    width: 100px;
    min-width: 100px;
    height: 100px;
    margin-bottom: 10px;
  }
  .main-container .testimonials-container .testimonials-inner .testimonials-one .testi-right h6 {
    margin-bottom: 10px;
  }
  .main-container .testimonials-container .testimonials-inner .testimonials-one .testi-right p {
    font-family: light;
    font-size: 16px;
    line-height: 25px;
  }
  .main-container .contact-container:after {
    width: 100px;
    height: 100px;
    right: -55px;
    top: -40px;
  }
  .main-container .contact-container::before {
    width: 42px;
    height: 42px;
    right: 21px;
    top: 20px;
  }
  .main-container .contact-container .contact-inner {
    padding: 25px 15px;
  }
  .main-container .contact-container .contact-inner h2 {
    font-size: 36px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .main-container .contact-container .contact-inner h2::before {
    width: 52px;
    height: 52px;
    left: -40px;
    top: -53px;
  }
  .main-container .contact-container .contact-inner input {
    padding: 10px 20px;
    font-size: 16px;
    margin-bottom: 13px;
  }
  .main-container .contact-container .contact-inner input[type=button] {
    padding: 13px 20px;
  }
  .main-container .contact-container .contact-inner form {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 820px) {
  .main-page1 .overlap-wrapper .ellipse {
    top: 76%;
  }
}
@media only screen and (max-width: 768px) {
  .main-page1 .overlap-wrapper .overlap .text-wrapper {
    white-space: normal;
    font-size: 56px;
  }
  .main-page1 .overlap-wrapper .with-expert-german {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767.9px) {
  .scroll-btn {
    background-color: #22A0D3;
    font-size: 16px;
    right: 10px;
    padding: 9px;
  }
  .animate {
    bottom: 187px;
    right: 5px;
  }
  .animate .wahtsapp {
    width: 50px;
    height: 50px;
  }
  .animate .wahtsapp img {
    max-width: 70%;
  }
  .service-left {
    margin-top: 40px;
  }
  .service-left, .services-container .col-md-7 {
    order: 2;
  }
  .service-right {
    order: 1;
  }
  .toggle-icon {
    display: block;
  }
  .main-container .banner-one .col-md-5 {
    order: 2;
  }
  .main-container .banner-one .col-md-7 {
    order: 1;
    text-align: left;
    align-items: flex-start;
  }
  .main-container .banner-one .home-form h1 {
    font-size: 42px;
    line-height: 55px;
  }
  .main-container .banner-one .home-form h4 {
    font-size: 32px;
  }
  .main-container .banner-one .home-form p {
    font-size: 19px;
    margin-bottom: 17px;
  }
  .main-container .banner-one .home-form form ul li input {
    font-size: 16px;
    padding: 13px 25px;
  }
  .main-container .banner-one .home-form form ul li input[type=submit] {
    padding: 13px 25px;
  }
  .main-container .banner-one .banner-imgOne {
    width: 100%;
  }
  .main-container .banner-one .banner-imgOne img {
    max-width: 100%;
  }
  .main-container .about-container {
    padding: 65px 15px;
  }
  .main-container .about-container .row h2 {
    font-size: 36px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .main-container .about-container .row p {
    font-size: 16px;
    line-height: 30px;
    font-family: "light";
  }
  .main-container .about-container .row .about-imgContainerOuter {
    order: 1;
  }
  .main-container .about-container .row .about-imgContainerOuter .about-imgContainer {
    width: 100%;
    height: auto;
  }
  .main-container .about-container .row .about-imgContainerOuter .about-imgContainer img {
    max-width: 100%;
  }
  .main-container .services-container {
    padding: 35px 15px;
  }
  .main-container .services-container .row {
    flex-wrap: wrap;
  }
  .main-container .services-container .row .service-left {
    margin-bottom: 50px;
  }
  .main-container .services-container .row .service-left::before {
    height: 250px;
    width: 100%;
  }
  .main-container .services-container .row .service-left::after {
    bottom: 180px;
  }
  .main-container .services-container .row .service-left img {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 100%;
  }
  .main-container .services-container .row .service-right .service-tabs .nav-pills {
    margin-right: 0 !important;
    width: 100%;
    flex-direction: row !important;
    justify-content: space-between;
  }
  .main-container .services-container .row .service-right .service-tabs .nav .nav-link {
    width: calc(33.3333333333% - 8px);
    font-size: 20px;
    height: auto;
  }
  .main-container .services-container .row h2 {
    font-size: 36px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .main-container .services-container .row p {
    font-size: 16px;
    line-height: 30px;
    font-family: "light";
  }
  .main-container .campus-container {
    padding: 25px 15px;
  }
  .main-container .campus-container:after {
    width: 100px;
    height: 100px;
    right: -55px;
    top: -40px;
  }
  .main-container .campus-container::before {
    width: 42px;
    height: 42px;
    right: 21px;
    top: 20px;
  }
  .main-container .campus-container .campus-inner {
    padding: 0;
  }
  .main-container .campus-container .campus-inner h2 {
    font-size: 36px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .main-container .campus-container .campus-inner .nav .nav-item {
    margin: 5px;
  }
  .main-container .testimonials-container {
    padding: 25px 15px;
  }
  .main-container .testimonials-container:after {
    width: 100px;
    height: 100px;
    right: -55px;
    top: -40px;
  }
  .main-container .testimonials-container::before {
    width: 42px;
    height: 42px;
    right: 21px;
    top: 20px;
  }
  .main-container .testimonials-container .testimonials-inner {
    padding: 0;
  }
  .main-container .testimonials-container .testimonials-inner h2 {
    font-size: 36px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .main-container .testimonials-container .testimonials-inner .test-shadow {
    margin-bottom: 0 !important;
  }
  .main-container .testimonials-container .testimonials-inner .testimonials-one {
    padding: 15px;
    flex-direction: column;
  }
  .main-container .testimonials-container .testimonials-inner .testimonials-one .testi-left {
    width: 100px;
    min-width: 100px;
    height: 100px;
    margin-bottom: 10px;
  }
  .main-container .testimonials-container .testimonials-inner .testimonials-one .testi-right h6 {
    margin-bottom: 10px;
  }
  .main-container .testimonials-container .testimonials-inner .testimonials-one .testi-right p {
    font-family: light;
    font-size: 16px;
    line-height: 25px;
  }
  .main-container .contact-container:after {
    width: 100px;
    height: 100px;
    right: -55px;
    top: -40px;
  }
  .main-container .contact-container::before {
    width: 42px;
    height: 42px;
    right: 21px;
    top: 20px;
  }
  .main-container .contact-container .contact-inner {
    padding: 25px 15px;
  }
  .main-container .contact-container .contact-inner h2 {
    font-size: 36px;
    line-height: 35px;
    margin-bottom: 10px;
  }
  .main-container .contact-container .contact-inner input {
    padding: 10px 20px;
    font-size: 16px;
    margin-bottom: 13px;
  }
  .main-container .contact-container .contact-inner input[type=button] {
    padding: 13px 20px;
  }
  .main-container .contact-container .contact-inner form {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .main-container .services-container .row .service-right .service-tabs .nav .nav-link {
    font-size: 15px;
    line-height: 100%;
    padding: 11px;
  }
  .main-page1 .overlap-wrapper .with-expert-german {
    white-space: normal;
  }
  .main-page1 .overlap-wrapper .overlap .text-wrapper {
    white-space: normal;
    font-size: 46px;
  }
  .main-page1 .overlap-wrapper .ellipse {
    top: 76%;
    width: 100%;
    height: 50%;
  }
  .main-page1 .overlap-wrapper .frame .text-anime {
    padding: 14px 37px;
    font-size: 19px;
  }
}
@media only screen and (max-height: 450px) {
  .main-page1 .overlap-wrapper .overlap .text-wrapper {
    font-size: 46px;
  }
  .main-page1 .overlap-wrapper .with-expert-german {
    font-size: 20px;
  }
  .main-page1 .overlap-wrapper .frame .text-anime {
    padding: 14px 37px;
    font-size: 19px;
  }
}/*# sourceMappingURL=custom.css.map */