:root {
    --main-color: #014a69;
    --main2-color: #001f2d;

    --body-background-color: #ffffff;
    --header-background-color: var(--main2-color);
    --footer-background-color: var(--main2-color);

    --main-text-color: var(--main2-color);
    --main2-text-color: var(--main-color);
    --main3-text-color: #212121;




    --hint-text-color: #626262;
    --link-text-color: #ecebeb;



    --main-dark-color: #ffffff;
    --main2-dark-color: #d0d0d0;

    --body-background-dark-color: var(--main-dark-color);
    --header-background-dark-color: var(--main2-dark-color);
    --footer-background-dark-color: var(--main2-dark-color);

    --main-text-dark-color: var(--main2-dark-color);
    --main2-text-dark-color: var(--main-dark-color);
    --main3-text-dark-color: #c0c0c0;

}



html {
    overflow-y: scroll;
}


body {
    background: #d0d0d0;
    font-family: DroidKufi-Bold, sans-serif;
    margin: 0;
    direction: rtl;
    unicode-bidi: bidi-override;
    text-align: right;
    color: #d0d0d0;
}

body>.content {
    max-width: fit-content;
    min-height: 1000px;
    font-family: DroidKufi-Bold, sans-serif;
    margin: auto;
    background: #d0d0d0;
    position: relative;
    color: #d0d0d0;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}



/*============================================================
	header
==============================================================*/
header {
    position: relative;
    top: 0;

    height: 45px;
    width: 100%;
    z-index: 4;
    background: var(--header-background-color);
    justify-content: space-between;
}



header .logo {
    margin: 0 auto 0 auto;
}

header .menu-button {
    height: 20px;
    width: 20px;
}

header .menu-button img {
    position: relative;
    z-index: -1;
}

header .search {
    height: 20px;
    width: 20px;


}

header>img {
    display: none;
    cursor: pointer;
}

header .logo img {
    height: 20px;

}

header a {


    padding-right: 20px
}

header a img {
    padding-top: 10px;
    padding-right: 5px;
 padding-left: 20px;
}

.header {
    text-align: center;
    width: 100%;

}

.header p {
    margin-bottom: 30px;
    text-align: center;
}

header .phone-menu-trigger {
    border: 0;
    background: 0;
    color: #fff;
    font-size: 14px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 2px;
    padding: 0;
    display: none;

}

header .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto
}

header .row .column {
    display: flex;
    align-items: center
}

header .row .column:last-child {
    justify-content: flex-end
}

header .logo {
    padding: 2px 5px 2px 5px;
    display: flex;
    align-items: center;

    justify-content: center
}

header .logo a {
    display: block;
    margin: auto
}

header .logo img {
    display: block
}

header .nav {
    height: 100%
}

header .nav .phone-lang {
    display: none
}

header .nav .close-button {
    display: none;
    border: 0;
    background: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0 8px
}

header .nav nav {
    display: flex;
    align-items: center
}



header .nav a {
    display: flex;
    font-family: sans-serif;
    padding: 5px 10px 5px;
    transition: .3s ease;
    border-right: 1px solid #277085;
    font-size: 12px;
    font-weight: 500;
    align-items: center;
    justify-content: space-between
}

header .nav a:hover {
    color: var(--main)
}

header .search-form {
    padding: 0 20px
}

header .search-form form {
    background: var(--sub-gray);
    border-radius: 20px;
    overflow: hidden;
    padding: 0 5px
}

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

header .search-form button {
    width: 35px;
    height: 25px;
    border: 0;
    background: 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0
}

header .search-form button svg {
    width: 100%;
    max-width: 15px;
    display: block
}

header .search-form button svg g {
    fill: #999
}

header .search-form label {
    width: calc(100% - 35px)
}

header .search-form input {
    border: 0;
    background: 0 0;
    padding: 8px 0 8px 8px;
    font-size: 13px;
    width: calc(100% - 8px)
}

header .language-switcher a {
    font-size: 13px;
    display: block;
    color: var(--main);
    padding: 0;
    border-radius: 20px;
    font-weight: 600
}


.site-width {
    width: calc(100% - 30px);
    max-width: 1180px;
    margin: auto
}


@media only screen and (max-width: 1024px) {
    header .nav a {
        color: #ffffff !important
    }

    header .phone-menu-trigger {
        display: block;
        padding: 5px;

    }

    header .nav {
        position: fixed;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #083347;
        z-index: 1000;
        width: 250px;
        box-shadow: 3px 0 13px -5px #00000082, 0 1px 6px -3px #3d3d3d9c;
        transition: transform .3s cubic-bezier(.22, .51, .45, .99);
        transform: translateX(100%)
    }

    header .nav.active {
        transform: translateX(0)
    }

    header .nav a {
        border: 0;
        padding: 15px
    }

    header .nav .phone-lang {
        display: flex;
        color: var(--main);
        border-top: 1px solid #e9e9e9 !important;
        width: calc(100% - 50px);
        margin: auto
    }

    header .language-switcher {
        display: none
    }

    header .nav nav {
        flex-direction: column;
        align-items: flex-start
    }

    header .nav .close-button {
        display: block
    }


}


/*============================================================
	Footer
==============================================================*/




footer {
    background: var(--footer-background-color);
    padding: 10px;
    display: flex;
    flex-flow: row wrap;
}

footer .logo {
    display: block;
    text-align: center;
    flex: 1 100%;
    padding: 30px;
}

footer .logo img {
    filter: brightness(0) saturate(100%) invert(63%) sepia(26%) saturate(212%) hue-rotate(147deg) brightness(87%) contrast(84%);
}

footer div {
    flex: 1 100%;
    text-align: center;
    margin: 10px;
}

@media (min-width: 767px) {
    footer div {
        flex: 1 30%;
    }
}

footer div>p {

    color: white;
    font-size: 14px;
    font-weight: inherit;
    padding-bottom: 10px;
    text-transform: uppercase;
}


footer div a,
footer div div {
    font-family: DroidKufi-Bold, sans-serif;
    color: #EDF3F4;
    font-size: 14px;
    font-weight: inherit;

    padding: 5px;
    margin: 0;
    cursor: pointer;
}

footer div button#csconsentlink.ot-sdk-btn.ot-sdk-show-settings {
    font-family: DroidKufi-Bold, sans-serif;
    color: #EDF3F4;
    font-size: 14px;
    font-weight: inherit;
    border: 0;
    padding: 10px;
    background: transparent;
    text-rendering: geometricPrecision;
}

footer div button#csconsentlink.ot-sdk-btn.ot-sdk-show-settings:hover {
    font-family:  sans-serif;
    color: #EDF3F4;
    font-size: 14px;
    font-weight: inherit;
    background: transparent;
}

footer div .social {
    display: inline-flex;
    margin: 10px 0 10px;
    flex-wrap: wrap;
    justify-content: center;
}

footer div .social a {
    padding: 0 10px;

}



footer div .social img {
    filter: brightness(0) saturate(100%) invert(42%) sepia(96%) saturate(131%) hue-rotate(500deg) brightness(97%) contrast(103%);
    position: relative;
    top: 1px;
}


footer div .social img:hover {
    filter: brightness(70%) saturate(0%) invert(30%) sepia(70%) saturate(131%) hue-rotate(0deg) brightness(97%) contrast(103%);
    position: relative;
    top: 1px;

    background: transparent;
}


footer div .rights-developer-site a {
    font-weight: 700;




    color: var(--link-text-color);
    text-align: center;
}

footer div .rights-developer-site a:hover {

    color: #ffd64b;

}

footer div .rights-developer-site p {
    font-weight: 300;
    color: #b0fff3;
    text-align: center;
}


.footer-bar {




    width: 100%;
    font-family: DroidKufi-Bold,sans-serif;
    padding-top: 5px;


    font-size: 12px;

    align-items: center;

    padding-bottom: 20px;
}

.footer-bar.father::-webkit-scrollbar {
    display: none;


}

.footer-bar a {
    display: inline-block;
    font-size: 12px;
    padding-right: 5px;

}

.footer-bar a img {
    width: 12px;
    height: 12px;
    padding-right: 5px;
    padding-left: 10px;
    vertical-align: middle;

}

.footer-bar span {
    color: #ffffff;
    padding: 3px 0;
    font-size: 8px;
    text-transform: uppercase;
    margin: 1px;
}

/*============================================================
	section
==============================================================*/


section {
    position: relative;
    overflow: hidden;
    padding: 10px 30px 10px 30px;
}



section .content {
    padding-top: 10px;
    clear: both;

}

section .title-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-top: 10px;
    padding-right: 25px;
    padding-left: 25px;
    color: #1F4E5A;

}

section .title {
    font-family: DroidKufi-Bold, sans-serif;
    color: #1F4E5A;

    font-size: 18px;
}


section .title-row+span {
    font-family: DroidKufi-Bold, sans-serif;
    color: #1F4E5A;
    font-size: 14px;
    padding: 0 10px 0;
    display: block;
    line-height: 20px;
    margin-bottom: 20px;
}

section .title+.more {
    padding: 0 10px 0;
}

section .title+.more img {
    line-height: 1;
    display: block;
}

/*=================================================================
	about
==================================================================*/


#main-about {

    padding: 20px  50px  20px  50px;
    color: #fff;
}

#main-about  h1 {
    border-bottom: 1px solid #fff;
    text-align: center;
    font-size: 25px;
    color: #023c5e;

    padding-bottom: 20px;
    line-height: 40px;
}

#main-about  h2 {
    border-bottom: 1px solid #000000;
    text-align: right;
    font-size: 22px;
    color: #00293a;
    padding-right: 11px;

    padding-bottom: 2px;
    line-height: 40px;
    background-color: #c9c9c9;
}

#main-about  p {

    padding-top: 10px;
    color: #0b0e0e;
    line-height: 30px;
    text-align: justify;
    font-size: 16px;
    padding-bottom: 30px;
    font-weight: 350;
}

#main-about p a {

    font-weight: 700;


    color: #000f88;
    border-bottom: 1px solid #000000;
}

#main-about .content {




    color: #4c5657;

    text-align: right;
    font-size: 15px;
    margin-left: 5px;
}



#main-about .sec-title h2:after {
    border-bottom: 1px solid #fff;
}

#main-about .overlay {
    background-color: #ffffff;
    padding: 10px 40px 20px 40px;

}

/*============================================================
	Anthore
==============================================================*/





.hidden {
    display: none;
}


.nav-main,
.shadow {
    transition: all .1s cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}

.nav-main {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: -256px;
    width: 256px;
    height: auto;
    z-index: 5;
    background: white;
    overflow: auto;
    padding-top: 10px;
}





@media (min-width: 996px) {
    section .title-row {
        padding: 10px 20px 20px;
    }

    section .title {
        font-size: 18px;
    }

    section .content {
        padding: 0 20px 15px;
    }

    section .title-row+span {
        padding: 0 20px 10px;
    }



    .select-platform {
        width: 80px;
        height: fit-content;
        background: white;
        position: absolute;
        z-index: 2;
        right: 100px;
        border-radius: 0 0 5px 5px;
        box-shadow: 0 4px 4px 4px rgba(0, 0, 0, 0.05);
        display: none;
    }

    .select-platform img {
        padding: 20px 30px;
        filter: brightness(0) saturate(100%) invert(58%) sepia(81%) saturate(3812%) hue-rotate(158deg) brightness(95%) contrast(101%);
    }

    .select-platform img:first-child {
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(232deg) brightness(101%) contrast(102%);
        z-index: 1;
        padding: 30px;
    }

    .select-platform:after {
        content: '';
        width: 80px;
        height: 80px;
        background: #25774a;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
    }

    .select-platform img:hover {
        box-shadow: inset 0 0 0 3px #25774a;
    }

    .select-platform img:first-child:hover {
        box-shadow: none;
    }

    .select-platform.show {
        display: grid;
        margin-left: 30px;
    }

    .change-platform {

        display: block;
        position: absolute;
        left: 95px;
        top: 20px;
        padding-top: 0;
    }



    .mybreadcrumb.father {
        padding-top: 10px;
        height: 30px;
        padding-right: 20px;
        margin-left: 0;

    }

    .detail {
        padding: 10px 20px 20px;

    }

    .app-tag {
        padding: 10px 20px 20px;

    }

    .detail>div {
        margin-bottom: 0;
    }

    .detail+.ad {
        min-height: 100px;
    }

    .detail .icon img {
        margin: 0;
    }

    .detail .info h1 {
        font-size: 36px;
        line-height: 32px;
    }

    .detail .info .version {
        font-size: 14px;
    }

    .detail .info .version span.beta {
        vertical-align: middle;
        margin: 0 5px 5px;
        top: 1px;
    }

    .detail .info .autor {
        margin-bottom: 2px;
        font-size: 14px;
    }

    .detail h2 {
        font-size: 16px;
        margin: 5px 0;
        padding: 10px 0 10px;
    }

    .detail .stats {
        font-size: 14px;
        padding: 0;
        height: 20px;
        line-height: 20px;
    }

    .detail .stats div {
        padding: 0 20px;
    }

    .button.download,
    .button.last {
        min-width: 300px;
        display: inline-block;
    }

    .button.deactivate {
        min-width: 300px;
    }

    .button.secondary {
        display: inline-flex;
        max-width: none;
        min-width: 200px;
        margin: 20px 0 0 20px;
        vertical-align: top;
    }

    .button.deactivate+span {
        text-align: left;
        margin: -10px 20px 20px;
    }

    .button.secondary+.button.version {
        margin-bottom: 0;
        margin-left: 17px;
    }

    .button.version {
        margin-top: 46px;
    }

    article {

        font-size: 16px;
    }

    article h2 {
        font-family: DroidKufi-Bold, sans-serif;
        font-size: 18px;
    }

    .button.download.xapk {
        margin-bottom: 10px;
    }

    .xapk-notice {
        margin: 0 10px 10px 10px;
        width: 300px;
        box-sizing: border-box;
    }

    .detail .info span.onBoard,
    .button.badge {
        margin: 5px 5px 0 0;
    }

    .external-notice img {
        margin: 0 10px 0 20px;
    }

    .item-row {

        margin: 0 auto 0;

    }

    .item-row .content {
        display: flex;
        flex-wrap: wrap;
        padding: 0 0 0 20px;

    }

    .item {
        margin-right: 22px;
    }

    .button-group {
        margin-left: 20px;
    }

    .detail .stats img {
        vertical-align: initial;
        margin-left: 5px;
        margin-right: 0;
    }

    .detail .stats .dwstat img {
        margin-top: 4px;
    }

    .button {
        margin: 20px 20px 20px 20px;
    }

    .ad.text {
        min-width: 360px;
        min-height: 250px;
        float: right;
        margin: 0 0 10px 20px;
    }

    .button.secondary {
        margin-right: 0;
        margin-top: 20px;
        margin-left: 10px;
    }

    .button.version {
        margin-top: 40px
    }

    .button.secondary+.button.version {
        margin-right: 5px;
    }
}





.panel {
    overflow: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: 5;
    background: var(--body-background-color);
    right: -100%;
    left: -520px;
}

.nav-main {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;

    width: 256px;
    height: auto;
    z-index: 5;
    background: var(--body-background-color);
    overflow: auto;
}

.panel .header div div.left {
    float: right;
}

section .title+.more img {
    transform: rotate(0);
    height: fit-content;
}



@media (prefers-color-scheme: dark) {
    body {

        background: var(--body-background-color);
    }

    body>.content {
        background: var(--body-background-color);
    }

    header {
        background: var(--header-background-color);
    }

    header .logo img {
        filter: brightness(0) saturate(100%) invert(99%) sepia(28%) saturate(2142%) hue-rotate(165deg) brightness(83%) contrast(84%);
    }

    .select-platform {
        background: #333333;
    }

    section .title {
        color: white;
    }

    section .title-row+span {
        color: #7F949A;
    }

    .nav-main {
        background: #091a2a;
    }

    .ad .title {
        color: #ccc;
    }

    section .title+span {
        color: #ccc;
    }

    .panel {
        background: #1F4E5A;
    }



    .mybreadcrumb>span:not(.path_separator) {
        color: var(--link-text-color);

    }

    .detail .icon img {
        color: #7F949A;
    }

    .detail .info h1,
    .detail h2 {
        color: white;
    }

    .detail .info .autor,
    .detail .stats {
        color: #7F949A;
    }

    .detail .info .version {
        color: #00AAD5;
    }

    .detail h2 {
        color: #7F949A;
    }

    .button.version {
        border: 1px solid white;
        color: white;
    }

    .button.badge {
        border: 1px solid white;
        color: white;
    }

    article {
        color: #7F949A;
    }

    .item div.name {
        color: #fff;
    }

    .item div.description {
        color: #7F949A;
    }

    .item figure img {
        color: white;
    }

    .item-row .more {
        color: white;
    }

}

.mainbar {




    width: 100%;
font-family: DroidKufi-Bold,sans-serif;
padding-top: 5px;


    font-size: 12px;
    background: #0b3657;
    align-items: center;
    height: 26px;
}

.mainbar.father::-webkit-scrollbar {
    display: none;


}

.mainbar a {
    display: inline-block;
    font-size: 12px;
    padding-right: 5px;

}

.mainbar a img {
    width: 12px;
    height: 12px;
    padding-right: 5px;
    padding-left: 10px;
    vertical-align: middle;

}

.mainbar span {
    color: #ffffff;
    padding: 3px 0;
    font-size: 8px;
    text-transform: uppercase;
    margin: 1px;
}

.mybreadcrumb {
    font-family: DroidKufi-Bold, sans-serif;
    display: inline-block;
    width: auto;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 2px;


}

.mybreadcrumb.father::-webkit-scrollbar {
    display: none;

}

.mybreadcrumb a {
    margin-bottom: 5px;
    display: inline-block;

}





.mybreadcrumb span {
    color: #ffffff;
    padding: 3px 0;
    font-size: 8px;
    text-transform: uppercase;
    margin: 1px;
}



.mybreadcrumb .path_separator {
    padding: 0 3px;
    line-height: 22px;

}

.mybreadcrumb>span:not(.path_separator) {
    font-family: DroidKufi-Bold, sans-serif;
    color: #00AAD5;
}

.mybreadcrumb>span:not(.path_separator):lang(ja),
.mybreadcrumb>span:not(.path_separator):lang(hi),
.mybreadcrumb>span:not(.path_separator):lang(zh) {
    font-weight: 600;
    font-family: DroidKufi-Bold, sans-serif;
}

.mybreadcrumb>span:not(.path_separator):lang(th),
.mybreadcrumb>span:not(.path_separator):lang(ru),
.mybreadcrumb>span:not(.path_separator):lang(ko),
.mybreadcrumb>span:not(.path_separator):lang(ar),
.mybreadcrumb>span:not(.path_separator):lang(vi) {
    font-weight: 600;
    font-family: DroidKufi-Bold, sans-serif;
}

.mybreadcrumb>span:not(.path_separator):lang(ro) {
    font-weight: 600;
    font-family: DroidKufi-Bold, sans-serif;
}

.mybreadcrumb span:lang(th) {
    font-size: 12px;
}




.mybreadcrumb.father {
    height: 30px;
    padding: 3px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 1;
    background-color: var(--body-background-color);
}


.detail {
    font-family: DroidKufi-Bold, sans-serif;
    color: #333333;
    z-index: 1;
    position: relative;
    padding: 20px;
}

.detail>div {
    display: table-cell;
    vertical-align: top;
    margin-bottom: 10px;
}

.detail+.ad {
    min-height: 261px;
    width: 100%;
    display: grid;
    align-items: center;
    grid-template-rows: 10px auto;
}

.detail .icon {
    min-width: 120px;
    height: 114px;
}

.detail .icon img {
    max-height: 100px;
    max-width: 100px;
    width: auto;
    height: auto;
    margin: 0 10px 10px;
    font-size: 12px;
    word-break: break-word;
    border-radius: 10px;
}

.detail .info h1 {
    font-family: DroidKufi-Bold, sans-serif;
    font-size: 18px;
    line-height: 18px;
    word-break: break-word;
    font-weight: initial;
    color: var(--main2-color);
}

.detail .info .version {
    font-family: DroidKufi-Bold, sans-serif;
    color: #0b637c;
    font-size: 12px;
    font-weight: 300;
    margin-top: 10px;
    word-break: break-all;
}

.detail .info .version span.beta {
    color: #00AAD5;
    border: 1px solid #00AAD5;
    border-radius: 10px;
    padding: 2px 5px 2px;
    font-size: 8px;
    display: inline-flex;
    margin: 0 5px;
    top: -1px;
    position: relative;
}

.detail .info .autor {
    font-family: DroidKufi-Bold, sans-serif;
    font-size: 12px;
    color: #003d4f;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 300;
}

.detail .info .autor a {
    padding: 5px 0;
}

.detail .info span.onBoard {
    color: var(--main-text-dark-color);
    background: var(--main2-color);
    border-radius: 10px;
    padding: 3px 10px 3px;
    font-weight: 400;
    font-size: 8px;
    display: inline-flex;
    text-transform: uppercase;
    float: left;
    margin-right: 5px;
    border: 1px solid #023c5e;
}

.detail .info>div {
    margin-top: 3px;
}

.detail .stats {
    font-family: DroidKufi-Bold, sans-serif;
    display: flex;
    height: 15px;
    box-sizing: border-box;
    font-size: 12px;
    padding: 0 10px 0;
    color: #1F4E5A;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    line-height: 15px;
}

.detail .stats div.dwstat img {
    filter: brightness(0) saturate(100%) invert(67%) sepia(1%) saturate(0%) hue-rotate(205deg) brightness(92%) contrast(93%);
}

.detail .stats img {
    filter: brightness(0) saturate(100%) invert(42%) sepia(96%) saturate(131%) hue-rotate(159deg) brightness(97%) contrast(103%);
    position: relative;
    top: 1px;
}

.detail .stats .red {
    cursor: pointer;
}

.detail .stats .red:hover {
    color: #8d741e;
}

.detail h2 {
    font-family: DroidKufi-Bold, sans-serif;
    font-size: 15px;
    font-weight: 300;
    padding: 10px;
    color: #000405;
}

.button-group {
    display: block;

}

.button b,
.button h3,
.button strong {
    font-family: DroidKufi-Bold, sans-serif;
    font-size: 16px;
    line-height: 20px;
    display: block;
    align-self: center;
}

.button h3,
.button strong {
    line-height: 16px;
    margin-top: 5px;
    font-family: DroidKufi-Bold, sans-serif;
}




.button strong {
    text-align: left;
    margin-top: 0;
}

.button p {
    font-size: 10px;
    font-weight: 300;
    display: inline-flex;
    margin-right: 10px;
    text-transform: capitalize;
    font-family: DroidKufi-Bold, sans-serif;
    margin-top: 5px;
}

.button p.version,
.button p.size {
    font-family: DroidKufi-Bold, sans-serif;
}

.button.last,
.button.secondary {
    background: #25774a;
}

.button.secondary {
    font-family: DroidKufi-Bold, sans-serif;
    order: 1;
    display: none;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    flex-direction: column;
    box-sizing: border-box;
    height: 61px;
    line-height: 20px;
    padding-top: 13px;
    border: 1px solid #f57878;
    color: #003418;
    background: transparent;
}

.button.secondary span {
    font-size: 8px;
    color: #B8B3CE;
    float: right;
    margin: 0;
    text-align: left;
    line-height: 1;
    text-transform: lowercase;
}

.button.secondary span img {
    margin: 0 0 0 2px;
    float: none;
    vertical-align: middle;
}

.button.download,
.button.last {
    cursor: pointer;
}

.button.download,
.button.last,
.button.deactivate {
    min-width: 200px;
    height: initial;
    box-sizing: border-box;
    order: 2;
    color: #fdfffe;
    border: 0;
    padding: 5px 20px;
}

.button.deactivate {
    display: grid;
    margin-right: 10px;
    border: 1px dashed #28d9ae;
    color: #27e5b6;
    padding: 16px;
}

.button.deactivate b {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
}

.button.deactivate p {
    display: table-footer-group;
}

.button.deactivate span {
    font-weight: 600;
}

.button.deactivate strong {
    text-align: center;
}

.button.deactivate+span {
    font-size: 12px;
    display: block;
    margin: 0 10px 10px;
    color: #999;
    text-align: center;
}

.button.deactivate+span a {
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
    color: #0081A2;
}

.button.download {
    background: #115444;
}

.button.download {
    background: #115444;
    height: 60px;
}

.button.download p {

    padding-top: 5px;

}


.button.download img {
    filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(2%) hue-rotate(14deg) brightness(118%) contrast(100%);

    vertical-align: middle;
}

.button.download.telegram {
    background: #229ED9;
    height: 60px;

}


.button.download.xapk p {
    padding: 0;
    font-size: 8px;
    margin: 5px 0;
    vertical-align: middle;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}


.button.download.xapk p img {
    margin: -1px 3px 0 6px;
    filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(2%) hue-rotate(14deg) brightness(118%) contrast(100%);
}



.button.download.xapk div {
    background: white;
    color: #4CAF50;
    border: 1px solid #4CAF50;
    border-radius: 10px;
    position: absolute;
    top: -8px;
    right: 10px;
    font-size: 8px;
    padding: 5px 10px;
    font-family: DroidKufi-Bold, sans-serif;
    text-transform: uppercase;
}


.button.version {
    font-family: DroidKufi-Bold, sans-serif;
    border: 1px solid #00AAD5;
    min-width: max-content;
    margin-top: 0;
    color: #00AAD5;
    font-size: 10px;
    text-transform: uppercase;
    padding: 10px;
}

.button.badge {
    font-family: DroidKufi-Bold, sans-serif;
    border: 1px solid #7F949A;
    color: #7F949A;
    border-radius: 10px;
    padding: 3px 10px 3px;
    font-weight: 400;
    font-size: 8px;
    display: inline-flex;
    text-transform: uppercase;
    float: left;
    box-sizing: border-box;
    margin: 0;
}

article {
    color: #ffffff;

    font-family: DroidKufi-Bold, sans-serif;
    font-size: 14px;
    line-height: 2;
    clear: both;

}

article {
    font-family: DroidKufi-Bold, sans-serif;
}

article b {
    font-family: DroidKufi-Bold, sans-serif;
}

article h2 {
    font-family: DroidKufi-Bold, sans-serif;
    font-size: 16px;
}

article h2 {
    font-weight: 600;
    font-family: DroidKufi-Bold, sans-serif;
}

article h2 span {
    font-family: DroidKufi-Bold, sans-serif;
}

.item-row .content {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    display: inline-flex;
    position: relative;
}

.item {
    min-width: 100px;
    width: 100px;
    height: 100%;
    position: relative;
    vertical-align: top;
    margin: 0 10px 10px 0;
    white-space: normal;
    line-height: 1.2;
}

.item figure {
    width: auto;
    height: 100px;
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
}

.item figure img {
    max-height: 100px;
    max-width: 100px;
    width: auto;
    height: auto;
    border-radius: 10px;
}

.item div.name {
    font-family: DroidKufi-Bold, sans-serif;
    color: #1F4E5A;
    font-size: 12px;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}

.item div.description {
    font-family: DroidKufi-Bold, sans-serif;
    color: #7F949A;
    font-size: 12px;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}

.item>img {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: -1px;
    z-index: 1;
}

.item-row .more {
    padding: 0;
    -webkit-appearance: none;
    border: 0;
    z-index: 1;
    position: relative;
    background: transparent;
    cursor: pointer;
    vertical-align: middle;
}

.item-row .more img {
    transform: rotate(180deg) scale(0.5);
}

.external-notice {
    color: #7F949A;
    font-size: 10px;
    font-weight: 300;
    position: relative;
    display: flex;
}

.external-notice img {
    margin: 0 10px;
}

.external-notice p {
    margin-top: 4px;
}




@media (min-width: 767px) {
    .panel {
        position: fixed;
        top: 0;
        bottom: 0;
        width: 520px;
        height: auto;
    }
}


@media (max-width: 425px) {

    .button-group {
        display: block;
        float: left;
    }

    .button.download {
        min-width: 322px;
        width: fit-content;
        height: 61px;
    }

    .button.deactivate+span {
        text-align: left;
        margin: 0 10px 10px;
    }

    section {
        clear: both;
    }

    .button.version {
        margin-top: 36px;
    }

    .xapk-notice {
        width: 322px;
        box-sizing: border-box;
        margin-right: 0;
    }

    .item-row {

        margin: 0 auto 0;

    }

    .button.last {
        margin: 10px;
        display: block;
    }

    .button.download {
        margin: 10px;
        display: block;
        width: calc(100% - 20px);

    }

    .button-group {
        display: block;
        float: right;
        margin-left: 10px;

    }

    .button.secondary {
        margin-right: 10px;
        margin-left: 0;
        margin-top: 10px;
    }

    .button.secondary+.button.version {
        margin-right: 10px;
    }

    .button.version {
        margin-right: 0;
    }

}

.sticky_ad {
    display: none;
}

.detail .info {
    padding: 10px 10px 10px 10px;

}

.detail .info .autor a {
    margin-left: 5px;
}

.detail .info span.onBoard {
    float: right;
    margin: 5px 0 0 5px;
}

.detail .stats div {
    border-right: 1px solid #7F949A;
    padding: 0 10px;
}

.detail .stats .dwstat {
    direction: rtl;
}

.detail .stats .dwstat img {
    float: right;
    margin-top: 1px;
}

.detail .stats img {
    margin-left: 5px;
    vertical-align: initial;
}

.detail .stats div:first-child {
    border: 0;
    padding: 0 0 0 10px;
    cursor: pointer;
}

.button {
    padding: 10px 20px;
    display: inline-block;
    vertical-align: bottom;
    margin: 10px 10px 10px 0;
    color: white;
    border-radius: 10px;
    z-index: 1;
    position: relative;
}

.button p.version {
    margin-right: 0;
}

.button.secondary {
    margin-left: 10px;
}

.button.secondary span {
    text-align: right;
    direction: ltr;
}

.button.download,
.button.last,
.button.deactivate {
    text-align: right;
}

.button.download strong {
    margin-bottom: 5px;
    text-align: right;
}

.button.download.xapk p img {
    margin: 0 6px 0 3px;
}

.xapk-notice button {
    margin: 0 5px 0 0;
}

.xapk-notice button:lang(ar) {
    font-weight: 600;
    line-height: 14px;
}

.text-description {
    color: #001318;
    font-family: DroidKufi-Bold, sans-serif;
    line-height: 2;
    text-align: right;
    font-size: 14px;
}

#technical-information {
    background-color: var(--body-background-color);

    color: #fff;
    padding: 25px;
}



/* =========================================
    background selector
========================================= */

.light {
    clear: both;
    background-color: var(--body-background-dark-color);
    color: #023c5e;
}

.light h2 {
    color: #001700;
    font-size: 20px;
    padding: 0 0 15px 0;
}

.light p {
    color: #054870;
    font-size: 14px;
    padding: 0 0 15px 0;
}


.dark {
    padding: 30px;
    clear: both;
    background-color: var(--body-background-color);

}

.dark h2 {
    color: #11dde7;
    font-size: 20px;
    padding: 0 0 15px 0;
}

.dark h3 {
    color: #ffffff;
    font-size: 18px;
    padding: 0 0 15px 0;
}

.dark p {
    color: #ffffff;
    font-size: 14px;
    padding: 0 0 15px 0;
}

.dark ul {
    color: #ffffff;
    font-size: 14px;
    padding: 0 0 15px 0;
    line-height: 2.5;
}



/* =========================================
    background
========================================= */


/* =========================================
    top preview
========================================= */

.top {


    background: -webkit-linear-gradient(right, #023c5e, #0b72af);

}





.top .content {
    color: #fff;

}

.top .button {

    color: #ffffff;

}

.top-head {
    margin-top: 40px;
    margin-bottom: 40px;


}

.top-head img {
    display: block;
    max-width: 181px;
    max-height: 355px;
    width: auto;
    height: auto;
}



.head-btn {
    margin-top: 40px;
    margin-bottom: 40px;
    position: relative;
    min-height: 1px;


}

.top .content h1 {
    font-size: 40px;


}



.top .content h2 {
    font-size: 27px;
    font-weight: 300;

    margin-bottom: 10px;
    line-height: 36px;
    color: #CACACA;
}

.top .content h3 {
    font-size: 24px;
    font-weight: 300;

    margin-bottom: 10px;
    line-height: 36px;
    color: #CACACA;
}

.top .content p {
    font-size: 18px;
    margin-bottom: 70px;
    letter-spacing: 1px;
}

.top .content .button a {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 50px;
    padding: 12px 20px;

}

.top .content .button a i {
    margin-right: 20px;
}

.top .content .button a:hover {
    background-color: #fff;
    color: #222;
}

.top .content h1 strong {
    color: #e3b700 !important;
}



.top .list h1 {
    font-size: 26px;
    font-weight: 400;
    padding-bottom: 10px;
    line-height: 50px;
    position: relative;
    text-transform: uppercase;
    font-family: DroidKufi-Bold, sans-serif;
}

.top .list h2 {
    font-size: 20px;
    line-height: 35px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    font-family: DroidKufi-Bold, sans-serif;
}

.top .list h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    padding-bottom: 10px;
    text-align: justify;
    position: relative;
    text-transform: uppercase;
    font-family: DroidKufi-Bold, sans-serif;
}

.top .list span {
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    padding-bottom: 10px;

    text-align: justify;
    position: relative;
    text-transform: uppercase;
    font-family: DroidKufi-Bold, sans-serif;
}

.top .list h1 strong {
    color: #e3b700 !important;
    font-size: 30px;
    font-weight: 700;
}







/* =========================================
   toolbar
========================================= */




.toolbar {
    font-family: DroidKufi-Bold, sans-serif;
    display: inline-block;
    width: auto;
    box-sizing: border-box;
    border-radius: 4px;
    margin-bottom: 2px;

}



.toolbar a {
    margin-bottom: 5px;
    display: inline-block;

}

.toolbar span {
    color: #ffffff;
    padding: 3px 0 3px 10px;
    font-size: 12px;
    text-transform: uppercase;
    margin: 1px;
}

.toolbar .path_separator {
    padding: 0 3px;
    line-height: 22px;

}

.toolbar>span:not(.path_separator) {
    font-family: DroidKufi-Bold, sans-serif;
    color: #00AAD5;
}





.toolbar.second {
    height: 30px;
    padding: 6px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 1;
    background-color: var(--body-background-color);
}


.toolbar.second .navbar-brand {
    color: #009fa8;
    font-size: 10px;
    font-weight: 300;

    line-height: 35px;
}

/*=================================================================
	app-info
==================================================================*/

.article-bar {
    font-family: DroidKufi-Bold, sans-serif;
    display: inline-block;
    width: 100%;

    border-radius: 4px;
    background-color: var(--header-background-color);
    align-items: center;




    vertical-align: center;
}








.article-bar a {
    display: inline-flex;
    align-items: center;
    padding-right: 40px;
    font-size: 12px;
    font-weight: 300;
}

.article-bar a img {
    vertical-align: middle;
    padding-left: 10px;
}

.article-bar span {
    display: inline-flex;
    align-items: center;
    padding-right: 10px;
    font-size: 12px;
    font-weight: 300;
}



.article-bar span img {
    padding-left: 10px;
    vertical-align: middle;
}


/*=================================================================
	app-info
==================================================================*/

#app-info {
    background-color: var(--main-color);
    padding: 50px;
    color: #fff;
}


#app-info h2 {

    text-align: center;
    font-size: 22px;
    color: #f6f6f6;
    padding-right: 11px;

    padding-bottom: 2px;

}



#app-info .content tbody tr {
    word-break: break-word;

    font-size: 14px;
    margin-bottom: 30px;

}





#app-info .content {
    padding: 10px;
    width: 100%;
}



/*=================================================================
	app-about
==================================================================*/
/*=================================================================
	app-update-info
==================================================================*/

#app-update-info {
    background-color: #ffffff;

    padding-bottom: 10px;
    padding-right: 60px;
    padding-left: 60px;

}



#app-update-info h2 {
    border-bottom: 1px solid #0b72af;
    text-align: center;
    font-size: 22px;
    color: #00293a;


    padding-bottom: 10px;
    line-height: 40px;

}

#app-update-info p {
    font-family:  sans-serif;
    padding-top: 10px;
    color: #4c5657;
    line-height: 35px;
    text-align: justify;
    font-size: 16px;
    padding-bottom: 2px;
}

#app-update-info p a {




    color: #0092e8;

}

/*=================================================================
	app-about
==================================================================*/


#app-about {

    padding: 10px 40px 20px 40px;

    color: #fff;
}


#app-about img {
    max-inline-size: 100%;
    height: auto;
    margin: auto;
    display: flex;
}

#app-about h1 {
    border-bottom: 1px solid #fff;
    text-align: center;
    font-size: 25px;
    color: #023c5e;

    padding-bottom: 20px;
    line-height: 40px;
}

#app-about h2 {
    border-bottom: 1px solid #000000;
    text-align: right;
    font-size: 22px;
    color: #00293a;
    padding-right: 11px;

    padding-bottom: 2px;
    line-height: 40px;
    background-color: #c9c9c9;
}

#app-about p {

    padding-top: 10px;
    color: #4c5657;
    line-height: 30px;
    text-align: justify;
    font-size: 16px;
    padding-bottom: 30px;
    font-weight: 350;
}

#app-about p a {

    font-weight: 700;


    color: #000f88;
    border-bottom: 1px solid #000000;
}

#app-about .content {




    color: #4c5657;

    text-align: right;
    font-size: 15px;
    margin-left: 5px;
}



#app-about .sec-title h2:after {
    border-bottom: 1px solid #fff;
}

#app-about .overlay {
    background-color: #ffffff;
    padding: 10px 40px 20px 40px;

}

.app-about-item {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 64%;

}

.app-about-item img {
    border: 3px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: auto;
    max-width: 100px;
}




/* =========================================
       Questions
    ========================================= */

#app-questions {
    padding: 0;
    color: #fff;
}



#app-questions h2 {
    border-bottom: 1px solid #000000;
    text-align: right;
    font-size: 22px;
    color: #00293a;
    padding-right: 11px;

    padding-bottom: 2px;
    line-height: 40px;
    background-color: #c9c9c9;
}

#app-questions p {


    padding-top: 10px;

    color: #4c5657;
    line-height: 30px;
    text-align: justify;
    font-size: 16px;
    padding-bottom: 30px;
}

#app-questions p a {




    color: #0b72af;

}

/* =========================================
   Notes
========================================= */

#app-notes {
    padding: 5px 20px 5px 50px;
    color: #fff;
    background-color: #ffffff;
}



#app-notes h2 {
    border-bottom: 1px solid #000000;
    text-align: right;
    font-size: 22px;
    color: #00293a;
    padding-right: 11px;

    padding-bottom: 2px;
    line-height: 40px;
    background-color: #c9c9c9;
    margin-right: 20px;
}

#app-notes p {


    padding-top: 10px;

    color: #4c5657;
    line-height: 30px;
    text-align: right;
    font-size: 16px;
    padding-bottom: 30px;
}

#app-notes p a {




    color: #0b72af;

}

#app-notes ul {

    list-style-type: none;
    /* تعديل نوع العلامة للتعداد */
    padding-top: 10px;

    color: #4c5657;
    line-height: 30px;
    text-align: justify;
    font-size: 16px;
    padding-bottom: 30px;
    padding-right: 30px;
}

#app-notes ul span {



    color: #340030;
    font-weight: bold;

}



/* =========================================
   5. Section question
========================================= */

#question {

    background-color: var(--main-color);
    color: white;
    padding-left: 5%;
    padding-right: 5%;
}


#question h2 {
    font-size: 22px;
    color: #ffffff;
    margin-right: 10px;
    text-align: center;
    padding-bottom: 20px;
}

#question h3 {
    font-size: 22px;
    color: #ffffff;

    text-align: right;
    padding-top: 25px;
    padding-bottom: 5px;
}

#question p {
    font-size: 14px;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 2;
    font-family:  sans-serif;
    text-align: justify;
}

#question ul {
    list-style-type: none;
    font-family:  sans-serif;

}

/* =========================================
   5. Section omar-apps-view-list
========================================= */

#conclusion {
    background-color: var(--main-color);
    color: #ffffff;
    padding-left: 5%;
    padding-right: 5%;
}


#conclusion h2 {
    font-size: 26px;
    color: #ffffff;
    margin-right: 10px;
    text-align: center;
}

#conclusion p {
    font-size: 14px;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 2;
    text-align: justify;
}

/* =========================================
       5. Section omar-apps-view-list
    ========================================= */



#omar-apps-view-list {

    background: white;
    color: #0b0d0e;
    padding-left: 20%;
    padding-right: 20%;
}


#omar-apps-view-list h2 {
    font-size: 26px;
    color: #024360;
    margin-right: 10px;
    text-align: center;
}


#omar-apps-view-list h3 {
    margin-top: 20px;
    font-size: 20px;
    padding-top: 10px;

    text-align: center;
    color: #310021;
    border: 1px solid #000000;
    padding-bottom: 10px;

}

#omar-apps-view-list h4 {
    margin-top: 20px;
    font-size: 20px;
    padding-top: 20px;

    text-align: right;
    color: #006b98;
    border-top: 1px solid #000000;

}

#omar-apps-view-list p {
    font-size: 14px;
    font-family:  sans-serif;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 3;
    text-align: justify;
}

#omar-apps-view-list p i {

    font-weight: 500;
    color: #020207;
}

#omar-apps-view-list a {
    font-size: 14px;
    font-weight: 700;


    color: #000f88;
    border-bottom: 1px solid #000000;


}

#omar-apps-view-list img {
    display: flex;
    align-items: center;
    margin: auto;
    padding-bottom: 30px;
    padding-top: 30px;
    max-inline-size: 100%;

}



/* =========================================
   5. Section Features
========================================= */





#features {
    padding: 20px 60px 20px 60px;
    background-color: var(--main-color);
}

#features .featured-item-img {
    width: 230px;
    margin-left: 32px;
    margin-right: 32px;
    margin-bottom: 50px;

}



#features h2 {
    font-size: 24px;
    margin-right: 10px;
    text-align: center;
}

#features span {
    font-size: 18px;
    margin-right: 10px;

}

#features h3 {
    font-size: 20px;
    padding: 10px;
    font-weight: 300;
    text-align: center;

}





#features .title-img {
    display: flex;
    align-items: center;

    height: 40px;
    color: #ffffff;
    line-height: 2px;
    background-color: #136077;
}

#features .title-img img {
    margin-right: 10px;
    vertical-align: middle;
}


#features .title-img span {

    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 16px;
    text-align: right;

}



#features p {
    text-align: center;
    font-family:  sans-serif;
    padding: 4px 10px;
    font-size: 15px;
}

#features ul {

    margin-right: 30px;
}

#features li {
    line-height: 2;
    font-family:  sans-serif;
    font-size: 16px;
    padding-right: 5px;
    font-weight: 400;
    list-style-type: decimal;
    /* تعديل نوع العلامة للتعداد */
}

#features a {
    font-size: 14px;
    display: flex;
    align-items: center;

}


.row-feat {
    padding-top: 50px;
}

.feat-list {
    margin-top: 40px;
}

.feat-list i {
    font-size: 48px;
    float: left;
    width: 20%;
    color: #26AFF0;
    height: 100%;
    position: relative;
    opacity: 0.6;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
    top: 10px;
}

.feat-list:hover i {
    color: #25D366;
    -webkit-transition: all .8s ease;
    transition: all .8s ease;
}

#feature .inner {
    float: left;
    display: inline-block;
    width: 80%;
}

#feature-2 {
    padding: 100px 0 100px;
}

#feature-2 h2 {
    font-size: 40px;
    font-weight: 300;
    margin: 15px 0 15px 0;
}

.feature-2-pic {
    margin-top: 20px;
}


.send-us img {
    filter: brightness(0) saturate(100%) invert(42%) sepia(96%) saturate(131%) hue-rotate(500deg) brightness(97%) contrast(103%);

    margin-left: 10px;

}


.send-us img:hover {
    filter: brightness(70%) saturate(0%) invert(30%) sepia(70%) saturate(131%) hue-rotate(0deg) brightness(97%) contrast(103%);


    background: transparent;
}

/* =========================================
   12. Section Download
========================================= */
#download {
    background: url(../images/background.webp);
    background-size: cover;

}

.download .underline:before,
.download .underline:after {
    background-color: #ffffff;
}


.download .download-area {
    width: auto;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
}

.download .download-area img {
    width: 40px;
    height: 40px;


    margin-left: 10px;
    margin-right: 10px;

}


.download .download-area .download-btn {


    min-width: 250px;
    max-width: 250px;
    min-height: 45px;
    max-height: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    background: rgba(2, 0, 20, 0.66);
    border: 2px solid #ffffff;
    /* لون الإطار الأزرق */
    display: flex;
    text-align: center;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: #ffffff;
    /* لون النص */
}


.gold {


    color: #8d741e
    /* لون النص */
}
.gold-img{
    filter: sepia(100%) hue-rotate(290deg) saturate(1000%) brightness(100%);

}




.pink {


    color: #dd00d0

}
.pink-img {


    filter: sepia(100%) hue-rotate(290deg) saturate(1000%) brightness(100%);

}

.blue {


    color: #0056f6

}

.blue-img {


    filter: sepia(100%) hue-rotate(190deg) saturate(10000%) brightness(70%);

}

.green {


    color: #018101

}


.green-img {


    filter: sepia(100%) hue-rotate(100deg) saturate(1000%) brightness(100%);

}

.purple {


    color: #6c0064

}
.purple-img {


    filter: sepia(100%) hue-rotate(300deg) saturate(1600%) brightness(50%);

}


.red {


    color: #c93030

}

.red-img {


    filter: sepia(100%) hue-rotate(0deg) saturate(10000%) brightness(100%);

}


.download .download-area .download-btn:hover {
    background: -webkit-linear-gradient(right, #023c5e, #0b72af);

    border: 2px solid #01121c;
    /* لون الإطار الأزرق */
    color: #001018;
    /* لون النص */
}

.download .download-area .download-btn img {
    margin-right: 10px;
    order: -1;
}

.download .download-area .download-btn .app-download {

    align-content: center;
    text-align: center;
}

.download .download-area span {
    display: block;
    font-size: 16px;
    margin-left: 10px;
    align-content: center;
    text-align: center;
}

.download .download-area .app-download strong {

    font-size: 18px;
    align-content: center;
    text-align: center;
}

.download .download-area a i {
    float: right;

}

.download .download-area .app-download {
    margin-left: 20px;
    align-content: center;
    text-align: center;
    font-weight: 90;

}




/* =========================================
   header
========================================= */


/* =========================================
   12. New
========================================= */


.sec-title {
    margin-bottom: 10px;
    text-align: center;
}

.sec-title.white {
    color: #ffffff;
}

.sec-title h2 {
    font-size: 36px;

    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    font-family: DroidKufi-Bold, sans-serif;
}



.sec-title h2:after {
    border-bottom: 1px solid #009ee3;
    content: "";
    display: block;
    left: 50%;
    /* تعديل قيمة الـ left */
    bottom: 0;
    position: absolute;
    width: 30%;
    /* تعديل عرض الخط */
    transform: translateX(-50%);
    /* تحريك الخط للوسط */
}


/*=================================================================
	Contact
==================================================================*/

.input-field {
    margin-bottom: 10px;
    padding: 0 0 0 0;
}

.input-email-field {
    margin-bottom: 10px;
    padding: 0 52px 0 0;
}

.form-control {
    border: 1px solid #03484b;
    border-radius: 0;
    box-shadow: none;
    color: #000000;
    font-size: 16px;
    height: 50px;
}

textarea.form-control {
    width: 100%;
    height: 165px;
}

#submit:hover {
    color: #fff;

}

#submit:before {
    background-color: #03484b;
}

#submit.btn-effect:after {
    background: #2E2E2E;
}

.contact-details h3 {
    border-bottom: 1px solid #008ecc;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.contact-details p {
    line-height: 30px;
}

.contact-details p i {
    margin-right: 10px;
}

.contact-details span {
    display: block;
    margin-left: 24px;
}


/* =========================================
   btns
========================================= */



.custom-btn {
    background-color: transparent;
    color: #E9E9E9;
    border-radius: 0;
    border: 2px solid #FFFFFF;
    text-align: center;
    padding: 5px;

}

.custom-btn:hover {
    background-color: #275227;
    color: #fff;
    border: 2px solid #FFFFFF;

}

.btn:active,
.btn.active {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-primary {
    font-size: 14px;
    margin: 20px 10px 0 0;
    line-height: 20px;
    padding: 15px 35px;
    height: 18px;
    width: 170px;
    border: 2px solid #e0b921;
    background: #e0b921;

    color: rgb(18, 18, 22);
    border-radius: 100px;
    display: inline-flex;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    border: 2px solid #e0b921;
    background: transparent;
    color: #e0b921;
}

.btn-primary img {
    padding-left: 10px;
    vertical-align: middle;
}

/* ----------
   Btns from Botstrap
------------- */
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none
}

.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}

.btn-blue {
    background-color: #061c2d;
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    padding: 15px 55px;



    border: 2px solid #061c2d;


    color: rgb(255, 255, 255);
    border-radius: 10px;
}

.btn-effect:hover,
.btn-effect:focus,
.btn-effect:active {
    color: #ffffff;
    background-color: #052c49;
    border: 2px solid #052c49;
}

/* =========================================
   underline
========================================= */


.underline {
    position: relative;
    font-size: 20px;
    max-width: 350px;
    margin: auto auto 80px;
    color: #ffffff;
}

.underline:before {
    position: absolute;
    content: "";
    width: 150px;
    height: 1px;
    background-color: #ffffff;
    top: 50%;
    left: 0;
}

.underline:after {
    position: absolute;
    content: "";
    width: 200px;
    height: 1px;
    background-color: #ffffff;
    top: 50%;
    right: 0;
}







/* =========================================
   toolbar
========================================= */











/* =========================================
   toolbar
========================================= */










/* =========================================
   from bootstrap
========================================= */


label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}


/* ----------
   input from Botstrap
------------- */





/* ----------
   form-control from Botstrap
------------- */

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .1s, -webkit-box-shadow ease-in-out .1s;
    -o-transition: border-color ease-in-out .1s, box-shadow ease-in-out .1s;
    transition: border-color ease-in-out .1s, box-shadow ease-in-out .1s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1
}

textarea.form-control {
    height: auto
}




.form-group {
    margin-bottom: 15px;
    padding-top: 15px
}





.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: 15px
}









/* ----------
   container from Botstrap
------------- */











.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: right;
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 70%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}



/* =========================================
   send us
========================================= */

.send-us {
    display: list-item;
    margin: 10px;




    padding-bottom: 10px;

    text-transform: uppercase;
    font-family: DroidKufi-Bold, sans-serif;
    list-style-type: none;
}

.send-us h2 {
    font-size: 16px;

    margin: 0 0 30px;
    padding-bottom: 30px;
    position: relative;
    text-transform: uppercase;
    font-family: DroidKufi-Bold, sans-serif;
}

.send-us h2:after {
    border-bottom: 1px solid #009ee3;
    content: "";
    display: block;

    bottom: 0;
    position: absolute;
    width: 200px;
}


.send-us ul {
    list-style-type: none;
    /* تعديل نوع العلامة للتعداد */
    margin-right: -40px;
}

.send-us li {
    line-height: 3;
    /* تعيين ارتفاع السطر */
    margin-right: 5px;
}

.send-us a {
    font-size: 14px;
    display: flex;
    align-items: center;

}




.send-us img {
    filter: brightness(0) saturate(100%) invert(42%) sepia(96%) saturate(131%) hue-rotate(500deg) brightness(97%) contrast(103%);

    margin-left: 10px;

}


.send-us img:hover {
    filter: brightness(70%) saturate(0%) invert(30%) sepia(70%) saturate(131%) hue-rotate(0deg) brightness(97%) contrast(103%);


    background: transparent;
}



/* =========================================

========================================= */


.btn-telegram {
    font-size: 14px;
    margin: 20px 10px 0 0;
    line-height: 20px;
    padding: 15px 35px;
    height: 18px;
    width: 170px;

    border: 2px solid #229ED9;
    background: #229ED9;

    color: rgb(18, 18, 22);
    border-radius: 100px;
    display: inline-flex;
}

.btn-telegram:hover,
.btn-telegram:focus,
.btn-telegram:active {
    border: 2px solid #0b7193;
    background: transparent;
    color: #0b7193;
}

.btn-telegram img {
    padding-left: 10px;
    vertical-align: middle;
}










.site-name h2 {
    font-size: 46px;


}

.site-name strong {
    color: #e3b700 !important;
}

#entry-list {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    padding-top: 20px;
    height: 50px;
    overflow: hidden;
    text-align: center;
    width: auto;
}




#entry-list .entry {
    background: #d7d7d7;
    padding: 10px;
    border: 1px solid #083347;
    max-width: 500px;

    vertical-align: middle;

    color: rgb(18, 18, 22);
    border-radius: 10px;
}

#entry-list .entry ul {
    font-size: 14px;
    line-height: 30px;

    padding-left: 20px;

}

#entry-list .entry li {
    font-size: 14px;
    line-height: 30px;
   text-align: right;

}

#entry-list .entry p {
    font-size: 15px;
    margin: 10px 30px;
    border: 1px solid #083347;
    text-align: center;
    padding: 5px;
}


@media (max-width: 425px) {

    #entry-list {
        background-color: #ffffff;

        width: auto;
    }
}

@media (max-width: 767px) {
    #entry-list {
        background-color: #ffffff;

width: auto;
    }
}

.centerimage {
    vertical-align: middle;
    margin: auto;
    display: flex;
    height: auto;
    width: auto;
}

.clicked {
    color: red;
}