/* Google fonts used in this project 
    1) font-family: 'Roboto', sans-serif;
    2) font-family: 'Open Sans', sans-serif;
    3) font-family: 'Poppins', sans-serif;


*/


/* Start globle css */

body {
    padding: 0px;
    margin: 0px;
    font-weight: 400;
    color: #333;
    font-size: 15px;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}

.pt-60 {
    padding-top: 60px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-40 {
    padding-top: 40px;
}

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

.pt-20 {
    padding-top: 20px;
}
.p-0 {
    padding:0px;
}
.pt-10 {
    padding-top: 10px;
}

.pt-0 {
    padding-top: 0px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-0 {
    padding-bottom: 0px;
}

.plr-0 {
    padding-left: 0px;
    padding-right: 0px;
}


/*-------------------------------- padding end ----*/

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

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

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

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

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

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

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

.mb-60 {
    margin-bottom: 60px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-0 {
    margin-bottom: 0px;
}

.mlr-0 {
    margin-left: 0px;
    margin-right: 0px;
}


/* End of margin */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: bold !important;
}

.gry-bg {
    background: #f1f2f1;
}

.text-white {
    color: #fff;
}

.text-upper {
    text-transform: uppercase;
}

.btn1 {
    display: inline-block;
    padding: 10px 20px;
    background: orange;
    color: #222;
    outline: 0;
    border: 0;
    border-radius: 4px;
}
.btn1:hover {
    background: gold;
}
.btnSiteVisit {
    display: inline-block;
    padding: 5px;
    margin-top :8px;
    background : orange;
    color: #222;
    outline: 0;
    border: 0;
    border-radius: 4px;
}
.btnSiteVisit:hover {
    background: gold;
}

.list1 li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 6px;
}

.list1 li::before {
    position: absolute;
    content: "\f0a4";
    font: normal normal normal 14px/1 FontAwesome;
    top: 0px;
    left: 0;
    color: #921211;
    font-size: 20px;
}

.r-img {
    border-radius: 50px;
    box-shadow: 5px 5px 5px;
}

.modal-open {
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 0 !important;
}

.title h5 {
    color: #941211;
}

.title h1 {
    margin: 0;
}

.title h2 {
    margin: 0;
    text-transform: uppercase;
}

.heading-1 h3 {
    text-transform: uppercase;
}


/* .title span {
    width: 80px;
    height: 3px;
    background: #aa905e;
    display: inline-block;
    margin-bottom: 40px;
}

.title span {
    width: 80px;
    height: 3px;
    background: #aa905e;
    display: inline-block;
    margin-bottom: 40px;
} */


/* End of globle css */


/* Start Header sewction */

.mynav {
    background: #ffffff;
    margin-bottom: 0px;
    box-shadow: 0px 10px 25px 0px rgba(56, 105, 233, 0.25);
    /* border-top: 3px solid #1a7583; */
}

.logo img {
    padding: 5px;
    width: 110px;
}

.logo2 {
    padding: 5px 0px 0;
    width: 100px;
}

.mynav .navbar-nav {
    padding-top: 15px;
}

.navbar-default .navbar-nav>li>a {
    color: #747678;
    text-transform: uppercase;
    font-size:13px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #941211;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #941211;
    background-color: transparent;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background: none !important;
}

li.callbtn a {
    /* background: #197583 !important; */
    padding: 9px 12px;
    border-radius: 3px;
    margin-top: 5px;
    font-weight: 500;
    border: 2px solid #197583;
    border-radius: 25px;
    font-size: 16px;
    color: #197583 !important;
    transition: all 0.5s;
}

li.callbtn a:hover {
    background: #197583 !important;
    color: #fff !important;
    transition: all 0.5s;
}

li.callbtn a i {
    padding-right: 6px;
    color: #197583 !important;
}

li.callbtn a:hover i {
    color: #fff !important;
    transition: all 0.5s;
}


/* End of Header sewction */


/* slider banner  */

.sliderbanner {
    margin-top: 78px;
    background: url(../img/4.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.sliderbanner::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 85%);
}

.myslider {
    margin-top: 38px;
    /* border: 6px solid #ffffff; */
    border-radius: 7px;
    margin-bottom: 57px;
}


/* End of slider banner  */

.rightbanner .featurelist-list,
.gtouch {
    color: #fff;
}

.bannerlogo img {
    background: #fff;
    border-radius: 19px;
    border-radius: 50%;
    width: 130px;
}


/* Start enquiry form  */

.enquire-form .text-box {
    /* width: 100%;
        height: 40px; */
    margin-bottom: 6px;
    border-radius: 4px;
    border: 1px solid #ccc;
    /* padding: 5px 10px;
        font-size: 14px; */
}

.enquire-form .enq-btn input {
    width: 100%;
    height: 35px;
    background: #debc57;
    border: 0;
    color: #222;
    text-transform: uppercase;
    font-weight: 600;
    outline: 0;
    margin: 0 auto;
    display: block;
    transition: all 0.5s;
    font-size: 14px;
}

.enquire-form .enq-btn input:hover {
    background: #53bd61;
    color: #fff;
}

.enquire-form p {
    color: #484848;
    font-style: italic;
}

.input-box {
    position: relative;
}

.input-box span {
    position: absolute;
    top: 10px;
    left: 10px;
}

.input-box input,
.input-box select {
    width: 100%;
    height: 40px;
    border: 0;
    border-bottom: 1px solid #ccc;
    padding: 0 0 0 37px;
    font-size: 12px;
    margin-bottom: 12px;
    border-radius: 20px;
}

.cpcode {
    width: inherit !important;
}

.input-box input:focus {
    border: 0px;
    outline: 0;
}

.call-now {
    text-align: center
}

.call-now h4 {
    display: inline-block;
    color: #383535;
    font-size: 23px;
    font-weight: normal;
    line-height: 30px;
    position: relative;
    text-align: center;
    padding-left: 31px;
    margin: 12px 0;
}

.call-now h4 .tel-ant:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../img/phone-no.png) no-repeat;
    background-size: 25px;
    background-position: left;
    left: 0;
    top: 0px;
}

.tel a {
    text-decoration: none;
    color: #1a9053;
    font-size: 30px;
    font-weight: 600;
}

.enq-btn2 input {
    width: 190px;
    height: 40px;
    margin: auto;
    background: #1a7583;
    color: #fff;
    outline: 0;
    border: none;
    display: block;
    font-weight: bold;
    transition: all 1s;
    font-size: 14px;
}

.enq-btn2 input:hover {
    background: #5ec2d2;
    color: #fff;
}


/* End of enquiry form  */


/* start banner project info section  */


/* Start banner Section */

.projectBnaner {
    background: #4a2e16;
}

.projbnanner_info .p-logo img {
    width: 165px;
}

.projbnanner_info {
    width: 80%;
    margin: auto;
    padding-top: 6%;
    text-align: center;
    color: #fff;
}

.projectwrap h3 {
    margin-top: 30px;
    /* border-bottom: 1px solid #6f5300; */
    font-size: 20px;
}

.projectwrap h1 {
    margin: 10px 0;
    border-top: 1px solid #e2b329;
    border-bottom: 1px solid #e2b329;
    font-size: 20px;
    padding: 9px 0;
}

.projectwrap h2 {
    color: #E91E63;
}

.projectwrap h2 small {
    color: #fff;
}

.projectwrap h4 {
    font-size: 13px;
    margin-bottom: 0;
}

.rerainfo img {
    padding: 5px;
}

.rerainfo a {
    color: #debc57;
    font-size: 12px;
}

.rerainfo a:hover {
    color: #6f5300;
}


/* End of banner Section */


/* start offer section  */

.offersec {
    position: relative;
    background-color: #921210!important;
}

.offersec::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: repeat-x;
    background-image: url(../img/pattern-bg-1.webp);
    background-position: center;
    background-size: cover;
    opacity: .3;
}

.offersec::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-repeat: repeat-x;
    z-index: 1;
    background-image: url(../img/theme-pattern-dark.webp);
}

.color-dd-gradient {
    -webkit-background-clip: text;
    background-image: linear-gradient(to right, #ffefb3, #FFC107);
    -webkit-text-fill-color: transparent;
    color: #464646;
    display: inline-block;
    padding: 0;
    font-size: 51px;
    position: relative;
}

.offerinner h3 {
    color: #f3f3f3;
    position: relative;
}

.offerinner h2 {
    color: #fff;
    position: relative;
}


/* End of offer section  */


/* Start Amenities section */

.amenitieseSec {
    /* background: #f2f2f2; */
    background: url(../img/sec1.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.amenitieseSec::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 82%);
}

.amenitieseSec .title {
    color: #fff;
}

.amenitieseSec .container {
    position: relative;
}

.amenitybox {
    width: 16.2%;
    /* float: left; */
    padding: 0 15px;
    text-align: center;
    margin-bottom: 30px;
    display: inline-block;
    /* text-align: center; */
    vertical-align: text-top;
}

.amenitieswraper {
    text-align: center;
}

.amenitybox h4 {
    font-size: 15px;
    color: #fff;
}

.amticon {
    border: 2px #debc57;
    width: 100px;
    height: 100px;
    margin: auto;
    margin-bottom: 12px;
    padding: 16px;
    border-radius: 50%;
    border-style: solid;
}

.amticon img {
    width: 100%;
    height: 65px;
    border-radius: 25px;
}

.amtlist li {
    background: url(../img/listicon.png) no-repeat;
    display: block;
    padding-left: 30px;
    padding-bottom: 20px;
    font-weight: 400;
    background-size: 22px;
}


/* End of Amenities section */


/* start light gallery section */

.lg-imgbox {
    position: relative;
    border: 1px solid #e9eced;
    box-shadow: 5px 5px 2px rgba(40, 62, 80, 0.20);
}

.pdf-frame {
    width: 100%;
    height: 200px;
    border: none;
    pointer-events: none; /* Allows clicks to pass through */
}

.lg-imgbox {
    position: relative;
}

.lg-imgbox:hover .demo-gallery-poster {
    opacity: 1;
}

.demo-gallery-poster {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 100%;
    background: rgba(140, 174, 61, 0.85);
    opacity: 0;
    transition: all 0.6s;
}

.demo-gallery-poster h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 17px;
    margin: 0;
}

.elevationSec a:hover .demo-gallery-poster {
    opacity: 1;
    transition: all 0.6s;
}

.lg-imgbox h4 {
    margin: 0;
    padding: 20px 0;
}


/* End of light gallery section */


/*----- Border Animation -----*/

.amenitiesSec {
    background-color: #fbfbfb;
}

.amiwrap {
    /* position: relative;
    cursor: pointer;
    transition: ease all 0.5s;
    padding: 8px;
    text-align: center; */
    text-align: center;
    background: #fff;
    box-shadow: 1px 1px 25px #e0e0e0;
    transition: ease all 0.5s;
    margin-bottom: 30px;
    min-height: 180px;
}

.amiwrap:hover {
    transform: translateY(-10px);
    transition: ease all 0.5s;
}

.amiwrap::before,
.amiwrap::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #1bbdec;
}

.bo {
    padding: 8px;
    text-align: center;
}

.bo img {
    width: 65px;
    margin-bottom: 11px;
    margin-top: 10px;
}

.bo::before {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #1c5194;
    left: 0px;
    top: 0px;
}

.bo::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #1c5194;
    right: 0px;
    top: 0px;
}

.amiwrap:hover::before,
.amiwrap:hover::after {
    width: 100%;
}

.amiwrap:hover .bo::before,
.amiwrap:hover .bo::after {
    height: 100%;
}

.border-effect::before {
    left: 50%;
    top: 0;
    transition-duration: 0.4s;
}

.border-effect::after {
    left: 50%;
    bottom: 0;
    transition-duration: 0.4s;
}

.border-effect .bo::before {
    left: 0;
    top: 50%;
    transition-duration: 0.4s;
}

.border-effect .bo::after {
    right: 0;
    top: 50%;
    transition-duration: 0.4s;
}

.border-effect:hover::before,
.border-effect:hover::after {
    left: 0;
}

.border-effect:hover .bo::before,
.border-effect:hover .bo::after {
    top: 0;
}


/*--- End of border amination----------*/

.about-info {
    padding: 30px 20px;
}


/* Enbd of about developers section  */


/* start location advantage section  */


/* Start location advantge */

.contact-sec {
    background: url(../img/offer-back.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative;
}

.contact-sec::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(29 81 145 / 75%);
    background: url(../img/pattern.png) rgba(0, 0, 0, 0.6);
}

.location .title {
    position: relative;
}

.loc-fis {
    padding: 0;
    padding-right: 4%;
}

.loc-fis img {
    border-radius: 0 50px 50px 0;
}

.loc-inner {
    display: inline-flex;
    margin-bottom: 10px;
    height: 77px;
}

.loc-info p {
    margin: 14px 14px;
    font-size: 14px;
    color: #fff;
}

.loc-info p b {
    display: block;
}

.loc-icon img {
    width: 60px;
}

.loc-sec .loc-p {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.loc-sec .loc-p:hover {
    color: #72cfe1;
}


/* End of location advantage section  */


/* Start Contact form section */

.contact {
    /* background: url(../img/slider2.jpg) no-repeat; */
    background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
}

.input-container {
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    margin-bottom: 15px;
}

.icon {
    padding: 10px;
    background: #d2ab67;
    color: white;
    min-width: 50px;
    text-align: center;
}

.input-field {
    width: 100%;
    padding: 10px;
    outline: none;
}

.input-field:focus {
    border: 2px solid #d2ab67;
}

.cont-btn input {
    display: inline-block;
    width: inherit;
    padding: 10px 43px;
}

.contact-innner h1,
.contact-innner p {
    color: #fff;
}

.enq-no p {
    color: #fff;
    font-style: italic;
}

.enq-no h4 {
    color: #fff;
    font-weight: bold;
    font-size: 37px;
}

i.fa.fa-mobile {
    font-size: 23px;
}

.contactwraper {
    position: relative;
}

.cont-btn input {
    display: inline-block;
    width: inherit;
    padding: 10px 43px;
}


/* End of Contact form section */


/* Strat Rera No */

.rera {
    background: #151515;
    padding: 20px 0;
}

.rera-inner h5 {
    font-size: 18px;
    margin: 18px 0px;
    color: rgb(214, 170, 99);
}

.footer-disclaimer h4 {
    text-align: center;
    color: rgb(255 255 255);
    margin-bottom: 20px;
}

.footer-disclaimer p {
    font-size: 13px;
    line-height: 20px;
    color: rgb(181 181 181);
    /* text-align: justify; */
}

.copyright {
    padding: 20px 0;
    background: #1b1b1b;
}

.copyright p {
    margin-bottom: 0;
    color: #cccc;
    font-size: 12px;
}

.conttext a:hover {
    color: orange;
}


/* End of Rera No */