body {
    font-family: "Poppins", sans-serif;
    background: #fffaf7;
}
.banner-wrap {
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 0;
    /* margin-top: 170px; */
}
.banner-slider {
    height: 100%;
    padding-bottom: 100px;
}
.banner-slide img {
    width: 100%;
}
.banner-slider > .banner-slide {
    display: none;
}
.banner-slider > .banner-slide:first-child {
    display: block;
}
.slick-initialized .banner-slide {
    position: relative;
}
.banner-slider .slick-arrow {
    position: absolute;
    right: 25px;
    bottom: 50px;
    font-size: 0;
    border: 0;
    width: 50px;
    height: 50px;
    z-index: 2;
    cursor: pointer;
}
.banner-slider .slick-arrow:before {
    text-align: center;
    line-height: 50px;
    color: rgba(0, 33, 71, 1);
    opacity: 1;
}
.banner-slider .slick-arrow.slick-prev {
    right: 20%;
    bottom: 100px;
    top: inherit;
    left: inherit;
}
.banner-slider .slick-arrow.slick-prev:before {
    content: "\f104";
    line-height: 38px;
    font-family: "FontAwesome";
    color: #fff;
    font-size: 25px;
    background: #b43a51;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
}
.banner-slider .slick-arrow.slick-next {
    right: 18%;
    bottom: 100px;
    top: inherit;
}
.banner-slider .slick-arrow.slick-next:before {
    content: "\f105";
    line-height: 38px;
    font-family: "FontAwesome";
    color: #fff;
    font-size: 25px;
    background: #b43a51;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
}
.banner-wrap .container {
    position: relative;
    z-index: 12;
}
.hero-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.hero-content {
    color: #000;
    position: absolute;
    right: 0;
    bottom: 300px;
    padding: 0;
    left:70%;
}
.hero-content img {
    width: auto;
}
.hero-content h2 {
    font-size: 45px;
    line-height: 1.333;
    color: #ac5e00;
    font-weight: bold;
    font-style: italic;
    margin: 0;
    font-family: "Gelasio", serif;
}
.hero-content h3 {
    /* font-size: 42px; */
    line-height: 25px;
    color: #005b6d;
    font-weight: 900;
    font-style: italic;
    margin: 15px 0 0 0;
    font-family: "Lato", sans-serif;
}
.hero-content h3 span {
    display: block;
    font-size: 25px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-style: normal;
}
.hero-content h3 label {
    font-size: 23px;
    padding: 0 5px;
}
.hero-content h3 label sub {
    font-size: 24px;
    font-family: "Poppins", sans-serif;
    bottom: 0;
    font-weight: 700;
}
.hero-content h4 {
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
}
.hero-content h4 span {
    font-size: 31px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    font-style: italic;
}
.hero-content p {
    font-size: 18px;
    line-height: 1.333;
    margin-bottom: 18px;
    color: #fff;
    font-weight: 300;
}
.hero-content .cta-btn {
    padding-top: 30px;
}
.hero-content .cta-btn .cta-link.cta-outline-white:hover {
    background: #ffffff;
    color: rgba(0, 33, 71, 1);
}
.hero-content a {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    background: #b06514;
    font-weight: 700;
    padding: 10px 30px;
    border-radius: 10px;
    margin-top: 30px;
    display: inline-block;
}
.hero-content a .fa {
    background: #b43a51;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
}
.hero-img {
    position: absolute;
    top: 66%;
    padding: 0;
}
.banner-slider .slick-dots {
    list-style: none;
    right: 39%;
    width: auto;
    z-index: 2;
    bottom: 15%;
}
.banner-slider .slick-dots li button:before {
    color: #fff;
    opacity: 1;
    font-size: 10px;
}
.banner-slider .slick-dots li.slick-active button::before {
    color: #ee5a73;
}
.banner-slider .slick-dots li {
}
.last_pointer {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 9999;
}
.last_pointer .fa {
    width: 65px;
    height: 65px;
    border-radius: 65px;
    line-height: 65px;
    text-align: center;
    background: #fff;
    font-size: 30px;
    color: #022e60;
}
.last_pointer a {
    color: #022e60;
    text-decoration: none;
}
.main_menu {
}
.main_menu .navbar {
    min-height: 85px;
}
.main_menu .navbar-nav {
    position: relative;
    margin-top: 15px;
}
.main_menu .navbar-nav > li {
    position: relative;
    padding: 0 8px;
    border-right: 2px solid #b06514;
}
.main_menu .navbar-nav > li.bornone {
    border-right: none;
    padding-right: 0;
}
.main_menu .navbar-nav > li > a {
    padding: 4px 12px;
    color: #005b6d;
    font-size: 15px;
    font-weight: bold;
    line-height: 10px;
}
.main_menu .navbar-default .navbar-nav > li .active > a {
    color: #cfb4b8;
    background: none;
}
.main_menu .navbar-default .navbar-nav > .active > a {
    background: none;
    color: #cfb4b8;
}
.main_menu .navbar-default .navbar-nav > .open {
    background: none;
}
.main_menu .navbar-default .navbar-nav > .open > a,
.main_menu .navbar-default .navbar-nav > .open > a:focus,
.main_menu .navbar-default .navbar-nav > .open > a:hover {
    background: none;
    color: #555;
}
.main_menu .navbar-default {
    border: none;
}
.main_menu .navbar-default .navbar-collapse {
    float: right;
    margin-right: 50px;
}
.main_menu .navbar-header {
    padding: 0;
}
.main_menu .navbar-default .navbar-nav > li > a:focus,
.main_menu .navbar-default .navbar-nav > li > a:hover {
    color: #b15e08;
}
.main_menu .navbar-nav > li > .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    border-top: none;
    position: absolute;
    /* top: 30px; */
    background: #005b6d;
    left: 8px;
}
.main_menu .open > .dropdown-menu {
    padding: 0;
}
.main_menu .dropdown-menu > li {
    border-bottom: 1px solid rgba(225, 225, 225, 0.5);
}
.main_menu .dropdown-menu > li > a {
    padding: 5px 20px;
    line-height: 34px;
    color: #fff;
}
.main_menu .dropdown-menu > li > a:hover,
.main_menu .dropdown-menu > li > a:focus {
    background: none;
}
.main_menu .dropdown-menu > .active > a {
    color: #010e3f;
}
.navbar-default {
    background: none;
    border: none;
}
.header {
    padding: 0;
}
.main_menu .navbar-brand {
    padding: 0;
}
.navbar > .container .navbar-brand {
    top: -20px;
    position: absolute;
    margin: 0;
    
    border-radius: 12px;
    
    /* box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
    border: 2px solid #b06514; */
}
.header_info {
    float: right;
    padding: 10px 0 0 0;
    margin-top: 15px;
    text-align: right;
    width: 100%;
    margin-right: 50px;
}
.header_info ul {
    padding: 0;
    margin: 0;
}
.header_info ul li {
    list-style: none;
    display: inline-block;
    color: #2b9fca;
    font-size: 13px;
    font-weight: 400;
    padding: 0 5px;
}
.header_info ul li a {
    color: black;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}
.header_info ul li img {
    margin-right: 5px;
    position: relative;
    top: -2px;
}
.header_info ul li a.enquire {
    font-size: 15px;
    font-weight: 400;
    background: #ffd601;
    padding: 5px 25px;
    border-radius: 15px;
}
.affix {
   background-image: linear-gradient(180deg, #f6ecdf, #f1e7dc);
    z-index: 3;
    position: fixed;
    left: 0;
    width: 100%;
    height: 120px;
}
.affix .navbar > .container .navbar-brand {
    top: -29px;
}
.main_menu .navbar-nav > li .dropdown {
    position: relative;
}
.main_menu .navbar-nav > li:last-child {
    padding-right: 0;
}
.header_info ul li a .fa {
    width: 27px;
    height: 27px;
    color: #df0024;
    background: #fff;
    border-radius: 27px;
    line-height: 27px;
    text-align: center;
}
.watmtrecicb {
    padding: 0 0 70px 0;
}
.watmtrecicb h1 {
    text-align: center;
    font-family: "Gelasio", serif;
    color: #5b5b5b;
    font-size: 46px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 30px;
}
.watmtrecicb h1 span {
    display: block;
}
.watmtrecicbc {
    padding-left: 155px;
}
.watmtrecicbcb {
    padding: 0;
}
.watmtrecicbcbs {
    position: relative;
}
.watmtrecicbcbs img {
    width: 100%;
}
.watmtrecicbcbs.lineup {
    padding: 0;
}
.watmtrecicbcbs.about {
    background: #fff;
    padding: 50px 35px;
    box-shadow: 0 0 5px 5px #fdf1ea;
    margin-top: 15px;
}
.watmtrecicbcbs p {
    color: #060606;
    font-size: 16px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    text-align: justify;
    line-height: 30px;
}
.watmtrecicbcbs h3 {
    color: #060606;
    font-size: 20px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 20px;
}
.watmtrecicbcbs h4 {
    color: #060606;
    font-size: 24px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: italic;
}
.watmtrecicbcbs h4 span {
    display: block;
}
.watmtrecicbcbs a {
    float: right;
    color: #e0072a;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    font-family: "Lato", sans-serif;
}
.watmtrecicbcbs h5 {
    text-align: right;
    color: #5b5b5b;
    font-size: 46px;
    font-family: "Gelasio", serif;
}
.watmtrecicbcbs_abs {
    position: absolute;
    top: 0;
    left: 0;
    background: #fffaf7;
    max-width: 140px;
    padding: 10px 20px;
}
.watmtrecicbcbs_abs h6 {
    color: #e0072a;
    font-size: 18px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    margin: 0;
    display: inline;
}
.watmtrecicbcbs_abs h6 span {
    display: block;
    font-size: 50px;
}
.watmtrecicbcbs_abs.lineup {
    bottom: 0;
    top: inherit;
    right: 0;
    left: inherit;
}
.watmtrecicbcbs_abs.family {
    bottom: 0;
    right: 7px;
    top: inherit;
    left: inherit;
    background: #e0072a;
}
.watmtrecicbcbs_abs h6.family {
    color: #fff;
}
.watmtrecicbcbs.family {
    min-height: 267px;
}
.menu_rel {
    position: relative;
}
.humburger {
    width: 33px;
    height: 22px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    right: 0;
    top: 45px;
    cursor: pointer;
    transition: 0.5s all ease-in;
    z-index: 5555;
}
.humburger:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: scale(0);
    transition: 0.5s all ease-in;
    z-index: 1;
}
.humburger .line {
    height: 4px;
    width: 100%;
    background: #fff;
    display: flex;
    transition: 0.5s all ease-in;
    position: relative;
    z-index: 2;
    border-radius: 10px;
}
.humburger .line:after {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background: white;
    width: 0;
    transition: 0.5s all ease-in-out;
    z-index: 1;
}
.humburger:hover:after {
    transform: scale(1.4);
}
.humburger:hover .line:after {
    width: 100%;
}
.humburger.open .line {
    background: #06225c;
}
.humburger.open .line:nth-of-type(1) {
    transform: rotate(45deg);
    margin-top: 9px;
    right: -320px;
    background: #06225c;
}
.humburger.open .line:nth-of-type(1):after {
    background: #06225c;
}
.humburger.open .line:nth-of-type(2) {
    transform: rotate(-45deg);
    margin-top: -12px;
    right: -320px;
    background: #06225c;
}
.humburger.open .line:nth-of-type(2):after {
    background: #06225c;
}
.humburger.open .line:nth-of-type(3) {
    visibility: hidden;
    opacity: 0;
}
.menu_body {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 350px;
    display: flex;
    background: #fff;
    transform: translateX(100%);
    transition: 0.5s all ease;
}
.menu_body.open {
    transform: translateX(0);
}
.menu_body__item_wrapper {
    padding: 40px 0 40px 0;
    display: flex;
    justify-content: flex-start;
    width: 100%;
}
.menu_body__item_wrapper .menu_list {
    list-style: none;
    width: 100%;
    padding: 0 0 0 0;
}
.menu_body__item_wrapper .menu_list li {
    padding-bottom: 15px;
    position: relative;
    padding-left: 35px;
    border-bottom: 1px solid #ddd;
    padding-top: 15px;
}
.menu_body__item_wrapper .menu_list li:last-child {
    margin-bottom: 0;
    border: none;
}
.menu_body__item_wrapper .menu_list li a {
    color: #334a79;
    font-weight: 400;
    font-size: 18px;
    text-decoration: none;
    position: relative;
    transition: 0.5s all ease;
}
.menu_body__item_wrapper .menu_list li.has_child .sub-menu {
    position: absolute;
    background: black;
    list-style: none;
    padding: 30px;
    left: unset;
    top: 0;
    right: 100%;
    min-width: 135px;
    opacity: 0;
    visibility: hidden;
}
.menu_body__item_wrapper .menu_list li.has_child .sub-menu li {
    padding-left: 0;
    margin-bottom: 15px;
}
.menu_body__item_wrapper .menu_list li.has_child .sub-menu li a:after {
    display: none;
}
.menu_body__item_wrapper .menu_list li.has_child:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}
.humburger .line.last {
    width: 75%;
    justify-content: flex-start;
}
.menu_body__item_wrapper .menu_list li p {
    margin: 0;
    color: #233c49;
    font-size: 15px;
    font-weight: 300;
}
.menu_body__item_wrapper .menu_list li p a {
    font-size: 15px;
    font-weight: 300;
}
.menu_body__item_wrapper .menu_list li p b {
    font-weight: 500;
}
.menu_body__item_wrapper .menu_list li img {
    margin: 20px 0;
}
.menu_body__item_wrapper .menu_list li p .fa {
    color: #183267;
    font-size: 25px;
    margin-right: 10px;
}
.banr_logo {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 40px;
}
.ogpwhlb {
    padding: 0 0 70px 0;
}
.ogpwhlb h4 {
    text-align: center;
    color: #5b5b5b;
    font-size: 46px;
    font-family: "Gelasio", serif;
}
.ogpwhlb h4 span {
    display: block;
    color: #b2b2b2;
    font-size: 20px;
    font-family: "Lato", sans-serif;
    margin-bottom: 10px;
}
.ongoing_slider .ongoing_sliders {
    padding: 0;
    position: relative;
}
.ongoing_slider .ongoing_sliderss {
    padding: 5px;
}
.ongoing_slider .slick-dots {
    position: absolute;
    right: 0;
    top: -53px;
    bottom: inherit;
    width: auto;
}
.ongoing_slider .slick-dots li a {
    color: #c3bebe;
    font-size: 26px;
    text-decoration: none;
}
.ongoing_slider .slick-dots .slick-active a {
    color: #5b5b5b;
}
.ongoing_slider .ongoing_sliderss_info {
    position: absolute;
    top: 15px;
    left: 30px;
}
.ongoing_slider .ongoing_sliderss_info h5 {
    font-size: 25px;
    font-family: "Gelasio", serif;
    color: #fff;
    margin: 0;
}
.ongoing_slider .ongoing_sliderss_info h5 span {
    display: block;
    font-family: "Lato", sans-serif;
}
.ongoing_slider .ongoing_sliderss_logo {
    position: absolute;
    bottom: -13px;
    left: 0;
    font-size: 20px;
}
.ogpwhlb a {
    float: right;
    color: #e0072a;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    text-decoration: underline;
}
.slick-dotted.slick-slider {
    margin-bottom: 20px;
}
.wcubwab {
}
.wcubwab ul {
    padding: 0;
    margin: 0;
}
.wcubwab ul li {
    list-style: none;
    padding: 10px;
}
.wcubwab ul li .wcubwabs {
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 5px 5px #fdf1ea;
    text-align: center;
}
.wcubwab ul li .wcubwabs h3 {
    color: #5b5b5b;
    font-size: 24px;
    font-weight: 500;
    font-family: "Gelasio", serif;
    padding-top: 10px;
}
.wcubwab ul li .wcubwabs p {
    color: #060606;
    font-size: 16px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    line-height: 30px;
    height: 123px;
}
.wcubwab ul li .wcubwabs .number {
    color: #f2f2f2;
    font-size: 100px;
    font-family: "Gelasio", serif;
    position: absolute;
    top: -18px;
    left: 30px;
}
.wcubwab ul li .wcubwabs h4 {
    color: #b3b3b3;
    font-size: 20px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
}
.wcubwab ul li .wcubwabs h5 {
    color: #5b5b5b;
    font-size: 46px;
    font-family: "Gelasio", serif;
    font-weight: 600;
}
.wcubwab ul li:first-child .wcubwabs {
    background: none;
    box-shadow: none;
    text-align: left;
    padding: 0;
    margin-top: 60px;
}
.jvbbtb {
    text-align: center;
    padding: 70px 0;
}
.jvbbtb h3 {
    color: #5b5b5b;
    font-size: 46px;
    font-family: "Gelasio", serif;
    font-weight: 600;
}
.jvbbtb h3 span {
    color: #b3b3b3;
    font-size: 20px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
}
.jvbbtb p {
    color: #777777;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
}
.jvbbtb p span {
    display: block;
}
.jvbbtb a {
    color: #e0072a;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    text-decoration: none;
    position: relative;
    z-index: 2;
}
.jvbbtb img {
    position: relative;
    top: -50px;
}
.cathophb {
    padding: 0 0 70px 0;
}
.cathophb h4 {
    text-align: center;
    color: #5b5b5b;
    font-size: 46px;
    font-family: "Gelasio", serif;
}
.cathophb h4 label {
    color: #b2b2b2;
    font-size: 20px;
    font-family: "Lato", sans-serif;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
}
.cathophb h4 span {
    display: block;
}
.testi_slider {
    padding: 0;
}
.testi_slider .testi_sliders {
    padding: 0;
}
.testi_slider .testi_sliderss {
    padding: 12px;
    position: relative;
}
.testi_slider .slick-dots {
    bottom: -35px;
    z-index: 2;
    left: 0;
    text-align: center;
    width: 100%;
}
.testi_slider .slick-dots li {
    margin: 0 10px;
}
.testi_slider .slick-dots li button::before {
    font-family: inherit;
    width: 33px;
    height: 7px;
    background: #f4f3f0;
    opacity: 1;
    font-size: 0;
    border-radius: 5px;
}
.testi_slider .slick-dots li a.active {
    width: 30px;
    height: 5px;
}
.testi_slider .slick-dots .slick-active button::before {
    background: #e0072a;
}
.testi_slider .testi_sliderss_info {
    text-align: center;
    box-shadow: 0 0 5px 5px #fdf1ea;
    padding: 50px;
    background: #fff;
    border-radius: 10px;
    /* min-height: 470px; */
}
.testi_slider .testi_sliderss_info h5 {
    font-size: 24px;
    font-family: "Lato", sans-serif;
    color: #e0072a;
    margin: 0;
    font-weight: 600;
    font-style: italic;
    position: relative;
    text-align: left;
    /* padding: 40px 0 40px 200px; */
}
.testi_slider .testi_sliderss_info h5 img {
    position: absolute;
    left: 40px;
    top: 0;
    display: inline-block;
}
.testi_slider .testi_sliderss_info h5 span {
    display: block;
    color: #5b5b5b;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
}
.testi_slider .testi_sliderss_info p {
    color: #5b5b5b;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 30px;
    margin-top: 30px;
}
.prsnthftrb {
    background: url(../images/footer_bg.png);
    background-size: cover;
    padding: 30px 0 0 0;
    border-bottom: 5px solid #ac5e00;
}
.prsnthftrb ul {
    padding: 0 0 30px 0;
    margin: 0;
}
.prsnthftrb ul li {
    list-style: none;
}
.prsnthftrb ul li .quick_link {
    padding: 0;
}
.prsnthftrb ul li .quick_link p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    font-family: "Lato", sans-serif;
    line-height: 32px;
    margin: 0;
}
.prsnthftrb ul li .quick_link h3 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    font-family: "Lato", sans-serif;
}
.prsnthftrb ul li:last-child .quick_link {
    text-align: center;
    border: 5px solid #ffffff;
    padding: 50px;
}
.prsnthftrb ul li .quick_link ul {
    padding: 0;
}
.prsnthftrb ul li .quick_link ul li {
    line-height: 32px;
}
.prsnthftrb ul li .quick_link ul li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    font-family: "Lato", sans-serif;
}
.prsnthftrb ul li .quick_link ul li.active a {
    color: #ffffff;
}
.prsnthftrb ul li:first-child {
    padding-left: 0;
}
.prsnthftrb ul li:last-child {
    padding-right: 0;
}
.prsnthftrb ul li .quick_link p a {
    text-decoration: none;
    color: #ffffff;
}
.prsnthftrb ul li img {
    margin-bottom: 40px;
}
.prsnthftrb ul li .quick_link p .fa {
    font-size: 30px;
    color: #fff;
    margin-right: 10px;
    margin-top:20px;
}
.prsnthftrb ul li:nth-child(3) {
    padding: 0;
}
.sub_ftr {
    padding: 15px 0 15px 0;
    border-top: 1px solid #7f8e94;
}
.sub_ftr ul {
    padding: 0;
}
.sub_ftr ul li {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    font-family: "Lato", sans-serif;
    float: none;
    display: inline-block;
}
.sub_ftr ul li a {
    color: #dfdbdb;
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
}
.sub_ftr ul li:last-child {
    float: right;
}
.main_menu .navbar-nav:after {
    content: "";
    border-right: 1px solid #677a9d;
    height: 70px;
    position: absolute;
    right: -5px;
    top: -46px;
}
.inner_bnr {
    padding: 0;
}
.inner_bnr img {
    width: 100%;
}
.inner_bnr .carousel-caption {
    border-bottom: 5px solid #df0024;
    bottom: 0;
    text-shadow: none;
    z-index: 2;
}
.inner_bnr .carousel-caption h3 {
    color: #035a71;
    font-size: 46px;
    font-family: "Gelasio", serif;
    font-weight: 600;
}
.bhhfhfb {
    padding: 70px 0 100px 0;
    text-align: center;
}
.bhhfhfb h1 {
    font-family: "Gelasio", serif;
    font-weight: 600;
    color: #5b5b5b;
    font-size: 46px;
    margin-top: 0;
    margin-bottom: 30px;
}
.bhhfhfb h1 span {
    display: block;
}
.bhhfhfb p {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #060606;
    font-size: 16px;
    line-height: 30px;
}
.vimiqub {
    position: relative;
    background: url(../images/vis_mis_qua_bg.jpg);
    background-size: cover;
    max-height: 707px;
    padding-bottom: 70px;
}
.vimiqub_abs {
    position: relative;
    left: 0;
    text-align: center;
    width: 100%;
    top: -60px;
}
.vimiqub_abs_info {
    width: 820px;
    height: 820px;
    border-radius: 820px;
    background: rgba(215, 14, 46, 0.9);
    display: inline-block;
}
.vimiqub_abs_info ul {
    padding: 85px 170px;
}
.vimiqub_abs_info ul li {
    list-style: none;
    padding: 10px 0;
}
.vimiqub_abs_info ul li .vimiqub_abs_infos {
    text-align: center;
}
.vimiqub_abs_info ul li .vimiqub_abs_infos h3 {
    color: #fff;
    font-size: 24px;
    font-family: "Gelasio", serif;
    font-weight: 500;
}
.vimiqub_abs_info ul li .vimiqub_abs_infos p {
    color: #fff;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 24px;
}
.ortmdmb {
    padding: 150px 0 0 0;
}
.ortmdmbs {
    position: relative;
}
.ortmdmbs_abs {
    position: absolute;
    left: 0;
    bottom: 0;
}
.ortmdmbs h3 {
    color: #5b5b5b;
    font-size: 46px;
    font-weight: 600;
    font-family: "Gelasio", serif;
    margin-bottom: 30px;
}
.ortmdmbs h3 label {
    display: block;
    color: #b3b3b3;
    font-size: 20px;
    font-weight: 400;
}
.ortmdmbs h3 span {
    display: block;
    font-size: 29px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
}
.ortmdmbs img {
    z-index: 2;
    position: relative;
}
.ortmdmbs p {
    text-align: justify;
    color: #060606;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    line-height: 24px;
}
.banr_logo img.turnkey {
    width: auto;
}
.banr_logo.turnkey {
    bottom: -55px;
}
.inner_bnr .carousel-caption.turnkey {
    top: 20%;
    border: none;
    left: 19%;
    right: 19%;
}
.turnkey_info {
    text-align: left;
    padding: 0;
}
.turnkey_info h3 {
    color: #ffffff;
    font-size: 46px;
    font-family: "Gelasio", serif;
    font-weight: 500;
    font-style: italic;
}
.turnkey_info h4 {
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    font-style: italic;
}
.turnkey_info h5 {
    color: #ffffff;
    font-size: 23px;
    font-weight: 700;
    font-style: italic;
    border: 3px solid #fff;
    padding: 10px;
}
.turnkey_enq {
    padding: 0 0 20px 0;
    background: rgba(107, 86, 106, 0.5);
    position: relative;
    max-width: 372px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
}
.turnkey_enq h2 {
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    margin-top: 0;
    font-family: "Gelasio", serif;
    font-style: italic;
    background: #df0024;
    padding: 30px 0;
}
.turnkey_enq form {
    padding: 0 25px;
}
.turnkey_enq .form-control {
    border: 1px solid #959595;
    color: #766672;
    height: 55px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 20px;
}
.turnkey_enq .form-group {
    padding: 3px;
    min-width: 210px;
    margin: 3px 0;
}
.turnkey_enq option {
    color: #959595;
}
.turnkey_enq .form-control.submit {
    font-weight: 600;
    background: #df0024;
    box-shadow: none;
    color: #fff;
    border: none;
    font-size: 18px;
    padding: 10px 30px;
    text-transform: uppercase;
    display: inline-block;
}
.turnkey_enq ::placeholder {
    color: #766672;
    font-size: 15px;
    font-weight: 400;
}
.pdsfb {
    padding: 70px 0;
}
.pdsfb h1 {
    color: #5b5b5b;
    font-size: 46px;
    font-family: "Gelasio", serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}
.pdsfb h1 span {
    display: block;
    color: #df0024;
}
.pdsfb ul {
    padding: 0;
    margin: 0;
    text-align: center;
}
.pdsfb ul li {
    list-style: none;
    padding: 10px;
    float: none;
    display: inline-block;
}
.pdsfb ul li .pdsfbs {
    background: #fff;
    padding: 30px 25px;
    box-shadow: 0 0 5px 5px #fdf1ea;
    text-align: center;
    max-width: 365px;
    position: relative;
}
.pdsfb ul li .pdsfbs h3 {
    color: #df0024;
    font-size: 26px;
    font-weight: 500;
    font-family: "Gelasio", serif;
    padding-left: 120px;
    margin-top: 0;
    text-align: left;
}
.pdsfb ul li .pdsfbs h3 span {
    display: block;
    font-style: italic;
    font-size: 30px;
    font-weight: 600;
}
.pdsfb ul li .pdsfbs h3 label {
    font-weight: 500;
    font-size: 20px;
}
.pdsfb ul li .pdsfbs p {
    color: #969696;
    font-size: 16px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    line-height: 30px;
    text-align: left;
}
.pdsfb ul li .pdsfbs .number {
    color: #f2f2f2;
    font-size: 100px;
    font-family: "Gelasio", serif;
    position: absolute;
    top: -18px;
    left: 20px;
}
.pdsfb ul li .pdsfbs h4 {
    color: #b3b3b3;
    font-size: 20px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
}
.pdsfb ul li .pdsfbs h5 {
    color: #5b5b5b;
    font-size: 46px;
    font-family: "Gelasio", serif;
    font-weight: 600;
}
.packdtlb {
    text-align: center;
    padding: 0;
}
.packdtlb h3 {
    color: #5b5b5b;
    font-size: 46px;
    font-family: "Gelasio", serif;
    font-weight: 600;
}
.packdtlb p {
    color: #5b5b5b;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 24px;
}
.packdtlb p span {
    display: block;
}
.packdtlbs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    margin-top: 30px;
}
.packdtlbss img {
    width: 100%;
}
.packdtlbss {
    background: #fff;
    margin-left: 8%;
    padding: 0;
    box-shadow: 0 0 5px 5px #fdf1ea;
    text-align: left;
    padding: 208px 95px;
}
.packdtlbss:last-child {
    margin: 0;
    box-shadow: none;
    padding: 0;
}
.packdtlbss h4 {
    color: #df0024;
    font-size: 46px;
    font-family: "Gelasio", serif;
    font-weight: 600;
}
.packdtlbss h4 span {
    display: block;
}
.packdtlbss h5 {
    color: #5b5b5b;
    font-size: 29px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
}
.packdtlbss h5 span {
    display: block;
}
.packdtlbss p {
    color: #5b5b5b;
    font-size: 18px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
}
.packdtlbss a {
    background: #df0024;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 65px;
    border-radius: 10px;
    display: inline-block;
}
.orprmsb {
    padding: 70px 0;
}
.orprmsb fieldset {
    margin: 0 0 30px 0;
    border: 1px solid #ccc;
    text-align: center;
}
.orprmsb legend {
    padding: 4px 10px;
    color: #5b5b5b;
    margin: 0 auto;
    display: block;
    width: auto;
    font-size: 46px;
    font-family: "Gelasio", serif;
    font-weight: 600;
    border: none;
}
.orprmsb .nav-tabs {
    text-align: center;
    border: none;
}
.orprmsb .nav-tabs > li {
    float: none;
    display: inline-block;
    position: relative;
}
.orprmsb .nav-tabs > li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 15px;
    border-right: 1px solid #000;
    height: 15px;
}
.orprmsb .nav-tabs > li:last-child:after {
    display: none;
}
.orprmsb .nav-tabs > li > a {
    color: #5b5b5b;
    font-size: 18px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
}
.orprmsb .nav-tabs > li.active > a,
.orprmsb .nav-tabs > li.active > a:focus,
.orprmsb .nav-tabs > li.active > a:hover {
    color: #df0024;
    background: none;
    border: none;
    border-bottom: 2px solid #df0024;
    box-shadow: none;
}
.orprmsb .nav > li > a:hover {
    background: none;
    box-shadow: none;
    border: none;
    border: 1px solid transparent;
}
.orprmsb .tab-content {
}
.orprmsb .tab-content .promise_info {
    text-align: center;
    padding: 30px 165px;
}
.orprmsb .tab-content .promise_info h3 {
    color: #df0024;
    font-size: 35px;
    font-family: "Gelasio", serif;
    font-weight: 600;
}
.orprmsb .tab-content .promise_info p {
    color: #5b5b5b;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    line-height: 24px;
}
.orftrsb {
    padding: 335px 0 0 0;
}
.orftrsb ul {
    text-align: center;
    position: relative;
}
.orftrsb ul li {
    float: none;
    display: inline-block;
}
.orftrsb ul li .first_abs {
    position: absolute;
    bottom: 0;
    left: 0;
}
.orftrsb ul li .second_abs {
    position: absolute;
    top: -369px;
    left: 124px;
}
.orftrsb ul li .third_abs {
    position: absolute;
    top: -369px;
    left: 408px;
}
.orftrsb ul li .four_abs {
    position: absolute;
    top: -247px;
    left: 526px;
}
.orftrsb ul li .first {
}
.orftrsb ul li .caption {
    position: absolute;
    top: 45%;
    text-align: center;
    left: 0;
    width: 100%;
}
.orftrsb ul li .caption h3 {
    color: #fff;
}
.orftrsb ul li .caption h3 span {
    display: block;
}
.orftrsb ul li .caption.second {
    position: absolute;
    top: 28%;
    text-align: center;
    left: 30px;
    width: 100%;
}
.orftrsb ul li .caption.third {
    position: absolute;
    top: 28%;
    text-align: center;
    left: -20px;
    width: 100%;
}
.cntusb {
    padding: 70px 0 0 0;
}
.cntusb h1 {
    font-family: "Gelasio", serif;
    font-weight: 600;
    color: #5b5b5b;
    font-size: 46px;
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
}
.cntusb h1 span {
    display: block;
}
.cntusb ul {
    padding: 0;
    margin: 0;
}
.cntusb ul li {
    list-style: none;
}
.cntusb ul li .cntusbs {
    border: 2px solid #e5e1de;
    padding: 30px 50px;
    min-height: 185px;
}
.cntusb ul li .cntusbs h3 {
    color: #df0024;
    font-size: 24px;
    font-family: "Gelasio", serif;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 30px;
}
.cntusb ul li .cntusbs p {
    color: #060606;
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    margin-bottom: 0;
}
.cntusb ul li .cntusbs p a {
    color: #060606;
    font-size: 20px;
    text-decoration: none;
}
.cntusb ul li .cntusbs p a.phone {
    font-size: 24px;
}
.getintchb {
    padding: 70px 0;
}
.getintchbc {
    background: #df0024;
    padding: 55px;
    position: relative;
}
.contact_enq {
    padding: 0 0 20px 0;
    position: relative;
}
.contact_enq h3 {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    margin-top: 0;
    font-family: "Gelasio", serif;
    font-style: italic;
    background: #00596b;
    padding: 30px 0;
}
.contact_enq .form-control {
    color: #a19791;
    height: 55px;
    font-size: 18px;
    font-weight: 400;
    background: none;
    border: none;
    box-shadow: none;
    font-family: "Lato", sans-serif;
    border-bottom: 1px solid #ef8092;
}
.contact_enq .form-group {
    padding: 3px;
    min-width: 210px;
    margin: 3px 0;
}
.contact_enq option {
    color: #959595;
}
.contact_enq .form-control.submit {
    font-weight: 400;
    background: #4d4641;
    box-shadow: none;
    color: #fff;
    border: none;
    font-size: 20px;
    padding: 10px 55px;
    display: inline-block;
    width: auto;
    height: auto;
    margin-top: 50px;
}
.contact_enq ::placeholder {
    color: #fffaf7;
    font-size: 18px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
}
.getinabs {
    position: absolute;
    right: 0;
    bottom: -14px;
}
.prsnthglemap {
    padding: 0;
}
.yrdhirhb {
    padding: 70px 0;
}
.yrdhirhb h1 {
    font-family: "Gelasio", serif;
    font-weight: 600;
    color: #5b5b5b;
    font-size: 46px;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
}
.yrdhirhb ul {
    padding: 0;
    margin: 0;
    text-align: center;
}
.yrdhirhb ul li {
    list-style: none;
    padding: 5px;
    float: none;
    display: inline-block;
    width: 33%;
}
.yrdhirhb ul li .yrdhirhbs {
}
.yrdhirhb ul li .yrdhirhbs img {
    width: 100%;
}
.yrdhirhb ul li .yrdhirhbs_info {
    border: 1px solid #d6d2d0;
    padding: 20px 0;
}
.yrdhirhb ul li .yrdhirhbs_info h3 {
    margin-top: 0;
    color: #df0024;
    font-size: 18px;
    font-weight: 900;
    font-family: "Lato", sans-serif;
}
.yrdhirhb ul li .yrdhirhbs_info p {
    color: #3e3e3e;
    font-size: 18px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    margin-bottom: 0;
}
.yrdhirhb.upcoming {
    background: #f0f0f0;
}
.yrdhirhb h2 {
    font-family: "Gelasio", serif;
    font-weight: 600;
    color: #5b5b5b;
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
}
.wewctlob {
    padding: 70px 0 0 0;
    text-align: center;
}
.wewctlob h1 {
    font-family: "Gelasio", serif;
    font-weight: 600;
    color: #5b5b5b;
    font-size: 46px;
    margin-top: 0;
    margin-bottom: 30px;
    text-align: center;
}
.wewctlob p {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #5b5b5b;
    font-size: 18px;
    line-height: 24px;
    padding: 0 160px;
}
.wewctlob ul {
    padding: 0 0 30px 0;
    margin: 0;
}
.wewctlob ul li {
    padding: 0 3px;
    margin-bottom: 10px;
    list-style: image-set;
}
.wewctlob ul li .wewctlobs {
    text-align: left;
    padding: 10px 5px;
    font-family: "Lato", sans-serif;
    color: #5b5b5b;
    font-size: 18px;
}
.jointvenfb {
    padding: 70px 0;
    background: #f1f1f1;
}
.jointvenfb h3 {
    color: #df0024;
    font-size: 35px;
    font-weight: 600;
    font-family: "Gelasio", serif;
    text-align: center;
    margin-bottom: 30px;
}
.jointvenfb h3 span {
    display: block;
}
.jointv_enq {
    padding: 0 0 20px 0;
    position: relative;
}
.jointv_enq .form-control {
    color: #b8b8b8;
    height: 55px;
    font-size: 15px;
    font-weight: 400;
    box-shadow: none;
    border-radius: 20px;
    font-family: "Lato", sans-serif;
}
.jointv_enq .form-group {
    padding: 6px;
    margin: 3px 0;
}
.jointv_enq option {
    color: #959595;
}
.jointv_enq .form-control.submit {
    background: #df0024;
    box-shadow: none;
    color: #fff;
    border: none;
    font-size: 18px;
    padding: 15px 75px;
    display: inline-block;
    width: auto;
    height: auto;
    margin-top: 30px;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-weight: 600;
}
.jointv_enq ::placeholder {
    color: #b8b8b8;
    font-size: 15px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
}
.jointv_enq label {
    color: #5b5b5b;
    font-size: 18px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
}
.jointv_enq input[type="radio"] {
    margin-top: 7px;
}
.jointv_enq .form-control.txt_area {
    height: 150px;
}
.emicaltrb {
    padding: 50px 0;
}
.snglepdjtb {
    text-align: center;
}
.snglepdjtb h1 {
    font-family: "Gelasio", serif;
    color: #5b5b5b;
    font-size: 46px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 30px;
}
.snglepdjtb h1 span {
    display: block;
}
.snglepdjtb p {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #080808;
    font-size: 18px;
    line-height: 29px;
    padding: 0 140px;
}
.snglepdjtb img {
    margin: 10px 0;
    margin-bottom: 30px;
}
.snglepglryb {
    padding: 0;
}
.mlgagdnglrybs {
    width: 100%;
    padding: 10px;
}
.gallerys {
    padding: 0;
}
.snglepprceb {
    text-align: center;
}
.snglepprceb h3 {
    color: #df0024;
    font-size: 35px;
    font-family: "Gelasio", serif;
    font-weight: 600;
}
.snglepprcebc {
    padding: 30px 0;
}
.snglepprcebc ul {
    padding: 0;
    margin: 0;
}
.snglepprcebc ul li {
    list-style: none;
}
.snglepprcebc ul li .snglepprcebcs {
    text-align: center;
    border: 1px solid #131312;
    padding: 30px 0;
}
.snglepprcebc ul li .snglepprcebcs p {
    color: #8c8c8c;
    font-size: 18px;
    margin: 0;
    height: 76px;
}
.snglepprcebc ul li .snglepprcebcs p span {
    color: #0059df;
    font-size: 28px;
    font-style: italic;
    font-weight: 700;
}
.snglepprcebc ul li .snglepprcebcs p label {
    display: inline-block;
    font-size: 33px;
    font-weight: 300;
    color: #0059df;
    margin-left: 5px;
}
.prsnthplab {
    padding: 30px 0;
}
.prsnthplab h3 {
    text-align: center;
    color: #5b5b5b;
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 60px;
    font-family: "Gelasio", serif;
}
.prsnthplabs {
    padding: 0;
}
.prsnthplabs .panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    /* content: "\f068"; */
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
    text-align: center;
    color: #7f7f7f;
    font-size: 15px;
    font-weight: 300;
}
.prsnthplabs .panel-title > a.collapsed:before {
    float: right !important;
    /* content: "\f067"; */
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
    text-align: center;
    color: #7f7f7f;
}
.prsnthplabs .panel-title > a:hover,
.prsnthplabs .panel-title > a:active,
.prsnthplabs .panel-title > a:focus {
    text-decoration: none;
}
.prsnthplabs .panel-title {
    color: #df0024;
    font-size: 26px;
    font-weight: 500;
}
.prsnthplabs .panel-body {
    color: #303030;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
.prsnthplabs .panel-heading {
    border: none;
    padding: 18px 15px;
    margin-bottom: 10px;
}
.prsnthplabs .panel-default {
    border: none;
    box-shadow: none;
}
.prsnthplabs .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border: none !important;
}
.prsnthplabs .panel-group .panel-heading + .panel-collapse > .panel-body {
    color: #4d4a4a;
    font-size: 18px;
    font-weight: 300;
}
.prsnthplabs .panel-title a {
    display: block;
    text-decoration: none;
    outline: none;
}
.prsnthplabs .panel-title a.collapsed {
    color: #303030;
}
.prsnthplabs .panel-group .panel-heading + .panel-collapse > .panel-body ul {
    margin: 0;
    padding: 0;
}
.prsnthplabs .panel-group .panel-heading + .panel-collapse > .panel-body ul li {
    color: #8c8c8c;
    font-size: 20px;
    font-weight: 300;
    list-style: none;
    border-bottom: 1px solid #e5e1de;
    padding: 10px 0;
}
.prsnthplabs .panel-group .panel-heading + .panel-collapse > .panel-body ul li:last-child {
    border: none;
}
.prsnthpplnb {
    padding: 30px 0 30px 0;
}
.prsnthpplnb ul {
    padding: 0;
    margin: 0;
}
.prsnthpplnb ul li {
    list-style: none;
    padding: 8px;
}
.prsnthpplnb .nav-tabs {
    text-align: center;
    border: none;
}
.prsnthpplnb .nav-tabs > li {
    float: none;
    display: inline-block;
    position: relative;
}
.prsnthpplnb .nav-tabs > li:after {
    content: "";
    position: absolute;
    right: 0;
    top: 28px;
    border-right: 2px solid #000;
    height: 33px;
}
.prsnthpplnb .nav-tabs > li:last-child:after {
    display: none;
}
.prsnthpplnb .nav-tabs > li > a {
    color: #c1c1c1;
    font-size: 35px;
    font-weight: 600;
    font-family: "Gelasio", serif;
}
.prsnthpplnb .nav-tabs > li.active > a,
.prsnthpplnb .nav-tabs > li.active > a:focus,
.prsnthpplnb .nav-tabs > li.active > a:hover {
    color: #1360e0;
    background: none;
    border: none;
    box-shadow: none;
    border: 1px solid transparent;
}
.prsnthpplnb .nav > li > a:hover {
    background: none;
    box-shadow: none;
    border: none;
    border: 1px solid transparent;
}
.prsnthpplnb .nav > li > a:focus,
.prsnthpplnb .nav > li > a:hover {
    background: none;
}
.prsnthpplnbs {
}
.prsnthpplnbs img {
    width: 100%;
}
.prsnthpplnbs iframe {
    border-radius: 10px;
}
.cathophb.project {
    padding-top: 70px;
}
.wtkaopb {
    background: #f7f7f7;
    padding: 50px 0;
}
.project_enq {
    text-align: center;
    padding: 0;
    z-index: 2;
}
.project_enq .form-group {
    padding: 5px;
    margin: 0;
    display: inline-block;
    float: none;
    vertical-align: top;
}
.project_enq label {
    color: #959595;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    background: #f1f1f1;
    height: 42px;
    border-radius: 5px;
    color: #3e3e3e;
    font-size: 18px;
    padding: 0 10px;
    font-weight: 400;
    text-align: left;
    padding-top: 7px;
}
.project_enq .form-control {
    color: #3e3e3e;
    box-shadow: none;
    height: 60px;
    font-size: 18px;
    font-weight: 400;
    border: none;
}
.project_enq ::placeholder {
    color: #3e3e3e;
    font-size: 18px;
    font-weight: 400;
}
.project_enq .submit {
    background: #484848;
    color: #fff;
    border: none;
    padding: 5px 50px;
    width: auto;
    border-radius: 5;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
}
.project_enq .input-group-addon {
    padding: 0;
    border: none;
    width: 100%;
    background: none;
}
.project_enq .input-group-addon .fa {
    position: absolute;
    right: 10px;
    top: 12px;
    color: #001730;
    font-size: 20px;
    z-index: 3;
}
.project_enq option {
    color: #4d4a4a;
    font-size: 20px;
    font-weight: 300;
}
.wtkaopb h3 {
    text-align: center;
    color: #cf3649;
    font-size: 46px;
    font-family: "Gelasio", serif;
    margin-top: 0;
    font-weight: 600;
    margin-bottom: 20px;
}
.orftrsb_rel {
    position: relative;
}
.orftrsb_abs {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 0;
}
.orftrsb_abs h4 {
    color: #df0024;
    font-size: 35px;
    font-family: "Gelasio", serif;
    font-weight: 600;
}
.watmtrecicbcbs .fun-fact {
}
.watmtrecicbcbs .fun-fact label {
    display: inline-block;
    font-size: 40px;
    color: #5b000a;
    font-weight: 200;
    margin-left: 5px;
    line-height: 0;
}
.watmtrecicbcbs .fun-fact .timer {
    display: inline-block;
    font-size: 50px;
    font-weight: 700;
    color: #e0072a;
    font-family: "Lato", sans-serif;
}
.watmtrecicbcbs .fun-fact span {
    display: inline;
    color: #e0072a;
    font-size: 50px;
    font-weight: 300;
    font-family: "Lato", sans-serif;
}
.watmtrecicbcbs .item {
    padding: 0;
    position: relative;
}
.watmtrecicbcbs .fun-fact .timer.family {
    color: #fff;
    font-size: 38px;
}
.watmtrecicbcbs .fun-fact span.family {
    color: #fff;
}
.prsnthhmscsrb {
    padding: 70px 0;
}
.prsnthhmscsrb .nav-tabs {
    border: none;
    text-align: left;
    padding: 0;
    margin-top: 92px;
}
.prsnthhmscsrb .nav-tabs > li {
    position: relative;
    margin-bottom: 3px;
    border-bottom: 1px solid#ddd;
}
.prsnthhmscsrb .nav-tabs > li:last-child {
    border: none;
}
.prsnthhmscsrb .nav-tabs > li > a {
    color: #5b5b5b;
    font-size: 15px;
    font-weight: 400;
    display: block;
    width: 100%;
}
.prsnthhmscsrb .nav-tabs > li.active > a,
.prsnthhmscsrb .nav-tabs > li.active > a:focus,
.prmrgrdngprsnthhmscsrblryb .nav-tabs > li.active > a:hover {
    color: #fff;
    border: none;
    box-shadow: none;
    border: 1px solid transparent;
    background: #df0024;
}
.prsnthhmscsrb .nav > li > a:hover {
    background: none;
    box-shadow: none;
    border: none;
    border: 1px solid transparent;
}
.prsnthhmscsrb .gallery_s {
    padding: 5px;
}
.prsnthhmscsrb .tab-content {
    padding-right: 0;
}
.prsnthhmscsrb .tab-content h4 {
    text-align: left;
    color: #fb0847;
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: "Gelasio", serif;
}
.prsnthhmscsrb .panel-default {
    background: none;
}
.prsnthhmscsrb .panel-body {
    padding: 0;
}
.quick_enq {
    padding-right: 0;
}
.quick_enq .form-control {
    background: #f2f1f1;
    border: none;
    color: #000000;
    height: 60px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 0;
    box-shadow: none;
}
.quick_enq .form-group {
    padding: 7px;
    min-width: 210px;
    margin: 0;
}
.quick_enq select {
    color: #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.quick_enq option {
    color: #000000;
}
.quick_enq .form-control.txt_area {
    height: 95px;
    color: #000000;
}
.quick_enq .form-control.submit {
    font-weight: 900;
    background: #a15b18;
    box-shadow: none;
    color: #fff;
    font-size: 15px;
    width: auto;
    display: inline-block;
    padding: 15px 160px;
    height: inherit;
    letter-spacing: 3px;
    border: none;
    margin-top: 5px;
}
.quick_enq ::placeholder {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
}
.quick_enq h2 {
    font-size: 30px;
    color: #032c36;
    font-weight: 400;
    text-align: center;
    font-family: "Gelasio", serif;
    margin-top: 0;
    margin-bottom: 20px;
}
.quick_enq p {
    font-size: 17px;
    font-weight: 300;
    color: #333333;
    line-height: 10px;
    margin: 10px 0;
    text-align: center;
}
.quick_enq .input-group-addon {
    padding: 0;
    border: none;
    position: relative;
}
.quick_enq .input-group-addon .fa {
    position: absolute;
    right: 10px;
    top: 12px;
    color: #2683be;
    font-size: 20px;
}
.appoint .modal-header {
    padding: 0;
    border: none;
}
.appoint .modal-content {
    padding: 35px;
    border-radius: 0;
}
.modal-dialog {
    margin: 120px auto;
}
.appoint .modal-body {
    padding: 0;
}
.appiont_img {
    margin-top: 10px;
    text-align: center;
    border: 5px solid #2683be;
    padding: 10px 0;
}
.appiont_img img {
    width: auto;
}
.appiont_img p {
    color: #5c5c5c;
    font-size: 21px;
    font-weight: 300;
    line-height: 21px;
    margin: 29px 0;
}
.appiont_img p span {
    display: block;
}
.appoint .close {
    font-size: 40px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    background: #0d1737;
    opacity: 1;
    padding: 0 5px;
    text-shadow: none;
    font-weight: 300;
    font-size: 30px;
    color: #fff;
}

.prsnthblg {
    padding: 70px 0;
}
.prsnthblg h1 {
    font-size: 46px;
    color: #5b5b5b;
    font-weight: 600;
    font-family: "Gelasio", serif;
    text-align: center;
    margin-bottom: 30px;
}
.prsnthblg ul {
    padding: 0;
    margin: 0;
}
.prsnthblg ul li {
    list-style: none;
    padding: 0;
}
.prsnthblg ul li .prsnthblgs {
    padding: 0;
}
.prsnthblg ul li .prsnthblgs_img {
}
.prsnthblg ul li .prsnthblgs_img img {
    width: 100%;
    border-radius: 10px;
}
.prsnthblg ul li .prsnthblgs_info {
    background: #fff;
    padding: 30px;
}
.prsnthblg ul li .prsnthblgs_info h3 {
    color: #4b4b4b;
    font-size: 24px;
    font-family: "Gelasio", serif;
    font-weight: 500;
    margin-top: 0;
}
.prsnthblg ul li .prsnthblgs_info h3 a {
    color: #4b4b4b;
    font-size: 24px;
    text-decoration: none;
}
.prsnthblg ul li .prsnthblgs_info label {
    color: #f89801;
    font-size: 18px;
    font-weight: 400;
}
.prsnthblg ul li .prsnthblgs_info p {
    color: #4b4b4b;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Lato", sans-serif;
    text-align: left;
    margin-bottom: 0;
}

.prsnthblg ul li .prsnthblgs_info h1 {
    color: #4b4b4b;
    font-size: 30px;
    font-family: "Gelasio", serif;
    font-weight: 500;
    text-align: left;
}

.prsnthblg ul li .recent_post {
    padding-right: 0;
}
.prsnthblg ul li .recent_post h3 {
    color: #5b5b5b;
    font-size: 46px;
    font-family: "Gelasio", serif;
    font-weight: 600;
    margin-top: 0;
}
.prsnthblg ul li .recent_post ul {
    padding: 0;
    margin: 0;
}
.prsnthblg ul li .recent_post ul li {
    list-style: none;
    border-bottom: 1px solid #d4d0ce;
    padding: 10px 0;
}
.prsnthblg ul li .recent_post ul li:last-child {
    border: none;
}
.prsnthblg ul li .recent_post ul li a {
    color: #4b4b4b;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}
.prsnthblg ul li .prsnthblgs_img.inner {
    padding-left: 0;
}

.hero-content h3 span b {
    font-size: 30px;
}
.snglepglrybs {
}
.snglepglrybs:after {
    content: "";
    position: absolute;
    top: 7%;
    bottom: 0;
    right: -4px;
    width: 10px;
    background: #e8e4e2;
    border-radius: 30px;
}
.snglepglrybs:last-child:after {
    display: none;
}
.snglepglrybs h3 {
    text-align: center;
    color: #5b5b5b;
    font-size: 30px;
    font-weight: 600;
    font-family: "Gelasio", serif;
    position: relative;
}
.snglepglrybs h3:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #df0024;
    display: inline-block;
    margin-right: 20px;
}
.snglepglrybss {
    padding: 10px;
}
.snglepglrybss img {
    width: 100%;
}

.snglepprcebc ul li .snglepprcebcs p span .fa {
    font-size: 32px;
}

.soc_fix_mob {
    position: fixed;
    top: 45%;
    z-index: 2;
    padding: 0;
    right: 0;
    width: auto;
}
.soc_fix_mob ul {
    padding: 0;
    margin: 0;
    text-align: center;
    background: none;
}
.soc_fix_mob ul li {
    list-style: none;
    padding: 1px;
}
.soc_fix_mob ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 5px;
    padding: 10px 0;
    text-transform: uppercase;
}
.soc_fix_mob ul li a .fa {
    margin-right: 5px;
    margin-right: 10px;
    font-size: 50px;
    top: -50px;
    position: relative;
    width: 85px;
    height: 85px;
    border-radius: 85px;
    background: #df0024;
    text-align: center;
    line-height: 85px;
}

.snglepdjtb h1 label {
    font-size: 34px;
    color: #df0024;
    font-weight: inherit;
    margin-top: 6px;
    display: block;
}
/*blow-up gallery*/
.prashanth_gallery h2 {
    text-align: center;
    color: #474747;
    font-size: 50px;
    font-weight: 400;
    margin-top: 0px;
}
.gallery_s_prash {
    position: relative;
    padding: 16px;
}
.gallery_s_Prash {
    padding: 10px;
}
.gallery_s_prash img {
    display: inline-block;
    padding: 0;
    width: 100%;
}

.wewctlob h2 {
    margin-top: 30px;
    color: #df0024;
    font-size: 24px;
}
.redvlpmntimg {
    padding: 0;
    margin-bottom: 30px;
}
.wewctlob.redevelopment {
    padding-bottom: 30px;
}

.yrdhirhb p {
    font-size: 18px;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}

.cntusb p {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #060606;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}

.wstnkub {
}
.wstnkub_logo {
    text-align: center;
}
.wstnkub_logo a {
    background: #df0024;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
}
.wstnkub_logo a.logo {
    background: none;
}
.wstnkub_logo p {
    font-size: 18px;
    color: #000;
}
.wstnkubinfo {
}
.wstnkubinfo p {
    font-size: 18px;
    color: #000;
}
.wstnkubinfo p a {
    text-decoration: none;
    color: #000;
}
.wstnkubinfo h6 {
    font-size: 22px;
}
.wstnkubinfos {
    padding-top: 10px;
}
.wstnkubinfo p .fa {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
    text-align: center;
    background: #010e3f;
    color: #fff;
    margin-right: 7px;
}
.wstnkub hr {
    border-top: 1px solid #1f283a;
}

.prsnthblg p {
    font-size: 18px;
    text-align: center;
    font-family: "Lato", sans-serif;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}

/* fixed button */

.buttin {
    position: fixed;
    bottom: 58%;
    z-index: 999;
    padding: 0px;
    transform: rotate(270deg);
    left: -74px;
}
:root {
    --body-color: #393937;
    --accent-color: #03e9f4;
    --white-color: #fff;
    --box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4, 0 0 100px #03e9f4;
    --font-regular: 400;
    --font-semi-bold: 600;
    --z-tooltip: 10;
    --z-fixed: 100;
}

.button-animation {
    position: relative;
    display: inline-block;
    padding: 6px 11px;
    color: white;
    overflow: hidden;
    transition: 0.5s;
    letter-spacing: 1px;
    background-color: #005b6d;
}

.button-animation span {
    position: absolute;
    display: block;
}
.button-animation span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: white;
    animation: btn-anim1 1s linear infinite;
}
@keyframes btn-anim1 {
    0% {
        left: -100%;
    }
    50%,
    100% {
        left: 100%;
    }
}

.button-animation span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: white;
    animation: btn-anim2 1s linear infinite;
    animation-delay: 0.25s;
}

@keyframes btn-anim2 {
    0% {
        top: -100%;
    }
    50%,
    100% {
        top: 100%;
    }
}

.button-animation span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: white;
    animation: btn-anim3 1s linear infinite;
    animation-delay: 0.5s;
}

@keyframes btn-anim3 {
    0% {
        right: -100%;
    }
    50%,
    100% {
        right: 100%;
    }
}

.button-animation span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: white;
    animation: btn-anim4 1s linear infinite;
    animation-delay: 0.75s;
}

@keyframes btn-anim4 {
    0% {
        bottom: -100%;
    }
    50%,
    100% {
        bottom: 100%;
    }
}

.buttin a {
    text-decoration-line: none;
    color: white;
    font-family: "Gelasio", serif;
    font-size: 16px;
}
.buttin .img-responsive {
    display: inline-block;
}

.soc_fix_mob ul li:nth-child(1)::after {
    border: none;
}

.prsnthpplnbs img.mallow {
    width: auto;
}
.prashanth_gallery h4 {
    margin-top: 20px;
    font-size: 15px;
}
.prashanth_gallery p {
    font-size: 18px;
    line-height: 30px;
}

.prashanth_gallery ul li {
    font-size: 14px;
    line-height: 30px;
}

.snglepprcebc a {
    background: #005c6f;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
    font-size: 20px;
    margin-top: 35px;
}


/* Accordians Coding */

.specifications-section {
      background: #c37021;
      padding: 40px 20px;
    }
    .panel {
      border: none;
      border-radius: 6px;
      margin-bottom: 10px;
      background: #c37021;
      color: #fff;
    }
    .panel-heading {
      background: #c37021 !important;
      padding: 12px 15px;
      border-radius: 6px;
    }
    .panel-title a {
      display: block;
      text-decoration: none;
      color: #fff;
      font-weight: bold;
      position: relative;
    }
    .panel-title a:after {
      font-family: 'Glyphicons Halflings';
      content: "\002b"; /* plus */
      position: absolute;
      right: 0;
      font-size: 15px;
    }
    .panel-title a[aria-expanded="true"]:after {
      content: "\2212"; /* minus */
    }
    .panel-body {
      background: #c37021;
      padding: 15px;
      color: #fff;
      border-top: 1px solid #ddd;
    }



/* Highlights Coding*/

    .highlights-section {
      padding: 50px 20px;
      background: #fdfdfd;
    }
   
    .highlight-box {
      background: #fff;
      border: 1px solid #eee;
      border-radius: 8px;
      padding: 20px 15px;
      text-align: center;
      transition: all 0.3s ease;
      box-shadow: 0 2px 6px rgba(0,0,0,0.05);
      margin-bottom: 20px;
      height: 100%;
    }
    .highlight-box:hover {
      background: #005b6d;
      color: #fff;
      transform: translateY(-5px);
    }
    .highlight-box i {
      font-size: 30px;
      color: #005b6d;
      margin-bottom: 10px;
      transition: 0.3s;
    }
    .highlight-box:hover i {
      color: #fff;
    }
    .highlight-box h4 {
      font-size: 15px;
      font-weight: bold;
      margin: 0;
    }



    /*amentities styles */

 .amenities-section {
      padding: 40px 20px;
      text-align: center;
    }

    .amenities-section h2 {
      font-size: 28px;
      font-weight: bold;
      color: #0a2342;
      margin-bottom: 30px;
    }

    .amenities-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      max-width: 1100px;
      margin: 0 auto;
    }

    .amenity-box {
      background: #f9f3eb;
      padding: 30px 20px;
      border-radius: 4px;
      transition: all 0.3s ease;
      position: relative;
      box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .amenity-box img {
      height: 50px;
      margin-bottom: 15px;
      transition: transform 0.3s ease;
    }

    .amenity-box h3 {
      font-size: 15px;
      font-weight: 600;
      color: #0a2342;
      margin: 0;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    /* Hover underline animation */
    .amenity-box::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      height: 2px;
      width: 0;
      background: #0a2342;
      transition: width 0.3s ease;
    }

    .amenity-box:hover::after {
      width: 100%;
    }

    /* Hover icon zoom effect */
    .amenity-box:hover img {
      transform: scale(1.1);
    }

  .grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
      gap: 20px;
    }

    .card {
      background: #fff;
      padding: 20px;
      border-radius: 8px;
      border: 1px solid #e5e5e5;
      box-shadow: 0 2px 5px rgba(0,0,0,0.08);
      font-size: 16px;
      font-weight: 600;
      color: #333;
      transition: all 0.3s ease;
    }

    .card:hover {
      background: #333;
      color: #fff;
      transform: translateY(-5px);
      box-shadow: 0 5px 15px rgba(0,0,0,0.2);
      cursor: pointer;
    }



    .dropdown-menu {
  /* margin: 0 !important;
  top: 100% !important; */
  left: 0;
  border-radius: 0;
}

/* Hover open without flicker */
.dropdown:hover .dropdown-menu {
  display: block;
}


.location-img {
  max-width: 80%;   /* image ని చిన్నగా చూపించడానికి */
  height: auto;     /* proportion maintain అవుతుంది */
  margin: 0 auto;   /* center లో పెట్టడానికి */
  display: block;
}













/* Base Input Styles */
.form-control {
    width: 100%;
    padding: 12px 15px;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
    color: #333;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

/* Placeholder Styling */
.form-control::placeholder {
    color: #999;
    opacity: 1; /* for Firefox */
    font-style: italic;
}

/* Input Focus Effect */
.form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.2);
    outline: none;
}

/* Select Dropdown */
.form-control select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff url("data:image/svg+xml;utf8,<svg fill='%23999' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 10px center;
    background-size: 18px;
    cursor: pointer;
}

/* Submit Button */
.submit {
    background: #007bff;
    color: #fff !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
}

/* Hover & Focus for Submit Button */
.submit:hover,
.submit:focus {
    background: #0056b3;
    box-shadow: 0 4px 12px rgba(0, 91, 187, 0.3);
}

/* Form Group Spacing */
.form-group {
    margin-bottom: 18px;
}



.vimiqub-card {
    transition: all 0.3s ease;
    background: #fff;
}
.vimiqub-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.2);
}
.icon-circle {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #007bff, #00c6ff);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #fff;
    font-size: 32px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.divider {
    width: 50px;
    height: 3px;
    background: #007bff;
    border-radius: 2px;
}



.blink-phone {
    font-weight: bold;
    animation: blinkColor 1s infinite;
}

@keyframes blinkColor {
    0%   { color: #ff0000; }   /* Red */
    25%  { color: #00ccff; }   /* Sky Blue */
    50%  { color: #00cc00; }   /* Green */
    75%  { color: #ff9900; }   /* Orange */
    100% { color: #ff0000; }   /* Back to Red */
}



/* Common button style */
.whatsapp-float, .call-float {
    position: fixed;
    top: 70%;              /* Height lo screen middle */
    transform: translateY(-50%); /* Perfect vertical center */
    width: 55px;
    height: 55px;
    border-radius: 50%;
    text-align: center;
    font-size: 26px;
    line-height: 55px;
    color: #fff;
    z-index: 999;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

/* WhatsApp (Left side middle height) */
.whatsapp-float {
    left: 20px;
    background: #25D366;  /* WhatsApp green */
}

/* Call (Right side middle height) */
.call-float {
    right: 20px;
    background: #007bff;  /* Blue */
}



.testi_sliderss_info {
    position: relative;
    padding: 20px;
    text-align: center;
}

.testi_sliderss_info .icon {
    font-size: 28px;
    color: #005e6f;
    margin-bottom: 10px;
}


a.phone:focus,
a.phone:active {
    outline: none !important;
    box-shadow: 0 0 5px #005e6f; /* soft glow color instead of rectangle */
    border-radius: 4px;
}

