@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
@font-face {
    font-family: "Leela";
    src: url(../fonts/LeelaUIb.ttf);
}

@font-face {
    font-family: "dinot";
    src: url(../fonts/DINOT-REGULAR.OTF);
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #454545;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

a {
    color: #000;
}

a:hover,
a:focus {
    text-decoration: none;
}

.img-100 {
    width: 100%;
}

.pad-0 {
    padding: 0;
}

.row-center {
    display: flex;
    align-items: center;
}

.nav-container {
    background: #f9f9f9;
    box-shadow: 0 1px 5px rgba(85, 85, 85, 0.4);
    margin-bottom: 20px;
    padding: 10px;
    width: 100%;
    z-index: 10;
    position: relative;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky .nav-logo {
    /*position: absolute;*/
}

.nav-scroll {
    height: 52px;
    margin-top: -50px;
    position: relative;
    z-index: -1;
}

.nav-scroll.first {
    margin-top: 0;
}

.nav-container .navbar {
    min-height: auto;
    margin-bottom: 0;
}

.nav-container .navbar-nav>li>a {
    color: #000;
    font-weight: 500;
}

.nav-container .navbar-nav>li>a:hover,
.nav-container .navbar-nav>li>a:focus {
    color: #e52213;
    background: transparent;
    /*font-weight: bold;*/
}

.nav-container .navbar-nav>li>a:hover:before, .nav-container .navbar-nav>li>a:hover:after {
    width: calc(100% + 20px);
    opacity: 1;
}
.nav-container .navbar-nav>li>a:before {
    top: 5px;
}
.nav-container .navbar-nav>li>a:after {
    bottom: 5px;
    right: 0;
}
.nav-container .navbar-nav>li>a:before, .nav-container .navbar-nav>li>a:after {
    content: "";
    height: 2px;
    width: 0;
    opacity: 0;
    background-color: #161666;
    position: absolute;
    transition: all .5s;
}

.nav-logo {
    float: left;
    margin-top: 7px;
    width: 95px;
    position: absolute;
    top: -5px;
}

.navbar-toggle {
    padding: 9px 0;
    margin-right: 0;
}

.navbar-toggle .icon-bar {
    background: #72002d;
}

.pos-abs {
    position: absolute;
}
.pos-rel {
    position: relative;
}
.element-img {
    width: 10%;
    right: 0;
    bottom: -100px;
    opacity: 0.6;
}
/*============================================================= Banner */

.banner-section {
    /*background: url(../images/Web-Banner-for-desktop.jpg) no-repeat;*/
    /*background-position: left top;*/
    /*background-size: 68%;*/
    margin-top: 5%;
    overflow-x: hidden;
    background: #a91513;
}
.carousel-control.right,.carousel-control.left{
    background-image: none;
    
}
.carousel-control{
    /*color: #fedf53;*/
}
.carousel-indicators .active{
    background-color: #fedf53;
}
.logo-container {
    position: absolute;
    left: 5%;
    max-width: 180px;
}

.logo-mobile {
    position: absolute;
    top: 0;
    left: 5%;
    max-width: 70px;
}

.img-responsive.rera-banner {
    float: right;
    margin-right: 10px;
    margin-top: -51px;
}

.form-block {
    position: relative;
    background: #fff;
    /*padding: 0 20px;*/
    text-align: center;
    font-family: "dinot";
}

.contact-no {
    background: #fff;
    padding: 20px;
    color: #fff;
    font-family: "dinot";
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: bolder;
    text-transform: uppercase;
}

.form-block h1 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    margin-top: 30px;
}

.enq-text {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    font-family: "dinot";
    color: #000;
    font-weight: 900;
    margin-bottom: 30px;
}

.form-control {
    border-radius: 0;
    padding: 12px;
    height: auto;
    border: 1px solid #75b946;
}

.form-group.submit-btn {
    margin-bottom: 4px;
}

.note {
    color: #000;
    text-transform: uppercase;
    margin: 3vh 0 6vh;
}

input[type="submit"] {
    background: #fedf53;
    width: 100%;
    border: 0;
    padding: 15px 10px;
    text-transform: uppercase;
    color: #000;
    font-size: 24px;
    font-weight: bold;
}

.form-box {
    float: left;
    border: 1px solid #fff;
    border-bottom: 2px solid #75b946;
    margin: 1px 15px;
    background: rgba(255, 255, 255, 0.5);
}

/*============================================================= common */

.section {
    margin: 65px 0;
}

.main-title {
    color: #e52213;
    font-size: 42px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.main-sub-title {
    color: #47877a;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding-bottom: 20px;
}

.enqbtn {
    display: flex;
    justify-content: center;
    width: 20%;
    margin: 5% auto 0 !important;
}


/*============================================================= button-section */

.button-section {
    background: #e6291a;
    padding: 30px 0;
    text-align: center;
}

.btn {
    background: #fedf53;
    color: #000;
    border: 0;
    padding: 10px 30px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 10px;
    border-radius: 6px;
    transition: all 0.2s;
}

.btn:hover,
.btn:focus {
    background: #75b946;
    color: #fff;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{outline: none;}
.button-section .modal {
    text-align: left;
}

.button-section .btn {
    background: #fedf53;
}

.button-section .btn:hover,
.button-section .btn:focus {
    background: #fff;
    color: #000;
}

.button-section .modal input[type="submit"] {
    background: #7f302b;
    width: 100%;
    border: 0;
    padding: 10px 10px;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}

/* Privacy Policy Page */
.privacy-intro h2 {
    font-size: 16px;
    font-weight: 600;
    margin: 30px 0 10px;
    color: #e94538;
}
.privacy-banner {
    background: #fedf53;
}

.jumbotron{
    /*background-color: #fff;*/
}
/*============================================================= Footer */

.footer-section {
    padding: 30px 0 0;
    /*border-top: 2px solid #7f302b;*/
    background: #fedf53;
    color: #000;
}
.footer-section p{font-size: 14px;}
p.title {
    font-size: 18px;
    font-weight: 600;
}
p.disclaimer {
    font-size: 12px;
    line-height: 1.5;
    text-align: justify;
}

.copyright {
    border-top: 1px solid #000;
    padding-top: 20px;
    color: #fff;
    background: #000;
    font-weight: 600;
}

.copyright a {
    color: #337ab7;
}

.copyright a .fa {
    padding-top: 10px;
    background: #fff;
    width: 30px;
    height: 30px;
    /*color: #7f302b;*/
    text-align: center;
    border-radius: 50px;
    margin-left: 5px;
    transition: all 0.2s;
}

.copyright a .fa:hover,
.copyright a .fa:focus {
    transform: scale(0.9);
}

.rera-img {
    text-align: center;
}

.rera-img img {
    margin: 0 auto;
    max-width: 30%;
}

.rera-img p {
        font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    line-height: normal;
}

.rera-mobile {
    max-width: 220px;
    margin: 0 auto;
}
.footer-logo{max-width: 60%;margin: 0 auto;}
@media (max-width:1200px) {
    .banner-section {
        background-size: 80%;
    }
    .form-block {
        padding: 0px 15px;
    }
    .first-section {
        position: relative;
        padding: 50px 0;
        background: #fff;
    }
    .vector-elements,
    .vector-element,
    .vector-element2,
    .vector-element3,
    .vector-element4,
    .vector-element5,
    .vector-element6,
    .vector-element7 {
        display: none;
    }
}

@media (max-width:992px) {
    .banner-section {
        background: #fff;
        margin-top: 20%;
    }
    .section {
        margin: 10px 0;
    }
    .rera-img img {
        max-width: 50px;
    }
    .rera-img p {
        font-size: 15px;
    }
    .tab-img {
        display: block !important;
        width: 100%;
    }
    .enqbtn {
        width: 90%;
    }
    .row-center {
        display: block;
    }
    .form-box {
        float: none;
    }
    .pe-logo {
        display: none;
    }
    .content-block {
        max-width: 750px;
        margin: 0 auto;
        padding: 50px 0;
    }
    .amenities-list {
        float: left;
        width: 100%;
        margin-bottom: 50px;
    }
    .specification-list {
        margin-bottom: 0;
    }
    .right-block {
        padding: 0;
        margin-left: 0;
        background: transparent;
        border: 0;
    }
    .button-section .btn {
        background: #7f302b;
        width: 100%;
        margin: 10px auto;
    }
    .footer-text {
        display: none;
    }
    .form-block h1 {
        font-size: 25px;
    }
    .enq-text {
        font-size: 12px;
    }
    .note {
        margin: 3vh 0 2vh;
        font-size: 12px;
    }
    .form-block input[type="submit"] {
        font-size: 20px;
    }
}

@media (max-width:767px) {
    .form-block {
        padding: 0;
    }
    .first-section {
        padding: 20px 0;
    }
    .main-title {
        margin-top: 5%;font-size: 30px;
    margin-bottom: 0;
    }
    .left-div {
        padding-right: 0;
    }
    .content-block.amenities-list-block {
        padding: 20px 15px;
    }
    .content-block {
        padding: 20px 15px;
    }
    .amenities-list {
        margin-bottom: 20px;
    }
    .specification-list {
        margin-bottom: 20px;
    }
    .right-div {
        padding-left: 0;
        padding: 0 15px;
    }
    .btn {
        margin: 10px 10px;
    }
    .copyright {
        margin-top: 10px;
        text-align: center;
    }
    .pull-right {
        /*width: 100%;*/
    }
    .panel-heading {
        font-size: 40px;
    }
    .thank-you-box .fa {
        margin: 0;
    }
    .navbar-nav {
        margin: 35.5px -29px 0;
        border-top: 1px solid #000;
    }
    .contact-no{
        display: none;
    }
    .overview-logo .logo-img {
        margin: 0 auto 8%;
    }
    .amenities-row p {
        font-size: 14px;
        /*text-align: left;*/
        line-height: 1;
    }
    .footer-logo {
        max-width: 100%;
        margin: 20px auto;
    }
}