@charset "UTF-8";
:root {
  --body-size: 14px;
  --secondary: #F4F2F3;
  --error: #df2226;
  --search-form-padding: 15px;
  --search-form-padding-min: -15px;
  --form-x-padding: 10px;
  --form-top-padding : 25px;
  --form-bottom-padding : 3px;
  --form-height: 50px;
}
::-moz-selection {
  text-shadow: none;
  color: var(--default);
  background: #c4d1df;
  -webkit-text-fill-color: black;
}
::selection {
  text-shadow: none;
  color: var(--default);
  background: #c4d1df;
  -webkit-text-fill-color: black;
}
* {
  list-style: none;
  outline: none !important;
}
html,
body {
  overflow-x: hidden;
}
body {
  color: var(--default);
  font-size: var(--body-size);
  line-height: 1.25;
  font-weight: 400;
  font-family: var(--font-family);
  position: relative;
}
ul,
p {
  margin: 0;
  padding: 0;
}
iframe {
  width: 100%;
  height: 347px;
  border: 0;
  overflow: hidden;
}
img{
  max-width: 100%;
  height: auto;
}
a,
a:hover {
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
  padding: 0;
}
p {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}
.grecaptcha-badge {
  display: none;
}
.text-email {
  height: 1em;
  vertical-align: -0.2em;
}
blockquote {
  padding: 40px;
  background-color: #ffffff;
  border-left: 2px solid #ff7171;
  position: relative;
  z-index: 9;
}
blockquote:before {
  content: "“";
  position: absolute;
  top: -7px;
  left: 25px;
  font-size: 120px;
  color: #7f7f7f;
  z-index: -1;
  opacity: 0.1;
}
blockquote p {
  line-height: 1.3;
  font-style: italic;
  color: #232323;
  font-size: 26px;
  margin-bottom: 10px;
  z-index: 9;
}
blockquote cite {
  font-size: 16px;
  font-style: normal;
  color: #7f7f7f;
}
.loader {
  position: relative;
  pointer-events: none;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
}
.btn.loader:before,
.btn.loader:after {
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}
.btn.btn-b-width-2.loader:before,
.btn.btn-b-width-2.loader:after {
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
}
.input-group-append .btn.loader::before,
.input-group-append .btn.loader::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.loader:before {
  content: "";
  background-color: rgba(255,255,255,0.7);
}
.loader:after {
  content: "";
  -webkit-animation:la-spin 2s infinite linear;
  animation:la-spin 2s infinite linear;
  color: var(--primary);
  width: 30px;
  height: 30px;
  margin: auto;
  background-image: url('/public/images/loader.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
body.loader:before,
body.loader:after {
  position: fixed;
  z-index: 1000;
}
.circle-text-wrap {
  position: relative;
  width: 230px;
  height: 230px;
  -webkit-animation: la-spin 20s infinite linear;
  animation: la-spin 20s infinite linear;
  overflow: hidden;
}
.circle-text {
  position: absolute;
  width: 230px;
  height: 230px;
  top: 0;
  left: 0;
  border-radius: 50%;
  transform: rotate(-50deg) translate(50%,0);
  color: var(--primary);
  font-weight: 700;
  white-space: nowrap;
}
.circle-text span {
  height: 115px;
  position: absolute;
  left: -1px;
  top: 0;
  transform-origin: bottom center;
  transform: rotate(8.6deg);
  width: 1em;
  text-align: center;
}
.circle-text-wrap.default .circle-text {
  color: var(--default);
}
.arrow-text {
  height: 0;
  display: inline-block;
  border-top: 0.35em solid transparent;
  border-bottom: 0.35em solid transparent;
}
.arrow-text.left {
  border-right: 0.35em solid;
}
.arrow-text.right {
  border-left: 0.35em solid;
}
/*end genetic style*/
/*language style*/
.header-languages {
  position: relative;
}
.header-languages {
  display: none;
}
.each-header-language .item {
  display: inline-block;
  color: rgba(32,33,35,0.6);
  border-right: 1px solid #202123;
  padding-right: .25rem;
  font-size: 14px;
  font-weight: 500;
}
.each-header-language .item.active {
  color: #202123;
}
.each-header-language .item:last-child {
  border-right: none;
}
.each-header-language .item:not(.active) {
  cursor: pointer;
}
.each-header-language .item:not(.active):hover {
  background: -webkit-linear-gradient(4deg, #1e87c6 0%, #1c628e 53%, #193245 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*end language style*/
/*michaella styles*/
.main-menu-container {
  padding-bottom: 18px;
}
.header-menu {
  letter-spacing: 0.5px;
}
.ai-menu img {
  height: 1.1em;
  vertical-align: sub;
}
.ai-menu a {
  font-size: 15px;
  border: 1px solid;
  padding: 5px 10px;
  border-radius: 30px;
  font-weight: 600;
}
.ai-menu-footer img {
  height: 1.5em;
  margin-right: 10px;
}
.ai-menu-footer a {
  font-size: 16px;
  padding: 15px 25px;
  border-radius: 30px;
  font-weight: 500;
  float: right;
  position: relative;
  background: -webkit-linear-gradient(0deg, #193245 0%, #1e87c6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ai-menu-footer a:hover {
  background:  linear-gradient(89deg,#001629,#039DE1);
  -webkit-background-clip: unset;
  -webkit-text-fill-color: white;
}
.ai-menu-footer a::before {
  content: "";
  position: absolute;
  inset: 0;
  padding:2px;
  background: linear-gradient(89deg,#001629,#039DE1);
  border-radius: inherit;
  mask: conic-gradient(#000 0 0) content-box exclude,conic-gradient(#000 0 0);
}
.each-footer-term {
  display: inline-block;
}
.text-blue {
  background: -webkit-linear-gradient(0deg, #1e87c6 0%, #1c628e 42%, rgba(26, 72, 102, 1) 89%, #193245 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-darkblue {
  background: -webkit-linear-gradient(0deg, #1e87c6 0%, #1c628e 8%, #1c628e 91%, #193245 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-moreblue {
  background: -webkit-linear-gradient(0deg, #1e87c6 0%, #1c628e 98%, #193245 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-light-blue {
  background: -webkit-linear-gradient(4deg, #1e87c6 0%, #1c628e 77%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-partner {
  background: -webkit-linear-gradient(0deg, #1e87c6 53%, #1c628e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
}
.slider-content {
  max-width: 650px;
}
.slider-content h3 {
  line-height: 1.4;
  letter-spacing: 1px;
}
.slider-btn {
  margin-top: 35px;
}
#homepage-slider .slider-btn {
  margin-top: 55px;
}
.btn-style {
  background: linear-gradient(89deg, #00162ac4 -35%, #039de1 30%);
  color: white;
  border-radius: 30px;
  font-size: 15px;
  padding: 11px 25px;
  letter-spacing: 0.5px;
  position: relative;
}
.btn-style:hover {
  background:   -webkit-linear-gradient(0deg, #193245 0%, #1e87c6 100%);
  -webkit-background-clip:   text;
  -webkit-text-fill-color: transparent;
}
.btn-style:hover::before {
  content: "";
  position: absolute;
  inset:    0;
  padding:  2px;
  background:  linear-gradient(89deg,#001629,#039DE1);
  border-radius:inherit;
  mask: conic-gradient(#000 0 0) content-box exclude,conic-gradient(#000 0 0);
}
.border-left {
  border-top: 1px solid;
  border-image: linear-gradient(to right,#1A54BD,#040443) 1 0 0 0;
  margin-right: 23.5%;
}
.border-right {
  border-top: 1px solid;
  border-image: linear-gradient(to right,#1A54BD,#040443) 1 0 0 0;
  margin-left: 23%;
}
.partner-btn {
  margin-top: 120px;
}
.our-partners-container {
  padding-left: 60px;
  padding-right: 60px;
}
.each-partner a {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  opacity: 0.60;
  transition:  all .3s ease;
}
.each-partner a:hover {
  filter: none;
  opacity: 1;
}
.exp-number sup {
  top: unset;
  left: 10px;
  bottom: -5px;
  background: -webkit-linear-gradient(0deg, #1e87c6 0%, #1c628e 8%, #1c628e 91%, #193245 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-partner .exp-number sup {
  background: -webkit-linear-gradient(0deg, #1e87c6 53%, #1c628e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.experience-numbers {
  padding-left: 60px;
  padding-right: 60px;
}
.exp-heading {
  letter-spacing: 1px;
}
.each-exp-number {
  letter-spacing: 1px;
}
.footer-border {
  border-top: 1px solid;
  border-image: linear-gradient(to right,#1A54BD,#040443) 1 0 0 0;
}
.bottom-footer {
  border-top: 1px solid #ADACAC;
  margin-top: 30px;
  padding-top: 12px;
  letter-spacing: 0.5px;
}
.footer-menu {
  margin-bottom: 12px;
}
.each-footer-term a {
  font-size: 14px;
}
.footer-disclaimer {
  position: relative;
  margin-left: 20px;
}
.footer-disclaimer::before {
  position: absolute;
  content: "";
  border-left: 1px solid;
  top: 5px;
  left: -13px;
  bottom: 2px;
}
.footer-ai-help p {
  letter-spacing: 1px;
}
.header-line {
  border-top: 1px solid;
  margin-left: 60px;
  margin-right: -90px;
  border-image: linear-gradient(to right,#1A54BD,#040443) 1 0 0 0;
}
.our-mission {
  float: right;
  margin-top: 30px;
}
.our-mission p {
  letter-spacing: 0.5px;
  line-height: 1.4;
}
.page-title {
  letter-spacing: 2px;
}
.partner-construction .container {
  overflow: hidden;
}
.about-our-partners {
  background-color: #EAEAEA;
  padding-top: 105px;
  padding-bottom: 110px;
  margin-top: 130px;
}
.about-partners-content p {
  line-height: 1.7;
}
.about-partners-content p span {
  font-weight: 700;
}
.partners-wrap-about {
  margin-top: 120px;
  padding-left: 120px;
}
.aboutus-each-partner a {
  filter: grayscale(1);
  opacity: 0.60;
  transition: all .3s ease;

}
.aboutus-each-partner a:hover {
  filter: none;
  opacity: 1;
}
.our-history {
  background-color: #EAEAEA;
  padding-top: 65px;
  padding-bottom: 90px;
}
.our-history-wrap h3 {
  color: #B2B2B2;
  font-weight: 400;
  letter-spacing: 1px;
}
.our-history-content {
  max-width: 1205px;
  margin-top: 45px;
}
.our-history-content p {
  line-height: 1.7;
}
.each-img-slide {
  padding-top: 150%;
  position: relative;
}
.each-img-slide::before {
  position: absolute;
  content: "";
  background-color: rgba(255,255,255,0.3);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.each-img-slide:hover::before {
  background-color: rgba(255,255,255,0);
}
.each-img-slide img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.legacy-contracts-section {
  margin-right: -10%;
}
.legacy-contracts-section::after {
  content: "";
  position: absolute;
  right: 0;
  top: 250px;
  bottom: 0;
  width: 8%;
  min-width: 150px;
  background:
          linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
  z-index: 1;
  pointer-events: none;
}
.gallery-top-content {
  position: absolute;
  bottom: 7px;
  right: 0;
  z-index: 1;
}
.gallery-top-content .swiper-button-next, .gallery-top-content .swiper-button-prev {
  position: static;
  margin:0;
  background-color: transparent;
  border-radius: 40px;
  display: inline-flex;
  width: 65px;
  height: 65px;
  justify-content: center;
  border: 1px solid #2A6488;
}
.gallery-top-content .swiper-button-next::after, .gallery-top-content .swiper-button-prev::after {
  display: none;
}
.gallery-top-content .swiper-button-next:hover, .gallery-top-content .swiper-button-prev:hover {
  background: linear-gradient(89deg,#001629,#039DE1);
  -webkit-background-clip:  unset;
  -webkit-text-fill-color: white;
}
.gallery-top-content .swiper-button-next:hover img, .gallery-top-content .swiper-button-prev:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.gallery-top-content .swiper-button-next img {
  margin-right: 28px;
}
.gallery-top-content .swiper-button-prev img {
  margin-left: 28px;
}
.gallery-top-content .swiper-button-prev {
  margin-right: 12px;
}
.swiper-button-prev.swiper-button-disabled , .swiper-button-next.swiper-button-disabled  {
  opacity: .60;
  cursor: auto;
  pointer-events: none;
  border-color: gray;
}
.swiper-button-prev.swiper-button-disabled img, .swiper-button-next.swiper-button-disabled img {
  -webkit-filter: brightness(0) invert(0);
  filter: brightness(0) invert(0);
  opacity: 0.4;
}
.legacy-contracts {
  position: relative;
  margin-bottom: 150px;
}
.our-history-wrap {
  position: relative;
}
.legacy-contracts-section {
  margin-top: 50px;
}
.disclaimer-content {
  margin-top: 45px;
}
.disclaimer-line {
  margin-left: -200px;
  margin-top: 80px;
}
.terms-blue {
  background: -webkit-linear-gradient(0deg, #193245 0%, #1e87c6 23%);
  -webkit-background-clip:  text;
  -webkit-text-fill-color: transparent;
}
/*end michaella style */
/*michaella board style */
.member-res-image {
  position: relative;
  padding-top: 110%;
  overflow: hidden;
  border-radius: 12px;
}
.member-res-image::before {
  position: absolute;
  content: "";
  background-color: rgba(0,0,0,0.1);
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 1;
}
.member-res-image img {
  filter: grayscale(1);
  opacity: 1;
  transition:   all .3s ease;
}
.member-res-image:hover img {
  filter: none;
}
.member-img {
  margin-bottom: 10px;
}
.member-fullname {
  letter-spacing: 0.7px;
  margin-bottom: 5px;
}
.each-member {
  margin-bottom: 25px;
}
.each-team-wrap {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.board-heading-wrap {
  letter-spacing: 1px;
  margin-top: -35px;
}
  /*michaella end board style */

.black-background {
  background-color: black;
}
.stick-side-menu-overlay {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255,255,255,0.9);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.stick-side-menu {
  position: fixed;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10000;
}
.side-button {
  background-color: var(--primary);
  color: var(--white);
  fill: var(--white);
  width: 45px;
  cursor: pointer;
  border-top-left-radius: 13px;
  border-bottom-left-radius: 13px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(71,4,23,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(71,4,23,0.15);
  box-shadow: 0px 0px 22px 0px rgba(71,4,23,0.15);
  padding: 10px;
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  overflow: hidden;
}
.stick-side-menu > .side-button {
  margin: 25px 0;
}
.side-button svg.stroke {
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 4px;
  stroke: var(--white);
}
.side-button:hover {
  background-color: var(--default);
}
.side-button-text {
  white-space: nowrap;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -ms-transform: translateX(-100%) rotate(-90deg);
  transform: translateX(-100%) rotate(-90deg);
  display: inline-block;
  position: relative;
  left: 23px;
  bottom: 1em;
  line-height: 1;
}


/*Select 2*/
.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
  padding: 0;
}
.select2-container .select2-selection--multiple {
  position: relative;
}
.select2-container .select2-selection--multiple::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  border-color: var(--default) transparent transparent transparent;
  border-width: 8px 8px 0 8px;
  border-style: solid;
  height: 0;
}
.select2-container--classic.select2-container--open .select2-selection--multiple::after {
  border-color: transparent transparent var(--default) transparent;
  border-width: 0 8px 8px 8px;
}
.select2-container--classic.select2-container--open .select2-selection--single,
.select2-container--classic .select2-selection--single:focus,
.select2-container--classic.select2-container--open .select2-selection--multiple,
.select2-container--classic .select2-selection--multiple:focus {
  border: 2px solid var(--primary);
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  /*background: none;*/
  filter: none;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow,
.select2-container--classic .select2-selection--multiple .select2-selection__arrow {
  background: none;
  border: none;
  width: 40px;
  height: 52px;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b,
.select2-container--classic .select2-selection--multiple .select2-selection__arrow b {
  border-color: var(--default) transparent transparent transparent;
  border-width: 8px 8px 0 8px;
  margin-left: -7px;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b,
.select2-container--classic.select2-container--open .select2-selection--multiple .select2-selection__arrow b {
  border-color: transparent transparent var(--default) transparent;
  border-width: 0 8px 8px 8px;
}
.select2-dropdown {
  border-radius: 7px;
  z-index: 100000;
}
.select2-container--classic .select2-dropdown {
  border: 2px solid transparent;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: var(--primary) !important;
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--primary) !important;
  color: var(--white) !important;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered,
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  color: var(--default);
  line-height: inherit;
  font-weight: 500;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  background: var(--white);
}
.select2-search--dropdown .select2-search__field {
  padding: 7px 4px;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid var(--default-30);
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: var(--default-10);
  border: none;
  border-radius: 0;
  margin: 0 5px 5px 0;
}
.select2-container .select2-search--inline .select2-search__field {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: var(--default);
  padding: 0 4px;
}
.select2-container--classic .select2-results__option--selected.select2-results__option--selectable {
  background-color: var(--default-20);
  color: var(--default);
}
/*UI Slider*/
.ui-slider-horizontal {
  height: 2px;
  width: calc(100% - 20px);
  margin: auto;
}
.ui-widget.ui-widget-content {
  border: none;
  background-color: var(--default-10);
}
.ui-widget-header {
  border: none;
  background: var(--primary);
}
.ui-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -9px;
  margin-left: -10px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: none;
  background: var(--primary);
}
/*Carousel*/
.swiper.with-pseudos {
  overflow: visible;
}
.swiper.with-pseudos::before,
.swiper.with-pseudos::after {
  content: "";
  position: absolute;
  top: -2px;
  bottom: -2px;
  width: 10000px;
  background-color: var(--white);
  z-index: 2;
}
.swiper.with-pseudos::before {
  left: -10000px;
}
.swiper.with-pseudos::after {
  right: -10000px;
}
.slick-track {
  margin: 0;
}
.swiper-slide.auto {
  width: auto;
}
.swiper-vertical .swiper-slide.auto {
  width: 100%;
  height: auto;
}
.swiper-scrollbar {
  z-index: 1;
  cursor: pointer;
}
.swiper-scrollbar::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -5px;
  bottom: -5px;
  z-index: -1;
}
.swiper-scrollbar-drag {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*Header*/
header {
  position: relative;
  z-index: 10;
}
header a:hover {
  color: var(--primary);
}
header .logo img {
  height: 100px;
}
.header .logo .white {
  display: none;
}
body:not(.homepage) .header-border {
  border-bottom: 2px solid rgba(35,31,32,0.1);
}

/*Megamenu*/
.megamenu-toggle {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.megamenu-icon {
  color: var(--default);
}
.megamenu-icon .line {
  border-top: 3px solid;
  width: 38px;
  margin: 4px 0 4px auto;
  position: relative;
  border-radius: 30px;
}
.megamenu-toggle.open .megamenu-icon .line {
  border-top: 2px solid;
  border-radius: 0;
}
.megamenu-icon .line:nth-child(1) {
  margin-top: 0;
}
.megamenu-icon .line:nth-child(4) {
  margin-bottom: 0;
  width: 23px;
}
.megamenu-toggle.open .megamenu-icon .line:nth-child(2),
.megamenu-toggle.open .megamenu-icon .line:nth-child(3),
.megamenu-toggle.always-open .megamenu-icon .line:nth-child(2),
.megamenu-toggle.always-open .megamenu-icon .line:nth-child(3) {
  opacity: 0;
}
.megamenu-toggle.open .megamenu-icon .line:nth-child(1),
.megamenu-toggle.always-open .megamenu-icon .line:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-5px, 0px);
  -moz-transform: rotate(-45deg) translate(-5px, 0px);
  -ms-transform: rotate(-45deg) translate(-5px, 0px);
  -o-transform: rotate(-45deg) translate(-5px, 0px);
  transform: rotate(-45deg) translate(-5px, 0px);
  top: 6px;
  left: 4px;
  width: 30px;
}
.megamenu-toggle.open .megamenu-icon .line:nth-child(4),
.megamenu-toggle.always-open .megamenu-icon .line:nth-child(4) {
  -webkit-transform: rotate(45deg) translate(-4px, 2px);
  -moz-transform: rotate(45deg) translate(-4px, 2px);
  -ms-transform: rotate(45deg) translate(-4px, 2px);
  -o-transform: rotate(45deg) translate(-4px, 2px);
  transform: rotate(45deg) translate(-4px, 2px);
  top: -7px;
  left: 4px;
  width: 30px;
}
.megamenu-toggle:hover {
  color: var(--default);
}
.megamenu {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: white;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.megamenu-opened .megamenu {
  opacity: 1;
  pointer-events: auto;
}
.megamenu .nav.nav-menu {
  display: block;
}
.megamenu .nav-menu-cover.header-menu > ul > li {
  margin-left: 0;
  margin-bottom: 8px;
}
.megamenu .nav-menu-cover.header-menu > ul > li > a:hover,
.megamenu .nav-menu-cover.header-menu > ul > li.menu-item-has-children:hover > a {
  background:-webkit-linear-gradient(4deg, #1e87c6 0%, #1c628e 53%, #193245 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.megamenu .nav-menu-cover.header-menu > ul > li.menu-item-has-children {
  cursor: pointer;
}
.megamenu .nav-menu-cover.header-menu > ul > li.menu-item-has-children > a {
  pointer-events: none;
}
.megamenu .nav-menu-cover.header-menu .sub-menu {
  opacity: 1;
  position: relative;
  left: auto;
  top: auto;
  -ms-transform: none;
  transform: none;
  background-color: transparent;
  white-space: normal;
  min-width: 100%;
  border-top: 1px solid var(--default);
  margin-top: 5px;
  display: none;
}

.megamenu .nav-menu-cover.header-menu > ul > li.menu-item-has-children.active > .sub-menu {
  display: block;
}
.megamenu .nav-menu-cover.header-menu .sub-menu a {
  padding: 5px 0;
  border-bottom: 1px solid var(--default);
}
/*Fixed Header*/
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -ms-transform: translateY(calc(-100% - 30px));
  transform: translateY(calc(-100% - 30px));
  opacity: 0;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  pointer-events: none;
  z-index: 1001;
  -webkit-box-shadow: 0 0 18px 0 rgba(35,31,32,0.35);
  -moz-box-shadow: 0 0 18px 0 rgba(35,31,32,0.35);
  box-shadow: 0 0 18px 0 rgba(35,31,32,0.35);
  background-color: white;
}
.fixed-header.header-down {
  pointer-events: all;
  opacity: 1;
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.fixed-header .logo img {
  height: 30px;
}
/*Header Menu*/
.nav-menu-cover.header-menu > ul > li {
  margin-left: 37px;
  position: relative;
}
.nav-menu-cover.header-menu > ul > li > a {
  display: block;
}
.nav-menu-cover.header-menu > ul > li.menu-item-has-children > a::after {
  content: "";
  width: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid;
  display: inline-block;
  vertical-align: middle;
}
.nav-menu-cover.header-menu > ul > li > a:hover {
  background: -webkit-linear-gradient(4deg, #1e87c6 0%, #1c628e 53%, #193245 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nav-menu-cover.header-menu .sub-menu {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 100%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--default);
  white-space: nowrap;
  min-width: 150px;
}
.nav-menu-cover.header-menu > ul > li:hover > .sub-menu {
  opacity: 1;
}
.nav-menu-cover.header-menu .sub-menu-close {
  display: none;
}
.nav-menu-cover.header-menu .sub-menu a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}
.nav-menu-cover.header-menu .sub-menu a:hover {
  color: var(--primary);
}
/*Homepage Slider*/
#homepage-slider {
  position: relative;
}
.homepage-slider-over {
  background-color: var(--default-20);
  color: white;
}

.homepage-slider-carousel{
  display:block;
}


.owl-carousel.homepage-slider-carousel .owl-nav button {
  width: 20px;
  height: 25px;
  border: none;
  position: absolute;
  bottom: 370px;
  margin: auto;
  color: var(--white);
  z-index: 1;
  font-size: 15px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.owl-carousel.homepage-slider-carousel .owl-nav .owl-prev {
  left: 20px;
}
.owl-carousel.homepage-slider-carousel .owl-nav .owl-next {
  right: 20px;
}
.owl-carousel.homepage-slider-carousel .owl-nav button::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 2px solid;
  border-right: 2px solid;
  width: 1em;
  height: 1em;
}
.owl-carousel.homepage-slider-carousel .owl-nav button.owl-prev::after {
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  right: -45%;
}
.owl-carousel.homepage-slider-carousel .owl-nav button.owl-next:after {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -0.5em;
}
.owl-carousel.homepage-slider-carousel .owl-nav button span {
  display: none;
}
.owl-carousel.homepage-slider-carousel .owl-nav button:hover {
  border-color: transparent;
  background-color: rgba(255,255,255,0.4);
  color: var(--default);
}
/*Search Form*/
#search-form.load-form {
  pointer-events: none;
}
#search-form.load-form .search-form-purpose,
#search-form.load-form .search-form-container {
  opacity: 0.5;
}
#search-form.load-form .search-form-bottom {
  position: relative;
}
#search-form.load-form .search-form-bottom::before,
#search-form.load-form .search-form-bottom::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
}
#search-form.load-form .search-form-bottom::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.4);
}
#search-form.load-form .search-form-bottom::after {
  content: "";
  -webkit-animation:la-spin 2s infinite linear;
  animation:la-spin 2s infinite linear;
  color: var(--primary);
  width: 30px;
  height: 30px;
  margin: auto;
  background-image: url('/public/images/loader.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  /*z-index: 4;*/
  /*background-color: white;*/
}


/*#search-form.load-form .search-bottom-back{*/
/*  z-index: 999;*/
/*  background-color: transparent;*/
/*}*/






#homepage-slider + #search-form .search-form {
  margin-top: -90px;
  position: relative;
  z-index: 1;
  min-height: 300px;
}



/*@media (max-width:768px ){*/
/*  #homepage-slider + #search-form .search-form {*/
/*    margin-top: -190px;*/
/*    position: relative;*/
/*    z-index: 1;*/
/*    min-height: 300px;*/
/*  }*/
/*}*/






.show-on-advance-search,
.search-form.advance-search-open .hide-on-advance-search {
  display: none !important;
}
.search-form.advance-search-open .show-on-advance-search {
  display: block  !important;
}

.show-on-advance-padding {
  padding: 0;
}
.search-form.advance-search-open .show-on-advance-padding {
  padding:25px ;
}

.clear-filters{
  position:relative;
  cursor:pointer;
  font-size: 14px;
  margin-bottom: 10px;

}

.show-on-advance-search #reference_3{
  min-height: 25px !important;
}


.search-form-purpose {
  /*height: 45px;*/
  display: inline-block;
  background-color: var(--white);
  padding: 3px;
  border-radius: 7px;
}
.advance-search-toggle svg {
  height: 0.8em;
}
.purpose-toggle {
  display: block;
  margin: 0;
  font-weight: 700;
  cursor: pointer;
}
.purpose-toggle input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.purpose-toggle .text {
  display: block;
  border-radius: 7px;
  padding: 5px;
  line-height: 1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.purpose-toggle input:checked + .text {
  background-color: var(--primary);
  color: var(--white);
}
.search-form-container {
  /*-webkit-box-shadow: 0px 0px 18px 0px rgba(66,4,22,0.35);*/
  /*-moz-box-shadow: 0px 0px 18px 0px rgba(66,4,22,0.35);*/
  /*box-shadow: 0px 0px 18px 0px rgba(66,4,22,0.35);*/
  /*background: var(--white);*/

  /*border-radius: 15px;*/
  overflow: hidden;
  padding-left: var(--search-form-padding);
  padding-right: var(--search-form-padding);
}
.search-form .btn {
  border-radius: 7px;
}
.search-form .form-control,
.search-form .select2-container .select2-selection--single,
.search-form .select2-container .select2-selection--multiple {
  border-radius: 7px;
  height: 50px;
}
.search-form .form-control-with-label label {
  padding: 3px var(--form-padding-x);
}
.search-form .select2-container--classic .select2-selection--single .select2-selection__arrow,
.search-form .select2-container--classic .select2-selection--multiple .select2-selection__arrow {
  height: 65px;
}
.search-form .form-control-with-label .form-control,
.search-form .form-control-with-label .select2-container .select2-selection--single .select2-selection__rendered,
.search-form .select2-container .select2-selection--multiple {
  padding: 20px var(--form-padding-x) 7px;
}
.search-form .btn-square {
  width: 65px;
  height: 65px;
  padding: 4px;
  font-size: 25px;
  line-height: 1;
}
.search-form .label-title {
  display: block;
  font-size: 1em;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 5px;
}
.search-form .form-group {
  margin-bottom: 15px;
}
.form-search-ref-id {
  /*margin: 0 var(--search-form-padding-min);*/
  position: relative;
}
.form-search-ref-id svg {
  position: absolute;
  /*left: var(--search-form-padding);*/
  left:5px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 3px;
  stroke: rgba(0,0,0,0.5);
  pointer-events: none;
}
.form-search-ref-id .form-control {
  /*background-color: var(--default-10);*/
  background-color: rgba(255, 255, 255, 0.7);
  color: var(--default);
  padding: 5px var(--search-form-padding) 5px 5px !important;
  font-weight: 500;
  height: auto !important;
  border: 0;
  width:100%;
  /*border-radius: 0;*/
  font-size: 1em;
}


.reference-search-div{
  min-width: 320px;
}

.advance-search-box{
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 10px;
}


.advanced-inner-text{
  display: flex;
  text-align: right;
  justify-content: end;
  padding-right: 10px !important;
  padding-left: 10px;

}




.form-round-options-group,
.form-rectangle-options-group {
  margin-top: 10px;
}
.round-option-group {
  cursor: pointer;
  display: block;
  margin-bottom: 0;
}
.round-option-group input[type="checkbox"],
.round-option-group input[type="radio"],
.rectangle-option-group input[type="checkbox"],
.rectangle-option-group input[type="radio"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.round-option-group .text,
.rectangle-option-group .text {
  background-color: var(--default-10);
  font-weight: 500;
}
.round-option-group .text {
  display: flex;
  border-radius: 50%;
  overflow: hidden;
  min-width: 35px;
  height: 35px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
}

.round-option-group-studio .text{
  display: flex;
  border-radius: 60px;
  overflow: hidden;
  min-width: 70px;
  height: 35px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
}





.round-option-group .text::selection,
.rectangle-option-group .text::selection {
  background-color: transparent;
}
.round-option-group input[value=""] + .text {
  font-size: 12px;
}
.round-option-group input:checked + .text,
.rectangle-option-group input:checked + .text {
  background-color: var(--primary);
  color: var(--white);
}
.round-option-group input:checked + .text::selection {
  color: var(--white);
}
.rectangle-option-group {
  margin: 0;
  cursor:pointer;
}
.rectangle-option-group .text {
  padding: 0 3px;
  line-height: 1;
  border-radius: 2px;
}
.price-range-display {
  font-weight: 700;
  margin-bottom: 15px;
}
.search-form .btn-submit svg {
  height: 0.9em;
  vertical-align: -0.1em;
  margin-right: 0.4em;
}
.advance-search-toggle {
  /*color: var(--default-50);*/
  /*fill: var(--default-50);*/
}
.advance-search-toggle svg {
  height: 0.75em;
}
.advance-search-toggle .text {
  /*border-bottom: 1px solid;*/
}
.advance-search-toggle:hover {
  color: var(--primary);
  fill: var(--primary);
}
/*Search Form Popup*/
#search-form-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100000;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: rgba(255,255,255,0.95);
  overflow-x: hidden;
  overflow-y: auto;
}
#search-form-popup.active {
  opacity: 1;
  pointer-events: auto;
}
.search-form-popup-box {
  -webkit-box-shadow: 0px 0px 18px 0px rgba(66,4,22,0.35);
  -moz-box-shadow: 0px 0px 18px 0px rgba(66,4,22,0.35);
  box-shadow: 0px 0px 18px 0px rgba(66,4,22,0.35);
  background: var(--white);
  border-radius: 15px;
  overflow: hidden;
  padding-left: var(--search-form-padding);
  padding-right: var(--search-form-padding);
  position: relative;
}
.search-form-popup-box .search-form-container {
  padding-left: 0;
  padding-right: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  overflow: visible;
}
.search-form-popup-box .container {
  padding: 0 !important;
}
.search-form-popup-box .search-form-purpose {
  background-color: rgba(0,0,0,0.1);
}
.search-form-popup-close {
  display: inline-block;
  cursor: pointer;
  fill: none;
  opacity: .3;
  stroke: var(--default);
  stroke-miterlimit: 10;
  stroke-width: 2px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  position: absolute;
  top: var(--search-form-padding);
  right: var(--search-form-padding);
}
.search-form-popup-close svg {
  height: 15px;
}
.search-form-popup-close:hover {
  opacity: 1;
  stroke: var(--primary);
}
/*Recent Properties*/
.recent-properties-tab {
  position: relative;
  text-align: center;
  cursor: pointer;
  /*font-size: 26px;*/
  padding-bottom: 10px;
  border-bottom: 2px solid var(--default-10);
  color: var(--default-50);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.recent-properties-tab::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  border-bottom: 4px solid var(--default);
  opacity: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.recent-properties-tab::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  width: 0;
  margin: auto;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid var(--default);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.recent-properties-tab.active{
  font-weight: bold;
}
.recent-properties-tab.active,
.recent-properties-tab:hover {
  color: var(--default);

}
.recent-properties-tab.active::before {
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}
..recent-properties-tab {
  position: relative;
  text-align: center;
  cursor: pointer;
  /*font-size: 26px;*/
  padding-bottom: 10px;
  border-bottom: 2px solid var(--default-10);
  color: var(--default-50);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.recent-properties-tab::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  border-bottom: 4px solid var(--default);
  opacity: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.recent-properties-tab::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  width: 0;
  margin: auto;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid var(--default);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.recent-properties-tab.active{
  font-weight: bold;
}
.recent-properties-tab.active,
.recent-properties-tab:hover {
  color: var(--default);

}
.recent-properties-tab.active::before {
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}
.recent-properties-tab.active::after {
  opacity: 1;

}
-tab.active::after {
  opacity: 1;

}

.featured_icon{
  margin-right:18px !important;
}




.featured-properties-tab {
  position: relative;
  text-align: center;
  cursor: pointer;
  /*font-size: 26px;*/
  padding-bottom: 10px;
  border-bottom: 2px solid var(--default-10);
  color: var(--default-50);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.featured-properties-tab::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  border-bottom: 4px solid var(--default);
  opacity: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.featured-properties-tab::after {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  width: 0;
  margin: auto;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid var(--default);
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.featured-properties-tab.active{
  font-weight: bold;
}
.featured-properties-tab.active,
.featured-properties-tab:hover {
  color: var(--default);

}
.featured-properties-tab.active::before {
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}
.featured-properties-tab.active::after {
  opacity: 1;

}
















.bazaraki_logo{
  height: 40px !important;
}











.recent-properties-dropdown:not(.active) {
  display: none;
}
.featured-properties-dropdown:not(.active) {
  display: none;
}

.contact-form-section .form-control-with-label.line-control label {
  padding: 5px 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.contact-form-section .form-control-with-label.line-control .form-control {
  padding: 20px 18px 3px;
}

/*responsive michalis*/

.free-agent-inner-box{

  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 30px;
  min-height: 240px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;

}


.free-agent-inner-box::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 60%;
  background: linear-gradient(to right, rgb(255, 255, 255) 50%,rgba(255,255,255,0) 100%);
}

.agent-valuation-img::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  content: "";
  background: -moz-linear-gradient(to bottom, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(to bottom, rgb(255, 255, 255) 10%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 18%, rgba(255, 255, 255, 0) 100%);
  height: 110px;

}
.agent-valuation-img {
  margin-top:-40px;
  position: relative;
  z-index:-1;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 200px;


}

.agent-valuation-img img{

  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  min-height: 280px;
  object-fit: cover;
  object-position: 65% center;
  margin-top:20px;
}



.free-agent-box-responsive{
  position:relative;
  padding-top: 20px;
  /*padding-left:10px;*/
  /*margin-left: 10px;*/
  /*margin-right: 10px;*/

  border-top-left-radius: 20px;
}

.free-agent-inner-box-responsive{
  border-left: 3px solid black;
  border-top: 3px solid black;
  border-top-left-radius: 30px;
  /*border-bottom-right-radius: 30px;*/
  /*padding: 30px;*/
  /*min-height: 240px;*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;


}

.property-button{
  font-size: 18px;
  padding-top:3px;
  padding-bottom: 3px;
}

.free-agent-text{
  font-weight: 600;
  font-size: 14px;
}




/*info numbers section*/
.big-gray-text{
  font-size: 52px;
  color: rgba(35, 31, 32, 0.5);

}
.custom-border-right-edge, .custom-border-right{
  border-right: 2px solid rgba(35, 31, 32, 0.2);
}
/*.custom_border-bottom{*/
/*  border-bottom: none;*/
/*}*/
/*end section*/

.custom-border-right{
  border-right: none;
}
.custom_border-bottom{
  border-bottom: 2px solid rgba(35, 31, 32, 0.2);
}

/*contacts*/

.contact-title-container{
  /*padding-left:50px;*/
  margin-left:-10px;

}



.contacts-title-text{
  font-weight: 800;
  font-size: 20px;
  /*padding-left: 50px;*/
}

  /*padding-left: 10px;*/
  padding-left: 12%;

  font-size: 13px;
  background-color: rgba(35, 31, 32, 0.1);
  /*border-top-left-radius: 50px;*/
  /*border-bottom-left-radius: 50px;*/

}

.contact-info-text-div {
  padding-top: 40px;
  padding-left: 12%;
  border-right: none;
  border-bottom: 8px solid rgba(35, 31, 32, 0.1);


}
.optional-text{
  display:contents !important;
  font-size: 14px;
  color: rgba(35, 31, 32, 0.5);

}
.small-gray-text{
  color: rgba(35, 31, 32, 0.6);
  font-size: 14px;
}


.contact-form-radius{
  padding-top:12px !important;
  padding-bottom:12px !important;
  border-radius:50px;
}







/*end contacts*/




/*Property Types*/
.type-res-wrap {
  padding-top: 80%;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.type-res-wrap img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.type-res-title {
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
  color: var(--white);
}
.type-res-wrap:hover img {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/*Property Cities*/
.city-res-wrap {
  /*height: 280px;*/
  padding-top: 280px;
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}
.city-res-wrap img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.city-res-title {
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.4) 100%);
  color: var(--white);
}
.city-res-wrap:hover img {
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
/*Page Header Section*/
.page-header-section {
  margin-top: 50px;
}
.page-header-border {
  padding-bottom: 50px;
  border-bottom: 2px solid var(--default-20);
}
.page-header-image {
  overflow: hidden;
  padding-top: 100%;
  position: relative;
  border-radius: 50%;
}
.page-header-paragraph b {
  color: var(--default);
}

.owl-carousel.spot-property-slider-carousel::before,
.owl-carousel.spot-property-slider-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100px;
}
.owl-carousel.spot-property-slider-carousel::before {
  left: 0;
  background: linear-gradient(to right,  rgba(35,31,32,0.4) 0%,rgba(35,31,32,0) 100%);
}
.owl-carousel.spot-property-slider-carousel::after {
  right: 0;
  background: linear-gradient(to right,  rgba(35,31,32,0) 0%,rgba(35,31,32,0.4) 100%);
}
.owl-carousel.spot-property-slider-carousel .owl-nav button {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 23px;
  height: 21px;
  margin: auto;
  fill: var(--white);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.owl-carousel.spot-property-slider-carousel .owl-nav button.owl-prev {
  left: 10px;
}
.owl-carousel.spot-property-slider-carousel .owl-nav button.owl-next {
  right: 10px;
}
.owl-carousel.spot-property-slider-carousel .owl-nav button:hover {
  fill: var(--primary);
}
/*Property Results*/
.sorting-select {
  width: 150px;
  font-size: 13px;
}
.sorting-select .select2-container .select2-selection--single,
.sorting-select .select2-container .select2-selection--multiple {
  border-radius: 7px;
  height: auto;
  border: 1px solid var(--default);
}
.sorting-select .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 5px;
  padding-right: 20px;
}
.sorting-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: inherit;
  line-height: 25px;
}
.sorting-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--default) transparent transparent transparent;
}
.sorting-select .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent var(--default) transparent;
}
.select2-dropdown {
  border: 1px solid var(--default);
  border-radius: 7px;
  font-size: 16px;
  overflow: hidden;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--primary);
  color: white;
}
#load-more {
  border-radius: 5px;
  cursor: pointer;
}
/*Property Publish*/
.property-top-box {
  /*-webkit-box-shadow: 0px 0px 18px 0px rgba(35,31,32,0.15);*/
  /*-moz-box-shadow: 0px 0px 18px 0px rgba(35,31,32,0.15);*/
  /*box-shadow: 0px 0px 18px 0px rgba(35,31,32,0.15);*/

  -webkit-box-shadow: 6px 6px 6px 0px rgba(35,31,32,0.15);
  -moz-box-shadow: 6px 6px 6px 0px rgba(35,31,32,0.15);
  box-shadow: 6px 6px 6px 0px rgba(35,31,32,0.15);


  border-radius: 25px;
  overflow: hidden;
}
.property-publish-label {
  border-radius: 10px;
  padding: 5px 10px;
  line-height: 1;
  pointer-events: none;
}
.property-publish-label svg {
  height: 0.9em;
  vertical-align: -0.1em;
}
.property-publish-features svg {
  height: 25px;
}
.property-small-gallery-swiper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.property-publish-big-image,
.property-publish-small-image {
  position: relative;
  /*padding-top: 69%;*/
  /*padding-top: 72%;*/
  /*padding-top: 77%;*/
  padding-top: 75.343%;
  background-color: rgba(0,0,0,0.05);
}
/*.property-publish-big-image{*/
/*  !*padding-top: 50%;*!*/
/*  padding-top: 74.268%;*/
/*}*/

.property-publish-big-image{
  padding-top: 75.414%;
}

@-moz-document url-prefix() {
  .property-publish-big-image{
    padding-top: 74.201%;
  }
}
.property-publish-big-image-single{
  padding-top: 52%;
}

.property-gallery-images .swiper-button-next,
.property-gallery-images .swiper-button-prev {
  /*border: 1px solid;*/
  border: 2px solid;
  color: var(--default);
  /*width: 40px;*/
  /*height: 40px;*/
  width: 43px;
  height: 43px;

  border-radius: 50%;
  bottom: 60px;
  top: auto;
  right: 0 !important;
  left: -100px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.property-gallery-images .swiper-button-prev {
  left: -155px;
}












/*.responsive-swiper-buttons .swiper-button-prev {*/
/*  left: 0px;*/
/*}*/





.property-gallery-images .swiper-button-prev i,
.property-gallery-images .swiper-button-next i {
  display: none;
}
.property-gallery-images .swiper-button-prev::after,
.property-gallery-images .swiper-button-next::after {
  content: "";
  font-family: inherit;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 13px;
  height: 13px;
  border-top: 1px solid;
  border-right: 1px solid;
}












.responsive-swiper-buttons .swiper-button-next,
.responsive-swiper-buttons .swiper-button-prev {
  border: 1px solid;
  color: var(--default);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  bottom: 0;
  top: auto;
  right: 15px !important;
  /*left: -100px;*/
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.responsive-swiper-buttons .swiper-button-prev {
  left: 3px;
}




.responsive-swiper-buttons .swiper-button-prev::after,
.responsive-swiper-buttons .swiper-button-next::after {
  content: "";
  font-family: inherit;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 11px;
  height: 11px;
  border-top: 1px solid;
  border-right: 1px solid;
}

.responsive-swiper-buttons .swiper-button-prev::after {
  transform: rotate(-135deg);
  left: 6px;
}
.responsive-swiper-buttons .swiper-button-next::after {
  transform: rotate(45deg);
  left: -6px;
}

.responsive-swiper-buttons .swiper-button-next:hover,
.responsive-swiper-buttons .swiper-button-prev:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}




.black-box-arrows{
  position: absolute;
  bottom:0;
  right: 0;
  width:100%;
  height: 83px;
  /*height: 10.5%;*/
  background-color: black;
  z-index:1;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-right: 20px;
}


.black-box-arrows .swiper-button-prev {
  /*position:absolute;*/
  position:relative;
  bottom:0 !important;
  left:0% !important;
  /*background-color: white;*/
  border-color: white;
  margin-right: 20px;
  top: 10px !important;
  width:60px;
  height: 60px;
}
.black-box-arrows .swiper-button-next {
  position:relative;
  bottom:0 !important;
  left:0% !important;
  border-color: white;
  top: 10px !important;
  width:60px;
  height: 60px;
}

.black-box-arrows .swiper-button-prev.swiper-button-disabled {
  opacity: .60;
  cursor: auto;
  pointer-events: none;
}





.black-box-arrows .swiper-button-prev::after,
.black-box-arrows .swiper-button-next::after {
  content: "";
  font-family: inherit;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 18px;
  height: 18px;
  color: white;
  border-top: 2px solid;
  border-right: 2px solid;
}

.black-box-arrows .swiper-button-prev::after {
  transform: rotate(-135deg);
  left: 6px;
}
.black-box-arrows .swiper-button-next::after {
  transform: rotate(45deg);
  left: -6px;
}


@media (min-width: 991px) and (max-width: 991px){
  .m-991px{
    margin-top:180px;
  }

  .hide-991{
    display:none;
  }


}






.property-gallery-images .swiper-button-prev::after {
  transform: rotate(-135deg);
  left: 6px;
}



.swiper-buttons{
  position:absolute;
  bottom:32px;
  left:0;
  display: flex;
  justify-content: end;
  width:100%;
  padding-right: 45px;
}

.gallery-images-large-swiper .swiper-button-prev {
  /*position:absolute;*/
  position:relative;
  bottom:0px;
  left:0% !important;
  background-color: white;
  margin-right: 15px;
}
.gallery-images-large-swiper .swiper-button-next {
  position:relative;
  bottom:0px;
  left:0% !important;
  background-color: white;
}



















.property-gallery-images .swiper-button-next::after {
  transform: rotate(45deg);
  left: -6px;
}
.property-gallery-images .swiper-button-next:hover,
.property-gallery-images .swiper-button-prev:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}



.black-box-arrows .swiper-button-next:hover,
.black-box-arrows .swiper-button-prev:hover {
  background-color: transparent;
  border-color: red;
  color: red;
}
.black-box-arrows .swiper-button-next:hover:after,
.black-box-arrows .swiper-button-prev:hover:after {
  background-color: transparent;
  border-color: red;
  color: red;
}














.publish-fields-box {
  min-height: 100%;
}
.publish-fields-box-head {
  background-color: var(--default);
  color: var(--white);
  /*border-top-left-radius: 20px;*/
  /*border-top-right-radius: 20px;*/
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  position: relative;
  z-index: 1;
}
.publish-fields-box-body {
  border: 1px solid var(--primary);
  margin-top: -1px;
  /*border-bottom-left-radius: 20px;*/
  /*border-bottom-right-radius: 20px;*/

  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.publish-field-item img {
  height: 0.9em;
  margin-right: 7px;
  vertical-align: 0.01em;
  width: 0.9em;
}
.read-more-container {
  color : var(--default) !important;
  position: relative;
}
.read-more-more,
.read-more-container.more .read-more-less {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
}
.read-more-container.more .read-more-more {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}

.read-more-container iframe{
/*pointer-events: auto;*/
}



.read-more-container:not(.has-more) .read-more-button {
  display: none;
}
.read-more-button.more .more-text,
.read-more-button:not(.more) .less-text {
  display: none;
}
.read-more-button {
  /*margin-top: 30px;*/
  display: inline-block;
  border-bottom: 1px solid;
  cursor: pointer;
  color: var(--default);
}
.read-more-button:hover {
  color: var(--primary);
}
.property-agent-box {
  /*border-radius: 20px;*/
  border-radius: 12px; /* new publish design*/
  overflow: hidden;
  background-color: #F7F7F7;
}
.property-agent-image {
  padding-top: 95%;
  position: relative;
}
.property-agent-box p {
  margin-bottom: 13px;
}
.property-agent-social a img {
  height: 21px;
}
.swiper.similar-properties-swiper.with-pseudos::before,
.swiper.similar-properties-swiper.with-pseudos::after {
  top: -30px;
  bottom: -30px;
  width: 10000px;
  background-color: var(--secondary);
}
.swiper.similar-properties-swiper.with-pseudos::before {
  left: -10030px;
}
.swiper.similar-properties-swiper.with-pseudos::after {
  right: -10030px;
}
.similar-properties-swiper .swiper-slide {
  height: auto;
}
/*Property Publish - Enquiry*/
.enquiry-form {
  background-color: white;
  overflow: hidden;
  border-top-left-radius: 13px;
  border-bottom-left-radius: 13px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(71,4,23,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(71,4,23,0.15);
  box-shadow: 0px 0px 22px 0px rgba(71,4,23,0.15);
}
.enquiry-form-toggle {
  min-height: 315px;
  height: 100%;
}

.interested-horizontal{
  position: relative;
  min-height:50px !important;
  max-height: 50px !important;
  /*border-radius: 20px;*/
  display:flex;
  align-items: center;
  justify-content: center;
  margin-top:20px;
  padding-top:5px;
  padding-bottom:5px;
  background-color: var(--primary);
  color:white;
  font-size: 20px;
  font-weight: 700;


}

.big-swiper-height{
  height: fit-content;
}

@media (min-width: 991px){
  .big-swiper-height{
    height: auto;
  }
}


@media (min-width: 768px) and (max-width: 991px){
  .agent-valuation-box-container {
    position: relative;
    background: linear-gradient(to right, rgb(255, 255, 255) 0%,rgb(255, 255, 255) 50%,rgba(255,255,255,0.8) 60%,rgba(255,255,255,0) 100%);
    z-index: 1;
  }

  .property-top-box {
    margin-left: -35px !important;
    margin-right: -35px !important;
  }




}






.enquiry-form-container {
  background-color: var(--white);
  padding: 15px 25px;
  max-width: 595px;
  width: 100%;
}
body:not(.enquiry-form-opened) .enquiry-form-container,
body.enquiry-form-opened .search-form-toggle {
  display: none;
}
body.enquiry-form-opened .stick-side-menu-overlay {
  opacity: 1;
  pointer-events: auto;
}
.enquiry-form-container .form-control,
.enquiry-form-container .select2-container .select2-selection--single,
.enquiry-form-container .select2-container .select2-selection--multiple {
  height: 45px;
}
.enquiry-form-container .form-control-with-label label {
  font-weight: 400;
}
.enquiry-form-container .form-control-with-label.focused label,
.enquiry-form-container .form-control-with-label.always-focused label {
  font-size: 14px;
}
.enquiry-form-container textarea.form-control {
  height: 80px;
}
/*Contact*/
.contact-header {
  position: relative;
}
.contact-header-image {
  position: relative;
  padding-top: 155%;
}
.contact-header-image::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 150px;
  background: linear-gradient(to bottom, rgba(37,33,88,0.7) 0%,rgba(37,33,88,0) 100%);
}
.contact-header-over {
  background-color: var(--default-25);
  color: white;
  padding-top: 130px;
}
.contact-page-info {
  background-color: #f4f0ea;
  overflow: hidden;
}
.contact-page-info p:not(:last-child) {
  margin-bottom: 1em;
}
.contact-page-info .loader:before {
  background-color: rgba(244,240,234,0.7);
}
.my-contact-form .text-danger {
  font-size: 12px;
  position: relative;
  top: 2px;
  color: var(--error) !important;
}
/*Footer*/
footer {
  overflow: hidden;
}
footer img {
  height: 40px;
}
.footer-top {
  border-bottom: 3px solid;
  border-right: 3px solid;
  border-bottom-right-radius: 60px;
}
.footer-social a {
  width: 30px;
  height: 30px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--default);
  font-size: 24px;
  line-height: 1;
}
.footer-social a:hover {
  background-color: var(--primary);
  color: white;
}
.footer-menu li:not(:last-child) {
  margin-bottom: 5px;
}
footer a:hover {
  background: -webkit-linear-gradient(4deg, #1e87c6 0%, #1c628e 53%, #193245 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.each-footer-col a {
  letter-spacing: 1px;
}
footer .form-control.form-control-underline {
  border-radius: 0;
  background-color: transparent;
  color: white;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 2px solid white;
  padding: 5px 0;
  height: auto;
}
footer .form-control.form-control-underline::-webkit-input-placeholder {
  color: white !important;
  opacity: 1 !important;
}
footer .form-control.form-control-underline::-moz-placeholder {
  color: white !important;
  opacity: 1 !important;
}
footer .form-control.form-control-underline:-ms-input-placeholder {
  color: white !important;
  opacity: 1 !important;
}
footer .form-control.form-control-underline::placeholder {
  color: white !important;
  opacity: 1 !important;
}
footer .form-group .btn {
  border-radius: 0;
}
footer .form-group .btn svg {
  height: 1em;
}
footer .sk-square-check {
  background-color: white;
}
/*Forms*/
.form-control {
  box-shadow: none;
  outline: none;
  border: 0;
  border-radius: 8px;
  padding: 0 var(--form-x-padding);
  height: var(--form-height);
  font-size: 1em;
  background-color: var(--default-05) !important;
}
.form-control:hover,
.form-control:focus,
.form-control:active {
  box-shadow: none;
  outline: none;
}
textarea {
  resize: none;
}
textarea.form-control {
  height: 150px;
}
::-webkit-input-placeholder {
  color: var(--default) !important;
  opacity: 1 !important;
}
::-moz-placeholder {
  color: var(--default) !important;
  opacity: 1 !important;
}
:-ms-input-placeholder {
  color: var(--default) !important;
  opacity: 1 !important;
}
::placeholder {
  color: var(--default) !important;
  opacity: 1 !important;
}
.line-control .form-control {
  padding: 5px 0;
  height: auto;
  border-bottom: 2px solid var(--default-20);
  letter-spacing: 0.05em;
}
.form-control-with-label .form-control {
  padding: 25px 12px 10px;
}
.form-control-with-label.line-control .form-control {
  padding: var(--form-top-padding) 0 var(--form-bottom-padding);
}
.form-control-with-label label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 5px 12px;
  font-size: 1em;
  color: var(--default);
  margin: 0;
  pointer-events: none;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 23px;
}
.form-control-with-label.line-control label {
  padding: 10px 0;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.form-control-with-label label span {
  display: block;
}
.form-control-with-label {
  position: relative;
}
.form-control-with-label.focused label,
.form-control-with-label.always-focused label {
  opacity: 0.5;
  font-size: 14px;
}
.form-control-with-label:not(.always-focused):not(.focused) label {
  min-height: 100%;
  padding: 10px 12px;
}
.form-control-with-label.line-control:not(.always-focused):not(.focused) label {
  padding: 10px 0;
}
.form-control-with-label.textarea-label:not(.always-focused):not(.focused) label {
  min-height: var(--form-height);
}
.form-control-with-label .bootstrap-select > .dropdown-toggle::after {
  margin-top: -15px;
}
.input-group .form-control-with-label:first-child .form-control {
  border-right: 0;
}
.form-control-with-label.line-control .form-control {
  background-color: transparent;
}
.form-control.is-invalid,
.was-validated .form-control:invalid,
.form-control-with-label.is-invalid .form-control,
.form-radio-group.is-invalid  {
  background-image: none;
  border-color: rgba(223,34,38,0.2);
  color: var(--error);
}
.form-control-with-label.is-invalid label,
.form-radio-group.is-invalid .form-radio-group-label {
  color: var(--error);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  box-shadow: none;
}
.form-radio-group {
  border-bottom: 2px solid var(--default-20);
}
.form-radio-group-label {
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 10px;
}
.sk-checkbox,
.sk-radio {
  padding-left: 0;
  font-size: inherit;
}
.sk-checkbox .sk-square-check,
.sk-checkbox .sk-rounded-check,
.sk-radio .sk-square-check,
.sk-radio .sk-rounded-check {
  position: relative;
  display: inline-block;
  top: 0;
  margin-right: 0.15em;
}
.sk-square-check,
.sk-rounded-check {
  border-color: transparent;
  background-color: var(--default-05);
  height: 1.2em;
  width: 1.2em;
}
.sk-square-check {
  border-radius: 0;
  height: 1.2em;
  width: 1.2em;
  vertical-align: text-top;
}
.sk-square-check::after {
  margin-left: -0.3em;
  margin-top: -0.5em;
  width: 0.5em;
  height: 0.9em;
}
.sk-square-check::after {
  border: solid #1E9CD8;
}
.sk-rounded-check::after {
  margin-left: 0;
  margin-top: 0;
  width: auto;
  height: auto;
  border-radius: 50%;
  left: 2px;
  bottom: 2px;
  right: 2px;
  top: 2px;
  background-color: var(--default);
}
.sk-square-check.square::after {
  width: auto;
  height: auto;
  border: 0;
  -webkit-transform: none;
  transform: none;
  background-color: var(--default);
  left: 2px;
  bottom: 2px;
  right: 2px;
  top: 2px;
  margin: auto;
}
.sk-checkbox > input:checked ~ .sk-rounded-check,
.sk-radio > input:checked ~ .sk-rounded-check {
  border-color: var(--default);
}
.sk-checkbox > input:checked ~ .sk-square-check.square,
.sk-radio > input:checked ~ .sk-square-check.square {
  border-color: var(--default);
}
.contact-left-side {
  position: relative;
  height: 500px;
}
.contact-info {
  position: absolute;
  bottom: 25px;
  right: 0;
  left: 0;
}
.each-contact-information {
  letter-spacing: 1px;
}
.each-contact-information a {
  color: var(--default);
}
.each-contact-information a:hover {
  background: -webkit-linear-gradient(4deg, #1e87c6 0%, #1c628e 53%, #193245 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.each-contact-info-icon {
  margin-right: 2px;
}
.each-contact-info-icon img {
  height: 20px;
}
.each-contact-info {
  margin-right: 2px;
}
.contact-ride-side h5 {
  margin-bottom: 35px;
  letter-spacing: 1px;
}
.contact-agree-terms {
  letter-spacing: 0.5px;
}
.contact-email {
  margin-top: 0px;
}
.contact-agree-terms a:hover {
  background: -webkit-linear-gradient(4deg, #1e87c6 0%, #1c628e 53%, #193245 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.invalid-feedback.absolute {
  bottom: 0;
  left: 0;
  margin:    0 !important;
  position: absolute;
  right: 0;
  transform: translateY(100%);
}
.contact-us {
  margin-bottom: 130px;
}
.contact-left-side {
  border-right: 2px;
  padding-right: 70px;
  position: relative;
  padding-top: 40px;
}
.contact-ride-side {
  padding-top: 55px;
  padding-right: 100px;
}
.contact-left-side::before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 2px;
  border-right:   1px solid transparent;
  border-image:     linear-gradient(to bottom, #1A54BD, #040443) 1 100%;
  border-image-slice: 1;
}
.text-blue-contact {
  background: -webkit-linear-gradient(0deg, #1c628e 0%, #1e87c6 22%, #48abe0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c-left-side-top h3 {
  line-height: 1.3;
  letter-spacing: 1px;
}
.contact-btn {
  background: linear-gradient(89deg, #00162ac4 -25%, #039de1 20%);
  color: white;
  border-radius: 30px;
  font-size: 17px;
  padding:   5px 12px;
  letter-spacing: 0.5px;
  position: relative;
  transition: none;
}
.btn.focus, .btn:focus {
  box-shadow: none !important;
}
.contact-btn:hover {
  background: -webkit-linear-gradient(0deg, #193245 0%, #1e87c6 100%);
  -webkit-background-clip:  text;
  -webkit-text-fill-color: transparent;
}
.contact-btn:hover::before {
  content: "";
  position: absolute;
  inset: 0;
  padding:   2px;
  background:    linear-gradient(89deg,#001629,#039DE1);
  border-radius:  inherit;
  mask: conic-gradient(#000 0 0) content-box exclude,conic-gradient(#000 0 0);
}
.submit-icon {
  -webkit-filter:    brightness(0) invert(1);
  filter: brightness(0) invert(1);
  margin-left: 8px;
  margin-top: -2px;
}
.contact-btn:hover .submit-icon {
  filter: none;
}
.form-group {
  position: relative;
}
.my-contact-form-cover .form-group .text-danger {
  position: absolute;
  left: 0;
  bottom: -2px;
  -webkit-transform: translateY(100%);
  -moz-transform:  translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.slider-content .slider-btn {
  display: none;
}
/*Responsive - Mobile First*/
/* sm */
@media (min-width: 576px) {
  /*Modal*/
  .modal-dialog-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-bottom .modal-content {
    border-radius: 40px;
  }
  /*Contact*/
  .contact-header-image {
    padding-top: 100%;
  }
}
/* md */
@media (min-width: 768px) {
  /*All*/
  :root {
    --body-size: 16px;
    --search-form-padding: 25px;
    --search-form-padding-min: -25px;
    --form-x-padding: 15px;
    --form-top-padding : 30px;
    --form-height: 50px;
  }
  /*Forms*/
  textarea.form-control {
    height: 155px;
  }
  /*Header*/
  header .logo img {
    height: 100px;
  }
  /*Fixed Header*/
  .fixed-header .logo img {
    height: 50px;
  }
  /*Search Form*/
  #homepage-slider + #search-form .search-form {
    margin-top: -280px;
  }
  .purpose-toggle .text {
    padding: 8px 10px;
  }
  .form-search-ref-id .form-control {
    /*padding: 5px var(--search-form-padding) 5px 65px !important;*/
    padding: 5px 5px 5px 35px !important;
  }
  .search-form.advance-search-open .form-search-ref-id .form-control {
    padding: 15px var(--search-form-padding) 15px 65px !important;
  }
  .search-form .form-group {
    margin-bottom: 20px;
  }
  .search-form .form-control,
  .search-form .select2-container .select2-selection--single,
  .search-form .select2-container .select2-selection--multiple {
    height: 65px;
  }
  .search-form .form-control-with-label .form-control,
  .search-form .form-control-with-label .select2-container .select2-selection--single .select2-selection__rendered,
  .search-form .select2-container .select2-selection--multiple {
    padding: 30px var(--form-padding-x) 10px;
    background-color: white;
    border-radius: 5px;
    height: 99.8%;
  }
  .contact-email {
    margin-top: -1px;
  }
  .search-form .form-control-with-label label {
    padding: 7px var(--form-padding-x);
  }
  .advance-search-toggle-open {
    padding-right: 40px;
  }
  /*Property Results*/
  .sorting-select {
    width: 170px;
    font-size: 16px;
  }
  /*Property Listings*/
  .spot-property-res-item .property-res-purpose,
  .spot-property-res-item .property-res-location {
    padding: 5px 7px;
  }
  /*Contact*/
  .contact-header-image {
    padding-top: 75%;
  }
  .contact-header-image::after {
    height: 250px;
  }
  .contact-header-over {
    padding-top: 250px;
  }
  /*Footer*/
  footer img {
    height: 55px;
  }
  .footer-menu li:not(:last-child) {
    margin-bottom: 15px;
  }
}
/* lg */
@media (min-width: 992px) {

  .slider-content .slider-btn {
    display: block;
  }
  #homepage-slider .slider-btn {
    display: none;
  }



  /*All*/
  .circle-text-wrap {
    width: 275px;
    height: 275px;
  }
  .circle-text {
    width: 275px;
    height: 275px;
  }
  .circle-text span {
    height: 137.5px;
  }
  /*Page Header Section*/
  .page-header-border {
    padding-bottom: 80px;
  }

  /* michalis*/

  .my-contact-form .text-danger {
    text-align: right;
  }
  .contact-page-info p:not(:last-child) {
    margin-bottom: 1.7em;
  }


  .custom-border-right-edge, .custom-border-right{
    border-right: 2px solid rgba(35, 31, 32, 0.2);

  }
  .custom_border-bottom{
    border-bottom: none;
  }




  /*contacts*/
  .contact-email {
    margin-top: -2px;
  }
  .contacts-container{
    /*padding-top:90px !important;*/
  }
  .contacts-title-text{

    /*padding-left: 40px;*/
  }


  .contact-info-text-div {
    padding-top: 45px;
    padding-left: 16%;
    border-right: 6px solid rgba(35, 31, 32, 0.1);
    border-bottom: 6px solid rgba(35, 31, 32, 0.1);
    border-bottom-right-radius: 60px;
  }
  .optional-text{
    font-size: 12px;
  }

  .small-gray-text{
    color: rgba(35, 31, 32, 0.6);
    font-size: 14px;
  }

  /*end contacts*/


















}



@media (min-width: 1024px){
  .col-lg-45 {
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%
  }
  .col-lg-55 {
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%
  }
}



@media (max-width: 1199px) {
  .black-box-arrows{
    height: 50px;
    padding-right: 15px;
  }

  .black-box-arrows .swiper-button-prev {
    width:35px;
    height: 35px;
    margin-right: 15px;
  }
  .black-box-arrows .swiper-button-next {
    width:35px;
    height: 35px;
  }
  .black-box-arrows .swiper-button-prev::after,
  .black-box-arrows .swiper-button-next::after {
    width: 12px;
    height: 12px;
  }











}




/* xl */
@media (min-width: 1200px) {
  /*All*/
  :root {
    --body-size: 18px;
    --form-padding-x: 20px;
  }
  /*Fixed Header*/
  .fixed-header .logo img {
    height: 55px;
  }
  /*Page Header Section*/
  .page-header-border {
    padding-bottom: 100px;
  }
  /*Contact*/
  .contact-header-image {
    padding-top: 50%;
  }
  /*info numbers section*/
  .big-gray-text{
    font-size: 112px;
  }

}
/* xxl */
@media (min-width: 1500px) {
  /*All*/
  :root {
    --search-form-padding: 35px;
    --search-form-padding-min: -35px;
    --form-x-padding: 20px;
    --form-top-padding : 35px;
    --form-height: 50px;
  }
  /*Forms*/
  textarea.form-control {
    height: 155px;
  }
  /*Header*/
  header .logo img {
    height: 125px;
  }
  /*Search Form*/
  #homepage-slider + #search-form .search-form {
    margin-top: -310px;
  }
  .advance-search-toggle-open {
    padding-right: 85px;
  }
  .search-form .form-group {
    margin-bottom: 30px;
  }
  /*Contact*/
  .contact-email {
    margin-top: -4px;
  }
  .contact-header-image::after {
    height: 350px;
  }
  .contact-header-over {
    padding-top: 350px;
  }
  /*Footer*/
  footer img {
    height: 70px;
  }
}
/* xxxl */
@media (min-width: 1750px) {
}





/*Responsive - Desktop First*/
/* xxl */
@media (max-width: 1749.98px) {
  .contact-left-side::before {
    right: 60px;
  }
}
/* xl */
@media (max-width: 1499.98px) {

}
/* lg */
@media (max-width: 1199.98px) {

}

/* md */
@media (max-width: 991.98px) {


  .property-publish-big-image{
    padding-top: 71.9%;
  }



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


  .property-res-features svg {
    height: 20px;
    vertical-align: -2px;
    margin-right: 2px;
  }



  /*Contact*/

  .reference-search-div{
    min-width: 270px;
  }


  .property-top-box {
    margin-left: -15px;
    margin-right: -15px;
    border: none !important;
    box-shadow: none;
    border-radius: 0px;
  }

  .publish-fields-box-head {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;

  }





  .contact-page-info-circle {
    position: relative;
    z-index: 1;
  }
  .contact-page-info-circle:before {
    content: "";
    position: absolute;
    left: -1000px;
    right: -1000px;
    top: 0;
    bottom: -1000px;
    background-color: white;
    z-index: -1;
  }
  /*Footer*/
  .footer-column {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,0.5);
  }
}

.search-bottom-back{

  /*z-index: -1;*/



  position: absolute; /* Ensures it's positioned relative to its closest positioned ancestor */
  width: 100%;
  height: 100%;
  top: 0;
  left:10px;
  /*left: 50%;*/
  /*transform: translate(-50%, 0); !* Centers the element *!*/
}

.search-form .select2-container .select2-selection--multiple {
  min-height: 65px;
  height:fit-content;
  padding-bottom: 0;
}



/* sm */
@media (max-width: 767.98px) {

  .search-form.advance-search-open .show-on-advance-padding {
    padding:15px ;
  }

  .search-bottom-back{
    /*z-index: -1;*/
    position: absolute; /* Ensures it's positioned relative to its closest positioned ancestor */
    width: 100%;
    height: 100%;
    top: 0;
    left:0px;
    /*left: 50%;*/
    /*transform: translate(-50%, 0); !* Centers the element *!*/
  }


  #homepage-slider + #search-form .search-form {
    margin-top: -210px;
    position: relative;
    z-index: 1;
    min-height: 100px;
  }

  .search-select{
    max-height: 35px;
  }

  .search-form .form-control,
  .search-form .select2-container .select2-selection--single,
  .search-form .select2-container .select2-selection--multiple {
    border-radius: 3px;
    height: 35px;

  }

  .search-form .select2-container .select2-selection--multiple {
    min-height: 35px;
    height:fit-content;
  }




  .search-form .select2-container--classic .select2-selection--single .select2-selection__arrow, .search-form .select2-container--classic .select2-selection--multiple .select2-selection__arrow {
    height: 35px;
  }


  .search-form .form-group {
    margin-bottom: 10px;
  }






  .form-search-ref-id {
    /*margin: 0 var(--search-form-padding-min);*/
    position: relative;
  }
  .form-search-ref-id svg {
    position: absolute;
    /*left: var(--search-form-padding);*/
    left:5px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 10px;
    fill: none;
    stroke-miterlimit: 10;
    stroke-width: 3px;
    stroke: rgba(0,0,0,0.5);
    pointer-events: none;
  }
  .form-search-ref-id .form-control {
    /*background-color: var(--default-10);*/
    background-color: rgba(255, 255, 255, 0.7);
    color: var(--default);
    padding: 0px 15px 0px 20px !important;
    font-weight: 500;
    height: auto !important;
    border: 0;
    width:100%;
    /*border-radius: 0;*/
    font-size: 1.1em;
  }


  .search-form-container {

    border-radius: 0px;
    padding-right:0;
  }


  .advance-search-box {

    border-radius: 5px;
  }



  .select2-container--classic .select2-selection--single .select2-selection__arrow b, .select2-container--classic .select2-selection--multiple .select2-selection__arrow b {
    border-color: var(--default) transparent transparent transparent;
    border-width: 4px 4px 0 4px;
    margin-left: 0px;
  }

  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b, .select2-container--classic.select2-container--open .select2-selection--multiple .select2-selection__arrow b {
    border-color: transparent transparent var(--default) transparent;
    border-width: 0 4px 4px 4px;
  }




  .select2-container .select2-selection--multiple::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    border-color: var(--default) transparent transparent transparent;
    border-width: 4px 4px 0 4px;
    border-style: solid;
    height: 0;
  }

  .select2-container--classic.select2-container--open .select2-selection--multiple::after {
    border-color: transparent transparent var(--default) transparent;
    border-width: 0 4px 4px 4px;
  }


  .search-form .form-control-with-label .form-control, .search-form .form-control-with-label .select2-container .select2-selection--single .select2-selection__rendered, .search-form .select2-container .select2-selection--multiple {
    padding: 13px var(--form-padding-x) 7px;
  }

  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: var(--default-10);
    border: none;
    border-radius: 0;
    margin: 0 5px 5px 0;
    font-size: 12px;
  }















  .enquiry-form-container {
    background-color: var(--white);
    padding: 15px 5px;
    max-width: 767px;
    width: 100%;
  }

  .enquiry-form-row{
    margin-right: -45px;
  }

  .enquiry-close{
    position:absolute;
    right:5px;
    top:0;
    width:20px;
    height:20px;
  }



  .interested-horizontal-inside{
    position: relative;
    min-height:50px !important;
    max-height: 50px !important;
    /*border-radius: 20px;*/
    display:flex;
    align-items: center;
    justify-content: center;
    /*margin-top:20px;*/
    padding-top:5px;
    padding-bottom:5px;
    background-color: var(--primary);
    color:white;
    font-size: 20px;
    font-weight: 700;
    margin-top:-20px;
    margin-left:-5px;
    margin-right:-5px;



  }










}
/* xs */
@media (max-width: 575.98px) {


    #homepage-slider + #search-form .search-form {
      margin-top: -210px;
      position: relative;
      z-index: 1;
      min-height: 100px;
    }














  .city-half-height{
    /*height: 80px !important;*/
    padding-top: 80px !important;
  }

  .city-res-wrap {
    padding-top: 165px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
  }






  /*Modal*/
  .modal-dialog-bottom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: end;
    min-height: calc(100% - 50px);
    margin: 50px 0 0;
  }
  .modal-dialog-bottom .modal-content {
    border-radius: 40px 40px 0 0;
  }
}

@media (max-width: 400px) {
  #homepage-slider + #search-form .search-form {
    margin-top: -190px;
    position: relative;
    z-index: 1;
    min-height: 100px;
  }
}
/*responsive michaella */
@media only screen and (max-width: 1700px) {
  .our-partners-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .experience-numbers {
    padding-left: 30px;
    padding-right: 30px;
  }
  .slider-content {
    max-width: 600px;
  }
}
@media only screen and (max-width: 1650px) {
  .our-mission {
    margin-top: 20px;
  }
  .our-mission p br {
    display: none;
  }
  .our-mission p {
    max-width: 900px;
  }
  .legacy-text {
    max-width: 1100px;
  }
  .contact-left-side::before {
    right: 45px;
  }
  .contact-ride-side {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 1600px) {
  .our-partners-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .experience-numbers {
    padding-left: 15px;
    padding-right: 15px;
  }
  .slider-content {
    max-width: 520px;
  }
  .contact-left-side::before {
    right: 35px;
  }
  .partners-wrap-about {
    margin-top: 100px;
    padding-left: 70px;
  }
}
@media only screen and (max-width: 1550px) {
  .legacy-text {
    max-width: 1000px;
  }
  .contact-left-side::before {
    right: 22px;
  }
  .aboutus-each-partner img {
    height: 65px;
  }
}
@media only screen and (max-width: 1500px) {
  .our-partners-container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .experience-numbers {
    padding-left: 0px;
    padding-right: 0px;
  }
  .our-mission p {
    max-width: 750px;
  }
  .partners-wrap-about {
    margin-top: 90px;
  }
  .each-team-wrap {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .about-our-partners {
    padding-top: 95px;
  }
  .legacy-contracts {
    margin-bottom: 100px;
  }
  .each-contact-info {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 1415px) {
  .each-partner img {
    height: 60px;
  }
  .partners-wrap-about {
    padding-left: 0;
  }
}
@media only screen and (max-width: 1350px) {
  .legacy-text {
    max-width: 850px;
  }
}
@media only screen and (max-width: 1300px) {
  .border-left {
    margin-right: 25%;
  }
  .border-right {
    margin-left: 25%;
  }
  .aboutus-each-partner img {
    height: 58px;
  }
}
@media only screen and (max-width: 1280px) {
  .about-our-partners {
    margin-top: 80px;
    padding-top: 75px;
    padding-bottom: 95px;
  }
  .our-mission {
    margin-top: 25px;
  }
  .our-history-content {
    margin-top: 35px;
  }
  .our-history {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .legacy-contracts {
    position: relative;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 1240px) {
  .each-partner img {
    height: 55px;
  }
  .contact-ride-side {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .board-heading-wrap br {
    display: none;
  }
  .slider-content {
    max-width: 420px;
  }
  .our-mission p {
    max-width: 620px;
  }
  .our-mission {
    margin-top: 10px;
  }
  .each-team-wrap {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .legacy-text {
    max-width: 740px;
  }
  .aboutus-each-partner img {
    height: 55px;
  }
}
@media only screen and (max-width: 1115px) {
  .each-partner img {
    height: 50px;
  }
  .aboutus-each-partner img {
    height: 52px;
  }
}
@media only screen and (max-width: 1060px) {
  .aboutus-each-partner img {
    height: 50px;
  }
  .contact-left-side::before {
    right: 15px;
  }
}
@media only screen and (max-width: 1040px) {
  .main-menu-container {
    margin-left: 40px;
  }
  .our-mission p {
    max-width: 550px;
  }
  .about-partners-content p br {
    display: none;
  }
  .legacy-text {
    max-width: 650px;
  }
  .each-partner img {
    height: 47px;
  }
  .aboutus-each-partner img {
    height: 47px;
  }
  .legacy-contracts-section::after {
    top: 280px;
  }
}
@media only screen and (max-width: 991.98px) {
  .main-menu-container {
    display: flex;
    flex-direction: column-reverse;
    border-bottom: none;
    padding-bottom: 0;
  }
  .each-header-language .item:last-child {
    padding-right: 0;
  }
  .header-megamenu {
    margin-top: 15px;
  }
  .header-line {
    display: none;
  }
  .header-container {
    position: relative;
    margin-bottom: 10px;
  }
  .resp-border-header {
    border-top:1px solid;
    border-image: linear-gradient(to right,#1A54BD,#040443) 1 0 0 0;
  }
  .each-partner img {
    margin: auto;
    display: block;
  }
  .each-partner {
    margin-bottom: 50px;
  }
  .each-experience-number {
    margin-bottom: 25px;
  }
  .top-footer-wrap {
    display: flex;
    flex-direction: column-reverse;
  }
  .bottom-footer {
    margin-top: 10px;
  }
  .bottom-footer .row {
    display: flex;
    flex-direction: column;
  }
  .footer-terms {
    margin-bottom: 7px;
  }
  .slider-content {
    max-width: 350px;
  }
  .homepage-slider-image {
    margin-top: 50px;
  }
  .our-mission p {
    max-width: 500px;
  }
  .partners-wrap-about {
    margin-top: 50px;
  }
  .about-our-partners {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .aboutus-each-partner {
    margin-bottom: 30px;
    text-align: center;
  }
  .about-our-partners {
    margin-top: 70px;
  }
  .our-history-content {
    max-width: 100%;
    margin-top: 30px;
  }
  .our-history {
    padding-bottom: 60px;
  }
  .each-partner img {
    height: auto;
  }
  .gallery-top-content {
    position: relative;
    bottom: 0;
    text-align: right;
    margin-top: 30px;
  }
  .legacy-contracts-section {
    margin-top: 40px;
  }
  .legacy-contracts-section {
    margin-right: -15%;
  }
  .partner-btn {
    margin-top: 60px;
  }
  .aboutus-each-partner img {
    height: auto;
  }
  .contact-left-side::before {
    display: none;
  }
  .contact-left-side {
    padding-right: 0;
    padding-top: 0;
    height: auto;
  }
  .contact-info {
    position: relative;
    bottom: 0;
    margin-top: 30px;
  }
  .contact-us {
    margin-bottom: 70px;
  }
  .contact-ride-side {
    border-top: 1px solid;
    border-image:  linear-gradient(to right,#1A54BD,#040443) 1 0 0 0;
    margin-top: 35px;
    position: relative;
    padding-top: 40px;
  }
  .contact-ride-side::before {
    position: absolute;
    content: "";
    border-image:   linear-gradient(to right,#1A54BD,#040443) 1 0 0 0;
    top: -1px;
    left: -70px;
    width: 70px;
    bottom: 0;
    border-top:   1px solid;
  }
  .contact-ride-side::after {
    position: absolute;
    content: "";
    border-image: linear-gradient(to right,#1A54BD,#040443) 1 0 0 0;
    top: -1px;
    right: -70px;
    width: 70px;
    bottom: 0;
    border-top: 1px solid;
  }
  .legacy-contracts-section::after {
    top: 300px;
  }
  .gallery-top-content .swiper-button-next, .gallery-top-content .swiper-button-prev {
    width: 50px;
    height: 50px;
  }
  .gallery-top-content .swiper-button-next img {
    margin-right: 20px;
    width: 28px;
  }
  .gallery-top-content .swiper-button-prev img {
    margin-left: 20px;
    width: 28px;
  }
  .gallery-top-content .swiper-button-prev {
    margin-right: 8px;
  }
  .gallery-top-content {
    margin-top: 20px;
  }
  .legacy-contracts-section {
    margin-top: 27px;
  }
  .legacy-contracts {
    margin-bottom: 60px;
  }
  .legacy-contracts-section::after {
    top: 255px;
  }
}
@media only screen and (max-width: 976px) {
  .legacy-contracts-section::after {
    top: 290px;
  }
}
@media only screen and (max-width: 769px) {
  .border-left {
    margin-right: 30px;
  }
  .border-right {
    margin-left: 30px;
  }
  .each-experience-number {
    margin-bottom: 20px;
  }
  .ai-menu-footer a {
    font-size: 15px;
    padding: 8px 15px;
  }
  .ai-menu-footer img {
    height: 1.2em;
    margin-right: 5px;
  }
  .ai-menu-footer a {
    margin-top: 10px;
    margin-bottom: 18px;
  }
  .our-mission p {
    max-width: 100%;
    line-height: 1.6;
  }
  .our-mission {
    margin-top: 15px;
  }
  .about-our-partners {
    padding-top: 35px;
    padding-bottom: 45px;
  }
  .aboutus-each-partner {
    margin-bottom: 22px;
  }
  .partners-wrap-about {
    margin-top: 30px;
  }
  .about-our-partners {
    margin-top: 45px;
  }
  .each-team-wrap {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .board-heading-wrap br {
    display: none;
  }
  .our-history {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .our-history-content {
    margin-top: 20px;
  }
  .btn-style {
    padding: 8px 15px;
  }
  .slider-btn {
    margin-top: 30px;
  }
  #homepage-slider .slider-btn {
    margin-top: 50px;
  }
  .partner-btn {
    margin-top: 20px;
  }
  .page-title {
    letter-spacing: 1px;
  }
  .each-contact-info {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .contact-agree-terms {
    text-align: right;
  }
  .contact-us {
    margin-bottom: 60px;
  }
  .contact-ride-side {
    padding-top: 35px;
    margin-top: 25px;
  }
  .contact-ride-side h5 {
    margin-bottom: 22px;
  }
  .form-group {
    margin-bottom: 13px;
  }
  .each-partner {
    margin-bottom: 30px;
  }
  .each-partner img {
    height: 60px;
  }
  .aboutus-each-partner img {
    height: 65px;
  }
  .legacy-contracts-section::after {
    top: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .legacy-contracts-section::after {
    top: 250px;
  }
}
@media only screen and (max-width: 623px) {
  .legacy-contracts-section::after {
    top: 270px;
  }
}
@media only screen and (max-width: 576px) {
  #homepage-slider .slider-btn {
    margin-top: 40px;
  }
  .homepage-slider-image {
    margin-top: 40px;
  }
  .legacy-contracts-section {
    margin-right: -35%;
  }
  .legacy-contracts {
    margin-bottom: 50px;
  }
  header .logo img {
    height: 85px;
  }
  .main-menu-container {
    margin-left: 0;
  }
  .border-left {
    margin-right: 15px;
  }
  .border-right {
    margin-left: 15px;
  }
  .each-partner {
    margin-bottom: 25px;
  }
  .our-mission p {
    line-height: 1.7;
  }
  .about-our-partners {
    padding-top: 30px;
    padding-bottom: 42px;
    margin-top: 40px;
  }
  .board-heading-wrap br {
    display: none;
  }
  .each-team-wrap {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .board-heading-wrap br {
    display: block;
  }
  .board-heading-wrap {
    margin-bottom: 25px;
    line-height: 1.5;
  }
  .each-member {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 18px;
  }
  .member-fullname {
    margin-bottom: 2px;
  }
  .our-history {
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .partner-btn {
    margin-top: 30px;
  }
  .contact-info {
    margin-top: 25px;
  }
  .aboutus-each-partner img {
    height: 55px;
  }
  .aboutus-each-partner {
    margin-bottom: 16px;
  }
  .gallery-top-content .swiper-button-next, .gallery-top-content .swiper-button-prev {
    width: 45px;
    height: 45px;
  }
  .gallery-top-content .swiper-button-next img {
    margin-right: 18px;
    width: 28px;
  }
  .gallery-top-content .swiper-button-prev img {
    margin-left: 18px;
    width: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .legacy-contracts-section::after {
    top: 260px;
  }
}
@media only screen and (max-width: 505px) {
  .legacy-contracts-section::after {
    top: 287px;
  }
}
@media only screen and (max-width: 425px) {
  .legacy-contracts-section::after {
    top: 310px;
  }
}
@media only screen and (max-width: 414px) {
  header .logo img {
    height: 75px;
  }
}
@media only screen and (max-width: 381px) {
  .each-contact-information {
    font-size: 14px !important;
  }
  .contact-email {
    width: 85px;
  }
}
@media only screen and (max-width: 375px) {
  .each-member {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media only screen and (max-width: 369px) {
  .legacy-contracts-section::after {
    top: 330px;
  }
}
@media only screen and (max-width: 360px) {
  .each-contact-info-icon img {
    height: 18px;
  }
  .each-contact-info-icon {
    margin-right: 0;
  }
  .contact-email {
    width: 80px;
  }
}
@media only screen and (max-width: 362px) {
  .each-contact-information {
    font-size: 13.5px !important;
  }
}
@media only screen and (max-width: 352px) {
  .each-contact-information {
    font-size: 13px !important;
  }
  .contact-email {
    width: 75px;
  }
}
@media only screen and (max-width: 320px) {
  .board-heading-wrap br {
    display: none;
  }
}
