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

    Template Name:Labux HTML5 Template
    Author: Hamina-Themes
    Version: 1.0

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

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

    01. Theme default CSS
	02. variables
    03. mixins
    04. common
    05. overlay
    06. header
    07. breadcrumb 
    08. mobile-menu
    09. typography
    10. search
    11. custom-animation
    12. btn
    13. section-title
    14. theme-banner


    36. footer

-----------------------------------------------------------------------------------*/
/* 1. Theme default css */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 5px;
}
html::-moz-scrollbar,
body::-moz-scrollbar {
  width: 5px;
}
html::-ms-scrollbar,
body::-ms-scrollbar {
  width: 5px;
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: #c1c1c1;
}
html::-moz-scrollbar-track,
body::-moz-scrollbar-track {
  background: #c1c1c1;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background-color: #5454FF;
  outline: none;
}
html::-moz-scrollbar-thumb,
body::-moz-scrollbar-thumb {
  background-color: #5454FF;
  outline: none;
}
html::-webkit-scrollbar-thumb:active,
body::-webkit-scrollbar-thumb:active {
  background: #021936;
}
html::-moz-scrollbar-thumb:active,
body::-moz-scrollbar-thumb:active {
  background: #021936;
}

.slick-track > [class*=col] {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

body {
  font-family: "Satoshi-Regular";
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  font-style: normal;
  color: #021936;
}
@media only screen and (max-width: 1200px) {
  body {
    font-size: 16px;
  }
}

.main-page-wrapper {
  overflow-x: hidden;
}

.main-page-wrapper-white {
  overflow-x: hidden;
}

.fix {
  overflow: hidden;
}

a,
.button {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: medium none;
  text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Satoshi-Bold";
  color: #021936;
  line-height: 1.4;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.list-none {
  margin: 0px;
  padding: 0px;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 34px;
  font-family: "Satoshi-Regular";
  color: #021936;
  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid rgab(#ffffff, 0.1);
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #000;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #000;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #000;
  color: #ffffff;
  text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
  color: #000;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #000;
  font-size: 14px;
  opacity: 1;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.overlay-bg {
  position: relative;
  z-index: 2;
}
.overlay-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.popup-video {
  color: #ffffff;
  border-radius: 50%;
  background: #f6c206;
  border-radius: 50%;
  font-size: 20px;
  line-height: 90px;
  display: inline-block;
  width: 90px;
  height: 90px;
  text-align: center;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: relative;
  z-index: 1;
  animation: pulseBig infinite 5s linear;
}
.popup-video:hover {
  color: #ffffff;
  background: #5454FF;
}

.ctn-preloader {
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.ctn-preloader .icon {
  animation: rotated 8s infinite linear;
}
.ctn-preloader .txt-loading {
  user-select: none;
  margin-top: 30px;
}
.ctn-preloader .txt-loading .letters-loading {
  font-family: "Satoshi-Regular";
  font-weight: 600;
  letter-spacing: 8px;
  display: inline-block;
  color: rgba(2, 25, 54, 0.12);
  position: relative;
  font-size: 50px;
  line-height: 30px;
}
.ctn-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: #021936;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top: 0;
  line-height: 30px;
  position: absolute;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.ctn-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
#scrollToTopBtn {
  font-size: 18px;
  display: inline-block;
  background: #5454FF;
  position: fixed;
  width: 35px;
  height: 35px;
  right: 7px;
  bottom: 7px;
  border-radius: 6px;
  line-height: 35px;
  text-align: center;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#scrollToTopBtn i {
  color: #fff;
}

#scrollToTopBtn:hover {
  cursor: pointer;
  background-color: #333;
}

#scrollToTopBtn.show {
  opacity: 1;
  visibility: visible;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/*--
    - Overlay
------------------------------------------*/
.overlay-soft {
  position: relative;
  z-index: 1;
}
.overlay-soft::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/*-- Overlay Color --*/
[data-overlay=light]::before {
  background-color: #ffffff;
}

[data-overlay=dark]::before {
  background-color: #5454FF;
}

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

.main-header-area {
  position: relative;
  width: 100%;
  left: 0;
  z-index: 999;
}

.offset-sidebar {
  display: block;
  margin-top: 30px;
}

.theme-main-menu .ht-topbar-left a {
  color: #021936;
  font-size: 16px;
  padding-right: 10px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.theme-main-menu .ht-topbar-left a strong {
  color: #ADADAD;
}
.theme-main-menu .ht-topbar-left a::before {
  content: " ";
  position: absolute;
  background: #021936;
  width: 2px;
  height: 16px;
  right: -3px;
  top: 8px;
  z-index: 1;
}
.theme-main-menu .ht-topbar-left a:last-child::before {
  display: none;
}
.theme-main-menu .ht-topbar-right .login-wrapper {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.theme-main-menu .ht-topbar-right .login-wrapper::before {
  content: " ";
  position: absolute;
  background: #ffffff;
  width: 2px;
  height: 16px;
  right: 10px;
  top: 9px;
  z-index: 1;
}
.theme-main-menu .ht-topbar-right .login-wrapper .login-text {
  color: #ffffff;
  font-size: 16px;
}
.theme-main-menu .ht-topbar-right .login-wrapper .login-form {
  visibility: hidden;
  opacity: 0;
  transform: translateY(25px);
  text-align: center;
  width: 210px;
  margin: auto;
  background: #ffffff;
  padding: 20px 16px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  z-index: 999999;
  box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.theme-main-menu .ht-topbar-right .login-wrapper .login-form form {
  width: 100%;
}
.theme-main-menu .ht-topbar-right .login-wrapper .login-form input {
  height: 40px;
  border-radius: 4px;
  border: 1px solid #d4dcff;
  color: #021936;
  background: #ffffff;
  padding-left: 10px;
  width: 100%;
  display: block;
}
.theme-main-menu .ht-topbar-right .login-wrapper .login-form input::placeholder {
  color: #021936;
  font-size: 14px;
}
.theme-main-menu .ht-topbar-right .login-wrapper .login-form button {
  border: 0;
  width: 100%;
  height: 35px;
  line-height: 23px;
  padding: 0;
  font-weight: 400;
}
.theme-main-menu .ht-topbar-right .login-wrapper .login-form .forgot-password {
  color: #021936;
  font-size: 14px;
}
.theme-main-menu .ht-topbar-right .login-wrapper:hover .login-form {
  visibility: visible;
  display: inline-block;
  opacity: 1;
  transform: translateY(35px);
}
.theme-main-menu .ht-topbar-right .select-language {
  border: 1px solid #ffffff;
  color: #021936;
  font-size: 18px;
  border-radius: 10px;
  padding: 10px 30px 10px 15px;
}
.theme-main-menu .ht-topbar-right .select-language .gloabl-lang i {
  color: #ffffff;
  margin-right: 10px;
}
.theme-main-menu .ht-topbar-right .select-language select.form-select {
  background: transparent;
  color: #021936;
  border: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.theme-main-menu .ht-topbar-right .select-language select.form-select::before {
  color: #e8112b;
  content: "\f282";
  font-family: "bootstrap-icons";
  font-weight: 700;
  position: absolute;
  font-size: 16px;
  right: 5px;
  top: 10px;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.theme-main-menu .ht-topbar-right .select-language .form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none;
}
.theme-main-menu .hamburger-menu {
  width: 50px;
  height: 50px;
  border: 1.5px solid rgb(0, 0, 0);
  border-radius: 100%;
  margin-left: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.theme-main-menu .hamburger-menu .bar-wrap {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 5px;
}
.theme-main-menu .hamburger-menu .bar-wrap .bar-1 {
  width: 16px;
  height: 2px;
  background: #021936;
  border-radius: 50px;
}
.theme-main-menu .hamburger-menu .bar-wrap .bar-2 {
  width: 12px;
  height: 2px;
  background: #021936;
  border-radius: 50px;
}
.theme-main-menu .hamburger-menu .bar-wrap .bar-3 {
  width: 16px;
  height: 2px;
  background: #021936;
  border-radius: 50px;
}
.theme-main-menu .hamburger-menu:hover {
  background: #5454FF;
  color: #ffffff;
}

.main-menu {
  position: relative;
  z-index: 11;
}
.main-menu ul {
  padding: 0;
  margin: 0;
}
.main-menu ul li {
  list-style: none;
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0 56px 0 0;
}
@media only screen and (max-width: 1600px) {
  .main-menu ul li {
    margin: 0 28px 0 0;
  }
}
.main-menu ul li:last-child a {
  margin-right: 0;
}
.main-menu ul li:last-child a::before {
  display: none;
}
.main-menu ul li.active {
  color: #021936;
}
.main-menu ul li.active a {
  color: #021936;
}
.main-menu ul li a {
  color: #021936;
  font-family: "Satoshi-Regular";
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  position: relative;
  padding: 19px 0 20px 0;
}
/* .main-menu ul li a::before {
  content: "\f282";
  font-family: "bootstrap-icons";
  font-weight: 700;
  position: absolute;
  font-size: 16px;
  right: -18px;
  top: 22px;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-menu ul li a::before {
    display: none;
  }
} */
.main-menu ul li a::after {
  display: none;
}
.main-menu ul li a:hover {
  color: #5454FF;
}
.main-menu ul li a i {
  font-size: 10px;
}
.main-menu ul li:hover > a {
  color: #5454FF;
}
.main-menu ul li ul.sub-menu {
  border: 0;
  position: absolute;
  z-index: 5;
  background-color: #fff;
  border-radius: 0;
  display: block;
  right: 0;
  left: 0;
  padding: 0;
  top: 100%;
  visibility: hidden;
  transform: scaleY(0);
  opacity: 0;
  min-width: 220px;
  box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.05);
  margin: 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-menu ul li ul.sub-menu li {
  display: block;
  position: relative;
  z-index: 1;
  margin-right: 0;
}
.main-menu ul li ul.sub-menu li ul.sub-menu {
  position: absolute;
  right: 0;
  left: 100%;
  top: 0;
}
.main-menu ul li ul.sub-menu li a {
  color: #021936;
  font-size: 16px;
  font-family: "Satoshi-Regular";
  font-weight: 500;
  padding: 14px 25px;
  display: block;
  transition: all 0.3s ease-in-out;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.main-menu ul li ul.sub-menu li a::before {
  display: none;
}
.main-menu ul li ul.sub-menu li a .sub-menu-arrow {
  float: right;
}
.main-menu ul li ul.sub-menu li a.active {
  background-color: transparent;
}
.main-menu ul li ul.sub-menu li a:hover {
  background-color: transparent;
  transform: translateX(5px);
  text-decoration: underline;
}
.main-menu ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.sticky-menu {
  position: fixed;
  background: #ffffff;
  top: 0;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  padding-top: 0;
  padding-bottom: 0;
}

.theme-menu-one .topbar {
  position: relative;
  z-index: 1010;
}
.theme-menu-one .topbar,
.theme-menu-one .main-header-area {
  padding-left: 35px;
  padding-right: 35px;
}
.theme-menu-one .sticky-menu {
  padding: 10px 35px;
}
@media (max-width: 991.98px) {
  .theme-menu-one .sticky-menu {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.theme-menu-one .cart-menu .shopping-cart:hover {
  color: #ffffff;
  background: #5454FF;
  border-color: #5454FF;
}
.theme-menu-one .hamburger-menu:hover {
  background: #5454FF;
  border-color: #5454FF;
}
.theme-menu-one .hamburger-menu:hover .bar-wrap .bar-1,
.theme-menu-one .hamburger-menu:hover .bar-wrap .bar-2,
.theme-menu-one .hamburger-menu:hover .bar-wrap .bar-3 {
  background: #ffffff;
}
@media only screen and (max-width: 1600px) {
  .theme-menu-one .topbar,
  .theme-menu-one .main-header-area,
  .theme-menu-one .sticky-menu {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .theme-menu-one .logo-area img {
    width: 80%;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-menu-one .logo-area img {
    width: 100%;
  }
}

.theme-menu-two {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 999;
}
.theme-menu-two .topbar {
  position: relative;
  z-index: 1010;
}
.theme-menu-two .cart-menu .shopping-cart {
  color: #ffffff;
  background: rgba(217, 217, 217, 0.2);
  border: 1.5px solid #ffffff;
}
.theme-menu-two .cart-menu .shopping-cart:hover {
  background: #5454FF;
  border-color: #5454FF;
}
.theme-menu-two .hamburger-menu {
  background: rgba(217, 217, 217, 0.2);
  border-color: #ffffff;
}
.theme-menu-two .hamburger-menu .bar-wrap .bar-1,
.theme-menu-two .hamburger-menu .bar-wrap .bar-2,
.theme-menu-two .hamburger-menu .bar-wrap .bar-3 {
  background: #ffffff;
}
.theme-menu-two .hamburger-menu:hover {
  border-color: #5454FF;
}
.theme-menu-two .topbar,
.theme-menu-two .main-header-area {
  padding-left: 100px;
  padding-right: 100px;
}
.theme-menu-two .main-menu ul li a {
  color: #ffffff;
}
.theme-menu-two .main-header-area.sticky-menu {
  padding-top: 10px;
  padding-bottom: 10px;
}
.theme-menu-two .main-header-area.sticky-menu .logo-area img {
  filter: invert(1);
}
.theme-menu-two .main-header-area.sticky-menu .cart-menu .shopping-cart {
  border: 1.5px solid #5454FF;
  background: #5454FF;
}
.theme-menu-two .main-header-area.sticky-menu .hamburger-menu {
  background: #5454FF;
  border-color: #5454FF;
}
.theme-menu-two .main-header-area.sticky-menu .hamburger-menu .bar-wrap .bar-1,
.theme-menu-two .main-header-area.sticky-menu .hamburger-menu .bar-wrap .bar-2,
.theme-menu-two .main-header-area.sticky-menu .hamburger-menu .bar-wrap .bar-3 {
  background: #ffffff;
}
.theme-menu-two .main-header-area.sticky-menu .main-menu ul li a {
  color: #021936;
}
@media only screen and (max-width: 1600px) {
  .theme-menu-two .topbar,
  .theme-menu-two .main-header-area {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-menu-two .logo-area img {
    max-width: 100%;
  }
}

.theme-menu-three {
  max-width: 1520px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 999;
}
.theme-menu-three .header-top {
  padding-top: 23px;
  padding-bottom: 23px;
}
.theme-menu-three .ht-promo,
.theme-menu-three .ht-email,
.theme-menu-three .ht-phone,
.theme-menu-three .ht-office {
  color: #021936;
  font-size: 18px;
  font-weight: 500;
  font-family: "Satoshi-Medium";
}
.theme-menu-three .cart-menu .shopping-cart {
  color: #ffffff;
  border-color: #0BC270;
  background: #0BC270;
}
.theme-menu-three .default-2 {
  color: #ffffff;
  border-color: #0BC270;
  background: #0BC270;
}
.theme-menu-three .default-2::before {
  background: #021936;
}
.theme-menu-three .default-2:hover {
  border-color: #021936;
}
.theme-menu-three .hamburger-menu {
  background: #0BC270;
  border-color: #0BC270;
}
.theme-menu-three .hamburger-menu .bar-wrap .bar-1,
.theme-menu-three .hamburger-menu .bar-wrap .bar-2,
.theme-menu-three .hamburger-menu .bar-wrap .bar-3 {
  background: #ffffff;
}
.theme-menu-three .main-header-area {
  background: #ffffff;
  border-radius: 10px;
}
.theme-menu-three .main-header-area .main-menu ul li:hover > a {
  color: #0BC270;
}
.theme-menu-three .main-header-area.sticky-menu {
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 1520px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.theme-menu-three .main-header-area.sticky-menu .main-menu ul li a {
  color: #021936;
}
@media only screen and (max-width: 1600px) {
  .theme-menu-three .header-top,
  .theme-menu-three .main-header-area {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .theme-menu-three .ht-topbar-right .select-language {
    border-color: rgba(0, 0, 0, 0.2);
  }
  .theme-menu-three .ht-topbar-right .select-language .gloabl-lang i {
    color: #021936;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-menu-three .logo-area img {
    max-width: 100%;
  }
}

.theme-menu-four {
  max-width: 1520px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50px;
  z-index: 999;
}
.theme-menu-four .header-top {
  padding-top: 23px;
  padding-bottom: 23px;
}
.theme-menu-four .ht-promo,
.theme-menu-four .ht-email,
.theme-menu-four .ht-phone,
.theme-menu-four .ht-office {
  color: #021936;
  font-size: 18px;
  font-weight: 500;
  font-family: "Satoshi-Medium";
}
.theme-menu-four .cart-menu .shopping-cart {
  color: #021936;
}
.theme-menu-four .cart-menu .shopping-cart span {
  background: #F8C367;
}
.theme-menu-four .cart-menu .shopping-cart:hover {
  color: #ffffff;
  border-color: #F8C367;
  background: #F8C367;
}
.theme-menu-four .search-area .search-input {
  color: #021936;
  border: 1.5px solid #021936;
}
.theme-menu-four .search-area .search-input:hover {
  color: #ffffff;
  border-color: #F8C367;
  background: #F8C367;
}
.theme-menu-four .hamburger-menu {
  background: transparent;
  border: 1.5px solid #021936;
}
.theme-menu-four .hamburger-menu .bar-wrap .bar-1,
.theme-menu-four .hamburger-menu .bar-wrap .bar-2,
.theme-menu-four .hamburger-menu .bar-wrap .bar-3 {
  background: #021936;
}
.theme-menu-four .main-header-area {
  background: #ffffff;
  border-radius: 10px;
}
.theme-menu-four .main-header-area.sticky-menu {
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 1520px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.theme-menu-four .main-header-area.sticky-menu .hamburger-menu {
  background: #5454FF;
  border-color: #5454FF;
}
.theme-menu-four .main-header-area.sticky-menu .hamburger-menu .bar-wrap .bar-1,
.theme-menu-four .main-header-area.sticky-menu .hamburger-menu .bar-wrap .bar-2,
.theme-menu-four .main-header-area.sticky-menu .hamburger-menu .bar-wrap .bar-3 {
  background: #ffffff;
}
.theme-menu-four .main-header-area.sticky-menu .main-menu ul li a {
  color: #021936;
}
@media only screen and (max-width: 1600px) {
  .theme-menu-four .header-top,
  .theme-menu-four .main-header-area {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-menu-four .logo-area img {
    max-width: 100%;
  }
}

.theme-menu-five {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 999;
}
.theme-menu-five .topbar {
  position: relative;
  z-index: 1010;
}
.theme-menu-five .cart-menu .shopping-cart {
  color: #ffffff;
  border-color: #ffffff;
}
.theme-menu-five .cart-menu .shopping-cart:hover {
  color: #5454FF;
  background: #ffffff;
}
.theme-menu-five .hamburger-menu {
  background: transparent;
  border-color: #ffffff;
  margin-left: 4px;
}
.theme-menu-five .hamburger-menu .bar-wrap .bar-1,
.theme-menu-five .hamburger-menu .bar-wrap .bar-2,
.theme-menu-five .hamburger-menu .bar-wrap .bar-3 {
  background: #ffffff;
}
.theme-menu-five .hamburger-menu:hover {
  color: #5454FF;
  background: #ffffff;
}
.theme-menu-five .hamburger-menu:hover .bar-wrap .bar-1,
.theme-menu-five .hamburger-menu:hover .bar-wrap .bar-2,
.theme-menu-five .hamburger-menu:hover .bar-wrap .bar-3 {
  background: #5454FF;
}
.theme-menu-five .topbar,
.theme-menu-five .main-header-area {
  padding-left: 100px;
  padding-right: 100px;
}
.theme-menu-five .main-menu ul li a {
  color: #ffffff;
}
.theme-menu-five .main-header-area.sticky-menu {
  padding-top: 10px;
  padding-bottom: 10px;
}
.theme-menu-five .main-header-area.sticky-menu .logo-area img {
  filter: invert(1);
}
.theme-menu-five .main-header-area.sticky-menu .cart-menu .shopping-cart {
  color: #ffffff;
  border-color: #5454FF;
  background: #5454FF;
}
.theme-menu-five .main-header-area.sticky-menu .hamburger-menu {
  background: #5454FF;
  border-color: #5454FF;
}
.theme-menu-five .main-header-area.sticky-menu .hamburger-menu .bar-wrap .bar-1,
.theme-menu-five .main-header-area.sticky-menu .hamburger-menu .bar-wrap .bar-2,
.theme-menu-five .main-header-area.sticky-menu .hamburger-menu .bar-wrap .bar-3 {
  background: #ffffff;
}
.theme-menu-five .main-header-area.sticky-menu .main-menu ul li a {
  color: #021936;
}
@media only screen and (max-width: 1600px) {
  .theme-menu-five .topbar,
  .theme-menu-five .main-header-area {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-menu-five .logo-area img {
    max-width: 100%;
  }
}

.onepage-nav .main-menu ul li a::before {
  display: none;
}

.page-title-area {
  padding-top: 245px;
  padding-bottom: 170px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.page-title-area::before {
  content: "";
  position: absolute;
  background: rgba(38, 116, 141, 0.8);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.page-title-area .page-title {
  color: #ffffff;
  font-size: 82px;
  font-weight: 700;
  font-family: "Satoshi-Bold";
}
@media only screen and (max-width: 1600px) {
  .page-title-area .page-title {
    font-size: 35px;
  }
}
@media only screen and (max-width: 1200px) {
  .page-title-area {
    padding-top: 200px;
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 767.98px) {
  .page-title-area .page-title {
    font-size: 28px;
  }
}

ul.breadcrumb {
  display: inline-block;
}
ul.breadcrumb li {
  display: inline-block;
}
ul.breadcrumb li:last-child a {
  color: #ffffff;
  margin-right: 0;
  padding-right: 0;
}
ul.breadcrumb li:last-child a::before {
  display: none;
}
ul.breadcrumb li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 24px;
  font-weight: 500;
  font-family: "Satoshi-Bold";
  line-height: 1;
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
  z-index: 1;
}
ul.breadcrumb li a::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  width: 2px;
  height: 21px;
  right: -4px;
  top: 4px;
  z-index: 1;
  transform: rotate(23deg);
}
@media only screen and (max-width: 991.98px) {
  ul.breadcrumb li a {
    font-size: 18px;
  }
  ul.breadcrumb li a::before {
    top: 0;
  }
}

/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: none;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: none !important;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: none;
  margin-top: 0;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container .mean-nav ul li {
  list-style-type: none !important;
  position: relative;
  float: left;
  width: 100%;
}

.mean-container .mean-nav ul li a {
  font-size: 16px;
  display: block;
  float: left;
  width: 100%;
  padding: 0.5em 5% 0.5em 0;
  margin: 0;
  text-align: left;
  color: #fff;
  /* border-top: 1px solid #383838;
  border-top: 1px solid rgba(255, 255, 255, 0.5); */
  text-decoration: none;
  text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
  font-size: 15px;
  width: 80%;
  padding: 0.4em 5%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.8;
  /* filter: alpha(opacity=75);
  text-shadow: none !important; */
  visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 32px;
  padding: 4px 8px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: none !important;
  /* border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; */
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0, 0, 0, 0.9);
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

.ht-menu-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999999;
  width: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.8s;
  transition: all ease 0.8s;
  opacity: 0;
  visibility: hidden;
}
.ht-menu-wrapper .mobile-logo {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 31px;
}
.ht-menu-wrapper .mobile-menu-wrapper {
  overflow-y: scroll;
  max-height: calc(100vh - 200px);
  padding-bottom: 40px;
  margin-top: 33px;
  text-align: left;
}
.ht-menu-wrapper .mobile-menu-wrapper span.float-end {
  display: none;
}

.ht-menu-wrapper .ht-menu-area {
  padding: 50px 20px;
  width: 100%;
  max-width: 310px;
  background-color: #021936;
  border-right: 3px solid #5454FF;
  height: 100%;
  position: relative;
  left: -110%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
  z-index: 1;
}

.ht-menu-wrapper .ht-menu-toggle {
  border: none;
  font-size: 22px;
  position: absolute;
  right: -16.5px;
  top: 25px;
  padding: 0;
  line-height: 1;
  width: 33px;
  height: 33px;
  line-height: 35px;
  font-size: 16px;
  z-index: 1;
  color: #ffffff;
  background-color: #5454FF;
  border-radius: 50%;
}

.ht-menu-wrapper.ht-body-visible {
  opacity: 1;
  visibility: visible;
}

.ht-menu-wrapper.ht-body-visible .ht-menu-area {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.ht-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}

.ht-mobile-menu ul li {
  border-bottom: 1px solid #fdedf1;
  list-style-type: none;
}

.ht-mobile-menu ul li a {
  display: block;
  position: relative;
  padding: 12px 0;
  line-height: 1.4;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--white-color);
  padding-left: 18px;
}

.offset-widget {
  margin-top: 50px;
}
.offset-widget.offset-logo {
  border-bottom: 1px solid #eeecec;
  padding-bottom: 20px;
}
.offset-widget .info-widget .offset-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
}
.offset-widget .info-widget p {
  color: #ffffff;
}
.offset-widget .info-widget.info-widget2 p {
  margin-bottom: 15px;
}
.offset-widget .info-widget.info-widget2 p i {
  margin-right: 7px;
  color: #ffffff;
}

.fw-exbold {
  font-weight: 800 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-semi {
  font-weight: 600 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

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

.fw-light {
  font-weight: 300 !important;
}

.fw-thin {
  font-weight: 100 !important;
}

.fs-22 {
  font-size: 22px !important;
}
@media only screen and (max-width: 1200px) {
  .fs-22 {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 991.98px) {
  .fs-22 {
    font-size: 18px !important;
  }
}

.fs-20 {
  font-size: 20px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-12 {
  font-size: 12px !important;
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
  background: #ADADAD;
}

.light-grey-bg {
  background: #F4F4F4;
}

.light-grey-bg2 {
  background: #F0F0FF !important;
}

.white-bg {
  background: #ffffff;
}

.black-bg {
  background: #021936 !important;
}

.heding-bg {
  background: #021936 !important;
}

.theme-bg {
  background: #5454FF !important;
}

/*--
    - color
-----------------------------------------*/
.text-white {
  color: #ffffff;
}

.text-black {
  color: #000;
}

.text-theme {
  color: #5454FF !important;
}

.text-body {
  color: #021936 !important;
}

.text-heding {
  color: #021936 !important;
}

/*--
    - fonts
-----------------------------------------*/
.body-font {
  font-family: "Satoshi-Regular" !important;
}

.heding-font {
  font-family: "Satoshi-Bold" !important;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.capitalize {
  text-transform: lowercase;
}

.bg-none {
  background: none !important;
}

.before-none::before {
  display: none !important;
}

.after-none::before {
  display: none !important;
}

.border-rad {
  border-radius: 30px;
}

/* search-area */
.search-area .search-input {
  color: #021936;
  font-size: 18px;
  width: 50px;
  height: 50px;
  display: inline-block;
  border: 2px solid rgba(24, 24, 24, 0.2);
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  position: relative;
  z-index: 1;
}
.search-area .search-input:hover {
  background: #5454FF;
  color: #ffffff;
}

/* Full screen search
-------------------------------------------------------*/
.offcanvas-top {
  min-height: 150px;
}
.offcanvas-top .search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.search-wrap {
  padding-bottom: 100px;
}
.search-wrap input {
  color: #ffffff;
  font-size: 80px;
  width: 100%;
  background: transparent;
  border: 0;
  text-align: center;
  display: inline-block;
  height: auto;
  padding: 0;
  display: inline-block;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  border-bottom: 2px solid #ffffff;
}
.search-wrap input::placeholder {
  color: #ffffff;
  padding-bottom: 80px;
  font-size: 80px;
  font-family: "Satoshi-Bold";
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .search-wrap input::placeholder {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .search-wrap input::placeholder {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap input::placeholder {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .search-wrap input::placeholder {
    font-size: 20px;
  }
}
.search-wrap input::-moz-placeholder, .search-wrap input::-webkit-placeholder, .search-wrap input::-o-placeholder, .search-wrap input::-ms-placeholder {
  color: #ffffff;
  padding-bottom: 80px;
  font-size: 80px;
  font-family: "Satoshi-Bold";
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .search-wrap input::-moz-placeholder, .search-wrap input::-webkit-placeholder, .search-wrap input::-o-placeholder, .search-wrap input::-ms-placeholder {
    font-size: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .search-wrap input::-moz-placeholder, .search-wrap input::-webkit-placeholder, .search-wrap input::-o-placeholder, .search-wrap input::-ms-placeholder {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap input::-moz-placeholder, .search-wrap input::-webkit-placeholder, .search-wrap input::-o-placeholder, .search-wrap input::-ms-placeholder {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .search-wrap input::-moz-placeholder, .search-wrap input::-webkit-placeholder, .search-wrap input::-o-placeholder, .search-wrap input::-ms-placeholder {
    font-size: 30px;
  }
}

@media (min-width: 1600px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1440px;
  }
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 30px;
}

.row {
  --bs-gutter-x: 30px;
}

@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@-webkit-keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}
@keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}
@-webkit-keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0.5;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.5;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes hvr-ripple-out {
  0% {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scale-up-one-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
/* Move frame*/
@keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }
  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 100px;
  }
  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 200px;
  }
  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}
@-webkit-keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }
  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 200px;
  }
  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 100px;
  }
  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}
@keyframes moveShap {
  0% {
    left: 0px;
    top: 0px;
  }
  25% {
    left: 100px;
    top: 0px;
  }
  50% {
    left: 100px;
    top: 100px;
  }
  75% {
    left: 0px;
    top: 200px;
  }
  100% {
    left: 0px;
    top: 0px;
  }
}
@keyframes moveShap2 {
  0% {
    right: 0px;
    top: 0px;
  }
  25% {
    right: 100px;
    top: 0px;
  }
  50% {
    right: 100px;
    top: 100px;
  }
  75% {
    right: 0px;
    top: 200px;
  }
  100% {
    right: 0px;
    top: 0px;
  }
}
/* Heartbeat frame*/
@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
/* Rotation frame*/
@keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}
/* pulseBig */
@keyframes pulseBig {
  0% {
    box-shadow: 0 0 0 0 rgba(55, 140, 255, 0.2);
  }
  50% {
    box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}
.scaleUp1 {
  -webkit-animation-name: scaleUp1;
  animation-name: scaleUp1;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes scaleUp1 {
  0% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
  20% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  40% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
  80% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
}
@keyframes scaleUp1 {
  0% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
  20% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  40% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
  80% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
}
@keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  50% {
    transform: translateY(300px) rotate(90deg);
  }
  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}
@-webkit-keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  50% {
    transform: translateY(300px) rotate(90deg);
  }
  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}
@-moz-keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  50% {
    transform: translateY(300px) rotate(90deg);
  }
  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}
@-o-keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  50% {
    transform: translateY(300px) rotate(90deg);
  }
  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}
@keyframes zoomIncolor {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
    background: #5454FF;
    opacity: 0.5;
  }
  100% {
    transform: scale(1.3);
    background: #5454FF;
    opacity: 0.8;
  }
}
@-webkit-keyframes zoomIncolor {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
    background: #5454FF;
    opacity: 0.5;
  }
  100% {
    transform: scale(1.3);
    background: #5454FF;
    opacity: 0.8;
  }
}
@-moz-keyframes zoomIncolor {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(1);
    background: #5454FF;
    opacity: 0.5;
  }
  100% {
    transform: scale(1.3);
    background: #5454FF;
    opacity: 0.8;
  }
}
@keyframes squareMove {
  0% {
    transform: translateX(0px) rotate(0deg);
  }
  33% {
    transform: translateY(-100px) rotate(180deg);
  }
  66% {
    transform: translateX(200px) rotate(-90deg);
  }
  100% {
    transform: translateX(0px) rotate(0deg);
  }
}
@-webkit-keyframes squareMove {
  0% {
    transform: translateX(0px);
  }
  33% {
    transform: translateY(-100px);
  }
  66% {
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-moz-keyframes squareMove {
  0% {
    transform: translateX(0px);
  }
  33% {
    transform: translateY(-100px);
  }
  66% {
    transform: translateX(200px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes float-bob {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  50% {
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
  }
  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}
.movingX {
  animation: movingX 8s linear infinite;
}

@keyframes movingX {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(50px);
  }
  100% {
    transform: translateX(0);
  }
}
.jump {
  animation: jumpAni 7s linear infinite;
}

@keyframes jumpAni {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
.jump-reverse {
  animation: jumpReverseAni 7s linear infinite;
}

@keyframes jumpReverseAni {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
.spin {
  animation: spin 15s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(40deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes marqueslide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.jump {
  animation: jumpAni 7s linear infinite;
}

@keyframes jumpAni {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
.jump-reverse {
  animation: jumpReverseAni 7s linear infinite;
}

@keyframes jumpReverseAni {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
/*--
	-theme-btn
----------------------------------------*/
.ht-btn {
  overflow: hidden;
  color: #000;
  font-size: 18px;
  font-family: "Satoshi-Bold";
  font-weight: 700;
  line-height: 1;
  padding: 5px 6px 5px 30px;
  border: 2px solid #5454FF;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  transition: all;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
}
.ht-btn::before {
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 0px;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #5454FF;
}
.ht-btn span {
  background: #5454FF;
  font-size: 20px;
  color: #ffffff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 65px;
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
}
.ht-btn img {
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
}
.ht-btn:hover {
  color: #ffffff;
}
.ht-btn:hover::before {
  width: 100%;
  height: 100%;
  right: 0;
  border-radius: 0;
}
.ht-btn:hover span {
  background: #ffffff;
}
.ht-btn:hover i {
  color: #021936;
}
.ht-btn:hover img {
  filter: brightness(100%) invert(0);
  transform: rotate(-45deg);
}
@media only screen and (max-width: 767.98px) {
  .ht-btn span {
    margin-left: 5px;
  }
}

.default-2 {
  padding: 18px 35px;
}

.style-2 {
  color: #ffffff;
  border-color: #ffffff;
}
.style-2::before {
  background: #ffffff;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.style-2 span {
  color: #021936;
  background: #ffffff;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.style-2:hover {
  color: #021936;
}
.style-2:hover span {
  color: #ffffff;
  background: #5454FF;
}
.style-2:hover i {
  color: #ffffff;
}
.style-2:hover img {
  filter: brightness(100%) invert(1);
}

.style-3 {
  color: #ffffff;
  background: #0BC270;
  border-color: #0BC270;
  width: max-content;
}
.style-3::before {
  background: #021936;
}
.style-3 span {
  background: #ffffff;
  position: relative;
  line-height: 40px;
  color: #021936;
}
.style-3 span i {
  line-height: 47px;
}
.style-3:hover {
  color: #ffffff;
  border-color: #021936;
}
.style-3:hover span {
  background: #0BC270;
}
.style-3:hover i {
  color: #ffffff;
}
.style-3:hover img {
  filter: brightness(100%) invert(1);
}

.style-3b {
  color: #021936;
  background: #ffffff;
  border-color: #ffffff;
  width: max-content;
}
.style-3b::before {
  background: #0BC270;
}
.style-3b span {
  background: #0BC270;
  position: relative;
  line-height: 40px;
  color: #ffffff;
}
.style-3b span img {
  filter: brightness(100%) invert(1);
}
.style-3b span i {
  line-height: 47px;
}
.style-3b:hover {
  color: #ffffff;
  border-color: #0BC270;
  background: #0BC270;
}
.style-3b:hover span {
  background: #ffffff;
}
.style-3b:hover i {
  color: #021936;
}
.style-3b:hover img {
  filter: invert(0);
}

.style-4,
.style-4b {
  border-color: #021936;
  width: max-content;
}
.style-4::before,
.style-4b::before {
  background: #F8C367;
}
.style-4 span,
.style-4b span {
  background: #F8C367;
  position: relative;
  line-height: 40px;
  color: #021936;
}
.style-4 span i,
.style-4b span i {
  line-height: 47px;
}
.style-4:hover,
.style-4b:hover {
  color: #ffffff;
  border-color: #F8C367;
}
.style-4:hover span,
.style-4b:hover span {
  color: #021936;
  background: #ffffff;
}

.style-4b::before {
  background: #021936;
}
@media only screen and (max-width: 1600px) {
  .style-4b span {
    margin-left: 10px;
  }
}

.style-5 {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  font-family: "Satoshi-Medium";
  line-height: 30px;
  background: #5454FF;
  padding: 14px 40px;
  border-radius: 8px;
  display: block;
}
.style-5::before {
  background: #021936;
}

.style-border {
  border-color: #021936;
  padding: 18px 35px;
}
.style-border::before {
  background: #021936;
}

.ht-btn-two {
  overflow: hidden;
  color: #000;
  font-size: 18px;
  font-family: "Satoshi-Bold";
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  border-radius: 50px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  text-decoration: none;
  transition: all;
}
.ht-btn-two span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  background: #5454FF;
  margin-left: 28px;
  position: relative;
  z-index: 1;
}
.ht-btn-two span::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 1.5px;
  background: #000;
  left: -23px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 1.5px 0 0 1.5px;
}
.ht-btn-two:hover {
  color: #5454FF;
}

.video-btn {
  color: #021936;
  background: #f6c206;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  padding: 16px 30px;
  width: unset;
  height: unset;
  border-radius: 0;
}
.video-btn img {
  -webkit-transition-duration: 600ms;
  transition-duration: 600ms;
}
.video-btn:hover {
  color: #fff;
}
.video-btn:hover img {
  filter: invert(1);
}

.border-box {
  position: relative;
  z-index: 1;
}
.border-box .bg-line {
  height: 1px;
  width: 100%;
  background: #021936;
  position: absolute;
  bottom: 50%;
  z-index: -1;
}
.border-box .bg-shape {
  background: #fff;
  width: 30%;
  height: 20px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 31%;
}

ul.slick-dots {
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 45px;
  text-align: center;
}
ul.slick-dots li {
  display: inline-block;
  border: 0;
  width: unset;
  height: unset;
}
ul.slick-dots li button {
  border: 0;
  font-size: 0;
  width: 8px;
  height: 8px;
  margin: 0px 5px 0px 5px;
  background: #f6c206;
  padding: 0;
}
ul.slick-dots li.slick-active button {
  width: 10px;
  height: 10px;
  background: #5454FF;
  transform: translateY(-1px);
}

.border-line {
  position: relative;
  z-index: 1;
}
.border-line::before {
  content: "";
  position: absolute;
  width: 80%;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
  left: 0;
  top: 51.5%;
  right: 0;
  transform: translateY(-50%);
  margin: 0 auto;
}

.arrow-style-1 .slick-prev,
.arrow-style-1 .slick-next,
.arrow-style-1 .slick-arrow,
.case-arrow .slick-prev,
.case-arrow .slick-next,
.case-arrow .slick-arrow,
.custom-arrow-one .slick-prev,
.custom-arrow-one .slick-next,
.custom-arrow-one .slick-arrow {
  padding: 0;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  background: #021936;
  position: relative;
  z-index: 1;
  border: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.arrow-style-1 .slick-prev::before,
.arrow-style-1 .slick-next::before,
.arrow-style-1 .slick-arrow::before,
.case-arrow .slick-prev::before,
.case-arrow .slick-next::before,
.case-arrow .slick-arrow::before,
.custom-arrow-one .slick-prev::before,
.custom-arrow-one .slick-next::before,
.custom-arrow-one .slick-arrow::before {
  content: "";
  position: absolute;
  width: 23px;
  height: 2px;
  background: #000;
  left: -23px;
  top: 51.5%;
  transform: translateY(-50%);
  border-radius: 1.5px 0 0 1.5px;
}
.arrow-style-1 .slick-prev:hover,
.arrow-style-1 .slick-next:hover,
.arrow-style-1 .slick-arrow:hover,
.case-arrow .slick-prev:hover,
.case-arrow .slick-next:hover,
.case-arrow .slick-arrow:hover,
.custom-arrow-one .slick-prev:hover,
.custom-arrow-one .slick-next:hover,
.custom-arrow-one .slick-arrow:hover {
  background: #5454FF;
}
.arrow-style-1 .slick-prev,
.case-arrow .slick-prev,
.custom-arrow-one .slick-prev {
  justify-content: end;
}
.arrow-style-1 .slick-prev::before,
.case-arrow .slick-prev::before,
.custom-arrow-one .slick-prev::before {
  left: auto;
  right: -23px;
}

.custom-arrow-one {
  display: inline-block;
  position: absolute;
  right: 11.4%;
  bottom: 18%;
  max-width: 225px;
  z-index: 1;
}
.custom-arrow-one .prev-p1 {
  margin-right: 56px;
  justify-content: end;
}
.custom-arrow-one .prev-p1::before {
  left: auto;
  right: -23px;
}

.case-arrow {
  position: relative;
  z-index: 3;
}
.case-arrow .slick-arrow {
  font-size: 35px;
  color: #ffffff;
  position: absolute;
  top: 29%;
}
.case-arrow .slick-prev {
  left: -8%;
}
.case-arrow .slick-prev i {
  margin-right: -2px;
}
.case-arrow .slick-next {
  right: -8%;
}
.case-arrow .slick-next i {
  margin-left: -2px;
}
@media only screen and (max-width: 1600px) {
  .case-arrow .slick-next {
    right: 0;
  }
  .case-arrow .slick-prev {
    left: 0;
  }
}

.arrow-style .slick-arrow {
  color: #021936;
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  position: absolute;
  top: 55%;
  transform: translateY(-55%);
  z-index: 1;
  border: 5px solid #F0F0FF;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.arrow-style .slick-arrow:hover {
  color: #ffffff;
  background: #5454FF;
}
.arrow-style .slick-prev {
  left: -1%;
}
.arrow-style .slick-next {
  right: -1%;
}

.arrow-style-2 .slick-prev,
.arrow-style-2 .slick-next {
  border: 0;
  color: #021936;
  background: #ffffff;
  width: 80px;
  height: 60px;
  font-size: 24px;
}
.arrow-style-2 .slick-prev:hover,
.arrow-style-2 .slick-next:hover {
  color: #ffffff;
  background: #0BC270;
}
.arrow-style-2 .slick-prev {
  border-radius: 30px 0 0 30px;
}
.arrow-style-2 .slick-next {
  border-radius: 0 30px 30px 0;
}

.arrow-style-3 {
  align-items: center;
  position: absolute;
  right: 65%;
  bottom: 22%;
  z-index: 3;
}
.arrow-style-3 .slick-prev,
.arrow-style-3 .slick-next {
  border: 1px solid #000;
  background: transparent;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.arrow-style-3 .slick-prev:hover,
.arrow-style-3 .slick-next:hover {
  border-color: #F8C367;
  background: #F8C367;
}
.arrow-style-3 .slick-prev {
  margin-right: 40px;
}

.number-wrapper {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  justify-content: center;
  z-index: -1;
  font-size: 14px;
  font-weight: 700;
  font-family: "Satoshi-Bold";
}
.number-wrapper .divider-line {
  display: inline-block;
  width: 2px;
  height: 13px;
  background: #000;
  margin: 0 3px;
  transform: translateY(9px) rotate(28deg);
}

.faq-que-list .accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.faq-que-list .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.faq-que-list .accordion-item {
  border: 1px solid #021936;
  border-radius: 10px;
  background-color: transparent;
  margin-bottom: 25px;
}
.faq-que-list .accordion-item button:focus,
.faq-que-list .accordion-item input:focus,
.faq-que-list .accordion-item input:focus,
.faq-que-list .accordion-item textarea,
.faq-que-list .accordion-item textarea:focus {
  outline: 0;
}
.faq-que-list .accordion-item .accordion-button {
  transition: unset;
  color: #021936;
  font-size: 24px;
  font-family: "Satoshi-Medium";
  font-weight: 500;
  line-height: 1.875rem;
  border: 0;
  box-shadow: none;
  background: transparent;
  border-radius: 0;
  padding: 0;
  padding: 26px 0 20px 20px;
  position: relative;
  box-shadow: 0;
  -webkit-transition: unset;
  -moz-transition: unset;
  -ms-transition: unset;
  -o-transition: unset;
  word-wrap: normal;
  display: inline-block;
}
.faq-que-list .accordion-item .accordion-button.collapsed {
  padding-bottom: 24px;
  background: transparent;
  border: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-que-list .accordion-item .accordion-button {
    padding: 21px 20px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-que-list .accordion-item .accordion-button {
    padding: 21px 20px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .faq-que-list .accordion-item .accordion-button {
    padding: 21px 10px;
    font-size: 18px;
  }
}
.faq-que-list .accordion-item .accordion-button:focus {
  box-shadow: none;
  outline: 0;
}
.faq-que-list .accordion-item .accordion-button::before {
  content: "\f2ea";
  position: absolute;
  font-family: "bootstrap-icons";
  font-size: 25px;
  font-weight: 300;
  color: #021936;
  right: 30px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  transition: 0.3s linear;
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-que-list .accordion-item .accordion-button::before {
    right: 10px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .faq-que-list .accordion-item .accordion-button::before {
    color: #021936;
    right: 5px;
    font-size: 16px;
    width: unset;
    height: unset;
    background: transparent;
  }
}
.faq-que-list .accordion-item .accordion-button::after {
  display: none;
}
.faq-que-list .accordion-item .collapsed {
  border: 0;
}
.faq-que-list .accordion-item .collapsed::before {
  content: "\f4fe";
  color: #021936;
  transform: translateY(-50%) rotate(0deg);
}
@media (max-width: 767px) {
  .faq-que-list .accordion-item .collapsed::before {
    color: #021936;
    right: 5px;
    font-size: 16px;
    width: unset;
    height: unset;
    background: transparent;
  }
}
.faq-que-list .accordion-item .accordion-body {
  padding-top: 0;
}
.faq-que-list .accordion-item .accordion-body p {
  font-size: 16px;
  color: #021936;
}
.faq-que-list.style-two .accordion-item {
  margin-bottom: 0;
}
.faq-que-list.style-two .accordion-item .accordion-button {
  padding: 30px 0 0px 20px;
  border: 0;
}
.faq-que-list.style-two .accordion-item .accordion-button span {
  color: #fff;
  font-size: 20px;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 53px;
  background: #5454FF;
  margin-right: 5px;
}
.faq-que-list.style-two .accordion-item .accordion-button.collapsed {
  background: transparent;
  padding-top: 0;
  margin-bottom: 20px;
}
.faq-que-list.style-two .accordion-item .accordion-button.collapsed span {
  color: #5454FF;
  background: rgba(84, 84, 255, 0.1);
}
.faq-que-list.style-two .accordion-item .accordion-button:focus {
  box-shadow: none;
  outline: 0;
}
.faq-que-list.style-two .accordion-item .accordion-button::before {
  display: none;
}
.faq-que-list.style-two .accordion-item .accordion-button::after {
  display: none;
}
.faq-que-list.style-two .accordion-item .collapsed {
  border: 0;
}
.faq-que-list.style-two .accordion-item .collapsed::before {
  display: none;
}
.faq-que-list.style-two .accordion-item .accordion-body {
  background: rgba(2, 25, 54, 0.03);
  padding-left: 78px;
  padding-top: 13px;
  margin-bottom: 20px;
  border: 0;
}

.what-we-do {
  background: linear-gradient(180deg, rgba(244, 244, 244, 0.3) 0%, #F4F4F4 100%);
}

.feature-wrap-1 {
  text-align: center;
  background: #ffffff;
  border-radius: 20px;
  padding: 80px 38px 70px 38px;
  margin-bottom: 40px;
}
.feature-wrap-1 .icon {
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 100%;
  border: 1.5px solid #D9D9D9;
  line-height: 150px;
  margin-bottom: 40px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.feature-wrap-1 .feature-title a {
  color: #021936;
  font-size: 28px;
  font-family: "Satoshi-Bold";
  margin-bottom: 24px;
}
.feature-wrap-1 .feature-title a:hover {
  color: #5454FF;
}
.feature-wrap-1 .description {
  margin-bottom: 45px;
}
.feature-wrap-1 .more-btn {
  color: #021936;
  font-size: 18px;
  font-weight: 700;
  font-family: "Satoshi-Bold";
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.feature-wrap-1 .more-btn img {
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.feature-wrap-1 .more-btn .arrow-back {
  display: none;
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.feature-wrap-1 .more-btn .arrow-front {
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.feature-wrap-1 .more-btn:hover {
  color: #5454FF;
}
.feature-wrap-1 .more-btn:hover img {
  filter: unset;
}
.feature-wrap-1 .more-btn:hover .arrow-back {
  display: inline-block;
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.feature-wrap-1 .more-btn:hover .arrow-front {
  visibility: hidden;
  opacity: 0;
  display: none;
  transform: scale(0);
}
.feature-wrap-1:hover .icon {
  background: #5454FF;
  border-color: #5454FF;
}
.feature-wrap-1:hover .icon img {
  filter: brightness(10%) invert(1);
}
@media only screen and (max-width: 991.98px) {
  .feature-wrap-1 {
    padding: 30px 15px;
  }
  .feature-wrap-1 .feature-title a {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .feature-wrap-1 .feature-title a {
    font-size: 22px;
  }
}

.feature-wrap-2 {
  background: #ffffff;
  border: 1px solid rgba(84, 84, 255, 0.4);
  border-radius: 20px;
  padding: 0px 49px 60px 49px;
  margin-bottom: 45px;
  margin-top: 50px;
}
.feature-wrap-2 .icon {
  text-align: center;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 1px solid #5454FF;
  line-height: 100px;
  margin-bottom: 55px;
  margin-top: -50px;
  background: #ffffff;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.feature-wrap-2 .icon img {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media only screen and (max-width: 991.98px) {
  .feature-wrap-2 .icon {
    margin-top: -84px;
  }
}
.feature-wrap-2 .feature-title {
  margin-bottom: 25px;
}
.feature-wrap-2 .feature-title a {
  color: #021936;
  font-size: 28px;
  font-family: "Satoshi-Bold";
}
.feature-wrap-2 .feature-title a:hover {
  color: #5454FF;
}
.feature-wrap-2 .description {
  margin-bottom: 40px;
}
.feature-wrap-2 .more-btn {
  color: #021936;
  font-size: 16px;
  font-weight: 700;
  font-family: "Satoshi-Bold";
  border: 1px solid #021936;
  border-radius: 30px;
  padding: 9px 38px;
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.feature-wrap-2:hover {
  border-color: #5454FF;
}
.feature-wrap-2:hover .icon {
  background: #5454FF;
  border-color: #5454FF;
}
.feature-wrap-2:hover .icon img {
  transform: scale(1.03);
  filter: brightness(10%) invert(1);
}
.feature-wrap-2:hover .more-btn {
  color: #ffffff;
  background: #5454FF;
  border-color: #5454FF;
}
@media only screen and (max-width: 1200px) {
  .feature-wrap-2 {
    padding: 30px 15px;
  }
  .feature-wrap-2 .feature-title a {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .feature-wrap-2 .feature-title a {
    font-size: 22px;
  }
}

.feature-list-one .icon {
  color: #ffffff;
  font-size: 18px;
  background: #5454FF;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  margin-right: 14px;
}
.feature-list-one .feature-title {
  color: #021936;
  font-size: 24px;
  font-weight: 500;
  font-family: "Satoshi-Medium";
}
@media only screen and (max-width: 1200px) {
  .feature-list-one .feature-title {
    font-size: 18px;
  }
}

.feature-list-two .icon {
  color: #ffffff;
  font-size: 35px;
  background: #5454FF;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  line-height: 84px;
  margin-right: 40px;
  float: left;
  overflow: hidden;
}
.feature-list-two .content {
  overflow: hidden;
}
.feature-list-two .feature-title {
  color: #021936;
  font-size: 32px;
  font-weight: 700;
  font-family: "Satoshi-Bold";
}
@media only screen and (max-width: 1200px) {
  .feature-list-two .feature-title {
    font-size: 18px;
  }
}

.feature-list-three {
  margin-top: 50px;
  padding-left: 21px;
}
.feature-list-three li {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
  font-family: "Satoshi-Medium";
}

.feature-list-four .icon {
  color: #F8C367;
  font-size: 45px;
  margin-bottom: 18px;
}
.feature-list-four .feature-title {
  color: #021936;
  font-size: 24px;
  font-weight: 500;
  font-family: "Satoshi-Medium";
  margin-bottom: 15px;
}
.feature-list-four .description {
  font-size: 16px;
  line-height: 26px;
}
@media only screen and (max-width: 1200px) {
  .feature-list-four .feature-title {
    font-size: 18px;
  }
}

.feature-list-five {
  background: #F4F4F4;
  border-radius: 6px;
  padding: 23px 25px;
}
.feature-list-five .icon {
  color: #ffffff;
  font-size: 18px;
  background: #5454FF;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  margin-right: 14px;
  transform: translateY(-3px);
}
.feature-list-five .feature-title {
  color: #021936;
  font-size: 28px;
  font-weight: 500;
  font-family: "Satoshi-Medium";
}
@media only screen and (max-width: 1200px) {
  .feature-list-five .feature-title {
    font-size: 18px;
  }
}

.widget {
  padding: 30px 40px 40px 40px;
}
@media (max-width: 1199.98px) {
  .widget {
    padding: 25px 15px 25px 15px;
  }
}

.widget-title {
  font-size: 26px;
  font-weight: 700;
  font-family: "Satoshi-Bold";
}

.blog-sidebar .widget-title {
  margin-bottom: 20px;
}
.blog-sidebar .widget {
  border-radius: 8px;
}

.social-links a {
  color: #021936;
  font-size: 22px;
  border: 1px solid #021936;
  margin-right: 10px;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.social-links a:last-child {
  margin-right: 0;
}
.social-links a:hover {
  color: #ffffff;
  background: #5454FF;
  border-color: #5454FF;
}

.category-widget li:last-child a {
  margin-bottom: 0;
}
.category-widget li a {
  color: #021936;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  font-family: "Satoshi-Medium";
  padding: 10px 0 15px 0;
  display: block;
  position: relative;
  z-index: 1;
}
.category-widget li a:hover {
  color: #5454FF;
}
@media (max-width: 1200px) {
  .category-widget li a {
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.service-category-widget li:last-child a {
  margin-bottom: 0;
}
.service-category-widget li a {
  color: #021936;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  font-family: "Satoshi-Medium";
  padding: 10px 20px 15px 20px;
  border: 1px solid #021936;
  border-radius: 10px;
  margin-bottom: 15px;
  display: block;
  position: relative;
  z-index: 1;
}
.service-category-widget li a::before {
  content: "";
  position: absolute;
  background: #5454FF;
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  border-radius: 10px;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.service-category-widget li a:hover {
  color: #ffffff;
  border-color: #5454FF;
}
.service-category-widget li a:hover::before {
  width: 100%;
}
@media (max-width: 1200px) {
  .service-category-widget li a {
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.widget-file .file-download {
  color: #191f23;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  font-family: "Satoshi-Bold";
  padding: 15px 10px 15px 20px;
  background: #ffffff;
  border: 1px solid rgba(7, 17, 6, 0.1);
  margin-bottom: 20px;
  display: block;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.widget-file .file-download:hover {
  color: #ffffff;
  background: #5454FF;
}
.widget-file ul li:last-child .file-download {
  margin-bottom: 0;
}

.comment-form input,
.comment-form textarea {
  border: 0;
  background: #F0F0FF;
  border-radius: 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  display: block;
  height: 60px;
  width: 100%;
  padding-left: 20px;
  margin-bottom: 40px;
  border-radius: 10px;
}
.comment-form input:focus,
.comment-form textarea:focus {
  outline: none;
  border-color: #021936;
}
.comment-form input::placeholder,
.comment-form textarea::placeholder {
  color: #021936;
  font-size: 16px;
}
.comment-form input::-moz-placeholder,
.comment-form textarea::-moz-placeholder {
  color: #021936;
  font-size: 16px;
}
.comment-form input::-webkit-placeholder,
.comment-form textarea::-webkit-placeholder {
  color: #021936;
  font-size: 16px;
}
.comment-form input::-o-placeholder,
.comment-form textarea::-o-placeholder {
  color: #021936;
  font-size: 16px;
}
.comment-form input::-ms-placeholder,
.comment-form textarea::-ms-placeholder {
  color: #021936;
  font-size: 16px;
}
.comment-form textarea {
  height: 146px;
  resize: none;
  padding-top: 10px;
}
.comment-form .widget-btn {
  color: #ffffff;
  font-size: 16px;
  line-height: 19px;
  font-family: "Satoshi-Bold";
  font-weight: 400;
  text-transform: uppercase;
  border: 0;
  width: 100%;
  padding: 21px 0 20px 0;
}
.comment-form p {
  display: flex;
  align-items: center;
}
.comment-form p input {
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  margin-right: 10px;
}

.page-navigation .page-link {
  display: inline-block;
  color: #021936;
  background: transparent;
  font-size: 18px;
  font-weight: 500;
  font-family: "Satoshi-Medium";
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  margin-right: 20px;
  padding: 0;
  border-radius: 5px;
  border: 1px solid #021936;
}
.page-navigation .page-link i {
  font-size: 20px;
}
.page-navigation .page-link:focus {
  z-index: 2;
  color: #021936;
  border-color: unset;
  outline: none;
  box-shadow: none;
}
.page-navigation .page-link:hover {
  color: #ffffff;
  background: #5454FF;
}

.recent-post {
  display: flex;
  align-items: center;
}
.recent-post .post-thumb {
  width: 100px;
  height: 85px;
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 0;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  background-repeat: no-repeat;
}
.recent-post h5 {
  font-size: 16px;
  font-family: "Satoshi-Medium";
  font-weight: 500;
}
.recent-post h5 a {
  color: #021936;
}
.recent-post h5 a:hover {
  color: #5454FF;
}
.recent-post span {
  color: #021936;
  font-size: 12px;
  font-weight: 400;
  font-family: "Satoshi-Regular";
}
.recent-post span i {
  color: #5454FF;
}
@media (max-width: 1599.98px) {
  .recent-post h5 {
    font-size: 18px;
  }
}

.widget-search .search-form {
  position: relative;
  z-index: 1;
}
.widget-search .search-form input {
  color: #021936;
  font-size: 16px;
  height: 60px;
  width: 100%;
  line-height: 50px;
  padding-left: 22px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #021936;
}
.widget-search .search-form input::placeholder {
  color: #021936;
}
.widget-search .search-form input::-moz-placeholder {
  color: #021936;
}
.widget-search .search-form input::-webkit-placeholder {
  color: #021936;
}
.widget-search .search-form input::-o-placeholder {
  color: #021936;
}
.widget-search .search-form .widget-btn {
  border: 0;
  background: #5454FF;
  width: 54px;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 6px;
  z-index: 1;
}
.widget-search .search-form .widget-btn i {
  font-size: 16px;
}

.tagcloud span {
  color: #191f23;
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  margin-right: 10px;
}
.tagcloud a {
  color: #021936;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  border: 1px solid #021936;
  display: inline-block;
  padding: 10px 24px;
  margin: 5px 5px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
}
.tagcloud a::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: #ffffff;
  width: 0px;
  height: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: -1;
}
.tagcloud a:hover {
  color: #ffffff;
}
.tagcloud a:hover::before {
  width: 100%;
  background: #5454FF;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .tagcloud a {
    padding: 16px 16px;
    margin: 5px 2px;
  }
}
@media (max-width: 767px) {
  .tagcloud a {
    padding: 16px 10px;
    margin: 5px 2px;
  }
}

.widget-contact {
  text-align: center;
}
.widget-contact .call-btn {
  background: #5454FF;
  display: inline-block;
  padding: 5px 21px 5px 5px;
  border-radius: 60px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  left: 55px;
  right: 55px;
  bottom: 20px;
}
.widget-contact .call-btn span {
  color: #021936;
  width: 45px;
  height: 45px;
  background: #ffffff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
}
@media only screen and (max-width: 1200px) {
  .widget-contact .call-btn {
    left: 10px;
    right: 10px;
  }
}
.widget-contact .top-content {
  position: relative;
  z-index: 1;
}
.widget-contact .top-content img {
  border-radius: 30px 30px 0 0;
}
.widget-contact .contact-title {
  font-size: 34px;
  line-height: 50px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1200px) {
  .widget-contact .contact-title {
    font-size: 28px;
    line-height: 40px;
  }
}

.cart-list-form {
  border: 1px solid rgba(7, 17, 6, 0.1);
}
.cart-list-form .table th {
  font-weight: 400;
  font-size: 18px;
  border: none;
  border-bottom: 1px solid rgba(7, 17, 6, 0.1);
  padding: 15px 30px;
  text-align: start;
  color: #021936;
}
.cart-list-form .table .product-thumbnails {
  padding-left: 20px;
  width: 100px;
}
.cart-list-form .table .product-thumbnails img {
  max-height: 100%;
  max-width: none;
}
.cart-list-form .table .product-img {
  display: block;
  max-width: 100px;
  max-height: 100px;
  overflow: hidden;
}
.cart-list-form .table tbody td {
  border: none;
  vertical-align: middle;
  text-align: center;
  padding: 30px 0;
}
@media only screen and (max-width: 991.98px) {
  .cart-list-form .table .product-thumbnails {
    padding-left: 10px;
  }
}

.cart-list-form .table-responsive {
  margin-bottom: 30px;
}
.cart-list-form .table-responsive::-webkit-scrollbar {
  width: 0.3em;
  height: 10px;
}
.cart-list-form .table-responsive::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}
.cart-list-form .table-responsive::-webkit-scrollbar-thumb {
  background-color: #5454FF;
}
.cart-list-form .table .product-info {
  padding-left: 30px;
  text-align: left;
}
.cart-list-form .table .product-info ul.style-none {
  padding: 0;
  margin: 0;
}
.cart-list-form .table .product-info ul.style-none li {
  font-weight: 500;
  display: inline-block;
  font-size: 15px;
  color: #021936;
  padding-right: 15px;
}
.cart-list-form .table .product-info .product-name {
  font-weight: 500;
  letter-spacing: -0.5px;
  font-size: 20px;
  color: #021936;
}
@media only screen and (max-width: 991.98px) {
  .cart-list-form .table .product-info .product-name {
    font-size: 18px;
  }
}
.cart-list-form .table .product-info .serial {
  font-size: 15px;
  color: #021936;
  padding-bottom: 6px;
}
@media only screen and (max-width: 991.98px) {
  .cart-list-form .table .product-info {
    padding-left: 15px;
  }
}
.cart-list-form .table .quantity .product-value {
  font-weight: 500;
  font-size: 18px;
  color: #021936;
  max-width: 55px;
  background: 0 0;
  border: none;
  text-align: center;
  padding-left: 12px;
}
@media only screen and (max-width: 991.98px) {
  .cart-list-form .table .quantity .product-value {
    max-width: 20px;
    padding-left: 0;
  }
}
.cart-list-form .table .quantity .order-box {
  padding: 0;
  margin: 0;
}
.cart-list-form .table .quantity li {
  display: inline-block;
  line-height: 40px;
  max-height: 40px;
}
.cart-list-form .table .quantity li .btn {
  font-size: 24px;
  padding: 0;
  border: none;
  vertical-align: inherit;
  color: #021936;
  background: #F0F0FF;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
@media only screen and (max-width: 991.98px) {
  .cart-list-form .table .quantity li .btn {
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
}
.cart-list-form .table .remove-product {
  color: #5454FF;
  font-size: 22px;
}
.cart-list-form .table tbody tr {
  padding: 10px 0;
  border-bottom: 1px solid rgba(119, 124, 144, 0.2);
}

.cart-list-form .table .price,
.cat__section .cart-footer .cart-total-table tr td {
  font-size: 18px;
  color: #021936;
  font-weight: 500;
}

.cart-footer .coupon-form {
  position: relative;
  z-index: 1;
}
.cart-footer .coupon-form input {
  width: 275px;
  border: none;
  background: #F0F0FF;
  font-size: 16px;
  color: #021936;
  padding-left: 14px;
  height: 40px;
  border-radius: 6px;
}
.cart-footer .coupon-form input::placeholder {
  font-size: 16px;
  color: #021936;
}
.cart-footer .coupon-form input::-moz-placeholder {
  font-size: 16px;
  color: #021936;
}
.cart-footer .coupon-form input::-o-placeholder {
  font-size: 16px;
  color: #021936;
}
.cart-footer .coupon-form input::-webkit-placeholder {
  font-size: 16px;
  color: #021936;
}
.cart-footer .coupon-form input::-ms-placeholder {
  font-size: 16px;
  color: #021936;
}
.cart-footer .coupon-form .coupon_btn {
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  height: 40px;
  padding: 0;
  width: 130px;
  text-transform: capitalize;
}
.cart-footer .coupon-form .coupon_btn:hover {
  color: #021936;
}
.cart-footer .coupon-form .coupon_btn:hover::before {
  background: #5454FF;
}
.cart-footer .update-section p {
  color: #021936;
  margin-bottom: 10px;
  cursor: pointer;
}
.cart-footer .update-cart-button {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  border: 0;
  background: #021936;
  width: max-content;
  height: 40px;
  display: inline-block;
  margin-top: -3px;
}

.cart-total-section {
  padding: 40px 30px;
  border-radius: 6px;
  background: rgba(2, 25, 54, 0.03);
}
.cart-total-section .checkout-process {
  width: 100%;
  text-align: center;
  background: #021936;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  display: block;
  padding: 10px 25px;
}
.cart-total-section .checkout-process:hover {
  background: #5454FF;
}
@media only screen and (max-width: 767.98px) {
  .cart-total-section {
    padding: 40px 15px;
  }
}

.cart-total-table tbody tr {
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(119, 124, 144, 0.2);
  margin-bottom: 25px;
}
.cart-total-table tbody tr:last-child {
  border-bottom: 0;
}
.cart-total-table tbody th,
.cart-total-table tbody td {
  color: #021936;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0px;
}

.checkout-form label {
  color: #021936;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 10px;
}
.checkout-form .single-input-wrapper,
.checkout-form textarea {
  width: 100%;
  border-radius: 4px;
  background: #F0F0FF;
  border: 0;
  color: #021936;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  height: 60px;
  padding-left: 20px;
  line-height: 60px;
  margin-bottom: 25px;
}
.checkout-form .single-input-wrapper::placeholder,
.checkout-form textarea::placeholder {
  color: #021936;
  font-size: 16px;
  font-weight: 400;
}
.checkout-form .single-input-wrapper::-ms-placeholder,
.checkout-form textarea::-ms-placeholder {
  color: #021936;
  font-size: 16px;
}
.checkout-form .single-input-wrapper::-o-placeholder,
.checkout-form textarea::-o-placeholder {
  color: #021936;
  font-size: 16px;
}
.checkout-form .single-input-wrapper::-moz-placeholder,
.checkout-form textarea::-moz-placeholder {
  color: #021936;
  font-size: 16px;
}
.checkout-form .single-input-wrapper::-webkit-placeholder,
.checkout-form textarea::-webkit-placeholder {
  color: #021936;
  font-size: 16px;
}
.checkout-form .ht-select-menu {
  width: 100%;
  border-radius: 0;
  background: #F0F0FF;
  border: 0;
  color: #021936;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  height: 60px;
  padding-left: 20px;
  line-height: 60px;
  position: relative;
  z-index: 10;
  margin-bottom: 40px;
}
.checkout-form .nice-select {
  position: relative;
  z-index: 10;
}
.checkout-form .nice-select .option {
  color: #021936;
}
.checkout-form textarea {
  height: 200px;
}
.checkout-form .checkbox-list {
  list-style: none;
  padding: 0;
}

.payment-list {
  padding: 0;
  list-style: none;
}
.payment-list p {
  color: #021936;
}
.payment-list .credit-card-form h6 {
  font-size: 16px;
}
.payment-list .credit-card-form input {
  width: 100%;
  border: 1px solid rgba(119, 124, 144, 0.15);
  padding-left: 10px;
  display: block;
  margin-bottom: 15px;
  height: 40px;
  line-height: 40px;
  color: #021936;
}
.payment-list .credit-card-form input::placeholder {
  color: #021936;
}
.payment-list .credit-card-form input::-moz-placeholder {
  color: #021936;
}
.payment-list .credit-card-form input::-ms-placeholder {
  color: #021936;
}
.payment-list .credit-card-form input::-o-placeholder {
  color: #021936;
}
.payment-list .credit-card-form input::-webkit-placeholder {
  color: #021936;
}

.checkout__section {
  overflow: hidden;
}

.shopping-cart {
  color: #021936;
  font-size: 18px;
  width: 50px;
  height: 50px;
  display: inline-block;
  border: 1.5px solid rgb(0, 0, 0);
  border-radius: 50%;
  text-align: center;
  line-height: 47px;
  position: relative;
}
.shopping-cart span {
  position: absolute;
  background: #5454FF;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  padding: 0;
  line-height: 17px;
  top: -9px;
  right: -9px;
  left: auto;
}
.shopping-cart:hover {
  background: #5454FF;
  color: #ffffff;
}

.categories-accordion .accordion-item {
  background-color: transparent;
  border: 0;
}
.categories-accordion .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.categories-accordion .accordion-button {
  border-radius: 0;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 16px;
  color: #021936;
  font-weight: 400;
  border: 0;
  background-color: rgba(7, 17, 6, 0.03);
  padding: 5px 8px;
  border-radius: 0px;
}
.categories-accordion .accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.categories-accordion .accordion-button::after {
  content: "\f078";
  font-size: 16px;
  font-family: "Font Awesome 5 Pro";
  background: none;
  transition: transform 0.2s ease-in-out;
  height: unset;
  width: unset;
}
.categories-accordion .accordion-button:not(.collapsed)::after {
  content: "\f078";
  font-size: 16px;
  font-family: "Font Awesome 5 Pro";
  background: none;
  transform: rotate(180deg);
  height: unset;
  width: unset;
}
.categories-accordion .accordion-button:not(.collapsed) {
  color: #021936;
}
.categories-accordion .accordion-item .accordion-collapse {
  list-style: none;
  border: 0;
  border-width: 0;
  background-color: rgba(7, 17, 6, 0.05);
  padding-left: 0;
}
.categories-accordion .accordion-item .accordion-collapse li {
  padding: 13px 0 0 22px;
}
.categories-accordion .accordion-item .accordion-collapse li:last-child {
  padding-bottom: 20px;
}
.categories-accordion .accordion-item .accordion-collapse li a {
  color: #021936;
  font-size: 15px;
  line-height: 1;
}

.highlight_content li:first-child {
  margin-bottom: 8px;
}
.highlight_content li a {
  color: #021936;
  font-size: 15px;
  font-weight: 300;
}

.price-range {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.price-range .filter {
  border: 0;
  background: #5454FF;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  display: inline-block;
  padding: 10px 13px;
}
.price-range label {
  color: #021936;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  margin-right: 15px;
  margin-left: 15px;
}
.price-range #amount {
  background: 0;
  color: #021936 !important;
  display: inline-block;
}

.ui-widget.ui-widget-content {
  position: relative;
  border: 0;
}

.ui-widget-content {
  border: 1px solid #ffffff;
  background: #5454FF;
  color: #ffffff;
  border: 0;
  border-radius: 4px;
}

.ui-slider-horizontal {
  height: 6px;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 15px;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  border-radius: 50%;
  border: 3px solid #021936;
  top: -4px;
  background: #f6c206;
}

.ui-widget-header {
  border: 0;
  background: #e6e6e6;
  color: #ffffff;
  font-weight: bold;
  position: absolute;
  height: 100%;
}

.ui-state-active,
.ui-state-hover:hover,
.ui-state-active:focus {
  border-color: red;
  background-color: #ffffff;
}

.widget-review .form-check .form-check-input {
  background: none;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  width: 20px;
  height: 20px;
  background: rgba(2, 25, 54, 0.1);
  margin-right: 8px;
}
.widget-review .form-check .form-check-input:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.widget-review .form-check input[type=checkbox] {
  color: #fbb807;
}
.widget-review .form-check input {
  color: #fbb807;
}
.widget-review .products_rating a {
  color: #fbb807;
}
.widget-review .products_rating span {
  color: #021936;
}

.color-picker a {
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 13px;
  margin-bottom: 10px;
}

.product-wrapper {
  padding: 15px 15px 15px 15px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-shadow: 4px 5px 45px 0px rgba(7, 17, 6, 0.03);
}
.product-wrapper .product-tag {
  color: #5454FF;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  font-family: "Satoshi-Bold";
  border-bottom: 1px solid #5454FF;
  display: inline-block;
  margin-bottom: 13px;
}
.product-wrapper .product-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 20px;
}
.product-wrapper .product-img img {
  display: block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.product-wrapper .product-img .add-to-cart {
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  margin: 0 auto;
  bottom: -60px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media only screen and (max-width: 767.98px) {
  .product-wrapper .product-img .add-to-cart {
    width: 100%;
  }
}
.product-wrapper .add-to-cart.ht-btn {
  padding: 15px 10px;
  justify-content: center;
}
.product-wrapper .product-title {
  color: #021936;
  font-weight: 600;
  margin-bottom: 4px;
}
.product-wrapper .product-title:hover {
  color: #5454FF;
}
.product-wrapper .pr-price {
  color: #021936;
  font-size: 16px;
  font-weight: 500;
  font-family: "Satoshi-Bold";
  margin-bottom: 15px;
}
.product-wrapper .pr-price .old-price {
  margin-right: 12px;
}
.product-wrapper .pr-price .new-price {
  color: rgba(2, 25, 54, 0.5);
}
@media (max-width: 991.98px) {
  .product-wrapper .semi-title {
    font-size: 20px;
  }
}
.product-wrapper:hover .product-icon {
  right: 16px;
}
.product-wrapper:hover .product-img img {
  transform: scale(1.1);
}
.product-wrapper:hover .product-img .add-to-cart {
  bottom: 16px;
}

.product-icon {
  position: absolute;
  top: 20px;
  right: -50px;
  z-index: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product-icon a {
  color: #ffffff;
  font-size: 15px;
  display: block;
  line-height: 32px;
  background: #5454FF;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 5px;
}
.product-icon a:nth-child(2) {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.product-icon a:nth-child(3) {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.product-icon a:nth-child(4) {
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -ms-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
.product-icon a:hover {
  color: #ffffff;
  background: #021936;
}

.cart-btn {
  overflow: hidden;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  background: #021936;
  width: 100%;
  display: block;
  text-align: center;
  padding: 18px 0;
  border-radius: 0;
  position: relative;
  z-index: 1;
}
.cart-btn::before {
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: -200%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
  background: #5454FF;
}
.cart-btn:hover {
  color: #ffffff;
}
.cart-btn:hover::before {
  top: -40%;
}

.shop-sidebar .widget-title {
  margin-bottom: 15px;
}

.sort-item {
  color: #021936;
  font-size: 16px;
  font-family: "Satoshi-Bold";
  font-weight: 600;
}
.sort-item .sort-btn {
  line-height: 1;
  background: #F0F0FF;
  padding: 12px 21px;
  margin-left: 15px;
  border: 0;
}
.sort-item .sort-btn i {
  margin-left: 16px;
}
.sort-item .sort-btn::after {
  display: none;
}
.sort-item .sort-btn:hover {
  color: #ffffff;
  background: #5454FF;
}

.product-item-slider .product-item {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.product-item-slider .product-item img {
  display: inline-block;
  padding: 10px;
  padding-left: 0;
}
@media (max-width: 991.98px) {
  .product-item-slider .product-item img {
    width: 100%;
    padding: 0;
  }
}

.product-thumb-slider .product-item {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}
.product-thumb-slider .product-item img {
  object-fit: cover;
  display: inline-block;
  padding: 10px;
  padding-left: 0;
  width: 100px;
  height: 100px;
}

.cart-plus-minus {
  position: relative;
  display: inline-block;
}
.cart-plus-minus input {
  color: #021936;
  background: rgba(7, 17, 6, 0.03);
  border: 0;
  height: 50px;
  width: 130px;
  font-size: 25px;
  line-height: 1;
  text-align: center;
  margin-top: 1px;
  border-radius: 0;
}
.cart-plus-minus .qtybutton {
  background: rgba(2, 25, 54, 0.3);
  width: 35px;
  height: 35px;
  line-height: 30px;
  position: absolute;
  border-radius: 50%;
  font-size: 25px;
  color: #fff;
  left: 7px;
  top: 18%;
  z-index: 1;
  cursor: pointer;
}
.cart-plus-minus .inc {
  left: auto;
  right: 7px;
  line-height: 35px;
}

.product-details .product-title {
  color: #021936;
  font-size: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .product-details .product-title {
    font-size: 28px;
  }
}
@media (max-width: 991.98px) {
  .product-details .product-title {
    font-size: 24px;
  }
}
.product-details .price-list .old-price {
  font-size: 20px;
  color: #021936;
  margin-right: 10px;
}
.product-details .price-list .new-price {
  font-size: 22px;
  color: #5454FF;
  font-family: "Satoshi-Bold";
}
.product-details .add-to-cart {
  overflow: hidden;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-family: "Satoshi-Bold";
  font-weight: 500;
  background: #5454FF;
  padding: 14px 40px;
  border-radius: 4px;
  position: relative;
  z-index: 1;
}
.product-details .add-to-cart::before {
  -webkit-transition-duration: 800ms;
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: -200%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
  background: #021936;
}
.product-details .add-to-cart:hover {
  color: #ffffff;
}
.product-details .add-to-cart:hover::before {
  top: -40%;
}
@media (max-width: 767px) {
  .product-details .add-to-cart {
    text-align: center;
    width: 100%;
    padding: 16px 23px;
  }
}
.product-details .cart-btn {
  width: unset;
  padding: 16px 133px;
  line-height: 20px;
  display: inline-block;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .product-details .cart-btn {
    width: 100%;
    padding: 16px 23px;
  }
}

.product-rating a {
  color: #f7c600;
  font-size: 20px;
}
.product-rating a:last-child {
  color: #021936;
}

.color-mode {
  display: flex;
  align-items: center;
}
.color-mode p {
  color: #021936;
  margin-bottom: 0;
}
.color-mode .color-cus {
  background: #ffffff;
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 7px;
}

.product-tab {
  border: 0;
  background: 0;
  border-radius: 0;
  justify-content: center;
  background: rgba(2, 25, 54, 0.03);
  padding: 2px 0;
}
.product-tab .nav-link {
  border: 0;
  border-radius: 0;
  color: #021936;
  font-size: 17px;
  font-family: "Satoshi-Bold";
  font-weight: 500;
  line-height: 30px;
  display: inline-block;
  padding: 15px 0;
  margin: 0 30px;
}
.product-tab .nav-link.active, .product-tab .nav-link:hover {
  color: #5454FF;
  background-color: transparent;
  border-bottom: 2px solid #5454FF;
}

.cart-menu-right {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
.cart-menu-right.cart-info {
  right: 0;
  opacity: 1;
  visibility: visible;
  display: block;
  transition: all 0.5s ease-in-out;
}
.cart-menu-right .close-icon a {
  color: #222222;
  padding-left: 10px;
  position: absolute;
  top: 36px;
  border: 1px solid #5454FF;
  padding-left: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  left: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.cart-menu-right .close-icon a i {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.cart-menu-right .close-icon a:hover {
  color: #5454FF;
}
.cart-menu-right .close-icon a:hover i {
  transform: rotate(180deg);
}

.cart-style-1 {
  padding: 100px 30px 30px 20px;
  position: fixed;
  z-index: 1200;
  width: 450px;
  height: 100%;
  left: auto;
  right: -450px;
  top: 0;
  background: #ffffff;
  box-shadow: 0 1px 21px 0 rgba(43, 43, 43, 0.08);
  transition: all 0.5s ease-in-out;
}
.cart-style-1 .dropdown-cart-products {
  overflow-y: auto;
}
.cart-style-1 .product {
  display: flex;
  align-items: flex-start;
  padding: 10px 20px 25px 10px;
  position: relative;
  border-bottom: 1px solid #ededed;
  margin-bottom: 15px;
}
.cart-style-1 .product__cart-details {
  margin-bottom: 0;
}
.cart-style-1 .product__cart-details .product-title {
  color: #021936;
  font-weight: 400;
  margin-bottom: 10px;
}
.cart-style-1 .product__cart-details .product-title a:hover {
  color: #5454FF;
}
.cart-style-1 .product .cart-product-info {
  color: #021936;
}
.cart-style-1 .product figure {
  margin-bottom: 0;
}
.cart-style-1 .product .product-img {
  display: block;
  width: 132px;
  height: auto;
}
.cart-style-1 .product .remove-btn {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 50%;
  display: flex;
  align-items: center;
  transform: translateY(-100%);
}
.cart-style-1 .product .remove-btn i {
  color: #021936;
  font-size: 14px;
  line-height: 1;
}
.cart-style-1 .cart-total {
  display: flex;
  align-items: flex-end;
  color: #021936;
  text-transform: uppercase;
}
.cart-style-1 .cart-total .cart-total-price {
  margin-left: auto;
}
.cart-style-1 .cart-action .btn {
  background: #5454FF;
  border-radius: 0;
  padding: 6px 20px;
  border: 0;
}
.cart-style-1 .cart-action .btn-outline-primary-2 {
  background: transparent;
  border: 1px solid #5454FF;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 6px 30px 6px 20px;
  margin-left: 10px;
}
.cart-style-1 .cart-action .btn-outline-primary-2 i {
  transform: translateX(10px);
  line-height: 1;
}
.cart-style-1 .cart-action .btn-outline-primary-2:hover {
  color: #ffffff;
  background: #5454FF;
}
@media only screen and (max-width: 767.98px) {
  .cart-style-1 {
    width: 315px;
  }
  .cart-style-1 .product .product-img {
    width: 88px;
  }
  .cart-style-1 .product .product-img img {
    width: 100%;
  }
}

.social-links-two a {
  color: #021936;
  font-size: 18px;
  display: inline-block;
  border: 1px solid rgba(2, 25, 54, 0.1);
  margin-right: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.social-links-two a:hover {
  color: #5454FF;
  transform: scale(1.1);
}

.theme-banner-one {
  background: rgba(244, 244, 244, 0.3);
  margin-top: 25px;
  position: relative;
  z-index: 1;
}
.theme-banner-one .ht-slider-wrapper {
  padding-top: 248px;
  padding-bottom: 170px;
  border-radius: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: block;
  z-index: 2;
}
.theme-banner-one .ht-slider-wrapper::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(64, 88, 149, 0.7) 0%, rgba(64, 105, 160, 0.4) 52.64%, rgba(38, 116, 141, 0) 76%, rgba(38, 116, 141, 0) 100%);
  border-radius: 30px;
}
.theme-banner-one .ht-slider-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(64, 88, 149, 0.7) 0%, rgba(64, 105, 160, 0.4) 52.64%, rgba(38, 116, 141, 0) 76%, rgba(38, 116, 141, 0) 100%);
  border-radius: 30px;
}
.theme-banner-one .main-title {
  color: #021936;
  font-size: 110px;
  line-height: 1.1;
  margin-bottom: 120px;
  position: relative;
  z-index: 1;
}
.theme-banner-one .main-title .shapes-1 {
  position: absolute;
  left: -33px;
  top: 0;
  z-index: -1;
}
.theme-banner-one p {
  color: #ffffff;
  font-size: 28px;
  line-height: 44px;
  max-width: 65%;
  margin-bottom: 45px;
}
.theme-banner-one .user-wrapper {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 91px 68px 0px;
  border-radius: 70px;
  width: max-content;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
}
.theme-banner-one .user-wrapper .bg-shape-vector {
  padding-left: 48px;
}
.theme-banner-one .user-wrapper .inner-wrapper {
  position: absolute;
  top: 0;
  left: 9%;
  z-index: 1;
}
.theme-banner-one .user-wrapper .number {
  font-size: 28px;
  color: #5454FF;
  font-weight: 500;
  font-family: "Satoshi-Medium";
  margin-bottom: 0;
}
.theme-banner-one .user-wrapper p {
  color: #021936;
  font-size: 28px;
  margin-bottom: 0;
  line-height: 1;
}
.theme-banner-one .user-list {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
}
.theme-banner-one .user-list li {
  margin-left: -18px;
  position: relative;
  z-index: 1;
}
.theme-banner-one .user-list li:first-child {
  margin-left: 0;
}
.theme-banner-one .user-list li:nth-child(2) {
  z-index: 2;
}
.theme-banner-one .user-list li:nth-child(3) {
  z-index: 3;
}
.theme-banner-one .user-list li:nth-child(4) {
  z-index: 4;
}
.theme-banner-one .user-list li:nth-child(5) {
  z-index: 5;
}
.theme-banner-one .user-list li:last-child {
  margin-right: 15px;
}
.theme-banner-one .user-list img {
  border-radius: 50%;
}
.theme-banner-one .user-list .add-user {
  width: 65px;
  height: 65px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #5454FF;
  border-radius: 50%;
  border: 4px solid #ffffff;
  font-size: 35px;
  color: #ffffff;
}
.theme-banner-one .ht-btn {
  color: #ffffff;
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(25px);
}
.theme-banner-one .ht-btn span {
  background: #ffffff;
  color: #021936;
}
.theme-banner-one .ht-btn:hover {
  border-color: #5454FF;
}
.theme-banner-one .user-thumb img {
  display: inline-block;
  border-radius: 50%;
  width: 42px;
}
.theme-banner-one .user-thumb .media-1 {
  position: relative;
  z-index: 1;
}
.theme-banner-one .user-thumb .media-2 {
  position: relative;
  z-index: 3;
  margin-left: -17px;
}
.theme-banner-one .user-thumb .media-3 {
  position: relative;
  z-index: 5;
  margin-left: -17px;
}
.theme-banner-one .user-thumb .media-add {
  background: #f6c206;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 36px;
  display: inline-block;
  font-size: 25px;
  color: #021936;
  text-align: center;
  border: 2px solid #ffffff;
  position: relative;
  z-index: 5;
  margin-left: -17px;
  transform: translateY(4px);
}
.theme-banner-one ul.slick-dots {
  display: flex;
  flex-direction: column;
  right: auto;
  left: 10%;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}
.theme-banner-one ul.slick-dots li button {
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.theme-banner-one ul.slick-dots li button::before {
  content: " ";
  width: 14px;
  height: 14px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #5454FF;
  left: -3px;
  top: -3px;
  position: absolute;
  z-index: 1;
}
.theme-banner-one ul.slick-dots li.slick-active button::before {
  width: 16px;
  height: 16px;
  border: 2px solid #f6c206;
  left: -3px;
  top: -3px;
}
@media only screen and (max-width: 1800px) {
  .theme-banner-one ul.slick-dots {
    left: auto;
    right: 10%;
  }
}
@media only screen and (max-width: 991.98px) {
  .theme-banner-one ul.slick-dots {
    justify-content: center;
    flex-direction: row;
    left: 0;
    right: 0;
    top: auto;
    bottom: 5%;
  }
}
.logo-txt{
  font-size: 25px;
}
.theme-banner-one .about-project {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.theme-banner-one .about-project .bg-shape-vector2 {
  padding-right: 48px;
}
.theme-banner-one .about-project .video-content {
  position: absolute;
  z-index: 1;
  right: 48px;
  bottom: 0;
}
.theme-banner-one .about-project .popup-video {
  width: 60px;
  height: 60px;
  background: #5454FF;
  line-height: 60px;
  font-size: 30px;
  margin-right: 20px;
}
.theme-banner-one .about-project .h-title-1 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Satoshi-Medium";
  margin-bottom: 0;
}
.theme-banner-one .about-project .h-title-2 {
  color: #5454FF;
  font-size: 16px;
  font-weight: 400;
  font-family: "Satoshi-Regular";
}
@media only screen and (max-width: 1200px) {
  .theme-banner-one .ht-slider-wrapper {
    padding-top: 130px;
    padding-bottom: 120px;
  }
  .theme-banner-one .main-title {
    font-size: 85px;
    margin-bottom: 60px;
  }
  .theme-banner-one p {
    font-size: 22px;
    max-width: 100%;
  }
  .theme-banner-one .shapes-1 {
    width: 95%;
  }
}
@media only screen and (max-width: 991.98px) {
  .theme-banner-one .main-title {
    font-size: 75px;
  }
  .theme-banner-one .main-title .shape-1 {
    display: none;
  }
  .theme-banner-one p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-banner-one .ht-slider-wrapper {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .theme-banner-one .main-title {
    font-size: 45px;
    margin-bottom: 40px;
  }
  .theme-banner-one p {
    font-size: 20px;
    line-height: 34px;
    max-width: 100%;
  }
}

.theme-banner-two {
  padding-top: 295px;
  padding-bottom: 220px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: block;
  z-index: 2;
}
.theme-banner-two .shape-1,
.theme-banner-two .shape-2,
.theme-banner-two .shape-3 {
  position: absolute;
  z-index: 1;
  border-radius: 30px;
}
.theme-banner-two .shape-1 {
  right: 38.6%;
  top: 21%;
  animation: float-bob-y 12s infinite alternate-reverse;
}
.theme-banner-two .shape-2 {
  right: 84px;
  top: 26.5%;
  animation: float-bob-y 10s infinite alternate-reverse;
}
.theme-banner-two .shape-3 {
  right: 10.5%;
  top: 58%;
  animation: float-bob-y 8s infinite alternate-reverse;
}
.theme-banner-two .sub-title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  font-family: "Satoshi-Medium";
  margin-bottom: 15px;
}
.theme-banner-two .main-title {
  color: #ffffff;
  font-size: 110px;
  line-height: 1.1;
  margin-bottom: 27px;
}
.theme-banner-two p {
  color: #ffffff;
  font-size: 28px;
  line-height: 44px;
  max-width: 91%;
  margin-bottom: 60px;
}
.theme-banner-two .ht-btn.bstyle {
  min-width: unset;
  background: #ffffff;
  border-color: #ffffff;
}
.theme-banner-two .ht-btn.bstyle::before {
  background: #5454FF;
}
.theme-banner-two .ht-btn.bstyle span {
  position: relative;
  line-height: 40px;
}
.theme-banner-two .ht-btn.bstyle:hover {
  border-color: #5454FF;
  background: #5454FF;
}
.theme-banner-two .ht-btn.bstyle:hover span {
  color: #021936;
  background: #ffffff;
}
.theme-banner-two .ht-btn.bstyle:hover span img {
  filter: brightness(100%) invert(1);
}
@media only screen and (max-width: 1600px) {
  .theme-banner-two {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  .theme-banner-two .main-title {
    font-size: 75px;
  }
  .theme-banner-two p {
    font-size: 22px;
  }
  .theme-banner-two .hero-counter {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .theme-banner-two {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  .theme-banner-two .main-title {
    font-size: 75px;
  }
  .theme-banner-two p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991.98px) {
  .theme-banner-two {
    padding-top: 150px;
  }
  .theme-banner-two .main-title {
    font-size: 65px;
  }
  .theme-banner-two p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-banner-two .sub-title {
    font-size: 20px;
  }
  .theme-banner-two .main-title {
    font-size: 45px;
    margin-bottom: 40px;
  }
  .theme-banner-two p {
    font-size: 20px;
    line-height: 34px;
    max-width: 100%;
  }
}

.hero-counter {
  max-width: 905px;
  width: 100%;
  height: 165px;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 30px 0 0 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding-left: 90px;
  padding-right: 90px;
}
.hero-counter .counter-wrap-5 {
  margin-top: 7px;
}

.theme-banner-three {
  padding-top: 216px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: block;
  z-index: 2;
}
.theme-banner-three .shape-1 {
  position: absolute;
  right: 0;
  top: -17px;
  z-index: -1;
}
.theme-banner-three .hero-content {
  padding-left: 185px;
}
.theme-banner-three .main-title {
  color: #021936;
  font-size: 110px;
  line-height: 1.1;
  margin-bottom: 30px;
}
.theme-banner-three p {
  color: #021936;
  font-size: 28px;
  line-height: 44px;
  max-width: 91%;
  margin-bottom: 63px;
}
.theme-banner-three .ht-btn.bstyle {
  color: #ffffff;
  min-width: unset;
  background: #0BC270;
  border-color: #0BC270;
}
.theme-banner-three .ht-btn.bstyle::before {
  background: #021936;
}
.theme-banner-three .ht-btn.bstyle span {
  background: #ffffff;
  position: relative;
  line-height: 40px;
}
.theme-banner-three .ht-btn.bstyle:hover {
  border-color: #021936;
  background: #021936;
}
.theme-banner-three .shape-2 {
  position: absolute;
  right: 0;
  top: 30%;
}
.theme-banner-three .shape-3 {
  position: absolute;
  left: 4.2%;
  top: 30%;
  z-index: 1;
  animation: zoomIn infinite 5s linear;
}
.theme-banner-three .shape-4 {
  position: absolute;
  right: 57%;
  bottom: 113px;
  animation: jumpAni infinite 5s linear;
}
.theme-banner-three .client-counter {
  position: absolute;
  right: 66%;
  bottom: 18%;
  z-index: 1;
  background: #021936;
  border-radius: 8px;
  text-align: center;
  padding: 41px 56px;
  animation: jumpAni 7s infinite linear;
}
.theme-banner-three .client-counter .number {
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
  font-family: "Satoshi-Bold";
  margin-bottom: 0;
}
.theme-banner-three .client-counter .counter-title {
  color: #ffffff;
  font-size: 20px;
}
@media only screen and (max-width: 1600px) {
  .theme-banner-three .hero-content {
    padding-left: 0;
  }
  .theme-banner-three .main-title {
    font-size: 75px;
  }
  .theme-banner-three p {
    font-size: 22px;
  }
  .theme-banner-three .client-counter {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .theme-banner-three {
    padding-top: 200px;
  }
  .theme-banner-three .main-title {
    font-size: 55px;
  }
  .theme-banner-three p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991.98px) {
  .theme-banner-three .main-title {
    font-size: 65px;
  }
  .theme-banner-three p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-banner-three {
    padding-top: 50px;
  }
  .theme-banner-three .sub-title {
    font-size: 20px;
  }
  .theme-banner-three .main-title {
    font-size: 45px;
    margin-bottom: 40px;
  }
  .theme-banner-three p {
    font-size: 20px;
    line-height: 34px;
    max-width: 100%;
  }
}

.theme-banner-four {
  padding-top: 284px;
  padding-bottom: 188px;
  background: #ADCED9;
  position: relative;
  display: block;
  z-index: 2;
}
.theme-banner-four .shape-1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.theme-banner-four .hero-content {
  padding-left: 200px;
}
.theme-banner-four .sub-title {
  color: #021936;
  font-size: 24px;
  font-weight: 500;
  font-family: "Satoshi-Medium";
  margin-bottom: 8px;
}
.theme-banner-four .main-title {
  color: #021936;
  font-size: 110px;
  line-height: 1.1;
  margin-bottom: 30px;
}
.theme-banner-four .main-title .title-line-shape {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.theme-banner-four .main-title .line-shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
  z-index: -1;
  max-width: 100%;
}
.theme-banner-four p {
  color: #021936;
  font-size: 28px;
  line-height: 44px;
  max-width: 91%;
  margin-bottom: 47px;
}
.theme-banner-four .ht-btn.bstyle {
  text-transform: uppercase;
  min-width: unset;
  background: #ffffff;
  border-color: #021936;
}
.theme-banner-four .ht-btn.bstyle::before {
  background: #F8C367;
}
.theme-banner-four .ht-btn.bstyle span {
  width: 55px;
  height: 55px;
  background: #ffffff;
  position: relative;
  line-height: 40px;
  margin-right: 20px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.theme-banner-four .ht-btn.bstyle span img {
  width: 41px;
}
.theme-banner-four .ht-btn.bstyle:hover {
  color: #021936;
  border-color: #F8C367;
}
.theme-banner-four .ht-btn.bstyle:hover span {
  margin-right: 0;
}
.theme-banner-four .popup-video {
  color: #021936;
  font-size: 30px;
  background: transparent;
  border: 1px solid #000;
  width: 70px;
  height: 70px;
  line-height: 70px;
}
.theme-banner-four .popup-video:hover {
  color: #ffffff;
  border-color: #F8C367;
  background: #F8C367;
}
.theme-banner-four .shape-2 {
  position: absolute;
  right: 0;
  top: 30%;
  z-index: 1;
}
.theme-banner-four .hero-img {
  position: absolute;
  z-index: 1;
  max-width: 886px;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.theme-banner-four .user-list {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
  background: rgba(255, 255, 255, 0.7);
  padding: 19px 29px;
  border-radius: 70px;
  width: max-content;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 20%;
}
.theme-banner-four .user-list li {
  margin-left: -18px;
  position: relative;
  z-index: 1;
}
.theme-banner-four .user-list li:first-child {
  margin-left: 0;
}
.theme-banner-four .user-list li:nth-child(2) {
  z-index: 2;
}
.theme-banner-four .user-list li:nth-child(3) {
  z-index: 3;
}
.theme-banner-four .user-list li:nth-child(4) {
  z-index: 4;
}
.theme-banner-four .user-list li:nth-child(5) {
  z-index: 5;
}
.theme-banner-four .user-list img {
  border-radius: 50%;
}
.theme-banner-four .user-list .number {
  border-radius: 50%;
  background: #000;
  font-size: 22px;
  color: #fff;
  width: 65px;
  height: 65px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 4px solid #fff;
}
@media only screen and (max-width: 1800px) {
  .theme-banner-four {
    padding-bottom: 120px;
  }
  .theme-banner-four .hero-content {
    padding-left: 15px;
  }
  .theme-banner-four .hero-img {
    max-width: 700px;
  }
}
@media only screen and (max-width: 1600px) {
  .theme-banner-four {
    padding-bottom: 100px;
  }
  .theme-banner-four .hero-content {
    padding-left: 15px;
  }
  .theme-banner-four .main-title {
    font-size: 75px;
  }
  .theme-banner-four p {
    font-size: 22px;
    line-height: 38px;
  }
  .theme-banner-four .hero-img {
    max-width: 650px;
  }
}
@media only screen and (max-width: 1200px) {
  .theme-banner-four {
    padding-top: 220px;
  }
  .theme-banner-four .hero-content {
    padding-left: 0;
  }
  .theme-banner-four .main-title {
    font-size: 55px;
  }
  .theme-banner-four p {
    font-size: 22px;
  }
  .theme-banner-four .hero-img {
    max-width: 500px;
    bottom: auto;
  }
}
@media only screen and (max-width: 991.98px) {
  .theme-banner-four .main-title {
    font-size: 65px;
  }
  .theme-banner-four p {
    font-size: 18px;
  }
  .theme-banner-four .hero-img {
    position: relative;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 50px;
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-banner-four .sub-title {
    font-size: 20px;
  }
  .theme-banner-four .main-title {
    font-size: 45px;
    margin-bottom: 40px;
  }
  .theme-banner-four p {
    font-size: 20px;
    line-height: 34px;
    max-width: 100%;
  }
  .theme-banner-four .user-list {
    display: none;
  }
}

/*title-one*/
.title-one .sub-title {
  color: #ADADAD;
  font-size: 18px;
  font-weight: 500;
  font-family: "Satoshi-Medium";
  margin-bottom: 18px;
}
.title-one .title {
  font-size: 72px;
  line-height: 1.14;
  font-family: "Satoshi-Bold";
  font-weight: 700;
  margin-bottom: 25px;
}
.title-one p {
  font-size: 22px;
  line-height: 38px;
}
@media only screen and (max-width: 1600px) {
  .title-one .title {
    font-size: 55px;
  }
  .title-one p {
    font-size: 18px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 1200px) {
  .title-one .title {
    font-size: 45px;
  }
  .title-one p {
    font-size: 18px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 991.98px) {
  .title-one .title {
    font-size: 32px;
  }
}

.title-two .sub-title {
  color: #ADADAD;
  font-size: 18px;
  font-weight: 500;
  font-family: "Satoshi-Medium";
  margin-bottom: 18px;
}
.title-two .title {
  font-size: 72px;
  line-height: 1.14;
  font-family: "Satoshi-Bold";
  font-weight: 700;
  display: inline-block;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
.title-two .title span {
  position: relative;
  display: inline-block;
}
.title-two .title span .line-shape2 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  z-index: -1;
  max-width: 100%;
}
.title-two .title .line-shape {
  position: absolute;
  top: 90%;
  right: 0;
  z-index: -1;
}
@media only screen and (max-width: 1200px) {
  .title-two .title .line-shape {
    display: none;
  }
}
.title-two p {
  font-size: 22px;
  line-height: 38px;
}
@media only screen and (max-width: 1600px) {
  .title-two .title {
    font-size: 55px;
  }
  .title-two p {
    font-size: 18px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 1200px) {
  .title-two .title {
    font-size: 45px;
  }
  .title-two p {
    font-size: 18px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 991.98px) {
  .title-two .title {
    font-size: 32px;
  }
}

.para-text {
  font-size: 22px;
  line-height: 38px;
}
@media only screen and (max-width: 1200px) {
  .para-text {
    font-size: 18px;
    line-height: 34px;
  }
}

.border-text {
  position: relative;
  z-index: 1;
}
.border-text::before {
  content: "";
  background: #5454FF;
  width: 2px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 6px;
  z-index: 1;
}

.newsletter-title {
  font-size: 34px;
  font-weight: 600;
}
@media only screen and (max-width: 1200px) {
  .newsletter-title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991.98px) {
  .newsletter-title {
    font-size: 24px;
  }
}

.semi-title {
  font-size: 60px;
  font-weight: 700;
  font-family: "Satoshi-Bold";
}
@media only screen and (max-width: 1600px) {
  .semi-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1200px) {
  .semi-title {
    font-size: 28px;
  }
}

.semi-title-2 {
  font-size: 42px;
  font-weight: 700;
  font-family: "Satoshi-Bold";
}
@media only screen and (max-width: 1600px) {
  .semi-title-2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1200px) {
  .semi-title-2 {
    font-size: 28px;
  }
}

.text-wrapper-section .divider-line {
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  display: block;
}

.img-wrapper-one .main-img {
  position: relative;
  z-index: 2;
}
.img-wrapper-one .thumb {
  position: absolute;
  z-index: 2;
  right: 12px;
  top: 65%;
  border-radius: 20px;
  border: 10px solid #fff;
}
@media only screen and (max-width: 767.98px) {
  .img-wrapper-one .thumb {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .img-wrapper-one .thumb {
    top: 30%;
  }
  .img-wrapper-one .counter-wrap-2 {
    top: 80%;
  }
}

.img-wrapper-two {
  display: inline-block;
}
.img-wrapper-two .main-img {
  position: relative;
  z-index: 2;
}
.img-wrapper-two .counter-wrap-3 {
  left: -100px;
}
@media only screen and (max-width: 1600px) {
  .img-wrapper-two .counter-wrap-3 {
    left: 0;
  }
}

.img-wrapper-three .main-img {
  border-radius: 50px 0 50px 0;
}
.img-wrapper-three .float-content {
  padding: 25px 25px 20px 25px;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  height: auto;
  border-radius: 20px;
  background: #ffffff;
  max-width: 345px;
  right: 0;
  bottom: 70px;
  box-shadow: 0px 10px 50px 0px rgba(25, 65, 103, 0.15);
  animation: float-bob-y infinite alternate-reverse 8s;
}
.img-wrapper-three .float-content .icon {
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  line-height: 70px;
  display: inline-block;
  background: #5454FF;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-right: 20px;
}
.img-wrapper-three .float-content .counter-title {
  font-size: 24px;
  font-weight: 700;
  font-family: "Satoshi-Bold";
  margin-bottom: 0;
  word-wrap: break-word;
}

.img-wrapper-four {
  display: inline-block;
}
.img-wrapper-four .main-img {
  border-radius: 0 60px 0 60px;
  position: relative;
  z-index: 1;
}
.img-wrapper-four .popup-video {
  color: #ffffff;
  font-size: 40px;
  background: #5454FF;
  width: 140px;
  height: 140px;
  line-height: 140px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.img-wrapper-five {
  position: relative;
  z-index: 1;
}
.img-wrapper-five .main-img {
  border-radius: 30px;
}
.img-wrapper-five .icon {
  display: flex;
  margin-right: 30px;
}
.img-wrapper-five .icon span img {
  border-radius: 50%;
  border: 5px solid #ffffff;
}
.img-wrapper-five .icon span:last-child {
  margin-left: -15px;
}
.img-wrapper-five .icon span:nth-child(2) {
  position: relative;
  z-index: 3;
  margin-left: -15px;
}
.img-wrapper-five .float-content-2 {
  padding: 25px 35px 20px 25px;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  height: auto;
  border-radius: 20px;
  background: #ffffff;
  max-width: max-content;
  left: 65px;
  bottom: 65px;
  box-shadow: 0px 10px 50px 0px rgba(25, 65, 103, 0.15);
  animation: float-bob-y infinite alternate-reverse 8s;
}
.img-wrapper-five .float-content-2 .number {
  font-size: 30px;
}
.img-wrapper-five .float-content-2 .counter-title {
  color: #ADADAD;
  font-size: 22px;
  font-weight: 400;
  font-family: "Satoshi-Regular";
  margin-bottom: 0;
  word-wrap: break-word;
}
.img-wrapper-five .popup-video {
  background: #0BC270;
  width: 95px;
  height: 95px;
  border-radius: 10px 0 20px 0;
  font-size: 35px;
  position: absolute;
  left: 0;
  top: 0;
  border-right: 10px solid #ffffff;
  border-bottom: 10px solid #ffffff;
}
@media only screen and (max-width: 991.98px) {
  .img-wrapper-five .popup-video {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.img-wrapper-six {
  position: relative;
  z-index: 1;
}
.img-wrapper-six .main-img {
  position: relative;
  z-index: 1;
}
.img-wrapper-six .shape-img {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.img-wrapper-six .shape-img-2 {
  position: absolute;
  left: -8%;
  bottom: 35px;
  z-index: 1;
  animation: jumpAni infinite 8s linear;
}
.img-wrapper-six .float-content {
  align-items: center;
  text-align: start;
  width: max-content;
  border-radius: 10px;
  background: #ffffff;
  padding: 15px 30px 15px 20px;
  box-shadow: 0px 15px 40px 0px rgba(0, 0, 0, 0.08);
  right: 0;
  top: 36%;
  z-index: 1;
}
.img-wrapper-six .float-content .icon {
  color: #0BC270;
  text-align: center;
  line-height: 44px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #ADADAD;
  margin-right: 20px;
}
.img-wrapper-six .float-content .number {
  font-size: 16px;
  margin-bottom: 0;
}
.img-wrapper-six .float-content .counter-title {
  font-size: 16px;
  margin-bottom: 0;
}

.img-wrapper-seven {
  position: relative;
  z-index: 1;
}
.img-wrapper-seven .main-img {
  border-radius: 30px;
}
.img-wrapper-seven .float-content-2 {
  padding: 21px 35px 20px 25px;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
  height: auto;
  border-radius: 20px;
  background: #ffffff;
  max-width: max-content;
  left: -85px;
  bottom: 75px;
  box-shadow: 0px 10px 50px 0px rgba(25, 65, 103, 0.15);
  animation: float-bob-y infinite alternate-reverse 8s;
}
.img-wrapper-seven .float-content-2 .icon {
  color: #021936;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  background: #F8C367;
  border-radius: 50%;
  width: 57px;
  height: 57px;
}
.img-wrapper-seven .float-content-2 .number {
  font-size: 28px;
  margin-bottom: 0;
}
.img-wrapper-seven .float-content-2 .counter-title {
  font-size: 20px;
  margin-bottom: 0;
}

.img-wrapper-eight {
  display: inline-block;
}
.img-wrapper-eight .main-img {
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.img-wrapper-eight .popup-video {
  color: #021936;
  font-size: 55px;
  background: #F8C367;
  width: 140px;
  height: 140px;
  line-height: 140px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.text-wrapper-one {
  padding-left: 50px;
}
@media only screen and (max-width: 1200px) {
  .text-wrapper-one {
    padding-left: 0;
  }
}

.text-wrapper-three {
  padding-right: 150px;
}
@media only screen and (max-width: 1600px) {
  .text-wrapper-three {
    padding-right: 0;
  }
}

.text-wrapper-four {
  padding-left: 40px;
}
@media only screen and (max-width: 1600px) {
  .text-wrapper-four {
    padding-left: 0;
  }
}

.brand-logo {
  text-align: center;
  width: calc(100% - 240px);
  margin: 0 auto;
}
.brand-logo a {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.brand-logo a img {
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.brand-logo a:hover {
  transform: translateY(-5px);
}
.brand-logo a:hover img {
  opacity: 0.8;
}
@media only screen and (max-width: 1600px) {
  .brand-logo {
    width: 100%;
  }
}

.video-wrap-1 {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.video-wrap-1 img {
  animation: rotation infinite linear 20s;
}
.video-wrap-1 .popup-video {
  color: #5454FF;
  font-size: 40px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.counter-wrap-1 {
  overflow: hidden;
  padding: 130px 44px 100px 44px;
  background: #5454FF;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-self: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.counter-wrap-1::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 621px;
  height: 621px;
  flex-shrink: 0;
  border-radius: 100%;
  background: #499CF4;
  top: -71%;
  right: -80%;
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.counter-wrap-1::after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 368px;
  width: 368px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.15);
  left: -50%;
  bottom: -50%;
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.counter-wrap-1 .number {
  color: #ffffff;
  font-size: 120px;
  font-weight: 400;
  font-family: "Satoshi-Medium";
  line-height: 1;
  margin-bottom: 14px;
}
.counter-wrap-1 .description {
  color: #ffffff;
  font-size: 28px;
  margin-bottom: 64px;
}
.counter-wrap-1:hover::before {
  right: -120%;
  top: -120%;
}
.counter-wrap-1:hover::after {
  left: -100%;
  bottom: -100%;
}
@media only screen and (max-width: 991.98px) {
  .counter-wrap-1 .number {
    font-size: 75px;
  }
}
@media only screen and (max-width: 991.98px) {
  .counter-wrap-1 {
    padding: 30px 15px;
  }
  .counter-wrap-1 .number {
    font-size: 60px;
  }
}

.counter-wrap-2 {
  padding: 25px 20px 20px 25px;
  align-items: center;
  z-index: 2;
  width: 320px;
  height: auto;
  border-radius: 20px;
  background: #ffffff;
  left: 100px;
  top: 92%;
  box-shadow: 0px 10px 50px 0px rgba(25, 65, 103, 0.15);
  animation: float-bob-y infinite alternate-reverse 8s;
}
.counter-wrap-2 .icon {
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  line-height: 57px;
  display: inline-block;
  background: #5454FF;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  margin-right: 20px;
}
.counter-wrap-2 .number {
  font-size: 30px;
  font-family: "Satoshi-Bold";
  color: #021936;
  font-weight: 600;
  margin: 0;
  line-height: 1;
  margin-bottom: 5px;
}
.counter-wrap-2 .counter-title {
  font-size: 20px;
  font-family: "Satoshi-Regular";
  margin-bottom: 0;
  line-height: 1;
}
@media only screen and (max-width: 1600px) {
  .counter-wrap-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .counter-wrap-2 h3 {
    font-size: 24px;
  }
}

.counter-wrap-3 {
  text-align: left;
  padding: 25px 20px 20px 25px;
  align-items: center;
  z-index: 2;
  width: 285px;
  height: auto;
  border-radius: 20px;
  background: #ffffff;
  left: 10px;
  bottom: 80px;
  box-shadow: 0px 10px 50px 0px rgba(25, 65, 103, 0.15);
  animation: float-bob-y infinite alternate-reverse 8s;
}
.counter-wrap-3 .icon {
  display: inline-block;
  margin-right: 20px;
}
.counter-wrap-3 .number {
  font-size: 30px;
  font-family: "Satoshi-Bold";
  color: #021936;
  font-weight: 600;
  margin: 0;
  line-height: 1;
  margin-bottom: 5px;
}
.counter-wrap-3 .counter-title {
  font-size: 20px;
  font-family: "Satoshi-Regular";
  margin-bottom: 0;
  line-height: 1;
}
@media only screen and (max-width: 1600px) {
  .counter-wrap-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .counter-wrap-3 h3 {
    font-size: 24px;
  }
}

.counter-wrap-4 {
  margin-bottom: 45px;
}
.counter-wrap-4 .number {
  font-size: 36px;
  font-family: "Satoshi-Bold";
  color: #021936;
  font-weight: 700;
  margin: 0;
  line-height: 1;
  margin-bottom: 2px;
}
.counter-wrap-4 .counter-title {
  color: #021936;
}
@media only screen and (max-width: 1200px) {
  .counter-wrap-4 .number {
    font-size: 24px;
  }
}

.counter-wrap-5 .number {
  font-size: 36px;
  font-family: "Satoshi-Bold";
  color: #021936;
  font-weight: 700;
  margin: 0;
  line-height: 1;
  margin-bottom: 2px;
}
.counter-wrap-5 .counter-title {
  font-size: 18px;
  color: #021936;
  max-width: 100%;
  margin-bottom: 0;
  line-height: 34px;
}
@media only screen and (max-width: 1200px) {
  .counter-wrap-5 .number {
    font-size: 24px;
  }
}

.counter-wrap-6 .number {
  color: #0BC270;
  font-size: 90px;
  font-family: "Satoshi-Bold";
  font-weight: 700;
  font-style: italic;
  margin: 0;
  line-height: 1;
  margin-bottom: 2px;
}
.counter-wrap-6 .counter-title {
  font-size: 22px;
  color: #021936;
  max-width: 100%;
  margin-bottom: 0;
  line-height: 34px;
}
@media only screen and (max-width: 1200px) {
  .counter-wrap-6 .number {
    font-size: 50px;
  }
}

.counter-wrap-7 {
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
}
.counter-wrap-7 .number {
  color: #ffffff;
  font-size: 72px;
  font-weight: 700;
  font-family: "Satoshi-Bold";
  line-height: 1;
  margin-bottom: 15px;
}
.counter-wrap-7 .counter-title {
  color: #ffffff;
  font-size: 22px;
  line-height: 38px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 1200px) {
  .counter-wrap-7 .number {
    font-size: 45px;
  }
}
@media only screen and (max-width: 991.98px) {
  .counter-wrap-7 .number {
    font-size: 30px;
  }
}

.counter-wrap-8 .number {
  color: #021936;
  font-size: 120px;
  font-family: "Satoshi-Bold";
  font-weight: 700;
  font-style: italic;
  margin: 0;
  line-height: 1;
  margin-bottom: 24px;
}
.counter-wrap-8 .counter-title {
  color: rgba(0, 0, 0, 0.4);
  font-size: 22px;
  color: #021936;
  max-width: 100%;
  margin-bottom: 0;
  line-height: 22px;
}
@media only screen and (max-width: 1600px) {
  .counter-wrap-8 .number {
    font-size: 75px;
  }
}
@media only screen and (max-width: 1200px) {
  .counter-wrap-8 .number {
    font-size: 50px;
  }
}

.icon-box img {
  margin-bottom: 20px;
}
.icon-box h4 {
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
}
.icon-box .icon {
  color: #5454FF;
  font-size: 20px;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  background: rgba(84, 84, 255, 0.1);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.icon-box:hover .icon {
  color: #ffffff;
  background: #5454FF;
}

.skill-wrapper-box {
  padding-left: 80px;
  padding-right: 315px;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 50px;
}
@media (max-width: 1800px) {
  .skill-wrapper-box {
    padding-right: 50px;
    padding-top: 42px;
  }
}
@media (max-width: 991px) {
  .skill-wrapper-box {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 60px;
  }
}

.skill-wrapper {
  position: relative;
  z-index: 1;
}
.skill-wrapper .skill-title {
  font-size: 16px;
  font-weight: 400;
  color: #021936;
  font-family: "Satoshi-Regular";
}
.skill-wrapper .progress {
  height: 7px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  overflow: visible;
  position: relative;
  z-index: 1;
}
.skill-wrapper .progress .progress-bar {
  height: 7px;
  background: #5454FF;
  width: 72%;
  border-radius: 0px;
  overflow: visible;
}
.skill-wrapper .progress span {
  color: #021936;
  font-size: 20px;
  font-weight: 500;
  font-family: "Satoshi-Medium";
  position: absolute;
  right: 13%;
  top: -30px;
}
.skill-wrapper.sk-2 .progress .progress-bar {
  width: 55%;
}
.skill-wrapper.sk-2 .skill-title span {
  right: 15%;
}
.skill-wrapper.sk-3 .progress .progress-bar {
  width: 95%;
}
.skill-wrapper.sk-3 .skill-title span {
  right: 8%;
}

.progressbar-content {
  text-align: center;
  display: inline-block;
}
.progressbar-content .chart,
.progressbar-content .chart2 {
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 1;
}
.progressbar-content .chart span,
.progressbar-content .chart2 span {
  color: #021936;
  font-size: 60px;
  font-family: "Satoshi-Bold";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-77%);
}
.progressbar-content .progress-title {
  font-size: 28px;
  font-family: "Satoshi-Medium";
  font-weight: 500;
  margin-top: 5px;
}
@media only screen and (max-width: 1200px) {
  .progressbar-content .chart span {
    font-size: 48px;
  }
  .progressbar-content .progress-title {
    font-size: 22px;
  }
}

.ht-marquee-wrapper {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  display: flex;
  align-items: center;
}
.ht-marquee-wrapper:hover .marquee-slide {
  animation-play-state: paused;
}

.marquee-slide {
  display: inline-block;
  animation: 35s marqueslide infinite linear;
  padding: 14px 0;
  display: flex;
  align-items: center;
}
.marquee-slide .marquee-text {
  color: transparent;
  font-size: 200px;
  font-weight: 600;
  line-height: 1;
  -webkit-text-stroke: 1px rgba(2, 25, 54, 0.1);
  position: relative;
}
.marquee-slide .marquee-text::before {
  content: attr(data-text);
  position: absolute;
  width: 0;
  height: 100%;
  color: #021936;
  -webkit-text-stroke: 0px transparent;
  overflow: hidden;
  transition: width 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0.01;
}
.marquee-slide .marquee-text:hover::before {
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  .marquee-slide .marquee-text {
    font-size: 120px;
  }
}

.graph-panel .chart-box {
  padding: 0 30px;
}
.graph-panel .chart-box .chart-inner {
  width: 65px;
  background: rgba(2, 25, 54, 0.7);
}
@media only screen and (max-width: 1600px) {
  .graph-panel .chart-box {
    padding: 0 7px;
  }
  .graph-panel .chart-box .chart-inner {
    width: 45px;
  }
}
@media only screen and (max-width: 991.98px) {
  .graph-panel .chart-box {
    padding: 0 15px;
  }
  .graph-panel .chart-box .chart-inner {
    width: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .graph-panel .chart-box {
    padding: 0 2px;
  }
  .graph-panel .chart-box span {
    font-size: 14px;
  }
  .graph-panel .chart-box .chart-inner {
    width: 30px;
  }
}

.website-timer {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  max-width: 450px;
  display: flex;
  justify-content: center;
  justify-content: space-between;
}

.author-quote-wrapper {
  background: #ECECFF;
  border-radius: 30px;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 50px;
  padding-bottom: 30px;
}
.author-quote-wrapper .author-info {
  margin-bottom: 30px;
}
.author-quote-wrapper .author-avatar {
  margin-right: 20px;
}
.author-quote-wrapper .author-avatar img {
  border-radius: 50%;
}
.author-quote-wrapper .name {
  font-size: 22px;
  font-weight: "Satoshi-Medium";
  margin-bottom: 0;
}
.author-quote-wrapper .designation {
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 0;
}
.author-quote-wrapper .author-quote {
  color: #021936;
  font-size: 32px;
  line-height: 36px;
  font-style: italic;
  font-family: "Satoshi-Bold";
  margin-bottom: 30px;
}
@media only screen and (max-width: 767.98px) {
  .author-quote-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.img-border-box img {
  border-radius: 0 60px 0 60px;
}

.service-slide-container,
.case-slide-container {
  margin-left: 240px;
}
@media only screen and (max-width: 1600px) {
  .service-slide-container,
  .case-slide-container {
    margin-left: 0;
  }
}

.service-wrap-1 {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 40px 30px 40px;
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
}
.service-wrap-1 .icon {
  margin-bottom: 48px;
}
.service-wrap-1 .service-title {
  font-size: 28px;
  font-weight: 500;
  font-family: "Satoshi-Medium";
}
.service-wrap-1 .more-btn {
  width: 90px;
  height: 90px;
  border-radius: 20px 0px 20px 0px;
  background: #ffffff;
  text-align: center;
  line-height: 75px;
  border-top: 10px solid #F4F4F4;
  border-left: 10px solid #F4F4F4;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-1 .more-btn img {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-1 p {
  margin-bottom: 8px;
}
.service-wrap-1:hover .service-title {
  color: #5454FF;
}
.service-wrap-1:hover .more-btn {
  background: #5454FF;
}
.service-wrap-1:hover .more-btn img {
  filter: brightness(100%) invert(1);
}
@media only screen and (max-width: 1200px) {
  .service-wrap-1 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .service-wrap-1 .service-title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .service-wrap-1 .more-btn {
    display: none;
  }
}

.service-wrap-2 {
  background: #ffffff;
  border-radius: 20px;
  padding: 50px 56px 47px 60px;
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
}
.service-wrap-2 .icon {
  margin-bottom: 48px;
}
.service-wrap-2 .service-title {
  margin-bottom: 30px;
}
.service-wrap-2 .service-title a {
  font-size: 28px;
  font-weight: 500;
  font-family: "Satoshi-Medium";
}
.service-wrap-2 .service-title a:hover {
  color: #5454FF;
}
.service-wrap-2 .more-btn {
  color: #021936;
  font-size: 18px;
  font-weight: 700;
  font-family: "Satoshi-Bold";
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-2 .more-btn img {
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-2 .more-btn .arrow-back {
  display: none;
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-2 .more-btn .arrow-front {
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-2 .more-btn:hover {
  color: #5454FF;
}
.service-wrap-2 .more-btn:hover img {
  filter: unset;
}
.service-wrap-2 .more-btn:hover .arrow-back {
  display: inline-block;
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.service-wrap-2 .more-btn:hover .arrow-front {
  visibility: hidden;
  opacity: 0;
  display: none;
  transform: scale(0);
}
.service-wrap-2 .description {
  margin-bottom: 36px;
}
@media only screen and (max-width: 1200px) {
  .service-wrap-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .service-wrap-2 .service-title a {
    font-size: 22px;
  }
}

.service-wrap-3 {
  background: #ffffff;
  border-radius: 20px;
  padding: 40px 40px 60px 40px;
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
}
.service-wrap-3 .icon {
  width: 90px;
  height: 90px;
  border: 1px solid rgba(84, 84, 255, 0.1);
  border-radius: 50%;
  text-align: center;
  line-height: 82px;
  margin-bottom: 45px;
}
.service-wrap-3 .icon img {
  display: inline-block;
}
.service-wrap-3 .service-title {
  margin-bottom: 25px;
}
.service-wrap-3 .service-title a {
  font-size: 26px;
  font-weight: 500;
  font-family: "Satoshi-Medium";
}
.service-wrap-3 .more-btn {
  overflow: hidden;
  display: inline-block;
  color: #021936;
  font-size: 16px;
  font-weight: 700;
  font-family: "Satoshi-Bold";
  line-height: 1;
  border: 1px solid rgba(84, 84, 255, 0.1);
  border-radius: 30px;
  padding: 14px 43px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-3 .more-btn span {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: absolute;
  right: -50px;
  top: 2px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-3 .more-btn span img {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-3 .more-btn:hover {
  color: #ffffff;
  background: #0BC270;
  padding-left: 30px;
  padding-right: 75px;
}
.service-wrap-3 .more-btn:hover span {
  right: 3px;
}
.service-wrap-3 .description {
  color: rgba(2, 25, 54, 0.7);
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 58px;
}
@media only screen and (max-width: 1200px) {
  .service-wrap-3 {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
  }
  .service-wrap-3 .service-title a {
    font-size: 22px;
  }
}

.service-wrap-4 {
  text-align: center;
  background: #ffffff;
  border-radius: 20px;
  padding: 0px 12px 0px 12px;
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-4 .icon {
  width: 330px;
  height: 330px;
  border: 2px solid #ADCED9;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 33px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-4 .icon iimg {
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-4 .icon .arrow-back {
  display: none;
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-4 .icon .arrow-front {
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-4 .service-title {
  margin-bottom: 22px;
}
.service-wrap-4 .service-title a {
  font-size: 28px;
  font-weight: 500;
  font-family: "Satoshi-Medium";
}
.service-wrap-4 .service-title a:hover {
  color: #F8C367;
}
.service-wrap-4 .description {
  color: #000;
  font-size: 18px;
  line-height: 36px;
}
.service-wrap-4:hover .icon {
  border-color: #F8C367;
  background: #FEFAF1;
  transform: translateY(-10px);
}
.service-wrap-4:hover .icon .arrow-back {
  display: inline-block;
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.service-wrap-4:hover .icon .arrow-front {
  visibility: hidden;
  opacity: 0;
  display: none;
  transform: scale(0);
}
@media only screen and (max-width: 1200px) {
  .service-wrap-4 .icon {
    width: 250px;
    height: 250px;
  }
  .service-wrap-4 .service-title a {
    font-size: 22px;
  }
}

.service-wrap-5 {
  background: #F0F0FF;
  border-radius: 20px;
  padding: 40px 35px 45px 35px;
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
}
.service-wrap-5 .icon {
  margin-bottom: 38px;
}
.service-wrap-5 .service-title {
  margin-bottom: 21px;
}
.service-wrap-5 .service-title a {
  font-size: 28px;
  font-weight: 500;
  font-family: "Satoshi-Medium";
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-5 .service-title a:hover {
  color: #5454FF;
}
.service-wrap-5 .more-btn {
  color: #021936;
  font-size: 18px;
  font-weight: 700;
  font-family: "Satoshi-Bold";
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-5 .more-btn img {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.service-wrap-5 .more-btn:hover img {
  transform: rotate(-45deg);
}
.service-wrap-5 .description {
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .service-wrap-5 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .service-wrap-5 .service-title a {
    font-size: 22px;
  }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.widget-box {
  border: 1px solid #021936;
  padding: 35px 30px;
  border-radius: 10px;
}
@media only screen and (max-width: 1200px) {
  .widget-box {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.ht-service-section .shape-cs3 {
  position: absolute;
  left: 0;
  top: -50px;
  z-index: 1;
}
@media only screen and (max-width: 1600px) {
  .ht-service-section .shape-cs3 {
    display: none;
  }
}

.case-wrap-1 {
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
}
.case-wrap-1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 54.32%, #FFF 100%);
  width: 100%;
  height: 243px;
  z-index: 1;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.case-wrap-1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 54.32%, #FFF 100%);
  width: 100%;
  height: 243px;
  z-index: 1;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.case-wrap-1 .case-thumb {
  position: relative;
  z-index: 1;
}
.case-wrap-1 .case-thumb .case-img {
  border-radius: 23px;
  width: 100%;
}
.case-wrap-1 .shape-1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.case-wrap-1 .icon {
  color: #ffffff;
  font-size: 80px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 3;
}
.case-wrap-1 .content {
  padding: 15px 20px 24px 40px;
  position: absolute;
  z-index: 3;
  width: 100%;
  bottom: 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media only screen and (max-width: 991.98px) {
  .case-wrap-1 .content {
    padding-left: 15px;
    padding-right: 10px;
  }
}
.case-wrap-1 .pf-tag {
  color: #021936;
  font-size: 20px;
  font-family: "Satoshi-Regular";
  font-weight: 400;
  margin-bottom: 7px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.case-wrap-1 .pf-title {
  font-size: 30px;
  font-weight: 700;
  font-family: "Satoshi-Bold";
  width: calc(100% - 60px);
  transition: all 0.4s;
}
.case-wrap-1 .pf-title:hover {
  color: #5454FF;
}
@media only screen and (max-width: 991.98px) {
  .case-wrap-1 .pf-title {
    font-size: 24px;
  }
}
.case-wrap-1 .icon-link {
  color: #ffffff;
  font-size: 20px;
  background: #ffffff;
  width: 90px;
  height: 90px;
  border-radius: 20px 0 20px 0;
  display: inline-block;
  text-align: center;
  line-height: 85px;
  transition: all 0.4s;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.case-wrap-1 .icon-link img {
  display: inline-block;
  transition: all 0.4s;
}
.case-wrap-1 .icon-link:hover {
  background: #5454FF;
}
.case-wrap-1 .icon-link:hover img {
  filter: brightness(100%) invert(1);
}
@media only screen and (max-width: 767.98px) {
  .case-wrap-1 .icon-link {
    width: 60px;
  }
}

.case-wrap-2 {
  margin-bottom: 45px;
  position: relative;
  z-index: 3;
}
.case-wrap-2 .case-thumb {
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}
.case-wrap-2 .case-thumb .case-img {
  border-radius: 20px;
  width: 100%;
}
.case-wrap-2 .pf-tag {
  color: #021936;
  font-family: "Satoshi-Regular";
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 7px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.case-wrap-2 .pf-title {
  font-size: 30px;
  font-weight: 700;
  font-family: "Satoshi-Bold";
  transition: all 0.4s;
}
.case-wrap-2 .pf-title:hover {
  color: #5454FF;
}
@media only screen and (max-width: 991.98px) {
  .case-wrap-2 .pf-title {
    font-size: 24px;
  }
}
.case-wrap-2 .icon-link {
  color: #ffffff;
  font-size: 20px;
  background: #ffffff;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 85px;
  transition: all 0.4s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  z-index: 3;
}
.case-wrap-2 .icon-link img {
  display: inline-block;
  transition: all 0.4s;
}

.case-wrap-3 {
  background: #ffffff;
  border-radius: 20px;
  margin-bottom: 45px;
  position: relative;
  z-index: 3;
}
.case-wrap-3 .case-thumb {
  padding: 30px;
  position: relative;
  z-index: 1;
}
.case-wrap-3 .case-thumb img {
  display: inline-block;
  border-radius: 20px;
  width: 100%;
}
.case-wrap-3 .pf-tag {
  color: #021936;
  font-size: 14px;
  font-weight: 700;
  font-family: "Satoshi-Bold";
  background: #ffffff;
  padding: 4px 20px;
  border-radius: 30px;
  position: absolute;
  z-index: 1;
  left: 45px;
  top: 45px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.case-wrap-3 .pf-subtitle {
  color: #0BC270;
  font-family: "Satoshi-Regular";
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 12px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.case-wrap-3 .content {
  padding-left: 30px;
  padding-bottom: 38px;
  padding-top: 23px;
}
.case-wrap-3 .pf-title {
  font-size: 28px;
  font-weight: 500;
  font-family: "Satoshi-Medium";
  transition: all 0.4s;
}
.case-wrap-3 .pf-title:hover {
  color: #0BC270;
}
@media only screen and (max-width: 991.98px) {
  .case-wrap-3 .pf-title {
    font-size: 24px;
  }
}
.case-wrap-3 .icon-link {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.case-wrap-3 .icon-link span {
  color: #ffffff;
  font-size: 20px;
  background: #ffffff;
  width: 80px;
  height: 80px;
  border-radius: 10px 0 10px 0;
  display: inline-block;
  text-align: center;
  line-height: 75px;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}
.case-wrap-3 .icon-link img {
  display: inline-block;
  transition: all 0.4s;
}
.case-wrap-3 .icon-link::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  background: rgb(231, 249, 241);
  left: -10px;
  top: -10px;
  border-radius: 10px 0 0 0;
  z-index: -1;
}
@media only screen and (max-width: 767.98px) {
  .case-wrap-3 .icon-link {
    display: none;
  }
}
.case-wrap-3:hover .icon-link span {
  background: #0BC270;
}
.case-wrap-3:hover .icon-link span img {
  filter: brightness(100%) invert(1);
}
@media only screen and (max-width: 1200px) {
  .case-wrap-3 .case-thumb {
    padding: 15px;
  }
  .case-wrap-3 .content {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .case-wrap-3 .pf-tag {
    left: 25px;
    top: 25px;
  }
  .case-wrap-3 .content {
    padding-bottom: 25px;
  }
}

.case-wrap-4 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 30px;
  margin-bottom: 45px;
  padding-bottom: 54px;
  position: relative;
  z-index: 3;
}
.case-wrap-4 .hover-img {
  position: absolute;
  right: 5%;
  top: -50%;
  width: 495px;
  height: 495px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
@media only screen and (max-width: 1600px) {
  .case-wrap-4 .hover-img {
    display: none;
  }
}
.case-wrap-4 .pf-subtitle {
  color: #021936;
  font-family: "Satoshi-Medium";
  font-size: 28px;
  font-weight: 500;
  margin-top: 5px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.case-wrap-4 .content {
  padding-left: 33px;
}
.case-wrap-4 .pf-title {
  font-size: 60px;
  font-weight: 700;
  font-family: "Satoshi-Bold";
  line-height: 1;
  transition: all 0.4s;
}
.case-wrap-4 .pf-title:hover {
  color: #F8C367;
}
@media only screen and (max-width: 1200px) {
  .case-wrap-4 .pf-title {
    font-size: 45px;
  }
}
@media only screen and (max-width: 991.98px) {
  .case-wrap-4 .pf-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .case-wrap-4 .pf-title {
    font-size: 28px;
    margin-top: 30px;
  }
}
.case-wrap-4 .icon-link {
  color: #021936;
  font-size: 34px;
  background: #ffffff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #021936;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  position: relative;
  z-index: 1;
}
.case-wrap-4 .icon-link img {
  display: inline-block;
  transition: all 0.4s;
}
.case-wrap-4:hover .hover-img {
  opacity: 1;
  visibility: visible;
}
.case-wrap-4:hover .icon-link {
  background: #F8C367;
  border-color: #F8C367;
}
.case-wrap-4:hover .icon-link img {
  filter: brightness(100%) invert(1);
}
@media only screen and (max-width: 1200px) {
  .case-wrap-4 .content {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .case-wrap-4 .pf-tag {
    left: 25px;
    top: 25px;
  }
  .case-wrap-4 .content {
    padding-left: 0;
    padding-bottom: 25px;
  }
}

.case-section-bg {
  background: rgb(231, 249, 241);
}
.case-section-bg .shape-cs3b {
  position: absolute;
  right: 0;
  top: -34%;
  z-index: 1;
}
@media only screen and (max-width: 1600px) {
  .case-section-bg .shape-cs3b {
    display: none;
  }
}

.case-section-bg-2 {
  background: #E9F3F6;
}

.portfolio-menu .gf_btn {
  color: #021936;
  font-size: 18px;
  font-size: 400;
  line-height: 18px;
  padding: 16px 20px;
  border: 0;
  border-radius: 0;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 5px;
  background: rgba(2, 25, 54, 0.03);
  position: relative;
  z-index: 1;
  border: 1px solid rgba(2, 25, 54, 0.1);
  -webkit-transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -ms-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}
.portfolio-menu .gf_btn:hover, .portfolio-menu .gf_btn.active {
  background: #5454FF;
  border-color: #5454FF;
  color: #ffffff;
}
@media only screen and (max-width: 991.98px) {
  .portfolio-menu .gf_btn {
    font-size: 16px;
    padding: 10px;
  }
}

.project-info {
  background: #F0F0FF;
  border-radius: 20px;
  padding: 40px;
}
.project-info ul li:last-child .info-box {
  border: 0;
  padding-bottom: 0;
}
.project-info .info-box {
  border-bottom: 1px solid #5454FF;
  padding-bottom: 28px;
  margin-bottom: 28px;
}
.project-info .info-box .icon {
  color: #ffffff;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: #5454FF;
  border-radius: 50%;
  font-size: 26px;
  margin-right: 20px;
}
.project-info .info-box p {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0px;
}
.project-info .info-box h5 {
  font-size: 20px;
  font-weight: 500;
  font-family: "Satoshi-Medium";
}
@media only screen and (max-width: 767.98px) {
  .project-info {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.contact-form-wrapper {
  max-width: 750px;
  padding: 70px;
}
@media only screen and (max-width: 991.98px) {
  .contact-form-wrapper {
    padding: 70px 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-form-wrapper {
    padding: 30px 15px;
  }
}

.contact-form-wrapper-4 {
  max-width: 750px;
  padding: 70px;
}
@media only screen and (max-width: 1600px) {
  .contact-form-wrapper-4 {
    padding: 70px 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .contact-form-wrapper-4 {
    padding: 30px 15px;
  }
}

.contact-form-wrapper-2 {
  padding-right: 175px;
}
.contact-form-wrapper-2 .shape-1 {
  position: absolute;
  right: 0;
  bottom: -72px;
  z-index: -1;
  animation: jumpAni 8s infinite linear;
}
@media only screen and (max-width: 1600px) {
  .contact-form-wrapper-2 {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .contact-form-wrapper-2 {
    padding-right: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.contact-form-wrapper-3 {
  background: #F0F0FF;
  border-radius: 30px;
  padding: 80px 70px 100px 70px;
}
@media only screen and (max-width: 1200px) {
  .contact-form-wrapper-3 {
    padding: 60px 15px 60px 15px;
  }
}

.contact-form .input-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
.contact-form .input-wrapper input {
  width: 100%;
  height: 65px;
  border: 1.5px solid rgb(0, 0, 0);
  backdrop-filter: blur(15px);
  background: #ffffff;
  color: #021936;
  font-size: 18px;
  padding-left: 30px;
  border-radius: 8px;
}
.contact-form .input-wrapper input::placeholder {
  color: #021936;
  font-size: 18px;
}
.contact-form .input-wrapper input::-moz-placeholder {
  color: #021936;
  font-size: 18px;
}
.contact-form .input-wrapper input::-webkit-placeholder {
  color: #021936;
  font-size: 18px;
}
.contact-form .input-wrapper input::-o-placeholder {
  color: #021936;
  font-size: 18px;
}
.contact-form .input-wrapper input::-ms-placeholder {
  color: #ffffff;
  font-size: 16px;
}
.contact-form .input-wrapper textarea {
  width: 100%;
  height: 145px;
  border: 1.5px solid #000;
  backdrop-filter: blur(15px);
  background: #ffffff;
  color: #021936;
  font-size: 18px;
  padding-left: 20px;
  padding-top: 10px;
  border-radius: 8px;
}
.contact-form .input-wrapper textarea::placeholder {
  color: #021936;
  font-size: 18px;
}
.contact-form .input-wrapper textarea::-moz-placeholder {
  color: #021936;
  font-size: 18px;
}
.contact-form .input-wrapper textarea::-webkit-placeholder {
  color: #021936;
  font-size: 18px;
}
.contact-form .input-wrapper textarea::-o-placeholder {
  color: #021936;
  font-size: 18px;
}
.contact-form .input-wrapper textarea::-ms-placeholder {
  color: #021936;
  font-size: 18px;
}
.contact-form .submit-btn {
  color: #ffffff;
  font-family: "Satoshi-Regular";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  height: 60px;
  border-radius: 8px;
  border: 0;
  width: 100%;
  background: #5454FF;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.contact-form .submit-btn:hover {
  background: #021936;
}
.contact-form.form-style-2 .input-wrapper label {
  color: #ffffff;
}
.contact-form.form-style-2 .input-wrapper input,
.contact-form.form-style-2 .input-wrapper textarea {
  color: #ffffff;
  border: 0;
  background: rgba(255, 255, 255, 0.2);
}
.contact-form.form-style-2 .input-wrapper input::placeholder,
.contact-form.form-style-2 .input-wrapper textarea::placeholder {
  color: #ffffff;
}
.contact-form.form-style-2 .input-wrapper input::-moz-placeholder,
.contact-form.form-style-2 .input-wrapper textarea::-moz-placeholder {
  color: #ffffff;
}
.contact-form.form-style-2 .input-wrapper input::-webkit-placeholder,
.contact-form.form-style-2 .input-wrapper textarea::-webkit-placeholder {
  color: #ffffff;
}
.contact-form.form-style-2 .input-wrapper input::-o-placeholder,
.contact-form.form-style-2 .input-wrapper textarea::-o-placeholder {
  color: #ffffff;
}
.contact-form.form-style-2 .input-wrapper input::-ms-placeholder,
.contact-form.form-style-2 .input-wrapper textarea::-ms-placeholder {
  color: #ffffff;
}
.contact-form.form-style-2 button {
  max-width: 280px;
  background: #0BC270;
}
.contact-form.form-style-2 button:hover {
  color: #021936;
  background: #ffffff;
}
.contact-form.form-style-3 .input-wrapper input,
.contact-form.form-style-3 .input-wrapper textarea {
  color: #021936;
  border: 0;
  background: #ffffff;
}
.contact-form.form-style-3 .input-wrapper input::placeholder,
.contact-form.form-style-3 .input-wrapper textarea::placeholder {
  color: #021936;
}
.contact-form.form-style-3 .input-wrapper input::-moz-placeholder,
.contact-form.form-style-3 .input-wrapper textarea::-moz-placeholder {
  color: #021936;
}
.contact-form.form-style-3 .input-wrapper input::-webkit-placeholder,
.contact-form.form-style-3 .input-wrapper textarea::-webkit-placeholder {
  color: #021936;
}
.contact-form.form-style-3 .input-wrapper input::-o-placeholder,
.contact-form.form-style-3 .input-wrapper textarea::-o-placeholder {
  color: #021936;
}
.contact-form.form-style-3 .input-wrapper input::-ms-placeholder,
.contact-form.form-style-3 .input-wrapper textarea::-ms-placeholder {
  color: #021936;
}
.contact-form.form-style-3 .input-wrapper textarea {
  height: 180px;
}

.booking-form {
  max-width: 1520px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 5px;
  background: #F8C367;
  border-radius: 20px;
  position: relative;
  z-index: 5;
  margin-top: -80px;
}
.booking-form form .col:last-child .input-wrapper::before {
  display: none;
}
.booking-form .input-wrapper {
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
}
.booking-form .input-wrapper::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 1px;
  height: 71px;
  z-index: 1;
  transform: rotate(15deg);
}
.booking-form .input-wrapper label {
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-family: "Satoshi-Regular";
  font-weight: 400;
  display: block;
}
.booking-form .input-wrapper input {
  color: #021936;
  font-size: 22px;
  font-weight: 500;
  font-family: "Satoshi-Medium";
  border: 0;
  background: transparent;
}
.booking-form .input-wrapper input::placeholder {
  color: #021936;
  font-size: 22px;
}
.booking-form .input-wrapper input::-moz-placeholder {
  color: #021936;
  font-size: 22px;
}
.booking-form .input-wrapper input::-webkit-placeholder {
  color: #021936;
  font-size: 22px;
}
.booking-form .input-wrapper input::-o-placeholder {
  color: #021936;
  font-size: 22px;
}
.booking-form .input-wrapper input::-ms-placeholder {
  color: #021936;
  font-size: 22px;
}
.booking-form .input-wrapper .nice-select.service-chose {
  color: #021936;
  border: 1px solid rgba(7, 17, 6, 0.1);
  background: #ffffff;
}
.booking-form .input-wrapper .nice-select.service-chose span {
  color: #021936;
}
.booking-form button {
  height: 60px;
}
@media only screen and (max-width: 1800px) {
  .booking-form {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}
@media only screen and (max-width: 1600px) {
  .booking-form {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}

.ht-contact-one {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.ht-cta {
  border-radius: 0 0 30px 30px;
}
.ht-cta .bg-color-shape {
  background: #F0F0FF;
  width: 100%;
  height: 160px;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}
.ht-cta .bg-color-shape-2 {
  background: rgb(231, 249, 241);
  width: 100%;
  height: 210px;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}
.ht-cta .bg-color-shape-3 {
  background: #E9F3F6;
  width: 100%;
  height: 160px;
  left: 0;
  top: 0;
  position: absolute;
  z-index: -1;
}
.ht-cta .shape-1 {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
}
.ht-cta .shape-2 {
  position: absolute;
  right: 0;
  top: 0;
}

.cta-bg {
  overflow: hidden;
  border-radius: 30px;
  background: #5454FF;
  padding-top: 80px;
  padding-bottom: 55px;
  margin-left: 200px;
  margin-right: 200px;
  position: relative;
  z-index: 1;
}
.cta-bg::before {
  content: "";
  background: rgba(255, 255, 255, 0.15);
  position: absolute;
  left: -17%;
  bottom: -83%;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  z-index: 1;
}
.cta-bg::after {
  content: "";
  background: rgba(255, 255, 255, 0.15);
  position: absolute;
  right: -17%;
  top: -83%;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  z-index: 1;
}
@media only screen and (max-width: 1600px) {
  .cta-bg {
    margin-left: 120px;
    margin-right: 120px;
  }
}
@media only screen and (max-width: 1200px) {
  .cta-bg {
    margin-left: 0;
    margin-right: 0;
  }
}

.cta-bg-2 {
  padding: 75px 0 75px 100px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.cta-bg-2::before {
  content: "";
  border-radius: 30px;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.24) 22.99%, rgba(0, 0, 0, 0.8) 100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width: 1200px) {
  .cta-bg-2 {
    padding-left: 0;
  }
}

.cta-bg-3 {
  background: #F8C367;
  padding: 75px 70px 58px 70px;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .cta-bg-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .cta-bg-3 {
    padding-top: 60px;
    padding-bottom: 15px;
  }
}

.subscribe-form {
  width: 100%;
  max-width: 702px;
  position: relative;
  z-index: 1;
}
.subscribe-form input {
  width: 100%;
  height: 80px;
  border: 0;
  background: #ffffff;
  color: #021936;
  font-size: 18px;
  font-family: "Satoshi-Regular";
  padding-left: 30px;
  border-radius: 10px;
}
.subscribe-form input::placeholder {
  color: #021936;
  font-size: 16px;
}
.subscribe-form input::-moz-placeholder {
  color: #021936;
  font-size: 16px;
}
.subscribe-form input::-webkit-placeholder {
  color: #021936;
  font-size: 16px;
}
.subscribe-form input::-o-placeholder {
  color: #021936;
  font-size: 16px;
}
.subscribe-form input::-ms-placeholder {
  color: #021936;
  font-size: 16px;
}
.subscribe-form button {
  color: #ffffff;
  font-size: 18px;
  font-family: "Satoshi-Bold";
  border: 0;
  font-weight: 700;
  line-height: 1;
  padding: 0 30px;
  display: inline-block;
  background: #5454FF;
  position: absolute;
  right: 15px;
  top: 12px;
  border-radius: 8px;
  min-height: 55px;
}
.subscribe-form.sub-form-2 {
  max-width: 360x;
}
.subscribe-form.sub-form-2 input {
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: transparent;
  margin: 0 0 0 auto;
  display: block;
  height: 60px;
}
.subscribe-form.sub-form-2 button {
  color: #ffffff;
  background: #0BC270;
  width: 50px;
  height: 45px;
  padding: 0;
  margin: 0;
  min-height: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 8px;
  right: 8px;
  position: absolute;
}
.subscribe-form.sub-form-3 button {
  background: #021936;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.subscribe-form.sub-form-3 button:hover {
  background: #F8C367;
}
.subscribe-form.sub-form-4 {
  max-width: 360x;
}
.subscribe-form.sub-form-4 input {
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: transparent;
  margin: 0 0 0 auto;
  display: block;
  height: 60px;
}
.subscribe-form.sub-form-4 button {
  color: #ffffff;
  font-size: 20px;
  background: #F8C367;
  width: 50px;
  height: 45px;
  padding: 0;
  margin: 0;
  min-height: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 8px;
  right: 8px;
  position: absolute;
}
.subscribe-form.sub-form-5 {
  max-width: 360x;
}
.subscribe-form.sub-form-5 input {
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: transparent;
  margin: 0 0 0 auto;
  display: block;
  height: 60px;
}
.subscribe-form.sub-form-5 button {
  color: #ffffff;
  font-size: 20px;
  background: #5454FF;
  width: 50px;
  height: 45px;
  padding: 0;
  margin: 0;
  min-height: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 8px;
  right: 8px;
  position: absolute;
}
@media only screen and (max-width: 767.98px) {
  .subscribe-form {
    text-align: center;
    width: 100%;
  }
  .subscribe-form button {
    width: 100%;
    position: relative;
    top: unset;
    right: unset;
    margin-top: 10px;
  }
  .subscribe-form button.black-btn {
    background: #021936;
  }
}

.contact-map iframe {
  height: 600px;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 1600px) {
  .contact-map iframe {
    height: 400px;
  }
}

.signup-form-section .contact-wrapper {
  background: #F0F0FF;
  box-shadow: 4px 5px 45px 0px rgba(7, 17, 6, 0.05);
  padding: 50px;
  border-radius: 30px;
}
@media only screen and (max-width: 767.98px) {
  .signup-form-section .contact-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.signup-form-section .contact-form .input-wrapper span {
  left: 21px;
}
.signup-form-section button.signup-btn {
  border: 1px solid rgba(2, 25, 54, 0.1);
  width: 100%;
  height: 45px;
  background: transparent;
  color: #021936;
  font-weight: 600;
}

.info-box2 {
  border: 1px solid rgba(84, 84, 84, 0.4);
  border-radius: 20px;
  padding: 58px 50px 40px 50px;
  margin-top: 100px;
}
.info-box2 .icon {
  color: #ffffff;
  width: 100px;
  height: 100px;
  background: #5454FF;
  border-radius: 50%;
  font-size: 40px;
  text-align: center;
  line-height: 100px;
  margin-top: -110px;
  margin-bottom: 55px;
}
.info-box2 .info-title {
  font-size: 28px;
  margin-bottom: 20px;
}
.info-box2 p {
  margin-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .info-box2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .info-box2 .icon {
    margin-bottom: 30px;
  }
  .info-box2 .info-title {
    font-size: 22px;
  }
}

.feedback-wrap-1 .feedback-text {
  font-size: 60px;
  font-family: "Satoshi-Bold";
  font-weight: 700;
  color: #021936;
  line-height: 80px;
  margin-top: 26px;
  margin-bottom: 51px;
}
.feedback-wrap-1 .feedback-text span {
  color: #5454FF;
}
.feedback-wrap-1 .name {
  color: #021936;
  font-size: 24px;
  font-weight: 500;
  font-family: "Satoshi-Medium";
}
.feedback-wrap-1 .designation {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  font-family: "Satoshi-Regular";
  font-weight: 400;
  margin-bottom: 18px;
}
.feedback-wrap-1 .rating a {
  color: #5454FF;
  font-size: 24px;
  margin: 0 4px;
}
@media only screen and (max-width: 1600px) {
  .feedback-wrap-1 .feedback-text {
    font-size: 36px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .feedback-wrap-1 .feedback-text {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 25px;
  }
  .feedback-wrap-1 .name {
    font-size: 20px;
  }
}

.feedback-wrap-2 {
  text-align: center;
  background: #ffffff;
  border-radius: 20px;
  padding: 0 38px 48px;
  margin-top: 65px;
}
.feedback-wrap-2 .author-avatar img {
  margin-top: -65px;
  margin-bottom: 47px;
  border-radius: 50%;
  display: inline-block;
}
.feedback-wrap-2 .name {
  color: #021936;
  font-size: 28px;
  font-weight: 700;
  font-family: "Satoshi-Bold";
  margin-bottom: 27px;
}
.feedback-wrap-2 .feedback-text {
  font-size: 18px;
  font-weight: 500;
  font-family: "Satoshi-Medium";
}
.feedback-wrap-2 .rating {
  margin-bottom: 30px;
}
.feedback-wrap-2 .rating a {
  color: #5454FF;
  font-size: 24px;
  margin: 0 4px;
}
@media only screen and (max-width: 1200px) {
  .feedback-wrap-2 {
    padding: 0 15px 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .feedback-wrap-2 .name {
    font-size: 20px;
  }
}

.feedback-wrap-3 {
  background: #ffffff;
  border-radius: 30px;
  padding: 60px 38px 53px 65px;
  margin-bottom: 45px;
}
.feedback-wrap-3 .feedback-title {
  font-size: 60px;
  margin-bottom: 33px;
}
.feedback-wrap-3 .feedback-title .quote-icon {
  transform: translateY(-25px);
  display: inline-block;
}
@media only screen and (max-width: 767.98px) {
  .feedback-wrap-3 .feedback-title .quote-icon {
    max-width: 70%;
  }
}
.feedback-wrap-3 .author-avatar {
  margin-right: 15px;
}
.feedback-wrap-3 .author-avatar img {
  border-radius: 50%;
  display: inline-block;
}
.feedback-wrap-3 .name {
  color: #021936;
  font-size: 20px;
  font-weight: 500;
  font-family: "Satoshi-Medium";
  margin-bottom: 0;
}
.feedback-wrap-3 .designation {
  color: #ADADAD;
  font-size: 16px;
  margin-bottom: 0;
}
.feedback-wrap-3 .feedback-text {
  font-size: 30px;
  font-weight: 500;
  font-family: "Satoshi-Medium";
  font-style: italic;
  line-height: 1.5;
  margin-bottom: 40px;
}
.feedback-wrap-3 .rating a {
  color: #f6c206;
  font-size: 24px;
  margin: 0 4px;
}
@media only screen and (max-width: 1600px) {
  .feedback-wrap-3 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .feedback-wrap-3 .feedback-title {
    font-size: 40px;
  }
  .feedback-wrap-3 .feedback-text {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .feedback-wrap-3 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .feedback-wrap-3 .feedback-title {
    font-size: 30px;
  }
  .feedback-wrap-3 .feedback-text {
    font-size: 20px;
  }
}

.feedback-wrap-4 {
  background: #E9F3F6;
  padding-left: 65px;
  padding-right: 30px;
  border-radius: 25px;
}
.feedback-wrap-4 .quote-icon {
  margin-left: -25px;
  transform: translateY(8px);
  display: inline-block;
}
.feedback-wrap-4 .author-avatar {
  position: relative;
  margin-top: -80px;
}
.feedback-wrap-4 .author-avatar img {
  display: inline-block;
}
.feedback-wrap-4 .name {
  color: #021936;
  font-size: 20px;
  font-weight: 500;
  font-family: "Satoshi-Medium";
  margin-bottom: 0;
}
.feedback-wrap-4 .designation {
  color: #ADADAD;
  font-size: 16px;
  margin-bottom: 0;
}
.feedback-wrap-4 .feedback-text {
  font-size: 50px;
  font-weight: 700;
  font-family: "Satoshi-Bold";
  line-height: 65px;
  margin-bottom: 43px;
}
.feedback-wrap-4 .rating {
  border-radius: 42.5px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.07);
  backdrop-filter: blur(35px);
  text-align: center;
  width: 226px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  bottom: 77px;
  left: -23%;
  animation: jumpAni 7s infinite linear;
}
.feedback-wrap-4 .rating p {
  margin-bottom: 0;
}
.feedback-wrap-4 .rating a {
  color: #f6c206;
  font-size: 24px;
  margin: 0 4px;
}
@media only screen and (max-width: 1200px) {
  .feedback-wrap-4 {
    padding-left: 25px;
  }
  .feedback-wrap-4 .feedback-text {
    font-size: 32px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 991.98px) {
  .feedback-wrap-4 {
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 0;
  }
  .feedback-wrap-4 .author-avatar {
    text-align: center;
    margin-bottom: 30px;
  }
  .feedback-wrap-4 .rating {
    left: 0;
    right: 0;
    bottom: 0;
  }
  .feedback-wrap-4 .quote-icon {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .feedback-wrap-4 .feedback-text {
    font-size: 28px;
  }
}

.feedback-section-bg {
  background: rgb(231, 249, 241);
}
.feedback-section-bg .shape-1 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.feedback-section-bg .shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 1600px) {
  .feedback-section-bg .shape-2 {
    display: none;
  }
}

.feedback-section-bg-2 {
  background: #F8C367;
}
.feedback-section-bg-2 .shape-1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.feedback-section-bg-2 .shape-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.container-feedback-2 .feedback-2-slider {
  margin: 0 0 0 auto;
  margin-left: 245px;
  margin-right: -300px;
}
@media only screen and (max-width: 1600px) {
  .container-feedback-2 .feedback-2-slider {
    margin-left: 0;
    margin-right: 0;
  }
}

.feedback-slider-4 ul.slick-dots {
  display: none !important;
}

.team-wrap-1 {
  overflow: hidden;
  text-align: center;
  margin-bottom: 45px;
  border-radius: 20px;
  border: 2px solid transparent;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-1 .media-action {
  position: absolute;
  right: 10px;
  top: 8px;
  z-index: 1;
}
.team-wrap-1 .media-action .plus-icon {
  display: inline-block;
  font-size: 45px;
  text-align: center;
  color: #fff;
  position: relative;
}
.team-wrap-1 .media-action .team-social {
  width: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  transform: translateY(-55px);
  bottom: 100%;
}
.team-wrap-1 .media-action .team-social a {
  margin-bottom: 5px;
}
.team-wrap-1 .media-action:hover {
  overflow: visible;
}
.team-wrap-1 .media-action:hover .team-social {
  opacity: 1;
  visibility: visible;
  transform: translateY(100%);
}
.team-wrap-1 .team-thumb {
  position: relative;
  z-index: 1;
}
.team-wrap-1 .team-thumb .thumb {
  border-radius: 20px;
}
.team-wrap-1 .shape-1 {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
.team-wrap-1 .content {
  padding: 22px 0 4px 0;
  background: #ffffff;
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 30px;
  right: 30px;
  border-radius: 15px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-1 .name a {
  color: #021936;
  font-size: 28px;
  font-weight: 500;
  font-family: "Satoshi-Medium";
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-1 .designation {
  color: #ADADAD;
  font-size: 20px;
  font-weight: 400;
}
.team-wrap-1:hover {
  border-radius: 20px;
  border-color: #5454FF;
}
.team-wrap-1:hover .content {
  bottom: 35px;
}
.team-wrap-1:hover .name a {
  color: #5454FF;
}
@media only screen and (max-width: 1200px) {
  .team-wrap-1 .content {
    left: 15px;
    right: 15px;
  }
  .team-wrap-1 .name a {
    font-size: 20px;
  }
  .team-wrap-1 .designation {
    font-size: 18px;
  }
}

.team-wrap-2,
.team-wrap-3 {
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-2 .team-thumb,
.team-wrap-3 .team-thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.team-wrap-2 .team-thumb::before,
.team-wrap-3 .team-thumb::before {
  content: "";
  background: rgba(84, 84, 255, 0.2);
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-2 .team-thumb img,
.team-wrap-3 .team-thumb img {
  border-radius: 10px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-2 .team-social,
.team-wrap-3 .team-social {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  right: -150px;
  top: 30px;
  z-index: 2;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-2 .content,
.team-wrap-3 .content {
  padding: 22px 0 4px 0;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-2 .name a,
.team-wrap-3 .name a {
  color: #021936;
  font-size: 28px;
  font-weight: 500;
  font-family: "Satoshi-Medium";
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-2 .designation,
.team-wrap-3 .designation {
  color: #ADADAD;
  font-size: 20px;
  font-weight: 400;
}
.team-wrap-2:hover .team-thumb,
.team-wrap-3:hover .team-thumb {
  border-radius: 10px;
}
.team-wrap-2:hover .team-thumb::before,
.team-wrap-3:hover .team-thumb::before {
  border-radius: 10px;
  opacity: 1;
  visibility: visible;
}
.team-wrap-2:hover .team-thumb img,
.team-wrap-3:hover .team-thumb img {
  border-radius: 10px;
  transform: scale(1.1);
}
.team-wrap-2:hover .team-social,
.team-wrap-3:hover .team-social {
  right: 30px;
}
.team-wrap-2:hover .name a,
.team-wrap-3:hover .name a {
  color: #5454FF;
}
@media only screen and (max-width: 1200px) {
  .team-wrap-2 .name a,
  .team-wrap-3 .name a {
    font-size: 20px;
  }
  .team-wrap-2 .designation,
  .team-wrap-3 .designation {
    font-size: 18px;
  }
}

.team-wrap-3 .team-thumb::before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
}
.team-wrap-3 .team-social a:hover {
  background: #0BC270;
}
.team-wrap-3:hover .name a {
  color: #0BC270;
}

.team-wrap-4 {
  text-align: center;
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-4 .team-thumb {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.team-wrap-4 .team-thumb img {
  border-radius: 10px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-4 .team-social {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  right: -150px;
  top: 30px;
  z-index: 2;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-4 .team-social a {
  background: transparent;
  border: 1px solid #021936;
  width: 45px;
  height: 45px;
  font-size: 20px;
  line-height: 42px;
}
.team-wrap-4 .team-social a:hover {
  color: #021936;
  background: #F8C367;
  border-color: #F8C367;
}
.team-wrap-4 .content {
  padding: 22px 0 4px 0;
  border-radius: 60px;
  background: #ffffff;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.11);
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 30px;
  right: 30px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-4 .name {
  margin-bottom: 0;
}
.team-wrap-4 .name a {
  color: #021936;
  font-size: 28px;
  font-weight: 500;
  font-family: "Satoshi-Medium";
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-wrap-4 .designation {
  color: #ADADAD;
  font-size: 20px;
  font-weight: 400;
}
.team-wrap-4:hover .team-thumb {
  border-radius: 10px;
}
.team-wrap-4:hover .team-thumb img {
  border-radius: 10px;
  transform: scale(1.1);
}
.team-wrap-4:hover .content {
  background: #F8C367;
}
.team-wrap-4:hover .designation {
  color: #021936;
}
.team-wrap-4:hover .team-social {
  right: 30px;
}
@media only screen and (max-width: 1200px) {
  .team-wrap-4 .name a {
    font-size: 20px;
  }
  .team-wrap-4 .designation {
    font-size: 18px;
  }
}

.team-social a {
  color: #021936;
  font-size: 22px;
  background: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-social a i {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.team-social a:hover {
  color: #ffffff;
  background: #5454FF;
}
.team-social a:hover i {
  transform: scale(1.2);
}

.biography-content .name a {
  color: #021936;
  font-size: 60px;
  font-weight: 600;
}
.biography-content .designation {
  font-size: 20px;
  color: #5454FF;
  margin-bottom: 26px;
}
.biography-content .team-social a {
  color: #021936;
  border-radius: 0;
  border: 1px solid rgb(0, 0, 0);
  border-radius: 50%;
  margin-right: 10px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.biography-content .team-social a:hover {
  color: #ffffff;
  background: #5454FF;
}
.biography-content .divider {
  background: #5454FF;
  width: 80px;
  height: 2px;
  display: block;
  line-height: 1;
}
@media only screen and (max-width: 1200px) {
  .biography-content .name a {
    font-size: 32px;
  }
  .biography-content h3 {
    font-size: 24px;
  }
}

.blog-one {
  background: #ffffff;
  border-radius: 30px;
}
.blog-one .blog-thumb {
  padding: 30px 30px 0 30px;
  position: relative;
  z-index: 1;
}
.blog-one .blog-thumb img {
  width: 100%;
  border-radius: 20px;
}
.blog-one .blog-thumb .blog-date {
  color: #021936;
  font-size: 16px;
  font-weight: 500;
  background: #ffffff;
  padding: 8px 20px;
  border-left: 2px solid #f6c206;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
}
.blog-one .blog-meta a {
  color: #021936;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  margin-right: 12px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.blog-one .blog-meta a:hover {
  color: #5454FF;
}
.blog-one .blog-meta a:last-child {
  color: #ADADAD;
  margin-right: 0;
  margin-left: 8px;
}
.blog-one .blog-meta .divider {
  display: inline-block;
  width: 1.4px;
  height: 14px;
  background: #ADADAD;
  transform: rotate(32deg) translateY(2px);
}
.blog-one .blog-title a {
  color: #021936;
  font-size: 32px;
  line-height: 46px;
  font-weight: 700;
  font-family: "Satoshi-Bold";
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.blog-one .blog-title a:hover {
  color: #5454FF;
}
.blog-one .blog-content {
  padding: 0 15px 30px 30px;
  position: relative;
  z-index: 1;
}
.blog-one .blog-btn {
  width: 90px;
  height: 90px;
  border-radius: 30px 0px 20px 0px;
  background: #ffffff;
  text-align: center;
  line-height: 75px;
  border-top: 10px solid #F4F4F4;
  border-left: 10px solid #F4F4F4;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  transition: all 0.4s ease 0s;
}
.blog-one .blog-btn img {
  filter: invert(1);
}
.blog-one .blog-btn:hover {
  background: #5454FF;
}
.blog-one .blog-btn:hover img {
  filter: invert(0);
}
@media only screen and (max-width: 991.98px) {
  .blog-one .blog-btn {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .blog-one .classic-gallery-item .blog-thumb {
    height: 270px;
  }
  .blog-one .blog-thumb {
    padding: 15px 15px 0 15px;
  }
  .blog-one .blog-content {
    padding: 0 15px 30px 15px;
  }
  .blog-one .blog-meta a {
    font-size: 15px;
    font-weight: 400;
  }
  .blog-one .blog-meta a:first-child {
    margin-right: 3px;
  }
  .blog-one .blog-title a {
    font-size: 24px;
    line-height: 36px;
  }
}

.blog-two {
  background: #ffffff;
  border-radius: 30px;
}
.blog-two .blog-thumb {
  padding: 30px 30px 0 30px;
  position: relative;
  z-index: 1;
}
.blog-two .blog-thumb img {
  width: 100%;
  border-radius: 20px;
}
.blog-two .blog-thumb .blog-date {
  color: #021936;
  font-size: 16px;
  font-weight: 500;
  background: #ffffff;
  padding: 8px 20px;
  border-left: 2px solid #f6c206;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
}
.blog-two .blog-meta a {
  color: #021936;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  margin-right: 12px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.blog-two .blog-meta a:hover {
  color: #5454FF;
}
.blog-two .blog-meta a:last-child {
  margin-right: 0;
  margin-left: 8px;
  color: #ADADAD;
}
.blog-two .blog-meta .divider {
  display: inline-block;
  width: 1.4px;
  height: 14px;
  background: #ADADAD;
  transform: rotate(32deg) translateY(2px);
}
.blog-two .blog-title a {
  color: #021936;
  font-size: 32px;
  line-height: 46px;
  font-weight: 700;
  font-family: "Satoshi-Bold";
}
.blog-two .blog-title a:hover {
  color: #5454FF;
}
.blog-two .blog-content {
  padding: 0 15px 30px 30px;
  position: relative;
  z-index: 1;
}
.blog-two .blog-btn {
  display: inline-block;
  color: #021936;
  font-size: 18px;
  font-weight: 700;
  font-family: "Satoshi-Bold";
  transition: all 0.4s ease 0s;
  width: 70px;
  height: 70px;
  background: #021936;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  right: 25px;
  bottom: 50px;
}
.blog-two .blog-btn img {
  filter: brightness(100) invert(0);
}
.blog-two .blog-btn:hover {
  background: #5454FF;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 1200px) {
  .blog-two .blog-thumb {
    padding: 15px 15px 0 15px;
  }
  .blog-two .blog-content {
    padding: 0 15px 30px 15px;
  }
  .blog-two .blog-meta a {
    font-size: 15px;
    font-weight: 400;
  }
  .blog-two .blog-meta a:first-child {
    color: #ADADAD;
    margin-right: 3px;
  }
  .blog-two .blog-title a {
    font-size: 24px;
    line-height: 36px;
  }
  .blog-two .blog-btn {
    width: 50px;
    height: 50px;
    position: relative;
    right: auto;
    left: 0;
    bottom: 0;
  }
}

.blog-three {
  background: #ffffff;
  border-radius: 30px;
}
.blog-three .blog-thumb {
  padding: 30px 30px 0 30px;
  position: relative;
  z-index: 1;
}
.blog-three .blog-thumb img {
  width: 100%;
  border-radius: 20px;
}
.blog-three .blog-thumb .blog-date {
  color: #021936;
  font-size: 16px;
  font-weight: 500;
  background: #ffffff;
  padding: 8px 20px;
  border-left: 2px solid #f6c206;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
}
.blog-three .blog-meta a {
  color: #0BC270;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.blog-three .blog-meta a:hover {
  color: #021936;
}
.blog-three .blog-meta .divider {
  display: inline-block;
  width: 1.4px;
  height: 14px;
  background: #000;
  transform: rotate(32deg) translateY(2px);
}
.blog-three .blog-title {
  margin-bottom: 60px;
}
.blog-three .blog-title a {
  color: #021936;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  font-family: "Satoshi-Medium";
}
.blog-three .blog-title a:hover {
  color: #0BC270;
}
.blog-three .blog-content {
  padding: 0 15px 25px 30px;
  position: relative;
  z-index: 1;
}
.blog-three .blog-btn {
  width: 80px;
  height: 80px;
  border-radius: 20px 0px 20px 0px;
  background: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 10px solid rgb(231, 249, 241);
  border-left: 10px solid rgb(231, 249, 241);
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  transition: all 0.4s ease 0s;
}
.blog-three .blog-btn:hover {
  background: #0BC270;
}
.blog-three .blog-btn:hover img {
  filter: invert(1);
}
@media only screen and (max-width: 1200px) {
  .blog-three .blog-thumb {
    padding: 15px 15px 0 15px;
  }
  .blog-three .blog-content {
    padding: 0 15px 25px 15px;
  }
  .blog-three .blog-meta a {
    font-size: 15px;
    font-weight: 400;
  }
}

.classic-style {
  background: #F0F0FF;
}
.classic-style .blog-thumb {
  display: block;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.classic-style .blog-thumb img {
  display: inline-block;
  border-radius: 30px;
}
.classic-style .blog-meta a {
  color: #5454FF;
  font-size: 18px;
  font-weight: 500;
  font-family: "Satoshi-Medium";
  display: inline-block;
  margin-right: 30px;
}
.classic-style .blog-meta a i {
  color: #5454FF;
}
.classic-style .blog-meta a:last-child {
  margin-right: 0;
}
.classic-style .blog-title {
  max-width: 87%;
  margin-bottom: 30px;
}
.classic-style .blog-title a {
  font-size: 42px;
  font-weight: 700;
  font-family: "Satoshi-Bold";
  line-height: 1.4;
}
.classic-style .blog-title a:hover {
  color: #5454FF;
}
@media only screen and (max-width: 1200px) {
  .classic-style .blog-title {
    width: 100%;
    max-width: 100%;
  }
}
.classic-style .blog-btn {
  width: 80px;
  height: 80px;
  border-radius: 20px 0px 20px 0px;
  background: #F0F0FF;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 10px solid rgb(255, 255, 255);
  border-left: 10px solid rgb(255, 255, 255);
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  transition: all 0.4s ease 0s;
}
.classic-style .blog-btn img {
  display: inline-block;
}
.classic-style .blog-btn:hover {
  background: #5454FF;
}
.classic-style .blog-btn:hover img {
  filter: brightness(100%) invert(1);
}
.classic-style .popup-video {
  font-size: 30px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #5454FF;
  position: absolute;
}
.classic-style .popup-video img {
  width: 20px;
}
.classic-style button.slick-arrow {
  font-size: 24px;
  border: 0;
  background: rgba(7, 17, 6, 0.3);
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.classic-style button.slick-next {
  left: auto;
  right: 30px;
}
.classic-style button.slick-prev {
  left: 30px;
}
@media only screen and (max-width: 1200px) {
  .classic-style .blog-meta a {
    font-size: 15px;
    font-weight: 400;
  }
  .classic-style .blog-meta a {
    margin-right: 3px;
  }
  .classic-style .blog-title a {
    font-size: 24px;
  }
}

.blog-four {
  background: #ffffff;
  border-radius: 30px;
}
.blog-four .blog-thumb {
  padding: 30px 30px 0 30px;
  position: relative;
  z-index: 1;
}
.blog-four .blog-thumb img {
  width: 100%;
  border-radius: 20px;
}
.blog-four .blog-thumb .blog-date {
  color: #021936;
  font-size: 14px;
  font-weight: 700;
  font-family: "Satoshi-Bold";
  background: #ffffff;
  padding: 3px 20px;
  border-radius: 50px;
  position: absolute;
  z-index: 1;
  right: 50px;
  top: 50px;
}
.blog-four .blog-meta a {
  color: #021936;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.blog-four .blog-meta a:hover {
  color: #F8C367;
}
.blog-four .blog-meta .divider {
  display: inline-block;
  width: 1.4px;
  height: 14px;
  background: #000;
  transform: rotate(32deg) translateY(2px);
}
.blog-four .blog-title {
  margin-bottom: 28px;
}
.blog-four .blog-title a {
  color: #021936;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  font-family: "Satoshi-Medium";
}
.blog-four .blog-title a:hover {
  color: #F8C367;
}
.blog-four .blog-content {
  padding: 0 30px 25px 30px;
  position: relative;
  z-index: 1;
}
.blog-four .blog-btn {
  font-size: 30px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #021936;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease 0s;
}
.blog-four .blog-btn:hover {
  background: #F8C367;
  border-color: #F8C367;
}
@media only screen and (max-width: 1200px) {
  .blog-four .blog-thumb {
    padding: 15px 15px 0 15px;
  }
  .blog-four .blog-content {
    padding: 0 15px 25px 15px;
  }
  .blog-four .blog-meta a {
    font-size: 15px;
    font-weight: 400;
  }
}
@media only screen and (max-width: 767.98px) {
  .blog-four .blog-thumb .blog-date {
    right: 30px;
    top: 30px;
  }
  .blog-four .blog-btn {
    font-size: 20px;
    width: 50px;
    height: 50px;
  }
}

.author-blockquote {
  background: #F0F0FF;
  padding: 50px 60px 50px 30px;
  border-radius: 20px;
}
.author-blockquote .author {
  float: left;
  overflow: hidden;
  margin-right: 30px;
}
.author-blockquote .author img {
  border-radius: 50%;
}
@media only screen and (max-width: 767.98px) {
  .author-blockquote .author {
    float: none;
    margin-right: 0;
  }
}
.author-blockquote .blockquote {
  margin-bottom: 16px;
}
.author-blockquote .blockquote p {
  color: #021936;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.6;
}
@media only screen and (max-width: 1200px) {
  .author-blockquote .blockquote p {
    font-size: 20px;
  }
}
.author-blockquote .content {
  overflow: hidden;
}
.author-blockquote .blockquote-footer {
  color: #5454FF;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  font-family: "Satoshi-Medium";
  position: relative;
}
.author-blockquote .blockquote-footer::before {
  position: absolute;
  left: auto;
  right: -46px;
}
@media only screen and (max-width: 1200px) {
  .author-blockquote .blockquote-footer {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .author-blockquote {
    padding: 40px 15px 30px 15px;
  }
}

.blog-round {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.blog-section-bg {
  background: rgb(231, 249, 241);
}

.blog-section-bg-2 {
  background: #E9F3F6;
}

.comment-reply-title,
.comment-title,
.blog-details-title {
  font-size: 42px;
}
@media only screen and (max-width: 1200px) {
  .comment-reply-title,
  .comment-title,
  .blog-details-title {
    font-size: 24px;
  }
}

.comment-box {
  position: relative;
  z-index: 1;
  border-bottom: 2px solid rgba(7, 17, 6, 0.05);
}
.comment-box .date {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  margin-bottom: 0;
}
.comment-box .name {
  font-size: 20px;
  font-weight: 600;
  color: #021936;
}
.comment-box .comment-avatar {
  float: left;
  margin-right: 30px;
  margin-top: 8px;
}
.comment-box .comment-avatar img {
  width: 100px;
  height: 100px;
}
@media (max-width: 767px) {
  .comment-box .comment-avatar {
    float: none;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 15px;
  }
}
.comment-box .comment-content {
  overflow: hidden;
}
.comment-box .comment-content p i {
  margin-right: 5px;
}
.comment-box .comment-content h5 {
  margin-bottom: 3px;
}
.comment-box .comment-reply-link {
  color: #021936;
  font-size: 16px;
  font-weight: 500;
  font-family: "Satoshi-Medium";
  padding: 10px 22px;
  line-height: 1;
  position: absolute;
  background: #F0F0FF;
  z-index: 1;
  right: 0;
  top: 8px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .comment-box .comment-reply-link {
    float: none;
    margin-right: 0;
    margin-top: 0;
    position: relative;
  }
}
.comment-box .comment-reply-link:hover {
  color: #ffffff;
  background: #021936;
}

.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comment-list li {
  padding-bottom: 20px;
  margin-bottom: 45px;
}

.media-content {
  border-bottom: 1px solid #021936;
}

.ht-plan {
  padding-top: 50px;
  position: relative;
  z-index: 2;
}
.ht-plan .shape-1 {
  position: absolute;
  right: 0;
  top: 50px;
  border-radius: 0 20px;
}
.ht-plan.active .ht-plan-inner {
  border-radius: 0px 0px 20px 20px;
  border: 1px solid #021936;
}

.ht-plan-tag {
  border-top: 1px solid #021936;
  border-right: 1px solid #021936;
  border-left: 1px solid #021936;
  text-align: center;
  background: #0BC270;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 20px 20px 0px 0px;
  color: #fff;
  font-weight: 700;
  font-family: "Satoshi-Bold";
  height: 50px;
  line-height: 50px;
}

.ht-plan-inner {
  border-radius: 20px;
  background: #f5f5f5;
  padding: 40px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: 1px solid transparent;
}
.ht-plan-inner .plan-title {
  color: #021936;
  font-size: 28px;
  font-weight: 500;
  font-family: "Satoshi-Medium";
  margin-bottom: 27px;
}
.ht-plan-inner .plan-desc {
  font-size: 22px;
  font-weight: 400;
  font-family: "Satoshi-Regular";
  margin-bottom: 6px;
}
.ht-plan-inner .plan-price {
  color: #021936;
  font-size: 60px;
  font-weight: 700;
  font-family: "Satoshi-Bold";
}
.ht-plan-inner .price-border {
  height: 1px;
  width: 100%;
  background: rgba(0, 0, 0, 0.15);
  display: block;
  margin-bottom: 43px;
}
.ht-plan-inner .feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ht-plan-inner .feature-list li {
  font-size: 18px;
  font-weight: 500;
  color: #021936;
  font-family: "Satoshi-Bold";
  display: block;
  padding-bottom: 14px;
}
.ht-plan-inner .feature-list li .check-mark {
  color: #0BC270;
  font-size: 20px;
  display: inline-block;
  transform: translateY(2px);
}
.ht-plan-inner .feature-list li.price-available .check-mark {
  color: #021936;
}
.ht-plan-inner .feature-list li.unavailable .check-mark {
  color: #021936;
}
.ht-plan-inner .ht-btn {
  border-color: #ffffff;
  background: #ffffff;
}
.ht-plan-inner .ht-btn::before {
  background: #0BC270;
}
.ht-plan-inner .ht-btn span {
  background: #0BC270;
}
.ht-plan-inner .ht-btn span img {
  filter: brightness(100%) invert(1);
}
.ht-plan-inner:hover {
  background: #ffffff;
  border-color: #021936;
}
.ht-plan-inner:hover .ht-btn {
  color: #ffffff;
}
.ht-plan-inner:hover .ht-btn::before {
  width: 100%;
}
.ht-plan-inner:hover .ht-btn span {
  background: #ffffff;
}
.ht-plan-inner:hover .ht-btn span img {
  filter: brightness(0) invert(0);
}
@media only screen and (max-width: 1200px) {
  .ht-plan-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .ht-plan-inner {
    padding: 40px 30px;
  }
  .ht-plan-inner .price-title {
    font-size: 24px;
  }
  .ht-plan-inner .plan-price {
    font-size: 45px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ht-plan-inner {
    padding: 30px 15px;
  }
  .ht-plan-inner .feature-list li {
    font-size: 16px;
  }
  .ht-plan-inner .plan-price {
    font-size: 32px;
  }
}

.pstyle-2 .ht-plan-tag {
  background: #5454FF;
}
.pstyle-2 .ht-btn::before {
  background: #5454FF;
}
.pstyle-2 .ht-btn span {
  background: #5454FF;
}
.pstyle-2:hover {
  background: #ffffff;
  border-color: #021936;
}
.pstyle-2:hover .ht-btn {
  color: #ffffff;
}
.pstyle-2:hover .ht-btn::before {
  width: 100%;
}
.pstyle-2:hover .ht-btn span {
  background: #ffffff;
}
.pstyle-2:hover .ht-btn span img {
  filter: brightness(0) invert(0);
}

.copyright-text {
  font-size: 22px;
  color: #ADADAD;
}
.copyright-text a {
  color: #021936;
}
.copyright-text a:hover {
  color: #5454FF;
}
@media only screen and (max-width: 991.98px) {
  .copyright-text {
    font-size: 20px;
  }
}

.footer-widget .widget-title {
  color: #021936;
  font-size: 28px;
  font-weight: 500;
  font-family: "Satoshi-Medium";
  margin-bottom: 30px;
}
.footer-widget ul {
  padding-left: 0;
}
.footer-widget ul li {
  list-style: none;
}
.footer-widget ul li a {
  color: #021936;
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
  font-family: "Satoshi-Regular";
  display: inline-block;
  margin-bottom: 18px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.footer-widget ul li a:hover {
  color: #5454FF;
}

.ht-widget-contact .info-box {
  display: flex;
}
.ht-widget-contact .info-box-icon {
  font-size: 24px;
  margin-right: 15px;
  color: #5454FF;
  line-height: 1;
  margin-top: 10px;
}
.ht-widget-contact .ht-content {
  font-size: 16px;
}
.ht-widget-contact .ht-content:hover {
  color: #5454FF;
}
.ht-widget-contact .info-box-label {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}

.copyright-wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-menu li {
  display: inline-block;
}
.footer-menu li:last-child a {
  margin-right: 0;
}
.footer-menu li a {
  font-size: 22px;
  margin: 0 10px;
  display: inline-block;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.footer-menu li a:hover {
  color: #5454FF;
}
@media only screen and (max-width: 1200px) {
  .footer-menu li a {
    font-size: 20px;
  }
}
.footer-three{
  background-color: ghostwhite;
}
.footer-three .copyright-text a:hover {
  color: #0BC270;
}
.footer-three .footer-menu li a:hover {
  color: #0BC270;
}
.footer-three .social-links a:hover {
  border-color: #0BC270;
  background: #0BC270;
}
.footer-three .footer-widget ul li a:hover {
  color: #0BC270;
}

.footer-four .copyright-text a:hover {
  color: #F8C367;
}
.footer-four .footer-menu li a:hover {
  color: #F8C367;
}
.footer-four .social-links a:hover {
  border-color: #F8C367;
  background: #F8C367;
}
.footer-four .footer-widget ul li a:hover {
  color: #F8C367;
}

.home-img{
  margin-top: 100px;
  height: 440px;
}

.product-title {
  font-weight: bold;
  background-color: #800000;
  color: white;
  display: inline-block;
  padding: 3px 10px;
  margin-bottom: 15px;
  border-radius: 10px;
}

.product-list {
  list-style-type: none;
  padding: 0;
}

.product-list li {
  font-size: 1rem;
  margin-bottom: 5px;
}
/*# sourceMappingURL=main.css.map */
