/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* ------------------------------------------------------
Abstracts :: Variables
------------------------------------------------------ */
/* Color */
/* Space */
/* Headline */
/* Tables */
/*--------------------------------------------------------------
## Custom Css 
--------------------------------------------------------------*/
/* .home .site-content {
  background: #1C1C1C;
} */
.home .site-content > .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.home .container {
    max-width: 1320px;
}
.home .heading {
    font-size: 90px;
    font-family: "UTM_Linotype";
    text-transform: none;
    margin-bottom: 0;
    line-height: 1;
    color: var(--primarycolor);
}
.home .heading span {
    color: var(--primarycolor);
}
.home .subheading {
    font-size: 40px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 45px;
}
.home .lumi-permalink a {
    display: inline-block;
    position: relative;
    width: 206px;
    height: 52px;
    line-height: 50px;
    border-radius: 26px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.61);
    /* Note: currently only Safari supports backdrop-filter */
    backdrop-filter: blur(4px);
    --webkit-backdrop-filter: blur(4px);
    background-color: rgba(255, 255, 255, 0.07);
    color: #fff;
    transition: all 0.35s ease-in-out;
}
.home .lumi-permalink a:hover {
    background: var(--primarycolor);
    border-color: var(--primarycolor);
}
.home .section {
    padding-left: 60px;
    padding-right: 60px;
}
#lumihome_nb2 {
    /* background: var(--secondarycolor); */
    padding-top: 143px;
    position: relative;
}
#lumihome_nb2 .lumihome-wrap {
    margin-bottom: 20px;
}
#lumihome_nb2 .lumihome_nb2-hd {
    font-family: "SVNGilroy";
    font-size: 40px;
    font-weight: 300;
    line-height: 1.35416667;
    margin-left: 130px;
    position: relative;
}
#lumihome_nb2 .lumihome_nb2-hd:before {
    content: "";
    background: url("../img/bxs-quote-alt-left.svg");
    width: 50px;
    height: 36px;
    position: absolute;
    top: 0;
    left: -60px;
    background-size: 48px;
    background-repeat: no-repeat;
    filter: brightness(0) invert(0);
}
#lumihome_nb2 .lumihome_nb2-hd span {
    font-family: "UTM_Linotype";
    font-size: 120px;
    line-height: 0;
}
#lumihome_nb2 .lumihome-description {
    font-weight: normal;
    font-style: italic;
    letter-spacing: 0.02em;
    line-height: 1.55555556;
    color: #222;
}
#lumihome_nb2 .lumihome-image {
    position: absolute;
    height: 50vh;
    bottom: 0;
    left: 0;
    width: 100%;
}
#lumihome_nb2 .lumihome-image img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}
#lumihome_nb3 {
    /* background: var(--secondarycolor); */
    padding-top: 122px;
    padding-left: 60px;
    padding-right: 60px;
}
#lumihome_nb3 .heading,
#lumihome_nb3 .subheading {
    text-align: center;
}
#lumihome_nb3 .subheading {
    margin-bottom: 0;
}
#lumihome_nb3 .heading {
    margin-bottom: 20px;
}
#lumihome_nb2 .slick-slider {
    margin-left: -20px;
    margin-right: -20px;
}
#lumihome_nb2 .slick-slider .slick-slide {
    padding-left: 20px;
    padding-right: 20px;
}
#lumihome_nb2 .lumihome_list__inner {
    position: relative;
}
#lumihome_nb2 .lumihome_list__thumbnail {
    position: relative;
}
#lumihome_nb2 .lumihome_list__thumbnail:after {
    content: "";
    background: linear-gradient(
        rgba(71, 50, 25, 0) 0%,
        rgba(0, 0, 0, 0.8) 100%
    );
    height: 40%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
#lumihome_nb2 .lumihome_list__content {
    position: absolute;
    bottom: 35px;
    left: 35px;
    right: 35px;
    transition: all 0.35s ease-in-out;
}
#lumihome_nb2 .lumihome_list__content:hover {
    border-color: var(--primarycolor);
}
#lumihome_nb2 .lumihome_list__name {
    font-size: 20px;
    margin-bottom: 0;
    text-align: center;
    line-height: 1.38461538;
}
#lumihome_nb2 .lumihome_list__name span {
    display: block;
}
#lumihome_nb2 .lumihome_list__name a {
    color: #fff;
}
#lumihome_nb4 {
    /* background: var(--secondarycolor); */
    padding-left: 60px;
    padding-right: 60px;
}
#lumihome_nb4 .heading {
    text-align: center;
}
#lumihome_nb4 .heading .s-hd {
    text-align: center;
    margin-bottom: 15px;
    font-size: 40px;
    font-family: "SVNGilroy";
    color: #222;
}
#lumihome_nb4 .heading .m-hd {
    font-size: 60px;
    text-align: center;
    line-height: 0.8;
}
#lumihome_nb4 .slick-arrow {
    top: 40%;
}
#lumihome_nb4 .lumihome_nb4-list .lumi-nb4__thumb {
    margin-bottom: 12px;
    overflow: hidden;
    border: 1px solid #ccc;
}
#lumihome_nb4 .lumihome_nb4-list .lumi-nb4__thumb img {
    transition: all 0.35s ease-in-out;
}
#lumihome_nb4 .lumihome_nb4-list .lumi-nb4__title {
    font-size: 24px;
    line-height: 1.35;
    margin-bottom: 10px;
}
#lumihome_nb4 .lumihome_nb4-list .lumi-nb4__title a {
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
#lumihome_nb4 .lumihome-wrap__content {
    margin-bottom: 20px;
}
#lumihome_nb4 .lumihome_nb4-list .lumi-nb4__description {
    font-style: italic;
    padding-right: 60px;
    padding-bottom: 10px;
    border-bottom: 1px solid #222;
    margin-bottom: 10px;
    color: #222;
}
#lumihome_nb4 .lumihome_nb4-list .lumi-nb4__permalink a {
    position: relative;
    padding-bottom: 5px;
    display: inline-block;
    color: #222;
}
#lumihome_nb4 .lumihome_nb4-list .lumi-nb4__permalink a:before {
    content: "";
    background: #222;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.35s ease-in-out;
}
#lumihome_nb4 .lumihome_nb4-list .lumi-nb4__item:hover .lumi-nb4__thumb img {
    transform: scale(1.1);
}
#lumihome_nb4 .lumihome_nb4-list .lumi-nb4__item:hover .lumi-nb4__permalink a {
    color: var(--primarycolor);
}
#lumihome_nb4
    .lumihome_nb4-list
    .lumi-nb4__item:hover
    .lumi-nb4__permalink
    a:before {
    width: 0;
}
.list-cat .list-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    row-gap: 10px;
    margin-bottom: 20px;
}
.list-cat .list-inner a {
    font-size: 15px;
    font-weight: normal;
    color: var(--textcolor);
    position: relative;
    padding-bottom: 2px;
}
.list-cat .list-inner a:before {
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    background-color: var(--primarycolor);
    transition: all 0.35s ease-in-out;
}
.list-cat .list-inner a:hover:before {
    width: 100%;
}
#lumihome_nb5 {
    padding-top: 130px;
    padding-left: 0;
    padding-right: 0;
}
#lumihome_nb5 .heading {
    text-align: center;
    margin-bottom: 30px;
}
#lumihome_nb5 .heading .s-hd {
    font-family: "SVNGilroy";
    font-size: 40px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
}
#lumihome_nb5 .lumi__project {
    overflow: hidden;
    position: relative;
}
@media only screen and (min-width: 1367.99px) {
    #lumihome_nb5 .project-carousel {
        margin-left: -50px;
        margin-right: -50px;
    }
    #lumihome_nb5 .project-carousel .slick-slide {
        transform: scale(0.8);
    }
}
#lumihome_nb5 .project-carousel .slick-slide {
    transition: all 0.35s ease-in-out;
}
#lumihome_nb5 .project-carousel .slick-slide .project-thumb img {
    opacity: 0.5;
}
#lumihome_nb5 .project-carousel .slick-slide.slick-current {
    transform: scale(1);
}
#lumihome_nb5 .project-carousel .slick-slide.slick-current .project-thumb img {
    opacity: 1;
}
#lumihome_nb5 .project-carousel .project-thumb {
    margin-bottom: 25px;
}
#lumihome_nb5 .project-carousel .project-thumb a {
    position: relative;
    display: block;
}
#lumihome_nb5 .project-carousel .project-thumb a:before {
    content: "";
    background: url("../img/link.svg") center no-repeat;
    background-size: 86px;
    position: absolute;
    width: 86px;
    height: 86px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.35s ease-in-out;
}
#lumihome_nb5 .project-carousel .project-content {
    text-align: center;
}
#lumihome_nb5 .project-carousel .project-title {
    font-size: 22px;
    font-weight: 500;
    text-transform: none;
    margin-bottom: 10px;
}
#lumihome_nb5 .project-carousel .project-title a {
    color: #fff;
}
#lumihome_nb5 .project-carousel .project-permalink a {
    position: relative;
    padding-bottom: 5px;
    display: inline-block;
    color: #fff;
    font-weight: 300;
}
#lumihome_nb5 .project-carousel .project-permalink a:before {
    content: "";
    background: #fff;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.35s ease-in-out;
}
#lumihome_nb5 .project-carousel .project-item:hover .project-thumb a:before {
    opacity: 1;
    visibility: visible;
}
#lumihome_nb5
    .project-carousel
    .project-item:hover
    .project-permalink
    a:before {
    width: 0;
}
#lumihome_nb5 .proArrows {
    position: absolute;
    top: 45%;
    cursor: pointer;
}
#lumihome_nb5 .proArrows.prevArrows {
    left: 50px;
    transform: translateY(-50%) rotate(-90deg);
}
#lumihome_nb5 .proArrows.nextArrows {
    right: 50px;
    transform: translateY(-50%) rotate(-90deg);
}
#lumihome_nb8,
#lumihome_nb6 {
    background: linear-gradient(to bottom, #001381, #01031e);
}
#lumihome_nb6 .heading {
    font-family: "SVNGilroy";
    text-transform: uppercase;
    font-size: 40px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 300;
}
#lumihome_nb6 .heading span {
    color: #fff;
}
#lumihome_nb7 .lumihome_nb7-hd {
    margin-bottom: 50px;
}
#lumihome_nb7 .lumihome_nb7-hd .s-hd {
    font-family: "SVNGilroy";
    font-size: 40px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
}
#lumihome_nb7 .lumihome-description {
    font-size: 18px;
    font-family: "SVNGilroy";
    letter-spacing: 0.02em;
    line-height: 1.5;
    color: #f0ebd9;
}
@media only screen and (min-width: 992px) {
    #lumihome_nb7 .col-lg-6:nth-child(1) {
        padding-right: 88px;
    }
    #lumihome_nb7 .col-lg-6:nth-child(2) {
        border-left: 1px solid #f0ebd9;
        padding-left: 73px;
    }
}
#lumihome_bc .s-hd {
    text-align: center;
    margin-bottom: 15px;
    font-size: 40px;
    font-family: "SVNGilroy";
    color: #222;
}
#lumihome_nb8 {
    padding-bottom: 200px;
}
#lumihome_nb8 .subheading {
    font-size: 28px;
    font-weight: 500;
    color: #f0ebd9;
}
#lumihome_nb8 .lumihome-wrap__content {
    border-radius: 5px;
    background: transparent;
    border: 1px solid #f0ebd9;
    /* Note: currently only Safari supports backdrop-filter */
    backdrop-filter: blur(30px);
    --webkit-backdrop-filter: blur(30px);
    background-color: rgba(255, 255, 255, 0.05);
    padding: 65px 55px;
}
#lumihome_nb8 .lumihome-wrap__content .form-accept {
    display: flex;
    align-items: center;
    margin-bottom: 38px;
    margin-top: 25px;
    color: #f0ebd9;
}
#lumihome_nb8 .lumihome-wrap__content .form-accept #accept-form {
    display: inline-block;
    width: 30px;
    height: 20px;
    border: 1px solid #cecdcd;
    border-radius: 3px;
    margin-right: 12px;
    position: relative;
}
#lumihome_nb8 .lumihome-wrap__content .form-accept #accept-form.active:before {
    content: "\E807";
    font-family: "fontello";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#lumihome_nb8 .lumihome-wrap__content .form-control {
    background: #fff;
    height: 50px;
    border-radius: 0;
    border-color: #cecdcd;
    color: var(--textcolor);
}
#lumihome_nb8 .lumihome-wrap__content .form-control::placeholder {
    color: var(--textcolor);
}
#lumihome_nb8 .lumihome-wrap__content .form-submit {
    position: relative;
}
#lumihome_nb8 .lumihome-wrap__content .form-submit .custom-submit {
    width: 170px;
    height: 50px;
    border-radius: 30px;
}
#lumihome_nb8 .lumihome-wrap__content .form-submit .ajax-loader {
    position: absolute;
    top: 50%;
    left: 73px;
    margin: 0;
    transform: translateY(-50%);
}
#lumihome_nb8 .lumihome-wrap__contact {
    position: relative;
}
#lumihome_nb8 .lumihome-wrap__contact h3 {
    font-size: 20px;
    margin-bottom: 13px;
    color: #f0ebd9;
}
#lumihome_nb8 .lumihome-wrap__contact ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 39px;
}
#lumihome_nb8 .lumihome-wrap__contact ul:last-child {
    margin-bottom: 0;
}
#lumihome_nb8 .lumihome-wrap__contact ul li {
    color: #fff;
/*    color: #f0ebd9;*/
    margin-bottom: 10px;
}
#lumihome_nb8 .lumihome-wrap__contact ul li:before {
    content: "";
    font-family: "fontello";
    margin-right: 10px;
/*    color: var(--primarycolor);*/
    color: #009dde;
}
#lumihome_nb8 .lumihome-wrap__contact ul li:first-child:before {
    content: "\F031";
}
#lumihome_nb8 .lumihome-wrap__contact ul li:nth-child(2) {
/*    color: var(--primarycolor);*/
    color: #009dde;
}
#lumihome_nb8 .lumihome-wrap__contact ul li:nth-child(2):before {
    content: "\E814";
}
#lumihome_nb8 .lumihome-wrap__top {
    padding-bottom: 74px;
    width: 100%;
}
#lumihome_nb8 .footer-widgets {
    border-top: 1px solid #fff;
}
#lumihome_nb8 .lumihome-wrap__bottom {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
#lumihome_bc .heading {
    margin-bottom: 20px;
}
#lumihome_bc .slick-slider .slick-arrow {
    width: 30px !important;
    height: 30px !important;
}
#lumihome_bc .slick-slider .slick-arrow:before {
    color: var(--textcolor);
    font-size: 25px;
}
#lumihome_bc .is-logo-single {
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    overflow: hidden;
}
#lumihome_bc .item-logo-bc a {
    display: grid;
    place-items: center;
    aspect-ratio: 1/0.5625;
}
#lumihome_bc .item-logo-bc a img {
    width: 70%;
    aspect-ratio: 1/0.5625;
    object-position: center;
    object-fit: contain;
}