.home_sctn5 h1 {
    color: #333;
}

header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 0 35px;
    transition: 0.5s all ease;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.25098039215686274);
}

.sticky-top {
    top: 75px;
}

.hdr_col {
    position: static;
    padding: 0;
}

.header_mn .row {
    margin: 0;
}

.logo_menu {
    display: flex;
    justify-content: space-between;
    height: 80px;
    align-items: center;
    padding-left: 15px;
    transition: 0.5s all ease;
}

.header_fixed .logo_menu {
    height: 70px;
    transition: 0.5s all ease;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.menu_mn ul li {
    display: inline-block;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-left: 16px;
}

.menu_mn {
    margin-left: auto;
}


.menu_mn ul li a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    padding: 30px 0;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.menu_mn ul li:hover>a {
    color: #f19503;
    transition: 0.5s all ease;
}

.menu_tp {
    text-align: right;
    margin-bottom: 12px;
}

.menu_tp ul {
    display: inline-block;
    height: 50px;
    position: relative;
    padding-top: 12px;
    padding-left: 30px;
    background: #faf5d5;
}

.menu_tp ul li {
    padding: 0 24px;
    margin: 0;
}

.menu_tp ul li i {
    display: inline-block;
    font-weight: 500;
    margin-right: 10px;
    font-size: 19px;
    color: #3f3f3f;
    float: left;
    margin-top: 2px;
}

.menu_tp ul li a {
    display: inline-block;
}

.menu_cl {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 46px;
    z-index: 9;
    width: 25px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    cursor: pointer;
}



/*Right Menu css Click Strt css*/

.Right_menu {
    width: 375px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
    -ms-flex-align: center;
    -webkit-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    background-color: #fff;
    -webkit-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateX(-2%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
    z-index: 99999;
    overflow-y: scroll;
}

body.js--mobile-menu-active {
    overflow: hidden;
}

.js--mobile-menu-active .Right_menu {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    opacity: 1;
}

.menu_mn {
    margin-left: auto;
    position: absolute;
    top: 100px;
    left: 0;
    width: 340px;
    text-align: left;
    padding-left: 25px;
}




.Right_menu .menu_cl {
    position: absolute;
    top: 16px;
    transform: translateY(0);
    right: inherit;
    right: 18px;
}

.Right_menu .logo {
    display: inherit;
    align-items: center;
    position: absolute;
    left: 25px;
    top: 10px;
    transform: inherit;
}

.Right_menu .menu_mn ul li {
    display: block;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-left: 0;
    padding-bottom: 17px;
}

.menu_mn ul li a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    padding: 2px 0;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    padding-right: 3px;
    transition: 0.5s all ease;
}

.menu_mn ul li a span {
    display: inline-block;
    position: relative;
}

.left_DIV ul li a span {
    margin: 0;
    display: inline-block;
}

.Right_menu .menu_mn ul li:hover>a {
    color: #f19503;
    transition: 0.5s all ease;
}

.menu_mn ul li a span:before {
    position: absolute;
    left: 0;
    bottom: -2px;
    height: 2px;
    width: 0;
    content: "";
    background: #f19503;
    transition: 0.5s all ease;
}

.Right_menu .menu_mn ul li:hover>a span:before {
    width: 100%;
    transition: 0.5s all ease;
}

.menu_mn ul li.active a span:before {
    width: 100%;
    transition: 0.5s all ease;
}

.Right_menu .menu_mn ul li ul {
    padding-top: 13px;
    display: none;
}

.Right_menu .menu_mn ul li ul li {
    padding: 0;
    padding-left: 15px;
}

.Right_menu .menu_mn ul li ul li a {
    display: block;
    font-size: 14px;
    padding: 7px 0;
}

.Right_menu .click_menu_i:before {
    top: 5px;
}

.Right_menu_ADD .click_menu_i:before {
    background: url(../images/minus-icon.png) no-repeat right top;
    top: 12px;
    height: 1px;
}

.bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.31);
    z-index: 99999;
    display: none;
    transition: 0.5s all ease;
    opacity: 0;
}

.js--mobile-menu-active .bg {
    display: block;
    transition: 0.5s all ease;
    opacity: 1;
}




.hamburger .patties {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hamburger .patties>span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    margin: 6px 0;
    position: relative;
    -webkit-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    top: 0;
}

.hamburger .patties>span:nth-child(1) {
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s
}

.hamburger .patties>span:nth-child(2) {
    -webkit-transition-delay: 375ms;
    -o-transition-delay: 375ms;
    transition-delay: 375ms
}

.hamburger .patties>span:nth-child(3) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.hamburger .cross {
    position: absolute;
    top: 35%;
    left: 60%;
    transform: translate(-50%, -50%);
}

.hamburger .cross>span {
    display: block;
    width: 0;
    height: 2px;
    background: #000;
    margin: 6px 0;
    position: relative;
    -webkit-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    top: 0;
}

.hamburger .cross>span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.hamburger .cross>span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 8px;
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

.js--mobile-menu-active .hamburger .patties>span:nth-child(1) {
    width: 0;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.js--mobile-menu-active .hamburger .patties>span:nth-child(2) {
    width: 0;
    -webkit-transition-delay: 125ms;
    -o-transition-delay: 125ms;
    transition-delay: 125ms
}

.js--mobile-menu-active .hamburger .patties>span:nth-child(3) {
    width: 0;
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s
}

.js--mobile-menu-active .hamburger .cross>span {
    width: 24px
}

.js--mobile-menu-active .hamburger .cross>span:nth-child(1) {
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s
}

.js--mobile-menu-active .hamburger .cross>span:nth-child(2) {
    -webkit-transition-delay: 375ms;
    -o-transition-delay: 375ms;
    transition-delay: 375ms
}


/*New Menu css Click End css*/

.topmenu {
    position: fixed;
    top: 80px;
    width: 100%;
    z-index: 99;
    background: #2f3f7b;
    display: none;
    transition: 0.5s all ease;
}

.topmenu .row {
    align-items: center;
}

.topmenu_add {
    top: 70px;
    transition: 0.5s all ease;
}

.topmenu .mn {
    padding: 20px 0;
    display: none;
}

.submenu ul li {
    display: block;
    padding: 6px 0;
}

.submenu ul li a {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    padding: 0 0;
    position: relative;
    font-family: 'Roboto', sans-serif;
}

.submenu ul li a:hover {
    color: #f19503;
    transition: 0.5s all ease;
}

.wrap .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    align-items: center;
    margin-left: 0px;
}

.banner {
    position: relative;
}

.click_arow_b {
    position: absolute;
    bottom: 15px;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
}

.pic img {
    width: 100%;
}

.kfoc_logo {
    background: #fff;
    height: 100%;
    width: 85px;
}

.kfoc_logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.banner .pic img {
    height: 100vh;
    object-fit: cover;
}

.banner_social ul.social_icon li a {
    background: #f19503;
}

.banner_social {
    z-index: 9;
    width: 60px !important;
}

.banner_social {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9999;
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.Home_banner .inner_hd h1 {
    font-size: 60px;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #fff;
    line-height: 70px;
    font-weight: 400;
}

.Home_banner .inner_hd h2 {
    font-size: 107px;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #fff;
    line-height: 100px;
    font-weight: 900;
}

#bnr_Slider .owl-nav {
    display: none;
}

.Property_bx img {
    width: 100%;
    display: block;
}

.Property_bx a img {
    height: 260px;
    object-fit: cover;
}

ul.social_icon li a {
    height: 55px;
    width: 55px;
    line-height: 22px;
    font-size: 22px;
    color: #f58634;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s all ease;
}

ul.social_icon li.enquire_now a {
    height: 176px;
    align-items: center;
    transition: 0.5s all ease;
    padding-top: 15px;
    flex-direction: column;
    padding-bottom: 15px;
    justify-content: inherit;
}

.banner_social ul.social_icon li.enquire_now a span {
    display: inline-block;
    transform: rotate(90deg);
    color: #fff;
    white-space: nowrap;
    font-size: 19px;
    margin: 52px 0 0 0;
    font-weight: 300;
}

ul.social_icon li {
    display: block;
    margin: 5px 0;
}

ul.social_icon li a:hover {
    background: #f58634;
    color: #303030;
    transition: 0.5s all ease;
}

footer ul li a:hover {
    color: #f58634;
    transition: 0.5s all ease;
}

footer ul.social_icon li a {
    height: 40px;
    width: 44px;
    line-height: 22px;
    font-size: 24px;
}

.wel_tx {
    padding-left: 15px;
}

.inner_banner .pic img {
    height: auto;
    object-fit: cover;
}

.counter_bx p {
    font-size: 15px;
    margin: 0;
    color: #323232;
}

.counter_bx {
    text-align: center;
}

.couter_tx {
    margin: 4px 0;
}

.couter_tx span {
    display: inline-block;
    font-size: 36px;
    color: #010101;
    font-weight: 900;
    line-height: 36px;
    margin-top: 5px;
}

section.home_FEATURE h4 {
    color: #000;
    font-size: 16px;
    line-height: 24px;
}

.counter_bx p {
    font-size: 15px;
    margin: 0;
    color: #000000;
    line-height: 22px;
}

.counter_bx {
    text-align: center;
    width: 20%;
    padding: 0 25px;
    border-right: 1px solid #ccc;
}

.counter_bx:last-child {
    border-right: 0px;
}

.counter_div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 70px 0 50px;
}

.home_sctn2 {
    padding-bottom: 0;
}

.home_FEATURE {
    background: url(../images/FEATURE_bg.webp) no-repeat center center;
    background-size: cover;
    padding-bottom: 35px;
    padding-top: 0px;
}

#dots {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    text-align: right;
}

#dots .item span {
    display: block;
    margin-bottom: 6px;
}

#dots .item {
    border-bottom: 1px solid #a5b5cf;
    font-size: 14px;
    color: #f6f4f4;
    margin-bottom: 30px;
    font-weight: 500;
    cursor: pointer;
}

#dots .item:last-child {
    margin-bottom: 0px;
}

#dots .item.active {
    color: #f19503;
    border-bottom: 1px solid #f19503;
}

.fea_pro_DIV .col-xl-6 {
    padding-left: 40px;
    padding-right: 40px;
}

.fea_pro_DIV .row {
    margin-right: -40px;
    margin-left: -40px;
}

.featur_logo {
    height: 65px;
    background: #000;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.featur_logo_tx {
    width: 56%;
    float: left;
    padding: 0 20px;
}

.featur_logo_tx ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.featur_logo_tx ul li a img {
    display: inline-block;
    margin-right: 10px;
}

.featur_logo_tx ul li div {
    display: block;
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    font-style: normal;
}

.featur_logo_tx ul li {
    display: inline-block;
    width: 100%;
}

.featur_logo_tx ul li div em {
    margin-right: 9px;
}



.featur_logo_im {
    display: inline-block;
    width: 215px;
    background: #fff;
    padding: 15px;
    position: relative;
    margin-top: -84px;
    float: left;
}

.featur_logo_im:before {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 1px;
    background: #c79755;
    content: "";
}

.featur_logo_im:after {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 50px;
    background: #c79755;
    content: "";
}

.featur_logo_im img {
    max-width: 170px;
    width: 100%;
}

.featur_logo_im span {
    display: flex;
    padding: 15px;
    border: 1px solid #d7d7d7;
    height: 118px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.featur_img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.featur_img {
    position: relative;
    overflow: hidden;
}

.featur_hover_bx {
    width: 56.2%;
    background: rgba(0, 0, 0, 0.64);
    padding: 0px 26px 0 26px;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 0%;
    transition: 0.5s all ease;
}

.featur_img:hover .featur_hover_bx {
    height: 100%;
    transition: 0.5s all ease;
}

.featur_hover_bx p {
    font-size: 14px;
    line-height: 24px;
    color: #e6e5e5;
    font-weight: 300;
}

.featur_hover_bx h4 {
    font-size: 21px;
    line-height: 31px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 25px;
    margin-top: 20px;
}

section.home_FEATURE .featur_hover_bx h4 {
    font-size: 14px;
    line-height: 22px;
}

.featur_hover_bx p.read_more {
    display: inline-block;
    color: #f19503;
    font-size: 15px;
    line-height: 21px;
    cursor: pointer;
}

.fea_pro_DIV .row>div:nth-child(2n+2) {
    margin-top: 60px;
}

.featur_bx {
    margin-bottom: 40px;
}

#gallry_slider .drector_img img {
    width: 100%;
}

.home_sctn3 {
    background: url(../images/valie_bg.jpg) no-repeat center center;
    background-size: cover;
    padding-bottom: 50px;
}

.video img {
    width: 100%;
}

.home_sctn3 h4 {
    font-size: 30px;
}

.core_bx {
    position: relative;
    margin-bottom: 40px;
}

.core_tx {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 50px 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.core_bx h1 {
    font-size: 28px;
    line-height: 38px;
    color: #ffffff;
    margin-bottom: 0;
    font-weight: 400;
}

.core_bx1 h1 {
    font-size: 50px;
    line-height: 55px;
}

.core_bx1 .core_tx {
    top: 80px;
}

.core_bx img {
    width: 100%;
}

.home_sctn3 .row>div {
    padding-right: 20px;
    padding-left: 20px;
}

.home_sctn3 .row {
    margin-right: -20px;
    margin-left: -20px;
}

.core_box_lt {
    -ms-flex: 0 0 42.666667%;
    flex: 0 0 42.666667%;
    max-width: 42.666667%;
}

.core_box_rt {
    -ms-flex: 0 0 57.333333%;
    flex: 0 0 57.333333%;
    max-width: 57.333333%;
}

.core_box_rt .core_bx img {
    height: 205px;
    object-fit: cover;
}

.core_box_lt .core_bx img {
    height: 225px;
    object-fit: cover;
}

.core_box_lt .core_bx img {
    height: 450px;
    object-fit: cover;
}

.home_sctn4 {
    background: url(../images/testi_bg.jpg) no-repeat center center;
    background-size: cover;
    padding-bottom: 0px;
    height: 540px;
    padding-top: 70px;
    margin-bottom: 140px;
}

.test_sl_bx {
    display: flex;
    flex-wrap: wrap;
}

.testi_Lt {
    width: 652px;
}

.testi_RT {
    width: 518px;
    padding-left: 60px;
    padding-top: 57px;
}

.home_sctn4 h2 {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 300;
    text-transform: uppercase;
}

.home_sctn4 p {
    font-size: 16px;
    color: #ffffff;
    line-height: 31px;
    font-weight: 100;
    margin-bottom: 30px;
    text-shadow: 0px 1px 2px #4b4b4b;
}

.home_sctn4 h4 {
    font-size: 20px;
    line-height: 27px;
    color: #f19503;
    font-weight: 400;
    margin-bottom: 0;
}

.home_sctn4 h4 span {
    display: block;
    color: #fff;
    font-size: 16px;
}

.discrption {
    margin-top: 50px;
}

#counter1 {
    font-size: 20px;
    color: #7f7f7f;
    line-height: 53px;
    width: 20px;
    text-align: center;
    position: absolute;
    left: 59%;
    bottom: -98px;
    z-index: 9;
}

#counter1:before {
    position: absolute;
    width: 20px;
    height: 1px;
    background: #c0b79d;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#testimonial_sl .owl-nav {
    position: absolute;
    bottom: -4px;
    left: 59%;
}

#testimonial_sl .owl-prev {
    background: url(../images/prev_icon.jpg) no-repeat top left;
    color: transparent;
    font-size: 0;
    width: 30px;
    height: 20px;
    padding: 0;
    margin: 0 0 31px 0;
}

#testimonial_sl .owl-next {
    background: url(../images/next_icon.jpg) no-repeat top left;
    color: transparent;
    font-size: 0;
    width: 30px;
    height: 20px;
    padding: 0;
    margin: 0;
}

.home_sctn5 {
    background: #e5e5e5;
}

.full_video.section_top50 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.full_video_bx {
    width: 50%;
}

.full_video_rt {
    width: 50%;
}

.wel_tx {
    max-width: 600px;
    width: 100%;
    padding-left: 60px;
}

.home_sctn5 h5 {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;
}

.home_sctn5 .Property_bx p {
    font-size: 12px;
    color: #7d7d7d;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 17px;
    text-transform: uppercase;
}

.home_sctn5 h4 {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-weight: 400;
    margin-bottom: 0;
    display: flex;
    text-transform: uppercase;
}

.Property_tx1 {
    padding: 15px 10px 15px 25px;
}

.Property_bx {
    
    border: 1px solid #e3e3e3;
}

.Property_bx:hover .Property_tx {
    background: #fff;
    transition: 0.5s all ease;
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.25098039215686274);
}

.Property_tx {
    background: #fff;
    transition: 0.5s all ease;
}

#Property_SL .owl-nav,
.Property_SL .owl-nav {
    text-align: center;
    margin-top: 25px;
}

#Property_SL .owl-next,
.Property_SL .owl-next {
    background: url(../images/ameni_next.png) no-repeat center center;
    width: 48px;
    height: 48px;
    border-radius: 0;
    border: 1px solid #464646;
    display: block;
    font-size: 0;
    display: inline-block;
    transition: 0.5s all ease;
}

#Property_SL .owl-prev,
.Property_SL .owl-prev {
    background: url(../images/ameni_prev.png) no-repeat center center;
    width: 48px;
    height: 48px;
    border-radius: 0;
    border: 1px solid #464646;
    display: block;
    font-size: 0;
    display: inline-block;
    transition: 0.5s all ease;
    margin-right: 7px;
}

#Property_SL .owl-prev:hover,
.Property_SL .owl-prev:hover {
    background: #2f3f7b url(../images/ameni_prev2.png) no-repeat center center;
    border: 1px solid #2f3f7b;
    transition: 0.5s all ease;
}

#Property_SL .owl-next:hover,
.Property_SL .owl-next:hover {
    background: #2f3f7b url(../images/ameni_next2.png) no-repeat center center;
    border: 1px solid #2f3f7b;
    transition: 0.5s all ease;
}

.home_sctn5 h4 span {
    display: inline-block;
    margin-right: 10px;
}

.Property_tx2 {
    padding: 0px 10px 0px 24px;
    border-top: 1px solid #f0f0f0;
}

.Property_tx2 ul {
    display: flex;
}

.Property_tx2 ul li {
    display: inline-block;
    width: 50%;
}

.Property_tx2 ul li a {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    padding: 13px 0 13px 0;
    display: block;
    font-weight: 500;
}

.vide_dd {
    text-align: right;
}

.vide_dd a {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    padding: 13px 0 0 0;
    display: inline-block;
    font-weight: 500;
    text-decoration: underline;
    transition: 0.5s all ease;
}

.vide_dd a:hover {
    color: #f19503;
    transition: 0.5s all ease;
}

.Property_tx2 ul li:last-child {
    border-left: 1px solid #f0f0f0;
    text-align: center;
}


/*Footer Css*/

footer {
    background: url(../images/footer_bg.jpg) no-repeat center center;
    padding: 35px 0 0px 0;
    background-size: cover;
    background: #1a1a1a;
}

footer h5 {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: 6px;
    line-height: 28px;
    color: #f39603;
}

.socail_icon h5 {
    margin: 0;
}

footer p {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 23px;
    transition: 0.5s all ease;
}

footer ul li {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 23px;
    transition: 0.5s all ease;
}

footer .call_bx p {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.hreft_y {
    margin-left: 15px;
}

.call_bx {
    display: flex;
    margin-bottom: 8px;
}

footer a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 23px;
    transition: 0.5s all ease;
}

footer .form-group {
    margin-bottom: 0;
    position: relative;
}

footer input.form-control {
    outline: none !important;
    border: 0;
    font-size: 18px;
    border-bottom: 1px solid #a9cfbe;
    border-radius: 0;
    padding-left: 0;
    box-shadow: none !important;
    padding: 0 128px 0 0;
    background: none !important;
}

.footer2_bx ul {
    display: flex;
    margin-top: 0px;
}

.footer2_bx ul li:before {
    position: absolute;
    top: 5px;
    left: 0;
    height: 14px;
    width: 1px;
    content: "";
    background: #d2d2d2;
}

.footer2_bx ul li {
    display: inline-block;
    margin: 0;
    padding: 0 14px;
    position: relative;
}

.footer2_bx ul li a {
    display: block;
    margin: 0;
    color: #d2d2d2;
    font-size: 14px;
}

.footer2_bx ul li:first-child {
    padding-left: 0px;
}

.footer2_bx ul li:first-child:before {
    display: none;
}

footer .subscribe_ftr {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 300;
    margin-bottom: 3px;
    line-height: 23px;
    color: #000;
    border: 0;
    background: none;
    position: absolute;
    top: 9px;
    right: 0;
    border-radius: 0;
    
    padding-right: 0px;
    vertical-align: middle;
}

.ftr_inqu {
    width: 190px;
    height: 42px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: end;
    transition: 0.5s all ease;
    border: 1px solid #fff;
    transition: 0.5s all ease;
    text-transform: uppercase;
    padding: 0 12px;
    margin-top: 15px;
}

span.ftr_inqu img {
    width: auto;
    margin-left: 10px;
}

.cont_ftr {
    margin-left: 0;
    margin-right: 0;
}

.cont_ftr .connect_lt {
    padding-left: 0;
}

.cont_ftr .connect_lt2 {
    padding-right: 0;
}

.fte_call_Dv {
    display: flex;
    align-items: end;
    justify-content: space-between;
}

.footer2 {
    width: 100%;
    border-top: 1px solid #4D4D4E;
    margin-top: 20px;
}

.footer2 p,
.footer2 ul li,
.footer2 a {
    color: #f0f0f0;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0px;
    line-height: 21px;
    transition: 0.5s all ease;
}

.footer2_in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;
    height: 60px;
}

.footer2 ul li {
    display: inline-block;
    position: relative;
    padding: 0 10px;
}

.footer2 ul li:first-child:before {
    display: none;
}

.footer2 ul li:before {
    position: absolute;
    left: 0;
    top: 5px;
    width: 1px;
    height: 14px;
    background: #a9a9a9;
    content: "";
}

.footer2 a:hover,
footer a:hover {
    color: #f19503;
    transition: 0.5s all ease;
}



.footer2_bx ul li a:hover {
    color: #f19503;
}

.socail_icon ul li {
    display: inline;
    margin: 0 5px;
}

.socail_icon ul li:first-child {
    margin-left: 0;
}

.socail_icon ul li a {
    font-size: 18px;
    color: #fff;
}

.socail_icon ul li a:hover {
    color: #f19503;
}

.socail_icon ul {
    margin-left: 0px;
}

.socail_icon {
    display: flex;
    align-items: center;
    margin-top: 0px;
}

.events_Div .csr_gallery_bx {
    margin-top: 21px;
}

.error-template {
    max-width: 560px;
    height: 400px;
    box-shadow: 0px 1px 25px #afafaf;
    margin: 190px auto 60px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.error-actions a {
    width: 240px;
    height: 60px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s all ease;
    border: 1px solid #87c7ed;
    transition: 0.5s all ease;
    text-transform: uppercase;
    background: #dfb062;
    margin-top: 20px;
}

.error-actions a:hover {
    background: #00767c;
    transition: 0.5s all ease;
    border: 1px solid #00767c;
}




/*Project css*/

.project .bnr_tx em {
    margin-bottom: 25px;
    display: block;
}

.project .bnr_tx h1 {
    font-weight: 400;
    text-transform: uppercase;
}

.project .bnr_tx {
    bottom: inherit;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.project_menu_div {
    position: absolute;
    padding: 0px 0 0px 0;
    width: 100%;
    z-index: 99;
    transition: 0.5s all ease;
    background: #f19503;
    background-size: cover;
    bottom: 0;
}

.project_menu_div.sticky {
    position: fixed;
    height: 60px;
    top: 70px;
}

.project_menu_add {
    position: fixed;
    top: 70px;
}

.project_menu_div_fixed {
    position: fixed;
    top: 95px;
    height: 60px;
}

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

.project_menu {
    float: right;
    transition: 0.5s all ease;
    display: block;
    padding: 0;
}

.project_menu ul {
    height: 60px;
    display: flex;
    align-items: center;
}

.project_menu ul li {
    float: left;
    display: inline-block;
}

.project_menu ul li a {
    font-size: 16px;
    color: #302009;
    display: block;
    font-weight: 500;
    transition: 0.5s all ease;
    line-height: 22px;
    padding: 19px 10px
}

.project_menu ul li a.active {
    background: rgb(47, 63, 125);
    color: #fff;
    transition: 0.5s all ease;
}

.project_menu ul li a:hover {
    background: rgb(47, 63, 125);
    color: #fff;
    transition: 0.5s all ease;
}




/*Overview css*/

.Project_bx {
    margin-top: 50px;
    position: relative;
}

.location_lnk {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
}

.location_lnk a {
    display: block;
    line-height: 24px;
    border-radius: 0;
    transition: 0.5s all ease;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    padding: 10px 30px 8px 30px;
    background: #000;
    color: #fff;
    box-shadow: 2px 2px 0px #f19503;
}

.location_lnk a img {
    display: inline-block;
    margin-right: 10px;
}

.location_lnk a:hover {
    background: #f19503;
    color: #fff;
    transition: 0.5s all ease;
    box-shadow: 2px 2px 0px #f19503;
}

.Project_bx:last-child {
    margin-bottom: 50px;
}

.project h1 {
    color: #333333;
    font-weight: 400;
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
}

.project .gold_color {
    line-height: 30px;
    font-size: 16px;
}

.overview_Div {
    
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 0;
    background: #fff;
}

.overview_Div .row {
    margin-left: -25px;
}

.overview_col_lt {
    padding-left: 0;
}

.overview_col_lt img {
    width: 100%;
}




.over_icon_tx h4 {
    color: #333333;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 500;
}

.over_icon_tx p {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 19px;
    margin: 0;
}

.overview_rt_bx ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 35px;
}

.overview_rt_bx ul li {
    width: 33.333%;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    height: auto;
    display: flex;
    padding: 25px 10px 30px 15px;
}

.overview_rt_bx ul li em {
    display: block;
    margin-right: 10px;
}

.overview_rt_bx ul li:nth-child(3n+1) {
    border-left: 0px;
    padding-left: 10px;
}

.overview_rt_bx ul li:nth-child(3n+1):nth-last-child(-n+3),
.overview_rt_bx ul li:nth-child(3n+1):nth-last-child(-n+3)~li {
    border-bottom: 0px solid #e5e5e5;
}


/*amenities_DIV css*/

.amenities_DIV h1 {
    color: #333333;
    margin-bottom: 10px;
}

.amenities_tx {
    text-align: left;
    max-width: 873px;
    width: 100%;
    margin: 0 auto 35px;
}

#amenities_sldr h4 {
    color: #333;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    margin-top: 7px;
    font-weight: 500;
}




#amenities_sldr .owl-next {
    background: url(../images/ameni_next.png) no-repeat center center;
    width: 30px;
    height: 30px;
    border-radius: 0;
    border: 1px solid #464646;
    display: block;
    font-size: 0;
    display: inline-block;
    transition: 0.5s all ease;
    background-size: 6px;
}

#amenities_sldr .owl-prev {
    background: url(../images/ameni_prev.png) no-repeat center center;
    width: 30px;
    height: 30px;
    border-radius: 0;
    border: 1px solid #464646;
    display: block;
    font-size: 0;
    display: inline-block;
    transition: 0.5s all ease;
    margin-right: 7px;
    background-size: 6px;
}


/*Location css*/

.location_DIV {
    padding: 70px 0 60px;
    background: url(../images/location_DIV_bg.jpg) no-repeat center center;
    background-size: cover;
}

.location_DIV h1 {
    margin: 0;
    color: #333;
}

.location_th {
    margin-top: 10px;
}

.location_th img {
    width: 100%;
    border: 1px solid #999999;
}

.location_lt p {
    margin-bottom: 15px;
    color: #333333;
}

.location-discri ul li h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 7px;
}

.location-discri {
    padding: 25px 0 0;
}

.location-discri ul li p {
    color: #333;
    line-height: 24px;
}

.location-discri ul li:last-child {
    padding-right: 0;
    border: 0px;
}

.location-discri ul li:first-child {
    padding-left: 0;
}

.location-discri ul li:first-child:before {
    display: none;
}

.location-discri ul li {
    padding: 2px 10px 2px 25px;
    position: relative;
    width: 25%;
}

.location-discri ul li:before {
    height: 100px;
    width: 1px;
    background: #a2a2a2;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.Avi_loctio {
    margin-top: 50px;
}

.location-discri ul {
    display: flex;
}

.location-discri ul li h3 {
    font-size: 24px;
    color: #333;
    margin-bottom: 7px;
}

.location-discri ul li p {
    color: #333;
    line-height: 24px;
    font-size: 15px;
}

.location_DIV .bnr_btn {
    text-align: left;
    display: flex;
    align-items: flex-end;
    justify-content: end;
    margin-top: 20px;
}

.location_DIV .btn_ex {
    background: #2f3f7b;
    color: #fff;
    transition: 0.5s all ease;
    width: 260px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*.location_DIV .btn_ex:hover {
    background: #000;
    border: 1px solid #000;
    transition: 0.5s all ease;
}*/

.location_key h1 {
    color: #fff;
    margin-bottom: 20px;
}

.location_key {
    padding: 25px 25px 15px 40px;
    margin-top: 25px;
    background: url(../images/location_key_bg.jpg) repeat left top;
}

.location_key ul li h3 {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 2px;
}

.location_key ul li p {
    color: #f09403;
    font-size: 15px;
    margin: 0;
    font-weight: 400;
    line-height: 22px;
}

.location_key ul li span {
    margin-right: 10px;
}

.location_key ul {
    display: flex;
    flex-wrap: wrap;
}

.location_key ul li {
    display: flex;
    padding: 15px 10px;
    border-bottom: 0px solid #313131;
    width: 33%;
}

.location_col {
    padding-right: 35px;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}

.location_key_col {
    padding-left: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

.FloorPlans_in {
    display: flex;
    justify-content: space-between;
    margin: 0 -15px;
    flex-wrap: wrap;
}

.FloorPlans_bx {
    display: inline-block;
    width: 50%;
    padding: 10px 15px;
}

.FloorPlans_bx h4 {
    font-size: 18px;
    color: #fff;
    background: #000;
    height: 50px;
    padding: 12px 10px 11px 10px;
    text-align: center;
}

.FloorPlans_bx a span img {
    width: 100%;
}

.FloorPlans_bx a span {
    display: block;
    border: 1px solid #ccc;
}

.FloorPlans_bx a {
    display: block;
}


/*floor_Top css*/

.floor_Top {
    height: 206px;
    background: url(../images/floor_Top_bg.jpg) no-repeat center center;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0;
    justify-content: center;
}

.floor_Top p {
    font-size: 18px;
    color: #f19503;
}

.floor_Top h1 {
    margin: 0;
}

.amenities_col {
    position: relative;
    margin-top: 0px;
}

.floor_2 .amenities_col {
    margin-top: -45px;
}

.floor_2 {
    background: url(../images/floor_2_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 0;
}

.floor_th span {
    display: block;
    overflow: hidden;
    border: 1px solid #e0e0de;
}

.floor_th:before {
    position: absolute;
    bottom: 25px;
    right: 25px;
    background: url(../images/floor_serch_icon.png) no-repeat bottom right;
    content: "";
    width: 22px;
    height: 22px;
    display: block;
    z-index: 99;
}

.floor_th {
    cursor: pointer;
    height: 310px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

#floor_sldr .owl-nav {
    text-align: center;
    margin-top: 25px;
    position: absolute;
    top: -102px;
    right: 0;
}

#floor_sldr .owl-next {
    background: url(../images/ameni_next2.png) no-repeat center center;
    width: 48px;
    height: 48px;
    border-radius: 0;
    border: 1px solid #fff;
    display: block;
    font-size: 0;
    display: inline-block;
    transition: 0.5s all ease;
}

#floor_sldr .owl-prev {
    background: url(../images/ameni_prev2.png) no-repeat center center;
    width: 48px;
    height: 48px;
    border-radius: 0;
    border: 1px solid #fff;
    display: block;
    font-size: 0;
    display: inline-block;
    transition: 0.5s all ease;
    margin-right: 7px;
}

.master_Div {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 100px 0 210px;
}

.master_lt img {
    width: 100%;
    border: 5px solid #fff;
    border-radius: 3px;
    box-shadow: 0px 0 33px #636363;
}

.master_lt {
    width: 769px;
    position: relative;
    z-index: 9;
}

.master_rt {
    width: 462px;
    padding-left: 35px;
}

.master_logo {
    margin-top: 50px;
}

.master_tx {
    position: absolute;
    height: 304px;
    width: 788px;
    bottom: 117px;
    right: 0;
    border: 1px solid #d9d5c9;
    padding-left: 32.5%;
    background: #f19503;
    background-size: cover;
}

.master_tx_po {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 20px;
}

.master_Div p {
    line-height: 27px;
    color: #fff;
}

.master_Div h1 {
    margin-bottom: 14px;
}

#specifications_sldr .owl-nav,
#amenities_sldr .owl-nav {
    text-align: center;
    margin-top: 0;
    position: absolute;
    top: -60px;
    right: 0;
}

#specifications_sldr .owl-next {
    background: url(../images/ameni_next.png) no-repeat center center;
    width: 30px;
    height: 30px;
    border-radius: 0;
    border: 1px solid #000;
    display: block;
    font-size: 0;
    display: inline-block;
    transition: 0.5s all ease;
    background-size: 6px;
}

#specifications_sldr .owl-prev {
    background: url(../images/ameni_prev.png) no-repeat center center;
    width: 30px;
    height: 30px;
    border-radius: 0;
    border: 1px solid #000;
    display: block;
    font-size: 0;
    display: inline-block;
    transition: 0.5s all ease;
    margin-right: 7px;
    background-size: 6px;
}

#brand_DIV_slider .owl-prev:hover,
#specifications_sldr .owl-prev:hover,
#floor_sldr .owl-prev:hover,
#amenities_sldr .owl-prev:hover {
    background: #2f3f7b url(../images/ameni_prev2.png) no-repeat center center;
    border: 1px solid #2f3f7b;
    transition: 0.5s all ease;
    background-size: 6px;
}

#brand_DIV_slider .owl-next:hover,
#specifications_sldr .owl-next:hover,
#floor_sldr .owl-next:hover,
#amenities_sldr .owl-next:hover {
    background: #2f3f7b url(../images/ameni_next2.png) no-repeat center center;
    border: 1px solid #2f3f7b;
    transition: 0.5s all ease;
    background-size: 6px;
}


/*specification_DIV css*/

.specification_DIV {
    background: url(../images/specifications_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 60px 0 100px;
    position: relative;
}

.Specifications:before {
    position: absolute;
    background: url(../images/testimonial_bg.png) no-repeat center center;
    width: 450px;
    height: 725px;
    left: 0;
    top: -183px;
    content: "";
    opacity: 0;
    display: none;
}

.Specifications {
    position: relative;
}

div#specifications_sldr {
    padding-right: 0;
}

.specifications_Bx {
    padding: 0 0px 0 0;
}

.specification_DIV h1 {
    text-align: center;
    margin-bottom: 40px;
}

.spcfcsn_bx {
    background: rgba(255, 255, 255, 0.3);
    padding: 25px 0 20px 15px;
    border: 1px solid #cacaca;
    margin: 0 2px;
}

.spcfcsn_icon img {
    width: auto !important;
    margin-bottom: 20px;
    display: inline-block !important;
}

.spcfcsn_icon {
    text-align: center;
    height: 130px;
    padding-right: 15px;
}

.speci_tx_height {
    height: 200px;
    overflow-y: scroll;
    padding-right: 10px;
    margin-right: 5px;
}

.speci_tx_height::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px;
    background-color: transparent;
}

.speci_tx_height::-webkit-scrollbar {
    width: 3px;
    background-color: transparent;
}

.speci_tx_height::-webkit-scrollbar-thumb {
    background-color: #f19503;
}

.spcfcsn_bx h4 {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    margin-bottom: 14px;
    text-transform: uppercase;
    line-height: 23px;
}

.spcfcsn_bx h5 {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    line-height: 21px;
    margin: 0;
}

.spcfcsn_bx p {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 15px;
    font-weight: 500;
}

.WalkThourgh_bx iframe,
.WalkThourgh_bx img {
    height: 450px;
}

.WalkThourgh_bx {
    margin-bottom: 50px;
}


/*gallery_con_DIV css*/

.gallery_con_DIV {
    background: url(../images/amenities_DIV_bg.jpg) repeat top left;
    padding: 60px 0 60px;
}

.gallery_con_cl {
    margin: 0px 0 40px 0;
}

.gallery_con_cl ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery_con_cl ul li {
    position: relative;
    padding: 0 5px;
}

.gallery_con_cl ul li a {
    font-size: 20px;
    transition: 0.5s all ease;
    color: #000000;
    border: 1px solid #000;
    display: block;
    line-height: 25px;
    padding: 11px 20px 10px 20px;
}

.gallery_con_cl ul li.active a {
    color: #fff;
    transition: 0.5s all ease;
    background: #f19503;
    border: 1px solid #f19503;
}

.gallery_con_cl ul li a:hover {
    color: #fff;
    transition: 0.5s all ease;
    background: #f19503;
    border: 1px solid #f19503;
}

.gallery_con_bx ul {
    display: flex;
    flex-wrap: wrap;
}

.gallery_con_bx ul li {
    position: relative;
    width: 31.6%;
    margin: 0 1.5% 1.5% 0;
    overflow: hidden;
    display: none;
}

.gallery_con_DIV .bnr_btn {
    margin-top: 20px;
}

.gallery_con_DIV .btn_ex {
    width: 175px;
    height: 40px;
    display: inline-block;
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s all ease;
    border: 1px solid #000000;
    transition: 0.5s all ease;
    margin: 0 auto;
}

.gallery_con_DIV .btn_ex:hover {
    background: #f19503;
    border: 1px solid #f19503;
    color: #fff;
    transition: 0.5s all ease;
}


/*video_DIV css*/

.video_DIV {
    background: url(../images/video_DIV_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 60px 0 60px;
}

.video_DIV h1 {
    text-align: center;
    margin: 0px;
}

.video_Bx {
    border: 1px solid #4c5874;
    padding: 60px 60px 50px 60px;
    border-top: 0;
    position: relative;
    margin-top: -20px;
}

.video_Bx:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 35%;
    height: 1px;
    background: #4c5874;
    content: "";
}

.video_Bx:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 35%;
    height: 1px;
    background: #4c5874;
    content: "";
}

.video_Bx iframe {
    height: 440px;
}


/*IMAGES HOVER CSS ALL*/

#amenities_sldr span,
.floor_th span {
    display: block;
    overflow: hidden;
}

.gallery_con_bx ul li img,
#amenities_sldr img,
.floor_th span img,
.feature_bx ul li img,
.new_th span img {
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 1.2s ease-out;
    -moz-transition: all 1.2s ease-out;
    -o-transition: all 1.2s ease-out;
    transition: all 1.2s ease-out;
}

.gallery_con_bx ul li:hover img,
#amenities_sldr img:hover,
.floor_th span img:hover,
.feature_bx ul li:hover img,
.new_th:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.download_bx {
    width: 33.33%;
    padding: 0 12px;
}

.download_in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.download .sub_btn {
    font-size: 15px;
    width: 100%;
    letter-spacing: 0px;
    font-weight: 400;
    justify-content: end;
    padding-left: 20px;
}

.download .bnr_btn {
    padding: 20px;
    border: 1px solid #000;
}

.download_bx2 .sub_btn {
    background: #333333;
}

.download_bx3 .sub_btn {
    background: #000;
}

.download {
    padding: 20px 0;
}


/*End css*/


/*Left menu css*/

.left_Col {
    margin-top: -100px;
    position: relative;
    z-index: 9;
    padding-right: 30px;
    -ms-flex: 0 0 29.333333%;
    flex: 0 0 29.333333%;
    max-width: 29.333333%;
}

.project_DIV,
.reside_DIV {
    -ms-flex: 0 0 70.666667%;
    flex: 0 0 70.666667%;
    max-width: 70.666667%;
}



.left_DIV {
    padding-right: 25px;
    box-shadow: 0px 0px 42px rgba(0, 0, 0, 0.31);
    padding: 20px 20px 0 20px;
    background: #fff;
    margin-bottom: 50px;
}

.left_DIV span {
    display: block;
    margin-top: 30px;
}

.left_DIV span img {
    width: 100%;
}

.left_menu_logo img {
    max-width: 166px;
}

.left_menu_logo {
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    padding: 10px;
    box-sizing: border-box;
}

.left_DIV ul li a {
    display: block;
    border-bottom: 1px solid #e0e0e0;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    padding: 10px 10px 10px 10px;
    line-height: 22px;
    position: relative;
    transition: 0.5s all ease;
}

.left_DIV ul li:hover a {
    background: #354b84;
    transition: 0.5s all ease;
    color: #fff;
}

.left_DIV ul li a.active,
.left_DIV ul li.CL_Menu_ADD>a {
    background: #354b84;
    transition: 0.5s all ease;
    color: #fff;
}

.left_DIV ul li ul {
    display: none;
    margin-top: -1px;
    background: #fff;
}

.left_DIV ul li {
    display: block;
    position: relative;
}

.All_Compl a {
    background: #333;
    color: #fff;
    font-size: 18px;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 0 0 30px;
    border-left: 9px solid #ff9a22;
    margin-top: 35px;
    transition: 0.5s all ease;
}

.All_Compl a:hover {
    background: #ff9a22;
    color: #fff;
    transition: 0.5s all ease;
}

.click_menu_i {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
}

.click_menu_i:before {
    position: absolute;
    top: 20px;
    right: 7px;
    content: "";
    font-size: 20px;
    color: #333;
    font: normal normal normal 14px/1 FontAwesome;
    background: url(../images/plus-icon.png) no-repeat right top;
    height: 15px;
    width: 15px;
}

.CL_Menu_ADD .click_menu_i:before {
    background: url(../images/minus-icon.png) no-repeat right top;
}

.left_DIV ul li ul li a {
    padding: 6px 10px 7px 35px;
    border: 0;
    font-size: 14px;
    position: relative;
    font-size: 500;
}

.left_DIV ul li.active a {
    background: #354b84;
    transition: 0.5s all ease;
    color: #fff;
}

.left_DIV ul li ul li a:before {
    position: absolute;
    left: 14px;
    top: 12px;
    content: "";
    border-left: 7px solid #010101;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}

.left_DIV ul li.CL_Menu_ADD>a {}

li.CL_Menu_ADD a.CL_Menu {
    color: #d36223;
}

.inr_page h2 {
    font-size: 22px;
    color: #000;
    margin-bottom: 5px;
    font-weight: 500;
    text-transform: uppercase;
}

.cor_about img {
    width: 100%;
    height: 120px;
    display: none;
}

.cor_about {
    position: relative;
    margin-bottom: 25px;
    background: url(../images/cor_img1.jpg) no-repeat center center;
    background-size: cover;
}

.psitn_bx {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(0);
    padding: 35px 20px 35px 29px;
}


}
.psitn_bx h5 {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0;
}
.About_profile {
    background: url(../images/About_profile_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 41px 25px 25px 25px;
    margin-top: 50px;
    margin-bottom: 35px;
}
.About_profile_img {
    position: relative;
    display: flex;
    align-items: flex-end;
}
.About_profile_dis {
    margin-left: 45px;
    margin-bottom: -20px;
}
.About_profile_dis p {
    font-size: 18px;
    color: #a9a9a9;
    font-weight: 400;
    margin: 0;
    line-height: 32px;
    margin-bottom: 10px;
}
.About_profile_img {
    position: relative;
    display: flex;
    align-items: flex-end;
    margin-bottom: 40px;
}
.About_profile_dis h5 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
}
.About_profile_img span {
    display: inline-block;
    position: relative;
}
.About_profile_img span:before {
    position: absolute;
    top: 12px;
    left: 12px;
    height: 100%;
    width: 100%;
    background: #fff;
    content: "";
}


.MISSION_VISION_bg {
    background: url(../images/ORG_img1.jpg) no-repeat center center;
    background-size: cover;
    padding: 30px 15px 30px 15px;
    margin-bottom: 45px;
}
.MISSION_VISION_DIv .psitn_bx {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 0;
    transform: translateY(0);
}
.MISSION_VISION_DIv h4 {
    font-size: 25px;
    line-height: 27px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 0;
}
.MISS_VIS_bx h1 {
    font-size: 40px;
    color: #ffffff;
    line-height: 44px;
    display: block;
    font-weight: 500;
    margin-bottom: 9px;
}
.MISSION_VISION_tx {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
}
.MISS_VIS_bx {
    width: 49%;
    padding: 20px 15px 0 20px;
    background: rgba(128, 128, 128, 0.42);
}


.MISSION_VISION_tx p {
    font-size: 15px;
    line-height: 26px;
    color: #fff;
}
.mis_border {
    padding-top: 0;
    position: static;
    width: 100%;
    top: 0;
    margin-top: 24px;
}
.mis_border ul {
    display: flex;
    padding: 0 180px;
}
.mis_border ul li {
    width: 100%;
    border-top: 1px solid #fff;
    position: relative;
}
.mis_border ul li span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-top: 25px;
    position: relative;
}
.mis_border ul li span em {
    display: inline-block;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    border: 1px solid #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.mis_border ul li:nth-child(1) span {
    margin-left: -7px;
}
.mis_border ul li:nth-child(2) {
    text-align: right;
}
.mis_border ul li:nth-child(2) span {
    margin-right: -7px;
}
.mis_border ul li:nth-child(3) {
    text-align: right;
}
.mis_border ul li:nth-child(3) span {
    margin-right: -7px;
}
.mis_border ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 25px;
    background: #fff;
    content: "";
}
.mis_border ul li:nth-child(2):before {
    right: 0;
    left: inherit;
}
.mis_border ul li:nth-child(3):before {
    left: inherit;
    right: 0;
}
.our_Found_DIV {
    background: url(../images/our_Found_bg.jpg) no-repeat center center;
    height: 510px;
    background-size: cover;
    margin-bottom: 50px;
    padding: 55px 40px 50px 40px;
}
.our_Found_bx {
    display: flex;
    justify-content: space-between;
}
.our_Found_DIV .About_profile_img {
    align-items: end;
    margin-bottom: 0;
    flex-direction: column;
    padding: 0px 40px 30px;
    width: 100%;
}
.our_Found_DIV .About_profile_dis {
    margin-left: 0;
    margin-bottom: 0;
    width: 100%;
    margin-top: 37px;
}
.our_Found_DIV .About_profile_dis h4 {
    font-size: 20px;
    line-height: 24px;
    color: #f19503;
    font-weight: 400;
    margin-bottom: 1px;
    text-transform: uppercase;
}
.our_Found_DIV .About_profile_dis h5 {
    font-size: 20px;
    text-transform: inherit;
    font-weight: 400;
    margin-bottom: 0;
    font-style: italic;
    line-height: 25px;
}
.our_Found_in:before {
    position: absolute;
    left: 0;
    top: 0px;
    width: 31%;
    height: 1px;
    background: #5c5c5c;
    content: "";
}
.our_Found_in:after {
    position: absolute;
    right: 0;
    top: 0px;
    width: 31%;
    height: 1px;
    background: #5c5c5c;
    content: "";
}
.our_Found_in {
    border: 1px solid #5c5c5c;
    border-top: 0;
    position: relative;
}
.our_Found_in h1 {
    margin-top: 1px;
    position: relative;
    top: -18px;
    font-size: 25px;
    line-height: 30px;
    color: #fff;
}
.reside_In {
    margin-top: 25px;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.reside_In:after {
    content: '';
    width: 31.88%;
    height: 1px;
}
.reside_bx {
    width: 48.88%;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    background: #f1f1f1;
}
.reside_tx_bx {
    position: relative;
    background: #f1f1f1;
    padding: 40px 30px 25px 30px;
}
.reside_logo {
    background: #f1f1f1;
    margin: 0 50px;
    text-align: center;
    padding: 10px 0 20px 0;
    position: relative;
    margin-top: -80px;
}
.reside_tx_bx h3 {
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 6px;
    line-height: 26px;
}
.reside_tx_bx h5 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 24px;
    color: #333333;
}
.reside_tx_bx p {
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 17px;
}
.reside_tx_bx .read_more em {
    display: inline-block;
    line-height: 8px;
    margin-left: 8px;
}
.reside_tx_bx .read_more {
    display: block;
    color: #ff0000;
    font-size: 12px;
    line-height: 19px;
    font-weight: 500;
    text-align: right;
    transition: .5s all ease;
}
.reside_bx:hover .read_more {
    color: #2f3f7b;
    transition: .5s all ease;
    font-weight: 500;
}
.red_img img {
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 1.2s ease-out;
    -moz-transition: all 1.2s ease-out;
    -o-transition: all 1.2s ease-out;
    transition: all 1.2s ease-out;
}
.reside_bx:hover .red_img img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -ms-transform: scale(1.2);
}
span.red_img {
    display: block;
}

/*Contact us css*/
.contact_div {
    margin-top: 85px;
}
.contact_map iframe {
    width: 100%;
    height: 445px;
}
.contact_bx_lt h5 {
    margin-top: 25px;
}
.contact_bx h2 {
    font-size: 22px;
    line-height: 30px;
    color: #182646;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 500;
}
.contact_bx h5 {
    color: #012940;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
}
.contact_bx_lt {
    padding: 60px 40px 70px 60px;
    background: #ffffff url(../images/contact_bx_lt_bg.png) no-repeat center center;
    background-size: 100%;
    box-shadow: -10px 14px 32px rgba(0, 0, 0, 0.14);
    position: relative;
    width: 55.5%;
}
.contact_bx_lt:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.04);
}
.form_bx {
    margin: 0 -3%;
}
.form-group {
    margin-bottom: 20px;
    width: 50%;
    padding: 0 3%;
    float: left;
}
.form-group-100 {
    width: 100%;
}
.form-control {
    height: 44px;
    border: 0px;
    border-bottom: 1px solid #333;
    border-radius: 0;
    color: #012940;
    font-size: 14px;
    width: 100%;
    background: transparent;
    font-weight: 400;
    padding: 0;
    opacity: 1;
}
.form-group ::-webkit-input-placeholder {
    /* Edge */
    
    color: #012940;
}
.form-group :-ms-input-placeholder {
    
    
    color: #012940;
}
.form-group ::placeholder {
    color: #012940;
}
.form_btn {
    font-size: 14px;
    color: #fff;
    height: 38px;
    width: 115px;
    border: 0px solid #f68634;
    background: transparent;
    border-radius: 30px;
    font-weight: 300;
    margin-top: 25px;
    transition: 0.5s all ease;
    background: #000;
}
.form_btn:hover {
    background: #f68634;
    transition: 0.5s all ease;
    color: #fff;
}
.form-control:focus {
    outline: initial;
    box-shadow: none;
    background: transparent;
}
.contact_bx {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 55px;
    margin-top: -92px;
    position: relative;
    z-index: 9;
}
.featur_hover_bx h4 {
    color: #fff !important;
}
.contact_bx_rt {
    box-shadow: 0 0px 40px rgba(0, 0, 0, 0.22);
    width: 44.5%;
    padding: 40px 40px 30px 40px;
    background: #fff;
}
.con_add {
    background: #f6f6f6;
    padding: 22px 20px 40px 15px;
    border: 1px dashed #d5d5d5;
    margin-bottom: 15px;
}
.contact_rt_in h4 {
    font-size: 20px;
    line-height: 22px;
    color: #f68634;
    font-weight: 400;
    margin-bottom: 15px;
    color: #000;
}
.contact_rt_in h4 i.fa.fa-map-marker {
    font-size: 24px;
    display: inline-block;
    margin-right: 12px;
    float: left;
    color: #ef9403;
}
.contact_rt_in p {
    font-size: 14px;
    color: #333;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 0;
    padding-left: 26px;
    padding-right: 100px;
}
.con_add ul li {
    display: flex;
    margin: 14px 0;
    vertical-align: middle;
    align-items: center;
}
.con_add ul li a {
    display: inline-block;
    color: #333333;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    transition: 0.5s all ease;
}
.con_add ul li a:hover {
    color: #f68634;
    transition: 0.5s all ease;
}
.con_add ul li span {
    display: inline-block;
    text-align: center;
    float: left;
    margin-right: 8px;
    width: 36px;
    vertical-align: middle;
    line-height: initial;
}

/*Contact css end*/

/*Left FROM CSS*/
.Left_Form_DIV {
    margin-top: -55px;
    padding-right: 20px;
    -ms-flex: 0 0 37.666667%;
    flex: 0 0 37.666667%;
    max-width: 37.666667%;
}
.Form_right_Div {
    -ms-flex: 0 0 61.666667%;
    flex: 0 0 61.666667%;
    max-width: 61.666667%;
    padding-left: 20px;
    margin-bottom: 40px;
}
.Left_Form {
    background: #fff;
    box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.16862745098039217);
    padding: 50px 30px 32px 30px;
    border-radius: 0;
    border: 1px solid #d5d5d5;
    margin-bottom: 45px;
}
.Left_Form .form-group {
    margin-bottom: 10px;
    padding: 0;
    float: none;
}
.Left_Form .form-control {
    height: 48px;
    border: 0px;
    border: 1px solid #e1e1e1;
    border-radius: 50px;
    color: #666666;
    font-size: 12px;
    width: 100%;
    background: #fff;
    font-weight: 400;
    padding: 10px 20px 10px 28px;
}
.Left_Form h3 {
    font-size: 17px;
    line-height: 33px;
    color: #3f3f3f;
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}
.Left_Form .form_btn {
    font-size: 16px;
    height: 52px;
    width: 145px;
    border-radius: 40px;
    margin: 0 auto;
}
.Left_Form .textaria_hei {
    height: 85px;
    padding: 18px 20px 10px 28px;
}

/*Left Form css End*/
.vinash_rt_in ul li {
    display: inline-block;
    position: relative;
}
.vis_frst_cl ul li:before {
    background: #fff url(../images/tabs_icon.png) no-repeat left top;
    width: 14px;
    height: 10px;
    position: absolute;
    left: 50%;
    bottom: -8px;
    content: "";
    transform: translateX(-50%);
    z-index: 9;
    display: none;
}
.vis_frst_cl ul li.active:before {
    display: block;
}
.vis_frst_cl ul li:hover:before {
    display: block;
}
.vis_frst_cl ul li:hover a {
    color: #f68634;
    transition: 0.5s all ease;
}
.vinash_bx_2 {
    display: none;
}
.vinash_bx_2.active {
    display: block;
}
.vis_frst_cl ul li.active a {
    color: #f68634;
    transition: 0.5s all ease;
}
.vinash_rt_in ul li a {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    line-height: 24px;
    border: 1px solid #c9c9c9;
    padding: 8px 40px 6px 40px;
    border-radius: 30px;
    transition: 0.5s all ease;
}
.vinash_show_DIv {
    margin-top: 20px;
}
.vis_Second_cl {
    padding: 0 20px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}
.vis_Second_cl ul li a:hover {
    color: #f68634;
    transition: 0.5s all ease;
    border-top: 1px solid #f68634;
    border-bottom: 1px solid #f68634;
}
.vis_Second_cl ul li.active a {
    color: #f68634;
    transition: 0.5s all ease;
    border-top: 1px solid #f68634;
    border-bottom: 1px solid #f68634;
}
.vis_Second_cl ul li a {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 0px;
    border-right: 0;
    padding: 8px 10px 6px 10px;
    transition: 0.5s all ease;
    border-radius: 0;
    margin-top: -1px;
}
.tabel_DIV {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background: #fff;
    border: 1px solid #d5d5d5;
    padding: 30px 15px;
    border-radius: 30px;
    margin-top: 15px;
    box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.12);
}
.tabel_DIV h5 {
    display: block;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 15px;
}
.tabel_bx ul {
    margin-top: 25px;
}
.tabel_DIV ul li {
    display: block;
    font-size: 13px;
    color: #666666;
    line-height: 18px;
    margin-bottom: 10px;
    padding: 7px 0 7px 15px;
    font-weight: 500;
    background: #f5f5f5;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.tabel_DIV tbody tr {
    margin-bottom: 10px;
    border-bottom: 10px solid #fff;
    background: #f5f5f5;
}
.tabel_DIV tr td {
    font-size: 13px;
    color: #666666;
    line-height: 18px;
    padding: 7px 0 7px 15px;
    font-weight: 500;
}
.tabel_DIV tbody tr:nth-child(even) {
    background: #ebebeb;
}
.tabel_bx2 ul li,
.tabel_bx3 ul li,
.tabel_bx4 ul li,
.tabel_bx5 ul li {
    padding-left: 0;
}
.tabel_bx h5 {
    padding-left: 15px;
}
.tabel_bx {
    width: 25%;
}
.tabel_bx1 {
    width: 28%;
}
.tabel_bx2 {
    width: 26.5%;
}
.tabel_bx3 {
    width: 35%;
}
.tabel_bx4 {
    width: 10.5%;
}
.Resale_vinash_bx_2 {
    display: none;
}
.Resale_vinash_bx_2.active {
    display: block;
}
.PreLease_vinash_bx_2 {
    display: none;
}
.PreLease_vinash_bx_2.active {
    display: block;
}
.Frequently_div {
    padding: 50px 0 50px 0;
}
.Ass__Topics_DIV {
    padding-top: 20px;
    background: #fff;
    border-radius: 0;
    border-top: 1px solid #ccc;
}
.Ass_Topics_bx a {
    display: block;
    padding: 14px 20px 14px 55px;
    line-height: 22px;
    color: #333;
    font-weight: 400;
    position: relative;
    font-size: 15px;
}
.Ass_Topics_bx a:before {
    position: absolute;
    top: 17px;
    left: 24px;
    content: "";
    width: 15px;
    height: 15px;
    background: url(../images/plus-icon.png) no-repeat right top;
    z-index: 999;
}
.Ass_Topics_bx_ADD a:before {
    background: url(../images/minus-icon.png) no-repeat right top;
    
    
    top: 23px;
}
.Ass_Topics_bx {
    background: #f5f5f5;
    margin-bottom: 15px;
}
.Ass_Topics_show p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 25px;
    color: #999;
}
.Ass_Topics_show {
    padding: 0 20px 20px 30px;
    background: #f5f5f5;
    display: none;
}
.Ass_Topics_in {
    margin-top: 0;
    padding: 0;
    border-radius: 0;
}
.Ass_Topics_show ul li {
    font-size: 15px;
    color: #363636;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 12px;
    position: relative;
    padding-left: 15px;
}
.Ass_Topics_show ul li:before {
    position: absolute;
    top: 7px;
    left: 0;
    width: 7px;
    height: 7px;
    background: #f58534;
    content: "";
}
.Ass__Topics_DIV h3 {
    font-size: 20px;
    line-height: 32px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.validationError {
    font-size: 12px;
    line-height: 22px;
    color: #f00;
    font-weight: 400;
}
#enquire_popup {
    z-index: 999999;
}
#enquire_popup .form-group-100 {
    width: 100%;
    padding: 0;
    float: none;
}
#enquire_popup h3 {
    font-size: 22px;
    line-height: 38px;
    color: #3f3f3f;
    margin-bottom: 7px;
    font-weight: 500;
    text-transform: uppercase;
}
.enquiry_in {
    position: relative;
    padding: 10px 15px;
}
#enquire_popup .popup_close {
    top: 0;
    right: 0;
    z-index: 9;
}
#enquire_popup textarea.form-control {
    height: 100px;
    padding-top: 10px;
}

/*-----------------------director-profile------------------------------*/
.margintop60 {
    margin-top: 60px;
}
.margintop30 {
    margin-top: 30px;
}
.drector-box {
    position: relative;
}
.img_border_box1 {
    border: 1px solid #ccc;
    position: relative;
    margin: 0;
    padding: 10px 10px 10px 10px;
    cursor: context-menu;
}
.drector_img {
    padding: 10px 20px 20px 10px;
    border: 1px solid #ccc;
    margin: 0 -20px -20px 0;
}
.drector_img img {
    width: 100%;
}
.directors_DIV:nth-child(even) {
    flex-direction: row-reverse;
}
.directors_DIV h3 span {
    display: inline-block;
}
.director-boder {
    content: "";
    background: #ccc;
    height: 1px;
    margin-top: 0;
    width: 175px;
    right: 0px;
    line-height: 50px;
    margin-left: 10px;
}
.director-boder1 {
    position: absolute;
    content: "";
    background: #ccc;
    height: 2px;
    margin-top: -10px;
    width: 149x;
    right: 0px;
    line-height: 50px;
}
.director-heading h3 {
    font-size: 20px!important;
    line-height: 32px;
    color: #191919;
    margin-bottom: 5px;
    font-weight: 500;
    text-transform: uppercase;
}
.divider {
    border: 1px solid #ccc;
    width: 100%;
}
.our_founder_DIV h3 {
    font-size: 18px;
    line-height: 26px;
    color: #3f3f3f;
    margin-bottom: 20px;
    font-weight: 500;
}
.directors_DIV h5 {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    font-weight: 500;
    margin-bottom: 15px;
}
.directors_DIV p {
    font-size: 14px;
    color: #363636;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 30px;
}
.directors_rt_bx {
    padding-left: 45px;
    text-align: justify;
}
.directors_DIV:nth-child(even) .directors_rt_bx {
    padding-left: 0;
    padding-right: 45px;
    text-align: justify;
}
.directors_DIV {
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
    align-items: center;
}
.directors_DIV:last-child {
    border: 0px;
}

/*Popup Css Start*/
.popup_bg {
    background: #ccc;
    padding: 50px 0;
}
.popup_in {
    width: 100%;
    background: #fff;
    padding: 38px 35px 45px;
    margin: 0 auto;
    position: relative;
}
.popup_close {
    position: absolute;
    top: 6px;
    right: 14px;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 9;
}
.popup_in .form-control {
    height: 50px;
    border: 1px solid #dadada;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #9b9b9b;
}
.search_group .form-control {
    padding-right: 50px;
}
.popup_in .form-group-100 {
    margin-bottom: 25px;
    position: relative;
}
button.SearchProjects_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 52px;
    background: transparent;
    border: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup_in h4 {
    font-size: 18px;
    line-height: 26px;
    color: #f19503;
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.filters-wrap li {
    position: relative;
    border-bottom: 1px solid #bababa;
}
ul.check_box {
    display: flex;
    flex-wrap: wrap;
}
ul.check_box li {
    width: auto;
    margin-right: 15px;
}
.filter_checkbx {
    display: block;
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
    
    line-height: 22px;
    color: #333;
    padding: 13px 8px 11px 35px;
    
}
.filter_checkbx input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 13px;
    left: 0px;
    height: 24px;
    width: 24px;
    border-radius: 0;
    border: solid 0px #979797;
    
}
.filter_checkbx input:checked~.checkmark:after {
    display: block;
}
.filter_checkbx .checkmark:after {
    left: 8px;
    top: 4px;
    width: 7px;
    height: 13px;
    border: solid #f58634;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


.popupoption_bx .form-group {
    padding: 0 5% 0 0;
}
.popup_btn .form_btn {
    font-size: 15px;
    color: #fff;
    height: 55px;
    width: 180px;
    border: 0px solid #000;
    border-radius: 0;
    font-weight: 300;
    margin-top: 25px;
    transition: 0.5s all ease;
    background: #000;
    text-transform: uppercase;
    font-weight: 400;
}
.popup_btn .form_btn:hover {
    background: #f68634;
    transition: 0.5s all ease;
    color: #fff;
}
.form-group-100 .rs-container .rs-pointer {
    border: 0px solid #bbb;
    border-radius: 0;
    cursor: pointer;
    height: 15px;
    left: -10px;
    position: absolute;
    top: 0;
    transition: all .2s linear;
    width: 15px;
    box-shadow: inherit;
    background: #db6422;
}
.form-group-100 .rs-container .rs-pointer::after,
.form-group-100 .rs-container .rs-pointer::before {
    content: '';
    position: absolute;
    width: 0;
    height: 9px;
    background-color: transparent !important;
    left: 12px;
    top: 5px;
}
.form-group-100 .rs-container .rs-bg,
.form-group-100 .rs-container .rs-selected {
    border: 0px solid #ededed;
    height: 2px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 100%;
    border-radius: 0;
    background: #c0c0c0;
}
.form-group-100 .rs-container .rs-selected {
    background-color: #dc6523;
}
.slider-container {
    margin-top: 39px;
}
.form-group-100 .rs-tooltip {
    min-width: 42px;
    border: 0px solid #00969b;
    background: #db6422;
    color: #fff;
}
.form-group-100 .rs-container .rs-scale {
    left: 0;
    position: absolute;
    top: 5px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
}
#exampleModal_popup .modal-body {
    padding: 0;
}
#exampleModal_popup .modal-dialog {
    max-width: 955px;
    width: 100%;
}
.modal-backdrop {
    z-index: 9999 !important;
}
#exampleModal_popup {
    z-index: 99999;
}

/*Testimonial css */
.testimonial_bx {
    background: #fff;
    padding: 15px 0 40px 0;
    box-shadow: 0px 0px 94px rgba(0, 0, 0, 0.12156862745098039);
    border-radius: 10px;
    position: relative;
    margin-bottom: 90px;
}
.Testimonials_div {
    position: relative;
}
h4.experience {
    color: #f09403;
    font-size: 16px;
    text-align: center;
    margin-bottom: 38px;
}
.Testimonials_div h2 {
    margin-bottom: 0px;
}
.Testimonials_div:before {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/testimonial_b.png) no-repeat bottom left;
    width: 100%;
    height: 780px;
    content: "";
    background-size: 100% 100%;
    opacity: 0.15;
}
.testimonial_bx:before {
    position: absolute;
    bottom: -32px;
    left: 50px;
    background: url(../images/testi_icon.png) no-repeat bottom left;
    width: 80px;
    height: 77px;
    content: "";
}
.testimonial_hed {
    border-bottom: 1px solid #ccc;
    display: flex;
    padding: 0 30px 15px 30px;
    align-items: center;
}
.testimonial_hed img {
    border-radius: 50%;
    border: 1px solid #ccc;
}
.testimonial_hed span {
    display: inline-block;
    margin-right: 17px;
}
.testimonial_bx h5 {
    font-size: 17px;
    margin: 0;
    color: #0e1345;
    line-height: 22px;
}
.testimonial_bx p {
    color: #333333;
    font-size: 14px;
    margin: 0;
}
.test_con p {
    font-size: 14px;
    margin-bottom: 20px;
    color: #666;
    line-height: 23px;
}
.test_con {
    padding: 22px 10px 0 30px;
    height: 300px;
    overflow-x: scroll;
    margin-right: 15px;
}
.test_con::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px;
    background-color: transparent;
}
.test_con::-webkit-scrollbar {
    width: 3px;
    background-color: transparent;
}
.test_con::-webkit-scrollbar-thumb {
    background-color: #f19503;
}
.test_con h4 {
    font-size: 14px;
    line-height: 22px;
    color: #f09403;
    margin-bottom: 0;
    font-weight: 600;
}
.banner_tx h3 {
    margin: 0;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
}
.banner_tx {
    background: #f5f5f5;
    margin-top: 80px;
    height: 85px;
    display: flex;
    align-items: center;
}
.bord_hd {
    margin-bottom: 25px;
}
.bord_hd h4 span {
    display: inline-block;
    padding: 14px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.bord_hd h4 {
    color: #333;
    margin: 0;
    font-size: 20px;
    line-height: 24px;
}
.MDMessag_rt {
    padding-left: 15px;
    position: relative;
}
.MDMessag_row2 {
    margin-top: 15px;
    padding-top: 45px;
    border-top: 1px solid #ccc;
}
.MDMessag_rt_hd h4 {
    letter-spacing: 0.5px;
    margin: 0;
    font-size: 18px;
}
.MDMessag_rt_hd {
    position: absolute;
    background: #000;
    bottom: -28px;
    left: 47px;
    padding: 12px 30px 12px 30px;
}
.EventExhibition_bx .img_border_box1 {
    margin-bottom: 30px;
}
.EventExhibition_bx h5 {
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 8px;
}
.EventExhibition_bx p {
    font-size: 14px;
    color: #363636;
    line-height: 23px;
    font-weight: 400;
    margin-bottom: 15px;
}
.Event_Exhibition_div .row {
    margin-left: -25px;
    margin-right: -25px;
}
.Event_Exhibition_col {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 30px;
}
.drector_img span {
    display: block;
    overflow: hidden;
}
.EventExhibition_bx span img {
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 1.2s ease-out;
    -moz-transition: all 1.2s ease-out;
    -o-transition: all 1.2s ease-out;
    transition: all 1.2s ease-out;
}
.EventExhibition_bx:hover .drector_img span img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.Associate_bx:last-child {
    margin-bottom: 0;
    border: 0;
}
.Associate_bx {
    border-bottom: 1px solid #ccc;
    margin-bottom: 45px;
}
.Associate_bx ul {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}
.Associate_bx ul li {
    width: 25%;
    margin-bottom: 50px;
    padding: 0 20px;
}
.Associate_bx ul li a {
    display: block;
    transition: 0.5s all ease;
}
.Associate_bx ul li:hover a {
    box-shadow: 0 0 57px rgba(0, 0, 0, 0.11);
    transition: 0.5s all ease;
}
.Associate_bx .img_border_box1 {
    border: 1px solid #ccc;
    position: relative;
    margin: 0;
    padding: 5px 5px 5px 5px;
}
.Associate_bx .drector_img {
    padding: 5px 12px 12px 5px;
    border: 1px solid #ccc;
    margin: 0 -12px -12px 0;
}
.search_itm span {
    display: inline-block;
    color: #000;
    font-size: 20px;
}
.search_itm {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.Search_page .reside_bx {
    width: 31.88%;
}
.Search_page .reside_tx_bx .read_more {
    display: block;
    color: #f58634;
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
    text-align: center;
    transition: .5s all ease;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 12px 0;
    margin-top: 25px;
}
.Search_page .reside_bx:hover .read_more {
    background: #000000;
    color: #fff;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
}
.src_hd h4 {
    font-size: 15px;
    display: inline-block;
    background: #f58634;
    padding: 6px 15px 6px 15px;
    line-height: 22px;
    color: #fff;
    font-weight: 300;
}
.src_hd {
    position: absolute;
    z-index: 1;
    top: 15px;
    width: 100%;
    text-align: center;
}
.search_icon {
    position: absolute;
    top: 50%;
    right: 85px;
    width: 55px;
    height: 45px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.5s all ease;
}
.search_icon:before {
    position: absolute;
    right: 0;
    top: 7px;
    height: 32px;
    width: 1px;
    background: #ccc;
    content: "";
    transition: 0.5s all ease;
}
.search_icon svg {
    width: 100%;
    height: 25px;
}
.search_icon:hover svg {
    fill: #f58634;
    transition: 0.5s all ease;
}
.prss_th {
    margin: 0px 25px 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.PressReleasesPage .drector_img span {
    display: block;
    overflow: hidden;
    padding: 0;
}
.PressReleasesPage .EventExhibition_bx h5 {
    font-size: 18px;
    line-height: 21px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 14px;
}
.PressReleasesPage .EventExhibition_bx p {
    font-size: 13px;
    color: #363636;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 5px;
}
.press_tx {
    margin: 0 25px;
}
.PressReleasesPage .Event_Exhibition_col {
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: 35px;
}
.pdn_tp_bt30 {
    padding: 30px 20px 30px 10px;
}
.awards_banner {
    margin-bottom: 50px;
    margin-top: 80px;
}
.awards_banner img {
    width: 100%;
}
.EventExhibition_bx {
    transition: 0.5s all ease;
}
.EventExhibition_bx:hover {
    box-shadow: 0 0 57px rgba(0, 0, 0, 0.11);
    transition: 0.5s all ease;
}
.EventExhibition_bx h4 {
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 3px;
}
.blog_hd {
    position: relative;
    padding-right: 120px;
    margin-bottom: 30px;
}
.date {
    color: #999;
    font-size: 12px;
    font-weight: 500;
}
.date {
    color: #999;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    top: 5px;
    right: 0;
}
.blog_bx {
    border-bottom: 1px solid #ccc;
    margin-bottom: 45px;
    padding-bottom: 10px;
}
.blog_bx:last-child {
    margin-bottom: 0px;
    padding-bottom: 10px;
}
.blog_tx {
    padding: 0 15px;
    margin-top: 35px;
}
.Blog_cl_lt {
    padding-right: 50px;
}
.Blog_cl_rt {
    padding-left: 15px;
}
.bl_search_in {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.bl_search_in .form-control {
    height: 60px;
    border: 0px;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #012940;
    font-size: 13px;
    width: 100%;
    background: #fff;
    font-weight: 400;
    padding: 0 50px 0 20px;
}
.ser_hd {
    margin-right: 0;
    width: 30%;
}
.bl_search {
    width: 70%;
}
.ser_hd h5 {
    font-size: 16px;
    line-height: 25px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 0;
}
.bl_search_in .form-group-100 {
    width: 100%;
    padding: 0;
    margin: 0;
}
button.search_btn {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    right: 0;
    border: 0;
    background: #354b84;
}
button.search_btn svg {
    width: 100%;
    height: 20px;
    fill: #fff;
}
.blg_rt_tx {
    padding-top: 20px;
    margin-top: 25px;
    border-top: 1px solid #ccc;
}
.blg_rt_tx ul li {
    display: block;
    padding: 4px 0;
}
.blg_rt_tx ul li a {
    display: block;
    font-size: 15px;
    line-height: 23px;
    color: #000;
    font-weight: 400;
    margin-bottom: 0;
    transition: 0.5s all ease;
}
.blg_rt_tx ul li a:hover {
    transition: 0.5s all ease;
    color: #f58634;
}
.arform-left {
    width: 100% !important;
    display: flex !important;
    align-items: center;
}
hr.hr-line {
    margin-bottom: 40px;
}
.video iframe {
    width: 100%;
    height: 464px;
}
.file_group2 .custom-file-input:before {
    content: 'PAN Card Copy (.jpg / .gif only)';
    width: 207px;
    left: 0;
}
.file_group3 .custom-file-input:before {
    content: 'Bank Statement';
    width: 207px;
    left: 0;
}
.file_group4 .custom-file-input:before {
    content: 'Address proof (.jpg / .gif only)';
    width: 207px;
    left: 0;
}
.file_group2 .custom-file-input,
.file_group3 .custom-file-input,
.file_group4 .custom-file-input {
    padding-left: 140px;
    padding-top: 8px;
}
.Application_DIv label {
    font-weight: 500;
}
.Application_DIv .popup_btn {
    margin-left: 3%;
}
.Application_DIv {
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.25098039215686274);
    padding: 30px 0;
}
.home_sctn4 p:empty {
    display: none;
}
.home_test_scroll {
    overflow-y: scroll;
    height: 303px;
    padding-right: 15px;
}
.home_test_scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px;
    background-color: transparent;
}
.home_test_scroll::-webkit-scrollbar {
    width: 3px;
    background-color: transparent;
}
.home_test_scroll::-webkit-scrollbar-thumb {
    background-color: #f19503;
}
.offer_page .EventExhibition_bx:hover {
    box-shadow: initial;
    transition: 0.5s all ease;
}
.offer_page .EventExhibition_bx:hover p {
    color: #f58634;
    transition: 0.5s all ease;
}
.offer_page .EventExhibition_bx h4 {
    font-size: 24px;
    line-height: 30px;
    color: #333333;
    font-weight: 500;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.offer_page .EventExhibition_bx p {
    font-size: 18px;
    margin-bottom: 0;
    transition: 0.5s all ease;
}
.single_slider {
    padding: 0 0px 0 0;
}
.single_slider .owl-prev {
    background: url(../images/ameni_prev.png) no-repeat center center;
    width: 48px;
    height: 48px;
    border-radius: 0;
    border: 1px solid #000;
    display: block;
    font-size: 0;
    display: inline-block;
    transition: 0.5s all ease;
    margin-right: 7px;
}
.single_slider .owl-next {
    background: url(../images/ameni_next.png) no-repeat center center;
    width: 48px;
    height: 48px;
    border-radius: 0;
    border: 1px solid #000;
    display: block;
    font-size: 0;
    display: inline-block;
    transition: 0.5s all ease;
}
.single_slider .owl-prev:hover {
    background: #2f3f7b url(../images/ameni_prev2.png) no-repeat center center;
    border: 1px solid #2f3f7b;
    transition: 0.5s all ease;
}
.single_slider .owl-next:hover {
    background: #2f3f7b url(../images/ameni_next2.png) no-repeat center center;
    border: 1px solid #2f3f7b;
    transition: 0.5s all ease;
}
.furniture_tx {
    position: absolute;
    top: 21px;
    left: 21px;
    background: #f49503;
}
.furniture_tx h5 {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    margin: 0;
    padding: 7px 30px 5px 30px;
    line-height: 18px;
}
.furniture_tx:before {
    position: absolute;
    top: 0;
    right: -5px;
    height: 100%;
    width: 20px;
    background: #f49503;
    content: "";
    clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
}
.core_value_tx h4 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    line-height: 22px;
    margin: 0;
}
.core_value_tx {
    position: absolute;
    bottom: 32px;
    left: 50px;
}
.core_value_in {
    position: relative;
}
.core_value_in a {
    display: block;
}
.core_value_hover h4 {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    line-height: 22px;
    margin: 0;
    font-weight: 500;
}
.core_value_hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 70px;
    transition: 0.5s all ease;
    transform: scale(0);
    z-index: 9;
    text-align: center;
    cursor: context-menu;
}
.core_value_in:hover .core_value_hover {
    transition: 0.5s all ease;
    transform: scale(1);
}
.core_value_in span:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(255, 255, 255, 0.7);
    z-index: 9;
    transform: scale(0);
    transition: 0.5s all ease;
}
.core_value_in:hover span:before {
    transition: 0.5s all ease;
    transform: scale(1);
}
.home_sctn3 .core_valueDIv {
    margin-right: -15px;
    margin-left: -15px;
    justify-content: center;
}
.home_sctn3 .core_valueDIv>div {
    padding-right: 15px;
    padding-left: 15px;
}
.core_value_bx {
    margin-bottom: 30px;
}
.csr_gallery {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 70px;
}
.awards_cont .drector_img {
    height: 246px;
}
.csr_slider_bx {
    padding: 0 10px;
}
.bhk_flt {
    margin: 20px 0 25px;
}
.bhk_flt ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.bhk_flt ul li a {
    font-size: 17px;
    line-height: 25px;
    color: #000;
    margin-bottom: 0;
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    display: flex;
    text-align: left;
    justify-content: center;
    flex-wrap: wrap;
}
.bhk_flt ul li a span img {
    width: 100%;
}
.bhk_flt ul li a span {
    display: inline-block;
    line-height: initial;
    margin-right: 0;
    width: 17%;
    padding-top: 5px;
}
.bhk_flt ul li img {
    width: auto;
}
.bhk_flt ul li a h6 {
    font-size: 17px;
    line-height: 25px;
    color: #000;
    font-weight: 400;
    width: 83%;
    padding-left: 7px;
}
.bhk_flt ul li a i {
    display: inline-block;
    font-size: 18px;
    margin-right: 7px;
}
.bhk_flt ul li:last-child a {
    text-align: right;
    display: block;
}
.bhk_flt ul li {
    width: 50%;
    position: relative;
    padding-right: 0px;
}
.Furn_tx h3 {
    font-size: 13px;
    text-transform: uppercase;
    background: #1a1a1a;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 400;
    line-height: 24px;
    padding: 11px 8px 8px;
}
.Furn_tx {
    margin-top: 15px;
}
.Furn_tx ul li {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 400;
    text-align: left;
    padding-left: 25px;
    position: relative;
}
.Furn_tx ul li:before {
    position: absolute;
    top: 5px;
    left: 0;
    width: 15px;
    height: 15px;
    background: url(../images/arow_icon.png) no-repeat top left;
    content: "";
}
.press_tx2 {
    margin-top: 30px;
}
.offer_btn {
    margin-top: 40px;
}
.offer_btn .sub_btn {
    width: auto;
    height: auto;
    display: inline-block;
    padding: 18px 40px 16px 40px;
    border-radius: 50px;
    margin: 0 10px;
    overflow: hidden;
}
.slider_btn .owl-nav {
    text-align: center;
    margin-top: 0;
    position: absolute;
    top: -60px;
    right: 0;
}
.slider_btn .owl-next {
    background: url(../images/ameni_next.png) no-repeat center center;
    width: 30px;
    height: 30px;
    border-radius: 0;
    border: 1px solid #000;
    display: block;
    font-size: 0;
    display: inline-block;
    transition: 0.5s all ease;
    background-size: 6px;
}
.slider_btn .owl-prev {
    background: url(../images/ameni_prev.png) no-repeat center center;
    width: 30px;
    height: 30px;
    border-radius: 0;
    border: 1px solid #000;
    display: block;
    font-size: 0;
    display: inline-block;
    transition: 0.5s all ease;
    margin-right: 7px;
    background-size: 6px;
}
.slider_btn .owl-next:hover {
    background: #2f3f7b url(../images/ameni_next2.png) no-repeat center center;
    border: 1px solid #2f3f7b;
    transition: 0.5s all ease;
    background-size: 6px;
}
.slider_btn .owl-prev:hover {
    background: #2f3f7b url(../images/ameni_prev2.png) no-repeat center center;
    border: 1px solid #2f3f7b;
    transition: 0.5s all ease;
    background-size: 6px;
}
.life_tab_div {
   
    margin-top: 35px;
}
.life_tab_div h4 {
    font-size: 22px;
    line-height: 27px;
    color: #000;
    font-weight: 500;
    margin-bottom: 20px;
}
.vis_frst_career ul li {
    display: inline-block;
    position: relative;
    margin: 0 7px;
}
.vis_frst_career ul li a {
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
    padding: 8px 30px 7px 30px;
    border-radius: 0;
    border: 1px solid #000;
    color: #000;
}
.vis_frst_career ul li.active a {
    color: #fff;
    transition: 0.5s all ease;
    background: #f19503;
    border: 1px solid #f19503;
}
.vis_frst_career ul li:hover a {
    color: #fff;
    transition: 0.5s all ease;
    background: #f19503;
    border: 1px solid #f19503;
}
.vis_frst_career ul li:before {
    display: none !important;
}
.vis_frst_career ul li.active:before {
    display: none;
}
.vis_frst_career ul li {
    margin: 0 10px;
}
.vis_frst_career {
    text-align: left;
}
.vis_frst_career ul li:first-child {
    margin-left: 0;
}

/*All Tabs css*/
.all_tabs_menu {
    margin-bottom: 25px;
}
.all_tabs_menu ul {
    text-align: center;
}
.all_tabs_menu ul li {
    display: inline-block;
    position: relative;
    margin: 0 10px;
}
.all_tabs_menu ul li a {
    display: block;
    color: #000;
    line-height: 24px;
    border: 1px solid #c9c9c9;
    border-radius: 30px;
    transition: 0.5s all ease;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    padding: 8px 40px 6px 40px;
}
.all_tabs_menu ul li:hover a {
    color: #f68634;
    transition: 0.5s all ease;
}
.all_tabs_menu ul li.active a {
    color: #f68634;
    transition: 0.5s all ease;
}
.all_tabs_menu ul li:before {
    background: #fff url(../images/tabs_icon.png) no-repeat left top;
    width: 14px;
    height: 10px;
    position: absolute;
    left: 50%;
    bottom: -8px;
    content: "";
    transform: translateX(-50%);
    z-index: 9;
    display: none;
}
.all_tabs_menu ul li.active:before {
    display: block;
}
.all_tabs_menu ul li:hover:before {
    display: block;
}
.Gallery_box .csr_gallery {
    margin-top: 25px;
}
.PressReleasesPage .EventExhibition_bx .drector_img,
.PressReleasesPage .EventExhibition_bx .img_border_box1 {
    height: 100%;
}
.PressReleasesPage .EventExhibition_bx a {
    display: block;
    height: 380px;
}
#pro_test_Slider .testimonial_bx {
    background: #fff;
    padding: 15px 0 40px 0;
    box-shadow: 0px 0px 94px rgba(0, 0, 0, 0.12156862745098039);
    border-radius: 10px;
    position: relative;
    margin-bottom: 90px;
    border: 1px solid #cacaca;
}
.about_core .core_valueDIv>div {
    padding-right: 30px;
    padding-left: 15px;
}

/*.filter_select{margin:35px 0;}*/
.search_details_bnr .popup_in {
    max-width: 1215px;
    width: 100%;
    background: #fff;
    padding: 0;
    margin: 0 auto;
    position: relative;
}
.search_div_bnr {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 99;
}
.inner_banner_ht .pic img {
    height: 190px;
    object-fit: cover;
    opacity: 0.7;
}
.inner_banner_ht {
    margin-top: 80px;
}
.inner_banner_ht .search_details_bnr {
    bottom: 35px;
}
.search_div_bnr .form-group-100 button.SearchProjects_btn {
    position: static;
    width: 60px;
    background: #fff;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
}
.search_details_bnr {
    bottom: 125px;
}
.search_details_bnr .banner_group1 {
    width: 165px;
    position: relative;
}
.search_div_bnr button.SearchProjects_btn {
    position: static;
    width: 60px;
    background: #000;
    border: 0;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}
.Home_banner .search_div_bnr button.SearchProjects_btn {
    width: 60px;
}
.SearchProjects_btn svg {
    width: 100%;
    height: 23px;
    fill: #fff;
}
.banner_group1 {
    width: 270px;
    position: relative;
    float: left;
}
.filters-wrap {
    display: flex;
    justify-content: center;
}
.filter_select .banner_group1 {
    width: 20%;
    border-radius: 0px;
    box-sizing: border-box;
    float: left;
    position: relative;
}
.filter_select .banner_group1 .form-control {
    border-radius: 0;
    border-right: 1px solid #f5f5f5;
    border-left: 0px;
    padding-left: 42px;
}
.filter_select .Bedroom .form-control {
    border-left: 1px solid #f5f5f5;
}
.Bedroom .form-control {
    background: #fff;
    background-position: 10px;
    border: 0;
    text-align: left;
    padding: 11px 15px 10px 15px;
    border: 1px solid #f5f5f5;
    position: relative;
    cursor: pointer;
}
.Bedroom button.form-control:after {
    content: ' ';
    height: 0;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    border: 6px solid rgba(0, 0, 0, 0);
    border-top-color: #999;
    margin-top: -3px;
}
.filters-wrap .dd.open {
    display: block;
}
.filters-wrap .dd {
    position: absolute;
    top: 44px;
    left: 0;
    background: #fff;
    border-radius: 0;
    width: 100%;
    display: none;
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    z-index: 99;
    height: 193px;
    overflow-x: hidden;
}

/* width */
.filters-wrap .dd::-webkit-scrollbar {
    width: 2px;
}

/* Track */
.filters-wrap .dd::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.filters-wrap .dd::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.filters-wrap .dd::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.filters-wrap .dd li {
    position: relative;
    border-bottom: 1px solid #f5f5f5;
}
.filter_select .CL_fromFIl_P .CL_fromFIl {
    position: relative;
    z-index: 99;
    border-radius: 4px !important;
}
.filter_checkbx {
    display: block;
    position: relative;
    padding-left: 38px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
    
    line-height: 22px;
    color: #000;
    padding: 8px 8px 8px 32px;
    font-weight: 400;
}

/* Hide the browser's default checkbox */
.filter_checkbx input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 11px;
    left: 9px;
    height: 15px;
    width: 15px;
    border-radius: 2px;
    border: solid 1px #eb9e1c;
}

/* On mouse-over, add a grey background color */

/* When the checkbox is checked, add a blue background */
.filter_checkbx input:checked~.checkmark {
    background-color: #f19433;
    border: 1px solid #f19433;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.filter_checkbx input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.filter_checkbx .checkmark:after {
    left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.scroll_fixed {
    overflow: hidden;
}
.Offr_form_div,
.value_form_div {
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.77);
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-top: 0px;
    display: none;
}
.posi_scroll {
    height: 100vh;
    overflow-y: scroll;
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: center;
}
.Offr_form_div .enquiry_in,
.value_form_div .enquiry_in {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    position: absolute;
    top: 15px;
    transform: translateY(-104%);
    transition: 0.5s all ease;
}
.scroll_fixed .enquiry_in {
    transform: translateY(0);
    transition: 0.5s all ease;
}
.Offr_form_div .form_btn,
.value_form_div .form_btn {
    margin-top: 10px;
}
.Offr_form_div textarea.form-control,
.value_form_div textarea.form-control {
    height: 100px;
    padding-top: 10px;
}
.offer_page .container {
    max-width: 1080px;
    width: 100%;
}
.fea_pro_DIV {
    border-top: 1px solid #ccc;
    padding-top: 40px;
    margin: 0 50px;
}
.md_massage_page {
    margin-top: 0px;
}
.Search_page .src_hd {
    left: 0;
    top: 0;
    width: 100%;
    text-align: left;
}
.MISSION_VISION_bg .cor_about {
    background: transparent;
}
.MISSION_VISION_bg .psitn_bx {
    padding: 0;
}
.psitn_bx h5 {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}
.test_sl_bx img {
    height: 550px;
}
.left_DIV .hamburger {
    display: none;
}
.Project_bx .all_tabs_menu ul li a {
    border-radius: 0;
    padding: 8px 30px 6px 30px;
    font-size: 15px;
}
.Project_bx .all_tabs_menu ul li:before {
    display: none;
}
.Project_bx .all_tabs_menu ul li.active a {
    color: #fff;
    transition: 0.5s all ease;
    background: #f68634;
    border: 1px solid #f68634;
}
.Project_bx .all_tabs_menu ul li:hover a {
    color: #fff;
    transition: 0.5s all ease;
    background: #f68634;
    border: 1px solid #f68634;
}
.left_Col .hamburger {
    display: none;
}
ol.ol_list li:before {
    position: absolute;
    height: 7px;
    width: 7px;
    background: #333;
    content: "";
    top: 10px;
    left: 1px;
}
ol.ol_list {
    margin-bottom: 20px;
}
ol.ol_list li {
    font-size: 16px;
    color: #363636;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
.AboutCompany_bx {
    margin-top: 30px;
    padding-left: 25px;
}
#DemoHouse .owl-nav {
    top: 0;
}
#gallry_slider .drector_img img {
    object-fit: cover;
}
.home_sctn5 h1 {
    font-weight: 500;
}
.tbl td a {
    text-decoration: underline;
}
.project_det_banner {
    margin-top: 80px;
}
.zsiq_theme1 div.zsiq_cnt {
    left: -140px !important;
    width: 100% !important;
    padding: 7px 8px !important;
    height: 49px !important;
    min-width: 125px !important;
}
.zsiq_theme1 .zsiq_flt_rel {
    width: 50px !important;
    height: 50px !important;
}
.zsiq_theme1 .siqico-chat:before {
    font-size: 20px !important;
    line-height: 48px !important;
}
.zsiq_theme1.zsiq_floatmain {
    width: 45px !important;
}
.Mobile_img {
    display: none;
}
.tabs_style {
    margin: 32px 0 0px 0;
}
.nav-pills.tabs_style .nav-link.active,
.nav-pills.tabs_style .show>.nav-link {
    color: #f17e01;
    background-color: #fff;
    border-top: 2px solid #f17e01;
}
.tabs_style li {}
.tabs_style li a {
    border-radius: 0 !important;
    font-weight: 800;
    min-width: 120px;
    text-align: center;
    padding: 11px 5px 12px;
    font-size: 16px;
    border-top: 2px solid transparent;
    color: #000;
}
.tabs_style li a:hover {
    color: #000;
}
.tabs_home_ui {
    background: #fff;
    padding: 40px 15px 20px;
}
.valuebar_sec {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px;
}
.valuebar_sec div {
    font-size: 11px;
    font-weight: 500;
    text-align: center;
}
.valuebar_sec div span {
    display: block;
}
.zsiq_cnt {
    display: none !important;
}
.zsiq_user.siqico-chat:hover+.zsiq_cnt {
    display: block !important;
}

.avi-h1 {
    margin-bottom: 20px;
}