@import url('https://fonts.googleapis.com/css2?family=Carattere&display=swap');
@font-face {
    font-family: 'Butler_Light';
    src: url('../fonts/Butler_Light.otf');
}

@font-face {
    font-family: 'Gotham_Light';
    src: url('../fonts/Gotham_Light.otf');
}

@font-face {
    font-family: 'Gotham_Book';
    src: url('../fonts/Gotham_Book.otf');
}

html {
    overflow-x: hidden !important;
}

section {
    overflow: hidden;
}

body {
    font-family: 'Gotham_Light' !important;
    font-size: 14px !important;
    line-height: 1.4 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Butler_Light';
    /* font-family: 'Gotham_Light' !important; */
    /* font-family: 'Butler_Light'; */
}

.stitle {
    font-family: 'Gotham_Light' !important;
}

a {
    text-decoration: none !important;
}

.bg-green {
    background: #0E1F24;
}

.dark-bg {
    background: #0E1F24;
}

.grey-bg {
    background: #F3F3F3;
}

.section-title {
    /* font-family: 'Butler_Light'; */
    font-family: 'Butler_Light';
    font-size: 44px;
    margin-bottom: 20px;
}

.conf-tit {
    padding: 0px 50px;
    color: #fff;
}

.banner-title {
    font-size: 62px;
    font-family: 'Butler_Light';
}

.subhead {
    font-size: 25px;
    color: #fff;
    margin-bottom: 20px;
}

.sub-title {
    text-align: initial;
    font-size: 50px;
}

.sec-padd {
    padding: 100px 0;
}

.sec-padd-top {
    padding-top: 100px;
}

.sec-padd-bot {
    padding-bottom: 100px;
}

.mt-30 {
    margin-top: 30px;
}

.pt-30 {
    padding-top: 30px
}


/******************Header**************/

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.navbar-light .navbar-toggler {
    color: #fff !important;
    border-color: transparent !important;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0rem !important;
}

.offcanvas .nav-link {
    /* font-family: 'optima' !important; */
    color: #fff !important;
    font-size: 22px;
    font-weight: 600;
}

.offcanvas .nav-link:hover {
    color: #fff !important;
}

.btn-close {
    color: #fff;
    filter: brightness(0) invert(1);
    opacity: 1 !important;
}

.btn-close:focus {
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25) !important;
}

.navbar-nav .dropdown-item {
    padding: 10px 12px !important;
    border-bottom: 1px solid #EDF2FE;
}

.navbar-nav .dropdown-item:last-child {
    border-bottom: 0;
}

.offcanvas {
    background-color: #0E1F24 !important;
}

.btn-grp a {
    display: inline-block;
    margin-top: 20px;
}

.overlay {
    background: rgba(0, 0, 0, 0.7);
}

.box-wrap {
    align-items: center;
    border: 1px solid #000;
    padding: 10px;
    margin-top: 30px;
}

.icon-wrap img {
    width: 45px;
    margin-right: 13px;
}

.box-wrap>* {
    position: relative;
    z-index: 9;
}

.bg-hover {
    position: relative;
}

.bg-hover:after {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0px;
    top: 0px;
    height: 100%;
    width: 0px;
    background-color: #007686;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.bg-hover:hover img {
    filter: brightness(0) invert(1);
}

.whitec {
    color: #fff;
}

.bg-hover:hover .title-wrap {
    color: #fff;
}

.bg-hover:hover:after {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px !important;
    line-height: 1.42857143;
    vertical-align: middle;
}

thead>tr>th {
    color: #fff;
}

table .price-click {
    font-size: 14px;
    margin-right: 0;
}

.title45 {
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.amenities-carousel {
    margin: 70px 0px 0px;
}

.amenities-gallery {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s;
    /* margin-bottom: 10px; */
    box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
}

.amenities-gallery .actual {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #091B29;
    font-size: 18px;
    padding: 0px 15px 10px 10px;
    z-index: 99;
}

ul.listing {
    padding-left: 17px;
}

ul.listing li {
    margin-bottom: 15px;
}

ul.listing li::marker {
    color: #007686;
}

.readmore.collapsed .fa::before {
    content: "\f0fe";
    transition: ease all 0.5s;
}

.readmore .fa::before {
    content: "\f146";
    transition: ease all 0.5s;
}

.amenities {
    padding: 80px 0px;
    background: #0E1F24;
    z-index: 99;
    position: relative;
}

.amenities-icon .icons-wrap img {
    width: 67px !important;
}

.amenities-icon .icons-wrap {
    border: 2px solid transparent;
    margin-bottom: 5px;
    display: inline-block;
    transition: ease all 0.5s;
    padding: 8px;
}

.amenities-icon {
    align-items: center;
    gap: 30px;
    margin: 0 auto;
    text-align: center;
}

.amenities-icon p {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
}


/**banner***/

.carousel-inner .carousel-caption {
    right: inherit !;
    left: 0% !important;
    text-align: left !important;
    bottom: 0;
    background: linear-gradient(90deg, rgba(116, 92, 44, 1) 1%, rgba(116, 92, 44, 0) 100%);
    padding: 2rem 3.5rem !important;
}

.carousel-caption h3 {
    font-size: 50px;
}

.carousel-caption h4 {
    font-size: 42px;
}

.navbar-brand img,
.offcanvas-header img {
    max-width: 150px;
}

.carousel-caption>* {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.banner_down_arrow {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}

.big-head {
    font-size: 50px;
    line-height: 1.4;
}

.img-wrapper {
    z-index: 1;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nri_box_wrap {
    display: flex;
    margin-bottom: 30px;
    gap: 30px;
}

.nri_box_wrap .nribox_img_wrap {
    position: relative;
    width: 40px;
    text-align: center;
}

.nri_box_wrap .nribox_img_wrap:before {
    content: "";
    position: absolute;
    height: 75%;
    width: 2px;
    border-left: 1px solid #fff;
    top: 28px;
    left: 50%;
}

.nri_box_wrap .nribox_img_wrap:after {
    content: "";
    position: absolute;
    background: #B8691B;
    height: 10px;
    width: 10px;
    border-radius: 40px;
    top: 5px;
    left: 40%;
}

.nribox_txt_wrap h4 {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.4;
    font-family: 'Gotham_Light' !important;
}

.nribox_txt_wrap span {
    color: #B8691B;
    font-size: 14px;
    font-weight: 700;
    line-height: 2;
    font-family: 'Gotham_Light' !important;
}

.left-content {
    /* max-width: 638px; */
    padding-left: 0;
    flex-flow: column;
    padding: 0% 40% 0px 10%;
    align-items: inherit;
}

.nri_box_wrap:last-child .nribox_img_wrap:before {
    display: none;
}

.border-effect {
    position: relative;
    margin-bottom: 30px;
    padding: 10px 0;
}

.high-prior {
    position: relative;
    z-index: 9;
}

.over-sec .sticky-top {
    top: 72px;
}

.border-effect::before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    left: 50%;
    top: 0;
    transition-duration: 0.4s;
    background: #ffffff;
}

.border-effect::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    left: 50%;
    bottom: 0;
    transition-duration: 0.4s;
    background: #ffffff;
}

.border-effect:hover::before,
.border-effect:hover::after {
    width: 30%;
    left: 36%;
}

.amenities-gallery img {
    min-height: 570px;
    transform: scale(1);
}

.amenities-gallery:hover img {
    transform: scale(1.1);
}

.owl-theme .owl-nav [class*=owl-] {
    margin: 10px 5px;
    position: relative;
    background: black !important;
    bottom: 0px;
    color: #000000 !important;
    font-size: 7px !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: 2px solid !important;
    height: 40px;
    width: 40px;
    border-radius: 50% !important;
    outline: none !important;
    z-index: 99;
    position: relative;
}

.usp-carousel .owl-nav [class*=owl-] {
    border: none !important;
    display: none !important;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    /* background: #745C2C !important; */
    color: #fff !important;
}

.conf-img {
    position: relative;
    padding: 0 0 25px 25px;
    margin: 30px 0 0 15px;
}

.conf-img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top: 2px solid #745C2C;
    border-left: 2px solid #745C2C;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
    z-index: -1;
}

.map-image {
    position: relative;
    padding-left: 10px;
}


/* .map-image::after {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    border-left: 10px solid #745C2C;
    height: 450px;
    margin-top: -225px;
} */

.evergreen-sec {
    position: relative;
}

.traingle1 {
    position: absolute;
    width: 74%;
    z-index: -1;
    bottom: -9px;
    left: 10px;
}

.triangle2 {
    position: absolute;
    width: 100%;
    z-index: -1;
    bottom: -44px;
    left: -17%;
}

svg.triangle3 {
    position: absolute;
    z-index: -1;
    bottom: -94px;
    right: 10px;
}

svg.triangle4 {
    position: absolute;
    z-index: -1;
    bottom: -98px;
    right: -28%;
}

.traingle5 {
    position: absolute;
    width: 74%;
    z-index: -1;
    bottom: -157px;
    left: 10px;
}

.triangle6 {
    position: absolute;
    width: 100%;
    z-index: -1;
    bottom: -191px;
    left: -17%;
}

.falling-leaves {
    position: absolute;
    top: -44%;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, 0);
    background-size: cover;
    overflow: hidden;
}

.leaf-scene {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    transform-style: preserve-3d;
}

.leaf-scene div {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../images/leaf.svg) no-repeat;
    background-size: 100%;
    transform-style: preserve-3d;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}

#carousel-example-generic {
   
}

.over-sec {
    position: relative;
}

.over-sec::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: #0E1F24;
    width: 100%;
    height: 98.52%;
    z-index: -2;
}

.width {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.second_sec {
    margin-top: -60px;
}

.trirel {
    position: relative;
}


/******************/

.snip1206 {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.snip1206 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.snip1206:after {
    background: #ffffff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    opacity: 0.75;
    -webkit-transform: skew(-45deg) scaleX(0);
    transform: skew(-45deg) scaleX(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.snip1206::before {
    content: "\f055";
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    z-index: 99;
    font-size: 30px;
    color: #745C2C;
    -webkit-transform: skew(-45deg) scaleX(0);
    transform: skew(-45deg) scaleX(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.snip1206 .figcaption {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.snip1206 h2,
.snip1206 p {
    opacity: 1;
}

.galbg-img {
    border-radius: 0 !important;
    width: 100%;
    height: 654px !important;
    object-fit: cover;
}

.snip1206:hover:after,
.snip1206.hover:after {
    -webkit-transform: skew(-45deg) scaleX(1);
    transform: skew(-45deg) scaleX(1);
    transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.snip1206:hover:before {
    -webkit-transform: skew(0deg) scaleX(1);
    transform: skew(0deg) scaleX(1);
    transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.fig-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
}


/**Tab***/

.nav-tabs .nav-link.active {
    border: 3px solid #ffffff91 !important;
    background: #ffffff !important;
    color: #000 !important;
    border-radius: 0 !important;
    /* background-image: url(../images/arrowfloor.svg); */
}

.nav-tabs .nav-link {
    position: relative;
    border: 1px solid #745C2C !important;
    background: transparent !important;
    color: #745C2C !important;
    border-radius: 0 !important;
    border: 3px solid #ffffff91 !important;
    /* background: #745C2C !important; */
    color: #fff !important;
    font-size: 20px;
    margin: 0 15px 15px !important;
    min-width: 75%;
    text-align: initial;
    padding: 20px;
    transition: all 0.4s ease 0s;
}

#nav-profile .nav-tabs .nav-link,
#nav-contact .nav-tabs .nav-link {
    margin: 15px auto !important;
    min-width: 20%;
    font-size: 16px;
    padding: 10px 0px;
    text-align: center;
}

.nav-tabs .nav-link:hover {
    /* border: 1px solid #745C2C !important; */
    /* background: #745C2C !important; */
    /* color: #fff !important; */
    /* background-image: url(../images/arrowfloor.svg); */
}


/* .tab-content>.tab-pane {
    display: block !important;
    height: 0 !important;
    overflow: hidden;
}

.tab-content>.tab-pane.active {
    display: block !important;
    height: auto !important;
}

.nav-tabs .fade:not(.show) {
    opacity: 0 !important;
}

.nav-tabs .fade.show {
    opacity: 1 !important;
} */

.gallery .card-img-top {
    border-radius: 0 !important;
    object-fit: cover;
    height: 319px;
    /* margin: 0px 10px; */
}

.gallery .card {
    position: relative;
    width: 100%;
    transition: all 0.5s;
    border: 0;
}

.list li {
    font-size: 21px;
    position: relative;
    margin-bottom: 12px;
    padding-left: 30px;
}

.list li::before {
    position: absolute;
    content: '';
    background: url(../images/loc-pin.gif) no-repeat;
    background-size: contain;
    background-position: center;
    width: 50px;
    height: 100%;
    left: -18px;
    top: -3px;
}


/************Button**************/

.round-btn {
    color: #fff;
    background: transparent;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 20px;
    line-height: 28px;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    border: 1px solid #FFFFFF;
    outline: none;
    overflow: hidden;
    z-index: 1;
}

.round-btn:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: #745C2C;
    transition: all 0.3s ease;
}

.round-btn:hover {
    color: #fff;
}

.round-btn:hover:after {
    left: 0;
    width: 100%;
}

.card-title {
    font-size: 25px;
    line-height: 1.4;
}

.content-wrap {
    max-width: 638px;
    margin-left: auto;
    padding-right: 80px;
}

.slick-slide {
    margin-right: 15px;
    margin-left: 15px;
}

.card-body {
    padding: 2rem !important;
}

.card-text {
    margin: 20px 0 30px;
}

.form-inner {
    margin-top: -142px;
}

.form-bg {
    background: url(../images/bg2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    padding: 68px 60px;
    margin-bottom: 80px;
    /* background: aqua; */
}

.form-btn {
    background: #B8691B;
    color: #fff;
    border: 0;
    margin-top: 0px;
    padding: 15px 40px;
    /* margin: auto; */
}

.map-sec {
    margin: 0px 0px 200px;
    background: #0E1F24;
}

form .form-btn {
    display: inherit !important;
}

.form-group {
    margin-bottom: 15px;
}

.con-wrap {
    padding: 20px 0;
    border-bottom: 1px solid #dcdedf;
}

.icon-wrap i {
    font-size: 27px;
    margin-right: 15px;
}

.con-title {
    font-size: 24px;
}

.con-subtitle {
    font-size: 18px;
}

.ami-overlay {
    width: 100%;
    height: 100%;
    /* background: rgba(168, 138, 109, 0.5); */
    position: absolute;
    top: 0;
    transform: translate(-101%, 0);
    transition: all 1s;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.galimg {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s;
    box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
}

.galimg:hover .ami-overlay {
    transform: translate(0%, 0);
    transition: all 0.5s;
    cursor: url(../images/hovericon.png), auto !important;
}


/*----------Modal Design-------*/

label.error {
    color: red;
    font-size: 12px;
    font-weight: 300;
}

.modal {
    z-index: 9999;
    background: rgba(185, 185, 185, 0.6);
}

.modal-content {
    background: url(../images/brown-bg.jpg) no-repeat !important;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 17px;
}

.modal-body {
    padding: 24px !important;
    color: #fff;
}

.modal .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    opacity: 1;
    outline: none;
    border: none;
    z-index: 9;
    filter: brightness(0) invert(1);
}

.modal-dialog {
    margin-top: 7% !important;
    z-index: 9999 !important;
}

.modal-body p {
    font-size: 14px;
    text-align: center;
}

.modal-body h3 {
    /* font-family: "Optima Bold"; */
    margin: 10px 0px;
    padding: 10px 0px;
    text-align: inherit;
    font-size: 36px;
    border-bottom: 2px solid #fff;
}


/*---modal form--*/


/*-------------------------------*/

.modal-body form input,
.modal-body form select {
    height: 40px;
    border: 1px solid #ffffff;
    width: 100%;
    background: #fff;
    margin-bottom: 0;
    padding-left: 10px;
    border-radius: 7px !important;
    color: #222222;
    border-left: none;
}

.modal-body form input::placeholder,
.modal-body form textarea::placeholder {
    color: #fff !important;
}

.modal-body form .input-group-addon {
    background: #fff;
    color: #306e3c;
    border: 1px solid #ffffff;
    border-right: 0;
    border-radius: 7px 0 0 7px;
}

.form-ico {
    font-size: 19px !important;
}

.modal-body form textarea {
    border: none;
    resize: none;
    /*background: #e4e4e4;*/
}

.modal-body form .form-group {
    height: 40px;
    margin-bottom: 23px;
    margin-top: 0;
}

.form-control:focus {
    box-shadow: none !important;
}

.btn-center {
    display: block;
    margin: 0 auto;
}

.modal-body form .input-group {
    box-shadow: 0 5px 30px #00000014;
}

.modal-body form button {
    margin: 0 auto;
}


/*-----------Modal End --------*/


/*****************Footer*******************/

.social-item {
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    text-align: center;
    margin-right: 10px;
}

.social-item i {
    color: #fff;
}

.footer-title {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links li a {
    color: #fff;
    text-decoration: none;
}

.footer-links li:last-child {
    margin-bottom: 0;
}

.social-item:hover {
    background: #007686;
}

.copy-right {
    padding: 40px 0;
}


/**********Project**************/

.proj-loc .fas {
    color: #007686;
}

.carpet-area {
    display: inline-block;
}

.border-tb {
    border-top: 1px solid #007686;
    border-bottom: 1px solid #007686;
    padding: 20px 0 !important;
}

.project-image,
.project-image-wrapper,
.read-more-wrap {
    position: relative;
}

.project-image {
    display: inline-block;
}

.project-image-wrapper {
    padding: 0 30px;
}

.proj-title {
    position: absolute;
    bottom: 30px;
    left: -30px;
    background: #007686;
    font-size: 18px;
    color: #fff;
    padding: 6px;
    font-weight: 600;
    z-index: 3;
}

.project-content {
    padding-left: 15px;
}

.bl-effect {
    position: absolute;
    content: '';
    border-top: 1px solid #007686;
    width: 100%;
    height: 100%;
    top: 23px;
    left: 0;
}

.image-wrap img {
    position: relative;
    z-index: 2;
}

.btn-right {
    position: relative;
    display: inline-block;
    /*background: #fff;*/
    z-index: 1;
    padding-left: 15px;
}

#pageloader {
    background: rgba(255, 255, 255, 0.9);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    top: 0;
}

#pageloader img {
    left: 50%;
    width: 100px;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
}

.error {
    color: #ff0000;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
}

.btneffect-title {
    font-size: 20px;
    display: inline-block;
    background: #fff;
    color: #007686;
    padding: 10px 30px;
    font-weight: 600;
    line-height: 30px;
    position: relative;
}

.btneffect-title::after {
    position: absolute;
    content: '';
    border-top: 1px solid #fff;
    width: 100%;
    height: 100%;
    top: 24px;
    right: auto;
}

.image-wrapper {
    float: left;
    width: 50%;
    margin: 0 15px 28px 0;
}

#text {
    display: none;
}

a.readmore {
    color: #007686;
}

.schools-sec .row>.col-md-6 {
    margin-bottom: 30px;
    color: #007686;
}

.section-bg {
    padding: 120px 0;
    color: #fff;
    position: relative;
}

.section-bg:before {
    content: "";
    background: #007686;
    position: absolute;
    bottom: 60px;
    top: 60px;
    left: 0;
    right: 0;
    transform: skewY(-3deg);
}

.institue-wrap {
    position: relative;
    z-index: 9;
}


/*************Accordian**************/

.accordion-flush .accordion-item .accordion-button {
    font-family: 'optima' !important;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0 rgb(13 110 253 / 25%) !important;
}


/***************Thank you ****************/

.msgicon {
    height: 100px;
    width: 100px;
    border: 4px solid #fff;
    font-size: 39px;
    background: #007686;
    color: #fff;
    border-radius: 50%;
    padding: 27px;
    text-align: center;
    margin: 0px auto;
    display: block;
}

.oops {
    text-align: center;
    font-size: 45px;
    margin-top: 20px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-weight: 800;
}

.oops span {
    font-weight: 300;
}

.oops-subtitle {
    /*color: #fff;*/
    font-size: 18px;
}

.go-home {
    color: #414041;
    font-size: 19px;
    padding: 10px;
    width: 232px;
    margin: 0px auto;
    margin-top: 30px;
    border-radius: 5px;
    text-align: center;
    transition: ease 0.5s;
}

.go-home:hover {
    transition: ease 0.5s;
    color: #fff;
    background: #007686;
    border-radius: 25px;
}

.oops-greet {
    color: #007686;
    font-size: 25px;
    /*font-weight: 600;*/
    margin-bottom: 15px;
}


/**************Form***********/

#contact-form input {
    height: 66px;
    border: none;
    border-radius: 0;
    width: 100%;
    padding: 15px;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
}

.form-control:focus {
    box-shadow: 0 0 0 0 rgb(13 110 253 / 25%) !important;
}

.contact-form .form-group {
    height: 65px;
    margin-bottom: 40px;
}

.contact-form input {
    height: 40px;
    border-radius: 0;
    width: 100%;
    padding-left: 8px;
}


#price-modal input {
    height: 40px;
    border: none;
    border-radius: 0 !important;
    width: 100%;
    padding: 0px 15px;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
}


.contact-form .form-group {
    height: 65px;
    margin-bottom: 40px;
}

.contact-form input {
    height: 40px;
    border-radius: 0;
    width: 100%;
    padding-left: 8px;
}
.form-wrapper {
    padding: 30px;
    background: #edf7ff;
}

.form-control::placeholder {
    color: #fff !important;
}

.reveal {
    visibility: hidden;
    width: 100%;
    height: 100%;
    max-width: 100%;
    overflow: hidden
}


/********************************Conf section ************************* */

.sec-plan {
    padding: 100px 0;
    
    background-size: contain;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-color: #f6f6f6;
}


/* ------------------- Floor TAB -----------------------*/

.floor-tab {
    text-align: center;
    border-bottom: none;
    margin-bottom: 20px;
    /*border-right: 2px solid #222;*/
}

.floor-tab li {
    float: none !important;
    /*width: 80px;*/
    margin: 0px auto;
    /*margin-bottom: 20px;*/
}

.floor-tab>li.active>a,
.floor-tab>li.active>a:hover,
.floor-tab>li.active>a:focus {
    color: #fff;
    background-color: #4f4f4f;
    border: none;
    border-bottom: 2px solid #02549a;
    cursor: pointer;
    border-radius: 0;
}

.floor-tab>li>a:hover,
.floor-tab>li>a:focus {
    color: #222;
    padding: 9px 20px !important;
    border: none;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    background-color: #d7d7d7;
    transition: ease all 0.5s;
}

.floor-tab>li>a {
    color: #222;
    padding: 9px 20px !important;
    border: none;
    border-bottom: 2px solid #fff;
    border-radius: 0;
    font-size: 15px;
    font-weight: 600;
    background: #d7d7d7;
    text-transform: uppercase;
    letter-spacing: 3px;
    transition: ease all 0.5s;
}

.arrowshow {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
}

.arrowl {
    opacity: 0;
    transition: opacity 800ms;
    position: absolute;
    top: 33%;
    right: 20%;
}

.arrowshow:hover .arrowl {
    opacity: 1.0;
}

.nav-tabs .nav-link.active .arrowl {
    opacity: 1.0;
}

.floor-wrap {
    display: inline-block;
    width: 100%;
    background-image: url(../images/bg.jpg);
    /* background: rgba(249, 249, 249, 0.6); */
    padding: 20px 10px;
    box-shadow: 0px 0px 69px -23px #cacaca;
}

.floor-tab li {
    float: none !important;
    /* width: 80px; */
    margin: 0px px auto;
    /* margin-bottom: 20px; */
}

.floor-tab>li.active>a,
.floor-tab>li.active>a:hover,
.floor-tab>li.active>a:focus {
    color: #fff;
    background-color: #4f4f4f;
    border: none;
    border-bottom: 2px solid #02549a;
    cursor: pointer;
    border-radius: 0;
}


/*-------------------------------------------------*/

.floor-content {}

.floor-content h3 {
    font-size: 20px;
    margin-bottom: 30px;
}

.floor-content h3 span {
    font-weight: 600;
}

.floor-content p {}

.floor-content ul {
    margin-bottom: 20px;
}

.floor-content ul li {
    font-size: 15px;
    margin-bottom: 5px;
}

.floor-content .price-btn {
    background: #1b8aaa;
    color: #fff;
    padding: 10px;
    display: block;
    font-size: 17px;
    text-transform: uppercase;
    width: 156px;
    text-decoration: none;
    outline: none;
}

.imagepatch {
    margin-bottom: 0;
    position: absolute;
    bottom: 15%;
    /* writing-mode: vertical-rl; */
    /* text-orientation: upright; */
    left: -34px;
    /* background: #ffffff70; */
    transform: rotate(-90deg);
    color: #fff;
    padding: 5px 5px;
    font-size: 10px;
    font-weight: 700;
}

.imagename {
    margin-bottom: 0;
    position: absolute;
    bottom: 0px;
    right: 0;
    background: #0E1F24;
    color: #fff;
    padding: 10px 15px;
    font-size: 18px;
}

.usp-carousel .owl-item img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 500px;
}

.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    top: 46%;
}

.usp-carousel .owl-carousel .owl-nav .owl-next {
    display: none;
}

.usp-carouse .owl-carousel .owl-nav .owl-prev {
    display: none;
}

.owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0px;
    top: 46%;
}

.gallery-item:nth-child(2) {
    margin-top: 7.5%;
}

#galery {
    padding: 80px 0px 0px;
}

#galery .owl-carousel .owl-nav .owl-prev,
#galery .owl-carousel .owl-nav .owl-next {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.gallery-item:nth-child(3) {
    margin-top: 60px;
}

.loc-sec {
    padding: 50px 0px;
}

.foot-sec1,
.foot-sec {
    position: relative;
}

.foot-sec:before {
    content: "";
    position: absolute;
    height: 86px;
    width: 3px;
    bottom: auto;
    z-index: 99;
    right: -10px;
    ;
    background-color: #fff;
}

.foot-sec1:before {
    content: "";
    position: absolute;
    height: 86px;
    width: 3px;
    bottom: auto;
    z-index: 99;
    right: -10px;
    background-color: #fff;
}

.disclaimer_text {
    text-align: left !important;
    height: 500px;
    overflow-y: scroll;
}

.disclaimer_text::-webkit-scrollbar {
    width: 2px;
}

.disclaimer_text::-webkit-scrollbar-track {
    background: transparent;
}

.disclaimer_text::-webkit-scrollbar-thumb {
    background: #fff;
}

.modal-content {
    /* background: url(../images/conbg.png) no-repeat !important; */
    background: #0E1F24 !important;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 17px;
}

.floorimg {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
    height: 600px;
    object-fit: cover;
}
.interested {
    position: fixed;
    z-index: 9999;
    bottom: 10px;
    right: 10px;
    letter-spacing: 1px;
    background-color: #0E1F24 !important;
    border: 3px solid #fff !important;
    font-size: 18px !important;
    color: #fff !important;
    padding: 8px 12px;
    border-radius: 0px !important;
    margin: 5px 0px;
    /* font-weight: 600; */
    /* outline: none; */
}

/*************Media Queries***************/


/* ============ desktop view ============ */

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
        padding: 0;
    }
    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }
    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}


/* ============ desktop view .end// ============ */

@media only screen and (max-width:1300px) {
    .sec-padd {
        padding: 60px 0;
    }
    body {
        font-size: 15px !important;
    }
    .content-wrap {
        max-width: 543px;
    }
    .subhead {
        font-size: 25px;
    }
    .sub-title {
        font-size: 25px;
    }
    .left-content {
        /* max-width: 545px; */
        padding: 0% 25% 0px 5%;
    }
    .amenities-gallery img {
        min-height: 379px;
    }
    .amenities-gallery .actual {
        font-size: 14px;
    }
    .list li {
        font-size: 14px;
    }
    .map-image::after {
        height: 300px;
        margin-top: -150px;
    }
    .carousel-caption h3 {
        font-size: 35px;
    }
    .carousel-caption h4 {
        font-size: 32px;
    }
    .big-head {
        font-size: 35px;
    }
    .nribox_txt_wrap h4 {
        font-size: 16px;
    }
    .nri_box_wrap {
        margin-bottom: 25px;
    }
    .nri_box_wrap .nribox_img_wrap:before {
        height: 50%;
    }
    .section-title {
        font-size: 28px;
        width: 73%;
    }
    .border-effect {
        margin-bottom: 20px;
    }
    .map-sec {
        margin-bottom: 150px;
    }
    .over-sec .sticky-top {
        top: 26px;
    }
}

@media only screen and (max-width:991px) {
    .sec-padd {
        padding: 30px 0;
    }
    .sec-padd-top {
        padding-top: 30px;
    }
    .sec-padd-bot {
        padding-bottom: 30px;
    }
    .section-title {
        font-size: 25px;
    }
    #navbarNavDropdown {
        position: absolute;
        top: 80px;
        left: 0;
        z-index: 9999;
        background: #fff;
        width: 100%;
    }
    .leaf-scene div {
        width: 8px;
        height: 13px;
    }
    .second_sec {
        margin-top: 0;
    }
    .content-wrap {
        max-width: 100%;
        margin-left: auto;
        padding-right: 0;
    }
    .round-btn {
        font-size: 16px;
        line-height: 26px;
    }
    .nav-item {
        padding: 0px 15px;
        border-bottom: 1px solid;
        border: 0;
    }
    .nav-item:last-child {
        border-bottom: 0;
    }
    .navbar-nav .dropdown-menu {
        padding: 0 !important;
        border: 0;
    }
    .page-banner {
        padding: 40px 0;
    }
    .form-wrapper {
        padding: 30px 15px;
        margin-top: 30px;
    }
    .icon-wrap i,
    .con-title {
        font-size: 22px;
    }
    .project-content {
        padding-top: 30px;
        padding-left: 0px;
    }
    .amen-slide .item {
        margin-bottom: 60px;
    }
    .dropdown-menu {
        display: block !important;
    }
    .left-content {
        max-width: 338px;
    }
    .carousel-inner .carousel-caption {
        padding: 1rem 1.5rem !important;
    }
    .carousel-caption h3 {
        font-size: 26px;
    }
    .carousel-caption h4 {
        font-size: 23px;
    }
    .big-head {
        font-size: 29px;
    }
    .amenities-gallery img {
        min-height: auto;
    }
    .carousel-inner {
        border-bottom-right-radius: 90px;
    }
    .copy-right {
        padding: 15px 0;
    }
    .col-reverse {
        flex-direction: column-reverse;
    }
    .width {
        width: 100%;
    }
    .mt-md-30 {
        margin-top: 30px;
    }
}

@media only screen and (max-width:767px) {
    .footer-2 {
        padding: 30px 0;
    }
    .reverse-col {
        flex-direction: column-reverse;
    }
    .cloud {
        max-width: 70px;
        top: 0;
    }
    .image-wrapper {
        /* float: none; */
        width: 100%;
        margin: 0 0 15px 0;
    }
    .left-content {
        max-width: initial;
        padding: 40px 10px 0px;
    }
    .carousel-caption h4 {
        font-size: 18px;
    }
    .carousel-caption h3 {
        font-size: 21px;
    }
    .big-head {
        font-size: 24px;
    }
    .border-effect {
        margin-bottom: 0px;
    }
    .conf-content {
        max-width: 100%;
    }
    .map-image::after {
        height: 200px;
        margin-top: -100px;
    }
    .carousel-inner {
        border-bottom-right-radius: 90px;
    }
    .nri_box_wrap {
        gap: 30px;
    }
    .nri_box_wrap .nribox_img_wrap:before {
        height: 66%;
    }
    .nribox_txt_wrap h4 {
        font-size: 16px;
    }
    .nri_box_wrap .nribox_img_wrap {
        width: 32px;
    }
    .over-sec .img-wrapper {
        overflow: hidden;
    }
    .nri_box_wrap {
        margin-bottom: 40px;
    }
    .conf-img {
        margin: 60px 0 0 15px;
    }
    .nav-tabs .nav-link {
        font-size: 18px;
        margin: 0 7px 15px !important;
    }
    .galimg {
        margin-bottom: 20px;
    }
    .form-bg {
        margin-bottom: 40px;
    }
    .loc-sec {
        padding: 0px 0px;
    }
    .floor-wrap {
        padding: 60px 10px;
    }
    .arrowshow:hover .arrowl {
        transform: rotate(90deg);
    }
    .arrowl {
        transform: rotate(90deg);
    }
    .owl-carousel .owl-nav .owl-prev {
        position: initial;
    }
    .owl-carousel .owl-nav .owl-next {
        position: initial;
    }
    .gallery .card-img-top {
        border-radius: 0 !important;
        height: 399px;
        object-fit: cover;
    }
    .foot-sec:before,
    .foot-sec1:before {
        display: none;
    }
    .foot-sec,
    .foot-sec1,
    .foot-sec2 {
        border-bottom: 2px solid #fff;
        margin: 15px 30px;
    }
    .flogo {
        margin: 20px 0px 30px;
    }
    #carousel-example-generic {
        height: auto !important;
    }
    .banner-title {
        font-size: 35px;
    }
    .usp-carousel .owl-nav {
        margin-top: 0px;
    }
    .usp-carousel .owl-nav [class*=owl-] {
        height: unset;
    }
    .floorimg {
        height: auto;
        object-fit: cover;
    }
}