
body{font-size:18px;}
body, html, a, h1, h2, h3, h4, h5, h6 {
    font-family: "Lato", sans-serif;
    overflow-x: hidden;
}
.mySwiper  .swiper-button-prev, .mySwiper  .swiper-rtl .swiper-button-next {
    right: 0;
    left: 44%;
    bottom: 0%;
    top: 95.5%;
}

.mySwiper .swiper-button-next, .mySwiper  .swiper-rtl .swiper-button-prev {
    right: 0;
    left: 54%;
    bottom: 0%;
    top: 95.5%;
}

.navbar  {padding: 3px 0;}
.navbar .nav-link{color: #878787;
    font-size: 18px;
    padding-left: 12px !important;
    padding-right: 12px !important;}
.navbar .dropdown-toggle::after{display:none;}
.navbar .nav-r{background-color: #01bbba !important;
    color: white !important;
    margin-right: 15px !important;
    padding: 5px 13px 6px 13px !important;
    border-radius: 7px !important;
    font-size: 15px !important;
    font-weight: 600;
    margin-top: 5px;}


.sec2 .box {
    display: flex;
    column-gap: 10px;
    justify-content: center;
}

.sec2 .box h3 {
    font-size: larger;
    color: #3f3f3f;
    font-weight: 600;
    margin-bottom: 0;
    align-self: center;
}



.banner {
  margin-top: 5.4rem;
  background-image: url(../../home/images/homebg.jpg);
  padding: 99px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.banner h1 {
  font-size: 2.9rem;
  margin-bottom: 5px;
  font-weight: 700;
  color: #ffffff;
}

.banner h2 {
  margin-bottom: 40px;
  font-weight: 700;
  color: white;
}

.banner p {
  margin-bottom: 65px;
  font-weight: 600;
  color: white;
}

.banner .btn1 {
  display: inline-block;
  margin-right: 10px;
  background: #ffffff;
  border: 1px solid #01bbba;
  padding: 5px 12px;
  color: #143055;
  text-decoration: none;
  font-weight: 600;
  border-radius: 7px;
}

.banner .btn2 {
  display: inline-block;
  margin-right: 10px;
  border: 1px solid white;
  padding: 5px 12px 8px;
  color: white;
  text-decoration: none;
  font-weight: 600;
  border-radius: 7px;
}

.banner .play-button:before {
  top: 50%;
  left: 50%;
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
  transform: translate3d(-50%, -50%, 0);
}

.banner .video-wrap .play-button,
.banner .video-wrap .play-button:before {
  top: 50%;
  left: 50%;
  cursor: pointer;
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
}

.banner .video-wrap .play-button {
  position: absolute;
  cursor: pointer;
  width: 90px;
  height: 60px;
  background-color: #db0000;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}

.banner .wrapper {
  margin-top: 30px;
}

.banner .video-wrap img {
  width: 100%;
  top: -3.82%;
  left: 0;
  position: absolute;
}

.banner .video-wrap iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.banner .video-wrap {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 59.00%;
  border: 6px solid transparent;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  background-image: linear-gradient(white, white), linear-gradient(45deg, #64C2E4, #256475);
  background-origin: border-box;
  background-clip: content-box, border-box;
}

	
	
.home-sec7 {
    padding: 30px 0;
    background-color: #01bbba;
}

.home-sec7 .img-fluid {
    max-height: 70px;
    filter: brightness(0) invert(1);
    margin-top: 12px;
}

.home-sec7 h3 {
    font-size: larger;
    margin-top: 12px;
    margin-bottom: 12px;
    color: #143055;
    font-weight: bold;
}
	
/* ===== .sec2 ===== */
.sec2 {
  background-color: #f5f5f7;
  padding: 35px 0;
}

.sec2 h2 {
  font-weight: 700;
  color: #143055;
}

.sec2 h2 span {
  color: #01bbba;
}

/* ===== .sec3 ===== */
.sec3 {
  padding: 50px 0;
}

.sec3 .mySwiper .swiper-button-next,
.sec3 .mySwiper .swiper-button-prev {
  color: #01bbba;
}

.sec3 .mySwiper .swiper-button-next:after,
.sec3 .mySwiper .swiper-button-prev:after {
  font-size: 25px;
}

.sec3 .mySwiper {
  padding: 30px 0 60px 0;
}

.sec3 .img-fluid {
  border-radius: 15px;
  margin-bottom: 10px;
}

.sec3 .conted {
  padding-left: 15px;
  padding-right: 15px;
}

.sec3 .conted h3 {
  margin-bottom: 17px;
  font-weight: 700;
  color: #143055;
}

.sec3 ul {
  padding-left: 1.3rem;
}

.sec3 ul li {
  margin-bottom: 15px;
  color: gray;
}

.sec3 ul::marker {
  color: #143055;
}

.sec3 .swiper-pagination-bullet-active {
  background: #01bbba !important;
}

.sec3 .swiper-pagination-bullet {
  background: #143055;
}

/* ===== .sec4 ===== */
.sec4 {
  background: linear-gradient(to bottom, #e9f9fb 80%, white 50%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 50px 0;
}

.sec4 h2 {
  margin-bottom: 25px;
  font-weight: 700;
  color: #143055;
}

.sec4 h2 span {
  color: #01bbba;
}

.sec4 .nav-link {
  padding: 20px 13px;
  font-size: 20px;
  border-radius: 0;
  border-bottom: 2px solid #dbdbdb;
  font-weight: 700;
  color: #143055;
}

.sec4 .nav-pills {
  margin-bottom: 30px;
}

.sec4 .nav-pills .nav-link.active {
  color: #01bbba;
  background: transparent;
  border-bottom: 2px solid #01bbba;
  border-radius: 0;
}

.sec4 .bg-white {
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 25px;
}

.sec4 h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 17px;
  color: #143055;
}

.sec4 h3 a {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 17px;
  color: #143055;
  text-decoration: none;
}

.sec4 .img-fluid {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.sec4 p {
  margin-bottom: 17px;
}

.sec4 .tab-pane ul {
  padding-left: 0;
  list-style: none;
}

.sec4 .tab-pane ul li {
  display: flex;
  gap: 10px;
  font-weight: 700;
  color: #143055;
  margin-bottom: 20px;
}

.sec4 .tab-pane ul li .img-fluid {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  max-height: 50px;
  max-width: 50px;
}

.sec4 .bi {
  color: #ff69b4;
}



/* ===== .bottombar ===== */
.bottombar {
  background-color: #e4fcff;
  padding: 15px 0;
}

.bottombar .container {
  border-top: 1px solid lightgray;
  padding-top: 6px;
}

.bottombar p {
  margin-bottom: 0;
}

.bottombar p a {
  text-decoration: none;
  color: #385375;
}

/* ===== .footer ===== */
.footer {
  background-color: #e4fcff;
  padding: 40px 0;
}

.footer .social {
  display: flex;
  gap: 10px;
}

.footer .social a {
  display: block;
  font-size: 20px;
}

.footer .social a .bi {
  color: #143055;
}

.footer ul {
  padding-left: initial;
  margin-top: 15px;
}

.footer ul li {
  list-style: none;
  margin-bottom: 10px;
}

.footer ul li a {
  text-decoration: none;
  color: #385375;
  font-size: 17px;
}

.footer h4 {
  color: #143055;
  font-size: 20px !important;
  font-weight: bold;
  vertical-align: middle;
}

.footer .mhfggh {
  color: #143055;     line-height: 1.2;
  font-size: 20px !important;
  font-weight: bold;
  vertical-align: middle;
}

/* ===== .footer .nsws ===== */
.footer .nsws li {
  list-style: none;
  margin-bottom: 10px;
  margin-right: 5px;
  display: inline-block;
}

.footer .nsws li a {
  padding-right: 5px;
}

.footer .nsws li:first-child {
  display: block;
}



/* ===== .testimonials ===== */
.testimonials {
  padding: 50px 0;
}

.testimonials .swiper-slide::before {
  content: '\F6B0';
  position: absolute;
  font-family: bootstrap-icons !important;
  left: 1px;
  top: -8px;
  font-size: 5rem;
  color: #01bbba;
}

.testimonials .swiper-slide::after {
  content: '\F6B0';
  position: absolute;
  font-family: bootstrap-icons !important;
  right: 1px;
  bottom: -58px;
  font-size: 5rem;
  color: #01bbba;
  transform: rotate(180deg);
}

.testimonials .swiper-pagination-bullet-active {
  background: #01bbba !important;
}

.testimonials .swiper-pagination-bullet {
  background: #143055;
}

.testimonials .testiSwiper {
  padding-top: 5px;
  padding-bottom: 40px;
}

.testimonials .img-fluid {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: -50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.testimonials .testimonial {
  border-radius: 17px;
  text-align: center;
  padding: 70px 30px 30px 30px;
  background: #143055;
}

.testimonials .testimonial p {
  text-align: justify;
}

.testimonials h4 {
  text-align: center;
  color: #01bbba;
}

.testimonials h5 {
  text-align: center;
  color: #ffffff;
}

/* ===== .steps ===== */
.steps {
  position: relative;
  padding: 50px 0;
  background: #ebecee;
  background-image: url(../../home/images/steps-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  overflow: hidden;
}

.steps::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: -1;
}

.steps h2 {
  font-weight: 700;
  color: #143055;
}

.steps h2 span {
  color: #01bbba;
}

.steps .img-fluid {
  margin-bottom: 15px;
  max-height: 150px;
}

.steps .step h3 {
  font-size: 20px;
  color: #888888;
}

/* ===== .clients ===== */
.clients {
  background: #ebecee;
  padding: 50px 0;
}

/* ===== .blog ===== */
.blog {
  padding: 50px 0 15px 0;
}

.blog h2 {
  font-weight: 700;
  color: #143055;
}

.blog h2 span {
  color: #01bbba;
}

.blog .img-fluid {
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}

.blog .blg {
  margin-bottom: 60px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  padding: 20px 15px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.blog .blg .date {
  width: max-content;
  padding: 7px 7px;
  background: #01bbba;
  text-align: center;
  float: right;
  margin-top: -70%;
  z-index: 1;
  position: relative;
  margin-right: 10px;
}

.blog .blg .date .dates {
  color: white;
  font-weight: 600; display:block;
  font-size: 30px;
  margin-top: 0; line-height:1.2;
  margin-bottom: 15px;
}

.blog .blg .date .months {
  color: white; display:block;
  font-size: 16px;
  margin-bottom: 0;     font-weight: 500;
    line-height: 1.2;
}

.blog .blg a {
  text-decoration: none;
}

.blog .blg h3 {
  font-size: 20px;
  font-weight: 700; 
  margin-bottom: 15px;
  color: #143055; display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog .blg h4 {
  font-size: 17px;
  color: #a5a5a5;
}

.blog .blg p {
  color: #645f5f;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
.blog .blg .date{    margin-top: -78%;}
}


@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
.blog .blg .date{    margin-top: -60%;}
}



/* ===== Mobile: max-width 766px ===== */
@media only screen and (max-width: 766px) {
  .sec2 .box {
    justify-content: start;
  }

  .bottombar p {
    text-align: center;
  }

  .sec3 .mySwiper .swiper-button-next,
  .sec3 .mySwiper .swiper-rtl .swiper-button-prev {
    left: 60%;
    top: 97.3%;
  }

  .sec3 .mySwiper .swiper-button-prev,
  .sec3 .mySwiper .swiper-rtl .swiper-button-next {
    left: 33%;
    top: 97.3%;
  }
}

/* ===== Desktop: min-width 768px ===== */
@media only screen and (max-width: 1024px) {
	
.sec3 .mySwiper .swiper-button-next, .sec3 .mySwiper .swiper-button-prev	{display:none}
	
	
}
@media only screen and (min-width: 768px) {
  .navbar-nav .show .mega {
    gap: 15px;
    flex-wrap: wrap;
    padding: 15px;
    display: flex;
    width: max-content;
  }

  .navbar-nav .show .hsgg {
  margin-bottom: 0; display:block;
  padding: 15px 15px 0px 15px;
  color: #143055; font-size: 1.25rem; line-height: 1.2;
  font-weight: 600;
}

  .navbar-nav .show .mega ul {
    list-style: none;
    padding: 0;
  }

  .navbar-nav .show .mega ul li a {
    padding: 5px 5px;
  }

  .navbar-nav .show .mega > * {
    flex: 0 0 35%;
  }
}
