:root {
  --background-blue: #010811;
  --hero-height: 500px;
}

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

html {
  font-family: "Ubuntu", sans-serif;
  font-size: 10px;
  /* background: var(--background-blue); */
}

body {
  overflow-x: hidden;
  background: rgba(248, 248, 248, 1);
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  outline: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ddd !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #ddd !important;
  font-size: 1.5rem !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #ddd !important;
  font-size: 1.5rem !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ddd !important;
  font-size: 1.5rem !important;
}

h2 {
  font-size: 32px;
  line-height: 42px;
  color: #204163;
  margin: 0 0 10px;
  font-weight: 600;
  letter-spacing: -1px;
}

h3,
h4 {
  margin: 0 0 10px;
  font-weight: 600;
  line-height: 1.7;
  color: #204;
  letter-spacing: -0.5px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 16px;
}

h5,
h6 {
  font-size: 14px;
  margin: 0 0 10px;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Ubuntu", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #204163;
}

ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  border: none;
  outline: none;
  max-width: 100%;
}

p {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 15px;
}

nav {
  height: 8rem;
  display: flex;
  background: transparent;
  padding: 0 5%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 1rem;
  left: 0;
  z-index: 9999;
  width: 100%;
  transition: all 2s ease-in-out;
}

.nav-link {
  display: flex;
  /* background: lightsalmon; */
  width: 70%;
  /*padding: 0;
    vertical-align: middle;
    border: none; */
  margin-left: auto;
  vertical-align: middle;
  justify-content: space-around;
  align-items: center;
}

.nav-link>li {
  line-height: 16rem;
  position: relative;
  display: flex;
  align-items: center;
}

.nav-link>li.move-right {
  margin: auto 0 auto 1.2rem;
  line-height: initial;
}

.sub-menu {
  width: 20rem;
  display: block;
  border-top: 3px solid #eb3007;
  position: absolute;
  background: #191919;
  top: 20rem;
  opacity: 0;
  visibility: hidden;
  transition: all 650ms ease-in-out;
  left: 16rem;
}

.sub-menu::before {
  content: "";
  position: absolute;
  top: -2.5rem;
  left: 3rem;
  border: 1.2rem solid transparent;
  border-bottom: 1.2rem solid #eb3007;
}

.nav-link>li>.sub-menu>li {
  line-height: 4rem;
}

.nav-link li:hover>.sub-menu {
  top: 13rem;
  left: 0;
  opacity: 1;
  visibility: visible;
}

.nav-link a {
  color: #eee;
  text-decoration: none;
  font-size: 1.5rem;
  display: block;
  text-transform: uppercase;
  padding: 0 1.5rem;
  transition: color 400ms ease-in-out;
}

.nav-link a:hover {
  color: #f92500;
}

.login {
  background: rgb(255, 255, 255) !important;
  border: 0.2rem solid #fff;
  line-height: 4rem !important;
  display: inline-block;
  color: black !important;
  padding-bottom: 1.8rem !important;
}

.login:hover {
  color: white !important;
}

.signup {
  background: rgb(238, 3, 3) !important;
  border: 0.2rem solid rgb(238, 3, 3);
  line-height: 4rem !important;
  display: inline-block;
  padding-bottom: 1.8rem !important;
}

.signup:hover {
  color: #fff !important;
}

.--mobile {
  display: none;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */

.sticky {
  position: fixed;
  background: #fff;
  top: 0;
  width: 100%;
  box-shadow: 5px 5px 19px 0px rgba(95, 95, 95, 0.5);
}

.sticky .nav-link li a {
  color: #000;
}

.sticky .nav-link li .sub-menu a {
  color: #fff;
}

.sticky .login {
  border: 2px solid rgb(238, 3, 3) !important;
}

@media screen and (max-width: 950px) {
  .--desktop {
    display: none;
  }

  .sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    background: #fff !important;
  }

  nav {
    position: relative !important;
    background: var(--background-blue) !important;
    box-shadow: 2px 2px 1px 0px rgba(95, 95, 95, 0.5);
    padding-bottom: 0.8rem;
    top: 1px;
  }

  .harmburger {
    position: absolute;
    right: 5%;
    top: 50%;
    cursor: pointer;
    transform: translate(-5%, -50%);
    z-index: 99999999999;
  }

  .line {
    width: 30px;
    height: 3px;
    background: #fff;
    margin: 5px;
  }

  .sticky .line {
    width: 30px;
    height: 3px;
    background: #000;
    margin: 5px;
  }

  .sticky .nav-link>li a {
    color: #fcf6f6;
  }

  .--mobile {
    position: fixed;
    width: 100%;
    height: 100vh;
    flex-direction: column;
    background-color: var(--background-blue);
    left: 0;
    top: 0;
    z-index: 999999;
    clip-path: circle(50px at 90% -10%);
    -webkit-clip-path: circle(50px at 90% -10%);
    transition: all 1s ease-out;
    /* pointer-events: none; */
    display: flex;
    padding-top: 15rem;
  }

  .--mobile .open {
    /* clip-path: circle(1000px at 90% -10%) !important;
        -webkit-clip-path: circle(1000px at 90% -10%) !important; */
    pointer-events: all;
  }

  .nav-link {
    align-items: flex-start;
    justify-content: left;
  }

  .nav-link li {
    border: 3px solid transparent;
    border-left-color: #eb3007;
    line-height: 3rem;
    position: relative;
  }

  .nav-link li a {
    font-size: 1.6rem;
  }

  .sub-menu {
    border: 3px solid transparent;
    border-left-color: #eb3007;
    position: absolute;
    left: 0;
    background: #191919;
    margin-left: 1rem;
    max-height: 0;
  }

  .sub-menu::before {
    /* display: none; */
    content: "";
    position: absolute;
    top: 0;
    left: -3rem;
    border: 1.2rem solid transparent;
    border-right: 1.2rem solid #eb3007;
  }

  .nav-link li:hover>.sub-menu {
    opacity: 1;
    top: 1rem;
    left: 10rem;
    visibility: visible;
    max-height: 15rem;
  }

  .nav-link li:nth-child(1) {
    transition: all 1s ease 0.2s;
  }

  .nav-link li:nth-child(2) {
    transition: all 1s ease 0.4s;
  }

  .nav-link li:nth-child(3) {
    transition: all 1s ease 0.6s;
  }

  .nav-link li:nth-child(4) {
    transition: all 1s ease 0.8s;
  }

  .nav-link li:nth-child(5) {
    transition: all 1s ease 0.1s;
  }

  .nav-link li:nth-child(6) {
    transition: all 1s ease 0.12s;
  }

  li.fade {
    opacity: 1;
  }
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero-section {
  width: 100%;
  height: 600px;
  border-top: 1px solid #eaeaea;
  z-index: 1;
  
  background: #1d2330;
  background-image: url(../images/fvv-hero.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;

  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /* This vertically centers children */
}

@media (max-width: 764px) {
  .hero-section {
    background-image: url(../images/fvv__hero-image.jpg);
    background-size: cover;
    height: 500px;
  }
}

.hero-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, hsla(223°, 19%, 18%, 1) 0%, hsla(233, 100%, 3%, 1) 100%);
}

.hero--container {
  position: absolute;
  display: flex;
  width: 100%;
  top: 80px;
  bottom: 0;
}

@media (max-width: 769px) {
  .hero--container {
    top: 0px;
    flex-direction: column;
    background: linear-gradient(270deg, hsla(223°, 19%, 18%, 1) 0%, hsla(233, 100%, 3%, 1) 100%);
  }
}

.hero__image-container {
  width: 100%;
  position: relative;
}


.hero__eyebrow-subtitle {
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #79a9ff;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

.hero__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  line-height: 1.3;
  color: #fff;
}

.glass-card-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 5;
  background: rgba(33, 9, 141, 0.05);
}

@media screen and (max-width: 964px) {
  .glass-card-wrapper {
    background: transparent;
    margin-top: 160px;
  }
}

.glass-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem 1.5rem;
  color: rgb(255, 255, 255);
  font-family: "Segoe UI", "Helvetica Neue", sans-serif;
  width: 360px;
  margin-left: 125px;
  text-align: left;
  animation: slideInLeft 1s ease-out forwards;
}

@media (max-width: 769px) {
  .glass-card {
    margin: 0 auto;
  }
}

.hero__eyebrow-subtitle {
  font-size: 1.35rem !important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #f1eaa8;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.hero__title {
  font-size: 4.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  line-height: 1.3;
  color: #fff;
  text-wrap: wrap;
  text-transform: uppercase;
}

.hero__text {
  font-size: 1.5rem;
  color: #d6d6d6;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

@media (max-width: 769px) {
  .hero__background-image {
    position: relative;
    z-index: 2;
    width: 100vw;
    height: 100%;
    min-height: 700px;
    align-items: center;
  }
}

.hero__background-image {
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 2;
}

.hero__background-image div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 3;
  background: rgba(8, 8, 8, 0.486);
}

.picturefill-background {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;

}

.hero__container {
  width: 100%;
  align-items: center;
  display: flex;
  height: 100%;
  background: #001A37;
  background: -webkit-linear-gradient(90deg, rgba(0, 26, 55, 1) 0%, rgba(1, 8, 17, 1) 100%);
  background: -moz-linear-gradient(90deg, rgba(0, 26, 55, 1) 0%, rgba(1, 8, 17, 1) 100%);
  background: linear-gradient(90deg, rgba(0, 26, 55, 1) 0%, rgba(1, 8, 17, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#001A37", endColorstr="#010811", GradientType=1);
}

@media (max-width: 769px) {
  .hero__container {
    height: 50%;
    display: none;
  }
}

.hero-section.hero-3 {
  width: 100%;
  height: 650px;
  display: flex;
  align-items: center;
  z-index: 1;
}

.hero-4 .hero-moc-5 {
  position: absolute;
  background-position: right top;
  background-size: 65%;
  background-repeat: no-repeat;
  width: 554px;
  height: 793px;
  top: -60px;
  right: 0;
}

.hero-moc-5 img {
  width: 100%;
}

/* ====================================================================================
Utilities
===================================================================================== */

.text-black {
  color: #333;
}

.text-white {
  color: #ffffff;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

.fl-right {
  float: right;
}

.fl-left {
  float: left;
}

.pos-rel {
  position: relative;
}

/* ================================================================================
buttons
================================================================================ */

.anim-btn,
.default-btn {
  display: inline-block;
  background: #f92500;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  height: 45px;
  line-height: 45px;
  padding: 0 35px;
  letter-spacing: 0;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  transition: all ease 700ms;
  -moz-transition: all ease 700ms;
  -webkit-transition: all ease 700ms;
  -ms-transition: all ease 700ms;
  -o-transition: all ease 700ms;
  z-index: 1;
}

.default-btn:hover {
  color: #fff;
}

.anim-btn span,
.default-btn span {
  background: #0b0829 none repeat scroll 0 0;
  border-radius: 50%;
  display: block;
  height: 0;
  position: absolute;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: width 0.6s ease 0s, height 0.6s ease 0s;
  -moz-transition: width 0.6s ease 0s, height 0.6s ease 0s;
  -webkit-transition: width 0.6s ease 0s, height 0.6s ease 0s;
  -ms-transition: width 0.6s ease 0s, height 0.6s ease 0s;
  -o-transition: width 0.6s ease 0s, height 0.6s ease 0s;
  width: 0;
  z-index: -1;
}

.anim-btn:hover span,
.default-btn:hover span {
  height: 562.5px;
  width: 562.5px;
}

/* ==========================================================================
   Features Section
   ========================================================================== */

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

.features-item {
  text-align: justify;
  padding: 40px;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}

.features-item i {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 40px;
  margin-bottom: 15px;
}

.features-item img {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  font-size: 40px;
  margin-bottom: 15px;
}

.features-item:hover,
.features-item.active {
  -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1),
    0px -6px 0px 0px rgba(248, 99, 107, 0.004);
  box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1),
    0px -6px 0px 0px rgba(248, 99, 107, 0.004);
  transition: all 0.2s ease-in-out;
}

/*========== Features Style 2 ==========*/

.features-item.item-2 {
  text-align: left;
  padding: 75px 40px;
  position: relative;
  overflow: hidden;
}

.features-item.item-2 i {
  font-size: 50px;
  margin-bottom: 30px;
  display: block;
  text-align: left;
  width: auto;
  height: auto;
  line-height: inherit;
}

.features-item h3 {
  color: #000;
}

.features-item p {
  margin-bottom: 0;
  color: #000;
}

.features-pattern {
  background-image: url(../img/feature-pattern.png);
  background-position: right top;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  right: -125px;
  top: 90px;
}

.features-item.item-2:hover .features-pattern,
.features-item.active.item-2 .features-pattern {
  visibility: visible;
  opacity: 1;
}

.features-item.item-2 .features-pattern {
  visibility: hidden;
  opacity: 0;
}

/*============ Section Heading ==========*/

.section-heading h2 {
  font-size: 32px;
  display: block;
  color: #000;
}

.section-heading p {
  color: #000;
}

.section-heading span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  color: #204163;
  font-weight: 600;
  letter-spacing: 0;
  font-family: "Ubuntu", sans-serif;
  position: relative;
  margin-bottom: 10px;
  z-index: 1;
}

/*========== Transition Effect ==========*/

a,
a:hover,
.overlay,
img,
.form-control,
.form-control:hover,
button {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/*========== Left Pattern ==========*/

.left-pattern {
  background-image: url(../img/left-pattern.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 600px;
  height: 695px;
  left: -120px;
  top: 50%;
  transform: translateY(-50%);
}

.right-pattern {
  background-image: url(../img/right-pattern.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  position: absolute;
  width: 600px;
  height: 695px;
  right: 0;
  top: 50%;
  margin-top: 70px;
  transform: translateY(-50%);
}

/*========== Background Overlay Shape ===========*/

.ov-shape-1 {
  background-image: url(../img/overlay-shape-6.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 95%;
  position: absolute;
  width: 100%;
  height: 110%;
  left: 0;
  top: 0;
  z-index: 2;
  animation: slideInRight 1s ease-out forwards;
}

.ov-shape-2 {
  background-image: url(../img/overlay-shape-7.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0px;
  top: 0;
  z-index: -1;
}

.ov-shape-3 {
  background-image: url(../img/overlay-shape-3.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.ov-shape-4 {
  background-image: url(../img/overlay-shape-4.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  overflow: hidden;
}

.overlay::before {
  content: "";
  position: absolute;
  width: 200%;
  /* Extra size to avoid cropping while rotating */
  height: 200%;
  top: -50%;
  left: -50%;
  background: conic-gradient(from 91deg,
      rgba(14, 42, 228, 0.55) 0%,
      rgba(168, 23, 237, 0.18) 15%,
      rgba(84, 77, 226, 0.53) 34%,
      rgba(49, 48, 78, 0.57) 52%,
      rgba(200, 49, 225, 0.42) 65%,
      rgba(112, 12, 240, 0.58) 77%,
      rgba(31, 47, 56, 0.57) 98%);
  background-repeat: no-repeat;
  background-size: cover;
  animation: rotate360 10s linear infinite;
  transform-origin: center center;
  z-index: -1;
}

@keyframes rotate360 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*========== Animated Elements ==========*/

.anim-elements {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.anim-elements .anim-element {
  position: absolute;
}

.anim-elements .anim-element:nth-child(1) {
  background: rgba(0, 201, 157, 0.6);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 12%;
  left: 15%;
  animation: animTwo 13s infinite linear;
}

.anim-elements .anim-element:nth-child(2) {
  border: 5px solid rgba(0, 153, 229, 0.3);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  top: 15%;
  left: 45%;
  -webkit-animation: animOne 15s infinite linear;
  animation: animOne 15s infinite linear;
}

.anim-elements .anim-element:nth-child(3) {
  border: 5px solid rgba(244, 34, 104, 0.3);
  width: 25px;
  height: 25px;
  bottom: 20%;
  left: 30%;
  -webkit-animation: animFour 15s infinite linear alternate;
  animation: animFour 15s infinite linear alternate;
}

.anim-elements .anim-element:nth-child(4) {
  background: rgba(252, 162, 73, 0.8);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  bottom: 15%;
  right: 25%;
  -webkit-animation: animFive 15s infinite linear alternate;
  animation: animFive 15s infinite linear alternate;
}

.anim-elements .anim-element:nth-child(5) {
  background: rgba(100, 45, 250, 0.4);
  width: 3px;
  height: 20px;
  top: 18%;
  right: 25%;
  -webkit-animation: animFour 15s infinite linear alternate;
  animation: animFour 15s infinite linear alternate;
}

.anim-elements .anim-element:nth-child(5):after,
.anim-elements .anim-element:nth-child(5):before {
  content: "";
  display: block;
  width: 100%;
  height: calc(50% - 2px);
  top: 6px;
  background: inherit;
  position: absolute;
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.anim-elements .anim-element:nth-child(5):before {
  right: -6px;
}

.anim-elements .anim-element:nth-child(5):after {
  left: -6px;
}

.crotate {
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: spin 4s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    transform: translate(73px, -1px) rotate(35deg);
  }

  40% {
    transform: translate(141px, 72px) rotate(75deg);
  }

  60% {
    transform: translate(83px, 122px) rotate(110deg);
  }

  80% {
    transform: translate(-40px, 72px) rotate(145deg);
  }

  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes animOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(35deg);
  }

  40% {
    -webkit-transform: translate(141px, 72px) rotate(75deg);
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(110deg);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(145deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes animTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }

  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }

  40% {
    transform: translate(141px, 72px) rotate(72deg) scale(1);
  }

  60% {
    transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }

  80% {
    transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }

  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}

@-webkit-keyframes animTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }

  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}

@keyframes animThree {
  0% {
    transform: translate(165px, -179px);
  }

  100% {
    transform: translate(-346px, 617px);
  }
}

@-webkit-keyframes animThree {
  0% {
    -webkit-transform: translate(165px, -179px);
  }

  100% {
    -webkit-transform: translate(-346px, 617px);
  }
}

@keyframes animFour {
  0% {
    transform: translate(-300px, 151px) rotate(0deg);
  }

  100% {
    transform: translate(251px, -200px) rotate(180deg);
  }
}

@-webkit-keyframes animFour {
  0% {
    -webkit-transform: translate(-300px, 151px) rotate(0deg);
  }

  100% {
    -webkit-transform: translate(251px, -200px) rotate(180deg);
  }
}

@keyframes animFive {
  0% {
    transform: translate(61px, -99px) rotate(0deg);
  }

  21% {
    transform: translate(4px, -190px) rotate(38deg);
  }

  41% {
    transform: translate(-139px, -200px) rotate(74deg);
  }

  60% {
    transform: translate(-263px, -164px) rotate(108deg);
  }

  80% {
    transform: translate(-195px, -49px) rotate(144deg);
  }

  100% {
    transform: translate(-1px, 0px) rotate(180deg);
  }
}

@-webkit-keyframes animFive {
  0% {
    -webkit-transform: translate(61px, -99px) rotate(0deg);
  }

  21% {
    -webkit-transform: translate(4px, -190px) rotate(38deg);
  }

  41% {
    -webkit-transform: translate(-139px, -200px) rotate(74deg);
  }

  60% {
    -webkit-transform: translate(-263px, -164px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-195px, -49px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(-1px, 0px) rotate(180deg);
  }
}

.checkmark {
  margin-bottom: 1rem;
  list-style: none;
}

.checkmark li {
  color: black !important;
  line-height: 1;
  padding: 8px 0 8px 24px !important;
  font-size: 1.4rem;
  margin-left: 1.2rem;
}

.checkmark li:before {
  content: "";
  border-radius: 0.8rem;
  display: inline-block;
  border: solid 0.8rem #2500f9;
  width: 0;
  height: 0;
  position: absolute;
  margin-top: -0.1em;
  left: 2rem;
}

.checkmark li:after {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.6rem;
  border: solid #fff;
  border-width: 0 0.2em 0.2em 0;
  position: absolute;
  left: 2.65rem;
  margin-top: -0.8em;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ==========================================================================
   Content Section
   ========================================================================== */

.content-moc {
  width: 82%;
  margin-left: 10px;
}

.content-2 .content-item {
  position: relative;
  z-index: 1;
}

.content-2 .shape-1 {
  position: absolute;
  background-image: url(../img/shape-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.dashboard-moc {
  position: absolute;
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: left center;
  width: 100%;
  height: 100%;
  left: -60px;
  top: 30px;
}

.dashboard-moc-2 {
  position: absolute;
  background-image: url(../img/dashboard-2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
}

/* Helper Class */

.padding {
  padding: 100px 0;
}

.padding-60 {
  padding: 60px 0;
}

.no-padding {
  padding: 0;
}

.padding-15 {
  padding: 15px;
}

.padding-20 {
  padding: 20px;
}

.box-padding {
  padding: 0 50px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.bg-white {
  background-color: #fff;
}

.bg-grey {
  background-color: #f6f7ff;
}

.bd-top {
  border-top: 2px solid #eee;
}

.bd-bottom {
  border-bottom: 2px solid #eee;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.fz-28 {
  font-size: 28px;
}

.fz-24 {
  font-size: 24px;
}

.fz-22 {
  font-size: 22px;
}

.fz-20 {
  font-size: 20px;
}

.fz-18 {
  font-size: 18px;
}

.fz-16 {
  font-size: 16px;
}

.color-red {
  color: #ff4c4c !important;
}

.color-blue {
  color: #2500f9 !important;
}

.color-yellow {
  color: #ffdd00 !important;
}

.color-green {
  color: #36bca1 !important;
}

.color-orange {
  color: #f76b1c !important;
}

.color-purple {
  color: #a560e8 !important;
}

.bg-red {
  background-color: rgba(255, 76, 76, 0.1) !important;
}

.bg-blue {
  background-color: rgba(0, 153, 229, 0.1) !important;
}

.bg-yellow {
  background-color: rgba(255, 221, 0, 0.1) !important;
}

.bg-green {
  background-color: rgba(10, 191, 83, 0.1) !important;
}

.bg-orange {
  background-color: rgba(255, 121, 0, 0.1) !important;
}

.bg-purple {
  background-color: rgba(165, 96, 232, 0.1) !important;
}

.bg-shape-left {
  background-color: #fef2f4;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 0px 150px 150px 0px;
  z-index: -1;
}

.blue-shape {
  background-image: url(../img/blue-shape.png);
  background-repeat: no-repeat;
  background-size: 70%;
  width: 455px;
  height: 461px;
  position: absolute;
  right: 0;
  top: 140px;
  z-index: -1;
}

.partners {
  display: flex;
  align-content: center;
  justify-content: center;
  align-content: center;
  justify-content: center;
}

.partners li:not(last-child) {
  margin-right: 1rem;
}

.partners li:not(last-child) {
  margin-right: 1rem;
}

/* ==========================================================================
   color Section
   ========================================================================== */

.black {
  color: #000 !important;
}

/* ==========================================================================
   Widget Section
   ========================================================================== */

.widget-section {
  background-color: #0c0829;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 1;
}

.widget-content img {
  margin-bottom: 20px;
}

.widget-content h4 {
  color: #fff;
}

.widget-content p {
  color: #8495a7;
  font-size: 1.9rem;
}

.widget-content span {
  color: #ddd;
  display: block;
}

.widget-content .widget-links li a {
  color: #ddd;
  line-height: 1.9;
  font-size: 1.9rem;
}

.widget-content .widget-links li a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Widget Social
================*/

.widget-social li {
  display: inline-block;
  margin-right: 10px;
}

.widget-social li a {
  background-color: rgba(255, 255, 255, 0.1);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 1.95rem;
  text-align: center;
  color: #fff;
  display: inline-block;
}

.widget-social li a:hover {
  background-color: #2500f9;
  color: #fff;
}

.subscribe-form {
  position: relative;
}

.subscribe-form .form-input {
  background-color: rgba(143, 131, 131, 0.1);
  border: none;
  color: rgb(119, 114, 114);
  width: 100%;
  height: 50px;
  padding: 10px;
  font-size: 1.75rem;
  padding-right: 140px;
  border-radius: 2px;
}

.subscribe-form .form-input:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.subscribe-form .submit-btn {
  background-color: #2500f9;
  font-family: "Ubuntu", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
  line-height: 50px;
  height: auto;
  font-weight: 600;
  display: inline-block;
  letter-spacing: 0.5px;
  padding: 0 30px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

/*========== Widget Style 2==========*/

.widget-section.widget-2 {
  border-radius: 120px 120px 0 0;
}

/*========== Widget Style 2==========*/

.widget-section.widget-3 {
  background-color: transparent;
  background-image: url(../img/footer-bg-3.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  width: 100%;
  height: auto;
}

.widget-section.widget-3 .widget-wrap {
  padding-top: 140px;
}

.widget-3 .widget-list li a {
  color: #8495a7;
  line-height: 30px;
  font-size: 1.9rem;
}

.widget-section.widget-4 {
  background: #010811;
  background-color: #010811;
}

.widget-4 .widget-list li a {
  color: #8495a7;
  font-size: 1.9rem;
}

.widget-section.widget-4 h3 {
  color: #dceafc !important;
}

/* ==========================================================================
   Footer Section
   ========================================================================== */

.footer-section {
  background-color: #0b0829;
  display: block;
  color: #fff;
  text-align: center;
  padding: 25px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-section p {
  font-size: 12px;
  color: #ababc7;
  margin: 0;
}

/*========== Footer 2 ==========*/

.footer-2 {
  background-color: transparent;
}

.footer-2 .footer-content {
  text-align: left;
}

.footer-2 .footer-item {
  text-align: center;
}

.footer-2 .footer-social {
  text-align: right;
}

.footer-2 .footer-social li {
  display: inline-block;
  margin-left: 10px;
}

.footer-2 .footer-social li a {
  color: #546d87;
  font-size: 15px;
}

.footer-2 .footer-social li a:hover {
  color: #2500f9;
}

.footer-2 p {
  color: #546d87;
}

.hero-3 .subscribe-form {
  position: relative;
  width: 85%;
}

.hero-3 .subscribe-form .form-input {
  background-color: #fff;
  width: 100%;
  border-radius: 30px;
  height: 60px;
  color: #8495a7;
  padding-right: 190px;
  padding-left: 20px;
}

.hero-3 .subscribe-form .submit-btn {
  background-color: #36bca1;
  border-radius: 30px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.hero-4 .subscribe-form .submit-btn {
  background-color: #2500f9;
}

.hero-3 .hero-moc-4 {
  position: absolute;
  background-image: url(../img/hero-moc-4.png);
  background-position: right top;
  background-size: 70%;
  background-repeat: no-repeat;
  width: 899px;
  height: 1050px;
  top: -100px;
  right: -10%;
}

.hero-media.media-type--video {
  bottom: auto;
  margin: 0;
  position: absolute;
  /* right: -19%; */
  top: -15%;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  /* width: 65rem;
    height: 67.5rem; */
  background: rgba(248, 248, 248, 1);
}

.hero-media.media-type--video {
  margin-top: 0;
  /* right: -20%; */
}

/* .hero-media {
    margin: -3% -20% -20% 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 590px;
} */

/* .hero-media {
    bottom: 0;
    margin-bottom: -5%;
    position: relative;
    right: -6%;
    top: -6rem;
} */

/* .hero-media {
    margin-top: 6%;
} */

.hero-media {
  margin: 0 0 -10% 0;
  max-width: 85rem;
  padding-top: 20%;
}

.heading-inner {
  font-size: 1.5rem;
}

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

.contact-section {
  position: relative;
  z-index: 1;
}

.contact-section .map {
  background-image: url(../img/satellite-map.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.contact-info h3 {
  line-height: 28px;
  margin-bottom: 20px;
}

.contact-info h4 {
  font-size: 15px;
  line-height: 28px;
}

.contact-info span {
  margin-right: 5px;
}

/* Form Style
===============*/

.contact-form {
  background-color: #fff;
  padding: 50px 40px;
  -webkit-box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1),
    0px -6px 0px 0px rgba(248, 99, 107, 0.004);
  border-radius: 3px;
  box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1),
    0px -6px 0px 0px rgba(248, 99, 107, 0.004);
}

.form-control {
  background-color: #fff;
  border-radius: 0;
  padding: 15px 10px;
  box-shadow: none;
  border: 2px solid #eee;
}

.form-control:focus {
  border-color: #622dfa;
  box-shadow: none;
  outline: none;
}

.form-group .default-btn {
  cursor: pointer;
  box-shadow: none;
  border-radius: 2px;
}

#form-messages {
  display: none;
}

#form-messages.alert-danger,
#form-messages.alert-success {
  display: block;
}

.home-3-acc {
  transition: all 650ms ease-in-out;
}

.home-3-acc .active-acc h5 a:before {
  background-color: #2500f9;
  border-color: #2500f9;
}

/* ==========================================================================
   FAQ Section
   ========================================================================== */

.faq-section {
  position: relative;
}

.faq-shape {
  position: absolute;
  background-image: url(../img/content-5.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 70%;
  width: 869px;
  height: 733px;
  left: -130px;
  top: 35px;
}

.faq-wrap {
  display: flex;
  align-items: center;
}

.faq-wrap .section-heading p {
  margin: 15px 0;
}

.acc-item {
  background-color: #fff;
  border: 0;
  border-radius: 5px;
}

#accordion .acc-item:not(:last-of-type) {
  margin: 0 0 30px;
}

.acc-item.active-acc {
  box-shadow: 0px 3px 20px 0px rgba(50, 65, 80, 0.1);
  transition: box-shadow 0.3s linear;
}

.acc-item h5 {
  background-color: rgba(65, 152, 205, 0.4);
  font-weight: 600;
  color: #000208;
  margin: 0;
  border-radius: 5px;
  transition: background-color 0.3s linear;
}

.acc-item p {
  color: #000000 !important;
}

.acc-item.active-acc h5 {
  background-color: transparent;
  transition: background-color 0.3s linear;
}

.acc-item h5 a {
  color: #204163;
  display: block;
  padding: 20px 45px;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  position: relative;
  padding-left: 65px;
}

.acc-item h5 a:hover {
  color: #204163;
}

.acc-item h5 a:before {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  position: absolute;
  left: 20px;
  top: 20px;
  color: #db3e0e;
  background-color: #fff;
  border: 2px solid #fff;
  width: 30px;
  height: 30px;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s linear;
}

.active-acc h5 a:before {
  background-color: #f76b1c;
  border-color: #f76b1c;
  color: #fff;
  content: "\f068";
  transition: all 0.3s linear;
}

.home-3-acc .active-acc h5 a:before {
  background-color: #2500f9;
  border-color: #2500f9;
}

.card-body {
  font-family: "Ubuntu", sans-serif;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
}

.faq-moc {
  text-align: center;
}

.card>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.4rem 0.4rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #eff2f7;
  border-right-color: rgb(239, 242, 247);
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: rgb(239, 242, 247);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: rgb(239, 242, 247);
  border-left-style: solid;
  border-left-width: 1px;
}

.list-group-item-action {
  width: 100%;
  color: #8492a6;
  text-align: inherit;
  font-size: 1.5rem;
}

.my-32 {
  margin-top: 13rem;
}

.pricing-head h3,
.pricing-head h3 span {
  color: #fff !important;
}

.pricing-list.checkmark {
  margin-left: 2.5rem;
}

.pricing-list.checkmark li {
  color: black !important;
  line-height: 1;
  padding: 8px 0 8px 24px !important;
  text-align: left !important;
}

.pricing-list.checkmark li:before {
  content: "";
  border-radius: 0.8rem;
  display: inline-block;
  border: solid 0.8rem #8fadca;
  width: 0;
  height: 0;
  position: absolute;
  margin-top: -0.22rem;
  left: 1.2em;
}

.pricing-list.checkmark li:after {
  content: "";
  display: block;
  width: 0.3rem;
  height: 0.6rem;
  border: solid #000000;
  border-width: 0 0.2em 0.2em 0;
  position: absolute;
  left: 2.2rem;
  margin-top: -0.96rem;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ==========================================================================
   Pricing Section
   ========================================================================== */

.pricing-area {
  background-color: #fff;
  padding: 40px 0;
  -webkit-box-shadow: 0px 50px 100px 0px rgba(60, 1, 4, 0.1),
    0px -6px 0px 0px rgba(248, 99, 107, 0.004);
  box-shadow: 0px 50px 100px 0px rgba(60, 1, 4, 0.1),
    0px -6px 0px 0px rgba(248, 99, 107, 0.004);
}

.pricing-area h3 {
  font-size: 36px;
}

.pricing-area h3 span {
  color: #8495a7;
  font-size: 14px;
  margin-left: 5px;
}

/* ==========================================================================
   CTA Section
   ========================================================================== */

.cta-content {
  background-color: #ffe9b9;
  border-radius: 25px;
  padding: 80px;
}

.cta-content a {
  margin: 25px 25px 0px 0px;
}

.cta-section.cta-2 {
  background-color: #fff4dc;
}

.cta-section.cta-2 .cta-content {
  background: transparent;
}

.top-border {
  border-radius: 0;
  border-top: 0.4rem solid #3245ac;
}

.outline {
  /* border: transparent !important; */
  border-left: 2px solid rgba(286, 184, 122, 0.7) !important;
  border-right: 2px solid rgba(286, 184, 122, 0.7) !important;
}

.pricing-list li {
  line-height: 30px;
  font-weight: 300;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  letter-spacing: -0.2px;
}

.pricing-footer {
  padding-bottom: 30px;
}

.pricing-footer .default-btn {
  border-radius: 30px;
}

.pricing-footer h4 {
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #2500f9;
}

.pricing-footer a {
  font-family: "Ubuntu", sans-serif;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
  transition: background 650ms ease-in;
}

/*price-tag
=============*/

.price-tag {
  background-color: #2500f9;
  padding: 10px 20px;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  width: auto;
  height: auto;
  left: 0;
  top: 133px;
  transform: rotate(-90deg);
  transform-origin: 0 0;
  border-radius: 0px 0px 0px 10px;
}

r.lh-180 {
  line-height: 1.8 !important;
}

.lead {
  font-size: 1.75rem;
  font-weight: 300;
  color: #000 !important;
}

.timeline2 {
  width: 90%;
  margin: auto;
}

.timelinep {
  color: #666;
  border-top: 2px dashed;
  border-color: #51b6d5 !important;
  margin: 0;
  margin-left: 0px;
  padding: 30px;
  padding-left: 30px;
}

.timelinep:first-child {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.timelinep:nth-child(2n + 1) {
  border-right: 2px dashed;
  border-right-color: currentcolor;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-left: 30px;
  padding-left: 0;
}

.timelinep:nth-child(2n) {
  border-left: 2px dashed;
  border-left-color: currentcolor;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-right: 30px;
  padding-right: 0;
}

.accordion-white-shadow {
  background: #fff !important;
  box-shadow: 0 0.25rem 0.5rem rgb(82, 84, 87) !important;
}

/* ==========================================================================
   Testmonial Section
   ========================================================================== */

.testimonial-carousel .owl-item {
  padding-top: 60px;
  padding: 60px 20px 40px;
}

.testimonial-item {
  background-color: #fff;
  position: relative;
  padding: 30px;
  box-shadow: 0px 3px 20px 0px rgba(50, 65, 80, 0.1);
  z-index: -1;
}

.testi-thumb {
  position: absolute;
  height: 100px;
  width: 100px;
  left: 30px;
  top: -55px;
  z-index: 1;
}

.testimonial-item img {
  width: 80px !important;
  height: 80px;
  border-radius: 50%;
}

.testimonial-item p {
  font-size: 14px;
  line-height: 26px;
}

.testimonial-item .author-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.testimonial-item .author-info {
  padding-left: 0;
}

.testimonial-item .author-info h3 {
  font-size: 18px;
  line-height: 22px;
  color: #000;
}

.testimonial-item .author-info h3 span {
  color: #000;
  display: block;
  font-size: 12px;
}

.testimonial-item .author-details li {
  display: inline-block;
}

.testimonial-item .author-details li i {
  color: #fab702;
  font-size: 10px;
}

/*============ Testimonial Style 2 ==========*/

.testimonial-item.item-2 .testi-thumb {
  position: inherit;
  left: auto;
  top: auto;
  display: flex;
  align-items: center;
  width: 100%;
}

.testimonial-item.item-2 .author-details {
  margin-left: 10px;
  margin-top: 0;
}

/*============ Testimonial Style 3 ==========*/

.testimonial-section {
  position: relative;
}

#testimonial-carousel-2 .owl-item {
  padding: 0;
  padding-top: 20px;
}

.clients-thumb {
  background-image: url(../img/map.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: relative;
  height: 390px;
}

.clients-thumb .ct-thumb {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  left: 0;
  top: 0;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}

.clients-thumb .ct-thumb.thumb-1 {
  background-image: url(../img/testi-1.jpg);
  width: 100px;
  height: 100px;
  -webkit-animation: thumb-scale-up-one 7s infinite linear;
  animation: thumb-scale-up-one 7s infinite linear;
}

.clients-thumb .ct-thumb.thumb-2 {
  background-image: url(../img/testi-2.jpg);
  width: 120px;
  height: 120px;
  left: 150px;
  top: -50px;
  -webkit-animation: thumb-scale-up-two 6s infinite linear;
  animation: thumb-scale-up-two 6s infinite linear;
}

.clients-thumb .ct-thumb.thumb-3 {
  background-image: url(../img/testi-3.jpg);
  width: 90px;
  height: 90px;
  top: 170px;
  left: 50px;
  -webkit-animation: thumb-scale-up-three 8s infinite linear;
  animation: thumb-scale-up-three 8s infinite linear;
}

.clients-thumb .ct-thumb.thumb-4 {
  background-image: url(../img/testi-4.jpg);
  width: 110px;
  height: 110px;
  left: 300px;
  top: 100px;
  -webkit-animation: thumb-scale-up-one 4s infinite linear;
  animation: thumb-scale-up-one 4s infinite linear;
}

.clients-thumb .ct-thumb.thumb-5 {
  background-image: url(../img/testi-1.jpg);
  width: 130px;
  height: 130px;
  left: 150px;
  top: 260px;
  -webkit-animation: thumb-scale-up-three 8s infinite linear;
  animation: thumb-scale-up-three 8s infinite linear;
}

.testi-box {
  color: #000;
}

.testi-box img {
  width: 80px !important;
  height: 80px;
  border-radius: 50%;
  margin-right: 20px;
}

.testi-box h3 {
  font-size: 18px;
}

.testi-box h3 span {
  display: block;
  font-size: 12px;
}

.testimonial-content .ratting li {
  display: inline-block;
}

.testimonial-content .ratting li i {
  color: #fab702;
  margin-bottom: 20px;
}

.testi-img {
  display: flex;
  align-items: center;
  margin-top: 50px;
}

.owl-nav div {
  display: inline-block;
  margin-right: 20px;
}

@-webkit-keyframes thumb-thumb-scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes thumb-thumb-scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes thumb-scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes thumb-scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@keyframes thumb-scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

@-webkit-keyframes thumb-scale-up-three {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}

@keyframes thumb-scale-up-three {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}

.policy li {
  font-size: 1.5rem !important;
}


.hero__cta-button {
  display: inline-block;
  padding: 0.65rem 1.25rem;
  background-color: #f52a2a;
  color: #e8e4fa;
  font-weight: 600;
  border-radius: 0.5rem;
  text-decoration: none;
  font-size: 1.5rem;
  transition: all 0.3s ease;
  text-align: center;
  text-transform: uppercase;
}

.hero__cta-button:hover {
  background-color: #ffa3a3;
  transform: translateY(-2px);
  text-decoration: none;
  color: #070000;
}



@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInDown {
  0% {
    transform: translateY(-40%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Apply animation */
.zoom-animation {
  animation: zoomInSteps 10s infinite ease-in-out;
}

/* Keyframes for zoom in and out in 3 steps */
@keyframes zoomInSteps {
  0% {
    background-size: 100%;
    opacity: .55;
  }

  33% {
    background-size: 110%;
    opacity: .65;
  }

  66% {
    background-size: 105%;
    opacity: .85;
  }

  100% {
    background-size: 100%;
    opacity: 1;
  }
}