/**
* Template Name: FlexStart - v1.9.0
* Template URL: https://bootstrapmade.com/flexstart-bootstrap-startup-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif;
  color: #444444;
  background: #000;
}

a {
  color: #282d36;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}
.section-header h2 {
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.015em;
  color: #5b99e7;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}
.section-header p {
  margin: 0;
  padding: 0;
  font-size: 38px;
  line-height: 48px;
  font-weight: 700;
  color: #A6A6A6;
  letter-spacing: -0.015em;
}
@media (max-width: 768px) {
  .section-header p {
    font-size: 24px;
    line-height: 30px;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #282d36;
  min-height: 40px;
  margin-top: 82px;
  color: #fff;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 57px;
  }
}
.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol a {
  color: #fff;
  transition: 0.3s;
}
.breadcrumbs ol a:hover {
  text-decoration: underline;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #8894f6;
  content: "/";
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #282d36;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #5b99e7;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 55px 0;
}
.header.header-scrolled {
  background: #282828;
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}
.header .logo {
  line-height: 0;
  /* margin-left: 80px; */
}
.header .logo img {
  max-height: 36px;
  margin-right: 16px;
}
.header .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #282d36;
  margin-top: 3px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
  position: relative;
  height: 42px;
}
.navbar::after {
  height: 42px;
  position: absolute;
  right: -50px;
  top: 0;
  width: 100%;
  content: '';
  background: linear-gradient(270deg, rgba(166, 166, 166, 0) 7.29%, rgba(213, 213, 213, 0.35) 41.67%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}
.header.header-scrolled .navbar::after {
  background: transparent;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 65px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
  color: #C7C7C7;
  letter-spacing: -0.01em;
  white-space: nowrap;
  transition: 0.3s;
  height: 26px;
}
.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #C7C7C7;
}
.navbar .getstarted, .navbar .getstarted:focus {
  background: #5b99e7;
  width: 148px;
  padding: 8px 0;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
  color: #fafafa !important;
  background: #5b99e7;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 64px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #252525;
  box-shadow: 0px 0px 30px rgb(218 218 218 / 10%);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
  padding: 0 20px;
}
.navbar .dropdown ul li + li {
  margin-top: 12px;
}
.navbar .dropdown ul li > a {
  padding: 0;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  line-height: 34px;
  height: auto;
}
.navbar .dropdown ul > a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #989898;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #A6A6A6;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgb(71 71 71 / 100%);
  transition: 0.3s;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a, .navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #282d36;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #282d36;
}
.navbar-mobile .getstarted, .navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 20px 0;
  padding: 20px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #282d36;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-section {
  width: 100%;
  height: 100vh;
  background: #121212;
  background-size: cover;
  position: relative;
}
.hero-section h1 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #A6A6A6;
  margin: 0 0 2px;
  letter-spacing: -0.015em;
}
.hero-section h2 {
  font-weight: 600;
  color: #737373;
  margin: 0 0 5px;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.01em;
}
.hero-section h3 {
  font-weight: 600;
  color: #896A53;
  letter-spacing: -0.015em;
  margin: 0 0 5px;
  font-size: 12px;
  line-height: 15px;
}
.btn-site-theme {
  cursor: pointer;
  border-radius: 10px;
  color: #FDFDFD;

  font-weight: 700;
  font-size: 14px;
  line-height: 28px;
  text-align: center;

  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.9s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.btn-site-theme::before {
  content: '';
  width: 200%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: linear-gradient(170deg, #5b99e7 0%, #2f6aea 50%, #5b99e7 100%);
  transition: all 0.3s;
}
.btn-site-theme:hover,
.btn-site-theme:focus,
.btn-site-theme:active,
.btn-site-theme:visited {
  box-shadow: 4px 4px 10px rgba(31, 36, 39, 0.8), -4px -4px 10px rgba(72, 78, 83, 0.6);
  color: #FDFDFD;
  outline: none;
}
.btn-site-theme:hover::before {
  transform: translateX(-50%);
}
.hero-section .btn-site-theme {
  margin-top: 36px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  max-width: 185px;
  width: 185px;
}
.hero-section .hero-img {
  text-align: right;
}
@media (min-width: 1024px) {
  .hero-section {
    background-attachment: fixed;
  }
}
@media (max-width: 991px) {
  .hero-section {
    height: auto;
    padding: 120px 0 60px 0;
  }
  .hero-section .hero-img {
    text-align: center;
    margin-top: 80px;
  }
  .hero-section .hero-img img {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .hero-section {
    text-align: center;
  }
  .hero-section h1 {
    font-size: 32px;
  }
  .hero-section h2 {
    font-size: 24px;
  }
  .hero-section .hero-img img {
    width: 100%;
  }
}

/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
section.about {
  background: radial-gradient(72.89% 89.6% at 50% 50%, #0F0F0F 0%, #000000 100%);
  padding: 165px 0;
  background-size: cover;
  position: relative;
}
.about .about-wrapper {
  position: relative;
}
.about .about-wrapper + .about-wrapper {
  margin-top: 165px;
}
.about .content {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  top: 0;
  right: 0;
}
@media (min-width: 1025px) {
  .about .content .slide-content {
    transition: all 1s ease-in-out;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .content.content-left-aligned .slide-content {
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    padding-left: 10%;
    z-index: 1;
  }
  .content.content-right-aligned .slide-content {
    display: flex;
    flex-direction: column;
    text-align: right;
    align-items: flex-end;
    padding-right: 10%;
    z-index: 1;
  }
  .content.content-right-aligned .slide-content::after,
  .content.content-left-aligned .slide-content::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1250px;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
  }
  .content.content-right-aligned .slide-content::after {
    background: linear-gradient(90deg, rgba(22, 22, 22, 0) 0.02%, rgba(46, 46, 46, 0.8) 40.96%);
    right: -400px;
  }
  .content.content-left-aligned .slide-content::after {
    background: linear-gradient(270deg, #212121 -1.2%, rgba(22, 22, 22, 0) -1.19%, rgba(46, 46, 46, 0.87) 24.47%);
    left: -400px;
  }
}

.about .content h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #5b99e7;
  text-transform: uppercase;
  margin: 0;
}
.about .content h2 {
  font-size: 30px;
  line-height: 37px;
  font-weight: 700;
  color: #A6A6A6;
  margin: 0 0 16px;
}
.about .content p {
  font-size: 14px;
  line-height: 17px;
  margin: 0 0 24px;
  color: #C6C6C6;
  letter-spacing: 0.04em;
  width: 450px;
}
.about .content .btn-read-more {
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #282d36;
  box-shadow: -1px 5px 30px rgba(37, 56, 88, 0.4);
}
.about .content .btn-read-more span {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}
.about .btn-site-theme {
  width: 175px;
  height: 28px;
  font-size: 12px;
}
/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values .box {
  padding: 30px;
  box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
  text-align: center;
  transition: 0.3s;
  height: 100%;
}
.values .box img {
  padding: 30px 50px;
  transition: 0.5s;
  transform: scale(1.1);
}
.values .box h3 {
  font-size: 24px;
  color: #282d36;
  font-weight: 700;
  margin-bottom: 18px;
}
.values .box:hover {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}
.values .box:hover img {
  transform: scale(1);
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 60px;
}
.counts .count-box {
  display: flex;
  align-items: center;
  padding: 30px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}
.counts .count-box i {
  font-size: 42px;
  line-height: 0;
  margin-right: 20px;
  color: #282d36;
}
.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #0b198f;
}
.counts .count-box p {
  padding: 0;
  margin: 0;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .feature-box {
  padding: 24px 20px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
}
.features .feature-box h3 {
  font-size: 18px;
  color: #282d36;
  font-weight: 700;
  margin: 0;
}
.features .feature-box i {
  line-height: 0;
  background: #ecf3ff;
  padding: 4px;
  margin-right: 10px;
  font-size: 24px;
  border-radius: 3px;
  transition: 0.3s;
}
.features .feature-box:hover i {
  background: #282d36;
  color: #fff;
}
.features .feture-tabs {
  margin-top: 120px;
}
.features .feture-tabs h3 {
  color: #282d36;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .features .feture-tabs h3 {
    font-size: 28px;
  }
}
.features .feture-tabs .nav-pills {
  border-bottom: 1px solid #eee;
}
.features .feture-tabs .nav-link {
  background: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #282d36;
  padding: 12px 0;
  margin-right: 25px;
  margin-bottom: -2px;
  border-radius: 0;
}
.features .feture-tabs .nav-link.active {
  color: #282d36;
  border-bottom: 3px solid #282d36;
}
.features .feture-tabs .tab-content h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: #282d36;
}
.features .feture-tabs .tab-content i {
  font-size: 24px;
  line-height: 0;
  margin-right: 8px;
  color: #282d36;
}
.features .feature-icons {
  margin-top: 120px;
}
.features .feature-icons h3 {
  color: #282d36;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .features .feature-icons h3 {
    font-size: 28px;
  }
}
.features .feature-icons .content .icon-box {
  display: flex;
}
.features .feature-icons .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #282d36;
}
.features .feature-icons .content .icon-box i {
  font-size: 44px;
  line-height: 44px;
  color: #0245bc;
  margin-right: 15px;
}
.features .feature-icons .content .icon-box p {
  font-size: 15px;
  color: #848484;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
section.testimonials {
  /* background: linear-gradient(113.6deg, #252525 0%, #1D1D1D 100%); */
  background: linear-gradient(113.6deg, #0B0B0B 0%, #060606 100%);
  padding-top: 130px;
  padding-bottom: 150px;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 60px;
  margin: 40px 0;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
  background: url(../img/testimonial-bg.svg) no-repeat;
  background-size: 100%;
  border-radius: 20px;
}
.testimonials .testimonial-item .stars {
  margin-bottom: 20px;
}
.testimonials .testimonial-item .stars i {
  color: #a4e15f;
  margin: 0 1px;
  font-size: 12px;
}
.testimonials .testimonial-item .testimonial-img {
  width: 94px;
  height: 94px;
  border-radius: 50%;
  margin: 0 auto;
  background: linear-gradient(137deg, #454545 14.05%, #222222 85.29%);
  padding: 6px;
  backdrop-filter: blur(1px);
  box-shadow: 3px 3px 6px 4px #2D2D2D, -3px -3px 10px 4px #606060;
}
.testimonials .testimonial-item h3 {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  margin: 14px 0 2px;
  letter-spacing: -0.015em;
  color: #C6C6C6;
}
.testimonials .testimonial-item h4 {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: -0.05em;
  color: #C6C6C6;
  margin: 0;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.testimonials .testimonial-item h4::after {
  content: '';
  position: absolute;
  background: linear-gradient(90deg, #5b99e7 0%, #2f6aea 100%);
  border-radius: 3px;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
}
.testimonials .testimonial-item p {
  margin: 0 auto 15px;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  letter-spacing: -0.05em;
  color: #BDBDBD;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background-color: transparent;
  opacity: 1;
  border: 1px solid #C7C7C7;
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5b99e7;
  border: 0;
}
.testimonials .swiper-slide {
  opacity: 0.3;
}
.testimonials .swiper-slide-prev .testimonial-item,
.testimonials .swiper-slide-next .testimonial-item {
  filter: blur(8px);
}
.testimonials .swiper-slide-active .testimonial-item {
  filter: blur(0);
}
@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1;
  }
  .testimonials .swiper-pagination {
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .testimonials .swiper-slide {
    transform: scale(0.9);
  }
  .testimonials .swiper-slide-active {
    opacity: 1;
    transform: scale(1.1);
  }
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: #0B0B0B;
  box-shadow: 0px 18px 41px rgba(0, 0, 0, 0.09);
  padding: 70px 0 0;
}
.clients .brands-title h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  letter-spacing: -0.015em;
  color: #A6A6A6;
  margin: 0 0 50px;
}
.clients .clients-box {
  background: rgba(23, 23, 23, 0.8);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(11px);
  border-radius: 21px;
  padding: 44px 100px;
}
.mb-50 {
  margin-bottom: 50px;
}
.clients .clients-slider {
  padding: 0 100px;
  margin: 0;
}
.clients .clients-slider .swiper-slide img {
  opacity: 1;
  transition: 0.3s;
}
.clients .clients-slider .swiper-slide img:hover {
  opacity: 1;
}

.clients .clients-slider .swiper-button-next,
.clients .clients-slider .swiper-button-prev {
  height: 36px;
}
.clients .clients-slider .swiper-button-next::after,
.clients .clients-slider .swiper-button-prev::after {
  font-size: 24px;
}
.clients .clients-slider .swiper-slide {
  transform: scale(0.7);
  text-align: center;
}
.clients .clients-slider .swiper-slide img {
  filter: grayscale(100%) blur(1.7px);
}
.clients .clients-slider .swiper-slide-active {
  transform: scale(1);
}
.clients .clients-slider .swiper-slide-active img {
  filter: grayscale(0) blur(0);
}
/* partners */
.partners-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 100px;
}

/*--------------------------------------------------------------
# Recent Blog Posts
--------------------------------------------------------------*/
.recent-blog-posts {
  background: radial-gradient(52.45% 52.45% at 50% 50%, #232323 0%, #000000 0.01%, #000000 100%);
  padding-top: 130px;
  padding-bottom: 160px;
}
.recent-blog-posts .section-header {
  padding-bottom: 80px;
}
.blog-post-box-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.recent-blog-posts .post-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  background: rgba(55, 55, 55, 0.2);
  backdrop-filter: blur(2px);
  transition: 0.3s;
  height: 100%;
  overflow: hidden;
  padding: 15px;
  border-radius: 18px;
  position: relative;
  display: flex;
  flex-direction: column;
  border: 3px solid rgb(255 255 255 / 02%);
  width: 292px;
}
.recent-blog-posts .post-box .post-img {
  overflow: hidden;
  margin: -15px -15px 15px;
  position: relative;
  border-radius: 18px;
  height: 210px;
}
.recent-blog-posts .post-box .post-img img {
  transition: 0.5s;
  border-radius: 18px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.recent-blog-posts .post-box .post-date {
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: -0.05em;
  color: #5b99e7;
  display: block;
  margin-bottom: 6px;
}
.recent-blog-posts .post-box .post-title {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.015em;
  color: #C6C6C6;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  transition: 0.3s;
}
.recent-blog-posts .post-box .readmore {
  display: flex;
  align-items: center;
  font-weight: 700;
  letter-spacing: -0.05em;
  font-size: 12px;
  line-height: 15px;
  transition: 0.3s;
  color: #C6C6C6;
}
.recent-blog-posts .post-box .readmore i {
  line-height: 0;
  margin-left: 4px;
  font-size: 18px;
}
.recent-blog-posts .post-box:hover .post-title {
  color: #C6C6C6;
}
.recent-blog-posts .post-box:hover .post-img img {
  transform: rotate(6deg) scale(1.2);
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
section.contact {
  background: linear-gradient(113.6deg, #0C0C0C 0%, #060606 100%);
  padding-top: 130px;
  padding-bottom: 80px
}
.contact .info-box {
  color: #444444;
  background: #fafbff;
  padding: 30px;
}
.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #282d36;
}
.contact .info-box h3 {
  font-size: 20px;
  color: #282d36;
  font-weight: 700;
  margin: 20px 0 10px 0;
}
.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .contact-email-form {
  padding: 30px;
  height: 100%;
}
.contact .contact-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}
.contact .contact-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}
.contact .contact-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}
.contact .contact-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .contact-email-form input, 
.contact .contact-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}
.contact .contact-email-form input:focus, 
.contact .contact-email-form textarea:focus {
  border-color: #282d36;
}
.contact .contact-email-form input {
  padding: 10px 35px;
}
.contact .contact-email-form .form-control {
  background: linear-gradient(161deg, #2E2E2E 14.05%, #1F1F1F 85.29%);
  backdrop-filter: blur(2px);
  border-radius: 18px;
  box-shadow: inset -6px -3px 6px rgba(17, 17, 18, 0.1), inset 4px 2px 6px rgba(17, 17, 18, 0.1), inset 0px 2px 6px rgba(17, 17, 18, 0.1);
  border: 0;
  height: 56px;
}
.contact .contact-email-form textarea {
  padding: 16px 35px;
  margin-top: 20px;
  height: 100px !important;
  resize: none;
}
.contact .contact-email-form span.char-limit {
  display: block;
  text-align: right;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: rgba(142, 142, 142, 0.6);
  margin-top: 7px;
}
.contact .contact-email-form button {
  padding: 0;
  -webkit-appearance: none;
  border: 0; 
  width: 222px;
  height: 48px;
  margin: 56px auto 0;
  font-size: 16px;
  border-radius: 16px;
}
#toasts {
  position: fixed;
  bottom: 24px;
  right: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 999999999;
}

.toastmessage {
  background: linear-gradient(92.99deg, #1f1f1f 0%, #242424 55.41%);
  
  color: #fafafa;
  border-radius: 5px;
  padding: 1rem 2rem;
  margin: 0.8rem 0.5rem;
  box-shadow: 0 0px 16px 8px rgb(255 255 255 / 7%);
  min-width: 220px;
  cursor: default;
  z-index: 99999;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}
.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}
.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}
.blog .entry .entry-title a {
  color: #282d36;
  transition: 0.3s;
}
.blog .entry .entry-title a:hover {
  color: #282d36;
}
.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #4084fd;
}
.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}
.blog .entry .entry-meta ul li + li {
  padding-left: 20px;
}
.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}
.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}
.blog .entry .entry-content p {
  line-height: 24px;
}
.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}
.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #282d36;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}
.blog .entry .entry-content .read-more a:hover {
  background: #5969f3;
}
.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}
.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}
.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}
.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #282d36;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}
.blog .entry .entry-footer i {
  color: #0d64fd;
  display: inline;
}
.blog .entry .entry-footer a {
  color: #282d36;
  transition: 0.3s;
}
.blog .entry .entry-footer a:hover {
  color: #282d36;
}
.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}
.blog .entry .entry-footer .cats li {
  display: inline-block;
}
.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}
.blog .entry .entry-footer .tags li {
  display: inline-block;
}
.blog .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}
.blog .entry .entry-footer .share {
  font-size: 16px;
}
.blog .entry .entry-footer .share i {
  padding-left: 5px;
}
.blog .entry-single {
  margin-bottom: 30px;
}
.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}
.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #282d36;
}
.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}
.blog .blog-author .social-links a {
  color: rgba(1, 41, 112, 0.5);
  margin-right: 5px;
}
.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}
.blog .blog-comments {
  margin-bottom: 30px;
}
.blog .blog-comments .comments-count {
  font-weight: bold;
}
.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}
.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}
.blog .blog-comments .comment .comment-img img {
  width: 60px;
}
.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}
.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}
.blog .blog-comments .comment h5 a:hover {
  color: #282d36;
}
.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #282d36;
}
.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}
.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #013ca3;
  margin-bottom: 5px;
}
.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}
.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}
.blog .blog-comments .reply-form p {
  font-size: 14px;
}
.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}
.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #a0aaf8;
}
.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}
.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #a0aaf8;
}
.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}
.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #282d36;
}
.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #282d36;
}
.blog .blog-pagination {
  color: #024ed5;
}
.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}
.blog .blog-pagination li a {
  color: #282d36;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: #282d36;
}
.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: #fff;
}
.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #282d36;
  position: relative;
}
.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}
.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}
.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}
.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #282d36;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}
.blog .sidebar .search-form form button i {
  line-height: 0;
}
.blog .sidebar .search-form form button:hover {
  background: #5465f2;
}
.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}
.blog .sidebar .categories ul li + li {
  padding-top: 10px;
}
.blog .sidebar .categories ul a {
  color: #282d36;
  transition: 0.3s;
}
.blog .sidebar .categories ul a:hover {
  color: #282d36;
}
.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}
.blog .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}
.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}
.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}
.blog .sidebar .recent-posts h4 a {
  color: #282d36;
  transition: 0.3s;
}
.blog .sidebar .recent-posts h4 a:hover {
  color: #282d36;
}
.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}
.blog .sidebar .tags {
  margin-bottom: -10px;
}
.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}
.blog .sidebar .tags ul li {
  display: inline-block;
}
.blog .sidebar .tags ul a {
  color: #0257ee;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #d7e6ff;
  display: inline-block;
  transition: 0.3s;
}
.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #282d36;
  background: #282d36;
}
.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #a5c5fe;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #f6f9ff;
  background: linear-gradient(90deg, #252525 2.58%, #1D1D1D 100%);
  padding: 0 0;
  font-size: 14px;
}

.footer .footer-top {
  background: #000000;
  box-shadow: 0px 21px 25px rgba(0, 0, 0, 0.19);
  padding: 64px 0;
}
@media (max-width: 992px) {
  .footer .footer-top {
    background-position: center bottom;
  }
}
.footer .footer-top .footer-info {
  margin-bottom: 30px;
}
.footer .footer-top .footer-info .logo {
  line-height: 0;
  margin-bottom: 15px;
}
.footer .footer-top .footer-info .logo img {
  max-height: 40px;
  margin-right: 6px;
  filter: grayscale(100%);
}
.footer .footer-top .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #282d36;
  margin-top: 3px;
}
.footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}
.footer .social-links {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer .social-links a {
  font-size: 20px;
  display: inline-block;
  color: #C6C6C6;
  line-height: 0;
  margin-left: 36px;
  transition: 0.3s;
}
.footer .social-links a:hover {
  color: #C6C6C6;
}
.footer .footer-top h4 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #C6C6C6;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 22px;
  letter-spacing: -0.015em;
  margin: 0 0 22px;
}
.footer .footer-top h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 80px;
  height: 2px;
  background: linear-gradient(90deg, #5b99e7 0%, #2f6aea 100%);
  border-radius: 3px;
  left: 0;
}
.footer .footer-top .footer-links {
  margin-bottom: 30px;
}
.footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #d0d4fc;
  font-size: 12px;
  line-height: 0;
  display: none;
}
.footer .footer-top .footer-links ul li {
  padding: 0 0 0 10px;
  display: flex;
  align-items: center;
  position: relative;
}
.footer .footer-top .footer-links ul li + li {
  margin-top: 5px;
}
.footer .footer-top .footer-links ul li::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 2px;
  background: #C6C6C6;
  border-radius: 2px;
  left: 0;
}
.footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
.footer .footer-top .footer-links ul a {
  color: #C6C6C6;
  font-size: 12px;
  transition: 0.3s;
  display: inline-block;
  line-height: 16px;
  font-weight: 300;
}
.footer .footer-top .footer-links ul a:hover {
  color: #ffffff;
}
.footer .footer-top .footer-contact p {
  color: #C6C6C6;
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.045em;
}
.footer .footer-top .footer-contact p strong {
  font-weight: 700;
}
.footer .copyright-row {
    background: linear-gradient(90deg, #070707 2.58%, #0A0A0A 100%);
    height: 60px;
    display: flex;
    align-items: center;
}
.footer .copyright {
  font-size: 10px;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
  color: #C6C6C6;
  height: 60px;
  align-items: center;
  display: flex;
}

.white-text{
  color: white !important;
}

.hero-content{
  position: relative;
}
.clickable{
  cursor: pointer;
}

.sap-badge{
  position: fixed;
  bottom: 20px;
  left: 20px;
  height: 50px;
}
.sap-badge img{
  height: 100%;
  width: auto;
}