* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bg_color: #37a46e;
    --white: #fff;
    --black: #000;
}

body {
    overflow-x: hidden;
    font-family: "Roboto";
    position: relative;
    overflow-x: hidden;
}

img {
    width: 100%;
    transition: ease-in-out .3s;
}

p {
    font-size: 15px;
    line-height: 28px;
}

a {
    text-decoration: none;
    transition: ease-in-out .3s;
}

li {
    list-style: none;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

.container {
    max-width: 1300px;
}

.navigation__mini ul {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 10px;
}

.navigation__mini ul li a {
    color: var(--white);
    font-size: 17px;
}

.navigation__mini {
    padding: 10px 0;
    border-bottom: 1px solid #272725;
}

.logo img {
    width: 140px;
    position: relative;
    z-index: 9;
}

.nab_bar {
    display: flex;
    justify-content: center;
}

.navbar_n {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    z-index: 5;
    border-radius: 8px;
    justify-content: space-between;
    z-index: 999;
}

#myHeader.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    animation: slideDown 1s ease-out;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    background-color: var(--black);
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.clk_btn {
    position: absolute;
    right: 0;
    top: 15px;
    color: var(--bg_color);
    cursor: pointer;
    font-size: 13px;
}

.nab_bar li a {
    color: var(--white);
    padding: 12px 15px;
    display: inline-block;
}

.nab_bar li {
    position: relative;
}

.droupdown {
    position: absolute;
    background-color: var(--black);
    left: 0;
    top: 60px;
    width: 290px;
    display: none;
    max-height: 300px;
    overflow: auto;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.droupdown li {
    padding: 0;
}

.droupdown li a {
    display: block;
}

.droupdown li a:hover {
    background-color: var(--white);
    color: var(--black);
}

.main_nav_bar {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.nab_bar_nab {
    display: flex;
    align-items: center;
    position: relative;
}

.logo_head {
    background-color: #000;
}

.all_btn {
    color: var(--black) !important;
    background: var(--bg_color);
    border: 1px solid rgba(0, 0, 0, 0);
    padding: 12px 22px;
    color: var(--black) !important;
    border-radius: 2px;
    font-weight: 600;
}

.search {
    border: 1px solid rgba(0, 0, 0, 0);
    padding: 1.2rem 1rem;
    color: var(--white);
    border-radius: 2px;
    border: 1px solid #fff;
    margin-left: 15px;
}

.logo {
    width: 12%;
}

.navbar_n {
    width: 88%;
}

.all_nav {
    padding: 12px 0;
}

.split_slideshow {
    background-size: cover;
    position: relative;
    background-position: center;
}
.split_slideshow img{
    max-height: 500px;
}

.split_slideshow::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000000a1;
}

.toggle {
    display: none;
}

.main_head {
    font-size: 80px;
    font-family: "Roboto";
    font-weight: 200;
    color: var(--white);
}

.banner_text {
    position: absolute;
    z-index: 9;
    width: 60%;
    top: 15%;
    left: 3%;
}

.banner_text p {
    font-size: 26px;
    line-height: 36px;
    color: var(--white);
    font-weight: 300;
}

.banner_btn {
    display: flex;
    gap: 15px;
    margin-top: 35px;
}

.banner_btn a:last-child {
    background-color: transparent;
    border: 1px solid #fff;
    color: var(--white) !important;
}

.banner_btn a:last-child:hover {
    background-color: #e2e2e2;
    color: var(--black) !important;
}

.home_brade ul {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.home_brade ul li {
    font-size: 14px;
    color: var(--white);
}

.home_brade ul li a {
    padding-right: 28px;
    color: var(--white);
    position: relative;
}

.home_brade ul li a i {
    margin-right: 8px;
}

.home_brade ul li a::after {
    content: "";
    background-image: url(../img/arrow.svg);
    position: absolute;
    right: 0;
    top: 5px;
    width: 6px;
    height: 9px;
    transform: rotate(180deg);
}

.home_brade {
    padding: 25px 0;
}

.maltipal_ab {
    background-color: #e8e8e8;
}


.ab_text {
    padding: 20px 70px;
}

.big_head {
    font-size: 40px;
    font-weight: 300;
    display: block;
    margin-bottom: 10px;
}

.maltipal_ab .ab_box:nth-child(even) .ab_1 {
    order: 1;
}

.maltipal_ab .ab_box:nth-child(even) .ab_2 .ab_text {
    padding-right: 100px;
}

.maltipal_ab .ab_box:nth-child(odd) .ab_2 .ab_text {
    padding-left: 100px;
}

.ab_text ul li {
    padding-left: 2rem;
    margin-bottom: 20px;
    position: relative;
}

.ab_text ul li:before {
    content: "";
    margin-top: .2rem;
    position: absolute;
    left: 0;
    width: 1rem;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/icon-1.svg);
}

.ab_text p a {
    color: var(--bg_color);
}

.component {
    background-color: var(--black);
    padding: 90px 0;
}

.all_btn_2 {
    background-color: transparent;
    border: 1px solid #fff;
    color: var(--white);
    border-radius: 2px;
    font-weight: 600;
    padding: 12px 22px;
    display: inline-block;
}

.all_btn_2:hover {
    background-color: #e2e2e2;
    color: var(--black);
}

.cop_head {
    display: block;
    color: var(--white);
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
}

.cop_btn {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.gallery {
    background-color: #e8e8e8;
    padding: 80px 0;
    padding-left: 3%;
}

.big_head_2 {
    font-size: 60px;
    font-family: "Roboto";
    font-weight: 200;
}

.gallery_item {
    margin: 10px;
}

.gallery_item p {
    font-size: 17px;
}

.gallery_item .img {
    margin-bottom: 20px;
    overflow: hidden;
}

.gallery_item .img:hover img {
    transform: scale(1.1);
}

.slick-nav.prev-arrow.slick-arrow {
    position: absolute;
     bottom: -35px;
    right: 2%;
    z-index: 9;
    border: 1px solid #000;
    padding: 8px 15px;
    color: #000;
    cursor: pointer;
}

.slick-nav.next-arrow.slick-arrow {
    position: absolute;
    bottom: -35px;
    right: 6%;
    z-index: 9;
    padding: 8px 15px;
    border: 1px solid #000;
    color: #000;
    cursor: pointer;
}

.slick-dots {
    position: absolute;
    display: flex;
    bottom: -10px;
    gap: 6px;
}

.slick-dots button {
    border: none;
    font-size: 0;
    background-color: #a8a8a8;
    padding: 2px 15px;
    border-radius: 5px;
}

.slick-dots .slick-active button {
    background-color: var(--bg_color);
    padding: 4px 15px;
}

.contact {
    background-color: var(--black);
    padding: 80px 0;
    color: var(--white);
}

.pera_text {
    font-size: 25px;
    font-weight: 300;
}

.contact input,
select,
textarea {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #000;
    padding: 10px 15px;
    margin-bottom: 2rem;
}

.contact label {
    font-size: 18px;
    margin-bottom: 10px;
}

.contact form {
    width: 47%;
    margin: auto;
    margin-top: 70px;
}

.checkbox {
    display: flex;
    align-items: center;
    justify-content: left;
    margin: 10px 0;
}

.checkbox input[type='checkbox'] {
    width: 30px;
    height: 20px;
    margin-bottom: 0;
}

.checkbox label {
    font-size: 15px;
    width: 90%;
    margin-bottom: 0;
}

.contact form p {
    font-size: 13px;
    line-height: 22px;
}

.contact form button {
    margin-top: 30px;
}

footer {
    background-image: linear-gradient(350deg, hsl(150deg, 51%, 32%) 0%, hsl(152deg, 66%, 26%) -1%, hsl(156deg, 100%, 19%) -2%, hsl(153deg, 100%, 17%) -1%, hsl(149deg, 100%, 14%) 0%, hsl(145deg, 100%, 12%) 3%, hsl(137deg, 100%, 10%) 8%, hsl(120deg, 100%, 8%) 16%, hsl(120deg, 100%, 6%) 31%, hsl(0deg, 0%, 0%) 77%);
    padding-top: 30px;
    color: var(--white);
    position: relative;
}

.foot_logo img {
    width: 200px;
}

.foot-nav ul li a {
    color: var(--white);
    padding: 5px 0;
    display: block;
    font-size: 15px;
}

.copy_right {
    text-align: right;
    padding: 100px 0 130px;
}

.copy_right ul {
    display: flex;
    gap: 17px;
}

.copy_right ul li {
    font-size: 30px;
}
.copy_right ul li a{
    color:#fff;
}
.copy_right p a{
    color:#fff;
}


footer::after {
    content: "";
    width: 100%;
    height: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--bg_color);
}


.search_box_j{
    background-color: #e8e8e8;
    padding: 60px 0;
}

.search-input input{
    width: 45%;
    padding: 10px;
}
.search-input{
    display: flex;
}





.social-share ul {
    display: flex;
    margin-top: 10px;
    position: relative;
    z-index: 99;
}

.social-share button {
    border: none;
    background-color: var(--bg_color);
    color: #fff;
    padding: 6px 10px;
    margin-right: 8px;
    font-size: 16px;
    border-radius: 5px;
}

.social-share button:hover {
    background-color: #000;
}

.share-btn-box {
    margin-top: 20px;
}

.share-btn {
    font-weight: bold;
    color: #fff;
}

.inner_header {
    position: relative;
}

.inner_header img {
    height: 350px;
    object-fit: cover;
}

.inner_header::after {
    content: "";
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.719) 32%, rgb(0 0 0 / 4%) 59%);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.inner_header .inner_text {
    position: absolute;
    top: 60%;
    z-index: 99;
    left: 5%;
    text-align: left;
    width: auto;
}

.inner_hrad {
    font-size: 40px;
    color: #fff;
    font-weight: bolder;
    text-transform: uppercase;
}

.brade_crom {
    display: flex;
}

.brade_crom a {
    color: #fff;
}

.brade_crom span {
    color: #fff;
}

.what-app {
    position: fixed;
    z-index: 99;
}

.btn-whatsapp-pulse-border {
    bottom: 30px;
    right: 20px;
    animation-play-state: paused;
}

.marcket-plase a {
    display: block;
    margin-bottom: 10px;
}

.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    left: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 30px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 20px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

.what-app i {
    font-size: 38px;
    color: #fff;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }

    75% {
        padding: 50px;
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.ab_img{
    width: 50%;
    padding-right: 30px;
    float: left;
}
.ab_home{
    display: flex;
    margin: 60px 0;
}
.search_box_j a{
    color:#000;
}
.search_box_j span{
    font-size:15px;
}


@media only screen and (max-width: 991px) {
    .logo {
        width: auto;
    }

    .navbar_n {
        width: auto;
    }

    .nab_bar_nab {
        justify-content: space-between;
    }
}


@media only screen and (max-width: 991px) {
    .toggle {
        visibility: visible;
        cursor: pointer;
        width: 40px;
        height: 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        order: 3;
    }

    .toggle>* {
        width: 80%;
        height: 3px;
        background: var(--white);
        margin: 3px 0;
    }

    .toggle.active .line1 {
        transform: rotate(-45deg) translate(-5px, 6px);
    }

    .toggle.active .line2 {
        opacity: 0;
    }

    .toggle.active .line3 {
        transform: rotate(45deg) translate(-7px, -8px);
    }

    .main_nav_bar {
        position: absolute;
        flex-direction: column;
        width: 100%;
        top: 100%;
        left: 0;
        background-color: var(--black);
        z-index: 9999;
        display: none;

    }

    .nab_bar {
        flex-direction: column;
        width: 100%;

    }


    .nab_bar li {
        border-bottom: 1px solid #818181;
    }

    .nab_bar li a {
        color: var(--white);
    }

    .droupdown {
        position: revert;
        width: 100%;
    }

    .clk_btn {
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        width: 47px;
        height: 46px;
        line-height: 37px;
        text-align: center;
    }

    .droupdown li {
        padding: 0 !important;
    }

    .droupdown li a {
        color: #fff;
    }

    .navbar_n {
        order: 3;
    }
}


@media only screen and (max-width: 767px) {
    .main_head {
        font-size: 50px;
    }

    .banner_text p {
        font-size: 20px;
    }

    .banner_text {
        width: 100%;
        position: revert;
        background-color: var(--black);
        padding: 10px 2%;
    }
    .split_slideshow::after{
        display: none;
    }

    .ab_text {
        padding: 20px 2%;
    }

    .maltipal_ab .ab_box:nth-child(odd) .ab_2 .ab_text {
        padding-left: 2%;
    }

    .maltipal_ab .ab_box:nth-child(even) .ab_2 .ab_text {
        padding-left: 2%;
    }

    .maltipal_ab .ab_box:nth-child(even) .ab_1 {
        order: inherit;
    }

    .industries {
        margin-top: 30px;
    }

    .gallery {
        background-color: #e8e8e8;
        padding: 60px 0;
        padding-left: 1%;
    }

    .slick-nav.next-arrow.slick-arrow {
        right: 10%;
    }

    .big_head_2 {
        font-size: 37px;
    }

    .contact form {
        width: 75%;
    }

    .foot-nav {
        margin-top: 30px;
    }

    .copy_right {
        padding: 49px 0 37px;
    }
    .inner_header img {
        height: 265px;
    }
    .inner_hrad {
        font-size: 24px;
    }
    .ab_img{
        width: 100%;
        padding-right: 0px;
        margin-bottom: 20px;
    }
    .search-input input{
        width: 100%;
    }
}

@media only screen and (max-width: 550px) {
    .contact form {
        width: 90%;
    }
    .slick-nav.next-arrow.slick-arrow {
        right: 18%;
    }
}

.text-clamp1 {
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    display: block !important;
    display: -webkit-box !important;
    overflow: hidden !important;
}

.text-clamp2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical !important;
    display: block !important;
    display: -webkit-box !important;
    overflow: hidden !important;
}

.text-clamp3 {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical !important;
    display: block !important;
    display: -webkit-box !important;
    overflow: hidden !important;
}

.text-clamp4 {
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical !important;
    display: block !important;
    display: -webkit-box !important;
    overflow: hidden !important;
}