/*-----------------------------------------------------------------------------------

    Project Name: Innomax - Technology & IT Startup HTML Template
    Author: XpressBuddy -->> (https://themeforest.net/user/xpressbuddy)
    Support: support@xpressbuddy.com
    Description: Innomax - Technology & IT Startup HTML Template
    Developer: Mohammad Wasim Mia -> contact@xpressbuddy.com
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ==================
    
	01. Theme default CSS
    02. header
    03. global
    04. hero
    05. feature
    06. about
    07. service
    08. team
    09. testimonial
    10. contact
    11. blog
    12. bramd
    13. pricing
    14. project
    15. cta
    16. fanfact
    17. marquee
    18. process
    19. banner
    20. portfolio
    21. accordion
    22. mission
    23. career
    24. shop
    25. breadcrumb
    26. sidebar
    27. backtotop
    28. sec-title
    29. search
    30. mobile-menu
    31. 404
    32. preloader
    

-----------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Righteous&display=swap");
:root {
  --font-body: "DM Sans", sans-serif;
  --font-heading: 'SportingGrotesque';
  --color-primary: #00ff97;
  --color-secondary: #00020f;
  --color-heading: #fff;
  --color-default: #414047;
  --color-border: #cbcad3;
  --color-gray: #b2b3b7;
  --color-white: #fff;
  --color-black: #000;
  --color-body: #00020f;
  --easing: cubic-bezier(0.67, 0.04, 0.3, 0.91); }

/* reset css start */
:root {
  scroll-behavior: auto; }

html {
  scroll-behavior: smooth; }

body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  color: var(--color-white);
  font-family: var(--font-body);
  background-color: var(--color-body);
  scrollbar-width: thin; }

body::-webkit-scrollbar {
  width: 7px; }

body::-webkit-scrollbar-track {
  border-radius: 10px; }

body::-webkit-scrollbar-thumb {
  background: var(--color-primary);
  border-radius: 10px; }

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-image: url(../img/icon/select-arrow.png);
  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: 75px;
  border-radius: 0;
  background-color: #F3F4F5;
  padding: 10px 20px;
  border: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: var(--color-black);
  font-weight: 500; }
  input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, form select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #888686;
    opacity: 1; }
  input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, form select::-moz-placeholder, textarea::-moz-placeholder {
    color: #888686;
    opacity: 1; }
  input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, form select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #888686;
    opacity: 1; }
  input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, form select:-moz-placeholder, textarea:-moz-placeholder {
    color: #888686;
    opacity: 1; }

textarea {
  height: 100px; }

button {
  border: 0; }

table {
  width: 100%; }

p, li, span {
  margin-bottom: 0; }

/* reset css end */
/* global css start */
.nice-select {
  background-color: transparent;
  height: 60px;
  line-height: 59px;
  min-height: 60px;
  padding: 0 20px;
  width: 100%;
  padding: 0 46px;
  margin-bottom: 20px;
  background-color: #F3F4F5;
  border: 0;
  font-size: 16px; }
  .nice-select::after {
    border-bottom: 1.9px solid #4C6A6D;
    border-right: 1.9px solid #4C6A6D;
    height: 6px;
    right: 20px;
    width: 6px; }
  .nice-select .option:hover,
  .nice-select .option.focus,
  .nice-select .option.selected.focus {
    background-color: #F3F4F5; }
  .nice-select .list {
    width: 100%; }
    .nice-select .list li {
      margin-right: 0 !important; }
    .nice-select .list .option {
      color: var(--color-dark);
      font-weight: 500; }
      .nice-select .list .option.selected {
        font-weight: 600; }
      .nice-select .list .option.selected, .nice-select .list .option:hover {
        border: none !important; }

/* global css end */
.body_wrap {
  position: relative;
  overflow: clip; }

.bg_img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%; }

.footer-bg {
  background-color: #04060A; }

.black-bg {
  background: var(--color-black); }

.gray-bg {
  background-color: var(--color-gray); }

.gray-bg-2 {
  background-color: var(--color-gray-2); }

.dark-bg {
  background-color: var(--color-dark); }

.white {
  color: var(--color-white); }

.pos-rel {
  position: relative; }

.pos-absolute {
  position: absolute; }

.f-right {
  float: right; }

.radius-20 {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; }

.border-effect a, .border-effect-2 a {
  display: inline !important;
  width: 100%;
  background-repeat: no-repeat;
  background-position-y: -2px;
  background-image: linear-gradient(transparent calc(100% - 2px), currentColor 1px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 0 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .border-effect a:hover, .border-effect-2 a:hover {
    background-size: 100% 100%;
    color: inherit; }

.border-effect-2 a {
  background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px); }

.btn-video {
  width: 73px;
  height: 73px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #1140C0;
  position: relative;
  background-color: var(--color-white); }
  @media (max-width: 767px) {
    .btn-video {
      width: 60px;
      height: 60px;
      font-size: 18px; } }
  .btn-video:hover {
    color: var(--color-primary); }
  .btn-video::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--color-white);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    z-index: -2; }

.btn-video-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.border_effect a {
  display: inline !important;
  width: 100%;
  background-repeat: no-repeat;
  background-position-y: -2px;
  background-image: linear-gradient(transparent calc(100% - 2px), currentColor 1px);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-size: 0 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .border_effect a:hover {
    background-size: 100% 100%;
    color: inherit; }

@media (max-width: 991px) {
  .tx-col-md-6 {
    width: 50%; } }
@media (max-width: 767px) {
  .tx-col-md-6 {
    width: 100%; } }

.xb-close {
  background: rgba(0, 0, 0, 0.04);
  border: 9px solid transparent;
  color: #777;
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative; }
  .xb-close::before, .xb-close::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
    background-color: #fff; }
  .xb-close::before {
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .xb-close::after {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .xb-close:hover::before, .xb-close:hover::after {
    -webkit-transform: rotate(0);
    -khtml-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0); }

/* order & unorder list reset - start */
.ul_li, .ul_li_right, .ul_li_center, .ul_li_between {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.ul_li > li, .ul_li_right > li, .ul_li_center > li, .ul_li_between > li {
  float: left;
  list-style: none;
  display: inline-block; }

.ul_li {
  justify-content: flex-start; }

.ul_li_center {
  justify-content: center; }

.ul_li_right {
  justify-content: flex-end; }

.ul_li_between {
  justify-content: space-between; }

.ul_li_block {
  margin: 0px;
  padding: 0px;
  display: block; }

.ul_li_block > li {
  display: block;
  list-style: none; }

.flex-1 {
  flex: 1; }

.color-black {
  color: var(--color-black); }

.pagination_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -5px;
  list-style: none; }
  .pagination_wrap ul li {
    padding: 5px; }
    .pagination_wrap ul li a {
      height: 50px;
      width: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 16px;
      font-weight: 600;
      color: var(--color-primary);
      border: 1px solid #EEE5E5;
      background-color: var(--color-white);
      -webkit-transition: all 0.3s ease-out 0s;
      -o-transition: all 0.3s ease-out 0s;
      transition: all 0.3s ease-out 0s;
      z-index: 1;
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      overflow: hidden; }
      @media (max-width: 767px) {
        .pagination_wrap ul li a {
          height: 40px;
          width: 40px;
          font-size: 15px; } }
      .pagination_wrap ul li a.current_page, .pagination_wrap ul li a:hover {
        background-color: var(--color-yellow);
        border-color: var(--color-yellow); }

.mr-none-60 {
  margin-right: -60px; }

.ml-none-60 {
  margin-left: -60px; }

.pb-8 {
  padding-bottom: 8px; }

.bg-leniar {
  background: linear-gradient(180deg, #f7f5f2 15.68%, #fff 100%); }

.xb-odm {
  overflow: hidden; }

.xb-odm .xbo.xbo-auto-theme .xbo-digit .xbo-digit-inner,
.xb-odm .xbo.xbo-theme-default .xbo-digit .xbo-digit-inner {
  overflow: initial;
  overscroll-behavior-y: hidden; }

/*--
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/
.mt-none-5 {
  margin-top: -5px; }

.mt-none-10 {
  margin-top: -10px; }

.mt-none-15 {
  margin-top: -15px; }

.mt-none-20 {
  margin-top: -20px; }

.mt-none-25 {
  margin-top: -25px; }

.mt-none-30 {
  margin-top: -30px; }

.mt-none-35 {
  margin-top: -35px; }

.mt-none-40 {
  margin-top: -40px; }

.mt-none-45 {
  margin-top: -45px; }

.mt-none-50 {
  margin-top: -50px; }

.mt-none-55 {
  margin-top: -55px; }

.mt-none-60 {
  margin-top: -60px; }

.mt-none-65 {
  margin-top: -65px; }

.mt-none-70 {
  margin-top: -70px; }

.mt-none-75 {
  margin-top: -75px; }

.mt-none-80 {
  margin-top: -80px; }

.mt-none-85 {
  margin-top: -85px; }

.mt-none-90 {
  margin-top: -90px; }

.mt-none-95 {
  margin-top: -95px; }

.mt-none-100 {
  margin-top: -100px; }

/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px; }

.mt-10 {
  margin-top: 10px; }

.mt-15 {
  margin-top: 15px; }

.mt-20 {
  margin-top: 20px; }

.mt-25 {
  margin-top: 25px; }

.mt-30 {
  margin-top: 30px; }

.mt-35 {
  margin-top: 35px; }

.mt-40 {
  margin-top: 40px; }

.mt-45 {
  margin-top: 45px; }

.mt-50 {
  margin-top: 50px; }

.mt-55 {
  margin-top: 55px; }

.mt-60 {
  margin-top: 60px; }

.mt-65 {
  margin-top: 65px; }

.mt-70 {
  margin-top: 70px; }

.mt-75 {
  margin-top: 75px; }

.mt-80 {
  margin-top: 80px; }

.mt-85 {
  margin-top: 85px; }

.mt-90 {
  margin-top: 90px; }

.mt-95 {
  margin-top: 95px; }

.mt-100 {
  margin-top: 100px; }

.mt-105 {
  margin-top: 105px; }

.mt-110 {
  margin-top: 110px; }

.mt-115 {
  margin-top: 115px; }

.mt-120 {
  margin-top: 120px; }

.mt-125 {
  margin-top: 125px; }

.mt-130 {
  margin-top: 130px; }

.mt-135 {
  margin-top: 135px; }

.mt-140 {
  margin-top: 140px; }

.mt-145 {
  margin-top: 145px; }

.mt-150 {
  margin-top: 150px; }

.mt-155 {
  margin-top: 155px; }

.mt-160 {
  margin-top: 160px; }

.mt-165 {
  margin-top: 165px; }

.mt-170 {
  margin-top: 170px; }

.mt-175 {
  margin-top: 175px; }

.mt-180 {
  margin-top: 180px; }

.mt-185 {
  margin-top: 185px; }

.mt-190 {
  margin-top: 190px; }

.mt-195 {
  margin-top: 195px; }

.mt-200 {
  margin-top: 200px; }

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-35 {
  margin-bottom: 35px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-45 {
  margin-bottom: 45px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-55 {
  margin-bottom: 55px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-65 {
  margin-bottom: 65px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-75 {
  margin-bottom: 75px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-85 {
  margin-bottom: 85px; }

.mb-90 {
  margin-bottom: 90px; }

.mb-95 {
  margin-bottom: 95px; }

.mb-100 {
  margin-bottom: 100px; }

.mb-105 {
  margin-bottom: 105px; }

.mb-110 {
  margin-bottom: 110px; }

.mb-115 {
  margin-bottom: 115px; }

.mb-120 {
  margin-bottom: 120px; }

.mb-125 {
  margin-bottom: 125px; }

.mb-130 {
  margin-bottom: 130px; }

.mb-135 {
  margin-bottom: 135px; }

.mb-140 {
  margin-bottom: 140px; }

.mb-145 {
  margin-bottom: 145px; }

.mb-150 {
  margin-bottom: 150px; }

.mb-155 {
  margin-bottom: 155px; }

.mb-160 {
  margin-bottom: 160px; }

.mb-165 {
  margin-bottom: 165px; }

.mb-170 {
  margin-bottom: 170px; }

.mb-175 {
  margin-bottom: 175px; }

.mb-180 {
  margin-bottom: 180px; }

.mb-185 {
  margin-bottom: 185px; }

.mb-190 {
  margin-bottom: 190px; }

.mb-195 {
  margin-bottom: 195px; }

.mb-200 {
  margin-bottom: 200px; }

/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px; }

.ml-10 {
  margin-left: 10px; }

.ml-15 {
  margin-left: 15px; }

.ml-20 {
  margin-left: 20px; }

.ml-25 {
  margin-left: 25px; }

.ml-30 {
  margin-left: 30px; }

.ml-35 {
  margin-left: 35px; }

.ml-40 {
  margin-left: 40px; }

.ml-45 {
  margin-left: 45px; }

.ml-50 {
  margin-left: 50px; }

.ml-55 {
  margin-left: 55px; }

.ml-60 {
  margin-left: 60px; }

.ml-65 {
  margin-left: 65px; }

.ml-70 {
  margin-left: 70px; }

.ml-75 {
  margin-left: 75px; }

.ml-80 {
  margin-left: 80px; }

.ml-85 {
  margin-left: 85px; }

.ml-90 {
  margin-left: 90px; }

.ml-95 {
  margin-left: 95px; }

.ml-100 {
  margin-left: 100px; }

.ml-105 {
  margin-left: 105px; }

.ml-110 {
  margin-left: 110px; }

.ml-115 {
  margin-left: 115px; }

.ml-120 {
  margin-left: 120px; }

.ml-125 {
  margin-left: 125px; }

.ml-130 {
  margin-left: 130px; }

.ml-135 {
  margin-left: 135px; }

.ml-140 {
  margin-left: 140px; }

.ml-145 {
  margin-left: 145px; }

.ml-150 {
  margin-left: 150px; }

.ml-155 {
  margin-left: 155px; }

.ml-160 {
  margin-left: 160px; }

.ml-165 {
  margin-left: 165px; }

.ml-170 {
  margin-left: 170px; }

.ml-175 {
  margin-left: 175px; }

.ml-180 {
  margin-left: 180px; }

.ml-185 {
  margin-left: 185px; }

.ml-190 {
  margin-left: 190px; }

.ml-195 {
  margin-left: 195px; }

.ml-200 {
  margin-left: 200px; }

/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px; }

.mr-10 {
  margin-right: 10px; }

.mr-15 {
  margin-right: 15px; }

.mr-20 {
  margin-right: 20px; }

.mr-25 {
  margin-right: 25px; }

.mr-30 {
  margin-right: 30px; }

.mr-35 {
  margin-right: 35px; }

.mr-40 {
  margin-right: 40px; }

.mr-45 {
  margin-right: 45px; }

.mr-50 {
  margin-right: 50px; }

.mr-55 {
  margin-right: 55px; }

.mr-60 {
  margin-right: 60px; }

.mr-65 {
  margin-right: 65px; }

.mr-70 {
  margin-right: 70px; }

.mr-75 {
  margin-right: 75px; }

.mr-80 {
  margin-right: 80px; }

.mr-85 {
  margin-right: 85px; }

.mr-90 {
  margin-right: 90px; }

.mr-95 {
  margin-right: 95px; }

.mr-100 {
  margin-right: 100px; }

.mr-105 {
  margin-right: 105px; }

.mr-110 {
  margin-right: 110px; }

.mr-115 {
  margin-right: 115px; }

.mr-120 {
  margin-right: 120px; }

.mr-125 {
  margin-right: 125px; }

.mr-130 {
  margin-right: 130px; }

.mr-135 {
  margin-right: 135px; }

.mr-140 {
  margin-right: 140px; }

.mr-145 {
  margin-right: 145px; }

.mr-150 {
  margin-right: 150px; }

.mr-155 {
  margin-right: 155px; }

.mr-160 {
  margin-right: 160px; }

.mr-165 {
  margin-right: 165px; }

.mr-170 {
  margin-right: 170px; }

.mr-175 {
  margin-right: 175px; }

.mr-180 {
  margin-right: 180px; }

.mr-185 {
  margin-right: 185px; }

.mr-190 {
  margin-right: 190px; }

.mr-195 {
  margin-right: 195px; }

.mr-200 {
  margin-right: 200px; }

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px; }

.pt-10 {
  padding-top: 10px; }

.pt-15 {
  padding-top: 15px; }

.pt-20 {
  padding-top: 20px; }

.pt-25 {
  padding-top: 25px; }

.pt-30 {
  padding-top: 30px; }

.pt-35 {
  padding-top: 35px; }

.pt-40 {
  padding-top: 40px; }

.pt-45 {
  padding-top: 45px; }

.pt-50 {
  padding-top: 50px; }

.pt-55 {
  padding-top: 55px; }

.pt-60 {
  padding-top: 60px; }

.pt-65 {
  padding-top: 65px; }

.pt-70 {
  padding-top: 70px; }

.pt-75 {
  padding-top: 75px; }

.pt-80 {
  padding-top: 80px; }

.pt-85 {
  padding-top: 85px; }

.pt-90 {
  padding-top: 90px; }

.pt-95 {
  padding-top: 95px; }

.pt-100 {
  padding-top: 100px; }

.pt-105 {
  padding-top: 105px; }

.pt-110 {
  padding-top: 110px; }

.pt-115 {
  padding-top: 115px; }

.pt-120 {
  padding-top: 120px; }

.pt-125 {
  padding-top: 125px; }

.pt-130 {
  padding-top: 130px; }

.pt-135 {
  padding-top: 135px; }

.pt-140 {
  padding-top: 140px; }

.pt-145 {
  padding-top: 145px; }

.pt-150 {
  padding-top: 150px; }

.pt-155 {
  padding-top: 155px; }

.pt-160 {
  padding-top: 160px; }

.pt-165 {
  padding-top: 165px; }

.pt-170 {
  padding-top: 170px; }

.pt-175 {
  padding-top: 175px; }

.pt-180 {
  padding-top: 180px; }

.pt-185 {
  padding-top: 185px; }

.pt-190 {
  padding-top: 190px; }

.pt-195 {
  padding-top: 195px; }

.pt-200 {
  padding-top: 200px; }

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px; }

.pb-10 {
  padding-bottom: 10px; }

.pb-15 {
  padding-bottom: 15px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-25 {
  padding-bottom: 25px; }

.pb-30 {
  padding-bottom: 30px; }

.pb-35 {
  padding-bottom: 35px; }

.pb-40 {
  padding-bottom: 40px; }

.pb-45 {
  padding-bottom: 45px; }

.pb-50 {
  padding-bottom: 50px; }

.pb-55 {
  padding-bottom: 55px; }

.pb-60 {
  padding-bottom: 60px; }

.pb-65 {
  padding-bottom: 65px; }

.pb-70 {
  padding-bottom: 70px; }

.pb-75 {
  padding-bottom: 75px; }

.pb-80 {
  padding-bottom: 80px; }

.pb-85 {
  padding-bottom: 85px; }

.pb-90 {
  padding-bottom: 90px; }

.pb-95 {
  padding-bottom: 95px; }

.pb-100 {
  padding-bottom: 100px; }

.pb-105 {
  padding-bottom: 105px; }

.pb-110 {
  padding-bottom: 110px; }

.pb-115 {
  padding-bottom: 115px; }

.pb-120 {
  padding-bottom: 120px; }

.pb-125 {
  padding-bottom: 125px; }

.pb-130 {
  padding-bottom: 130px; }

.pb-135 {
  padding-bottom: 135px; }

.pb-140 {
  padding-bottom: 140px; }

.pb-145 {
  padding-bottom: 145px; }

.pb-150 {
  padding-bottom: 150px; }

.pb-155 {
  padding-bottom: 155px; }

.pb-160 {
  padding-bottom: 160px; }

.pb-165 {
  padding-bottom: 165px; }

.pb-170 {
  padding-bottom: 170px; }

.pb-175 {
  padding-bottom: 175px; }

.pb-180 {
  padding-bottom: 180px; }

.pb-185 {
  padding-bottom: 185px; }

.pb-190 {
  padding-bottom: 190px; }

.pb-195 {
  padding-bottom: 195px; }

.pb-200 {
  padding-bottom: 200px; }

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px; }

.pl-10 {
  padding-left: 10px; }

.pl-15 {
  padding-left: 15px; }

.pl-20 {
  padding-left: 20px; }

.pl-25 {
  padding-left: 25px; }

.pl-30 {
  padding-left: 30px; }

.pl-35 {
  padding-left: 35px; }

.pl-40 {
  padding-left: 40px; }

.pl-45 {
  padding-left: 45px; }

.pl-50 {
  padding-left: 50px; }

.pl-55 {
  padding-left: 55px; }

.pl-60 {
  padding-left: 60px; }

.pl-65 {
  padding-left: 65px; }

.pl-70 {
  padding-left: 70px; }

.pl-75 {
  padding-left: 75px; }

.pl-80 {
  padding-left: 80px; }

.pl-85 {
  padding-left: 85px; }

.pl-90 {
  padding-left: 90px; }

.pl-95 {
  padding-left: 95px; }

.pl-100 {
  padding-left: 100px; }

.pl-105 {
  padding-left: 105px; }

.pl-110 {
  padding-left: 110px; }

.pl-115 {
  padding-left: 115px; }

.pl-120 {
  padding-left: 120px; }

.pl-125 {
  padding-left: 125px; }

.pl-130 {
  padding-left: 130px; }

.pl-135 {
  padding-left: 135px; }

.pl-140 {
  padding-left: 140px; }

.pl-145 {
  padding-left: 145px; }

.pl-150 {
  padding-left: 150px; }

.pl-155 {
  padding-left: 155px; }

.pl-160 {
  padding-left: 160px; }

.pl-165 {
  padding-left: 165px; }

.pl-170 {
  padding-left: 170px; }

.pl-175 {
  padding-left: 175px; }

.pl-180 {
  padding-left: 180px; }

.pl-185 {
  padding-left: 185px; }

.pl-190 {
  padding-left: 190px; }

.pl-195 {
  padding-left: 195px; }

.pl-200 {
  padding-left: 200px; }

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px; }

.pr-10 {
  padding-right: 10px; }

.pr-15 {
  padding-right: 15px; }

.pr-20 {
  padding-right: 20px; }

.pr-25 {
  padding-right: 25px; }

.pr-30 {
  padding-right: 30px; }

.pr-35 {
  padding-right: 35px; }

.pr-40 {
  padding-right: 40px; }

.pr-45 {
  padding-right: 45px; }

.pr-50 {
  padding-right: 50px; }

.pr-55 {
  padding-right: 55px; }

.pr-60 {
  padding-right: 60px; }

.pr-65 {
  padding-right: 65px; }

.pr-70 {
  padding-right: 70px; }

.pr-75 {
  padding-right: 75px; }

.pr-80 {
  padding-right: 80px; }

.pr-85 {
  padding-right: 85px; }

.pr-90 {
  padding-right: 90px; }

.pr-95 {
  padding-right: 95px; }

.pr-100 {
  padding-right: 100px; }

.pr-105 {
  padding-right: 105px; }

.pr-110 {
  padding-right: 110px; }

.pr-115 {
  padding-right: 115px; }

.pr-120 {
  padding-right: 120px; }

.pr-125 {
  padding-right: 125px; }

.pr-130 {
  padding-right: 130px; }

.pr-135 {
  padding-right: 135px; }

.pr-140 {
  padding-right: 140px; }

.pr-145 {
  padding-right: 145px; }

.pr-150 {
  padding-right: 150px; }

.pr-155 {
  padding-right: 155px; }

.pr-160 {
  padding-right: 160px; }

.pr-165 {
  padding-right: 165px; }

.pr-170 {
  padding-right: 170px; }

.pr-175 {
  padding-right: 175px; }

.pr-180 {
  padding-right: 180px; }

.pr-185 {
  padding-right: 185px; }

.pr-190 {
  padding-right: 190px; }

.pr-195 {
  padding-right: 195px; }

.pr-200 {
  padding-right: 200px; }

/* typography css start */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.04em;
  color: var(--color-heading);
  font-family: var(--font-heading); }

h2 {
  font-size: 32px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

/* typography css end */
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(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); } }
.scale-upOne {
  animation: scale-upOne 5s linear infinite; }

@-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.7; }
  40% {
    opacity: 1; }
  100% {
    opacity: 0.7; } }
@keyframes fade-in {
  0% {
    opacity: 0.7; }
  40% {
    opacity: 1; }
  100% {
    opacity: 0.7; } }
@keyframes hvr-ripple-out {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  100% {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px; } }
@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  100% {
    top: -18px;
    right: -18px;
    bottom: -18px;
    left: -18px;
    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-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }
@keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }
@-webkit-keyframes scale-up-three {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); } }
@keyframes scale-up-three {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4); }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); } }
@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-transform: translate(0px, 0px) rotate(0deg); }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
    -webkit-transform: translate(73px, -1px) rotate(36deg);
    -moz-transform: translate(73px, -1px) rotate(36deg);
    -ms-transform: translate(73px, -1px) rotate(36deg);
    -o-transform: translate(73px, -1px) rotate(36deg); }
  40% {
    transform: translate(141px, -20px) rotate(72deg);
    -webkit-transform: translate(141px, -20px) rotate(72deg);
    -moz-transform: translate(141px, -20px) rotate(72deg);
    -ms-transform: translate(141px, -20px) rotate(72deg);
    -o-transform: translate(141px, -20px) rotate(72deg); }
  60% {
    transform: translate(83px, -60px) rotate(108deg);
    -webkit-transform: translate(83px, -60px) rotate(108deg);
    -moz-transform: translate(83px, -60px) rotate(108deg);
    -ms-transform: translate(83px, -60px) rotate(108deg);
    -o-transform: translate(83px, -60px) rotate(108deg); }
  80% {
    transform: translate(-40px, 72px) rotate(144deg);
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
    -moz-transform: translate(-40px, 72px) rotate(144deg);
    -ms-transform: translate(-40px, 72px) rotate(144deg);
    -o-transform: translate(-40px, 72px) rotate(144deg); }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    -moz-transform: translate(0px, 0px) rotate(0deg);
    -ms-transform: translate(0px, 0px) rotate(0deg);
    -o-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); } }
@keyframes animationFramesTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1); }
  20% {
    transform: translate(73px, -1px) rotate(36deg) scale(0.9); }
  40% {
    transform: translate(141px, 72px) rotate(72deg) scale(1); }
  60% {
    transform: translate(83px, 122px) rotate(108deg) scale(1.2); }
  80% {
    transform: translate(-40px, 72px) rotate(144deg) scale(1.1); }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1); } }
@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1); }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9); }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1); }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2); }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1); } }
@keyframes animationFramesThree {
  0% {
    transform: translate(165px, -30px);
    -webkit-transform: translate(165px, -30px);
    -moz-transform: translate(165px, -30px);
    -ms-transform: translate(165px, -30px);
    -o-transform: translate(165px, -30px); }
  100% {
    transform: translate(-60px, 80px);
    -webkit-transform: translate(-60px, 80px);
    -moz-transform: translate(-60px, 80px);
    -ms-transform: translate(-60px, 80px);
    -o-transform: translate(-60px, 80px); } }
@-webkit-keyframes animationFramesThree {
  0% {
    transform: translate(165px, -30px);
    -webkit-transform: translate(165px, -30px);
    -moz-transform: translate(165px, -30px);
    -ms-transform: translate(165px, -30px);
    -o-transform: translate(165px, -30px); }
  100% {
    transform: translate(-60px, 80px);
    -webkit-transform: translate(-60px, 80px);
    -moz-transform: translate(-60px, 80px);
    -ms-transform: translate(-60px, 80px);
    -o-transform: translate(-60px, 80px); } }
@keyframes animationFramesFour {
  0% {
    transform: translate(0px, 60px) rotate(0deg);
    -webkit-transform: translate(0px, 60px) rotate(0deg);
    -moz-transform: translate(0px, 60px) rotate(0deg);
    -ms-transform: translate(0px, 60px) rotate(0deg);
    -o-transform: translate(0px, 60px) rotate(0deg); }
  100% {
    transform: translate(-100px, -100px) rotate(180deg);
    -webkit-transform: translate(-100px, -100px) rotate(180deg);
    -moz-transform: translate(-100px, -100px) rotate(180deg);
    -ms-transform: translate(-100px, -100px) rotate(180deg);
    -o-transform: translate(-100px, -100px) rotate(180deg); } }
@-webkit-keyframes animationFramesFour {
  0% {
    transform: translate(0px, 60px) rotate(0deg);
    -webkit-transform: translate(0px, 60px) rotate(0deg);
    -moz-transform: translate(0px, 60px) rotate(0deg);
    -ms-transform: translate(0px, 60px) rotate(0deg);
    -o-transform: translate(0px, 60px) rotate(0deg); }
  100% {
    transform: translate(-100px, -100px) rotate(180deg);
    -webkit-transform: translate(-100px, -100px) rotate(180deg);
    -moz-transform: translate(-100px, -100px) rotate(180deg);
    -ms-transform: translate(-100px, -100px) rotate(180deg);
    -o-transform: translate(-100px, -100px) rotate(180deg); } }
@keyframes animationFramesFive {
  0% {
    transform: translate(0, 0) rotate(0deg);
    -webkit-transform: translate(0, 0) rotate(0deg);
    -moz-transform: translate(0, 0) rotate(0deg);
    -ms-transform: translate(0, 0) rotate(0deg);
    -o-transform: translate(0, 0) rotate(0deg); }
  21% {
    transform: translate(4px, -20px) rotate(38deg);
    -webkit-transform: translate(4px, -20px) rotate(38deg);
    -moz-transform: translate(4px, -20px) rotate(38deg);
    -ms-transform: translate(4px, -20px) rotate(38deg);
    -o-transform: translate(4px, -20px) rotate(38deg); }
  41% {
    transform: translate(-50px, -60px) rotate(74deg);
    -webkit-transform: translate(-50px, -60px) rotate(74deg);
    -moz-transform: translate(-50px, -60px) rotate(74deg);
    -ms-transform: translate(-50px, -60px) rotate(74deg);
    -o-transform: translate(-50px, -60px) rotate(74deg); }
  60% {
    transform: translate(-20px, -30px) rotate(108deg);
    -webkit-transform: translate(-20px, -30px) rotate(108deg);
    -moz-transform: translate(-20px, -30px) rotate(108deg);
    -ms-transform: translate(-20px, -30px) rotate(108deg);
    -o-transform: translate(-20px, -30px) rotate(108deg); }
  80% {
    transform: translate(-195px, -49px) rotate(144deg);
    -webkit-transform: translate(-195px, -49px) rotate(144deg);
    -moz-transform: translate(-195px, -49px) rotate(144deg);
    -ms-transform: translate(-195px, -49px) rotate(144deg);
    -o-transform: translate(-195px, -49px) rotate(144deg); }
  100% {
    transform: translate(-1px, 0px) rotate(180deg);
    -webkit-transform: translate(-1px, 0px) rotate(180deg);
    -moz-transform: translate(-1px, 0px) rotate(180deg);
    -ms-transform: translate(-1px, 0px) rotate(180deg);
    -o-transform: translate(-1px, 0px) rotate(180deg); } }
@-webkit-keyframes animationFramesFive {
  0% {
    transform: translate(0, 0) rotate(0deg);
    -webkit-transform: translate(0, 0) rotate(0deg);
    -moz-transform: translate(0, 0) rotate(0deg);
    -ms-transform: translate(0, 0) rotate(0deg);
    -o-transform: translate(0, 0) rotate(0deg); }
  21% {
    transform: translate(4px, -20px) rotate(38deg);
    -webkit-transform: translate(4px, -20px) rotate(38deg);
    -moz-transform: translate(4px, -20px) rotate(38deg);
    -ms-transform: translate(4px, -20px) rotate(38deg);
    -o-transform: translate(4px, -20px) rotate(38deg); }
  41% {
    transform: translate(-50px, -60px) rotate(74deg);
    -webkit-transform: translate(-50px, -60px) rotate(74deg);
    -moz-transform: translate(-50px, -60px) rotate(74deg);
    -ms-transform: translate(-50px, -60px) rotate(74deg);
    -o-transform: translate(-50px, -60px) rotate(74deg); }
  60% {
    transform: translate(-20px, -30px) rotate(108deg);
    -webkit-transform: translate(-20px, -30px) rotate(108deg);
    -moz-transform: translate(-20px, -30px) rotate(108deg);
    -ms-transform: translate(-20px, -30px) rotate(108deg);
    -o-transform: translate(-20px, -30px) rotate(108deg); }
  80% {
    transform: translate(-195px, -49px) rotate(144deg);
    -webkit-transform: translate(-195px, -49px) rotate(144deg);
    -moz-transform: translate(-195px, -49px) rotate(144deg);
    -ms-transform: translate(-195px, -49px) rotate(144deg);
    -o-transform: translate(-195px, -49px) rotate(144deg); }
  100% {
    transform: translate(-1px, 0px) rotate(180deg);
    -webkit-transform: translate(-1px, 0px) rotate(180deg);
    -moz-transform: translate(-1px, 0px) rotate(180deg);
    -ms-transform: translate(-1px, 0px) rotate(180deg);
    -o-transform: translate(-1px, 0px) rotate(180deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes zoominup {
  0% {
    transform: scale(0.7); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(0.7); } }
@-webkit-keyframes zoominup {
  0% {
    transform: scale(0.8); }
  50% {
    transform: scale(1); }
  100% {
    transform: scale(0.8); } }
.zoominup {
  animation: zoominup 5s linear infinite; }

@-webkit-keyframes updown {
  0% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px); }
  100% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px); } }
@keyframes updown {
  0% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px); }
  50% {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px); }
  100% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px); } }
.updown {
  animation: updown 3s linear infinite; }

@-webkit-keyframes updown-2 {
  0% {
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px); }
  50% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px); }
  100% {
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px); } }
.updown-2 {
  animation: updown-2 4s linear infinite; }

@-webkit-keyframes updown-3 {
  0% {
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px); }
  50% {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px); }
  100% {
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px); } }
.updown-3 {
  animation: updown-3 5s linear infinite; }

@keyframes ltr {
  0% {
    width: 0; }
  15% {
    width: 95%; }
  85% {
    opacity: 1; }
  90% {
    width: 95%;
    opacity: 0; }
  to {
    width: 0;
    opacity: 0; } }
/*circleAnimation*/
@-webkit-keyframes circleAnimation {
  0%,
    100% {
    border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg); }
  34% {
    border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    -webkit-transform: translate3d(0, 5px, 0) rotateZ(0.01deg);
    transform: translate3d(0, 5px, 0) rotateZ(0.01deg); }
  50% {
    -webkit-transform: translate3d(0, 0, 0) rotateZ(0.01deg);
    transform: translate3d(0, 0, 0) rotateZ(0.01deg); }
  67% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
    -webkit-transform: translate3d(0, -3px, 0) rotateZ(0.01deg);
    transform: translate3d(0, -3px, 0) rotateZ(0.01deg); } }
@-webkit-keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px); } }
@keyframes lr-animation {
  0% {
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px); }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }
@keyframes tb-animation {
  0% {
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@keyframes xb_up_down {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-20px); } }
.slide-up-down {
  animation: xb_up_down 1s ease infinite alternate; }

@keyframes xb_ltr {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-20px); } }
.slide-ltr {
  animation: xb_ltr 5s ease infinite alternate; }

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); } }
@keyframes zoom {
  0% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  50% {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg); }
  50% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg); } }
@keyframes shake {
  0% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg); }
  50% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    transform: rotate(7deg); } }
@-webkit-keyframes down {
  0% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px); }
  50% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px); } }
@keyframes down {
  0% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px); }
  50% {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px); } }
@keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-filter: alpha(opacity=50); }
  80% {
    transform: scale(1.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5); }
  100% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5); } }
@-webkit-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }
  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5); }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5); } }
@-moz-keyframes outer-ripple {
  0% {
    transform: scale(1);
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1); }
  80% {
    transform: scale(2.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -o-transform: scale(2.5); }
  100% {
    transform: scale(3.5);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(3.5);
    -moz-transform: scale(3.5);
    -ms-transform: scale(3.5);
    -o-transform: scale(3.5); } }
@keyframes blink {
  from, to {
    opacity: 0; }
  50% {
    opacity: 1; } }
@-moz-keyframes blink {
  from, to {
    opacity: 0; }
  50% {
    opacity: 1; } }
@-webkit-keyframes blink {
  from, to {
    opacity: 0; }
  50% {
    opacity: 1; } }
@-ms-keyframes blink {
  from, to {
    opacity: 0; }
  50% {
    opacity: 1; } }
@-o-keyframes blink {
  from, to {
    opacity: 0; }
  50% {
    opacity: 1; } }
@keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 0.67; }
  100% {
    transform: scale(1.8);
    opacity: 0; } }
@-webkit-keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 0.67; }
  100% {
    transform: scale(1.8);
    opacity: 0; } }
@keyframes pulse-border-big {
  0% {
    transform: scale(1);
    opacity: 0.67; }
  100% {
    transform: scale(2.4);
    opacity: 0; } }
@-webkit-keyframes pulse-border-big {
  0% {
    transform: scale(1);
    opacity: 0.67; }
  100% {
    transform: scale(2.4);
    opacity: 0; } }
@keyframes push-scale-one {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.8); } }
@-webkit-keyframes push-scale-one {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.8); } }
@keyframes push-scale-two {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(2.4); } }
@-webkit-keyframes push-scale-two {
  0% {
    transform: scale(1);
    opacity: 0.67; }
  100% {
    transform: scale(2.4);
    opacity: 0; } }
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-5deg);
    transform: scale(0.9) rotate(-5deg); }
  50%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(5deg);
    transform: scale(1.1) rotate(5deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-5deg);
    transform: scale(1.1) rotate(-5deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-5deg);
    -ms-transform: scale(0.9) rotate(-5deg);
    transform: scale(0.9) rotate(-5deg); }
  50%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(5deg);
    -ms-transform: scale(1.1) rotate(5deg);
    transform: scale(1.1) rotate(5deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-5deg);
    -ms-transform: scale(1.1) rotate(-5deg);
    transform: scale(1.1) rotate(-5deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0); } }
.wow.skewIn.animated {
  -webkit-animation-name: xbSkewIn;
  animation-name: xbSkewIn;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-timing-function: cubic-bezier(0.67, 0.04, 0.3, 0.91);
  animation-timing-function: cubic-bezier(0.67, 0.04, 0.3, 0.91);
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

@-webkit-keyframes xbSkewIn {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes xbSkewIn {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.skewInImg {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1); }
  .skewInImg img {
    transform-origin: 50% 50%;
    transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    max-width: 100%;
    height: auto;
    transform: scale(1.5) translate(100px, 0px); }
  .skewInImg.animated {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); }
    .skewInImg.animated img {
      transform: scale(1) translate(0px, 0px); }

[data-aos=fade-up] {
  transform: translateY(50px); }

[data-aos=fade-down] {
  transform: translateY(-50px); }

[data-aos=fade-right] {
  transform: translate(-50px); }

[data-aos=fade-left] {
  transform: translate(50px); }

[data-aos=fade-up-right] {
  transform: translate(-50px, 50px); }

[data-aos=fade-up-left] {
  transform: translate(50px, 50px); }

[data-aos=fade-down-right] {
  transform: translate(-50px, -50px); }

[data-aos=fade-down-left] {
  transform: translate(50px, -50px); }

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: cubic-bezier(0.18, 0.57, 0.25, 0.97); }

@-webkit-keyframes xb-danceTop {
  16% {
    -webkit-transform: skew(-14deg);
    transform: skew(-14deg); }
  33% {
    -webkit-transform: skew(12deg);
    transform: skew(12deg); }
  49% {
    -webkit-transform: skew(-8deg);
    transform: skew(-8deg); }
  66% {
    -webkit-transform: skew(6deg);
    transform: skew(6deg); }
  83% {
    -webkit-transform: skew(-4deg);
    transform: skew(-4deg); } }
@keyframes xb-danceTop {
  16% {
    -webkit-transform: skew(-14deg);
    transform: skew(-14deg); }
  33% {
    -webkit-transform: skew(12deg);
    transform: skew(12deg); }
  49% {
    -webkit-transform: skew(-8deg);
    transform: skew(-8deg); }
  66% {
    -webkit-transform: skew(6deg);
    transform: skew(6deg); }
  83% {
    -webkit-transform: skew(-4deg);
    transform: skew(-4deg); } }
@keyframes xbzoominzoomup {
  0% {
    transform: scale(0.8); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(0.8); } }
.xbzoominzoomup {
  animation: xbzoominzoomup 5s linear infinite; }

@keyframes rotateme {
  0% {
    transform: rotate(0deg);
    opacity: 1; }
  50% {
    transform: rotate(-180deg); }
  100% {
    transform: rotate(-360deg);
    opacity: 1; } }
@keyframes rotateme2 {
  0% {
    transform: rotate(0deg);
    opacity: 1; }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg);
    opacity: 1; } }
.rotateme {
  animation-name: rotateme;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

.rotateme2 {
  animation-name: rotateme2;
  animation-duration: 12s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

.marquee-first {
  -webkit-animation: marquee 30s linear infinite;
  animation: marquee 30s linear infinite; }

.marquee-2 {
  -webkit-animation: marquee2 30s linear infinite;
  animation: marquee2 30s linear infinite; }

@-webkit-keyframes marquee {
  from {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes marquee {
  from {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes marquee2 {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  to {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }
@keyframes marquee2 {
  from {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  to {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }
.path {
  stroke-dasharray: 6;
  stroke-dashoffset: 6;
  animation: dash 4s linear infinite; }

@keyframes dash {
  0% {
    stroke-dashoffset: 100; }
  100% {
    stroke-dashoffset: 0; } }
.path_2 {
  stroke-dasharray: 6;
  stroke-dashoffset: 6;
  animation: dashTwo 4s linear infinite; }

@keyframes dashTwo {
  0% {
    stroke-dashoffset: 0; }
  100% {
    stroke-dashoffset: 100; } }
@keyframes phoneRinging {
  from {
    transform: rotate3d(0, 0, 1, 0deg); }
  20%, 32%, 44%, 56%, 68% {
    transform: rotate3d(0, 0, 1, 0deg); }
  23%, 35%, 47%, 59%, 71% {
    transform: rotate3d(0, 0, 1, 15deg); }
  26%, 38%, 50%, 62%, 74% {
    transform: rotate3d(0, 0, 1, 0deg); }
  29%, 41%, 53%, 65%, 77% {
    transform: rotate3d(0, 0, 1, -15deg); }
  80% {
    transform: rotate3d(0, 0, 1, 0deg); } }
.phoneRinging {
  animation: phoneRinging 1.5s infinite linear; }

@keyframes ring {
  0% {
    transform: rotate(0) scale(1) skew(1deg); }
  10% {
    transform: rotate(-15deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(30deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-15deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(30deg) scale(1) skew(1deg); }
  100%,
  50% {
    transform: rotate(0) scale(1) skew(1deg); } }
/*--
    - Overlay
------------------------------------------*/
[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  [data-overlay]::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 100%; }

/*-- Overlay Color --*/
[data-overlay="light"]::before {
  background-color: var(--color-white); }

[data-overlay="dark"]::before {
  background-color: var(--color-black); }

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
  opacity: 0.1; }

[data-opacity="2"]::before {
  opacity: 0.2; }

[data-opacity="3"]::before {
  opacity: 0.3; }

[data-opacity="4"]::before {
  opacity: 0.4; }

[data-opacity="5"]::before {
  opacity: 0.5; }

[data-opacity="6"]::before {
  opacity: 0.6; }

[data-opacity="7"]::before {
  opacity: 0.7; }

[data-opacity="8"]::before {
  opacity: 0.8; }

[data-opacity="9"]::before {
  opacity: 0.9; }

.header-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  background-color: var(--color-secondary);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  @media (max-width: 1199px) {
    .header-area .xb-header {
      padding: 10px 0; } }
  @media (max-width: 767px) {
    .header-area .xb-header {
      padding: 15px 0; } }

.stricked-menu .header-logo .logo01 {
  display: none; }
.stricked-menu .header-logo .logo02 {
  display: block; }

.stricked-menu {
  top: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  position: fixed;
  transition: 0.5s;
  visibility: hidden;
  background-color: #00020f;
  transform: translateY(-100%);
  box-shadow: 0 3px 18px rgba(2, 21, 78, 0.09); }

.stricked-menu.stricky-fixed {
  visibility: visible;
  transform: translateY(0%); }

.header-bar-mobile {
  margin-left: auto;
  margin-right: 30px; }
  @media (max-width: 767px) {
    .header-bar-mobile {
      margin-right: 0; } }

.header-btn .thm-btn {
  padding: 15px 0;
  font-size: 16px; }
  .header-btn .thm-btn .text {
    min-height: 60px;
    padding: 20px 20px 20px 30px; }
  .header-btn .thm-btn .arrow-icon {
    height: 42px;
    width: 42px; }
    .header-btn .thm-btn .arrow-icon svg {
      left: 7px;
      top: 7px; }

.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: 10px; }
      .main-menu ul li .submenu li {
        margin-right: 0;
        padding: 0 6px; }
      .main-menu ul li a {
        z-index: 3;
        font-size: 16px;
        font-weight: 500;
        padding: 9px 20px;
        position: relative;
        text-decoration: none;
        display: inline-block;
        letter-spacing: -0.01em;
        color: var(--color-white);
        text-transform: capitalize;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        border-radius: 23px;
        -webkit-border-radius: 23px;
        -moz-border-radius: 23px;
        -ms-border-radius: 23px;
        -o-border-radius: 23px;
        background: #00020f;
        border: 1px solid rgba(255, 255, 255, 0.1); }
        @media (max-width: 1199px) {
          .main-menu ul li a {
            padding: 6px 10px; } }
      .main-menu ul li.active > a, .main-menu ul li:hover > a {
        color: var(--color-white);
        background: #15192f; }
      .main-menu ul li.menu-item-has-children > a span::after {
        content: "+";
        display: inline-block;
        padding-left: 6px; }
      .main-menu ul li.menu-item-has-children:hover > .submenu {
        opacity: 1;
        visibility: visible;
        top: calc(100% + 0px); }
      .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: #fff;
        left: 0;
        padding: 6px 0;
        -webkit-transition: 200ms;
        -o-transition: 200ms;
        transition: 200ms;
        z-index: 3;
        top: calc(100% + 10px);
        text-align: left;
        box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.08);
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px; }
        .main-menu ul li .submenu li:not(:last-child) {
          margin-bottom: 1px; }
        .main-menu ul li .submenu li a {
          padding: 8px 22px;
          display: block;
          margin: 0;
          font-size: 16px;
          text-transform: capitalize;
          letter-spacing: 0;
          color: var(--color-black);
          border-radius: 0;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          -o-border-radius: 0; }
        .main-menu ul li .submenu ul {
          left: 100%;
          top: 0px; }
          .main-menu ul li .submenu ul::before {
            display: none; }

.mega_menu_wrapper {
  width: 100%;
  left: 0;
  right: 0;
  position: fixed;
  max-width: 1320px;
  margin: auto; }

.mega_menu_wrapper_inner {
  padding: 30px;
  padding-bottom: 40px;
  background: #fff;
  border: none;
  border-radius: 0px;
  z-index: 2;
  box-shadow: -2px 24px 52px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  overflow: hidden; }

.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 span::after {
  position: absolute;
  top: 9px;
  right: 15px;
  content: "\f105";
  font-size: 13px;
  font-family: 'Font Awesome 5 Pro';
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.main-menu ul li.megamenu .submenu {
  padding: 0;
  background: transparent;
  box-shadow: none !important;
  border: none; }

.stricked-menu .main-menu ul li.megamenu .submenu {
  position: fixed;
  left: 0;
  right: 0; }

.iconbox_block {
  padding: 50px 50px 42px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0 1px 2px 0 rgba(174, 191, 210, 0.3); }

.iconbox_block:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 30px 0 rgba(174, 191, 210, 0.3); }

.iconbox_block .iconbox_icon {
  width: 80px;
  height: 80px;
  flex: 0 0 auto;
  margin: 0 0 32px;
  border-radius: 100%;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  color: var(--color-primary-two);
  background-color: var(--bs-primary-bg-subtle); }

.iconbox_block .iconbox_icon svg {
  max-width: 40px; }

.iconbox_block .iconbox_title {
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 20px; }

.iconbox_block p {
  font-size: 16px; }

.iconbox_block.layout_icon_left {
  padding: 30px;
  display: inline-flex;
  align-items: flex-start;
  border-radius: var(--bs-border-radius); }

.iconbox_block.layout_icon_left .iconbox_icon {
  width: 70px;
  height: 70px;
  margin: 0 30px 0 0;
  border-radius: 10px; }

.iconbox_block.layout_icon_left .iconbox_icon svg {
  max-width: 32px; }

.iconbox_block.layout_icon_left .iconbox_title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 12px; }

.mega_menu_wrapper .iconbox_block_2 {
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  padding: 15px !important;
  padding-bottom: 12px !important;
  border: 1px solid #EFF0F3;
  margin-bottom: 10px !important;
  line-height: 1.3; }

.mega_menu_wrapper .iconbox_block_2 .icon_title_wrap {
  gap: 10px;
  display: flex !important;
  margin-bottom: 10px;
  align-items: flex-start; }

.mega_menu_wrapper .iconbox_block_2 .iconbox_icon {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  border-radius: 5px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  background-color: rgba(0, 68, 235, 0.1); }

.mega_menu_wrapper .iconbox_block_2 .iconbox_icon svg {
  height: 16px; }

.iconbox_block_2 .iconbox_icon img {
  max-width: 16px; }

.mega_menu_wrapper .iconbox_block_2 .iconbox_title {
  line-height: 1;
  margin: 6px 0 0;
  font-size: 20px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  @media (max-width: 1199px) {
    .mega_menu_wrapper .iconbox_block_2 .iconbox_title {
      font-size: 16px; } }

.mega_menu_wrapper .iconbox_block_2:hover .iconbox_title {
  color: var(--color-primary-two); }

.mega_menu_wrapper .iconbox_block_2 .badge {
  margin-top: 5px; }

.mega_menu_wrapper .iconbox_block_2 .description {
  font-size: 16px;
  color: #494D57;
  font-weight: 400;
  font-family: var(--font-body); }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .mega_menu_wrapper .iconbox_block_2 .description {
      font-size: 15px; } }

.mega_menu_wrapper .iconbox_block_2:hover {
  background-color: #E8EFFF; }

.mega_menu_wrapper .btn {
  display: inline-flex !important;
  margin: 0;
  border-radius: 50px !important;
  padding: 0 40px !important;
  color: #fff; }

.mega_menu_wrapper .btn:hover {
  background-color: var(--color-primary-two) !important;
  color: #fff !important; }

.review_short_info img {
  max-width: 128px; }

.review_short_info span {
  line-height: 1;
  font-size: 26px;
  font-weight: 700;
  margin-left: 15px;
  color: var(--color-primary-two); }

.review_short_info .review_counter {
  margin-top: 6px;
  font-size: 18px; }

.review_short_info .review_counter b {
  color: var(--bs-dark); }

.review_short_info_2 {
  display: flex;
  align-items: center;
  background-color: #F6F6F8;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border: 1px solid #E7E8EC; }

.review_short_info_2 .review_admin_logo {
  height: 60px;
  width: 110px;
  flex: 0 0 auto;
  align-items: center;
  display: inline-flex;
  justify-content: center;
  border-right: 1px solid #fff; }
  @media (max-width: 1199px) {
    .review_short_info_2 .review_admin_logo {
      width: 85px; } }

.review_admin_logo img {
  max-width: 72px; }

.review_short_info_2 .review_info_content {
  flex: 0 0 auto;
  padding: 2px 25px; }

.review_short_info_2 .rating_block {
  margin-bottom: 8px; }

.review_short_info_2 .rating_block > li {
  padding: 0 !important;
  font-size: 11px; }

.review_short_info_2 .review_counter {
  line-height: 1;
  font-size: 12px; }

.author_box .author_image {
  width: 90px;
  height: 90px;
  flex: 0 0 auto;
  border-radius: 5px;
  overflow: hidden;
  display: inline-flex;
  align-items: flex-end;
  justify-content: center; }

.mega_menu_wrapper .autpr_box {
  height: calc(100% + 70px);
  background-color: #0C111D;
  margin-right: -30px;
  margin-top: -30px;
  padding: 50px 30px 50px;
  position: relative;
  z-index: 1; }
  @media (max-width: 1199px) {
    .mega_menu_wrapper .autpr_box {
      margin-top: 30px;
      margin-right: 0;
      padding: 40px 20px 20px; } }

.author_box_quote {
  position: absolute;
  top: 50px;
  right: 53px;
  z-index: -1; }

.mega_menu_wrapper .author_box {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 50px; }

.author_box_content h3 {
  font-size: 16px;
  margin-bottom: 5px; }

.mega_menu_wrapper .site_author p {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  padding-right: 25px; }
  @media (max-width: 1199px) {
    .mega_menu_wrapper .site_author p {
      padding-right: 0;
      font-size: 16px; } }

.megamenu-btn {
  padding: 20px 30px !important;
  color: var(--color-white) !important;
  border-radius: 7px !important;
  -webkit-border-radius: 7px !important;
  -moz-border-radius: 7px !important;
  -ms-border-radius: 7px !important;
  -o-border-radius: 7px !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important; }
  .megamenu-btn:hover {
    color: var(--color-heading-two) !important; }

@media (max-width: 1199px) {
  .megamenu_pages_wrapper {
    margin-bottom: 30px !important; } }

.rating_block li {
  color: #FFB600;
  line-height: 1.2;
  font-size: 11px; }
  .rating_block li:not(:last-child) {
    margin-right: 4px !important; }

.mega_menu_wrapper_inner .btns_group {
  display: flex;
  align-items: center;
  gap: 20px 45px;
  list-style: none; }
  @media (max-width: 1199px) {
    .mega_menu_wrapper_inner .btns_group {
      flex-wrap: wrap; } }

.mega_menu_wrapper_inner .btns_group li {
  padding: 0 !important; }

.mega_menu_wrapper .social_area {
  display: flex;
  padding: 36px 0;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #E7E8EC;
  padding: 10px 10px 20px 10px; }
  @media (max-width: 1199px) {
    .mega_menu_wrapper .social_area {
      border: 0;
      flex-wrap: wrap; } }

.mega_menu_wrapper .social_area a {
  padding: 0 !important; }

.mega_menu_wrapper .social_icons_block {
  gap: 9px;
  display: flex;
  list-style: none; }

.social_inner {
  gap: 20px; }

.mega_menu_wrapper .social_icons_block li a:hover svg {
  filter: brightness(0%); }

.career_link {
  display: flex;
  gap: 7px;
  flex-wrap: wrap; }

.career_link a {
  color: #FF3400 !important;
  text-decoration: underline !important;
  line-height: 1.3 !important; }

.mega_menu_wrapper .social_icons_block a {
  width: auto;
  height: auto;
  border: none;
  background: none;
  font-size: 18px !important;
  background: none !important; }

.mega_menu_wrapper .social_icons_block a:hover {
  color: var(--color-primary-two); }

.mega_menu_wrapper .social_icons_block a [class*="fa-facebook"] {
  color: #3D6AD6 !important; }

.mega_menu_wrapper .social_icons_block a [class*="fa-twitter"] {
  color: #000000; }

.mega_menu_wrapper .social_icons_block a [class*="fa-linkedin"] {
  color: #0073B1; }

.mega_menu_wrapper .social_icons_block a [class*="fa-dribbble"] {
  color: #D31F61; }

.megamenu_widget_inner > .row {
  margin: 0 -50px; }
  @media (max-width: 1199px) {
    .megamenu_widget_inner > .row {
      margin: 0; } }

.mega_menu_wrapper .row:has(> [class*="col-"] > .megamenu_widget) > [class*="col-"] {
  padding: 0 50px 85px;
  margin-top: 67px; }
  @media (max-width: 1199px) {
    .mega_menu_wrapper .row:has(> [class*="col-"] > .megamenu_widget) > [class*="col-"] {
      padding: 0 10px;
      margin-top: 10px; } }

.mega_menu_wrapper .row:has(> [class*="col-"] > .megamenu_widget) > [class*="col-"]:not(:last-child) {
  border-style: solid;
  border-width: 0 1px 0 0;
  border-color: #E7E8EC; }
  @media (max-width: 1199px) {
    .mega_menu_wrapper .row:has(> [class*="col-"] > .megamenu_widget) > [class*="col-"]:not(:last-child) {
      border: 0; } }

.mega_menu_wrapper .megamenu_widget ul {
  gap: 29px 22px;
  flex-direction: column;
  list-style: none;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 1199px) {
    .mega_menu_wrapper .megamenu_widget ul {
      gap: 14px 22px; } }

.megamenu_widget_wrapper {
  padding: 0;
  padding-left: 70px; }

.mega_menu_wrapper .megamenu_widget ul li {
  padding: 0 !important; }

.mega_menu_wrapper .megamenu_widget ul li a {
  line-height: 1;
  padding: 0 !important;
  font-size: 22px !important;
  font-weight: 700;
  display: inline-block !important; }
  @media (max-width: 1199px) {
    .mega_menu_wrapper .megamenu_widget ul li a {
      font-size: 18px !important; } }

.mega_menu_wrapper .megamenu_widget ul li a:hover {
  color: var(--color-primary-two); }

.mega_menu_wrapper .megamenu_widget ul li a:hover,
.mega_menu_wrapper .megamenu_widget ul li:hover a {
  background-color: transparent !important; }

.mega_menu_wrapper .megamenu_widget ul li:hover a {
  color: var(--bs-dark) !important; }

.mega_menu_wrapper .megamenu_widget ul li a:hover {
  color: var(--color-primary-two) !important; }

.stricked-menu .main-menu .megamenu_widget ul li a {
  padding: 0 !important; }

.mega_menu_wrapper .social_icons_block li a:hover {
  background: transparent !important;
  border: transparent; }

.mega_menu_wrapper .social_icons_block li a svg {
  height: 16px; }

@media screen and (min-width: 992px) {
  .dropdown:hover > .mega_menu_wrapper {
    transform: translate(0%, 0px); } }
.megamenu_case {
  padding: 30px;
  height: 100%;
  background-color: #0C111D;
  margin-left: -43px; }
  @media (max-width: 1199px) {
    .megamenu_case {
      margin-left: 0; } }

.megamenu_case h3 {
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  color: var(--color-white);
  text-transform: uppercase; }

.megamenu_case h4 {
  line-height: 1;
  font-size: 24px;
  font-weight: 700;
  margin: 10px 0 0;
  color: var(--color-white); }

.megamenu_case img {
  margin: 50px 0 35px;
  display: block; }

.megamenu_case .btn {
  box-shadow: none;
  background-color: var(--color-white); }

.megamenu_case .btn:hover {
  color: var(--color-black) !important;
  background: var(--color-white) !important; }

.megamenu_btn {
  color: var(--color-white) !important;
  text-decoration: underline !important;
  font-size: 18px !important;
  display: flex !important;
  gap: 15px;
  padding: 0 !important; }

.sec-title .title {
  font-size: 52px;
  font-weight: 400;
  letter-spacing: -0.04em;
  color: var(--color-heading); }
  @media (max-width: 1199px) {
    .sec-title .title {
      font-size: 44px; } }
  @media (max-width: 767px) {
    .sec-title .title {
      font-size: 34px; } }
.sec-title p {
  line-height: 28px;
  color: var(--color-white); }
.sec-title .cta-content {
  font-size: 18px;
  font-weight: 600; }
.sec-title--md .title {
  font-size: 36px; }
  @media (max-width: 767px) {
    .sec-title--md .title {
      font-size: 30px; } }
.sec-title--xl .title {
  font-size: 62px;
  line-height: 80px;
  margin-bottom: 5px;
  letter-spacing: -0.06em; }
  @media (max-width: 1199px) {
    .sec-title--xl .title {
      font-size: 50px;
      line-height: 60px; } }
  @media (max-width: 767px) {
    .sec-title--xl .title {
      font-size: 34px;
      line-height: 50px; } }

.feature-item {
  margin-bottom: 20px;
  position: relative;
  padding: 40px 20px 32px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  backdrop-filter: blur(40px);
  box-shadow: 0 4px 24px -1px rgba(28, 9, 61, 0.2);
  background: linear-gradient(209deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%); }
  .feature-item::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    border-radius: inherit;
    background-image: url(../img/demo/noise.png);
    background-repeat: no-repeat;
    background-size: cover; }
  .feature-item .xb-item--icon {
    height: 81px;
    width: 81px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    margin-bottom: 30px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    background-color: rgba(0, 2, 15, 0.3); }
    .feature-item .xb-item--icon img {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
  .feature-item .xb-item--title {
    font-size: 20px;
    line-height: 30px; }
  .feature-item:hover .xb-item--icon img {
    transform: rotateY(180deg); }

.xb-feature-item-2 .xb-item--inner {
  overflow: hidden;
  padding: 20px 20px 25px;
  backdrop-filter: blur(40px);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  box-shadow: 0 4px 24px -1px rgba(28, 9, 61, 0.2);
  background: linear-gradient(209deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%); }
  .xb-feature-item-2 .xb-item--inner::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background-image: url(../img/demo/noise02.png);
    background-repeat: no-repeat;
    background-size: cover; }
.xb-feature-item-2 .xb-item--title {
  font-size: 22px;
  line-height: 1.3;
  margin: 30px 0 7px;
  letter-spacing: -0.04em; }
  @media (max-width: 991px) {
    .xb-feature-item-2 .xb-item--title {
      font-size: 21px; } }
.xb-feature-item-2 .xb-item--content {
  max-width: 328px; }
.xb-feature-item-2 .xb-item--sub_title {
  margin: 0 auto;
  display: inline-block; }
  .xb-feature-item-2 .xb-item--sub_title p {
    font-size: 16px;
    font-weight: 400;
    padding: 0 16px;
    position: relative;
    margin-bottom: 35px;
    display: inline-block;
    letter-spacing: -0.01em;
    color: var(--color-white);
    text-transform: capitalize; }
    .xb-feature-item-2 .xb-item--sub_title p::before, .xb-feature-item-2 .xb-item--sub_title p::after {
      position: absolute;
      content: '';
      left: 0;
      top: 50%;
      height: 8px;
      width: 8px;
      transform: translateY(-50%);
      border-radius: 100%;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      background: var(--color-primary); }
    .xb-feature-item-2 .xb-item--sub_title p::before {
      left: auto;
      right: 0; }
    .xb-feature-item-2 .xb-item--sub_title p span {
      font-weight: 600;
      color: var(--color-primary); }
.xb-feature-item-2 .xb-item--img {
  z-index: 1;
  position: relative;
  box-shadow: 0 4px 24px -1px rgba(28, 9, 61, 0.2); }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .xb-feature-item-2 .xb-item--img img {
      width: 100%; } }
  .xb-feature-item-2 .xb-item--img .circle {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%); }
    .xb-feature-item-2 .xb-item--img .circle img {
      max-width: 316px; }
      @media only screen and (min-width: 1200px) and (max-width: 1500px) {
        .xb-feature-item-2 .xb-item--img .circle img {
          max-width: 235px; } }
      @media (max-width: 1199px) {
        .xb-feature-item-2 .xb-item--img .circle img {
          max-width: 320px; } }
      @media (max-width: 991px) {
        .xb-feature-item-2 .xb-item--img .circle img {
          max-width: 235px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .xb-feature-item-2 .xb-item--img .circle img {
          max-width: 260px; } }
.xb-feature-item-2.big-item .xb-item--inner {
  padding: 0; }
.xb-feature-item-2.big-item .xb-item--holder {
  padding: 45px 80px 40px; }
.xb-feature-item-2.big-item .xb-item--title {
  font-size: 40px;
  margin: 0 0 8px;
  letter-spacing: -0.06em; }
  @media (max-width: 767px) {
    .xb-feature-item-2.big-item .xb-item--title {
      font-size: 28px; } }
.xb-feature-item-2.big-item .xb-item--content {
  max-width: 703px; }
@media (max-width: 1199px) {
  .xb-feature-item-2.big-item .xb-item--img {
    width: 100%; } }
.xb-feature-item-2.marquee-item .xb-item--inner {
  padding: 35px 0 30px; }

.xb-feature-items_box {
  gap: 30px;
  display: flex;
  flex-direction: column; }
  @media (max-width: 1199px) {
    .xb-feature-items_box {
      flex-direction: row;
      justify-content: space-between; } }
  @media (max-width: 767px) {
    .xb-feature-items_box {
      flex-direction: column; } }
  .xb-feature-items_box.left {
    margin-right: -15px; }
    @media (max-width: 1199px) {
      .xb-feature-items_box.left {
        margin-right: 0; } }
  .xb-feature-items_box.middle {
    display: flex;
    flex-direction: column;
    margin: 0 32px 0 30px; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .xb-feature-items_box.middle {
        margin: 0 15px; } }
    @media (max-width: 1199px) {
      .xb-feature-items_box.middle {
        margin: 0; } }
    @media (max-width: 1199px) {
      .xb-feature-items_box.middle .xb-item--img img {
        width: 100%; } }
    .xb-feature-items_box.middle .xb-item--holder {
      padding: 45px 100px 40px; }
      @media (max-width: 767px) {
        .xb-feature-items_box.middle .xb-item--holder {
          padding: 45px 25px 40px; } }
  .xb-feature-items_box.right {
    margin-left: -15px; }
    @media (max-width: 1199px) {
      .xb-feature-items_box.right {
        margin-left: 0; } }

.xb-feature-marquee-item {
  gap: 10px;
  display: inline-flex;
  align-items: center;
  padding: 10px 20px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: var(--color-secondary); }

.xb-feature-marquee-inner {
  gap: 10px;
  display: flex;
  overflow: hidden;
  margin-right: 10px; }

.xb-feature-marquee {
  overflow: hidden;
  margin: 0 2px; }
  .xb-feature-marquee:not(:last-child) {
    margin-bottom: 10px; }

.feature-top {
  gap: 30px; }
  .feature-top .sec-title {
    max-width: 700px; }
  .feature-top .shape {
    width: 326px;
    height: 62px;
    overflow: hidden;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px; }
    .feature-top .shape img {
      width: 100%; }

.xb-feature-shape .shape {
  z-index: -1;
  position: absolute; }
  .xb-feature-shape .shape--1 {
    left: -95px;
    bottom: 22px; }
    @media (max-width: 767px) {
      .xb-feature-shape .shape--1 {
        left: -51px;
        bottom: 22px;
        max-width: 115px; } }
  .xb-feature-shape .shape--2 {
    top: 140px;
    right: -73px; }
    @media (max-width: 767px) {
      .xb-feature-shape .shape--2 {
        display: none; } }

@media (max-width: 991px) {
  .feature-sec-title {
    margin: 0 0 70px !important; } }
@media (max-width: 767px) {
  .feature-sec-title {
    margin-bottom: 60px !important; } }
@media (max-width: 767px) {
  .feature-sec-title .title {
    margin-bottom: 20px; } }
.feature-sec-title .title span img {
  top: 25px !important;
  left: -29px !important;
  max-width: 110px !important; }
  @media (max-width: 767px) {
    .feature-sec-title .title span img {
      top: 0px !important;
      left: -20px !important;
      max-width: 90px !important; } }

.testimonial-item {
  text-align: center;
  margin: 0 auto;
  max-width: 378px; }
  .testimonial-item .xb-item--quote {
    margin-bottom: 25px; }
  .testimonial-item .xb-item--content {
    color: var(--color-white); }
  .testimonial-item .xb-item--author {
    gap: 15px; }
  .testimonial-item .xb-item--avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden; }
  .testimonial-item .xb-item--content {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 38px;
    letter-spacing: -0.04em;
    color: var(--color-white);
    font-family: var(--font-body); }
  .testimonial-item .xb-item--name {
    font-weight: 500;
    color: var(--color-white);
    font-family: var(--font-body); }

.testimonial-inner {
  padding: 113px 100px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  position: relative; }
  @media (max-width: 1199px) {
    .testimonial-inner {
      padding: 109px 70px; } }
  .testimonial-inner::before {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    content: "";
    z-index: -1;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    background: linear-gradient(80deg, rgba(118, 245, 188, 0.4) 4.7%, rgba(31, 149, 246, 0.4) 30.85%, rgba(235, 238, 249, 0.4) 52.07%);
    mix-blend-mode: luminosity; }

.testimonial-bg {
  background-image: url(../img/bg/tm_bg_1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.testimonial-bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.testimonial-inner-two::before {
  display: none; }

.testimonial-inner-two {
  padding: 45px 120px; }
  @media (max-width: 1199px) {
    .testimonial-inner-two {
      padding: 36px 80px; } }
  @media (max-width: 767px) {
    .testimonial-inner-two {
      padding: 36px 20px; } }
  .testimonial-inner-two .xb-item--quote {
    height: 35px;
    margin-bottom: 12px; }
    .testimonial-inner-two .xb-item--quote img {
      height: 100%; }
  .testimonial-inner-two .xb-item--content {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 23px; }
  .testimonial-inner-two .xb-item--avatar {
    width: 40px;
    height: 40px; }
  .testimonial-inner-two .xb-item--name {
    font-size: 18px; }

.testimonial-bg-img {
  z-index: -1; }
  .testimonial-bg-img img {
    width: 100%;
    height: 100%; }

.testimonial-swiper-nav .testimonial-swiper-btn {
  width: 36px;
  height: 46px;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: var(--color-secondary);
  border: 1px solid rgba(255, 255, 255, 0.15); }
  .testimonial-swiper-nav .testimonial-swiper-btn::after {
    display: none; }
.testimonial-swiper-nav .swiper-button-prev {
  left: 30px; }
  @media (max-width: 1199px) {
    .testimonial-swiper-nav .swiper-button-prev {
      left: 20px; } }
.testimonial-swiper-nav .swiper-button-next {
  right: 20px; }

@media (max-width: 991px) {
  .tes-sec-title {
    margin: 0 0 70px !important; } }
@media (max-width: 991px) {
  .tes-sec-title .title span img {
    left: -30px !important;
    top: 19px !important;
    max-width: 125px !important; } }
@media (max-width: 767px) {
  .tes-sec-title .title span img {
    top: -10px !important;
    left: -25px !important;
    max-width: 100px !important; } }

.cta-section {
  min-height: 704px;
  padding-top: 195px;
  padding-bottom: 200px; }
  @media (max-width: 767px) {
    .cta-section {
      min-height: 630px;
      padding-top: 150px;
      padding-bottom: 150px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .cta-section {
      min-height: 545px; } }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .cta-section.bg_img {
      background-position: center right; } }
  @media (max-width: 1199px) {
    .cta-section.bg_img {
      background-position: center right; } }
  @media (max-width: 991px) {
    .cta-section.bg_img {
      background-position: center center; } }

.cta-list li {
  font-weight: 500;
  padding-left: 30px;
  position: relative; }
  .cta-list li:not(:last-child) {
    margin-bottom: 20px; }
  .cta-list li span {
    position: absolute;
    top: 0;
    left: 0; }

.cta-img {
  margin-right: -113px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .cta-img {
      margin-right: 0; } }
  @media (max-width: 1199px) {
    .cta-img {
      margin-right: 0; } }

.cta-button .text {
  padding: 23.5px 21px 22.5px 30px !important; }

.xb-cta-shape .shape {
  z-index: -1;
  position: absolute; }
  @media (max-width: 1199px) {
    .xb-cta-shape .shape {
      max-width: 110px; } }
  @media (max-width: 767px) {
    .xb-cta-shape .shape {
      max-width: 100px; } }
  .xb-cta-shape .shape--1 {
    left: -90px;
    bottom: 0;
    transform: rotate(-75deg); }
    @media (max-width: 1199px) {
      .xb-cta-shape .shape--1 {
        left: -35px;
        bottom: -15px; } }
    @media (max-width: 767px) {
      .xb-cta-shape .shape--1 {
        left: -30px; } }
  .xb-cta-shape .shape--2 {
    bottom: -20px;
    right: -72px; }
    @media (max-width: 1199px) {
      .xb-cta-shape .shape--2 {
        right: -40px; } }
    @media (max-width: 767px) {
      .xb-cta-shape .shape--2 {
        right: -50px; } }

@media (max-width: 991px) {
  .cta-sec-title .title {
    padding-right: 20px; } }
@media (max-width: 767px) {
  .cta-sec-title .title {
    padding-right: 0; } }

.contact-top {
  gap: 30px; }
  @media (max-width: 767px) {
    .contact-top {
      flex-wrap: wrap !important; } }
  .contact-top .cont_item {
    background: #f9f9f9;
    padding: 16px 0;
    width: 33.333%;
    display: inline-flex;
    justify-content: center;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px; }
    @media (max-width: 767px) {
      .contact-top .cont_item {
        width: 100%; } }
    .contact-top .cont_item .xb-item--star {
      color: #FECE00; }
    .contact-top .cont_item .xb-item--rating_num {
      margin: 0 8px;
      font-weight: 700;
      font-size: 26px;
      color: var(--color-heading);
      letter-spacing: -0.01em;
      font-family: var(--font-heading); }
      @media (max-width: 991px) {
        .contact-top .cont_item .xb-item--rating_num {
          font-size: 22px; } }
    @media (max-width: 991px) {
      .contact-top .cont_item .xb-item--logo {
        max-width: 110px; } }
    @media (max-width: 767px) {
      .contact-top .cont_item .xb-item--logo {
        max-width: 130px; } }

.contact-wrap {
  padding: 57px 60px 60px;
  background-color: #f9f9f9;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; }
  @media (max-width: 767px) {
    .contact-wrap {
      padding: 57px 25px 60px; } }
  .contact-wrap .xb-item--sub-title {
    font-size: 14px;
    color: var(--color-heading);
    font-weight: 600; }
  .contact-wrap .xb-item--title {
    font-size: 30px;
    margin: 20px 0 43px;
    letter-spacing: 0em; }
    @media (max-width: 767px) {
      .contact-wrap .xb-item--title {
        font-size: 25px; } }
  .contact-wrap .contact-btn button {
    padding: 21px 40px 20px 40px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .contact-wrap .contact-btn button img {
      margin-left: 20px; }

.contact-form .input-field {
  margin-bottom: 30px; }
  .contact-form .input-field .img {
    position: absolute;
    left: 20px;
    top: 48%;
    transform: translateY(-50%);
    opacity: 0.5; }
  .contact-form .input-field input {
    height: 60px;
    padding: 0 20px 0 46px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: transparent;
    border: 1px solid #dde3e5; }
  .contact-form .input-field input:focus,
  .contact-form .input-field textarea:focus {
    border: 1px solid var(--color-primary); }
    .contact-form .input-field input:focus::placeholder,
    .contact-form .input-field textarea:focus::placeholder {
      color: var(--color-heading); }
    .contact-form .input-field input:focus ~ .img,
    .contact-form .input-field textarea:focus ~ .img {
      opacity: 1; }
  .contact-form .input-field.text-field textarea {
    height: 108px;
    padding: 17px 46px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: transparent;
    border: 1px solid #dde3e5; }
    .contact-form .input-field.text-field textarea:focus {
      border: 1px solid var(--color-primary); }
  .contact-form .input-field.text-field .img {
    left: 20px;
    top: 29px;
    opacity: 0.5; }

.contact-btn a {
  font-size: 20px;
  padding: 20.5px 37.5px; }
  .contact-btn a img {
    margin-left: 30px; }

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-info {
    text-align: center; } }
.contact-info .xb-item--img {
  overflow: hidden;
  display: inline-block;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; }
  @media only screen and (min-width: 1200px) {
    .contact-info .xb-item--img img {
      min-height: 464px;
      object-fit: cover; } }
.contact-info .xb-item--author {
  text-align: center;
  background: #fff;
  padding: 24px 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact-info .xb-item--author {
      width: 81%;
      display: inline-block; } }
.contact-info .xb-item--name {
  font-size: 24px;
  letter-spacing: 0em;
  margin-bottom: 5px; }

@media (max-width: 767px) {
  .social-icon {
    justify-content: center; } }
.social-icon li {
  width: 24%;
  z-index: 1;
  height: 80px;
  margin-top: 6px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: var(--color-white); }
  @media (max-width: 1199px) {
    .social-icon li {
      width: 23%; } }
  .social-icon li:not(:last-child) {
    margin-right: 5px; }
    @media (max-width: 1199px) {
      .social-icon li:not(:last-child) {
        margin-right: 8px; } }
    @media only screen and (max-width: 1023px) {
      .social-icon li:not(:last-child) {
        margin-right: 7px; } }
  .social-icon li::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transform: scale(0.8);
    background: #111112;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    z-index: -1; }
  .social-icon li span svg path {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .social-icon li:hover::before {
    opacity: 1;
    transform: scale(1); }
  .social-icon li:hover span svg path {
    fill: var(--color-white); }

.contact-two {
  padding: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; }

.cs-contact-wrap {
  padding: 60px;
  z-index: 1;
  min-height: 731px;
  position: relative;
  background: #010315;
  margin-right: 16px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; }
  @media (max-width: 1199px) {
    .cs-contact-wrap {
      padding: 60px 30px; } }
  .cs-contact-wrap::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    content: '';
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background-image: url(../img/bg/cont-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; }
  .cs-contact-wrap .sub-title {
    margin-bottom: 22px; }
  .cs-contact-wrap .xb-item--content {
    color: #a9a4c0;
    display: inline-block;
    margin-bottom: 27px; }
  .cs-contact-wrap .xb-item--cont_info li {
    align-items: center;
    font-family: var(--font-heading-two);
    font-weight: 700;
    font-size: 20px; }
    .cs-contact-wrap .xb-item--cont_info li:not(:last-child) {
      margin-bottom: 12px; }
    .cs-contact-wrap .xb-item--cont_info li span {
      height: 40px;
      width: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 20px;
      display: inline-flex;
      background: #E2EA46;
      border-radius: 40px;
      -webkit-border-radius: 40px;
      -moz-border-radius: 40px;
      -ms-border-radius: 40px;
      -o-border-radius: 40px; }
  .cs-contact-wrap .xb-item--img {
    position: absolute;
    bottom: 0;
    left: 0; }

.cs-contact-form {
  margin-right: 0;
  margin-left: 0; }
  .cs-contact-form .title {
    font-size: 22px;
    line-height: 32px; }
  .cs-contact-form .contact-form {
    margin-top: 25px; }
  .cs-contact-form .input-field {
    margin-bottom: 25px; }
    .cs-contact-form .input-field label {
      font-weight: 500;
      margin-bottom: 10px;
      letter-spacing: -0.01em; }
    .cs-contact-form .input-field .input-box {
      z-index: 1;
      position: relative;
      border-radius: 7px;
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      -ms-border-radius: 7px;
      -o-border-radius: 7px; }
      .cs-contact-form .input-field .input-box::before {
        content: '';
        position: absolute;
        top: -1px;
        left: -1px;
        right: -1px;
        bottom: -1px;
        z-index: -1;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
        background: linear-gradient(334deg, rgba(103, 128, 210, 0.4) 0%, rgba(47, 59, 141, 0.4) 100%); }
      .cs-contact-form .input-field .input-box input,
      .cs-contact-form .input-field .input-box textarea {
        color: #fff;
        border: none;
        padding-left: 20px;
        background: #1a1c2c;
        border-radius: 7px;
        -webkit-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px; }
      .cs-contact-form .input-field .input-box textarea {
        height: 100px; }
        .cs-contact-form .input-field .input-box textarea:focus {
          border: unset; }
  .cs-contact-form .contact-btn {
    margin-top: 13px; }
    .cs-contact-form .contact-btn button {
      background: transparent; }

.contact-bg .xb-shape {
  left: 0;
  bottom: 0;
  position: absolute; }

.cd-contact-form {
  background: #fff;
  padding: 70px 80px 75px;
  border: 1px solid #e7e8ec; }
  @media (max-width: 991px) {
    .cd-contact-form {
      padding: 40px 50px 55px; } }
  @media (max-width: 767px) {
    .cd-contact-form {
      padding: 30px 30px 35px; } }
  .cd-contact-form::before {
    display: none; }
  .cd-contact-form .xb-title {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 15px;
    color: var(--color-heading-two); }
  .cd-contact-form .xb-content {
    color: #494d57;
    line-height: 30px; }
  .cd-contact-form .contact-form {
    margin-top: 20px; }
  .cd-contact-form .input-field {
    margin-bottom: 35px; }
    .cd-contact-form .input-field label {
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 15px;
      letter-spacing: -0.01em;
      color: var(--color-heading-two); }
    .cd-contact-form .input-field .input-box::before {
      display: none; }
    .cd-contact-form .input-field .input-box input,
    .cd-contact-form .input-field .input-box textarea {
      padding-left: 20px;
      background: #f6f6f8;
      border: 1px solid #e7e8ec;
      color: var(--color-heading-two); }
      .cd-contact-form .input-field .input-box input:focus,
      .cd-contact-form .input-field .input-box textarea:focus {
        border: 1px solid var(--color-primary-two); }
    .cd-contact-form .input-field .input-box textarea {
      min-height: 154px; }

.cp-contact-bottom .xb-item--download-btn {
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0em;
  color: #85888e;
  padding: 12px 30px;
  margin-bottom: 20px;
  background: var(--color-white);
  border: 1px solid #85888e;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px; }
  .cp-contact-bottom .xb-item--download-btn img {
    margin-right: 10px; }
.cp-contact-bottom .xb-item--content {
  font-size: 18px;
  font-weight: 500;
  color: #494d57;
  display: block;
  margin-bottom: 0; }
  .cp-contact-bottom .xb-item--content span {
    color: var(--color-heading-two); }

.item-contact_form {
  margin: 0;
  margin-right: 65px;
  min-height: 708px;
  padding: 40px 50px 50px; }
  .item-contact_form .contact-form {
    margin-top: 26px; }
  .item-contact_form .input-field {
    margin-bottom: 25px; }

.item-contact_info {
  padding: 40px 50px;
  margin-left: -40px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border: 1px solid #e7e8ec;
  background: var(--color-white); }
  .item-contact_info .xb-item--top {
    margin-bottom: 36px;
    border-bottom: 1px solid #e7e8ec; }
    .item-contact_info .xb-item--top span {
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 20px;
      display: block; }
      .item-contact_info .xb-item--top span img {
        margin-right: 10px; }
  .item-contact_info .xb-item--title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px; }
  .item-contact_info .social_icons_block {
    margin: 37px 0 30px; }
    .item-contact_info .social_icons_block li a {
      height: 45px;
      width: 45px;
      font-size: 18px; }
  .item-contact_info .breack-line {
    margin: 35px 0 37px; }

.contact-info_widget:not(:last-child) {
  margin-bottom: 34px; }
.contact-info_widget .xb-title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  text-transform: capitalize; }
.contact-info_widget .xb-location {
  font-weight: 500; }

.gmap_canvas {
  margin-bottom: -219px; }
  .gmap_canvas iframe {
    width: 100%;
    height: 687px;
    display: block; }

.cp-contact-bottom label {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  letter-spacing: -0.01em;
  color: var(--color-heading-two); }
.cp-contact-bottom input {
  display: block;
  margin-bottom: 30px; }

.sidebar {
  margin-left: 80px; }
  @media (max-width: 1199px) {
    .sidebar {
      margin-left: 40px; } }
  @media (max-width: 991px) {
    .sidebar {
      margin-left: 0; } }
  .sidebar .sidebar_widget:not(:last-child) {
    margin-bottom: 70px; }

.sidebar_widget_title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 27px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--color-heading-two); }

.form-group {
  position: relative; }
  .form-group .form-control {
    height: 60px;
    padding-right: 70px;
    background: var(--color-white);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: 1px solid #e7e8ec; }
    .form-group .form-control:focus {
      box-shadow: none;
      border: 1px solid var(--color-primary-two); }
  .form-group .search_icon {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 10px 10px 0;
    background: var(--color-primary-two); }

.recent_post_block .recent_post_item {
  padding: 25px 30px;
  background: var(--color-white);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 1px solid #e7e8ec; }
  .recent_post_block .recent_post_item:not(:last-child) {
    margin-bottom: 30px; }
  .recent_post_block .recent_post_item .post-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 26px;
    letter-spacing: 0.01em; }
    .recent_post_block .recent_post_item .post-title a {
      color: currentColor; }
  .recent_post_block .recent_post_item span {
    font-weight: 500; }
    .recent_post_block .recent_post_item span img {
      margin-right: 10px; }

.category_list_block li {
  border-bottom: 1px solid #e7e8ec; }
.category_list_block a {
  display: flex;
  padding: 12px 0 16px;
  font-size: 20px;
  font-weight: 500;
  align-items: center;
  justify-content: space-between; }
  .category_list_block a span {
    gap: 10px;
    font-weight: 500;
    align-items: center;
    display: inline-flex;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: var(--color-default); }
    .category_list_block a span:first-child {
      transform: translateX(-24px); }
      .category_list_block a span:first-child i {
        opacity: 0;
        color: inherit;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        transform: rotate(-45deg); }
  .category_list_block a:hover span {
    color: var(--color-primary-two); }
    .category_list_block a:hover span:first-child {
      transform: translateX(0px); }
      .category_list_block a:hover span:first-child i {
        opacity: 1; }

.tags_block li {
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 10px; }
  .tags_block li a {
    font-weight: 500;
    font-size: 14px;
    color: #494d57;
    padding: 6px 19px;
    border: 1px solid #e7e8ec;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: var(--color-white); }
  .tags_block li:hover a {
    color: var(--color-white);
    border: 1px solid #0f55dc;
    background: var(--color-primary-two); }

/*----------------------------------------*/
/*  03. globel
/*----------------------------------------*/
@media (min-width: 1024px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1320px;
    padding-left: 15px;
    padding-right: 15px; } }
.bg-white {
  background: var(--color-white); }

.mxw_1750 {
  max-width: 1750px; }

.mxw_1660 {
  max-width: 1660px; }

.mxw_1820 {
  max-width: 1820px; }

.pd-70 {
  padding: 0 70px; }

@media (max-width: 991px) {
  .container.px-60 {
    padding-left: 15px;
    padding-right: 15px; } }

.g-10 {
  margin: 0 -5px; }
  .g-10 > * {
    padding-left: 5px;
    padding-right: 5px; }

.g-20 {
  margin: 0 -10px; }
  .g-20 > * {
    padding-left: 10px;
    padding-right: 10px; }

.g-5 {
  margin: 0 -3px; }
  .g-5 > * {
    padding-left: 3px;
    padding-right: 3px;
    margin-top: 0 !important; }

.g-86 {
  margin: 0 -43px; }
  .g-86 > * {
    padding-left: 43px;
    padding-right: 43px; }

.o-hidden {
  overflow: hidden; }

.o-clip {
  overflow: clip; }

.bg-yellow {
  background: var(--color-yellow) !important;
  color: var(--color-heading-two) !important; }

.m-lr {
  margin-left: 160px;
  margin-right: 160px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .m-lr {
      margin-left: 10px;
      margin-right: 10px; } }
  @media (max-width: 1199px) {
    .m-lr {
      margin-left: 10px;
      margin-right: 10px; } }

.xb-border {
  position: relative; }
  .xb-border::after {
    content: "";
    inset: 0;
    padding: 1px;
    z-index: -1;
    position: absolute;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background: linear-gradient(146deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.2) 19.3%, rgba(255, 255, 255, 0.06) 62.02%, rgba(255, 255, 255, 0.4) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none; }

.item_bg {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  backdrop-filter: blur(40px);
  box-shadow: 0 4px 4px 0 #e0eaf4;
  box-shadow: 0 4px 24px -1px rgba(28, 9, 61, 0.2);
  background: linear-gradient(209deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.05) 100%); }
  .item_bg::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    border-radius: inherit;
    background-image: url(../img/demo/noise02.png);
    background-repeat: no-repeat;
    background-size: cover; }

.border-blue::before {
  background: #0f55dc !important; }

.border-sky::before {
  background: #3cc !important; }

.clr-white {
  color: #fff !important; }

.clr-blue {
  background: #0f55dc !important; }

.clr-sky {
  background: #3cc !important; }

.clr-orange {
  background: #f65a0b !important; }

.tagcloud, .tags-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin: -10px; }
  .tagcloud a, .tags-links a {
    display: block;
    color: #5D6A83;
    border: 1px solid #EEE5E5;
    background-color: var(--color-white);
    min-height: 36px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 500;
    padding: 4px 17px;
    margin: 7px;
    position: relative;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px; }
    .tagcloud a:hover, .tags-links a:hover {
      color: var(--color-white);
      background-color: var(--color-primary);
      border-color: var(--color-primary); }

.body-overlay {
  background-color: #000000;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1010;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear 0s;
  transition: all 600ms ease;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease; }

.tags-links a {
  min-height: 32px;
  padding: 2px 17px; }

.body-overlay.active {
  opacity: .5;
  visibility: visible; }

.demo-senior-care .body_wrap {
  background-color: var(--color-white);
  padding-left: 80px;
  padding-right: 80px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .demo-senior-care .body_wrap {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 1199px) {
    .demo-senior-care .body_wrap {
      padding: 0; } }

.post-tags li {
  font-size: 15px;
  text-transform: capitalize;
  position: relative; }
  .post-tags li:not(:first-child, :last-child) {
    margin-right: 11px;
    padding-right: 15px; }
    .post-tags li:not(:first-child, :last-child)::before {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 5px;
      height: 5px;
      background-color: var(--color-primary);
      border-radius: 50%;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      content: ""; }
  .post-tags li span {
    display: inline-block;
    background-color: var(--color-primary);
    padding: 0px 10px;
    line-height: 25px;
    color: var(--color-white);
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    margin-right: 12px; }
  .post-tags li a {
    color: var(--color-black); }
    .post-tags li a:hover {
      color: var(--color-black); }

.mfp-zoom-in .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9); }

.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

body .mfp-wrap .mfp-container .mfp-content .mfp-close {
  padding: 0;
  right: 0;
  text-align: center;
  top: -36px;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: var(--color-white);
  cursor: pointer;
  opacity: 1;
  font-size: 0;
  border: 9px solid transparent;
  position: absolute; }

body .mfp-wrap .mfp-container .mfp-content .mfp-figure .mfp-close {
  top: 4px; }

body .mfp-wrap .mfp-container .mfp-content .mfp-close::before, body .mfp-wrap .mfp-container .mfp-content .mfp-close::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #222; }

body .mfp-wrap .mfp-container .mfp-content .mfp-close::before {
  -webkit-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

body .mfp-wrap .mfp-container .mfp-content .mfp-close::after {
  -webkit-transform: rotate(-45deg);
  -khtml-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover::before, body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover::after {
  -webkit-transform: rotate(0);
  -khtml-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0); }

body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover::before, body .mfp-wrap .mfp-container .mfp-content .mfp-close:hover::after {
  -webkit-transform: rotate(0);
  -khtml-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0); }

.mfp-iframe-holder .mfp-content {
  max-width: 1170px; }

.xb-carousel-inner {
  margin: -30px; }

.xb-swiper-sliders {
  position: relative; }

.xb-swiper-container {
  overflow: hidden;
  padding: 30px; }

.xb-swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.xb-swiper-slide:not(.swiper-slide-visible) {
  opacity: 0; }

.xb-swiper-slide {
  -webkit-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
  -khtml-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
  -ms-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
  -o-transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
  transition: opacity 0.25s cubic-bezier(0.71, 0.02, 0.31, 1);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

.z-index-2 {
  z-index: 2;
  position: relative; }

.xb-overlay {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.xb-overlay-link {
  z-index: 1; }

.text-12 {
  font-size: 12px; }

.letter-spacing-0 {
  letter-spacing: 0; }

@media (max-width: 991px) {
  .margin-none-md {
    margin-bottom: 0; } }

@media (max-width: 767px) {
  .mb-30-xs {
    margin-bottom: 30px; } }

.br-20 {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px; }

.z-1 {
  z-index: 1; }

.z-3 {
  position: relative;
  z-index: 3; }

.ml-auto {
  margin-left: auto; }

.align-end {
  align-items: flex-end; }

.xb-hover-zoom:hover .xb-item--img img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08); }
.xb-hover-zoom .xb-item--img {
  overflow: hidden; }
  .xb-hover-zoom .xb-item--img img {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }

.xb-law-swiper-arrow .xb-swiper-arrow {
  border: 1px solid rgba(255, 255, 255, 0.12);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: var(--color-white);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .xb-law-swiper-arrow .xb-swiper-arrow.xb-swiper-arrow-next {
    margin-left: 10px; }
  .xb-law-swiper-arrow .xb-swiper-arrow:hover, .xb-law-swiper-arrow .xb-swiper-arrow.xb-swiper-arrow-next {
    color: var(--color-law);
    background-color: var(--color-white); }

.xb-law-swiper-arrow-main-color .xb-swiper-arrow {
  background-color: var(--color-law);
  color: var(--color-white); }

.pagination-style1 {
  bottom: -60px; }
  .pagination-style1 .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: #162432; }
  .pagination-style1.style-white .swiper-pagination-bullet {
    background-color: var(--color-white); }

.text-heading {
  color: var(--color-heading); }

.text-24 {
  font-size: 24px; }

.weight-medium {
  font-weight: 500; }

.xb-blur {
  background: var(--color-primary);
  filter: blur(139px);
  height: 481px;
  width: 481px;
  border-radius: 50%;
  z-index: -2; }
  @media (max-width: 991px) {
    .xb-blur {
      height: 300px;
      width: 300px; } }
  @media (max-width: 767px) {
    .xb-blur {
      height: 150px;
      width: 150px; } }

.row.g-150 {
  margin-left: -75px;
  margin-right: -75px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .row.g-150 {
      margin-left: -35px;
      margin-right: -35px; } }
  @media (max-width: 1199px) {
    .row.g-150 {
      margin-left: -20px;
      margin-right: -20px; } }
  .row.g-150 > * {
    padding-left: 75px;
    padding-right: 75px; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .row.g-150 > * {
        padding-left: 35px;
        padding-right: 35px; } }
    @media (max-width: 1199px) {
      .row.g-150 > * {
        padding-left: 20px;
        padding-right: 20px; } }

.line_wrap {
  top: 0px;
  bottom: 0px;
  width: 100%;
  display: block;
  position: absolute;
  max-width: 1292px;
  margin: auto; }
  @media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .line_wrap {
      max-width: 1171px; } }
  @media (max-width: 1199px) {
    .line_wrap {
      display: none; } }
  .line_wrap .xb-line::before, .line_wrap .xb-line::after {
    position: absolute;
    top: 0;
    left: -1px;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.18);
    content: "";
    z-index: 2; }
  .line_wrap .xb-line::after {
    left: auto;
    right: 1px; }

.xb-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }
  .xb-svg svg {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: visible; }

.xb-sticky {
  position: sticky;
  top: 0;
  z-index: 1; }

.hero {
  z-index: 1;
  min-height: 920px;
  padding-top: 240px; }
  @media (max-width: 991px) {
    .hero {
      min-height: 800px;
      padding-top: 215px; } }
  @media (max-width: 767px) {
    .hero {
      min-height: 760px;
      padding-top: 140px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero {
      min-height: 680px; } }

.hero-content {
  z-index: 2;
  position: relative; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .hero-content {
      margin-right: -200px; } }
  .hero-content .sub-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--color-white);
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .hero-content .sub-title {
        font-size: 14px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .hero-content .sub-title {
        font-size: 16px; } }
  .hero-content .title {
    font-size: 62px;
    font-weight: 500;
    line-height: 100px;
    margin-bottom: 20px;
    letter-spacing: -0.06em; }
    @media (max-width: 991px) {
      .hero-content .title {
        font-size: 50px;
        line-height: 80px;
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .hero-content .title {
        font-size: 36px;
        line-height: 52px; } }
    .hero-content .title .xb-title-typewriter {
      padding: 8px 30px;
      margin-left: 10px;
      display: inline-flex;
      white-space: nowrap;
      position: relative;
      overflow: hidden;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      border-radius: 200px;
      -webkit-border-radius: 200px;
      -moz-border-radius: 200px;
      -ms-border-radius: 200px;
      -o-border-radius: 200px;
      background: var(--color-secondary);
      border: 1px solid rgba(255, 255, 255, 0.2); }
      @media (max-width: 767px) {
        .hero-content .title .xb-title-typewriter {
          margin-left: 0;
          margin-top: 10px; } }
      .hero-content .title .xb-title-typewriter .xb-item-text {
        gap: 20px;
        display: flex;
        align-items: center;
        font-size: 55px;
        line-height: 1.2;
        position: absolute;
        top: 0;
        opacity: 0;
        letter-spacing: -0.06em;
        background: linear-gradient(64deg, #2c32fe 0%, #00a4af 49%, #00ff97 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
        @media (max-width: 991px) {
          .hero-content .title .xb-title-typewriter .xb-item-text {
            font-size: 40px; } }
        @media (max-width: 767px) {
          .hero-content .title .xb-title-typewriter .xb-item-text {
            font-size: 28px; } }
        .hero-content .title .xb-title-typewriter .xb-item-text.is-active {
          opacity: 1;
          position: relative;
          animation: txKeywordRotatingIn 0.8s cubic-bezier(0.86, 0, 0.07, 1) both; }
        .hero-content .title .xb-title-typewriter .xb-item-text:not(.is-active) {
          animation: pxlKeywordRotatingOut 0.8s cubic-bezier(0.86, 0, 0.07, 1) both; }
        @media (max-width: 991px) {
          .hero-content .title .xb-title-typewriter .xb-item-text img {
            max-width: 45px; } }
        @media (max-width: 767px) {
          .hero-content .title .xb-title-typewriter .xb-item-text img {
            max-width: 30px; } }
        .hero-content .title .xb-title-typewriter .xb-item-text .text {
          padding-top: 16px;
          padding-right: 5px; }
          @media (max-width: 767px) {
            .hero-content .title .xb-title-typewriter .xb-item-text .text {
              padding-top: 5px; } }
  .hero-content .content {
    font-size: 18px;
    line-height: 30px;
    max-width: 620px;
    margin-bottom: 72px; }

@keyframes txKeywordRotatingIn {
  from {
    transform: translateY(70%) rotateX(-100deg);
    opacity: 0; }
  to {
    transform: translateY(0) rotateX(0);
    opacity: 1; } }
@keyframes pxlKeywordRotatingOut {
  from {
    transform: translateY(0) rotateX(0);
    opacity: 1; }
  to {
    transform: translateY(-70%) rotateX(100deg);
    opacity: 0; } }
.xb-hero-img .img {
  position: absolute; }
  @media (max-width: 767px) {
    .xb-hero-img .img {
      display: none; } }
  .xb-hero-img .img--1 {
    bottom: -62%;
    right: -13%;
    animation: hero-slide-img 20s linear infinite; }
    @media only screen and (min-width: 1500px) and (max-width: 1600px) {
      .xb-hero-img .img--1 {
        bottom: -50%; } }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .xb-hero-img .img--1 {
        right: -44%;
        bottom: -75%; } }
    @media only screen and (min-width: 1200px) and (max-width: 1300px) {
      .xb-hero-img .img--1 {
        right: -64%; } }
    @media (max-width: 1199px) {
      .xb-hero-img .img--1 {
        right: -30%;
        bottom: -54%; } }
  .xb-hero-img .img--2 {
    right: -56%;
    bottom: -64%;
    animation: hero-slide-img2 20s linear infinite; }
    @media only screen and (min-width: 1500px) and (max-width: 1600px) {
      .xb-hero-img .img--2 {
        bottom: -82%; } }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .xb-hero-img .img--2 {
        right: -15%;
        bottom: -39%; } }
    @media only screen and (min-width: 1200px) and (max-width: 1300px) {
      .xb-hero-img .img--2 {
        bottom: -40%;
        right: -30%; } }
    @media (max-width: 1199px) {
      .xb-hero-img .img--2 {
        right: -18%;
        bottom: -28%; } }
    @media (max-width: 991px) {
      .xb-hero-img .img--2 {
        bottom: -31%; } }
  .xb-hero-img .img--3 {
    bottom: 0;
    right: 186px; }

@keyframes hero-slide-img {
  from {
    transform: translate(0%, 0%); }
  to {
    transform: translate(28%, -29%); } }
@keyframes hero-slide-img2 {
  from {
    transform: translate(28%, -29%); }
  to {
    transform: translate(0%, 0%); } }
/*----------------------------------------*/
/*  14. cursor
/*----------------------------------------*/
.xb-cursor,
.xb-cursor-section {
  visibility: hidden;
  position: fixed;
  pointer-events: none;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  pointer-events: none;
  top: 0;
  left: 0; }

.xb-cursor .xb-cursor-wrapper,
.xb-cursor-section .xb-cursor-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }

.xb-cursor .xb-cursor--follower,
.xb-cursor-section .xb-cursor--follower {
  position: absolute;
  background-color: var(--color-primary);
  opacity: .25;
  border-radius: 100%;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), background-color 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.xb-cursor.style-2 .xb-cursor--follower {
  background-color: var(--color-primary-2); }

.xb-cursor .xb-cursor--label,
.xb-cursor-section .xb-cursor--label {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 15px;
  transform: scale(0);
  will-change: transform,opacity;
  -webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }

.xb-cursor .xb-cursor--drap,
.xb-cursor-section .xb-cursor--drap {
  line-height: 87px;
  text-align: center;
  width: 87px;
  height: 87px;
  background-color: #000;
  font-size: 0;
  -webkit-border-radius: 87px;
  -khtml-border-radius: 87px;
  -moz-border-radius: 87px;
  -ms-border-radius: 87px;
  -o-border-radius: 87px;
  border-radius: 87px;
  -webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(0);
  will-change: transform,opacity;
  color: #fff; }

.xb-cursor .xb-cursor--drap:before,
.xb-cursor-section .xb-cursor--drap:before,
.xb-cursor .xb-cursor--drap:after,
.xb-cursor-section .xb-cursor--drap:after {
  content: "\f10b";
  font-family: caseicon;
  font-size: 10px;
  display: inline-flex; }

.xb-cursor .xb-cursor--drap:before,
.xb-cursor-section .xb-cursor--drap:before {
  -webkit-transform: scaleX(-1);
  -khtml-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1); }

.xb-cursor .xb-cursor--drap:after,
.xb-cursor.is-enabled,
.xb-cursor-section.is-enabled {
  visibility: visible; }

.xb-cursor.is-hidden .xb-cursor-wrapper,
.xb-cursor-section.is-hidden .xb-cursor-wrapper {
  transform: scale(0) !important; }

.xb-cursor.is-mouse-down .xb-cursor-wrapper,
.xb-cursor-section.is-mouse-down .xb-cursor-wrapper {
  transform: scale(0.8); }

.xb-cursor.is-active .xb-cursor--follower,
.xb-cursor-section.is-active .xb-cursor--follower {
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  -khtml-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
  -webkit-transform: scale(4);
  -khtml-transform: scale(4);
  -moz-transform: scale(4);
  -ms-transform: scale(4);
  -o-transform: scale(4);
  transform: scale(4);
  opacity: 0; }

.demo-item .xb-item--inner {
  z-index: 1;
  padding: 30px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  backdrop-filter: blur(40px);
  box-shadow: 0 4px 24px -1px rgba(28, 9, 61, 0.2);
  background: linear-gradient(209deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%); }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .demo-item .xb-item--inner {
      padding: 20px; } }
  @media (max-width: 1199px) {
    .demo-item .xb-item--inner {
      padding: 20px; } }
  .demo-item .xb-item--inner:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    inset: 0;
    opacity: 0;
    z-index: -1;
    border-radius: inherit;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: var(--color-primary); }
.demo-item .xb-item--image {
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px; }
  .demo-item .xb-item--image img {
    width: 100%; }
.demo-item .xb-item--holder {
  gap: 20px;
  margin: 40px 0 10px;
  text-align: center; }
  .demo-item .xb-item--holder h3 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.04em;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: var(--color-white); }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .demo-item .xb-item--holder h3 {
        font-size: 24px; } }
    @media (max-width: 1199px) {
      .demo-item .xb-item--holder h3 {
        font-size: 24px; } }
  .demo-item .xb-item--holder span {
    font-size: 14px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    color: var(--color-white); }
.demo-item:hover .xb-item--inner::before {
  opacity: 1; }
.demo-item:hover .xb-item--holder h3,
.demo-item:hover .xb-item--holder span {
  color: var(--color-secondary); }

.demo-sec-title {
  padding: 0 60px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .demo-sec-title {
      padding: 0; } }
  @media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .demo-sec-title {
      margin: 0 -50px 70px; } }
  @media (max-width: 1199px) {
    .demo-sec-title {
      padding: 0;
      margin: 0 -50px 70px; } }
  @media (max-width: 991px) {
    .demo-sec-title {
      margin: 0 40px 70px; } }
  @media (max-width: 767px) {
    .demo-sec-title {
      margin: 0 0 70px; } }
  .demo-sec-title .title {
    line-height: 15px; }
    @media (max-width: 767px) {
      .demo-sec-title .title {
        line-height: 50px; } }
    .demo-sec-title .title span {
      height: 80px;
      width: 60px;
      position: relative;
      display: inline-block; }
      @media (max-width: 767px) {
        .demo-sec-title .title span {
          height: 40px;
          width: 40px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .demo-sec-title .title span {
          width: 50px; } }
      .demo-sec-title .title span img {
        position: absolute;
        left: -48px;
        top: 9px;
        max-width: 160px; }
        @media (max-width: 767px) {
          .demo-sec-title .title span img {
            top: -10px;
            left: -30px;
            max-width: 115px; } }
        @media only screen and (min-width: 576px) and (max-width: 767px) {
          .demo-sec-title .title span img {
            left: -30px; } }

@media (max-width: 767px) {
  .sec-title.mb-110 {
    margin-bottom: 50px; } }

@media (max-width: 1199px) {
  .demo {
    padding-top: 165px; } }
@media (max-width: 767px) {
  .demo {
    padding-top: 145px; } }
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .demo {
    padding-top: 140px; } }

.responsive-inner {
  gap: 30px;
  padding: 70px;
  padding-bottom: 62px;
  padding-right: 115px; }
  @media (max-width: 1199px) {
    .responsive-inner {
      padding: 70px 50px 62px; } }
  @media (max-width: 991px) {
    .responsive-inner {
      padding: 60px; } }
  @media (max-width: 767px) {
    .responsive-inner {
      padding: 50px 30px; } }

.responsive-item {
  max-width: 275px; }
  .responsive-item .xb-item--icon {
    width: 55px;
    height: 55px;
    padding: 1px;
    position: relative;
    margin-bottom: 30px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    background: linear-gradient(152deg, rgba(0, 255, 151, 0.4) 0%, rgba(44, 50, 254, 0.4) 66.45%); }
    .responsive-item .xb-item--icon .img {
      height: 100%;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: inherit;
      background: #00020f; }
  .responsive-item .xb-item--title {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 15px; }
  .responsive-item .xb-item--content {
    font-size: 16px;
    line-height: 26px;
    color: var(--color-white); }

.responsive-laptop {
  gap: 30px;
  flex-wrap: nowrap;
  overflow: hidden;
  padding: 55px 0 50px 70px; }
  @media (max-width: 991px) {
    .responsive-laptop {
      gap: 50px;
      padding: 60px;
      flex-wrap: wrap; } }
  @media (max-width: 767px) {
    .responsive-laptop {
      padding: 50px 26px; } }

.responsive-laptop-img {
  margin-right: -25px; }
  @media only screen and (min-width: 1200px) and (max-width: 1500px) {
    .responsive-laptop-img {
      max-width: 600px; } }
  @media (max-width: 1199px) {
    .responsive-laptop-img {
      max-width: 500px; } }
  @media (max-width: 1023px) {
    .responsive-laptop-img {
      max-width: 420px; } }
  @media (max-width: 767px) {
    .responsive-laptop-img {
      margin-right: -6px; } }

.responsive-tag {
  gap: 10px;
  margin-top: 65px;
  max-width: 260px; }
  @media (max-width: 1199px) {
    .responsive-tag {
      margin-top: 50px; } }
  .responsive-tag li {
    font-size: 15px;
    font-weight: 500;
    padding: 4px 20px;
    display: inline-block;
    color: var(--color-white);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: var(--color-secondary); }

.responsive-tablet {
  gap: 30px;
  overflow: hidden;
  padding: 60px 0 0 70px; }
  @media (max-width: 1199px) {
    .responsive-tablet {
      padding: 45px 0 0 40px; } }
  @media (max-width: 767px) {
    .responsive-tablet {
      padding: 40px 0 0 30px; } }

.responsive-mobile {
  gap: 30px;
  overflow: hidden;
  padding: 60px 0 0 70px; }
  @media (max-width: 1199px) {
    .responsive-mobile {
      padding: 45px 0 0 40px; } }
  @media (max-width: 767px) {
    .responsive-mobile {
      padding: 40px 0 0 30px; } }
  .responsive-mobile .responsive-mobile-img {
    margin-bottom: -27px; }

.responsive-wrap {
  gap: 30px 40px;
  padding: 60px 70px;
  overflow: hidden; }
  @media (max-width: 1199px) {
    .responsive-wrap {
      padding: 60px 50px; } }
  @media (max-width: 767px) {
    .responsive-wrap {
      justify-content: center; } }

.responsive-single {
  text-align: center;
  position: relative; }
  .responsive-single:not(:last-child)::before {
    position: absolute;
    top: 0;
    right: -56%;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    content: ""; }
    @media (max-width: 1023px) {
      .responsive-single:not(:last-child)::before {
        display: none; } }
    @media (max-width: 1199px) {
      .responsive-single:not(:last-child)::before {
        right: -34%; } }
  .responsive-single:nth-child(2)::before {
    right: -45%; }
    @media only screen and (min-width: 1200px) and (max-width: 1500px) {
      .responsive-single:nth-child(2)::before {
        right: -37%; } }
    @media (max-width: 1199px) {
      .responsive-single:nth-child(2)::before {
        right: -34%; } }
  .responsive-single .xb-item--icon {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 33px; }
  .responsive-single .xb-item--title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: var(--font-body); }
  .responsive-single .xb-item--content {
    font-weight: 500; }

@media only screen and (min-width: 1200px) and (max-width: 1500px) {
  .responsive-mobile-img {
    max-width: 251px; } }
@media (max-width: 1199px) {
  .responsive-mobile-img {
    max-width: 200px; } }

.xb-responsive-shape .shape {
  z-index: -1;
  position: absolute; }
  @media (max-width: 767px) {
    .xb-responsive-shape .shape {
      display: none; } }
  .xb-responsive-shape .shape--1 {
    left: -126px;
    top: 221px; }
  .xb-responsive-shape .shape--2 {
    left: -39px;
    bottom: 304px; }
  .xb-responsive-shape .shape--3 {
    top: 33%;
    right: -45px; }
  .xb-responsive-shape .shape--4 {
    bottom: 58px;
    right: -32px; }

.f-md-left {
  float: left; }

.elements {
  position: relative; }
  @media (max-width: 991px) {
    .elements {
      min-height: 600px; } }
  .elements::before, .elements::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center; }
  .elements::after {
    top: auto;
    bottom: 0;
    height: 1258px;
    background-position: bottom center;
    background-image: url(../img/bg/elements_bg_bottom.png);
    background: linear-gradient(180deg, rgba(12, 17, 29, 0) 0%, #0c111d 97%); }

.elements-image {
  margin-top: -77vh; }
  @media (max-width: 991px) {
    .elements-image {
      margin-top: -50vh; } }
  @media (max-width: 767px) {
    .elements-image {
      margin-top: -20vh; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .elements-image {
      margin-top: -40vh; } }

.elements-content {
  padding-top: 200px;
  padding-bottom: 200px; }
  @media (max-width: 991px) {
    .elements-content {
      padding-top: 150px;
      padding-bottom: 150px; } }
  @media (max-width: 767px) {
    .elements-content {
      padding-top: 120px;
      padding-bottom: 120px; } }

.elements-bg {
  width: 100%;
  height: 1370px;
  background-image: url(../img/bg/elements_bg_top.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  margin-bottom: -1370px; }
  @media (max-width: 991px) {
    .elements-bg {
      position: relative; } }

.thm-btn {
  font-size: 18px;
  font-weight: 700;
  z-index: 1;
  line-height: 1.1;
  letter-spacing: 0em;
  border-style: none;
  align-self: center;
  position: relative;
  display: inline-flex;
  align-items: center;
  overflow: clip;
  justify-content: center;
  text-transform: uppercase;
  background: transparent;
  color: #0c111d;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px; }
  .thm-btn .arrow-icon {
    width: 52px;
    height: 52px;
    overflow: hidden;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    background: var(--color-secondary); }
    .thm-btn .arrow-icon svg {
      top: 12px;
      left: 12px;
      position: absolute;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .thm-btn .arrow-icon svg:first-child {
        transform: translate(0); }
      .thm-btn .arrow-icon svg:last-child {
        transform: translate(-30px, 30px); }
      .thm-btn .arrow-icon svg rect {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
  .thm-btn:hover .arrow-icon svg:nth-child(1) {
    transform: translate(30px, -30px); }
  .thm-btn:hover .arrow-icon svg:nth-child(2) {
    transition-delay: .1s;
    transform: translate(0, 0); }

.agency-btn .text {
  gap: 10px;
  display: flex;
  align-items: center;
  min-height: 70px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 100px 0 0 100px;
  padding: 26px 21px 22px 30px;
  background: var(--color-primary);
  font-family: var(--font-body); }
.agency-btn .arrow {
  padding: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0 100px 100px 0;
  background: var(--color-primary); }
.agency-btn:hover {
  color: var(--color-secondary); }
  .agency-btn:hover .text,
  .agency-btn:hover .arrow {
    border-radius: 100px; }
.agency-btn--white .text,
.agency-btn--white .arrow {
  background: var(--color-white); }

/*----------------------------------------*/
/*  27. backtotop
/*----------------------------------------*/
.xb-backtotop {
  right: 30px;
  z-index: 999;
  bottom: 20px;
  position: fixed;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden; }
  .xb-backtotop.active {
    bottom: 40px;
    opacity: 1;
    visibility: visible; }
  .xb-backtotop.style-2 .scroll {
    background-color: var(--color-primary); }
  .xb-backtotop.style-3 .scroll {
    background: linear-gradient(86deg, #431dab 0%, #ae6dfe 100%); }
  .xb-backtotop.style-4 .scroll {
    background: var(--color-primary-three); }
  .xb-backtotop.style-5 .scroll {
    background: var(--color-primary-four); }
  .xb-backtotop.style-6 .scroll {
    background: #2042BF; }
  .xb-backtotop .scroll {
    z-index: 1;
    width: 40px;
    height: 40px;
    display: block;
    background-color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: var(--color-secondary);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 14px; }
    .xb-backtotop .scroll:hover {
      margin-bottom: 4px; }
  .xb-backtotop.style-ins .scroll {
    background: var(--color-ins);
    color: #052328; }
  .xb-backtotop.style-law .scroll {
    background: var(--color-law); }
  .xb-backtotop.style-advisor .scroll {
    background: var(--color-advisor); }
  .xb-backtotop.style-marketing .scroll {
    background: var(--color-marketing); }
  .xb-backtotop.style-business .scroll {
    background: var(--color-business);
    color: #03080B; }

/*----------------------------------------*/
/*  19. mobile-menu
/*----------------------------------------*/
.xb-hamburger-menu {
  display: none; }
  @media (max-width: 991px) {
    .xb-hamburger-menu {
      display: block; } }

.xb-nav-mobile-button {
  position: relative;
  cursor: pointer;
  font-size: 23px;
  color: var(--color-dark); }

.xb-header-menu-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  visibility: hidden; }

.xb-header-menu {
  position: fixed;
  height: 100vh;
  width: 300px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  z-index: 1010;
  overflow: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -khtml-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -ms-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transform: translateX(-100%);
  -khtml-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  visibility: hidden;
  overflow-y: scroll;
  background-color: #11121d; }

.xb-header-menu.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0%);
  -khtml-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%); }

.xb-header-menu.active + .xb-header-menu-backdrop {
  opacity: 1;
  visibility: visible; }

.xb-header-menu-scroll {
  padding: 50px 25px 40px; }

.xb-header-menu-scroll .xb-close {
  position: absolute;
  top: 0;
  right: 0; }

.xb-header-menu-scroll .xb-menu-primary > li {
  padding-left: 0;
  padding-right: 0; }

.xb-header-menu-scroll .xb-menu-primary > li > a .left-icon {
  margin-right: 4px; }

.xb-header-menu-scroll .xb-menu-primary > li .elementor-section {
  max-width: 100%; }

.xb-header-menu-scroll .xb-menu-primary > li .elementor-container {
  margin: 10px 0 !important; }

.xb-header-menu-scroll .xb-menu-primary > li .sub-menu, .xb-header-menu-scroll .xb-menu-primary > li .children {
  padding-left: 15px; }

.xb-header-menu-scroll .xb-menu-primary > li .sub-menu a, .xb-header-menu-scroll .xb-menu-primary > li .children a {
  padding-left: 0; }

.xb-header-menu-scroll .xb-menu-primary > li .sub-menu.xb-mega-menu, .xb-header-menu-scroll .xb-menu-primary > li .children.xb-mega-menu {
  padding-left: 0; }

.xb-menu-toggle {
  position: absolute;
  top: 10px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  right: 0;
  width: 28px;
  cursor: pointer;
  font-size: 15px;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -khtml-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #1b1b1b;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.03);
  display: inline-block; }

.xb-menu-toggle:before {
  content: "\f107";
  font-weight: 400;
  font-family: "Font Awesome 5 Pro"; }

.xb-menu-toggle.active:before {
  content: "\f106"; }

.xb-menu-primary {
  list-style: none;
  margin: 0;
  padding: 0; }

.xb-menu-primary li {
  position: relative; }

.xb-menu-primary li a {
  display: block;
  line-height: 46px;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06); }

.xb-menu-primary li > a:hover, .xb-menu-primary li > a.current, .xb-menu-primary li.current_page_item > a, .xb-menu-primary li.current-menu-item > a, .xb-menu-primary li.current_page_ancestor > a, .xb-menu-primary li.current-menu-ancestor > a {
  color: var(--color-primary); }

.xb-menu-primary .sub-menu, .xb-menu-primary .children {
  position: relative;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0; }

.xb-menu-primary .sub-menu li a, .xb-menu-primary .children li a {
  font-weight: 500;
  padding-left: 14px; }

.xb-menu-primary > li > .sub-menu > li > .sub-menu > li a {
  padding-left: 0px; }

.xb-menu-primary .xb-megamenu .elementor-container > .elementor-column {
  width: 100%; }

.xb-menu-primary .xb-megamenu .elementor-container .elementor-widget-wrap {
  padding: 0 !important; }

.xb-menu-primary .xb-megamenu .xb-link li {
  margin: 0; }

.xb-menu-primary .xb-megamenu .xb-heading {
  padding-left: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding-top: 12px;
  padding-bottom: 12px; }

.xb-menu-primary .xb-megamenu .xb-heading .xb-item--title {
  margin-bottom: 0 !important;
  font-size: 15px !important;
  border-bottom: none !important; }

.xb-menu-primary .xb-megamenu .elementor-widget-heading > .elementor-widget-container {
  margin-bottom: 0 !important;
  border-bottom: none !important; }

.xb-menu-primary .xb-megamenu .elementor-section .elementor-container {
  flex-wrap: wrap; }

.xb-menu-primary .xb-menu-toggle:hover {
  color: var(--color-primary-two); }

.xb-logo-mobile {
  margin-bottom: 40px; }

.xb-logo-mobile img {
  height: 40px; }

.xb-header-mobile-search {
  margin-bottom: 20px; }

.xb-header-mobile-search form {
  position: relative; }

.xb-header-mobile-search .search-field {
  height: 50px;
  border: none;
  padding: 0 25px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  color: #000;
  border: 2px solid rgba(150, 144, 162, 0.09);
  padding: 12px 15px 13px;
  background-color: transparent; }

.xb-header-mobile-search .search-field:focus {
  color: #000;
  border-color: var(--color-primary-two); }

.xb-header-mobile-search .search-submit {
  position: absolute;
  top: 5px;
  right: 10px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  line-height: 36px;
  padding: 0;
  width: 30px;
  height: 40px;
  line-height: 40px;
  background: none;
  color: var(--primary-color); }

.xb-menu-close {
  background-color: rgba(0, 0, 0, 0.03);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px; }

.xb-header-mobile-search .search-submit {
  position: absolute;
  top: 5px;
  right: 10px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  line-height: 36px;
  padding: 0;
  width: 30px;
  height: 40px;
  line-height: 40px;
  background: none;
  color: var(--color-primary-two); }

.xb-nav-mobile {
  font-size: 26px;
  color: var(--color-primary-two); }
  .xb-nav-mobile:hover {
    color: var(--color-primary-two); }

.xb-menu-primary .mega_menu_wrapper {
  position: unset; }
  .xb-menu-primary .mega_menu_wrapper .container {
    padding-left: 0;
    padding-right: 0; }
  .xb-menu-primary .mega_menu_wrapper .mega_menu_wrapper_inner {
    padding: 10px; }

.xb-header-menu-scroll .xb-menu-primary .megamenu .sub-menu,
.xb-header-menu-scroll .xb-menu-primary .megamenu .children {
  padding-left: 0 !important; }

/*----------------------------------------*/
/*  preloader
/*----------------------------------------*/
.preloader {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  z-index: 999999;
  background-color: var(--color-secondary); }

.preloader .loader-circle {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 160px;
  height: 160px;
  direction: ltr;
  position: absolute;
  border-radius: 100%;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1); }

.preloader .loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 100px;
  margin-left: -80px;
  margin-top: -80px;
  overflow: hidden;
  transform-origin: 80px 80px;
  animation: preloaderSpin 1.5s infinite linear; }

.preloader .loader-line {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(255, 255, 255, 0.44)',endColorStr='rgba(255, 255, 255, 0)');
  background-color: initial;
  position: relative; }

.preloader .loader-line:before {
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  z-index: 99;
  content: '';
  position: absolute;
  border-radius: inherit;
  background-color: var(--color-secondary); }

.preloader .loader-logo {
  top: 50%;
  left: 0;
  right: 0;
  position: absolute;
  text-align: center;
  transform: translate(0%, -50%); }

.preloader .loader-logo img {
  max-width: 60%; }

@keyframes preloaderSpin {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
.footer-list li {
  font-size: 18px;
  color: var(--color-white);
  font-weight: 500;
  margin-right: 50px;
  padding-right: 50px;
  margin-top: 20px;
  position: relative;
  display: flex;
  align-items: center; }
  @media (max-width: 1199px) {
    .footer-list li {
      margin-right: 20px;
      padding-right: 20px; } }
  .footer-list li::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 21px;
    background-color: #00CC99;
    content: ""; }
  .footer-list li:last-child {
    padding-right: 0;
    margin-right: 0; }
    .footer-list li:last-child::before {
      display: none; }
  .footer-list li span {
    margin-right: 10px; }

/*# sourceMappingURL=main.css.map */
