<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    touch-action: pan-y;
}

.grey-model {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}

.logo {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.logo h1 {
    margin-top: 0.875rem;
    margin-bottom: 0.375rem;
}

.logo span {
    margin-left: 0.25rem;
}

/* Work Title */
.work-title h5{
    margin-top: 2.5rem;
}

/* Copyright CipherSYS */
.image-language {
    max-height: 1.5rem;
    margin-right: .3rem;
}

#logo-img {
    margin-bottom: 0.5rem;
}

.footer-logo #logo-img {
    margin-bottom: 0;
    max-height: 42px;
}

.footer-logo .company-name {
    color: #fff;
    top: 5px;
}

.company-name {
    font-size: 1.5rem;
    font-weight: 600;
    position: relative;
    top: 1px;
    color: #263045;
}

.site-branding span {
    -webkit-transition: all 0s ease-in-out 0s;
    -moz-transition: all 0s ease-in-out 0s;
    -ms-transition: all 0s ease-in-out 0s;
    -o-transition: all 0s ease-in-out 0s;
    transition: all 0s ease-in-out 0s;
}

.privacy-icon {
    margin-right: 0.25rem;
}

.privacy-desc {
    margin-left: 1rem;
}

.talent-icon {
    margin-right: 0.5rem;
}

.custom-privacy-block p {
    margin-left: 1rem;
}

.custom-href {
    color: #3B6CAA;
}

.custom-href:hover {
    text-decoration: underline;
}

.ttm-pagination &gt; .disabled {
    pointer-events:none;
}

.ttm-blog-single-content ul {
    list-style: circle;
}

.menu-icon {
    margin-right: 2px;
    font-size: 18px;
    position: relative;
    top: 1px;
}

.modal-open {
    padding-right: 0 !important;
    overflow: auto;
}

/* cookie tips */
#cookie-modal-title {
    text-align: center;
}

.modal-header {
    border-bottom: 0;
}

.modal-footer {
    border-top: 0;
}

#cookie-tips {
    position: fixed;
    bottom: 2.125rem;
    left: 2.75rem;
    z-index: 99;
}

.cookie-tips-bg {
    background-color: rgba(255, 255, 255);
    color: #000;
    padding: 0.5rem 0.5rem;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: 0 1px 4px rgb(219 226 239 / 50%), 0 1px 2px rgb(219 226 239 / 50%);
}

.cookie-tips-bg &gt; a {
    color: #000;
    text-decoration: underline;
}
.cookie-tips-agree {
    color: #2d4a8a;
}

.cookie-tips-logo {
    width: 3rem;
    height: 3rem;
    margin-right: 0.5rem;
}

.cookie-logo {
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    color: #000;
}

.cookie-logo &gt; div &gt; img {
    max-width: 45px;
    margin-right: 6px;
}

.cookie-desc {
    text-align: left;
    padding: 1rem 1rem 0 1rem;
    color: #000;
}

.cookie-checkbox {
    text-align: right;
}

.cookie-checkbox &gt; div {
    margin-right: 0;
}

.consulting-list &gt; li {
    margin-bottom: 1rem;
}

.consulting-list &gt; li &gt; i{
    margin-right: .4rem;
}

/* start checkbox switch style */
.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

.custom-switch {
    padding-left: 0;
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

input {
    overflow: visible;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.custom-control-label {
    padding-left: 3.25rem;
    left: 0;
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

label {
    font-weight: 600;
    display: inline-block;
}

.custom-control-label::before {
    top: -.0625rem;
    left: 0;
    width: 2.75rem;
    height: 1.625rem;
    border: none;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #2d4a8a;
    background-color: #2d4a8a;
}

.custom-switch .custom-control-label::before {
    position: absolute;
    top: .125rem;
    left: .18rem;
    width: 2.5rem;
    height: 1.25rem;
    border-radius: 1rem;
    transition: background-color .15s ease-out;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem);
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    -webkit-transform: translateX(1.11rem);
    transform: translateX(1.11rem);
    background-color: #fff;
    box-shadow: -0.125rem 0 0.125rem rgb(0 0 0 / 20%);
}

.custom-switch .custom-control-label::after {
    top: .25rem;
    left: .37rem;
    width: 1rem;
    height: 1rem;
    border-radius: 1rem;
    background-color: #adb5bd;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: 50%/50% 50% no-repeat;
}
/* end checkbox switch style */

/* mobile menu overlay */
.mobile-menu-overlay {
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: #fff;
    overflow: auto;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    z-index: 9999;
}

.mobile-menu-overlay.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible !important;
}

.mobile-menu-overlay .ttm-search-overlay {
    right: 32px;
}
.mobile-menu-overlay-body {
    border-top: 2px solid #5a5a5a;
    padding: 0 8px 0 20px;
}

.mobile-menu-overlay-body .offcanvas-navigation &gt; ul &gt; li &gt; a {
    display: block;
    color: #323232;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-menu-overlay-body .offcanvas-navigation &gt; ul &gt; li:last-child {
    border-bottom: 0;
}

.mobile-menu-overlay-body .offcanvas-navigation &gt; ul &gt; li.has-submenu {
    position: relative;
}

.mobile-menu-overlay-body .offcanvas-navigation &gt; ul &gt; li.has-submenu.active .menu-expand:before {
    content: '\e622';
    font-family: "themify";
}

.mobile-menu-overlay-body .offcanvas-navigation &gt; ul &gt; li.has-submenu .menu-expand {
    padding-right: 14px;
    position: absolute;
    right: 1px;
    top: 12px;
    width: 40px;
    height: 40px;
    color: #323232;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-menu-overlay-body .offcanvas-navigation &gt; ul &gt; li.has-submenu .menu-expand:hover {
    color: #323232;
}

.mobile-menu-overlay-body .offcanvas-navigation &gt; ul &gt; li.has-submenu .menu-expand:before {
    content: '\e61a';
    font-family: "themify";
    font-size: 24px;
    font-weight: 500;
}

.mobile-menu-overlay-body .offcanvas-navigation &gt; ul &gt; li.has-submenu .sub-menu {
    padding: 0 0 0 20px;
}

.mobile-menu-overlay-body .offcanvas-navigation &gt; ul &gt; li.has-submenu .sub-menu li a {
    display: block;
    font-size: 1.1rem;
    color: #323232;
    font-weight: 500;
    line-height: 1.5;
    padding: 10px 0;
    word-break:break-all;
    width: 80%;
}

.mobile-menu-overlay-body .offcanvas-navigation &gt; ul &gt; li.has-submenu .sub-menu li a:hover {
    color: #323232;
}

.mobile-menu-overlay-body .offcanvas-navigation &gt; ul &gt; li.has-submenu .sub-menu li:last-child {
    border-bottom: 0;
}

.mobile-menu-overlay-body .offcanvas-navigation &gt; ul &gt; li.has-submenu .sub-menu li.has-submenu {
    position: relative;
    width: 100%;
}

.mobile-menu-overlay-body .offcanvas-navigation &gt; ul &gt; li.has-submenu .sub-menu li.has-submenu.active .menu-expand:before {
    content: "\e622";
    font-family: 'themify';
}

.mobile-menu-overlay-body .offcanvas-navigation &gt; ul &gt; li.has-submenu .sub-menu li.has-submenu .menu-expand {
    position: absolute;
    right: 10px;
    top: 8px;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.1);
    color: #323232;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.mobile-menu-overlay-body .offcanvas-navigation &gt; ul &gt; li.has-submenu .sub-menu li.has-submenu .menu-expand:hover {
    color: #323232;
}

.mobile-menu-overlay-body .offcanvas-navigation &gt; ul &gt; li.has-submenu .sub-menu li.has-submenu .menu-expand:before {
    content: '\e61a';
    font-family: "themify";
    font-size: 24px;
    font-weight: 500;
}

.mobile-menu-overlay-body .offcanvas-navigation &gt; ul &gt; li.has-submenu .sub-menu .sub-menu li.has-submenu {
    position: relative;
}

.mobile-menu-overlay-body .offcanvas-navigation &gt; ul &gt; li.has-submenu .sub-menu .sub-menu li.has-submenu.active .menu-expand:before {
    content: '\f068';
    font-family: 'FontAwesome';
}

.mobile-menu-overlay-body .offcanvas-navigation &gt; ul &gt; li.has-submenu .sub-menu .sub-menu li.has-submenu .menu-expand:before {
    content: '\f067';
    font-size: 24px;
    font-family: "FontAwesome";
    font-weight: 500;
}

.sitemap-group {
    padding-top: 2rem;
}

.sitemap-title {
    color: #000;
    font-size: 1.2rem;
    margin-bottom: 2rem;
}

.sitemap-line {
    border-bottom: 1px solid #e9e9e9;
}

.sitemap p {
    margin-bottom: 0;
}

.sitemap &gt; div:last-child &gt; p {
    border: none;
}

.sitemap a {
    color: #0066cc;
    font-size: 1rem;
}
.sitemap a:hover {
    text-decoration: underline;
}

.custom-cursor-pointer {
    cursor: pointer;
}

.text-break{
    word-break: break-all;
}

/* custom select2 css */
.select2-container--default .select2-selection--single {
    border: 1px solid #dee2e6 !important;
}

.select2-invalid .select2-container--default .select2-selection--single {
    border: 1px solid #dc3545 !important;
}

.select2-container .select2-selection--single {
    height: 2.9375rem;
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 2.9375rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: .9375rem;
    height: 2.9375rem;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: .9375rem;
}

.custom-select2-span &gt; span, .select2-container, .select2-container &gt; span {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.select2-dropdown {
    z-index: 11;
    border: 1px solid #dee2e6;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #dee2e6;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #2d4a8a;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #75757d;
}
/* end */

.ttm-bgcolor-darkgrey{
    background-color: #333947;
}

.custom-transition-none{
    transition: none;
}

.feedback-form input, .feedback-form textarea{
    color: #444;
}
.form-control.is-invalid, .form-control.is-invalid:focus {
    border-color: #dc3545 !important;
}

.rs-parallax-wrap.rs-layer-hidden {
    display: block !important;
    visibility: hidden !important;
}

.error-404 {
    background-color: #efefef;
}

.bg-img15 {
    background-color: #253044;
}

.footer-map-area {
    background-image: url('../images/bg-image/world-map.svg');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.second-footer .quicklink-box {
    padding: 16px 0;
    border: 0;
    background-color: rgba(255, 255, 255, 0);
    margin: 12px 0 0;
    position: relative;
}

button:focus {
    outline: none;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: pointer;
}

.ttm-page-title-row-img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.ttm-page-title-row-img img {
    width: 18rem;
    height: 18rem;
    float: right;
}

.text-hidden {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-multiple-hidden {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.featured-desc p {
    height: 3rem;
}

footer .featured-desc p {
    height: 2rem;
}

.featured-imagebox-blog .featured-thumbnail {
    width: auto;
    height: 12.5rem;
    line-height: 12.5rem;
    text-align: center;
}

.featured-imagebox-blog .featured-thumbnail &gt; img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

ul.ttm-recent-post-list &gt; li{
    display: flex;
    margin-bottom: 10px;
    padding-bottom: 0 !important;
}

ul.ttm-recent-post-list &gt; li &gt; a {
    display: block;
    width: 6.1875rem;
    height: 4.125rem;
    line-height: 4.125rem;
    text-align: center;
    margin-right: 10px;
}

ul.ttm-recent-post-list &gt; li &gt; div{
    width: 9.375rem;
    height: 4.125rem;
}

.date-block {
    font-size: 14px;
    color: white;
    height: 1.4375rem;
    line-height: 1.4375rem;
    margin: 8px 0;
}

.entry-year {
    font-size: 1.125rem !important;
}

.page-cover-img-block {
    width: auto;
    height: 25rem;
    line-height: 25rem;
    text-align: center;
}

.page-cover-img-block &gt; img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.page-content p {
    margin-bottom: 0;
}

.page-content {
    color: #000;
}

.hover-none:hover{
    color: #fff !important;
}

.news-title &gt; h5 &gt; a {
    height: 3.25rem;
}

.banner-progress {
    background: red;
    top: 6rem;
}

#home-work-block {
    padding-top: 0.625rem;
}

#home-news-block .owl-item, #home-services-block .owl-item{
    padding: 0 0.9375rem;
}

/* swiper */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.swiper-slide .title {
    font-size: 41px;
    font-weight: 300;
}

.swiper-slide .subtitle {
    font-size: 21px;
}

.swiper-slide .text {
    width: 100%;
    height: 100%;
}

.swiper-slide-bg-img {
    width: 100%;
    height: 800px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size:cover;
    background-position:center;
}

.swiper-button-next, .swiper-button-prev {
    cursor: pointer;
    color: #fff;
    background: rgba(0,0,0,0.3);
    min-width: 4rem;
    min-height: 4rem;
}

.swiper-button-prev:after, .swiper-button-next:after {
    font-size: 20px;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
    background: rgba(221, 0, 0, 0.6);
}

.author-widget-img {
    margin-bottom: 1.25rem;
    background: #1E2637;
    text-align: center;
}

.ttm-author-widget .author-widget_img img{
    margin-bottom: 0;
}

rs-progress-bar {
    top: 93px;
}

.footer-nav-menu li {
    padding-left: 2px;
    padding-right: 12px;
}

.footer-nav-menu li:nth-of-type(3) {
    padding-right: 12px;
}

.footer-nav-menu li:nth-of-type(3):after{
    content: '' !important;
}

.footer-nav-menu li:last-child {
    padding-left: 0;
}

@media (max-width: 320px) {
    body, .mobile-menu-overlay {
        min-width: 320px;
        width: 100%;
    }

    #rev_slider_1_1_wrapper {
        width:100% !important;
    }

    #rev_slider_1_1 {
        min-width: 100%;
    }
}

@media (max-width: 991px) {
    .logo {
        justify-content: left;
    }

    .work-title h5{
        margin-top: -5px;
    }

    .ttm-page-title-row-img {
        padding: 1rem !important;
    }

    .ttm-page-title-row-img img {
        width: 12.5rem;
        height: 12.5rem;
        float: right;
    }

    .ttm-search-overlay .ttm-site-searchform input[type="search"]{
        width: calc(95% - 3rem);
    }

    .custom-ttm-menu-toggle-block {
        top: 0 !important;
        width: 48px !important;
        height: 60px !important;
    }

    .custom-ttm-menu-toggle-block &gt; label{
        width: 24px !important;
        height: 24px !important;
        top: 20px !important;
        left: 8px !important;
    }

    .menu-icon {
        top: -2px;
    }

    .no-overflow {
        overflow: hidden;
    }

    .ttm-search-overlay .w-search-form-row {
        padding: 8px;
    }

    .ttm-search-overlay .w-search-form-row:before {
        content: none;
    }

    header .ttm-search-overlay, .mobile-menu-overlay-header .ttm-search-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    .ttm-search-overlay .ttm-site-searchform button {
        width: 3rem;
        float: right;
        margin-right: 6px;
    }

    .ttm-search-overlay .ti-search {
        font-weight: 900;
    }

    header .ttm-search-overlay .w-search-input,
    .mobile-menu-overlay-header .ttm-search-overlay .w-search-input
    {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
    }

    header .ttm-search-overlay .w-search-input p,
    .mobile-menu-overlay-header .ttm-search-overlay .w-search-input p
    {
        width: 0;
        height: 45px;
        line-height: 64px;
        color: #2D4A8A;
        font-weight: bold;
        font-size: 20px;
    }

    header .header-roll {
        position: fixed;
        width: 100%;
        z-index: 99;
        top: 0;
        left: 0;
        background-color: #fff;
        -webkit-animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
        animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
        -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        -webkit-box-shadow:  0 0 10px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    }

    header #site-header-menu &gt; div &gt; .container &gt; .site-branding, .mobile-menu-overlay #site-header-menu &gt; div &gt; .container &gt; .site-branding ,
    .mobile-menu-overlay #site-header-menu &gt; div &gt; .container &gt; .site-branding, .mobile-menu-overlay #site-header-menu &gt; div &gt; .container &gt; .site-branding
    {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
        height: 80px;
        line-height: 80px;
        text-align: left;
        padding: 0 16px;
    }

    header #site-header-menu &gt; div &gt; div &gt; div.site-navigation &gt; .ttm-rt-contact &gt; .ttm-header-icons .ttm-header-cart-link a,
    .mobile-menu-overlay #site-header-menu &gt; div &gt; div &gt; div.site-navigation &gt; .ttm-rt-contact &gt; .ttm-header-icons .ttm-header-cart-link a,
    .ttm-header-icons .ttm-header-search-link a {
        position: relative;
        border: none;
        border-radius: 5px;
        display: inline-block;
        text-align: center;
        height: 32px;
        width: 32px;
        line-height: 32px;
        color: rgba( 11,12,38,1);
        border-color: rgba( 11,12,38,1);
        font-size: 12px!important;
        z-index: 9;
        color: #fff;
        right: 48px;
    }

    header #site-header-menu &gt; div &gt; div &gt; div#site-navigation &gt; .ttm-menu-toggle,
    .mobile-menu-overlay #site-header-menu &gt; div &gt; div &gt; div#site-navigation &gt; .ttm-menu-toggle
    {
        position: relative;
        height: 31px;
        width: 31px;
        float: right;
    }

    header #site-header-menu &gt; div &gt; div &gt; div#site-navigation &gt; .ttm-menu-toggle &gt; label,
    .mobile-menu-overlay #site-header-menu &gt; div &gt; div &gt; div#site-navigation &gt; .ttm-menu-toggle &gt; label
    {
        cursor: pointer;
        position: absolute;
        z-index: 99;
        height: 24px;
        width: 24px;
        top: 30px;
        left: 62px;
        margin: 0;
    }

    header .ttm-search-overlay,
    .mobile-menu-overlay .ttm-search-overlay
    {
        right: 44px;
    }

    .banner-progress {
        top: 0 !important;
    }

    .news-title &gt; h5{
        line-height: 1.5rem !important;
    }
}

@media (min-width: 1200px) {
    .ttm-page-title-row-img {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }
}

@media only screen and (min-width: 1200px) {
    #site-header-menu #site-navigation .menu ul ul {
        word-break: break-all;
    }
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
    .custom-container {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    #site-header-menu &gt; div &gt; div &gt; div#site-navigation &gt; .ttm-rt-contact &gt; .ttm-header-icons .ttm-header-icon {
        margin-left: 7px;
    }

    .cookie-tips-bg {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .mobile-menu-overlay-body .offcanvas-navigation &gt; ul &gt; li.has-submenu .menu-expand {
        right: 0;
    }

    .mobile-menu-overlay-body .offcanvas-navigation &gt; ul &gt; li.has-submenu .sub-menu li.has-submenu .menu-expand{
        right: 9px;
    }

    .custom-ttm-menu-toggle-block &gt; label{
        left: 5px !important;
    }

    .ttm-header-icons .ttm-header-search-link a{
        width: 32px !important;
        height: 32px !important;
        line-height: 32px !important;
    }

    #img_captcha{
        margin-top: 0 !important;
    }
}

/* rs6 hermes */
#rev_slider_1_1_wrapper .hermes.tparrows {
    cursor: pointer;
    min-width: 4rem;
    min-height: 4rem;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 10%;
    overflow: hidden;
    background: rgba(0,0,0,0.009);
}
#rev_slider_1_1_wrapper .hermes.tparrows:before {
    font-family: 'revicons';
    font-size: 1.5rem;
    color: #ffffff;
    display: block;
    line-height: 4rem;
    text-align: center;
    z-index: 2;
    position: relative;
    background: rgba(0,0,0,0.099);
}
#rev_slider_1_1_wrapper .hermes.tparrows.tp-leftarrow:before {
    content: '\e824';
}
#rev_slider_1_1_wrapper .hermes.tparrows.tp-rightarrow:before {
    content: '\e825';
}
#rev_slider_1_1_wrapper .hermes.tparrows:hover .tp-title-wrap {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
}
#rev_slider_1_1_wrapper .hermes .tp-title-wrap {
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    border-radius: 10%;
}
#rev_slider_1_1_wrapper .hermes.tparrows:hover .tp-arr-imgholder {
    transform: translatex(0);
    -webkit-transform: translatex(0);
    opacity: 1;
}
#rev_slider_1_1_wrapper .hermes.tp-rightarrow .tp-arr-imgholder {
    transform: translatex(100%);
    -webkit-transform: translatex(100%);
}
#rev_slider_1_1_wrapper .hermes .tp-arr-imgholder {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    background-size: cover;
    border-radius: 10%;
    transform: translatex(-100%);
    -webkit-transform: translatex(-100%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

#map_canvas  * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}</pre></body></html>