/*-----------------------------------------------------------------------------------

    Project Name:  SaaS Landing Neon Flame 
    Author: Varteq
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

	01. Theme default CSS
    02. header
    03. global
    04. hero
    05. about
    06. brand
    07. feature
    08. service
    09. sidebar
    10. step
    11. testimonial
    12. preloader
    13. backtotop
    14. cursor
    15. template
    16. intergation
    17. cta
    18. instagram
    19. process
    20. breadcrumb
    21. blog
    22. contact
    23. footer


-----------------------------------------------------------------------------------*/
@import url("https://fonts.cdnfonts.com/css/inter");
:root {
  --font-body: "Inter", sans-serif;
  --font-heading: "Inter", sans-serif;
  /* --primary: var(--primary); */
  --primary-background: #2443EB;
  --primary-derivative: #1D2060;
  --background: #FFFFFF;
  --secondary: #0C0C1A;
  --gray-madium: #7B7B85;
  --card-background:#F3F4FF;
  --gray-dark:#3D3D4D;
  --gray-light:#DCDCED;
  --color-heading: var(--secondary);
  --color-par: var(--gray-dark);
  --color-white: #fff;
  --color-black: #000;
  --color-default: var(--gray-madium);
  --color-dark: var(--secondary);
  --color-dark-2:var(--primary-derivative:);
  --color-gray: var(--gray-dark);
  --gradient-color-from: var(--primary);
  --gradient-color-to: var(--primary-derivative);
  --gradient-color-from-2: var(--primary);
  --gradient-color-to-2: var(--primary-derivative);
  --color-primary: var(--primary);
  --color-primary-2: var(--primary-derivative);
}

/* reset css start */
html {
  scroll-behavior: smooth;
}

body {
  padding: 0;
  margin: 0;
  font-weight: 400;
  position: relative;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 26px;
  color: var(--color-default);
  background-color: var(--color-white);
}

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

ul {
  margin: 0px;
  padding: 0px;
}

button {
  cursor: pointer;
}

*:focus {
  outline: none;
}

button {
  border: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

button:focus {
  outline: none;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  color: inherit;
}

select {
  height: 55px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: calc(100% - 10px) 50%;
  background-repeat: no-repeat;
  padding-right: 20px;
  background-color: transparent;
  border: 0;
}

input[type=text], input[type=password], input[type=email], input[type=tel], form select, textarea {
  width: 100%;
  height: 50px;
  border-radius: 0;
  padding: 0;
  border: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-black);
  font-weight: 500;
}

textarea {
  height: 100px;
}

button {
  border: 0;
}

table {
  width: 100%;
}

p, li, span {
  margin-bottom: 0;
}

/* reset css end */
/* global css start */
.site {
  max-width: 1400px;
  margin: 0 auto;
}

.e-con > .e-con-inner {
  max-width: 1400px !important;
}

/* typography css start */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1.3;
  color: var(--color-heading);
  font-weight: 500;
  font-family: var(--font-heading);
}

h2 {
  font-size: 32px;
  font-family: var(--font-heading);
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

a {
  font-family: var(--font-heading) !important;
}

/* typography css end */
/*----------------------------------------*/
/*  02. header
/*----------------------------------------*/
.site-header {
  z-index: 3;
  position: relative;
  display: grid;
  grid-template-columns: 2fr 7fr 3fr;
  min-height: 110px;
  align-items: center;
  padding: 10px 15px;
  max-width: 1400px !important;
  margin: 0 auto;
}

img.custom-logo {
  max-width: 173px;
}

.main-navigation ul {
  gap: 24px;
}
.main-navigation ul ul.sub-menu {
  display: flex;
  flex-direction: column;
  gap: 0;
  background-color: var(--background);
  padding: 10px;
}

.header__top {
  padding: 7px 0;
}
.header__bar {
  display: flex;
  gap: 32px;
  justify-content: flex-end;
  align-items: center;
}
.header__bar-icon {
  height: 14px;
  width: 18px;
  position: relative;
}
.header .lang-menu {
  font-size: 16px;
  font-weight: 700;
  color: var(--secondary);
}
.header__nav {
  display: flex;
  width: 100%;
  justify-content: center;
}
.header__nav a {
  font-size: 16px;
  font-weight: 500;
  color: var(--secondary);
}

.header__nav a:hover {
  color: var(--primary-derivative);
}
.header__nav a:active {
  color: var(--secondary);
}

.header__nav li {
  padding: 10px 0;
}
.header__nav li.current-menu-item {
  border-bottom: 4px solid var(--primary);
}
.header__nav li.current-menu-item a {
  color: var(--primary);
  font-weight: 700;
}
.header__button {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .header__button {
    display: none;
  }
}
.header__button .thm-btn {
  padding: 14px 35px;
}
@media (max-width: 1199px) {
  .header__account {
    display: none;
  }
}
.header__account a {
  color: var(--color-black);
  font-size: 16px;
  font-weight: 500;
}
.header__account a > img {
  margin-right: 5px;
}
.header__account a > i {
  margin-left: 2px;
}
.header__account ul {
  list-style: none;
}
.header__account ul > li {
  position: relative;
}
.header__account ul li:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.header__account .lang_sub_list {
  background: var(--color-white);
  border-radius: 5px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  transition: 0.3s;
  position: absolute;
  right: 0;
  z-index: 9;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  min-width: 140px;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
.header__account .lang_sub_list li:not(:last-child) {
  border-bottom: 1px solid #ededed;
}
.header__account .lang_sub_list li a {
  color: #646c76;
  display: block;
  padding-right: 29px;
  min-height: 42px;
  line-height: 37px;
  padding-left: 18px;
  font-size: 14px;
  font-weight: 500;
}

.header-style-one {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  border: 1px solid #F1F1F1;
  box-shadow: 0px 10px 29px rgba(4, 12, 31, 0.05);
  background-color: #fff;
  margin: 0 130px;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .header-style-one {
    top: 25px;
    padding: 0 10px;
    margin: 0 20px;
  }
}
@media (max-width: 1199px) {
  .header-style-one {
    top: 20px;
    margin: 0;
  }
}
@media (max-width: 991px) {
  .header-style-one .header__main {
    padding: 12px 0px;
  }
}
.header-style-one .header__bar {
  margin-right: 0;
  margin-left: 115px;
  background-color: #1F2123;
  border-color: #1F2123;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .header-style-one .header__bar {
    margin-left: 50px;
  }
}
@media (max-width: 1199px) {
  .header-style-one .header__bar {
    margin-left: 30px;
  }
}
.header-style-one .header__bar span {
  background-color: #fff;
}
.header-style-one .header__button {
  margin-left: 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .header-style-one .header__button {
    margin-left: 30px;
  }
}
@media (max-width: 1199px) {
  .header-style-one .header__button {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .header-style-one .header__button {
    margin-left: 30px;
  }
}

.header-style-two {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.header-style-two .main-menu ul li a {
  color: #fff;
}
.header-style-two .main-menu ul li .submenu {
  background-color: #0F0E1E;
}
.header-style-two .main-menu ul li .submenu li a {
  color: #fff;
}
.header-style-two .stricked-menu {
  background-color: #0F0E1E;
}
.header-style-two .header__button .thm-btn {
  padding: 14px 38px;
}
@media (max-width: 991px) {
  .header-style-two .header__main {
    padding: 20px 0px;
  }
}
.header-style-two .header__bar span {
  background-color: #fff;
}

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .header-style-three .header__bar {
    margin-right: 35px;
  }
}
@media (max-width: 1199px) {
  .header-style-three .header__bar {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .header-style-three .header__bar {
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .header-style-three .header__main-wrap {
    padding: 12px 0;
  }
}
@media (max-width: 991px) {
  .header-style-three .header__button {
    margin-left: 0;
  }
}

.stricked-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  -webkit-transform: translateY(-100%);
  -khtml-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -khtml-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -moz-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -ms-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  -o-transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
  visibility: hidden;
  background-color: var(--color-white);
}
.stricked-menu .main-menu ul li a {
  padding: 30px 0;
}

.stricked-menu.stricky-fixed {
  -webkit-transform: translateY(0%);
  -khtml-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  -webkit-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -khtml-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -moz-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -ms-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  -o-box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
  box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09);
}

@media (max-width: 991px) {
  .slide-bar {
    padding: 30px;
    padding-top: 70px;
    max-width: 300px;
    right: -300px;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
@media (max-width: 991px) {
  .slide-bar .sidebar-info {
    display: none;
  }
}
@media (max-width: 991px) {
  .slide-bar .side-mobile-menu {
    display: block;
  }
}
@media (max-width: 991px) {
  .slide-bar .close-mobile-menu {
    right: 0;
    left: 0;
  }
}
.slide-bar .tx-close {
  width: 45px;
  height: 45px;
  border-width: 14px;
}

.header-mobile-search input {
  border: 2px solid rgba(150, 144, 162, 0.09);
  padding: 15px;
}

.home-dark .slide-bar {
  background: #030216;
}
.home-dark .side-mobile-menu ul li a {
  color: #fff;
}
.home-dark .slide-bar .tx-close::before,
.home-dark .slide-bar .tx-close::after {
  background-color: #fff;
}
.home-dark .header-mobile-search input {
  background: #0F0E1E;
  color: #fff;
}
.home-dark .header-mobile-search input:focus {
  border-color: var(--color-primary-2);
}
.home-dark .side-mobile-menu ul li a:hover {
  color: var(--color-primary-2);
}
.home-dark .side-mobile-menu ul li ul li:hover > a::before {
  background: var(--color-primary-2);
  border-color: var(--color-primary-2) !important;
}
.home-dark .header__bar {
  border-color: transparent;
  background: rgba(150, 144, 162, 0.1);
  width: 45px;
  height: 45px;
}
.home-dark .header__bar span {
  background-color: #fff;
}

/* Navigation css */
.main-menu {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.main-menu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-menu ul li {
  position: relative;
}
.main-menu ul li:not(:last-child) {
  margin-right: 48px;
}
@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .main-menu ul li:not(:last-child) {
    margin-right: 32px;
  }
}
@media (max-width: 1199px) {
  .main-menu ul li:not(:last-child) {
    margin-right: 20px;
  }
}
.main-menu ul li .submenu li {
  margin-right: 0;
}
.main-menu ul li a {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-dark);
  padding: 35px 0;
  position: relative;
  line-height: 22px;
}
@media (max-width: 1199px) {
  .main-menu ul li a {
    font-size: 15px;
  }
}
.main-menu ul li.menu-item-has-children > a::after {
  content: "\f078";
  transform: translateY(-1px);
  display: inline-block;
  padding-left: 4px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 10px;
}
.main-menu ul li.menu-item-has-children:hover > .submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  pointer-events: all;
}
.main-menu ul li .submenu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  min-width: 240px;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  background: var(--color-white);
  left: -30px;
  padding: 20px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
  text-align: left;
  -webkit-transform: translate3d(0, 18px, 0);
  -ms-transform: translate3d(0, 18px, 0);
  transform: translate3d(0, 18px, 0);
  pointer-events: none;
  box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.1);
}
.main-menu ul li .submenu li a {
  color: var(--color-black);
  padding: 8px 30px;
  display: block;
  margin: 0;
  font-size: 16px;
}
.main-menu ul li .submenu ul {
  left: 100%;
  top: 0px;
}

.main-menu ul li.menu-last ul.submenu {
  right: 0;
  left: auto;
}

.main-menu ul li.menu-last ul.submenu ul {
  right: auto;
  left: -100%;
}

.main-menu ul li ul.submenu .menu-item-has-children > a::after {
  position: absolute;
  top: 9px;
  right: 15px;
  content: "\f105";
  font-size: 13px;
}

a.primary-link {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary);
}
a.primary-link:hover {
  color: var(--primary-derivative);
}

.button {
  transition: all 0.2s cubic-bezier(0.68, 0.01, 0.58, 0.75) !important;
  font-size: 16px;
  font-weight: 700;
  text-transform: None;
  padding: 13px 32px;
  align-self: center;
  position: relative;
  display: inline-block;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  line-height: 1.1;
  letter-spacing: -0.3px;
  -webkit-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.button.primary-transparant {
  color: var(--primary);
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid var(--primary);
}
.button.primary-transparant:hover {
  background-color: var(--primary);
  color: var(--background);
}
.button--gradient {
  background-size: 200%, 1px;
  background-image: -moz-linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
  background-image: -webkit-linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
  background-image: -ms-linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
  background-image: linear-gradient(to right, var(--gradient-color-from) 0%, var(--gradient-color-to) 51%, var(--gradient-color-from) 100%);
}
.button--gradient:hover {
  color: var(--color-white);
  background-position: 100% 0;
}
.button--gradient.style-2 {
  background-image: -moz-linear-gradient(to right, var(--gradient-color-from-2) 0%, var(--gradient-color-to-2) 51%, var(--gradient-color-from-2) 100%);
  background-image: -webkit-linear-gradient(to right, var(--gradient-color-from-2) 0%, var(--gradient-color-to-2) 51%, var(--gradient-color-from-2) 100%);
  background-image: -ms-linear-gradient(to right, var(--gradient-color-from-2) 0%, var(--gradient-color-to-2) 51%, var(--gradient-color-from-2) 100%);
  background-image: linear-gradient(to right, var(--gradient-color-from-2) 0%, var(--gradient-color-to-2) 51%, var(--gradient-color-from-2) 100%);
  padding: 16px 41px;
}
.button.br-5 {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.button--dark {
  background-color: var(--color-dark);
}
.button--dark:hover {
  background-color: var(--color-black);
  color: var(--color-white);
}
.button--outline {
  border: 1px solid #F1F1F1;
  color: var(--color-dark);
  padding: 21px 40px;
}
.button--outline i {
  font-size: 15px;
  margin-right: 8px;
}
.button--outline:hover {
  background-color: var(--color-dark);
  color: var(--color-white);
  border-color: var(--color-dark);
}
.button--outline.style-2 {
  padding: 16px 41px;
  color: #fff;
  border: 1.2px solid #282D45;
  background: linear-gradient(216deg, rgba(21, 25, 52, 0.52) 0%, rgba(21, 25, 52, 0.08) 47.92%, rgba(21, 25, 52, 0.49) 100%);
}

.btns {
  margin: -12px;
}
.btns a {
  margin: 12px;
}

/*----------------------------------------*/
/*  23. footer
/*----------------------------------------*/
.site-footer{
  min-height:90px;
  background-color: var(--primary);
  display:flex;
  justify-content: center;
  align-items: center;
  border-radius:24px;
}
.site-info{
  color:white;
}
.footer__top {
  border-bottom: 1px solid #F1F1F1;
  padding-right: 32px;
}
@media (max-width: 1199px) {
  .footer__top {
    padding-right: 0;
  }
}
.footer__top li {
  width: 33.333%;
  font-size: 20px;
  display: flex;
  align-items: center;
  padding-bottom: 35px;
  position: relative;
  color: #0F1928;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .footer__top li {
    width: auto;
    padding-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .footer__top li {
    font-size: 18px;
  }
}
.footer__top li:nth-child(2) {
  justify-content: center;
}
@media (max-width: 1199px) {
  .footer__top li:nth-child(2) {
    justify-content: unset;
  }
}
.footer__top li:nth-child(2)::before, .footer__top li:nth-child(2)::after {
  position: absolute;
  left: -32px;
  bottom: 0;
  width: 1px;
  height: 81px;
  content: "";
  background-color: #F1F1F1;
}
@media (max-width: 1199px) {
  .footer__top li:nth-child(2)::before, .footer__top li:nth-child(2)::after {
    display: none;
  }
}
.footer__top li:nth-child(2)::after {
  left: auto;
  right: -32px;
}
.footer__top li:nth-child(3) {
  justify-content: end;
}
.footer__top li i {
  font-size: 20px;
  width: 44px;
  height: 44px;
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, var(--gradient-color-from) 0%, var(--gradient-color-to) 100%);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
.footer__top li i::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, var(--gradient-color-from) 0%, var(--gradient-color-to) 100%);
  opacity: 0.1000000015;
  z-index: -1;
}
.footer__top.cta-list {
  border: 0;
  padding: 0;
}
.footer__top.cta-list li {
  padding: 0;
}
.footer__top.cta-list li::before, .footer__top.cta-list li::after {
  height: 44px;
}
.footer__widget .widget-title {
  margin-bottom: 30px;
  font-size: 16px;
  text-transform: uppercase;
}
.footer__widget ul li:not(:last-child) {
  margin-bottom: 9px;
}
.footer__widget ul li a {
  font-size: 16px;
  color: #575D6B;
}
.footer__widget ul li a:hover {
  text-decoration: underline;
  color: var(--color-dark);
}
.footer__copyright {
  padding-bottom: 10px;
}
.footer__copyright-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}
.footer__social li:not(:first-child) {
  margin-left: 16px;
}
.footer__social li a {
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
}
.footer__social li a:hover {
  color: #fff;
}
@media (max-width: 991px) {
  .footer__cta {
    padding-left: 0;
  }
}
.footer__cta .title {
  font-size: 12px;
  color: #B3B9C2;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 15px;
}
.footer__cta h4 {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 42px;
}
.footer__cta .cta-number {
  font-size: 18px;
  color: #fff;
  background-color: #292B2F;
  display: inline-block;
  padding: 13px 28px;
  padding-right: 59px;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  -ms-border-radius: 26px;
  -o-border-radius: 26px;
  border: 1px solid #282A2D;
}
.footer__cta .cta-number span {
  margin-right: 21px;
}
.footer__newsletter {
  max-width: 370px;
  position: relative;
}
.footer__newsletter input {
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  height: 50px;
  padding: 15px;
  font-size: 14px;
  color: #000;
  font-weight: 400;
  width: calc(100% - 139px);
}
.footer__newsletter button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px 29px;
  height: 50px;
}
@media (max-width: 991px) {
  .footer__cta-social {
    justify-content: start;
  }
}
.footer__cta-social li:not(:first-child) {
  margin-left: 12px;
}
.footer__cta-social li a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #292B2F;
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .footer__cta-link {
    justify-content: start;
  }
}
.footer__cta-link li:not(:last-child) {
  margin-right: 36px;
}
.footer__cta-link li a {
  font-size: 16px;
  color: #B3B9C2;
  font-weight: 500;
}
.footer__cta-link li a:hover {
  color: #fff;
}
.footer__cta-area {
  margin-bottom: 80px;
  padding-bottom: 80px;
  border-bottom: 1px solid #2A2C2F;
}
.footer__shape .shape {
  position: absolute;
  z-index: -1;
}
.footer__shape .shape--1 {
  top: 47%;
  left: -62px;
}
.footer__shape .shape--2 {
  top: 37%;
  right: -222px;
}
.footer__shape .shape--2 img {
  animation: spin 12s infinite linear;
  -webkit-animation: spin 12s infinite linear;
}

.footer-style-one {
  padding-top: 240px;
  z-index: 1;
}
.footer-style-one .widget-title {
  color: #fff;
}
.footer-style-one .footer__widget ul li a {
  color: #B3B9C2;
}
.footer-style-one .footer__widget ul li a:hover {
  color: #fff;
}

.footer-style-two {
  background-position: center -15px;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .footer-style-two {
    background-position: center -117px;
  }
}
@media (max-width: 767px) {
  .footer-style-two {
    background-size: 100%;
  }
}
.footer-style-two .footer__copyright {
  background: linear-gradient(62deg, #331C9C 0%, #9066FB 100%);
}
.footer-style-two .footer__newsletter button {
  padding: 10px 29px;
}
.footer-style-two .footer__cta .cta-number,
.footer-style-two .footer__cta-social li a {
  background-color: #0F0E1E;
  border-color: #0F0E1E;
}

.crm-community {
  padding-bottom: 325px;
}
@media (max-width: 1199px) {
  .crm-community {
    padding-bottom: 300px;
  }
}
@media (max-width: 991px) {
  .crm-community {
    padding-bottom: 180px;
  }
}
@media (max-width: 767px) {
  .crm-community {
    padding-bottom: 80px;
  }
}
.crm-community__social li:not(:last-child) {
  margin-right: 25px;
}
.crm-community .thm-btn {
  padding: 16px 60px;
}

@media (max-width: 767px) {
  .crm-footer__shape {
    display: none;
  }
}
.crm-footer__shape .shape {
  position: absolute;
}
.crm-footer__shape .shape--1 {
  top: 0;
  left: 0;
}
.crm-footer__shape .shape--2 {
  bottom: 40%;
  right: 0;
}

/*# sourceMappingURL=style.css.map */
