.ptb100 {
    padding: 100px 0px;
}

.pb100 {
    padding-bottom: 100px;
}

.pt100 {
    padding-top: 100px;
}

.ptb80 {
    padding: 80px 0px;
}

.pb80 {
    padding-bottom: 80px;
}

.pt80 {
    padding-top: 80px;
}

.ptb70 {
    padding: 70px 0px;
}

.pb70 {
    padding-bottom: 70px;
}

.pt70 {
    padding-top: 70px;
}

.ptb60 {
    padding: 60px 0px;
}

.pb60 {
    padding-bottom: 60px;
}

.pt60 {
    padding-top: 60px;
}

.ptb50 {
    padding: 50px 0px;
}

.pb50 {
    padding-bottom: 50px;
}

.pt50 {
    padding-top: 50px;
}

.min-height {
    min-height: 500px;
}

.h-500 {
    height: 500px;
}

.form-control {
    appearance: auto;
}

.product-details-sec .product-row {
    padding: 30px;
    background-color: #f3f3f3;
    border-radius: 10px;
}

.product-details-sec .product-image {
    border-radius: 10px;
    width: 100%;
    min-height: 300px;
    object-fit: cover;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    cursor: zoom-in;
}

    .product-details-sec .product-image img {
        width: 100%;
        min-height: 300px;
        object-fit: cover;
    }

.product-details-sec .product-row .btn {
    font-size: 13px;
    padding: 15px 17px;
}

    .product-details-sec .product-row .btn.download::after {
        content: "\f019";
        font-family: "Font Awesome 6 Pro";
    }

    .product-details-sec .product-row .btn.view {
        background-color: #4134b9;
    }

        .product-details-sec .product-row .btn.view::after {
            content: "\f06e";
            font-family: "Font Awesome 6 Pro";
        }

.product-details-sec .product-row .product-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .product-details-sec .product-row .product-head .title {
        width: 76%;
        font-size: 28px;
        margin-bottom: 0px;
    }

.product-details-sec .product-row table {
    width: 100%;
}

    .product-details-sec .product-row table th, .product-details-sec .product-row table td {
        padding: 8px;
        border: 1px solid black;
        border-collapse: collapse;
        text-align: left;
        font-size: 15px;
    }

    .product-details-sec .product-row table th {
        background-color: #9fdaff;
        color: #111;
    }



@media screen and (max-width:991px) {
    .ptb70 {
        padding: 40px 0px;
    }

    .product-details-sec .product-row {
        padding: 20px;
    }

    .product-details-sec .product-row {
        padding: 20px;
    }

        .product-details-sec .product-row .title {
            font-size: 23px;
            width: 100%;
        }

    .product-details-sec .product-image {
        margin-bottom: 25px;
    }
}

.bg-light-blue {
    background-color: #edf8ff;
}

.blog-post-content .title {
    font-size: 18px;
    line-height: 24px;
    height: 50px;
    overflow: hidden;
}

/* contact page start */

.address-sec .contact-address {
    padding: 20px;
    background-color: #f9f3f0;
    border-radius: 10px;
    /* min-height: 514px; */
    height: 100%;
}

    .address-sec .contact-address .heading {
        text-align: left;
        font-size: 32px;
        margin-bottom: 10px;
    }

    .address-sec .contact-address .main-p {
        font-size: 18px;
    }

    .address-sec .contact-address .address-box {
        display: flex;
        gap: 10px;
        background-color: #fff;
        padding: 15px;
        margin-top: 15px;
        align-items: center;
        border-radius: 10px;
    }

        .address-sec .contact-address .address-box .icon-box {
            display: inline-block;
            width: 55px;
            min-width: 55px;
            height: 55px;
            line-height: 55px;
            margin-right: 5px;
            background-color: #e94334;
            color: #fff;
            text-align: center;
            font-size: 22px;
            border-radius: 50%;
        }

        .address-sec .contact-address .address-box .address-text h4 {
            font-size: 21px;
            font-weight: 500;
            margin-bottom: 0px;
        }

        .address-sec .contact-address .address-box .address-text p {
            font-size: 15px;
            line-height: 26px;
            margin-bottom: 0px;
        }

        .address-sec .contact-address .address-box .address-text a {
            font-size: 15px;
            color: #424242;
        }

/* form sec start */

.form-sec {
    margin-bottom: 60px;
}

    .form-sec .form-box {
        box-shadow: 0px 6px 35px 0px rgba(0, 0, 0, 0.06);
        width: 100%;
        padding: 40px 60px 60px 60px;
    }

    .form-sec .form-control {
        min-height: 56px;
        padding: 0 45px 0 25px;
        border: 1px solid transparent;
        color: #6e6e6e;
        background-color: #f9f3f0;
        border-radius: 0;
        font-size: 16px;
        width: 100%;
        font-weight: 400;
        line-height: 3.5;
        transition: 0.4s ease-in-out;
    }

    .form-sec .form-group {
        margin-bottom: 18px;
    }

    .form-sec .btn {
        padding: 15px;
        font-size: 18px;
        text-align: center;
        display: block;
    }

        .form-sec .btn::after {
            display: none;
        }

/* about us sec start */

.about-sec p {
    line-height: 29px;
}

.about-sec .vision-box {
    background-color: #fff;
    padding: 25px 20px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.22) 0px 2px 16px 0px;
    text-align: center;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
}



    .about-sec .vision-box:hover {
        transform: translateY(-15px);
        transition: all 0.5s ease-in-out;
    }

    .about-sec .vision-box h5 {
        font-size: 28px;
        font-weight: 600;
        margin-top: 20px;
    }

    .about-sec .vision-box p {
        text-align: center;
        margin: 0px;
    }

.about-sec ul li {
    text-align: left;
    margin-bottom: 10px;
    line-height: 26px;
}

.about-sec table {
    width: 100%;
}

    .about-sec table th, .about-sec table td {
        padding: 8px;
        border: 1px solid black;
        border-collapse: collapse;
        text-align: left;
        font-size: 15px;
    }

    .about-sec table th {
        background-color: #c9eaff;
        color: #111;
    }

    .about-sec table tr:nth-child(even) {
        background-color: #f2f2f2;
        color: #111;
    }
/* certificate-sec start */
.certificate-sec .lightgalleryy {
    display: flex;
    flex-wrap: wrap;
}

    .certificate-sec .lightgalleryy .pictures {
        width: 17%;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        border: 2px solid #d8f0ff;
        cursor: zoom-in;
        text-align: center;
        overflow: hidden;
        margin: 0px 14px 25px;
    }

        .certificate-sec .lightgalleryy .pictures img {
            width: 100%;
            height: 250px;
            overflow: hidden;
        }

        .certificate-sec .lightgalleryy .pictures span {
            padding: 5px;
            background-color: #d8f0ff;
            display: block;
            font-size: 16px;
            font-weight: 600;
            height: 100%;
        }

.dealer-sec .sub-heading {
    font-size: 20px;
    font-weight: 600;
    color: #ec0a00;
    margin-bottom: 0px;
    margin-top: 20px;
}

.dealer-sec .dealer-box {
    padding: 25px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-top: 20px;
    background-color: #fefefe;
}

    .dealer-sec .dealer-box h6 {
        font-size: 18px;
    }

    .dealer-sec .dealer-box p {
        margin-bottom: 7px;
        padding-left: 24px;
        position: relative;
    }

        .dealer-sec .dealer-box p i {
            position: absolute;
            left: 0px;
            top: 6px;
            font-size: 16px;
            color: #ec0a00;
        }

    .dealer-sec .dealer-box p, .dealer-sec .dealer-box a {
        color: #3E4073;
    }

        .dealer-sec .dealer-box a:hover {
            color: #ec0a00;
            transition: all 0.1s ease-in-out;
        }

.dealer-sec .form-control {
    min-height: 50px;
    padding: 0 45px 0 25px;
    border: 1px solid transparent;
    color: #707070;
    background-color: #ffffff;
    border-radius: 0;
    font-size: 16px;
    width: 100%;
    font-weight: 400;
    outline: none;
    box-shadow: none;
    border: 2px solid #e6e6e6;
}




#map-container {
    width: 900px;
    height: 420px;
    margin: 0 auto;
}

ul#continents1,
ul#continents2,
ul#continents3 {
    list-style: none;
    width: 900px;
    height: 420px;
    position: relative;
    background: url(../img/map-2.png) no-repeat 0 0;
}

    ul#continents1 li,
    ul#continents2 li,
    ul#continents3 li {
        position: absolute;
    }

.northamerica {
    width: 356px;
    height: 218px;
    top: 2px;
    left: 0px;
}

.southamerica {
    width: 147px;
    height: 214px;
    top: 198px;
    left: 139px;
}

.africa {
    width: 190px;
    height: 218px;
    top: 131px;
    left: 324px;
}

.europe {
    width: 190px;
    height: 121px;
    top: 14px;
    left: 329px;
}

.asia {
    width: 334px;
    height: 260px;
    top: 11px;
    left: 442px;
}

.australia {
    width: 159px;
    height: 139px;
    top: 247px;
    left: 677px;
}

ul#continents1 li a,
ul#continents2 li a,
ul#continents3 li a {
    display: block;
    outline: none;
    height: 100%;
}

ul#continents1 li a,
ul#continents2 li a {
    text-indent: -9000000000px;
}

    ul#continents2 li a:hover,
    ul#continents3 li a:hover {
        background: url(../img/map-2.png) no-repeat 0 0;
    }

ul#continents2 li.northamerica a:hover,
ul#continents3 li.northamerica a:hover {
    background-position: 0 -424px;
}

ul#continents2 li.southamerica a:hover,
ul#continents3 li.southamerica a:hover {
    background-position: -375px -422px;
}

ul#continents2 li.africa a:hover,
ul#continents3 li.africa a:hover {
    background-position: -324px -657px;
}

ul#continents2 li.europe a:hover,
ul#continents3 li.europe a:hover {
    background-position: -32px -685px;
}

ul#continents2 li.asia a:hover,
ul#continents3 li.asia a:hover {
    background-position: -568px -431px;
}

ul#continents2 li.australia a:hover,
ul#continents3 li.australia a:hover {
    background-position: -646px -724px;
}

ul#continents3 li a span {
    display: none;
}

ul#continents3 li a:hover span {
    display: block;
}

ul#continents3 li a:hover span {
    display: block;
    padding: 5px;
    width: 150px;
    background: #000;
    position: relative;
    top: 50%;
    font: 11px Arial, Helvetica, sans-serif;
    opacity: .75;
    filter: alpha(opacity=75);
    color: #FFF;
}

    ul#continents3 li a:hover span strong {
        display: block;
        margin-bottom: 2px;
        font-size: 12px;
        text-decoration: underline;
    }

.search-result-sec .search-box {
    padding: 18px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
    background-color: #fefefe;
    display: flex;
    margin-top: 20px;
}

    .search-result-sec .search-box img {
        width: 80px;
        height: 80px;
        object-fit: cover;
        border: 3px solid #efefef;
        border-radius: 10px;
        display: inline-block;
        margin-right: 15px;
    }

    .search-result-sec .search-box h4 {
        font-size: 20px;
        line-height: 1.5;
    }





@media(max-width: 1024px) {
    #map-container {
        width: 700px;
        height: 324px;
        margin-bottom: 30px;
    }

    ul#continents2 li a:hover,
    ul#continents3 li a:hover {
        background: url(../img/map-3.png) no-repeat 0 0;
    }

    ul#continents1,
    ul#continents2,
    ul#continents3 {
        width: 700px;
        height: 324px;
        background: url(../img/map-3.png) no-repeat 0 0;
    }

    .northamerica {
        width: 275px;
        height: 168px;
        top: 5px;
        left: 3px;
    }

    ul#continents2 li.northamerica a:hover, ul#continents3 li.northamerica a:hover {
        background-position: -3px -333px;
    }

    .southamerica {
        width: 123px;
        height: 163px;
        top: 161px;
        left: 100px;
    }

    ul#continents2 li.southamerica a:hover, ul#continents3 li.southamerica a:hover {
        background-position: -284px -335px;
    }

    .africa {
        width: 148px;
        height: 169px;
        top: 103px;
        left: 252px;
    }

    ul#continents2 li.africa a:hover, ul#continents3 li.africa a:hover {
        background-position: -252px -511px;
    }

    .europe {
        width: 149px;
        height: 96px;
        top: 10px;
        left: 256px;
    }

    ul#continents2 li.europe a:hover, ul#continents3 li.europe a:hover {
        background-position: -25px -531px;
    }

    .asia {
        width: 260px;
        height: 202px;
        top: 10px;
        left: 345px;
    }

    ul#continents2 li.asia a:hover, ul#continents3 li.asia a:hover {
        background-position: -443px -337px;
    }

    .australia {
        width: 124px;
        height: 109px;
        top: 192px;
        left: 527px;
    }

    ul#continents2 li.australia a:hover, ul#continents3 li.australia a:hover {
        background-position: -502px -563px;
    }
}

.product-popup .modal-dialog {
    max-width: 900px !important;
}

.product-popup .form-group {
    margin-bottom: 18px;
}

    .product-popup .form-group input, .product-popup .form-group select, .product-popup .form-group textarea {
        min-height: 50px;
        padding: 0 45px 0 25px;
        border: 1px solid transparent;
        color: #3f3f3f;
        background-color: #e4e4e4 !important;
        border-radius: 0;
        font-size: 16px;
        width: 100%;
        font-weight: 400;
        line-height: 1.5;
        transition: 0.4s ease-in-out;
    }

.critificate-active .brand-item {
    height: 220px;
    display: block;
    width: 180px;
    padding: 10px;
    border: 2px solid #d8f0ff;
    background-color: #f7f7f7;
    border-radius: 10px;
    margin-bottom: 0px;
}

    .critificate-active .brand-item img {
        width: 100%;
        height: 100%;
    }

.services__sidebar ul {
    padding-left: 0;
}

.dealer-sec .filter::after {
    content: "\f0b0";
    font-family: "Font Awesome 6 Pro";
}

.dealer-sec .clear::after {
    content: "\f00d";
    font-family: "Font Awesome 6 Pro";
}

.about-inner .about__img-wrap-six {
    padding-left: 0px;
}

.about__img-wrap-six img:first-of-type {
    width: 100% !important;
}

.about__img-wrap-six .shape img {
    width: auto !important;
}

.career-page .job-box {
    padding: 20px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 20px;
}

    .career-page .job-box h5 {
        font-size: 19px;
        margin-bottom: 12px;
    }

    .career-page .job-box p {
        margin-bottom: 8px;
        font-size: 15px;
    }

    .career-page .job-box ul, .career-page .job-box ol {
        margin-top: 5px;
        padding-left: 14px;
    }

    .career-page .job-box li {
        margin-bottom: 10px;
        font-size: 15px;
    }

    .career-page .job-box p i {
        color: #ec0a00;
        font-size: 14px;
        margin-right: 7px;
    }

    .career-page .job-box .btn {
        padding: 15px 20px;
        font-size: 12px;
    }

.footer-area .foot-map img {
    width: 310px;
    border-radius: 10px;
    overflow: hidden;
}

.history-page .timeline {
    --color: rgba(30, 30, 30);
    --bgColor: rgba(245, 245, 245);
    min-height: 100vh;
    display: grid;
    align-content: center;
    gap: 2rem;
    font-family: "Poppins", sans-serif;
    color: var(--color);
    margin-top: 20px;
}



.history-page ul {
    --col-gap: 2rem;
    --row-gap: 4rem;
    --line-w: 0.25rem;
    display: grid;
    grid-template-columns: var(--line-w) 1fr;
    grid-auto-columns: max-content;
    column-gap: var(--col-gap);
    list-style: none;
    width: 100%;
    margin-inline: auto;
}

    /* line */
    .history-page ul::before {
        content: "";
        grid-column: 1;
        grid-row: 1 / span 20;
        background: rgb(225, 225, 225);
        border-radius: calc(var(--line-w) / 2);
    }

    /* columns*/

    /* row gaps */
    .history-page ul li:not(:last-child) {
        margin-bottom: var(--row-gap);
    }

    /* card */
    .history-page ul li {
        grid-column: 2;
        --inlineP: 1.5rem;
        margin-inline: var(--inlineP);
        grid-row: span 2;
        display: grid;
        grid-template-rows: min-content min-content min-content;
    }

        /* date */
        .history-page ul li .date {
            --dateH: 3rem;
            height: var(--dateH);
            margin-inline: calc(var(--inlineP) * -1);
            text-align: center;
            background-color: var(--accent-color);
            color: white;
            font-size: 1.25rem;
            font-weight: 700;
            display: grid;
            place-content: center;
            position: relative;
            border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
        }

            /* date flap */
            .history-page ul li .date::before {
                content: "";
                width: var(--inlineP);
                aspect-ratio: 1;
                background: var(--accent-color);
                background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
                position: absolute;
                top: 100%;
                clip-path: polygon(0 0, 100% 0, 0 100%);
                right: 0;
            }

            /* circle */
            .history-page ul li .date::after {
                content: "";
                position: absolute;
                width: 2rem;
                aspect-ratio: 1;
                background: var(--bgColor);
                border: 0.3rem solid var(--accent-color);
                border-radius: 50%;
                top: 50%;
                transform: translate(50%, -50%);
                right: calc(100% + var(--col-gap) + var(--line-w) / 2);
            }

        /* title descr */
        .history-page ul li .title,
        .history-page ul li .descr {
            background: var(--bgColor);
            position: relative;
            padding-inline: 1.5rem;
        }

        .history-page ul li .title {
            overflow: hidden;
            padding-block-start: 1.5rem;
            padding-block-end: 1rem;
            font-weight: 500;
            font-size: 17px;
        }

        .history-page ul li .descr img {
            width: 220px;
            margin-right: 10px;
            margin-bottom: 10px;
            float: left;
        }

        .history-page ul li .descr {
            padding-block-end: 1.5rem;
        }

            .history-page ul li .descr p {
                text-align: justify;
                font-size: 16px;
                line-height: 1.4;
            }

            /* shadows */
            .history-page ul li .title::before,
            .history-page ul li .descr::before {
                content: "";
                position: absolute;
                width: 90%;
                height: 0.5rem;
                background: rgba(0, 0, 0, 0.5);
                left: 50%;
                border-radius: 50%;
                filter: blur(4px);
                transform: translate(-50%, 50%);
            }

        .history-page ul li .title::before {
            bottom: calc(100% + 0.125rem);
        }

        .history-page ul li .descr::before {
            z-index: -1;
            bottom: 0.25rem;
        }

@media (min-width: 40rem) {
    .history-page ul {
        grid-template-columns: 1fr var(--line-w) 1fr;
    }

        .history-page ul::before {
            grid-column: 2;
        }

        .history-page ul li:nth-child(odd) {
            grid-column: 1;
        }

        .history-page ul li:nth-child(even) {
            grid-column: 3;
        }

        /* start second card */
        .history-page ul li:nth-child(2) {
            grid-row: 2/4;
        }

        .history-page ul li:nth-child(odd) .date::before {
            clip-path: polygon(0 0, 100% 0, 100% 100%);
            left: 0;
        }

        .history-page ul li:nth-child(odd) .date::after {
            transform: translate(-50%, -50%);
            left: calc(100% + var(--col-gap) + var(--line-w) / 2);
        }

        .history-page ul li:nth-child(odd) .date {
            border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
        }
}

@media screen and (max-width:767px) {
    .history-page ul li .title, .history-page ul li .descr {
        padding-inline: 0.3rem;
    }

    .history-page ul li .descr {
        padding-block-end: 1rem;
    }

    .history-page ul {
        --col-gap: 0.7rem;
    }
}

.csr-page {
    position: relative;
}

    .csr-page .csr-box {
        /* padding: 25px;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
        margin-bottom: 30px;
    }

        .csr-page .csr-box img {
            border-radius: 15px;
            margin-bottom: 30px;
        }

        .csr-page .csr-box h4 {
            color: #ec0a00;
        }

        .csr-page .csr-box p {
            font-size: 16px;
            line-height: 1.6;
        }

.litreture-box {
    padding: 25px;
    margin-top: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    background-color: #fff;
}

    .litreture-box ul {
        padding-left: 1.1rem;
    }

.blog__sidebar .sidebar__widget {
    padding: 20px;
}

    .blog__sidebar .sidebar__widget .sidebar__post-item {
        margin-bottom: 20px;
    }

.exibition-page .lightgalleryy {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

    .exibition-page .lightgalleryy .pictures {
        display: inline-block;
        width: 32.33%;
        padding: 10px;
        border: 2px solid #e4e4e4;
        border-radius: 12px;
        overflow: hidden;
        max-height: 400px;
        object-fit: cover;
        margin-bottom: 15px;
    }

        .exibition-page .lightgalleryy .pictures img {
            height: 380px;
            width: 100%;
        }

.home-exhibition {
    height: 220px;
    width: 180px;
    padding: 10px;
    border: 2px solid #c4c4c4;
    border-radius: 10px;
    margin-bottom: 10px;
}

@media(max-width: 991px) {
    .about-sec .vision-box {
        margin-bottom: 25px;
    }

    .mt-40 {
        margin-top: 15px;
    }

    .ptb50 {
        padding: 25px 0px;
    }

    .ptb80 {
        padding: 30px 0px;
    }

    .ptb70 {
        padding: 30px 0px;
    }

    .certificate-sec .lightgalleryy .pictures {
        width: 45%;
    }

        .certificate-sec .lightgalleryy .pictures img {
            height: 350px;
        }

    .address-sec .contact-address {
        margin-bottom: 20px;
        min-height: fit-content;
    }

        .address-sec .contact-address .address-box .icon-box {
            width: 45px;
            height: 45px;
            min-width: 45px;
            line-height: 45px;
            font-style: 18px;
        }

    .form-sec .form-box {
        padding: 25px;
    }

    .services__sidebar {
        margin-top: 50px !important;
    }

    .services-bg {
        padding: 50px 0px !important;
    }

    .critificate-active .brand-item {
        width: 100%;
        height: 300px;
    }

    .foot-map {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

    .footer-info-list .list-wrap-1 li:first-of-type {
        display: block;
    }

    .address-sec .contact-address {
        height: fit-content;
    }

    .exibition-page .lightgalleryy .pictures {
        width: 49.33%;
    }
}

@media(max-width: 767px) {
    #map-container {
        display: none;
    }

    .ptb50 {
        padding: 20px 0px;
    }

    .ptb80 {
        padding: 20px 0px;
    }

    .ptb70 {
        padding: 20px 0px;
    }

    .certificate-sec .lightgalleryy .pictures img {
        height: fit-content;
    }

    .certificate-sec .lightgalleryy .pictures {
        width: 100%;
        margin: 0px;
        margin-bottom: 20px;
    }

    .address-sec .contact-address .address-box .icon-box {
        width: 40px;
        height: 40px;
        min-width: 40px;
        line-height: 40px;
        font-style: 14px;
    }

    .form-sec .form-box {
        padding: 15px;
    }

    .section {
        padding: 20px 0px !important;
    }

    .mb-40 {
        margin-bottom: 20px;
    }

    .services__sidebar {
        margin-top: 20px !important;
    }

    .services-bg {
        padding: 30px 0px !important;
    }

    .services-item {
        margin-bottom: 15px !important;
    }

    .about-sec table th, .about-sec table td {
        padding: 6px;
        font-size: 13px;
    }

    .product-details-sec .product-row .btn {
        padding: 12px 10px;
        font-size: 10px;
    }

    .btn.view::after, .btn.download::after {
        font-size: 12px;
    }

    .product-head {
        display: block !important;
    }

    .about-area .title {
        font-size: 24px;
    }

    .home-video iframe {
        height: 250px;
    }
 
    .exibition-page .lightgalleryy .pictures {
        width: 99.50%;
    }

}
.on-load-popup.show{
    display: flex !important;
    align-items: center;
    justify-content: center;
}

    .on-load-popup .modal-dialog {
        max-width: 800px !important;
        border-radius: 10px;
        overflow: hidden;
    }

        .on-load-popup .modal-dialog .modal-content {
            border: none;
        }

        .on-load-popup .modal-dialog .modal-body {
            border-radius: 10px;
            overflow: hidden;
            padding: 0px !important;
        }

            .on-load-popup .modal-dialog .modal-body img {
                width: 100%;
                height: 500px;
            }

        .on-load-popup .modal-dialog button {
            position: absolute;
            top: 4px;
            right: 4px;
            z-index: 2;
            width: 30px;
            height: 30px;
            padding: 8px;
            background-color: #cc0d39;
            opacity: 1;
            font-size: 18px;
            background-image: none;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            border-radius: 50%;
            color: #fff !important;
        }

@media(max-width: 575px) {
    .on-load-popup .modal-dialog {
        max-width: 480px !important;
    }

        .on-load-popup .modal-dialog .modal-body img {
            width: 100%;
            height: 320px !important;
        }
}
.home-video {
    position: relative;
    width: 100%;
    height: 350px;
}

    .home-video img {
        height: 350px;
        width: 100%;
        position: relative;
    }

    .home-video svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 80px;
        color: #ff0000;
        width: 60px;
    }