.home2 .slide-1 {
    background-image: linear-gradient(rgba(0, 0, 0, .46), rgba(0, 0, 0, .46)), var(--alkamak-slide-image);
}

.home2 .slide-2 {
    background-image: linear-gradient(rgba(0, 0, 0, .48), rgba(0, 0, 0, .48)), url('../../images/showroom/img-6286.webp');
}

.home2 .slide-3 {
    background-image: linear-gradient(rgba(0, 0, 0, .48), rgba(0, 0, 0, .48)), var(--alkamak-slide-3-image);
}

.home2.bestthing-section {
    background-attachment: fixed;
    background-color: #f2f4f5;
    background-image: linear-gradient(rgba(242, 244, 245, .58), rgba(242, 244, 245, .58)), var(--alkamak-section-image);
    background-position: center center, center center;
    background-repeat: no-repeat;
    background-size: 100% 100%, min(62vw, 980px) auto;
}

.home2.bestthing-section .bestthing-text-column h2,
.home2.bestthing-section .bestthing-text-column p {
    color: #111820;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .8);
}

@media (max-width: 1199px) {
    .home2.bestthing-section {
        background-attachment: scroll;
        background-position: center center, center calc(50% + var(--alkamak-parallax-y, 0px));
        background-size: 100% 100%, 88vw auto;
    }

    .home2.recent-project-section[data-mobile-parallax] {
        background-attachment: scroll;
        background-position: center center, center calc(50% + var(--alkamak-parallax-y, 0px));
        background-repeat: no-repeat;
        background-size: 100% 100%, auto max(100%, 100vh);
    }
}

.home2.recent-project-section,
.home4.recent-project-section {
    background-image: linear-gradient(rgba(0, 0, 0, .58), rgba(0, 0, 0, .58)), url('../../images/showroom/img-6286.webp');
}

#minimal-bootstrap-carousel.home2 .carousel-inner .item {
    background-size: cover !important;
    background-position: center center !important;
    position: relative;
}

#minimal-bootstrap-carousel.home2.carousel-fade .carousel-inner {
    background: #111;
    overflow: hidden;
}

#minimal-bootstrap-carousel.home2.carousel-fade .carousel-inner .item {
    backface-visibility: hidden;
    display: block;
    left: 0 !important;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: none !important;
    transition: opacity .9s ease-in-out !important;
    width: 100%;
    will-change: opacity;
    z-index: 0;
}

#minimal-bootstrap-carousel.home2.carousel-fade .carousel-inner .item.active {
    opacity: 1;
    position: relative;
    z-index: 2;
}

#minimal-bootstrap-carousel.home2.carousel-fade .carousel-inner .active.left,
#minimal-bootstrap-carousel.home2.carousel-fade .carousel-inner .active.right {
    opacity: 0;
    z-index: 1;
}

#minimal-bootstrap-carousel.home2.carousel-fade .carousel-inner .next.left,
#minimal-bootstrap-carousel.home2.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
    z-index: 3;
}

#minimal-bootstrap-carousel.home2 .carousel-caption {
    z-index: 3;
}

#minimal-bootstrap-carousel.home2 .carousel-caption h1,
#minimal-bootstrap-carousel.home2 .carousel-caption .alkamak-hero-title,
#minimal-bootstrap-carousel.home2 .carousel-caption p {
    color: #fff !important;
    text-shadow: 0 3px 18px rgba(0, 0, 0, .5);
}

#minimal-bootstrap-carousel.home2 .carousel-caption .alkamak-hero-title {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 65px;
    font-weight: 300;
    margin: 0 0 25px;
}

@media (max-width: 1199px) {
    #minimal-bootstrap-carousel.home2 .carousel-caption .alkamak-hero-title {
        font-size: 49px;
    }
}

@media (max-width: 991px) {
    #minimal-bootstrap-carousel.home2 .carousel-caption .alkamak-hero-title {
        font-size: 44px;
    }
}

@media (max-width: 767px) {
    #minimal-bootstrap-carousel.home2 .carousel-caption .alkamak-hero-title {
        font-size: 36px;
    }
}

.service-list-column a {
    background: #fff;
    display: block;
    height: 100%;
    overflow: hidden;
}

.service-list-column .image_hover {
    display: block;
    height: 245px;
    overflow: hidden;
    width: 100%;
}

.service-list-column img {
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    width: 100% !important;
}

.service-list-column .service-heading {
    min-height: 92px;
}

.service-list-column .service-manufactureicon,
.service-list-column .service-cncicon,
.service-list-column .service-chemicalicon,
.service-list-column .service-energyicon,
.service-list-column .service-oilicon,
.service-list-column .service-materialicon,
.service-list-column:hover .service-manufactureicon,
.service-list-column:hover .service-cncicon,
.service-list-column:hover .service-chemicalicon,
.service-list-column:hover .service-energyicon,
.service-list-column:hover .service-oilicon,
.service-list-column:hover .service-materialicon {
    background: none !important;
    position: relative;
}

.service-list-column .service-heading:before {
    color: #111820;
    font-family: FontAwesome;
    font-size: 42px;
    font-style: normal;
    font-weight: normal;
    left: 20px;
    line-height: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: color .2s ease;
}

.service-list-column:hover .service-heading:before {
    color: #14A3A0;
}

.service-list-column .service-manufactureicon:before {
    content: "\f1ad";
}

.service-list-column .service-cncicon:before {
    content: "\f013";
}

.service-list-column .service-chemicalicon:before {
    content: "\f0c2";
}

.service-list-column .service-energyicon:before {
    content: "\f0ad";
}

.service-list-column .service-oilicon:before {
    content: "\f1b2";
}

.service-list-column .service-materialicon:before {
    content: "\f085";
}

.home2.recent-project-section .gal-item,
.home2.recent-project-section .black-hover,
.home2.recent-project-section .image-zoom-on-hover {
    display: block;
    height: 310px;
    overflow: hidden;
    width: 100%;
}

.home2.recent-project-section .grid,
.home2.recent-project-section .img {
    min-height: 310px;
}

.home2.recent-project-section .gal-item img {
    height: 310px !important;
    object-fit: cover;
    object-position: center;
    width: 100% !important;
}

.alkamak-home-brands {
    padding: 24px 0 34px;
}

.alkamak-home-brands .head-section.client-head {
    display: flex;
    align-items: center;
    margin: 0 0 22px;
}

.alkamak-home-brands .head-section.client-head > [class*="col-"] {
    float: none;
}

.alkamak-home-brands .head-section.client-head h3 {
    margin: 0;
}

.alkamak-home-brands .head-section.client-head p {
    margin: 0;
}

.alkamak-brand-marquee {
    clear: both;
    float: left;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    padding: 4px 0 34px;
    position: relative;
    width: 100vw;
}

.projectsec2 .gal-item .vertical-align h5 {
    font-size: 17px;
    line-height: 1.35;
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
}

.home2.recent-project-section.projectsec2 {
    padding-top: 86px;
}

.alkamak-home-used-head {
    align-items: center;
    display: flex;
    gap: 28px;
    justify-content: space-between;
    margin: 0 0 28px;
    position: relative;
    z-index: 4;
}

.home2.recent-project-section .alkamak-home-used-head h3 {
    float: none;
    margin: 0;
    min-width: 250px;
}

.alkamak-home-used-tabs-wrap {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    min-width: 0;
    flex: 1 1 auto;
    position: relative;
}

.home2.recent-project-section .alkamak-home-used-tabs.nav-tabs {
    align-items: center;
    background: rgba(9, 17, 24, .72);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 999px;
    display: flex;
    float: none;
    gap: 4px;
    margin: 0;
    overflow: hidden;
    padding: 4px;
    width: auto;
}

.home2.recent-project-section .alkamak-home-used-tabs.nav-tabs > li {
    display: block;
    float: none;
    margin: 0;
}

.home2.recent-project-section .alkamak-home-used-tabs.nav-tabs > li > a {
    border: 0;
    border-radius: 999px;
    color: rgba(255, 255, 255, .82);
    display: block;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    max-width: 168px;
    overflow: hidden;
    padding: 12px 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home2.recent-project-section .alkamak-home-used-tabs.nav-tabs > li > a:hover,
.home2.recent-project-section .alkamak-home-used-tabs.nav-tabs > li.active > a,
.home2.recent-project-section .alkamak-home-used-tabs.nav-tabs > li.active > a:focus,
.home2.recent-project-section .alkamak-home-used-tabs.nav-tabs > li.active > a:hover {
    background: #14A3A0;
    color: #071014;
}

.alkamak-home-used-controls {
    align-items: center;
    display: flex;
    gap: 8px;
    flex: 0 0 auto;
    width: auto;
}

.alkamak-home-used-controls.is-hidden {
    visibility: hidden;
}

.alkamak-home-used-controls .next_prve_control {
    align-items: center;
    background: rgba(9, 17, 24, .78);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: 22px;
    height: 42px;
    justify-content: center;
    line-height: 1;
    margin: 0;
    opacity: 1;
    width: 42px;
}

.alkamak-home-used-controls .next_prve_control:hover,
.alkamak-home-used-controls .next_prve_control:focus {
    background: #14A3A0;
    border-color: #14A3A0;
    color: #071014;
}

.home2.recent-project-section .tab-content {
    clear: both;
    padding-top: 18px;
    position: relative;
}

.alkamak-brand-marquee:before,
.alkamak-brand-marquee:after {
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 80px;
    z-index: 2;
}

.alkamak-brand-marquee:before {
    display: none;
    left: 0;
}

.alkamak-brand-marquee:after {
    display: none;
    right: 0;
}

.alkamak-brand-track {
    align-items: center;
    animation: alkamakBrandMarquee 34s linear infinite;
    display: flex;
    gap: 20px;
    width: max-content;
}

.alkamak-brand-marquee:hover .alkamak-brand-track {
    animation-play-state: paused;
}

.alkamak-brand-item.image_hover {
    align-items: center;
    background: #fff;
    border: 1px solid #d9d9d9;
    display: flex;
    flex: 0 0 248px;
    height: 138px;
    justify-content: center;
    margin: 0;
    padding: 22px;
}

.alkamak-brand-item img {
    height: 94px !important;
    max-width: 196px;
    object-fit: contain;
    transform: none !important;
    width: 100% !important;
}

.alkamak-home-bulletin-grid {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
}

.alkamak-home-bulletin-card.news-column {
    float: none;
    margin: 0;
    max-width: 370px;
    padding: 0;
}

.alkamak-home-bulletin-count-1 .alkamak-home-bulletin-card {
    flex: 0 1 370px;
}

.alkamak-home-bulletin-count-2 .alkamak-home-bulletin-card {
    flex: 0 1 calc(50% - 14px);
}

.alkamak-home-bulletin-count-3 .alkamak-home-bulletin-card {
    flex: 0 1 calc(33.333% - 19px);
}

.alkamak-home-bulletin-count-4 .alkamak-home-bulletin-card {
    flex: 0 1 calc(25% - 21px);
}

.alkamak-home-bulletin-card .shadow_effect,
.alkamak-home-bulletin-card .enitre_mouse {
    display: block;
}

.alkamak-home-bulletin-card .shadow_effect {
    aspect-ratio: 370 / 253;
    overflow: hidden;
    position: relative;
}

.alkamak-home-bulletin-card .shadow_effect img {
    height: 100% !important;
    object-fit: cover;
    width: 100% !important;
}

.alkamak-home-bulletin-card .yellow-strip ul {
    min-width: 0;
    width: calc(100% - 76px);
}

.alkamak-home-bulletin-card.news-column .yellow-strip ul li,
.alkamak-home-bulletin-card.news-column .yellow-strip ul li:last-child,
.alkamak-home-bulletin-card .yellow-strip li {
    color: #111 !important;
    display: block;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.alkamak-home-bulletin-card .yellow-strip li:last-child {
    font-size: inherit;
    line-height: inherit;
    margin-top: 0;
}

@keyframes alkamakBrandMarquee {
    from {
        transform: translateX(-50%);
    }

    to {
        transform: translateX(0);
    }
}

@media (max-width: 767px) {
    #minimal-bootstrap-carousel.home2 .carousel-inner .item {
        min-height: 520px !important;
    }

    #minimal-bootstrap-carousel.home2 .carousel-caption p {
        display: block;
        font-size: 16px;
        line-height: 1.6;
        margin: 0 auto 22px;
        max-width: 92%;
    }

    #minimal-bootstrap-carousel.home2 .carousel-caption a.header-requestbtn.learn-more {
        display: inline-block !important;
        float: none;
        font-size: 14px;
        margin: 0 4px 10px;
        padding: 12px 8px;
        width: 145px;
    }

    #minimal-bootstrap-carousel.home2 .carousel-caption .thm-container .box.valign-middle {
        padding-top: 0;
        vertical-align: middle;
    }

    #minimal-bootstrap-carousel.home2 .carousel-caption .thm-container .box .content,
    #minimal-bootstrap-carousel.home2 .carousel-caption .thm-container .box .content.text-left,
    #minimal-bootstrap-carousel.home2 .carousel-caption .thm-container .box .content.home1-slide3 {
        display: inline-block;
        text-align: center;
        width: 92%;
    }

    .hight-level-section.background-variation .row > div:not(:first-child) {
        display: none;
    }

    .service-list-column .image_hover {
        height: 220px;
    }

    .home2.recent-project-section .gal-item,
    .home2.recent-project-section .black-hover,
    .home2.recent-project-section .image-zoom-on-hover,
    .home2.recent-project-section .gal-item img {
        height: 260px !important;
    }

    .home2.recent-project-section .grid,
    .home2.recent-project-section .img {
        min-height: 260px;
    }

    .home2.recent-project-section.projectsec2 {
        padding-top: 58px;
        padding-bottom: 96px !important;
    }

    .alkamak-home-used-head {
        display: block;
        margin-bottom: 20px;
    }

    .home2.recent-project-section .alkamak-home-used-head h3 {
        margin-bottom: 16px;
        min-width: 0;
    }

    .alkamak-home-used-tabs-wrap {
        justify-content: space-between;
        width: 100%;
    }

    .home2.recent-project-section .alkamak-home-used-tabs.nav-tabs {
        border-radius: 16px;
        flex: 1 1 auto;
        justify-content: flex-start;
        overflow-x: auto;
        padding: 5px;
        scrollbar-width: none;
    }

    .home2.recent-project-section .alkamak-home-used-tabs.nav-tabs::-webkit-scrollbar {
        display: none;
    }

    .home2.recent-project-section .alkamak-home-used-tabs.nav-tabs > li > a {
        max-width: 138px;
        padding: 11px 12px;
    }

    .alkamak-home-used-controls .next_prve_control {
        height: 38px;
        width: 38px;
    }

    .home2.recent-project-section .tab-content {
        padding-top: 18px;
    }

    .alkamak-brand-item.image_hover {
        flex-basis: 194px;
        height: 112px;
        padding: 18px;
    }

    .alkamak-brand-item img {
        height: 76px !important;
        max-width: 156px;
    }

    .alkamak-home-bulletin-grid {
        display: block;
    }

    .alkamak-home-bulletin-card.news-column {
        margin: 0 0 28px;
        max-width: none;
        width: 100%;
    }

    .alkamak-home-brands {
        padding: 18px 0 28px;
    }

    .alkamak-home-brands .head-section.client-head {
        display: block;
    }

    .alkamak-home-brands .head-section.client-head > [class*="col-"] {
        float: left;
    }

    .alkamak-home-brands .head-section.client-head h3 {
        margin-bottom: 12px;
    }
}

@media (min-width: 992px) {
    #minimal-bootstrap-carousel.home2 {
        float: none;
        left: 50%;
        position: relative;
        transform: translateX(-50%);
        width: 100vw;
    }

    #minimal-bootstrap-carousel.home2 .carousel-inner,
    #minimal-bootstrap-carousel.home2 .carousel-inner .item {
        width: 100%;
    }
}
.get_in_02 .alkamak-form-feedback {
    align-items: center;
    border: 1px solid transparent;
    border-left-width: 5px;
    border-radius: 4px;
    box-shadow: 0 8px 24px rgba(17, 24, 39, .08);
    display: flex;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.55;
    margin: 0 15px 26px;
    min-height: 52px;
    padding: 14px 18px;
}

.get_in_02 .alkamak-form-feedback[hidden] {
    display: none;
}

.get_in_02 .alkamak-form-feedback.is-success {
    background: #ecfaf7;
    border-color: #8dd9cf;
    border-left-color: #14a3a0;
    color: #176c61;
}

.get_in_02 .alkamak-form-feedback.is-error {
    background: #fff1f0;
    border-color: #efb4b0;
    border-left-color: #c5392f;
    color: #8d211b;
}

.get_in_02 .form-field.has-error .form-input,
.get_in_02 .form-field.has-error .form-comment {
    border-color: #c5392f;
}

.get_in_02 .alkamak-field-error {
    align-items: flex-start;
    background: #fff1f0;
    border-radius: 3px;
    color: #9f2821;
    display: block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.45;
    margin-top: 7px;
    padding: 7px 10px;
}
