/*-----------------------------------------------------------------------------------

    Template Name: actie - Transportation & Logistics HTML5 Template
    Author: RRDevs
    Support: rubelmah55@gmail.com
    Description: actie - Transportation & Logistics HTML5 Template
    Version: 1.0

-----------------------------------------------------------------------------------


/************ TABLE OF CONTENTS ***************

	01. Theme Default CSS
	02. background CSS
	03. buttons css

**********************************************/

@import 'theme.css';
/* 
    Section Heading
 */

.section-heading {
    margin-bottom: 40px;
}

.section-heading .sub-heading {
    color: var(--lt-color-theme-primary);
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
}

.section-heading .section-title {
    font-size: 48px;
    line-height: 1.3;
    font-weight: 700;
    display: block;
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}


@media only screen and (max-width: 767px) {
    .section-heading .sub-heading {
        font-size: 16px;
    }
    .section-heading .section-title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 991px) {
    .section-heading {
        margin-bottom: 30px;
    }
    .section-heading .section-title {
        max-width: 500px;
    }
    .section-heading .section-title {
        font-size: 32px;
    }
}

.section-heading.heading-2 .section-title {
    margin: 0 0 10px;
}
.section-heading.heading-2 p {
    margin-bottom: 0;
}
.section-heading.white-content p,
.section-heading.white-content .section-title,
.section-heading.white-content .sub-heading {
    color: var(--lt-color-common-white);
}
.section-heading.heading-3 .section-title {
    margin-bottom: 20px;
}
.section-heading.heading-3 p:last-child {
    margin-bottom: 0;
}

.read-more {
    display: inline-block;
}

.pagination-wrap {
    text-align: center;
    margin-top: 60px;
}
@media only screen and (max-width: 991px) {
    .pagination-wrap {
        margin-top: 30px;
    }
}
.pagination-wrap .pagination-list {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    column-gap: 10px;
}
.pagination-wrap .pagination-list li a {
    background-color: rgba(254, 86, 36, 0.1);
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--lt-color-theme-primary);
}
.pagination-wrap .pagination-list li a:hover {
    background-color: var(--lt-color-theme-primary);
    color: var(--lt-color-common-white);
}
.pagination-wrap .pagination-list li.active a {
    background-color: var(--lt-color-theme-primary);
    color: var(--lt-color-common-white);
}

@media (min-width: 992px) {
    .sticky-widget {
        position: sticky;
        top: 120px;
    }
}
@media screen and (max-width: 800px) {
    .wow {
        animation-name: none !important;
        visibility: visible !important;
    }
}


/**----------------------------------------
START: Theme Header CSS
----------------------------------------*/
.header {
    background-color: transparent;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
@media only screen and (max-width: 991px) {
    .header {
        position: inherit;
    }
    .header .top-bar {
        display: none;
    }
}

/* Admin Bar Support for Sticky Header */
.admin-bar .sticky-header-wrap{
        top: 32px !important;
}

@media screen and (max-width: 782px) {
    .admin-bar .sticky-header-wrap{
        top: 46px !important;
    }
}

@media screen and (max-width: 600px) {
    .admin-bar .sticky-header-wrap {
        top: 0 !important;
    }
}
.header .top-bar .top-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0;
}
@media only screen and (max-width: 991px) {
    .header .top-bar .top-bar-inner {
        flex-direction: column;
        row-gap: 15px;
        justify-content: center;
        border-bottom: 1px solid var(--lt-color-border-1);
        padding: 10px 0;
    }
}
.header .top-bar .top-bar-inner .top-bar-list {
    display: flex;
    align-items: center;
    list-style: none;
    column-gap: 16px;
    flex-wrap: wrap;
    row-gap: 15px;
}
.header .top-bar .top-bar-inner .top-bar-list :nth-child(1) {
    border-right: 1px solid var(--lt-color-theme-primary);
    padding-right: 16px;
}

@media only screen and (max-width: 767px) {
    .header .top-bar .top-bar-inner .top-bar-list {
        row-gap: 10px;
        justify-content: center;
    }
}
.header .top-bar .top-bar-inner .top-bar-list li {
    font-size: 14px;
    color: var(--lt-color-common-white);
    font-weight: 400;
}
@media only screen and (max-width: 991px) {
    .header .top-bar .top-bar-inner .top-bar-list li {
        color: var(--lt-color-heading-primary);
    }
}
.header .top-bar .top-bar-inner .top-bar-list li i {
    margin-right: 10px;
}
.header .top-bar .top-bar-inner .top-bar-list li a:hover {
    color: var(--lt-color-theme-primary);
}
.header .top-bar .top-bar-inner .top-social {
    display: flex;
    align-items: center;
    list-style: none;
    column-gap: 10px;
}
.header .top-bar .top-bar-inner .top-social li:not(:last-of-type) {
    margin-right: 8px;
}
.header .top-bar .top-bar-inner .top-social li a {
    color: var(--lt-color-common-white);
    font-size: 14px;
}
.header .top-bar .top-bar-inner .top-social li a:hover {
    color: var(--lt-color-theme-primary);
}

.primary-header-inner {
    background-color: var(--lt-color-common-white);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 30px;
}
@media only screen and (max-width: 991px) {
    .header .top-bar .top-bar-inner .top-social li a {
        color: var(--lt-color-heading-primary);
    }
    .primary-header-inner {
        padding: 20px 0;
    }
    .primary-header-inner .header-menu-wrap .sub-menu {
        display: none;
    }
}
.primary-header-inner .header-logo img {
    max-width: 170px;
}
.primary-header-inner .header-menu-wrap {
    display: flex !important;
    align-items: center;
}
.primary-header-inner .header-menu-wrap .sub-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.primary-header-inner .header-menu-wrap .sub-menu li {
    display: inline-block;
    position: relative;
    margin: 0 18px;
}
@media (max-width: 1170px) {
    .primary-header-inner .header-menu-wrap .sub-menu li {
        margin: 0 15px;
    }
}
.primary-header-inner .header-menu-wrap .sub-menu li a {
    font-family: 'Roboto', sans-serif;
    color: var(--lt-color-heading-primary);
    display: block;
    font-size: 16px;
    padding: 30px 0;
    letter-spacing: 0;
    font-weight: 500;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.primary-header-inner .header-menu-wrap .sub-menu li a i {
    font-size: 13px;
}
.primary-header-inner .header-menu-wrap .sub-menu li a:before {
    content: '';
    background-color: var(--lt-color-theme-primary);
    width: 0;
    height: 3px;
    position: absolute;
    bottom: 30px;
    transition: all 0.4s ease-in-out;
}
.primary-header-inner .header-menu-wrap .sub-menu li ul {
    background-color: var(--lt-color-common-white);
    display: block;
    width: 220px;
    padding: 0;
    box-shadow: 0px 50px 100px 0px rgba(64, 1, 4, 0.1),
        0px -6px 0px 0px rgba(248, 99, 107, 0.004);
    position: absolute;
    left: 0;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    transform: rotate3d(1, 0, 0, -90deg);
    transform-origin: 0 0;
    transition: all 0.6s ease;
}
.primary-header-inner .header-menu-wrap .sub-menu li:hover > ul {
    visibility: visible;
    transition: all 0.6s ease;
    opacity: 1;
    transform: none;
}
.primary-header-inner .header-menu-wrap .sub-menu li li {
    display: flex;
    justify-content: space-between;
    text-align: left;
    position: relative;
    transition: all 0.3s ease-in-out;
    margin: 0;
    padding: 0 20px;
}
.primary-header-inner .header-menu-wrap .sub-menu li li:last-child {
    margin: 0;
    border-bottom: none;
}
.primary-header-inner .header-menu-wrap .sub-menu li li:hover {
    background-color: var(--lt-color-theme-primary);
}
.primary-header-inner .header-menu-wrap .sub-menu li li a {
    display: block;
    height: auto;
    line-height: inherit;
    color: var(--lt-color-common-black);
    font-weight: 500;
    font-size: 14px;
    line-height: 45px;
    padding: 0;
    letter-spacing: 0;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    margin: 0;
}
.primary-header-inner .header-menu-wrap .sub-menu li li a:hover {
    padding-left: 10px;
    color: var(--lt-color-common-white);
}
.primary-header-inner .header-menu-wrap .sub-menu li li a:before {
    display: none;
}
.primary-header-inner .header-menu-wrap .sub-menu li:hover a:before {
    width: 100%;
}
.primary-header-inner .header-right {
    display: flex;
    align-items: center;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .primary-header-inner .header-right .header-logo img {
        width: 90px;
    }
}
.primary-header-inner .header-right .header-btn {
    background-color: var(--lt-color-heading-primary);
    color: var(--lt-color-common-white);
    margin-left: 20px;
}
.primary-header-inner .header-right .header-btn:before {
    background-color: var(--lt-color-theme-primary);
}
@media only screen and (max-width: 991px) {
    .primary-header-inner .header-right .header-btn {
        margin-left: 0;
        margin-right: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .primary-header-inner .header-right .header-btn {
        display: none;
    }
}
.primary-header-inner .header-right .sidebar-trigger {
    background-color: var(--lt-color-heading-primary);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    row-gap: 7px;
    padding: 15px 10px;
    margin-left: 40px;
    border-radius: 3px;
}
@media only screen and (max-width: 991px) {
    .primary-header-inner .header-right .sidebar-trigger {
        display: none;
    }
}
.primary-header-inner .header-right .sidebar-trigger span {
    background-color: var(--lt-color-common-white);
    width: 30px;
    height: 3px;
    display: block;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
}
.primary-header-inner .header-right .sidebar-trigger span:nth-child(2) {
    width: 20px;
}
.primary-header-inner .header-right .sidebar-trigger span:nth-child(3) {
    width: 25px;
}
.primary-header-inner .header-right .sidebar-trigger:hover span:nth-child(2) {
    width: 25px;
}
.primary-header-inner .header-right .sidebar-trigger:hover span:nth-child(3) {
    width: 20px;
}
.primary-header-inner .header-right .header-right-item {
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 991px) {
    .primary-header-inner .header-right .header-right-item {
        line-height: 1;
    }
}
.primary-header-inner
    .header-right
    .header-right-item
    .mobile-side-menu-toggle {
    color: var(--lt-color-heading-primary);
    font-size: 30px;
}
.primary-header-inner .header-right .header-right-item .search-icon {
    font-size: 16px;
    margin-left: 55px;
    cursor: pointer;
}
@media only screen and (max-width: 991px) {
    .primary-header-inner .header-right .header-right-item .search-icon {
        margin-right: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .primary-header-inner .mean-push {
        display: none;
    }
}

.sticky-header-wrap {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 99;
}
.sticky-header-wrap.fixed {
    background-color: var(--lt-color-common-white);
    display: block;
    animation-name: menuSticky;
    animation-duration: 1s;
    animation-timing-function: ease;
    box-shadow: 0px 1px 3px 0px rgba(17, 17, 17, 0.1);
}
@keyframes menuSticky {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0%);
    }
}

/* Header 4 */
.header-4 .header {
    position: inherit;
}
.header-4 .header .top-bar {
    background-color: var(--lt-color-theme-primary);
}
@media only screen and (max-width: 991px) {
    .header-4 .header .top-bar {
        background-color: var(--lt-color-common-white);
    }
}
.header-4 .header .top-bar .top-bar-list li a:hover {
    color: var(--lt-color-common-white);
}
.header-4 .header .top-bar .top-social li a:hover {
    color: var(--lt-color-common-white);
}
.header-4 .header .primary-header-inner {
    padding: 0;
}
@media only screen and (max-width: 991px) {
    .header-4 .header .primary-header-inner {
        padding: 20px 0;
    }
}
.header-4 .header .primary-header-inner .header-right .header-btn {
    margin-left: 0;
}
.header-4 .header .primary-header-inner .header-right .search-icon {
    font-size: 20px;
    color: var(--lt-color-heading-primary);
    margin-right: 20px;
    cursor: pointer;
}

.header-4
    .sticky-header-wrap.fixed
    .primary-header-inner
    .header-right
    .search-icon {
    font-size: 20px;
    color: var(--lt-color-heading-primary);
    margin-right: 20px;
    cursor: pointer;
}
.header-4
    .sticky-header-wrap.fixed
    .primary-header-inner
    .header-right
    .header-btn {
    margin-left: 0;
}

/* !END: Theme Header CSS */
/**----------------------------------------
START: Theme Hero CSS
----------------------------------------*/
.hero-section {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 991px) {
    .hero-section {
        height: auto;
    }
}

.hero-content {
    padding: 315px 0 205px 0;
}
@media (max-width: 1170px) {
    .hero-content {
        padding-left: 50px;
    }
}
@media only screen and (max-width: 991px) {
    .hero-content {
        padding: 100px 0 100px 40px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-content {
        padding: 70px 20px;
    }
}
.hero-content .title {
    color: var(--lt-color-common-white);
    font-size: 80px;
    font-weight: 800;
    line-height: 1.1;
    max-width: 610px;
    width: 100%;
    margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
    .hero-content .title {
        font-size: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-content .title {
        font-size: 35px;
    }
}
.hero-content p {
    color: var(--lt-color-common-white);
    max-width: 500px;
    width: 100%;
    margin-bottom: 40px;
    line-height: 1.7;
}

/* !END: Theme Hero CSS */

/**----------------------------------------
START: Theme About CSS
----------------------------------------*/
.about-section {
    position: relative;
}
.about-section .truck {
    position: absolute;
    bottom: 120px;
    left: 0;
}
@media only screen and (max-width: 991px) {
    .about-section .truck {
        left: auto;
        right: 100px;
    }
}
@media only screen and (max-width: 767px) {
    .about-section .truck {
        display: none;
    }
}
.about-section .bg-shape {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
@media only screen and (max-width: 991px) {
    .about-section .section-heading .section-title {
        max-width: 450px;
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .about-section .section-heading .section-title {
        max-width: 100%;
        width: 100%;
    }
}
@media only screen and (max-width: 991px) {
    .about-section .section-heading p {
        max-width: 400px;
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .about-section .section-heading p {
        max-width: 100%;
        width: 100%;
    }
}

.about-thumb {
    position: relative;
    z-index: 1;
}
.about-thumb img {
    width: 100%;
}
.about-thumb .video-btn-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.about-thumb .video-btn-wrap .video-btn {
    background-color: var(--lt-color-common-white);
    color: var(--lt-color-common-black);
    font-size: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
}
.about-thumb .video-btn-wrap .video-btn img {
    height: 36px;
    width: 30px;
    margin: 0 auto;
}

.about-content {
    padding-left: 15px;
}
@media only screen and (max-width: 991px) {
    .about-content {
        padding-left: 0;
    }
}

.about-items {
    display: flex;
    align-items: center;
    column-gap: 80px;
    flex-wrap: wrap;
    row-gap: 20px;
}
@media (max-width: 1170px) {
    .about-items {
        column-gap: 50px;
    }
}
.about-items .about-item .about-icon {
    height: 70px;
    width: 70px;
    margin: 0 auto;
    margin-bottom: 12px;
}
.about-items .about-item .title {
    font-size: 18px;
    margin-bottom: 0;
}

.ripple,
.ripple:before,
.ripple:after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
    animation: rippleOne 3s infinite;
}

.ripple {
    z-index: -1;
}
.ripple:before {
    animation-delay: 0.9s;
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
}
.ripple:after {
    animation-delay: 0.6s;
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
}

@keyframes rippleOne {
    70% {
        box-shadow: 0 0 0 50px rgba(244, 68, 56, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    }
}
/* About 2 */

@media only screen and (max-width: 991px) {
    .about-2 {
        padding-bottom: 70px;
    }
    .about-2 .truck-2 {
        right: 0;
    }
    .about-2 .truck-2 img {
        max-width: 200px;
    }
    .about-2 .truck-2 {
        display: none;
    }
    .about-img-wrap {
        margin-right: 0;
        max-width: 570px;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 767px) {
    .about-2 {
        padding-bottom: 50px;
    }
}
.about-2 .truck-2 {
    position: absolute;
    top: -90px;
    right: 105px;
}

.about-img-wrap {
    position: relative;
    margin-right: 30px;
}
@media only screen and (max-width: 991px) {
}
.about-img-wrap .about-img img {
    max-width: 370px;
    width: 100%;
}
.about-img-wrap .img-2 {
    max-width: 270px;
    width: 100%;
    position: absolute;
    bottom: -97px;
    right: 0;
}
.about-img-wrap .about-shape .shape {
    position: absolute;
    top: 0;
    right: 0;
}
.about-img-wrap .about-shape .shape.shape-1 {
    top: auto;
    bottom: -125px;
    right: 37%;
    z-index: -1;
}
.about-img-wrap .about-shape .shape.shape-2 {
    background-color: var(--lt-color-theme-primary);
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 70px;
    right: 115px;
}
.about-img-wrap .about-shape .shape.shape-3 {
    top: 20px;
    right: 50px;
}

.about-info {
    padding-left: 30px;
    padding-top: 60px;
}
@media only screen and (max-width: 991px) {
    .about-info {
        padding-left: 0;
        padding-top: 160px;
    }
}
.about-info .section-heading p {
    max-width: 400px;
    width: 100%;
}

.outports-items {
    padding-left: 0;
}
.outports-items.items-2 {
    margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
    .outports-items.items-2 {
        grid-template-columns: 1fr;
        grid-gap: 0;
    }
}
.outports-items.items-2 .outports-item {
    padding: 0;
    border: none;
}
.outports-items.items-2 .outports-item:not(:last-of-type) {
    margin-bottom: 30px;
}
.outports-items.items-2 .outports-item .outports-info p {
    max-width: 300px;
    width: 100%;
}
.outports-items.items-2 .outports-item:hover {
    box-shadow: none;
}

/* !END: Theme About CSS */

/**----------------------------------------
START: Theme Project CSS
----------------------------------------*/
.project-top {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 45px;
    flex-wrap: wrap;
    row-gap: 20px;
}
@media only screen and (max-width: 991px) {
    .project-top {
        margin-bottom: 30px;
    }
}
.project-top .section-heading {
    margin-bottom: 0;
}
.project-top .swiper-arrow {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.project-top .swiper-arrow .swiper-nav {
    font-size: 18px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--lt-color-border-2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.project-top .swiper-arrow .swiper-nav:hover {
    background-color: var(--lt-color-theme-primary);
    color: var(--lt-color-common-white);
}

.project-carousel-wrap {
    max-width: 1785px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.project-item {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.project-item .project-img img {
    width: 100%;
    object-fit: cover;
}
.project-item .project-btn {
    background-color: var(--lt-color-common-white);
    color: var(--lt-color-common-black);
    font-size: 25px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 30px;
    left: 20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.project-item .project-btn:hover {
    background-color: var(--lt-color-theme-primary);
    color: var(--lt-color-common-white);
}
.project-item:hover .project-btn {
    left: 30px;
    visibility: visible;
    opacity: 1;
}
.project-item .project-content {
    position: absolute;
    bottom: 10px;
    left: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
}
.project-item .project-content span {
    font-family: var(--lt-ff-heading);
    color: var(--lt-color-common-white);
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
    opacity: 0.8;
}
.project-item .project-content .title {
    color: var(--lt-color-common-white);
    line-height: 1;
}
.project-item .project-content .title a:hover {
    color: var(--lt-color-theme-primary);
}
.project-item:hover .project-content {
    bottom: 30px;
    visibility: visible;
    opacity: 1;
}

/* Project 2 */
.project-2 .project-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}
@media only screen and (max-width: 991px) {
    .project-2 .project-btn {
        margin-top: 30px;
    }
}

.project-carousel-wrap {
    position: relative;
}
.project-carousel-wrap .swiper-nav {
    background-color: var(--lt-color-common-white);
    font-size: 18px;
    color: var(--lt-color-heading-primary);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.project-carousel-wrap .swiper-nav:hover {
    background-color: var(--lt-color-theme-primary);
    color: var(--lt-color-common-white);
}
.project-carousel-wrap .swiper-nav.swiper-next {
    left: auto;
    right: -10px;
}
.project-carousel-wrap:hover .swiper-nav {
    visibility: visible;
    opacity: 1;
    left: 0;
}
.project-carousel-wrap:hover .swiper-nav.swiper-next {
    left: auto;
    right: 0;
}

.project-carousel-2 {
    width: 100%;
    max-width: 1185px;
    margin: 0 auto;
    padding: 0 15px;
    overflow: inherit;
}
.project-carousel-2 .project-item .project-img {
    height: 500px;
}
.project-carousel-2 .project-item .project-img img {
    height: 100%;
    width: 100%;
}
.project-carousel-2 .project-item .project-content span {
    margin-bottom: 0;
}

.project-wrap .project-item .project-img {
    height: 500px;
}
.project-wrap .project-item .project-img img {
    height: 100%;
}

/* !END: Theme Project CSS */
/**----------------------------------------
START: Theme Faq CSS
----------------------------------------*/
.faq-content {
    padding-right: 30px;
}
@media only screen and (max-width: 991px) {
    .faq-content {
        padding-right: 0;
    }
}
.faq-content .section-heading {
    margin-bottom: 20px;
}
.faq-content .section-heading .section-title {
    max-width: 470px;
    width: 100%;
}
.faq-content .accordion-item {
    border: none;
    box-shadow: 0px 3px 15px 0px rgba(15, 27, 36, 0.1);
}
.faq-content .accordion-item:not(:last-of-type) {
    margin-bottom: 15px;
}
.faq-content .accordion-item .accordion-header {
    border: none;
    box-shadow: none;
}
.faq-content .accordion-item .accordion-header .accordion-button {
    font-size: 20px;
    font-weight: 600;
    padding: 20px;
}
@media only screen and (max-width: 767px) {
    .faq-content .accordion-item .accordion-header .accordion-button {
        font-size: 18px;
    }
}
.faq-content .accordion-item .accordion-header .accordion-button:focus {
    background-color: transparent;
    box-shadow: none;
    border: none;
}
.faq-content .accordion-item .accordion-header .accordion-button:after {
    background-image: none;
    font-family: 'Font Awesome 6 Pro';
    content: '+';
    height: auto;
    width: auto;
    font-weight: 400;
    transform: rotate(0);
}
.faq-content
    .accordion-item
    .accordion-header
    .accordion-button:not(.collapsed) {
    color: var(--lt-color-theme-primary);
    background-color: transparent;
    box-shadow: none;
}
.faq-content
    .accordion-item
    .accordion-header
    .accordion-button:not(.collapsed):after {
    background-image: none;
    font-family: 'Font Awesome 6 Pro';
    content: '\f068';
    height: auto;
    width: auto;
    font-weight: 400;
}
.faq-content .accordion-item .accordion-body {
    max-width: 450px;
    width: 100%;
    padding-top: 0;
}
@media only screen and (max-width: 767px) {
    .faq-content .accordion-item .accordion-body {
        font-size: 15px;
    }
}

.faq-img {
    height: 100%;
    padding-left: 30px;
}
@media only screen and (max-width: 991px) {
    .faq-img {
        padding-left: 0;
    }
}
.faq-img img {
    height: 100%;
}
@media only screen and (max-width: 991px) {
    .faq-img img {
        width: 100%;
    }
}

/* !END: Theme Faq CSS */
/**----------------------------------------
START: Theme Team CSS
----------------------------------------*/
.team-item .team-img {
    overflow: hidden;
}
.team-item .team-img img {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-item .team-content {
    background-color: var(--lt-color-common-white);
    padding: 30px;
    border: 1px solid var(--lt-color-border-2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-item .team-content .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.team-item .team-content .title a:hover {
    color: var(--lt-color-theme-primary);
}
.team-item .team-content .title span {
    font-family: var(--lt-ff-body);
    color: var(--lt-color-text-body);
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-top: 10px;
}
.team-item .team-content .team-social li {
    display: inline-flex;
}
.team-item .team-content .team-social li:not(:last-of-type) {
    margin-right: 10px;
}
.team-item .team-content .team-social li a {
    font-size: 13px;
    color: var(--lt-color-text-body);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--lt-color-border-2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-item .team-content .team-social li a:hover {
    background-color: var(--lt-color-theme-primary);
    color: var(--lt-color-common-white);
    border: 1px solid var(--lt-color-theme-primary);
}
.team-item:hover .team-content {
    background: var(--lt-color-common-white);
    box-shadow: 0px 16px 40px 0px rgba(15, 27, 36, 0.1);
    border: 1px solid transparent;
}
.team-item:hover .team-img img {
    transform: scale(1.02);
}

.team-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    flex-wrap: wrap;
    row-gap: 20px;
}
@media only screen and (max-width: 991px) {
    .team-top {
        margin-bottom: 30px;
    }
}
.team-top .section-heading {
    margin-bottom: 0;
}

/* !END: Theme Team CSS */
/**----------------------------------------
START: Theme Testimonal CSS
----------------------------------------*/
.testimonial-section {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

.testimonial-carousel {
    padding-bottom: 80px;
}
@media only screen and (max-width: 991px) {
    .testimonial-carousel {
        padding-bottom: 50px;
    }
}
.testimonial-carousel .swiper-pagination {
    line-height: 1;
    bottom: 0;
}
.testimonial-carousel .swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    height: 3px;
    background-color: var(--lt-color-common-white);
    border-radius: 0;
    opacity: 1;
}
.testimonial-carousel
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--lt-color-theme-primary);
}

.testi-item {
    background-color: var(--lt-color-common-white);
    padding: 40px 30px;
}
.testi-item .review li {
    color: var(--lt-color-theme-secondary);
    font-size: 18px;
    display: inline-flex;
}
.testi-item .review li:not(:last-of-type) {
    margin-right: 5px;
}
.testi-item p {
    font-size: 18px;
    margin: 20px 0 30px 0;
    max-width: 350px;
    width: 100%;
}
.testi-item .testi-author {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.testi-item .testi-author img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
}
.testi-item .testi-author .author {
    font-size: 22px;
    margin-bottom: 0;
}
.testi-item .testi-author .author span {
    color: var(--lt-color-text-body);
    font-size: 16px;
    font-weight: 400;
    margin-top: 5px;
    display: block;
}
.testi-item .testi-author .author a:hover {
    color: var(--lt-color-theme-primary);
}

/* Testi 2 */
.testimonial-carousel-2 {
    padding-bottom: 170px;
}
@media only screen and (max-width: 767px) {
    .testimonial-carousel-2 {
        padding-bottom: 140px;
    }
}
.testimonial-carousel-2 .swiper-pagination {
    bottom: 0;
    line-height: 1;
}
.testimonial-carousel-2 .swiper-pagination .swiper-pagination-bullet {
    background-color: #c4c4c4;
    height: 16px;
    width: 16px;
}
.testimonial-carousel-2
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--lt-color-theme-primary);
}

.testi-box {
    padding: 40px;
    border: 1px solid var(--lt-color-border-2);
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 767px) {
    .testi-box {
        padding: 40px 20px;
    }
}
.testi-box p {
    margin-bottom: 30px;
}
.testi-box .author {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
}
.testi-box .author span {
    font-family: var(--lt-ff-body);
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-top: 10px;
}
.testi-box .author-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    bottom: -80px;
    left: 0;
    z-index: 1;
}
.testi-box .author-img:before {
    background-color: var(--lt-color-common-white);
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    content: '';
    border: 1px solid var(--lt-color-border-2);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -1;
    clip-path: inset(0 0 89px 0px);
}
.testi-box .arrow {
    background-color: var(--lt-color-common-white);
    border-left: 1px solid var(--lt-color-border-2);
    position: absolute;
    bottom: -40px;
    left: 40%;
    width: 60px;
    height: 40px;
    overflow: hidden;
}
.testi-box .arrow:before {
    height: 76px;
    width: 1px;
    background-color: var(--lt-color-border-2);
    content: '';
    position: absolute;
    right: 30px;
    top: -17px;
    -webkit-transform: rotate(45deg);
    transform: rotate(57deg);
}

/* !END: Theme Testimonal CSS */
/**----------------------------------------
START: Theme Cta CSS
----------------------------------------*/
.cta-section {
    background-color: var(--lt-color-heading-primary);
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 0;
}
.cta-section .cta-shape {
    position: absolute;
    top: 40px;
    left: 0;
}

.cta-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
    padding: 92px 0;
}
@media only screen and (max-width: 991px) {
    .cta-wrap {
        text-align: center;
        flex-direction: column;
        justify-content: center;
        padding: 72px 0;
    }
}
.cta-wrap .title {
    font-size: 48px;
    color: var(--lt-color-common-white);
    max-width: 600px;
    width: 100%;
    margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
    .cta-wrap .title {
        font-size: 32px;
    }
}
.cta-wrap .cta-btn {
    background-color: var(--lt-color-common-white);
    color: var(--lt-color-heading-primary);
}
.cta-wrap .cta-btn:before {
    background-color: var(--lt-color-theme-primary);
}
.cta-wrap .cta-btn:hover {
    color: var(--lt-color-common-white);
}

/* !END: Theme Cta CSS */
/**----------------------------------------
START: Theme Blog CSS
----------------------------------------*/
.blog-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
    flex-wrap: wrap;
    row-gap: 15px;
}
@media only screen and (max-width: 991px) {
    .blog-top {
        padding-bottom: 30px;
    }
}
.blog-top .section-heading {
    margin-bottom: 0;
}
.blog-top .section-heading p {
    max-width: 400px;
    width: 100%;
}
.blog-top .blog-btn {
    background-color: var(--lt-color-common-white);
    color: var(--lt-color-heading-primary);
    font-weight: 600;
    border: 1px solid var(--lt-color-border-1);
}
.blog-top .blog-btn:before {
    background-color: var(--lt-color-theme-primary);
}
.blog-top .blog-btn:hover {
    color: var(--lt-color-common-white);
    border: 1px solid var(--lt-color-theme-primary);
}

.post-card .post-thumb {
    height: 200px;
    object-fit: cover;
    object-position: 50% 50%;
    /* overflow: hidden; */
    filter: grayscale(1);
}
.post-card .post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.post-card:hover .post-thumb {
    filter: grayscale(0);
}

.post-card:hover .post-thumb img {
    transform: scale(1.03);
}

.post-card .post-content-wrap {
    border: 1px solid var(--lt-color-border-1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.post-card .post-bottom {
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.post-card .post-bottom .read-more {
    font-family: var(--lt-ff-heading);
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.post-card .post-bottom .read-more:hover {
    color: var(--lt-color-theme-primary);
}
.post-card .post-bottom .post-author {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.post-card:hover .post-content-wrap {
    box-shadow: 0px 16px 40px 0px rgba(15, 27, 36, 0.1);
    border: 1px solid transparent;
}
.post-card:hover .post-thumb img {
    transform: scale(1.03);
}

.post-content {
    padding: 30px;
    border-bottom: 1px solid var(--lt-color-border-1);
}
.post-content .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.4;
    max-width: 275px;
    width: 100%;
}
.post-content .title a {
    background: linear-gradient(
        var(--lt-color-theme-primary) 0%,
        var(--lt-color-theme-primary) 98%
    );
    background-size: 0 2px;
    background-repeat: no-repeat;
    background-position: left 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.post-content .title a:hover {
    color: var(--lt-color-theme-primary);
    background-size: 100% 2px;
}

.post-meta {
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 30px;
    flex-wrap: wrap;
    row-gap: 15px;
    margin-bottom: 20px;
}
.post-meta li {
    font-size: 14px;
    line-height: 1;
}
.post-meta li i {
    margin-right: 10px;
    font-size: 12px;
}

.blog-2 .blog-top .section-heading .section-title {
    max-width: 600px;
    width: 100%;
}

.filter-buttons {
    margin-bottom: 40px;
}

.filter-btn {
    background: transparent;
    border: 2px solid var(--lt-color-theme-primary) !important;
    color: var(--lt-color-theme-primary);
    padding: 10px 25px;
    margin: 0 5px;
    border-radius: 25px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: capitalize;
}

.filter-btn:hover,
.filter-btn.active {
    background: var(--lt-color-theme-primary);
    color: var(--lt-color-common-white);
}

.isotope-item {
    transition: all 0.3s ease;
}

/* !START: Theme Blog CSS */
/**----------------------------------------
START: Theme Slider CSS
----------------------------------------*/
.slider-section {
    overflow: hidden;
}

.actie-slider {
    position: relative;
    z-index: 2;
}

.slider-item {
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.slider-item .slide-img-wrap {
    height: 950px;
}
@media only screen and (max-width: 991px) {
    .slider-item .slide-img-wrap {
        height: 650px;
    }
}
@media only screen and (max-width: 767px) {
    .slider-item .slide-img-wrap {
        height: 550px;
    }
}
.slider-item .slide-img-wrap img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.slider-item .slider-content-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 100%;
    width: 100%;
    margin-top: 50px;
}
@media only screen and (max-width: 991px) {
    .slider-item .slider-content-wrap {
        margin-top: 0;
    }
}
.slider-item .slider-content-wrap .slider-content-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 30px;
}
@media only screen and (max-width: 991px) {
    .slider-item .slider-content-wrap .slider-content-inner {
        padding-right: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .slider-item .slider-content-wrap .slider-content-inner {
        flex-direction: column;
        align-items: baseline;
        row-gap: 50px;
    }
}
.slider-item .slider-content-wrap .actie-caption {
    margin-bottom: 42px;
    position: relative;
    z-index: 2;
}
@media only screen and (max-width: 991px) {
    .slider-item .slider-content-wrap .actie-caption {
        margin-bottom: 30px;
    }
}
.slider-item .slider-content-wrap .actie-caption.sub-heading {
    margin-bottom: 30px;
}
.slider-item .slider-content-wrap .actie-small-cap {
    font-family: var(--lt-ff-heading);
    color: var(--lt-color-common-white);
    font-size: 18px;
    font-weight: 600;
}
@media only screen and (max-width: 767px) {
    .slider-item .slider-content-wrap .actie-small-cap {
        font-size: 16px;
        max-width: 100%;
    }
}
.slider-item .slider-content-wrap .actie-cap {
    font-family: var(--lt-ff-heading);
    color: var(--lt-color-common-white);
    font-size: 80px;
    line-height: 1.15;
    font-weight: 800;
    display: block;
}
@media only screen and (max-width: 991px) {
    .slider-item .slider-content-wrap .actie-cap {
        font-size: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .slider-item .slider-content-wrap .actie-cap {
        font-size: 30px;
        line-height: 1.4;
        max-width: 100%;
    }
}
.slider-item .slider-content-wrap .slider-video-btn .video-btn {
    background-color: var(--lt-color-common-white);
    position: relative;
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
@media only screen and (max-width: 767px) {
    .slider-item .slider-content-wrap .slider-video-btn .video-btn {
        width: 60px;
        height: 60px;
        font-size: 22px;
    }
}
.slider-item .slider-content-wrap .slider-video-btn .video-btn img {
    margin-left: 5px;
}

.actie-swiper-pagination {
    height: 100%;
    width: auto !important;
    position: absolute;
    top: 50%;
    bottom: auto;
    left: 50px !important;
    z-index: 2;
}
@media (max-width: 1399px) {
    .actie-swiper-pagination {
        left: 25px !important;
    }
}
@media (max-width: 1250px) {
    .actie-swiper-pagination {
        display: none;
    }
}
.actie-swiper-pagination .swiper-pagination-bullet {
    background-color: transparent;
    width: 20px;
    height: 20px;
    position: relative;
    border-radius: 50%;
    opacity: 1;
    display: block;
}
.actie-swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1px solid var(--lt-color-common-white);
}
.actie-swiper-pagination .swiper-pagination-bullet:before {
    content: '';
    background-color: var(--lt-color-common-white);
    width: 5px;
    height: 5px;
    border: 1px solid var(--lt-color-common-white);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.actie-swiper-pagination .swiper-pagination-bullet:not(:last-of-type) {
    margin-bottom: 10px;
}

/* Slider 2 */
.slider-2 .slider-item .slide-img-wrap {
    height: 830px;
}
.slider-2 .slider-item .slider-content-wrap {
    left: -100px;
    margin-top: 0;
}
@media (max-width: 1399px) {
    .slider-2 .slider-item .slider-content-wrap {
        left: 0;
    }
}
@media only screen and (max-width: 767px) {
    .slider-2 .slider-item .slider-content-wrap .slider-content-inner {
        padding-right: 0;
    }
}
.slider-2 .slider-item .slider-content-wrap .slider-content {
    background: linear-gradient(
        90deg,
        #0f1b24 0.39%,
        rgba(15, 27, 36, 0) 99.62%
    );
    padding: 60px 100px;
}
@media only screen and (max-width: 767px) {
    .slider-2 .slider-item .slider-content-wrap .slider-content {
        padding: 50px 30px;
    }
}
.slider-2
    .slider-item
    .slider-content-wrap
    .slider-content
    .actie-caption.heading {
    margin-bottom: 20px;
}
.slider-2 .slider-item .slider-content-wrap .slider-content .slider-desc {
    margin-bottom: 40px;
}
.slider-2 .slider-item .slider-content-wrap .slider-content .slider-desc p {
    color: var(--lt-color-common-white);
    max-width: 620px;
    width: 100%;
    margin-bottom: 0;
}
.slider-2 .slider-item .slider-content-wrap .slider-content .slider-btn-wrap {
    display: flex;
    align-items: center;
    column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 10px;
}
.slider-2
    .slider-item
    .slider-content-wrap
    .slider-content
    .slider-btn-wrap
    .slider-btn
    .lt-primary-btn {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.slider-2
    .slider-item
    .slider-content-wrap
    .slider-content
    .slider-btn-wrap
    .slider-btn
    .lt-primary-btn:hover {
    border: 1px solid var(--lt-color-heading-primary);
}
.slider-2
    .slider-item
    .slider-content-wrap
    .slider-content
    .slider-btn-wrap
    .slider-btn
    .lt-primary-btn.active {
    background-color: var(--lt-color-heading-primary);
    border: 1px solid var(--lt-color-heading-primary);
}
@media only screen and (max-width: 767px) {
    .slider-2 .slider-item .slide-img-wrap {
        height: 650px;
    }
}
.slider-2 .actie-swiper-pagination {
    left: auto !important;
    right: 100px;
    top: 40%;
}
@media (max-width: 1250px) {
    .slider-2 .actie-swiper-pagination {
        display: block;
    }
}
@media only screen and (max-width: 991px) {
    .slider-2 .actie-swiper-pagination {
        right: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .slider-2 .actie-swiper-pagination {
        display: none;
    }
}
.slider-2 .actie-swiper-pagination .swiper-pagination-bullet {
    background-color: var(--lt-color-common-white);
    height: 10px;
    width: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: none;
}
.slider-2 .actie-swiper-pagination .swiper-pagination-bullet:before {
    display: none;
}
.slider-2
    .actie-swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--lt-color-theme-primary);
    height: 20px;
    border-radius: 5px;
}

/* Text Animation */
.actie-animation,
.actie-animation span {
    animation-duration: 0.3s;
    animation-fill-mode: both;
}

.actie-animation span {
    display: inline-block;
}

/* Fade Effect */
.actie-fadeIn {
    animation-name: asFadeIn;
}

@keyframes asFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.actie-fadeInLeft {
    animation-name: asFadeInLeft;
}

@keyframes asFadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
    }
}
.actie-fadeInRight {
    animation-name: asFadeInRight;
}

@keyframes asFadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
    }
}
.actie-fadeInDown {
    animation-name: asFadeInTop;
}

@keyframes asFadeInTop {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }
    to {
        opacity: 1;
    }
}
.actie-fadeInUp {
    animation-name: asFadeInBottom;
}

@keyframes asFadeInBottom {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
    /* 100% {
        opacity: 0;
        transform: translateY(50px);
    } */
}
/* Move From Effect */
.actie-moveFromLeft {
    animation-name: asMoveFromLeft;
}

@keyframes asMoveFromLeft {
    from {
        visibility: hidden;
        transform: translateX(-50px);
    }
    to {
        visibility: visible;
    }
}
.actie-moveFromRight {
    animation-name: asMoveFromRight;
}

@keyframes asMoveFromRight {
    from {
        visibility: hidden;
        transform: translateX(50px);
    }
    to {
        visibility: visible;
    }
}
.actie-moveFromTop {
    animation-name: asMoveFromTop;
}

@keyframes asMoveFromTop {
    from {
        visibility: hidden;
        transform: translateY(-50px);
    }
    to {
        visibility: visible;
    }
}
.actie-moveFromBottom {
    animation-name: asMoveFromBottom;
}

@keyframes asMoveFromBottom {
    from {
        visibility: hidden;
        transform: translateY(50px);
    }
    to {
        visibility: visible;
    }
}
/* Blur Effect */
.actie-blurIn {
    animation-name: asBlurIn;
}

@keyframes asBlurIn {
    from {
        filter: blur(20px);
        opacity: 0;
    }
}
.actie-blurInLeft {
    animation-name: asBlurInLeft;
}

@keyframes asBlurInLeft {
    from {
        transform: translateX(50px);
        filter: blur(20px);
        opacity: 0;
    }
}
.actie-blurInRight {
    animation-name: asBlurInRight;
}

@keyframes asBlurInRight {
    from {
        transform: translateX(-50px);
        filter: blur(20px);
        opacity: 0;
    }
}
.actie-blurInTop {
    animation-name: asBlurInTop;
}

@keyframes asBlurInTop {
    from {
        transform: translateY(50px);
        filter: blur(20px);
        opacity: 0;
    }
}
.actie-blurInBottom {
    animation-name: asBlurInBottom;
}

@keyframes asBlurInBottom {
    from {
        transform: translateY(-50px);
        filter: blur(20px);
        opacity: 0;
    }
}
/* Zoom Effect */
.actie-zoomIn {
    animation-name: asZoomIn;
}

@keyframes asZoomIn {
    from {
        transform: scale(5);
        opacity: 0;
    }
}
.actie-zoomInLeft {
    animation-name: asZoomInLeft;
}

@keyframes asZoomInLeft {
    from {
        transform: scale(5) translateX(-50%);
        opacity: 0;
    }
}
.actie-zoomInRight {
    animation-name: asZoomInRight;
}

@keyframes asZoomInRight {
    from {
        transform: scale(5) translateX(50%);
        opacity: 0;
    }
}
.actie-zoomInTop {
    animation-name: asZoomInTop;
}

@keyframes asZoomInTop {
    from {
        transform: scale(10) translateY(-50%);
        opacity: 0;
    }
}
.actie-zoomInBottom {
    animation-name: asZoomInBottom;
}

@keyframes asZoomInBottom {
    from {
        transform: scale(10) translateY(50%);
        opacity: 0;
    }
}
/* Flip Effect */
.actie-flipInTop {
    animation-name: asFlipInTop;
}

@keyframes asFlipInTop {
    from {
        transform: perspective(600px);
        opacity: 0;
    }
    30% {
        transform: perspective(600px) rotateX(180deg);
        transform-origin: 0 0;
        animation-timing-function: ease-out;
    }
    to {
        transform: perspective(600px);
    }
}
.actie-flipInBottom {
    animation-name: asFlipInBottom;
}

@keyframes asFlipInBottom {
    from {
        transform: perspective(600px);
        opacity: 0;
    }
    30% {
        transform: perspective(600px) rotateX(180deg);
        transform-origin: bottom;
        animation-timing-function: ease-out;
    }
    to {
        transform: perspective(600px);
    }
}
/* Roll Effect */
.actie-rollFromLeft {
    animation-name: asRollFromLeft;
}

@keyframes asRollFromLeft {
    from {
        transform: translateX(-60px) perspective(600px) rotateY(180deg);
        opacity: 0;
    }
}
.actie-rollFromRight {
    animation-name: asRollFromRight;
}

@keyframes asRollFromRight {
    from {
        transform: translateX(60px) perspective(600px) rotateY(-180deg);
        opacity: 0;
    }
}
.actie-rollFromTop {
    animation-name: asRollFromTop;
}

@keyframes asRollFromTop {
    from {
        transform: translateY(-60px) perspective(600px) rotateX(180deg);
        opacity: 0;
    }
}
.actie-rollFromBottom {
    animation-name: asRollFromBottom;
}

@keyframes asRollFromBottom {
    from {
        transform: translateY(60px) perspective(600px) rotateX(-180deg);
        opacity: 0;
    }
}
/* Rotate Skate Effect */
.actie-rotateSkateInRight {
    animation-name: asRotateSkateInRight;
}

@keyframes asRotateSkateInRight {
    from {
        transform: scaleX(0.2) translateX(100px);
        opacity: 0;
    }
}
.actie-rotateSkateInLeft {
    animation-name: asRotateSkateInLeft;
}

@keyframes asRotateSkateInLeft {
    from {
        transform: scaleX(0.2) translateX(-100px);
        opacity: 0;
    }
}
.actie-rotateSkateInTop {
    animation-name: asRotateSkateInTop;
}

@keyframes asRotateSkateInTop {
    from {
        transform: scaleY(0.2) translateY(-100px);
        opacity: 0;
    }
}
.actie-rotateSkateInBottom {
    animation-name: asRotateSkateInBottom;
}

@keyframes asRotateSkateInBottom {
    from {
        transform: scaleY(0.2) translateY(100px);
        opacity: 0;
    }
}
/* PopUp Effect */
.actie-popUp {
    animation-name: asPopUp;
}

@keyframes asPopUp {
    0% {
        visibility: hidden;
    }
    50% {
        transform: scale(1.1);
        visibility: visible;
    }
}
.actie-popUpLeft {
    animation-name: asPopUpLeft;
}

@keyframes asPopUpLeft {
    0% {
        visibility: hidden;
    }
    50% {
        visibility: visible;
        transform: translateX(-20px) scale(1.1);
        animation-timing-function: ease-in;
    }
}
.actie-popUpRight {
    animation-name: asPopUpRight;
}

@keyframes asPopUpRight {
    0% {
        visibility: hidden;
    }
    50% {
        visibility: visible;
        transform: translateX(20px) scale(1.1);
        animation-timing-function: ease-in;
    }
}
/* Kenburns Top */
.swiper-slide-active .kenburns-top {
    -webkit-animation-name: kenburns-top;
    animation-name: kenburns-top;
}

@-webkit-keyframes kenburns-top {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        -webkit-transform-origin: 50% 16%;
        transform-origin: 50% 16%;
    }
    100% {
        -webkit-transform: scale(1.08) translateY(-15px);
        transform: scale(1.08) translateY(-15px);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
}
@keyframes kenburns-top {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        -webkit-transform-origin: 50% 16%;
        transform-origin: 50% 16%;
    }
    100% {
        -webkit-transform: scale(1.08) translateY(-15px);
        transform: scale(1.08) translateY(-15px);
        -webkit-transform-origin: top;
        transform-origin: top;
    }
}
/* !END: Theme Slider CSS */
/**----------------------------------------
START: Theme Service CSS
----------------------------------------*/
.service-section {
    position: relative;
    z-index: 1;
    padding-bottom: 70px;
}
@media only screen and (max-width: 991px) {
    .service-section {
        padding-bottom: 20px;
    }
}
.service-section .service-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.service-info .swiper-arrow {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.service-info .swiper-arrow .swiper-nav {
    background-color: var(--lt-color-common-white);
    color: var(--lt-color-heading-primary);
    font-size: 18px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.service-info .swiper-arrow .swiper-nav:hover {
    background-color: var(--lt-color-theme-primary);
    color: var(--lt-color-common-white);
}

.service-carousel {
    padding: 0 10px 50px 20px;
}

.service-item {
    background-color: var(--lt-color-common-white);
}
.service-item .service-thumb {
    text-align: center;
    position: relative;
}
.service-item .service-thumb img {
    width: 100%;
}
.service-item .service-thumb .service-icon {
    background-color: var(--lt-color-theme-primary);
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
.service-item .service-thumb .service-icon img {
    width: auto;
}
.service-item .service-content {
    padding: 70px 30px 30px 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.service-item .service-content .title {
    line-height: 1;
}
.service-item .service-content .title a:hover {
    color: var(--lt-color-theme-primary);
}
.service-item .service-content .read-more {
    font-family: var(--lt-color-heading-primary);
    color: var(--lt-color-text-body);
    font-size: 15px;
    font-weight: 500;
}
.service-item .service-content .read-more i {
    margin-left: 5px;
}
.service-item .service-content .read-more:hover {
    color: var(--lt-color-theme-primary);
}
.service-item:hover .service-content {
    box-shadow: 0px 16px 40px 0px rgba(15, 27, 36, 0.1);
}

/* Service 2 */
.service-2 {
    position: relative;
    z-index: 1;
}
.service-2 .service-map {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.service-2 .truck {
    position: absolute;
    bottom: -35px;
    left: 0;
}
@media only screen and (max-width: 991px) {
    .service-2 .truck {
        display: none;
    }
}

@media (min-width: 992px) {
    .service-items {
        background-image: url(../img/shapes/service-bg-line.png);
        background-repeat: no-repeat;
        background-position: center -25px;
        background-size: 90%;
        width: 100%;
        height: 100%;
    }
    .service-items > div:nth-child(2n + 2) {
        padding-top: 60px;
    }
}

.service-box .service-icon {
    background: var(--lt-color-common-white);
    box-shadow: 0px 16px 40px 0px rgba(15, 27, 36, 0.1);
    height: 180px;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.service-box .service-content .title {
    color: var(--lt-color-heading-primary);
    margin-bottom: 15px;
}
.service-box .service-content .title a:hover {
    color: var(--lt-color-theme-primary);
}
@media only screen and (max-width: 991px) {
    .service-box .service-content p {
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 15px;
    }
}
.service-box .service-content .read-more {
    font-family: var(--lt-color-heading-primary);
    color: var(--lt-color-text-body);
    font-size: 15px;
    font-weight: 500;
}
.service-box .service-content .read-more i {
    margin-left: 5px;
}
.service-box .service-content .read-more:hover {
    color: var(--lt-color-theme-primary);
}
.service-box:hover .service-icon {
    background-color: var(--lt-color-theme-primary);
}
.service-box:hover .service-icon img {
    filter: brightness(0) invert(1);
}

/* Service 3 */
.service-3 {
    padding-bottom: 120px;
}
@media only screen and (max-width: 991px) {
    .service-3 {
        padding-bottom: 70px;
    }
}

.service-card {
    padding: 40px 30px;
    border: 1px solid var(--lt-color-border-1);
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.service-card .card-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
}
.service-card .service-icon {
    background-color: rgba(254, 86, 36, 0.1);
    color: var(--lt-color-theme-primary);
    font-size: 25px;
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.service-card .title {
    margin-bottom: 25px;
}
.service-card .title a:hover {
    color: var(--lt-color-theme-primary);
}
.service-card p {
    margin-bottom: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.service-card .read-more {
    font-family: var(--lt-ff-heading);
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    column-gap: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.service-card:hover .card-bg {
    visibility: visible;
    opacity: 1;
}
.service-card:hover .service-icon {
    background-color: var(--lt-color-common-white);
    color: var(--lt-color-theme-primary);
}
.service-card:hover .title a {
    color: var(--lt-color-common-white);
}
.service-card:hover .title a:hover {
    color: var(--lt-color-theme-primary);
}
.service-card:hover p {
    color: var(--lt-color-common-white);
}
.service-card:hover .read-more {
    color: var(--lt-color-common-white);
}
.service-card:hover .read-more:hover {
    color: var(--lt-color-theme-primary);
}

/* !END: Theme Service CSS */
/**----------------------------------------
START: Theme Apply CSS
----------------------------------------*/
.apply-section {
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 991px) {
    .apply-section {
        padding-top: 70px;
    }
}
.apply-section .apply-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.apply-box {
    background-color: var(--lt-color-common-white);
    box-shadow: 0px 16px 40px 0px rgba(15, 27, 36, 0.1);
    padding: 80px 70px;
}
@media only screen and (max-width: 991px) {
    .apply-box {
        padding: 80px 50px;
    }
}

.apply-top {
    margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
    .apply-top {
        margin-bottom: 30px;
    }
}

.apply-content .section-heading {
    margin-bottom: 0;
}
.apply-content .section-heading .section-title {
    margin-bottom: 20px;
}
.apply-content .section-heading p {
    margin-bottom: 30px;
    max-width: 485px;
    width: 100%;
}
@media only screen and (max-width: 991px) {
    .apply-content .section-heading p {
        max-width: 285px;
    }
}
.apply-content .section-heading .apply-btn {
    background-color: transparent;
    color: var(--lt-color-theme-primary);
    border: 1px solid var(--lt-color-theme-primary);
}
.apply-content .section-heading .apply-btn i {
    font-size: 15px;
}
.apply-content .section-heading .apply-btn:before {
    background-color: var(--lt-color-theme-primary);
}
.apply-content .section-heading .apply-btn:hover {
    color: var(--lt-color-common-white);
}

.apply-counter {
    display: flex;
    align-items: center;
    column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 20px;
    margin-bottom: -10px;
}
@media only screen and (max-width: 991px) {
    .apply-counter {
        flex-direction: column;
        align-items: baseline;
    }
}
@media only screen and (max-width: 767px) {
    .apply-counter {
        display: flex;
        align-items: center;
        flex-direction: row;
    }
}
.apply-counter .title {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 0;
}
.apply-counter .title .odometer-auto-theme {
    font-family: var(--lt-ff-heading);
    line-height: 1;
}
.apply-counter .title .odometer-digit-spacer {
    width: 33px;
}
.apply-counter p {
    font-weight: 500;
    margin-bottom: 0;
    position: relative;
    padding-left: 30px;
}
.apply-counter p:before {
    background-color: var(--lt-color-theme-primary);
    content: '';
    height: 17px;
    width: 17px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.apply-counter.item-2 .title .odometer-digit-spacer {
    width: 100%;
}

/* !END: Theme Apply CSS */
/**----------------------------------------
START: Theme Feature CSS
----------------------------------------*/
.feature-section .section-heading .section-title {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
@media only screen and (max-width: 991px) {
    .feature-section .section-heading .section-title {
        max-width: 500px;
    }
}

.feature-item .feature-icon {
    font-size: 60px;
    color: var(--lt-color-heading-primary);
    padding: 10px 30px;
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}
.feature-item .feature-icon:before {
    background-color: rgba(254, 86, 36, 0.1);
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.feature-item .title {
    font-weight: 600;
    margin-bottom: 15px;
}
.feature-item .title a:hover {
    color: var(--lt-color-theme-primary);
}
.feature-item p:last-child {
    margin-bottom: 0;
}
.feature-item:hover .feature-icon:before {
    width: 100%;
}

.feature-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}
@media only screen and (max-width: 991px) {
    .feature-btn {
        margin-top: 50px;
    }
}

/* !END: Theme Feature CSS */
/**----------------------------------------
START: Theme Request CSS
----------------------------------------*/
.request-section {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.req-content {
    margin-right: 20px;
}
@media only screen and (max-width: 991px) {
    .req-content {
        margin-right: 0;
        max-width: 500px;
        width: 100%;
    }
}

.req-item {
    display: grid;
    grid-template-columns: 40px 1fr;
    grid-gap: 20px;
}
.req-item i {
    color: var(--lt-color-theme-primary);
    font-size: 46px;
}
.req-item .req-content .title {
    color: var(--lt-color-common-white);
}
.req-item .req-content p {
    color: var(--lt-color-common-white);
    max-width: 380px;
    width: 100%;
    margin-bottom: 0;
}
.req-item:not(:last-of-type) {
    margin-bottom: 35px;
}

.request-form-wrap {
    background-color: var(--lt-color-common-white);
    padding: 40px;
    margin-left: 40px;
}
@media only screen and (max-width: 991px) {
    .request-form-wrap {
        margin-left: 0;
        max-width: 640px;
        width: 100%;
        margin: 0 auto;
    }
}
.request-form-wrap .form-header {
    margin-bottom: 20px;
}

.logisec-contact-form .form-group {
    margin-bottom: 25px;
}
.logisec-contact-form .form-group .form-control {
    color: var(--lt-color-text-body);
    font-size: 14px;
    padding: 12px;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid var(--lt-color-border-1);
}
.logisec-contact-form .form-group .form-control:focus {
    box-shadow: none;
    border: 1px solid var(--lt-color-border-1);
}
.logisec-contact-form .form-group .form-control::-webkit-input-placeholder {
    font-size: 14px;
    color: var(--lt-color-text-body);
}
.logisec-contact-form .form-group .form-control:-moz-placeholder {
    font-size: 14px;
    color: var(--lt-color-text-body);
}
.logisec-contact-form .form-group .form-control::-moz-placeholder {
    font-size: 14px;
    color: var(--lt-color-text-body);
}
.logisec-contact-form .form-group .form-control:-ms-input-placeholder {
    font-size: 14px;
    color: var(--lt-color-text-body);
}
.logisec-contact-form .form-group .form-select option {
    padding: 10px;
}
.logisec-contact-form .range-slider-wrap {
    margin-bottom: 25px;
}
.logisec-contact-form .range-slider-wrap .range-slider-output {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logisec-contact-form .range-slider-wrap .range-line {
    accent-color: var(--lt-color-theme-primary);
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 5px;
    background-image: linear-gradient(#ff4500, #ff4500);
    background-size: 70% 100%;
    background-repeat: no-repeat;
    border: none;
    height: 6px;
}

/* !END: Theme Request CSS */
/**----------------------------------------
START: Theme Pricing CSS
----------------------------------------*/
.pricing-item {
    padding: 30px;
    border: 1px solid var(--lt-color-border-2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pricing-item .sub-title {
    color: var(--lt-color-theme-primary);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}
.pricing-item .title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--lt-color-border-2);
}
.pricing-item .title span {
    color: var(--lt-color-text-body);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}
.pricing-item .pricing-list {
    list-style: none;
    margin-bottom: 40px;
}
.pricing-item .pricing-list li {
    font-family: var(--lt-ff-body);
    font-size: 16px;
    color: var(--lt-color-text-body);
    display: flex;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pricing-item .pricing-list li:not(:last-of-type) {
    margin-bottom: 20px;
}
.pricing-item .pricing-list li i {
    color: var(--lt-color-theme-primary);
    margin-right: 10px;
}
.pricing-item .pricing-btn {
    width: 100%;
    text-align: center;
}
.pricing-item.active,
.pricing-item:hover {
    box-shadow: 0px 16px 40px 0px rgba(15, 27, 36, 0.1);
    border: 1px solid transparent;
}

/* !END: Theme Pricing CSS */
/**----------------------------------------
START: Theme Page Header CSS
----------------------------------------*/
.page-header {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
@media only screen and (max-width: 991px) {
    .page-header {
        padding: 80px 0;
    }
}

.page-header-content .title {
    color: var(--lt-color-common-white);
}
@media only screen and (max-width: 991px) {
    .page-header-content .title {
        font-size: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .page-header-content .title {
        font-size: 40px;
    }
}
.page-header-content .sub-title {
    margin-bottom: 0;
}
.page-header-content .sub-title a {
    color: var(--lt-color-common-white);
}
.page-header-content .sub-title a:hover {
    color: var(--lt-color-theme-primary);
}
.page-header-content .sub-title span {
    color: var(--lt-color-common-white);
}

/* !END: Theme Page Header CSS */

/**----------------------------------------
START: Theme Team Details CSS
----------------------------------------*/
@media only screen and (max-width: 767px) {
    .team-details-img {
        margin-bottom: 30px;
    }
}
.team-details-img img {
    width: 100%;
}

.team-author-details {
    padding-left: 30px;
}
@media only screen and (max-width: 991px) {
    .team-author-details {
        padding-left: 0;
    }
}
.team-author-details .title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
}
.team-author-details p {
    font-size: 16px;
    margin-bottom: 0;
}
.team-author-details .author-contact {
    list-style: none;
    margin: 30px 0;
    padding-top: 30px;
    border-top: 1px solid var(--lt-color-border-2);
}
.team-author-details .author-contact li {
    color: var(--lt-color-heading-primary);
    font-weight: 600;
    font-size: 16px;
}
.team-author-details .author-contact li:not(:last-of-type) {
    margin-bottom: 10px;
}
.team-author-details .author-contact li a {
    font-weight: 400;
    color: var(--lt-color-text-body);
    margin-left: 20px;
}
.team-author-details .author-contact li a:hover {
    color: var(--lt-color-theme-primary);
}
.team-author-details .author-social {
    list-style: none;
    margin-bottom: 30px;
}
.team-author-details .author-social li {
    display: inline-flex;
}
.team-author-details .author-social li:not(:last-of-type) {
    margin-right: 10px;
}
.team-author-details .author-social li a {
    font-size: 15px;
    color: var(--lt-color-theme-primary);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--lt-color-border-2);
}
.team-author-details .author-social li a:hover {
    background-color: var(--lt-color-theme-primary);
    color: var(--lt-color-common-white);
    border: 1px solid var(--lt-color-theme-primary);
}

.team-details-content {
    margin-top: 40px;
}
.team-details-content .details-box {
    margin-bottom: 35px;
}
.team-details-content .details-header {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
}
@media only screen and (max-width: 991px) {
    .team-details-content .details-header {
        font-size: 36px;
    }
}
@media only screen and (max-width: 767px) {
    .team-details-content .details-header {
        font-size: 30px;
    }
}
.team-details-content p {
    margin-bottom: 25px;
}
.team-details-content .details-list {
    margin-left: 18px;
    list-style: number;
}
.team-details-content .details-list li {
    color: var(--lt-color-heading-primary);
    font-size: 16px;
    font-weight: 400;
}
.team-details-content .desc {
    margin-bottom: 0;
}

/* !END: Theme Team Details CSS */
/**----------------------------------------
START: Theme Service Details CSS
----------------------------------------*/
.service-details-left {
    margin-right: 20px;
}
@media only screen and (max-width: 991px) {
    .service-details-left {
        margin-right: 0;
    }
}
.service-details-left .details-thumb-box {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 30px;
}
.service-details-left .details-thumb-box img {
    filter: blur(7.5px);
    width: 100%;
}
.service-details-left .details-thumb-box .overlay {
    background-color: rgb(0, 0, 0);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.service-details-left .details-thumb-box .thumb-content {
    text-align: center;
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.service-details-left .details-thumb-box .thumb-content .title {
    color: var(--lt-color-common-white);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.service-details-left .details-thumb-box .thumb-content .discount-box {
    background-color: var(--lt-color-common-white);
    padding: 15px;
    margin-bottom: 25px;
}
.service-details-left
    .details-thumb-box
    .thumb-content
    .discount-box
    .discount-title {
    font-weight: 400;
    margin-bottom: 0;
}
.service-details-left
    .details-thumb-box
    .thumb-content
    .discount-box
    .discount-title
    span {
    display: block;
    font-weight: 600;
}
.service-details-left .details-thumb-box .thumb-content .click {
    font-family: var(--lt-ff-heading);
    color: var(--lt-color-common-white);
    font-size: 20px;
    font-weight: 500;
}
.service-details-left .details-thumb-box .thumb-content .click:hover {
    color: var(--lt-color-theme-primary);
}

.details-list-wrap {
    padding: 30px;
    margin-bottom: 30px;
}
.details-list-wrap .title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}
.details-list-wrap .service-details-list {
    list-style: none;
}
.details-list-wrap .service-details-list li {
    font-size: 16px;
    line-height: 1;
}
.details-list-wrap .service-details-list li i {
    color: var(--lt-color-theme-primary);
    font-size: 15px;
    margin-right: 10px;
}
.details-list-wrap .service-details-list li:not(:last-of-type) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--lt-color-border-2);
}

.pdf-box-wrap .pdf-box {
    display: grid;
    align-items: center;
    grid-template-columns: 90px 1fr;
}
.pdf-box-wrap .pdf-box:not(:last-of-type) {
    margin-bottom: 20px;
}
.pdf-box-wrap .pdf-box .pdf-icon {
    background-color: var(--lt-color-heading-primary);
    color: var(--lt-color-common-white);
    font-size: 30px;
    height: 100px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pdf-box-wrap .pdf-box .pdf-content-wrap {
    display: flex;
    align-items: center;
    background-color: var(--lt-color-theme-primary);
    height: 100%;
}
.pdf-box-wrap .pdf-box .pdf-content-wrap .pdf-content {
    padding-left: 20px;
    margin-bottom: -5px;
}
.pdf-box-wrap .pdf-box .pdf-content-wrap .pdf-content .title {
    color: var(--lt-color-common-white);
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1;
}
.pdf-box-wrap .pdf-box .pdf-content-wrap .pdf-content a {
    color: var(--lt-color-common-white);
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}

.service-details-content {
    margin-left: 20px;
}
@media only screen and (max-width: 991px) {
    .service-details-content {
        margin-left: 0;
    }
}
.service-details-content .service-details-img {
    margin-bottom: 40px;
}
.service-details-content .service-details-img img {
    width: 100%;
}
.service-details-content .details-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .service-details-content .details-title {
        font-size: 30px;
    }
}
.service-details-content blockquote {
    background: var(--lt-color-common-white);
    font-family: var(--lt-ff-heading);
    color: var(--lt-color-text-body);
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    padding: 50px;
    margin: 30px 0;
    box-shadow: 0px 16px 40px 0px rgba(15, 27, 36, 0.1),
        4px 0px 0px 0px #fe5624 inset;
}
@media only screen and (max-width: 767px) {
    .service-details-content blockquote {
        padding: 30px;
    }
}
.service-details-content .details-item-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin: 40px 0;
    padding: 0 30px;
}
@media only screen and (max-width: 767px) {
    .service-details-content .details-item-wrap {
        grid-template-columns: 1fr;
    }
}
.service-details-content .details-item-wrap .details-item {
    display: flex;
}
.service-details-content .details-item-wrap .details-item .icon {
    font-size: 30px;
    color: var(--lt-color-theme-primary);
    margin-right: 15px;
}
.service-details-content .details-item-wrap .details-item .content .title {
    font-size: 24px;
    font-weight: 600;
}
.service-details-content .details-item-wrap .details-item .content p {
    margin-bottom: 0;
    max-width: 250px;
    width: 100%;
}
.service-details-content .details-list-wrap.wrap-2 {
    padding: 0;
    margin-top: 35px;
}
.service-details-content .details-list-wrap.wrap-2 ul {
    list-style: none;
}
.service-details-content .details-list-wrap.wrap-2 ul li {
    font-size: 16px;
    line-height: 1;
}
.service-details-content .details-list-wrap.wrap-2 ul li i {
    color: var(--lt-color-theme-primary);
    font-size: 15px;
    margin-right: 10px;
}
.service-details-content .details-list-wrap.wrap-2 ul li:not(:last-of-type) {
    margin-bottom: 30px;
}
.service-details-content .details-list-wrap.wrap-2 .list-img img {
    width: 100%;
}

/* !END: Theme Service Details CSS */

/**----------------------------------------
START: Theme project Details CSS
----------------------------------------*/
.project-list-wrap {
    padding: 40px 30px;
}
.project-list-wrap .title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--lt-color-border-1);
    position: relative;
}
.project-list-wrap .title:before {
    background-color: var(--lt-color-theme-primary);
    content: '';
    width: 50px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.project-list-wrap .project-list {
    list-style: none;
}
.project-list-wrap .project-list li {
    font-family: var(--lt-ff-heading);
    font-size: 18px;
    color: var(--lt-color-heading-primary);
    font-weight: 700;
}
.project-list-wrap .project-list li span {
    font-family: var(--lt-ff-p);
    font-size: 17px;
    display: block;
    font-weight: 400;
    color: var(--lt-color-text-body);
    margin-top: 8px;
    line-height: 1;
}
.project-list-wrap .project-list li:not(:last-of-type) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--lt-color-border-1);
}

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

.project-details-content .details-list li {
    color: var(--lt-color-text-body);
    font-weight: 400;
}

.project-details-content .details-list li:not(:last-of-type) {
    margin-bottom: 10px;
}

.project-details-item {
    padding-top: 50px;
}

.project-details-item .project-item .project-img {
    height: 530px;
}

.project-details-item .project-item .project-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* !END: Theme project Details CSS */
/**----------------------------------------
START: Theme Blog Details CSS
----------------------------------------*/
.blog-details-content {
    padding-right: 40px;
}
@media only screen and (max-width: 991px) {
    .blog-details-content {
        padding-right: 0;
    }
}
.blog-details-content .blog-details-img img {
    width: 100%;
}
.blog-details-content .blog-title-content .details-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
    .blog-details-content .blog-title-content .details-title {
        font-size: 30px;
    }
}
.blog-details-content blockquote {
    background: var(--lt-color-common-white);
    box-shadow: 0px 16px 40px 0px rgba(15, 27, 36, 0.1),
        4px 0px 0px 0px #fe5624 inset;
    padding: 40px;
    font-size: 16px;
    font-weight: 500;
    color: var(--lt-color-text-body);
    font-style: italic;
    margin: 30px 0 40px 0;
}
.blog-details-content blockquote span {
    font-family: var(--lt-ff-heading);
    color: var(--lt-color-heading-primary);
    font-weight: 700;
    display: block;
    font-style: normal;
    padding-left: 30px;
    margin-top: 20px;
    position: relative;
    line-height: 1;
}
.blog-details-content blockquote span:before {
    background-color: var(--lt-color-theme-primary);
    content: '';
    width: 20px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.blog-details-content .details-video-content {
    margin-bottom: 60px;
}
@media only screen and (max-width: 991px) {
    .blog-details-content .details-video-content {
        margin-bottom: 40px;
    }
}
.blog-details-content .details-video-content .details-video-thumb {
    position: relative;
    margin-bottom: 30px;
}
.blog-details-content .details-video-content .details-video-thumb img {
    width: 100%;
}
.blog-details-content .details-video-content .details-video-thumb a {
    background-color: #cd201f;
    font-size: 20px;
    color: var(--lt-color-common-white);
    padding: 15px 35px;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.blog-details-content .details-video-content .title {
    font-weight: 700;
    margin-bottom: 15px;
}
.blog-details-content .layout-social-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
}
.blog-details-content .layout-social-box .box-left {
    display: flex;
    align-items: center;
}
.blog-details-content .layout-social-box .box-left .tag {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    margin-right: 15px;
}
.blog-details-content .layout-social-box .box-left ul {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 10px;
}
.blog-details-content .layout-social-box .box-left ul li:not(:last-of-type) {
    margin-right: 10px;
}
.blog-details-content .layout-social-box .box-left ul li a {
    background-color: var(--lt-color-grey-1);
    font-family: var(--lt-ff-heading);
    font-size: 14px;
    font-weight: 500;
    padding: 7px 20px;
    color: var(--lt-color-heading-primary);
}
.blog-details-content .layout-social-box .box-left ul li a:hover {
    background-color: var(--lt-color-theme-primary);
    color: var(--lt-color-common-white);
}
.blog-details-content .layout-social-box .box-right {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.blog-details-content .layout-social-box .box-right .share {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}
.blog-details-content .layout-social-box .box-right .social-list {
    list-style: none;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.blog-details-content .layout-social-box .box-right .social-list li a {
    background-color: #2e4e9c;
    font-size: 16px;
    color: var(--lt-color-common-white);
    width: 40px;
    height: 40px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.blog-details-content
    .layout-social-box
    .box-right
    .social-list
    li:nth-child(2)
    a {
    background-color: #229ef2;
}
.blog-details-content
    .layout-social-box
    .box-right
    .social-list
    li:nth-child(3)
    a {
    background-color: #0681ba;
}
.blog-details-content
    .layout-social-box
    .box-right
    .social-list
    li:nth-child(4)
    a {
    background-color: #eb044f;
}
.blog-details-content .next-prev-post {
    background-color: var(--lt-color-grey-1);
    padding: 40px;
    margin: 50px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.blog-details-content .next-prev-post:before {
    background: rgba(15, 27, 36, 0.1);
    content: '';
    height: 60px;
    width: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
    .blog-details-content .next-prev-post:before {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .blog-details-content .next-prev-post {
        padding: 40px 20px;
        column-gap: 30px;
    }
}
.blog-details-content .next-prev-post .post-wrap .post-btn {
    font-size: 14px;
    background-color: var(--lt-color-common-white);
    padding: 5px 20px;
    display: inline-block;
    margin-bottom: 10px;
}
.blog-details-content .next-prev-post .post-wrap .post-btn:hover {
    background-color: var(--lt-color-theme-primary);
    color: var(--lt-color-common-white);
}
.blog-details-content .next-prev-post .post-wrap .post-title {
    font-size: 15px;
    font-weight: 600;
    color: var(--lt-color-heading-primary);
    display: block;
}
.blog-details-content .next-prev-post .post-wrap.next-post {
    text-align: right;
}
.blog-details-content .comment-area {
    margin-bottom: 40px;
}
.blog-details-content .comment-area .comment-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
}
.blog-details-content .comment-area .comment-item {
    background-color: var(--lt-color-grey-1);
    display: grid;
    grid-template-columns: 50px 1fr;
    grid-gap: 30px;
    padding: 30px;
}
.blog-details-content .comment-area .comment-item:not(:last-of-type) {
    margin-bottom: 30px;
}
.blog-details-content .comment-area .comment-item.item-2 {
    margin-left: 75px;
}
@media only screen and (max-width: 767px) {
    .blog-details-content .comment-area .comment-item.item-2 {
        margin-left: 30px;
    }
}
.blog-details-content .comment-area .comment-item .comment-thumb img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.blog-details-content .comment-area .comment-item .comment-info .author {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
.blog-details-content .comment-area .comment-item .comment-info .author span {
    font-family: var(--lt-ff-p);
    font-size: 14px;
    color: var(--lt-color-text-body);
    display: block;
    font-weight: 400;
    margin-top: 10px;
}
.blog-details-content .comment-area .comment-item .comment-info p {
    font-size: 14px;
    max-width: 485px;
    width: 100%;
}
.blog-details-content .comment-area .comment-item .comment-info .reply {
    border: 1px solid var(--lt-color-border-1);
    font-size: 13px;
    padding: 8px 20px;
    display: inline-block;
    line-height: 1;
}
.blog-details-content .comment-area .comment-item .comment-info .reply:hover {
    background-color: var(--lt-color-theme-primary);
    border: 1px solid var(--lt-color-theme-primary);
    color: var(--lt-color-common-white);
}
.blog-details-content .blog-form-wrap .form-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.blog-details-content .blog-form-wrap p {
    margin-bottom: 20px;
}
.blog-details-content .blog-form-wrap .form-group .form-control {
    box-shadow: none;
    border: 1px solid var(--lt-color-border-1);
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 0;
}
.blog-details-content
    .blog-form-wrap
    .form-group
    .form-control::-webkit-input-placeholder {
    color: var(--lt-color-heading-primary);
    font-size: 14px;
    font-weight: 500;
}
.blog-details-content
    .blog-form-wrap
    .form-group
    .form-control:-moz-placeholder {
    color: var(--lt-color-heading-primary);
    font-size: 14px;
    font-weight: 500;
}
.blog-details-content
    .blog-form-wrap
    .form-group
    .form-control::-moz-placeholder {
    color: var(--lt-color-heading-primary);
    font-size: 14px;
    font-weight: 500;
}
.blog-details-content
    .blog-form-wrap
    .form-group
    .form-control:-ms-input-placeholder {
    color: var(--lt-color-heading-primary);
    font-size: 14px;
    font-weight: 500;
}

.sidebar-widget {
    background-color: var(--lt-color-grey-1);
    padding: 30px;
}
.sidebar-widget:not(:last-of-type) {
    margin-bottom: 30px;
}
.sidebar-widget .widget-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}
.sidebar-widget .search-box {
    position: relative;
}
.sidebar-widget .search-box .form-control {
    box-shadow: none;
    border: 1px solid var(--lt-color-border-1);
    padding: 15px;
    padding-left: 45px;
    margin-bottom: 20px;
    border-radius: 0;
}
.sidebar-widget .search-box .form-control::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 500;
}
.sidebar-widget .search-box .form-control:-moz-placeholder {
    font-size: 14px;
    font-weight: 500;
}
.sidebar-widget .search-box .form-control::-moz-placeholder {
    font-size: 14px;
    font-weight: 500;
}
.sidebar-widget .search-box .form-control:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 500;
}
.sidebar-widget .search-box .search-btn {
    font-size: 13px;
    position: absolute;
    top: 53%;
    left: 22px;
    transform: translateY(-50%);
}
.sidebar-widget .category-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sidebar-widget .category-list li a {
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}
.sidebar-widget .category-list li a:hover {
    color: var(--lt-color-theme-primary);
}
.sidebar-widget .category-list li span {
    font-size: 16px;
    color: var(--lt-color-theme-primary);
}
.sidebar-widget .category-list li:not(:last-of-type) {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--lt-color-border-1);
}
.sidebar-widget .sidebar-post {
    display: grid;
    align-items: center;
    grid-template-columns: 90px 1fr;
    grid-gap: 10px;
}
.sidebar-widget .sidebar-post:not(:last-of-type) {
    margin-bottom: 15px;
}
.sidebar-widget .sidebar-post .post-content {
    padding: 0;
    border: none;
}
.sidebar-widget .sidebar-post .post-content .post-meta {
    margin-bottom: 10px;
}
.sidebar-widget .sidebar-post .post-content .title {
    font-size: 16px;
    margin-bottom: 0;
}
.sidebar-widget .tags {
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 10px;
}
.sidebar-widget .tags li a {
    background-color: var(--lt-color-common-white);
    color: var(--lt-color-heading-primary);
    font-family: var(--lt-ff-heading);
    font-size: 14px;
    font-weight: 500;
    padding: 7px 20px;
    display: inline-block;
    border: 1px solid var(--lt-color-border-1);
}
.sidebar-widget .tags li a:hover {
    background-color: var(--lt-color-theme-primary);
    color: var(--lt-color-common-white);
}

/* !END: Theme Blog Details CSS */
/**----------------------------------------
START: Theme Contact CSS
----------------------------------------*/
.contact-item {
    border: 1px solid var(--lt-color-border-1);
    padding: 40px;
}
.contact-item .icon {
    background-color: rgba(254, 86, 36, 0.1);
    font-size: 25px;
    color: var(--lt-color-theme-primary);
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 20px;
}
.contact-item .title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}
.contact-item .number {
    font-family: var(--lt-ff-heading);
    color: var(--lt-color-heading-primary);
    font-size: 25px;
    font-weight: 600;
    display: block;
    margin-bottom: 20px;
}
.contact-item .contact-btn {
    background-color: var(--lt-color-grey-1);
    font-family: var(--lt-ff-heading);
    font-size: 14px;
    font-weight: 500;
    padding: 7px 20px;
    color: var(--lt-color-heading-primary);
}
.contact-item .contact-btn:hover {
    background-color: var(--lt-color-theme-primary);
    color: var(--lt-color-common-white);
}
.contact-item.item-2 {
    background-color: var(--lt-color-heading-primary);
}
.contact-item.item-2 .header {
    color: var(--lt-color-common-white);
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.contact-item.item-2 .contact-list {
    list-style: none;
}
.contact-item.item-2 .contact-list li {
    color: var(--lt-color-common-white);
    font-family: var(--lt-ff-heading);
    font-size: 16px;
    font-weight: 500;
}
.contact-item.item-2 .contact-list li span {
    font-size: 16px;
    font-family: var(--lt-ff-body);
    display: block;
    font-weight: 400;
}
.contact-item.item-2 .contact-list li a {
    font-size: 16px;
    font-family: var(--lt-ff-body);
    display: block;
    font-weight: 400;
}
.contact-item.item-2 .contact-list li:not(:last-of-type) {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-form-area .section-title {
    line-height: 1;
}

.contact-form .form-control {
    box-shadow: none;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid var(--lt-color-border-1);
    border-radius: 0;
}
.contact-form .submit-btn {
    margin-top: 40px;
}
@media only screen and (max-width: 767px) {
    .contact-form .submit-btn {
        margin-top: 20px;
    }
}

/* !END: Theme Contact CSS */
/**----------------------------------------
START: Home 4 CSS
----------------------------------------*/
.header-4 .header {
    position: relative;
    z-index: 99;
}
.header-4 .header .top-bar {
    background-color: var(--lt-color-heading-primary);
}
.header-4 .header .top-bar .top-bar-inner .top-bar-list li {
    font-size: 14px;
}
.header-4 .header .top-bar .top-bar-inner .top-bar-list li i {
    color: var(--lt-color-theme-primary);
}
.header-4 .header .top-bar .top-bar-inner .top-bar-right .top-social li a {
    color: rgba(255, 255, 255, 0.7);
}
.header-4
    .header
    .top-bar
    .top-bar-inner
    .top-bar-right
    .top-social
    li
    a:hover {
    color: var(--lt-color-common-white);
}
.header-4 .header .primary-header {
    background-color: var(--lt-color-common-white);
}
.header-4 .header .primary-header-inner .header-right .lang-icon {
    font-size: 18px;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .header-4 .header .primary-header-inner .header-right .lang-icon {
        margin-right: 20px;
    }
}
.header-4 .header .primary-header-inner .header-right .lang-icon a {
    color: var(--lt-color-heading-primary);
}
.header-4 .header .primary-header-inner .header-right .lang-icon span {
    background-color: var(--lt-color-theme-primary);
    color: var(--lt-color-common-white);
    font-size: 10px;
    height: 18px;
    width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    right: -8px;
}
.header-4 .header .primary-header-inner .header-right .lang-icon {
    cursor: pointer;
}
.header-4 .header .primary-header-inner .header-right .lang-dropdown {
    position: absolute;
    top: 150%;
    right: 0;
    background-color: var(--lt-color-common-white);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 999;
    margin-top: 10px;
    min-width: 100px;
}
.header-4 .header .primary-header-inner .header-right .lang-dropdown.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.header-4 .header .primary-header-inner .header-right .lang-dropdown .sub-menu {
    list-style: none;
    padding: 10px 0;
    margin: 0;
}
.header-4
    .header
    .primary-header-inner
    .header-right
    .lang-dropdown
    .sub-menu
    li {
    padding: 0;
}
.header-4
    .header
    .primary-header-inner
    .header-right
    .lang-dropdown
    .sub-menu
    li
    a {
    display: block;
    padding: 8px 20px;
    color: var(--lt-color-heading-primary);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
}
.header-4
    .header
    .primary-header-inner
    .header-right
    .lang-dropdown
    .sub-menu
    li
    a:hover {
    background-color: var(--lt-color-theme-primary);
    color: var(--lt-color-common-white);
}
.header-4 .header .primary-header-inner .header-right .lang-link {
    color: var(--lt-color-heading-primary);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s ease;
    text-transform: uppercase;
}
.header-4 .header .primary-header-inner .header-right .lang-link:hover {
    color: var(--lt-color-theme-primary);
}
.header-4 .header .primary-header-inner .header-right .lang-link.active {
    color: var(--lt-color-theme-primary);
    font-weight: 600;
}
.header-4 .header .primary-header-inner .header-right .separator {
    color: var(--lt-color-border-1);
    margin: 0 8px;
    font-size: 14px;
}
@media only screen and (max-width: 767px) {
    .header-4 .header .primary-header-inner .header-right .lang-link {
        font-size: 12px;
    }
    .header-4 .header .primary-header-inner .header-right .separator {
        margin: 0 5px;
    }
}
.header-4 .header .primary-header-inner .header-right .search-icon {
    font-size: 18px;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid var(--lt-color-border-1);
}
@media only screen and (max-width: 767px) {
    .header-4 .header .primary-header-inner .header-right .search-icon {
        border-left: none;
        padding-left: 0;
        margin-left: 0;
    }
}

.header-4 .sticky-header-wrap.fixed .primary-header-inner {
    padding-left: 0;
    padding-right: 0;
}
.header-4
    .sticky-header-wrap.fixed
    .primary-header-inner
    .header-right
    .lang-icon {
    font-size: 18px;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .header-4
        .sticky-header-wrap.fixed
        .primary-header-inner
        .header-right
        .lang-icon {
        display: none;
    }
}
.header-4
    .sticky-header-wrap.fixed
    .primary-header-inner
    .header-right
    .lang-icon
    a {
    color: var(--lt-color-heading-primary);
}
.header-4
    .sticky-header-wrap.fixed
    .primary-header-inner
    .header-right
    .lang-icon
    span {
    background-color: var(--lt-color-theme-primary);
    padding: 5px;

    color: var(--lt-color-common-white);
    font-size: 10px;
    height: 18px;
    width: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    right: -5px;
}

.header-4
    .sticky-header-wrap.fixed
    .primary-header-inner
    .header-right
    .lang-icon {
    cursor: pointer;
}
.header-4
    .sticky-header-wrap.fixed
    .primary-header-inner
    .header-right
    .lang-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: var(--lt-color-common-white);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 999;
    margin-top: 10px;
    min-width: 100px;
}
.header-4
    .sticky-header-wrap.fixed
    .primary-header-inner
    .header-right
    .lang-dropdown.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.header-4
    .sticky-header-wrap.fixed
    .primary-header-inner
    .header-right
    .lang-dropdown
    .sub-menu {
    list-style: none;
    padding: 10px 0;
    margin: 0;
}
.header-4
    .sticky-header-wrap.fixed
    .primary-header-inner
    .header-right
    .lang-dropdown
    .sub-menu
    li {
    padding: 0;
}
.header-4
    .sticky-header-wrap.fixed
    .primary-header-inner
    .header-right
    .lang-dropdown
    .sub-menu
    li
    a {
    display: block;
    padding: 8px 20px;
    color: var(--lt-color-heading-primary);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
}
.header-4
    .sticky-header-wrap.fixed
    .primary-header-inner
    .header-right
    .lang-dropdown
    .sub-menu
    li
    a:hover {
    background-color: var(--lt-color-theme-primary);
    color: var(--lt-color-common-white);
}
.header-4 .sticky-header-wrap.fixed .primary-header-inner .header-right .lang-link {
    color: var(--lt-color-heading-primary);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s ease;
    text-transform: uppercase;
}
.header-4 .sticky-header-wrap.fixed .primary-header-inner .header-right .lang-link:hover {
    color: var(--lt-color-theme-primary);
}
.header-4 .sticky-header-wrap.fixed .primary-header-inner .header-right .lang-link.active {
    color: var(--lt-color-theme-primary);
    font-weight: 600;
}
.header-4 .sticky-header-wrap.fixed .primary-header-inner .header-right .separator {
    color: var(--lt-color-border-1);
    margin: 0 8px;
    font-size: 14px;
}
@media only screen and (max-width: 767px) {
    .header-4 .sticky-header-wrap.fixed .primary-header-inner .header-right .lang-link {
        font-size: 12px;
    }
    .header-4 .sticky-header-wrap.fixed .primary-header-inner .header-right .separator {
        margin: 0 5px;
    }
}
.header-4
    .sticky-header-wrap.fixed
    .primary-header-inner
    .header-right
    .search-icon {
    font-size: 18px;
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid var(--lt-color-border-1);
}
@media only screen and (max-width: 767px) {
    .header-4
        .sticky-header-wrap.fixed
        .primary-header-inner
        .header-right
        .search-icon {
        border-left: none;
        padding-left: 0;
        margin-left: 0;
    }
}

.slider-3 {
    position: relative;
    z-index: 1;
}
.slider-3 .shape {
    position: absolute;
    top: 0;
    right: 0;
}

.slider-3 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.5;
    background-image: linear-gradient(
        180deg,
        rgba(15, 27, 36, 0) 0%,
        var(--lt-color-theme-primary) 100%
    );
}

@media only screen and (max-width: 767px) {
    .slider-3 .slider-item .slide-img-wrap {
        height: 600px;
    }
}
.slider-3 .slider-item .slider-content-wrap {
    margin-top: 0;
}
.slider-3 .slider-item .slider-content-wrap .slider-content-inner {
    padding-right: 0;
}
.slider-3 .slider-item .slider-content-wrap .slider-content .actie-caption {
    margin-bottom: 20px;
}
.slider-3 .slider-item .slider-content-wrap .slider-content .slider-desc {
    margin-bottom: 50px;
}
.slider-3 .slider-item .slider-content-wrap .slider-content .slider-desc p {
    color: var(--lt-color-common-white);
    font-size: 20px;
    max-width: 670px;
    width: 100%;
    line-height: 1.8;
}
@media only screen and (max-width: 767px) {
    .slider-3 .slider-item .slider-content-wrap .slider-content .slider-desc p {
        font-size: 16px;
    }
}
.slider-3 .actie-slider .actie-swiper-pagination {
    left: auto !important;
    right: 80px !important;
}

.slider-3 .lt-primary-btn {
    border: 1px solid var(--lt-color-border-3);
}

.service-wrap-4 {
    position: relative;
}
.service-wrap-4 .img-1 {
    position: absolute;
    top: 70px;
    left: -19%;
}
.service-wrap-4 .img-2 {
    position: absolute;
    top: 35%;
    right: -20%;
}
@media only screen and (max-width: 767px) {
    .service-wrap-4 .img-2 {
        display: none;
    }
}

.service-item-4 {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 24px 0;
}

.service-item-4.item-content-1 {
    border-radius: 0;
}

.service-item-4 .service-img {
    height: 270px;
    position: relative;
}
.relative {
    position: relative;
}

.z-index-10 {
    z-index: 10;
}
.max-z-index {
    z-index: 9999;
}

.gradient-overlay::after {
    z-index: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(15, 27, 36, 0) 0%, #0f1b24 100%);
}
.service-item-4 .service-img .overlay {
    background: linear-gradient(180deg, rgba(15, 27, 36, 0) 0%, #0f1b24 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.service-item-4 .service-img .hover-overlay {
    background: linear-gradient(
        180deg,
        rgba(254, 86, 36, 0) 0%,
        var(--lt-color-theme-primary) 100%
    );
    width: 100%;
    height: 100%;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
}
.service-item-4 .service-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.service-item-4 .title {
    color: var(--lt-color-common-white);
    font-size: 24px;
    margin-bottom: 0;
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.service-item-4 .title:hover {
    text-decoration: underline;
}
.service-item-4:hover .service-img .overlay {
    visibility: hidden;
    opacity: 0;
}
.service-item-4:hover .service-img .hover-overlay {
    visibility: visible;
    opacity: 1;
    top: 0;
}
@media (max-width: 1170px) {
    .service-item-4.item-content-1 .section-title {
        font-size: 40px;
    }
}
@media only screen and (max-width: 991px) {
    .service-item-4.item-content-1 .section-title {
        font-size: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .service-item-4.item-content-1 .section-title {
        font-size: 24px;
    }
}
.service-item-4.item-content {
    background-color: #fff2ee;
    height: 100%;
}
.service-item-4.item-content .item-content-wrap {
    display: flex;
    align-items: center;
    padding: 30px;
    justify-content: center;
    height: 100%;
}
.service-item-4.item-content .section-title {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .service-item-4.item-content .section-title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .about-content-4 {
        margin-bottom: 40px;
    }
}
.about-content-4 .section-heading {
    position: relative;
}
.about-content-4 .section-heading .about-text {
    font-size: 200px;
    font-weight: 700;
    color: rgba(15, 27, 36, 0.06);
    position: absolute;
    top: 40%;
    left: 0;
    transform: translateY(-50%);
    text-transform: uppercase;
    line-height: 1;
}
@media only screen and (max-width: 991px) {
    .about-content-4 .section-heading .about-text {
        font-size: 140px;
    }
}
@media only screen and (max-width: 767px) {
    .about-content-4 .section-heading .about-text {
        display: none;
    }
}
.about-content-4 .desc {
    border-left: 4px solid var(--lt-color-theme-primary);
    font-size: 16px;
    font-family: var(--lt-ff-heading);
    color: var(--lt-color-heading-primary);
    padding-left: 30px;
    margin-bottom: 40px;
}
.about-img-4 {
    border-radius: 24px 0;
    overflow: hidden;
    position: relative;
}
.about-img-4 img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--lt-color-theme-primary);
    z-index: 1;
}

@media only screen and (max-width: 991px) {
    .about-img-4 {
        text-align: center;
    }
}

.counter-section {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding: 80px 0;
}

.counter-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 25px;
    flex-wrap: wrap;
    row-gap: 25px;
}

.counter-item {
    position: relative;
}
.counter-item:before {
    background-color: transparent;
    content: '';
    width: 1px;
    height: 80px;
    position: absolute;
    top: 50%;
    right: -50%;
    transform: translateY(-50%);
    border: 1px dashed rgba(255, 255, 255, 0.3);
}
@media (max-width: 1170px) {
    .counter-item:before {
        right: -65%;
    }
}
@media only screen and (max-width: 991px) {
    .counter-item:before {
        display: none;
    }
}
.counter-item.item-2:before {
    display: none;
}
.counter-item .counter-icon {
    margin-bottom: 20px;
}
.counter-item .title {
    font-family: var(--lt-ff-heading);
    color: var(--lt-color-common-white);
    font-size: 48px;
    font-weight: 700;
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 767px) {
    .counter-item .title {
        font-size: 36px;
    }
}
.counter-item .title .odometer-auto-theme {
    font-family: inherit;
}
.counter-item .title .odometer-digit-spacer {
    padding-right: 5px;
}
.counter-item p {
    color: var(--lt-color-common-white);
    margin-bottom: 0;
}

.project-section-5 {
    position: relative;
    z-index: 1;
}
.project-section-5 .shape {
    position: absolute;
    top: 15%;
    left: 0;
}
@media only screen and (max-width: 767px) {
    .project-section-5 .shape {
        display: none;
    }
}

.project-item-3 {
    position: relative;
    z-index: 1;
}
.project-item-3 .popup-btn {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: 2;
}
.project-item-3 .popup-btn a {
    background-color: var(--lt-color-common-white);
    color: var(--lt-color-heading-primary);
    font-size: 20px;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.project-item-3 .project-img {
    position: relative;
    z-index: 1;
}
.project-item-3 .project-img .overlay {
    background-color: var(--lt-color-theme-primary);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.project-item-3 .project-content {
    background-color: var(--lt-color-common-white);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 15px;
    padding: 15px 20px;
    width: calc(100% - 40px);
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.project-item-3 .project-content .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
}
.project-item-3 .project-content .title span {
    color: var(--lt-color-theme-primary);
    font-size: 14px;
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
}
.project-item-3 .project-content .title a:hover {
    color: var(--lt-color-theme-primary);
}
.project-item-3 .project-content .project-btn a {
    background-color: var(--lt-color-theme-primary);
    color: var(--lt-color-common-white);
    font-size: 16px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.project-item-3:hover .popup-btn {
    transform: translate(-50%, -50%) scale(1);
}
.project-item-3:hover .project-img .overlay {
    visibility: visible;
    opacity: 0.9;
}

.project-carousel-3 .swiper-arrow .swiper-nav {
    background-color: var(--lt-color-common-white);
    color: var(--lt-color-heading-primary);
    border: 1px solid var(--lt-color-border-1);
    font-size: 20px;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -110px;
    bottom: auto;
    transform: translateY(-50%);
    z-index: 2;
}
.project-carousel-3 .swiper-arrow .swiper-nav.swiper-prev {
    left: auto;
    right: -110px;
}

/**
* Project Carousel 3 Styles
*/


.video-section-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 670px;
}
@media only screen and (max-width: 767px) {
    .video-section-3 {
        height: 400px;
    }
}

.video-wrap-3 {
    padding-bottom: 150px;
}
.video-wrap-3 a {
    background-color: var(--lt-color-common-white);
    color: var(--lt-color-theme-primary);
    font-size: 30px;
    position: relative;
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.video-wrap-3 a img {
    margin-left: 5px;
}

/**
* Project Request Form Area
*/


.request-form-area {
    position: relative;
    z-index: 2;
    margin-top: -200px;
}

.request-tab > div {
    padding: 0;
}
.request-tab .nav-item .nav-link {
    color: var(--lt-color-common-white);
    width: 100%;
    border-radius: 0;
    background-color: var(--lt-color-theme-primary);
    border: none;
    padding: 15px 0;
}
.request-tab .nav-item .nav-link.active {
    background-color: var(--lt-color-heading-primary);
    border: none;
}

.request-form-wrap-2 {
    background: #ffffff;
    box-shadow: 0px 16px 40px rgba(15, 27, 36, 0.1);
}
.request-form-wrap-2 .shipment-form {
    padding: 40px 50px;
    position: relative;
    z-index: 1;
}
.request-form-wrap-2 .shipment-form .form-map {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
@media only screen and (max-width: 767px) {
    .request-form-wrap-2 .shipment-form {
        padding: 30px 20px;
    }
}
.request-form-wrap-2 .shipment-form .form-item {
    margin-bottom: 30px;
}
.request-form-wrap-2 .shipment-form .form-item .title {
    margin-bottom: 20px;
}
.request-form-wrap-2 .shipment-form .form-item .form-control {
    color: var(--lt-color-text-body);
    padding: 14.5px 20px;
    box-shadow: none;
    border: 1px solid var(--lt-color-border-1);
    border-radius: 0;
}
@media only screen and (max-width: 767px) {
    .request-form-wrap-2 .shipment-form .form-item .form-control {
        margin-bottom: 20px;
    }
}
.request-form-wrap-2 .radio-btn-wrap {
    display: flex;
    align-items: center;
    column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 10px;
    margin-top: 40px;
}
.request-form-wrap-2 .radio-btn-wrap .shipping-option {
    display: flex;
    align-items: center;
    column-gap: 5px;
}
.request-form-wrap-2 .radio-btn-wrap .shipping-option input {
    color: var(--lt-color-theme-primary);
}
.request-form-wrap-2 .radio-btn-wrap .shipping-option label {
    cursor: pointer;
    color: var(--lt-color-heading-primary);
}
.request-form-wrap-2 .submit-btn {
    margin-top: 50px;
}
.request-form-wrap-2 .submit-btn .lt-primary-btn {
    width: 100%;
    justify-content: center;
}

.team-item-2 {
    position: relative;
}
.team-item-2 .team-thumb {
    height: 370px;
    width: 100%;
    position: relative;
}
.team-item-2 .team-thumb .overlay {
    background: linear-gradient(180deg, rgba(15, 27, 36, 0) 0%, #0f1b24 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-item-2 .team-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.team-item-2 .team-content {
    position: absolute;
    left: 20px;
    bottom: 10px;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-item-2 .team-content .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}
.team-item-2 .team-content .title a {
    color: var(--lt-color-common-white);
}
.team-item-2 .team-content .title a:hover {
    color: var(--lt-color-theme-primary);
}
.team-item-2 .team-content span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    font-weight: 40;
}
.team-item-2 .team-social {
    list-style: none;
    position: absolute;
    top: 20px;
    right: 10px;
    z-index: 2;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-item-2 .team-social li {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-item-2 .team-social li:not(:last-of-type) {
    margin-bottom: 10px;
}
.team-item-2 .team-social li a {
    background-color: var(--lt-color-common-white);
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--lt-color-heading-primary);
    border-radius: 50%;
}
.team-item-2 .team-social li a:hover {
    background-color: var(--lt-color-theme-primary);
    color: var(--lt-color-common-white);
}
.team-item-2:hover .team-thumb .overlay {
    bottom: 0;
    visibility: visible;
    opacity: 1;
}
.team-item-2:hover .team-content {
    bottom: 20px;
    visibility: visible;
    opacity: 1;
}
.team-item-2:hover .team-social {
    right: 20px;
    visibility: visible;
    opacity: 1;
}

.faq-section {
    position: relative;
}
.faq-section .faq-shape {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

@media only screen and (max-width: 991px) {
    .faq-content-right {
        margin-top: 30px;
    }
}
.faq-content-right .section-heading .section-title {
    margin-bottom: 30px;
}
.faq-content-right .section-heading p {
    margin-bottom: 40px;
}


.testimonial-carousel-3 {
    overflow: visible;
}

.testi-item-4 {
    padding: 0;
}
.testi-item-4 .testi-top-content {
    background-color: var(--lt-color-common-white);
    box-shadow: 0px 16px 30px rgba(15, 27, 36, 0.1);
    padding: 30px 20px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}
.testi-item-4 .testi-top-content:before {
    background-color: var(--lt-color-common-white);
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -10px;
    left: 40px;
    transform: rotate(45deg);
    z-index: -1;
}
.testi-item-4 .testi-top-content p {
    font-size: 18px;
    margin-bottom: 0;
}
.testi-item-4 .testi-author .review {
    margin-top: 10px;
}
.testi-item-4 .testi-author .review li:not(:last-of-type) {
    margin-right: 0;
}

.post-card .post-thumb {
    max-height: 200px;
    object-fit: cover;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.post-card .post-thumb .date {
    background-color: var(--lt-color-theme-primary);
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2;
    padding: 10px;
}
.post-card .post-thumb .date h4 {
    color: var(--lt-color-common-white);
    text-align: center;
    margin-bottom: 0;
}
.post-card .post-thumb .date h4 span {
    display: block;
}

/* !END: Home 4 CSS */
/**----------------------------------------

START: Home 5 CSS
----------------------------------------*/

.about-counter-wrap {
    padding-left: 20px;
}
.about-counter-wrap .about-counter-item:not(:last-of-type) {
    margin-bottom: 20px;
    padding-bottom: 25px;
    border-bottom: 1px dashed var(--lt-color-border-1);
}
.about-counter-wrap .about-counter-item .title {
    font-size: 48px;
    color: var(--lt-color-theme-primary);
    line-height: 1;
}
.about-counter-wrap .about-counter-item .title .odometer-auto-theme {
    font-family: var(--lt-ff-heading);
    line-height: 1;
}
.about-counter-wrap .about-counter-item .title .odometer-digit-spacer {
    padding-right: 4px;
}
.about-counter-wrap .about-counter-item p {
    margin-bottom: 0;
    line-height: 1;
}
.about-counter-wrap .about-counter-item.item-2 .title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-section-5 {
    position: relative;
    z-index: 1;
}
.service-section-5 .section-heading {
    margin-bottom: 0px;
}
.service-section-5 .plane {
    position: absolute;
    top: 10%;
    right: 50px;
    z-index: -1;
}
@media only screen and (max-width: 767px) {
    .service-section-5 .plane {
        display: none;
    }
}

.service-carousel-2 {
    padding: 40px 20px;
    padding-bottom: 80px;
}
.service-carousel-2 .swiper-pagination .swiper-pagination-bullet {
    background-color: #c4c4c4;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    opacity: 1;
}
.service-carousel-2
    .swiper-pagination
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--lt-color-theme-primary);
    opacity: 1;
}

.service-item-5 {
    padding: 40px 25px;
    border: 1px solid var(--lt-color-border-1);
    transition: all 0.3s ease-in-out;
}
.service-item-5 .service-icon {
    height: 120px;
    width: 120px;
    border: 1px solid var(--lt-color-border-1);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
.service-item-5 .service-icon img {
    width: 75px;
    height: 75px;
}
.service-item-5 .service-content .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.service-item-5 .service-content .title a:hover {
    color: var(--lt-color-theme-primary);
}
.service-item-5 .service-content p:last-child {
    margin-bottom: 0;
}
.service-item-5:hover {
    box-shadow: 0px 0px 20px rgba(15, 27, 36, 0.1);
    border: 1px solid transparent;
}

.video-2 .box {
    position: absolute;
    left: 0;
    bottom: 20px;
    z-index: -2;
}
@media only screen and (max-width: 767px) {
    .video-2 .box {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .skill-img {
        text-align: center;
        margin-bottom: 20px;
    }
}

.skills-item {
    overflow: hidden;
}
.skills-item:not(:last-of-type) {
    margin-bottom: 30px;
}
.skills-item .title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
    .skills-item .title {
        font-size: 18px;
    }
}
.skills-item .progress {
    height: 6px;
    overflow: visible;
    border-radius: 0;
}
.skills-item .progress .progress-bar {
    position: relative;
    background-color: var(--lt-color-theme-primary);
    overflow: visible;
}
.skills-item .progress .progress-bar span {
    font-size: 16px;
    font-weight: 500;
    background-repeat: no-repeat;
    color: var(--lt-color-heading-primary);
    padding: 10px 10px 20px 10px;
    position: absolute;
    top: -45px;
    right: -11px;
}
@media only screen and (max-width: 767px) {
    .skills-item .progress .progress-bar span {
        font-size: 18px;
        padding-top: 20px;
        top: -60px;
    }
}

.project-section-5 .project-container {
    max-width: 1790px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.project-item.item-2 .project-img {
    position: relative;
    z-index: 1;
}
.project-item.item-2 .project-img:before {
    background-color: #0f1b24;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0;
}
.project-item.item-2 .project-content {
    width: calc(100% - 200px);
    padding: 25px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background-color: var(--lt-color-common-white);
    z-index: 2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
@media (max-width: 1170px) {
    .project-item.item-2 .project-content {
        width: calc(100% - 50px);
    }
}
@media only screen and (max-width: 767px) {
    .project-item.item-2 .project-content {
        width: calc(100% - 40px);
        padding: 25px 0;
    }
}
.project-item.item-2 .project-content .title a {
    color: var(--lt-color-heading-primary);
}
.project-item.item-2 .project-content .title a:hover {
    color: var(--lt-color-theme-primary);
}
.project-item.item-2 .project-content span {
    color: var(--lt-color-theme-primary);
    margin-bottom: 0;
    line-height: 1;
    margin-top: 15px;
}
.project-item.item-2:hover .project-img:before {
    visibility: visible;
    opacity: 0.5;
}

.faq-section-5 {
    position: relative;
    z-index: 1;
}
.faq-section-5 .faq-shape {
    position: absolute;
    bottom: 50px;
    left: 0;
}
@media only screen and (max-width: 767px) {
    .faq-section-5 .faq-shape {
        display: none;
    }
}

.faq-heading {
    margin-bottom: 20px;
}

.faq-form .form-select,
.faq-form .form-control {
    background-color: var(--lt-color-grey-1);
    font-size: 14px;
    font-family: var(--lt-ff-heading);
    color: var(--lt-color-text-body);
    box-shadow: none;
    border: none;
    border-radius: 0;
    margin-bottom: 20px;
    padding: 14.5px 20px;
}
.faq-form .form-select {
    background-color: var(--lt-color-common-white);
    border: 1px solid var(--lt-color-border-1);
    border-radius: 0;
}
.faq-form .form-select option {
    padding: 10px;
    border-radius: 0;
}

.testi-item-wrap {
    text-align: center;
}
.testi-item-wrap .testi-item {
    position: relative;
    margin-bottom: 40px;
}
.testi-item-wrap .testi-item p {
    margin-bottom: 0;
}
.testi-item-wrap .testi-item .arrow {
    background-color: var(--lt-color-common-white);
    height: 40px;
    width: 40px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}
.testi-item-wrap .testi-author .author {
    margin-top: 20px;
    color: var(--lt-color-common-white);
    font-size: 22px;
    font-weight: 600;
}
.testi-item-wrap .testi-author .author span {
    font-size: 16px;
    display: block;
    font-weight: 400;
    margin-bottom: 8px;
}

.post-card.card-5 .post-content-wrap {
    border: none;
}
.post-card.card-5 .post-content-wrap .post-content {
    padding: 30px 0 20px 0;
    border: none;
}
.post-card.card-5 .post-content-wrap .post-content .title {
    max-width: 100%;
}
.post-card.card-5 .post-content-wrap .post-bottom {
    padding: 0;
    border: none;
}
.post-card.card-5:hover .post-content-wrap {
    box-shadow: none;
}

.cta-section-2 {
    background-color: var(--lt-color-heading-primary);
    position: relative;
    z-index: 1;
}
.cta-section-2 .bg-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

@media only screen and (max-width: 991px) {
    .cta-left-content {
        margin-bottom: 40px;
    }
}
.cta-left-content .section-heading .section-title {
    margin-bottom: 25px;
}
.cta-left-content .section-heading p {
    margin-bottom: 30px;
    max-width: 570px;
    width: 100%;
}
.cta-left-content .section-heading .lt-primary-btn:before {
    background-color: var(--lt-color-common-white);
}
.cta-left-content .section-heading .lt-primary-btn:hover {
    color: var(--lt-color-heading-primary);
}

.cta-right-content .cta-items .cta-item {
    display: grid;
    align-items: center;
    grid-template-columns: 70px 1fr;
    grid-gap: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 30px;
}
.cta-right-content .cta-items .cta-item:not(:last-of-type) {
    margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
    .cta-right-content .cta-items .cta-item {
        grid-template-columns: 1fr;
    }
}
.cta-right-content .cta-items .cta-item .icon {
    background-color: var(--lt-color-common-white);
    color: var(--lt-color-heading-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 70px;
    font-size: 26px;
    border-radius: 50%;
}
.cta-right-content .cta-items .cta-item .content span {
    font-family: var(--lt-ff-heading);
    font-size: 16px;
    color: var(--lt-color-common-white);
    margin-bottom: 10px;
    display: block;
}
.cta-right-content .cta-items .cta-item .content a {
    display: block;
    font-size: 24px;
    color: var(--lt-color-common-white);
    line-height: 1;
}
@media only screen and (max-width: 767px) {
    .cta-right-content .cta-items .cta-item .content a {
        font-size: 18px;
    }
}
.cta-right-content .cta-items .cta-item .content a:hover {
    color: var(--lt-color-theme-primary);
}

.footer-wrap.wrap-3 {
    border-bottom: 0;
}

.footer-widget.icon-left li a {
    position: relative;
    padding-left: 20px;
}
.footer-widget.icon-left li a:before {
    background-image: none;
    font-family: 'Font Awesome 6 Pro';
    color: var(--lt-color-theme-primary);
    font-size: 12px;
    font-weight: 700;
    content: '\f324';
    position: absolute;
    top: 48.5%;
    left: 0;
    transform: translateY(-50%);
}
.footer-widget .news-form {
    margin-bottom: 15px;
}
.footer-widget .news-form .form-control {
    padding: 14.5px 20px;
    box-shadow: none;
    border: 1px solid var(--lt-color-border-1);
    border-radius: 0;
}
.footer-widget .submit-btn .lt-primary-btn {
    width: 100%;
}

.copyright-area.area-3 {
    border-top: 1px solid var(--lt-color-border-1);
    position: relative;
}
.copyright-area.area-3 .footer-truck {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    width: 116px;
    height: 40px;
    position: absolute;
    top: -20px;
    right: 0;
    animation: running-anim 25s linear infinite;
}
@media only screen and (max-width: 767px) {
    .copyright-area.area-3 .footer-truck {
        display: none;
    }
}

.copyright-content {
    position: relative;
}

@-moz-keyframes running-anim {
    0% {
        right: 0;
    }
    100% {
        right: 100%;
    }
}
@-webkit-keyframes running-anim {
    0% {
        right: 0;
    }
    100% {
        right: 100%;
    }
}
@keyframes running-anim {
    0% {
        right: 0;
    }
    100% {
        right: 100%;
    }
}
@-moz-keyframes running-anim-left {
    0% {
        left: -5%;
    }
    100% {
        left: 100%;
    }
}
@-webkit-keyframes running-anim-left {
    0% {
        left: 0;
    }
    100% {
        left: 100%;
    }
}
@keyframes running-anim-left {
    0% {
        left: 0;
    }
    100% {
        left: 100%;
    }
}
@media only screen and (max-width: 991px) {
    .section-heading p br {
        display: none;
    }
}

/* !END: Home 4 CSS */
/**----------------------------------------
START: Theme Footer CSS
----------------------------------------*/
.footer-section {
    position: relative;
    overflow: hidden;
}
.footer-section .truck {
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    width: 100px;
    height: 73px;
    position: absolute;
    bottom: 50%;
    right: 80px;
    transform: translateY(50%);
}
@media (max-width: 1600px) {
    .footer-section .truck {
        right: 30px;
    }
}
@media (max-width: 1399px) {
    .footer-section .truck {
        right: 50px;
        bottom: 20%;
        transform: translateY(0);
    }
}
@media (max-width: 1170px) {
    .footer-section .truck {
        display: none;
    }
}

.footer-wrap {
    border-bottom: 1px solid var(--lt-color-border-1);
}
@media only screen and (max-width: 991px) {
    .footer-wrap {
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .footer-wrap {
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 991px) {
    .footer-widget {
        margin-bottom: 50px;
    }
}
.footer-widget .footer-logo img {
    margin-top: -5px;
    margin-bottom: 28px;
}
@media only screen and (max-width: 991px) {
    .footer-widget .footer-logo img {
        margin-bottom: 18px;
    }
}
.footer-widget p {
    margin-bottom: 30px;
    max-width: 320px;
    width: 100%;
}
.footer-widget .footer-social li {
    display: inline-flex;
}
.footer-widget .footer-social li:not(:last-of-type) {
    margin-right: 10px;
}
.footer-widget .footer-social li a {
    font-size: 15px;
    color: var(--lt-color-heading-primary);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--lt-color-border-1);
}
.footer-widget .footer-social li a:hover {
    background-color: var(--lt-color-theme-primary);
    color: var(--lt-color-common-white);
    border: 1px solid var(--lt-color-theme-primary);
}
.footer-widget .widget-header {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 35px;
    line-height: 1;
}
@media only screen and (max-width: 991px) {
    .footer-widget .widget-header {
        margin-bottom: 25px;
    }
}
.footer-widget .widget-list {
    list-style: none;
}
.footer-widget .widget-list li {
    color: var(--lt-color-text-body);
    font-size: 16px;
    font-weight: 400;
}
.footer-widget .widget-list li:not(:last-of-type) {
    margin-bottom: 10px;
}
.footer-widget .widget-list li a:hover {
    color: var(--lt-color-theme-primary);
}
.footer-widget .widget-list.adress-list li {
    display: grid;
    grid-template-columns: 16px 1fr;
    align-items: center;
    grid-gap: 10px;
}
@media (max-width: 1170px) {
    .footer-widget .widget-list.adress-list li {
        grid-template-columns: 1fr;
    }
}
@media only screen and (max-width: 991px) {
    .footer-widget .widget-list.adress-list li {
        grid-template-columns: 16px 1fr;
    }
}
.footer-widget .widget-list.adress-list li:nth-child(3) {
    align-items: baseline;
}
.footer-widget .widget-list.adress-list li:nth-child(3) i {
    margin-top: 2px;
}
.footer-widget .widget-list.adress-list li i {
    margin-right: 10px;
}
.footer-widget.item-2 {
    padding-left: 50px;
}
@media only screen and (max-width: 991px) {
    .footer-widget.item-2 {
        padding-left: 0;
    }
}

.copyright-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}
@media only screen and (max-width: 767px) {
    .copyright-content {
        flex-direction: column;
        row-gap: 10px;
        justify-content: center;
    }
}
.copyright-content p {
    margin-bottom: 0;
}
.copyright-content p span {
    color: var(--lt-color-heading-primary);
    font-weight: 500;
}
.copyright-content .copy-list li {
    display: inline-flex;
    line-height: 1;
}
.copyright-content .copy-list li:not(:last-of-type) {
    margin-right: 20px;
}
.copyright-content .copy-list li a {
    font-size: 16px;
}
.copyright-content .copy-list li a:hover {
    color: var(--lt-color-theme-primary);
}

/* Footer 2 */
.footer-2 {
    background-color: var(--lt-color-heading-primary);
}
.footer-2 .footer-wrap {
    border-bottom: 1px solid var(--lt-color-border-3);
}
.footer-2 .footer-widget p {
    color: var(--lt-color-common-white);
}
.footer-2 .footer-widget .footer-social li a {
    border: 1px solid var(--lt-color-border-3);
    color: var(--lt-color-common-white);
}
.footer-2 .footer-widget .widget-header {
    color: var(--lt-color-common-white);
}
.footer-2 .footer-widget .widget-list li {
    color: var(--lt-color-common-white);
}
.footer-2 .footer-widget .widget-list li a {
    color: var(--lt-color-common-white);
}
.footer-2 .footer-widget .widget-list li a:hover {
    color: var(--lt-color-theme-primary);
}

.copyright-content.content-2 p {
    color: var(--lt-color-common-white);
}
.copyright-content.content-2 p span {
    color: var(--lt-color-common-white);
}
.copyright-content.content-2 .copy-list li a {
    color: var(--lt-color-common-white);
}
.copyright-content.content-2 .copy-list li a:hover {
    color: var(--lt-color-theme-primary);
}

/* !END: Theme Footer CSS */

/*# sourceMappingURL=main.css.map */
