@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
body {
    font-family: "Noto Sans KR", Helvetica, sans-serif !important;
}

html, body {
	font-size:17px;
	background: #fafafa !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #37404d;
}

.modal-dialog {
    margin: 140px auto 30px;
}

p {
    color: #535353;
}

canvas {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

label {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

a {
    color: #37404d;
    text-decoration: none !important;
}

ul {
    padding: 0;
    margin: 0;
	padding:0px !important;
    text-decoration: none;
    list-style: none;
    color: #535353 !important;
}

a:hover {
    text-decoration: none;
}

.btn.active, .btn:active {
    box-shadow: none;
}

.bootstrap-select .btn-default.focus,
.bootstrap-select .btn-default:focus {
    color: #999 !important;
}


.breadcrumb > li + li:before {
    font-family: "Font Awesome 5 Free";
    padding: 1px 5px;
    color: #cccccc !important;
    content: "\f105" !important;
    font-weight: 600;
}

.box {
	box-shadow: 0 10px 31px 0 rgb(7 152 255 / 9%);
}
#keyword {padding-left:20px;}
#page_scroller {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    cursor: pointer;
    color: #FFF;
    padding: 10px 11px;
    font-size: 12px;
    position: fixed;
    bottom: 90px;
    right: 25px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.margin-t-10 {
    margin-top: 10px;
}

.checkbox {
    padding-left: 20px;
    margin: 15px 0;
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    color: #535353;
    font-size: 13px;
    line-height: 22px;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    margin-left: -20px;
    border: 2px solid #cccccc;
    border-radius: 10%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.sidebar-widget .checkbox label {
    font-size: 16px;
    font-weight: 500;
}

.form-content-box .checkbox label::before {
    border: none;
}

.checkbox-theme input[type="checkbox"]:checked + label::before {
    background-color: #fff;
}

.btn-check:active+.btn-light:focus, .btn-check:checked+.btn-light:focus, .btn-light.active:focus, .btn-light:active:focus, .show>.btn-light.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-light:hover {
    color: #717171;
    background-color: #fff;
    border-color: #fff;
}

/* Solid Buttons Structure**/
.button-sm {
    cursor: pointer;
    padding: 10px 25px;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #555;
    background: transparent;
    transition: .5s;
    border-radius: 2px;
    border: none;
}

.button-sm:hover {
    color: #333;
}

.button-md {
    cursor: pointer;
    padding: 11px 25px 11px 25px;
    text-transform: uppercase;
    color: #555;
    background: transparent;
    transition: .5s;
    border-radius: 2px;
    border: none;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.button-md:hover {
    color: #333;
}

.button-lg {
    cursor: pointer;
    padding: 18px 30px;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #555;
    background: #DDD;
    transition: .5s;
    border-radius: 2px;
    border: none;
}

.button-lg:hover {
    color: #333;
}

/** Solid Buttons Colors **/
.button-theme {
    color: #FFF;
}

.button-theme:hover,
.button-theme:focus {
    color: #fff !important;
    outline: none;
}

.out-line-btn:hover,
.out-line-btn:focus {
    outline: none;
}

.button-section a {
    margin: 0 5px 5px 0;
}

/** BTN 1 **/
.btn-1 {
    padding: 0 47px 0 25px;
    line-height: 46px;
    position: relative;
    display: inline-block;
    background: none;
    border-radius: 3px;
}

.btn-1 span {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.btn-1 .arrow {
    width: 13px;
    height: 2px;
    background: currentColor;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 25px;
}

.btn-1 .arrow:after {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    display: inline-block;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: transparent;
    -moz-transition: ease all 0.9s;
    -o-transition: ease all 0.9s;
    -webkit-transition: ease all 0.9s;
    transition: ease all 0.9s;
    width: 0;
    height: 100%;
}

.btn-1:hover {
    color: #ffffff!important;
}

.btn-1:hover:before {
    width: 100%;
    color: #fff!important;
}

/** BTN 2 **/
.btn-2 {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    position: relative;
    z-index: 5;
    transition: .9s ease;
    font-weight: 600;
    padding: 0 47px 0 25px;
    line-height: 46px;
    border-radius: 3px;
}

.btn-2 span {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.btn-2 .arrow {
    width: 13px;
    height: 2px;
    background: currentColor;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 25px;
}

.btn-2 .arrow:after {
    width: 8px;
    height: 8px;
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    display: inline-block;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-2:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .9s ease;
    z-index: -1;
}

.btn-2:hover {
    background: transparent!important;
}

.btn-2:hover:before {
    width: 0;
    opacity: 1;
    visibility: visible;
}

.btn-2:hover:after {
    width: 0;
    opacity: 1;
    visibility: visible;
}

.btn-2.btn-white{
    background: #fff;
    border: 2px solid #fff;
}

.btn-2.btn-white:hover {
    color: #fff;
    border: 2px solid #fff;
}

.btn-2.btn-white:before {
    background: #fff;
}

/** BTN 3 **/
.btn-3 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
    color: #ffffff;
    text-transform: capitalize;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
}

.btn-3:hover {
    color: #ffffff;
}

.btn-3:hover:after {
    transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
    transition: transform 0.9s linear, transform 0.4s linear;
}

.btn-3:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
    transform-origin: bottom center;
    transition: transform 0.9s linear, transform 0.4s linear;
    z-index: -1;
}

.carousel-caption {
    right: 0;
    left: 0;
    padding: 0 20px 0;
}

/** SEARCH AREA **/
.search-area {
    background: #e6e6e6;
    padding: 40px 0 25px;
}

.show-search-area {
    z-index: 9999;
    transition: all 0.4s;
    display: block;
}

.search-area .form-group {
    margin-bottom: 15px;
}

.search-area .btn{
    padding: 12px 15px;
}

.search-area .dropdown-toggle::after {
    right: 12px;
}

.search-area .search-fields{
    border: 1px solid #fff;
}

.search-area .bootstrap-select .dropdown-menu {
    margin: -1px 0!important;
    border: none;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -2px;
    vertical-align: middle;
}

.search-area .search-button{
    font-weight: 600;
    font-family: "Noto Sans KR", Helvetica, sans-serif;
}

.search-fields {
    min-height: 47px;
    padding: 0;
    box-shadow: none;
    border: 1px solid #e0e0e0;
    background: #fff;
    font-size: 15px;
    line-height: 47px!important;
    border-radius: 3px;
}

.sidebar-widget .form-group{
    margin-bottom: 20px;
}

.search-fields button {
    border-radius: 1px;
    box-shadow: none;
    border: none;
    background: #fff;
}

.search-button {
    cursor: pointer;
    padding: 14px 20px;
    letter-spacing: 0.5px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFF;
    transition: .5s;
    border-radius: 3px;
    border: none;
    width: 100%;
}

.search-button:hover,
.search-button:focus {
    outline: none;
    color: #fff;
}

.banner-search-box {
    max-width: 350px;
    padding: 30px;
    margin-left: auto;
}

.banner-search-box .search-area {
    padding: 0;
    background: transparent;
}

.banner-search-box .search-fields button {
    border-radius: 3px;
    box-shadow: none;
    border: none;
}

.banner-search-box .search-fields {
    border: none;
}

.banner-search-box .search-fields {
    padding: 0;
    box-shadow: none;
    border-radius: 3px;
}

.banner-search-box .btn {
    display: inline-block;
    min-height: 50px;
    border-radius: 3px;
}

.banner-search-box .search-area .form-group {
    margin-bottom: 15px;
}

.banner-search-box .range-slider {
    margin: 15px 0 0;
}

/** BOOTSTRAP SELECT START **/
.bootstrap-select {
    width: 100% !important;
}

.bootstrap-select button {
    color: #717171;
    border-radius: 2px;
    outline: none;
}

.btn-check:focus+.btn-light, .btn-light:focus{
    color: #717171;
}

.bootstrap-select .dropdown-menu li {
    padding: 0;
}

.bootstrap-select .dropdown-menu {
    padding: 0 !important;
    margin: 0 0 !important;
    border: 1px solid #e0e0e0;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    margin-top: 12px;
}

.bootstrap-select .dropdown-menu li a {
    padding: 0 15px;
    font-weight: 400;
    font-size: 15px;
    outline: none;
    border: 0 !important;
    color: #535353;
}

.bootstrap-select .dropdown-menu li a:hover {
    border: none;
    font-size: 15px;
    font-weight: 400;
}

.bootstrap-select .btn-default.active,
.bootstrap-select .btn-default:active,
.bootstrap-select .open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #eee;
    border-color: transparent !important;
    box-shadow: none !important;
}

.bootstrap-select .btn-default:hover {
    background: transparent !important;
    color: #717171!important;
    box-shadow: none !important;
}

.bootstrap-select .btn-default.active,
.bootstrap-select .btn-default:active,
.bootstrap-select .open > .dropdown-toggle.btn-default {
    color: #717171!important;
    background-color: transparent;
!important;
    border-color: #adadad;
}

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    color: #717171!important;
    background-color: transparent !important;
    box-shadow: none !important;
    border-color: #adadad;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    background: transparent !important;
}

.bootstrap-select .dropdown-menu > .active > a,
.bootstrap-select .dropdown-menu > .active > a:focus,
.bootstrap-select .dropdown-menu > .active > a:hover {
    text-decoration: none;
    background-color: #fff;
    outline: 0;
}

.bootstrap-select .bs-actionsbox, .bootstrap-select .bs-donebutton, .bs-searchbox {
    padding: 4px 8px;
    background: #EEE;
    border-bottom: 1px solid #d5d5d5;
}

.bootstrap-select .bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
    height: 36px;
    border: 1px solid #ddd;
    box-shadow: none;
}

.dropdown-menu > li > a:hover {
    text-decoration: none;
    background-color: #fff;
}

.banner-search-box .btn-default:active, .open > .dropdown-toggle.btn-default {
    color: #717171!important;
}

.banner-search-box .btn-default {
    color: #717171!important;
}

/** MAIN TITLE AREA START **/
.main-title {
    text-align: center;
    margin-bottom: 40px;
}

.main-title h1 {
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-size: 27px;
}

.main-title h1 span {
    font-weight: 700;
}

.main-title p {
    margin-bottom: 0;
}

.main-title-2 {
    margin-bottom: 20px;
}

.main-title-2 h1 {
    font-size: 20px;
    margin: 0 0 10px;
    font-weight: 600;
}

.main-title-2 h1 a {
    color: #212121;
}

.main-title-2 h1 span {
    font-weight: 600;
}

.main-title-3 h1{
    color: #fff;
}

.main-title-3 p{
    color: #fff;
}

/** FP2 STARTED**/
.fp2 {
    -webkit-transition: .5s;
    transition: .5s;
    transition: 0.9s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.fp2:hover .featured{
    transform: rotateY(360deg
    );
}

.fp2:hover .sale{
    transform: rotateY(360deg
    );
}

/** Featured tag2 AREA START **/
.featured-tag2:hover i {
    transform: rotateY(360deg);
}

.sale-tag {
    font-size: 12px;
    font-weight: 600;
    padding: 6px 14px 4px;
    border-radius: 2px;
    color: #fff;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    z-index: 20;
    right: 15px;
    margin-top: 15px;
    top: 0;
    position: absolute;
    background-color: rgb(0 0 0 / 25%);
}

/** NAV TABS START **/
.nav-tabs {
    border-bottom: 1px solid transparent;
    margin-bottom: 30px;
    text-align: center;
}

/** LIST INLINE LISTING AREA START **/
.list-inline-listing {
    padding: 0;
    margin: 0 0 30px 0;
    text-align: center;
}

.list-inline-listing li {
    padding: 5px 25px 4px;
    margin: 0;
    border: 2px solid #fff;
    background: #fff;
    color: #535353;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-weight: 500;
}

.list-inline-listing li:hover {
    color: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.list-inline-listing .active {
    color: #fff;
    box-shadow: none;
}

.list-inline-listing .active a {
    color: #fff;
}

/** Service info 1 start **/
.service-info-1 {
    padding: 40px 20px;
    margin-bottom: 30px;
    background: #fff;
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.9s;
    position: relative;
    border-radius: 4px;
    z-index: 1;
}

.service-info-1:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.service-info-1 h3 {
    margin-bottom: 15px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 20px;
    font-weight: 600;
}

.service-info-1 p {
    margin-bottom: 20px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.service-info-1 .read-more {
    line-height: 1;
    font-weight: 600;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
    font-size: 16px;
}

.service-info-1 i {
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 45px;
}

.service-info-1::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0px;
    border-radius: 4px;
    -webkit-transition: all 0.5s;
    transition: all 0.9s;
    z-index: -1;
}

.service-info-1:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.service-info-1:hover i {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.service-info-1:hover::before {
    height: 100%;
}

.service-info-1:hover p {
    color: #fff;
}

.service-info-1:hover h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.service-info-1:hover .read-more {
    color: #ffffff;
}

.service-info-1:hover i{
    color: #fff;
}

.service-info-1 .read-more:hover {
    letter-spacing: 1.5px;
}

/** Service info 2 start **/
.service-info-2 {
    margin: 0 auto 30px;
    position: relative;
    text-align: left;
    background: #fff;
    padding: 40px 30px;
    width: 100%;
}

.service-info-2 h5 {
    font-size: 21px;
    margin: 0 0 20px;
    font-weight: 600;
}

.service-info-2 .number {
    font-size: 120px;
    line-height: 1;
    color: #3a30301c;
    display: inline-block;
    position: absolute;
    z-index: 0;
    right: 20px;
    font-weight: 600;
    bottom: 10px;
    font-family: "Poppins", sans-serif;
}

.service-info-2:hover .number{
    z-index: -1;
}

.service-info-2 .detail {
    margin-left: 80px;
}

.service-info-2 .icon {
    position: absolute;
    font-size: 60px;
    display: inline-block;
    vertical-align: middle;
    transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.service-info-2 p{
    font-size: 16px;
    margin-bottom: 0;
}

.service-info-2.df-box:hover:before {
    -webkit-transform: rotate(2deg)
    translateX(-5px) translateY(16px);
    transform: rotate(2deg)
    translateX(-5px) translateY(16px);
}

.service-info-2.df-box:before {
    content: " ";
    width: 95%;
    height: 95%;
    z-index: -3;
    position: absolute;
    top: auto;
    bottom: 1px;
    left: 1px;
    border-radius: 12px;
    background-repeat: repeat-x;
    outline: 1px solid transparent;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.service-info-2.df-box:after {
    background: #FFF;
}

.service-info-2.df-box {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.service-info-2:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
}

/** What are you looking for? AREA START **/
.our-service {
    text-align: center;
}

.our-service-inner {
    background: rgba(0, 0, 0, 0.80);
    padding: 70px 0;
}

.our-service-two .content {
    padding: 0;
    background: transparent;
}

.our-service-two .content:hover {
    padding: 0;
    background: transparent;
}

.content-area {
    padding: 50px 0 50px;
}

.theme img {
    margin-bottom: 30px;
}

/** PARTNERS AREA START **/
.partners {
    text-align: center;
    padding: 40px 0 30px;
}

.partners h4 {
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-size: 20px;
}

.partners img{
    max-width:150px;
    margin: 0 auto;
}

.partners .custom-slider {
    width: 100%;
    margin: auto;
}

.partners .slick-slider{
    user-select: none;
}

.partners .slick-next{
    right: 0;
    display: none!important;
}

.partners .slick-prev{
    left: 0;
    display: none!important;
}

/** Comon Slick start **/
.comon-slick .slick .item .property-box-3{
    background-position:center;
    background-size:cover;
    transition:.3s;
    margin:0;
    opacity:1;
    -webkit-transform: scale3d(0.9, 0.9, 9);
    transform: scale3d(0.9, 0.9, 9);
    transition: all 0.3s ease-in-out;
}

.comon-slick .slick .item .property-box{
    background-position:center;
    background-size:cover;
    transition:.3s;
    margin:0;
    opacity:1;
    -webkit-transform: scale3d(0.9, 0.9, 9);
    transform: scale3d(0.9, 0.9, 9);
    transition: all 0.3s ease-in-out;
}


.comon-slick .slick .slick-list {
    padding: 0!important;
}

.comon-slick .slick .slick-center .property-box-3 {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.comon-slick .slick .slick-center .property-box {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.comon-slick .slick-slide {
    outline: none
}

.comon-slick .slick-prev,
.slick-next {
    position:absolute;
    top:50%;
    z-index: 1;
}

.comon-slick .slick-prev i{
    display: none;
}

.comon-slick .slick-next i{
    display: none;
}

.comon-slick .slick-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 45%;
    border-radius: 100px;
    z-index: 999;
    left: -5px;
    text-align: center;
    background: #fff;
    border: none;
    opacity: 1;
    font-size: 20px;
    display: initial;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.comon-slick .slick-prev::before {
    content: "←";
}

.comon-slick .slick-next::before {
    content: "→";
}

.comon-slick .slick-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    top: 45%;
    z-index: 999;
    right: -5px;
    text-align: center;
    background: #fff;
    opacity: 1;
    font-size: 20px;
    display: initial;
    border: none;
    border-radius: 100px;
    box-shadow: 0 0 15px rgb(0 0 0 / 10%);
}

.comon-slick .comon-slick-inner .slick-next{
    display: none!important;
}

.comon-slick .comon-slick-inner .slick-prev{
    display: none!important;
}

.slide-box {
    padding: 0 15px;
}

/** CATEGORY AREA START **/
.filtr-item{
    padding: 0 15px;
}

/** Popular places box start **/
.popular-places-box {
    position: relative;
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    width: 100%!important;
    margin: 0 0 20px 0;
    overflow: hidden;
}

.popular-places-box .popular-places-overflow {
    overflow: hidden;
    border-radius: 3px;
}

.popular-places-box .popular-places-photo {
    position: relative;
    transform: scale(1);
    transition: 1s;
    border-radius: 3px;
	background-size:cover;
	background-position:center center;
}

.popular-places-box .popular-places-photo img{
    border-radius: 3px;
    height: 350px;
    width: 100%;
}

@media (max-width: 600px) {
	.popular-places-box .popular-places-photo img{
		height: 250px;
	}
}

.popular-places-box .popular-places-photo .big {
    height: 575px;
}

.popular-places-box:hover .popular-places-photo {
    transform: scale(1.2);
    border-radius: 3px;
}

.popular-places-box:hover .popular-places-photo img{
    border-radius: 3px;
}

.popular-places-box .popular-places-photo:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
    background: linear-gradient(to top,rgb(35 35 37 / 77%) 0%,rgb(35 35 37 / 39%) 35%,rgb(22 22 23 / 23%) 60%,rgba(0,0,0,0) 100%);
    border-radius: 3px;
    opacity: 1;
}

.popular-places-box:hover .popular-places-photo:before{
    background: linear-gradient(to top,rgb(8 8 197 / 79%) 0%,rgb(0 0 179 / 45%) 35%,rgb(255 255 255 / 0%) 60%,rgb(255 255 255 / 0%) 100%);
    opacity: 1;
}

.popular-places-box h3 {
    -webkit-transition: .4s;
    transition: .4s;
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 2px;
}

.popular-places-box .listings_no {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 20;
    font-size: 14px;
    color: #fff;
    padding: 7px 14px 6px;
    font-weight: 500;
    border-radius: 3px;
}

.popular-places-box p{
    margin-bottom: 0;
    color: #fff;
}

.popular-places-box .ling-section {
    position: absolute;
    bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
}

.popular-places-box h3 a{
    color: #fff;
}

.popular-places-box h3 a:hover{
    color: #fff;
    opacity: 0.9;
}

.popular-places .col-pad {
    padding: 0 10px;
}

.popular-places.pp2 .ling-section {
    position: absolute;
    bottom: 10px;
    width: 95%;
    margin: 0 auto!important;
    padding: 11px 20px 9px;
    background: #fff;
    content: "";
    border-radius: 3px;
}

.popular-places.pp2 h3 {
    -webkit-transition: .4s;
    transition: .4s;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    letter-spacing: normal;
    margin-bottom: 2px;
}

.popular-places.pp2 .ling{
    padding: 0 10px;
}

.popular-places.pp2 h3{
    margin-bottom: 0;
}

.popular-places.pp2 h3 span{
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}

.popular-places.pp2 .popular-places-photo:before {
    background: linear-gradient(to top,rgb(255 255 255 / 0%) 0%,rgb(255 255 255 / 0%) 35%,rgb(255 255 255 / 0%) 60%,rgba(0,0,0,0) 100%);
}

.popular-places.pp2  .popular-places-box h3{
    color: #535353;
}

/** POPULAR PLACES 2 start **/
.popular-places-box-2 {
    position: relative;
    overflow: hidden;
    background: #fff;
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px!important;
    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    width: 100%!important;
    border-radius: 5px;
}

.popular-places-box-2:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: linear-gradient(to top,rgb(30 57 133 / 92%) 0%,rgb(38 57 181 / 35%) 35%,rgba(2, 2, 2, 0) 60%,rgba(0,0,0,0) 100%);
    border-radius: 4px 4px 0 0;
    opacity: 1;
}

.popular-places-box-2 h3 {
    -webkit-transition: .4s;
    transition: .4s;
    font-weight: 500;
    font-size: 22px;
    margin: 0 0 12px;
}

.popular-places-box-2 .ling-section {
    position: absolute;
    bottom: 25px;
    padding-right: 30px;
    padding-left: 30px;
    width: 100%;
}

.popular-places-box-2 h3 a{
    color: #fff;
}

.popular-places-box-2 h3 a:hover{
    color: #fff;
    opacity: 0.9;
}

.popular-places-box-2 .read-more-btn {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 87px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.6;
    transition: 0.6;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    padding: 9px 24px;
    border-radius: 3px;
    color: #fff;
}

.popular-places-box-2:hover .read-more-btn {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    text-align: left;
}

.popular-places-box-2 .read-more-btn::before {
    content: '';
    position: absolute;
    width: 0;
    -webkit-transition: .5s;
}

.popular-places-box-2 .member-socials {
    display: inline-block;
    -webkit-transition: .4s;
    transition: .4s;
    margin-bottom: 5px;
    color: #fff;
}

.popular-places-box-2:hover h3 {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

.popular-places-box-2:hover .member-socials {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

.popular-places-box-2 .listings_no {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 20;
    font-size: 14px;
    color: #fff;
    background: rgba(0,0,0,0.15);
    padding: 7px 14px 6px;
    font-weight: 500;
    border-radius: 3px;
}

.comon-slick .slick .slick-center .popular-places-box-2 {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.comon-slick .slick .item .popular-places-box-2 {
    background-position: center;
    background-size: cover;
    transition: .3s;
    margin: 0;
    opacity: 1;
    -webkit-transform: scale3d(0.9, 0.9, 9);
    transform: scale3d(0.9, 0.9, 9);
    transition: all 0.3s ease-in-out;
}

.comon-slick .slick .slick-center .popular-places-box-2 {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

/** FOOTER AREA START **/
footer {
    padding: 80px 0 0;
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #c1c9d1;
    position: relative;
    background-color: #001a42;
}

.footer-info .personal-info li {
    color: #c1c9d1;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 12px;
    position: relative;
    padding-left: 25px;
}

.footer-info .main-title-2 h1 {
    color: #e0e0e0;
    font-weight: 600;
    font-size: 22px;
}

.footer-item {
    margin-bottom: 50px;
}

.footer-item.fi2{
    margin-right: 20px;
}

.footer-info .personal-info li i {
    font-size: 15px;
    left: 0;
    position: absolute;
    top: 0;
    line-height: 27px;
}

.footer-info .personal-info li a {
    color: #c1c9d1;
}

.footer-info p {
    margin-bottom: 20px;
    color: #c1c9d1;
}

.footer-info .links li {
    font-size: 16px;
    margin-bottom: 12px;
}

.footer-info .links li a {
    color: #c1c9d1;
}

.footer-info .links li a:hover {
    color: #e0e0e0;
}

.footer-info .main-title-2 .border-3 {
    background: #737272;
}

.footer-info .popular-posts .media-heading {
    font-size: 18px;
    margin: 8px 0 10px;
    font-weight: 600;
}

.footer-info .popular-posts h4 a{
    color: #c1c9d1;
}

.footer-info .popular-posts .media .media-left img{
    width: 65px;
}

.footer-info .popular-posts .listing-post-meta {
    font-size: 14px;
    font-weight: 500;
    color: #ababab;
}

.footer-info .popular-posts .listing-post-meta a{
    color: #c1c9d1!important;
}

/** COPY RIGHT AREA START **/
.copy-right {
    padding: 20px 0;
    border-top: solid 1px #2d2d67;
    color: #c1c9d1;
    font-size: 15px;
    margin-top: 30px;
}

.copy-right ul {
    float: right;
}

.copy-right ul li {
    display: inline-block;
}

.copy-right ul li a {
    margin-left: 2px;
    color: #c5c5c5;
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    border-radius: 3px;
    background: transparent;
    border: solid 1px #2d2d67;
    text-align: center;
}

.copy-right ul li a:hover{
    color: #fff;
    border: solid 1px transparent;
}

.copy-right a {
    color: #c1c9d1;
}

.copy-right p{
    line-height: 45px;
    color: #c1c9d1;
    margin-bottom: 0;
}

.section-4 {
    padding-top: 145px;
}

/** VIEW ALL AREA START **/
.view-all h3 {
    margin: 0 0 30px;
    font-weight: 600;
    text-align: center;
}

.view-all ul {
    margin-bottom: 25px;
    text-align: center;
}

.view-all ul li {
    display: inline-block;
}

.view-all ul li a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin-bottom: 5px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.view-search {
    max-width: 400px;
    margin: 0 auto 50px;
}

.view-search.form-search .btn {
    padding: 12px 12px 12px 13px!important;
}

.comparison .search-fields .btn{
    font-size: 16px;
    padding: 13px 20px 11px;
}

.comparison .faq-accordion .accordion-body {
    padding: 0;
    background: #fff;
}

.comparison .accordion-item {
    border: none;
}

/** BRAND BOX AREA START **/
.brand-box {
    text-align: center;
    padding: 20px;
    display: inline-block;
    width: 100%;
    background: #fff;
    margin-bottom: 30px;
}

.brand-box img {
    height: 50px;
}

.brand-box h5 {
    font-weight: 700;
    margin: 20px 0 5px;
    text-transform: uppercase;
    font-size: 14px;
}

.brand-box p {
    margin: 0;
    font-weight: 600;
    font-size: 14px;
}

/** COMPARE TABLE **/
.compare-table {
    margin-bottom: 40px;
}

.compare-table tr {
    border: 1px solid #ececec;
}

.compare-table tr:first-child {
    border-top: none;
}

.compare-table tr td:first-child {
    width: 350px;
    background: #fff;
}

.compare-table tr td {
    box-sizing: border-box;
    font-size: 16px;
    padding: 20px 15px;
    text-align: center;
    width: 395px;
    font-weight: 400;
    background: #f1f1f1;
    color: #535353;
}

.compare-table tr td .fa-times {
    color: red;
}

.compare-table tr td .fa-check {
    color: green;
}

/** TESTIMONIAL AREA START **/
.item-inner {
    max-width: 650px;
    margin: 0 auto;
}

.pad {
    padding-top: 0;
}

/** Faq start **/
.faq-accordion .p-text{
    color: #535353;
}

.faq-accordion .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}

.faq-accordion .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px;
    font-size: 18px;
	font-weight:600;
    color: #535353;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
	border-radius:5px;
	margin-bottom:15px;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../img/down.png);
    transform: rotate(-180deg);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(../img/up.png);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.faq-accordion .accordion-body {
    padding: 10px 0;
}

.text-color {
    color: #fff !important;
}

.t-slider-r {
    width: 30px;
    height: 30px;
    line-height: 25px;
    position: absolute;
    top: 100%;
    z-index: 5;
    display: inline-block;
    right: 0;
    border: solid 1px #fff;
    background: #fff;
    text-align: center;
    border-radius: 0;
    opacity: 1;
}

.t-slider-r i {
    font-size: 15px;
    line-height: 27px;
    color: #535353;
    border-radius: 0;
}

.pojison {
    top: 47%;
}

/** SOCIAL MEDIA BIG AREA START **/
.social-media li {
    list-style: none;
    float: left;
    margin: 0 5px 5px 0;
}

.social-media ul li a {
    font-size: 18px;
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 3px;
    text-align: center;
    line-height: 45px;
    background: #f3f3f3;
}

.social-media ul li a:hover {
    color: #999;
}

.img-responsive {
    width: 100%;
}


/** Agent 1 start **/
.agent-1 {
    padding: 50px 20px 30px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background-color: #fff;
    margin-bottom: 30px;
    text-align: center;
}

.agent-1:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.agent-1:before, .agent-1:after {
    content: "";
    position: absolute;
    z-index: -1;
}

.agent-1:before {
    text-align: left;
}

.agent-1 .member-name {
    font-size: 20px;
    font-weight: 600;
    margin:0 0 7px;
}

.agent-1 .member-thumb {
    width: 170px;
    height: 170px;
    margin: 0 auto 30px;
    border-radius: 50%;
    overflow: hidden;
}

.agent-1 .member-thumb img {
    width: 100%;
}

.agent-1:hover .team-hover-content {
    visibility: visible;
    opacity: 1;
}

.agent-1 .team-hover-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: .8s;
    opacity: 0;
    visibility: hidden;
}

.agent-1 .team-hover-content .member-thumb {
    width: 100%;
    height: 100%;
    border-radius: 0;
    margin-bottom: 0;
}

.agent-1 .team-hover-content .member-name-designation{
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
    padding: 30px 20px;
    background: linear-gradient(0,#1f2cc4b8,rgb(255 171 74 / 0%));
    margin-bottom: 0;
    padding-bottom: 70px;
}

.agent-1:hover h4 a{
    color: #fff;
}

.agent-1 .team-hover-content .member-name {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin:0 0 7px;
    transform: translateY(50px);
    transition: all .4s cubic-bezier(.76,.21,.32,.85);
    transition-delay: .3s;
    opacity: 0;
}

.agent-1 .team-hover-content .member-designation {
    transform: translateY(50px);
    transition: all .4s cubic-bezier(.76,.21,.32,.85);
    transition-delay: .2s;
    transform: translateY(50px);
    opacity: 0;
    color: #fff;
}

.agent-1:hover .team-hover-content .member-name {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .1s;
}

.agent-1:hover .team-hover-content .member-designation {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .2s;
}

.agent-1:hover .member-socials {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .3s;
}

.agent-1 .member-socials {
    position: absolute;
    left: 0;
    bottom: 25px;
    width: 100%;
    transform: translateY(50px);
    transition: all .4s cubic-bezier(.76,.21,.32,.85);
    transition-delay: .1s;
    opacity: 0;
}

.agent-1 .member-socials a {
    display: inline-block;
    text-align: center;
    transition: .3s;
    margin: 0 0 3px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border-radius: 3px;
    display: inline-block;
    color: #37404d;
}

.agent-1 .member-socials a:hover{
    color: #555;
}

.agent-1 .social-list a {
    margin: 0 0 3px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #f3f3f3;
    border-radius: 3px;
    display: inline-block;
    color: #37404d;
}
.properties-details-page .social-list {
	padding:0px;
}

.address-list {
    margin: 0 0 15px;
    padding: 0;
}

.address-list li {
    line-height: 32px;
}

.address-list li span {
    margin-right: 10px;
    font-weight: 600;
    float: left;
}

/** TESTIMONIALS AREA START **/
.testimonials-1 {
    width: 100%;
    padding: 100px 0;
    height: auto;
    background: #fff;
    text-align: center;
}

.testimonials-1 .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    border: solid 2px #333;
    border-radius: 0;
}

.testimonials-1 .carousel-control-prev{
    display: none;
}

.testimonials-1 .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 12px;
    height: 12px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #333;
    background-clip: padding-box;
    border: 0;
    opacity: 1;
    transition: opacity .6s ease;
}

.testimonials-1 .carousel-indicators {
    bottom: -15px;
}

.testimonials-1 .testimonials-inner{
    max-width: 700px;
    margin: 0 auto;
}

.testimonials-1 .testimonials-inner .job {
    margin-bottom: 25px;
}

.testimonials-1 .testimonials-inner .avatar {
    max-width: 95px;
    margin: 0 auto 30px;
    border-radius: 100px;
    padding: 5px;
    background: #fff;
    box-shadow: 0 0 0 0 rgb(0 0 0 / 10%), 0 3px 3px 0 rgb(0 0 0 / 10%);
}

.testimonials-1 .testimonials-inner .avatar img {
    width: 100%;
    border-radius: 100px;
    height: 85px;
}

.testimonials-1 .testimonials-inner h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 5px;
}

.testimonials-1 .testimonials-inner p {
    margin-bottom: 30px;
}

/** TESTIMONIALS 2 AREA START **/
.testimonials-2 {
    position: relative;
    padding: 100px 0;
    display: inline-block;
    width: 100%;
    float: left;
    background: #fff;
}

.testimonials-2 h2{
    font-weight: 700;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-size: 27px;
}

.testimonials-2 p{
    font-weight: 400;
    margin-bottom: 0;
}

.testimonials-2 .testimonials-box{
    padding: 40px;
    background: #fafafa;
    -webkit-transition: all 0.5s;
    transition: all 0.9s;
    position: relative;
    text-align: left;
    z-index: 1;
}

.testimonials-2 .testimonials-box:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 3px 3px 0 rgba(0, 0, 0, 0.10);
}

.testimonials-2 .testimonials-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.9s;
    z-index: -1;
}

.testimonials-2 .testimonials-box:hover::before {
    height: 100%;
}

.testimonials-2 .testimonials-box:hover p {
    color: #fff!important;
}

.testimonials-2 .testimonials-box .user-info p{
    color: #fff;
}

.testimonials-2 .testimonials-box p {
    margin-bottom: 20px;
}

.testimonials-2 .testimonials-box h5 {
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 3px;
}

.testimonials-2 .testimonials-box .user-info p {
    margin-bottom: 0;
    line-height: normal;
}

.testimonials-2 .testimonials-box:hover h5 a {
    color: #fff;
}

.testimonials-2 .testimonials-box .user-info img {
    width: 65px;
    height: 65px;
    border-radius: 50px;
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, .4);
    display: inline-block;
    transition: all 0.5s;
}

.testimonials-2 .testimonials-box:hover img {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

/** TESTIMONIALS 3 **/
.testimonials-3 {
    background: url(../img/img-5.png);
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.testimonials-3:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #4285F4;
    content: "";
    z-index: -1;
    opacity: 0.3;
}

.testimonials-3 .testimonials-inner {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    -webkit-transition: .5s;
    transition: .5s;
    overflow: hidden;
    transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.testimonials-3 .testimonials-inner .user {
    background-color: #DDDDDD;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    left: 0;
    position: absolute;
    top: 30px;
    transition: background-color .15s linear;
    display: block;
    z-index: 999!important;
    transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
}


.testimonials-3 .testimonials-inner:hover .user {
    transform: rotateY(360deg);
    color: #fff;
}

.testimonials-3 .testimonials-inner a img {
    bottom: 2px;
    border-radius: 50%;
    display: block;
    height: 120px;
    width: 120px;
    position: absolute;
    top: 0px;
    box-shadow: 1px 2px 3px 0 rgb(0 0 0 / 40%);
}

.testimonials-3 .testimonials-inner .testimonial-info {
    margin: 0 0 0 60px;
    padding: 40px 30px 40px 90px;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border-radius: 5px;
	min-height:310px;
}

.testimonials-3 .testimonials-inner .testimonial-info p{
    margin-bottom: 10px;
}

.testimonials-3 .testimonials-inner h3 {
    font-size: 20px;
    margin:0 0 5px;
    font-weight: 600;
}

.pr-0{
    padding-right: 0;
}

/** SLICK BTN AREA START **/
.slick-btn {
    max-width: 80px!important;
    margin: 0 auto;
    position: relative;
    top: 30px;
}

.slick-btn .slick-prev {
    left: 0;
}

.slick-btn .sab-4 {
    border-radius: 3px;
}

.slick-btn .slick-next {
    right: 0;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: 0;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-left: 0;
}

.slick-btn-section{
    width: 100%;
    display: inline-block;
}

.services-2 .slick-btn{
    max-width: 40px!important;
    margin: 0 auto;
    position: relative;
    top: 0;
}

/** Sidebar nav start **/
.sidebar-logo{
    padding: 20px 30px;
    border-bottom: solid 1px #00000024;
}

.sidebar-logo img{
    width: 120px;
}

.nav-sidebar {
    width: 350px;
    position: fixed;
    top: 0;
    left: -350px;
    height: 100vh;
    z-index: 999;
    background: #fff;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.nav-sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: transparent;
    position: absolute;
    top: 23px;
    font-size: 20px;
    right: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
}

.search-area  .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#sidebar .overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

#sidebar .overlay.active {
    display: block;
    opacity: 1;
}

.sidebar-nav {
    display: block;
    z-index: 11;
    overflow: hidden;
    width: 100%;
}

.sidebar-nav-list{
    padding: 0px;
    margin: 0px;
}

.sidebar-nav-list .nav-header {
    margin-bottom: 0;
    color: #eee;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    padding: 15px 10px;
}

.sidebar-nav-list li {
    font-size: 14px;
    padding-left: 15px;
    margin-bottom: 10px;
}

.sidebar-nav-list li a{
    color: #fff !important;
    font-size: 14px;
    padding-left: 30px;
}

.sidebar-nav-list .badge{
    display: inline-block;
    float: right;
    background: #0aa587;
    color: #fff;
}

/** Sidebar nav end **/
.sidebar-navigation {
    height: auto;
    margin: 0 auto;
    padding: 30px 20px 20px;
    border-bottom: solid 1px #00000024;
}

.sidebar-navigation ul {
    margin: 0;
    padding: 0;
}
.sidebar-navigation ul li {
    display: block;
}

.sidebar-navigation ul li a {
    position: relative;
    display: block;
    font-weight: 500;
    padding: 10px 10px;
    text-decoration: none;
    color: #060606;
    letter-spacing: normal;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.sidebar-navigation .pt0{
    padding-top: 0;
}

.sidebar-navigation .menu-list li a .badge {
    float: right;
    padding: 3px 10px;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 600;
}

.sidebar-navigation .menu-list li a .badge {
    float: right;
    padding: 3px 10px;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
}

/* 로고 대신 텍스트를 썼을 때 */
.sidebar-inner h1{
    margin: 10px 0px;
    padding: 0px;
    font-weight: 700;
    font-size: 16px;
    color: #000;
}

.sidebar-inner h3{
    margin: 0 0 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: #000;
}

.sidebar-navigation .menu-list li a .badge {
    float: right;
    padding: 3px 10px;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 600;
    color: #fff;
}

.sidebar-navigation ul li a em {
    font-size: 12px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    padding: 4.5px 5px 5.5px;
    border-radius: 5px;
    font-weight: 100;
    color: #777;
}
.sidebar-navigation ul li:hover > a, .sidebar-navigation ul li.selected > a {
    background-color: transparent;
    color: #060606;
    border-color: rgba(255, 255, 255, 0.1);
}

.sidebar-navigation ul li ul {
    display: none;
    background-color: transparent;
}
.sidebar-navigation ul li ul.open {
    display: block;
}

.sidebar-navigation ul li ul li a {
    color: #060606;
    border-color: rgba(255, 255, 255, 0.1);
    font-size: 16px;
    font-weight: 500;
    padding:8px;
}

.sidebar-navigation ul li ul li:hover > a, .sidebar-navigation ul li ul li.selected > a {
    background-color: transparent;
}
.sidebar-navigation ul li ul li:hover > a:before, .sidebar-navigation ul li ul li.selected > a:before {
    margin-right: 10px;
}
.sidebar-navigation ul li ul li.selected.selected--last > a {
    background-color: #94aab0;
    color: #fff;
}
.sidebar-navigation ul li ul li.selected.selected--last > a:before {
    background-color: transparent;
}

/** MOBILE SEARCH SIDEBAR **/
.search-sidebar {
    width: 350px;
    position: fixed;
    top: 0;
    right: -350px;
    height: 100vh;
    z-index: 999;
    background: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.search-sidebar.active {
    right: 0;
}

#searchbar .overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

#searchbar .overlay.active {
    display: block;
    opacity: 1;
}

/** Get social start **/
.get-social {
    height: auto;
    margin: 0 auto;
    padding: 30px 30px;
    border-bottom: solid 1px #00000024;
}

.get-social a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-right: 2px;
    border-radius: 5%;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}

.get-social a:hover{
    color: #999;
}

.get-social .linkedin-bg {
    background: #1675b9;
}

.get-social h3 {
    padding: 0;
}
/** Get social end **/

/** Get in touch start **/
.get-in-touch {
    height: auto;
    margin: 0 auto;
    padding: 30px 30px;
    border-bottom: solid 1px #00000024;
}

.get-in-touch h3 {
    padding: 0;
}

.get-in-touch .sidebar-contact-info {
    margin: 0 0 10px 0;
    position: relative;
}

.get-in-touch .sidebar-contact-info .icon {
    left: 0;
    position: absolute;
    top: 0;
    transition: background-color .15s linear;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #f1e6e6;
    line-height: 40px;
    margin-right: 15px;
    font-size: 16px;
    color: #060606;
    border-radius: 3px;
}

.get-in-touch .sidebar-contact-info .body-info {
    margin-left: 55px;
}

.get-in-touch .sidebar-contact-info .body-info a {
    color: #060606;
    line-height: 40px;
    margin-bottom: 0;
    font-weight: 500;
}

.change-view-btn {
    margin-left: 0;
    border-radius: 2px;
    background: transparent;
    padding: 10px 12.5px 9px;
}

.change-view-btn:hover {
    color: #fff;
}

.active-view-btn {
    color: #fff !important;
    margin-left: 0;
    padding: 10px 12.5px 9px;
}

.active-view-btn:hover {
    background: transparent;
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #ccc !important;
    filter: "alpha(opacity=20)";
    -ms-filter: "alpha(opacity=20)";
}

/** PORTFOLIO ITEM **/
.portfolio-item {
    margin-bottom: 30px;
}

.properties-gallery .pad {
    padding: 0;
}

.properties-gallery .portfolio-item {
    margin-bottom: 30px;
}

.properties-gallery .portfolio-item .blog-image {
	max-height:250px;
	overflow:hidden;
	background-size:cover;
	background-position:center center;
	border:1px solid #ddd;
}

.pg .portfolio-item {
    margin-bottom: 0;
}

/** PORTFOLIO AREA START **/
.portfolio-item, .portfolio-item:focus {
    outline: none;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}

.portfolio-item img, .portfolio-item img:focus {
    outline: none;
    width: 100%;
    height: 100%;
}

.portfolio-item:hover img {
    zoom: 1;
    filter: alpha(opacity=20);
    -webkit-opacity: 0.1;
    opacity: 0.3;
}

.portfolio-item:hover .portfolio-content {
    display: inline;
    -webkit-transition-delay: 0.50s;
    transition-delay: 0.50s;
    background-color: #4285F4;
    color: #fff !important;
    z-index: 10;
	opacity:0.6;
}

.portfolio-content {
    display: none;
    top: 0;
    width: 100%;
    text-align: center;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    text-transform: uppercase;
    color: #1c1c1c;
    height: 100%;
    position: absolute;
    right: 0;
}

.portfolio-content-inner {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.portfolio-content * {
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    object-fit: 1;
    z-index: 999;
}

.overview-box p {
    color: #333;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.overview {
    z-index: 9;
    cursor: default;
    overflow: hidden;
    text-align: center;
    position: relative;
    margin-bottom: 16px;
    box-shadow: 0 0 3px #ddd;
}

.overview .mask, .overview .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 20%;
    left: 0;
}

.overview img {
    display: block;
    position: relative;
    width: 100%;
    height: 232px;
}

.overview .big-img {
    height: 480px;
}

.overview-box img {
    left: 10px;
    margin-left: -10px;
    position: relative;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    border: none;
}

.overview-box:hover > img {
    -webkit-transform: scale(2) rotate(10deg);
    transform: scale(2) rotate(10deg);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.overview h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 18px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0;
    text-shadow: none;
}

.overview-box h2 {
    color: #333;
    margin: 0 20px 0;
    background: transparent;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.overview a.btn {
    display: inline-block;
    overflow: hidden;
    text-transform: uppercase;
}

.overview-box a.btn {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all 0.5s linear;
    padding: 4px 20px;
}

.overview-box:hover h2,
.overview-box:hover p,
.overview-box:hover a.btn {
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.latest-offest .col-pad {
    padding: 0 8px;
}

/** ADVANCE SEARCH **/
.show-more-options {
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
}

/** PAGINATION BOX **/
.pagination-box {
    margin-bottom: 25px;
}

.pagination {
    padding-left: 0;
    border-radius: 4px;
    display: inline-block;
}

.pagination li {
    display: inline-block;
}

.pagination > li > a {
    color: #353535;
    background: #fff;
    font-weight: 500;
}

.pagination > li > a:hover{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    color: #fff;
}

.pagination > li > a, .pagination > li > span {
    border-radius: 0;
    margin: 0 2px 5px;
    padding: 12px 19px;
    text-align: center;
    border: none;
}

.pagination > li > a:hover {
    color: #fff;
}

.pagination > li > .active {
    color: #fff;
}

.page-link:focus {
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
}

/** LOGIN SECTION AREA START **/
.login-section {
    position: relative;
    min-height: 100vh;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.login-section .form-section {
    max-width: 550px;
    margin: 0 auto;
    padding: 70px 50px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.login-section .form-section p{
    color: #616161;
    margin-bottom: 0;
    text-align: center;
    font-size: 16px;
}

.login-section .form-section a {
    text-decoration: none;
}

.login-section .form-section p a{
    color: #616161;
    font-weight: 500;
}

.login-section .form-section .extra-login {
    float: left;
    width: 100%;
    margin: 25px 0 25px;
    text-align: center;
    position: relative;
}

.login-section .form-section .extra-login::before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 1px;
    background: #d8dcdc;
    content: "";
}

.login-section .form-section .extra-login > span {
    width: auto;
    float: none;
    display: inline-block;
    background: #fff;
    padding: 1px 20px;
    z-index: 1;
    position: relative;
    font-size: 15px;
    color: #616161;
    text-transform: capitalize;
}

.login-section .form-section ul{
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.login-section .logo-2 img{
    margin-bottom: 20px;
    max-height: 50px;
}

.login-section .form-section .social-list li {
    display: inline-block!important;
    margin-bottom: 5px;
}

.login-section .form-section .social-list li a {
    font-size: 14px;
    font-weight: 400;
    width: 130px;
    margin: 2px 0 3px 0;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    font-family: "Noto Sans KR", Helvetica, sans-serif;
}

.login-section .form-section .social-list li a i{
    height: 40px;
    width: 40px;
    line-height: 40px;
    float: left;
    color: #fff;
    border-radius: 20px;
}

.login-section .form-section .social-list li a span{
    margin-right: 7px;
}

.login-section .form-section h3 {
    margin: 0 0 30px;
    font-size: 23px;
    font-weight: 500;
}

.login-section .form-section .form-control {
    width: 100%;
    padding: 12px 20px 12px 20px;
}

.login-section .form-section .form-control {
    outline: none;
    color: #616161;
    border-radius: 3px;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
}

.login-section .checkbox label::before {
    display: none;
}

.login-section input[type=checkbox]:checked + label:before {
    display: none;
}

.login-section .form-check-input:focus {
    box-shadow: none;
}

.login-section .form-section button:focus {
    outline: none;
    outline: 0 auto -webkit-focus-ring-color;
}

.login-section .none-2{
    display: none;
}

.login-section .logo{
    top: 40px;
    position: absolute;
    left: 65px;
}

.login-section .form-section .terms{
    margin-left: 3px;
}

.login-section .form-section .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 0px;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    background-color: #fff;
    margin-left: -22px;
}

.login-section .form-section .checkbox {
    margin-bottom: 20px;
    font-size: 14px;
}

.login-section .form-control:focus {
    color: #212529;
    background-color: #fff;
    outline: 0;
    box-shadow: none;
}

.login-section .form-section .form-check a {
    color: #37404d;
    float: right;
}

.login-section .form-section .form-check-label {
    padding-left: 5px;
    margin-bottom: 0;
    font-size: 16px;
    color: #37404d;
}

.login-section .form-section a.forgot-password {
    font-size: 16px;
    color: #616161;
    float: right;
}

/** Social media **/
.login-section .facebook-i {
    background: #4867aa;
    color: #fff;
}

.login-section .twitter-i {
    background: #33CCFF;
    color: #fff;
}

.login-section .google-i {
    background: #db4437;
    color: #fff;
}

.login-section .facebook-color{
    color: #4867aa;
}

.login-section .twitter-color {
    color: #33CCFF;
}

.login-section .google-color {
    color: #db4437;
}
/** login section end **/

/** ERROR PAGE AREA START **/
.error-page {
    top: 0;
    width: 100%;
    bottom: 0;
    opacity: 1;
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 15px;
    background: #1B1B1B;
}

.error-page .error404 {
    line-height: .8;
    margin:0;
    font-weight: 800;
    font-size: 240px;
    opacity: 2;
    color: #3F3F3F;
    text-shadow: 1px 1px 5px rgb(0 0 0 / 40%);
    font-family: "Noto Sans KR", Helvetica, sans-serif;
}

.error-page h1 {
    font-size: 30px;
    font-weight: 500;
    margin:0 0 20px;
    color: #dedede;
}

.error-page .nobottomborder{
    margin-left: 50px;
}

.error-page p {
    margin-bottom: 25px;
    color: #dedede;
}
/** BLOG AREA START **/
.blog-box {
    margin-bottom: 30px;
    border-radius: 0;
    padding: 0;
    border: none;
    position: relative;
    background: transparent;
}

a:hover {
    text-decoration: none;
    color: #4a4747;
}

.blog-box h3 {
    margin: 0 0 15px;
    font-size: 23px;
    font-weight: 600;
}

.blog-box .detail {
    padding: 30px;
    background: #fff;
}

.read-more {
    font-weight: 400;
}

.blog-box .date-box {
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
    letter-spacing: 1px;
    padding: 12px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.blog-box .date-box h5 {
    color: #fff;
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-box .detail .title a:hover {
    color: #7a7677;
}

.blog-box .detail .post-meta {
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 400;
}

.blog-box .detail .post-meta span {
    margin-right: 15px;
}

.blog-box .detail .post-meta span a i {
    margin-right: 5px;
}

.blog-box .detail p {
    margin-bottom: 20px;
}

.blog-creative .blog-box .detail {
    padding: 20px !important;
}

/** BLOG 1 AREA START **/
.blog-1 {
    margin-bottom: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    z-index: 2;
    background: #fff;
}

.blog-1:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.blog-1 .blog-photo {
    position: relative;
    transform: scale(1);
    transition: 1s;
}

.blog-1 .blog-inner:hover .blog-photo {
    transform: scale(1.1);
}

.blog-1 .blog-overflow {
    overflow: hidden;
    position: relative;
}

.blog-1 .blog-inner:hover .blog-photo:before {
    width: 100%;
}

.blog-1 .blog-photo:before {
    position: absolute;
    content: '';
    background: linear-gradient(0,#1f52c4e0,rgb(255 171 74 / 0%));
    right: 0;
    width: 0%;
    height: 100%;
    transition: 1s;
}

.blog-1 .detail {
    padding: 30px 25px;
    display: inline-block;
    width: 100%;
}

.blog-1 h3 {
    margin: 0 0 15px;
    font-size: 22px;
    font-weight: 600;
}

.blog-1 p{
    margin-bottom: 0;
}

.blog-1 .post-meta {
    margin: 0 0 15px;
    width: 100%;
}

.blog-1 .post-meta li {
    font-size: 15px;
    margin: 0;
    float: left;
    margin-right: 20px;
}

.blog-1 .post-meta li:last-child {
    margin-right: 0;
}

/** Blog 2 start **/
.blog-2{
    position: relative;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 30px;
    z-index: 2;
    -webkit-transition: .5s;
    transition: .5s;
    overflow: hidden;
    transition: 0.6s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.blog-2 img{
    width: 100%;
}

.blog-2:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.blog-2:hover .date-box {
    transform: rotateY(360deg);
}

.blog-2 .date-box {
    position: absolute;
    right: 20px;
    display: block;
    background: #fff;
    padding: 2px;
    transition: 0.9s cubic-bezier(0.24, 0.74, 0.58, 1);
    top: 20px;
    z-index: 999;
    width: 100px;
    height: 100px;
    text-align: center;
    padding-top: 30px;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
    border-radius: 5px 5px 0 0;
}


.blog-2:hover .date-box{
    color: #fff;
}

.blog-2:hover .date-box span {
    color: #fff;
}

.blog-2 .date-box span{
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
    line-height: 22px;
}

.blog-2:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
    border-radius: 10px;
    background: linear-gradient(to top,rgb(35 35 37 / 91%) 0%,rgb(35 35 37 / 45%) 35%,rgb(255 255 255 / 0%) 60%,rgb(255 255 255 / 0%) 100%);
    opacity: 1;
}

.blog-2:hover:before {
    background: linear-gradient(0,#010b75bd,rgb(255 255 255 / 0%));
}

.blog-2 p{
    color: #fff;
    margin-bottom: 0;
}

.blog-2 h3{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

.blog-2 h3 a{
    color: #fff;
}

.blog-2 .blog-info{
    position: absolute;
    bottom: 30px;
    left: 25px;
    right: 25px;
    z-index: 999;
}

/** BLOG 3 AREA START **/
.blog-3 {
    margin-bottom: 30px;
    border-radius: 0;
    border: none;
    background: #fff;
    z-index: 2;
    position: relative;
    -webkit-transition: .5s;
    transition: .9s;
    overflow: hidden;
    transition: 0.9s cubic-bezier(0.24, 0.74, 0.58, 1);
	min-height:540px;
}

.blog-3 .post-meta {
    position: absolute;
    bottom: -20px;
    border-radius: 5px;
    width: 90%;
    margin: 0 5%;
    padding: 7px 0;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 35px rgb(0 0 0 / 10%);
}

.blog-3 .post-meta span {
    margin: 0 7px;
    display: inline-block;
    font-weight: 500;
    line-height: 26px;
}

.blog-3:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.blog-3 .blog-image {
    position: relative;
}

.blog-3 .date-box {
    position: absolute;
    top: 20px;
    padding: 6px 15px 4px;
    text-align: center;
    right: 20px;
    background: #fff;
    border-radius: 3px;
    display: block;
    z-index: 999!important;
    transition: 0.9s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.blog-3:hover .date-box {
    transform: rotateY(360deg);
    color: #fff;
}

.blog-3 .detail {
    padding: 50px 25px 30px;
}

.blog-3 h4{
    margin: 0 0 15px;
    font-size: 20px;
    font-weight: 600;
}

.blog-3:hover .post-meta {
    color: #fff!important;
}

.blog-3:hover .post-meta span{
    color: #fff!important;
}

.blog-3:hover .post-meta a {
    color: #fff;
}

.blog-3:hover .post-meta {
    bottom: 10px;
    transition: 0.9s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.blog-3:hover .detail {
    padding: 35px 25px 35px;
    transition: 0.9s cubic-bezier(0.24, 0.74, 0.58, 1);
}

.blog-3 .read-more {
	position:absolute;
	bottom:20px;
	left:20px;
}

/** SIDEBAR WIDGET AREA START **/
.sidebar-widget {
    background: #fff;
    padding: 30px;
    margin-bottom: 25px;
}

.sidebar .contact-1 .contact-form form textarea {
    height: 100px !important;
}

.contact-1 label {
    font-weight: 600;
}

.single-block {
    margin-bottom: 30px;
}

.form-search {
    position: relative;
}

.form-search .form-control {
    padding: 10px 17px;
    outline: none;
    color: #6c6c6c;
    border-radius: 3px;
    min-height: 50px;
    font-weight: 400;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
}

.form-search .btn {
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px 12px 13px 13px;
}

.form-search .btn:active,
.form-search .btn:focus {
    box-shadow: none;
    outline: none;
}

.form-search .btn i {
    color: #4a4747;
}

.form-search .form-group, .form-search .form-control {
    width: 100%;
}

.form-search .form-group{
    margin-bottom: 0;
}

.range-slider {
    margin-top: 15px;
    margin-bottom: 30px;
}

.range-slider .ui-slider {
    position: relative;
    text-align: left;
}

.range-slider label {
    color: #4a4747;
    font-weight: 600;
    margin-bottom: 12px;
}

.range-slider .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #66676b;
    cursor: w-resize;
    outline: none;
    top: -5px;
    margin-left: -8px;
    box-shadow: none !important;
}

.range-slider .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background-position: 0 0;
}

.range-slider .ui-slider .ui-slider-handle {
}

.range-slider .ui-widget-content {
    background-color: #ccc;
}

.range-slider .ui-widget-header {
}

.range-slider .ui-slider.ui-state-disabled .ui-slider-handle, .range-slider .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.range-slider .ui-slider-horizontal {
    height: 4px;
    border-radius: 10px;
    width: calc(100% - 16px);
    margin-left: 8px;
}

.range-slider .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.range-slider .ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.range-slider .ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

/** CATEGORY AREA START **/
.category-posts ul {
    margin: 0;
    padding: 0;
}

.category-posts ul li {
    padding: 10px 0;
    border-bottom: dashed 1px #ededed;
}

.category-posts ul li span {
    float: right;
}

.category-posts ul li:last-child {
    border-bottom: none;
    padding: 10px 0 0;
}

.category-posts ul li a{
    color: #535353;
}

/** TAGS BOX AREA START **/
.tags-box ul li {
    display: inline-block;
}

.tags-box ul li a {
    float: left;
    margin: 0 4px 0 0;
    padding: 6px 12px;
    font-weight: 400;
    color: #61666d;
    border: solid 1px #f3f3f3;
    background: #f3f3f3;
    border-radius: 2px;
}

.tags-box ul li a:hover {
    color: #fff;
}

.blog-box .tags-box ul li a{
    margin: 0 2px 0 0;
    padding: 8px 12px;
}

/** POPULAR POSTS AREA START **/
.popular-posts-box {
    color: #4a4747;
}

.popular-posts-box img {
    width: 100px;
	border-radius:5px;
	border:1px solid #ddd;
}

.popular-posts-box h4 {
    font-size: 16px;
    margin: 0 0 5px;
    font-weight: 600;
}

.popular-posts-box .listing-post-meta {
    font-weight: 500;
}

/** BLOG SHARE START **/
.blog-share {
    float: right;
    text-align: right;
}

.blog-share ul li {
    margin: 0 0 5px 3px;
}

.blog-share ul li a {
    list-style: none;
    float: left;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.t-s {
    margin-top: 40px;
}

.t-s h2 {
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 20px;
    color: #212121;
}

/** CONTACT 1 AREA START **/
.contact-form form .form-control {
    width: 100%;
    padding: 10px 17px;
    outline: none;
    color: #6c6c6c;
    border-radius: 3px;
    min-height: 50px;
    font-weight: 400;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
}

.contact-1 .contact-details .ci-box i {
    width: 65px;
    font-size: 25px;
    height: 65px;
    line-height: 65px;
    border-radius: 100%;
    background: #fff;
    color: #000;
    text-align: center;
}

.contact-1 .contact-details .ci-box{
    margin-bottom: 25px;
    position: relative;
}

.contact-1 .detail{
    margin: 5px 0 0 20px;
}

.contact-1 .contact-details{
    background: #fff;
    padding: 50px;
    background: rgba(0, 0, 0, 0.04) url(../img/img-4.png) top left repeat;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

.contact-1 .contact-details:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #191fcb;
    content: "";
    z-index: -1;
    opacity: 0.7;
}

.contact-1 .contact-pad{
    padding: 50px;
}

.contact-1 .contact-form .form-group {
    margin-bottom: 20px;
}

.contact-1 .contact-details .ci-box h4 {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    font-style: normal;
    margin: 0 0 5px;
}

.contact-1 h3 {
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 22px;
}

.contact-1 .social-list li {
    display: inline-block;
}

.contact-1 .social-list li a {
    margin-bottom: 2px;
    color: #000;
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    border-radius: 3px;
    background: #fff;
    text-align: center;
}

.contact-1 .social-list li a:hover{
    color: #fff;
}

.contact-1 .contact-details .ci-box p {
    color: #fff;
    margin-bottom: 0;
}

.contact-1 .contact-details .ci-box p a {
    color: #fff;
}

.contact-1 .contact-details h3{
    color: #fff;
}


/** CONTACT 2 AREA START **/
.contact-2 .contact-info{
    background: #fff;
    text-align: center;
    padding: 55px 10px 20px;
    position: relative;
    margin: 35px 0 30px;
}

.contact-2 .contact-info .icon {
    position: absolute;
    left: 0;
    top: -35px;
    width: 100%;
}

.contact-2 .contact-form form .form-control {
    width: 100%;
    padding: 10px 17px;
    outline: none;
    color: #6c6c6c;
    border-radius: 3px;
    min-height: 50px;
    font-weight: 400;
    border: 1px solid #fafafa;
    background: #fafafa;
    box-shadow: none;
}

.contact-2 .contact-form{
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
}

.contact-2 .form-group{
    margin-bottom: 20px;
}

.contact-2 .contact-form form textarea {
    min-height: 195px !important;
}

.contact-2 .contact-info i{
    width: 70px;
    line-height: 70px;
    font-size: 30px;
    height: 70px;
    margin: 0 auto;
    border-radius: 100%;
    color: #fff;
    margin-bottom: 20px;
}

.contact-2 .opening-hours {
    margin-bottom: 30px;
    background: #fff;
    padding: 30px;
}

.contact-2 h3 {
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 22px;
}

.contact-2 .opening-hours .list-style-none {
    margin: 0 0 20px;
    padding: 0;
}

.contact-2 .opening-hours .list-style-none li {
    list-style: none;
    line-height: 35px;
}

.contact-2 .opening-hours strong {
    width: 100px;
    display: inline-block;
    font-weight: 400;
}

.contact-2 .contact-info .p2 {
    margin: 0 0 5px;
    font-weight: 600;
}

.contact-2 .contact-info p{
    margin-bottom: 0;
}

.contact-2 .contact-info p a{
    color: #535353;
}

.contact-2 .social-list li {
    display: inline-block;
}

.contact-2 .social-list li a {
    margin-bottom: 2px;
    color: #535353;
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    border-radius: 3px;
    border: solid 1px #fafafa;
    background: #fafafa;
    text-align: center;
}

.contact-2 .social-list li a:hover{
    color: #fff;
}

/** CONTACT 3 AREA START **/
.contact-3 .contact-info {
    text-align: center;
}

.contact-3 .contact-info strong {
    font-weight: 500;
    color: #525252;
}

.contact-3 .contact-info i {
    font-size: 24px;
    color: #212529;
}

.contact-3 .contact-info p {
    margin: 0;
}

.contact-3 .form-control {
    width: 100%;
    background: #fff;
    outline: 0;
    border-radius: 3px;
    border: 1px solid #fff;
}

.contact-3 .form-control:focus {
    color: #495057;
    background-color: #fff;
    border: 1px solid #fff;
    outline: 0;
}

.contact-3 .btn-4{
    line-height: 58px;
}

.contact-3 .form-floating>label {
    padding: 1rem 1rem;
}

.contact-3 .mb-3 {
    margin-bottom: 20px!important;
}

.contact-3 .form-floating {
    color: #535353;
}

.contact-3 .form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem;
    padding-right: 1rem;
    padding-left: 1rem;
}

.contact-3 textarea {
    min-height: 250px;
}

.contact-3 .btn-message {
    border-radius: 50px;
    padding: 10px 60px 11px;
}

.contact-3 .contact-info-2 {
    padding: 40px;
    border-radius: 5px;
    margin-left: 50px;
    background: #fff;
}

.contact-3 .contact-info-2 .ci-box i {
    font-size: 30px;
    width: 65px;
    height: 65px;
    text-align: center;
    background: #f5f5f5;
    border-radius: 100%;
    line-height: 65px;
}

.contact-3 .contact-info-2 .ci-box h5 {
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 5px;
}

.contact-3 .contact-info-2 .ci-box p {
    font-weight: 400;
    margin-bottom: 0;
}

.contact-3 .contact-info-2 .ci-box {
    position: relative;
}

.contact-3 .contact-info-2 .ci-box .detail{
    margin-left: 15px;
}

.contact-3 .button-md{
    height: 58px;
}

.contact-3 .form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

/** CONTACT 3 AREA START **/
.contact-map {
    height: 300px !important;
}

.contact-map-content .map-content {
    width: 250px;
}

.location .contact-map {
    height: 400px !important;
}

/** PROPERTIES SLIDER SECTION AREA START **/
.properties-slider-section {
    width:100%;
    display:block;
    margin:0 auto;
}

.properties-slider-section .slick-prev{
    display: none!important;
}

.properties-slider-section .slick-arrow{
    display: none!important;
}

.properties-slider-section button{
    display: none;
}

.properties-slider-section .slick-slide img {
    display: inline-block;
}

.properties-slider-section .slider-nav img{
    cursor: pointer;
}

/**  Product slider box start **/
.product-slider-box .product-img-slide {
    display: inline-block;
    width: 100%;
}

.product-slider-box .slider-for2 {
    width: 80%;
    float: left;
    padding: 0;
    background: transparent;
    border: 1px transparent;
    overflow: hidden;
    border-radius: 0;
}

.product-slider-box .slider-nav2 {
    width: 20%;
    float: left;
    padding-left: 13px;
    margin-bottom: 0;
}

.product-slider-box .slider-for2 img{
    border-radius: 3px;
}

.product-slider-box .thumb-slide {
    padding: 0;
    margin-bottom: 5px;
    background: #fff;
    overflow: hidden;
    width: 100%!important;
    border-radius: 3px;
}

.product-slider-box .slick-current {
    border-color: transparent;
}

.product-slider-box .slick-arrow {
    display: none!important;
}

.product-slider-box .slick-next {
    top: auto;
    bottom: 0;
    transform: translateX(-50%) rotate(-90deg);
}

.product-slider-box .slick-slide img {
    margin: 0 auto;
    width: 100%;
    cursor: pointer;
}


/** Slide box btn start **/
.slide-box-btn .slick-prev{
    display: none!important;
}

.slide-box-btn .slick-next{
    display: none!important;
}

.pds-2{
    margin-right: 10px;
}

.pds-2 img{
    border-radius: 5px;
}

.pds-2 .carousel-control-prev{
    display: none;
}

.pds-2 .carousel-control-next{
    display: none;
}

/** SUB BANNER AREA START **/
.sub-banner {
	    background: rgba(0, 0, 0, 0.04) url(https://dungzi.kr.object.iwinv.kr/10002/3df7795ea51ca1061d1c9f7cad1efecc.png) top left repeat;
	    background-size: cover;
    padding: 50px 0;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 0;
    text-align: center;
}

.sub-banner:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #4285F4;
    content: "";
    z-index: -1;
    opacity: 0.4;
}

.sub-banner h1 {
    margin: 0 0 5px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
    color: #ffffff;
}

.breadcrumbs li {
    display: inline-block;
    font-weight: 400;
    color: #ffffff;
}

.breadcrumbs li a {
    position: relative;
    padding-right: 23px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
}

.breadcrumbs li a :before {
    right: 13px;
}

.breadcrumbs li a:before{
    background-color: #fff;
    content: "";
    height: 13px;
    width: 2px;
    margin: 0 2px;
    position: absolute;
    right: 7px;
    top: 8px;
}

.breadcrumbs li a:after{
    background-color: #fff;
    content: "";
    height: 13px;
    width: 2px;
    margin: 0 2px;
    position: absolute;
    right: 3px;
    top: 8px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 12px;
    height: 12px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    opacity: 1;
    transition: opacity .6s ease;
}

.services-2 .read-more {
    font-weight: 600;
}

.bg-theme {
	background-color:#4285F4;
	color:#fff;
}

/** MRG BTM  BIG AREA START **/
.mb-100 {
    margin-bottom: 100px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-50 {
    margin-bottom: 50px!important;
}

.mb-30 {
    margin-bottom: 30px!important;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-15 {
    margin-bottom: 15px;
}

.pb-0{
    padding-bottom: 0;
}

.contact-details .mb-0 {
    margin-bottom: 0 !important;
}

.headline {
    font-size: 22px;
    line-height: 32px;
    margin: 0 0 30px 0;
}

blockquote {
    padding: 20px 20px;
    margin: 0 0 20px;
    line-height: 25px;
    color: #4a4747;
    background: #f9f6f6;
}

.icon-lists .heading {
    margin: 0 0 10px 0;
    font-size: 24px;
}

.list-3 li:first-child, .list-2 li:first-child, .list-1 li:first-child {
    margin-top: 0;
}

.list-3 li, .list-2 li, .list-1 li {
    list-style: none;
    margin: 14px 0;
    line-height: 27px;
    margin-left: 27px;
    position: relative;
    color: #4a4747;
}

.list-3, .list-2, .list-1 {
    padding: 5px 0 0 0;
}

.list-2 li:before {
    content: "\f00c";
    font-size: 14px;
}

.list-1 li:before {
    content: "\f0c8";
    font-size: 8px;
}

.list-3 li:before, .list-2 li:before, .list-1 li:before {
    font-family: "FontAwesome";
    margin: 0;
    position: relative;
    color: #66676b;
    float: left;
    margin-left: -27px;
    display: block;
}

.list-3 li:before {
    content: "\f058";
    font-size: 15px;
    top: 1px;
}

.demo h1, .demo h2, .demo h3, .demo h4, .demo h5, .demo h6 {
    line-height: 40px;
}

/** Tabbing box start **/
.tabbing-box .tab-pane {
    padding-top: 30px;
}

.tabbing-box .nav-tabs {
    background: #fff;
    border-bottom: solid 1px #fff;
    margin-bottom: 0;
}

.tabbing-box .nav-tabs li {
    background: #fff;
    font-weight: 500;
}

.tabbing-box .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{
    padding: 10px 20px 10px;
	color:#333;
}

.tabbing-box .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    border-radius: 0;
}

.tabbing-box .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover {
    border-radius: 0;
    color: #fff;
}

.tabbing-box .nav-tabs .nav-link {
    border: none;
    color: #4a4747;
}

.tabbing-box .accordion-item {
    background-color: transparent;
    border: none;
}

/** PANEL BOX **/
.yes {
    color: #3c763d !important;
    margin-left: 5px;
    font-weight: 600 !important;
    font-size: 12px;
}

.no {
    color: #a94442 !important;
    margin-left: 7px;
    font-weight: 600 !important;
    font-size: 12px;
}

.nav > li {
    position: relative;
    display: block;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
}

.nav-tabs {
    border-bottom: 1px solid transparent;
    margin-bottom: 30px;
}

.nav-tabs > li > a {
    line-height: 1.42857143;
    border: none;
}

.nav-tabs > li > a:hover {
    background: transparent;
    border-radius: 0;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    border: none;
    border-radius: 0;
    border-bottom-color: transparent;
}


/** PROPERTIES DETAILS PAGE AREA START **/
.properties-condition {
    color: #4a4747;
}

.properties-condition i {
    margin-right: 5px;
    text-align: center;
    font-weight: 400;
}

.sidebar .inside-properties iframe {
    width: 100%;
    border: 0;
    height: 250px !important;
}

.inside-properties iframe {
    width: 100%;
    border: 0;
    height: 400px !important;
}

.sidebar .location .contact-map {
    width: 100%;
    height: 250px !important;
}

.heading-properties h3 {
    font-weight: 700;
    margin-top: 0;
    color: #353434;
}

.heading-properties p {
    margin-bottom: 0;
}

.heading-properties h5 {
    text-align: right;
    font-weight: 600;
    margin: 0;
    font-size: 16px;
}

.slider-section .simple-slider {
    margin-bottom: 30px;
}

.social-media-box {
    text-align: left;
    float: left;
    width: 100%;
}

.social-media-box .social-list li a {
    text-align: center;
    display: inline-block;
    border-radius: 0;
}

/** ICONS LIBRARY **/
.glyph {
    background: #fff;
    text-align: center;
    padding: 25px 11px;
    margin-bottom: 25px;
    font-size: 16px;
    color: #535353;
    width: 100%;
}

.glyph:hover{
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.glyph .glyph-icon {
    font-size: 35px;
    color: #555;
}

.advanced-search .dropdown-toggle::after{
    right: 12px;
}

.advanced-search .bootstrap-select .dropdown-menu {
    margin: -2px 0!important;
}

.advanced-search .dropdown:hover > .dropdown-menu {
    margin: 0!important;
    border-top: none!important;
}

/** MEDIA QUERY **/
@media (max-width: 1200px) {
    .cap2 {
        margin-left: 30px;
    }

    .n-1200{
        display: none;
    }

    .property-2 .content {
        padding: 20px 15px;
    }

    .property-2 .facilities-list {
        padding: 0 12px;
    }
}

@media (max-width: 995px) {
    .pds-2 {
        margin-right: 0;
    }
    
    .property-2 .content {
        padding: 20px 20px;
    }

    .setting-button {
        font-size: 15px;
        width: 42px;
        height: 42px;
        line-height: 42px;
        left: -42px;
    }

    .logo img {
        height: 35px;
    }

    .compare-table tr td {
        font-size: 14px;
        padding: 15px 10px;
    }

    .banner .button-md {
        padding: 12px 20px 8px 20px;
        font-size: 12px;
    }

    .animated {
        /*CSS3 animation properties*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;

        /*CSS3 transition properties*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;

        /*CSS3 transform properties*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
    }

    .modal-raw {
        display: block;
    }
}

@media all and (min-width: 992px) {
    .banner img {
        /*animation: bgburnsEast 25s linear infinite alternate;
        -webkit-animation: bgburnsEast 25s linear infinite alternate;*/
    }

    header .dropdown:hover > .dropdown-menu {
        display: block;
        max-width: 100%;
        margin: auto;
        opacity: 1;
        visibility: visible;
    }

    .dropdown .dropdown-item:hover > .dropdown-menu {
        display: block;
    }

    .hide-carat .nav-link::after {
        display: none !important;
    }
}

@media (max-width: 992px) {

    .d-none-992{
        display: none;
    }

    .banner .w-32{
        width: 50%;
        float: left;
    }

    .banner .w-17{
        width: 50%;
        float: left;
    }

    .banner .w-17-2{
        width: 100%;
        float: left;
    }

    .banner .banner-slider-inner h2 {
        font-size: 35px;
    }

    .banner .carousel-control-next, .carousel-control-prev {
        width: 30px;
        height: 50px;
        border-radius: 5px 0 0 5px;
        top: 45%;
        margin: 0;
    }

    .banner .carousel-control-next-icon, .carousel-control-prev-icon {
        display: inline-block;
        width: 1.2rem;
        height: 1.2rem;
    }

    .banner .w-100 {
        width: auto!important;
    }

    .product-slider-box .slider-for2 {
        width: 80.5%;
    }

    .product-slider-box .slider-nav2 {
        width: 19.5%;
    }

    .advanced-search.as2{
        display: none;
    }

    .comon-slick .slick .item {
        padding: 0 15px;
    }

    .comon-slick .slick .item .popular-places-box-2 {
        transform: scale3d(1, 1, 1)!important;
    }

    .intro-section h3 {
        line-height: normal;
    }

    .error-page .nobottomborder {
        margin-left: 0;
    }

    .sub-banner{
        width: auto!important;
    }

    .contact-3 .contact-info-2 {
        padding: 40px;
        margin:0 0 50px 0;
    }

    .t-s h2{
        margin-bottom: 10px;
    }

    .banner .item img {
        width: auto!important;
    }

    .banner .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
        display: block;
        max-width: initial;
        height: auto;
    }

    .logo {
        margin-right: 25px;
        padding: 27.5px 0;
    }

    .error-page{
        text-align: center;
    }

    .error-page .error404 {
        font-size: 200px;
        margin-bottom: 30px;
    }

    .error-page p {
        margin-bottom: 20px;
    }

    .error-page h1 {
        font-size: 30px;
        margin: 0 0 20px;
    }

    .banner .btn-1 {
        line-height: 41px;
        font-size: 15px;
        padding: 0 42px 0 20px;
    }

    .banner .btn-2 {
        line-height: 41px;
        padding: 0 42px 0 20px;
    }

    .as2 .a-two .detail {
        padding: 30px 30px 25px;
    }

    .search-area .form-group{
        margin-bottom: 10px;
    }

    .search-area {
        padding: 30px 0 20px;
    }

    .property-2 .facilities-list li {
        width: 33%;
        margin-right: 0;
        padding: 0;
    }

    .copy-right {
        text-align: center;
    }

    .copy-right p{
        line-height: normal;
        margin-bottom: 15px;
    }

    .copy-right ul {
        float: none;
    }
}

@media (max-width: 768px) {

	.contact-1 .contact-pad{
        padding: 30px;
    }

    .contact-1 .contact-details {
        padding: 30px;
    }

    .banner .banner-slider-inner h2 {
        font-size: 30px;
    }

    .banner .text-start{
        text-align: center!important;
    }

    .banner .text-end{
        text-align: center!important;
    }

    .sidebar-widget{
        padding: 30px 20px;
    }

    .tabbing-box.tb2 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
        padding: 7.5px 14px 7.5px;
        font-size: 15px;
    }

    .comon-slick .slick-prev {
        left: 20px;
    }

    .comon-slick .slick-next {
        right: 20px;
    }

    .popular-places.pp2 .col-pad {
        padding: 0 15px;
    }

    .copy-right {
        margin-top: 20px;
    }

    .login-section .form-section {
        padding: 50px 30px;
    }

    .login-section .form-section .social-list li a i {
        display: none;
    }

    .login-section .form-section .social-list li a {
        width: 100px;
    }

    .option-bar{
        display: none;
    }

    .contact-3 .contact-info-2 {
        padding: 30px;
        margin:0 0 30px 0;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    .modal-dialog{
        margin: 100px auto 30px;
    }

    .footer-item.fi2{
        margin-right: 0;
    }

    .navbar-nav {
        margin: 0px 0px!important;
        background: #fff5f5;
    }

    .navbar-collapse{
        padding: 0;
    }

    .error-page .error404 {
        font-size: 120px;
    }

    .error-page h1 {
        font-size: 26px;
    }

    .intro-section .intro-section-inner {
        padding: 30px 0;
    }

    .intro-section {
        text-align: center;
    }

    .intro-section h3 {
        margin-bottom: 15px;
        line-height: normal;
        font-size: 24px;
    }

    .intro-section .btn-2 {
        float: none;
    }

    .testimonials-1{
        padding: 70px 0;
    }

    .view-search {
        margin: 0 auto 30px;
    }

    .n-786{
        display: none;
    }

    .property-hp .property-content .info{
        padding: 25px 20px 20px;
    }

    .property-hp .property-content .property-footer {
        padding: 15px 20px;
    }

    .property-hp .property-content .title {
        font-size: 22px;
    }

    .pr-0{
        padding-right: 15px;
    }

    .testimonials-2 {
        padding: 70px 0;
    }

    .button-section.mb-50{
        margin-bottom: 40px;
    }

    .property .hp-1 {
        height: auto;
    }

    .option-panel {
        top: 10%;
    }

    .brand-box {
        padding: 20px 10px;
    }

    footer {
        padding: 70px 0 0;
    }

    .brand-box img {
        height: 40px;
    }

    .brand-box h5 {
        font-weight: 600;
        margin: 20px 0 10px;
    }

    .property .button, input[type="submit"] {
        padding: 5px 12px;
    }

    .logo img {
        height: 30px;
    }

    .properties-panel-box .nav > li > a {
        font-size: 12px;
        padding: 8px 15px;
    }

    .error404-content h2 {
        font-size: 22px;
    }

    .breadcrumbs li {
        font-size: 16px;
    }

    .list-inline-listing li {
        padding: 5px 15px 3px;
        margin: 0 0 3px;
    }

    .main-title h1 {
        font-size: 24px;
    }

    .property-hp img {
        height: auto;
    }

    .main-title-2 {
        margin-bottom: 20px;
    }

    .categories-2 {
        padding: 50px 0 30px;
    }

    .main-title {
        margin-bottom: 30px;
    }

    .mb-40 {
        margin-bottom: 20px;
    }

    .our-service-inner {
        padding: 50px 0;
    }

    .properties-panel-box .nav-tabs > li > a {
        margin: 2px 4px 2px 0;
    }

    .bc-2{
        max-width: 90%;
        margin: 0 auto!important;
    }

    .logo-2 {
        margin-bottom: 10px;
        text-align: center;
    }

    .login-section .logo-2{
        margin-bottom: 0;
    }

    .location .contact-map {
        height: 250px !important;
    }

    .logo {
        padding: 25px 0;
    }

    .navbar-default .navbar-toggle {
        margin-top: 33px;
        margin-right: 0;
        padding: 0;
        margin-bottom: 8px;
        border-radius: 0;
        border: none;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: #fff !important;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #fff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #555;
        background: #fff5f5;
        border-bottom: none;
    }

    .hidden-mb-0 {
        margin-bottom: 0;
    }

    .section-4 {
        padding-top: 95px;
    }

    .sub-banner h1 {
        font-size: 28px;
    }

    .sub-banner {
        padding: 85px 0;
    }

    .contact-details .media .media-left {
        padding-right: 20px;
    }

    .contact-details .media .media-left i {
        width: 42px;
        font-size: 21px;
        height: 42px;
        line-height: 42px;
    }

    .blog-box .detail p {
        text-align: justify;
    }

    .search-box .form-group {
        margin-bottom: 0;
    }

    .blog-box .detail {
        padding: 25px 20px;
    }

    .blog-box .detail .tags-box {
        margin-bottom: 20px;
    }

    .blog-box .detail .blog-share {
        float: left;
        text-align: left;
    }

    .blog-box h3 {
        font-size: 20px;
    }

    blockquote {
        margin: 20px 0 20px;
    }

    .go-home {
        float: none;
    }

    .option-bar h4 {
        display: block;
        border-radius: 3px;
    }

    .option-bar .cod-pad {
        padding: 0 15px 0 0;
    }

    .form-content-box .details {
        padding: 20px 20px;
    }

    .recent-properties {
        padding: 50px 0 20px;
    }

    .search-area .form-group {
        margin-bottom: 10px;
    }

    .about-box {
        max-width: 100%;
    }

    .property .height img {
        height: auto;
    }

    .properties-details-page p {
        text-align: justify
    }

    .properties-amenities ul li {
        list-style: none;
    }

    .properties-condition ul li {
        margin-bottom: 10px;
    }

    .heading-properties h3 {
        font-size: 18px;
    }

    .typography-page p {
        font-size: 13px;
        line-height: 25px;
        text-align: justify;
    }

    .sub-banner h1 {
        font-size: 24px;
    }

    .breadcrumbs .active:before {
        font-size: 18px;
    }

    .breadcrumb-area p {
        font-size: 14px;
    }

    .breadcrumb-area .button-md {
        padding: 10px 20px;
    }

    .t-slider-r {
        width: 30px;
        height: 30px;
        line-height: 25px;
    }

    .animated {
        /*CSS3 animation properties*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;

        /*CSS3 transition properties*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;

        /*CSS3 transform properties*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
    }

    .testimonials-2 h2 {
        font-size: 24px;
    }

}

@media (max-width: 575px) {
    .property .hp-2 {
        height: auto!important;
    }
}


/** List view inside Map **/
.map-properties-list {
    margin: 0px 15px 30px 15px;
}

.img-inside-map {
    height: 225px;
}


.banner .banner-slider-inner h1 {
    color: #fff;
    margin: 0 0 20px;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
}

.banner .banner-slider-inner p {
    margin-bottom: 25px;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
}

#banner .banner-slider-inner p{
    margin-bottom: 40px;
}

#banner .banner-slider-inner h1{
    margin-bottom: 10px;
}

.banner .tab-btn .nav-item .nav-link {
    position: relative;
    display: block;
    padding: 6px 24px 5px;
    background: #fff;
    border-radius: 3px;
    margin: 0 2px;
    font-weight: 400;
    border: none;
    color: #37404d;
}

.banner .tab-btn .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    border: none;
    padding: 7px 25px 6px!important;
    background: #fff;
    border-radius: 5px;
    font-weight: 400;
}

.banner .tab-btn .nav-item .nav-link.active{
    color: #fff;
}

.banner {
    position: relative;
}

.banner{
    align-self: center !important;
}

.banner .item-100vh {
    height: 100vh;
}

.banner .item img {
    height: 100%;
    width: 100%;
}


.carousel-control {
    width: 0;
    opacity: 1;
}

.carousel-control.left {
    background: none;
}

.carousel-control.right {
    background: none;
}

.banner-max-height {
    max-height: 720px !important;
}

.banner-max-height img {
    max-height: 720px;
}

.banner .banner-slider-inneri {
    top: 150px;
    display: inline-block;
    text-shadow: none;
    right: 8%;
    left: 8%;
}

.banner .carousel-content {
    align-self: center !important;
    margin: 0px auto;
    color: #fff;
}

.banner .banner-slider-inner {
    top: 0%;
    display: inline-block;
    text-shadow: none;
    right: 0%;
    left: 0%;
    padding: 0;
    bottom: 0%;
    background-color: rgba(0, 0, 0, 0.31);
    display: flex !important;
}

.banner-content-left{
    align-self: center !important;
}

.banner .banner-slider-inner h2 {
    margin: 0 0 20px;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}

.banner .btn-1{
    margin: 2px 0;
}

.banner .btn-2{
    margin: 2px 0;
}

.banner .carousel-control-next, .carousel-control-prev {
    background: #423b3b57;
    width: 35px;
    height: 60px;
    border-radius: 2px;
    top: 45%;
    margin: 5px;
}

.banner .carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

.banner .carousel-control-next, .carousel-control-prev {
    opacity: 1;
}


.banner .w-32{
    width: 32%;
    float: left;
}

.banner .w-17{
    width: 17%;
    float: left;
}

@media (max-width: 992px) {
    #banner .banner-slider-inner p {
        margin-bottom: 20px;
    }

    .banner .banner-slider-inner p {
        font-size: 16px;
    }

    .banner .banner-slider-inner h1 {
        font-size: 39px;
    }

    .banner-tab-btn .search-area-inner {
        background: transparent!important;
        border-radius: 0;
    }

    .banner-tab-btn .tab-btn .search-fields {
        min-height: 50px;
        font-size: 16px;
        border-radius: 3px;
        line-height: 50px;
    }

    .banner-tab-btn form .input-text {
        padding: 5px 20px;
        line-height: 40px!important;
    }

    .banner-tab-btn .search-area .form-group {
        margin-bottom: 10px;
    }

    .banner-tab-btn .search-area .b-right {
        padding:0 7.5px;
        border: none;
    }

    .banner-tab-btn .search-button {
        padding: 13px 20px;
        border-radius: 3px;
    }

    .banner-tab-btn .search-fields .btn {
        display: inline-block;
        padding: 5px 20px;
        line-height: 40px;
        margin-right: 0;
    }

    .banner-tab-btn .search-fields {
        min-height: 40px;
        line-height: 40px;
    }

    .banner-tab-btn .search-area-inner {
        border-right: none!important;
        -webkit-box-shadow: none;
    }
}


@media (max-width: 768px) {

    .banner .w-32{
        width: 100%;
    }

    .banner .w-17{
        width: 100%;
    }

    .banner .banner-slider-inner h1 {
        font-size: 30px;
    }

    .banner .banner-slider-inner p {
        font-size: 15px;
    }
}

.banner-search-box .bootstrap-select .dropdown-menu {
    margin: -2px 0!important;
}

.banner-search-box {
    max-width: 350px;
    padding: 30px;
    margin-left: auto;
}

.banner-search-box .search-area {
    padding: 0;
    background: transparent;
}

.banner-search-box .search-fields button {
    border-radius: 3px;
    box-shadow: none;
    border: none;
}

.banner-search-box .search-fields {
    border: none;
}

.banner-search-box .search-fields {
    padding: 0;
    box-shadow: none;
    border-radius: 3px;
}

.banner-search-box .btn {
    display: inline-block;
    min-height: 50px;
    border-radius: 3px;
}

.banner-search-box .search-area .form-group {
    margin-bottom: 15px;
}

.banner-search-box .range-slider {
    margin: 15px 0 0;
}



.select2 {width:100% !important;}

.cluster {
    text-align: center;
    width: 100%;
    padding: 6px 13px 6px 13px;
    vertical-align: middle;
    background-color: #fff;
    border: 2px solid rgb(189,189,189);
    border-radius: 30px;
    z-index: 2;
    cursor: pointer;
    font-size:13px;
}

.cluster:hover {
    color:#888;
}

.title-area select {
	border:1px solid #ccc;
	padding:0px 30px 0px 10px;
	display:inline;
	width:auto;
	font-size:14px;
}

.summarySeparator {
    font-weight: 400;
    font-size: inherit;
    line-height: .875rem;
    padding: 0 7px;
}

.mCSB_container {
	min-height:500px;
}

.ruler li {
	text-align:center;
	left:8px;
	width:33.3%;
	float:left;
	padding-top:10px;
	color:#ccc;
	font-size:12px;
	position:relative;
}

.ruler li:first-child{
	text-align:left;
	padding-left:3px;
}

.ruler li:last-child{
	text-align:right;
}

.ruler > li:nth-child(2)::before {
    left: 50%;
    transform: translate(-50%, 0px);
}

.ruler > li:last-child::before {
    right: 18px;
}

.ruler > li::before {
    content: "";
    display: block;
    width: 1px;
    height: 4px;
    background-color: rgb(170, 170, 170);
    position: absolute;
    top: 0px;
    margin: 0px auto 5px;
}


/** PROPERTY AREA START **/
.property {
    background: #fff;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 2;
}

.property-1 {
	min-height:430px;
}

.property:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.property .hp-1 {
    height: 250px;
}

.property:hover {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.10), 0 3px 3px 0 rgba(0, 0, 0, 0.10);
}

.property-img {
    position: relative;
    display: block;
    overflow: hidden;
	background-size:cover;
	background-position:center center;
}

.property-1 .property-img {
    height:220px;
}

.property-img:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: linear-gradient(to top,rgb(35 35 37 / 66%) 0%,rgb(35 35 37 / 13%) 35%,rgb(255 255 255 / 0%) 60%,rgb(255 255 255 / 0%) 100%);
    border-radius: 4px 4px 0 0;
    opacity: 1;
}

.property-tag {
    position: absolute;
}

.property-tag.sale {
    right: 15px;
    top: 15px;
}

.property-price {
    color: #fff;
    position: absolute;
    font-weight: 600;
    font-size: 20px;
    bottom: 15px;
    right: 15px;
    z-index: 20;
}

.property .button, input[type="submit"] {
    font-size: 12px;
    font-weight: 600;
    padding: 6px 14px 4px;
    border-radius: 2px;
    color: #fff;
    border: none;
    background-color: rgb(0 0 0 / 25%);
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    z-index: 20;
}

.property-content {
    padding: 20px;
}

.property-content .title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 5px;
}

.property-content .title a:hover {
    color: #4a4747;
}

.property-content p {
    margin: 10px 0 20px;
}

.ratings {
    color: orange;
    font-size: 12px;
}

.property-content .property-address {
    margin: 0 0 15px;
}

.property-content .property-address a {
    font-size: 15px;
    color: #535353;
}

.property-content .property-address a i {
    margin-right: 3px;
}

.property-content ul.facilities-list {
	padding:0px;
}
.property-content .facilities-list li {
    width: 50%;
    float: left;
    font-size: 15px;
    line-height: 29px;
}

.property-content .facilities-list li i {
	color:#4285F4}

.property-content .fl-2 li {
    width: 50%;
}

.property .property-footer {
    border-top: solid 1px #f1f1f1;
    padding: 10px 20px;
    color: #535353;
    font-size: 14px;
	position:absolute;
	bottom:0px;
	width:100%;
}

.property .property-footer a {
    color: #535353;
}

.property .property-footer i {
    margin-right: 5px;
}

.property-footer a {
    color: #4a4747;
}

.property .col-pad {
    padding: 0;
}

.property .hp-2 {
    height: 249px;
}

.property .property-content {
	position:relative;
    padding: 0px!important;
}

.property .property-content .info{
    padding: 25px 25px 25px;
	min-height:210px;
}


/** PROPERTY 2 SECTION START **/
.property-2 {
    z-index: 2;
    background: #fff;
    text-align: left;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
	min-height:340px;
	position:relative;
}

.property-2:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.property-2 .property-overflow {
    overflow: hidden;
    position: relative;
    z-index: 999;
}


.property-2 .property-photo {
	height:200px;
	background-size:cover;
	background-position:center center;
}

.property-2 .property-inner:hover .property-photo:before {
    width: 100%;
}

.property-2 .property-photo:before {
    position: absolute;
    content: '';
    background: linear-gradient(0,#1f43c4c2,rgb(255 171 74 / 17%));
    right: 0;
    width: 0%;
    height: 100%;
    transition: 1s;
    z-index: 111;
}

.property-2 .content {
    padding: 20px 20px;
}

.property-2 .content .title {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 5px;
}

.property-2 .property-address a {
    color: #535353;
}

.property-2 .property-address{
    margin: 0;
}

.property-2 .property-footer {
	position:absolute;
	width:100%;
	bottom:0px;
}

.property-2 .facilities-list {
    text-align: center;
    border-top: solid 1px #efe9e9;
}

.property-2 .facilities-list li {
    float: left;
    font-size: 14px;
    line-height: 40px;
    border-right: solid 1px #efe9e9;
    text-align: center;
    width: 33.33%;
}

.property-2 .facilities-list li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

.property-2 .price-ratings {
    position: absolute;
    font-size: 20px;
    bottom: 10px;
    right: 10px;
    text-align: right;
    z-index: 200;
}

.property .featured, .property-2 .featured, .product-slider-box .featured {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 999!important;
    font-size: 10px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 2px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
}

.property-2 .price-ratings .price {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
}

.property-hp img{
    height: 279px;
}

.property-hp .property-content .info {
    padding: 40px 30px 35px;
}

.property-hp .property-content .title {
    font-size: 25px;
}

.property-hp .property-footer {
    padding: 20px 30px;
}

.listing-badges {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    display: block;
    font-size: 15px;
    padding: 0;
    overflow: hidden;
    height: 100px;
}

.listing-badges .featured {
    transform: rotate(315deg);
    left: -66px;
    top: 20px;
    text-align: center;
    width: 200px;
    z-index: 20;
    font-size: 12px;
    padding: 4px;
    box-shadow: 1px 2px 3px 0 rgb(2 0 0 / 20%);
}


/** PROPERTY 3 SECTION START **/
.property-3 {
    position: relative;
    overflow: hidden;
    background: #fff;
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    width: 100%!important;
	height:240px;
}

.property-3:hover{
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.property-3:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: linear-gradient(0,#2b2c27e6,rgb(255 255 255 / 0%));
    border-radius: 4px 4px 0 0;
    opacity: 1;
}

.property-3:hover:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
    background: linear-gradient(0,#122868e6,rgb(255 255 255 / 0%));
    border-radius: 4px 4px 0 0;
    opacity: 1;
}

.property-3 h3 {
    -webkit-transition: .4s;
    transition: .4s;
    font-weight: 600;
    font-size: 22px;
    margin: 0 0 12px;
}

.property-3 p {
    -webkit-transition: .4s;
    transition: .4s;
    font-weight: 600;
    font-size: 13px;
    margin: 0 0 6px;
	color:#fff;
}

.property-3 .ling-section {
    position: absolute;
    bottom: 30px;
    padding-right: 25px;
    padding-left: 25px;
    width: 100%;
}

.property-3 h3 a{
    color: #fff;
}

.property-3 h3 a:hover{
    color: #fff;
    opacity: 0.9;
}

.property-3 .read-more-btn {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 82px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.6;
    transition: 0.6;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    color: #fff;
    padding: 9.5px 22px;
    border-radius: 3px;
    background: #fff;
}

.property-3 .read-more-btn::before {
    content: '';
    position: absolute;
    width: 0;
    -webkit-transition: .5s;
}

.property-3 .facilities-list {
    display: inline-block;
    -webkit-transition: .4s;
    transition: .4s;
}

.property-3 .facilities-list li {
    margin-right: 10px;
    float: left;
    font-size: 12px;
    line-height: normal;
    color: #fff;
    padding-right: 5px;
    border-right: solid 1px #c7c7c752;
}

.property-3 .facilities-list li .badge {
   color:#fff !important;
   border:1px solid #fff !important;
}

.property-3 .facilities-list li:last-child{
    padding-right: 0;
    margin-right: 0;
    border-right: none;
}

.property-3:hover .read-more-btn {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    text-align: left;
}

.property-3:hover h3 {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

.property-3:hover p {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

.property-3:hover .facilities-list {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

.property-3 .featured-tag2{
    font-size: 12px;
    font-weight: 600;
    padding: 6px 14px 4px;
    border-radius: 2px;
    color: #fff;
    border: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    z-index: 20;
    left: 20px;
    margin-top: 20px;
    top: 0;
    position: absolute;
}

@media all and (max-width: 724px) {

}

.property-4 .property-img {
	height:220px;
}

label.error {
	display:block;
	text-align:left;
	color:#eb4d4b;
	font-size:13px;
}

.tx-13 {
	font-size:13px;
}

.table-responsive td, .table-responsive th {
 white-space:nowrap;
}

/****************************
 * COMMON
 ****************************/

.mfp-title p {
	color:#fff;
}

.delay-02s {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s
}

.delay-03s {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s
}

.delay-04s {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s
}

.delay-05s {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s
}

.delay-06s {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s
}

.delay-07s {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s
}

.delay-08s {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s
}

.delay-09s {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s
}

.delay-1s {
    animation-delay: 1s;
    -webkit-animation-delay: 1s
}

.delay-12s {
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s
}

.delay-15s {
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s
}

.delay-17s {
    animation-delay: 1.7s;
    -webkit-animation-delay: 1.7s
}

.delay-20s {
    animation-delay: 2.0s;
    -webkit-animation-delay: 2.0s
}

/********************************
 * 회사소개 부분 작업
 ********************************/

#cmap_wrapper {
	height:600px;
}

#cmap_wrapper .cmap_panel {
	position: absolute;
    top: 50%;
    margin-top: -205px;
    left: 50%;
    min-width: 20%;
    width: 350px;
    margin-left: -515px;
    padding: 45px;
    background: #fff;
    border: none;
    border-radius: 2px;
    box-shadow: 0 44px 98px 0 rgb(0 0 0 / 10%);
    overflow: hidden;
    z-index: 10;
}

#cmap_wrapper .cmap_panel div {
	padding-left:35px;
	position:relative;
}

#cmap_wrapper .cmap_panel i {
	position:absolute;
	top:0;
	left:0;
	color: #777;
    margin-right: 10px;
    font-size: 12px;
    background: #f2f2f2;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 5px;
}

#cmap {
	height: 600px;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 1024px) {
	#cmap_wrapper .cmap_panel {
		left: 5%;
		width: 310px;
		margin-left: -30px;
		padding: 30px;
		margin-top: -170px;
	}
}