@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap");
html,
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Nunito Sans", sans-serif;
  scroll-behavior: smooth;
  background-color: #f3f7f8;
}

.menu-open body {
  overflow: hidden;
}

main {
  overflow: hidden;
}

*,
** {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4 {
  padding: 0;
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.1;
}

h5,
h6 {
  padding: 0;
  margin: 0;
  font-family: "Nunito Sans", sans-serif;
}

h1 {
  font-size: 50px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 60px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 70px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 80px;
  }
}
@media (min-width: 1400px) {
  h1 {
    font-size: 100px;
  }
}

h2 {
  font-size: 32px;
  font-weight: bold;
}
@media (min-width: 576px) {
  h2 {
    font-size: 42px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 46px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 52px;
  }
}
@media (min-width: 1600px) {
  h2 {
    font-size: 62px;
  }
}
@media (max-width: 768px) {
  h2 br {
    display: none;
  }
}

.about-us .left-side h3, h3 {
  font-size: 24px;
}
@media (min-width: 768px) {
  .about-us .left-side h3, h3 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .about-us .left-side h3, h3 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  .about-us .left-side h3, h3 {
    font-size: 40px;
  }
}

h4 {
  font-size: 18px;
}
@media (min-width: 768px) {
  h4 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 16px;
}
@media (min-width: 768px) {
  h5 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  h5 {
    font-size: 20px;
  }
}

h6 {
  font-size: 16px;
}

.contact-info, .partners-sec, .our-approach-sec, .gallery-sec, .event-sec {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .contact-info, .partners-sec, .our-approach-sec, .gallery-sec, .event-sec {
    padding-top: 80px;
  }
}

.contact-sec, .team-sec {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .contact-sec, .team-sec {
    padding-top: 80px;
  }
}
@media (min-width: 1200px) {
  .contact-sec, .team-sec {
    padding-top: 100px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1444px;
  }
}

.menu-toggle {
  background-color: transparent;
  border: none;
}
.menu-toggle svg {
  width: 50px;
  height: 50px;
}

.line {
  fill: none;
  stroke: #ffffff;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}

.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}

header {
  color: #ffffff;
  padding: 12px 0;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 20;
  transition: all 1s ease-in-out;
  position: absolute;
}
.sticky-active header {
  position: fixed;
  animation: slideDown 0.5s ease;
  background-color: #00407e;
}
@media (min-width: 768px) {
  header {
    padding: 20px 0;
  }
}
header .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logo a {
  display: block;
  text-decoration: none;
}
header .logo img {
  width: 100%;
  max-width: 120px;
  height: auto;
}
@media (min-width: 1200px) {
  header .logo img {
    max-width: 200px;
  }
}
header .btn-with-search {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 768px) {
  header .btn-with-search {
    gap: 30px;
  }
}
header .btn-with-search .search {
  border: none;
}
header .btn-with-search .search:focus {
  outline: none;
  box-shadow: none;
}
header .btn-with-search .search i {
  font-size: 22px;
  color: #777;
}
@media (max-width: 992px) {
  header .btn-with-search .download {
    display: none;
  }
}
header .btn-with-search .download a {
  display: inline-block;
  color: #ffffff;
  background-color: #08afd9;
  text-align: center;
  transition: all 0.32s ease-in-out;
  text-decoration: none;
  padding: 10px 26px;
  border: 1px solid transparent;
}
@media (min-width: 1200px) {
  header .btn-with-search .download a {
    padding: 10px 30px;
  }
}
header .btn-with-search .download a:hover {
  background-color: #ffffff;
  color: #08afd9;
  border-color: #08afd9;
}
header .btn-with-search .download a i {
  margin-left: 12px;
}

.menu-items {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 5%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.32s ease-in-out;
  z-index: 11;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .menu-items {
    display: none;
  }
}
.menu-open .menu-items {
  opacity: 1;
  visibility: visible;
}
.menu-items::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00407e;
  opacity: 0.8;
  z-index: -1;
}
.menu-items .main-menu > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
.menu-items .main-menu > ul > li {
  margin-bottom: 20px;
}
.menu-items .main-menu li {
  position: relative;
  display: inline-flex;
  margin: 0;
}
.menu-items .main-menu li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  background-color: #ffffff;
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  border-left: 5px solid #08afd9;
  transition: color 0.3s;
  width: 100%;
  min-width: 300px;
}
.menu-items .main-menu li > a i {
  margin-left: 6px;
}
.menu-items .main-menu li > a:hover {
  color: #08afd9;
}
.menu-items .main-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.menu-items .main-menu li .sub-menu {
  list-style: none;
  position: absolute;
  top: 0;
  left: calc(100% + 20px);
  min-width: 250px;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transform: translateX(5%);
  transition: all 0.3s ease-in-out;
  z-index: 10;
}
.menu-items .main-menu li .sub-menu li {
  position: relative;
  border-bottom: 1px solid #f3f7f8;
}
.menu-items .main-menu li .sub-menu li a {
  display: block;
  padding: 12px 20px;
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  border-left: 5px solid transparent;
  transition: all 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-items .main-menu li .sub-menu li a:hover {
  color: #08afd9;
  border-left-color: #08afd9;
}
.menu-items .main-menu li .sub-menu li a i {
  margin-left: 6px;
  font-size: 12px;
}
.menu-items .main-menu li .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #00407e;
  z-index: 11;
  padding-top: 90px;
  overflow: hidden;
  display: none;
}
@media (min-width: 768px) {
  .mobile-menu {
    display: none !important;
  }
}
.mobile-menu .container {
  padding: 0;
  overflow: scroll;
  height: 100%;
}
.mobile-menu .meanmenu-reveal {
  display: none !important;
}
.mobile-menu .mean-bar {
  float: unset;
  background-color: transparent;
}
.mobile-menu .mean-nav {
  margin: 0;
  float: unset;
  background-color: transparent;
}
.mobile-menu .mean-nav > ul {
  display: block !important;
}
@media (max-width: 992px) {
  .mobile-menu .mean-nav > ul i {
    display: none;
  }
}

/* Keyframe animation */
@keyframes slideDown {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.hero-section .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-section .bg-video {
  width: 100%;
  position: relative;
}
.hero-section .bg-video::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #011d3a;
  opacity: 0.7;
}
.hero-section .bg-video video,
.hero-section .bg-video img {
  width: 100%;
  object-fit: cover;
  height: 80vh;
}
@media (min-width: 768px) {
  .hero-section .bg-video video,
  .hero-section .bg-video img {
    height: 100vh;
  }
}
.hero-section .title {
  margin-left: -100%;
  width: 100%;
  position: relative;
  z-index: 10;
  color: #ffffff;
  padding-top: 80px;
}
.hero-section .title h2 {
  font-weight: bold;
  padding-bottom: 20px;
}
.hero-section .title h2 span {
  color: #08afd9;
}
.hero-section .title .link {
  padding-top: 20px;
}
.hero-section .title .link a {
  display: inline-block;
  color: #ffffff;
  background-color: #08afd9;
  text-align: center;
  transition: all 0.32s ease-in-out;
  text-decoration: none;
  padding: 10px 26px;
  border: 1px solid transparent;
}
@media (min-width: 1200px) {
  .hero-section .title .link a {
    padding: 10px 30px;
  }
}
.hero-section .title .link a:hover {
  background-color: #ffffff;
  color: #08afd9;
  border-color: #08afd9;
}
.hero-section .title .link a i {
  margin-left: 12px;
}

.banner-bottom-sec {
  transform: translateY(-10%);
}
@media (min-width: 768px) {
  .banner-bottom-sec {
    transform: translateY(-25%);
  }
}
.banner-bottom-sec .bg-wrapper {
  color: #ffffff;
  border-radius: 20px;
  background-color: #00407e;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.banner-bottom-sec .count-item {
  text-align: center;
  border-right: 1px dashed #08afd9;
  padding: 30px 12px;
}
@media (min-width: 768px) {
  .banner-bottom-sec .count-item {
    padding: 50px 30px;
  }
}

.about-us {
  margin-top: 80px;
  position: relative;
}
.about-us .row {
  position: relative;
  z-index: 2;
}
.about-us .left-side {
  padding-right: 5%;
}
.about-us .left-side h5 {
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #00407e;
  margin-bottom: 20px;
}
.about-us .left-side h3 {
  font-weight: bold;
  margin-bottom: 12px;
}
.about-us .left-side ul {
  padding: 20px 0 0;
  margin: 0;
}
.about-us .left-side ul li {
  list-style: none;
  display: flex;
  margin-bottom: 12px;
}
.about-us .left-side ul li h6 {
  font-weight: bold;
}
.about-us .left-side ul li i {
  font-size: 22px;
  color: #08afd9;
  margin-right: 10px;
  margin-top: 5px;
}
.about-us .left-side .link a {
  display: inline-block;
  color: #ffffff;
  background-color: #08afd9;
  text-align: center;
  transition: all 0.32s ease-in-out;
  text-decoration: none;
  padding: 10px 26px;
  border: 1px solid transparent;
}
@media (min-width: 1200px) {
  .about-us .left-side .link a {
    padding: 10px 30px;
  }
}
.about-us .left-side .link a:hover {
  background-color: #ffffff;
  color: #08afd9;
  border-color: #08afd9;
}
.about-us .left-side .link a i {
  margin-left: 12px;
}
.about-us .right-side {
  position: relative;
  padding: 10px;
}
@media (min-width: 768px) {
  .about-us .right-side {
    margin-left: 10%;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .about-us .right-side {
    margin-top: 60px;
  }
}
.about-us .right-side::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 4px solid #08afd9;
  border-radius: 400px 400px 50px 0;
  z-index: 3;
}
.about-us .right-side img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 400px 400px 50px 0;
  height: 450px;
}
@media (min-width: 576px) {
  .about-us .right-side img {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .about-us .right-side img {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .about-us .right-side img {
    height: 600px;
  }
}
@media (min-width: 1600px) {
  .about-us .right-side img {
    height: 700px;
  }
}
.about-us .experince {
  position: absolute;
  aspect-ratio: 1/1;
  background-color: #08afd9;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  bottom: 30px;
  left: 30px;
  z-index: 3;
  width: 150px;
}
@media (min-width: 768px) {
  .about-us .experince {
    width: 200px;
    bottom: 50%;
    transform: translate(-50%, 50%);
  }
}
.about-us .experince span {
  font-weight: bold;
  display: inline-block;
  margin-bottom: 12px;
  line-height: 1;
  font-size: 46px;
}
@media (min-width: 768px) {
  .about-us .experince span {
    font-size: 52px;
  }
}
.about-us .experince h5 {
  font-weight: bold;
  font-size: 16px;
}
@media (min-width: 768px) {
  .about-us .experince h5 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .about-us .experince h5 {
    font-size: 22px;
  }
}

.feature-sec {
  padding: 100px 0;
  background-color: #ececec;
}
.feature-sec .row > div {
  display: flex;
}
.feature-sec .inner-item {
  padding: 30px 30px 12px;
  background-color: #ffffff;
  border-radius: 10px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}
.feature-sec .inner-item::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  background-color: #08afd9;
  border-radius: 50%;
  transform: translate(50%, 50%);
}
.feature-sec .inner-item > * {
  position: relative;
  z-index: 2;
}
.feature-sec .inner-item p {
  text-align: justify;
}
.feature-sec .inner-item h4 {
  font-weight: 800;
  color: #00407e;
}
.feature-sec .inner-item .title-with-icon {
  margin-top: 12px;
  margin-bottom: 12px;
}
.feature-sec .inner-item .icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #08afd9;
  padding: 15px;
  aspect-ratio: 1/1;
}
.feature-sec .inner-item .icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.event-sec .left-content {
  position: relative;
}
@media (max-width: 768px) {
  .event-sec .left-content {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
.event-sec .left-content h5 {
  margin-bottom: 12px;
  border-radius: 30px;
  background-color: #f3f7f8;
  display: inline-block;
  text-align: center;
  color: #08afd9;
}
.event-sec .left-content .link {
  padding-top: 20px;
}
.event-sec .left-content .link a {
  display: inline-block;
  color: #ffffff;
  background-color: #08afd9;
  text-align: center;
  transition: all 0.32s ease-in-out;
  text-decoration: none;
  padding: 10px 26px;
  border: 1px solid transparent;
}
@media (min-width: 1200px) {
  .event-sec .left-content .link a {
    padding: 10px 30px;
  }
}
.event-sec .left-content .link a:hover {
  background-color: #ffffff;
  color: #08afd9;
  border-color: #08afd9;
}
.event-sec .left-content .link a i {
  margin-left: 12px;
}
.event-sec .swiper-control {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .event-sec .swiper-control {
    margin-top: 50px;
  }
}
.event-sec .swiper-button-next,
.event-sec .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #08afd9;
  color: #ffffff;
  opacity: 1;
  pointer-events: unset;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}
.event-sec .swiper-button-next::after,
.event-sec .swiper-button-prev::after {
  color: #ffffff;
  font-size: 20px;
}
.event-sec .eventSwiper {
  padding: 0 0 30px;
  border-radius: 10px;
  overflow: hidden;
}
.event-sec .eventSwiper .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  padding: 0 0 30px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-bottom: 1px solid #00407e;
  height: auto;
}
.event-sec .eventSwiper .swiper-slide img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 250px;
}
@media (min-width: 1600px) {
  .event-sec .eventSwiper .swiper-slide img {
    height: 300px;
  }
}
.event-sec .eventSwiper .swiper-slide .content {
  padding: 20px 20px 0;
}
.event-sec .eventSwiper .swiper-slide h5 {
  margin-bottom: 12px;
}
.event-sec .eventSwiper .swiper-slide .link {
  padding-top: 20px;
}
.event-sec .eventSwiper .swiper-slide .link a {
  text-decoration: none;
  color: #00407e;
  padding: 10px 20px;
  border: 1px solid #00407e;
  transition: all 0.32s ease-in-out;
}
.event-sec .eventSwiper .swiper-slide .link a:hover {
  background-color: #00407e;
  color: #ffffff;
}

.full-with-content {
  position: relative;
  padding: 100px 0;
  background-image: url("../images/banner1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 450px;
  background-attachment: fixed;
}
.full-with-content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00407e;
  background-color: #012344;
  opacity: 0.9;
}
.full-with-content > div {
  position: relative;
  z-index: 2;
}
.full-with-content h6 {
  margin-bottom: 12px;
}
.full-with-content .link {
  padding-top: 20px;
}
.full-with-content .link a {
  display: inline-block;
  color: #ffffff;
  background-color: #08afd9;
  text-align: center;
  transition: all 0.32s ease-in-out;
  text-decoration: none;
  padding: 10px 26px;
  border: 1px solid transparent;
}
@media (min-width: 1200px) {
  .full-with-content .link a {
    padding: 10px 30px;
  }
}
.full-with-content .link a:hover {
  background-color: #ffffff;
  color: #08afd9;
  border-color: #08afd9;
}
.full-with-content .link a i {
  margin-left: 12px;
}

.testimonials-sec {
  background-image: url("../images/forest.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #ffffff;
  position: relative;
  margin-top: 60px;
  padding: 60px 0;
}
.testimonials-sec::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00407e;
  background-color: #012344;
  opacity: 0.9;
}
.testimonials-sec .row {
  position: relative;
  z-index: 2;
  align-items: center;
}
.testimonials-sec .swiper-slide {
  height: auto;
  display: flex;
}
@media (max-width: 768px) {
  .testimonials-sec .content-item h2 {
    text-align: center;
  }
}
.testimonials-sec .content-item h6 {
  text-transform: uppercase;
  margin-bottom: 12px;
}
.testimonials-sec .content-item h3 {
  margin-bottom: 12px;
  font-weight: bold;
}
.testimonials-sec .content-item .link a {
  display: inline-block;
  color: #ffffff;
  background-color: #08afd9;
  text-align: center;
  transition: all 0.32s ease-in-out;
  text-decoration: none;
  padding: 10px 26px;
  border: 1px solid transparent;
}
@media (min-width: 1200px) {
  .testimonials-sec .content-item .link a {
    padding: 10px 30px;
  }
}
.testimonials-sec .content-item .link a:hover {
  background-color: #ffffff;
  color: #08afd9;
  border-color: #08afd9;
}
.testimonials-sec .content-item .link a i {
  margin-left: 12px;
}
.testimonials-sec .testimonialSlider {
  padding-top: 80px;
}
@media (min-width: 768px) {
  .testimonials-sec .testimonialSlider {
    padding-top: 120px;
  }
}
.testimonials-sec .content-wrapper {
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #08afd9;
  color: #000000;
  max-width: 550px;
  position: relative;
  margin-left: auto;
  padding: 0 30px 30px;
  width: 100%;
}
@media (max-width: 768px) {
  .testimonials-sec .content-wrapper {
    padding: 0 12px 12px;
    margin-top: 50px;
  }
}
.testimonials-sec .content-wrapper .quotes {
  position: absolute;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background-color: #08afd9;
  font-size: 20px;
  width: 40px;
  right: 12px;
  top: 10px;
}
@media (min-width: 768px) {
  .testimonials-sec .content-wrapper .quotes {
    right: 20px;
    width: 70px;
    font-size: 30px;
    transform: translateY(-50%);
  }
}
.testimonials-sec .content-wrapper p {
  color: #777;
}
.testimonials-sec .content-wrapper .img-with-name {
  display: flex;
  gap: 30px;
  margin-bottom: -18%;
  transform: translateY(-90%);
}
@media (min-width: 768px) {
  .testimonials-sec .content-wrapper .img-with-name {
    transform: translateY(-70%);
  }
}
.testimonials-sec .content-wrapper .img-with-name img {
  border-radius: 50%;
  object-fit: cover;
  aspect-ratio: 1/1;
  object-position: center;
  max-width: 100px;
}
@media (min-width: 768px) {
  .testimonials-sec .content-wrapper .img-with-name img {
    max-width: 120px;
  }
}
@media (min-width: 992px) {
  .testimonials-sec .content-wrapper .img-with-name img {
    max-width: 150px;
  }
}
.testimonials-sec .content-wrapper .img-with-name .text {
  color: #ffffff;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .testimonials-sec .content-wrapper .img-with-name .text {
    padding-top: 30px;
  }
}
.testimonials-sec .content-wrapper .img-with-name .text h5 {
  font-weight: bold;
  font-size: 22px;
}
@media (min-width: 768px) {
  .testimonials-sec .content-wrapper .img-with-name .text h5 {
    font-size: 26px;
  }
}
.testimonials-sec .swiper-control {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  margin-right: 20px;
  transform: translateY(-50%);
  position: relative;
  z-index: 2;
}
.testimonials-sec .swiper-control .testimonial-button-next,
.testimonials-sec .swiper-control .testimonial-button-prev {
  width: 52px;
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  background-color: #08afd9;
  color: #ffffff;
}
.testimonials-sec .swiper-control .testimonial-button-next::after,
.testimonials-sec .swiper-control .testimonial-button-prev::after {
  font-size: 20px;
}

.team-sec .title {
  text-align: center;
  margin-bottom: 40px;
}
.team-sec .title h6 {
  padding: 10px 20px;
  background-color: #00407e;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  border-radius: 30px;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.team-sec .title h3 {
  font-weight: bold;
}
.team-sec .container {
  max-width: 1040px;
}
@media (min-width: 1600px) {
  .team-sec .container {
    max-width: 1140px;
  }
}
.team-sec .swiper-slide {
  height: auto;
  display: flex;
}
.team-sec .team-item {
  width: 100%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 0 0 20px 20px;
  border-bottom: 1px solid #00407e;
  position: relative;
}
@media (max-width: 768px) {
  .team-sec .team-item {
    margin-bottom: 24px;
  }
}
.team-sec .team-item img {
  height: 300px;
  object-fit: cover;
  object-position: top center;
  border-radius: 20px 20px 0 0;
  width: 100%;
  max-height: 300px;
}
.team-sec .team-item .content {
  padding: 20px 12px 30px;
}
.team-sec .team-item .content h4 {
  font-weight: bold;
  color: #00407e;
}
.team-sec .team-item .content span {
  color: #00407e;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
}
.team-sec .social-media {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 11px 16px;
  background-color: #00407e;
  color: #ffffff;
  border-radius: 50px;
  height: 44px;
  transition: all 0.32s ease-in-out;
}
.team-sec .social-media .icon {
  text-align: center;
}
.team-sec .social-media ul {
  padding: 0;
  margin: 0;
  transition: all 1s ease-in-out;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.team-sec .social-media ul li {
  list-style: none;
}
.team-sec .social-media ul li:not(:last-child) {
  margin-top: 10px;
}
.team-sec .social-media ul li a {
  text-shadow: none;
  color: #ffffff;
  font-size: 22px;
  margin: 0;
  padding: 0;
}
.team-sec .social-media:hover {
  height: 230px;
}
.team-sec .social-media:hover ul {
  opacity: 1;
  visibility: visible;
}

.contact-sec .container {
  max-width: 1000px;
}
.contact-sec h3 {
  margin-bottom: 20px;
}
.contact-sec .form-item {
  background-color: #00407e;
  color: #ffffff;
  padding: 50px 30px;
}
.contact-sec .form-item .form-control {
  padding: 10px 12px;
  border-radius: 0px;
  margin-bottom: 20px;
}
.contact-sec .form-item button {
  display: inline-block;
  color: #ffffff;
  background-color: #08afd9;
  text-align: center;
  transition: all 0.32s ease-in-out;
  text-decoration: none;
  padding: 10px 26px;
  border: 1px solid transparent;
}
@media (min-width: 1200px) {
  .contact-sec .form-item button {
    padding: 10px 30px;
  }
}
.contact-sec .form-item button:hover {
  background-color: #ffffff;
  color: #08afd9;
  border-color: #08afd9;
}
.contact-sec .form-item button i {
  margin-left: 12px;
}

.gallery-sec h3 {
  font-weight: bold;
}
.gallery-sec a {
  display: inline-block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.32s ease-in-out;
  width: 100%;
  height: 120px;
}
@media (min-width: 768px) {
  .gallery-sec a {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .gallery-sec a {
    height: 250px;
  }
}
@media (min-width: 1400px) {
  .gallery-sec a {
    height: 300px;
  }
}
@media (min-width: 1600px) {
  .gallery-sec a {
    height: 300px;
  }
}
.gallery-sec a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00407e;
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  transition: all 0.32s ease-in-out;
}
.gallery-sec a i {
  position: absolute;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.32s ease-in-out;
  opacity: 0;
}
.gallery-sec a img {
  width: 100%;
  height: 100%;
  transition: all 0.32s ease-in-out;
  object-fit: cover;
  object-position: top center;
}
.gallery-sec a:hover::after {
  transform: scale(1);
  opacity: 0.5;
  visibility: visible;
}
.gallery-sec a:hover i {
  opacity: 1;
}
.gallery-sec a:hover img {
  transform: scale(1.2);
}

.video-sec {
  margin-top: 60px;
  padding: 80px 0;
  background-color: #f3f7f8;
}
.video-sec h3 {
  font-weight: bold;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .video-sec h3 {
    margin-bottom: 40px;
  }
}
.video-sec .inner-video {
  position: relative;
  width: 100%;
  display: flex;
}
@media (min-width: 768px) {
  .video-sec .inner-video {
    padding: 56% 0 0;
  }
}
.video-sec video {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .video-sec video {
    position: absolute;
  }
}
.video-sec .inner-video1 {
  position: relative;
  width: 100%;
  display: flex;
}
@media (max-width: 768px) {
  .video-sec .inner-video1 {
    margin-bottom: 24px;
  }
}

.basic-banner-sec {
  background-image: url("../images/banner1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 350px;
}
@media (min-width: 768px) {
  .basic-banner-sec {
    height: 450px;
  }
}
@media (min-width: 992px) {
  .basic-banner-sec {
    height: 550px;
  }
}
@media (min-width: 1200px) {
  .basic-banner-sec {
    height: 650px;
  }
}
.basic-banner-sec::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #011d3a;
  opacity: 0.7;
}
.basic-banner-sec .text-center {
  position: relative;
  z-index: 2;
}
.basic-banner-sec ul {
  padding: 20px 0 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.basic-banner-sec ul li {
  list-style: none;
  font-size: 20px;
}
.basic-banner-sec ul li a {
  text-decoration: none;
  color: #ffffff;
}

.our-approach-sec .inner-item {
  width: 100%;
  padding: 60px 30px;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 24px;
}
.our-approach-sec .inner-item h3 {
  font-weight: bold;
  margin-bottom: 12px;
}
.our-approach-sec ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.our-approach-sec ul li {
  margin-bottom: 12px;
}
.our-approach-sec p {
  text-align: justify;
}

.full-content ul {
  padding: 20px 0 0;
  margin: 0 0 0 2rem;
}
.full-content ul li {
  margin-bottom: 10px;
}

.partners-sec h2 {
  padding-bottom: 20px;
}
.partners-sec .item {
  text-align: center;
}
.partners-sec img {
  width: auto;
  max-height: 120px;
  object-fit: contain;
}

.contact-us {
  padding: 60px 0 0;
}
.contact-us .row > div {
  display: flex;
}
.contact-us .inner-item {
  text-align: center;
  padding: 30px;
  border-radius: 10px;
  background-color: #ffffff;
  width: 100%;
}
@media (max-width: 768px) {
  .contact-us .inner-item {
    margin-bottom: 24px;
  }
}
.contact-us .inner-item img {
  margin-bottom: 30px;
}
.contact-us .inner-item h5 {
  font-size: 16px;
  margin-bottom: 10px;
}
.contact-us .inner-item a {
  display: block;
  font-size: 20px;
  color: #000000;
  text-decoration: none;
}

.contact-info {
  position: relative;
  z-index: 2;
}
.contact-info .form-outer {
  background-color: #ffffff;
  color: #000000;
  width: 100%;
  padding: 40px 20px;
}
@media (min-width: 768px) {
  .contact-info .form-outer {
    padding: 60px 30px;
  }
}
.contact-info .form-outer form {
  padding-top: 12px;
}
.contact-info .form-outer .form-control {
  padding: 12px 20px;
  border-radius: 0px;
  box-shadow: none;
}
.contact-info .form-outer .form-control:focus {
  outline: none;
}
.contact-info .form-outer .form-item {
  margin-bottom: 12px;
}
.contact-info button {
  display: inline-block;
  color: #ffffff;
  background-color: #08afd9;
  text-align: center;
  transition: all 0.32s ease-in-out;
  text-decoration: none;
  padding: 10px 26px;
  border: 1px solid transparent;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .contact-info button {
    padding: 10px 30px;
  }
}
.contact-info button:hover {
  background-color: #ffffff;
  color: #08afd9;
  border-color: #08afd9;
}
.contact-info button i {
  margin-left: 12px;
}

.map-sec {
  margin-top: -80px;
}
@media (min-width: 768px) {
  .map-sec {
    margin-top: -100px;
  }
}
@media (min-width: 1200px) {
  .map-sec {
    margin-top: -120px;
  }
}
.map-sec iframe {
  height: 60vh;
}
@media (min-width: 768px) {
  .map-sec iframe {
    height: 80vh;
  }
}

footer {
  color: #ffffff;
  background-image: url("../images/banner2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 60px 20px 20px;
  margin-top: 60px;
}
@media (min-width: 576px) {
  footer {
    padding: 80px 0 20px;
  }
}
@media (min-width: 992px) {
  footer {
    padding: 100px 0 20px;
  }
}
footer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.95;
  background-color: #012344;
}
footer .social ul {
  padding: 12px 0 0;
  margin: 0;
  display: flex;
  align-items: center;
}
footer .social ul li {
  list-style: none;
  padding-right: 20px;
}
footer .social ul li a {
  text-decoration: none;
  display: inline-block;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  border-radius: 50%;
  background-color: #08afd9;
  color: #ffffff;
}
footer .row {
  position: relative;
  z-index: 2;
}
footer .logo-item img {
  margin-bottom: 30px;
  filter: brightness(0) invert(1);
  max-width: 220px;
}
footer .form-group {
  position: relative;
  margin-top: 12px;
}
footer .form-group .form-control {
  padding: 14px 20px;
  border-radius: 30px;
  border: none;
  box-shadow: none;
  outline: none;
}
footer .form-group .send-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 10px 30px;
  display: inline-block;
  border: none;
  background-color: #08afd9;
  color: #ffffff;
  border-radius: 30px;
}
@media (max-width: 768px) {
  footer .inner-item {
    margin-top: 24px;
  }
}
footer .inner-item h5 {
  margin-bottom: 12px;
  font-size: 22px;
}
footer .inner-item ul {
  padding: 0;
  margin: 0 0 26px;
}
footer .inner-item ul li {
  list-style: none;
  margin-bottom: 6px;
}
footer .inner-item ul li a {
  color: #ffffff;
  text-decoration: none;
}
footer .adress-item {
  background-color: #08afd9;
  padding: 20px;
  border-left: 1px solid #00407e;
}
footer .adress-item span {
  text-transform: uppercase;
  letter-spacing: 4px;
  display: inline-block;
  margin-bottom: 12px;
  padding: 0 12px;
  border-left: 2px solid #00407e;
}

.copyright {
  border-top: 1px solid gray;
  text-align: center;
  padding-top: 20px;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
.copyright p {
  text-transform: uppercase;
  margin: 0;
}

.scrolltotop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 20px;
  width: 50px;
  height: 50px;
  background-color: #08afd9;
  color: #ffffff;
  border: none;
  z-index: 2;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
}
.sticky-active .scrolltotop {
  opacity: 1;
  visibility: visible;
}
.scrolltotop button {
  all: unset;
}/*# sourceMappingURL=syle.css.map */