@import url("https://fonts.googleapis.com/css2?family=Sora:wght@200;300;400;500;600;700;800&display=swap");
body {
  margin: 0;
  font-size: 0.938rem;
  line-height: 24px;
  overflow-x: hidden !important;
  overflow-y: scroll;
  font-family: "Sora", sans-serif;
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  position: relative;
}

p {
  margin: 10px 0 0 0;
  color: #7C8893;
  line-height: 24px;
}

a {
  text-decoration: none;
  transition: all 0.5s;
}
a:hover {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}
section {
  padding: 80px 0px;
}
@media (max-width: 991px) {
  section {
    padding: 60px 0px;
  }
}
@media (max-width: 480px) {
  section {
    padding: 40px 0px;
  }
}

h2 {
  color: #015CC8;
  font-size: 2rem;
  line-height: 48px;
  font-weight: 700;
  position: relative;
  text-align: left;
}
h2 span {
  color: #000;
  font-weight: 400;
}
h2::before {
  position: absolute;
  left: 0;
  bottom: -5px;
  content: "";
  background: #1DA1F2;
  width: 60px;
  height: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  h2 {
    font-size: 1.8rem;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  h2 {
    line-height: 35px;
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  h2 {
    font-size: 1.8rem;
    line-height: 35px;
  }
}

.scrollup {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 40px;
  right: 20px;
  display: none;
  text-indent: -9999px;
  z-index: 99999;
  background: url(../images/up-arrow.svg) no-repeat;
}
.scrollup img {
  width: 50px;
  height: 50px;
}

.form-group,
.form-floating {
  position: relative;
}
.form-group input,
.form-group .form-select,
.form-floating input,
.form-floating .form-select {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  height: 45px;
  padding: 0 20px;
  width: 100%;
  font-size: 1rem;
  transition: all 0.4s ease;
  color: #5a5a59;
  border: 1px solid #ced4da;
}
.form-group input:focus,
.form-group textarea:focus,
.form-group .form-select:focus,
.form-group select:focus,
.form-floating input:focus,
.form-floating textarea:focus,
.form-floating .form-select:focus,
.form-floating select:focus {
  color: #5a5a59;
  outline: 0;
  box-shadow: none;
  border-color: #015CC8;
  transition: all 0.6s ease-in-out;
}
.form-group input:disabled,
.form-group input[readonly],
.form-floating input:disabled,
.form-floating input[readonly] {
  background-color: #015CC8;
}
.form-group textarea,
.form-floating textarea {
  height: 100px;
  padding: 10px 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  resize: none;
  width: 100%;
  font-size: 1rem;
  border: 1px solid #ced4da;
  transition: all 0.4s ease;
}
.form-group ::-moz-placeholder, .form-floating ::-moz-placeholder {
  color: #9c9c99;
  font-weight: 500;
  opacity: 1;
  /* Firefox */
}
.form-group ::placeholder,
.form-floating ::placeholder {
  color: #9c9c99;
  font-weight: 500;
  opacity: 1;
  /* Firefox */
}
.form-group :-ms-input-placeholder,
.form-floating :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9c9c99;
  font-weight: 500;
}
.form-group ::-ms-input-placeholder,
.form-floating ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #9c9c99;
  font-weight: 500;
}

.modal-content {
  border: 5px solid rgba(253, 238, 238, 0.2);
  background: #fff;
}
.modal-content .close-enquiry .close {
  color: #fff;
}
.modal-content h2 {
  font-size: 1.6rem;
}
.modal-content .close {
  background: none;
  border: none;
  font-size: 24px;
  color: #015CC8;
  position: absolute;
  right: 0;
  z-index: 999;
}
.modal-content .radio__style__mobile {
  width: 100%;
  margin-bottom: 5px;
  /* Made by */
}
@media (max-width: 768px) {
  .modal-content .radio__style__mobile {
    display: block;
  }
}
.modal-content .radio__style__mobile input[type=radio] {
  display: none;
}
.modal-content .radio__style__mobile input[type=radio]:checked + .box {
  background: rgb(29, 161, 242);
  background: linear-gradient(0deg, rgb(29, 161, 242) 0%, rgb(1, 92, 200) 100%);
  border: 1px solid #0e468a;
}
.modal-content .radio__style__mobile input[type=radio]:checked + .box span {
  color: white;
  transform: translateY(0px);
}
.modal-content .radio__style__mobile input[type=radio]:checked + .box span:before {
  transform: translateY(0px);
  opacity: 1;
}
.modal-content .radio__style__mobile .box {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 5px 15px;
  background-color: #fff;
  transition: all 250ms ease;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  will-change: transition;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  border: 1px solid #fff;
}
.modal-content .radio__style__mobile .box:active {
  transform: translateY(10px);
}
.modal-content .radio__style__mobile .box span {
  position: relative;
  transform: translate(0);
  font-weight: 600;
  transition: all 300ms ease;
  font-size: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #1DA1F2;
}
@media (max-width: 768px) {
  .modal-content .radio__style__mobile .box span {
    font-size: 0.875rem;
    font-weight: 500;
  }
}
.modal-content .search {
  flex-wrap: wrap;
}
.modal-content .search .location {
  width: 100% !important;
}
.modal-content .search .search__bar {
  width: 100% !important;
}
.modal-content .search .search__btn {
  width: 100% !important;
}

header {
  background: #fff;
  padding: 10px 50px;
  width: 100%;
  position: fixed;
  z-index: 99;
  top: 0;
  height: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  header {
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  header {
    padding: 10px;
  }
}
@media (max-width: 992px) {
  header .nav-brand {
    padding: 0px;
  }
}
header .logo {
  background: url(../images/logo.svg);
  display: inline-block;
  width: 305px;
  height: 48px;
  top: 0;
  position: absolute;
  margin-top: 5px;
  transition: all 0.4s ease-in-out;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  header .logo {
    width: 210px;
    height: 48px;
    top: 5px;
  }
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  header .logo {
    width: 270px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  header .logo {
    width: 250px;
  }
}
@media (max-width: 767px) {
  header .logo {
    width: 240px;
  }
}
@media (max-width: 480px) {
  header .logo {
    width: 230px;
  }
}
header .stickysearch {
  display: none;
}
header .search__icon {
  display: none;
}
header .search__icon_fixed {
  display: none;
}

.cbp-af-header.cbp-af-header-shrink {
  top: 0;
  padding: 0px 10px;
  background: #015CC8;
  height: 72px;
}
@media (max-width: 1200px) {
  .cbp-af-header.cbp-af-header-shrink {
    height: 60px;
  }
}
.cbp-af-header.cbp-af-header-shrink .nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #fff, 0 1em 0 0 #fff;
}
.cbp-af-header.cbp-af-header-shrink .nav-menu {
  margin-top: 15px;
}
.cbp-af-header.cbp-af-header-shrink .nav-toggle {
  margin-top: -5px;
}
@media (max-width: 480px) {
  .cbp-af-header.cbp-af-header-shrink .nav-toggle {
    right: 0;
  }
}
.cbp-af-header.cbp-af-header-shrink .nav-brand {
  padding: 0;
}
.cbp-af-header.cbp-af-header-shrink .logo {
  background: url(../images/white_logo.svg);
  display: inline-block;
  width: 250px;
  height: 35px;
  top: 6px;
  position: relative;
  transition: all 0.4s ease-in-out;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .cbp-af-header.cbp-af-header-shrink .logo {
    width: 270px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cbp-af-header.cbp-af-header-shrink .logo {
    width: 250px;
  }
}
@media (max-width: 767px) {
  .cbp-af-header.cbp-af-header-shrink .logo {
    width: 240px;
  }
}
@media (max-width: 480px) {
  .cbp-af-header.cbp-af-header-shrink .logo {
    width: 230px;
  }
}
.cbp-af-header.cbp-af-header-shrink .search__icon {
  display: block;
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: relative;
  cursor: pointer;
  color: #fff;
  font-size: 1rem;
}
.cbp-af-header.cbp-af-header-shrink .search__icon i {
  color: #fff;
}
@media (max-width: 767px) {
  .cbp-af-header.cbp-af-header-shrink .search__icon {
    margin-top: 8px;
  }
}
@media (max-width: 480px) {
  .cbp-af-header.cbp-af-header-shrink .search__icon {
    right: 30px;
  }
}
.cbp-af-header.cbp-af-header-shrink .search__icon_fixed {
  display: none;
}
@media (max-width: 1200px) {
  .cbp-af-header.cbp-af-header-shrink .search__icon_fixed {
    display: block;
    width: 30px;
    height: 30px;
    padding: 6px 2px 0;
    position: absolute;
    top: 10px;
    cursor: pointer;
    color: #fff;
    margin-top: 6px;
    right: 62px;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .cbp-af-header.cbp-af-header-shrink .search__icon_fixed {
    margin-top: 8px;
  }
}
@media (max-width: 480px) {
  .cbp-af-header.cbp-af-header-shrink .search__icon_fixed {
    right: 30px;
  }
}
.cbp-af-header.cbp-af-header-shrink .stickysearch {
  display: block;
  width: 42%;
}
@media (max-width: 1200px) {
  .cbp-af-header.cbp-af-header-shrink .stickysearch {
    display: none;
  }
}
.cbp-af-header.cbp-af-header-shrink .stickysearch .radio__style__desktop {
  width: 100%;
  transform: translateY(0px);
  display: block;
  /* Made by */
}
@media (max-width: 768px) {
  .cbp-af-header.cbp-af-header-shrink .stickysearch .radio__style__desktop {
    display: none;
  }
}
.cbp-af-header.cbp-af-header-shrink .stickysearch .radio__style__desktop input[type=radio] {
  display: none;
}
.cbp-af-header.cbp-af-header-shrink .stickysearch .radio__style__desktop input[type=radio]:checked + .box {
  background: rgb(29, 161, 242);
  background: linear-gradient(0deg, rgb(29, 161, 242) 0%, rgb(1, 92, 200) 100%);
  border: 1px solid #0e468a;
}
.cbp-af-header.cbp-af-header-shrink .stickysearch .radio__style__desktop input[type=radio]:checked + .box span {
  color: white;
  transform: translateY(0px);
}
.cbp-af-header.cbp-af-header-shrink .stickysearch .radio__style__desktop input[type=radio]:checked + .box span:before {
  transform: translateY(0px);
  opacity: 1;
}
.cbp-af-header.cbp-af-header-shrink .stickysearch .radio__style__desktop .box {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 0px 10px 0px 0px;
  transition: all 250ms ease;
  will-change: transition;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  border: 1px solid #fff;
}
.cbp-af-header.cbp-af-header-shrink .stickysearch .radio__style__desktop .box span {
  position: relative;
  transform: translate(0);
  font-weight: 400;
  transition: all 300ms ease;
  font-size: 0.75rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #9ec7e8;
}
.cbp-af-header.cbp-af-header-shrink .stickysearch .search {
  width: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  padding: 0px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cbp-af-header.cbp-af-header-shrink .stickysearch .search {
    flex-direction: column;
    transform: translateY(0px);
  }
}
.cbp-af-header.cbp-af-header-shrink .stickysearch .search .location {
  width: 20%;
}
@media (max-width: 767px) {
  .cbp-af-header.cbp-af-header-shrink .stickysearch .search .location {
    width: 100%;
  }
}
.cbp-af-header.cbp-af-header-shrink .stickysearch .search .location .nice-select {
  margin: 0;
  height: 40px;
  line-height: 43px;
  padding-right: 40px;
  padding-left: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  background: #fff;
  width: 100%;
}
@media (max-width: 767px) {
  .cbp-af-header.cbp-af-header-shrink .stickysearch .search .location .nice-select {
    height: 36px;
    line-height: 38px;
  }
}
.cbp-af-header.cbp-af-header-shrink .stickysearch .search .location .nice-select .list {
  width: 100%;
  z-index: 99;
  max-height: 250px;
  overflow-y: auto;
}
.cbp-af-header.cbp-af-header-shrink .stickysearch .search .location select {
  padding-right: 10px;
}
.cbp-af-header.cbp-af-header-shrink .stickysearch .search .search__bar {
  width: 60%;
}
@media (max-width: 767px) {
  .cbp-af-header.cbp-af-header-shrink .stickysearch .search .search__bar {
    width: 100%;
  }
}
.cbp-af-header.cbp-af-header-shrink .stickysearch .search .search__bar input {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  height: 40px;
  padding: 0 20px;
  margin: 0px 8px;
  width: 96%;
  font-size: 0.875rem;
  transition: all 0.4s ease;
  color: #5a5a59;
  background-color: #fff;
  border: solid 1px #e4dddd;
}
@media (max-width: 767px) {
  .cbp-af-header.cbp-af-header-shrink .stickysearch .search .search__bar input {
    width: 100%;
    margin: 5px 0px;
    height: 36px;
    line-height: 38px;
  }
}
.cbp-af-header.cbp-af-header-shrink .stickysearch .search .search__btn {
  width: 20%;
}
.cbp-af-header.cbp-af-header-shrink .stickysearch .search .search__btn .btn_2 {
  padding: 10px 10px;
  height: 40px;
}
.cbp-af-header.cbp-af-header-shrink .stickysearch .search .search__btn .btn_2:hover {
  background: #0D263B;
}
@media (max-width: 767px) {
  .cbp-af-header.cbp-af-header-shrink .stickysearch .search .search__btn {
    width: 100%;
  }
}
.cbp-af-header.cbp-af-header-shrink .nav-menu > li > a {
  color: #fff;
  padding: 14px 10px;
}
.cbp-af-header.cbp-af-header-shrink .nav-menu > li.active > a {
  color: #afcef2;
}
.cbp-af-header.cbp-af-header-shrink .nav-menu > li.active > a .submenu-indicator-chevron {
  border-color: transparent #afcef2 #afcef2 transparent;
}
.cbp-af-header.cbp-af-header-shrink .submenu-indicator-chevron {
  border-color: transparent #fff #fff transparent;
}
.cbp-af-header.cbp-af-header-shrink:hover .submenu-indicator-chevron {
  border-color: transparent #fff #fff transparent;
}
.cbp-af-header.cbp-af-header-shrink:hover .navigation-portrait .submenu-indicator-chevron {
  border-color: transparent #fff #fff transparent;
}
.cbp-af-header.cbp-af-header-shrink .nav-button {
  margin: 20px 0px 5px 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .cbp-af-header.cbp-af-header-shrink .nav-button {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-top: 14px;
    padding: 5px;
  }
}
.cbp-af-header.cbp-af-header-shrink .nav-button .box,
.cbp-af-header.cbp-af-header-shrink .nav-button .postad {
  color: #fff;
  padding: 5px 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .cbp-af-header.cbp-af-header-shrink .nav-button .box,
  .cbp-af-header.cbp-af-header-shrink .nav-button .postad {
    padding: 5px 10px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .cbp-af-header.cbp-af-header-shrink .nav-button .box span,
  .cbp-af-header.cbp-af-header-shrink .nav-button .postad span {
    padding: 5px 5px;
    display: none;
  }
}
.cbp-af-header.cbp-af-header-shrink .nav-button .box i,
.cbp-af-header.cbp-af-header-shrink .nav-button .postad i {
  color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .cbp-af-header.cbp-af-header-shrink .nav-button .box i,
  .cbp-af-header.cbp-af-header-shrink .nav-button .postad i {
    padding-right: 0px;
  }
}
.cbp-af-header.cbp-af-header-shrink .navigation-portrait .nav-button .search__icon,
.cbp-af-header.cbp-af-header-shrink .navigation-portrait .nav-button .postad {
  margin-bottom: 5px;
  color: #fff;
}
.cbp-af-header.cbp-af-header-shrink .navigation-portrait .nav-button .box {
  color: #000;
}
.cbp-af-header.cbp-af-header-shrink .navigation-portrait .nav-button .box i {
  color: #015CC8;
}
.cbp-af-header.cbp-af-header-shrink .navigation-portrait .nav-menu > li.active > a {
  color: #015CC8;
}
.cbp-af-header.cbp-af-header-shrink .navigation-portrait .search__icon {
  display: none;
}
.cbp-af-header.cbp-af-header-shrink .navigation-portrait .nav-menu > li.active > a {
  color: #1DA1F2;
}
.cbp-af-header.cbp-af-header-shrink .navigation-portrait .nav-menu > li.active > a .submenu-indicator-chevron {
  border-color: transparent #1DA1F2 #1DA1F2 transparent;
}
.cbp-af-header.cbp-af-header-shrink .navigation-portrait .submenu-indicator-chevron {
  border-color: transparent #015CC8 #015CC8 transparent;
}
.cbp-af-header.cbp-af-header-shrink .navigation-portrait:hover .submenu-indicator-chevron {
  border-color: transparent #015CC8 #015CC8 transparent;
}
.cbp-af-header.cbp-af-header-shrink .navigation-portrait:hover .navigation-portrait .submenu-indicator-chevron {
  border-color: transparent #015CC8 #015CC8 transparent;
}
.cbp-af-header.cbp-af-header-shrink .navigation-portrait .nav-menu > li > a {
  color: #000;
  padding: 12px 15px 12px 26px;
}

.slider__desk {
  display: block;
}
@media (max-width: 540px) {
  .slider__desk {
    display: none;
  }
}

.slider__mob {
  display: none;
}
@media (max-width: 540px) {
  .slider__mob {
    display: block;
  }
}

.intro {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  height: auto;
  background: #fff;
  position: relative;
  overflow: hidden;
  padding: 0px 50px;
  margin-top: 80px;
  width: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .intro {
    margin-top: 70px;
  }
}
@media (max-width: 1200px) {
  .intro {
    height: auto;
    margin-top: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .intro {
    margin-top: 65px;
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .intro {
    margin-top: 65px;
    padding: 10px 20px;
  }
}
.intro .item img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.intro .slider-caption {
  position: absolute;
  display: flex;
  top: 0;
  left: 5%;
  width: 30%;
  height: 100%;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .intro .slider-caption {
    width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .intro .slider-caption {
    width: 50%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .intro .slider-caption {
    width: 50%;
  }
}
@media (max-width: 540px) {
  .intro .slider-caption {
    width: 85%;
    left: 7%;
  }
}
.intro .slider-caption p {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .intro .slider-caption p {
    display: none;
  }
}
.intro .slider-caption h2 {
  text-align: left;
  color: #000;
  line-height: 38px;
}
.intro .slider-caption h2::before {
  background: #015CC8;
}
@media (max-width: 767px) {
  .intro .slider-caption h2 {
    margin-bottom: 20px;
    line-height: 26px;
    font-size: 1.4rem;
  }
}
@media (max-width: 540px) {
  .intro .slider-caption h2 {
    line-height: 32px;
    color: #fff;
  }
}
.intro .owl-carousel {
  margin: 0px;
}
.intro .owl-pagination {
  display: none;
}
.intro .owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  zoom: 1;
  background: #fff;
  margin: 0 5px;
  width: 40px;
  border-radius: 50%;
  height: 40px;
  padding: 0px;
  text-align: center;
  line-height: 40px;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 562px) {
  .intro .owl-theme .owl-controls .owl-buttons div {
    background: none;
  }
}
.intro .owl-prev {
  position: absolute;
  right: auto;
  left: 5px;
}
@media (max-width: 992px) {
  .intro .owl-prev {
    left: -10px;
  }
}
.intro .owl-next {
  position: absolute;
  right: 5px;
  left: auto;
}
@media (max-width: 992px) {
  .intro .owl-next {
    right: -10px;
  }
}
.intro .owl-theme .owl-controls,
.intro .products .owl-theme .owl-controls {
  position: absolute;
  width: 100%;
  top: 50%;
  margin: 0;
}
@media (max-width: 480px) {
  .intro .owl-theme .owl-controls,
  .intro .products .owl-theme .owl-controls {
    top: 42%;
  }
}
.intro .owl-prev::before {
  content: "\f284";
  position: absolute;
  font-family: bootstrap-icons !important;
  font-size: 20px;
  left: 9px;
  color: #444;
}
@media (max-width: 480px) {
  .intro .owl-prev::before {
    color: #fff;
  }
}
.intro .owl-next::before {
  content: "\f285";
  position: absolute;
  font-family: bootstrap-icons !important;
  font-size: 20px;
  right: 9px;
  color: #444;
}
@media (max-width: 480px) {
  .intro .owl-next::before {
    color: #fff;
  }
}

.searchbar__bg {
  position: relative;
  bottom: 0;
  padding: 0px;
  width: 100%;
  z-index: 9;
}
@media (max-width: 767px) {
  .searchbar__bg {
    padding-top: 30px;
  }
}
.searchbar__bg .radio__style__desktop {
  width: 100%;
  transform: translateY(-55px);
  margin-bottom: 5px;
  display: block;
  /* Made by */
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .searchbar__bg .radio__style__desktop {
    transform: translateY(-35px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .searchbar__bg .radio__style__desktop {
    transform: translateY(-25px);
  }
}
@media (max-width: 768px) {
  .searchbar__bg .radio__style__desktop {
    display: none;
  }
}
.searchbar__bg .radio__style__desktop input[type=radio] {
  display: none;
}
.searchbar__bg .radio__style__desktop input[type=radio]:checked + .box {
  background: rgb(29, 161, 242);
  background: linear-gradient(0deg, rgb(29, 161, 242) 0%, rgb(1, 92, 200) 100%);
  border: 1px solid #0e468a;
}
.searchbar__bg .radio__style__desktop input[type=radio]:checked + .box span {
  color: white;
  transform: translateY(0px);
}
.searchbar__bg .radio__style__desktop input[type=radio]:checked + .box span:before {
  transform: translateY(0px);
  opacity: 1;
}
.searchbar__bg .radio__style__desktop .box {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 5px 15px;
  background-color: #fff;
  transition: all 250ms ease;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  will-change: transition;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  border: 1px solid #fff;
}
.searchbar__bg .radio__style__desktop .box:active {
  transform: translateY(10px);
}
.searchbar__bg .radio__style__desktop .box span {
  position: relative;
  transform: translate(0);
  font-weight: 600;
  transition: all 300ms ease;
  font-size: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #1DA1F2;
}
.searchbar__bg .search {
  width: 100%;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  transform: translateY(-40px);
  padding: 8px;
  background: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  display: flex;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .searchbar__bg .search {
    transform: translateY(-35px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .searchbar__bg .search {
    transform: translateY(-25px);
  }
}
.searchbar__bg .search .radio__style__mobile {
  display: none;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 5px;
  /* Made by */
}
@media (max-width: 768px) {
  .searchbar__bg .search .radio__style__mobile {
    display: block;
  }
}
.searchbar__bg .search .radio__style__mobile input[type=radio] {
  display: none;
}
.searchbar__bg .search .radio__style__mobile input[type=radio]:checked + .box {
  background: rgb(29, 161, 242);
  background: linear-gradient(0deg, rgb(29, 161, 242) 0%, rgb(1, 92, 200) 100%);
  border: 1px solid #0e468a;
}
.searchbar__bg .search .radio__style__mobile input[type=radio]:checked + .box span {
  color: white;
  transform: translateY(0px);
}
.searchbar__bg .search .radio__style__mobile input[type=radio]:checked + .box span:before {
  transform: translateY(0px);
  opacity: 1;
}
.searchbar__bg .search .radio__style__mobile .box {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 5px 15px;
  background-color: #fff;
  transition: all 250ms ease;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  will-change: transition;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  position: relative;
  border: 1px solid #fff;
}
.searchbar__bg .search .radio__style__mobile .box:active {
  transform: translateY(10px);
}
.searchbar__bg .search .radio__style__mobile .box span {
  position: relative;
  transform: translate(0);
  font-weight: 600;
  transition: all 300ms ease;
  font-size: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: #1DA1F2;
}
@media (max-width: 768px) {
  .searchbar__bg .search .radio__style__mobile .box span {
    font-size: 0.875rem;
    font-weight: 500;
  }
}
.searchbar__bg .search h2 {
  display: none;
}
@media (max-width: 767px) {
  .searchbar__bg .search h2 {
    display: block;
    font-size: 1.3rem;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .searchbar__bg .search h2 {
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .searchbar__bg .search {
    flex-direction: column;
    transform: translateY(0px);
  }
}
.searchbar__bg .search .location {
  width: 20%;
}
@media (max-width: 767px) {
  .searchbar__bg .search .location {
    width: 100%;
  }
}
.searchbar__bg .search .location .nice-select {
  margin: 0;
  height: 50px;
  line-height: 50px;
  padding-right: 40px;
  padding-left: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  width: 100%;
}
@media (max-width: 767px) {
  .searchbar__bg .search .location .nice-select {
    height: 36px;
    line-height: 38px;
  }
}
.searchbar__bg .search .location .nice-select .list {
  width: 100%;
  z-index: 99;
  max-height: 250px;
  overflow-y: auto;
}
.searchbar__bg .search .location select {
  padding-right: 10px;
}
.searchbar__bg .search .search__bar {
  width: 60%;
}
@media (max-width: 767px) {
  .searchbar__bg .search .search__bar {
    width: 100%;
  }
}
.searchbar__bg .search .search__bar input {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  height: 50px;
  padding: 0 20px;
  margin: 0px 8px;
  width: 96%;
  font-size: 0.875rem;
  transition: all 0.4s ease;
  color: #5a5a59;
  background-color: #ebebeb;
  border: solid 1px #e4dddd;
}
@media (max-width: 767px) {
  .searchbar__bg .search .search__bar input {
    width: 100%;
    margin: 5px 0px;
    height: 36px;
    line-height: 38px;
  }
}
.searchbar__bg .search .search__btn {
  width: 20%;
}
@media (max-width: 767px) {
  .searchbar__bg .search .search__btn {
    width: 100%;
  }
}

.features__services {
  background: rgb(229, 239, 251);
  background: linear-gradient(180deg, rgb(229, 239, 251) 0%, rgb(255, 255, 255) 100%);
}
.features__services .property_content {
  width: 95%;
  margin-right: 5% !important;
  margin-left: 0 !important;
}
.features__services .property_content h5 a {
  color: #000;
}
.features__services .property_content .owner {
  width: 100%;
  font-size: 0.875rem;
  font-weight: 400;
  color: #1DA1F2;
}
.features__services .property_content .owner img {
  width: 18px;
}
.features__services .property_content .owner span {
  font-size: 0.75rem;
  color: #7C7C7C;
  font-weight: 400;
}
.features__services .property_content .experience {
  width: 100%;
  margin: 3px 0px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #7C7C7C;
  border-bottom: 1px solid #e2d7d7;
}
.features__services .owl-theme .owl-controls {
  position: absolute;
  width: 100%;
  top: 40% !important;
  margin: 0;
}
@media (max-width: 480px) {
  .features__services .owl-theme .owl-controls {
    top: 42%;
  }
}

.popular__properties {
  width: 100%;
  position: relative;
  padding-top: 40px;
  transition: all 250ms ease;
}
.popular__properties .shape__2 {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 150px;
  height: 352px;
}
.popular__properties .property_box {
  transition: all 0.4s ease-in-out;
  width: 100%;
  margin: 0px 10px;
}
.popular__properties .property_box .property__img {
  transition: all 0.4s ease-in-out;
  width: 100%;
  position: relative;
  background: #015CC8;
}
.popular__properties .property_box .property__img img {
  transition: all 0.4s ease-in-out;
}
.popular__properties .property_box .property__img .status {
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: 0px;
  top: 10px;
  background: #1DA1F2;
  font-size: 0.813rem;
  color: #fff;
  padding: 3px 10px;
  z-index: 9;
}
.popular__properties .property_box .property_content {
  width: 95%;
  margin-left: 5%;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  background: #fff;
  transform: translateY(-30px);
}
@media (max-width: 767px) {
  .popular__properties .property_box .property_content {
    width: 100%;
    margin-left: 0;
  }
}
.popular__properties .property_box .property_content .location {
  display: flex;
  align-items: center;
  color: #7C7C7C;
  font-size: 0.875rem;
}
.popular__properties .property_box .property_content h3 {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #7C8893;
  display: -webkit-box;
  height: 25px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  color: #000;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 5px 0px;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .popular__properties .property_box .property_content h3 {
    height: 19px;
  }
}
@media (max-width: 767px) {
  .popular__properties .property_box .property_content h3 {
    font-size: 1rem;
  }
}
.popular__properties .property_box .property_content .lists {
  width: 100%;
  border-bottom: 1px solid #e2d7d7;
  padding-bottom: 10px;
}
.popular__properties .property_box .property_content .lists ul {
  display: flex;
  align-items: center;
}
.popular__properties .property_box .property_content .lists li {
  padding: 0px 15px 0px 5px;
  position: relative;
  list-style: none;
  display: flex;
  align-items: center;
  color: #7C7C7C;
  font-size: 1rem;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .popular__properties .property_box .property_content .lists li {
    font-size: 0.75rem;
  }
}
@media (max-width: 480px) {
  .popular__properties .property_box .property_content .lists li {
    font-size: 0.875rem;
  }
}
.popular__properties .property_box .property_content .lists li img {
  padding-right: 5px;
}
.popular__properties .property_box .property_content .lists li::before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  content: "";
  width: 5px;
  right: 0;
  transform: translate(-50%, -50%);
  top: 50%;
  height: 5px;
  background: #1DA1F2;
}
.popular__properties .property_box .property_content .lists li:first-child {
  padding-left: 0;
}
.popular__properties .property_box .property_content .lists li:last-child::before {
  display: none;
}
.popular__properties .property_box .property_content .price_readmore {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .popular__properties .property_box .property_content .price_readmore {
    flex-direction: column;
    align-items: flex-start;
  }
}
.popular__properties .property_box .property_content .price_readmore h5 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .popular__properties .property_box .property_content .price_readmore h5 {
    font-size: 1rem;
    margin-bottom: 5px;
  }
}
.popular__properties .property_box .property_content .price_readmore h5 span {
  color: #1DA1F2;
  font-size: 1.25rem;
  font-weight: 400;
  padding-right: 5px;
}
.popular__properties .property_box .property_content .price_readmore .btn_1 {
  box-shadow: none;
}
.popular__properties .property_box:hover .property__img img {
  opacity: 0.5;
}
.popular__properties .shape_right {
  position: relative;
}
.popular__properties .shape_right .shape__1 {
  position: absolute;
  right: 0;
  top: -50px;
  width: 150px;
  height: 150px;
}
@media (max-width: 767px) {
  .popular__properties .shape_right .shape__1 {
    display: none;
  }
}
.popular__properties .owl-carousel {
  margin: 0px;
}
.popular__properties .owl-pagination {
  display: none;
}
.popular__properties .owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  zoom: 1;
  background: none;
  margin: 0 5px;
  width: 40px;
  border-radius: 50%;
  height: 40px;
  padding: 0px;
  text-align: center;
  line-height: 40px;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 580px) {
  .popular__properties .owl-theme .owl-controls .owl-buttons div {
    background: #e8e8e8;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.popular__properties .owl-prev {
  position: absolute;
  right: auto;
  left: -44px;
}
@media (max-width: 580px) {
  .popular__properties .owl-prev {
    left: 0px;
  }
}
.popular__properties .owl-next {
  position: absolute;
  right: -44px;
  left: auto;
}
@media (max-width: 580px) {
  .popular__properties .owl-next {
    right: 0px;
  }
}
.popular__properties .owl-theme .owl-controls {
  position: absolute;
  width: 100%;
  top: 50%;
  margin: 0;
}
@media (max-width: 480px) {
  .popular__properties .owl-theme .owl-controls {
    top: 42%;
  }
}
.popular__properties .owl-prev::before {
  content: "\f284";
  position: absolute;
  font-family: bootstrap-icons !important;
  font-size: 40px;
  left: 9px;
  color: #b9b9b9;
}
@media (max-width: 580px) {
  .popular__properties .owl-prev::before {
    font-size: 26px;
    left: 1px;
  }
}
.popular__properties .owl-next::before {
  content: "\f285";
  position: absolute;
  font-family: bootstrap-icons !important;
  font-size: 40px;
  right: 9px;
  color: #b9b9b9;
}
@media (max-width: 580px) {
  .popular__properties .owl-next::before {
    font-size: 26px;
    right: 1px;
  }
}

.aboutus__bg {
  background: #E9F3FF;
  position: relative;
  z-index: 1;
}
.aboutus__bg .shape__4 {
  position: absolute;
  left: 20px;
  bottom: 50px;
}
.aboutus__bg .shape__5 {
  position: absolute;
  right: 0px;
  top: 50px;
}
.aboutus__bg .about {
  width: 100%;
}
.aboutus__bg .about h4 {
  color: #1DA1F2;
  font-size: 1rem;
  font-weight: 400;
}
.aboutus__bg .about h1 {
  color: #000;
  font-size: 2.3rem;
  line-height: 48px;
  margin-bottom: 15px;
  font-weight: 700;
  position: relative;
  text-align: left;
}
.aboutus__bg .about h1 span {
  color: #015CC8;
}
.aboutus__bg .about h1::before {
  position: absolute;
  left: 0;
  bottom: -5px;
  content: "";
  background: #1DA1F2;
  width: 80px;
  height: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .aboutus__bg .about h1 {
    font-size: 1.8rem;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .aboutus__bg .about h1 {
    font-size: 2rem;
  }
  .aboutus__bg .about h1 br {
    display: none;
  }
}
@media (max-width: 480px) {
  .aboutus__bg .about h1 {
    font-size: 1.8rem;
  }
}
.aboutus__bg .about .listing {
  margin: 15px 0px;
}
.aboutus__bg .about .listing ul {
  display: flex;
  flex-wrap: wrap;
}
.aboutus__bg .about .listing ul li {
  transition: all 0.4s ease-in-out;
  padding: 2px 0px;
  list-style: none;
  width: 50%;
  position: relative;
  font-weight: 400;
  color: #7C8893;
  padding-left: 35px;
}
@media (max-width: 992px) {
  .aboutus__bg .about .listing ul li {
    width: 100%;
  }
}
.aboutus__bg .about .listing ul li::before {
  position: absolute;
  content: "\f272";
  font-family: bootstrap-icons !important;
  font-size: 26px;
  color: #1DA1F2;
  left: 0;
}
.aboutus__bg .about .btn_1 {
  display: inline-block;
}
.aboutus__bg .about_pic {
  position: relative;
  width: 100%;
}
.aboutus__bg .about_pic .shape__3 {
  position: absolute;
  width: 300px;
  height: 300px;
  left: -20px;
  top: -20px;
  z-index: -1;
  background: #fff;
}
.aboutus__bg .about_pic .small_img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  position: absolute;
  width: 30%;
  left: 40px;
  bottom: -50px;
}
@media (max-width: 992px) {
  .aboutus__bg .about_pic .small_img {
    margin-bottom: 40px;
  }
}
.aboutus__bg .about_pic .small_img img {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.aboutus__bg .about_pic .small_img .video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 35px 20px 18px 35px;
  cursor: pointer;
  transition: all 0.5s;
}
@media (max-width: 992px) {
  .aboutus__bg .about_pic .small_img .video-play-button {
    width: 22px;
    height: 34px;
    padding: 17px 12px 15px 21px;
  }
}
.aboutus__bg .about_pic .small_img .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
@media (max-width: 992px) {
  .aboutus__bg .about_pic .small_img .video-play-button:before {
    width: 60px;
    height: 60px;
  }
}
.aboutus__bg .about_pic .small_img .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.5s;
}
@media (max-width: 992px) {
  .aboutus__bg .about_pic .small_img .video-play-button:after {
    width: 60px;
    height: 60px;
  }
}
.aboutus__bg .about_pic .small_img .video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}
.aboutus__bg .about_pic .small_img .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 25px solid #1DA1F2;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.listing {
  position: relative;
  z-index: 1;
}
.listing .shape__6 {
  position: absolute;
  right: 0;
  top: 0;
  width: 600px;
  z-index: -1;
}
.listing .shape__7 {
  position: absolute;
  left: 0;
  bottom: 50px;
  z-index: -1;
}
.listing .shape__7 img {
  width: 150px;
}
.listing .space_between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 767px) {
  .listing .space_between {
    flex-direction: column;
    align-items: flex-start;
  }
  .listing .space_between h2 {
    margin-bottom: 20px;
  }
}
.listing .property_box {
  width: 100%;
  margin: 0px;
}
.listing .property_box .property__img {
  width: 100%;
  position: relative;
  background: #015CC8;
}
.listing .property_box .property__img img {
  transition: all 0.4s ease-in-out;
}
.listing .property_box .property__img .status {
  position: absolute;
  left: 0px;
  top: 10px;
  background: #1DA1F2;
  font-size: 0.813rem;
  color: #fff;
  padding: 3px 10px;
}
.listing .property_box .property_content {
  width: 100%;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  background: #fff;
}
.listing .property_box .property_content .location {
  display: flex;
  align-items: center;
  color: #7C7C7C;
  font-size: 0.875rem;
}
.listing .property_box .property_content h3 {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #7C8893;
  display: -webkit-box;
  height: 25px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  color: #000;
  font-size: 1.15rem;
  font-weight: 600;
  margin: 5px 0px;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .listing .property_box .property_content h3 {
    height: 19px;
  }
}
@media (max-width: 767px) {
  .listing .property_box .property_content h3 {
    font-size: 1rem;
    height: 19px;
  }
}
.listing .property_box .property_content .lists {
  width: 100%;
  border-bottom: 1px solid #e2d7d7;
  padding-bottom: 10px;
}
.listing .property_box .property_content .lists ul {
  display: flex;
  align-items: center;
}
.listing .property_box .property_content .lists li {
  padding: 0px 15px 0px 5px;
  position: relative;
  list-style: none;
  display: flex;
  align-items: center;
  color: #7C7C7C;
  font-size: 1rem;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .listing .property_box .property_content .lists li {
    font-size: 0.75rem;
  }
}
@media (max-width: 480px) {
  .listing .property_box .property_content .lists li {
    font-size: 0.875rem;
  }
}
.listing .property_box .property_content .lists li img {
  padding-right: 5px;
  width: 22px;
}
.listing .property_box .property_content .lists li::before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  content: "";
  width: 5px;
  right: 0;
  transform: translate(-50%, -50%);
  top: 50%;
  height: 5px;
  background: #1DA1F2;
}
.listing .property_box .property_content .lists li:first-child {
  padding-left: 0;
}
.listing .property_box .property_content .lists li:last-child::before {
  display: none;
}
.listing .property_box .property_content .price_readmore {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  align-items: center;
  justify-content: space-between;
}
.listing .property_box .property_content .price_readmore h5 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .listing .property_box .property_content .price_readmore h5 {
    font-size: 1rem;
  }
}
.listing .property_box .property_content .price_readmore h5 span {
  color: #1DA1F2;
  font-size: 1.25rem;
  font-weight: 400;
  padding-right: 5px;
}
.listing .property_box:hover .property__img img {
  opacity: 0.5;
}

.company__status {
  background: #015CC8;
  -webkit-clip-path: polygon(0 7%, 100% 0, 100% 92%, 0% 100%);
          clip-path: polygon(0 7%, 100% 0, 100% 92%, 0% 100%);
  position: relative;
}
@media (max-width: 992px) {
  .company__status {
    -webkit-clip-path: none;
            clip-path: none;
  }
}
.company__status .shape__8 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.company__status .status__box {
  padding: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .company__status .status__box {
    padding: 10px 0px;
  }
}
@media (max-width: 768px) {
  .company__status .status__box {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .company__status .status__box .icon img {
    width: 60px;
  }
}
@media (max-width: 480px) {
  .company__status .status__box .icon img {
    width: 50px;
  }
}
.company__status .status__box .content {
  padding-left: 15px;
}
.company__status .status__box .content h3 {
  font-size: 3.5rem;
  color: #fff;
  font-weight: 700;
  text-shadow: 5px 1px 0px rgba(0, 0, 0, 0.6);
}
@media (max-width: 992px) {
  .company__status .status__box .content h3 {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .company__status .status__box .content h3 {
    font-size: 1.6rem;
  }
}
.company__status .status__box .content h3 span {
  display: block;
  font-weight: 400;
  color: #f6f6f6;
  font-size: 1rem;
  text-shadow: none;
}

.whychoose {
  position: relative;
}
.whychoose .shape__10 {
  position: absolute;
  left: 0;
  top: 10%;
}
@media (max-width: 767px) {
  .whychoose .shape__10 {
    display: none;
  }
}
.whychoose .shape__10 img {
  width: 80px;
}
.whychoose .shape__10_2 {
  position: absolute;
  right: 0;
  bottom: 5%;
  width: 100px;
}
@media (max-width: 480px) {
  .whychoose h2 span {
    font-size: 1.4rem;
  }
}
.whychoose .about {
  width: 80%;
}
@media (max-width: 992px) {
  .whychoose .about {
    width: 100%;
  }
}
.whychoose .about h4 {
  color: #1DA1F2;
  font-size: 1rem;
  font-weight: 400;
}
.whychoose .about h2 {
  margin-bottom: 15px;
}
.whychoose .about .listing {
  margin: 15px 0px;
}
.whychoose .about .listing ul {
  display: flex;
  flex-wrap: wrap;
}
.whychoose .about .listing ul li {
  transition: all 0.4s ease-in-out;
  padding: 2px 0px;
  list-style: none;
  width: 50%;
  position: relative;
  font-weight: 400;
  color: #7C8893;
  padding-left: 35px;
}
@media (max-width: 992px) {
  .whychoose .about .listing ul li {
    width: 100%;
  }
}
.whychoose .about .listing ul li::before {
  position: absolute;
  content: "\f272";
  font-family: bootstrap-icons !important;
  font-size: 26px;
  color: #1DA1F2;
  left: 0;
}
.whychoose .about .listing ul li {
  width: 100%;
  line-height: 30px;
}
.whychoose .about .listing ul li::before {
  content: "\f588";
  font-size: 18px;
}
.whychoose .why__choose_box {
  position: relative;
  z-index: 1;
}
.whychoose .why__choose_box .shape__9 {
  position: absolute;
  right: 60px;
  bottom: -50px;
  z-index: -1;
}
@media (max-width: 992px) {
  .whychoose .why__choose_box .shape__9 {
    right: 0;
    bottom: -35px;
  }
}
.whychoose .why__choose_box .shape__9 img {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  box-shadow: none;
  width: 100%;
}
@media (max-width: 992px) {
  .whychoose .why__choose_box .shape__9 img {
    right: 0;
    width: 80%;
  }
}
.whychoose .why__choose_box img {
  border-radius: 25%;
  -webkit-border-radius: 25%;
  -moz-border-radius: 25%;
  -ms-border-radius: 25%;
  -o-border-radius: 25%;
  border: 8px solid #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
  width: 70%;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .whychoose .why__choose_box img {
    width: 85%;
  }
}

.find__property {
  background: #E9F3FF;
  position: relative;
}
.find__property .shape__11 {
  position: absolute;
  right: 0;
  top: 25%;
}
.find__property .shape__12 {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .find__property .shape__12 {
    display: none;
  }
}
.find__property .find_box {
  width: 80%;
  padding-left: 10%;
}
@media (max-width: 1200px) {
  .find__property .find_box {
    width: 100%;
    padding-left: 0%;
  }
}
.find__property .find_box h2 span {
  font-weight: 700;
}
.find__property .find_box p {
  padding: 10px 0px;
}
.find__property .find_box .btn_1 {
  display: inline-block;
}

.footer {
  width: 100%;
  position: relative;
  background: url(../images/shape__13.svg) no-repeat center right;
}
.footer .ftr__left {
  width: 60%;
}
@media (max-width: 767px) {
  .footer .ftr__left {
    width: 100%;
  }
  .footer .ftr__left img {
    width: 250px;
  }
}
.footer .ftr__left .social-icons {
  display: flex;
}
.footer .ftr__left .social-icons li {
  padding: 10px 5px;
  list-style: none;
  font-size: 1.4rem;
}
.footer .ftr__left .social-icons li a {
  color: #7C8893;
}
.footer .ftr__left .social-icons li a:hover {
  color: #1DA1F2;
}
.footer .ftr__left .social-icons li:first-child {
  padding-left: 0px;
}
.footer h3 {
  font-size: #000;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.footer .company ul li {
  transition: all 0.4s ease-in-out;
  padding: 2px 0px;
  list-style: none;
  color: #7C8893;
  font-size: 0.875rem;
  font-weight: 400;
}
.footer .company ul li a {
  color: #7C8893;
}
.footer .company ul li a:hover {
  letter-spacing: 1px;
  color: #015CC8;
}
.footer .reach__us ul li {
  transition: all 0.4s ease-in-out;
  padding: 2px 0px;
  list-style: none;
  color: #7C8893;
  font-size: 0.875rem;
  position: relative;
  font-weight: 400;
  padding-left: 25px;
}
.footer .reach__us ul li a {
  color: #7C8893;
}
.footer .reach__us ul li a:hover {
  letter-spacing: 1px;
  color: #015CC8;
}
.footer .reach__us ul li i {
  position: absolute;
  left: 0;
  font-size: 20px;
  color: #015CC8;
}
.footer .reach__us ul li span {
  color: #1DA1F2;
  font-size: 0.813rem;
  display: block;
}
.footer .brdr {
  border-top: 1px solid #e5e5ee;
}
@media (max-width: 480px) {
  .footer .brdr p {
    font-size: 0.813rem;
  }
}

.enquire h2 {
  font-size: 1.3rem;
  line-height: 23px;
}
@media (max-width: 480px) {
  .enquire h2 {
    font-size: 1.1rem;
  }
}
.enquire .form-group {
  margin-bottom: 5px;
}
.enquire .form-group input {
  height: 35px;
}

@media (max-width: 1200px) {
  .searcing_property h2 {
    font-size: 1.3rem;
    line-height: 23px;
  }
}
@media (max-width: 480px) {
  .searcing_property h2 {
    font-size: 1.1rem;
  }
}
.searcing_property .search {
  width: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  padding: 0px;
  background: #fff;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .searcing_property .search {
    flex-direction: column;
    transform: translateY(0px);
  }
}
.searcing_property .search .location {
  width: 20%;
}
@media (max-width: 1200px) {
  .searcing_property .search .location {
    width: 100%;
  }
}
.searcing_property .search .location .nice-select {
  margin: 0;
  height: 36px;
  line-height: 38px;
  padding-right: 40px;
  padding-left: 20px;
  font-size: 0.875rem;
  font-weight: 500;
  background: #fff;
  width: 100%;
}
.searcing_property .search .location .nice-select .list {
  width: 100%;
  z-index: 99;
  max-height: 250px;
  overflow-y: auto;
}
.searcing_property .search .location select {
  padding-right: 10px;
}
.searcing_property .search .search__bar {
  width: 60%;
}
@media (max-width: 1200px) {
  .searcing_property .search .search__bar {
    width: 100%;
  }
}
.searcing_property .search .search__bar input {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  height: 36px;
  line-height: 38px;
  padding: 0 20px;
  margin: 5px 0px;
  width: 100%;
  font-size: 0.875rem;
  transition: all 0.4s ease;
  color: #5a5a59;
  background-color: #fff;
  border: solid 1px #e4dddd;
}
.searcing_property .search .search__btn {
  width: 100%;
}
.searcing_property .search .search__btn .btn_2 {
  padding: 10px 10px;
  height: 40px;
}
.searcing_property .search .search__btn .btn_2:hover {
  background: #0D263B;
}

.inner__banner {
  position: relative;
  width: 100%;
  padding: 0px 50px;
  margin-top: 80px;
}
.inner__banner .inner__box {
  height: 30vh;
  padding: 0px 50px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: rgb(29, 161, 242);
  background: linear-gradient(0deg, rgb(29, 161, 242) 0%, rgb(1, 92, 200) 100%);
  flex-direction: column;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .inner__banner .inner__box {
    height: 20vh;
  }
}
@media (max-width: 480px) {
  .inner__banner .inner__box {
    height: 15vh;
  }
}
.inner__banner .inner__box h3 {
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
  display: block;
}
@media (max-width: 767px) {
  .inner__banner .inner__box h3 {
    font-size: 1.3rem;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .inner__banner .inner__box .breadcrumb {
    display: none;
  }
}
.inner__banner .inner__box .breadcrumb li {
  color: #fff;
}
@media (max-width: 768px) {
  .inner__banner .inner__box .breadcrumb li {
    font-size: 0.625rem;
  }
}
.inner__banner .inner__box .breadcrumb li a {
  color: #cdecff;
}
.inner__banner .inner__box .breadcrumb li::before {
  color: #0D263B;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .inner__banner {
    margin-top: 70px;
  }
}
@media (max-width: 1200px) {
  .inner__banner {
    height: auto;
    margin-top: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inner__banner {
    margin-top: 65px;
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .inner__banner {
    margin-top: 60px;
    padding: 10px;
  }
}

.login__resister {
  margin-top: 80px;
  background: url(../images/bg__login_register.svg) no-repeat center bottom;
  background-size: cover;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .login__resister {
    margin-top: 70px;
  }
}
@media (max-width: 1200px) {
  .login__resister {
    margin-top: 65px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .login__resister {
    margin-top: 65px;
  }
}
@media (max-width: 767px) {
  .login__resister {
    margin-top: 50px;
  }
}
.login__resister .login {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.4s ease-in-out;
  width: 100%;
  box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
  padding: 40px;
  background: #fff;
  background-size: cover;
}
@media (max-width: 480px) {
  .login__resister .login {
    padding: 30px;
  }
}
.login__resister .login h4 {
  color: #1DA1F2;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 480px) {
  .login__resister .login h4 {
    font-size: 1.6rem;
  }
}
.login__resister .login h5 {
  color: #7C8893;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 5px;
}
.login__resister .login .icon_right {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
}
.login__resister .login .forgot_password {
  display: flex;
  justify-content: flex-end;
}
.login__resister .login .forgot_password a {
  color: #015CC8;
}
.login__resister .login .btn-2 {
  width: 100%;
  text-align: center;
}
.login__resister .login a {
  color: #015CC8;
}

.post__ad {
  width: 100%;
  position: relative;
}
.post__ad h2 {
  font-weight: 400;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .post__ad h2 {
    font-size: 1.2rem;
  }
}
.post__ad h2 span {
  display: block;
  font-weight: 800;
  color: #000;
  font-size: 2.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .post__ad h2 span {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .post__ad h2 span {
    font-size: 1.8rem;
  }
}
.post__ad h2::before {
  display: none;
}
.post__ad .add__box {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.post__ad .add__box img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}
.post__ad .btn_4 {
  margin-left: 0px;
  display: inline-block;
  margin-top: 10px;
  background: #1DA1F2;
  border: none;
  color: #fff;
}
.post__ad .btn_4:hover {
  background: #015CC8;
}

.inner__container {
  width: 100%;
  position: relative;
  padding-top: 20px;
  background: #fff;
}
.inner__container h3 {
  color: #000;
  font-size: 1.6rem;
  line-height: 48px;
  font-weight: 700;
  position: relative;
  text-align: left;
}
.inner__container .shape__13 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.inner__container .shape__13 img {
  width: 500px;
}
@media (max-width: 767px) {
  .inner__container .shape__13 {
    display: none;
  }
}
.inner__container h1 {
  color: #000;
  font-size: 2.3rem;
  line-height: 48px;
  margin-bottom: 15px;
  font-weight: 700;
  position: relative;
  text-align: left;
}
.inner__container h1 span {
  color: #015CC8;
}
.inner__container h1::before {
  position: absolute;
  left: 0;
  bottom: -5px;
  content: "";
  background: #1DA1F2;
  width: 80px;
  height: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .inner__container h1 {
    font-size: 1.8rem;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .inner__container h1 {
    font-size: 2rem;
    line-height: 36px;
  }
  .inner__container h1 br {
    display: none;
  }
}
@media (max-width: 480px) {
  .inner__container h1 {
    font-size: 1.8rem;
  }
}
.inner__container .contact_form {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: #fff;
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner__container .contact_form h2 {
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  .inner__container .contact_form h2 {
    font-size: 1.4rem;
  }
}
.inner__container .contact_form h2 span {
  display: block;
  font-weight: 300;
  font-size: 1.3rem;
}
.inner__container .contact_form .form-group {
  margin-bottom: 10px;
  position: relative;
}
.inner__container .terms_condition {
  position: relative;
}
.inner__container .terms_condition ul {
  display: flex;
  flex-wrap: wrap;
}
.inner__container .terms_condition ul li {
  transition: all 0.4s ease-in-out;
  padding: 2px 0px;
  list-style: none;
  width: 50%;
  position: relative;
  font-weight: 400;
  color: #7C8893;
  padding-left: 35px;
}
@media (max-width: 992px) {
  .inner__container .terms_condition ul li {
    width: 100%;
  }
}
.inner__container .terms_condition ul li::before {
  position: absolute;
  content: "\f272";
  font-family: bootstrap-icons !important;
  font-size: 26px;
  color: #1DA1F2;
  left: 0;
}
.inner__container .terms_condition ul {
  margin: 10px 0px;
}
.inner__container .terms_condition ul li {
  width: 100%;
}
.inner__container .terms_condition h3 {
  font-weight: 700;
  font-size: 1.8rem;
  color: #015CC8;
}
.inner__container .terms_condition h4 {
  font-weight: 500;
  font-size: 1.2rem;
  color: #1DA1F2;
  margin-top: 15px;
}
.inner__container .contact_box {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background: #0D263B;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
.inner__container .contact_box span {
  font-size: 1rem;
  font-weight: 300;
  color: #1DA1F2;
  display: block;
  letter-spacing: 3px;
}
.inner__container .contact_box p {
  font-size: 1.2rem;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
}
.inner__container .contact_box p a {
  color: #fff;
}
.inner__container .contact_box p a:hover {
  letter-spacing: 1px;
}
.inner__container .contact_box .icons {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.inner__container .contact_box .icons i {
  font-size: 1.5rem;
  color: #015CC8;
}
.inner__container .filter_box {
  border-right: 1px solid #e8e8e8;
  padding-right: 20px;
  height: 100%;
}
@media (max-width: 767px) {
  .inner__container .filter_box {
    border-right: none;
  }
}
.inner__container .filter_box .heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.inner__container .filter_box .heading h3 {
  font-weight: 700;
}
.inner__container .filter_box .heading span {
  font-size: 1rem;
}
.inner__container .filter_box .heading span a {
  color: #1DA1F2;
}
.inner__container .filter_box .category_box {
  margin: 10px 0px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}
.inner__container .filter_box .category_box .form-check {
  padding: 2px 0px;
  /* Hide the default checkbox appearance */
  /* Style the tick mark */
  /* Style the tick mark when checked */
  /* close */
  /* Hide the default radio button appearance */
  /* Style the custom radio button */
  /* Style the custom radio button when selected */
  /* Add the inner dot for the radio button */
}
.inner__container .filter_box .category_box .form-check .tick-checkbox {
  display: none;
}
.inner__container .filter_box .category_box .form-check .tick-label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 0.938rem;
  color: #7C8893;
}
.inner__container .filter_box .category_box .form-check .tick-label:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;
  border-radius: 4px;
}
.inner__container .filter_box .category_box .form-check .tick-checkbox:checked + .tick-label:before {
  border-color: #015CC8;
  background-color: #015CC8;
}
.inner__container .filter_box .category_box .form-check .custom-radio {
  display: none;
}
.inner__container .filter_box .category_box .form-check .custom-label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-size: 0.938rem;
  color: #7C8893;
}
.inner__container .filter_box .category_box .form-check .custom-label:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #ccc;
}
.inner__container .filter_box .category_box .form-check .custom-radio:checked + .custom-label:before {
  background-color: #015CC8;
  border: 6px solid #015CC8;
}
.inner__container .filter_box .category_box .form-check .custom-radio:checked + .custom-label:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
}
.inner__container .filter_box .category_box .form-check .tick-checkbox:checked + .tick-label:before {
  content: "\f272";
  color: #fff;
  font-family: bootstrap-icons !important;
  font-size: 14px;
  text-align: center;
  line-height: 16px;
}
.inner__container .filter_box .category_box h4 {
  font-weight: 500;
  font-size: 1rem;
  color: #444;
  margin-bottom: 5px;
}
.inner__container .filter_box .category_box .price-input {
  width: 100%;
  display: flex;
  margin: 10px 0px 35px 0px;
}
.inner__container .filter_box .category_box .price-input .field {
  display: flex;
  width: 100%;
  height: 35px;
  align-items: center;
}
.inner__container .filter_box .category_box .price-input .separator {
  width: 130px;
  display: flex;
  font-size: 19px;
  align-items: center;
  justify-content: center;
}
.inner__container .filter_box .category_box .field input {
  width: 100%;
  height: 100%;
  outline: none;
  font-size: 0.875rem;
  margin-left: 12px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #999;
  -moz-appearance: textfield;
}
.inner__container .filter_box .category_box input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.inner__container .filter_box .category_box input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.inner__container .filter_box .category_box .slider {
  height: 5px;
  position: relative;
  background: #ddd;
  top: -20px;
  border-radius: 5px;
}
.inner__container .filter_box .category_box .slider .progress {
  height: 100%;
  left: 25%;
  right: 25%;
  position: absolute;
  border-radius: 5px;
  background: #015CC8;
}
.inner__container .filter_box .category_box .range-input {
  position: relative;
}
.inner__container .filter_box .category_box .range-input input {
  position: absolute;
  width: 100%;
  height: 5px;
  top: -25px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.inner__container .filter_box .category_box input[type=range]::-webkit-slider-thumb {
  height: 17px;
  width: 17px;
  border-radius: 50%;
  background: #015CC8;
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.inner__container .filter_box .category_box input[type=range]::-moz-range-thumb {
  height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: #015CC8;
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.inner__container .filter_box .minheights {
  max-height: 320px;
  overflow-y: auto;
}
.inner__container .product_gallery {
  position: sticky;
  top: 85px;
  /* draggable */
  /* ---- previous/next buttons ---- */
}
.inner__container .product_gallery .flickity-enabled {
  position: relative;
}
.inner__container .product_gallery .flickity-enabled:focus {
  outline: none;
}
.inner__container .product_gallery .flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.inner__container .product_gallery .flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.inner__container .product_gallery .flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.inner__container .product_gallery .flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}
.inner__container .product_gallery .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}
.inner__container .product_gallery .flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 50%;
  background: #fff;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner__container .product_gallery .flickity-prev-next-button {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .inner__container .product_gallery .flickity-prev-next-button {
    width: 30px;
    height: 30px;
  }
}
.inner__container .product_gallery .flickity-prev-next-button:hover {
  background: #fff;
}
.inner__container .product_gallery .flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #1DA1F2;
}
.inner__container .product_gallery .flickity-prev-next-button:active {
  opacity: 0.6;
}
.inner__container .product_gallery .flickity-prev-next-button.previous {
  left: 10px;
}
.inner__container .product_gallery .flickity-prev-next-button.next {
  right: 10px;
}
.inner__container .product_gallery .flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}
.inner__container .product_gallery .flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner__container .product_gallery .flickity-prev-next-button svg {
    left: 30%;
    top: 30%;
    width: 40%;
    height: 40%;
  }
}
@media (max-width: 767px) {
  .inner__container .product_gallery .flickity-prev-next-button svg {
    left: 30%;
    top: 30%;
    width: 40%;
    height: 40%;
  }
}
.inner__container .product_gallery .flickity-prev-next-button .arrow {
  fill: #015CC8;
}
.inner__container .product_gallery .carousel {
  background: #fafafa;
  padding: 0px 0px 5px 0px;
}
.inner__container .product_gallery .carousel-main {
  margin-bottom: 8px;
}
.inner__container .product_gallery .carousel-cell {
  width: 100%;
  margin-right: 8px;
  border-radius: 5px;
  border: 1px solid #efeaea;
  /* counter-increment: carousel-cell; */
}
.inner__container .product_gallery .carousel-nav .carousel-cell {
  width: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner__container .product_gallery .carousel-nav .carousel-cell {
    width: 85px;
  }
}
@media (max-width: 767px) {
  .inner__container .product_gallery .carousel-nav .carousel-cell {
    width: 100px;
  }
}
@media (max-width: 480px) {
  .inner__container .product_gallery .carousel-nav .carousel-cell {
    width: 85px;
  }
}
.inner__container .product_gallery .carousel-main img {
  display: block;
  margin: 0 auto;
}
.inner__container .services .property_content {
  width: 95%;
  margin-right: 5% !important;
  margin-left: 0 !important;
}
@media (max-width: 767px) {
  .inner__container .services .property_content {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.inner__container .property_box {
  transition: all 0.4s ease-in-out;
  width: 100%;
  margin: 0px;
}
.inner__container .property_box .property__img {
  transition: all 0.4s ease-in-out;
  width: 100%;
  position: relative;
  background: #015CC8;
}
.inner__container .property_box .property__img img {
  transition: all 0.4s ease-in-out;
}
.inner__container .property_box .property__img .status {
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: 0px;
  top: 10px;
  background: #1DA1F2;
  font-size: 0.813rem;
  color: #fff;
  padding: 3px 10px;
  z-index: 9;
}
.inner__container .property_box .property_content {
  width: 95%;
  margin-left: 5%;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  background: #fff;
  transform: translateY(-30px);
}
@media (max-width: 767px) {
  .inner__container .property_box .property_content {
    width: 100%;
    margin-left: 0;
  }
}
.inner__container .property_box .property_content .location {
  display: flex;
  align-items: center;
  color: #7C7C7C;
  font-size: 0.875rem;
}
.inner__container .property_box .property_content h3 {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #7C8893;
  display: -webkit-box;
  height: 25px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  color: #000;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 5px 0px;
  line-height: 24px;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .inner__container .property_box .property_content h3 {
    height: 19px;
  }
}
@media (max-width: 767px) {
  .inner__container .property_box .property_content h3 {
    font-size: 1rem;
  }
}
.inner__container .property_box .property_content .lists {
  width: 100%;
  border-bottom: 1px solid #e2d7d7;
  padding-bottom: 10px;
}
.inner__container .property_box .property_content .lists ul {
  display: flex;
  align-items: center;
}
.inner__container .property_box .property_content .lists li {
  padding: 0px 15px 0px 5px;
  position: relative;
  list-style: none;
  display: flex;
  align-items: center;
  color: #7C7C7C;
  font-size: 1rem;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner__container .property_box .property_content .lists li {
    font-size: 0.75rem;
  }
}
@media (max-width: 480px) {
  .inner__container .property_box .property_content .lists li {
    font-size: 0.875rem;
  }
}
.inner__container .property_box .property_content .lists li img {
  padding-right: 5px;
}
.inner__container .property_box .property_content .lists li::before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  content: "";
  width: 5px;
  right: 0;
  transform: translate(-50%, -50%);
  top: 50%;
  height: 5px;
  background: #1DA1F2;
}
.inner__container .property_box .property_content .lists li:first-child {
  padding-left: 0;
}
.inner__container .property_box .property_content .lists li:last-child::before {
  display: none;
}
.inner__container .property_box .property_content .owner {
  width: 100%;
  font-size: 0.875rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  color: #1DA1F2;
}
.inner__container .property_box .property_content .owner img {
  width: 18px;
  margin-right: 5px;
}
.inner__container .property_box .property_content .owner span {
  font-size: 0.75rem;
  color: #7C7C7C;
  font-weight: 400;
}
.inner__container .property_box .property_content .experience {
  width: 100%;
  margin: 3px 0px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #7C7C7C;
  border-bottom: 1px solid #e2d7d7;
}
.inner__container .property_box .property_content .price_readmore {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .inner__container .property_box .property_content .price_readmore {
    flex-direction: column;
    align-items: flex-start;
  }
}
.inner__container .property_box .property_content .price_readmore h5 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .inner__container .property_box .property_content .price_readmore h5 {
    font-size: 1rem;
    margin-bottom: 5px;
  }
}
.inner__container .property_box .property_content .price_readmore h5 span {
  color: #1DA1F2;
  font-size: 1.25rem;
  font-weight: 400;
  padding-right: 5px;
}
.inner__container .property_box .property_content .price_readmore .btn_1 {
  box-shadow: none;
}
.inner__container .property_box:hover .property__img img {
  opacity: 0.5;
}
.inner__container .property_details {
  width: 100%;
  position: relative;
}
.inner__container .property_details .type {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #d4eaf8;
  padding: 5px 10px;
  color: #7C8893;
  font-size: 0.875rem;
  display: inline-block;
}
.inner__container .property_details .type span {
  color: #015CC8;
}
.inner__container .property_details .type .line {
  color: #015CC8;
  padding: 0px 5px;
}
.inner__container .property_details .service_head {
  padding: 0;
  line-height: 20px;
  color: #015CC8;
}
.inner__container .property_details h3 {
  padding: 10px 0px 5px 0px;
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner__container .property_details h3 {
    font-size: 1.4rem;
  }
}
@media (max-width: 480px) {
  .inner__container .property_details h3 {
    font-size: 1.4rem;
  }
}
.inner__container .property_details h3 span {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background: #1DA1F2;
  padding: 0px 10px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 300;
  margin-left: 10px;
  height: 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .inner__container .property_details h3 span {
    margin-left: 0px;
  }
}
.inner__container .property_details .location {
  display: flex;
  align-items: center;
  color: #7C7C7C;
  font-size: 1rem;
}
.inner__container .property_details h5 {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 10px 0px;
  color: #000;
}
@media (max-width: 767px) {
  .inner__container .property_details h5 {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}
.inner__container .property_details h5 span {
  color: #1DA1F2;
  font-size: 1.5rem;
  font-weight: 400;
  padding-right: 5px;
}
.inner__container .property_details .lists {
  width: 100%;
  margin: 10px 0px;
}
.inner__container .property_details .lists ul {
  display: flex;
  align-items: center;
}
.inner__container .property_details .lists li {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 5px 15px;
  position: relative;
  list-style: none;
  display: flex;
  align-items: center;
  background: #f0eeee;
  color: #7C7C7C;
  font-size: 1rem;
  font-weight: 400;
  margin: 0px 5px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .inner__container .property_details .lists li {
    font-size: 0.75rem;
  }
}
@media (max-width: 480px) {
  .inner__container .property_details .lists li {
    font-size: 0.875rem;
  }
}
.inner__container .property_details .lists li img {
  padding-right: 5px;
}
.inner__container .property_details .lists li:first-child {
  margin-left: 0px;
}
.inner__container .property_details .owner {
  width: 100%;
  font-size: 0.875rem;
  font-weight: 400;
  color: #1DA1F2;
  margin-top: 6px;
}
.inner__container .property_details .owner img {
  width: 18px;
}
.inner__container .property_details .owner span {
  font-size: 0.875rem;
  color: #7C7C7C;
  font-weight: 400;
}
.inner__container .property_details .owner .line {
  color: #0D263B;
  padding: 0px 5px;
}
.inner__container .property_details .owner .exp {
  width: 100%;
  margin: 3px 0px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #7C7C7C;
}
.inner__container .property_details .button_box {
  display: flex;
}
@media (max-width: 992px) {
  .inner__container .property_details .button_box {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .inner__container .property_details .button_box .btn_4 {
    margin-left: 0;
    margin-top: 10px;
  }
}
.inner__container .service_pic {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.inner__container .service_pic img {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.inner__container .latest__services {
  width: 100%;
}
.inner__container .latest__services li {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.4s ease-in-out;
  padding: 15px;
  margin-bottom: 5px;
  background: #fcf7f7;
  list-style: none;
  display: flex;
  width: 100%;
}
.inner__container .latest__services li .img__box {
  width: 30%;
}
.inner__container .latest__services li .img__box img {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.inner__container .latest__services li .content__box {
  width: 70%;
  padding-left: 10px;
}
.inner__container .latest__services li .content__box h5 {
  transition: all 0.4s ease-in-out;
  font-weight: 700;
  font-size: 1.2rem;
  color: #1DA1F2;
}
.inner__container .latest__services li .content__box p {
  transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #7C8893;
  display: -webkit-box;
  height: 50px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  margin-top: 0px;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .inner__container .latest__services li .content__box p {
    height: 19px;
  }
}
.inner__container .latest__services li:hover {
  background: #015CC8;
}
.inner__container .latest__services li:hover h5 {
  font-weight: 700;
  font-size: 1.2rem;
  color: #fff;
}
.inner__container .latest__services li:hover p {
  transition: all 0.4s ease-in-out;
  text-align: left;
  color: #7C8893;
  display: -webkit-box;
  height: 50px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  margin-top: 0px;
  color: #fff;
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
  .inner__container .latest__services li:hover p {
    height: 19px;
  }
}
.inner__container .related {
  position: relative;
}
.inner__container .related .property_box {
  margin: 0px 10px;
}
.inner__container .totallist {
  color: #000;
  font-size: 1rem;
  margin-bottom: 10px;
}
.inner__container .totallist span {
  color: #1DA1F2;
  padding: 0px 10px;
}
.inner__container .accordion {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  width: 100%;
  background: #F5F5F5;
}
.inner__container .accordion .link {
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  display: block;
  padding: 15px;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #dedede;
  position: relative;
}
.inner__container .accordion li {
  list-style: none;
}
.inner__container .accordion li:last-child .link {
  border-bottom: 0;
}
.inner__container .accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #1DA1F2;
  transition: all 0.4s ease;
}
.inner__container .accordion li i.bi-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}
.inner__container .accordion li .submenu {
  display: none;
  background: #ebebeb;
  font-size: 14px;
  color: #000;
}
.inner__container .accordion li .submenu li {
  border-bottom: 1px solid #c6c4c4;
}
.inner__container .accordion li .submenu a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 12px;
  padding-left: 30px;
  transition: all 0.25s ease;
}
.inner__container .accordion li .submenu a:hover {
  background: #1DA1F2;
  color: #fff;
}
.inner__container .accordion li .submenu li.active {
  background: #1DA1F2;
  color: #fff;
}
.inner__container .accordion li .submenu li.active a {
  color: #fff;
}
.inner__container .accordion li.active {
  background: #1DA1F2;
  color: #fff;
}
.inner__container .accordion li.active .link {
  color: #fff;
}
.inner__container .accordion li.open .link {
  color: #fff;
  background: #015CC8;
}
.inner__container .accordion li.open i {
  color: #fff;
}
.inner__container .accordion li.open i.bi-chevron-down {
  transform: rotate(180deg);
}
.inner__container .accordion li.default .submenu {
  display: block;
}
.inner__container .accordion_location {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  width: 100%;
}
.inner__container .accordion_location .link {
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  display: block;
  font-size: 0.938rem;
  color: #7C8893;
  padding: 3px 0px;
  font-weight: 400;
  position: relative;
}
.inner__container .accordion_location li {
  list-style: none;
}
.inner__container .accordion_location li:last-child .link {
  border-bottom: 0;
}
.inner__container .accordion_location li i {
  position: absolute;
  top: 2px;
  left: 12px;
  font-size: 18px;
  color: #1DA1F2;
  transition: all 0.4s ease;
}
.inner__container .accordion_location li i.bi-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}
.inner__container .accordion_location li .submenu {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: none;
  background: #f7f7f7;
  padding: 10px;
  font-size: 0.938rem;
}
.inner__container .accordion_location li .submenu a {
  display: block;
  text-decoration: none;
  color: #7C8893;
  padding: 12px;
  padding-left: 10px;
  transition: all 0.25s ease;
}
.inner__container .accordion_location li .submenu a:hover {
  background: #1DA1F2;
  color: #fff;
}
.inner__container .accordion_location li.open .link {
  color: #015CC8;
}
.inner__container .accordion_location li.open i {
  color: #0D263B;
}
.inner__container .accordion_location li.open i.bi-chevron-down {
  transform: rotate(180deg);
}
.inner__container .accordion_location li.default .submenu {
  display: block;
}
.inner__container .cart_total {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #f8f8f8;
  border: 1px solid #ccc;
  padding: 20px;
  width: 100%;
  margin-bottom: 20px;
}
.inner__container .cart_total .view__all {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.inner__container .cart_total .view__all .all {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  transition: all 0.4s ease-in-out;
  background: #015CC8;
  padding: 5px 15px;
  color: #fff;
  border: none;
}
.inner__container .cart_total .view__all .all:hover {
  background: #1DA1F2;
}
.inner__container .cart_total dd {
  color: #7C8893;
}
.inner__container .cart_total .dashboard__heading {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 5px;
  padding-bottom: 10px;
}
@media (max-width: 480px) {
  .inner__container .cart_total .dashboard__heading {
    flex-direction: column;
    align-items: start;
  }
}
.inner__container .cart_total .dashboard__heading h4 {
  font-size: 1.2rem;
  color: #444;
  font-weight: 600;
}
@media (max-width: 480px) {
  .inner__container .cart_total .dashboard__heading h4 {
    margin-bottom: 5px;
  }
}
.inner__container .cart_total .dashboard__heading .heading__filter {
  display: flex;
  align-items: center;
}
.inner__container .cart_total .dashboard__heading .heading__filter h4 {
  padding-right: 10px;
  font-size: 1rem;
}
.inner__container .cart_total .dashboard__heading .heading__filter .form-group {
  position: relative;
}
.inner__container .cart_total .dashboard__heading .heading__filter .form-group input {
  height: 30px;
}
.inner__container .cart_total .dashboard__heading .heading__filter .form-group span {
  position: absolute;
  right: 0;
}
.inner__container .cart_total .dashboard__heading .heading__filter .form-group span .btn_5 {
  height: 30px;
  border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  -ms-border-radius: 0px 5px 5px 0px;
  -o-border-radius: 0px 5px 5px 0px;
  border: none;
  height: 30px;
  background: #015CC8;
  color: #fff;
}
.inner__container .cart_total .dz-message {
  background: #fff none repeat scroll 0 0;
  border: 2px dashed #015CC8;
  padding: 50px 20px;
  text-align: center;
}
.inner__container .cart_total .dz-message span {
  color: #015CC8;
  font-size: 20px;
  text-transform: capitalize;
}
.inner__container .cart_total .dz-message span i {
  color: #015CC8;
  display: block;
  font-size: 60px;
  margin-bottom: 30px;
}
.inner__container .cart_total .preffered {
  font-size: 1rem;
  padding: 5px 0px;
}
.inner__container .cart_total .form-group input,
.inner__container .cart_total .form-group textarea {
  padding: 5px 10px;
}

.why_choose {
  background: #e8e8e8 url(../images/pattern.webp) no-repeat bottom center;
  position: relative;
}
.why_choose h2 {
  text-align: center;
  color: #000;
}
.why_choose h2::before {
  display: none;
}
.why_choose h5 {
  text-align: center;
  font-weight: 300;
  margin-bottom: 20px;
  color: #7C7C7C;
}
.why_choose .whychoose__box {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.4s ease-in-out;
  background: #fff;
  padding: 30px;
  overflow: hidden;
  position: relative;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.why_choose .whychoose__box img {
  width: 80px;
  height: 80px;
  transition: all 0.4s ease-in-out;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .why_choose .whychoose__box img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 480px) {
  .why_choose .whychoose__box img {
    width: 50px;
    height: 50px;
  }
}
.why_choose .whychoose__box h3 {
  color: #0D263B;
  font-size: 1.3rem;
  margin-top: 10px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .why_choose .whychoose__box h3 {
    font-size: 1rem;
  }
}
@media (max-width: 480px) {
  .why_choose .whychoose__box h3 {
    font-size: 1.1rem;
  }
}
.why_choose .whychoose__box:hover img {
  transform: translateX(10px);
}
.why_choose .whychoose__box:hover::before {
  width: 100px;
  height: 100px;
  background: #1DA1F2;
}
.why_choose .whychoose__box::before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: all 0.4s ease-in-out;
  position: absolute;
  content: "";
  right: -15px;
  bottom: -15px;
  width: 80px;
  height: 80px;
  background: #015CC8;
}

.video {
  background: url(../images/videobg.jpg) center bottom;
  position: relative;
  display: flex;
  height: 80vh;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.video h3 {
  font-size: 2.2rem;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 480px) {
  .video h3 {
    font-size: 1.8rem;
  }
}
.video .video-play-button {
  position: relative;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 35px 20px 18px 35px;
  cursor: pointer;
  transition: all 0.5s;
}
@media (max-width: 992px) {
  .video .video-play-button {
    width: 22px;
    height: 34px;
    padding: 17px 12px 15px 21px;
  }
}
.video .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
@media (max-width: 992px) {
  .video .video-play-button:before {
    width: 60px;
    height: 60px;
  }
}
.video .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 50%;
  transition: all 0.5s;
}
@media (max-width: 992px) {
  .video .video-play-button:after {
    width: 60px;
    height: 60px;
  }
}
.video .video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}
.video .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 25px solid #1DA1F2;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.rotateme {
  animation-name: rotateme;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.btn_1 {
  transition: all 0.4s ease-in-out;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  background: #1DA1F2;
  padding: 10px 20px;
  align-self: flex-start;
  display: flex;
  border: none;
  cursor: pointer;
  align-items: center;
  color: #fff;
}
@media (max-width: 992px) {
  .btn_1 {
    padding: 5px 10px;
  }
}
@media (max-width: 767px) {
  .btn_1 {
    font-size: 0.938rem;
  }
}
.btn_1 svg {
  transition: all 0.4s ease-in-out;
  padding-left: 8px;
  width: 50px;
  height: 17px;
}
.btn_1:hover {
  background: #015CC8;
  color: #fff;
  box-shadow: 0px 20px 26px -13px rgb(76, 81, 86);
}
.btn_1:hover svg {
  padding-left: 12px;
}

.btn_2 {
  transition: all 0.4s ease-in-out;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  cursor: pointer;
  width: 100%;
  background: #1DA1F2;
  padding: 12px 10px;
  color: #fff;
  border: none;
}
@media (max-width: 767px) {
  .btn_2 {
    padding: 8px 10px;
  }
}
.btn_2:hover {
  background: #015CC8;
}

.btn_3 {
  transition: all 0.4s ease-in-out;
  color: #000;
  font-weight: 500;
}
.btn_3 svg {
  transition: all 0.4s ease-in-out;
  padding-left: 8px;
  width: 50px;
  height: 17px;
  color: #1DA1F2;
}

.btn_4 {
  transition: all 0.4s ease-in-out;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  background: #fff;
  border: 2px solid #1DA1F2;
  padding: 10px 20px;
  align-self: flex-start;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #1DA1F2;
  margin-left: 10px;
}
@media (max-width: 992px) {
  .btn_4 {
    padding: 5px 10px;
  }
}
@media (max-width: 767px) {
  .btn_4 {
    font-size: 0.938rem;
  }
}
.btn_4 svg {
  transition: all 0.4s ease-in-out;
  padding-left: 8px;
  width: 50px;
  height: 17px;
}
.btn_4:hover {
  background: #fff;
  box-shadow: 0px 20px 26px -13px rgb(76, 81, 86);
}
.btn_4:hover svg {
  padding-left: 12px;
}

.navigation {
  width: 100%;
  position: relative;
  font-family: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.align-to-right-mob {
  float: right;
  display: none !important;
}
@media (max-width: 1006px) {
  .align-to-right-mob {
    display: block !important;
  }
}

.navigation-portrait .nav-menu > li span {
  font-size: 0;
}
.navigation-portrait .nav-toggle {
  display: block;
}
.navigation-portrait .align-to-left .nav-menu > li span {
  display: none;
}
.navigation-portrait .dropdown {
  width: 100% !important;
}
.navigation-portrait .btn1 {
  padding: 4px 15px;
}
.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #fff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: 0.8s;
  transition-timing-function: ease;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}
.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}
.navigation-portrait .nav-menu {
  width: 100%;
}
.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0;
}
.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #f0f0f0;
}
.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
  color: #000;
}
.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}
.navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}
.navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}
.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}
.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  left: 24px;
}
.navigation-portrait .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}
.navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 52px;
}
.navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
}
.navigation-portrait .nav-search-inner {
  height: 48px;
}
.navigation-portrait .nav-search-inner input[type=text] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
.navigation-portrait .nav-search-inner input[type=search] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}
.navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}
.navigation-portrait .nav-button {
  margin: 10px;
  width: calc(100% - 12px);
  flex-wrap: wrap;
}
.navigation-portrait .nav-button .search__icon,
.navigation-portrait .nav-button .box {
  width: 100%;
  margin-bottom: 5px;
}
.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}
.navigation-portrait .nav-text + ul {
  margin-top: 15px;
}
.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}
.navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}
.navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}
.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}
.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}
.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(45deg);
}
.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}
.navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}
.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  transform: rotate(0deg);
}
.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.navigation-fixed-wrapper {
  width: 100%;
  left: 0;
  z-index: 19998;
  will-change: opacity;
}
.navigation-fixed-wrapper .navigation {
  margin-right: auto;
  margin-left: auto;
}

.navigation-fixed-wrapper.fixed {
  position: fixed !important;
  animation: fade 0.5s;
}

.navigation-fixed-placeholder {
  width: 100%;
  display: none;
}

.navigation-fixed-placeholder.navigation-fixed-placeholder.visible {
  display: block;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  top: -9999px;
}
.navigation-hidden .nav-header {
  display: none;
}
.navigation-hidden .nav-search {
  display: none;
}

.align-to-right {
  float: right;
}

.nav-header {
  float: left;
}

.nav-brand {
  padding: 0 10px;
  text-decoration: none !important;
}

.nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}
.nav-logo:focus > img {
  outline: initial;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: 0px;
  right: 15px;
  display: none;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .nav-toggle {
    margin-top: 4px;
  }
}
@media (max-width: 767px) {
  .nav-toggle {
    margin-top: 8px;
  }
}
.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #1DA1F2;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #1DA1F2, 0 1em 0 0 #1DA1F2;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70798b;
  font-size: 26px;
  cursor: pointer;
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
  transition: all 0.4s ease-in-out;
}
.nav-menu > li {
  display: inline-block;
  text-align: left;
  float: left;
  transition: all 0.4s ease-in-out;
}
.nav-menu > li > a {
  transition: all 0.4s ease-in-out;
  padding: 20px 15px;
  display: inline-block;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  transition: color 0.3s, background 0.3s;
}
.nav-menu > li > a > i {
  width: 18px;
  height: 16px;
  line-height: 16px;
  transform: scale(1.4);
}
.nav-menu > li > a > [class*=ion-] {
  width: 18px;
  height: 16px;
  line-height: 16px;
  transform: scale(1.4);
  width: 16px;
  display: inline-block;
  transform: scale(1.8);
}
.nav-menu > li:hover {
  transition: all 0.4s ease-in-out;
}
.nav-menu > li:hover > a {
  color: #015CC8;
  transition: all 0.4s ease-in-out;
}
.nav-menu > li:hover > a .submenu-indicator-chevron {
  border-color: transparent #015CC8 #015CC8 transparent;
}
.nav-menu > li.active {
  transition: all 0.4s ease-in-out;
}
.nav-menu > li.active > a {
  transition: all 0.4s ease-in-out;
  color: #015CC8;
}
.nav-menu > li.focus {
  transition: all 0.4s ease-in-out;
}
.nav-menu > li.focus > a {
  color: #015CC8;
  transition: all 0.4s ease-in-out;
}
.nav-menu > .active > a .submenu-indicator-chevron {
  border-color: transparent #015CC8 #015CC8 transparent;
}
.nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #015CC8 #015CC8 transparent;
}

.nav-menu.nav-menu-centered {
  text-align: center;
}
.nav-menu.nav-menu-centered > li {
  float: none;
}

.nav-menu.nav-menu-left {
  text-align: left;
}
.nav-menu.nav-menu-left > li {
  float: none;
}

.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}

.nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}
.nav-menu.nav-menu-social > li > a > [class*=ion-] {
  font-size: 12px;
}
.nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}

.submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  transition: all 0.3s;
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: transparent #015CC8 #015CC8 transparent;
  transform: rotate(45deg);
  transition: border 0.3s;
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  touch-action: none;
  overflow-x: hidden;
}

.nav-search {
  height: 70px;
  float: right;
  z-index: 19998;
}
.nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #015CC8;
  z-index: 99;
}

.nav-search-button {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}
.nav-search-button:hover .nav-search-icon {
  color: #8CC152;
}

.nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #70798b;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  transform: rotate(-45deg);
  transition: color 0.3s;
}
.nav-search-icon:after {
  content: "";
  pointer-events: none;
}
.nav-search-icon:before {
  content: "";
  pointer-events: none;
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  transform: translateX(-50%);
}

.nav-search-inner {
  width: 70%;
  height: 70px;
  margin: auto;
  display: table;
}
.nav-search-inner input[type=text] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70798b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  transition: all 0.3s;
}
.nav-search-inner input[type=search] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #70798b;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  transition: all 0.3s;
}

.nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: normal;
  color: #70798b;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}

.nav-button {
  margin: 5px 0;
  padding: 0px 14px;
  align-items: center;
  display: flex;
  color: #015CC8;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  transition: opacity 0.3s;
}
.nav-button .box {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  padding: 10px 15px;
  margin-left: 5px;
  display: flex;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
  border: 2px solid #1DA1F2;
  font-weight: 400;
  color: #000;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .nav-button .box {
    padding: 10px;
    font-size: 13px;
  }
}
.nav-button .box i {
  padding-right: 10px;
  color: #015CC8;
}
.nav-button .postad {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  padding: 10px 15px;
  margin-left: 15px;
  display: flex;
  background: rgb(1, 92, 200);
  background: linear-gradient(90deg, rgb(1, 92, 200) 0%, rgb(29, 161, 242) 100%);
  align-items: center;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  border: 2px solid #1DA1F2;
  font-weight: 400;
}
.nav-button .postad i {
  padding-right: 10px;
  color: #015CC8;
}

.nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #70798b;
  font-size: 14px;
}

.nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}
.nav-dropdown .nav-dropdown {
  left: 100%;
}
.nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}
.nav-dropdown > li > a {
  width: 100%;
  padding: 15px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2784313725);
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  float: left;
  background: #1DA1F2;
  transition: color 0.3s, background 0.3s;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .nav-dropdown > li > a {
    padding: 6px 20px !important;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1200px) {
  .nav-dropdown > li > a {
    padding: 6px 20px !important;
  }
}
.nav-dropdown > li:hover > a {
  background: #015CC8;
  color: #fff;
}
.nav-dropdown > li:hover > a .submenu-indicator-chevron {
  border-color: transparent #fff #fff transparent;
}
.nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}
.nav-dropdown > li.focus > a {
  color: #fff;
  background: #015CC8;
}
.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 14px;
  position: absolute;
}
.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(-45deg);
  border-color: transparent #015CC8 #015CC8 transparent;
}
.nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #fff #fff transparent;
}

.nav-dropdown.nav-dropdown-left {
  right: 0;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(135deg);
}

.nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}
.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}
.nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}
.nav-dropdown-horizontal > li > a {
  position: relative;
}
.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  transform: rotate(90deg);
}

@media only screen and (min-width: 900px) and (max-width: 1200px) {
  .nav-menu li a {
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .nav-menu li a {
    padding: 8px 15px;
  }
}
.nice-select {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #ebebeb;
  border: solid 1px #e4dddd;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  line-height: 34px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto;
}
.nice-select:after {
  border-bottom: 2px solid #1DA1F2;
  border-right: 2px solid #1DA1F2;
  content: "";
  display: block;
  height: 10px;
  margin-top: -6px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 10px;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 34px;
  list-style: none;
  min-height: 34px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}
.nice-select .option.selected {
  font-weight: 600;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

/*owl theme start */
.carousel-control-prev {
  left: 0;
  font-size: 0px;
}

.carousel-control-next {
  right: 0;
  font-size: 0px;
}

.owl-item {
  display: flex;
  height: auto !important;
}

.owl-carousel {
  position: relative;
  width: 100%;
  float: left;
  margin: 30px 0 0;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
  padding: 0;
  transform: translate3d(0, 0, 0);
}

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.owl-controls .owl-buttons div {
  cursor: pointer;
  display: none;
}
.owl-controls .owl-page {
  cursor: pointer;
  display: none;
}

.owl-theme .owl-controls {
  margin-top: 35px;
  text-align: center;
  margin: 0 0 0;
  width: 100%;
  float: left;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 15px;
  height: 15px;
  margin: 5px 2px;
  background: #d4d2d2;
  border: #fff 1px solid;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #fff;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.owl-theme .owl-controls .owl-page.active span {
  background: #959597;
  border: #959597 1px solid;
}
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #959597;
  border: #959597 1px solid;
}
.owl-theme .owl-page.active span {
  background: #a4a1a1;
  border: #a4a1a1 1px solid;
}

.owl-goDown-out {
  animation: scaleToFade 0.7s ease both;
}

.owl-goDown-in {
  transition: all 0.4s ease-in-out;
  animation: goDown 0.6s ease both;
}

.owl-fade-out {
  z-index: 10;
  transition: all 0.4s ease-in-out;
  animation: fadeOut 0.7s both ease;
}

.owl-fade-in {
  transition: all 0.4s ease-in-out;
  animation: fadeIn 0.7s both ease;
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}/*# sourceMappingURL=main.css.map */