* {
    margin: 0px;
    padding: 0px;
}
* {
   scrollbar-width: thin;
    scrollbar-color: #000 #ddd;
  }
:root {
    --background: #4285f4;
    --icon-color: #344955;
    --width: 40px;
    --height: 40px;
    --border-radius: 100%;
}

body {
    line-height: 26px;
    font-size: 15px;
    color: #656565; padding: 0px!important;
    font-family: 'Roboto', serif;
    font-weight: 400;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Caladea', serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: 15px;
    color: #000000;
}

.h2,
h2 {
    font-size: 32px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.h3,
h3 {
    font-size: 28px; line-height: 36px;
}

.h4,
h4 {
    font-size: 21px;
    line-height: 30px;
}

h5,
.h5 {
    font-size: 18px;
    line-height: 24px;
}
p{letter-spacing:0px;}

::marker {
    display: none !important;
    opacity: 0;
}

:focus-visible {
    outline: none;
}

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

img {
    width: 100%;
    transition: 0.5s;
    transition: all ease-in-out 1s;
}

b,
strong {
    font-weight: 500;
    color: #000;
}

button:focus {
    outline: 0px !important;
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-top: 1px solid #dbdbdb;
}

/*Start Header Section*/

header {
    width: 100%;
    z-index: 9;
    position: fixed;
    background: #fff;
    top: 0px;
}

.main-navigation {
    display: inline-block;
    width: 100%;
    padding: 10px 0 15px;
}

header.sticky {
    background-color: #000;
    text-align: left;
    opacity: 1 !important;
    z-index: 9;
}

header.sticky .menu-btn {
    color: #fff;
}

header.sticky .navbar-light .navbar-nav .nav-link {
    color: #fff;
}

header.sticky .menu-btn span {
    font-weight: 300;
}

.header-row .container {
    width: 98%;
}

.header-container {
    padding: 0 0px;
    width: 100%;

    clear: both;
}

.omaxe-logo {
    width: 165px;

    display: inline-block;
}

.pad0 {
    padding-right: 0px !important;
}

#mobile_nav {

    display: inline-block !important;
    float: right;
}

.main-slider-home .owl-dot span {
    background: #fff;
}

.navbar-default {
    display: none
}

.owl-nav button {

    transition: 0.5s;
    transition: all ease-in-out 1s;
    transition: all 0.3s ease;
}


.main-slider-home .owl-nav button {}

header.sticky .navbar-default {
    display: block
}

.navbar {
    padding-right: 0px!important;
    padding: 12px 0;
    margin: 0px !important;
    min-height: auto !important;

}

.navbar-light .navbar-brand {
    color: #2196F3;
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: #1ebdc2;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.navbar-light .navbar-nav .pad0 {
    padding-top: 12px !important;
}

.navbar-light .navbar-nav .nav-link {
    display: inline-block;
    font-weight: 400;
    transition: 0.3s;
    padding-left: 16px;
    text-transform: uppercase;
    padding-right: 18px;
    font-size: 16px;
    color: #333;
    letter-spacing: 1px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #00589C;
    text-decoration: none;
    transition: 0.3s;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1ebdc2 !important;
}

.sm-menu {
    border-radius: 0px;
    border: 0px;
    top: 97%;

}

.dropdown-item {
    color: #3c3c3c;
    font-size: 14px;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2196F3;
}

.navbar-toggler {
    outline: none !important;
}

.navbar-tog {
    color: #1ebdc2;
}

.megamenu-li {
    position: static;
}

.megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    background: #f7f7f7;
    padding: 0px;
}

.megamenu h6 {
    margin-left: 21px;
}

.megamenu i {
    width: 20px;
}

/*End Slider Section*/
/*Start Slider Section*/
.main-slider-home {
    float: left;
    width: 100%;
    margin-top: 72px;

    clear: both;
}

.slider-container {
    width: 100%;
    padding: 0 0px;
    background: #000;
}

.bannervdwrap {
    width: 100%;
    float: left;
    position: relative;
}

.slider-container video {
    width: 100%;
    opacity: .9;
    float: left;
}

.bannertextwrap {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 3;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    top: 0px;
    margin-top: 0;
}

.width50 {
    width: 50%;
    margin: 0 auto;
    margin-top: -125px;
}

.upertext {
    width: 100%;
    float: left;
    text-align: center;
}

.upertext h1 {
    width: 100%;
    float: left;
    font-size: 18rem;
    color: #fff;
    margin-bottom: 0px;
    line-height: 140px;
    font-weight: 100;
    font-family: 'Roboto', serif;
}

.upertext span {
    width: 100%;
    float: left;
    text-align: center;
    /* font-family: Optima; */
    font-size: 20px;
    color: #fff;
    letter-spacing: 1px;
    word-spacing: 0px;
    margin-left: 6px;
    padding-top: 19px;
}

.upertext h1 b {
    font-weight: 100;
    font-size: 18.8rem;
    color: #fff;
}

.owl-nav {
    font-size: 60px;
}

.main-slider-home .owl-nav .simple-nav {
    display: none;
}

.main-slider-home .owl-nav .banner-nav {
    display: block !important;
}

.owl-nav .banner-nav {
    display: none;
}

.owl-next {
    float: right;
    margin-right: -110px;

}

.owl-prev {
    float: left;
    margin-left: -110px;

}

.owl-nav button {
    width: 85px;
    height: 50px;
    opacity: 1;
    display: inline-block;
    border: 0;
    border-radius: 0;

    /* box-shadow: 0 0 14px 0 rgb(0 0 0 / 50%); */
}

.owl-dots {
    text-align: center;
    width: 80%;
    margin: -40px auto 0;
}

.exclusive-properties-rows .owl-prev {
    margin-left: 3%;
}

.exclusive-properties-rows .owl-next {
    margin-right: 3%;
}

.owl-dot span {
    background: white;
    width: 15px;
    height: 5px;
    border-radius: 0;
    display: block;
    margin: 0 4px;
    background: #818181;
    border-radius: 10px;
}

.owl-dot.active span {
    background: #000;
}

.owl-nav {
    bottom: 100%;
    position: absolute;
    top: 40%;
    left: 0;
    /*    display: inline-block !important;*/
    right: 0;

}

.owl-nav span {
    font-size: 28px;
    color: #000;
    position: relative;
    left: 1px;
    top: -4px;
}


.main-slider .owl-prev {

    margin-left: 20px;
}

.main-slider .owl-next {

    background-position: -110px !important;
    margin-right: 20px;
}


.owl-left-arrow {
    left: -2px !important;
}

.owl-dots {
    display: none !important;
}

.side-bar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px #fff;
    background-color: #ddd;
    height: 5px;
}

.side-bar::-webkit-scrollbar {
    width: 5px;
    background-color: #000;

}

.side-bar::-webkit-scrollbar-thumb {
    background-color: #000;

    height: 5px;
}

.scroll-down {
    position: absolute;
    bottom: 3%; display: none!important;
    left: 50%;
    display: block;
    z-index: 2;
    background: #fff;
    height: 90px;
    width: 2px;
    -webkit-animation: 2s 2s infinite bounce;
    animation: 2s 2s infinite bounce;
    -webkit-transition: .2s ease-in;
    transition: .2s ease-in
}

@-webkit-keyframes bounce {

    0%,
    100% {
        transform: translateY(-5px)
    }

    50% {
        transform: translateY(10px)
    }
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(-5px)
    }

    50% {
        transform: translateY(10px)
    }
}

.search-container {
    display: inline-block;
    clear: both;
    width: 100%;
    position: relative;
    top: -80px;
    z-index: 1;
}

.search-block-home {
    margin: 0px auto;
    width: 75%;
    background: #fff;
    box-shadow: 0px 1px 14px rgb(133 131 131 / 40%);
    border-radius: 10px;
}

.search-block-inner {
    display: inline-block;
    width: 100%;
}

.submit_btn {
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    padding: 8px;
    border-radius: 5px;
    width: 100%;
    letter-spacing: 2px;
    border: 2px solid #000;
}

.submit_btn:hover {
    background: none;
    color: #000;
}

.property-search-info .col-md-3 {
    width: 19.666667%;
    padding: 0px;
}

.property-search-info .col-md-9 {
    width: 80%;
}

.search-property-btn {
    display: inline-block;
    width: 100%;
    margin: 9px 0 0;
}

.search-heading {
    color: #000;
    font-size: 36px; text-transform: uppercase;
    font-weight: 300;
}
.search-heading h1{
    margin: 0;
    font-family: inherit;
    line-height: inherit;
    font-weight: inherit;
}

.search-heading em {
    font-family: 'Simonetta';
    font-style: normal;
    /* text-transform: uppercase; */
}

.search_field {
    float: left;
    width: 100%;
    clear: both;
    position: relative;
}

.search_field input {
    width: 100%;
    padding: 20px;
    border: 0;
}

input:focus-visible {
    outline: none;
}

.search_field i {
    position: absolute;
    margin-top: -36px;
    color: #999 !important;
    left: 0;
    bottom: 26px;
}

.search_field:after {
    content: "";
    width: 1px; top: 0px;
    height: 100%;
    background: #ddd;
    position: absolute;
    left: -15px;
}

.search-heading {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 25px 20px 25px 20px;
    border-bottom: 1px solid #dfdfdf;
}

.matrial-select .select {
    position: relative;
    margin-bottom: 0px;
    width: 100%;

}

.matrial-select {
    padding-left: 0px;
}

.scrollbar_design::-webkit-scrollbar-track, .searchoptions::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px #fff;
    background-color: #ddd;
    height: 5px;
}

.scrollbar_design::-webkit-scrollbar,  .searchoptions::-webkit-scrollbar {
    width: 5px;
    background-color: #000;

}

.scrollbar_design::-webkit-scrollbar-thumb, .searchoptions::-webkit-scrollbar-thumb {
    background-color: #000;

    height: 5px;
}

.select-city-searchs {
    margin-top: 20px;
    display: inline-block;
    clear: both;
}

.residential-property-search,
.commercial-property-search {
    display: none;
    height: 120px;
}

.search-container .matrial-select .select .selectBtn {
    border: 0px;
    letter-spacing: 0px;
    font-size: 16px;
    color: #000;
    top: 9px;
    text-indent: 15px;
}

.property-search-info {

    width: 100%;
}

.matrial-select .select .selectBtn {
    background: var(--bg1);
    padding: 10px 0;
    box-sizing: border-box;
    border-radius: 0px;
    width: 100%;
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px solid #403e3e;
    background: #fff;
    color: #333;
}


.matrial-select .select .selectBtn:after {
    content: "";
    position: absolute;
    top: 45%;
    right: 15px;
    width: 6px;
    height: 6px;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    transition: 0.2s ease;
}

.matrial-select .select .selectBtn.toggle {
    border-radius: 3px 3px 0 0;
}

.matrial-select .select .selectBtn.toggle:after {
    transform: translateY(-50%) rotate(-135deg);
}

.matrial-select .select .selectDropdown {
    position: absolute;
    top: 59px;
    width: 100%;
    border-radius: 0 0 3px 3px;
    overflow: hidden;
    background: var(--bg1);
    border-top: 0;
    z-index: 1;
    background: #fff;
    transform: scale(1, 0);
    transform-origin: top center;
    visibility: hidden;
  /*  transition: 0.2s ease;*/
    box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
}

.tranding-search {
    text-align: center;
    padding: 25px 0 0;
}

.tranding-search ul {
    margin: 0px;
}

.tranding-search ul li {
    display: inline-block;
    padding: 0 3px;
    font-weight: 500;
    color: #000;
    text-transform: capitalize;
}

.tranding-search ul li a {
    display: inline-block;
    border: 1px solid #d5d5d5;
    color: #666;
    font-weight: 400;
    padding: 3px 15px;
    border-radius: 50px;
    font-size: 14px;
}

.tranding-search ul li a:hover {
    color: #000;
}

.tranding-search ul li i {
    color: #999;
    margin-right: 5px;
}

.matrial-select .select .selectDropdown .option {
    padding: 4px 10px;
    box-sizing: border-box;
    cursor: pointer; font-size: 14px;
    color: #333;
    letter-spacing: 0;
}

.matrial-select .select .selectDropdown .option:hover {
    background: #E6EFFC;
}

.matrial-select .select .selectDropdown.toggle {
    visibility: visible;
    transform: scale(1, 1);
    overflow-y: scroll;
    height: 195px;
    overflow-x: hidden;
}

/*Start About Section*/
.about-omaxe-row {
    display: inline-block;
    width: 100%;
    padding: 0px 0 60px;
    clear: both;
}

.about-omaxe-inner {
    display: inline-block;
    clear: both;
    width: 100%;
}

.about-omaxe-inner h3 {
    line-height: 36px;
    margin-top: 0px;
}

.about-omaxe-inner .center-btns {
    text-align: left;
}

.about-sub-info {
    display: inline-block;
    width: 100%;
    margin: 10px 0 0;
}

.sub_info_block {
    float: left;
    position: relative;
    width: 50%;
    text-align: center;
    min-height: 365px;
    padding: 69px 0;
    border: 1px solid #000;
}

.block_counter1 {
    background: #000;
    border: 1px solid #000;

}

.block_counter1 h3,
.block_counter1 h4 {
    color: #fff;
}

.bottom-counter .top-counter:after {
    display: none;
}

.stastic h3 {
    font-size: 96px;
    display: inline-block;
    font-weight: 400;
    letter-spacing: -5px;
    margin: 0;
}

.top-counter span {
    font-size: 96px;
    font-family: 'Caladea', serif;
    color: #000;
    letter-spacing: -5px;
}

/*.top-counter:after {
    content: ''; display: none;
    position: absolute;
    right: -10px;
    top: -10px;
    font-size: 170px;
    width: 1px;
    height: 290px;
    background: #000;
    -webkit-transform: rotate(32deg);
    -ms-transform: rotate(32deg);
    transform: rotate(23deg);
}*/
/*.bottom-counter {
    top: 80px;
}*/
/*End About Section*/

/*End Slider Section*/
.exclusive-properties-block {
    display: inline-block;
    width: 100%;
    padding: 30px 0 0;
}

.exclusive-properties-block .owl-item {
    opacity: .25;
}

.exclusive-properties-block .active {
    opacity: 1 !important;
}

.exclusive-properties-rows {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 50px 0 50px;
   background: #F5F8FF;
  /*  background: #FFECEC;*/
    clear: both;
}


.row-heading {
    text-align: center;
}

.btn-readmore {
    border: 1px solid #000;
    z-index: 1;
}

.hover-effects-cta:hover .btn-readmore:after {
    left: 0;
    width: 100%;
    transition: all 0.3s ease;
}

.hover-effects-cta:hover .btn-readmore {
    color: #fff;
}

.btn-readmore:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background: #000;
    transition: all 0.3s ease;
}

.btn-readmore:hover {
    color: #fff;
}

.btn-readmore:hover:after {
    left: 0;
    width: 100%;
}

.custom-btn {
    padding: 8px 16px;
    background: transparent;
    outline: none !important;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
    font-size: 16px;
    /* font-weight: 300; */
    text-transform: uppercase;
    color: #000;
    border-radius: 5px;
}

.row-heading p {
    font-size: 16px;
}

.row-heading h3 {
    font-size: 16px;
    margin: 0 0 10px;
    font-family: inherit;
    color: inherit;
    line-height: inherit;
}

.exclusive-pro-card {
    display: inline-block;
    width: 100%; margin-bottom: 10px;
    cursor: pointer;
    clear: both;
}

.exclusive-pro-img {

    width: 100%;
    overflow: hidden;
    clear: both;
    position: relative;
}

.exclusive-pro-details {
    display: inline-block;
    position: relative;
    width: 100%;
    box-shadow: 0px 1px 14px rgb(169 169 169 / 25%);
    margin: 0;
    background: #fff;
    clear: both;
    padding: 14px;
}

.arrow::after {
    display: inline-block;
    padding-left: 6px;
    content: "";
    background: url(../images/icons/arrow-slide-left.svg) no-repeat;
    font-size: 19px;
    margin-top: 0px;
    position: relative;
    top: 1px;
    transition: transform 0.3s ease-out 0s;
}

.project-type {
    position: absolute;
    top: auto;
    left: 0px;
    z-index: 9;
    bottom: 12px;
}

.exclusive-pro-card:hover .exclusive-pro-img img {
    transform: scale(1.1);
    filter: gray;
}

.residential-type {
    background: #006BE8;
    color: #fff;
    padding: 8px 10px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.commercial-type {
    background: #E80000;
    color: #fff;
    padding: 8px 10px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
.commercial-type h3, .residential-type h3{
    font-size: inherit;
    text-transform: inherit;
    margin: 0;
    padding: 0;
    line-height: inherit;
    color: inherit;
    font-family: inherit;
    letter-spacing: inherit;
    display: inherit;
}

.hoverbtn {
    margin-top: 30px;
}

#counter h4 {
    text-transform: capitalize;
}

.hoverbtn a {
    width: auto;
    float: left;
    font-family: 'Caladea', serif;
    font-size: 21px;
    color: #000;
    padding-bottom: 0px;
    letter-spacing: 2px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
}

.footer-mobile {
    width: 100%;
    clear: both;
}

.hoverbtn a:hover {
    text-decoration: none;
}

.hoverbtn a svg {
    width: 60px;
    height: 60px;
    fill: none;
    stroke: rgba(140, 140, 140, 0.1);
    stroke-dashoffset: 180;
    stroke-width: 0.7px;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

.hoverbtn a span {
    padding-bottom: 0;
    left: -47px;
    position: relative;
    transition: all ease-in-out .3s;
    margin-left: 0px;
    margin-top: -6px;
    top: -23px;
}

.hoverbtn a b.upcom {
    width: 48px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: -50px;
    background: #333;
    font-weight: 400;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    right: -59px;
}

.hoverbtn a:hover svg {
    stroke: #9e8061;
    stroke-dashoffset: 0;
    stroke-dasharray: 180;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    stroke-width: 1px;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

.hoverbtn a:hover b.upcom {
    right: -65px;
    background: #000;
}

.hoverbtn i {
    font-size: 24px;
    position: relative;
    top: 2px;
}

.center-btns {
    text-align: center;
    clear: both;
    width: 100%;
    display: inline-block;
}

.center-btns .hoverbtn a {
    float: none;
    display: inline-block;
}

.exclusive-property-name h4 {

    text-transform: capitalize;
    margin: 5px 0 0;
}

.exclusive-property-location {
    display: inline-block;
    clear: both;
    width: 100%;
    margin: 5px 0px;
}

.exclusive-pro-info {
    width: 70%;
    float: left;
}

.exclusive-read-more {
    width: 30%;
    float: left;

    padding: 15px 0 0;
    text-align: center;

    text-align: right;
}

.exclusive-property-location span {
    font-size: 16px;
    font-weight:400;
    color: #656565;
    letter-spacing: .5px;
}

.simple-read a {
    display: inline-block;
    border: 1px solid #000;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    padding: 5px 10px;
    letter-spacing: 1px;
    border-radius: 5px;
}

.exclusive-pro-card:hover .simple-read a {
    background: #000;
    color: #fff;
}

.simple-read a:hover {
    background: #000;
    color: #fff;
}

/*Latest Blogs & News*/
.latest-news-row {
    display: inline-block;
    width: 100%;
    clear: both;
    padding: 0 0 40px;
}

.our-latest-blog {
    display: inline-block;
    width: 100%;
    clear: both;
    padding: 40px 0px;
}

.our-latest-blog .vertical_tab_col a {
    padding: 65px 30px;
}

.ctn-tems {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-right: 0;
    margin-bottom: 10px;
    position: relative;
}

.ctn-tems:hover .blog-ctn-img img {
    transform: scale(1.1);

}

.blogs_container .owl-nav {
    top: 29%;
}

.news-blocks {
    clear: both;
    display: inline-block;
    width: 100%;
}

.blog-date {
    color: #fff;
    text-transform: uppercase;
    background: #f00;
    display: flex;
    position: absolute;
    bottom: 9px;
    font-size: 12px;
    padding: 2px 8px;
    font-weight: 600;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
}

.blog-ctn-block {
    display: inline-block;
    width: 100%;
    clear: both;
}

.blog-ctn-img {
    position: relative;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    margin-bottom: 0px;
}

.blog-ctn-img img {
    border-radius: 0px;
    transition: 0.5s;
}

.blog-ctn-text h5 {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Roboto', serif;
}

.blogs_container {
    display: inline-block;
    width: 100%;
    clear: both;
    padding: 30px 0 0;
}

/*Footer Section*/
.present-location {
    display: inline-block;
    clear: both;
    width: 100%;
    padding: 70px 0;
}

.location-present-row .col-md-3,
.location-present-row .col-md-6 {
    padding: 0px;
}

.location-cagegories {
    position: relative;
}

.location-img-col {
    z-index: 0;
    overflow: hidden;
    position: relative;
}

.overlay_location {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .37);
    z-index: 9;
}

.location-cagegories:hover .location-img img {
    transform: scale(1.1);
    filter: gray;
}

.location-name {
    position: absolute;
    bottom: 40px;

    z-index: 1;
    left: 20px;
}

.location-present-row {
    display: inline-block;
    width: 100%;
    clear: both;
    margin: 40px 0 10px;
}

.arrow-size {
    width: 50px !important;
    margin-left: 10px;
    display: inline-block !important;
}

.infos-location p {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .5px;
}

.location-name h3 {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.location-cagegories .hover-effects-location {
    position: absolute;
    bottom: 15px;
    left: 20px;
}

.location-cagegories .hover-effects-location .infos-location {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    -o-transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
    padding: 0px;
    margin-right: 20px;
}

.location-cagegories p {
    margin-bottom: 0;
    font-size: 14px;
    margin-right: 0;
    padding: 0;
    text-align: left;

    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    -o-transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;

    margin-left: 0;
}

.location-cagegories p.arrow-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
    color: #fff;
    text-transform: uppercase;
}

.location-cagegories:hover .hover-effects-location .infos-location {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*Footer Section*/
/*Start Ads Banner Row */
.ads_banner_row {
    display: inline-block;
    clear: both;
    width: 100%;
}

.ads_banner-col {
    display: inline-block;
    clear: both;
    width: 100%;
}

.ads_img {
    display: inline-block;
    clear: both;
    width: 100%;
}

/*End Ads Banner Row */
/*Start categories project info Row */
.categories-project-info {
    display: inline-block;
    width: 100%;
    margin: 30px 0 0;
}

.property-categories-row {
    display: inline-block;
    clear: both;
    width: 100%;
    padding: 50px 0;
}

.vertical_tab_col a {
    display: block;
    width: 100%;
    text-align: center;
    border: 2px solid #025a9c; position: relative;
    padding: 75px 30px;
    text-transform: uppercase;
    color: #025a9c;
    letter-spacing: 1px;
    background: #fff;
}

.vertical_tab_col a h3 {
    letter-spacing: 2px;
    margin: 0px 0 10px;
    font-size: 24px;
    color: #000;
}

.vertical_tab_col a span {
    color: #000;
}

.vertical_tab_col a.active {
    border: 2px solid #025a9c;
    background: #025a9c;
    color: #fff;
}
.vertical_tab_col a.active:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #025a9c;
    position: absolute;
    bottom: auto;
    right:-15px;
    left: auto;
}
.vertical_tab_col a.active h3 {
    color: #fff;
}

.vertical_tab_col a.active span {
    color: #fff;
}

.categories-project-card {
    display: inline-block;
    width: 100%;
    cursor: pointer;
    clear: both;
}

.categories-project-card:hover .categories-project-img img {
    transform: scale(1.1);

}

.button-hover-effect:hover .custom-btn {
    background: #000;
    color: #fff !important;
}

.button-hover-effect:hover .btn-readmore:after {
    left: 0;
    width: 100%;
    transition: all 0.3s ease;
}

.simple-read .btn-readmore {
    border: 0px !important;
    z-index: 1;
    border-radius: 0px !important;
    font-weight: 500;
}

.categories-project-card:hover .btn-readmore:after {
    left: 0;
    width: 100%;
    transition: all 0.3s ease;
}

.categories-project-card:hover .custom-btn {
    background: #000;
    color: #fff !important;
}

.categories-project-img {
    width: 100%;
    overflow: hidden;
    clear: both;
    position: relative;
}

.categories-project-details {
    display: inline-block;
    position: relative;
    width: 100%;

    margin: 0;
    background: #fff;
    clear: both;
    padding: 8px 0 0;
}

.categories-project-information {
    display: inline-block;
    width: 100%;
    margin: 0;
}

.categories-project-information {
    width: 70%;
    float: left;
}

.categories-project-name h4 {

    text-transform: capitalize;
    margin: 5px 0 0;
}

.categories-project-location {
    display: inline-block;
    clear: both;
    width: 100%;
    margin: 5px 0px;
}

.categories-project-location span {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: #656565;
    letter-spacing: .5px;
}

/*Start categories project info Row */
.win_awards_recognition {
    display: inline-block;
    width: 100%;
    clear: both;
    padding: 70px 0 70px 0;
}

.award_blocks_row {
    display: inline-block;
    width: 100%;
    clear: both;
    padding: 20px 30px 20px;
    background: #1E3263;
    margin: 30px 0 0;
}

.win_awards_slider {
    display: inline-block;
    width: 100%;
    clear: both;
    padding: 90px 0 0;
}

.win_awards_blocks {
    display: inline-block;
    width: 99%;
    padding: 20px 10px 20px 20px;
    border: 1px solid #fff;
    border-left: 5px solid #fff;
    min-height: 225px;
}

.win_awards_blocks p {
    margin-top: 0px;
    line-height: 35px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.award-porject-names {
    color: #37a3ff;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    display: inline-block;
}

.awards-year {
    background: #fff;
    padding: 5px 12px;
    border-radius: 5px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    margin: 18px 0 0;
    letter-spacing: .5px;
}

.win_awards_slider .owl-nav {
    top: -70px; left: auto;
    text-align: right;
}

.win_awards_slider .owl-next {
    margin-right: 0px;
}

.win_awards_slider .owl-prev {
/*    float: none;
*/    margin: 0 10px 0 0;
}


/*Start Management Speeks Row */
.management-speks-row {
    display: inline-block;
    width: 100%;
    clear: both;
    padding: 50px 0 50px;
    background: #fff;
}

.management-people {
    display: inline-block;
    width: 100%;
    padding: 30px 0px;
    clear: both;
}

.management-block {
    display: inline-block;
    clear: both;
    cursor: pointer;
    width: 100%;
}

.management-img {
    display: inline-block;
    clear: both;
    width: 100%;
    overflow: hidden;
}

.management-img img {
    transition: 0.5s;
}

.management-block:hover .management-img img {
    transform: scale(1.1);
    filter: gray;
    /* IE6-9 */

}

.management-label {
    box-shadow: 0px 1px 14px rgb(169 169 169 / 25%);
    padding: 15px;
    text-align: center;
    border-radius: 8px;
    margin-bottom: 20px;
    position: relative;
    top: -30px;
    background: #fff;
    width: 93%;
    margin: 0px auto;
}

.mangement-text {
    display: inline-block;
    padding: 0 15px;
    clear: both;
    margin: -10px 0 10px;
    width: 100%;
}

.mangement-text p {
    margin-bottom: 0px;
}

.management-label h4 {
    margin: 4px 0;
}

.designation-name {
    color: #737373;
    font-style: italic;
}

.management-info {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: -15px;
}


/*Start Management Speeks Row */

/*Start client Testimonial Row */
/*Latest testimonial-row*/
.client-testimonials-row {
    display: inline-block;
    width: 100%;
    padding: 60px 0;
    background: #F5F8FF;
}

.company-awards-secion .owl-nav .simple-nav,
.categories-projects .owl-nav .simple-nav {
    display: none !important;
}

.company-awards-secion .owl-nav .banner-nav,
.categories-projects .owl-nav .banner-nav {
    display: inline-block !important;
}

.categories-projects .owl-next {

    margin-right: 12px;
}

.categories-projects .owl-prev {

    margin-left: 10px;
}

.testimonial-row {
    display: inline-block;
    width: 100%;
    padding: 50px 0px 50px;
    clear: both;
    background:#F5F8FF;
}

.testimonial-block {
    display: inline-block;
    width: 100%;
    clear: both;
    padding: 30px 0 0;
}

.testimonail-blocks {
    margin: 0px;
}

.testimonial-block .owl-stage-outer {}

.testimonial-col {
    display: inline-block;
    width: 100%;
    clear: both;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0px 1px 14px rgb(169 169 169 / 25%);
    transition: 0.5s;
}

.testimonial-info {
    display: inline-block;
    background: #fff;
    min-height: 240px;
    padding: 20px 15px;
    width: 100%;
}

.testimonial-col:hover {
    box-shadow: 0px 1px 14px rgb(169 169 169 / 25%);
}

.testimonial-info h4 {
    margin-bottom: 5px;
    margin-top: 0px;
}

.testimonial-info small {
    font-size: 14px;
    color: #838181;
    font-weight: 400;
    letter-spacing: .5px;
}

.testimonial-client-img {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.youtube-icon a {
    color: #f00;
}

.testimonial-client-img img {
    transition: 0.5s;
}

.testimonial-col:hover .testimonial-client-img img {
    transform: scale(1.1);
    filter: gray;
    /* IE6-9 */

}

.testimonial-text {
    display: inline-block;
    padding: 10px 0 10px;
    width: 100%;
    clear: both;
}
.youtube-icon i{margin-right: 10px; font-size: 24px;}
 .youtube-icon span{
 position: relative;
    top: -4px;
    font-weight: 500;
    color: #000;
}
.youtube-icon {
    position: absolute;
    background: #fff;
    /* width: 50px; */
    height: 35px;
    text-align: center;
    border-radius: 5px;
    bottom: 10px;
    font-size: 16px;
    right: 10px;
    padding: 5px;
    color: #000;
}
.testimonial-text p {
    margin-bottom: 0px;
}

.lity {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.9);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.lity.lity-opened {
    opacity: 1
}

.lity.lity-closed {
    opacity: 0
}


.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important
}

.lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em
}

.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.lity-loading .lity-loader {
    opacity: 1
}

.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important
}

.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: -o-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease, -o-transform .3s ease
}

.lity-loading .lity-content,
.lity-closed .lity-content {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
}

.lity-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6)
}

.lity-close {
    z-index: 9994;
    width: 45px;
    height: 45px;
    background: #fff !important;
    position: fixed;
    right: 16%;
    border: 1px solid #fff !important;
    top: 10%;
    -webkit-appearance: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    padding: 0;
    border-radius: 5px;
    color: #000;
    font-style: normal;
    font-size: 54px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    /* text-shadow: 0 1px 2px rgb(0 0 0 / 60%); */
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.lity-close::-moz-focus-inner {
    border: 0;
    padding: 0
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
    text-decoration: none;
    text-align: center;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 54px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    /* text-shadow: 0 1px 2px rgb(0 0 0 / 60%); */
    border: 0;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f00 !important;
    border: 0px !important;
}


.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0
}

.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
    width: 100%;
    max-width: 964px
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch
}

.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}

.lity-hide {
    display: none
}


/*End client Testimonial Row */
/*Footer Section*/
#cookit {
    position: fixed;
    width: 25%;
    bottom: 25px;
    right: 25px;
    padding: 20px;
    display: flex;
    z-index: 999;
    background: #fff !important;
    box-shadow: rgb(183 183 183 / 50%) 0 1px 20px 0;
}

#cookit.hidden {
    display: none;
}

#cookit #cookit-container {
    margin: auto;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#cookit #cookit-container>* {
    margin: .4rem;
}

#cookit #cookit-container p {
    line-height: 24px;
    color: #000 !important;
    font-size: 16px;
    text-align: center;
}

#cookit-link {
    font-weight: bold !important;
}

#cookit #cookit-container a {
    text-decoration: none;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
}

#cookit #cookit-container a:hover {
    opacity: .9;
}

#cookit #cookit-container #cookit-button {
    padding: 10px;
    text-transform: uppercase;
    margin-left: auto;
    letter-spacing: 1px;
    background: #000 !important;
    color: #fff !important;
    font-size: 18px;
    border-radius: 5px;
}

.subscribe-search .material-form-field {
    padding: 7px 0 10px 0;
}

.subscribe-search .material-form-field input {
    height: 55px;
    background: none;
}

.footer-container {
    display: inline-block;
    width: 100%;
    clear: both;
    padding: 30px 0px 0;
    background: #fbfbfb;
}

.social-icons {
    list-style: none;
    float: left;
    margin: 0px;
}

.lets-social {
    display: inline-block;
    width: 100%;
    margin: 20px 0 0 0;
}

.search-shows {
    width: 100%;
}

.lets-social h4 {
    float: left;
    margin-top: 0px;
    margin-right: 15px;
    font-size: 24px;
}

ul.social-icons li {
    display: inline-block;
    font-size: 23px;
    padding: 2px 3px;
}

ul.social-icons li a {
    color: #656565;
}


.business-associate-btn {
    width: 100%;
    display: inline-block;
    clear: both;
}

.business-associate-btn a {
    display: inline-block;
    border: 2px solid #00589c;
    padding: 13px 10px;
    text-align: center;
    width: 100%;  background: #00589c;
    text-transform: uppercase;
    letter-spacing: 1px;

    font-size: 15px;
    color: #fff;
    border-radius: 4px;
    font-weight: 400;
    margin: 6px 0;
}

.business-associate-btn a:hover {
    text-decoration: none;
    background: none;
    color: #00589c;
    border: 2px solid #00589c;
}

.footer-information {
    display: inline-block;
    width: 100%;
    clear: both;
    padding: 0px 0px 20px;
}

.footer-column {
    display: inline-block;
    width: 100%;
    clear: both;
}

.quick-links {
    display: inline-block;
    width: 100%;
    clear: both;
}

.quick-links h3 {
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 15px;
}

.custom-m h3 {
    margin-bottom: 0px;
}

ul.footer-links-list {
    width: 100%;
    padding: 0;
    float: left;
    list-style-type: none;
    margin-top: 10px;
}

ul.footer-links-list li {
    padding: 3px 0;
}

ul.footer-links-list li a {
    color: #656565;
    font-weight: 400;
    font-size: 14px;
}

ul.footer-links-list li a:hover {
    text-decoration: none;
    color: #000;
}

.new-sup {
    background: #000;
    color: #fff;
    width: auto;
    text-transform: uppercase;
    text-align: center;
    padding: 2.5px 6px;
    position: relative;
    font-size: 10.5px;
    border-radius: 3px;
    z-index: 1;
}

.new-sup span {
    position: relative;
    z-index: 9;
    font-weight: 400;
    /*  animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;*/
    top: 1px;
}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

.footer-information .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 20%;
}

.footer-other-links {
    width: 100%;
    display: inline-block;
    clear: both;
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
    padding: 30px 0 15px;
}

ul.footerquick {
    list-style: none;
}

ul.footerquick li {
    display: inline-block;
    font-weight: 600;
    color: #000;
    border-right: 1px solid #656565;
    line-height: 16px;
    padding: 0 6px 0 0px;
}

.footer-aboutus h3 {
    font-size: 22px;
}

ul.footerquick li a {
    color: #656565;
    font-weight: 400;
    font-size: 14px;
}

ul.footerquick li:first-child {
    text-transform: uppercase;
}

ul.footerquick li:first-child,
ul.footerquick li:last-child {
    border: 0px;
}

ul.footerquick li a:hover {
    text-decoration: none;
    color: #000;
}

.footer-aboutus {
    display: inline-block;
    width: 100%;
    clear: both;
    padding: 10px 0 10px;
}

.footer-aboutus a {
    color: #000;
    padding-left: 10px;
    font-weight: 500;
}

.disclaimer-info span {
    font-weight: 600;
}

.subscribe-search .form-column {
    margin: 0px;
}

.subscribe-search .pure-material-textfield-outlined {
    margin: 0px;
}

.submit {
    background: #000;
    color: #fff;
    padding: 13px 30px;
    cursor: pointer;
    display: inline-block;
    border: 2px solid #000;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 19px;
}

.submit:hover {
    background: #00589C;
    border: 2px solid #00589C;
    text-decoration: none;
    color: #fff;
}

.subscribe-search {
    display: inline-block;
    width: 100%;
    position: relative;
}

.subscribe-search .submit-row {
    margin: 0px;
    position: absolute;
    top: 6px;
    float: right;
    text-align: right;
    width: auto;
    right: 0px;
}

.footer-top {
    background: #ededed;

    padding: 6px 0 4px 0px;
    width: 100%;
    clear: both;
}

.subscribe-search input[type="text"] {}

.footer-cols .col-md-5 {
    max-width: 46%;
    flex: auto;
    width: 46%;
}

#scroll {
    position: fixed;
    right: 20px;
    bottom: 90px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    z-index: 99;
    background-color: #000;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

.subscribe-search .material-form-field .material-form-field-label {
    top: 22px;
}

.footer-cols .col-md-4 {
    max-width: 29%;
}

.footer-container p {
    font-size: 14px;
}

.material-checkbox-container {
    margin-bottom: 3.2rem;
}

.material-checkbox {
    color: #333333;
    position: relative;
    margin-bottom: 0.8rem;
}

.material-checkbox label {
    color: inherit;
    cursor: pointer;
    display: block;
    position: relative;
    font-size: 14px;
    user-select: none;
    font-weight: 400;
    vertical-align: middle;
    letter-spacing: 0;
}

.searchFilterContent .material-checkbox {
    color: #333333;
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
    min-width: 175px;
}

.material-checkbox label:before {
    width: 20px;
    height: 20px;
    border: 1px solid rgba(0, 0, 0, 0.45);
    margin: 0;
    content: "";
    display: inline-block;
    transition: all 0.3s ease;
    user-select: none;
    will-change: background-color, border-color;
    margin-right: 10px;
    border-radius: 0px;
    vertical-align: middle;
    background-color: white;
}

.material-checkbox label:after {
    top: 9px;
    left: 9px;
    width: 15px;
    border: 2px solid white;
    height: 0.6rem;
    content: "";
    position: absolute;
    transform: scale(0, 0) rotate(-90deg) translateZ(0);
    transition: all 0.2s ease;
    will-change: transform;
    transform-origin: bottom left;
    border-top-style: none;
    border-right-style: none;
}

.search-right-cols {
    width: calc(100% - 120px);
    padding-left: 0px;
    display: inline-block;
}

.material-checkbox input[type=checkbox] {
    display: none;
}

.material-checkbox input[type=checkbox]:checked+label:before {
    background-color: #2196f3;
    border-color: #2196f3;
}

.material-checkbox input[type=checkbox]:checked+label:after {
    transform: scale(1, 1) rotate(-51deg) translateZ(0);
}

.material-form-field {

    font-size: 14px;
    position: relative;
    display: block;
    color: #000000;
    padding: 5px 0 5px 0;
}
.enquire-forms-popup .eqnuire-form-row{padding: 10px;}

.popup-model .close-btn-popup {
    background: #f00;
    color: #fff;
    width: 40px;
    height: 39px;
    line-height: 15px;
    font-size: 33px;
    right: -40px;
    top: 0;
}

.popup-model .close-btn-popup a {
    background: #f00;
    color: #fff;
    width: 40px;
    height: 39px;
    line-height: 15px;
    font-size: 33px;
}

.material-form-field::after {
    content: " ";
    display: block;
    display: none;
    color: #d50000;
    font-size: 12px;
    padding-top: 5px;
}

.material-form-field .material-form-field-label {
    position: absolute;
    display: block;
    font-weight: 400;
    top: 35px;
    left: 0px;
    letter-spacing: 0px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    pointer-events: none;
    cursor: text;
    color: #333;
}

.modal-content {
    border-radius: 0px;
    border: 0px;
}

.search-filter-heading i {
    position: absolute;
    margin-top: -36px;
    color: #999 !important;
}

.search-bar-home input {
    padding-left: 30px !important;
}

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

.banner-search-container .material-form-field .material-form-field-label {
    left: 30px;
}

.material-form-field input {
    padding: 10px 0 10px 0;
    display: block;
    height: 50px;
    width: 100%;
    border: none;
    font-size: 14px;
    color: #999;
    border-bottom: 1px solid #403e3e;
    outline: none;
}

.material-form-field input:invalid {
    outline: none;
    box-shadow: none;
}

.material-form-field input:valid~.material-form-field-label,
.material-form-field input:focus~.material-form-field-label,
.material-form-field textarea:valid~.material-form-field-label,
.material-form-field textarea:focus~.material-form-field-label {
    top: -13px;
    font-size: 14px;
}

.material-form-field input:focus,
.material-form-field textarea:focus {
    outline: none;
    color: #666;

    border-bottom-width: 1px;
    border-bottom-color: #f00;
}

.material-form-field input:focus~.material-form-field-label,
.material-form-field textarea:focus~.material-form-field-label {
    color: #f00;
}

.material-form-field input:focus~.material-dropdown,
.material-form-field textarea:focus~.material-dropdown {
    /*
  If you want to animate this you will need to use some js to calculate it
  Optionally, you can simply display:block/none 
  */
    height: 228px;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
    transition: 0.2s ease-out height, step-start box-shadow 0.2s;
    -moz-transition: 0.2s ease-out height, step-start box-shadow 0.2s;
    -webkit-transition: 0.2s ease-out height, step-start box-shadow 0.2s;
}

.material-form-field.material-form-field-invalid {
    color: #d50000;
}

.material-form-field.material-form-field-invalid::after {
    content: attr(data-validationError);
}

.material-form-field.material-form-field-invalid input:focus~.material-form-field-label,
.material-form-field.material-form-field-invalid textarea:focus~.material-form-field-label {
    color: #d50000;
}

.panel-heading {
    padding: 0;
    border: 0;
}

.panel-default>.panel-heading {
    background: none;
}

.footer-section .panel-default {
    margin-bottom: 0;
    border-radius: 4px;
    border: 0px;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0px !important;
}

.footer-mobile .panel-body {
    padding: 0px 15px 20px;
}

.footer-mobile .panel-title>a {
    font-weight: 400;
}

.panel-title>a {
    padding: 15px 0px !important;
}

.panel-body {
    border: 0px !important;
}

.panel-title>a {
    display: block;
    padding: 15px;
    color: #555;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
}

.panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e260";
    float: right;
    transition: all 0.5s;
     -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.panel-heading.active a:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}

.m_subscribe_field {
    display: inline-block;
    width: 100%;
    clear: both;
    position: relative;
}

.m_subscribe_field .m_subscribe-input {
    width: 100%;
    padding: 13px 42px;
    /* border: 0; */
    border: 1px solid #ddd;
}

.m_subscribe_field .submit-row {
    position: absolute;
    right: 0px;
    top: 0;
}

.m_subscribe_field i {
    position: absolute;
    margin-top: -36px;
    color: #999 !important;
    left: 10px;
    bottom: 21px;
    font-size: 22px;
}

.m_subscribe-form {
    margin: 10px 0;
    display: inline-block;
    width: 100%;
}

.m-show {
    display: none !important;
}

.submit-m-subscribe {
    position: absolute;
    top: 0;
    right: 0px;
    background: #00589C;
    color: #fff;
    border-color: #00589C;
    font-size: 18px;
    padding: 12px 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 0px;
    height: 53px;
}

.m_subscribe-now {
    display: inline-block;
    width: 100%;
    padding: 0 0 10px 0px;
}

.m_footer_top {
    background: #f5f5f5;
    padding: 20px 0 20px;

}

.location-project-col {
    margin: 10px 0 5px;
}

.m-location-name span {
    color: #333;
    white-space: nowrap;
    display: flex;
    align-items: center;
    font-weight: 500;
    text-transform: uppercase;
    justify-content: center;
    margin: 5px 0 0;
    font-size: 11px;
    letter-spacing: 0px;
}

.mobile-location-slider {
    width: 100%;
    float: left;
}

.mobile-location-slider .owl-nav button {
    display: none !important;
}

.mobile-location-slider .owl-carousel:hover .owl-nav button {
    display: none !important;
}

.m_footer_top .lets-social {
    margin: 0px;
    text-align: center;
}

.m_bussiness-associate .business-associate-btn a {
    background: #fff;
    font-size: 15px;
    border: 1px solid #3c3c3c;
    color: #3c3c3c;
    margin: 0 0 20px;
}

.m_bussiness-associate .business-associate-btn a:hover {
    background: #000;
    color: #fff;
}

.mobile-show {
    display: none !important;
}

.mobile-location-present .hover-effects-location .infos-location {
    opacity: 1;
}

.mobile-location-present .location-cagegories .hover-effects-location {
    position: absolute;
    bottom: 15px;
    left: 60px;
}

.mobile-location-present .overlay_location {
    background: rgba(0, 0, 0, .2);
}

.mobile-location-present {
    width: 100%;
    margin: 30px 0;
}

.mobile-search-container {
    clear: both;
    display: inline-block;
    width: 100%;
}

.mobile-view {
    display: none !important;
}

/*End Footer Section*/

.fixed-mobile-navigation {
    display: block;
    height: 48px;
    background: #fff;
    box-shadow: 0 -3px 6px 0 #0000000f;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.m-nav-tooltip {
    font-size: 16px;
    display: inline-block;
    padding: 10px;
    color: #000;
    border-bottom: 1px solid #ddd;
    width: 100%;
    text-align: left;
}

.fixed-mobile-navigation ul li {
    display: flex;
    border-right: 1px solid #e1e1e1;
    height: 100%;
    width: calc(100% - 200px);
    line-height: 20px; z-index: 99999;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    position: relative;
}

.fixed-mobile-navigation ul {
    display: flex;
    height: 100%;
    z-index: 1;
    position: relative;
}

.fixed-mobile-navigation ul li i {
    font-size: 15px;
}

.fixed-mobile-navigation ul li a {
    color: #000;
    display: inline-block;
    width: 100%;
}

.fixed-mobile-navigation ul li span {
    display: block;
    letter-spacing: 0;
    font-size: 12px;
}

/*.fixed-mobile-navigation .fa-home {
    color: #3f51b5;
}

.fixed-mobile-navigation .fa-search {
    color: #477b95;
}

.fixed-mobile-navigation .fa-whatsapp {
    color: #4caf50;
}

.fixed-mobile-navigation .fa-user {
    color: #b53f3f;
}*/

#overlay-bottom-nav,
#overlay-cookit {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 99;
    cursor: pointer;
}

#overlay-cookit {

    z-index: 999 !important;

}

.fac {
    min-width: 320px;
    border-radius: 10px !important;
    height: auto !important;
    padding: 0px !important;
}

.border-remove {
    border-bottom: 0px !important;
}


.m-addtional-nav {
    width: var(--width);
    height: var(--height);
    position: relative;
    border-radius: var(--border-radius);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0rem;
}

.m-addtional-nav .fab {
    background: #000;
    width: var(--width);
    height: var(--height);
    position: relative;
    z-index: 3;
    border-radius: var(--border-radius);

    display: flex;
    justify-content: center;
    align-items: center;
    animation: fab-animation-reverse 0.4s ease-out forwards;
}

.m-addtional-nav .fab::before,
.m-addtional-nav .fab::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 4px;
    background: #fff;
}

.m-addtional-nav .fab::before {
    width: 4px;
    height: 18px;
}

.m-addtional-nav .fab::after {
    width: 18px;
    height: 4px;
}

.m-addtional-nav .fac {
    width: 32px;
    height: 150px;
    border-radius: 64px;
    position: absolute;
    background: #fff;
    z-index: 2;
    padding: 0.5rem 0.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    opacity: 0;
    top: -110px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    transition: opacity 0.2s ease-in, top 0.2s ease-in, width 0.1s ease-in;
    /*&::after {
    content: "";
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 3px;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -8px;
    transform: rotate(45deg);
    z-index: 0;
  }*/
}

.m-addtional-nav .fac a {
    color: var(--icon-color);
    opacity: 0.8;
}

.m-addtional-nav .fac a:hover {
    transition: 0.2s;
    opacity: 1;
    color: #30444f;
}

.m-addtional-nav input {
    height: 100%;
    width: 100%;
    border-radius: var(--border-radius);
    cursor: pointer;
    position: absolute;
    z-index: 5;
    opacity: 0;
}

.m-addtional-nav input:checked~.fab {
    animation: fab-animation 0.4s ease-out forwards;
}

.m-addtional-nav input:checked~.fac {
    width: 32px;
    height: 150px;
    animation: fac-animation 0.4s ease-out forwards 0.1s;
    top: -220px;
    opacity: 1;
}

.fac:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
    position: absolute;
    bottom: -14px;
    right: auto;
}

.tooltip-icon1 {
    display: inline-block;
    text-align: center;
    width: 30px;
    float: right;
}

.tooltip-icon1 i {
    color: #122d78 !important;
    font-size: 16px !important;
}

.m-nav-tooltip span {
    display: inline-block !important;
    font-size: 15px !important;
    width: 86%;
    color: #000;
}

@keyframes fab-animation {
    0% {
        transform: rotate(0) scale(1);
    }

    20% {
        transform: rotate(60deg) scale(0.93);
    }

    55% {
        transform: rotate(35deg) scale(0.97);
    }

    80% {
        transform: rotate(48deg) scale(0.94);
    }

    100% {
        transform: rotate(45deg) scale(0.95);
    }
}

@keyframes fab-animation-reverse {
    0% {
        transform: rotate(45deg) scale(0.95);
    }

    20% {
        transform: rotate(-15deg);
    }

    55% {
        transform: rotate(10deg);
    }

    80% {
        transform: rotate(-3deg);
    }

    100% {
        transform: rotate(0) scale(1);
    }
}

@keyframes fac-animation {
    0% {
        transform: scale(1, 1);
    }

    33% {
        transform: scale(0.95, 1.05);
    }

    66% {
        transform: scale(1.05, 0.95);
    }

    100% {
        transform: scale(1, 1);
    }
}

/*Inner Page About Us*/
/*.inner-banner {
    padding: 6% 0 0;
    text-align: center;
    position: relative;
    min-height: 400px;
    margin-top: 75px;
}*/
.inner-banner {
    padding: 9% 0 0;
    text-align: center;background-position: center center!important;
    position: relative;
    min-height: 500px;
    margin-top: 75px;
}
.breadcrumb {
    padding: 17px 0px 10px;
    margin-bottom: 0px !important;
    list-style: none;
    background: none !important;
    border-radius: 0px;
    margin: 0px;
}

.breadcrumb a {
    color: #bdbdbd;
}

.banner-overlay {
    background:rgb(0 0 0 / 65%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
}

.inner-pages {
    display: inline-block;
    width: 100%;
    clear: both;
}

.content-section {
    display: inline-block;
    width: 100%;
    padding: 20px 0 30px;
}

.content_brief h3 {
    line-height: 36px;
}

.no-block-info {
    display: inline-block;
    clear: both;
    width: 100%;
    margin-bottom: 15px;
}

.no-about-info {
    display: inline-block;
    margin-right: 5px;
}

.about-info-success .no-about-info h3 {
    margin-top: 0px;
    font-size: 62px;
    margin: 0;
    position: relative;
    top: 10px;
    left: -6px;
}

.no-text-info span {
    position: relative;
    text-transform: uppercase;
    line-height: 10px;
    font-size: 20px;
    color: #000;
    letter-spacing: 1px;
}
.no-text-info {
    display: inline-block;
    position: relative;
    text-align: left;
    top: -9px;
}

.no-block-texts span {
    font-family: 'Caladea', serif;
    font-size: 24px;
    color: #000;
    margin: 10px 0;
    display: inline-block;
}
.sub-info-block {
    display: inline-block;
    clear: both;
    width: 100%;
    text-align: left;
    padding: 10px 20px;
    border: 0;
    border-radius: 8px;
    margin: 0 0 15px;
    box-shadow: 0 0 5px #ddd;
    border: 1px solid #ddd;
}

.no-text-info b {
    display: block;
    font-weight: 400;
}

.no-text-info span:after {
    background: #000;
    width: 65px;
    height: 3px;
    content: "";
    position: absolute;
    left: 0px;
    bottom: -15px;
}

.corporate_video_row {
    display: inline-block;
    width: 100%;
    position: relative;
    clear: both;
    padding: 50px 0 30px;

}

.corporate_video_row:after {
    content: "";
    z-index: -1;
    width: 1px;
    height: 75%;
    top: 0px;
    background: #1E3263;

    position: absolute;
    left: 0px;
    width: 100%;
}

.heading-white h2 {
    color: #fff;
}

.heading-white p {
    color: #C8C8C8;
}

.corporate_video_thumb {
    margin: 30px 0 0;
    display: inline-block;
    width: 100%;
    clear: both;
}

.corporate_video_thumb {
    display: inline-block;
    width: 100%;
    padding: 0px 0 20px;
}

.thumb-icon-video {
    position: absolute;
    z-index: 9;
    top: 42%;
    left: 0;
    right: 0;
    bottom: auto;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
}

.video_thumb_corporate {
    position: relative;
}

.video-main {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.corporate_video_thumb .fa-youtube {
    color: #f00;
    background: #fff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    font-size: 36px;
    line-height: 68px;
}

@keyframes waves {
    0% {
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}


.waves {
    position: absolute;
    width: 150px;
    height: 150px;
    background: #f00;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    right: -40px;
    bottom: -40px;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.lity {
    z-index: 99999999;
}

.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.video_thumb_corporate img {
    border-radius: 0px;
}

.omaxe_journey-row {
    display: inline-block;
    clear: both;
    padding: 0px 0px 60px;
    width: 100%;
    overflow: hidden;
}

section.timeline {
    background: url(../images/journney-bg.jpg) no-repeat;
    padding: 100px 0 0;
    margin: 30px 0px 0;
    position: relative;
    width: 100vw;
    overflow: hidden;
    background-size: cover;
}

section.timeline .slider-header {
    padding-left: 8.16667vw;
}

div.slider-header {
    display: -webkit- flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
}

section.timeline .events .event {
    height: 100%;
    position: relative;
}

section.timeline .events .event .marker {
    height: 100%;
    position: relative;
    overflow: visible;
}

section.timeline .events {
    display: -webkit- flex;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    height: 600px;
    cursor: -webkit-grab;
    cursor: grab;
    position: relative;
}

section.timeline .events .event .marker .dot {
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    left: -10px;
    background-color: #fff;
    border: none;
    transition: background-color 550ms 0ms ease;
    transition: border 550ms 0ms ease;
}


section.timeline .events .event .marker .year {
    color: #fff;
    position: absolute;
    left: 2vw;
    font-size: 21px;
    transition: color 550ms 0ms ease;
}

.number-text,
section.timeline .active-year h1 {

    font-size: 3.125em;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2.42px;
    line-height: 0.92;
}

section.timeline .events .event .marker .line {
    height: 100%;
    bottom: 0px;
    width: 1px;
    margin-right: 14.33333vw;
    border-left: 2px solid #fff;
    transition: border-left 550ms 0ms ease;
}

section.timeline .events .event .text {
    width: 25vw;
    position: absolute;
    left: 2vw;
    z-index: 9;
    top: 120px;
    opacity: 1;
    transition: opacity 350ms 0ms ease;
}

section.timeline .events .event.inactive .marker .line {
    background: #505050;
    border: 0;
    position: relative;
    top: 19px;
}

section.timeline .events .event .text h3 {
    line-height: 36px;
    color: #fff;
    font-size: 24px;
}

section.timeline .events .event.inactive .text {
    opacity: 0;
}

section.timeline .events .event.inactive .marker .dot {
    width: 20px;
    height: 20px;
    left: -10px;
    background-color: none;
    border: 1px solid #a5a5a5;
    z-index: 9;
    background: none !important;
}

div.slider-header .arrows .arrow.disabled {
    pointer-events: none !important;
    opacity: .2;
}

.journey_information .arrow::after {
    display: none;
}

div.slider-header .arrows .previous {

    margin-right: 32px;
    cursor: pointer;
}

.js-next {
    cursor: pointer;
}

.journey_information .arrows img {
    width: 75px;
}

.journey_information .arrow:hover::after {
    display: none;
}

.h1-holder,
.number-holder,
.svg-holder {
    overflow: hidden;
}

section.timeline .active-year {
    position: absolute;
    left: 8.16667vw;
    bottom: 32px;
}

section.timeline .active-year h1 {
    display: inline-block;
    font-size: 8em;
    color: #fff;
    font-weight: 300;
    visibility: visible;
    /* font-family: 'Inter'; */
}

.label-small {
    font-size: 13px;
    color: #C1C1C1;
    line-height: 1.5333;
    letter-spacing: 0.3px;
}

div.slider-header .arrows {
    display: -webkit- flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;

}

div.slider-header .arrows p {
    margin: 0 32px 0;
}

section.timeline .events .event.inactive .marker .year {
    color: #626262;
}

.slider-header .container {
    position: relative;
}

.intersting-reading-row {
    display: inline-block;
    width: 100%;
    clear: both;
    padding: 50px 0 20px;
}

.intersting-blogs {
    display: inline-block;
    margin: 20px 0 0;
    width: 100%;
}

.block-cta-row {
    display: inline-block;
    margin: 35px 0 20px;
    width: 100%;
}

.block_cta_col {
    padding: 40px;
    min-height: 315px;
    width: 100%;
    position: relative;
}

.leadership-cta {
    background: #1E3263;
}

.block_cta_col span {
    font-family: 'Crimson Text', serif;
    font-size: 22px;
    font-style: italic;
    color: #fff;
    letter-spacing: 1px;
}

.block_cta_col h4 {
    font-size: 24px;
    color: #fff;
    margin: 20px 0;
    line-height: 39px;
}

.block-cta-btns {
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    position: absolute;
    bottom: 40px;
}

.arrow-strip {
    background: url(../images/icons/slider-arrow-right.svg) no-repeat;
    width: 58px;
    transition: transform 0.3s ease-out;
    position: relative;
    height: 10px;
    margin-left: 10px;
    display: inline-block;
}

.block_cta_col:hover .arrow-strip,
.innerblog_block:hover .arrow-strip {
    transform: translateX(14px);
}

.carrer-cta-intersting {
    background: #1E1E1E !important;
}

.news-slider {
    background: #F4F4F4;
    padding: 20px;
}

.news-slider h4 {
    color: #000;
    margin: 7px 0; min-height: 118px;
}

.blogs-date-cta {
    color: #E21B22;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.intersting-blogs .block-cta-btns {
    position: relative;
    bottom: 0px;
    margin-top: 24px;
}

.news-slider .block-cta-btns {
    color: #000;
}

.arrow-strip-right {
    background: url(../images/icons/arrow-slide-right.svg) no-repeat;
    width: 58px;
    transition: transform 0.3s ease-out;
    position: relative;
    height: 10px;
    margin-left: 10px;
    display: inline-block;
}

.news-slider .heading-newsslider {
    color: #000;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    width: 100%;
    display: inline-block;
}

.intersting-blogs .owl-nav {
    top: -80px;
}

.intersting-blogs .owl-prev {
    float: right;
    margin-right: 5px;
    position: absolute;
    right: 55px;
}

.vision-col {
    position: relative;
    width: 100%;
    clear: both;
    overflow: hidden;
}

.vision-mision-text {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    padding: 10px 30px;
}

.vision-mision-text h2 {
    color: #fff;
}

.vision-mision-text p {
    color: #eee;
}

.vision-mision-text .cta {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.vision-mision-text .btn-readmore {
    border: 1px solid #fff;
    color: #fff;
}

.vision-mision-text .btn-readmore:after {
    background: #fff;
}

.vision-mision-text:hover .custom-btn,
.vision-col:hover .custom-btn {

    color: #000 !important;
}

.vision-mision-text:hover .custom-btn:after,
.vision-col:hover .custom-btn:after {
    left: 0;
    width: 100%;
    transition: all 0.3s ease;
}

.vision_mision {
    display: inline-block;
    width: 100%;
    clear: both;
    padding: 40px 0 70px;
}

.vision-col:hover .vision-img img {
    transform: scale(1.1);
    filter: gray;
}

.mision-mision-text {
    position: absolute;
    top: auto;
    right: 0;
    width: 50%;
    padding: 10px 30px;
    bottom: 20px;
    text-align: right;
    left: auto;
    height: auto;
}

.mision-mision-text .cta {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 25px;
}

.banner-title h1 {
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
}

.banner-title {
    color: #fff;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 34px;
}

.intersting-reading-row .owl-nav button {
    width: 45px;
}

.intersting-blogs .owl-next {
    float: right;
    margin-right: 0;
}

/*Search Page Listing*/
.search-filter-grid {
    display: inline-block;
    clear: both;
    width: 100%;
    position: relative;
    top: -40px;
}

.search-filter-rows {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0px 1px 14px rgb(165 165 165 / 25%);
    background: #fff;
}

.sort-filter-h {
    display: inline-block;
    width: 14%;
    background: #000 !important;
    float: left;
    padding: 25px 16px;
    position: relative;
    margin-right: 30px;
    font-size: 21px;
    color: #fff;
}

.filter-search-info {
    width: 83%;
    float: left;
    padding: 13px 0 0;
}

.sort-filter-h span {
    margin-left: 5px;
}

.sort-filter-h::after {
    content: '';
    position: absolute;
    right: -15px;
    top: 20px;
    width: 0;
    height: 0;
    border-left: 27px solid #000 !important;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    clear: both;
}

.search-container-row {
    display: inline-block;
    width: 100%;
    margin: -20px 0 0;
}

.search-card-block {
    display: inline-block;
    width: 100%;
    
    margin-bottom: 30px;
    clear: both;
    box-shadow: 0px 1px 14px rgb(165 165 165 / 25%);
    padding: 0 0 0px;
}

.project-card-block:hover .project-card-img img {
    transform: scale(1.1);

}

.project-card-img {
    width: 100%;
    overflow: hidden;
    clear: both;
    position: relative;
}

.project-card-type {
    position: absolute;
    top: auto;
    left: 0px;
    z-index: 1;
    bottom: 12px;
}

.project-card-details {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    background: #fff;
    clear: both;

}

.project-card-name h4 {
    text-transform: capitalize;
    margin: 5px 0 0;
}

.project-card-location {
    display: inline-block;
    clear: both;
    width: 100%;
    margin: 2px 0px;
    font-weight: 400;
    
}

.project-card-info {
    display: inline-block;
    clear: both;
    width: 100%;
    padding: 0 10px;
}

.project-sub-info ul li {
    width:100%;
    float: left; clear: both;
  
}

.project-sub-info ul li b {
    font-size: 16px; margin-right: 10px;
}

.project-sub-info ul li:last-child {
   
}

.project-sub-info ul li span {
    display: inline;
}
.project-sub-info {
    display: grid;
    width: 100%;
    clear: both;
    margin: 15px 0;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    padding: 5px 10px;
    background: #f6f6f6;
}
.project-card-cta {
    display: inline-block;
    width: 100%;
    padding: 0 10px;
}

.select-city-item ul li {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 8px;
}

.select-city-item ul li a {
    display: inline-block;
    padding: 2px 15px;
    border: 1px solid #adadad;
    color: #8d8d8d;
    border-radius: 50px;
    font-size: 14px;
}

.select-city-item ul li a:hover {
    background: #E6EFFC;
    color: #0052CC;
    border: 1px solid #0052CC;
}

.select-city-item ul li span {
    margin-left: 5px;
}

.clear-filter {
    display: inline-block;
    position: absolute;
    right: 18px;
}

.clear-filter a {
    color: #f00;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    font-style: italic;
    letter-spacing: 1px;
}

.clear-filter a:hover {
    color: #000;
}

.filter-tagsinput {
    display: inline-block;
    width: 90%;
    clear: both;
}

.select-city-item {
    display: inline-block;
    margin-right: 10px;
}

.sort-by-fitler span {
    position: absolute;
    left: 14px;
    z-index: 1;
    top: 10px;
    color: #000;
}

.sort-by-fitler .matrial-select .select .selectBtn {
    padding-left: 60px;
    background: none;
}

.sort-by-fitler .matrial-select .select .selectDropdown {
    top: 48px;
}

.search-containers {
    padding: 0px 0 30px;
}

.search_total_properties {
    display: inline-block;
    width: 100%;
    clear: both;
    background: #F5F8FF;
    margin: 5px 0 0;
    padding: 10px 0;
}

/*.search-banner {
    min-height: 300px;
}
*/
.search_total_properties .col-md-3 {
    width: 20%;
}

.search_total_properties .col-md-9 {
    width: 80%;
}

.property-filter-wise {
    display: inline-block;
    width: 100%;
    clear: both;
    margin: 10px 0 3px;
    z-index: 9;
}

.filter-wise-info {
    position: relative;
    display: inline-block;
    width: 100%;
    clear: both;
}

.filter-pro-h h2 {
    font-size: 18px;
    margin: 10px;
    text-transform: capitalize;
}

.filter-titile {
    font-size: 15px;

    border: none;

    cursor: pointer;
}

.filter-titile:hover {
    color: #0052CC;
}

.filter-tabs {
    position: relative;
    display: inline-flex;
    height: 50px;
    border: 1px solid #BBBBBB;
    padding: 10px;
    width: 22%;
    border-radius: 0px;
    margin-right: 10px;
}

.type-lists {
    margin: 15px 0 0;
}

.filter-tab-content {
    display: none;
    position: absolute;
    padding: 20px 15px 15px;
    left: 0px;
    background-color: #fff;
    top: 49px;
    min-width: 200px;
    box-shadow: 0px 1px 14px rgb(169 169 169 / 25%);
    z-index: 2;
    border-top: 2px solid #026eb8;
    border: 1px solid #ddd;
}

.filter-tab-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.filter-tab-content a:hover {
    background-color: #f1f1f1;
}

.filter-tabs:hover .filter-tab-content {
    display: block;
}

.filter-tabs:hover .filter-titile .fa-caret-up {
    display: inline-block;
}

.filter-tabs:hover .filter-titile .fa-caret-down {
    display: none;
}

.filtter_option .fa-caret-up {
    display: none;
}

.filtter_option i {
    position: absolute;
    top: 15px;
    right: 15px;
}

.filtter_option span {
    margin-right: 5px;
    font-weight: 400;
}

/* .residential-type h3 {
    font-size: 16px;
    margin: 0 0 10px;
    text-transform: capitalize;
} */

.property-type-content-filter {
    width: 590px;
    left: 0px;
}

.type-lists ul li {
    display: inline-block;
    padding: 0px 5px 10px 5px;
}

.filtter_option .checkbox {
    margin: 0px;
}

.sub-type-property {
    padding: 0 30px;
}

.sub-type-property ul li {
    padding:5px;
    /* width: 28%; */
    display: inline-flex;
}

.type-lists ul {
    margin-bottom: 0px;
}

.sub-type-property ul li label {
    color: #666;
    font-size: 13px;
}

.residential-type {
    margin: 0 0 10px;
}

.commercial-type {
    margin: 0 0 10px;
}

.commercial-type h3 {
    font-size: 16px;
    text-transform: capitalize;
    margin: 0 0 10px;
}

.commercial-type .sub-type-property {
    padding: 0px;
}

.filter-locality-listings ul {
    margin: 0px;
}

.filter-locality-listings ul li {
    padding: 0 0 2px 0px;
    list-style-type: none;
}

.min-max-price {
    width: 100%;
    background: #333;
    padding: 10px;
}

.inputs-price {
    width: 45%;
    display: inline-block;
}

.inputs-price input {
    height: 35px;
    padding: 0;
    border: 0px;
    width: 100%;
    text-align: center;
}

.budget-tab-content {
    padding: 0px;
}

.price-range-select {
    width: 48%;
    display: inline-block;
    font-size: 14px;
}

.property-price-range {
    padding: 10px;
}

.price-info {
    padding: 5px 0px;
    color: #666;
}

.price-info i {
    top: 0px;
    position: relative;
    right: auto;
    top: auto;
}

.max-ranges {
    padding-left: 15px;
}

.area-sq-ft {
    width: 280px;
}

.filter-search-property {
    float: left;
    width: 33%;
    margin: 0 2px;
}

.filter-search-property a {
    display: inline-block;
    background: #1758cb;
    color: #fff;
    width: 43px;
    height: 43px;
    text-align: center;
    font-size: 18px;
    line-height: 36px;
}

.sortby-listing {
    text-align: right;
    float: left;
    margin: 0 0px 0 1px;
}

.filtter_option {
    display: inline-block;
    width: 100%;
}

.search-filter-input {
    width: 23%;
    float: left;
    margin: 0 11px 0 0;
}

.search-filter-input input {
    width: 100%;
    padding: 10px;
    border: 1px solid #BBBBBB;
    height: 50px;
    border-radius: 0px;
}

.checkbox input,
.form-radio input {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
}

.radio {
    margin-bottom: 1rem;
}

.radio .helper {
    position: absolute;
    top: -0.25rem;
    left: -0.25rem;
    cursor: pointer;
    display: block;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #999;
}

.radio .helper::before,
.radio .helper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 0.25rem;
    width: 1rem;
    height: 1rem;
    -webkit-transition: -webkit-transform 0.28s ease;
    transition: -webkit-transform 0.28s ease;
    transition: transform 0.28s ease;
    transition: transform 0.28s ease, -webkit-transform 0.28s ease;
    border-radius: 50%;
    border: 0.125rem solid currentColor;
}

.radio .helper::after {
    -webkit-transform: scale(0);
    transform: scale(0);
    background-color: #337ab7;
    border-color: #337ab7;
}

.radio label:hover .helper {
    color: #337ab7;
}

.radio input:checked~.helper::after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.radio input:checked~.helper::before {
    color: #337ab7;
}

.checkbox {

    margin-bottom: 10px;
}

.checkbox .helper {
    color: #999;
    position: absolute;
    top: 2px;
    left: 0;
    width: 2rem;
    height: 2rem;
    z-index: 0;
    border: 0.125rem solid currentColor;
    border-radius: 0.0625rem;
    -webkit-transition: border-color 0.28s ease;
    transition: border-color 0.28s ease;
}

.checkbox .helper::before,
.checkbox .helper::after {
    position: absolute;
    height: 0;
    width: 0.2rem;
    background-color: #337ab7;
    display: block;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 0.25rem;
    content: '';
    -webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
    transition: opacity 0.28s ease, height 0s linear 0.28s;
    opacity: 0;
}

.checkbox .helper::before {
    top: 11px;
    left: 10px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    box-shadow: 0 0 0 0.0625rem #fff;
}

.checkbox .helper::after {
    top: 5px;
    left: 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.checkbox label:hover .helper {
    color: #337ab7;
}

.checkbox input:checked~.helper {
    color: #337ab7;
}

.checkbox input:checked~.helper::after,
.checkbox input:checked~.helper::before {
    opacity: 1;
    -webkit-transition: height 0.28s ease;
    transition: height 0.28s ease;
}

.checkbox input:checked~.helper::after {
    height: 10px;
}

.checkbox input:checked~.helper::before {
    height: 20px;
    -webkit-transition-delay: 0.28s;
    transition-delay: 0.28s;
}

.filter-property-type h3 {
    font-size: 20px;
    margin: 0 0 10px;
}

.filter-tabs .checkbox label {
    position: relative;
    font-size: 14px;
    cursor: pointer;
    padding-left: 3rem;
    text-align: left;
    color: #333;
    display: block;
}

.pro-enquire-cta {
    width: 47%; margin: 0 10px 0 0;
    display: inline-block;
    background: #024477; text-align: center;
    color: #fff;
}

.pro-enquire-cta:focus {
    color: #fff;
}

.pro-view-cta {
    width: 48%;
   text-align: center;
}

.project-card-cta .custom-btn {
    text-align: center;
}

.search-pagination {
    text-align: center;
}

.search-page-blogs {
    display: inline-block;
    clear: both;
    width: 100%;
    margin: 30px 0 0;
}

.blog-inner-pages .hoverbtn {
    margin-top: 10px;
}

.blog-inner-pages {
    display: inline-block;
    width: 100%;
    padding: 40px 0 0;
}

.info_cta_col {
    padding: 40px;

    width: 100%;
    position: relative;
    background: #1E3263;
}

.info_cta_col h3 {
    color: #fff;
    font-style: italic;
    letter-spacing: 1px;
    margin: 0px 0 20px;
}

.info_cta_col .block-cta-btns {
    position: relative;
    bottom: auto;
}

.block_cta_col:hover .arrow-strip,
.innerblog_block:hover .arrow-strip {
    transform: translateX(14px);
}

.gray-bg {
    background: #F4F4F4 !important;
}

.gray-bg h3 {
    color: #000 !important;
}

.gray-bg .block-cta-btns {
    color: #000 !important;
}

.info_cta_col:hover .arrow-strip,
.info_cta_col:hover .arrow-strip-right {
    transform: translateX(14px);
}

.scroll-customss {
    max-height: 305px;
    overflow: scroll;
    min-width: 300px;
    min-height: 305px;
    overflow-x: hidden;
    /* left: -104px; */
}

.scroll-customss1 {
    min-width: 200px !important;
}

.scroll-customss::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px #fff;
    background-color: #ddd;
    height: 5px;
}

.scroll-customss::-webkit-scrollbar {
    width: 5px;
    background-color: #000;

}

.scroll-customss::-webkit-scrollbar-thumb {
    background-color: #000;

    height: 5px;
}

.filter-option-mobile {
    display: inline-block;
    margin: 0px 0 0px;
    width: 100%;
}

.mobile-main-filter {
    background: #065995;
}

.mobile-main-filter,
.mobile-sortby {
    width: 50%;
    padding: 15px 15px;
    text-align: center;
    float: left;
    border: 1px solid #ddd;
}

.mobile-search-filter {
    width: 100%;
    clear: both;
}

.mobile-sortby {
    position: relative;
    text-align: left;
    padding: 5px;
}

.mobile-main-filter a {
    color: #fff;
    letter-spacing: .5px;
    font-size: 16px;
}

.mobile-search-filter .sort-by-fitler span {
    top: 15px;
}

.mobile-search-filter .sort-by-fitler .matrial-select .select .selectDropdown {
    top: 52px;
}

.mobile-filter-popup .filter-pro-h {
    background: #31a382;
    color: #fff;
    padding: 15px;
    text-align: center;
}

.panel-title {
    font-family: 'Roboto', serif;
}

.mobile-accordian-filter .panel-title>a {
    font-size: 15px !important;
    font-weight: 400;
    letter-spacing: 0px !important;

    display: block;
    background: #fff;
    padding: 10px 15px 10px 15px !important;

    text-decoration: none;
    position: relative;

}

.mobile-accordian-filter .filter-info {
    max-height: 250px;
    overflow: scroll;
}

.filter-info .panel-default {
    border-color: #ddd;
}

.property-filter-input {
    position: relative;
}

.m-search-projectcity input[type="text"] {
    border: 1px solid #666;
    height: 50px;
    padding: 5px 5px 5px 33px;
    border-radius: 0px;
    width: 100%;
    margin-bottom: 20px;
}

.m-search-projectcity input[type="submit"] {
    background: #065995;
    border: 0px;
    width: 100%;
    padding: 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
    cursor: pointer;
    margin: 20px 0 0;
    bottom: 0px;
    left: 0px;
}

.mobile-accordian-filter .checkbox label {
    position: relative;
    font-size: 14px;
    cursor: pointer;
    padding-left: 3rem;
    text-align: left;
    color: #333;
    display: block;
}

.property-filter-input i {
    position: relative;
    top: 17px;
    position: absolute;
    z-index: 1;
    left: 8px;
    font-size: 18px;
    color: #999;
}

.mobile-filter-popup .filter-pro-h {
    background: #fff;
    color: #fff;
    padding: 10px;
    text-align: left;
    box-shadow: 0px 1px 14px rgb(169 169 169 / 25%);
    margin-bottom: 15px;
}

.close-btn-popup {
    position: absolute;
    right: 9px;
    z-index: 99999;
    top: 6px;
}

.close-btn-popup a {
    font-size: 26px;
    background: #fff;
    display: inline-block;
    border-radius: 0%;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    padding: 11px;
    color: #f00;
}

.mobile-accordian-filter .panel-default {
    border-color: #ddd;
    border-radius: 0px !important;
    margin-bottom: 15px !important;
}

.filter-pro-h p {
    color: #000;
    margin: 0;
    text-transform: uppercase;
    /* color: #3f51b5; */
    letter-spacing: 1px;
    padding: 5px 8px;
    font-size: 16px!important;
    font-weight: 500;
}

.mobile-filter-popup .modal-content {
    border-radius: 0px;
    min-height: 100vh;
    box-shadow: none !important;
    border: 0px !important;
}

.mobile-filter-popup .sub-type-property {
    padding: 0px;
}

.footer-mobile .panel-default {
    box-shadow: none !important;
    border: 0px !important;
    border-bottom: 1px solid #ddd !important;
    border-radius: 0px !important;
}

.modal-dialog {
    width: 450px;
    min-height: calc(100vh - 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mobile-filter-infos {
    clear: both;
}

.modal-backdrop.in {

    opacity: .75;
}

.eqnuire-form-row .checkbox label {
    padding-left: 30px;
}

.popup_heading h3 {
    margin: 0 0 10px;
}

textarea {
    border-bottom: 1px solid #403e3e !important;
    width: 100%;
    border: 0px;
    padding: 10px 0 0;
}

.submit-btns {
    background: #000!important;
    color: #fff !important;
    padding: 13px 30px;
    cursor: pointer!important;
    display: inline-block;
    border: 2px solid #000!important;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 0px !important;
    font-size: 18px !important;
}

.submit-btns:hover {
    background: #00589C!important;
    border: 2px solid #00589C!important;
    text-decoration: none;
    color: #fff;
}
/*city page*/ 
.about-city-section{
    width: 100%;
    clear: both; padding-bottom: 40px;
    }
.about-fact-sheet{
    width: 100%;
    clear: both;
    }

.fact-sheet-block{display: inline-block; width: 100%; text-align: center; border: 1px solid #ADACAC; border-bottom:  5px solid #ADACAC;border-radius: 5px; padding: 20px; min-height: 200px;}
.fact-sheet-block:hover{border-bottom: 5px solid #000;}
.fact-sheet-block:hover img{opacity: 1;}
.fact-sheet-block img{opacity: .7;}
.fact-sheet-icon{display: inline-block; width: 70px; margin-bottom: 5px;}
.fact-sheet-name h4{font-size: 21px; margin: 0px;}

.city-fact-list {
    width: 100%;
    clear: both;
    margin: 40px 0 0;
    display: inline-block;
}
.city-fact-slider{
    width: 100%;
    clear: both;
    }
.pbt-50{padding: 50px 0;}

 .city-township-row{
    background: #0e1c3e;
    padding: 60px 0; width: 100%; clear: both; margin: 20px 0 0;
}
.about-township {
    width: 100%;
    clear: both;
    padding: 25px 0 0;
}
.about-township h4 {
    color: #fff;
    margin: 0 0 25px;

}
.about-township p{color: #ddd;}
 .township-info-row{
    display: inline-block;
    width: 100%; clear: both;
    padding:10px 0 0;
}
.city-location-benefits {
    width: 100%;
    clear: both;
    background: #F5F8FF;
    padding: 50px 0 70px;
}
.city-location-advantage {
    width: 100%;
    clear: both;
    display: inline-block;
    padding:25px 0 0;
}
.location-advantage-col{width: 100%; clear: both; display: inline-block;}
.city-location-map{width: 100%; clear: both; display: inline-block;}
.location-adv-list {
    width: 100%;
    clear: both;
    display: inline-block;
    border: 1px solid #E1E1E1;
    padding: 35px 25px 35px 35px;
    position: relative;
    left: -52px;
    background: #fff;
    top: 77px;
    box-shadow: 0px 1px 14px rgb(169 169 169 / 25%);
}
.list-blocks ul li:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: #000;
    left: 0px;
    top: 13px;
}
.location-adv-list ul li {
    display: inline-block;
    width: 100%;
    clear: both;
    padding: 5px 0 5px 20px;
    position: relative;
}
.present-location{padding: 55px 0 30px;}
.site-visit-row {
    display: inline-block;
    width: 100%;
    background: #f5f5f5;
    padding: 70px 0;
}
.site-visit-col {
    padding: 10px 0 25px 25px;
}
.site-visit-inner{
    display: inline-block;
    box-shadow: 0px 1px 14px rgb(169 169 169 / 25%);
    width: 100%; clear: both; background: #fff;
}
.queries-info-visit h2{color: #fff; line-height: 42px;}
.queries-info-visit span {
    font-size: 32px;
    color: #fff;
    line-height: 40px;
    text-transform: uppercase;
}
.queries-info-visit span a{display: block; color: #fff; font-weight: 800;}
.site-vist-img{
    display: inline-block; width: 100%;
    position: relative;
}
.queries-info-visit {
    min-height: calc(100% - 0px);
    display: -webkit-box;
    position: absolute;
    top: 0px;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0px;
    text-align: center;
    width: 100%;
}
.matrial-select .select .selectBtn{height: 50px;}
.material-form-field .material-form-field-label{top: 21px;}
.site-visit-form  textarea{height: 50px;}
.checkbox label{padding-left: 30px;}
.site-visit-form .submit-btns{margin: 10px 0 0}
.site-visit-form{width: 100%; clear: both; margin-top: 15px;}
.latest-video-row {
    display: inline-block;
    width: 100%;
    clear: both;
    padding: 0px 0 60px;
}
.youtube-video-container {
    display: inline-block;
    padding: 30px 0 0;
    width: 100%;
}
 .panel-group .panel{
    border: 0px;
    box-shadow: none;
    border-radius: 0px;
    border-bottom: 1px solid #ddd;
}
.mobile-accordian-filter .panel-default{margin-bottom: 0px!important;}
.faq-info-col h3{
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 21px;
    margin: 0px;
}

.faq-info-col {
    display: inline-block;
    width: 100%;
    padding: 40px 0px 0px;
}
.faq-container-row {
    display: inline-block;
    width: 100%;
    clear: both;
    padding: 50px 0 10px;
}

.video-date {
    color: #fff;
    text-transform: uppercase;
    background: #045998;
    display: inline-flex;
    font-size: 12px;
    padding: 2px 8px;
    font-weight: 600;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
}
.video-thumbnails {
    width: 100%;
    clear: both;
    margin: 0 0 10px;
    float: left;
}
.video-thumb {
    width: 140px;
    background: #000;
    margin-right: 16px;
    float: left;
}
.video-thumb-info {
    width: calc(100% - 200px);
    float: left;
}

        .vid-main-wrapper {
            width: 100%;
           
        }


        /*  VIDEO PLAYER CONTAINER
        ############################### */
        .vid-container {
          
        width:100%;
        float:left;
        }
         
        .vid-container iframe,
        .vid-container object,
        .vid-container embed {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            min-height: 360px;
        }


        /*  VIDEOS PLAYLIST 
        ############################### */
        .vid-list-container {
            width:100%;
      height:450px;
            overflow: hidden;
      float:right;
        }

    .vid-list-container:hover, .vid-list-container:focus {
       overflow-y: auto;
     }
.video-thumbnails a{color: #000;}

        .vid-thumb {
      float:left;
            margin-right: 8px;
        }

    .active-vid { 
      background:#3A3A3A;
    }

        #vid-list .desc {
            color: #CACACA;
            font-size: 13px;
            margin-top:5px;
        }
.latest-gallery-row{display: inline-block; width: 100%; padding: 60px 0px 40px;}
.gallery-slider-container{display: inline-block; clear: both; width: 100%; padding: 30px 0 0;}
.gallery-grid:hover img{    transform: scale(1.1);}
.gallery-grid{overflow: hidden;}
.gallery-slider-container .owl-next{margin-right: 15px;}
.gallery-slider-container .owl-prev{margin-left: 15px;}
.gallery-grid{background: #000;}
.owl-item .gallery-grid img{opacity: .4;}
.active .gallery-grid img{opacity: 1;}
.gallery-slider-container .owl-nav .simple-nav{display:none;}
.gallery-slider-container .owl-nav .banner-nav{display: block;}
.banner-padding0{padding: 0px!important;}
.city-banner-title {
    position: absolute;
    bottom: 50px;
    text-align: left;
    padding: 10px;
    z-index: 9;
    background: #fff;
    z-index: 1;
    border-radius: 6px;
}
.city-banner-title h1 {
    margin: 0px;
    color: #000!important;
}
.thumb-icon-video{z-index: 1!important;}

.slider .slick-prev:before, .slider-vertical .slick-next:before {
    display: none;
}
.slider .slick-prev, .slider .slick-next {
    width: 28px;
    height: 28px;
    border-style: solid;
    margin: 10px;
    display: inline-block;
    margin: auto;
    left: 0;
    right: 0;
        top: 0;
        bottom: 0;
    z-index: 10;
    cursor: pointer;
}
.slider .slick-prev:before, .slider .slick-next:before {
    display: none;
}
.slider .slick-prev {
    border-width: 14px 14px 14px 0px;
    border-color: transparent #ffffff;
    left: 0px;
        right: auto;
}
.slider .slick-next {
    border-width: 14px 0px 14px 14px;
    border-color: transparent #ffffff;
    right: 0px;
    left: auto;
}   
.slider .slick-prev:hover, .slider .slick-next:hover {
    border-color: transparent #ffd200;
}
.slider .slick-prev.slick-disabled, .slider .slick-next.slick-disabled, .slider .slick-prev.slick-disabled:hover, .slider .slick-next.slick-disabled:hover {
    opacity: 0.1;
    cursor: default;
    border-color: transparent #000000;
}
.slider div {
   
    text-align: center;

}
.slider-thumb .thumb-gallery {
    margin: 8px 8px 0 0;
}
.slider-thumb .slick-slide.slick-current {
   
}
.mobile-gallery-grid{width: 100%; clear: both; margin: 20px 0 0;}
.gallery-slider-container .owl-nav{top: 50%;}
.slick-arrow{display: none!important;}
.city-mobile-banner{position: relative;}
.city-mobile-banner{display: none;}
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
/*.slick-initialized .slick-slide
{
    display: block;
}*/
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.fancybox-caption__body a{display: none;}
.modal-open {
    padding: 0px!important;
    overflow-y: scroll;
}
/*residential projects*/
.project-features-residential .col-md-3 {
    width: 20%;
    padding: 0 10px;
}
.project-features-residential .fact-sheet-block{margin: 0 0 20px;border-bottom: 1px solid #ADACAC;}
.project-features-residential .fact-sheet-block p{font-size: 16px;}
.download-brochure{display: inline-block; width: 100%; margin: 10px 0 0; clear: both;}
.residential-project-faqs{padding-bottom: 50px;}
.residential-exclusive-projects{padding: 40px 0;}
.about-projects-info{display: inline-block; width: 100%; clear: both; padding-bottom: 60px;}

.about-projects-sheet {
    width: 100%; display: inline-block;
    clear: both;
}
.project-walktrhough-video {
    display: inline-block;
    width: 100%;
    position: relative;
    clear: both;
    padding: 50px 0 30px;
}
.project-walktrhough-video:after {
    content: "";
    z-index: -1;
    width: 1px;
    height: 65%;
    top: 0px;
    background: #1E3263;
    position: absolute;
    left: 0px;
    width: 100%;
}
.walkthrough-video-info{display: inline-block; width: 100%; clear: both;}
.walkthrough-tabs-name {
    display: inline-block;
    width: 100%;
    clear: both;
    text-align: center;
    margin: 20px 0 0;
}
.walkthrough-video-grid{display: inline-block; width: 100%; clear: both;}
.walkthrough-tabs-name .vertical_tab_col a {
    width: auto;
    display: inline-block;
    height: auto;  border: 2px solid #85E9FF;
    padding: 15px 25px;
}
.walkthrough-video-info .vertical_tab_col a.active {
    border: 2px solid #85E9FF;
    background: #85E9FF;
    color: #000;
}
 .project-walktrhough-video .vertical_tab_col a.active:before{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #85E9FF;
    position: absolute;
    bottom: -26px;
    left: 47%;
    right: auto;
}
 .project-walktrhough-video .vertical_tab_col a.active h3 {
    color: #000;
}
.project-walktrhough-video .vertical_tab_col a.active span{color: #000;}
.banking-partners{display: inline-block; padding: 60px 0px; width: 100%; clear: both;}
.banking-partner-grid {
    display: inline-block;
    width: 100%;
    clear: both; display: inline-block;
    padding: 25px 0 0;
}
.banking-partner-col{display: inline-block; width: 100%; border: 1px solid #ddd;}
.banking-partner-grid .owl-nav{top: 25%;}
.banking-partner-grid .owl-stage-outer{text-align: center;}
.banking-partner-grid .owl-stage{display: inline-block;}

 .residential-project-features{
    display: inline-block;
    width: 100%;
    clear: both;
    padding: 0 0 50px;
}
.features-listings{
    float: left;
    width: 100%;
    clear: both;
    padding: 25px 0 0;
}
.features-listings .feature-col-box {
    width: 18.5%;
    padding: 0 10px;
    text-align: center; background: #fff;
    margin: 9px 8px;
    border: 1px solid #e1e1e1!important;
    min-height: 181px;
    float: left;
    border-radius: 8px;
    list-style: none;
    box-shadow: 0px 1px 14px rgb(169 169 169 / 25%);
}
.feature-cols{display: none;}
.feature-icons {
    width: 100px;
    margin-right: 0;
    float: none;
    height: 65px;
    margin-top: 0;
    padding: 12px 20px 0;
    border-radius: 50%;
    display: inline-block;
}
.features-text {
    width: 100%;
    float: none;
    margin:20px 0 0;
}
.features-text h4 {
    color: #000;
    font-size: 18px;
    margin: 0 0 4px;
}
.features-projects-ads{padding-top: 0px;}
.specification-images {
    display: inline-block;
    width: 100%;
    border: 15px solid #eceffd;
   
}
.specification-row-info{display: inline-block; width: 100%;clear: both; margin: 25px 0 0;}
.specification-items{display: inline-block; width: 100%; position: relative; clear: both; padding-bottom: 50px; overflow: hidden;}
.specification-items:after {
    content: "";
    z-index: -1;
    width: 1px;
    height: 100%;
    top: 79px;
    background: #003f6c;
    position: absolute;
    left: 15px;
    width: 75%;
}
.specification-grids {
    display: inline-grid;
    width: 100%;
    clear: both;
    padding: 0 40px 60px;
    margin-top: 100px;
    text-align: left!important;
    font-size: 16px!important;
}
 .specification-grids h3{color: #fff; text-transform: uppercase; letter-spacing: 1px;}
 .specification-grids ul li{display: inline-block; width: 100%; clear: both; padding: 5px 0; color: #BCBCBC; font-size: 16px;}
  .specification-grids ul li span{color: #fff; font-weight: 600;}
.residential-project-specification{
    display: inline-block;
    width: 100%; clear: both;
    margin: 0 0 50px;
}

.icons-specifications{display: inline-block; width: 65px; text-align: center;}
.specification-icons p{font-size: 15px!important; text-transform: uppercase!important;}
.specification-thubs {
    height: 150px; cursor: pointer;
 
}
.specification-icons{padding: 10px;}
.slider-thumb-specification {
    margin: 0 15px 20px;
}
.specification-gallery-slider .slider-thumb-specification .slick-current p{color: #00589C;}
.specification-gallery-slider .slider-thumb-specification .slick-current .specification-icons{border: 1px solid #00589C;box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;}
.projects-residential-banner{display: inline-block; width: 100%; clear: both;}
.project-cards-info {
    display: inline-block;
    width: 100%; background: #fff; position: relative;
    clear: both; border-radius: 10px; margin-top: -50px; z-index: 1;
    box-shadow: 0px 1px 14px rgb(169 169 169 / 25%);
    padding: 15px 20px;
}
.project-infos-residential{display: inline-block; width: 100%; clear: both; text-align: left;}
.project-name-info{width: 100%; clear: both;}
.project-name-info h1{
    margin:0px 0 6px;
    text-transform: uppercase; font-size: 32px;
}
.breadcrumb a {
    color: #999!important;
}
ul.project-info-card{margin: 0px;}
.project-info-card li{display: inline-block; padding: 1px 0px; width: 100%; clear: both; font-size: 14px; color: #000;}
.project-info-card li span{font-weight: 600;}
.project-logo {
    width: 150px;
    border: 1px solid #E8E8E8;
    padding: 10px;
    border-radius: 5px;
    float: left; background: #fff;
    margin-right: 15px;
}

.project-label-details {
    width: calc(100% - 182px);
    float: left;
}
.project-info-card li:nth-child(1) {
    color: #000;
    font-weight: 600;}
.project-prices {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000; margin-bottom: 10px;
}
.project-right-top{text-align: right;}
.project-cta-col {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 20px 0 0;
    text-align: right;
}
.share-project {
    display: inline-block;
    width: 100%;
    margin: 10px 0 0;
}
.rounded-social-buttons {
    text-align: right;
    display: inline-block;
}
.share_label {
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin-right: 10px;
}
.rounded-social-buttons .social-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width:35px;
  height: 35px;
  border: 0.125rem solid transparent;
  padding: 0;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 1.5625rem;
  font-weight: normal;
  line-height: 35px;
  border-radius:50%;
  transition: all 0.5s ease;
  margin-right:2px;
  margin-bottom: 0.25rem;
}

.rounded-social-buttons .social-button:hover, .rounded-social-buttons .social-button:focus {

}

.rounded-social-buttons .fa-twitter, .rounded-social-buttons .fa-facebook-f, .rounded-social-buttons .fa-linkedin, .rounded-social-buttons .fa-youtube, .rounded-social-buttons .fa-instagram {
  font-size: 16px;
}

.rounded-social-buttons .social-button.facebook {
  background: #3b5998;
}

.rounded-social-buttons .social-button.facebook:hover, .rounded-social-buttons .social-button.facebook:focus {
  color: #3b5998;
  background: #fefefe;
  border-color: #3b5998;
}

.rounded-social-buttons .social-button.twitter {
  background: #55acee;
}

.rounded-social-buttons .social-button.twitter:hover, .rounded-social-buttons .social-button.twitter:focus {
  color: #55acee!important;
  background: #fefefe;
  border-color: #55acee;
}

.rounded-social-buttons .social-button.linkedin {
  background: #007bb5;
}

.rounded-social-buttons .social-button.linkedin:hover, .rounded-social-buttons .social-button.linkedin:focus {
  color: #007bb5;
  background: #fefefe;
  border-color: #007bb5;
}

.rounded-social-buttons .social-button.youtube {
  background: #bb0000;
}

.rounded-social-buttons .social-button.youtube:hover, .rounded-social-buttons .social-button.youtube:focus {
  color: #bb0000;
  background: #fefefe;
  border-color: #bb0000;
}

.rounded-social-buttons .social-button.instagram {
  background: #125688;
}

.rounded-social-buttons .social-button.instagram:hover, .rounded-social-buttons .social-button.instagram:focus {
  color: #125688;
  background: #fefefe;
  border-color: #125688;
}
.svg-inline--fa {
  vertical-align: -0.200em;
}

footer .fa-facebook-f {
    color: #3B5998;
}

footer .fa-twitter {
    color: #55ACEE;
}

footer .fa-linkedin-in {
    color: #007bb5;
}

footer .fa-youtube {
    color: #f00;
}

footer .fa-instagram {
    color: #125688;
}

.swiper-container {
  overflow: hidden;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 480px) {
  .swiper-container {
    min-height: 320px;
  }
}
.swiper-container-wrapper {
  display: flex;
  flex-flow: column nowrap;

}
@media (min-width: 480px) {
  .swiper-container-wrapper {
    flex-flow: row nowrap;
  }
}

.swiper-button-next, .swiper-button-prev {
  color: #fff!important;
}

.swiper-slide {
  text-align: center;
  background-size: cover;
  background-position: center;
  background-color: #fff;
  /* Center slide text vertically */
  display: flex;
  flex-flow: column nowrap;
  
  align-items: center;
  /* Slide content */
}
.swiper-slide .description,
.swiper-slide .title {
  display: block;
  opacity: 0;
  transition: 0.5s ease 0.5s;
}
.swiper-slide-active .description,
.swiper-slide-active .title {
  opacity: 1;
}
.swiper-slide-active .title {
  margin-bottom: 0.5rem;
  font-size: 24px;
  color: #000;
  transition: opacity 0.5s ease 0.5s;
}
.swiper-slide-active .description {
  font-size: 16px;
  color: #777;
  transition: opacity 0.5s ease 0.75s;
}

.gallery-top {
  position: relative;
  width: 100%;
 
}
@media (min-width: 480px) {
  .gallery-top {
    width: 85%;
   border-right: 1px solid #fff;
    margin-right: 10px;
  }
}

.gallery-thumbs {
  width: 100%;
  height: 25vh;
  padding-top: 10px;
}
@media (min-width: 480px) {
  .gallery-thumbs {
    width:17%;
    height: 66.2vh;
    padding: 0;
  }
}
.gallery-thumbs .swiper-wrapper {
  flex-direction: row;
}
.swiper-container .project-card-type {
    position: absolute;
    top: auto;
    right: 35px;
    z-index: 1;
    bottom: 90px; left: auto;
}
@media (min-width: 480px) {
  .gallery-thumbs .swiper-wrapper {
    flex-direction: column;
  }
}
.gallery-thumbs .swiper-slide {
  width: 25%;
  flex-flow: row nowrap;
  height: 100%;
  opacity:1;
  cursor: pointer;
}
@media (min-width: 480px) {
  .gallery-thumbs .swiper-slide {
    flex-flow: column nowrap;
    width: 100%;
  }
}
.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.project-page-banner{text-align: left!important;}
.enquire-forms-popup{text-align: left;}
.floor-plan-tab{width: 100%; clear: both;}
.floor-plan-tab .nav-tabs>li {
    float: none;
    display: inline-flex;
}
.normal-tabs .nav-tabs{text-align: center; border: 0px; margin-bottom: 20px;}
.normal-tabs .nav-tabs>li.active>a, .normal-tabs .nav-tabs>li.active>a:focus, .normal-tabs .nav-tabs>li.active>a:hover {
    color: #9C0000;
    cursor: default;
    background-color: none!important;
    border: 0px;
    border-bottom-color: transparent;
}
.normal-tabs .nav-tabs>li>a {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    color: #000;
    margin: 0px;
    border: 0px;
}
.normal-tabs .nav>li>a:focus, .normal-tabs .nav>li>a:hover{background: none!important; border: 0px!important;}
.tab-bgs-info .nav-tabs>li {
    float: none;
    display: inline-flex;
}
.tab-bgs-info .nav-pills>li {
    float: none;
    display: inline-block;
}
.tab-bgs-info .nav-pills {
    text-align: center;
    border: 0px;
    margin-bottom: 30px;
}
.tab-bgs-info .nav>li>a {
    position: relative;
    display: block;
    padding: 5px 15px;
    text-transform: uppercase;
    letter-spacing: 1px; 
    color: #000;
    font-size: 17px;
}
.tab-bgs-info .nav-pills>li.active>a, .tab-bgs-info .nav-pills>li.active>a:focus, .tab-bgs-info .nav-pills>li.active>a:hover{background: #000!important; color: #fff!important;}
.floor-plan-infos {
    display: inline-block;
    padding: 25px;
   
    /* box-shadow: 0px 1px 14px rgb(169 169 169 / 25%); */
    width: 100%;

    text-align: left;
}
.floor-plan-slider .slider div {
    text-align: left;
}
.floor-plans-col {
    display: inline-block;
    width: 100%;
    clear: both;
    margin: 0px 0 0;
}
.floor-names h3{margin: 0px 0 15px;}
.floor-info-list {
    display: inline-block;
    width: 100%;
    clear: both;
    margin: 15px 0 0;
}
.floor-info-list ul li{
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}
.floor-info-list ul li:last-child{ border: 0px;}
.floor-info-list em{
    float: right;
    font-style: normal;
    font-weight: 600;
}
.floor-plan-grid .col-md-8, .floor-plan-grid .col-md-4{padding: 0px;}
.see-all-floor {
    position: relative;
    bottom: 0;
    right: auto;
    margin-top: 20px;
}
.tab-bg .floor-plan-grid{background: #fff;}
.tab-bg .floor-info-list ul{text-align: left!important;}
.floor-plan-slider .thumb-gallery{opacity: .5; cursor: pointer;}
.floor-plan-slider .slick-current{opacity: 1!important;}
.slider-thumb-floor-plan {display: inline-block; margin: 10px 0 0;}
.floor-plans-img{float: left; width: 100%; border-right: 1px solid #ddd;}
.floor-plan-slider{width: 100%!important; clear: both; float: left;}
.floor-plan-grid{width: 100%!important; clear: both; float: left; background: #f5f7ff;
    border: 1px solid #e1e1e1!important;}

.bhk-infos{
    display: inline-block;
    margin: 0 0 10px 0;
    color: #000;font-size: 21px;
}
.floor-thumb-info{
    text-align: center;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 18px;
    color: #000;
    padding: 7px;
    position: relative;
    z-index: 9;
    bottom: 17px; text-align: center!important;
    left: 10px;
    right: 10px;
    width: 91%;
    font-weight: bold;
    box-shadow: 0px 1px 14px rgb(169 169 169 / 25%);
}

.floor-plans-row{display: inline-block; width: 100%; clear: both; padding: 0 0 50px;}
.specification-gallery-slider  .slick-current .specification-icons {
    border: 1px solid #00589C;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.specification-gallery-slider .slider-thumb1 {margin-bottom: 20px;}
.testimonial-client-img i{color: #f00;}
.residential-faqs{padding-bottom: 40px;}
/*Commercial Projects*/
.commercial-exclusive-projects {
    background: #fff;
    padding: 20px 0 0 0px!important;
}
.commercial-visit-form{background: #1E3263!important;}
.commercial-visit-form .site-visit-inner{box-shadow: none!important;}
.commercial-banking-partner{padding-top: 0px!important;}
.commercial-features {
    background:#415b9b;
    margin: 30px 0 0;
    padding: 50px 0!important;
}
.commercial-features .hoverbtn a{color: #fff;}
.commercial-features .hoverbtn a b.upcom{background: #fff;}
.commercial-features .cls-1{stroke: #fff;}
.brands-section-info {
    display: inline-block;
    width: 100%;
    clear: both;
    padding: 25px 0 0;
}
 .brands-logo {
    display: inline-block;
    width: 100%;
    background: #fff;
    padding: 0;
    border: 1px solid #e5e5e5;
    margin: 0px 0;
}
.brands-section-info .col-md-2{padding: 6px;}
.commercial-project-features {
    display: inline-block;
    width: 100%;
    clear: both;
    padding: 0 0 0px;
}
.commercial-project-brands{padding: 50px 0px; display: inline-block; clear: both; width: 100%;}
.additional-information-commercial{
    display: inline-block;
    width: 100%;
    clear: both;
    padding: 0 0 50px;
}
.additional-blocks{padding: 5px;}
.additional-blocks:hover .additional-block-img img {
    transform: scale(1.1);
    filter: gray;
}
.additional-block-img{overflow: hidden; margin: 0 0 5px; display: inline-block; clear: both; width: 100%;}
.additional-information-slider{
    display: inline-block;
    width: 100%;
    clear: both;
    padding: 25px 0 0px;
}
.additional-blocks{width: 100%; display: inline-block; clear: both;}
.commercial-project-banner{display: inline-block; width: 100%; clear: both; display: inline-block; background: #bae1ff!important; text-align: left; overflow: hidden;}
.commercial-project-data ul.project-info-card{margin: 10px 0 20px;}
.commercial-project-data .commercial-type {
    margin: 0 0 8px 0;
    display: inline-block;
    padding: 19px 10px!important;
}
.commercial-project-data .project-prices{margin: 0 0 10px;}
.commercial-project-logo {
    width: 150px;
    display: inline-block;
    margin: 0 0 25px;
}
.commercial-project-data {
    display: inline-block;
    padding: 60px 30px 0px 30px;
    width: 100%;
 
}
.com-project-col .share-project {
    display: inline-block;
    width: 100%;
    margin: 10px 0 ;
    padding: 0px 0px 9px;
/*    border-top: 1px solid #a9a9a9;*/
    

}
.com-project-col{position: relative; width: 100%; clear: both;}
.commercial-banner-thumb {
    position: absolute;
    bottom: 15px;
    width: 40%; display: none!important;
    right: 15px;
}
.commercial-project-banner .col-md-3, .commercial-project-banner .col-md-9{padding: 0px;}
.commercial-project-banner .col-md-3{width: 27%;}
.commercial-project-banner .col-md-9{width: 73%;}
.commercial-slider-thumb{border: 1px solid #fff; margin: 0 4px; box-shadow: 0 0 5px #ddd;}
/*.left-menu .scrollbar{max-height: 420px;}*/

.faq-details-sub .panel-title>a{text-transform: capitalize; letter-spacing: 0px;  padding: 0px 0px !important;}
.faq-details-sub h4.panel-title h3 {
    margin: 10px 0px!important;

}
.faq-details-sub  .panel-group .panel+.panel{margin: 0px!important;}
.faq-details-sub{
    display: inline-block;
    width: 100%; padding: 0px;
    margin: 20px 0;
}
.faq-details-sub .panel-heading.active a:before{color: #f00;}
.faq-content-info h3{font-size: 24px;}
.faq-pagination-info{text-align: center;}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{background: #000; border-color: #000;}
.pagination>li>a, .pagination>li>span{color: #000;}

.accept-termcondition {
    clear: both;
    font-size: 14px;
    margin: 5px 0;
    display: inline-block;
}

.contact-us-row{display: inline-block; width: 100%; clear: both; padding-bottom: 25px;}
.contact-us-details{display: inline-block; width: 100%; clear: both; padding: 30px 0 0;}
.contact-info-block {
    display: inline-block;
    width: 100%; margin-bottom: 30px;
    text-align: center;
    min-height: 180px;
    background: #fff;    border: 1px solid #cbcbcb;
    padding: 20px 40px;
    border-radius: 6px;
}
.form-group {
    margin-bottom: 15px;
    clear: both;
}
.form-group .intl-tel-input .selected-flag {
    margin-top: 13px!important;
    padding: 0 2px 0 4px;
    margin-right: 10px!important;
}
.contact-us-details .form-group {
    margin-bottom: 35px;
    }
.contact-icon i {
    font-size: 32px;
    color: #000;
}
.contact-block-info p{font-size: 16px; color: #000; font-weight: 500; line-height: 24px;}
.contact-block-info p a{color: #000; font-weight: 500;}
.light-blue{
    background:#000;
    border: 1px solid #c4d1f1;
}
.light-gray{

    background: #fff;
    border: 1px solid #cbcbcb;

}

.light-blue p{color: #fff!important; font-weight: 400;}
.light-blue h4{color: #fff;}
.light-blue i{color: #fff!important;}


.contact-us-form{display: inline-block; width: 100%; clear: both;}
.contact-form-info {
    display: inline-block;
    width: 100%;
    clear: both;
    padding: 15px 35px 25px 35px;
    box-shadow: 0px 1px 14px rgb(165 165 165 / 25%);
}
.contact-form-info input[type="submit"]{background: #000;  color: #fff; padding: 0;}

.contact-form-heading{margin-bottom: 10px; width: 100%; display: inline-block; clear: both;}
.contact-form-info .margin-b-0{margin-bottom: 0px!important;}
.google-captch{
    margin: 0 0 15px;
}

.press-release-block {
    display: inline-block;
    background: #fff; width: 100%;
    padding: 10px;
    box-shadow: 0px 1px 14px rgb(169 169 169 / 25%);
    margin-bottom: 21px;
    min-height: 130px;    -webkit-transition: box-shadow .25s ease,-webkit-transform .25s ease; -moz-transition: box-shadow .25s ease,-webkit-transform .25s ease;
    transition: box-shadow .25s ease,-webkit-transform .25s ease;
    transition: box-shadow .25s ease,transform .25s ease;
    transition: box-shadow .25s ease,transform .25s ease,-webkit-transform .25s ease;

}
.press-release-block:hover {
    box-shadow: 0 1rem 2.5rem rgba(140,152,164,.1),0 .5rem 1rem -.75rem rgba(140,152,164,.1)!important;
    -webkit-transform: translate3d(0,-10px,0);
      -moz-transition: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}
.press-date-year {
    width: 100px;
    background: #1E3263;
    padding: 37px 10px;
    float: left;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    margin: 0 20px 0 0;
    height: 124px;
}
.press-month {
    font-size: 18px;
}
.press-year{
    font-weight: 600; font-size: 18px;
    color: #0591ff;
}
.press-info {
    width: calc(100% - 120px);
    float: left;
}
.press-info h4 {
    font-size: 21px;
    text-transform: capitalize;
    margin: 0px;
    height: 86px;
}
.download-press {
    color: #000;
    font-size: 15px;
    display: inline-block;
    width: 100%;
    margin: 10px 0 0;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .5px;
}
.download-press i{margin-right: 8px;}
 .information-press-release{
    display: inline-block;
    width: 100%;
    clear: both;
    padding: 30px 0 0;
}
.press-release-pagination{text-align: center;}
.press-release-pagination .pagination{margin-bottom: 0px;}
.select-dropdown-media {
    width: 100%;
    text-align: center;
    display: inline-block;
    MARGIN: 20px 0;
    background: #f1f1f1;
    padding: 15px 0;
    /* border: 1px solid #ddd; */
    border-radius: 5px;
}
.select-dropdown-media select {
    width: 275px;
    padding: 10px; margin: 0 5px;
}
.left-menu .scrollbar{max-height: 410px!important;}
.scrollbar{max-height: 347px!important;}
.hover-submenu li{margin-bottom: 13px!important;}

.print-coverage-block{
    display: inline-block;
    background: #fff; width: 100%;
    padding: 0px;
    box-shadow: 0px 1px 14px rgb(169 169 169 / 25%);
    margin-bottom: 30px;
   
    -webkit-transition: box-shadow .25s ease,-webkit-transform .25s ease;
    -moz-transition: box-shadow .25s ease,-webkit-transform .25s ease;
    transition: box-shadow .25s ease,-webkit-transform .25s ease;
    transition: box-shadow .25s ease,transform .25s ease;
    transition: box-shadow .25s ease,transform .25s ease,-webkit-transform .25s ease;
}
.print-coverage-block:hover {
    box-shadow: 0 1rem 2.5rem rgba(140,152,164,.1),0 .5rem 1rem -.75rem rgba(140,152,164,.1)!important;
    -webkit-transform: translate3d(0,-10px,0);
    -moz-transition: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}
.print-coverage-img {
    margin: 0 0 10px;
    border-bottom: 1px solid #ddd;
    height: 260px;
    overflow: hidden;
}
 .print-coverage-info h4{
    font-size: 20px;
    text-transform: capitalize;
    margin: 0px;
    min-height: 60px;
}
.download-press a{color: #000;}
.print-coverage-info .press-date-year {
    width: 90px;
    background: #1E3263;
    padding: 10px;
   
    margin: 0 20px 0 0;
    height: auto!important  ;
}
 .print-info{
    width: calc(100% - 120px);
    float: left;
}
.print-coverage-info {
    display: inline-block;
    width: 100%;
    padding: 0 10px 10px;
    float: left;
}
.top-counter{margin-top: 50px;}
/* OPTION 1 */
.overlay-outer {
  position: relative;
  width: 100%; height: 100%;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
}

.print-coverage-block .overlay {
    background: rgb(0, 0, 0,.8);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
}

.print-coverage-block:hover .overlay {
  opacity: 1;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out 0s;
}

.print-coverage-block:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p {
  color: #fff;
  font-size: 0.8em;
}

.fadeIn_bottom {
  top: 80%;
}
.print-coverage {
    display: inline-block;
    width: 100%;
    clear: both;
    padding:0px 0 0;
}
 .print-coverage-img .fa-plus{
    font-size: 26px;
    border: 1px solid #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 46px;
    border-radius: 0;
    background: #fff;
    color: #000;
    padding: 0 0 0 4px;
}
.coverage-container {
    display: inline-block;
    width: 100%;
    margin: 15px 0 0;
}
.center-tabs .vertical_tab_col a {
    width: auto;
    display: inline-block;
    height: auto;
    border: 2px solid #333;
    padding: 15px 25px;
}
.center-tabs .vertical_tab_col a.active:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #025a9c;
    position: absolute;
    bottom: -26px;
    left: 47%;
    right: auto;
}
.center-tabs  .vertical_tab_col a.active {
    border: 2px solid #025a9c!important;
    background: #025a9c;
    color: #fff;
}
.center-tabs {
    text-align: center;
    margin: 20px 0;
}
.center-tabs .vertical_tab_col a h3{margin: 0px;}
 .matrial-select select{
    width: 100%; background: #fff;
    padding: 10px 10px 10px 0;
    margin: 10px 0 0;
    border: 0px; color: #333;
    border-bottom: 1px solid #403e3e;
}
::placeholder {
  color: #656565; font-weight: 400;
}
select{font-weight: 400;}
.e-coverage-blocks .press-date-year {
    padding: 28px 10px;
    height: 110px;
}
.e-coverage-blocks .press-release-block{min-height: 115px;}
.e-coverage-blocks .press-info h4{height: 70px;}
.e-coverage-blocks {
    display: inline-block;
    width: 100%;
    margin: 15px 0 0;
}
.media-kit-block{
    display: inline-block;
    background: #fff;
    width: 100%;
    padding: 10px; cursor: pointer;
    box-shadow: 0px 1px 14px rgb(169 169 169 / 25%);
    margin-bottom: 35px;
   
    -webkit-transition: box-shadow .25s ease,-webkit-transform .25s ease;
    -moz-transition: box-shadow .25s ease,-webkit-transform .25s ease;
    transition: box-shadow .25s ease,-webkit-transform .25s ease;
    transition: box-shadow .25s ease,transform .25s ease;
    transition: box-shadow .25s ease,transform .25s ease,-webkit-transform .25s ease;
}
.media-kit-block:hover {
    box-shadow: 0 1rem 2.5rem rgba(140,152,164,.1),0 .5rem 1rem -.75rem rgba(140,152,164,.1)!important;
    -webkit-transform: translate3d(0,-10px,0);
    -moz-transition: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}
.media-kit-row{display: inline-block; width: 100%; clear: both; padding: 25px 0 0;}
.media-kit-info{  width: calc(100% - 200px);}
.media-kit-info h4{
    margin-bottom: 10px;
}
.media-kit-info{float: left;}
.download-mediakit {
    color: #000;
    font-size: 15px;
    display: inline-block;
    width: 180px;
    float: left;
  
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .5px;
    margin: 30px 10px 0;
    text-align: right;
}
.download-mediakit i{margin-right: 10px;}
.download-mediakit a{color: #000;}
.media-kit-img{display: inline-block; border-bottom: 1px solid #ddd; width: 100%;}
.media-kit-info span {
    color: #818181;
    height: 35px;
    float: left;
    width: 100%;
}
.highlight-company-video{width: 100%; display: inline-block; clear: both; padding: 30px 0 0;}

.video-company-container{
    display: inline-block;
    width: 100%; clear: both;
    padding: 0 0 70px 0;
}
.other-video-block {
    display: inline-block;
    background: #fff;
    width: 100%;
    padding: 10px; text-align: center;
    cursor: pointer;
    box-shadow: 0px 1px 14px rgb(169 169 169 / 25%);
    margin-bottom: 35px;

}
.hover-topmove{    -webkit-transition: box-shadow .25s ease,-webkit-transform .25s ease;
    -moz-transition: box-shadow .25s ease,-webkit-transform .25s ease;
    transition: box-shadow .25s ease,-webkit-transform .25s ease;
    transition: box-shadow .25s ease,transform .25s ease;
    transition: box-shadow .25s ease,transform .25s ease,-webkit-transform .25s ease;}
 .hover-topmove:hover{
    box-shadow: 0 1rem 2.5rem rgba(140,152,164,.1),0 .5rem 1rem -.75rem rgba(140,152,164,.1)!important;
    -webkit-transform: translate3d(0,-10px,0);
    -moz-transition: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}
.other-video-block  h4{font-size: 21px;}
.other-more-video{
    display: inline-block;
    width: 100%;
    padding: 70px 0;
    background:#F4F4F4;
}
.highlight-company-video .vid-list-container {
   
    height: 400px;

}
.events-row-inner{width: 100%!important; padding: 25px 0 0; clear: both; }
.events-row-block{
    display: inline-block;
    background: #fff;
    width: 100%;
    padding: 10px; text-align: left;
    cursor: pointer;
    box-shadow: 0px 1px 14px rgb(169 169 169 / 25%);
    margin-bottom: 35px;

}
.events-block-img {
    width: 100%;
    height: 385px;
    border: 1px solid #f1f1f1;
    overflow: hidden;
}
.events-block-text h4{font-size: 21px; margin: 0px;}
.events-row-block:hover .events-block-img img {
    transform: scale(1.05);
    filter: gray;
}
.event-text-block {
    width: 100%;
    clear: both;
    display: inline-block;
    margin: 12px 0 0;
}
.events-block-text{
    width: calc(100% - 120px);
    float: left;
}
.event-text-block .press-date-year{height: auto; padding: 7px 10px; margin-right: 10px;}
 .leadership-row{
    display: inline-block;
    width: 100%;
    clear: both;
    padding: 25px 0 0;
}
.leadership-block{
    display: inline-block;
    background: #fff;
    width: 100%;
    padding: 10px 10px 20px; text-align: center;
    cursor: pointer;
    box-shadow: 0px 1px 14px rgb(169 169 169 / 25%);
    margin-bottom: 20px;

}
.leadership-info{display: inline-block; width: 100%; clear: both; margin-bottom: 10px;} 
.leadership-info h4{margin-bottom: 5px;}
.leadership-text-details{
    display: inline-block;
    width: 100%; clear: both;
    padding: 20px 0 0;
}
.quality-policy-block{
    display: inline-block;
    background: #fff;
    width: 100%;
    padding: 10px 10px 20px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 1px 14px rgb(169 169 169 / 25%);
    margin-bottom: 35px;
}
.quality-policy-icon{
    width: 150px;
    display: inline-block;
}
.quality-policy-list{width: 100%; clear: both; margin: 45px 0 0;}
.awards-honors-block{
    display: inline-block;
    background: #fff;
    width: 100%;
    padding:0px;
    text-align: left;
    cursor: pointer;
    box-shadow: 0px 1px 14px rgb(169 169 169 / 25%);
    margin-bottom: 35px;
}
.awards-honors-row{width: 100%; display: inline-block; padding: 30px 0 0;}
.awards-block-img {
    display: inline-block;
    width: 100%;
    height: 350px;
    margin-bottom: 0px;
    overflow: hidden;
}
.awards-info{padding: 10px; display: inline-block; width: 100%; clear: both; min-height: 280px;}
.awards-honors-block a{color: #000;}
.mission-vision-details{display: inline-block; width: 100%; clear: both;}
.mission-vision-row-details{display: inline-block; width: 100%; clear: both;}
.mission-icon {
    width: 90px;
    display: inline-block;
    margin: 10px 0;
}
.mission-block-list .col-md-3{width: 20%; padding: 0 10px;}
.mission-block-list{width: 100%; display: inline-block; clear: both; padding: 10px 0 0;}
.mission-block-list h4{font-size: 21px;}

.mission-sub-block{
    display: inline-block;
    background: #fff;
    width: 100%;
    padding: 10px 10px 20px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 1px 14px rgb(169 169 169 / 25%);
    border: 1px solid #ddd;
    margin-bottom: 25px;
}
.vision-blocks {
    padding: 100px 80px;
    display: inline-block;
    width: 100%;
    clear: both;
    border: 1px solid #ddd;
}
.vision-rows {
    display: inline-block;
    width: 100%;
    padding: 50px 0 0;
}

.omaxe-care-row{display: inline-block; width: 100%; clear: both; padding: 0 0 20px;}
.omaxe-care-col {
    display: inline-block;
    width: 100%;
    padding: 30px 0 0;
    clear: both;
}
.omaxe-care-block {
    display: inline-block;
    background: #fff;
    width: 100%; border: 1px solid #ddd;
    padding:5px 20px 20px;
    text-align: left; min-height: 240px;
    cursor: pointer;
    box-shadow: 0px 1px 14px rgb(169 169 169 / 25%);
    margin-bottom: 35px;
}
.care-info-list{display: inline-block; width: 100%; clear: both; margin-bottom: 0px;}
.care-info-list li{padding: 3px 0; display: inline-block; width: 100%;}
.care-info-list li span{ float: left; color: #000; font-weight: 500; margin-right: 10px;}
.care-info-list li a{color: #000;}
.care-info-list li i{margin-right: 10px;}
.care-info-list li:nth-child(4) a {
    color: #fff;
    background: #00589c; margin-top: 5px;
    padding: 5px 10px; float: left;
}
.blue-bg{background: #1E3263;}
.black-bg{background: #000;}
.gray-bg{background: #ddd;}
.blue-bg h4, .black-bg h4{color: #fff;}
.blue-bg  .care-info-list li, .black-bg  .care-info-list li{color: #c1c1c1;}
.blue-bg  .care-info-list li span, .black-bg  .care-info-list li span{color: #fff;}
.blue-bg  .care-info-list li a, .black-bg  .care-info-list li a{color: #fff;}
.omaxe-care-form-block {
    display: inline-block;
    background: #fff;
    box-shadow: 0px 1px 14px rgb(169 169 169 / 25%);
    padding: 25px; width: 100%;
    margin: 25px 0 0;
}
.omaxe-care-form {
    background: #F4F4F4;
    padding: 50px 0;
    width: 100%;
}
.other-info-care {
    display: inline-block;
    width: 100%;
    clear: both;
    padding: 60px 0 40px;
}
.buyers-guide-release {
    display: inline-block;
    width: 100%;
    clear: both;
    padding: 30px 0 0;
}
/*Edit Css*/

.searh-label-name {
    margin: 0px;
    padding: 6px 10px;
    font-weight: 500;
    background: #E6EFFC;
}
ul.searh-label-name li {
    display: inline-block;
    width: 32%;
    clear: both;
}
.searchoptions a {
    color: #565656;
    font-size: 14px;
}
.search-lsit-infos {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
    padding: 6px 10px;
}
.search-lsit-infos:hover{background: #eee;}
.search-lsit-infos ul li {
    display: inline-block;
    width: 32%;
    clear: both;
}
.search-lsit-infos ul {
    margin: 0px;
}
.searchoptions {
    position: absolute;
    padding: 0px 0px 0px;
    left: 0;
    width: 100%;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 30%);
    background-color: #fff;
    z-index: 9;
}

.hoverbtn .upcom {
    width: 48px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: -50px;
    background: #333;
    font-weight: 400;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    right: -59px;
}
.hoverbtn a .upcom {
    width: 48px;
    height: 2px;
    position: absolute;
    top: 47%;
    right: -50px;
    background: #333;
    font-weight: 400;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    right: -16px;
}
.hoverbtn a:hover .upcom {
    right: -25px;
    background: #000;
}
.popup-div .modal-dialog {
    width: 600px;
}
.popup-div .modal-body {
    padding: 0px;
}
.testimonial-pop-text {
    margin: 20px;
}
.popup-div .close-btn-popup {
    background: #f00;
    color: #fff;
    width: 40px;
    height: 39px;
    line-height: 15px;
    font-size: 33px;
    right: -40px;
    top: 0;
}
.popup-div .close-btn-popup a {
    background: #f00;
    color: #fff;
    width: 40px;
    height: 39px;
    line-height: 15px;
    font-size: 33px;
}
.testimonial-pop-text p{margin-top: 10px;}
.eclusive-property-type {
    margin: 6px 0 0;
    display: inline-block;
    width: 100%;
    border-top: 2px dotted #ddd;
    padding: 7px 0;
    /* background: #fbfbfb; */
}
.exclusive-pro-details i{
    color: #3f51b5;
}
.categories-project-type {
    margin:0px 0 0;
    display: inline-block;
    width: 100%;
    border-top: 2px dotted #ddd;
    padding: 10px 0;}
.quick-links h3 a{color: #000;}
.enquiry_now_fixed {
    position: fixed;
    right: -59px;
    background: #000; display: none;
    width: 158px;
    z-index: 1;
    top: 40%;
    padding: 8px;
    transform: rotate(-90deg);
    text-align: center;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
    border-radius: 4px 4px 0 0;
    cursor: pointer;
    text-transform: uppercase;
}
.back-to-top{
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 1;
}


.modal{padding: 0px!important;}
.filter-details-search .search_icon {
    background: #000;
    display: inline-block;
    padding: 10px;
    height: 50px;
    width: 50px; cursor: pointer;
    text-align: center;
    color: #fff;
}
.filter-details-search .search_icon i {
    position: relative;
    top: 3px;
    right: auto;
    font-size: 21px;
}
.search-banner{
    padding: 6% 0 0;
    text-align: center;
    background-position: center center!important;
    position: relative;
    min-height: 350px;
    margin-top: 75px; background: rgb(75 104 126);
}
.property-type-content-filter h5{margin-bottom: 5px;}
.search_total_properties .matrial-select .select .selectDropdown.toggle{height: 145px;}
.search-project-types{height: 78px;}
.project-sub-info ul{margin-bottom: 0px;}
.exclusive-sub-details{width: 100%; clear: both;}
.location-adv-list h3{margin-top: 0px;}

@-moz-document url-prefix() { 
 .no-text-info span::after {
  
  bottom: -29px;
}

}
.project-faqs-row{padding-bottom: 50px!important;}
.project-walktrhough-video iframe{border: 0px!important;}
.img_tag {
    text-align: right!important;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    position: absolute;
    right: 22px;
    bottom: 10px;
    width: 100%;
    text-shadow: 1px 1px 1px #0a0a0a;
    margin: 0px;
}
.project-page-banners .img_tag {
   
    right: 36px;
    bottom: 57px;
 
}
.walkthrough-video-info .vertical_tab_col a h3{margin-bottom: 0px;}
.specification-grids p {
    display: inline-block;
    width: 100%;
    clear: both;
    padding: 5px 0; margin: 0 0 0px;
    color: #BCBCBC;
    font-size: 16px;
}
 .specification-grids strong{
    color: #fff;
    font-weight: 600;
}
 .floor-plan-container{
    display: inline-block;
    width: 100%;
    clear: both;
}
.floor-info-text {
    text-align: center;
    margin-bottom: 25px;
}
.slider-thumb{text-align: center;}
.floor-plan-slider .thumb-gallery{display: inline-block!important;}
.specification-images .img_tag {
 
    right: 45px;
    bottom: 30px;
    }
.floor-details-heading{width: 100%; clear: both; display: inline-block; padding-bottom: 20px;}
.floor-plan .floor-plans-design .nav-tabs li {
    margin: 0px 0.2%;
    display: inline-block;
    float: none;
}

.floor-plans-design .nav>li>a {
    position: relative;
    display: block;
    font-size: 18px;
    padding: 8px 15px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: .5px;
}
.floor-plans-design ul{text-align: center; border-bottom: 0px;}
.tab-bg {
    background: #F5F8FF; border-top: 1px solid #ddd;
    padding: 50px 0%;
}

.second-tab {
    padding-bottom: 30px !important;
}
.floor-plan .floor-plans-design .second-tab li {
    border: 1px solid #ddd;
    margin: 5px;
}
.floor-plan .floor-plans-design .second-tab li.active{border: 1px solid #000;}
.floor-plans-design .first-tab>li.active{background: #000; }
.floor-plans-design .first-tab>li.active a{color: #fff;}
.floor-plans-design .first-tab>li>a:focus, .floor-plans-design .first-tab>li>a:hover {
    text-decoration: none;
    background-color: #000!important;
    color: #fff!important;
}
.floor-plans-design .nav-tabs>li.active>a, .floor-plans-design .nav-tabs>li.active>a:focus, .floor-plans-design .nav-tabs>li.active>a:hover{background: none; border: 0px;}
.site-plan-sub{padding: 40px 0 60px; display: inline-block; clear: both; width: 100%;}
.floor-plans-design .nav-tabs>li>a{border: 0px;}
.site-plan-page{display: inline-block; width: 100%; clear: both; padding: 20px 0 0;}
.master-plan-sub {
    padding: 40px 0 60px;
    display: inline-block;
    clear: both;
    width: 100%;
    background: #f9f9f9;
}
.location-map-page{display: inline-block; width: 100%; clear: both; padding: 20px 0 0;}
.commercial-project-banner .project-cta-col{text-align: left;}
.floor-plan-img{border: 1px solid #e5e5e5;}
.c-site-plan{clear: both; width: 100%;}
.faq-container-row  .panel-body {
    border: 0px !important;
    background: #F5F8FF;
    border-bottom: 0px;
}
.nav>li>a:focus, .nav>li>a:hover{background: none; border: 0px;}
.nav-tabs>li>a{border-radius: 0px; margin-right: 0px;}
.floor-plan-pagesd{padding: 25px 0 0;}
.floor-info-m{width: 100%;}
.gallerynew{width: 100%;}
.galery_page_design{width: 100%; clear: both; padding: 20px 0 80px;}
.gallery-pages-tabs{width: 100%; clear: both; padding: 20px  0;}
.gallery-pages-tabs>li{float: none; display: inline-block;}
.light-box-gallery{margin-top: 30px; width: 100%; clear: both;}
.blog-block4{padding-bottom: 40px;}
.investor-col {
    padding: 20px;
    box-shadow: 0px 0px 5px #ddd;
    background: #fff;
    margin-bottom: 30px;
    min-height: 278px;
}
/*.investor-col ul {*/
/*    margin: 10px 0px;*/
/*}*/
/*.investor-col ul li {*/
/*    padding: 3px 0px;*/
/*    margin: 0px;*/
/*    margin-left: 20px;*/
/*    width: 100%;*/
/*    color: #333;*/
/*    font-size: 16px;*/
/*    font-weight: 400;   */
/*}*/
/*.investor-col ul li a {}*/
/*.investor-col ul li a:hover{text-decoration: underline;}*/

/*.investor-col ul ul {*/
/*    margin: 0px;*/
/*}*/
/*.investor-col ul ul li{padding-left:5px;}*/
/*.investor-col ul ul li::marker {*/
/*    content: "-";*/
/*}*/

.investor-col ol {
    margin: 9px 0px;
    list-style-type: upper-alpha;
}
.investor-col ol li {
    padding: 3px 0px;
    margin: 0px;
    margin-left: 30px;
    width: 100%;
    color: #333;
    font-size: 16px;
    font-weight: 400;   
}
.investor-col ol li::marker{content:inherit;color:#337ab7}
.investor-col ol li a {}
.investor-col ol li a:hover{text-decoration: underline;}

.investor-col ol ol {margin: 0px;list-style-type: lower-alpha;}
.investor-col ol ol li{padding-left:5px;}
/*.investor-col ol ol li::marker {content: "-";}*/

.investor-col h5{font-size: 21px;}
.city-exclusive-pro{background: #fff!important;}
.investor_section{display: inline-block; width: 100%; clear: both; padding: 30px 0 ;}
.certified-websites{text-align: center;}
.d-none {
    display: none!important;
}
.designated-officicals{margin:0 0 20px 0; width: 100%; clear: both;}
.investor-grid-block{margin: 0px 0 10px; width: 100%; clear: both;}
.investor-details-heading-subheading h2{margin-top: 0px;}
/*Investor Section*/
.investor-pdf-information a:focus{outline: 0px; text-decoration: none;}
.investor-wrapper{width: 100%; display: inline-block; clear: both;}
.investor-row{width: 100%; display: inline-block; clear: both;}
.investor-heading-infos {
    display: inline-block; width: 100%;
   clear: both;
}
.investor-blocks-row {
    display: inline-block;
    width: 100%;
    clear: both;
    margin: 20px 0;
}
.investor-pdf-information {
    width: 100%;
    display: inline-block;
    clear: both;
  
}
.investor-col-block {
    width: 100%;
    transition: box-shadow 500ms;
    display: inline-block; position: relative;
    clear: both;
    box-shadow: 0px 1px 14px rgb(169 169 169 / 25%);
    border: 1px solid #DCDCDC;
    padding: 10px;
    border-radius: 0px;
    margin: 0 0 15px 0;
    min-height: 160px;
}
.investor-col-block:hover {
    box-shadow: 0px 1px 25px rgb(169 169 169 / 75%);
}
.investor-col-block:hover .investor-year span{color: #000;}
.investor-col-block:hover .investor-year{border: 1px solid #000;}
.investor-icon-year {
    width: 93%;
    display: inline-block;
    clear: both;
    position: absolute;
    bottom: 0;
}
.investor-pdf-icon {
    float: left;
    width: 55px;
    margin-right: 13px;
}
.investor-year {
    display: inline-block;
    border: 1px solid #a7a7a7;
    border-radius: 5px;
    float: right; 
    margin: 12px 2px;  transition: box-shadow 500ms;
}
.investor-year span {
    padding: 2px 10px;
    display: inline-block;
    color: #666;
    font-weight: 600;
    font-size: 14px;
}
.investor-label-name h3 {
    font-size: 18px; margin-top: 0px;
    line-height: 24px;
    text-transform: capitalize;
    font-weight: 400;
}
.paginations-listings{text-align: left; display: inline-block; width: 100%;}
.paginations-listings .active .page-link {
    background: #252c3c !important;
    color: #fff !important;
}
.paginations-listings .pagination li .page-link {
    border-radius: 0;
    color: #000000;
}
.paginations-listings .pagination>li>a, .paginations-listings .pagination>li>span{font-size: 16px;}
.paginations-listings .pagination>li>a:focus, .paginations-listings .pagination>li>a:hover, .paginations-listings .pagination>li>span:focus, .pagination>li>span:hover{ background: #252c3c !important;
    color: #fff !important;}
.investor-heading-infos h2{font-size: 24px;}

.investor-details-info{display: inline-block; width: 100%; clear: both;}
.investor-details-heading-subheading{display: inline-block; width: 100%; clear: both;}
.investro-details-des {
    display: inline-block;
    width: 100%;
    clear: both;
    margin: 20px 0;
}
.investor-details-heading-subheading h2{font-size: 24px;}
.investro-details-des p{font-size: 16px; line-height: 26px;}
.investro-details-des ul{
    padding-left: 25px;
    list-style: square;
}
.investro-details-des ul li {
    padding: 5px 10px 5px 0px;
    font-size: 16px;
}
.filter-year-search select {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    height: 50px!important;
    margin: 0;
}
.filter-year-search{
    display: inline-block;
    width: 100%;
    background: #f5f5f5;
    padding: 15px;
    margin-bottom: 20px;
}

.select-label{font-size: 18px; text-transform: uppercase; margin: 10px 0px; font-weight: 600;}



/* Vertical Side Bar Investor*/
#sidebar, #sidebar1{text-align: left;box-shadow: 0px 1px 14px rgba(169, 169, 169, 0.25); background: #fff;}
#sidebar .list-group .list-group-item[aria-expanded="true"], #sidebar1 .list-group .list-group-item[aria-expanded="true"] {
    background-color: #CADEFC;
    color: #000;
}
#sidebar .list-group .list-group-item[aria-expanded="true"] .fa-angle-up, #sidebar1 .list-group .list-group-item[aria-expanded="true"] .fa-angle-up{display:block;}
#sidebar .list-group .list-group-item[aria-expanded="true"] .fa-angle-down, #sidebar1 .list-group .list-group-item[aria-expanded="true"] .fa-angle-down{display: none;}
#sidebar a.list-group-item:focus, #sidebar a.list-group-item:hover, #sidebar1 a.list-group-item:focus, #sidebar1 a.list-group-item:hover {
    background: #CADEFC;
    color: #000;
}
#sidebar .list-group .internal-sub[aria-expanded="true"], #sidebar1 .list-group .internal-sub[aria-expanded="true"] {
    background-color: #CADEFC!important;
    color: #000!important;
}
.investor-row .d-inline-block {
    font-size: 18px;
    background-color: #E6EFFC!important;
    color: #000;
    padding: 10px 39px 10px 15px!important;
}
.investor-row .list-group-item {
    padding: 10px;
    font-size: 16px; width:100%;
    border-radius: 0px!important;
    
}
.investor-row .d-inline-block i {
    float: right;
    font-size: 14px;
    position: absolute;
    top: 18px;
    right: 13px;
}
.investor-row  .fa-angle-up{display: none;}

.internal-sub {
    background: #e7e7e7!important;
    color: #000!important;
}
.investor-row #menu5sub2 .list-group-item {
    padding: 10px 33px;
    border-bottom: 0px;
    border-top: 0px;
}
.investor-row #menu6sub2 .list-group-item {
    padding: 10px 33px;
    border-bottom: 0px;
    border-top: 0px;
}

.investor-nav {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
    clear: both;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    box-shadow: 0px 1px 14px rgb(169 169 169 / 25%);
    padding-top: 60px;
}
.investor-row  #sidebar{box-shadow: none;}
.investor-row  #sidebar1{box-shadow: none;}
.investor-row .mobile-investor-nav .d-inline-block {
    font-size: 18px;
    background-color: #fff;
    color: #000;
    border-left: 0px;
    border-right: 0;
}
.mobile-investor-nav #sidebar1 .list-group .list-group-item[aria-expanded="true"] {
    background-color: #e6effc;
    color: #000;
}
.mobile-investor-nav #sidebar1 a.list-group-item:focus, .mobile-investor-nav #sidebar1 a.list-group-item:hover {
    background: #e6effc;
    color: #333;
}
.mobile-investor-nav #sidebar1 .list-group .internal-sub[aria-expanded="true"] {
    background-color: #e6effc!important;
    color: #222!important;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #606060;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    color: #000;
    right: 25px;
    font-size: 36px;
    margin-left: revert;
    border: 0;
    padding: 9px;
    color: #f00;
    line-height: 19px;
    top: 10px;
    right: 14px;
    font-weight: bold;
}
.sidenav a:hover{color: #000;}
.sidenav .closebtn span {
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    top: -4px;
}
.mobile-investor-nav{display: none;}
@media screen and (max-height: 450px  ) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
@media (max-width: 1024px){

.investor-pdf-information .col-md-4 {
    width: 50%;
    max-width: 50%!important;
    flex: auto;
}
}
@media (max-width: 980px){
.mobile-investor-nav {
    display: block;
    /* position: fixed; */
    z-index: 9;
    /* background: #327f9a; */
    padding: 10px;
    left: 0px;
    font-size: 15px;
    color:#0764b1;
    text-transform: uppercase;
    top: 0;
    margin: 20px 0;
    border: 1px solid #0764b1;
    font-weight: bold;
}
.investor-nav{display: none;}
}
@media (max-width:767px){
.investor-pdf-information .col-md-4{width: 100%;    max-width: 100%!important;}
.investor-wrapper .investor-row{margin:0px;}
.select-label {

    margin: 10px 0px 20px;
    font-weight: 600;
}
.investor-row .mobile-investor-nav .d-inline-block {
    font-size: 16px!important;
}
.investor-wrapper .container {
    width: 95%!important;
    max-width:95%!important;
}
.investor-pdf-information {
    width: 100%;
    display: inline-block;
    clear: both;
    min-height: 100%;
}
}
.investor-pdf-icon img{width:100%;}
.investor-pdf-information a{color:#333}
.investor-pdf-information a:hover{text-decoration:none; color:#333}
.investor-wrapper .container {
    /*width: 80%;
    max-width: 80%;*/
}
#sidebar .list-group-item{color:#000;}
.d-inline-block{color:#000!important;}
.list-group-item.active {
    z-index: 2;
    color: #000!important;
    background-color: #CADEFC!important;
    border-color: #9eb0cc!important;
}
.mobile-investor-nav .sidenav a {
    text-transform: capitalize;
    font-weight: 400;
   
}
.mobile-investor-nav .sidenav{padding-bottom: 100px!important;}
.investor-row .mobile-investor-nav .list-group-item{font-size: 14px;}
.investor-view-report {
    display: inline-block;
    /* border-bottom: 2px solid #d5d5d5; */
    border-radius: 0;
    float: left;
    /* font-weight: 600!important; */
    padding: 6px 0px;
    color: #0764b1; font-size: 0px!important;
    margin: 9px 2px;
    transition: box-shadow 500ms;
   
    font-weight: 400;
    font-size: 14px;
    /* background: #ebebeb; */
}
.investor-view-report:before{
    content: "View";
    position: absolute;
    font-size: 16px!important;
}
.investor-view-report i {
    font-size: 14px!important;
    float: right;
    /* position: absolute; */
    margin-right: -49px;
    position: relative;
    top: 6px;
}
.quality-policy-info h2{margin-top: 0px;}
.e-coverage-year{margin-top: 15px;}
.e-coverage-year:before{display: none;}

.info-omaxe-col {
    width: 100%;
    border-left: 4px solid #23cad4;
    display: inline-block;
    margin: 25px 0;
    min-height: 80px;
    padding: 0px 0 0px 10px;
}
.border-skyblue {
    border-left: 4px solid #00b4da;
}
.heading-infos h2{text-transform: uppercase; margin-bottom: 20px;}  
.lifeomaxe-row1{display: inline-block; width: 100%; clear: both; padding: 0 0 60px;}
.info-omaxe-col {
    width: 100%;
    border-left: 6px solid #23cad4;
    display: inline-block;

    margin: 25px 0;
    min-height: 95px;
    padding:0px 0 0px 10px;
}
.info-omaxe-col p{margin:0px;}

.info-omaxe-col h5 {
    font-weight: 500; margin-bottom: 5px;
    font-size: 21px;
    margin-top: 0;
}
.border-pink{border-left:6px solid #e21067}
.border-blue{border-left:6px solid #5672ff}
.border-orange{border-left:6px solid #ff753b}
.border-red{border-left:6px solid #f00}
.border-green{border-left:6px solid #97b9d3}
.border-skyblue{border-left:6px solid #00b4da}
.border-yellow{border-left:6px solid #dab400}

.lifeomaxe-row2{background: #F5F8FF; display: inline-block; padding: 50px 0px; width: 100%;}
.benefit-icon1, .benefit-icon2, .benefit-icon3, .benefit-icon4, .benefit-icon5, .benefit-icon6, .benefit-icon7{
    width: 80px; margin-right: 10px;
    float: left;
    background: url("../images/benefit-icon-new.png") no-repeat;
    height: 70px;
} 

.benefit-icon-info {
    display: inline-block;
    width: 100%;
    padding-left: 5px;
}
.icon-names {
    float: left;
    padding: 23px 0 0;
}
.icon-names h3 {
    font-size: 21px;
    font-weight:500; margin: 0px;
}
.benefits-text p{text-align: left!important;}
.benefit-rows {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
}

.benefit-icon2{
    background-position: 0 -80px;
}
.benefit-icon3{
    background-position: 0 -150px;
}
.benefit-icon4{
    background-position: 0 -215px;
}
.benefit-icon5{
    background-position: 0 -285px;
}
.benefit-icon6{
    background-position: 0 -354px;
}
.benefit-icon7{
    background-position: 0 -427px;
}
.benefit-rows{
    display: inline-block;
    width: 100%;
    padding: 20px 0;
}
.lifeomaxe-row3 {
    width: 100%;
    display: inline-block;
    clear: both; background: #fff7f7;
    padding: 50px 0 40px;
}
.lifeomaxe-row4{
    display: inline-block;
    width: 100%; clear: both;
    padding: 50px 0 0;
}
.employees-say-col{width: 100%; display: inline-block; clear: both;}
.employees-pics{margin-bottom: 10px; display: inline-block; clear: both; width: 100%;}
.lifeomaxe-row3 .listPropCatnews .card-news{border: 0px!important}
.employees-infos{margin: 10px 0; display: inline-block; clear: both;}
.emp-hr{width: 50%; float: left; height: 2px; background: #1664ad; clear: both;}

.emplyees-names-info h3 {
    font-size: 21px;
    margin: 0px;
}
.emplyees-names-info span {
    font-size: 14px;
    color: #5a5959;
    /* font-style: italic; */
}
.emplyees-names-info{
    display: inline-block;
    clear: both;
    width: 100%;
    margin: 12px 0;
}
.employees-say-text p {
    text-align: left;
    /* color: #000000; */
    line-height: 30px;
    line-height: 25px;
    margin-bottom: 10px;
    /* font-weight: 300; */
}
.employees-say-text i{
    color: #dfdfdf; margin-right: 5px;
}
.employee-say-btn{width: 100%; display: inline-block; clear: both;}
.employee-say-btn a{color: #1764ad}
.employee-say-btn a i{color: #1764ad;       transition: transform 0.3s ease-out;}
.employee-say-btn a:hover, .employee-say-btn a:hover i{
    transform: translateX(4px);
 

}
.employees-pics img{width: 100%;}

.gallery-life-atomaxe {
    width: 100%;
    display: inline-block;
    clear: both;
    padding: 60px 0px;
    background: url(../images/life-at-omaxe/life-omaxe-gallerybg.jpg);
    background-repeat: repeat-y;
    background-size: 100%;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    margin-top: 50px;
}
.gallery-lifeomaxetext{
    background: #fff;
    text-align: center;
    box-shadow: 0 0 5px #bfbfbf;
    padding: 15px;
}
.gallery-lifeomaxetext h4{font-size: 16px; margin: 0px; text-transform: uppercase;}
.gallery-lifeomaxeimage {
    overflow: hidden;
    position: relative;
    background: #000;
}
.gallery-lifeomaxeimage img{transition: 0.5s;}
.galley-lifeomaxe-col:hover img {
    transform: scale(1.1); opacity: .5;
}
.life-atzoom-icon{ width: 35px; height: 35px; display: inline-block;}
.galley-lifeomaxe-col:hover  .zoom-icon-col{display: block;}
 .zoom-icon-col{
    position: absolute;
    z-index: 9; display: none;
    top: 44%;
    width: 100%;
    text-align: center;
}
.gallery-lifeatomaxe-list a{color:#000;}
.gallery-lifeatomaxe-list a:hover{color: #000;}
 .zoom-icon-col div{
    width: 35px;
    height: 35px;
    background: #fff;
    display: inline-block;
    border: 2px solid #fff;
    color: #000;
    line-height: 32px;
    border-radius: 5px;
}

.gallery-lifeatomaxe-list{width: 100%; display: inline-block; clear: both;}
.gallery-lifeatomaxe-list ul li {
    float: left;
    margin: 16px 15px;
    width: 30%;
}
.css-masonry {
    
    width:100%;
   
    margin-left: auto;
    margin-right: auto;
  /*  -moz-column-gap: 1.5em;
         column-gap: 1.5em;
    -moz-column-count: 3;
         column-count: 3;*/
}
.css-masonry .item {
    display: inline-block; /* 1 - VER COMENTARIO ABAJO*/
    width: 100%; /* 2 - VER COMENTARIO ABAJO*/
    background-color: white;

    margin-bottom: 25px;
    border-radius: 3px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.18);
    padding: 0em;
}
.employees-pics{overflow: hidden;}
.lifeomaxe-row3 .card-news:hover{box-shadow: none;}
.lifeomaxe-row3 .card-news:hover img{    transform: scale(1.1);}
.lifeomaxe-row3 .employees-pics img {
    transition: 0.4s;
}
.gallery-lifeomaxeimage img{width: 100%;}
.lifeomaxe-row3 .owl-carousel .owl-nav [class*=owl-]{    top: 38%;}
.lifeomaxe-row3 .news-view{padding: 0px; top: 0px;}
.galley-lifeomaxe-col{cursor: pointer;}
.hide-gallery-pages{display: none;}

.employees-say-col:hover .img-overlay-text {
    opacity: 1;
}
.thankyou-messages h2{margin-top: 0px;}
.employees-say-col .img-overlay-text{background-color: rgba(0, 0, 0,0.5);}
.employees-say-col .overlay-text{font-size: 18px;}
.thankyou-pages {
    display: inline-block;
    width: 100%;
    padding: 140px 0 70px;
    background: #f6f6f6;
    margin: 20px 0 0;
}
.thankyou-blogs-post{margin-top: 20px; display: inline-block; width: 100%; clear: both;}
.thankyou-messages {
    text-align: center;
    box-shadow: 0 0 17px #e4e4e4;
    padding: 48px;
    width: 100%;
    background: #fff;
}
.thankyou-messages p{margin-bottom: 0px; font-size: 21px;}
.lifeomaxe-row4 .thankyou-msg-btn {text-align: center;}
.thankyou-msg-btn a {
    display: inline-block;
    border: 2px solid #0063af;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 16px;
    color: #0063af!important;
    font-weight: 500;
    letter-spacing: 2px;
}
.blog-thankyou-col{margin-bottom: 20px;}
.thankyou-msg-btn{margin: 25px 0 0; display: inline-block; width: 100%;}
.thankyou-msg-btn a:hover{background: #0063af; color:#fff!important;}
.text-thankyou-blog {
    background-color: rgba(255,255,255,0.7);
    display: inline-block;
    width:70%;
    padding: 1.5em;
    position: absolute;
    z-index: 8;
    top: 37%;
    left: 0;
    text-align: center;
    /* bottom: 50%; */
    right: 0px;
    margin: 0 auto;
    height: auto;
}
.info-omaxe{padding: 30px 0 0; width: 100%; clear: both; display: inline-block;}
.benefits-details-omaxe{width: 100%; clear: both; display: inline-block; padding: 20px 0 0;}
.news-view{width: 100%; clear: both; display: inline-block; padding: 30px 0 0!important;}
.emplyees-names-info {
    display: inline-block;
    clear: both;
    width: 100%;
    margin: 12px 0;
}
.life-at-omaxe-content{padding-bottom: 0px;}
.employee-text-popup {
    display: inline-block;
    width: 100%;
    padding: 20px;
}
.companypolicy_section{padding: 0 0 30px; width: 100%; display: inline-block; clear: both;}
.companypolicy_section h5{font-size: 21px!important; margin: 20px 0;}
.companypolicy_section li::marker {
    display: inline-block!important;
    content: " • ";
    /* margin-right: 19px; */
    left: -12px;
    position: absolute;
    font-weight: 600;
    font-size: 20px;
}
.companypolicy_section ul{padding-left: 10px;}
/*Job Page*/
.jobapply-form {
    box-shadow: 0 0 10px #eee;
    width: 100%;
    padding: 10px 32px;
    margin: 10px 0 0;
}
.form-field{width: 100%;}
.pure-material-textfield-outlined{width: 100%!important;}
.right_career_box {
    padding-top: 0!important;
    background: #fff;
    box-shadow: 0 0 12px #bbb;
    border-radius: 10px; margin-bottom: 25px;
}

.right_career_box p{border-bottom: 0px;}
.right-carrer-infos {
    border-bottom: 0.5px solid #ddd;
    padding: 4px 13px;
}
.jobapply-form input[type=submit] {
    background: #00589b!important;
    color: #fff!important;
    border: 0px;
    margin: 11px 0 0;
    border: 2px solid #00589b;
    font-size: 18px;
    cursor: pointer;
    letter-spacing: 2px;
    font-weight: 400;
    padding: 10px 54px;
    display: inline-block;
    /* width: 100%; */
    text-transform: uppercase;
}
.jobapply-form input[type=submit]:hover {
    background: #fff!important;
    color: #00589b!important;
}



.new-sup {
    background: #f00;
    color: #fff;
    width: auto;
    text-transform: uppercase;
    text-align: center;
    padding: 2.5px 6px;
    position: relative;
    font-size: 11px;
    border-radius: 3px;
    z-index: 1;
}
.new-sup span{position: relative; z-index: 9;  animation: blink-animation 1s steps(5, start) infinite;
        -webkit-animation: blink-animation 1s steps(5, start) infinite;}
@keyframes blink-animation {
        to {
          visibility: hidden;
        }
      }
      @-webkit-keyframes blink-animation {
        to {
          visibility: hidden;
        }
      }
      .carrer-row{width: 100%; clear: both; display: inline-block;}
.carrer-row-top {
    width: 100%;
    clear: both;
    display: inline-block;
    margin-bottom: 0;
    border-bottom: 0;
}
.posted-etc ul{margin-bottom: 0px; padding-left: 0px;}
.share-soical-job ul{margin-bottom: 0px;}
.jobs-post-feature{width: 100%; clear: both; display: inline-block; margin: 4px 0px 15px;}
.jobs-post-feature ul li {
    display: block;
    font-size: 13.5px;
    padding: 2px 15px 0 0;
    color: #666;
}
.jobs-post-feature ul li span{font-weight: 500; color: #333; margin-right: 5px; font-size: 13.5px;}
.carrer-h-des h3{font-size: 24px; color: #0764b1}
.job-apply-btn{width: 100%; clear: both; display: inline-block; text-align: left;}
.job-apply-btn a {
    background: #fff!important;
    color: #00589b!important;
    border: 0px;
    margin: 0px 0 0;
    border: 2px solid #00589b;
    font-size: 15px;
    cursor: pointer;
    letter-spacing: 0;
    font-weight: 400;
    padding: 7px 10px;
    display: inline-block;
    text-transform: uppercase;
}

.job-apply-btn a:hover {
    background: #00589b!important;
    color: #fff!important;
}
.roles-lesponsibilities-row{width: 100%; clear: both; display: inline-block;}
.roles-lesponsibilities-row h4 {
    font-size: 20px;
    margin: 7px 0 15px;
}
ul.roles-lesponsibilities-list{padding-left:15px;}
ul.roles-lesponsibilities-list li {
    font-size: 14px;
    padding: 5px 0;
    list-style: initial;
}
ul.roles-lesponsibilities-list li::marker {
    content: " • ";
    left: -12px;
    position: absolute;
    font-weight: 600;
    font-size: 20px;
    display: inline-block !important;
}
.apply-now-form{width: 100%; clear: both; display: inline-block; }
.apply-form-heading h3 {font-size: 24px;}
.apply-form-heading span{font-size: 14px;}
.apply-form-heading{
    margin-bottom: 21px;
}
.share-soical-job {
    float: right;
    width: 100%;
    float: right;
    text-align: right;
}
.share-soical-job ul li {
    display: inline-block;
    font-size: 14px;
    padding: 0 1px;
}
.carrer-jobs-infos{margin-top:20px;}
.share-soical-job ul li a {
    width: 25px;
    height: 25px;
    border: 1px solid #000;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #000;
}
.share-soical-job .fa-twitter:hover{background: none;}
.share-soical-job ul li a.sh-fb:hover{ background: #3B5998; color: #fff;  border: 1px solid #3B5998;}
.share-soical-job ul li a.sh-linkedin:hover{ background: #007bb5; color: #fff; border: 1px solid #007bb5;}
.share-soical-job ul li a.sh-whatsup:hover{ background: #09a938; color: #fff; border: 1px solid #09a938;}
.share-soical-job ul li a.sh-gmail:hover{ background: #f34235; color: #fff; border: 1px solid #f34235;}
.form-rows-field .row{margin-top: 15px; margin-bottom: 15px;}
.jobapply-form select {
    height: 56px;
    font-size: 14px;
    color: #666!important;
    width: 100%;
    padding: 15px 13px 15px;
    border-radius: 1px;
    border: 1px solid rgba(0,0,0,0.2);
}
.form-field .pure-material-textfield-outlined span {
    font-size: 14px!important;
    color: #666!important;
}
.department_list {
    border: 1px solid rgba(0,0,0,.2);
    padding: 5px 10px;
    font-size: 14px;
    outline: none;
    height: 35px;
    vertical-align: top;
    width: 300px;
    height: 48px;
    border-radius: 2px;
    color: #666!important;
}
.career_search_outer .search_btn {
    background: #0063af;
    color: #fff;
    letter-spacing: 1px;
    border: 0;
    height: 48px;
    width: auto;
    margin-top: 0px;
    padding: 0px 15px;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0;
    cursor: pointer;
}
.search_box_career {
    padding: 20px 0;
    margin-bottom: 0;
    margin-top: 10px;
}
.apply_section ul li {
    display: table;
    width: 100%;
    border: 1px solid #ebf0f6;
    margin-bottom: 10px;
    padding: 10px;
    float: left;
    /* background: #eee; */
    box-shadow: 0 1px 2px 0 rgb(0 106 194 / 20%);
}
.posted-etc {
    float: right;
    text-align: right;
    margin: 10px 0;
}
.posted-etc ul li {
    display: block;
    font-size: 13.5px;
    padding: 0px 5px 8px 5px;
    color: #666;
    text-align: right;
    line-height: 15px;
}
.posted-etc ul  li span {
    font-weight: 600;
    color: #333;
    margin-right: 5px;
    font-size: 13.5px;
}
.share-soical-job ul li:nth-child(1){
   
    font-size: 13.5px;
    padding: 2px 5px 0 0;
    color: #666;
}
.posted-etc-row {
    display: inline-block;
    width: 100%;
    /* border: 1px solid #eee; */
    
}
.posted-etc ul li:last-child{border: 0px;}
.job-key-skils {
    width: 100%;
    display: inline-block;
    clear: both;
    margin-bottom: 20px;
}
.job-key-skils h4 {
    font-size: 20px;
    margin: 7px 0 15px;
}
ul.key-skills-list li {
    font-size: 14px;
    list-style: none;
    border: 1px solid #e6e6e6;
    display: inline-block;
    padding: 7px 20px;
    border-radius: 20px;
    background: #f4f4f4;
}
.form-label {
    text-align: left;
    padding: 25px 0; font-size: 14px;
}
 .form-label:after{
    content: '*';
    color: #ED2D2C;
}
.ctc-price{width: 38%!important; float: left;}
.div-col {width: 10%; float: left;}
.div-col span{
    padding: 20px 13px; color: #999; font-size: 14px;
    display: inline-block;
}
.jobs-post-feature ul{padding-left: 0px; margin-bottom: 0px;}
ul.key-skills-list{padding-left: 0px;}
.vacancy_name a {
    color: #333;
    font-size: 16px;
    /* text-transform: uppercase; */
    font-weight: 500;
}
.jobs-listing-view{width: 100%; clear: both; display: inline-block;
 border: 1px solid #ebf0f6; margin-bottom: 30px;
   
    box-shadow:0px 1px 14px rgb(169 169 169 / 25%);
   

}
.job-listing-description span{font-weight:600!important; color: #333;}
.job-listing-description p{
    color: #666;
    font-size: 13.5px; margin-bottom: 0px;
}
 .jobs-listing-view:hover{
    -webkit-box-shadow: 0 3px 8px 0 rgb(0 106 194 / 20%);
    box-shadow: 0 3px 8px 0 rgb(0 106 194 / 20%);
    cursor: pointer;
}
.jobs-information-list {
    display: inline-block;
    width: 100%;
    padding: 13px 16px 15px;
}
.jobs-name h3 a {
    font-size: 18px;
    color: #0764b1;
    font-weight: 500;
}
.jobs-listing-view .jobs-post-feature ul li {
    display: block;
    font-size: 14px;
    padding: 2px 4px 0 0;
    color: #666;
}
.job-listing-description {
    width: 100%;
    clear: both; margin: 4px 0px;
    display: inline-block;
    font-size: 14px;
}
.key-skils-listing{
    width: 100%;
    clear: both; margin: 4px 0px;
    display: inline-block;
 
}
.job-listing-description span{font-weight: 500;}
ul.key-skills-list {
    padding-left: 0px; float: left;
}

.key-skils-listing span {
    float: left;
    font-size: 13.5px;
    font-weight: 500;
    margin-right: 4px;
    margin-top: 6px;
}
.jobs-listing-view  .jobs-post-feature ul {
    padding-left: 0px;
    margin-bottom: 0;
}
.jobs-information-list .jobs-post-feature {
    margin: 10px 0px 5px;
}
.key-skils-listing ul.key-skills-list li {
    font-size: 13.5px;
    list-style: none;
    border: 1px solid #afafaf;
    display: inline-block; margin-top: 5px;
    padding: 2px 9px;
    border-radius: 20px;
    background: none;
}
.posted-date-jos{
    clear: both;
    background: #f7f7f7;
    float: left;
    width: 100%;
    padding: 7px;
}
.key-skils-listing ul.key-skills-list{margin-bottom: 0px; margin-top: 8px; width: 100%; clear: both;  }
.carrer-h-des h3 {
  
    text-transform: uppercase;
}
.apply-forms-infos{background: #f5f5f5; display: inline-block; clear: both; width: 100%;}
.listing-apply .job-apply-btn{text-align: right;}
.jobs-listing-view .posted-etc {
  float: right;
    text-align: right;
    margin: 3px 0 0;
}
.job-id {
    font-size: 13.5px;
    color: #666;
    float: left;
}
.jobs-name h3 {
    margin-bottom: 5px;
    line-height: 21px;
    margin: 0px 0 15px;
}
.fa-angle-double-right{display: none!important;}
.jobs-listing-view:hover .fa-angle-double-right{display: inline-block!important;}
.jobs-listing-view:hover .fa-angle-right{display: none;}
.jobs-name h3 a {
    font-size: 21px;
    color: #0764b1;
    font-weight: 500;
    line-height: 29px;
}
.know-more-job{margin-top: 5px;}

 .know-more-job i{
    font-size: 16px;
    position: relative;
    top: 1px;
}

.listing-job-post {
    font-size: 13px;
    text-align: left;
    margin: 0px;
    color: #999;
    padding: 0;
    float: left;
    border-left: 1px solid #666;
    line-height: 19px;
    margin: 3px 0px 3px 8px;
    padding-left: 5px;
}
.jobs-listing-view .key-skils-listing span {
    display: block;
    margin: 0;
}
.load-more-job{width: 100%; text-align:center ; clear: both; margin-top: 10px}
.load-more-job a {
    background: #fff!important;
    color: #00589b!important;
    border: 0px;
    margin: 0px 0 0;
    border: 2px solid #00589b;
    font-size: 15px;
    cursor: pointer;
    letter-spacing: 1px;
    font-weight: 400;
    padding: 7px 10px;
    display: inline-block;
    text-transform: uppercase;
}
.load-more-job a:hover {
    background: #00589b!important;
    color: #fff!important;
}
.job-listing-section {
    display: inline-block;
    width: 100%;
    clear: both;
    padding: 50px 0 20px;
}
.career_search_outer {
  
    text-align: center;
    padding: 10px;
    border: #ddd;
    display: inline-block;
    width: 100%;
    background: #f1f1f1;
}
.no-data-found {
    font-size: 21px;
    margin: 30px 0 0;
    display: inline-block;
    }
.no-data-found b{color: #f00;}
.career_search_outer select{margin: 0 5px 0 0;}
.ctc-price {
    width: 38%!important;
    float: left;
}
.div-col {
    width: 10%;
    float: left;
}
.div-col span {
    padding: 20px 13px;
    color: #999;
    font-size: 14px;
    display: inline-block;
}
.jobapply-form  input {
    height: 56px; font-weight: 400;
    font-size: 14px;
    color: #666!important;
    width: 100%;
    padding: 15px 13px 15px;
    border-radius: 1px;
    border: 1px solid rgba(0,0,0,0.2);
}
.career_detail_section{
    display: inline-block;
    width: 100%;
    clear: both;
    padding: 0 0 30px;
}
.press-month .fa-file-pdf-o{font-size: 48px;}
.vendor-blocking-form{clear: both; }
.home-ads-banner{    padding-bottom: 50px;}

.vender_outer_box .card-header {
  padding: 0;
  border: 0;
  margin-bottom: 5px;
  border-radius: 0 !important;
}

.vender_bg {
  background: #f4f4f6!important;
}

.vender_outer_box .card {
  border: 0;
}

.vender_outer_box .panel-title > a:before {
  float: right !important;
  font-family: FontAwesome;
  content: "\f068";
  padding-right: 5px;
}

.vender_outer_box .panel-title > a.collapsed:before {
  float: right !important;
  content: "\f067";
}

.vender_outer_box .panel-title > a:hover,
.vender_outer_box .panel-title > a:active,
.vender_outer_box .panel-title > a:focus {
  text-decoration: none;
}

.vender_outer_box .btn-link {
  text-align: left;
  color: #000;
  font-weight: 600;
  font-size: 14px;
}

.vender_outer_box .btn-link:hover,
.vender_outer_box .btn-link:focus {
  text-decoration: none;
}

.vender_outer_box .btn-link i {
  float: right;
  margin-top: 5px;
}

.vender_outer_box {
    padding: 35px;
    background: #fff;
    width: 100%;
    margin: 30px 0 0;
    box-shadow: 0px 1px 14px rgb(169 169 169 / 25%);
}
.vender_head {
  margin: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 20px;
  border-bottom: 1px solid #ddd;
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
}
.vender_head:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1.5px;
  background: #1864af;
  bottom: -1px;
  width: 100px;
}
.vender_outer_box input {
    border: 0;
    border-bottom: 1px solid #403e3e;
    border-radius: 0;
    padding-left: 0; background: none;
    font-size: 14px;
    color: #000; box-shadow: none!important;
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
}
.vender_outer_box input:focus{box-shadow: none!important; border-color: none!important;}

.vender_outer_box .file_upload {
  border: 0;
  width: 180px;
  float: right;
  margin-bottom: 0;
   height: 50px;    font-size: 14px;
  margin-top: 6px;
  display: none;
}

.file_bdr {
  height:50px;
  border-bottom:1px solid #403e3e;
}

.pan_copy {
  font-size: 14px;
  display: inline-block;
  float: left; font-weight: 400;
  margin-bottom: 0; color: #a699a6;
  vertical-align: bottom;
  margin-top: 18px;
}

.vender_outer_box .flag {
  top: 15px;
}

.upload_caption {
  margin: 0;
  float: right;
  background:#e1e1e1;
  font-size: 11px;
  padding: 4px 10px;
  bottom: -10px;
  position: relative;
  font-weight: 600;
}

.credential_outer {
  position: relative;
}

.year_vender {
  position: absolute;
  right: 0;
  top: 10px;
  font-size: 12px;
  color: #a699a6;
  display: block;
}
.business_checkbox {
    width: 21px!important;
    margin: 0!important;
    padding: 0!important;
    height: 21px!important;
    vertical-align: middle;
    background: url(../images/checkbox.png)!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-repeat: no-repeat;
    border: 0 !important;
 
}
.business_checkbox:checked {
  background: url(../images/checked.png)!important;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-repeat: no-repeat;
  width: 21px!important;
  margin: 0!important;
  padding: 0!important;
  height: 21px!important;
  vertical-align: middle;
 
}
.vender_outer_box .panel{background: none!important;}

.credential_outer input {
  padding: 0 70px 0 0;
}



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

.nature_business ul li {
  font-size: 14px;
  margin-bottom: 10px;
}

.nature_business .the_civil {
  margin: 0px 0 15px;
  font-weight: 600;
  font-size: 13px;
}

.add_list {
  color: #4783ce;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
}

.confirm {
  font-size: 12px;
}

.confirm button {
  width: auto;
  display: block;
  margin: 20px 0;
  padding: 8px 18px !important;
}

.imp_instruction {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
  margin-top: 35px;
}

.important ul {
  margin: 0;
  padding: 0;
  list-style-type: decimal;
  margin-left: 15px;
}

.important ul li {

  margin-bottom: 6px;
}
.vender_outer_box .panel-heading  h3{
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 24px;
    margin: 0px;
}
.vender_outer_box .panel-body{
    background: #f9f9f9;
}
.vender_outer_box .submit-btns{    padding: 0px;
    margin-top: 40px!important;
}
.vender-confirms{margin-top: 20px;}
.vender-confirms span {
    font-size: 14px;
    position: relative;
    top: 3px;
    left: 10px;
}
.important li::marker {
    content: " • ";
    left: -12px;
    position: absolute;
    font-weight: 600;
    font-size: 20px;
    display: inline-block !important;
}
.buyers-guide-release .press-info{width: 100%;}
/*Business Associate*/
.slider-descriptions{position:absolute; z-index:9; top:42%; width:100%; text-align:left;}
.business-ass-slidertext h3{text-transform:uppercase; font-size:36px; font-weight:bold;}
.business-ass-slidertext p{font-size:14px;}
a.business-joinbtn {
    font-size: 14px;
    background: #000;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    text-transform: uppercase;
}
a.business-joinbtn:hover{text-decoration:none; border:1px solid #000; background:none; color:#000;}
.carousel-control-next, .carousel-control-prev{width:5%!important;  }
.about-business-associates{padding:30px 0 70px 0; display:inline-block; width:100%;}
.about-business-list {clear:both; text-align:center; display:inline-block; margin:0px 0 40px;}
.about-business-list ul{}
.about-business-list ul li{float:left; width:33%; font-size:14px; padding:3px 0px; font-weight:600;}
.about-business-headings{width:90%; margin:0px auto}
.video-business{
    clear: both;
    width: 80%;
    margin: 0px auto;
} 
.video-business img{width:100%;}

.services-business-associates{background:#F4F4F4; display:inline-block; clear:both; padding:70px 0px; width:100%;}
.benefits-more-text h4{font-size:21px;}

.benefits-texts img{float:left; width: 100px;}
.benefits-more-text {width: calc(100% - 100px);float:left;}
.benefits-texts {
    margin: 15px 0px;
    display: inline-block;
    width: 100%;
}
.benefits-details{display:inline-block; margin:15px 0 0; clear:both; width:100%;} 
.join-programe a {
    display: inline-block;
    padding: 15px 35px;
    border: 1px solid #1864af;
    color: #1864af;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    margin:50px 32px 0;
}
.join-programe a:hover{background:#1864af; color:#fff; text-decoration:none;}
.how-it-works-associate{width:100%; clear:both; display:inline-block; padding:40px 0px;}
.circle-counting {
    width: 70px;
    height: 70px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 11px 0px 0px;
    color: #1bc0e8;
    font-size: 18px;
    text-align: center;
    position: absolute;
    left: -15px;
    z-index: 1;
}
.circle-counting img{width: auto;}
.content-step-howwork {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 5px 0 41px 70px;
}
.step-box-programme {
    display: inline-block;
    text-align: center;
    width: 18.5%;
    border: 1px solid #dedede;
    margin: 10px 5px;
}
.step-boxprogramme-img img{width:100%;}
.step-boxtext{padding:10px 5px;}
.content-step-howwork:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 2px;
    border-left: 2px dashed #000;
    z-index: 1;
}
.border-before-none:before{display:none;}
.how-itworks-list{position:relative; padding:35px 0 0 20px;}

.content-step-howwork h3{text-transform:uppercase; font-size:21px;}
.join-steps1 ul {
    list-style: disc;
    padding-left: 15px;
}
.join-steps1 ul li{font-size:15px; font-weight:600; padding:3px 0px;}
.h-steps-box{text-align:left;}
.stteps{display:inline-block; padding:10px 25px; background:#1864af; color:#fff;text-transform:uppercase;}
.step-name{
    padding: 10px 0px;
    font-weight: 600;
}
.how-it-worksstep {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}
.how-it-worksstep::before {
    width: 793px!important;
    content: "";
    height: 0px;
    border-top: 2px dotted #444242;
    position: absolute;
    margin-top: 20px;
    margin-left: 82px;
}
a.click-program-btns{text-decoration:underline; color:#1864af; font-weight:bold;}
.success-storys {
    background: #ebebeb;
    padding:50px 0 70px 0;
}
.border-before-none{padding-bottom:0px;}
.business-associate-testimonails {
    width: 100%; padding:30px;
    margin: 0px auto; margin-top:35px;
    background: #fff; position:relative;
    box-shadow: 0px 1px 15px #242a3a45
}
.business-associate-testimonails .testimonial-text p{text-align:left;}
.business-associate-testimonails .fa{
    font-size: 36px;
    color: #999;
    position: absolute;
    opacity: .2;
}
.business-gallery-associate .tab-bg {
    background: #ebebeb;
    padding: 70px 0px;
    margin-top: 10px;
}
.business-gallery-associate{padding:70px 0 0;}
.business-gallery-associate .gallery-design{margin-bottom:0px;}
.business-gallery-associate .gallery-design .nav-tabs{margin-top:35px;}
.success-storys .testimonial-center{background:none;}
.success-people h4{font-size:16px; font-weight:600; margin:0px; color:#1864af;}
.success-people span{ font-weight:bold; font-size:14px;}
.business-associate-testimonails  .testimonial-omaxe-slider .owl-item img{margin:0px; width:100%!important;}
.business-associate-testimonails  .overlay-text{width:100%;}
#wrapper .business-associate-testimonails  .owl-prev{left:-25px!important;}
.success-storys .success-story-details{padding:0px; background:none;}
#wrapper .business-associate-testimonails  .owl-next{right:-25px!important;}
.business-gallery-associate .gallery-design:before, .business-gallery-associate #gallery:before, .business-gallery-associate .gallery-design .popup-gallery:before{display:none!important;}
.mobile-banners{display:none;}

.ekyc-bg {
    background: #000001 url(../images/business-associate/business-ekyc-banner.jpg);
    background-size: cover;
    padding: 14% 0 5%;
}
.ekyc-row1{padding:70px 0 0; background:#e8e8e8;} 
.ekyc-wrappers .contact_tab .nav-tabs li a {
    padding: 0px 0px 15px;
    font-size: 15px;
}
.ekyc-wrappers .contact_tab {
    margin: 10px 0 15px;
}
.ekyc-wrappers .contact_tab .nav-tabs li {
    margin-right: 12px;
    border-right: 2px solid #000;
    padding-right: 15px;
}
.next-stepss {
    background: #005ca1;
    color: #fff; border:1px solid #005ca1;
    text-transform: uppercase;
    padding: 10px 30px;
    display: inline-block;
}
.next-stepss:hover{background:none; color:#005ca1; text-decoration:none;}
.next-btn-row{width:100%; clear:both;}
.next-btn-row .nav-tabs{border:0px;}
.ekyc-wrappers .contact_tab{width:100%; text-align:center;}
.ekyc-wrappers .contact_tab .nav.nav-tabs{display:inline-block;}
.ekyc-wrappers .form-control{
    border-bottom: 1px solid #333!important;
    border-radius: 0px;
    border: 0px; margin-bottom:30px; height:40px;
    background: none;
    padding: 8px 0; font-size:13px;
}
 .ekyc-wrappers label{
    font-size: 14px;
    font-weight: 600;
}
 .ekyc-wrappers .report_bg{padding:70px 0px;}
.ekyc-wrappers  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000; font-size: 12px; font-weight:600;
}
.ekyc-wrappers ::-moz-placeholder { /* Firefox 19+ */
  color: #000; font-size: 12px;font-weight:600;
}
.ekyc-wrappers :-ms-input-placeholder { /* IE 10+ */
color: #000; font-size: 12px;font-weight:600;
}
.ekyc-wrappers :-moz-placeholder { /* Firefox 18- */
 color: #000; font-size: 12px;font-weight:600;
}
.ekyc-form-headings h3{
    font-size: 19px; margin:15px 0 35px 0px; clear:both;
    font-weight: 600;
}

.ekyc-wrappers  .form-control:focus{background:none!important;}
.ekyc-wrappers .ekyc-submit{
    background: #005ca1; 
    color: #fff; display:inline-block;
    border: 1px solid #005ca1!important; cursor:pointer;
    text-transform: uppercase;
    padding: 10px 30px; font-size:18px; height:auto;
    display: inline-block; width:auto;
}
.ekyc-wrappers .ekyc-submit:hover{background:none!important; color:#005ca1;}

.join-steps1 li::marker {
    display: inline-block!important;
    content: " • ";
    /* margin-right: 19px; */
    left: -12px;
    position: absolute;
    font-weight: 600;
    font-size: 20px;
}
.video-business{margin-top: 20px;}
/*testimonial page*/
.testimonial-design-page{ background: #000000 url(../images/testimonial/banner.png) !important;background-size: cover;text-align: center;
padding: 20% 3% 13%;}


.ourhappy-page{ margin:40px 0px 80px !important; background:#fff; box-shadow:0px 0px 36px #33333329; padding:20px;}
.ourhappy-page img{ margin:0px;}
.ourhappy-page .card-news:hover{ transform:none !important; box-shadow:none!important;}
.ourhappy-page-text{ text-align:center;}
.ourhappy-page-text .title-text{ line-height:27px; font-size:15px;padding-left: 30px; padding-right: 30px;}
.ourhappy-page-text .title-text img{ width:40px !important; position:absolute;}
.ourhappy-page-text .title-text .a1{ left:10px;top: 10px; padding-right:10px;}
.ourhappy-page-text .title-text .a2 {
    right: auto;
    bottom: auto;
    padding-right: 10px;
    margin-left: 7px;
}
.ourhappy-page-text-author{ padding:20px 0px; padding-bottom:0px;}
.ourhappy-page-text-author h4{ font-weight:bold; font-size:19px; margin-bottom:4px;}
.ourhappy-page-text-author p{ font-weight:bold;color:#256db3; font-size:14px;}
.large-text1{ font-size:40px; font-weight:300;}
.ourhappy-page .owl-carousel .owl-nav [class*=owl-] {top: 45%;}
#wrapper .owl-prev {display: block !important;}
#wrapper .owl-next {display: block !important;}
.ourhappy-page .owl-prev {left: -40px;}
.ourhappy-page .owl-prev , .ourhappy-page .owl-next {font-size:0px !important;}
.ourhappy-page .owl-prev{left: -76px !important;}
.ourhappy-page .owl-next{right: -76px !important;}
.testmonial-last-screen .ourhappy-page-text .title-text{font-size:15px!important; padding:0px!important;}
.testmonial-last-screen-design .list-board-img img{height:auto!important;}
.testmonial-last-screen-design{ background:#F4F4F4; padding:60px 0px; }
.testmonial-last-screen .list-board-img{ height:100%!important;}
.testmonial-last-screen-design .ourhappy-page-text{ position:relative; padding:20px 20px;}
.testmonial-last-screen .list-board{ background-color:#fff; margin-bottom: 20px; box-shadow:0px 0px 17px #ccc;}
.testmonial-last-screen  .ourhappy-page-text .title-text {line-height: 23px;font-size: 13px;padding-left:20px;padding-right: 30px;}
.testmonial-last-screen .title-text .a1 {left: 10px;top: 21px;}
.testmonial-last-screen .title-text img {width: 28px !important;position: absolute;opacity: 0.5;}
.testmonial-last-screen .title-text .a2 {right: 20px;bottom: 105px;}
.testmonial-last-screen-design .col-md-4:nth-child(5) {-webkit-transform: translate3d(0, -50px, 0);transform: translate3d(0, -50px, 0);}
.testmonial-last-screen-design .col-md-4:nth-child(7), .testmonial-last-screen-design .col-md-4:nth-child(8), .testmonial-last-screen-design .col-md-4:nth-child(9) {-webkit-transform: translate3d(0, -45px, 0);transform: translate3d(0, -45px, 0);}
.testmonial-last-screen-design .col-md-4:nth-child(10), .testmonial-last-screen-design .col-md-4:nth-child(12) {-webkit-transform: translate3d(0, -45px, 0);transform: translate3d(0, -45px, 0);}
.testmonial-last-screen-design .col-md-4:nth-child(11){-webkit-transform: translate3d(0, -95px, 0);transform: translate3d(0, -95px, 0);}
.testmonial-last-screen .list-board-img {height: 250px;}
.testmonial-last-screen .second-img{height: 200px;}
.ourhappy-page-text .fa-quote-right{
    font-size: 24px;
    color: #999;
    top: 4px;
    position: relative;
    left: 3px;
}
.ourhappy-page-text .fa-quote-left{
    font-size: 24px;
    color: #999;
    top: 4px;
    position: relative;
    right: 3px;
}

.testimonail-masonery-box img{width:100%;}
.testimonail-masonery-box {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: #fff;
}

.testimonial-masonery-row {
   columns:350px;
   column-gap: 20px; 
   
}
.testimonail-masonery-box {
   break-inside: avoid-column;
   margin-bottom: 1rem; 
}
 .home-icons{
    padding-top: 14px!important;
    padding-bottom: 0px!important;
}
.home-icons i{font-size: 21px;}
.bussiness-associate-gallery {
    display: inline-block;
    width: 100%;
    padding:0px 0px 40px;
}
.single-image{width:100%;}
.city-mobile-banner{position: relative; width: 100%;}
.city-mobile-banner:after{content: ""; background:rgba(0,0,0,.7); width: 100%; height: 100%; position: absolute; top: 0px;}
 .search-details-lsit {
    color: #f00;
    padding: 20px;
    font-weight: 600;
    background: #fff;
}
.toggle-menus ul{padding-left: 0px!important;}
ol, ul{padding-left: 0px!important;}