:root {
    --blue: #18569e;
    --dark-blue: #0e4581;
    --containerWidth: 1400px;
}

* {
    font-family: 'Inter Tight', sans-serif;
    scroll-behavior: smooth;
    outline: 0 !important;
}

body {
    font-size: 16px;
    font-weight: 400;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.wow {
    visibility: hidden;
}

.menu-wrapper, .toggle-menu, .mobile-header, .mobile-bar {
    display: none;
}

@media (min-width: 1399px) {
    .container {
        max-width: 1400px;
    }
}

.main-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    transition: 300ms;
    padding: 50px 0;
    z-index: 99;
    backdrop-filter: blur(2px);
}

.main-header .header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-header .header-container .logo {
    width: 250px;
}

.main-header .header-container .menu {
    width: calc(100% - 450px);
    padding: 0 30px 0 60px;
}

.main-header .header-container .menu > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.main-header .header-container .menu > ul > li > a {
    display: block;
    color: #fff;
    transition: 300ms;
    padding: 10px 20px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: 300ms;
    margin-right: 40px;
}

.main-header .header-container .menu > ul > li {
    position: relative;
}

.main-header .header-container .menu > ul > li:Hover > a {
    color: #fff;
    background: var(--blue);
}

.main-header .header-container .menu > ul > li > ul {
    position: absolute;
    left: 0;
    list-style: none;
    padding: 0;
    top: 100%;
    min-width: 100%;
    background: #fff;
    font-size: 14px;
    padding: 0 30px;
    transition: 300ms;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
}

.main-header .header-container .menu > ul > li > ul > li > a {
    display: block;
    color: #000;
    white-space: nowrap;
    padding: 8px 10px;
}

.main-header .header-container .menu > ul > li > ul > li > a:Before {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    font-weight: lighter;
    margin-right: 10px;
}

.main-header .header-container .menu > ul > li:Hover > ul {
    max-height: 100vh;
    padding: 20px 30px;
    opacity: 1;
}

.main-header .header-container .menu > ul > li > ul > li > a:Hover {
    color: var(--blue);
}

.main-header .header-container .actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 200px;
}

.main-header .header-container .actions .socials {
    display: flex;
    align-items: center;
    font-size: 20px;
    column-gap: 20px;
}

.main-header .header-container .actions .socials a {
    color: #fff;
    transition: 300ms;
    display: block;
    opacity: .6;
}

.main-header .header-container .actions .socials a:hover {
    opacity: 1;
}

.main-header .header-container .languages {
    position: relative;
}

.main-header .header-container .languages .list {
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    list-style: none;
    margin: 0;
    font-size: 14px;
    padding: 0 30px;
    min-width: 100%;
    overflow: hidden;
    max-height: 0;
    visibility: hidden;
    opacity: 0;
    transition: 300ms;
    box-shadow: 0 0 30px rgba(0, 0, 0, .30);
}

.main-header .header-container .languages .list li > a {
    display: block;
    color: #000;
    transition: 300ms;
    font-weight: 600;
    padding: 8px 0;
    white-space: nowrap;
}

.main-header .header-container .languages .list li.active > a {
    color: var(--blue);
    cursor: default;
    pointer-events: none;
}

.main-header .header-container .languages .list li > a:Hover {
    color: var(--blue);
}

.main-header .header-container .languages .list li > a:Before {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    font-weight: lighter;
    margin-right: 10px;
}

.main-header .header-container .languages > .active {
    color: #fff;
    transition: 300ms;
    padding: 10px 30px;
    opacity: .6;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}

.main-header .header-container .languages > .active:after {
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    margin-left: 10px;
}

.main-header .header-container .languages:hover .active {
    opacity: 1;
}

.main-header .header-container .languages:hover .list {
    opacity: 1;
    padding: 15px 30px;
    visibility: visible;
    max-height: 100vh;
}

.fixed-bar .main-header .header-container .menu > ul > li:Hover > a {
    color: #fff;
}

.main-video {
    position: relative;
}

.main-video .content {
    position: absolute;
}

.main-video {
    position: relative;
    z-index: 1;
}

.main-video .content .text {
    max-width: 50%;
}

.main-video .content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    bottom: 0;
    left: 0;
    z-index: 1;
}


.main-video .content h1 {
    font-size: 45px;
    color: #fff;
    margin-bottom: 40px;
}

.main-video .content p {
    color: #fff;
    opacity: .8;
    margin-bottom: 50px;
}

.site-btn {
    background: var(--blue);
    color: #fff;
    padding: 12px 30px;
    letter-spacing: 1px;
    transition: 300ms;
    border: 0;
    display: inline-block;
}

.site-btn:After {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    font-weight: lighter;
    margin-left: 20px;
}

.site-btn:Hover {
    background: var(--dark-blue);
    color: #fff;
}


.main-video .scroll {
    margin-top: 20vh;
}

.main-video .scroll a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    transition: 300ms;
    opacity: .6;
}

.main-video .scroll a > i {
    font-weight: lighter;
    margin-right: 20px;
}

.main-video .scroll a:hover {
    opacity: 1;
}

.main-video:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .3;
    mix-blend-mode: multiply;
}

.main-video video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}


.main-video .content-box {
    margin-top: 150px;
}


.main-products {
    margin: 120px 0;
    scroll-margin-top: 120px;
}

.section-header {
    text-align: center;
    max-width: 70%;
    margin: 0 auto 80px auto;
}

.section-header .title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}

.section-header .description {
    font-size: 18px;
    font-weight: 300;
}

.products-container {
    display: flex;
    flex-wrap: wrap;
}

.products-container .product {
    width: calc(33.3% - 30px);
    margin: 15px;
    transition: 300ms;
    text-align: center;
    border: 1px solid #eee;
    padding: 50px 20px 30px 20px;
    border-radius: 5px;
}

.products-container .product .description {
    font-size: 25px;
}

.products-container .product .image {
    margin: 50px 0;
}

.products-container .product .image img {
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.products-container .product .content .title {
    font-size: 25px;
    font-weight: 500;
    color: #000;
    margin: 0;
    transition: 300ms;
}

.products-container .product .content .read-more {
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    opacity: .5;
    transition: 300ms;
}

.products-container .product .content .read-more:After {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    margin-left: 15px;
}

.products-container .product .content a:Hover p {
    color: var(--blue);
}

.products-container .product .content a:Hover .read-more {
    opacity: 1;
}

.main-header .header-container .logo img {
    filter: brightness(0) invert(1);
    transition: 300ms;
}

.fixed-bar .main-header {
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.5);
}

.fixed-bar .main-header .logo img {
    filter: unset;
    transform: scale(.6);
}

.fixed-bar .main-header .header-container .menu > ul > li > a,
.fixed-bar .main-header .header-container .actions .socials a,
.fixed-bar .main-header .header-container .languages > .active {
    color: #000;
}

.main-features {
    margin: 120px 0;
}

.main-features .feature {
    display: flex;
    align-items: flex-start;
    accent-color: transparent;
    margin: 90px 0;
}

.main-features .feature > div {
    width: 50%;
}

.main-features .feature .image img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}

.main-features .feature > .content {
    padding: 50px 50px 0 50px;
    position: sticky;
    top: 120px;
}

.main-features .feature:nth-child(even) .content {
    padding-left: calc(calc(100vw - var(--containerWidth)) / 2);
}

.main-features .feature:nth-child(odd) .content {
    padding-right: calc(calc(100vw - var(--containerWidth)) / 2);
}

.main-features .feature > .content .title {
    font-size: 35px;
    margin-bottom: 30px;
}

.main-features .feature > .content .site-btn {
    margin-top: 30px;
}

.main-features .feature > .content .description {
    max-width: 70%;
    font-size: 20px;
    color: #6c6c6c;
    font-weight: lighter;
}

.main-features .feature > .content ul {
    font-size: 20px;
    color: #6c6c6c;
    font-weight: lighter;
}

.main-request {
    margin: 120px 0;
    text-align: center;
}

.main-request .content {
    margin-bottom: 50px;
}

.main-request .content .title {
    font-size: 35px;
}

.main-request form {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
}

.main-request form input {
    max-width: 100%;
    width: 250px;
    padding: 10px 20px;
    border: 1px solid #ddd;
    transition: 300ms;
    border-radius: 5px;
}

.main-request form button {
    padding: 9px 30px;
    background: #fff;
    border: 2px solid var(--blue);
    text-transform: uppercase;
    font-weight: 600;
    color: var(--blue);
    transition: 300ms;
    border-radius: 5px;
}

.main-request form button:Hover {
    background: var(--blue);
    color: #fff;
}

.main-footer {
    border-top: 3px solid var(--blue);
    padding-top: 50px;
    margin-top: 50px;
}

.main-footer .footer-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.main-footer .footer-container > div {
    width: 25%;
}

.main-footer .footer-container .logo img {
    width: 70%;
    margin-bottom: 20px;
}

.main-footer .footer-container .logo .company_text {
    font-size: 20px;
    margin-bottom: 40px;
}

.main-footer .footer-container .logo .socials .title {
    margin: 0 0 10px 0;
    font-size: 14px;
    text-transform: uppercase;
    opacity: .6;
    letter-spacing: .5px;
}

.main-footer .footer-container .logo .socials nav {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.main-footer .footer-container .logo .socials a {
    color: #9e9e9e;
    font-size: 20px;
    display: block;
    transition: 300ms;
}


.main-footer .footer-container .logo .socials a:hover {
    color: #000;
}

.main-footer .footer-container .menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.main-footer .footer-container .menu ul li > a {
    display: block;
    padding: 10px 0;
    color: #000;
    transition: 300ms;
    font-size: 15px;
}

.main-footer .footer-container .menu ul li > a:before {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    margin-right: 10px;
}

.main-footer .footer-container .menu ul li > a:Hover {
    color: var(--blue);
}

.main-footer .footer-container .menu .menu-title {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: block;
}

.main-footer .footer-container .contacts .phone {
    background: #fafafa;
    width: 100%;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #000;
}

.main-footer .footer-container .contacts .phone .icon {
    width: 50px;
    text-align: center;
    height: 50px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--blue);
    color: #fff;
}

.main-footer .footer-container .contacts .phone .content {
    width: calc(100% - 50px);
    padding-left: 20px;
}

.main-footer .footer-container .contacts .phone .content .title {
    font-size: 14px;
    display: block;
    font-weight: 500;
}

.main-footer .footer-container .contacts .phone .content .number {
    font-size: 25px;
}

.main-footer .footer-container .contacts .email {
    margin: 20px 0;
    display: block;
    font-size: 20px;
    color: #000;
    transition: 300ms;
}

.main-footer .footer-container .contacts .email > i {
    font-weight: lighter;
    margin-right: 10px;
}

.main-footer .footer-container .contacts .email:Hover {
    color: var(--blue);
}

.main-footer .copyright {
    text-align: center;
    margin: 30px 0;
    padding-top: 30px;
    border-top: 1px solid #eee;
    font-size: 14px;
}

.main-footer .copyright a {
    color: #000;
    transition: 300ms;
    display: inline-block;
}

.main-footer .copyright a:Hover {
    color: var(--blue);
}

.breadcrumb {
    height: 400px;
    background-image: url(/images/breadcrumb.jpg);
    background-size: cover;
    background-position: center center;
    color: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.breadcrumb ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.breadcrumb ul > li > a {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    transition: 300ms;
}

.breadcrumb ul > li:not(:last-child) > a:After {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    margin: 0 10px;
    color: rgba(255, 255, 255, 0.7);
}

.breadcrumb ul > li > a:Hover {
    color: #fff;
}


.page-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.page-container > .sidebar {
    width: 300px;
    border: 1px solid #ddd;
    padding: 30px 15px;
}

.page-container > .page-content {
    width: calc(100% - 300px);
    padding-left: 30px;
}

.page-container > .sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-container > .sidebar .title {
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
}

.page-container > .sidebar ul li a {
    display: block;
    color: #000;
    font-size: 18px;
    white-space: nowrap;
    transition: 300ms;
    padding: 5px 0;
}

.page-container > .sidebar ul li a:Before {
    content: '\f178';
    font-family: 'Font Awesome 5 Pro';
    margin-right: 10px;
}

.page-container > .sidebar ul li a:Hover {
    color: var(--blue);
}

.contact-details {
    display: flex;
}

.contact-details > div {
    width: 50%;
    column-gap: 30px;
}

.contact-details .info-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.contact-details .info-box .icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.contact-details .info-box .title {
    font-size: 14px;
    margin: 0;
}

.contact-details .info-box .content {
    padding-left: 10px;
    width: calc(100% - 50px);
}

.contact-details .info-box .content a {
    font-size: 20px;
    color: #000;
    transition: 300ms;
    display: block;
}

.contact-details .info-box .content a:Hover {
    color: var(--blue);
}

.contact-details .info-box .content .value {
    margin: 0;
}

.contact-details .contacts-title {
    font-size: 30px;
}

.map iframe {
    width: 100%;
    height: 500px;
}

.contact-details .contacts-description {
    margin-bottom: 30px;
}

.contact-details .form input,
.contact-details .form textarea {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 10px 0;
}

.contact-details .form input:nth-child(2),
.contact-details .form input:nth-child(3) {
    width: calc(50% - 10px);
}

.contact-details .form-body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-details .form button {
    border: 2px solid var(--blue);
    color: var(--blue);
    font-weight: 600;
    text-transform: uppercase;
    background: transparent;
    padding: 10px 30px;
    margin: 10px 0 50px;
    border-radius: 5px;
    transition: 300ms;
}

.contact-details .form button:Hover {
    background: var(--blue);
    color: #fff;
}

.products-page-header {
    text-align: center;
    background: linear-gradient(0, #fff 30%, var(--blue));
    height: 300px;
    background-image: url(/images/breadcrumb.jpg);
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.products-page-header ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.products-page-header ul li > a {
    color: #fff;
    font-size: 14px;
}

.products-page-header ul li:not(:last-child) > a:after {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    font-weight: lighter;
    margin: 0 10px;
}

.product-page .product-image {
    text-align: center;
    margin: 100px auto;
    position: relative;
    z-index: 1;
}

.product-page .product-summary {
    text-align: center;
    margin-bottom: 50px;
}

.product-details-body table {
    border: 0;
    margin: 40px auto;
    width: unset !important;
}

.product-details-body table td {
    padding: 5px 10px;
    border: 1px solid #ddd;
}

.product-details-body table tr:nth-child(even) {
    background: #eee;
}

.product-details-body {
    margin-bottom: 90px;
}

.product-info-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 30px;
    justify-content: center;
    margin-top: 80px;
}

.product-info-list .info-card {
    text-align: center;
    width: calc(33% - 30px);
}

.home-product-images img {
    height: 300px;
    object-fit: cover;
    width: 100%;
    transition: 300ms;
}

.home-product-images {
    margin-bottom: 50px;
}

.home-product-images img:Hover {
    transform: scale(1.1);
    filter: brightness(.8);
}

.home-product-images a {
    display: block;
    position: relative;
    overflow: hidden;
}

.main-sliders {
    position: relative;
    z-index: 1;
}

.main-sliders:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.3), transparent);
    z-index: 1;
}

.main-sliders img {
    width: 100%;
    max-height: 100vh;
    object-fit: cover;
}

.site-sairus .main-header .header-container .logo {
    margin-top: -30px;
}

.site-sairus.fixed-bar .main-header .header-container .logo {
    margin-top: -15px;
}

.gallery-content .gallery-item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 5px;
}

.gallery-content .gallery-item img {
    transition: 300ms;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery-content .gallery-item:Hover img {
    transform: scale(1.1);
}

.gallery-content .gallery-item.gallery-video a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000063;
}

.gallery-content .gallery-item.gallery-video i {
    color: #fff;
    z-index: 9;
    position: absolute;
    transition: 400ms;
    font-size: 35px;
}

.gallery-content .gallery-item.gallery-video a {
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;
    height:100%;
    position: relative;
    z-index: 0;
}

.gallery-content .gallery-item.gallery-video img{
    object-fit:contain;
    padding:50px;
}

.page-content.gallery-content .col-md-4 {
    padding-bottom: var(--bs-gutter-x);
}

@media (max-width: 992px) {
    .main-header {
        padding: 0;
    }

    .main-header .header-container {
        height: 50px;
    }

    .main-header .header-container .logo {
        width: 120px;
        margin-top: 0 !important;
    }

    .main-header .header-container .menu {
        position: fixed;
        left: 0;
        top: 50px;
        width: 100vw;
        height: calc(100vh - 50px);
        background: rgba(255, 255, 255, 0.97);
        padding: 100px 30px 30px 30px;
        backdrop-filter: blur(10px);
        z-index: 1;
        visibility: hidden;
        opacity: 0;
        transition: 300ms;
    }

    .main-header .header-container .menu ul {
        flex-direction: column;
    }

    .main-header .header-container .menu > ul > li {
        width: 100%;
        text-align: center;
    }

    .main-header .header-container .menu > ul > li > a {
        margin-right: 0;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        width: 100%;
        font-size: 20px;
        color: #000 !important;
    }

    .main-header .header-container .menu > ul > li:last-child a {
        border: 0;
    }

    .fixed-bar .main-header {
        padding: 0;
        background: rgba(255, 255, 255, 0.8);
    }

    .fixed-bar .main-header .logo img {
        transform: scale(1);
    }

    .main-header .header-container .actions .socials {
        display: none;
    }

    .main-header .header-container .actions {
        width: calc(100% - 120px);
    }

    .toggle-menu {
        display: flex;
        width: 50px;
        text-align: center;
        align-items: center;
        justify-content: center;
        border: 0;
        background: transparent;
        transition: 300ms;
        color: #fff;
        opacity: .6;
    }

    .main-video .content-box {
        margin-top: 50px;
    }

    .main-video .content .text {
        max-width: 100%;
        text-align: center;
    }

    .main-video .scroll {
        text-align: center;
        width: 100%;
        margin-top: 50px;
    }

    .fixed-bar .toggle-menu {
        color: #000;
    }

    .main-products {
        margin: 40px 0;
        scroll-margin-top: 40px;
    }

    .section-header {
        max-width: 100%;
    }

    .products-container .product {
        width: 100%;
        margin: 15px 0;
    }

    .main-features .feature {
        flex-direction: column;
        width: 100%;
        margin: 30px 0;
    }

    .main-features {
        margin: 40px 0;
    }

    .main-features .feature > div {
        width: 100%;
    }

    .main-features .feature:nth-child(even) .content {
        padding: 30px;
    }

    .main-features .feature:nth-child(odd) .content {
        padding: 30px;
    }

    .main-features .feature > .content {
        position: static;
    }

    .main-request {
        margin: 30px 0;
    }

    .main-request .content .title {
        font-size: 25px;
    }

    .main-request form input {
        width: 100%;
    }

    .main-request form {
        flex-wrap: wrap;
        row-gap: 20px;
    }

    .main-request form button {
        width: 100%;
    }

    .main-footer .footer-container {
        flex-wrap: wrap;
    }

    .main-footer .footer-container > div {
        width: 100%;
        text-align: center;
    }

    .main-footer .footer-container > .menu {
        width: calc(50% - 20px);
        margin: 30px 0;
        text-align: left;
    }

    .main-footer .footer-container .logo .socials nav {
        justify-content: center;
    }

    .open-menu .main-header .header-container .menu {
        opacity: 1;
        visibility: visible;
    }

    .open-menu .main-header {
        background-color: rgba(255, 255, 255, 0.8);
    }

    .main-header .header-container .menu > ul > li > ul {
        position: static;
        max-height: unset;
        opacity: 1;
        background: transparent;
        font-size: 20px;
        margin-bottom: 30px;
    }

    .product-details-body iframe {
        max-width: 100%;
    }

    .page-container {
        flex-direction: column-reverse;
    }

    .page-container > .sidebar {
        width: 100%;
        margin-top: 20px;
    }

    ım
    .page-container > .page-content {
        width: 100%;
        padding-left: 0;
    }

    .breadcrumb {
        height: 250px;
    }

    .breadcrumb h1 {
        font-size: 20px;
    }

    .breadcrumb ul > li > a {
        font-size: 12px;
    }

    .contact-details {
        flex-wrap: wrap;
    }

    .contact-details > div {
        width: 100%;
    }

    .contact-details .form input:nth-child(2), .contact-details .form input:nth-child(3) {
        width: 100%;
    }

    .product-info-list .info-card {
        width: calc(50% - 30px);
    }
    
    .page-content {
        width: 100% !important;
        padding: 0 !important;
    }
}


.page-content .files a.file-item {
    width: 100%;
    min-height: 175px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align:center;
    background: #000;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    border: 2px solid #000;
    margin-bottom:30px;
    transition: 400ms;
}

.page-content .files a.file-item:hover {
    background: #fff;
    color: #000;
    border: 2px solid #000;
    transition: 400ms;
}
