.fff:after {
    width: 50%;
    height: 2px;
    background: white;
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
}

.pam-head-left:after {
    width: 2px;
    height: 7rem;
    content: "";
    background: black;
    position: absolute;
    right: 50%;
}

.imgstyle {
    width: 44%;
    margin: 0% 1%;
    float: right
}

@media only screen and (max-width: 600px) {
    .pam-head-left:after {
        display: none;
    }

    .imgstyle {
        width: 90%;
    }
}

.carousel-control-next-icon {
    border-radius: 50%;
    background-color: black;
}

.carousel-control-prev-icon {
    border-radius: 50%;
    background-color: black;
}

.carousel-control-next, .carousel-control-prev {
    width: 4% !important;
}

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

.float {
    position: fixed;
    width: 51px;
    height: 50px;
    bottom: 56px;
    right: 15px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
}

.my-float {
    margin-top: 10px;
}
#form-query {
    position: fixed;
    width: 51px;
    height: 50px;
    bottom: 109px;
    right: 15px;
    background-color: #ff0018;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
}
#backtotopbutton {
    position: fixed;
    width: 51px;
    height: 50px;
    bottom: 2px;
    right: 15px;
    background-color: #167ac6;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
}




*{margin:0px;padding:0px;box-sizing:border-box;
   font-family: 'Open Sans', sans-serif;}
   html,body{overflow-x: hidden;}
body{
	/*font-family: 'Hind Madurai', sans-serif;
    font-family: 'Open Sans', sans-serif;*/
    color:#6e6e70;
    font-size: 16px;
    background-color:#f5f5f5;
}
/* Designing for scroll-bar */ 
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track{
    background-color: #ccc;
    border-radius: 0px;
}
::-webkit-scrollbar-thumb{
    background-color: #3f4a59;
    border-radius: 5px;
}
::-webkit-scrollbar-thumb:hover{
    background-color: #3f4a59;
    border-radius: 5px;
}

:focus{
    outline:none;
}
a{
	text-decoration: none;
	color:#414141;
}
a:hover{
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6{
    color: #6c6c6c;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
ul{
    margin:0px;
}
.main-hds {
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}
    .main-hds h1 {
        font-size: 21px;
        color: #333;
        font-weight: 500;
        margin-bottom: 15px;
       
    }
/* .main-hds:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: url(./images/art-bg.png);
    top: 0;
    left: 50%;
    z-index: -2;
} */
.divider {
    width: 150px;
    margin: 0 auto;
    height: 3px !important;
    color:#3f4a59;
    opacity: 1;
}
/* start inner page */
.inner-banner img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}
/* modal */
.pr-pop button.close {
    position: absolute;
    right: 10px;
    top: -12px;
    color: #c56b5f;
    text-shadow: none;
    background: transparent;
    font-size: 45px;
    border: none;
    opacity: 1;
    z-index: 9;
}
.pr-pop .form-control.tpfrm {
    display: block;
    width: 100%;
    height: 45px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    font-size: 14px;
    /* background-color: transparent; */
    background-clip: padding-box;
    border: 1px solid #ced4da69;
    border-radius: 0px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.pr-pop p {
    font-size: 16px;
    color: #666;
}
.form-group{
    margin-bottom: 1rem;
}
.frm-btn {
    width: 100%;
    border: none;
    padding: 8px 0;
    background:#3f4a59;
    border-radius: 0;
    cursor: pointer;
    border: 1px solid #eee;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}
.pr-pop .form-control.tpfrm1 {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    font-size: 14px;
    background-clip: padding-box;
    border: 1px solid #ced4da69;
    border-radius: 0px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.query-logo {
    width: 100px;
}
.pr-pop .modal-content {
    border-radius: 0px;
}
/* ====  Navigation ==== */
header {
    width: 100%;
    height: auto;
}
.p-nav {
    transition: all ease .5s;
    background: #fff;
    padding: 15px 0;
}

header.position-fixed.fixed-top {
    z-index: 2;
    top: 0px;
    background: #fff;
    transition:all ease .5s;
    padding: 0 10px;
    min-height: 95px;
}
.gaps {
    margin-top: 95px;
}
.d_links li a:last-child {
    color: #6e6e70;
}
.fixed_bg {
    background-color: #fff !important;
    border-bottom: 1px solid #eee;
    z-index: 99;
    padding: 10px 20px;
    transition: all ease .5s;
    position: fixed;
    top: 0;
    width: 100%;
}
.fixed-top.fixed_bg .d_links li {
    color: #414141;
    text-shadow: none;
}
.fixed_bg .d_links li a:last-child {
    color: #414141;
    font-weight: 500 !important;
}
.top-header {
    width: 100%;
    height: auto;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    z-index: 999;
    
   /* margin-top: 0.5%;*/
}
.m-call {
    position: absolute;
    right: 80px;
}
.m-call a {
    color: #fff;
    background: #000;
    padding: 5px 10px;
    border: 1px solid #fff;
    font-size: 20px;
}
.d_links {
    list-style: none;
}
.d_links li {
    display: inline-block;
    padding: 0 10px;
    color: #6e6e70;
    text-transform: uppercase;
    font-size: 16px;
    /* text-shadow: 0px 0px 2px #000; */
    font-weight: 500;
    cursor: pointer;
}
.d_links i {
    color: #29353f;
    margin-right: 5px;
}
.d_links li:last-child {
    font-size: 20px;
}
.brand-logo img {
    width: auto;
}
.fixed_bg .brand-logo img {
    height: 35px;
}
.menulines {
    font-size: 30px;
    margin-right: 10px;
    cursor: pointer;
    color: #000;
    background: transparent;
    /* padding: 5px 10px; */
    border-radius: 0;
}
.sidenav {
    width: 0px;
    height: 88%;
    position: fixed;
    top: 12%;
    right: 0;
    z-index: 2;
    background-color: #29353f;
    overflow-x: hidden;
    padding-top: 0px;
    transition: all .5s;
}
.sidenav a{
    font-size: 15px;
    text-decoration: none;
    color: #a6a5a5;
    display: block;
    padding-top: 20px;
    padding-left: 20px;
}
.sidenav a:hover{
   color:#ccc;
}
.closebtn {
    position: absolute;
    top: -10px;
    right: 20px;
    font-size: 35px !important;
    color:#ccc !important;
}

/* ==== Start Slider ==== */
/*.header-slider .carousel-item img{
	width: 100%;
	height: 85vh;
	object-fit: fill;
}
.header-slider .carousel-caption h5{
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 30px;
    text-shadow: 1px 1px 2px #000;
}
.header-slider .carousel-caption p {
    color: #fff;
    font-weight: 800;
    font-size: 20px;
    text-shadow: 1px 1px 2px #000;
}
.header-slider .carousel-indicators .active {
    opacity: 1;
    height: 6px;
    background-color:#ffa500;
}
.carousel-indicators {
    z-index: 1;
}
.carousel-indicators li {
    opacity: 1;
}*/

/* ==== Start Overview ==== */
.about-section {
    background: #fff;
}
.abt-content {
    position: relative;
    padding: 0 40px;
    height: 440px;
    text-align: justify;
}
.text-just {
    text-align: justify;
}
.abt-content p {
    font-weight: 400;
    line-height: 1.7;
}
.abt-content:before {
    width: 2px;
    background:#617c99;
    height: 100%;
    content: '';
    position: absolute;
    left: 10px;
    bottom: 0px;
}
.abt-content:after {
    
}

.about-content {
    max-width: 530px;
    text-align: center;
    margin: auto;
}
.about-2 {
    /* width: 50%;
    float: left;*/
    height: 407px;
    /*background-image: url('../images/about-us.jpg');
 */
    background-size: cover;
    position: relative;
}
/* start amenities */
.project-amenities {
    background: #3f4a59;
}
.am-head-rgt p {
    color: #eee;
    /* font-weight: 300;
    text-align: justify; */
}
.amenities-head {
    padding: 40px;
   
}
.am-head-left {
    position: relative;
    padding-top: 0px;
    vertical-align: middle;
}
    .am-head-left:after {
        width: 2px;
        height: 74px;
        content: "";
        background: #ffffffa1;
        position: absolute;
        right: 65px;
        top: 0px;
    }
.am-box.sh img {
    height: 430px;
    object-fit: fill;
    padding: 5px;
    /* border: 1px solid #ffffff63; */
}
.am-box.fh img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.am-box img {
    width: 100%;
}
.am-box {
    margin-bottom: 24px;
    padding: 2px;
    position: relative;
    border: 1px solid #ffffff63;
}
.overlay {
    background: #000000b3;
     width:100%;
    transition: .5s ease;
    color: #fff;
    font-size: 16px;
    padding: 5px;
    border-radius: 0;
    text-align: center;
    position: absolute;
    bottom: 0;
}
/* Start Master Plan */
.master-content {
    position: relative;
    height: 350px;
}
    .master-content:before {
        position: absolute;
        content: "";
        width: 2px;
        height: 24rem!important;
        background: #617c99;
        left: 0;
    }


@media only screen and (max-width: 600px) {
    #lightgallery2 li{
       width:100%!important;
    }
}
/*.master-content:after {
    width: 50%;
    height: 2px;
    background: #617c99;
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
}*/
.pr-master {
    background: #fff;
}
.list {
    color: #414141;
   padding: 0px 40px;
   
}
.demo-gallery.home-master img {
    width: 100%;
    /*height: 399px;*/
    object-fit: fill;
   
}
.mid-hds {
    font-size: 35px;
    text-transform: capitalize;
}
/* .mid-hds:first-letter {
    color: #414141;
} */
/* Start Location Map */
.project-location {
    /* background-image: url(../images/location-bg.jpg);
    background-size: cover; */
    background-color: #3f4a59;
}
.location-content .list li {
    color: #eee;
    line-height: 2.2;
    border: 0;
}
.demo-gallery.home-location img {
    margin-bottom: 40px;
    padding: 5px;
    border: 1px solid #eeeeee80;
}
.location-content {
    position: relative;
    color: #eee;
    /* margin-bottom: 30px; */
}
.location-content h4 {
    color: #eee;
}
.location-content .list {
    padding: 5px 0;
}
.location-content:after {
   /* width: 60%;
    height: 2px;
    background: #ffffff8c;
    content: "";
    position: absolute;
    bottom: -15px;
    right: 15px;*/
}
.location-content:before {
   /* position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background: #ffffff8c;
    right: 0;*/
}
.location-content .list li:before {
    height: 0;
}
.list {
    color: #6e6e70;
    /* padding-right: 20px;*/
}
.list li {
    line-height: 2;
    text-transform: capitalize;
    color: #414141;
    border-bottom: 1px solid #ccc;
    list-style: none;
    text-align: start;
    position: relative;
}
.list li i {
    color: #c56b5f;
    font-size: 10px;
    vertical-align: middle;
    margin-top: -4px;
    position: relative;
}
.list li:before {
    width: 100%;
    height: 1px;
    background: #dddddd;
    content: "";
    position: absolute;
    left: 0;
}
.list li:before:first-child {
    width: 100%;
    height: 0px;
    background: #dddddd;
    content: "";
    position: absolute;
    left: 0;
}
/* start project configuration */
.pr-config .nav.nav-tabs.pnav-center {
    border: 0px;
    max-width: 400px;
    margin: 0 auto;
    border-radius: 30px;
    margin-bottom: 30px;
    background: #ccc;
}
.pr-config .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #3f4a59;
    border-radius: 25px;
    padding: 15px 45px !important;
    border-color: #dee2e6 #dee2e6 #fff;
}
.pr-config .nav-tabs .nav-link.active {
    color: #fff;
}
.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    box-sizing: border-box;
    width: 199px;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
    color: #414141;
}
.u-plan .table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}
.home-floor .demo-gallery > ul > li a img {
    border: 1px solid #eee;
    margin-bottom: 20px;
    width: 100%;
    object-fit: fill;
}

/* start gallery */
.demo-gallery.gallery-image img {
    margin-bottom: 30px;
    border: 1px solid #e9ecef;
    padding: 10px;
    /* height: 220px; */
    width: 100%;
}
.mid-hds {
    font-size: 21px;
    color: #333;
    font-weight: 500;
    margin-bottom: 15px;
}

/* Start Footer */
.pr-footer {
    background: #000;
    margin-top: 50px;
    position: relative;
}
.pr-footer:before {
    position: absolute;
    width: 50%;
    height: 10px;
    background: #c56b5f;
    content: "";
    top: -10px;
    right: 0;
}
.pr-footer:after {
    position: absolute;
    width: 50%;
    height: 10px;
    background: #3f4a59;
    content: "";
    top: -10px;
}
.copywrite {
    padding: 14px 0;
    background: #fff;
}
    .copywrite p {
        margin: 0px;
        font-size: 11px;
        color:black!important;
    }
.rt-icon-settings {
    transition: 0.8s;
    position: fixed;
    /* right: 0; */
    top: 92%;
    background: #fff;
    color: #29353f;
    border: none;
    padding: 4px;
    box-shadow: 1px -1px 10px #929191;
    cursor: pointer;
}
.ftr-tel {
    color: #ccc;
    font-size: 30px;
    font-weight: 800;
}
.ftr-tel:hover{
    color:#ccc;
}
.pr-footer p {
    color: #f9fafb;
    margin: 10px 0;
    font-size: 15px;
}
.p-30 {
    padding: 30px 0;
}

@media(max-width:767px){ 
.brand-logo img {
 display: none;
}
.top-header {
display: block;
padding: 0;
}
.header-slider .carousel-item img {
    height: 85vh;
    object-fit: cover;
}
.abt-content {
    padding: 0;
    height: auto;
}
.abt-content:before {
    width: 0;
    background: transparent;
}
.abt-content:after {
   height: 0;
}
.sidenav {
    width: 0px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    background-color: #29353f;
    overflow-x: hidden;
    padding-top: 0px;
    transition: all .5s;
}
.d_links li {
    display: inline-block;
    font-size: 14px;
}
.open-icon {
    position: absolute;
    top: 0;
    right: 0;
}
.d_links {
padding: 0;
}
.amenities-head {
    padding: 10px;
}
.am-head-left:after {
    height: 0px;
    top: 0px;
}

.master-content:before {
 width: 0;
}
.master-content:after {
height: 0;
}
.master-content {
   height: auto;
}
.mid-hds {
    font-size: 20px;
}
.am-head-left {
   padding-top: 0;
}
.nav-tabs .nav-link {
    width: auto;
}
.main-hds h1 {
    font-size: 20px;
}
.pr-config .nav.nav-tabs.pnav-center {
   max-width: 290px;
}
.fixed_bg {
   padding: 0;
   z-index: 99;
}
.about-1 {
    padding: 10px;
    text-align: start;
}
.about-content {
    max-width: 100%;
    width: 100%;
    text-align: justify;
}
.about-1:before {
    width: 0;
}
.about-1:after {
    width: 0;
}

}

