<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: AlinmaTheSans;
    src: url(../fonts/AlinmaTheSans-Plain.eot);
    src: local("â˜º"),url(../fonts/AlinmaTheSans-Plain.woff) format("woff"),url(../fonts/AlinmaTheSans-Plain.ttf) format("truetype"),url(../fonts/AlinmaTheSans-Plain.svg) format("svg");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: AlinmaTheSans;
    src: url(../fonts/AlinmaTheSans-Bold.eot);
    src: local("â˜º"),url(../fonts/AlinmaTheSans-Bold.woff) format("woff"),url(../fonts/AlinmaTheSans-Bold.ttf) format("truetype"),url(../fonts/AlinmaTheSans-Bold.svg) format("svg");
    font-weight: bold;
    font-style: normal
}


body, html{
    color: #755750;
    background: #FFFFFF;
    font-size: 18px;
    font-family: AlinmaTheSans;
    font-weight: 100;
}

@media only screen and (max-width: 1399px) {
    body, html{
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    body, html{
        font-size: 14px;
    }
}


/***** Animations *****/
@keyframes elementFadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
/***** End Animations *****/


a, .btn {
    transition: 0.2s;
}

.btn {
    border-width: 2px;
    min-width: 160px;
    text-decoration: none;
}
.btn:hover {
    text-decoration: none;
}

[class*="btn"]:active:focus {
    box-shadow: none;
}


.form-floating {
    font-size: 14px;
}
.form-floating&gt;.form-control, .form-floating&gt;.form-select {
    padding: 0.8rem;
    height: 55px;
    font-size: 0.9rem;
}
.form-floating&gt;label {
    padding: 0.8rem;
}
.form-floating&gt;.form-control:focus, .form-floating&gt;.form-control:not(:placeholder-shown) {
    padding-top: 1.25rem;
}

.form-control:disabled,
.form-control[readonly] {
    background: #EEEEEE;
    color: #777777;
}
.form-floating&gt;.form-control:disabled~label,
.form-floating&gt;.form-control[readonly]~label,
.form-floating&gt;.form-control:disabled:not(:placeholder-shown)~label,
.form-floating&gt;.form-control[readonly]:not(:placeholder-shown)~label {
    color: #999999;
}

.form-floating&gt;.form-control[type="file"]::file-selector-button {
    display: none;
}

.form-floating&gt;.form-control:focus~label,
.form-floating&gt;.form-control:not(:placeholder-shown)~label,
.form-floating&gt;.form-select~label {
    transform: scale(.85) translateY(-0.5rem);
    transform-origin: top left;
}
.form-floating .upload-icon {
    background: #f4f2f0;
    width: 45px;
    height: 45px;
    padding: 13px;
    position: absolute;
    top: 5px;
    right: 5px;
}






/***** Buttons *****/
.btn-primary {
    color: #FFFFFF;
    background-color: #7aabde;
    border-color: #7aabde;
}

.btn-primary:hover {
    color: #fff;
    background-color: #95bce5;
    border-color: #95bce5;
}

.btn-primary:focus {
    color: #fff;
    background-color: #7aabde;
    border-color: #7aabde;
    box-shadow: none;
}

/* .btn-primary.disabled,.btn-primary:disabled {
    color: #fff;
    background-color: #afcdeb !important;
    border-color: #afcdeb !important;
} */

.btn-outline-primary {
    color: #7aabde;
    border-color: #7aabde
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #95bce5;
    border-color: #95bce5
}

.btn-outline-primary:focus {
    color: #fff;
    background-color: #7aabde;
    border-color: #7aabde;
    box-shadow: none
}



.btn-secondary {
    color: #fff;
    background-color: #91785b;
    border-color: #91785b;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #a7937c;
    border-color: #a7937c;
}

.btn-secondary:focus {
    color: #fff;
    background-color: #91785b;
    border-color: #91785b;
    box-shadow: none;
}



.btn-outline-secondary {
    color: #91785b;
    border-color: #91785b
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #a7937c;
    border-color: #a7937c
}

.btn-outline-secondary:focus {
    color: #fff;
    background-color: #91785b;
    border-color: #91785b;
    box-shadow: none
}





.cta-link {
    font-size: 1.2rem;
    font-weight: bold;
    color: #522d24;
    text-decoration: underline;
    display: inline-block;
}

.cta-button {
    background: #7aabde;
    color: #FFFFFF;
    text-decoration: none;
    padding: 0.536rem 1rem;
    display: inline-block;
}
.cta-button:hover {
    color: #FFFFFF;
    text-decoration: none;
    opacity: 0.8;
}


.btn-clear {
    background: #eae6e2;
    color: #522d24;
    text-decoration: none;
    padding: 0.536rem 1rem;
    display: inline-block;
}
.btn-clear:hover {
    background: #d5cdc5;
    opacity: 0.8;
}
/***** End Buttons *****/





header, .header {
    padding: 0;
    top: 0;
    transition: 0.3s;
}
header a, header a:hover,
.header a, .header a:hover {
    text-decoration: none;
}

.navbar-brand {
    margin: 0;
}
.alinma-logo {
    width: 200px;
}

/***** Top Header Styles *****/
header .top-header {
    display: flex;
    justify-content: space-between;
    direction: inherit;
    background: #522d24;
    font-size: 0.8rem;
}

header .top-header .nav .nav-item .nav-link {
    height: 40px;
    padding: 0.5rem 1.5rem;
    color: #FFFFFF;
    transition: 0.25s;
}

header .top-header .nav .nav-item .nav-link:hover,
header .top-header .nav .nav-item .nav-link:active,
header .top-header .nav .nav-item .nav-link.active,
header .top-header .nav .nav-item .nav-link[aria-expanded="true"] {
    color: #522d24;
    background: #FFFFFF;
}

header .top-header .nav .nav-item .nav-link .icon {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    stroke: currentColor;
}

header .top-header .nav .nav-item .nav-link .icon .filled,
header .top-header .nav .nav-item .nav-link .icon .filled,
header .top-header .nav .nav-item .nav-link .icon .filled {
    fill: #97817c;
}

header .top-header .nav .nav-item .nav-link:hover .icon .filled,
header .top-header .nav .nav-item .nav-link:active .icon .filled,
header .top-header .nav .nav-item .nav-link.active .icon .filled {
    fill: #FFFFFF;
    stroke: #FFFFFF;
}

header .top-header .nav .nav-item .nav-link .icon .fill {
    fill: none;
}

header .top-header .nav .nav-item .nav-link:hover .icon .fill,
header .top-header .nav .nav-item .nav-link:active .icon .fill,
header .top-header .nav .nav-item .nav-link.active .icon .fill {
    stroke: currentColor;
    fill: currentColor !important;
}


header .top-header .dropdown .dropdown-menu {
    border: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: 0 3px 6px rgba(0,0,0,0.1);
    margin-top: -2px !important;
    z-index: 999999;
    max-width: 500px;
}

header .top-header .dropdown .dropdown-menu .dropdown-item {
    padding: 0.75rem;
}
header .top-header .dropdown .dropdown-menu .dropdown-item:hover {
    background: #f4f2f0;
}
header .top-header .dropdown .dropdown-menu .dropdown-item .logo-img {
    height: 60px;
    padding: 0.75rem;
    background: #f4f2f0;
    border: 1px solid #dfd9d3;
}
header .top-header .dropdown .dropdown-menu .dropdown-item .other-product-title {
    font-size: 1rem;
    font-weight: bold;
    color: #522d24;
    margin: 0;
}
header .top-header .dropdown .dropdown-menu .dropdown-item .other-product-description {
    font-size: 0.85rem;
    color: #755750;
    margin: 0;
    white-space: pre-wrap;
}



@media only screen and (max-width: 1199px) {
    header .top-header {
        overflow-x: auto;
        margin-top: 0;
    }
    header .top-header .nav {
        flex-wrap: nowrap;
    }
    header .top-header .nav:last-child {
        margin-inline-end: 0;
    }
    header .top-header .nav .nav-item .nav-link {
        white-space: nowrap;
        padding: 0.5rem 0.75rem;
    }
}
@media only screen and (max-width: 767px) {
    header .top-header .nav .nav-item .nav-link {
        height: 30px;
        white-space: nowrap;
        padding: 0.5rem 2rem;
    }
    header .top-header .nav .nav-item .nav-link .icon {
        display: none;
    }

    header .top-header .dropdown-menu {
        width: 100%;
    }
    
    header .top-header .dropdown .dropdown-menu .dropdown-item .logo-img {
        height: 50px;
        padding: 0.75rem 0.5rem;
    }
}
/***** End Top Header Styles *****/


/***** Main Header Styles *****/
header, .header {
    position: fixed;
    width: 100vw;
    z-index: 9999;
}
header .main-header {
    direction: rtl;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    z-index: 999;
    background: #FFFFFF;
}
header .navbar-toggler {
    padding: 0.35rem;
    display: flex;
    color: #522d24;
    border: 0 !important;
    outline: 0;
    box-shadow: none !important;
}
header .navbar-toggler svg {
    width: 32px;
    height: 32px;
}


header .main-header .main-menu,
header .main-header .header-action-buttons {
    direction: ltr;
}
header .main-header .header-action-buttons {
    align-items: center;
    padding: 0;
}

header .main-header .header-action-buttons a {
    text-decoration: none;
}
header .main-header .header-action-buttons .header-action-button {
    display: block;
    color: #FFFFFF;
    background: #91785b;
    padding: 0.5rem 0.75rem;
    border: 1px solid #91785b;
}
header .main-header .header-action-buttons .header-login-dropdown-link {
    background: #7aabde;
    color: #FFFFFF;
    border-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .main-header .header-action-buttons .header-login-dropdown-link::after {
    border: 0;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' enable-background='new 0 0 16 16' xml:space='preserve'%3E%3Cpath fill='%23FFFFFF' d='M14.7,4.1c-0.6-0.6-1.5-0.6-2.1,0L8,8.7L3.4,4.1c-0.6-0.6-1.5-0.6-2.1,0c-0.6,0.6-0.6,1.5,0,2.1l5.7,5.7 c0.3,0.3,0.7,0.4,1.1,0.4s0.8-0.1,1.1-0.4l5.7-5.7C15.3,5.6,15.3,4.7,14.7,4.1z'/%3E%3C/svg%3E");
    width: 10px;
    height: 10px;
    margin-inline-start: 1rem;
}

header .main-header .header-action-button svg,
header .main-header .header-action-button + .dropdown-menu svg {
    width: 20px;
    height: 20px;
    margin-inline-end: 0.5rem;
}
header .main-header .header-login-dropdown-link[aria-expanded="true"] {
    border-end-start-radius: 0;
    border-end-end-radius: 0;
    border-bottom: 1px solid #6391c2;
}
header .main-header .header-login-dropdown-link + .dropdown-menu {
    background: #7aabde;
    border-radius: 0;
    border: 0;
    margin-top: 0px;
    font-size: 0.85rem;
}
header .main-header .header-login-dropdown-link + .dropdown-menu a {
    color: #FFFFFF;
    background: none;
}
header .main-header .header-login-dropdown-link + .dropdown-menu a:hover {
    color: #7aabde;
    background: #FFFFFF;
}
header .main-header .header-login-dropdown-link + .dropdown-menu a.login-btn {
    background: #6b9ccd !important;
    padding: 0.5rem 0.75rem;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
}
header .main-header .header-login-dropdown-link + .dropdown-menu a.login-btn:hover {
    color: #FFFFFF;
    background: #527fab !important;
}

header .main-header .header-login-dropdown-link + .dropdown-menu a.login-btn .tag-new {
    background: #c0ce00 !important;
    font-size: 0.6rem;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    display: block;
    position: absolute;
    top: 8px;
    right: -16px;
    width: 60px;
    transform: rotate(45deg);
    height: 16px;
}

header .main-header .header-login-dropdown-link + .dropdown-menu .dropdown-header {
    color: #FFFFFF;
    opacity: 0.7;
}


header .main-header .navbar {
    padding: 0;
}
header .main-header .main-menu {
    padding: 0;
}

header .main-header .main-menu .nav-item .nav-link {
    display: flex;
    color: #522d24;
    min-height: 80px;
    align-items: center;
    padding: 1rem;
}

header .main-header .main-menu .nav-item .nav-link[aria-expanded="true"],
header .main-header .main-menu .nav-item .nav-link:hover,
header .main-header .main-menu .nav-item:hover .nav-link {
    color: #FFFFFF;
    background: #755750;
}

header .main-header .main-menu .nav-item .nav-link:hover + .dropdown-menu,
header .main-header .main-menu .nav-item .nav-link + .dropdown-menu:hover {
  display: block;
}

header .main-header .main-menu .nav-item .dropdown-toggle:after {
    content: inherit;
}

header .main-header .main-menu .dropdown-menu {
    background: #755750;
    color: #FFFFFF;
    margin: 0;
    border-radius: 0;
    min-width: 100%;
    border: 0;
    box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}
header .main-header .main-menu .dropdown-menu a {
    color: #FFFFFF;
    font-size: 0.9rem;
    margin-bottom: 5px;
    display: flex;
}
header .main-header .main-menu .dropdown-menu a:hover,
header .main-header .main-menu .dropdown-menu a:focus,
header .main-header .main-menu .dropdown-menu a:active,
header .main-header .main-menu .dropdown-menu a.active {
    color: #f93f03;
    text-decoration: none;
    background: transparent;
}



@media only screen and (max-width: 1199px) {
    .alinma-logo {
        width: 150px;
    }

    header .main-header .main-menu .nav-item .nav-link {
        display: flex;
        color: #522d24;
        min-height: 60px;
        align-items: center;
        padding: 0.5rem;
    }
    header .main-header .header-action-buttons .header-action-button {
        padding: 0.35rem;
    }
    header .main-header .header-action-buttons .header-login-dropdown-link::after {
        margin-inline-start: 0.5rem;
    }
}
@media only screen and (max-width: 991px) {
    header .main-header {
        padding:10px 0;
    }
    
    header .main-header .main-menu-wrapper {
        max-width: 85%;
        z-index: -1;
        justify-content: space-between;
        overflow-y: auto;
    }

    header .main-header .main-menu-wrapper {
        padding-top: 100px !important;
    }
    header.minimal .main-header .main-menu-wrapper {
        padding-top: 65px !important;
    }

    header .main-header .offcanvas-backdrop {
        z-index: -2;
    }

    header .main-header .language-link {
        color: #522d24;
        border: 1px solid #522d24;
        width: auto;
        text-align: center;
        padding: 0.35rem 1rem;
        font-weight: bold;
        text-decoration: none;
        border-radius: 4px;
        align-self: center;
        display: inline-block;
    }

    header .main-header .main-menu .nav-item .nav-link {
        min-height: 40px;
        border-bottom: 1px solid #f4f2f0;
    }
    header .main-header .main-menu .nav-item .nav-link[aria-expanded="true"]{
        border-bottom-color: transparent;
    }
    header .main-header .main-menu .nav-item .nav-link[aria-expanded="true"],
    header .main-header .main-menu .nav-item .nav-link:hover,
    header .main-header .main-menu .nav-item:hover .nav-link {
        color: #522d24;
        background: #FFFFFF;
    }
    header .main-header .main-menu .dropdown-menu {
        background: #f4f2f0;
        color: #522d24;
        border-top: 1px solid #dfd9d3;
        border-bottom: 1px solid #dfd9d3;
        box-shadow: none;
    }
    header .main-header .main-menu .dropdown-menu a {
        color: #522d24;
        padding: 0.5rem 1rem;
    }

    header .main-header .social-link {
        width: 32px;
        height: 32px;
    }
    header .main-header .social-link svg {
        width: 24px;
        height: 24px;
    }

    header .main-header .contact-links {
        direction: initial;
        padding: 0;
        margin: 1.5rem 0;
    }
    header .main-header .contact-links li:not(:last-child) {
        border-inline-end: 1px solid #522d24;
    }
    header .main-header .contact-links a {
        color: #522d24;
        padding: 0.5rem 1.5rem;
        text-decoration: none;
    }
    header .main-header .contact-links a:hover {
        color: #522d24;
    }
}
@media only screen and (max-width: 767px) {

    .alinma-logo {
        width: 140px;
    }
    header .navbar-toggler {
        padding: 0.25rem;
        margin-right: 0.5rem;
    }
    header .main-header .header-action-buttons .header-action-button {
        padding: 0.35rem;
    }
    header .main-header .header-action-button svg,
    header .main-header .header-action-button + .dropdown-menu svg {
        width: 16px;
        height: 16px;
        margin-inline-end: 0.5rem;
    }
    header .main-header .header-action-buttons .header-login-dropdown-link::after {
        margin-inline-start: 0.5rem;
    }
}
/***** End Main Header Styles *****/



/********** Footer Styles **********/
footer {
    color: #755750;
    background: #f4f2f0;
}
footer p {
    line-height: 2rem;
}
.footer-title {
    color: #755750;
    font-weight: bold;
}
.footer-links a {
    color: #755750;
    transition: 0.2s;
    text-decoration: none;
    padding: 5px 0;
    display: block;
}
.footer-links a:hover,
.footer-links a:focus,
.footer-links a:active {
    color: #522d24;
}

footer .app-download-links a {
    text-decoration: none;
}
footer .app-download-links img {
    max-height: 40px;
}


@media only screen and (max-width: 767px) {
    .footer-title, .footer-links {
        text-align: center;
    }
    footer .app-download-links img {
        max-height: 35px;
    }
}

.social-links {
    padding: 0;
}
.social-links li {
    vertical-align: bottom;
}
.social-links li:not(:last-child) {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.social-link {
    text-decoration: none;
    color: #FFFFFF;
    background: #522d24;
    display: flex;
    flex-direction: column;
    transition: 0.2s;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
}
.social-link:hover,
.social-link:focus,
.social-link:active {
    color: #FFFFFF;
    background: #755750;
}
.social-link svg {
    width: 28px;
    height: 28px;
}

.call-number {
    text-decoration: none;
    color: #522d24;
    font-size: 1.2rem;
    vertical-align: middle;
    line-height: 20px;
    vertical-align: bottom;
}
.call-number-icon {
    width: 16px;
    height: 16px;
    stroke-width: 5px;
    stroke: #755750;
    fill: none;
    margin-right: 5px;
}
.call-number-icon:hover {
    stroke-width: 5px;
    stroke: #755750;
    fill: none;
}
.copyrights {
    font-size: 1.2rem;
}

.sama-text {
    font-size: 0.7rem;
}
.sama-text p {
    line-height: 1.2rem;
}
/********** End Footer Styles **********/





















.breadcrumb {
    font-size: 0.9rem;
    margin: 0;
}
.breadcrumb .breadcrumb-item a {
    color: #522d24;
}
.breadcrumb .breadcrumb-item.active {
    color: #97817c;
}
.breadcrumb-item+.breadcrumb-item:before {
    content: "&gt;";
}

.breadcrumb-dark .breadcrumb-item a {
    color: #FFFFFF;
}




.main-menu-link svg {
    width: 20px !important;
    height: 20px !important;
}
.menu-wrapper a {
    padding: 10px 15px;
    display: inline-block;
    line-height: 32px;
}
.menu-wrapper a:hover,
.menu-wrapper a:focus,
.menu-wrapper a:active {
    text-decoration: none;
}

.tablet-menu {
    text-align: left;
}



/********** Home Page **********/
.section-title {
    color: #522d24;
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
    .section-title {
        font-size: 2.5rem;
        margin-bottom: 15px;
    }
}

/***** Landing Slideshow *****/
.landing-slider.slick-slider {
    position: relative;
    padding-top: 120px;
}
.landing-slider.slick-slider .slick-track {
    display: flex !important;
}

.landing-slider.slick-slider .slick-slide {
    height: inherit !important;
    overflow: hidden;
    height: 600px !important;
    display: flex;
    align-items: center;
}
.landing-slider.slick-slider a.slick-slide {
    color: inherit;
    text-decoration: none;
}

.landing-slider.slick-slider .slick-arrow {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(50%);
    z-index: 2;
    color: #FFFFFF;
    mix-blend-mode: difference;
}
.landing-slider.slick-slider .slick-arrow svg {
    width: 50px;
    height: 50px;
}

.landing-slider.slick-slider .slick-arrow.slick-prev {
    left: 20px;
}
.landing-slider.slick-slider .slick-arrow.slick-next {
    right: 20px;
}

.slick-slider .slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-slider .slick-dots li {
    position: relative;

    display: inline-block;

    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-slider .slick-dots li .slick-square-dot {
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    background-color: #baaba7;
}
.slick-slider .slick-dots li .slick-square-dot:hover {
    background-color: #755750;
}
.slick-slider .slick-dots li.slick-active .slick-square-dot {
    background-color: #522d24;
}


.landing-slider.slick-slider .slider-title {
    font-size: 3rem;
    font-weight: bold;
    color: #522d24;
    margin-bottom: 40px;
}
.landing-slider.slick-slider .slider-title::after {
    content: '';
    width: 50px;
    height: 3px;
    position: relative;
    display: block;
    background: #f93f03;
    margin-top: 10px;
}

.landing-slider.slick-slider .slider-features-list {
    margin: 0;
}

.landing-slider.slick-slider .slider-description,
.landing-slider.slick-slider .slider-features-list {
    margin-bottom: 30px;
}


.landing-slider.slick-slider .slider-features-list li::before {
    content: '';
    width: 12px;
    height: 12px;
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg version='1.0' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='60px' height='60px' viewBox='0 0 60 60' enable-background='new 0 0 60 60' xml:space='preserve'%3E%3Cpath fill='%23cdd833' stroke-width='2' stroke='%23cdd833' d='M58.333,9.049l-0.082-0.073c-0.733-0.588-1.633-0.912-2.532-0.912c-0.958,0-1.803,0.379-2.327,1.043l-32.564,34.83 L6.961,29.196c-1.271-1.29-3.4-1.285-4.661-0.006c-0.635,0.635-0.985,1.46-0.985,2.322s0.35,1.687,0.96,2.296l16.241,17.407 c0.242,0.229,0.427,0.376,0.691,0.448l0.283,0.284h0.313c0.005,0.002,0.013,0.006,0.023,0.01c0.199,0.082,0.533,0.22,1.001,0.22 c0.463,0,0.94,0,1.396-0.323c0.189-0.078,0.362-0.201,0.495-0.366h0.157l35.462-37.788C59.653,12.367,59.651,10.368,58.333,9.049z' /%3E%3C/svg%3E");
    display: inline-block;
    margin-right: 10px;
}

.landing-slider.slick-slider .slider-img {
    max-height: 450px;
    width: auto;
    max-width: 100%;
    margin: auto;
}

@media only screen and (max-width: 1199px) {
    .landing-slider.slick-slider {
        padding-top: 90px;
    }
}

@media only screen and (max-width: 1024px) {
    .landing-slider.slick-slider .slick-slide {
        height: 400px !important;
    }
    
    .landing-slider.slick-slider .slider-title {
        font-size: 2rem;
    }
    .landing-slider.slick-slider .slick-arrow {
        width: 30px;
        height: 30px;
    }
    .landing-slider.slick-slider .slick-arrow svg {
        width: 30px;
        height: 30px;
    }
    
    .landing-slider.slick-slider .slick-arrow.slick-prev {
        left: 0;
    }
    .landing-slider.slick-slider .slick-arrow.slick-next {
        right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .landing-slider.slick-slider {
        padding-top: 80px;
    }
    .landing-slider.slick-slider .slick-slide {
        display: flex;
        justify-content: space-around;
        height: 480px !important;
        padding-bottom: 50px;
    }
    .landing-slider.slick-slider .slider-title {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    .landing-slider.slick-slider .slider-description {
        font-size: 1rem;
        margin-bottom: 20px;
    }
}


.landing-slider.slick-slider .slide-full-img {
    position: relative;
    height: 100%;
}
.landing-slider.slick-slider .slide-full-img img {
    height: auto;
    min-height: 100%;
    width: auto;
    min-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.landing-slider.slick-slider .slider-info,
.landing-slider.slick-slider .slider-img {
    position: relative;
    opacity: 0;
}
.landing-slider.slick-slider .slick-active .slider-img {
    animation: elementFadeInDown 0.3s linear 0.15s forwards;
}
.landing-slider.slick-slider .slick-active .slider-info {
    animation: elementFadeInDown 0.3s linear 0.3s forwards;
}
/***** End Landing Slideshow *****/

/***** Quick Links Section *****/
.quick-nav-links {
    background: #7aabde;
}

.quick-nav-links .quick-link {
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    text-align: center;
    transition: 0.2s;
    display: block;
    font-weight: bold;
    /* top: 0; */
    transition: 0.2s;
}
.quick-nav-links .quick-link:hover {
    color: rgba(255, 255, 255, 1);
    /* top: -20px; */
}

.quick-nav-links .quick-link .icon {
    display: block;
    margin: auto;
    margin-bottom: 1rem;
    width: 45px;
    height: 45px;
}

.quick-nav-links .col-md {
    border-inline-end: 2px dashed rgba(255, 255, 255, 0.7);
}
.quick-nav-links .col-md:last-child {
    border-inline-end: 0;
}

@media only screen and (max-width: 767px) {
    .quick-nav-links .quick-link {
        padding: 1.5rem;
    }
    .quick-nav-links [class*='col-'] {
        border-bottom: 2px dashed rgba(255, 255, 255, 0.7);
    }
    .quick-nav-links [class*='col-']:nth-last-child(-n+2) {
        border-bottom: 0;
    }

    .quick-nav-links [class*='col-']:nth-child(even) {
        border-inline-end: 0;
    }
    .quick-nav-links [class*='col-']:nth-child(even) {
        border-inline-end: 0;
    }

    .quick-nav-links .quick-link .icon {
        width: 30px;
        height: 30px;
    }
}
/***** End Quick Links Section *****/

/***** News Section *****/
.news-section {
    background: #FFFFFF;
}

.news-section .news-item-link {
    color: inherit;
    text-decoration: none;
    position: relative;
    left: 0;
    right: 0;
    transition: 0.2s;
}
.news-section .news-item-link:hover {
    left: -20px;
}

.news-section .news-item {
    margin-bottom: 30px;
}
.news-section .news-date {
    padding: 10px;
    border: 2px solid #baaba7;
    font-weight: bold;
    color: #755750;
    width: 120px;
    height: 120px;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .news-section .news-date {
        width: 100px;
        height: 100px;
    }
}

.news-section .news-date .day-label {
    font-size: 1.5rem;
}
.news-section .news-date .month-label {
    color: #8d4189;
}
.news-section .news-title {
    color: #522d24;
    font-weight: bold;
    margin-bottom: 15px;
}
.news-section .news-breif {
    color: #755750;
    font-size: 0.9rem;
    margin-bottom: 0;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/***** End News Section *****/

/***** Alinma Products Section *****/
.alinma-products {
    background: #f4f2f0;
}

.alinma-products .nav[role="tablist"] {
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #dfd9d3;
}
.alinma-products .nav[role="tablist"] .nav-item .nav-link {
    color: #522d24;
    font-size: 1.25rem;
    margin-inline-end: 3rem;
    padding: .5rem 0;
}
.alinma-products .nav[role="tablist"] .nav-item:last-child .nav-link {
    margin-inline-end: 0;
}
.alinma-products .nav[role="tablist"] .nav-item .nav-link.active {
    color: #7aabde;
    border-bottom: 2px solid #7aabde;
}

@media only screen and (max-width: 767px) {
    .alinma-products .nav[role="tablist"],
    .alinma-products .tab-content {
        margin: 0 -0.75rem;
    }
    .alinma-products .nav[role="tablist"] {
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        margin-bottom: 1rem;
        
        padding: 0 0.75rem;
    }
    
    .alinma-products .nav[role="tablist"] .nav-item .nav-link {
        color: #522d24;
        font-size: 1rem;
        white-space: nowrap;
        margin-inline-end: 1.5rem;
    }
}


.products-carousel .slick-list {
    margin: 0 -15px;
    padding: 25px 0;
}
.slick-slider .slick-track {
    display: flex;
}

@media only screen and (max-width: 767px) {
    .products-carousel .slick-list {
        margin: 0;
        padding-bottom: 50px;
    }
    .products-carousel .slick-dots {
        bottom: -1rem;
    }
}
.products-carousel .slick-arrow {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    color: #522d24;
}
.products-carousel .slick-arrow svg {
    width: 50px;
    height: 50px;
}
.products-carousel .slick-arrow.slick-prev {
    left: -75px;
}
.products-carousel .slick-arrow.slick-next {
    right: -75px;
}


@media only screen and (max-width: 1024px) {
    .products-carousel .slick-arrow {
        width: 30px;
        height: 30px;
    }
    .products-carousel .slick-arrow svg {
        width: 30px;
        height: 30px;
    }
    
    .products-carousel .slick-arrow.slick-prev {
        left: -40px;
    }
    .products-carousel .slick-arrow.slick-next {
        right: -40px;
    }
}

.products-carousel .slick-slide {
    margin: 0 15px;
    border-radius: 5px;
    /* border: 0; */
    /* box-shadow: 0 .125rem .25rem rgba(0,0,0,0.1); */
    border-color: #dfd9d3;
    /* transition: 0.15s; */
    transition: box-shadow 0.15s;
    height: inherit;
    display: flex;
    justify-content: space-around;
}

/* .products-carousel .slick-list:hover &gt; .slick-track &gt; .slick-slide {
    opacity: 0.7;
    box-shadow: none;
} */
.products-carousel .slick-slide:hover {
    opacity: 1 !important;
    box-shadow: 0 .5rem 0.75rem rgba(0,0,0,0.10) !important;
    /* transform: scale(1.05,1.05); */
}

.products-carousel .slick-slide .card-img-wrapper {
    max-height: 250px;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.products-carousel .slick-slide .card-img-wrapper img {
    min-width: 100%;
    min-height: 100%;
    transition: 0.25s;
}
.products-carousel .slick-slide:hover .card-img-wrapper img {
    transform: scale(1.2, 1.2);
}

.products-carousel .slick-slide .card-title {
    color: #522d24;
    font-weight: bold;
}
.products-carousel .slick-slide .card-text {
    color: #755750;
    font-size: 0.9rem;
    margin-bottom: 0;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.products-carousel .slick-slide .card-footer {
    background: inherit;
    border-top-color: #eae6e2;
    padding: 1rem;
    display: flex;
    justify-content: space-around;
}
.products-carousel .slick-slide .cta-link {
    color: #97817c;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: normal;
    display: block;
    flex: 1 0 auto!important;
    text-align: center;
    border-inline-end: 1px solid #eae6e2;
    transition: 0.25s;
}
.products-carousel .slick-slide .cta-link:last-child {
    color: #7aabde;
    border-inline-end: 0;
}
.products-carousel .slick-slide .cta-link:hover {
    opacity: 0.8;
}
/***** End Alinma Products Section *****/
/********** End Home Page **********/

.icon-stroke {
    stroke: currentColor;
}

.icon-stroke-2 {
    stroke-width: 2px;
    stroke: currentColor;
}

.h-mirror {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}




.text-twitter {
    color: #2aadf4;
}


.section-header {
    position: relative;
}



/***** Inner Page Styles *****/
.list-links li a {
    color: #522d24;
    font-weight: bold;
    display: flex;
    position: relative;
    padding: 7px 0;
    text-decoration: none;
    align-items: center;
    border-bottom: 1px solid #dfd9d3;
    transition: 0.3s;
}
.list-links li a:hover {
    background: #f4f2f0;
}

.list-links li a::before {
    content: '';
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.0' x='0px' y='0px' width='12px' height='12px' viewBox='0 0 24 24' enable-background='new 0 0 24 24' xml:space='preserve'%3E%3Cpath d='M6.596,3.624l8.435,8.373l-8.435,8.373c-0.311,0.433-0.311,0.867,0,1.302c0.436,0.434,0.992,0.434,1.304,0l8.433-8.373 l1.302-1.301l-1.302-1.428L7.9,2.321c-0.312-0.432-0.868-0.432-1.304,0C6.286,2.631,6.286,3.19,6.596,3.624z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    height: 25px;
    width: 25px;
    margin-right: 10px;
    padding: 10px;
    transition: 0.3s;
}

.list-links li:last-child a {
    border-bottom: 0;
}



.services-touches-table th[scope='col'],
.services-touches-table th[scope='row'] {
    background: #91785b;
    color: #FFFFFF;
}
.services-touches-table thead th,
.services-touches-table tbody th,
.services-touches-table td {
    text-align: center;
    vertical-align: middle;
}
.services-touches-table tr th:first-child {
    text-align: left;
}



.news-list .date-wrap {
    width: 90px;
    height: 90px;
    background: #d5cdc5;
    color: #755750;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.news-list .card {
    min-height: 120px;
}
.news-list .card .card-title {
    margin-bottom: 0;
}


.other-links {
    font-size: 0.8rem;
}
/***** End Inner Page Styles *****/



.portal-links {
    padding: 15px;
}

.portal-links li.nav-item {
    display: inline-block;
    margin-left: 5px;
}
.portal-links li.nav-item:first-child {
    margin-left: 0;
}

.portal-links li.nav-item svg {
    width: 24px;
    height: 24px;
    stroke: #FFFFFF;
    display: block;
    margin: auto;
}
.portal-links .nav-item .nav-link {
    border: 0 !important;
    width: 90px;
    height: 90px;
    padding: 5px;
    text-align: center;
    display: flex;
    flex-direction: column;
    border: 1px solid #755750 !important;
}

.portal-links .header-dropdown-link {
    display: block;
    text-align: left;
    margin-top: 15px;
}

.portal-links .header-dropdown-link svg {
    display: inline-block;
}

.portal-links .header-dropdown-link[aria-expanded="true"] + .dropdown-menu {
    padding: 0;
}



.hero-section {
    background: #eae6e2;
    min-height: 250px;
    padding: 2.5rem 0;
    padding-top: 120px;
}

.hero-section .breadcrumb-wrapper {
    padding-top: 1.5rem;
}

.hero-section .page-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #522d24;
    margin-bottom: 30px;
}

.hero-section .page-title::after {
    content: '';
    width: 50px;
    height: 4px;
    background: #f93f03;
    display: block;
    margin-top: 10px;
}

.hero-section .page-brief {
    margin-bottom: 50px;
}

.page-content {
    padding: 2.5rem 0;
    background: #fbfbfb;
}

.page-content .content-title {
    font-size: 1.25rem;
    font-weight: bold;
    color: #522d24;
}


.page-content iframe {
    width: 100%;
    height: 360px;
}

@media only screen and (min-width: 768px) {
    .page-content .content-title {
        font-size: 1.5rem;
    }
    .page-content iframe {
        height: 640px;
    }
}
@media only screen and (min-width: 1200px) {
    .page-content .content-title {
        font-size: 1.75rem;
    }
    .page-content iframe {
        height: 720px;
    }
}








/***** UI Components - Start *****/
.nav.alinma-tabs {
    margin-bottom: 2.5rem;
    border-bottom: 1px solid #e9e6e1;
}
.nav.alinma-tabs .nav-item .nav-link {
    position: relative;
    color: #522d24;
    font-size: 1rem;
    margin-inline-end: 2rem;
    padding: .5rem 0;
    top: 1px;
    z-index: 999;
}
@media only screen and (max-width: 1200px) {
    .nav.alinma-tabs .nav-item .nav-link {
        margin-inline-end: 1.25rem;
    }
}
.nav.alinma-tabs .nav-item:last-child .nav-link {
    margin-inline-end: 0;
}
.nav.alinma-tabs .nav-item .nav-link.active {
    color: #7aabde;
    border-bottom: 3px solid #7aabde;
}

@media only screen and (max-width: 767px) {
    .nav.alinma-tabs {
        margin: 0 -0.75rem;
        position: sticky;
        top: 59px;
        z-index: 3;
        background: #fbfbfb;

        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        margin-bottom: 1rem;
        
        padding: 0 0.75rem;
        padding-top: 30px;
    }
    /* header.minimal ~ div .nav.alinma-tabs {
        padding-top: 0;
    } */
    
    .nav.alinma-tabs .nav-item .nav-link {
        color: #522d24;
        font-size: 1rem;
        white-space: nowrap;
        margin-inline-end: 1.5rem;
    }
}
/***** UI Components - End *****/


/***** Alinma Cards Styles - Start *****/
.alinma-card-item {
    /* position: relative; */
    /* transition: 0.5s; */
    /* animation: showCard 0.5s forwards; */

    float: left;
}
/* .alinma-card-item.card-hidden {
    animation: hideCard 0.5s forwards;
} */
/* @keyframes hideCard {
    from {
        transform: scale(1,1);
        opacity: 1;
    }
    to {
        transform: scale(0.25,0.25);
        opacity: 0;
    }
}
@keyframes showCard {
    from {
        transform: scale(0,0);
        opacity: 0;
    }
    to {
        transform: scale(1,1);
        opacity: 1;
    }
} */
.alinma-cards-list .card {
    border-radius: 5px;
    border-color: #eae6e2;
    transition: 0.15s;
    height: inherit;
    min-height: 100%;
    display: flex;
    justify-content: space-around;
}

.alinma-cards-list .card:hover {
    opacity: 1 !important;
    box-shadow: 0 .25rem 0.5rem rgba(0,0,0,0.05) !important;
    transform: scale(1.05,1.05);
}

.alinma-cards-list .card .card-img-wrapper {
    max-height: 250px;
    overflow: hidden;
    display: flex;
    align-items: center;
    box-sizing: content-box;
    padding: 1rem;
}
.alinma-cards-list .card .card-img-wrapper img {
    width: 100%;
    /* min-height: 100%; */
    border-radius: 0;
}

.alinma-cards-list .card .card-title {
    color: #522d24;
    font-weight: bold;
    font-size: 1.2rem;
}
.alinma-cards-list .card .card-text {
    color: #755750;
    font-size: 0.9rem;
    margin-bottom: 0;

    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.alinma-cards-list .card .card-footer {
    background: inherit;
    border-top-color: #eae6e2;
    padding: 1rem;
    display: flex;
    justify-content: space-around;
}
.alinma-cards-list .card .cta-link {
    color: #97817c;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: normal;
    display: block;
    flex: 1 0 auto!important;
    text-align: center;
    border-inline-end: 1px solid #eae6e2;
    transition: 0.25s;
}
.alinma-cards-list .card .cta-link:last-child {
    color: #7aabde;
    border-inline-end: 0;
}
.alinma-cards-list .card .cta-link:hover {
    opacity: 0.8;
}
@media only screen and (max-width: 767px) {
    .alinma-cards-list .card .card-img-wrapper {
        max-height: inherit;
    }
    .alinma-cards-list .card .card-text {
        -webkit-line-clamp: 2;
    }
}
/***** Alinma Cards Styles - End *****/



.card-cv {
    border: 0;
    margin-bottom: 1.5rem;
}

.card-cv .card-header {
    color: #522d24;
    font-size: 1.25rem;
    font-weight: bold;
    background: #eae6e2;
    padding: 0.75rem;
    border: 0;
}
.card-cv .card-header p {
    font-size: 0.9rem;
    font-weight: normal;
    margin-bottom: 0;
}

.card-cv .card-body {
    background-color: #fbfbfb;
    border: 1px solid #eae6e1;
    font-size: 0.9rem;
}

/* .card-cv .card-body p {
    margin-bottom: 0;
} */

.card-cv .card-body .list-group-item {
    background: transparent;
    padding: 1rem 0;
}
.card-cv .card-body .list-group-item:first-child {
    padding-top: 0;
}
.card-cv .card-body .list-group-item:last-child {
    padding-bottom: 0;
}

.card-cv .card-body .label {
    color: #91785b;
    font-size: 0.9em;
}

.card-cv .company-name {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #522d24;
}



@media only screen and (max-width: 767px) {
    .masonary-grid [class*="col-"] {
        position: relative !important;
        left: inherit !important;
        top: inherit !important;
    }
}</pre></body></html>