body {
  /* font-family: 'Poppins', sans-serif; */
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}

a:hover {
  text-decoration: none;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}

img {
  max-width: 100%;
}

.owl-next,
.owl-prev {
  width: 22px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}

.owl-prev {
  left: 10px;
}

.owl-next {
  right: 10px;
}

.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
}

.slider .owl-stage-outer {
  height: 100vh;
}

.slider-01:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgb(0 0 0 / 40%);
  z-index: 1;
  top: 0;
}

/* .slider-02:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 25%);
  top: 0;
  z-index: 1;
} */
.rain {
  position: relative;
  z-index: 1;
}

.drop {
  position: absolute;
  bottom: 100%;
  width: 10px;
  height: 120px;
  pointer-events: none;
  animation: drop 0.5s linear infinite;
}

@keyframes drop {
  0% {
    transform: translateY(0vh);
  }

  75% {
    transform: translateY(90vh);
  }

  100% {
    transform: translateY(90vh);
  }
}

.stem {
  width: 2px;
  height: 60%;
  margin-left: 7px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.25));
  animation: stem 0.5s linear infinite;
}

@keyframes stem {
  0% {
    opacity: 1;
  }

  65% {
    opacity: 1;
  }

  75% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.splat {
  width: 15px;
  height: 10px;
  border-top: 2px dotted rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  opacity: 1;
  transform: scale(0);
  animation: splat 0.5s linear infinite;
  display: none;
}

.splat {
  display: block;
}

@keyframes splat {
  0% {
    opacity: 1;
    transform: scale(0);
  }

  80% {
    opacity: 1;
    transform: scale(0);
  }

  90% {
    opacity: 0.5;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}

.slider_particles {
  margin: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
}

canvas {
  width: 100%;
  height: 100%;
}

.navigation-img-wrapper {
  margin-top: 4px;
  text-align: center;
  position: absolute;
  bottom: 30px;
  z-index: 1;
  left: 0;
  right: 0;
}

.navigator_seb img {
  width: 100px;
}

.navigation-img-wrapper .navigator {
  display: inline-block;
  text-align: center;
  color: #000;
  cursor: pointer;
  opacity: 0.7;
  margin-right: 10px;
}

.slider_s_title {
  text-align: left;
  margin-right: 10px;
}

.slider_s_title h6 {
  font-size: 14px;
  font-weight: 600;
}

.slider_s_title span {
  font-size: 13px;
}

.navigator_seb {
  display: flex;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 6px;
}

.navigation-img-wrapper .navigator.active {
  border-bottom: 2px solid #ffbf0c;
  opacity: 1;
}

.slider-penal {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  width: 350px;
  height: 700px;
  margin: auto;
  animation: mover 3s infinite alternate;
}

.slider #mainHeaderVideo {
  height: 100vh;
  object-fit: cover;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.slider .owl-nav,
.slider .owl-dots {
  display: none;
}

.slider_text {
  position: absolute;
  color: #fff;
  top: 370px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 1;
}

.slider_text h2 {
  font-size: 60px;
  font-weight: 900;
  color: #fff;
  max-width: 62%;
  margin: auto;
}

.slider_text h2 span {
  color: #e5b73b;
}

.slider-02 .slider-image {
  height: 100vh;
}

.slider #my-carousel .owl-dots {
  display: none;
}

.item.slider-02-pc .rei-2024 {
  position: absolute;
  font-size: 18px;
  top: 69%;
  left: 4%;
  text-transform: capitalize;
  background: #fad508;
  padding: 10px 50px;
  color: #000;
  font-weight: 600;
  transition: all 0.2s;
}

.item.slider-02-pc .rei-2024:hover {
  background: #095763;
  color: #fff;
}

@keyframes mover {
  0% {
    transform: translateX(20px);
  }

  100% {
    transform: translateX(-20px);
  }
}

@media screen and (max-width: 1420px) {
  .slider_text h2 {
    max-width: 69%;
    font-size: 50px;
  }
}

@media screen and (max-width: 1199px) {
  .slider_s_title {
    margin-right: 5px;
  }

  .navigator_seb {
    padding: 6px;
  }

  .slider_s_title span {
    font-size: 11px;
  }
}

@media screen and (max-width: 1067px) {
  .slider_text h2 {
    max-width: 70%;
    font-size: 38px;
  }
}

@media screen and (max-width: 991px) {
  .slider #my-carousel .owl-dots {
    display: block;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
  }

  .slider #my-carousel .owl-dots .owl-dot {
    width: 35px;
    border: none;
    height: 8px;
    margin: 0 4px;
    border-radius: 10px;
  }

  .slider #my-carousel .owl-dots .owl-dot.active {
    background: #e5b73b;
  }

  .navigation-img-wrapper {
    display: none;
  }
}

@media screen and (min-width: 576px) {
  .slider-02-pc {
    display: block;
  }

  .slider-02-media {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .slider-02-pc {
    display: none;
  }

  .slider-02-media {
    display: block;
  }
}

/* ---------------------------------- */
/* --------- Service ----------- */
.service {
  position: relative;
  overflow: hidden;
  padding: 140px 0;
}

.service_img video#myVideo {
  width: 97%;
}

.service_text {
  z-index: 2;
  position: relative;
}

.service::before,
.service::after {
  content: '';
  position: absolute;
  background-image: url(../img/circle-top-right.018e3b.svg);
  height: 70%;
  width: 36vw;
  right: -12%;
  top: -25%;
  background-position: 10% 0;
  background-repeat: no-repeat;
  animation: rotation 5s infinite linear;
  z-index: 1;
}

.service::after {
  left: -12%;
  bottom: -20%;
  top: auto;
  z-index: -1;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

.service_text span {
  font-size: 1.3em;
  margin-bottom: 20px;
  display: block;
}

.service_text h1 {
  color: #095763;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-align: left;
  padding: 0;
  font-weight: 700;
}

.service_text h1 span {
  font-size: 18.2px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
  color: #e5b73b;
}

.content p {
  color: #222;
  font-weight: 400;
  line-height: 2em;
  font-size: 16px;
  margin-bottom: 30px;
  text-align: justify;
}

.btn {
  background-color: #f8fafc;
  border-radius: 30px;
  color: #000;
  font-size: 0.8em;
  padding: 15px 70px;
  font-weight: 500;
  position: relative;
  text-transform: uppercase;
}

.btn-check:focus + .btn,
.btn:focus,
.btn:hover {
  background-color: #d8d8d8;
  border-color: #d6d4d4;
  /* color: white; */
}

.image-container {
  height: 70%;
  perspective: 500px;
}

.image {
  transform-style: preserve-3d;
  cursor: grabbing;
}

.reset-pos {
  animation: resetPos 0.3s forwards;
}

@keyframes resetPos {
  form {
    transform: rotateX(var(--transform-x)) rotateY(var(--transform-y));
  }

  to {
    transform: rotateX(0deg) rotateY(0deg);
  }
}

.add-pos {
  animation: addPos 0.3s forwards;
}

@keyframes addPos {
  from {
    transform: rotateX(0deg) rotateY(0deg);
  }

  to {
    transform: rotateX(var(--transform-x)) rotateY(var(--transform-y));
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  .service_img #myVideo {
    margin-left: -80px;
  }
}

@media screen and (max-width: 1199px) {
  .btn {
    padding: 13px 30px;
  }
}

@media screen and (max-width: 991px) {
  .service .container {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .service {
    padding: 50px 0;
  }
}

@media screen and (max-width: 575px) {
  .service .container {
    display: block !important;
  }

  .service_text h1 {
    margin-bottom: 10px;
  }
}

/* ------ About Us ------ */
.aboutus {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-position: top;
  position: relative;
  overflow: hidden;
}

.aboutus_text {
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: auto;
}

.aboutus_text span {
  color: #e5b73b;
  font-size: 3em;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
}

.aboutus_text h2 {
  color: #fff;
  margin-bottom: 25px;
  font-size: 18px;
  text-transform: capitalize;
}

.aboutus_text .buttons a:hover {
  border-color: #fff;
  color: #fff;
}

.aboutus #myVideo {
  height: 45vh;
  object-fit: cover;
  overflow: hidden;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .aboutus_text span {
    font-size: 2em;
  }

  .aboutus_text h2 {
    font-size: 14px;
  }
}

/* ------ Prismax ------ */
.prismax {
  background: #f8f9fa;
  margin-bottom: 80px;
  margin-top: -10px;
}

.prismax_text {
  padding: 150px 0;
}

.prismax_text h2 {
  margin-bottom: 20px;
  color: #095763;
}

.prismax_text p {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  text-align: justify;
}

.gt {
  margin-bottom: 80px;
  text-align: center;
}

.gt_img img {
  margin-bottom: 30px;
}

.gt_img h2 {
  margin-bottom: 20px;
}

.gt_img .owl-dots {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
}

.gt_img .owl-dots button.owl-dot {
  width: 80px;
  height: 4px;
  border: none;
  margin: 0 5px;
  background: #c7c2c2;
  outline: unset;
}

.gt_img .owl-dots button.owl-dot.active {
  background: #000;
}

.prismax video#myVideo {
  width: 97%;
}

@media screen and (max-width: 767px) {
  .prismax_text {
    padding: 0 0 30px;
  }
}

@media screen and (max-width: 575px) {
  .prismax .container {
    display: block !important;
  }

  .gt_img .owl-dots {
    position: static;
  }

  .gt_img .owl-dots button.owl-dot {
    width: 35px;
    height: 8px;
    border-radius: 10px;
  }

  .gt {
    margin-bottom: 30px;
  }

  .gt h2 {
    font-size: 20px;
    margin-top: 20px;
  }

  .prismax_text h2 {
    font-size: 24px;
  }
}

/* ----- Rayzon_in_the_world ----- */
.Rayzon_in_the_world {
  padding: 100px 0 180px;
  position: relative;
}

.Rayzon_in_the_world_text span {
  align-items: baseline;
  color: #e5b73b;
  display: flex;
  font-size: 1.3em;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 700;
}

.Rayzon_in_the_world_text h2 {
  color: #095763;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.Rayzon_in_the_world_text p {
  font-size: 16px;
  line-height: 1.9;
  font-weight: 400;
  color: #444;
  text-align: justify;
  margin-bottom: 30px;
}

.Rayzon_in_the_world_maps {
  position: absolute;
  opacity: 1;
  transform: translateZ(0);
  right: 0;
  z-index: 0;
  top: 0;
}

.Rayzon_in_the_world_maps #myVideo {
  max-width: 100%;
}

.Rayzon_in_the_world_maps .india h6 {
  position: absolute;
  right: 28.7%;
  top: 39.7%;
  background: #095763;
  color: #fff;
  padding: 2px;
  margin: 0;
  opacity: 0;
}

.Rayzon_in_the_world_maps .india h6:before {
  position: absolute;
  bottom: -12px;
  width: 0;
  height: 0;
  content: '';
  border: 8px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #095763;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.Rayzon_in_the_world_maps .india:hover h6 {
  opacity: 1;
}

.Rayzon_in_the_world_maps .india:before,
.Rayzon_in_the_world_maps .india:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: #095763;
  right: 30%;
  top: 44%;
  border-radius: 10px;
  opacity: 0.5;
}

.Rayzon_in_the_world_maps .india:after {
  width: 8px;
  height: 8px;
  opacity: 1;
  right: 30.5%;
  top: 44.7%;
  z-index: 0;
}

.Rayzon_in_the_world_maps .usa:before,
.Rayzon_in_the_world_maps .usa:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: #095763;
  left: 16.5%;
  top: 36.3%;
  border-radius: 10px;
  opacity: 0.5;
}

.Rayzon_in_the_world_maps .usa:after {
  width: 8px;
  height: 8px;
  opacity: 1;
  left: 17%;
  top: 37%;
}

.Rayzon_in_the_world_maps .usa h6 {
  position: absolute;
  left: 15.4%;
  top: 31.5%;
  background: #095763;
  color: #fff;
  padding: 2px;
  margin: 0;
  opacity: 0;
}

.Rayzon_in_the_world_maps .usa:hover h6 {
  opacity: 1;
}

.Rayzon_in_the_world_maps .usa h6:before {
  position: absolute;
  bottom: -12px;
  width: 0;
  height: 0;
  content: '';
  border: 8px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #095763;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.Rayzon_in_the_world_maps .canada:before,
.Rayzon_in_the_world_maps .canada:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: #095763;
  left: 18.7%;
  top: 24%;
  border-radius: 10px;
  opacity: 0.5;
}

.Rayzon_in_the_world_maps .canada:after {
  width: 8px;
  height: 8px;
  opacity: 1;
  left: 19.2%;
  top: 24.8%;
}

.Rayzon_in_the_world_maps .canada h6 {
  position: absolute;
  left: 16.1%;
  top: 19.5%;
  background: #095763;
  color: #fff;
  padding: 2px;
  margin: 0;
  opacity: 0;
}

.Rayzon_in_the_world_maps .canada:hover h6 {
  opacity: 1;
}

.Rayzon_in_the_world_maps .canada h6:before {
  position: absolute;
  bottom: -12px;
  width: 0;
  height: 0;
  content: '';
  border: 8px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #095763;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.Rayzon_in_the_world_maps .germany:before,
.Rayzon_in_the_world_maps .germany:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: #095763;
  left: 48.7%;
  top: 28%;
  border-radius: 10px;
  opacity: 0.5;
}

.Rayzon_in_the_world_maps .germany:after {
  width: 8px;
  height: 8px;
  opacity: 1;
  left: 49.2%;
  top: 28.8%;
}

.Rayzon_in_the_world_maps .germany h6 {
  position: absolute;
  left: 45.1%;
  top: 23.5%;
  background: #095763;
  color: #fff;
  padding: 2px 5px;
  margin: 0;
  opacity: 0;
}

.Rayzon_in_the_world_maps .germany:hover h6 {
  opacity: 1;
}

.Rayzon_in_the_world_maps .germany h6:before {
  position: absolute;
  bottom: -12px;
  width: 0;
  height: 0;
  content: '';
  border: 8px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #095763;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.Rayzon_in_the_world_maps .south-africa:before,
.Rayzon_in_the_world_maps .south-africa:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: #095763;
  left: 53.7%;
  top: auto;
  bottom: 29.1%;
  border-radius: 10px;
  opacity: 0.5;
}

.Rayzon_in_the_world_maps .south-africa:after {
  width: 8px;
  height: 8px;
  opacity: 1;
  left: 54.2%;
  top: auto;
  bottom: 30%;
}

.Rayzon_in_the_world_maps .south-africa h6 {
  position: absolute;
  left: 48.7%;
  top: auto;
  bottom: 33%;
  background: #095763;
  color: #fff;
  padding: 2px 5px;
  margin: 0;
  opacity: 0;
}

.Rayzon_in_the_world_maps .south-africa:hover h6 {
  opacity: 1;
}

.Rayzon_in_the_world_maps .south-africa h6:before {
  position: absolute;
  bottom: -12px;
  width: 0;
  height: 0;
  content: '';
  border: 8px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #095763;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.Rayzon_in_the_world_maps .kenya:before,
.Rayzon_in_the_world_maps .kenya:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  background: #095763;
  left: 57.6%;
  top: auto;
  bottom: 42.2%;
  border-radius: 10px;
  opacity: 0.5;
}

.Rayzon_in_the_world_maps .kenya:after {
  width: 8px;
  height: 8px;
  opacity: 1;
  left: 58.2%;
  top: auto;
  bottom: 43%;
}

.Rayzon_in_the_world_maps .kenya h6 {
  position: absolute;
  left: 55.4%;
  top: auto;
  bottom: 46%;
  background: #095763;
  color: #fff;
  padding: 2px 5px;
  margin: 0;
  opacity: 0;
}

.Rayzon_in_the_world_maps .kenya:hover h6 {
  opacity: 1;
}

.Rayzon_in_the_world_maps .kenya h6:before {
  position: absolute;
  bottom: -12px;
  width: 0;
  height: 0;
  content: '';
  border: 8px solid rgba(0, 0, 0, 0);
  border-top: 4px solid #095763;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 1320px) {
  .Rayzon_in_the_world_maps {
    top: 170px;
  }
}

@media screen and (max-width: 1199px) {
  .Rayzon_in_the_world {
    padding: 100px 0 80px;
  }
}

@media screen and (max-width: 991px) {
  .Rayzon_in_the_world_maps {
    position: static;
  }
}

@media screen and (max-width: 575px) {
  .Rayzon_in_the_world {
    padding: 30px 0 50px;
  }

  .Rayzon_in_the_world_maps .canada:after {
    width: 5px;
    height: 5px;
  }

  .Rayzon_in_the_world_maps .canada:before {
    width: 10px;
    height: 10px;
    left: 18.7%;
    top: 24.2%;
  }

  .Rayzon_in_the_world_maps .canada h6 {
    left: 14.6%;
    top: 16.5%;
    font-size: 14px;
  }

  .Rayzon_in_the_world_maps .uk:after {
    width: 5px;
    height: 5px;
    left: 46.2%;
    top: 25.8%;
  }

  .Rayzon_in_the_world_maps .uk:before {
    width: 10px;
    height: 10px;
    left: 45.9%;
    top: 25.3%;
  }

  .Rayzon_in_the_world_maps .uk h6 {
    font-size: 14px;
    left: 43.7%;
    top: 17.5%;
  }

  .Rayzon_in_the_world_maps .india:after,
  .Rayzon_in_the_world_maps .usa:after {
    width: 5px;
    height: 5px;
  }

  .Rayzon_in_the_world_maps .india:before {
    width: 10px;
    height: 10px;
  }

  .Rayzon_in_the_world_maps .india h6 {
    right: 26.7%;
    top: 35.7%;
    font-size: 14px;
  }

  .Rayzon_in_the_world_maps .usa:before {
    width: 10px;
    height: 10px;
    left: 16.7%;
    top: 36.5%;
  }

  .Rayzon_in_the_world_maps .usa h6 {
    left: 14.6%;
    top: 29%;
    font-size: 14px;
  }
}

/* ----- blog ----- */
.blog_latest_success_story {
  /* background: #f8f9fa; */
  padding: 120px 0;
  overflow: hidden;
}

.blog_latest_success_story h2 {
  color: #095763;
  font-weight: 400;
  text-transform: uppercase;
}

.card_box {
  background-color: #fff;
  border: 0;
  height: 100%;
  box-shadow: 0 2px 8px 0 rgba(99, 99, 99, 0.2);
  overflow: hidden;
  border-radius: 0 0 8px 8px;
  z-index: 1;
  position: relative;
  margin: 0 0 10px;
}

.card_img {
  position: relative;
}

.card_img .label-card {
  background-color: #fff !important;
  border-top-right-radius: 20px;
  position: absolute !important;
  left: 0;
  bottom: 0;
}

.card_img {
  position: relative;
  overflow: hidden;
}

.card_box .card_img img {
  filter: grayscale(0.8);
  transition: all 0.2s;
}

.card_box:hover .card_img img {
  filter: grayscale(0);
  transform: scale(1.1);
}

.card_body_text {
  padding: 40px 40px 30px 45px;
  position: relative;
}

.card_body_text h1,
.card_body_text h2 {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  overflow: hidden;
  color: #000;
  text-align: left;
  padding: 0;
}

.card_body_text .t-yel {
  color: #e5b73b;
  font-weight: 700;
  font-size: 12px;
}

.card_body_text p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  overflow: hidden;
  white-space: normal;
  color: #000;
}

.card_body_text:before {
  background: #095763;
  content: '';
  height: 4.2px;
  left: 0;
  position: absolute;
  top: 52px;
  width: 35px;
}

.sucess-info span:first-child {
  font-weight: 700;
}

.sucess-info span:last-child {
  font-size: 13px;
}

.blog_latest_success_story_card {
  position: relative;
}

.blog_latest_success_story_card:before {
  left: -40px;
  top: 30px;
  background-image: url(../img/pattern-point-blue.svg);
}

.blog_latest_success_story_card:after {
  bottom: 0%;
  right: -2%;
  background-image: url(../img/pattern-point-yellow.svg);
}

.blog_latest_success_story_card:before,
.blog_latest_success_story_card:after {
  background-repeat: no-repeat;
  content: '';
  height: 150px;
  position: absolute;
  width: 130px;
}

.blog_slider .owl-dots {
  text-align: center;
}

.blog_slider .owl-dots .owl-dot {
  width: 12px;
  height: 12px;
  border: none;
  margin: 5px;
  background: #dfdfdf;
  border-radius: 50px;
}

.blog_slider .owl-dots .owl-dot.active {
  background: #222;
}

.blog_latest_success_story_card .owl-nav {
  display: none;
}

@media screen and (max-width: 991px) {
  .blog_latest_success_story_card .owl-nav {
    display: block;
  }

  .blog_latest_success_story_card .owl-nav .owl-prev,
  .blog_latest_success_story_card .owl-nav .owl-next {
    margin-top: -68px;
    width: 50px;
    height: 50px;
    font-size: 19px;
    background: #095763;
    color: #fff;
    border: none;
  }

  .blog_slider .owl-dots {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .blog_slider .owl-dots .owl-dot {
    width: 25px;
    height: 8px;
  }
}

@media screen and (max-width: 575px) {
  .card_box {
    margin: 0 15px;
  }

  .blog_slider .owl-dots .owl-dot {
    width: 10px;
  }

  .blog_slider .owl-dots .owl-dot.active {
    width: 25px;
  }

  .blog_latest_success_story {
    padding: 40px 0 60px;
  }

  .blog_latest_success_story_card:after {
    right: 0;
  }
}

/* ---- Contact Us ----- */
.contact_us {
  position: relative;
  overflow: hidden;
  margin-bottom: -7px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  height: 40vh;
}

.contact_us::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/3d-cross-panel.png);
  background-size: cover;
  background-position: center;
  /* background-color: rgba(0, 0, 0, 0.6); */
  background-color: rgb(0 20 27 / 73%);
  background-blend-mode: darken;

  z-index: 1;
}

#myVideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
}

.contact_text {
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
  padding: 0 20px;
  max-width: 800px;
  width: 100%;
}

.contact_text h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.contact_text p {
  font-size: 18px;
  margin-bottom: 25px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.contact_us .btn {
  display: inline-block;
  padding: 12px 30px;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 4px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.contact_us .btn-light {
  background-color: transparent;
}

.contact_us .btn-right-y {
  border-color: #e5b73b;
  color: #e5b73b;
}

.contact_us .btn-right-y:hover {
  background-color: #e5b73b;
  color: #000;
  border-color: #e5b73b;
}

.mt-4 {
  margin-top: 1.5rem;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .contact_text h2 {
    font-size: 32px;
  }

  .contact_text p {
    font-size: 16px;
  }

  .contact_us .btn {
    padding: 10px 25px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .contact_us {
    min-height: 280px;
    height: 40vh;
  }

  .contact_text h2 {
    font-size: 28px;
    margin-bottom: 12px;
  }

  .contact_text p {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .contact_us .btn {
    padding: 9px 22px;
    font-size: 13px;
  }
}

@media (max-width: 576px) {
  .contact_us {
    min-height: 250px;
    height: 50vh;
  }

  .contact_text h2 {
    font-size: 24px;
  }

  .contact_text p {
    font-size: 14px;
    margin-bottom: 18px;
  }

  .contact_us .btn {
    padding: 8px 20px;
    font-size: 12px;
  }
}

@media (max-width: 400px) {
  .contact_text h2 {
    font-size: 21px;
  }

  .contact_text p {
    font-size: 13px;
  }

  .contact_us .btn {
    padding: 7px 18px;
  }
}

/* Animation for better engagement */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.contact_text h2,
.contact_text p,
.contact_text a {
  animation: fadeInUp 0.8s ease forwards;
}

.contact_text p {
  animation-delay: 0.2s;
}

.contact_text a {
  animation-delay: 0.4s;
}
/* ---------------------------------------------------- */

button.back-to-top {
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
  height: 0px;
  width: 0px;
  overflow: hidden;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  color: transparent;
  clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 32px !important;
  bottom: 96px !important;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus {
  outline: 0 !important;
}

button.back-to-top::before,
button.back-to-top::after {
  content: '';
  display: block;
  vertical-align: middle;
  border-bottom: solid 10px #095763;
  border-left: solid 10px transparent;
  line-height: 0;
  border-right: solid 10px transparent;
  height: 0;
  margin: 18px auto 0;
  width: 0;
  border-radius: 20px;
  visibility: hidden;
}

button.back-to-top.show::after,
button.back-to-top.show::before {
  visibility: visible;
}

button.back-to-top::after {
  border-bottom-color: #fff;
  position: relative;
  top: -24px;
}

button.back-to-top.show {
  display: block;
  background: #fff;
  color: #00ab6c;
  font-size: 25px;
  right: 30px;
  bottom: 90px;
  height: 50px;
  width: 50px;
  visibility: visible;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}

button.back-to-top.show:active {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}

/* ------------------------ */

.text-primary {
  color: #095763 !important;
}

.custom-video {
  width: 100% !important;
  height: 750px !important;
  object-fit: cover;
  border-radius: 10px;
  margin-top: -138px;
}

.about-box-content h4 {
  font-size: 24px;
  font-weight: 600;
}

.solar-card {
  background: linear-gradient(135deg, #fff8e1 0%, #fff3c4 100%);
  border-left: 4px solid #ffc107;
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  position: relative;
}

@keyframes fly-around {
  0% {
    transform: translateX(0px) translateY(0px) rotate(0deg);
  }

  25% {
    transform: translateX(300px) translateY(-100px) rotate(90deg);
  }

  50% {
    transform: translateX(600px) translateY(0px) rotate(180deg);
  }

  75% {
    transform: translateX(300px) translateY(100px) rotate(270deg);
  }

  100% {
    transform: translateX(0px) translateY(0px) rotate(360deg);
  }
}

@keyframes fly-around-reverse {
  0% {
    transform: translateX(600px) translateY(0px) rotate(180deg);
  }

  25% {
    transform: translateX(300px) translateY(100px) rotate(270deg);
  }

  50% {
    transform: translateX(0px) translateY(0px) rotate(360deg);
  }

  75% {
    transform: translateX(300px) translateY(-100px) rotate(450deg);
  }

  100% {
    transform: translateX(600px) translateY(0px) rotate(540deg);
  }
}

.airplane-circular {
  animation: fly-around 20s linear infinite;
}

.airplane-circular-reverse {
  animation: fly-around-reverse 25s linear infinite;
}

.timeline-line {
  background: linear-gradient(90deg, #095763 0%, #727271 50%, #9e9e9e 100%);
}

.timeline-dot {
  transition: all 0.3s ease;
}

.timeline-dot:hover {
  transform: scale(1.2);
  box-shadow: 0 0 20px rgba(59, 130, 246, 0.5);
}

.timeline-card {
  transition: all 0.3s ease;
}

.timeline-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.swiper-content h3 {
  font-size: 24px;
  font-weight: bold;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 15px !important;
  color: #fff !important;
}

.swiper-button-next,
.swiper-button-prev {
  height: 40px !important;
  background: #095763;
  width: 40px !important;
  border-radius: 12px !important;
}

.navbar-nav .nav-link.active {
  color: #e5b73b !important;
}

.start-header.scroll-on .nav-link.active {
  color: #095763 !important;
}

.navbar-nav .dropdown-item.active {
  background-color: #f8f9fa;
  color: #095763;
  font-weight: bold;
}

.container-media {
  max-width: 1240px !important;
  margin: auto;
}

.head-section {
  /* background-color: #f5f5f5; */
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  margin-top: 0px;
}

.head-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle, rgb(206, 209, 211) 2px, transparent 2px);
  background-size: 30px 30px;
  opacity: 0.3;
  z-index: -1;
}

.head-section .faq-content p {
  font-size: 1.1rem;
  color: #64748b;
  margin: 0 auto;
}

.contact-btn {
  background: linear-gradient(45deg, #095763, #1e90a1);
  border: none;
  padding: 12px 30px;
  border-radius: 25px;
  color: white;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.contact-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px #b5eef7;
  color: white;
}

@media screen and (max-width: 425px) {
  .tawk-min-container .tawk-button-circle.tawk-button-large {
    width: 45px !important;
    height: 45px !important;
  }
}

.overlay-section {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
}

.custom-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #095763;
  color: white;
  padding: 0.9rem 1.8rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.custom-button:hover {
  background: #157a8a;
  transform: translateY(-2px);
}


.btn-outline-light {
  color: #f8fafc;
  border: 1px solid #f8fafc;
  background-color: none !important;
  padding: 10px 25px;
  border-radius: 0px;
}