@import url(charset.css);
@import url("https://fonts.googleapis.com/css2?family=Exo:wght@100;200;300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700;800&family=Quicksand:wght@400;500;600&display=swap");
.container-fluid {
  padding-right: 7.03125%;
  padding-left: 7.03125%;
}
@media (max-width: 991px) {
  .container-fluid {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.required.error {
  border: 1px solid #fb5151 !important;
}
label.error {
  background: rgba(251, 81, 81, 0.67) !important;
  position: absolute;
  bottom: -19px;
  left: 15px;
  padding: 0px 5px;
  border-radius: 3px;
}
label.error:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f0d8";
  position: absolute;
  left: 10px;
  top: -11px;
  color: rgba(251, 81, 81, 0.67) !important;
}
.error {
  color: #fb5151;
  font-size: 12px;
  font-weight: 500;
  margin: 0 !important;
}
.font-playfair {
  font-family: "Playfair Display", serif;
}
.font-quicksand {
  font-family: "Quicksand", sans-serif;
}
::-webkit-scrollbar {
  width: 8px;
  font: 1em sans-serif;
  height: 8px;
  background-color: #f7f7f7;
}
::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #229b8d;
}
::-moz-selection {
  background-color: #229b8d;
  color: #fff;
}
::selection {
  background-color: #229b8d;
  color: #fff;
}
-webkit-::-moz-selection {
  background-color: #229b8d;
  color: #fff;
}
-webkit-::selection {
  background-color: #229b8d;
  color: #fff;
}
::-moz-selection {
  background-color: #229b8d;
  color: #fff;
}
#preloader {
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
  background: #fff;
}
#preloader.loaded .loading-area {
  opacity: 0;
}
#preloader.loaded {
  visibility: hidden;
}
#preloader .loading-area {
  opacity: 1;
  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  color: #0f358e;
}
.spinner {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  background-color: #229b8d;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.delay-02 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.delay-03 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.delay-04 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.delay-05 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.delay-06 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.delay-07 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
.delay-08 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.delay-09 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.delay-1 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.delay-1-1 {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
.font-w-100 {
  font-weight: 100 !important;
}
.font-w-200 {
  font-weight: 200 !important;
}
.font-w-300 {
  font-weight: 300 !important;
}
.font-w-400 {
  font-weight: 400 !important;
}
.font-w-500 {
  font-weight: 500 !important;
}
.font-w-600 {
  font-weight: 600 !important;
}
.font-w-700 {
  font-weight: 700 !important;
}
body {
  font-family: "Exo", sans-serif;
  font-size: 12px;
  overflow-x: hidden;
  color: #2f2f2f;
  padding: 0px;
  margin: 0px;
}
body::-webkit-input-placeholder {
  color: #6a6a6a !important;
  opacity: 1;
}
body:-ms-input-placeholder {
  color: #6a6a6a !important;
  opacity: 1;
}
body::-ms-input-placeholder {
  color: #6a6a6a !important;
  opacity: 1;
}
body::placeholder {
  color: #6a6a6a !important;
  opacity: 1;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled),
button,
a,
input,
select,
textarea,
label {
  outline: none !important;
  box-shadow: none;
}
[type="button"]:not(:disabled):focus,
[type="reset"]:not(:disabled):focus,
[type="submit"]:not(:disabled):focus,
button:not(:disabled):focus,
button:focus,
a:focus,
input:focus,
select:focus,
textarea:focus,
label:focus {
  outline: none !important;
  box-shadow: none !important;
}
a {
  color: #229b8d;
  text-decoration: none !important;
}
a:active,
a:focus,
a:hover {
  color: #1d727d;
}
h1,
h2,
h3,
h4 {
  color: #000;
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 32px;
  border-radius: 8px;
  font-size: 13px;
}
.btn-outline {
  border: 1px solid rgba(0, 0, 0, 0.25);
  background: transparent;
  transition: all 0.3s ease;
}
.btn-black {
  border: 1px solid rgba(0, 0, 0, 0.25);
  background: transparent;
  transition: all 0.3s ease;
}
.btn-black:hover {
  color: #fff;
  background: #000;
  box-shadow: 0px 7px 30px rgba(255, 255, 255, 0.4);
}
.btn-white {
  border: 1px solid rgba(255, 255, 255, 0.325);
  background: transparent;
  transition: all 0.3s ease;
  color: #fff;
}
.btn-white:hover {
  color: #000;
  background: #fff;
  box-shadow: 0px 7px 30px rgba(255, 255, 255, 0.4);
}
.sub-banner .row,
.home-slider .row {
  width: 100%;
}
.title {
  color: #231f20;
  font-size: 36.367332px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 1rem;
}
@media (max-width: 575px) {
  .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0rem;
  }
}
.title.line {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.title.line span {
  padding: 14px 20px;
  background: #fff;
  flex: none;
}
.title.line:before,
.title.line:after {
  content: "";
  height: 1px;
  border: solid 1px #5fc2ac;
  width: 100%;
  z-index: -1;
}
.title-sub {
  padding: 1rem;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .title-sub br {
    display: none;
  }
}
.container-fluid {
  padding-right: 3%;
  padding-left: 3%;
}
section,
footer {
  padding: 8rem 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  section,
  footer {
    padding: 6rem 0;
  }
}
@media (max-width: 767px) {
  section,
  footer {
    padding: 4rem 0;
  }
}
header {
  z-index: 99999;
  position: relative;
}
header * {
  transition: all 0.3s ease !important;
}
header .navbar-wrap {
  height: 91px;
  display: flex;
  position: absolute;
  z-index: 999;
}
@media (max-width: 1199px) {
  header .navbar-wrap {
    height: 71px;
  }
}
@media (max-width: 767px) {
  header .navbar-wrap {
    height: 51px;
  }
}
header .normal-logo {
  display: block;
  height: 30px;
  width: auto;
}
header .fixed-logo {
  display: none;
  height: 34px;
  width: auto;
}
@media (min-width: 1200px) {
  header .logo {
    position: absolute;
    left: calc(50% - 125px / 2);
  }
}
header .navbar.navbar-expand-xl {
  width: 100%;
  padding: 0;
}
header .navbar.navbar-expand-xl .navbar-collapse {
  margin: auto;
  width: 100%;
  max-width: 1440px;
}
header .navbar.navbar-expand-xl.fixed-top {
  padding: 8px 0;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  padding-right: 3%;
  padding-left: 3%;
}
header .navbar.navbar-expand-xl.fixed-top .navbar-toggler i {
  color: #000;
}
header .navbar.navbar-expand-xl.fixed-top .nav-item a {
  color: #000;
}
@media (max-width: 1199px) {
  header .navbar.navbar-expand-xl.fixed-top .nav-item a {
    color: #000;
  }
}
header .navbar.navbar-expand-xl.fixed-top .fixed-logo {
  display: block !important;
}
header .navbar.navbar-expand-xl.fixed-top .normal-logo {
  display: none !important;
}
header .navbar.navbar-expand-xl.fixed-top .nav-link.login-menu {
  border: 1px solid #000;
}
header .navbar.navbar-expand-xl.fixed-top .nav-link.login-menu:hover {
  border: 1px solid #000;
  background: #000;
  color: #fff;
}
header .nav-item {
  padding: 0px 3px !important;
  position: relative;
}
header .nav-item a {
  color: #ffffff;
  font-family: "Quicksand", sans-serif;
  font-size: 12.5px;
  font-weight: 500;
  line-height: 17px;
  padding: 10px 7px !important;
  border-bottom: 1px solid transparent;
  opacity: 0.9;
}
@media (min-width: 1200px) and (max-width: 1300px) {
  header .nav-item a {
    padding: 10px 2px !important;
    font-size: 11.5px;
  }
}
header .nav-item a:hover {
  opacity: 1;
  color: #ffffff;
  border-bottom-color: #5fc2ac;
}
header .nav-item a.active {
  border-bottom-color: #fff;
}
@media (max-width: 1199px) {
  header .nav-item a {
    color: #000;
  }
  header .nav-item a:hover {
    opacity: 1;
    color: #000;
    border-bottom-color: transparent;
  }
  header .nav-item a.active {
    color: #000;
    border-bottom-color: transparent;
  }
}
@media (min-width: 1200px) {
  header .nav-item:last-child {
    padding-right: 0px !important;
  }
  header .nav-item:first-child {
    padding-left: 0px !important;
  }
}
header .nav-item .nav-link.login-menu {
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 5px 14px !important;
  height: 28px;
  width: 98px;
  text-align: center;
  margin: auto;
  transition: all 0.3s ease;
  margin-top: 5px;
}
header .nav-item .nav-link.login-menu:hover {
  border: 1px solid #fff;
  background: #fff;
  color: #000;
}
header .caret {
  display: none;
}
@media (min-width: 1200px) {
  header .nav-item .dropdown-menu {
    top: 64px;
    background: rgba(21, 27, 33, 0.73);
    padding: 0.5rem 1.5rem;
    border: 0;
    border-radius: 0;
    box-shadow: 0px 20px 30px rgba(19, 26, 44, 0.17);
  }
  header .nav-item .dropdown-menu svg {
    top: -15px;
    position: absolute;
  }
  header .nav-item .dropdown-menu svg path {
    fill: rgba(21, 27, 33, 0.73);
  }
  header .nav-item .dropdown-menu a {
    color: #fff;
    opacity: 0.8;
    background: transparent !important;
  }
  header .nav-item .dropdown-menu a:hover {
    background: transparent;
    opacity: 1;
    border-bottom-color: #5fc2ac;
  }
  header .fixed-top .nav-item .dropdown-menu {
    top: 64px;
    background: rgba(255, 255, 255, 0.95);
  }
  header .fixed-top .nav-item .dropdown-menu svg path {
    fill: rgba(255, 255, 255, 0.95);
  }
  header .fixed-top .nav-item .dropdown-menu a {
    color: #000;
    opacity: 0.8;
    background: transparent !important;
  }
  header .fixed-top .nav-item .dropdown-menu a:hover {
    background: transparent;
    opacity: 1;
    border-bottom-color: #5fc2ac;
  }
}
@media (max-width: 1199px) {
  header .navbar-toggler i {
    color: #ffffff;
  }
  header .navbar-toggler[aria-expanded="true"] i {
    color: #229b8d;
  }
  header .caret {
    display: block;
    width: 100%;
    position: absolute;
    top: -10px;
    text-align: center;
    color: #fff;
  }
  header .navbar-collapse {
    position: absolute;
    top: 80px;
    z-index: 9;
    background: rgba(255, 255, 255, 0.95);
    width: calc(100% - 6%);
    border-radius: 15px;
    box-shadow: 0px 30px 40px rgba(0, 0, 0, 0.1);
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    opacity: 0;
    height: auto !important;
  }
}
@media (max-width: 1199px) and (max-width: 1199px) {
  header .navbar-collapse {
    top: 60px;
  }
}
@media (max-width: 1199px) {
  header .navbar-collapse > ul {
    padding: 20px 20px 0 20px;
    text-align: center;
  }
  header .navbar-collapse > ul .nav-link.login-menu {
    border: 1px solid #000;
  }
  header .navbar-collapse > ul .nav-link.login-menu:hover {
    border: 1px solid #000;
    background: #000;
    color: #fff;
  }
  header .navbar-collapse > ul:last-child {
    padding-top: 0 !important;
    padding-bottom: 20px !important;
  }
  header .navbar-collapse.collapsing {
    opacity: 0 !important;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  header .navbar-collapse.show {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  header .dropdown-menu {
    text-align: center;
    background: #ececec;
    margin-top: 20px;
    border: inherit;
    position: relative !important;
    border-radius: 0;
  }
  header .dropdown-menu svg {
    position: absolute;
    top: -15px;
  }
  header .dropdown-menu svg path {
    fill: #ececec;
  }
}
.home-slider {
  padding: 0;
  height: 100vh;
}
.home-slider .item {
  height: 100vh;
}
.home-slider .owl-item.active .title {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.home-slider .owl-item.active .text {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.home-slider .owl-item.active .btn {
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.home-slider .owl-item.active .columun2 img {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
@media (max-width: 991px) {
  .home-slider .owl-item.active .columun2 img {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
  }
}
.home-slider .owl-item.active .coming-soon:after {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.home-slider .dots-container {
  position: absolute;
  left: 20px;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  list-style: none;
  padding: 0px;
  margin: 0;
  padding-top: 91px;
  z-index: 99;
}
@media (max-width: 767px) {
  .home-slider .dots-container {
    bottom: calc(50% - 0px);
  }
}
@media (max-width: 575px) {
  .home-slider .dots-container {
    bottom: 0;
    flex-direction: row;
    padding: 5px;
    left: 0;
    right: 0;
    height: 50px;
    top: inherit;
  }
  .home-slider .dots-container .dots:after {
    display: none !important;
  }
  .home-slider .dots-container .dots.active span {
    background: #fff;
    color: #000;
  }
}
.home-slider .dots-container .dots {
  background: transparent;
  border: none;
  outline: none !important;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
}
.home-slider .dots-container .dots span {
  padding: 3px 8px;
  transition: all 0.3s ease;
}
.home-slider .dots-container .dots:after {
  content: "";
  height: 0px;
  display: block;
  background: #fff;
  width: 1px;
  margin-top: 4px;
  transition: all 0.3s ease;
}
.home-slider .dots-container .dots.active:after {
  height: 90px;
  margin-top: 8px;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .home-slider .dots-container .dots.active:after {
    height: 15px;
  }
}
.home-slider .dots-container .dots.active:hover:after {
  height: 100px;
  background: #229b8d;
}
.home-slider .dots-container .dots:hover span {
  background: #ffffff;
  color: #000;
}
.home-slider .dots-container .dots:hover:after {
  height: 10px;
}
.home-slider .background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  display: flex;
  height: 100vh;
  width: 100%;
}
.home-slider .background:before {
  content: "";
  opacity: 0.8;
  background: url(../img/bg/banner-bg.svg);
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}
.home-slider .content {
  display: flex;
  height: 100vh;
  padding: 70px 0 0 0;
  width: 90%;
  max-width: 1440px;
  justify-content: center;
}
@media (max-width: 767px) {
  .home-slider .content {
    padding: 50px 0 0 0;
  }
}
.home-slider .content b {
  font-weight: 800;
  line-height: 30px;
}
.home-slider .content .title {
  color: #ffffff;
  font-size: 57.6px;
  font-weight: 200;
  line-height: 77px;
}
.home-slider .content .title span {
  font-weight: 500;
}
@media (max-width: 767px) {
  .home-slider .content .title {
    font-size: 24px;
    line-height: 30px;
  }
}
.home-slider .content .text {
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
}
@media (max-width: 575px) {
  .home-slider .content .text br {
    display: none;
  }
}
.home-slider .content .btn {
  box-shadow: inherit;
  margin-top: 30px;
}
.home-slider .content .btn:hover {
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .home-slider .content .btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}
.home-slider .coming-soon:after {
  content: "Coming Soon…";
  position: absolute;
  width: 260px;
  left: calc(50% - 130px);
  bottom: 150px;
  text-align: center;
  color: #ffffff;
  font-size: 36px;
  font-weight: 200;
  line-height: 48px;
}
@media (max-width: 1199px) {
  .home-slider .coming-soon:after {
    left: 100px;
    width: auto;
  }
}
@media (max-width: 991px) {
  .home-slider .coming-soon:after {
    bottom: 120px;
    font-size: 26px;
    text-align: center;
    right: 10px;
    left: inherit;
  }
}
@media (max-width: 575px) {
  .home-slider .coming-soon:after {
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    width: auto;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    right: -10px;
    bottom: calc(120px + 30px);
  }
}
.home-slider .columun1,
.home-slider .columun2 {
  display: flex;
  flex-direction: column;
}
.home-slider .columun1 {
  padding-left: 50px;
  justify-content: center;
}
.home-slider .columun2 {
  justify-content: center;
}
@media (max-width: 991px) {
  .home-slider [data-order="1"] .background .columun1 {
    text-align: center;
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 2rem;
    height: 50%;
  }
}
.home-slider [data-order="1"] .background .columun2 {
  align-items: flex-end;
}
@media (max-height: 750px) and (min-width: 992px) {
  .home-slider [data-order="1"] .background .columun2 img {
    max-width: 260px;
    height: auto;
  }
}
@media (max-width: 991px) {
  .home-slider [data-order="1"] .background .columun2 {
    height: 50%;
  }
  .home-slider [data-order="1"] .background .columun2 img {
    margin: auto;
    position: relative;
    width: auto !important;
    bottom: 0;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .home-slider [data-order="1"] .background .columun2 img {
    width: auto !important;
    margin: auto !important;
    position: relative;
    bottom: 0;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .home-slider [data-order="2"] .background .columun1 {
    height: 50%;
    text-align: center;
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
}
.home-slider [data-order="2"] .background .columun2 {
  align-items: center;
}
@media (max-width: 991px) {
  .home-slider [data-order="2"] .background .columun2 {
    height: 50%;
  }
  .home-slider [data-order="2"] .background .columun2 img {
    padding-right: 1.8rem;
    width: 500px !important;
  }
}
@media (max-width: 767px) {
  .home-slider [data-order="2"] .background .columun2 img {
    width: 400px !important;
  }
}
@media (max-width: 575px) {
  .home-slider [data-order="2"] .background .columun2 img {
    width: 300px !important;
  }
}
@media (max-width: 991px) {
  .home-slider [data-order="3"] .background .columun1 {
    text-align: center;
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 2rem;
    height: 50%;
  }
}
.home-slider [data-order="3"] .background .columun2 {
  align-items: flex-end;
}
@media (max-height: 750px) and (min-width: 992px) {
  .home-slider [data-order="3"] .background .columun2 img {
    max-width: 240px;
    height: auto;
  }
}
@media (max-width: 991px) {
  .home-slider [data-order="3"] .background .columun2 {
    height: 50%;
  }
  .home-slider [data-order="3"] .background .columun2 img {
    margin: auto;
    position: relative;
    width: auto !important;
    bottom: 0;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .home-slider [data-order="3"] .background .columun2 img {
    width: auto !important;
    margin: auto !important;
    position: relative;
    bottom: 0;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .home-slider [data-order="4"] .background {
    background-position: center right 24%;
  }
}
.home-slider [data-order="4"] .background .columun1 .title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
}
.home-slider [data-order="4"] .background .columun1 .title span {
  color: #ffc34e;
  font-weight: 800;
}
@media (max-width: 991px) {
  .home-slider [data-order="4"] .background .columun1 {
    text-align: center;
    padding: 0;
    padding-bottom: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .home-slider [data-order="7"] .background .columun1 {
    text-align: center;
    padding: 0;
    padding-bottom: 2rem;
    height: 50%;
  }
}
.home-slider [data-order="7"] .background .columun2 {
  align-items: flex-end;
}
@media (max-height: 750px) and (min-width: 992px) {
  .home-slider [data-order="7"] .background .columun2 img {
    max-width: 240px;
    height: auto;
  }
}
@media (max-width: 991px) {
  .home-slider [data-order="7"] .background .columun2 {
    height: 50%;
  }
  .home-slider [data-order="7"] .background .columun2 img {
    margin: auto;
    position: relative;
    width: auto !important;
    bottom: 0;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .home-slider [data-order="7"] .background .columun2 img {
    width: auto !important;
    margin: auto !important;
    position: relative;
    bottom: 0;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .home-slider [data-order="5"] .background .columun1,
  .home-slider [data-order="6"] .background .columun1 {
    text-align: center;
    padding: 0;
    padding-bottom: 2rem;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .home-slider [data-order="6"] .background {
    background-position: center right 24%;
  }
}
.about {
  position: relative;
}
.about .line {
  width: 100%;
  height: 2px;
  border: solid 1px #5fc2ac;
  position: absolute;
  bottom: 270px;
  z-index: -1;
}
@media (max-width: 991px) {
  .about .line {
    bottom: inherit;
    top: 270px;
  }
}
@media (max-width: 575px) {
  .about .line {
    display: none;
  }
}
.about .columun1 img {
  width: 100%;
  max-width: 800px;
  height: auto;
}
@media (max-width: 991px) {
  .about .columun1 img {
    max-width: 480px;
  }
}
.about .columun2 {
  padding-left: 6%;
  padding-top: 5%;
}
.about .columun2 .img img {
  width: 200px;
  margin-bottom: 1rem;
}
.about .columun2 .title {
  color: #231f20;
  font-size: 25px;
  font-weight: 600;
  line-height: 35px;
}
.about .columun2 .text {
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  color: #141b2e;
  margin-bottom: 3rem;
  position: relative;
  padding-left: 14px;
}
@media (max-width: 767px) {
  .about .columun2 .text br {
    display: none;
  }
}
.about .columun2 .text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  height: 80%;
  background: #141b2e;
  opacity: 0.6;
  width: 1px;
}
.usage-areas {
  padding: 2rem 0;
}
.usage-areas .columun1 {
  width: 100%;
}
.usage-areas .columun2 {
  max-width: 2440px;
  margin: auto;
}
.usage-areas .columun2 .item .background {
  overflow: hidden;
}
.usage-areas .columun2 .item .background img {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.5s ease;
}
.usage-areas .columun2 .item .background:before {
  opacity: 0.5;
  background: #000;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  z-index: 9;
}
.usage-areas .columun2 .item .background:hover:before {
  transition: all 0.3s ease;
  background: rgba(1, 23, 23, 0.85);
}
.usage-areas .columun2 .item .background:hover img {
  transition: all 3s ease;
  -webkit-transform: scale(1.3) rotate(5deg);
  transform: scale(1.3) rotate(5deg);
}
.usage-areas .columun2 .owl-item.active .title {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.usage-areas .columun2 .owl-item.active .btn {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.usage-areas .columun2 .owl-nav .owl-prev,
.usage-areas .columun2 .owl-nav .owl-next {
  position: absolute;
  font-size: 30px;
  top: 70%;
  color: #fff;
  background: transparent !important;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s ease;
}
.usage-areas .columun2 .owl-nav .owl-prev:hover,
.usage-areas .columun2 .owl-nav .owl-next:hover {
  opacity: 1;
}
.usage-areas .columun2 .owl-nav .owl-prev {
  left: 40px;
}
.usage-areas .columun2 .owl-nav .owl-next {
  right: 40px;
}
.usage-areas .columun2 .title {
  color: #ffffff;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
  text-align: center;
  position: absolute;
  top: calc(50% - 50px);
  text-align: center;
  width: 100%;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
.usage-areas .columun2 .btn {
  position: absolute;
  bottom: 30px;
  left: calc(50% - 55px);
  z-index: 9;
  box-shadow: inherit !important;
}
.condo2020 {
  padding: 5rem 0;
}
.condo2020 .columun1 {
  width: 100%;
}
.condo2020 .columun2 {
  width: calc(100% - 200px);
  margin: auto;
  max-width: 2440px;
}
@media (max-width: 991px) {
  .condo2020 .columun2 {
    width: calc(100% - 100px);
  }
}
.condo2020 .columun2 .owl-item.active .item {
  border-right: 1px solid #e1e1e1;
  margin-right: -1px !important;
}
.condo2020 .columun2 .owl-item.active .item .icon {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.condo2020 .columun2 .owl-item.active .item .title {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.condo2020 .columun2 .owl-item.active .item .text,
.condo2020 .columun2 .owl-item.active .item .counter {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.condo2020 .columun2 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.condo2020 .columun2 .item .icon {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.condo2020 .columun2 .item .icon img {
  color: #231f20;
}
.condo2020 .columun2 .item .counter,
.condo2020 .columun2 .item .text {
  color: #2b444f;
  font-size: 40.455px;
  font-weight: 600;
  line-height: 54px;
  margin-bottom: 12px;
}
.condo2020 .columun2 .item .title {
  color: #2b444f;
  font-family: "Quicksand", sans-serif;
  font-size: 15.91812px;
  font-weight: 300;
  line-height: 20px;
  text-align: center;
}
.condo2020 .columun2 .owl-nav .owl-prev,
.condo2020 .columun2 .owl-nav .owl-next {
  position: absolute;
  font-size: 30px;
  top: calc(50% - 22px);
  color: #a2a1bc;
  background: transparent !important;
  transition: all 0.3s ease;
}
.condo2020 .columun2 .owl-nav .owl-prev:hover,
.condo2020 .columun2 .owl-nav .owl-next:hover {
  color: #2b444f;
}
.condo2020 .columun2 .owl-nav .owl-prev {
  left: -40px;
}
.condo2020 .columun2 .owl-nav .owl-next {
  right: -40px;
}
.referance {
  position: relative;
}
.referance .columun1 .owl-nav .owl-prev,
.referance .columun1 .owl-nav .owl-next {
  position: absolute;
  font-size: 30px;
  top: 70%;
  color: #fff;
  background: transparent !important;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 1;
  -webkit-filter: drop-shadow(2px 1px 4px black);
  filter: drop-shadow(2px 1px 4px black);
  transition: all 0.3s ease;
}
.referance .columun1 .owl-nav .owl-prev {
  right: 120px;
}
.referance .columun1 .owl-nav .owl-next {
  right: 40px;
}
.referance .columun1 img {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .referance .columun1 img {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.referance .columun2 {
  padding-left: 6%;
}
.referance .columun2 .title {
  color: #231f20;
  font-size: 36.367332px;
  font-weight: 600;
  line-height: 43px;
}
.referance .columun2 .title span {
  font-weight: 400;
}
.referance .columun2 .text {
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  color: #141b2e;
  margin-bottom: 3rem;
  position: relative;
  padding-left: 14px;
}
@media (max-width: 767px) {
  .referance .columun2 .text br {
    display: none;
  }
}
.referance .columun2 .text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10%;
  height: 80%;
  background: #141b2e;
  opacity: 0.6;
  width: 1px;
}
.solutions .columun1 {
  width: 100%;
}
.solutions .columun2 {
  width: 100%;
  background: #2e2f30;
}
.solutions .columun2 .content {
  width: 96%;
  max-width: 2300px;
  margin: auto;
  display: flex;
  flex-flow: wrap;
  padding: 5rem 0;
}
.solutions .columun2 .content .item {
  overflow: hidden;
  width: calc(33.333% - 12px);
  margin: 6px;
  position: relative;
}
@media (max-width: 991px) {
  .solutions .columun2 .content .item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 575px) {
  .solutions .columun2 .content .item {
    width: calc(100% - 12px);
  }
}
.solutions .columun2 .content .item img {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.5s ease;
  width: 100%;
  height: auto;
}
.solutions .columun2 .content .item:before {
  opacity: 0.5;
  background: #000;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  z-index: 9;
}
.solutions .columun2 .content .item:hover:before {
  transition: all 0.3s ease;
  background: rgba(1, 23, 23, 0.85);
}
.solutions .columun2 .content .item:hover img {
  transition: all 3s ease;
  -webkit-transform: scale(1.3) rotate(5deg);
  transform: scale(1.3) rotate(5deg);
}
.solutions .columun2 .content .item .title {
  color: #ffffff;
  font-size: 29.093864px;
  font-weight: 100;
  line-height: 39px;
  text-align: center;
  position: absolute;
  top: calc(50% - 50px);
  text-align: center;
  width: 100%;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
.solutions .columun2 .content .item .title span {
  font-weight: 500;
}
.solutions .columun2 .content .item .btn {
  position: absolute;
  bottom: 30px;
  left: calc(50% - 55px);
  z-index: 9;
  box-shadow: inherit !important;
}
.module {
  padding: 2rem 0 5rem 0;
}
.module .columun1 {
  width: 100%;
}
.module .columun2 {
  width: 94%;
  margin: auto;
}
.module .columun2 .img {
  border-radius: 12px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5);
  max-width: 600px;
  overflow: hidden;
  margin-bottom: 70px;
}
.module .columun2 .img img {
  width: 100%;
  height: auto;
}
.module .columun2 .title {
  color: #231f20;
  font-size: 36.367332px;
  font-weight: 600;
  line-height: 48px;
  opacity: 0;
}
@media (max-width: 767px) {
  .module .columun2 .title {
    font-size: 22px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 1rem;
  }
}
.module .columun2 .text {
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
  text-align: center;
  opacity: 0;
}
.module .item {
  opacity: 0.4;
  transition: 0.5s ease all;
  margin: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  padding: 2rem 0;
}
.module .active {
  z-index: 1;
}
.module .active .item {
  opacity: 1;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
.module .active .item .title {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  opacity: 1;
}
.module .active .item .text {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  opacity: 1;
}
.module .dots-container {
  list-style: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-bottom: 3rem;
}
@media (max-width: 575px) {
  .module .dots-container {
    margin-bottom: 1rem;
  }
}
.module .dots-container * {
  transition: all 0.5s !important;
}
.module .dots-container .dots {
  padding: 2% 3%;
  height: 100px;
  border-bottom: 4px solid #d8d8d8;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 575px) {
  .module .dots-container .dots {
    padding: 2% 5%;
  }
}
.module .dots-container .dots img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-filter: opacity(0.6);
  filter: opacity(0.6);
}
@media (max-width: 575px) {
  .module .dots-container .dots img {
    width: 20px !important;
    height: auto;
  }
}
.module .dots-container .dots.active {
  border-bottom-color: #373c4a;
}
.module .dots-container .dots.active img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
.servicesIcon {
  padding: 6rem 0 8rem 0;
}
.servicesIcon .columun1 {
  width: 100%;
}
.servicesIcon .columun1 .title {
  margin-bottom: 6rem;
}
.servicesIcon .columun2 {
  width: calc(100% - 200px);
  margin: auto;
  max-width: 2440px;
}
@media (max-width: 991px) {
  .servicesIcon .columun2 {
    width: calc(100% - 100px);
  }
}
.servicesIcon .columun2 .owl-item.active .item {
  border-right: 1px solid #e1e1e1;
  margin-right: -1px !important;
}
.servicesIcon .columun2 .owl-item.active .item .icon {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.servicesIcon .columun2 .owl-item.active .item .title {
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.servicesIcon .columun2 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.servicesIcon .columun2 .item .icon {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.servicesIcon .columun2 .item .icon img {
  color: #231f20;
}
.servicesIcon .columun2 .item .title {
  color: #2b444f;
  font-size: 26px;
  font-weight: 500;
  line-height: 38px;
  text-align: center;
}
.servicesIcon .columun2 .owl-nav .owl-prev,
.servicesIcon .columun2 .owl-nav .owl-next {
  position: absolute;
  font-size: 30px;
  top: calc(50% - 22px);
  color: #a2a1bc;
  background: transparent !important;
  transition: all 0.3s ease;
}
.servicesIcon .columun2 .owl-nav .owl-prev:hover,
.servicesIcon .columun2 .owl-nav .owl-next:hover {
  color: #2b444f;
}
.servicesIcon .columun2 .owl-nav .owl-prev {
  left: -40px;
}
.servicesIcon .columun2 .owl-nav .owl-next {
  right: -40px;
}
.condo-events {
  position: relative;
  padding: 0;
}
@media (min-width: 1540px) {
  .condo-events .container-two {
    max-width: 1540px;
  }
}
@media (max-width: 1540px) {
  .condo-events .container-two {
    max-width: 90%;
  }
}
.condo-events .title-container {
  justify-content: center;
  flex-direction: column;
  position: relative;
  display: flex;
  width: 100%;
  height: 340px;
  z-index: 9;
}
@media (max-width: 767px) {
  .condo-events .title-container {
    height: 220px;
  }
}
.condo-events .title-container .title {
  color: #ffffff;
  font-size: 46px;
  font-weight: 700;
  line-height: 70px;
  text-align: center;
}
@media (max-width: 767px) {
  .condo-events .title-container .title {
    font-size: 36px;
    line-height: 60px;
  }
}
@media (max-width: 374px) {
  .condo-events .title-container .title {
    font-size: 28px;
  }
}
.condo-events .title-container .title-sub {
  color: #ffffff;
  font-size: 26px;
  font-weight: 400;
  line-height: 38px;
  text-align: center;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .condo-events .title-container .title-sub {
    font-size: 20px;
    line-height: 28px;
  }
}
.condo-events .title-container .title-sub span {
  font-size: 20px;
  font-weight: 400;
  margin-top: 5px;
  display: block;
}
@media (max-width: 767px) {
  .condo-events .title-container .title-sub span {
    font-size: 16px;
  }
}
.condo-events .nav-pills {
  position: absolute;
  align-items: center;
  bottom: 40px;
  width: 100%;
}
@media (max-width: 767px) {
  .condo-events .nav-pills {
    flex-direction: column;
    bottom: 28px;
  }
}
.condo-events .nav-pills .nav-item .nav-link {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 32px;
}
@media (max-width: 767px) {
  .condo-events .nav-pills .nav-item .nav-link {
    line-height: 22px;
  }
}
.condo-events .nav-pills .nav-item .nav-link.active {
  background-color: transparent;
  font-weight: 700;
}
.condo-events .nav-pills .nav-item .divider {
  background: #fff;
  height: 32px;
  width: 1px;
}
@media (max-width: 767px) {
  .condo-events .nav-pills .nav-item .divider {
    display: none;
  }
}
.condo-events .tab-content .tab-pane .bg {
  position: relative;
  background-position: center;
  background-size: cover;
  padding: 0rem 0 6rem 0;
}
@media (max-width: 767px) {
  .condo-events .tab-content .tab-pane .bg {
    padding: 0rem 0 8rem 0;
  }
}
.condo-events .tab-content .tab-pane .bg::before {
  content: "";
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
}
.condo-events .item .content {
  min-height: 138px;
}
.condo-events .item .content .background {
  background: rgba(0, 0, 0, 0.75);
  padding: 8px 14px;
  margin-top: 6px;
}
.condo-events .item .content .title {
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 22px;
  height: 54px;
  display: flex;
  align-items: center;
  margin: 0;
}
.condo-events .item .content .date {
  color: #ffffff;
  font-family: "Quicksand", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  height: 68px;
}
.condo-events #events-award-owl-carousel .title {
  height: 50px;
}
.condo-events #events-award-owl-carousel .date {
  height: 50px;
}
.condo-events .owl-carousel .owl-nav {
  margin: 2rem 0;
  display: flex;
  width: 100%;
  flex-flow: row;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .condo-events .owl-carousel .owl-nav {
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}
.condo-events .owl-carousel .owl-nav .owl-prev,
.condo-events .owl-carousel .owl-nav .owl-next {
  font-size: 30px;
  color: #fff;
  background: transparent !important;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.condo-events .owl-carousel .owl-nav .owl-prev:hover,
.condo-events .owl-carousel .owl-nav .owl-next:hover {
  opacity: 1;
}
.comments-about {
  position: relative;
  background-position: center;
  background-size: cover;
}
.comments-about::before {
  content: "";
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
}
.comments-about .img {
  display: flex;
  justify-content: center;
}
.comments-about .img img {
  width: auto;
  height: auto;
}
.comments-about .line {
  width: 100%;
  max-width: 300px;
  height: 1px;
  border: solid 1px #ffffff;
  margin: 2rem auto;
}
.comments-about .text {
  color: #ffffff;
  font-family: "Quicksand", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
}
.comments-about .text span {
  margin-top: 2rem;
  display: block;
}
@media (max-width: 767px) {
  .comments-about .text {
    font-size: 14px;
    line-height: 24px;
  }
  .comments-about .text br {
    display: none;
  }
}
.comments-about #comments-owl-carousel .owl-nav .owl-prev,
.comments-about #comments-owl-carousel .owl-nav .owl-next {
  position: absolute;
  font-size: 30px;
  top: calc(50% - 22px);
  color: #d8d8d8;
  background: transparent !important;
  transition: all 0.3s ease;
}
.comments-about #comments-owl-carousel .owl-nav .owl-prev:hover,
.comments-about #comments-owl-carousel .owl-nav .owl-next:hover {
  color: #ffffff;
}
.comments-about #comments-owl-carousel .owl-nav .owl-prev {
  left: 0;
}
@media (max-width: 991px) {
  .comments-about #comments-owl-carousel .owl-nav .owl-prev {
    left: -14px;
  }
}
.comments-about #comments-owl-carousel .owl-nav .owl-next {
  right: 0;
}
@media (max-width: 991px) {
  .comments-about #comments-owl-carousel .owl-nav .owl-next {
    right: -14px;
  }
}
.integrations .columun1 {
  width: 100%;
}
.integrations .columun2 {
  font-family: "Quicksand", sans-serif;
}
.integrations .columun2 .icon {
  text-align: center;
}
.integrations .columun2 .icon img {
  width: auto;
  height: auto;
  margin: auto;
}
.integrations .columun2 .owl-nav .owl-prev,
.integrations .columun2 .owl-nav .owl-next {
  position: absolute;
  font-size: 30px;
  top: calc(50% - 22px);
  color: #a2a1bc;
  background: transparent !important;
  transition: all 0.3s ease;
}
.integrations .columun2 .owl-nav .owl-prev:hover,
.integrations .columun2 .owl-nav .owl-next:hover {
  color: #2b444f;
}
.integrations .columun2 .owl-nav .owl-prev {
  left: 0px;
}
.integrations .columun2 .owl-nav .owl-next {
  right: 0px;
}
.contact {
  width: 100%;
  position: relative;
  padding: 8% 2% 2% 2%;
  font-family: "Quicksand", sans-serif;
}
@media (max-width: 991px) {
  .contact {
    padding: 4rem 0;
  }
}
.contact .contact-map {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%;
}
.contact .contact-map iframe {
  height: 100%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.contact .contact-form-container {
  width: 100%;
  max-width: 2440px;
  margin: auto;
}
.contact .contact-form-container .contact-form {
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.65);
  max-width: 650px;
  width: 100%;
  border-radius: 6px;
  background: #2e2f30;
  padding: 50px 30px 20px 30px;
  z-index: 9999;
  position: relative;
}
@media (max-width: 991px) {
  .contact .contact-form-container .contact-form {
    position: relative;
    margin: auto;
    left: inherit;
    right: inherit;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .contact .contact-form-container .contact-form {
    width: 99%;
    padding: 30px 10px;
  }
}
.contact .contact-form-container .contact-form .row {
  margin: 0;
}
.contact .form-group {
  margin-bottom: 1.6rem;
}
.contact .form-group .form-control,
.contact .form-group .custom-select {
  margin-bottom: 6px !important;
  background: transparent;
  font-size: 13px;
  border-radius: 10px;
  color: #fff;
}
.contact .form-group .form-control::-webkit-input-placeholder,
.contact .form-group .custom-select::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.3;
}
.contact .form-group .form-control:-ms-input-placeholder,
.contact .form-group .custom-select:-ms-input-placeholder {
  color: #fff;
  opacity: 0.3;
}
.contact .form-group .form-control::-ms-input-placeholder,
.contact .form-group .custom-select::-ms-input-placeholder {
  color: #fff;
  opacity: 0.3;
}
.contact .form-group .form-control::placeholder,
.contact .form-group .custom-select::placeholder {
  color: #fff;
  opacity: 0.3;
}
.contact .form-group .form-control option,
.contact .form-group .custom-select option {
  color: #000;
}
.contact .form-group label {
  color: #fff;
  margin-bottom: 10px;
}
.contact .btn-white {
  box-shadow: inherit !important;
}
@media (max-width: 991px) {
  .contact .btn-white {
    margin: auto !important;
  }
}
.footer {
  position: relative;
  background-position: center;
  background-size: cover;
  font-family: "Quicksand", sans-serif;
  color: #cacaca;
  padding: 7rem 0;
}
.footer::before {
  background: #12131e;
  position: absolute;
  content: "";
  opacity: 0.8;
  width: 100%;
  height: 100%;
  z-index: 0;
  left: 0;
  top: 0;
}
.footer .columun1 {
  display: flex;
  z-index: 16;
  width: 96%;
  margin: auto;
  max-width: 1440px;
  padding-bottom: 6rem;
  flex-flow: wrap;
}
.footer .columun1 .box {
  padding: 10px;
  width: 19.6%;
  margin: 1px;
  z-index: 9;
}
@media (max-width: 991px) {
  .footer .columun1 .box {
    width: 32.7%;
  }
}
@media (max-width: 767px) {
  .footer .columun1 .box {
    width: 49.46%;
    text-align: center;
  }
}
@media (max-width: 420px) {
  .footer .columun1 .box {
    width: 99.46%;
  }
}
.footer .columun1 .box .title {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 15px;
}
.footer .columun1 .box ul li {
  background: transparent;
  padding: 7px 0;
  border: inherit;
}
.footer .columun1 .box ul li a {
  font-size: 13px;
  font-weight: 300;
  line-height: 15px;
  color: #cacaca;
}
.footer .columun1 .box ul li a:hover {
  color: #ffffff;
}
.footer .columun1 .box .text {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.footer .columun2 {
  display: flex;
  z-index: 16;
  width: 96%;
  margin: auto;
  max-width: 1440px;
  align-items: center;
}
@media (max-width: 767px) {
  .footer .columun2 {
    text-align: center;
    flex-direction: column;
  }
}
.footer .columun2 .box {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  text-align: right;
}
@media (max-width: 767px) {
  .footer .columun2 .box {
    text-align: center;
    align-items: center;
    margin-top: 1rem;
  }
}
.footer .columun2 .box .item {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .footer .columun2 .box .item {
    flex-direction: column-reverse;
  }
}
.footer .columun2 .box .item a {
  color: #cacaca;
}
.footer .columun2 .box .item a:hover {
  color: #ffffff;
}
.footer .columun2 .box .item .icon {
  margin-left: 1rem;
}
@media (max-width: 767px) {
  .footer .columun2 .box .item .icon {
    margin-left: 0;
  }
}
.footer .columun2 .box .item .text {
  font-weight: 300;
  letter-spacing: 0.5px;
}
.sub-banner {
  padding: 0;
  height: 100vh;
  position: relative;
}
.sub-banner .sub-banner-content {
  height: 100vh;
}
.sub-banner .background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  display: flex;
  height: 100vh;
  width: 100%;
}
.sub-banner .background:before {
  content: "";
  opacity: 0.8;
  background: url(../img/bg/banner-bg.svg);
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
}
.sub-banner .content {
  display: flex;
  height: 100vh;
  padding: 70px 0 0 0;
  width: 90%;
  max-width: 1440px;
  justify-content: center;
}
@media (max-width: 767px) {
  .sub-banner .content {
    padding: 50px 0 0 0;
  }
}
.sub-banner .content .title {
  color: #ffffff;
  font-size: 57.6px;
  font-weight: 200;
  line-height: 77px;
}
.sub-banner .content .title span {
  font-weight: 500;
}
@media (max-width: 767px) {
  .sub-banner .content .title {
    font-size: 40px;
    line-height: 50px;
  }
}
.sub-banner .content .text {
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
}
.sub-banner .content .text b {
  font-weight: 800;
  line-height: 30px;
}
@media (max-width: 575px) {
  .sub-banner .content .text br {
    display: none;
  }
}
.sub-banner .coming-soon:after {
  content: "Coming Soon…";
  position: absolute;
  width: 260px;
  left: calc(50% - 130px);
  bottom: 150px;
  text-align: center;
  color: #ffffff;
  font-size: 36px;
  font-weight: 200;
  line-height: 48px;
}
@media (max-width: 1199px) {
  .sub-banner .coming-soon:after {
    left: 100px;
    width: auto;
  }
}
@media (max-width: 991px) {
  .sub-banner .coming-soon:after {
    bottom: 120px;
    font-size: 26px;
    text-align: center;
    right: 10px;
    left: inherit;
  }
}
@media (max-width: 575px) {
  .sub-banner .coming-soon:after {
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    width: auto;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    right: -10px;
    bottom: calc(120px + 30px);
  }
}
.sub-banner .columun1,
.sub-banner .columun2 {
  display: flex;
  flex-direction: column;
}
.sub-banner .columun1 {
  padding-left: 50px;
  justify-content: center;
}
@media (max-width: 767px) {
  .sub-banner .columun1 {
    padding: 15px;
  }
}
.sub-banner .columun2 {
  justify-content: center;
}
.sub-banner.usage-areas .title {
  color: #ffffff;
  font-size: 57.6px;
  font-weight: 600;
  line-height: 77px;
}
@media (max-width: 767px) {
  .sub-banner.usage-areas .title {
    font-size: 40px;
    line-height: 50px;
  }
}
.about-banner .columun1 .img {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .about-banner .columun1 .img {
    margin-bottom: 20px;
  }
}
.about-banner .columun1 .img img {
  width: 100%;
}
@media (max-width: 767px) {
  .about-banner .columun1 .img img {
    max-width: 180px !important;
  }
}
.about-banner .columun1 .title {
  color: #ffffff;
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
}
@media (max-width: 991px) {
  .about-banner .columun1 .title {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 991px) {
  .about-banner .columun1 {
    text-align: center;
    padding: 0;
  }
}
.about-banner .columun2 {
  align-items: center;
}
.about-banner .columun2 img {
  width: 100%;
  margin-bottom: -60px;
}
@media (max-width: 991px) {
  .about-banner .columun2 img {
    margin-bottom: 0;
    position: absolute;
    width: 430px !important;
    bottom: -50px;
  }
}
@media (max-width: 767px) {
  .about-banner .columun2 img {
    width: 270px !important;
    margin-left: -5%;
    position: absolute;
    bottom: -50px;
  }
}
.about-section1 {
  padding: 3rem 0 10rem 0;
}
@media (max-width: 991px) {
  .about-section1 .row-reverse {
    flex-direction: column-reverse;
  }
}
.about-section1 .columun1 .box {
  display: flex;
  flex-direction: column;
  border-radius: 6.4px;
  background: #ffffff;
  padding: 1.4rem 0.8rem 1rem 0.8rem;
  margin: 1rem 0;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.2);
}
.about-section1 .columun1 .text {
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  color: #000;
  margin-bottom: 4rem;
}
@media (max-width: 991px) {
  .about-section1 .columun1 .text {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .about-section1 .columun1 .text br {
    display: none;
  }
}
.about-section1 .columun1 .item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.about-section1 .columun1 .icon {
  width: 34px;
  height: 21px;
  color: #231f20;
  font-family: Exo;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  display: flex;
  align-items: center;
}
.about-section1 .columun1 .icon img {
  margin-right: 0.5rem;
}
.about-section1 .columun1 .line-bar {
  height: 6.4px;
  border-radius: 2.56px;
  background: #b9bed3;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.about-section1 .columun1 .line-bar span {
  position: absolute;
  background: #5fc2ac;
  height: 6.4px;
  left: 0;
  top: 0;
}
.about-section1 .columun2 .img {
  padding: 1rem;
}
@media (max-width: 991px) {
  .about-section1 .columun2 .img {
    margin-bottom: 2rem;
  }
}
.about-section1 .columun2 .img img {
  width: 100%;
}
.about-section2 {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
}
.about-section2 .inner-wrapper {
  position: relative;
  padding: 8rem 0;
}
@media (max-width: 1199px) {
  .about-section2 .inner-wrapper {
    padding: 6rem 0;
  }
}
@media (max-width: 991px) {
  .about-section2 .inner-wrapper {
    padding: 4rem 0 3rem 0;
  }
}
@media (max-width: 991px) {
  .about-section2 .img {
    position: relative;
    width: 100%;
    height: 380px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .about-section2 .img {
    height: 300px;
  }
}
.about-section2 .img img {
  position: absolute;
  width: 690px;
  bottom: 0;
  left: -270px;
}
@media (max-width: 1199px) {
  .about-section2 .img img {
    width: 560px;
    left: -230px;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
    bottom: -26px;
  }
}
@media (max-width: 991px) {
  .about-section2 .img img {
    width: 450px;
    position: relative;
    bottom: -62px;
    left: inherit;
    margin-left: -130px;
  }
}
@media (max-width: 767px) {
  .about-section2 .img img {
    width: 350px;
  }
}
.about-section2 .title {
  font-family: "Playfair Display", serif;
  color: #ffffff;
  font-size: 57.28159px;
  font-weight: 200;
  line-height: 60px;
}
@media (max-width: 1199px) {
  .about-section2 .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .about-section2 .title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .about-section2 .title {
    font-size: 28px;
    line-height: 46px;
  }
}
.about-section2 .title-sub {
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  color: #fff;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
@media (max-width: 991px) {
  .about-section2 .title-sub {
    text-align: center;
  }
}
.about-section2 .text {
  color: #ffffff;
  font-size: 14px;
  font-weight: 200;
  line-height: 19px;
  display: flex;
  flex-direction: row;
}
@media (max-width: 575px) {
  .about-section2 .text {
    flex-direction: column;
    text-align: center;
  }
}
.about-section2 .text .box {
  display: flex;
  width: 33.333%;
}
@media (max-width: 575px) {
  .about-section2 .text .box {
    width: 100%;
    margin-bottom: 1rem;
  }
  .about-section2 .text .box br {
    display: none;
  }
}
.about-section2 .text span {
  margin-top: 2rem;
  display: block;
}
@media (max-width: 767px) {
  .about-section2 .text {
    font-size: 14px;
    line-height: 24px;
  }
}
.about-section2 .alt-text {
  display: flex;
  justify-content: flex-start;
  padding-top: 30px;
  font-size: 14px;
  font-weight: 200;
  color: #fff;
}
@media (max-width: 991px) {
  .about-section2 .alt-text {
    justify-content: center;
  }
}
.about-section2 .alt-text .box {
  text-align: left;
}
@media (max-width: 991px) {
  .about-section2 .alt-text .box {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .about-section3 {
    padding: 6rem 0 !important;
  }
  .about-section3 .row.justify-content-center {
    flex-direction: column-reverse;
  }
}
.about-section3 .columun1 .title {
  font-weight: 400;
  font-size: 40px;
  line-height: 53px;
  text-align: left;
}
@media (max-width: 991px) {
  .about-section3 .columun1 .title {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .about-section3 .columun1 .title {
    font-size: 37.28159px;
    line-height: 46px;
  }
}
.about-section3 .columun1 .text {
  font-size: 14px;
  font-weight: 300;
  line-height: 19px;
  text-align: left;
}
@media (max-width: 991px) {
  .about-section3 .columun1 .text {
    text-align: center;
  }
}
.about-section3 .columun1 .text span {
  margin-top: 2rem;
  display: block;
}
@media (max-width: 767px) {
  .about-section3 .columun1 .text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 100px;
  }
  .about-section3 .columun1 .text br {
    display: none;
  }
}
.about-section3 .columun2 .img {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .about-section3 .columun2 .img {
    margin-bottom: 30px;
  }
}
.about-section3 .columun2 .img img {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .about-section3 .columun2 .img img {
    max-width: 330px;
  }
}
.about-section4 .columun2 {
  max-width: 2440px;
  margin: auto;
  width: 90%;
  padding-top: 2rem;
}
.about-section4 .columun2 .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.59);
  color: #fff;
  font-size: 14.5px;
  padding: 16px;
  text-align: center;
}
.about-section4 .columun2 .owl-nav .owl-prev,
.about-section4 .columun2 .owl-nav .owl-next {
  position: absolute;
  font-size: 18px;
  top: 48%;
  color: #fff;
  background: rgba(0, 0, 0, 0.59);
  width: 50px;
  height: 60px;
  border-radius: 0;
  opacity: 0.8;
  transition: all 0.3s ease;
}
.about-section4 .columun2 .owl-nav .owl-prev:hover,
.about-section4 .columun2 .owl-nav .owl-next:hover {
  opacity: 1;
}
.about-section4 .columun2 .owl-nav .owl-prev {
  left: 20px;
}
.about-section4 .columun2 .owl-nav .owl-next {
  right: 20px;
}
.referances-section1 .box {
  margin: 1rem 1rem 2rem 1rem;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.07);
}
.referances-section1 .background {
  height: 280px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.referances-section1 .background img {
  height: 100%;
  width: auto;
}
.referances-section1 .logo {
  height: 66px;
  max-height: 66px;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.referances-section1 .logo img {
  height: auto;
  width: 100%;
}
.referances-section1 .info-text {
  font-size: 20px;
  padding-top: 3rem;
  color: #000;
}
@media (max-width: 991px) {
  .referance-banner .columun1 {
    text-align: center;
    padding: 0;
  }
}
.referance-banner .columun1 .title {
  color: #ffffff;
  font-weight: 600;
  font-size: 57.6px;
  line-height: 77px;
}
@media (max-width: 991px) {
  .referance-banner .columun1 .title {
    font-size: 28px;
    line-height: 38px;
  }
}
.referance-banner .columun1 .text {
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
}
@media (max-width: 767px) {
  .referance-banner .columun1 .text br {
    display: none;
  }
}
.referance-banner .columun2 {
  align-items: flex-end;
  justify-content: center;
}
.referance-banner .columun2 .img {
  display: flex;
  align-items: flex-end;
  height: 80%;
}
@media (max-width: 991px) {
  .referance-banner .columun2 .img {
    width: 100%;
    justify-content: center;
  }
}
.referance-banner .columun2 .img img {
  width: 100%;
  max-width: 160px;
  margin: inherit;
}
.logo-divider {
  display: flex;
  width: 100%;
  padding: 4rem 15px 1rem 15px;
  align-items: center;
}
.logo-divider .img {
  padding: 0.3rem 2rem 0.3rem 0rem;
  height: 60px;
  align-items: center;
  display: flex;
}
.logo-divider .img img {
  height: 100%;
  width: auto;
}
.logo-divider .divider-line {
  width: 100%;
  height: 1px;
  background: #000;
}
.masory-section {
  padding: 4rem 0;
}

  .compliance-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #161B24;
    padding: 20px 10rem;
    margin-top: 40px;
    margin-bottom: -4rem;
    flex-wrap: wrap;
    gap: 20px;
  }

  .compliance-box-container {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
  }

  @media (max-width: 768px) {
    .compliance-box-container {
      flex-direction: column;
      align-items: flex-start;      
      gap: 6px;      
    }

    .compliance-box,
    .compliance-text {
      width: 100%;
      
    }
  }

  @media (max-width: 768px) {
    .compliance-section {
      padding: 20px 10px;
      flex-direction: column;
      align-items: center;
    }
  }

  .compliance-left {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;


  }

  @media (max-width: 768px) {
    .compliance-left {
      justify-content: center;
      align-items: center;
    }
  }

  .compliance-box {
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 1.4em;
    border-radius: 4px;
  }

  @media (max-width: 768px) {
    .compliance-box {
      width: 100%;
      justify-content: center;
    }
  }

  .compliance-box.highlight {
    background: #fff;
    color: #14171c;
    font-weight: 600;
  }

  .compliance-text {
    color: #fff;
    font-size: 14px;
    text-align: left;
    line-height: 1.4em;
  }

  @media (max-width: 768px) {
    .compliance-text {
      display: flex;
      flex-direction: column;
      align-items: center;
    }
  }

  .compliance-text strong {
    font-size: 16px;
  }

  .compliance-qr {
    text-align: center;
  }

  .compliance-qr img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    background: #fff;
    padding: 4px;
    border-radius: 4px;
  }

  .qr-caption {
    margin-top: 6px;
    font-size: 12px;
    color: #fff;
  }

@media (max-width: 767px) {
  .masory-section {
    padding: 0 0 4rem 0;
  }
}
.masory-section .masory-list {
  padding-top: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(50%, 1fr)) [auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
  grid-auto-rows: 4px;
}
@media (max-width: 991px) {
  .masory-section .masory-list {
    -ms-grid-columns: (minmax(100%, 1fr)) [auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  }
}
.masory-section .masory-list .columun {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .masory-section .masory-list .columun {
    margin-bottom: 2rem;
  }
  .masory-section .masory-list .columun br {
    display: none;
  }
}
.masory-section .columun-line {
  display: flex;
  flex-direction: row;
  position: relative;
}
.masory-section .columun-line .line-columun {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.masory-section .columun-line .line-columun .count {
  font-size: 36px;
  font-weight: 600;
  line-height: 48px;
  color: #000;
}
@media (max-width: 767px) {
  .masory-section .columun-line .line-columun .count {
    font-size: 18px;
    line-height: 28px;
  }
}
.masory-section .columun-line .line-columun .title-container {
  margin: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: flex-start;
  width: 40px;
  color: #000;
}
@media (max-width: 767px) {
  .masory-section .columun-line .line-columun .title-container {
    width: 20px;
  }
}
.masory-section .columun-line .line-columun .title-container .title {
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
  white-space: nowrap;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.masory-section .columun-line .line-columun .line {
  width: 1px;
  height: 100%;
  background: #000;
}
.masory-section .columun-line .content {
  padding-left: 3rem;
}
@media (max-width: 991px) {
  .masory-section .columun-line .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.masory-section .columun-line .content .title {
  font-size: 40px;
  font-weight: 400;
  line-height: 53px;
}
@media (max-width: 767px) {
  .masory-section .columun-line .content .title {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
  }
}
.masory-section .columun-line .content .text {
  font-size: 14px;
  font-weight: 200;
  line-height: 19px;
  color: #000;
}
.masory-section .columun-line .content .img {
  max-width: 250px;
}
.masory-section .columun-line .content .img img {
  width: 100%;
  height: auto;
}
.masory-section .columun-img ::after {
  content: "";
  height: 3rem;
  position: relative;
  width: 100%;
  display: block;
}
.masory-section .columun-img .img {
  max-width: 620px;
}
.masory-section .columun-img .img img {
  height: auto;
  width: 100%;
}
.masory-style-1 .columun-line {
  position: relative;
}
.masory-style-1 .columun-line .line-columun {
  padding-top: 120px;
}
@media (max-width: 991px) {
  .masory-style-1 .columun-line .line-columun {
    padding-top: 20px;
    margin-left: -32px;
  }
}
@media (max-width: 767px) {
  .masory-style-1 .columun-line .line-columun {
    position: absolute;
    left: -6px;
    top: 0;
    margin: 0;
    height: 100%;
  }
  .masory-style-1 .columun-line .line-columun .hashtag:before {
    content: inherit !important;
  }
}
@media (max-width: 374px) {
  .masory-style-1 .columun-line .line-columun {
    display: none;
  }
}
@media (max-width: 991px) {
  .masory-style-1 .columun-line .content {
    padding: 0 20px;
  }
}
.masory-style-1 .columun-line .content .title {
  padding: 60px 0 40px 0;
}
@media (max-width: 991px) {
  .masory-style-1 .columun-line .content .title {
    padding: 20px 0;
  }
}
.masory-style-1 .columun-line .content .text::after {
  content: "";
  height: 40px;
  position: relative;
  width: 100%;
  display: block;
}
@media (max-width: 991px) {
  .masory-style-1 .columun-line .content .text::after {
    height: 20px;
  }
}
.masory-style-1 .columun-line .content .img::after {
  content: "";
  height: 40px;
  position: relative;
  width: 100%;
  display: block;
}
@media (max-width: 991px) {
  .masory-style-1 .columun-line .content .img::after {
    height: 20px;
  }
}
@media (max-width: 991px) {
  .masory-style-1 .columun-img .img {
    margin: auto;
  }
}
.masory-style-2 {
  padding: 4rem 0 4rem 0;
}
.masory-style-2 .columun-line {
  position: relative;
}
.masory-style-2 .columun-line .line-columun {
  padding-top: 0;
}
@media (max-width: 991px) {
  .masory-style-2 .columun-line .content {
    padding: 0 20px;
  }
}
.masory-style-2 .columun-line .content .title {
  padding: 20px 0 30px 0;
  position: relative;
  margin-top: 34px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .masory-style-2 .columun-line .content .title {
    padding: 20px 0;
  }
}
.masory-style-2 .columun-line .content .title:after {
  content: "";
  height: 1px;
  width: 240px;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
}
.masory-style-2 .columun-line .content .text {
  margin-bottom: 90px;
}
@media (max-width: 991px) {
  .masory-style-2 .columun-line .content .text {
    margin-bottom: 30px;
  }
}
.masory-style-2 .columun-line .content .img {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .masory-style-2 .columun-img .img {
    margin: auto;
  }
}
.masory-style-2 .usage-areas-mini-banner .item {
  overflow: hidden;
  width: calc(100% - 16px);
  margin: 6px;
  margin-top: 3rem;
  max-width: 400px;
  position: relative;
}
@media (max-width: 991px) {
  .masory-style-2 .usage-areas-mini-banner .item {
    width: calc(100% - 12px);
    margin: auto;
    margin-top: 2rem;
  }
}
@media (max-width: 575px) {
  .masory-style-2 .usage-areas-mini-banner .item {
    width: calc(100% - 12px);
  }
}
.masory-style-2 .usage-areas-mini-banner .item img {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.5s ease;
  width: 100%;
  height: auto;
}
.masory-style-2 .usage-areas-mini-banner .item:before {
  opacity: 0.5;
  background: #000;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  z-index: 9;
}
.masory-style-2 .usage-areas-mini-banner .item:hover:before {
  transition: all 0.3s ease;
  background: rgba(1, 23, 23, 0.85);
}
.masory-style-2 .usage-areas-mini-banner .item:hover img {
  transition: all 3s ease;
  -webkit-transform: scale(1.3) rotate(5deg);
  transform: scale(1.3) rotate(5deg);
}
.masory-style-2 .usage-areas-mini-banner .item .title {
  color: #ffffff;
  font-size: 29.093864px;
  font-weight: 100;
  line-height: 39px;
  text-align: center;
  position: absolute;
  top: calc(50% - 50px);
  text-align: center;
  width: 100%;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  margin: 0;
}
@media (max-width: 575px) {
  .masory-style-2 .usage-areas-mini-banner .item .title {
    width: calc(100% - 12px);
    top: calc(38% - 50px);
    font-size: 20px;
  }
}
.masory-style-2 .usage-areas-mini-banner .item .title:after {
  content: inherit;
}
.masory-style-2 .usage-areas-mini-banner .item .title span {
  font-weight: 500;
}
.masory-style-2 .usage-areas-mini-banner .item .btn {
  position: absolute;
  bottom: 30px;
  left: calc(50% - 55px);
  z-index: 9;
  box-shadow: inherit !important;
}
.concierge-home-banner.background .columun1 .title {
  font-family: "Playfair Display", serif;
  color: white;
}
.concierge-home-banner.background .columun1 .title span {
  color: #ffc34e;
}
@media (max-width: 991px) {
  .concierge-home-banner.background .columun1 {
    color: white;
    text-align: center;
    padding: 3rem 0 2rem 0;
    height: calc(50% + 40px);
  }
}
.concierge-home-banner.background .columun2 {
  align-items: flex-end;
}
@media (max-width: 991px) {
  .concierge-home-banner.background .columun2 {
    height: calc(50% + 40px);
  }
  .concierge-home-banner.background .columun2 img {
    margin: auto;
    position: relative;
    width: auto !important;
    bottom: 0;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .concierge-home-banner.background .columun2 img {
    width: auto !important;
    margin: auto !important;
    position: relative;
    bottom: 0;
    height: 100%;
  }
}
.concierge-home-masory .columun-line .line-columun .title-container .title {
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
}
.concierge-home-masory
  .columun-line
  .line-columun
  .title-container
  .title
  span {
  color: #ffc34e;
}
.concierge-home-masory .columun-line .line-columun .hashtag {
  position: relative;
}
.concierge-home-masory .columun-line .line-columun .hashtag:before {
  content: "#skyisthelimit";
  position: absolute;
  color: #000;
  border: 0;
  bottom: 68px;
  right: -50px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}
.concierge-home-masory .columun-line .content .title {
  font-family: "Playfair Display", serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 53px;
}
@media (max-width: 767px) {
  .concierge-home-masory .columun-line .content .title {
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
  }
}
.concierge-home-masory .columun-line .content .img img {
  width: 100%;
  height: auto;
}
.concierge-home-masory .columun-img .img {
  max-width: 390px;
}
.concierge-home-masory .columun-img .img img {
  height: auto;
  width: 100%;
}
.concierge-properties {
  width: 100%;
  max-width: 2440px;
  margin: auto;
  padding: 0 0 8rem 0;
}
.concierge-properties .concierge-properties-owl-carousel .item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.concierge-properties .concierge-properties-owl-carousel .item .title {
  position: absolute;
  top: 46%;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 37px;
  line-height: 30px;
}
@media (max-width: 991px) {
  .concierge-properties .concierge-properties-owl-carousel .item .title {
    font-size: 22px;
  }
}
.concierge-properties .concierge-properties-owl-carousel .item img {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.5s ease;
}
.concierge-properties .concierge-properties-owl-carousel .item:hover img {
  transition: all 3s ease;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.concierge-properties .alt-title {
  font-family: "Exo", sans-serif;
  font-size: 21px;
  font-weight: 200;
}
@media (max-width: 991px) {
  .concierge-properties .alt-title {
    font-size: 16px;
  }
}
.concierge-properties .btn {
  position: absolute;
  bottom: 40px;
  background: rgba(74, 74, 74, 0.85);
  color: #fff;
  border-radius: 2px;
  position: absolute;
  transition: all 0.2s;
  height: 40px;
}
.concierge-properties .btn i {
  margin-left: 10px;
}
.concierge-properties .btn:hover {
  background: #4a4a4a;
  transition: all 0.2s;
}
.concierge-properties .owl-nav {
  margin: 0;
}
.concierge-properties .owl-nav .owl-prev,
.concierge-properties .owl-nav .owl-next {
  position: absolute;
  font-size: 20px !important;
  top: 63%;
  color: #fff !important;
  background: transparent !important;
  width: 40px;
  height: 40px;
  border: 1px solid #fff !important;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s ease;
}
.concierge-properties .owl-nav .owl-prev:hover,
.concierge-properties .owl-nav .owl-next:hover {
  opacity: 1;
}
.concierge-properties .owl-nav .owl-prev {
  left: 40px;
}
.concierge-properties .owl-nav .owl-next {
  right: 40px;
}
.concierge-properties .box-wrapper {
  display: none;
  background: #1c1c1c;
  color: #fff;
}
.concierge-properties .box-wrapper.show {
  display: flex;
}
.concierge-properties .box-wrapper .box-inner-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1199px) {
  .concierge-properties .box-wrapper .box-inner-wrapper {
    flex-direction: column;
    padding: 8% 0%;
  }
}
.concierge-properties .box-wrapper .columun1 {
  position: relative;
  width: 228px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1200px) and (max-width: 1800px) {
  .concierge-properties .box-wrapper .columun1 {
    display: none;
  }
}
@media (max-width: 1199px) {
  .concierge-properties .box-wrapper .columun1 {
    width: 100%;
  }
}
.concierge-properties .box-wrapper .columun1 .img {
  height: 681px;
  width: 228px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .concierge-properties .box-wrapper .columun1 .img {
    width: 100%;
    height: 300px;
    padding: 8%;
    margin-bottom: 2rem;
  }
}
.concierge-properties .box-wrapper .columun1 .img img {
  height: 100%;
  width: auto;
}
@media (max-width: 1199px) {
  .concierge-properties .box-wrapper .columun1 .img img {
    height: auto;
    width: 100%;
  }
}
.concierge-properties .box-wrapper .columun1 .img .btn {
  background: rgba(74, 74, 74, 0.85);
  color: #fff;
  border-radius: 2px;
  position: absolute;
  bottom: 10%;
  transition: all 0.2s;
  height: 40px;
}
.concierge-properties .box-wrapper .columun1 .img .btn i {
  margin-left: 10px;
}
.concierge-properties .box-wrapper .columun1 .img .btn:hover {
  background: #4a4a4a;
  transition: all 0.2s;
}
@media (max-width: 1199px) {
  .concierge-properties .box-wrapper .columun1 .img .btn {
    bottom: inherit;
    top: calc(50% - 20px);
  }
}
.concierge-properties .box-wrapper .columun2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 0 4%;
}
@media (min-width: 1200px) and (max-width: 1800px) {
  .concierge-properties .box-wrapper .columun2 {
    padding: 6% 1%;
  }
  .concierge-properties .box-wrapper .columun2 .small-screen-btn {
    display: flex !important;
    min-height: 40px;
    align-items: center;
    justify-content: center;
    margin-top: 3rem !important;
  }
  .concierge-properties .box-wrapper .columun2 .small-screen-btn .btn {
    position: inherit !important;
    bottom: inherit !important;
  }
}
.concierge-properties .box-wrapper .columun2 .small-screen-btn {
  display: none;
}
.concierge-properties .box-wrapper .columun2 .title {
  color: #fff;
  padding: 0 0 1% 0;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-size: 37px;
  line-height: 30px;
}
@media (max-width: 991px) {
  .concierge-properties .box-wrapper .columun2 .title {
    font-size: 24px;
  }
}
.concierge-properties .box-wrapper .columun2 .alt-title {
  font-family: "Exo", sans-serif;
  font-size: 21px;
  font-weight: 200;
  letter-spacing: 6px;
}
@media (max-width: 991px) {
  .concierge-properties .box-wrapper .columun2 .alt-title {
    font-size: 18px;
  }
}
.concierge-properties .box-wrapper .columun2 .text-wrapper {
  display: flex;
  flex-direction: row;
  font-size: 12px;
  line-height: 22px;
}
@media (max-width: 991px) {
  .concierge-properties .box-wrapper .columun2 .text-wrapper {
    flex-direction: column;
  }
  .concierge-properties .box-wrapper .columun2 .text-wrapper div {
    margin-bottom: 1rem;
  }
  .concierge-properties .box-wrapper .columun2 .text-wrapper br {
    display: none;
  }
}
@media (max-width: 991px) {
  .condo-home-banner.background .columun1 {
    text-align: center;
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }
}
.condo-home-banner.background .content {
  display: flex;
  height: 100%;
  padding: 70px 0 0 0;
  width: 90%;
  max-width: 1440px;
  justify-content: center;
}
.condo-home-banner.background .content .title {
  color: #ffffff;
  font-size: 57.6px;
  font-weight: 200;
  line-height: 77px;
}
.condo-home-banner.background .content .title span {
  font-weight: 500;
}
@media (max-width: 767px) {
  .condo-home-banner.background .content .title {
    font-size: 40px;
    line-height: 50px;
  }
}
.condo-home-banner.background .content .text {
  color: #ffffff;
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
}
@media (max-width: 575px) {
  .condo-home-banner.background .content .text br {
    display: none;
  }
}
.condo-home-banner.background .columun2 {
  align-items: center;
}
@media (max-width: 991px) {
  .condo-home-banner.background .columun2 {
    height: 50%;
  }
  .condo-home-banner.background .columun2 img {
    padding-right: 1.8rem;
    width: 500px !important;
  }
}
@media (max-width: 767px) {
  .condo-home-banner.background .columun2 img {
    width: 400px !important;
  }
}
@media (max-width: 575px) {
  .condo-home-banner.background .columun2 img {
    width: 300px !important;
  }
}
@media (max-width: 991px) {
  .condo-work-banner.background .columun1 {
    text-align: center;
    padding: 0;
    padding-top: 1rem;
    padding-bottom: 2rem;
    height: 50%;
  }
}
.condo-work-banner.background .columun2 {
  align-items: flex-end;
}
@media (max-height: 750px) and (min-width: 992px) {
  .condo-work-banner.background .columun2 img {
    max-width: 240px;
    height: auto;
  }
}
@media (max-width: 991px) {
  .condo-work-banner.background .columun2 {
    height: 50%;
  }
  .condo-work-banner.background .columun2 img {
    margin: auto;
    position: relative;
    width: auto !important;
    bottom: 0;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .condo-work-banner.background .columun2 img {
    width: auto !important;
    margin: auto !important;
    position: relative;
    bottom: 0;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .condo-mall-banner.background .columun1 {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 2rem;
    height: 50%;
  }
}
.condo-mall-banner.background .columun2 {
  align-items: flex-end;
}
@media (max-height: 750px) and (min-width: 992px) {
  .condo-mall-banner.background .columun2 img {
    max-width: 260px;
    height: auto;
  }
}
@media (max-width: 991px) {
  .condo-mall-banner.background .columun2 {
    height: 50%;
  }
  .condo-mall-banner.background .columun2 img {
    margin: auto;
    position: relative;
    width: auto !important;
    bottom: 0;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .condo-mall-banner.background .columun2 img {
    width: auto !important;
    margin: auto !important;
    position: relative;
    bottom: 0;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .condo-academy-banner.background .columun1 {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 2rem;
    height: 100%;
  }
}
.sub-banner.career {
  height: 300px;
}
.sub-banner.career .sub-banner-content,
.sub-banner.career .background,
.sub-banner.career .content {
  height: 300px;
}
.career-section {
  padding-top: 2rem;
  font-family: "Quicksand", sans-serif;
}
.career-section .career-list {
  background: none;
  border: none;
  border-radius: 0;
}
.career-section .career-list {
  margin-bottom: 2em;
  padding: 0;
}
.career-section .career-list .career-list {
  margin: 0;
}
.career-section .career-list .job_listing,
.career-section .career-list .no_career-list_found {
  list-style: none outside;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #eee;
}
.career-section .career-list .job_listing a,
.career-section .career-list .no_career-list_found a {
  display: block;
  padding: 1em 1em 1em 2em;
  overflow: hidden;
  zoom: 1;
  position: relative;
  line-height: 3em;
  font-size: 1em;
  text-decoration: none;
}
.career-section .career-list .job_listing a img.company_logo,
.career-section .career-list .no_career-list_found a img.company_logo {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 1em;
  float: left;
  margin-right: 1em;
  vertical-align: middle;
  box-shadow: none;
}
.career-section .career-list .job_listing a .position,
.career-section .career-list .no_career-list_found a .position {
  float: left;
  width: 60%;
  padding: 0 0 0 42px;
  line-height: 1.5em;
}
.career-section .career-list .job_listing a .position .company,
.career-section .career-list .no_career-list_found a .position .company {
  color: #999;
  font-size: 0.75em;
}
.career-section .career-list .job_listing a .meta .job-type,
.career-section .career-list .no_career-list_found a .meta .job-type {
  font-weight: 700;
  color: #5fc2ac;
}
.career-section .career-list .job_listing a .meta li,
.career-section .career-list .no_career-list_found a .meta li {
  list-style: none outside;
  display: block;
  font-size: 0.75em;
  margin: 0;
}
.career-section .rating-stars .fa {
  font-size: 18px;
  color: #ffc74d;
}
.career-section .job-listing-box {
  position: relative;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  background: #fff;
  padding: 5px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.03);
}
.career-section .job-listing-box .job-listing-img img {
  width: 100%;
  height: auto;
}
.career-section .job-listing-box .job-listing-body {
  line-height: 16px;
  text-align: center;
  padding: 15px 0 10px 0;
}
.career-section .job-listing-box .job-listing-body .name {
  font-size: 13px;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.career-section .career-list .job_listing a .location,
.career-section .career-list .no_career-list_found a .location {
  float: left;
  text-align: left;
  width: 20%;
  padding: 0 0 0 1em;
  font-size: 0.75em;
}
.career-section .career-list .job_listing a .meta .job-time,
.career-section .career-list .job_listing a .meta .date {
  color: #7d7d7d;
  font-size: 12px;
}
.career-section .career-list .job_listing a .meta li,
.career-section .career-list .no_career-list_found a .meta li {
  list-style: none outside;
  display: block;
  font-size: 0.75em;
  margin: 0;
}
.career-section .job-listing-box .job-listing-body .name > a {
  color: #3b363a;
}
.career-section .job-listing-box .job-listing-body .name > a:hover {
  color: #ff3200;
  text-decoration: none;
}
.career-section .job-listing-box .job-listing-body p {
  font-size: 12px;
}
.career-section .job-listing-box .job-listing-body p:last-child {
  margin-bottom: 0;
}
.career-section .job-listing-box .job-listing-footer {
  background: #fafafa;
  margin: 0 -4px -4px -4px;
  border-top: 1px dashed #dfdfdf;
  border-radius: 0 0 4px 4px;
  font-size: 12px;
  line-height: 16px;
  padding: 16px;
}
.career-section .job-listing-box .job-listing-footer .meta {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.career-section .job-listing-box .job-listing-footer .meta > li {
  padding: 0 0 4px 15px;
  position: relative;
}
.career-section .job-listing-box .job-listing-footer .meta > .category {
  text-align: center;
  padding: 0 0 12px 0;
}
.career-section .job-listing-box .job-listing-footer .meta > .location:before {
  display: block;
  position: absolute;
  left: -8px;
  top: 0;
  content: "\f041";
  font-family: "FontAwesome";
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #3b363a;
  width: 15px;
  text-align: right;
}
.career-section .job-listing-box .job-listing-footer .meta > .date:before {
  display: block;
  position: absolute;
  left: -8px;
  top: 0;
  content: "\f090";
  font-family: "FontAwesome";
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #3b363a;
  width: 15px;
  text-align: right;
}
.career-section .job-listing-box.featured {
  color: #b4b4b4;
}
.career-section .job-listing-box.featured .job-listing-holder {
  background: rgba(0, 0, 0, 0.7);
  padding: 16px;
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 5px;
}
.career-section
  .job-listing-box.featured
  .job-listing-holder
  .job-listing-body {
  text-align: left;
  padding: 0 0 10px 0;
}
.career-section
  .job-listing-box.featured
  .job-listing-holder
  .job-listing-body
  .name {
  font-size: 16px;
}
.career-section
  .job-listing-box.featured
  .job-listing-holder
  .job-listing-body
  .name
  > a {
  color: #fff;
}
.career-section
  .job-listing-box.featured
  .job-listing-holder
  .job-listing-body
  .name
  > a:hover {
  color: #ff3200;
}
.career-section
  .job-listing-box.featured
  .job-listing-holder
  .job-listing-footer {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.career-section
  .job-listing-box.featured
  .job-listing-holder
  .job-listing-footer
  .meta
  > li {
  display: inline-block;
  padding: 0 15px 0 15px;
}
.career-section
  .job-listing-box.featured
  .job-listing-holder
  .job-listing-footer
  .meta
  > li:before {
  color: #fff;
}
.career-section
  .job-listing-box.featured
  .job-listing-holder
  .job-listing-footer
  .meta
  > .category {
  text-align: left;
  padding: 0 0 4px 0;
  display: block;
}
.career-section .owl-featured-listings .owl-wrapper-outer {
  padding-bottom: 3px;
}
.career-section .job-manager-form fieldset {
  border-bottom: none;
  padding: 0;
  margin: 0 0 20px 0;
}
.career-section .job-manager-form fieldset label {
  width: auto;
  float: none;
  display: block;
  margin-bottom: 3px;
}
.career-section .job-manager-form fieldset .field {
  float: none;
  width: auto;
  display: block;
}
.career-section .job-manager-form fieldset small.description {
  font-size: 0.91em;
  font-style: italic;
  margin-top: 8px;
  display: inline-block;
}
.career-section .job-manager-form .alert {
  line-height: 24px;
}
.career-section .job_filters {
  background: #efefef;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  margin-bottom: 15px;
}
.career-section .job_filters .search_jobs {
  padding: 30px 5px;
}
.career-section .job_filters .search_jobs div {
  padding: 0 15px !important;
}
.career-section .job_filters .search_jobs .search_keywords {
  width: 100%;
  float: none;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .career-section .job_filters .search_jobs .search_keywords {
    width: 29%;
    float: left;
    margin-bottom: 0;
  }
}
.career-section .job_filters .search_jobs .search_location {
  width: 100%;
  float: none;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .career-section .job_filters .search_jobs .search_location {
    width: 29%;
    float: left;
    margin-bottom: 0;
  }
}
.career-section .job_filters .search_jobs .search_type {
  width: 100%;
  float: none;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .career-section .job_filters .search_jobs .search_type {
    width: 29%;
    float: left;
    margin-bottom: 0;
  }
}
.career-section .job_filters .search_jobs .search_submit {
  width: 100%;
  float: none;
}
.career-section .job_filters .search_jobs .search_submit .fa {
  margin-right: 0;
}
@media (min-width: 768px) {
  .career-section .job_filters .search_jobs .search_submit {
    width: 13%;
    float: left;
  }
}
.career-section .career-list {
  background: none;
  border: none;
  border-radius: 0;
}
.career-section .career-list .career-list {
  border-top: none;
}
.career-section .career-list .job_listing,
.career-section .career-list .no_career-list_found {
  background: #fff;
  border: 1px solid #e9e9e9;
  margin-bottom: 15px;
  border-radius: 4px;
}
.career-section .career-list .job_listing a,
.career-section .career-list .no_career-list_found a {
  position: relative;
  display: block;
  padding: 20px;
  min-height: 130px;
  border-radius: 4px;
  transition: 0.2s;
}
.career-section .career-list .job_listing a:hover,
.career-section .career-list .no_career-list_found a:hover {
  background: #efefef;
}
@media (min-width: 992px) {
  .career-section .career-list .job_listing a,
  .career-section .career-list .no_career-list_found a {
    display: table;
    width: 100%;
  }
  .career-section .career-list .job_listing a > div,
  .career-section .career-list .no_career-list_found a > div,
  .career-section .career-list .job_listing a > ul,
  .career-section .career-list .no_career-list_found a > ul {
    display: table-cell !important;
    float: none !important;
    vertical-align: middle;
  }
}
.career-section .career-list .job_listing a .job_img,
.career-section .career-list .no_career-list_found a .job_img {
  width: 90px;
}
.career-section .career-list .job_listing a .job_img img.company_logo,
.career-section .career-list .no_career-list_found a .job_img img.company_logo {
  width: 90px;
  height: 90px;
  border-radius: 4px;
  position: static;
  margin-right: 20px;
}
.career-section .career-list .job_listing a .position,
.career-section .career-list .no_career-list_found a .position {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 10px;
  float: none;
  width: 100%;
}
@media (min-width: 992px) {
  .career-section .career-list .job_listing a .position,
  .career-section .career-list .no_career-list_found a .position {
    float: left;
    width: 50%;
    padding-bottom: 0;
  }
}
.career-section .career-list .job_listing a .position h3,
.career-section .career-list .no_career-list_found a .position h3 {
  font-size: 20px;
  line-height: 1.2em;
  margin-bottom: 0.25em;
  font-weight: 500;
}
.career-section .career-list .job_listing a .position .company strong,
.career-section .career-list .no_career-list_found a .position .company strong {
  font-weight: 300;
  color: #8c8c8c;
  font-size: 12px;
}
.career-section .career-list .job_listing a .location,
.career-section .career-list .no_career-list_found a .location {
  font-size: 14px;
  float: none;
  width: 100%;
  line-height: 1.5em;
  text-align: center;
  padding: 0 1rem;
}
@media (min-width: 992px) {
  .career-section .career-list .job_listing a .location,
  .career-section .career-list .no_career-list_found a .location {
    width: 20%;
  }
}
.career-section .career-list .job_listing a .location .fa,
.career-section .career-list .no_career-list_found a .location .fa {
  margin-right: 6px;
  color: #5fc2ac;
}
.career-section .career-list .job_listing a .rating,
.career-section .career-list .no_career-list_found a .rating {
  text-align: left;
  line-height: 24px;
  padding-bottom: 10px;
  margin-left: 110px;
}
@media (min-width: 992px) {
  .career-section .career-list .job_listing a .rating,
  .career-section .career-list .no_career-list_found a .rating {
    float: left;
    width: 20%;
    text-align: center;
    padding-bottom: 0;
    margin-left: 0;
  }
}
.career-section .career-list .job_listing a .rating .rating-stars,
.career-section .career-list .no_career-list_found a .rating .rating-stars {
  margin-bottom: 0;
}
.career-section .career-list .job_listing a .rating .reviews-num,
.career-section .career-list .no_career-list_found a .rating .reviews-num {
  font-size: 13px;
  color: #3b363a;
}
.career-section .career-list .job_listing a .meta,
.career-section .career-list .no_career-list_found a .meta {
  float: none;
  text-align: left;
  padding: 0 0 0 110px;
  width: 100%;
}
@media (min-width: 992px) {
  .career-section .career-list .job_listing a .meta,
  .career-section .career-list .no_career-list_found a .meta {
    text-align: right;
    width: 20%;
    padding: 0;
    margin-left: 0;
  }
}
.career-section .career-list .job_listing a .meta li,
.career-section .career-list .no_career-list_found a .meta li {
  font-size: 14px;
  line-height: 25px;
}
.career-section .career-list .job_listing.job_position_featured,
.career-section .career-list .no_career-list_found.job_position_featured {
  border: 1px solid #ffc74d;
  background: #fff;
}
.career-section .career-list .job_listing.job_position_featured a,
.career-section .career-list .no_career-list_found.job_position_featured a {
  background: #fff;
}
.career-section .career-list .job_listing.job_position_featured a:hover,
.career-section
  .career-list
  .no_career-list_found.job_position_featured
  a:hover {
  background: #fffcf5;
}
.career-section .career-list .job_listing.job_position_featured a:before,
.career-section
  .career-list
  .no_career-list_found.job_position_featured
  a:before {
  content: "";
  display: block;
  right: -30px;
  top: -30px;
  position: absolute;
  width: 60px;
  height: 60px;
  background: #ffc74d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.career-section .career-list .job_listing.job_position_featured a:after,
.career-section
  .career-list
  .no_career-list_found.job_position_featured
  a:after {
  display: block;
  position: absolute;
  right: 5px;
  top: 5px;
  content: "\f005";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.career-section .job-manager-jobs .job_title_link {
  color: #3b363a;
  font-weight: 400;
}
.career-section .job-manager-jobs .status {
  text-align: center;
}
.career-section .job-manager-jobs .status .fa-check {
  color: #ff3200;
}
.career-section .job-manager-jobs .status .fa-times {
  color: #dc2a0b;
}
.career-section .job-profile-info .name {
  margin-bottom: 0;
}
.career-section .job-profile-info .tagline {
  display: block;
  margin-bottom: 20px;
}
.career-section .job-profile-info .meta {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 5px 15px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.05);
}
.career-section .job-profile-info .meta > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.career-section .job-profile-info .meta > li {
  padding: 0;
}
.career-section .job-profile-info .meta > li:before {
  content: "â€¢";
  margin: 0 8px 0 6px;
  color: #8c8c8c;
}
.career-section .job-profile-info .meta > li:first-child:before {
  content: "";
  display: none;
}
.career-section .job-profile-info .info {
  padding-left: 0;
  list-style: none;
}
.career-section .job-profile-info .info > li {
  margin-bottom: 8px;
}
.career-section .job-profile-info .info .fa {
  width: 16px;
  text-align: center;
  margin-right: 10px;
  color: #ff3200;
}
.career-section .job-profile-info .date {
  font-size: 12px;
  display: block;
}
.career-section .job-profile-info .date .fa {
  font-size: 14px;
  color: #8c8c8c;
  margin-right: 4px;
}
.career-section .job-profile-info .position {
  color: #3b363a;
}
.career-section .job-profile-info .googlemap-wrapper {
  margin: 0;
}
.career-section .job-profile-info .map-canvas {
  width: 100%;
  height: 180px;
}
@media (min-width: 768px) {
  .career-section .job-profile-info .map-canvas {
    height: 260px;
  }
}
@media (min-width: 992px) {
  .career-section .job-profile-info .map-canvas {
    margin-bottom: 0;
    height: 300px;
  }
}
.career-section .career-list .job_listing a:hover,
.career-section .career-list .no_career-list_found a:hover {
  background: #efefef;
}
.career-section .career-list .job_listing.job_position_featured a:focus,
.career-section .career-list .job_listing.job_position_featured a:hover,
.career-section
  .career-list
  .no_career-list_found.job_position_featured
  a:focus,
.career-section
  .career-list
  .no_career-list_found.job_position_featured
  a:hover {
  background-color: #fefed8;
}
@media (max-width: 991px) {
  .career-section .career-list .job_listing a .location {
    text-align: left;
    padding: 0;
  }
}
@media (max-width: 575px) {
  .career-section .career-list .job_listing a .job_img {
    display: none;
  }
  .career-section .career-list .job_listing a .meta {
    padding: 0;
  }
}
.career-section .custom-file-label {
  height: calc(1.5em + 0.75rem + 8px);
  padding: 0.375rem 0.75rem;
  line-height: 2.1;
}
.career-section .custom-file-label::after {
  height: calc(1.5em + 0.75rem + 6px);
  padding: 0.375rem 0.75rem;
  line-height: 2.1;
}
.career-section .btn-black {
  height: 38px;
}
.career-section .form-control {
  font-size: 13px;
}
.career-section fieldset label {
  color: #000;
  font-size: 13px;
  margin-bottom: 8px;
}
.career-title {
  width: 100%;
  display: flex;
  white-space: nowrap;
}
.sub-banner.blog {
  height: 350px;
}
.sub-banner.blog .sub-banner-content,
.sub-banner.blog .background,
.sub-banner.blog .content {
  height: 350px;
}
.we-in-the-press-banner .columun1 .title {
  color: #ffffff;
  font-size: 57px;
  font-weight: 300;
  line-height: 60px;
}
@media (max-width: 767px) {
  .we-in-the-press-banner .columun1 .title {
    font-size: 38px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .we-in-the-press-banner .columun1 {
    text-align: center;
    padding: 0;
  }
}
.we-in-the-press-loop {
  background-color: #000;
}
.we-in-the-press-loop .header-title {
  color: #fff;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  font-size: 26px;
  margin-bottom: 2rem;
}
.we-in-the-press-loop .item {
  position: relative;
  overflow: hidden;
}
.we-in-the-press-loop .item .bg {
  content: "";
  transition: all 3s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.we-in-the-press-loop .item:hover .bg {
  transition: all 3s ease;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.we-in-the-press-loop .box {
  width: 100%;
  height: 466px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  padding: 10rem 3rem 3rem 3rem;
}
.we-in-the-press-loop .title {
  color: #fff;
  font-weight: 200;
}
.we-in-the-press-loop .date {
  margin-bottom: 2rem;
  font-size: 18px;
  letter-spacing: 4px;
  font-weight: 200;
}
.we-in-the-press-loop .btn {
  position: relative;
  width: 150px !important;
  height: 40px;
  border-radius: 0;
  border: 0;
}
.we-in-the-press-loop .btn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}
.we-in-the-press-loop .btn:hover {
  box-shadow: inherit;
  background-color: #fff;
}
.blogs-list-content {
  background-color: #000;
}
.blogs-list-content .header-title {
  color: #fff;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  font-size: 26px;
  margin-bottom: 2rem;
}
.blogs-list-content .blogs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: (1fr) [5];
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
@media (max-width: 991px) {
  .blogs-list-content .blogs {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr) [5];
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
}
@media (max-width: 767px) {
  .blogs-list-content .blogs {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr) [8];
    grid-template-rows: repeat(8, 1fr);
  }
}
.blogs-list-content .blogs .blog-item {
  height: 400px;
  background: #797979;
  justify-content: flex-end;
  padding: 1rem 2rem 3rem 3rem;
  position: relative;
  overflow: hidden;
}
.blogs-list-content .blogs .blog-item .bg {
  content: "";
  transition: all 3s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .blogs-list-content .blogs .blog-item .bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(76, 47, 95, 0.055);
  }
}
.blogs-list-content .blogs .blog-item:hover .bg {
  transition: all 3s ease;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
@media (max-width: 991px) {
  .blogs-list-content .blogs .blog-item {
    height: 300px;
    padding: 1rem 1rem 2rem 1rem;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.25);
  }
  .blogs-list-content .blogs .blog-item .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
}
.blogs-list-content .blogs .blog-item .title {
  font-size: 32px;
  color: #fff;
  font-weight: 300;
  line-height: 42px;
}
@media (max-width: 991px) {
  .blogs-list-content .blogs .blog-item .title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px !important;
  }
  .blogs-list-content .blogs .blog-item .title br {
    display: none;
  }
}
.blogs-list-content .blogs .blog-item .date {
  font-size: 20px;
  letter-spacing: 4px;
  margin-bottom: 1rem;
  color: #fff;
}
@media (max-width: 991px) {
  .blogs-list-content .blogs .blog-item .date {
    font-size: 12px;
    letter-spacing: 1px;
    margin-bottom: 7px;
  }
}
.blogs-list-content .blogs .blog-item .btn {
  position: relative;
  width: 150px !important;
  height: 40px;
  border-radius: 0;
  border: 0;
}
.blogs-list-content .blogs .blog-item .btn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}
.blogs-list-content .blogs .blog-item .btn:hover {
  box-shadow: inherit;
  background-color: #fff;
}
.blogs-list-content .blogs .blog-item:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: 1 / 1 / 2 / 4;
}
@media (max-width: 991px) {
  .blogs-list-content .blogs .blog-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1 / 1 / 2 / 3;
  }
}
@media (max-width: 767px) {
  .blogs-list-content .blogs .blog-item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1 / 1 / 2 / 3;
  }
}
.blogs-list-content .blogs .blog-item:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 2 / 1 / 3 / 2;
}
@media (max-width: 991px) {
  .blogs-list-content .blogs .blog-item:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2 / 1 / 3 / 2;
  }
}
@media (max-width: 767px) {
  .blogs-list-content .blogs .blog-item:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 2 / 1 / 3 / 3;
  }
}
.blogs-list-content .blogs .blog-item:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-area: 2 / 2 / 3 / 4;
}
@media (max-width: 991px) {
  .blogs-list-content .blogs .blog-item:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2 / 2 / 3 / 3;
  }
}
@media (max-width: 767px) {
  .blogs-list-content .blogs .blog-item:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 3 / 1 / 4 / 3;
  }
}
.blogs-list-content .blogs .blog-item:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 3 / 1 / 4 / 3;
}
@media (max-width: 991px) {
  .blogs-list-content .blogs .blog-item:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3 / 1 / 4 / 2;
  }
}
@media (max-width: 767px) {
  .blogs-list-content .blogs .blog-item:nth-child(4) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 4 / 1 / 5 / 3;
  }
}
.blogs-list-content .blogs .blog-item:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 3 / 3 / 5 / 4;
  height: 100%;
}
@media (max-width: 991px) {
  .blogs-list-content .blogs .blog-item:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 3 / 2 / 6 / 3;
  }
}
@media (max-width: 767px) {
  .blogs-list-content .blogs .blog-item:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 5 / 1 / 6 / 3;
  }
}
.blogs-list-content .blogs .blog-item:nth-child(6) {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 4 / 1 / 5 / 2;
}
@media (max-width: 991px) {
  .blogs-list-content .blogs .blog-item:nth-child(6) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 4 / 1 / 5 / 2;
  }
}
@media (max-width: 767px) {
  .blogs-list-content .blogs .blog-item:nth-child(6) {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 6 / 1 / 7 / 3;
  }
}
.blogs-list-content .blogs .blog-item:nth-child(7) {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 4 / 2 / 5 / 3;
}
@media (max-width: 991px) {
  .blogs-list-content .blogs .blog-item:nth-child(7) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 5 / 1 / 6 / 2;
  }
}
@media (max-width: 767px) {
  .blogs-list-content .blogs .blog-item:nth-child(7) {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 7 / 1 / 8 / 3;
  }
}
.blogs-list-content .blogs .blog-item:nth-child(8) {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: 5 / 1 / 6 / 4;
}
@media (max-width: 991px) {
  .blogs-list-content .blogs .blog-item:nth-child(8) {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 6 / 1 / 7 / 3;
  }
}
@media (max-width: 767px) {
  .blogs-list-content .blogs .blog-item:nth-child(8) {
    -ms-grid-row: 8;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 8 / 1 / 9 / 3;
  }
}
.blogs-detail-content {
  background: #1c1c1c;
  color: #fff;
}
@media (max-width: 991px) {
  .blogs-detail-content {
    padding: 5rem 0 !important;
  }
}
.blogs-detail-content .header {
  font-size: 19px;
  color: #c5c5c5;
  letter-spacing: 2px;
}
@media (max-width: 991px) {
  .blogs-detail-content .header {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 3rem;
  }
}
.blogs-detail-content .header img {
  width: 40px;
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  margin-left: 10px;
}
.blogs-detail-content .blog-item {
  padding: 0 2rem;
}
.blogs-detail-content .blog-item .date {
  font-size: 20px;
  letter-spacing: 4px;
  margin-bottom: 1rem;
  color: #c5c5c5;
}
.blogs-detail-content .blog-item .title {
  font-size: 50px;
  color: #fff;
  font-weight: 300;
  line-height: 68px;
}
@media (max-width: 991px) {
  .blogs-detail-content .blog-item .title {
    font-size: 30px;
    line-height: 40px;
  }
}
.blogs-detail-content .blog-item h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 200;
}
.blogs-detail-content .blog-item h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 200;
}
.blogs-detail-content .blog-item p {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  line-height: 25px;
  margin-bottom: 1.5rem;
}
.blogs-detail-content .blog-item img {
  margin-bottom: 1.5rem;
  margin-top: 1rem;
  width: 100%;
  height: auto;
}
.blog-features {
  background: #1c1c1c;
  color: #fff;
}
.blog-features hr {
  border-color: #696969 !important;
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.blog-features .carousel-title {
  font-size: 22px;
  letter-spacing: 3px;
  color: #b7b7b7;
  margin-bottom: 1rem;
}
.blog-features .item {
  height: 300px;
  padding-left: 30px;
  padding-right: 70px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding-bottom: 14%;
}
.blog-features .title {
  color: #fff;
  font-size: 20px;
  font-weight: 200;
  line-height: 30px;
  margin-bottom: 0.5rem;
}
.blog-features .date {
  margin-bottom: 1rem;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 200;
}
.blog-features .btn {
  border-radius: 0;
  border: 0;
  position: relative;
  width: 110px !important;
  height: 36px;
}
.blog-features .btn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
}
.blog-features .btn:hover {
  box-shadow: inherit;
  background-color: #fff;
}
.supplierForm-banner {
  height: 300px;
}
.supplierForm-banner .sub-banner-content {
  height: 300px;
}
.supplierForm-banner .background {
  height: 300px;
}
.supplierForm-banner .columun1 .title {
  color: #ffffff;
  font-size: 57px;
  font-weight: 300;
  line-height: 60px;
}
@media (max-width: 767px) {
  .supplierForm-banner .columun1 .title {
    font-size: 38px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .supplierForm-banner .columun1 {
    text-align: center;
    padding: 0;
  }
}
.supplierForm1 .container {
  width: 90%;
  max-width: 1440px;
}
.supplierForm1 .header-title {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 15px;
}
.supplierForm1 .header-title span {
  font-size: 38px;
  background: #fff;
  z-index: 1;
  padding-right: 34px;
}
@media (max-width: 767px) {
  .supplierForm1 .header-title span {
    font-size: 28px;
    text-align: center;
    line-height: 36px;
    padding-right: 0;
  }
}
.supplierForm1 .header-title:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
}
@media (max-width: 767px) {
  .supplierForm1 .header-title:after {
    display: none;
  }
}
.supplierForm1 .title-sub {
  font-size: 22px;
  text-align: left;
  padding: 0 15px;
  margin: 2rem 0 1rem 0;
}
@media (max-width: 767px) {
  .supplierForm1 .title-sub {
    text-align: center;
    line-height: 28px;
  }
}
.supplierForm1 .text {
  font-size: 13px;
  margin-bottom: 2rem;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .supplierForm1 .text {
    text-align: center;
  }
}
.supplierForm1 .form-container {
  display: flex;
  padding-top: 2rem;
  align-items: center;
}
@media (max-width: 1199px) {
  .supplierForm1 .form-container {
    flex-direction: column-reverse;
  }
}
.supplierForm1 .form-container .column1 {
  border-radius: 10px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
  padding: 2rem;
  width: 60%;
}
@media (max-width: 1199px) {
  .supplierForm1 .form-container .column1 {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .supplierForm1 .form-container .img {
    text-align: center;
  }
}
.supplierForm1 .form-container .img img {
  width: 100%;
  max-width: 500px;
  height: auto;
}
.supplierForm1 .form-container .column2 {
  width: 40%;
  padding-left: 4rem;
}
@media (max-width: 1199px) {
  .supplierForm1 .form-container .column2 {
    width: 100%;
    padding-left: 0rem;
    padding-bottom: 2rem;
  }
}
.supplierForm1 .form-container .form-group {
  margin-bottom: 2rem;
}
.supplierForm1 .form-container .form-group label.title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 20px;
}
.supplierForm1 .form-container .form-group .form-control {
  font-size: 13px;
}
.supplierForm1 .form-container .custom-file-label {
  margin: 0;
  height: 33.5px;
  line-height: 25px;
  font-size: 13px !important;
  font-weight: 400 !important;
  overflow: hidden;
}
.supplierForm1 .form-container .custom-file-input {
  height: 33.5px !important;
}
.supplierForm1 .form-container label.error {
  color: #fff;
}
.supplierForm1 .form-container .btn-outline {
  border: 2px solid #ced4da;
  color: #000;
  font-weight: 500;
  height: 40px;
}
.supplierForm1 .form-container .btn-outline:hover {
  color: #fff;
  background: #000;
  border-color: #000;
}
.supplierForm2 .container {
  width: 90%;
  max-width: 1440px;
}
.supplierForm2 .supplierForm2-container {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
@media (max-width: 767px) {
  .supplierForm2 .supplierForm2-container {
    flex-direction: column;
  }
}
.supplierForm2 .box {
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .supplierForm2 .box {
    padding: 0 0 2rem 0;
  }
}
.supplierForm2 .title {
  font-size: 28px;
  line-height: 34px;
  font-weight: 400;
}
.supplierForm2 .svg-icon {
  margin-bottom: 1rem;
}
@media (max-width: 1199px) {
  .supplierForm2 .text br {
    display: none;
  }
}
.supplierForm3 .columun1 {
  max-width: 1440px;
  margin: auto;
  width: 90%;
  padding-top: 2rem;
}
.supplierForm3 .columun1 .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.59);
  color: #fff;
  font-size: 14.5px;
  padding: 16px;
  text-align: center;
}
.supplierForm3 .columun1 .owl-nav .owl-prev,
.supplierForm3 .columun1 .owl-nav .owl-next {
  position: absolute;
  font-size: 18px;
  top: 48%;
  color: #fff;
  background: rgba(0, 0, 0, 0.59);
  width: 50px;
  height: 60px;
  border-radius: 0;
  opacity: 0.8;
  transition: all 0.3s ease;
}
.supplierForm3 .columun1 .owl-nav .owl-prev:hover,
.supplierForm3 .columun1 .owl-nav .owl-next:hover {
  opacity: 1;
}
.supplierForm3 .columun1 .owl-nav .owl-prev {
  left: 20px;
}
.supplierForm3 .columun1 .owl-nav .owl-next {
  right: 20px;
}
.supplierForm3 .columun2 {
  text-align: center;
  font-size: 24px;
  margin-top: 2rem;
  font-weight: 300;
}
.supplierForm3 .columun2 .condotext {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  color: #000;
  border-bottom: 1px solid #000;
}
