/*
Theme Name: megha-habitat
*/

@font-face {
    font-family: 'Sora';
    src: url('../megha-habitat/assets/fonts/sora/Sora-SemiBold.woff2') format('woff2'),
        url('../megha-habitat/assets/fonts/sora/Sora-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sora';
    src: url('../megha-habitat/assets/fonts/sora/Sora-Medium.woff2') format('woff2'),
        url('../megha-habitat/assets/fonts/sora/Sora-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sora';
    src: url('../megha-habitat/assets/fonts/sora/Sora-Regular.woff2') format('woff2'),
        url('../megha-habitat/assets/fonts/sora/Sora-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sora';
    src: url('../megha-habitat/assets/fonts/sora/Sora-Light.woff2') format('woff2'),
        url('../megha-habitat/assets/fonts/sora/Sora-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sora';
    src: url('../megha-habitat/assets/fonts/sora/Sora-Bold.woff2') format('woff2'),
        url('../megha-habitat/assets/fonts/sora/Sora-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/*
Required WordPress CSS
*/
.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.alignleft {
    float: left;
    margin-right: 1.5em;
}
.alignright {
    float: right;
    margin-left: 1.5em;
}
.bypostauthor {
}


/* WordPress gallery */
.gallery-caption {
}
.gallery {
    margin-bottom: 1.6em;
}
.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
}
.gallery-columns-5 .gallery-item {
    max-width: 20%;
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}
.gallery-icon img {
    margin: 0 auto;
}
.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, 0.7);
    display: block;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}


/* 
Text meant only for screen readers. 
copied from https://codex.wordpress.org/CSS
*/
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}


.sticky {
}
.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}






body {
    --RedColor: #ed1c24;
    --OrangeColor: #ff6800;
    --LightBg: rgba(28,28,28,0.06);
    --WhiteColor: #ffffff;
    --headingColor: #999999;
    --headingColorDark: #1c1c1c;
    --textcolor: #666666;
    --borderColor: #c7c7c7;
    font-family: 'Sora', sans-serif !important;
    background: #ffffff !important;
}

p {
    font-size: 16px;
    line-height: 28px;
    color: var(--textcolor);
    font-family: 'Sora', sans-serif !important;
}

.container {
    max-width: 1340px !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--headingColor);
    padding: 0;
    margin: 0;
    font-family: 'Sora', sans-serif !important;
}

a {
    text-decoration: none !important;
    transition-duration: 0.3s;
}

a:hover {
    text-decoration: none !important;
}

/* Slider */
.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-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 8px;
    height: 8px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 8px;
    height: 8px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 8px;

    position: absolute;
    top: 0;
    left: 0;

    width: 8px;
    height: 8px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}


/*----*/



.projects-scroll .slick-dots,
.ourclients-scroll .slick-dots,
.testimonials-scroll .slick-dots {
	bottom: -25px !important;
}

.projects-scroll .slick-dots li button,
.ourclients-scroll .slick-dots li button,
.testimonials-scroll .slick-dots li button {
	border: 2px solid var(--headingColorDark);
	list-style: none !important;
	z-index: 990;
	border-radius: 50%;
}

.projects-scroll .slick-dots li button,
.ourclients-scroll .slick-dots li button,
.testimonials-scroll .slick-dots li button {
	border: 2px solid var(--headingColorDark);
	list-style: none !important;
	z-index: 990;
	border-radius: 50%;
}

.projects-scroll li button:before,
.ourclients-scroll li button:before,
.testimonials-scroll li button:before {
	display: none;
	visibility: hidden;
}

.projects-scroll .slick-dots li.slick-active button,
.ourclients-scroll .slick-dots li.slick-active button,
.testimonials-scroll .slick-dots li.slick-active button {
	background: var(--headingColorDark);
}

.projects-scroll .slick-dots li.slick-active button,
.ourclients-scroll .slick-dots li.slick-active button,
.testimonials-scroll .slick-dots li.slick-active button {
	background: var(--headingColorDark);
}

.projects-scroll .slick-dots li button,
.ourclients-scroll .slick-dots li button,
.testimonials-scroll .slick-dots li button {
	border: 2px solid var(--headingColorDark);
	list-style: none !important;
	z-index: 990;
	border-radius: 0%;
}

::selection {
    background: var(--RedColor);
    color: #fff;
}

::-moz-selection {
    background: var(--RedColor);
    color: #fff;
}

::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    border-radius: 0
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(255, 104, 0, .9);
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
    transition: .6s
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 104, 0, 1);
}

.grecaptcha-badge { 
    visibility: hidden !important;
    display: none !important;
}




.footer-wrapper-div{
    width: 100%;
    position: relative;
    padding-top: 40px;

    background: url(../megha-habitat/assets/img/footer-bg.webp) no-repeat center center fixed #1c1c1c; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.sayhello-wrapper{
    width: 100%;
    padding: 30px 40px 30px 40px;
    margin: 0px 0px;
    position: relative;
    background: var(--RedColor);
}

.sayhello-wrapper h2{
    color: var(--WhiteColor);
    padding: 0px 0px 0px 115px;
    margin: 0;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 44px;
    font-weight: normal;
    position: relative;
}

.sayhello-wrapper h2::before{
    width: 99px;
    height: 76px;
    position: absolute;
    left: 0px;
    top: 5px;
    background: url(../megha-habitat/assets/img/sayhello-icon.png) no-repeat;
    content: '';
}

.sayhello-wrapper h5{
    width: 100%;
    text-align: right;
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: normal;
}


.sayhello-wrapper h3{
    width: 100%;
    text-align: right;
    padding: 0;
    margin: 6px 0px 4px 0px;
    font-size: 38px;
    font-weight: 600;
}

.sayhello-wrapper h5 a,
.sayhello-wrapper h3 a{
    color: var(--WhiteColor);
    text-decoration: none;
    position: relative;
    
}

.sayhello-wrapper h5 a i{
    margin-right: 8px;
}

.footercredits{
    padding-bottom: 25px;
    padding-top: 25px;
}   

.footercredits p{
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: normal;
}

.footercredits .col-lg-6:last-child p{
    text-align: right;
}

.footercredits .col-lg-6:last-child p a{
    color: var(--textcolor);
    transition-duration: 0.3s;
}

.footercredits .col-lg-6:last-child p a:hover{
    color: var(--OrangeColor);
}

.connectus-wrapper{
    width: 100%;
    background: url(../megha-habitat/assets/img/connectus-image.jpg) no-repeat var(--WhiteColor);
    min-height: 180px;
    background-position: bottom left;
    display: block;
    position: relative;
}

.connectus-wrapper .col-lg-5 p{
    padding: 0;
    margin: 0;
    color: var(--textcolor);
    line-height: 24px;
}

.connectus-wrapper .col-lg-5 h3{
    width: 100%;
    color: var(--headingColorDark);
    font-size: 28px;
    padding: 0;
    margin: 42px 0px 10px 0px;
    font-weight: 600;
}


.connectus-wrapper .socialmedia-icons {
    width: 100%;
    padding: 0px 50px 0px 0px;
    margin: 65px 0px 0px 0px;
    display: block;
    text-align: right;
}

.connectus-wrapper .socialmedia-icons li {
    list-style: none;
    padding: 0;
    margin: 0px 5px 0px 0px;
    display: inline-block;
}

.connectus-wrapper .socialmedia-icons li:last-child{
    margin-right: 0px;
}

.connectus-wrapper .socialmedia-icons li a {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
}

.connectus-wrapper .socialmedia-icons li a:hover {
    color: #fff !important;
    text-decoration: none;
}

.connectus-wrapper .socialmedia-icons li a.fb {
    background: #3f64ac;
}

.connectus-wrapper .socialmedia-icons li a.tw {
    background: #000000;
}

.connectus-wrapper .socialmedia-icons li a.li {
    background: #0e72a3;
}

.connectus-wrapper .socialmedia-icons li a.in {
    background: #f6523f;
}

.connectus-wrapper .socialmedia-icons li a.em{
    background: #ec4134;
}

.footer-middlearea h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 26px 0px;
    color: var(--WhiteColor);
    font-size: 22px;
    font-weight: normal;
}

.footer-middlearea ul{
    width: 100%;
    padding: 0;
    margin: 0;
}

.footer-middlearea ul li{
    list-style: none;
    padding: 0;
    margin: 0px 0px 6px 0px;
    position: relative;
    line-height: normal;
}

.footer-middlearea ul li:last-child{
    margin-bottom: 0px;
}

.footer-middlearea ul li a{
    color: var(--textcolor);
    padding: 0;
    margin: 0;
    font-size: 15px;
}

.footer-middlearea ul li a:hover{
    color: var(--OrangeColor);
}

.footer-middlearea p{
    font-size: 15px;
    padding: 0;
    margin: 0px 0px 12px 0px;
    line-height: 24px;
}

.footer-middlearea p:last-child{
    margin-bottom: 0px;
}

.footer-middlearea p a{
    color: var(--textcolor);
    text-decoration: none;
}


.footer-middlearea .col-lg-3:first-child img{
    height: 96px;
    width: auto;
    position: relative;
    top: 50%;
    margin-top: -48px;
}

.footer-middlearea p i{
    color: var(--OrangeColor);
    margin-right: 10px;
}


.footer-middlearea{
    margin-top: 90px;
    margin-bottom: 90px;
}

.banner-wrapper{
    width: 100%;
    background: var(--headingColorDark);
    min-height: 100vh;
    position: relative;
}

.banner-wrapper::before{
    width: 100%;
    height: 400px;
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 900;
    opacity: 0.9;
    background: rgba(0,0,0,1);
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.banner-wrapper .carousel-item img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.header-wrapper-div{
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1020;
    padding-top: 35px;
    transition-duration: 0.3s;

    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.header-wrapper-div .header-logo{
    position: relative;
    display: inline-block;
}

.header-wrapper-div .header-logo img{
    transition-duration: 0.3s;
    height: 85px;
}



@media screen and (min-width: 985px) {
    .header-wrapper-div .mega-menu-item-54 a{
        background: var(--RedColor) !important;
        transition-duration: 0.3s;
    }
    
    .header-wrapper-div .mega-menu-item-54 a:hover{
        background: var(--OrangeColor) !important;
    }
}

.header-wrapper-div .col-lg-9{
    position: relative;
    transition-duration: 0.3s;
    padding-top: 25px;
}

.f-nav .header-wrapper-div{
    /*background: rgba(0, 0, 0, 0.94);*/
    padding-top: 18px;
    padding-bottom: 12px;

    background: rgba(0,0,0,0.95);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.85) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.95)), color-stop(100%, rgba(0,0,0,0.85)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.85) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.85) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.85) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.f-nav .header-wrapper-div .header-logo{
    overflow: hidden;
}

.f-nav .header-wrapper-div .header-logo img{
    margin-top: -50px;
}

.f-nav .header-wrapper-div .col-lg-9{
    padding-top: 0px;
}

.banner-bottom-div{
    width: 100%;
    background: var(--RedColor);
    padding: 0;
    margin: 0;
}

.banner-bottom-div .row{
    margin-left: 0px;
    margin-right: 0px;
}

.banner-bottom-div .row .col-lg-2{
    border-right: 1px solid #f3676c;
    padding-top: 30px;
    padding-bottom: 30px;
}

.banner-bottom-div .row .col-lg-2:first-child{
    border-left: 1px solid #f3676c;
}

.banner-bottom-div .row .col-lg-2 h6{
    width: 100%;
    padding: 0;
    margin: 14px 0px 0px 0px;
    text-align: center;
    font-size: 15px;
    color: #fff;
}

.banner-bottom-div .row .col-lg-2 span{
    width: 100%;
    text-align: center;
    display: block;
}

.heading-style{
    width: 100%;
    position: relative;
    text-transform: uppercase;
    color: var(--headingColorDark);
    font-size:80px;
    font-weight: 300;
    line-height: 84px;
    padding: 0px;
    margin: 0px 0px 45px -8px;
}

.heading-style strong{
    color: var(--headingColor);
    font-weight: 300;
}

.heading-style a{
    position: relative;
    top: -10px;
    margin-left: 10px;
}

.heading-style a svg{
    height: 60px;
}

.heading-style .st0{
    fill-rule:evenodd;
    clip-rule:evenodd;
    fill:var(--RedColor);
    transition-duration: 0.3s;
}

.heading-style a:hover .st0{
    fill:var(--OrangeColor);
}

.ourprojects-item{
    width: 100%;
    position: relative;
    display: block;
}

.ourprojects-item .projects-image{
    width: 100%;
    padding: 0;
    margin: 0;
    height: 290px;
    position: relative;
    background: var(--headingColorDark);
    overflow: hidden;
}

.ourprojects-item .projects-image img{
    width: 100%;
    height: 290px;
    object-fit: cover;
    transition-duration: 0.3s;
}

.ourprojects-item:hover .projects-image img{
    opacity: 0.2;
    transform: scale(1.1);
}

.ourprojects-item .projects-image svg{
    position: absolute;
    width: auto;
    height: 60px;
    z-index: 120;
    left: 40%;
    bottom: 40%;
    margin-bottom: -30px;
    margin-left: -30px;
    transition-duration: 0.3s;
    opacity: 0;
}

.ourprojects-item:hover .projects-image svg{
    opacity: 1;
    left: 50%;
    bottom: 50%;
}

.ourprojects-item .projects-image .st0{
    fill:var(--RedColor);
}

.ourprojects-item .projects-content{
    width: 100%;
    height: 90px;
    position: relative;
    display: table;
    background: var(--LightBg);
}

.ourprojects-item .projects-content span{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 25px;
}

.ourprojects-item .projects-content p{
    padding: 0;
    margin: 0;
    font-size: 15px;
    color: var(--textcolor);
}

.ourprojects-item .projects-content h4{
    font-size: 18px;
    padding: 0;
    margin: 0;
    color: var(--headingColorDark);
    font-weight: 600;
}

.projects-type{
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    z-index: 100;
    font-size: 12px;
    color: var(--RedColor);
    padding: 5px 15px;
    font-weight: 600;
}

.ourprojects-section{
    width: 100%;
    margin-top: 130px;
}

.projects-scroll,
.testimonials-scroll{
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.projects-scroll .col-lg-4,
.testimonials-scroll .col-lg-4{
    padding-left: 15px;
    padding-right: 15px;
}

.welcome-text-con .col-lg-5 img{
    width: 100%;
    height: auto;
    object-fit: cover;
    margin-top: 8px;
    height: 535px;
}

.welcome-text-con .col-lg-7 h2{
    width: 100%;
    position: relative;
    text-transform: uppercase;
    color: var(--headingColorDark);
    font-size: 58px;
    font-weight: 300;
    line-height: 62px;
    padding: 0px;
    margin: 0px 0px 35px -8px;
}

.welcome-text-con .col-lg-7 h2 strong{
    color: var(--headingColor);
    font-weight: 300;
}

.welcome-text-con .col-lg-7 p{
    text-align: justify;
}

.welcome-text-con .col-lg-7 .knowmore-btn{
    margin-top: 25px;
}

.knowmore-btn{
    width: auto;
    display: inline-block;
    background: var(--RedColor);
    color: #fff;
    position: relative;
    padding: 0px 20px;
    font-size: 15px;
    font-weight: 600;
    line-height: 40px;
    transition-duration: 0.3s;
}

.knowmore-btn i{
    margin-left: 5px;
}

.knowmore-btn:hover{
    background: var(--OrangeColor);
    color: #fff;
    text-decoration: none;
}

.welcome-text-con{
    margin-top: 130px;
}

.tenyear-experience{
    width: 100%;
    position: relative;
    text-transform: uppercase;
    color: var(--headingColorDark);
    font-size: 80px;
    font-weight: 300;
    line-height: 84px;
    padding: 0px;
    margin: 130px 0px 0px 0px;
    text-align: center;
}

.tenyear-experience strong{
    font-weight: 300;
    color: var(--headingColor);
}

.whychooseus-wrapper{
    width: 100%;
    background: var(--LightBg);
    padding: 0px 0px;
    position: relative;
    margin-top: 130px;
}

.whychoose-item-div{
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    display: table;
    height: 85px;
    border-bottom: 1px solid var(--borderColor);
}

.whychoose-item-div:last-child{
    border-bottom: none;
}


.whychoose-item-div span{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding-left: 85px;
}

.whychoose-item-div span img{
    width: 65px;
    height: 65px;
    position: absolute;
    left: 0px;
    top: 10px;
}

.whychoose-item-div p{
    padding: 0;
    margin: 0;
}

.whychoose-item-div h5{
    font-size: 18px;
    padding: 0;
    margin: 0px 0px 4px 0px;
    color: var(--headingColorDark);
    font-weight: 600;
}

.whychooseus-wrapper .col-lg-7 h2{
    width: 100%;
    position: relative;
    text-transform: uppercase;
    color: var(--headingColorDark);
    font-size: 58px;
    font-weight: 300;
    line-height: 62px;
    padding: 0px;
    margin: 0px 0px 35px -8px;
}


.whychooseus-wrapper .col-lg-7{
    padding-top: 110px;
    padding-bottom: 110px;
}

.whychooseus-wrapper{
    width: 100%;
    position: relative;
    overflow: hidden;
}

.whychooseus-wrapper .col-lg-5{
    position: relative;
}

.whychooseus-wrapper .col-lg-5 img{
    height: 100%;
    object-fit: cover;
    left: 0px;
    top: 0px;
    width: 50vw;
}

.interiordesign-wrapper{
    width: 100%;
    position: relative;
    background: var(--LightBg);
    margin-top: 130px;
    margin-bottom: 130px;
    display: block;
}

.interiordesign-wrapper .col-lg-4 img{
    width: 100%;
    height: 590px;
    object-fit: cover;
}

.interiordesign-wrap{
    width: 100%;
    height: 590px;
    display: table;
}

.interiordesign-wrap .interiordesign-middlealign{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-right: 75px;
    padding-left: 60px;
}

.interiordesign-wrap .interiordesign-middlealign h3{
    width: 100%;
    position: relative;
    text-transform: uppercase;
    color: var(--headingColorDark);
    font-size: 58px;
    font-weight: 300;
    line-height: 62px;
    padding: 0px;
    margin: 0px 0px 25px -8px;
}

.interiordesign-wrap .interiordesign-middlealign p{
    margin-bottom: 45px;
}

.videogallery-wrapper-div{
    width: 100%;
    background: var(--headingColorDark);
    margin-top: 130px;
    padding: 110px 0px;
    text-align: center;

    background: url(../megha-habitat/assets/img/woldofelegence-wrap.webp) no-repeat center center fixed #1c1c1c; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.videogallery-wrapper-div .heading-style{
    color: #fff;
    margin-bottom: 25px;
}

.videogallery-wrapper-div p{
    margin-bottom: 45px;
    color: #fff;
    opacity: 0.6;
}

.heightof-comfort-wrap{
    margin-top: 130px;
    width: 100%;
    position: relative;
}

.heightof-comfort-item{
    width: 100%;
    background: var(--LightBg);
    text-align: center;
    padding: 45px 15px 45px 15px;
    position: relative;
    min-height: 290px;
}

.heightof-comfort-item span{
    width: 100%;
    display: block;
    text-align: center;
}

.heightof-comfort-item span img{
    width: auto;
    height: 64px;
    object-fit: cover;
    display: inline-block;
}

.heightof-comfort-item h5{
    width: 100%;
    padding: 0;
    margin: 20px 0px 8px 0px;
    color: var(--headingColorDark);
    font-size: 18px;
    font-weight: 600;
}

.heightof-comfort-item p{
    padding: 0;
    margin: 0;
    text-align: center;
}

.heightof-comfort-wrap .row .col-lg-4{
    padding-top: 12px;
    padding-bottom: 12px;
}

.responsibly-yours-wrapper{
    margin-top: 130px;
    background: var(--headingColorDark);
    position: relative;
    padding: 100px 80px;
}

.responsibly-yours-wrapper h3{
    width: 100%;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    font-size: 58px;
    font-weight: 300;
    line-height: 62px;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}

.responsibly-yours-wrapper button{
    width: 175px;
    height: 175px;
    position: relative;
    background: none;
    outline: none;
    padding: 0;
    margin: 0;
    border: none;
    top: 3px;
    float: right;
}

.responsibly-yours-wrapper button svg{
    height: 175px;
}

.responsibly-yours-wrapper button .st0{
    fill-rule:evenodd;
    clip-rule:evenodd;
    fill:#FFFFFF;
    transition-duration: 0.3s;
}

.responsibly-yours-wrapper button:hover .st0{
    fill: var(--OrangeColor);
}

.blog-enq-wrapper{
    width: 100%;
    position: relative;
    margin-top: 130px;
}

.blog-item-div .blog-image{
    width: 100%;
    position: relative;
    display: block;
    background: var(--headingColorDark);
    overflow: hidden;
}

.blog-item-div .blog-image img{
    width: 100%;
    height: 150px;
    object-fit: cover;
    transition-duration: 0.3s;
}

.blog-item-div .blogitem-con{
    width: 100%;
    position: relative;
    height: 150px;
    display: table;
}

.blog-item-div .blogitem-con span{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.blog-item-div .blogitem-con h5{
    font-size: 18px;
    padding: 0;
    margin: 0;
    color: var(--headingColorDark);
    font-weight: 600;
}

.blog-item-div .blogitem-con h6{
    font-size: 14px;
    padding: 0;
    margin: 0px 0px 8px 0px;
    color: var(--RedColor);
    font-weight: 500;
}

.blog-item-div{
    width: 100%;
    border-bottom: 1px solid var(--borderColor);
    padding-bottom: 20px;
    padding-top: 20px;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
}

.blog-item-div:first-child{
    border-top: 1px solid var(--borderColor);
}

.blog-item-div:hover .blog-image img{
    opacity: 0.2;
    transform: scale(1.1);
}

.blog-item-div .blog-image svg{
    width: auto;
    height: 50px;
    position: absolute;
    left: 0px;
    z-index: 110;
    transition-duration: 0.3s;
    bottom: 40%;
    left: 40%;
    margin-left: -25px;
    margin-bottom: -25px;
    opacity: 0;
}

.blog-item-div .blog-image .st0{
    fill: var(--RedColor);
    
}

.blog-item-div:hover  .blog-image svg{
    bottom: 50%;
    left: 50%;
    opacity: 1;
}



.blog-enq-wrapper .col-lg-8.blog-div{
    padding-right: 80px;
}


.enquiry-wrapper{
    width: 100%;
    position: relative;
    background: var(--headingColorDark);
    margin-top: 8px;
    min-height: 590px;
    padding: 75px 40px 25px 40px;
}

.enquiry-wrapper .col-lg-12{
    position: relative;
    margin-top: 15px;
}

.enquiry-wrapper .col-lg-12 p{
    padding: 0;
    margin: 0;
}

.enquiry-wrapper .col-lg-12 input[type=text],
.enquiry-wrapper .col-lg-12 input[type=email]{
    width: 100%;
    background: #333333;
    height: 40px;
    border: none;
    outline: none;
    font-size: 15px;
    padding-left: 15px;
    color: var(--WhiteColor);
}

.enquiry-wrapper .col-lg-12 textarea{
    width: 100%;
    background: #333333;
    height: 80px;
    border: none;
    outline: none;
    font-size: 15px;
    padding-left: 15px;
    color: var(--WhiteColor);
}

.wpcf7-not-valid-tip{
    width: 100%;
    padding: 0;
    margin: 4px 0px 0px 0px;
    font-size: 12px;
    line-height: normal;
}

.enquiry-wrapper .col-lg-12 .submit-btn{
    width: 100%;
    background: var(--RedColor);
    height: 45px;
    color: var(--WhiteColor);
    font-size: 15px;
    text-transform: uppercase;
    border: none;
    outline: none;
    font-size: 15px;
    font-weight: 600;
    margin-top: -18px;
}

.wpcf7-spinner{
    padding: 0;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 10px;
    margin-left: -12px;
}

.enquiry-wrapper .wpcf7-response-output{
    width: 100%;
    text-align: center;
    color: var(--textcolor);
    font-size: 12px;
    padding: 8px 10px !important;
    line-height: 16px;
    margin: 10px 0px 0px 0px !important;
}

.enquiry-wrapper h3{
    width: 100%;
    position: relative;
    text-transform: uppercase;
    color: var(--WhiteColor);
    font-size: 38px;
    font-weight: 300;
    line-height: 44px;
    padding: 0px;
    margin: 0px 0px 15px -4px;
}

.ourclients-wrapper{
    margin-top: 130px;
    position: relative;
}

.testimonials-item{
    width: 100%;
    display: block;
    text-decoration: none;
    border: 1px solid var(--borderColor);
    transition-duration: 0.3s;
}

.testimonials-item .testimonials-footer{
    width: 100%;
    position: relative;
    border-top: 1px solid var(--borderColor);
    padding: 10px;
    min-height: 80px;
    padding-left: 90px;
    transition-duration: 0.3s;
}

.testimonials-item:hover,
.testimonials-item:hover .testimonials-footer{
    border-color: var(--RedColor);
}

.testimonials-item .testimonials-footer span{
    width: 60px;
    height: 60px;
    background: url(../megha-habitat/assets/img/testimonial-propic.png) no-repeat var(--LightBg);
    border-radius: 50%;
    position: absolute;
    left: 15px;
    top: 10px;
    overflow: hidden;
}

.testimonials-item .testimonials-footer span img{
    width: 100%;
    height: 60px;
    object-fit: cover;
}

.testimonials-item .testimonials-footer h6{
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    color: var(--textcolor);
}

.testimonials-item .testimonials-footer h4{
    width: 100%;
    padding: 0;
    margin: 10px 0px 4px 0px;
    font-size: 16px;
    font-weight: 600;
    color: var(--headingColorDark);
}

.testimonials-item .testimonials-content{
    width: 100%;
    padding: 30px 20px 30px 20px;
    min-height: 200px;
}

.testimonials-item .testimonials-content p{
    font-size: 16px;
    line-height: 28px;
    padding: 0;
    margin: 0;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
           line-clamp: 5; 
    -webkit-box-orient: vertical;
    font-weight: 300;
    color: var(--textcolor);
}


.whatsapp-iconbtn {
	width: 50px;
	height: 50px;
	background: #00a902;
	color: #fff !important;
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 1010;
	border-radius: 50%;
	text-align: center;
	font-size: 24px;
	line-height: 50px;
	-webkit-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	box-shadow: 0 0 0 0 rgba(103, 184, 81, 0.5);
}



@-webkit-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@-moz-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@-ms-keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

@keyframes puls {
	to {
		box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);
	}
}

.page-header-wrap{
    width: 100%;
    height: 480px;
    background: var(--headingColorDark);
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 120px;
}

.page-header-wrap img{
    width: 100%;
    height: 480px;
    object-fit: cover;
    opacity: 0.7;
    position: absolute;
    left: 0px;
    top: 0px;
}

.page-header-wrap .heading-align{
    width: 100%;
    text-align: left;
    display: block;
    vertical-align: bottom;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.6);
    padding: 30px 0px;
}

.page-header-wrap h2{
    width: 100%;
    position: relative;
    left: 0px;
    bottom: 0px;
    z-index: 999;
    text-align: left;
    color: var(--WhiteColor);
    text-transform: uppercase;
    font-size: 80px;
    font-weight: 300;
    line-height: 75px;
    z-index: 999;
    padding: 0;
    margin: 0px 0px 0px -8px;
}

.page-header-wrap h6{
    width: auto;
    text-align: left;
    padding: 7px 20px 6px 12px;
    margin: 10px 0px 4px 0px;
    display: inline-block;
    background: var(--RedColor);
    color: var(--WhiteColor);
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 18px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.page-header-wrap h6 i.fa-angles-right{
    margin: 0px 10px;
}

.page-header-wrap h6 a{
    color: #ffd43b;
    display: inline-block;
}

.page-header-wrap h6 a:hover{
    color: var(--WhiteColor);
}

.page-header-wrap h6 a i{
    margin-right: 4px;
}

.innerpage-container{
    width: 100%;
    margin-top: 130px;
    margin-bottom: 130px;
}

.page-header-wrap::before{
    width: 100%;
    height: 400px;
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 900;
    opacity: 0.9;
    background: rgba(0,0,0,1);
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.contacttop-section{
    margin-top: 110px;
}

.contactmiddle-section{
    width: 100%;
    background: var(--LightBg);
    padding: 100px 0px;
    margin-top: 90px;
}

.contactbottom-section{
    width: 100%;
    margin-bottom: 110px;
    margin-top: 90px;
}

.contactbottom-section .googlemap-wrapper {
    position: relative;
    padding-bottom: 420px;
    height: 0;
    overflow: hidden;
    margin: 0
}

.contactbottom-section .googlemap-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important
}


.contactmiddle-section h3{
    width: 100%;
    position: relative;
    text-transform: uppercase;
    color: var(--headingColorDark);
    font-size: 48px;
    font-weight: 300;
    line-height: 56px;
    padding: 0px;
    margin: 0px 0px 15px -8px;
}

.contactmiddle-section .col-lg-7 p{
    padding: 0;
    margin: 0;
}

.contactmiddle-section .col-lg-7 .col-lg-6 input{
    width: 100%;
    height: 44px;
    background: none;
    border: 1px solid var(--textcolor);
    outline: none;
    transition-duration: 0.3s;
    padding-left: 14px;
}

.contactmiddle-section .col-lg-7 .col-lg-12 textarea{
    width: 100%;
    height: 120px;
    background: none;
    border: 1px solid var(--textcolor);
    outline: none;
    transition-duration: 0.3s;
    padding-left: 14px;

}

.contactmiddle-section .col-lg-7 .col-lg-6 input:focus,
.contactmiddle-section .col-lg-7 .col-lg-12 textarea:focus{
    border-color: var(--RedColor);
}


.contactmiddle-section .col-lg-7 .col-lg-4 .submit-btn{
    width: 100%;
    background: var(--RedColor);
    height: 45px;
    color: var(--WhiteColor);
    font-size: 15px;
    text-transform: uppercase;
    border: none;
    outline: none;
    font-size: 15px;
    font-weight: 600;
    margin-top: -18px;
    transition-duration: 0.3s;
}

.contactmiddle-section .col-lg-7 .col-lg-4 .submit-btn:hover{
    background: var(--OrangeColor);
}

.contactmiddle-section .col-lg-7 .col-lg-6,
.contactmiddle-section .col-lg-7 .col-lg-12{
    margin-bottom: 15px;
}

.contactmiddle-section .col-lg-7 .col-lg-4{
    position: relative;
}

.contactmiddle-section .col-lg-7 .wpcf7-response-output{
    width: 100%;
    padding: 6px 10px;
    margin: 10px 0px 0px 0px;
    text-align: center;
    font-size: 14px;
}

.contactmiddle-section .col-lg-5{
    padding-right: 75px;
}

.contactmiddle-section .col-lg-5 img{
    width: 100%;
    margin-top: 8px;
    height: 578px;;
}

.contacttop-section .contact-item-div{
    width: 100%;
    border: none;
    display: block;
    background: var(--LightBg);
    text-align: center;
    position: relative;
    padding: 35px 15px;
    min-height: 300px;
}

.contacttop-section .contact-item-div p{
    padding: 0;
    margin: 0px 0px 0px 0px;
}

.contacttop-section .contact-item-div p a{
    color: var(--textcolor);
    text-decoration: none;
}

.contacttop-section .contact-item-div h5{
    width: 100%;
    text-transform: uppercase;
    padding: 0;
    margin: 15px 0px 8px 0px;
    color: var(--headingColorDark);
    font-weight: 600;
    font-size: 18px;
}

.contacttop-section .contact-item-div span{
    width: 90px;
    height: 90px;
    background: var(--RedColor);
    border-radius: 50%;
    display: inline-block;
    line-height: 90px;
    color: var(--WhiteColor);
    font-size: 32px;
}

.projects-page .col-lg-4{
    margin-top: 12px;
    margin-bottom: 12px;
}


.noprojects-div{
    width: 100%;
    text-align: center;
}

.noprojects-div p{
    padding: 0;
    margin: 0px 0px 30px 0px;
}

.noprojects-div h2{
    width: 100%;
    color: var(--headingColorDark);
    padding: 0;
    margin: 0px 0px 10px 0px;
    font-size: 24px;
}

.testimonials-page .col-lg-4{
    margin-top: 12px;
    margin-bottom: 12px;
}

.testimonials-page .testimonials-item .testimonials-content{
    min-height: auto;
}

.testimonials-page .testimonials-item .testimonials-content p {
    overflow: visible;
    display: block;
    
}

.getquote-page .col-lg-5 img{
    width: 100%;
    margin-top: 8px;
    height: 525px;
}

.getquote-page .col-lg-7 h3{
    width: 100%;
    position: relative;
    text-transform: uppercase;
    color: var(--headingColorDark);
    font-size: 48px;
    font-weight: 300;
    line-height: 56px;
    padding: 0px;
    margin: 0px 0px 15px -8px;
}


.getquote-page .col-lg-7 p{
    padding: 0;
    margin: 0;
}

.getquote-page .col-lg-7 .col-lg-6 input{
    width: 100%;
    height: 44px;
    background: none;
    border: 1px solid var(--textcolor);
    outline: none;
    transition-duration: 0.3s;
    padding-left: 14px;
}

.getquote-page .col-lg-7 .col-lg-12 textarea{
    width: 100%;
    height: 120px;
    background: none;
    border: 1px solid var(--textcolor);
    outline: none;
    transition-duration: 0.3s;
    padding-left: 14px;

}

.getquote-page .col-lg-7 .col-lg-6 input:focus,
.getquote-page .col-lg-7 .col-lg-12 textarea:focus{
    border-color: var(--RedColor);
}


.getquote-page .col-lg-7 .col-lg-4 .submit-btn{
    width: 100%;
    background: var(--RedColor);
    height: 45px;
    color: var(--WhiteColor);
    font-size: 15px;
    text-transform: uppercase;
    border: none;
    outline: none;
    font-size: 15px;
    font-weight: 600;
    margin-top: -18px;
    transition-duration: 0.3s;
}

.getquote-page .col-lg-7 .col-lg-4 .submit-btn:hover{
    background: var(--OrangeColor);
}

.getquote-page .col-lg-7 .col-lg-6,
.getquote-page .col-lg-7 .col-lg-12{
    margin-bottom: 15px;
}

.getquote-page .col-lg-7 .col-lg-4{
    position: relative;
}

.getquote-page .col-lg-7 .wpcf7-response-output{
    width: 100%;
    padding: 6px 10px;
    margin: 10px 0px 0px 0px;
    text-align: center;
    font-size: 14px;
}

.blogitem-div{
    width: 100%;
    position: relative;
    display: block;
    margin: 12px 0px;
}

.blogitem-div .blog-imagecon{
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
    background: var(--headingColorDark);
}

.blogitem-div .blog-imagecon img{
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition-duration: 0.3s;
}

.blogitem-div .blog-text{
    width: 100%;
    background: var(--LightBg);
    padding: 0px 15px;
    margin: 0;
    display: table;
    height: 80px;
}

.blogitem-div .blog-text h5{
    width: 100%;
    padding: 0;
    margin: 0;
    color: var(--headingColorDark);
    font-size: 16px;
    font-weight: 600;
    display: table-cell;
    vertical-align: middle;
    line-height: 24px;
    transition-duration: 0.3s;
}

.blogitem-div .blog-text h5 font{
    overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; 
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}

.blogitem-div:hover .blog-text h5{
    color: var(--RedColor);
}


.blogitem-div:hover .blog-imagecon img{
    opacity: 0.2;
    transform: scale(1.1);
}

.blogitem-div .blog-imagecon svg{
    position: absolute;
    width: auto;
    height: 60px;
    z-index: 120;
    left: 40%;
    bottom: 40%;
    margin-bottom: -30px;
    margin-left: -30px;
    transition-duration: 0.3s;
    opacity: 0;
}

.blogitem-div:hover .blog-imagecon svg{
    opacity: 1;
    left: 50%;
    bottom: 50%;
}

.blogitem-div .blog-imagecon .st0{
    fill:var(--RedColor);
}

.blogitem-div .blog-imagecon .datefield{
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 800;
    background: var(--RedColor);
    color: var(--WhiteColor);
    font-size: 13px;
    font-weight: 600;
    padding: 4px 10px;
}

.blog-single-page .col-lg-4 img{
    width: 100%;
    border-radius: 3px;
    height: auto;
    margin-bottom: 45px;
}

.blog-single-page .recent-posts-div h4{
    width: 100%;
    padding: 12px 15px;
    margin: 0;
    text-transform: uppercase;
    font-size: 18px;
    background: var(--RedColor);
    color: var(--WhiteColor);
    font-weight: 600;
    border-radius: 3px;
}

.blog-single-page .recent-posts-div ul{
    width: 100%;
    padding: 0;
    margin: 20px 0px 0px 0px;
}

.blog-single-page .recent-posts-div ul li{
    list-style: none;
    padding: 0;
    margin: 0px 0px 10px 0px;
}

.blog-single-page .recent-posts-div ul li:last-child{
    margin-bottom: 0px;
}

.blog-single-page .recent-posts-div ul li a{
    color: var(--textcolor);
    display: inline-block;
    width: 100%;
}

.blog-single-page .recent-posts-div ul li a:hover{
    color: var(--OrangeColor);
}

.blog-single-page .col-lg-8 p{
    text-align: justify;
}

.blog-single-page .col-lg-8 h4{
    width: 100%;
    padding: 0;
    margin: 35px 0px 10px 0px;
    color: var(--headingColorDark);
    font-size: 20px;
    font-weight: 600;
}

.blog-single-page .col-lg-8 .post-tittle{
    color: var(--headingColorDark);
    text-transform: uppercase;
    font-size: 32px;
    padding: 0;
    margin: 0px 0px 20px 0px;
}

.sticky-sidebar{
    width: 100%;
    position: sticky;
    top: 100px;
}

.abouttop-section{
    width: 100%;
    position: relative;
    margin-top: 110px;
}

.abouttop-section .col-lg-8{
    padding-right: 80px;
}

.abouttop-section .col-lg-8 p{
    text-align: justify;
}

.abouttop-section .col-lg-8 p:last-child{
    margin-bottom: 0px;
}

.abouttop-section .col-lg-4 img{
    width: 100%;
    margin-top: 8px;
    object-fit: cover;
    height: 490px;
}

.aboutmiddle-section {
    width: 100%;
    background: var(--LightBg);
    padding: 100px 0px;
    margin-top: 90px;
}

.vision-mission-con{
    width: 100%;
    padding: 0;
    margin: 0;
    background: var(--WhiteColor);
}

.vision-mission-con .visionmission-img{
    width: 100%;
    height: 300px;
    background: var(--headingColorDark);
    position: relative;
}

.vision-mission-con .visionmission-img img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.vision-mission-con .visionmission-txt{
    padding: 60px 45px 60px 45px;
}

.vision-mission-con .visionmission-txt p{
    text-align: justify;
    padding: 0;
    margin: 0;
}

.vision-mission-con .visionmission-txt h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 12px 0px;
    color: var(--headingColorDark);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}

.projects-single-page .col-lg-5 img{
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.projects-single-page .col-lg-7 .project-title{
    width: 100%;
    padding: 0;
    margin: 0px 0px 15px 0px;
    color: var(--headingColorDark);
    font-size: 34px;
    font-weight: 600;
}

.projects-single-page .col-lg-7 .nav{
    margin-top: 45px;
    margin-bottom: 40px;
}

.projects-single-page .col-lg-7 .nav-link{
    color: var(--textcolor);
    font-weight: 600;
    outline: none;
}

.projects-single-page .col-lg-7 .nav-link.active{
    color: var(--RedColor);
}

.projects-single-page .col-lg-7 #contact img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.projects-single-page .col-lg-7 #home p{
    color: var(--textcolor);
    margin-bottom: 25px;
}

.projects-single-page .col-lg-7 #home p:last-child{
    margin-bottom: 0px;
}

.projects-single-page .col-lg-7 #home h4{
    width: 100%;
    padding: 0;
    margin: 0px 0px 6px 0px;
    color: var(--headingColorDark);
    font-size: 18px;
    font-weight: 600;
}

.projects-single-page .col-lg-7 #profile ul{
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}

.projects-single-page .col-lg-7 #profile ul li{
    list-style: none;
    padding: 0;
    margin: 0px 0px 16px 0px;
    color: var(--textcolor);
    position: relative;
}

.projects-single-page .col-lg-7 #profile ul li:last-child{
    margin-bottom: 0px;
}

.projects-single-page .col-lg-7 #profile ul li strong{
    color: var(--headingColorDark);
}

.projects-single-page{
    margin-top: 110px;
}

.project-middle-section{
    width: 100%;
    padding: 80px 0px 80px 0px;
    margin: 80px 0px 0px 0px ;
    background: var(--LightBg);
}

.project-bottom-section{
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 80px 0px 110px 0px ;
}

.project-middle-section h3{
    width: 100%;
    position: relative;
    text-transform: uppercase;
    color: var(--headingColorDark);
    font-size: 52px;
    font-weight: 300;
    line-height: 56px;
    padding: 0px;
    margin: 0px 0px 15px -5px;
}

.project-middle-section h3 strong{
    color: var(--headingColor);
    font-weight: 300;
}




.project-middle-section .col-lg-8 .col-lg-6 input{
    width: 100%;
    height: 44px;
    background: none;
    border: 1px solid var(--textcolor);
    outline: none;
    transition-duration: 0.3s;
    padding-left: 14px;
}

.project-middle-section .col-lg-8 .col-lg-12 textarea{
    width: 100%;
    height: 120px;
    background: none;
    border: 1px solid var(--textcolor);
    outline: none;
    transition-duration: 0.3s;
    padding-left: 14px;

}

.project-middle-section .col-lg-8 .col-lg-6 input:focus,
.project-middle-section .col-lg-8 .col-lg-12 textarea:focus{
    border-color: var(--RedColor);
}


.project-middle-section .col-lg-8 .col-lg-4 .submit-btn{
    width: 100%;
    background: var(--RedColor);
    height: 45px;
    color: var(--WhiteColor);
    font-size: 15px;
    text-transform: uppercase;
    border: none;
    outline: none;
    font-size: 15px;
    font-weight: 600;
    margin-top: -18px;
    transition-duration: 0.3s;
}

.project-middle-section .col-lg-8 .col-lg-4 .submit-btn:hover{
    background: var(--OrangeColor);
}

.project-middle-section .col-lg-8 .col-lg-6,
.project-middle-section .col-lg-8 .col-lg-12{
    margin-bottom: 15px;
}

.project-middle-section .col-lg-8 .col-lg-4{
    position: relative;
}

.project-middle-section .col-lg-8 .wpcf7-response-output{
    width: 100%;
    padding: 6px 10px;
    margin: 10px 0px 0px 0px;
    text-align: center;
    font-size: 14px;
}

.project-middle-section .col-lg-8 p{
    padding: 0px;
    margin: 0px;
}

.download-brochure-btn{
    width: 100%;
    background: var(--RedColor);
    height: auto;
    color: var(--WhiteColor);
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    line-height: 55px;
    border: none;
    outline: none;
    font-size: 15px;
    font-weight: 600;
    margin-top: -18px;
    transition-duration: 0.3s;
    display: inline-block;
}

.download-brochure-btn:hover{
    background: var(--OrangeColor);
    color: #fff;
}

.enquiry-con-div{
    width: 100%;
    display: table;
    padding: 0;
    margin: 0;
    background-color: #fff;
    min-height: 460px;
}

.enquiry-con-div span{
    width: 100%;
    text-align: center;
    padding: 0px 20px;
    margin: 0px;
    display: table-cell;
    vertical-align: middle;
}

.enquiry-con-div h4{
    width: 100%;
    color: var(--headingColorDark);
    font-weight: 600;
    padding: 0px;
    margin: 28px 0px 15px 0px;
    font-size: 24px;
    text-transform: uppercase;
}

.enquiry-con-div p{
    line-height: 24px;
    padding: 0px;
    margin: 0px 0px 20px 0px;
}

.enquiry-con-div h6{
    padding: 0;
    margin: 3px 0px;
    display: inline-block;
    font-weight: 600;
}

.enquiry-con-div h6 a{
    color: var(--headingColorDark);
    text-decoration: none;
}

.enquiry-con-div font{
    width: 80px;
    height: 80px;
    background: var(--RedColor);
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    color: #fff;
    font-size: 28px;
}

.projects-single-page .col-lg-5 .carousel{
    position: sticky;
    top: 100px;
}


@media screen and (max-width: 1024px) {
    .banner-wrapper{
        min-height: auto;
    }

    .banner-wrapper .carousel-item img{
        height: auto;
    }

    .heading-style{
        font-size: 56px;
        line-height: 58px;
    }

    .heading-style a svg {
        height: 40px;
    }

    .heading-style a {
        top: -6px;
    }

    .ourprojects-item .projects-content h4{
        font-size: 16px;
    }

    .welcome-text-con .col-lg-7 h2,
    .whychooseus-wrapper .col-lg-7 h2,
    .responsibly-yours-wrapper h3,
    .interiordesign-wrap .interiordesign-middlealign h3{
        font-size: 44px;
        line-height: 46px;
    }

    .tenyear-experience{
        font-size: 56px;
        line-height: 58px;
    }

    .responsibly-yours-wrapper button{
        width: 125px;
        height: 125px;
    }

    .responsibly-yours-wrapper button svg{
        height: 125px;
    }

    .heightof-comfort-item{
        min-height: 320px;
    }

    .enquiry-wrapper h3{
        font-size: 30px;
        line-height: 34px;
    }

    .interiordesign-wrapper .col-lg-4 img,
    .interiordesign-wrap{
        height: 480px;
    }

    .sayhello-wrapper h2{
        font-size: 30px;
        line-height: 38px;
        padding-top: 5px;
    }

    .sayhello-wrapper h3{
        font-size: 36px;
    }

    .connectus-wrapper .col-lg-5 h3{
        font-size: 24px;
    }

    .connectus-wrapper{
        background-size: auto 120px;
    }

    .page-header-wrap h2{
        font-size: 72px;
    }

    .contacttop-section .contact-item-div{
        min-height: 320px;
    }

    .getquote-page .col-lg-7 h3{
        font-size: 42px;
        line-height: 48px;
    }
}

@media screen and (max-width: 980px) {
    .banner-wrapper::before{
        height: 200px;
    }

    .banner-bottom-div .row .col-lg-2:nth-child(4) {
        border-left: 1px solid #f3676c;
    }

    .banner-bottom-div .row .col-lg-2:nth-child(1),
    .banner-bottom-div .row .col-lg-2:nth-child(2),
    .banner-bottom-div .row .col-lg-2:nth-child(3) {
        border-bottom: 1px solid #f3676c;
    }

    .welcome-text-con .col-lg-5 img{
        height: auto;
        margin-bottom: 45px;
    }

    .tenyear-experience {
        font-size: 48px;
        line-height: 50px;
    }

    .whychooseus-wrapper .col-lg-5 img{
        position: relative;
        width: 100%;
        height: auto;
    }

    .whychooseus-wrapper .col-lg-7 h2,
    .welcome-text-con .col-lg-7 h2,
    .heading-style{
        margin-left: 0px;
    }

    .responsibly-yours-wrapper{
        padding: 80px 25px;
        text-align: center;
    }

    .responsibly-yours-wrapper button{
        position: relative;
        right: 50%;
        margin-right: -62px;
        margin-top: 30px;
    }

    .heading-style {
        font-size: 52px;
        line-height: 54px;
    }

    .heightof-comfort-item {
        min-height: 290px;
    }

    .blog-enq-wrapper .col-lg-8.blog-div{
        padding-right: 15px;
    }

    .enquiry-wrapper h3{
        margin-left: 0px;
        text-align: center;
    }

    .enquiry-wrapper{
        min-height: auto;
        padding: 80px 45px;
    }

    .interiordesign-wrapper .col-lg-4 img, 
    .interiordesign-wrap {
        height: auto;
    }

    .interiordesign-wrap .interiordesign-middlealign h3{
        margin-left: 0px;
    }

    .interiordesign-wrap .interiordesign-middlealign{
        padding: 60px 45px;
    }

    .footer-middlearea .col-lg-3:first-child img{
        top: 0px;
        margin-top: 0px;
    }

    .footer-middlearea .col-lg-3:nth-child(2),
    .footer-middlearea .col-lg-3:nth-child(3){
        display: none;
        visibility: hidden;
    }

    .footer-middlearea .col-lg-3:first-child img{
        left: 50%;
        margin-left: -113px;
    }

    .footer-middlearea .col-lg-3:nth-child(4) {
        text-align: center;
        margin-top: 45px;
    }

    .connectus-wrapper{
        background-image: none;
    }

    .connectus-wrapper{
        text-align: center;
    }

    .connectus-wrapper .socialmedia-icons{
        margin-top: 35px;
        text-align: center;
        padding: 0px 0px;
    }

    .connectus-wrapper .col-lg-5 h3{
        margin-top: 0px;
    }

    .connectus-wrapper{
        padding: 45px 25px;
    }

    .sayhello-wrapper h3{
        text-align: center;
        margin-top: 35px;
    }

    .sayhello-wrapper h5{
        width: 100%;
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .sayhello-wrapper h2{
        width: 100%;
        text-align: center;
        padding: 100px 0px 0px 0px;
    }

    .sayhello-wrapper h2::before{
        left: 50%;
        margin-left: -50px;
    }

    .sayhello-wrapper h2 br{
        display: none;
        visibility: hidden;
    }

    .page-header-wrap h2 {
        font-size: 62px;
        line-height: 62px;
    }

    .contacttop-section .contact-item-div{
        margin: 10px 0px;
        min-height: 260px;
    }

    .contactmiddle-section .col-lg-5{
        padding-right: 15px;
        margin-bottom: 45px;
    }

    .contactmiddle-section .col-lg-5 img{
        margin-top: 0px;
        height: auto;
    }

    .contactmiddle-section h3{
        margin-left: 0px;
    }

    .getquote-page .col-lg-5{
        display: none;
        visibility: hidden;
    }

    .abouttop-section .col-lg-8{
        padding-right: 15px;
        margin-bottom: 45px;
    }

    .abouttop-section .col-lg-4 img{
        height: auto;
    }

    .aboutmiddle-section .col-lg-6:last-child{
        margin-top: 30px;
    }

    .projects-single-page .col-lg-5{
        margin-top: 45px;
    }

    .enquiry-con-div{
        min-height: auto;
        padding: 45px 20px;
        margin-top: 45px;
    }

    .enquiry-con-div h6{
        width: 100%;
        display: block;
    }

    .project-middle-section h3 {
        font-size: 44px;
        line-height: 48px;
    }
}

@media screen and (max-width: 768px) {
    .header-wrapper-div{
        padding-top: 15px;
    }

    .heading-style {
        font-size: 44px;
        line-height: 48px;
    }

    .heading-style a svg {
        height: 32px;
    }

    .heading-style a {
        top: -4px;
    }

    .tenyear-experience {
        font-size: 38px;
        line-height: 44px;
    }

    .responsibly-yours-wrapper h3{
        font-size: 32px;
        line-height: 38px;
    }

    .responsibly-yours-wrapper h3 br,
    .videogallery-wrapper-div p br{
        display: none;
        visibility: hidden;
    }

    .blog-item-div{
        padding-left: 0px;
        padding-right: 0px;
    }

    .sayhello-wrapper{
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

@media screen and (max-width: 540px) {
    .banner-bottom-div .row .col-lg-2 h6{
        font-size: 14px;
    }

    .banner-bottom-div .row .col-lg-2:nth-child(3),
    .banner-bottom-div .row .col-lg-2:nth-child(5) {
        border-left: 1px solid #f3676c;
    }

    .banner-bottom-div .row .col-lg-2:nth-child(4) {
        border-left: none;
    }

    .banner-bottom-div .row .col-lg-2:nth-child(4) {
        border-bottom: 1px solid #f3676c;
    }

    .banner-wrapper .carousel-item img {
        height: 520px;
    }

    .heading-style {
        font-size: 28px;
        line-height: 34px;
    }

    .heading-style a svg {
        height: 22px;
    }

    .heading-style a {
        top: -2px;
    }

    .ourprojects-section{
        margin-top: 80px;
    }

    .welcome-text-con{
        margin-top: 80px;
    }

    .welcome-text-con .col-lg-7 h2, .whychooseus-wrapper .col-lg-7 h2, .responsibly-yours-wrapper h3, .interiordesign-wrap .interiordesign-middlealign h3 {
        font-size: 30px;
        line-height: 36px;
    }

    .tenyear-experience {
        font-size: 26px;
        line-height: 34px;
        margin-top: 60px;
    }

    .whychooseus-wrapper{
        margin-top: 60px;
    }

    .whychooseus-wrapper .col-lg-7 h2{
        text-align: center;
        font-size: 26px;
        line-height: 34px;
    }

    .whychoose-item-div p{
        line-height: 22px;
    }

    

    .whychooseus-wrapper .col-lg-7 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .ourclients-wrapper,
    .heightof-comfort-wrap,
    .videogallery-wrapper-div,
    .blog-enq-wrapper,
    .projects-single-page{
        margin-top: 80px;
    }

    .responsibly-yours-wrapper{
        margin-top: 100px;
    }

    .responsibly-yours-wrapper h3{
        font-size: 26px;
        line-height: 34px;
    }

    .responsibly-yours-wrapper {
        padding: 70px 25px;
        text-align: center;
    }

    .heading-style{
        margin-bottom: 25px;
    }

    .heightof-comfort-item{
        min-height: auto;
    }

    .whychoose-item-div{
        height: 120px;
    }

    .whychoose-item-div span img{
        top: 50%;
        margin-top: -32px;
    }

    .videogallery-wrapper-div{
        padding: 80px 0px;
    }

    .footercredits p{
        text-align: center !important;
        margin: 2px 0px;
    }

    .footer-middlearea{
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .interiordesign-wrapper{
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .interiordesign-wrap .interiordesign-middlealign h3 br{
        display: none;
        visibility: hidden;
    }

    .interiordesign-wrap .interiordesign-middlealign {
        padding: 60px 25px;
    }

    .sayhello-wrapper h2 {
        font-size: 26px;
        line-height: 32px;
    }

    .sayhello-wrapper h3{
        font-size: 28px;
    }

    .whatsapp-iconbtn{
        right: 15px;
        bottom: 15px;
    }

    .page-header-wrap::before{
        height: 200px;
    }

    .page-header-wrap .heading-align{
        text-align: center;
    }

    .page-header-wrap h2{
        margin-left: 0px;
        text-align: center;
        font-size: 32px;
        line-height: 34px;
    }

    .page-header-wrap h6{
        font-size: 11px;
        border-radius: 20px;
        padding: 6px 15px;
    }

    .page-header-wrap .heading-align{
        padding: 20px 0px;
    }

    .page-header-wrap,
    .page-header-wrap img{
        height: 380px;
    }

    .contacttop-section{
        margin-top: 80px;
    }

    .contacttop-section .contact-item-div{
        min-height: auto;
    }

    .contactmiddle-section{
        margin-top: 60px;
        padding: 80px 0px;
    }

    .contactmiddle-section h3{
        font-size: 28px;
        line-height: 34px;
    }

    .contactbottom-section{
        margin-top: 60px;
        margin-bottom: 80px;
    }

    .innerpage-container{
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .getquote-page .col-lg-7 h3{
        font-size: 28px;
        line-height: 34px;
        margin-left: 0px;
    }

    .blog-single-page .col-lg-8 .post-tittle{
        font-size: 24px;
    }

    .blog-single-page .col-lg-4 img{
        margin-top: 30px;
    }

    .abouttop-section{
        margin-top: 80px;
    }

    .aboutmiddle-section{
        margin-top: 70px;
        padding: 70px 0px;
    }

    .vision-mission-con .visionmission-txt {
        padding: 45px 20px 45px 20px;
    }

    .vision-mission-con .visionmission-img,
    .vision-mission-con .visionmission-img img{
        height: auto;
    }

    .projects-single-page .col-lg-7 .project-title{
        font-size: 24px;
    }

    .projects-single-page .col-lg-5 img {
        height: 340px;
    }

    .project-middle-section h3 {
        font-size: 28px;
        line-height: 34px;
        margin-left: 0px;
    }
}

@media screen and (max-width: 360px) {

}

