<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&amp;display=swap");

:root {
  --primary: #019ded;
  --secondary: #a0f913;
  --blue-dark: #1f194c;
}

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

body {
  font-family: "Space Grotesk", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #575a7b;
  font-weight: 400;
  line-height: 1.7;
}

/*===================================
  Loader
=====================================*/
#preloader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
  transition: 0.3s ease opacity;
  text-align: center;
  width: 100%;
  height: 100%;
}

#preloader:before {
  content: "";
  width: 80px;
  height: 80px;
  border: 3px solid #292dc2;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-name: LoaderCicle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

#preloader:after {
  content: "";
  width: 80px;
  height: 80px;
  border: 3px solid #292dc2;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-name: LoaderCicle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 1s;
}

@keyframes LoaderCicle {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }

  10% {
    width: 10px;
    height: 10px;
    opacity: 1;
  }

  80% {
    width: 60px;
    height: 60px;
    opacity: 0.1;
  }

  100% {
    width: 70px;
    height: 70px;
    opacity: 0;
  }
}

/*=================================
  comman css
===================================*/
.text-justify{
    text-align: justify;
}
img{
    width: 100%;
}
.list-style{
    list-style: none;
}
@media screen and (min-width: 768px) {
  .display-md-4 {
    font-size: 3.5rem;
  }

  @media screen and (min-width: 992px) {
    .display-lg-2 {
      font-size: 5.5rem;
    }
  }
}

@media screen and (min-width: 1200px) {
  .p-xl-8 {
    padding: 4.5rem;
  }
}

@media screen and (min-width: 576px) {
  .p-sm-6 {
    padding: 3.5rem;
  }
}

@media screen and (min-width: 1400px) {
  .container.lg-container {
    max-width: 80%;
  }
}

.bg-grey {
  background-color: #f9f9f9;
}
.left-50 {
  left: 50%;
  right: inherit;
}
a,
a:active,
a:focus {
  color: #575a7b;
  text-decoration: none;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}

a:hover,
a:active {
  color: var(--blue-dark);
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

p {
  margin: 0 0 20px;
}
.custom-btn.btn.btn-primary{
  background: var(--primary) !important;
  border: var(--primary) !important;
}

.custom-btn.btn.btn-success{
  background: #8acb25 !important;
  border: #8acb25 !important;
}

.custom-btn.btn{
  border-radius: 3px;
  padding:10px 30px 10px 30px;
  box-shadow: 0px 15px 25px 0px rgba(0, 0, 30, 0.15);
}

.bg-success{
    background: #8acb25 !important;
}
.bg-primary{
    background: var(--primary) !important;
}

.bg-blue-dark{
    background: var(--blue-dark);
}
.text-blue-dark{
    color: var(--blue-dark);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 600;
  font-family: "Space Grotesk", sans-serif;
  color: var(--blue-dark);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  font-weight: 600;
  font-family: "Space Grotesk", sans-serif;
  color: #282b2d;
}

[data-overlay-dark] {
  position: relative;
}

[data-overlay-dark] .position-unset {
  position: unset !important;
}

[data-overlay-dark] .container {
  position: relative;
  z-index: 2;
}

[data-overlay-dark]:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
[data-overlay-dark="0"]::before {
  opacity: 0;
}

[data-overlay-dark]:before {
  background: #000;
}

[data-overlay-dark="7"]:before {
  opacity: 0.7;
}

[data-overlay-dark="75"]:before {
  opacity: 0.75;
}

[data-overlay-dark="8"]:before {
  opacity: 0.8;
}
.bg-primary, .primary-overlay[data-overlay-dark]::before {
  background: #292dc2;
  background: -webkit-linear-gradient(-45deg, #292dc2, #0084e9);
  background: -moz-linear-gradient(-45deg, #292dc2, #0084e9);
  background: -o-linear-gradient(-45deg, #292dc2, #0084e9);
  background: linear-gradient(-45deg, #292dc2, #0084e9);
}

[data-overlay-dark="6"]::before, [data-overlay-light="6"]::before {
  opacity: 0.6;
}
.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
}

.h2,
h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}

.h3,
h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  .h3,
  h3 {
    font-size: 1.75rem;
  }
}

.h4,
h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  .h4,
  h4 {
    font-size: 1.5rem;
  }
}

.h5,
h5 {
  font-size: 1.25rem;
}

.h6,
h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.alt-font {
  font-family: "Poppins", sans-serif;
}

.border-color-light-white {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.title-font {
  font-family: "Space Grotesk", sans-serif !important;
}

.title-font a,
.h1.title-font a,
.h2.title-font a,
.h3.title-font a,
.h4.title-font a,
.h5.title-font a,
.h6.title-font a {
  font-family: "Space Grotesk", sans-serif !important;
}

section {
  padding: 120px 0;
  overflow: hidden;
  background: #fff;
  position: relative;
}

.mt-n5 {
  margin-top: -3rem !important;
}

.z-index-9 {
  z-index: 9;
}

.p-1-9 {
  padding: 1.9rem;
}

.parallax {
  position: relative;
  background-size: cover;
  overflow: hidden;
  background-attachment: fixed;
}

@media screen and (max-width: 991px) {
  .parallax {
    background-position: center;
  }
}

@media screen and (max-width: 1050px) {
  .parallax {
    background-attachment: inherit;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .parallax {
    background-attachment: inherit;
    background-position: center;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .parallax {
    background-attachment: inherit;
    background-position: center;
  }
}

a:hover,
a:active,
a:focus {
  color: #292dc2;
  text-decoration: none;
}

.text-green {
  color: #8acb25;
}

.text-primary {
  color: var(--primary) !important;
}

.height-100vh {
  height: 100vh;
}

.h-100vh {
  height: 100vh;
}

.dark-overlay[data-overlay-dark]:before {
  background: #091e42;
}

.overflow-y-visible {
  overflow-y: visible !important;
}


/*=================================
  Header Section
===================================*/
header {
  transition: all 0.5s ease 0s;
  position: relative;
  top: 0;
  left: 0;
  z-index: 99999;
}

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

.menu_area .navbar-brand {
  transition: all 0.5s ease 0s;
  display: inline-block;
}

.menu_area .navbar-brand {
  margin-top: 6px;
  margin-right: 5px;
}

.navbar-header-custom {
  padding: 4px 0 8px;
}

.scrollHeader .navbar-header-custom {
  padding: 10px 0;
  transition-duration: 0.5s;
}

.navbar-brand img {
  max-height: 43px;
  transition-duration: 0.5s;
}

.onepage-header.scrollHeader .navbar-brand img {
  transition: all 0s ease 0s;
}

/*-----------Menu--------------*/
.navbar-nav li {
  list-style: none;
  -webkit-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.navbar-nav &gt; li {
  margin-left: 15px;
  float: left;
}

.navbar-nav &gt; li &gt; a {
  position: relative;
  display: block;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 21px 0.5rem;
  color: #1d184a;
  letter-spacing: 0.5px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.navbar-nav &gt; li &gt; .btn-group a{
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
.navbar-nav &gt; li &gt; .btn-group .custom-btn{
  padding: 8px 10px 8px 10px;
  margin: 15px 0 15px 0;
}
.navbar-nav &gt; li &gt; .btn-group .custom-btn.btn-primary{
  background: var(--primary) !important;
  border: var(--primary) !important;
}
.navbar-nav &gt; li &gt; .btn-group .custom-btn.btn-success{
  background: #8acb25 !important;
  border: #8acb25 !important;
}
.navbar-nav &gt; li &gt; a:hover {
  opacity: 0.65;
}

.navbar-nav &gt; li.active &gt; a {
  color: #000;
}

.navbar-nav ul {
  position: absolute;
  left: -9999px;
}

@media screen and (max-width: 575px) {
  .navbar-brand img {
    max-height: 38px;
  }
}

@media screen and (min-width: 992px) {
  header.scrollHeader .navbar-default {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    background: #fff;
    left: 0;
    transition: all 0.2s ease 0s;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  }

  .wrapper-boxed .scrollHeader .navbar-default {
    left: 0;
    margin: 0 auto;
    max-width: 1200px;
    right: 0;
  }

  .scrollHeader .navbar-brand img {
    max-height: 38px;
    transition-duration: 0.5s;
  }

  .transparent-header .navbar-nav &gt; li &gt; a {
    color: #fff;
  }

  .transparent-header .navbar-nav &gt; li.active &gt; a,
  .transparent-header .navbar-nav &gt; li.current &gt; a {
    opacity: 0.65;
  }

  .transparent-header.scrollHeader .navbar-nav &gt; li &gt; a {
    color: #1d184a;
  }

  .transparent-header.scrollHeader .navbar-nav &gt; li.active &gt; a,
  .transparent-header.scrollHeader .navbar-nav &gt; li.current &gt; a {
    opacity: 1;
    color: #000;
  }

}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav &gt; li {
    margin-left: 12px;
  }

  .navbar-nav &gt; li &gt; a {
    padding: 21px 0.4rem;
  }

  .scrollHeader .navbar-nav &gt; li &gt; a {
    padding: 21px 0.4rem;
  }

  .onepage-header .navbar-nav &gt; li {
    margin-left: 12px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-nav &gt; li &gt; a {
    padding: 10px 20px;
    color: #1d184a;
  }
  .navbar-nav &gt; li &gt; .btn-group {
    padding: 10px 20px;
  }

  .navbar-nav &gt; li &gt; a:hover {
    opacity: 1;
  }

  .navbar-nav {
    background: #fff;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 71px;
    left: 0;
    width: 100%;
    transition-duration: 0;
    -ms-transition-duration: 0;
    -moz-transition-duration: 0;
    -webkit-transition-duration: 0;
    -o-transition-duration: 0;
    width: 100%;
    display: none;
    transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
  }

  .navbar-nav li.active &gt; a {
    opacity: 1;
  }

  .navbar-nav ul {
    width: 100%;
    display: none;
    transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
  }

  .navbar-nav li {
    width: 100%;
    border-top: 1px solid #e6e6e6;
    position: relative;
    padding: 0;
    margin: 0;
  }

  .navbar-nav ul li:hover {
    background: #f5f5f5;
  }

  .navbar &gt; ul &gt; li {
    float: none;
  }

  .navbar-toggler {
    width: 50px;
    height: 45px;
    padding: 0;
    border-radius: 0;
    position: absolute;
    right: 0;
    top: 13px;
    cursor: pointer;
    z-index: 12399994;
    border: none;
    background: #f4f4f4;
  }

  .navbar-toggler:after {
    position: absolute;
    top: 22px;
    right: 15px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    content: "";
  }

  .navbar-toggler:before {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 16px;
    right: 15px;
    display: block;
    height: 2px;
    width: 20px;
    background: #000;
    content: "";
  }

  .navbar-toggler.menu-opened:after {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .navbar-toggler.menu-opened:before {
    top: 23px;
    background: #000;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@media screen and (max-width: 991px) {
  .navbar-toggler {
    cursor: pointer;
  }
}


/*=====================================
  Hero Section
=======================================*/
.cover-background {
  background-image: url(../images/banner-2.jpg);
  position: relative !important;
  background-size: cover !important;
  overflow: hidden !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.hero-section h1 {
  font-size: 80px;
}

.ani-rotate {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation: ani-rotate 10s linear infinite;
}

#circle svg {
  -webkit-animation-name: rotate;
  -moz-animation-name: rotate;
  -ms-animation-name: rotate;
  -o-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 25s;
  -moz-animation-duration: 25s;
  -ms-animation-duration: 25s;
  -o-animation-duration: 25s;
  animation-duration: 25s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}

.fill-white text {
  fill: #fff;
  font-size: 13px;
  letter-spacing: 3.2px;
}
.rotate-text {
    animation: rotateText 10s linear infinite;
    transform-origin: 150px 150px;
}

@keyframes rotateText {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 1399px) {
  .hero-section h1 {
    font-size: 75px;
  }
}

@media screen and (max-width: 767px) {
  .hero-section h1 {
    font-size: 50px;
  }
}

@media screen and (max-width: 575px) {
  .hero-section h1 {
    font-size: 40px;
  }
}

/*=====================================
  Services Section
=======================================*/

.services-section .card-style {
  transition: all 0.3s;
}

.services-section .card-style:hover {
  background-color: var(--primary);
}

.services-section .card-style:hover h3,
.services-section .card-style:hover p {
  color: #fff;
}

.services-section .card-style:hover a {
  color: var(--secondary);
}

.services-section .card-style:after {
  position: absolute;
  content: "";
  bottom: 60px;
  right: 40px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  transform: translateY(-30px);
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

.services-section .card-style:hover:after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

@media screen and (max-width: 991px) {
  .services-section .card-style:after {
    width: 120px;
    height: 120px;
  }
}



/*======================================
  Section One
========================================*/

.section-one ul {
  list-style: none;
  margin-bottom: 0;
}

.section-one ul li {
  font-size: 15px;
  line-height: 30px;
  position: relative;
  margin-bottom: 10px;
}

.section-one ul li:last-child {
  margin-bottom: 0;
}


.section-one ul li.icon-white li:before {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .section-one ul li {
    font-size: 14px;
    line-height: 30px;
  }
}

/*======================================
  Section Two
========================================*/

.marquee-container {
  overflow: hidden !important;
  display: flex !important;
  flex-direction: row !important;
  position: relative;
  width: 100%;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding: 40px 0;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.marquee {
  flex: 0 0 auto;
  min-width: 18%;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  animation: scroll 15s linear running infinite;
  animation-play-state: var(--play);
  animation-delay: var(--delay);
  animation-direction: var(--direction);
}

.marquee img {
  transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.marquee img:hover {
  transform: scale(1.1);
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }

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

@media screen and (max-width: 1199px) {
  .marquee {
    min-width: 25%;
  }
}

@media screen and (max-width: 991px) {
  .marquee {
    min-width: 32%;
  }
}

@media screen and (max-width: 767px) {
  .marquee {
    min-width: 36%;
  }
}

@media screen and (max-width: 479px) {
  .marquee {
    min-width: 70%;
  }
}

/*====================================
  Section Three
======================================*/
section-three.cover-background {
  background-image: url(../images/banner-2.jpg);
}

.story-video {
  height: 100%;
}
.left-70 {
  left: 70%;
  right: inherit;
}

.top-50 {
  top: 50%;
  bottom: inherit;
}
@media screen and (min-width: 1200px) {
  .left-xl-55 {
    left: 55%;
    right: inherit;
  }
}

@media screen and (min-width: 1400px) {
  .left-xxl-50 {
    left: 50%;
    right: inherit;
  }
}

/*====================================
  Counter Section
======================================*/
.counter-section .counter-style h5 {
  color: transparent;
  -webkit-text-stroke: 1px var(--blue-dark);
}

/*=====================================
  FAq Section
======================================*/

.faq-section .accordion-style .card {
  background: transparent;
  box-shadow: none;
  margin-top: 0 !important;
  border: none;
}

.faq-section .accordion-style .card-header {
  border: 0px;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: none;
}

.faq-section .accordion-style .btn-link {
  color: var(--primary);
  font-size: 14px;
  line-height: 20px;
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  white-space: normal;
  border-radius: 0;
  padding: 15px 40px 24px 0px;
  box-shadow: none;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.17);
  margin-bottom: 0;
}

.faq-section .accordion-style .btn-link:hover {
  text-decoration: none;
}

.faq-section .accordion-style .btn-link.collapsed:after {
  background: none;
  content: "+";
  right: 15px;
  left: inherit;
  font-size: 20px;
  height: auto;
  transform: none;
  width: auto;
  top: 15px;
}

.faq-section .accordion-style .btn-link:after {
  background: none;
  content: "-";
  right: 20px;
  left: inherit;
  font-size: 20px;
  height: auto;
  transform: none;
  width: auto;
  top: 15px;
  position: absolute;
  color: #0d6efd;
}

.faq-section .accordion-style .card-body {
  padding: 20px 20px 20px 0;
  text-align: left;
  line-height: 2;
  font-size: 14px;
}

.faq-section .accordion-style .btn-link.collapsed {
  color: #282b2d;
}

.faq-section .accordion-style .btn-link.collapsed:after {
  background: none;
  content: "+";
  right: 20px;
  left: inherit;
  font-size: 20px;
  height: auto;
  transform: none;
  width: auto;
  top: 15px;
  color: #282b2d !important;
}

.faq-section .accordion-style.style1 .card-body {
  padding: 20px 20px 10px 0;
}

.faq-section .accordion-style.style1 .btn-link {
  padding: 20px 0px 20px 40px;
}

.faq-section .accordion-style.style1 .btn-link:after {
  left: 0px;
  right: inherit;
  top: 20px;
}

.faq-section .accordion-style.style1 .btn-link.collapsed:after {
  left: 0;
  right: inherit;
  top: 20px;
}

@media screen and (max-width: 767px) {
  .faq-section .accordion-style .card-body {
    padding: 15px;
  }
}

/*=====================================
  Footer Section
=======================================*/
footer {
  padding: 10.5rem 0 0;
  background: #091e42;
  color: rgba(255, 255, 255, 0.65);
}
footer .get-in-touch{
  font-family: "Space Grotesk", sans-serif !important;
}

footer p {
  margin-bottom: 0;
}

footer .social-icon {
  margin-bottom: 0;
}

footer .social-icon li {
  text-align: center;
  margin-right: 4px;
  display: inline-block;
}

footer .social-icon li a {
  background: rgba(255, 255, 255, 0.2);
  border: 0;
  color: #fff;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  line-height: 35px;
  display: inline-block;
}

footer .social-icon li a:hover {
  background: #fff;
  color: #292dc2;
}

footer a:hover {
  color: #8acb25;
}

/*=================================
  Inner Page
===================================*/

.page-title-section {
  padding: 180px 0 90px 0;
}

.left-overlay-dark[data-overlay-dark]::before {
  background: rgba(6, 30, 66, 0.76);
  background: linear-gradient(-90deg, transparent, #091e42 65%);
}

[data-overlay-dark="8"]::before,
[data-overlay-light="8"]::before {
  opacity: 0.8;
}

.ani-top-bottom {
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-name: TopBottom;
  animation-timing-function: ease-in-out;
}

.right-20 {
  right: 20%;
  left: inherit;
}

.top-35 {
  top: 35%;
  bottom: inherit;
}

.z-index-1 {
  z-index: 1;
}

.page-title-section h1 {
  font-size: 54px;
  margin-bottom: 0;
  line-height: 1;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  color: #ffffff;
  position: relative;
  z-index: 9;
}

.page-title-section ul {
  list-style: none;
  line-height: 1.2;
}

.page-title-section ul li {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.page-title-section ul li::before {
  content: "";
  width: 15px;
  height: 15px;
  background: #0084e9;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: -10px;
  top: 2px;
  z-index: 0;
}

.page-title-section ul li::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  right: -2px;
  z-index: 1;
  position: absolute;
  top: 5px;
}

.page-title-section ul li a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.page-title-section ul li:last-child {
  color: #ffffff;
  opacity: 0.8;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 1px;
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
}

.page-title-section ul li:last-child::before {
  display: none;
}

.page-title-section ul li:last-child::after {
  display: none;
}

.page-title-section ul li:last-child a {
  color: #ffffff;
  opacity: 0.8;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: 1px;
}

/*=================================
  Contact Section
===================================*/

.contact-section .form-group {
  margin-bottom: 1rem;
}

.contact-section .contactForm-element {
  height: 1px;
  height: auto;
  min-height: 1px;
}

.contact-section .contactForm-element &gt; label {
  font-weight: normal;
  padding-bottom: 5px;
  margin-bottom: 0;
  color: #6a747b;
}

.contact-section .contactForm-input {
  position: relative;
}

.contact-section .form-control {
  height: 50px;
  border-radius: 3px;
  font-size: 15px;
}

.contact-section .form-control::placeholder {
  color: #bdbfd2;
  opacity: 1;
}

.contact-section .contactForm-elements .contactForm-element textarea {
  margin-bottom: 0;
  padding: 12px 15px;
  vertical-align: top;
  height: auto;
}

.contact-section .btn {
  background-color: var(--primary) !important;
  color: #fff;
  box-shadow: 0px 15px 25px 0px rgba(0, 0, 30, 0.15);
  border: var(--primary);
  padding: 11px 28px;
  border-radius: 4px;
  line-height: 28px;
  font-weight: 500;
  text-transform: inherit;
}

.contact-section .form-control:focus {
  color: #495057;
  background-color: #ffffff;
  border-color: var(--primary);
  outline: 0;
  box-shadow: none;
}


/*=============================

===============================*/

.clients-style6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.clients-style6 .clients-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20%;
  height: 100%;
  padding: 120px 80px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.clients-style6 .clients-box .clients-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
    transition-delay: 0s;
  -webkit-transition-delay: .15s;
  -o-transition-delay: .15s;
  transition-delay: .15s;
}
.clients-style6 .clients-box .clients-hover .left-overlay {
  display: block;
  position: absolute;
  height: 0;
  width: 50%;
  background: #ccc;
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  left: 0;
  top: auto;
  bottom: 0;
}
.clients-style6 .clients-box .clients-hover .right-overlay {
  display: block;
  position: absolute;
  height: 0;
  width: 50%;
  background: #ccc;
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  right: 0;
  top: 0;
  bottom: auto;
}
.clients-style6 .clients-box:hover .clients-hover {
  opacity: 1;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.clients-style6 .clients-box:hover .clients-hover .left-overlay {
  height: 100%;
  top: 0;
  bottom: auto;
}
.clients-style6 .clients-box:hover .clients-hover .right-overlay {
  height: 100%;
  top: auto;
  bottom: 0;
}

@media screen and (max-width: 1199px) {
  .clients-style6 {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .clients-style6 .clients-box {
    width: 33%;
  }
}
@media screen and (max-width: 1199px) {
  .clients-style6 .clients-box {
    width: 25%;
    padding: 100px 60px;
  }
}
@media screen and (max-width: 575px) {
  .clients-style6 .clients-box {
    width: 100%;
    border-left: none;
    border-right: none;
  }
}

/*====================================
  Testimonial Section
======================================*/

.testimonial-style.owl-carousel .owl-nav.disabled, .testimonial-style.owl-carousel .owl-dots.disabled {
  display: block;
}
.testimonial-style .owl-nav button.owl-prev {
  left: -20%;
}
.testimonial-style .owl-nav button.owl-prev, .testimonial-style .owl-nav button.owl-next {
  position: absolute;
  top: 30%;
  transform: translate(20%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: none;
  border: transparent;
  line-height: 62px;
  background-color: var(--primary) !important;
}
.testimonial-style.owl-theme .owl-nav [class*="owl-"] i, .testimonial-style.owl-theme .owl-nav [class*="owl-"]:hover i {
  color: #fff !important;
  font-size: 18px;
}
.testimonial-style .owl-nav button.owl-next {
  right: -20%;
}

@media screen and (max-width: 767px) {
  .testimonial-style.owl-carousel .owl-nav.disabled, .testimonial-style.owl-carousel .owl-dots.disabled {
    display: none;
  }
}



/*======================================
  owl carousel
========================================*/
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
@media (min-width: 769px) {
    .owl-theme .owl-dots {
        display: none;
    }
    .owl-nav {
        display: block;
    }
}
@media (max-width: 992px) {
    .owl-theme .owl-dots {
        display: block;
    }
    .owl-nav {
        display: none;
    }
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  text-align: center;
  z-index: 1;
  margin-top: 20px;
}
.owl-theme .owl-nav.disabled + .owl-dots span {
  width: 12px;
  height: 12px;
  margin: 5px 5px 0 5px;
  background: none;
  cursor: pointer;
  display: block;
  border: 1px solid #6e6e6f;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -o-backface-visibility: visible;
  border-radius: 30px;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
}
.owl-theme .owl-nav.disabled + .owl-dots span:hover {
  background: #aaa;
  -webkit-backface-visibility: visible;
  -moz-backface-visibility: visible;
  -o-backface-visibility: visible;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot:focus span {
  width: 12px;
  height: 12px;
  background: #292dc2;
  border-color: #292dc2;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.owl-nav i {
  color: #1d184a;
  font-size: 18px;
  padding-top: 6px;
}
.owl-nav .owl-next {
  color: #292dc2;
  font-size: 43px;
  text-align: center;
  width: 40px;
  height: 40px;
  background: #fff !important;
}
.owl-nav .owl-prev {
  color: #292dc2;
  font-size: 43px;
  text-align: center;
  width: 40px;
  height: 40px;
  background: #fff !important;
  left: 0;
  transition: all 0.4s ease 0s;
  box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
}
.owl-nav .owl-next {
  transition: all 0.4s ease 0s;
  box-shadow: 0 5px 28px 0 rgba(50, 50, 50, 0.1);
}
@media screen and (max-width: 767px) {
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 15px;
  }
}


/*================================
  FAqs
==================================*/

.faq-section .nav-pills .nav-link.active, .nav-pills .show &gt; .nav-link {
  background-color: var(--primary) !important;
}

/*===============================
  404 Section
=================================*/
.error-section .btn{
  background: var(--primary) !important;
  border: var(--primary) !important;
  border-radius: 3px !important;
  padding: 10px 20px 10px 20px !important;
}


/*================================
  Register Section
==================================*/

.register-section .logo{
  top:0;
  left:0;
  right:0;
}
.register-section .bottom{
  left:0;
  right:0;
  bottom:0;
}

.form-group {
  margin-bottom: 10px;
  height: 1px;
  height: auto;
  min-height: 1px;
}

.form-group &gt; label {
  font-weight: normal;
  padding-bottom: 5px;
  margin-bottom: 0;
  color: #000;
}

.form-group input {
  position: relative;
}

.form-control, .form-select {
  height: 50px;
  border-radius: 3px;
  font-size: 15px;
}

.form-control::placeholder {
  color: #bdbfd2;
  opacity: 1;
}

select.form-select option:first-child {
  color: #bdbfd2;
  opacity: 1;
}

.contact-section .btn {
  background-color: var(--primary) !important;
  color: #fff;
  box-shadow: 0px 15px 25px 0px rgba(0, 0, 30, 0.15);
  border: var(--primary);
  padding: 11px 28px;
  border-radius: 4px;
  line-height: 28px;
  font-weight: 500;
  text-transform: inherit;
}

.form-control:focus, .form-select:focus {
  color: #495057;
  background-color: #ffffff;
  border-color: var(--primary);
  outline: 0;
  box-shadow: none;
}

/*===================================
    News Latter
=====================================*/


@media screen and (min-width: 768px) {
  .mb-md-2-6, .my-md-2-6 {
    margin-bottom: 2.6rem;
  }
}

.newsletter .newsletter-img:before {
  content: "";
  position: absolute;
  width: 390px;
  height: 390px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 0.1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 991px) {
  .newsletter .newsletter-img:before {
    width: 330px;
    height: 330px;
  }
}
@media screen and (max-width: 479px) {
  .newsletter .newsletter-img:before {
    width: 230px;
    height: 230px;
  }
}
.mt-1-9, .my-1-9 {
  margin-top: 1.9rem;
}
.mt-n10 {
  margin-top: -5.5rem;
}




.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    padding-top: 0px;
    padding-bottom: 0px;
    box-sizing: border-box;
}

.mfp-container::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-container {
  text-align: center;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
/*===========================
    Title animation
=============================*/
.title-font span {
    display: inline-block;
    opacity: 0;
    transform: translateY(1em);
    animation: slideUp 1s forwards;
}

@keyframes slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*==============================
    Gift Card
================================*/

.gift-card .card:hover {
  border-color: #64748b;
  box-shadow: 0 6px 6px rgba(0,0,0,.06);
}

/*================================
  Google Sign in button and Linkedin
==================================*/

.abcRioButton{
  width: 100% !important;
  text-align: center !important;
  justify-content: center;
  display: flex;
  border: 1px solid #757575;
  box-shadow: unset !important;
}
.abcRioButtonContentWrapper{
  width: 40% !important;
}

.line {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #7D91A1;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.or {
  position: absolute;
  margin-top: 3px;
  background: #575a5b;
  color: #fff;
  padding: 5px;
  border-radius: 18px;
  font-size: 13px;
  left: calc(50% - 16px);
  font-weight: bold;
}

.linkedin .btn.btn-primary{
  background-color: #0a66c2 !important;
}


#google_translate_element img{
    width: 10%;
}



/* Eye password show button  */
.signup-pass {
    position: absolute;
    top: 15px;
    right: 25px;
    cursor: pointer;
}
.eye input[type="password"]::-ms-reveal {
  display: none;
}
.eye .form-group {
  position: relative;
  width: 100%;
}
.eye .form-floating {
  position: relative;
  width: 100%;
}
.eye .toggle {
  background: none;
  border: none;
  color: #337ab7;
  font-weight: 600;
  position: absolute;
  right: .75em;
  top: 2.75rem;
  z-index: 9;
}
.eye .fa {
  font-size: 1.5rem;
}



.social-login {
  text-align: center;
  margin: 20px 0;
}
.login-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.login-btn {
  border: 1px solid #ddd;
  border-radius: 25px;
  width: 100px;
  height: 50px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.login-btn:hover {
  background-color: #f1f1f1;
}
.login-btn.google i {
  color: #DB4437;
}
.login-btn.facebook i {
  color: #1877F2;
}
.login-btn.twitter i {
  color: #1DA1F2;
}
.login-btn.email i {
  color: #6e6e6e;
}
.login-btn i {
  font-size: 20px;
  color: #333;
}
</pre></body></html>