@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap");
/* =============================Common styles */
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700;800&display=swap");
* {
  box-sizing: border-box;
}

body {
  font-family: "Plus Jakarta Sans", serif;
}

.container {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 20px;
}

.ul-reset {
  padding: 0;
  margin: 0;
  list-style: none;
}

.header {
  width: 100%;
  padding: 1rem 0;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9;
  transition: all 0.5s ease;
}
.header.scrolled {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.header .container {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 20px;
}
.header .logo-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.3rem;
}
.header .logo-section .logo-header-sec {
  width: 10rem;
}
.header .scrolled {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.header .width-scroll {
  width: 15rem;
}
.header nav.nav {
  display: flex;
  align-items: center;
}
.header nav.nav .nav-menu {
  display: flex;
  align-items: flex-start;
  list-style: none;
  gap: 2rem;
  padding: 0;
  margin: 0;
}
.header nav.nav .nav-menu li.active a {
  color: #41b5c2;
}
.header nav.nav .nav-menu li.active span {
  color: #41b5c2;
  font-weight: 600;
}
.header nav.nav .nav-menu li.home, .header nav.nav .nav-menu li.courses, .header nav.nav .nav-menu li.about, .header nav.nav .nav-menu li.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header nav.nav .nav-menu li.home a, .header nav.nav .nav-menu li.courses a, .header nav.nav .nav-menu li.about a, .header nav.nav .nav-menu li.contact a {
  text-decoration: none;
  color: #150425;
}
.header nav.nav .nav-menu li.home a span, .header nav.nav .nav-menu li.courses a span, .header nav.nav .nav-menu li.about a span, .header nav.nav .nav-menu li.contact a span {
  font-weight: 500;
}
.header .button-gap {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.header .button-gap .signin {
  display: flex;
  align-items: center;
}
.header .button-gap .signin .signin-btn {
  text-decoration: none;
  color: #150425;
  display: inline-block;
  width: 10rem;
  height: 3.1rem;
  text-align: center;
  line-height: 47px;
  border-radius: 4px;
  font-weight: 500;
}
.header .button-gap .signin .book-demo-btn-head {
  background-color: #41b5c2;
  color: #fff;
  border: 0;
  width: 9.5rem;
  height: 3rem;
  padding: 0.5rem 1.5rem;
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s;
}
.header .button-gap .signin .book-demo-btn-head:hover {
  background-color: #1d4d7d;
  transform: scale(1.05);
}
.header .button-gap .toggle-menu {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header .logo-section {
    flex-direction: row;
    align-items: center;
  }
  .header nav.nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    background-color: #fff;
    padding: 1.5rem 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
  }
  .header nav.nav.show {
    display: block;
  }
  .header nav.nav .nav-menu {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .header nav.nav li a span {
    font-size: 1.4rem;
    font-weight: 500;
  }
  .header .button-gap .signin {
    display: none;
  }
  .header .button-gap .toggle-menu {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header .logo-section {
    flex-direction: row;
    align-items: center;
  }
  .header nav.nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    background-color: #fff;
    padding: 1.5rem 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    z-index: 10;
  }
  .header nav.nav.show {
    display: block;
  }
  .header nav.nav .nav-menu {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
  .header nav.nav .nav-menu {
    gap: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header nav.nav li a span {
    font-size: 1.4rem;
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
  .header nav.nav li a span {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .header .button-gap .signin {
    display: none;
  }
  .header .button-gap .toggle-menu {
    display: block;
  }
}

.main-content .main-head {
  font-size: 4.4rem;
  text-align: center;
  margin-top: 10rem;
}
@media only screen and (max-width: 767px) {
  .main-content .main-head {
    font-size: 3.4rem;
    text-align: center;
    margin-top: 10rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .main-content .main-head {
    margin-top: 7rem;
  }
}
.main-content .content-color {
  color: #41b5c2;
  background: rgba(65, 181, 194, 0.0980392157);
  padding: 0 1rem;
  border-radius: 0.5rem;
}
.main-content .main-sub-cont {
  text-align: center;
  font-size: 1rem;
  color: #707070;
  margin-top: -1.5rem;
}
@media only screen and (max-width: 767px) {
  .main-content .main-sub-cont {
    font-size: 0.8rem;
  }
  .main-content .main-sub-cont br {
    display: none;
  }
}
.main-content .get-start-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}
.main-content .get-start-btn .book-demo-btn-head {
  background-color: #41b5c2;
  color: #fff;
  border: 0;
  border: 0;
  width: 9.5rem;
  height: 3rem;
  padding: 0.5rem 1.5rem;
  position: relative;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s;
}
.main-content .get-start-btn .book-demo-btn-head:hover {
  background-color: #1d4d7d;
  transform: scale(1.05);
}
.main-content .main-img {
  margin-top: -18.9rem;
}
@media only screen and (max-width: 767px) {
  .main-content .main-img .main-cont-img {
    width: 100%;
    height: auto;
    margin-top: 14rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .main-content .main-img .main-cont-img {
    width: 100%;
    height: auto;
    margin-top: 8rem;
  }
}

.operational-process {
  display: flex;
  margin-top: 10rem;
  gap: 5rem;
}
@media only screen and (max-width: 767px) {
  .operational-process {
    flex-direction: column;
    margin-top: 5rem;
    gap: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .operational-process {
    flex-direction: column;
    margin-top: 5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .operational-process .left-cont {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
  }
}
.operational-process .left-cont-img {
  opacity: 0;
  transform: translateX(-30px);
  transition: transform 1s ease, opacity 1s ease;
}
@media only screen and (max-width: 767px) {
  .operational-process .left-cont-img {
    width: 100%;
    height: auto;
  }
}
.operational-process .left-cont-img.visible {
  opacity: 1;
  transform: translateX(0);
}
@media only screen and (max-width: 767px) {
  .operational-process .left-cont-img.visible {
    opacity: 1;
  }
}
.operational-process .right-cont {
  opacity: 0;
  transform: translateY(-30px);
  transition: transform 1s ease, opacity 1s ease;
}
.operational-process .right-cont.visible {
  opacity: 1;
  transform: translateY(0);
}
.operational-process .sub-head {
  font-size: 2.6rem;
  font-weight: 600;
  color: #17171b;
  line-height: 1.5;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .operational-process .sub-head {
    text-align: center;
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .operational-process .sub-head {
    text-align: center;
  }
}
.operational-process .span-clr {
  color: #41b5c2;
}
.operational-process .mobile-hide {
  display: inline;
}
@media only screen and (max-width: 767px) {
  .operational-process .mobile-hide {
    display: none;
  }
}
.operational-process .text-align-cen {
  text-align: center;
}
.operational-process .para-cont {
  text-align: center;
  font-size: 1rem;
  color: #707070;
}
.operational-process .para-cont br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .operational-process .para-cont {
    font-size: 0.8rem;
  }
}

.sub-content {
  margin-top: 6rem;
}
@media only screen and (max-width: 767px) {
  .sub-content {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sub-content {
    margin-top: 4rem;
  }
}
.sub-content .area-focus {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  text-align: center;
}
.sub-content .area-focus.visible {
  opacity: 1;
  transform: translateY(0);
}
.sub-content .area-focus .sub-head {
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
  color: #17171b;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sub-content .area-focus .sub-head {
    font-size: 2.5rem;
  }
}
.sub-content .area-focus .sub-head .content-color {
  color: #41b5c2;
}
.sub-content .area-focus .grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2rem;
  justify-items: flex-start;
  text-align: left;
  padding: 1rem;
}
@media only screen and (max-width: 767px) {
  .sub-content .area-focus .grid-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sub-content .area-focus .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
.sub-content .area-focus .grid-container .box-grid {
  width: 100%;
  height: 13rem;
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.sub-content .area-focus .grid-container .box-grid:hover {
  transform: scale(1.05);
  background-color: #f7f4ff;
}
.sub-content .area-focus .grid-container .box-grid .box-details {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sub-content .area-focus .grid-container .box-grid .box-details img {
  max-width: 10rem;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .sub-content .area-focus .grid-container .box-grid .box-details {
    align-items: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sub-content .area-focus .grid-container .box-grid .box-details {
    align-items: center;
  }
}
.sub-content .area-focus .grid-container .box-grid .box-details .box-head {
  font-size: 1.2rem;
  font-weight: 600;
  color: #1d4d7d;
  margin-top: 1.5rem;
}
.sub-content .area-focus .grid-container .box-grid .box-details .box-para {
  font-size: 0.8rem;
  color: #707070;
  font-weight: normal;
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .sub-content .area-focus .grid-container .box-grid .box-details .box-para {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sub-content .area-focus .grid-container .box-grid .box-details .box-para {
    text-align: center;
  }
}
.sub-content .area-focus .grid-container .box-grid .box-details .border-line {
  display: block;
  width: 100%;
  margin-top: 4rem;
  padding: 0 1.5rem;
}
.sub-content .border-line {
  display: block;
  width: 100%;
  margin-top: 4rem;
  padding: 0 1.5rem;
}
@media only screen and (max-width: 767px) {
  .sub-content .border-line {
    margin-top: -1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .sub-content .border-line {
    margin-top: 2rem;
  }
}

.campus-content .administration {
  display: flex;
  margin-top: 10rem;
  gap: 7rem;
}
@media only screen and (max-width: 767px) {
  .campus-content .administration {
    flex-direction: column;
    margin-top: 1rem;
    gap: 3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .campus-content .administration {
    flex-direction: column;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .campus-content .administration:nth-of-type(2) {
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .campus-content .administration:nth-of-type(2) {
    flex-direction: column-reverse;
  }
}
.campus-content .administration .left-cont-admin,
.campus-content .administration .right-cont-admin {
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.campus-content .administration .left-cont-admin.visible,
.campus-content .administration .right-cont-admin.visible {
  opacity: 1;
  transform: translateY(0);
}
.campus-content .administration .left-cont-admin .cont-head,
.campus-content .administration .right-cont-admin .cont-head {
  font-size: 2rem;
  color: #17171b;
  font-weight: 600;
}
.campus-content .administration .left-cont-admin .cont-para,
.campus-content .administration .right-cont-admin .cont-para {
  font-size: 1rem;
  color: #707070;
}
@media only screen and (max-width: 767px) {
  .campus-content .administration .left-cont-admin .cont-para,
  .campus-content .administration .right-cont-admin .cont-para {
    font-size: 0.8rem;
  }
  .campus-content .administration .left-cont-admin .cont-para br,
  .campus-content .administration .right-cont-admin .cont-para br {
    display: none;
  }
}
.campus-content .administration .left-cont-admin .btn-feature,
.campus-content .administration .right-cont-admin .btn-feature {
  margin-top: 3rem;
}
.campus-content .administration .left-cont-admin .btn-feature .feature-btn,
.campus-content .administration .right-cont-admin .btn-feature .feature-btn {
  text-decoration: none;
  color: #FFFFFF;
  padding: 1rem 1rem;
  background-color: #41b5c2;
  font-size: 1rem;
  margin-top: 3rem;
  font-weight: normal;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.campus-content .administration .left-cont-admin .btn-feature .feature-btn .arrow,
.campus-content .administration .right-cont-admin .btn-feature .feature-btn .arrow {
  margin-left: 1.2rem;
}
.campus-content .administration .left-cont-admin .btn-feature .feature-btn:hover,
.campus-content .administration .right-cont-admin .btn-feature .feature-btn:hover {
  background-color: #1d4d7d;
  color: #fff;
}
.campus-content .administration .left-cont-admin .btn-feature .feature-btn:active,
.campus-content .administration .right-cont-admin .btn-feature .feature-btn:active {
  transform: scale(0.98);
}
.campus-content .administration .right-img .right-cont-img {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .campus-content .administration .right-img .right-cont-img {
    width: 100%;
    height: auto;
  }
}
.campus-content .administration .right-img .right-cont-img.visible {
  opacity: 1;
  transform: translateX(0);
}
.campus-content .cookie-para {
  text-align: left;
  font-size: 1rem;
  color: #707070;
}
.campus-content .border-line {
  width: 100%;
  display: block;
  margin-top: 10rem;
}
@media only screen and (max-width: 767px) {
  .campus-content .border-line {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .campus-content .border-line {
    margin-top: 4rem;
  }
}

.seamless {
  margin-top: 5rem;
}
.seamless .integration {
  text-align: center;
}
.seamless .integration .cont-head {
  margin-top: 7rem;
  font-size: 2rem;
  color: #17171b;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .seamless .integration .cont-head {
    margin-top: -2rem;
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .seamless .integration .cont-head {
    margin-top: 0;
  }
}
.seamless .integration .cont-para {
  font-size: 1rem;
  color: #707070;
}
@media only screen and (max-width: 767px) {
  .seamless .integration .cont-para {
    font-size: 0.8rem;
  }
  .seamless .integration .cont-para br {
    display: none;
  }
}
.seamless .integration ul {
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 0;
  margin: 3rem 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
.seamless .integration ul li {
  background: #f5fbfc;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10rem;
  box-shadow: 2rem 2rem 3rem rgba(40, 96, 137, 0.0705882353);
  transition: transform 0.3s ease;
}
.seamless .integration ul li:hover {
  transform: scale(1.05);
}
.seamless .integration ul li img {
  max-width: 3rem;
  margin: 0;
}
.seamless .integration ul li img.cursor-pointer {
  cursor: pointer;
}

.form-section {
  margin-top: 10rem;
  background-color: #f3f3f3;
}
@media only screen and (max-width: 767px) {
  .form-section {
    margin-top: 5rem;
  }
}
.form-section .flex-container {
  display: flex;
  justify-content: space-between;
  background-color: #f3f3f3;
  height: 42rem;
  margin-top: -3rem;
}
@media only screen and (max-width: 767px) {
  .form-section .flex-container {
    display: grid;
    background-color: none;
    height: 62rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .form-section .flex-container {
    display: grid;
  }
}
.form-section .left-side {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .form-section .left-side {
    align-items: center;
    justify-content: center;
  }
}
.form-section .left-side .left-image {
  height: 34rem;
  margin-top: 8rem;
}
@media only screen and (max-width: 767px) {
  .form-section .left-side .left-image {
    width: 70%;
    height: auto;
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .form-section .left-side .left-image {
    display: none;
  }
}
.form-section .form-sec {
  flex: 1;
  padding: 2rem 0;
}
.form-section .form-sec .subheading {
  font-size: 1rem;
  color: #41b5c2;
}
.form-section .form-sec .title-2 {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .form-section .form-sec .title-2 {
    font-size: 1.8rem;
  }
}
.form-section .form-sec .Description-form {
  font-size: 1rem;
  margin-bottom: 2rem;
  color: #707070;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .form-section .form-sec .Description-form {
    font-size: 0.8rem;
  }
}
.form-section .form-sec form {
  width: 100%;
}
.form-section .form-sec form .form {
  display: flex;
  gap: 1.5rem;
}
.form-section .form-sec form .form.res-column {
  flex-wrap: wrap;
}
.form-section .form-sec form .form aside {
  flex: 1;
}
.form-section .form-sec form .input-wrapper {
  position: relative;
  margin-bottom: 1.5rem;
}
.form-section .form-sec form .input-wrapper.box-height .message-section {
  height: 7rem;
}
.form-section .form-sec form .input-wrapper .input-form,
.form-section .form-sec form .input-wrapper .text-area {
  width: 100%;
  height: 3rem;
  padding: 1rem;
  border: none;
  border-radius: 0.3rem;
  box-sizing: border-box;
  font-size: 1rem;
  outline: none;
  background-color: #FFFFFF;
}
.form-section .form-sec form .input-wrapper .floating-label {
  position: absolute;
  left: 1.2rem;
  top: 0.9rem;
  font-size: 0.9rem;
  transition: 0.2s;
  pointer-events: none;
  color: #0c0c0b;
}
.form-section .form-sec form .input-wrapper .input-form:not(:-moz-placeholder-shown) + .floating-label, .form-section .form-sec form .input-wrapper .text-area:not(:-moz-placeholder-shown) + .floating-label {
  top: -1rem;
  left: 1rem;
  font-size: 0.8rem;
  padding: 0 0.3rem;
}
.form-section .form-sec form .input-wrapper .input-form:focus + .floating-label,
.form-section .form-sec form .input-wrapper .input-form:not(:placeholder-shown) + .floating-label,
.form-section .form-sec form .input-wrapper .text-area:focus + .floating-label,
.form-section .form-sec form .input-wrapper .text-area:not(:placeholder-shown) + .floating-label {
  top: -1rem;
  left: 1rem;
  font-size: 0.8rem;
  padding: 0 0.3rem;
}
.form-section .form-sec form .margin-t-15 {
  margin-top: 0.2rem;
}
.form-section .form-sec form .submit-color {
  background-color: #41b5c2;
  color: #fff;
  width: 8rem;
  height: 3rem;
  font-size: 1rem;
  font-weight: 500;
  padding: 1rem 2rem;
  border: none;
  border-radius: 2rem;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.form-section .form-sec form .submit-color:hover {
  background-color: #1d4d7d;
}
.form-section .form-sec form .loader-sec {
  margin-right: 1rem;
}
.form-section .form-sec form #result {
  color: #2a2a30;
  font-size: 0.9rem;
  margin-top: 1rem;
}

.contact-main .contact-sec {
  display: flex;
  justify-content: space-between;
  margin-top: 10rem;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 1s ease, opacity 1s ease;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .contact-main .contact-sec {
    margin-top: 4rem;
  }
}
.contact-main .contact-sec.visible {
  opacity: 1;
  transform: translateY(0);
}
@media only screen and (max-width: 767px) {
  .contact-main .contact-sec {
    flex-direction: column;
    margin-top: 6rem;
  }
}
.contact-main .contact-sec .left-contact-cont {
  width: 50%;
  opacity: 0;
  transform: translateX(-50px);
  transition: transform 1s ease, opacity 1s ease;
}
.contact-main .contact-sec .left-contact-cont.visible {
  opacity: 1;
  transform: translateX(0);
}
@media only screen and (max-width: 767px) {
  .contact-main .contact-sec .left-contact-cont {
    width: 100%;
  }
}
.contact-main .contact-sec .left-contact-cont .main-head {
  font-size: 4.4rem;
  text-align: left;
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .contact-main .contact-sec .left-contact-cont .main-head {
    font-size: 3.4rem;
    text-align: center;
  }
  .contact-main .contact-sec .left-contact-cont .main-head br {
    display: none;
  }
}
.contact-main .contact-sec .left-contact-cont .content-color {
  color: #41b5c2;
  background: rgba(65, 181, 194, 0.0980392157);
  padding: 0 1rem;
  border-radius: 0.5rem;
}
.contact-main .contact-sec .left-contact-cont .main-sub-cont {
  text-align: left;
  font-size: 1rem;
  color: #707070;
  margin-top: -5.5rem;
}
.contact-main .contact-sec .left-contact-cont .main-sub-cont br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .contact-main .contact-sec .left-contact-cont .main-sub-cont {
    margin-top: -3.5rem;
    text-align: center;
    font-size: 0.8rem;
  }
}
.contact-main .contact-sec .right-contact-cont {
  width: 50%;
  opacity: 0;
  transform: translateY(-50px);
  transition: transform 1s ease, opacity 1s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-main .contact-sec .right-contact-cont.visible {
  opacity: 1;
  transform: translateY(0);
}
@media only screen and (max-width: 767px) {
  .contact-main .contact-sec .right-contact-cont {
    width: 100%;
  }
}
.contact-main .contact-sec .right-contact-cont .circle-img-wrapper {
  width: 36rem;
  height: 36rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .contact-main .contact-sec .right-contact-cont .circle-img-wrapper {
    width: 100%;
    height: auto;
  }
}
.contact-main .contact-sec .right-contact-cont .circle-img-wrapper .cont-img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.flex-card2 {
  background-color: #184d7d;
  padding: 6rem 0;
}
@media only screen and (max-width: 767px) {
  .flex-card2 {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .flex-card2 {
    padding: 1rem 0;
  }
}
.flex-card2 .contact-form-sec {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .flex-card2 .contact-form-sec {
    height: 64rem;
  }
}
.flex-card2 .contact-form-sec .contact-page {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .flex-card2 .contact-form-sec .contact-page {
    flex-direction: column;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .flex-card2 .contact-form-sec .contact-page {
    flex-direction: column;
  }
}
.flex-card2 .contact-form-sec .address-contact {
  width: 50%;
  padding-right: 3rem;
}
@media only screen and (max-width: 767px) {
  .flex-card2 .contact-form-sec .address-contact {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .flex-card2 .contact-form-sec .address-contact {
    width: 100%;
  }
}
.flex-card2 .contact-form-sec .address-contact .title-contact {
  font-size: 2rem;
  font-weight: normal;
  color: #FFFFFF;
  margin-bottom: 2rem;
}
.flex-card2 .contact-form-sec .address-contact .margin-t-30 {
  display: flex;
  margin-top: 2rem;
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .flex-card2 .contact-form-sec .address-contact .margin-t-30 {
    display: grid;
    gap: 0;
  }
}
.flex-card2 .contact-form-sec .address-contact .cont-para {
  font-size: 1rem;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .flex-card2 .contact-form-sec .address-contact .cont-para {
    font-size: 0.8rem;
  }
  .flex-card2 .contact-form-sec .address-contact .cont-para br {
    display: none;
  }
}
.flex-card2 .contact-form-sec .address-contact .ul-reset li {
  display: flex;
  align-items: center;
  color: #FFFFFF;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}
.flex-card2 .contact-form-sec .address-contact .ul-reset li img {
  width: 3rem;
  height: 3rem;
  padding: 0.6rem;
}
.flex-card2 .contact-form-sec .address-contact .ul-reset li a {
  color: #FFFFFF;
  text-decoration: none;
}
.flex-card2 .contact-form-sec .formarea {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .flex-card2 .contact-form-sec .formarea {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .flex-card2 .contact-form-sec .formarea {
    width: 100%;
  }
}
.flex-card2 .contact-form-sec .formarea form {
  width: 100%;
}
.flex-card2 .contact-form-sec .formarea form .ul-reset {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.flex-card2 .contact-form-sec .formarea form .ul-reset li {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .flex-card2 .contact-form-sec .formarea form .ul-reset li {
    width: 100%;
  }
}
.flex-card2 .contact-form-sec .formarea form .ul-reset li.full {
  width: 100%;
}
.flex-card2 .contact-form-sec .formarea form .ul-reset li .form-group .input,
.flex-card2 .contact-form-sec .formarea form .ul-reset li .form-group .form-control {
  width: 100%;
  height: 3.5rem;
  padding: 1.2rem;
  font-size: 0.9rem;
  border: 1px solid #ccc;
  border-radius: 0.4rem;
  outline: none;
}
.flex-card2 .contact-form-sec .formarea form .ul-reset li .form-group .text-area {
  width: 100%;
  min-height: 6rem;
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 0.4rem;
  box-sizing: border-box;
  font-size: 1rem;
  outline: none;
  resize: vertical;
  overflow: auto;
  background-color: #FFFFFF;
}
.flex-card2 .contact-form-sec .formarea form .ul-reset li .form-group .text-area::-webkit-scrollbar {
  width: 0px;
}
.flex-card2 .contact-form-sec .formarea form .ul-reset li.align-right {
  text-align: right;
}
.flex-card2 .contact-form-sec .formarea form .ul-reset li .submit-btn {
  background-color: #41b5c2;
  border: none;
  color: #fff;
  width: 8rem;
  height: 3rem;
  padding: 0.2rem 2rem;
  font-size: 1rem;
}
.flex-card2 .contact-form-sec .formarea form .ul-reset li .submit-btn:hover {
  background-color: #41b5c2;
}

.location-sec {
  text-align: center;
}
.location-sec .cont-head {
  font-size: 2.5rem;
  font-weight: 600;
  margin-top: 8rem;
}
@media only screen and (max-width: 767px) {
  .location-sec .cont-head {
    margin-top: 4rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .location-sec .cont-head {
    margin-top: 5rem;
  }
}
.location-sec .location-wrapper {
  display: flex;
  gap: 26rem;
  margin-top: 6rem;
}
@media only screen and (max-width: 767px) {
  .location-sec .location-wrapper {
    flex-direction: column;
    margin-top: 3rem;
    gap: 3rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .location-sec .location-wrapper {
    gap: 5rem;
    margin-top: 4rem;
  }
}
.location-sec .location-name {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.location-sec .location-address {
  color: #707070;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.location-sec .mg-t-6 {
  margin-top: 6rem;
}
@media only screen and (max-width: 767px) {
  .location-sec .mg-t-6 {
    margin-top: 3rem;
  }
}
.location-sec .mg-t-3 {
  margin-top: 3.5rem;
}

.cookie-wrapp {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 1.5rem 2.5rem;
  width: 100%;
  text-align: center;
  z-index: 9999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: none;
}
.cookie-wrapp .content-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  font-size: 0.9rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .cookie-wrapp .content-sec {
    display: grid;
    font-size: 0.9rem;
    gap: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cookie-wrapp .content-sec {
    display: grid;
    gap: 0;
  }
}
.cookie-wrapp .content-sec .cookie-para {
  margin: 0;
  line-height: 1.5;
}
.cookie-wrapp .content-sec .cookie-para .terms-link {
  color: #41b5c2;
  text-decoration: none;
}
.cookie-wrapp .content-sec .cookie-para .terms-link:hover {
  color: #1d4d7d;
}
.cookie-wrapp .content-sec .cookie-buttons {
  margin-top: 1rem;
}
.cookie-wrapp .content-sec .cookie-buttons button {
  background-color: #41b5c2;
  color: #fff;
  border: none;
  padding: 1rem 2rem;
  width: 8rem;
  height: 2.8rem;
  position: relative;
  font-size: 0.8rem;
  border-radius: 0.5rem;
  cursor: pointer;
}
.cookie-wrapp .content-sec .cookie-buttons button:hover {
  background-color: #1d4d7d;
}

.home-wrapper .privacy {
  margin-top: 10rem;
}
.home-wrapper .terms-link {
  text-decoration: none;
  font-weight: bold;
  color: #1d4d7d;
}
.home-wrapper .terms-link:hover {
  color: #41b5c2;
}

.main-footer {
  width: 100%;
  padding: 4rem 0;
  background-color: #184d7d;
  color: #FFFFFF;
  margin-top: 8rem;
}
@media only screen and (max-width: 767px) {
  .main-footer {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .main-footer {
    margin-top: 2rem;
  }
}
.main-footer .footer-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .main-footer .footer-flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
.main-footer .footer-flex .main-footer-head {
  flex: 1;
}
.main-footer .footer-flex .main-footer-head .footer-head-h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #FFFFFF;
}
.main-footer .footer-flex .main-footer-head .footer-para {
  color: #a5c2dc;
  font-size: 1rem;
  margin-bottom: 2rem;
}
.main-footer .footer-flex .main-footer-head .main-footer-data {
  list-style: none;
}
.main-footer .footer-flex .main-footer-head .main-footer-data .social-links {
  display: flex;
  gap: 1.2rem;
  width: 100%;
}
.main-footer .footer-flex .main-footer-head .main-footer-data .social-links a {
  display: inline-block;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s;
}
.main-footer .footer-flex .footer-sec {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  gap: 8rem;
}
@media only screen and (max-width: 767px) {
  .main-footer .footer-flex .footer-sec {
    justify-content: space-around;
    gap: 2rem;
  }
}
.main-footer .footer-flex .footer-sec .footer-sec-data {
  display: flex;
  gap: 14rem;
}
@media only screen and (max-width: 767px) {
  .main-footer .footer-flex .footer-sec .footer-sec-data {
    gap: 8rem;
  }
}
.main-footer .footer-flex .footer-sec .footer-sec-data .footer-sec-item h5 {
  font-size: 1.2rem;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 2rem;
}
.main-footer .footer-flex .footer-sec .footer-sec-data .footer-sec-item .ul-reset .list-item {
  margin-bottom: 1.2rem;
}
.main-footer .footer-flex .footer-sec .footer-sec-data .footer-sec-item .ul-reset .list-item a {
  color: #a5c2dc;
  text-decoration: none;
  font-size: 1rem;
}
.main-footer .footer-flex .footer-sec .footer-sec-data .footer-sec-item .ul-reset .list-item a:hover {
  text-decoration: underline;
}
.main-footer .padding-0 {
  padding: 0;
}
.main-footer .global-width {
  border-top: 1px solid #d0dce6;
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .main-footer .global-width {
    gap: 3rem;
  }
}
.main-footer .global-width h5 {
  font-size: 0.9rem;
  color: #a5c2dc;
  margin: 0;
  font-weight: normal;
}
.main-footer .global-width .links-footer {
  display: flex;
  gap: 2rem;
}
.main-footer .global-width .links-footer .footer-link {
  color: #a5c2dc;
  text-decoration: none;
  font-size: 0.9rem;
}
.main-footer .global-width .links-footer .footer-link:hover {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */