@import "https://fonts.googleapis.com/css?family=Rubik:300,400,500,700";
:root {
  --bs-primary: #005bea;
  --bs-primary-rgb: 0, 91, 234;
  --bs-success: #12925b;
  --bs-success-rgb: 18, 146, 91;
  --bs-info: #3bc3e9;
  --bs-info-rgb: 59, 195, 233;
  --bs-warning: #ffbb44;
  --bs-warning-rgb: 255, 187, 68;
  --bs-danger: #ea553d;
  --bs-danger-rgb: 234, 85, 61;
  --bs-orange: #ff8700;
  --bs-orange-rgb: 255, 135, 0;
  --bs-dark: #343a40;
  --bs-dark-rgb: 52, 58, 64;
  --bs-muted: #cccccc;
  --bs-muted-rgb: 204, 204, 204;
  --bs-white: #ffffff;
  --bs-white-rgb: 255, 255, 255;
  --bs-light: #f3f3f3;
  --bs-light-rgb: 243, 243, 243;
}
body {
  font-family: "Rubik", sans-serif;
  color: #343a40;
}
a {
  text-decoration: none !important;
  outline: none;
}
p {
  line-height: 2;
}
.font-primary {
  font-family: "Rubik", sans-serif;
}
.row > * {
  position: relative;
}
.nav-icon li a {
  margin: 0 12px !important;
}
.nav-item .nav-link {
  display: inline-block;
  color: #212529;
  text-decoration: none;
}
.nav-item .nav-link:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #ff8700;
  transition: width 0.3s;
}
.navbar-custom {
  padding: 18px 0;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
  background-color: #000;
}
.navbar-custom .navbar-nav li a {
  line-height: 26px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  text-transform: capitalize;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 6px 0;
  margin: 0 16px;
  font-weight: 400;
}
.navbar-custom .navbar-nav li .nav-link {
  padding-right: 0px;
  padding-left: 0px;
  text-transform: uppercase;
}
.navbar-custom .navbar-toggles {
  padding: 0.25rem 0.75rem;
  font-size: 18px;
  background: 0 0;
  border: 1px solid rgba(0, 0, 0, 0);
  color: #fff;
  outline: 0;
}
.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #fff;
}
.navbar-custom .navbar-nav li.active a,
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:active {
  color: #fff !important;
}
.navbar-custom .navbar-nav li.active a:after,
.navbar-custom .navbar-nav li a:hover:after,
.navbar-custom .navbar-nav li a:active:after {
  width: 100%;
  transition: width 0.3s;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: #005bea;
}
.menu-toggle {
  padding: 4.5px 10px !important;
}
.menu-toggle span {
  line-height: 27px;
}
.nav-sticky.navbar-custom {
  margin-top: 0px;
  background-color: var(--bs-bg-navbar);
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
  color: #000 !important;
}
.nav-sticky.navbar-custom .navbar-toggles {
  padding: 0.25rem 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0);
  outline: 0;
}
.nav-sticky .navbar-nav {
  margin-top: 0px;
}
.nav-sticky .navbar-nav li a {
  color: rgba(255, 255, 255, 0.7) !important;
}
.nav-sticky.navbar-custom .navbar-nav li.active a,
.nav-sticky.navbar-custom .navbar-nav li a:hover,
.nav-sticky.navbar-custom .navbar-nav li a:active {
  color: #fff !important;
}
.nav-sticky.navbar-custom .navbar-nav li.active a:after,
.nav-sticky.navbar-custom .navbar-nav li a:hover:after,
.nav-sticky.navbar-custom .navbar-nav li a:active:after {
  width: 100%;
  transition: width 0.3s;
}
.navbar-collapse .navbar-nav .nav-item {
  margin-top: 6px;
}
.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
.navbar-custom.navbar-light .navbar-nav li.active a,
.navbar-custom.navbar-light .navbar-nav li a:hover,
.navbar-custom.navbar-light .navbar-nav li a:active {
  color: #fff !important;
}
.navbar-light {
  background-color: rgba(0, 0, 0, 0);
}
.navbar-light .nav-item .nav-link:after {
  background: #fff;
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.6);
}
.navbar-light .nav-sticky.navbar-custom {
  margin-top: 0px;
  background-color: #fff;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
  color: #212529 !important;
}
.navbar-light .nav-sticky.navbar-custom .navbar-toggles {
  padding: 0.25rem 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0);
  outline: 0;
}
.navbar-light.nav-sticky .nav-item .nav-link:after {
  background: #fff !important;
}
.navbar-light.nav-sticky.navbar-custom .navbar-nav li.active a,
.navbar-light.nav-sticky.navbar-custom .navbar-nav li a:hover,
.navbar-light.nav-sticky.navbar-custom .navbar-nav li a:active {
  color: #fff !important;
}
.navbar-light.nav-sticky.navbar-custom .navbar-nav li.active a:after,
.navbar-light.nav-sticky.navbar-custom .navbar-nav li a:hover:after,
.navbar-light.nav-sticky.navbar-custom .navbar-nav li a:active:after {
  width: 100%;
  transition: width 0.3s;
}
.navbar-light .navbar-toggler {
  color: #fff;
  border-color: rgba(0, 0, 0, 0);
}
.sticky-bg-dark {
  background-color: var(--bs-sticky-bg-dark);
}
@media (min-width: 200px) and (max-width: 768px) {
  .navbar-custom {
    margin-top: 0px;
    background-color: #000 !important;
    box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    color: #fff !important;
  }
  .navbar-custom .navbar-nav {
    margin-top: 0px;
  }
  .navbar-custom .navbar-nav li a {
    transition: all 0.4s;
    color: rgba(255, 255, 255, 0.6) !important;
    margin: 0px;
  }
  .navbar-custom .navbar-nav li.active a {
    border-color: rgba(0, 0, 0, 0);
  }
  .navbar-custom > .container {
    width: 90%;
  }
  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #fff !important;
  }
  .nav-icon {
    display: block;
  }
  .nav-icon li a {
    margin: 0 10px !important;
  }
  .navbar-light .nav-item .nav-link:after {
    background: #fff;
  }
  .navbar-custom.navbar-light .navbar-nav li.active a,
  .navbar-custom.navbar-light .navbar-nav li a:hover,
  .navbar-custom.navbar-light .navbar-nav li a:active {
    color: #fff !important;
  }
}
@media (max-width: 992px) {
  .navbar-custom {
    background-color: #000 !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}
.text-custom {
  color: #ff8700 !important;
}
.text-primary {
  color: #005bea !important;
}
.text-gradient {
  background: #ff8700;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.bg-custom {
  background-color: #ff8700;
}
.btn {
  padding: 14px 36px;
  border: 1px solid;
  font-size: 13px;
  transition: all 0.5s;
  border-radius: 4px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.btn-w {
  padding: 14px 20px;
}
.btn-sm {
  padding: 10px 30px;
  font-size: 12px;
}
.btn-custom {
  background: #ff8700;
  color: #fff;
  border-color: rgba(0, 0, 0, 0);
}
.btn-custom:hover,
.btn-custom:focus,
.btn-custom:active,
.btn-custom.active,
.btn-custom.focus,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open > .dropdown-toggle.btn-custom {
  outline: none;
  text-decoration: none;
  color: #fff;
  transform: translateY(-3px);
  text-decoration: none;
  box-shadow: 0 3px 20px -8px #000;
  background: #ff8700;
}
.btn-outline {
  color: #005bea;
  border-color: #005bea;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active,
.btn-outline.focus,
.btn-outline:active,
.btn-outline:focus,
.btn-outline:hover,
.open > .dropdown-toggle.btn-outline {
  outline: none;
  text-decoration: none;
  color: #fff;
  background: #005bea;
  transform: translateY(-3px);
  box-shadow: 0 3px 20px -8px #000;
  border: none;
}
.btn-custom-primary {
  background: #005bea;
  color: #fff;
  border-color: rgba(0, 0, 0, 0);
}
.btn-custom-primary:hover,
.btn-custom-primary:focus,
.btn-custom-primary:active,
.btn-custom-primary.active,
.btn-custom-primary.focus,
.btn-custom-primary:active,
.btn-custom-primary:focus,
.btn-custom-primary:hover,
.open > .dropdown-toggle.btn-custom-primary {
  outline: none;
  text-decoration: none;
  color: #fff;
  transform: translateY(-3px);
  text-decoration: none;
  box-shadow: 0 3px 20px -8px #000;
  background-color: #005bea;
}
.mode-btn {
  position: fixed;
  top: 20%;
  left: 0px;
  z-index: 1021;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #005bea;
  border: 1px solid #005bea;
  font-size: 22px;
  text-align: center;
  border-radius: 0;
}
.mode-btn .mode-light {
  display: block;
}
.mode-btn .mode-dark {
  display: none;
}
[data-bs-theme="dark"] .mode-btn .mode-light {
  display: none;
}
[data-bs-theme="dark"] .mode-btn .mode-dark {
  display: block;
}
[dir="rtl"] .mode-btn {
  right: 0px;
}
.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.bg-overlay {
  background-color: #000;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.f-12 {
  font-size: 12px;
}
.f-13 {
  font-size: 13px;
}
.f-14 {
  font-size: 14px;
}
.f-15 {
  font-size: 15px;
}
.f-16 {
  font-size: 16px;
}
.f-17 {
  font-size: 17px;
}
.f-18 {
  font-size: 18px;
}
.f-19 {
  font-size: 19px;
}
.f-20 {
  font-size: 20px;
}
.home-center {
  display: table;
  width: 100%;
  height: 100%;
}
.home-desc-center {
  display: table-cell;
  vertical-align: middle;
}
.text-dark {
  color: var(--bs-text-dark) !important;
}
.bg-light {
  background-color: var(--bs-light-rgb) !important;
}
.bg-dark {
  background-color: var(--bs-bg-dark) !important;
}
.text-muted {
  color: rgba(173, 181, 189, 0.7490196078) !important;
}
[dir="rtl"] [type="email"],
[dir="rtl"] [type="number"],
[dir="rtl"] [type="tel"],
[dir="rtl"] [type="url"] {
  direction: rtl;
}
[data-bs-theme="dark"] {
  --bs-gray-100: #11151b;
  --bs-gray-200: #161c24;
  --bs-gray-300: #1d2229;
  --bs-gray-400: rgba(92, 93, 94, 0.4705882353);
  --bs-gray-500: #3f4347;
  --bs-gray-600: #a2a2a3;
  --bs-gray-700: #a1a7ad;
  --bs-gray-800: #eff2f7;
  --bs-gray-900: #f3f6f9;
  --bs-body-color: #eff2f7 !important;
  --bs-body-bg: #11151b !important;
  --bs-bg-navbar: #11151b !important;
  --bs-light-rgb: #161c24 !important;
  --bs-white-bg: #161c24 !important;
  --bs-text-dark: #eff2f7 !important;
  --bs-border-color: #3f4347 !important;
  --bs-bg-box: rgba(92, 93, 94, 0.4705882353) !important;
  --bs-border-icon: #a2a2a3 !important;
  --bs-bg-dark: #161c24 !important;
  --bs-sticky-bg-dark: #11151b !important;
  --bs-text-primary: #f3f6f9 !important;
  --bs-box-shadow: rgb(209 194 194 / 10%) 0px 0px 10px 1px !important;
  --bs-box-shadow-button-1: 0 0 0 9px rgba(0, 0, 0, 0.15) !important;
  --bs-box-shadow-button-2: rgba(0, 0, 0, 0.1) !important;
}
:root,
[data-bs-theme="light"] {
  --bs-body-color: #343a40;
  --bs-body-bg: #ffffff;
  --bs-bg-navbar: #000000;
  --bs-light-rgb: #f8f9fa;
  --bs-white-bg: #ffffff;
  --bs-text-dark: #343a40;
  --bs-border-color: #f3f3f3;
  --bs-bg-box: rgba(255, 255, 255, 0.2509803922);
  --bs-border-icon: #343a40;
  --bs-bg-dark: #212529;
  --bs-sticky-bg-dark: #000000;
  --bs-text-primary: #005bea;
  --bs-box-shadow: rgb(209 194 194 / 30%) 0px 0px 10px 1px;
  --bs-box-shadow-button-1: 0 0 0 9px rgba(255, 255, 255, 0.15);
  --bs-box-shadow-button-2: rgba(255, 255, 255, 0.1);
}
.home-center {
  display: table;
  width: 100%;
  height: 100%;
}
.home-desc-center {
  display: table-cell;
  vertical-align: middle;
}
.home-1-bg {
  background-image: url("../images/home-1-bg.png");
  position: relative;
  background-size: cover;
  padding: 300px 0;
  background-position: center center;
}
.home-1-shape .shape-ltr {
  display: block;
}
.home-1-shape .shape-rtl {
  display: none;
}
.home-1-shape {
  position: absolute;
  bottom: -1px;
  padding: 0;
  right: 0;
  left: 0;
}
.home-1-title {
  z-index: 1;
  position: relative;
}
.home-2-bg {
  background-image: url("../images/home-2-bg.png");
  background-color: #0e6cff;
  position: relative;
  background-size: cover;
  padding: 250px 0;
  background-position: center center;
}
.home-2-title {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.home-2-img {
  z-index: 1;
  position: relative;
}
.home-2-bottom-img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  opacity: 0.15;
}
.mover-img {
  animation: mover 1s infinite alternate;
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-12px);
  }
}
.home-3-bg {
  background-image: url("../images/home-3-bg.png");
  background-color: #005bea;
  position: relative;
  background-size: cover;
  padding: 250px 0;
  background-position: center center;
}
.home-3-bg .home-3-shape .home-3-shape-light {
  display: block;
}
.home-3-bg .home-3-shape .home-3-shape-dark {
  display: none;
}
.home-3-bg .home-3-shape .home-3-shape-light-rtl {
  display: none;
}
.home-3-bg .home-3-shape .home-3-shape-dark-rtl {
  display: none;
}
.home-3-shape {
  position: absolute;
  padding: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.play-icon-circle {
  background: #ff8700;
  height: 46px;
  width: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
}
.home-3-content {
  z-index: 1;
  position: relative;
}
.video-box {
  width: 100%;
}
.home-modal {
  border: 0;
  background-color: rgba(0, 0, 0, 0);
}
.home-modal .btn-close {
  width: 24px;
  height: 24px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  position: relative;
  top: 60px;
  right: 3px;
  z-index: 3;
}
.home-modal .btn-close:hover,
.home-modal .btn-close:focus {
  opacity: 0.5;
}
.home-modal video:focus {
  outline: none;
}
.home-4-bg {
  background-image: url("../images/home-4-bg.jpg");
  position: relative;
  background-size: cover;
  padding: 350px 0;
  background-position: center;
}
.home-4-content {
  max-width: 450px;
}
.subcribe-form input {
  padding: 12px 18px;
  background-color: var(--bs-body-bg);
  width: 68%;
  border: none;
  border-radius: 4px;
  outline: none !important;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.2);
}
.subcribe-form input.mdi {
  color: var(--bs-body-color);
}
.video-button {
  position: absolute;
  right: 0px;
  left: 0;
  margin: 0 auto;
  display: block;
  text-align: center;
  bottom: 50%;
  transform: translateY(50%);
}
.video-button .play-icon-circle {
  background: var(--bs-body-bg);
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 30px;
  box-shadow: var(--bs-box-shadow-button-1);
}
.video-button .play-icon-circle:after {
  content: "";
  background: var(--bs-box-shadow-button-2);
  height: 106px;
  width: 106px;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  right: 0;
  margin: 0 auto;
  bottom: 50%;
  transform: translateY(50%);
}
.home-5-bg {
  background-image: url("../images/home-5-bg.jpg");
  position: relative;
  background-size: cover;
  padding: 320px 0;
  background-position: center center;
}
.home-5-content {
  z-index: 1;
  position: relative;
}
.home-6-bg {
  background-image: linear-gradient(45deg, #005bea 0%, #039bea 100%);
  position: relative;
  background-size: cover;
  padding: 150px 0;
  background-position: center center;
}
.home-6-bg .home-6-shape-light {
  display: block;
}
.home-6-bg .home-6-shape-dark {
  display: none;
}
.home-6-bg .home-6-shape-light-rtl {
  display: none;
}
.home-6-bg .home-6-shape-dark-rtl {
  display: none;
}
.home-6-content {
  background-image: url("../images/home-6-img-bg.png");
  position: relative;
  background-size: cover;
  background-position: center center;
}
.home-7-bg {
  position: relative;
  background-size: cover;
  padding: 280px 0px 210px 0px;
  background-position: center center;
}
.search-form input {
  padding: 12px 20px;
  width: 70%;
  font-size: 17px;
  color: var(--bs-body-color) !important;
  border: none;
  outline: none !important;
  background-color: var(--bs-body-bg);
  border-radius: 30px;
}
.search-form form {
  position: relative;
  max-width: 560px;
  margin: 0px auto;
}
.back-slide img {
  width: 100%;
  top: 0;
  position: absolute;
}
.home-8-bg {
  position: relative;
  background-size: cover;
  padding: 380px 0;
  background-position: center center;
}
.home-8-content .play-icon-circle {
  height: 64px;
  width: 64px;
  line-height: 64px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 28px;
}
.home-8-content a span {
  font-size: 16px;
  padding-left: 3px;
  position: relative;
  top: -5px;
}
.home-8-title .letter {
  display: inline-block;
  line-height: 1em;
}
#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 1199.98px) {
  .home-7-bg {
    padding: 245px 0px 155px 0px;
  }
}
[data-bs-theme="dark"] .home-3-bg .home-3-shape .home-3-shape-light {
  display: none;
}
[data-bs-theme="dark"] .home-3-bg .home-3-shape .home-3-shape-dark {
  display: block;
}
[data-bs-theme="dark"] .home-3-bg .home-3-shape .home-3-shape-light-rtl {
  display: none;
}
[data-bs-theme="dark"] .home-3-bg .home-3-shape .home-3-shape-dark-rtl {
  display: none;
}
[data-bs-theme="dark"] .home-6-bg .home-6-shape-light {
  display: none;
}
[data-bs-theme="dark"] .home-6-bg .home-6-shape-dark {
  display: block;
}
[data-bs-theme="dark"] .home-6-bg .home-6-shape-light-rtl {
  display: none;
}
[data-bs-theme="dark"] .home-6-bg .home-6-shape-dark-rtl {
  display: none;
}
[dir="rtl"] .home-1-bg {
  background-image: url("../images/home-1-bg-rtl.png");
}
[dir="rtl"] .home-1-bg .home-1-shape .shape-ltr {
  display: none;
}
[dir="rtl"] .home-1-bg .home-1-shape .shape-rtl {
  display: block;
}
[dir="rtl"] .home-3-bg .home-3-shape .home-3-shape-light {
  display: none;
}
[dir="rtl"] .home-3-bg .home-3-shape .home-3-shape-dark {
  display: none;
}
[dir="rtl"] .home-3-bg .home-3-shape .home-3-shape-light-rtl {
  display: block !important;
}
[dir="rtl"] .home-3-bg .home-3-shape .home-3-shape-dark-rtl {
  display: none !important;
}
[dir="rtl"] .home-6-bg .home-6-shape-light {
  display: none;
}
[dir="rtl"] .home-6-bg .home-6-shape-dark {
  display: none;
}
[dir="rtl"] .home-6-bg .home-6-shape-light-rtl {
  display: block !important;
}
[dir="rtl"] .home-6-bg .home-6-shape-dark-rtl {
  display: none !important;
}
[dir="rtl"] #myVideo {
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
}
[dir="rtl"]
  [data-bs-theme="dark"]
  .home-3-bg
  .home-3-shape
  .home-3-shape-light-rtl {
  display: none !important;
}
[dir="rtl"]
  [data-bs-theme="dark"]
  .home-3-bg
  .home-3-shape
  .home-3-shape-dark-rtl {
  display: block !important;
}
[dir="rtl"] [data-bs-theme="dark"] .home-6-bg .home-6-shape-light-rtl {
  display: none !important;
}
[dir="rtl"] [data-bs-theme="dark"] .home-6-bg .home-6-shape-dark-rtl {
  display: block !important;
}
[dir="rtl"] .home-4-bg {
  background-image: url("../images/home-4-bg-rtl.png");
}
[dir="rtl"] .home-5-bg {
  background-image: url("../images/home-5-bg-rtl.png");
}
.bg-about {
  background-image: url("../images/bg-about.png");
  background-color: #005bea;
  position: relative;
  background-size: cover;
  background-position: center center;
}
.bg-about.bg-light-about {
  background-image: url("../images/bg-light-about.png");
}
.title-border-color:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 2px;
  background-color: #fff;
  top: 15px;
  right: 0;
  left: 0;
  border-radius: 50px;
}
.title-border-color:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 6px;
  background-color: #ff8700;
  top: 13px;
  left: 0px;
  right: 0;
  border-radius: 50px;
}
.about-desc h3 {
  line-height: 1.5;
}
.about-img img {
  border: 6px solid rgba(238, 238, 238, 0.2);
  border-radius: 5px;
}
.about-img.light-img img {
  border: 6px solid rgba(0, 91, 234, 0.2);
}
.about-img .img-title {
  position: absolute;
  top: 20px;
  left: 10px;
  max-width: 220px;
  text-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.about-box {
  transition: all 0.5s;
}
.about-box.about-light .about-icon {
  border: 1px solid var(--bs-border-icon);
  -webkit-text-stroke: 1px var(--bs-text-dark) !important;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.about-box.about-light:hover .about-icon {
  background-color: #005bea;
  box-shadow: 0 0 0 7px rgba(0, 91, 234, 0.15);
  border-color: #005bea;
}
.about-box.about-light:hover i {
  -webkit-text-stroke: 1px #fff;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.about-box .about-icon {
  border: 1px solid #fff;
  height: 62px;
  width: 62px;
  line-height: 62px;
  margin: 0 auto;
  border-radius: 50px;
  transition: all 0.5s;
}
.about-box .about-icon i {
  -webkit-text-stroke: 1px #fff;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  font-size: 34px;
  transition: all 0.5s;
}
.about-box:hover .about-icon {
  background-color: var(--bs-body-bg);
  box-shadow: var(--bs-box-shadow-button-1);
  transition: all 0.5s;
  border: 1px solid var(--bs-body-bg);
}
.about-box:hover i {
  -webkit-text-stroke: 1px #005bea;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.about-box.about-light .about-icon i {
  -webkit-text-stroke: 1px var(--bs-text-dark);
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.about-box.about-light:hover i {
  -webkit-text-stroke: 1px #fff;
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.title-border-simple:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 2px;
  background-color: #005bea;
  top: 15px;
  right: 0;
  left: 0;
  border-radius: 50px;
}
.title-border-simple:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 6px;
  background-color: #ff8700;
  top: 13px;
  left: 0px;
  right: 0;
  border-radius: 50px;
}
.service-box {
  border: 1px solid var(--bs-border-color);
  transition: all 0.4s;
}
.service-box .service-icon {
  background-color: rgba(0, 91, 234, 0.08);
  height: 64px;
  width: 64px;
  line-height: 64px;
  border-radius: 50px;
  text-align: center;
  transition: all 0.4s;
}
.service-box .service-icon i {
  font-size: 28px;
  color: #005bea;
  transition: all 0.4s;
}
.service-box:hover {
  transform: scale(1.01);
  border-color: rgba(0, 0, 0, 0);
  box-shadow: var(--bs-box-shadow);
  transition: all 0.4s;
}
.service-box:hover .service-icon {
  background-color: #005bea;
  box-shadow: 0 0 0 7px rgba(0, 91, 234, 0.15);
  transition: all 0.4s;
}
.service-box:hover .service-icon i {
  color: #fff;
  transition: all 0.4s;
}
.service-box:hover .service-title a {
  color: #005bea !important;
  transition: all 0.4s;
}
.features-content .features-icon i {
  font-size: 46px;
}
.features-content .right-arrow {
  font-size: 26px;
  position: relative;
  top: 4px;
  line-height: 0;
}
.features-img {
  background-image: url("../images/features-bg-effect.png");
  position: relative;
  background-size: cover;
  background-position: center center;
}
.features-img:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 360px;
  width: 360px;
  background-color: #005bea;
  margin: 0 auto;
  border-radius: 50%;
  bottom: 50%;
  transform: translateY(50%);
  transition: all 0.5s;
}
.features-img:hover:after {
  box-shadow: 0 0 0px 10px rgba(0, 91, 234, 0.1);
  transition: all 0.5s;
}
.features-img img {
  z-index: 1;
  position: relative;
  transition: all 0.5s;
}
.features-img img:hover {
  transform: scale(1.05);
  transition: all 0.5s;
}
.pricing-box {
  border: 1px solid var(--bs-border-color);
  transition: all 0.5s;
}
.pricing-box sup {
  top: -10px;
  font-size: 18px;
}
.pricing-box .price {
  border-bottom: 1px solid var(--bs-border-color);
  transition: all 0.5s;
}
.pricing-box .price h1 {
  line-height: 0.8;
}
.pricing-box .price h5 {
  transition: all 0.5s;
}
.pricing-box .price:after {
  content: "";
  background-color: var(--bs-light-rgb);
  height: 20px;
  width: 20px;
  position: absolute;
  bottom: -10px;
  transform: rotate(45deg);
  left: 0;
  right: 0;
  margin: 0 auto;
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  transition: all 0.5s;
}
.pricing-box .pricing-list li {
  margin: 20px 0px;
}
.pricing-box:hover,
.pricing-box.active {
  transform: scale(1.03);
  box-shadow: var(--bs-box-shadow);
  transition: all 0.5s;
  border: 1px solid rgba(0, 0, 0, 0);
}
.pricing-box:hover .price,
.pricing-box.active .price {
  background-color: #005bea !important;
  transition: all 0.5s;
  border-color: #005bea;
}
.pricing-box:hover .price:after,
.pricing-box.active .price:after {
  background-color: #005bea !important;
  transition: all 0.5s;
  border-color: #005bea;
}
.pricing-box:hover .price h2,
.pricing-box:hover .price h5,
.pricing-box.active .price h2,
.pricing-box.active .price h5 {
  color: #fff !important;
  transition: all 0.5s;
}
.bg-clients {
  background-image: url("../images/bg-clients.jpg");
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
.testi-content {
  position: relative;
}
.testi-content .testi-box {
  background-color: var(--bs-bg-box);
  border-radius: 4px;
  padding: 40px 34px 65px;
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% 88%,
    91% 88%,
    92% 100%,
    87% 88%,
    0 88%
  );
  clip-path: polygon(0 0, 100% 0, 100% 88%, 91% 88%, 92% 100%, 87% 88%, 0 88%);
  margin: 0px 10px;
}
.testi-content .testi-box .quote-img img {
  position: absolute;
  right: 40px;
  top: 30px;
}
.testi-content .client-img img {
  max-width: 72px;
  border: 6px solid rgba(255, 255, 255, 0.1);
}
.testi-content .clients-name .after-border {
  position: absolute;
  border-bottom: 1px solid #ff8700;
  height: 1px;
  width: 40px;
  margin-left: -50px;
  top: 10px;
}
.text-white-70 {
  color: rgba(255, 255, 255, 0.8);
}
.tns-outer .tns-nav {
  text-align: center;
}
.tns-outer .tns-nav button {
  width: 22px;
  height: 3px;
  margin: 5px 7px;
  background: rgba(255, 135, 0, 0.5);
  border: none;
}
.tns-outer .tns-nav button:hover,
.tns-outer .tns-nav button:focus,
.tns-outer .tns-nav button:active {
  outline: none;
}
.tns-outer .tns-nav button.tns-nav-active {
  background-color: #ff8700 !important;
}
[dir="rtl"] .tns-visually-hidden {
  left: auto !important;
  right: -100% !important;
}
[dir="rtl"] .testi-content .clients-name h6 {
  display: inline-block;
}
[dir="rtl"] .testi-content .clients-name h6 span.after-border {
  left: calc(100% + 60px);
}
[dir="rtl"] .testi-content .testi-box {
  -webkit-clip-path: polygon(
    0 0,
    100% 0,
    100% 88%,
    14% 88%,
    8% 100%,
    10% 88%,
    0 88%
  );
  clip-path: polygon(0 0, 100% 0, 100% 88%, 14% 88%, 8% 100%, 10% 88%, 0 88%);
  text-align: end;
}
[dir="rtl"] .testi-content .testi-box .quote-img img {
  left: 40px;
  right: auto;
}
.blog .blog-content {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 18px;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  top: -25px;
  transition: all 0.5s;
  background-color: var(--bs-white-bg) !important;
}
.blog .blog-content:hover {
  transform: scale(1.02);
  box-shadow: 0 0 13px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
}
.blog .blog-content .read-more {
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  padding: 8px 0;
}
.blog .blog-content .read-more i {
  opacity: 0;
  transition: all 0.5s;
}
.blog .blog-content .read-more:hover i {
  opacity: 1;
  margin-left: 5px;
  transition: all 0.5s;
}
.blog .blog-date {
  background-color: #005bea;
  position: absolute;
  padding: 2px 12px;
  border-radius: 4px;
}
.blog .blog-date p {
  letter-spacing: 0.8px;
}
.contact-box {
  box-shadow: var(--bs-box-shadow);
  background-color: var(--bs-body-bg);
}
.contact-box .form-control:focus {
  box-shadow: none;
  background-color: var(--bs-light-rgb);
  border-color: var(--bs-border-color) var(--bs-border-color) #ff8700;
}
.contact-box .form-control {
  padding: 12px 16px;
  font-size: 14px;
  border-radius: 5px;
  border-color: var(--bs-border-color);
  background-color: rgba(0, 0, 0, 0);
}
.contact-box .form-group {
  margin-bottom: 22px;
}
.contact-box .contact-icon {
  border: 1px solid #bdbdbd;
  width: 42px;
  height: 42px;
  border-radius: 50px;
  line-height: 48px;
  text-align: center;
  transition: all 0.5s;
}
.contact-box .follow-icon li {
  margin: 0 3px !important;
}
.contact-box .follow-icon li a {
  background-color: rgba(0, 0, 0, 0);
  height: 38px;
  width: 38px;
  display: block;
  line-height: 38px;
  text-align: center;
  border-radius: 50px;
  transition: all 0.5s;
}
.contact-box .follow-icon li a:hover {
  background-color: #ff8700;
  color: #fff !important;
  height: 38px;
  width: 38px;
  position: relative;
  display: block;
  line-height: 38px;
  text-align: center;
  border-radius: 50px;
  box-shadow: 0 0 0 6px rgba(255, 135, 0, 0.15);
  transition: all 0.5s;
}
.contact-loader {
  display: none;
}
#success_page {
  background-color: rgba(18, 146, 91, 0.25);
  padding: 10px 20px;
  border-radius: 4px;
}
.app-contact-desc p {
  overflow: hidden;
}
.error-msg {
  padding: 7px;
}
.footer-bg {
  background-image: url("../images/footer-bg.png");
  background-size: cover;
  background-position: center center;
  padding-top: 80px;
  padding-bottom: 30px;
  position: relative;
}
.footer-sub-menu li {
  margin: 14px 0 !important;
}
.footer-sub-menu li a {
  position: relative;
  transition: all 0.5s;
}
.footer-sub-menu li a:after {
  content: "";
  background-color: #ff8700;
  height: 1px;
  width: 0%;
  position: absolute;
  left: 0;
  bottom: -5px;
  transition: all 0.5s;
}
.footer-sub-menu li a:hover {
  color: #ff8700 !important;
  transition: all 0.5s;
}
.footer-sub-menu li a:hover:after {
  width: 100%;
  transition: all 0.5s;
}
@media (min-width: 200px) and (max-width: 768px) {
  .mt-40 {
    margin-top: 40px;
  }
  .contact-box {
    padding: 8px !important;
  }
  .home-3-title {
    font-size: 36px;
  }
  .video-button {
    position: static;
  }
  .home-4-content {
    max-width: 100%;
  }
  .home-7-bg {
    padding: 100px 0 70px 0;
  }
  .back-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (max-width: 992px) {
  .home-2-bg,
  .home-1-bg {
    padding: 200px 0 150px 0;
  }
  .home-3-bg {
    padding: 210px 0;
  }
  .home-4-bg {
    padding: 200px 0 170px 0;
  }
  .home-5-bg {
    padding: 180px 0 130px 0;
  }
  .home-6-bg {
    padding: 130px 0 110px 0;
  }
  .home-8-bg {
    padding: 190px 0 130px 0;
  }
}
@media (max-width: 375px) {
  .testi-content .testi-box .quote-img img {
    top: 5px;
    margin: 20px 0 0 0;
  }
  .testi-content .testi-box {
    padding-top: 70px;
  }
}
@media (max-width: 425px) {
  .mt-10 {
    margin-top: 10px;
  }
  .subcribe-form input {
    width: 100%;
  }
  .features-img:after {
    height: 100%;
    width: 100%;
  }
  .features-content {
    padding: 30px 0;
  }
  .home-6-title {
    font-size: 34px;
  }
  .home-6-bg {
    height: auto;
  }
  .home-4-bg {
    height: auto;
  }
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(45deg, #00c6fb, #005bea);
  z-index: 9999999;
}
#preloader #status {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto;
}
.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #fff;
  float: left;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube2 {
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube3 {
  animation-delay: 0.4s;
}
.sk-cube-grid .sk-cube4 {
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube5 {
  animation-delay: 0.2s;
}
.sk-cube-grid .sk-cube6 {
  animation-delay: 0.3s;
}
.sk-cube-grid .sk-cube7 {
  animation-delay: 0s;
}
.sk-cube-grid .sk-cube8 {
  animation-delay: 0.1s;
}
.sk-cube-grid .sk-cube9 {
  animation-delay: 0.2s;
}
@keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
} /*# sourceMappingURL=style.min.css.map */

.navbar-custom .navbar-nav li .nav-link{

    font-size: 14px !important;
}