/***
 Theme Name: Jobhub
 Description: Job Board Finder HTML template
 Version: 1.1
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
==============================
TABLE CONTENT
 Import Google Fonts
 Include Third Party CSS Library
 GENERAL
 HEADER
 Offcanvas Sidebar
 Search form
 Main header
 Mega menu
 Header layouts
 Page layouts
 Pagination
 Breadcrumb
 CATEGORY PAGES
 SINGLE POST
 Author box
 comment
 Post share social
 WP STYPE
 Custom amine
***/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Open+Sans:wght@400;600;700&display=swap");
/*import vendors*/
@import url(bootstrap.min.css);
/*import plugins*/
@import url(swiper-bundle.min.css);
@import url(perfect-scrollbar.css);


:root {
  --primary-color: #1B85FF;
  --secondary-color: #8763FD;
}

/*RESET*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "Outfit", sans-serif;
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px !important;
  }
}

main {
  display: block;
  clear: both;
}

main.main {
  padding-top: 108px;
}

thead {
  font-weight: 600;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
}

input,
select,
button,
textarea {

  font-size: 14px;
}

*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  outline: none !important;
  box-shadow: none !important;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

a {
  color: var(--primary-color);
}

a:hover {
  color: #7856dd;
}

li.hr span {
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  margin: 20px 0;
  display: block;
}

/*--- Common Classes---------------------*/
::-moz-selection {
  background: #9777fa;
  /* WebKit/Blink Browsers */
  color: #fff;
}

::selection {
  background: #9777fa;
  /* WebKit/Blink Browsers */
  color: #fff;
}

::-moz-selection {
  background: #9777fa;
  /* Gecko Browsers */
  color: #fff;
}

::-moz-placeholder {
  color: #88929b;
  opacity: 1;
}

::placeholder {
  color: #88929b;
  opacity: 1;
}

:-ms-input-placeholder,
::-webkit-input-placeholder {
  color: #88929b;
  opacity: 1;
}

.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.section {
  float: left;
  width: 100%;
}

.f-right {
  float: right;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.bg-img {
  background-position: center center;
  background-size: cover;
}

.position-relative {
  position: relative;
}

.height-100vh {
  height: 100vh !important;
}

*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  outline: none !important;
  box-shadow: none;
}

.border-radius {
  border-radius: 4px;
}

.border-radius-5 {
  border-radius: 5px;
}

.border-radius-10 {
  border-radius: 10px;
}

.border-radius-15 {
  border-radius: 15px;
}

.border-radius-20 {
  border-radius: 20px;
}

.hover-up {
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.hover-up:hover {
  transform: translateY(-3px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

body {
  background: url(../imgs/theme/background-blur.svg) no-repeat 0px 14%;
  background-size: contain;
}

.none-shadow {
  box-shadow: none !important;
}

.form-control {
  border: 1px solid rgba(6, 18, 36, 0.1);
  border-radius: 10px;
  background-color: #ffffff;
  padding: 11px 15px 13px 15px;
  width: 100%;
  color: #88929b;
}

.form-control::-moz-placeholder {
  color: #88929b;
}

.form-control::placeholder {
  color: #88929b;
}

.form-group {
  position: relative;
}

.form-group i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  font-size: 18px;
  color: #88929b;
}

.form-icons {
  padding-left: 41px;
}

.text-white {
  color: #ffffff;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1344px;
  }
}

strong {
  font-weight: bold;
}

.color-muted {
  color: #88929b !important;
}

.divider {
  border-top: 1px solid rgba(6, 18, 36, 0.1);
  margin: 20px 0px;
}

a {
  text-decoration: none;
}

*:hover {
  transition-duration: 0.2s;
}

.section-box {
  display: inline-block;
  width: 100%;
  overflow: hidden;

}

.text-shadow {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.img-responsive {
  max-width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #88929b;
  line-height: 28px;

  font-size: 14px;
}

.select2-search.select2-search--dropdown {
  padding: 0;
  margin-bottom: 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: thin solid #ececec;
  border-radius: 8px;
  height: 40px;
  padding-left: 15px;
}

.select2-dropdown {
  border-color: #ffffff;
  box-shadow: 0px 9px 26px 0px rgba(31, 31, 51, 0.06);
}

.select2-container--open .select2-dropdown--below {
  border: thin solid #ececec;
  padding: 15px;
  margin-top: 10px;
  border-radius: 10px;
}

.select-style .select2-selection--single .select2-selection__rendered {
  color: #88929b;
}

.select-style .select2 {
  border: 1px solid rgba(6, 18, 36, 0.1);
  border-radius: 10px;
  padding: 10px 20px 10px 20px;
  display: inline-block;
  width: 100% !important;
}

.select-style .select2 .select2-selection__arrow {
  background: url(../imgs/theme/icons/arrow-down.svg) no-repeat right 10px center;
  top: 11px;
  width: 26px;
  opacity: 0.5;
}

.select-style .select2 .select2-selection__arrow b {
  display: none !important;
}

.select-style-icon .select2 {
  padding-left: 33px;
}

.dropdown {
  position: relative;
}

.dropdown .dropdown-menu.show {
  border: thin solid #ececec;
  box-shadow: 0px 9px 26px 0px rgba(31, 31, 51, 0.06);
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0;
}

.dropdown .dropdown-menu.show .dropdown-item {
  padding: 10px 20px;
  color: #636477;
  font-size: 14px;
}

.dropdown .dropdown-menu.show .dropdown-item.active {
  color: #fff;
  text-decoration: none;
  background-color: #9777fa;
}

.dropdown .dropdown-menu.show .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #9777fa;
}

.dropdown.dropdown-sort .dropdown-menu.show {
  border-radius: 10px;
  margin-top: 20px;
}

a,
button,
img,
input,
span,
h4 {
  transition: all 0.3s ease 0s;
}

@keyframes slideleft {
  10% {
    opacity: 0;
    transform: scale(0);
    right: 0;
  }

  50% {
    opacity: 1;
    transform: scale(1);
  }

  90% {
    opacity: 0;
    transform: scale(0);
    right: 100%;
  }
}

[data-loader=spinner] {
  width: 35px;
  height: 35px;
  display: inline-block;
  animation: spinner 1.2s infinite ease-in-out;
  background: url(../imgs/favicon.svg);
  box-shadow: 0 0 10px #fff;
}

@keyframes spinner {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }

  50% {
    transform: perspective(120px) rotateX(-180deg) rotateY(0);
  }

  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
  }
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(151, 119, 250, 0.8);
  }

  100% {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
  }
}

@keyframes shadow-pulse-big {
  0% {
    box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.1);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

@keyframes jump {
  0% {
    transform: translate3d(0, 20%, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.jump {
  transform-origin: 0;
  animation: jump 0.5s linear alternate infinite;
}

/*TYPOGRAPHY*/
body {
  color: #37404e;

  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading,
.display-1,
.display-2,
.heading-lg,
.heading-sm-1 {
  color: #1f2938;
  font-weight: 700;
  line-height: 1.2;
}

h1 {
  font-size: 50px;
  line-height: 1.2;
}

h2 {
  font-size: 35px;
  line-height: 67px;
}

h3 {
  font-size: 44px;
  line-height: 54px;
}

h4 {
  font-size: 28px;
  line-height: 34px;
}

h5 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
}

h6 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

.heading-lg {
  font-size: 52px;
  line-height: 63px;
  font-weight: bold;
}

.heading-md {
  font-size: 20px;
  line-height: 24px;
  color: #111112;
  font-weight: 500;

}

.heading-sm {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.text-sm {
  font-size: 12px;
  line-height: 16px;

}

.text-md {
  font-size: 16px;
  line-height: 20px;

}

.small-heading {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;

}

.medium-heading {
  font-size: 18px;
  color: #1f2938;
  line-height: 22px;
  font-weight: 600;

}

.display-block {
  display: block;
}

.font-bold {
  font-weight: bold;
}

.font-semibold {
  font-weight: 600;
}

.text-brand {
  color: #9777fa;
}

.font-3xs {
  font-size: 10px;
}

.font-xxs {
  font-size: 12px;
}

.font-xs {
  font-size: 13px;
}

.font-sm {
  font-size: 14px;
}

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

.font-md-2 {
  font-size: 15px;
}

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

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

.font-2xl {
  font-size: 22px;
}

.font-3xl {
  font-size: 58px;
}

.text-grey-6 {
  color: #d2d2d2 !important;
}

.text-muted {
  color: #88929b !important;
}

.btn {

  border-radius: 10px;
  padding: 14px 25px;
  font-size: 18px;
  line-height: 1;
  transition: 0.2s;
}

.btn.btn-default {
  color: #ffffff;
  background-color: var(--primary-color);
}

.btn.btn-default:hover {
  background-color: #6d4bd3;
  transform: translateY(-2px);
  transition: 0.2s;
}

.btn-grey-small {
  background-color: rgba(151, 119, 250, 0.12);
  font-size: 14px;
  padding: 7px 10px;
  border-radius: 6px;
  color: #37404e;
}

.disc-btn:before {
  content: "";
  height: 5px;
  width: 5px;
  background-color: #9777fa;
  border-radius: 50%;
  display: inline-block;
  margin: 0px 5px 2px 0px;
}

.btn-light-blue {
  background-color: #c5e3ff;
  border-radius: 6px;
  padding: 7px 12px;
  color: #37404e;
  font-size: 14px;
}

.btn-pink {
  background-color: #ffcfc5;
  border-radius: 6px;
  padding: 7px 15px;
  color: #37404e;
  font-size: 14px;
}

.btn-border {
  border: 1px solid rgba(6, 18, 36, 0.1);
  padding: 15px 23px 15px 23px;
  border-radius: 10px;
  background: #ffffff;
  color: #111112;
  font-size: 16px;
  transition-duration: 0.2s;
}

.btn-border:hover {
  color: #ffffff;
  background-color: #9777fa;
  transition-duration: 0.2s;
  transform: translateY(-3px);
}

.btn-dots {
  border: 0px;
  background-image: url(../imgs/theme/icons/dots.svg);
  background-position: center right;
  background-repeat: no-repeat;
}

.btn-sm {
  padding: 12px 20px;
  vertical-align: middle;
}

.btn-sm img {
  float: left;
  margin: 0px 10px 0px 0px;
}

.btn-brand-hover {
  padding: 14px 25px 14px 25px;
}

.btn-brand-hover:hover {
  background-color: #9777fa;
  color: #ffffff;
}

.box-button-shadow {
  position: relative;
  display: inline-block;
}

.box-button-shadow::before {
  background: #9777fa;
  filter: blur(20px);
  border-radius: 10px;
  content: "";
  position: absolute;
  width: 144px;
  height: 39px;
  z-index: 1;
  left: 0px;
  right: 0px;
  top: 10px;
  margin: auto;
}

.box-button-shadow a {
  position: relative;
  z-index: 12;
}

.btn-link {

  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  color: #1f2938;
  text-decoration: none;
}

.btn-link:hover {
  color: #9777fa;
}

.icon-chevron-right {
  background-image: url(../imgs/theme/icons/chevron-right.svg);
  background-repeat: no-repeat;
  background-position: right 19px center;
  padding-right: 42px;
}

.icon-chevron-right:hover {
  background-image: url(../imgs/theme/icons/chevron-right-light.svg);
  color: #fff !important;
}

.btn-md {
  padding: 11px 25px;
}

.btn-white-sm {
  background-color: #ffffff;
  padding: 8px 37px 9px 17px;
  border-color: #ffffff;
  font-size: 12px;
  background-position: right 13px center;
}

.btn-small {
  border-radius: 6px;
  padding: 7px 15px;
  color: #37404e;
  font-size: 14px;
}

.btn-tags-sm {
  padding: 10px 18px;
  background: rgba(81, 146, 255, 0.12);
  border-radius: 50px;
  font-size: 14px;
  line-height: 12px;
  transition-duration: 0.2s;
  color: #727272;
}

.btn-tags-sm:hover {
  transform: translateY(-2px);
  transition-duration: 0.2s;
}

/*button switch*/
.switch {
  position: relative;
  display: inline-block;
  width: 65px;
  height: 30px;
  vertical-align: middle;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(186, 186, 186, 0.3);
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 5px;
  bottom: 5px;
  background-color: #9777fa;
  transition: 0.4s;
}

input:checked+.slider {
  background-color: rgba(81, 146, 255, 0.3);
}

input:focus+.slider {
  box-shadow: 0 0 1px #9777fa;
}

input:checked+.slider:before {
  transform: translateX(34px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*End button Switch On Off*/
span.btn {
  cursor: unset;
}

.cb-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  line-height: 21px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.cb-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 23px;
  width: 23px;
  background-color: #ffffff;
  border: 2px solid #d1d1d1;
  border-radius: 4px;
}

.cb-container input:checked~.checkmark {
  border: 2px solid #9777fa;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.cb-container input:checked~.checkmark:after {
  display: block;
}

.cb-container .checkmark:after {
  left: -1px;
  top: -1px;
  width: 21px;
  height: 21px;
  background: #9777fa url(../imgs/theme/icons/tick.svg) no-repeat center;
}

/*COMPONENTS -> FORM*/
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

input {
  border: 1px solid #ececec;
  border-radius: 10px;
  height: 50px;
  box-shadow: none;
  padding-left: 20px;
  font-size: 16px;
  width: 100%;
}

input:focus {
  background: transparent;
  border: 1px solid rgba(151, 119, 250, 0.5);
}

select {
  width: 100%;
  background: transparent;
  border: 0px solid #ececec;
  box-shadow: none;
  font-size: 16px;
  color: #37404e;
}

option {
  background: #fff;
  border: 0px solid #626262;
  padding-left: 10px;
  font-size: 16px;
}

textarea {
  border: 1px solid #ececec;
  border-radius: 10px;
  height: 50px;
  box-shadow: none;
  padding: 10px 10px 10px 20px;
  font-size: 16px;
  width: 100%;
  min-height: 250px;
}

textarea:focus {
  background: transparent;
  border: 1px solid rgba(151, 119, 250, 0.5);
}

/*contact form*/
.contact-from-area .contact-form-style button {
  font-size: 18px;
  font-weight: 500;
  padding: 20px 40px;
  color: #ffffff;
  border: none;
  background-color: #9777fa;
  border-radius: 10px;

}

.contact-from-area .contact-form-style button:hover {
  background-color: #7856dd !important;
}

.form-group {
  margin-bottom: 1rem;
}

.form-group input {
  background: #fff;
  border: 1px solid #ececec;
  height: 64px;
  box-shadow: none;
  padding-left: 20px;
  font-size: 16px;
  width: 100%;
}

.form-group input:focus {
  background: transparent;
  border-color: rgba(151, 119, 250, 0.5);
}

.form-group input.form-icons {
  padding-left: 42px;
}

label {
  margin-bottom: 5px;
}

.box-swiper {
  position: relative;
}

.box-swiper .swiper-container {
  position: relative;
}

.box-swiper .swiper-container .item-logo {
  border: 1px solid rgba(6, 18, 36, 0.1);
  padding: 39px 0px 36px 0px;
  display: inline-block;
  width: 100%;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0px 20px 60px -6px rgba(0, 0, 0, 0.04);
}

.box-swiper .swiper-container .item-logo img {
  max-width: 100%;
}

.box-swiper .swiper-container .item-logo:hover {
  border: 1px solid rgba(151, 119, 250, 0.5);
  box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.05);
}

.box-swiper .swiper-button-next:after,
.box-swiper .swiper-button-prev:after {
  content: "";
}

.box-swiper .swiper-button-next {
  background: url(../imgs/slider/swiper/next.svg) no-repeat 0px 0px;
}

.box-swiper .swiper-button-next:hover {
  background: url(../imgs/slider/swiper/next-active.svg) no-repeat 0px 0px;
}

.box-swiper .swiper-button-prev {
  background: url(../imgs/slider/swiper/prev.svg) no-repeat 0px 0px;
}

.box-swiper .swiper-button-prev:hover {
  background: url(../imgs/slider/swiper/prev-active.svg) no-repeat 0px 0px;
}

.box-swiper .swiper-button-next,
.box-swiper .swiper-button-prev {
  width: 40px;
  margin-top: -55px;
}

.box-swiper .swiper-button-next {
  left: auto;
  right: -65px;
}

.box-swiper .swiper-button-prev {
  left: -65px;
}

.box-swiper .swiper-button-next.swiper-button-disabled,
.box-swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.swiper-pagination {
  text-align: center;
  width: 100%;
}

.swiper-pagination-bullet {
  margin: 10px;
}

/*Style of the location of the div that wraps the custom pager*/
.swiper-pagination-custom {
  bottom: -5px;
}

.swiper-pagination-customs {
  background: url(../imgs/slider/swiper/dot.svg) no-repeat 0px 0px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  margin-left: 4px;
  margin-right: 4px;
}

/*Customize the style representation when pager is activated*/
.swiper-pagination-customs-active,
.swiper-pagination-customs:hover {
  background: url(../imgs/slider/swiper/dot-active.svg) no-repeat 0px 0px;
  width: 12px;
  height: 12px;
  margin-bottom: -1px;
  margin-left: 3px;
  margin-right: 3px;
}

/* This line can be removed it was just for display on CodePen: */
.slider-labels {
  margin-top: 10px;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  touch-action: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
     its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: -7px;
  top: -7px;
  background-color: #345DBB;
}

/* Styling;
 */
.noUi-background {
  background: #D6D7D9;
}

.noUi-connect {
  background: #345DBB;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid #345DBB;
  border: 8px solid rgba(53, 93, 187, 0.38);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

.ui-slider-handle {
  display: none;
}

.ui-widget.ui-widget-content {
  border: 0px solid #EBEBEB;
}

.noUi-target {
  border-radius: 12px;
}

.noUi-horizontal {
  height: 6px;
}

.noUi-background {
  background: #EBEBEB;
}

.noUi-origin {
  border-radius: 12px;
}

.noUi-connect {
  background: #9777fa;
  transition: background 450ms;
  height: 6px;
  margin-top: 0px;
}

.noUi-horizontal .noUi-handle {
  background-color: #ffffff;
  border: 1px solid rgb(209, 209, 209);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  left: -8px;
  top: -8px;
}

.noUi-handle:active {
  border-width: 0px;
  left: -8px;
  top: -8px;
}

.card-grid {
  border: 0.88px solid rgba(6, 18, 36, 0.1);
  background: #ffffff;
  border-radius: 12px;
  padding: 45px;
  margin-bottom: 30px;
}

.card-grid:hover {
  box-shadow: 0px 9px 26px 0px rgba(31, 31, 51, 0.06);
  border-color: rgba(151, 119, 250, 0.5);
  transition-duration: 0.2s;
}

.card-grid .card-heading {
  min-height: 56px;
}

.card-grid .card-img {
  height: 85px;
}

.card-grid .card-img img {
  max-height: 85px;
}

.card-grid .text-stroke-40 {
  color: rgba(0, 0, 0, 0.4);
}

.card-grid a {
  color: #1f2938;
}

.card-grid a:hover {
  color: #9777fa;
}

.card-shadow {
  box-shadow: 0px 9px 26px 0px rgba(31, 31, 51, 0.06);
}

.card-grid-2 {
  border-radius: 10px;
  border: 0.88px solid rgba(6, 18, 36, 0.1);
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  background: #ffffff;
}

.card-grid-2 i {
  font-size: 20px;
  color: #88929b;
  margin-left: 5px;
}

.card-grid-2 i.fi-rr-marker {
  margin-left: 0;
}

.card-grid-2 .card-grid-2-link {
  position: absolute;
  top: 20px;
  right: 20px;
}

.card-grid-2:hover {
  box-shadow: 0px 9px 26px 0px rgba(31, 31, 51, 0.06);
  border-color: rgba(151, 119, 250, 0.5);
}

.card-grid-2 a {
  text-decoration: none;
  color: #1f2938;
}

.card-grid-2 a:hover {
  color: #9777fa;
}

.card-grid-2 .card-grid-2-image-rd {
  padding: 30px 20px 0px 20px;
  display: inline-block;
  width: 100%;
}

.card-grid-2 .card-grid-2-image-rd figure {
  position: relative;
  display: inline-block;
}

.card-grid-2 .card-grid-2-image-rd figure img {
  border-radius: 50%;
  height: 110px;
  width: 110px;
}

.card-grid-2 .card-grid-2-image-rd.online figure::before {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  content: "";
  position: absolute;
  bottom: 13px;
  right: 9px;
  background: #00c070;
}

.card-grid-2 .card-grid-2-image {
  position: relative;
}

.card-grid-2 .card-grid-2-image figure {
  display: block;
}

.card-grid-2 .card-grid-2-image figure img {
  width: 100%;
}

.card-grid-2 .card-grid-2-image .btn-urgent {
  position: absolute;
  top: 20px;
  left: 21px;
  background-color: #ffcfc5;
  border-radius: 6px;
  padding: 5px 15px;
  color: #37404e;
  font-size: 14px;
  z-index: 1;
}

.card-grid-2 .card-block-info {
  display: inline-block;
  width: 100%;
  padding: 30px 30px 20px 30px;
}

.card-grid-2 .card-block-info .card-2-img-text {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 4px 0px 4px 40px;
  font-size: 14px;
  max-width: 90%;
  min-height: 44px;
}

.card-grid-2 .card-block-info .card-2-img-text .card-grid-2-img-small {
  background: #e4e4e4;
  border-radius: 50%;
  padding: 5px;
  height: 32px;
  width: 32px;
  float: left;
  margin-right: 8px;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  line-height: 30px;
}

.card-grid-2 .card-block-info .card-2-img-text span {
  display: inline-block;
  color: #37404e;
  font-size: 14px;
}

.card-grid-2 .card-block-info .card-2-img-text img {
  max-width: 100%;
}

.card-grid-2 .card-block-info .card-time {
  font-size: 14px;
  display: inline-block;
  padding: 0px 15px 0px 25px;
  background: url(../imgs/theme/icons/time.svg) no-repeat 0px 3px;
}

.card-grid-2 .card-block-info .card-location {
  font-size: 14px;
  display: inline-block;
  padding: 0px 0px 0px 25px;
  background: url(../imgs/theme/icons/marker.svg) no-repeat 0px 3px;
}

.card-grid-2 .card-block-info .card-text-price {
  color: #5192ff;

  font-weight: bold;
  font-size: 22px;
}

.card-grid-2 .card-block-info .card-text-price span {
  font-size: 14px;
  color: #878d96;
  font-weight: 400;
}

.card-grid-2 .card-block-info .card-2-bottom {
  position: relative;
}

.card-grid-2 .card-block-info .card-2-bottom .btn-grey-small {
  margin-right: 5px;
}

.card-grid-2 .card-block-info .card-2-bottom.card-2-bottom-candidate .btn-brand-hover {
  padding: 15px 33px;
  border: thin solid rgba(151, 119, 250, 0.5);
  font-size: 14px;
}

.card-grid-2 .card-block-info .card-2-bottom.card-2-bottom-candidate .btn-brand-hover:hover {
  color: #ffffff;
}

.card-grid-2 .card-block-info .card-grid-2-img-medium {
  padding-left: 55px;
  font-size: 14px;
  font-weight: 600;

  color: #151515;
  line-height: 17px;
}

.card-grid-2 .card-block-info .card-grid-2-img-medium .card-grid-2-img-small {
  background-color: #5aa6ff;
  height: 44px;
  width: 44px;
  border-radius: 8px;
}

.card-grid-2 .card-block-info .card-profile {
  text-align: center;
}

.card-grid-2 .card-block-info .card-profile strong {
  font-size: 18px;
  color: #1f2938;
  line-height: 18px;
  font-weight: bold;

  display: block;
  padding-bottom: 5px;
}

.card-grid-2 .card-block-info .card-profile strong:hover {
  color: #9777fa;
}

.card-grid-2 .card-block-info .card-profile>span {
  color: #88929b;
}

.card-grid-2 .card-block-info .card-profile .rate-reviews-small span {
  display: inline-block;
  vertical-align: middle;
}

.card-grid-2 .card-block-info .card-profile .rate-reviews-small span img {
  height: 13px;
  display: flex;
}

.card-grid-2 .card-grid-2-socials {
  display: inline-block;
  height: 25px;
  width: 25px;
}

.card-grid-2 .card-grid-2-socials.icon-fb-sym {
  background: url(../imgs/theme/icons/fb-sym.svg) no-repeat center;
}

.card-grid-2 .card-grid-2-socials.icon-fb-sym:hover {
  background: url(../imgs/theme/icons/fb-sym-hover.svg) no-repeat center;
}

.card-grid-2 .card-grid-2-socials.icon-tw-sym {
  background: url(../imgs/theme/icons/tw-sym.svg) no-repeat center;
}

.card-grid-2 .card-grid-2-socials.icon-tw-sym:hover {
  background: url(../imgs/theme/icons/tw-sym-hover.svg) no-repeat center;
}

.card-grid-2 .card-grid-2-socials.icon-inst-sym {
  background: url(../imgs/theme/icons/inst-sym.svg) no-repeat center;
}

.card-grid-2 .card-grid-2-socials.icon-inst-sym:hover {
  background: url(../imgs/theme/icons/inst-sym-hover.svg) no-repeat center;
}

.card-grid-2 .card-grid-2-socials.icon-linkedin-sym {
  background: url(../imgs/theme/icons/linkedin-sym.svg) no-repeat center;
}

.card-grid-2 .card-grid-2-socials.icon-linkedin-sym:hover {
  background: url(../imgs/theme/icons/linkedin-sym-hover.svg) no-repeat center;
}

.card-grid-2-list {
  margin-bottom: 35px;
  padding-bottom: 5px;
}

.card-grid-2-list.card-grid-2 .card-grid-2-link {
  top: 25px;
}

.card-grid-2-list .card-grid-2-image-rd {
  float: left;
  width: 153px;
}

.card-grid-2-list .card-block-info {
  padding-left: 0px !important;
  padding-right: 10px !important;
}

.card-grid-2-list .card-block-info-list {
  display: block;
  padding-left: 150px !important;
}

.card-grid-2-list .card-block-info-list .card-profile {
  text-align: left;
  padding-top: 25px;
}

.card-grid-3 {
  border-radius: 10px;
  border: 1px solid rgba(6, 18, 36, 0.1);
  overflow: hidden;
  margin-bottom: 0px;
  background: #ffffff;
}

.card-grid-3:hover {
  box-shadow: 0px 9px 26px 0px rgba(31, 31, 51, 0.06);
  border-color: rgba(151, 119, 250, 0.5);
}

.card-grid-3 a {
  text-decoration: none;
}

.card-grid-3 .card-grid-3-image {
  position: relative;
  padding: 20px 30px 0px 30px;
}

.card-grid-3 .card-grid-3-image figure {
  display: block;
}

.card-grid-3 .card-grid-3-image figure img {
  width: 100%;
  border-radius: 15px;
}

.card-grid-3 h5 a {
  color: #1f2938;
}

.card-grid-3 h5 a:hover {
  color: #9777fa;
}

.card-grid-3 .card-block-info {
  display: inline-block;
  width: 100%;
  padding: 20px 30px 20px 30px;
}

.card-grid-3 .card-block-info .card-block-rating span {
  display: inline-block;
  margin: 0px 2px;
}

.card-grid-3 .card-block-info .card-2-img-text {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 4px 0px 4px 40px;
  font-size: 14px;
}

.card-grid-3 .card-block-info .card-2-img-text .card-grid-2-img-small {
  background: #e4e4e4;
  border-radius: 50%;
  padding: 5px;
  height: 32px;
  width: 32px;
  float: left;
  margin-right: 8px;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  line-height: 30px;
}

.card-grid-3 .card-block-info .card-2-img-text span {
  display: inline-block;
  color: #37404e;
  font-size: 14px;
}

.card-grid-3 .card-block-info .card-2-img-text img {
  max-width: 100%;
}

.card-grid-3 .card-block-info .card-time {
  font-size: 14px;
  display: inline-block;
  padding: 0px 15px 0px 25px;
  background: url(../imgs/theme/icons/time.svg) no-repeat 0px 3px;
}

.card-grid-3 .card-block-info .card-location {
  font-size: 14px;
  display: inline-block;
  padding: 0px 0px 0px 25px;
  background: url(../imgs/theme/icons/marker.svg) no-repeat 0px 3px;
}

.card-grid-3 .card-block-info .card-text-price {
  color: #5192ff;

  font-weight: bold;
  font-size: 22px;
}

.card-grid-3 .card-block-info .card-text-price span {
  font-size: 14px;
  color: #878d96;
  font-weight: 400;
}

.card-grid-3 .card-block-info .card-2-bottom {
  position: relative;
}

.card-grid-3 .card-block-info .card-profile strong {
  font-size: 18px;
  color: #1f2938;

  font-weight: bold;
  display: block;
}

.card-grid-3 .card-block-info .card-profile span {
  font-size: 16px;
  color: #727272;
}

.card-grid-3 .card-grid-3-image-circle {
  padding-top: 35px;
}

.card-grid-3 .card-grid-3-image-circle figure img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.card-shadow-2 {
  box-shadow: 0px 20px 60px -6px rgba(0, 0, 0, 0.04);
}

.list-recent-jobs {
  margin-top: 40px;
}

.list-recent-jobs .card-job {
  border: 1px solid rgba(6, 18, 36, 0.1);
  padding: 26px 23px;
  border-radius: 10px;
  background-color: #ffffff;
  margin-bottom: 30px;
}

.list-recent-jobs .card-job:hover {
  box-shadow: 0px 20px 60px -6px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(151, 119, 250, 0.5);
}

.list-recent-jobs .card-job .card-job-description {
  color: #727272;
  display: inline-block;
  width: 100%;
}

.list-recent-jobs .card-job .card-job-top--image {
  float: left;
  width: 52px;
  height: 52px;
  border-radius: 50%;
}

.list-recent-jobs .card-job .card-job-top--info {
  display: block;
  padding-left: 67px;
}

.list-recent-jobs .card-job .card-job-top--info-heading {
  font-weight: bold;
  font-size: 18px;

  padding-top: 3px;
  margin-bottom: 1px;
}

.list-recent-jobs .card-job .card-job-top--info-heading a {
  color: #1f2938;
}

.list-recent-jobs .card-job .card-job-top--info-heading:hover a {
  color: #9777fa;
}

.list-recent-jobs .card-job .card-job-top--info .card-job-top--company {
  font-weight: bold;
  color: #9777fa;
  font-size: 12px;
}

.list-recent-jobs .card-job .card-job-top--info .card-job-top--location,
.list-recent-jobs .card-job .card-job-top--info .card-job-top--type-job,
.list-recent-jobs .card-job .card-job-top--info .card-job-top--post-time {
  color: #88929b;
  font-size: 12px;
  display: inline-block;
  padding-right: 15px;
}

.list-recent-jobs .card-job .card-job-top--info .card-job-top--location i,
.list-recent-jobs .card-job .card-job-top--info .card-job-top--type-job i,
.list-recent-jobs .card-job .card-job-top--info .card-job-top--post-time i {
  float: left;
  margin: 2px 5px 0px 0px;
}

.list-recent-jobs .card-job .card-job-top--info .card-job-top--price {
  color: #5192ff;

  font-weight: bold;
  font-size: 22px;
}

.list-recent-jobs .card-job .card-job-top--info .card-job-top--price span {
  font-size: 14px;
  color: #878d96;
  font-weight: 400;
}

.list-recent-jobs .card-job .card-job-bottom .btn-urgent {
  background-color: #ffcfc5;
  border-radius: 6px;
  padding: 5px 15px;
  color: #37404e;
  font-size: 14px;
}

.card-job-bottom a.btn {
  transition-duration: 0.2s;
}

.card-job-bottom a.btn:hover {
  transform: translateY(-3px);
  transition-duration: 0.2s;
}

.card-job-bottom a.color-muted:hover {
  color: #9777fa !important;
}

.card-grid-4 {
  background-color: #ffffff;
  padding: 40px 30px 35px 30px;
  border-radius: 10px;
  border: thin solid #ececec;
}

.card-grid-4 a {
  text-decoration: none;
}

.card-grid-4 .image-top-feature figure img {
  height: 65px;
}

.card-grid-4 .card-grid-4-info {
  display: inline-block;
  width: 100%;
  padding: 10px 0px 0px 0px;
}

.card-grid-4 .btn-readmore {
  color: #9777fa;
  font-size: 18px;

  font-weight: 400;
  text-decoration: none;
}

.card-grid-4 .btn-readmore:hover {
  color: #7856dd;
}

.card-grid-4 .btn-readmore.icon-arrow {
  background: url(../imgs/theme/icons/arrow.svg) no-repeat right 0px top 7px;
  padding-right: 35px;
}

.card-none-bd {
  text-align: center;
  background: transparent;
}

.card-none-bd .card-info-bottom h3 {
  color: #9777fa;
  margin-bottom: 23px;
}

.card-none-bd .card-info-bottom strong {
  color: #1f2938;
  font-size: 22px;

  font-weight: bold;
  display: block;
  margin-bottom: 15px;
}

.card-none-bd .block-image {
  position: relative;
  margin-bottom: 15px;
}

.card-grid-news {
  text-align: justify;
  display: inline-block;
  margin-bottom: 55px;
  width: 100%;
}

.card-grid-news a {
  text-decoration: none;
}

.card-grid-news .card-info-bottom {
  padding: 0px 10px 10px 10px;
}

.card-grid-news .card-info-bottom .text-gray-200 {
  line-height: 24px;
}

.card-grid-news .card-info-bottom a {
  text-decoration: none;
}

.card-grid-news .card-info-bottom h3 {
  color: #9777fa;
  margin-bottom: 23px;
}

.card-grid-news .card-info-bottom h3 span.count {
  display: inline-block;
}

.card-grid-news .card-info-bottom strong {
  color: #1f2938;
  font-size: 22px;

  font-weight: bold;
  display: block;
  margin-bottom: 15px;
}

.card-grid-news .card-info-bottom ul {
  padding: 15px 0px 15px 25px;
}

.card-grid-news .card-info-bottom ul li {
  list-style: disc;
  color: #9777fa;
  float: left;
  width: 50%;
  padding: 5px 5px 5px 0px;
  font-size: 14px;
}

.card-grid-news .card-info-bottom ul li a {
  font-size: 14px;
  color: #88929b;
  text-decoration: none;
}

.card-grid-news .block-image-rd {
  position: relative;
  margin-bottom: 20px;
}

.card-grid-news .block-image-rd img {
  border-radius: 10px;
}

.card-two-collumn {
  border-radius: 10px;
  border: 1px solid rgba(6, 18, 36, 0.1);
  overflow: hidden;
  margin-bottom: 0px;
  background: #ffffff;
  padding: 30px 30px 0px 30px;
}

.card-two-collumn:hover {
  box-shadow: 0px 9px 26px 0px rgba(31, 31, 51, 0.06);
  border-color: rgba(151, 119, 250, 0.5);
}

.card-two-collumn .card-grid-3-image {
  position: relative;
  padding: 0px;
  float: left;
  width: 100px;
}

.card-two-collumn .card-grid-3-image figure {
  display: block;
  overflow: hidden;
  border-radius: 50%;
  border: 0px solid #fff;
  height: 95px;
  width: 95px;
  box-shadow: 4px 1px 22px #eff3f8;
  background: rgba(239, 243, 248, 0.55);
}

.card-two-collumn .card-grid-3-image figure img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  box-shadow: 4px 1px 22px #eff3f8;
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  margin: -7px 0px 0px -7px;
  max-width: none;
}

.card-two-collumn .card-block-info {
  display: block;
  width: 100%;
  padding: 20px 30px 20px 115px;
}

.card-two-collumn .card-block-info .text-md {
  line-height: 25px;
  color: #37404e;
}

.card-two-collumn .card-block-info.quote-left {
  position: relative;
  padding-top: 40px;
}

.card-two-collumn .card-block-info.quote-left::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 115px;
  height: 30px;
  width: 30px;
  background: url(../imgs/theme/icons/quote-left.svg) no-repeat 0px 0px;
}

.card-two-collumn .card-block-info .card-bottom-bd {
  margin-top: 25px;
  border-top: 1px solid rgb(245, 245, 245);
  padding-top: 25px;
}

.card-two-collumn .card-block-info .card-block-rating span {
  display: inline-block;
  margin: 0px 2px;
}

.card-two-collumn .card-block-info .card-2-img-text {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 4px 0px 4px 40px;
  font-size: 14px;
}

.card-two-collumn .card-block-info .card-2-img-text .card-grid-2-img-small {
  background: #e4e4e4;
  border-radius: 50%;
  padding: 5px;
  height: 32px;
  width: 32px;
  float: left;
  margin-right: 8px;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  line-height: 30px;
}

.card-two-collumn .card-block-info .card-2-img-text span {
  display: inline-block;
  color: #37404e;
  font-size: 14px;
}

.card-two-collumn .card-block-info .card-2-img-text img {
  max-width: 100%;
}

.card-two-collumn .card-block-info .card-time {
  font-size: 14px;
  display: inline-block;
  padding: 0px 15px 0px 25px;
  background: url(../imgs/theme/icons/time.svg) no-repeat 0px 3px;
}

.card-two-collumn .card-block-info .card-location {
  font-size: 14px;
  display: inline-block;
  padding: 0px 0px 0px 25px;
  background: url(../imgs/theme/icons/marker.svg) no-repeat 0px 3px;
}

.card-two-collumn .card-block-info .card-text-price {
  color: #5192ff;

  font-weight: bold;
  font-size: 22px;
}

.card-two-collumn .card-block-info .card-text-price span {
  font-size: 14px;
  color: #878d96;
  font-weight: 400;
}

.card-two-collumn .card-block-info .card-2-bottom {
  position: relative;
}

.card-two-collumn .card-block-info .card-profile strong {
  font-size: 18px;
  color: #1f2938;

  font-weight: 500;
  display: block;
  line-height: 22px;
}

.card-two-collumn .card-block-info .card-profile span {
  font-size: 12px;
  line-height: 22px;
  color: #727272;
}

.card-two-collumn .card-grid-3-image-circle {
  padding-top: 35px;
}

.card-two-collumn .card-grid-3-image-circle figure img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.nav-right {
  float: right;
  margin-top: -10px;
}

.nav-right li {
  float: left;
  padding: 0px 0px 0px 5px;
}

.nav-right li button {
  display: block;
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 8px;
  background: transparent;
  border: 0px;

  font-weight: 500;
  transition-duration: 0.2s;
}

.nav-right li button:hover {
  background-color: #9777fa;
  color: #ffffff;
  transition-duration: 0.2s;
  transform: translateY(-3px);
}

.nav-right li button.active {
  color: #ffffff;
  background-color: #9777fa;
}

.job-text-desc {
  max-width: 70%;
}

.content-job-inner {
  padding: 40px;
}

.box-image-job {
  position: relative;
  text-align: center;
}

.box-image-job figure {
  display: block;
}

.box-image-job figure img {
  max-width: 80%;
}

.box-image-job .job-top-creator {
  max-width: 290px;
  background-color: #ffffff;
  box-shadow: 0px 9px 26px 0px rgba(31, 31, 51, 0.06);
  border-radius: 20px;
  padding: 5px;
  position: absolute;
  bottom: -100px;
  left: -100px;
  animation: hero-thumb-animation 2s linear infinite alternate;
}

.box-image-job .job-top-creator-head {
  background-color: rgba(151, 119, 250, 0.12);
  border-radius: 20px;
  padding: 18px 45px 21px 45px;
}

.box-image-job .job-top-creator ul {
  display: block;
  padding: 24px 20px 0px 20px;
  margin: 0px;
  list-style: none;
}

.box-image-job .job-top-creator ul li {
  display: inline-block;
  width: 100%;
  text-align: left;
  padding-bottom: 15px;
}

.box-image-job .job-top-creator ul li figure {
  float: left;
  display: block;
}

.box-image-job .job-top-creator ul li figure img {
  width: 60px;
  height: 50px;
  border-radius: 50%;
}

.box-image-job .job-top-creator ul li .job-info-creator {
  display: block;
  padding-left: 60px;
}

.box-image-job .job-top-creator ul li .job-info-creator strong {
  display: block;
  font-size: 14px;
  font-weight: bold;

}

.box-image-job .job-top-creator ul li .job-info-creator span {
  color: #88929b;
  font-size: 14px;
}

.list-partners {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.list-partners li {
  display: inline-block;
  padding: 25px 29px;
  vertical-align: middle;
}

.list-partners li figure img {
  max-width: 100%;
  vertical-align: middle;
}

.box-newsletter {
  padding: 57px 0px 96px 138px;
  background: url(../imgs/theme/bg-newsletter-top.svg) no-repeat 0px 0px;
  background-size: cover;
  border-bottom-right-radius: 40px;
}

.box-newsletter .box-form-newsletter {
  background: #ffffff;
  border-radius: 10px;
  max-width: 770px;
  padding: 10px;
  border-radius: 10px;
}

.box-newsletter .box-form-newsletter form {
  display: flex;
}

.box-newsletter .box-form-newsletter form .input-newsletter {
  width: 90%;
  padding: 15px;
  border: 0px;
  min-height: 60px;
}

.box-newsletter .box-form-newsletter form .font-heading {

  font-weight: 500;
}

.box-newsletter .icon-send-letter {
  background-image: url(../imgs/theme/icons/icon-send-letter.svg);
  background-repeat: no-repeat;
  background-position: right 17px center;
  padding-right: 50px;
}

.box-newsletter .text-md-newsletter {
  color: #ffffff;
  font-size: 37px;
  line-height: 55px;

  font-weight: bold;
}

.box-newsletter .text-lg-newsletter {
  color: #ffffff;
  font-size: 46px;
  line-height: 56px;

  font-weight: bold;
}

.box-newsletter-bottom {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.box-newsletter-bottom .newsletter-bottom {
  display: inline-block;
  margin: auto;
  position: relative;
  max-width: calc(100% - 140px);
  width: 100%;
  height: 40px;
  background: url(../imgs/theme/newsletter-bottom-mid.svg) repeat-x 0px 0px;
}

.box-newsletter-bottom .newsletter-bottom::before,
.box-newsletter-bottom .newsletter-bottom::after {
  content: "";
  position: absolute;
  top: 0px;
  height: 100%;
}

.box-newsletter-bottom .newsletter-bottom::before {
  left: -36px;
  width: 37px;
  background: url(../imgs/theme/newsletter-bottom-left.svg) no-repeat 0px 0px;
}

.box-newsletter-bottom .newsletter-bottom::after {
  right: -37px;
  width: 69px;
  background: url(../imgs/theme/newsletter-bottom-right.svg) no-repeat right -1px;
}

.bg-patern {
  position: relative;
}

.bg-patern::before {
  content: "";
  height: 900px;
  width: 700px;
  position: absolute;
  top: 0;
  background: url(../imgs/theme/patern.svg) no-repeat 0px 0%;
  z-index: -1;
}

.bg-patern .container {
  z-index: 3;
  position: relative;
}

.text-mutted {
  font-size: 16px;
  color: #88929b;
  line-height: 16px;
}

.text-mutted-2 {
  color: #9ea2ab;
}

/*page loading*/
.preloader {
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  transition: 0.6s;
  margin: 0 auto;
}

.preloader img {
  max-width: 250px;
}

.rate {
  height: 21px;
  padding: 0 10px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.rate:not(:checked)>input {
  position: absolute;
  visibility: hidden;
}

.rate:not(:checked)>label {
  float: right;
  width: 21px;
  height: 21px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
  margin-right: 3px;
}

.rate:not(:checked)>label:before {
  content: "";
  width: 21px;
  height: 21px;
  background: url(../imgs/theme/icons/star-grey.svg) no-repeat;
  display: block;
}

.rate:not(:checked)>label.checked:before {
  background: url(../imgs/theme/icons/star.svg) no-repeat;
}

.rate>input:checked~label:before {
  background: url(../imgs/theme/icons/star.svg) no-repeat;
}

.rate.small {
  transform: scale(0.7);
  -moz-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  padding: 0;
}

.breacrumb-cover {
  background-color: #fff9f3;
  padding: 20px 0;
}

.breadcrumbs li {
  color: #88929b;
  font-size: 16px;
  display: inline-block;
  padding-left: 13px;
  position: relative;
}

.breadcrumbs li::before {
  content: "/";
  position: absolute;
  top: 1px;
  left: 1px;
  color: #1f2938;
}

.breadcrumbs li a {
  font-size: 16px;
  color: #1f2938;
  text-decoration: none;
}

.breadcrumbs li a:hover {
  color: #9777fa;
}

.breadcrumbs li:last-child::before {
  color: #88929b;
}

.breadcrumbs li:first-child::before {
  display: none;
}

.breadcrumbs li:first-child {
  padding-left: 0px;
}

.banner-hero {
  padding: 0px 65px 0px 15px;
  position: relative;
  max-width: 1770px;
  margin: 0 auto;
}

.banner-hero .banner-inner {
  z-index: 5;
  position: relative;
}

.banner-hero .banner-inner .banner-imgs {
  padding: 0px 0px 0px 0px;
  position: relative;
}

.banner-hero .banner-inner .banner-imgs .union-icon {
  position: absolute;
  top: 10%;
  left: -10px;
}

.banner-hero .banner-inner .banner-imgs .congratulation-icon {
  position: absolute;
  top: 30%;
  left: -20px;
  width: 45%;
}

.banner-hero .banner-inner .banner-imgs .course-icon {
  position: absolute;
  top: 20%;
  right: 10px;
  width: 40%;
}

.banner-hero .banner-inner .banner-imgs .web-dev-icon {
  position: absolute;
  top: 60%;
  right: 30px;
  width: 40%;
}

.banner-hero .banner-inner .banner-imgs .docs-icon {
  position: absolute;
  bottom: 1%;
  left: -75px;
}

.banner-hero .banner-inner .banner-imgs .tick-icon {
  position: absolute;
  top: 80%;
  right: -60px;
}

.banner-hero .text-small-primary {
  color: var(--secondary-color);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.8px;
  position: relative;
  display: inline-block;
  padding: 0px 0px 10px 25px;
}

.banner-hero .text-small-primary--disk::before {
  content: "";
  height: 15px;
  width: 15px;
  background-color: #72e0bf;
  position: absolute;
  top: 4px;
  left: 0px;
  border-radius: 50%;
}

.banner-hero .block-banner {
  position: relative;
  z-index: 12;
  padding: 60px 0px 80px 0px;
}

.banner-hero .block-banner .form-find {
  background: #ffffff;
  box-shadow: 0px 18px 40px rgba(25, 15, 9, 0.1);
  border-radius: 20px;
  display: inline-block;
  width: 100%;
  padding: 22px 30px;
}

.banner-hero .block-banner .form-find form {
  display: flex;
  width: 100%;
}

.banner-hero .block-banner .form-find .btn-find {
  min-width: 127px;
  padding-left: 0px;
  padding-right: 0px;
}

.banner-hero .block-banner .form-find .form-input {
  border: 1px solid rgba(26, 15, 9, 0.1);
  border-radius: 10px;
  padding: 10px 20px 10px 50px;
  display: inline-block;
  width: 100%;
}

.banner-hero .block-banner .form-find .select2 {
  border: 1px solid rgba(26, 15, 9, 0.1);
  border-radius: 10px;
  padding: 10px 20px 10px 42px;
  display: inline-block;
  width: 100% !important;
  margin-right: 10px;
}

.banner-hero .block-banner .form-find .select2::before {
  content: "";
  background: url(../imgs/theme/icons/icon-location-2.svg) no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 18px;
  top: 15px;
}

.banner-hero .block-banner .form-find .select2 .select2-selection__arrow {
  background: url(../imgs/theme/icons/arrow-down.svg) no-repeat right 10px center;
  top: 11px;
  width: 26px;
}

.banner-hero .block-banner .form-find .select2 .select2-selection__arrow b {
  display: none !important;
  background-color: #9777fa;
}

.banner-hero .block-banner .form-find .input-keysearch {
  background: url(../imgs/theme/icons/icon-job.svg) no-repeat left 18px center;
}

.banner-hero .block-banner .list-tags-banner {
  position: relative;
}

.banner-hero .block-banner .list-tags-banner a {
  text-decoration: none;
  color: #37404e;
  font-size: 16px;
}

.banner-hero .block-banner .list-tags-banner strong {
  font-weight: 700;

  font-size: 16px;
  color: #37404e;
}

.banner-hero .heading-banner {
  color: #1f2938;
}

.banner-hero .banner-description {
  position: relative;
  font-size: 16px;
  line-height: 30px;
}

@keyframes hero-thumb-animation {
  0% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes hero-thumb-sm-animation {
  0% {
    transform: translateY(-20px) translateX(50px);
  }

  100% {
    transform: translateY(-20px) translateX(0px);
  }
}

@keyframes hero-thumb-sm-2-animation {
  0% {
    transform: translateY(-50px);
  }

  100% {
    transform: translateY(0px);
  }
}

.shape-1 {
  animation: hero-thumb-animation 2s linear infinite alternate;
}

.shape-2 {
  animation: hero-thumb-sm-animation 4s linear infinite alternate;
}

.shape-3 {
  animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
}

.main-sec::after {
  position: absolute;
  background: linear-gradient(94deg, rgba(58, 109, 220, 0.137) 10%, rgba(113, 160, 254, 0.048) 50%, rgba(113, 160, 254, 0.103) 100%);
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  opacity: 0.149;
  z-index: -1;
}

.main-sec {
  position: relative;
  /* background: linear-gradient(#ccd7e200 44%, #bfdffd 100%); */
  flex-flow: column;
  flex: none;
  place-content: center;
  align-items: center;
  gap: 0;
  width: 100%;
  height: min-content;
  padding: 50px 0px 0px;
  display: flex;
  position: relative;
  overflow: visible;
}

@media(max-width: 991.98px) {
  .main-sec {
    padding: 0px 0px 0px;
  }

  .section-box.mt-80 {
    margin-top: 40px !important;
  }
}

.header {
  --border-bottom-width: 1px;
  --border-color: var(--token-370273a4-b129-486d-80b0-217446dc585b, rgb(204, 230, 254));
  --border-left-width: 1px;
  --border-right-width: 1px;
  --border-style: solid;
  --border-top-width: 1px;
  background: linear-gradient(90deg, rgb(255 252 246) 5%, var(--token-5a6e4b92-2055-4c9b-825e-3bf7ba517c7f, rgb(240, 246, 252)) 15%, var(--token-06a962da-3e21-40a6-9ebd-1c105d50baf6, rgb(255, 255, 255)) 50%, var(--token-5a6e4b92-2055-4c9b-825e-3bf7ba517c7f, rgb(240, 246, 252)) 85%, var(--token-370273a4-b129-486d-80b0-217446dc585b, rgb(226 241 255)) 95%);
  width: 100%;
  border-radius: 16px;
  opacity: 1;
  position: relative;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.header .main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .main-header .header-left {
  display: flex;
  align-items: center;
}

.header .main-header .header-left .header-logo {
  margin-right: 50px;
}

.header .nav-main-menu {
  display: inline-block;
  width: 100%;
  padding: 0px;
}

.header .main-menu li {
  float: left;
  position: relative;
}

.header .main-menu li.has-children>a::after {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1 !important;
  font-size: 9px;
  opacity: 0.5;
  margin-left: 4px;
}

.header .main-menu li.hr {
  padding: 0px 22px;
}

.header .main-menu li.hr span {
  background-color: #ececec;
  height: 1px;
  width: 100%;
  display: block;
  margin: 5px 0;
}

.header .main-menu li a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #080a28;
  display: block;
  padding: 14px 22px 10px 22px;
  text-decoration: none;
  position: relative;
}

.header .main-menu li a:hover {
  color: var(--primary-color);
}

.header .main-menu li a i {
  font-size: 10px;
  opacity: 0.5;
  margin-left: 3px;
}

.header .main-menu li ul {
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.2s;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 999;
  min-width: 220px;
  border-radius: 10px;
  border: 1px solid #ececec;
  box-shadow: 0px 9px 26px 0px rgba(31, 31, 51, 0.06);
  background-color: #ffffff;
  padding: 10px 0px 15px 0;
}

.header .main-menu li ul li {
  width: 100%;
}

.header .main-menu li ul li a {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  color: #636477;
  position: relative;
  padding: 14px 22px 10px 35px;
  transition: 0.3s;
}

.header .main-menu li ul li a::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 50%;
  width: 5px;
  height: 5px;
  background-color: var(--primary-color);
  border-radius: 50%;
  opacity: 0.7;
  transition-duration: 0.2s;
}

.header .main-menu li ul li a:hover {
  padding-left: 38px;
  transition: 0.5s;
}

.header .main-menu li ul li a:hover::after {
  opacity: 1;
  transition-duration: 0.3s;
}

.header .main-menu li ul li ul {
  top: 0px;
  left: 100%;
}

.header .main-menu li:hover>ul {
  opacity: 1;
  visibility: visible;
  margin-top: 15px;
}

.header .main-menu li:hover>ul li {
  width: 100%;
}

.header .text-link-bd-btom {

  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #9777fa;
  display: inline-block;
  position: relative;
  padding-left: 13px;
}

.header .text-link-bd-btom:hover {
  color: #080a28;
}

.header .text-link-bd-btom::before {
  content: "";
  background: #9777fa;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  animation: shadow-pulse 1s infinite;
}

.btn-shadow {
  box-shadow: 0px 3px 10px rgba(27, 113, 255, 0.19);
}

.header.stick {
  padding: 14px 0px;
}

.header.header-2 {
  background-color: #fff9f3;
}

.sticky-bar.stick {
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  transition: all 0.3s ease 0s;
  border-bottom: 1px solid #ececec;
  background: #fff;
}

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

.sticky-bar.stick.sticky-blue-bg {
  background-color: #3286e0;
}

.sticky-bar.stick .burger-icon {
  top: 28px;
}

.user-account {
  display: flex;
  align-items: center;
}

.user-account img {
  max-width: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.user-account .user-name {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
}

.perfect-scroll {
  height: 100vh;
  width: 300px;
  position: relative;
}

.body-overlay-1 {
  background: transparent;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  cursor: crosshair;
  z-index: 997;
}

.mobile-menu-active .body-overlay-1 {
  opacity: 1;
  visibility: visible;
}

.mobile-header-wrapper-style {
  position: fixed;
  top: 0;
  width: 380px;
  min-height: 100vh;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #ffffff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  z-index: 9999;
}

.mobile-header-wrapper-style.sidebar-visible {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner {
  padding: 0px 0px 30px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 34px 30px 30px 30px;
  background-color: #ffffff;
  align-items: center;
  align-self: center;
  border-bottom: thin solid #ececec;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a {
  display: block;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
  width: 100px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
  padding: 30px 30px 30px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li {
  display: block;
  position: relative;
  padding: 13px 0;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.hr {
  display: none;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:last-child {
  border-bottom: none;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children .menu-expand {
  right: 0;
  position: absolute;
  cursor: pointer;
  z-index: 9;
  text-align: center;
  font-size: 12px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 38px;
  top: 5px;
  color: #1f2938;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children .menu-expand i {
  font-size: 18px;
  font-weight: 300;
  opacity: 0.5;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children.active>.menu-expand {
  background: rgba(255, 255, 255, 0.2);
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children.active>.menu-expand i::before {
  content: "\f113";
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a {
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  display: inline-block;
  color: #080a28;
  transition-duration: 0.2s;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a i {
  margin-right: 5px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul {
  padding: 10px 0 0 10px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li {
  padding: 10px 0;
  border-bottom: none;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.has-children .menu-expand {
  top: 0px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li:hover a {
  padding-left: 13px;
  transition-duration: 0.2s;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li:hover a::before {
  opacity: 1;
  transition-duration: 0.2s;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li a {
  font-size: 14px;
  display: block;
  font-weight: 500;
  color: #636477;
  padding-left: 10px;
  position: relative;
  transition-duration: 0.2s;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  width: 5px;
  height: 5px;
  background-color: #9777fa;
  border-radius: 50%;
  opacity: 0.7;
  transition-duration: 0.2s;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li ul {
  margin-top: 0;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.has-children.active {
  padding-bottom: 0;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:hover>a {
  color: #9777fa;
  padding-left: 3px;
  transition-duration: 0.2s;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .categories-dropdown-wrap ul li a {
  padding: 5px 15px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #ececec;
  margin: 17px 0 30px 0;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info {
  position: relative;
  margin-bottom: 13px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:last-child {
  margin-bottom: 0;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a {
  font-size: 14px;
  display: block;
  font-weight: 500;
  color: #1f2938;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a:hover {
  color: #9777fa;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a i {
  font-size: 14px;
  color: #9777fa;
  margin-right: 8px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown {
  margin-top: 5px;
  display: none;
  background-color: transparent;
  box-shadow: none;
  padding: 10px 0 0 0;
  width: 100%;
  z-index: 11;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li {
  padding-bottom: 10px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li:last-child {
  padding-bottom: 0px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a:hover {
  color: #9777fa;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:hover>a {
  color: #1f2938;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .site-copyright {
  font-size: 13px;
  color: #88929b;
}

.burger-icon {
  position: absolute;
  width: 24px;
  height: 20px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  top: 40px;
  right: 27px;
  z-index: 999999;
  display: none;
}

.burger-icon>span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
}

.burger-icon>span.burger-icon-top {
  top: 2px;
}

.burger-icon>span.burger-icon-bottom {
  bottom: 2px;
}

.burger-icon>span.burger-icon-mid {
  top: 9px;
}

.burger-icon.burger-close {
  position: fixed;
}

.burger-icon.burger-close>span.burger-icon-top {
  display: none;
  opacity: 0;
}

.burger-icon.burger-close>span.burger-icon-mid {
  top: 8px;
  transform: rotate(45deg);
}

.burger-icon.burger-close>span.burger-icon-bottom {
  bottom: 10px;
  transform: rotate(-45deg);
}

.burger-icon>span::before,
.burger-icon>span::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #333;
}

.burger-icon.burger-icon-white>span::before,
.burger-icon.burger-icon-white>span::after {
  background-color: #666666;
}

.mobile-search form {
  background-color: #f2f3f4;
  border-radius: 8px;
  height: 50px;
  padding: 0px 15px 0px 28px;
  position: relative;
}

.mobile-search form input {
  border: 0;
  background-color: transparent;
  width: 100%;
}

.mobile-search form i {
  position: absolute;
  left: 18px;
  top: 16px;
  font-size: 18px;
  color: #878d96;
}

.mobile-social-icon h6 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
}

.mobile-social-icon a {
  text-align: center;
  font-size: 14px;
  margin-right: 5px;
  transition-duration: 0.5s;
  height: 30px;
  width: 30px;
  display: inline-flex;
  background: #efeaff;
  border-radius: 30px;
  line-height: 1;
  align-content: center;
  justify-content: center;
}

.mobile-social-icon a img {
  max-width: 18px;
}

.mobile-social-icon a img:hover {
  opacity: 0.8;
}

.mobile-social-icon a:hover {
  transform: translateY(-2px);
  transition-duration: 0.5s;
  margin-top: -2px;
}

.mobile-social-icon a:last-child {
  margin-right: 0;
}

.mobile-account {
  margin: 15px 0;
  padding: 30px 0 20px 0;
  border-top: thin solid #ececec;
}

.mobile-account h6 {
  font-weight: 600;
  font-size: 18px;
}

.mobile-account ul li {
  padding: 13px 0;
}

.mobile-account ul li a {
  font-size: 15px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  display: inline-block;
  color: #636477;
  transition-duration: 0.2s;
}

.mobile-account ul li:hover a {
  padding-left: 3px;
  transition-duration: 0.2s;
  color: #9777fa;
}

.sidebar-title {
  border-bottom: thin solid #ececec;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.search-form form {
  position: relative;
}

.search-form form input {
  border: 1px solid #ececec;
  border-radius: 10px;
  height: 64px;
  box-shadow: none;
  padding-left: 20px;
  font-size: 16px;
  width: 100%;
}

.search-form form button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border: none;
  font-size: 20px;
  height: 100%;
  padding: 0 24px;
  background-color: transparent;
  color: #242424;
}

.widget-categories {
  background-color: #f4f6fa !important;
}

.widget-categories li {
  padding: 8px 0;
}

.widget-categories li+li {
  border-top: 1px solid #ececec;
}

.widget-categories li a {
  color: #1f2938;
  font-size: 16px;
}

.widget-categories li span.count {
  background-color: rgba(81, 146, 255, 0.12);
  color: #1f2938;
  border-radius: 3px;
  display: block;
  padding: 3px 5px;
  min-width: 26px;
  text-align: center;
}

.widget-categories li:hover span.count {
  background-color: #9777fa;
  color: #ffffff;
}

.post-list-small-item {
  transition-duration: 0.2s;
}

.post-list-small-item:hover {
  transition-duration: 0.2s;
  transform: translateY(-3px);
}

.post-list-small-item figure img {
  max-width: 85px;
  border-radius: 5px;
}

.post-list-small-item .post-meta {
  font-size: 13px;
}

.post-list-small-item .post-meta img {
  max-width: 30px;
  border-radius: 50%;
  margin-right: 5px;
}

.post-list-small-item h5 {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.post-list-small-item:not(:last-child) {
  margin-bottom: 15px;
}

.footer .menu-footer {
  display: inline-block;
}

.footer .menu-footer li {
  list-style: none;
  margin-bottom: 4px;
}

.footer .menu-footer li a {
  color: #666666;
  font-size: 14px;
  text-decoration: none;
  transition-duration: 0.2s;
}

.footer .menu-footer li a:hover {
  color: var(--primary-color);
  transition-duration: 0.2s;
  padding-left: 3px;
}

.footer .footer-bottom {
  border-top: 1px solid rgba(37, 106, 255, 0.4);
  padding: 20px 0px;
  color: #666666;
  font-size: 14px;
}

.footer .footer-bottom strong {
  color: var(--primary-color);
  font-weight: bold;
}

.footer .footer-bottom a {
  text-decoration: none;
}

.footer .footer-bottom .icon-socials {
  display: inline-block;
  margin-left: 10px;
  height: 30px;
  width: 30px;
  transition-duration: 0.2s;
}

.footer .footer-bottom .icon-socials:hover {
  transform: translateY(-3px);
  transition-duration: 0.2s;
}

.footer .footer-bottom .icon-socials.icon-facebook {
  background: url(../imgs/theme/icons/facebook.svg) no-repeat 0px 0px;
  transition-duration: 0.2s;
}

.footer .footer-bottom .icon-socials.icon-facebook:hover {
  background: url(../imgs/theme/icons/facebook-hover.svg) no-repeat 0px 0px;
  transition-duration: 0.2s;
}

.footer .footer-bottom .icon-socials.icon-twitter {
  background: url(../imgs/theme/icons/twitter.svg) no-repeat 0px 0px;
  transition-duration: 0.2s;
}

.footer .footer-bottom .icon-socials.icon-twitter:hover {
  background: url(../imgs/theme/icons/twitter-hover.svg) no-repeat 0px 0px;
  transition-duration: 0.2s;
}

.footer .footer-bottom .icon-socials.icon-instagram {
  background: url(../imgs/theme/icons/instagram.svg) no-repeat 0px 0px;
  transition-duration: 0.2s;
}

.footer .footer-bottom .icon-socials.icon-instagram:hover {
  background: url(../imgs/theme/icons/instagram-hover.svg) no-repeat 0px 0px;
  transition-duration: 0.2s;
}

.footer .footer-bottom .icon-socials.icon-linkedin {
  background: url(../imgs/theme/icons/linkedin.svg) no-repeat 0px 0px;
  transition-duration: 0.2s;
}

.footer .footer-bottom .icon-socials.icon-linkedin:hover {
  background: url(../imgs/theme/icons/linkedin-hover.svg) no-repeat 0px 0px;
  transition-duration: 0.2s;
}

#scrollUp {
  width: 42px;
  height: 42px;
  color: #ffffff;
  right: 30px;
  bottom: 30px;
  border-radius: 30px;
  text-align: center;
  overflow: hidden;
  z-index: 999 !important;
  border: 0;
  background-color: #fff;
  transition-duration: 0.2s;
  background-color: var(--primary-color);
}

#scrollUp i {
  display: block;
  line-height: 42px !important;
  font-size: 20px;
  color: #fff;
}

#scrollUp:hover {
  transform: translateY(-3px);
  transition-duration: 0.2s;
}

/*LAYOUT -> SPACING**/
.section-padding-30 {
  padding: 30px 0;
}

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

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

.section-padding {
  padding: 25px 0;
}

.ptb-0 {
  padding: 0;
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-35 {
  padding: 35px 0;
}

.ptb-32 {
  padding: 32px 0;
}

.ptb-40 {
  padding: 40px 0;
}

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

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

.ptb-70 {
  padding: 70px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-90 {
  padding: 90px 0;
}

.ptb-100 {
  padding: 100px 0;
}

.ptb-110 {
  padding: 110px 0;
}

.ptb-120 {
  padding: 120px 0;
}

.ptb-130 {
  padding: 130px 0;
}

.ptb-140 {
  padding: 140px 0;
}

.ptb-150 {
  padding: 150px 0;
}

.ptb-160 {
  padding: 160px 0;
}

.ptb-170 {
  padding: 170px 0;
}

.ptb-177 {
  padding: 177px 0;
}

.ptb-180 {
  padding: 180px 0;
}

.ptb-190 {
  padding: 190px 0;
}

.ptb-200 {
  padding: 200px 0;
}

.ptb-210 {
  padding: 210px 0;
}

.ptb-220 {
  padding: 220px 0;
}

.ptb-290 {
  padding: 290px 0;
}

.ptb-310 {
  padding: 310px 0;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-65 {
  padding: 65px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

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

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

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

.pt-105 {
  padding-top: 105px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-115 {
  padding-top: 115px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-125 {
  padding-top: 125px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-135 {
  padding-top: 135px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-145 {
  padding-top: 145px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-155 {
  padding-top: 155px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.pt-165 {
  padding-top: 165px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

.pt-175 {
  padding-top: 175px !important;
}

.pt-180 {
  padding-top: 180px !important;
}

.pt-185 {
  padding-top: 185px !important;
}

.pt-190 {
  padding-top: 190px !important;
}

.pt-195 {
  padding-top: 195px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pt-260 {
  padding-top: 260px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

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

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

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

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

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

.pb-105 {
  padding-bottom: 105px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-115 {
  padding-bottom: 115px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-125 {
  padding-bottom: 125px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-135 {
  padding-bottom: 135px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-145 {
  padding-bottom: 145px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-155 {
  padding-bottom: 155px !important;
}

.pb-160 {
  padding-bottom: 160px !important;
}

.pb-165 {
  padding-bottom: 165px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.pb-175 {
  padding-bottom: 175px !important;
}

.pb-180 {
  padding-bottom: 180px !important;
}

.pb-185 {
  padding-bottom: 185px !important;
}

.pb-190 {
  padding-bottom: 190px !important;
}

.pb-195 {
  padding-bottom: 195px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pl-105 {
  padding-left: 105px !important;
}

.pl-110 {
  padding-left: 110px !important;
}

.pl-115 {
  padding-left: 115px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.pl-125 {
  padding-left: 125px !important;
}

.pl-130 {
  padding-left: 130px !important;
}

.pl-135 {
  padding-left: 135px !important;
}

.pl-140 {
  padding-left: 140px !important;
}

.pl-145 {
  padding-left: 145px !important;
}

.pl-150 {
  padding-left: 150px !important;
}

.pl-155 {
  padding-left: 155px !important;
}

.pl-160 {
  padding-left: 160px !important;
}

.pl-165 {
  padding-left: 165px !important;
}

.pl-170 {
  padding-left: 170px !important;
}

.pl-175 {
  padding-left: 175px !important;
}

.pl-180 {
  padding-left: 180px !important;
}

.pl-185 {
  padding-left: 185px !important;
}

.pl-190 {
  padding-left: 190px !important;
}

.pl-195 {
  padding-left: 195px !important;
}

.pl-200 {
  padding-left: 200px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pr-105 {
  padding-right: 105px !important;
}

.pr-110 {
  padding-right: 110px !important;
}

.pr-115 {
  padding-right: 115px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

.pr-125 {
  padding-right: 125px !important;
}

.pr-130 {
  padding-right: 130px !important;
}

.pr-135 {
  padding-right: 135px !important;
}

.pr-140 {
  padding-right: 140px !important;
}

.pr-145 {
  padding-right: 145px !important;
}

.pr-150 {
  padding-right: 150px !important;
}

.pr-155 {
  padding-right: 155px !important;
}

.pr-160 {
  padding-right: 160px !important;
}

.pr-165 {
  padding-right: 165px !important;
}

.pr-170 {
  padding-right: 170px !important;
}

.pr-175 {
  padding-right: 175px !important;
}

.pr-180 {
  padding-right: 180px !important;
}

.pr-185 {
  padding-right: 185px !important;
}

.pr-190 {
  padding-right: 190px !important;
}

.pr-195 {
  padding-right: 195px !important;
}

.pr-200 {
  padding-right: 200px !important;
}

.plr-5-percent {
  padding: 0 5%;
}

/***************************
    Page section margin 
****************************/
.mtb-0 {
  margin: 0;
}

.mtb-10 {
  margin: 10px 0;
}

.mtb-15 {
  margin: 15px 0;
}

.mtb-20 {
  margin: 20px 0;
}

.mtb-30 {
  margin: 30px 0;
}

.mtb-40 {
  margin: 40px 0;
}

.mtb-50 {
  margin: 50px 0;
}

.mtb-60 {
  margin: 60px 0;
}

.mtb-70 {
  margin: 70px 0;
}

.mtb-80 {
  margin: 80px 0;
}

.mtb-90 {
  margin: 90px 0;
}

.mtb-100 {
  margin: 100px 0;
}

.mtb-110 {
  margin: 110px 0;
}

.mtb-120 {
  margin: 120px 0;
}

.mtb-130 {
  margin: 130px 0;
}

.mtb-140 {
  margin: 140px 0;
}

.mtb-150 {
  margin: 150px 0;
}

.mtb-290 {
  margin: 290px 0;
}

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

.mt-5 {
  margin-top: 5px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

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

.mt-25 {
  margin-top: 25px !important;
}

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

.mt-35 {
  margin-top: 35px !important;
}

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

.mt-45 {
  margin-top: 45px !important;
}

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

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-105 {
  margin-top: 105px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mt-115 {
  margin-top: 115px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-125 {
  margin-top: 125px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mt-135 {
  margin-top: 135px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mt-145 {
  margin-top: 145px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mt-155 {
  margin-top: 155px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

.mt-165 {
  margin-top: 165px !important;
}

.mt-170 {
  margin-top: 170px !important;
}

.mt-175 {
  margin-top: 175px !important;
}

.mt-180 {
  margin-top: 180px !important;
}

.mt-185 {
  margin-top: 185px !important;
}

.mt-190 {
  margin-top: 190px !important;
}

.mt-195 {
  margin-top: 195px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

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

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

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

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

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

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.ml-105 {
  margin-left: 105px !important;
}

.ml-110 {
  margin-left: 110px !important;
}

.ml-115 {
  margin-left: 115px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.ml-125 {
  margin-left: 125px !important;
}

.ml-130 {
  margin-left: 130px !important;
}

.ml-135 {
  margin-left: 135px !important;
}

.ml-140 {
  margin-left: 140px !important;
}

.ml-145 {
  margin-left: 145px !important;
}

.ml-150 {
  margin-left: 150px !important;
}

.ml-155 {
  margin-left: 155px !important;
}

.ml-160 {
  margin-left: 160px !important;
}

.ml-165 {
  margin-left: 165px !important;
}

.ml-170 {
  margin-left: 170px !important;
}

.ml-175 {
  margin-left: 175px !important;
}

.ml-180 {
  margin-left: 180px !important;
}

.ml-185 {
  margin-left: 185px !important;
}

.ml-190 {
  margin-left: 190px !important;
}

.ml-195 {
  margin-left: 195px !important;
}

.ml-200 {
  margin-left: 200px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mr-105 {
  margin-right: 105px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.mr-115 {
  margin-right: 115px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.mr-125 {
  margin-right: 125px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

.mr-135 {
  margin-right: 135px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

.mr-145 {
  margin-right: 145px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.mr-155 {
  margin-right: 155px !important;
}

.mr-160 {
  margin-right: 160px !important;
}

.mr-165 {
  margin-right: 165px !important;
}

.mr-170 {
  margin-right: 170px !important;
}

.mr-175 {
  margin-right: 175px !important;
}

.mr-180 {
  margin-right: 180px !important;
}

.mr-185 {
  margin-right: 185px !important;
}

.mr-190 {
  margin-right: 190px !important;
}

.mr-195 {
  margin-right: 195px !important;
}

.mr-200 {
  margin-right: 200px !important;
}

/*page about*/
.page-about {
  background-position: 0 5%;
}

.header-bg,
.bg-banner-about {
  background-color: #fff9f3;
}

.bg-banner-about {
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  padding-bottom: 40px;
}

.banner-about::before {
  width: 100%;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  right: 0px;
  left: 0px;
}

.banner-about .banner-inner .banner-imgs {
  padding-top: 35px;
}

.banner-about .main-banner {
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.banner-about .banner-sm-1 {
  position: absolute;
  top: 3%;
  left: -110px;
  width: 102px;
}

.banner-about .banner-sm-1 img {
  width: 102px;
  height: 102px;
  border-radius: 50%;
}

.banner-about .banner-sm-2 {
  position: absolute;
  top: 21%;
  left: -142px;
  width: 132px;
}

.banner-about .banner-sm-2 img {
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.banner-about .banner-sm-3 {
  position: absolute;
  top: 51%;
  left: -192px;
  width: 182px;
}

.banner-about .banner-sm-3 img {
  border-bottom-left-radius: 40px;
}

.heading-36 {

  font-size: 36px;
  line-height: 44px;
  font-weight: bold;
}

.text-lg {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
}

.text-blue {

  font-size: 20px;
  color: #5192ff;
  font-weight: 600;
  line-height: 24px;
}

.box-info-job {
  display: inline-block;
  width: 100%;
  padding: 70px 30px 0px 30px;
}

.box-image-findjob {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-left: -50px;
}

.box-image-findjob img {
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  box-shadow: 0px 20px 60px -6px rgba(0, 0, 0, 0.04);
}

.box-image-findjob::before {
  position: absolute;
  content: "";
  bottom: -45px;
  right: -45px;
  height: 39px;
  width: 39px;
  border-radius: 50%;
  background: #9fdbe9;
}

.block-job-bg {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 65px 0px 0px 20px;
}

.block-job-bg .row {
  z-index: 2;
  position: relative;
}

.block-job-bg::before {
  content: "";
  position: absolute;
  top: 0px;
  right: -50px;
  height: 84%;
  width: 88%;
  background: rgba(81, 146, 255, 0.3) url(../imgs/page/about/bg-inner-job.svg) no-repeat;
  background-size: cover;
  border-radius: 80px;
  z-index: 0;
}

.block-job-bg::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 85%;
  height: 39px;
  width: 39px;
  background: #bee2ae;
  border-radius: 50%;
  z-index: 0;
}

.bdrd-4 {
  border-radius: 4px !important;
}

.banner-imgs-about {
  position: relative;
}

.banner-imgs-about .banner-sm-4 {
  position: absolute;
  top: 15%;
  left: -110px;
}

.banner-imgs-about .banner-sm-5 {
  position: absolute;
  top: 65%;
  left: -90px;
}

.banner-imgs-about .main-banner {
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.color-black-5 {
  color: rgba(8, 10, 40, 0.5);
}

.box-mw-60 {
  max-width: 60%;
  margin: auto;
}

.box-mw-70 {
  max-width: 70%;
}

/*page services*/
.bg-body-service {
  background: url(../imgs/page/services/bg-body-service.svg) no-repeat top center;
  background-size: contain;
}

.box-banner-services--inner {
  position: relative;
  max-width: 1090px;
  margin: auto;
}

.box-banner-services--inner img {
  border-radius: 15px;
  width: 100%;
}

.box-banner-services--inner .btn-play-2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  right: 0px;
  height: 140px;
  width: 150px;
  z-index: 3;
  margin: auto;
  background: url(../imgs/theme/icons/play-2.svg) no-repeat;
}

.mw-650,
.mw-450 {
  max-width: 650px;
  margin: auto;
}

.mw-450 {
  max-width: 450px;
}

.pattern-service {
  position: relative;
}

.pattern-service .container {
  z-index: 2;
  position: relative;
}

.pattern-service::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0px;
  top: 0px;
  height: 100%;
  min-height: 611px;
  width: 290px;
  background: url(../imgs/theme/patern-service.svg) no-repeat 0px 0px;
}

/*page pricing*/
.bg-blue-full {
  background-color: #ecf4ff;
  padding: 82px 0px;
}

.bg-blue-full .btn-border {
  color: #37404e;
}

.bg-body-pricing {
  background: url(../imgs/theme/bg-body-pricing.svg) no-repeat right 0 top 27%;
}

.text-billed {
  font-weight: 500;

  display: inline-block;
  vertical-align: middle;
  color: #000000;
}

.block-pricing {
  background-color: #fff9f3;
  border-radius: 30px;
}

.block-pricing .box-pricing-item {
  display: inline-block;
  width: 100%;
  padding: 44px;
}

.block-pricing .box-pricing-item .for-year,
.block-pricing .box-pricing-item .for-month {
  display: none;
}

.block-pricing .box-pricing-item .display-month {
  display: inline-block;
}

.block-pricing .box-pricing-item .display-year {
  display: inline-block;
}

.block-pricing .box-pricing-item .btn-border {
  border: 1px solid rgb(151, 119, 250);
  color: #37404e;
}

.block-pricing .box-info-price {
  display: inline-block;
  width: 100%;
  padding-bottom: 40px;
}

.block-pricing .box-info-price .text-price {
  font-size: 36px;
  color: #231d4f;

  line-height: 46px;
  font-weight: 600;
  margin-right: 15px;
}

.block-pricing .box-info-price .text-month {
  font-size: 17px;
  line-height: 23px;
  color: #37404e;
}

.block-pricing .text-desc-package {
  font-size: 15px;
  line-height: 20px;
  color: #37404e;
}

.block-pricing .list-package-feature {
  display: inline-block;
  width: 100%;
  padding-bottom: 30px;
}

.block-pricing .list-package-feature li {
  display: inline-block;
  width: 100%;
  padding: 0px 0px 0px 35px;
  background: url(../imgs/theme/icons/check-circle.svg) no-repeat left center;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 20px;
  color: #37404e;
}

.block-pricing .most-popular {
  margin-top: -50px;
  background: #9777fa url(../imgs/theme/bg-featured.svg) no-repeat top right;
  background-size: contain;
  border-radius: 26px;
  padding: 20px 30px 44px 30px;
}

.block-pricing .most-popular .text-price,
.block-pricing .most-popular .text-month,
.block-pricing .most-popular h4,
.block-pricing .most-popular .text-desc-package {
  color: #ffffff;
}

.block-pricing .most-popular .list-package-feature li {
  color: #ffffff;
  background: url(../imgs/theme/icons/check-circle-white.svg) no-repeat left center;
}

.block-pricing .most-popular .btn-border {
  font-weight: bold;
  color: #9777fa;
  width: 100%;
  text-align: center;
}

.block-pricing .most-popular .btn-white-sm {
  border-radius: 14px;
  text-transform: uppercase;
  padding: 9px 25px 7px 25px;
  font-size: 10px;
  color: #9777fa;
  line-height: 12px;

}

.heading-md-regular {
  font-size: 20px;
  line-height: 24px;
  color: #1f2938;
  font-weight: 500;

}

.box-info-job .text-md {
  line-height: 28px;
}

.box-image-findjob.box-image-about {
  padding-top: 44px;
  padding-right: 44px;
  text-align: center;
}

.box-image-findjob.box-image-about::before {
  background: url(../imgs/theme/bg-dot.svg) no-repeat;
  width: 159px;
  height: 130px;
  top: 0px;
  right: 0px;
  border-radius: 0px;
  z-index: 0;
}

.box-image-findjob.box-image-about .btn-play-video {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  right: 0px;
  height: 140px;
  width: 150px;
  z-index: 3;
  margin: auto;
  background: url(../imgs/theme/icons/play.svg) no-repeat;
}

.box-image-findjob figure {
  position: relative;
  z-index: 2;
}

.box-info-job.box-info-about {
  padding-top: 30px;
}

.box-info-job.box-info-about .btn-border {
  color: #37404e;
}

.text-gray-200 {
  color: #727272;
  font-size: 16px;
}

/*page-faqs*/
.faqs-imgs .faqs-1 {
  border-radius: 80px 80px 80px 0;
}

.faqs-imgs .faqs-2 {
  border-radius: 0 80px 0 80px;
}

.faqs-imgs .faqs-3 {
  border-radius: 0 80px 80px 80px;
}

.accordion-flush .accordion-button {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  line-height: 2;
  font-size: 18px;
  font-weight: 800;
  padding-left: 48px;
}

.accordion-flush .accordion-button::after {
  flex-shrink: 0;
  width: 14px;
  height: 20px;
  margin-left: auto;
  content: "";
  background-image: url(../imgs/theme/icons/accordion-right.svg);
  background-repeat: no-repeat;
  background-size: unset;
  transition: transform 0.2s ease-in-out;
  position: absolute;
  left: 15px;
}

.accordion-flush .accordion-button:not(.collapsed) {
  color: #9777fa;
  background-color: transparent;
}

.accordion-flush .accordion-button:not(.collapsed)::after {
  width: 20px;
  height: 20px;
  background-image: url(../imgs/theme/icons/accordion-up.svg);
  margin-top: 10px;
  transform: none;
}

.accordion-flush .accordion-button:focus {
  border-color: rgba(151, 119, 250, 0.5);
}

.accordion-flush .accordion-body {
  color: #88929b;
  font-size: 16px;
}

.accordion-flush .accordion-collapse {
  border: none !important;
}

.accordion-collapse {
  border: none !important;
}

/*Page contact*/
.leaflet-map {
  height: 528px;
  width: 100%;
}

.archive-header h3 {
  font-size: 46px;
}

.archive-header .post-meta .author img {
  max-width: 30px;
  border-radius: 50%;
  margin-right: 5px;
}

.card-blog-1 {
  border-radius: 15px;
  border: thin solid #ececec;
  padding: 30px;
}

.card-blog-1:hover {
  box-shadow: 0px 9px 26px 0px rgba(31, 31, 51, 0.06);
}

.card-blog-1 .post-thumb {
  border-radius: 15px;
  overflow: hidden;
}

.card-blog-1 .post-thumb img {
  border-radius: 15px;
}

.card-blog-1 .post-meta .author img {
  max-width: 30px;
  border-radius: 50%;
  margin-right: 5px;
}

.card-blog-1 h3.post-title {
  font-size: 24px;
  line-height: 1.33;
}

.card-blog-1 h3.post-title a {
  color: #1f2938;
}

.card-blog-1 h3.post-title a:hover {
  color: #9777fa;
}

.card-blog-1 h3.post-title.small {
  font-size: 18px;
}

.card-blog-1 .btn-brand-hover {
  border-color: rgba(151, 119, 250, 0.5);
}

.card-blog-1.post-list {
  display: flex;
}

.card-blog-1.post-list .post-thumb {
  max-width: 275px;
  margin-right: 25px;
}

.single-body figure img {
  border-radius: 15px;
}

.single-body p {
  font-size: 18px;
  margin-bottom: 15px;
  color: #586475;
  line-height: 1.5;
}

.single-body h1,
.single-body h2,
.single-body h3,
.single-body h4,
.single-body h5,
.single-body h6 {
  margin: 30px 0 25px 0;
}

.single-body .excerpt p {
  font-size: 22px;
  line-height: 1.5;
  color: #1f2938;
}

.single-body blockquote {
  background-color: rgba(81, 146, 255, 0.12);
  padding: 40px 60px;
  border-radius: 15px;
  margin: 30px auto;
  font-size: 24px;
  max-width: 80%;
}

.single-body blockquote p {
  font-size: 24px;
  line-height: 32px;
  color: #7e7e7e;
  margin-bottom: 0;
}

.author-bio {
  border-radius: 15px;
  border: 1px solid #ececec;
}

.author-bio h5 {
  margin: 0 !important;
  font-weight: 600;
}

.author-bio .author-image {
  display: flex;
  justify-content: start;
  align-content: center;
  align-items: center;
}

.author-bio .author-image img {
  margin-right: 10px;
  max-width: 64px;
}

.author-bio .author-image p {
  font-size: 14px;
}

.related-posts h6 {
  font-size: 16px;
  font-weight: 600;
}

.related-posts h6 a {
  color: #1f2938;
}

.bg-white {
  background: #ffffff;
}

.box-head-single {
  background-color: #FFF9F3;
  display: inline-block;
  width: 100%;
  padding: 55px 0px;
  position: relative;
}

.box-head-single.bg-2 {
  background-color: #E9F7FF;
}

.box-head-single::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  z-index: 1;
  width: 100px;
  background: url(../imgs/page/job-single/bg-header-left.svg) no-repeat right bottom;
}

.box-head-single::after {
  z-index: 1;
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 100%;
  width: 543px;
  background: url(../imgs/page/job-single/bg-header-right.svg) no-repeat right bottom;
}

.box-head-single .container {
  position: relative;
  z-index: 2;
}

.box-head-single h3 {
  margin-bottom: 15px;
}

.box-head-single .avatar-sidebar {
  position: relative;
  text-align: center;
  display: flex;
  margin-bottom: 15px;
  justify-content: center;
}

.box-head-single .avatar-sidebar img {
  max-width: 60px;
  border-radius: 50%;
  margin-right: 10px;
}

.box-head-single .avatar-sidebar .sidebar-company {
  font-weight: 600;
}

.box-head-single .avatar-sidebar .sidebar-website-text {
  color: #9777fa;
}

.img-rd-15 {
  border-radius: 15px;
  width: 100%;
}

.single-image-feature {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}

.content-single p {
  font-size: 16px;
  line-height: 200%;
  color: #37404e;
  margin-bottom: 20px;
}

.content-single h5 {
  margin-top: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.content-single ul {
  padding-left: 30px;
  line-height: 200%;
  font-size: 16px;
  color: #37404e;
  list-style: disc;
}

.author-single {
  display: inline-block;
  padding-left: 26px;
  padding-top: 10px;
}

.author-single span {
  position: relative;
  background-color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
}

.author-single span::before {
  content: "";
  height: 1px;
  border-top: 1px solid rgb(165, 165, 165);
  width: 21px;
  position: absolute;
  top: 13px;
  left: -26px;
}

.author-single span::after {
  content: "";
  height: 1px;
  border-top: 1px solid rgb(165, 165, 165);
  width: 21px;
  position: absolute;
  top: 13px;
  right: -27px;
}

.single-apply-jobs {
  display: inline-block;
  width: 100%;
  padding: 47px 0px;
  border-top: 1px solid rgba(6, 18, 36, 0.1);
  margin-top: 50px;
}

.heading-border {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0px;
}

.heading-border::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 0px;
  width: 100%;
  height: 1px;
  z-index: 1;
  border-top: 1px solid rgba(6, 18, 36, 0.1);
}

.heading-border span {
  background-color: #ffffff;
  display: inline-block;
  padding: 5px 10px 5px 0px;
  position: relative;
  z-index: 2;
}

.sidebar-shadow {
  border: 1px solid rgba(6, 18, 36, 0.1);
  padding: 29px 33px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0px 9px 26px 0px rgba(31, 31, 51, 0.06);
  margin-bottom: 40px;
}

.sidebar-shadow .sidebar-heading {
  display: inline-block;
  width: 100%;
}

.sidebar-shadow .sidebar-heading .avatar-sidebar figure {
  float: left;
}

.sidebar-shadow .sidebar-heading .avatar-sidebar figure img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.sidebar-shadow .sidebar-heading .avatar-sidebar .sidebar-info {
  display: block;
  padding-left: 60px;
  position: relative;
}

.sidebar-shadow .sidebar-heading .avatar-sidebar .sidebar-info .sidebar-company {
  font-size: 18px;

  line-height: 18px;
  font-weight: bold;
  display: block;
  padding-top: 5px;
}

.sidebar-shadow .sidebar-heading .avatar-sidebar .sidebar-info .sidebar-website-text {
  font-size: 12px;
  line-height: 18px;
  color: #9777fa;
}

.sidebar-shadow .sidebar-heading .avatar-sidebar .sidebar-info .dropdown-toggle::after {
  display: none;
}

.sidebar-shadow .sidebar-heading .avatar-sidebar .sidebar-info .dropdown-menu {
  min-width: unset;
  box-shadow: 0px 9px 26px 0px rgba(31, 31, 51, 0.06);
  border: thin solid #ececec;
}

.sidebar-shadow .sidebar-heading .avatar-sidebar .sidebar-info .dropdown-menu a {
  font-size: 14px;
  color: #636477;
}

.text-description {
  font-size: 16px;
  color: #37404e;
  line-height: 24px;
  display: inline-block;
  width: 100%;
}

.sidebar-team-member {
  border-top: 1px solid rgba(6, 18, 36, 0.1);
  display: inline-block;
  width: 100%;
  padding: 30px 0px 0px 0px;
  margin: 30px 0px 0px 0px;
}

.sidebar-team-member .sidebar-list-member {
  display: inline-block;
  width: 100%;
  padding: 30px 0px;
}

.sidebar-team-member .sidebar-list-member ul li {
  display: inline-block;
  margin-right: 18px;
  margin-bottom: 18px;
  transition-duration: 0.2s;
}

.sidebar-team-member .sidebar-list-member ul li:hover {
  transform: translateY(-3px);
  transition-duration: 0.2s;
}

.sidebar-team-member .sidebar-list-member ul li:hover img {
  opacity: 0.85;
  transition-duration: 0.2s;
}

.sidebar-team-member .sidebar-list-member ul li a img {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  transition-duration: 0.2s;
}

.sidebar-team-member .info-address {
  padding-top: 20px;
}

.sidebar-team-member .info-address span {
  display: block;
  font-size: 16px;
  padding-bottom: 10px;
}

.sidebar-team-member .info-address span i {
  float: left;
  margin: 4px 8px 0px 0px;
  color: #88929b;
}

.sidebar-team-member .info-address span span {
  display: block;
  padding-left: 28px;
}

.sidebar-list-job {
  border-top: 1px solid rgba(6, 18, 36, 0.1);
  display: inline-block;
  width: 100%;
  padding: 30px 0px 0px 0px;
  margin: 30px 0px 0px 0px;
}

.sidebar-list-job ul {
  padding: 0px;
}

.sidebar-list-job ul li {
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
}

.sidebar-list-job ul li .sidebar-icon-item {
  float: left;
  width: 32px;
}

.sidebar-list-job ul li .sidebar-icon-item i {
  font-size: 23px;
  color: #88929b;
}

.sidebar-list-job ul li .sidebar-text-info {
  display: block;
  padding-left: 35px;
}

.sidebar-list-job ul li .sidebar-text-info span {
  color: #727272;
}

.sidebar-list-job ul li .sidebar-text-info strong {
  display: block;
  padding-top: 10px;
  color: #1f2938;
}

.sidebar-normal {
  padding: 29px 33px;
}

.ul-lists {
  padding: 15px 0px 15px 15px;
}

.ul-lists li {
  list-style-type: disc;
  color: #88929b;
  padding-bottom: 5px;
}

.ul-lists li a {
  color: #88929b;
  text-decoration: none;
}

.ul-lists li a:hover {
  color: #9777fa;
}

.btn-dots-abs-right {
  position: absolute;
  top: 0px;
  right: 0px;
}

.job-overview {
  border: thin solid #ececec;
  box-shadow: 0px 20px 60px -6px rgba(0, 0, 0, 0.04);
  border-radius: 15px;
  padding: 50px;
  margin-bottom: 50px;
}

.job-overview .sidebar-icon-item {
  font-size: 18px;
  color: #a0abb8;
}

.job-overview .text-description {
  font-size: 16px;
  color: #727272;
  line-height: 24px;
}

.job-meta {
  font-size: 12px;
  color: #88929b;
}

.job-meta .company {
  font-weight: bold;
  color: #9777fa;
}

.job-meta span {
  margin-right: 15px;
  display: inline-block;
}

.heading-image-rd {
  float: left;
  width: 130px;
  margin-right: 15px;
}

.heading-image-rd figure {
  position: relative;
  display: inline-block;
}

.heading-image-rd figure img {
  border-radius: 50%;
  height: 130px;
  width: 130px;
}

.heading-image-rd.online figure::before {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  content: "";
  position: absolute;
  bottom: 16px;
  right: 10px;
  background: #00C070;
}

.heading-main-info {
  display: block;
  padding-left: 145px;
}

.heading-main-info h4 {
  padding: 4px 0px 10px 0px;
}

.heading-main-info .head-info-profile {
  margin-bottom: 20px;
}

.heading-main-info .head-info-profile i {
  float: left;
  margin: 1px 10px 0px 0px;
}

.heading-main-info .head-info-profile>span {
  display: inline-block;
}

.heading-main-info .head-info-profile .rate-reviews-small {
  display: inline-block;
  margin-left: 30px;
}

.heading-main-info .head-info-profile .rate-reviews-small img {
  height: 13px;
}

.heading-main-info .mt-minus-15 {
  margin-top: -15px;
}

.box-head-single-candidate::after {
  width: 165px;
}

.box-head-single-candidate::before {
  background: url(../imgs/theme/bg-head-left-candidate.svg) no-repeat right bottom;
}

.block-progress-status {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 30px 0px;
}

.block-progress-status .item-progress {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.block-progress-status .item-progress .title-progress {
  float: left;
  width: 170px;
  margin-right: 10px;
}

.block-progress-status .item-progress .info-progress {
  max-width: 605px;
  display: block;
  padding-left: 180px;
  margin-top: 7px;
}

.block-progress-status .item-progress .info-progress .progress {
  height: 10px;
  width: 100%;
  border-radius: 5px;
  background: rgba(6, 18, 36, 0.1);
}

.block-progress-status .item-progress .info-progress .progress .progress-bar {
  background: #9777fa;
  border-radius: 5px;
}

.text-md-bold {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #37404e;
}

.none-bd {
  border: 0px;
}

.sidebar-list-follower ul li {
  position: relative;
}

.sidebar-list-follower ul li a.online::before {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 0px;
  right: 4px;
  background: #00c070;
}

.dis-block {
  display: block;
}

.text-md-lh28 {
  font-size: 16px;
  line-height: 24px;
}

.lh-32 {
  line-height: 32px !important;
}

.none-bg::before {
  display: none;
}

.none-bg::after {
  display: none;
}

.box-shadow-bdrd-15 {
  border-radius: 15px;
  box-shadow: 0px 20px 60px -6px rgba(0, 0, 0, 0.04);
  background-color: #ffffff;
  padding: 15px;
  border: thin solid #ececec;
}

.box-filters .box-search-job {
  display: inline-block;
  vertical-align: middle;
}

.box-filters .box-search-job .form-search-job {
  float: left;
  padding-right: 20px;
}

.box-filters .box-search-job .form-search-job .input-search-job {
  border: 0px;
  padding: 12px 10px 10px 45px;
  background: url(../imgs/theme/icons/icon-search.svg) no-repeat 10px center;
}

.box-filters .list-tags-job {
  vertical-align: middle;
  float: right;
}

.box-filters .list-tags-job a {
  display: inline-block;
  padding: 12px 45px 12px 22px;
  border-radius: 10px;
  background-color: #f1f7ff;
  text-decoration: none;
  position: relative;
}

.box-filters .list-tags-job a .remove-tags-job {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  height: 15px;
  width: 15px;
  background: url(../imgs/theme/icons/icon-remove.svg) no-repeat center;
}

.paginations {
  margin: 20px 0px 50px 0px;
}

.paginations .pager {
  padding: 0px;
}

.paginations .pager li {
  display: inline-block;
  vertical-align: middle;
}

.paginations .pager li a {
  display: block;
  padding: 10px 8px;
  font-weight: 600;
  color: #37404e;
  line-height: 24px;
  text-decoration: none;
  position: relative;
  font-size: 16px;
}

.paginations .pager li a:hover {
  font-weight: bold;
}

.paginations .pager li a.active {
  font-weight: bold;
}

.paginations .pager li a.pager-number.active::before {
  content: "";
  height: 28px;
  width: 28px;
  background: #9777fa;
  opacity: 0.3;
  border-radius: 8px;
  position: absolute;
  z-index: -1;
  top: 8px;
  left: -1px;
}

.paginations .pager li a.pager-number:hover::before {
  content: "";
  height: 28px;
  width: 28px;
  background: #9777fa;
  opacity: 0.3;
  border-radius: 8px;
  position: absolute;
  z-index: -1;
  top: 8px;
  left: -1px;
}

.paginations .pager li .pager-prev {
  background: url(../imgs/theme/icons/page-prev.svg) no-repeat center;
  height: 40px;
  width: 40px;
  margin-right: 15px;
}

.paginations .pager li .pager-prev:hover {
  background: url(../imgs/theme/icons/page-prev-hover.svg) no-repeat center;
}

.paginations .pager li .pager-next {
  background: url(../imgs/theme/icons/page-next.svg) no-repeat center;
  height: 40px;
  width: 40px;
  margin-left: 15px;
}

.paginations .pager li .pager-next:hover {
  background: url(../imgs/theme/icons/page-next-hover.svg) no-repeat center;
}

.sidebar-with-bg {
  background: rgba(81, 146, 255, 0.12);
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
}

.text-body-999 {
  font-size: 16px;
  line-height: 22px;
  color: #999;
}

.box-email-reminder .form-group {
  position: relative;
}

.box-email-reminder .form-group input {
  border: 0px;
  padding-left: 42px;
}

.box-email-reminder .form-group input::-moz-placeholder {
  color: #88929b;
  font-size: 12px;
}

.box-email-reminder .form-group input::placeholder {
  color: #88929b;
  font-size: 12px;
}

.job-fillter .box-button-find {
  width: 140px;
  float: right;
  flex: auto;
}

.job-fillter .box-salary {
  padding: 14px 5px 14px 45px;
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
}

.job-fillter .box-salary i {
  color: #88929b;
  float: left;
  margin: 1px 7px 0px 0px;
}

.job-fillter .dropdown {
  margin-right: 15px;
  width: 30%;
  max-width: 170px;
}

.job-fillter .dropdown .dropdown-toggle::after {
  border: 0px;
}

.job-fillter .dropdown .dropdown-toggle {
  font-size: 14px;
  line-height: 16px;
}

.job-fillter .dropdown .dropdown-toggle .fi-rr-angle-small-down {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}

.job-fillter .dropdown .dropdown-toggle i {
  color: #88929b;
  float: left;
  margin: -3px 7px 0px 0px;
  font-size: 18px;
}

.job-fillter .dropdown .dropdown-menu.show {
  border-radius: 0 0 10px 10px;
  margin: 15px 0 0 25px;
}

.job-fillter .btn-default {
  width: 140px;
  max-width: 140px;
}

.text-sortby {
  color: #9c9ca3;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}

.box-view-type {
  float: right;
  margin-left: 15px;
}

.box-view-type a {
  display: inline-block;
  vertical-align: middle;
}

.dropdown-sort {
  line-height: 21px;
  display: inline-block;
  vertical-align: middle;
}

.dropdown-sort .dropdown-toggle::after {
  border: 0px;
}

.dropdown-sort .dropdown-toggle {
  padding: 0px;
  outline: none;
  font-size: 14px;
  font-weight: 600;

}

.dropdown-sort .dropdown-toggle:focus {
  box-shadow: none;
}

.dropdown-sort .dropdown-toggle i {
  color: #88929b;
  float: right;
  margin: -3px 7px 0px 0px;
  font-size: 18px;
}

.fs-ri-dollar2 {
  border: 2px solid #ccc;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 20px !important;
  vertical-align: middle;
  font-size: 10px;
}

.text-normal {
  font-size: 16px;
  line-height: 22px;
  color: #37404e;
}

.text-small {
  font-size: 14px;
  line-height: 19px;
  color: #37404e;
}

.float-right {
  float: right;
}

.list-checkbox {
  display: inline-block;
  width: 100%;
  padding: 15px 0px 5px 0px;
}

.list-checkbox li {
  position: relative;
  padding: 0px 30px 1px 0px;
  display: inline-block;
  width: 100%;
}

.list-checkbox li .number-item {
  position: absolute;
  top: 35%;
  right: 0px;
  transform: translateY(-50%);
  padding: 2px 8px 4px 8px;
  font-size: 12px;
  line-height: 16px;
  border-radius: 5px;
  background: rgba(156, 156, 163, 0.18);
  color: #9c9ca3;
}

.background-primary {
  background-color: rgb(81, 146, 255);
}

.bg-sidebar {
  background-image: url(../imgs/theme/bg-sidebar.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.menu-dropdown-abs {
  position: absolute;
  top: 10px;
  right: 0px;
}

.content-page .card-grid-2 .card-block-info {
  padding: 20px 20px 30px 20px;
  position: relative;
}

.content-page .card-grid-2 .card-block-info .btn-dots-abs-right {
  top: 0px;
  right: 15px;
}

.content-page .card-grid-2 .card-block-info .btn-dots-abs-right::after {
  display: none;
}

.content-page h5 {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

.content-page .card-grid-2:hover {
  border-color: rgba(151, 119, 250, 0.5);
}

.sidebar-shadow.none-shadow {
  padding-left: 20px;
  padding-right: 17px;
}

.buttons-filter .btn {
  padding: 12px 15px;
  font-size: 14px;
  color: #88929b;
}

.buttons-filter .btn-default {
  color: #ffffff;
}

.input-disabled {
  background-color: #f9f9f9 !important;
  border: 1px solid rgba(6, 18, 36, 0.1);
  padding: 8px 15px;
  color: #a9a9a9;
}

.input-disabled:focus {
  color: #a9a9a9;
}

.minus-input {
  position: relative;
}

.minus-input::before {
  content: "-";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  font-size: 14px;
  color: #a9a9a9;
}

.lb-slider {
  font-weight: 600;
  font-size: 12px;
  color: #37404e;

}

.text-brand-10 {
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  color: #9777fa;

}

.text-icon-first {
  position: relative;
  display: inline-block;
  padding-left: 10px;
}

.text-icon-first::before {
  position: absolute;
  top: 5px;
  left: 0px;
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #96de95;
}

.job-listing-grid-2 .card-grid-2 .card-block-info .card-text-price {
  font-size: 16px;
  line-height: 20px;
}

.job-listing-grid-2 .card-grid-2 .card-block-info .card-text-price span {
  font-size: 12px;
}

.job-listing-grid-2 .card-grid-2 .card-block-info .dropdown-menu {
  border: thin solid #ececec;
  box-shadow: 0px 9px 26px 0px rgba(31, 31, 51, 0.06);
}

.job-listing-grid-2 .card-grid-2 .card-block-info .dropdown-menu .dropdown-item {
  font-size: 14px;
  color: #636477;
}

.text-gray-100 {
  color: #bababa;
}

.job-list-list .list-recent-jobs {
  margin-top: 0px;
}

.background-12 {
  background-color: #c5ffdc;
}

.background-6 {
  background-color: rgba(151, 119, 250, 0.12);
}

.background-blue-light {
  background-color: #c5e3ff;
}

.background-urgent {
  background-color: #ffcfc5;
}

.job-tags a {
  background-color: #f1f7ff;
  color: #727272;
  border-radius: 15px;
  padding: 8px 20px;
  display: inline-block;
}

.job-tags a+a {
  margin-left: 5px;
}

.employers-list {
  position: relative;
}

.employers-list .card-employers {
  border: 1px solid rgba(6, 18, 36, 0.1);
  padding: 26px 23px;
  border-radius: 10px;
  background-color: #ffffff;
  margin-bottom: 30px;
}

.employers-list .card-employers:hover {
  box-shadow: 0px 20px 60px -6px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(151, 119, 250, 0.5);
}

.employers-list .card-employers .employers-name h5 {
  font-size: 18px;
}

.employers-list .card-employers .employers-name h5 a {
  color: #1f2938;
}

.employers-list .card-employers .employers-name h5:hover a {
  color: #9777fa;
}

.employers-list .card-employers .employers-name .rate {
  margin-left: -20px;
}

.employers-list .card-employers .employers-info i {
  font-size: 20px;
  color: #88929b;
  margin-left: 10px;
}

.employers-list .card-employers .card-grid-2-link {
  text-align: right;
}

.employers-list .card-employers .card-grid-2-link i {
  font-size: 20px;
  color: #88929b;
  margin-left: 10px;
}

.employers-list .card-employers .btn-brand-hover {
  border: thin solid rgba(151, 119, 250, 0.5);
  font-size: 14px;
}

.employers-list .card-employers .employers-logo img {
  max-width: 110px;
}

.employers-list .card-employers .employers-logo.online figure {
  position: relative;
  display: inline-block;
}

.employers-list .card-employers .employers-logo.online figure::before {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  content: "";
  position: absolute;
  bottom: 13px;
  right: 9px;
  background: #00c070;
}

.employers-header-2 {
  border-bottom: thin solid #ececec;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.mw-720 {
  max-width: 720px;
  margin: auto;
  display: table !important;
  table-layout: fixed;
}

.banner-home-3 {
  position: relative;
  padding-bottom: 140px !important;
}

.banner-home-3 .banner-hero::before {
  display: none;
}

.banner-home-3 .banner-hero .block-banner {
  padding-right: 80px;
}

.banner-home-3::before {
  content: "";
  height: 351px;
  width: 400px;
  position: absolute;
  bottom: 40px;
  left: 40px;
  background: url(../imgs/theme/designer.svg) no-repeat 0px 0px;
  background-size: contain;
}

.banner-home-3::after {
  content: "";
  height: 351px;
  width: 400px;
  position: absolute;
  bottom: 40px;
  right: 20px;
  background: url(../imgs/theme/working.svg) no-repeat 0px 0px;
  background-size: contain;
}

.list-job-2-col .card-job-description {
  font-size: 14px;
  line-height: 22px;
}

.findjob-homepage-2::before {
  right: 100px !important;
  bottom: -55px !important;
}

.block-job-bg-homepage-2::before {
  right: 0px !important;
}

.none-bg-body {
  background: #ffffff;
}

.nav-style-homepage-3 li button.active {
  color: #9777fa;
  background: none;
}

.nav-style-homepage-3 li button:hover {
  color: #9777fa;
  background: none;
}

.nav-style-homepage-3>li:last-child button {
  padding-right: 0px;
}

.bg-body-homepage-3 {
  background: url(../imgs/theme/bg-body-pricing.svg) no-repeat right 0 top 5%;
}

.bg-body-homepage-3::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 901px;
  width: 901px;
  background: url(../imgs/theme/half-circle.svg) no-repeat 0px 0px;
  z-index: -1;
}

@media (min-width: 1560px) {
  .banner-homepage-3 {
    padding: 0px 0px 0px 145px;
  }
}

.banner-homepage-3 {
  padding-top: 40px;
}

.banner-homepage-3::before {
  display: none;
}

.banner-homepage-3 .block-banner {
  padding-right: 250px;
}

.banner-homepage-3 .banner-imgs::before {
  content: "";
  z-index: 0;
  position: absolute;
  bottom: 0px;
  left: -70px;
  height: 54px;
  width: 56px;
  background: url(../imgs/theme/icons/triangle.svg) no-repeat 0px 0px;
}

.banner-homepage-3 .banner-imgs .banner-sm1,
.banner-homepage-3 .banner-imgs .banner-sm2,
.banner-homepage-3 .banner-imgs .banner-sm3 {
  position: absolute;
  top: 4%;
  left: -86px;
  z-index: 12;
}

.banner-homepage-3 .banner-imgs .banner-sm1 img {
  width: 251px;
}

.banner-homepage-3 .banner-imgs .banner-sm2 {
  top: 43%;
  left: -136px;
}

.banner-homepage-3 .banner-imgs .banner-sm2 img {
  width: 144px;
}

.banner-homepage-3 .banner-imgs .banner-sm3 {
  top: 62%;
  left: -90px;
}

.banner-homepage-3 .banner-imgs .banner-sm3 img {
  width: 251px;
}

@media (max-width: 1399.98px) {
  .custom-class {
    display: block;
  }
}

@media (max-width: 1199.98px) {
  .custom-class {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }

  .pl-lg-15 {
    padding-left: 15px !important;
  }

  .header-right {
    padding-right: 50px;
  }

  h2.section-title {
    font-size: 48px;
  }

  .banner-hero {
    max-width: 100%;
    padding: 0;
  }

  .banner-hero.hero-1 .block-banner {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
    max-width: 720px;
    overflow: hidden;
  }

  .banner-hero.hero-1::before {
    width: 100%;
    border-radius: 0;
    left: 0;
  }

  .banner-hero.hero-1 .banner-imgs {
    display: none;
  }

  .banner-hero.hero-1 .text-small-primary {
    font-size: 14px;
  }

  .banner-hero.hero-1 h1 {
    font-size: 52px;
  }

  .box-swiper .swiper-button-next {
    right: -45px;
  }

  .box-swiper .swiper-button-prev {
    left: -45px;
  }

  .card-grid-2 h5 {
    font-size: 18px;
  }

  .box-image-job .job-top-creator {
    left: 10px;
  }

  .list-partners li {
    padding: 15px 18px;
  }

  .list-partners li figure img {
    max-width: 80px;
  }

  .box-newsletter {
    padding: 57px 50px 96px 50px;
  }

  .nav.nav-right {
    margin-top: 30px;
  }

  .mt-lg-30 {
    margin-top: 30px !important;
  }

  .bg-banner-about.banner-home-3 {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
  }

  .bg-banner-about.banner-home-3 .banner-hero {
    max-width: 720px;
  }

  .bg-banner-about.banner-home-3 .banner-hero .block-banner {
    padding-top: 0;
  }

  .bg-banner-about.banner-home-3 .banner-hero .block-banner h2.heading-banner {
    font-size: 36px;
    line-height: 1.2;
  }

  .bg-banner-about.banner-home-3::before,
  .bg-banner-about.banner-home-3::after {
    opacity: 0.1;
  }

  .banner-hero.banner-homepage-3 {
    padding-top: 0;
    margin-bottom: 50px;
  }

  .banner-hero.banner-homepage-3 h1 {
    font-size: 48px;
  }

  .banner-hero.banner-homepage-3 .block-banner {
    padding-right: 80px;
    background: #fff9f3;
  }

  .banner-hero.banner-homepage-3 .banner-imgs {
    display: none;
  }

  .box-info-job {
    padding-left: 30px !important;
  }

  .box-info-job .mt-50 {
    margin-top: 0px !important;
  }

  .block-pricing .most-popular {
    margin-top: 0 !important;
  }

  .job-fillter {
    margin: 15px 0 0 0;
    border-top: 1px solid #eee;
    padding-top: 15px;
  }

  .job-fillter .btn {
    padding-left: 10px !important;
  }

  .job-fillter .dropdown-menu {
    margin-left: 10px !important;
    margin-top: 0 !important;
  }

  .heading-main-info .btn-default {
    margin: 15px 0;
  }

  .card-blog-1.post-list .post-thumb {
    max-width: 175px;
    margin-right: 15px;
  }

  .card-blog-1.post-list .btn-brand-hover {
    padding: 10px 15px;
    font-size: 14px;
  }

  .card-blog-1.post-list .post-title {
    font-size: 20px;
  }

  .archive-header h3 {
    font-size: 36px;
    width: 100% !important;
  }

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

  .mt-md-50 {
    margin-top: 50px !important;
  }

  .mt-md-30 {
    margin-top: 30px !important;
  }

  .mt-md-0 {
    margin-top: 0px !important;
  }

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

  .pl-md-0 {
    padding-left: 0 !important;
  }

  .pl-md-15 {
    padding-left: 15px !important;
  }

  .w-md-100 {
    width: 100% !important;
  }

  .section-title-large {
    font-size: 48px;
  }

  .leaflet-map {
    height: 328px;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .section-title-large {
    font-size: 42px;
  }

  .banner-hero .block-banner {
    padding: 0;
  }

  .header-right {
    display: none;
  }

  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
    padding: 15px 30px 13px 30px;
    border-bottom: 1px solid #ececec;
  }

  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
    width: 140px;
  }

  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
    padding: 30px;
  }

  .nav.nav-right {
    margin-top: 30px;
  }

  .box-head-single h3 {
    font-size: 36px;
    line-height: 1.2;
  }

  .social-share {
    margin-top: 25px;
  }

  .social-share .btn-sm {
    padding: 10px 15px;
    vertical-align: middle;
  }

  .job-overview {
    padding: 25px !important;
  }
}

@media (max-width: 575.98px) {
  .why-section{
    margin-top: 0px !important;
  }
  .why-section p{
    font-size: 16px !important;
  }
  .section-box.mt-70,
  .section-box.mt-80,
  .section-box.mt-100,
  .section-box.mt-40 {
    margin-top: 30px !important;
  }
  .why-section .mb-16{
      margin-bottom: 2rem ;
  }
  .header.sticky-bar .col-lg-7 .burger-icon {
    right: 15px;
  }

  .banner-hero.hero-1 h1 {
    font-size: 30px;
    line-height: 45px;
  }

  .banner-hero .banner-description {
    width: 100% !important;
    padding-right: 0px !important;
  }

  .banner-hero .block-banner .form-find {
    padding: 15px;
    margin-top: 40px !important;
  }

  .banner-hero.hero-1 .block-banner {
    padding: 0px 10px 0px 10px;
  }
  .heading-banner br{
    display: none;
  }
  .btn-area .header-btn1 {
    margin-top: 0px !important;
  }

  .header-btn1 {
    font-size: 16px !important;

  }

  .btn-area .header-btn2 {
    font-size: 16px !important;
    margin-left: 7px !important;
    margin-top: 0px !important;
  }

  .banner-hero .block-banner .form-find form {
    display: block;
  }

  .banner-hero .block-banner .form-find form input {
    margin-bottom: 15px;
  }

  .banner-hero .block-banner .form-find form button {
    margin-top: 15px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  h2.section-title {
    font-size: 32px;
    line-height: 48px;
  }

  .mt-sm-15 {
    margin-top: 15px !important;
  }

  .mt-sm-30 {
    margin-top: 30px !important;
  }

  .pt-sm-15 {
    padding-top: 15px;
  }

  .swiper-group-6 {
    max-height: 140px;
  }

  .box-swiper .swiper-container .item-logo {
    box-shadow: none;
  }

  .list-partners li {
    padding: 15px 15px;
  }

  .box-newsletter {
    padding: 50px 15px;
  }

  .box-newsletter .text-md-newsletter {
    font-size: 22px;
    line-height: 28px;
  }

  .box-newsletter .text-lg-newsletter {
    font-size: 32px;
  }

  .box-newsletter form {
    display: block;
  }

  .footer .col-xs-6 {
    width: 50%;
  }

  .footer ul.mt-40 {
    margin-top: 15px !important;
    margin-bottom: 20px !important;
  }

  .footer .footer-social {
    margin-top: 15px;
    margin-left: -10px;
  }

  .bg-banner-about.banner-home-3 {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .bg-banner-about.banner-home-3 .banner-hero .block-banner {
    padding-right: 15px;
    padding-left: 15px;
  }

  .card-job-top--info-heading {
    margin-bottom: 10px;
  }

  .card-job-top--price {
    margin-top: 15px;
    display: block;
  }

  .box-info-job {
    padding: 0 !important;
  }

  .block-job-bg::before {
    display: none;
  }

  .box-mw-60 {
    max-width: 100% !important;
  }

  .banner-hero.banner-homepage-3 .block-banner {
    padding: 30px 15px;
  }

  .box-image-findjob img {
    border-radius: 20px;
    margin-bottom: 20px;
  }

  .nav-right li {
    margin-bottom: 15px;
  }

  .block-pricing.mt-125 {
    margin-top: 50px !important;
  }

  .box-filters .list-tags-job {
    display: none;
  }

  .job-fillter.d-flex {
    display: block !important;
  }

  .job-fillter.d-flex .box-button-find {
    float: none;
  }

  .job-fillter.d-flex .btn {
    padding-left: 10px !important;
  }

  .job-fillter.d-flex .dropdown {
    margin: 0 0 10px 0;
    width: 100%;
    max-width: 100%;
  }

  .box-shadow-bdrd-15.box-filters {
    padding-bottom: 30px;
  }

  .social-share .btn-sm {
    padding: 10px 11px;
  }

  .card-employers .col-sm-6 {
    width: 50%;
  }

  .archive-header h3 {
    font-size: 32px;
    line-height: 1.2;
  }

  .card-blog-1 .tags {
    display: none;
  }

  .card-blog-1 .post-meta {
    font-size: 12px;
  }

  .card-blog-1.post-list {
    display: block;
  }

  .card-blog-1.post-list .post-thumb {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .card-blog-1.post-list .post-title {
    font-size: 18px;
  }

  .single-body blockquote {
    padding: 15px 20px;
    border-radius: 5px;
    margin: 15px auto;
    font-size: 18px;
    max-width: 100%;
  }

  .single-body blockquote p {
    font-size: 18px;
    line-height: 1.5;
  }

  .bg-banner-about {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    padding: 15px 15px 40px 15px;
  }

  .bg-banner-about .heading-lg {
    font-size: 32px;
    line-height: 1.2;
  }

  .banner-about::before {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }

  .section-title-large {
    font-size: 38px;
  }
}

@media (min-width: 1400px) {
  .container.wide {
    max-width: 1544px;
  }
}

/*OTHER SCREEN*/
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .header-right {
    display: none;
  }
}

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

.card-2 {
  bottom: 20%;
  left: -20px;
  color: var(--accent-purple);
}

.floating-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  font-size: 0.82rem;
  font-weight: 600;
  box-shadow: var(--shadow-md);
  z-index: 3;
}




.btn-area {
  display: inline-block;
}

.header-btn1 {
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  background: linear-gradient(135deg, #1B85FF, #0052cc);
  color: #fff;
  padding: 8px 16px;
  transition: all 0.4s;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  text-align: center;
}

.header-btn1 em {
  height: 36px;
  width: 36px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  line-height: 36px;
  text-align: center;
  background: #fff;
  color: var(--primary-color);
  ;
  transform: rotate(-45deg);
  position: relative;
  left: 8px;
}

.header-btn1::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  left: 50%;
  transition: all 0.4s;
  top: 0;
  z-index: -1;
  background: var(--primary-color);
  ;
  border-radius: 30px;
  visibility: hidden;
  opacity: 0;
}

.btn-area .header-btn1 {
  margin-top: 32px;
}

.header-btn1:hover {
  color: #fff;
  transition: all 0.4s;
  transform: translateY(-5px);
}

.header-btn1:hover em {
  transition: all 0.4s;
  transform: rotate(0deg);
}

.btn-area .header-btn2 {
  margin-top: 20px;
  color: var(--primary-color);
  ;
  border: 1px solid var(--primary-color);
  ;
}

.btn-area .header-btn2 em {
  background: var(--primary-color);
  ;
  color: #fff;
}

.header-btn2 {
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: #fff;
  padding: 7px 16px;
  transition: all 0.4s;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  transition: all 0.4s;
}

.header-btn2 em {
  height: 36px;
  width: 36px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  line-height: 36px;
  text-align: center;
  background: #fff;
  color: #128c7e;
  transform: rotate(-45deg);
  position: relative;
  left: 8px;
}

.header-btn2:hover {
  color: #fff;
  transition: all 0.4s;
  transform: translateY(-5px);
}

.header-btn2:hover em {
  background: #fff !important;
  transition: all 0.4s;
  color: #128c7e;
  transform: rotate(0deg);
}

.about-board {
  background: linear-gradient(180deg, #fff 0%, var(--token-5a6e4b92-2055-4c9b-825e-3bf7ba517c7f, #f0f6fc) 100%);
  border-radius: 32px;
  flex-flow: column;
  flex: none;
  place-content: center;
  align-items: center;
  gap: 48px;
  width: 100%;
  max-width: 1100px;
  height: min-content;
  padding: 70px 50px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 8px 16px #3d9cf540;
}

@media (max-width: 991.98px) {
  .about-board {
    padding: 40px;
  }
}

.about-con {
  flex-flow: column;
  flex: none;
  place-content: center flex-start;
  align-items: center;
  gap: 15px;
  width: 100%;
  height: min-content;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.about-con p {
  color: #93999e;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}

.about-con h2 {
  font-size: 35px;
  color: #12255c;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: center;
}

.about-con h6 {
  color: #8f919d;
  font-size: 16px;
  font-weight: 400;
  max-width: 760px;
  text-align: center;
  line-height: 30px;
  text-transform: capitalize;
}

.about-fea {
  flex-flow: row;
  flex: none;
  place-content: center;
  align-items: center;
  gap: 32px;
  width: 100%;
  max-width: 1200px;
  height: min-content;
  padding: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.about-box {
  flex-flow: row;
  place-content: center flex-start;
  align-items: center;
  gap: 16px;
  height: min-content;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-icon {
  background-color: rgb(204, 230, 254);
  border-radius: 8px;
  opacity: 1;
  height: 56px;
  flex-flow: column;
  flex: none;
  place-content: center;
  align-items: center;
  gap: 0;
  width: 56px;
  padding: 0;
  display: flex;
  position: relative;
}

.about-box p {
  color: #12255c;
  font-size: 18px;
  text-transform: capitalize;
}


.section-bluetooth {
  padding: 160px 0;
}

.badge-custom {
  background: rgb(204, 230, 254);
  color: var(--primary-color);
  padding: 8px 20px;
  border-radius: 30px;
  font-weight: 600;
  letter-spacing: 1px;
}

.section-title {
  font-size: 48px;
  font-weight: 700;
  color: #0f2b46;
}

.section-text {
  color: #6c757d;
  font-size: 18px;
  margin-top: 20px;
  line-height: 1.7;
}

.phone-wrapper {
  position: relative;
  text-align: center;

}


.floating-box {
  position: absolute;
  background: #fff;
  padding: 12px 20px;
  border-radius: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  font-size: 14px;
}

.image-area {
  /* min-height:500px; */
}

.phone-img {
  position: relative;
  z-index: 3;
  max-width: 260px;
}

/* background shapes */

.bg-shape {
  position: absolute;
  z-index: 0;
  width: 300px;
}

.shape1 {
  top: -30px;
  right: 30px;
  width: 410px;
  border-radius: 30px;
}

.shape2 {
  bottom: -40px;
  left: 40px;
  width: 250px;
  border-radius: 30px;
}

/* floating badges */

.floating {
  position: absolute;
  background: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  font-size: 14px;
  z-index: 5;
}

.badge1 {
  top: 40px;
  left: 40px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.badge2 {
  top: 10px;
  right: 80px;
  display: flex;
  gap: 10px;
  align-items: center;
}






.control-section {
  padding: 120px 0;
}

.image-area {
  position: relative;
  /* height:450px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* PHONE */

.phone {
  width: 520px;
  position: relative;
  z-index: 3;
}

/* BACKGROUND SHAPES */

.shape {
  position: absolute;
  z-index: 1;
}

.shape3 {
  width: 270px;
  top: -40px;
  left: 40px;
  border-radius: 30px;
}

.shape4 {
  width: 290px;
  bottom: -40px;
  right: 20px;
  border-radius: 30px;
}

/* TOP BADGE */

.top-badge {
  position: absolute;
  top: 10px;
  background: white;
  padding: 10px 18px;
  border-radius: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  z-index: 5;
  font-size: 14px;
}

/* BOTTOM CARD */

.bottom-card {
  position: absolute;
  bottom: -30px;
  background: white;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  width: 280px;
  text-align: center;
  z-index: 5;
}

.icons {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.icon {
  width: 40px;
  height: 40px;
  /* background:#e9f1ff; */
  border-radius: 10px;
}

/* TEXT */

.badge-control {
  background: #e6efff;
  padding: 8px 18px;
  border-radius: 20px;
  font-weight: 600;
  color: #4a7cff;
}

.content h2 {
  font-size: 44px;
  font-weight: 700;
  color: #142a4f;
  margin-top: 20px;
}

.content p {
  color: #6b7280;
  line-height: 1.7;
}




.custom-section {
  padding: 120px 0;
}

/* badge */

.badge-custom {
  background: #e6efff;
  padding: 8px 20px;
  border-radius: 20px;
  font-weight: 600;
  color: #3a6edc;
  font-size: 13px;
}

/* heading */

.main-title {
  font-size: 35px;
  font-weight: 700;
  color: #142a4f;
  margin: 20px 0 40px;
  line-height: 67px;
}

/* features */

.feature {
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}

.icon-box {
  width: 45px;
  height: 45px;
  background: #e6efff;
  border-radius: 10px;
  display: flex;
}

.icon-box i {
  margin: auto;
}

.feature h6 {
  color: #575c60;
  margin: 0;
  font-weight: 600;
  text-transform: capitalize;
}

.feature p {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
}

/* image area */

.image-area {
  position: relative;
  /* height:520px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

/* phone */

.phone-3 {
  width: 251px;
  position: relative;
  z-index: 3;
}

/* background shapes */

.shape {
  position: absolute;
  z-index: 1;
}

.shape5 {
  width: 242px;
  top: -40px;
  left: 120px;
  border-radius: 30px;
}

.shape6 {
  width: 400px;
  bottom: -40px;
  right: 20px;
  border-radius: 30px;
}

/* floating badges */

.badge-top {
  position: absolute;
  background: white;
  padding: 10px 18px;
  border-radius: 25px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  z-index: 5;
}

.badge3 {
  top: 30px;
  left: 180px;
}

.badge4 {
  top: 80px;
  right: 20px;
}

/* bottom card */

.bottom-card {
  position: absolute;
  bottom: -20px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: white;
  padding: 20px 25px;
  border-radius: 20px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
  z-index: 5;
}

.card-icon {
  width: 40px;
  height: 40px;
  background: #e6efff;
  border-radius: 50%;
}

.dots {
  width: 40px;
  height: 4px;
  background: #d4d4d4;
  border-radius: 10px;
}




.service-block-v3 {
  position: relative;
  border-radius: 50px;
  background: #fff;
  padding: 56px 50px 40px;
  margin-top: 20px;
  margin-right: 20px;
  z-index: -1;
  transition: all 0.3s ease;
  border-top: 5px solid transparent;
}

/* .service-block:hover .service-block-v3{
    transform: translateY(-6px);
    background: rgba(37, 211, 101, 0.058); 
    border-color: #25d366; 
    box-shadow: var(--shadow-glow);
} */
.service-block-v3 .icon-box {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 90px;
  height: 90px;
  line-height: 100px;
  text-align: center;
  background-color: #FFF0E5;
  border-radius: 50%;
  z-index: 999;
}

.service-block-v3 .icon-box i {
  /* font-size: 50px; */
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--theme-color-light);
}

.bg-purple-light {
  background: #EAE5F5 !important;
  color: #6d28d9;
}

.service-block-v3 .title {
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--theme-color-dark2);
  margin-bottom: 15px;
}

.title a {
  color: inherit;
}

.service-block-v3 .text {
  font-size: 14px;
  line-height: 30px;
  text-transform: capitalize;
}

.service-block-v3.two {
  margin-top: 90px;
  /* background-color: rgba(59, 130, 246, 0.058); */
}

.service-block:hover .service-block-v3.two {
  transform: translateY(-6px);
  /* background-color: rgba(59, 130, 246, 0.058); */
  border-color: #3b82f6;
  box-shadow: var(--shadow-glow);
}

.service-block-v3.two .icon-box {
  background-color: #ddecff;
}

/* .service-block-v3.three {
    background-color: rgba(139, 92, 246, 0.058);
} */
.service-block:hover .service-block-v3.three {
  transform: translateY(-6px);
  /* background-color: rgba(139, 92, 246, 0.058); */
  border-color: #8b5cf6;
  box-shadow: var(--shadow-glow);
}

/* .service-block-v3.three .icon-box {
    background-color: #8b5cf6;
} */
/* .service-block-v3.four {
    background-color: rgba(245, 158, 11, 0.058);
} */
.service-block:hover .service-block-v3.four {
  transform: translateY(-6px);
  /* background-color: rgba(245, 158, 11, 0.058); */
  border-color: #f59e0b;
  box-shadow: var(--shadow-glow);
}

.service-block-v3.four .icon-box {
  background-color: #E5F2EA;
}

/* .service-block-v3.five {
    background-color: rgba(236, 72, 153, 0.058);
} */
.service-block:hover .service-block-v3.five {
  transform: translateY(-6px);

  border-color: #ec4899;
  box-shadow: var(--shadow-glow);
}

.service-block-v3.five .icon-box {
  background-color: #ffdddd;
}

/* .service-block-v3.six {
    background-color: rgba(6, 182, 212, 0.058);
} */
.service-block:hover .service-block-v3.six {
  transform: translateY(-6px);
  /* background-color: rgba(6, 182, 212, 0.058); */
  border-color: #06b6d4;
  box-shadow: var(--shadow-glow);
}

.service-block-v3.six .icon-box {
  background-color: #F4EEDD;
}

.testimonial-container {
  width: 100%;
  max-width: 100%;
  padding: 2rem;
}

.testimonial-grid {
  display: grid;
  gap: 5rem;
}

.image-container {
  position: relative;
  width: 90%;
  height: 24rem;
  perspective: 1000px;
}

.testimonial-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.5rem;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.testimonial-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.name {
  font-size: 1.5rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 0.25rem;
}

.designation {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 2rem;
}

.quote {
  font-size: 1.125rem;
  color: #4b5563;
  line-height: 1.75;
}

.arrow-buttons {
  display: flex;
  gap: 1rem;
  padding-top: 3rem;
}

.arrow-button {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background-color: #141414;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s;
}

.arrow-button:hover {
  background-color: #00a6fb;
}

.arrow-button svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: #f1f1f7;
  transition: transform 0.3s;
}

.arrow-button:hover svg {
  fill: #ffffff;
}

.prev-button:hover svg {
  transform: rotate(-12deg);
}

.next-button:hover svg {
  transform: rotate(12deg);
}

@media (min-width: 768px) {
  .testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }

  .arrow-buttons {
    padding-top: 0;
  }
}

h6 {
  color: #93999e;
  text-transform: uppercase;
}

.pricing {
  background: linear-gradient(180deg, var(--token-06a962da-3e21-40a6-9ebd-1c105d50baf6, #fff)8%, #cce6fe80 50%, var(--token-06a962da-3e21-40a6-9ebd-1c105d50baf6, #fff)92%);
}

.pricing-section {
  padding: 120px 0;

}

.price-card {

  background: white;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  height: 100%;
  position: relative;
  margin: 0px 10px;
}

.price-card.active {

  background: linear-gradient(180deg, #f2f7ff, #d7e7ff);
  transform: scale(1.05);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);

}

.plan {
  font-weight: 600;
  color: #243b64;
}

.price {
  color: var(--primary-color);
  font-size: 35px;
  font-weight: 700;
  margin: 15px 0;
}

.price.free {
  color: var(--primary-color);

}

.price.free span {
  font-size: 20px;
  font-weight: 500;
}

.price span {
  font-size: 16px;
  color: #6c757d;
}

.desc {
  color: #6c757d;
  font-size: 16px;
  margin-bottom: 25px;
}

.features {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.features li {

  margin-bottom: 12px;
  padding-left: 35px;
  position: relative;
  color: #5a6472;

}

.features li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  background: #e6f7ec;
  color: #2bb673;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 600;

}

.best-offer {

  position: absolute;
  top: 20px;
  right: 20px;
  background: #b7f1d0;
  color: #0c7c59;
  padding: 5px 12px;
  font-size: 12px;
  border-radius: 20px;

}

.download-btn {

  background: #e6effa;
  color: #2c6bd9;
  font-weight: 600;
}

.core-btn {

  background: linear-gradient(90deg, #4a8df6, #0d6efd);
  border: none;
  font-weight: 600;

}




.testimonial-section {
  padding: 0px 0 0px 0px;
  text-align: center;
  /* background:linear-gradient(180deg,var(--token-06a962da-3e21-40a6-9ebd-1c105d50baf6,#fff)8%,#f0f6fccc 35%,#ecf5ffd9 70%,var(--token-06a962da-3e21-40a6-9ebd-1c105d50baf6,#fff)92%); */
}

.subtitle {
  letter-spacing: 3px;
  font-size: 12px;
  color: #8a97a7;
}

.title {
  font-size: 42px;
  font-weight: 700;
  color: #122b4a;
  margin-bottom: 15px;
}

.desc {
  color: #6c7a89;
  margin-bottom: 60px;
}

.swiper {
  padding-bottom: 60px;
}

.testimonial-card {

  background: white;
  padding: 40px;
  border-radius: 25px;
  box-shadow: rgba(61, 156, 245, 0.25) 0px 8px 16px 0px;
  text-align: left;
  height: 100%;
}

.avatar {

  width: 55px;
  height: 55px;
  border-radius: 50%;
  /* margin-bottom:20px; */
}

.review {
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 25px;
}

.swiper-slide-active .review {
  color: #000 !important;
}

.swiper-slide {

  opacity: .35;
  transform: scale(.9);
  transition: .4s;

}

.swiper-slide-active {

  opacity: 1;
  transform: scale(1);

}

.testimonial-slider .swiper-wrapper {
  transition-timing-function: linear !important;
}

.faq-sec {
  background: linear-gradient(86.1957deg, var(--token-06a962da-3e21-40a6-9ebd-1c105d50baf6, #fff) 0%, var(--token-8893388a-9d3b-49ab-b749-7e55cea2a25a, #94cbfe) 100%);
  /* max-width: 1200px; */
  height: min-content;
  overflow: var(--overflow-clip-fallback, clip);
  will-change: var(--framer-will-change-override, transform);
  border-radius: 32px;

  place-content: center;
  align-items: center;
  gap: 48px;
  width: 100%;
  padding: 50px 50px 50px;
  position: relative;
  box-shadow: 0 8px 16px #3d9cf540;
  margin: auto;
  min-height: 595px;
}


.faq-section {
  padding: 100px 0;
}

.faq-item {
  border-radius: 15px;
  /* border:1px solid #e5e7eb; */
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #fff;
}

/* 
.faq-item.active{
border:2px solid #22c55e;
} */
.accordion-header {
  line-height: normal;
}

.accordion-button {
  background: white;
  font-weight: 500;
  font-size: 16px;
  padding: 15px;
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  background: white;
  color: #0f172a;
}

.accordion-body {
  padding: 15px 15px 15px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.7;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button {
  border: none !important;
}

/* Keep FAQ description text black when accordion is active */
.faq-sec .desc {
  color: #1f2938 !important;
}




.footer {
  padding: 80px 0 0px;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(204, 230, 254) 100%);
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #1e3a8a;
  font-size: 20px;
}

.footer-logo img {
  width: 200px;
}

.footer-title {
  font-weight: 600;
  margin-bottom: 20px;
  color: #1e3a8a;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  text-decoration: none;
  color: #374151 !important;
}

.footer-links a:hover {
  color: #2563eb;
}

.footer-divider {
  border-top: 1px solid #cbd5e1;
  margin: 50px 0 25px;
}

.footer-bottom {
  text-align: center;
  color: #374151;
}

.social-links li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.social-links i {
  color: #2563eb;
}

@media (max-width: 991.98px) {
  .section-bluetooth {
    padding-bottom: 0px !important;
  }

  .res-row {
    display: flex;
    flex-direction: column-reverse;
  }

  .image-area {
    margin-top: 0px;
    margin-bottom: 100px;
  }

  .service-block-v3.two {
    margin-top: 30px;
  }

  .service-block-v3 {
    margin-top: 30px;
  }

  .price-card {
    margin: 20px 0px;
  }

  .price-card.active {
    transform: unset;
  }

  .accordion {
    margin-top: 30px;
  }

  .footer-logo {
    margin-bottom: 30px;
  }

  .burger-icon {
    display: block;
  }
}

@media (max-width: 575.98px) {
  .about-fea {
    flex-wrap: wrap;
    gap: 15px;
    display: grid;
    width: 100%;
  }

  .burger-icon {
    display: block;
  }

  .shape1 {
    width: 270px;
  }

  .shape2 {
    width: 200px;
  }

  .badge2 {
    top: 190px;
    right: 20px;
  }

  .shape3 {
    width: 220px;
  }

  .shape4 {
    width: 240px;
    bottom: 60px;
  }

  .badge4 {
    top: 120px;
  }

  .phone {
    width: 490px;
  }

  .shape5 {
    width: 200px;
    top: -50px;
    left: 40px;
  }

  .shape6 {
    width: 290px;
    bottom: -50px;
    right: 20px;
  }

  .service-block-v3 .icon-box {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }

  .faq-sec {
    padding: 50px 30px 50px;
  }
}

@media(max-width: 991.98px) {
  .interior-header-wrap {
    padding-top: 40px;
  }
}

/* Arthix Custom Responsive Fixes */
@media (max-width: 768px) {
  h1 {
    font-size: 32px !important;
    line-height: 1.2 !important;
  }

  h2 {
    font-size: 28px !important;
    line-height: 1.3 !important;
  }

  h3 {
    font-size: 20px !important;
    line-height: 1.3 !important;

  }

  .section-box {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .header-sticky-bar {
    padding: 10px 0 !important;
  }

  .banner-hero {
    padding: 0px 0 0px 0 !important;
  }

  .main-header {
    padding: 10px 0 !important;
  }
}

/* Hide login on mobile or hide hamburger on desktop */
@media (min-width: 1200px) {
  .burger-icon {
    display: none !important;
  }
}

/* Improve card layouts */
.price-card {
  height: 100%;
  display: flex !important;
  flex-direction: column;
}

.price-card .btn-area {
  margin-top: auto;
}

/* Fix spacing on long text blocks */
.text-muted {
  max-width: 800px;
}

.mx-auto.text-muted {
  margin-left: auto;
  margin-right: auto;
}

/* Markdown Fixes */
strong,
.font-bold {
  font-weight: 700 !important;
}

/* --- UI/UX Optimization --- */

/* 1. Hero Heading Spacing Fix (index.html) */
.heading-banner {
  font-size: 50px !important;
  line-height: 75px !important;
  margin-bottom: 25px !important;
}

@media (max-width: 991px) {
  .heading-banner {
    font-size: 42px !important;
  }
}

@media (max-width: 575px) {
  .heading-banner {
    font-size: 32px !important;
    line-height: 50px !important;
  }
}

/* 2. Feature Page Elements Fix */
.service-block-v3 {
  border-radius: 20px !important;
  padding: 35px !important;
  border: 1px solid #f1f1f1 !important;
}

/* .service-block-v3:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08) !important;
} */

.service-block:hover .service-block-v3 {
  transform: translateY(-10px) !important;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08) !important;
}

/* 3. Pricing Card Mobile Padding & Badge clipping (pricing.html) */
.pricing-card-wrap {
  padding: 50px !important;
  border-radius: 24px !important;
}

@media (max-width: 575px) {
  .pricing-card-wrap {
    padding: 30px 20px !important;
  }

  .position-absolute.bg-primary.text-white[style*="top:-15px"] {
    top: -12px !important;
  }
}

/* 4. Contact Form Optimization (contact.html) */
.contact-form-style input,
.contact-form-style textarea {
  border: 1px solid #eee !important;
  border-radius: 12px !important;
  padding: 18px 25px !important;
  font-size: 16px !important;
  background-color: #fafbfc !important;
}

.contact-form-style input:focus,
.contact-form-style textarea:focus {
  background-color: #fff !important;
  border-color: #0055ff !important;
}

/* 5. Navigation Cleanup */
.sub-menu {
  border-radius: 12px !important;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1) !important;
}

.main-menu li a {
  font-weight: 500 !important;
}

/* 6. General Accessibility & Cleanliness */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* --- Final UI/UX Alignment Fixes --- */

/* 1. Prevent Hero Badge Overlap (index.html) */
.congratulation-icon,
.shape-2 {
  z-index: 10 !important;
}

@media (max-width: 1400px) {

  .congratulation-icon,
  .shape-2 {
    display: none !important;
    /* Hide overlapping decorative elements on smaller desktops */
  }
}

/* 2. Fix Footer Alignment */
.footer-logo img {
  margin-top: 5px !important;
}

.footer-links li a {
  transition: all 0.2s ease !important;
}

.footer-links li a:hover {
  color: #0055ff !important;
  padding-left: 5px !important;
}

/* 3. Social Icon Visual Fix */
.footer-logo+p {
  margin-top: 25px !important;
}

/* 4. Hide misplaced scroll indicators if any */
.scroll-mouse,
.mouse-icon {
  display: none !important;
}

/* ===== NEW DESIGN SYSTEM STYLES ===== */

/* Badge Pill Custom (for Smart WhatsApp section tags) */
.badge-pill-custom {
  display: inline-flex;
  align-items: center;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 30px;
  padding: 10px 22px;
  font-size: 15px;
  font-weight: 600;
  color: #1f2938;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: all 0.3s;
}

.badge-pill-custom:hover {
  box-shadow: 0 4px 16px rgba(27, 133, 255, 0.12);
  border-color: var(--primary-color);
}

.badge-pill-custom i {
  color: var(--primary-color);
}

/* Feature Cards (Section 6) */
.feature-card {
  transition: all 0.3s ease;
  border: 1px solid #f0f0f0;
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08) !important;
}

/* Chatbot Mockup */
.chatbot-mockup {
  border: 1px solid #eee;
  transition: all 0.3s;
}

.chatbot-mockup:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
}

/* Floating Cards Animation */
.floating-card {
  animation: float-gentle 3s ease-in-out infinite alternate;
}

@keyframes float-gentle {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(-8px);
  }
}

/* Testimonial Card Hover */
.testimonial-card {
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
}

/* FAQ Accordion Styling */
.accordion-button:not(.collapsed) {
  color: var(--primary-color);
  background: transparent;
}

.accordion-button:focus {
  box-shadow: none;
}

.faq-item {
  border-radius: 8px;
  overflow: hidden;
}

/* Price Card Enhancements */
.price-card {
  transition: all 0.3s ease;
}

.price-card:hover {
  transform: translateY(-5px);
}

.price-card.active:hover {
  transform: scale(1.05) translateY(-5px);
}

/* Section backgrounds */
.bg-light-blue {
  background: linear-gradient(135deg, #f0f7ff 0%, #e8f4fd 100%);
}

/* Gap utility */
.gap-2 {
  gap: 8px;
}

.gap-3 {
  gap: 16px;
}

/* Footer gradient update */
/* .footer {
    background: linear-gradient(180deg, #fff 0%, #f0f6fc 100%) !important;
} */

/* Interior page hero banner */
.page-hero {
  background: linear-gradient(135deg, #f0f7ff 0%, #e8f4fd 100%);
  padding: 80px 0 60px;
  text-align: center;
}

.page-hero h1 {
  font-size: 42px;
  color: #1f2938;
  font-weight: 700;
  margin-bottom: 15px;
}

.page-hero p {
  font-size: 18px;
  color: #6c757d;
  max-width: 600px;
  margin: 0 auto;
}

.page-hero .badge-custom {
  margin-bottom: 15px;
  display: inline-block;
}

/* Content Section Styles for Inner Pages */
.content-section {
  padding: 80px 0;
}

.content-section.alt-bg {
  background: linear-gradient(135deg, #f0f7ff 0%, #e8f4fd 100%);
}

/* Card Style for Inner Pages */
.info-card {
  background: #fff;
  border-radius: 20px;
  padding: 35px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 4px 48px 0px;
  ;
  transition: all 0.3s;
  height: 100%;
  margin-top: -30px;
  margin-bottom: 60px;

}

.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.info-card .icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.info-card h5 {
  margin-bottom: 12px;
}

.info-card p {
  color: #6c757d;
  font-size: 15px;
  line-height: 1.7;
}

/* CTA Section for Inner Pages */
.cta-section {
  background: linear-gradient(135deg, #1B85FF 0%, #0066DD 100%);
  padding: 80px 0;
  text-align: center;
  border-radius: 20px;
  margin: 0 15px;
}

.cta-section h2 {
  color: #fff;
  font-size: 36px;
}

.cta-section p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 18px;
  max-width: 600px;
  margin: 15px auto 30px;
}

.cta-section .btn-white {
  display: inline-block;
  background: #fff;
  color: #1B85FF;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s;
}

.cta-section .btn-white:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* ===== TELEOBI-INSPIRED ENHANCED COMPONENTS ===== */

/* Announcement Ticker Bar */
.announcement-bar {
  background: #e2efff;
  background-size: 200% auto;
  animation: gradient-scroll 3s linear infinite;
  padding: 10px 0;
  overflow: hidden;
  white-space: nowrap;
}

.announcement-bar .ticker {
  display: inline-block;
  animation: ticker-scroll 25s linear infinite;
}

.announcement-bar .ticker-item {
  display: inline-block;
  padding: 0 40px;
  color: #6e9bff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.3px;
}

.announcement-bar .ticker-item i {
  margin-right: 6px;
  font-size: 12px;
}

@keyframes ticker-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes gradient-scroll {
  0% {
    background-position: 0% center;
  }

  100% {
    background-position: 200% center;
  }
}

/* Deep-Dive Feature Section */
.deep-dive {
  padding: 100px 0;
}

.deep-dive .feature-visual {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e7eb;
  position: relative;
  overflow: hidden;
}

.deep-dive .feature-visual::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #1B85FF, #00c6ff);
}

.deep-dive .mini-stat {
  background: #f8fafc;
  border-radius: 12px;
  padding: 16px 20px;
  border: 1px solid #e5e7eb;
  text-align: center;
  transition: all 0.3s;
}

.deep-dive .mini-stat:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.deep-dive .mini-stat .stat-value {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
  display: block;
}

.deep-dive .mini-stat .stat-label {
  font-size: 13px;
  color: #6b7280;
  margin-top: 4px;
}

.deep-dive .pro-tip {
  background: linear-gradient(135deg, #f0f7ff 0%, #e0efff 100%);
  border-radius: 12px;
  padding: 16px 20px;
  border-left: 4px solid var(--primary-color);
  margin-top: 20px;
}

.deep-dive .pro-tip strong {
  color: var(--primary-color);
}

/* Feature Mini Grid (2x2 inside deep-dive) */
.feature-mini-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 30px;
}

.feature-mini-grid .mini-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0px;
  /* background: #f8fafc; */
  border-radius: 12px;
  /* border: 1px solid #f0f0f0; */
  transition: all 0.3s;
  gap: 15px;
}

.feature-mini-grid .mini-feature:hover {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.feature-mini-grid .mini-feature .mf-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 18px;
}

.feature-mini-grid .mini-feature h6 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #1f2938;
}

.feature-mini-grid .mini-feature p {
  font-size: 13px;
  color: #6b7280;
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 575px) {
  .feature-mini-grid {
    grid-template-columns: 1fr;
  }
}

/* Animated Counter Stats */
.counter-section {
  margin-top: -110px;
  position: relative;
  overflow: hidden;
}

.counter-section::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  background-color: var(--primary-color);
}

/* .counter-section::before {
    content: '';
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(27,133,255,0.15) 0%, transparent 70%);
    top: -100px;
    right: -100px;
    border-radius: 50%;
} */
.counter-section .counter-value {
  font-size: 35px;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}

.counter-section .counter-label {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 8px;
}

.counter-section .counter-desc {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 6px;
  max-width: 200px;
}

/* Integration Logo Grid */
.integration-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 18px 24px;
  transition: all 0.3s;
  min-height: 70px;
}

.integration-logo:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  border-color: var(--primary-color);
}

.integration-logo i {
  font-size: 24px;
}

.integration-logo span {
  font-size: 15px;
  font-weight: 600;
  color: #1f2938;
}

/* Feature Tabs */
.feature-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.feature-tabs .tab-btn {
  padding: 10px 24px;
  border-radius: 30px;
  border: 2px solid #e5e7eb;
  background: #fff;
  color: #6b7280;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s;
}

.feature-tabs .tab-btn:hover,
.feature-tabs .tab-btn.active {
  border-color: var(--primary-color);
  color: var(--primary-color);
  background: rgba(27, 133, 255, 0.05);
}

/* Comparison Table */
.comparison-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.comparison-table thead th {
  background: #f8fafc;
  padding: 18px 20px;
  font-size: 15px;
  font-weight: 700;
  color: #1f2938;
  border-bottom: 2px solid #e5e7eb;
  text-align: center;
}

.comparison-table thead th:first-child {
  text-align: left;
}

.comparison-table thead th.highlight {
  background: linear-gradient(180deg, #1B85FF 0%, #0066DD 100%);
  color: #fff;
}

.comparison-table tbody td {
  padding: 14px 20px;
  font-size: 14px;
  color: #4b5563;
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
  background: #fff;
}

.comparison-table tbody td:first-child {
  text-align: left;
  font-weight: 600;
  color: #1f2938;
}

.comparison-table tbody tr:hover td {
  background: #f8fafc;
}

.comparison-table .category-row td {
  background: #f0f7ff !important;
  font-weight: 700;
  color: var(--primary-color);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 10px 20px;
}

/* Video Showcase */
.video-showcase {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  border: 1px solid #e5e7eb;
  position: relative;
  background: #000;
}

.video-showcase img {
  width: 100%;
  display: block;
}

/* Metric Highlight Cards */
.metric-card {
  background: #fff;
  border-radius: 16px;
  padding: 40px 25px;
  border: 1px solid #e5e7eb;
  text-align: center;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}

.metric-card p {
  background-color: #ebf4ff;
  padding: 10px;
  border-radius: 100px;
}

.metric-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--primary-color), #00c6ff);
  opacity: 0;
  transition: all 0.3s;
}

.metric-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.metric-card:hover::before {
  opacity: 1;
}

.metric-card .metric-value {
  font-size: 32px;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 6px;
}

.metric-card .metric-label {
  /* font-size: 15px; */
  font-weight: 600;
  color: #1f2938 !important;
  margin-bottom: 8px;
}

.metric-card .metric-desc {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
}

/* Trust Badge Row */
.trust-badges {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.trust-badges .trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #6b7280;
}

.trust-badges .trust-item i {
  color: #25D366;
  font-size: 16px;
}

/* Responsive adjustments for new components */
@media (max-width: 991px) {
  .counter-section .counter-value {
    font-size: 36px;
  }

  .deep-dive .feature-visual {
    margin-top: 30px;
  }

  .feature-mini-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .announcement-bar .ticker-item {
    padding: 0 20px;
    font-size: 12px;
  }

  .counter-section .counter-value {
    font-size: 30px;
  }

  .trust-badges {
    justify-content: center;
  }

  .comparison-table {
    font-size: 12px;
  }

  .comparison-table thead th,
  .comparison-table tbody td {
    padding: 10px 8px;
  }
}



.number-icon {
  background-color: rgba(255, 255, 255, 0.2);
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 100%;
}

.counter-container {
  background-color: var(--primary-color);
}

.number-details h6 {
  font-size: 14px;
  text-align: left;
  margin-top: 10px;
  color: #f5f5f5;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}


#svg-container {
  position: absolute;
  width: 100%;
  left: 52%;
  z-index: -1;
  transform: translateX(-50%);
  width: 75%;
}

.work-process {
  position: relative;
}

.work-process .box-loader {
  position: absolute;
  top: 30%;
  right: -15%;
  left: inherit;
}

.box-loader {
  border-radius: 100%;
  margin: 0 auto;
  position: absolute;
  top: 15px;
  left: 15px;
}

.box-loader span:nth-child(1) {
  animation: opacitychange 1s ease-in-out infinite;
}

.box-loader span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #2575fc;
  margin: 0 5px;
  opacity: 0;
}

.box-loader span:nth-child(2) {
  animation: opacitychange 1s ease-in-out 0.33s infinite;
}

.step-num-box {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.step-icon {
  background: #ffffff;
  width: 140px;
  height: 140px;
  position: relative;
  border: 3px solid #fafaff;
  border-radius: 50%;
  line-height: 155px;
  font-size: 40px;
  text-align: center;
  color: #1c1d3e;
}

.step-icon span {
  position: relative;
}

.step-icon span::before {
  background: #d4f8e6;
  bottom: 0;
  right: -10px;
}

.step-icon span::after,
.step-icon span::before {
  border-radius: 50%;
  content: "";
  height: 40px;
  position: absolute;
  width: 40px;
  z-index: -1;
}

.step-icon span::after {
  background: #cdf3f6;
  height: 25px;
  left: -10px;
  top: 5px;
  width: 25px;
}

.step-icon span::after,
.step-icon span::before {
  border-radius: 50%;
  content: "";
  height: 40px;
  position: absolute;
  width: 40px;
  z-index: -1;
}

.step-num {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 12px 20px 0 rgba(117, 178, 240, 0.4);
  color: #38415e;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  height: 50px;
  right: 0;
  line-height: 55px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 50px;
}

.svg-icon {
  display: flex;
  text-align: center;
  align-items: center;
  margin: auto;
}

.sec-bg {
  background: linear-gradient(180deg, var(--token-06a962da-3e21-40a6-9ebd-1c105d50baf6, #fff)8%, #cce6fe80 50%, var(--token-06a962da-3e21-40a6-9ebd-1c105d50baf6, #fff)92%);
}

.cta-sec {
  background: linear-gradient(86.1957deg, var(--token-06a962da-3e21-40a6-9ebd-1c105d50baf6, #fff) 0%, var(--token-8893388a-9d3b-49ab-b749-7e55cea2a25a, #94cbfe) 100%);
  max-width: 1200px;
  height: min-content;
  overflow: var(--overflow-clip-fallback, clip);
  will-change: var(--framer-will-change-override, transform);
  border-radius: 32px;

  place-content: center;
  align-items: center;
  gap: 48px;
  width: 100%;
  padding: 50px 50px 50px;
  position: relative;
  box-shadow: 0 8px 16px #3d9cf540;
  margin: auto;
  min-height: auto;
}

.box-area {
  margin-bottom: -30px;
  column-count: 2;
  column-gap: 30px;
}

.features-menu {
  width: 950px;
}

.title-normal {
  color: #000;
  margin: 0;
  font-weight: 600;
  text-transform: capitalize;
}

.text-normal {
  margin: 0;
  color: #6b7280;
  font-size: 14px;
}

.point li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}

.point li::before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: var(--primary-color);
  border-radius: 50%;
  left: 0px;
  top: 8px;
}

.extra-point li::before {
  content: none;
}

.extra-point li {
  padding-left: 0px;
}

.icon-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faq-bg {
  background: linear-gradient(86.1957deg, var(--token-06a962da-3e21-40a6-9ebd-1c105d50baf6, #f4faff) 0%, #f4faff 100%);
  box-shadow: 0 4px 10px #3d9cf51f;
}

.step-text {
  position: relative;
  color: var(--primary-color);
}

.extra-word {
  position: absolute;
  left: 0;
  font-size: 100px;
  color: #00000015;
  z-index: 0;
}

.contact-info-three {
  position: relative;
  margin-top: 35px;
  border-radius: 50px;
  border-width: 3px;
  border-style: solid;
  border-color: rgb(217, 217, 217);
  border-image: initial;
  padding: 53px 57px 30px;
}

.contact-info-three .icon-box {
  position: absolute;
  top: -38px;
  left: 58px;
  background-color: var(--primary-color);
  width: 70px;
  height: 70px;
  line-height: 90px;
  text-align: center;
  filter: drop-shadow(rgba(27, 133, 255, 0.3) 0px 4px 30px);
  border-radius: 50%;
}

.contact-info-three .icon-box i {
  font-size: 18px;
  color: var(--theme-color-light);
}

.contact-info-three .content-box .title {
  font-size: 25px;
}

.contact-info-three .content-box span,
.contact-info-three .content-box small {
  font-size: 16px;
  display: block;
  line-height: 32px;
  color: var(--theme-color-dark2);
}

.faq-sec-1 {

  max-width: 1200px;
  height: min-content;
  overflow: var(--overflow-clip-fallback, clip);
  will-change: var(--framer-will-change-override, transform);
  border-radius: 32px;
  place-content: center;
  align-items: center;
  gap: 48px;
  width: 100%;
  position: relative;
  margin: auto;
}



.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(27, 133, 255, 0.1);
  border: 1px solid rgba(27, 133, 255, 0.25);
  color: #1B85FF;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.heading-banner .highlight {
  background: linear-gradient(135deg, #1B85FF, #25D366);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.video-wrapper {
  /* max-width: 800px; */
  margin: 0px auto 0;
  border-radius: 24px;
  padding: 16px;
  background: #f8fafc;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  border: 1px solid #e2e8f0;
  border-radius: 20px;
}

.video-thumbnail {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  cursor: pointer;
  background: #0f172a;
}

.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: #25d366;
  color: #fff;
  border-radius: 50%;
  border: none;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 12px rgba(37, 211, 102, 0.3);
  cursor: pointer;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.play-btn i {
  margin-left: 4px;
}

.video-thumbnail:hover img {
  opacity: 0.6;
}

.video-thumbnail:hover .play-btn {
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 0 0 20px rgba(37, 211, 102, 0.2);
}

.team-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 32px 24px;
  transition: var(--transition);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.team-icon {
  width: 56px;
  height: 56px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.bg-blue-light {
  background: #1b85ff14;
  color: #1b85ff;
}

.team-card p {
  color: #64748b;
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 1.6;
}

.team-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.team-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 0;
  color: #1e293b;
  text-align: left;
}

.team-list li i {
  color: #25d366;
}

.team-card h3 {
  font-size: 24px;
  text-align: left;
  font-weight: 600;
}

.bg-green-light {
  background: #25d36614;
  color: #128c7e;
}

.official-arthix {
  margin: auto;
  text-align: center;
}

.official-arthix img {
  width: 70%;
}

@media (min-width: 768px) {
  .w-md-50 {
    width: 50% !important;
  }

  .team-card {
    padding: 30px 12px;
  }
}


@media (max-width: 767px) {
  .interior-header-wrap {
    padding-top: 0px;
  }

}


.wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}

/* LEFT */

.left {
  width: 50%;
}



.accordion-item {
  border-bottom: 1px solid #cfd8d8;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
  cursor: pointer;
}

.accordion-header h2 {
  font-size: 25px;
  font-weight: 600;
}

.icon {
  font-size: 40px;
  color: #3a6edc;
  line-height: 40px;
  text-align: center;

}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: 0.4s;
}

.accordion-content p {
  line-height: 1.8;
  padding-bottom: 20px;
  max-width: 550px;
}

.accordion-item.active .accordion-content {
  max-height: 250px;
}

/* RIGHT */

.right {
  width: 50%;
  display: flex;
  justify-content: center;
}

.preview-box {
  width: 500px;
  height: 500px;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
  overflow: hidden;
  box-shadow: 0 8px 16px #3d9cf540;
}

.preview-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* MOBILE */

@media(max-width:900px) {

  body {
    padding: 30px 0px;
    padding-bottom: 0px;
  }

  .wrapper {
    flex-direction: column;
  }

  .left,
  .right {
    width: 100%;
  }

  .preview-box {
    width: 100%;
    height: 350px;
  }

  .accordion-header h2 {
    font-size: 24px;
  }

}





.why-section h1 {
  font-size: 52px;
  font-weight: 800;
  color: #06164b;
  margin-bottom: 20px;
}

.why-section h1 span {
  color: #17c267;
}

.why-section p {
  max-width: 850px;
  margin: auto;
  color: #7b7b7b;
  line-height: 1.8;
  font-size: 18px;
}

.card-wrapper {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
}

.feature-card {
  background: #fff;
  border-radius: 16px;
  padding: 25px 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  position: relative;
}

.feature-card:hover {
  transform: translateY(-8px);
}

.icon {
  width: 70px;
  height: 70px;
  border-radius: 18px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 32px;
  margin-bottom: 20px;
  margin: 0;
}

/* .green{
      background:#25d36620;
    } */

.yellow {
  background: #f4b000;
}

.orange {
  background: #ff6b00;
}

.blue {
  background: #2563eb;
}

.feature-card h3 {
  font-size: 20px;
  color: #081b4b;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: normal;
}

.bottom-line {
  width: 80px;
  height: 4px;
  border-radius: 10px;
  margin: 20px auto 0;
}

.line-green {
  background: #18c964;
}

.line-yellow {
  background: #f4b000;
}

.line-orange {
  background: #ff6b00;
}

.line-blue {
  background: #2563eb;
}

.video-section {
  width: 100%;
  margin-top: 90px;
  position: relative;
  background: linear-gradient(180deg, var(--token-06a962da-3e21-40a6-9ebd-1c105d50baf6, #fff)8%, #cce6fe80 50%, var(--token-06a962da-3e21-40a6-9ebd-1c105d50baf6, #fff)92%);
}

.green-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 320px;
  /* background:linear-gradient(#ccd7e200 44%, #bfdffd 100%); */
  z-index: 1;
}

.video-box {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: auto;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  margin-bottom: 100px;
}

.video-box iframe {
  width: 100%;
  height: 500px;
  border: none;
}

@media(max-width:768px) {

  .why-section h1 {
    font-size: 36px;
  }

  .feature-card {
    width: 100%;
    max-width: 100%;
        margin-bottom: 20px;
  }

  .video-box iframe {
    height: 250px;
  }
     .video-section {
        padding: 20px;
        margin-top: 0;
    }
    .video-box{
      margin-bottom: 30px;
    }
    .service-block {
    margin-bottom: 20px;
}
.pricing-row{
  margin-bottom: 30px !important;
}
}

@media (min-width: 1600px) and (max-width: 2560px) {
  .container {
    max-width: 1440px !important;
  }
}

.phone-mockup {
  background-image: url(../images/phone1.svg) !important;
  height: 100% !important;
  width: 100% !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.collapse {
  visibility: visible !important;
}

.whatsapp-bg {
  background-image: url(../images/whatsappbg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sec-bg{
  background-image: url(../images/bg-page-header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.sec-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
}


.about-image{
  position:relative;
  width:500px;
}

.about-image img{
  width:100%;
  border-radius:50%;
}

.experience-badge{
  position:absolute;
  bottom:20px;
  left:-20px;
  background:linear-gradient(135deg,#ff512f,#ff6a00);
  color:#fff;
  padding:30px 25px;
  border-radius:50px;
  text-align:center;
  box-shadow:0 10px 30px rgba(255,90,0,0.3);
}

.experience-badge h2{
  font-size:50px;
  font-weight:700;
}

.experience-badge p{
  font-size:14px;
  font-weight:600;
  line-height:1.5;
}

.small-circle{
  width:60px;
  height:60px;
  background:#9c9189;
  border-radius:50%;
  position:absolute;
  right:-20px;
  bottom:80px;
}

.about-content{
  max-width:550px;
}

.subtitle{
  color:#8ea2c6;
  font-size:14px;
  font-weight:700;
  letter-spacing:2px;
}

.about-content h2{
  font-size:52px;
  line-height:1.2;
  margin:20px 0;
  color:#111;
}

.main-text{
  font-size:28px;
  line-height:1.6;
  color:#444;
  margin-bottom:20px;
}

.description{
  color:#777;
  line-height:1.8;
  font-size:17px;
}

.video-btn{
  display:flex;
  align-items:center;
  gap:20px;
  margin-top:40px;
}

.video-btn a{
  width:70px;
  height:70px;
  background:#00bfff;
  color:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  font-size:28px;
}

.video-btn span{
  font-weight:700;
  color:#111;
}

@media(max-width:991px){
  .container{
    flex-direction:column;
    text-align:center;
  }

  .about-image{
    width:100%;
    max-width:450px;
  }

  .video-btn{
    justify-content:center;
  }
}
.font22 {
    font-size: 18px;
    line-height: 36px;
}
.video-popup .btn-inner {
    display: inline-block;
    border-radius: 50%;
}
.about-content .video-popup a {
    color: #fff;
    background: #00c3ff;
}

.about-swrap-top-1 {
    margin-top: -160px;
}

.service-box-s2.s-box.service-box-s2-bg1{
    background-image: url(../images/bg-service1-1.png);
    background-position: top right;
    background-repeat: no-repeat; 
}
.service-box-s2.s-box.service-box-s2-bg2{
      background-image: url(../images/bg-service2-1.png);
       background-position: bottom right;
    background-repeat: no-repeat;
}
.service-box-s2.s-box.service-box-s2-bg3{
    background-image: url(../images/bg-service3-1.png);
    background-position: top right;
    background-repeat: no-repeat;
}
.service-box-s2 {
    overflow: hidden;
    position: relative;
    padding: 30px 30px 28px;
    background: #fff;
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.service-box-s2 .number-box {
    float: left;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #0d6efd;
    font-weight: bold;
    font-size: 22px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #e6f0ff;
}
.s-box .content-box {
    padding-left: calc(40px + 50px);
}
.service-box-s2 .content-box h5 {
    font-weight: 700;
    margin-bottom: 8px;
}
.service-box-s2 .content-box p:last-child {
    margin-bottom: 0;
}
.overflow {
    overflow: hidden;
}
.ot-progress .pname {
    margin-bottom: 10px;
    font-size: 15px;
}
.fright {
    float: right;
}
.ot-progress .iprogress {
    background: #fff;
}
.ot-progress .iprogress {
    height: 10px;
    background: #dbe9ff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin-top: 10px;
}
.ot-progress .progress-bar {
    background: #0d6efd29;
    box-shadow: 5px 5px 10px 0px rgba(0, 195, 255, .1);
}
.ot-progress .progress-bar {
    height: 100%;
    width: 0;
    background: #0d6efd;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.m-b20 {
    margin-bottom: 30px;
}
.m-t--140 {
    margin-top: -140px;
}
.bg-overlay {
    opacity: 0.5;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.ot-counter {
    font-family: "Red Hat Display", sans-serif;
    font-weight: 900;
    color: #1a1b1e;
    display: inline-block;
    text-align: left;
}
.ot-counter.s2 h6 {
    color: #ffd68e;
}
.ot-counter.s2 h6 {
    margin-bottom: 13px;
    margin-top: 0;
}
.ot-counter h6:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    left: 0;
    top: 50%;
    margin-top: -4px;
    background: #fe4c1c;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.ot-counter.s2 h6:before {
    background: #ffd68e;
}
.ot-counter.s2 span {
    color: #fff;
}
.ot-counter span.num {
    padding-left: 0px;
}
.ot-counter span {
    font-size: 48px;
    line-height: 1;
}
.ot-counter.s2 span {
    color: #fff;
}
.ot-counter span {
    font-size: 40px;
    line-height: 1;
}
.number-cover{
  background: url('../images/bg-counter-1.jpg') center center no-repeat;
  background-size: cover !important;
  padding: 50px 0px;
}
.p-b170{
  padding-bottom: 200px !important;
}

.m-t--140.number-cover {
    margin-top: -90px;
    border-radius: 20px;
}

.p-b155 {
    padding-bottom: 100px;
}


.team-slider .team-wrap, .team-slider-h5 .team-wrap {
    padding: 0 15px;
    margin-bottom: 30px;
}
.team-wrap .team-thumb {
    overflow: hidden;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}
.team-wrap .team-thumb img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}
.team-wrap .team-info {
    background: #fff;
    margin: -80px 30px 0;
    padding: 25px 25px 25px;
    position: relative;
    z-index: 1;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
}
.team-wrap .team-info h4 {
    font-weight: bold;
    margin-bottom: 3px;
    font-size: 22px;
}
.team-info span{
  font-size: 16px;
}
.team-wrap .team-social {
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 100%;
}
.team-wrap .team-social .twitter, .steam-social .twitter {
    background-color: #15b7ec;
}
.team-wrap .team-social a {
    opacity: 0;
    right: -40px;
    position: relative;
    visibility: hidden;
}
.team-wrap .team-social a, .team-wrap .team-social span {
    cursor: pointer;
    font-size: 15px;
    margin-right: 12px;
    color: #fff;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background: #00c3ff;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 5px 5px 18px 0px rgba(21, 183, 236, 0.3);
    -webkit-box-shadow: 5px 5px 18px 0px rgba(21, 183, 236, 0.3);
    -moz-box-shadow: 5px 5px 18px 0px rgba(21, 183, 236, 0.3);
}
.team-wrap .team-social .facebook {
    background-color: #0160e7;
}
.team-wrap .team-social .pinterest, .steam-social .pinterest {
    background-color: #fe4c1c;
}
.team-wrap .team-social span {
    margin-right: 0;
}
.team-wrap{
    padding:15px;
    text-align:center;
}

.team-thumb img{
    width:100%;
    border-radius:10px;
}

.team-info{
    margin-top:15px;
}

.team-info h4{
    margin-bottom:5px;
}
.icon-box.s3 {
    padding: 50px 27px;
} 
.icon-box.s3 {
    padding: 40px 27px 35px;
    position: relative;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
}
.icon-box {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.icon-box.s3 .bg-s3 {
    position: absolute;
    content: "";
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #0039e4;
    background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: linear-gradient(145deg, #0039e4, #04dbf1);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}
.icon-box.s3 .bg-before {
    top: 0;
    left: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
}
.icon-box.s3 .bg-before, .icon-box.s3 .bg-after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    background: #fff;
    z-index: -1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.icon-box.s3 .bg-after {
    bottom: 0;
    right: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
}
.icon-box.s3 .icon-main {
    background-color: transparent;
    background-image: linear-gradient(180deg, #00c3ff 100%, #f2295b 100%);
}
.icon-box.s3 .icon-main {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin-bottom: 25px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #0039e4;
    background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: linear-gradient(145deg, #0039e4, #04dbf1);
    box-shadow: 8px 8px 30px 0px rgba(1, 96, 231, 0.3);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(1, 96, 231, 0.3);
    -moz-box-shadow: 8px 8px 30px 0px rgba(1, 96, 231, 0.3);
}
.icon-box.s3 .icon-main {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    color: #fff;
    display: inline-block;
    margin-bottom: 25px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #0039e4;
    background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: linear-gradient(145deg, #0039e4, #04dbf1);
    box-shadow: 8px 8px 30px 0px rgba(1, 96, 231, 0.3);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(1, 96, 231, 0.3);
    -moz-box-shadow: 8px 8px 30px 0px rgba(1, 96, 231, 0.3);
}
.icon-box.s3 .content-box h5 {
    margin-bottom: 12px;
    font-size: 18px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.icon-box.s3 .content-box p {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.icon-box .content-box p:last-child {
    margin-bottom: 0;
}
.icon-box.s3 .action-box {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.octf-btn.octf-btn-white {
    background: #ffffff;
    box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
    -webkit-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.15);
    color: #fe4c1c;
}
.octf-btn-icon {
    text-align: left;
    padding: 5px 5px 5px 28px;
}
.octf-btn {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    font-size: 16px;
    padding: 16px 28px 16px 28px;
    line-height: 1;
    display: inline-block;
    margin: 0;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
    background: #fe4c1c;
    cursor: pointer;
    border: 1px solid transparent;
    outline: 0;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    font-family: "Red Hat Display", sans-serif;
    overflow: hidden;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    box-shadow: 12px 12px 20px 0px rgba(254, 76, 28, 0.3);
    -webkit-box-shadow: 12px 12px 20px 0px rgba(254, 76, 28, 0.3);
    -moz-box-shadow: 12px 12px 20px 0px rgba(254, 76, 28, 0.3);
}
.octf-btn.octf-btn-white:before {
    background-color: rgba(254, 76, 28, 0.5);
}
.octf-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    -webkit-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    background-color: rgba(255, 255, 255, 0.8);
}











.why-choose-section{
    padding:100px 8%;
    position:relative;
    overflow:hidden;
}

/* Background Curve */
.why-choose-section::before{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:220px;
    background:#fff;
    border-top-left-radius:50%;
    border-top-right-radius:50%;
    z-index:0;
}


.choose-card{
    width:100%;
    background:#fff;
    border-radius:20px;
    padding:50px 30px;
    text-align:center;
    position:relative;
    box-shadow:0 10px 40px rgba(0,0,0,0.05);
    transition:0.3s ease;
    overflow:hidden;
}

/* Middle card little lower */
.active-card{
    margin-top:50px;
}

/* Corner Shapes */
.choose-card::before{
    content:"";
    position:absolute;
    top:-40px;
    left:-40px;
    width:120px;
    height:120px;
    background:#eef3fb;
    border-radius:50%;
}

.choose-card::after{
    content:"";
    position:absolute;
    bottom:-40px;
    right:-40px;
    width:120px;
    height:120px;
    background:#eef3fb;
    border-radius:50%;
}

.icon-box{
    width:70px;
    height:70px;
    background:#0d6efd;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    color:#fff;
    margin:0 auto 25px;
    position:relative;
    z-index:2;
    box-shadow:0 10px 25px rgba(13,110,253,0.2);
}

.choose-card h3{
    font-size:26px;
    font-weight:600;
    color:#111;
    margin-bottom:10px;
    position:relative;
    z-index:2;
}

.choose-card p{
    font-size:14px;
    line-height:1.8;
    color:#666;
    position:relative;
    z-index:2;
}

.choose-card:hover{
    transform:translateY(-10px);
}

@media(max-width:991px){

    .container{
        flex-direction:column;
    }

    .active-card{
        margin-top:0;
    }
}

.title-style{
  font-size: 22px;
  font-weight: 700;
}