body {
    font-family: "Assistant", sans-serif;
    height: 100%;
    line-height: 18px;
    margin: 0;
    font-display: swap;
}

html {
    /*scroll-behavior: smooth;*/;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "DM Serif Text", serif;
    font-weight: 400 !important;
    font-style: normal;
    font-display: swap;
}

p {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 10px;
}

.eqlh {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.top-bar {
    background-color: transparent;
    font-size: 18px;
    position: fixed;
    width: 100%;
    z-index: 9;
    justify-content: space-between;
    display: flex;
    align-items: center;
    background-color: #fff;
}

.top-bar .left img {
    width: 150px;
}

#nav .active {
    /*background-color: #515151;
    text-decoration: none;
    color: white;*/
    background-color: transparent;
    text-decoration: none;
    color: #ff7711;
}

.slick-track {
    display: flex !important;
}

.slick-track .slick-slide {
    display: flex !important;
    height: inherit !important;
}

.left {
    float: left;
}

.left i {
    padding: 0 10px;
}

.right {
    float: right;
}

.right.desktop-view {
    margin-right: 20px;
}

.top-bar .left a {
    display: inline-block;
    padding: 0px 20px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s linear;
}

.top-bar .right a {
    display: inline-block;
    padding: 30px 15px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s linear;
}

.top-bar a:focus {
    text-decoration: none;
    color: black;
}

.top-bar a:hover {
    /*background-color: #515151;
    color: #fff !important;
    text-decoration: none;*/
    background-color: transparent;
    text-decoration: none;
    color: #ff7711 !important;
}

.top-bar .left a:hover {
    background-color: unset;
    text-decoration: none;
}

.top-bar a:active {
    color: black;
}

header.sticky.top-bar a.enquire-now-btn {
    background: #f48303;
    padding: 10px 20px;
}

header.sticky.top-bar a.enquire-now-btn:hover {
    background-color: #a91822;
    transition: all .4s ease;
}

a.enquire-now-btn {
    background: #f48303;
    color: #fff !important;
    text-transform: uppercase;
    border-radius: 10px;
    transition: all .4s ease;
    padding: 10px 20px;
}

a.enquire-now-btn:hover {
    background-color: #a91822;
    transition: all .4s ease;
}

header .left a img.black-patch-view {
    display: block;
}

header .left a img.white-patch-view {
    display: none;
}

header.sticky .left a img.white-patch-view {
    display: block;
}

header.sticky .left a img.black-patch-view {
    display: none;
}

header.sticky {
    background-color: #fff;
    box-shadow: 2px 0px 8px rgb(0 0 0 / 50%);
    position: fixed;
    top: 0;
    transition: 0.3s ease all;
    box-shadow: 2px 0px 8px rgb(0 0 0 / 50%);
    width: 100%;
}

header.sticky.top-bar a {
    color: #000;
    transition: all 0.3s linear;
}

header.sticky .logo a img.logo-normal {
    display: none;
}

header.sticky .logo a {
    color: #39364e;
}

header.sticky .logo a img.logo-over {
    display: block !important;
}

header.sticky .menu>.menu-item>a {
    color: #1e1e22;
}

header.sticky .menu>.menu-item>a .plus {
    border: solid #1e1e22;
    border-width: 0 2px 2px 0;
}

#sideNav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: black;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
    opacity: 0.95;
}

#sideNav a {
    padding: 18px 8px;
    text-decoration: none;
    font-size: 25px;
    color: white;
    display: block;
    transition: 0.3s;
    text-decoration: none;
    text-align: center;
}

#sideNav .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 36px;
    padding: 5px;
    margin-bottom: 30px;
    background: #fff;
    color: #000;
    border-radius: 5px;
    margin: 8px;
}

#sideNav a:hover {
    background-color: white;
    color: black;
}

#sideNav .active {
    background-color: white;
    color: black;
}

.hero-slider .slide-inner:before {
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: .3;
    top: 0;
    left: 0;
    right: 0;
}

.hero-slider {
    width: 100%;
    height: 420px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 0;
}


/*********************/


.blackfont {
    color: black !important;
}

.whitefont {
    color: #ffffff !important;
}

.swiper-button-prev {
    left: 0 !important;
    margin-left: 0 !important;
    /*background: blue !important;*/
    ;
}

.swiper-button-next {
    right: 0 !important;
    margin-right: 0 !important;
    /*background: blue !important;*/
    ;
}

@media (max-width: 991px) {
    .hero-slider {
        height: 420px;
    }

    .top-bar .left img {
        width: 120px;
        padding: 14px 0;
    }

    .mob-view {
        padding: 0 10px;
    }

}

@media (max-width: 767px) {
    .hero-slider {
        height: 420px;
    }
}

.hero-slider .swiper-slide {
    overflow: hidden;
    color: #fff;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-slider .slide-inner {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
    background: transparent;
    width: 50px;
    height: 50px;
    line-height: 24px;
    // margin-top: -30px;
    text-align: center;
    border: 2px solid #d4d3d3;
    border-radius: 28px;
    opacity: 0;
    // visibility: hidden;
    transition: all .3s ease;
}

.hero-slider:hover .swiper-button-next {
    transform: translateX(-20px);
    opacity: 1;
    visibility: visible;
}

.hero-slider:hover .swiper-button-prev {
    transform: translateX(20px);
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {

    .hero-slider .swiper-button-prev,
    .hero-slider .swiper-button-next {
        display: none;
    }
}

.hero-slider .swiper-button-prev {
    left: 45px;
    transform: translateX(0px);
}

.hero-slider .swiper-button-prev:before {
    /*font-family: "Font Awesome 5 Free";*/
    content: "\2039";
    font-size: 65px;
    color: #d4d3d3;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
}

.hero-slider .swiper-button-next {
    right: 45px;
    transform: translateX(-0px);
}

.hero-slider .swiper-button-next:before {
    /*font-family: "Font Awesome 5 Free";*/
    content: "\203A";
    font-size: 65px;
    color: #d4d3d3;
    font-style: normal;
    font-weight: 300;
    line-height: 32px;
}

.hero-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    text-align: left;
    line-height: 12px;
    font-size: 12px;
    color: #000;
    opacity: 0.3;
    background: #fff;
    transition: all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
    opacity: 1;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
    bottom: 30px;
}

@media screen and (min-width: 992px) {

    .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets,
    .hero-slider .swiper-pagination-custom,
    .hero-slider .swiper-pagination-fraction {
        /*     display: none; */
        ;
    }
}

.swiper-pagination {
    text-align: left;
}

.hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 50px;
    max-width: 1200px;
    padding: 0 15px;
    display: table;
    margin: 0 auto;
    left: 50%;
    top: 90%;
    transform: translateX(-50%);
}
}

@media (min-width: 767px) {
    .hero-slider .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 30px;
    }
}

/*--------------------------------------------------------------
    #hero-style
--------------------------------------------------------------*/
.hero-style {
    height: 100vh;
    transition: all .4s ease;
}

@media (max-width: 991px) {
    .hero-style {
        height: 100vh;
    }
}

@media (max-width: 767px) {
    .hero-style {
        height: 100vh;
    }
}

@media screen and (min-width: 992px) {
    .hero-style .container {
        padding-top: 95px;
    }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
    max-width: 690px;
}

.hero-style .slide-title h2 {
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    margin: 0 0 20px;
    text-transform: capitalize;
    transition: all .4s ease;
}

@media (max-width: 1199px) {
    .hero-style .slide-title h2 {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .hero-style .slide-title h2 {
        font-size: 50px;
        margin: 0 0 35px;
    }
}

@media (max-width: 767px) {
    .hero-style .slide-title h2 {
        font-size: 35px;
        margin: 0 0 30px;
    }
}

.hero-style .slide-text p {
    opacity: 0.8;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: normal;
    color: #ffffff;
    margin: 0 0 30px;
    transition: all .4s ease;
}

@media (max-width: 767px) {
    .hero-style .slide-text p {
        font-size: 16px;
        font-size: 1rem;
        font-weight: normal;
        margin: 0 0 30px;
    }
}

.hero-style .slide-btns>a:first-child {
    margin-right: 10px;
}


/*--------------------------------------------------------------
    #button-style
--------------------------------------------------------------*/
.theme-btn,
.theme-btn-s2 {
    background-color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    color: #a91822;
    padding: 15px 30px;
    border: 0;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
    transition: all .4s ease;
}

a {
    text-decoration: none;
    transition: all 0.2s ease;
}

.theme-btn-s2 {
    background-color: #f48303;
    color: #fff;
}

.theme-btn:hover,
.theme-btn-s2:hover,
.theme-btn:focus,
.theme-btn-s2:focus,
.theme-btn:active,
.theme-btn-s2:active {
    background-color: #a91822;
    color: #fff;
}

.theme-btn-s3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
    text-transform: uppercase;
}

i.fa-chevron-circle-right {
    height: 22px;
    width: 22px;
}

a:hover {
    text-decoration: none;
}

@media (max-width: 991px) {

    .theme-btn,
    .theme-btn-s2,
    .theme-btn-s3 {
        font-size: 13px;
        padding: 15px 25px;
    }
}

@media (max-width: 767px) {

    .theme-btn,
    .theme-btn-s2 {
        padding: 13px 20px;
        font-size: 13px;
    }
}

/**************************************************/

/**************************************************/
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: .5;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.student-mentors-popup .modal-dialog {
    max-width: 602px;
}

.student-mentors-popup .modal-header {
    border-bottom: 1px solid #ddd;
}

.student-mentors-popup .modal-header .modal-title {
    font-size: 22px;
    line-height: 32px;
    color: #000b33;
    font-weight: 700;
    width: 95%;
    margin: 0;
}

.student-mentors-popup .modal-header .modal-title span {
    font-size: 16px;
    line-height: 20px;
    color: #000b33;
    font-weight: 400;
}

.student-mentors-popup .modal-header img {
    width: 14%;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.student-mentors-popup .modal-dialog {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%) !important;
}

.student-mentors-popup .modal-header .btn-close {
    width: 10px;
    height: 10px;
    background: #f48303;
    position: absolute;
    top: 18px;
    right: 22px;
    border-radius: 100%;
    border-width: 0;
    color: #fff;
    padding: 14px;
    cursor: pointer;
}

.student-mentors-popup .modal-header .btn-close svg {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    margin: auto;
}

.student-mentors-popup .modal-body {
    padding: 20px;
    max-height: 400px;
    overflow: auto;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.student-mentors-popup .modal-body strong {
    font-size: 18px;
    font-weight: 500;
    line-height: 25px;
    color: #000b33;
    display: block;
    margin-bottom: 15px;
}

.student-mentors-popup .modal-body p {
    color: #606060;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}

.student-mentors-popup .modal-body h4 {
    color: #606060;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}

.student-mentors-popup .modal-body .location-slider {
    width: 300px !important;
    margin: 0 auto;
    position: relative;
}

.popup-btn {
    display: block;
    text-align: center;
    margin: 20px 0;
}

.student-mentors-popup .modal-body .location-slider .slide-arrow.prev-arrow {
    left: 10px;
}

.student-mentors-popup .modal-body .location-slider .slide-arrow.next-arrow {
    right: 10px;
}

.student-mentors-popup .modal-body .location-slider .slide-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    text-align: center;
    background: transparent;
    z-index: 1;
    cursor: pointer;
    opacity: 0.5;
}

.student-mentors-popup .modal-body .location-slider .slide-arrow.prev-arrow:before {
    content: ' \276E';
}

.student-mentors-popup .modal-body .location-slider .slide-arrow.next-arrow:before {
    content: ' \276F';
}

.student-mentors-popup .modal-body .location-slider .slide-arrow:before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    margin: auto;
    font-size: 16px;
    color: #ffffff;
}

.student-mentors-popup .modal-body .location-slider .slick-track {
    width: 300px !important;
}

.student-mentors-popup .modal-body .location-slider-area {
    position: relative;
}

.student-mentors-popup .modal-body .location-slider-area img {
    width: 300px;
    height: auto;
    margin: 0 auto;
    object-fit: cover;
}

.student-mentors-popup .modal-body .location-slider-area p {
    display: block;
    font-size: 16px;
    position: absolute;
    bottom: 10px;
    padding-left: 14px;
    width: 300px;
    box-sizing: border-box;
    color: #fff;
    z-index: 1;
}

.student-mentors-popup .modal-body .location-slider-area:after {
    content: '';
    width: 300px;
    height: 80%;
    background: rgb(0 0 0 / 80%);
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8407738095238095) 15%, rgba(0, 0, 0, 0) 50%);
}

.student-mentors-popup .modal-body .location-slider-area p strong {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    color: #fff;
}

.student-mentors-popup .modal-body p:last-child {
    margin-bottom: 0px;
}

.student-mentors-popup .modal-body .list-type {
    padding-left: 20px;
    margin: 0px 0 14px 14px;
}

.student-mentors-popup .modal-body .list-type li {
    margin-bottom: 5px;
    font-size: 16px;
    color: #606060;
    line-height: 22px;
    position: relative;
    list-style: none;
}

.student-mentors-popup .modal-body .list-type li:before {
    content: " ";
    width: 20px;
    height: 20px;
    background: url(../images/bullet-icon-img.webp) no-repeat;
    position: absolute;
    top: 3px;
    left: -32px;
}

.student-mentors-popup .modal-body .list-type li .innter-list {
    padding-left: 30px;
    margin: 20px 0;
}

.student-mentors-popup .modal-body .list-type li .innter-list li:before {
    content: '\2713';
    display: inline-block;
    color: #f48303;
    padding: 0 6px 0 0;
    position: absolute;
    left: -27px;
    font-weight: 800;
    background: none;
}

.student-mentors-popup .modal-body .form-section .mb-3 .form-control {
    padding: 17px 23px;
    border-radius: 10px;
    background: #f8f8f8;
    outline: 0;
    border: 0;
    font-size: 16px;
    color: #606060;
    font-weight: 500;
    resize: none;
}

.student-mentors-popup .modal-body .form-section .red-btn {
    padding: 14px 39px;
    display: block;
    width: 170px;
    margin: auto;
    margin-top: 20px;
    cursor: pointer;
}

.student-mentors-popup .modal-body .form-section .red-btn.submiting_btn {
    width: 230px;
}

.student-mentors-popup .modal-body .file-upload {
    display: block;
    text-align: center;
    font-size: 12px;
}

.student-mentors-popup .modal-body .file-upload .file-select {
    display: block;
    border: 2px solid #606060;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: left;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.student-mentors-popup .modal-body .file-upload .file-select .file-select-button {
    background: #606060;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    vertical-align: top;
    color: #fff;
    text-transform: capitalize;
}

.student-mentors-popup .modal-body .file-upload .file-select .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 500;
    width: 48%;
    color: #000;
}

.student-mentors-popup .modal-body .form-section p {
    font-size: 13px;
    margin-top: 6px;
    color: #000b33;
}

.student-mentors-popup .modal-body .file-upload .file-select:hover {
    border-color: #34495e;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.student-mentors-popup .modal-body .file-upload .file-select:hover .file-select-button {
    background: #34495e;
    color: #fff;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.student-mentors-popup .modal-body .file-upload.active .file-select {
    border-color: #3fa46a;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.student-mentors-popup .modal-body .file-upload.active .file-select .file-select-button {
    background: #3fa46a;
    color: #fff;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.student-mentors-popup .modal-body .file-upload .file-select input[type=file] {
    z-index: 100;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.student-mentors-popup .modal-body .file-upload .file-select.file-select-disabled {
    opacity: .65;
}

.student-mentors-popup .modal-body .file-upload .file-select.file-select-disabled:hover {
    cursor: default;
    display: block;
    border: 2px solid #606060;
    color: #34495e;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    text-align: left;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.student-mentors-popup .modal-body .file-upload .file-select.file-select-disabled:hover .file-select-button {
    background: #606060;
    color: #666;
    padding: 0 10px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.student-mentors-popup .modal-body .file-upload .file-select.file-select-disabled:hover .file-select-name {
    line-height: 40px;
    display: inline-block;
    padding: 0 10px;
}

/*******************************************/

.our-properties-sec {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.our-properties-sec .container-fluid {
    margin: 0;
    padding: 0;
}

.properties-area {
    margin-top: 100px;
    padding: 0 20px;
}

.properties-area-box {
    border-radius: 10px;
    position: relative;
    margin: 0 20px; 
}

.properties-area-box img {
    width: 100%;
    border-radius: 10px;
    transition: all 0.3s linear;
}

.properties-area-box:hover img {
    transition: all 0.3s linear;
    transform: scale(1.05);
}

.properties-area-box-cont {
    position: relative;
    background: #fff;
    bottom: 10px;
    width: 100%;
    right: 0px;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    border-radius: 0 0 10px 10px;
    transition: 0.3s all linear;
}
.properties-area-box:hover .properties-area-box-cont{
    transition: 0.3s all linear;
    bottom: 20px;
}
.properties-area-box:hover .city-tag {
    left: -24px;
    top: 5px;
    transition: all 0.3s linear;
}
.city-tag {
  position: absolute;
    top: 10px;
    left: -14px;
    z-index: 5;
    transition: all 0.3s linear;
}
.city-tag .city-tag-text {
  color: #fff;
  background: #ff7700;
  text-transform: uppercase;
  font-size: 13px;
  padding: 8px;
  font-weight:bold;
}
.city-tag .city-tag-text span {
  display: block;
  font-size: 20px;
}
.city-tag .city-tag-text:before {
  content: " ";
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 0 solid transparent;
    border-top: 15px solid #ff7700;
}
.properties-area-box h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: 0;
    z-index: 1;
    position: absolute;
    top: 5px;
    left: 5px;
    background: #049ed9;
    color: #fff;
    padding: 1px 8px;
    box-sizing: border-box;
    border-radius: 10px;
    text-transform: uppercase;
}
.properties-area-box h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
    position: relative;
    margin-top: 0;
    font-weight: 600 !important;
    font-family: unset;
    text-transform: uppercase;
}
.properties-area-box h5 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
    position: relative;
    margin-top: 0;
    color:#049ed9;
}

.properties-area-box p {
}
.properties-area-box p img.icon-available{
    width: 24px;
    vertical-align: sub;
    margin-right: 5px;
}

.properties-area-box p span {
    font-weight: bold;
/*color: #ff7700;*/;
}
.properties-area-box p i {
    font-size: 16px;
    line-height: 22px;
}
.properties-area-box p i span{
    color: #049ed9;
}

.properties-area-box a {
    background-color: #f48303;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    padding: 10px 20px;
    border: 0;
    border-radius: 5px;
    /*text-transform: uppercase;*/
    display: inline-block;
    line-height: initial;
    transition: all .4s ease;
    margin-top: 10px;
    text-decoration: none;
    cursor: pointer;
}

.properties-area-box a:hover {
    background-color: #a91822;
    transition: all .4s ease;
}


/*******************************************/
.commercial-managed-sec {
    padding: 100px 0;
    background: url(../images/pattern-topo.webp) no-repeat center center;
    background-size: cover;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
    padding-top: 100px;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: repeat;
    background-size: inherit;
}

.plan-sec {
    margin-top: 50px;
}

.plan-sec-box {
    text-align: left;
    padding: 0;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 20%);
    background: rgb(255, 255, 255);
    position: relative;
    bottom: 0px;
    border-radius: 8px;
    margin: 0px 20px;
    transition: 0.3s linear;
    cursor: pointer;
    width: 100%;
    border: 1px solid #f1f1f2;
    overflow: hidden;
}
.plan-sec-box .plan-header{
    display: flex;
    align-items: center;
    padding: 20px 30px;
    background: rgb(255 125 54 / 10%);
    margin-bottom: 20px;
}
.plan-sec-box.bg-color .plan-header{
    background: rgb(4 158 217 / 10%);
}
.plan-sec-box.bg-color .plan-header img{
    border: 2px solid #049ed9;
}
.plan-sec-box.bg-color .plan-header h4{
    color: #049ed9;
}
.plan-sec-box .plan-header img{
    width: 60px;
    object-fit: contain;
    margin-right: 10px;
    padding: 5px;
    border: 2px solid #ff7700;
    border-radius: 10px;
    box-sizing: border-box;
}
.plan-sec-box .plan-header h4{
    width: 80%;
}

.plan-sec-box:hover {
    transition: 0.3s linear;
    bottom: 2px;
    box-shadow: -5px -5px 10px rgb(0 0 0 / 20%);
}

.plan-sec-box-patch {
    position: relative;
    top: -55px;
}

.plan-sec-box h4 {
    font-size: 22px;
    line-height: 26px;
    position: relative;
    margin-top: 0;
    color: #ff7700;
    font-weight: 800;
    margin-bottom: 0;
}
.plan-sec-box p {
    padding: 0 30px;
}

.plan-sec-box ul.bullet-point {
    margin: 10px 0px 0;
    padding: 0 30px 20px;
    width: 100%;
    box-sizing: border-box;
}

.plan-sec-box ul.bullet-point li {
    margin: 0px 0px 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-left: 25px;
    background: url("../images/bullet-icon-img.webp") left 5px no-repeat;
    list-style: none;
    text-align: left;
}
/*******************************************/
.lp-banner-slider-area {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.lp-banner-slider-area .banner-right-cont {
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    width: 450px;
    transform: translateY(-50%);
    right: 5%;
}

.banner-img_overlay {
    transform: translate3d(0px, 0px, 0px);
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    position: absolute;
    transition: opacity 1s;
    pointer-events: none;
    width: 75%;
    height: 100%;
    left: -1px;
    top: 0;
    opacity: 0.5;
    z-index: 1;
}

.slideshow {
    position: relative;
    z-index: 1;
    height: 100vh;
    max-width: 100%;
    margin: 50px auto;
}

.slideshow * {
    outline: none;
}

.slideshow .banner-slider {
    box-shadow: 0 20px 50px -25px rgba(0, 0, 0, 1);
}

.slideshow .slider-track {
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
}

.slideshow .item {
    height: 95vh !important;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.slideshow .item .banner-slider-cont {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    width: 40%;
}

.slideshow .item h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    margin: 0 0 20px;
    text-transform: capitalize;
    transition: all .4s ease;
}

.slideshow .item p {
    opacity: 1;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    letter-spacing: normal;
    color: #ffffff;
    margin: 0 0 30px;
    transition: all .4s ease;
}

.slideshow .item img {
    width: 100%;
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    transform: scale(1.2);
    height: 100%;
    object-fit: cover;
}

.slideshow .item.slick-active img {
    transform: scale(1);
}

.slideshow .item h1, .slideshow .item p {
    animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
}

.slideshow .item.slick-active h1, .slideshow .item.slick-active p {
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
}

@keyframes fadeInUp {
    0% {
        transform: translate(0px, 100px);
        opacity: 0;
    }

    100% {
        transform: translate(0px, 0);
        opacity: 1;
    }
}

@keyframes fadeInDown {
    0% {
        transform: translate(0px, 0px);
        opacity: 1;
    }

    100% {
        transform: translate(0px, 100px);
        opacity: 0;
    }
}

.slideshow .slick-next, .slideshow .slick-prev {
    font-size: 0;
    line-height: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    z-index: 9999;
    position: absolute;
    background: #fff;
    padding: 0;
}

.slideshow .slick-prev {
    left: 0;
}

.slideshow .slick-next {
    right: 0px;
}

.home-banner-sec .slick-prev:before {
    content: '\276E';
}

.home-banner-sec .slick-next:before {
    content: '\276F';
}

.home-banner-sec .slick-next:before, .home-banner-sec .slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #000;
}

.home-banner-sec .slick-dots li button:before, .home-banner-sec .slick-next:before, .home-banner-sec .slick-prev:before {
    font-family: slick;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
}
/*******************************************/
.home-banner-sec {
    /*background: url(../images/testimonial-bg.webp) no-repeat center center;*/
    background-size: cover;
    position: relative;
    height: 100vh;
    z-index: 1;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: repeat;
}

.home-banner-sec .container {
    position: relative;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}

.home-banner-sec .container .row {
    align-items: center;
}

.banner-left-cont {
    padding-right: 50px;
}

.banner-right-cont {
    padding-left: 100px;
    background: #fff;
    padding: 50px 50px 10px;
    border-radius: 10px;
}

.com-logo {
    background: #fff;
    width: 220px;
    height: 80px;
    border-radius: 0 0 50px 0;
    padding: 10px 0 0 10px;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
}

.com-logo img {
    width: 75%;
    height: auto;
    object-fit: cover;
}

.banner-left-cont h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    margin: 0 0 20px;
    text-transform: capitalize;
    transition: all .4s ease;
}

.banner-left-cont p {
    opacity: 0.8;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: normal;
    color: #ffffff;
    margin: 0 0 30px;
    transition: all .4s ease;
}

.banner-left-cont a {
    background-color: #f48303;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    padding: 15px 30px;
    border: 0;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
    transition: all .4s ease;
}

.home-banner-sec .container .row {
    align-items: center;
}

.form-sec-header {
    margin: 15px 0 7px;
    font-size: 16px;
}

#interest-group input[type="checkbox"] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #9CA3AF;
    border-radius: 6px;
    margin-right: 5px;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    padding: unset;
}

#interest-group input[type="checkbox"]:checked {
    border-color: #ff7711;
    background-color: #ff7711;
}

#interest-group input[type="checkbox"]:checked::after {
    content: "\2713";
    position: absolute;
    color: white;
    font-size: 14px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
}

#interest-group input[type="checkbox"]:checked + label {
    color: #9CA3AF;
}

.home-banner-sec .banner-right-cont input, 
.home-banner-sec .banner-right-cont select, 
.home-banner-sec .banner-right-cont textarea {
    padding: 14px 11px;
    border-radius: 5px;
    background: #fff;
    outline: none;
    box-shadow: none;
    border: 1px solid #ddd;
    font-size: 16px;
    line-height: 20px;
    resize: none;
    width: 100%;
    margin: 5px 0px;
}

.home-banner-sec .banner-right-cont .common-button {
    background-color: #f48303;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    padding: 10px 20px;
    border: 0;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
    transition: all .4s ease;
    margin-top: 10px;
    text-decoration: none;
}

.home-banner-sec .banner-right-cont .common-button:hover {
    background-color: #a91822;
    transition: all .4s ease;
}

.common-popup,.overlay-popup {
    display: none;
}

.overlay-popup {
    position: fixed;
    z-index: 99;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.common-popup-div .common-header h2 {
    font-size: 40px;
    margin-bottom: 10px;
}

.common-popup {
    position: fixed;
    top: 50%;
    left: 0;
    margin: auto;
    right: 0;
    transform: translateY(-50%);
    width: 740px;
    z-index: 9999999;
    background: #fff;
    border-radius: 15px;
}

.popup-content input, 
.popup-content select, 
.popup-content textarea {
    padding: 14px 11px;
    border-radius: 5px;
    background: #fff;
    outline: none;
    box-shadow: none;
    border: 1px solid #ddd;
    font-size: 16px;
    line-height: 20px;
    resize: none;
    width: 100%;
    margin: 5px 0px;
}

.popup-content .form-container {
    margin: 0;
}

.popup-content .common-button {
    background-color: #f48303;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    padding: 10px 20px;
    border: 0;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
    transition: all .4s ease;
    margin: 0px;
    text-decoration: none;
}

.popup-content .common-button:hover {
    background-color: #a91822;
    transition: all .4s ease;
}

.common-popup-div {
    padding: 20px 20px 20px 0;
    box-sizing: border-box;
}

.common-popup-div .popop-heading .btn-close {
    background: #f48303;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 100%;
    border-width: 0;
    color: #fff;
    padding: 0;
    cursor: pointer;
    width: 30px;
    height: 30px;
    margin: 0;
}

.common-popup-div .popop-heading .btn-close svg {
    fill: #fff;
    width: 16px;
    height: 16px;
    margin: 4px;
}
/*******************************************/
.our-offerings-sec {
    display: block;
    background: rgba(255, 255, 255, 0.41);
    background: url(../images/special-features-bg-img.webp) no-repeat center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}

.our-offerings-box {
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    margin: 40px 0px 10px;
    border-radius: 10px;
    position: relative;
    bottom: 0;
    transition: all 0.3s linear;
}

.our-offerings-box:hover {
    transition: all 0.3s linear;
    bottom: 10px;
}

.our-offerings-box img {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.3s linear;
}

.our-offerings-box:hover img {
    transform: scale(1.02);
    transition: all 0.3s linear;
}

.our-offerings-box h4 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 24px;
    position: relative;
    margin-top: 20px;
}

.our-offerings-box h4:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 150px;
    border-bottom: 2px solid #f48303;
}

.our-offerings-box p {
}

.our-offerings-box a {
    background-color: #f48303;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    padding: 10px 20px;
    border: 0;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
    transition: all .4s ease;
    margin-top: 10px;
    text-decoration: none;
    cursor: pointer;
}

.our-offerings-box a:hover {
    background-color: #a91822;
    transition: all .4s ease;
}
/*******************************************/
.about-sec {
    background: url(../images/pattern-topo.webp) no-repeat center center;
    background-size: cover;
    padding-bottom: 100px;
    position: relative;
    z-index: 1;
    padding-top: 100px;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: repeat;
    background-size: inherit;
}

.location-lp-sec .container {
    position: relative;
    z-index: 1;
}

.overlay-patch {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 3%);
    position: absolute;
    top: 0;
    left: 0;
}

.overlay-patch2 {
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 30%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.location-lp-sec .container .row {
    margin-top: 40px;
}

.key-features-box {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 10px;
    border-radius: 10px;
}

.key-features-box img {
    width: 100%;
    transition: all 0.3s linear;
    display: block;
    /*height: 100%;*/
    ;
}

.key-features-box .key-features-box-text-area {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 100%;
    z-index: 2;
}

.key-features-box .key-features-box-text-area h4 {
    font-size: 28px;
    line-height: 37px;
    color: #fff;
    transition: .3s ease;
    bottom: 20px;
    position: absolute;
    padding: 0;
    margin: 0;
}

.key-features-box .key-features-box-text-area p {
    font-size: 18px;
    color: #fff;
    position: absolute;
    bottom: 0;
    display: none;
    opacity: .4;
    transition: .5s ease;
}

.key-features-box:hover img {
    transition: all 0.3s linear;
    transform: rotate(1deg) scale(1.05);
}

.key-features-box:hover .key-features-box-text-area h4 {
    bottom: 50px;
    transition: .3s ease;
}

.key-features-box:hover .key-features-box-text-area p {
    bottom: 0px;
    transition: .5s ease;
    display: block;
    opacity: .9;
}

.product-slider .slick-prev {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #f3820d;
    border-radius: 6px;
    position: absolute;
    right: 52%;
    bottom: -80px;
    cursor: pointer;
    z-index: 5;
    left: unset;
    top: unset;
}

.product-slider .slick-prev:before {
    content: "\276E";
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    transform: translateY(-50%);
    color: #f3820d;
}

.product-slider .slick-arrow.slick-disabled {
    opacity: 0.5;
}

.product-slider .slick-next {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #f3820d;
    border-radius: 6px;
    position: absolute;
    right: 45%;
    bottom: -80px;
    cursor: pointer;
    top: unset;
}

.product-slider .slick-next:before {
    content: "\276F";
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    transform: translateY(-50%);
    color: #f3820d;
}
/*******************************************/
.owl-carousel {
    max-width: 700px;
    margin: 0 auto;
    padding: 0px 0 0px;
}
/*.owl-carousel .item {
    font-size: 30px;
    text-align: center;
    padding: 40px 20px;
    line-height: 2;
    font-weight: 700;
    background-color: #eee;
}*/

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    z-index: 1;
    width: 40px;
    height: 40px;
    background-color: #ccc;
    border-radius: 50%;
    position: absolute;
    bottom: -45px;
    margin: 0;
    border: 1px solid #ccc !important;
}

.owl-nav button:hover {
    background: #869791;
}

.owl-nav button span {
    font-size: 30px;
    height: 100%;
    display: block;
    width: 100%;
    line-height: 32px;
    border-radius: 50%;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.owl-carousel .owl-nav {
    margin: 0;
}

.btn-wrap {
    text-align: center;
    width: 100%;
}

button {
    background-color: #ddd;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    margin: 10px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.5s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.owl-theme .owl-nav .disabled,
button.disabled {
    opacity: 0.6;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
}

.owl-dots {
    display: none;
}
/*******************************************/
.benefit-lp-sec {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: rgb(253 243 229 / 30%);
}

.your-dreaming {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.your-dreaming .common-header.text-right {
    padding-left: 50px;
}

.your-dreaming .row {
    align-items: center;
}

.your-dreaming-text {
    padding-right: 40px;
}

.your-dreaming ul {
    margin: 40px 0 0;
    padding: 0;
}

.your-dreaming ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    padding-left: 34px;
    margin-bottom: 15px;
    background: url(../images/bullet-icon-img.webp) no-repeat;
    list-style: none;
    background-position: left 10px;
    text-align: left;
}

.common-header.text-center h2 {
    text-align: center;
}

.common-header.text-center p {
    text-align: center;
}

.common-header.text-center h3 {
    text-align: center;
}

.common-header.text-right h2 {
    text-align: left;
}

.common-header.text-right p {
    text-align: right;
}

.common-header.text-right a {
    text-align: right;
}

.common-header h2 {
    font-size: 56px;
    line-height: 62px;
    margin: 0 0 20px;
}

.common-header p {
}

.common-header a {
    background-color: #f48303;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    padding: 15px 30px;
    border: 0;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
    transition: all .4s ease;
    margin-top: 20px;
    text-decoration: none;
}

.common-header a:hover {
    background-color: #a91822;
    transition: all .4s ease;
}

.your-dreaming-img {
    border-radius: 10px;
    overflow: hidden;
}

.your-dreaming-img img {
    display: block;
    width: 100%;
}

.pattern-dot-bg-img {
    background: url(../images/pattern-dot.webp) no-repeat center center;
    width: 200px;
    height: 250px;
    position: absolute;
    z-index: 0;
    top: 50px;
    background-repeat: repeat;
    background-size: inherit;
}

/*******************************************/
.product-lp-sec {
    display: block;
    background: rgba(255, 255, 255, 0.41);
    background: url(../images/special-features-bg-img.webp) no-repeat center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-style: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    border-radius: 0px;
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 0;
}

.special-features {
    margin-top: 50px;
}

.special-features .row {
    align-items: center;
    padding-bottom: 80px;
    display: flex;
}

.special-features-img {
    border: 12px solid #fff;
    box-sizing: border-box;
    box-shadow: 0 0 38px rgb(0 0 0 / 11%);
}

.special-features-img img {
    width: 100%;
    border-radius: 10px;
}

.special-features-text {
    background: #fff;
    padding: 40px;
    position: relative;
    box-shadow: 0 0 38px rgb(0 0 0 / 11%);
    z-index: 1;
    width: 112%;
    box-sizing: border-box;
    border-radius: 10px;
}

.special-features-text .amenities-slider.row {
    margin-top: 0 !important;
    padding-bottom: 10px;
}

.special-features-text .Amenities-area {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 7px;
    width: 100%;
    margin: 0 5px;
}

.special-features-text .Amenities-area img {
    width: 50px;
}

.special-features-text .Amenities-area h5 {
    font-size: 14px;
    margin: 0px 0 10px;
}

.special-features-text.align-left {
    left: -80px;
}

.special-features-text.align-right {
    right: 0;
}

.special-features-text h4 {
    font-size: 30px;
    margin-bottom: 24px;
    text-transform: uppercase;
    position: relative;
    margin-top: 0;
}

.special-features-text h4:after {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 150px;
    border-bottom: 4px solid #f48303;
}

.special-features-text p {
}

.special-features-text a {
    background-color: #f48303;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    padding: 10px 20px;
    border: 0;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
    transition: all .4s ease;
    margin-top: 10px;
    text-decoration: none;
}

.special-features-text a:hover {
    background-color: #a91822;
    transition: all .4s ease;
}

/*******************************************/
.gallery-sec {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: #fff;
}

.gallery-sec-box {
    padding: 6px;
    text-align: center;
    margin: 10px 0 12px;
    position: relative;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(0 0 0 / 16%);
    border-radius: 0px;
    height: 250px;
}

.gallery-sec-box:hover img {
    transform: scale(1.1);
    filter: none;
    -webkit-filter: grayscale(0);
    transition: 0.3s all linear;
}

.gallery-sec-box img {
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    height: 100%;
    /*filter: gray;
    -webkit-filter: grayscale(10);*/
    transition: 0.3s all linear;
}
/*******************************************/
.get-in-touch-section {
    padding: 100px 0 100px;
    background: #2A7B9B;
    background: linear-gradient(0deg,rgba(42, 123, 155, 1) 0%, rgba(255, 230, 199, 0.51) 0%, rgba(255, 255, 255, 1) 100%);
}

.get-in-touch-section .center-part {
    position: relative;
}

.get-in-touch-section .center-part .left-side-image img {
    width: 60%;
    border: 0;
    border-radius: 10px;
    display: block;
    height: 72vh;
    object-fit: cover;
    object-position: center;
}

.get-in-touch-section .center-part .right-side-part {
    position: absolute;
    top: 50%;
    right: 0;
    width: 40%;
    transform: translateY(-50%);
}

.get-in-touch-section .center-part .right-side-part .main-part {
    padding: 30px;
    border-radius: 10px;
    background: #fff;
    -moz-box-shadow: -5px 6px 9px rgb(181, 182, 183);
    -webkit-box-shadow: -5px 6px 9px rgb(181, 182, 183);
    box-shadow: -5px 6px 9px rgb(181, 182, 183);
}

.get-in-touch-section .center-part .right-side-part .main-part .sub-heading {
    margin-bottom: 15px;
}

.get-in-touch-section .center-part .right-side-part .main-part .heading2 {
    margin-bottom: 21px;
}

.get-in-touch-section .center-part .right-side-part .main-part {
    padding: 40px;
    box-sizing: border-box;
}

.get-in-touch-section .center-part .right-side-part .main-part input, 
.get-in-touch-section .center-part .right-side-part .main-part select, 
.get-in-touch-section .center-part .right-side-part .main-part textarea {
    padding: 14px 11px;
    border-radius: 5px;
    background: #fff;
    outline: none;
    box-shadow: none;
    border: 1px solid #ddd;
    font-size: 16px;
    line-height: 20px;
    resize: none;
    width: 100%;
    margin: 5px 0px;
}

.get-in-touch-section .center-part .right-side-part .common-button {
    background-color: #f48303;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    padding: 10px 20px;
    border: 0;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
    transition: all .4s ease;
    margin-top: 10px;
    text-decoration: none;
}

.get-in-touch-section .center-part .right-side-part .common-button:hover {
    background-color: #a91822;
    transition: all .4s ease;
}
/*******************************************/
.testimonial {
    background: url(../images/testimonial-bg.webp) no-repeat center center;
    background-size: cover;
    padding-bottom: 107px;
    position: relative;
    z-index: 1;
    padding-top: 120px;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: repeat;
    background-size: inherit;
}

.testimonial .item-part .testimonial-part {
    padding: 50px 40px 80px;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    margin: 0 20px;
    margin-top: 20px;
    position: relative;
}

.common-header.white-color h2 {
    color: #fff;
}

.common-header.white-color p {
    color: #fff;
}

.common-header.white-color h3 {
    color: #fff;
}

.testimonial .item-part .testimonial-part .main-content img {
    margin: 0 auto 20px;
    display: block;
}

.testimonial .item-part .testimonial-part .main-content p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 26px;
}

.testimonial .item-part .testimonial-part .thumb-content {
    text-align: center;
    margin-top: 0;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}

.testimonial .item-part .testimonial-part .thumb-content img {
    margin: 0 auto;
    background: #fff;
    border-radius: 50%;
    padding: 5px;
    box-sizing: border-box;
}

.testimonial .item-part .testimonial-part .thumb-content strong {
    display: block;
    font-size: 18px;
    display: block;
    line-height: 20px;
    color: #f48303;
    margin-top: 10px;
}

.testimonial .item-part .testimonial-part .thumb-content span {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    display: block;
    margin-top: 5px;
}

.testimonial .slick-dots {
    text-align: center;
    margin-top: 30px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin-top: 0;
}

.testimonial .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}

.testimonial .slick-dots li button {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #c9c9c9;
    border: 0;
    padding: 0;
    font-size: 0;
    outline: none;
    box-shadow: none;
    transition: 0.25s all linear;
    cursor: pointer;
}

.testimonial .slick-dots li.slick-active button {
    width: 10px;
    height: 10px;
    background: #797979;
    transition: 0.25s all linear;
}

.popup-left-img {
    overflow: hidden;
    border-radius: 15px 0 0 15px;
    display: block;
}

.popup-left-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*******************************************/
.amenities-sec {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
    display: block;
    background: rgba(255, 255, 255, 0.41);
    background: url(../images/amenities-sec.webp) no-repeat center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}

.amenities-sec-box {
    text-align: center;
    padding: 20px 40px;
    border: 1px solid #ccc;
    transition: all 0.3s linear;
    margin-bottom: 20px;
    border-radius: 15px;
}

.amenities-sec-box:hover {
    border: 1px solid transparent;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
    transition: all 0.3s linear;
}

.amenities-sec-box img {
    height: 60px;
}

.amenities-sec-box h4 {
    font-size: 22px;
    line-height: 30px;
    color: #ff7711;
    margin: 10px 0 6px;
}

.amenities-sec-box p {
}

.margin-top-60 {
    margin-top: 60px;
}
/*******************************************/
.pricing-sec {
    display: block;
    background: rgba(255, 255, 255, 0.41);
    background: url(../images/pricing-secn.webp) no-repeat center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}

.pricing-container {
    width: 100%;
    margin-top: 50px;
}

.pricing-card {
    border: 1px solid #333;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    transition: transform 0.3s ease;
    background: #fff;
    margin-bottom: 20px;
}

.pricing-card:hover {
    transform: translateY(-6px);
}

.pricing-card h3 {
    margin-top: 0;
    font-size: 1.4rem;
    margin-bottom: 10px;
}

.price {
    font-size: 1.8rem;
    color: #ff7700;
    margin-bottom: 20px;
}

.pricing-card ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.pricing-card ul li {
    margin: 8px 0;
    font-size: 0.95rem;
    color: #ccc;
}

.pricing-card a {
    background-color: #f48303;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    padding: 10px 20px;
    border: 0;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
    transition: all .4s ease;
    margin-top: 20px;
    text-decoration: none;
}

.highlighted {
    border: 2px solid #00ffd5;
    background: #282828;
}
/*******************************************/
footer {
    background: #040404;
    padding: 70px 0;
    background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
    background: #fff;
}

footer .footer-logo-area {
}

footer .footer-logo-area img {
    width: 190px;
}

footer .footer-logo-area p {
    color: #333;
}

footer .address-logo-area {
}

footer .address-logo-area ul {
    color: #333;
}

footer .address-logo-area ul li {
    list-style: none;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

footer .address-logo-area ul li span {
    margin-left: 10px;
    width: 80%;
}

footer .address-logo-area ul li span a {
    text-decoration: none;
    color: #333;
}

footer .address-logo-area ul li span a:hover {
    color: #f48303;
}

footer .address-logo-area ul li svg {
    width: 25px;
    height: 25px;
}

footer .social-links-area {
}

footer .social-links-area ul {
    display: flex;
}

footer .social-links-area ul li {
    list-style: none;
    margin: 0 10px;
}

footer .social-links-area ul li a {
    color: #fff;
    text-decoration: none;
}

footer .social-links-area ul li a:hover svg {
    background: #a91822;
    transition: all 0.3s linear;
}

footer .social-links-area ul li a svg {
    width: 30px;
    height: 30px;
    background: #f48303;
    padding: 10px;
    border-radius: 5px;
    transition: all 0.3s linear;
}

.mob-view {
    display: none;
}

.footer-location {
}

.footer-location h5 {
    font-size: 20px;
    font-weight: 600;
    color: #f48303;
    margin-bottom: 20px;
    margin-top: 0;
}

.footer-location ul {
    padding: 0;
    margin: 0 0 40px;
}

.footer-location ul li {
    font-size: 16px;
    list-style: none;
    text-decoration: none;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 5px 10px;
    margin-right: 10px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.2s linear;
    margin-bottom: 5px;
}

.footer-location ul li a {
    text-decoration: none;
    color: #000;
}

.footer-location ul li:hover a {
    text-decoration: none;
    color: #fff;
}

.footer-location ul li:hover {
    background: #f48303;
    color: #fff;
    border: 1px solid #f48303;
    transition: all 0.2s linear;
}

/*******************************************/
.location-lp-sec {
    overflow: hidden;
}

.product-lp-sec {
    overflow: hidden;
}

#price {
    overflow: hidden;
}

.testimonial-lp-sec {
    overflow: hidden;
}

#contact {
    overflow: hidden;
}
/*******************************************/
.get-in-touch-div {
}

.get-in-touch-div .get-in-touch-button .close-button {
    display: none;
}

.get-in-touch-div .get-in-touch-button .click-cta-btn,
.get-in-touch-div .get-in-touch-button h2 {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
}

.get-in-touch-div .get-in-touch-button h2 {
    font-size: 15px;
    margin: 0;
}

.get-in-touch-div .get-in-touch-button {
    animation: shake 2s;
    animation-iteration-count: infinite;
}

.get-in-touch-div .get-in-touch-button:hover {
    background: #f48303;
    color: #fff;
    transition: 0.25s all linear;
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

.get-in-touch {
    background: #f48303;
    border-radius: 6px 6px 0 0;
    width: 287px;
    position: fixed;
    bottom: -100%;
    right: 0;
    z-index: 99;
}

.get-in-touch .get-in-heading {
    text-align: center;
    position: relative;
    padding: 15px 0 10px;
    cursor: pointer;
}

.get-in-touch .get-in-heading strong {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
}

.get-in-touch .get-in-touch-text {
    padding: 16px 10px;
}

.get-in-touch .get-in-touch-text h2 {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
}

.get-in-touch .click-cta-btn {
    text-decoration: none;
    text-align: center;
    color: #fff;
    display: block;
    margin-bottom: 30px;
    cursor: pointer;
    transition: 0.25s all linear;
}

.get-in-touch .click-cta-btn:hover {
    transform: rotate(90deg);
    transition: 0.25s all linear;
}

.get-in-touch .click-cta-btn svg {
    width: 25px;
    height: 25px;
}

.get-in-touch .form-container label, .get-in-touch .form-container select {
    display: block;
    margin-bottom: 20px;
}

.get-in-touch .form-container label input {
    padding: 16px 24px;
    background: #fff;
    border: 1px solid #f1f1f5;
    border-radius: 30px;
    outline: none;
    font-size: 14px;
    color: #4e4e4e;
    font-weight: 500;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}

.get-in-touch .form-container select {
    padding: 16px 24px;
    background: #fff;
    border: 1px solid #f1f1f5;
    border-radius: 30px;
    outline: none;
    font-size: 14px;
    color: #4e4e4e;
    font-weight: 500;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}

.job-opening .apply-now .list-from select.used {
    color: #4e4e4e;
}

.job-opening .apply-now .list-from input.used::placeholder,
.job-opening .apply-now .list-from textarea.used::placeholder {
    color: red;
}

.form-cont input::placeholder,
.form-cont textarea::placeholder {
    color: red;
}

.get-in-touch .form-container .a-orange-btn {
    font-weight: 500;
    font-size: 18px;
    text-transform: none;
    color: #fff;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    background: #f48303;
    border-radius: 40px;
    border-width: 0;
    border: 1px solid #fff;
    transition: 0.25s all linear;
    padding: 13px 30px;
    display: block;
    width: 100%;
}

.get-in-touch .form-container .a-orange-btn:hover {
    border-color: #db5201;
    background: #fff;
    color: #db5201;
}

.get-in-touch .get-in-touch-text .close-button {
    cursor: pointer;
    color: #fff;
    display: inline-block;
    float: right;
    display: none;
}

.get-in-touch .get-in-touch-text .close-button svg {
    width: 18px;
    height: 18px;
}

.get-in-touch.is-active {
    height: 32vh;
}

.get-in-touch.is-active .get-in-touch-text h2 {
    margin-bottom: 20px;
}

.get-in-touch.is-active .get-in-touch-text .click-cta-btn {
    display: none;
}

.get-in-touch.is-active .get-in-touch-text .close-button {
    display: block;
}

.get-in-touch .close-button {
    text-align: right;
    padding: 10px 10px 0 0;
    position: absolute;
    right: 0;
    top: 0;
}

.get-in-touch .close-button svg {
    width: 20px;
    height: 20px;
    color: #fff;
}

.web-pack-btn {
    padding: 22px 22px;
    background: #f48303;
    border-radius: 30px;
    border: 2px solid #f48303;
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    position: fixed;
    bottom: 18px;
    right: 10px;
    cursor: pointer;
    display: block;
    z-index: 99;
    transition: 0.25s all linear;
    text-decoration: none;
    ;
}

.web-pack-btn span {
    font-weight: 700;
}

.web-pack-btn:hover {
    background: #fff;
    color: #f48303;
    transition: 0.25s all linear;
}

.get-in-touch-div {
}

.get-in-touch-div .get-in-touch-button {
    padding: 10px 20px;
    background: #fff;
    border-radius: 30px;
    border: 2px solid #f48303;
    /*border: 2px solid red;*/
    color: #f48303;
    font-weight: 500;
    font-size: 18px;
    position: fixed;
    bottom: 20px;
    right: 10px;
    cursor: pointer;
    display: none;
    z-index: 99;
    transition: 0.25s all linear;
}


/*******************************************/
.banner-sec {
    background-image: url(../images/pattern-topo.webp);
    background-size: cover;
    padding-bottom: 107px;
    position: relative;
    z-index: 1;
    padding-top: 120px;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: repeat;
    background-size: inherit;
}

.logo-area {
    position: absolute;
    top: 10px;
    width: 180px;
}

.logo-area img {
    width: 100%;
}

.banner-sec.thank-you-page .row {
    align-items: center;
    justify-content: center;
}

.thank-you-img {
    width: 80%;
}

.thank-you-img img {
    width: 100%;
    border-radius: 10px;
}

.thank-you-right {
}

.thank-you-right h4 {
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
    margin: 0;
}

.thank-you-right p {
    text-align: left;
    color: #4a4a4a;
    font-size: 17px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 20px;
}

.thank-you-right a {
    background: #e8355f;
    color: #fff;
    border-radius: 0;
    font-weight: 700;
    padding: 12px 25px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.015em;
    text-decoration: none;
    font-size: 18px;
    border: 2px solid #e51681;
    transition: all 0.3s linear;
    border-radius: 10px;
}

.thank-you-right a:hover {
    background: #6c92f7;
    border: 2px solid #6c92f7;
}
/*******************************************/

/**, *:before, *:after {
     box-sizing: border-box;
}*/
.loader-main {
    background: #455a64;
    background: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 99;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Sour+Gummy:ital,wght@0,100..900;1,100..900&display=swap');

.letter:nth-child(1) {
    animation-delay: .1s;
}

.letter:nth-child(2) {
    animation-delay: .2s;
}

.letter:nth-child(3) {
    animation-delay: .3s;
}

.letter:nth-child(4) {
    animation-delay: .4s;
}

.letter:nth-child(5) {
    animation-delay: .5s;
}

.letter:nth-child(6) {
    animation-delay: .6s;
}

.letter:nth-child(7) {
    animation-delay: .7s;
}

.letter:nth-child(8) {
    animation-delay: .8s;
}

.letter:nth-child(9) {
    animation-delay: .9s;
}

.letter {
    display: inline-block;
    font-size: 3rem;
    color: #fff;
    animation: bounce 1s ease-in-out infinite;
    transform-origin: bottom;
    font-family: "Sour Gummy", sans-serif;
    font-optical-sizing: auto;
    font-display: swap;
}

@keyframes bounce {
    0%,80%,100% {
        transform: translateY(0px);
    }

    30% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(10px);
    }
}

/*******************************************/
.your-dreaming .remove-bullet li {
    background: none;
    display: flex;
    padding-left: 0;
}

.your-dreaming .remove-bullet li img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%);
    box-sizing: border-box;
}

.your-dreaming .remove-bullet li span {
}
/*******************************************/
.whatsup-but {
    position: fixed;
    bottom: 40px;
    left: 40px;
    z-index: 10;
    height: 100px;
}

.mypage-alo-ph-circle,.mypage-alo-ph-circle-fill {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.mypage-alo-phone {
    bottom: 180px;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.mypage-alo-ph-circle {
    width: 100px;
    height: 100px;
    top: 25px;
    left: 25px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid rgba(30,30,30,.4);
    opacity: .1;
    opacity: .5;
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.mypage-alo-ph-circle-fill {
    width: 70px;
    height: 70px;
    top: 40px;
    left: 40px;
    position: absolute;
    -ms-transition: all .2s ease-in-out;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: .4!important;
}

.mypage-alo-ph-circle,.mypage-alo-phone:hover .mypage-alo-ph-circle {
    border-color: #43b91e;
}

.mypage-alo-ph-img-circle {
    width: 50px;
    height: 50px;
    top: 52px;
    left: 52px;
    position: absolute;
    background: url("http://ovitto.ustunyazilim.com/assets/img/wtsp.png") center center no-repeat rgba(30,30,30,.1);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    opacity: 1;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-size: 100%;
}

.cquery,.cquery .bg {
    width: 100%;
    top: 0;
    left: 0;
}

.mypage-alo-ph-circle-fill,.mypage-alo-ph-img-circle,.mypage-alo-phone:hover .mypage-alo-ph-circle-fill,.mypage-alo-phone:hover .mypage-alo-ph-img-circle {
    background-color: #43b91e;
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes tada {
    from,to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
    }
}

@keyframes tada {
    from,to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
    }
}

@keyframes pulse {
    from,to {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1);
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05);
    }
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3,.3,.3);
        transform: scale3d(.3,.3,.3);
    }

    50% {
        opacity: 1;
    }
}

.mypage-alo-phone {
    position: fixed;
    bottom: 110px;
    left: 0;
}


/*******************************************/

@media(max-width: 1536px) {
    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        width: 98%;
    }
}

@media(max-width: 1366px) {
    .top-bar .right a {
        padding: 30px 10px;
    }
}

@media(max-width: 1280px) {
    .lp-banner-slider-area .banner-right-cont {
        width: 400px;
    }

    .common-header h2 {
        font-size: 42px;
        line-height: 42px;
        margin: 0 0 10px;
    }

    .home-banner-sec .banner-right-cont input, .home-banner-sec .banner-right-cont select, .home-banner-sec .banner-right-cont textarea {
        padding: 10px 10px;
    }

    .lp-banner-slider-area .banner-right-cont {
        transform: translateY(-42%);
    }

    .banner-right-cont {
        padding: 20px 20px 10px;
    }
}

@media(max-width: 1099px) {
    .top-bar .right a {
        padding: 30px 10px;
        font-size: 14px;
    }
}

@media(max-width: 1024px) {
    .gallery-sec-box {
        margin: 10px 0px 35px;
    }

    .testimonial .item-part .testimonial-part {
        padding: 30px 20px 60px;
        margin: 0 6px;
        margin-top: 20px;
    }

    .slideshow .item h1 {
        font-size: 50px;
    }
}

@media(max-width: 991px) {
    .popup-left-img img {
        border-radius: 100%;
        width: 120px;
        height: 120px;
        margin: auto;
        margin-top: 23px;
    }

    .popup-left-img {
        margin: 0 auto;
        text-align: center;
    }

    .common-popup-div {
        padding: 20px;
        box-sizing: border-box;
    }

    .desktop-view {
        display: none;
    }

    .mob-view {
        display: block;
    }
    .plan-sec-box {
        margin-bottom: 30px;
    }
    .properties-area-box {
        margin-bottom: 30px;
    }
}

@media(max-width: 768px) {
    .special-features-text {
        width: 100%;
    }

    .common-header.text-right h2 {
        text-align: left;
    }

    .common-header.text-right p {
        text-align: left;
    }

    .common-header.text-right a {
        float: left;
    }

    .your-dreaming-img {
        margin: 0 auto 30px;
    }

    .special-features-text.align-left {
        left: 0;
    }

    .lp-banner-slider-area .banner-right-cont {
        position: relative;
        z-index: 1;
        top: unset;
        width: 70%;
        transform: unset;
        right: 0;
        left: 0;
        margin: 0 auto;
        /* border: 1px solid #f1f1f2; */
        padding: 50px;
        box-sizing: border-box;
        border-radius: 10px;
        box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    }

    .slideshow .item .banner-slider-cont {
        width: 70%;
    }

    .get-in-touch-section .center-part .left-side-image img {
        width: 100%;
    }

    .get-in-touch-section .center-part .right-side-part {
        position: relative;
        top: 30px;
        right: 0;
        width: 100%;
        transform: unset;
    }

    footer .address-logo-area ul {
        padding: 0;
    }

    footer .social-links-area ul {
        padding: 0;
    }

    .special-features .row.div-flip {
        flex-direction: column-reverse;
    }

    .your-dreaming .common-header.text-right {
        padding-left: 0px;
    }

    .testimonial-slider .pull-left {
        display: none !important;
    }

    .testimonial-slider .pull-right {
        display: none !important;
    }

    .get-in-touch-section .left-side-image {
        display: none;
    }

    .gallery-sec-box {
        margin: 10px 0px 0px;
        height: 200px;
    }

    .gallery-sec .tz-gallery .row .col-6 {
        margin: 10px 0px 5px;
    }

    .get-in-touch-section .center-part .right-side-part .main-part {
        padding: 30px 20px;
    }

    .common-header p br {
        display: none;
    }

    .thank-you-img {
        width: 80%;
        margin: 40px auto 40px;
    }

    .common-popup {
        width: 95%;
    }

    .common-popup-div {
        padding: 20px;
    }

    .form-container .col-12 {
        padding: 0;
        margin: 0;
    }

    .form-container .col-lg-12 {
        padding: 0;
        margin: 0;
    }

    .common-popup-div .common-header h2 {
        margin-bottom: 10px;
    }

    .common-popup-div .common-header p {
        line-height: 18px;
    }

    .home-banner-sec .container {
        top: unset;
        transform: unset;
    }

    .banner-left-cont h1 {
        font-size: 38px;
        line-height: 40px;
        margin-top: 110px;
    }

    .home-banner-sec {
        height: auto;
        padding-bottom: 0px;
    }

    .banner-left-cont {
        padding-right: 0;
    }

    .banner-right-cont {
        padding: 20px 20px 10px;
    }

    .your-dreaming {
        padding: 100px 0 0;
    }

    #pricing .row.div-flip {
        flex-direction: column-reverse;
    }
    .our-properties-sec {
        padding: 70px 0 0;
    }
    .our-offerings-sec {
        padding: 70px 0 0;
    }
}

@media(max-width: 640px) {
    .container, .container-fluid {
        width: 95%;
    }
}

@media(max-width: 575px) {
    .common-header h2 {
        font-size: 45px;
        line-height: 48px;
    }

    .whatsup-but {
        position: fixed;
        bottom: 16px;
        left: 0;
        z-index: 10;
        height: 100px;
        transform: scale(0.8);
    }
    .properties-area {
        margin-top: 50px;
    }
    .commercial-managed-sec {
        padding: 70px 0 50px;
    }
    .container {
        width: 93%;
    }
    .container-fluid {
        width: 100%;
    }

    .about-sec {
        padding-top: 70px;
    }

    .benefit-lp-sec {
        padding: 50px 0;
    }

    .product-lp-sec {
        padding-top: 60px;
    }

    .special-features-text {
        padding: 20px;
    }

    .special-features .row {
        padding-bottom: 20px;
        ;
    }

    .gallery-sec {
        padding: 60px 0;
    }

    .testimonial {
        padding-bottom: 107px;
        padding-top: 20px;
    }

    .get-in-touch-section {
        padding: 20px 0 100px;
    }

    footer {
        padding: 40px 0;
    }

    .get-in-touch-div .get-in-touch-button {
        animation: none;
        width: -moz-available;
        width: -webkit-fill-available;
        width: fill-available;
        left: unset;
        right: 0;
        bottom: 0 !important;
        text-align: center;
        border-radius: 0;
        background: #ff6000;
        color: #fff;
        z-index: 9;
        width: 50%;
        box-sizing: border-box;
        padding: 0 0;
        height: 45px;
        line-height: 38px;
    }

    .get-in-touch {
        width: 100%;
    }

    a.blantershow-chat {
        animation: none;
        left: 0;
        right: unset;
        bottom: 0 !important;
        text-align: center;
        border-radius: 0;
        background: #fff;
        color: #ff6000;
        font-size: 15px;
        text-transform: uppercase;
        z-index: 9;
        width: 50%;
        box-sizing: border-box;
        padding: 13px 20px;
    }

    .lp-banner-slider-area .banner-right-cont {
        width: 80%;
    }

    .slideshow .item h1, .slideshow .item p {
        left: 10%;
        position: relative;
    }

    .slideshow .item h1 {
        font-size: 45px;
    }

    .banner-img_overlay {
        width: 100%;
    }

    .banner-img_overlay {
        opacity: 0.8;
    }

    .key-features-box .key-features-box-text-area h4 {
        font-size: 20px;
        line-height: 20px;
    }
}

@media(max-width: 450px) {
    .product-slider .slick-next {
        right: 35%;
    }

    .product-slider .slick-prev {
        left: 35%;
    }

    .common-header h2 {
        font-size: 35px;
        line-height: 42px;
    }

    .slideshow .item h1 {
        font-size: 35px;
        line-height: 42px;
    }

    p {
        font-size: 16px;
        line-height: 24px;
    }

    .lp-banner-slider-area .banner-right-cont {
        padding: 20px 30px;
        width: 90%;
    }

    .special-features-text h4 {
        font-size: 26px;
        margin-bottom: 25px;
        margin-top: 0;
    }

    .key-features-box .key-features-box-text-area h4 {
        font-size: 20px;
        line-height: 20px;
    }
}

@media(max-width: 420px) {
}

@media(max-width: 400px) {
    .special-features-text {
        padding: 20px;
    }
}

@media(max-width: 350px) {
}

@media(max-width: 320px) {
    .get-in-touch-div .get-in-touch-button h2 {
        font-size: 13px;
        padding: 12px 0;
        margin: 0;
    }
}