/*-----------------------------------------------------------------------------------

    Template Name:  Finanix - Consulting & Business HTML5 Template
    Author: 
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. variables
    03. mixins
    04. common
    05. overlay
    06. header
    07. breadcrumb 
    08. mobile-menu
    09. typography
    10. search
    11. custom-animation
    12. btn
    13. section-title
    14. slider
    15. feature
    16. about
    17. services
    18. faq
    19. portfolio
    20. contact
    21. blog
    22. counter
    23. testimonial
    24. process
    25. team
    26. price
    27. widget
    28. career
    29. error
    30. footer

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/* 1. Theme default css */
/* line 7, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_common.scss */
body {
  font-family: "GT Walsheim Pro";
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  font-style: normal;
  color: #777777;
}

/* line 21, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_common.scss */
.f-left {
  float: left;
}

/* line 24, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_common.scss */
.f-right {
  float: right;
}

/* line 27, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_common.scss */
.fix {
  overflow: hidden;
}

/* line 30, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_common.scss */
a,
.button {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 34, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_common.scss */
a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

/* line 39, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_common.scss */
a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

/* line 44, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_common.scss */
a,
button {
  color: inherit;
  outline: medium none;
  text-decoration: none;
}

/* line 50, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_common.scss */
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

/* line 57, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_common.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 60, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_common.scss */
.capitalize {
  text-transform: capitalize;
}

/* line 63, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_common.scss */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "GT Walsheim Pro";
  color: #083d59;
  line-height: 1.1;
  margin-top: 0px;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
  letter-spacing: -0.3px;
}

/* line 85, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_common.scss */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

/* line 94, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_common.scss */
h1 {
  font-size: 40px;
}

/* line 97, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_common.scss */
h2 {
  font-size: 35px;
}

/* line 100, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_common.scss */
h3 {
  font-size: 28px;
}

/* line 103, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_common.scss */
h4 {
  font-size: 22px;
}

/* line 106, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_common.scss */
h5 {
  font-size: 18px;
}

/* line 109, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_common.scss */
h6 {
  font-size: 16px;
}

/* line 112, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_common.scss */
.list-none {
  margin: 0px;
  padding: 0px;
}

/* line 116, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_common.scss */
li {
  list-style: none;
}

/* line 119, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_common.scss */
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  font-family: "GT Walsheim Pro";
  color: #777777;
  margin-bottom: 0;
}

/* line 127, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_common.scss */
hr {
  border-bottom: 1px solid rgba(27, 33, 47, 0.1);
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

/* line 133, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_common.scss */
label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

/* line 138, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_common.scss */
*::-moz-selection {
  background: #000;
  color: #ffffff;
  text-shadow: none;
}

/* line 143, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_common.scss */
::-moz-selection {
  background: #000;
  color: #ffffff;
  text-shadow: none;
}

/* line 148, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_common.scss */
::selection {
  background: #000;
  color: #ffffff;
  text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/
/* line 157, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_common.scss */
*::-moz-placeholder {
  color: #000;
  font-size: 14px;
  opacity: 1;
}

/* line 162, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_common.scss */
*::placeholder {
  color: #000;
  font-size: 14px;
  opacity: 1;
}

/*--
    - position Classes
-----------------------------------------*/
/* line 171, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_common.scss */
.pos-rel {
  position: relative;
}

/* line 174, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_common.scss */
.pos-abl {
  position: absolute;
}

/*--
    - Common Classes
-----------------------------------------*/
/* line 180, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_common.scss */
.fix {
  overflow: hidden;
}

/* line 183, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_common.scss */
.clear {
  clear: both;
}

/* line 189, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_common.scss */
.overlay-bg {
  position: relative;
  z-index: 2;
}

/* line 192, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_common.scss */
.overlay-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* line 204, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_common.scss */
.popup-video {
  color: #083d59;
  background: #ffffff;
  border-radius: 50%;
  font-size: 18px;
  line-height: 120px;
  display: inline-block;
  width: 120px;
  height: 120px;
  text-align: center;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: relative;
  z-index: 1;
  animation: pulseBig infinite 5s linear;
}

/* line 222, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_common.scss */
.popup-video:hover {
  color: #ffffff;
  background: #ffa84b;
}

/* line 230, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_common.scss */
.dark #preloader {
  background-color: #232323;
}

/* line 234, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_common.scss */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  z-index: 999999;
}

/* line 244, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_common.scss */
.preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

/* line 258, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_common.scss */
.preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #ffa84b;
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}

/* line 269, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_common.scss */
.preloader span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

/* line 298, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_common.scss */
#scrollUp {
  background: #ffa84b;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 50px;
  bottom: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
}

/* line 308, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_common.scss */
#scrollUp i {
  color: #ffffff;
}

/*--
    - Overlay
------------------------------------------*/
/* line 5, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_overlay.scss */
.overlay-soft {
  position: relative;
  z-index: 1;
}

/* line 8, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_overlay.scss */
.overlay-soft::after {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

/* line 19, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_overlay.scss */
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 24, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_overlay.scss */
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/*-- Overlay Color --*/
/* line 36, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_overlay.scss */
[data-overlay="light"]::before {
  background-color: #ffffff;
}

/* line 41, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_overlay.scss */
[data-overlay="dark"]::before {
  background-color: #ffa84b;
}

/*-- Overlay Opacity --*/
/* line 48, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_overlay.scss */
[data-opacity="1"]::before {
  opacity: 0.1;
}

/* line 53, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_overlay.scss */
[data-opacity="2"]::before {
  opacity: 0.2;
}

/* line 58, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_overlay.scss */
[data-opacity="3"]::before {
  opacity: 0.3;
}

/* line 63, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_overlay.scss */
[data-opacity="4"]::before {
  opacity: 0.4;
}

/* line 68, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_overlay.scss */
[data-opacity="5"]::before {
  opacity: 0.5;
}

/* line 73, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_overlay.scss */
[data-opacity="6"]::before {
  opacity: 0.6;
}

/* line 78, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_overlay.scss */
[data-opacity="7"]::before {
  opacity: 0.7;
}

/* line 83, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_overlay.scss */
[data-opacity="8"]::before {
  opacity: 0.8;
}

/* line 88, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_overlay.scss */
[data-opacity="9"]::before {
  opacity: 0.9;
}

/* line 2, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.heding-bg-1 {
  position: relative;
  background: #083d59;
}

/* line 6, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.main-header-area {
  position: relative;
  width: 100%;
  top: 16px;
  left: 0;
  z-index: 999;
}

/* line 14, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.logo-area img {
  max-width: 100%;
}

/* line 17, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.logo-area .head-logo-1 {
  display: inline-block;
  position: relative;
  transform: translateY(5px);
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
}

/* Hamburger-menu */
/* line 29, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.hamburger-menu {
  display: inline-block;
  background-color: #f4f4f4;
  padding: 20px 25px;
}

/* line 34, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.hamburger-menu > a {
  display: inline-block;
  font-size: 25px;
  color: #ffa84b;
}

/* line 40, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.side-mobile-menu {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 40, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
  .side-mobile-menu {
    display: block;
  }
}

@media (max-width: 767px) {
  /* line 40, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
  .side-mobile-menu {
    display: block;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 40, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
  .side-mobile-menu {
    display: block;
  }
}

/* line 53, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.offset-sidebar {
  display: block;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 53, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
  .offset-sidebar {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 53, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
  .offset-sidebar {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 53, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
  .offset-sidebar {
    display: none;
  }
}

/* line 69, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.navbar-nav {
  padding-left: 35px;
}

/* line 71, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.navbar-nav .nav-item {
  position: relative;
  z-index: 1;
}

/* line 74, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.navbar-nav .nav-item::before {
  content: "";
  position: absolute;
  background-color: #ededed;
  width: 2px;
  height: 10px;
  right: 31%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 74, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
  .navbar-nav .nav-item::before {
    right: -25%;
  }
}

/* line 95, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.navbar-nav .nav-item:last-child::before {
  display: none;
}

/* line 98, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
}

/* line 100, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.navbar-nav .nav-item:last-child .nav-link::before {
  display: none;
}

/* line 105, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.navbar-nav .nav-item.active {
  color: #083d59;
}

/* line 107, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.navbar-nav .nav-item.active .nav-link {
  color: #083d59;
}

/* line 111, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.navbar-nav .nav-item .nav-link {
  color: #083d59;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  position: relative;
  margin: 0 72px 0 0;
  padding: 26px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 111, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
  .navbar-nav .nav-item .nav-link {
    margin: 0 30px 0 0;
  }
}

/* line 123, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.navbar-nav .nav-item .nav-link::after {
  display: none;
}

/* line 127, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.navbar-nav .nav-item .nav-link:hover {
  color: #ffa84b;
}

/* line 130, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.navbar-nav .nav-item .nav-link i {
  font-size: 10px;
}

/* line 135, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.navbar-nav .nav-item:hover > .nav-link {
  color: #ffa84b;
}

/* line 143, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.navbar .dropdown-menu {
  border: 0;
  position: absolute;
  z-index: 5;
  background-color: #fff;
  border-radius: 0;
  display: block;
  right: 0;
  left: -35px;
  padding: 8px 0;
  top: 100%;
  visibility: hidden;
  transform: scaleY(0);
  opacity: 0;
  min-width: 220px;
  box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.05);
  margin: 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 166, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.navbar .dropdown-menu .dropdown-item {
  color: #505050;
  font-size: 14px;
  font-weight: 600;
  padding: 9px 35px;
  display: block;
  transition: all 0.3s ease-in-out;
}

/* line 173, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.navbar .dropdown-menu .dropdown-item:hover {
  transform: translatex(5px);
  color: #ffa84b;
  background-color: transparent;
  -webkit-transform: translatex(5px);
  -moz-transform: translatex(5px);
  -ms-transform: translatex(5px);
  -o-transform: translatex(5px);
}

/* line 186, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.navbar .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

/* line 195, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.navbar .navbar-nav .nav-item.active > .nav-link {
  color: #ffa84b;
  position: relative;
}

/* line 205, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.sticky-menu {
  position: fixed;
  width: 100%;
  background: #ffffff;
  top: 0;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  padding-top: 0;
  padding-bottom: 0;
}

/* line 215, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.sticky-menu .logo {
  transform: translateY(2px);
}

/* line 219, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.sticky-menu .hamburger-menu {
  top: 17px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 219, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
  .sticky-menu .hamburger-menu {
    top: 35px;
  }
}

/* line 228, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.sticky-menu .navbar-nav .nav-item .nav-link {
  color: #505050;
}

/* line 235, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.left-cta span {
  color: #ffffff;
  font-size: 14px;
  line-height: 26px;
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 6px;
}

@media (max-width: 767px) {
  /* line 235, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
  .left-cta span {
    font-size: 13px;
  }
}

/* line 245, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.left-cta span:first-child {
  margin-right: 30px;
}

@media (max-width: 767px) {
  /* line 245, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
  .left-cta span:first-child {
    display: none;
  }
}

/* line 251, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.left-cta span i {
  color: #61869a;
  font-size: 14px;
  font-weight: 300;
  line-height: 26px;
  transform: translateY(1px);
  -webkit-transform: translateY(1px);
  -moz-transform: translateY(1px);
  -ms-transform: translateY(1px);
  -o-transform: translateY(1px);
  margin-right: 3px;
}

/* line 266, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.right-language .language-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}

/* line 270, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.right-language .language-btn i {
  font-size: 14px;
}

/* line 273, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.right-language .language-btn::after {
  display: none;
}

/* line 277, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.right-language .dropdown-menu {
  min-width: 170px;
  padding: 10px 0;
  background: #ffffff;
  box-shadow: 0px 25px 50px 0px rgba(213, 216, 223, 0.5);
  border: 1px solid #f8f8f8;
  border-radius: 0;
  top: 20px;
  text-align: left;
  padding-left: 8px;
}

@media (max-width: 767px) and (orientation: landscape) {
  /* line 277, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
  .right-language .dropdown-menu {
    top: 165px !important;
  }
}

/* line 292, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.right-language .dropdown-menu ul li a {
  display: block;
  padding: 0 15px;
  font-size: 15px;
  color: #767a89;
  line-height: 35px;
  text-transform: uppercase;
}

/* line 304, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.bottom-border-line {
  border-bottom: 1px solid #1a5676;
}

/* line 307, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.right-query {
  display: flex;
  align-items: center;
  justify-content: end;
}

/* line 312, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.right-query li:first-child, .right-query li:nth-child(2) {
  display: flex;
  align-items: center;
}

/* line 317, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.right-query li:first-child {
  padding-right: 40px;
}

/* line 320, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.right-query li:nth-child(2) {
  padding-right: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 320, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
  .right-query li:nth-child(2) {
    padding-right: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 320, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
  .right-query li:nth-child(2) {
    padding-right: 40px;
  }
}

/* line 330, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.right-query li .icon {
  background-color: #114764;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  margin-right: 14px;
}

/* line 341, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.right-query li span {
  color: #a0afb7;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  display: block;
}

/* line 347, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.right-query li span strong {
  color: #ffffff;
  font-weight: 500;
  border-bottom: 1px solid #ffffff;
}

/* line 351, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.right-query li span strong:hover {
  color: #ffa84b;
  border-color: #ffa84b;
}

/* line 361, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.transparent-header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 111;
  top: 0;
}

/* line 367, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.transparent-header .header-top {
  padding-top: 2px;
  padding-bottom: 3px;
}

/* line 371, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.transparent-header .bottom-border-line {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 376, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.transparent-header .left-cta span i {
  color: #ffffff;
  margin-right: 4px;
}

/* line 383, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.ham-menu-2 {
  background-color: transparent;
}

/* line 385, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.ham-menu-2 a {
  font-size: 18px;
}

/* line 391, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.menu-style-2 {
  top: 7px;
}

/* line 393, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.menu-style-2.sticky-menu {
  top: 0;
}

/* line 396, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.menu-style-2 .sticky-logo {
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 400, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.menu-style-2 .main-logo {
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 406, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.menu-style-2 .navbar-nav .nav-item::before {
  display: none;
}

/* line 410, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.menu-style-2 .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
}

/* line 414, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.menu-style-2 .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  margin: 0 50px 0 0;
  padding: 30px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 414, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
  .menu-style-2 .navbar-nav .nav-item .nav-link {
    margin-right: 35px;
  }
}

/* line 421, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.menu-style-2 .navbar-nav .nav-item .nav-link::before {
  display: none;
}

/* line 424, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.menu-style-2 .navbar-nav .nav-item .nav-link:hover {
  color: #ffa84b;
}

/* line 432, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.menu-style-2.sticky-menu .sticky-logo {
  display: inline-block;
}

/* line 435, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.menu-style-2.sticky-menu .main-logo {
  display: none;
}

/* line 440, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.menu-style-2.sticky-menu .navbar-nav .nav-item .nav-link {
  color: #083d59;
}

/* line 447, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.menu-style-2 .navbar .dropdown-menu .dropdown-item:hover {
  color: #ffa84b;
}

/* line 454, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.header-top-3 {
  padding-top: 2px;
  padding-bottom: 3px;
}

/* line 460, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.left-cta-3 span i {
  color: #ffffff;
  margin-right: 5px;
}

/* line 467, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.menu-style-3 {
  top: 0;
}

/* line 471, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.menu-style-3 .navbar-nav .nav-item::before {
  display: none;
}

/* line 474, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.menu-style-3 .navbar-nav .nav-item .nav-link {
  color: #040404;
  margin: 0 46px 0 0;
  padding: 30px 0;
}

/* line 478, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.menu-style-3 .navbar-nav .nav-item .nav-link::before {
  display: none;
}

/* line 481, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.menu-style-3 .navbar-nav .nav-item .nav-link i {
  color: #bb0b0b;
}

/* line 484, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.menu-style-3 .navbar-nav .nav-item .nav-link:hover {
  color: #bb0b0b;
}

/* line 489, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.menu-style-3 .navbar-nav .nav-item:hover > .nav-link {
  color: #bb0b0b;
}

/* line 496, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.menu-style-3 .navbar-nav .nav-item.active > .nav-link {
  color: #bb0b0b;
  position: relative;
}

/* line 499, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.menu-style-3 .navbar-nav .nav-item.active > .nav-link i {
  color: #bb0b0b;
}

/* line 507, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.menu-style-3 .right-nav {
  padding: 0;
  margin: 0;
}

/* line 510, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.menu-style-3 .right-nav .quote-btn {
  background: #bb0b0b;
  margin-top: 5px;
}

/* line 513, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.menu-style-3 .right-nav .quote-btn:hover {
  background: #040404;
}

/* line 518, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.menu-style-3 .hamburger-menu {
  background-color: transparent;
}

/* line 522, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_header.scss */
.menu-style-3 .navbar .dropdown-menu .dropdown-item:hover {
  color: #bb0b0b;
}

/* line 2, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_breadcrumb.scss */
.page-title-area {
  background-size: cover;
  background-position: center;
  width: 100%;
  background-repeat: no-repeat;
  min-height: 516px;
  position: relative;
  top: -16px;
  z-index: 1;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 2, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_breadcrumb.scss */
  .page-title-area {
    min-height: 450px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 2, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_breadcrumb.scss */
  .page-title-area {
    min-height: 350px;
  }
}

@media (max-width: 767px) {
  /* line 2, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_breadcrumb.scss */
  .page-title-area {
    min-height: 350px;
  }
}

/* line 22, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_breadcrumb.scss */
.page-title-area::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* line 31, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_breadcrumb.scss */
.page-title-area::after {
  content: "";
  position: absolute;
  background: #ffa84b;
  width: 179px;
  height: 350px;
  border-radius: 0 0 0 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-border-radius: 200px 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
}

@media (max-width: 767px) {
  /* line 31, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_breadcrumb.scss */
  .page-title-area::after {
    display: none;
  }
}

/* line 49, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_breadcrumb.scss */
.page-title-area .right-shape {
  position: absolute;
  right: 100px;
  bottom: 111px;
  z-index: 2;
  animation: float-bob-y infinite 3s linear;
  -webkit-animation: float-bob-y infinite 3s linear;
}

@media (max-width: 767px) {
  /* line 49, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_breadcrumb.scss */
  .page-title-area .right-shape {
    display: none;
  }
}

/* line 61, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_breadcrumb.scss */
.page-title-wrapper {
  position: relative;
  z-index: 2;
}

/* line 64, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_breadcrumb.scss */
.page-title-wrapper .page-title {
  color: #ffffff;
  font-size: 80px;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 64, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_breadcrumb.scss */
  .page-title-wrapper .page-title {
    font-size: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 64, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_breadcrumb.scss */
  .page-title-wrapper .page-title {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  /* line 64, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_breadcrumb.scss */
  .page-title-wrapper .page-title {
    font-size: 35px;
  }
}

/* line 82, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_breadcrumb.scss */
ul.breadcrumb li.active {
  color: #ffa84b;
  margin-left: 5px;
}

/* line 86, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_breadcrumb.scss */
ul.breadcrumb li a {
  color: #c4cfd2;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
}

/* line 1, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_mobile-menu.scss */
.slide-bar {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -370px;
  width: 350px;
  padding: 25px 30px;
  height: 100%;
  display: block;
  background-color: #083d59;
  z-index: 1900;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 1, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_mobile-menu.scss */
  .slide-bar {
    width: 350px;
  }
}

@media (max-width: 767px) {
  /* line 1, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_mobile-menu.scss */
  .slide-bar {
    width: 310px;
    padding: 25px 20px;
  }
}

/* line 25, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_mobile-menu.scss */
.slide-bar.show {
  right: 0;
}

/* line 29, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_mobile-menu.scss */
.open-mobile-menu {
  display: inline-block;
}

/* line 31, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_mobile-menu.scss */
.open-mobile-menu a {
  display: block;
  width: 50px;
  height: 50px;
  background: #212121;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  margin-left: 20px;
  color: #fff;
}

/* line 41, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_mobile-menu.scss */
.open-mobile-menu a:hover {
  background: #ffa84b;
}

/* line 45, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_mobile-menu.scss */
.open-mobile-menu a.active {
  background: #ffa84b;
}

/* line 51, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_mobile-menu.scss */
.close-mobile-menu a {
  color: #ffffff;
  position: relative;
  z-index: 2;
  font-size: 16px;
  top: -10px;
  left: 0;
}

/* line 59, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_mobile-menu.scss */
.close-mobile-menu a:hover {
  color: #ff0000;
}

/* line 65, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_mobile-menu.scss */
.on-side {
  overflow: hidden;
}

/* line 69, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_mobile-menu.scss */
.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1010;
  left: 0;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 82, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_mobile-menu.scss */
.body-overlay.active {
  opacity: 1;
  display: block;
}

/* line 88, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_mobile-menu.scss */
.side-mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 94, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_mobile-menu.scss */
.side-mobile-menu ul li a {
  padding: 13px 0;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}

/* line 104, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_mobile-menu.scss */
.side-mobile-menu ul li a:hover {
  color: #ffa84b;
  padding-left: 5px;
}

/* line 110, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_mobile-menu.scss */
.side-mobile-menu ul li a[aria-expanded="true"] {
  color: #ffa84b;
}

/* line 113, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_mobile-menu.scss */
.side-mobile-menu ul li a[aria-expanded="true"]:before {
  background: #ffa84b;
  border-color: #ffa84b;
}

/* line 119, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_mobile-menu.scss */
.side-mobile-menu ul li ul {
  padding-left: 0;
  list-style: none;
}

/* line 123, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_mobile-menu.scss */
.side-mobile-menu ul li ul li {
  padding-left: 15px;
}

/* line 127, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_mobile-menu.scss */
.side-mobile-menu ul li ul li:hover > a {
  color: #ffa84b;
  padding-left: 20px;
}

/* line 131, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_mobile-menu.scss */
.side-mobile-menu ul li ul li:hover > a:before {
  background: #ffa84b;
  border-color: #ffa84b;
}

/* line 138, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_mobile-menu.scss */
.side-mobile-menu ul li ul li a {
  position: relative;
  padding-left: 15px;
  text-transform: capitalize;
  font-size: 16px;
}

/* line 144, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_mobile-menu.scss */
.side-mobile-menu ul li ul li a:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #ffffff;
  border-radius: 50%;
}

/* line 157, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_mobile-menu.scss */
.side-mobile-menu ul li ul li a[aria-expanded="true"] {
  padding-left: 20px;
}

/* line 166, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_mobile-menu.scss */
.side-mobile-menu ul li.has-dropdown > a:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-width: 2px 0 0 2px;
  border-style: solid;
  border-color: initial;
  right: 16px;
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
  transform: rotate(-45deg) translateY(-50%);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition: all 0.3s ease-out;
}

/* line 185, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_mobile-menu.scss */
.side-mobile-menu ul li.has-dropdown a[aria-expanded="true"]:after {
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
}

/* line 195, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_mobile-menu.scss */
.offset-widget.offset-logo {
  border-bottom: 1px solid #eeecec;
  padding-bottom: 20px;
}

/* line 200, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_mobile-menu.scss */
.offset-widget .info-widget .offset-title {
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
}

/* line 205, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_mobile-menu.scss */
.offset-widget .info-widget p {
  color: #ffffff;
}

/* line 209, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_mobile-menu.scss */
.offset-widget .info-widget.info-widget2 p {
  margin-bottom: 15px;
}

/* line 211, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_mobile-menu.scss */
.offset-widget .info-widget.info-widget2 p i {
  margin-right: 7px;
  color: #ffffff;
}

/* line 2, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_typography.scss */
.fw-bold {
  font-weight: 700;
}

/* line 6, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_typography.scss */
.fw-semi {
  font-weight: 600;
}

/* line 10, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_typography.scss */
.fw-medium {
  font-weight: 500;
}

/* line 14, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_typography.scss */
.fw-normal {
  font-weight: 400;
}

/* line 18, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_typography.scss */
.fw-light {
  font-weight: 300;
}

/* line 21, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_typography.scss */
.fw-thin {
  font-weight: 100;
}

/* line 27, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_typography.scss */
.fs-20 {
  font-size: 20px;
}

/* line 31, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_typography.scss */
.fs-16 {
  font-size: 16px;
}

/* line 35, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_typography.scss */
.fs-14 {
  font-size: 14px;
}

/* line 39, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_typography.scss */
.fs-12 {
  font-size: 12px;
}

/*--
    - Background color
-----------------------------------------*/
/* line 47, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_typography.scss */
.grey-bg {
  background: #a7bbc5;
}

/* line 50, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_typography.scss */
.grey-bg2 {
  background: #f6f6f6;
}

/* line 53, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_typography.scss */
.grey-bg3 {
  background: #f7f7f7;
}

/* line 56, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_typography.scss */
.grey-bg4 {
  background: #f8f8f8;
}

/* line 60, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_typography.scss */
.white-bg {
  background: #ffffff;
}

/* line 64, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_typography.scss */
.black-bg {
  background: #000;
}

/* line 68, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_typography.scss */
.heding-bg {
  background: #083d59;
}

/* line 72, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_typography.scss */
.theme-bg {
  background: #ffa84b !important;
}

/* line 75, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_typography.scss */
.theme-bg2 {
  background: #bb0b0b !important;
}

/* line 79, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_typography.scss */
.grey-bg-color {
  background-color: rgba(27, 33, 47, 0.03);
}

/*--
    - color
-----------------------------------------*/
/* line 86, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_typography.scss */
.white-color {
  color: #ffffff;
}

/* line 89, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_typography.scss */
.black-color {
  color: #000;
}

/* line 92, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_typography.scss */
.theme-color {
  color: #ffa84b;
}

/* line 95, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_typography.scss */
.theme-color2 {
  color: #bb0b0b !important;
}

/* line 98, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_typography.scss */
.body-color {
  color: #777777;
}

/* line 102, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_typography.scss */
.heding-color {
  color: #083d59;
}

/* line 105, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_typography.scss */
.heding-color2 {
  color: #b8b8b8;
}

/* line 108, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_typography.scss */
.text-heding {
  color: #040404 !important;
}

/* line 111, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_typography.scss */
.grey-heding {
  color: #92aab6;
}

/*--
    - fonts
-----------------------------------------*/
/* line 119, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_typography.scss */
.body-font {
  font-family: "GT Walsheim Pro";
}

/* line 122, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_typography.scss */
.heding-font {
  font-family: "GT Walsheim Pro";
}

/* line 126, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_typography.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 129, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_typography.scss */
.capitalize {
  text-transform: capitalize;
}

/* line 132, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_typography.scss */
.capitalize {
  text-transform: lowercase;
}

/* Menu Search
-------------------------------------------------------*/
/* line 3, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_search.scss */
.header-2-icon {
  color: #ffffff;
}

/* line 6, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_search.scss */
.nav-search.search-trigger.header-2-icon {
  color: #777777;
  display: inline-block;
  font-size: 20px;
  transform: translateY(3px);
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  margin-right: 25px;
}

/* line 17, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_search.scss */
.nav-search {
  position: relative;
  display: block;
  color: inherit;
}

/* line 23, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_search.scss */
.nav-search:hover {
  color: inherit;
}

/* line 27, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_search.scss */
.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.9);
}

/* line 39, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_search.scss */
.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

/* line 44, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_search.scss */
.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

/* line 51, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_search.scss */
.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
}

@media (max-width: 767px) {
  /* line 51, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_search.scss */
  .search-wrap .search-field-holder {
    width: 100%;
  }
}

/* line 61, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_search.scss */
.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: uppercase;
  background: transparent;
  font-size: 25px;
  color: #fff;
  border-bottom: 2px solid #898989;
  text-align: center;
  letter-spacing: 2px;
}

@media (max-width: 767px) {
  /* line 61, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_search.scss */
  .search-wrap .main-search-input {
    padding: 0 10px;
    font-size: 16px;
  }
}

/* line 79, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_search.scss */
.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: #fff;
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* line 106, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_search.scss */
input.main-search-input::-webkit-input-placeholder {
  color: #fff;
  font-size: 25px;
}

@media (max-width: 767px) {
  /* line 106, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_search.scss */
  input.main-search-input::-webkit-input-placeholder {
    font-size: 16px;
  }
}

/* line 114, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_search.scss */
input.main-search-input:-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 25px;
}

@media (max-width: 767px) {
  /* line 114, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_search.scss */
  input.main-search-input:-moz-placeholder {
    font-size: 16px;
  }
}

/* line 123, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_search.scss */
input.main-search-input::-moz-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 25px;
}

@media (max-width: 767px) {
  /* line 123, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_search.scss */
  input.main-search-input::-moz-placeholder {
    font-size: 16px;
  }
}

/* line 132, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_search.scss */
input.main-search-input:-ms-input-placeholder {
  color: #fff;
  font-size: 25px;
}

@media (max-width: 767px) {
  /* line 132, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_search.scss */
  input.main-search-input:-ms-input-placeholder {
    font-size: 16px;
  }
}

/* line 140, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_search.scss */
.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes rotated {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@-webkit-keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@-webkit-keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@-webkit-keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}

@keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}

@-webkit-keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0.5;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0.5;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}

@keyframes hvr-ripple-out {
  0% {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    opacity: 0;
  }
}

@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

@-webkit-keyframes 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 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 scale-up-one-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scale-up-one-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

/* Move frame*/
@keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }
  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 100px;
  }
  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 200px;
  }
  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}

@-webkit-keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }
  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 200px;
  }
  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 100px;
  }
  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}

@keyframes moveShap {
  0% {
    left: 0px;
    top: 0px;
  }
  25% {
    left: 100px;
    top: 0px;
  }
  50% {
    left: 100px;
    top: 100px;
  }
  75% {
    left: 0px;
    top: 200px;
  }
  100% {
    left: 0px;
    top: 0px;
  }
}

@keyframes moveShap2 {
  0% {
    right: 0px;
    top: 0px;
  }
  25% {
    right: 100px;
    top: 0px;
  }
  50% {
    right: 100px;
    top: 100px;
  }
  75% {
    right: 0px;
    top: 200px;
  }
  100% {
    right: 0px;
    top: 0px;
  }
}

/* Heartbeat frame*/
@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

/* Rotation frame*/
@keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}

/* pulseBig */
@keyframes pulseBig {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  50% {
    box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}

/* line 482, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_custom-animation.scss */
.scaleUp1 {
  -webkit-animation-name: scaleUp1;
  animation-name: scaleUp1;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes scaleUp1 {
  0% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
  20% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  40% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
  80% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
}

@keyframes scaleUp1 {
  0% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
  20% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  40% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
  80% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
}

@keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  50% {
    transform: translateY(300px) rotate(90deg);
  }
  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}

@-webkit-keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  50% {
    transform: translateY(300px) rotate(90deg);
  }
  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}

@-moz-keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  50% {
    transform: translateY(300px) rotate(90deg);
  }
  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}

@-o-keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  50% {
    transform: translateY(300px) rotate(90deg);
  }
  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}

@keyframes zoomIncolor {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
    background: #ffa84b;
    opacity: 0.5;
  }
  100% {
    transform: scale(1.3);
    background: #ffa84b;
    opacity: 0.8;
  }
}

@-webkit-keyframes zoomIncolor {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
    background: #ffa84b;
    opacity: 0.5;
  }
  100% {
    transform: scale(1.3);
    background: #ffa84b;
    opacity: 0.8;
  }
}

@-moz-keyframes zoomIncolor {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
    background: #ffa84b;
    opacity: 0.5;
  }
  100% {
    transform: scale(1.3);
    background: #ffa84b;
    opacity: 0.8;
  }
}

@keyframes squareMove {
  0% {
    transform: translateX(0px) rotate(0deg);
  }
  33% {
    transform: translateY(-100px) rotate(180deg);
  }
  66% {
    transform: translateX(200px) rotate(-90deg);
  }
  100% {
    transform: translateX(0px) rotate(0deg);
  }
}

@-webkit-keyframes squareMove {
  0% {
    transform: translateX(0px);
  }
  33% {
    transform: translateY(-100px);
  }
  66% {
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0px);
  }
}

@-moz-keyframes squareMove {
  0% {
    transform: translateX(0px);
  }
  33% {
    transform: translateY(-100px);
  }
  66% {
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0px);
  }
}

/*--
	-theme-btn
----------------------------------------*/
/* line 4, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_btn.scss */
.theme_btn {
  overflow: hidden;
  color: #ffffff;
  background: #ffa84b;
  font-size: 14px;
  font-family: "GT Walsheim Pro";
  font-weight: 700;
  line-height: 1;
  padding: 24px 40px;
  display: inline-block;
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

/* line 19, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_btn.scss */
.theme_btn i {
  color: #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 23, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_btn.scss */
.theme_btn:hover {
  color: #ffffff;
  background: #083d59;
}

/* line 26, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_btn.scss */
.theme_btn:hover i {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
}

/* line 34, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_btn.scss */
.theme_btn.theme_btn2 {
  color: #ffffff;
  background: #bb0b0b;
}

/* line 37, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_btn.scss */
.theme_btn.theme_btn2:hover {
  background: #040404;
}

/* line 44, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_btn.scss */
.quote-btn {
  padding: 19px 35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 44, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_btn.scss */
  .quote-btn {
    padding: 19px 30px;
  }
}

/* line 49, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_btn.scss */
.quote-btn:hover {
  background: #040404;
}

/* line 54, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_btn.scss */
.btn-list {
  padding: 0;
}

/* line 59, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_btn.scss */
.border_btn {
  border: 2px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  padding: 22px 38px;
  background: rgba(220, 20, 20, 0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 66, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_btn.scss */
.border_btn::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: #ffa84b;
  opacity: 0.7;
  border-radius: 50%;
  left: -19px;
  bottom: -19px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: -1;
}

/* line 79, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_btn.scss */
.border_btn:hover, .border_btn.active {
  color: #ffffff;
  border-color: #ffa84b;
  background: transparent;
}

/* line 84, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_btn.scss */
.border_btn:hover::before, .border_btn.active::before {
  opacity: 1;
  border-radius: 0;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
}

/* line 94, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_btn.scss */
.border_btn.active::before {
  left: 0;
  bottom: 0;
  opacity: 1;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

/* line 102, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_btn.scss */
.border_btn.active:hover {
  color: #ffa84b;
  background-color: transparent;
}

/* line 105, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_btn.scss */
.border_btn.active:hover::before {
  left: 5px;
  bottom: 5px;
  opacity: 0.7;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

/* line 115, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_btn.scss */
.border_btn.border_btn2 {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 117, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_btn.scss */
.border_btn.border_btn2::before {
  background: #bb0b0b;
}

/* line 121, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_btn.scss */
.border_btn.border_btn2:hover {
  border-color: #bb0b0b;
}

/* line 123, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_btn.scss */
.border_btn.border_btn2:hover::before {
  background: #bb0b0b;
}

/* line 130, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_btn.scss */
.service-btn {
  color: #cccccc;
  font-size: 14px;
  font-weight: 700;
  display: block;
}

/* line 135, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_btn.scss */
.service-btn i {
  margin-left: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 139, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_btn.scss */
.service-btn:hover {
  color: #ffa84b;
}

/* line 141, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_btn.scss */
.service-btn:hover i {
  transform: rotateX(360deg);
  -webkit-transform: rotateX(360deg);
  -moz-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  -o-transform: rotateX(360deg);
}

/* line 152, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_btn.scss */
.theme-border-btn {
  background: transparent;
  color: #083d59;
  border: 2px solid #ececec;
  padding: 23px 38px;
}

/* line 157, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_btn.scss */
.theme-border-btn i {
  color: #083d59;
  margin-left: 8px;
  font-weight: 300;
}

/* line 162, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_btn.scss */
.theme-border-btn:hover {
  border-color: transparent;
  color: #ffffff;
}

/* line 165, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_btn.scss */
.theme-border-btn:hover i {
  color: #ffffff;
}

/* line 172, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_btn.scss */
.theme_btn2 {
  overflow: hidden;
  color: #083d59;
  background-color: #e7eef2;
  font-size: 16px;
  font-family: "GT Walsheim Pro";
  font-weight: 700;
  line-height: 1;
  padding: 21px 40px;
  display: inline-block;
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  text-transform: capitalize;
}

/* line 188, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_btn.scss */
.theme_btn2:hover {
  color: #ffffff;
  background: #083d59;
}

/* line 195, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_btn.scss */
.theme_btn3 {
  background: #083d59;
  padding: 22px 44px;
}

/* line 198, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_btn.scss */
.theme_btn3 i {
  margin-left: 15px;
}

/* line 201, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_btn.scss */
.theme_btn3:hover {
  background: #bb0b0b;
}

/* line 1, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_section-title.scss */
.semi-title {
  color: #b8b8b8;
  font-size: 14px;
  letter-spacing: 0px;
}

/* line 7, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_section-title.scss */
.sect-title {
  font-size: 60px;
  line-height: 1.17;
}

/* line 10, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_section-title.scss */
.sect-title span {
  font-weight: 100;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 7, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_section-title.scss */
  .sect-title {
    font-size: 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 7, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_section-title.scss */
  .sect-title {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  /* line 7, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_section-title.scss */
  .sect-title {
    font-size: 30px;
  }
}

/* line 22, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_section-title.scss */
.sect-title .bottom-shape::before {
  left: 0;
  top: 63%;
}

/* line 28, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_section-title.scss */
.paragraph-title {
  color: #777777;
  font-size: 18px;
  line-height: 28px;
}

/* line 32, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_section-title.scss */
.paragraph-title strong {
  color: #083d59;
  font-weight: 700;
}

/* line 37, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_section-title.scss */
.semi-grey {
  color: #92aab6;
}

/* line 41, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_section-title.scss */
.semi-title2 {
  color: #bb0b0b;
  font-size: 14px;
  letter-spacing: 0px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

/* line 48, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_section-title.scss */
.semi-title2 .line-one {
  margin-right: 10px;
}

/* line 51, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_section-title.scss */
.semi-title2 .line-two {
  margin-left: 10px;
}

/* line 56, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_section-title.scss */
.sect-title2 {
  font-size: 60px;
  line-height: 1.1;
  color: #040404;
}

/* line 60, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_section-title.scss */
.sect-title2 span {
  font-weight: 100;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 56, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_section-title.scss */
  .sect-title2 {
    font-size: 45px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 56, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_section-title.scss */
  .sect-title2 {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  /* line 56, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_section-title.scss */
  .sect-title2 {
    font-size: 30px;
  }
}

/* line 72, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_section-title.scss */
.sect-title2 .bottom-shape::before {
  top: 70%;
}

/* line 78, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_section-title.scss */
.section-title2 .semi-title2 {
  margin-bottom: 13px;
  line-height: 1;
}

/* line 82, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_section-title.scss */
.section-title2 .sect-title2 {
  margin-bottom: 48px;
}

/* line 2, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.custom-container-slider {
  max-width: 1430px;
  overflow: hidden;
}

/* line 6, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.main-slider {
  position: relative;
  top: -190px;
}

/* line 10, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.slider-bg {
  margin-top: -16px;
  position: relative;
  background: url(../img/slider/hero-bg-1.jpg) no-repeat center;
  background-size: cover;
  min-height: 796px;
  display: flex;
  align-items: center;
  z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 10, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
  .slider-bg {
    min-height: 620px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 10, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
  .slider-bg {
    min-height: 550px;
  }
}

@media (max-width: 767px) {
  /* line 10, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
  .slider-bg {
    min-height: 500px;
  }
}

/* line 29, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.slider-bg::before {
  position: absolute;
  content: "";
  background-color: #084362;
  opacity: 0.98;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

/* line 40, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.slider-bg .slider__content {
  padding-left: 50px;
  margin-top: 42px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 40, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
  .slider-bg .slider__content {
    padding-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 40, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
  .slider-bg .slider__content {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 40, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
  .slider-bg .slider__content {
    padding-left: 0;
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  /* line 40, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
  .slider-bg .slider__content {
    padding-left: 0;
    padding-top: 50px;
    padding-bottom: 60px;
  }
}

/* line 60, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.slider-bg .slider-right {
  padding-top: 63px;
  margin-left: -32px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 60, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
  .slider-bg .slider-right {
    padding-top: 0;
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 60, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
  .slider-bg .slider-right {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  /* line 60, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
  .slider-bg .slider-right {
    margin-left: 0;
  }
}

/* line 76, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
#slider-one .owl-item.active h1 {
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}

/* line 85, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
#slider-one .owl-item.active p {
  -webkit-animation-duration: 800ms;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.4s;
}

/* line 94, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
#slider-one .owl-item.active .btn-list {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}

/* line 102, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
#slider-one .owl-item.active .slider-right {
  -webkit-animation-duration: 2s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInRight2;
  animation-delay: 0.4s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 102, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
  #slider-one .owl-item.active .slider-right {
    animation-name: fadeIn;
  }
}

@media (max-width: 767px) {
  /* line 102, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
  #slider-one .owl-item.active .slider-right {
    animation-name: fadeIn;
  }
}

/* line 118, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.main-slider-area .dodlle-one {
  position: absolute;
  border-radius: 50%;
  background-color: #ffa84b;
  width: 7px;
  height: 7px;
  z-index: 12;
  right: 46.09%;
  top: 260px;
}

/* line 127, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.main-slider-area .dodlle-one.two {
  top: 468px;
  right: 27.03%;
}

/* line 131, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.main-slider-area .dodlle-one.three {
  top: 77%;
  left: 19.2%;
}

/* line 137, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.main-slider-area .owl-nav button {
  border: 2px solid rgba(255, 255, 255, 0.06) !important;
  width: 64px;
  height: 64px;
  line-height: 64px !important;
  display: inline-block;
  border-radius: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 5;
  color: rgba(255, 255, 255, 0.06) !important;
}

/* line 153, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.main-slider-area .owl-nav button i {
  font-size: 18px;
}

/* line 156, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.main-slider-area .owl-nav button.owl-prev {
  left: 60px;
}

/* line 159, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.main-slider-area .owl-nav button.owl-next {
  right: 60px;
}

/* line 162, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.main-slider-area .owl-nav button.owl-prev:hover, .main-slider-area .owl-nav button.owl-next:hover {
  color: #ffffff !important;
  border-color: #ffa84b;
  background: #ffa84b;
}

/* line 171, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.owl-dots {
  position: absolute;
  z-index: 11;
  left: 40px;
  bottom: 40px;
}

/* line 176, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.owl-dots button.owl-dot {
  border: 1px solid #777777;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-right: 15px;
}

/* line 182, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.owl-dots button.owl-dot.active {
  border-color: #ffa84b;
  background-color: #ffa84b;
}

/* line 190, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.slider__content .main-title-one {
  margin-bottom: 10px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 190, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
  .slider__content .main-title-one {
    font-size: 70px;
  }
}

/* line 196, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.slider__content p {
  color: #a7bbc5;
  font-size: 18px;
  line-height: 28px;
}

/* line 201, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.slider__content p strong {
  color: #ffffff;
  font-weight: 700;
}

/* line 208, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.sub-title {
  color: #083d59;
  font-size: 16px;
  font-weight: 500;
  font-family: "GT Walsheim Pro";
  text-transform: uppercase;
  line-height: 23px;
}

/* line 217, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.main-title-one {
  color: #083d59;
  font-size: 80px;
  color: #ffffff;
  line-height: 1.15;
  letter-spacing: -0.3px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 217, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
  .main-title-one {
    font-size: 56px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 217, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
  .main-title-one {
    font-size: 56px;
  }
}

@media (max-width: 767px) {
  /* line 217, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
  .main-title-one {
    font-size: 50px;
  }
}

/* line 232, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.main-title-one span {
  font-weight: 100;
  letter-spacing: -0.6px;
}

/* line 238, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.bottom-shape {
  display: inline-block;
  position: relative;
  z-index: 2;
}

/* line 242, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.bottom-shape::before {
  position: absolute;
  content: "";
  background: url(../img/shape/line-1.svg) no-repeat;
  width: 100%;
  height: 14px;
  left: 7px;
  top: 65%;
  z-index: -1;
}

/* line 256, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.slider-bg-2 {
  position: relative;
  background-size: cover;
  background-position: center;
  width: 100%;
  background-repeat: no-repeat;
  min-height: 970px;
  z-index: 1;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 256, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
  .slider-bg-2 {
    min-height: 750px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 256, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
  .slider-bg-2 {
    min-height: 550px;
  }
}

@media (max-width: 767px) {
  /* line 256, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
  .slider-bg-2 {
    min-height: 500px;
  }
}

/* line 277, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.slider-bg-2::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 54, 96, 0.4);
  opacity: 0.98;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

/* line 289, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.slider-bg-2 img.shape-one {
  width: 311px;
  height: 311px;
  display: inline-block;
  position: absolute;
  top: 315px;
  right: 17%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 289, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
  .slider-bg-2 img.shape-one {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 289, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
  .slider-bg-2 img.shape-one {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 289, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
  .slider-bg-2 img.shape-one {
    display: none;
  }
}

/* line 307, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.slider-bg-2 .slider__content {
  padding-top: 155px;
  padding-left: 8px;
}

/* line 310, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.slider-bg-2 .slider__content .main-title-two {
  margin-bottom: 53px;
}

/* line 315, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.shape-h2-one {
  width: 336px;
  height: 350px;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 11;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 315, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
  .shape-h2-one {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 315, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
  .shape-h2-one {
    display: none;
  }
}

/* line 331, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.slide-tag-list {
  padding: 0;
  margin-bottom: 12px;
}

/* line 334, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.slide-tag-list li {
  padding-right: 51px;
  display: inline-block;
}

/* line 339, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.slide-tag-list li:last-child a::before {
  display: none;
}

@media (max-width: 767px) {
  /* line 334, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
  .slide-tag-list li {
    padding-right: 10px;
  }
  /* line 346, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
  .slide-tag-list li a {
    font-size: 14px;
  }
}

/* line 350, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.slide-tag-list li a {
  color: rgba(255, 255, 255, 0.502);
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  z-index: 2;
}

/* line 357, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.slide-tag-list li a::before {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.302);
  width: 20px;
  height: 1px;
  right: -38px;
  top: 12px;
  z-index: 11;
}

@media (max-width: 767px) {
  /* line 357, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
  .slide-tag-list li a::before {
    display: none;
  }
}

/* line 374, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.main-title-two {
  color: #ffffff;
  font-size: 120px;
  line-height: 1.02;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 374, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
  .main-title-two {
    font-size: 80px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 374, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
  .main-title-two {
    font-size: 56px;
  }
}

@media (max-width: 767px) {
  /* line 374, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
  .main-title-two {
    font-size: 50px;
  }
}

/* line 389, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
#slider-one .slider-bg-2 .owl-item.active .theme_btn {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.4s;
}

/* line 398, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.slider-bg-3 {
  min-height: 830px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 398, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
  .slider-bg-3 {
    min-height: 750px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 398, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
  .slider-bg-3 {
    min-height: 550px;
  }
}

@media (max-width: 767px) {
  /* line 398, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
  .slider-bg-3 {
    min-height: 500px;
  }
}

/* line 414, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.slider-bg-3::before {
  content: "";
  position: absolute;
  background-color: #040404;
  opacity: 0.902;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

/* line 425, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.slider-bg-3::after {
  content: "";
  position: absolute;
  background: url(../img/slider/pattern-1.png) no-repeat;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

/* line 436, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.slider__content3 {
  position: relative;
  z-index: 5;
}

/* line 439, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.slider__content3 .popup-video {
  color: #ffffff;
  font-size: 14px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #bb0b0b;
  margin-bottom: 24px;
}

/* line 449, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.slider__content3 .bottom-shape::before {
  background: url(../img/shape/line-3.png) no-repeat;
}

/* line 453, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.slider__content3 .main-title-one {
  margin-bottom: 12px;
}

/* line 456, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.slider__content3 .paragraph-title {
  color: #a7bbc5;
}

/* line 458, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.slider__content3 .paragraph-title strong {
  color: #ffffff;
}

/* line 462, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.slider__content3 .subscribe-form {
  position: relative;
  z-index: 1;
}

/* line 465, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.slider__content3 .subscribe-form input {
  background-color: #ffffff;
  position: relative;
  height: 60px;
  color: #999999;
}

/* line 470, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.slider__content3 .subscribe-form input::placeholder {
  color: #999999;
}

/* line 473, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.slider__content3 .subscribe-form input::-moz-placeholder {
  color: #999999;
}

/* line 476, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.slider__content3 .subscribe-form input::-webkit-placeholder {
  color: #999999;
}

/* line 479, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.slider__content3 .subscribe-form input::-o-placeholder {
  color: #999999;
}

@media (max-width: 767px) {
  /* line 465, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
  .slider__content3 .subscribe-form input {
    padding-left: 10px;
  }
}

/* line 486, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.slider__content3 .subscribe-form .subscribe-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  border: 0;
  background: #bb0b0b;
  position: absolute;
  z-index: 2;
  max-width: 200px;
  width: 100%;
  height: 60px;
  right: 0;
  top: 0;
}

@media (max-width: 767px) {
  /* line 486, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
  .slider__content3 .subscribe-form .subscribe-btn {
    max-width: 115px;
  }
}

/* line 510, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.nav-none .owl-nav {
  display: none;
}

/* line 515, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.main-slider-area {
  position: relative;
  z-index: 2;
}

/* line 518, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.main-slider-area .right-img {
  position: absolute;
  z-index: 3;
  left: 48px;
  bottom: -35px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 518, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
  .main-slider-area .right-img {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 518, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
  .main-slider-area .right-img {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 518, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
  .main-slider-area .right-img {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 518, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
  .main-slider-area .right-img {
    display: none;
  }
}

/* line 535, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
.main-slider-area .right-img.two {
  top: 90px;
  right: 0;
  left: auto;
}

/* line 543, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
#slider-three .owl-item.active h1 {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.6s;
}

/* line 551, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
#slider-three .owl-item.active p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.4s;
}

/* line 559, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
#slider-three .owl-item.active p {
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.2s;
}

/* line 567, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_slider.scss */
#slider-three .owl-item.active .subscribe-form {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

/* line 2, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
.single-feature {
  position: relative;
  background: url(../img/feature//1.jpg) no-repeat top center;
  background-size: cover;
  padding: 77px 0 78px 70px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 2, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
  .single-feature {
    padding: 72px 0 78px 15px;
  }
}

@media (max-width: 767px) {
  /* line 2, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
  .single-feature {
    padding: 72px 0 78px 15px;
  }
}

/* line 16, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
.single-feature::before {
  position: absolute;
  content: "";
  background-color: #083d59;
  opacity: 0.902;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 28, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
.single-feature .f-icon {
  position: absolute;
  z-index: 1;
  right: 25px;
  top: 17px;
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

/* line 35, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
.single-feature h6 {
  color: #a6b8c2;
  font-weight: 300;
  margin-bottom: 13px;
}

/* line 39, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
.single-feature h6 span {
  color: #ffffff;
  font-weight: 400;
  margin-right: 18px;
}

/* line 45, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
.single-feature h2 {
  color: #ffffff;
  font-size: 50px;
  line-height: 1.1;
  padding-left: 42px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 45, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
  .single-feature h2 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 45, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
  .single-feature h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  /* line 45, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
  .single-feature h2 {
    font-size: 30px;
  }
}

/* line 61, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
.single-feature.feat-2 h6 {
  color: #ffeedc;
}

/* line 64, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
.single-feature.feat-2::before {
  background-color: #ffa84b;
  opacity: 0.902;
}

/* line 70, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
.single-feature.feat-3::before {
  background-color: #006571;
  opacity: 0.902;
}

/* line 76, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
.single-feature:hover h6 {
  color: #ffffff;
}

/* line 79, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
.single-feature:hover::before {
  background-color: #ffa84b;
}

/* line 82, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
.single-feature:hover .f-icon {
  top: 25px;
  right: 50px;
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

/* line 95, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
.core-feature-area {
  position: relative;
  z-index: 2;
}

/* line 98, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
.core-feature-area::before {
  content: "";
  position: absolute;
  background: url(../img/feature/core-1.jpg) no-repeat right;
  width: 615px;
  max-width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 98, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
  .core-feature-area::before {
    width: 100%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 98, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
  .core-feature-area::before {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 98, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
  .core-feature-area::before {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 121, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
  .core-wrapper .section-title {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  /* line 121, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
  .core-wrapper .section-title {
    padding-right: 0;
  }
}

/* line 131, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
.text-list li {
  color: #083d59;
  font-size: 16px;
  font-weight: 500;
  padding-left: 60px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

/* line 139, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
.text-list li::before {
  content: "\f00c";
  position: absolute;
  font-family: "Font awesome 5 Pro";
  font-size: 16px;
  color: #ffa84b;
  left: 0;
  top: -7px;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff0e1;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
}

/* line 162, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
.video-wrapper {
  background: url(../img/feature/core-2.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  min-height: 500px;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 162, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
  .video-wrapper {
    min-height: 400px;
  }
}

@media (max-width: 767px) {
  /* line 162, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
  .video-wrapper {
    min-height: 300px;
  }
}

/* line 174, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
.video-wrapper .popup-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 187, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
  .core-wrapper2 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 187, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
  .core-wrapper2 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 187, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
  .core-wrapper2 {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  /* line 187, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
  .core-wrapper2 {
    padding-left: 0;
  }
}

/* line 202, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
.features-bg {
  background: url(../img/feature/feature-bg1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

/* line 207, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
.feature-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  /* line 207, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
  .feature-list {
    display: block;
  }
}

/* line 216, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
.feature-list li:first-child, .feature-list li:nth-child(3) {
  margin-top: -20px;
}

/* line 223, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
.single-feature2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 25px 35px 27px 30px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 223, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
  .single-feature2 {
    padding: 25px 10px 25px 10px;
  }
}

@media (max-width: 767px) {
  /* line 223, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
  .single-feature2 {
    padding: 25px 15px 25px 15px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 223, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
  .single-feature2 {
    padding: 25px 25px 25px 25px;
    margin-bottom: 20px;
  }
}

/* line 242, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
.single-feature2::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 0px;
  line-height: 40px;
  background: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: -1;
}

/* line 255, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
.single-feature2 h2 {
  color: #c4cdd2;
  font-size: 40px;
  margin-right: 20px;
}

/* line 260, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
.single-feature2 h6 {
  line-height: 22px;
}

/* line 264, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
.single-feature2:hover::before {
  background: #ffa84b;
  height: 2px;
}

/* line 268, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
.single-feature2:hover h2 {
  color: #ffa84b;
}

/* line 274, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
.feature-img-wrapper {
  position: relative;
  z-index: 1;
}

/* line 278, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
.feature-img-wrapper .feature-one {
  position: absolute;
  z-index: 2;
}

/* line 281, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
.feature-img-wrapper .feature-one.two {
  border: 10px solid #ffffff;
  right: 0;
  top: 180px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 281, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
  .feature-img-wrapper .feature-one.two {
    top: 0;
  }
}

@media (max-width: 767px) {
  /* line 281, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
  .feature-img-wrapper .feature-one.two {
    display: none;
  }
}

/* line 292, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
.feature-img-wrapper .feature-one.three {
  right: 50px;
  top: 20px;
  animation: float-bob-x infinite 5s linear;
  -webkit-animation: float-bob-x infinite 5s linear;
}

/* line 302, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
.feature-number {
  font-size: 120px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px;
  -webkit-text-stroke-color: #ffa84b;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 302, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
  .feature-number {
    font-size: 80px;
  }
}

@media (max-width: 767px) {
  /* line 302, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
  .feature-number {
    font-size: 50px;
    text-align: center;
  }
}

/* line 315, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
.features-title {
  font-size: 40px;
  line-height: 1.2;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 315, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
  .features-title {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 315, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
  .features-title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  /* line 315, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
  .features-title {
    font-size: 20px;
  }
}

/* line 329, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
.tab-wrapper2 .nav-tabs {
  border: 0;
  display: block;
  width: 100%;
}

/* line 333, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
.tab-wrapper2 .nav-tabs .nav-link {
  text-align: start;
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #b1b5b8;
  border: 0;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  width: 93%;
  padding: 24px 0 22px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 333, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
  .tab-wrapper2 .nav-tabs .nav-link {
    font-size: 16px;
    padding: 24px 0px 25px 0;
  }
}

@media (max-width: 767px) {
  /* line 333, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
  .tab-wrapper2 .nav-tabs .nav-link {
    font-size: 16px;
    padding: 24px 10px 25px 0;
  }
}

/* line 352, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
.tab-wrapper2 .nav-tabs .nav-link img {
  margin-right: 18px;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
}

/* line 360, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
.tab-wrapper2 .nav-tabs .nav-link i {
  float: right;
}

/* line 363, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
.tab-wrapper2 .nav-tabs .nav-link.active {
  color: #083d59;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 370, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
  .content-box p {
    margin-bottom: 5px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 375, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
  .content-box .text-content {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 375, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
  .content-box .text-content {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  /* line 375, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
  .content-box .text-content {
    padding-left: 0;
  }
}

/* line 386, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
.content-box .text-list {
  margin: 0;
}

/* line 388, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
.content-box .text-list li {
  font-size: 16px;
  font-weight: 500;
  padding-left: 30px;
  margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 388, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
  .content-box .text-list li {
    margin-bottom: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 388, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
  .content-box .text-list li {
    font-size: 15px;
  }
}

/* line 399, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
.content-box .text-list li::before {
  background: transparent;
  font-weight: 400;
  left: 0;
  width: unset;
  height: unset;
}

/* line 410, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
.video-bg-1 {
  background: url(../img/video/video-bg1.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  min-height: 700px;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 410, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
  .video-bg-1 {
    min-height: 550px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 410, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
  .video-bg-1 {
    min-height: 450px;
  }
}

@media (max-width: 767px) {
  /* line 410, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_feature.scss */
  .video-bg-1 {
    min-height: 400px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 2, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .about-content-wrapper {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 2, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .about-content-wrapper {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  /* line 2, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .about-content-wrapper {
    padding-left: 0;
  }
}

/* line 12, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.about-content-wrapper .paragraph-title {
  margin-bottom: 46px;
}

/* line 16, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.tab-wrapper {
  padding-left: 60px;
  padding-right: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 16, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .tab-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 16, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .tab-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  /* line 16, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .tab-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 31, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.tab-wrapper .nav-tabs {
  border: 0;
}

/* line 34, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.tab-wrapper .nav-tabs .nav-link {
  color: #ffa84b;
  font-weight: 700;
  line-height: 1;
  border: 1px solid rgba(27, 33, 47, 0.1);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 19px 29px;
}

/* line 45, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.tab-wrapper .nav-tabs .nav-link:first-child {
  margin-right: 20px;
}

@media (max-width: 767px) {
  /* line 34, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .tab-wrapper .nav-tabs .nav-link {
    width: 100%;
    margin-bottom: 15px;
  }
  /* line 51, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .tab-wrapper .nav-tabs .nav-link:first-child {
    margin-right: 0;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 34, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .tab-wrapper .nav-tabs .nav-link {
    width: inherit;
    margin-bottom: inherit;
  }
  /* line 58, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .tab-wrapper .nav-tabs .nav-link:first-child {
    margin-right: inherit;
  }
}

/* line 62, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.tab-wrapper .nav-tabs .nav-link span {
  color: #083d59;
  font-size: 16px;
  margin-right: 50px;
  margin-left: 2px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 62, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .tab-wrapper .nav-tabs .nav-link span {
    margin-right: 15px;
  }
}

/* line 71, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.tab-wrapper .nav-tabs .nav-link.active {
  border-color: #083d59;
  color: #ffa84b;
  background: #083d59;
}

/* line 75, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.tab-wrapper .nav-tabs .nav-link.active span {
  color: #ffffff;
}

/* line 83, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.shape-square {
  position: absolute;
  right: 80px;
  top: 40px;
  z-index: 1;
  animation: rotation infinite 5s linear;
}

/* line 91, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.about-area-2 {
  position: relative;
  z-index: 3;
}

/* line 97, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.about-content-wrapper2 .paragraph-title {
  padding-right: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 97, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .about-content-wrapper2 .paragraph-title {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  /* line 97, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .about-content-wrapper2 .paragraph-title {
    padding-right: 0;
  }
}

/* line 108, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.about-text {
  overflow: hidden;
  margin-bottom: 20px;
  padding-right: 80px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 108, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .about-text {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  /* line 108, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .about-text {
    padding-right: 0;
  }
}

/* line 118, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.about-text .img-box {
  float: left;
  width: 100px;
  margin-right: 30px;
  margin-bottom: 30px;
  margin-top: 7px;
}

@media (max-width: 767px) {
  /* line 118, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .about-text .img-box {
    float: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 118, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .about-text .img-box {
    float: left;
  }
}

/* line 132, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.about-text p {
  overflow: hidden;
}

/* line 137, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.read-btn2 {
  color: #bfbfbf;
  display: block;
  transform: unset;
  background: #f1f1f1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: 0;
}

/* line 149, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.single-about {
  background-color: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}

/* line 152, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.single-about img {
  width: 100%;
  margin-bottom: 27px;
}

/* line 156, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.single-about h5 {
  padding-left: 30px;
  line-height: 1;
  margin-bottom: 4px;
}

/* line 161, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.single-about p {
  font-size: 14px;
  padding-left: 30px;
  padding-bottom: 24px;
}

/* line 167, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.single-about:hover .read-btn2 {
  color: #ffffff;
  background-color: #083d59;
}

/* line 174, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.single-about-wrapper {
  margin-top: -20px;
  margin-right: 0;
  margin-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 174, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .single-about-wrapper {
    margin-top: 0;
  }
}

/* line 181, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.single-about-wrapper .col-xl-6:first-child {
  margin-top: -60px;
}

/* line 183, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.single-about-wrapper .col-xl-6:first-child .single-about {
  margin-right: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 181, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .single-about-wrapper .col-xl-6:first-child {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  /* line 181, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .single-about-wrapper .col-xl-6:first-child {
    margin-top: 30px;
  }
}

/* line 193, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.single-about-wrapper .col-xl-6:nth-child(2) {
  margin-top: -20px;
}

/* line 195, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.single-about-wrapper .col-xl-6:nth-child(2) .single-about {
  margin-left: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 199, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .single-about-wrapper .col-xl-6:nth-child(2) .single-about {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 193, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .single-about-wrapper .col-xl-6:nth-child(2) {
    margin-top: 0;
  }
  /* line 205, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .single-about-wrapper .col-xl-6:nth-child(2) .single-about {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  /* line 193, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .single-about-wrapper .col-xl-6:nth-child(2) {
    margin-top: 0;
  }
  /* line 211, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .single-about-wrapper .col-xl-6:nth-child(2) .single-about {
    margin-left: 0;
  }
}

/* line 216, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.single-about-wrapper .col-xl-6:nth-child(3) {
  margin-top: -40px;
}

/* line 218, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.single-about-wrapper .col-xl-6:nth-child(3) .single-about {
  margin-right: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 222, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .single-about-wrapper .col-xl-6:nth-child(3) .single-about {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 216, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .single-about-wrapper .col-xl-6:nth-child(3) {
    margin-top: 0;
  }
  /* line 228, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .single-about-wrapper .col-xl-6:nth-child(3) .single-about {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  /* line 216, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .single-about-wrapper .col-xl-6:nth-child(3) {
    margin-top: 0;
  }
  /* line 234, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .single-about-wrapper .col-xl-6:nth-child(3) .single-about {
    margin-right: 0;
  }
}

/* line 240, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.single-about-wrapper .col-xl-6:nth-child(4) .single-about {
  margin-left: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 240, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .single-about-wrapper .col-xl-6:nth-child(4) .single-about {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 240, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .single-about-wrapper .col-xl-6:nth-child(4) .single-about {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  /* line 240, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .single-about-wrapper .col-xl-6:nth-child(4) .single-about {
    margin-left: 0;
  }
}

/* line 256, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.about-img-wrapper3 {
  position: relative;
  z-index: 1;
}

/* line 259, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.about-img-wrapper3 .about-one {
  position: absolute;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 259, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .about-img-wrapper3 .about-one {
    position: relative;
  }
}

@media (max-width: 767px) {
  /* line 259, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .about-img-wrapper3 .about-one {
    position: relative;
  }
}

/* line 267, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.about-img-wrapper3 .about-one.img-1 {
  top: -322px;
  bottom: auto;
  left: 0;
}

/* line 272, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.about-img-wrapper3 .about-one.img-2 {
  top: -75px;
  right: 20px;
  border: 10px solid white;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 272, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .about-img-wrapper3 .about-one.img-2 {
    top: 0;
    right: 0;
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 767px) {
  /* line 272, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .about-img-wrapper3 .about-one.img-2 {
    top: 0;
    right: 0;
    width: 100%;
  }
}

/* line 288, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.about-img-wrapper3 .about-one.img-3 {
  position: absolute;
  left: -37px;
  top: -214px;
  animation: float-bob-y infinite 3s linear;
  -webkit-animation: float-bob-y infinite 3s linear;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 288, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .about-img-wrapper3 .about-one.img-3 {
    left: 0;
    top: 0;
  }
}

@media (max-width: 767px) {
  /* line 288, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .about-img-wrapper3 .about-one.img-3 {
    left: 0;
    top: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 307, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .about-content-wrapper2 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 307, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .about-content-wrapper2 {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  /* line 307, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .about-content-wrapper2 {
    padding-left: 0;
  }
}

/* line 318, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.about-content-wrapper2 .section-title2 .sect-title2 {
  margin-bottom: 20px;
}

/* line 322, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.about-content-wrapper2 .paragraph-title {
  margin-bottom: 39px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 322, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .about-content-wrapper2 .paragraph-title {
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 322, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .about-content-wrapper2 .paragraph-title {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  /* line 322, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .about-content-wrapper2 .paragraph-title {
    padding-right: 0;
  }
}

/* line 334, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.about-content-wrapper2 .about-text {
  padding-right: 50px;
  margin-bottom: 37px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 334, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .about-content-wrapper2 .about-text {
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 334, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .about-content-wrapper2 .about-text {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  /* line 334, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .about-content-wrapper2 .about-text {
    padding-right: 0;
  }
}

/* line 346, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.about-content-wrapper2 .about-text .text-box {
  background-color: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  width: 100px;
  height: 110px;
  text-align: center;
  float: left;
  overflow: hidden;
  margin-right: 30px;
}

/* line 355, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.about-content-wrapper2 .about-text .text-box h2 {
  color: #bb0b0b;
  font-size: 40px;
  font-weight: 700;
  padding-top: 20px;
}

/* line 361, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.about-content-wrapper2 .about-text .text-box span {
  color: #777777;
  font-size: 12px;
  display: block;
  line-height: 16px;
}

@media (max-width: 767px) {
  /* line 346, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .about-content-wrapper2 .about-text .text-box {
    float: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 346, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .about-content-wrapper2 .about-text .text-box {
    float: inherit;
  }
}

/* line 376, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.author-media {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  grid-gap: 21px;
  align-items: center;
  border-top: 1px solid #f0f0f0;
  padding-top: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 376, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .author-media {
    grid-gap: 15px;
  }
}

@media (max-width: 767px) {
  /* line 376, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .author-media {
    display: block;
    grid-gap: 15px;
  }
}

/* line 390, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.author-media li {
  position: relative;
  z-index: 1;
}

/* line 394, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.author-media li:first-child::before {
  content: "";
  position: absolute;
  background-color: #f0f0f0;
  width: 1px;
  height: 50px;
  right: 20px;
  top: 9px;
  z-index: 1;
}

@media (max-width: 767px) {
  /* line 406, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .author-media .footer__social {
    margin-top: 25px;
  }
}

/* line 410, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.author-media .footer__social a {
  color: #040404;
  border-radius: 50%;
  background: #f2f2f2;
}

/* line 414, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.author-media .footer__social a:hover {
  color: #ffffff;
  background: #bb0b0b;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 424, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .about-us-2 .about-content-wrapper3 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 424, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .about-us-2 .about-content-wrapper3 {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 424, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .about-us-2 .about-content-wrapper3 {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  /* line 424, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .about-us-2 .about-content-wrapper3 {
    padding-left: 0;
  }
}

/* line 437, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.about-us-2 .about-content-wrapper3 .paragraph-title {
  padding-right: 0;
  margin-top: 30px;
  margin-bottom: 29px;
}

/* line 442, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.about-us-2 .about-content-wrapper3 .about-btn {
  margin-top: 41px;
}

/* line 449, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.our-journey-area {
  background-image: -moz-linear-gradient(90deg, white 0%, #f6f6f6 100%);
  background-image: -webkit-linear-gradient(90deg, white 0%, #f6f6f6 100%);
  background-image: -ms-linear-gradient(90deg, white 0%, #f6f6f6 100%);
}

@media (max-width: 767px) {
  /* line 457, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .about-btn li .theme_btn2 {
    margin-left: 0;
  }
}

/* line 463, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.about-btn li:first-child .theme_btn2 {
  color: #ffffff;
  background: #083d59;
  border: 1px solid transparent;
}

/* line 467, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.about-btn li:first-child .theme_btn2:hover {
  color: #083d59;
  background: transparent;
  border-color: #ededed;
}

/* line 475, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.about-btn li:last-child .theme_btn2 {
  color: #083d59;
  border: 1px solid #ededed;
  background: transparent;
}

/* line 479, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.about-btn li:last-child .theme_btn2:hover {
  color: #ffffff;
  background: #083d59;
}

/* line 489, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.timeline-box {
  padding-left: 0;
  padding-right: 0;
  align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 489, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .timeline-box {
    margin-bottom: 0;
  }
}

/* line 497, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.timeline-box .left-content h2 {
  color: #ffa84b;
  font-size: 80px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 497, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .timeline-box .left-content h2 {
    font-size: 60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 497, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .timeline-box .left-content h2 {
    font-size: 60px;
  }
}

/* line 507, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.timeline-box .left-content h2.heding-grey {
  color: #ededed;
}

/* line 511, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.timeline-box .left-content h4 {
  font-size: 24px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 511, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .timeline-box .left-content h4 {
    font-size: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 511, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .timeline-box .left-content h4 {
    font-size: 20px;
  }
}

/* line 524, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.journey-list {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  align-items: center;
  justify-content: space-between;
  grid-gap: 30px;
  position: relative;
  z-index: 1;
  padding-left: 0;
  margin: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 524, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .journey-list {
    padding-top: 0;
    grid-gap: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 524, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .journey-list {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  /* line 524, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .journey-list {
    padding-top: 0;
    display: block;
  }
}

/* line 545, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.journey-list::before {
  content: "";
  position: absolute;
  background: url(../img/journey/time-line1.png) no-repeat;
  width: 100px;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 545, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .journey-list::before {
    display: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 545, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .journey-list::before {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 545, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .journey-list::before {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 545, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .journey-list::before {
    display: none;
  }
}

/* line 570, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.journey-list li {
  margin-top: 30px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  /* line 570, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .journey-list li {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  /* line 577, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .journey-list li img {
    width: 100%;
  }
}

/* line 582, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.journey-list li:first-child, .journey-list li:nth-child(3), .journey-list li:nth-child(5), .journey-list li:nth-child(7) {
  padding-right: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 582, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .journey-list li:first-child, .journey-list li:nth-child(3), .journey-list li:nth-child(5), .journey-list li:nth-child(7) {
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 582, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .journey-list li:first-child, .journey-list li:nth-child(3), .journey-list li:nth-child(5), .journey-list li:nth-child(7) {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  /* line 582, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .journey-list li:first-child, .journey-list li:nth-child(3), .journey-list li:nth-child(5), .journey-list li:nth-child(7) {
    padding-right: 0;
  }
}

/* line 598, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
.journey-list li:nth-child(2), .journey-list li:nth-child(4), .journey-list li:nth-child(6), .journey-list li:nth-child(8) {
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  padding-left: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 598, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .journey-list li:nth-child(2), .journey-list li:nth-child(4), .journey-list li:nth-child(6), .journey-list li:nth-child(8) {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 598, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .journey-list li:nth-child(2), .journey-list li:nth-child(4), .journey-list li:nth-child(6), .journey-list li:nth-child(8) {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  /* line 598, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_about.scss */
  .journey-list li:nth-child(2), .journey-list li:nth-child(4), .journey-list li:nth-child(6), .journey-list li:nth-child(8) {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    padding-left: 0;
  }
}

/* line 2, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.services-bg {
  position: relative;
  z-index: 2;
}

/* line 5, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.services-bg::before {
  content: "";
  position: absolute;
  background: #f6f6f6;
  width: 100%;
  height: 528px;
  left: 0;
  top: 0;
  z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 5, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .services-bg::before {
    height: 485px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 5, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .services-bg::before {
    height: 100%;
  }
}

@media (max-width: 767px) {
  /* line 5, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .services-bg::before {
    display: none;
  }
}

/* line 26, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.service-text {
  background-color: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  padding: 19px 55px 23px 18px;
  margin: 0 0 23px 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 26, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .service-text {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 26, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .service-text {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  /* line 26, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .service-text {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/* line 45, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.service-text img {
  margin-right: 22px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 45, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .service-text img {
    margin-right: 2px;
  }
}

/* line 53, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.single-services {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 3;
}

/* line 57, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.single-services .services__thumb {
  position: relative;
  z-index: 1;
}

/* line 60, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.single-services .services__thumb img {
  width: 100%;
}

/* line 64, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.single-services .services__content {
  background: transparent;
  position: absolute;
  z-index: 3;
  bottom: -90px;
  left: 0;
  right: 0;
  margin-left: 40px;
  margin-right: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 64, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .single-services .services__content {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 64, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .single-services .services__content {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  /* line 64, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .single-services .services__content {
    margin-left: 15px;
    margin-right: 15px;
  }
}

/* line 86, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.single-services p {
  color: #97b4c3;
  text-align: left;
  display: none;
  border-top: 1px solid #174b67;
  padding: 23px 30px 30px 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 86, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .single-services p {
    padding: 10px 5px;
    line-height: 18px;
  }
}

@media (max-width: 767px) {
  /* line 86, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .single-services p {
    padding: 10px 5px;
    line-height: 18px;
  }
}

/* line 103, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.single-services:hover .services__content {
  background: #083d59;
  bottom: -114px;
}

/* line 107, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.single-services:hover .service-text {
  background: transparent;
  color: #ffffff;
  box-shadow: 0;
  margin-bottom: 0;
}

/* line 113, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.single-services:hover p {
  display: block;
}

/* line 116, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.single-services:hover .service-btn {
  color: #ffffff;
  background: #ffa84b;
  padding: 16px 0;
}

/* line 126, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.brand-area .brand-item {
  text-align: center;
}

/* line 128, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.brand-area .brand-item .brand-front {
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 132, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.brand-area .brand-item .brand-back {
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 137, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.brand-area .brand-item:hover .brand-front {
  display: none;
}

/* line 140, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.brand-area .brand-item:hover .brand-back {
  display: inline-block;
}

/* line 145, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.brand-area .owl-carousel .owl-item img {
  display: inline-block;
  max-width: 100%;
  width: unset;
}

/* line 151, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.border-line {
  border-bottom: 1px solid #e0e0e0;
}

/* line 154, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.brand-title {
  text-align: center;
}

/* line 156, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.brand-title h5 {
  font-size: 14px;
  padding-left: 25px;
  padding-right: 25px;
}

/* line 163, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.border-bg {
  position: relative;
  z-index: 1;
  display: block;
}

/* line 167, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.border-bg::before {
  content: "";
  position: absolute;
  background: #e0e0e0;
  left: 0;
  top: 8px;
  z-index: 1;
  width: 45%;
  height: 1px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 167, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .border-bg::before {
    width: 30%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 167, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .border-bg::before {
    width: 30%;
  }
}

@media (max-width: 767px) {
  /* line 167, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .border-bg::before {
    display: none;
  }
}

/* line 186, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.border-bg::after {
  content: "";
  position: absolute;
  background: #e0e0e0;
  right: 0;
  top: 8px;
  z-index: 1;
  width: 45%;
  height: 1px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 186, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .border-bg::after {
    width: 30%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 186, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .border-bg::after {
    width: 30%;
  }
}

@media (max-width: 767px) {
  /* line 186, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .border-bg::after {
    display: none;
  }
}

/* line 208, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.services-bg2 {
  background: #e7eef2;
  padding: 120px 60px 90px 60px;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 208, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .services-bg2 {
    padding: 120px 15px 90px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 208, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .services-bg2 {
    padding: 95px 15px 30px 15px;
  }
}

@media (max-width: 767px) {
  /* line 208, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .services-bg2 {
    padding: 80px 15px 30px 15px;
  }
}

/* line 222, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.services-bg2 .section-titl {
  position: relative;
  z-index: 2;
}

/* line 228, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.style-text {
  font-size: 200px;
  line-height: 1;
  background: #ffffff;
  background: -webkit-linear-gradient(to bottom, #ffffff 0%, #e7eef2 100%);
  background: -moz-linear-gradient(to bottom, #ffffff 0%, #e7eef2 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e7eef2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 228, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .style-text {
    font-size: 100px;
  }
}

@media (max-width: 767px) {
  /* line 228, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .style-text {
    font-size: 70px;
  }
}

/* line 251, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.single-services2 {
  text-align: center;
  background-color: #ffffff;
  margin-bottom: 30px;
}

/* line 255, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.single-services2 .services-content {
  padding: 50px 50px 35px 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 255, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .single-services2 .services-content {
    padding: 50px 25px 35px 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 255, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .single-services2 .services-content {
    padding: 50px 15px 35px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 255, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .single-services2 .services-content {
    padding: 50px 15px 35px 15px;
  }
}

@media (max-width: 767px) {
  /* line 255, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .single-services2 .services-content {
    padding: 50px 15px 35px 15px;
  }
}

/* line 269, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.single-services2 .services-content h4 {
  font-size: 24px;
  margin-bottom: 7px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  /* line 269, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .single-services2 .services-content h4 {
    font-size: 20px;
  }
}

/* line 278, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.single-services2 .icon {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 281, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.single-services2 .read-btn2 {
  color: #083d59;
  background: transparent;
  border-top: 1px solid #e7eef2;
  padding: 20px 40px;
  font-weight: 700;
}

/* line 287, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.single-services2 .read-btn2 i {
  color: #b3b3b3;
}

/* line 290, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.single-services2 .read-btn2:hover {
  color: #ffffff;
  background: #083d59;
}

/* line 296, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.single-services2:hover .icon {
  transform: translateY(-7px);
  -webkit-transform: translateY(-7px);
  -moz-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  -o-transform: translateY(-7px);
}

/* line 307, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.brand-bg {
  background: url(../img/brand/brand-bg1.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

/* line 314, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.brand-bg::before {
  content: "";
  position: absolute;
  background: #083d59;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

/* line 326, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.brand-bg .brand-title {
  color: #ffffff;
  text-align: center;
  position: relative;
  margin: 0 auto;
  z-index: 4;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 333, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .brand-bg .brand-title::before {
    width: 100px;
  }
  /* line 336, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .brand-bg .brand-title::after {
    width: 100px;
  }
}

@media (max-width: 767px) {
  /* line 341, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .brand-bg .brand-title::before {
    display: none;
  }
  /* line 344, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .brand-bg .brand-title::after {
    display: none;
  }
}

/* line 348, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.brand-bg .brand-title::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0.9;
  width: 548px;
  height: 1px;
  left: -23px;
  top: 50%;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 348, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .brand-bg .brand-title::before {
    width: 30%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 348, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .brand-bg .brand-title::before {
    width: 20%;
  }
}

@media (max-width: 767px) {
  /* line 348, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .brand-bg .brand-title::before {
    display: none;
  }
}

/* line 368, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.brand-bg .brand-title::after {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  opacity: 0.9;
  width: 548px;
  height: 1px;
  right: 23px;
  top: 50%;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 368, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .brand-bg .brand-title::after {
    width: 30%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 368, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .brand-bg .brand-title::after {
    width: 20%;
  }
}

@media (max-width: 767px) {
  /* line 368, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .brand-bg .brand-title::after {
    display: none;
  }
}

/* line 392, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.brand-bg3 {
  background: #f7f7f7;
}

/* line 396, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.style-text2 {
  font-size: 140px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #777777;
  opacity: 0.1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
}

@media (max-width: 767px) {
  /* line 396, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .style-text2 {
    font-size: 60px;
  }
}

/* line 411, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.section-title2 {
  position: relative;
  z-index: 1;
}

/* line 414, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.section-title2 .style-text2 {
  top: -44px;
}

/* line 418, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.single-services3 {
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  position: relative;
  z-index: 1;
  padding: 50px 50px 25px 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 418, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .single-services3 {
    padding: 50px 40px 25px 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 418, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .single-services3 {
    padding: 50px 15px 25px 15px;
  }
}

@media (max-width: 767px) {
  /* line 418, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .single-services3 {
    padding: 50px 15px 25px 15px;
  }
}

/* line 435, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.single-services3 .shadow-text {
  font-size: 250px;
  color: #f7f7f7;
  line-height: 0.28;
  right: -3px;
  position: absolute;
  top: 77px;
  z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 435, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .single-services3 .shadow-text {
    font-size: 150px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 435, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .single-services3 .shadow-text {
    font-size: 100px;
  }
}

@media (max-width: 767px) {
  /* line 435, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .single-services3 .shadow-text {
    font-size: 100px;
  }
}

/* line 453, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.single-services3 .icon {
  margin-bottom: 37px;
}

/* line 456, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.single-services3 h4 {
  color: #040404;
  font-size: 24px;
  margin-bottom: 18px;
}

/* line 461, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.single-services3 p {
  line-height: 26px;
  margin-bottom: 6px;
}

/* line 465, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.single-services3 .read-btn2 {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  background: transparent;
  padding-left: 0;
}

/* line 471, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.single-services3 .read-btn2 i {
  margin-left: 15px;
}

/* line 474, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.single-services3 .read-btn2:hover {
  color: #bb0b0b;
}

/* line 479, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.single-services3:hover .shadow-text {
  color: #f3f2f2;
}

/* line 486, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.service-feature-bg {
  background: url(../img/services/service-bg1.jpg) no-repeat;
  min-height: 926px;
  background-position: center;
  display: flex;
  align-items: center;
  background-size: cover;
  position: relative;
  margin-right: 100px;
  margin-left: 100px;
  margin-bottom: -220px;
  z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 486, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .service-feature-bg {
    min-height: 650px;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 486, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .service-feature-bg {
    min-height: 620px;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  /* line 486, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .service-feature-bg {
    min-height: 480px;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 518, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.service-feature-wrapper {
  padding: 95px 100px 75px 100px;
  background: #ffffff;
  border-left: 4px solid #ffa84b;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 518, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .service-feature-wrapper {
    padding: 50px 50px 50px 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 518, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .service-feature-wrapper {
    padding: 35px 50px 25px 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 518, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .service-feature-wrapper {
    padding: 15px 25px 15px 25px;
  }
}

@media (max-width: 767px) {
  /* line 518, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .service-feature-wrapper {
    padding: 15px 15px 15px 15px;
  }
}

/* line 534, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.service-feature-wrapper .sect-title {
  margin-bottom: 28px;
}

@media (max-width: 767px) {
  /* line 534, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .service-feature-wrapper .sect-title {
    margin-bottom: 10px;
  }
}

/* line 540, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.service-feature-wrapper .feature-btn-list {
  padding: 0;
  margin: 0;
}

/* line 543, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.service-feature-wrapper .feature-btn-list li {
  padding: 21px 0 25px 0;
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 543, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .service-feature-wrapper .feature-btn-list li {
    padding: 15px 0;
  }
}

@media (max-width: 767px) {
  /* line 543, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .service-feature-wrapper .feature-btn-list li {
    padding: 8px 0;
  }
}

/* line 552, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.service-feature-wrapper .feature-btn-list li:nth-child(2) {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

@media (max-width: 767px) {
  /* line 552, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .service-feature-wrapper .feature-btn-list li:nth-child(2) {
    border: 0;
  }
}

/* line 561, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.service-feature-wrapper .service-btn {
  color: #083d59;
  font-size: 20px;
  font-weight: 700;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 561, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .service-feature-wrapper .service-btn {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  /* line 561, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .service-feature-wrapper .service-btn {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  /* line 572, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .service-feature-wrapper .service-btn img {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 572, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .service-feature-wrapper .service-btn img {
    display: inline-block;
  }
}

/* line 580, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.service-feature-wrapper .service-btn i {
  color: #c7c7c7;
  position: absolute;
  right: 0;
  top: 50%;
}

/* line 586, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.service-feature-wrapper .service-btn span {
  margin-left: 35px;
  max-width: 200px;
  width: 100%;
  display: inline-block;
  transform: translateY(15px);
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -ms-transform: translateY(15px);
  -o-transform: translateY(15px);
}

@media (max-width: 767px) {
  /* line 586, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .service-feature-wrapper .service-btn span {
    margin-left: 0;
  }
}

/* line 604, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.s-sub-title {
  font-size: 30px;
}

@media (max-width: 767px) {
  /* line 604, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .s-sub-title {
    font-size: 20px;
  }
}

/* line 610, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.details-box {
  border: 1px solid #f2f2f2;
  background: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  padding: 50px 40px 40px 40px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow: hidden;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 610, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .details-box {
    padding: 50px 20px 40px 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 610, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .details-box {
    padding: 50px 15px 40px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 610, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .details-box {
    padding: 50px 15px 40px 15px;
  }
}

@media (max-width: 767px) {
  /* line 610, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .details-box {
    padding: 50px 15px 40px 15px;
  }
}

/* line 631, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.details-box .shadow-text {
  font-size: 200px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #777777;
  opacity: 0;
  line-height: 0.28;
  right: -14px;
  position: absolute;
  top: 38px;
  z-index: -1;
}

/* line 643, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.details-box img {
  position: relative;
  z-index: 3;
}

/* line 647, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.details-box h5 {
  font-size: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 647, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .details-box h5 {
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 647, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .details-box h5 {
    font-size: 16px;
  }
}

/* line 656, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.details-box p {
  font-size: 14px;
}

/* line 659, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.details-box:hover {
  background: #083d59;
}

/* line 661, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.details-box:hover .shadow-text {
  opacity: 0.3;
}

/* line 664, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.details-box:hover h5 {
  color: #ffffff;
}

/* line 667, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.details-box:hover p {
  color: #ffffff;
}

/* line 675, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.services-left p a {
  color: #083d59;
  font-weight: 700;
  border-bottom: 1px solid #083d59;
}

/* line 683, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.blockquote {
  padding: 50px 75px 50px 75px;
  margin-bottom: 53px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 683, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .blockquote {
    padding: 50px 20px 50px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 683, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .blockquote {
    padding: 50px 20px 50px 20px;
  }
}

@media (max-width: 767px) {
  /* line 683, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .blockquote {
    padding: 40px 15px 30px 15px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 683, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .blockquote {
    padding: 50px 20px 45px 20px;
  }
}

/* line 700, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.blockquote .q-icon {
  margin-bottom: 33px;
}

/* line 703, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.blockquote p.h4 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  /* line 703, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .blockquote p.h4 {
    font-size: 20px;
  }
}

/* line 712, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.blockquote::before {
  position: absolute;
  content: "";
  background: url(../img/services/quote-lg.png) no-repeat;
  right: 62px;
  text-align: center;
  z-index: 1;
  width: 256px;
  height: 190px;
  z-index: -1;
}

/* line 723, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.blockquote .author-img {
  margin-right: 17px;
}

/* line 725, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.blockquote .author-img img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/* line 733, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.blockquote .author-content {
  margin-top: 4px;
}

/* line 735, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
.blockquote .author-content p {
  text-align: left;
}

@media (max-width: 767px) {
  /* line 740, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .ham-icons {
    margin: 15px 0 35px 0;
  }
}

@media (max-width: 767px) {
  /* line 747, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_services.scss */
  .next-box .author-img {
    margin-left: 0;
    margin-right: 20px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 2, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
  .faq-content-wrapper {
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 2, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
  .faq-content-wrapper {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  /* line 2, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
  .faq-content-wrapper {
    padding-right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 12, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
  .faq-content-wrapper .sect-title {
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 12, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
  .faq-content-wrapper .sect-title {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  /* line 12, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
  .faq-content-wrapper .sect-title {
    padding-right: 0;
  }
}

/* line 25, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
.faq-que-list .accordion-button:not(.collapsed) {
  color: unset;
  background-color: unset;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
}

/* line 31, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
.faq-que-list .accordion-item {
  margin-bottom: 15px;
  border: 0;
}

/* line 34, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
.faq-que-list .accordion-item:first-of-type {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: 0;
}

/* line 43, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
.faq-que-list .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 48, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
.faq-que-list .accordion-item .accordion-button {
  color: #083d59;
  font-family: "GT Walsheim Pro";
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  border: 0;
  background-color: transparent;
  border-radius: 0;
  padding: 20px 30px;
  padding-bottom: 0;
  position: relative;
  box-shadow: 0;
}

/* line 61, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
.faq-que-list .accordion-item .accordion-button span {
  color: #ffa84b;
  margin-right: 14px;
}

/* line 66, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
.faq-que-list .accordion-item .accordion-button::before {
  content: "\f068";
  position: absolute;
  font-family: "Font awesome 5 Pro";
  font-size: 16px;
  font-weight: 300;
  color: #083d59;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

/* line 78, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
.faq-que-list .accordion-item .accordion-button::after {
  display: none;
}

/* line 81, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
.faq-que-list .accordion-item .accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
  border: 0;
}

@media (max-width: 767px) {
  /* line 48, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
  .faq-que-list .accordion-item .accordion-button {
    padding: 26px 10px;
    font-size: 14px;
  }
  /* line 92, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
  .faq-que-list .accordion-item .accordion-button::before {
    right: 15px;
    font-size: 14px;
  }
  /* line 96, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
  .faq-que-list .accordion-item .accordion-button span {
    margin-right: 5px;
  }
}

/* line 101, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
.faq-que-list .accordion-item .accordion-button:not(.collapsed) {
  box-shadow: 0;
}

/* line 104, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
.faq-que-list .accordion-item .collapsed {
  color: #083d59;
  background-color: #f8f6f6;
  padding-bottom: 24px;
  padding-top: 20px;
}

/* line 109, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
.faq-que-list .accordion-item .collapsed::before {
  content: "\f067";
}

/* line 113, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
.faq-que-list .accordion-item .accordion-body {
  padding: 18px 30px 24px 30px;
  background-color: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  line-height: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 113, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
  .faq-que-list .accordion-item .accordion-body {
    padding: 15px 0 5px;
  }
  /* line 120, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
  .faq-que-list .accordion-item .accordion-body p {
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  /* line 113, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
  .faq-que-list .accordion-item .accordion-body {
    padding: 18px 10px 20px 10px;
  }
}

/* line 131, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
.faq-img-wrapper {
  position: relative;
  z-index: 1;
}

/* line 135, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
.dodle-1 {
  border-radius: 50%;
  background-color: #ffa84b;
  position: absolute;
  left: 37%;
  top: 63px;
  width: 6px;
  height: 6px;
  z-index: 9;
}

/* line 145, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
.img-one {
  position: absolute;
  z-index: 1;
}

/* line 148, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
.img-one.one {
  border-radius: 50%;
  left: 66px;
  top: 71px;
  border-radius: 50%;
  animation: scale-up-one infinite 3s alternate-reverse;
  -webkit-animation: scale-up-one infinite 3s alternate-reverse;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/* line 160, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
.img-one.two {
  border-radius: 50%;
  left: 173px;
  bottom: 112px;
  border-radius: 50%;
  animation: scale-up-one infinite 5s alternate-reverse;
  -webkit-animation: scale-up-one infinite 5s alternate-reverse;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/* line 172, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
.img-one.three {
  right: 90px;
  top: 64px;
  animation: float-bob-y infinite 3s linear;
  -webkit-animation: float-bob-y infinite 3s linear;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 172, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
  .img-one.three {
    max-width: 70%;
  }
}

@media (max-width: 767px) {
  /* line 172, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
  .img-one.three {
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  /* line 187, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
  .faq-content-wrapper2 {
    padding-right: 0;
  }
}

/* line 192, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
.faq-content-wrapper2 .semi-title2::after {
  display: none;
}

/* line 197, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
.faq-content-wrapper2 .faq-que-list .accordion-item {
  box-shadow: 0;
  margin-bottom: 0;
}

/* line 201, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
.faq-content-wrapper2 .faq-que-list .accordion-item:first-of-type .collapsed {
  border-top: 1px solid #efefef;
}

/* line 206, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
.faq-content-wrapper2 .faq-que-list .accordion-item .accordion-button {
  color: #040404;
  font-size: 20px;
  border: 0;
  padding-left: 0;
  padding-bottom: 26px;
  padding-top: 24px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 206, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
  .faq-content-wrapper2 .faq-que-list .accordion-item .accordion-button {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  /* line 206, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
  .faq-content-wrapper2 .faq-que-list .accordion-item .accordion-button {
    font-size: 15px;
  }
}

/* line 219, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
.faq-content-wrapper2 .faq-que-list .accordion-item .accordion-button::before {
  color: #bb0b0b;
  right: 0;
}

/* line 223, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
.faq-content-wrapper2 .faq-que-list .accordion-item .accordion-button span {
  color: #dbdbdb;
  margin-right: 5px;
}

/* line 228, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
.faq-content-wrapper2 .faq-que-list .accordion-item .collapsed {
  color: #040404;
  background: transparent;
  border-bottom: 1px solid #efefef;
}

/* line 232, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
.faq-content-wrapper2 .faq-que-list .accordion-item .collapsed::before {
  color: #dbdbdb;
}

/* line 235, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
.faq-content-wrapper2 .faq-que-list .accordion-item .collapsed span {
  color: #dbdbdb;
}

/* line 239, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
.faq-content-wrapper2 .faq-que-list .accordion-item .accordion-body {
  padding-top: 0;
  box-shadow: 0;
  border-bottom: 1px solid #efefef;
}

/* line 250, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
.faq-wrap3 .faq-que-list .accordion-item .accordion-button {
  color: #083d59;
}

/* line 252, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
.faq-wrap3 .faq-que-list .accordion-item .accordion-button::before {
  color: #ffa84b;
}

/* line 255, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
.faq-wrap3 .faq-que-list .accordion-item .accordion-button span {
  color: #ffa84b;
}

/* line 258, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
.faq-wrap3 .faq-que-list .accordion-item .accordion-button.collapsed {
  color: #083d59;
}

/* line 260, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
.faq-wrap3 .faq-que-list .accordion-item .accordion-button.collapsed::before {
  color: #dbdbdb;
}

/* line 263, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
.faq-wrap3 .faq-que-list .accordion-item .accordion-button.collapsed span {
  color: #dbdbdb;
}

/* line 272, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
.faq-que-list4 .accordion-item .accordion-button {
  background: #ffffff;
}

/* line 274, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
.faq-que-list4 .accordion-item .accordion-button::before {
  color: #dbdbdb;
}

/* line 277, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
.faq-que-list4 .accordion-item .accordion-button span {
  color: #dbdbdb;
}

/* line 281, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
.faq-que-list4 .accordion-item .accordion-button.collapsed::before {
  color: #dbdbdb;
}

/* line 284, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_faq.scss */
.faq-que-list4 .accordion-item .accordion-button.collapsed span {
  color: #dbdbdb;
}

/* line 2, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.read-btn {
  text-align: end;
  background: #ffffff;
  padding: 16px 20px;
  display: inline-block;
  transform: translateX(40%);
  -webkit-transform: translateX(44%);
  -moz-transform: translateX(40%);
  -ms-transform: translateX(40%);
  -o-transform: translateX(40%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  /* line 2, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
  .read-btn {
    transform: translateX(39%);
    -webkit-transform: translateX(39%);
    -moz-transform: translateX(39%);
    -ms-transform: translateX(39%);
    -o-transform: translateX(39%);
  }
}

/* line 24, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.read-btn::before {
  content: "";
  position: absolute;
  background-color: #ffa84b;
  width: 100%;
  height: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 0;
  top: 0;
  z-index: -1;
}

/* line 35, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.read-btn i {
  margin-left: 80px;
  font-weight: 300;
}

/* line 40, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.single-portfolio {
  padding: 23px 0 0 0;
}

/* line 42, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.single-portfolio p {
  color: #999999;
  font-size: 14px;
  padding-left: 30px;
  margin-bottom: 5px;
}

/* line 48, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.single-portfolio h5 {
  padding-bottom: 30px;
  padding-left: 30px;
}

/* line 52, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.single-portfolio .read-btn {
  color: #c9c9c9;
  padding: 13px 21px;
}

/* line 60, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.portfolio-wrapper .single-portfolio img {
  display: inline-block;
  width: unset;
  max-width: 100%;
}

/* line 67, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.portfolio-wrapper:hover .read-btn {
  color: #ffffff;
}

/* line 69, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.portfolio-wrapper:hover .read-btn::before {
  height: 100%;
  bottom: 0;
}

/* line 77, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.portfolio-nav {
  position: relative;
  z-index: 5;
}

/* line 80, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.portfolio-nav .owl-nav {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -146px;
  z-index: 111;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 80, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
  .portfolio-nav .owl-nav {
    bottom: -44px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 80, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
  .portfolio-nav .owl-nav {
    bottom: -20px;
  }
}

/* line 94, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.portfolio-nav .owl-nav button {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  width: 60px;
  height: 60px;
}

/* line 102, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.portfolio-nav .owl-nav button.owl-prev {
  color: #ffffff;
  background: #083d59;
  left: 45%;
  top: auto;
}

/* line 107, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.portfolio-nav .owl-nav button.owl-prev:hover {
  background: #ffffff;
  color: #999999;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}

/* line 113, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.portfolio-nav .owl-nav button.owl-next {
  right: 45%;
  top: auto;
  background: #ffffff;
  color: #999999;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}

/* line 119, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.portfolio-nav .owl-nav button.owl-next:hover {
  background: #083d59;
  color: #ffffff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 125, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
  .portfolio-nav .owl-nav button.owl-prev {
    left: 43%;
  }
  /* line 128, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
  .portfolio-nav .owl-nav button.owl-next {
    right: 43%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 133, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
  .portfolio-nav .owl-nav button.owl-prev {
    left: 40.5%;
  }
  /* line 136, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
  .portfolio-nav .owl-nav button.owl-next {
    right: 40.5%;
  }
}

/* line 145, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.portfoilo-section {
  position: relative;
  z-index: 2;
}

/* line 148, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.portfoilo-section::before {
  content: "";
  position: absolute;
  background: url(../img/portfolio/pattern-bg1.png) no-repeat left top;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 0;
  top: 0;
  z-index: -1;
}

/* line 159, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.portfoilo-section .section-title {
  position: relative;
  z-index: 1;
  margin-bottom: -73px;
}

/* line 167, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.portfolio-container {
  max-width: 1600px;
  width: 100%;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 176, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.portfolio-container .owl-carousel .owl-stage-outer {
  margin-top: 130px;
}

/* line 179, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.portfolio-container.portfolio-nav .owl-nav {
  text-align: center;
  position: absolute;
  left: auto;
  right: 16.4%;
  top: -130px;
  bottom: auto;
  z-index: 111;
}

/* line 187, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.portfolio-container.portfolio-nav .owl-nav button {
  border: 2px solid #f0f0f0;
  width: 50px;
  height: 50px;
  box-shadow: 0;
  line-height: 50px;
  background: transparent;
  margin-left: 14px;
}

/* line 195, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.portfolio-container.portfolio-nav .owl-nav button i {
  color: #083d59;
}

/* line 199, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.portfolio-container.portfolio-nav .owl-nav button:hover {
  border-color: #ffa84b;
  background: #ffa84b;
}

/* line 202, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.portfolio-container.portfolio-nav .owl-nav button:hover i {
  color: #ffffff;
}

/* line 210, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.portfolio-wrapper2 {
  position: relative;
  z-index: 1;
}

/* line 213, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.portfolio-wrapper2::before {
  content: "";
  position: absolute;
  background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.70196) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.70196) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.70196) 0%, rgba(0, 0, 0, 0) 100%);
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 0;
  bottom: 0;
  z-index: 1;
}

/* line 226, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.portfolio-wrapper2::after {
  content: "";
  position: absolute;
  background-color: #083d59;
  opacity: 0.902;
  clip-path: polygon(100% 0, 100% 100%, 44.5% 100%, 0% 65%, 0 0);
  width: 100%;
  height: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  left: 0;
  top: 0;
  z-index: 1;
}

/* line 239, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.portfolio-wrapper2 img {
  max-width: 100%;
}

@media (max-width: 767px) {
  /* line 239, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
  .portfolio-wrapper2 img {
    width: 100%;
  }
}

/* line 245, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.portfolio-wrapper2 .single-portfolio {
  padding: 0;
  position: absolute;
  left: 50px;
  top: auto;
  bottom: 47px;
  z-index: 3;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 245, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
  .portfolio-wrapper2 .single-portfolio {
    left: 30px;
  }
}

@media (max-width: 767px) {
  /* line 245, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
  .portfolio-wrapper2 .single-portfolio {
    left: 15px;
    bottom: 25px;
  }
}

/* line 260, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.portfolio-wrapper2 .single-portfolio p {
  color: rgba(255, 255, 255, 0.5);
  padding-left: 0;
  margin-bottom: 3px;
}

/* line 268, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.portfolio-wrapper2:hover::before {
  background-image: unset;
  background: #ffa84b;
  opacity: 0.902;
  clip-path: polygon(0 64.6%, 0% 100%, 45.5% 100%);
}

/* line 274, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.portfolio-wrapper2:hover::after {
  height: 100%;
}

/* line 277, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.portfolio-wrapper2:hover .single-portfolio {
  top: 10%;
  bottom: auto;
}

/* line 281, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.portfolio-wrapper2:hover .pf-btn {
  transform: scale(1);
}

/* line 286, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.pf-btn {
  color: #083d59;
  background: #ffffff;
  width: 60px;
  height: 60px;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  z-index: 3;
  left: 15%;
  bottom: 12.5%;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 309, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.pf-btn:hover {
  color: #ffffff;
  background: #ffa84b;
}

/* line 315, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.portfolio-title {
  font-size: 24px;
  line-height: 1.5;
}

/* line 321, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.portfoilo-section2 {
  border-top: 1px solid #ebebeb;
}

/* line 324, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.portfoilo-section2 .portfolio-container .owl-nav {
  display: none;
}

/* line 327, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.portfoilo-section2 .portfolio-container .owl-carousel .owl-stage-outer {
  margin-top: 0;
}

/* line 334, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.portfolio-mt-0 .portfolio-container .owl-nav {
  display: none;
}

/* line 337, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.portfolio-mt-0 .portfolio-container .owl-carousel .owl-stage-outer {
  margin-top: 0;
}

/* line 344, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.portfolio-section-title .semi-title2::after {
  display: none;
}

/* line 349, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.case-btn {
  color: #bb0b0b;
  font-size: 14px;
  display: inline-block;
  font-weight: 700;
  margin-bottom: 8px;
}

/* line 355, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.case-btn i {
  margin-left: 10px;
  font-weight: 300;
}

/* line 359, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.case-btn:hover {
  color: #040404;
}

/* line 363, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.portfolio-menu {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
}

/* line 368, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.gf_btn {
  border: 0;
  background: transparent;
  color: #999999;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  margin: 5px 10px 2px 10px;
  padding: 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  /* line 368, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
  .gf_btn {
    margin: 5px 5px;
  }
}

/* line 384, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.gf_btn::before {
  content: "";
  position: absolute;
  background: transparent;
  width: 100%;
  height: 4px;
  left: 0;
  top: auto;
  bottom: -25px;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 767px) {
  /* line 384, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
  .gf_btn::before {
    display: none;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 384, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
  .gf_btn::before {
    display: inline-block;
  }
}

/* line 402, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.gf_btn.active {
  color: #083d59;
}

/* line 404, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.gf_btn.active::before {
  background: #ffa84b;
}

@media (max-width: 767px) {
  /* line 410, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
  .pf-mason .portfolio-title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 410, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
  .pf-mason .portfolio-title {
    font-size: 18px;
  }
}

/* line 422, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.portfolio-wrapper-3::after {
  display: none;
}

/* line 425, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.portfolio-wrapper-3 .portfolio-thumb {
  margin-bottom: 9px;
  position: relative;
  z-index: 1;
}

/* line 429, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.portfolio-wrapper-3 .portfolio-thumb::before {
  content: "";
  position: absolute;
  background: #bb0b0b;
  opacity: 0.902;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 443, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.portfolio-wrapper-3 .single-portfolio p {
  padding-left: 0;
  margin-bottom: 2px;
}

/* line 451, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.portfolio-wrapper-3:hover .portfolio-thumb::before {
  height: 100%;
}

/* line 455, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.portfolio-wrapper-3:hover .pf-btn2 {
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
}

/* line 462, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.portfolio-wrapper-3:hover .portfolio-title {
  text-decoration: underline;
}

/* line 468, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.pf-btn2 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 15px 30px;
  border: 2px solid rgba(255, 255, 255, 0.1);
  display: inline-block;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  -o-transform: translate(-50%, -50%) scale(0);
}

/* line 485, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.pf-btn2:hover {
  color: #ffffff;
  background: #bb0b0b;
}

/* line 492, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.client-values {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin-top: 35px;
  margin-bottom: 53px;
}

/* line 501, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.client-values ul {
  padding: 0;
  margin: 0;
  padding-left: 50px;
}

@media (max-width: 767px) {
  /* line 501, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
  .client-values ul {
    padding-left: 0;
  }
}

/* line 508, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.client-values ul li {
  display: inline-block;
  color: #777777;
  font-size: 16px;
  margin-right: 50px;
  padding: 15px 0 17px 0;
}

/* line 514, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.client-values ul li:last-child {
  margin-right: 0;
}

/* line 517, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.client-values ul li b {
  color: #083d59;
}

@media (max-width: 767px) {
  /* line 522, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
  .client-values .live-view {
    padding-bottom: 15px;
  }
}

/* line 529, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.letter-box {
  overflow: hidden;
}

/* line 531, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.letter-box .a-tag {
  color: #083d59;
  font-size: 50px;
  font-weight: 700;
  background: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
  width: 70px;
  height: 70px;
  float: left;
  text-align: center;
  line-height: 70px;
  text-transform: uppercase;
  margin-right: 30px;
  transform: translateY(7px);
  -webkit-transform: translateY(7px);
  -moz-transform: translateY(7px);
  -ms-transform: translateY(7px);
  -o-transform: translateY(7px);
}

/* line 553, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.vision-wrapper h5 {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px;
  margin-bottom: 22px;
}

/* line 562, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_portfolio.scss */
.pf-sec-3::before {
  display: none;
}

/* line 2, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.cta-bg {
  position: relative;
  z-index: 2;
  background: url(../img/cta/cta-bg1.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

/* line 9, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.cta-bg::before {
  content: "";
  position: absolute;
  background: #ffa84b;
  opacity: 0.961;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

/* line 22, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.cta-title {
  color: #ffffff;
  font-size: 50px;
  line-height: 1.21;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 22, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
  .cta-title {
    font-size: 35px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 22, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
  .cta-title {
    font-size: 35px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  /* line 22, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
  .cta-title {
    font-size: 35px;
    text-align: center;
  }
}

/* line 38, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.cta-box {
  text-align: start;
  position: relative;
  z-index: 2;
  background: #083d59;
  display: inline-block;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  padding: 15px 30px 21px;
}

/* line 50, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.cta-box .cta-icon {
  position: absolute;
  right: -11px;
  top: -17px;
  z-index: -1;
}

/* line 56, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.cta-box span {
  color: #7e99a7;
  font-size: 14px;
  display: inline-block;
}

/* line 61, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.cta-box h5 {
  color: #ffffff;
}

/* line 67, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.cta-bg2 {
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 34px;
  padding-bottom: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 67, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
  .cta-bg2 {
    text-align: center;
  }
}

@media (max-width: 767px) {
  /* line 67, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
  .cta-bg2 {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 81, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.cta-bg2 h4 {
  font-size: 24px;
}

@media (max-width: 767px) {
  /* line 81, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
  .cta-bg2 h4 {
    font-size: 20px;
  }
}

/* line 87, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.cta-bg2 .theme_btn {
  padding: 18px 30px;
  text-transform: capitalize;
}

/* line 94, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.adress-list {
  padding: 0;
  margin: 0;
}

/* line 97, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.adress-list li {
  color: #777777;
  font-size: 18px;
  margin-bottom: 10px;
}

/* line 101, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.adress-list li i {
  color: #083d59;
  margin-right: 15px;
}

/* line 105, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.adress-list li:hover {
  color: #083d59;
}

/* line 112, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.map-area iframe {
  width: 100%;
  height: 250px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 117, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
  .contact-wrapper {
    padding-right: 0;
  }
  /* line 120, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
  .contact-wrapper::before {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 117, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
  .contact-wrapper {
    padding-right: 0;
  }
  /* line 126, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
  .contact-wrapper::before {
    display: none;
  }
}

/* line 130, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.contact-wrapper.border-line {
  border: 0;
  position: relative;
  z-index: 1;
}

/* line 134, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.contact-wrapper.border-line::before {
  content: "";
  position: absolute;
  background: #e4e4e4;
  right: 40px;
  top: 45px;
  width: 1px;
  height: 85%;
  z-index: 1;
}

/* line 149, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.contact-form .input-box {
  position: relative;
  z-index: 1;
}

/* line 152, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.contact-form .input-box::before {
  content: "\f007";
  position: absolute;
  font-family: "Font awesome 5 Pro";
  font-size: 16px;
  color: #083d59;
  left: 28px;
  top: 17px;
  z-index: 2;
}

/* line 163, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.contact-form .input-box.corp-input::before {
  content: "\f085";
}

/* line 163, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.contact-form .input-box.mail-input::before {
  content: "\f0e0";
}

/* line 168, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.contact-form .input-box.bud-input::before {
  content: "\f155";
}

/* line 173, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.contact-form .input-box.sub-input::before {
  content: "\f02d";
}

/* line 178, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.contact-form input {
  color: #c3c3c3;
  font-size: 14px;
  border: 1px solid #ececec;
  background-color: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  position: relative;
  width: 100%;
  height: 58px;
  z-index: 1;
  padding-left: 55px;
}

/* line 189, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.contact-form input:focus {
  color: #083d59;
}

/* line 192, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.contact-form input::placeholder {
  color: #c3c3c3;
}

/* line 195, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.contact-form input::-moz-placeholder {
  color: #c3c3c3;
}

/* line 198, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.contact-form input::-webkit-placeholder {
  color: #c3c3c3;
}

/* line 201, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.contact-form input::-o-placeholder {
  color: #c3c3c3;
}

/* line 205, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.contact-form textarea {
  color: #c3c3c3;
  font-size: 14px;
  border: 1px solid #ececec;
  background-color: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  position: relative;
  width: 100%;
  height: 180px;
  z-index: 1;
  padding-left: 55px;
  padding-top: 16px;
  resize: none;
  position: relative;
  z-index: 1;
}

/* line 221, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.contact-form textarea .text-input::before {
  content: "\f007";
  left: 28px;
  top: 20px;
}

/* line 228, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.contact-form textarea:focus {
  color: #083d59;
}

/* line 231, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.contact-form textarea::placeholder {
  color: #c3c3c3;
}

/* line 234, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.contact-form textarea::-moz-placeholder {
  color: #c3c3c3;
}

/* line 237, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.contact-form textarea::-webkit-placeholder {
  color: #c3c3c3;
}

/* line 240, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.contact-form textarea::-o-placeholder {
  color: #c3c3c3;
}

/* line 246, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.job-select {
  color: #c3c3c3;
  font-size: 14px;
  border: 1px solid #ececec;
  background-color: white;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  position: relative;
  width: 100%;
  height: 58px;
  z-index: 1;
  padding-left: 55px;
  line-height: 52px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

/* line 263, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.job-select::after {
  border: 0;
  content: "\f078";
  position: absolute;
  font-family: "Font awesome 5 Pro";
  font-size: 16px;
  font-weight: 300;
  right: 30px;
  top: 60%;
  transform: translateY(-52%);
  z-index: 1;
  -webkit-transform: translateY(-52%);
  -moz-transform: translateY(-52%);
  -ms-transform: translateY(-52%);
  -o-transform: translateY(-52%);
}

/* line 280, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.job-select.open::after {
  top: 48%;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

/* line 290, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.input-box.sub-input {
  position: relative;
  z-index: 11;
}

/* line 293, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.input-box.sub-input::before {
  z-index: 11;
}

/* line 297, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.job-select {
  color: #c3c3c3;
  font-size: 14px;
  border: 1px solid #ececec;
  background-color: white;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  position: relative;
  width: 100%;
  height: 58px;
  z-index: 1;
  padding-left: 55px;
  line-height: 52px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
}

/* line 314, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.job-select::after {
  border: 0;
  content: "\f078";
  position: absolute;
  font-family: "Font awesome 5 Pro";
  font-size: 16px;
  font-weight: 300;
  right: 30px;
  top: 15%;
  transform: translateY(-18%);
  z-index: 1;
  -webkit-transform: translateY(-18%);
  -moz-transform: translateY(-18%);
  -ms-transform: translateY(-18%);
  -o-transform: translateY(-18%);
}

/* line 330, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.job-select:active, .job-select.open, .job-select:focus {
  border-color: #ececec;
}

/* line 335, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.job-select.open {
  border-color: 0;
}

/* line 337, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.job-select.open:active, .job-select.open:focus {
  border-color: 0;
}

/* line 341, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.job-select.open .list {
  width: 100%;
  position: absolute;
  z-index: 100;
}

/* line 346, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.job-select.open::after {
  top: 52px;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

/* line 356, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.form-btn {
  background: #ffa84b;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 21px 40px;
  border: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 365, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.form-btn i {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 368, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.form-btn:hover {
  background: #083d59;
}

/* line 370, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.form-btn:hover i {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
}

/* line 381, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.cta-full {
  position: relative;
  z-index: 1;
}

/* line 384, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.cta-full::before {
  content: "";
  position: absolute;
  background: #bb0b0b;
  width: 200px;
  height: 200px;
  border-radius: 0 100% 0 0;
  left: 0;
  bottom: 0;
  z-index: 5;
  -webkit-border-radius: 0 100% 0 0;
  -moz-border-radius: 0 100% 0 0;
  -ms-border-radius: 0 100% 0 0;
  -o-border-radius: 0 100% 0 0;
}

@media (max-width: 767px) {
  /* line 384, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
  .cta-full::before {
    display: none;
  }
}

/* line 403, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.cta-full .shape-one {
  position: absolute;
  right: 78px;
  top: 112px;
  z-index: 5;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 403, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
  .cta-full .shape-one {
    top: 20px;
  }
}

@media (max-width: 767px) {
  /* line 403, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
  .cta-full .shape-one {
    display: none;
  }
}

/* line 415, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.cta-full .cta-bg {
  text-align: center;
  background: url(../img/cta/cta-bg2.jpg) no-repeat;
  min-height: 584px;
  display: flex;
  align-items: center;
  background-size: cover;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  /* line 415, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
  .cta-full .cta-bg {
    min-height: 460px;
  }
}

/* line 427, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.cta-full .cta-bg::before {
  background: #040404;
  opacity: 0.502;
  z-index: -1;
}

/* line 432, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.cta-full .cta-bg::after {
  content: "";
  position: absolute;
  background: #bb0b0b;
  width: 179px;
  height: 350px;
  border-radius: 0 0 0 200px;
  right: 0;
  top: 0;
  z-index: 3;
  -webkit-border-radius: 0 0 0 200px;
  -moz-border-radius: 0 0 0 200px;
  -ms-border-radius: 0 0 0 200px;
  -o-border-radius: 0 0 0 200px;
}

@media (max-width: 767px) {
  /* line 432, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
  .cta-full .cta-bg::after {
    display: none;
  }
}

/* line 450, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.cta-full .cta-bg .cta-wrapper {
  position: relative;
  z-index: 5;
}

/* line 453, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.cta-full .cta-bg .cta-wrapper .sect-title2 {
  line-height: 1.21;
}

/* line 456, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.cta-full .cta-bg .cta-wrapper .btn-list {
  padding: 0;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 415, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
  .cta-full .cta-bg {
    min-height: 420px;
  }
}

/* line 466, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.cta-full .semi-title2::before {
  background: #ffffff;
}

/* line 469, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.cta-full .semi-title2::after {
  background: #ffffff;
}

/* line 477, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.cta-full2::before {
  background: #ffa84b;
}

/* line 481, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.cta-full2 .cta-bg::before {
  background: #083d59;
}

/* line 484, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.cta-full2 .cta-bg::after {
  background: #ffa84b;
}

/* line 491, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.contact-border {
  border-bottom: 1px solid #f2f2f2;
}

/* line 494, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.contact-img-wrapper {
  position: relative;
  z-index: 1;
}

/* line 497, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.contact-img-wrapper .icons {
  position: absolute;
  z-index: 3;
  left: 166px;
  top: 50%;
  text-align: center;
  background: #ffffff99;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 497, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
  .contact-img-wrapper .icons {
    left: 40px;
  }
}

@media (max-width: 767px) {
  /* line 497, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
  .contact-img-wrapper .icons {
    left: 10px;
  }
}

/* line 518, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.contact-box {
  border: 1px solid #e7e7e7;
  background: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.03);
  padding: 47px 50px 42px 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 518, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
  .contact-box {
    padding: 30px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 518, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
  .contact-box {
    padding: 30px 20px;
  }
}

@media (max-width: 767px) {
  /* line 518, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
  .contact-box {
    padding: 30px 15px;
  }
}

/* line 532, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.contact-box .theme_btn {
  color: #083d59;
  background: #f7f7f7;
  width: 100%;
  text-align: center;
  text-transform: capitalize;
}

/* line 538, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.contact-box .theme_btn i {
  color: #083d59;
  margin-left: 18px;
}

/* line 542, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.contact-box .theme_btn:hover {
  color: #ffffff;
  background: #ffa84b;
}

/* line 545, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.contact-box .theme_btn:hover i {
  color: #ffffff;
}

/* line 554, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
.contact-map-area .map-area iframe {
  min-height: 701px;
  border: 0;
  margin-bottom: -10px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 554, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
  .contact-map-area .map-area iframe {
    min-height: 550px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 554, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
  .contact-map-area .map-area iframe {
    min-height: 450px;
  }
}

@media (max-width: 767px) {
  /* line 554, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_contact.scss */
  .contact-map-area .map-area iframe {
    min-height: 400px;
  }
}

/* line 2, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blogs {
  padding-bottom: 35px;
  position: relative;
  z-index: 1;
}

/* line 7, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blogs .blogs__thumb img {
  width: 100%;
}

/* line 11, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blogs::before {
  content: "";
  position: absolute;
  background: #e7e7e7;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 22, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blogs::after {
  content: "";
  position: absolute;
  background: #ffa84b;
  width: 0;
  height: 1px;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 33, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blogs__thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

/* line 37, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blogs__thumb img {
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 42, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blogs .tag {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background: #ffa84b;
  padding: 11px 21px;
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 60%;
  z-index: 2;
  transform: translateY(-60%);
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 42, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .blogs .tag {
    top: 42%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 42, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .blogs .tag {
    top: 48%;
  }
}

@media (max-width: 767px) {
  /* line 42, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .blogs .tag {
    top: 48%;
  }
}

/* line 66, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blogs__meta span {
  color: #777777;
  font-size: 14px;
}

/* line 69, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blogs__meta span.author {
  color: #083d59;
  font-weight: 700;
}

/* line 76, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blogs .blog-title:hover {
  text-decoration: underline;
}

/* line 81, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blogs:hover::before {
  width: 0;
  right: 0;
}

/* line 85, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blogs:hover::after {
  width: 100%;
}

/* line 89, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blogs:hover .blogs__thumb img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

/* line 100, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-title {
  color: #083d59;
  font-size: 20px;
  line-height: 1.6;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 109, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-2 {
  background: #ffffff;
  padding-bottom: 30px;
}

/* line 112, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-2::before {
  left: auto;
  right: -35px;
  top: 0;
  background-color: gainsboro;
  width: 1px;
  height: 100%;
}

@media (max-width: 767px) {
  /* line 112, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .blog-2::before {
    display: none;
  }
}

/* line 123, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-2::after {
  display: none;
}

/* line 127, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-2 .blog-title2 {
  font-size: 30px;
  line-height: 1.3;
  display: inline-block;
  margin-bottom: 13px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 127, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .blog-2 .blog-title2 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  /* line 127, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .blog-2 .blog-title2 {
    font-size: 20px;
  }
}

/* line 138, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-2 .blog-title2:hover {
  text-decoration: underline;
}

/* line 142, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-2 .blogs__meta {
  margin-bottom: 9px;
}

/* line 144, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-2 .blogs__meta.bm-2 {
  margin-bottom: 6px;
}

/* line 148, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-2 .blog-content {
  padding-left: 40px;
  padding-right: 30px;
  padding-bottom: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 148, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .blog-2 .blog-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  /* line 148, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .blog-2 .blog-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 160, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-2 .blog-content .tag {
  top: 56%;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 160, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .blog-2 .blog-content .tag {
    top: 56%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 160, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .blog-2 .blog-content .tag {
    top: 53%;
  }
}

@media (max-width: 767px) {
  /* line 160, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .blog-2 .blog-content .tag {
    top: 43%;
  }
}

/* line 174, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-2:hover::before {
  display: none;
}

/* line 179, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-text {
  font-size: 20px;
}

/* line 181, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-text a {
  color: #ffa84b;
  font-size: 14px;
}

/* line 186, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-text:hover a {
  color: #083d59;
}

/* line 192, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-2b::before {
  display: none;
}

/* line 199, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-area3 .semi-title2::after {
  display: none;
}

/* line 204, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-area3.portfolio-nav .owl-nav {
  text-align: end;
  position: absolute;
  top: -135px;
  right: 0;
  left: auto;
}

/* line 210, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-area3.portfolio-nav .owl-nav button {
  font-size: 18px;
  border: 2px solid #f2f2f2;
  background: #ffffff;
  width: 54px;
  height: 54px;
  line-height: 54px;
  color: #040404;
}

/* line 218, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-area3.portfolio-nav .owl-nav button.owl-next {
  color: #040404;
  margin-left: 15px;
}

/* line 221, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-area3.portfolio-nav .owl-nav button.owl-next:hover {
  color: #ffffff;
  background: #bb0b0b;
}

/* line 226, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-area3.portfolio-nav .owl-nav button.owl-prev {
  color: #040404;
}

/* line 228, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-area3.portfolio-nav .owl-nav button.owl-prev:hover {
  color: #ffffff;
  background: #bb0b0b;
}

/* line 237, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blogs3 {
  padding-bottom: 0;
}

/* line 239, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blogs3::before {
  border: 1px solid #e7e7e7;
  background: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  left: 0;
  top: 0;
  width: 92%;
  height: 100%;
  z-index: -1;
}

/* line 249, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blogs3 .tag {
  color: #bb0b0b;
  background: #ffffff;
  left: 30px;
  top: 41px;
  right: auto;
  padding: 4px 8px;
}

/* line 257, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blogs3 .blogs-content {
  padding: 23px 70px 23px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 257, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .blogs3 .blogs-content {
    padding: 23px 30px 30px 20px;
  }
}

@media (max-width: 767px) {
  /* line 257, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .blogs3 .blogs-content {
    padding: 23px 15px 30px 15px;
  }
}

/* line 265, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blogs3 .blogs-content .blogs__meta {
  margin-bottom: 6px;
}

/* line 268, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blogs3 .blogs-content .blog-title {
  line-height: 1.5;
}

/* line 272, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blogs3 .read-btn {
  color: #cecdcd;
  display: inline-block;
  padding: 0;
  transform: translateY(0);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 16px;
}

/* line 280, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blogs3 .read-btn i {
  font-size: 14px;
  font-weight: 700;
  margin-left: 0;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 292, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blogs3 .read-btn:hover {
  color: #bb0b0b;
}

/* line 294, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blogs3 .read-btn:hover i {
  display: inline-block;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

/* line 307, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-4 {
  border: 1px solid #e7e7e7;
}

/* line 309, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-4::before {
  display: none;
}

/* line 312, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-4::after {
  display: none;
}

/* line 315, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-4 .blog__thumb {
  position: relative;
}

/* line 318, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-4 .blog-content {
  padding: 0 55px 7px 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 318, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .blog-4 .blog-content {
    padding: 0 20px 0 20px;
  }
}

@media (max-width: 767px) {
  /* line 318, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .blog-4 .blog-content {
    padding: 0 15px 0 15px;
  }
}

/* line 327, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-4 .blog-title {
  font-size: 34px;
  line-height: 1.4;
  display: inline-block;
  margin-bottom: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 327, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .blog-4 .blog-title {
    font-size: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 327, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .blog-4 .blog-title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  /* line 327, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .blog-4 .blog-title {
    font-size: 20px;
  }
}

/* line 342, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-4 p {
  margin-bottom: 25px;
}

/* line 346, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-4 .blogs__meta {
  border-top: 1px solid #e7e7e7;
  padding-top: 19px;
}

/* line 349, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-4 .blogs__meta span {
  display: inline-block;
  margin-right: 65px;
  position: relative;
}

@media (max-width: 767px) {
  /* line 349, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .blog-4 .blogs__meta span {
    margin-right: 8px;
  }
}

/* line 357, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-4 .blogs__meta span.border-line2::before {
  content: "";
  position: absolute;
  background: #e7e7e7;
  left: -30px;
  top: 7px;
  width: 2px;
  height: 10px;
  z-index: 1;
}

@media (max-width: 767px) {
  /* line 357, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .blog-4 .blogs__meta span.border-line2::before {
    display: none;
  }
}

/* line 370, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-4 .blogs__meta span.border-line2::after {
  content: "";
  position: absolute;
  background: #e7e7e7;
  right: -30px;
  top: 7px;
  width: 2px;
  height: 10px;
  z-index: 1;
}

@media (max-width: 767px) {
  /* line 370, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .blog-4 .blogs__meta span.border-line2::after {
    display: none;
  }
}

/* line 384, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-4 .blogs__meta span i {
  color: #083d59;
  margin-right: 4px;
}

/* line 390, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-4 .tag {
  right: auto;
  left: 50px;
  top: auto;
  bottom: -37px;
  display: inline-block;
}

@media (max-width: 767px) {
  /* line 390, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .blog-4 .tag {
    display: none;
  }
}

/* line 400, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-4 .commentor {
  background-color: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  position: absolute;
  right: 50px;
  bottom: -30px;
  display: inline-block;
  z-index: 1;
  padding: 10px 35px 10px 10px;
}

/* line 409, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-4 .commentor img {
  width: 40px;
  height: 40px;
  display: inline-block;
}

/* line 414, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-4 .commentor b {
  color: #083d59;
}

/* line 418, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-4 .popup-video {
  color: #083d59;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  top: 50%;
  line-height: 80px;
  font-size: 14px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
  /* line 418, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .blog-4 .popup-video {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

/* line 437, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-4 .popup-video:hover {
  color: #ffffff;
}

/* line 441, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-4 .owl-nav {
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
  left: 0;
  right: 0;
  z-index: 3;
  -webkit-transform: translateY(-45%);
  -moz-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  -o-transform: translateY(-45%);
}

/* line 452, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-4 .owl-nav button {
  color: rgba(250, 250, 250, 0.4);
  position: absolute;
  z-index: 1;
}

/* line 456, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-4 .owl-nav button i {
  font-size: 30px;
}

/* line 459, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-4 .owl-nav button:hover {
  color: #ffffff;
}

/* line 462, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-4 .owl-nav button.owl-next {
  left: auto;
  right: 30px;
}

/* line 466, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-4 .owl-nav button.owl-prev {
  left: 30px;
}

/* line 473, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.quote-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 64px 35px 58px 50px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 473, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .quote-box {
    padding: 45px 15px 45px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 473, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .quote-box {
    padding: 45px 15px 45px 15px;
  }
}

@media (max-width: 767px) {
  /* line 473, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .quote-box {
    display: block;
    padding: 45px 15px 45px 15px;
  }
}

/* line 490, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.quote-box::before {
  content: "";
  position: absolute;
  background: url(../img/blog/icon-lg.png) no-repeat;
  right: 30px;
  top: 36px;
  width: 146px;
  height: 151px;
  z-index: -1;
}

/* line 500, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.quote-box .quote-icon {
  width: 78px;
  height: 80px;
  margin-right: 30px;
}

@media (max-width: 767px) {
  /* line 500, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .quote-box .quote-icon {
    margin-bottom: 15px;
  }
}

/* line 508, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.quote-box .blog-title {
  font-size: 34px;
  line-height: 1.4;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 508, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .quote-box .blog-title {
    font-size: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 508, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .quote-box .blog-title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  /* line 508, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .quote-box .blog-title {
    font-size: 20px;
  }
}

/* line 524, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.page-navigation .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 528, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.page-navigation .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 533, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.page-navigation .page-item:last-child .page-link:hover img {
  filter: brightness(1) invert(1);
}

/* line 537, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.page-navigation .page-link {
  color: #777777;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #eeeeee;
  background: rgba(246, 246, 246, 0);
  width: 54px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 7px;
  padding: 0;
}

@media (max-width: 767px) {
  /* line 537, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .page-navigation .page-link {
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 42px;
    margin: 0 2px;
  }
}

/* line 556, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.page-navigation .page-link:hover, .page-navigation .page-link:focus {
  z-index: 2;
  color: #ffffff;
  background: #083d59;
  border-color: #083d59;
  outline: none;
  box-shadow: none;
}

/* line 570, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-post {
  display: flex;
  align-items: center;
}

/* line 573, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-post .post-content {
  margin-left: 20px;
}

/* line 575, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-post .post-content h6 {
  line-height: 1.4;
}

/* line 577, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-post .post-content h6 a {
  color: #083d59;
}

/* line 579, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-post .post-content h6 a:hover {
  color: #ffa84b;
}

/* line 585, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-post .post-content span i {
  color: #083d59;
  margin-right: 5px;
}

/* line 594, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.news-details-left {
  border: 2px solid #f4f4f4;
  padding: 45px 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 594, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .news-details-left {
    padding: 50px 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 594, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .news-details-left {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  /* line 594, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .news-details-left {
    padding: 50px 10px;
  }
}

/* line 606, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.news-details-left .blogs__meta {
  margin-bottom: 20px;
}

/* line 608, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.news-details-left .blogs__meta .border-line2 {
  position: relative;
  z-index: 1;
  margin-left: 65px;
  margin-right: 65px;
}

@media (max-width: 767px) {
  /* line 608, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .news-details-left .blogs__meta .border-line2 {
    margin-left: 8px;
    margin-right: 8px;
  }
}

/* line 617, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.news-details-left .blogs__meta .border-line2::before {
  content: "";
  position: absolute;
  background: #e7e7e7;
  left: -35px;
  top: 4px;
  width: 2px;
  height: 10px;
  z-index: 1;
}

@media (max-width: 767px) {
  /* line 617, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .news-details-left .blogs__meta .border-line2::before {
    display: none;
  }
}

/* line 630, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.news-details-left .blogs__meta .border-line2::after {
  content: "";
  position: absolute;
  background: #e7e7e7;
  right: -35px;
  top: 4px;
  width: 2px;
  height: 10px;
  z-index: 1;
}

@media (max-width: 767px) {
  /* line 630, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .news-details-left .blogs__meta .border-line2::after {
    display: none;
  }
}

/* line 646, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.boxes {
  overflow: hidden;
}

/* line 648, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.boxes .box-img {
  float: left;
  margin-right: 30px;
  margin-top: 12px;
}

@media (max-width: 767px) {
  /* line 648, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .boxes .box-img {
    float: none;
    margin-bottom: 20px;
    width: 100%;
  }
}

/* line 660, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-block {
  padding: 50px 50px 42px 50px;
  border: 2px solid #e7e7e7;
}

@media (max-width: 767px) {
  /* line 660, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .blog-block {
    padding: 30px 10px;
  }
}

/* line 666, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-block .icon {
  color: #ffffff;
  font-size: 20px;
  line-height: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  background: #ffa84b;
  margin-bottom: 25px;
}

/* line 678, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.blog-block h3 {
  line-height: 1.3;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 678, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .blog-block h3 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  /* line 678, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .blog-block h3 {
    font-size: 20px;
  }
}

/* line 689, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.share-social {
  border-bottom: 1px solid #e7e7e7;
}

/* line 692, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.share-social .author__social a {
  color: #b9b9b9;
  font-size: 18px;
  margin-left: 27px;
}

/* line 696, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.share-social .author__social a:hover {
  color: #083d59;
}

/* line 703, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.more-post {
  border-bottom: 1px solid #e7e7e7;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 708, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .prev-box h3 {
    font-size: 24px;
  }
}

/* line 714, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.authors {
  overflow: hidden;
  border: 1px solid #e7e7e7;
  padding: 40px 35px 20px 40px;
}

@media (max-width: 767px) {
  /* line 714, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .authors {
    padding: 40px 10px 20px 10px;
  }
}

/* line 721, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.authors .author-img {
  float: left;
  margin-right: 38px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  /* line 721, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .authors .author-img {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

/* line 731, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.authors .author-content {
  overflow: hidden;
  margin-top: 13px;
}

/* line 734, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.authors .author-content h3 {
  font-size: 36px;
  margin-bottom: 12px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 734, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .authors .author-content h3 {
    font-size: 32px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 734, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .authors .author-content h3 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 734, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .authors .author-content h3 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  /* line 734, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .authors .author-content h3 {
    font-size: 20px;
  }
}

/* line 752, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.comment-list {
  padding-left: 0;
}

@media (max-width: 767px) {
  /* line 752, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .comment-list {
    padding-left: 0;
  }
}

/* line 757, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.comment-list li {
  padding-bottom: 20px;
  margin-bottom: 45px;
  border-bottom: 2px solid #f3f3f3;
}

@media (max-width: 767px) {
  /* line 757, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .comment-list li {
    margin-left: 0;
  }
}

/* line 766, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.comment-box {
  position: relative;
  z-index: 1;
}

/* line 769, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.comment-box .comment-avatar {
  float: left;
  margin-right: 30px;
  margin-top: -15px;
}

@media (max-width: 767px) {
  /* line 769, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .comment-box .comment-avatar {
    float: none;
    margin-right: 0;
  }
}

/* line 777, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.comment-box .comment-avatar img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

/* line 785, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.comment-box .comment-content {
  overflow: hidden;
  margin-top: 15px;
}

/* line 789, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.comment-box .comment-content p i {
  color: #083d59;
}

/* line 794, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.comment-box .reply {
  font-size: 14px;
  border: 2px solid #f3f3f3;
  font-weight: 400;
  padding: 10px 22px;
  line-height: 1;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
}

/* line 804, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.comment-box .reply i {
  color: #083d59;
}

/* line 807, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.comment-box .reply:hover {
  color: #ffffff;
  background: #083d59;
}

/* line 810, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.comment-box .reply:hover i {
  color: #ffffff;
}

/* line 818, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.comment-form .contact-form {
  border: 2px solid #f4f4f4;
  padding: 50px 40px 35px 40px;
}

@media (max-width: 767px) {
  /* line 818, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
  .comment-form .contact-form {
    padding: 30px 10px 15px 10px;
  }
}

/* line 825, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.comment-form .contact-form .input-box::before {
  left: auto;
  right: 30px;
  font-size: 14px;
}

/* line 830, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.comment-form .contact-form .input-box.text-input::before {
  content: "\f303";
}

/* line 833, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.comment-form .contact-form .input-box.sub-input::before {
  content: "\f0ac";
}

/* line 837, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.comment-form .contact-form textarea {
  border: 2px solid #f4f4f4;
  box-shadow: none;
  padding-left: 30px;
}

/* line 842, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.comment-form .contact-form input {
  border: 2px solid #f4f4f4;
  box-shadow: none;
  padding-left: 30px;
  height: 60px;
}

/* line 850, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_blog.scss */
.post-title {
  font-size: 26px;
}

/* line 2, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_counter.scss */
.counter-bg {
  background: url(../img/counter/count-1.jpg) no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  padding: 25px 40px 3px 40px;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  /* line 2, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_counter.scss */
  .counter-bg {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 14, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_counter.scss */
.counter-bg::before {
  content: "";
  position: absolute;
  background: #bb0b0b;
  opacity: 0.902;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

/* line 25, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_counter.scss */
.counter-bg p {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
}

/* line 29, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_counter.scss */
.counter-bg p b {
  text-decoration: underline;
}

@media (max-width: 767px) {
  /* line 25, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_counter.scss */
  .counter-bg p {
    text-align: center;
  }
}

/* line 36, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_counter.scss */
.counter-bg .get-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #ffffff;
  display: inline-block;
  line-height: 1;
}

/* line 46, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_counter.scss */
.counter-box {
  display: flex;
  align-items: center;
  padding: 35px 10px 5px 20px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 46, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_counter.scss */
  .counter-box {
    padding: 35px 10px 5px 0px;
  }
}

/* line 54, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_counter.scss */
.counter-box h2 {
  margin-right: 20px;
}

/* line 57, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_counter.scss */
.counter-box p {
  line-height: 1.5;
}

/* line 60, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_counter.scss */
.counter-box.count-box2 {
  padding-left: 0px;
}

@media (max-width: 767px) {
  /* line 60, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_counter.scss */
  .counter-box.count-box2 {
    padding-left: 20px;
  }
}

/* line 66, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_counter.scss */
.counter-box.count-box3 {
  padding-left: 20px;
}

/* line 70, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_counter.scss */
.count-title {
  color: #040404;
  font-size: 80px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 70, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_counter.scss */
  .count-title {
    font-size: 50px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 70, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_counter.scss */
  .count-title {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 70, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_counter.scss */
  .count-title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  /* line 70, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_counter.scss */
  .count-title {
    font-size: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 87, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_counter.scss */
  .count-section .grey-bg3 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 87, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_counter.scss */
  .count-section .grey-bg3 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 87, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_counter.scss */
  .count-section .grey-bg3 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  /* line 87, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_counter.scss */
  .count-section .grey-bg3 {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 2, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_testimonial.scss */
.rating a {
  color: #bb0b0b;
  font-size: 14px;
  font-weight: 300;
}

/* line 8, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_testimonial.scss */
.testimonial-wrapper {
  background: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  padding: 45px 55px 50px 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 8, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_testimonial.scss */
  .testimonial-wrapper {
    padding: 45px 30px 50px 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 8, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_testimonial.scss */
  .testimonial-wrapper {
    padding: 45px 25px 50px 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 8, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_testimonial.scss */
  .testimonial-wrapper {
    padding: 45px 25px 50px 25px;
  }
}

@media (max-width: 767px) {
  /* line 8, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_testimonial.scss */
  .testimonial-wrapper {
    padding: 35px 15px 35px 15px;
  }
}

/* line 24, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_testimonial.scss */
.testimonial-wrapper p {
  font-size: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid #efefef;
}

/* line 29, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_testimonial.scss */
.testimonial-wrapper .author-box {
  margin-top: 28px;
}

/* line 33, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_testimonial.scss */
.testimonial-wrapper .author-content p {
  border: 0;
  font-size: 14px;
}

/* line 2, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_process.scss */
.process-bg {
  position: relative;
  z-index: 2;
}

/* line 5, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_process.scss */
.process-bg::before {
  content: "";
  position: absolute;
  background: #f7f7f7;
  width: 100%;
  min-height: 500px;
  left: 0;
  top: 0;
  z-index: -1;
}

/* line 16, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_process.scss */
.single-work {
  background: url(../img/work/work-bg1.jpg) no-repeat;
  width: 100%;
  height: 100%;
  padding: 38px 40px 39px 40px;
  position: relative;
  z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 16, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_process.scss */
  .single-work {
    padding: 40px 15px;
  }
}

@media (max-width: 767px) {
  /* line 16, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_process.scss */
  .single-work {
    padding: 40px 15px;
  }
}

/* line 29, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_process.scss */
.single-work::before {
  content: "";
  position: absolute;
  background: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 41, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_process.scss */
.single-work::after {
  content: "";
  position: absolute;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 53, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_process.scss */
.single-work h5 {
  color: #040404;
  line-height: 1.5;
}

@media (max-width: 767px) {
  /* line 53, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_process.scss */
  .single-work h5 {
    font-size: 18px;
  }
}

/* line 60, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_process.scss */
.single-work .number {
  font-size: 14px;
  font-weight: 700;
  color: #040404;
  border: 2px solid #f2f2f2;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  width: 54px;
  height: 54px;
  z-index: 2;
  text-align: center;
  line-height: 52px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 60, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_process.scss */
  .single-work .number {
    right: 15px;
  }
}

@media (max-width: 767px) {
  /* line 60, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_process.scss */
  .single-work .number {
    right: 15px;
  }
}

/* line 89, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_process.scss */
.single-work:hover::before {
  height: 0;
  top: auto;
  bottom: 0;
}

/* line 94, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_process.scss */
.single-work:hover::after {
  background: #040404;
  opacity: 0.6;
  height: 100%;
}

/* line 99, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_process.scss */
.single-work:hover img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

/* line 103, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_process.scss */
.single-work:hover h5 {
  color: #ffffff;
}

/* line 2, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_team.scss */
.team-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* line 7, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_team.scss */
.team-wrapper .team-thumb img {
  width: 100%;
}

/* line 11, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_team.scss */
.team-wrapper .team-content {
  position: absolute;
  left: 60px;
  right: 60px;
  bottom: 60px;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 11, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_team.scss */
  .team-wrapper .team-content {
    left: 25px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 11, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_team.scss */
  .team-wrapper .team-content {
    left: 15px;
    right: 0;
    bottom: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 11, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_team.scss */
  .team-wrapper .team-content {
    left: 15px;
    right: 0;
    bottom: 25px;
  }
}

@media (max-width: 767px) {
  /* line 11, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_team.scss */
  .team-wrapper .team-content {
    left: 15px;
    right: 0;
    bottom: 25px;
  }
}

/* line 36, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_team.scss */
.team-wrapper .team-content h6 {
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 43, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_team.scss */
.team-wrapper .team-content h3 a {
  color: #ffffff;
  font-size: 30px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.102);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
}

/* line 53, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_team.scss */
.team-wrapper .footer__social {
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 56, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_team.scss */
.team-wrapper .footer__social a {
  background-color: rgba(255, 255, 255, 0.102);
  width: 50px;
  height: 50px;
  line-height: 50px;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 68, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_team.scss */
.team-wrapper .footer__social a:hover {
  background: #083d59;
}

/* line 74, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_team.scss */
.team-wrapper:hover .footer__social {
  display: inline-block;
}

/* line 76, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_team.scss */
.team-wrapper:hover .footer__social a {
  display: inline-block;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}

/* line 88, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_team.scss */
.team-thumb {
  position: relative;
  z-index: 1;
}

/* line 91, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_team.scss */
.team-thumb::before {
  content: "";
  background-image: -moz-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.702;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* line 107, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_team.scss */
.adress-box {
  display: flex;
  align-items: center;
  margin-bottom: 23px;
}

/* line 111, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_team.scss */
.adress-box .icon-link {
  color: #ffa84b;
  width: 50px;
  height: 50px;
  border: 2px solid #f4f4f4;
  text-align: center;
  line-height: 50px;
  margin-right: 20px;
  margin-top: 5px;
}

/* line 122, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_team.scss */
.adress-box .adress-content p {
  margin-bottom: 3px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 127, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_team.scss */
  .team-skill-wrapper {
    padding-right: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 127, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_team.scss */
  .team-skill-wrapper {
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 127, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_team.scss */
  .team-skill-wrapper {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  /* line 127, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_team.scss */
  .team-skill-wrapper {
    padding-right: 0;
  }
}

/* line 142, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_team.scss */
.comic-progress-bar {
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 142, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_team.scss */
  .comic-progress-bar {
    margin-bottom: 15px;
  }
}

/* line 148, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_team.scss */
.comic-progress-bar .p-title {
  margin-bottom: 8px;
}

/* line 151, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_team.scss */
.comic-progress-bar .progress {
  height: 19px;
  background-color: transparent;
  border-radius: 0;
  border-bottom: 2px solid #e6e6e6;
  overflow: visible;
  width: 100%;
}

/* line 158, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_team.scss */
.comic-progress-bar .progress .progress-bar {
  color: #777777;
  font-size: 18px;
  font-weight: 400;
  background-color: #ffa84b;
  width: 70%;
  height: 6px;
  margin-top: 6px;
  margin-left: 0;
  overflow: visible;
  position: relative;
}

/* line 169, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_team.scss */
.comic-progress-bar .progress .progress-bar span {
  color: #ffa84b;
  text-align: right;
  margin-top: -52px;
  position: absolute;
  right: -140px;
}

@media (max-width: 767px) {
  /* line 169, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_team.scss */
  .comic-progress-bar .progress .progress-bar span {
    right: -72px;
    margin-top: -12px;
  }
}

/* line 184, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_team.scss */
.comic-progress-bar.bar-2 .progress .progress-bar {
  width: 52%;
}

/* line 191, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_team.scss */
.comic-progress-bar.bar-3 .progress .progress-bar {
  width: 82%;
}

/* line 193, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_team.scss */
.comic-progress-bar.bar-3 .progress .progress-bar span {
  right: -80px;
}

@media (max-width: 767px) {
  /* line 193, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_team.scss */
  .comic-progress-bar.bar-3 .progress .progress-bar span {
    right: -40px;
  }
}

/* line 204, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_team.scss */
.teams-title {
  font-size: 26px;
}

/* line 207, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_team.scss */
.team-bot-border {
  border-bottom: 1px solid #e8e8e8;
}

/* line 2, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_price.scss */
.service-plan-bg {
  background: #f3f3f3;
  position: relative;
  z-index: 1;
  padding-top: 340px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 2, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_price.scss */
  .service-plan-bg {
    padding-top: 120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 2, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_price.scss */
  .service-plan-bg {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  /* line 2, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_price.scss */
  .service-plan-bg {
    padding-top: 60px;
  }
}

/* line 18, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_price.scss */
.plan2 .plan-body {
  border-top: 2px solid #ffa84b;
  position: relative;
  z-index: 1;
}

/* line 22, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_price.scss */
.plan2 .plan-body .tag {
  color: #ffa84b;
  font-size: 12px;
  font-weight: 700;
  background: #fff4e9;
  position: absolute;
  left: 50%;
  top: 50px;
  padding: 10px 20px;
  line-height: 1;
  z-index: 2;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 22, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_price.scss */
  .plan2 .plan-body .tag {
    padding: 10px 10px;
    left: 55%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 22, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_price.scss */
  .plan2 .plan-body .tag {
    padding: 10px 10px;
    left: 55%;
  }
}

@media (max-width: 767px) {
  /* line 22, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_price.scss */
  .plan2 .plan-body .tag {
    padding: 10px 10px;
    left: 55%;
  }
}

/* line 53, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_price.scss */
.plan-title {
  font-size: 24px;
  margin-bottom: 12px;
}

/* line 57, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_price.scss */
.plan-body {
  background: #ffffff;
  padding: 45px 50px 42px 50px;
  margin-top: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 57, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_price.scss */
  .plan-body {
    padding: 45px 20px 35px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 57, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_price.scss */
  .plan-body {
    padding: 45px 25px 35px 25px;
  }
}

@media (max-width: 767px) {
  /* line 57, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_price.scss */
  .plan-body {
    padding: 45px 25px 35px 25px;
  }
}

/* line 70, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_price.scss */
.plan-body h2 {
  font-size: 40px;
}

/* line 73, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_price.scss */
.plan-body .plan-list {
  border-top: 1px solid #e9e9e9;
  padding: 0;
  margin: 0;
  padding-top: 14px;
  margin-top: 30px;
  margin-bottom: 35px;
}

/* line 80, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_price.scss */
.plan-body .plan-list li {
  position: relative;
  z-index: 1;
  padding: 8px 0 8px 0;
}

/* line 84, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_price.scss */
.plan-body .plan-list li::before {
  content: "\f00c";
  position: absolute;
  font-family: "Font awesome 5 Pro";
  font-size: 16px;
  color: #777777;
  font-weight: 300;
  right: 0;
  top: 9px;
  z-index: 1;
}

/* line 95, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_price.scss */
.plan-body .plan-list li.delete {
  color: #d3d3d3;
}

/* line 100, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_price.scss */
.plan-body .price-btn {
  color: #083d59;
  font-size: 16px;
  width: 100%;
  background: whitesmoke;
  text-transform: capitalize;
  text-align: center;
}

@media (max-width: 767px) {
  /* line 100, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_price.scss */
  .plan-body .price-btn {
    padding: 24px 15px;
  }
}

/* line 110, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_price.scss */
.plan-body .price-btn i {
  color: #083d59;
  padding-left: 30px;
}

/* line 114, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_price.scss */
.plan-body .price-btn:hover {
  color: #ffffff;
  background: #ffa84b;
}

/* line 117, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_price.scss */
.plan-body .price-btn:hover i {
  color: #ffffff;
}

/* line 125, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_price.scss */
.plan3 .plan-body {
  background: #083d59;
}

/* line 127, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_price.scss */
.plan3 .plan-body h2 {
  color: #ffffff;
}

/* line 130, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_price.scss */
.plan3 .plan-body p {
  color: #adbbc2;
}

/* line 134, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_price.scss */
.plan3 .plan-body .plan-list li {
  color: #adbbc2;
}

/* line 136, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_price.scss */
.plan3 .plan-body .plan-list li::before {
  color: #adbbc2;
}

/* line 141, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_price.scss */
.plan3 .plan-body .price-btn {
  background: #ffffff;
}

/* line 143, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_price.scss */
.plan3 .plan-body .price-btn:hover {
  background: #ffa84b;
}

/* line 3, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_widget.scss */
.services-right-widget.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}

/* line 10, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_widget.scss */
.widget {
  border: 2px solid #f2f2f2;
  padding: 38px 40px 25px 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 10, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_widget.scss */
  .widget {
    padding: 40px 15px 30px 15px;
  }
}

@media (max-width: 767px) {
  /* line 10, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_widget.scss */
  .widget {
    padding: 30px 15px 20px 15px;
  }
}

/* line 20, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_widget.scss */
.widget-title-box {
  position: relative;
  z-index: 1;
}

/* line 23, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_widget.scss */
.widget-title-box::before {
  content: "";
  position: absolute;
  background: #e7e7e7;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 38, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_widget.scss */
.widget-title-box::after {
  content: "";
  position: absolute;
  background: #ffa84b;
  width: 40px;
  height: 1px;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 54, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_widget.scss */
.widget-sub-title {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}

/* line 59, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_widget.scss */
.widget-sub-title2 {
  font-size: 24px;
}

/* line 65, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_widget.scss */
.widget-categories ul li a {
  color: #999999;
  font-size: 16px;
  padding: 15px 0;
  display: block;
  line-height: 1;
  font-weight: 700;
}

/* line 72, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_widget.scss */
.widget-categories ul li a:hover {
  color: #083d59;
  text-decoration: underline;
}

/* line 84, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_widget.scss */
.widget-subscribe .contact-form textarea {
  height: 140px;
  padding-top: 15px;
}

/* line 88, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_widget.scss */
.widget-subscribe .contact-form .form-btn {
  width: 100%;
}

/* line 95, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_widget.scss */
.widget.widget-banner-add {
  border: 0;
  background: url(../img/services/banne-1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 370px;
  padding: 0;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* line 109, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_widget.scss */
.widget.widget-banner-add::before {
  content: "";
  position: absolute;
  background: #083d58;
  opacity: 0.902;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

/* line 120, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_widget.scss */
.widget.widget-banner-add .banner-logo {
  display: block;
  padding-bottom: 30px;
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.102);
}

/* line 126, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_widget.scss */
.widget.widget-banner-add p {
  color: #adbbc2;
}

/* line 129, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_widget.scss */
.widget.widget-banner-add .theme_btn {
  padding-left: 50px;
  padding-right: 50px;
}

/* line 139, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_widget.scss */
.widget-author-content .author__social a {
  color: #d4d4d4;
  background: transparent;
  width: unset;
  height: unset;
  font-size: 14px;
  line-height: 1;
  margin: 0 9px;
}

/* line 147, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_widget.scss */
.widget-author-content .author__social a:hover {
  color: #ffa84b;
  background: transparent;
}

/* line 156, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_widget.scss */
.widget-search .subscribe-form {
  position: relative;
  z-index: 1;
}

/* line 159, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_widget.scss */
.widget-search .subscribe-form input {
  color: #999999;
  height: 60px;
  padding-left: 43px;
  background: #ffffff;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}

/* line 165, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_widget.scss */
.widget-search .subscribe-form input::placeholder {
  color: #999999;
}

/* line 168, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_widget.scss */
.widget-search .subscribe-form input::-moz-placeholder {
  color: #999999;
}

/* line 171, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_widget.scss */
.widget-search .subscribe-form input::-webkit-placeholder {
  color: #999999;
}

/* line 174, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_widget.scss */
.widget-search .subscribe-form input::-o-placeholder {
  color: #999999;
}

/* line 178, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_widget.scss */
.widget-search .subscribe-form .subscribe-btn {
  background: #ffa84b;
  width: 60px;
  padding: 17px 0;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

/* line 192, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_widget.scss */
.widget-post .post-list {
  padding: 0;
  margin: 0;
}

/* line 195, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_widget.scss */
.widget-post .post-list li {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 30px;
}

/* line 198, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_widget.scss */
.widget-post .post-list li:last-child {
  border-bottom: 0;
  margin-bottom: 10px;
}

/* line 209, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_widget.scss */
.widget-categories-list ul li a {
  background: #f8f8f8;
  width: 100%;
  display: block;
  padding: 14px 0px 14px 30px;
  margin-bottom: 10px;
  font-size: 16px;
  position: relative;
}

/* line 217, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_widget.scss */
.widget-categories-list ul li a span {
  font-size: 14px;
  font-weight: 700;
  background: #efefef;
  padding: 14px 16px;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 227, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_widget.scss */
.widget-categories-list ul li a:hover span {
  color: #ffffff;
  background: #ffa84b;
}

/* line 237, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_widget.scss */
.tag-list a {
  color: #777777;
  font-size: 12px;
  font-weight: 700;
  background: #f4f4f4;
  display: inline-block;
  padding: 10px 27px;
  margin: 5px 5px;
  line-height: 1;
}

/* line 246, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_widget.scss */
.tag-list a:hover {
  color: #ffffff;
  background: #ffa84b;
}

/* line 255, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_widget.scss */
.widget-add .banner-content img {
  width: 100%;
}

/* line 2, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_career.scss */
.career-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

/* line 6, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_career.scss */
.career-wrapper::before {
  content: "";
  position: absolute;
  background: #083d59;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 17, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_career.scss */
.career-wrapper .text-content {
  position: absolute;
  z-index: 2;
  left: 40px;
  bottom: -200px;
  opacity: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

/* line 24, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_career.scss */
.career-wrapper .text-content h6 {
  color: #99adb8;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

/* line 30, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_career.scss */
.career-wrapper .text-content h2 {
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 64px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 30, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_career.scss */
  .career-wrapper .text-content h2 {
    font-size: 30px;
    margin-bottom: 45px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 30, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_career.scss */
  .career-wrapper .text-content h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 30, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_career.scss */
  .career-wrapper .text-content h2 {
    font-size: 24px;
    margin-bottom: 45px;
  }
}

@media (max-width: 767px) {
  /* line 30, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_career.scss */
  .career-wrapper .text-content h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}

/* line 51, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_career.scss */
.career-wrapper .text-content a {
  color: #ffa84b;
  font-size: 14px;
  font-weight: 700;
}

/* line 55, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_career.scss */
.career-wrapper .text-content a i {
  margin-left: 5px;
}

/* line 58, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_career.scss */
.career-wrapper .text-content a:hover {
  color: #ffffff;
}

/* line 64, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_career.scss */
.career-wrapper:hover::before {
  height: 100%;
}

/* line 67, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_career.scss */
.career-wrapper:hover .text-content {
  top: 50px;
  bottom: auto;
  opacity: 1;
}

/* line 74, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_career.scss */
.select-job-area {
  display: inline-block;
}

/* line 76, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_career.scss */
.select-job-area .job-select {
  color: #083d59;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #f2f2f2;
  padding: 25px 60px 25px 30px;
  line-height: 9px;
}

/* line 83, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_career.scss */
.select-job-area .job-select::after {
  border: 0;
  font-weight: 300;
  right: 30px;
  top: 60%;
  transform: translateY(-52%);
  z-index: 1;
  -webkit-transform: translateY(-52%);
  -moz-transform: translateY(-52%);
  -ms-transform: translateY(-52%);
  -o-transform: translateY(-52%);
}

/* line 96, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_career.scss */
.select-job-area .job-select.open::after {
  top: 48%;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

/* line 109, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_career.scss */
.job-position h6 {
  color: #777777;
  font-weight: 400;
}

/* line 113, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_career.scss */
.job-position h4 {
  font-size: 24px;
}

/* line 118, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_career.scss */
.apply-btn {
  color: #b8b8b8;
  font-size: 14px;
  font-weight: 700;
}

/* line 122, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_career.scss */
.apply-btn i {
  margin-left: 5px;
}

/* line 125, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_career.scss */
.apply-btn:hover {
  color: #083d59;
}

/* line 129, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_career.scss */
.board-border {
  border-top: 1px solid #f2f2f2;
  padding-top: 38px;
  padding-bottom: 2px;
}

/* line 135, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_career.scss */
.preview-more {
  color: #083d59;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  padding: 20px 40px;
  background: #ffffff;
  border: 2px solid #ededed;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
}

/* line 145, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_career.scss */
.preview-more:hover {
  color: #ffffff;
  background: #083d59;
  border-color: #083d59;
}

/* line 152, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_career.scss */
.contact-borders {
  border-top: 1px solid #f2f2f2;
}

/* line 156, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_career.scss */
.form-btn2 {
  background: #083d59;
}

/* line 158, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_career.scss */
.form-btn2:hover {
  background: #ffa84b;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 163, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_career.scss */
  .career-img-wrapper {
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 163, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_career.scss */
  .career-img-wrapper {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  /* line 163, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_career.scss */
  .career-img-wrapper {
    padding-right: 0;
  }
}

/* line 3, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_error.scss */
.error-wrapper .error-title {
  font-size: 48px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 3, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_error.scss */
  .error-wrapper .error-title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  /* line 3, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_error.scss */
  .error-wrapper .error-title {
    font-size: 20px;
  }
}

/* line 12, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_error.scss */
.error-wrapper p {
  color: #777777;
  letter-spacing: normal;
  margin-bottom: 34px;
  line-height: 1.4;
}

/* line 18, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_error.scss */
.error-wrapper a.theme_btn {
  text-transform: capitalize;
  padding: 17px 37px;
}

/* line 21, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_error.scss */
.error-wrapper a.theme_btn i {
  margin-right: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 3, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
  .footer-area .border-theme.footer__widget {
    padding-left: 40px;
  }
}

/* line 9, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.border-theme {
  position: relative;
  z-index: 1;
}

/* line 12, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.border-theme::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 255px;
  background: #ffa84b;
  left: 47px;
  top: 3px;
  z-index: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 12, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
  .border-theme::before {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 12, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
  .border-theme::before {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 12, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
  .border-theme::before {
    display: none;
  }
}

/* line 33, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.footer__social a {
  color: #ffffff;
  font-size: 14px;
  background-color: #164964;
  width: 40px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  margin-right: 8px;
}

/* line 44, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.footer__social a:hover {
  color: #ffffff;
  background-color: #ffa84b;
}

/* line 52, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.footer__widget p {
  color: #99b2bf;
}

/* line 55, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.footer__widget .widget-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  z-index: 1;
}

/* line 61, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.footer__widget .widget-title::before {
  content: "";
  position: absolute;
  background: #ffa84b;
  width: 20px;
  height: 1px;
  left: 0;
  top: 100%;
  z-index: 1;
}

/* line 74, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.fot-list {
  padding: 0;
  margin: 0;
}

/* line 77, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.fot-list a {
  color: #99b2bf;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
}

/* line 85, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.fot-list a::before {
  content: "";
  position: absolute;
  background: #ffa84b;
  width: 5px;
  height: 1px;
  left: -20px;
  top: 50%;
  z-index: 1;
  opacity: 0;
}

/* line 96, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.fot-list a:hover {
  color: #ffffff;
  transform: translateX(13px);
  -webkit-transform: translateX(13px);
  -moz-transform: translateX(13px);
  -ms-transform: translateX(13px);
  -o-transform: translateX(13px);
}

/* line 103, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.fot-list a:hover::before {
  opacity: 1;
}

/* line 113, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.fot-list-1 li:nth-child(2) a::before {
  content: "\f658";
}

/* line 120, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.fot-list-1 li:nth-child(3) a::before {
  content: "\f34e";
}

/* line 127, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.fot-list-1 li:last-child a::before {
  content: "\f3c5";
}

/* line 133, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.fot-list-1 a {
  padding-left: 40px;
}

/* line 135, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.fot-list-1 a::before {
  content: "\f87b";
  font-family: "Font Awesome 5 pro";
  color: #ffffff;
  font-size: 16px;
  background: transparent;
  opacity: 1;
  height: unset;
  width: unset;
  top: 0;
  left: 0;
}

/* line 148, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.fot-list-1 a span {
  color: #ffa84b;
  font-weight: 700;
  border-bottom: 1px solid #ffa84b;
}

/* line 153, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.fot-list-1 a:hover {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}

/* line 164, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.subscribe-form .input-box {
  position: relative;
  z-index: 1;
}

/* line 167, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.subscribe-form .input-box::before {
  content: "\f007";
  font-family: "Font Awesome 5 Pro";
  font-size: 16px;
  color: #ffffff;
  left: 23px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

/* line 183, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.subscribe-form .input-box.mail-input::before {
  content: "\f0e0";
}

/* line 188, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.subscribe-form input {
  border: 0;
  color: #4c7b94;
  font-size: 14px;
  width: 100%;
  height: 50px;
  padding-left: 43px;
  background: #0d4765;
}

/* line 196, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.subscribe-form input::placeholder {
  color: #4c7b94;
}

/* line 199, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.subscribe-form input::-webkit-placeholder {
  color: #4c7b94;
}

/* line 202, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.subscribe-form input::-moz-placeholder {
  color: #4c7b94;
}

/* line 205, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.subscribe-form input::-o-placeholder {
  color: #4c7b94;
}

/* line 209, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.subscribe-form .subscribe-btn {
  width: 100%;
  text-transform: capitalize;
  padding: 20px 0;
  border: 0;
}

/* line 214, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.subscribe-form .subscribe-btn:focus {
  box-shadow: 0;
}

/* line 217, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.subscribe-form .subscribe-btn:hover {
  background: #040404;
}

/* line 224, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.copyright h6 {
  color: #a8bcc6;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

/* line 229, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.copyright h6 a {
  color: #ffa84b;
  font-weight: 700;
}

/* line 236, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.footer-nav {
  padding: 0;
  margin: 0;
  padding-right: 25px;
}

/* line 240, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.footer-nav .nav-item {
  display: inline-block;
}

/* line 242, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.footer-nav .nav-item .nav-link {
  color: #083d59;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  position: relative;
  margin: 0 0 0 40px;
  padding: 30px 0;
}

@media (max-width: 767px) {
  /* line 242, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
  .footer-nav .nav-item .nav-link {
    margin-left: 10px;
  }
}

/* line 254, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.footer-nav .nav-item .nav-link:hover {
  color: #ffa84b;
}

/* line 264, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.footer-2 .border-theme::before {
  background-color: #ededed;
  height: 418px;
  top: -81px;
  left: 27px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 264, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
  .footer-2 .border-theme::before {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 264, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
  .footer-2 .border-theme::before {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 264, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
  .footer-2 .border-theme::before {
    display: none;
  }
}

/* line 279, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.footer-2 .border-theme::after {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #ededed;
  height: 420px;
  top: -81px;
  right: -7px;
  z-index: 1;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 279, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
  .footer-2 .border-theme::after {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 279, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
  .footer-2 .border-theme::after {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 279, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
  .footer-2 .border-theme::after {
    display: none;
  }
}

/* line 299, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.footer-2 .border-theme.bor-right::before {
  display: none;
}

/* line 302, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.footer-2 .border-theme.bor-right::after {
  right: 54px;
}

/* line 308, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.footer-2 .footer__widget .widget-title {
  color: #083d59;
}

/* line 311, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.footer-2 .footer__widget p {
  color: #777777;
}

/* line 316, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.footer-2 .fot-list a {
  color: #777777;
}

/* line 318, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.footer-2 .fot-list a:hover {
  color: #083d59;
}

/* line 324, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.footer-2 .subscribe-form .input-box::before {
  color: #083d59;
}

/* line 327, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.footer-2 .subscribe-form input {
  color: #c7c7c7;
  border: 1px solid #ececec;
  background-color: white;
  box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}

/* line 333, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.footer-2 .subscribe-form::placeholder {
  color: #c7c7c7;
}

/* line 336, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.footer-2 .subscribe-form::-webkit-placeholder {
  color: #c7c7c7;
}

/* line 339, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.footer-2 .subscribe-form::-moz-placeholder {
  color: #c7c7c7;
}

/* line 342, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.footer-2 .subscribe-form::-o-placeholder {
  color: #c7c7c7;
}

/* line 349, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.footer-2 .footer-nav .nav-item:last-child .nav-link {
  margin-right: 0px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 353, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
  .footer-2 .footer-nav .nav-item .nav-link {
    margin-left: 25px;
  }
}

@media (max-width: 767px) {
  /* line 353, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
  .footer-2 .footer-nav .nav-item .nav-link {
    margin-left: 0;
    margin-right: 18px;
  }
}

/* line 366, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.section-footer {
  border-bottom: 1px solid #ededed;
}

/* line 369, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.section-footer .footer__social a {
  color: #083d59;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #f0f5f7;
}

/* line 377, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.section-footer .footer__social a:hover {
  color: #ffffff;
  background: #ffa84b;
}

/* line 385, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.copy-right-border {
  border-top: 1px solid #ededed;
}

/* line 390, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.copyright p a {
  color: #083d59;
  font-weight: 700;
}

/* line 400, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.footer-3 .border-theme::before {
  background-color: rgba(255, 255, 255, 0.102);
  height: 418px;
}

/* line 404, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.footer-3 .border-theme::after {
  background-color: rgba(255, 255, 255, 0.102);
  height: 418px;
}

/* line 410, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.footer-3 .footer__social a {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.059);
}

/* line 413, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.footer-3 .footer__social a:hover {
  background: #bb0b0b;
}

/* line 419, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.footer-3 .footer__widget .widget-title {
  color: #ffffff;
  font-size: 14px;
}

/* line 422, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.footer-3 .footer__widget .widget-title::before {
  background: #bb0b0b;
}

/* line 426, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.footer-3 .footer__widget p {
  color: #a7a7a7;
}

/* line 431, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.footer-3 .fot-list a {
  color: #a7a7a7;
}

/* line 433, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.footer-3 .fot-list a::before {
  background: #bb0b0b;
}

/* line 436, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.footer-3 .fot-list a:hover {
  color: #ffffff;
}

/* line 442, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.footer-3 .subscribe-form input {
  color: #c7c7c7;
  background: #ffffff;
}

/* line 446, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.footer-3 .subscribe-form .input-box::before {
  color: #083d59;
}

/* line 449, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.footer-3 .subscribe-form::placeholder {
  color: #c7c7c7;
}

/* line 452, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.footer-3 .subscribe-form::-moz-placeholder {
  color: #c7c7c7;
}

/* line 455, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.footer-3 .subscribe-form::-webkit-placeholder {
  color: #c7c7c7;
}

/* line 458, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.footer-3 .subscribe-form::-o-placeholder {
  color: #c7c7c7;
}

/* line 461, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.footer-3 .subscribe-form .subscribe-btn {
  background: #bb0b0b;
}

/* line 466, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.footer-3 .section-footer,
.footer-3 .copy-right-border {
  border-color: rgba(255, 255, 255, 0.102);
}

/* line 470, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.footer-3 .copy-right-border {
  padding-bottom: 6px;
}

/* line 474, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.footer-3 .copyright p {
  color: #777777;
}

/* line 476, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.footer-3 .copyright p a {
  color: #ffffff;
}

/* line 483, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.footer-3 .footer-nav .nav-item .nav-link {
  color: #ffffff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 483, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
  .footer-3 .footer-nav .nav-item .nav-link {
    margin: 0 0 0 20px;
  }
}

/* line 488, E:/reacthemes/finanix/HTML/finanix-html-pack/finanix-preview/assets/scss/_footer.scss */
.footer-3 .footer-nav .nav-item .nav-link:hover {
  color: #bb0b0b;
}

/*# sourceMappingURL=main.css.map */