@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;1,300&display=swap');

body {
    font-family: 'Ubuntu', sans-serif !important;
    overflow-x: hidden !important;
    background-color: #fbfbfb !important;
}

.header-bg {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 100;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(196, 196, 196, 0.53);
    -moz-box-shadow: 0px 4px 20px 0px rgba(196, 196, 196, 0.53);
    box-shadow: 0px 0px 10px 0px rgba(196, 196, 196, 0.53);
    top: 0;
}

/* Hamburger menu start */

.barres {
    position: fixed;
    margin-top: 48px;
    margin-right: 160px;
    right: 0;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 40px;
    cursor: pointer;
    z-index: 7;
}


.about-copy {
    margin-top: 30px;
}

.about-us-head {
    margin-top: 120px;
}

.hamburger {
    width: 40px;
    height: 4px;
    background: #000;
    position: absolute;
    top: 50%;
    left: -170%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    z-index: 99999;

}

.hamburger::before,
.hamburger::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 4px;
    background: #000;
    transition: 0.5s;

}

.hamburger::before {
    top: -16px;
}

.hamburger::after {
    top: 16px;
}

.small-copy {
    visibility: hidden;
}

/* MENU */
.menu {
    position: fixed;
    background: #1b1919;
    height: 0vh;
    width: 100%;
    bottom: 0;
    z-index: 99;
    /* visibility: hidden; */
    left: 0;
    text-align: center;
    line-height: 110px;
    letter-spacing: 2px;
}

.overlay {
    background: #fbfbfb;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.overlay-7 {
    background: #fbfbfb;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.overlay-2 {
    background: #fbfbfb;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.overlay-3 {
    background: #fbfbfb;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;

}

/* =Fade out, fade in */
/* Fade out current container */
.fade-leave,
.fade-enter-to {
    opacity: 1;
}

.fade-leave-active,
.fade-enter-active {
    transition: opacity 0.3s linear;
}

.fade-leave-to,
.fade-enter {
    opacity: 0;
}

.burger-close {
    position: absolute;
    right: 0;
    top: -140px;
}

.overlay-4 {
    background: #fbfbfb;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.overlay-4mobile {
    background: #fbfbfb;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}


.overlay-5 {
    background: #fbfbfb;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}

.overlay-6 {
    background: #fbfbfb;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.contact-img {
    margin-top: 100px;
}

.overlay-7 {
    background: #fbfbfb;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}


.menu ul {
    padding: 0px;
    list-style-type: none;
    margin-top: 150px;
}

.menu ul li a {
    font-size: 35px;
    font-weight: 300;
    color: #fff;
    line-height: 220%;
    /* font-family: Montserrat; */
    text-align: center;
    text-decoration: none;
}

/* Animation Barres */

.barres {
    z-index: 99;
}

.barres.active .hamburger {
    background: #000;

}

.barres.active .hamburger::before {
    top: 0;
    transform: rotate(45deg);
    background: #fff;


}

.barres.active .hamburger::after {
    top: 0;
    transform: rotate(135deg);
    background: #fff;
}

/* Hamburger menu end */



.logo {
    margin-top: 15px;
}

.hero-copy h3 {
    font-weight: 300;
    line-height: 38px;
    text-align: right;
    font-size: 22px;
    margin-top: 130px;
    color: #575756;
}


.hero-headline h1 {
    font-weight: 300;
    line-height: 38px;
    text-align: right;
    font-size: 70px;
    color: #656564;
}

.hero-headline h3 {
    font-weight: 300;
    line-height: 58px;
    text-align: right;
    font-size: 40px;
    font-style: italic;
    color: #575756;
}

.second-fold h1 {
    font-weight: 300;
    line-height: 90px;
    text-align: right;
    font-size: 90px;
    color: #ffffff;
    -webkit-text-stroke: 1px #575756;
}

.second-fold h3 {
    font-weight: 300;
    line-height: 38px;
    text-align: right;
    font-size: 35px;
    font-style: italic;
    color: #575756;
}

.second-fold p {
    font-weight: 300;
    line-height: 34px;
    text-align: left;
    font-size: 18px;
    margin-top: 30px;
    color: #575756;
}


.second-fold {
    margin-top: 100px;
}


.third-fold p {
    font-weight: 300;
    line-height: 36px;
    text-align: right;
    font-size: 18px;
    margin-top: 280px;
    color: #575756;
}

.third-fold h3 {
    font-weight: 300;
    line-height: 38px;
    text-align: right;
    font-size: 66px;
    transform: rotate(-90deg);


    /* Legacy vendor prefixes that you probably don't need... */

    /* Safari */
    -webkit-transform: rotate(-90deg);

    /* Firefox */
    -moz-transform: rotate(-90deg);

    /* IE */
    -ms-transform: rotate(-90deg);

    /* Opera */
    -o-transform: rotate(-90deg);
    color: #575756;
    position: relative;
    left: 230px;
    top: -220px;
}


.madeofus {
    margin-left: -100px;
}

.body-copy h1 {
    font-weight: 300;
    line-height: 39px;
    text-align: left;
    font-size: 34px;
    /* font-style: italic; */
    font-weight: 300;
    color: #575756;
}

.body-copy p {
    font-weight: 300;
    line-height: 34px;
    text-align: left;
    font-size: 18px;
    margin-top: 20px;
    color: #575756;
}


.stroketext h1 {
    font-weight: 300;
    line-height: 70px;
    text-align: right;
    font-size: 70px;
    color: #ffffff;
    -webkit-text-stroke: 1px #575756;
    position: relative;
    left: 80px;
    z-index: 1;
}


.tech h1 {
    font-weight: 300;
    line-height: 50px;
    text-align: left;
    font-size: 45px;
    font-style: normal;
    font-weight: 300;
    color: #575756;
    margin-top: 80px;
}


.future {
    margin-top: -340px;
}

.fourth-fold {
    margin-top: 270px;
}

.alignment p {
    text-align: right !important;
}

.alignment h1 {
    text-align: right !important;
}

.alignment h4 {
    text-align: right !important;
}

.one-home {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    margin-top: 190px;
}

.one-home h1 {
    font-weight: 300;
    line-height: 73px;
    text-align: right;
    font-size: 67px;
    color: #ffffff;
    -webkit-text-stroke: 1px #9e9e9e;
}

.earth-copy {
    margin-top: 100px;
    position: relative;
    left: 180px;
    top: 134px;
}

.sixth-fold {
    margin-top: 110px;
}

.fifth-fold {
    margin-top: 110px;
}

.seventh-fold {
    margin-top: 280px;
}

.blog-header h1 {
    font-weight: 300;
    line-height: 38px;
    text-align: left;
    font-size: 35px;
    font-weight: 300;
    color: #575756;
    margin-top: 70px;
}

.blog-header p {
    font-weight: 300;
    line-height: 34px;
    text-align: left;
    font-size: 18px;
    /* margin-top: 70px; */
    color: #575756;
}


.left-footer p {
    font-size: 14px;
    color: #5a5a5a;
}

.right-footer p {
    font-size: 30px;
    font-size: 14px;
    color: #5a5a5a;
    text-align: right;
}


.about-us-head {}

.about-us-head h1 {
    font-weight: 300;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    font-size: 60px;
    color: #ffffff;
    -webkit-text-stroke: 1px #adadad;
    position: absolute;
    width: 820px;
    left: -500px;
    top: 330px;
}

.clouds {
    margin-top: 220px;
}


.vision h1 {
    font-size: 60px;
    color: #575756;
    text-align: right;
}

.stroke {
    -webkit-text-stroke: 1px #adadad;
    color: #fff;
}

.vision p {
    font-weight: 300;
    line-height: 34px;
    text-align: right;
    font-size: 18px;
    margin-top: 30px;
    color: #575756;
}

.vision h3 {
    font-weight: 300;
    line-height: 40px;
    text-align: right;
    font-size: 25px;
    margin-top: 30px;
    color: #575756;
}


.vision-bg {
    margin-top: 110px;
    background: url(../images/vision-bg.png) no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
    text-align: center;
}

.about-first-fold {
    margin-top: 170px;
}

.vision-image {
    margin-top: -100px;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    display: initial !important;
}

.team-header h1 {
    font-weight: 300;
    line-height: 50px;
    text-align: center;
    font-size: 90px;
    color: #ffffff;
    -webkit-text-stroke: 1px #6f6f6f;
    margin-top: 100px;
    margin-bottom: 90px;
}


.team-bg {
    background: url(../images/arun-pattern.gif) no-repeat;
    background-size: cover;
    height: 350px;
}

.shakthi-bg {
    background: url(../images/shakthi-pattern.gif) no-repeat;
    background-size: cover;
}

.sukanya-bg {
    background: url(../images/sukanya-pattern.gif) no-repeat;
    background-size: cover;
    text-align: center;
    height: 440px;
}

.sukanya-image {
    margin-top: 20px;
}

.ashok-bg {
    background: url(../images/unknown-pattern.gif) no-repeat;
    background-size: cover;
    height: 38vh;
    text-align: center;
}

.team h1 {
    font-weight: 300;
    line-height: 38px;
    text-align: left;
    font-size: 35px;
    font-weight: 300;
    color: #575756;
    margin-top: 120px;
}

.career-image {
    margin-top: 70px;
}

.team {
    margin-bottom: 110px;
}

.team p {
    font-weight: 300;
    line-height: 28px;
    text-align: left;
    font-size: 16px;
    margin-top: 20px;
    color: #575756;
}

.resi-heading h1 {
    font-weight: 300;
    line-height: 58px;
    text-align: left;
    font-size: 55px;
    font-weight: 300;
    color: #575756;
    margin-top: 270px;
}


.chosenone {
    background: #575756;
    color: #fff !important;
    padding: 10px 30px 10px 30px;
    font-size: 18px;
    border-bottom: 3px solid #F9EB88;
    margin-right: 0px;
}

.chosenone:hover {
    color: #fff;
    text-decoration: none;
}

.toggle {
    text-align: center;
    margin-top: 80px;
    color: #575756;
}

.toggle a {
    font-size: 18px;
    color: #575756;
    border: 1px solid #575756;
    padding: 15px 20px 15px 20px;
    margin-right: -4px;
    letter-spacing: 1px;
}

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

.properties {
    background: #E3E4E5;
    margin: 0px;
    padding: 0px !important;
    margin-top: 100px;
    margin-left: 60px;
}

.properties ul {
    margin: 0px;
    padding: 0px;
}

.properties ul li {
    float: left;
    list-style-type: none;
}

.property-info {
    padding: 13px;
}

.property-info h1 {
    padding: 0px;
    margin: 0px;
    font-weight: 300;
    padding-top: 13px;
}

.property-info h3 {
    padding: 0px;
    margin: 0px;
    font-size: 18px;
    padding-top: 5px;
}

.property-info p {
    padding-top: 40px;
    font-size: 13px;
    /* list-style: none; */
    line-height: 23px;
}

/*Arrow Hover start*/



.the-arrow {
    width: 1px;
    transition: all 0.2s;
}

.the-arrow.-left {
    position: absolute;
    top: 60%;
    left: 0;
}

.the-arrow.-left > .shaft {
    width: 0;
    background-color: #000000;
}

.the-arrow.-left > .shaft:before,
.the-arrow.-left > .shaft:after {
    width: 0;
    background-color: #000000;
}

.the-arrow.-left > .shaft:before {
    transform: rotate(0);
}

.the-arrow.-left > .shaft:after {
    transform: rotate(0);
}

.the-arrow.-right {
    top: 3px;
}

.the-arrow.-right > .shaft {
    width: 1px;
    transition-delay: 0.2s;
}

.the-arrow.-right > .shaft:before,
.the-arrow.-right > .shaft:after {
    width: 8px;
    transition-delay: 0.3s;
    transition: all 0.5s;
}

.the-arrow.-right > .shaft:before {
    transform: rotate(40deg);
}

.the-arrow.-right > .shaft:after {
    transform: rotate(-40deg);
}

.the-arrow > .shaft {
    background-color: #000000;
    display: block;
    height: 1px;
    position: relative;
    transition: all 0.2s;
    transition-delay: 0;
    will-change: transform;
}

.the-arrow > .shaft:before,
.the-arrow > .shaft:after {
    background-color: #000000;
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.2s;
    transition-delay: 0;
}

.the-arrow > .shaft:before {
    transform-origin: top right;
}

.the-arrow > .shaft:after {
    transform-origin: bottom right;
}

.animated-arrow {
    display: inline-block;
    color: #000000;
    font-size: 1.25em;
    font-style: italic;
    text-decoration: none;
    position: relative;
    transition: all 0.2s;
    font-weight: bold;
    letter-spacing: 1px;
}

.animated-arrow:hover {
    color: #000000;
}

.animated-arrow:hover > .the-arrow.-left > .shaft {
    width: 64px;
    transition-delay: 0.1s;
    background-color: #000000;
}

.animated-arrow:hover > .the-arrow.-left > .shaft:before,
.animated-arrow:hover > .the-arrow.-left > .shaft:after {
    width: 8px;
    transition-delay: 0.1s;
    background-color: #000000;
}

.animated-arrow:hover > .the-arrow.-left > .shaft:before {
    transform: rotate(40deg);
}

.animated-arrow:hover > .the-arrow.-left > .shaft:after {
    transform: rotate(-40deg);
}

.animated-arrow:hover > .main {
    transform: translateX(17px);
    transform: translateX(80px);
}

.animated-arrow:hover > .main > .the-arrow.-right > .shaft {
    width: 0;
    transform: translateX(200%);
    transition-delay: 0;
}

.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before,
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
    width: 0;
    transition-delay: 0;
    transition: all 0.1s;
}

.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before {
    transform: rotate(0);
}

.animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
    transform: rotate(0);
}

.animated-arrow > .main {
    display: flex;
    align-items: center;
    transition: all 0.2s;
}

.animated-arrow > .main > .text {
    margin: 0px 16px -3px 0;
    line-height: 1;
}

.animated-arrow > .main > .the-arrow {
    position: relative;
}

/*Arrow Hover End*/

.whybuild-bg {
    background: url(../images/whydowebuild.jpg) no-repeat;
    background-size: cover;
    height: 45vh;
    margin-top: 110px;
}


.white-bg {
    background: #fff;
    margin-top: 63px;
    margin-left: 60px;
    padding-bottom: 20px;
}

.white-bg h1 {
    font-weight: bold;
    line-height: 88px;
    text-align: left;
    font-size: 90px;
    font-weight: 300;
    color: #fff;
    -webkit-text-stroke: 1px #4a4a4a;
}


.bulb-text h1 {
    text-align: left;
    font-size: 50px;
    font-weight: 300;
}

.bulb-text {
    margin-top: 80px;
}

.bulb-text p {
    font-weight: 300;
    line-height: 30px;
    text-align: left;
    font-size: 16px;
    margin-top: 20px;
    color: #575756;
}

.bulb {
    margin-top: -20px;
}

.contact h1 {
    font-weight: 300;
    line-height: 40px;
    text-align: left;
    font-size: 25px;
    padding-top: 250px;
}

.contact2 h1 {
    font-weight: 300;
    line-height: 40px;
    text-align: left;
    font-size: 25px;
    padding-top: 60px;
}

.contact2 p {
    font-weight: 300;
    line-height: 40px;
    text-align: left;
    font-size: 20px;
}

.address p {
    font-weight: 300;
    line-height: 33px;
    text-align: left;
    font-size: 20px;
    padding-top: 60px;
}

.contact-bg {
    background: url(../images/formbg-100.jpg) no-repeat;
    background-size: cover;
}


.form-bg {
    background: #EEEEEE;
    padding: 80px;
}

.form-control {
    height: 48px !important;
    background: none !important;
    border: 1px solid #575756 !important;
}

.form-bg h1 {
    font-weight: 500;
    line-height: 40px;
    text-align: left;
    font-size: 25px;
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    margin-top: 0px;
}

.validationTextarea {
    height: 150px !important;
}

.form-group {
    margin-bottom: 30px !important;
}

.spacing {
    margin-bottom: 110px;
}

.form-button {
    background: none !important;
    font-size: 16px !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    padding: 15px 50px 15px 50px !important;
}


.property-owner-image {
    margin-top: 100px;
}

.careers h1 {
    font-size: 80px;
    text-align: right;
    font-weight: 300;
    padding-top: 110px;
}

.careers2 h1 {
    font-size: 60px;
    text-align: center;
    font-weight: 300;
    line-height: 70px;
    padding-top: 30px;
}

.careers2 p {
    font-weight: 300;
    font-size: 20px;
    line-height: 34px;
    padding-top: 40px;
}

.careers-copy p {
    font-weight: 300;
    font-size: 18px;
    line-height: 34px;
    padding-top: 40px;
}

.openings h1 {
    font-weight: 300;
    line-height: 90px;
    text-align: center;
    font-size: 90px;
    color: #ffffff;
    -webkit-text-stroke: 1px #575756;
    padding-top: 50px;
}



/* FAQ CSS */


.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #03b5d2;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #3c3c3c;
    font-size: 1.2em;
    font-weight: 300;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #03b5d2;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #03b5d2;
    border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded='true'] {
    color: #03b5d2;
}

.accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}

.accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 23em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 1.5rem;
    font-weight: 300;
    margin: 2em 0;
}

/* FAQ CSS END */


.stats h1 {
    font-style: normal;
    font-weight: 300;
    font-size: 21px;
    line-height: 139.9%;
    text-align: right;
    color: #000000;
}

.residential-image {
    margin-top: 140px;
}

.elements-container {
    padding-top: 120px;
}

.hero-pattern {
    background: url(../images/hero-pattern.jpg) no-repeat;
    background-size: cover;
    height: 60vh;
    background-position-y: 40px;
    margin-top: 60px;
}

.project-info-short {
    background: #75796F;
    padding-left: 10px !important;
    padding-right: 0px !important;
    margin-top: 20px;
}

.project-info-short p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 139.9%;
    /* or 25px */
    text-align: left;
    color: #FFFFFF;
    padding-top: 10px;
}

.align-right p {
    text-align: right;
}

.align-right {
    text-align: right !important;
}

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

.project-copy p {
    font-weight: 300;
    line-height: 27px;
    text-align: left;
    font-size: 16px;
    margin-top: 20px;
    color: #575756;
}


}

.project-copy h1 {
    font-weight: 300;
    line-height: 53px;
    text-align: left;
    font-size: 47px;
    /* font-style: italic; */
    font-weight: 300;
    color: #575756;
}

.project-copy h2 {
    font-weight: 300;
    line-height: 53px;
    text-align: right;
    font-size: 47px;
    /* font-style: italic; */
    font-weight: 300;
    color: #575756;
}

.project-copy2 h1 {
    font-weight: 300;
    line-height: 53px;
    text-align: left;
    font-size: 47px;
    /* font-style: italic; */
    font-weight: 300;
    color: #575756;
}

.form-bg {
    background: #F0F0F0;
    padding: 20px;
}

.form-bg h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 139.9%;
    /* identical to box height, or 35px */
}

.first-fold {
    margin-top: 110px;
}

.proj-stroke h1 {
    font-weight: 300;
    line-height: 70px;
    text-align: left;
    font-size: 60px;
    color: #ffffff;
    -webkit-text-stroke: 1px #575756;
    z-index: 1;
}

.proj-pad {
    margin-left: 40px;
}

.proj-head h3 {
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 139.9%;
    /* or 56px */


    color: #000000;
}

.second-fold2 {
    margin-top: 100px;
}

.third-fold2 {
    margin-top: 100px;
}


.eyes-hear {
    background: url('../images/make-your-eyes-hear.jpg') no-repeat;
    background-size: cover;
    padding: 50px;
    margin-top: 100px;
}

.alignment-right h1 {
    text-align: right !important;
}

.alignment-right h3 {
    text-align: right !important;
}

.sched-button {
    border: 1px solid #000;
    padding: 20px;
    color: #000;
    letter-spacing: 1px;
    font-weight: bold;
}


.sight {
    padding: 100px;
}

.dark-grey {
    background: #F0EFEF;
    padding: 20px;
}

.amenities-bg {
    background: #0653FF;
    height: 748px;
    margin-bottom: 30px;
}

.amenities-bg h2 {
    font-weight: 300;
    line-height: 73px;
    text-align: right;
    font-size: 67px;
    color: #ffffff00;
    -webkit-text-stroke: 1px #ffffff;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    margin-top: -330px;
    margin-left: 540px;
}


.fix-height {
    height: 720px;
    margin-top: 100px;
}

.amenities-section {
    margin-top: 100px;
}

.carousel-control.left {
    background-image: none !important;
}

.carousel-control.right {
    background-image: none !important;
}


.gallery {
    padding-top: 40px;
    padding-bottom: 40px;
}

.carousel-control {
    top: 140px !important;
}


.darkest-grey {
    background: #343434;
    padding-top: 25px;
}


.brochure-download p {
    color: #fff;
    font-size: 20px;
    margin: 0px;
    padding: 0px;
}

.whatsapp-btn {
    text-align: right;
    margin-top: -10px;
    margin-bottom: 20px;
}

/*blog*/
.hero-pattern {
    height: 70vh;
    background-position-y: 90px;
}

.blog-featured-header {
    position: absolute;
    bottom: 0;
    left: 50px;
    width: 50vw;
}

.blog-featured-image:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 70%);
    opacity: 1;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.blog-featured-header h5 {
    color: #ffffff;
    font-weight: 500;
    font-size: 13px;
    line-height: 25.39px;
    text-transform: uppercase;
    margin: 0;
}

.blog-featured-header h1 {
    color: #ffffff;
    font-weight: 300;
    font-size: 44px;
    line-height: 48.36px;
    margin: 0;
    margin-bottom: 10px;
    width: 65%;
}

.blog-featured-header span {
    color: #ffffff;
    font-weight: 300;
    font-size: 18px;
    line-height: 19.8px;
}

.rt-reading-time {
    margin: 0 !important;
}

.rt-reading-time .rt-label {
    margin: 0;
}

.rt-reading-time .rt-time {
    margin: 0;
}

.blog-complete-list {
    margin-top: 80px;
}

.blog-complete-list-anchr {
    text-decoration: none !important;
}

.blog-complete-list h6 {
    font-size: 13px;
    font-weight: 500;
    line-height: 2;
    color: #000000;
    margin: 15px 0;
    text-transform: uppercase;
}

.blog-complete-list h1 {
    font-size: 22px;
    font-weight: 300;
    line-height: 29.35px;
    color: #000000;
    margin: 0;
    cursor: pointer;
}

.blog-complete-list .blog-item-image {
    width: 100%;
    height: 230px
}

.blog-complete-list .blog-author {
    display: flex;
    margin: 15px 0;
}


.blog-complete-list .blog-author span {
    margin: 0 10px;
    font-size: 13px;
    font-weight: 500;
    color: #000000;
}

.blog-detail-container {
    margin-top: 75px;  
    padding-top: 40px;
}

.blog-detail-container .blog-detail-display {
    text-align: center;
}

.blog-detail-container .blog-detail-display h5 {
    font-weight: 500;
    font-size: 13px;
    line-height: 25.39px;
    text-transform: uppercase;
    margin: 0;
}

.blog-detail-container .blog-detail-display h1 {
    font-weight: 300;
    font-size: 44px;
    line-height: 48.36px;
    margin: 0;
    margin-bottom: 10px;
}

.blog-detail-container .blog-detail-display span {
    font-weight: 300;
    font-size: 18px;
    line-height: 19.8px;
}

.rt-reading-time {
    margin: 0 !important;
}

.rt-reading-time .rt-label {
    margin: 0;
}

.rt-reading-time .rt-time {
    margin: 0;
}

.elempages #comments{
    display: none;
}

.elempages .carousel-inner .item img{
    width: 100%;
    object-fit: cover;
    height: 600px;
}

/*blog end/
