body,
html {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    color: #000;
    font-size: 16px;
}

button {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.commnpad {
    padding: 80px 0px 0px;
    position: relative;
}

body.compensate-for-scrollbar {
    overflow: hidden !important;
}

hr {
    width: 50%;
    position: absolute;
    left: 50%;
    bottom: 0;
    opacity: 0.4;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
    border: 1px solid #333;
}

.custom-container {
    position: relative;
    padding-bottom: 40px;
}

.dots-container {
    position: absolute;
    bottom: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    display: none;
}

.dots-container .dot {
    width: 7px;
    height: 7px;
    background: #3e3e3e;
    opacity: 0.6;
    cursor: pointer;
    border-radius: 50%;
    margin: 0 3px;
}

.dots-container .dot-active {
    opacity: 1;
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.main-heading h1 {
    margin-top: 0px;
    margin-bottom: 50px;
    color: #3e3e3e;
    text-transform: capitalize;
}

.nopadding {
    padding: 0px;
}

/*------------------------
  Common element css
--------------------------*/
/*=== Preloder ===*/
#preloder {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999999;
    background: #fff;
}

.loader {
    width: 30px;
    height: 30px;
    border: 3px solid #e31e24;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 60px;
    border-left-color: transparent;
    animation: loader 0.8s linear infinite;
    -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
    }

    50% {
        -webkit-transform: rotate(180deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

/*** firstSection ****/

.firstSection {
    position: relative;
    height: 100vh;
    background: url('../img/desktop-banner') no-repeat;
    background-size: cover;
    background-position: center;
}

.firstSection:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
}

.sectionContent {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sectionContent img {
    margin: 0 auto;
    width: 130px;
}

.sectionContent h4 {
    color: #000;
    font-size: 24px;
}

.sectionContent h1 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 600;
    color: rgb(20, 54, 93);
}

.sectionContent a.btn-primary {
    background-color: rgb(20, 54, 93);
    border-color: rgb(20, 54, 93);
    padding: 5px 46px;
    font-size: 18px;
    border-radius: 22px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

/**** whyNeral ****/

.centerGallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*    border-bottom: 1px solid #b5b2b2;*/
    padding-bottom: 65px;

}

/*** ACOOMPLISHMENT ****/

.aGallery {
    /*    margin-bottom: 10px;*/
    /*    border-radius: 10px;*/
    float: left;
    padding: 0px 5px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    width: 50%;
    position: relative;
}

.aGallery.firstdiv {
    width: 100% !important;
}

.accomplimshment-gallery .aGallery {
    width: 50%;
}

.accomplimshment-gallery-2 .aGallery {
    width: 100%;
}


.aGallery a {
    overflow: hidden;
    display: block;
    position: relative;
}

.aGallery img {
    border-radius: 16px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 100%;
    height: 162px;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}

.aGallery a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 16px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 99;
}

.aGallery.firstdiv img {
    height: 330px;
}

.aGallery.firstdiv.autohight img {
    height: auto;
}

.aGallery.firstdiv.yt-first img {
    height: 325px;
}

.aGallery.firstdiv.offering img {
    height: 160px;
}

.aGallery.firstdiv.ytimg img,
.aGallery.firstdiv.offering {
    height: 160px;
}

.aGallery img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.aGallery .img-text {
    position: absolute;
    bottom: 14px;
    left: 0px;
    z-index: 9999;
    text-align: center;
    width: 100%;
}

.aGallery .img-text p {
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 0px;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.8);
}

.aGallery:hover a:before {
    background-color: rgba(0, 0, 0, 0.3);
}

/*** Our Offerings  ****/

.offering {
    position: relative;
}

#umang-gallery,
#umang-gallery-2,
#oneBHk360,
#studio360 {
    position: fixed;
    top: 0;
    width: 100%;
    display: none;
    background-color: #fff;
    z-index: 999;
    height: 100%;
}

#umang-gallery.showDiv,
#umang-gallery-2.showDiv,
#oneBHk360.showDiv,
#studio360.showDiv {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow-y: scroll;
}

#umang-gallery .main-heading h1,
#umang-gallery-2 .main-heading h1,
#oneBHk360 .main-heading h1,
#studio360 .main-heading h1 {
    margin: 0;
    margin-bottom: 10px;
    display: inline-block;
    background-color: gainsboro;
    font-size: 20px;
    padding: 5px;
    border-radius: 14px;
}

.main-heading {
    margin: 20px 0px;
}

.main-heading h3 {
    margin: 0px;
}

.close-btn {
    position: fixed;
    top: 10px;
    right: 20px;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgb(20, 54, 93);
    z-index: 9999;
}

.close-btn i.fa {
    color: #ffffff;
    font-size: 20px;
}

/*** liveseeWrapeer ***/

.liveseeWrapeer {
    height: 100vh;
    position: relative;
    background-color: #f2f2f2f2;
}

.top-container {
    position: absolute;
    width: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.bottom-container {
    position: absolute;
    width: 90%;
    bottom: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

a.btn-primary {
    background-color: rgb(20, 54, 93);
    border-color: rgb(20, 54, 93);
    padding: 8px 32px;
    border-radius: 22px;
    font-size: 16px;
    margin-top: 12px;

}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: rgb(20, 54, 93);
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 40px;
}

.umang-gallery-2 .accomplimshment-gallery .aGallery.umang-gallry-big,
.umang-gallery-2 .accomplimshment-gallery .aGallery.umang-small-big {
    width: 100%;
}

.umang-gallery-2 .accomplimshment-gallery-2 .aGallery.umang-gallry-big,
.umang-gallery-2 .accomplimshment-gallery-2 .aGallery.umang-small-big {
    width: 100%;
}

.aGallery.umang-gallry-big img {
    height: 300px;
}

.aGallery.umang-gallry-big.umang img {
    height: 400px;
}

.umang-img {}

.aGallery.umang-small img,
.aGallery.umang-small-big img {
    height: 146px;
}

.aGallery.umang-small.umang-img img,
.aGallery.umang-small-big.umang-img img {
    height: 198px;
}

.video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-btn i.fa {
    color: #fff;
    padding: 15px 16px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

.video-btn img {
    width: 50px !important;
}

.threey-sixty-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.threey-sixty-btn img {
    width: 50px !important;
    -o-object-fit: unset;
    object-fit: unset;
    height: auto !important;
}

/*** 360 gallery ***/

.accomplimshment-gallery .aGallery.w-100,
.accomplimshment-gallery-2 .aGallery.w-100 {
    width: 100%;
}

.accomplimshment-gallery-2 .aGallery.firstdiv {
    width: 50% !important;
}

/*old code of desktopview why buy now*/
/*.accomplimshment-gallery-2 .aGallery.firstdiv.center-img {*/
/*    width: 66% !important;*/
/*}*/

.accomplimshment-gallery-2 .aGallery.firstdiv.center-img {
    width: 100% !important;
}

#studio360 .main-heading h1.small,
#oneBHk360 .main-heading h1.small {
    margin: 5px 0px;
}

#studio360 .main-heading h1.small small,
#oneBHk360 .main-heading h1.small small {
    padding: 6px 15px;
    border-radius: 16px;
    color: #000;
    background-color: gainsboro;
}

.aGallery.firstdiv.faq img {
    height: auto;
}
