/* 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;
    4) font-family: 'Playfair Display', serif;


*/

@font-face {
    font-family: 'GOTHAM-BLACK';
    src: url('../fonts/GOTHAM-BLACK.OTF') format('woff2');
}

@font-face {
    font-family: 'GOTHAM-BOOK';
    src: url('../fonts/GOTHAM-BOOK.OTF') format('woff2');
}

@font-face {
    font-family: 'GOTHAM-MEDIUM';
    src: url('../fonts/GOTHAM-MEDIUM.OTF') format('woff2');
}

@font-face {
    font-family: 'GOTHAM-ULTRA';
    src: url('../fonts/GOTHAM-ULTRA.OTF') format('woff2');
}


/* Start globle css */

body {
    padding: 0px;
    margin: 0px;
    font-weight: 300;
    color: #fff;
    font-size: 15px;
    font-family: 'GOTHAM-BOOK';
    overflow-x: hidden;
    background: #231f20;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}

.w-100 {
    width: 100%;
}

.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;
}

.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;
}

.m-auto {
    margin: auto;
}

.dis-flex {
    display: flex;
}


/* End of margin */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 15px;
}

.gry-bg {
    background: #231f20;
}

.text-white {
    color: #fff;
}

.text-upper {
    text-transform: uppercase;
}

.btn1 {
    display: inline-block;
    padding: 10px 20px;
    background: #faad39;
    color: #fff;
    outline: 0;
    border: 0;
    border-radius: 4px;
    text-transform: uppercase;
}

.btn1:hover {
    background: #a95b26;
}

.title {
    color: #e69e4c;
    text-transform: uppercase;
    text-align: left;
    font-family: 'Playfair Display', serif;
}

.title h2 {
    font-weight: 100;
}

.divider {
    width: 600px;
    margin: 0 auto;
    max-width: 95%;
}

.img-r {
    border-radius: 25px;
}

.modal-open {
    overflow: hidden;
    overflow-y: scroll;
    padding-right: 0 !important;
}


/* title2 */


/* ribbon---------------------------------------------*/

.new-head {
    color: #fff;
    text-align: center;
    background: #e69e4c;
    width: 250px;
    border-radius: 25px;
    font-size: 23px;
    /* line-height: 35px; */
    margin: 0px auto;
    letter-spacing: 1px;
    padding: 5px 0 6px 0;
    position: relative;
    z-index: 9;
    text-transform: uppercase;
}

.new-head span {
    position: relative;
    top: -2px;
}

.head-line-gold {
    height: 2px;
    width: 61%;
    margin: 0px auto;
    background: #8cd6d5;
    margin-bottom: 20px;
    position: relative;
    top: -18px;
}


/* End of globle css */


/* Start Header sewction */

.mynav {
    background: #00000087;
    margin-bottom: 0px;
    /* box-shadow: 0px 10px 25px 0px rgba(56, 105, 233, 0.25); */
}

.darkheader {
    background: #231f20;
}

.logo img {
    padding: 5px 0px 0;
    width: 160px;
    position: absolute;
  /*  background: #ffffff;*/
    padding: 4px 2px;
    /*border-radius: 0 0 78px 78px;*/
}

.mynav .navbar-nav {
    padding-top: 15px;
}

.navbar-nav>li>a {
    color: #fff;
}

.navbar-nav>li>a:hover {
    background: transparent;
    color: #faad39;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: transparent;
    border: none;
    outline: 0;
}

.mynav .navbar-nav>.active>a,
.mynav .navbar-nav>.active>a:hover,
.mynav .navbar-nav>.active>a:focus {
    color: #e69e4c;
    background-color: transparent;
}

li.callbtn a {
    background: #197583 !important;
    padding: 9px 12px;
    border-radius: 3px;
    margin-top: 5px;
    font-weight: 500;
    border: 2px solid #a67234;
    border-radius: 25px;
    font-size: 16px;
    color: #197583 !important;
    transition: all 0.5s;
    background: #faad39 !important;
    color: #fff !important;
}

li.callbtn a:hover {
    background: #cf9c51 !important;
    color: #fff !important;
    transition: all 0.5s;
}

li.callbtn a i {
    padding-right: 6px;
}

li.callbtn a:hover i {
    color: #fff !important;
    transition: all 0.5s;
}


/* End of Header sewction */


/* Start top banner section  */

.Bnanersec {
    background: #2d0000 url(../img/bg1.html) repeat;
    background-size: 40%;
}

.bnrinfo {}


/* End of top banner section  */


/* start overview section  */

.overviewSec {
    background: #231f20;
    background-size: cover;
    background-position: left;
    color: #e69e4c;
    position: relative;
    overflow-x: hidden;
    background-attachment: fixed;
}

.overviewSec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.6); */
}

img.img2 {
    width: 207px;
    position: absolute;
    bottom: 439px;
    left: -114px;
    border: 5px solid;
    border-radius: 20px;
}

#myCarousel1 .carousel-inner {
    border: 5px solid;
}

.overviewSec p {
    color: #fff;
}

.secbrchure {
    overflow: hidden;
}

.leftsec {
    background: url(../img/slider/golden-pearl-gate.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 268px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;

}

.rightsec {
    background: url(../img/amenities/latest/2.jpg) no-repeat;
    background-size: cover;
    background-position: right;
    /*height: 100vh;*/
    display: flex;
    align-items: end;
    justify-content: flex-start;
    min-height:268px;
}

.left2 {
    background: url(../img/amenities/latest/3.jpg) no-repeat;
    background-size: cover;
}

.right2 {
    background: url(../img/amenities/latest/4.jpg) no-repeat;
    background-size: cover;
}

.left3 {
    background: url(../img/new/5_BasketballCourt.webp) no-repeat;
    background-size: cover;
}

.right3 {
    background: url(../img/amenities/latest/6.jpg) no-repeat;
    background-size: cover;
}

.left4 {
    background: url(../img/amenities/latest/7.jpg) no-repeat;
    background-size: cover;
}

.right4 {
    background: url(../img/amenities/latest/8.jpg) no-repeat;
    background-size: cover;
}

.daleinfo {
    /* max-width: 300px; */
    background: rgb(238 202 109 / 64%);
    padding: 20px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px 0 0 25px;
}

.daleinfo h4,
.artinfo h4 {
    /* font-family: 'Merienda', cursive; */
    font-size: 1.6em;
    line-height:1.2em;
    font-family: 'Playfair Display', serif;
    FONT-WEIGHT: 100;
}

.artinfo {
    /* max-width: 300px; */
    background: rgb(35 31 32 / 89%);
    padding: 22px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 25px 25px 0px;
}


/* End of overview section  */


/* slider banner  */

.sliderbanner {
    margin-top: 75px;
    background: url(https://via.placeholder.com/2000X1126) 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: rgba(12, 140, 166, 0.75);
}

.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;
}


/* 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;
    color:#000;
}

.input-box input {
    width: 100%;
    height: 40px;
    border: 0;
    border-bottom: 1px solid #ccc;
    padding: 0 0 0 37px;
    font-size: 12px;
    margin-bottom: 12px;
    border-radius: 0;
    color:#000;
}

.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: 0;
}

.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.html) 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: #faad39;
    color: #fff;
    outline: 0;
    border: none;
    display: block;
    font-weight: bold;
    transition: all 1s;
    font-size: 14px;
}

.enq-btn2 input:hover {
    background: #af8436;
    color: #fff;
}


/* End of enquiry form  */


/* featurelist  */

.featurelist-list li {
    display: inherit;
    position: relative;
    padding-left: 30px;
    margin: 12px 0px;
}


/* .featurelist-list li:before {
    position: absolute;
    content: '\f20e';
    left: 0px;
    top: 0px;
    font-family: 'FontAwesome';
    color: #8cd6d5;
    font-weight: 600;
} */


/* End of featurelist  */


/* Start confugration Section  */


/*---Configuration box----*/

.configuration {
    background: #e1e7e9;
}

.config-wrap {
    text-align: center;
    border-top: 10px solid #bad5da;
    border-bottom: 40px solid #589aa4;
    border-left: 10px solid #589aa4;
    border-right: 10px solid #589aa4;
    padding: 25px 0px;
    margin-bottom: 20px;
    transition: ease all 0.5s;
    background: #fdf8f8;
}

.config-wrap:hover {
    border-color: #e69e4c;
    -webkit-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 8px -6px rgba(0, 0, 0, 0.5);
    transform: translateY(-10px);
    transition: ease all 0.5s;
}

.config-wrap h3 span {
    font-size: 22px;
    color: #589aa4;
    font-weight: normal;
}

.config-wrap h3 {
    font-size: 27px;
    font-weight: 800;
    margin-bottom: 30px;
}

.config-wrap p {
    font-size: 17px;
}

.config-line {
    height: 3px;
    background: #c5c5c5;
    width: 50px;
    margin: 0px auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.config-wrap h2 {
    font-size: 24px;
    font-weight: 800;
}

.config-wrap h2 span {
    color: #589aa4;
}

.config-wrap .pricing_btn {
    background: #e69e4c;
    border: none;
    font-size: 15px;
    color: #fff;
    width: 75%;
    padding: 13px 0;
    border-radius: 20px;
    margin: 5px 0px;
    font-weight: 600;
    outline: none;
}

.config-wrap .pricing_btn:hover {
    background: #5ec2d2;
}


/* End of confugration Section  */


/*----- Border Animation -----*/

.amenitiesSec {
    background-color: #272425;
    color: #fff;
    overflow-x: hidden;
}

.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;
    font-size: 12px;
    height: 125px;
}

.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: #e6b956;
}

.bo {
    padding: 8px;
    text-align: center;
}

.bo img {
    width: 44px;
    margin-bottom: 11px;
    margin-top: 10px;
}

.bo::before {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #e6b956;
    left: 0px;
    top: 0px;
}

.bo::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #e6b956;
    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;
}

.amenitiesSec .bo img {
    -webkit-animation: pulse 2s linear infinite;
    animation: pulse 2s linear infinite;
}

/*@-webkit-keyframes pulse {*/
/*    0% {*/
/*        -webkit-transform: scale(1.1);*/
/*        transform: scale(1.1)*/
/*    }*/
/*    50% {*/
/*        -webkit-transform: scale(.8);*/
/*        transform: scale(.8)*/
/*    }*/
/*    100% {*/
/*        -webkit-transform: scale(1.1);*/
/*        transform: scale(1.1)*/
/*    }*/
/*}*/

/*@keyframes pulse {*/
/*    0% {*/
/*        -webkit-transform: scale(1.1);*/
/*        transform: scale(1.1)*/
/*    }*/
/*    50% {*/
/*        -webkit-transform: scale(.8);*/
/*        transform: scale(.8)*/
/*    }*/
/*    100% {*/
/*        -webkit-transform: scale(1.1);*/
/*        transform: scale(1.1)*/
/*    }*/
/*}*/


/*--- End of border amination----------*/


/* start location */

.location {
    background: url(../img/slider/bird-view.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    background-attachment: fixed;
}

.subhead {
    position: relative;
    color: #fff;
}

.location::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(23 25 25 / 59%);
}

#accordion .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    /* margin: 0 0 10px; */
    overflow: hidden;
    position: relative;
    background: inherit;
}

#accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 0;
    /* margin-bottom: 10px; */
    z-index: 1;
    position: relative;
}

#accordion .panel-heading:before,
#accordion .panel-heading:after {
    content: "";
    width: 50%;
    height: 20%;
    box-shadow: 0 15px 5px rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 15px;
    left: 10px;
    transform: rotate(-3deg);
    z-index: -1;
}

#accordion .panel-heading:after {
    left: auto;
    right: 10px;
    transform: rotate(3deg);
}

#accordion .panel-title a {
    display: block;
    padding: 15px 70px 15px 70px;
    margin: 0;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #1a1a1a;
    border-radius: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    position: relative;
}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
    content: "\f106";
    font-family: "FontAwesome";
    font-weight: 900;
    width: 55px;
    height: 100%;
    text-align: center;
    line-height: 50px;
    border-left: 2px solid #faad39;
    position: absolute;
    top: 0;
    right: 0;
}

#accordion .panel-title a.collapsed:before {
    content: "\f107";
}

#accordion .panel-title a .icon {
    display: inline-block;
    width: 55px;
    height: 100%;
    border-right: 2px solid #faad39;
    font-size: 20px;
    color: rgb(26 117 131);
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

#accordion .panel-title a .icon img {
    width: 30px;
}

#accordion .panel-body {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-bottom: 3px solid #faad39;
    border-top: none;
    background: #e1e1e1;
    font-size: 15px;
    color: #060606;
    line-height: 27px;
}


/* End of location */


/* Start gallery section  */

.center-pills {
    display: flex;
    justify-content: center;
}


/* start light gallery section */

.lg-imgbox {
    position: relative;
    /* border: 1px solid #e69e4c; */
    box-shadow: 5px 5px 2px rgba(40, 62, 80, 0.20);
    padding: 0 0 36px;
}

.demo-gallery-poster {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 100%;
    background: rgb(207 156 81 / 66%);
    opacity: 0;
    transition: all 0.6s;
    text-align: center;
    padding: 28px 0;
}

.gall-txt {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #231f20;
    background: #d9b160;
    margin-bottom: 0;
    padding: 7px 0;
}

.demo-gallery-poster h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 17px;
    margin: 0;
}

.gallerySec a:hover .demo-gallery-poster {
    opacity: 1;
    transition: all 0.6s;
}

.content {
    display: none;
    height: 223px;
    overflow: hidden;
}

.lg-imgbox img {
    min-height: 212px;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #e69e4c;
}

.nav-pills>li>a {
    border-radius: 4px;
    border: 1px solid #e69e4c;
    color: #e69e4c;
}


/* End of light gallery section */


/* End of gallery section  */


/* start about developer box */

.dlogo1 {
    height: 81px;
}

.aboutdv {
    padding: 40px;
    min-height: 380px;
}


/* End of about developer box */

.contact-sec {
    background: url(../img/img534.html) no-repeat;
    background-size: cover;
    background-position: right;
    position: relative;
}

.contact-sec::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(2 2 2 / 72%);
}

.contact-sec .selldof label {
    color: #fff;
}


/* 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 {
    font-weight: bold;
    border: 1px dotted #ccc;
    padding: 10px 20px;
    border-radius: 37px;
}

.conttext p a {
    font-size: 30px;
}

.conttext a:hover {
    color: #faad39;
    background: #fff;
}

.emailequiry a {
    color: #fff;
}

.emailequiry a:hover {
    color: #faad39;
}


/* End of Rera No */


/* Side Enqiry button */

.sideEnq {}

.sideEnq {
    position: fixed;
    top: 43%;
    transform: rotate(-90deg);
    right: -58px;
    background: #faad39;
    border-radius: 6px 6px 0px 0px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #faad39;
}

.sideEnq a {
    color: #fff;
    padding: 10px 24px;
    display: inline-block;
    text-decoration: none;
    font-size: 17px;
}

.sideEnq a:hover {
    background: #a98844;
}

.enq-fix-btn:after {
    animation: effect 4s ease-in-out infinite;
    animation-fill-mode: forwards;
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 50%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100%);
}

@keyframes effect {
    0% {
        opacity: 1;
        top: -1%;
        left: -100%;
        transition-property: left, top, opacity;
        transition-duration: 0.5s, 0.5s, 0.5s;
        transition-timing-function: ease;
    }
    100% {
        opacity: 1;
        top: -1%;
        left: 100%;
        transition-property: left, top, opacity;
    }
}


/* EEnd  enquire Form Section */


/* mobile fixed footer section contact btn  */

.fixed-footer-cust {
    background: #faad39;
    text-align: center;
    padding: 5px 0px 5px 0px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 99;
    border-top: 1px solid #e2bb6a;
}

.f-icon {
    height: 14px;
    width: 14px;
    padding-top: 4px;
}

.fix-link {
    color: #000 !important;
    font-size: 11px;
}

.div-line {
    border-right: 1px solid #ad7d1a;
}

.free-call:hover {
    color: #FFFFFF;
}

.i-am {
    padding: 0;
    background: transparent;
    border: none;
    background-image: none;
    box-shadow: none;
}

.i-am:hover,
.i-am:focus {
    background: transparent !important;
    outline: 0 !important;
}


/* End of mobile fixed footer section contact btn  */


/* start akurdi info section  */

.akurdisec {
    padding: 150px 0;
    background-color: #231f20;
    background-image: url(../img/dot-pattern-hero-white.svg);
    background-position: 1% 99%;
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.akurdiimg {
    background: url(../img/VicinityMap.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.akurdi-dis {
    padding: 7px;
    background: #fafafa;
}

.akurdi-dis h1 {
    margin-top: 0;
    color: #222;
    font-weight: bold;
    font-family: 'Playfair Display', serif;
    FONT-WEIGHT: 100;
}

.akurdi-dis p {
    color: #222;
}

.akurdi-dis h2 {
    font-size: 18px;
}


/* End of akurdi info section  */

.naturingsec {
    overflow: hidden;
}

.natureimg {
    background: url(../img/img249.jpg) no-repeat;
    background-size: cover;
    background-position: right;
    height: 100vh;
}

.natureimg2 {
    background: url(../img/img299.jpg) no-repeat;
    background-size: cover;
    background-position: right;
    height: 100vh;
}

.naturingslider {
    padding: 9% 8% 0;
}

.externalFeatures {
    background: #231f20;
    color: #cacaca;
    font-weight: 300;
}

.connectivtysec ul li {
    font-size: 14px;
    border-bottom: 1px dotted #ccc;
    padding: 3px 0;
}

.connectivtysec ul li span {
    float: right;
}

.connectivtysec b {
    color: #e69e4c;
    padding-left: 16px;
    margin-bottom: 10px;
    display: block;
    font-size: 15px;
    font-weight: 400;
}


/* start about  developer section  */

.devinfo {
    background: #231f20;
    padding: 44px;
    border: 3px solid #cf9c51;
    color: #fff;
    border-radius: 38px;
}

.devinfo h2 {
    font-family: 'GOTHAM-MEDIUM';
    color: #cf9c51;
}


/* end of  about developer section  */


/* Whatsapp Start*/

.whatsapp {
    position: fixed;
    right: 25px;
    bottom: 80px;
    z-index: 9999;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(100px);
    animation: whatsapp 1s ease 2s forwards;
}

@keyframes whatsapp {
    0% {
        transform: translateX(100px)
    }
    100% {
        transform: translateX(0px)
    }
}

.whatsapp:before {
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: -1;
}

.whatsapp:after {
    content: '';
    background: rgba(38, 25, 17, 0.7);
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: -2;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    animation: whatsapp-after 1s ease infinite;
}

@keyframes whatsapp-after {
    0% {
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        opacity: 1
    }
    100% {
        width: 200%;
        height: 200%;
        left: -50%;
        right: -50%;
        opacity: 0
    }
}

@media screen and (max-width: 768px) {
    .whatsapp {
        bottom: 65px;
    }
}


/* Whatsapp End*/

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #faad39;
    color: #fff;
}

.enqsection form .title,
.slider-enquiry form .title {
    display: none;
}


/* Start call us section  */

.callus {
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: 0px;
    top: 64%;
    z-index: 1250;
}

.callus a {
    padding: 13px 15px;
    display: inline-block;
    background: #faad39;
    border-radius: 8px 0px 0px 8px;
    border: 1px solid #fff;
    color: #fff;
    outline: 0;
}

.callus a:hover {
    background: #a98844;
}


/* En of call us section  */


/* download brochure btn  */

.brochurebtn {
    position: fixed;
    bottom: 6px;
    left: 20px;
}

.brochurebtn img {
    width: 180px;
}


/* animation */


/* End of download brochure btn  */

.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
    20%,
    53%,
    80%,
    0%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    20%,
    53%,
    80%,
    0%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        transform: translate3d(0, -4px, 0);
    }
}

.devlogo img {
    /*width: 180px;
    padding-top: 50px;*/
    width: 360px;
    /*background-color: #fff;*/
    padding: 5px 5px;

}

.wht-img {
    width: 55px;
}

.brcimg {
    width: 235px;
}


/* Start Videos intro section */

.video-intro {
    background: url(../img/videobg.jpg) no-repeat center center;
    height: 405px;
    position: relative;
    background-size: 100%;
}

.video-intro:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    top: 0;
    left: 0;
}

.single-media a {
    width: 121px;
    height: 121px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    background: #ffffffa3;
    margin-bottom: 15px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popup-vedio i {
    color: #cb9a33;
    font-size: 40px;
    line-height: 121px;
}

.popup-vedio .circle {
    border-radius: 100px;
    position: absolute;
    margin: auto;
    transform: scale(1);
    transform-origin: center center;
    left: 0;
    z-index: -1;
}

.popup-vedio .circle-1 {
    width: 100%;
    height: 100%;
    background-color: #313C4F;
    top: 0;
    animation: pulse 1.2s linear 0s infinite;
}

.popup-vedio .circle-2 {
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    animation: pulse-2 1.2s linear 0s infinite;
}

/*@keyframes pulse {*/
/*    0% {*/
/*        transform: scale(0);*/
/*    }*/
/*    50% {*/
/*        transform: scale(0.7);*/
/*        opacity: .3;*/
/*    }*/
/*    80% {*/
/*        transform: scale(0.9);*/
/*        opacity: .2;*/
/*    }*/
/*    100% {*/
/*        transform: scale(1.2);*/
/*        opacity: 0;*/
/*    }*/
/*}*/

@keyframes pulse-2 {
    0% {
        transform: scale(0.5);
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}





/* End of Videos intro section */

