﻿

@font-face {
    font-family: 'DroidArabicKufi';
    src: url('../fonts/DroidArabicKufi.ttf') format('truetype'), url('../fonts/DroidArabicKufi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DroidArabicKufi-Bold';
    src: url('../fonts/DroidArabicKufi-Bold.ttf') format('truetype'), url('../fonts/DroidArabicKufi-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}



@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    scroll-behavior: smooth;
    direction: rtl;
}


a:hover {
    text-decoration: none;
}

*,
a,
a:active,
a:focus,
span:hover,
label:hover,
h1:hover,
h2:hover,
h3:hover,
h4:hover,
h5:hover,
h6:hover,
button:focus {
    text-decoration: dotted;
}

::-moz-selection {
    background: #333333;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #333333;
    color: #fff;
    text-shadow: none
}

body {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    background: #fff;
    font-family: 'DroidArabicKufi';
}

.nav-link, .innerborder > span, .btn, a {
    font-family: 'DroidArabicKufi' !important;
}

body p {
    line-height: 2;
    font-size: 14px;
    /*color: #000;*/
    font-family: 'DroidArabicKufi';
    margin-bottom: 14px;
}

.font-lato {
    font-family: 'Lato', sans-serif !important;
}

.font-sance {
    font-family: 'Open Sans', sans-serif;
}

.w-break {
    word-break: break-word;
}

/* *,
a,
a:active,
a:focus,
a:hover,
button:focus {
    text-decoration: none;
    box-shadow: none;
    outline: 0;
} */

button {
    cursor: pointer;
}

a {
    color: #000;
}

    a:hover {
        cursor: pointer !important;
        color: inherit
    }

.btn:focus,
.btn:hover {
    cursor: pointer;
    outline: 0 !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    font-family: 'DroidArabicKufi';
}

.relative {
    position: relative
}

.of-hidden {
    overflow: hidden
}

.bg-none {
    background-color: transparent
}

.bg-black {
    background-color: #303030;
}

.bg-l-grey {
    background-color: #f9f9f9;
}

.bg-blue2 {
    background: #ca2f3f !important;
}

.bg-blue {
    background: #0074ad !important;
}

.box-shadow {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
}

.text-white {
    color: #fff !important;
}

    .text-white a {
        color: #fff !important;
    }

.text-black {
    color: #101010 !important;
}

.text-red {
    color: #fe0000 !important;
}

.text-grey {
    color: #878787 !important;
}

.text-l-grey {
    color: #7f878a !important;
}

.text-blue {
    color: #0074ad !important;
}

.text-d-blue2 {
    color: #0074ad !important;
}

.font-thin {
    font-weight: 100 !important;
}

.font-light {
    font-weight: 300 !important;
}

.font-reg {
    font-weight: 400 !important;
}

.font-med {
    font-weight: 500 !important;
}

.font-semi {
    font-weight: 600 !important;
}

.font-bold {
    font-weight: 700 !important;
}

.lh-h4 {
    line-height: 34px
}

.lh-h5 {
    line-height: 30px
}

.lh-h6 {
    line-height: 26px
}

.py-lg {
    padding-top: 60px;
    padding-bottom: 60px
}

.modal-sm {
    max-width: 500px;
    width: 96%
}

.modal-md {
    max-width: 700px;
    width: 96%
}

.modal-lg {
    max-width: 900px;
    width: 96%
}

btn.focus,
.btn:focus {
    -webkit-box-shadow: inset;
    box-shadow: #02a2dd 0px 0px 1px 3px;
    outline: 0
}

.btn {
    font-size: 14px;
    border-radius: 5px;
    border: 0;
    transition: all 0.5s;
    font-family: 'DroidArabicKufi';
    padding: 14px 30px;
    border: 1px solid #0074ad;
}

.btn-sm {
    padding: 8px 40px;
}

.btn-blue {
    background: #0074ad;
    color: #fff;
}

.btn-blue-outline {
    background: transparent;
    color: #023f54;
}

.btn-blue:hover {
    background: #023f54 !important;
    color: #fff !important;
}

.btn-danger:hover {
    color: #fff !important;
}

.btn-blue-outline:hover {
    background: #023f54;
    color: #fff;
}

footer,
section {
    width: 100%;
    float: left;
    position: relative
}

label {
    color: #000;
    font-weight: 400;
    /*border-right: 4px solid #0074ad;*/
    line-height: 30px;
    padding-left: 10px;
    margin-bottom: 15px;
    font-size: 14px;
}

.custom-checkbox .custom-control-label::before {
    top: 50%;
    background-color: transparent;
    transform: translateY(-50%);
    border-radius: 1px;
    border: 1px solid #b7b7b7;
}

.custom-radio .custom-control-label::before {
    background-color: transparent;
    border: 1px solid #b7b7b7;
}

.custom-checkbox .custom-control-label::after,
.custom-radio .custom-control-label::after,
.custom-radio .custom-control-label::before {
    top: 50%;
    transform: translateY(-50%);
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #0074ad;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #fff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background: #0074ad;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    left: -21px;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.form-group {
    margin-bottom: 30px;
}

.form-control {
    height: 32px;
    font-size: 15px;
    outline: 0;
    background: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid #a1a1a1;
    border-radius: 0;
    padding: 0 15px;
    font-weight: 500;
    color: #959595;
}

    .form-control:focus {
        color: #000;
        background-color: #fff;
        border-color: #0074ad;
        outline: 0;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    }

textarea {
    font-size: 16px;
    padding: 20px;
    background: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid #ddd;
    border-radius: 5px;
    /*text-align: center;*/
    font-weight: 700;
}

.form-control::-webkit-input-placeholder {
    color: #aaa;
    font-weight: 500;
    text-transform: capitalize;
}

.form-control::-moz-placeholder {
    color: #aaa;
    font-weight: 500;
    text-transform: capitalize;
}

.form-control:-ms-input-placeholder {
    color: #aaa;
    font-weight: 500;
    text-transform: capitalize;
}

.form-control:-moz-placeholder {
    color: #aaa;
    font-weight: 500;
    text-transform: capitalize;
}

small.form-text.text-red {
    font-size: 10px;
}

.container {
    max-width: 1280px;
}

.bdr-blue2 {
    border-color: #0074ad !important;
}

.bdr-grey {
    border-color: #acacac !important;
}

#day,
#month,
#year {
    max-width: 80px;
    font-family: 'Lato', sans-serif;
}

.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: transparent;
    position: relative;
}

.mobile-logo {
    position: absolute;
    z-index: 99999;
    top: 8px;
    left: 10px;
    width: 150px;
    height: auto;
}

    .mobile-logo img {
        width: 100%;
    }

/* ================================
topbar
================================ */
.top-bar .border-left {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

/*.top-bar li {
    float: left;
}*/
.top-bar button[type="button"],
.top-bar a {
    line-height: 28px;
    height: 28px;
    transition: all 0.5s;
    padding: 7px 10px;
    display: inline-flex;
}

    .top-bar button[type="button"] img,
    .top-bar a img {
        display: block;
    }

.top-bar a {
    padding: 0 20px;
}

    .top-bar button[type="button"]:hover,
    .top-bar a:hover {
        background: #0074ad;
        color: #fff !important;
    }

.top-bar .search {
    display: inline-block;
    position: relative;
    width: 0;
    transition: all 0.5s;
}

    .top-bar .search.expand {
        width: 250px;
    }

    .top-bar .search button {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 99;
        display: none;
    }

    .top-bar .search input {
        padding: 0;
        height: 28px;
        border: none;
        transition: all 0.5s;
    }

    .top-bar .search.expand input {
        padding: 6px 15px;
        border: 1px solid #ccc;
    }

    .top-bar .search.expand button {
        display: block;
    }

.mobile-menu {
    position: relative;
}

.mobile-search {
    display: flex;
    position: absolute;
    top: 50%;
    z-index: 99999;
    right: 40px;
    transform: translateY(-50%);
    direction: ltr;
}

    .mobile-search button[type="button"] {
        transition: all 0.5s;
        padding: 7px 10px;
        display: inline-flex;
    }

        .mobile-search button[type="button"] img,
        .mobile-search a img {
            display: block;
        }

    .mobile-search a {
        padding: 3px 0px;
        line-height: normal;
        vertical-align: middle;
    }

    .mobile-search .search {
        display: inline-block;
        position: absolute;
        width: 0;
        transition: all 0.5s;
        right: 40px;
        z-index: 999;
        top:25px;
    }

        .mobile-search .search.expand {
            width: 200px;
        }

        .mobile-search .search button {
            position: absolute;
            top: 0;
            right: 0;
            z-index: 99;
            display: none;
        }

        .mobile-search .search input {
            padding: 0;
            border: none;
            transition: all 0.5s;
        }

        .mobile-search .search.expand input {
            padding: 6px 15px;
            border: 1px solid #ccc;
        }

        .mobile-search .search.expand button {
            display: block;
        }


.mean-container .mean-nav ul li button[type="button"] {
    line-height: 28px;
    height: 28px;
    transition: all 0.5s;
    padding: 7px 10px;
    display: flex;
    width: 100%;
    text-align: center;
}

    .mean-container .mean-nav ul li button[type="button"] img {
        display: block;
        margin: auto;
    }

    .mean-container .mean-nav ul li button[type="button"]:hover {
        background: #0074ad;
    }
/* ================================
navigation
================================ */

.navigation .navbar-brand {
    max-width: 270px;
    padding: 0;
}

ul.navbar-nav li.nav-item {
    color: #dbdbdb;
}

    ul.navbar-nav li.nav-item a.nav-link {
        font-size: 13px;
        padding: 0 5px 0px 5px;
        color: #616161;
        font-weight: 500;
        transition: all 0.5s;
        line-height: 1.7;
    }

.navigation ul.navbar-nav li.nav-item a.nav-link:hover,
.navigation ul.navbar-nav li.nav-item.active a.nav-link {
    color: #0074ad;
    font-weight: 400;
}

.top-bar {
    background: #231f20;
}

/* ================================
main nav
================================ */


section.main-nav ul.navbar-nav li.nav-item a.nav-link {
    font-size: 17px;
    line-height: 50px;
    padding: 0 27px !important;
    transition: all 0.5s;
    color: #5a1213;
    display: block;
    font-family: 'DroidArabicKufi-Bold' !important;
}

section.main-nav ul.navbar-nav li.nav-item .dropdown-menu {
    position: absolute;
    min-width: 235px;
    border-color: #e7e7e7;
    border-bottom: 5px solid #ca2f3f;
    box-shadow: 0px 5px 5px 0px rgba(214, 214, 214, 0.004);
    border-radius: 0;
    padding: 0 10px;
    margin: 0;
    border-top: none;
    /*left: 50%;
    transform: translateX(-50%);*/
}

    section.main-nav ul.navbar-nav li.nav-item a.nav-link:before {
        position: absolute;
        width: 10px;
        height: 10px;
        background: transparent;
        border-bottom: 10px solid #fff;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        content: '';
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        display: none;
    }

    section.main-nav ul.navbar-nav li.nav-item a.nav-link[aria-expanded="true"]:before {
        display: block;
    }

    section.main-nav ul.navbar-nav li.nav-item .dropdown-menu .dropdown-item {
        color: #212529;
        border-bottom: 1px solid #e7e7e7;
        padding: 12px;
        font-size: 15px;
        transition: all 0.5s;
    }

        section.main-nav ul.navbar-nav li.nav-item .dropdown-menu .dropdown-item:hover {
            color: #0074ad !important;
            background: transparent;
        }

section.main-nav ul.navbar-nav li.nav-item:hover a.nav-link {
    background: #dbdbdb;
}

    section.main-nav ul li a:hover {
        color: #bc9962;
    }

.dropdown-toggle::after {
    display: none;
}

.input-group-append button.dropdown-toggle::after {
    display: block;
}

/* ================================
banner
================================ */
.banner {
    position: relative;
}

.bannerContent {
    position: absolute;
    width: 100%;
    top: 30%;
    left: 0;
    transform: translateY(-50%);
}

    .bannerContent h1 {
        font-size: 35px;
        line-height: 1.3;
        max-width: 445px;
    }

    .bannerContent h6 {
        font-size: 16px;
        line-height: 2;
        color: #070707;
        /*max-width: 424px;*/
        margin-left: auto;
    }

.banner-menus {
    position: absolute;
    width: 100%;
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    bottom: 0;
    padding: 20px 0;
    box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.05);
}

    .banner-menus ul li {
        display: inline-block;
    }

        .banner-menus ul li .media .media-body h5 {
            font-size: 17px;
            color: #070707;
        }

        .banner-menus ul li .media:hover .media-body h5 {
            color: #0074ad;
        }

span.divider {
    height: 47px;
    width: 1px;
    display: block;
}

.banner-menus ul li span.divider {
    background: #bab8b7;
}

/* ================================
news slider
================================ */
.news-ticker {
    background: #323a45;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.40);
    padding: 0px 0;
    border-top: 3px solid #ca2f3f;
}

.news-title {
    font-size: 17px;
    color: #fff;
}

.news-ticker span.divider {
    background: #a7abaf;
}

/* ================================
about us
================================ */
.about-us {
    padding: 60px 0 60px;
}

.section-title {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .section-title h2 {
        font-size: 35px;
        font-weight: 500;
        line-height: 1.7;
    }

    .section-title span.bottom-line {
        width: 100%;
        height: 5px;
        background: #ebebeb;
        display: block;
    }

/* ================================
announcement-block 
================================ */
.about-us .announcement-block {
    border: 5px solid #ebebeb;
    padding: 30px 35px;
}

.announcement-block hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #e1e1e1;
}


/* ================================
letest news
================================ */
.letest-news {
    padding: 40px 0 40px;
}

    .letest-news .card {
        border: 1px solid #a1a1a1;
        border-radius: 0;
        padding: 10px 10px 0;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        transition: all 0.5s;
        max-width: 279px;
        margin: auto;
    }

    .letest-news .card-body {
        padding: 5px 13px;
    }

.NewsCard {
    max-height: 351px;
    min-height: 351px;
}

.font-bold {
    font-weight: bold;
}

.letest-news .card:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    transform: translateY(-5px);
}

.letest-news .card .date {
    font-size: 15px;
}

.letest-news .card .card-title {
    font-size: 14px;
}

.letest-news .btn-blue,
.about-us .btn-blue,
.bannerContent .btn-blue-outline {
    width: 135px;
    height: 42px;
    line-height: 40px;
    padding: 0 25px;
}

/* ================================
decision and figures
================================ */
.decision-figure {
    padding: 40px 0;
    background: url(../images/decision-bg.png) left bottom no-repeat;
    background-size: cover;
    border-bottom: 1px solid #e1e1e1;
}




.max .slick-list {
    /*max-height: 350px !important*/
}

.decision-figure .stories .slick-prev {
    left: auto;
    right: 30px;
    top: -40px;
    width: 25px;
}

.decision-figure .stories .slick-next {
    top: -40px;
    right: 0;
    width: 25px;
}

.decision-figure a span {
    font-size: 17px;
}

.custom-arrow span {
    display: inline-block;
    width: 20px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    text-align: center;
}

/* ================================
slider
================================ */
.benifits {
    padding: 60px 0 30px;
}

    .benifits .slick-prev {
        left: -40px;
    }

    .benifits .slick-next {
        right: -40px;
    }

.social-strip {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

    .social-strip ul {
        flex-direction: row;
    }

        .social-strip ul li.nav-item a.nav-link {
            color: #fff;
            font-size: 13px;
        }

.benifits .card-title {
    font-size: 17px;
}

/* ================================
footer
================================ */
.footer {
    background: #f6f6f6;
    padding: 35px 0;
}

    .footer h5 {
        font-size: 13px;
        color: #101010;
        position: relative;
        padding-right: 20px;
    }

    .footer .more a {
        font-size: 13px;
    }

span.square-bullet {
    width: 6px;
    height: 6px;
    background: #ca2f3f;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.contact-info ul li,
.contact-info ul li a {
    font-size: 13px;
    color: #101010;
}

.more {
    border-bottom: 1px solid #ca2f3f;
    border-top: 1px solid #ca2f3f;
}

.download-app {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

    .download-app .app ul li {
        display: inline-block;
    }

        .download-app .app ul li a {
            width: 40px;
            height: 30px;
            border-radius: 5px;
            background: #ca2f3f;
            display: block;
            text-align: center;
        }

#scroll-top {
    display: none;
    width: 41px;
    height: 36px;
    position: fixed;
    bottom: 70px;
    left: 20px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #ca2f3f;
    color: white;
    cursor: pointer;
    padding: 0;
    border-radius: 0;
    text-align: center;
}

    #scroll-top img {
        vertical-align: bottom;
    }

/* ================================
copyright
================================ */
.copyright {
    background: #363636;
    padding: 15px 0;
}

    .copyright p,
    .copyright a {
        font-size: 13px;
        color: #fff;
    }

.main-nav .navbar-collapse .navbar-nav {
    background: transparent;
}

/* ================================
info page - inner page title
================================ */
.page-title-template {
    padding: 45px 0 0;
}

.inner-title {
    position: relative;
}

    .inner-title h2 {
        font-size: 35px;
        font-weight: 400;
        color: #181818;
        padding-right: 25px;
        line-height: 1.3;
    }

    .inner-title span.title-bullet {
        position: absolute;
        right: 0;
        top: calc(50% - 8px);
        transform: translateY(-50%) rotate(180deg);
    }

.breadcrumb {
    background-color: transparent;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: url(../images/breadcrumb-arrow.png);
}

.breadcrumb .breadcrumb-item a {
    font-size: 14px;
    color: #231f20;
}

.breadcrumb-item.active {
    color: #0074ad;
    font-size: 14px;
}

.page-title-template span.page-title-divider {
    display: block;
    width: 100%;
    height: 3px;
    background: #ca2f3f;
}

.page-body-template {
    padding: 30px 0 60px;
}

    .page-body-template .section-title h3 {
        font-size: 25px;
        font-weight: 400;
        color: #181818;
        line-height: 1.5;
    }

.sidebar .list-group-item.disabled,
.sidebar .list-group-item:disabled {
    color: #5a1213;
    background-color: transparent;
    font-size: 17px;
}

.sidebar .list-group-item:first-child {
    border-top: none;
}

.sidebar .list-group-item {
    border-color: #b7b7b7;
    border-left: none;
    border-right: none;
    font-size: 17px;
    color: #181818;
    border-radius: 0 !important;
    transition: all 0.5s;
    padding: 0;
}

    .sidebar .list-group-item a {
        padding: 19px 0;
        color: #000;
        transition: all 0.5s;
        display: block;
        font-size: 14px;
    }

.list-group-item:not(:first-child):hover a {
    /*padding-right: 15px;*/
    color: #023f54;
}

#rateBox {
    display: inline-block;
}

.pagination .page-item .page-link {
    margin-left: 7px;
    padding: 0;
    color: #777;
    border: 1px solid #777;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border-radius: 0 !important;
    transition: all 0.5s;
}

.pagination .page-item:nth-child(2) .page-link,
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link,
.pagination .page-item {
    border: 1px solid transparent;
    line-height: 35px;
}

    .pagination .page-item:last-child .page-link span img,
    .pagination .page-item:nth-child(2) .page-link span img {
        transform: rotate(180deg);
        ;
    }

    .pagination .page-item .page-link:focus {
        box-shadow: none;
    }

    .pagination .page-item:not(:nth-child(2)) .page-link:hover {
        color: #fff;
        background: #0074ad;
    }

    .pagination .page-item:first-child:hover .page-link,
    .pagination .page-item:last-child:hover .page-link,
    .pagination .page-item:nth-child(2):hover .page-link {
        border: 1px solid #0074ad;
        background: transparent;
    }

.box.col-12 {
    height: 120px;
    text-align: center;
    line-height: 120px;
    border: 1px solid #a1a1a1;
    padding: 0;
}

    .box.col-12 label {
        color: #959595;
        font-weight: normal;
    }

.input-group-append button.dropdown-toggle {
    border: 1px solid #a1a1a1;
    border-right: 0;
    width: 100%;
}

.input-group-append {
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    text-align: left;
}

    .input-group-append .dropdown-menu.show {
        display: block;
        width: 100%;
    }

.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
    margin-right: auto;
}

.input-group-append:before {
    position: absolute;
    top: 2px;
    left: 25px;
    width: 1px;
    height: calc(100% - 4px);
    content: '';
    background: #a1a1a1;
}

.input-group-append {
    margin-right: 0;
}

.media.news-block .media-img {
    width: 250px;
}

.media.news-block .media-body .card-title {
    font-size: 16px;
    color: #000;
}

.card-news .card-deck .card {
    border: 1px solid #a1a1a1;
    border-radius: 0;
    padding: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
}

    .card-news .card-deck .card:hover {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
        transform: translateY(-5px);
    }

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
    transition: all 0.5s;
    background:#fff;
}

.page-body-template .content-body.card-news .card-title {
    font-size: 16px;
}

.content-body {
    line-height: 2;
}

.page-body-template .content-body li.text-black img {
    transform: rotate(180deg);
}

.content-body p {
    color: #00000a;
}

.table-header {
    font-size: 16px;
}

/* ===========================================
Night Css
=========================================== */
body.night {
    background: #ddd;
}

    body.night .letest-news {
        background: #ddd;
    }

    body.night .bg-blue {
        background: #0074ad !important;
    }

    body.night .banner {
        background: #000;
    }

    body.night .slick-slide img {
        opacity: 0.8;
    }

    body.night .banner-menus {
        background: rgba(234, 234, 234, 0.9);
    }

    body.night .about-us .announcement-block {
        border: 5px solid #eee;
    }

    body.night .letest-news .card {
        background: #eee;
    }

    body.night .section-title span.bottom-line {
        background: #eee;
    }

    body.night .footer {
        background: #ddd;
        padding: 40px 0;
    }

    body.night .benifits .card {
        background: #ddd;
    }

/* ===========================================
Contrast Css
=========================================== */
body.highcontrast {
    background: #898989 !important;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

    body.highcontrast .section-title h2 {
        color: #fff;
    }

    body.highcontrast .letest-news .section-title h2 {
        color: #393939;
    }

/* ===========================================
font 120
=========================================== */
body.fsize120 {
    font-size: 19px;
}

    body.fsize120 p {
        font-size: 19px;
    }

    body.fsize120 ul.navbar-nav li.nav-item a.nav-link {
        font-size: 17px;
    }

    body.fsize120 section.main-nav ul.navbar-nav li.nav-item a.nav-link {
        font-size: 20px;
        padding: 0 20px !important;
    }

    body.fsize120 .bannerContent h1 {
        font-size: 40px;
        line-height: 47px;
    }

    body.fsize120 .bannerContent h6 {
        font-size: 19px;
        max-width: 424px;
    }

    body.fsize120 .banner-menus ul li .media .media-body h5 {
        font-size: 18px;
    }

    body.fsize120 .section-title h2 {
        font-size: 40px;
    }

    body.fsize120 .letest-news .card .date {
        font-size: 18px;
    }

    body.fsize120 .letest-news .card .card-title {
        font-size: 18px;
    }

    body.fsize120 .benifits .card-title {
        font-size: 19px;
    }

    body.fsize120 .footer h5 {
        font-size: 19px;
    }

    body.fsize120 .contact-info ul li,
    body.fsize120 .contact-info ul li a {
        font-size: 17px;
    }

    body.fsize120 .inner-title h2 {
        font-size: 40px;
    }

    body.fsize120 .page-body-template .section-title h3 {
        font-size: 30px;
    }

    body.fsize120 .list-group-item a {
        font-size: 20px;
    }

    body.fsize120 .page-body-template .card-title {
        font-size: 19px;
    }

/* ===========================================
font 110
=========================================== */
body.fsize110 {
    font-size: 17px;
}

    body.fsize110 p {
        font-size: 17px;
    }

    body.fsize110 ul.navbar-nav li.nav-item a.nav-link {
        font-size: 15px;
    }

    body.fsize110 section.main-nav ul.navbar-nav li.nav-item a.nav-link {
        font-size: 18px;
    }

    body.fsize110 .bannerContent h1 {
        font-size: 37px;
        line-height: 47px;
    }

    body.fsize110 .bannerContent h6 {
        font-size: 17px;
        max-width: 424px;
        ;
    }

    body.fsize110 .banner-menus ul li .media .media-body h5 {
        font-size: 16px;
    }

    body.fsize110 .section-title h2 {
        font-size: 37px;
    }

    body.fsize110 .letest-news .card .date {
        font-size: 16px;
    }

    body.fsize110 .letest-news .card .card-title {
        font-size: 16px;
    }

    body.fsize110 .benifits .card-title {
        font-size: 17px;
    }

    body.fsize110 .footer h5 {
        font-size: 17px;
    }

    body.fsize110 .contact-info ul li,
    body.fsize110 .contact-info ul li a {
        font-size: 15px;
    }

    body.fsize110 .inner-title h2 {
        font-size: 37px;
    }

    body.fsize110 .page-body-template .section-title h3 {
        font-size: 27;
    }

    body.fsize110 .list-group-item a {
        font-size: 18px;
    }

    body.fsize110 .page-body-template .card-title {
        font-size: 17px;
    }

/* ===========================================
font 90
=========================================== */
body.fsize90 {
    font-size: 15px;
}

    body.fsize90 p {
        font-size: 15px;
    }

    body.fsize90 ul.navbar-nav li.nav-item a.nav-link {
        font-size: 13px;
    }

    body.fsize90 section.main-nav ul.navbar-nav li.nav-item a.nav-link {
        font-size: 16px;
    }

    body.fsize90 .bannerContent h1 {
        font-size: 35px;
        line-height: 47px;
    }

    body.fsize90 .bannerContent h6 {
        font-size: 15px;
        max-width: 424px;
        ;
    }

    body.fsize90 .banner-menus ul li .media .media-body h5 {
        font-size: 14px;
    }

    body.fsize90 .section-title h2 {
        font-size: 35px;
    }

    body.fsize90 .letest-news .card .date {
        font-size: 14px;
    }

    body.fsize90 .letest-news .card .card-title {
        font-size: 14px;
    }

    body.fsize90 .benifits .card-title {
        font-size: 15px;
    }

    body.fsize90 .footer h5 {
        font-size: 15px;
    }

    body.fsize90 .contact-info ul li,
    .contact-info ul li a {
        font-size: 13px;
    }

    body.fsize90 .inner-title h2 {
        font-size: 33px;
    }

body.fsize110 .page-body-template .section-title h3 {
    font-size: 23;
}

body.fsize90 .list-group-item a {
    font-size: 16px;
}

body.fsize90 .page-body-template .card-title {
    font-size: 15px;
}

/* ===========================================
font 90
=========================================== */
body.fsize80 {
    font-size: 14px;
}

    body.fsize80 p {
        font-size: 14px;
    }

    body.fsize80 ul.navbar-nav li.nav-item a.nav-link {
        font-size: 12px;
    }

    body.fsize80 section.main-nav ul.navbar-nav li.nav-item a.nav-link {
        font-size: 15px;
    }

    body.fsize80 .bannerContent h1 {
        font-size: 33px;
        line-height: 47px;
    }

    body.fsize80 .bannerContent h6 {
        font-size: 14px;
        max-width: 424px;
        ;
    }

    body.fsize80 .banner-menus ul li .media .media-body h5 {
        font-size: 13px;
    }

    body.fsize80 .section-title h2 {
        font-size: 33px;
    }

    body.fsize80 .letest-news .card .date {
        font-size: 13px;
    }

    body.fsize80 .letest-news .card .card-title {
        font-size: 13px;
    }

    body.fsize80 .benifits .card-title {
        font-size: 14px;
    }

    body.fsize80 .footer h5 {
        font-size: 14px;
    }

    body.fsize80 .contact-info ul li,
    body.fsize80 .contact-info ul li a {
        font-size: 12px;
    }

    body.fsize80 .inner-title h2 {
        font-size: 31px;
    }

    body.fsize80 .page-body-template .section-title h3 {
        font-size: 21px;
    }

    body.fsize80 .list-group-item a {
        font-size: 15px;
    }

    body.fsize80 .page-body-template .card-title {
        font-size: 14px;
    }

/* ===========================================
font 90
=========================================== */
body.fsize70 {
    font-size: 13px;
}

    body.fsize70 p {
        font-size: 13px;
    }

    body.fsize70 ul.navbar-nav li.nav-item a.nav-link {
        font-size: 11px;
    }

    body.fsize70 section.main-nav ul.navbar-nav li.nav-item a.nav-link {
        font-size: 14px;
    }

    body.fsize70 .bannerContent h1 {
        font-size: 32px;
        line-height: 47px;
    }

    body.fsize70 .bannerContent h6 {
        font-size: 13px;
        max-width: 424px;
        ;
    }

    body.fsize70 .banner-menus ul li .media .media-body h5 {
        font-size: 12px;
    }

    body.fsize70 .section-title h2 {
        font-size: 32px;
    }

    body.fsize70 .letest-news .card .date {
        font-size: 12px;
    }

    body.fsize70 .letest-news .card .card-title {
        font-size: 12px;
    }

    body.fsize70 .benifits .card-title {
        font-size: 13px;
    }

    body.fsize70 .footer h5 {
        font-size: 13px;
    }

    body.fsize70 .inner-title h2 {
        font-size: 29px;
    }

    body.fsize70 .page-body-template .section-title h3 {
        font-size: 19;
    }

    body.fsize70 .list-group-item a {
        font-size: 14px;
    }

    body.fsize70 .page-body-template .card-title {
        font-size: 13px;
    }

svg.icon:hover {
    color: #FFB800;
}

.rate_item.fxss_rate_select {
    color: #ffb800 !important;
}

.banner1 {
    height: 121px;
    background-image: url(../images/banner1.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 8px;
}

.banner2 {
    height: 121px;
    background-image: url(../images/fiber.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    margin-bottom: 8px;
}

.banner3 {
    height: 121px;
    background-image: url(../images/banner3.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}

.innerborder span {
    font-size: 22px;
    color: white;
    position: relative;
    top: 31%;
    right: 10px;
}


.innerborder {
    height: 104px;
    position: absolute;
    z-index: 10;
    left: 10px;
    right: 10px;
    top: 8px;
}

.sectionBanners {
    /*padding-top: 76px;*/
}


/* hover effect */

/*********************** Demo - 1 *******************/
.box1 img, .box1:after, .box1:before {
    width: 100%;
    transition: all .3s ease 0s
}

.box1 .icon, .box2, .box3, .box4, .box5 .icon li a {
    text-align: center
}

    .box10:after, .box10:before, .box1:after, .box1:before, .box2 .inner-content:after, .box3:after, .box3:before, .box4:before, .box5:after, .box5:before, .box6:after, .box7:after, .box7:before {
        content: ""
    }

.box1, .box11, .box12, .box13, .box14, .box16, .box17, .box18, .box2, .box20, .box21, .box3, .box4, .box5, .box5 .icon li a, .box6, .box7, .box8 {
    overflow: hidden;
    margin-bottom: 7px;
}

    .box1 .title, .box10 .title, .box4 .title, .box7 .title {
        letter-spacing: 1px
    }

    .box3 .post, .box4 .post, .box5 .post, .box7 .post {
        font-style: italic
    }

.mt-30 {
    margin-top: 30px
}

.mt-40 {
    margin-top: 40px
}

.mb-30 {
    margin-bottom: 30px
}

.box1 .icon, .box1 .title {
    margin: 0;
    position: absolute
}

.box1 {
    box-shadow: 0 0 3px rgba(0,0,0,.3);
    position: relative
}

    .box1:after, .box1:before {
        height: 50%;
        background: rgba(0,0,0,.5);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        transform-origin: 100% 0;
        transform: rotateZ(90deg)
    }

    .box1:after {
        top: auto;
        bottom: 0;
        transform-origin: 0 100%
    }

    .box1:hover:after, .box1:hover:before {
        transform: rotateZ(0)
    }

    .box1 img {
        height: auto;
        transform: scale(1) rotate(0)
    }

    .box1:hover img {
        filter: sepia(80%);
        transform: scale(1.3) rotate(10deg)
    }

    .box1 .title {
        font-size: 19px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        text-shadow: 0 0 1px #004cbf;
        bottom: 10px;
        left: 10px;
        opacity: 0;
        z-index: 2;
        transform: scale(0);
        transition: all .5s ease .2s
    }

    .box1:hover .title {
        opacity: 1;
        transform: scale(1)
    }

    .box1 .icon {
        padding: 7px 5px;
        list-style: none;
        background: #004cbf;
        border-radius: 0 0 0 10px;
        top: -100%;
        right: 0;
        z-index: 2;
        transition: all .3s ease .2s
    }

    .box1:hover .icon {
        top: 0
    }

    .box1 .icon li {
        display: block;
        margin: 10px 0
    }

        .box1 .icon li a {
            display: block;
            width: 35px;
            height: 35px;
            line-height: 35px;
            border-radius: 10px;
            font-size: 18px;
            color: #fff;
            transition: all .3s ease 0s
        }

.box2 .icon li a, .box3 .icon a:hover, .box4 .icon li a:hover, .box5 .icon li a, .box6 .icon li a {
    border-radius: 50%
}

.box1 .icon li a:hover {
    color: #fff;
    box-shadow: 0 0 10px #000 inset,0 0 0 3px #fff
}

@media only screen and (max-width:990px) {
    .box1 {
        margin-bottom: 30px
    }
    .ajax__fileupload_fileItemInfo {
        height: 60px !important;
    }
}
/*********************** Demo - 2 *******************/
.box2 {
    position: relative
}

    .box2 img {
        width: 100%;
        height: auto
    }

    .box2 .box-content {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        transform: translate(-50%,-50%)
    }

        .box2 .box-content:after, .box2 .box-content:before, .box2:after, .box2:before {
            content: "";
            width: 80%;
            height: 80%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%,-50%) rotate(45deg);
            transition: all .5s ease 0s
        }

    .box2:before {
        background: linear-gradient(45deg,rgba(0,0,0,.2) 49%,transparent 50%);
        left: -100%
    }

    .box2:after {
        background: linear-gradient(45deg,transparent 49%,rgba(0,0,0,.2) 50%);
        left: 160%
    }

    .box2 .box-content:after, .box2 .box-content:before {
        width: 65%;
        height: 65%;
        background: linear-gradient(45deg,rgba(0,0,0,.3) 49%,transparent 50%);
        left: -100%;
        transition-delay: .1s
    }

.box1 .box-content:after {
    background: linear-gradient(45deg,transparent 49%,rgba(0,0,0,.3) 50%);
    left: 160%
}

.box2:hover .box-content:after, .box2:hover .box-content:before, .box2:hover:after, .box2:hover:before {
    left: 50%
}

.box2 .inner-content {
    width: 50%;
    height: 50%;
    color: #fff;
    padding: 40px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%,-50%) scale(0);
    transition: all .3s ease .2s
}

    .box2 .inner-content:after {
        width: 100%;
        height: 100%;
        background: rgba(255,79,79,.8);
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: -1;
        transform: translate(-50%,-50%) rotate(45deg)
    }

.box2:hover .inner-content {
    transform: translate(-50%,-50%) scale(1);
    transition: all .3s ease 0s
}

.box2 .title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px
}

.box2 .post {
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 7px
}

.box10 .title, .box11 .title, .box4 .title, .box5 .title, .box6 .box-content, .box7 .title {
    text-transform: uppercase
}

.box2 .icon {
    padding: 0;
    margin: 0;
    list-style: none;
    transform: rotateY(360deg) scale(0);
    transition: all .3s ease 0s
}

.box2:hover .icon {
    transform: rotateY(0) scale(1)
}

.box2 .icon li {
    display: inline-block;
    margin: 0 3px
}

    .box2 .icon li a {
        display: block;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: #fff;
        font-size: 16px;
        color: #505050;
        transition: all .3s ease 0s
    }

        .box2 .icon li a:hover {
            box-shadow: 0 0 0 5px rgba(0,0,0,.5);
            background: #fff;
            color: #ff4f4f
        }

@media only screen and (max-width:990px) {
    .box2 {
        margin-bottom: 30px
    }
}

@media only screen and (max-width:320px) {
    .box2 .inner-content {
        padding: 25px 0
    }

    .box2 .title {
        font-size: 16px
    }
    
}

@media only screen and (min-width :300px) and (max-width :340px) {
    .mobile-search {
        top: 75%;
    }
}
    /*********************** Demo - 3 *******************/
    .box3 {
        box-shadow: 0 0 3px rgba(0,0,0,.3);
        position: relative
    }

        .box3 .box-content, .box3:after, .box3:before {
            position: absolute;
            left: 7%;
            right: 7%;
            transition: all .3s
        }

        .box3:after, .box3:before {
            display: block;
            background: rgba(0,0,0,.3);
            top: 10%;
            bottom: 10%;
            z-index: 1;
            transform: scale(0,1)
        }

        .box3:after {
            top: 10.8%;
            bottom: 10.8%;
            transform: scale(1,0)
        }

        .box3:hover:after, .box3:hover:before {
            transform: scale(1);
            animation: animate 1.5s
        }

        .box3:hover:before {
            border-top: 3px solid #fff;
            border-bottom: 3px solid #fff
        }

    .box:hover:after {
        border-left: 3px solid #fff;
        border-right: 3px solid #fff
    }

    .box img {
        width: 100%;
        height: auto;
        transition: all .3s
    }

    .box3:hover img {
        transform: scale(1.2);
        filter: blur(5px);
        -moz-filter: blur(5px);
        -webkit-filter: blur(5px)
    }

    .box3 .box-content {
        padding: 30px 10px;
        top: 10%;
        bottom: 10%;
        opacity: 0;
        z-index: 2
    }

    .box3:hover .box-content {
        box-shadow: 0 0 0 35px rgba(255,255,255,.3);
        opacity: 1;
        transition: all .3s
    }

    .box3 .title {
        font-size: 24px;
        font-weight: 600;
        color: #88c425;
        margin: 0 0 5px
    }

    .box3 .post {
        display: block;
        margin: 0 0 5px;
        font-size: 14px;
        color: rgba(255,255,255,.8)
    }

    .box3 .description {
        font-size: 14px;
        color: #fff;
        margin: 0 0 20px
    }

    .box3 .icon {
        padding: 0;
        margin: 0;
        list-style: none
    }

        .box3 .icon li {
            display: inline-block;
            margin: 0 10px 0 0
        }

            .box3 .icon li a {
                display: block;
                width: 30px;
                height: 30px;
                line-height: 30px;
                color: #fff;
                background: #88c425;
                transition: all .5s
            }

        .box3 .icon a:hover {
            animation: animate-hover .5s;
            transition: all .3s
        }

    @keyframes animate {
        0%,100% {
            opacity: 1
        }
    }

    @keyframes animate-hover {
        0% {
            box-shadow: 0 0 0 10px rgba(255,255,255,.3)
        }

        50% {
            box-shadow: 0 0 0 5px rgba(255,255,255,.3)
        }

        100% {
            box-shadow: 0 0 0 0 rgba(255,255,255,.3)
        }
    }

    .box10, .box11, .box12, .box14, .box4, .box5, .box6, .box7, .box9 {
        box-shadow: 0 0 3px rgba(0,0,0,.3)
    }

    @media only screen and (max-width:990px) {
        .box3 {
            margin-bottom: 30px
        }

            .box3 .box-content {
                padding: 10px
            }

            .box3 .description {
                margin-bottom: 10px
            }
    }

    @media only screen and (max-width:479px) {
        .box3 .title {
            margin: 0
        }
    }

    /*********************** Demo - 4 *******************/
    .box4 {
        position: relative
    }

        .box4:before {
            width: 0;
            height: 200%;
            background: rgba(0,0,0,.5);
            position: absolute;
            top: 0;
            left: -250px;
            bottom: 0;
            transform: skewX(-36deg);
            transition: all .5s ease 0s
        }

        .box4:hover:before {
            width: 200%
        }

        .box4 img {
            width: 100%;
            height: auto
        }

        .box4 .box-content {
            width: 100%;
            height: 100%;
            padding-top: 20%;
            position: absolute;
            top: 0;
            left: 0;
            transform: scale(0);
            transition: all .3s ease 0s
        }

        .box4 .icon, .box5 .icon {
            list-style: none;
            padding: 0
        }

        .box4:hover .box-content {
            transform: scale(1)
        }

        .box4 .title {
            font-size: 22px;
            font-weight: 700;
            color: #fff;
            margin: 0 0 10px
        }

        .box4 .post {
            display: block;
            font-size: 15px;
            font-weight: 600;
            color: #fff;
            margin-bottom: 20px
        }

        .box4 .icon {
            margin: 0
        }

            .box4 .icon li {
                display: inline-block
            }

                .box4 .icon li a {
                    display: block;
                    width: 35px;
                    height: 35px;
                    line-height: 35px;
                    font-size: 20px;
                    background: #fff;
                    color: #ee4266;
                    margin-right: 10px;
                    transition: all .3s ease 0s
                }

    .box5 .icon, .box5 .icon li {
        display: inline-block
    }

    @media only screen and (max-width:990px) {
        .box4 {
            margin-bottom: 30px
        }
    }

    @media only screen and (max-width:767px) {
        .box4:before {
            left: -400px
        }

        .box4:hover:before {
            width: 300%
        }

        .messageBoxModal {
            width: 100% !important;
            right: 0 !important;
            left: 0px !important;
        }

        .mobile-search .search.expand input {
            margin: 40px -40px 0px 0px !important;
        }
    }

    /*********************** Demo - 5 *******************/
    .box5 {
        background: #444;
        position: relative
    }

        .box5:after, .box5:before {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            background: #10a5b8;
            position: absolute;
            top: -80px;
            left: 15px;
            opacity: 0;
            z-index: 1;
            transition: all .35s ease
        }

        .box5:after {
            top: auto;
            left: auto;
            bottom: -80px;
            right: 15px
        }

        .box5:hover:after, .box5:hover:before {
            opacity: .75;
            transform: scale(8);
            transition-delay: .15s
        }

        .box5 img {
            width: 100%;
            height: auto;
            transition: all .35s ease-out 0s
        }

        .box5:hover img {
            opacity: .4
        }

        .box5 .icon {
            margin: 0;
            position: absolute;
            bottom: 15px;
            right: 15px;
            z-index: 2;
            transform: scale(0);
            transition: all .35s ease-out
        }

        .box5:hover .icon {
            transform: scale(1);
            transition-delay: .15s
        }

        .box5 .icon li a {
            display: block;
            width: 35px;
            height: 35px;
            line-height: 35px;
            background: #fff;
            font-size: 18px;
            color: #444;
            margin-right: 10px;
            position: relative;
            transition: all .5s ease 0s
        }

            .box5 .icon li a:hover {
                background: #444;
                color: #fff
            }

        .box5 .box-content {
            padding: 20px 15px;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1
        }

        .box5 .title {
            font-size: 20px;
            font-weight: 800;
            color: #fff;
            margin: 0 0 5px;
            opacity: 0;
            transform: translate(-20px,-20px);
            transition: all .35s ease-out
        }

        .box5:hover .title {
            opacity: 1;
            transform: translate(0,0);
            transition-delay: .15s
        }

        .box5 .post {
            display: inline-block;
            font-size: 16px;
            color: #fff;
            opacity: 0;
            transform: translate(-20px,-20px);
            transition: all .35s ease-out
        }

        .box5:hover .post {
            opacity: 1;
            transform: translate(0,0);
            transition-delay: .15s
        }

    .box6 .title, .box6 img, .box6:after {
        transition: all .35s ease 0s
    }

    @media only screen and (max-width:990px) {
        .box5 {
            margin-bottom: 30px
        }
    }
    /*********************** Demo - 6 *******************/
    .box6 {
        background: #000;
        position: relative
    }

        .box6:after {
            background: rgba(0,0,0,.7);
            position: absolute;
            top: 0;
            left: -30%;
            bottom: 0;
            right: 70%;
            transform: skew(20deg) translateX(-75%)
        }

        .box6:hover:after {
            transform: skew(20deg) translateX(0)
        }

        .box6 img {
            width: 100%;
            height: auto
        }

        .box6:hover img {
            opacity: .5
        }

        .box6 .box-content {
            padding: 20px;
            text-align: right;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 1
        }

        .box6 .icon, .box7 .icon {
            padding: 0;
            list-style: none
        }

            .box10 .icon li a, .box11, .box12, .box13, .box6 .icon li a, .box7, .box7 .icon li a, .box8, .box8 .icon li a {
                text-align: center
            }

        .box6 .title {
            font-size: 20px;
            font-weight: 900;
            color: #fff;
            margin: 0 0 10px;
            transform: scale(0)
        }

        .box6:hover .title {
            transform: scale(1)
        }

        .box6 .icon li, .box6 .post {
            opacity: 0;
            transform: translateX(40px);
            transition: all .35s ease 0s
        }

        .box6 .post {
            display: block;
            font-size: 14px;
            color: #fff;
            margin-bottom: 5px
        }

        .box6 .icon {
            display: inline-block;
            margin: 0
        }

        .box6:hover .icon li, .box6:hover .post {
            opacity: 1;
            transform: translateX(0)
        }

            .box6:hover .icon li:first-child {
                transition-delay: .1s
            }

            .box6:hover .icon li:nth-child(2) {
                transition-delay: .2s
            }

        .box6 .icon li a {
            display: block;
            width: 35px;
            height: 35px;
            line-height: 35px;
            background: #fff;
            font-size: 18px;
            color: #605f5f;
            margin-bottom: 5px;
            transition: all .35s ease
        }

            .box6 .icon li a:hover {
                background: #605f5f;
                color: #fff
            }

    @media only screen and (max-width:990px) {
        .box6 {
            margin-bottom: 30px
        }
    }

    /*********************** Demo - 7 *******************/
    .box7 {
        position: relative
    }

        .box7:after, .box7:before {
            width: 100%;
            height: 100%;
            background: rgba(11,33,47,.9);
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            transition: all .5s ease 0s
        }

        .box7:after {
            background: rgba(255,255,255,.3);
            border: 2px solid #0dab76;
            top: 0;
            left: 170%;
            opacity: 1;
            z-index: 1;
            transform: skewX(45deg);
            transition: all 1s ease 0s
        }

        .box7:hover:before {
            opacity: 1
        }

        .box7:hover:after {
            left: -170%
        }

        .box7 img {
            width: 100%;
            height: auto
        }

        .box7 .box-content {
            width: 100%;
            position: absolute;
            bottom: -100%;
            left: 0;
            transition: all .5s ease 0s
        }

        .box7:hover .box-content {
            bottom: 30%
        }

        .box7 .title {
            display: block;
            font-size: 22px;
            font-weight: 700;
            color: #fff;
            margin: 0 0 10px
        }

        .box7 .post {
            display: block;
            font-size: 15px;
            font-weight: 600;
            color: #fff;
            margin-bottom: 10px
        }

        .box7 .icon {
            margin: 0
        }

            .box7 .icon li {
                display: inline-block
            }

                .box7 .icon li a {
                    display: block;
                    width: 35px;
                    height: 35px;
                    line-height: 35px;
                    border-radius: 50%;
                    background: #0dab76;
                    font-size: 18px;
                    color: #fff;
                    margin-right: 10px;
                    transition: all .5s ease 0s
                }

    .box8 .icon li, .box8 .title {
        display: inline-block
    }

    .box7 .icon li a:hover {
        transform: rotate(360deg)
    }

    @media only screen and (max-width:990px) {
        .box {
            margin-bottom: 30px
        }
    }

    /*********************** Demo - 8 *******************/
    .box8 .icon, .box8 .title {
        margin: 0;
        position: absolute
    }

    .box8 {
        box-shadow: 0 0 3px rgba(0,0,0,.3);
        position: relative
    }

        .box8 img {
            width: 100%;
            height: auto
        }

        .box8 .box-content {
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,.6);
            opacity: 0;
            position: absolute;
            top: 0;
            left: 0;
            transform: perspective(400px) rotateX(-90deg);
            transform-origin: center top 0;
            transition: all .5s ease 0s
        }

        .box8 .icon li a, .box8 .title {
            background: #ef4050;
            font-size: 20px;
            color: #fff
        }

        .box8:hover .box-content {
            opacity: 1;
            transform: perspective(400px) rotateX(0)
        }

        .box8 .title {
            padding: 5px 7px;
            border-radius: 5px;
            font-weight: 600;
            bottom: 20px;
            left: 20px;
            transition: all .9s ease 0s
        }

        .box8 .icon li a, .box9 .box-content, .box9 .icon li, .box9 img {
            transition: all .35s ease 0s
        }

        .box8:hover .title {
            bottom: -40px
        }

        .box8 .icon {
            list-style: none;
            padding: 0;
            top: 42%;
            left: 0;
            right: 0
        }

            .box8 .icon li a {
                display: block;
                width: 40px;
                height: 40px;
                line-height: 40px;
                border-radius: 50%;
                margin-right: 7px
            }

    .box9 .icon, .box9 .title {
        width: 100%;
        font-size: 22px
    }

    .box8 .icon li a:hover {
        background: #fff;
        color: #000
    }

    @media only screen and (max-width:990px) {
        .box8 {
            margin-bottom: 20px
        }
    }

    /*********************** Demo - 9 *******************/
    .box9 {
        background: #000;
        text-align: center;
        position: relative
    }

        .box9 img {
            width: 100%;
            height: auto
        }

        .box9:hover img {
            opacity: .5
        }

        .box9 .box-content {
            padding: 30px 10px 30px 0;
            background: rgba(0,0,0,.65);
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            opacity: 0
        }

        .box9:hover .box-content {
            top: 10px;
            left: 10px;
            bottom: 10px;
            right: 10px;
            opacity: 1
        }

        .box9 .title {
            font-weight: 700;
            color: #fff;
            line-height: 17px;
            margin: 5px 0;
            position: absolute;
            bottom: 55%
        }

        .box10 .icon li a, .box9 .icon li a {
            line-height: 35px;
            border-radius: 50%
        }

        .box9 .icon {
            list-style: none;
            padding: 0;
            margin: 0;
            position: absolute;
            top: 50%
        }

            .box9 .icon li {
                display: inline-block;
                opacity: 0;
                transform: translateY(40px)
            }

        .box9:hover .icon li {
            opacity: 1;
            transform: translateY(0)
        }

            .box9:hover .icon li:first-child {
                transition-delay: .1s
            }

            .box9:hover .icon li:nth-child(2) {
                transition-delay: .2s
            }

        .box9 .icon li a {
            display: block;
            width: 35px;
            height: 35px;
            background: #f39c12;
            font-size: 20px;
            color: #000;
            margin-right: 5px;
            transition: all .35s ease 0s
        }

        .box9 .icon a:hover {
            background: #fff
        }

    @media only screen and (max-width:990px) {
        .box9 {
            margin-bottom: 20px
        }
    }
    /*********************** Demo - 10 *******************/
    .box10 {
        background: #000;
        overflow: hidden;
        position: relative
    }

        .box10:after, .box10:before {
            border-width: 0 180px 140px;
            border-style: solid;
            border-color: transparent transparent #0d5f45;
            position: absolute;
            bottom: 0;
            left: 50%;
            z-index: 1;
            transform: translate(-55%,100%);
            transition: all .5s 0s cubic-bezier(.6,-.28,.735,.045)
        }

        .box10:after {
            border-width: 150px 250px;
            border-color: transparent #18ab69 #18ab69 #008148;
            top: 25%;
            transform: translate(-60%,100%)
        }

        .box10:hover:before {
            transition: all .4s 0s cubic-bezier(.175,.885,.32,1.275);
            transform: translate(-55%,0);
            transition-delay: .2s
        }

        .box10:hover:after {
            transition: all .4s 0s cubic-bezier(.175,.885,.32,1.275);
            transform: translate(-60%,0);
            transition-delay: 0s
        }

        .box10 img {
            width: 100%;
            height: auto;
            opacity: 1;
            transform: scale(1.1) translateY(3%);
            transition: all .5s ease 0s
        }

        .box10:hover img {
            transform: scale(1.1) translateY(-3%);
            opacity: .4
        }

        .box10 .box-content {
            padding: 20px 0 0 20px;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            z-index: 2;
            transform: translateY(20%);
            transition: all .5s ease 0s
        }

        .box10:hover .box-content {
            opacity: 1;
            transform: translate(0);
            transition-delay: .1s
        }

        .box10 .title {
            font-size: 23px;
            font-weight: 800;
            color: #fff
        }

        .box10 .icon {
            padding: 0;
            margin: 0;
            list-style: none
        }

            .box10 .icon li {
                display: inline-block
            }

                .box10 .icon li a {
                    display: block;
                    width: 35px;
                    height: 35px;
                    background: #18ab69;
                    font-size: 18px;
                    color: #fff;
                    margin-right: 10px;
                    transition: all .3s ease 0s
                }

    .box11 .icon li, .box11 .icon li a, .box11 .title, .box12 .icon li, .box12 .title {
        display: inline-block
    }

    .box10 .icon li a:hover {
        transform: rotate(360deg)
    }

    @media only screen and (max-width:990px) {
        .box10 {
            margin-bottom: 20px
        }
    }

    @media only screen and (max-width:767px) and (min-width:600px) {
        .box10:before {
            border-width: 0 250px 240px
        }

        .box10:after {
            border-width: 260px 460px
        }
    }

    @media only screen and (max-width:599px) and (min-width:430px) {
        .box:before {
            border-width: 0 220px 120px
        }

        .box10:after {
            border-width: 260px 460px
        }
    }
    /*********************** Demo - 11 *******************/
    .box11 {
        background: #000;
        color: #fff;
        position: relative
    }

        .box11:after, .box11:before {
            position: absolute;
            content: ""
        }

        .box11:before {
            width: 100%;
            height: 100%;
            background: #83437d;
            opacity: .5;
            top: 100%;
            left: 0;
            z-index: 1;
            transition: all .35s ease-in .3s
        }

        .box11:hover:before {
            top: 0;
            transition: all .35s ease-out 0s
        }

        .box11:after {
            bottom: 100%;
            left: 50%;
            border-width: 200px 200px 0;
            border-style: solid;
            border-color: #83437d transparent transparent;
            opacity: .9;
            transform: translateX(-50%);
            transition: all .35s ease-out 0s
        }

        .box11:hover .post, .box11:hover .title {
            transform: translate(0,-50%)
        }

        .box11:hover:after {
            bottom: 25%;
            transition: all .35s ease-in .2s
        }

        .box11 img {
            width: 100%;
            height: auto
        }

        .box11:hover img {
            opacity: .5
        }

        .box11 .icon, .box11 .post, .box11 .title {
            width: 100%;
            position: absolute;
            left: 0;
            opacity: 0;
            transition: all .35s ease .5s
        }

        .box11 .box-content {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1
        }

        .box11 .title {
            padding: 0 30px;
            margin: 0;
            font-weight: 300;
            top: 45%
        }

        .box11 .post, .box14 .post {
            text-transform: capitalize
        }

        .box11 .post {
            font-size: 15px;
            top: 57%
        }

        .box11 .icon {
            padding: 0;
            margin: 0;
            list-style: none;
            bottom: 5px
        }

            .box11 .icon li a {
                width: 40px;
                height: 40px;
                line-height: 40px;
                padding: 0 5px;
                font-size: 20px;
                color: #fff;
                opacity: .7;
                transition: all .35s ease .5s
            }

                .box11 .icon li a:hover {
                    opacity: 1;
                    transition: all .35s ease
                }

        .box11:hover .icon, .box11:hover .post, .box11:hover .title {
            opacity: 1
        }

    @media only screen and (max-width:990px) {
        .box11 {
            margin-bottom: 20px
        }
    }

    @media only screen and (max-width:767px) {
        .box11:after {
            border-width: 500px 500px 0
        }
    }

    @media only screen and (max-width:767px) {
        .bannerMax {
            max-height: 200px !important;
        }
    }

    .bannerMax {
        max-height: 200px !important;
    }

    .sss {
        display: none !important;
    }
    /*********************** Demo - 12 *******************/
    .box12 {
        position: relative
    }

        .box12 .box-content, .box12:after {
            position: absolute;
            transition: all .3s ease 0s
        }

        .box12:after {
            content: "";
            width: 65%;
            background: rgba(28,28,28,.8);
            padding-bottom: 65%;
            opacity: 0;
            top: 50%;
            left: 50%;
            transform: rotate(0) translate(-50%,-50%);
            transform-origin: 0 0 0
        }

        .box12:hover:after {
            transform: rotate(-45deg) translate(-50%,-50%);
            opacity: 1
        }

        .box12 img {
            width: 100%;
            height: auto
        }

        .box12 .box-content {
            width: 100%;
            top: 35%;
            left: 0;
            opacity: 0;
            z-index: 1
        }

        .box12:hover .box-content {
            opacity: 1
        }

        .box12 .title {
            padding: 10px 0;
            color: #fff;
            margin: 0;
            border-top: 2px solid #fff;
            border-bottom: 2px solid #fff
        }

        .box12 .icon {
            padding: 0;
            margin: 12px 0 0;
            list-style: none
        }

            .box12 .icon li a {
                display: block;
                width: 35px;
                height: 35px;
                line-height: 35px;
                border-radius: 50%;
                border: 1px solid #fff;
                font-size: 18px;
                color: #fff;
                margin-right: 10px;
                transition: all .3s ease 0s
            }

                .box12 .icon li a:hover {
                    border-radius: 0
                }

    @media only screen and (max-width:990px) {
        .box12 {
            margin-bottom: 20px
        }
    }
    /*********************** Demo - 13 *******************/
    .box13 {
        position: relative;
        transition: all .2s ease-out 0s
    }

        .box13 .box-content, .box13:after {
            position: absolute;
            left: 20px;
            right: 20px
        }

        .box13:after {
            content: "";
            display: block;
            background: #463f9f;
            top: 20px;
            bottom: 20px;
            opacity: 0;
            transform: rotate3d(-1,1,0,100deg);
            transition: all .4s ease-in-out 0s
        }

        .box13:hover:after {
            opacity: .9;
            transform: rotate3d(0,0,0,0deg)
        }

        .box13 img {
            width: 100%;
            height: auto
        }

        .box13 .box-content {
            top: 45%;
            opacity: 0;
            z-index: 1;
            -webkit-transform: translate(10%,-30%);
            transform: translate(10%,-30%);
            transition: all .2s ease-out 0s
        }

        .box13:hover .box-content {
            opacity: 1;
            transform: translate(0,-50%);
            transition-delay: .2s
        }

        .box13 .title {
            display: block;
            font-size: 22px;
            font-weight: 700;
            color: #39b54a;
            margin: 0 0 10px
        }

        .box13 .post {
            display: block;
            font-size: 15px;
            color: #f7f7b9;
            margin-bottom: 20px
        }

        .box13 .social {
            padding: 0;
            margin: 0;
            list-style: none
        }

            .box13 .social li {
                display: inline-block
            }

                .box13 .social li a {
                    display: block;
                    width: 35px;
                    height: 35px;
                    background: #f7f7b9;
                    border-radius: 50%;
                    font-size: 17px;
                    color: #1b1462;
                    line-height: 35px;
                    margin-right: 5px;
                    transition: all .4s ease-in-out 0s
                }

    .box14 .icon li, .box14 .post {
        display: inline-block
    }

    .box13 .social li a:hover {
        color: #f7f7b9;
        background: #39b54a
    }

    @media only screen and (max-width:990px) {
        .box13 {
            margin-bottom: 30px
        }
    }

    /*********************** Demo - 14 *******************/
    .box14 {
        position: relative
    }

    .box15, .box17, .box18 {
        box-shadow: 0 0 5px #7e7d7d;
        text-align: center
    }

    .box14:before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.5);
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: all .35s ease 0s
    }

    .box14:hover:before {
        opacity: 1
    }

    .box14 img {
        width: 100%;
        height: auto;
    }

    .box14 .box-content {
        width: 96%;
        height: 88%;
        position: absolute;
        top: 6%;
        left: 5%;
        right: 8px;
        border: 1px solid rgba(255,255,255,0.2);
    }

        .box14 .box-content:after, .box14 .box-content:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            opacity: 0;
            transition: all .7s ease 0s
        }

        .box14 .box-content:before {
            border-bottom: 1px solid #ca2f3f;
            border-top: 1px solid #ca2f3f;
            transform: scale(0,1);
            transform-origin: 0 0 0
        }

        .box14 .box-content:after {
            border-left: 1px solid #ca2f3f;
            border-right: 1px solid #ca2f3f;
            transform: scale(1,0);
            transform-origin: 100% 0 0
        }

    .box14:hover .box-content:after, .box14:hover .box-content:before {
        opacity: 1;
        transform: scale(1);
        transition-delay: .15s
    }

    .box14 .title {
        font-size: 21px;
        font-weight: 700;
        color: #fff;
        margin: 15px 0;
        opacity: 0;
        transform: translate3d(0,-50px,0);
        transition: transform .5s ease 0s
    }

    .box14:hover .title {
        opacity: 1;
        transform: translate3d(0,0,0)
    }

    .box14 .post {
        font-size: 14px;
        color: #fff;
        padding: 10px;
        background: #d79719;
        opacity: 0;
        border-radius: 0 19px;
        transform: translate3d(0,-50px,0);
        transition: all .7s ease 0s
    }

    .box14 .icon, .box15 .icon {
        padding: 0;
        list-style: none
    }

    .box14:hover .post {
        opacity: 1;
        transform: translate3d(0,0,0);
        transition-delay: .15s
    }

    .box14 .icon {
        width: 100%;
        margin: 0;
        position: absolute;
        bottom: -10px;
        left: 0;
        opacity: 0;
        z-index: 1;
        transition: all .7s ease 0s
    }

    .box14:hover .icon {
        bottom: 20px;
        opacity: 1;
        transition-delay: .15s
    }

    .box14 .icon li a {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #fff;
        border-radius: 0 16px;
        font-size: 14px;
        color: #fff;
        margin-right: 5px;
        transition: all .4s ease 0s
    }

        .box14 .icon li a:hover {
            background: #d79719;
            border-color: #d79719
        }

    @media only screen and (max-width:990px) {
        .box14 {
            margin-bottom: 30px
        }
    }

    /*********************** Demo - 15 *******************/
    .box15 {
        position: relative
    }

        .box15 img {
            width: 100%;
            height: auto
        }

        .box15 .box-content {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            transition: all .5s ease 0s
        }

        .box15:hover .box-content {
            background-color: rgba(255,242,242,.8)
        }

        .box15 .box-content:after, .box15 .box-content:before {
            content: "";
            width: 50px;
            height: 50px;
            position: absolute;
            opacity: 0;
            transform: scale(1.5);
            transition: all .6s ease .3s
        }

        .box15 .box-content:before {
            border-left: 1px solid #040404;
            border-top: 1px solid #040404;
            top: 19px;
            left: 19px
        }

        .box15 .box-content:after {
            border-bottom: 1px solid #040404;
            border-right: 1px solid #040404;
            bottom: 19px;
            right: 19px
        }

        .box15:hover .box-content:after, .box15:hover .box-content:before {
            opacity: 1;
            transform: scale(1)
        }

        .box15 .title {
            font-size: 22px;
            color: #000;
            margin: 0;
            position: relative;
            top: 0;
            opacity: 0;
            transition: all 1s ease 10ms
        }

        .box15:hover .title {
            top: 39%;
            opacity: 1;
            transition: all .5s cubic-bezier(1,-.53,.405,1.425) 10ms
        }

        .box15 .title:after {
            content: "";
            width: 0;
            height: 1px;
            background: #040404;
            position: absolute;
            bottom: -8px;
            left: 0;
            right: 0;
            margin: 0 auto;
            transition: all 1s ease 0s
        }

        .box15:hover .title:after {
            width: 80%;
            transition: all 1s ease .8s
        }

        .box15 .icon {
            width: 100%;
            margin: 0 auto;
            position: absolute;
            bottom: 0;
            opacity: 0;
            transition-duration: .6s;
            transition-timing-function: cubic-bezier(1,-.53,.405,1.425);
            transition-delay: .1s
        }

        .box15:hover .icon {
            bottom: 39%;
            opacity: 1
        }

        .box15 .icon li {
            display: inline-block
        }

            .box15 .icon li a {
                display: block;
                width: 40px;
                height: 40px;
                line-height: 40px;
                border-radius: 50%;
                font-size: 18px;
                color: #000;
                border: 1px solid #000;
                margin-right: 5px;
                transition: all .3s ease-in-out 0s
            }

                .box15 .icon li a:hover {
                    background: #000;
                    color: #fff
                }

    @media only screen and (max-width:990px) {
        .box15 {
            margin-bottom: 30px
        }
    }

    /*********************** Demo - 16 *******************/
    .box16 {
        text-align: center;
        color: #fff;
        position: relative
    }

        .box16 .box-content, .box16:after {
            width: 100%;
            position: absolute;
            left: 0
        }

        .box16:after {
            content: "";
            height: 100%;
            background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.08) 69%,rgba(0,0,0,.76) 100%);
            top: 0;
            transition: all .5s ease 0s
        }

        .box16 .post, .box16 .title {
            transform: translateY(145px);
            transition: all .4s cubic-bezier(.13,.62,.81,.91) 0s
        }

        .box16:hover:after {
            background: linear-gradient(to bottom,rgba(0,0,0,.01) 0,rgba(0,0,0,.09) 11%,rgba(0,0,0,.12) 13%,rgba(0,0,0,.19) 20%,rgba(0,0,0,.29) 28%,rgba(0,0,0,.29) 29%,rgba(0,0,0,.42) 38%,rgba(0,0,0,.46) 43%,rgba(0,0,0,.53) 47%,rgba(0,0,0,.75) 69%,rgba(0,0,0,.87) 84%,rgba(0,0,0,.98) 99%,rgba(0,0,0,.94) 100%)
        }

        .box16 img {
            width: 100%;
            height: auto
        }

        .box16 .box-content {
            padding: 20px;
            margin-bottom: 20px;
            bottom: 0;
            z-index: 1
        }

        .box16 .title {
            font-size: 22px;
            font-weight: 700;
            text-transform: uppercase;
            margin: 0 0 10px
        }

        .box16 .post {
            display: block;
            padding: 8px 0;
            font-size: 15px
        }

        .box16 .social li a, .box17 .icon li a {
            border-radius: 50%;
            font-size: 20px;
            color: #fff
        }

        .box16:hover .post, .box16:hover .title {
            transform: translateY(0)
        }

        .box16 .social {
            list-style: none;
            padding: 0 0 5px;
            margin: 40px 0 25px;
            opacity: 0;
            position: relative;
            transform: perspective(500px) rotateX(-90deg) rotateY(0) rotateZ(0);
            transition: all .6s cubic-bezier(0,0,.58,1) 0s
        }

        .box16:hover .social {
            opacity: 1;
            transform: perspective(500px) rotateX(0) rotateY(0) rotateZ(0)
        }

        .box16 .social:before {
            content: "";
            width: 50px;
            height: 2px;
            background: #fff;
            margin: 0 auto;
            position: absolute;
            top: -23px;
            left: 0;
            right: 0
        }

        .box16 .social li {
            display: inline-block
        }

            .box16 .social li a {
                display: block;
                width: 40px;
                height: 40px;
                line-height: 40px;
                background: #6d3795;
                margin-right: 10px;
                transition: all .3s ease 0s
            }

    .box17 .icon li, .box17 .icon li a {
        display: inline-block
    }

    .box16 .social li a:hover {
        background: #bea041
    }

    .box16 .social li:last-child a {
        margin-right: 0
    }

    @media only screen and (max-width:990px) {
        .box16 {
            margin-bottom: 30px
        }
    }

    /*********************** Demo - 17 *******************/
    .box17 {
        position: relative
    }

        .box17:after {
            content: "";
            width: 100%;
            height: 100%;
            background: rgba(2,162,221,.9);
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            transition: all .5s ease 0s
        }

        .box17:hover:after {
            opacity: 1
        }

        .box17 img {
            width: 100%;
            height: auto;
            transition: all 1.5s ease 0s
        }

        .box17 .box-content, .box17 .icon li a {
            position: absolute;
            transition: all .6s ease 0s
        }

        .box17:hover img {
            transform: scale(1.2)
        }

        .box17 .icon {
            width: 100%;
            height: 100%;
            list-style: none;
            padding: 0;
            margin: 0 auto;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1
        }

            .box17 .icon li a {
                width: 45px;
                height: 45px;
                line-height: 45px;
                margin: 0 auto;
                top: 50%;
                border: 1px solid #fff;
                opacity: 0
            }

        .box17:hover .icon li a {
            top: 30%;
            opacity: 1
        }

        .box17 .icon li a:hover {
            background: #fff;
            color: #02a2dd
        }

        .box17 .icon li:first-child a {
            left: -90%;
            right: 0
        }

        .box17:hover .icon li:first-child a {
            left: -55px
        }

        .box17 .icon li:last-child a {
            right: -90%;
            left: 0
        }

        .box17:hover .icon li:last-child a {
            right: -55px
        }

        .box17 .box-content {
            width: 100%;
            padding: 20px 10px;
            background: rgba(0,0,0,.1);
            bottom: -100px;
            left: 0;
            z-index: 1
        }

        .box17:hover .box-content {
            bottom: 0
        }

        .box17 .title {
            font-size: 18px;
            font-weight: 700;
            color: #fff;
            margin-top: 0
        }

        .box17 .post {
            display: block;
            font-size: 14px;
            color: #fff
        }

    @media only screen and (max-width:990px) {
        .box17 {
            margin-bottom: 30px
        }
    }

    /*********************** Demo - 18 *******************/
    .box18 {
        background: #3c3c3c;
        position: relative;
        -webkit-transition: all .35s ease;
        transition: all .35s ease
    }

        .box18:after, .box18:before {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: #3c3c3c;
            border-left: 3px solid #fff;
            border-right: 3px solid #fff;
            opacity: .9;
            z-index: 1;
            -webkit-transition: all .35s ease;
            transition: all .35s ease
        }

        .box18 img, .box19 img {
            height: auto;
            width: 100%
        }

        .box18:before {
            -webkit-transform: skew(45deg) translateX(-155%);
            transform: skew(45deg) translateX(-155%)
        }

        .box18:hover:before {
            -webkit-transform: skew(45deg) translateX(-55%);
            transform: skew(45deg) translateX(-55%)
        }

        .box18:after {
            -webkit-transform: skew(45deg) translateX(155%);
            transform: skew(45deg) translateX(155%)
        }

        .box18:hover:after {
            -webkit-transform: skew(45deg) translateX(55%);
            transform: skew(45deg) translateX(55%)
        }

        .box18 img {
            -webkit-transition: all .35s ease;
            transition: all .35s ease
        }

        .box18:hover img {
            opacity: .5
        }

        .box18 .box-content {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-box-shadow: 0 0 10px #3c3c3c;
            box-shadow: 0 0 10px #3c3c3c;
            opacity: 0;
            z-index: 2;
            -webkit-transform: translate(-50%,-50%) scale(.5);
            transform: translate(-50%,-50%) scale(.5);
            -webkit-transition: all .35s ease;
            transition: all .35s ease
        }

    .box19, .box20, .box21 {
        box-shadow: 0 0 5px #a3a3a3
    }

    .box18:hover .box-content {
        -webkit-transform: translate(-50%,-50%) scale(1);
        transform: translate(-50%,-50%) scale(1);
        opacity: 1
    }

    .box18 .post, .box18 .title {
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: uppercase;
        background: #3c3c3c;
        border: 2px solid #fff;
        color: #fff;
        padding: 15px 20px;
        margin: 0
    }

    .box18 .post, .box19 .title, .box20 .post, .box20 .title {
        text-transform: capitalize
    }

    .box18 .post {
        display: block;
        font-size: 14px;
        font-weight: 400;
        padding: 5px 10px;
        margin-top: 15px
    }

    @media only screen and (max-width:990px) {
        .box18 {
            margin-bottom: 30px
        }
    }

    /*********************** Demo - 19 *******************/
    .box19 {
        text-align: center;
        position: relative
    }

        .box19 .box-content {
            width: 100%;
            height: 100%;
            background: 0 0;
            padding-top: 25%;
            position: absolute;
            top: 0;
            left: 0;
            transition: all .3s ease 0s
        }

        .box19 .icon, .box19 .title {
            transition: all .2s ease 0s
        }

        .box19:hover .box-content {
            background: rgba(0,0,0,.5)
        }

        .box19 .title {
            font-size: 24px;
            color: #fff;
            transform: scale(0)
        }

        .box19:hover .title {
            transform: scale(1)
        }

        .box19 .icon {
            list-style: none;
            padding: 0;
            margin: 0;
            opacity: 0
        }

        .box19:hover .icon {
            opacity: 1
        }

        .box19 .icon li {
            display: inline-block
        }

            .box19 .icon li:first-child a, .box19 .icon li:last-child a {
                display: block;
                width: 50px;
                height: 50px;
                line-height: 50px;
                font-size: 24px;
                color: #fff;
                border: 1px solid #fff;
                position: relative
            }

            .box19 .icon li a {
                top: -150px
            }

        .box19:hover .icon li a {
            top: 0
        }

            .box19:hover .icon li a:hover {
                background: #a46789;
                border-color: #a46789
            }

        .box19 .icon li:first-child a {
            transition: all .6s cubic-bezier(.175,.885,.32,1.275) 0s
        }

        .box19 .icon li:last-child a {
            transition: all .6s cubic-bezier(.175,.885,.32,1.275) .1s
        }

    @media only screen and (max-width:990px) {
        .box19 {
            margin-bottom: 30px
        }
    }

    @media only screen and (max-width:360px) {
        .box19 .box-content {
            padding-top: 20%
        }
    }

    /*********************** Demo - 20 *******************/
    .box20 {
        position: relative
    }

        .box20:after, .box20:before {
            position: absolute;
            content: ""
        }

        .box20:before {
            width: 80%;
            height: 220%;
            background: #ff402a;
            top: -50%;
            left: -100%;
            z-index: 1;
            transform: rotate(25deg);
            transform-origin: center top 0;
            transition: all .5s ease 0s
        }

        .box20:hover:before {
            left: 10%
        }

        .box20:after {
            width: 55%;
            height: 175%;
            background-color: rgba(0,0,0,.8);
            bottom: -1000%;
            left: 53%;
            transform: rotate(-33deg);
            transform-origin: center bottom 0;
            transition: all .8s ease 0s
        }

        .box20 .box-content, .box20 .icon {
            width: 100%;
            padding: 0 20px;
            position: absolute;
            left: 0;
            z-index: 2;
            transition: all 1.1s ease 0s
        }

        .box20:hover:after {
            bottom: -70%
        }

        .box20 img {
            width: 100%;
            height: auto
        }

        .box20 .box-content {
            top: -100%;
            color: #fff
        }

        .box20:hover .box-content {
            top: 30px
        }

        .box20 .title {
            font-size: 24px;
            margin: 0
        }

        .box20 .icon li a, .box20 .post {
            display: inline-block;
            font-size: 14px
        }

        .box20 .post {
            margin-top: 5px
        }

        .box20 .icon {
            list-style: none;
            margin: 0;
            bottom: -100%
        }

        .box20:hover .icon {
            bottom: 25px
        }

        .box20 .icon li {
            display: inline-block
        }

            .box20 .icon li a {
                width: 35px;
                height: 35px;
                line-height: 35px;
                background: #444;
                border-radius: 50%;
                margin: 0 3px;
                color: #fff;
                text-align: center;
                transition: all .5s ease 0s
            }

                .box20 .icon li a:hover {
                    background: #fff;
                    color: #ff402a
                }

    @media only screen and (max-width:990px) {
        .box20 {
            margin-bottom: 30px
        }
    }

    @media only screen and (max-width:479px) {
        .box20 .title {
            font-size: 20px
        }
    }

    /*********************** Demo - 21 *******************/
    .box21 {
        text-align: center;
        position: relative
    }

        .box21:after, .box21:before {
            content: "";
            width: 2px;
            height: 2px;
            border-radius: 50%;
            background: rgba(0,0,0,.35);
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            transform: scale(0)
        }

        .box21:hover:after, .box21:hover:before {
            -webkit-transform: scale(400);
            -moz-transform: scale(400);
            -ms-transform: scale(400);
            -o-transform: scale(400);
            transform: scale(400)
        }

        .box21:before {
            -o-transition: all .5s linear .3s;
            -moz-transition: all .5s linear .3s;
            -ms-transition: all .5s linear .3s;
            -webkit-transition: all .5s linear .3s;
            transition: all .5s linear .3s
        }

        .box21:hover:before {
            -moz-transition-delay: 0s;
            -webkit-transition-delay: 0s;
            -o-transition-delay: 0s;
            -ms-transition-delay: 0s;
            transition-delay: 0s
        }

        .box21:after {
            -o-transition: all .5s linear .6s;
            -moz-transition: all .5s linear .6s;
            -ms-transition: all .5s linear .6s;
            -webkit-transition: all .5s linear .6s;
            transition: all .5s linear .6s
        }

        .box21:hover:after {
            -moz-transition-delay: .2s;
            -webkit-transition-delay: .2s;
            -o-transition-delay: .2s;
            -ms-transition-delay: .2s;
            transition-delay: .2s
        }

        .box21 img {
            width: 100%;
            height: auto
        }

        .box21 .box-content {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            background: 0 0;
            color: #fff;
            padding-top: 25px;
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            transform: scale(0);
            -ms-transition: all .3s linear 0s;
            -o-transition: all .3s linear 0s;
            -webkit-transition: all .3s linear 0s;
            -moz-transition: all .3s linear 0s;
            transition: all .3s linear 0s;
            z-index: 1
        }

        .box21:hover .box-content {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
            -moz-transition-delay: .4s;
            -webkit-transition-delay: .4s;
            -o-transition-delay: .4s;
            -ms-transition-delay: .4s;
            transition-delay: .4s
        }

        .box21 .title {
            font-size: 21px;
            font-weight: 700;
            text-transform: uppercase;
            border-bottom: 1px solid #fff;
            padding-bottom: 20px;
            margin-top: 20px
        }

        .box21 .description {
            font-size: 14px;
            font-style: italic;
            padding: 0 10px;
            margin: 15px 0
        }

        .box21 .read-more {
            display: block;
            width: 120px;
            background: #178993;
            border-radius: 5px;
            font-size: 14px;
            color: #fff;
            text-transform: capitalize;
            padding: 10px 0;
            margin: 0 auto
        }

    @media only screen and (max-width:990px) {
        .box21 {
            margin-bottom: 30px
        }
    }

    @media only screen and (max-width:479px) {
        .box21 .box-content {
            padding-top: 0
        }
    }

    @media only screen and (max-width:359px) {
        .box21 .title {
            padding-bottom: 10px
        }
    }


    .card {
        margin: 1px 1px;
    }

    .padding7 {
        padding-top: 7px;
    }


    .fontsize {
        font-size: 12px;
        width: 100% !important
    }


    .hvr-underline-from-center::before {
        background: #ca2f3f
    }

    .rotateImg {
        transform: rotate(180deg);
    }

    .UlShareIcons {
        display: flex;
    }



    /*------------------------------------Form Builder------------------------------------------*/

    .LablelFormBuilder {
        color: #000;
        font-weight: 400;
        border-right: 4px solid #0074ad;
        line-height: 70px;
        padding-right: 10px;
        margin-bottom: 15px;
        font-size: 15px;
        padding-bottom: 8px;
        padding-top: 8px;
    }

    .TitleFormBuilder:before {
        content: url('/App_Themes/ThemeAr/Images/title-bullet.png');
        margin-left: .4rem !important;
    }

    .custom-checkbox input[type="checkbox"] {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

    .custom-checkbox label {
        position: relative;
        margin-bottom: 0;
        padding-right: 0 !important;
        border: 0 !important;
        padding-left: 50px;
    }

        .custom-checkbox label::before {
            position: absolute;
            right: -1.5rem;
            display: block;
            width: 1rem;
            height: 1rem;
            pointer-events: none;
            content: "";
            user-select: none;
        }

        .custom-checkbox label::before {
            transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        }

        .custom-checkbox label::before {
            top: 50%;
            background-color: transparent;
            transform: translateY(-50%);
            border-radius: 1px;
            border: 1px solid #b7b7b7;
        }

        .custom-checkbox label::after {
            position: absolute;
            right: -1.5rem;
            display: block;
            width: 1rem;
            height: 1rem;
            content: "";
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 50% 50%;
        }

    input[type="checkbox"]:checked + label:before {
        background-color: #0074ad;
    }

    input[type="checkbox"]:checked + label:after {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
    }

    .custom-radio input[type="radio"] {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

    .custom-checkbox label::after {
        top: 50%;
        transform: translateY(-50%);
    }

    .custom-radio label {
        padding-right: 0 !important;
        position: relative;
        margin-bottom: 0;
        padding-left: 50px;
    }

        .custom-radio label:before {
            position: absolute;
            right: -1.5rem;
            display: block;
            width: 1rem;
            height: 1rem;
            pointer-events: none;
            content: "";
            user-select: none;
        }

        .custom-radio label:before {
            top: 50%;
            transform: translateY(-50%);
            background-color: transparent;
            border: 1px solid #b7b7b7;
            border-radius: 50%;
            transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        }

        .custom-radio label:after {
            position: absolute;
            right: -1.5rem;
            display: block;
            width: 1rem;
            height: 1rem;
            content: "";
            background-repeat: no-repeat;
            background-position: center;
        }

        .custom-radio label:after {
            top: 50%;
            transform: translateY(-50%);
        }

    input[type="radio"]:checked + label:after {
        background: #0074ad;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        right: -21px;
    }

    select {
        padding: 5px 35px 5px 5px;
        font-size: 16px;
        border: 1px solid #ccc;
        height: 34px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none !important;
        background-image: url('/App_Themes/ThemeAR/Images/DropDownArrowAR.png') !important;
        background-repeat: no-repeat !important;
        background-position: left center !important;
    }


    .ajax__fileupload_dropzone {
        border: none !important;
    }

    .ajax__fileupload_selectFileButton {
        background: #0074ad !important;
        color: #fff !important;
    }


    .NewsImage {
        max-height: 171px;
        min-height: 171px;
    }

    .FooterBannerImg {
        max-height: 69px;
    }

    .DownAppImg {
        max-width: 35px;
        max-height: 27px;
    }

    .BodyBannerImg {
        max-height: 116px;
    }

    .Logo2Img {
        width: 60px;
        height: 98px;
    }


    .SplashScreen {
        background-repeat: no-repeat;
        height: 550px;
        background-position: center;
        background-size: contain;
    }

    .SplashScreenModal {
        top: 40px !important;
    }

    .SplashScreenClose {
        background-color: #fff !important
    }


    @supports (-ms-ime-align:auto) {
        .innerborder span {
            right: -10px !important;
        }



        * {
            margin: 0;
            padding: 0;
            list-style-type: none;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            scroll-behavior: smooth;
            direction: rtl;
        }

        #rblPollAnswer {
            left: 9% !important;
            right: -9% !important;
        }
    }



    .d-block:hover {
        background-color: #0074ad !important;
        transition: 0.5s ease-in !important;
    }



    a:hover {
        color: #1984bf !important;
    }


    .FooterBanner {
        transition: all 0.5s;
    }

    .LinkHover {
        color: #1984bf;
        font-weight: 400;
    }

    .MenuBLink:after {
        content: "/";
    }

    .MenuBLink {
        padding-left: 10px;
    }

    .MenubUL li:nth-last-child(2):after {
        content: none !important;
    }

    .FontBold {
        font-family: 'DroidArabicKufi-Bold';
    }

    .FooterLinksLi:after {
        content: "|";
        color: #dbdbdb !important;
    }

    .nav-link {
        display: inline;
    }

    .FooterLinksUL li:last-child:after {
        content: none !important;
    }


    .StoryBackground {
        background-color: rgba(255,255,255,0.6);
    }

    @media only screen and (max-width:767px) {
        .BriefNormal {
            display: none !important
        }

        .BriefResponsive {
            display: block !important;
        }

        .BlueBackground {
            background-color: #0074ad !important;
        }
    }

    .FooterLinksLi a:hover {
        color: #fff !important;
    }

    .FooterLinksLi a {
        color: #fff !important;
    }

    .DivSocialMedia li a {
        color: #fff !important;
    }

    .dropdown a:hover {
        color: #5a1213 !important;
    }



    .Component5:after {
        content: "-";
        padding-right: 5px;
    }

    .Component5Div a:nth-last-child(3):after {
        content: none !important;
    }







    @media only screen and (min-width:768px) {
        .BriefNormal {
            display: block !important
        }

        .BriefResponsive {
            display: none !important;
        }

        .BlueBackground {
            background-color: #0074ad !important;
        }
    }


    .LanguageButton {
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
    }

    .NumericClass:hover {
        color: #fff !important;
    }


    .liMenu::after {
        content: "|" !important;
        color: #ffffff !important;
    }

    .liMenu:last-child::after {
        content: none !important;
    }

    .list-unstyled .liDivider:last-child {
        display: none !important;
    }

    .navbar-nav .liDivider:last-child {
        display: none !important;
    }


    .NewsTickerContainer { /*border-bottom:5px solid #929292;*/
        border: 1px solid #929292;
    }

    .NewsTickerTitle {
        font-size: 22px;
        font-family: 'Conv_aljazeera0' !important;
        color: #185bae !important;
        text-align: right;
        line-height: 40px;
    }

    .modern-ticker {
        width: 100%;
        height: 41px;
        line-height: 36px;
        font-size: 16px;
        overflow: hidden;
        color: #000;
    }

        .modern-ticker a {
            text-decoration: none
        }

        .modern-ticker ul {
            margin: 0;
            padding: 0;
            list-style: none
        }

    .mt-round {
    }

    .mt-body {
        margin: 2px;
        position: relative
    }

    .mt-label {
        margin-right: 2px;
        padding: 0 8px 0 12px;
        position: absolute;
        right: 0;
        width: 140px;
        text-align: center;
    }




    .mt-round .mt-label {
    }

    .mt-news {
        overflow: hidden;
        position: absolute;
        width: auto !important;
    }



        .mt-news ul {
            background-repeat: no-repeat;
            background-position: -1000px
        }

        .mt-news li {
            float: right
        }

    .mt-round .mt-news:first-child, .mt-round .mt-news:first-child a {
    }

    .mt-round .mt-news:last-child, .mt-round .mt-news:last-child a {
    }

    .mt-news a {
        font-size: 14px;
        padding: 0 10px 0 20px;
        margin-right: 2px;
        display: block;
        white-space: nowrap;
        transition-duration: 1s;
        transition-timing-function: linear;
    }

        .mt-news a:hover {
            color: #185bae;
        }

    .mt-scroll.mt-round .mt-news a {
        border-radius: 0
    }

    .mt-hide {
        display: none
    }

    .mt-controls {
        margin-left: 2px;
        position: absolute;
        left: -5px;
        width: 80px;
        height: 41px;
        background-color: #323a45;
        padding-top: 5px;
    }

    .mt-next, .mt-play, .mt-prev {
        width: 30px;
        height: 30px;
        background-repeat: no-repeat;
        background-position: center center;
        display: inline-block;
        float: left;
        cursor: pointer
    }



    .mt-news a {
        color: #000;
        background: none;
    }




    .mt-prev {
        background-image: url(/App_Themes/ThemeEn/Images/IconBack.png);
    }

    .mt-next {
        background-image: url(/App_Themes/ThemeEn/Images/IconNext.png);
    }

    .ticker-controller {
        display: none;
    }


    @media all and (-ms-high-contrast:none) {
        .letest-news .card {
            max-width: 100% !important;
            margin-left: 10px;
        }

        /*.media {
        display: inline-block !important;
    }

    .banner-menus ul li {
        text-align: center !important;
    }*/

        /*.media-body {
        -ms-flex: none !important
    }*/
    }

    .RemoveHoverStyle:hover {
        color: white !important
    }

    .media-body a:hover {
        color: #1984bf !important;
    }


    .hvr-underline-from-center::before {
        background: #0074ad;
    }

    .hvr-underline-from-center:hover::before {
        background: #ca2f3f
    }


    .content-body ul li {
        list-style-type: disc;
    }

    .bannerBg img {
        border: none !important;
        max-height: 439px;
    }

    .displayHidden {
        display: none !important;
    }

    .pagination li {
        list-style: none !important;
    }


    .page-body-template ol li {
        list-style: decimal !important;
    }

    .content-body table td {
        padding: 2px;
    }

    .ajax__calendar_body table td {
        padding: 0px;
    }

    .decisionfigureDiv h2 {
        width: 100%;
    }

    .FloatLeft {
        float: left;
    }

    .liPlus {
        display: table;
    }



    .LanguageModal {
        top: 30% !important;
        text-align: center;
    }

        .LanguageModal a:hover {
            color: #fff !important;
        }

        .LanguageModal a {
            font-size: 13px !important
        }


    .btn-gray {
        background-color: #797979;
        color: #fff
    }


        .btn-gray:hover {
            background-color: #4a4a4a;
        }


    .PhoneLabel {
        font-size: 13px !important;
        color: #101010 !important;
        margin-bottom: 0px !important;
        font-weight: normal !important;
        line-height: inherit !important;
        padding-right: 0px !important;
    }

    .PhoneNumber {
        font-size: 13px !important;
        color: #101010 !important;
        margin-bottom: 0px !important;
        font-weight: normal !important;
        line-height: inherit !important;
        direction: ltr !important;
        padding-right: 0px !important;
        cursor: pointer;
    }


    .PollChart {
        float: right;
    }

    .StoryBackground {
        top: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .card-body p {
        padding-right: 5%;
        padding-left: 5%;
    }


    /*-----------------------------------------------New-----------------------------------------*/

    .lblArchivedTenders {
        border-right: 3px solid #0074ad;
        padding-right: 5px;
    }

    .divArchivedTenders {
        font-weight: bold;
    }


    @media only screen and (max-width:767px) {
        .StoryBackground {
            top: 0px !important;
        }
    }

    .divArchivedTenders a {
        color: #337ab7 !important;
    }

        .divArchivedTenders a:hover {
            color: #0074ad !important;
        }

    .nextPreviousButtonCSS {
        display: none;
    }


    .table_style th {
        background-color: #F9F9F9;
        border-bottom: 1px solid #ca2f3f !important;
        /*border-bottom: 1px solid #0074ad;*/
        padding: 5px;
    }


        .table_style th span {
            background-color: #F9F9F9 !important;
        }


    .table_style tr {
        border-bottom: 1px solid #b7b7b7;
    }



    .image-black-white {
    }



        .image-black-white:hover {
            filter: gray;
            -webkit-filter: grayscale(100%);
            -webkit-transition: all .6s ease;
            -webkit-backface-visibility: hidden;
        }


    .RegularExpression {
        color: red !important;
    }



    .control-label-required::after {
        margin-top: 5px;
        content: "*حقل اجباري ";
        color: red;
        font-size: 12px;
    }


    .PhoneLabel {
        padding-left: 0px !important;
    }

    .news-image {
        max-height: 185px;
    }



    @media print {

        .align-items-center, .rating, .footer, .copyright, .top-bar, .main-nav, .navigation, .col-md-3, .mobile-menu {
            display: none !important;
        }

        .col-md-9 {
            max-width: 100% !important;
            flex: 0 0 100% !important;
        }
    }


    .validator-error {
        color: red;
    }

    .SearchBoxStyle table td {
        padding: 0px !important;
    }

    #loading {
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        position: fixed;
        display: block;
        z-index: 9999999;
        background-color: rgba(0,0,0,.9)
    }

    #loading-image {
        position: absolute;
        top: 40%;
        left: 46%;
        z-index: 9999999;
    }

    .LabelLoading {
        position: absolute;
        top: 55%;
        left: 45%;
        z-index: 9999999;
    }

    .SlowFadeOutLoader {
        visibility: hidden;
        opacity: 0;
        transition: visibility 2s, opacity 2.5s linear;
    }

    body {
        overflow-y: scroll !important
    }

    .noCursor {
        pointer-events: none;
    }


    .row-space {
        margin-bottom: 2%;
    }

    .col-space {
        margin-bottom: 1%;
    }

    .lbl-search-ar {
        margin-left: 5px !important;
        margin-bottom: 1%;
    }

    .btn-search-div {
        float: none !important;
        margin: 0 auto !important;
        text-align: center !important;
    }

    .at-style-responsive .at-share-btn {
        background-color: rgba(255, 255, 255, 0) !important;
    }

    .at-icon {
        fill: #5a1213 !important;
        width: 28px !important;
        height: 24px !important;
    }

    .at-style-responsive .at-share-btn {
        padding: 0px;
    }


    @media screen and (max-width:760px) {
        .page-sidebar {
            display: none;
        }
    }

    @media screen and (min-width:760px) {
        .PhotoGalleryClassWidth {
            max-width: 33%
        }

        .PhotoSpanhover:hover {
            color: #0074ad !important
        }
    }


    .BorderClass {
        border-right: 4px solid #0074ad;
        padding-right: 10px;
    }

    .btn-search {
        font-size: .875rem;
        border: none !important;
        font-family: inherit !important;
        border-radius: 0 !important;
        text-decoration: none !important;
        height: 32px !important;
        color: white !important;
        background-color: #0074ad !important;
        text-align: center !important;
        width: 100% !important;
        line-height: 1.5;
        border-radius: .2rem !important;
    }

        .btn-search:hover {
            background: #023f54 !important;
            color: #fff;
            cursor: pointer
        }


    .txt-search:focus {
        color: #000;
        background-color: #fff;
        border-color: #004cbf;
        outline: 0;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    }

    .txt-search {
        margin-bottom: 20px;
        width: 100%;
        height: 32px;
        font-size: 15px;
        outline: 0;
        background: #fff;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        border: 1px solid #a1a1a1;
        border-radius: 0;
        padding: 0 15px;
        font-weight: 500;
        color: #959595;
    }

    .CurrentPageClass {
        color: #fff !important;
        background: #ca2f3f;
        cursor: pointer;
    }

        .CurrentPageClass:hover {
            color: #777;
            background: #fff;
            cursor: pointer;
        }

    .NumericClass:hover {
        cursor: pointer !important;
        color: #fff;
        background: #ca2f3f;
        cursor: pointer;
    }

    .CurrentPageClass, .NumericClass {
        border: 1px solid #777;
        padding: 0px 8px 0px 8px;
        transition: all 0.5s;
        color: #777;
        cursor: pointer;
        float: right;
        margin-left: 5px;
        height: 31px;
    }


    /*.rotateImg {
    float: right;
    padding: 12px;
}*/

    .news-block {
        padding: 10px
    }

    .ddlCategory {
        width: 100%;
        height: 32px;
        background-color: #fff;
        border: none;
        color: #aaa;
        margin-bottom: 2%;
        border: 1px solid #a1a1a1;
        width: 100%;
        margin-bottom: 20px;
    }


    @media screen and (min-width:760px) {

        .SearchBoxStyle {
            border: 1px solid #eeecec;
            padding-top: 20px;
            margin-left: 1px;
            margin-right: 1px;
            margin-bottom: 30px;
        }
    }

    select {
        padding: 2px 10px 5px 5px;
    }

        select:focus {
            color: black
        }

    .itemDirection {
        direction: ltr
    }

    .pagination {
        direction: rtl;
        padding: 16px;
        /*float: left;*/
    }


    .messageBoxModal {
        left: 542.5px !important;
        top: 166px !important;
        border: 2px solid #0074ad;
        width: 27%;
    }

        .messageBoxModal .modal-header {
            background-color: #0c5f7e;
            text-align: center;
            padding: 7px;
        }

    .bootstrap-dialog-title span {
        font-family: BahijJanna, tahoma;
        font-size: 17px;
        color: white;
    }

    .messageBoxModal .modal-body {
        text-align: center;
        background-color: white;
    }

    .messageBoxModal .modal-footer {
        display: block;
        padding: 8px;
        text-align: center;
        background-color: white;
    }

    .moduleBackground {
        background-color: Black;
        filter: alpha(opacity=80);
        opacity: 0.0;
    }

    .RequiredFieldValitor {
        color: red;
        font-size: 14px;
    }

    .control-label {
        color: #000;
        font-weight: 400;
        border-right: 4px solid #ca2f3f;
        padding-right: 10px;
        margin-bottom: 15px;
        font-size: 15px;
    }

    .album-div-container {
        margin-top: 30px;
    }

    .album-div {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .album-div-inner {
        background-color: rgb(247, 247, 247);
        padding-bottom: 4px;
        min-width: 100%;
        height: 240px;
    }

        .album-div-inner img {
            height: 230px;
            width: 100%;
        }

        .album-div-inner h4 {
            height: 60px;
            padding-top: 20px;
            margin: 0;
            background: rgba(0,0,0,0.8);
            color: #fff;
            text-align: center;
            position: absolute;
            bottom: 55px;
            left: 20px;
            right: 20px;
        }

    .card-img-top {
        margin: auto;
    }

    /*********************** Services *******************/
    .box24 {
        position: relative;
        min-height: 185px;
        max-height: 185px;
    }

    .box15, .box17, .box18 {
        box-shadow: 0 0 5px #7e7d7d;
        text-align: center
    }

    .box24:before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.5);
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: all .35s ease 0s
    }

    .box24:hover:before {
        opacity: 0
    }

    .box24 img {
        height: auto
    }

    .box24 .box-content {
        width: 93%;
        height: 94%;
        position: absolute;
        top: 0;
        left: 5%;
        right: 8px;
        border: 1px solid #d7d7d7;
    }

        .box24 .box-content:after, .box24 .box-content:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            opacity: 0;
            transition: all .7s ease 0s
        }

        .box24 .box-content:before {
            border-bottom: 3px solid #27bff4;
            border-top: 3px solid #27bff4;
            transform: scale(0,1);
            transform-origin: 0 0 0
        }

        .box24 .box-content:after {
            border-left: 3px solid #27bff4;
            border-right: 3px solid #27bff4;
            transform: scale(1,0);
            transform-origin: 100% 0 0
        }

    .box24:hover .box-content:after, .box24:hover .box-content:before {
        opacity: 1;
        transform: scale(1);
        transition-delay: .15s
    }

    .box24 .title {
        font-size: 21px;
        font-weight: 700;
        color: #fff;
        margin: 15px 0;
        opacity: 0;
        transform: translate3d(0,-50px,0);
        transition: transform .5s ease 0s
    }

    .box24:hover .title {
        opacity: 1;
        transform: translate3d(0,0,0)
    }

    .box24 .post {
        font-size: 14px;
        color: #fff;
        padding: 10px;
        background: #d79719;
        opacity: 0;
        border-radius: 0 19px;
        transform: translate3d(0,-50px,0);
        transition: all .7s ease 0s
    }

    .box24 .icon, .box15 .icon {
        padding: 0;
        list-style: none
    }

    .box24:hover .post {
        opacity: 1;
        transform: translate3d(0,0,0);
        transition-delay: .15s
    }

    .box24 .icon {
        width: 100%;
        margin: 0;
        position: absolute;
        bottom: -10px;
        left: 0;
        opacity: 0;
        z-index: 1;
        transition: all .7s ease 0s
    }

    .box24:hover .icon {
        bottom: 20px;
        opacity: 1;
        transition-delay: .15s
    }

    .box24 .icon li a {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #fff;
        border-radius: 0 16px;
        font-size: 14px;
        color: #fff;
        margin-right: 5px;
        transition: all .4s ease 0s
    }

        .box24 .icon li a:hover {
            background: #d79719;
            border-color: #d79719
        }

    @media only screen and (max-width:990px) {
        .box24 {
            margin-bottom: 30px
        }
    }



    .box24 img {
        height: auto !important;
    }

    .box24 .box-content {
        width: 93% !important;
        height: 94% !important;
        position: absolute !important;
        top: 0 !important;
        left: 5% !important;
        right: 8px !important;
        border: 1px solid #d7d7d7 !important;
    }

    .box24 {
        border: none !important;
        box-shadow: none !important;
    }

    .innerborder p {
        color: black !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .box-content p:first-of-type {
        font-weight: bolder;
    }

    .nav.nav-tabs {
        max-width: 266px;
        display: block;
        border-bottom: 0;
        border-right: 1px solid transparent;
    }

    .nav-tabs .nav-item {
        border-bottom: 1px solid #d7d7d7;
        border-top: 1px solid #d7d7d7;
    }

    .nav-tabs .nav-link {
        border-top-color: #d7d7d7;
        border-right-color: transparent;
        border-bottom-color: #d7d7d7;
        border-left-color: transparent;
        font-size: 17px;
        background: white;
        padding: 33px 15px;
        border-top-left-radius: 0rem !important;
        border-top-right-radius: 0rem !important;
    }

        .nav-tabs .nav-link li:first-child {
            border-top-color: transparent;
            border-right-color: transparent;
            border-bottom-color: #d7d7d7;
            border-left-color: transparent;
        }


        .nav-tabs .nav-link.active {
            color: white !important;
            font-size: 17px;
            background-color: #215493 !important;
            border-color: transparent !important;
            padding: 33px 15px;
        }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: 0rem !important;
        border-top-right-radius: 0rem !important;
        background: white;
        display: block !important;
    }

        .nav-tabs .nav-link:focus {
            border-top-color: transparent;
            border-right-color: transparent;
            border-bottom-color: transparent;
            border-left-color: transparent;
            background-color: white;
            color: white !important;
        }

        .nav-tabs .nav-link:hover {
            border-top-color: transparent;
            border-right-color: transparent;
            border-bottom-color: transparent;
            border-left-color: transparent;
            background-color: white;
            color: #215493;
        }


    .innerborderServices span {
        font-size: 22px;
        color: white;
        position: relative;
        top: 31%;
        right: 10px;
    }


    .innerborderServices {
        height: 104px;
        position: absolute;
        z-index: 10;
        left: 10px;
        right: 10px;
        top: 8px;
        text-align: center;
        padding: 5px 0px;
    }

    @supports (-ms-ime-align:auto) {
        .innerborderServices span {
            right: -10px !important;
        }



        * {
            margin: 0;
            padding: 0;
            list-style-type: none;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            scroll-behavior: smooth;
            direction: rtl;
        }

        #rblPollAnswer {
            left: 9% !important;
            right: -9% !important;
        }
    }

    .innerborderServices p {
        color: black !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .sectionpadding {
        padding-bottom: 40px;
    }

    .divFloat {
        float: left;
        clear: both;
    }

    .divFloat {
        margin-left: 10px;
    }

    .panel-group {
        padding-bottom: 20px;
    }

    .i-accordion .panel-heading,
    .d-accordion .panel-heading,
    .accordion-2a .panel-heading,
    .accordion-2b .panel-heading,
    .accordion-3 .panel-heading {
        cursor: pointer;
    }

        .d-accordion .panel-heading.collapsed .fa-chevron-up:before {
            content: '\f078';
        }


    .panel-heading {
        padding: 10px;
        border-bottom: 3px solid #023f54;
        text-align: center;
        background-color: white;
        margin-bottom: 5px;
    }

        .panel-heading h5 {
            font-size: 17px;
        }

    .panel-body {
        background-color: white;
        text-align: center;
        font-weight: bolder;
    }

    .servicemobile {
        text-align: center;
        padding: 10px 10px;
        border-bottom: 1px solid #b7b7b7;
    }

    .liDivider {
        color: #dbdbdb
    }

    .main-nav {
        border-top: 1px solid #dbdbdb;
        border-bottom: 1px solid #dbdbdb;
    }

    .sectionBanners .box14 {
        margin-bottom: 25px !important;
    }

    .image-brief1 {
        max-height: 382px;
    }



    .box-brief1 {
        z-index: 10;
        text-align: center;
    }

    .box-brief1-inner {
        position: absolute;
        z-index: 10;
        top: 30%;
        padding: 0px 50px 0px 50px;
        right:0px;
        left:0px;
    }


        .box-brief1-inner span {
            font-size: 22px;
            color: white;
            position: relative;
            top: 31%;
            right: 10px;
        }

        .box-brief1-inner p {
            color: #fff;
        }


    @media only screen and (min-width:768px) {

        .banner-menus ul li {
            max-width: 215px;
        }
    }

    @media only screen and (max-width:768px) {
        .image-brief1 {
            width: 100% !important;
        }

        .sectionBanners {
            padding-top: 30px;
        }

        .div-banner2 {
            padding-bottom: 10px;
        }

        .decision-figure .col-md-3 {
            padding-bottom: 10px;
        }

        .culture-cities .col-md-4 {
            padding-bottom: 10px;
        }
    }

    .div-Information2Banner {
        border: 1px solid #dbdbdb;
        height: 250px;
        text-align: center;
        padding: 10px;
    }

    .latest-Publications {
        background: url(../images/sectiom3bg.png) left bottom no-repeat;
        padding: 30px 0px 80px 0px;
        background-size: cover;
        border-bottom: 1px solid #e1e1e1;
    }

    .icon2-Information2Banner {
        padding-top: 30px;
    }

    .icon-Information2Banner {
        padding-top: 10px;
    }

    .culture-cities {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .padding-20 {
        padding-bottom: 20px;
    }

.box-brief2-inner {
    position: absolute;
    z-index: 10;
    bottom: 20px;
    right: 0;
    left: 0;
}


        .box-brief2-inner span {
            font-size: 16px;
            color: white;
            position: relative;
        }

        .box-brief2-inner p {
            color: #fff;
        }


    .box-banner4-inner {
        position: absolute;
        z-index: 10;
        bottom: 20px;
        right: 0px;
        left: 0px;
    }


        .box-banner4-inner span {
            font-size: 16px;
            color: white;
            position: relative;
        }

        .box-banner4-inner p {
            color: #fff;
        }


    .box-banner4 {
        text-align: center;
        position: relative;
    }

    .bodyBanner {
        border-top: 1px solid #dbdbdb;
        padding: 20px 0 0px !important;
    }

    .social-strip ul li.nav-item a.nav-link {
        color: #5a1213 !important;
    }


    .mobile-logo {
        left: 70px;
    }

    .mobile-logo-standard {
        left: 10px;
    }

    .mobile-logo2-Responsive {
        position: absolute;
        z-index: 99999;
        top: -5px;
        left: 0px;
    }

        .mobile-logo2-Responsive img {
            width: 50px;
            height: 70px;
        }



    .floatRight {
        float: right;
        padding: 12px;
    }

    .list-brief li {
        list-style-type: disc
    }

    .location1 label {
        font-weight: bold
    }

.footer .mb-2 {
    margin-bottom: .5rem !important;
}

.DayHeaderStyle {
    text-align: center;
    font-size: 14px;
    font-weight: unset;
    font-family: 'Lato', sans-serif;
    padding-top: 8px;
    padding-bottom: 8px;
    background-color: white;
    border-bottom: 1px solid #ddd;
    /* box-shadow: 0px 0px 2px #e3e3e3; */
}

.SelectedDate {
    background-color: #5a1213 !important;
    height: 30px;
    padding-top: 4px;
    border: 1px solid white;
}

    .SelectedDate a {
        color: white;
    }
.TitleStyle td {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}

.TitleStyle {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    text-align: center;
    background-color: white;
    /* border-bottom: 1px solid #ddd; */
}
.calender-block {
    padding-top: 28px;
    padding-right: 33px;
    padding-bottom: 30px;
}
.calenderborder {
    width: 100%;
}

.DayStyle {
    text-align: center;
    font-size: 13px;
    font-weight: unset;
    font-family: 'Lato', sans-serif;
    padding: 6px 23px;
    border: 1px solid white;
    background-color: #e3e3e3;
}
.calenderborder {
    border-top: 1px solid #5a1213;
    border-left: 1px solid #5a1213;
    border-bottom: 1px solid #5a1213;
    padding: 2px 0px;
    margin-top: 41px;
    height: 356px;
    border-right: 1px solid #5a1213;
    width: 100%;
}