:root {
  --primary-color: #0b0b0b;
  --secondary-color: #f7f8fd;
  --text-color: #0b0b0b;
  --accent-color: #0b0b0b;
  --white-color: #ffffff;
  --divider-color: #e1e4eb;
  --error-color: rgb(230, 87, 87);
  --default-font: "Zalando Sans Expanded";
}
.primary-color {
  color: var(--accent-color) !important;
}

body {
  font-family: "Zalando Sans Expanded" !important;
  display: flex;
  color: var(--text-color);
  background: var(--white-color);
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  overflow-y: auto;
}

html {
  scroll-behavior: smooth;
}

.js-cont {
  position: relative;
  width: 100%;
}

.js-scroll {
  will-change: transform;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7),
    5px 5px 8px -1px rgba(0, 0, 0, 0.065);
  box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7),
    5px 5px 8px -1px rgba(0, 0, 0, 0.065);
  /* background-color: #F8F9FF; */
}

::-webkit-scrollbar {
  width: 6px;
  background-color: #f8f9ff;
  -webkit-font-smoothing: antialiased;
}

::-webkit-scrollbar-thumb {
  background-color: #959595;
}

p {
  line-height: 26px;
  margin-bottom: 2em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: var(--primary-color);
}

h1 {
  line-height: 66px;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus {
  text-decoration: none;
  outline: 0;
}

header .header-sticky {
  transition: all 0.5s ease; /* Adjust the timing as needed */
}

.container {
  max-width: 1300px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  padding-right: 15px;
  padding-left: 15px;
}

.image-anime {
  position: relative;
  overflow: hidden;
}
.image-parent {
  width: 100%;
}

.image-anime img {
  width: 100%;
  object-fit: fill;
  display: block;
}
.header-sec {
  margin-bottom: 2.5rem;
}
.header-sec h1 {
  font-size: 28px;
  color: var(--white-color);
  font-weight: 500;
  text-align: left;
  margin-bottom: 2rem !important;
}
.header-sec p {
  font-size: 1rem;
  color: var(--white-color);
  font-weight: normal;
  text-align: left;
  list-style: 1.4rem;
}
.reveal {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  visibility: hidden;
  overflow: hidden;
  width: 100%;
}

.reveal img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform-origin: left;
  transform-origin: left;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row > * {
  padding-right: 15px;
  padding-left: 15px;
}

.row.no-gutters {
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 0;
  padding-right: 0;
}

/*----------Btn-default black hover-------*/

.btn-default-black {
  display: inline-flex;
  align-items: center;
  min-width: 193px;
  min-height: 56px;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
  transition: all 1s ease-out;
}

a.btn-default-black {
  background: url(../images/btn-black.svg) no-repeat;
  border-radius: 0px;
  transition: all 1s ease-out;
}

.btn-default-black span {
  font-size: 16px;
  padding: 0 20px;
  position: relative;
  z-index: 9;
  letter-spacing: 0.3px;
}

.btn-default-black ion-icon {
  transition: all 1s ease-out;
  margin-left: 10px;
  position: relative;
  z-index: 99;
}

.btn-default-black:hover ion-icon {
  filter: invert(75%) sepia(1%) saturate(0%) hue-rotate(140deg) brightness(89%)
    contrast(89%);
}

.mobile-ico:hover ion-icon {
  filter: invert(75%) sepia(1%) saturate(0%) hue-rotate(140deg) brightness(89%)
    contrast(89%);
}

.black-btn {
  background: none;
  color: var(--white-color);
}

.black-btn:hover {
  background: url(../images/btn-border-dark.svg) no-repeat;
}

.black-btn:hover ion-icon {
  transform: translateX(10px);
}

.btn-default-white {
  display: inline-flex;
  align-items: center;
  min-width: 193px;
  min-height: 56px;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
  transition: all 1s ease-out;
}

a.btn-default-white {
  background: #fff;
  margin-right: 2px;
  border-radius: 0px;
}

.btn-default-white span {
  font-size: 18px !important;
  padding: 0 20px;
  position: relative;
  z-index: 9;
  font-weight: 500 !important;
}

.btn-default-white ion-icon {
  transition: all 1s ease-out;
  margin-left: 10px;
  position: relative;
  z-index: 99;
}

.btn-default-white:hover ion-icon {
  filter: invert(100%) sepia(1%) saturate(382%) hue-rotate(64deg)
    brightness(93%) contrast(88%);
}
.white-btn {
  background: none;
  color: var(--accent-color);
}

.white-btn:hover:hover {
  background: #fff;
  margin-right: 2px;
  border-radius: 0px;
}
.white-btn:hover ion-icon {
  transform: translateX(10px);
}

header.main-header .header-sticky.active .btn-default-white {
  display: inline-flex;
  align-items: center;
  min-width: 193px;
  min-height: 56px;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
  transition: all 1s ease-out;
}

header.main-header .header-sticky.active a.btn-default-white {
  background: #000;
  border-radius: 0px;
  transition: all 1s ease-out;
  margin-bottom: 5px;
}

header.main-header .header-sticky.active .btn-default-white span {
  font-size: 16px;
  padding: 0 20px;
  position: relative;
  z-index: 9;
  letter-spacing: 0.3px;
}

header.main-header .header-sticky.active .btn-default-white ion-icon {
  transition: all 1s ease-out;
  margin-left: 10px;
  position: relative;
  z-index: 99;
  filter: invert(100%) sepia(1%) saturate(382%) hue-rotate(64deg)
    brightness(93%) contrast(88%);
}

header.main-header .header-sticky.active .btn-default-white:hover ion-icon {
  filter: invert(10%) sepia(1%) saturate(0%) hue-rotate(140deg) brightness(89%)
    contrast(89%);
}

header.main-header .header-sticky.active .white-btn {
  background: none;
  color: var(--white-color);
}

header.main-header .header-sticky.active .white-btn:hover {
  background: transparent;
  color: #000;
  border: 1px solid #000;
}

header.main-header .header-sticky.active .black-btn:hover ion-icon {
  transform: translateX(10px);
}

.mobile-ico:hover ion-icon {
  filter: invert(75%) sepia(1%) saturate(0%) hue-rotate(140deg) brightness(89%)
    contrast(89%);
}

.btn-default-hero {
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1em;
  color: var(--accent-color);
  background: var(--white-color);
  padding: 15px 20px 15px 20px;
  border: 0px;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  clip-path: polygon(0% 0%, 0% 0%, 86% -14%, 109% 99%, 90% 100%, 0% 100%);
}

.btn-default-hero::before {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  font-family: "FontAwesome";
  font-size: 18px;
  font-weight: 900;
  transition: 0.3s ease-in-out;
  background: transparent;
  color: var(--white-color);
  transform: translate(-20px, -50%) rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-default-hero:hover:before {
  color: var(--accent-color);
  transform: translate(-20px, -50%) rotate(90deg);
}

.btn-default-hero::after {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: var(--white-color);
  border-radius: 0px;
  transition: 0.3s ease-in-out;
  background: linear-gradient(230deg, transparent 9%, #0f0f0f 10%);
}

.btn-default-hero:hover::after {
  width: 100%;
}

.btn-default-hero:hover {
  color: var(--white-color);
}
.white_btn {
  background-color: var(--white-color);
  color: #000;
  font-size: 14px;
  padding: 1rem 1rem;
  font-weight: 500;
}
.btn-default-hero2 {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1em;
  color: var(--white-color);
  padding: 15px 20px 15px 20px;
  border: 0px;
  transition: 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #0f0f0f;
  border: 1px solid #ffffff;
  clip-path: polygon(0% 0%, 0% 0%, 86% -6%, 109% 108%, 90% 100%, 0% 100%);
}

.hero2-con {
  position: relative;
  padding: 0px;
}

.btn-default-hero2::before {
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  font-family: "FontAwesome";
  font-size: 18px;
  font-weight: 900;
  transition: 0.3s ease-in-out;
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-default-hero2:hover:before {
  color: var(--accent-color);
  transform: translate(-20px, -50%) rotate(90deg);
}

.btn-default-hero2::after {
  content: "";
  display: block;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: var(--white-color);
  border-radius: 0px;
  transition: 0.3s ease-in-out;
  background: linear-gradient(230deg, transparent 9%, #ffffff 10%);
}

.btn-default-hero2:hover::after {
  width: 100%;
}

.btn-default-hero2:hover {
  color: var(--accent-color);
}

button {
  background: none;
  border: 0px;
  text-align: left;
}

.hero-section .btns {
  display: flex;
  margin-top: 50px;
}

.sm-text {
  font-size: 40px !important;
  line-height: 36px !important;
  display: block;
  /* margin-left: 12px; */
  margin-top: 15px;
}

#magic-cursor {
  position: absolute;
  width: 10px !important;
  height: 10px !important;
  pointer-events: none;
  z-index: 1000000;
}

#ball {
  position: fixed;
  display: block;
  left: 0;
  top: 0;
  transform: translate(-50%, -50%);
  width: 10px !important;
  height: 10px !important;
  background: var(--accent-color);
  border-radius: 50%;
  pointer-events: none;
  opacity: 1 !important;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}

.preloader video {
  height: 100%;
  width: 100%;
}

/* .loading-container,
.loading{
	height: 150px;
	position: relative;
	width: 150px;
	border-radius: 100%;

}

.loading-container{
	margin: 40px auto
}


.loading{
	border: 1px solid transparent;
	border-color: transparent var(--white-color) transparent var(--white-color);
	animation: rotate-loading 1.5s linear 0s infinite normal;
	transform-origin: 50% 50%;
}
.logo-loading{
        background: url(../images/loader.png) no-repeat;
        background-size: 100%;
        position: absolute;
        top: 18%;
        left: 30%;
        z-index: 999999;
        width: 200px;
        height: 134px;
}

.loading-container:hover .loading,
.loading-container .loading{
	transition: all 0.5s ease-in-out;
}

#loading-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 66px;
	transform: translate(-50%, -50%);
}

@keyframes rotate-loading{
	0%{
		transform: rotate(0deg);
	}

	100%{
		transform: rotate(360deg);
	}
} */

.preloader-outer {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.section-row {
  margin-top: 30px;
}

.section-btn {
  text-align: end;
}

.section-title {
  text-align: left;
}

.section-title h3 {
  font-size: 25px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--accent-color);
  margin-bottom: 26px;
  line-height: 2.5rem;
}

.section-title h1,
.section-title h2 {
  letter-spacing: 0em;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 3rem;
}

.section-title-2 h2 {
  font-size: 56px;
}

.section-title h1 span,
.section-title h2 span {
  color: var(--accent-color);
}

/************************************/
/**** 	   03. Header css		 ****/
/************************************/

header.main-header {
  background-color: transparent;
  position: absolute;
  z-index: 100;
  width: 100%;
}

header.main-header .header-sticky {
  padding: 20px 0px;
  transition: 0.4s;
  position: fixed;
  width: 100%;
  top: 0;
  /* z-index: 99; */
}

header.main-header .header-sticky.hide {
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
  padding: 5px 0px;
  border-radius: 0;
  border-bottom: 0px solid var(--divider-color);
}

header.main-header .header-sticky.active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 0;
  border-bottom: 0px solid var(--divider-color);
  transform: translateY(0);
  background: var(--white-color);

  box-shadow: 0px 0px 20px 0px rgba(7, 20, 52, 0.1);
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}

header.main-header .header-sticky.active .main-nav li a {
  color: #0b0b0b;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
  overflow: hidden;
}

.top-space {
  position: relative;
  top: 0px;
}

header.main-header .header-sticky.active .site-logo img {
  visibility: hidden;
}

header.main-header .header-sticky.active .navbar-brand {
  background-image: url(../images/Logo_png_black.png);
  background-size: contain;
  background-repeat: no-repeat;
}

/* --- Menu --- */

.navbar {
  padding: 0;
  align-items: center;
}

.navbar-brand {
  padding: 7px 0 8px;
  margin: 0;
}

.navbar-brand img {
  min-width: 160px;
}

.site-logo {
  line-height: 0px !important;
}

.nav-bar {
  position: fixed; /* lock to top */
  top: 0;
  width: 100%; /* full width */
  background-color: white;
}

/* Hide checkbox that controls Mobile Nav Button*/
#drop-down-cbox {
  display: none;
}

/* Mobile Nav Button */
#drop-down-cbox + label {
  position: relative;
  display: none;
  width: 40px;
  height: 50px;
  overflow: hidden;
  background-color: transparent;
  transition: all 300ms ease-in-out;
  z-index: 99;
  cursor: pointer;
}

/* Mobile Nav Button Bars */
#drop-down-cbox + label span {
  position: absolute;
  display: block;
  background-color: var(--white-color);
  width: 35px;
  height: 2.5px;
  border-radius: 0px;
  left: 50%;
  transform: translate(-50%, -50%); /* centering trick */
  transition: all 300ms ease-in-out;
}

.innerpage #drop-down-cbox + label span {
  position: absolute;
  display: block;
  background-color: var(--white-color);
  width: 30px;
  height: 3px;
  border-radius: 2px;
  left: 50%;
  transform: translate(-50%, -50%); /* centering trick */
  transition: all 300ms ease-in-out;
}

.innerpage #drop-down-cbox:checked + label span {
  background-color: var(--white-color);
}

/* Mobile Nav Button Bars Invididually */
#drop-down-cbox + label span:nth-child(1) {
  top: 32%; /* evenly spaced */
}
#drop-down-cbox + label span:nth-child(2) {
  top: 51%; /* evenly spaced */
}
#drop-down-cbox + label span:nth-child(3) {
  top: 71%; /* evenly spaced */
}

/* Mobile Nav Button Styling for Checked */

/* #drop-down-cbox:checked + label {
	background-color: #161616;
} */

/* #drop-down-cbox:checked + label span {
	background-color: white;
} */

/* Transform the bars into an 'X' */
#drop-down-cbox:checked + label span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg); /* center, then rotate */
}
#drop-down-cbox:checked + label span:nth-child(2) {
  left: -150%; /* move center bar out of the picture */
}
#drop-down-cbox:checked + label span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg); /* center, then rotate */
}

/* Main Nav Desktop */
.main-nav {
  flex-grow: 1;
  display: flex;
  justify-content: end;
  align-items: flex-end;
  margin-right: 20px;
}

.main-nav li {
  display: block;
}
/* .navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 0px !important;
} */

.nav-link:focus,
.nav-link:hover {
  color: var(--white-color);
}

.main-nav li a,
.main-nav li span {
  font-size: 16px;
  font-weight: 400;
  color: var(--secondary-color);
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  letter-spacing: 1px;
}

.main-nav li.nav-item {
  display: inline-block;
  color: #0b0b0b;
  text-decoration: none;
  position: relative;
  margin: 15px 40px;
}
.navbar-nav .nav-link.active {
  color: var(--white-color);
}

.innerpage .nav-link.active {
  color: var(--white-color);
}

.navbar-expand-lg .navbar-nav .nav-item {
  margin-left: 0px;
}

header.main-header .header-sticky.active .main-nav li a::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #000;
  transition: width 0.3s;
  right: auto;
  left: initial;
}

header.main-header .header-sticky.active .main-nav li.nav-item a:hover::after {
  width: 100%;
  right: auto;
}

header.main-header .header-sticky.active .main-nav li.nav-item a::before {
  content: "";
  position: absolute;
  width: 0;
  transition: 0.3s;
  height: 1px;
  top: auto;
  bottom: 0;
  left: 0;
  background: #000;
}

header.main-header
  .header-sticky.active
  .main-nav
  li.nav-item
  a.active::before {
  width: 100%;
  right: auto;
}

.main-nav li.nav-item a::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  transition: width 0.3s;
  right: auto;
  left: initial;
}

.main-nav li.nav-item a:hover::after {
  width: 100%;
  right: auto;
}
.main-nav li.nav-item a::before {
  content: "";
  position: absolute;
  width: 0;
  transition: 0.3s;
  height: 1px;
  top: auto;
  bottom: 0;
  left: 0;
  background: #fff;
}

.main-nav li.nav-item a.active::before {
  width: 100%;
  right: auto;
}

.main-nav li a:hover,
.main-nav li span:hover {
  color: #fff;
}

.main-nav li > ul {
  max-height: 0px; /* max-height instead of height, height can't transition to auto */
  transition: all 500ms ease-in-out;
  overflow: hidden; /* make it so nav doesn't show beyond the 0px max-height */
}

.main-nav li:hover > ul {
  max-height: 180px; /* height x how many links */
  height: auto;
}

.main-nav li > ul li a,
.main-nav li > ul li span {
  background-color: white;
}

.main-nav li > ul li a:hover,
.main-nav li > ul li span:hover {
  background-color: #666;
  color: white;
  border-bottom: none;
}

/* Tablet and Mobile View */
@media (max-width: 990px) {
  .site-logo {
    font-size: 1.5rem;
    flex-grow: 1;
    text-align: left;
  }

  .sm-margin-bottom {
    margin-bottom: 30px;
  }

  header.main-header .header-sticky.hide {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  header.main-header .header-sticky.active .navbar-brand {
    background-position: left !important;
  }
  .header-space {
    padding: 0 4% !important;
  }
  .space-common {
    padding: 0 5% !important;
  }

  .main-nav li {
    display: block;
    line-height: 30px;
    /* width: 100%; */
    padding-left: 5px;
  }

  header.main-header .header-sticky.active .main-nav li a:last-child {
    padding-bottom: 15px !important;
  }

  .main-nav li a,
  .main-nav li span {
    color: var(--accent-color);
    text-transform: capitalize;
    transition: all 0.3s ease-in-out;
    letter-spacing: 1px;
  }

  #drop-down-cbox + label {
    display: block; /* unhide the mobile nav button */
  }
  .hero-section h1 {
    font-size: 54px !important;
    line-height: 60px !important;
  }

  .main-nav {
    max-height: 0px; /* same vertical grow transition trick as above */
    height: calc(
      120vh - 0px
    ); /*	 take full vertical viewport height, -60px for nav-bar */
    overflow: hidden;
    position: absolute;
    top: -22px;
    line-height: auto;
    left: 0;
    width: 100%;
    flex-direction: column;
    background: url(../images/newsletter-inner-bg.svg) #0b0b0b no-repeat top
      center;
    background-size: cover;
    transition: all 500ms ease-in-out;
    flex-grow: 1; /* fill remaining space */
    display: flex;
    justify-content: center; /* evenly space items */
    align-items: flex-start; /* center vertically */
    box-shadow: 0px 15px 10px 0px #00000014;
  }

  .contact-form {
    overflow: auto;
    padding: 25px 25px !important;
  }
  .contact-form input[type="text"],
  .contact-form input[type="email"],
  .contact-form input[type="tel"],
  .contact-form input[type="url"],
  .contact-form textarea {
    border-radius: 0px !important;
  }

  #drop-down-cbox:checked ~ .main-nav {
    max-height: 100vh;
    transition: all 500ms ease-in-out;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 30px 30px !important;
  }
  .main-nav li span {
    position: relative;
  }

  /* design and position downward arrow */

  .main-nav li a:hover,
  .main-nav li span:hover {
    background-color: rgb(11 11 11 / 5%);
    border-bottom: none;
    color: var(--accent-color) !important;
  }

  .main-nav li > ul li {
    position: relative;
  }

  .main-nav li > ul li a,
  .main-nav li > ul li span {
    background-color: #eee;
  }
}

.responsive-menu,
.navbar-toggle {
  display: none;
}

.responsive-menu {
  top: 20px;
  position: relative;
}

.slicknav_btn {
  padding: 6px 0 0;
  width: 38px;
  height: 38px;
  margin: 0;
  border-radius: 10px;
}

.slicknav_icon .slicknav_icon-bar {
  display: block;
  width: 100%;
  height: 3px;
  width: 22px;
  background-color: var(--white-color);
  border-radius: 6px;
  margin: 4px auto !important;
  transition: all 0.1s ease-in-out;
}

.navbar-toggle
  a.slicknav_btn.slicknav_open
  .slicknav_icon
  span.slicknav_icon-bar:nth-child(1) {
  transform: rotate(-45deg) translate(-5px, 5px);
}

.navbar-toggle
  a.slicknav_btn.slicknav_open
  .slicknav_icon
  span.slicknav_icon-bar:nth-child(2) {
  opacity: 0;
}

.navbar-toggle
  a.slicknav_btn.slicknav_open
  .slicknav_icon
  span.slicknav_icon-bar:nth-child(3) {
  transform: rotate(45deg) translate(-5px, -5px);
}

.slicknav_menu {
  padding: 0;
  background: var(--accent-color);
}

.slicknav_menu ul {
  margin: 5px 0;
}

.slicknav_menu ul ul {
  margin: 0;
}

.slicknav_nav .slicknav_row,
.slicknav_nav li a {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 20px 20px;
  color: var(--white-color);
  line-height: normal;
  margin: 0;
  border-radius: 0 !important;
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
  background-color: transparent;
  color: var(--primary-color);
}

.slicknav_menu ul ul li a {
  padding: 10px 20px 10px 30px;
}

.slicknav_arrow {
  font-size: 0 !important;
}

.slicknav_arrow:after {
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 900;
  font-size: 12px;
  margin-left: 8px;
  color: var(--white-color);
  position: absolute;
  right: 15px;
  top: 15px;
  transition: all 0.3s ease-out;
}

.slicknav_open > a .slicknav_arrow:after {
  transform: rotate(-180deg);
}

/************************************/
/***       05. Brokers css	      ***/
/************************************/

.innerpage h2 {
  font-size: 48px;
  line-height: 60px;
}

.about-us {
  padding: 5.5vw 0 6.5vw;
  background: url(../images/about-bg.png) #0b0b0b;
  background-size: contain;
  min-height: 40vh;
}
.about-us h2 {
  font-size: 30px;
  padding-right: 20%;
  line-height: 40px;
}

.about-image {
  position: relative;
  padding-right: 10px;
}

.about-img img {
  border-radius: 40px;
}

.about-consultation {
  position: absolute;
  top: 50%;
  right: -1%;
  transform: translateY(-50%);
  z-index: 1;
}

.about-consultation img {
  animation: rotate 30s infinite linear;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.about-content ul {
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.about-content p {
  line-height: 30px;
}

.about-content ul li {
  width: 48%;
  margin-right: 2%;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-color);
}

.about-content ul li:before {
  content: "\f138";
  font-family: "Font Awesome 6 Free";
  color: var(--accent-color);
  font-size: 20px;
  font-weight: 900;
  position: absolute;
  top: 1px;
  left: 0;
}

.brokers-hero {
  background: url(../images/brokers-hero.jpg) no-repeat;
  width: 100%;
  height: 100vh;
  background-size: cover;
}

.brokers-hero h1 {
  color: var(--white-color) !important;
  font-size: 64px;
  color: var(--white-color);
}

.innerpage .main-nav li a,
.main-nav li span {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  letter-spacing: 1px;
}

.innerpage .main-nav li a:hover,
.main-nav li span:hover {
  color: var(--white-color);
}

.inner-hero-section {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateY(-30%);
  z-index: 10;
  padding-right: 10%;
}

.brokers-hero p {
  margin: 1em 0 2em 0;
  line-height: 30px;
  padding-right: 10%;
  color: var(--white-color);
}

.darksoul-card2 {
  margin: 0 0px;
  background: url(../images/hub-bg.png) #ededef;
  border-radius: 0px;
  align-items: start;
  justify-content: center;
  position: relative;
  /* transition: all 0.25s ease-in; */
  transition: box-shadow 0.3s;
  transition: all 0.25s ease-in;
  padding: 45px 35px;
  height: 22.5vw;
  width: 100%;
}

.darksoul-card2:hover {
  margin-top: 0px;
  background-color: rgb(209, 209, 209);
  height: 22.5vw;
  width: 100%;
  box-shadow: 5px -5px rgb(168 168 168);
  transform: translateY(-3px);
  transition: all 0.25s ease-in;
}

.business-about .darksoul-card2,
.business-about .darksoul-card2:hover {
  height: 30.5vw;
  width: 95%;
}

.darksoul-card2:hover .content {
  color: var(--accent-color);
}

.darksoul-content {
  margin: auto;
  z-index: 100;
  color: var(--accent-color);
  font-size: 18px;
  position: absolute;
  bottom: 10%;
  line-height: 1.5;
  width: 85%;
}
.brokers-choose h3 {
  font-size: 24px;
  line-height: 30px;
  padding-right: 10%;
}

.align-items-end {
  align-items: end !important;
}

.offers {
  padding: 0px 0;
}

.estative-offers {
  position: relative;
  padding: 10% 8%;
}

.estative-offers-2 {
  position: relative;
  transition: all 0.25s ease-out;
}

.estative-offers ul {
  margin: 0px;
  padding: 0px;
  position: absolute;
  bottom: 12%;
}

.estative-offers ul li {
  list-style: none;
  font-size: 18px;
  color: #9e9e9e;
  font-weight: 400;
  margin: 8px 0;
}
.estative-offers ul span {
  color: #0b0b0b;
  text-decoration: underline;
  font-size: 18px;
}

.offers-bg {
  background: url(../images/offers-img.svg) no-repeat;
  padding: 20% 7% 3% 5%;
  background-size: cover;
}
.offers-bg h4 {
  font-size: 34px;
}

.estative-offers-tab .tab_head li {
  list-style: none;
  font-size: 20px;
  color: #9e9e9e;
  font-weight: 400;
  margin: 18px 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.estative-offers-2 #tab1 {
  background: url(../images/offers-img-1.jpg) #0f0f0f85;
  padding: 50% 11% 3% 11%;
  background-size: cover;
  height: 100vh;
}

.estative-offers-2 #tab2 {
  background: url(../images/offers-img-2.jpg) #0f0f0f85;
  padding: 50% 11% 3% 11%;
  background-size: cover;
  height: 100vh;
}

.estative-offers-2 #tab3 {
  background: url(../images/offers-img-3.jpg) #0f0f0f85;
  padding: 50% 11% 3% 11%;
  background-size: cover;
  height: 100vh;

  display: inline-block;
}

.estative-offers-2 #tab4 {
  background: url(../images/offers-img-4.jpg) #0f0f0f85;
  padding: 50% 11% 3% 11%;
  background-size: cover;
  height: 100vh;

  display: inline-block;
}

.estative-offers-tab .tab_head li:hover {
  color: var(--accent-color);
  cursor: pointer;
}
.estative-offers-tab .tab_head li.active {
  color: var(--accent-color);
  border-right: 0;
  display: block;
}

.estative-offers-tab .tab_head li::after {
  position: absolute;

  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #0b0b0b;
  transition: width 0.3s;
  right: auto;
  left: initial;
  margin-top: 4px;
}

.estative-offers-tab .tab_head li::before {
  content: "";
  position: absolute;
  width: 0;
  transition: 0.3s;
  height: 1px;
  top: auto;
  left: 0;
  background: #0b0b0b;
}

.estative-offers-tab .tab_head li:hover::after {
  width: 100%;
  right: auto;
}

.estative-offers-tab .tab_head li.active::after {
  width: 100%;
  right: auto;
  margin-top: 4px;
}

/* .estative-offers-tab .tab_head li.active:nth-child(1){
top: 40px;

} */

.estative-offers-2 .tab_content {
  padding: 20px;
  display: none;
}

.estative-offers-2 {
  background: #0b0b0bfe;
}

.estative-offers-2 .tab_container {
  position: relative;
}

.number {
  position: absolute;
  top: 9%;
  left: 10%;
}

.estative-offers-2 .tab_content h3 {
  margin-top: 0;
  color: var(--white-color);
  padding-right: 40%;
  line-height: 40px;
  font-size: 36px;
  margin-bottom: 40px;
  animation: fadeInUp 0.6s ease-out; /* Adjust duration and easing as needed */
  position: relative;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); /* Start 20px below its final position */
  }
  100% {
    opacity: 1;
    transform: translateY(0); /* End at the final position */
  }
}

.estative-offers-2 .tab_content p {
  color: var(--white-color);
  font-size: 16px;
  animation: fadeInUp 1s ease-out; /* Adjust duration and easing as needed */
  position: relative;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px); /* Start 20px below its final position */
  }
  100% {
    opacity: 1;
    transform: translateY(0); /* End at the final position */
  }
}

.newsletter-inner {
  position: relative;
  z-index: 2;
  background: url(../images/newsletter-inner-bg.svg) #18181b no-repeat;
  background-position: right;
  background-size: contain;
}

.newsletter-listing {
  margin-bottom: 20px;
}

.app-btn-inner {
  width: 45%;
  max-width: 150px;
  color: var(--accent-color);
  margin: 20px 15px 20px 0px;
  text-align: left;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.app-btn-inner:hover {
  opacity: 0.5;
}
.newsletter-listing p {
  font-size: 18px;
  margin-top: 10px;
  padding-right: 15%;
}

.newsletter-inner,
.faq {
  padding: 6% 0;
}

.faq {
  background: #edeef3;
  padding: 5% 0;
  min-height: 80vh;
}
.faq details {
  background: #edeef3;
}
.faq .accordion-container {
  height: auto;
}

h4 {
  font-size: 22px;
}

.faq-item {
  border-bottom: 1px solid #d7d7d7;
  padding: 0px 40px 15px 0;
  margin-bottom: 40px;
}

.faq-item h3 {
  font-size: 26px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.faq-item p {
  margin: 0;
}

.accordion-container {
  max-width: 600px;
  width: 100%;
  height: 90vh;
  overflow-y: auto;
}

details {
  font-size: var(--title);
  margin: 0 auto;
  width: 100%;
  position: relative;
  border-top: 1px solid #ccc;
  transition: all 0.3s ease-in-out;
}
details:hover {
  opacity: 1;
}

summary {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  padding: 30px 0px;
  font-size: 18px;
}

summary:hover .title {
  opacity: 1;
}
summary:hover .accordion-icon {
  opacity: 1;
}

.accordion-title {
  color: #151518;
  width: 90%;
  font-weight: 500;
  transition: all 250ms ease-in-out;
}

.accordion-icon {
  opacity: 0.5;
  pointer-events: none;
  position: absolute;
  right: 1rem;
  transition: all 150ms ease-out;
}
.accordion-icon svg {
  width: var(--icon-size);
  height: var(--icon-size);
  transition: transform 0.3s ease-in-out;
}

.accordion-content {
  color: #3c3e47;
  padding: var(--content-padding);
  font-size: var(--content);
  font-weight: 400;
  line-height: 1.65;
  padding-bottom: 20px;
}

/** Remove Marker */
summary::-webkit-details-marker {
  display: none;
}

/** Rotate Icon */
details[open] .accordion-icon svg {
  transform: rotate(180deg);
}

.newsletter-brokers {
  padding: 12% 5% 12% 50%;
  background: url(../images/brokers-newsletter.jpg) no-repeat;
  background-size: cover;
  min-height: 92vh;
}
.newsletter-brokers p {
  font-size: 20px;
  color: var(--secondary-color);
  line-height: 1.7;
}

#experienceTab.nav-pills .nav-link.active {
  color: var(--theme-yellow) !important;
  background-color: transparent;
  border-radius: 0px;
  border-left: 3px solid var(--theme-yellow);
}
#experienceTab.nav-pills .nav-link {
  border-radius: 0px;
  border-left: 2px solid var(--theme-gray);
}
.date-range {
  letter-spacing: 0.01em;
  color: var(--theme-gray);
}

/* STUB  LINKS */
a {
  color: var(--theme-gray);
  transition: all 1s ease-out;
}
a:hover {
  color: var(--theme-yellow);
}

/************************************/
/***        Investors css	      ***/
/************************************/

.investors-hero {
  background: url(../images/investors-hero.jpg) no-repeat;
  width: 100%;
  height: 100vh;
  background-size: cover;
}

.investors-hero ul {
  padding: 0px;
  margin: 0px;
}

.investors-hero ul li {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: inline-block;
  color: var(--white-color);
}

.investors-hero h1 {
  color: var(--white-color) !important;
  font-size: 64px;
  color: var(--white-color);
  line-height: 1.1;
}

.investors-hero span {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-right: 20px;
}

.investors-agent {
  padding: 80px 0px;
  background: #0b0b0b;
  min-height: 92vh;
}

.buyer-bg-1 {
  background: url(../images/newsletter-bg.svg) no-repeat #edeef3;
  background-position: left;
  padding: 40px 20px 20px;
  margin-bottom: 0px;
  height: calc(100% - 30px);
  background-size: cover;
  width: 95%;
}

.seller-bg-2 {
  background: url(../images/newsletter-bg.svg) #edeef3;
  background-position: left;
  padding: 40px 20px 20px;
  margin-bottom: 0px;
  height: calc(100% - 30px);
  background-size: cover;
  width: 95%;
}

.buy-sell-bg-3 {
  background: url(../images/newsletter-bg.svg) #edeef3;
  background-position: left;
  padding: 40px 20px 20px;
  margin-bottom: 0px;
  height: calc(100% - 30px);
  background-size: cover;
  width: 95%;
}
.agent-content-title a {
  color: var(--white-color);
  border-radius: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: var(--accent-color);
}
.agent-ico {
  /* to black */
  filter: invert(0) !important;
  width: 30px;
}
.investors-agent .agent-ico {
  filter: invert(1) !important;
  width: 30px;
}

.investors-agent .agent-ico:hover {
  -webkit-animation: full-circle 1.1s ease-out;
  animation: full-circle 1.1s ease-out;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}
.developers .agent-ico {
  filter: invert(1) !important;
  width: 30px;
}
.agent-content-title h3 {
  font-size: 1.7vw;
  width: 100%;
  font-weight: 500;
  margin-top: 15%;
}
.investors-agent .agent-content h3 {
  padding-right: 0;
  font-size: 32px;
  margin-top: 1vw;
  line-height: 38px;
}

.agent-content {
  padding: 0px 20px 20px;
  height: calc(100% - 30px);
  position: relative;
  height: calc(100% - 20px);
  padding-bottom: 3.5rem;
}

.investors-agent .investors p {
  font-size: 20px;
  height: 220px !important;
  padding-top: 45% !important;
}

.investors-agent h3 {
  font-size: 56px;
  padding-right: 25%;
  line-height: 60px;
}

.investors-agent input[name="anteramount"] {
  text-align: center;
  background: #eee;
  font-size: 30px;
  padding: 5px;
  border: 0px;
  border-radius: 5px;
  outline: none;
}

input[type="range"] {
  -webkit-appearance: none; /* For WebKit-based browsers */
  width: 100%;
  height: 4px;
  background: #ddd; /* Track color */
  outline: none;
  opacity: 0.9;
  transition: opacity 0.2s;
  position: absolute;
  left: 0px;
  bottom: 25px;
}

input[type="range"]::-webkit-slider-runnable-track {
  background: linear-gradient(
    to right,
    #303030 0%,
    #303030 calc((var(--value) - 150) / (5000000 - 150) * 100%),
    #ddd calc((var(--value) - 150) / (5000000 - 150) * 100%),
    #ddd 100%
  );
  height: 3px;
}

input[type="range"]:hover {
  opacity: 1;
  border: 0px;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background: #303030; /* Thumb color */
  cursor: pointer;
  border-radius: 50%;
  margin-top: -8px;
  margin-left: 5px;
}

input[type="range"]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: #303030; /* Thumb color */
  cursor: pointer;
  border-radius: 50%;
  margin-top: -8px;
  margin-left: 5px;
}

.price-range {
  font-size: 10px;
  color: #707070;
}

.btn-default-border {
  display: inline-flex;
  align-items: center;
  min-width: 193px;
  min-height: 56px;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
  transition: all 1s ease-out;
}

a.btn-default-border {
  background: url(../images/btn-border-dark.svg) no-repeat;
  border-radius: 0px;
  transition: all 1s ease-out;
}

.btn-default-border span {
  font-size: 16px;
  padding: 0 20px;
  position: relative;
  z-index: 9;
  letter-spacing: 0.3px;
}

.btn-default-border ion-icon {
  transition: all 1s ease-out;
  margin-left: 10px;
  position: relative;
  z-index: 99;
}

.btn-default-border:hover ion-icon {
  filter: invert(75%) sepia(1%) saturate(0%) hue-rotate(140deg) brightness(89%)
    contrast(89%);
}

.btn-default-border .mobile-ico:hover ion-icon {
  filter: invert(75%) sepia(1%) saturate(0%) hue-rotate(140deg) brightness(89%)
    contrast(89%);
}

.border-btn {
  background: none;
  color: var(--accent-color);
}

.border-btn:hover {
  background: url(../images/btn-black.svg) no-repeat;
  color: var(--white-color);
}
.border-btn:hover ion-icon {
  transform: translateX(10px);
}

.pop-up {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  backdrop-filter: url(filters.svg#filter) blur(4px) saturate(150%);
}
.pop-up__bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(24, 24, 24, 0.5);

  cursor: pointer;
}
.pop-up.opened {
  opacity: 1;
  visibility: visible;
}
.pop-up.opened .pop-up__content {
  transform: scale(1);
}
.pop-up__icon {
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  font-weight: 300;
  font-style: normal;
  cursor: pointer;
  font-size: 20px;
  transition: all 1s ease-out;
}
.pop-up__icon:hover {
  color: #a4a2a2;
}
.pop-up__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 50%;

  /*	background-color: #ffffff;*/
  transform: scale(0.25);
  transition: all 0.4s;
}
.pop-up__content h3 {
  margin-top: 0px !important;
}

.pop-up__title {
  font-weight: bold;
}
.pop-up__paragraph {
  text-align: center;
  line-height: 1.4;
}
.pop-up__paragraph span {
  background-color: #eeeeee;
  border-radius: 50%;
  padding: 0 0.4rem;
  cursor: pointer;
  transition: all 0.4s;
}
.pop-up__paragraph span:hover {
  background-color: #d5d5d5;
}
.pop-up__btn {
  font-size: inherit;
  border: unset;
  padding: 0.8rem 1.6rem;
  border-radius: 1.2rem;
  cursor: pointer;
  transition: all 0.4s;
  border: 0.1rem solid transparent;
}
.pop-up__btn--bg {
  background: #000000;
  color: #ffffff;
}
.pop-up__btn--bg:hover {
  background: #eeeeee;
  color: #000000;
}
.pop-up__btn--nobg {
  background: unset;
}
.pop-up__btn--nobg:hover {
  border: 0.1rem solid #1a1a1a;
}

#lblDBXP {
  font-weight: bold;
}

#choicelist,
#choicelist-2 {
  border: 1px solid #d6d6d6;
  width: 42.6%;
  border-radius: 2px;
  display: none;
  position: absolute;
  background: #fff;
  border-top: 0px !important;
}

#selectedDBXP,
#selectedDBXP-2 {
  border: 1px solid #d6d6d6;
  width: 100%;
  height: 3.5em;
  background-color: #fff;
  position: relative;
  text-align: left;
  padding: 12px;
  font-size: 14px;
}

#choicelist > div {
  padding: 10px 0px 10px 10px;
}

#choicelist-2 > div {
  padding: 10px 0px 10px 10px;
}

#choicelist-2 label {
  padding-left: 6px;
  position: relative;
  bottom: 3px;
}

.fa-chevron-down {
  position: absolute;
  right: 1em;
  top: 1.2em;
  color: #a8a8a8;
  transition: transform 0.2s ease-out, color 0.2s ease-out;
  font-size: 0.85em;
}

.fa-chevron-down--open {
  transform: rotate(-180deg) translate(0, 2px);
  color: #404040;
}
.pop-up input[type="text"],
.pop-up .contact-form input[type="email"],
.pop-up .contact-form input[type="tel"],
.pop-up .contact-form input[type="url"],
.pop-up .contact-form textarea {
  font-size: 14px;
}

.mechanic-status-tab {
  height: 34px;
  position: relative;
  display: inline-block;
  background: #f4f6f9;
  border-radius: 0px;
  text-align: start;
  margin: 5px 0px;
  align-items: center;
  clip-path: polygon(0% 0%, 0% 0%, 90% -52%, 109% 99%, 90% 100%, 0% 100%);
}

.mechanic-status-tab label {
  padding-bottom: 0px !important;
}

.mechanic-status-tab input[type="radio"] {
  opacity: 0;
  position: absolute;
  width: 32% !important;
  height: 36px !important;
  border: 0 !important;
  cursor: pointer;
}

.mechanic-status-tab label {
  display: inline-block;
  color: #171717;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 10px;
  padding: 0 15px;
  line-height: 33px;
  text-decoration: none;
  vertical-align: baseline;
  text-align: center;
  margin-left: 0px;
  min-width: 64px;
}

.mechanic-status-tab input[type="radio"]:checked + label {
  color: #0b0b0b !important;
  background-color: #e4e4e4 !important;
  border-radius: 0px;
  clip-path: polygon(0% 0%, 0% 0%, 86% -10%, 123% 93%, 101% 100%, 0% 100%);
}

.newsletter-investors {
  padding: 12% 5% 12% 50%;
  background: url(../images/newsletter-investors.jpg) no-repeat;
  background-size: cover;
  min-height: 92vh;
  position: relative;
  z-index: 99;
}

/************************************/
/***       Business Hub css	      ***/
/************************************/

.business-hero {
  background: url(../images/business-hero-2.jpg) no-repeat;
  width: 100%;
  height: 100vh;
  background-size: cover;
}

.business-hero h1 {
  font-size: 64px;
  color: var(--white-color);
  line-height: 72px;
}

.company {
  padding: 4% 0 3%;
  min-height: 92vh;
}
.business-faq {
  padding: 6% 0%;
  background: url(../images/business-faq.svg) no-repeat left #18181b;
  background-size: contain;
  min-height: 100vh;
}
.business-faq .accordion-container {
  position: absolute;
}
.business-faq h2,
.business-faq .accordion-title,
.business-faq .accordion-content,
.business-faq .accordion-icon {
  color: #fff !important;
}

.business-faq summary {
  padding: 35px 0;
}

.tabs {
  position: relative;
  background: white;
  padding: 10px;

  border-radius: 5px;
}
.tabs input[name="tab-control"] {
  display: none;
}
.tabs .content section h2,
.tabs ul li label {
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 18px;
}
.tabs ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
}
.tabs ul li {
  box-sizing: border-box;
  margin-right: 40px;
}
.tabs ul li label {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #929daf;
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tabs ul li label br {
  display: none;
}

.tabs ul li label:hover,
.tabs ul li label:focus,
.tabs ul li label:active {
  outline: 0;
  color: #bec5cf;
}
.tabs ul li label:hover svg,
.tabs ul li label:focus svg,
.tabs ul li label:active svg {
  fill: #bec5cf;
}

.tabs .content {
  margin-top: 30px;
}
.tabs .content section {
  display: none;
  -webkit-animation-name: content;
  animation-name: content;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  line-height: 1.4;
}
.tabs .content section h2 {
  color: #428bff;
  display: none;
}
.tabs .content section h2::after {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background: var(--accent-color);
  margin-top: 5px;
  left: 1px;
}
.tabs
  input[name="tab-control"]:nth-of-type(1):checked
  ~ ul
  > li:nth-child(1)
  > label {
  cursor: default;
  color: var(--accent-color);
  border-bottom: 4px solid #0b0b0b;
}

.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider {
  transform: translateX(0%);
}
.tabs
  input[name="tab-control"]:nth-of-type(1):checked
  ~ .content
  > section:nth-child(1) {
  display: block;
}
.tabs
  input[name="tab-control"]:nth-of-type(2):checked
  ~ ul
  > li:nth-child(2)
  > label {
  cursor: default;
  color: #0b0b0b;
  border-bottom: 4px solid #0b0b0b;
}

.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .slider {
  transform: translateX(100%);
}
.tabs
  input[name="tab-control"]:nth-of-type(2):checked
  ~ .content
  > section:nth-child(2) {
  display: block;
}
.tabs
  input[name="tab-control"]:nth-of-type(3):checked
  ~ ul
  > li:nth-child(3)
  > label {
  cursor: default;
  color: #0b0b0b;
  border-bottom: 4px solid #0b0b0b;
}

.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .slider {
  transform: translateX(200%);
}
.tabs
  input[name="tab-control"]:nth-of-type(3):checked
  ~ .content
  > section:nth-child(3) {
  display: block;
}
.tabs
  input[name="tab-control"]:nth-of-type(4):checked
  ~ ul
  > li:nth-child(4)
  > label {
  cursor: default;
  color: #0b0b0b;
  border-bottom: 4px solid #0b0b0b;
}

.tabs input[name="tab-control"]:nth-of-type(4):checked ~ .slider {
  transform: translateX(300%);
}
.tabs
  input[name="tab-control"]:nth-of-type(4):checked
  ~ .content
  > section:nth-child(4) {
  display: block;
}
@-webkit-keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@media (max-width: 1000px) {
  .tabs ul li label {
    white-space: initial;
  }
  .tabs ul li label br {
    display: initial;
  }
}
@media (max-width: 600px) {
  .tabs ul li label {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .tabs .content {
    margin-top: 20px;
  }
  .tabs .content section h2 {
    display: block;
  }
  .tabs ul {
    display: block;
  }
}

.business-card .card-img-block {
  float: left;
  width: 100%;
  height: 30vh;
  overflow: hidden;
  border-radius: 12px 12px 0 0;
}

.business-card .card-body {
  position: relative;
}

.business-card .profile {
  border-radius: 10px;
  position: absolute;
  top: -12%;
  left: 14%;
  max-width: 75px;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  height: 60px;
  border: 1px solid #fff;
}

.business-card h3 {
  font-weight: 400;
  color: var(--accent-color);
  font-size: 32px;
}

.business-card .card-text {
  font-weight: 300;
  font-size: 14px;
  color: #9c9999;
}

.business-card .address-block {
  float: left;
  width: 100%;
}

.business-card .address-block p {
  font-size: 18px;
  color: #afafaf;
  margin-bottom: 10px;
}

.business-card .address-block span {
  background: #edeef3;
  padding: 5px 8px;
  color: #afafaf;
  font-size: 12px;
  border-radius: 5px;
}

.business-card i {
  display: inline-block;
  font-size: 16px;
  color: #006da0;
  text-align: center;
  border: 1px solid #006da0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  margin: 0 5px;
}
.company .card {
  border-radius: 12px;
  margin-bottom: 30px;
}
.company .card-body {
  padding: 20px 25px;
}
.business-about h3 {
  font-size: 30px !important;
  margin-top: 10px;
  line-height: 36px;
}

.newsletter-business {
  padding: 12% 5% 12% 50%;
  background: url(../images/newsletter-business.jpg) no-repeat;
  background-size: cover;
  min-height: 92vh;
  z-index: 99;
  position: relative;
}

/* .business-about .agent-ico {
    filter: invert(1) !important;
    width: 30px;
} */

.business-about .agent-ico:hover {
  -webkit-animation: full-circle 1.1s ease-out;
  animation: full-circle 1.1s ease-out;
  transition: all 1s cubic-bezier(0, 0, 0.2, 1);
}
.business-faq details {
  background: #18181b;
}

/************************************/
/***        Developers css	      ***/
/************************************/

.developers-hero {
  background: url(../images/developer-hero-img.jpg) no-repeat;
  width: 100%;
  height: 100vh;
  background-size: cover;
}

.developers-hero h1 {
  color: var(--white-color) !important;
  font-size: 64px;
  line-height: 1.1;
}
.developers .main-title h3 {
  font-size: 56px;
  line-height: 60px;
}

.developers .agent-more {
  padding-top: 50% !important;
  padding-right: 0px;
}
.developers .agent-content {
  padding-bottom: 0.8vw !important;
}
.developers .agent-more p {
  font-size: 18px;
}
.developer .agent-content h3 {
  margin-top: 2vw !important;
}

.opportunities {
  padding: 12% 5% 12% 50%;
  background: url(../images/developer-section-bg.jpg) no-repeat;
  background-size: cover;
  min-height: 92vh;
  position: relative;
  z-index: 99;
}
.mission {
  min-height: 92vh !important;
}

.exclusive-con {
  background: url(../images/exclusive-con-bg.svg) #0b0b0b no-repeat;
  background-size: contain;
  padding: 80px 0;
  color: var(--white-color);
}
.exclusive-con h4 {
  font-size: 24px;
  line-height: 32px;
  color: var(--white-color);
}

.exclusive-con p {
  color: #8d8d8d;
}
.padding-r {
  padding-right: 15%;
}
.light-bg {
  background: #edeef3;
  height: 92vh;
}

.success-stories-bg {
  background: url(../images/success-stories-bg.svg) no-repeat #0b0b0b;
  padding: 11% 7% 3% 5%;
  background-size: cover;
  position: relative;
}

.upcoming {
  margin-top: 60px;
}

.success-content p {
  padding-top: 25%;
  line-height: 1.9;
}

.vertical-tab .tab_head li {
  list-style: none;
  font-size: 20px;
  color: #9e9e9e;
  font-weight: 400;
  margin: 18px 0;
  cursor: pointer;
}
.vertical-tab .tab_head li:hover {
  color: var(--accent-color);
}
.vertical-tab .tab_head li.active {
  color: var(--accent-color);
  border-right: 0;
  display: block;
}

.vertical-tab .tab_head li::after {
  position: absolute;

  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #0b0b0b;
  transition: width 0.3s;
  right: auto;
  left: initial;
  margin-top: 4px;
}

.vertical-tab .tab_head li::before {
  content: "";
  position: absolute;
  width: 0;
  transition: 0.3s;
  height: 1px;
  top: auto;
  left: 0;
  background: #0b0b0b;
}

.vertical-tab .tab_head li:hover::after {
  width: 100%;
  right: auto;
}

.vertical-tab .tab_head li.active::after {
  width: 100%;
  right: auto;
  margin-top: 4px;
}

.vertical-tab .tab_container {
  height: 20vw;
}
.vertical-tab .tab_content {
  padding: 0px;
  display: none;
  color: var(--white-color);
}
.vertical-tab .tab_content h3 {
  margin-top: 0;
  color: var(--white-color);
  padding-right: 15%;
  line-height: 36px;
  font-size: 30px;
  margin-bottom: 20px;
}

.success-stories {
  padding: 0px 0;
  min-height: 92vh;
}
.offers-con .success-stories {
  min-height: 92vh;
}

.offers-con .light-bg {
  background: #edeef3;
  height: 100vh;
}

.newsletter-developers {
  padding: 12% 5% 12% 50%;
  background: url(../images/business-hero.jpg) no-repeat;
  background-size: cover;
  min-height: 92vh;
  position: relative;
  z-index: 99;
}

/************************************/
/***        06. Services css	  ***/
/************************************/

.our-services {
  padding: 7% 0;
  background: #edeef3;
  min-height: 100vh;
}

.our-services h2 {
  font-size: 56px;
  /*    padding-right: 12vw;*/
  word-wrap: break-word;
  line-height: 60px;
}

.service-container {
  width: 100%;
  display: block;
  padding: 0px 0 40px;
}

.service-item {
  background-color: var(--white-color);
  padding: 40px 20px 20px;
  height: calc(100% - 5px);
  margin-bottom: 0px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  width: 95%;
}
.s_ml {
  margin-left: 10px;
}
.s_ml1 {
  margin-left: 18px;
}

.service-item:hover {
  transform: scale(1.05);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  box-shadow: 0px 0px 15px 5px rgb(0 0 0 / 30%);
}

.service-bg-1 {
  background: url(../images/service-bg-1.png) #0b0b0b;
  background-position: left;
}

.service-bg-2 {
  background: url(../images/service-bg-2.png) #0b0b0b;
}

.service-bg-3 {
  background: url(../images/service-bg-3.png) #0b0b0b;
}

.service-bg-1,
.service-bg-2,
.service-bg-3 {
  background-size: cover;
}
.text-white {
  color: var(--white-color);
}

.service-content {
  padding: 0px 20px 20px;
  height: calc(100% - 30px);
  position: relative;
  height: calc(100% - 20px);
  padding-bottom: 18vw;
}

.service-content-title {
  align-items: center;
  justify-content: space-between;
  padding-bottom: 25px;
  margin-bottom: 10px;
}

.service-content-title h3 {
  font-size: 32px;
  width: 100%;
  font-weight: 500;
  margin-top: 33px;
  padding-right: 38%;
  line-height: 36px;
}

.service-content-title a {
  color: var(--white-color);
  /*	border-radius: 15%;*/
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #fff;
}

.service-content-title a img {
  transition: all 0.3s ease-in-out;
  width: 60%;
}

.service-item:hover .service-content-title img {
  transform: rotate(45deg);
}

.service-content p {
  margin: 0;
  position: absolute;
  bottom: 0px;
}

/************************************/
/***      07. Portfolio css	      ***/
/************************************/

.our-work-1 {
  padding: 60px 0px 0px;
}

.our-work-1 h2 {
  font-size: 56px;
  padding-right: 15vw;
  word-wrap: break-word;
}

.our-work-1 h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 500;
}

.our-work-1 h5 {
  font-weight: 500;
  font-size: 18px;
}
.our-work-1 p {
  margin-bottom: 0px;
}
.works-1-item {
  border-radius: 0px;
  height: calc(100% - 30px);
  margin-bottom: 30px;
}

.works-1-image {
  margin-bottom: 30px;
  border-radius: 0px;
  overflow: hidden;
}

.works-1-image img {
  border-radius: 0px;
  transition: all 0.5s ease-out;
}

.works-1-item:hover .works-1-image img {
  transform: scale(1.1);
}

.works-1-content {
  padding: 0 20px;
}

.works-1-content h2 {
  font-size: 26px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.works-1-content p {
  margin: 0;
}

.our-work-2 {
  padding: 60px 0px 0;
  /* background: #f9f9f9; */
  min-height: 92vh;
}

.our-work-2 h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-weight: 500;
}

.our-work-2 h5 {
  font-weight: 500;
  font-size: 18px;
}

.our-work-3 {
  padding: 20px 0px 70px;
  min-height: 92vh;
}

.our-work-3 h3 {
  font-size: 33px;
  margin-bottom: 20px;
  font-weight: 500;
}

.our-work-3 h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
}

.our-work-4 {
  padding: 20px 0px 0px;
  /* background: #f9f9f9; */
  min-height: 92vh;
}

.our-work-4 h3 {
  font-size: 33px;
  margin-bottom: 20px;
  font-weight: 400;
}

.our-work-4 h5 {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.7;
}

.our-work-5 {
  padding: 12vw 0px;
  background: url(../images/business_bg.jpg) right no-repeat #0b0b0b;
  background-size: contain;
  min-height: 92vh;
}

.our-work-5 h2 {
  font-weight: 400;
  font-size: 56px;
}

.our-work-5 h5 {
  font-weight: 400;
  font-size: 1.2rem;
}

/************************************/
/***    08. Key Numbers	  ***/
/************************************/

.key-numbers {
  padding: 3% 8% 0%;
  min-height: 92vh;
}

.key-bg {
  background: #edeef3;
  padding: 3% 0% 3% 6%;
}

.key-numbers-item {
  border-bottom: 1px solid #d7d7d7;
  padding: 0px 40px 10px 0;
  margin-bottom: 30px;
}

.key-numbers-item .icon-box {
  margin-bottom: 30px;
}

.key-numbers-item h3 {
  font-size: 26px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.key-numbers-item p {
  margin: 0;
}

.why-us-explore-item {
  position: relative;
  background-color: var(--white-color);
  border-radius: 40px;
  padding: 70px;
}

.why-us-explore-item .section-title {
  width: 100%;
  max-width: 800px;
  margin-bottom: 60px;
}

.explore-item-icon {
  position: absolute;
  top: 70px;
  right: 70px;
}

.explore-item-content p {
  margin: 0;
}

.explore-item-tags {
  text-align: end;
}

.explore-item-tags ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.explore-item-tags ul li {
  display: inline-block;
  margin-right: 20px;
}

.explore-item-tags ul li:last-child {
  margin-right: 0;
}

.explore-item-tags ul li .btn-default {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  border: none;
}

.explore-item-tags ul li .btn-default:hover {
  color: var(--white-color);
}

.explore-item-tags ul li .btn-default::before {
  color: var(--primary-color);
}

.explore-item-tags ul li .btn-default:hover:before {
  color: var(--white-color);
}

.explore-item-tags ul li .btn-default::after {
  background: var(--accent-color);
}

/************************************/
/***    09. Our Clients css       ***/
/************************************/

.exclusive-partners {
  padding: 3% 0;
  background: url(../images/project-bg.svg) top right no-repeat;
  min-height: 92vh;
}

.exclusive-partners h3 {
  font-size: 1.8rem;
}

.exclusive-partners .slider-item h5 {
  font-size: 15px;
  line-height: 40px;
}
.partners-logo {
  background-color: var(--secondary-color);
  border-radius: 20px;
  padding: 30px 50px;
  margin-bottom: 30px;
}

/************************************/
/***    11. Project css       ***/
/************************************/

.latest-news {
  padding: 100px 0 70px;
}

.project-item {
  position: relative;
  overflow: hidden;
  border-radius: 40px;
  padding: 10px;
  height: calc(100% - 30px);
  margin-bottom: 5px;
}

.project-item-image {
  border-radius: 0px;
  overflow: hidden;
}

.project-item-image img {
  border-radius: 0px;
  transition: all 0.5s ease-out;
}

.project-item:hover .project-item-image img {
  transform: scale(1.1);
}

.project-item-body {
  margin: 20px 0px;
}

.project-item-body h2 {
  display: block;
  line-height: 1.4em;
  font-size: 25px;
}

.project-item-body p {
  margin-bottom: 15px;
}

.project-item-body p a,
.project-item-body h2 a {
  color: inherit;
}

.project-item-body .btn-readmore {
  position: relative;
  color: var(--accent-color);
  text-transform: capitalize;
  font-weight: 700;
  transition: 0.3s ease-in-out;
}

.project-item-body .btn-readmore:hover {
  color: var(--primary-color);
}

.project-item-body .btn-readmore::before {
  content: "\f062";
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  font-family: "FontAwesome";
  font-size: 16px;
  font-weight: 900;
  transition: 0.3s ease-in-out;
  background: transparent;
  color: var(--accent-color);
  transform: translate(20px, -50%) rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
}

.project-item-body .btn-readmore:hover:before {
  color: var(--primary-color);
  transform: translate(20px, -50%) rotate(90deg);
}

/************************************/
/***        12. Footer css        ***/
/************************************/

.main-footer {
  background: url(../images/footer-bg.png) no-repeat #0b0b0b;
  padding: 40px 0 0;
  background-size: cover;
}

.text-right {
  text-align: right;
}

.border-b {
  border-bottom: 1px solid #383838;
}

.mega-footer {
  margin-bottom: 40px;
}

.footer-about img {
  margin-bottom: 30px;
}

.footer-about p {
  color: #555353;
}

.footer-about ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-about ul li {
  margin-bottom: 15px;
}

.footer-about ul li:last-child {
  margin-bottom: 0;
}

.footer-about ul li a {
  font-size: 22px;
  font-weight: 700;
  color: var(--white-color);
  text-transform: capitalize;
  margin-bottom: 20px;
}

.footer-links h2 {
  font-size: 22px;
  color: var(--white-color);
  text-transform: capitalize;
  margin-bottom: 20px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links ul li {
  margin-bottom: 15px;
  color: var(--white-color);
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}

.footer-links ul li:hover {
  color: var(--divider-color);
}

.footer-links ul li:last-child {
  margin-bottom: 0;
}

.footer-links ul li a {
  color: inherit;
  transition: all 0.5s ease-in-out;
  font-size: 16px;
}
.footer-links ul li a:hover {
  color: #6c757d;
  border-bottom: 1px solid #6c757d;
}
.footer-address {
  float: right;
}

.footer-address h2 {
  font-size: 22px;
  color: var(--white-color);
  text-transform: capitalize;
  margin-bottom: 20px;
}

.footer-address ul {
  margin: 0;
  padding: 0;
}

.footer-address ul li {
  color: var(--white-color);
  list-style: none;
  margin: 6px 0;
  font-size: 16px;
}

.footer-address ul li a,
.footer-policy-links ul li a {
  color: inherit;
  transition: all 0.3s ease-in-out;
}

.footer-address ul li a:hover,
.footer-policy-links ul li a:hover {
  color: #6c757d;
  border-bottom: 1px solid #6c757d;
}

.social-icon ul {
  display: flex;
  justify-content: flex-end;
}
.social-icon ul li {
  width: 35px;
  height: 35px;
  background: #fff;
  color: #0b0b0b;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 0px 0px 0 10px;
  font-size: 20px;
  transition: all 1s ease-out;
}

.social-icon ul li:first-child {
  margin-left: 0px;
}

.social-icon ul li a:hover {
  color: #fff;
  transition: all 0.5s;
  border: 0px;
}
.email-address {
  text-align: right;
  letter-spacing: 1px;
}

.phone-nu:hover,
.em-ns:hover {
  transition: all 0.5s;
  color: #98a1b3 !important;
}

.phone-nu {
  letter-spacing: 1px;
}
li.fb:hover {
  background: #3b5998;
  color: #fff !important;
  width: 35px;
  height: 35px;
}
li.x:hover {
  background: #000000;
  color: #fff !important;
  width: 35px;
  height: 35px;
}
li.linkedin:hover {
  background: #0077b5;
  color: #fff !important;
  width: 35px;
  height: 35px;
}
li.youtube:hover {
  background: #ff0000;
  color: #fff !important;
  width: 35px;
  height: 35px;
}
li.insta:hover {
  background: #c13584;
  color: #fff !important;
  width: 35px;
  height: 35px;
}

.footer-bottom {
  position: relative;
  padding: 15% 0 0;
}

.footer-copyright {
  padding: 20px 0;
  font-size: 13px;
  width: 100%;
}

.footer-copyright-text p {
  margin: 0;
  color: var(--secondary-color);
}

.footer-policy-links {
  text-align: end;
}

.footer-policy-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-policy-links ul li {
  display: inline-block;
  text-transform: capitalize;
  margin-right: 30px;
}

.footer-policy-links ul li:last-child {
  margin-right: 0;
}

.footer-policy-links ul li.highlighted {
  font-weight: 700;
}

.footer-policy-links ul li a {
  color: var(--secondary-color);
}

/************************************/
/***    13. About us page css     ***/
/************************************/

.page-header {
  position: relative;
  background: var(--secondary-color);
  padding: 180px 0;
}

.white-bg {
  background: var(--white-color) !important;
}
.page-header::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: top right;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.page-header-box {
  position: relative;
  z-index: 1;
  text-align: center;
}

.page-header-box h1 {
  font-size: 70px;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
}

.page-header-box ol {
  display: inline-flex;
  margin-bottom: 0;
  justify-content: center;
  border: 2px solid var(--accent-color);
  border-radius: 100px;
  padding: 6px 20px;
}

.page-header-box ol li.breadcrumb-item {
  color: var(--accent-color);
  text-transform: capitalize;
}

.page-header-box ol li.breadcrumb-item a {
  color: inherit;
}

.page-header-box ol .breadcrumb-item + .breadcrumb-item::before {
  color: var(--accent-color);
}

.page-about {
  padding: 100px 0;
}

.page-about-image {
  position: relative;
  margin-right: 0px;
  padding-bottom: 0px;
}

.about-img-2 {
  position: relative;
  bottom: 0;
  right: 0;
}

.about-img-1 img {
  border-radius: 40px;
}

.about-hero {
  background: url(../images/about-hero.jpg) no-repeat;
  width: 100%;
  height: 100vh;
  background-size: cover;
}

.about-hero h1 {
  color: var(--white-color) !important;
  font-size: 64px;
  color: var(--white-color);
}
.counter-box {
  background-color: var(--white-color);
  border-radius: 40px;
  text-align: center;
  padding: 30px;
  margin-bottom: 30px;
}

.counter-box h3 {
  font-size: 28px;
  margin-bottom: 10px;
  line-height: 1.7em;
}

.counter-box h3 em,
.counter-box h3 span {
  font-size: 56px;
  font-style: normal;
  padding: 0;
  margin: 0;
}

.counter-box p {
  margin: 0;
}

/************************************/
/***    14. Services Page css     ***/
/************************************/

.our-services.page-service {
  background-color: var(--white-color);
}

.our-services.page-service .service-item {
  background-color: var(--secondary-color);
}

.our-services.service-page {
  background-color: var(--white-color);
}

.our-services.service-page .service-item {
  background-color: var(--secondary-color);
}

/************************************/
/***   17. Contact Us css    ***/
/************************************/

.contact-hero {
  background: url(../images/contact-hero.jpg) no-repeat;
  width: 100%;
  height: 100vh;
  background-size: cover;
}

/* .contact-page .main-nav li a, .main-nav li span{ color:var(--accent-color);} */

.contact-page h1 {
  font-size: 64px;
  line-height: 72px;
}
.pt-10 {
  padding-top: 5rem !important;
}

.contact-information {
  padding: 70px 0 70px;
}
.contact-information h2 {
  padding-right: 10%;
}

.contact-information p {
  font-size: 20px;
  line-height: 28px;
}
.contact-item {
  padding: 20% 0 0;
}

.contact-address ul {
  margin: 0;
  padding: 0;
  justify-content: flex-start;
}

.contact-address ul li {
  color: var(--accent-color);
  list-style: none;
  margin: 6px 0;
  font-size: 16px;
}

.contact-address .social-icon ul li {
  width: 35px;
  height: 35px;
  background: #0b0b0b;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 0px 10px 0 0px;
  font-size: 20px;
}

.contact-address .social-icon ul li a:hover {
  color: #fff;
}

.contact-address .social-icon li.fb:hover {
  background: #3b5998;
  color: #fff !important;
  width: 35px;
  height: 35px;
}
.contact-address .social-icon li.x:hover {
  background: #000000;
  color: #fff !important;
  width: 35px;
  height: 35px;
}
.contact-address .social-icon li.linkedin:hover {
  background: #0077b5;
  color: #fff !important;
  width: 35px;
  height: 35px;
}
.contact-address .social-icon li.youtube:hover {
  background: #ff0000;
  color: #fff !important;
  width: 35px;
  height: 35px;
}
.contact-address .social-icon li.insta:hover {
  background: #c13584;
  color: #fff !important;
  width: 35px;
  height: 35px;
}

.contact-form {
  background: #fff;
  padding: 20px 40px;
  width: 100%;
}
.contact-form p {
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #3030302d;
}

.contact-form h3 {
  display: block;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 10px;
}

.contact-form h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 22px;
  font-weight: 500;
  line-height: 150%;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 10px;
}

.contact-form h2 {
  display: block;
  font-size: 24px !important;
  font-weight: 300;
  margin-bottom: 0px;
  padding-right: 20px;
  line-height: 1.3 !important;
}

fieldset {
  border: medium none !important;
  margin: 0 0 18px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

.contact-form label {
  font-size: 13px;
  padding-bottom: 6px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="url"],
.contact-form textarea {
  width: 100%;
  border: 1px solid #3030302d;
  background: #fff;
  margin: 0 0 5px;
  padding: 12px;
}

.contact-form select {
  display: block;
  width: 100%;
  font-size: 13px;
  padding: 12px;
  color: #4d4e50;
  border: 1.5px solid #e8e9ec;
  border-radius: 3px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 140"><polyline points="10,50 70,110 130,50" style="fill:none;stroke:%238B8C8F;stroke-width:15;stroke-linecap:round"/></svg>')
    no-repeat right 15px center;
  background-size: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  margin: 0px;
  box-sizing: border-box;
  display: block;
}

.contact-form select:focus {
  outline: none;
  border-color: #3030302d;
}

.contact-form textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

.contact-form .btn-default-black {
  display: inline-flex;
  align-items: center;
  min-width: 193px;
  min-height: 56px;
  border: none;

  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
  transition: all 1s ease-out;
}

.contact-form button.btn-default-black {
  background: url(../images/btn-black.svg) no-repeat;
  border-radius: 0px;
  transition: all 1s ease-out;
}

.contact-form button.btn-default-black span {
  font-size: 16px;
  padding: 0 20px;
  position: relative;
  z-index: 9;
  letter-spacing: 0.3px;
}

.contact-form button.btn-default-black ion-icon {
  transition: all 1s ease-out;
  margin-left: 40px;
  position: relative;
  z-index: 99;
}

.contact-form button.btn-default-black:hover ion-icon {
  filter: invert(75%) sepia(1%) saturate(0%) hue-rotate(140deg) brightness(89%)
    contrast(89%);
}

.contact-form .mobile-ico:hover ion-icon {
  filter: invert(75%) sepia(1%) saturate(0%) hue-rotate(140deg) brightness(89%)
    contrast(89%);
}

.contact-form button.black-btn {
  color: var(--white-color);
}

.contact-form button.black-btn:hover {
  background: url(../images/btn-border-dark.svg) no-repeat;
  color: var(--accent-color);
}

.contact-form button.black-btn:hover ion-icon {
  transform: translateX(10px);
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

.contact-page {
  background: #edeef3;
}
.coming-soon-page {
  background: #edeef3;
}

/************************************/
/***      23. Responsive css      ***/
/************************************/

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .innerpage h2 {
    font-size: 50px;
    line-height: 56px;
  }
  .hero-section h1,
  .brokers-hero h1 {
    font-size: 50px !important;
    line-height: 60px !important;
  }
  .hero-section,
  .inner-hero-section {
    left: 40% !important;
  }

  .agent-more p {
    font-size: 16px;
  }
  .investors-agent .agent-content h3 {
    font-size: 22px !important;
  }
  .investors-agent .investors p {
    font-size: 20px;
    height: 150px !important;
    padding-top: 20% !important;
  }
  .investors-agent .agent-content {
    padding: 0px 0px 20px;
    padding-bottom: 3.5vw;
  }
  .investors-agent h3 {
    padding-right: 0px;
  }

  .service-content-title h3 {
    padding-right: 0px;
  }

  .darksoul-card2 {
    height: 38.5vw !important;
    padding: 30px 20px;
  }
  .business-about h3 {
    font-size: 24px !important;
  }
  .brokers-choose h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .darksoul-card2:hover {
    height: 25.5vw;
  }
  .darksoul-content {
    width: 90%;
  }
  .our-work-1 h2 {
    padding-right: 6vw;
  }
  .image-parent {
    height: auto;
  }
  .padding-l {
    padding-left: 20px !important;
  }
  .our-work-1,
  .our-work-2,
  .our-work-3,
  .our-work-4,
  .our-services {
    padding: 30px 0 30px;
  }
  .our-work-4 {
    padding-bottom: 60px !important;
  }
  .our-work-5 {
    padding: 70px 0;
  }
  .key-counter h3 {
    margin-bottom: 40px !important;
  }
  .our-services h2 {
    padding-right: 6vw;
  }
  .service-content {
    padding-bottom: 12vw;
  }
  .key-numbers-item {
    margin-bottom: 60px;
  }
  .phone-call p,
  .email-address p {
    font-size: 16px !important;
  }

  .our-work-2 h3,
  .exclusive-partners h3 {
    font-size: 1.4rem;
  }

  .our-work-5 .mt-5 {
    margin-top: 1.5rem;
  }
  .image-parent {
    height: calc(100vh - 32vw) !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 1199px) {
  .brokers-choose .s_ml {
    margin-left: 0px;
  }
  .brokers-choose .sm-margin-5 {
    margin-bottom: 0.5rem;
  }
}

@media only screen and (min-width: 299px) and (max-width: 1266px) {
  .image-parent {
    height: auto;
  }
  .our-services h2 {
    padding-right: 0px !important;
  }
  .tabs .content section h2,
  .tabs ul li label {
    font-size: 20px;
  }

  .business-card .profile {
    top: -18%;
    left: 16%;
  }
  .slider-item h4 {
    font-size: 30px !important;
  }
  .key-numbers {
    padding: 0px 16px 0;
    min-height: 92vh;
  }
  .mission {
    padding: 60px 0;
  }
  .vertical-tab .tab_content h3 {
    padding-right: 0%;
  }
  .sm-text {
    line-height: 50px !important;
    margin-top: 5px !important;
  }
}

@media only screen and (max-width: 1024px) {
  .investors-agent .investors p {
    font-size: 18px;
    height: 65px !important;
    padding-top: 5% !important;
  }
  .investors-agent .agent-content h3 {
    font-size: 22px !important;
    line-height: 150%;
  }
  .investors-agent h3 {
    padding-right: 0px !important;
  }
  h1 {
    line-height: 54px;
  }
  .hero-section,
  .inner-hero-section {
    left: 30% !important;
  }
  .pop-up {
    height: 100%;
    padding-top: 0%;
  }
  .agent-more p {
    font-size: 16px;
  }
  .investors-agent .agent-content {
    padding: 0px 0px 20px;
    padding-bottom: 4.5vw;
  }
  .agent-more {
    padding-top: 15%;
  }

  .key-numbers {
    padding-top: 40px !important;
  }
  .phone-call p,
  .email-address p {
    font-size: 16px !important;
  }
  .business-card h3 {
    font-size: 26px;
  }
  .business-card .card-text,
  .business-card .address-block p {
    font-size: 16px;
  }
  .agent-content h2 {
    font-size: 2vw !important;
  }
  .developers-hero h1 {
    font-size: 60px;
  }

  .darksoul-card2,
  .darksoul-card2:hover {
    height: 40.5vw !important;
    padding: 25px 15px;
  }
  .darksoul-content {
    font-size: 15px;
    width: 90%;
  }
  .business-about h3 {
    font-size: 20px !important;
  }
  .brokers-choose h3 {
    font-size: 20px;
  }
  .brokers-hero h1 {
    font-size: 50px !important;
  }
  .innerpage h2 {
    font-size: 40px !important;
    line-height: 46px !important;
  }

  .our-work-1 h2 {
    padding-right: 0px;
  }
  .about-us h2,
  .our-services h2,
  .our-work-5 h2,
  .section-title-2 h2,
  .newsletter h2,
  .our-work-1 h2 {
    font-size: 2.2rem !important;
    line-height: 120%;
    text-align: left;
  }
  .service-content-title h3 {
    line-height: 30px;
    font-size: 28px;
    padding-right: 0px;
  }
  .sm-margin-0 {
    margin: 0px !important;
  }
  .service-content {
    padding-bottom: 18vw;
  }

  .main-menu ul li {
    margin-left: 0;
  }

  .service-content-title a {
    width: 60px;
    height: 50px;
  }

  .newsletter h2 {
    font-size: 5.5vw;
  }
  .slider-item h4 {
    font-size: 30px !important;
  }
}

@media only screen and (max-width: 991px) {
  .mobile-logo {
    position: absolute;
    top: 22px;
    left: 20px;
  }

  .contact-information .pt-10 {
    padding-top: 0px !important;
  }
  .sm-text {
    font-size: 38px !important;
    margin-top: 5px !important;
  }
  .investors-agent .agent-content {
    padding: 0px 0px 20px;
    padding-bottom: 5.5vw;
  }
  .success-stories-bg,
  .estative-offers {
    padding: 13% 4% 13% 4%;
  }

  .mission {
    padding: 60px 0;
  }
  .key-counter h3 {
    font-size: 70px !important;
  }

  .our-work-2,
  .our-work-3,
  .our-work-4 {
    min-height: auto !important;
  }

  .main-footer p {
    font-size: 16px !important;
  }
  .main-footer .text-right {
    text-align: left;
  }
  .social-icon ul {
    justify-content: flex-start;
  }
  .social-icon ul li {
    margin: 0px 10px 0 0px;
  }
  .developers-agent .agent-content h3 {
    font-size: 3vw;
  }
  .agent-more p {
    font-size: 2vw;
  }
  .newsletter-brokers,
  .newsletter-investors {
    padding: 12% 5% 12% 30%;
  }
  .estative-offers ul {
    padding: 10% 0 1%;
  }

  .brokers-choose .about-image {
    margin-bottom: 0px;
  }
  .customNavigation .btn-right,
  .customNavigation .btn-left {
    margin-top: -4.5vw !important;
  }

  .padding-l {
    padding-left: 0px !important;
  }
  .darksoul-card2,
  .darksoul-card2:hover {
    padding: 30px;
  }

  .flex-item-left {
    flex: 33%;
  }

  .hoverfx img {
    height: 28vh !important;
  }
  .hoverfx {
    padding-bottom: 0.6vw !important;
  }
  .slider-item h4 {
    font-size: 28px !important;
    line-height: 30px;
    padding-top: 15px !important;
  }
  .slider-item p {
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 15px !important;
    padding-right: 15px !important;
    color: var(--white-color) !important;
    font-size: 24px;
  }
  .navbar-expand-lg h6 {
    margin-top: 20px !important;
  }

  .navbar-expand-lg .navbar-nav .nav-link:hover {
    padding-left: 15px !important;
    padding-right: 15px !important;
    color: var(--white-color) !important;
  }

  .navbar-expand-lg .navbar-nav a.nav-link::before {
    content: "";
    position: absolute;
    width: 0;
    transition: 0.3s;
    height: 1px;
    top: auto;
    bottom: 0;
    left: 0;
    background: #fff;
  }

  .section-row {
    margin-bottom: 0px;
  }

  .section-title h3 {
    font-size: 18px;
  }

  .btn-default::before {
    font-size: 16px;
  }

  #magic-cursor {
    display: none !important;
  }

  .slicknav_nav li,
  .slicknav_nav ul {
    display: block;
    border-bottom: 1px solid #253243;
  }

  .responsive-menu,
  .navbar-toggle {
    display: block;
  }

  header.main-header .header-sticky {
    padding: 20px 0;
  }

  .header-btn .btn-default {
    display: none;
  }

  .about-us {
    padding: 50px 0;
  }

  .about-image {
    text-align: center;
    margin-bottom: 50px;
    padding-right: 0;
  }

  .about-consultation {
    right: 50%;
    top: auto;
    transform: translate(50%, -50%);
  }

  .about-content ul {
    margin: 0 0 10px;
  }

  .about-content ul li {
    font-size: 16px;
  }

  .about-content ul li:before {
    font-size: 18px;
  }
  .our-services {
    padding: 40px 0px;
  }
  .our-work-2,
  .our-work-4,
  .our-work-3 {
    padding: 40px 0 0px;
  }

  .our-work-4 {
    padding-bottom: 40px;
  }

  .our-work-5 {
    padding: 70px 0;
  }

  .service-content {
    padding: 10px 10px 100px;
  }

  .service-content-title h3 {
    font-size: 24px;
  }

  .service-content-title a {
    width: 50px;
    height: 50px;
  }

  .service-content-title a img {
    width: 32px;
  }

  .service-content-title {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .our-work {
    padding: 50px 0 20px;
  }

  .works-item {
    padding: 20px 20px 30px 20px;
  }

  .works-image {
    margin-bottom: 20px;
  }

  .works-content h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .works-content {
    padding: 0 0 0 10px;
  }

  .why-choose-us {
    padding: 50px 0;
  }

  .why-choose-us-item {
    padding: 30px;
  }

  .why-choose-us-item .icon-box {
    margin-bottom: 20px;
  }

  .why-choose-us-item h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .why-us-explore-item {
    padding: 40px;
  }

  .why-us-section-title {
    padding-right: 20px;
  }

  .why-us-explore-item .section-title {
    margin-bottom: 20px;
    max-width: 100%;
  }

  .explore-item-icon {
    top: 70px;
    right: 10px;
  }

  .explore-item-icon img {
    width: 50px;
  }

  .explore-item-content p {
    margin-bottom: 20px;
  }

  .explore-item-tags {
    text-align: start;
  }

  .exclusive-partners {
    padding: 50px 0 50px;
  }

  .partners-logo {
    padding: 20px 30px;
  }

  .clients-testimonials {
    padding: 50px 0;
  }

  .testimonial-item {
    padding: 30px;
  }

  .testimonial-author-title h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .latest-news {
    padding: 50px 0 20px;
  }

  .project-item-body h2 {
    font-size: 20px;
  }

  .main-footer {
    padding: 40px 0 0;
  }

  .footer-about {
    margin-bottom: 30px;
  }

  .footer-about p,
  .footer-about img {
    margin-bottom: 15px;
  }

  .footer-about ul li a {
    font-size: 20px;
  }

  .footer-links h2 {
    font-size: 20px;
  }

  .footer-links ul li {
    margin-bottom: 10px;
  }

  .footer-copyright-text {
    text-align: center;
    margin-bottom: 10px;
  }

  .footer-policy-links ul {
    text-align: center;
  }

  .page-header {
    padding: 100px 0;
  }

  .page-header::before {
    background-size: cover;
  }

  .page-header-box h1 {
    font-size: 56px;
    margin-bottom: 10px;
  }

  .page-about {
    padding: 50px 0 20px;
  }

  .page-about-image {
    margin-right: 0;
    margin-bottom: 0px;
    text-align: center;
  }

  .work-experience {
    left: 0;
    padding: 15px;
  }

  .work-experience-content h3 {
    font-size: 34px;
  }

  .work-experience-content p {
    font-size: 16px;
  }

  .overview-company {
    padding: 50px 0 20px;
  }

  .counter-box h3 {
    font-size: 24px;
  }

  .counter-box h3 em,
  .counter-box h3 span {
    font-size: 40px;
  }

  .our-team {
    padding: 50px 0 20px;
  }

  .team-content h3 {
    font-size: 22px;
  }

  .scrolling-content span {
    font-size: 34px;
  }

  .our-projects {
    padding: 50px 0 20px;
  }

  .our-projects-nav {
    margin-bottom: 20px;
  }

  .our-projects-nav ul li {
    margin-bottom: 20px;
  }

  .latest-news.our-blog {
    padding: 50px 0;
  }

  .our-projects-nav ul li:nth-child(3n + 3) {
    margin-right: 0px;
  }

  .post-pagination {
    margin-top: 10px;
  }

  .contact-information {
    padding: 50px 0 50px;
  }

  .contact-item {
    padding: 10px;
  }

  .contact-content {
    padding: 10px 10px 20px;
  }

  .contact-content-title {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .contact-content-title h2 {
    font-size: 24px;
  }

  .contact-content-title a {
    width: 50px;
    height: 50px;
  }

  .contact-content-title a img {
    width: 18px;
  }

  .contact-item p {
    max-width: 100%;
  }

  .contact-us {
    padding: 25px 0;
  }

  .contact-details {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .contact-details .section-title {
    margin-bottom: 20px;
    max-width: 100%;
  }

  .contact-detail-body p {
    margin-bottom: 20px;
  }

  .contact-detail-body h3 {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .contact-detail-body ul li a {
    width: 40px;
    height: 40px;
  }

  .contact-detail-body ul li a i {
    font-size: 20px;
  }

  .contact-form-box {
    padding: 30px;
  }

  .google-map {
    padding: 25px 0 50px;
  }

  .google-map iframe {
    height: 300px;
  }

  .page-single-post {
    padding: 50px 0 25px;
  }

  .sm-margin-5 {
    margin-bottom: 2rem;
  }
  .service-item {
    height: auto;
    width: 100%;
  }
  .s_ml {
    margin-left: 0px;
  }
  .s_ml1 {
    margin-left: 0px;
  }

  .post-featured-image {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .post-content {
    max-width: 100%;
  }

  .post-entry h2 {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .post-entry blockquote p {
    font-size: 22px;
  }

  .post-entry blockquote {
    padding: 30px;
  }

  .post-entry ul li:before {
    font-size: 18px;
  }

  .post-entry ul li {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .post-tags {
    margin-bottom: 20px;
  }

  .post-social-links {
    text-align: left;
  }

  .post-social-links ul li a {
    width: 40px;
    height: 40px;
  }

  .post-social-links ul li a i {
    font-size: 20px;
  }

  .latest-news.related-articles {
    padding: 25px 0 20px;
  }

  .page-service-single {
    padding: 50px 0;
  }

  .services-list-box {
    padding: 30px;
  }

  .services-list-box h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .services-list-box ul {
    margin: 0 0 20px;
  }

  .services-list-box ul li {
    margin-bottom: 15px;
  }

  .why-choose-us.why-services {
    padding: 50px 0 20px;
  }

  .your-choice {
    padding: 50px 0 20px;
  }

  .your-choice-item {
    padding: 30px;
  }

  .your-choice-title {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .your-choice-title h2 {
    font-size: 24px;
  }

  .service-faqs {
    padding: 50px 0;
  }

  .service-faqs .faq-accordion {
    margin-bottom: 30px;
  }

  .ask-question {
    padding: 30px;
  }

  .ask-question-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .ask-question-content {
    margin-bottom: 20px;
  }

  .page-project-single {
    padding: 50px 0 25px;
  }

  .project-feature-image {
    margin-bottom: 30px;
  }

  .project-sidebar {
    padding-right: 0;
    margin-bottom: 20px;
  }

  .about-project-box {
    padding: 30px;
  }

  .project-info-box {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .project-info-box h3 {
    font-size: 18px;
  }

  .project-info-box p {
    margin-bottom: 5px;
  }

  .project-icon img {
    width: 40px;
  }

  .project-entry h2 {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .project-entry ul li {
    font-size: 16px;
  }

  .project-entry ul li:before {
    font-size: 18px;
  }

  .project-details-gallery {
    padding: 25px 0 50px;
  }

  .faq-section {
    padding: 50px 0;
  }

  .accordion-header .accordion-button {
    font-size: 20px;
    padding: 12px 40px 12px 20px;
  }

  .accordion-header .accordion-button::after {
    transform: translate(-20px, -50%);
  }

  .accordion-body {
    padding: 10px 40px 20px 20px;
  }

  .error-page {
    padding: 50px 0;
  }

  .error-page-content-heading h2 {
    font-size: 56px;
    margin-bottom: 20px;
  }

  .error-page-content-heading {
    margin-bottom: 30px;
  }

  header.main-header .header-sticky.hide {
    padding: 5px;
  }
  .navbar-brand img {
    min-width: 150px;
  }
  .sm-btn-width {
    width: 160px;
    margin-top: 0px;
    float: right;
    margin-right: 20px;
  }
  .sm-btn-width a {
    padding: 0px 20px !important;
    line-height: 25px;
  }
  .sm-btn-width a {
    color: var(--secondary-color) !important;
    padding: 15px !important;
  }
  .sm-btn-width a:hover {
    color: var(--accent-color) !important;
    padding: 15px !important;
  }
  .content {
    font-size: 2vw;
  }

  header.main-header .header-sticky.active .main-nav li a {
    padding: 15px 15px !important;
  }
  .main-header .hide #drop-down-cbox + label span {
    background-color: #0b0b0b !important;
  }
  #drop-down-cbox:checked + label span:nth-child(1),
  #drop-down-cbox:checked + label span:nth-child(3) {
    background-color: #fff !important;
  }
  header.main-header .header-sticky.active .main-nav li a {
    color: #fff;
  }
}

@media only screen and (max-width: 900px) {
  .sm-margin-0 {
    margin: 0px !important;
  }
}

@media only screen and (max-width: 767px) {
  .contact-form h4 {
    font-size: 20px;
  }
  .c-video-intro__overlay {
    height: 60vh !important;
  }
  .image-anime img {
    object-fit: cover !important;
    height: 300px;
    border-radius: 10px;
  }
  .image-parent {
    height: 300px !important;
  }
  .single-working-process-one .inner-content .title {
    font-size: 16px !important;
    margin-bottom: 8px !important;
  }
  .single-working-process-one .inner-content p.disc {
    font-size: 12px !important;
    margin-bottom: 0 !important;
  }
  .demo-cont video {
    height: 60vh !important;
  }
  .hero-section p {
    font-size: 14px !important;
    line-height: 1.5rem !important;
  }
  .header-sec h1 {
    font-size: 28px;
    margin-bottom: 2rem !important;
  }

  .pop-up__content {
    height: 100vh;
    width: 100% !important;
  }
  .contact-hero h5 {
    line-height: 150%;
    margin-top: 25px;
  }
  .why-choose-us {
    h2 {
      font-size: 26px !important;
      margin-bottom: 2rem !important;
    }
  }
  .investors-agent h3 {
    font-size: 2.2rem !important;
    line-height: 120%;
  }
  .accordion-container {
    max-width: 100%;
    height: 75vh;
    overflow-y: auto;
  }

  .business-faq {
    min-height: 100vh;
  }
  .business-faq summary {
    padding: 26px 0;
  }
  .about-us h2 {
    padding-right: 0;
    margin-bottom: 2rem;
  }
  .service-container {
    padding: 0px 0 10px;
  }

  .buyer-bg-1,
  .seller-bg-2,
  .buy-sell-bg-3 {
    padding-top: 25px;
  }

  .offers-con .tab_content {
    position: relative !important;
  }
  .our-work-5 .section-title {
    padding-top: 65%;
  }
  .our-work-5 {
    background-position: top !important;
  }
  .hero-section h1 {
    font-size: 40px !important;
    line-height: 50px !important;
  }

  .hero-section,
  .inner-hero-section {
    left: 10% !important;
  }

  .hero-section p {
    margin: 2em 0 2em 0 !important;
  }
  .opportunities {
    padding: 5% 0% 5% 25%;
  }
  .vertical-tab .tab_container {
    height: auto;
  }
  .light-bg {
    height: 65vh;
  }
  .business-card h3 {
    font-size: 26px;
  }
  .business-card .profile {
    top: -29%;
    left: 20%;
  }
  .business-card .pt-5 {
    padding-top: 20px !important;
  }
  .btn-default-white {
    min-width: 150px;
    min-height: 40px;
  }
  .developers-hero h1 {
    font-size: 50px;
  }
  .developers-agent .agent-content h3 {
    font-size: 28px;
  }
  .agent-content {
    padding-bottom: 4.8vw;
  }
  .agent-more p {
    font-size: 20px;
  }
  .newsletter-inner,
  .faq {
    padding: 10% 0;
  }
  .brokers-hero h1 {
    font-size: 40px !important;
    line-height: 50px;
  }
  .newsletter-brokers p {
    font-size: 18px;
  }
  .section-title h1 {
    margin-bottom: 18px !important;
  }
  .newsletter-brokers,
  .newsletter-developers,
  .newsletter-investors {
    padding: 12% 5% 12% 8%;
  }
  .investors-agent .agent-content h3 {
    font-family: 22px;
  }

  .hero-section p {
    padding-right: 4% !important;
  }
  .key-numbers {
    padding-bottom: 30px !important;
  }
  .section-mob h3, .our-work-mob h3{
    font-size: 24px !important;
    line-height: 2rem !important;
  }
  .about-us h2,
  .our-services h2,
  .our-work-5 h2,
  .section-title-2 h2,
  .newsletter h2,
  .innerpage h2 {
    font-size: 17px !important;
    line-height: 1.7rem !important;
  }
  .newsletter-investors {
    min-height: 60vh;
  }
  .agent-more {
    padding-top: 10%;
  }
  .our-work-1 {
    padding-top: 20px;
  }
  .investors-agent .agent-content {
    padding: 0px 0px 20px;
    padding-bottom: 7.5vw;
  }

  .darksoul-content {
    width: 80%;
  }

  .key-counter h3,
  .counter-text {
    font-size: 3.5rem !important;
  }

  .darksoul-card2,
  .darksoul-card2:hover {
    height: 50vw !important;
  }
  .brokers-choose h3 {
    font-size: 24px;
  }

  .hero-section {
    left: 10%;
    right: 0;
    top: 40% !important;
  }

  .circle2 {
    width: 14vw;
    height: 14vw;
  }
  .content {
    font-size: 3vw;
    margin-bottom: 3vw;
  }

  .darksoul-card2 img {
    margin-top: 2.4vw;
    padding-top: 3vw;
    width: 7vw;
  }

  .line-right::after {
    height: 37px;
    transform: rotate(140deg);
    right: 44px;
    margin-top: -4px;
  }

  .hero-btn-sm {
    display: block;
  }

  .hero-section .btns {
    display: block;
    margin-top: 22px !important;
  }
  .single-service-technical-area .icon {
    margin-bottom: 20px !important;
  }
  .preloader video {
    height: 100vh;
    width: 200%;
  }

  .hero-section h1,
  .contact-page h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .btns a {
    font-size: 13px !important;
  }

  .mx-auto-sm {
    text-align: center;
  }

  .footer-copyright-text p {
    text-align: center;
  }

  .footer-policy-links ul {
    margin: 5px 0;
  }

  .btn-default {
    font-size: 14px;
  }
  .sm-text {
    font-size: 30px !important;
    margin-top: 5px !important;
  }
  .section-row {
    margin-bottom: 30px;
  }

  .section-btn {
    text-align: center;
    margin-top: 20px;
  }

  .section-title h3 {
    font-size: 20px;
    font-weight: 300 !important;
    line-height: 2rem;
  }
  .header-sec {
    margin-bottom: 1rem !important;
  }
  .hero-content {
    margin-right: 0px;
  }

  .hero-play-button {
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .hero-play-button i {
    font-size: 22px;
    background-color: var(--accent-color);
    color: var(--white-color);
    width: 80px;
    height: 80px;
  }

  .hero-layout-2 .section-title h1 {
    font-size: 40px;
  }

  .hero-layout-2 .hero-footer .btn-default {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .hero-layout-2 .hero-footer .btn-default:last-child {
    margin-bottom: 0;
  }

  .about-image {
    margin-bottom: 30px;
  }

  .about-consultation img {
    width: 120px;
    height: 120px;
  }

  .about-content ul {
    display: block;
    margin: 0 0 25px;
  }

  .about-content ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .service-content-title h3 {
    font-size: 22px;
  }

  .service-content-title a img {
    width: 30px;
  }

  .works-content h2 {
    font-size: 22px;
  }

  .why-choose-us-item h3 {
    font-size: 22px;
  }

  .why-us-explore-item {
    padding: 20px;
  }

  .why-us-section-title {
    padding-right: 40px;
  }

  .explore-item-icon {
    top: 20px;
    right: 20px;
  }

  .explore-item-icon img {
    width: 40px;
  }

  .explore-item-tags ul li {
    margin-right: 10px;
    margin-bottom: 5px;
  }

  .partners-logo {
    padding: 15px 20px;
  }

  .testimonial-author-title h2 {
    font-size: 18px;
  }

  .project-item-body h2 {
    font-size: 18px;
  }

  .mega-footer {
    margin-bottom: 10px;
  }

  .footer-about ul li a {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .footer-links {
    margin-bottom: 30px;
    padding-left: 15px;
  }

  .footer-policy-links ul li {
    margin-right: 10px;
  }

  .page-header {
    padding: 50px 0;
  }

  .page-header-box ol {
    padding: 4px 15px;
    font-size: 14px;
  }

  .page-header-box h1 {
    font-size: 30px;
  }

  .page-about-image {
    padding-bottom: 0px;
    padding-top: 0px;
  }

  .work-experience {
    top: 0;
    left: 60px;
    padding: 10px;
  }

  .work-experience-content h3 {
    font-size: 30px;
  }

  .page-about .about-content .section-title {
    margin-bottom: 20px;
  }

  .counter-box {
    padding: 20px;
  }

  .counter-box h3 {
    font-size: 20px;
  }

  .counter-box h3 em,
  .counter-box h3 span {
    font-size: 30px;
  }

  .team-content h3 {
    font-size: 20px;
  }

  .scrolling-content span {
    font-size: 28px;
  }

  .our-projects-nav ul li {
    padding: 10px 15px;
    margin-right: 6px;
    margin-bottom: 20px;
  }

  .our-projects-nav ul li:nth-child(3n + 3) {
    margin-right: 6px;
  }

  .our-projects-nav ul li a {
    font-size: 14px;
  }

  .contact-information {
    padding: 50px 0 60px;
  }

  .contact-item {
    height: calc(100% - 20px);
    margin-bottom: 20px;
  }

  .contact-content-title h2 {
    font-size: 22px;
  }

  .contact-detail-body h3 {
    font-size: 28px;
  }

  .contact-form-box {
    padding: 20px;
  }

  .google-map iframe {
    height: 250px;
  }

  .post-single-meta ul li {
    margin-right: 15px;
  }

  .post-entry blockquote {
    padding: 20px;
  }

  .post-entry blockquote p {
    background: url(../images/icon-blockquote.svg) no-repeat 0px 0px;
    font-size: 20px;
    padding-left: 0px;
    padding-top: 50px;
  }

  .post-tags .btn-default {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .service-featured-image {
    margin-bottom: 20px;
  }

  .services-list-box {
    padding: 20px;
  }

  .services-list-box h3 {
    font-size: 22px;
  }

  .why-choose-us.why-services .section-title p {
    margin-bottom: 0;
    margin-top: 20px;
  }

  .your-choice-title h2 {
    font-size: 22px;
    max-width: 180px;
  }

  .ask-question-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .ask-contact-list a {
    display: inline-grid;
  }

  .project-info-box h3 {
    font-size: 16px;
  }

  .project-entry h2 {
    font-size: 28px;
  }

  .project-gallery-items {
    display: block;
  }

  .project-gallery-items .project-gallery-item {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .project-gallery-items .project-gallery-item:nth-child(3n + 3) {
    margin-bottom: 0;
  }

  .accordion-header .accordion-button {
    font-size: 18px;
  }

  .error-page-content-heading h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .error-page-content-heading {
    margin-bottom: 30px;
  }

  .newsletter h2 {
    font-size: 2.2rem !important;
  }

  .newsletter {
    min-height: 50% !important;
  }
  .sm-btn-width {
    width: 160px;
    margin-top: 17px;
    float: right;
    margin-right: 20px;
    display: block !important;
  }
  .sm-btn-width a {
    color: var(--secondary-color) !important;
    padding: 15px !important;
  }

  .hero-section h1 {
    line-height: 50px;
  }
  .innerpage h2 {
    line-height: 50px;
  }
}

@media only screen and (max-width: 575px) {
  .key-counter h3,
  .counter-text {
    font-size: 2.5rem !important;
  }
  .rts-section-gap {
    padding: 0 !important;
  }
  .buyer-bg-1,
  .seller-bg-2,
  .buy-sell-bg-3 {
    padding: 25px 20px 25px;
  }
  .investors-agent .agent-content h3 {
    margin-top: 3vw;
  }
  .our-work-5 h2 {
    padding-right: 10%;
  }
  .hero-section h1 {
    line-height: 50px !important;
  }
  .hero-section {
    right: 0 !important;
    margin-top: 28px !important;
  }
  .business-card .pt-5 {
    padding-top: 60px !important;
  }
  .company .card-body {
    padding: 20px 10px;
  }
  .business-card .profile {
    top: -15%;
    left: 12%;
  }
  .opportunities {
    padding: 5% 0% 5% 10%;
  }
  .innerpage h2 {
    line-height: 50px;
  }
  .investors-agent .agent-content {
    padding: 0px 0px 20px;
    padding-bottom: 7.5vw;
  }

  .developers-hero ul li {
    display: block;
  }
  .xs-hero-tag {
    width: 50%;
  }
  .brokers-hero h1 {
    font-size: 9.5vw !important;
  }
  .inner-hero-section {
    right: auto;
    padding: 0 30px;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .brokers-choose h3 {
    font-size: 20px;
  }
  .darksoul-content {
    width: 85%;
    font-size: 16px;
    line-height: 22px;
  }
  .mob-nav ul {
    margin-top: 5px !important;
    margin-left: 10px !important;
  }
  .bg-main {
    background: #20282d;
    background-image: none !important;
}
  .mob-nav ul li {
    margin: 0px !important;
    padding: 0px 16px;
    font-size: 14px !important;
    border-right: 1px solid #fff;
  }
  .register-now {
    padding: 50px 15px !important;
  }
  .header-sticky.active .mob-nav ul li {
    margin: 0px !important;
    padding: 2px 16px;
    font-size: 14px !important;
    border-right: 1px solid #000;
  }
  .mob-nav ul li:last-child {
    border-right: 0px !important;
  }
  .exclusive-partners {
    background-size: contain;
  }
  .our-work-2,
  .our-work-4,
  .our-work-3 {
    padding: 50px 0 10px !important;
  }
  .our-services {
    padding-bottom: 40px;
  }
  .our-work-3 {
    padding-bottom: 0px !important;
  }
  .why-choose-us {
    padding: 50px 0 !important;
    margin-top: 50px;
  }
  .section-row {
    margin-top: 15px !important;
    margin-bottom: 10px !important;
  }
  .our-work-5 {
    background-position: top;
  }

  .section-title h1,
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 1rem;
    line-height: 2.5rem;
  }

  .footer-address {
    float: none;
  }
  .email-address {
    text-align: left;
  }
  .phone-call {
    padding-left: 12px !important;
  }
  .service-content {
    padding: 0px 10px 60%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .mt-s-3 {
    margin-top: 1.5rem;
  }
  .darksoul-card2,
  .darksoul-card2:hover {
    height: 90vw !important;
    padding-top: 6.5vw;
  }
  .customNavigation .btn-right {
    top: -26px;
  }
  .customNavigation .btn-left {
    top: -26px;
  }
  .business-about .darksoul-card2,
  .business-about .darksoul-card2:hover {
    width: 100%;
  }
  .darksoul-content {
    bottom: 16%;
  }
  .circle2 {
    width: 14vw;
    height: 14vw;
  }

  .darksoul-card2 img {
    margin-top: 2.4vw;
    padding-top: 2.5vw;
    width: 8vw;
  }

  .content {
    font-size: 4vw;
  }

  .mx-auto-sm {
    text-align: left;
  }
  img.building-img {
    width: auto !important;
    height: auto !important;
    margin-bottom: 40px !important;
  }

  .about-newsletter .item-middle {
    justify-content: flex-end;
  }
  .director-message blockquote {
    font-size: 24px !important;
  }
  .hero-section h1,
  .inner-hero-section h1,
  .investors-hero h1 {
    line-height: 1.5 !important;
    font-size: 28px !important;
  }
  .hero-section h1 {
    padding-right: 0% !important;
  }

  .hero-section h2 {
    font-size: 3rem !important;
  }

  .hoverfx {
    padding-bottom: 18.5vw !important;
  }
  .owl-carousel .owl-item {
    margin: 0px !important;
  }
  .xs-margin-0 {
    margin: 0px !important;
  }
  .hoverfx img {
    height: auto !important;
  }

  .app-btn p {
    font-size: 11px !important;
  }
  .app-btn .big-txt {
    font-size: 13px !important;
  }

  .mobile-img {
    height: auto !important;
    margin-top: 20px !important;
  }
  .col-xs-4 {
    width: 33% !important;
  }
}

/* video background
  ----------------------------------------- */
#videoBkg {
  z-index: -1;
}

.hero-section {
  position: absolute;
  top: 45%;
  left: 45%;
  transform: translateY(-30%);
  z-index: 10;
  padding-right: 6%;
}

.hero-section h1 {
  font-size: 60px;
  color: var(--white-color);
  line-height: 65px;
}

.hero-section h2 {
  font-size: 4.8rem;
  color: var(--white-color);
  font-weight: normal;
  font-style: normal;
  visibility: visible !important;
}

.hero-section p {
  margin: 3em 0 2em 0;
  padding-right: 15%;
  color: #fff;
  font-size: 22px;
  line-height: 2.5rem;
}

.hero-section p strong {
  color: var(--blue);
}

/* .hero-section button {
    border: 2px solid var(--primary);
    padding: 1em 1.2em;
    outline: none;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;

  }
  .hero-section button:hover {
    background-color: var(--blue);
    color: #ffffff;
    border: 2px solid var(--blue);
  }
   */

/* MEDIA QUERIES for video background
  ----------------------------------------- */
@media (min-aspect-ratio: 16/9) {
  #videoBkg {
    width: 100%;
    height: auto;
  }
}

@media (max-aspect-ratio: 16/9) {
  #videoBkg {
    width: auto;
    height: 100%;
  }
}

@keyframes fadeUp {
  0% {
    transform: translateY(80px);
    opacity: 0;
  }

  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

.key-counter h3 {
  font-size: 60px;
  color: var(--primary-color);
  text-align: left;
  margin: 45px 0;
  line-height: 100%;
}

.newsletter {
  padding: 5vw 0;
  position: relative;
  z-index: 2;
  background: url(../images/newsletter-bg.svg) repeat-x #f0f0f0;
  background-size: cover;
  min-height: 100vh;
}

.newsletter h2 {
  font-size: 56px;
  color: var(--primary-color);
}

.item-middle {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.mobile-img {
  height: 65vh;
  object-fit: contain;
}

.items {
  width: 100%;
}

.items__inner {
  position: relative;
  width: 100%;
  max-width: 800px;
}

.app-btn {
  width: 45%;
  max-width: 144px;
  color: var(--accent-color);
  margin: 20px 15px 20px 0px;
  text-align: left;
  border-radius: 8px;
  text-decoration: none;
}

.app-btn.blu {
  transition: background-color 0.25s linear;
}
.app-btn.blu-2 {
  transition: background-color 0.25s linear;
  border: 1.4px solid #101010;
  padding: 4px 5px 4px 5px;
}

.app-btn.blu-2:hover {
  background-color: #ffffff;
}
.app-btn.blu:hover {
  opacity: 0.7;
  transition: all 1s ease-out;
}

.app-btn i {
  width: 20%;
  text-align: center;
  font-size: 24px;
  margin-right: 7px;
}

.app-btn .big-txt {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600;
}

.flex {
  display: flex;
  align-items: center;
}

.app-btn p {
  margin: 0px 0;
  line-height: 1.1;
}

.fa-globe {
  font-size: 22px !important;
}

.newsletter h4 {
  font-size: 24px;
  color: #8d8d8d;
  font-weight: 400;
  margin-bottom: 10px;
}
.dot {
  background: #8d8d8d;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  display: inline-block;
}

@keyframes clipRightIn {
  0% {
    clip-path: inset(0 100% 0 0);
  }

  to {
    clip-path: inset(0);
  }
}

.clipRightIn {
  animation-name: clipRightIn;
  animation-timing-function: var(--ease-out-medium);
}

/*whatsapp*/
.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}

/*whatsapp*/
.whatsapp-btn i {
  color: #fff;
  font-size: 24px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
}

@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@keyframes beat {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.space-common {
  padding: 0 8%;
}

.header-space {
  padding: 0 8%;
}

/*Scroll Arrow*/

.scroll-outer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 150px;
}

.mouse-line {
  width: 20px;
  height: 30px;
  border: solid white 2px;
  border-radius: 30px 30px 22px 22px;
  position: absolute;
  left: 50%;
  bottom: 18px;
  z-index: 9;
}

.mouse-inner-line {
  animation: mouse 1s ease 0.2s infinite;
  width: 2px;
  height: 5px;
  background-color: white;
  border-radius: 30px;
  margin-left: 7px;
  margin-top: 12px;
}

@keyframes mouse {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }

  50% {
    transform: translateY(10px);
    opacity: 0.8;
  }

  100% {
    transform: translateY(0px);
    /*       opacity: 0; */
  }
}

/*Smooth Scroll*/
.demo-cont {
  position: relative;
}
.demo-cont video {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
.js-cont {
  position: relative;
  width: 100%;
  height: 100%;
}
.js-scroll {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  will-change: transform;
}
/* Content stuff */

body:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: -1;
}

.full-screen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/*Project  Slider*/

.owl-carousel .owl-wrapper:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
  line-height: 0;
}

/* display none until init */

.owl-carousel {
  position: relative;
  display: none;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  position: relative;
  display: none;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */

.grabbing {
  cursor: url(../images/grabbing.png) 8 8, move;
}

/* fix */

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}

/* 
   *  Owl Carousel CSS3 Transitions 
   *  v1.3.2
   */

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}

/* fade */

.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 0.7s both ease;
  -moz-animation: fadeOut 0.7s both ease;
  animation: fadeOut 0.7s both ease;
}

.owl-fade-in {
  -webkit-animation: fadeIn 0.7s both ease;
  -moz-animation: fadeIn 0.7s both ease;
  animation: fadeIn 0.7s both ease;
}

/* backSlide */

.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}

.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}

/* goDown */

.owl-goDown-out {
  -webkit-animation: scaleToFade 0.7s ease both;
  -moz-animation: scaleToFade 0.7s ease both;
  animation: scaleToFade 0.7s ease both;
}

.owl-goDown-in {
  -webkit-animation: goDown 0.6s ease both;
  -moz-animation: goDown 0.6s ease both;
  animation: goDown 0.6s ease both;
}

/* scaleUp */

.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 0.5s ease both;
  -moz-animation: scaleUpFrom 0.5s ease both;
  animation: scaleUpFrom 0.5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 0.5s ease both;
  -moz-animation: scaleUpTo 0.5s ease both;
  animation: scaleUpTo 0.5s ease both;
}

/* Keyframes */

/*empty*/

@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}

@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}

@keyframes empty {
  0% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}

@-moz-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}

@keyframes backSlideOut {
  25% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
}

@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}

@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}

@keyframes backSlideIn {
  0%,
  25% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}

@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}

@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}

@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}

@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}

@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}

@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}

@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}

@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}

@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}

@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  margin: 5px;
  padding: 3px 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  color: #fff;
  font-size: 12px;
  opacity: 0.5;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  zoom: 1;
  display: inline;
  /*IE7 life-saver */
}

/* Clickable class fix problem with hover on touch devices */

/* Use it for non-touch hover action */

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  text-decoration: none;
  opacity: 1;
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  display: inline;
  /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  margin: 5px 7px;
  width: 12px;
  height: 12px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
  opacity: 0.5;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  opacity: 1;
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
  padding: 2px 10px;
  width: auto;
  height: auto;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  font-size: 12px;
}

/* CUSTOM USER OPTIONS */

.carousel-container {
  width: 100%;
}

.slider-item {
  margin: 0 8px 0px 8px;
  border-radius: 10px;
}

/* .align-bottom-btn{
	height: 90px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
   } */

.slider-item h4 {
  margin-top: 5px;
  color: var(--text-color);
  padding: 0px 0 0;
  font-size: 30px;
  text-transform: capitalize;
}
.slider-item h6 {
  margin: 0 0 5px 0;
  color: var(--text-color);
  padding: 0px;
}

.slider-item p {
  padding: 0 0px 0px 0;
  color: #8d8d8d;
  height: 7vh;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 20px;
}

.customNavigation {
  margin-top: 20px;
  padding-right: 25px;
  text-align: right;
  position: relative;
}

.customNavigation .btn-right {
  position: absolute;
  display: inline-block;
  overflow: visible;
  border: 0;
  box-shadow: none;
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 20px;
  -webkit-transition: all 0.1s ease-in 0s;
  -moz-transition: all 0.1s ease-in 0s;
  -o-transition: all 0.1s ease-in 0s;
  transition-property: all 0.1s ease-in 0s;
  -webkit-font-smoothing: antialiased;
  background: url(../images/arrow-bg-right.png) no-repeat;
  border-radius: 0px;
  z-index: 99;
  right: 15px;
  margin-top: -5vw;
  background-size: 100% 100%;
  width: 38px;
  height: 38px;
  text-align: center;
  padding-top: 3px;
}

.customNavigation .btn-left {
  position: absolute;
  display: inline-block;
  overflow: visible;
  border: 0;
  box-shadow: none;
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 20px;
  -webkit-transition: all 0.1s ease-in 0s;
  -moz-transition: all 0.1s ease-in 0s;
  -o-transition: all 0.1s ease-in 0s;
  transition-property: all 0.1s ease-in 0s;
  -webkit-font-smoothing: antialiased;
  background: url(../images/arrow-bg-left.png) no-repeat;
  border-radius: 0px;
  z-index: 99;
  right: 58px;
  margin-top: -5vw;
  background-size: 100% 100%;
  width: 38px;
  height: 38px;
  text-align: center;
  padding-top: 3px;
}

.customNavigation .btn-left:hover,
.customNavigation .btn-right:hover {
  opacity: 0.8;
  cursor: pointer;
}

.hoverfx {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
  padding-bottom: 0vw;
}

.hoverfx img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #0b0b0b00;
  object-fit: cover;
  transition: all 1s ease-out;
}
.hoverfx img:hover {
  transition: all 1s ease-out;
  border: 1px solid #0b0b0b;
  filter: grayscale(100%);
}
.hoverfx:before {
  display: inline-block;
  padding-top: 60%;
  content: "";
  vertical-align: middle;
}

.hoverfx .overlay {
  position: absolute;
  top: 0;
  z-index: 1;
  padding: 32% 50%;
  /* background: rgba(0, 0, 0, .4); */
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition-property: all 0.3s ease;
}

.slider-item:hover .figure,
.slider-item:hover .overlay {
  opacity: 1;
}

.relative {
  position: relative;
}

.social-btns {
  margin-top: 20px;
  display: flex;
}

.social-btns .fab {
  margin-right: 5px;
}
.trademark {
  line-height: 100%;
  color: #fff !important;
  font-size: 55px;
}
.black-text {
  color: #0b0b0b !important;
}

.counter-text {
  font-size: 60px;
  color: var(--primary-color);
}
.padding-l {
  padding-left: 90px;
}

.main-footer p {
  font-size: 16px;
}
.qustion p {
  font-size: 14px;
  color: #fff;
}
.phone-call p,
.email-address p {
  font-size: 20px;
}

/*05-08-2024*/
.c-video-intro__overlay {
  height: 100vh;
  position: absolute;
  z-index: 1;
  width: 100%;
  transition: all 0.5s linear;
  background-color: #0000005e;
  background-image: radial-gradient(#000 2%, transparent 40%),
    radial-gradient(#000 2%, transparent 40%);
  background-size: 4px 4px;
  background-position: 0 0, 10px 10px;
  background-repeat: repeat;
}

.inner-hero__overlay {
  height: 100vh;
  position: absolute;
  z-index: 1;
  width: 100%;
  transition: all 0.5s linear;
  background-color: #0000006f;
  background-image: radial-gradient(#000 2%, transparent 20%),
    radial-gradient(#000 2%, transparent 30%);
  background-size: 4px 4px;
  background-position: 0 0, 10px 10px;
  background-repeat: repeat;
}

.overlay-bg {
  height: 100vh;
  position: absolute;
  z-index: 0;
  width: 100%;
  transition: all 0.5s linear;
  background-color: #00000056;
  background-image: radial-gradient(#000 2%, transparent 20%),
    radial-gradient(#000 2%, transparent 30%);
  background-size: 4px 4px;
  background-position: 0 0, 10px 10px;
  background-repeat: repeat;
  left: 0px;
  top: 0px;
}

.overlay-bg-section {
  height: 92vh;
  position: absolute;
  z-index: -1;
  width: 100%;
  transition: all 0.5s linear;
  background-color: #00000056;
  background-image: radial-gradient(#000 2%, transparent 20%),
    radial-gradient(#000 2%, transparent 30%);
  background-size: 4px 4px;
  background-position: 0 0, 10px 10px;
  background-repeat: repeat;
  left: 0px;
  top: 0px;
}

.pr_6 {
  padding-right: 20px;
}
.abt_tx {
  font-size: 18px;
  line-height: 1.5;
}

.coming .main-nav li a {
  color: #0b0b0b;
}
.coming .main-nav li a:hover {
  color: #0b0b0b;
}
.coming .main-nav li.nav-item a::before {
  background-color: #0b0b0b;
}
.coming .main-nav li.nav-item a::after {
  background-color: #0b0b0b;
}

.coming #drop-down-cbox + label span {
  background-color: #0b0b0b;
}

.offers-con .tab_content {
  position: absolute;
  width: 100%;
}

.offers-con .tab_content:first-child {
  position: relative;
}

.complete ul li {
  line-height: 2.3;
}
.upcoming ul li {
  line-height: 2.3;
}

.complete ul {
  margin: 0;
  padding: 0px 0 0 15px;
}

.upcoming ul {
  margin: 0;
  padding: 0px 0 0 15px;
}

/*----------Terms&Condition-----------*/

.terms-hero {
  background: url(../images/about-bg.png) #0b0b0b;
  width: 100%;
  height: 70vh;
  background-size: contain;
}

.terms-hero h1 {
  color: var(--white-color) !important;
  font-size: 64px;
  color: var(--white-color);
}
.terms-container {
  min-height: 92vh;
  padding: 5% 0;
}
.terms-container .nav-link.active {
  background: none !important;
  color: #0b0b0b;
}
.terms-container .nav-link {
  color: #8d8d8d;
  font-size: 12px;
}

.terms-container .tab-content p {
  color: #656565;
  margin-top: 10px;
}
.terms-container .tab-content h3 {
  font-size: 36px;
}

.about-estate {
  padding: 5.5vw 0 6.5vw;
  background: url(../images/about-bg.png) #0b0b0b;
  background-size: contain;
}
.director-message h3 {
  font-size: 40px;
  line-height: 50px;
}

img.building-img {
  width: 88%;
  height: 85%;
  margin-bottom: 0px;
}
.director-message {
  padding: 5% 8% 5%;
}

.message-bg {
  background: #edeef3;
  padding: 5% 0px 0 5%;
}

.img-rht {
  text-align: right;
  display: block;
  margin-bottom: 0;
}

.director-message blockquote {
  position: relative;
  font-size: 30px;
  quotes: "“" "”" "‘" "’";
  line-height: 1.5;
  margin-top: 75px;
}
.director-message blockquote::before,
.director-message blockquote::after {
  color: var(--accent-color);
  font-size: 2em;
  font-weight: 400;
  line-height: 0.1em;
}
.director-message blockquote::before {
  position: absolute;
  left: 0;
  content: open-quote;
  margin-right: 0.15em;
  vertical-align: -0.15em;
  top: -40px;
}
.director-message blockquote::after {
  content: close-quote;
  vertical-align: -0.7em;
  right: 20px;
  position: absolute;
  top: auto;
  bottom: -22px;
}
.name {
  color: var(--accent-color);
  font-size: 24px;
  margin-right: 20px;
}

.designation {
  color: #b1b1b1;
  font-size: 24px;
}
.about-estate .service-container {
  padding-bottom: 0px !important;
}

.anchor-link {
  cursor: pointer;
}
.anchor-link:hover {
  color: var(--accent-color);
}

.anchor-link.active {
  font-weight: bold;
  color: var(--accent-color);
}

ul.list-holder li {
  list-style: none;
  color: #868686;
  padding: 5px 0 10px;
}

/* .list-content{ height: 100vh; display: inline-block; } */

.list-content p {
  color: #5b5b5b;
  margin-bottom: 0px;
  font-size: 13px;
}
.text-dark {
  color: var(--accent-color) !important;
}
.list-content ul {
  margin: 0px;
  padding: 0px 0 0 10px;
}
.list-content li {
  color: #5b5b5b;
}

@-webkit-keyframes full-circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes full-circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes pop {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes pop {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes rotate-vertical {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes rotate-vertical {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

.fa.fa-twitter {
  font-family: sans-serif;
}
.fa.fa-twitter::before {
  content: "𝕏";
  font-size: 1.2em;
}
.pop-up h6 {
  line-height: 150%;
}
h5 {
  line-height: 150% !important;
}
.terms-container h3 {
  line-height: 150%;
  margin: 20px 0px;
}
.common-popup .pop-up__content {
  width: 40%;
  height: 100%;
  padding: 2.5rem;
  background: #fff;
  overflow-y: scroll;
}
.common-popup .contact-form {
  padding: 0px !important;
}
.common-popup fieldset {
  margin: 0 0 10px;
}
.common-popup {
  align-items: center;
}
.single-service-technical-area {
  text-align: center;
  background: #ffffff;
  border: 1px solid #e4e7ee;
  padding: 30px;
  transition: 0.4s;
  height: 100%;
  border-radius: 10px;
}

.single-service-technical-area .icon {
  margin-bottom: 32px;
}

.single-service-technical-area .title {
  font-size: 18px;
  margin-bottom: 1rem;
  font-weight: 500;
}
.single-service-technical-area .icon img {
  border-radius: 10px;
}
.single-service-technical-area p.disc {
  margin-bottom: 15px;
}

.single-service-technical-area .read-more {
  color: #5d666f;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
}

.single-service-technical-area .read-more:hover {
  color: var(--color-primary);
}

.single-service-technical-area:hover {
  box-shadow: 0px 12px 24px rgba(18, 22, 34, 0.07);
}
.title-style-three .title {
  font-size: 48px;
  margin-top: 15px;
  margin-bottom: 1rem;
}

.bg-main {
  background: #20282d;
  background-image: url(../images/Pattern.png);
  background-position: left bottom;
  background-repeat: no-repeat;
}

.single-working-process-one {
  display: flex;
  align-items: center;
  gap: 110px;
  margin-bottom: 40px;
}
.single-working-process-one:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  /* large-mobile */
  .single-working-process-one {
    gap: 25px;
  }
  .single-working-process-one .inner-content .title {
    font-size: 16px !important;
  }
  .single-working-process-one .inner-content p.disc {
    font-size: 12px !important;
  }
  .top-space {
    position: relative;
    top: 0px;
    width: 40%;
  }
  .work-process__four {
    padding: 40px 0 !important;
  }
  .work-process__four-title h2 {
    margin-bottom: 0px !important;
    font-size: 30px !important;
  }
  .btn-dflt-mob {
    font-size: 14px !important;
  }
  .btn-default-white span {
    font-size: 14px !important;
    padding: 0 20px;
  }
  header.main-header .header-sticky.active .btn-default-white {
    min-width: 80px;
    min-height: 40px;
  }
}
@media screen and (max-width: 576px) {
  /* small-mobile */
  .single-working-process-one {
    gap: 10px;
  }
  .title-style-three .title {
    font-size: 18px;
    line-height: 1rem;
    margin-bottom: 0;
  }
  .btn-div {
    margin-top: 2rem;
  }
  .single-service-technical-area .title {
    font-size: 16px !important;
    margin-bottom: 0;
  }
  .abt_tx {
    font-size: 16px !important;
    line-height: 1.5;
  }
  .single-service-technical-area {
    padding: 20px !important;
  }
  .single-service-technical-area p.disc {
    margin-bottom: 0px !important;
    font-size: 12px !important;
  }
  .investor-p {
    font-size: 1rem !important;
    line-height: 1.7rem !important;
    margin-bottom: 0px !important;
  }
  .developers-p {
    font-size: 1rem !important;
    line-height: 2rem !important;
    margin-bottom: 0px !important;
  }
  .work-process__four-single-item h3 {
    right: 150px !important;
    font-size: 50px !important;
    opacity: 0.5;
  }
  header.main-header .header-sticky.active .btn-default-white span {
    padding: 0 10px !important;
  }
  .why-choose-image img {
    margin-bottom: 2rem;
  }
}

.single-working-process-one .left {
  position: relative;
  z-index: 5;
}
.single-working-process-one .left .icon {
  height: 110px;
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0b0b0b;
  border-radius: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .single-working-process-one .left .icon {
    height: 90px;
    width: 90px;
  }
}
@media screen and (max-width: 576px) {
  .single-working-process-one .left .icon {
    height: 75px;
    width: 75px;
  }
}
.single-working-process-one .left .icon::after {
  position: absolute;
  content: "";
  background-image: url(../images/process/01.png);
  height: 19px;
  width: 19px;
  background-repeat: no-repeat;
  background-position: center;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .single-working-process-one .left .icon::after {
    display: none;
  }
}

.single-working-process-one .inner-content {
  border-radius: 10px;
  padding: 10px 30px;
  background: #0b0b0b;
  position: relative;
  z-index: 1;
  min-width: 400px;
}
@media screen and (max-width: 576px) {
  .single-working-process-one .inner-content {
    padding: 15px 5px 15px 50px;
  }
}
.single-working-process-one .inner-content .number-main {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.single-working-process-one .inner-content .number-main::after {
  content: "";
  position: absolute;
  height: 50px;
  width: 50px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #3e484e;
  z-index: -2;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .single-working-process-one .inner-content .number-main::after {
    display: none;
  }
}
.single-working-process-one .inner-content .number-main::before {
  content: "";
  position: absolute;
  width: 150px;
  border: 1px dashed #474e52;
  left: -150px;
  z-index: -2;
}
@media screen and (max-width: 576px) {
  .single-working-process-one .inner-content .number-main::before {
    display: none;
  }
}
.single-working-process-one .inner-content .number {
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 500%;
  background: #20282d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  left: -16px;
  z-index: -1;
  position: absolute;
  top: 50%;
  transform: translateY(-16px);
}
@media screen and (max-width: 768px) {
  .single-working-process-one .inner-content .number {
    left: 10px;
    font-size: 12px !important;
  }
}
.single-working-process-one .inner-content .title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
}
.single-working-process-one .inner-content p.disc {
  color: #c9c9c9;
}

.thumbnail-working-procss-one img {
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  /* mdsm-layout */
  .thumbnail-working-procss-one img {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  /* sm-layout */
  .thumbnail-working-procss-one img {
    margin-left: 0;
    border-radius: 5px;
  }
}
.mt--10 {
  margin-top: 10px;
}
.working-process-one.without-clip-radious .thumbnail-working-procss-one img {
  border-radius: 10px;
}
.working-process-one.without-clip-radious
  .single-working-process-one
  .inner-content {
  border-radius: 10px;
}
.working-process-one.without-clip-radious
  .single-working-process-one
  .left
  .icon {
  border-radius: 10px;
}

.business-process-hr-left-thumbnail {
  display: flex;
  justify-content: center;
  max-width: 456px;
  margin: auto;
  position: relative;
}
.business-process-hr-left-thumbnail .right-top {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 20px 35px;
  border-radius: 20px;
  border: 1px solid #e3e0e6;
  position: absolute;
  top: 40px;
  right: -60px;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  /* smlg-device */
  .business-process-hr-left-thumbnail .right-top {
    right: 15px;
  }
}
.business-process-hr-left-thumbnail .right-top .title {
  margin-bottom: 0;
  font-size: 36px;
}
.business-process-hr-left-thumbnail .right-top.bottom {
  top: auto;
  bottom: 40px;
  left: -60px;
  right: auto;
}
@media screen and (max-width: 768px) {
  .business-process-hr-left-thumbnail .right-top.bottom {
    left: 15px;
  }
  .single-working-process-one .inner-content {
    min-width: 260px;
  }
  .why-choose-item .icon-box img {
    max-width: 50px !important;
  }
  .why-choose-item {
    padding: 10px !important;
    margin-bottom: 16px !important;
  }

  .why-choose-item-content p {
    line-height: 1.5rem !important;
    font-size: 0.9rem !important;
  }

  .why-choose-item-content {
    width: calc(100% - 90px) !important;
  }
  .why-choose-item-content p {
    line-height: 1.6rem;
  }
}

.business-process-hr-content .title {
  margin-top: 20px;
}
.business-process-hr-content p.disc {
  margin-top: 20px;
  margin-bottom: 40px;
}

.color-blue-demo .title-area-client-client::before,
.color-blue-demo .title-area-client-client::after {
  background: #1c2539;
}
.rts-section-gap {
  padding: 40px 0;
}
.rts-section-gap1 {
  padding: 40px 0;
}
.bg-main .title-style-one .title {
  color: #fff;
  margin-bottom: 1.5rem;
}
.title-style-one .title {
  margin-bottom: 1.5rem;
}
.pr--30 {
  padding-right: 30px;
}

/*==========================================================================
* Work Process
==========================================================================*/
.work-process__four {
  background-color: #000;
  padding: 100px 0;
  background-repeat: no-repeat;
  background-position: bottom left;
}

.work-process__four-title .subtitle-one {
  color: var(--white-color);
  /* background-color: rgba(255, 255, 255, 0.1490196078); */
}
.work-process__four-title h2 {
  color: var(--white-color);
  margin-bottom: 30px;
  font-size: 40px;
}
.work-process__four-title p {
  color: var(--color-4);
  width: 85%;
  text-transform: none;
  margin-bottom: 40px;
}
.work-process__four .btn-one {
  color: var(--white-color);
  border-color: var(--white-color);
}
.work-process__four .btn-one:hover {
  background-color: var(--white-color);
  color: var(--text-heading-color);
}
.work-process__four .btn-one:hover i {
  color: var(--text-heading-color);
}
.work-process__four .call-us-box {
  display: inline-flex;
  margin-left: 30px;
  align-items: center;
}
.work-process__four .call-us-box-icon {
  display: inline-flex;
  background: rgba(255, 255, 255, 0.1019607843);
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 30px;
  color: var(--white-color);
  margin-right: 30px;
}
.work-process__four .call-us-box span {
  font-size: 16px;
  color: var(--white-color);
  display: block;
  margin-bottom: 5px;
}
.work-process__four .call-us-box a {
  display: block;
  font-size: 22px;
  color: var(--white-color);
  font-weight: 600;
}
.work-process__four-single-item {
  position: relative;
}
.work-process__four-single-item i {
  background: rgba(255, 255, 255, 0.1019607843);
  width: 80px;
  height: 80px;
  font-size: 40px;
  color: var(--white-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  margin-bottom: 20px;
}
.work-process__four-single-item h3 {
  position: absolute;
  top: 15px;
  right: 65px;
  font-size: 80px;
  opacity: 0.3;
  color: var(--white-color);
}
.work-process__four-single-item h4 {
  color: var(--white-color);
  margin-bottom: 10px;
}
.work-process__four-single-item p {
  color: var(--white-color);
  width: 95%;
  text-transform: none;
}

@media (max-width: 535px) {
  .work-process__four .call-us-box {
    display: flex;
    margin-left: 0;
    align-items: center;
    margin-top: 20px;
  }
}

/************************************/
/*** 	 09. Why Choose Us css	  ***/
/************************************/

.why-choose-us {
  padding: 100px 0;
  background: url("./images/why-choose-bg.png"), #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.why-choose-us {
  h2 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 3rem;
    cursor: none;
    color: #fff !important;
  }
}
.why-choose-image {
  margin-right: 20px;
}

.why-choose-image figure {
  display: block;
  border-radius: 30px;
}

.why-choose-image img {
  width: 100%;
  aspect-ratio: 1 / 1.25;
  object-fit: cover;
  border-radius: 30px;
}

.why-choose-item {
  position: relative;
  background-color: var(--white-color);
  border-radius: 30px;
  box-shadow: 0px 0px 100px 2px #0000000d;
  padding: 25px 30px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

.why-choose-item:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--primary-color);
  transition: all 0.4s ease-in-out;
  z-index: 0;
}

.why-choose-item:hover:before {
  top: 0;
  bottom: auto;
  height: 100%;
}

.why-choose-item:last-child {
  margin-bottom: 0;
}

.why-choose-item .icon-box {
  position: relative;
  margin-right: 30px;
  z-index: 1;
}

.why-choose-item .icon-box img {
  width: 100%;
  max-width: 80px;
  transition: all 0.4s ease-in-out;
}

.why-choose-item:hover .icon-box img {
  filter: brightness(0) invert(1);
}

.why-choose-item-content {
  position: relative;
  width: calc(100% - 110px);
  z-index: 1;
  align-items: center;
  justify-content: center;
  display: flex;
}

.why-choose-item-content h3 {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}

.why-choose-item-content p {
  margin: 0;
  transition: all 0.4s ease-in-out;
  line-height: 2.2rem;
  font-size: 1.3rem;
}

.why-choose-item:hover .why-choose-item-content h3,
.why-choose-item:hover .why-choose-item-content p {
  color: var(--white-color);
}

.why-choose-counter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 50px;
  border-top: 1px solid var(--dark-divider-color);
  margin-top: 80px;
  padding-top: 80px;
}

.why-choose-counter-item {
  position: relative;
  width: calc(33.33% - 37.5px);
  text-align: center;
}

.why-choose-counter-item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  bottom: 0;
  left: auto;
  transform: translateY(-50%);
  background: var(--dark-divider-color);
  width: 1px;
  height: 85%;
}

.why-choose-counter-item:last-child:after,
.why-choose-counter-item:nth-child(4n + 4)::after {
  display: none;
}

.why-choose-counter-item .icon-box {
  margin-bottom: 20px;
}

.why-choose-counter-item .icon-box img {
  width: 100%;
  max-width: 60px;
}

.why-choose-counter-content h3 {
  color: var(--white-color);
  font-size: 46px;
  font-weight: 800;
  margin-bottom: 10px;
}

.why-choose-counter-content p {
  color: var(--white-color);
  font-size: 18px;
  text-transform: capitalize;
  margin: 0;
}

/*------------------------------------------------------------------
	8. quote form of the page styles / .quote-form
-------------------------------------------------------------------*/

.quote-form {
  margin: -97px 0;
  border-radius: 3px;
  padding: 56px 30px 69px;
  background-color: #fff;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
  background-position: -470px -270px;
}

.quote-form .form-heading {
  color: #333;
  display: block;
  margin: 0 0 3px;
  line-height: 1.2rem;
}

.contact-sec {
  background: url(../images/banner-3.jpg) no-repeat;
  background-size: cover;
}
.register-now {
  padding: 100px 0;
}
.form-container {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.form-container h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}

.category {
  margin: 20px 0 2rem;
  text-align: center;
}

.category label {
  display: block;
  width: 70%;
  margin: 10px auto;
  background: #393939;
  color: #fff;
  padding: 12px;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.category input[type="radio"] {
  display: none;
}

.category input[type="radio"]:checked + label {
  background: #000;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}

.form-group input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}

.form-group input:focus {
  border-color: #000;
  outline: none;
}

.form-submit {
  text-align: center;
  margin-top: 20px;
}

.form-submit button {
  background: #000;
  color: #fff;
  padding: 12px 30px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}
.form-submit button:hover {
  background: #333;
}
.investor-p {
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.mob-nav ul {
  margin: 0;
  padding-left: 0px !important;
}
.header-sticky.active .mob-nav ul li {
  display: inline-block;
  color: #0b0b0b !important;
  text-decoration: none;
  position: relative;
  margin: 10px;
}
.mob-nav ul li {
  display: inline-block;
  color: #fff !important;
  text-decoration: none;
  position: relative;
  margin: 10px;
}
.mob-nav ul li .nav-link:hover {
  color: #0b0b0b !important;
}

.btn-outline {
  border: 1px solid #fff !important;
  color: #fff !important;
}

.header-sticky.active .btn-outline {
  border: 1px solid #000 !important;
  color: #000 !important;
}

.px-4 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
@media only screen and (max-width: 320px) {
    .mob-nav ul li {
        margin: 0px !important;
        padding: 0px 7px !important;
        font-size: 14px !important;
        border-right: 1px solid #fff;
    }
        .top-space {
        position: relative;
        top: 0px;
        width: 40% !important;
    }
    .btn-default-white span {
        font-size: 11px !important;
        padding: 0 20px;
    }
}