body{
    font-family: "Montserrat";
    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;
}

.img-replace {
  /* replace text with an image */
  display: inline-block;
  overflow: hidden;
  text-indent: 100%; 
  color: transparent;
  white-space: nowrap;
}
.bts-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.bts-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
  z-index: 10;
}
.bts-popup-container {
  position: relative;
  width: 90%;
  max-width: 1000px;
  top: 15%;
  margin: 4em auto;
  background: #f36f21;
  border-radius: none; 
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.bts-popup-container .bts-popup-button {
  padding: 5px 25px;
  border: 2px solid white;
	display: inline-block;
  margin-bottom: 10px;
}
.bts-popup-container a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
}
.bts-popup-container .bts-popup-close {
    position: absolute;
    top: 5px;
    right: 2px;
    width: 30px;
    height: 30px;
}
.bts-popup-container .bts-popup-close::before, .bts-popup-container .bts-popup-close::after {
    content: '';
    position: absolute;
    top: 12px;
    width: 16px;
    height: 3px;
    background-color: #000;
}
.bts-popup-container .bts-popup-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}
.bts-popup-container .bts-popup-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 6px;
    top: 12px;
}
@media screen and (max-width: 767px) {
  .bts-popup-container {
    top: 35%;
  }
}

.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;
}
.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;
}
.navigation-img-wrapper .navigator.active {
  border-bottom: 2px solid #ffbf0c;
}
.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_text {
  z-index: 2;
  position: relative;
}
.service::after {
  left: -12%;
  bottom: -20%;
  top: auto;
  z-index: -1;
}
.service_img video {
  width: 100%;
}
@-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:black;
  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: #dfdfdf;
    border-radius: 30px;
    color: #000;
    font-size: .8em;
    padding: 15px 70px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
}
.btn-check:focus+.btn, .btn:focus, .btn:hover {
    background-color: transparent;
    border-color: #000;
    color: #000;
}
.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: 170px;
  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: 99%;
}
@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,.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: #cecc07;
  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 {
  content: "";
  height: 1.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: 17px;
  right: -50px;
  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 {
    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;
  }
}
/* ---- Contact Us ----- */
.contact_us {
  position: relative;
  overflow: hidden;
  margin-bottom: -7px;
}
.contact_text {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
}
.contact_text h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.contact_us .contact_text a:hover {
  border-color: #fff;
  color: #fff;
}
.contact_us #myVideo {
  height: 32vh;
  object-fit: cover;
  overflow: hidden;
  width: 100%;
}
/* ---------------------------------------------------- */

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: 50px;
	bottom: 75px;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99;
  -webkit-transition: all .3s ease-in-out;
  transition: all .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;
}