/*
Theme Name: Latitude
Theme URI: https://townebridge.appartments
Author: Bhavesh Prajapati
Author URI: https://confidosoft.com/
Template: twentytwentytwo
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-column, responsive-layout
*/

* {
    margin: 0;
    padding: 0;
}

html,
body {
    overflow-x: hidden;
    font-family: 'Poppins'!important;
	font-size:1rem!important;
}
h4 {
	font-size:1.5rem!important;
}
.near-bg h1{
    font-size: 1.2rem;
}
@media (min-width: 766px){
	h2.title-head span{
		font-size:calc(1.325rem + .9vw)!important;
	}
}
/* text colors */
.text-primary {
    color: #2C4482 !important;
}

/* font weights */
.fw-600 {
    font-weight: 600;
}

.fw-500 {
    font-weight: 500;
}

section {
    will-change: transform;
    overflow: hidden;
}

p {
    line-height: 28px;
}

.header-section1 {
    background-color: #2C4482;
}

.main-navbar {
    left: auto;
    bottom: auto;
    right: auto;

}
.logo-h {
    width: auto;
}
.navbar-nav li a {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
    color: #2C4482 !important;
}

.navbar-nav li a.active {
    color: #FF9600 !important;
    font-weight: 500;
}
.navbar-brand img{
    width: 320px;
    /* max-width: 100%; */
}
.navbar-brand {
    width: auto;
    max-width: 100%;
}
.footer-nav .nav-item .nav-link {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
    color: #FFF !important;
}

.footer-nav .nav-item .active {
    color: #FF9600 !important;
}

.btn-outline {
    border: 1px solid #2C4482 !important;
    color: #2C4482 !important;
}

.btn-primary {
    border: 1px solid #2C4482 !important;
    color: #fff !important;
    background-color: #2C4482 !important;
}

.btn-info,
.btn-info:hover {
    color: #000;
    background-color: #b1cbe6;
    border-color: #b1cbe6;
}

.bg-clearday {
    background-color: #eef8f8;
}

@media (min-width: 766px) {
    .title-head {
        font-size: 2.0rem;
    }
}

@media (min-width: 1024px) {

    .title-head,
    .title-head2 {
        font-size: 3.0rem;
    }

    h2.title-head {
        font-size: 2.0rem;
    }
}

.text-funblue {
    color: #2C4482;
}

.text-lightpink-main {
    color: #EC57CB;
}

.text-lightpink {
    /* color: #EC57CB; */
    color: #ff9600;
}

.text-viking {
    color: #51a2c3;
}

.text-summersky {
    color: #2cc8dd;
}

.text-havelockblue {
    color: #5d7ac5;
}

.bg-lavenderblush {
    background-color: #fff3fc;
}

.text-rockblue {
    color: #7382A8;
}

.text-aquamarine {
    color: #5EBE85;
}

.bg-white-soild {
    background-color: #f5f6f9;
}

.bg-boll {
    background-color: #e7edff;
}

.img-contant {
    background: linear-gradient(90deg, rgba(245, 246, 249, 1) 50%, rgba(231, 237, 255, 1) 50%);
}

.cursor-pointer {
    cursor: pointer;
}

.icon-text {
    color: #7382A8;
    font-size: 36px;
}

.icon-getway {
    width: 62.5px;
    height: 62.5px;
}

.set-images {
    transform: translate(10px, -329px);
}

.nav-tabs {
    border-bottom: 0 !important;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #5EBE85 !important;
}

.nav-pills .nav-link {
    /* border: 1px solid red !important; */
    background-color: #f5f6f9;
    color: #93909d;
}

.floorplan-td {
    color: #2b2b2b;
    font-size: 16px;
}

.request-viste {    
    background-repeat: no-repeat;
    position: relative;
}

.input {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    padding-top: 10px;
}

.input-label {
    color: #8597a3;
    position: absolute;
    top: 20px;
}

.input-field {
    border: 0;
    padding: 0;
    z-index: 1;
    background-color: transparent;
    border-bottom: 2px solid #eee;
    font: inherit;
    font-size: 14px;
    line-height: 30px;
}

.input-field:focus {
    outline: 0;
    border-bottom-color: #665856;
}

.input-field:focus-visible {
    outline: 0;
    border-bottom-color: #665856
}

.input-label {
    color: #2b2b2b;
    font-size: 16px;
}

.card-box {
    top: 198px;
}

.single-item .slick-dots {
    text-align: center;
}

/*silder*/
.slick-dot {
    text-align: center
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li.slick-active button:before {
    background-color: #ff7a00;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: red;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


#autoplay .slick-prev {
    left: 20px;
}

#autoplay .slick-next {
    right: 20px;
}

#autoplay .slick-prev,
#autoplay .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 112;
}

#autoplay .slick-prev:before,
#autoplay .slick-next:before {
    content: "";
    z-index: 1024;
    width: 40px;
    height: 40px;
    background-size: 50%;
    background-repeat: no-repeat;
    object-fit: cover;
    display: block;
}

#autoplay .slick-slide {
    position: relative;
}

.single-item .slick-dots {
    text-align: center;
}

/*silder*/
.slick-dot {
    text-align: center
}

.slick-slide {
    height: auto;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li.slick-active button:before {
    background-color: #ff7a00;
}

.slick-dots li button:before {
    font-family: 'slick';
    line-height: 20px !important;
    position: absolute !important;
    top: -68px !important;
    left: 0 !important;
    width: 20px !important;
    height: 20px !important;
    content: '' !important;
    text-align: left !important;
    border-radius: 50%;
    border: 3px solid #fff;
    background-color: #fff;
}

.request-viste {    
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}

/* .icon-aminites{
    height: 110px;
    width: 124px;
} */
.background-card {
    transform: translateY(34px);
}

.border-bottom {
    border-bottom: 1px solid #7382A8 !important;
}

.border-end {
    border-right: 1px solid #7382A8 !important;
}

.bg-lavenderblush img {
    width: 100px;
    height: 100px;
}

footer {
    background: #000;
}

.footer-text {
    font-size: 24px;
}

.copyright,
.copyright:hover,
.copyright a {
    font-size: 12px;
    color: rgb(152, 152, 152);
    text-decoration: none;
}

@media (max-width: 766px) {
    .border_sm {
        border-bottom: none !important;
        border-right: none !important;
    }
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-brand {
        width: 75%;
    }
}

.js .slider-single>div:nth-child(1n+2) {
    display: none
}

.js .slider-single.slick-initialized>div:nth-child(1n+2) {
    display: block
}

.about-bg {
    background-image: linear-gradient(to bottom, #e7edff 0%, rgba(231, 237, 255, 0) 100%);
}

.about-bg .title-head {
    color: #7382a8;
}
 /*
.aminities-bg {
    background-image: linear-gradient(180deg, #FFF3FC 0%, rgba(255, 243, 252, 0) 100%); 
    background-image: url(../../assets/images/header-bg.jpg);
    height: 300px;
}
*/
.aminities-bg .title-head {
    color: #EC57CB;
}
/*
.floor-bg {
     background-image: linear-gradient(180deg, #DFFFEC 0%, rgba(255, 243, 252, 0) 100%); 
    background-image: url(../../assets/images/header-bg.jpg);
    height: 300px;
}
*/
.floor-bg .title-head {
    color: #5EBE85;
}
/*
.gallery-bg {
     background-image: linear-gradient(180deg, #CEF1FF 0%, rgba(255, 243, 252, 0) 100%); 
    background-image: url(../../assets/images/header-bg.jpg);
    height: 300px;
}
*/
.gallery-bg .title-head {
    color: #51A2C3;
}
/*
.near-bg {
     background-image: linear-gradient(180deg, #C5F7FE 0%, rgba(197, 247, 254, 0) 100%); 
    background-image: url(../../assets/images/header-bg.jpg);
    height: 300px;
}
*/
.near-bg .title-head {
    color: #2cc8dd;
}
/*
.contvisit-bg {
     background-image: linear-gradient(180deg, #E9E7EA 0%, rgba(231, 237, 255, 0) 100%); 
    background-image: url(../../assets/images/header-bg.jpg);
    height: 300px;
}
*/
.contvisit-bg .title-head {
    color: #2C4482;
}

.progress {
    display: flex;
    height: 8px;
    overflow: hidden;
    font-size: .75rem;
    background-color: #d6e0ff;
    border-radius: 0.25rem;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #7382a8;
    transition: width .6s ease;
}

.history-wrap {
    background-color: #f5f6f9;
}

.history-wrap h1 {
    font-size: 36px;
}

.text-darkblue {
    color: #2C4482;
}

ul.velo-ul li::before {
    content: "\2022";
    color: #CFCFCF;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

ul.velo-ul li {
    color: #000;
    padding-bottom: 0.4375rem;
    margin-bottom: 0.625rem;
}

header nav .container-fluid .collapse ul li a {
    text-decoration: none;
    display: block;
    /*padding: 0.5rem 1rem;*/
    text-decoration: none;
}

header nav .container-fluid .collapse .navbar-nav li a.active {
    color: #FF9600 !important;
    font-weight: 500;
}

footer .header-section1 .container-fluid .text-center ul li a {
    text-decoration: none;
    /* color: white; */

    font-weight: 500;
    font-size: 18px;
    line-height: 40px;
    color: #FFF !important;
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.wpcf7-spinner {
    display: block;
}

.form-check-input {
    border: 0;
}

.column-3 {
    column-count: 3;
}




/* image gallery starts */
.page-gallery .modal {
    display: none;
    position: fixed;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

.page-gallery .modal-backdrop {
    position: unset;
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 100%;
}

.close {
    color: #ffffff;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
}

.cursor {
    cursor: pointer;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: #ffffff;
    font-weight: bold;
    font-size: 40px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    text-decoration: none !important;
}

.prev {
    left: 0;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.carousel-indicators [data-bs-target] {
    width: 10px !important;
    height: 10px !important;
    border-radius: 100% !important;
    background-color: #93909d !important;
}

.carousel-indicators {
    bottom: -65px !important;
}

.page-gallery .carousel-control-next,
.page-gallery .carousel-control-prev {
    width: 5%;
}

.page-gallery .carousel-control-next-icon,
.page-gallery .carousel-control-prev-icon {
    background-size: 50% 50%;
}

.active,
.dot:hover {
    color: #717171;
}

.py-5 .container .carousel button{
    line-height: 0%;
    top: 6%;
}

/* image gallery ends */
footer .container-fluid .row .col-md-4 .d-flex {
    line-height: 0px;
}
header .navbar .navbar-collapse ul .current-menu-item a{
    color: #FF9600 !important;
    font-weight: 500;
}

footer .header-section1 .container-fluid .col-md-12 ul .current-menu-item a {
    color: #FF9600 !important;
}
.welcome {
	font-size: 26px !important;
    font-weight: 600;
}
.logo-h {
    width: 320px;
    max-width: 100%;
}
.single-floor-plan h1{font-size: 2.5rem;}
@media only screen and (max-width: 1200px) {
	.logo-h {
		width: 220px;
	}
}
.map-legend {
    background-color: #ff9900;
    padding: 2px;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    display: block;
    text-align: center;
    color: #5f5f5f;
    float:left;
    margin-right: 5px;
    }
#autoload .modal-header{
		    position: absolute;
    z-index: 1029;
    right: 10px;
    border: 0;
    top: 10px;
	.btn-close{
		    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
			opacity:1;
	}
	}
	