@media only screen and (min-width: 992px) {
    .micro-main-slider {
        min-width: 100%;
        height: 89vh;
    }
}
@media only screen and (min-width: 1024px) {
    .micro-main-slider .carousel-item img {
        height: 83vh;
        width: 100%;
        margin-top: 11px;
    }
}

.mid-footer {
    background-color: #2a2a2a;
    padding-top: 10px;
    width: 100%;
    display: inline-block;
}
.mid-footer .container {
    max-width: 1280px;
}
.footer-menu {
    margin-bottom: 15px;
}
.footer-menu h4 {
    color: #a3a3a5;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-left: 20px;
    border-left: 6px solid #c08831;
}
.footer-menu ul {
    padding: 0;
    list-style: none;
    margin: 0;
    width: 100%;
    display: inline-block;
}
.footer-menu ul li {
    width: auto;
    display: inline-block;
    margin: 0 10px 0 0;
    position: relative;
    padding: 0 0 0 12px;
}
.footer-menu ul li a {
    color: #777;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
}
.footer-menu ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #777;
    border-radius: 100%;
    transform: translateY(-50%);
}
.rera-strip {
    padding: 0;
    background-color: transparent;
}
.rera-item {
    background-color: #696969;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    padding: 15px;
    font-size: 14px;
}
.footer-para p {
    text-align: justify;
    margin-top: 16px;
    font-size: 13px;
    font-family: 'poppinsregular';
}
.btm-footer {
    background-color: #272727;
    padding: 15px 0;
}
.btm-footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.social-icons a {
    background-color: #c08831;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: inline-flex;
    border-radius: 100%;
    color: #fff;
    margin: 0 0 0 10px;
}
.footer-container{
    width:100% !important;
    padding:0 34px 0 34px;
}

#about {
    margin-top: 0;
}

.same-section {
    margin-bottom: 15px;
    position: relative;
    top: 50px;
}
.container-wrapper {
    padding: 0 20px;
}
.inner-title {
    width: 100%;
    display: flex;
    flex-direction: column;
   /* justify-content: center;
    align-items: center;*/
}
.inner-title h2 {
    line-height: 1.2;
    color: #2a2a2a;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}
.inner-title p {
    color: #666666;
    font-size: 16px;
    line-height: 1.8em;
    text-align: justify;
    margin: 0 0 5px 0;
}

.summary {
    position: relative;
}
.additional-text, .more-content {
    display: none;
    margin-top: 10px;
}
content {
    display: none;
    margin-top: 10px;
}
.read-more {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
}
.about-video {
    position: relative;
    height: 100%;
}
.about-video a {
    color: #666666;
    font-weight: bold;
    text-decoration: none;
}
.space-ptb {
    position: relative;
    top: 80px;
}
.justify-content-center {
    justify-content: center !important;
}
.text-center {
    text-align: center !important;
}
.section-title h2 {
    font-size: 36px;
    color: #2a2a2a;
    line-height: 1em;
    font-weight: 600;
    text-align: center;
}
.animated.fadeInDown {
    animation-name: fadeInDown;
}

.gold-line {
    width: auto;
    margin: 10px auto;
    background-color: #c08831;
    height: 4px;
}
.animated.fadeInDown {
    animation-name: fadeInDown;
}
.section-title p {
    color: #666666;
    font-size: 17px;
    line-height: 1.8em;
    text-align: justify;
    margin: 25px 0 5px 0;
    padding: 0 40px;
}
.animated.fadeInDown {
    animation-name: fadeInDown;
}

.section-title h4 {
    margin-top: 20px;
    color: #c08831;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 30px;
}
.image-container-wrapper {
    margin-bottom: 30px;
}
.image-container {
    position: relative;
    height: auto;
    overflow: hidden;
    height: 373px;
}
.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.banner_caption {
    position: absolute;
    background-color: rgba(31, 31, 31, 0.7);
    bottom: 3%;
    left: 3%;
    width: auto;
    padding-right: 10px;
}
.banner_caption h3 {
    color: #fff;
    padding: 9px 0px 3px 10px;
    font-size: 14px;
    text-transform: uppercase;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: rgba(0, 43, 91, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: white;
    opacity: 0;
    transition: 0.5s ease-out;
    /* transition: opacity 1.5s ease; */
}
.overlay-content {
    text-align: center;
}
.overlay-title {
    font-size: 24px;
    margin-bottom: 10px;
}
.overlay-subtitle {
    font-size: 18px;
}