<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: "NewFont";
    src: url('fonts/BYekan.eot?#') format('eot'), /* IE6+ */
    url('fonts/BYekan.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('fonts/BYekan.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
    font-weight: normal;
}

@font-face {
    font-family: "NewFont";
    src: url('fonts/BTitrBold.eot?#') format('eot'), /* IE6+ */
    url('fonts/BTitrBold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('fonts/BTitrBold.ttf') format('truetype'); /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
    font-weight: bold;
}

.uk-navbar-nav &gt; li {
	float: right;
}
.uk-navbar-brand {
	float: right;
}
.uk-navbar-flip {
	float: left !important;
}
.uk-navbar-nav {
	float: right;
}

body {
    margin: 0px;
    padding: 0px;
    color: #5c5c5c;
    font-size: 14pt;
    line-height: 24pt;
    font-family: NewFont;
    direction: rtl;
    background-color: #f2f1f1;
}

.uk-text-small {
    font-size: 11pt;
}

.myFont * {
    font-family: NewFont !important;
}

.primary-color {
    color: #000;
}

.secondary-color {
    color: #ee4573;
    /*color: #009688;*/
}

.third-color {
    color: #00a1d9;
}

a {
}

    a:hover {
        color: #ee4573;
    }

.uk-overlay-icon::before {
    content: "\f144" !important;
}

.uk-icon-hover {
    color: #ee4573;
}

.uk-animation-15 {
    animation-duration: 2s !important;
}

.uk-slideshow li {
    max-height: 53vh;
}

.uk-navbar-nav &gt; li {
	float: right;
}
.uk-navbar-nav &gt; li &gt; a {
    font-size: 12pt !important;
}

    .uk-navbar-nav &gt; li &gt; a:hover {
        background-color: #009688;
        color: #fff;
    }

.uk-navbar {
    background-color: transparent !important;
}

.uk-navbar-nav {
    margin: 0 10px !important;
}

.uk-navbar-brand {
    color: #009688;
}

    .uk-navbar-brand:hover {
        color: #cc3333;
    }

.uk-navbar-content, .uk-navbar-brand, .uk-navbar-toggle, .uk-navbar-nav &gt; li &gt; a, .uk-navbar-content input {
    height: 8vh;
    line-height: 8vh;
}

.uk-panel-box {
    height: 90%;
}

.uk-thumbnail {
}

.uk-dotnav &gt; * &gt; * {
    width: 10px !important;
    height: 10px !important;
    background: rgba(120, 120, 120, 1) !important;
}

.uk-dotnav &gt; * &gt; :hover,
.uk-dotnav &gt; * &gt; :focus {
    background: rgba(204, 51, 51, 1) !important;
}
/* OnClick */
.uk-dotnav &gt; * &gt; :active {
    background: rgba(204, 51, 51, 1) !important;
}
/* Active */
.uk-dotnav &gt; .uk-active &gt; * {
    background: rgba(204, 51, 51, 1) !important;
}

.uk-subnav &gt; * &gt; * {
    /*color: #888 !important;*/
}

.uk-subnav &gt; * &gt; :hover,
.uk-subnav &gt; * &gt; :focus {
    background-color: transparent !important;
}
/* OnClick */
.uk-subnav &gt; * &gt; :active {
    background-color: transparent !important;
}
/* Active */
.uk-subnav &gt; .uk-active &gt; * {
    background-color: transparent !important;
    /*color: #cc3333 !important;*/
}

.uk-icon-arrow-circle-down {
    color: #cc3333 !important;
}

    .uk-icon-arrow-circle-down:hover {
        color: #fff !important;
    }

.uk-icon-toggle-up {
    color: #cc3333 !important;
}

    .uk-icon-toggle-up:hover {
        color: #fff !important;
    }

.uk-button-primary {
    background-color: #cc3333 !important;
}

    .uk-button-primary:hover {
        background-color: #ee5555 !important;
    }

/************************************************************ Site CSS ************************************************************/
h1 {
    font-weight: bold;
    font-family: NewFont;
    font-size: 40pt;
    line-height: 40pt;
}

.tmpl-button-more {
    background-color: #009688 !important;
    border: 1px solid #000 !important;
}

    .tmpl-button-more:hover {
        background-color: #fff !important;
        color: #000;
    }

.tmpl-page-title:after {
    content: url('img/item-left.png');
    padding: 0 10px;
}

.tmpl-page-title:before {
    content: url('img/item-right.png');
    padding: 0 10px;
}

.header {
    background: #d5e0e5 url('img/header.jpg') center center;
    background-size: cover;
    height: 100vh;
    color: #333;
}

    .header &gt; div .logo {
        width: 45vh !important;
    }

.navigation {
    height: 8vh;
    background-color: #f4f4f4;
}

.navigation-margin {
    margin: 0.5vh 0;
}

.menu-bottom {
    background: transparent url('../Content/img/menu-bottom.png') repeat-x center bottom;
    width: 100%;
    height: 16px;
    position: absolute;
    z-index: 9;
}

.navigation .logo-ribbon {
    background: transparent url('../Content/img/logo-ribbon.png') no-repeat center top;
    position: absolute;
    width: 90px;
    height: 100px;
    z-index: 10;
}

.bottom-slideshow {
    position: absolute;
    width: 100%;
    height: 50px;
    margin-top: -50px;
    background-image: linear-gradient(2deg,#0a356a 25%,transparent 25%,transparent), linear-gradient(-2deg,#0a356a 25%,transparent 25%,transparent), linear-gradient(2deg,transparent 100%,#0a356a 100%), linear-gradient(-2deg,transparent 100%,#0a356a 100%);
}

.bg1 {
    background-color: #0a356a;
    color: #fff;
    padding: 20px 0;
}

    .bg1 * {
        color: #fff;
    }

.bottom-bg1 {
    position: absolute;
    width: 100%;
    height: 50px;
    margin-top: 20px;
    background-image: linear-gradient(182deg,#0a356a 25%,transparent 25%,transparent), linear-gradient(-182deg,#0a356a 25%,transparent 25%,transparent), linear-gradient(182deg,transparent 100%,#0a356a 100%), linear-gradient(-182deg,transparent 100%,#0a356a 100%);
}

.bg2 {
    background: transparent url('img/bottom-bg2.jpg') repeat-x center bottom;
}

.bg {
    color: #000;
    padding: 20px 0;
    background: #fff url('img/bg.png') repeat-x center top;
}

#articles {
    color: #000;
}

    #articles a {
        color: #000;
    }

    #articles div:hover a {
        text-decoration: none;
        color: #000;
    }

    #articles div:hover .uk-thumbnail {
        background-color: #ee4573;
    }

.last-video {
    background: transparent url('img/MAC.png') no-repeat center center;
    /*width: 650px;
    height: 400px;*/
    width: 100%;
    height: 100%;
    background-size: contain;
}

    .last-video img {
        margin: 0 auto;
        padding: 22px;
        width: 80%;
    }

.custom-btn1 {
    border: 2px #fff solid;
    border-radius: 20px;
    background-color: #ee4573;
    padding: 10px;
    color: #fff;
}

    .custom-btn1:hover {
        color: #fff;
        text-decoration: none;
        background-color: #ff4573;
    }

.custom-btn2 {
    border: 2px #fff solid;
    border-radius: 20px;
    background-color: #0a356a;
    padding: 10px;
    color: #fff;
}

    .custom-btn2:hover {
        color: #fff;
        text-decoration: none;
        background-color: #145ab1;
    }

.footer {
    background-color: #191919;
    font-size: 11pt;
    line-height: 14pt;
}

    /*.footer * {
        color: #fff;
    }*/

    .footer h3 {
        text-align: left;
        color: #fff;
    }

.bottom-footer {
    background-color: #191919;
    font-size: 11pt;
    line-height: 14pt;
}

    .bottom-footer a {
        color: #0a356a;
    }

        .bottom-footer a:hover {
            color: #fff;
        }

.contact-bg {
    background: #363636 url('img/contact-bg.jpg') no-repeat center center;
    background-size: cover;
    color: #fff;
}

.contact-logo img {
    border-radius: 50px;
    padding: 20px;
    background-color: #fff;
}

.contact-textbox {
    background-color: transparent !important;
}



.tmpl-samples {
    min-height: 100vh;
}

.tmpl-samples-top {
    background: transparent url('img/samples-top.jpg') no-repeat center top;
    height: 117px;
}

.tmpl-samples-mid {
    background: transparent url('img/samples-mid.jpg') no-repeat center top;
    height: 117px;
}

.tmpl-samples-bot {
    background: transparent url('img/samples-bot.jpg') no-repeat center top;
    height: 117px;
}

.tmpl-samples-panel1 {
    background-color: #383838;
}

.tmpl-samples-panel2 {
    background-color: #009688;
}

.tmpl-samples-panel1 .uk-subnav &gt; * &gt; * {
    color: #888 !important;
}

.tmpl-samples-panel1 .uk-subnav &gt; .uk-active &gt; * {
    background-color: transparent !important;
    color: #cc3333 !important;
}

.tmpl-samples-panel2 .uk-subnav &gt; * &gt; * {
    color: #ccc !important;
}

.tmpl-samples-panel2 .uk-subnav &gt; .uk-active &gt; * {
    background-color: transparent !important;
    color: #ffeb3b !important;
}

@media screen and (max-width: 960px) {
    .tmpl-sample-pic1 {
        text-align: center;
    }

    .tmpl-sample-pic2 {
        text-align: center;
    }
}

@media screen and (min-width: 960px) {
    .tmpl-sample-pic1 {
    }

    .tmpl-sample-pic2 {
    }

    .tmpl-sample-pic1 img {
        position: absolute;
        margin-top: 40px;
    }

    .tmpl-sample-pic2 img {
        position: absolute;
        margin-top: -50px;
    }
}</pre></body></html>