/***
 Theme Name: Neuron
 Description: Creative Digital Agency HTML Bootstrap 5 Template
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
==============================
TABLE CONTENT
 Import Google Fonts
 Include Third Party CSS Library
 GENERAL
 HEADER
 Offcanvas Sidebar
 Search form
 Main header
 Mega menu
 Header layouts
 Page layouts
 Pagination
 Breadcrumb
 CATEGORY PAGES
 SINGLE POST
 Author box
 comment
 Post share social
 WP STYPE
 Custom amine
***/
@import url(https://fonts.bunny.net/css?family=dm-sans:400,500,700|fahkwang:400,500,500i,600,700);
/*import vendors*/
@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);
/*RESET*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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; /* WebKit/Blink Browsers */
  color: #fff;
}
::selection {
  background: #069; /* WebKit/Blink Browsers */
  color: #fff;
}

::-moz-selection {
  background: #069; /* Gecko Browsers */
  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, #3cf2f2 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: 700;
}

h1,
.heading-1 {
  font-size: 90px;
  line-height: 113px;
}

h2,
.heading-2 {
  font-size: 64px;
  line-height: 80px;
}

h3,
.heading-3 {
  font-size: 45px;
  line-height: 56px;
}

h4,
.heading-4 {
  font-size: 32px;
  line-height: 40px;
}

h5,
.heading-5 {
  font-size: 22px;
  line-height: 27px;
}

h6,
.heading-6 {
  font-size: 16px;
  line-height: 22px;
}

.font-fahkwang {
  font-family: "Fahkwang", sans-serif;
}

.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-family: "DM Sans", sans-serif;
  font-weight: bold !important;
}

.font-3xl-bold {
  font-size: 30px;
  line-height: 42px;
}

.font-2xl-bold {
  font-size: 24px;
  line-height: 32px;
}

.font-xl-bold {
  font-size: 20px;
  line-height: 28px;
}

.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-family: "DM Sans", sans-serif;
  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-medium {
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.font-md {
  font-size: 16px;
  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: 132px;
  line-height: 132px;
  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;
}

.stroke-white {
  -webkit-text-stroke: 1.5px #ffffff;
}

.stroke-white-2 {
  -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.2196078431);
}

.color-white {
  color: #ffffff;
}

.color-brand-1 {
  color: #3CF2F2;
}

.color-brand-2 {
  color: #014FE5;
}

.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;
}

.color-light-900 {
  color: #0C0D0E;
}

.color-dark-900 {
  color: #F1F1F1;
}

.bg-0 {
  background-color: #FFFFFF !important;
}

.bg-100 {
  background-color: #F2F6F9;
}

.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;
}

.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;
  font-family: "DM Sans", sans-serif;
}
.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;
}

body.dark-mode {
  background-color: #171819;
  color: #F1F1F1;
}

.dark-mode img.light-mode {
  display: none;
}
.dark-mode img.dark-mode {
  display: block;
}
.dark-mode .banner-mode {
  background-color: #171819;
}
.dark-mode .box-circle {
  background-color: #1E2022;
}
.dark-mode .box-circle .box-text-circle span {
  color: #F1F1F1;
}
.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 .box-why-us-2 {
  background-color: #1A1C1E;
}
.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 {
  -webkit-text-stroke: 1px #171819;
}
.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: #171819 !important;
}
.dark-mode .is-mode .bg-100, .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: #CBCFD3;
}
.dark-mode .is-mode .color-700 {
  color: #F2F6F9;
}
.dark-mode .is-mode .color-900 {
  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-color: #014FE5;
  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: #3CF2F2;
}
@keyframes spin {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1570px;
  }
}
.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;
  font-family: "DM Sans", sans-serif;
  opacity: 1;
}

.form-control::placeholder {
  color: #1E2022;
  font-size: 18px;
  line-height: 23px;
  font-family: "DM Sans", sans-serif;
  opacity: 1;
}

.form-group {
  margin-bottom: 30px;
}

.text-normal {
  font-weight: 400 !important;
}

.form-control {
  color: #1E2022;
  font-size: 18px;
  line-height: 23px;
  font-family: "DM Sans", sans-serif;
  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;
  font-family: "DM Sans", sans-serif;
  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-color: #1E2022;
  background-image: none;
}
.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: #F1F1F1;
}
.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: #1C68FB;
  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-count {
  text-align: left;
  margin: 0px 0px 20px 0px;
}
.box-count .deals-countdown {
  border-radius: 0px;
  display: flex;
  padding: 4px 0px;
  width: 100%;
  margin: auto;
  max-width: 100%;
}
.box-count .deals-countdown .countdown-section {
  display: inline-block;
  text-align: center;
  width: 25%;
  line-height: 12px;
  position: relative;
}
.box-count .deals-countdown .countdown-section span {
  display: block;
  color: #ffffff;
}
.box-count .deals-countdown .countdown-section .countdown-period {
  text-transform: capitalize;
}
.box-count .deals-countdown .countdown-section:last-child::before {
  display: none;
}
.box-count.box-count-square {
  margin-bottom: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  right: 0px;
  margin: auto;
}
.box-count.box-count-square .deals-countdown {
  background-color: transparent;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
.box-count.box-count-square .deals-countdown .countdown-section {
  display: inline-block;
  text-align: center;
  line-height: 12px;
  position: relative;
  margin: 42px 18px 0px 18px;
  width: auto;
}
.box-count.box-count-square .deals-countdown .countdown-section .countdown-period {
  color: #0C0D0E;
  font-size: 30px !important;
  line-height: 42px !important;
  font-weight: 600;
  text-transform: capitalize;
}
.box-count.box-count-square .deals-countdown .countdown-section:nth-child(2n) {
  margin-top: 0px !important;
}
.box-count.box-count-square .deals-countdown .countdown-amount {
  background-color: #014FE5;
  border: 1px solid #014FE5;
  border-radius: 4px;
  color: #3CF2F2;
  padding: 10px 0px;
  width: 175px;
  height: 180px;
  display: inline-block;
  margin-bottom: 5px;
  font-size: 64px !important;
  line-height: 160px !important;
}

.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 hover*/
.link-effect {
  text-decoration: none;
  overflow: hidden;
  height: 22px;
}
.link-effect:hover {
  color: #3CF2F2;
}
.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;
}

.rotate-infinite {
  animation: rotateInfinite 5s infinite linear;
  z-index: 9999;
  position: relative;
}

@keyframes rotateInfinite {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@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); /* Zoom-in */
  }
  100% {
    transform: scale(0.8); /* Zoom-out */
  }
}
/*TYPOGRAPHY*/
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-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: #B7B8B8;
  color: #FFFFFF;
}
.btn.btn-default img {
  display: inline-block;
  vertical-align: middle;
}
.btn.btn-default-sm {
  padding: 23px 30px;
}
.btn.btn-tags {
  background-color: #FFFFFF;
  padding: 20px 30px;
  border-radius: 100px;
  font-size: 18px;
  line-height: 18px;
  color: #1E2022;
  border: 1px solid #B7B8B8;
}
.btn.btn-tags:hover, .btn.btn-tags.active {
  background-color: #0C0D0E;
  border-color: #0C0D0E;
  color: #3CF2F2;
}
.btn.btn-tags-sm {
  background-color: #FFFFFF;
  padding: 12px 30px;
  border-radius: 100px;
  font-size: 18px;
  line-height: 18px;
  color: #1E2022;
  border: 1px solid #B7B8B8;
}
.btn.btn-tags-sm img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
  max-height: 32px;
}
.btn.btn-tags-sm:hover, .btn.btn-tags-sm.active {
  background-color: #CCD5DE;
  border-color: #CCD5DE;
  color: #014FE5;
}
.btn.btn-play-2 {
  padding: 20px 0px 20px 80px;
  background-image: url(../imgs/template/icons/play2.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
}
.btn.btn-play-big {
  padding: 40px 0px 41px 135px;
  background-image: url(../imgs/template/icons/play-big.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
}
.btn.btn-black {
  padding: 22px 40px 22px 40px;
  color: #FFFFFF;
  background-color: #0C0D0E;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  border-radius: 8px;
}
.btn.btn-black:hover {
  background-color: #014FE5;
}
.btn.btn-black img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.btn.btn-border {
  padding: 22px 30px 22px 30px;
  color: #0C0D0E;
  background-color: #FFFFFF;
  border: 1px solid #CBCFD3;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  border-radius: 8px;
}
.btn.btn-border:hover {
  border-color: #014FE5;
  color: #014FE5;
}
.btn.btn-border img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.btn.btn-get-quote {
  padding: 20px 0px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
.btn.btn-browse {
  background-color: #014FE5;
  border-radius: 100px;
  color: #ffffff;
  padding: 10px 25px 11px 25px;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}
.btn.btn-browse svg {
  margin-left: 15px;
}
.btn.btn-brand-2 {
  background-color: #014FE5;
  border-radius: 100px;
  color: #ffffff;
  padding: 23px 25px 23px 25px;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}
.btn.btn-brand-2 svg {
  margin-left: 15px;
}
.btn.btn-live-preview {
  background-color: #014FE5;
  border-radius: 8px;
  color: #ffffff;
  padding: 21px 30px;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}
.btn.btn-live-preview svg {
  margin-right: 14px;
}
.btn.btn-live-preview:hover {
  background-color: #38BD6D;
}
.btn.btn-screenshot {
  background-color: #DCE4EC;
  border-radius: 8px;
  color: #0C0D0E;
  padding: 21px 30px;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}
.btn.btn-screenshot svg {
  margin-right: 14px;
}
.btn.btn-screenshot:hover {
  background-color: #38BD6D;
}
.btn.btn-updated {
  background-color: #38BD6D;
  padding: 5px 12px;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.btn.btn-updated svg {
  margin-right: 4px;
  fill: #38BD6D;
}
.btn.btn-gray {
  background-color: #F2F6F9;
  border-radius: 50px;
  display: flex;
  padding: 5px 12px;
  justify-content: center;
  align-items: center;
  font-family: "DM Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.btn.btn-gray svg {
  margin-right: 4px;
  fill: #38BD6D;
}
.btn.btn-gray:hover {
  background-color: #38BD6D;
  color: #ffffff;
}
.btn.btn-gray:hover svg {
  fill: #ffffff;
}

.dark-mode .is-mode .btn.btn-tags {
  background-color: #171819;
  border: 1px solid #D9D9D9;
  color: #D9D9D9;
}
.dark-mode .is-mode .btn.btn-tags:hover, .dark-mode .is-mode .btn.btn-tags.active {
  background-color: #393939;
  border-color: #393939;
  color: #3CF2F2;
}
.dark-mode .is-mode .btn.btn-default {
  background-color: #CBCFD3;
  color: #171819;
}
.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;
}
.dark-mode .is-mode .btn.btn-black {
  background-color: #393939;
}
.dark-mode .is-mode .btn.btn-black:hover {
  background-color: #014FE5;
}
.dark-mode .is-mode .btn.btn-border {
  background-color: #393939;
  color: #FFFFFF;
  border-color: #393939;
}
.dark-mode .is-mode .btn.btn-border:hover {
  background-color: #014FE5;
}

.dropdown-language {
  display: inline-block;
}
.dropdown-language .dropdown-toggle::after {
  display: none;
}
.dropdown-language .btn {
  padding: 0px;
}

.btn-tooltip {
  position: relative;
}
.btn-tooltip:after {
  bottom: 0;
  right: 34px;
  position: absolute;
  white-space: nowrap;
  border-radius: 5px;
  font-size: 11px;
  padding: 7px 10px;
  color: #014FE5;
  background-color: #E8E9ED;
  content: attr(aria-label);
  line-height: 1.3;
  box-shadow: 0;
  transition: 0;
  opacity: 0;
  visibility: hidden;
  transform: 0;
  transition-duration: 0.2s;
}
.btn-tooltip:before {
  content: "";
  position: absolute;
  left: -8px;
  bottom: 0;
  transition-delay: 0.1s;
  border: 7px solid transparent;
  border-left-color: transparent;
  border-left-color: #E8E9ED;
  z-index: 9;
  margin-bottom: 0;
  transition: 0;
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.2s;
}
.btn-tooltip:hover:after {
  opacity: 1;
  visibility: visible;
  transform: 0;
  transition-duration: 0.2s;
}
.btn-tooltip:hover:before {
  opacity: 1;
  visibility: visible;
  transform: translateY(-8px);
  transition-duration: 0.2s;
}

.btn-popup-youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play-btn {
  width: 100px;
  height: 100px;
  background: radial-gradient(#014FE5 60%, #3CF2F2 62%);
  border-radius: 50%;
  position: relative;
  display: block;
  box-shadow: 0px 0px 25px 3px rgba(1, 79, 229, 0.4);
  /* triangle */
  /* pulse wave */
}
.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #3CF2F2;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.play-btn:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  animation-delay: 0s;
  animation: pulsate1 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(60, 242, 242, 0.75);
  top: -26%;
  left: -26%;
  background: rgba(198, 16, 0, 0);
}
@keyframes pulsate1 {
  0% {
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    transform: scale(1);
    opacity: 0;
    box-shadow: none;
  }
}
.cb-container {
  display: block;
  position: relative;
  padding-left: 34px;
  margin-bottom: 12px;
  cursor: pointer;
  line-height: 25px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

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

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

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

.cb-container .text-small {
  color: #E8E9ED;
  font-weight: 500;
}

.cb-container input:checked ~ .text-small {
  color: #E8E9ED;
}

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

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

.cb-container input:checked ~ .text-lbl {
  color: #ccc;
}

.cb-container .checkmark:after {
  left: -2px;
  top: -2px;
  width: 24px;
  height: 24px;
  background: #6FD2B8 url(../imgs/page/register/check.svg) no-repeat center;
  border-radius: 4px;
}

.box-swiper {
  position: relative;
  width: 100%;
}
.box-swiper .swiper-container {
  position: relative;
  height: 100%;
  padding-bottom: 35px;
}
.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: #3CF2F2;
  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: #3CF2F2;
}

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

/*Style of the location of the div that wraps the custom pager*/
.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;
}

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

.box-button-slider {
  position: absolute;
  top: 0px;
  left: 0px;
}

.swiper-group-1 .swiper-pagination {
  bottom: 50px;
  left: 55px;
}
.swiper-group-1.swiper-home-3 .swiper-pagination {
  left: 0px;
}
.swiper-group-1.home-9 .swiper-pagination {
  bottom: 20px;
  left: 25px;
}

.creative-gallery-wrap {
  position: relative;
  z-index: 1;
  height: 100vh;
  pointer-events: none;
}

.creative-gallery {
  --items: 10;
  --width: clamp(458px, 30vw, 300px);
  --height: clamp(587px, 40vw, 400px);
  --x: calc(var(--active) * 300%);
  --y: calc(var(--active) * 80%);
  --rot: calc(var(--active) * 100deg);
  --opacity: calc(var(--zIndex) / var(--items) * 3 - 2);
  overflow: hidden;
  position: absolute;
  z-index: var(--zIndex);
  width: var(--width);
  height: var(--height);
  margin: calc(var(--height) * -0.5) 0 0 calc(var(--width) * -0.5);
  top: 50%;
  left: 50%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transform-origin: 0% 100%;
  pointer-events: all;
  transform: translate(var(--x), var(--y)) rotate(var(--rot));
  transition: transform 0.8s cubic-bezier(0, 0.02, 0, 1);
}
.creative-gallery .creative-gallery-inner {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.8s cubic-bezier(0, 0.02, 0, 1);
}
.creative-gallery img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}

.horizontal-wrap {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

.horizontal-rail {
  position: relative;
  display: flex;
}

.horizontal-item {
  width: 100%;
  flex: 1 0 90%;
}

.cardService {
  max-width: 100%;
  width: 100%;
}
.cardService .cardImage {
  margin-bottom: 32px;
}
.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: 18px;
}
.cardService .cardInfo h5 {
  margin-bottom: 32px;
}
.cardService .cardInfo a {
  display: block;
  text-decoration: none;
}
.cardService .cardInfo a img {
  margin-left: 15px;
}
.cardService .cardInfo a:hover {
  color: #3CF2F2;
}

.cardRecent {
  width: 100%;
  display: inline-block;
}
.cardRecent .cardImage {
  margin-bottom: 24px;
}
.cardRecent .cardImage img {
  width: 100%;
  filter: grayscale(0%);
  transition: all 0.3s ease-in-out;
}
.cardRecent .cardImage img:hover {
  filter: grayscale(100%);
}
.cardRecent .cardInfo h3 {
  margin-bottom: 10px;
}
.cardRecent .cardInfo .info-bottom {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.cardRecent .cardInfo .info-bottom a {
  text-decoration: none;
}
.cardRecent .cardInfo .info-bottom a:hover {
  color: #3CF2F2;
}
.cardRecent.cardRecentStyle2 {
  position: relative;
  overflow: hidden;
}
.cardRecent.cardRecentStyle2 .cardImage {
  margin: 0px;
}
.cardRecent.cardRecentStyle2 .cardImage img {
  display: block;
  width: 100%;
}
.cardRecent.cardRecentStyle2 .cardInfo {
  position: absolute;
  bottom: -100%;
  left: 0px;
  padding: 25px 35px;
  background-color: #0C0D0E;
  width: 100%;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.cardRecent.cardRecentStyle2 .cardInfo * {
  color: #FFFFFF;
}
.cardRecent.cardRecentStyle2 .cardInfo .info-bottom-1 {
  width: 50%;
}
.cardRecent.cardRecentStyle2 .cardInfo .info-bottom {
  width: 50%;
  text-align: right;
  display: inline-block;
}
.cardRecent.cardRecentStyle2:hover .cardInfo {
  bottom: 0px;
}

.cardTestimonials .cardInfo {
  margin-bottom: 40px;
}
.cardTestimonials .cardAuthor {
  border-top: 1px solid #B7B8B8;
  padding-top: 40px;
}
.cardTestimonials.cardTestimonialsStyle2 {
  background-position: right top;
  background-repeat: no-repeat;
  background-image: url(../imgs/page/homepage1/quote.png);
}
.cardTestimonials.cardTestimonialsStyle2 .cardInfo {
  position: relative;
  z-index: 2;
}
.cardTestimonials.cardTestimonialsStyle2 .cardNumber {
  position: relative;
  z-index: 1;
  bottom: -30px;
}

.cardCustomer {
  max-width: 100%;
  width: 100%;
}
.cardCustomer .cardImage {
  margin-bottom: 32px;
}
.cardCustomer .cardImage img {
  display: block;
  width: 100%;
  border-radius: 120px;
}
.cardCustomer .cardInfo h3 {
  margin-bottom: 18px;
}

.cardBlog {
  position: relative;
  width: 100%;
}
.cardBlog .cardImage {
  max-width: 90%;
}
.cardBlog .cardInfo {
  padding: 35px;
  background-color: #ffffff;
  position: relative;
  top: -90px;
  margin-left: 70px;
}
.cardBlog .cardInfo .tag-link {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  text-transform: uppercase;
  color: #014FE5;
  text-decoration: none;
}
.cardBlog .cardInfo .link-blog {
  text-decoration: none;
  display: block;
  margin-top: 22px;
}

.card-feature {
  position: relative;
  transition: all 0.3s ease-in-out;
  padding-top: 220px;
  height: 780px;
}
.card-feature .card-image {
  border-radius: 120px;
  overflow: hidden;
  position: absolute;
  top: 208px;
  transition: all 0.5s ease-in-out;
  width: 100%;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.card-feature .card-image img {
  height: auto;
  min-height: 100%;
  max-height: 100%;
  width: auto;
  max-width: none;
  min-width: 100%;
}
.card-feature .card-info {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 124;
  padding: 55px 65px 30px 65px;
  transition: bottom 1s ease-in-out;
}
.card-feature .card-info .card-title {
  margin-bottom: 14px;
}
.card-feature .card-info .card-desc {
  max-height: 64px;
  overflow: hidden;
}
.card-feature:hover .card-info * {
  color: #FFFFFF;
}
.card-feature:hover .card-image {
  top: 0px;
}
.card-feature.card-feature-2 {
  padding-top: 0px;
  padding-bottom: 180px;
  padding-top: 0px;
}
.card-feature.card-feature-2 .card-info {
  bottom: 0px;
  top: auto;
  padding-bottom: 55px;
  padding-top: 30px;
}
.card-feature.card-feature-2 .card-image {
  bottom: 200px;
  top: 0px;
}
.card-feature.card-feature-2:hover .card-image {
  bottom: 0px;
}

.card-why-us {
  background-color: #1E2022;
  border-radius: 60px;
  padding: 45px 35px;
  text-align: center;
  margin-bottom: 50px;
}
.card-why-us .card-icon {
  margin-bottom: 22px;
}
.card-why-us .card-info * {
  color: #FFFFFF;
}
.card-why-us .card-info h4 {
  margin-bottom: 12px;
}

.card-pricing {
  padding: 66px 30px 45px 30px;
  border: 1px solid #0C0D0E;
  border-radius: 16px;
  position: relative;
  margin-bottom: 30px;
}
.card-pricing .card-title {
  margin-bottom: 9px;
}
.card-pricing .card-desc {
  margin-bottom: 22px;
}
.card-pricing .card-price {
  display: flex;
  align-items: flex-end;
  margin-bottom: 29px;
}
.card-pricing .card-price h4 {
  margin-right: 5px;
}
.card-pricing .btn.btn-default-sm {
  padding: 10px 10px;
  width: 100%;
  border-radius: 8px;
  font-size: 16px;
  line-height: 28px;
}
.card-pricing .btn.btn-default-sm:hover {
  background-color: #014FE5;
}
.card-pricing .card-trial,
.card-pricing .card-standard,
.card-pricing .card-business,
.card-pricing .card-enterprise {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 12;
  height: 71px;
  width: 71px;
}
.card-pricing .card-trial::before,
.card-pricing .card-standard::before,
.card-pricing .card-business::before,
.card-pricing .card-enterprise::before {
  content: "";
  height: 90px;
  width: 90px;
  border-radius: 0;
  background-color: #c3eaa5;
  position: absolute;
  top: -11px;
  left: -9px;
  z-index: 1;
  border-radius: 40px 16px 40px 40px;
  opacity: 0.3;
}
.card-pricing .card-trial span {
  background-image: url(../imgs/page/homepage2/trial.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 12;
  height: 61px;
  width: 61px;
}
.card-pricing .card-standard::before {
  background-color: #80C2FF;
}
.card-pricing .card-standard span {
  background-image: url(../imgs/page/homepage2/standard.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 12;
  height: 61px;
  width: 61px;
}
.card-pricing .card-business::before {
  background-color: #FFDF6D;
}
.card-pricing .card-business span {
  background-image: url(../imgs/page/homepage2/business.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 12;
  height: 61px;
  width: 61px;
}
.card-pricing .card-enterprise::before {
  background-color: #E5AFFF;
}
.card-pricing .card-enterprise span {
  background-image: url(../imgs/page/homepage2/enterprise.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 12;
  height: 61px;
  width: 61px;
}
.card-pricing:hover {
  background-color: #B1FFFF;
}

.card-contact {
  display: flex;
  width: 100%;
  align-items: flex-start;
  margin-bottom: 60px;
}
.card-contact .contact-icon {
  min-width: 77px;
  margin-right: 32px;
}
.card-contact .contact-info {
  width: 100%;
}

.card-banner {
  position: relative;
  margin-top: 15px;
}
.card-banner .card-image {
  height: 496px;
  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: auto;
  min-height: 100%;
}
.card-banner .card-image .link-more {
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.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: #FFFFFF;
}
.card-banner:hover .card-info {
  bottom: 0px;
}
.card-banner:hover .card-image {
  height: 556px;
  top: -30px;
}
.card-banner:hover .card-image .link-more {
  display: block;
}

.dark-mode .card-work .card-info-work .card-info {
  border: 1px solid #393939;
}

.card-work {
  margin-bottom: 30px;
  overflow: hidden;
}
.card-work .card-title {
  display: flex;
  align-items: center;
  margin-bottom: 90px;
}
.card-work .card-title h1 {
  margin-right: 10px;
}
.card-work .card-info-work {
  display: flex;
  justify-content: space-between;
}
.card-work .card-info-work .card-info {
  border: 1px solid #DCE4EC;
  background-color: #FFFFFF;
  padding: 20px 30px;
  max-width: 420px;
  margin-right: -40px;
  position: relative;
  z-index: 2;
  min-width: 320px;
  border-radius: 30px;
}
.card-work .card-info-work .card-image {
  max-width: 355px;
  display: block;
  position: relative;
  min-width: 320px;
  z-index: 1;
  top: -70px;
}

.card-corp {
  background-color: #1E2022;
  border-radius: 60px;
  padding: 45px 35px;
  text-align: left;
  margin-bottom: 50px;
}
.card-corp .card-icon {
  margin-bottom: 22px;
}
.card-corp .card-icon span {
  display: inline-block;
  width: 77px;
  height: 77px;
  text-align: center;
  line-height: 77px;
  background-color: #6C7074;
  border-radius: 11px;
}
.card-corp .card-icon span img {
  display: inline-block;
  vertical-align: middle;
}
.card-corp .card-info * {
  color: #FFFFFF;
}
.card-corp .card-info h5 {
  margin-bottom: 16px;
}

.card-corp-type-2 {
  background-color: #1E2022;
  border-radius: 60px;
  padding: 55px;
  text-align: left;
  margin-bottom: 50px;
  transition-duration: 0.3s;
}
.card-corp-type-2 .card-icon {
  margin-bottom: 22px;
}
.card-corp-type-2 .card-icon span {
  display: inline-block;
  width: 84px;
  height: 84px;
  text-align: center;
  line-height: 84px;
  background-color: #2E3032;
  border-radius: 16px;
}
.card-corp-type-2 .card-icon span img {
  display: inline-block;
  vertical-align: middle;
}
.card-corp-type-2 .card-info * {
  color: #FFFFFF;
}
.card-corp-type-2 .card-info .card-title {
  margin-bottom: 12px;
}
.card-corp-type-2 .card-info .card-desc {
  min-height: 214px;
  margin-bottom: 17px;
}
.card-corp-type-2:hover {
  background-color: #014FE5;
  transition-duration: 0.3s;
}
.card-corp-type-2:hover .card-icon span {
  background-color: #1560EF;
}
.card-corp-type-2.card-corp-type-2-bg {
  padding-right: 255px;
  background-image: url(../imgs/page/homepage5/bg-site.png);
  background-position: bottom 51px right 53px;
  background-repeat: no-repeat;
}

.card-post {
  width: 100%;
  display: inline-block;
  margin-bottom: 60px;
}
.card-post .card-image {
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 120px;
}
.card-post .card-image img {
  width: 100%;
}
.card-post a {
  text-decoration: none;
}
.card-post a:hover * {
  color: #014FE5;
}
.card-post .card-info {
  padding: 0px 100px;
}
.card-post .card-info h3 {
  margin-bottom: 10px;
}
.card-post .card-info .info-bottom {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.card-post .card-info .info-bottom a {
  text-decoration: none;
}
.card-post .card-info .info-bottom a:hover {
  color: #3CF2F2;
}

.card-feature-3 {
  margin-bottom: 40px;
}
.card-feature-3 .card-steps {
  margin-bottom: 10px;
}
.card-feature-3 .card-title {
  margin-bottom: 18px;
}
.card-feature-3 .card-desc {
  margin-bottom: 32px;
}
.card-feature-3 .card.link a {
  text-decoration: none;
}
.card-feature-3:hover .card-title {
  color: #3CF2F2;
}

.card-feature-4 {
  border-bottom: 1px solid #0C0D0E;
  padding-bottom: 50px;
  margin-bottom: 84px;
  position: relative;
}
.card-feature-4 a {
  text-decoration: none;
}
.card-feature-4 a:hover {
  color: #3CF2F2 !important;
}
.card-feature-4 a:hover * {
  color: #3CF2F2 !important;
}
.card-feature-4::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #3CF2F2;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.card-feature-4:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.card-feature-4:hover .card-steps {
  color: #3CF2F2;
  -webkit-text-stroke: 1px #014FE5;
}

.cardRecentBoxLists {
  position: relative;
  display: flex;
}
.cardRecentBoxLists .cardRecentStyle3 {
  padding: 5px;
}

.cardRecentStyle4 {
  position: relative;
  overflow: hidden;
}
.cardRecentStyle4 .cardImage {
  margin: 0px;
}
.cardRecentStyle4 .cardImage img {
  display: block;
  width: 100%;
}
.cardRecentStyle4 .cardInfo {
  position: absolute;
  bottom: -100%;
  left: 0px;
  padding: 0px;
  width: 100%;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.cardRecentStyle4 .cardInfo * {
  color: #FFFFFF;
}
.cardRecentStyle4 .cardInfo .link-view-more img {
  display: block;
}
.cardRecentStyle4:hover .cardInfo {
  bottom: 0px;
}

.card-block .card-icon {
  margin-bottom: 10px;
}
.card-block .card-title {
  margin-bottom: 10px;
}

.card-block-2 {
  margin-bottom: 48px;
  display: flex;
}
.card-block-2 .card-icon {
  width: 100%;
  min-width: 71px;
  max-width: 71px;
  margin-right: 27px;
}
.card-block-2 .card-info {
  width: 100%;
}

.card-portfolio .card-info h3 {
  font-family: "Fahkwang", sans-serif;
  padding: 109px 90px;
}

.card-featured-2 {
  height: 753px;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.card-portfolio-3 {
  max-width: 458px;
  display: inline-block;
  position: relative;
}
.card-portfolio-3 .card-image {
  width: 458px;
  height: 587px;
  overflow: hidden;
  bottom: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  border-radius: 30px;
  background-image: url(../imgs/page/portfolio7/img.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.card-portfolio-3 .card-info {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 2;
}
.card-portfolio-3 .card-info .info-top {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 2;
}
.card-portfolio-3 .card-info .info-bottom {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 2;
}
.card-portfolio-3 .card-info .info-bottom h3 {
  margin-bottom: 10px;
}

.cardImageDesc {
  position: relative;
  margin-bottom: 150px;
}
.cardImageDesc .cardImage {
  width: 100%;
  margin-bottom: 0px;
}
.cardImageDesc .cardImage img {
  width: 100%;
  border-radius: 120px;
}
.cardImageDesc .cardDesc {
  padding: 96px 92px 0px 92px;
}

.item-list-blog-2 {
  position: relative;
  border-bottom: 0px !important;
}
.item-list-blog-2 .item-blog-image {
  margin-bottom: 64px;
}
.item-list-blog-2 .item-blog-image img {
  width: 100%;
  border-radius: 30px;
}
.item-list-blog-2 .item-blog-info {
  padding: 0px 128px;
}
.item-list-blog-2 .item-blog-info .item-blog-title {
  margin-bottom: 32px;
}
.item-list-blog-2 .item-blog-info .item-blog-desc {
  margin-bottom: 60px;
}
.item-list-blog-2 .item-blog-info .item-blog-metas {
  margin-bottom: 60px;
}
.item-list-blog-2.item-list-blog-3 {
  display: flex;
  align-items: center;
}
.item-list-blog-2.item-list-blog-3 .item-blog-image {
  max-width: 538px;
  width: 100%;
  margin-right: 100px;
}
.item-list-blog-2.item-list-blog-3 .item-blog-info {
  width: 100%;
  padding: 0px;
}
.item-list-blog-2.item-list-blog-3:nth-child(2n) .item-blog-image {
  margin-left: 100px;
  margin-right: 0px;
}
.item-list-blog-2.item-list-blog-4 {
  padding-top: 0px !important;
}
.item-list-blog-2.item-list-blog-4 .item-blog-image {
  margin-bottom: 48px;
}
.item-list-blog-2.item-list-blog-4 .item-blog-info {
  padding: 0px 0px 0px 0px;
}

.card-recent-work-3 .card-image {
  margin-bottom: 8px;
}
.card-recent-work-3 .card-image img {
  display: block;
  width: 100%;
}
.card-recent-work-3 .card-info .card-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #0C0D0E;
}
.card-recent-work-3 .card-info .card-title svg {
  fill: #0C0D0E;
}
.card-recent-work-3 .card-info .card-title:hover {
  color: #014FE5;
}

.dark-mode a.color-900 {
  color: #F1F1F1;
}
.dark-mode a.color-900:hover {
  color: #014FE5;
}
.dark-mode .card-recent-work-3 .card-title {
  color: #F1F1F1;
}
.dark-mode .card-recent-work-3 .card-title svg {
  fill: #F1F1F1;
}

.card-corp-type-3 .card-icon {
  margin-bottom: 27px;
}
.card-corp-type-3 .card-info h4 {
  margin-bottom: 14px;
}

.card-access {
  border-radius: 16px;
  border: 1px solid #DCE4EC;
  background: #FFFFFF;
  padding: 20px;
  margin-bottom: 30px;
}
.card-access:hover {
  box-shadow: 0px 10px 42px rgba(1, 9, 20, 0.06);
}
.card-access .card-image {
  position: relative;
  text-align: center;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 29px;
}
.card-access .card-image img {
  width: 100%;
  display: block;
}
.card-access .card-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-access .card-info h6 {
  color: #0C0D0E;
}
.card-access .card-info a:hover h6 {
  color: #014FE5;
}
.card-access .card-info .number-items {
  display: inline-block;
  padding: 4px 15px;
  background-color: #F2F6F9;
  border-radius: 8px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
}

.card-discover {
  border-radius: 16px;
  border: 1px solid #DCE4EC;
  background: #FFFFFF;
  padding: 20px;
  margin-bottom: 30px;
}
.card-discover .card-image {
  position: relative;
  text-align: center;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 32px;
}
.card-discover .card-image img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}
.card-discover .card-image a.add-to-cart {
  position: absolute;
  top: 50%;
  height: 48px;
  padding: 15px;
  border-radius: 4px;
  background-color: #ffffff;
  max-width: 146px;
  width: 100%;
  right: 0px;
  left: 0px;
  margin: -24px auto auto auto;
  z-index: 3;
  color: #0C0D0E;
  display: none;
}
.card-discover .card-image a.add-to-cart svg {
  margin-right: 9px;
}
.card-discover .card-image a.add-to-cart:hover {
  background-color: #DCE4EC;
}
.card-discover .card-info .card-tag-star {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.card-discover .card-info .card-tag-star .rate-star {
  min-width: 100px;
  border-radius: 20px;
  border: 1px solid #DCE4EC;
  background: #FFFFFF;
  padding: 1px 11px 5px 11px;
}
.card-discover .card-info .card-link {
  margin-bottom: 23px;
}
.card-discover .card-info .card-link a {
  color: #0C0D0E;
}
.card-discover .card-info .card-bottom-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-discover .card-info .card-bottom-info .number-items {
  display: inline-block;
  padding: 4px 15px;
  background-color: #F2F6F9;
  border-radius: 8px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
  text-align: center;
}
.card-discover .card-info .card-bottom-info .card-bottom-left .card-purchases {
  display: inline-block;
  padding: 0px 15px 0px 25px;
  background: url(../imgs/page/homepage6/purchase.svg) no-repeat left center;
}
.card-discover .card-info .card-bottom-info .card-bottom-left .card-views {
  display: inline-block;
  padding: 0px 0px 0px 25px;
  background: url(../imgs/page/homepage6/view.svg) no-repeat left center;
}
.card-discover:hover {
  box-shadow: 0px 10px 42px rgba(1, 9, 20, 0.06);
}
.card-discover:hover .card-image img {
  position: relative;
  z-index: 1;
}
.card-discover:hover .card-image::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url(../imgs/page/homepage6/trans.png);
  z-index: 2;
}
.card-discover:hover .card-image a.add-to-cart {
  display: inline-block;
}

.dark-mode .content-overview .color-900 {
  color: #F1F1F1;
}
.dark-mode .card-discover {
  background-color: #1E2022;
  border-color: #1E2022;
}
.dark-mode .card-discover .card-info .card-link a {
  color: #F1F1F1;
}
.dark-mode .card-discover .card-info .card-bottom-info .number-items {
  background-color: #393939;
}
.dark-mode .card-access {
  background-color: #1E2022;
  border-color: #1E2022;
}
.dark-mode .card-access .card-info h6 {
  color: #F1F1F1;
}
.dark-mode .card-access .card-info .number-items {
  background-color: #393939;
}
.dark-mode .section-we-work .box-logo {
  background-color: #393939;
  border-color: #1E2022;
}

.card-icon-text {
  display: flex;
  align-items: flex-start;
  margin-bottom: 33px;
}
.card-icon-text .card-icon {
  min-width: 64px;
  margin-right: 16px;
  width: 64px;
  max-width: 64px;
}
.card-icon-text .card-info .card-title {
  margin-bottom: 9px;
}
.card-icon-text .card-info .card-desc {
  color: #6C7074;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.card-grid-small {
  margin-bottom: 48px;
}
.card-grid-small .card-icon {
  margin-bottom: 8px;
}
.card-grid-small .card-info strong {
  display: block;
  margin-bottom: 8px;
}

.cats-list a {
  margin-right: 5px;
  color: #6C7074;
}

.tags-list a {
  color: #6C7074;
  border: 1px solid #6C7074;
  padding: 4px 16px;
  margin: 0 5px 5px 0;
  display: inline-block;
  border-radius: 4px;
  font-size: 14px;
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.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: #0C0D0E;
  width: 72px;
  height: 72px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  z-index: 99;
}

.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;
}

.parallax-image {
  transform: scale(1.2);
  transform-origin: 50% 100%;
}

.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;
  }
}
.hover-show-img {
  position: relative;
}
.hover-show-img .image-show-item {
  position: relative;
}
.hover-show-img .project__img {
  position: absolute;
  width: 400px;
  height: 550px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateX(-15%) translateY(-50%);
  top: 0%;
  left: 50%;
  z-index: 900;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 0, 0 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;
}

.image-mark-scroll {
  position: absolute;
  width: 100%;
  height: 110%;
  background-color: #FFFFFF;
  top: 0;
  right: 0;
  z-index: 999;
}

.dark-mode .image-mark-scroll {
  background-color: #171819;
}

.box-banner-home1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.box-banner-home1 .banner-left {
  width: 75%;
  position: relative;
}
.box-banner-home1 .banner-right {
  width: 25%;
  position: relative;
}
.box-banner-home1 .banner-right a {
  text-decoration: none;
}

.box-pagination-button {
  position: absolute;
  top: 30%;
  max-width: 1170px;
  left: 0px;
  right: 0px;
  margin: auto;
  display: flex;
  align-items: center;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}

.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;
}

.swiper-pagination-banner {
  position: relative;
  display: inline-block;
  bottom: auto !important;
  text-align: left;
  width: auto;
  left: auto;
  padding: 0px 0px 0px 12px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.ui-timepicker-standard {
  width: 270px !important;
  border: 2px solid #000 !important;
  padding: 15px 0px;
  border-radius: 6px;
  margin-top: 40px;
  margin-left: -60px;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
}
.ui-timepicker-standard .ui-timepicker, .ui-timepicker-standard .ui-timepicker-viewport {
  height: 260px !important;
}
.ui-timepicker-standard .ui-timepicker {
  text-align: left;
}
.ui-timepicker-standard li a {
  padding: 0px 20px;
  border-radius: 0px;
  border: 1px solid #ffffff;
  font-size: 14px;
  line-height: 35px;
  color: #000;
  font-family: "Fahkwang", sans-serif;
  transition: none;
  font-weight: 500;
}
.ui-timepicker-standard li a.ui-state-hover {
  border-color: #F9F9F9;
  background-color: #F9F9F9;
  font-weight: 500;
  color: #000;
}
.ui-timepicker-standard li a:hover {
  background-color: #F9F9F9;
  border-color: #F9F9F9;
}

.box-dropdown-location {
  position: absolute;
  top: 100%;
  left: 15px;
  background: #ffffff;
  border: 2px solid #000;
  border-radius: 6px;
  padding: 0px 20px;
  margin-top: 35px;
  width: 430px;
  z-index: 99;
  display: none;
}

.list-locations .item-location {
  display: flex;
  align-items: flex-start;
  padding: 20px 0px;
  border-bottom: 1px solid #E8E9ED;
  cursor: pointer;
}
.list-locations .item-location:last-child {
  border-bottom: 0px;
}
.list-locations .item-location:hover .location-info h6 {
  color: #6FD2B8;
}
.list-locations .item-location:hover .location-info p {
  color: #000;
}
.list-locations .item-location .location-icon {
  max-width: 16px;
  margin-right: 20px;
  padding-top: 6px;
}
.list-locations .item-location .location-info {
  width: 100%;
}

@keyframes hero-thumb-animation {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes hero-thumb-animation-2 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes hero-thumb-sm-animation {
  0% {
    transform: translateY(-20px) translateX(50px);
  }
  100% {
    transform: translateY(-20px) translateX(0px);
  }
}
@keyframes hero-thumb-sm-2-animation {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0px);
  }
}
.shape-1 {
  animation: hero-thumb-animation 2s linear infinite alternate;
}

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

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

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

.header {
  padding: 0px 78px;
  float: left;
  width: 100%;
  position: relative;
  border-bottom: 0px solid #E8E9ED;
  background-color: transparent;
  z-index: 1004;
  position: fixed;
  top: 0px;
  z-index: 123;
  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 .burger-icon {
  display: 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;
}
.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: #ffffff;
  line-height: 24px;
  display: block;
  padding: 5px 33px 5px 15px;
  text-decoration: none;
  position: relative;
}
.header .main-menu li a:hover {
  color: #ffffff;
  border-radius: 40px;
  background-color: rgba(255, 255, 255, 0.1764705882);
}
.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%;
  left: 0px;
  z-index: 999999;
  min-width: 220px;
  width: 420px;
  border-radius: 21px;
  padding: 10px 22px;
  background-color: rgba(1, 79, 255, 0.8);
  border: 1px solid #1C68FB;
  box-shadow: 0px 5px 30px rgba(19, 27, 34, 0.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: 0;
}
.header .main-menu li div.sub-menu .menu-inner li {
  width: 50%;
  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 ul {
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.2s;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 124;
  min-width: 220px;
  border-radius: 21px;
  padding: 10px 12px;
  background-color: rgba(1, 79, 255, 0.8);
  border: 1px solid #1C68FB;
  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;
  color: #ffffff;
  position: relative;
  padding: 10px 22px;
  transition: 0.2s;
  border-radius: 50px;
}
.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%;
}
.header.header-2 .img-900 {
  display: block;
}
.header.header-2 .img-0 {
  display: none;
}
.header.header-2 .header-account {
  display: flex;
}
.header.header-2 .header-account .dark-light-mode {
  background: url(../imgs/template/icons/dark-black.svg) no-repeat center;
}
.header.header-2 .main-menu > li > a {
  color: #0C0D0E;
}
.header.header-2 .main-menu > li.has-children > a::after {
  background: url(../imgs/template/icons/angle-down-black.svg) no-repeat center;
}
.header.header-3 {
  position: relative;
  border-bottom: 1px solid #DCE4EC;
}

.dark-mode .is-mode.header-2 .img-900 {
  display: none;
}
.dark-mode .is-mode.header-2 .img-0 {
  display: block;
}
.dark-mode .is-mode.header-2 .main-menu > li > a {
  color: #FFFFFF;
}
.dark-mode .is-mode.header-2 .main-menu > li.has-children > a::after {
  background: url(../imgs/template/icons/angle-down.svg) no-repeat center;
}
.dark-mode .box-banner-product {
  background-color: #1E2022;
  border-color: #393939;
}
.dark-mode .box-buttons-single .btn.btn-gray {
  background-color: #D9D9D9;
}
.dark-mode .header.header-3 {
  border-bottom: 1px solid #393939;
}
.dark-mode .section-breadcrumd .box-breadcrumbs {
  border-bottom: 1px solid #393939;
}
.dark-mode .box-overview, .dark-mode .box-overview .head-overview {
  border-color: #393939;
}
.dark-mode .border-bottom {
  border-color: #393939 !important;
}
.dark-mode .box-rate-single-rounded {
  border-color: #393939;
}
.dark-mode .box-rate-single-rounded svg path {
  fill: #F2F6F9;
  color: #F2F6F9;
}
.dark-mode .icon-socials.icon-instagram {
  background: url(../imgs/template/icons/instagram-w.png) no-repeat center;
}
.dark-mode .icon-socials.icon-facebook {
  background: url(../imgs/template/icons/facebook-w.png) no-repeat center;
}
.dark-mode .icon-socials.icon-dribbble {
  background: url(../imgs/template/icons/dribbble-w.png) no-repeat center;
}
.dark-mode .icon-socials.icon-linkedin {
  background: url(../imgs/template/icons/linkedin-w.png) no-repeat center;
}
.dark-mode .card-discover .card-info .card-tag-star .rate-star {
  background-color: #1E2022;
  border-color: #393939;
}
.dark-mode .card-discover .card-info .card-tag-star .rate-star svg path {
  fill: #F2F6F9;
  color: #F2F6F9;
}

.box-notify svg {
  height: 14px;
  color: #014FE5;
}

.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: 0px solid #E8E9ED;
  background: rgba(1, 79, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.sticky-bar.stick.header-2 .img-900 {
  display: none;
}
.sticky-bar.stick.header-2 .img-0 {
  display: block;
}
.sticky-bar.stick.header-2 .main-menu > li > a {
  color: #FFFFFF;
}
.sticky-bar.stick.header-2 .main-menu > li.has-children > a::after {
  background: url(../imgs/template/icons/angle-down.svg) no-repeat center;
}
.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;
}

.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: 20px;
  right: 83px;
  height: 35px;
  width: 35px;
  background: url(../imgs/template/icons/close-btn.svg) no-repeat center;
  z-index: 12;
  cursor: pointer;
}

.comet-horizontal {
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 80px;
  background: linear-gradient(90deg, transparent, #fff);
  animation: comet 5s infinite linear;
}

@keyframes comet {
  0% {
    left: 0;
    transform: translate(-100%);
  }
  100% {
    left: 100%;
    transform: translate(0%);
  }
}
.mobile-header-wrapper-style {
  position: fixed;
  top: 0px;
  max-width: 100%;
  width: 100%;
  min-height: 100vh;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #ffffff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  z-index: 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: 4.75em;
  line-height: 50px;
  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: #3CF2F2;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul {
  padding: 15px 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: 26px;
  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: #014FE5;
  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;
}

.burger-icon {
  position: absolute;
  width: 24px;
  height: 20px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  top: 10px;
  right: 2px;
  z-index: 1004;
}
.burger-icon.burger-close {
  width: 20px;
}
.burger-icon > span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
}
.burger-icon > span.burger-icon-top {
  top: 2px;
}
.burger-icon > span.burger-icon-bottom {
  bottom: 2px;
}
.burger-icon > span.burger-icon-mid {
  top: 4px;
}
.burger-icon.burger-close {
  position: fixed;
  top: 23px;
  right: 15px;
}
.burger-icon.burger-close > span.burger-icon-top {
  display: none;
  opacity: 0;
}
.burger-icon.burger-close > span.burger-icon-mid {
  top: 8px;
  transform: rotate(45deg);
}
.burger-icon.burger-close > span.burger-icon-bottom {
  bottom: 10px;
  transform: rotate(-45deg);
}

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

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

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

.mobile-search form {
  background-color: #014FE5;
  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: #3CF2F2;
}
.nav-tabs-mobile li a svg {
  height: 14px;
  vertical-align: middle;
  float: left;
  margin: 2px 5px 0px 0px !important;
  color: #3CF2F2;
}
.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 .logo-footer {
  position: relative;
  top: -80px;
  margin-bottom: -20px;
}
.footer .menu-footer {
  display: flex;
  margin: 18px -10px 0px -10px;
  flex-wrap: wrap;
}
.footer .menu-footer li {
  list-style: none;
  margin-bottom: 2px;
  width: 50%;
  padding: 0px 10px;
}
.footer .menu-footer li a {
  color: #0C0D0E;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  display: block;
  padding: 0px 0px 0px 0px;
  transition-duration: 0.2s;
  letter-spacing: 0.3px;
}
.footer .menu-footer li a:hover {
  transition-duration: 0.2s;
  padding-left: 2px;
  text-decoration: underline;
}
.footer img.snow-footer {
  position: absolute;
  top: 80px;
  right: 10%;
}
.footer.footer-2 {
  padding-top: 50px;
}
.footer.footer-2 .color-900 {
  color: #F1F1F1 !important;
}
.footer.footer-2 .menu-footer li a {
  color: #F1F1F1;
}

.footer-bottom {
  padding: 0px 0px 30px 0px;
}

.menu-bottom {
  display: inline-block;
}
.menu-bottom li {
  display: inline-block;
  color: #ffffff;
  padding: 0px 30px;
}
.menu-bottom li a {
  color: #0C0D0E;
  font-size: 18px;
  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: 40px;
  height: 22px;
  width: 22px;
  line-height: 22px;
  transition-duration: 0.2s;
  vertical-align: middle;
}
.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;
}

.footer-2 .icon-socials.icon-facebook {
  background: url(../imgs/template/icons/facebook-w.png) no-repeat center;
}
.footer-2 .icon-socials.icon-facebook:hover {
  background: url(../imgs/template/icons/facebook-w.png) no-repeat center;
}
.footer-2 .icon-socials.icon-dribbble {
  background: url(../imgs/template/icons/dribbble-w.png) no-repeat center;
}
.footer-2 .icon-socials.icon-dribbble:hover {
  background: url(../imgs/template/icons/dribbble-w.png) no-repeat center;
}
.footer-2 .icon-socials.icon-instagram {
  background: url(../imgs/template/icons/instagram-w.png) no-repeat center;
}
.footer-2 .icon-socials.icon-instagram:hover {
  background: url(../imgs/template/icons/instagram-w.png) no-repeat center;
}
.footer-2 .icon-socials.icon-linkedin {
  background: url(../imgs/template/icons/linkedin-w.png) no-repeat center;
}
.footer-2 .icon-socials.icon-linkedin:hover {
  background: url(../imgs/template/icons/linkedin-w.png) no-repeat center;
}

.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 0px 10px 0px;
  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;
}

.ptb-0 {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plr-5-percent {
  padding: 0 5%;
}

/***************************
    Page section margin
****************************/
.mtb-0 {
  margin: 0;
}

.mtb-10 {
  margin: 10px 0;
}

.mtb-15 {
  margin: 15px 0;
}

.mtb-20 {
  margin: 20px 0;
}

.mtb-30 {
  margin: 30px 0;
}

.mtb-40 {
  margin: 40px 0;
}

.mtb-50 {
  margin: 50px 0;
}

.mtb-60 {
  margin: 60px 0;
}

.mtb-70 {
  margin: 70px 0;
}

.mtb-80 {
  margin: 80px 0;
}

.mtb-90 {
  margin: 90px 0;
}

.mtb-100 {
  margin: 100px 0;
}

.mtb-110 {
  margin: 110px 0;
}

.mtb-120 {
  margin: 120px 0;
}

.mtb-130 {
  margin: 130px 0;
}

.mtb-140 {
  margin: 140px 0;
}

.mtb-150 {
  margin: 150px 0;
}

.mtb-290 {
  margin: 290px 0;
}

.mb-24 {
  margin-bottom: 24px;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

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

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

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

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-105 {
  margin-top: 105px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mt-115 {
  margin-top: 115px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-125 {
  margin-top: 125px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mt-135 {
  margin-top: 135px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mt-145 {
  margin-top: 145px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mt-155 {
  margin-top: 155px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

.mt-165 {
  margin-top: 165px !important;
}

.mt-170 {
  margin-top: 170px !important;
}

.mt-175 {
  margin-top: 175px !important;
}

.mt-180 {
  margin-top: 180px !important;
}

.mt-185 {
  margin-top: 185px !important;
}

.mt-190 {
  margin-top: 190px !important;
}

.mt-195 {
  margin-top: 195px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-105 {
  margin-bottom: 105px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mb-115 {
  margin-bottom: 115px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-125 {
  margin-bottom: 125px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.mb-135 {
  margin-bottom: 135px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.mb-145 {
  margin-bottom: 145px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-155 {
  margin-bottom: 155px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

.mb-165 {
  margin-bottom: 165px !important;
}

.mb-170 {
  margin-bottom: 170px !important;
}

.mb-175 {
  margin-bottom: 175px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.mb-185 {
  margin-bottom: 185px !important;
}

.mb-190 {
  margin-bottom: 190px !important;
}

.mb-195 {
  margin-bottom: 195px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.ml-105 {
  margin-left: 105px !important;
}

.ml-110 {
  margin-left: 110px !important;
}

.ml-115 {
  margin-left: 115px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.ml-125 {
  margin-left: 125px !important;
}

.ml-130 {
  margin-left: 130px !important;
}

.ml-135 {
  margin-left: 135px !important;
}

.ml-140 {
  margin-left: 140px !important;
}

.ml-145 {
  margin-left: 145px !important;
}

.ml-150 {
  margin-left: 150px !important;
}

.ml-155 {
  margin-left: 155px !important;
}

.ml-160 {
  margin-left: 160px !important;
}

.ml-165 {
  margin-left: 165px !important;
}

.ml-170 {
  margin-left: 170px !important;
}

.ml-175 {
  margin-left: 175px !important;
}

.ml-180 {
  margin-left: 180px !important;
}

.ml-185 {
  margin-left: 185px !important;
}

.ml-190 {
  margin-left: 190px !important;
}

.ml-195 {
  margin-left: 195px !important;
}

.ml-200 {
  margin-left: 200px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mr-105 {
  margin-right: 105px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.mr-115 {
  margin-right: 115px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.mr-125 {
  margin-right: 125px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

.mr-135 {
  margin-right: 135px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

.mr-145 {
  margin-right: 145px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.mr-155 {
  margin-right: 155px !important;
}

.mr-160 {
  margin-right: 160px !important;
}

.mr-165 {
  margin-right: 165px !important;
}

.mr-170 {
  margin-right: 170px !important;
}

.mr-175 {
  margin-right: 175px !important;
}

.mr-180 {
  margin-right: 180px !important;
}

.mr-185 {
  margin-right: 185px !important;
}

.mr-190 {
  margin-right: 190px !important;
}

.mr-195 {
  margin-right: 195px !important;
}

.mr-200 {
  margin-right: 200px !important;
}

.banner-homepage1 {
  background-color: #014FE5;
  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 10px 10px;
  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-circle {
  position: absolute;
  animation: spin 16s linear 4s infinite;
  will-change: transform;
  height: 210px;
  width: 210px;
  border-radius: 50%;
  background-color: #FFFFFF;
  background-image: url(../imgs/page/homepage1/arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  top: 40px;
  right: -105px;
}

.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;
}
.box-text-circle .char1 {
  transform: rotate(10deg);
}
.box-text-circle .char2 {
  transform: rotate(20deg);
}
.box-text-circle .char3 {
  transform: rotate(30deg);
}
.box-text-circle .char4 {
  transform: rotate(40deg);
}
.box-text-circle .char5 {
  transform: rotate(50deg);
}
.box-text-circle .char6 {
  transform: rotate(60deg);
}
.box-text-circle .char7 {
  transform: rotate(70deg);
}
.box-text-circle .char8 {
  transform: rotate(80deg);
}
.box-text-circle .char9 {
  transform: rotate(90deg);
}
.box-text-circle .char10 {
  transform: rotate(100deg);
}
.box-text-circle .char11 {
  transform: rotate(110deg);
}
.box-text-circle .char12 {
  transform: rotate(120deg);
}
.box-text-circle .char13 {
  transform: rotate(130deg);
}
.box-text-circle .char14 {
  transform: rotate(140deg);
}
.box-text-circle .char15 {
  transform: rotate(150deg);
}
.box-text-circle .char16 {
  transform: rotate(160deg);
}
.box-text-circle .char17 {
  transform: rotate(170deg);
}
.box-text-circle .char18 {
  transform: rotate(180deg);
}
.box-text-circle .char19 {
  transform: rotate(190deg);
}
.box-text-circle .char20 {
  transform: rotate(200deg);
}
.box-text-circle .char21 {
  transform: rotate(210deg);
}
.box-text-circle .char22 {
  transform: rotate(220deg);
}
.box-text-circle .char23 {
  transform: rotate(230deg);
}
.box-text-circle .char24 {
  transform: rotate(240deg);
}
.box-text-circle .char25 {
  transform: rotate(250deg);
}
.box-text-circle .char26 {
  transform: rotate(260deg);
}
.box-text-circle .char27 {
  transform: rotate(270deg);
}
.box-text-circle .char28 {
  transform: rotate(280deg);
}
.box-text-circle .char29 {
  transform: rotate(290deg);
}
.box-text-circle .char30 {
  transform: rotate(300deg);
}
.box-text-circle .char31 {
  transform: rotate(310deg);
}
.box-text-circle .char32 {
  transform: rotate(320deg);
}
.box-text-circle .char33 {
  transform: rotate(330deg);
}
.box-text-circle .char34 {
  transform: rotate(340deg);
}
.box-text-circle .char35 {
  transform: rotate(350deg);
}
.box-text-circle .char36 {
  transform: rotate(360deg);
}

.services-slider .swiper-slide {
  max-width: 650px;
  width: 100%;
}

.box-services {
  padding-bottom: 150px;
}

.box-services-slider {
  padding-left: 55px;
  margin-top: 50px;
}

.box-logos {
  padding: 60px 0;
  background-color: #1e2022;
  max-width: 100%;
  overflow: hidden;
}

.list-logos {
  display: block;
  min-width: 200vw;
}
.list-logos .d-flex {
  margin: 0 20px;
}
.list-logos .d-flex img {
  max-width: 41px;
  max-height: 41px;
}
.list-logos .d-flex h3 {
  word-break: keep-all;
  white-space: nowrap;
}

.box-recent-work {
  padding: 145px 0px 170px 0px;
  background-image: url(../imgs/page/homepage1/icon-recent.png);
  background-repeat: no-repeat;
  background-position: top 49px right 180px;
}
.box-recent-work .row {
  margin: 0px -80px;
}
.box-recent-work .row .col-lg-6 {
  padding: 0px 80px;
}
.box-recent-work .btn-tags {
  margin-bottom: 15px;
}

.box-why-us {
  padding: 152px 0px 156px 0px;
  background-image: url(../imgs/page/homepage1/bg-why-us.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  position: relative;
}
.box-why-us::before {
  content: "";
  height: 163px;
  width: 163px;
  background-image: url(../imgs/page/homepage1/icon-why-us.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 40px;
  right: 50px;
}

.number-grid {
  display: flex;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
  justify-content: space-between;
}
.number-grid .number-1 {
  width: 25%;
  padding: 0px 15px;
}

.box-why-us-top {
  padding: 0px 40px 100px 40px;
}

.line-border {
  border-top: 1px solid #FFFFFF;
  opacity: 0.2;
}

.box-why-us-bottom {
  padding: 83px 40px 0px 0px;
}

.box-projects {
  padding: 170px 0px;
}

.box-image-main {
  position: relative;
}
.box-image-main img {
  display: block;
}
.box-image-main a {
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.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-circle-customer {
  position: relative;
}
.box-circle-customer .box-circle {
  background-color: #1C68FB;
  top: 0px;
  right: 55px;
}
.box-circle-customer .box-circle .box-text-circle span {
  color: #ffffff;
}

.box-customer-love {
  background-image: url(../imgs/page/homepage1/bg-circles.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 55px;
}

.box-customer-love-slider {
  padding-left: 125px;
}

.customer-love-slider .swiper-slide {
  max-width: 570px;
  width: 100%;
}

.box-take-a-look {
  background-image: url(../imgs/page/homepage1/bg-look.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  margin-bottom: 0px;
}

.bg-take-look {
  padding-top: 106px;
  background-image: url(../imgs/page/homepage1/bg-trans.png);
  background-repeat: repeat;
  position: relative;
}
.bg-take-look::before {
  content: "";
  height: 355px;
  width: 355px;
  position: absolute;
  top: 56px;
  right: 96px;
  background-image: url(../imgs/page/homepage1/icon-arrow-up.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}
.bg-take-look .container {
  position: relative;
  z-index: 2;
}

.box-image-look {
  overflow: hidden;
  border-radius: 240px 240px 0 0;
  max-width: 470px;
  width: 100%;
}
.box-image-look img {
  width: 100%;
  display: block;
}

.box-info-look {
  padding: 30px;
  background-color: #3CF2F2;
  color: #014FE5;
  font-size: 31px;
  line-height: 45px;
  font-weight: bold;
  width: 100%;
  max-width: 352px;
  position: absolute;
  bottom: -150px;
  right: 30px;
}

.box-blogs {
  padding-top: 160px;
  padding-bottom: 160px;
  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: 548px;
  line-height: 548px;
  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: #014FE5;
}
.box-blog-slider .box-swiper .swiper-container {
  padding-bottom: 95px;
}

.blogs-slider .swiper-slide,
.customer-love-slider .swiper-slide {
  padding-top: 95px;
}
.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;
}
.banner-mode-2 .box-banner-home1 {
  align-items: flex-start;
}

.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-2 .box-circle {
  right: 0px;
  top: -40px;
  background-color: #1E2022;
}
.box-services-2 .box-circle .box-text-circle span {
  color: #FFFFFF;
}

.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: #3CF2F2;
}
.box-services-lists .item-service-list a {
  color: #FFFFFF;
  text-decoration: none;
}
.box-services-lists .item-service-list a:hover * {
  color: #3CF2F2;
}

.box-get-quote-2 {
  background-color: #0C0D0E;
  max-width: 361px;
  margin: auto 0 auto auto;
}

.box-projects a {
  text-decoration: none;
}

.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%;
}

.box-why-us-2 {
  border-radius: 60px;
  background-color: #171819;
  padding: 80px 100px;
}
.box-why-us-2 h2 {
  margin-bottom: 18px;
}

.box-circle-middle.box-circle {
  right: 0px;
  left: 0px;
  top: -50px;
  bottom: 0px;
  margin: auto;
}

.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-top: 150px;
  padding-bottom: 150px;
  border-bottom: 1px solid #DCE4EC;
  background-image: url(../imgs/page/homepage2/bg-touch.svg);
  background-repeat: no-repeat;
  background-position: top 99px right;
}

.dark-mode .box-get-touch {
  border-bottom: 1px solid #535455;
}

.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;
}

.box-authors {
  display: flex;
  width: 90%;
  max-width: 150px;
  align-items: center;
}
.box-authors .item-author {
  width: 47px;
  height: 47px;
  display: inline-block;
  margin-right: -18px;
}
.box-authors .item-author img {
  width: 47px;
  height: 47px;
  display: block;
  border-radius: 50%;
  border: 1.5px solid #ffffff;
}
.box-authors .item-author .text-num-author {
  width: 47px;
  height: 47px;
  display: block;
  background-color: #fff;
  line-height: 47px;
  text-align: center;
  margin: -1.5px 0px 0px -1.5px;
  border-radius: 50%;
}

.banner-homepage2::after {
  bottom: 410px;
  right: 530px;
}

.block-recent-work-2 {
  background-image: none;
}

.box-circle-why-us {
  height: 210px;
}

.banner-homepage3 {
  padding-top: 90px;
}
.banner-homepage3 .box-banner-home1 {
  align-items: center;
}
.banner-homepage3 .box-banner-home1 .banner-left {
  width: 52%;
  padding-left: 200px;
  padding-right: 50px;
}
.banner-homepage3 .box-banner-home1 .banner-right {
  width: 48%;
}
.banner-homepage3 .box-banner-home1 .banner-right img {
  display: block;
}
.banner-homepage3 .box-banner-home1 .banner-right .box-circle-customer .box-circle {
  top: -106px;
  right: 88%;
}
.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: #014FE5;
}

.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: 0px 0px 0px 0px;
}

.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: #014FE5 !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);
}

.item-blog {
  padding-bottom: 35px;
  border-bottom: 1px solid #0C0D0E;
  margin-bottom: 32px;
  max-width: 1570px;
  margin: auto auto 40px auto;
}
.item-blog a {
  text-decoration: none;
}
.item-blog a:hover * {
  color: #014FE5 !important;
}
.item-blog.item-blog-2 {
  margin-right: 20px;
}
.item-blog .item-top {
  display: flex;
  align-items: flex-end;
  margin-bottom: 32px;
}
.item-blog .item-top .item-blog-title {
  width: 70%;
}
.item-blog .item-top .box-tag-post {
  width: 30%;
  text-align: right;
}
.item-blog .item-top .box-tag-post a {
  font-size: 20px;
  line-height: 28px;
  font-weight: bold;
  font-family: "DM Sans", sans-serif;
  color: #014FE5;
  text-decoration: none;
  margin-left: 10px;
}
.item-blog .item-bottom .meta-post {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.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-head-loved {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.box-head-loved h3 {
  max-width: 563px;
  margin-right: 20px;
}
.box-head-loved img {
  border-radius: 46px;
  height: 58px;
}

.box-selected-works .btn-tags {
  margin-bottom: 15px;
}

.banner-homepage4 {
  height: 1100px;
  position: relative;
}
.banner-homepage4 .banner-icon-1 {
  position: absolute;
  bottom: 15%;
  left: 80px;
  background: url(../imgs/page/homepage4/snow.svg) no-repeat center;
  height: 163px;
  width: 163px;
  background-size: contain;
  z-index: 3;
}
.banner-homepage4 .banner-icon-2 {
  position: absolute;
  top: 24%;
  right: 80px;
  background: url(../imgs/page/homepage4/icon.svg) no-repeat center;
  height: 135px;
  width: 135px;
  background-size: contain;
  z-index: 3;
}

.banner-mode-4 {
  background-image: url(../imgs/page/homepage4/banner.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-homepage4 {
  padding: 300px 0px 285px 0px;
}
.banner-homepage4 .box-get-quote {
  padding-right: 40px;
}

.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-120 {
  border-radius: 120px;
  overflow: hidden;
}

.bdrd-left-120 {
  border-radius: 120px 0 0 120px;
}

.block-recent-work-4 {
  background-image: none;
  padding: 80px 0px 0px 0px;
}

.banner-mode-3 {
  position: relative;
}
.banner-mode-3 .box-content-banner {
  padding: 0px;
}

.banner-homepage5 {
  background-color: #0C0D0E;
  background-image: url(../imgs/page/homepage5/bg-banner.png);
  background-position: bottom center;
  background-size: 100% auto;
  position: relative;
  padding: 240px 0px 300px 0px;
  height: auto;
}
.banner-homepage5::before {
  background: url(../imgs/page/homepage5/snow.png) no-repeat center;
  bottom: 50px;
  left: 80px;
}

.box-banner-home5 .banner-left {
  width: 50%;
  position: relative;
  z-index: 2;
  max-width: 628px;
}
.box-banner-home5 .banner-left .number-grid .number-1 {
  width: 33.33%;
}
.box-banner-home5 .banner-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 90px;
  z-index: 1;
  width: 50%;
}

.section-what-we-do {
  padding-top: 135px;
  padding-bottom: 55px;
  position: relative;
}
.section-what-we-do::before {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 50px;
  right: 60px;
  height: 100px;
  background: url(../imgs/page/homepage5/star-big.png) no-repeat center;
  width: 100px;
}
.section-what-we-do::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 65%;
  left: 50px;
  height: 80px;
  background: url(../imgs/page/homepage5/star-sm.png) no-repeat center;
  width: 80px;
}
.section-what-we-do .container {
  position: relative;
  z-index: 2;
}
.section-what-we-do .box-button-slider-top {
  bottom: -20px;
}

.box-list-what-we-do {
  margin-top: 75px;
}

.section-our-services {
  position: relative;
  padding-top: 154px;
  padding-bottom: 55px;
}
.section-our-services:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 682px;
  background: #0C0D0E url(../imgs/page/homepage5/bg-services.png) no-repeat top right;
  background-size: auto;
  z-index: 1;
}
.section-our-services .container {
  position: relative;
  z-index: 2;
}

.block-recent-work-3 {
  padding: 145px 0px;
}

.box-rotate-circle {
  position: relative;
  margin-top: 38px;
  min-height: 220px;
}
.box-rotate-circle .box-circle {
  left: 0px;
  right: auto;
  top: 0px;
  background-color: #1E2022;
}
.box-rotate-circle .box-circle .box-text-circle span {
  color: #ffffff;
}

.section-professional-jouney {
  margin-bottom: 121px;
}

.section-our-features {
  background-color: #F2F6F9;
  padding: 84px 0px;
}

.dark-mode .section-our-features {
  background-color: #1E2022;
}

.section-we-work {
  background: url(../imgs/page/homepage6/bg-work.png) no-repeat top 37px left 40px;
  position: relative;
}
.section-we-work::before {
  content: "";
  position: absolute;
  bottom: 50px;
  right: 53px;
  height: 129px;
  width: 129px;
  background: url(../imgs/page/homepage6/bg-work2.png) no-repeat center;
}
.section-we-work .box-logo {
  padding: 37px 50px;
  margin-bottom: 19px;
  background-color: #ffffff;
}
.section-we-work .box-logo img {
  height: 36px;
}
.section-we-work .box-list-logos {
  padding-left: 150px;
}

.section-numbers {
  background-color: #014FE5;
  padding: 43px 0px;
}

.section-discover-product {
  padding: 152px 0px 50px 0px;
}

.section-all-in-one {
  padding: 155px 0px;
}

.title-marketing {
  margin-top: 11px;
  margin-bottom: 16px;
}

.list-marketing .item-marketing {
  width: 100%;
}

.box-imgs-digital {
  position: relative;
  display: inline-block;
  text-align: center;
  padding-top: 70px;
  padding-left: 140px;
  padding-bottom: 120px;
  background: url(../imgs/page/homepage6/bg-marketing.png) no-repeat center;
  background-size: cover;
}
.box-imgs-digital .box-circle-customer {
  top: 65%;
  left: 50px;
  position: absolute;
}
.box-imgs-digital .box-circle-customer .box-circle {
  top: auto;
  right: auto;
  left: 0px;
}

.img-lg {
  max-width: 603px;
  position: relative;
  border-radius: 40px;
  border: 5px solid #ffffff;
  box-shadow: 0px 5px 30px rgba(19, 27, 34, 0.12);
  overflow: hidden;
}
.img-lg img {
  display: block;
}

.img-sm {
  max-width: 223px;
  position: absolute;
  top: -20px;
  left: 0px;
  border-radius: 25px;
  border: 3px solid #ffffff;
  box-shadow: 0px 3.13202px 18.79214px 0px rgba(19, 27, 34, 0.12);
  overflow: hidden;
}
.img-sm img {
  display: block;
}

.img-xs {
  max-width: 100px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-radius: 17px;
  border: 2px solid #ffffff;
  box-shadow: 0px 2.1097px 12.65823px 0px rgba(19, 27, 34, 0.12);
  overflow: hidden;
}
.img-xs img {
  display: block;
}

.section-digital-marketing {
  padding-top: 100px;
  padding-bottom: 140px;
}

.section-we-work {
  padding: 170px 0px 122px 0px;
  background-color: #F2F6F9;
}

.banner-mode-5 {
  padding-top: 80px;
}

.banner-homepage6 {
  background-color: #0C0D0E;
  background: url(../imgs/page/homepage6/bg-banner.png) no-repeat top center;
  background-size: cover;
  position: relative;
}
.banner-homepage6::before {
  content: "";
  position: absolute;
  bottom: 40px;
  left: 45px;
  height: 100px;
  width: 100px;
  z-index: 1;
  background: url(../imgs/page/homepage6/bg-icon-banner.png) no-repeat center;
}
.banner-homepage6 .container {
  position: relative;
  z-index: 2;
}
.banner-homepage6 .box-content-banner {
  padding: 107px 0px 0px 0px;
  z-index: 2;
}
.banner-homepage6 .banner-left {
  max-width: 854px;
  padding-top: 50px;
}
.banner-homepage6 .banner-left h2 img {
  border-radius: 46px;
  margin-right: 15px;
}
.banner-homepage6 .banner-left .box-joined {
  border-radius: 300px;
  background-color: #1E2022;
  padding: 10px 20px 10px 10px;
  max-width: 395px;
  width: 100%;
  margin-bottom: 80px;
}
.banner-homepage6 .banner-right {
  position: relative;
}
.banner-homepage6 .banner-right::after {
  content: "";
  position: absolute;
  top: 20px;
  right: -60px;
  height: 185px;
  width: 185px;
  background: url(../imgs/page/homepage6/bg-icon-banner2.png) no-repeat center;
  z-index: 3;
}
.banner-homepage6 .banner-right img {
  display: block;
  border-radius: 500px 500px 0 0;
}

.text-lg-brand-1 {
  color: #3CF2F2;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 1.44px;
  text-transform: uppercase;
}

.section-related-product {
  padding: 155px 0px 95px 0px;
}
.section-related-product .box-button-slider-top {
  height: 63px;
}

.section-breadcrumd {
  margin-top: 80px;
}
.section-breadcrumd .box-breadcrumbs {
  padding: 26px 0px;
  border-bottom: 1px solid #DCE4EC;
  margin-bottom: 40px;
}
.section-breadcrumd .box-breadcrumbs ul li a, .section-breadcrumd .box-breadcrumbs ul li span {
  color: #6C7074;
  opacity: 1;
}

.content-product {
  padding-top: 67px;
  padding-bottom: 100px;
}
.content-product h1, .content-product h2, .content-product h3, .content-product h4 {
  margin-bottom: 29px;
}
.content-product h5, .content-product h6 {
  margin-bottom: 20px;
}
.content-product p {
  font-size: 18px;
  line-height: 30px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 29px;
}
.content-product hr {
  border-bottom: 1px solid #DCE4EC;
  margin-bottom: 25px;
}
.content-product ul {
  list-style: disc;
  padding-left: 20px;
}
.content-product ul li {
  font-size: 18px;
  line-height: 30px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
}

.list-dot {
  list-style: disc;
  padding-left: 20px;
}
.list-dot li {
  font-size: 16px;
  line-height: 28px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  color: #6C7074;
}

.box-overview {
  padding: 25px 41px;
  border: 1px solid #DCE4EC;
  border-radius: 16px;
}
.box-overview .head-overview {
  border-bottom: 1px solid #DCE4EC;
  padding: 8px 0px 17px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.item-date-created {
  margin-bottom: 22px;
}

.date-icon {
  display: inline-block;
  padding: 0px 0px 0px 20px;
  background: url(../imgs/page/single-product/calendar.svg) no-repeat left top 6px;
}

.item-price-overview {
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item-price-overview .font-lg {
  line-height: 23px;
}
.item-price-overview .font-lg.active {
  font-weight: 700;
}

.rd-package {
  float: left;
  margin: 5px 8px 0px 0px;
}

.mb-28 {
  margin-bottom: 28px;
}

.mb-9 {
  margin-bottom: 9px;
}

.mb-12 {
  margin-bottom: 12px;
}

.box-head-single {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.box-buttons-single {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 5px;
  flex-wrap: wrap;
}
.box-buttons-single .btn {
  margin-bottom: 10px;
}

.box-rate-single {
  margin-bottom: 15px;
}

.box-rate-single-rounded {
  border: 1px solid #DCE4EC;
  border-radius: 20px;
  padding: 8px 17px;
  display: flex;
  align-items: center;
}
.box-rate-single-rounded span {
  display: inline-block;
  margin-left: 5px;
}
.box-rate-single-rounded svg {
  margin-right: 2px;
}

.title-single-product {
  margin-bottom: 33px;
}

.bos-share {
  display: inline-block;
  text-align: left;
  margin-bottom: 15px;
}
.bos-share .text-share {
  margin-bottom: 9px;
  display: block;
}
.bos-share .box-socials .icon-socials {
  margin-right: 18px;
}
.bos-share .box-socials .icon-socials:last-child {
  margin-right: 0px;
}

.box-banner-product {
  padding: 22px;
  border: 1px solid #DCE4EC;
  background-color: #F2F6F9;
  border-radius: 16px;
}

.box-banner-buttons {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 5px;
}
.box-banner-buttons .btn {
  margin-left: 6px;
  margin-right: 6px;
}

.box-button-overview .btn-black {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 30px;
}
.box-button-overview .btn-black svg {
  margin-right: 18px;
}

.lbl-price {
  color: #014FE5;
}

.section-content-product {
  padding-bottom: 100px;
}

.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-left-about .box-circle-service .box-circle {
  background-color: #0C0D0E;
  right: 30px;
  top: 30px;
}
.block-about-section-2 .container-about .container-about-inner .box-left-about .box-circle-service .box-circle span {
  color: #FFFFFF;
}
.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-about-2 {
  padding: 220px 0px 160px 0px;
  position: relative;
}
.banner-about-2 .container {
  position: relative;
  z-index: 2;
}
.banner-about-2 .box-image-banner-about {
  position: relative;
}
.banner-about-2 .box-image-banner-about img {
  position: relative;
  z-index: 3;
}

.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;
}
.box-button-my-keys .box-circle-customer .box-circle {
  top: -50px;
  right: 0px;
}

.detail-text p {
  margin-bottom: 40px;
  font-size: 36px;
  line-height: 48px;
}

.box-detail-content {
  padding: 190px 0px;
}

.box-projects-3 {
  padding-bottom: 100px;
}

.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-circle-pricing {
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  position: absolute;
}
.box-circle-pricing .box-circle {
  right: 0px;
  left: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.box-section-pricing {
  padding-top: 150px;
  padding-bottom: 50px;
}

.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: #014FE5;
}

.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;
}
.banner-portfolio .box-circle {
  top: auto;
  bottom: -100px;
  right: 0px;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.05);
  z-index: 123;
}

.box-text-portfolio {
  position: relative;
  top: -120px;
  z-index: 4;
  text-align: center;
}

.box-featured-projects {
  position: relative;
}
.box-featured-projects a {
  text-decoration: none;
}
.box-featured-projects .swiper-slide {
  position: relative;
}
.box-featured-projects .swiper-slide .box-info-slide {
  position: absolute;
  bottom: 80px;
  left: 0px;
  z-index: 4;
  background-color: #FFFFFF;
  border-radius: 30px;
  padding: 40px;
  max-width: 792px;
}

.slide-container {
  max-width: 1570px;
  margin: auto;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 0px;
  bottom: 0px;
  z-index: 2;
}

.box-button-slider-ontop {
  bottom: 90px;
  max-width: 1570px;
  left: 0px;
  margin: auto;
}

.box-list-portfolios {
  position: relative;
  padding: 85px 0px;
}

.item-portfolio {
  display: flex;
  width: 100%;
  align-items: center;
  overflow: hidden;
  border-radius: 120px;
  background-color: #FFF4BD;
  margin-bottom: 48px;
}
.item-portfolio .portfolio-image {
  width: 50%;
}
.item-portfolio .portfolio-image img {
  width: 100%;
  border-radius: 120px;
}
.item-portfolio .portfolio-info {
  width: 50%;
  padding-left: 60px;
  padding-right: 60px;
}
.item-portfolio .portfolio-info .portfolio-title {
  margin-bottom: 10px;
}
.item-portfolio .portfolio-info .portfolio-cat {
  margin-bottom: 60px;
}
.item-portfolio .portfolio-info .portfolio-desc {
  margin-bottom: 110px;
}
.item-portfolio .portfolio-info .portfolio-link a {
  text-decoration: none;
}

.block-portfolio-list {
  padding-top: 104px;
}

.box-quote-portfolio {
  margin-bottom: 108px;
  margin-top: 108px;
}
.box-quote-portfolio .box-quote-inner {
  max-width: 1321px;
  margin: auto;
}
.box-quote-portfolio .box-quote-inner .quote-content {
  padding: 0px 0px 0px 106px;
  background: url(../imgs/page/portfolio/quote.svg) no-repeat top left;
}
.box-quote-portfolio .box-quote-inner .quote-content p {
  margin-bottom: 48px;
}
.box-quote-portfolio .box-quote-inner .quote-content .box-author img {
  max-width: 80px;
  height: 80px;
  width: 80px;
  margin-right: 12px;
}

.banner-general {
  padding: 80px 0px 60px 0px;
}

.box-banner-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.box-banner-title h1 {
  margin-right: 50px;
}

.box-info-banner {
  padding-left: 50px;
  padding-bottom: 50px;
}

.box-info-banner-top {
  margin-bottom: 40px;
}

.box-recent-work-portfolio {
  background-image: none;
  padding-top: 0px;
  display: inline-block;
  width: 100%;
}

.box-slide-portfolio {
  position: relative;
  overflow: hidden;
  margin-top: 70px;
}
.box-slide-portfolio .box-swiper .swiper-slide {
  max-width: 354px;
  width: 100% !important;
}
.box-slide-portfolio .box-swiper .swiper-slide .cardRecent .cardImage {
  height: 561px;
  overflow: hidden;
  border-radius: 120px;
}
.box-slide-portfolio .box-swiper .swiper-slide .cardRecent .cardImage img {
  height: auto;
  min-height: 100%;
  max-width: 100%;
  min-width: 100%;
}
.box-slide-portfolio .box-swiper .swiper-slide .cardRecent .cardInfo {
  display: none;
}
.box-slide-portfolio .box-swiper .swiper-slide-prev {
  max-width: 738px;
}
.box-slide-portfolio .box-swiper .swiper-slide-prev .cardRecent .cardInfo {
  display: block;
}

.block-list-portfolio-3 {
  padding: 218px 0px 0px 0px;
}

.box-text-stroke {
  overflow: hidden;
  display: flex;
  padding: 130px 0px 115px 0px;
}
.box-text-stroke .text-1 {
  position: relative;
  left: -70px;
}
.box-text-stroke .text-2 {
  position: relative;
  right: -40px;
}

.box-list-portfolio3 {
  margin-top: 135px;
}

.bdrd-80 {
  border-radius: 80px;
  overflow: hidden;
}

.bdrd-30 {
  border-radius: 30px;
  overflow: hidden;
}

.box-banner-text-1, .box-banner-text-2 {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}

.box-banner-text-1 img {
  margin-left: 50px;
}

.box-banner-text-2 img {
  margin-right: 50px;
}

.box-banner-portfolio-3 {
  padding-right: 240px;
  position: relative;
}
.box-banner-portfolio-3 .box-circle-customer {
  position: absolute;
  top: 20%;
  right: 0PX;
}

.box-slide-portfolio-4 {
  position: relative;
  margin-left: -380px;
  margin-top: 140px;
}
.box-slide-portfolio-4 .box-swiper .swiper-container {
  padding-right: 140px;
}
.box-slide-portfolio-4 .box-swiper .swiper-slide .cardPortfolio2 {
  overflow: hidden;
  width: 100%;
  border-radius: 120px;
}
.box-slide-portfolio-4 .box-swiper .swiper-slide .cardPortfolio2 img {
  height: auto;
  min-height: 100%;
  width: 100%;
  display: block;
  border-radius: 120px;
  transition-duration: 0.3s;
}
.box-slide-portfolio-4 .box-swiper .swiper-slide .cardPortfolio2 img:hover {
  transform: scale(1.1);
  transition-duration: 0.3s;
}

.banner-general-2 {
  padding-top: 80px;
}

.container-portfolio {
  display: flex;
  width: 100%;
  position: relative;
}

.text-portfolio-1 {
  padding: 98px 0px 98px 200px;
  max-width: 831px;
}

.text-portfolio-2 {
  padding: 98px 150px 98px 0px;
  max-width: 871px;
}

.container-portfolio-1 {
  width: 50%;
  padding-right: 30px;
}
.container-portfolio-1 img {
  max-width: 786px;
  width: 100%;
}

.container-portfolio-2 {
  width: 50%;
  padding-left: 30px;
}
.container-portfolio-2 img {
  max-width: 786px;
  width: 100%;
}

.text-banner-portfolio-5 {
  position: absolute;
  top: 40%;
  margin: auto;
  left: 0px;
  right: 0px;
  text-align: center;
  z-index: 3;
  transform: translateY(-40%);
  max-width: 1570px;
}
.text-banner-portfolio-5 .text-portfolio-5-1, .text-banner-portfolio-5 .text-portfolio-5-2 {
  display: block;
  text-align: left;
}
.text-banner-portfolio-5 .text-portfolio-5-1 {
  margin-bottom: 36px;
  padding-left: 200px;
}
.text-banner-portfolio-5 .text-portfolio-5-2 {
  text-align: right;
}

.box-content-portfolio {
  overflow: hidden;
}
.box-content-portfolio .row {
  margin-left: -40px;
  margin-right: -40px;
}
.box-content-portfolio .row .col-lg-6 {
  padding-left: 40px;
  padding-right: 40px;
}

.mw-1037 {
  max-width: 1037px;
  margin: 23px auto 115px auto;
}

.card-design {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 70px;
  border-radius: 80px;
  background-image: url(../imgs/page/portfolio5/bg-design.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.card-design .card-design-right {
  min-width: 321px;
}
.card-design .card-design-right a {
  margin-right: 0px !important;
}
.card-design .card-design-right .box-get-quote {
  padding-right: 30px;
}
.card-design .card-design-left {
  position: relative;
}

.box-content-portfolio-2 {
  padding: 50px 0px 50px 0px;
  position: relative;
  min-height: 1700px;
  background: url(../imgs/page/portfolio7/bg.png) no-repeat center bottom;
  background-size: contain;
}

.bg-line-dots {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><line x1='0.5' y1='0.5' x2='5.5' y2='0.5' style='stroke:rgb(0,0,0);stroke-width:1'/><line x1='200.5' y1='0.5' x2='195.5' y2='0.5' style='stroke:rgb(0,0,0);stroke-width:1'/><line x1='0.5' y1='0.5' x2='0.5' y2='5.5' style='stroke:rgb(0,0,0);stroke-width:1'/><line x1='0.5' y1='200.5' x2='0.5' y2='195.5' style='stroke:rgb(0,0,0);stroke-width:1'/></svg>"), linear-gradient(to right, #F2F6F9 1px, transparent 0, transparent 100px), linear-gradient(to bottom, #F2F6F9 1px, transparent 0, transparent 100px);
  background-color: transparent;
  background-size: 100px 100px;
  background-repeat: repeat;
}

.dark-mode .bg-line-dots {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><line x1='0.5' y1='0.5' x2='5.5' y2='0.5' style='stroke:rgb(255,255,255);stroke-width:1'/><line x1='200.5' y1='0.5' x2='195.5' y2='0.5' style='stroke:rgb(255,255,255);stroke-width:1'/><line x1='0.5' y1='0.5' x2='0.5' y2='5.5' style='stroke:rgb(255,255,255);stroke-width:1'/><line x1='0.5' y1='200.5' x2='0.5' y2='195.5' style='stroke:rgb(255,255,255);stroke-width:1'/></svg>"), linear-gradient(to right, #1E2022 1px, transparent 0, transparent 100px), linear-gradient(to bottom, #1E2022 1px, transparent 0, transparent 100px);
}

.banner-general.bg-line-dots {
  border-bottom: 1px solid #535455;
}

.link-icon {
  display: inline-block;
  background: url(../imgs/page/homepage1/star.png) no-repeat left center;
  padding: 0px 0px 0px 57px;
}
.link-icon:hover {
  text-decoration: underline;
  color: #3CF2F2;
}
.link-icon:hover * {
  color: #3CF2F2;
}

.section-section1-portfolio-8 .link-icon {
  margin-bottom: 60px;
  padding-right: 90px;
}
.section-section1-portfolio-8 .box-text-stroke {
  padding-top: 50px;
  padding-bottom: 160px;
}
.section-section1-portfolio-8 .box-text-stroke .box-text-stroke-inner {
  display: flex;
  position: relative;
  left: -580px;
}
.section-section1-portfolio-8 .box-text-stroke .box-text-stroke-inner img {
  margin: auto 100px;
}
.section-section1-portfolio-8 .box-text-stroke .text-1 {
  left: 0px;
}
.section-section1-portfolio-8 .box-text-stroke .text-2 {
  right: 0px;
}

.img-overview {
  border-radius: 52px;
  width: 100%;
  display: block;
}

.list-metas {
  margin-top: 66px;
  display: flex;
}
.list-metas .item-meta {
  width: 100%;
  padding-right: 70px;
}
.list-metas .item-meta:last-child {
  padding-right: 0px;
}

.box-image-ov {
  padding-right: 80px;
}

.box-button-tags {
  padding-top: 80px;
}
.box-button-tags .btn {
  margin: 0px 10px 10px 0px;
}

.text-padding-3 {
  padding: 160px 0px 150px 110px;
  max-width: 1094px;
}

.box-gallery-portfolio .item-gallery-portfolio {
  display: flex;
}
.box-gallery-portfolio .item-gallery-portfolio .img-gl-sm {
  width: 41%;
}
.box-gallery-portfolio .item-gallery-portfolio .img-gl-big {
  width: 59%;
}
.box-gallery-portfolio .item-gallery-portfolio img {
  border-radius: 120px;
  margin-right: 28px;
  margin-bottom: 28px;
}
.box-gallery-portfolio .item-gallery-portfolio img:last-child {
  margin-right: 0px;
}

.box-text-padding-right {
  text-align: right;
}
.box-text-padding-right p {
  max-width: 994px;
  margin-right: 120px;
  text-align: left;
  padding: 160px 0px 150px 0px;
  display: inline-block;
}

.section-banner-portfolio-detail .title-banener {
  margin-bottom: 36px;
}
.section-banner-portfolio-detail .box-breadcrumbs {
  margin: 0px 0px 23px 0px;
}
.section-banner-portfolio-detail .box-breadcrumbs ul li a {
  color: #FFFFFF;
}
.section-banner-portfolio-detail .banner-general {
  background-image: url(../imgs/page/portfolio-detail/banner.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.section-banner-portfolio-detail .banner-general::before {
  content: "";
  height: 100%;
  width: 100%;
  background-image: url(../imgs/page/portfolio-detail/bg-banner.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  z-index: 1;
  left: 0px;
}
.section-banner-portfolio-detail .banner-general .container {
  position: relative;
  z-index: 2;
}
.section-banner-portfolio-detail .banner-general .box-button-scroll {
  height: 285px;
  position: relative;
}

.block-overview-deail {
  padding: 159px 0px;
}

.section-banner-portfolio-detail-2 .banner-general {
  padding-top: 164px;
  padding-bottom: 0px;
}
.section-banner-portfolio-detail-2 .title-banner {
  margin-bottom: 36px;
}
.section-banner-portfolio-detail-2 .box-breadcrumbs {
  margin-bottom: 23px;
}

.box-image-banner-detail-2 {
  margin-top: 115px;
}

.box-image-banner-detail-3 {
  position: relative;
}

.right-portfolio-detail {
  padding-top: 94px;
}

.list-images {
  padding-top: 137px;
}
.list-images img {
  width: 100%;
  border-radius: 120px;
  margin-bottom: 80px;
}
.list-images img:last-child {
  margin-bottom: 0px;
}

.block-brand-deail {
  padding-top: 143px;
}

.section-banner-portfolio-detail-4 .banner-general-2 {
  display: flex;
  align-items: center;
}
.section-banner-portfolio-detail-4 .banner-general-2 .banner-left {
  width: 50%;
  padding-right: 50px;
}
.section-banner-portfolio-detail-4 .banner-general-2 .banner-right {
  width: 50%;
  background-image: url(../imgs/page/portfolio-detail4/banner.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  height: 1028px;
}

.section.section-overview-portfolio-detail-4 {
  padding-top: 103px;
}

.box-slide-images {
  padding: 163px 0px;
}
.box-slide-images .swiper-container {
  padding-right: 100px;
}
.box-slide-images .swiper-slide img {
  width: 100%;
}

.section-2-portfolio-detail-5 {
  padding: 145px 0px 50px 0px;
}

.box-gallery-5 {
  margin-bottom: 80px;
}
.box-gallery-5 .inner-gallery {
  display: flex;
  position: relative;
  left: -150px;
  right: -300px;
}
.box-gallery-5 .inner-gallery img {
  margin-right: 80px;
}

.box-overview-5 {
  padding-left: 98px;
  padding-bottom: 160px;
}

.section-3-portfolio-detail-5 {
  padding-bottom: 0px;
}

.section-banner-bloglist .banner-general {
  padding-bottom: 143px;
  background-image: url(../imgs/page/blog/bg-head.svg);
  background-repeat: repeat-x;
  background-position: bottom center;
}

.box-list-posts {
  position: relative;
  padding-top: 60px;
}
.box-list-posts .item-list-blog {
  border-bottom: 1px solid #DCE4EC;
  padding: 65px 0px 35px 0px;
}
.box-list-posts .item-list-blog a:hover, .box-list-posts .item-list-blog a:hover * {
  color: #014FE5;
}
.box-list-posts .item-list-blog .link-tag {
  margin-right: 29px;
}

.dark-mode .box-list-posts .item-list-blog {
  border-bottom: 1px solid #535455;
}

.block-get-touch-blog {
  padding-top: 115px;
  padding-bottom: 60px;
}

.section-banner-bloglist2 {
  position: relative;
}
.section-banner-bloglist2 .banner-general {
  padding-bottom: 0px;
}

.section-list-bloglist2 .box-list-posts {
  max-width: 1250px;
  margin: auto;
}

.box-list-posts-2 {
  max-width: 100% !important;
}

.img-banner-blog-4 {
  border-radius: 71px;
  height: 101px;
  vertical-align: middle;
  margin: 0 15px;
}

.box-list-posts-3 {
  padding-top: 120px;
}

.section-banner-blogsingle .banner-general {
  padding-top: 194px;
  padding-bottom: 20px;
}

.box-content-single p {
  font-size: 30px;
  line-height: 42px;
  font-weight: 400;
  color: #0C0D0E;
  margin-bottom: 40px;
}
.box-content-single img {
  margin-bottom: 100px;
  margin-top: 60px;
}

@media (max-width: 1550px) {
  .cardFleet {
    padding: 15px;
  }
  .cardFleet .cardInfoBottom .passenger .icon-circle,
  .cardFleet .cardInfoBottom .luggage .icon-circle {
    margin-right: 7px;
  }
  .box-banner-home1 .banner-left {
    width: 70%;
  }
  .box-banner-home1 .banner-right {
    width: 30%;
  }
  .display-3 {
    font-size: 108px;
    line-height: 108px;
  }
  .display-4 {
    font-size: 82px;
    line-height: 82px;
    font-weight: bold;
  }
  .text-blog-big {
    font-size: 428px;
  }
  .box-recent-work .row {
    margin: 0px -10px;
  }
  .box-recent-work .row .col-lg-6 {
    padding: 0px 10px;
  }
  .box-image-faqs .img-sub {
    right: 10px;
  }
  .box-banner-video {
    margin-right: 100px;
  }
  .banner-homepage3 .box-banner-home1 .banner-right .box-circle-customer .box-circle {
    right: auto;
    left: 10px;
  }
  .banner-homepage3 .box-banner-home1 .banner-left {
    padding-left: 100px;
  }
  .box-service-section-1 {
    min-height: 880px;
  }
  .box-service-section-1 h1 {
    font-size: 70px;
    line-height: 80px;
  }
  .box-service-section-1 .mt-120 {
    margin-top: 60px !important;
  }
  .block-content-register {
    min-height: 700px;
  }
  .block-content-register .text-under-register {
    bottom: 30px;
  }
  .block-content-register .mb-95 {
    margin-bottom: 45px !important;
  }
  .block-content-register .pt-120 {
    padding-top: 60px !important;
  }
  .box-featured-projects .swiper-slide .box-info-slide {
    left: 0px;
    right: 0px;
  }
  .card-portfolio-3 {
    max-width: 358px;
    width: 100%;
  }
  .card-portfolio-3 .card-image {
    width: 100%;
  }
  .card-portfolio-3.card-2 {
    left: 24%;
  }
  .card-portfolio-3.card-3 {
    left: 48%;
  }
  .card-portfolio-3.card-4 {
    left: 70%;
    top: 290px;
  }
  .card-portfolio-3.card-5 {
    right: 0px;
    top: 530px;
  }
  .block-content-register .text-under-register.display-1 {
    font-size: 140px;
    line-height: 108px;
    bottom: 10px;
  }
}
@media (max-width: 1440px) {
  .container {
    max-width: 1360px;
  }
  .banner-homepage3 h1 {
    font-size: 70px;
    line-height: 80px;
  }
  h2,
  .heading-2 {
    font-size: 56px;
  }
}
@media (max-width: 1399.98px) {
  .header .main-header .header-left .header-right {
    width: 22%;
  }
  .header .main-header .header-left .header-nav {
    width: 86%;
  }
  .box-content-banner {
    padding: 160px 0px 100px 0px;
  }
  .banner-left .display-3 img {
    height: 60px;
  }
  .banner-homepage1 {
    height: 886px;
  }
  .text-blog-big {
    font-size: 318px;
    line-height: 468px;
  }
  .font-3xl-bold {
    font-size: 20px;
    line-height: 30px;
  }
  h2,
  .heading-2 {
    font-size: 54px;
    line-height: 65px;
  }
  .banner-homepage1::before {
    bottom: 190px;
    left: 10px;
  }
  .banner-homepage5::before {
    bottom: 50px;
    left: 10px;
  }
  .banner-homepage1::after {
    bottom: 310px;
    right: 180px;
  }
  h1,
  .heading-1 {
    font-size: 70px;
    line-height: 93px;
  }
  .card-pricing {
    padding: 66px 15px 45px 15px;
  }
  .box-count.box-count-square .deals-countdown .countdown-amount {
    width: 125px;
    height: 130px;
    margin-bottom: 0px;
    font-size: 44px !important;
    line-height: 110px !important;
  }
  .block-content-register .text-under-register {
    bottom: 10px;
    right: 0px;
  }
  .block-content-register .text-under-register.display-1 {
    font-size: 110px;
    line-height: 98px;
  }
  .block-content-login {
    min-height: 745px;
  }
  .box-service-section-1 {
    min-height: 700px;
  }
  .box-service-section-1 h1 {
    font-size: 60px;
    line-height: 70px;
  }
  .block-content-register {
    min-height: 600px;
  }
  .list-steps li a h5 {
    width: 44px;
    height: 44px;
    line-height: 44px;
    margin-right: 10px;
    min-width: 44px;
  }
  .item-portfolio .portfolio-info .portfolio-cat {
    margin-bottom: 20px;
  }
  .item-portfolio .portfolio-info {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .item-portfolio .portfolio-info .portfolio-desc {
    margin-bottom: 30px;
  }
  .box-content-portfolio-2 {
    min-height: 1400px;
  }
  .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: 178px;
    line-height: 181px;
  }
  .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%;
    padding-right: 30px;
  }
  .box-image-ov {
    padding-right: 0px;
  }
  .box-banner-home5 .banner-left {
    max-width: 568px;
  }
  .box-banner-home5 .banner-right {
    right: 20px;
  }
  .banner-homepage6::before {
    display: none;
  }
  .banner-homepage6 .banner-right {
    display: flex;
    align-items: flex-end;
    height: 100%;
    justify-content: center;
  }
  .section-we-work .box-logo {
    padding: 37px 30px;
  }
  .section-we-work .box-list-logos {
    padding-left: 50px;
  }
}
@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%;
  }
  .display-3 {
    font-size: 75px;
    line-height: 75px;
  }
  .display-4 {
    font-size: 55px;
    line-height: 55px;
  }
  .img-quote {
    min-width: 71px;
    width: 71px;
    margin-right: 15px;
    height: 71px;
  }
  .info-quote .font-xl {
    font-size: 16px;
    line-height: 28px;
  }
  .box-banner-home1 .banner-left {
    width: 67%;
  }
  .box-banner-home1 .banner-right {
    width: 33%;
  }
  .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;
  }
  .banner-homepage5 {
    height: auto;
  }
  .text-blog-big {
    font-size: 308px;
    line-height: 448px;
  }
  .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-why-us-2 {
    padding: 50px 30px;
  }
  .banner-homepage3 .box-banner-home1 .banner-left {
    padding-left: 15px;
  }
  .box-head-loved h3 {
    margin-bottom: 20px;
  }
  .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;
  }
  .item-list-blog-2.item-list-blog-3 .item-blog-image {
    margin-right: 30px;
  }
  .item-list-blog-2.item-list-blog-3:nth-child(2n) .item-blog-image {
    margin-left: 30px;
  }
  .box-banner-home5 .banner-left {
    max-width: 100%;
    width: 100%;
    padding-bottom: 250px;
  }
  .banner-homepage5 {
    padding: 110px 0px 0px 0px;
  }
  .banner-mode-3 .box-content-banner {
    padding: 0px 0px 290px 0px;
  }
  .box-banner-home5 .banner-right {
    position: absolute;
    z-index: 1;
    width: 100%;
    text-align: center;
    bottom: 30px;
    right: 0px;
    transform: none;
  }
  .banner-homepage6 .box-content-banner {
    padding: 10px 0px 0px 0px;
  }
  .banner-mode-5 {
    padding-top: 63px;
  }
  .banner-homepage6 .banner-left .box-joined {
    margin-bottom: 40px;
  }
  .box-banner-home6 .box-logo-slider {
    margin-bottom: 30px;
  }
  .section-breadcrumd {
    margin-top: 60px;
  }
}
@media (max-width: 991.98px) {
  .mobile-header-wrapper-style .mobile-logo {
    top: 15px;
    left: 12px;
  }
  .btn-close {
    top: 8px;
    right: 5px;
  }
  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
    align-items: start;
  }
  .mobile-header-active .perfect-scroll {
    margin: 100px auto;
  }
  .footer {
    padding-top: 80px;
  }
  .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-banner-home1 .banner-left,
  .box-banner-home1 .banner-right {
    width: 100%;
  }
  .item-list-blog-2 .item-blog-info {
    padding: 0px;
  }
  .box-overview-5 {
    padding-left: 0px;
    padding-bottom: 80px;
  }
  .item-list-blog-2.item-list-blog-3 .item-blog-image {
    max-width: unset;
  }
  .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-banner-home1 .banner-right {
    display: flex;
    margin-top: 60px;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
  }
  .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;
  }
  .box-circle {
    height: 180px;
    width: 180px;
    right: 30px;
    top: 30px;
  }
  .box-recent-work {
    background-position: top 20px right 20px;
  }
  .box-text-circle {
    width: 80px;
    height: 80px;
    top: 9px;
    left: 79px;
  }
  .box-text-circle span {
    height: 80px;
    font-size: 14px;
    line-height: 19px;
  }
  .banner-homepage1 {
    height: 946px;
  }
  .banner-homepage5 {
    height: auto;
  }
  .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;
  }
  h1,
  .heading-1 {
    font-size: 60px;
    line-height: 83px;
  }
  .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;
  }
  .number-grid {
    flex-wrap: wrap;
  }
  .number-grid .number-1 {
    width: 50%;
    margin-bottom: 30px;
  }
  .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;
  }
  .footer-bottom {
    padding-top: 40px;
  }
  .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-projects {
    padding: 0px 0px 50px 0px;
  }
  .box-faqs {
    padding-top: 70px;
  }
  .box-why-us {
    padding-bottom: 46px;
  }
  .bg-quote {
    display: none;
  }
  .display-5 {
    font-size: 58px;
    line-height: 68px;
  }
  .display-6 {
    font-size: 66px;
    line-height: 66px;
  }
  .img-border-radius {
    height: 44px;
  }
  .banner-mode-2 .box-banner-home1 .banner-right {
    margin-top: 30px;
  }
  .box-circle-service {
    height: 10px;
    position: relative;
    margin-top: 50px;
  }
  .list-projects .item-project {
    padding: 40px 20px 40px 20px;
    margin-right: 0px;
  }
  .box-services-2 .box-circle {
    right: 20px;
    margin: auto;
  }
  .box-projects-2 {
    padding: 130px 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-get-touch {
    background-position: top 29px right;
    background-size: 160px;
  }
  .box-services-lists .item-service-list {
    flex-wrap: wrap;
  }
  .box-services-lists .item-service-list .desc-service {
    padding: 40px 0px;
  }
  .banner-homepage3 .box-banner-home1 .banner-left {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .banner-homepage3 .number-grid {
    padding-right: 0px;
    margin: 0px;
  }
  .banner-homepage3 .number-grid .number-1 {
    width: 33.33%;
    padding: 0px 5px;
  }
  .banner-homepage3 .box-banner-home1 .banner-right {
    max-width: 100%;
    width: 100%;
  }
  .box-info-projects {
    padding-left: 0px;
  }
  .box-info-projects .box-get-quote-2 {
    margin-top: 0px;
  }
  .box-list-blogs {
    margin-top: 30px;
  }
  .box-list-blogs {
    max-width: 720px;
    padding: 0px 0px;
  }
  .banner-homepage3 .box-banner-home1 .banner-right .box-circle-customer .box-circle {
    right: auto;
    left: 15px;
  }
  .img-experts {
    height: 60px;
  }
  .box-info-projects {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .work-slider .swiper-slide {
    max-width: 550px;
  }
  .box-head-loved h3 {
    max-width: 100%;
    margin-right: 0px;
  }
  .block-corporation {
    padding: 30px 0px 0px 0px;
  }
  .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;
  }
  .commingsoon-right .icon-snow {
    top: -70px;
    right: -40px;
  }
  .commingsoon-right .icon-snow img {
    max-width: 120px;
  }
  .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-banner-portfolio-3 .box-circle-customer {
    right: -50px;
  }
  .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;
  }
  .banner-portfolio .box-circle {
    right: 30px;
  }
  .item-portfolio {
    flex-wrap: wrap;
  }
  .item-portfolio .portfolio-image {
    width: 100%;
  }
  .item-portfolio .portfolio-info {
    width: 100%;
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .card-design {
    padding: 70px 20px;
    flex-wrap: wrap;
  }
  .card-design-left {
    margin-bottom: 30px;
  }
  .masonry-container .mt-125 {
    margin-top: 0px !important;
  }
  .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-7 .box-circle {
    top: 540px;
  }
  .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;
  }
  .item-list-blog-2.item-list-blog-3:nth-child(2n) .item-blog-image,
  .item-list-blog-2.item-list-blog-3 .item-blog-image {
    margin: auto;
  }
  .item-list-blog-2.item-list-blog-3:nth-child(2n) .item-blog-image {
    margin-top: 30px;
  }
  .item-list-blog-2.item-list-blog-3 {
    flex-wrap: wrap;
  }
  .item-list-blog-2.item-list-blog-3 .item-blog-image {
    margin-bottom: 30px;
  }
  .banner-homepage6 .banner-left {
    margin-bottom: 30px;
  }
  .section-we-work .box-list-logos {
    padding-left: 0px;
  }
}
@media (max-width: 767.98px) {
  .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;
  }
  h1,
  .heading-1 {
    font-size: 40px;
    line-height: 53px;
  }
  .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%;
  }
  .box-services-slider {
    padding-left: 15px;
    padding-right: 15px;
  }
  .box-customer-love-slider {
    padding-left: 15px;
    padding-right: 15px;
  }
  .display-3 {
    font-size: 65px;
    line-height: 70px;
  }
  .box-recent-work .btn-tags {
    padding: 8px 12px;
    font-size: 14px;
    line-height: 18px;
  }
  .box-why-us-2 {
    padding: 40px 20px;
  }
  .box-button-touch {
    flex-wrap: wrap;
  }
  .box-pricing {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .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;
  }
  .block-recent-work-2 h4,
  .block-recent-work-2 .heading-4 {
    font-size: 18px;
    line-height: 28px;
  }
  .block-recent-work-2 h1,
  .block-recent-work-2 .heading-1 {
    font-size: 60px;
    line-height: 63px;
    margin-bottom: 30px !important;
  }
  .card-work .card-info-work .card-image {
    min-width: 320px;
  }
  .card-work .card-info-work .card-info {
    min-width: 320px;
  }
  .item-blog .item-top {
    flex-wrap: wrap;
  }
  .item-blog .item-top .item-blog-title {
    width: 100%;
  }
  .item-blog .item-top .box-tag-post {
    width: 100%;
    padding-top: 30px;
    text-align: left;
  }
  .item-blog .item-top .box-tag-post a {
    margin-left: 0px;
    margin-right: 15px;
  }
  .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;
  }
  .item-blog-metas .font-2xl-bold,
  .item-blog-metas .font-xl-bold {
    font-size: 16px;
    line-height: 28px;
  }
  .box-list-posts .item-list-blog .link-tag {
    margin-right: 19px;
  }
  .item-list-blog-2 .item-blog-info .item-blog-metas span {
    margin-right: 25px;
  }
  .item-list-blog-2 .item-blog-info .item-blog-metas {
    margin-bottom: 30px;
  }
  .item-list-blog-2 .item-blog-image {
    margin-bottom: 34px;
  }
  .bos-share {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }
  .bos-share .text-share {
    margin-bottom: 0px;
    margin-right: 10px;
  }
  .box-banner-buttons {
    margin-bottom: 0px;
  }
  .box-banner-buttons .btn {
    margin-bottom: 15px;
    padding: 15px 20px;
    font-size: 18px;
  }
}
@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;
  }
}
@media (max-width: 575.98px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  .img-banner-blog-4 {
    height: 51px;
  }
  .section-related-product {
    padding: 85px 0px 50px 0px;
  }
  .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: 2.75em;
    line-height: 30px;
  }
  .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-homepage3 .box-banner-home1 .banner-left {
    padding-left: 10px;
    padding-right: 10px;
  }
  .banner-homepage4 .display-5 {
    font-size: 48px;
    line-height: 58px;
  }
  .banner-homepage4 {
    padding: 150px 0px 155px 0px;
    height: 900px;
  }
  .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;
  }
  .banner-homepage6 .banner-left h2 img {
    max-height: 50px;
  }
  .box-overview {
    padding: 15px 10px;
  }
}
@media (max-width: 499.98px) {
  .box-content-banner {
    padding: 100px 0px 40px 0px;
  }
  .box-button-slider-bottom.box-button-slider-top {
    display: none;
  }
  .box-services {
    padding-bottom: 50px;
  }
  .box-recent-work {
    padding: 45px 0px 50px 0px;
  }
  .box-recent-work .mb-65 {
    margin-bottom: 10px !important;
  }
  .box-recent-work .mt-100 {
    margin-top: 30px !important;
  }
  .box-recent-work .mb-80.filter-item {
    margin-bottom: 30px !important;
  }
  .box-why-us {
    padding: 100px 0px 56px 0px;
  }
  .box-why-us::before {
    top: -29px;
    right: -30px;
    transform: scale(0.4);
  }
  .box-projects .mt-100 {
    margin-top: 50px !important;
  }
  .box-projects .mt-65 {
    margin-top: 25px !important;
  }
  .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;
  }
  .banner-mode-2 .banner-right .parallax-item-wrap,
  .play-btn, .box-circle-service, .box-circle-why-us {
    transform: scale(0.7);
  }
  .banner-mode-2 .box-swiper .swiper-container {
    padding-bottom: 0;
  }
  .banner-mode-2 .box-content-banner {
    padding-bottom: 0;
  }
  .box-services.box-about {
    padding: 50px 0px 0px 0px;
  }
  .box-services.box-about p {
    margin-top: 30px;
  }
  .box-services-2 {
    padding: 50px 0px 20px 0px;
  }
  .box-projects-2 {
    padding: 80px 0px;
  }
  .item-service-list {
    display: block;
  }
  .item-service-list .image-show-item.d-flex {
    display: block !important;
  }
  .list-projects .ml-50 {
    margin-left: 0 !important;
  }
  .box-blogs {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .box-blogs .mb-95 {
    margin-bottom: 35px !important;
  }
  .box-get-touch {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .box-joined {
    display: block;
  }
  .box-joined .box-authors {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .banner-homepage6 .banner-left .box-joined {
    display: flex;
  }
  .banner-homepage6 .banner-left .box-joined .box-authors {
    margin-bottom: 0px;
    width: 100%;
    max-width: 180px;
  }
  .box-services-3 {
    padding: 50px 0px 50px 0px;
  }
  .box-reviews-2 {
    background-image: none;
  }
  .banner-mode-4 .banner-homepage4 {
    padding: 150px 0px 55px 0px;
    height: unset;
  }
  .banner-mode-4 .get-quote {
    display: block !important;
    text-align: left;
  }
  .banner-mode-4 .get-quote a.d-inline-block {
    margin-bottom: 15px;
  }
  .banner-mode-4 .text-center {
    text-align: left !important;
  }
  .box-why-us {
    padding: 100px 0px 16px 0px;
  }
  .box-why-us .box-why-us-bottom {
    padding: 30px 0;
  }
  .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;
  }
  .display-3 {
    font-size: 45px;
    line-height: 55px;
  }
  .display-4 {
    font-size: 35px;
    line-height: 45px;
  }
  h2,
  .heading-2 {
    font-size: 34px;
    line-height: 45px;
  }
  .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;
  }
  .cardBlog .cardInfo {
    margin-left: 20px;
  }
  .header .main-header .header-account .menu-mobile {
    margin: 0px 0px 0px 10px;
  }
  .box-why-us-top {
    padding: 0px 0px 100px 0px;
  }
  .banner-homepage1 {
    height: 550px;
  }
  .banner-homepage1::after {
    bottom: 80px;
    right: 60px;
  }
  .banner-homepage1::before {
    bottom: 0px;
    left: -20px;
  }
  .card-post .card-info {
    padding: 0px 0px;
  }
  .box-button-project .mr-40 {
    margin-right: 20px !important;
  }
  .box-button-project {
    text-align: center;
  }
  .item-blog .item-bottom .meta-post .meta-post-date .mr-40 {
    margin-right: 20px !important;
  }
  .img-experts {
    height: 40px;
  }
  .banner-text-top {
    flex-wrap: wrap !important;
  }
  .card-portfolio .card-info h3 {
    padding: 49px 0px;
  }
  .list-metas .item-meta {
    width: 100%;
  }
  .section-banner-portfolio .box-circle-wrap,
  .card-featured-2 .more {
    display: none;
  }
  .box-list-portfolios {
    padding: 35px 0px 0px 0px;
  }
  .box-list-portfolios .item-portfolio, .box-list-portfolios .item-portfolio .bdrd-120 {
    border-radius: 50px;
  }
  .box-list-portfolios .item-portfolio .portfolio-info {
    padding: 30px 25px;
  }
  .box-list-portfolios .portfolio-desc.font-2xl {
    font-size: 16px;
    line-height: 24px;
  }
  .font-42 {
    font-size: 24px;
    line-height: 28px;
  }
  .block-portfolio-list .mb-140 {
    margin-bottom: 50px !important;
  }
  .box-slide-portfolio .box-swiper .swiper-slide .cardRecent .cardImage {
    height: 361px;
    border-radius: 60px;
  }
  .box-info-banner {
    padding-bottom: 0;
  }
  .banner-general {
    padding: 60px 0px 10px 0px;
  }
  .box-recent-work {
    padding: 0px 0px 20px 0px;
  }
  .box-recent-work .mb-125 {
    margin-bottom: 55px !important;
  }
  .bdrd-120 {
    border-radius: 60px;
  }
  .box-slide-portfolio-4 .box-swiper .swiper-slide .cardPortfolio2 {
    border-radius: 60px;
  }
  .box-slide-portfolio-4 .box-swiper .swiper-slide .cardPortfolio2 img {
    border-radius: 60px;
  }
  .box-slide-portfolio-4 {
    margin-top: 60px;
  }
  .card-post .card-image {
    border-radius: 60px;
  }
  .masonry-container.mt-120 {
    margin-top: 60px !important;
  }
  .box-selected-works {
    padding: 40px 0px 60px 0px;
  }
  .box-content-portfolio .mb-120 {
    margin-bottom: 60px !important;
  }
  .card-design {
    border-radius: 40px;
  }
  .box-content-portfolio-2 {
    min-height: unset;
  }
  .box-content-portfolio-2 {
    padding: 0;
  }
  .banner-portfolio .box-circle {
    display: none;
  }
  .box-gallery-portfolio .item-gallery-portfolio img {
    border-radius: 60px;
  }
  .right-portfolio-detail {
    padding-top: 0;
  }
  .block-brand-deail {
    padding-top: 50px;
  }
  .pin-spacer {
    max-height: 300px;
  }
  .horizontal-rail {
    position: relative;
    display: block;
  }
  .section.section-overview-portfolio-detail-4 {
    padding-top: 50px;
  }
  .box-slide-images {
    padding: 50px 0px;
  }
  .box-slider-padding-left.pb-160 {
    padding-bottom: 50px !important;
  }
  .box-gallery-5 .inner-gallery img {
    max-width: 380px;
    min-width: 250px;
    max-height: 250px;
  }
  .box-gallery-5 .inner-gallery {
    left: unset;
    right: unset;
  }
  .bdrd-80 {
    border-radius: 30px;
  }
  .pagination-wrap.text-center {
    text-align: left !important;
  }
  .pagination-wrap.mt-85 {
    margin-top: 30px !important;
  }
  .block-get-touch-blog {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-banner-bloglist .banner-general {
    padding-bottom: 70px;
  }
  .box-list-posts .item-service-list {
    margin-bottom: 50px;
  }
  .box-list-posts-3 {
    padding-top: 80px;
  }
  .item-blog-metas .font-2xl-bold, .item-blog-metas .font-xl-bold {
    font-size: 14px;
    line-height: 22px;
  }
  .box-content-single img {
    margin-bottom: 20px;
    margin-top: 30px;
  }
}
@media (max-width: 449.98px) {
  .display-3 {
    font-size: 40px;
    line-height: 50px;
  }
  .block-content-register .text-under-register.display-1 {
    font-size: 60px;
    line-height: 68px;
  }
  .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;
  }
  .list-projects .item-project {
    flex-wrap: wrap;
  }
  .list-projects .item-project .item-project-icon {
    margin-bottom: 25px;
  }
  h4,
  .heading-4 {
    font-size: 22px;
    line-height: 30px;
  }
  .form-in-touch .btn-black {
    padding-left: 55px;
    padding-right: 55px;
  }
  .btn.btn-default {
    padding: 20px 30px;
    font-size: 16px;
  }
  .box-review-inner-2 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .cardTestimonials.cardTestimonialsStyle2 {
    background-size: 90px;
  }
  .card-why-us {
    padding: 35px 15px;
    margin-bottom: 30px;
  }
  .banner-mode-2 .display-5 {
    font-size: 40px;
    line-height: 58px;
  }
  .banner-mode-2 .display-6 {
    font-size: 46px;
    line-height: 56px;
  }
  .join-thousands {
    max-width: 153px;
  }
  .text-308 {
    font-size: 68px;
    line-height: 66px;
  }
  .box-text-under-inner .img-snow {
    min-width: 56px;
    padding: 0px 15px;
    max-width: 56px;
  }
  .box-button-touch .form-group {
    margin-right: 0px;
    min-width: 284px;
    max-width: 284px;
  }
  .box-get-touch {
    background-position: top 29px right;
    background-size: 110px;
  }
  .card-contact .contact-icon {
    margin-right: 20px;
  }
  .meta-post-link a {
    font-size: 16px;
    line-height: 22px;
  }
  .meta-post-link a img {
    margin-left: 10px;
    height: 20px;
  }
  .meta-post .font-xl {
    font-size: 16px;
    line-height: 28px;
  }
  .meta-post .mr-40 {
    margin-right: 20px !important;
  }
  .box-reviews-design {
    padding-left: 0px;
    background-size: 45px;
    padding-top: 50px;
  }
  .box-reviews-design .item-review {
    padding-left: 0px;
    border-left: 0px;
  }
  .item-blog .item-bottom .meta-post {
    flex-wrap: wrap;
    width: 100%;
  }
  .item-blog .item-bottom .meta-post .meta-post-date {
    width: 100%;
    padding-bottom: 20px;
  }
  .title-line::before {
    max-width: 25px;
  }
  .title-line {
    padding-left: 30px;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .box-images-service .image-service-1 {
    height: 299px;
  }
  .number-grid .number-1 .heading-2 {
    font-size: 30px;
    line-height: 40px;
  }
  .box-button-my-keys .box-circle-customer .box-circle {
    display: none;
  }
  .box-about-banner h5 img {
    height: 20px;
  }
  .list-col-3 {
    flex-wrap: wrap;
  }
  .list-col-3 li {
    width: 50%;
    padding: 0px 10px 0px 37px;
    margin-bottom: 20px;
    background-position: left 10px center;
  }
  .box-banner-text-1 img {
    height: 60px;
    margin-left: 10px;
  }
  .box-banner-text-2 img {
    height: 60px;
    margin-right: 10px;
  }
  .box-banner-text-1 .display-4,
  .box-banner-text-2 .display-4,
  .box-banner-text-3 .display-4 {
    font-size: 30px;
  }
  .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;
  }
  .section-section1-portfolio-8 .box-text-stroke .box-text-stroke-inner img {
    margin: 0px 20px;
    height: 50px;
  }
  .section-section1-portfolio-8 .box-text-stroke .box-text-stroke-inner .display-7 {
    font-size: 68px;
    line-height: 71px;
  }
  .section-section1-portfolio-8 .box-text-stroke .box-text-stroke-inner {
    left: -150px;
  }
  .section-section1-portfolio-8 .link-icon {
    padding-right: 0px;
  }
  .banner-homepage6 .banner-left h2 img {
    max-height: 40px;
  }
}
@media (max-width: 349.98px) {
  .perfect-scroll {
    width: 100%;
  }
  .author-box .item-author .item-author-image {
    margin-right: 10px;
  }
  h1,
  .heading-1 {
    font-size: 35px;
    line-height: 50px;
  }
  .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;
  }
  .item-date-created {
    flex-wrap: wrap;
    margin-bottom: 7px;
  }
  .item-date-created .date-icon {
    margin-bottom: 15px;
  }
}
@media (min-width: 1400px) {
  .container.wide {
    max-width: 1544px;
  }
}
.page-content p {
  margin-bottom: 15px;
}