@import url(https://fonts.bunny.net/css?family=dm-sans:400,500,700|fahkwang:400,500,500i,600,700);
@import url(../css/vendors/normalize.css);
@import url(../css/vendors/bootstrap.min.css);
@import url(../css/vendors/uicons-regular-rounded.css);
@import url(../css/plugins/swiper-bundle.min.css);
@import url(../css/plugins/magnific-popup.css);
@import url(../css/plugins/slick.css);
@import url(../css/plugins/perfect-scrollbar.css);
@import url(../css/plugins/animate.min.css);
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%;
  vertical-align: baseline;
}
.align-items-end{
  align-items: center;
}

.parallax-image {
  transform: scale(1.18);
  transform-origin: 50% 100%;
}
img {
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -webkit-optimize-contrast; /* WebKit (Safari/Chrome) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor; /* IE */
}

main {
  display: block;
  clear: both;
}

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-family: "Fahkwang", sans-serif;
  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;
}

li.hr span {
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  margin: 20px 0;
  display: block;
}

/*--- Common Classes---------------------*/
::-moz-selection {
  background: #069;
  color: #fff;
}

::selection {
  background: #069;
  color: #fff;
}

::-moz-selection {
  background: #069;
  color: #fff;
}

::-moz-placeholder {
  color: #E8E9ED;
  opacity: 1;
}

::placeholder {
  color: #E8E9ED;
  opacity: 1;
}

:-ms-input-placeholder,
::-webkit-input-placeholder {
  color: #E8E9ED;
  opacity: 1;
}

*: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;
}

.img-responsive {
  max-width: 100%;
}

body {
  font-family: "Fahkwang", sans-serif;
}

.heading-title {
  font-size: 67px;
  line-height: 80px;
  font-weight: 700;
}

.heading-title-medium {
  font-size: 68px;
  line-height: 76px;
  font-weight: 500;
}

.color-linear {
  background: linear-gradient(267.12deg, #0FA7FD 41.62%, #1ab9fd 104.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-5,
.heading-6 {
  font-family: "Fahkwang", sans-serif;
  font-weight: 600;
}

h1,
.heading-1 {
  font-size: 70px;
  line-height: 80px;
}

h2,
.heading-2 {
  font-size: 60px;
  line-height: 71px;
}

h3,
.heading-3 {
  font-size: 35px;
  line-height: 56px;
}

h4,
.heading-4 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 300 !important;
}

h5,
.heading-5 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400 !important;
}

h6,
.heading-6 {
  font-size: 16px;
  line-height: 22px;
}

.font-90 {
  font-size: 90px;
  line-height: 90px;
}

.font-3xl-bold,
.font-2xl-bold,
.font-xl-bold,
.font-lg-bold,
.font-md-bold,
.font-sm-bold,
.font-xs-bold {
  font-weight: bold !important;
}

.font-3xl-bold {
  font-size: 30px;
  line-height: 42px;
}

.font-2xl-bold {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400 !important;
}

.font-xl-bold {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400 !important;
}

.font-lg-bold {
  font-size: 18px !important;
  line-height: 23px !important;
}

.font-md-bold {
  font-size: 16px;
  line-height: 28px;
}

.font-sm-bold {
  font-size: 14px;
  line-height: 18px;
}

.font-xs-bold {
  font-size: 12px;
  line-height: 18px;
}

.font-3xl,
.font-2xl,
.font-xl,
.font-lg,
.font-md,
.font-sm,
.font-xs {
  font-weight: 400;
}

.font-3xl {
  font-size: 30px;
  line-height: 42px;
}

.font-2xl {
  font-size: 24px;
  line-height: 36px;
}

.font-xl {
  font-size: 20px;
  line-height: 32px;
}

.font-lg {
  font-size: 18px;
  line-height: 30px;
}

.font-md {
  font-size: 15px;
  line-height: 28px;
}

.font-sm {
  font-size: 14px;
  line-height: 24px;
}

.font-xs {
  font-size: 12px;
  line-height: 18px;
}

.display-1 {
  font-size: 220px;
  line-height: 180px;
  font-weight: bold;
}

.display-2 {
  font-size: 180px;
  line-height: 182px;
  font-weight: bold;
}

.display-3 {
  font-size: 158px;
  line-height: 158px;
  font-weight: bold;
}

.display-4 {
  font-size: 88px;
  line-height: 1.2;
  font-weight: bold;
}

.display-5 {
  font-size: 98px;
  line-height: 98px;
  font-weight: bold;
}

.display-6 {
  font-size: 116px;
  line-height: 116px;
  font-weight: bold;
}

.display-7 {
  font-size: 308px;
  line-height: 221px;
  font-weight: bold;
}

.font-42 {
  font-size: 42px;
  line-height: 48px;
  font-weight: 500;
}

.stroke,
.no-stroke {
  color: transparent;
}

.stroke {
  -webkit-text-stroke: 1.5px #E8E9ED;
}

.stroke-900 {
  -webkit-text-stroke: 1.5px #0C0D0E !important;

}

.stroke-9900 {
  -webkit-text-stroke: 1.5px -webkit-linear-gradient(#1ED760, #0FA7FD) !important;
}

.stroke-white {
  -webkit-text-stroke: 1.5px #ffffff;
}

.stroke-white-2 {
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.2196078431);
}

.stroke-gradient {
  -webkit-background-clip: text;
  -webkit-text-stroke: 4px black;
}

.bg-100 .stroke-gradient {
  color: #f0fafd;
}

.color-gradient {
  background: linear-gradient(90deg, #1ED760 21%, #0FA7FD 77%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
}

.color-white {
  color: #ffffff;
}

.color-brand-1 {
  color: #0FA7FD;
}

.color-brand-2 {
  color: #1ED760;
}

.color-0 {
  color: #FFFFFF;
}

.color-100 {
  color: #F2F6F9;
}

.color-200 {
  color: #DCE4EC;
}

.color-300 {
  color: #CBCFD3;
}

.color-400 {
  color: #CCD5DE;
}

.color-500 {
  color: #B7B8B8;
}

.color-600 {
  color: #6C7074;
}

.color-700 {
  color: #1E2022;
}

.color-900 {
  color: #0C0D0E !important;
}

.color-light-900 {
  color: #0C0D0E;
}

.color-dark-900 {
  color: #F1F1F1;
}

.bg-0 {
  background-color: #FFFFFF !important;
}

.bg-100 {
  background: linear-gradient(90deg, #0FA7FD10 0%, #1ED76010 100%);
}

.bg-200 {
  background-color: #DCE4EC;
}

.bg-900 {
  background-color: #0C0D0E !important;
}

.bg-800 {
  background-color: #313538 !important;
}

.bg-10 {
  background-color: #FFF4BD !important;
}

.bg-11 {
  background-color: #D2E9DE !important;
}

.bg-12 {
  background-color: #F3E1D7 !important;
}

.bg-drkgrey {
  background-color: #f2f2f2 !important;
}

.dark-mode .bg-10 {
  background-color: #403c27 !important;
}

.dark-mode .bg-11 {
  background-color: #374a41 !important;
}

.dark-mode .bg-12 {
  background-color: #6c5d54 !important;
}

.banner-mode {
  background-color: #FFFFFF;
}

.fill-900 {
  fill: #0C0D0E;
  color: #0C0D0E;
}

.fill-0 {
  fill: #FFFFFF;
  color: #FFFFFF;
}

.bd-200 {
  border-color: #DCE4EC !important;
}

.cm-img-0 {
  display: inline-block;
}

.cm-img-900 {
  display: none;
}

.box-pagination {
  display: inline-block;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}

.pagination li {
  padding: 0px;
}

.pagination li a {
  font-weight: 700;
  font-size: 20px;
  line-height: 58px;
  color: #0C0D0E;
  border: 0px;
  max-width: 58px;
  min-width: 58px;
  width: 100%;
  text-align: center;
  padding: 0px 0px;
  margin-left: 5px;
  margin-right: 5px;
  height: 58px;
  border-radius: 50%;
  background-color: #DCE4EC;
}

.pagination li a.active,
.pagination li a:hover {
  background-color: #0C0D0E;
  color: #ffffff;
}

.pagination li .page-prev {
  background: none;
  min-height: 58px;
  line-height: 55px;
  border: 0px;
  border-radius: 50% !important;
  background-color: #DCE4EC;
}

.pagination li .page-prev svg {
  color: #0C0D0E;
  height: 24px;
}

.pagination li .page-prev:hover * {
  color: #ffffff;
}

.pagination li .page-next {
  min-height: 58px;
  line-height: 55px;
  border: 0;
  border-radius: 50% !important;
  background-color: #DCE4EC;
}

.pagination li .page-next svg {
  color: #0C0D0E;
  height: 24px;
}

.pagination li .page-next:hover * {
  color: #ffffff;
}

img.dark-mode {
  display: none;
}

.dark-mode img.light-mode {
  display: none;
}

.dark-mode img.dark-mode {
  display: block;
}

.dark-mode .banner-mode {
  background-color: #171819;
}

.dark-mode .footer.is-mode .menu-footer li a {
  color: #F1F1F1;
}

.dark-mode .footer.is-mode .menu-bottom li a {
  color: #F1F1F1;
}

.dark-mode .is-mode .box-content-single p,
.dark-mode .is-mode .box-breadcrumbs ul li a {
  color: #F1F1F1;
}

.dark-mode .is-mode .pagination li a {
  background-color: #1E2022;
  color: #FFFFFF;
}

.dark-mode .is-mode .pagination li a:hover {
  background-color: #393939;
}

.dark-mode .is-mode .pagination li .page-prev svg,
.dark-mode .is-mode .pagination li .page-next svg {
  color: #FFFFFF;
}

.dark-mode .is-mode .card-feature-4 {
  border-bottom-color: #393939;
}

.dark-mode .is-mode .cm-img-0 {
  display: none;
}

.dark-mode .is-mode .cm-img-900 {
  display: inline-block;
}

.dark-mode .is-mode .fill-900 {
  fill: #F1F1F1;
  color: #F1F1F1;
}

.dark-mode .is-mode .border-bottom {
  border-color: #535455 !important;
}

.dark-mode .is-mode.bg-0 {
  background-color: #171819 !important;
}

.dark-mode .is-mode .stroke-900 {
  -webkit-text-stroke: 1px #F1F1F1;
}

.dark-mode .is-mode .stroke-white {
  -webkit-text-stroke: 1px #171819;
}

.dark-mode .is-mode .bg-0 {
  background-color: #FFF !important;
}

.dark-mode .is-mode .bg-100 {
  background-color: #1E2022;
}

.dark-mode .is-mode .bg-200 {
  background-color: #1A1C1E;
}

.dark-mode .is-mode .bg-900 {
  background-color: #F1F1F1;
}

.dark-mode .is-mode .color-0 {
  color: #171819;
}

.dark-mode .is-mode .color-100 {
  color: #1E2022;
}

.dark-mode .is-mode .color-150 {
  color: #535455;
}

.dark-mode .is-mode .color-200 {
  color: #DCE4EC !important;
}

.dark-mode .is-mode.block-contact .color-200 {
  color: #393939 !important;
}

.dark-mode .is-mode .color-300 {
  color: #393939;
}

.dark-mode .is-mode .color-500 {
  color: #D9D9D9;
}

.dark-mode .is-mode .color-600 {
  color: #696868;
}

.dark-mode .is-mode .color-700 {
  color: #1E2022;
}

.dark-mode .is-mode .color-900 {
  color: #F1F1F1;
}
.dark-mode .is-mode .color-901 {
  color: #F1F1F1;
}

.dark-mode .is-mode .color-dark-900 {
  color: #6C7074;
}

.dark-mode .is-mode .bd-200 {
  border-color: #393939 !important;
}

.dark-mode .is-mode .list-projects .item-project {
  background-color: #1E2022;
}

.dark-mode .is-mode .card-pricing {
  border-color: #393939;
}

.dark-mode .is-mode .card-list-feature ul li {
  color: #CBCFD3;
  background-image: url(../imgs/page/homepage2/check-w.svg);
}

.dark-mode .is-mode .card-pricing:hover {
  background-color: #1A1C1E;
}

.dark-mode .is-mode .card-pricing .btn.btn-default-sm:hover {
  background: linear-gradient(90deg, #1ED760 0%, #0FA7FD 100%);
  color: #FFFFFF;
}

.dark-mode .is-mode .card-pricing .color-600 {
  color: #CBCFD3;
}

.dark-mode .is-mode .card-pricing:hover .card-list-feature ul li {
  background-image: url(../imgs/page/homepage2/check.svg);
}

.dark-mode .is-mode .card-pricing:hover .card-trial span {
  background-image: url(../imgs/page/homepage2/trial.svg);
}

.dark-mode .is-mode .card-pricing:hover .card-standard span {
  background-image: url(../imgs/page/homepage2/standard.svg);
}

.dark-mode .is-mode .card-pricing:hover .card-business span {
  background-image: url(../imgs/page/homepage2/business.svg);
}

.dark-mode .is-mode .card-pricing:hover .card-enterprise span {
  background-image: url(../imgs/page/homepage2/enterprise.svg);
}

.dark-mode .is-mode .box-reviews-design .item-review {
  border-left-color: #F1F1F1;
}

.dark-mode .is-mode.block-logos-4 {
  border-bottom-color: #393939;
}

.dark-mode .is-mode .cardBlog .cardInfo {
  background-color: #171819;
}

.dark-mode .is-mode .cardBlog .cardInfo .color-light-900 {
  color: #FFFFFF;
}

.dark-mode .is-mode .box-play-contact {
  border-bottom-color: #393939;
}

.dark-mode .is-mode .box-play-contact .btn-play-2 {
  background: url(../imgs/page/contact/play-2.svg) no-repeat center;
}

.link-text {
  text-decoration: none;
}

.link-text:hover {
  color: #0FA7FD;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.hover-up {
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.hover-up:hover {
  transform: translateY(-2px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.form-control::-moz-placeholder {
  color: #1E2022;
  font-size: 18px;
  line-height: 23px;
  opacity: 1;
}

.form-control::placeholder {
  color: #1E2022;
  font-size: 18px;
  line-height: 23px;
  opacity: 1;
}

.form-group {
  margin-bottom: 30px;
}

.text-normal {
  font-weight: 400 !important;
}

.form-control {
  color: #1E2022;
  font-size: 18px;
  line-height: 23px;
  padding: 25px 39px;
  border-radius: 12px;
  font-weight: 700;
}

.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #1E2022;
  font-size: 18px;
  line-height: 23px;
  opacity: 1;
}

.dark-mode .is-mode .form-control {
  background-color: #171819;
  color: #F1F1F1;
  border-color: #535455;
}

.dark-mode .is-mode .form-control::-moz-placeholder {
  color: #CBCFD3;
}

.dark-mode .is-mode .form-control::placeholder {
  color: #CBCFD3;
}

.table-responsive {
  max-width: 100%;
}

.page-item:not(:first-child) .page-link {
  margin-left: 0px;
}

.border-bottom {
  border-bottom: 1px solid #E8E9ED !important;
}

.box-button-slider-bottom {
  position: absolute;
  right: 0px;
  bottom: 30px;
}

.box-button-slider-bottom .swiper-button-next-style1,
.box-button-slider-bottom .swiper-button-prev-style1 {
  height: 63px;
  width: 63px;
  background-color: #F2F6F9;
  border-radius: 50%;
  line-height: 63px;
  text-align: center;
  top: -64px;
  background-image: none;
}

.box-button-slider-bottom .swiper-button-next-style1 svg,
.box-button-slider-bottom .swiper-button-prev-style1 svg {
  color: #0C0D0E;
  margin-top: -4px;
}

.box-button-slider-bottom .swiper-button-next-style1:hover,
.box-button-slider-bottom .swiper-button-prev-style1:hover {
  background-color: #1C68FB;
  background-image: none !important;
}

.box-button-slider-bottom .swiper-button-next-style1:hover svg,
.box-button-slider-bottom .swiper-button-prev-style1:hover svg {
  color: #ffffff;
}

.dark-mode .is-mode .box-button-slider-bottom .swiper-button-next-style1,
.dark-mode .is-mode .box-button-slider-bottom .swiper-button-prev-style1 {
  background: -webkit-linear-gradient(180deg, #1ED760 0%, #0FA7FD 100%);
}

.dark-mode .is-mode .box-button-slider-bottom .swiper-button-next-style1 svg,
.dark-mode .is-mode .box-button-slider-bottom .swiper-button-prev-style1 svg {
  color: #ffffff;
}

.dark-mode .is-mode .box-button-slider-bottom .swiper-button-next-style1:hover,
.dark-mode .is-mode .box-button-slider-bottom .swiper-button-prev-style1:hover {
  background-color: #121212;
  background-image: none !important;
}

.dark-mode .is-mode .box-button-slider-bottom .swiper-button-next-style1:hover svg,
.dark-mode .is-mode .box-button-slider-bottom .swiper-button-prev-style1:hover svg {
  color: #ffffff;
}

.dark-mode .is-mode .bg-100 .box-button-slider-bottom .swiper-button-next-style1,
.dark-mode .is-mode .bg-100 .box-button-slider-bottom .swiper-button-prev-style1 {
  background-color: #393939;
  background-image: none;
}

.dark-mode .is-mode .bg-100 .box-button-slider-bottom .swiper-button-next-style1 svg,
.dark-mode .is-mode .bg-100 .box-button-slider-bottom .swiper-button-prev-style1 svg {
  color: #F1F1F1;
}

.dark-mode .is-mode .bg-100 .box-button-slider-bottom .swiper-button-next-style1:hover,
.dark-mode .is-mode .bg-100 .box-button-slider-bottom .swiper-button-prev-style1:hover {
  background-color: #1C68FB;
  background-image: none !important;
}

.dark-mode .is-mode .bg-100 .box-button-slider-bottom .swiper-button-next-style1:hover svg,
.dark-mode .is-mode .bg-100 .box-button-slider-bottom .swiper-button-prev-style1:hover svg {
  color: #ffffff;
}

.box-button-slider-bottom .swiper-button-prev-style1 {
  right: 75px;
}

.box-button-slider-bottom .swiper-button-next-style1 {
  right: 0px;
}

.menu-mobile {
  display: none;
  text-decoration: none;
}

.menu-mobile .item-menu {
  display: flex;
  align-items: center;
}

.menu-mobile .item-menu img {
  /* margin-left: 15px; */
}

.box-breadcrumbs {
  display: table;
  margin: auto;
}

.box-breadcrumbs ul li {
  display: inline-block;
  position: relative;
}

.box-breadcrumbs ul li a {
  display: inline-block;
  padding: 5px 25px 5px 0px;
  text-decoration: none;
  color: #0C0D0E;
  font-size: 16px;
  line-height: 28px;
}

.box-breadcrumbs ul li a.home {
  background-image: url(../imgs/page/portfolio/home.svg);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 20px;
}

.box-breadcrumbs ul li a::before {
  content: "";
  position: absolute;
  right: 6px;
  background-image: url(../imgs/page/portfolio/arrow.svg);
  background-position: center;
  height: 10px;
  width: 10px;
  z-index: 3;
  background-repeat: no-repeat;
  top: 15px;
}

.box-breadcrumbs ul li:last-child a {
  padding-right: 0px;
}

.box-breadcrumbs ul li:last-child a::before {
  display: none;
}

.box-breadcrumbs ul li span {
  opacity: 0.5;
}

a {
  text-decoration: none;
}

.scroll-zoom-in {
  transform: scale(1);
}

.scroll-zoom-in-2 {
  transform: scale(0.5);
}

.scroll-zoom-out {
  transform: scale(1);
}

.reveal-text-cover {
  max-height: 120px;
  overflow: hidden;
}

.reveal-text-cover .reveal {
  visibility: hidden;
  position: relative;
  width: 80%;
  height: 80%;
  max-width: 500px;
  overflow: hidden;
}

.link-effect {
  text-decoration: none;
  overflow: hidden;
  height: 22px;
}

.link-effect:hover {
  color: #0FA7FD;
}

.link-effect:hover .letter {
  transform: translateY(-100%);
}

.link-effect .block:last-child {
  color: var(--primary);
}

.link-effect .letter {
  display: inline-block;
  transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}

.link-effect .letter:nth-child(1) {
  transition-delay: 0s;
}

.link-effect .letter:nth-child(2) {
  transition-delay: 0.03s;
}

.link-effect .letter:nth-child(3) {
  transition-delay: 0.06s;
}

.link-effect .letter:nth-child(4) {
  transition-delay: 0.09s;
}

.link-effect .letter:nth-child(5) {
  transition-delay: 0.12s;
}

.link-effect .letter:nth-child(6) {
  transition-delay: 0.15s;
}

.link-effect .letter:nth-child(7) {
  transition-delay: 0.18s;
}

.link-effect .letter:nth-child(8) {
  transition-delay: 0.21s;
}

.link-effect .letter:nth-child(9) {
  transition-delay: 0.24s;
}

.link-effect .letter:nth-child(10) {
  transition-delay: 0.27s;
}

.link-effect .letter:nth-child(11) {
  transition-delay: 0.3s;
}

.link-effect .letter:nth-child(12) {
  transition-delay: 0.33s;
}

.link-effect.play .letter {
  transform: translateY(-100%);
}

.opacity-08 {
  opacity: 0.8;
}

.img-grey {
  filter: grayscale(100%);
  transition-duration: 0.6s;
}

.img-grey:hover {
  filter: none;
  transition-duration: 0.6s;
}

a,
button,
img,
input,
span,
h4 {
  transition: all 0.3s ease 0s;
}

.spinner {
  animation: spinner 2s infinite;
}

@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/theme/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;
}

@keyframes zoomInOut {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(0.8);
  }
}

body {
  font-family: "Fahkwang", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
  font-weight: 500;
  position: relative;
}

.text-fill-wrap {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

.concat {
  display: flex;
}

.text-fill {
  position: relative;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.6);
  text-align: center;
  color: transparent;
}

.text-fill::before {
  content: attr(data-text);
  position: absolute;
  color: rgba(255, 255, 255, 0.4);
  overflow: hidden;
  width: 0%;
  transition: 1s;
  animation: fill 2s cubic-bezier(0.6, 0, 0.4, 1) forwards;
  animation-delay: 2s;
}

@keyframes fill {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.text-bg-img {
  background: url("../imgs/page/homepage3/text-bg.png") top center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
}

.text-opacity span {
  opacity: 0.2;
}

.btn {
  border-radius: 4px;
  padding: 10px 0px 10px 22px;
  font-family: "Fahkwang", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.btn.btn-gradient {
  padding: 12px 30px !important;
  border-radius: 100px;
  background: linear-gradient(90deg, #1ED760 0%, #0FA7FD 100%);
  color: #FFFFFF;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 700;
  min-width: 180px !important;
}
.btn.btn-gradient img{
  display: inline-block;
  vertical-align: middle;
  filter: brightness(0%) invert(100%);
}

.btn.btn-gradient:hover {
  background: linear-gradient(90deg, #0FA7FD 0%, #1ED760 100%);
  transition: all 7s;
}

.btn.btn-white {
  padding: 12px 26px !important;
  border-radius: 100px;
  background-color: #ffffff;
  color: #000 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 700;
  min-width: 180px !important;
  margin: 0 !important;
}
.btn.btn-white img{
  display: inline-block;
  vertical-align: middle;
  filter: brightness(0%);
}

.btn.btn-default {
  padding: 31px 30px;
  border-radius: 100px;
  background-color: #0C0D0E;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.btn.btn-default:hover {
  background-color: #4a4a4a;
  color: #FFFFFF;
}

.btn.btn-default img {
  display: inline-block;
  vertical-align: middle;
}

.dark-mode .is-mode .btn.btn-default {
  background-color: #CBCFD3;
  color: #171819;
  border: none !important;
}

.dark-mode .is-mode .btn.btn-default img {
  filter: invert(70%) sepia(120%) saturate(6481%) hue-rotate(190deg) brightness(100%) contrast(143%);
}

.dark-mode .is-mode .btn.btn-default:hover {
  background-color: #F1F1F1;
  color: #171819;
}

/* OUR WORK CSS */
.box-swiper {
  position: relative;
  width: 100%;
}

.box-swiper .swiper-container {
  position: relative;
  height: 100%;
}

.box-swiper .swiper-container .item-logo {
  border: 1px solid #ccc;
  padding: 39px 0px 36px 0px;
  display: inline-block;
  width: 100%;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0px 5px 30px rgba(19, 27, 34, 0.12);
}

.box-swiper .swiper-container .item-logo img {
  max-width: 100%;
}

.box-swiper .swiper-container .item-logo:hover {
  border: 1px solid #ccc;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
}

.swiper-button-next {
  background: url(../imgs/slider/swiper/next.svg) no-repeat 0px 0px;
}

.swiper-button-next:hover {
  background: url(../imgs/slider/swiper/next.svg) no-repeat 0px 0px;
}

.swiper-button-prev {
  background: url(../imgs/slider/swiper/prev.svg) no-repeat 0px 0px;
}

.swiper-button-prev:hover {
  background: url(../imgs/slider/swiper/prev.svg) no-repeat 0px 0px;
}

.swiper-button-next,
.swiper-button-prev {
  width: 40px;
  height: 40px;
  margin-top: 0px;
}

.swiper-button-next {
  left: auto;
  right: 0px;
  top: 20px;
}

.swiper-button-prev {
  left: auto;
  right: 40px;
  top: 20px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2px;
}

.swiper-pagination {
  text-align: center;
  width: 100%;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #ffffff;
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0FA7FD;
  width: 16px;
  height: 8px;
  border-radius: 7px;
}

.swiper-pagination.swiper-pagination-2 .swiper-pagination-bullet {
  background: #E8E9ED;
}

.swiper-pagination.swiper-pagination-2 .swiper-pagination-bullet-active {
  background: #0FA7FD;
}

.swiper-pagination-bullet {
  margin: 10px;
}

.swiper-pagination-custom {
  bottom: 40px;
  padding-left: 70px;
}

.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;
}

.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;
}

.box-button-slider {
  position: absolute;
  top: 0px;
  left: 0px;
}

/* service we offer */
.cardService {
  max-width: 100%;
  width: 100%;
}

.cardService .cardImage {
  margin-bottom: 10px;
}

.cardService .cardImage img {
  display: block;
  width: 100%;
  transition-duration: 0.3s;
  border-radius: 0;

}

.cardService .cardImage img:hover {
  transition-duration: 0.3s;
}

.cardService .cardInfo h3 {
  margin-bottom: 0px;
  font-size: 28px;
}

.cardService .cardInfo h5 {
  margin-bottom: 15px;
}

.cardService .cardInfo a {
  display: block;
  text-decoration: none;
}

.cardService .cardInfo a img {
  margin-left: 15px;
}

.cardService .cardInfo a:hover {
  color: #0FA7FD;
}
.charlie h1 {
  font-size: 60px;
  line-height: normal;
}
.charlie h2{
  font-size: 48px;
  line-height: normal;
}
.cardInfo h3{
  font-size: 20px;
}
.cardInfo h5{
  font-size: 15px;
}
.cardCustomer {
  max-width: 100%;
  width: 100%;
}
.cardCustomer .cardImage {
  margin-bottom: 32px;
  height: auto;
}
.cardCustomer .cardImage img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center top;
  border: 1px solid transparent;
  border-radius: 70px;
}
.cardCustomer .cardInfo h3 {
  margin-bottom: 5px;
}
.card-banner {
  position: relative;
  margin-top: 15px;
}
.card-banner .card-image {
  height: 392px;
  overflow: hidden;
  position: relative;
  z-index: 12;
  top: 0px;
  transition: all 0.5s ease-in-out;
}
.card-banner .card-image img.main-image {
  width: auto;
  min-width: 100%;
  max-width: none;
  height: 100%;
  min-height: auto;
}
.card-banner .card-image .link-more {
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 100px;
  width: 100px;
}
.card-banner .card-image .link-more img {
  display: block;
}
.card-banner .card-info {
  position: relative;
  bottom: 400px;
  transition: all 0.5s ease-in-out;
  padding: 0px 15px 30px 15px;
  text-align: center;
  z-index: 1;
}
.card-banner .card-info h4 {
  color: #000
}
.card-banner:hover .card-info {
  bottom: 0px;
}
.card-banner:hover .card-image {
  height: 433px;
  top: -25px;
}
.card-banner:hover .card-image .link-more {
  display: block;
}
/* service what we offer */
.loader {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  animation-fill-mode: both;
  animation: load7 1.8s infinite ease-in-out;
  color: #069;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}
.loader:before {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  animation-fill-mode: both;
  animation: load7 1.8s infinite ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  left: -3.5em;
  animation-delay: -0.32s;
}

.loader:after {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  animation-fill-mode: both;
  animation: load7 1.8s infinite ease-in-out;
  content: "";
  position: absolute;
  top: 0;
  left: 3.5em;
}

.swiper-pagination {
  text-align: center;
  bottom: 0px !important;
}

.swiper-pagination .swiper-pagination-customs {
  background: #ffffff;
  border-radius: 50%;
}

.swiper-pagination .swiper-pagination-customs:hover {
  background: #ffffff;
}

.swiper-pagination .swiper-pagination-customs-active {
  background: #069;
}

.swiper-pagination.swiper-pagination-2 {
  top: auto;
  height: auto;
  z-index: 123;
  line-height: 30px;
  text-align: center;
}

/*page loading*/
.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999999;
  transition: 0.6s;
  margin: 0 auto;
}

.preloader img {
  max-width: 250px;
}

.page-loading-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform-origin: 0 0;
}

.page-loading-inner div {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  box-sizing: content-box;
  margin: -10px -20px;
}

.page-loading-inner div:nth-child(1) {
  background: #024430;
  animation: page-loading-inner 1s linear infinite;
  animation-delay: -0.5s;
}

.page-loading-inner div:nth-child(2) {
  background: #ffe7bb;
  animation: page-loading-inner 1s linear infinite;
  animation-delay: 0s;
}

.page-loading-inner div:nth-child(3) {
  background: #024430;
  animation: page-loading-inner-o 1s linear infinite;
  animation-delay: -0.5s;
}

.page-loading {
  width: 100px;
  height: 100px;
  display: inline-block;
  overflow: hidden;
}

@keyframes page-loading-inner-o {
  0% {
    opacity: 1;
    transform: translate(0 0);
  }

  49.99% {
    opacity: 1;
    transform: translate(30px, 0);
  }

  50% {
    opacity: 0;
    transform: translate(30px, 0);
  }

  100% {
    opacity: 0;
    transform: translate(0, 0);
  }
}

@keyframes page-loading-inner {
  0% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(30px, 0);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes rotate {

  0%,
  49.999%,
  100% {
    transform: none;
  }

  50%,
  99.999% {
    transform: rotate(90deg);
  }
}

@keyframes shift-left {

  0%,
  100% {
    transform: translateX(0%);
  }

  50% {
    transform: scale(0.65) translateX(-75%);
  }
}

@keyframes shift-right {

  0%,
  100% {
    transform: translateX(0%);
  }

  50% {
    transform: scale(0.65) translateX(75%);
  }
}

.preloader-dots {
  --uib-size: 30px;
  --uib-speed: 0.9s;
  --uib-color: #425a8b;
  position: relative;
  height: calc(var(--uib-size) / 2);
  width: var(--uib-size);
  filter: url("#uib-jelly-ooze");
  animation: rotate calc(var(--uib-speed) * 2) linear infinite;
}

.preloader-dots::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 25%;
  width: 50%;
  height: 100%;
  background: var(--uib-color);
  border-radius: 100%;
  animation: shift-left var(--uib-speed) ease infinite;
}

.preloader-dots::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 25%;
  width: 50%;
  height: 100%;
  background: var(--uib-color);
  border-radius: 100%;
  animation: shift-right var(--uib-speed) ease infinite;
}

/*select 2 style*/
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #069;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #069 transparent transparent transparent;
  border-width: 5px 5px 0 5px;
}

.select2-search--dropdown {
  padding: 0px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ccc;
  margin-bottom: 15px;
  border-radius: 4px;
  padding: 8px;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ccc;
  color: #069;
}

.modal-header .btn-close {
  margin: -0.5rem 0rem -0.5rem auto;
}

/* ------------------------------------------------------------- *
 * Smooth Scrollbar
 * Source: https://github.com/idiotWu/smooth-scrollbar/
/* ------------------------------------------------------------- */
/* Hide default scrollbar */
body:not(.is-mobile).alith-smooth-scroll {
  overflow: hidden !important;
}

/* Scroll content (added if <body> contain class "alith-smooth-scroll". Disabled on mobile devices!) */
body:not(.is-mobile).alith-smooth-scroll .scroll-container {
  width: auto;
  height: 100vh;
  overflow: auto;
  margin: 0;
}

.scroll-container,
section {
  max-width: 100%;
  overflow: hidden;
}

section.overflow-unset,
.section.overflow-unset,
.overflow-unset {
  overflow: unset !important;
}

/* Styling scrollbar */
.scrollbar-track {
  background: transparent !important;
  z-index: 99999 !important;
  transition: background 0.2s ease-in-out;
}

.scrollbar-track:hover {
  background: rgba(222, 222, 222, 0.15) !important;
}

.scrollbar-thumb {
  background: #ddd !important;
  opacity: 0.25;
  transition: opacity 0.2s ease-in-out;
}

.scrollbar-track:hover .scrollbar-thumb {
  opacity: 0.5;
}

.scroll-to-top {
  position: absolute;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  background: linear-gradient(90deg, #1ED760 0%, #0FA7FD 100%);
  width: 52px;
  height: 52px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  z-index: 99;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}
/* cursor css */
.cursor {
  position: fixed;
  z-index: 9999999;
  pointer-events: none;
}

.cursor span.dot {
  position: fixed;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #707070;
  pointer-events: none;
  mix-blend-mode: difference;
}

.cursor span.play,
.cursor span.drag,
.cursor span.view {
  position: relative;
  opacity: 0;
  visibility: hidden;
  display: none;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background-color: #1A1C1E;
  border-radius: 50%;
  font-family: "Fahkwang", sans-serif;
  color: #F1F1F1;
  font-size: 18px;
  mix-blend-mode: unset;
}

.cursor span.play img,
.cursor span.drag img,
.cursor span.view img {
  display: block;
  position: absolute;
  left: 50%;
  top: 16px;
  animation: zoomInOut 1s infinite;
}

.cursor span.play span,
.cursor span.drag span,
.cursor span.view span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  top: 50%;
}

.cursor.cursor-play span.play {
  display: block;
  opacity: 1;
  visibility: visible;
  transition-duration: 0.3s;
  transform: scale(1);
}

.cursor.cursor-play span.play img {
  margin-left: -12px;
}

.cursor.cursor-drag span.drag {
  display: block;
  opacity: 1;
  visibility: visible;
  transition-duration: 0.3s;
  transform: scale(1);
}

.cursor.cursor-drag span.drag img {
  margin-left: -12px;
}

.cursor.cursor-view span.view {
  display: block;
  opacity: 1;
  visibility: visible;
  transition-duration: 0.3s;
  transform: scale(1);
}

.cursor.cursor-view span.view img {
  margin-left: -8px;
}

.follower {
  pointer-events: none;
  position: fixed;
  transition: all 0.09s ease;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  background-color: transparent;
  mix-blend-mode: difference;
  border: 1px solid #707070;
  z-index: 9999999;
}
/* cursor css */

.scoll-reduce-border-wraper {
  overflow: hidden;
  border-radius: 60px;
}

.page-loader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  display: flex;
}

.page-loader .page-loader-logo {
  display: inline;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.bar {
  width: 10vw;
  height: 105vh;
  background: #1a1a1a;
}

.hide-animation {
  animation-name: fadeOut;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.image-mark {
  position: absolute;
  width: 0;
  height: 110%;
  background-color: #FFFFFF;
  top: 0;
  right: 0;
  z-index: 999;
}

.dark-mode .image-mark {
  background-color: #171819;
}

.swiper-button-next-banner,
.swiper-button-prev-banner {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}

.swiper-button-prev-banner {
  margin-right: 10px;
}

/* header css */
.header {
  padding: 0px 78px;
  float: left;
  width: 100%;
  position: relative;
  background-color: transparent;
  z-index: 1004;
  position: fixed;
  top: 0px;
  left: 0px;
}

.header .main-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.header .main-header .header-account .dark-light-mode {
  height: 30px;
  width: 30px;
  background: url(../imgs/template/icons/dark.svg) no-repeat center;
  display: inline-block;
}

.header .main-header .header-account .dark-light-mode.dark-mode {
  background: url(../imgs/template/icons/light.svg) no-repeat center;
}

.header .main-header .header-account .menu-mobile {
  display: inline-block;
  margin: 0px 0px 0px 20px;
}

.header .nav-main-menu {
  width: auto;
  padding: 0px 0px 0px 10px;
  float: none;
}

.header .main-menu>li {
  padding: 23px 0px 23px 0px;
}

.header .main-menu li {
  float: left;
  position: relative;
  text-align: left;
}

.header .main-menu li.has-children>a::after {
  content: "";
  background: url(../imgs/template/icons/angle-down.svg) no-repeat center;
  height: 8px;
  width: 12px;
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -4px;
  filter: invert(100%);
}

.header .main-menu li.hr {
  padding: 0px 22px;
}

.header .main-menu li.hr span {
  background-color: #E8E9ED;
  height: 1px;
  width: 100%;
  display: block;
  margin: 5px 0;
}

.header .main-menu li a {
  font-family: "Fahkwang", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  line-height: 24px;
  display: block;
  padding: 10px 33px 11px 15px;
  text-decoration: none;
  position: relative;
  cursor: default;
}
.header .main-menu li:last-child a {
  cursor: pointer;
}

.header .main-menu li a .stick {
  color: #000 !important;
}

.header .main-menu li a:hover i {
  opacity: 1;
  transition: 0.2s;
}

.header .main-menu li a i {
  font-size: 12px;
  margin-right: 8px;
  opacity: 0.38;
  transition: 0.2s;
}

.header .main-menu li div.sub-menu {
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.2s;
  position: absolute;
  top: 100%;
  right: -26rem;
  z-index: 999999;
  min-width: 220px;
  width: 1160px;
  border-radius: 21px;
  padding: 10px 22px;
  background-color: #171819;
  border: 1px solid #5c5c5c;
  box-shadow: 0 5px 30px rgb(19 27 34 / .12);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  display: none;
}
.header .main-menu li div.sub-menu .menu-inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  top: auto;
  left: auto;
  opacity: 1;
  visibility: visible;
  border: 0px;
  background-color: transparent;
  box-shadow: none;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  padding: 1rem 0;
}

.header .main-menu li div.sub-menu .menu-inner li {
  width: 100%;
  padding-right: 0px;
}

.header .main-menu li div.sub-menu .menu-inner li a {
  padding-left: 22px;
  padding-right: 22px;
  border-radius: 50px;
}

.header .main-menu li div.sub-menu .menu-inner li a img {
  height: 50px;
  width: auto;
  margin-right: 15px;
}

.header .main-menu li ul {
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.2s;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 124;
  min-width: 250px;
  border-radius: 21px;
  padding: 10px 12px;
  background-color: #171819;
  border: 1px solid #5c5c5c;
  box-shadow: 0px 5px 30px rgba(19, 27, 34, 0.12);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.header .main-menu li ul li {
  width: 100%;
  margin-bottom: 2px;
}

.header .main-menu li ul li a {
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  position: relative;
  padding: 9px 22px;
  transition: 0.2s;
  border-radius: 50px;
  cursor: pointer;
}

.header .main-menu li ul li a b {
  font-size: 18px;
  font-weight: 900;
  background: linear-gradient(90deg, #1ED760 21%, #0FA7FD 77%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.header .main-menu li ul li a:hover:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 80px;
  background: linear-gradient(90deg, transparent, #0FA7FD);
  animation: comet2 2s infinite linear;
}

.header .main-menu li ul li a.icn-bx:hover:after {
  content: none;
}

.header .main-menu li ul li a.icn-bx h5 {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.header .main-menu li ul li a.icn-bx h5:hover:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 80px;
  background: linear-gradient(90deg, transparent, #0FA7FD);
  animation: comet2 2s infinite linear;
}

@keyframes comet2 {
  0% {
    left: 0;
    transform: translate(0%);
  }

  100% {
    left: 55%;
    transform: translate(0%);
  }
}

.header .main-menu li ul li a:hover {
  transition: 0.2s;
}

.header .main-menu li ul li a.closer {
  padding: 8px 22px 8px 22px;
}

.header .main-menu li ul li ul {
  top: 0px;
  left: 100%;
}

.header .main-menu li:hover>ul,
.header .main-menu li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  display: block;
}

.header .main-menu li:hover>ul li,
.header .main-menu li:hover>.sub-menu li {
  width: 100%;
}

.box-notify svg {
  height: 14px;
  color: #1ED760;
}

.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: 1004;
  left: 0;
  transition: all 0.3s ease 0s;
  border-bottom: 1px solid #5c5c5c;
  background: #222222b6;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.comet-horizontal {
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 80px;
  background: linear-gradient(90deg, transparent, #0FA7FD);
  animation: comet 5s infinite linear;
}

@keyframes comet {
  0% {
    left: 0;
    transform: translate(-100%);
  }

  100% {
    left: 100%;
    transform: translate(0%);
  }
}
/* header css */

.sticky-bar.header-bg-2 {
  background-color: #1C68FB;
}

.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;
}

/* mobie-view-header */
.perfect-scroll {
  width: 100%;
  max-width: 530px;
  padding: 0px 20px 0px 20px;
  margin: auto;
  display: inline-block;
  max-height: 100%;
  text-align: left;
}

.body-overlay-1 {
  background: transparent;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  cursor: crosshair;
  z-index: 1002;
}

.mobile-menu-active .body-overlay-1 {
  opacity: 1;
  visibility: visible;
}

.btn-close {
  position: absolute;
  top: 25px;
  right: 83px;
  height: 35px;
  width: 35px;
  background: url(../imgs/template/icons/close-btn.svg) no-repeat center;
  z-index: 12;
  cursor: pointer;
}

.mobile-header-wrapper-style {
  position: fixed;
  top: 0px;
  bottom: 0;
  right: 0;
  max-width: 100%;
  width: 100%;
  min-height: 100vh;
  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: 999999;
  padding-top: 0px;
}

.mobile-header-wrapper-style .mobile-logo {
  position: absolute;
  top: 25px;
  left: 90px;
}

.mobile-header-wrapper-style .mobile-snow {
  bottom: 20%;
  right: 10%;
  position: absolute;
}

.mobile-header-wrapper-style .ps__rail-y,
.mobile-header-wrapper-style .ps__rail-x {
  display: none;
}

.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 0px 0px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  min-height: 100vh;
  background-color: #171819;
  background-image: linear-gradient(rgba(255, 255, 255, 0.04) 2px, transparent 2px), linear-gradient(90deg, rgba(255, 255, 255, 0.04) 2px, transparent 2px), linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 50px 50px, 50px 50px, 5px 5px, 5px 5px;
  background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-logo {
  position: relative;
  border-bottom: 1px solid #E8E9ED;
  padding: 15px 30px 15px 30px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-logo img {
  width: 60px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  background-color: #ffffff;
  align-items: center;
  align-self: center;
  border-bottom: 0;
  margin-bottom: 15px;
}

.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 {
  min-height: 100vh;
  padding: 0px;
  text-align: center;
  display: flex;
  align-items: center;
  height: 100%;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu {
  max-width: 100%;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li {
  display: block;
  position: relative;
  padding: 25px 0;
}

.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: 83px;
  line-height: 83px;
  top: 5px;
  color: #E8E9ED;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children .menu-expand svg {
  height: 12px;
}

.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: transparent;
  transform: rotate(-180deg);
}

.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: 2.90em;
  line-height: 60px;
  font-family: "Fahkwang", sans-serif;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  display: inline-block;
  color: #F1F1F1;
  transition-duration: 0.2s;
  text-decoration: none;
}

.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 a:hover {
  color: #0FA7FD;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul {
  padding: 0px 0 0px 10px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li {
  padding: 0px 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 a {
  font-size: 1.8em;
  line-height: 45px;
  display: block;
  font-weight: 400;
  color: #CBCFD3;
  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 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 ul li.hr {
  padding: 0 0 0 10px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.hr span {
  background-color: #E8E9ED;
  height: 1px;
  width: 100%;
  display: block;
  margin: 5px 0;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:hover>a {
  color: #1ED760;
  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 #E8E9ED;
  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: #E8E9ED;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a:hover {
  color: #E8E9ED;
}

.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: #E8E9ED;
  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: #E8E9ED;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:hover>a {
  color: #E8E9ED;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-border nav {
  display: inline-block;
  width: 100%;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .site-copyright {
  font-size: 12px;
  color: #E8E9ED;
  padding-bottom: 20px;
}
/* mobile-view-header */



.mobile-search form {
  background-color: #1ED760;
  border-radius: 8px;
  height: 44px;
  padding: 0px 15px 0px 44px;
  position: relative;
}

.mobile-search form input {
  border: 0;
  background-color: transparent;
  width: 100%;
  padding: 12px 10px;
}

.mobile-search form i {
  position: absolute;
  left: 18px;
  top: 14px;
  font-size: 18px;
  color: #E8E9ED;
}

.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: 20px 0 25px 0;
  padding: 30px 0 20px 0;
  border-top: thin solid #E8E9ED;
  border-bottom: thin solid #E8E9ED;
}

.mobile-account ul.mobile-menu {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.mobile-account h6 {
  font-weight: 600;
  font-size: 18px;
}

.mobile-account ul li {
  padding: 8px 0;
}

.mobile-account ul li a {
  font-size: 14px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 400;
  position: relative;
  display: inline-block;
  color: #E8E9ED;
  transition-duration: 0.2s;
  text-decoration: none;
}

.mobile-account ul li:hover a {
  padding-left: 3px;
  transition-duration: 0.2s;
  color: #E8E9ED;
}

.box-download-app {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E8E9ED;
  border-top: 1px solid #E8E9ED;
  margin-bottom: 20px;
  margin-top: 20px;
}

.nav-tabs-mobile {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
}

.nav-tabs-mobile li {
  padding: 0px;
  position: relative;
}

.nav-tabs-mobile li a {
  padding: 10px;
  display: flex;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #0FA7FD;
}

.nav-tabs-mobile li a svg {
  height: 14px;
  vertical-align: middle;
  float: left;
  margin: 2px 5px 0px 0px !important;
  color: #0FA7FD;
}

.nav-tabs-mobile li a:hover,
.nav-tabs-mobile li a:hover *,
.nav-tabs-mobile li a.active {
  color: #6FD2B8;
}

.nav-tabs-mobile li a:hover::before,
.nav-tabs-mobile li a:hover *::before,
.nav-tabs-mobile li a.active::before {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0px;
  background-color: #6FD2B8;
}

.nav-tabs-mobile li a.active * {
  color: #6FD2B8;
}

.notifications-item {
  padding: 20px 0px 0px 0px;
}

.notifications-item .item-notify {
  margin-bottom: 30px;
  display: flex;
}

.notifications-item .item-notify .item-image {
  min-width: 32px;
  max-width: 32px;
  width: 100%;
  margin-right: 15px;
}

.notifications-item .item-notify .item-info {
  width: 100%;
}

.notifications-item .item-notify .item-time {
  width: 63px;
  max-width: 63px;
  margin-left: 20px;
  min-width: 63px;
}

.footer {
  background-color: #FFFFFF;
  /* padding-top: 110px; */
}


.footer .menu-footer {
  display: flex;
  margin: 18px -10px 0px -10px;
  flex-wrap: wrap;
}

.footer .menu-footer li {
  list-style: none;
  margin-bottom: 2px;
  width: 100%;
  padding: 0px 10px;
}

.footer .menu-footer li a {
  color: #0C0D0E;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  display: block;
  padding: 0px 0px 0px 0px;
  transition-duration: 0.2s;
  letter-spacing: 0.3px;
  position: relative;
}


.footer .menu-footer li a:hover:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 3px;
  width: 80px;
  background: linear-gradient(90deg, transparent, #0FA7FD);
  animation: comet3 2s infinite linear;
}

@keyframes comet3 {
  0% {
    left: 0;
    transform: translate(0%);
  }

  100% {
    left: 35%;
    transform: translate(0%);
  }
}

.footer img.snow-footer {
  position: absolute;
  top: 80px;
  right: 10%;
}

.footer-bottom {
  padding: 20px 0;
}

.footer-2 {
  border-top: 1px solid #5c5c5c;
  margin-top: 20px;
}

.menu-bottom {
  display: inline-block;
}

.menu-bottom li {
  display: inline-block;
  color: #ffffff;
  padding: 0px 30px;
}

.menu-bottom li a {
  color: #0C0D0E;
  font-size: 14px;
  line-height: 30px;
}

.menu-bottom li a:hover {
  color: #6FD2B8;
}

.menu-bottom li:last-child {
  padding-right: 0px;
}

.menu-bottom li:first-child {
  padding-left: 0px;
}

#scrollUp {
  width: 72px;
  height: 72px;
  right: 20px;
  bottom: 180px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  z-index: 999 !important;
  border: 0;
  line-height: 72px;
  background-color: #0C0D0E;
  transition-duration: 0.2s;
}

#scrollUp img {
  display: inline-block;
  vertical-align: middle;
}

#scrollUp:hover {
  transform: translateY(-3px);
  transition-duration: 0.2s;
  background-color: #CBCFD3;
}

.dark-mode #scrollUp {
  background-color: #393939;
}

.dark-mode #scrollUp:hover {
  background-color: #1A1C1E;
}

footer a {
  text-decoration: none;
}

.icon-socials {
  display: inline-block;
  margin-right: 30px;
  line-height: 22px;
  transition-duration: 0.2s;
  vertical-align: middle;
  font-size: 30px;
  background: linear-gradient(90deg, #1ED760 0%, #0FA7FD 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
}

.icon-socials:last-child {
  margin-right: 0px;
}

.icon-socials.icon-facebook {
  background: url(../imgs/template/icons/facebook.png) no-repeat center;
  transition-duration: 0.2s;
}

.icon-socials.icon-facebook:hover {
  background: url(../imgs/template/icons/facebook.png) no-repeat center;
  transition-duration: 0.2s;
  background-color: rgba(255, 255, 255, 0.2);
}

.icon-socials.icon-dribbble {
  background: url(../imgs/template/icons/dribbble.png) no-repeat center;
  transition-duration: 0.2s;
}

.icon-socials.icon-dribbble:hover {
  background: url(../imgs/template/icons/dribbble.png) no-repeat center;
  transition-duration: 0.2s;
  background-color: rgba(255, 255, 255, 0.2);
}

.icon-socials.icon-instagram {
  background: url(../imgs/template/icons/instagram.png) no-repeat center;
  transition-duration: 0.2s;
}

.icon-socials.icon-instagram:hover {
  background: url(../imgs/template/icons/instagram.png) no-repeat center;
  transition-duration: 0.2s;
  background-color: rgba(255, 255, 255, 0.2);
}

.icon-socials.icon-linkedin {
  background: url(../imgs/template/icons/linkedin.png) no-repeat center;
  transition-duration: 0.2s;
}

.icon-socials.icon-linkedin:hover {
  background: url(../imgs/template/icons/linkedin.png) no-repeat center;
  transition-duration: 0.2s;
  background-color: rgba(255, 255, 255, 0.2);
}

.icon-socials:hover {
  transform: translateY(-3px);
  transition-duration: 0.2s;
}

.dark-mode .is-mode .icon-socials.icon-facebook {
  background: url(../imgs/template/icons/facebook-w.png) no-repeat center;
}

.dark-mode .is-mode .icon-socials.icon-facebook:hover {
  background: url(../imgs/template/icons/facebook-w.png) no-repeat center;
}

.dark-mode .is-mode .icon-socials.icon-dribbble {
  background: url(../imgs/template/icons/dribbble-w.png) no-repeat center;
}

.dark-mode .is-mode .icon-socials.icon-dribbble:hover {
  background: url(../imgs/template/icons/dribbble-w.png) no-repeat center;
}

.dark-mode .is-mode .icon-socials.icon-instagram {
  background: url(../imgs/template/icons/instagram-w.png) no-repeat center;
}

.dark-mode .is-mode .icon-socials.icon-instagram:hover {
  background: url(../imgs/template/icons/instagram-w.png) no-repeat center;
}

.dark-mode .is-mode .icon-socials.icon-linkedin {
  background: url(../imgs/template/icons/linkedin-w.png) no-repeat center;
}

.dark-mode .is-mode .icon-socials.icon-linkedin:hover {
  background: url(../imgs/template/icons/linkedin-w.png) no-repeat center;
}

.box-footer-top {
  padding: 30px 78px 10px;
  margin-bottom: 0px;
}

/*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;
}

.ml-3 {
  margin-left: 3px;
}
.pb-50 {
  padding-bottom: 50px !important;
}

/***************************
    Page section margin
****************************/
.mtb-20 {
  margin: 10px 0 20px 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;
}



.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;
}



.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;
}
.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;
}





.banner-homepage1 {
  background-color: #1ED760;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 250px 0px 400px 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 1136px;
  z-index: 1;
}

.banner-homepage1 .vertical-effect:first-child {
  width: 5%;
  min-width: 60px;
}

.banner-homepage1 .vertical-effect {
  width: 100%;
}

.banner-homepage1 .vertical-effect:last-child {
  width: 5%;
  min-width: 60px;
}

.banner-homepage1::before {
  content: "";
  height: 133px;
  width: 133px;
  background-image: url(../imgs/page/homepage1/diamond.png);
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 250px;
  left: 50px;
  z-index: 1;
}

.box-content-banner {
  position: relative;
  padding: 250px 0px 100px 0px;
}

.box-content-banner .container {
  position: relative;
  z-index: 2;
}

.bg-banner-1 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  background-image: url(../imgs/page/homepage1/bg-banner1.png);
  background-position: top center;
  background-repeat: no-repeat;
}

.box-get-quote {
  display: flex;
  border-radius: 100px;
  padding: 10px 30px;
  align-items: center;
  background-color: #1C68FB;
  color: #FFFFFF;
}

.img-quote {
  min-width: 91px;
  width: 91px;
  height: 91px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 35px;
}

.box-banner-video {
  position: relative;
  margin-right: 80px;
  margin-top: 120px;
}

.box-banner-video img {
  width: 100%;
}

.box-banner-video .btn-play img {
  max-width: 173px;
  width: auto;
}

.btn-play {
  position: absolute;
  width: 173px;
  height: 173px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 2;
}


.box-text-circle {
  position: relative;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  top: 11px;
  left: 96px;
}
.box-text-circle span {
  height: 95px;
  position: absolute;
  width: 20px;
  left: 0;
  top: 0;
  transform-origin: bottom center;
  font-size: 16px;
  line-height: 21px;
  color: #0C0D0E;
  text-transform: uppercase;
}
.services-slider .swiper-slide {
  max-width: 400px;
  width: 100%;
}

.box-services-slider {
  padding-left: 55px;
}
.box-faqs {
  padding: 150px 0px 200px 0px;
}
.accordion .accordion-collapse {
  background-color: transparent;
}
.accordion .accordion-button {
  padding: 34px 0px;
}
.accordion-button,
.accordion-button.collapsed {
  border: 0px;
  border-bottom: 1px solid #6C7074;
}
.accordion-collapse {
  border: 0px;
}
.accordion-body {
  padding: 36px 30px 5px 30px;
}
.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #0C0D0E;
}
.accordion-item {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0px;
  border: 0px solid #E8E9ED;
  overflow: hidden;
  margin-bottom: 0px;
}
.accordion-button::after {
  background-image: url(../imgs/page/homepage1/arrow-down.png);
}

.accordion-button:not(.collapsed)::after {
  background-image: url(../imgs/page/homepage1/arrow-up.png);
  transform: rotate(0deg);
}

.accordion {
  padding: 0px 30px;
}

.box-image-faqs {
  position: relative;
}

.box-image-faqs img {
  width: 100%;
  display: block;
}

.box-image-faqs .img-sub {
  position: absolute;
  bottom: -170px;
  right: -78px;
  width: 280px;
}

.icon-16 {
  height: 26px;
}

.box-customer {
  padding: 20px 0px 140px 0px;
}

.box-customer .container {
  position: relative;
}

.bg-quote {
  background-image: url(../imgs/page/homepage1/quote.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 167px;
  right: 0px;
  width: 127px;
  height: 97px;
}

.box-author {
  display: flex;
  align-items: center;
}

.box-author img {
  max-width: 56px;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  margin-right: 10px;
}

.box-author .author-info a {
  text-decoration: none;
}

.box-author .author-info .author-name {
  display: block;
}

.box-author .author-info img {
  width: 12px;
  height: auto;
  border-radius: 0;
  margin-right: 0px;
  max-width: 100%;
}

.box-images-customer {
  position: relative;
  min-height: 616px;
}

.box-images-customer .img-1 {
  position: absolute;
  top: 0px;
  right: 35px;
  max-width: 287px;
  display: block;
  width: 100%;
}

.box-images-customer .img-2 {
  position: absolute;
  bottom: 70px;
  left: -35px;
  width: 100%;
  max-width: 356px;
  display: block;
}

.box-images-customer .img-3 {
  position: absolute;
  bottom: 0px;
  right: 80px;
  width: 100%;
  max-width: 170px;
  display: block;
}

.box-customer-love {
  background-image: url(../FL-images/homepage/bg-circles.png);
  background-repeat: no-repeat;
  background-position: center;
}

.box-customer-love-slider {
  padding-left: 50px;
}

.customer-love-slider .swiper-slide {
  max-width: 570px;
  width: 100%;
}

.box-take-a-look {
  background-color: #f2f2f2;
  margin-bottom: 0px;
}

.bg-take-look {
  padding-top: 50px;
  background-repeat: repeat;
  position: relative;
}

.box-image-look {
  overflow: hidden;
  border-radius: 10px;
  max-width: 100%;
  width: 100%;
}

.box-image-look img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.box-info-look {
  padding: 30px;
  background-color: #0FA7FD;
  color: #1ED760;
  font-size: 31px;
  line-height: 45px;
  font-weight: bold;
  width: 100%;
  max-width: 352px;
  position: absolute;
  bottom: -150px;
  right: 30px;
}

.box-blogs {
  padding-top: 0px;
  padding-bottom: 90px;
  position: relative;
}

.blogs-slider .swiper-slide {
  max-width: 667px;
  width: 100%;
}

.text-blog-big {
  text-align: center;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 34;
  text-transform: uppercase;
  font-size: 248px;
  line-height: 1.2;
  font-weight: 700;
  opacity: 0.2;
  overflow: hidden;
}

.box-blog-slider {
  padding: 0px 0px 0px 20px;
}

.box-blog-slider .box-button-slider-bottom {
  max-width: 1576px;
  left: 0px;
}

.box-blog-slider .box-button-slider-bottom .swiper-button-next-style1,
.box-blog-slider .box-button-slider-bottom .swiper-button-prev-style1 {
  background-color: #ffffff;
}

.box-blog-slider .box-button-slider-bottom .swiper-button-next-style1:hover,
.box-blog-slider .box-button-slider-bottom .swiper-button-prev-style1:hover {
  background-color: #1ED760;
}

.box-blog-slider .box-swiper .swiper-container {
  padding-bottom: 95px;
}

.blogs-slider .swiper-slide {
  padding-top: 95px;
}

.customer-love-slider .swiper-slide{
  padding-top: 0px;

}

.blogs-slider .swiper-slide-next,
.customer-love-slider .swiper-slide-next {
  padding-top: 0px;
}

.box-button-more {
  margin-top: -160px;
  /* padding-left: 250px; */
  position: relative;
  z-index: 2;
}

.banner-line {
  display: flex;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

.vertical-effect {
  position: relative;
  width: 25%;
  height: 100%;
  overflow: hidden;
  background-image: url(../imgs/page/homepage1/line.png);
  background-position: top right;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.vertical-effect.raindrop-reverse::before,
.vertical-effect.raindrop::before {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  animation-direction: normal;
}

.vertical-effect.raindrop::before,
.vertical-effect.raindrop-reverse::before {
  content: "";
  position: absolute;
  right: -2px;
}

.vertical-effect.raindrop::before {
  top: 0;
  animation: raindrop 6s ease-out infinite;
  background: linear-gradient(rgba(225, 225, 225, 0), rgb(225, 225, 225));
}

.vertical-effect.raindrop-reverse::before {
  bottom: 0;
  animation: raindrop-reverse 6s ease-out infinite;
  background: linear-gradient(rgb(225, 225, 225), rgba(225, 225, 225, 0));
}

@keyframes raindrop {
  0% {
    top: -10%;
    opacity: 0;
    height: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    top: 100%;
    height: 35%;
  }
}

@keyframes raindrop-reverse {
  0% {
    bottom: -10%;
    opacity: 0;
    height: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    bottom: 100%;
    height: 35%;
  }
}

.reveal-img {
  visibility: hidden;
  position: relative;
  overflow: hidden;
}

.reveal-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform-origin: left;
  transition-duration: 0.2s;
}

.reveal-img img:hover {
  transform: scale(1.2);
  transition-duration: 0.2s;
}

.banner-homepage2 {
  background-color: transparent;
}

.banner-homepage2::before {
  display: none;
}

.banner-homepage2 .vertical-effect {
  background-image: url(../imgs/page/homepage2/line.png);
  opacity: 0.3;
}

.banner-mode-2 {
  background-color: #0C0D0E;
}

.banner-mode-2 .banner-left {
  width: 73%;
}

.banner-mode-2 .banner-right {
  width: 27%;
}

.banner-mode-2 .box-content-banner {
  padding-top: 190px;
}

.img-border-radius {
  height: 74px;
  border-radius: 85px;
  margin-right: 14px;
}

.text-308 {
  font-size: 308px;
  line-height: 226px;
  font-family: "Fahkwang", sans-serif;
}

.box-text-under-inner {
  display: flex;
  align-items: center;
  margin: 0px -150px;
}

.box-text-under-inner span {
  width: 100%;
}

.box-text-under-inner .img-snow {
  min-width: 266px;
  padding: 0px 90px;
}

.features-slider .swiper-slide {
  max-width: 482px;
  width: 100%;
}

.box-about {
  padding: 140px 0px 165px 0px;
}

.box-about-slider {
  padding-top: 70px;
}

.box-services-2 {
  padding: 130px 0px 170px 0px;
}
.box-services-lists {
  padding-top: 100px;
}

.box-services-lists .item-service-list {
  display: flex;
  padding: 51px 0px;
  align-items: center;
  border-top: 1px solid #535455;
  justify-content: space-between;
}

.box-services-lists .item-service-list .num-service {
  width: 100%;
  max-width: 460px;
}

.box-services-lists .item-service-list .desc-service {
  width: 100%;
  padding: 0px 50px 0px 20px;
}

.box-services-lists .item-service-list .desc-service .text-inner-service {
  max-width: 680px;
}

.box-services-lists .item-service-list .discover-service {
  min-width: 190px;
}

.box-services-lists .item-service-list .discover-service a {
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  text-decoration: none;
}

.box-services-lists .item-service-list .discover-service a img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 18px;
}

.box-services-lists .item-service-list .discover-service a:hover {
  color: #0FA7FD;
}

.box-services-lists .item-service-list a {
  color: #FFFFFF;
  text-decoration: none;
}

.box-services-lists .item-service-list a:hover * {
  color: #0FA7FD;
}

.box-get-quote-2 {
  background-color: #0C0D0E;
  max-width: 361px;
  margin: auto 0 auto auto;
}
.list-projects {
  padding-right: 40px;
}

.list-projects .item-project {
  display: flex;
  margin-bottom: 30px;
  padding: 50px 50px 30px 50px;
  border-radius: 60px;
  background-color: #F2F6F9;
  align-items: center;
  margin-right: 50px;
}

.list-projects .item-project .item-project-icon {
  min-width: 77px;
  margin-right: 23px;
  max-width: 77px;
  width: 77px;
  border-radius: 11px;
  height: 77px;
  line-height: 77px;
  text-align: center;
}

.list-projects .item-project .item-project-info {
  width: 100%;
}

.list-projects .item-project .item-project-info h4 {
  margin-bottom: 16px;
}

.list-projects .item-project a {
  text-decoration: none;
}

.list-projects .item-project:nth-child(2n) {
  margin-left: 50px;
  margin-right: 0px;
}

.img-rd-60 {
  border-radius: 60px;
  width: 100%;
}
.block-reviews-2 {
  padding-top: 150px;
}

.head-reviews-2 {
  display: flex;
  width: 100%;
}

.box-reviews-2 {
  margin-top: 75px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../imgs/page/homepage2/img-review.png);
  padding: 0px 0px;
}

.box-review-inner-2 {
  background-color: #FFFFFF;
  padding: 120px 50px;
}

.card-list-feature {
  margin-top: 39px;
}

.card-list-feature ul {
  padding: 0px;
  margin: 0px;
}

.card-list-feature ul li {
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(../imgs/page/homepage2/check.svg);
  padding: 0px 0px 0px 25px;
  color: #1E2022;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 28px;
}

.box-pricing {
  padding-top: 150px;
  padding-bottom: 150px;
}

.form-in-touch .btn-black {
  padding-left: 75px;
  padding-right: 75px;
}

.box-button-touch {
  display: flex;
  width: 100%;
  align-items: center;
}

.box-button-touch .form-group {
  margin-right: 30px;
  min-width: 334px;
  max-width: 334px;
}

.box-button-touch .agree-cb {
  width: 100%;
  margin-bottom: 30px;
  font-weight: 400;
}

.box-button-touch .agree-cb .cb-agree {
  float: left;
  margin: 3px 10px 0px 0px;
  font-size: 14px;
}

.box-get-touch {
  padding: 100px 78px;
  background: -webkit-linear-gradient(-45deg, rgba(30, 215, 95, 0.851) 20%, rgba(15, 166, 253, 0.812) 80%);
  position: relative;
}
/* .btn-getin-touch{
  padding: 0 !important;
} */
.header-menu{
  margin-right: 21px !important ;
}

.block-get-touch {
  background-color: #000;
  margin-bottom: 0px;
}

.box-content-banner .box-button-slider-bottom {
  position: absolute;
  right: 0px;
  bottom: 0px;
  left: 0px;
  max-width: 1570px;
}

.box-joined {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.join-thousands {
  max-width: 189px;
  line-height: 17px;
}



.banner-homepage2::after {
  bottom: 410px;
  right: 530px;
}

.block-recent-work-2 {
  background-image: none;
}
.banner-homepage3 {
  padding-top: 90px;
}
.banner-homepage3 .number-grid {
  padding-right: 60px;
}

.img-experts {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.title-line {
  position: relative;
  padding-left: 87px;
  margin-bottom: 29px;
}

.title-line::before {
  content: "";
  height: 1px;
  max-width: 74px;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 6px;
  background-color: #1ED760;
}

.link-inline {
  display: inline-block;
  vertical-align: middle;
}

.box-gallery-project {
  position: relative;
  padding: 86px 0px;
}

.project-gallery-1 {
  display: flex;
  margin: 0px -10px;
}

.project-gallery-1 .item-gal {
  padding: 0px 20px;
}

.project-gallery-2 {
  display: flex;
  padding-left: 20px;
}

.project-gallery-2 .item-gal {
  padding: 0px 20px;
}

.bg-black {
  background-color: #0C0D0E;
}

.box-info-projects {
  padding: 0px 0px 0px 30px;
}

.head-border-bottom {
  border-bottom: 1px solid #0C0D0E;
  padding-bottom: 50px;
  margin-bottom: 40px;
}

.box-reviews-design {
  position: relative;
  background: url(../imgs/page/homepage3/quote.svg) no-repeat top left;
  padding-left: 120px;
  margin-top: 50px;
}

.box-reviews-design .item-review {
  padding-left: 55px;
  border-left: 1px solid #0C0D0E;
}

.work-slider .swiper-slide {
  max-width: 700px;
}

.box-button-slider-bottom-work {
  max-width: 1570px;
  margin: auto;
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  margin-top: 40px;
  text-align: left;
}

.box-button-slider-bottom-work .swiper-button-prev {
  position: relative;
  display: inline-block;
  right: auto;
  left: auto;
  margin-right: 16px;
}

.box-button-slider-bottom-work .swiper-button-next {
  position: relative;
  display: inline-block;
  right: auto;
  left: auto;
}

.box-works {
  padding-top: 40px;
}

.dark-mode .box-logo {
  border: 1px solid #393939;
}

.box-logo {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
  padding: 65px 20px;
  text-align: center;
  border: 1px solid #DCE4EC;
  border-radius: 12px;
}

.box-logo:hover {
  box-shadow: 0px 5px 30px rgba(19, 27, 34, 0.12);
}

.box-loved {
  padding: 170px 0px 80px 0px;
  background-image: url(../imgs/page/homepage3/snow-img.svg);
  background-repeat: no-repeat;
  background-position: top right;
}

.block-corporation {
  padding: 90px 0;
}

.box-list-logos {
  padding: 70px 0px 0px 0px;
}

.box-button-white .btn-tags:hover,
.box-button-white .btn-tags.active {
  color: #FFFFFF;
}

.box-selected-works {
  padding: 40px 0px 160px 0px;
}

.box-images-service {
  position: relative;
  height: 645px;
  width: 100%;
  margin-bottom: 30px;
}

.box-images-service .image-service-1 {
  position: absolute;
  z-index: 2;
  height: 499px;
  max-width: 466px;
  width: 100%;
  top: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
}

.box-images-service .image-service-2 {
  position: absolute;
  z-index: 2;
  height: 320px;
  max-width: 404px;
  width: 100%;
  top: 0px;
  right: 20px;
}

.box-images-service .image-service-3 {
  position: absolute;
  z-index: 2;
  height: 278px;
  max-width: 337px;
  width: 100%;
  bottom: 0px;
  right: 250px;
}

.box-services-3 {
  background-image: url(../imgs/page/homepage3/bg-service.svg);
  background-position: left center;
  background-repeat: no-repeat;
  padding: 150px 0px 120px 0px;
}

.box-services-3 .list-projects .item-project {
  align-items: flex-start;
}

.box-services-3 .list-projects .item-project:hover {
  background-color: #1ED760 !important;
}

.box-services-3 .list-projects .item-project:hover .item-project-icon {
  background-color: #1C68FB !important;
}

.dark-mode .is-mode .box-services-3 {
  background-image: url(../imgs/page/homepage3/bg-service-dark.svg);
}

.meta-post-link a {
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  color: #0C0D0E;
  text-decoration: none;
}

.meta-post-link a img {
  margin-left: 18px;
}

.box-list-blogs {
  margin-top: 220px;
  padding: 0px 20px;
  max-width: 1750px;
  margin-left: auto;
  margin-right: auto;
}

.box-blogs-2 {
  padding: 180px 0px 0px 0px;
}

.box-button-project {
  position: relative;
}
.box-selected-works .btn-tags {
  margin-bottom: 15px;
}
/* banner-page video */
.banner-mode-4 {
  height: 100vh;
  width: 100%;
}

.block-logos-4 {
  padding: 84px 0px;
  border-bottom: 1px solid #DCE4EC;
  margin-bottom: 0px;
}
.block-section-2 {
  padding: 140px 0px 0px 0px;
}
.head-recent-work {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 65px;
}
.bdrd-70 {
  border-radius: 70px;
  overflow: hidden;
}
.bdrd-left-120 {
  border-radius: 120px 0 0 120px;
}
.block-recent-work-4 {
  background-image: none;
  padding: 80px 0px 0px 0px;
}
.banner-about-1 {
  position: relative;
}
.banner-about-1 .box-about-banner {
  margin-top: 80px;
  padding: 100px 0px;
}
.bg-dark-900 {
  background-color: #0C0D0E;
}
.section-banner-about {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #0C0D0E;
}
.top-head-border {
  padding: 0px 0px 40px 0px;
  border-bottom: 1px solid #0C0D0E;
  margin-bottom: 35px;
}
.font-normal {
  font-weight: 400;
}
.box-image-banner-about img {
  border-radius: 165px;
  max-width: 566px;
  width: 100%;
}
.block-about-section-2 .container-about {
  position: relative;
  display: inline-block;
  width: 100%;
}
.block-about-section-2 .container-about .bg-under-about {
  background-color: #DCE4EC;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 75%;
  z-index: 1;
}
.block-about-section-2 .container-about .container-about-inner {
  position: relative;
  z-index: 2;
  display: flex;
  width: 100%;
}
.block-about-section-2 .container-about .container-about-inner .box-left-about {
  width: 25%;
  position: relative;
}
.block-about-section-2 .container-about .container-about-inner .box-image-logo-about {
  width: 75%;
}
.block-about-section-2 .container-about .container-about-inner .box-image-logo-about .box-image-about {
  position: relative;
  width: 100%;
}
.block-about-section-2 .container-about .container-about-inner .box-image-logo-about .box-image-about img {
  display: block;
  width: 100%;
}
.block-about-section-2 .container-about .container-about-inner .box-image-logo-about .box-logo-about {
  position: relative;
  width: 100%;
  padding: 70px 0px;
}
.block-corporation-about {
  padding-bottom: 150px;
  border-bottom: 1px solid #CBCFD3;
}
.box-services-about {
  padding-bottom: 100px;
}
.box-quote-line {
  position: relative;
  padding-left: 30px;
}
.box-quote-line::before {
  content: "";
  width: 43px;
  height: 88px;
  background: url(../imgs/page/about-1/quote-line.png) no-repeat center;
  position: absolute;
  top: 0;
  left: -40px;
}
.box-customer-love-about {
  padding-top: 140px;
}
.banner-text-under {
  font-size: 220px;
  line-height: 170px;
  color: #DCE4EC;
  font-weight: bold;
  font-family: "Fahkwang", sans-serif;
  text-transform: uppercase;
  position: absolute;
  bottom: 210px;
  left: -70px;
  z-index: 1;
  white-space: nowrap;
  right: 0px;
}
.banner-line-about {
  height: 136px;
  width: 239px;
  position: absolute;
  bottom: 260px;
  left: -170px;
  background: url(../imgs/page/about-2/banner-line.png) no-repeat center;
  z-index: 2;
}
.box-button-my-keys {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.detail-text p {
  margin-bottom: 40px;
  font-size: 36px;
  line-height: 48px;
}

.box-detail-content {
  padding: 190px 0px;
}
.img-banner-team {
  margin-right: 100px;
}

.box-gallery-team {
  padding-top: 90px;
  padding-bottom: 90px;
}

.box-gallery-team img {
  display: block;
}

.box-team-section2 {
  padding: 80px 0px;
}

.block-service-section-1 {
  padding: 80px 0px 0px 0px;
}

.box-service-section-1 {
  background: url(../imgs/page/service1/banner.png) no-repeat right center;
  background-size: contain;
  min-height: 1080px;
  padding-bottom: 40px;
  display: flex;
  width: 100%;
  align-items: center;
}

.box-service-section-1 .box-info-service1 {
  padding: 0px 0px;
}

.list-col-3 {
  display: flex;
  margin: 0px -10px;
  max-width: 550px;
}

.list-col-3 li {
  width: 33.33%;
  padding: 0px 10px 0px 33px;
  background: url(../imgs/page/service1/icon-list.svg) no-repeat left center;
}

.box-button-slider-top {
  position: relative;
  bottom: auto;
  height: 85px;
}

.box-button-slider-top .swiper-button-prev-style1 {
  top: 0px;
}

.box-button-slider-top .swiper-button-next-style1 {
  top: 0px;
}

.box-services-4 {
  padding: 120px 0px 0px 0px;
}

.box-service-section-2 {
  padding: 150px 0px;
}

.list-features li {
  list-style: none;
  margin-bottom: 80px;
}

.list-features li:last-child {
  margin-bottom: 0px;
}

.box-section-pricing {
  padding-top: 90px;
  padding-bottom: 90px;
}

.box-pricing-section-2 {
  padding-bottom: 70px;
}

.block-contact {
  padding: 190px 0px 0px 0px;
}

.block-map {
  margin-top: 130px;
}

.block-map iframe {
  height: 462px;
  width: 100%;
}

.box-play-contact {
  padding-bottom: 115px;
  border-bottom: 1px solid #DCE4EC;
}

.box-play-contact .btn-play-2 {
  background: url(../imgs/page/contact/play.svg) no-repeat left center;
  padding: 35px 0px 35px 110px;
  color: #0C0D0E;
}

.block-register {
  padding: 80px 0px;
}

.block-content-register {
  background-image: url(../imgs/page/register/banner.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  min-height: 975px;
  position: relative;
  display: flex;
  margin-bottom: 87px;
}

.block-content-register .text-under-register {
  position: absolute;
  bottom: 100px;
  left: 40px;
  right: 0px;
  overflow: hidden;
}

.list-steps {
  display: flex;
  margin: 0px -10px;
}

.list-steps li {
  width: 33.33%;
  padding: 0px 10px;
}

.list-steps li a {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.list-steps li a h5 {
  width: 54px;
  height: 54px;
  line-height: 54px;
  background-color: #DCE4EC;
  border-radius: 50%;
  text-align: center;
  color: #0C0D0E;
  margin-right: 15px;
}

.list-steps li a:hover h5,
.list-steps li a.active h5 {
  color: #1ED760;
}

.form-register .form-group {
  display: flex;
  align-items: center;
}

.form-register .form-group .btn {
  min-width: 214px;
  margin-left: 15px;
}

.cb-agree {
  float: left;
  margin: 5px 5px 0px 0px;
}

.block-content-login {
  background-image: url(../imgs/page/login/banner.png);
}

.form-login {
  max-width: 482px;
}

.block-content-commingsoon {
  padding: 205px 0px 0px 0px;
}

.box-banner-commingsoon {
  display: flex;
  align-items: center;
  margin-top: -30px;
  position: relative;
  z-index: 1;
}

.commingsoon-left {
  min-width: 300px;
  max-width: 300px;
  margin-right: 30px;
  margin-bottom: 87px;
}

.commingsoon-right {
  width: 100%;
  position: relative;
  margin-bottom: 87px;
}

.commingsoon-right img {
  border-radius: 80px;
}

.commingsoon-right .icon-snow {
  position: absolute;
  top: -120px;
  right: -60px;
}

.text-under-loading {
  text-align: right;
  padding-bottom: 87px;
}

.text-under-loading span {
  position: relative;
  right: -120px;
}

.text-soon {
  position: relative;
  z-index: 3;
}

.section-banner-portfolio-detail .banner-general {
  padding: 80px 0px 90px 0px;
}

.banner-portfolio {
  padding: 150px 0px 0px 0px;
  position: relative;
}

.banner-portfolio .container {
  position: relative;
}
.box-text-portfolio {
  position: relative;
  top: -120px;
  z-index: 4;
  text-align: center;
}
/* extra css */
.color-9000 {
  background: -webkit-linear-gradient(261deg, rgba(30, 215, 95, 0.851) 30%, rgba(15, 166, 253, 0.812) 70%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.image-light{
  display: none;
}
.nav-main-menu ul.main-menu li a {
  color: black;
}
.nav-scrolled ul.main-menu li a {
  color: white;
}
.header.nav-scrolled .main-menu li.has-children>a::after {
  filter: invert(0%);
}
.box-get-touch h3{
  color: #FFF;
  font-style: italic;
}
.px-78{
  padding: 0 78px;
}
.footer-bottom a,p{
  color: #FFFFFF;
}
.term-condition-heading{
  text-align: center;
}
.term-condition-heading h1{
  font-size: 36px;
  line-height: normal;
  margin-bottom: 10px;
}
.terms-condition h1{
  font-size: 24px;
  line-height: normal;
  text-decoration: underline;
}
.terms-condition p{
  font-size: 15px;
  line-height: 29px;
  color: #000;
}
.terms-summary p{
  font-size: 18px;
  color: #000;
  line-height: 27px;
}
.breadcrumb{
  display: flex;
  justify-content: center;
}
.breadcrumb-item.active {
  color: #000;
} 
.breadcrumb li a {
  color: #000;
  font-size: 14px;
}
.breadcrumb li a:hover {
  background: -webkit-linear-gradient(#1ED760, #0FA7FD);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (max-width: 1550px) {
  .box-image-faqs .img-sub {
    right: 10px;
  }

  .box-banner-video {
    margin-right: 100px;
  }
}

@media (max-width: 1440px) {
  .header-menu{
    margin-right: 0px !important;
  }
}

@media (max-width: 1399.98px) {
  .header .main-header .header-left .header-right {
    width: 22%;
  }
  .header .main-header .header-left .header-nav {
    width: 86%;
  }
}

@media (max-width: 1199.98px) {
  .header {
    padding: 15px 0;
  }

  .header .header-right .btn.btn-brand-1 {
    padding: 8px 16px;
  }

  .block-content-register .text-under-register.display-1 {
    bottom: -70px;
  }

  .header-top-sub {
    display: none;
  }

  .burger-icon {
    display: inline-block;
  }

  .header .burger-icon {
    display: block;
  }

  .header .main-header .header-left .header-right {
    width: 100%;
    text-align: right;
    padding-right: 40px;
  }

  .header .main-header .header-left .header-nav {
    width: 0%;
  }

  .img-quote {
    min-width: 71px;
    width: 71px;
    margin-right: 15px;
    height: 71px;
  }

  .info-quote .font-xl {
    font-size: 16px;
    line-height: 28px;
  }
  .banner-left .display-3 img {
    height: 50px;
  }

  .box-banner-video {
    margin-top: 70px;
  }

  .box-content-banner {
    padding: 140px 0px 100px 0px;
  }

  .banner-homepage1 {
    height: 726px;
  }

  .head-reviews-2 {
    flex-wrap: wrap;
  }

  .list-projects {
    padding-right: 0px;
  }

  .list-projects .item-project {
    padding: 30px 20px 30px 20px;
    margin-right: 0px;
  }

  .list-projects .item-project:nth-child(2n) {
    margin-left: 0px;
    margin-right: 0px;
  }
  .box-count.box-count-square .deals-countdown .countdown-amount {
    width: 85px;
    height: 90px;
    margin-bottom: 0px;
    font-size: 32px !important;
    line-height: 70px !important;
  }

  .block-content-commingsoon .display-1 {
    font-size: 90px;
    line-height: 88px;
    font-weight: bold;
  }

  .block-content-login {
    background-image: none;
  }

  .img-banner-team {
    display: none;
  }

  .banner-team .display-1 {
    font-size: 140px;
    line-height: 128px;
  }

  .banner-team .display-5 {
    font-size: 68px;
    line-height: 98px;
  }

  .box-service-section-1 {
    background-image: none;
  }

  .block-content-register {
    background-image: none;
  }

  .box-banner-title img {
    height: 64px;
  }

  .banner-portfolio .display-2 {
    font-size: 120px;
    line-height: 122px;
  }

  .banner-portfolio .box-text-portfolio {
    top: -90px;
  }

  .slide-container {
    position: absolute;
    top: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
  }

  .box-featured-projects .swiper-slide .box-info-slide {
    bottom: auto;
    top: 0px;
    position: relative;
    padding: 20px;
  }

  .card-featured-2 {
    height: 500px;
    padding: 50px 0px;
  }

  .btn-filter {
    margin-bottom: 15px;
  }

  .text-banner-portfolio-5 {
    top: 42%;
    transform: translateY(-42%);
  }

  .text-banner-portfolio-5 .display-1 {
    font-size: 150px;
    line-height: 98px;
    display: none;
  }

  .text-portfolio-1 {
    padding: 58px 15px 68px 50px;
  }

  .text-portfolio-2 {
    padding: 58px 50px 58px 15px;
  }

  .box-content-portfolio-2 {
    min-height: 1200px;
  }

  .box-gallery-5 .inner-gallery {
    left: -60px;
    right: -200px;
  }

  .box-gallery-5 .inner-gallery img {
    margin-right: 40px;
    max-width: 370px;
  }

  .box-gallery-5 {
    margin-bottom: 40px;
  }
}

@media (max-width: 991.98px) {
  .px-78{
    padding: 0;
  }
  .box-image-look img{
    width: fit-content;
    display: block;
    object-fit: cover;
  }
  .footer .menu-footer{
    margin-top: 0px;
  }
  .mx0-1{
    margin: 12px 0;
  }
  .box-footer-top{
    padding: 30px 0px 10px;
  }
  #desktopviewvideo{
    display: none;
  }
  #mobviewvideo{
    display: block !important;
  }
  .mobile-header-wrapper-style .mobile-logo {
    top: 15px;
    left: 12px;
  }

  .btn-close {
    right: 5px;
  }

  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
    align-items: start;
  }

  .mobile-header-active .perfect-scroll {
    margin: 90px auto;
  }

  .footer .logo-footer img {
    max-width: 120px;
  }

  .footer .mt-60 {
    margin-top: 30px !important;
  }

  .footer .text-lg-start {
    text-align: left !important;
  }

  .footer .text-lg-end {
    text-align: right !important;
  }

  .footer .menu-bottom {
    padding-top: 15px;
  }

  .footer .menu-bottom li a {
    font-size: 14px;
    opacity: 0.5;
  }

  .footer .menu-bottom li a:hover {
    opacity: 1;
  }

  .section-banner-bloglist2.pt-100,
  .section-banner-bloglist.pt-100 {
    padding-top: 30px !important;
  }

  .section-banner-bloglist .font-2xl-bold.ml-15 {
    margin-left: 0 !important;
  }

  .banner-mode-2 p.font-2xl-bold {
    display: none;
  }

  .banner-mode-2 .box-authors {
    margin-right: 20px;
  }
  .box-overview-5 {
    padding-left: 0px;
    padding-bottom: 80px;
  }
  .section-banner-blogsingle .banner-general {
    padding-top: 100px;
    padding-bottom: 20px;
  }

  .section-2-portfolio-detail-5 {
    padding: 50px 0px 50px 0px;
  }

  .section-2-portfolio-detail-5 .mb-160 {
    margin-bottom: 60px !important;
  }
  .box-gallery-5 .inner-gallery img {
    max-height: 380px;
  }

  .item-portfolio .portfolio-info {
    padding: 50px 65px;
  }

  .box-banner-video {
    margin-right: 0;
  }

  .banner-homepage1::after {
    bottom: 190px;
    right: 160px;
  }

  .banner-homepage1::before {
    bottom: 100px;
    left: 0px;
  }
  .banner-homepage1 {
    height: 946px;
  }
  .box-banner-video .btn-play {
    text-align: center;
    width: 90px;
    height: 90px;
  }
  .box-banner-video .btn-play img {
    max-width: 90px;
  }
  .text-blog-big {
    font-size: 248px;
    line-height: 398px;
  }
  .menu-mobile {
    display: block;
  }
  .accordion {
    padding: 50px 0px;
  }
  .box-customer-love-slider {
    padding-left: 15px;
  }
  .box-logos {
    width: 100%;
    padding: 81px 20px 50px 20px;
    margin-left: 0px;
  }
  .box-image-look {
    margin: auto auto 30px auto;
  }
  .blogs-slider .swiper-slide,
  .customer-love-slider .swiper-slide {
    max-width: 100%;
  }
  .blogs-slider .swiper-slide,
  .customer-love-slider .swiper-slide {
    padding-top: 0px;
  }
  .box-image-faqs .img-sub {
    bottom: -100px;
    right: 22px;
  }
  .box-button-more {
    margin-top: 0px;
    padding-left: 0px;
  }
  .blogs-slider .cardBlog .cardInfo .tag-link {
    font-size: 16px;
    line-height: 24px;
  }
  .blogs-slider .link-blog h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .box-faqs {
    padding-top: 70px;
  }
  .bg-quote {
    display: none;
  }
  .img-border-radius {
    height: 44px;
  }
  .list-projects .item-project {
    padding: 40px 20px 40px 20px;
    margin-right: 0px;
  }
  .box-get-quote-2 {
    margin: 30px 0px 0px 0px;
  }
  .card-feature {
    height: 700px;
  }
  .card-feature .card-info {
    padding: 55px 35px 30px 35px;
  }
  .features-slider .swiper-slide {
    max-width: 100%;
  }
  .box-services-lists .item-service-list {
    flex-wrap: wrap;
  }
  .box-services-lists .item-service-list .desc-service {
    padding: 40px 0px;
  }
  .banner-homepage3 .number-grid {
    padding-right: 0px;
    margin: 0px;
  }
  .banner-homepage3 .number-grid .number-1 {
    width: 33.33%;
    padding: 0px 5px;
  }
  .img-experts {
    height: 60px;
  }
  .work-slider .swiper-slide {
    max-width: 550px;
  }
  .banner-homepage4 .banner-icon-1,
  .banner-homepage4 .banner-icon-2 {
    display: none;
  }
  .head-recent-work {
    flex-wrap: wrap;
  }
  .head-recent-work h1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .box-banner-commingsoon {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .block-content-commingsoon {
    padding: 105px 0px 0px 0px;
  }
  .banner-about-2 .box-image-banner-about {
    margin-top: 40px;
  }
  .banner-about-2 {
    padding: 120px 0px 100px 0px;
  }
  .banner-text-under {
    bottom: 150px;
  }
  .box-image-banner-about {
    margin-top: 40px;
  }
  .box-left-about {
    display: none;
  }
  .block-about-section-2 .container-about .container-about-inner .box-image-logo-about {
    width: 100%;
  }
  .block-about-section-2 .container-about .container-about-inner .box-image-logo-about .box-logo-about {
    padding-left: 20px;
    padding-right: 20px;
  }
  .banner-text-bottom {
    flex-wrap: wrap !important;
    justify-content: center !important;
  }
  .box-banner-text-1 img {
    margin-left: 20px;
    height: 80px;
  }
  .box-banner-text-2 img {
    margin-right: 20px;
    height: 80px;
  }
  .box-banner-portfolio-3 {
    padding-right: 0px;
  }
  .box-slide-portfolio-4 .box-swiper .swiper-slide {
    max-width: 665px;
  }
  .block-list-portfolio-3 h1 {
    font-size: 70px;
    line-height: 70px;
  }
  .box-info-banner {
    padding-left: 0px;
  }
  .banner-portfolio .display-2 {
    font-size: 80px;
    line-height: 82px;
  }
  .banner-portfolio .box-text-portfolio {
    top: -60px;
  }
  .card-design {
    padding: 70px 20px;
    flex-wrap: wrap;
  }
  .card-design-left {
    margin-bottom: 30px;
  }
  .banner-general {
    padding-top: 140px;
  }

  .section-section1-portfolio-7 .display-2 {
    font-size: 110px;
    line-height: 110px;
  }

  .card-portfolio-3 .card-image {
    height: 367px;
  }
  .card-portfolio-3 {
    max-width: 288px;
  }
  .box-content-portfolio-2 {
    min-height: 1100px;
  }
  .section-section1-portfolio-8 .banner-general {
    background-image: none;
  }
  .section-section1-portfolio-8 .banner-general .mt-170 {
    margin-top: 50px !important;
  }
  .section-section1-portfolio-8 .box-text-stroke .box-text-stroke-inner {
    left: -280px;
  }
  .section-section1-portfolio-8 .box-text-stroke .box-text-stroke-inner .display-7 {
    font-size: 148px;
    line-height: 161px;
  }
  .section-section1-portfolio-8 .box-text-stroke .box-text-stroke-inner img {
    margin: auto 50px;
  }
  .list-metas {
    flex-wrap: wrap;
  }
  .list-metas .item-meta {
    width: 50%;
    margin-bottom: 30px;
  }
  .box-image-ov {
    margin-bottom: 30px;
    padding-right: 0px;
  }
  .text-padding-3 {
    padding-left: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-banner-portfolio-detail-4 .banner-general-2 {
    flex-wrap: wrap;
  }
  .section-banner-portfolio-detail-4 .banner-general-2 .banner-left {
    width: 100%;
    padding-right: 10px;
    padding-bottom: 40px;
  }
  .section-banner-portfolio-detail-4 .banner-general-2 .banner-right {
    width: 100%;
    background-size: cover;
    height: 628px;
  }
}

@media (max-width: 767.98px) {
  #desktopviewvideo{
    display: none;
  }

  .text-blog-big {
    display: none;
  }

  .block-overview-deail {
    padding: 59px 0px 69px 0px;
  }

  .section-section1-portfolio-8 .link-icon {
    padding-right: 20px;
  }

  .box-banner-video {
    margin-right: 0px;
  }

  .box-banner-video .box-circle {
    display: none;
  }

  .box-image-faqs .img-sub {
    bottom: -120px;
    right: 22px;
    max-width: 210px;
    width: 100%;
  }

  .box-recent-work .row {
    margin: 0px -15px;
  }

  .box-recent-work .row .col-lg-6 {
    padding: 0px 15px;
  }

  .box-recent-work {
    background-position: top 5px right 0px;
  }

  h3,
  .heading-3 {
    font-size: 30px;
    line-height: 40px;
  }

  .box-images-customer .img-1 {
    right: 0px;
  }

  .box-button-more {
    margin-top: -100px;
    padding-left: 0px;
  }

  .box-info-look {
    padding: 20px;
    font-size: 20px;
    line-height: 30px;
    max-width: 250px;
    bottom: -90px;
    right: 10px;
  }

  .box-info-look img {
    height: 20px;
  }

  .services-slider .swiper-slide {
    max-width: 100%;
    height: auto;
  }
  .box-services-slider {
    padding-left: 15px;
    padding-right: 15px;
  }

  .box-customer-love-slider {
    padding-left: 15px;
    padding-right: 15px;
  }
  .box-button-touch {
    flex-wrap: wrap;
  }

  .box-review-inner-2 {
    padding: 40px 50px;
  }

  .box-services-2 {
    padding: 80px 0px 90px 0px;
  }

  .box-about-slider {
    padding: 0px 15px !important;
    max-width: 482px;
    margin: 70px auto auto auto;
  }
  .card-work .card-info-work .card-image {
    min-width: 320px;
  }

  .card-work .card-info-work .card-info {
    min-width: 320px;
  }
  .box-list-blogs {
    max-width: 540px;
  }

  .meta-post-link a {
    font-size: 16px;
    line-height: 32px;
  }

  .meta-post-link a img {
    margin-left: 10px;
    height: 16px;
  }

  .box-images-service .image-service-3 {
    max-width: 237px;
    width: 100%;
    bottom: -60px;
    right: 40px;
  }

  .box-images-service .image-service-2 {
    max-width: 250px;
    top: 0px;
    right: 0px;
  }

  .box-blogs-2 {
    padding: 0px 0px 0px 0px;
  }
 

  .banner-homepage4 a.mr-50 {
    margin-right: 0px !important;
  }

  .banner-homepage4 .btn.btn-play-big {
    margin-top: 30px;
    padding: 30px 0px 31px 100px;
  }

  .box-loved {
    padding: 110px 0px 80px 0px;
    background-size: 110px;
  }

  .box-detail-content {
    padding: 90px 0px;
  }

  .banner-team .display-1 {
    font-size: 80px;
    line-height: 88px;
  }

  .list-steps li a h5 {
    width: 34px;
    height: 34px;
    line-height: 34px;
    min-width: 34px;
    font-size: 16px;
  }

  .box-banner-portfolio-3 .box-circle-customer {
    display: none;
  }

  .text-link-banner {
    display: block;
    padding: 20px 0px 0px 0px;
  }

  .banner-general {
    padding: 120px 0px 10px 0px;
  }

  .box-slide-portfolio-4 .box-swiper .swiper-slide {
    max-width: 565px;
  }

  .box-list-portfolio3 {
    margin-top: 65px;
  }

  .block-list-portfolio-3 {
    padding: 128px 0px 0px 0px;
  }

  .card-portfolio .card-image .col-sm-6 .bdrd-120 {
    border-radius: 60px;
  }

  .box-text-stroke {
    padding-top: 70px;
    height: 70px;
  }

  .box-text-stroke .text-1 {
    left: -30px;
  }

  .box-text-stroke .text-2 {
    right: -25px;
  }

  .box-slide-portfolio .box-swiper .swiper-slide {
    max-width: 414px;
  }

  .box-slide-portfolio .box-swiper .swiper-slide .cardRecent .cardInfo {
    display: block;
  }

  .box-banner-title h1 {
    margin-right: 10px;
  }

  .box-quote-portfolio .box-quote-inner .quote-content {
    padding: 70px 0px 0px 0px;
  }

  .box-list-portfolios {
    padding: 85px 0px 0px 0px;
  }

  .box-quote-portfolio {
    margin-bottom: 68px;
    margin-top: 68px;
  }

  .block-portfolio-list {
    padding-top: 44px;
  }

  .box-featured-projects {
    margin: 60px 0px 0px 0px;
  }

  .banner-portfolio .box-circle {
    bottom: -150px;
  }

  .box-slide-portfolio-4 {
    margin-left: 0px;
  }

  .container-portfolio {
    flex-wrap: wrap;
  }

  .container-portfolio-1 {
    width: 100%;
    padding-right: 0px;
  }

  .container-portfolio-2 {
    width: 100%;
    padding-left: 0px;
  }

  .text-portfolio-1 {
    padding: 58px 15px 68px 15px;
  }

  .text-portfolio-2 {
    padding: 58px 15px 58px 15px;
  }

  .box-content-portfolio-2 {
    display: flex;
    flex-wrap: wrap;
  }

  .card-portfolio-3 {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 50% !important;
    max-width: 100% !important;
    transform: none !important;
    padding: 10px;
  }

  .card-portfolio-3 .card-image {
    height: 510px;
  }

  .section-section1-portfolio-8 .box-text-stroke .box-text-stroke-inner {
    left: -180px;
  }

  .section-section1-portfolio-8 .box-text-stroke .box-text-stroke-inner .display-7 {
    font-size: 108px;
    line-height: 121px;
  }

  .section-section1-portfolio-8 .box-text-stroke .box-text-stroke-inner img {
    margin: auto 50px;
  }

  .cardImageDesc {
    margin-bottom: 50px;
  }

  .box-gallery-5 .inner-gallery img {
    margin-right: 10px;
    max-width: 270px;
    width: 100%;
  }

  .box-gallery-5 .inner-gallery {
    left: -40px;
    right: -140px;
  }

  .box-gallery-5 {
    margin-bottom: 10px;
  }

  .box-list-posts .item-list-blog {
    padding-top: 0px;
  }
  .box-list-posts .item-list-blog .link-tag {
    margin-right: 19px;
  }
}

@media (max-width: 600px) {
  .box-slide-portfolio .box-swiper .swiper-slide {
    max-width: 100%;
    width: 100% !important;
  }

  .box-slide-portfolio {
    padding-left: 15px;
    padding-right: 15px;
  }
  #desktopviewvideo{
    display: none;
  }

}

@media (max-width: 575.98px) {
  #desktopviewvideo{
    display: none;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  .img-banner-blog-4 {
    height: 51px;
  }

  .block-overview-deail {
    padding-bottom: 60px;
    padding-top: 60px;
  }

  .cardImageDesc .cardDesc {
    padding: 36px 0px 0px 0px;
  }

  .box-slider-padding-left {
    padding-left: 15px !important;
    padding-right: 15px;
  }

  .box-text-padding-right p {
    margin-right: 0px;
    padding-top: 60px;
  }

  .box-gallery-portfolio .item-gallery-portfolio img {
    margin-right: 8px;
    margin-bottom: 8px;
  }

  .swiper-button-next-fleet,
  .swiper-button-prev-fleet,
  .swiper-button-prev-banner,
  .swiper-button-next-banner {
    display: inline-block;
  }

  .box-showcase {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-bottom li {
    margin-bottom: 10px;
  }

  .footer-bottom .mr-50 {
    margin-right: 0px !important;
  }

  .header-top-main .burger-icon {
    top: 21px;
    right: 15px;
  }

  .box-recent-work {
    background-image: none;
  }

  .font-3xl {
    font-size: 22px;
    line-height: 34px;
  }

  .icon-snow {
    height: 50px;
  }

  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a {
    font-size: 30px;
    line-height: 60px;
  }
  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li a {
    font-size: 25px;
  }

  .card-feature .card-info {
    padding: 55px 25px 30px 25px;
  }

  .display-1 {
    font-size: 90px;
    line-height: 98px;
  }

  .features-slider .swiper-slide {
    max-width: 100%;
  }

  .cardNumber .display-1 {
    font-size: 110px;
    line-height: 108px;
  }

  .box-reviews-design {
    padding-left: 80px;
    background-size: 60px;
  }

  .box-reviews-design .item-review {
    padding-left: 25px;
  }

  .card-work .card-info-work {
    flex-wrap: wrap;
  }

  .card-work .card-info-work .card-info {
    min-width: auto;
    width: 100%;
    max-width: 100%;
  }

  .card-work .card-info-work .card-image {
    min-width: auto;
    width: 100%;
    max-width: 100%;
  }

  .card-work .card-info-work .card-image img {
    width: 100%;
  }

  .card-work .card-title {
    margin-bottom: 30px;
  }

  .box-button-slider-bottom-work {
    margin-top: 0px;
  }
  .banner-homepage4 .display-5 {
    font-size: 48px;
    line-height: 58px;
  }

  .banner-homepage4 {
    padding: 150px 0px 155px 0px;
    height: 100vh;
  }

  .box-count.box-count-square .deals-countdown .countdown-section .countdown-period {
    font-size: 16px !important;
    line-height: 28px !important;
  }

  .box-count.box-count-square .deals-countdown .countdown-amount {
    width: 55px;
    height: 60px;
    font-size: 22px !important;
    line-height: 40px !important;
  }

  .box-count.box-count-square .deals-countdown .countdown-section {
    margin: 22px 3px 0px 3px;
  }

  .commingsoon-right .icon-snow {
    top: -54px;
    right: -10px;
  }

  .block-content-commingsoon .display-1 {
    font-size: 80px;
    line-height: 78px;
  }

  .commingsoon-right .icon-snow img {
    max-width: 90px;
  }

  .text-under-loading span {
    right: -20px;
  }

  .form-login .btn {
    width: 100%;
    margin-bottom: 30px;
  }

  .block-content-register .text-under-register {
    bottom: -80px;
    left: 5px;
  }

  .box-button-my-keys .box-circle-customer .box-circle {
    right: 20px;
  }

  .detail-text p {
    font-size: 22px;
    line-height: 35px;
  }

  .heading-title {
    font-size: 40px;
    line-height: 60px;
  }

  .box-quote-line::before {
    top: -35px;
    left: -30px;
  }

  .box-quote-line {
    padding-left: 0px;
  }

  .box-service-section-1 h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .box-service-contact {
    margin-top: 50px !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
  }

  .box-service-contact>a {
    margin-right: 0px !important;
  }

  .box-service-contact>p {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }

  .form-register .form-group {
    flex-wrap: wrap;
  }

  .form-register .form-group .btn {
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
  }

  .list-steps {
    flex-wrap: wrap;
  }

  .list-steps li {
    width: 100%;
    padding: 10px 10px;
    background: #F2F6F9;
    border-bottom: 1px solid #DCE4EC;
  }

  .block-list-portfolio-3 h1 {
    font-size: 50px;
    line-height: 50px;
  }

  .item-portfolio,
  .item-portfolio .portfolio-image img {
    border-radius: 50px;
  }

  .pagination li a {
    font-size: 16px;
    line-height: 42px;
    max-width: 42px;
    min-width: 42px;
    height: 42px;
  }

  .pagination li .page-prev,
  .pagination li .page-next {
    min-height: 42px;
    line-height: 39px;
  }

  .card-design .card-design-right {
    min-width: 265px;
  }

  .box-banner-title img {
    height: 34px;
  }

  .box-slide-portfolio-4 .box-swiper .swiper-container {
    padding-right: 0px;
  }

  .section-section1-portfolio-7 .display-2 {
    font-size: 60px;
    line-height: 60px;
  }

  .card-portfolio-3 {
    width: 100% !important;
  }
  
}

@media (max-width: 499.98px) {
  .term-condition-heading h1{
    font-size: 24px;
  }
  .terms-condition h1{
    font-size: 20px;
  }
  .terms-condition p{
    font-size: 14px;
  }
  .terms-summary p{
    font-size: 14px;
  }
  .mb-25{
    margin-bottom: 14px !important;
  }
  .cardImage img{
    display: none;
  }
  .take-look {
    margin-top: 10px;
  }
  .bg-take-look h3 {
    font-size: 27px;
    margin-bottom: 10px;
  }
  .heading-2{
    font-size: 45px;
    line-height: normal;
  }
  .text-end {
    text-align: left !important;
  }

  .our-work {
    text-align: center !important;
  }

  .box-get-touch{
    padding: 100px 0px;
  }
  
  .box-get-touch h3{
    font-size: 26px;
  }

  #desktopviewvideo{
    display: none;
  }

  .box-content-banner {
    padding: 100px 0px 40px 0px;
  }

  .box-button-slider-bottom.box-button-slider-top {
    display: none;
  }

  .box-services {
    padding-bottom: 50px;
  }

  .box-faqs .mb-75 {
    margin-bottom: 30px !important;
  }

  .box-faqs .mt-105 {
    margin-top: 45px !important;
  }

  .accordion {
    padding: 20px 0px;
  }

  .box-faqs {
    padding: 50px 0px 70px 0px !important;
  }

  .box-faqs .box-image-faqs {
    display: none;
  }

  .box-customer {
    padding: 50px 0px 80px 0px !important;
  }

  .box-customer .col-lg-4.mb-30 {
    margin-bottom: 0 !important;
  }

  .box-customer .box-images-customer {
    display: none;
  }

  .box-customer .mb-75 {
    margin-bottom: 30px !important;
  }

  .box-customer .border-bottom.mt-140 {
    margin-top: 48px !important;
  }

  .box-circle-customer {
    transform: scale(0.7);
  }

  .box-circle-customer .box-circle {
    top: -60px;
    right: -42px;
  }

  .bg-take-look {
    padding-bottom: 50px;
  }

  .bg-take-look .box-info-look {
    bottom: -190px;
  }

  .box-services.box-about {
    padding: 50px 0px 0px 0px;
  }

  .box-services.box-about p {
    margin-top: 30px;
  }

  .box-get-touch {
    background: -webkit-linear-gradient(-45deg, rgba(30, 215, 95, 0.851) 20%, rgba(15, 166, 253, 0.812) 80%);
    position: relative;
  }


  .banner-mode-4 .banner-homepage4 {
    padding: 150px 0px 55px 0px;
    height: 100vh;
  }
  

  .banner-mode-4 .get-quote {
    display: block !important;
    text-align: center;
  }

  .banner-mode-4 .get-quote a.d-inline-block {
    margin-bottom: 15px;
  }

  .dark-mode .is-mode .cm-img-900 {
    display: none;
  }

  .img-quote {
    min-width: 48px;
    width: 48px;
    height: 48px;
  }

  .banner-about-1 .box-about-banner {
    padding: 50px 0px;
  }

  .accordion-body {
    padding: 36px 0px 5px 0px;
  }

  .box-service-section-1 .get-quote {
    display: block !important;
  }

  .box-service-section-1 .btn-get-quote {
    margin-top: 15px;
  }

  .box-services-4 {
    padding: 60px 0px 0px 0px;
  }

  .box-service-section-2 {
    padding: 60px 0px;
  }

  .block-logos-4 {
    padding: 34px 0px;
  }

  .block-section-2 {
    padding: 80px 0px 0px 0px;
  }

  .play-text.ml-30 {
    margin-left: 5px !important;
  }

  .box-gallery-5 .inner-gallery img {
    max-width: 170px;
  }

  .box-gallery-5 .inner-gallery {
    left: -30px;
  }

  .box-customer .pl-100 {
    padding-left: 50px !important;
  }

  .box-customer h2 img {
    height: 40px;
    margin-right: 10px !important;
  }

  .footer .menu-footer li {
    width: 100%;
  }
  .footer {
    background-position: top 80px right 3%;
    background-size: 50px;
  }
  .header .main-header .header-account .menu-mobile {
    margin: 0px 0px 0px 10px;
  }
  .cardService .cardInfo h3{
    font-size: 30px;
  }
  .cardInfo h5 {
    font-size: 15px;
  }
}

@media (max-width: 449.98px) {
  #desktopviewvideo{
    display: none;
  }

  .display-3 {
    font-size: 40px;
  }

  .menu-bottom li {
    padding: 0px 10px;
  }

  .menu-bottom li a {
    font-size: 16px;
    line-height: 26px;
  }

  .banner-left .display-3 img {
    height: 40px;
    margin-right: 15px !important;
  }

  h4,
  .heading-4 {
    font-size: 22px;
    line-height: 30px;
  }

  .btn.btn-default {
    padding: 20px 30px;
    font-size: 16px;
  }

  .card-contact .contact-icon {
    margin-right: 20px;
  }

  .block-list-portfolio-3 h1 {
    font-size: 35px;
    line-height: 40px;
  }

  .btn.btn-tags {
    padding: 10px 15px;
    border-radius: 50px;
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 375px){
  .charlie h2{
    font-size: 45px;
  }
  .box-get-touch h3{
    font-size: 22px;
    line-height: normal;
  }
}
@media (max-width: 349.98px) {
  
  .perfect-scroll {
    width: 100%;
  }

  .author-box .item-author .item-author-image {
    margin-right: 10px;
  }

  .box-button-project .mr-40 {
    margin-right: 0px !important;
  }

  .banner-text-bottom {
    margin-top: 20px;
    justify-content: flex-start !important;
  }

  .banner-team .display-5 {
    font-size: 53px;
    line-height: 60px;
  }
  #desktopviewvideo{
    display: none;
  }

  
}

@media (min-width: 1400px) {
  .container.wide {
    max-width: 1544px;
  }
}

.page-content p {
  margin-bottom: 15px;
}



