/*

background: linear-gradient(180deg, #0A2240 0%, #00BBB4 100%);
opacity: 0.8;

*/

/* Section - Navigation */
/* Section - Home page */
/* Section - About us page */


* {
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

.spacer {
    min-height: 300px;
}

.content-container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 16px;
}
.footer_whatsapp a {
    display: block;
    z-index: 99999;
    transition: .5s all;
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 60px;
    height: 60px;
    line-height: 88px;
    border-radius: 10px;
    text-align: center;
    background: #4fce5d;
}
.footer_whatsapp span{
    position: fixed;
    right: 105px;
    background: #FFFFFF;
    padding: 10px;
    border-radius: 7px;
    bottom: 40px;
    z-index: 9;
    font-size: 14px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
}
.footer_whatsapp span:before{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 12px solid #FFFFFF;
    border-bottom: 6px solid transparent;
    right: -11px;
    top: 12px;
}
.footer_whatsapp a svg{
    height: 40px;
    width: 40px;
}
.work_overlay img{
    width: 100%;
    aspect-ratio: 10/5;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;

}
.work_overlay .overlay{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.work_overlay .overlay svg{
    width: 120px;
    height: 120px;
    fill: #00BBB4;
    transition: 0.5s all;
}
.work_overlay .overlay:hover svg{
 transform: scale(1.2);
}
marquee {
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    z-index: 9;
    -webkit-animation: caption 80s linear 0s infinite;
}
marquee img{
    height: 200px;
}
@media screen and (min-width:1600px) {
    .content-container {
        max-width: 1500px;
    }
}

@media screen and (min-width:2000px) {
    .content-container {
        max-width: 1800px;
    }
}

.title-1 {
    font-style: normal;
    font-weight: 800;
    font-size: 44px;
}

.title-2 {
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1.2;
}

.title-3 {
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.78);
}

.title-4 {
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.78);
}

@media screen and (max-width:767px) {
    .title-1 {
        font-size: 28px;
    }
    marquee img{
        height: 60px;
    }
}
@media screen and (max-width:1024px) {
    marquee img{
        height:80px;
    }
}


@media screen and (min-width:1200px) {
    .title-1 {
        font-size: calc(2rem + 2vw);
    }

    .title-2 {
        font-size: calc(2rem + 1vw);
    }

}

.lumiere-btn-1-green {
    background: #00BBB4;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    border-radius: 30px 0px;
    color: #FFFFFF;
    padding: 20px 40px;
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
    transition: all 400ms ease;
}

.lumiere-btn-1-green:hover {
    background-color: #FFFFFF;
    color: #00BBB4;
}

.lumiere-btn-1-white {
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    border-radius: 30px 0px;
    color: #00BBB4;
    padding: 20px 40px;
    font-size: 18px;
    display: inline-block;
    text-decoration: none;
    transition: all 400ms ease;
}

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

    .lumiere-btn-1-white,
    .lumiere-btn-1-green {
        font-size: 16px;
        padding: 16px 32px;
    }
}


.lumiere-btn-1-white:hover {
    color: #FFFFFF;
    background-color: #00BBB4;
}

.lumiere-btn-2 {
    padding: 12px 0;
    text-decoration: none;
    display: inline-block;
    position: relative;
    color: #0A2240;
    transition: all 400ms ease-in-out;
}

.lumiere-btn-2::before {
    position: absolute;
    content: "";
    height: 100%;
    aspect-ratio: 1;
    border-radius: 50%;
    top: 0;
    right: -10px;
    background: #0A2240;
    opacity: 0.2;
    transition: all 400ms ease-in-out;
}

.lumiere-btn-2:hover {
    color: #00BBB4;
}

.lumiere-btn-2:hover::before {
    height: 40%;
}

.inner-page-banner {
    /*background-image:*/
    /*    linear-gradient(180deg, rgba(10, 34, 64, 0.6) 0%, rgba(0, 187, 181, 0.6) 100%),*/
    /*    url('../images/about-banner-1.jpg');*/
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding: 200px 0 120px;
    text-align: center;
}


.inner-page-banner .title-1 {
    line-height: 1.2;
    max-width: 700px;
    margin: 0 auto 20px auto;
}
.works-top-banner{
    z-index: 1;
    height: 100vh;
    padding: 250px 0 120px;
}
.works-top-banner:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    background-image:linear-gradient(180deg, rgba(10, 34, 64, 0.6) 0%, rgba(0, 187, 181, 0.6) 100%);
}
.works-top-banner video{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    z-index: -2;
}

@media screen and (max-width:767px) {
    .inner-page-banner .title-1 {
        font-size: 24px;
    }
}

.inner-page-banner .desc {
    line-height: 1.7;
    margin-bottom: 0px;
    max-width: 600px;
    margin: 0 auto;
}

.page {
    background-color: #F3F4F6;
}

.main-cta {
    background-color: #F3F4F6;
    padding: 80px 0;
}

html {
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Roboto', 'sans-serif';
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    margin-top: 0;
}

p {
    font-family: 'Roboto', 'sans-serif';
    line-height: 1.7;
}

/* Section - Navigation */

.site-header {
    transition: all 100ms ease-in-out;
    z-index: 22;
    position: fixed;
    left: 0;
    width: 100%;
    background-color: transparent;
    color: #fff;
}

.site-header.sticky {
    background-color: #fff;
    color: #000;
    top: 0;
}

.site-header.stikcy a {
    color: #000;
}

.site-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 32px 20px 20px 20px;
    transition: all 500ms ease;
}

.site-header.sticky .container {
    padding: 8px 20px;
}

.site-header .logo-wrapper .brand-logo {
    display: block;
    width: 200px;
    height: 50px;
    background-image: url('../images/lumiere-logo-white.svg');
    background-size: contain;
    background-repeat: no-repeat;
}

.site-header.sticky .logo-wrapper .brand-logo {
    background-image: url('../images/lumiere-logo-dark.svg');
}

/* .site-header .logo-wrapper a {
    display: block;
    background-image: url(./images/);
    width: 110px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 32px;
    color: #fff;
    text-decoration: none;
}

.site-header.sticky .logo-wrapper a {
    background-image: url();
    color: #000;
} */

.site-header .primary-nav-toggler {
    display: none;
}

.site-header .primary-nav {
    display: grid;
    grid-template-columns: 1fr max-content;
    align-items: center;
    gap: 40px;
    justify-content: space-between;
}

.site-header ul.level-1 {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    gap: 40px;
    text-transform: uppercase;
}

.site-header ul.level-1 a {
    color: #fff;
    text-decoration: none;
    position: relative;
}

.site-header ul.level-1 li {
    position: relative;
}

.site-header ul.level-1 li:before {
    content: "";
    position: absolute;
    width: 0px;
    aspect-ratio: 1/1;
    background-color: #0A2240;
    opacity: 0.2;
    border-radius: 50%;
    top: 49%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 300ms ease;
    z-index: -1;
}

.site-header ul.level-1 li:hover:before {
    width: 20px;
}

.site-header.sticky ul.level-1 a {
    color: #000;
    text-decoration: none;
    transition: all 300ms ease;
}

@media screen and (max-width:1199px) and (min-width:992px) {
    .site-header ul.level-1 {
        gap: 20px;
    }

    .site-header ul.level-1 li {
        font-size: 13px;
    }
}

.site-header ul.level-1 a:hover,
.site-header ul.level-1 li:hover {
    color: #00BBB4;
}



.site-header ul.level-1 li {
    position: relative;
}

.site-header ul.level-1 li.has-dropdown {
    position: relative;
    padding-right: 20px;
    cursor: pointer;
}

.site-header ul.level-1 li.has-dropdown:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background-image: url('../images/caret-icon-white.svg');
    right: 2px;
    top: 2px;

}

.site-header ul.level-1 li.has-dropdown:after {
    transform: rotate(0deg);
    transition: all 300ms ease;
}

.site-header ul.level-1 li.active.has-dropdown:after {
    transform: rotate(180deg);
}




.site-header.sticky ul.level-1 li.has-dropdown:after {
    background-image: url('../images/caret-icon-black.svg');
}

.site-header .primary-nav ul.level-2 {
    position: absolute;
    left: 0;
    padding: 20px 0 0 0;
    list-style: none;
    top: 42px;
    background-color: #fff;
    display: grid;
    width: max-content;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 4px 6px rgb(0 0 0 / 30%);
    visibility: hidden;
    overflow: hidden;
}

.site-header .primary-nav ul.level-2.active {
    max-height: auto;
    visibility: visible;
}

.site-header .primary-nav ul.level-2 a {
    color: #000;
    padding: 10px 0;
    display: block;
    font-size: 14px;
    padding: 16px 20px 16px 20px;
}

.site-header .primary-nav ul.level-2 a:hover {
    background-color: #f1f1f1;
}

.site-header .call-cta {
    display: flex;
    gap: 12px;
}

.site-header .call-cta .icon-call {
    background-color: rgba(255, 255, 255);
    border-radius: 50%;
    padding: 10px;
}

.site-header.sticky .call-cta .icon-call {
    background-color: rgb(243, 243, 243);
}


.site-header .call-cta .text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2px 0 4px 0;
}

.site-header .call-cta a {
    color: rgba(255, 255, 255, .9);
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 600;
    text-decoration: none;
}

.site-header.sticky .call-cta a {
    color: #000;
}

.site-header .call-cta p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

@media screen and (max-width:992px) {
    .site-header .primary-nav-toggler {
        display: block;
        position: absolute;
        top: 38px;
        right: 20px;
        z-index: 101;
        width: 30px;
        aspect-ratio: 1;
        border: 0;
        background-image: url('../images/hamburger-menu-icon.svg');
        filter: brightness(0) invert(1);
        background-repeat: no-repeat;
        background-size: contain;
        background-color: transparent;
        /* background-color: #fff; */
        border-radius: 2px;
        padding: 2px 4px;
        transition: all 400ms ease;
        cursor: pointer;
    }

    .site-header.sticky .primary-nav-toggler {
        top: 14px;
        filter: none;
    }

    .site-header .primary-nav-toggler[aria-expanded="true"] {
        background-image: url('../images/close-icon.svg');
        filter: none;
    }

    .site-header .primary-nav {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10;
        /* inset: 0 0 0 30%; */
        width: auto;
        padding: min(30vh, 150px) 30px 0 60px;
        height: 100vh;
        background-color: rgba(255, 255, 255, 0.9);
        transform: translateX(100%);
        transition: transform 250ms ease-out;
    }

    @supports (backdrop-filter: blur(12px)) {
        .site-header .primary-nav {
            backdrop-filter: blur(16px);
        }
    }

    .site-header .primary-nav[data-visible="true"] {
        transform: translateX(0%);
    }

    .site-header .primary-nav p {
        color: #000;
    }

    .site-header ul.level-1 a {
        color: #000;
        font-size: 18px;
    }

    .site-header nav li {
        cursor: pointer;
        color: #000;
    }

    .site-header nav ul.level-1 {
        display: grid;
        gap: 16px;
    }

    .site-header nav ul.level-1>li {
        position: relative;
        transition: all 300ms ease-in;
    }

    .site-header nav ul.level-1>li:before {
        position: absolute;
        content: "";
        width: 12px;
        height: 2px;
        background-color: #000;
        top: 8px;
        left: -22px;
        transform-origin: center center;
    }

    .site-header .primary-nav .drop-down-icon {
        color: #000;
    }

    .site-header ul.level-1 li.has-dropdown:after {
        background-color: transparent;
        transform: rotate(0deg);
        transform-origin: center;
        transition: transform 300ms ease-out;
        /* width: 20px; */
        aspect-ratio: 1/1;
        background-repeat: no-repeat;
        background-image: url('../images/caret-icon-black.svg');
        top: 3px;
        left: 9ch;
    }

    .site-header ul.level-1 li.has-dropdown.active:after {
        transform: rotate(180deg);
    }

    .site-header .primary-nav ul.level-2 {
        padding: 0px 10px 0px 20px;
        max-height: 0;
        opacity: 0;
        position: relative;
        top: 0;
        box-shadow: none;
        background-color: transparent;
        width: auto;
    }

    .site-header .primary-nav ul.level-2.active {
        padding: 8px 10px 0px 20px;
        max-height: 100%;
        opacity: 1;
        position: relative;
    }

    .site-header .primary-nav ul.level-2 li {
        margin-bottom: 8px;
        position: relative;
    }

    .site-header nab ul.level-2>li::after {
        position: absolute;
        content: "";
        width: 12px;
        height: 2px;
        background-color: #000;
        top: 13px;
        left: -22px;
        transform-origin: center center;
    }

    .site-header .primary-nav ul.level-2 {
        /* padding-top: 30px; */
    }

    .site-header .primary-nav ul.level-2 a {
        padding: 10px 20px 10px 20px;
    }

    .site-header .primary-nav ul.level-2 a:hover {
        background-color: transparent;
        color: #00BBB4;
    }

    .site-header ul.level-1 a {
        font-size: 15px;
    }

    .site-header .call-cta {
        display: none;
    }
}


/* Section - Home page */

.home-page {}

.home-top-banner {
    /* background-image:
    linear-gradient(180deg, rgba(10, 34, 64, 0.8) 0%, rgba(0, 187, 181, 0.8) 100%),
    url('images/home-top-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat; */
    min-height: 100vh;
    display: flex;
    overflow: hidden;
}

.home-top-banner .content-container {
    display: flex;
    flex: 1;
    align-items: center;
    padding: 0 16px;
    height: 100%;
    padding-top: 140px;
}


.home-top-banner .swiper-button-prev:after,
.home-top-banner .swiper-button-next:after {
    color: #fff;
    opacity: 0.8;
}

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

    .home-top-banner .swiper .swiper-button-next,
    .home-top-banner .swiper .swiper-button-prev {
        display: none;
    }
}

.home-top-banner .text-wrapper {
    color: #fff;
    max-width: 600px;
}

.home-top-banner .text-wrapper .title-1 {
    line-height: 1.2;
    margin-bottom: 20px;
}

.home-top-banner .text-wrapper p.desc {
    line-height: 1.6;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 300;
}

/* Home about */
.home-about {
    padding: 100px 0;
    background-color: #F5F5F5;
    overflow: hidden;
}

.home-about .title-2 {
    margin-bottom: 20px;
    max-width: 600px;
    line-height: 1.3;
}

@media screen and (min-width:1600px) {
    .home-about .title-2 {
        max-width: 700px;
    }
}

.home-about .title-3 {
    margin-bottom: 20px;
}

.home-about p.desc {
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.7);

}

.home-about .img-wrapper {
    padding: 52px;
    position: relative;
}

@media screen and (max-width:768px) {
    .home-about .img-wrapper {
        padding: 32px;
    }
}

.home-about .img-wrapper .abs-pos-els {}

.home-about .img-wrapper .top-right,
.home-about .img-wrapper .bottom-left {
    width: 220px;
    aspect-ratio: 1/1;
    position: absolute;
}

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

    .home-about .img-wrapper .top-right,
    .home-about .img-wrapper .bottom-left {
        width: 140px;
    }
}

.home-about .img-wrapper .top-right {
    top: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.home-about .img-wrapper .bottom-left {
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-about .img-wrapper .top-right .img-l,
.home-about .img-wrapper .bottom-left .img-l {
    width: 160px;
}

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

    .home-about .img-wrapper .top-right .img-l,
    .home-about .img-wrapper .bottom-left .img-l {
        width: 100px;
    }
}

.home-about .img-wrapper .bottom-left .img-l {
    transform: rotate(180deg);
}

.home-about .img-wrapper .img-green-circle {
    width: 28px;
    aspect-ratio: 1/1;
}

@media screen and (max-width:767px) {
    .home-about .img-wrapper .img-green-circle {
        width: 20px;
    }
}


.home-about .img-container {
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    aspect-ratio: 13/15;

}

.home-about .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width:992px) {

    .home-about .cols-wrapper {
        display: grid;
        grid-template-columns: 6fr 5fr;
        align-items: center;
        gap: 100px;
    }

    .home-about .text-wrapper .desc {
        max-width: 600px;
    }
}

.home-services {
    padding: 20px 0 100px 0;
    background-color: #F5F5F5;
    overflow: hidden;
}
.home-clients{
    overflow: hidden;
}
.home-services .title-area {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 16px;
}

@media screen and (min-width:1600px) {
    .home-services .title-area {
        max-width: 1200px;
    }
}

.home-services .title-area .title-4 {
    margin-bottom: 12px;
    text-transform: uppercase;
}

.home-services .title-area .title-2 {
    line-height: 1.4;
}

.home-services .services-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    background-image: url('../images/light-green-u.svg');
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-position: 50% 0%;
    padding-top: 60px;
}

@media screen and (min-width:567px) {
    .home-services .services-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}

@media screen and (min-width:992px) {
    .home-services .services-list {
        grid-template-columns: repeat(4, 1fr);
        background-size: 50% 80%;
    }
}

.home-services .service-item {
    background-color: #fff;
    padding: 28px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

.home-services .service-item .lumiere-btn-2 {
    font-size: 14px;
    padding: 8px 0;
    opacity: 0.8;
    transition: all 300ms ease-in-out;
    margin-top: auto;
    margin-bottom: 0;
    align-self: flex-start;
}

.home-services .service-item .lumiere-btn-2:hover {
    opacity: 1;
}

.home-services .service-item .lumiere-btn-2:before {
    z-index: 1;
}

.home-services .service-item .icon-wrapper {
    width: 65px;
    height: 65px;
    background-color: #00BBB4;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 12px;
}

.home-services .service-item:nth-child(1) .icon-wrapper {
    background: #DDFBF8;
}

.home-services .service-item:nth-child(2) .icon-wrapper {
    background: #E7D9F8;
}

.home-services .service-item:nth-child(3) .icon-wrapper {
    background: #FFEDE6;
}

.home-services .service-item:nth-child(4) .icon-wrapper {
    background: #FFE1E9;
}

.home-services .service-item:nth-child(5) .icon-wrapper {
    background: #DBEDFF;
}

.home-services .service-item:nth-child(6) .icon-wrapper {
    background: #DBF9ED;
}

.home-services .service-item:nth-child(7) .icon-wrapper {
    background: #FFFAD9;
}

/*.home-services .service-item:nth-child(8) {*/
/*    background: #0A2240;*/
/*    color: #fff;*/
/*    position: relative;*/
/*}*/
.home-services .service-item:nth-child(8) .icon-wrapper {
    background: #E7D9F8;
}
.home-services .service-item:nth-child(9) .icon-wrapper {
    background: #DDFBF8;
}

.home-services .service-item:nth-child(10) .icon-wrapper {
    background: #E7D9F8;
}

.home-services .service-item:nth-child(11) .icon-wrapper {
    background: #FFEDE6;
}

.home-services .service-item:nth-child(12) .icon-wrapper {
    background: #FFE1E9;
}

/*.home-services .service-item:last-child {*/
/*    background: #0A2240;*/
/*    color: #fff;*/
/*}*/

/*.home-services .service-item:last-child:hover {*/
/*    background-color: #042d5e;*/
/*}*/


.home-services .service-item p {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.home-services .service-item:nth-child(8) a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
}

.home-services .service-item:nth-child(8) p.small {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 4px;
    margin-top: 68px;
}

.home-services .service-item:nth-child(8) p.big {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.home-services .service-item:nth-child(8) .img-m {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 60px;
}


/*  */

.home-works {
    padding: 100px 0;
    background-color: rgba(10, 34, 64, 0.1);
}

.home-works .works-grid {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

/* @media screen and (min-width:768px) {
    .home-works .works-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
} */

@media screen and (min-width:992px) {
    .home-works .works-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(5, 1fr);
    }
}

.home-works .works-grid-item {
    width: 100%;
}

.home-works .works-grid-item.desc {
    display: none;
}

.home-works .works-grid-item.work .img-wrapper {
    aspect-ratio: 10/12;
}

.home-works .works-grid-item.work .img-wrapper img {
    object-fit: cover;
}

.home-works .works-grid-item.title p {
    font-size: 60px;
    margin-bottom: 0;
    line-height: 1;
    text-transform: uppercase;
}

.home-works .works-grid-item.title p.thin {
    font-weight: 300;
    margin-bottom: 12px;
}

.home-works .works-grid-item.title p.thick {
    font-weight: 700;
}

.home-works .works-grid-item.work .img-wrapper {
    width: 100%;
    border-top-left-radius: 80px;
    border-bottom-right-radius: 80px;
    overflow: hidden;
    margin-bottom: 8px;
}

@media screen and (min-width:768px) {
    .home-works .works-grid-item.work .img-wrapper {
        border-top-left-radius: 52px;
        border-bottom-right-radius: 52px;
    }
}

.home-works .works-grid-item.work img {
    width: 100%;
    height: 100%;
}

.home-works a {
    color: #000;
    text-decoration: none;
}

.home-works .work-title {
    font-size: 20px;
    font-weight: 500;
}

.home-works .work-desc {
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
}

.home-works .works-grid-item.desc {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: flex-end;
}

@media screen and (max-width:991px) {
    .home-works .works-grid-item.desc {
        display: none;
    }
}

.home-works .works-grid-item.explore {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.home-works .works-grid-item.explore a {
    background-color: #0A2240;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    display: flex;
    text-decoration: none;
    color: #fff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;

    /* hover effect */
    transition: transform ease-out 0.1s, background 0.2s;
    position: relative;
}

.home-works .works-grid-item.explore a:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    box-sizing: content-box;
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.01);
    opacity: 0;
}

.home-works .works-grid-item.explore a:before {
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

.home-works .works-grid-item.explore a:hover:after {
    animation: sonarEffect 1.3s ease-out 75ms;
}

@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.01), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.01);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.01), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.01);
        transform: scale(1.5);
        opacity: 0;
    }
}

.home-works .img-i {
    display: none;
}

@media screen and (min-width:992px) {

    .home-works .works-grid-item:nth-of-type(1) {
        grid-area: 1 / 1 / 2 / 2;
    }

    .home-works .works-grid-item:nth-of-type(2) {
        grid-area: 1 / 2 / 3 / 3;
    }

    .home-works .works-grid-item:nth-of-type(3) {
        grid-area: 1 / 3 / 2 / 4;

    }

    .home-works .works-grid-item:nth-of-type(4) {
        grid-area: 2 / 1 / 4 / 2;
    }

    .home-works .works-grid-item:nth-of-type(5) {
        grid-area: 3 / 2 / 5 / 3;
    }

    .home-works .works-grid-item:nth-of-type(6) {
        grid-area: 2 / 3 / 4 / 4;
    }

    .home-works .works-grid-item:nth-of-type(7) {
        grid-area: 4 / 1 / 6 / 2;
    }

    .home-works .works-grid-item:nth-of-type(8) {
        grid-area: 4 / 3 / 6 / 4;
    }

    .home-works .works-grid-item:nth-of-type(9) {
        grid-area: 5 / 2 / 6 / 3;
    }

    .home-works .works-grid-item.explore {
        align-items: flex-end;
    }

    .home-works .works-grid-item.explore a {
        width: 140px;
        height: 140px;
        transform: translateY(-30px);
        border: 0px solid #00BBB4;
    }

    .home-works .img-i {
        position: absolute;
        left: -100px;
        top: -14px;
        display: block;
        height: 150px;
    }

}

@media screen and (min-width:1200px) {
    .home-works .works-grid {
        gap: 80px;
    }
}

@media screen and (max-width:992px) {
    .home-works .works-grid-item.explore {
        grid-column-start: 1;
        grid-column-end: 3;
    }
}

/*  */

.home-blog {
    padding: 120px 0;
    background-color: #F3F4F6;
}

.home-blog .title-2 {
    text-align: center;
    margin-bottom: 50px;
}

.home-blog .blog-wrapper {
    display: grid;
    gap: 32px;
}

@media screen and (min-width:660px) {
    .home-blog .blog-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

.home-blog .blog-single {
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
}

.home-blog .blog-single .img-wrapper {
    width: 100%;
    aspect-ratio: 10/8;
}

.home-blog .blog-single img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-blog .blog-single .text-wrapper {
    padding: 20px;
}

.home-blog .blog-single .title-3 {
    line-height: 1.3;
    color: #000;
    margin-bottom: 20px;
}

.home-blog .blog-single .desc {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 20px;

    /* Youtube start */

    line-height: 1.5;
    font-weight: 400;
    max-height: 70px;
    overflow: hidden;
    display: block;
    -webkit-line-clamp: 3;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;

    /*  Youtube end*/

}

.home-blog .blog-single .lumiere-btn-2 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
}


.home-testimonials {
    padding: 60px 0;
    background-color: #F3F4F6;
}

.home-testimonials .title-2 {
    margin-bottom: 60px;
    text-align: center;
}

.home-testimonials .title-2 span {
    color: #00BBB4;
}


.home-testimonials .swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 40px;
}

.home-testimonials .swiper-slide {
    background: #fff;
    border-radius: 20px;
}

.home-testimonials .swiper-pagination {
    bottom: 0;
}

.home-testimonials .content-wrapper {
    padding: 40px;
}

.home-testimonials .testimonial-text {
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 40px;
}

.home-testimonials .footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home-testimonials .author {
    display: flex;
    align-items: center;
    gap: 16px;
}

.home-testimonials .author .name {
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 4px;
    line-height: 1;
}

.home-testimonials .author .org {
    letter-spacing: 1px;
    margin-bottom: 0;
    line-height: 1;
    color: rgba(0, 0, 0, 0.7);
}

.home-testimonials .swiper-slide .author-img {
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
}

.home-testimonials .swiper {
    margin-left: auto;
    margin-right: auto;
}


/*  */
.home-clients .logos-wrapper {
    height: 200px;
}

.home-clients .homeLogosSwiper {
    background-color: #fff;
    padding: 40px 0;
    position: relative;
    border-radius: 4px;
}
.home-clients .homeLogosSwiper .swiper-slide{
    text-align: center;
}

.home-clients .homeLogosSwiper:before,
.home-clients .homeLogosSwiper:after {
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    width: 120px;
    z-index: 11;
}

.home-clients .homeLogosSwiper:before {
    background-image: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0));
}

.home-clients .homeLogosSwiper:after {
    right: 0;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff);
}

/*.home-clients .homeLogosSwiper .swiper-slide {*/
/*    height: 100%;*/
/*    padding: 0 20px;*/
/*    width: auto !important;*/
/*}*/
.works-main .desc,
.blog-top .featured-wrapper .desc{
    line-height: 1.5rem;
    max-height: 4rem;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}
.home-services .service-item.viewalls {
    background: #0A2240;
    color: #fff;
    position: relative;
}


.home-services .service-item p {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.home-services .service-item.viewalls a {
    text-decoration: none;
    display: flex;
    flex-direction: column;
}
.home-services .service-item.viewalls p.small {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 4px;
    margin-top: 68px;
}
.home-services .service-item.viewalls p.big {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.home-services .service-item.viewalls .img-m {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 60px;
}
.sitemap ul li{padding: 12px 0;}
.sitemap ul ul{padding-bottom: 40px;}
.sitemap ul ul li{display: inline-block;float:none;padding: 10px;}
.sitemap ul li a{color: #000;}

.home-clients .homeLogosSwiper img {
    opacity: 0.6;
    transition: all 300ms ease;
    cursor: pointer;
    height: 120px;
}

.home-clients .homeLogosSwiper img:hover {
    opacity: 1;
}

/*  */

.home-main-cta {
    background-color: #F3F4F6;
    padding: 60px 0;
}

.main-cta .title-area {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

@media screen and (max-width:767px) {
    .main-cta .title-area {
        gap: 30px;
        flex-direction: column;
    }
    .home-clients .homeLogosSwiper:before,
    .home-clients .homeLogosSwiper:after{display: none;}
}


.main-cta .lumiere-btn-1 {
    background-color: #00BBB4;
    color: #fff;
}

.main-cta .line {
    display: block;
    margin: 32px 0;
    background-color: rgba(0, 0, 0, 0.2);
    height: 2px;
    width: 100%;
}

.main-cta p.desc {
    color: rgba(0, 0, 0, 0.78);
}


footer {
    padding: 10px 0 40px 0;
    /* background: url(./images/footer-bg.svg); */
    background-color: #dbdfe3;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

footer::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #F3F4F6;
    z-index: -1;
}

footer .cols-wrapper {
    display: grid;
    gap: 60px;
    padding-bottom: 40px;
}

@media screen and (min-width:992px) {
    footer .cols-wrapper {
        grid-template-columns: 1fr 0.7fr 0.7fr;
    }
}

footer .logo {
    width: 260px;
    margin-bottom: 12px;
}

footer .contact-info {
    display: grid;
    margin-bottom: 40px;
}

footer .contact-info p {
    line-height: 1.2;
    margin-bottom: 4px;
}

footer .contact-info p.last-line {
    margin-bottom: 20px;
}

footer .contact-info a {
    color: #000;
    margin-bottom: 4px;
    text-decoration: none;
    transition: all 300ms ease;
}

footer .contact-info a:hover {
    color: #00BBB4;
}

footer .social-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 28px;
}

footer .social-links img {
    width: 40px;
    transition: all 300ms ease;
    border-radius: 50%;
}

footer .social-links img:hover {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    transition: all 300ms ease;
}

footer .title-3 {
    font-size: 20px;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

footer .quick-links ul,
footer .service-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 20px;
}

footer .quick-links a,
footer .service-links a {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.78);
    transition: all 300ms ease;
}

footer .service-links a {
    font-size: 14px;
    text-transform: uppercase;
}


footer .quick-links a:hover,
footer .service-links a:hover {
    color: #00BBB4;
}

footer .copright-wrapper {
    padding: 40px 0 10px 0;
    border-top: 2px solid #ccc;
    text-align: center;
}



/* Section - About us page */

.about-top-banner {
    background-image:
        linear-gradient(180deg, rgba(10, 34, 64, 0.6) 0%, rgba(0, 187, 181, 0.6) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    color: #fff;
    z-index: 1;
}
.about-top-banner:before {
    background-image:  url('../images/lumiere_office.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    filter: blur(5px);
    content: "";
    display: block;
    position: absolute;
    width: 100%; height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 150vh;
    z-index: -1;
}
.about-top-banner .title-area {
    padding: 200px 0 120px;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.about-top-banner .title-area .title-1 {
    line-height: 1.2;
    margin-bottom: 20px;
}

.about-top-banner .story-area {
    padding: 40px 0 80px;
    display: grid;
    gap: 40px;
}

.about-top-banner .story-area .title-4 {
    color: #fff;
    opacity: 0.7;
    margin-bottom: 10px;
}

.about-top-banner .story-area .title-2 {
    color: #fff;
    font-size: 28px;
}

.about-top-banner .story-area .left-col {
    display: grid;
    gap: 20px;
}

@media screen and (min-width:768px) {
    .about-top-banner .story-area .left-col {
        align-items: space-between;
    }
}

.about-top-banner .story-area .bottom {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 12px;
}

.about-top-banner .bottom .icon-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.about-top-banner .bottom .text-wrapper {
    display: flex;
    align-items: flex-end;
}

.about-top-banner .bottom .img-l {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
}

.about-top-banner .bottom .img-circle {
    position: absolute;
    bottom: 20px;
    left: 22px;
    width: 30px;
}

.about-top-banner .bottom p {
    margin-bottom: 0;
    line-height: 1.4;
}

.about-top-banner .right-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 30px;
    align-items: space-between;
    height: 100%;
}

.about-top-banner .right-col li {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 20px;
    margin-bottom: 0;
}

.about-top-banner .right-col .digit {
    font-weight: 600;
}

.about-top-banner .right-col li p {
    margin-bottom: 0;
}

@media screen and (min-width:768px) {
    .about-top-banner .story-area {
        display: grid;
        grid-template-columns: 3fr 2fr;
    }
}

@media screen and (min-width:768px) {
    .about-top-banner .story-area .left-col {
        padding-right: 120px;
    }
}

.about-summary {
    padding: 100px 0;
    background-color: #0A2240;
}

.about-summary p {
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 18px;
}


.about-mission-vision {
    padding: 120px 0;
}

.about-mission-vision .content-container {
    max-width: 1000px;
    display: grid;
    gap: 80px;
}

.about-mission-vision .title-2 {
    margin-bottom: 20px;
    color: #000;
    text-transform: uppercase;
}

.about-mission-vision p.desc {
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 20px;
}

.about-mission-vision .mission,
.about-mission-vision .vision {
    display: grid;
    gap: 40px;
}

.about-mission-vision .text-wrapper {
    position: relative;
}

.about-mission-vision .text-wrapper .green-circle {
    background-color: #00BBB4;
    width: 30px;
    aspect-ratio: 1/1;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
}

.about-mission-vision .mission .green-circle {
    top: -30px;
    right: 100px;
}

.about-mission-vision .vision .green-circle {
    width: 44px;
    top: -30px;
    right: 100px;
}

.about-mission-vision .img-wrapper {
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 1/1.03;
}

.about-mission-vision .mission img,
.about-mission-vision .vision img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.about-mission-vision .mission .counts {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.about-mission-vision .counts-item {
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 12px;
}

.about-mission-vision .counts-item .digit {
    font-size: 32px;
    font-weight: 600;
    color: #000;
    text-align: right;
}


.about-mission-vision .counts-item .text {
    color: rgba(0, 0, 0, 0.7);
    text-align: right;
}

.about-mission-vision .counts-item .circle {
    position: absolute;
    content: "";
    display: block;
    width: 32px;
    aspect-ratio: 1/1;
    background-color: yellow;
    border-radius: 50%;
    z-index: -1;
    right: 30px;
    top: 0px;
}

@media screen and (max-width:767px) {
    .about-mission-vision .counts-item .digit {
        font-size: 24px;
        transform: translateX(-16px);
    }
}


.about-mission-vision .counts-item:nth-of-type(1) .circle {
    background-color: #9CD161;
    right: 42px;
}

.about-mission-vision .counts-item:nth-of-type(2) .circle {
    background-color: #FFBE16;
    right: 64px;
}

.about-mission-vision .counts-item:nth-of-type(3) .circle {
    background-color: #FF98D0;
    right: 56px;
}

.about-mission-vision .vision .bullets {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.about-mission-vision .vision li {
    color: rgba(0, 0, 0, 0.7);
    font-size: 15px;
    position: relative;
    padding-left: 28px;
}

.about-mission-vision .vision li:before {
    position: absolute;
    content: "";
    width: 8px;
    aspect-ratio: 1/1;
    background-color: transparent;
    border: 3px solid #00BBB4;
    border-radius: 50%;
    top: 50%;
    transform: translate(-28px, -50%);
}

@media screen and (min-width:768px) {

    .about-mission-vision .mission,
    .about-mission-vision .vision {
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }

    .about-mission-vision .vision .text-wrapper {
        order: 2;
    }

    .about-mission-vision .vision .img-wrapper {
        order: 1;
    }
}

.about-team {
    padding: 100px 0;
    background-color: #fff;
}

.about-team .title-2 {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 50px;
}


.about-team .members {
    display: grid;
    gap: 40px;
}

@media screen and (min-width:768px) {
    .about-team .members {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width:768px) {
    .about-team .members {
        grid-template-columns: repeat(3, 1fr);
    }
}

.about-team .member {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    padding: 20px;
}

.about-team .member .img-wrapper {
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 1/1;
}

.about-team .member img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-team .member .name {
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    color: #000;
    margin: 16px 0 4px 0;
}

.about-team .member .desig {
    text-align: center;
    font-size: 15px;
}

.about-team .member .social-icons {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
    padding: 20px 40px;
}

.about-team .member a {
    text-decoration: none;
    color: #000;
    padding: 4px;
    display: block;
    font-size: 20px;
}

.about-team .view-all-btn {
    padding: 16px 44px;
    border: 1px solid #000;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    width: fit-content;
    margin: 60px auto 0 auto;
    color: #000;
    text-decoration: none;

}





/* Section - Contact us page */


.contact-contact {
    padding: 120px 0 60px 0;
    background-color: #F3F4F6;
}

.contact-contact .contact-card {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    overflow: hidden;
}

@media screen and (min-width:992px) {
    .contact-contact .contact-card {
        display: grid;
        grid-template-columns: 440px 1fr;
    }
}

.contact-contact .contact-info-wrapper {
    background-color: #0A2240;
    color: #fff;
    padding: 28px;
    display: grid;
    gap: 40px;
}

.contact-contact .contact-info-wrapper .title-3 {
    color: rgba(255, 255, 255, 1);
    font-size: 22px;
    font-weight: 400;
}

.contact-contact .contact-info-wrapper .desc {
    color: #BDBDBD;
    line-height: 1.5;
}


.contact-contact .contact-info-wrapper .line {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.43);
    display: block;
    margin: 36px 0;
}

.contact-contact .contact-info-wrapper .phone,
.contact-contact .contact-info-wrapper .email {
    text-decoration: none;
    color: #fff;
    display: block;
    margin-bottom: 6px;
    line-height: 1;
}

.contact-contact .social-links {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 20px;
}

.contact-contact .social-links img {
    width: 40px;
    aspect-ratio: 1/1;
}

.contact-contact .contact-form-wrapper {
    padding: 40px;
    background-color: #fff;
}

.contact-contact .form {
    display: grid;
    gap: 20px;
}

.contact-contact .form input[type='text'],
.contact-contact .form input[type='phone'],
.contact-contact .form input[type='tel'],
.contact-contact .form input[type='email'],
.contact-contact .form textarea {
    border: rgba(37, 49, 55, 0.2) 1px solid;
}

input[type='text'],
input[type='phone'],
input[type='tel'] ,
input[type='email'] {
    height: 50px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 12px 12px 12px 16px;
}
.alert{
    padding: 10px 15px;
    text-align: center;
    border: 1px solid #dddddd;
    margin-bottom: 20px;
    background: rgba(0,255,0,0.2);
}
.contact-contact .form textarea {
    height: 160px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 20px 20px 20px 14px;
}

.contact-contact .form .lumiere-btn-1-green {
    justify-self: flex-end;
    border: none;
    cursor: pointer;
}

.contact-contact .form-row {
    display: grid;
    gap: 20px;
}

.contact-contact .form .lumiere-btn-1 {
    background-color: #56CCF2;
    color: #fff;
    border: none;
    display: flex;
    width: max-content;
    margin-left: auto;
}

.contact-map {
    padding: 20px 0 120px 0;
    background-color: #F3F4F6;
}

.contact-map .map-wrapper {
    border-radius: 20px;
    overflow: hidden;
    border: 4px solid #00BBB4;
}

.contact-map iframe {
    width: 100%;
    aspect-ratio: 7/9;
}

@media screen and (min-width:768px) {
    .contact-map iframe {
        width: 100%;
        height: 500px;
    }
}

.contact-main-cta {
    background-color: #F3F4F6;
}

.blog-top {
    padding: 60px 0;
}

@media screen and (min-width:992px) {
    .blog-top .content-container {
        display: grid;
        gap: 32px;
        grid-template-columns: 1fr max-content;
    }
}

.blog-top .featured-wrapper .img-wrapper {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%;
    aspect-ratio: 10/5;
}

.blog-top .featured-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-top .featured-wrapper .title-2 {
    font-size: 20px;
    line-height: 1.5;
    padding: 2px 32px;
    margin-bottom: 20px;
    position: relative;
}

.blog-top .featured-wrapper .title-2::before {
    position: absolute;
    content: "";
    width: 10px;
    aspect-ratio: 1/1;
    background-color: #00BBB4;
    top: 7px;
    left: 10px;
    border-radius: 50%;
}

.blog-top .featured-wrapper .title-2 a {
    color: #000;
    text-decoration: none;
}

.blog-top .featured-wrapper .desc {
    padding: 2px 32px;
    color: rgba(0, 0, 0, 0.7);
    font-size: 15px;
}

.blog-top .popular-wrapper .title-3 {
    margin-bottom: 40px;
    position: relative;
    margin-top: 20px;
}

.blog-top .popular-wrapper .title-3::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    background-color: #56CCF2;
    bottom: -8px;
    left: 0;
}

.blog-top .popular-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 20px;
}

.blog-top .popular-wrapper li {
    display: grid;
    grid-template-columns: 100px 300px;
    gap: 16px;
    align-items: center;
}

.blog-top .popular-wrapper .img-wrapper {
    border-radius: 20px;
    overflow: hidden;
    height: 70px;
}

.blog-top .popular-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.blog-top .popular-wrapper li p {
    line-height: 1.4;
}

.blog-top .popular-wrapper li a {
    color: #000;
    text-decoration: none;
    transition: all 300ms ease;
}

.blog-top .popular-wrapper li a:hover {
    color: #00BBB4;
}


.blog-grid {
    padding: 40px 0;
}

.blog-grid .blog-items-wrapper {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    gap: 60px;
}

@media screen and (min-width:768px) {
    .blog-grid .blog-items-wrapper {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (min-width:768px) {
    .blog-grid .blog-items-wrapper {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.blog-grid .blog-item {
    border-radius: 20px;
    overflow: hidden;
}

.blog-grid .blog-item .img-wrapper {
    width: 100%;
    aspect-ratio: 5/3;
}

.blog-grid .blog-item img {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.blog-grid .blog-item .text-wrapper {
    padding: 20px 20px 20px 28px;
}

.blog-grid .blog-item .title-3 {
    font-size: 20px;
    color: #000;
    line-height: 1.3;
    margin-bottom: 20px;
    position: relative;
}

.blog-grid .blog-item .title-3 a {
    color: #000;
    text-decoration: none;
    transition: all 300ms ease;
}

.blog-grid .blog-item .title-3 a:hover {
    color: #00BBB4;
}

.blog-grid .blog-item .title-3::before {
    position: absolute;
    content: "";
    width: 10px;
    aspect-ratio: 1/1;
    background-color: #00BBB4;
    top: 7px;
    left: -20px;
    border-radius: 50%;
}

.blog-grid .blog-item .desc {
    color: rgba(0, 0, 0, 0.7);
    line-height: 1.6;
    font-size: 15px;


    /* Youtube start */

    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    max-height: 4.5rem;
    overflow: hidden;
    display: block;
    -webkit-line-clamp: 3;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;

    /*  Youtube end*/


}


/* Secction - Blog Single */
.blog-single-content {
    background-color: #F3F4F6;
}

.blog-single-content .content-container {
    max-width: 800px;
}

.blog-single-content img {
    border-radius: 20px;
    overflow: hidden;
    margin: 20px 0;
}

.blog-single-content .title-3 {
    font-size: 22px;
    margin-bottom: 10px;
}


.blog-single-content img.w-100 {
    width: 100%;
    display: block;
}

.blog-single-content .img-2-col {
    display: grid;
    gap: 32px;
    margin-bottom: 20px;
}

.blog-single-content .img-2-col img {
    margin: 0 0;
}

@media screen and (min-width:992px) {
    .blog-single-content .img-2-col {
        grid-template-columns: 1fr 1fr;
    }

    .blog-single-content .img-2-col img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}

.blog-single-content .featured-image-wrapper {
    margin: 40px 0 20px;
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 10/5;
    position: relative;
}

.blog-single-content .featured-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-single-content .social-share-links {
    display: flex;
    justify-content: flex-end;
    transform: translateY(-44px);
    padding-right: 50px;
}

.blog-single-content .social-share-links .wrapper {
    display: flex;
    gap: 20px;
    align-items: center;
    border-radius: 10px;
    padding: 12px 24px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(10, 34, 64, 0.1);

}

.blog-single-content .social-share-links img {
    height: 20px;
    width: auto;
    border-radius: 0;
    margin: 0 0;
}

.blog-single-content .title-1 {
    font-size: 32px;
    line-height: 1.4;
}

.blog-single-content p {
    margin-bottom: 32px;
    color: #333;
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: .1px;
}

.blog-single-nav {
    padding: 60px 0;
    background-color: #F3F4F6;
}


.blog-single-nav .line {
    width: 200px;
    height: 3px;
    background-color: #00BBB4;
    display: block;
    margin: 0 auto 80px auto;

}

.blog-single-nav .content-container {
    max-width: 800px;
    margin: 0 auto;
}

.blog-single-nav .nav-wrapper {
    margin: 0 auto;
    display: grid;
    max-width: 100%;
    gap: 32px;
}

.blog-single-nav .nav-wrapper a {
    text-decoration: none;
    color: #000;
}

.blog-single-nav .nav-wrapper a:hover {
    color: #00BBB4;
}

@media screen and (min-width:768px) {
    .blog-single-nav .nav-wrapper {
        display: flex;
        justify-content: space-between;
    }
}

.blog-single-nav .nav-wrapper .next {
    display: flex;
    gap: 20px;
    text-align: right;
    justify-self: flex-end;
}

.blog-single-nav .nav-wrapper .prev {
    display: flex;
    gap: 20px;
}

.blog-single-nav .img-wrapper {
    width: 100px;
    height: 70px;
    border-radius: 12px;
    overflow: hidden;
}

.blog-single-nav img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-single-nav .title-3 {
    font-size: 18px;
}

.blog-single-nav .desc {
    font-size: 14px;
    line-height: 1.4;
}

/*  */

.works-main {
    padding: 60px 0;
}

.works-main ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

@media screen and (min-width:660px) {
    .works-main ul {
        /*display: grid;*/
        /*grid-template-columns: 1fr 1fr;*/
        /*gap: 40px;*/
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 5.25rem;
        column-gap: 5.25rem;
        orphans: 1;
        widows: 1;
    }

    .works-main li:nth-child(1) .img-wrapper {
        aspect-ratio: 10/10;
    }

    .works-main li:nth-child(2) .img-wrapper {
        aspect-ratio: 10/10.6;
    }

    .works-main li:nth-child(3) .img-wrapper {
        aspect-ratio: 10/11.5;
    }
}

.works-main li {
    margin-bottom: 40px;
    display: inline-block;
}

.works-main .img-wrapper {
    border-bottom-right-radius: 40px;
    border-top-left-radius: 40px;
    overflow: hidden;
    margin-bottom: 20px;
}

.works-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.works-main .title-3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33;
    margin-bottom: 12px;
    color: #000;
}

.works-main .desc {
    font-size: 16px;
    margin-bottom: 12px;
    color: rgba(0, 0, 0, 0.7);
}

.works-main .link {
    display: flex;
    gap: 12px;
    align-items: center;
    color: #000;
}

.works-main .link:hover {
    color: #00BBB4;
}

.works-main .link .arrow {
    width: 20px;
    display: flex;
    position: relative;
}

.works-main .link .arrow:before {
    content: "";
    position: absolute;
    top: 60%;
    transform: translate(0, -50%);
    right: 10px;
    width: 4px;
    aspect-ratio: 1/1;
    background-color: #000;
    border-radius: 50%;
    transition: all 300ms ease;
    opacity: 0.2;
    z-index: -1;
}

.works-main .link:hover .arrow:before {
    width: 16px;
    transform: translate(10px, -50%);
}

.works-main .link .arrow img {
    width: auto;
    height: 10px;
    margin-top: 3px;
}

.work-single-info-card {
    transform: translateY(-60px);
}

.work-single-info-card .wrapper {
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    padding: 24px;
    display: grid;
    gap: 12px;
}

.work-single-info-card .wrapper .top,
.work-single-info-card .wrapper .bottom {
    display: grid;
    justify-content: space-between;
    gap: 12px;
}

@media screen and (min-width:768px) {

    .work-single-info-card .wrapper .top,
    .work-single-info-card .wrapper .bottom {
        display: flex;
        justify-content: space-between;
    }
}

.single-work-main p {
    line-height: 1.8;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.78);
}

.single-work-main {}

.single-work-main .img-1-col {
    margin-bottom: 20px;
}

.single-work-main .img-1-col img {
    width: 100%;
    border-bottom-right-radius: 60px;
    border-top-left-radius: 60px;
    aspect-ratio: 10/6;
    object-fit: cover;
}

.single-work-main .img-2-col {
    display: grid;
    gap: 20px;
    margin-bottom: 20px;
}

@media screen and (min-width:768px) {
    .single-work-main .img-2-col {
        grid-template-columns: 1fr 1fr;
    }
}

.single-work-main .img-2-col img {
    width: 100%;
    border-bottom-right-radius: 60px;
    border-top-left-radius: 60px;
    aspect-ratio: 10/6;
    object-fit: cover;
}

.single-work-main .img-3-col {
    display: grid;
    gap: 20px;
    margin-bottom: 20px;
}

@media screen and (min-width:768px) {
    .single-work-main .img-3-col {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.single-work-main .img-3-col img {
    width: 100%;
    border-bottom-right-radius: 60px;
    border-top-left-radius: 60px;
    aspect-ratio: 10/7;
    object-fit: cover;
}

.service-single-info {
    padding: 60px 0 10px;
}

.service-single-info .content-container {
    display: grid;
    gap: 40px;
}

@media screen and (min-width:768px) {
    .service-single-info .content-container {
        grid-template-columns: 10fr 6fr;
        align-items: flex-start;
    }

    .service-single-info .content-container .img-wrapper {
        order: 2;
        transform: translateY(-120px);
        height: 400px;
    }
    .service-single-info .content-container .img-wrapper .pen-icon-wrapper{
        padding: 15px;
    }
    .service-single-info .content-container .text-wrapper {
        order: 1;
    }
}

.service-single-info .img-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.service-single-info .img-wrapper .pen-icon-wrapper {
    position: absolute;
}

.service-single-info .img-wrapper .featured-img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-single-info .img-wrapper .pen-icon-wrapper {
    position: absolute;
    z-index: 111;
    background-color: #DDFBF8;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    left: 20px;
    bottom: -20px;
}

@media screen and (min-width:992px) {
    .service-single-info .img-wrapper .pen-icon-wrapper {
        left: -16px;
    }
}

.service-single-info .text-wrapper p {
    line-height: 2;
    color: #000;
    margin-bottom: 20px;
}
.service-single-info h1,
.service-single-info h2,
.service-single-info h3,
.service-single-info h4,
.service-single-info h5,
.service-single-info h6{
    font-family: 'Roboto', 'sans-serif';
}

.service-single-info .text-wrapper .title-3 {
    /* margin-bottom: 6px; */
    line-height: 1.2;
}

.service-single-info .text-wrapper ul {
    display: grid;
    gap: 20px;
    list-style: none;
}

.service-single-info .text-wrapper li {
    position: relative;
}

.service-single-info .text-wrapper li:before {
    position: absolute;
    content: "";
    width: 8px;
    aspect-ratio: 1/1;
    border-radius: 3px;
    border-top: 2px solid #00BBB4;
    border-right: 2px solid #00BBB4;
    left: -20px;
    top: 4px;
}

.service-single-page .works-main .title {
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    align-items: center;
    gap: 20px;
    padding: 10px 40px 60px 40px;
}

.service-single-page .works-main .title .line {
    width: 100%;
    height: 3px;
    background-color: #555;
}

.service-single-page .works-main .title .text {
    font-size: 32px;
    font-weight: 600;
    color: #;
}


/* Footer wave animtion */

.wavesnew {
    margin-bottom: -6px;
    height: 10vw;
    width: 100%;
}

.parallax_new>use {
    animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
    -webkit-animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite
}

.parallax_new>use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s
}

.parallax_new>use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s
}

.parallax_new>use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s
}

.parallax_new>use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s
}

@keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0)
    }

    100% {
        transform: translate3d(85px, 0, 0)
    }
}

@-webkit-keyframes move-forever {
    0% {
        transform: translate3d(-90px, 0, 0)
    }

    100% {
        transform: translate3d(85px, 0, 0)
    }
}


.whatsapp-chat-icon {
    position: fixed;
    bottom: 60px;
    right: 60px;
    width: 80px;
    height: auto;
    z-index: 111;
    display: block;
}


@media screen and (max-width:567px) {
    .whatsapp-chat-icon {
        bottom: 40px;
        right: 40px;
        width: 60px;
    }
}
.hm_seo_content{
    /*background: #FFFFFF;*/
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.hm_seo_content h1{
    padding-bottom: 30px;
}
.hm_seo_content p{
    color: #666;
}
