/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/



@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900');
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.6/dist/web/static/pretendard.css');

@font-face {font-family: "Melbourne";
    src: url("http://db.onlinewebfonts.com/t/ee45dc681fe9358c0526720833bb1fd1.eot"); /* IE9*/
    src: url("http://db.onlinewebfonts.com/t/ee45dc681fe9358c0526720833bb1fd1.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("http://db.onlinewebfonts.com/t/ee45dc681fe9358c0526720833bb1fd1.woff2") format("woff2"), /* chrome firefox */
    url("http://db.onlinewebfonts.com/t/ee45dc681fe9358c0526720833bb1fd1.woff") format("woff"), /* chrome firefox */
    url("http://db.onlinewebfonts.com/t/ee45dc681fe9358c0526720833bb1fd1.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
    url("http://db.onlinewebfonts.com/t/ee45dc681fe9358c0526720833bb1fd1.svg#Melbourne") format("svg"); /* iOS 4.1- */
}

@font-face {
    font-family: 'SebangGothic';
    font-weight: 400;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/sebang/SebangGothicRegular.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/sebang/SebangGothicRegular.eot?#iefix') format('embedded-opentype'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/sebang/SebangGothicRegular.woff2') format('woff2'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/sebang/SebangGothicRegular.woff') format('woff'),
        url('https://cdn.jsdelivr.net/gh/webfontworld/sebang/SebangGothicRegular.ttf') format("truetype");
    font-display: swap;
}


.font1 {font-family: "Melbourne"; font-weight: 600; font-size:45px; font-style: italic; color:#000; line-height: 1.2em;}



:root {
  --thm-font: 'Open Sans', sans-serif;
  --thm-font-2: 'Poppins', sans-serif;
  --thm-gray: #63747c;
  --thm-gray-rgb: 99, 116, 124;
  --thm-white: #ffffff;
  --thm-white-rgb: 255, 255, 255;
  --thm-black: #0f0f0f;
  --thm-black-rgb: 15, 15, 15;
  --thm-primary: #ffb400;
  --thm-primary-rgb: 255, 180, 0;
}


.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.auto-container1 {
  position: static;
  max-width: 1700px;
  padding: 0px 15px;
  margin: 0 auto;
}

.auto-containe11 {
  position: static;
  max-width: 1600px;
  padding: 0px 15px;
  margin: 0 auto;
}

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




.gutter-y-30 {
  --bs-gutter-y: 30px;
}


html { font-family: 'Pretendard', 'yg-jalnan', 'Rubik', 'Raleway', 'Nanum Gothic', 'Roboto', 'Poppins', 'Almarai','GmarketSansMedium', 'Inter', 'SCoreDream', sans-serif;}


body {
  font-family: 'Pretendard', 'yg-jalnan', 'Rubik', 'Raleway', 'Nanum Gothic', 'Roboto', 'Poppins', 'Almarai','GmarketSansMedium', 'Inter', 'SCoreDream', sans-serif;
  color: var(--thm-gray);
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  word-break:keep-all;
}

body.locked {
  overflow: hidden;
}

a {
  color: #000;
}

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--thm-black);
  font-family: var(--thm-font-2);
  margin: 0;
}

p {
  margin: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}



/* Form validation styles */
input:focus,
textarea:focus,
select:focus {
  border-color: #43c3ea;
  outline: none;
}

#contact-form input[type="text"].error {
  border-color: red;
}

#contact-form input[type="email"].error {
  border-color: red;
}

#contact-form select.error {
  border-color: red;
}

#contact-form textarea.error {
  border-color: red;
}


#contact-form label.error {
  display: none !important;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.container1 {
  max-width: 1800px;
}

.container2 {
  max-width: 1300px;
}


@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}


#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
  z-index: -1;
}

button {
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
}


ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol,
li {
  margin: 0;
  padding: 0;
}



.rating-box {
  position: relative;
  display: block;
  overflow: hidden;
}

.rating-box ul {
  overflow: hidden;
}

.rating-box ul li {
  position: relative;
  float: left;
  margin-right: 3px;
}

.rating-box ul li:last-child {
  margin-right: 0;
}

.rating-box ul li span {
  position: relative;
  display: inline-block;
  color: #ffc75b;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  cursor: pointer;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.sec-title {
  position: relative;
  display: block;
  margin-top: -3px;
  padding-bottom: 53px;
}

.sec-title .sub-title {
  position: relative;
  display: block;
  padding-bottom: 13px;
}

.sec-title .sub-title h6 {
  color: var(--thm-base);
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.sec-title h3 {
  position: relative; font-family: 'Pretendard',sans-serif;
  color: var(--thm-black);
  font-size: 48px;
  line-height: 1.2em;
  font-weight: 600;
  text-transform: capitalize;
}

.sec-title .tit1 {
  position: relative; font-family: 'Pretendard',sans-serif;
  color: var(--thm-black);
  font-size: 48px;
  line-height: 1.2em;
  font-weight: 600;
  text-transform: capitalize;
}

.sec-title .sub-title .tit2 {
  color: #000;
  font-size: 21px;
  font-weight: 300;
  text-transform: uppercase;
}


.sec-title .tit3 {
  position: relative; font-family: "Melbourne";
  color: var(--thm-black);
  font-size: 48px;
  line-height: 1.2em;
  font-weight: 600;
  font-style: italic;
  text-transform: capitalize;
}


.line01 {margin-top:25px; border-top:1px solid #dfdfdf;}



.btn-one {
  position: relative; 
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding-left: 30px;
  padding-right: 30px;
  background-color: transparent;
  border-radius: 10px;
  color: #000;
  font-size: 19px;
  line-height: 60px;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-family: 'Pretendard',sans-serif;
  z-index: 2;
}

.btn-one:before {
  position: absolute;
  top: 110px;
  left: -50px;
  right: -50px;
  height: 170px;
  content: "";
  background: #134499;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  border-radius: 10px;
  transition-duration: 800ms;
  z-index: 1;
}

.btn-one:hover:before {
  top: 0%;
  left: -70px;
  right: -70px;
}

.btn-one:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  border-radius: 10px;
  background-color: #ffffff;
  border: 2px solid #9c9c9c;
  
  opacity: 1;
  transform: scaleX(1.0);
  transition-duration: 800ms;
  z-index: -1;
}

.btn-one:hover:after {
  transform: scaleX(0);
  transition-duration: 1500ms;
}

.btn-one .txt {
  position: relative;
  z-index: 1;
}

.btn-one:hover,
.btn-one:focus {
  color: #ffffff;
}





.owl-carousel.owl-dot-style1 .owl-dots {
  position: relative;
  text-align: center;
  line-height: 0;
  margin-top: 50px !important;
  display: block;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 5px;
  background-color: #e7e7e7;
  border: 0px solid #a5a5a5;
  margin: 0px 10px;
  padding: 0px;
  border-radius: 0%;
  transition: all 100ms linear;
  transition-delay: 0.1s;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  background: var(--thm-base);
  border-radius: 0%;
  transform: scale(0);
  transition: all 500ms ease;
}


.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active:before {
  transform: scale(1.0);
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot span {
  display: none;
}


img {
  max-width: 100%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}


/* scroll to top */
.scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 15px;
  display: inline-block;
  width: 55px;
  height: 55px;
  background: var(--thm-base);
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 0%;
  transition: all 0.4s ease;
  z-index: 99;
}

.scroll-to-top i {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 24px;
  line-height: 55px;
}

.scroll-to-top:hover {
  background-color: var(--thm-black);
}

.scroll-to-top:hover i {
  color: #fff;
}



.styled-pagination {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-top: 20px;
}

.styled-pagination.pdtop0 {
  padding-top: 0;
}

.styled-pagination li {
  position: relative;
  display: inline-block;
  margin-right: 6px;
}

.styled-pagination li:last-child {
  margin-right: 0;
}

.styled-pagination li a {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 40px;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #ededed;
  color: #cecece;
  font-size: 14px;
  line-height: 38px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  transition: all 500ms ease;
  font-family: var(--thm-font);
  z-index: 1;
}

.styled-pagination li a span:before {
  position: relative;
  top: 4px;
  font-size: 20px;
}

.styled-pagination li.prev a span:before {
  position: relative;
  display: inline-block;
  padding-right: 8px;
}

.styled-pagination li.next a span:before {
  position: relative;
  display: inline-block;
  padding-left: 8px;
}

.styled-pagination li:hover a,
.styled-pagination li.active a {
  color: #ffffff;
  border-color: var(--thm-base);
  background: var(--thm-base);
}

.styled-pagination li.prev a,
.styled-pagination li.next a {
  width: 90px;
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
  color: #ffffff;
}



.checked-box1 {
  position: relative;
  display: block;
  min-height: 20px;
}

.checked-box1 label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  margin-right: 0px;
  margin-bottom: 0;
  color: var(--thm-gray);
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  cursor: pointer;
  min-height: 20px;
  font-family: var(--thm-font);
}

.checked-box1 input[type="checkbox"] {
  display: none;
}

.checked-box1 input[type="checkbox"]+label span {
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid #80868d;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.checked-box1 label span:before {
  font-family: 'icomoon' !important;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0;
  right: 0;
  content: "\e922";
  font-size: 10px;
  font-weight: 700;
  width: 20px;
  height: 20px;
  margin: 0px;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checked-box1 input[type="checkbox"]:checked+label span {
  border-color: #80868d;
}

.checked-box1 input[type="checkbox"]:checked+label span:before {
  opacity: 1.0;
}




/*=============== Color-Layout =============*/
.switcher {
  position: fixed;
  top: 320px;
  z-index: 99;
}

.switcher .switch_btn {
  position: absolute;
  top: 0px;
  right: -50px;
  z-index: -1;
}

.switcher .switch_btn button {
  width: 50px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  cursor: pointer;
  border-radius: 0;
  margin-left: 0;
  transition: all 500ms ease;
  background: rgba(0, 0, 0, 0.90);
}

.switcher .switch_menu {
  position: absolute;
  width: 220px;
  height: 30px;
  background: transparent;
  display: none;
  top: 0px;
  left: 60px;
  bottom: 0;
  margin: 10px 0;
}

.switcher #styleOptions li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 3px;
}

.switcher #styleOptions li:last-child {
  margin-right: 0;
}

.switcher #styleOptions li a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 0 0px #fff;
}

.switcher #styleOptions li a.blue-color {
  background: #1266e3;
}

.switcher #styleOptions li a.pink-color {
  background: #e70887;
}

.switcher #styleOptions li a.violet-color {
  background: #6936d8;
}

.switcher #styleOptions li a.crimson-color {
  background: #ba0913;
}

.switcher #styleOptions li a.orange-color {
  background: #FFA500;
}

.switcher #styleOptions li a.green-color {
  background: #95c41f;
}















/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.search-popup.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--thm-base);
  opacity: 0.75;
  cursor: pointer;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
}

.search-popup__content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  height: 66px;
  padding-left: 30px;
}

.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  background-color: var(--thm-base);
  border: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.search-popup__content .thm-btn i {
  background-color: transparent;
  margin-left: 0;
}

.search-popup__content .thm-btn:hover {
  background-color: var(--thm-base);
}



.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show>.btn-light.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select>.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
  border-radius: 0;
}

.bootstrap-select .dropdown-menu>li+li>a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu>li.selected>a {
  background: var(--thm-base);
  color: #fff;
}

.bootstrap-select .dropdown-menu>li>a {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 20px;
  color: #ffffff;
  background: var(--thm-base);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu>li>a:hover {
  background: var(--thm-black);
  color: var(--thm-base);
  cursor: pointer;
}




/* Preloader Css*/
.handle-preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--thm-base);
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  z-index: 9999999;
}

.preloader-close {
  position: fixed;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 30px;
  background: #fff;
  text-align: center;
  cursor: pointer;
  z-index: 99999999;
}

.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.handle-preloader .animation-preloader .spinner {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto 45px auto;

  animation-name: zoomInOut;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;

  -webkit-animation-name: zoomInOut;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;

  -moz-animation-name: zoomInOut;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;

  -ms-animation-name: zoomInOut;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease-in-out;

  -o-animation-name: zoomInOut;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out;
}

.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}


.handle-preloader .animation-preloader .txt-loading .letters-loading {
  position: relative;
  display: inline-block;
  color: transparent;
  font-size: 70px;
  line-height: 70px;
  font-weight: 600;
  letter-spacing: 15px;
  text-transform: uppercase;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.30);
  font-family: var(--thm-font);
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  position: absolute;
  top: 0;
  left: 0;
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  opacity: 0;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.3s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.5s;
}


/**
animation: spinner 1s infinite linear;


.handle-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}
**/

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
  color: #ffffff;
}

.handle-preloader .animation-preloader .spinner {
  border: 3px solid #ffffff;
  /**border-top-color: rgba(255, 255, 255, 0.5); **/
}


/* Animation preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}

@keyframes letters-loading {

  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}


@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}

@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }

  .handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-size: 30px;
    letter-spacing: 10px;
  }
}



/*--------------------------------------------------------------
  properties style1 Area
--------------------------------------------------------------*/
.properties-style1-area {
  position: relative;
  display: block;
  background-color: #ffffff;
  z-index: 10;
}

.properties-style1-area.pd-tb120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.properties-style1-title-box {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding-bottom: 53px;
}

.properties-style1-title-box .sec-title {
  padding: 0;
}

.properties-style1-title-box .right {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 11px;
}

.properties-style1-title-box .right span {
  position: relative;
  display: inline-block;
  padding-right: 5px;
  color: var(--thm-base);
  font-size: 14px;
  line-height: 14px;
}

.properties-style1-title-box .right p {
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}



.properties-style1-area .container {
  max-width: 1850px;
}

.single-properties-box-colum {
  flex: 0 0 auto;
  width: 20%;
}

.single-properties-box-style1 {
  position: relative;
  display: block;
  transition: all 0.2s ease;
}

.single-properties-box-style1 .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.single-properties-box-style1 .img-holder:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  z-index: 1;
  opacity: 0;
  background: rgb(0, 0, 0);
  transition: all 0.5s ease;
}

.single-properties-box-style1:hover .img-holder:before {
  opacity: 0.2;
}

.single-properties-box-style1 .img-holder img {
  width: 100%;
  transition: all 0.5s ease;
}

.single-properties-box-style1:hover .img-holder img {
  transform: rotate(0deg) scale(1.0);
}

.single-properties-box-style1 .img-holder .overlay-content {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 3;
}

.single-properties-box-style1 .img-holder .overlay-content ul {
  position: relative;
  display: block;
}

.single-properties-box-style1 .img-holder .overlay-content ul li {
  position: relative;
  display: block;
  background-color: var(--thm-base);
  color: #ffffff;
  font-size: 13px;
  line-height: 30px;
  padding: 0 20px;
  border-radius: 3px;
  text-align: center;
}

.single-properties-box-style1 .img-holder .overlay-content ul li.bg1 {
  background-color: #ff5a3c;
}

.single-properties-box-style1 .img-holder .overlay-content ul li.bg2 {
  background-color: #90c907;
}

.single-properties-box-style1 .img-holder .overlay-content ul li+li {
  margin-top: 5px;
}

.single-properties-box-style1 .img-holder .icon {
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 0;
  z-index: 3;
}

.single-properties-box-style1 .img-holder .icon span {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  transition: all 0.5s ease;
}

.single-properties-box-style1:hover .img-holder .icon span {
  color: #ffffff;
  transform: scale(1.1);
}


.single-properties-box-style1 .text-holder {
  position: relative;
  display: block;
  border: 1px solid #f6f6f6;
  border-top: none;
  padding: 25px 29px 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  transition: all 0.2s ease;
}

.single-properties-box-style1:hover .text-holder {
  box-shadow: 0px 5px 9.1px 0.9px rgba(15, 15, 15, 0.03);
}

.single-properties-box-style1 .text-holder .top {
  position: relative;
  display: block;
  padding-left: 17px;
}

.single-properties-box-style1 .text-holder .top .dot {
  position: absolute;
  top: 7px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: var(--thm-base);
  border-radius: 50%;
}

.single-properties-box-style1 .text-holder .top p {
  font-size: 14px;
  line-height: 20px;
}

.single-properties-box-style1 .text-holder .top p a {
  color: var(--thm-base);
}


.single-properties-box-style1 .text-holder h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin: 10px 0 19px;
}

.single-properties-box-style1 .text-holder h3 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-properties-box-style1 .text-holder h3 a:hover {
  color: var(--thm-base);
}

.single-properties-box-style1 .text-holder p {
  font-size: 14px;
  line-height: 20px;
}


.single-properties-box-style1 .text-holder .rating-value-box {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 19px 0 22px;
}

.single-properties-box-style1 .text-holder .rating-value-box .rating-box {
  position: relative;
  display: flex;
  align-items: center;
}

.single-properties-box-style1 .text-holder .rating-value-box .rating-box .text {
  position: relative;
  display: inline-block;
  padding-left: 8px;
  color: #b2b2b2;
  font-size: 14px;
}

.single-properties-box-style1 .text-holder .rating-value-box .value-box {
  position: relative;
  display: block;
}

.single-properties-box-style1 .text-holder .rating-value-box .value-box h4 {
  color: var(--thm-base);
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}


.single-properties-box-style1 .text-holder .info-box {
  position: relative;
  display: block;
  padding: 16px 0 17px;
}

.single-properties-box-style1 .text-holder .info-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  right: -30px;
  height: 1px;
  background-color: #f6f6f6;
}

.single-properties-box-style1 .text-holder .info-box ul {
  position: relative;
  display: block;
  overflow: hidden;
}

.single-properties-box-style1 .text-holder .info-box ul li {
  position: relative;
  display: block;
  float: left;
  font-size: 13px;
  line-height: 22px;
  font-weight: 600;
  padding-right: 15px;
  margin-right: 15px;
}

.single-properties-box-style1 .text-holder .info-box ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.single-properties-box-style1 .text-holder .info-box ul li:before {
  content: "";
  position: absolute;
  top: 4px;
  right: 0;
  bottom: 4px;
  width: 1px;
  background-color: #f6f6f6;
}

.single-properties-box-style1 .text-holder .info-box ul li:last-child::before {
  display: none;
}

.single-properties-box-style1 .text-holder .info-box ul li span {
  position: relative;
  display: inline-block;
  padding-right: 6px;
  font-size: 16px;
  top: 1px;
}



/*--------------------------------------------------------------
  properties style2 Area
--------------------------------------------------------------*/
.properties-style2-area {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 120px 0 120px;
  z-index: 10;
}

.properties-style2-area .single-properties-box-style1 {
  margin-bottom: 40px;
}

.properties-style2-area__btns-box {
  position: relative;
  display: block;
  line-height: 0;
  padding-top: 10px;
}



/*--------------------------------------------------------------
  properties style1 Area style3 Css
--------------------------------------------------------------*/
.properties-style1-area--style3 {
  position: relative;
  display: block;
  background-color: #f9fafe;
  padding: 120px 0 120px;
}

.properties-style1-area--style3 .single-properties-box-style1 .text-holder {
  border: 1px solid #f0f1f5;
  background-color: #ffffff;
}

.properties-carousel.owl-carousel.owl-dot-style1 .owl-dots {
  margin-top: 30px !important;
}



/*---------------------------------------
  Explore Our properties Area Css
-----------------------------------------*/
.explore-our-properties-area {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 0px;
}

.single-explore-properties-box {
  position: relative;
  display: block;
  
  
  margin-bottom: 30px;
}

.single-explore-properties-box .img-holder {
  position: relative;
  display: block;
  border-radius: 4px;
  border: 1px solid #ccc;
  overflow: hidden;
  z-index: 1;
}




.single-explore-properties-box .img-holder::before {
  position: absolute;
  top: 0%;
  left: 0%;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, .4);
  border-radius: 50%;
  -webkit-transform: translateX(-50%, -50%);
  transform: translateX(-50%, -50%);
  opacity: 0;
  z-index: 1;
}

.single-explore-properties-box:hover .img-holder::before {
  -webkit-animation: circle .95s;
  animation: circle .95s;
}

.single-explore-properties-box .img-holder .icon-box {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
}

.single-explore-properties-box .img-holder .icon-box span::before {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
}

.single-explore-properties-box .img-holder img {
  width: 100%;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
  transform: scale(1.0);
}

.single-explore-properties-box:hover .img-holder img {
 
}

.single-explore-properties-box .text-holder {
  position: relative;
  align-items: center;
  padding: 23px 0px 11px;
}

.single-explore-properties-box .text-holder .inner-title {
  position: relative;
  display: block;
}

.single-explore-properties-box .text-holder .inner-title p {
  font-family: "Melbourne";
  font-size: 21px;
  color:#8a8a8a;
  line-height: 30px;
  
}

.single-explore-properties-box .text-holder .inner-title h3 {
  font-family: 'Pretendard',sans-serif;
  font-size: 21px;
  line-height: 30px;
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 6px;
}

.single-explore-properties-box .text-holder .inner-title h3 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-explore-properties-box .text-holder .inner-title h3 a:hover {
  color: var(--thm-base);
}


.single-explore-properties-box .text-holder .btn-box {
  position: relative;
  display: block;
}

.single-explore-properties-box .text-holder .btn-box a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  background: #f9fafe;
  border-radius: 50%;
  text-align: center;
  z-index: 1;
}

.single-explore-properties-box .text-holder .btn-box a:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #915918;
  content: "";
  border-radius: 50%;
  z-index: -1;
  transform: scale(0.0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.single-explore-properties-box .text-holder .btn-box a:hover:before {
  transform: scaleX(1.0);
}

.single-explore-properties-box .text-holder .btn-box a span::before {
  position: relative;
  display: inline-block;
  color: #cecece;
  font-size: 20px;
  line-height: 50px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-explore-properties-box .text-holder .btn-box a:hover span::before {
  color: #ffffff;
}



/*---------------------------------------
  Explore Our properties Style2 Area Css
-----------------------------------------*/
.explore-our-properties-style2-area {
  position: relative;
  display: block;
  background-color: #f9fafe;
  padding: 120px 0 90px;
}

.explore-our-properties-style2-area .container {
  max-width: 1850px;
}

.single-explore-properties-colum {
  flex: 0 0 auto;
  width: 20%;
}

.single-explore-properties-colum .single-explore-properties-box {
  border: 1px solid #f0f1f5;
  background-color: #ffffff;
}



/*---------------------------------------
  Choose Style1 Area Css
-----------------------------------------*/
.choose-style1-area {
  position: relative;
  display: block;
 
  padding: 120px 0 50px;
}

.choose-style1-area.pdtop0 {
  padding-top: 0;
}

.single-choose-style1-box {
  position: relative;
  display: block;
  margin-bottom: 38px;
}

.single-choose-style1-box .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 187px;
  height: 187px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #d3d3d3;
  margin: 0 auto 42px;
  z-index: 1;
}

.single-choose-style1-box .icon:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #e6ddd2;
  content: "";
  border-radius: 50%;
  z-index: -1;
  transform: scale(0.5);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  opacity: 0;
}

.single-choose-style1-box:hover .icon:before {
  transform: scaleX(1.0);
  opacity: 1;
}

.single-choose-style1-box .icon span {
  position: relative;
  display: block;
}

.single-choose-style1-box .icon span::before {
  position: relative;
  display: inline-block;
  color: var(--thm-base);
  font-size: 45px;
  line-height: 45px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-choose-style1-box:hover .icon span::before {
  color: #ffffff;
}

.single-choose-style1-box .text {
  position: relative;
  display: block;
}

.single-choose-style1-box .text h3 {
  position: relative;    font-family: 'Pretendard',sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 12px;
}

.single-choose-style1-box .text h3 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-choose-style1-box .text h3 a:hover {
  color: var(--thm-base);
}

.single-choose-style1-box .text p {
  font-size: 14px;
  margin: 0px;
}



/*---------------------------------------
  Choose Style2 Area Css
-----------------------------------------*/
.choose-style2-area {
  position: relative;
  display: block;
  background: #f9fafe;
  padding: 120px 0 80px;
}

.choose-style2-area .single-choose-style1-box {
  position: relative;
  display: block;
  background-color: #ffffff;
  border: 1px solid #f0f1f5;
  padding: 50px 0 42px;
  border-radius: 4px;
  margin-bottom: 40px;
}

.choose-style2-area .single-choose-style1-box .icon {
  margin: 0 auto 24px;
}

.choose-style2-area .single-choose-style1-box .text h3 {
  margin-bottom: 0;
}



/*---------------------------------------
  Choose Style3 Area Css
-----------------------------------------*/
.choose-style3-area {
  position: relative;
  display: block;
  background: #f9fafe;
  padding: 120px 0 120px;
}

.choose-carousel-one.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.choose-carousel-one.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.choose-carousel-one.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.choose-carousel-one.owl-carousel.owl-dot-style1 .owl-dots {
  margin-top: 20px !important;
}



/*---------------------------------------
  Apartments Plan Area Css
-----------------------------------------*/
.apartments-plan-area {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 120px 0 120px;
}


.apartments-plan-tab__button {
  position: relative;
  display: block;
  padding-bottom: 50px;
  margin-top: -3px;
}

.apartments-plan-tab__button .tabs-button-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.apartments-plan-tab__button .tabs-button-box .tab-btn-item {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  margin: 0 20px;
  z-index: 1;
}

.apartments-plan-tab__button .tabs-button-box .tab-btn-item:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  background: var(--thm-base);
  z-index: -1;
  transform: perspective(400px) translateY(0px) scale(0);
  transform-style: preserve-3d;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  transform-origin: right center;
}

.apartments-plan-tab__button .tabs-button-box .tab-btn-item:hover::before,
.apartments-plan-tab__button .tabs-button-box .tab-btn-item.active-btn-item::before {
  transform: perspective(400px) translateY(0px) scale(1);
  transform-origin: left center;
}

.apartments-plan-tab__button .tabs-button-box .tab-btn-item h3 {
  position: relative;
  display: block;
  color: var(--thm-black);
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-transform: capitalize;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.apartments-plan-tab__button .tabs-button-box .tab-btn-item:hover h3,
.apartments-plan-tab__button .tabs-button-box .tab-btn-item.active-btn-item h3 {
  color: var(--thm-base);
}



.apartments-plan-tab-box .tabs-content-box {
  position: relative;
  display: block;
}

.apartments-plan-tab-box .tab-content-box-item {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  visibility: hidden;
}

.apartments-plan-tab-box .tab-content-box-item.tab-content-box-item-active {
  position: relative;
  visibility: visible;
  z-index: 5;
}

.apartments-plan-tab-box .tab-content-box-item .apartments-plan-tab-content-box-item {
  transition: all 0.7s ease;
  opacity: 0;
  transform: scaleY(0.9);
  transform-origin: top bottom;
}

.apartments-plan-tab-box .tab-content-box-item.tab-content-box-item-active .apartments-plan-tab-content-box-item {
  opacity: 1.0;
  transform: scaleY(1);
  transform-origin: bottom top;
}


.apartments-plan-tab-content-box-item {
  position: relative;
}

.apartments-plan-tab-content-box-item .map-box {
  position: relative;
  display: block;
}

.apartments-plan-tab-content-box-item .map-box img {
  width: 100%;
}


.apartments-plan-tab-content-box-item .text-box {
  position: relative;
  display: block;
  margin-top: -6px;
  padding-left: 100px;
}

.apartments-plan-tab-content-box-item .text-box h3 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin: 0 0 15px;
}


.apartments-plan-tab-content-box-item .text-box p span {
  color: var(--thm-black);
  font-weight: 700;
}

.apartments-plan-tab-content-box-item .text-box .property-details-box {
  position: relative;
  display: block;
  padding: 17px 0 48px !important;
  border: none;
  border-radius: 0;
  margin: 0;
}

.apartments-plan-tab-content-box-item .text-box .property-details-box h4 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  margin: 0 0 15px;
}


.property-details-box-item {
  position: relative;
  display: flex;
  align-items: center;
}

.property-details-box-item ul {
  position: relative;
  display: block;
  overflow: hidden;
  width: 50%;
  float: left;
}

.property-details-box-item ul li {
  position: relative;
  display: block;
  font-size: 14px;
}

.property-details-box-item ul li+li {
  margin-top: 10px;
}

.property-details-box-item ul li span {
  position: relative;
  display: inline-block;
  width: 110px;
  color: var(--thm-black);
  font-size: 14px;
  font-weight: 400;
  font-family: var(--thm-font-2);
}

.apartments-plan-tab-content-box-item .text-box .btns-box {
  position: relative;
  display: block;
  line-height: 0;
}



/*** 
=============================================
    Video Gallery Style1 Area Css
=============================================
***/
.video-gallery-style1-area {
  position: relative;
  display: block;
  padding: 230px 0px 230px;
  background: #ffffff;
  z-index: 10;
}

.video-gallery-style1__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.video-gallery-style1__bg::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(var(--thm-base-rgb), 0.0);
  z-index: -2;
  content: "";
}

.video-gallery-style1 {
  position: relative;
  display: block;
}

.video-gallery-style1 .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  background: #ffffff;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 2;
}

.video-gallery-style1 .icon:hover {
  background-color: var(--thm-base);
}

.video-gallery-style1 .icon:after,
.video-gallery-style1 .icon:before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  z-index: -1;

}

.video-gallery-style1 .icon:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.video-gallery-style1 .icon .video-popup {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}

.video-gallery-style1 .icon .video-popup span::before {
  position: relative;
  color: var(--thm-base);
  font-size: 30px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.video-gallery-style1 .icon:hover .video-popup span::before {
  color: #ffffff;
}



/*** 
=============================================
    Slogan Area Css
=============================================
***/
.slogan-area {
  position: relative;
  display: block;
  background-color: var(--thm-base);
  padding: 20px 0;
}

.slogan-content-box {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.slogan-content-box .inner-title {
  position: relative;
  display: block;
}

.slogan-content-box .inner-title h2 {
  color: #ffffff;
  font-size: 32px;
  line-height: 44px;
  font-weight: 500;
}

.slogan-content-box .inner-title h2 span {
  color: #ff5a3c;
}



.get-app-box {
  position: relative;
  display: block;
}

.get-app-box ul {
  position: relative;
  display: block;
  overflow: hidden;
}

.get-app-box ul li {
  position: relative;
  display: block;
  float: left;
  margin-right: 30px;
}

.get-app-box ul li:last-child {
  margin-right: 0;
}

.get-app-box ul li a {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 10px;
  padding: 11px 19px 12px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.get-app-box ul li a:hover {
  background-color: rgba(255, 255, 255, .10);
}

.get-app-box ul li a .icon {
  width: 40px;
  line-height: 0;
}

.get-app-box ul li a .icon span {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.get-app-box ul li a:hover .icon span {
  color: #ff5a3c;
}

.get-app-box ul li a .text {
  position: relative;
  flex: 1;
}

.get-app-box ul li a .text h4 {
  color: #ffffff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 7px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.get-app-box ul li a:hover .text h4 {
  color: var(--thm-black);
}

.get-app-box ul li a .text p {
  color: #ffffff;
  font-size: 16px;
  line-height: 16px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.get-app-box ul li a:hover .text p {
  color: var(--thm-black);
}



/*** 
=============================================
    Slogan Style2 Area Css
=============================================
***/
.slogan-style2-area {
  position: relative;
  display: block;
  background-color: transparent;
  padding: 20px 0;
  z-index: 10;
}

.slogan-style2-area-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  background-color: #383838;
  background-blend-mode: luminosity;
  z-index: -1;
}

.slogan-style2-area-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000000;
  opacity: 0.70;
  z-index: -1;
}

.slogan-style2-area .get-app-box ul li a {
  padding: 15px 19px 16px;
}

.slogan-style2-area .get-app-box ul li a:hover {
  border-color: var(--thm-base);
  background-color: var(--thm-base);
}

.slogan-style2-area .get-app-box ul li a:hover .text h4 {
  color: #ffffff;
}

.slogan-style2-area .get-app-box ul li a:hover .text p {
  color: #ffffff;
}



/*** 
=============================================
    Property Search Form Area Css
=============================================
***/
.property-search-form-area {
  position: relative;
  display: block;
  background-color: transparent;
  margin-top: -120px;
  z-index: 11;
}

.search-form-tab-box {
  position: relative;
  display: block;
}



.search-form-tab__button {
  position: relative;
  display: block
}

.search-form-tab__button .tabs-button-box {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #ffffff;
  overflow: hidden;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.search-form-tab__button .tabs-button-box .tab-btn-item {
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  width: 110px;
  z-index: 1;
}

.search-form-tab__button .tabs-button-box .tab-btn-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #f6f6f6;
  z-index: -1;
  transform: perspective(400px) translateY(0px) scale(0);
  transform-style: preserve-3d;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  transform-origin: right center;
}

.search-form-tab__button .tabs-button-box .tab-btn-item:hover::before,
.search-form-tab__button .tabs-button-box .tab-btn-item.active-btn-item::before {
  transform: perspective(400px) translateY(0px) scale(1);
  transform-origin: left center;
}

.search-form-tab__button .tabs-button-box .tab-btn-item h3 {
  position: relative;
  display: block;
  color: var(--thm-black);
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  text-transform: uppercase;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.search-form-tab__button .tabs-button-box .tab-btn-item:hover h3,
.search-form-tab__button .tabs-button-box .tab-btn-item.active-btn-item h3 {
  color: var(--thm-base);
}


.search-form-tabs-content-box-outer {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 40px 30px 20px;
  z-index: 2;
}

.search-form-tabs-content-box-outer:before {
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  bottom: 0;
  right: 0;
  box-shadow: 0px 2px 9.1px 0.9px rgba(15, 15, 15, 0.06);
  z-index: -1;
}



.search-form-tab-box .tabs-content-box {
  position: relative;
  display: block;
}

.search-form-tab-box .tab-content-box-item {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  visibility: hidden;
}

.search-form-tab-box .tab-content-box-item.tab-content-box-item-active {
  position: relative;
  visibility: visible;
  z-index: 5;
}

.search-form-tab-box .tab-content-box-item .search-form-tab-content-box-item {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.7s ease;
  transform-origin: top bottom;
}

.search-form-tab-box .tab-content-box-item.tab-content-box-item-active .search-form-tab-content-box-item {
  opacity: 1.0;
  transform: translateY(0px);
  transform-origin: bottom top;
}



.search-form-tab-content-box-item ul {
  position: relative;
  display: block;
  margin-left: -10px;
  margin-right: -10px;
}

.search-form-tab-content-box-item ul li {
  position: relative;
  display: block;
  float: left;
  width: 20%;
  padding: 0 10px;
}

.search-form-tab-content-box-item ul li .nice-select {
  position: relative;
  display: block;
  height: 45px;
  line-height: 42px;
  background: #ffffff;
  border: 1px solid #f6f6f6 !important;
  font-family: var(--thm-font);
  border-radius: 4px;
  color: var(--thm-gray);
  font-size: 14px;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
}

.search-form-tab-content-box-item ul li .form-group .field-input input[type="text"] {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  background-color: #ffffff;
  border: 1px solid #f6f6f6;
  color: var(--thm-gray);
  font-size: 14px;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
  transition: all 500ms ease 0s;
}

.search-form-tab-content-box-item ul li .form-group .field-input input[type="text"]:focus {
  outline: none;
}


.search-form-tab-content-box-item ul li .nice-select:after {
  position: absolute;
  content: "\e903";
  font-family: 'icomoon' !important;
  color: #cecece;
  font-size: 10px;
  top: 0px;
  right: 20px;
  margin: 0px;
  font-weight: 700;
  border: none !important;
  transform: rotate(0deg) !important;
}

.search-form-tab-content-box-item ul li .nice-select .list {
  padding: 20px 20px !important;
}


.search-form-tab-content-box-item ul li .form-group {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.search-form-tab-content-box-item ul li .form-group label {
  color: var(--thm-black);
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 5px;
}

.search-form-tab-content-box-item ul li .btn-box {
  position: relative;
  display: block;
  padding-top: 29px;
}

.search-form-tab-content-box-item ul li .btn-box button {
  color: #ffffff;
  width: 100%;
  background-color: var(--thm-base);
}

.search-form-tab-content-box-item ul li .btn-box button.btn-one:after {
  background-color: var(--thm-base);
  border: 3px solid var(--thm-base);
}



/*** 
=============================================
    Property Search Form Style2 Area Css
=============================================
***/
.property-search-form-style2-area {
  position: relative;
  display: block;
  background-color: #f9fafe;
  padding: 120px 0 120px;
  z-index: 11;
}

.property-search-form-style2-area .search-form-tabs-content-box-outer:before {
  top: 0px;
  box-shadow: 0px 10px 9.1px 0.9px rgb(15 15 15 / 3%);
}



/*** 
=============================================
    Agents Style1 Area Css
=============================================
***/
.agents-style1-area {
  position: relative;
  display: block;
  background: #f9fafe;
  padding: 120px 0 80px;
  z-index: 10;
}

.agents-style1-area.bg-white {
  background-color: #ffffff;
}

.single-agents-style1 {
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.single-agents-style1 .img-holder {
  position: relative;
  display: block;
  padding-bottom: 60px;
}

.single-agents-style1 .img-holder .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  background-color: var(--thm-base);
  z-index: 1;
}

.single-agents-style1 .img-holder .inner img {
  width: 100%;
  transition: all 500ms linear;
  transition-delay: 0.2s;
}

.single-agents-style1:hover .img-holder .inner img {
  transform: scale(1.1) rotate(0deg);
  opacity: 0.20;
  transition: all 500ms linear;
  transition-delay: 0.1s;
}



.single-agents-style1 .title-holder {
  position: absolute;
  left: 10px;
  bottom: 0;
  right: 10px;
  padding: 19px 30px 23px;
  background-color: #ffffff;
  border: 1px solid #f0f1f5;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  transform: perspective(400px) rotateX(0deg);
  transform-origin: center;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 5;
}

.single-agents-style1:hover .title-holder {
  transform: perspective(400px) rotateX(10deg);
  box-shadow: 0px 5px 9.1px 0.9px rgba(15, 15, 15, 0.03);
  border: 1px solid transparent;
}

.single-agents-style1 .title-holder .inner-title {
  position: relative;
  display: block;
}

.single-agents-style1 .title-holder .inner-title span {
  font-size: 14px;
}

.single-agents-style1 .title-holder .inner-title h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  margin: 6px 0 0;
}

.single-agents-style1 .title-holder .inner-title h3 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-agents-style1 .title-holder .inner-title h3 a:hover {
  color: var(--thm-base);
}

.single-agents-style1 .title-holder .social-links {
  position: relative;
  display: block;
}

.single-agents-style1 .title-holder .social-links a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #f9fafe;
  border-radius: 50%;
  color: #cecece;
  font-size: 14px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.single-agents-style1 .title-holder .social-links a:hover {
  color: #ffffff;
}

.single-agents-style1 .title-holder .social-links a:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--thm-base);
  content: "";
  border-radius: 50%;
  z-index: -1;
  transform: scale(0.0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.single-agents-style1 .title-holder .social-links a:hover::before {
  transform: scaleX(1.0);
}



/*** 
=============================================
    Fact Counter Property Search Area Css
=============================================
***/
.fact-counter-property-search-area {
  position: relative;
  display: block;
  background-color: #f9fafe;
  z-index: 11;
}


.fact-counter-box-style2 {
  position: relative;
  display: block;
  padding: 120px 0 71px;
  border-bottom: 1px solid #e8e9ed;
}



.fact-counter-box-style2 {
  position: relative;
  display: block;
}

.fact-counter-box-style2 ul {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


.fact-counter-box-style2 .single-fact-counter {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 42px;
}


.search-form-tab-box--style2 {
  position: relative;
  margin-top: -220px;
}

.search-form-tab-box--style2 .search-form-tab__button .tabs-button-box {
  background-color: var(--thm-base);
}

.search-form-tab-box--style2 .search-form-tab__button .tabs-button-box .tab-btn-item {
  width: 123.5px;
}

.search-form-tab-box--style2 .search-form-tab__button .tabs-button-box .tab-btn-item h3 {
  color: #ffffff;
}

.search-form-tab-box--style2 .search-form-tab__button .tabs-button-box .tab-btn-item:before {
  background: rgba(255, 255, 255, .10);
}

.search-form-tab-box--style2 .search-form-tab__button .tabs-button-box .tab-btn-item:hover h3,
.search-form-tab-box--style2 .search-form-tab__button .tabs-button-box .tab-btn-item.active-btn-item h3 {
  color: #ffffff;
}


.search-form-tab-box--style2 .search-form-tabs-content-box-outer {
  padding: 30px 30px 30px;
}

.search-form-tab-box--style2 .search-form-tabs-content-box-outer:before {
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
}


.search-form-tab-box--style2 .search-form-tab-content-box-item ul {
  margin-left: 0px;
  margin-right: 0px;
}

.search-form-tab-box--style2 .search-form-tab-content-box-item ul li {
  float: none;
  width: 100%;
  padding: 0 0px;
}

.search-form-tab-box--style2 .search-form-tab-content-box-item ul li .form-group {
  margin-bottom: 10px;
}

.search-form-tab-box--style2 .search-form-tab-content-box-item ul li .nice-select .option {
  padding-left: 15px !important;
  padding-right: 10px !important;
}

.search-form-tab-box--style2 .search-form-tab-content-box-item ul li .btn-box {
  padding-top: 20px;
  text-align: center;
}

.search-form-tab-box--style2 .search-form-tab-content-box-item ul li .btn-box button {
  color: var(--thm-base);
  width: auto;
  background-color: transparent;
}

.search-form-tab-box--style2 .search-form-tab-content-box-item ul li .btn-box button:hover {
  color: #ffffff;
}

.search-form-tab-box--style2 .search-form-tab-content-box-item ul li .btn-box button.btn-one:after {
  background-color: #ffffff;
  border: 3px solid rgba(var(--thm-base-rgb), .10);
}



/*** 
=============================================
    Video Gallery Style2 Area Css
=============================================
***/
.video-gallery-style2-area {
  position: relative;
  display: block;
  background-color: #ffffff;
  overflow: hidden;
  padding: 100px 0 120px;
}


.video-gallery-style2-area .row {
  --bs-gutter-x: 0px;
}


.video-gallery-style2-content {
  position: relative;
  display: block;
  min-height: 629px;
}

.quick_back01 {width:100%; background:#ddd;display:table; table-layout:fixed; text-align:center; height:629px; background-image: url('../../image/m_quick_back.jpg');}
.quick_back02 {width:100%; background:#ddd;display:table; table-layout:fixed; text-align:center; height:629px; background:#0080d0;}
.quick_back03 {width:100%; background:#ddd;display:table; table-layout:fixed; text-align:center; height:629px; background:#444444;}

.quick_ff {display:table-cell; vertical-align:middle; text-align: center;}
.quick_text01 {font-family: 'Rubik', sans-serif; font-weight:600; font-size:22px; color:#fff; opacity: 0.50; font-style: italic; text-transform: uppercase;}
.quick_text02 {padding-top:20px; font-family: 'Pretendard',sans-serif; font-weight: 600; font-size:50px; color:#fff;}
.quick_text03 {padding-top:65px; font-family: 'Pretendard',sans-serif; font-weight: 400; font-size:26px; color:#fff; line-height: 35px;}
.quick_icon {padding-top:45px;}


.quick_ff .text-box3 {
  position: relative;
  margin: 0 auto; 
  display: block;
  margin-top:105px;
}

.quick_ff .text-box3 ul {
  position: relative;
  display: block;
}

.quick_ff .text-box3 ul li {
  position: relative;
  display: block;
  padding-left: 30px;
}

.quick_ff .text-box3 ul li+li {
  margin-top: 13px;
}

.quick_ff .text-box3 ul li .icon {
  position: absolute;
  top: 5px;
  left: 0;
}

.quick_ff .text-box3 ul li .icon span {
  position: relative;
  display: inline-block;
  color: var(--thm-base);
  font-size: 20px;
  line-height: 20px;
}


.quick_ff .text-box3 .text {
  font-family: 'Pretendard',sans-serif;
  color: #fff;
  padding-left: 0px;
  font-size: 24px;
  font-weight: 500;
  top: -1px;
}

.quick_ff .text-box3 .text p  {
  color: #0f0f0f; display:inline-block;
  font-weight: 600;

}

.quick_ff .text-box3 .text p a{
font-size:24px; color:#fff;  
}
.quick_ff .text-box3 .text p a:hover{
font-size:24px; color:#f6ff00;  
}
.quick_ff .text-box3 .text span{
border-bottom:2px solid #fff; display:inline-block;
}


/*
.quick_back01 {min-height: 629px; background-image: url('../../image/m_quick_back.jpg');}
.quick_text01 {padding-top:190px; font-family: 'Archivo Black', sans-serif; font-size:22px; color:#fff; font-style: italic; text-transform: uppercase;}
.quick_text02 {padding-top:20px; font-family: 'Pretendard',sans-serif; font-weight: 600; font-size:50px; color:#fff;}
*/


.video-gallery-style2-content-inner {
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 3;
}

.video-gallery-style2-content-inner .sub-title {
  position: relative;
  display: inline-flex;
  background-color: var(--thm-base);
  padding: 12px 25px 12px;
  border-radius: 4px;
}

.video-gallery-style2-content-inner .sub-title h5 {
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.video-gallery-style2-content-inner .big-title {
  position: relative;
  display: block;
  padding: 18px 0 32px;
}

.video-gallery-style2-content-inner .big-title h2 {
  color: #ffffff;
  font-size: 72px;
  line-height: 1.2em;
  font-weight: 600;
}




.video-gallery-style2-content .swiper-slide {
  min-height: 620px;
}

.video-gallery-style2-content .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  z-index: 1;
}

.video-gallery-style2-content .image-layer:before {
  position: absolute;
  top: 0px;
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  background-color: #0f0f0f;
  opacity: 0.20;
  z-index: -1;
}



.video-gallery-style2-thumb-box {
  position: relative;
  display: block;
  background-color: #ffffff;
  box-shadow: 0px 5px 9.1px 0.9px rgba(15, 15, 15, 0.03);
  padding: 30px 30px 30px;
  border-radius: 75px;
  max-width: 1030px;
  width: 100%;
  margin: -75px auto 0;
  z-index: 11;
}

.video-gallery-style2-thumb-box .swiper-container {
  overflow: hidden;
  border-radius: 45px;
}

.video-gallery-style2-thumb-box .thumb-img-holder {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--thm-bg);
  cursor: pointer;
}

.video-gallery-style2-thumb-box .thumb-img-holder img {
  width: 100%;
  transition: all 500ms linear;
  transition-delay: 0.2s;
  filter: grayscale(.5) opacity(1.0);
}

.video-gallery-style2-thumb-box .swiper-slide-thumb-active .thumb-img-holder img {
  opacity: 0.50;
}



/*--------------------------------------------------------------
# Agents Details Area
--------------------------------------------------------------*/
.agents-details-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 112px 0px 120px;
}

.agents-details__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
}

.agents-details__top-content-box {
  position: relative;
  display: block;
}

.agents-details__top-content-box h2 {
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
}

.agents-details__top-content-box-bottom {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.agents-details__top-content-box-bottom .text {
  position: relative;
  display: block;
}

.agents-details__top-content-box-bottom .text p {
  font-size: 14px;
  text-transform: capitalize;
}

.agents-details__top-content-box-bottom .review-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 70px;
}

.agents-details__top-content-box-bottom .review-box ul {
  position: relative;
  display: block;
}

.agents-details__top-content-box-bottom .review-box ul li {
  position: relative;
  display: inline-block;
}

.agents-details__top-content-box-bottom .review-box ul li span::before {
  position: relative;
  display: inline-block;
  color: #ffc75b;
  font-size: 12px;
}

.agents-details__top-content-box-bottom .review-box .review-counter {
  position: relative;
  display: block;
  margin-left: 10px;
}

.agents-details__top-content-box-bottom .review-box .review-counter p {
  color: #b2b2b2;
  font-size: 13px;
  margin: 0px;
}


.agents-details__top-contact-btn {
  position: relative;
  display: block;
}

.agents-details__top-contact-btn a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 17px 25px 15px;
  border-radius: 4px;
  background: var(--thm-base);
  font-family: var(--thm-font-2);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.agents-details__top-contact-btn a span::before {
  position: relative;
  display: inline-block;
  font-size: 15px;
  margin-right: 5px;
  top: 1px;
}

.agents-details__top-contact-btn a:hover {
  background-color: var(--thm-black);
}



.agents-details__bottom {
  position: relative;
  display: block;
}

.agents-details__bottom-content {
  position: relative;
  display: block;
  top: -8px;
  padding-top: 30px;
  padding-bottom: 51px;
  border-bottom: 1px solid #eeeeee;
}

.agents-details__bottom-content .text-box1 {
  position: relative;
  display: block;
}

.agents-details__bottom-content .text-box1 p span {
  color: var(--thm-black);
  font-weight: 700;
}

.agents-details__bottom-content .text-box2 {
  position: relative;
  display: block;
  padding: 13px 0 13px;
}

.agents-details__bottom-content .text-box2 p span {
  color: var(--thm-black);
  font-weight: 700;
}



.agents-details__bottom {
  position: relative;
  display: block;
}

.agents-details__bottom-content {
  position: relative;
  display: block;
}

.agents-details__bottom-content ul {
  position: relative;
  display: block;
}

.agents-details__bottom-content ul li {
  position: relative;
  display: block;
  padding-left: 25px;
}

.agents-details__bottom-content ul li+li {
  margin-top: 13px;
}

.agents-details__bottom-content ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'icomoon' !important;
  content: "\e922";
  font-size: 16px;
  color: var(--thm-base);
}


.agents-info-box {
  position: relative;
  display: block;
  padding: 30px;
  border: 1px solid #f6f6f6;
  margin-top: 30px;
}

.agents-info-box .img-box {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 4px;
}

.agents-info-box .img-box img {
  width: 100%;
}

.agents-info-box .text-box {
  position: relative;
  display: block;
}

.agents-info-box .text-box ul {
  position: relative;
  display: block;
  padding: 21px 0 20px;
}

.agents-info-box .text-box ul li {
  position: relative;
  display: block;
  color: var(--thm-gray);
  font-size: 14px;
  margin-bottom: 6px;
}

.agents-info-box .text-box ul li:last-child {
  margin-bottom: 0;
}

.agents-info-box .text-box ul li span {
  position: relative;
  display: inline-block;
  padding-right: 5px;
  color: var(--thm-black);
  font-weight: 700;
}

.agents-info-box .text-box ul li a {
  color: var(--thm-gray);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.agents-info-box .text-box ul li a:hover {
  color: var(--thm-base);
}

.agents-info-box .text-box .btns-box {
  position: relative;
  display: block;
  line-height: 0;
}

.agents-info-box .text-box .btns-box a.btn-one {
  color: #ffffff;
  width: 100%;
  text-align: center;
}

.agents-info-box .text-box .btns-box a.btn-one:after {
  background-color: var(--thm-base);
  border: 3px solid var(--thm-base);
}

.agents-info-box .text-box .btns-box a.btn-one:before {
  background-color: var(--thm-black);
  border: 3px solid var(--thm-black);
}




.review-box-holder {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 60px;
}

.review-box-holder .title {
  position: relative;
  display: block;
  padding-bottom: 31px;
}

.review-box-holder .title h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.review-box-holder .outer-box {
  position: relative;
  display: block;
}


.review-box-holder .single-review {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.review-box-holder .single-review-box {
  position: relative;
  display: block;
  padding-left: 100px;
  min-height: 100px;
}

.review-box-holder .single-review-box .img-holder {
  position: absolute;
  left: 0;
  top: 7px;
  width: 100px;
  height: 100px;
}

.review-box-holder .single-review-box .img-holder img {
  width: 100%;
  border-radius: 0%;
}

.review-box-holder .single-review-box .text-holder {
  position: relative;
  display: block;
  padding-left: 30px;
  padding-bottom: 23px;
  min-height: 100px;
}

.review-box-holder .single-review-box .text-holder:before {
  position: absolute;
  left: 30px;
  bottom: 0;
  right: 0;
  height: 1px;
  background: #e5e5e5;
  content: "";
}

.review-box-holder .single-review-box .text-holder .top {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.review-box-holder .single-review-box .text-holder .top .left {
  position: relative;
  display: flex;
  align-items: center;
}

.review-box-holder .single-review-box .text-holder .top .left h3 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  text-transform: capitalize;
}

.review-box-holder .single-review-box .text-holder .top .left p {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  color: var(--thm-base);
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.review-box-holder .single-review-box .text-holder .top .left p i {
  position: relative;
  display: inline-block;
  padding-right: 5px;
}

.review-box-holder .single-review-box .text-holder .top .rating-box {
  position: relative;
}

.review-box-holder .single-review-box .text-holder .top .rating-box ul li span {
  font-size: 14px;
}


.review-box-holder .single-review-box .text-holder .text {
  position: relative;
  display: block;
  padding-top: 12px;
}

.review-box-holder .single-review-box .text-holder .text p {
  margin: 0;
}


.review-box-holder .single-review-box .text-holder .repost-reply {
  position: relative;
  display: block;
  padding-top: 10px;
}

.review-box-holder .single-review-box .text-holder .repost-reply a {
  position: relative;
  display: inline-block;
  color: #cecece;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: var(--thm-font-2);
}

.review-box-holder .single-review-box .text-holder .repost-reply a+a {
  margin-left: 20px;
}

.review-box-holder .single-review-box .text-holder .repost-reply a span:before {
  position: relative;
  top: 1px;
  display: inline-block;
  padding-right: 6px;
}



.add-review-box {
  position: relative;
  display: block;
  margin-top: 28px;
}

.add-review-box .inner-title {
  position: relative;
  display: block;
  padding-bottom: 21px;
}

.add-review-box .inner-title h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.add-review-box .rating-box {
  position: relative;
  display: block;
  padding-bottom: 20px;
}



.add-review-box #add-review-form {
  position: relative;
  display: block;
}

.add-review-box #add-review-form .input-box {
  position: relative;
  display: block;
  margin-bottom: 29px;
}

.add-review-box #add-review-form .input-box h5 {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  margin: 0 0 13px;
}

.add-review-box #add-review-form input[type="text"],
.add-review-box #add-review-form input[type="email"],
.add-review-box #add-review-form textarea {
  position: relative;
  display: block;
  background-color: #ffffff;
  border: 1px solid #f6f6f6;
  width: 100%;
  height: 50px;
  color: #cecece;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-transform: none;
  padding: 0 20px;
  transition: all 500ms ease;
  font-family: var(--thm-font);
}

.add-review-box #add-review-form textarea {
  height: 150px;
  padding: 15px 30px;
}

.add-review-box #add-review-form input[type="text"]:focus {
  border-color: var(--thm-base);
  outline: none;
}

.add-review-box #add-review-form input[type="email"]:focus {
  border-color: var(--thm-base);
  outline: none;
}

.add-review-box #add-review-form textarea:focus {
  border-color: var(--thm-base);
  outline: none;
}

.add-review-box #add-review-form .button-box {
  position: relative;
  display: block;
  padding-top: 10px;
  line-height: 0;
}

.add-review-box #add-review-form .button-box button {
  padding-left: 50px;
  padding-right: 50px;
}



/*---------------------------------------
# Add Property Area Css
----------------------------------------*/
.add-property-area {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 120px 0 120px;
}

.create-listing-box {
  position: relative;
  display: block;
  border: 1px solid #e8e8e8;
  padding: 27px 29px 30px;
  border-radius: 4px;
}

.create-listing-box .inner-title {
  position: relative;
  display: block;
  padding-bottom: 14px;
}

.create-listing-box .inner-title h5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}


.create-listing-form {
  position: relative;
  display: block;
}

.create-listing-form .form-group {
  position: relative;
  display: block;
  margin-bottom: 19px;
}

.create-listing-form .form-group label {
  color: var(--thm-black);
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 5px;
}

.create-listing-form .form-group .field-input input[type="text"],
.create-listing-form .form-group .field-input input[type="number"] {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  color: #cecece;
  font-size: 14px;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
  transition: all 500ms ease 0s;
}

.create-listing-form .form-group .field-input input[type="text"]:focus,
.create-listing-form .form-group .field-input input[type="number"]:focus {
  color: var(--thm-black);
}

.create-listing-form .form-group .field-input .nice-select {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #e8e8e8;
  color: #cecece;
  font-size: 14px;
  font-weight: 400;
  line-height: 43px;
  outline: none;
  padding-left: 15px;
  padding-right: 15px;
  transition: all 0.2s ease-in-out;
  font-family: var(--thm-font)
}

.create-listing-form .form-group .field-input .nice-select .option {
  color: var(--thm-black);
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
}

.create-listing-form .form-group .field-input .nice-select:after {
  position: absolute;
  content: "\e903";
  font-family: 'icomoon' !important;
  color: #cecece;
  font-size: 9px;
  top: 0px;
  right: 22px;
  margin: 0px;
  font-weight: 400;
  border: none !important;
  transform: rotate(0deg) !important;
  background: #fff;
  padding-left: 10px;
  height: 43px;
}



.create-listing-form .btn-box {
  position: relative;
  display: block;
  padding-top: 11px;
}

.create-listing-form .btn-box button {
  display: block;
  width: 100%;
  color: #ffffff;
}

.create-listing-form .btn-box button:after {
  background-color: var(--thm-base);
  border: 3px solid var(--thm-base);
}

.create-listing-form .btn-box button:before {
  background: var(--thm-black);
}



.location-form-box {
  position: relative;
  display: block;
  border: 1px solid #e8e8e8;
  padding: 27px 29px 30px;
  border-radius: 4px;
}

.location-form-box .inner-title {
  position: relative;
  display: block;
  padding-bottom: 14px;
}

.location-form-box .inner-title h5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.location-form {
  position: relative;
  display: block;
}

.location-form .form-group {
  position: relative;
  display: block;
  margin-bottom: 19px;
}

.location-form .form-group label {
  color: var(--thm-black);
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 5px;
}

.location-form .form-group .field-input input[type="text"],
.location-form .form-group .field-input input[type="number"] {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  color: #cecece;
  font-size: 14px;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
  transition: all 500ms ease 0s;
}

.location-form .form-group .field-input input[type="text"]:focus,
.location-form .form-group .field-input input[type="number"]:focus {
  color: var(--thm-black);
}

.location-form .form-group .field-input .nice-select {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #e8e8e8;
  color: #cecece;
  font-size: 14px;
  font-weight: 400;
  line-height: 43px;
  outline: none;
  padding-left: 15px;
  padding-right: 15px;
  transition: all 0.2s ease-in-out;
  font-family: var(--thm-font)
}

.location-form .form-group .field-input .nice-select .option {
  color: var(--thm-black);
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
}

.location-form .form-group .field-input .nice-select:after {
  position: absolute;
  content: "\e903";
  font-family: 'icomoon' !important;
  color: #cecece;
  font-size: 9px;
  top: 0px;
  right: 24px;
  margin: 0px;
  font-weight: 400;
  border: none !important;
  transform: rotate(0deg) !important;
  background: #fff;
  padding-left: 10px;
  height: 43px;
}

.location-form-google-map {
  position: relative;
  display: block;
  background-color: #cccccc;
  margin: 11px 0 20px;
}

.google-map__three {
  position: relative;
  display: block;
  border: none;
  height: 290px;
  width: 100%;
  mix-blend-mode: luminosity;
}

.location-form .btn-box {
  position: relative;
  display: block;
  padding-top: 10px;
}

.location-form .btn-box .btn-one {
  padding-left: 40px;
  padding-right: 40px;
  line-height: 50px;
}

.location-form .btn-box .btn-one:hover {
  color: #ffffff;
}



.property-details-box {
  position: relative;
  display: block;
  border: 1px solid #e8e8e8;
  padding: 27px 29px 30px;
  border-radius: 4px;
  margin: 30px 0 30px;
}

.property-details-box .inner-title {
  position: relative;
  display: block;
  padding-bottom: 14px;
}

.property-details-box .inner-title h5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.property-details-form {
  position: relative;
  display: block;
}

.property-details-form .form-group {
  position: relative;
  display: block;
  margin-bottom: 19px;
}

.property-details-form .form-group label {
  color: var(--thm-black);
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 5px;
}

.property-details-form .form-group .field-input input[type="text"],
.property-details-form .form-group .field-input input[type="number"] {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  color: #cecece;
  font-size: 14px;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
  transition: all 500ms ease 0s;
}

.property-details-form .form-group .field-input input[type="text"]:focus,
.property-details-form .form-group .field-input input[type="number"]:focus {
  color: var(--thm-black);
}

.property-details-form .form-group .field-input .nice-select {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #e8e8e8;
  color: #cecece;
  font-size: 14px;
  font-weight: 400;
  line-height: 43px;
  outline: none;
  padding-left: 15px;
  padding-right: 15px;
  transition: all 0.2s ease-in-out;
  font-family: var(--thm-font)
}

.property-details-form .form-group .field-input .nice-select .option {
  color: var(--thm-black);
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
}

.property-details-form .sidebar-features-box {
  padding-top: 7px;
}

.property-details-form .btn-box {
  position: relative;
  display: block;
  padding-top: 22px;
}

.property-details-form .btn-box .btn-one {
  padding-left: 40px;
  padding-right: 40px;
  line-height: 50px;
}

.property-details-form .btn-box .btn-one:hover {
  color: #ffffff;
}



.property-media-box {
  position: relative;
  display: block;
  border: 1px solid #e8e8e8;
  padding: 27px 29px 30px;
  border-radius: 4px;
}

.property-media-box .inner-title {
  position: relative;
  display: block;
  padding-bottom: 25px;
}

.property-media-box .inner-title h5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.property-media-form {
  position: relative;
  display: block;
}



.add-photo-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  float: left;
  width: 100%;
  height: 155px;
  border: 1px dashed #e7e7e7;
  border-radius: 4px;
}

.add-photo-box .inner {
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: all 0.3s linear;
}

.add-photo-box .inner input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 100;
}

.add-photo-box .inner span {
  position: relative;
  display: inline-block;
  color: var(--thm-base);
  font-size: 40px;
  line-height: 40px;
}

.add-photo-box .inner p {
  color: var(--thm-base);
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0px 0 0;
}

.property-media-form .single-img-box {
  position: relative;
  display: block;
}

.property-media-form .single-img-box img {
  width: 100%;
}

.property-media-form .single-img-box .delete {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  color: var(--thm-base);
  font-size: 12px;
  cursor: pointer;
  z-index: 5;
}



.property-media-form .attachments-file {
  position: relative;
  display: block;
  padding-top: 26px;
}

.property-media-form .attachments-file .inner-title {
  padding-bottom: 10px;
}

.property-media-form .attachments-file .inner-box {
  position: relative;
  display: block;
}

.property-media-form .attachments-file input[type="text"] {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  color: #cecece;
  font-size: 14px;
  font-weight: 400;
  padding-top: 6px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
  transition: all 500ms ease 0s;
}

.property-media-form .attachments-file .text {
  position: absolute;
  top: 8px;
  right: 5px;
  display: flex;
  align-items: center;
  background-color: #f6f6f6;
  padding: 2px 20px 2px;
  border-radius: 4px;
  z-index: 99;
}

.property-media-form .attachments-file .text p {
  position: relative;
  display: inline-block;
  padding-right: 5px;
  color: #63747c;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--thm-font);
}

.property-media-form .attachments-file .text i {
  position: relative;
  display: inline-block;
  color: var(--thm-base);
  font-size: 14px;
  line-height: 14px;
}

.property-media-form .btn-box {
  position: relative;
  display: block;
  padding-top: 20px;
}

.property-media-form .btn-box .btn-one {
  padding-left: 40px;
  padding-right: 40px;
  line-height: 50px;
}

.property-media-form .btn-box .btn-one:hover {
  color: #ffffff;
}




.floor-plans-box {
  position: relative;
  display: block;
  border: 1px solid #e8e8e8;
  padding: 27px 29px 30px;
  border-radius: 4px;
  margin-top: 30px;
}

.floor-plans-box .inner-title {
  position: relative;
  display: block;
  padding-bottom: 15px;
}

.floor-plans-box .inner-title h5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.floor-plans-form {
  position: relative;
  display: block;
}


.floor-plans-form .form-group {
  position: relative;
  display: block;
  margin-bottom: 19px;
}

.floor-plans-form .form-group label {
  color: var(--thm-black);
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 5px;
}

.floor-plans-form .form-group .field-input input[type="text"],
.floor-plans-form .form-group .field-input input[type="number"],
.floor-plans-form .form-group .field-input textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  color: #cecece;
  font-size: 14px;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
  transition: all 500ms ease 0s;
}

.floor-plans-form .form-group .field-input textarea {
  height: 180px;
  padding-top: 12px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
}

.floor-plans-form .form-group .field-input textarea::-webkit-input-placeholder {
  color: #cecece;
}

.floor-plans-form .form-group .field-input textarea:-moz-placeholder {
  color: #cecece;
}

.floor-plans-form .form-group .field-input textarea::-moz-placeholder {
  color: #cecece;
}

.floor-plans-form .form-group .field-input textarea:-ms-input-placeholder {
  color: #cecece;
}

.floor-plans-form .form-group .field-input input[type="text"]:focus,
.floor-plans-form .form-group .field-input input[type="number"]:focus,
.floor-plans-form .form-group .field-input textarea {
  color: var(--thm-black);
}

.floor-plans-form .form-group .field-input .nice-select {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #e8e8e8;
  color: #cecece;
  font-size: 14px;
  font-weight: 400;
  line-height: 43px;
  outline: none;
  padding-left: 15px;
  padding-right: 15px;
  transition: all 0.2s ease-in-out;
  font-family: var(--thm-font)
}

.floor-plans-form .form-group .field-input .nice-select .option {
  color: var(--thm-black);
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
}

.floor-plans-form .form-group .field-input .nice-select:after {
  position: absolute;
  content: "\e903";
  font-family: 'icomoon' !important;
  color: #cecece;
  font-size: 9px;
  top: 0px;
  right: 24px;
  margin: 0px;
  font-weight: 400;
  border: none !important;
  transform: rotate(0deg) !important;
  background: #fff;
  padding-left: 10px;
  height: 43px;
}

.floor-plans-form .btn-box {
  position: relative;
  display: block;
  padding-top: 11px;
}

.floor-plans-form .btn-box .btn-one {
  padding-left: 40px;
  padding-right: 40px;
  line-height: 50px;
}

.floor-plans-form .btn-box .btn-one:hover {
  color: #ffffff;
}



/*---------------------------------------
# property grid Css
----------------------------------------*/
.property-grid {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 120px 0 120px;
}

.property-grid .property-sidebar-content {
  margin-right: 0px;
}

.property-grid-content-box {
  position: relative;
  display: block;
}

.single-properties-box-style1--style2 .img-holder {
  border-top-left-radius: 6px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 6px;
}

.single-properties-box-style1--style2 .text-holder {
  margin-left: -30px;
  border: 1px solid #f6f6f6;
  border-top: 1px solid #f6f6f6;
  border-left: none;
  padding: 24px 29px 0;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}



/*---------------------------------------
# property List Css
----------------------------------------*/
.property-list {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 120px 0 120px;
}

.property-list .property-sidebar-content {
  margin-right: 0px;
}

.property-list-content-box {
  position: relative;
  display: block;
}


/*---------------------------------------
# Property grid Fullwidth Css
----------------------------------------*/
.property-grid-fullwidth {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 120px 0 120px;
}

.property-grid-fullwidth .single-properties-box-style1 {
  margin-bottom: 30px;
}



/*---------------------------------------
# Property Details Img Box Css
----------------------------------------*/
.property-details-img-box {
  position: relative;
  display: block;
  background-color: #ffffff;
}

.property-details-img-box .container {
  max-width: 100%;
  padding: 0 50px;
}

.property-details-img-box-inner {
  position: relative;
  display: block;
  min-height: 670px;
}

.property-details-img-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.property-details-img-box-inner .icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background-color: rgba(var(--thm-base-rgb), .70);
  border-radius: 6px;
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  cursor: pointer;
  z-index: 2;
}



/*---------------------------------------
# Property Details Area Css
----------------------------------------*/
.property-details-area {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 113px 0 120px;
}

.property-details-top {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.property-details-top__left {
  position: relative;
  display: block;
}

.property-details-top__left h2 {
  font-size: 32px;
  line-height: 40px;
  margin: 0 0 8px;
}

.property-details-top__left p {
  margin: 13px 0 18px;
}


.property-details-top__left .rating-value-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 350px;
}

.property-details-top__left .rating-value-box .rating-box {
  position: relative;
  display: flex;
  align-items: center;
}

.property-details-top__left .rating-value-box .rating-box .text {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 500;
  top: -1px;
}

.property-details-top__left .rating-value-box .value-box {
  position: relative;
  display: block;
}

.property-details-top__left .rating-value-box .value-box h3 {
  color: var(--thm-base);
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.property-details-top__left .rating-value-box .value-box h3 del {
  position: relative;
  display: inline-block;
  top: -4px;
  color: #cecece;
  font-size: 16px;
  line-height: 16px;
}

.property-details-top__right {
  position: relative;
  display: block;
}

.property-details-top__right a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  padding: 17px 30px 15px;
  border-radius: 4px;
  background: var(--thm-base);
  font-family: var(--thm-font-2);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.property-details-top__right a span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  margin-right: 5px;
  top: 1px;
}

.property-details-top__right a:hover {
  background-color: var(--thm-black);
}



.property-details-content {
  position: relative;
  display: block;
}

.property-details-content .text-box1 {
  position: relative;
  display: block;
  margin-top: -8px;
}

.property-details-content .text-box1 p span {
  color: #0f0f0f;
  font-weight: 700;
}

.property-details-content .text-box2 {
  position: relative;
  display: block;
  padding: 13px 0 13px;
}

.property-details-content .text-box2 p span {
  color: #0f0f0f;
  font-weight: 700;
}

.property-details-content .text-box3 {
  position: relative;
  display: block;
}

.property-details-content .text-box3 ul {
  position: relative;
  display: block;
}

.property-details-content .text-box3 ul li {
  position: relative;
  display: block;
  padding-left: 30px;
}

.property-details-content .text-box3 ul li+li {
  margin-top: 13px;
}

.property-details-content .text-box3 ul li .icon {
  position: absolute;
  top: 5px;
  left: 0;
}

.property-details-content .text-box3 ul li .icon span {
  position: relative;
  display: inline-block;
  color: var(--thm-base);
  font-size: 20px;
  line-height: 20px;
}


.property-info {
  position: relative;
  display: block;
  padding-top: 48px;
}

.property-info .inner-title {
  position: relative;
  display: block;
  padding-bottom: 25px;
}

.property-info .inner-title h5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.property-info ul {
  position: relative;
  display: block;
}

.property-info ul li {
  position: relative;
  display: block;
  color: var(--thm-gray);
  font-size: 14px;
  font-weight: 400;
  font-family: var(--thm-font);
}

.property-info ul li+li {
  margin-top: 10px;
}

.property-info ul li span {
  position: relative;
  display: inline-block;
  width: 140px;
  color: var(--thm-black);
  font-weight: 500;
  font-family: var(--thm-font-2);
}


.property-details-content .sidebar-features-box {
  padding-top: 46px;
}

.property-details-content .sidebar-features-box .inner-title {
  padding-bottom: 23px;
}



.property-details-video-gallery {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 400px;
  border-radius: 6px;
  margin: 52px 0 57px;
  z-index: 1;
}

.property-details-video-gallery-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.property-details-video-gallery .video-gallery-style1 .icon {
  width: 100px;
  height: 100px;
}

.property-details-video-gallery .video-gallery-style1 .icon .video-popup span::before {
  font-size: 20px;
}



.property-details-location-box {
  position: relative;
  display: block;
}

.property-details-location-box .inner-title {
  position: relative;
  display: block;
  padding-bottom: 31px;
}

.property-details-location-box .inner-title h5 {
  color: var(--thm-black);
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.property-details-location-box .inner-title p {
  margin: 16px 0 0;
}

.property-details-location-box .map-box {
  position: relative;
  display: block;
  background-color: #cccccc;
}

.property-details-location-map {
  position: relative;
  display: block;
  border: none;
  height: 370px;
  width: 100%;
  mix-blend-mode: luminosity;
}



.property-details-floor-plans {
  position: relative;
  display: block;
  padding-top: 57px;
  padding-bottom: 50px;
  border-bottom: 1px solid #eeeeee;
}

.property-details-floor-plans .inner-title {
  position: relative;
  display: block;
  padding-bottom: 16px;
}

.property-details-floor-plans .inner-title h5 {
  color: var(--thm-black);
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}


.property-details-floor-plans .floor {
  position: relative;
  display: block;
  padding-left: 140px;
}

.property-details-floor-plans .floor .title {
  position: absolute;
  top: 0;
  left: 0;
}

.property-details-floor-plans .floor .title h6 {
  color: #63747c;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
}

.property-details-floor-plans .floor .floor-info {
  position: relative;
  display: block;
}

.property-details-floor-plans .floor .floor-info ul {
  position: relative;
  display: block;
  overflow: hidden;
}

.property-details-floor-plans .floor .floor-info ul li {
  position: relative;
  display: block;
  float: left;
  color: var(--thm-gray);
  font-size: 14px;
  font-weight: 600;
}

.property-details-floor-plans .floor .floor-info ul li span {
  color: var(--thm-black);
}

.property-details-floor-plans .floor .floor-info ul li+li {
  margin-left: 50px;
}




.property-details-sidebar {
  position: relative;
  display: block;
  border: 1px solid #f7f8fd;
  padding: 30px 29px 30px;
}

.sidebar-author-info-box {
  position: relative;
  display: block;
}

.sidebar-author-info-box__inner {
  position: relative;
  display: block;
  padding-left: 70px;
}

.sidebar-author-info-box__inner .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 80px;
  overflow: hidden;
  border-radius: 4px;
}

.sidebar-author-info-box__inner .img-box img {
  width: 100%;
}

.sidebar-author-info-box__inner .text-box {
  position: relative;
  display: block;
  padding-left: 20px;
}

.sidebar-author-info-box__inner .text-box h5 {
  color: var(--thm-black);
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
}

.sidebar-author-info-box__inner .text-box p {
  font-size: 14px;
  margin: 7px 0 10px;
}

.sidebar-author-info-box__inner .text-box .rating-box {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 7px;
}

.sidebar-author-info-box__inner .text-box .rating-box .text {
  position: relative;
  top: -2px;
  display: inline-block;
  padding-left: 5px;
  font-size: 14px;
  font-weight: 500;
}

.sidebar-author-info-box__inner .text-box ul {
  position: relative;
  display: block;
}

.sidebar-author-info-box__inner .text-box ul li {
  position: relative;
  display: block;
  color: var(--thm-black);
  font-size: 14px;
  font-weight: 700;
}



.sidebar-author-info-box__inner .text-box ul li a {
  color: var(--thm-gray);
  font-weight: 400;
}

.sidebar-author-info-box .btns-box {
  position: relative;
  display: block;
  line-height: 0;
  padding-top: 20px;
}

.sidebar-author-info-box .btns-box a {
  color: #ffffff;
  line-height: 50px;
  display: block;
  width: 100%;
}

.sidebar-author-info-box .btns-box a:after {
  background-color: var(--thm-base);
  border: 3px solid var(--thm-base);
}

.sidebar-author-info-box .btns-box a:before {
  background-color: var(--thm-black);
}



.listed-by-form {
  position: relative;
  display: block;
  padding: 47px 0 47px;
}

.listed-by-form .inner-title {
  position: relative;
  display: block;
  padding-bottom: 14px;
}

.listed-by-form .inner-title h5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.listed-by-form .form-group {
  position: relative;
  display: block;
  margin-bottom: 19px;
}

.listed-by-form .form-group label {
  color: var(--thm-black);
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 5px;
}

.listed-by-form .form-group .input-box {
  position: relative;
  display: block;
}

.listed-by-form .form-group .input-box input[type="text"],
.listed-by-form .form-group .input-box input[type="email"],
.listed-by-form .form-group .input-box textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  background-color: #ffffff;
  border: 1px solid #f6f6f6;
  color: var(--thm-gray);
  font-size: 14px;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
  transition: all 500ms ease 0s;
}

.listed-by-form .form-group .input-box textarea {
  height: 140px;
  padding-top: 12px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
}

.listed-by-form .button-box {
  position: relative;
  display: block;
}

.listed-by-form .button-box button {
  line-height: 50px;
  display: block;
  width: 100%;
}



.advanced-search {
  position: relative;
  display: block;
}

.advanced-search .inner-title {
  position: relative;
  display: block;
  padding-bottom: 14px;
}

.advanced-search .inner-title h5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}



























/*---------------------------------------
# property five Css
----------------------------------------*/
.property-five {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0 120px;
}

.property-five .container {
  max-width: 1850px;
}


.property-sidebar-content {
  position: relative;
  display: block;
  border: 1px solid #f7f8fd;
  padding: 25px 29px 30px;
  margin-right: -17px;
}

.property-sidebar-content .inner-title {
  position: relative;
  display: block;
  padding-bottom: 14px;
}

.property-sidebar-content .inner-title h5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}

.advanced-search-box {
  position: relative;
  display: block;
}

.advanced-search-box .form-group {
  position: relative;
  display: block;
  margin-bottom: 19px;
}

.advanced-search-box .form-group label {
  color: var(--thm-black);
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 5px;
}

.advanced-search-box .form-group .field-input input[type="text"],
.advanced-search-box .form-group .field-input input[type="number"] {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  background-color: #ffffff;
  border: 1px solid #f6f6f6;
  color: var(--thm-gray);
  font-size: 14px;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
  transition: all 500ms ease 0s;
}

.advanced-search-box .form-group .field-input .nice-select {
  position: relative;
  display: block;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #f6f6f6;
  width: 100%;
  height: 45px;
  font-size: 14px;
  font-weight: 400;
  line-height: 43px;
  outline: none;
  padding-left: 15px;
  padding-right: 15px;
  transition: all 0.2s ease-in-out;
  font-family: var(--thm-font)
}

.advanced-search-box .form-group .field-input .nice-select:after {
  position: absolute;
  content: "\e903";
  font-family: 'icomoon' !important;
  color: #cecece;
  font-size: 9px;
  top: 0px;
  right: 22px;
  margin: 0px;
  font-weight: 400;
  border: none !important;
  transform: rotate(0deg) !important;
  background: #fff;
  padding-left: 10px;
  height: 43px;
}


.sidebar-map-box {
  position: relative;
  display: block;
  background-color: #cccccc;
}

.google-map__two {
  position: relative;
  display: block;
  border: none;
  height: 220px;
  width: 100%;
  mix-blend-mode: luminosity;
}


.sidebar-features-box {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 26px;
}

.sidebar-features-box .inner-title {
  position: relative;
  display: block;
  padding-bottom: 13px;
}

.sidebar-features-box .inner-title h5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.sidebar-features-box .checkboxes {
  list-style: none;
  padding: 0;
}

.sidebar-features-box .checkboxes input[type=checkbox] {
  display: none;
}

.sidebar-features-box .checkboxes label {
  position: relative;
  display: block;
  cursor: pointer;
  padding-left: 25px;
  color: #63747c;
  font-size: 14px;
  font-weight: 400;
  font-family: var(--thm-font);
  margin-top: 5px;
}

.sidebar-features-box .checkboxes label:before {
  position: absolute;
  left: 0;
  top: 7px;
  content: "";
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 1px solid #f6f6f6;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  transition: border-color 0.3s;
}

.sidebar-features-box .checkboxes input[type=checkbox]:checked+label:before {
  content: "\e922";
  font-family: 'icomoon' !important;
  color: #fff;
  font-size: 8px;
  text-align: center;
  line-height: 13px;
  background-color: var(--thm-base);
  border: 1px solid var(--thm-base);
  transition: border-color 0.1s;
}


.scrollbar {
  float: left;
  height: 150px;
  width: 100%;
  overflow-y: scroll;
}

.force-overflow {
  min-height: 350px;
}

#style-1::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 0px;
  background-color: #ffffff;
}

#style-1::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: none;
  background-color: #f1f3fc;
  cursor: pointer;
}

#style-1::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
  cursor: pointer;
}


.advanced-search-box .btn-box {
  position: relative;
  display: block;
  padding-top: 30px;
}

.advanced-search-box .btn-box button {
  display: block;
  width: 100%;
  color: #ffffff;
}

.advanced-search-box .btn-box button:after {
  background-color: var(--thm-base);
  border: 3px solid var(--thm-base);
}

.advanced-search-box .btn-box button:before {
  background: var(--thm-black);
}



.property-content-box {
  position: relative;
  display: block;
  margin-left: 17px;
  margin-right: 108px;
}


.property-item-shorting {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

.property-item-shorting .left-column {
  position: relative;
  display: flex;
  align-items: center;
}

.short-menu {
  position: relative;
  width: 160px;
  display: flex;
  align-items: center;
}

.short-menu .inner-title {
  position: relative;
  display: block;
  padding-right: 10px;
}

.short-menu .inner-title h6 {
  color: var(--thm-gray);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.short-menu .btn-box {
  position: relative;
  display: block;
}

.short-menu .btn-box button {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 35px;
  border: 1px solid #f6f6f6;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.short-menu .btn-box button i {
  position: relative;
  display: inline-block;
  color: #cecece;
  font-size: 14px;
  line-height: 14px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.short-menu .btn-box button:hover,
.short-menu .btn-box button.on {
  border-color: var(--thm-base);
  background-color: var(--thm-base);
}

.short-menu .btn-box button:hover i,
.short-menu .btn-box button.on i {
  color: #ffffff;
}


.short-box {
  position: relative;
  display: flex;
  align-items: center;
}

.short-box .inner-title {
  position: relative;
  display: block;
  padding-right: 10px;
}

.short-box .inner-title h6 {
  color: var(--thm-gray);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}


.short-box .select-box {
  position: relative;
  display: block;
  width: 120px;
}

.short-box .select-box .nice-select {
  position: relative;
  display: block;
  width: 100%;
  height: 35px;
  border-radius: 0px;
  border: solid 1px #f6f6f6;
  font-size: 14px;
  font-weight: 400;
  line-height: 33px;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
  font-family: var(--thm-font);
}

.short-box .select-box .nice-select:after {
  position: absolute;
  content: "\e903";
  font-family: 'icomoon' !important;
  color: #cecece;
  font-size: 9px;
  top: 0px;
  right: 18px;
  margin: 0px;
  font-weight: 400;
  border: none !important;
  transform: rotate(0deg) !important;
  background: #fff;
  padding-left: 10px;
  height: 33px;
}


.property-item-shorting .right-column {
  position: relative;
  display: block;
}

.property-item-shorting .right-column p {
  color: var(--thm-gray);
}

.property-item-shorting .right-column p span {
  color: var(--thm-base);
  font-weight: 500;
}



.property-content-box__inner {
  position: relative;
}

.property-content-box__inner .single-properties-box-style1 {
  margin-bottom: 30px;
}

.property-content-box__inner.list .property-list-content {
  display: block;
}

.property-content-box__inner.grid .property-list-content {
  display: none;
}


.property-content-box__inner.list .property-grid-content {
  display: none
}

.property-content-box__inner.grid .property-grid-content {
  display: block
}



.listings-page-map {
  position: relative;
  display: block;
  height: 100%;
  background: #ddd;
  margin-left: -108px;
}

.listings-page-map .google-map {
  width: 100%;
  height: 100%;
  border: none;
}



.location-box {
  position: absolute;
  width: 25px;
  height: 25px;
}

.location-box.one {
  top: 10%;
  left: 50px;
}

.location-box.two {
  top: 5%;
  right: 50px;
}

.location-box.three {
  top: 20%;
  left: 50%;
}

.location-box.four {
  top: 40%;
  left: 20%;
}

.location-box.five {
  top: 45%;
  right: 20%;
}

.location-box.six {
  left: 20%;
  bottom: 40%;
}

.location-box.seven {
  right: 20%;
  bottom: 35%;
}

.location-box.eight {
  right: 50%;
  bottom: 20%;
}






.location-box .map-marker {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  background-color: var(--thm-base);
  border-radius: 50%;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  z-index: 1;
  cursor: pointer;
}

.location-box .map-marker:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  bottom: 3px;
  right: 3px;
  border: 1px solid rgba(255, 255, 255, .20);
  border-radius: 50%;
}


.map-marker-content {
  position: absolute;
  top: 50px;
  left: -20px;
  width: 270px;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  opacity: 0;
  transform: perspective(400px) rotateX(90deg) translateY(10px);
  transform-origin: bottom;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
}

.map-marker-content:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 0px;
  top: -20px;
  left: 15px;
  border-bottom: 30px solid #ffffff;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.location-box:hover .map-marker-content {
  opacity: 1.0;
  transform: perspective(400px) rotateX(0deg) translateY(0);
  transition-delay: .3s;
  transition-timing-function: ease-in-out;
  transition-duration: .5s;
  transition-property: all;
}


.map-marker-content.left {
  left: auto;
  right: -20px;
}

.map-marker-content.left:before {
  left: auto;
  right: 15px;
}




.map-marker-content .img-box {
  width: 90px;
}

.map-marker-content .text-box {
  position: relative;
  flex: 1;
  margin-left: 20px;
}

.map-marker-content .text-box p {
  font-size: 12px;
  line-height: 12px;
  margin: 0 0 8px;
}

.map-marker-content .text-box h5 {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
}



.map-marker-content .text-box .rating-value-box {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 5px;
  padding-right: 20px;
}

.map-marker-content .text-box .rating-value-box .value-box {
  position: relative;
  display: block;
}

.map-marker-content .text-box .rating-value-box .value-box h4 {
  color: var(--thm-base);
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}



.map-marker-content .text-box .rating-value-box .rating-box {
  position: relative;
  display: flex;
  align-items: center;
}

.map-marker-content .text-box .rating-value-box .rating-box .text {
  position: relative;
  display: inline-block;
  padding-left: 8px;
  color: #b2b2b2;
  font-size: 14px;
}















/*** 
=============================================
    Error Page Area Style      
=============================================
***/
.error-page-area {
  position: relative;
  display: block;
  padding: 112px 0 120px;
  background: #ffffff;
  z-index: 10;
}

.error-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.error-content .big-title {
  position: relative;
  display: block;
  z-index: 1;
}

.error-content .big-title h2 {
  color: var(--thm-base);
  font-size: 72px;
  line-height: 70px;
  font-weight: 800;
  text-transform: uppercase;
}

.error-content .title {
  position: relative;
  display: block;
  padding-top: 23px;
  padding-bottom: 28px;
}

.error-content .title h2 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
}

.error-content .text {
  position: relative;
  display: block;
  padding-bottom: 29px;
}

.error-content .text p {
  margin: 0;
}

.error-page-search-box {
  position: relative;
  display: block;
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
}

.error-page-search-box form.search-form {
  position: relative;
  display: block;
  width: 100%;
}

.error-page-search-box .search-form input[type="text"] {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border-radius: 0px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  color: #757575;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .1em;
  padding-left: 30px;
  padding-right: 60px;
  transition: all 500ms ease 0s;
  font-family: var(--thm-font);
}

.error-page-search-box .search-form button {
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  background: var(--thm-base);
  color: #ffffff;
  font-size: 16px;
  line-height: 10px;
  display: block;
  text-align: center;
  border: 0px solid #e1e1e1;
  transition: all 500ms ease 0s;
}

.error-page-search-box .search-form button i {
  font-size: 16px
}

.error-page-search-box .search-form input[type="text"]:focus {
  color: var(--thm-primary);
  border-color: var(--thm-base);
}

.error-page-search-box .search-form input[type="text"]:focus+button,
.error-page-search-box .search-form button:hover {
  color: #fff;
}

.error-page-search-box .search-form input::-webkit-input-placeholder {
  color: #757575;
}

.error-page-search-box .search-form input:-moz-placeholder {
  color: #757575;
}

.error-page-search-box .search-form input::-moz-placeholder {
  color: #757575;
}

.error-page-search-box .search-form input:-ms-input-placeholder {
  color: #757575;
}

.error-content .btns-box {
  line-height: 0;
  padding-top: 20px;
}

.error-content .btns-box a {
  padding-left: 40px;
  padding-right: 40px;
}




/*** 
=============================================
    Faq Page One Css
=============================================
***/
.faq-page-one {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 120px 0 120px;
  z-index: 10;
}

.faq-style1-content {
  position: relative;
  display: block;
}


.accordion-box {
  position: relative;
  display: block;
}

.accordion-box .block {
  position: relative;
  display: block;
  margin-bottom: 20px;
  transition: all 500ms ease;
}

.accordion-box .block:last-child {
  margin-bottom: 0px;
}




.accordion-box .block .acc-btn {
  position: relative;
  display: block;
  cursor: pointer;
  transition: all 500ms ease;
  background: rgba(var(--thm-base-rgb), .02);
  padding-top: 19px;
  padding-left: 40px;
  padding-bottom: 19px;
  padding-right: 40px;
  border: 1px solid #ebf1ed;
}

.accordion-box .block .acc-btn.active {
  background: #ffffff;
}

.accordion-box .block .acc-btn h3 {
  color: var(--thm-black);
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active h3 {
  color: var(--thm-base);
}

.accordion-box .block .acc-btn .icon-outer {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 20px;
  height: 20px;
  color: var(--thm-base);
  font-size: 18px;
  text-align: right;
  line-height: 20px;
  font-weight: 400;
  cursor: pointer;
  transform: translateY(-50%) rotate(0deg);
  transition: all 500ms ease;
  z-index: 1;
}

.accordion-box .block .acc-btn.active .icon-outer {
  color: var(--thm-gray);
  transform: translateY(-50%) rotate(360deg);
}

.accordion-box .block .acc-btn .icon-outer i:before {
  font-weight: 400;
}

.accordion-box .block .acc-btn.active .icon-outer i:before {
  position: relative;
  font-size: 18px;
  font-family: 'icomoon' !important;
  font-weight: 400;
  margin: 0px;
  content: "\e92e";
}

.accordion-box .block .acc-content {
  position: relative;
  display: none;
  padding-top: 31px;
  padding-left: 40px;
  padding-bottom: 28px;
  padding-right: 30px;
  border: 1px solid #ebf1ed;
  border-top: none;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box .block .acc-content p {
  margin: 0;
}



.faq-form-box {
  position: relative;
  display: block;
  width: 100%;
  box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
  padding: 62px 40px 61px;
  z-index: 1;
}

.faq-form-box .top-title {
  position: relative;
  display: block;
  padding-bottom: 31px;
}

.faq-form-box .top-title h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin: 0 0 14px;
}

.faq-form-box .top-title p {
  margin: 0;
}



.faq-form-box form {
  position: relative;
  display: block;
}

.faq-form-box form .input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.faq-form-box form input[type="text"],
.faq-form-box form input[type="email"],
.faq-form-box form textarea {
  position: relative;
  display: block;
  background: rgba(var(--thm-base-rgb), .02);
  width: 100%;
  height: 60px;
  border: 1px solid #ebf1ed;
  color: var(--thm-gray);
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 0px;
  transition: all 500ms ease;
  font-family: var(--thm-font);
}

.faq-form-box form textarea {
  height: 120px;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

.faq-form-box form input[type="text"]:focus {
  color: var(--thm-black);
  border-color: var(--thm-base);
}

.faq-form-box form input[type="email"]:focus {
  color: var(--thm-black);
  border-color: var(--thm-base);
}

.faq-form-box form textarea:focus {
  color: var(--thm-black);
  border-color: var(--thm-base);
}


.faq-form-box form input[type="text"]::-webkit-input-placeholder {
  color: var(--thm-gray);
}

.faq-form-box form input[type="text"]:-moz-placeholder {
  color: var(--thm-gray);
}

.faq-form-box form input[type="text"]::-moz-placeholder {
  color: var(--thm-gray);
}

.faq-form-box form input[type="text"]:-ms-input-placeholder {
  color: var(--thm-gray);
}


.faq-form-box form input[type="email"]::-webkit-input-placeholder {
  color: var(--thm-gray);
}

.faq-form-box form input[type="email"]:-moz-placeholder {
  color: var(--thm-gray);
}

.faq-form-box form input[type="email"]::-moz-placeholder {
  color: var(--thm-gray);
}

.faq-form-box form input[type="email"]:-ms-input-placeholder {
  color: var(--thm-gray);
}


.faq-form-box form textarea::-webkit-input-placeholder {
  color: var(--thm-gray);
}

.faq-form-box form textarea:-moz-placeholder {
  color: var(--thm-gray);
}

.faq-form-box form textarea::-moz-placeholder {
  color: var(--thm-gray);
}

.faq-form-box form textarea:-ms-input-placeholder {
  color: var(--thm-gray);
}



.faq-form-box form .button-box {
  position: relative;
  display: block;
}

.faq-form-box form .button-box button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.faq-form-box .bottom-box {
  position: relative;
  display: block;
  padding-top: 22px;
  text-align: center;
}

.faq-form-box .bottom-box p {
  margin: 0;
}

.faq-form-box .bottom-box p span {
  color: var(--thm-base);
}






/*** 
=============================================
    Element Page Css
=============================================
***/
.properties-element-page-five {
  position: relative;
  display: block;
  background-color: #ffffff;
  padding: 120px 0 120px;
}

.properties-element-page-five .auto-container {
  max-width: 1600px;
}

.properties-element-page-five .properties-carousel.owl-carousel.owl-dot-style1 .owl-dots {
  margin-top: 50px !important;
}



.explore-element-three {
  padding-bottom: 120px;
}

.explore-element-three .owl-carousel.owl-dot-style1 .owl-dots {
  margin-top: 10px !important;
}



.testimonial-element-page-one {
  padding-top: 120px;
}



.testimonial-element-page-two {
  padding-top: 120px;
  padding-bottom: 80px;
}

.testimonial-element-page-two .single-testimonial-style1 {
  margin-bottom: 40px;
}



.agents-element-page-two {
  padding: 120px 0 120px;
}

.agent-carousel-one.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.agent-carousel-one.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.agent-carousel-one.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.agents-element-page-two .owl-carousel.owl-dot-style1 .owl-dots {
  margin-top: 10px !important;
}



.news-element-page-two {
  padding: 120px 0 120px;
}

.news-carousel-one.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.news-carousel-one.owl-carousel .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}

.news-carousel-one.owl-carousel .owl-item.active {
  opacity: 1;
  visibility: visible;
}

.news-element-page-two .owl-carousel.owl-dot-style1 .owl-dots {
  margin-top: 10px !important;
}










/*--------------------------------------------------------------
# End Css 
--------------------------------------------------------------*/











.home .ai-area { width: 100%; height: 2171px; }

.home .ai-area .ai-inner.skrollable.skrollable-after > ul > li { cursor: pointer; }

.home .ai-area .info { position: -webkit-sticky; position: sticky; top: 0; padding-top: 75px; padding-bottom: 75px; font-weight: 300; text-align: center; background-color: #ffffff; overflow: hidden; }

.home .ai-area .info span { display: block; line-height: 37px; font-size: 30px; }

.home .ai-area .info strong { font-weight: 700; }

.home .ai-area .info strong.txt-md { font-weight: 500; }

.home .ai-area .ai-inner { position: -webkit-sticky; position: sticky; top: 52px; margin: 0 auto; width: 100%; height: 600px; overflow: hidden; }

.home .ai-area ul { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); top: 0; transform: translate(-50%, 0); width: 100vw; height: 1800px; }

.home .ai-area li .inner { background-image: url("../../image/me_img01.jpg"); display: inline-block; background-position: 50% 100%; background-repeat: no-repeat; background-size: cover; margin: 0; padding-top: 222px; padding-left: 55px; width: 100vw; height: 600px; color: #ffffff; }

.home .ai-area li:nth-of-type(2) .inner { background-image: url("../../image/me_img01.jpg"); background-position: 100% 100%; }

.home .ai-area li:nth-of-type(3) .inner { background-image: url("../../image/me_img01.jpg"); }

.home .ai-area li span { display: block; }

.home .ai-area li br { display: none; }

.home .ai-area li strong { line-height: 32px; font-size: 24px; }

.home .ai-area li p { margin-top: 25px; line-height: 20px; font-size: 14px; }

.home .ai-area .dot { position: absolute; top: 0; left: 20px; top: calc(50% - 31px); }

.home .ai-area .dot span { display: block; margin: 12px 0; width: 5px; height: 5px; background-color: #ffffff; border-radius: 50%; opacity: .5; }

.home .ai-area .dot span.active { opacity: 1; }




@media (min-width: 768px) {
  
  .home .ai-area { height: 143.375rem; }
  .home .ai-area .info { top: -6.25rem; padding-top: 10.25rem; padding-bottom: 9.375rem; }
  .home .ai-area .info span { display: inline; line-height: 3.75rem; font-size: 2.5rem; }
  .home .ai-area .ai-inner { top: 24.625rem; height: 37.5rem; max-width: 112.5rem; }
  .home .ai-area ul { height: 112.5rem; }
  .home .ai-area li .inner { padding: 13rem 7.5rem 0; height: 37.5rem; background-size: cover; background-position: 80% 100%; }
  .home .ai-area li:nth-of-type(2) .inner { padding-left: 45%; padding-right: 0; background-position: 50% 100%; }
  .home .ai-area li:nth-of-type(3) .inner { background-position: 50% 60%; }
  .home .ai-area li span { display: inline; }
  .home .ai-area li br { display: block; }
  .home .ai-area li strong { line-height: 3.5rem; font-size: 2.25rem; }
  .home .ai-area li p { margin-top: 1.875rem; line-height: 1.875rem; font-size: 1.125rem; }
  .home .ai-area .dot { top: 50%; left: 42px; transform: translateY(-50%); }
  .home .ai-area .dot span { margin-top: 20px; margin-bottom: 20px; width: 8px; height: 8px; }
 
 }


@media (min-width: 1360px) {

.home .ai-area li { text-align: center; }
.home .ai-area li .inner { margin: 0; max-width: 1800px; text-align: left; }

}








section.about-page {
margin-top: 100px; font-size:22px; color:#343434; font-family: 'Pretendard',sans-serif;
    padding-bottom:50px; position:relative; font-weight:300; line-height:160%;background:transparent;
}


 section.about-page .compic {
position:relative;padding:7% 10%; width:100%; margin:0 auto;
background:transparent url('../../image/m_start.jpg') right top no-repeat; 
min-height:614px;
    }

    section.about-page .compic .comt {
margin-right:50%;
    }


    section.about-page .compic h2 {
    font-family: 'SebangGothic';
	font-size: 40px;
    color: #000;
	font-weight:400;
    
    letter-spacing:0px;
	line-height:110%;
  
    }


    section.about-page .compic h3 {
    
	font-size: 21px;
    color: #000;line-height:150%;
    font-family: 'Pretendard',sans-serif;
    letter-spacing:-0.5px; font-weight:200;
    }




.ft_blue{color:#263fa5;}

.ft_blue2{color:#4e6be1;}

.ft_red{color:#ff0000;}
.ft_red2{color:#eb282b;}
.ft_black{ color:#000; }

.fst1{color:#4e6be1; font-family:'Rubik', sans-serif; font-weight:700; vertical-align:-3px;letter-spacing:-2px; margin-left:5px; font-size:90px;}

.fst2{color:#686868; font-size:20px;}
.ft_mn{color:#eb282b;line-height:160%; font-weight:500; font-size:25px;}

.oriall{font-size:14px;color:#6b6b6b;}



.footer .copyright {
padding: 40px 0 40px; color:#8a8a8a; text-align:left; font-size:16px; font-family:'Pretendard','Rubik', sans-serif; font-style:normal;line-height:170%;
}
.footer .copyright .copy1 {
color:#4e4e4e; text-align:left; font-size:16px; font-family:'Pretendard','Rubik', sans-serif; font-weight:400;float:left; padding:0px;margin-left:0px; display:inline-block;
}
.footer .copyright .copy1 span{
color:#000; text-align:left; font-size:16px; font-family:'Pretendard','Rubik', sans-serif; font-weight:500; width:80px; float:left; padding:0px;display:inline-block;
}
.footer .copyright .copy2 {
color:#848e9f; text-align:left; font-size:17px; font-family:'Rubik', sans-serif; margin-top:20px;
}




.breadcrumb-area{position:relative; background:url('../../image/sub_pic.jpg') no-repeat center top; padding:80px 0 160px;}

  .breadcrumb-area .inner-content h3{
 color:#fff; font-size:48px;font-family:'Pretendard', sans-serif; margin-bottom:20px; 
    }
  .breadcrumb-area .inner-content img{
max-width:100%;
    }

.sub-area{position:relative; background:#fff; margin:-100px 6% -50px; padding-bottom:200px; width:88%;}



.tabArea00{ position:relative;width:100%;  text-align:center; z-index:99; }

.tabArea{position:relative; max-width:1461px;  overflow:hidden; margin:16px auto;  text-align:center; z-index:99; }
.tabArea ul{overflow:hidden; display:inline-block; text-align:center;margin:0 auto; width:100%;border-bottom:1px solid #d7d7d7; }
.tabArea ul li{ display:inline-block;list-style:none; }
.tabArea ul li a{display:inline-block; padding:17px 0 0px;  color:#7d7d7d; margin:0 20px; font-family: 'Pretendard', sans-serif; font-size:21px; text-decoration:none;font-weight:500;}
.tabArea ul li a.on{display:inline-block; padding:17px 0 17px; margin:0 20px 0; border-bottom:4px solid #000;color:#000; font-weight:500;cursor:inherit}




.subcon{position:relative;  margin:80px auto 0px;letter-spacing:-0.5px; font-family:'Pretendard', sans-serif; color:#000; line-height:160%; font-size:19px;font-weight:300; }

.subcon h1{position:relative; font-family:'Pretendard', sans-serif; color:#000;  font-size:48px;font-weight:600; }

.subcon h2{position:relative;font-family:'Pretendard', sans-serif;  color:#142360;  font-size:48px; font-weight:600;}

.subcon h3{position:relative;font-family:'Pretendard', sans-serif;  color:#000;  font-size:42px; font-weight:600;}

.subcon p{letter-spacing:-0.5px; max-width:86%; margin:0 7%;font-family:'Pretendard', sans-serif; color:#000; line-height:160%; font-size:19px;font-weight:300;}


.subcon .t1{font-family:'Pretendard', sans-serif; color:#000; line-height:160%; margin:10px 0;font-size:27px;font-weight:500;}

.subcon .t2{font-family:'Pretendard', sans-serif; color:#464646; line-height:160%; font-size:19px;font-weight:200;}



.subcon .container {max-width:1461px;}
.eq_font {position:relative; font-family:'Almarai', sans-serif;  color:#142360;  font-size:48px; font-weight:600; line-height:50px; text-transform: uppercase;}
.eq_font1 {font-family:'Pretendard', sans-serif; color:#000; line-height:160%; font-size:19px;font-weight:300;}



.content.wide .temp-img {padding-bottom:150px;}
.temp-img img {position:relative; left:50%; transform:translateX(-50%)}
@media all and (max-width:1680px){
	.temp-img img {max-width:100%;}
}

/* ******************  ±â¾÷¼Ò°³ :: ¿¬Çõ ********************** */
.history-page {padding-bottom:100px;}
.history-top-con {position:relative; max-width:1461px; height:476px; margin:0 auto; z-index:9}
.history-top-con .bg {display:block; height:100%; background:url("../../image/company_pic01_1.jpg") no-repeat 70% center / cover;}
.history-top-con .con-box  {position:absolute; top:100px; right:8%; background-color: #134499; color: #fff; padding:79px 60px 100px; height:471px; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
 box-sizing: border-box; }
.history-top-con .con-box .inner {position:relative; height:100%;  }
.history-top-con .con-box .sub-tit {font-family:'Almarai', sans-serif; font-size:2.1rem; font-weight:600;}
.history-top-con .con-box .tit {display:block; font-size:40px;  line-height: 47px; letter-spacing:0em; margin-top:20px;}
.history-top-con .con-box .year-box {position:absolute;bottom:0px; left:0; display:flex; margin:0 -11px; }
.history-top-con .con-box .year-box .year { font-size:2rem;  letter-spacing:-0.025em; color: rgba(255, 255, 255, 0.3);  padding:0 11px; cursor:pointer; transition: all 0.4s;}
.history-top-con .con-box .year-box .year em {position:relative; display:block; font-style: italic; font-weight:600; padding-bottom:12px;}
.history-top-con .con-box .year-box .year em:before {content:""; width:0; height:2px; background-color:#f9f6f7; position:absolute; left:50%; bottom:0; transition: all 0.4s;}
.history-top-con .con-box .year-box .year:hover ,
.history-top-con .con-box .year-box .year.on  {color: #fff;}
.history-top-con .con-box .year-box .year:hover em:before ,
.history-top-con .con-box .year-box .year.on em:before {width:100%; left:0;}













/* ******************  È¸»ç¼Ò°³ :: ¿¬Çõ ********************** */
.history-con {display:flex; padding:47px 0 0;/* border-top:1px solid #919191; */}
.history-con .left-box {width:40%;}
.history-con .right-box {width:100%; padding-left:0%; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
 box-sizing: border-box; }
.history-con .era {font-size:3.625em; letter-spacing: -0.0603em; transition:color 0.4s;}
.history-con .img-box {margin-top:0px; position:relative; }
.history-con .year-item {display:flex; padding:50px 0; border-bottom:1px solid #e6e6e6;}
.history-con .year-item:first-child {padding-top:0;}
.history-con .year-item:last-child {padding-bottom:0; border-bottom:0;}
.history-con .year-item .year {display:block; width:170px; font-size:2.125em; letter-spacing:-0.0102em; }
.history-con .year-item .month-box {width:calc(100% - 170px);}
.history-con .year-item .item {position:relative; padding-left:27px; margin-top:16px;}
.history-con .year-item .item:first-child {margin-top:0;}
.history-con .year-item .item .month {position:absolute; left:0; top:-1px; font-size:1.125em; letter-spacing:-0.01944em; font-weight:600; }
.history-con .year-item .item .txt {font-size:1.0625em; letter-spacing:-0.02058em; color: #555; line-height:1.4; margin-top:16px;}
.history-con .year-item .item .txt:first-child {margin-top:0;}
.history-tab-content .sub-tab-con {padding-top:90px;}
.history-tab-content .sub-tab-con:first-child  {padding-top:0;}
.history-tab-content .sub-tab-con:first-child .era ,
.history-tab-content .sub-tab-con.active .era {color:var(--main-color)}


/* ******************  È¸»ç¼Ò°³ :: ¿¬Çõ ********************** */
@media all and (max-width:1380px){
	.history-con .year-item {display:block;}
	.history-con .year-item .year {width:100%;}
	.history-con .year-item .month-box {width:100%; margin-top:20px;}
	.history-con .year-item .item {padding-left:45px;}
}
@media all and (max-width:800px){
	.history-con {display:block; padding:0;}
	.history-con .left-box {width:417px;}
	.history-con .right-box {width:100%; padding-left:0; margin-top:30px;}
	.history-con .img-box {margin-top:30px;}
	.history-con .year-item {padding:30px 0;}
	.history-con .year-item .item {margin-top:10px; padding-left:40px;}
	.history-con .year-item .item .month {top:2px;}
	.history-con .year-item .item .txt {margin-top:10px;}
	.history-tab-content .sub-tab-con,
	.history-tab-content .sub-tab-con:first-child {padding-top:50px;}
}
@media all and (max-width:480px){
	.history-con .left-box {width:100%;}	
}









.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
-ms-overflow-style: -ms-autohiding-scrollbar;
border:0px;
}
.table-responsive > .table {
margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}




/* Table 1 Style */
table.table1{
margin-top:0px;margin-bottom:30px; 
width:100%;color:#515151;border:0px;
 font-family: 'Pretendard',sans-serif; font-weight: 300;border-top:3px solid #0055a4;

}
.table1 thead th{
padding:10px; font-size: 19px;
color:#0074d6;	text-align:center;border-left:1px solid #d1d1d1;
background-color:#e6eef7;  border-bottom:1px solid #666;
}
.table1 thead th.fir{
padding:10px; 
color:#0074d6;	text-align:center;
background-color:#e6eef7; border-left:0px solid #d1d1d1;  
}


.table1 tbody td{
padding:8px 20px 8px 20px; font-size: 19px;
text-align:left;
background-color:#fff; border-bottom:1px solid #d1d1d1;font-family: 'Pretendard',sans-serif;
color:#515151;
}


.table1 tbody td ul li {
 margin-left:20px;
color:#515151; font-family: 'Pretendard',sans-serif; line-height:180%;
text-align:left;
}





.table1 tbody td.fir{
padding:11px 30px 12px 30px;
text-align:center;border-left:0px solid #d1d1d1;
background-color:#f2f6fd; 
color:#515151;	
}
.table1 tbody td.fir2{
padding:11px 30px 12px 30px; 
text-align:left;border-left:0px solid #d1d1d1;  font-weight:600;
background-color:#ebeff4; 
color:#143b72;	
}


.table1 tbody td.cen{
padding:11px 40px 12px 40px;
text-align:left;
background-color:#fff; border-bottom:1px solid #d1d1d1;
color:#000;
}

.table1 tbody td.cen1_left{
padding:11px 30px 12px 30px;
text-align:center;border-left:0px solid #d1d1d1;  
background-color:#fff; border-bottom:1px solid #d1d1d1;
color:#000;
}



.table1 tbody td.cen1{
padding:11px 30px 12px 30px;
text-align:center;border-left:1px solid #d1d1d1;  
background-color:#fff; border-bottom:1px solid #d1d1d1;
color:#000;
}



/* Table 2 Style */
table.table2{
margin-top:0px;margin-bottom:30px; 
width:100%;color:#000;border:0px;
 font-family: 'Pretendard',sans-serif;font-weight: 300;border-top:1px solid #333333;

}
.table2 thead th{
padding:10px; font-size: 19px;
color:#143b72;	text-align:center;border-left:1px solid #d1d1d1;
background-color:#f9f9f9;  border-bottom:1px solid #d0d0d0;
}
.table2 thead th.fir{
padding:10px; 
color:#143b72;	text-align:center;
background-color:#f9f9f9;  border-left:0px solid #d1d1d1;  
}




.table2 tbody td{
padding:10px 20px 10px 20px; font-size: 18px;
text-align:left;border-left:1px solid #d1d1d1;
background-color:#fff; border-bottom:1px solid #d1d1d1;
color:#000;
}


.table2 tbody td ul li {
 margin-left:20px;
color:#000; font-family: 'Pretendard',sans-serif; line-height:180%;
text-align:left;
}





.table2 tbody td.fir{
padding:15px; 
text-align:center;border-left:0px solid #d1d1d1;
background-color:#f2f6fd; 
color:#000;	
}
.table2 tbody td.fir2{
padding:18px;
text-align:center;border-left:0px solid #d1d1d1;
background-color:#fff; 
color:#000;	
}


.table2 tbody td.cen{
padding:15px; 
text-align:center;border-right:1px solid #d1d1d1;
background-color:#fff; border-bottom:1px solid #d1d1d1;
color:#000;
}


.table2 tbody td.cen1{
padding:15px; 
text-align:center;
background-color:#fff; border-bottom:1px solid #d1d1d1;
color:#000;
}


.table2 tbody td.list{
padding:10px 20px 10px 20px; font-size: 18px;
text-align:center;border-left:1px solid #d1d1d1;
background-color:#fff; border-bottom:1px solid #d1d1d1;
color:#000;
}


.table2 tbody td.listing{

background-color:#ecf6e2;
}







@media (max-width:768px) {
.sub-area{position:relative; background:#fff; margin:-100px 0% -50px; padding-bottom:150px; width:100%;}
.breadcrumb-area{position:relative; background:url('../../image/sub_pic.jpg') no-repeat center top; padding:40px 20px 100px;}

  .breadcrumb-area .inner-content h3{
 color:#fff; font-size:30px;font-family:'Pretendard', sans-serif; margin-bottom:20px;
    }

  .breadcrumb-area .inner-content img{
max-height:60px;
    }


	.subcon h1{position:relative; font-family:'Pretendard', sans-serif; color:#000;  font-size:32px;font-weight:600; }

.subcon h2{position:relative;font-family:'Pretendard', sans-serif;  color:#142360;  font-size:32px; font-weight:600;}


.subcon .t1{font-family:'Pretendard', sans-serif; color:#000; line-height:160%; margin:10px 0;font-size:20px;font-weight:500;}

.subcon .t2{font-family:'Pretendard', sans-serif; color:#464646; margin-bottom:10px; line-height:160%; font-size:17px;font-weight:200;}



.tabArea{position:relative; max-width:1461px;  overflow:hidden; margin:10px 5px 0; left:-5px; text-align:center; z-index:99; }
.tabArea ul{overflow:hidden; display:inline-block; text-align:center;margin:0 auto 5px; width:100%;border-bottom:1px solid #d7d7d7; }
.tabArea ul li{ display:inline-block;list-style:none; }
.tabArea ul li a{display:inline-block; padding:17px 0 17px;  color:#7d7d7d; margin:0 5px; font-family: 'Pretendard', sans-serif; font-size:15px; text-decoration:none;font-weight:500;}
.tabArea ul li a.on{display:inline-block; padding:17px 0 17px; margin:0 5px 0; border-bottom:4px solid #000;color:#000; font-weight:500;cursor:inherit}

}










/*---------- SPACING ----------*/
/* Padding Zero */
.p0 {
    padding: 0!important
}
/* Padding Top */
.pt10 {
    padding-top: 10px!important
}
.pt15 {
    padding-top: 15px!important
}
.pt20 {
    padding-top: 20px!important
}
.pt30 {
    padding-top: 30px!important
}
.pt40 {
    padding-top: 40px!important
}
.pt50 {
    padding-top: 50px!important
}
.pt60 {
    padding-top: 60px!important
}
.pt70 {
    padding-top: 70px!important
}
.pt80 {
    padding-top: 80px!important
}
.pt90 {
    padding-top: 90px!important
}
.pt100 {
    padding-top: 100px!important
}
.pt110 {
    padding-top: 110px!important
}
.pt120 {
    padding-top: 120px!important
}
.pt130 {
    padding-top: 130px!important
}
.pt140 {
    padding-top: 140px!important
}
.pt180 {
    padding-top: 180px!important
}
/* Padding Bottom */
.pb0 {
    padding-bottom: 0px!important
}
.pb10 {
    padding-bottom: 10px!important
}
.pb15 {
    padding-bottom: 15px!important
}
.pb20 {
    padding-bottom: 20px!important
}
.pb30 {
    padding-bottom: 30px!important
}
.pb40 {
    padding-bottom: 40px!important
}
.pb50 {
    padding-bottom: 50px!important
}
.pb60 {
    padding-bottom: 60px!important
}
.pb70 {
    padding-bottom: 70px!important
}
.pb80 {
    padding-bottom: 80px!important
}
.pb90 {
    padding-bottom: 90px!important
}
.pb100 {
    padding-bottom: 100px!important
}
.pb110 {
    padding-bottom: 110px!important
}
.pb120 {
    padding-bottom: 120px!important
}
.pb130 {
    padding-bottom: 130px!important
}
.pb140 {
    padding-bottom: 140px!important
}
/* Padding Left */
.pl0 {
    padding-left: 0px!important
}
.pl3 {
    padding-left: 3px!important
}
.pl5 {
    padding-left: 5px!important
}
.pl10 {
    padding-left: 10px!important
}
.pl20 {
    padding-left: 20px!important
}
.pl30 {
    padding-left: 30px;
}
.pl40 {
    padding-left: 40px;
}
.pl50 {
    padding-left: 50px;
}
.pl60 {
    padding-left: 60px;
}
.pl70 {
    padding-left: 70px;
}
.pl80 {
    padding-left: 80px;
}
.pl90 {
    padding-left: 90px;
}
.pl100 {
    padding-left: 100px;
}
/* Padding Right */
.pr0 {
    padding-right: 0px!important
}
.pr5 {
    padding-right: 5px!important
}
.pr10 {
    padding-right: 10px!important
}
.pr20 {
    padding-right: 20px!important
}
.pr30 {
    padding-right: 30px!important
}
.pr40 {
    padding-right: 40px;
}
.pr50 {
    padding-right: 50px;
}
.pr60 {
    padding-right: 60px;
}
.pr70 {
    padding-right: 70px;
}
.pr76 {
    padding-right: 76px;
}

.pr80 {
    padding-right: 80px;
}
.pr90 {
    padding-right: 90px;
}
.pr100 {
    padding-right: 100px;
}
.pr110 {
    padding-right: 110px;
}
.pr120 {
    padding-right: 120px;
}
@media (min-width:1200px) {
    .pl-lg-50 {
        padding-left: 50px;
    }
    .pl-lg-80 {
        padding-left: 80px;
    }
}
@media (min-width:992px) {
    .pt-md-50 {
        padding-top: 50px;
    } 
}

/* Margin Auto */
.mr-auto {
    margin: auto;
    float: none;
}
/* Margin Top */
.mt0 {
    margin-top: 0!important
}
.mt5 {
    margin-top: 5px!important
}
.mt10 {
    margin-top: 10px!important
}
.mt20 {
    margin-top: 20px!important
}
.mt30 {
    margin-top: 30px!important
}
.mt32 {
    margin-top: 32px!important
}
.mt40 {
    margin-top: 40px!important
}
.mt50 {
    margin-top: 50px!important
}
.mt60 {
    margin-top: 60px!important
}
.mt70 {
    margin-top: 70px!important
}
.mt80 {
    margin-top: 80px!important
}
.mt85 {
    margin-top: 85px!important
}
.mt90 {
    margin-top: 90px!important
}
.mt96 {
    margin-top: 96px!important
}
.mt100 {
    margin-top: 100px!important
}
.mt105 {
    margin-top: 105px!important
}
.mt110 {
    margin-top: 110px!important
}
.mt120 {
    margin-top: 120px!important
}
/* Margin Bottom */
.mb0 {
    margin-bottom: 0px!important
}
.mb5 {
    margin-bottom: 5px!important
}
.mb10 {
    margin-bottom: 10px!important
}
.mb15 {
    margin-bottom: 15px!important
}
.mb20 {
    margin-bottom: 20px!important
}
.mb30 {
    margin-bottom: 30px!important
}
.mb40 {
    margin-bottom: 40px!important
}
.mb50 {
    margin-bottom: 50px
}
.mb60 {
    margin-bottom: 60px
}
.mb70 {
    margin-bottom: 70px
}
.mb80 {
    margin-bottom: 80px
}
.mb90 {
    margin-bottom: 90px
}
.mb100 {
    margin-bottom: 100px
}
.mb110 {
    margin-bottom: 110px
}
.mb120 {
    margin-bottom: 120px
}
.mb200 {
    margin-bottom: 200px
}
/* Margin Left */
.ml0 {
    margin-left: 0px!important;
}
.ml15 {
    margin-left: 5px;
}
.ml10 {
    margin-left: 10px;
}
.ml20 {
    margin-left: 20px;
}
.ml30 {
    margin-left: 30px;
}
.ml40 {
    margin-left: 40px;
}
.ml50 {
    margin-left: 50px;
}
.ml60 {
    margin-left: 60px;
}
.ml70 {
    margin-left: 70px;
}
.ml80 {
    margin-left: 80px;
}
.ml90 {
    margin-left: 90px;
}
.ml100 {
    margin-left: 100px;
}
.ml110 {
    margin-left: 110px;
}
/* Margin Right */
.mr0 {
    margin-right: 0px!important
}
.mr5 {
    margin-left: 5px!important
}
.mr10 {
    margin-right: 10px!important
}
.mr20 {
    margin-right: 20px!important
}
.mr30 {
    margin-right: 30px!important
}
.mr40 {
    margin-right: 40px!important
}
.mr50 {
    margin-right: 50px!important
}
.mr60 {
    margin-right: 60px!important
}
.mr70 {
    margin-right: 70px!important
}
.mr80 {
    margin-right: 80px!important
}
.mr90 {
    margin-right: 90px!important
}
.mr100 {
    margin-right: 100px;
}
.mr110 {
    margin-right: 110px;
}