html {
  scroll-behavior: smooth;
}
body {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
body {
  overflow-x: hidden;
}
.font-dancing {
  font-family: "Dancing Script", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}
.font-frank {
  font-family: "Frank Ruhl Libre", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
img {
  max-width: 100%;
}
/* Header */
.navbar {
  background: #000d34;
}
.navbar-nav .nav-link {
  letter-spacing: 0.9px;
  color: #ffffff;
  font-size: 14px;
  position: relative;
}
.navbar-brand .img-fluid {
  max-height: 50px;
}
.navbar-nav .nav-link.active {
  color: #01a3e3;
}
.navbar-nav .nav-link.active:before {
  content: " ";
  position: absolute;
  background-image: url("../images/menu-drop.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 14px;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
}
.nav-cu-space{
  height: 76px;;
}
.btn-nav-primary {
  letter-spacing: 0.8px;
  color: #000d34;
  background: #7cffe0;
  border-radius: 100px;
  padding: 7px 20px;
}

.btn-nav-primary:hover {
    background-color: aliceblue !important;
}
.navbar-toggler {
  width: 30px;
  height: 20px;
  position: relative;
  margin-left: 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  border: none;
}
.navbar-toggler span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  background-color: #7cffe0;
}

.navbar-toggler span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.navbar-toggler span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.navbar-toggler span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.show+a+.navbar-toggler span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1px;
  left: 4px;
}

.show+a+.navbar-toggler span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.show+a+.navbar-toggler span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
  left: 4px;
}
/* Home page */
.bg-blue-gradient1 {
  background-color: #012a7d;
  background-image: linear-gradient(180deg, #012a7d 0%, #0370ca 46%, #01a3e3 100%);
}
.home-sec-1 {
  position: relative;
  overflow: hidden;
}
.home-sec-1-inner {
  min-height: calc(100vh - 130px);
  display: flex;
  flex-direction: column;
}
.home-sec-1-inner .title-area {
  margin: auto 0;
  padding-bottom: 100px;
}
.cloude-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0 40px;
}
.cloude-wrap .cloud-img-1 {
  max-height: 126px;
}
.cloude-wrap .cloud-img-2 {
  max-height: 130px;
}
.effect-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0 40px;
}
.effect-img-1,
.effect-img-2 {
  max-width: 220px;
}
.img-fish1-wrap {
  padding: 30px 0 30px;
}
.img-fish-1 {
  max-height: 120px;
}
.title-area {
}
.title-area-top {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 20px;
}
.title-area-top .title-left-arrow {
  opacity: 0.6;
  height: 40px;
}
.title-area-top .title-right-arrow {
  transform: rotate(180deg);
  opacity: 0.6;
  height: 40px;
}
.title-area-top .main-title {
  margin: 0;
  letter-spacing: 5.6px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 36px;
}
.title-area-dis {
  font-size: 28px;
  letter-spacing: 2.4px;
  color: #ffffff;
  text-align: center;
}
.title-area-dis span {
}
.title-area-dis b {
}
.down-arrow-wrap {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -17px;
  cursor: pointer;
  z-index: 1;
}
.down-arrow-wrap .down-arrow {
  animation: bounce 1s infinite;
  max-height: 40px;
}
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}
.wave-wrap {
  background: #01a3e3;
}
.wave-wrap .wave-bg {
  max-width: 100%;
  width: 100%;
  height: 97px;
  object-fit: cover;
  object-position: top;
}

.home-sec-2 {
  position: relative;
  overflow: hidden;
}
.bg-blue-gradient2 {
  background-color: #005cb8;
  background-image: linear-gradient(180deg, #005cb8 0%, #02257b 46%, #000052 100%);
}
.fish-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 110px 0 0;
  position: relative;
}
.img-fish-1 {
}
.img-fish-2 {
  margin-top: 20px;
  max-height: 100px;
}
.img-fish-3 {
  max-height: 200px;
}
.fish-wrap .down-arrow-wrap {
  top: 130px;
}
.dimmy-space {
  padding: 100px 0;
}
.sec-2-bottom {
  text-align: center;
  padding: 120px 0 100px;
  position: relative;
}
.sec-2-bottom .img-symbol {
  max-width: 100%;
  max-height: 80px;
}
.img-grass-left {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 300px;
}
.img-grass-right {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 300px;
}
/* sec-our-approach */
.sec-our-approach {
  padding: 50px 0;
  background: url(../images/home/expertise_bg.png) center / cover no-repeat;
}
.sec-our-approach .sec-title-area {
  margin-bottom: 40px;
}
.sec-our-approach .sec-title {
  color: #000d34;
}
.sec-our-approach .sec-title span {
  font-weight: 300;
  font-size: 30px;
}
.text-chip {
  padding: 8px 15px;
  font-size: 14px;
  color: #000d34;
}
.center-main-text {
  font-size: 24px;
  margin: 30px 0;
}
.bg-lightblue {
  background-color: #7cffe0;
}
.bg-blue-box {
  background-color: #accbff;
}
.bg-purple-box {
  background-color: #dfb6fe;
}
.bg-lightblue-box {
  background-color: #a0e4ff;
}
.bg-gray-box {
  background-color: #cdcbff;
}

.carousel-img{
  max-width: 1000px;
  margin: 0 auto;
}
.sec-our-approach .owl-carousel .owl-nav button.owl-next, 
.sec-our-approach .owl-carousel .owl-nav button.owl-prev{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  &:hover{
    background: transparent;
  }
}
.sec-our-approach .owl-carousel .owl-nav button.owl-next img, 
.sec-our-approach .owl-carousel .owl-nav button.owl-prev img{
  max-height: 45px;
}
.sec-our-approach .owl-carousel .owl-nav button.owl-next{
  left: auto;
  right: 0;
}
/* slider */
.slide-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.slide-inner .row {
  width: 100%;
}
.slider-container {
  display: block;
  width: 100%;
  position: relative;
}
.slide-link {
  opacity: 0.4;
}
.slide-link.active {
  opacity: 1;
}
.slider {
  width: 100%;
  min-height: 50vh;
  position: relative;
  overflow: hidden;
}
.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}
.slide.active {
  display: flex;
}
.slider-text {
  min-width: 170px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.slider-text div {
  cursor: pointer;
}
.fade-in-element {
  opacity: 1;
  animation: fadeIn 1s ease-in-out 1s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}



/* Section: Our Services */
.sec-our-services {
  background-color: #013d93;
  /* background-image: url("../images/pattern1.png"); */
  background-image: url("../images/pattern1.png"), linear-gradient(180deg, #013d93 0%, #01287d 100%);
  background-size: contain;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
  padding: 40px 0 1px;
}
.sec-our-services.bg-image-left {
  /* background-image: url("../images/pattern2.png"); */
  background-image: url("../images/pattern2.png"), linear-gradient(180deg, #01287d 0%, #000052 100%);
  background-size: contain;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left;
  position: relative;
  padding: 1px 0 1px;
}
.sec-title-area {
  margin-bottom: 60px;
}
.sec-title {
  letter-spacing: 2.8px;
  color: #ffffff;
  font-size: 36px;
}
.sec-sub-title {
  padding: 10px 35px;
  background: #dfb6fe;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1.4px;
  color: #000d34;
  display: inline-block;
}
.services-list-item {
  margin-bottom: 100px;
}
.ser-list-item-textarea {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ser-list-item-textarea h5 {
  letter-spacing: 1.6px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 30px;
}
.ser-list-item-textarea p {
  font-size: 20px;
  letter-spacing: 1.12px;
  color: #ffffff;
  font-weight: 300;
}
.sec-btn-area {
  margin-top: auto;
  padding-top: 15px;
  flex-wrap: wrap;
  gap: 20px;
}
.sec-btn-area video{
  max-width: 100%
}
.btn-cu-primary {
  background: #7cffe0;
  letter-spacing: 0.8px;
  color: #000d34;
  text-transform: uppercase;
  border-radius: 39px;
  /* box-shadow: 4px 5px 1px #01a3e3; */
  font-size: 14px;
  font-weight: 500;
  padding: 8px 40px;
}
.btn-cu-primary:hover,
.btn-cu-primary:active,
.btn-cu-primary:focus {
  background-color: #7cffe0;
  color: #000d34;
  box-shadow: 2px 4px 0px #01a3e3;
}
.btn-cu-secondary {
  background: #fff;
  letter-spacing: 0.8px;
  color: #000d34;
  text-transform: uppercase;
  border-radius: 39px;
  /* box-shadow: 4px 5px 1px #01a3e3; */
  font-size: 14px;
  font-weight: 500;
  padding: 8px 30px;
}
.btn-cu-secondary:hover,
.btn-cu-secondary:active,
.btn-cu-secondary:focus {
  background-color: #fff;
  color: #000d34;
  box-shadow: 2px 4px 0px #01a3e3;
}
/* Videos */
.sec-video {
  padding: 80px 0;
  background: #CDCBFF;
}
.video-area{
  background-color: #000;
  height: 500px;
  width: 100%;
  position: relative;
}
.video-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../images/home/video-bg.png') center / cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.play-button{
  background: #A0E4FF;
}
#video{
  height: 500px;
  width: 100%;
  display: none;
}
/* sec-meet */
.sec-meet {
  padding: 80px 0;
  background: #000153;
}
.profile-image {
  width: 400px;
  max-height: 400px;
  border-radius: 1000px;
  object-fit: contain;
  object-position: bottom;
}
.profile-name {
  padding: 10px 35px;
  background: #a0e4ff;
  text-align: center;
  font-size: 20px;
  letter-spacing: 1.4px;
  color: #000d34;
  display: inline-block;
  border-radius: 8px;
  margin-top: 10px;
  font-weight: 700;
}
.meet-textarea h3 {
  font-size: 36px;
  letter-spacing: 2.8px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.meet-textarea p {
  font-size: 20px;
  letter-spacing: 1.4px;
  color: #ffffff;
  margin-bottom: 30px;
}
.idea-video-title {
  font-size: 28px;
  margin-bottom: 40px;
  margin-top: 0px;
  font-weight: 800;
}

/* Footer */
.footer-main {
  background: #000;
  padding: 40px 0;
}
.footer-logo img {
  max-height: 60px;
}
.footer-about p {
  font-weight: 300;
  font-size: 14px;
}
.footer-service-list {
  margin-top: 0px;
}
.footer-list {
  list-style: none;
  padding: 0;
}
.footer-list li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.footer-get-in-touch {
  text-align: right;
}
.footer-get-in-touch a{
  font-size: 14px;
}
.f-phone-email a {
  color: #fff;
  text-decoration: none;
}
.f-explore {
  display: flex;
  gap: 15px;
  justify-content: end;
}
.f-explore a {
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  padding: 0;
  border-radius: 100px;
  border: 2px solid #999999;
  color: #fff;
  background: #f0f8ff26;
  text-decoration: none;
}
.f-explore a:hover {
  border: 2px solid #7cffe0;
  color: #000000;
  background: #7cffe0;
}

/* sec-about-us page */
.sec-about-top{
  background-color: #999;
  background-image: url("../images/about/bg-1.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 70px 0;
}
.sec-about-top h6{
  color: #000D34;
  font-size: 22px;
  line-height: 40px;
}
.sec-about-us {
  padding: 70px 0;
}
.left-about-area {
  border-radius: 25px;
  height: 100%;
  padding: 40px;
  color: #fff;
  background-color: #02257b;
  /* background-image: linear-gradient(180deg, #005cb8 0%, #02257b 46%, #000052 100%); */
  background-image: url("../images/about/bg.png"), linear-gradient(180deg, #005cb8 0%, #02257b 46%, #000052 100%);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.about-page-title {
  letter-spacing: 2.8px;
  font-size: 40px;
  margin-bottom: 30px;
}
.about-page-sub-title {
  letter-spacing: 0.8px;
  font-size: 24px;
  margin-bottom: 30px;
}
.about-page-profile {
}
.right-about-area {
  color: #000d34;
  font-size: 16px;
  letter-spacing: 0.65px;
}
.right-about-area p a {
  color: #01a3e3;
  text-decoration: none;
}
.qua-text {
  font-size: 60px;
  color: #f4b1ff;
}
.font-sty-1 {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.95px;
  font-style: italic;
  margin-bottom: 15px;
}
.font-sty-2 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.95px;
  font-style: italic;
}
/* ------ Service page -------- */
.sec-service-nav {
  background: #01338b;
  padding: 40px 0;
}
.sec-service-nav .form-select {
  background-color: #01a3e3;
  color: #fff;
  border-width: 3px;
  font-size: 16px;
}
.serviec-n-item {
  display: block;
  text-align: center;
  padding: 10px 15px;
  background: #01338b;
  justify-content: center;
  height: 100%;
  border: 3px solid #ffffff;
  border-radius: 10px;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
  font-size: 14px;
}
.serviec-n-item.active,
.serviec-n-item:hover {
  background: #01a3e3;
  transition: all 0.3s;
}
.sec-training {
  background-color: #013d93;
  background-image: url("../images/services/bg-1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 40px 0;
}
.sec-training.sec-training-2 {
  background-color: #013d93;
  background-image: url("../images/services/bg-2.svg");
}
.sec-training h2 {
  font-size: 30px;
  margin-bottom: 15px;
}
.sec-training p {
  font-size: 20px;
  margin: 0;
}
/* sec-learning */
.sec-learning {
  background-color: #a0f2ff40;
  background-image: url("../images/services/bg-2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  padding: 80px 0;
}
.box-item {
  background: #ffffff;
  box-shadow: 10px 10px 20px #000d341a;
  border-radius: 14px;
  padding: 30px;
  height: 100%;
  overflow: hidden;
}
.box-img,
.box-img-full {
  margin-bottom: 20px;
}
.box-img img {
  max-height: 80px;
}
.box-img-full {
  margin: -30px -30px 20px -30px;
}
.box-img-full img {
  width: 100%;
}
.box-item h5 {
  letter-spacing: 0.85px;
  color: #000d34;
  font-size: 20px;
  margin-bottom: 20px;
}
.box-item p {
  letter-spacing: 0.6px;
  color: #000d34;
  font-size: 16px;
}
.cu-list {
  list-style: none;
  padding: 0;
}
.cu-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  letter-spacing: 0.6px;
  color: #000d34;
  font-size: 16px;
}
.cu-list li:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 5px;
  width: 12px;
  height: 12px;
  border-radius: 10px;
  background: #01a3e3;
}

/* sec-program */
.sec-program {
  background-color: #a0f2ff40;
  padding: 0 0 80px;
}
.sec-program .box-item h5 {
  font-size: 20px;
  margin-bottom: 20px;
}
.impactful-box {
  margin-bottom: 40px;
  padding: 4px;
  border-radius: 32px;
  padding: 40px;
  background-color: #02257b;
  background-image: linear-gradient(180deg, #013d93 0%, #000052 100%);
}
.impactful-box h3 {
  letter-spacing: 1.2px;
  font-size: 36px;
  margin-bottom: 30px;
}
.impactful-box-text,
.impactful-box p {
  font-size: 18px;
  letter-spacing: 0.7px;
  margin-bottom: 40px;
  text-align: center;
}
.impactful-box .impactful-img {
  margin-bottom: 20px;
  text-align: center;
}
.impactful-box .impactful-img img {
  max-height: 80px;
}
.impactful-box-btn {
  margin-bottom: 50px;
}
.training-title {
  font-size: 36px;
  letter-spacing: 1.2px;
  color: #000d34;
  margin-bottom: 30px;
}
.coaching-box {
  margin-top: 70px;
}
.coaching-box p {
  letter-spacing: 0.6px;
  color: #000d34;
  font-size: 18px;
  margin-bottom: 20px;
}
/* sec-how-it-work */
.sec-how-it-work {
  padding: 70px 0;
}
.border-shap-1 {
  position: relative;
}
.border-shap-2 {
  position: relative;
}
.border-shap-3 {
  position: relative;
}
.img-shap-1, .img-shap-5 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3.2px;
  height: 100%;
}
.img-shap-3 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 3.2px;
  height: 100%;
}
.hiw-step-box {
  background: #dfb6fe;
  padding: 10px 20px;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  margin-left: 20px;
  display: inline-block;
}
.hiw-step-box.bg-blue-box {
  background: #accbff;
}
.hiw-title {
  color: #000d34;
  font-size: 22px;
  margin-bottom: 16px;
}
.hiw-dic {
  font-weight: 300;
  line-height: 30px;
  font-size: 18px;
  color: #000d34;
}
.img-shap-2{
  width: 100%;
}
/* ------------------------------- OLD css*/
.bg-blue {
  background-color: #000d34;
}

.bg-image-right {
  background-image: url("../images/pattern1.png");
  background-size: contain;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
  z-index: 1;
}
.bg-image-left {
  background-image: url("../images/pattern2.png");
  background-size: contain;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left;
  position: relative;
  z-index: 1;
}
.box-shadow-btn1,
.box-shadow-btn2 {
  box-shadow: 4px 5px 1px #01a3e3;
}
.box-shadow-btn1:hover,
.box-shadow-btn2:hover {
  background-color: #7cffe0;
  color: #000d34;
  box-shadow: 4px 8px 0px #01a3e3;
}

@font-face {
  font-family: "helvetica_neueblack";
  src:
    url("fonts/helveticaneueblack-webfont.woff2") format("woff2"),
    url("fonts/helveticaneueblack-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.text-dark-blue {
  color: #000d34;
}
.helveticMedium {
  font-family: "Helvetica Neue";
  font-weight: 400;
}
.helveticThin {
  font-family: "Helvetica Neue";
  font-weight: 100;
}
.helveticBold {
  font-family: "Helvetica Neue";
  font-weight: 500;
}
.animation-right1 {
  position: relative;
  animation: mymove 3s;
  animation-iteration-count:;
}

@keyframes mymove {
  from {
    right: 0%;
  }
  to {
    left: 100%;
  }
}
.animation-right2 {
  position: relative;
  animation: mymove1 3s;
  animation-iteration-count:;
}

@keyframes mymove1 {
  from {
    right: 50%;
  }
  to {
    left: 1200px;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    flex-grow: unset;
  }
  .header-btn {
    width: 161px;
    text-align: right;
  }
}

@media (min-width: 1200px) {
  .header-btn {
    width: 300px;
    text-align: right;
  }
  .navbar-brand {
    margin-left: auto;
    margin-right: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 20px;
  }
}

@media screen and (max-width: 991.98px) {
  /* Header */
  .navbar {
    height: auto;
    padding: 15px 0px !important;
  }
  .navbar-brand .img-fluid {
    max-height: 40px;
  }
  .container-fluid .navbar-collapse {
    order: 3;
    position: absolute;
    top: 64px;
    background: rgb(0, 13, 52);
    padding: 20px;
    border-radius: 0px 0px 10px 10px;
    width: 100%;
    left: 0px;
    z-index: 1;
  }
  .container-fluid .navbar-brand {
    order: 0;
  }
  .container-fluid .header-btn {
    order: 1;
    margin-left: auto;
  }
  .container-fluid .navbar-toggler {
    margin-left: 15px;
    margin-right: 0;
    order: 2;
    outline: none;
    box-shadow: none;
  }
  .navbar > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-nav .nav-link.active:before {
    display: none;
  }
  .btn-nav-primary {
    padding: 5px 15px;
    font-size: 12px;
  }
  /* our services page */
  .serviec-n-item {
    justify-content: start;
  }
  .sec-training h2 {
    font-size: 30px;
  }
  .box-item h5,
  .sec-program .box-item h5 {
    font-size: 22px;
  }
  .box-item p,
  .cu-list li,
  .impactful-box-text,
  .impactful-box p {
    font-size: 14px;
  }
  .impactful-box h3,
  .training-title {
    font-size: 26px;
  }
  /* Footer */
  .footer-about {
    text-align: center;
  }
  .footer-get-in-touch {
    text-align: center;
  }
  .f-explore {
    justify-content: center;
  }
  /* Home page */
  .title-area-top .main-title,
  .sec-title,
  .meet-textarea h3,
  .idea-video-title,
  .sec-our-approach .sec-title span {
    font-size: 32px;
  }
  .title-area-dis,
  .center-main-text {
    font-size: 26px;
  }
  .fish-wrap {
    padding: 70px 0 110px;
  }
  .effect-img-1,
  .effect-img-2 {
    max-width: 120px;
  }
  .img-grass-left {
    max-height: 110px;
  }
  .img-grass-right {
    max-height: 150px;
  }
  .sec-2-bottom {
    padding: 100px 0 100px;
  }
  .center-main-text {
    margin: 30px 0;
  }
  .slider-text,
  .meet-textarea {
    text-align: center;
  }
  .sec-sub-title,
  .meet-textarea p {
    font-size: 16px;
  }
  .sec-title-area,
  .sec-our-approach .sec-title-area {
    margin-bottom: 50px;
  }
  .services-list-item {
    margin-bottom: 80px;
  }
  .sec-btn-area {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  .slider-text {
    margin-bottom: 30px;
  }
  .sec-our-approach {
    padding: 50px 0;
  }
  .slider {
    min-height: 520px;
  }
  .text-chip {
    padding: 8px 15px;
    font-size: 14px;
    display: inline-block;
  }
  .home-sec-1-inner {
    min-height: calc(100vh - 130px);
  }
  .sec-service-nav {
    padding: 15px 0;
    position: sticky;
    top: 80px;
    z-index: 1;
  }
  .sec-service-nav .form-select{
    font-size: 14px;
  }
  .box-item{
    border-radius: 20px;
  }
  .sec-learning{
    padding: 40px 0;
  }
  .sec-how-it-work {
    padding: 50px 0;
  }
  .sec-our-approach .owl-carousel .owl-nav button.owl-next img, 
.sec-our-approach .owl-carousel .owl-nav button.owl-prev img{
  max-height: 30px;
}
}
@media screen and (max-width: 767.98px) {
  .hiw-step-box{
    padding: 5px 16px;
    font-size: 18px;
    margin-bottom: 14px;
  }
  .hiw-title{
    margin-bottom: 6px;
  }
  .img-shap-1, .img-shap-3, .img-shap-5{
    width: 2px;
  }
  .hiw-dic {
    line-height: 22px;
    font-size: 15px;

  }
  .ser-list-item-textarea p{
    font-size: 16px;
  }
  .hiw-img{
    max-width: 200px;
    margin: 0 auto;
  }
  .border-shap-1,
  .border-shap-2,
  .border-shap-3,
  .sec-how-it-work h2{
    text-align: center;
  }

#section4 .expertise-title {
  color: white !important;
}
 
}
