* {
    border: 0;
    outline: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    font-size: 1rem
}

@font-face {
    font-family: 'NunitoSans';
    src: url("../fonts/NunitoSans-Regular.ttf");
    font-display: swap
}

@font-face {
    font-family: 'NunitoSans';
    src: url("../fonts/Almarai-Regular.ttf");
    font-display: swap;
    unicode-range: U+0600-06ff
}

body {
    font-family: 'NunitoSans', "Font Awesome 5 Free";
    overflow-x: hidden;
    font-size: 1rem
}

html[lang="en"] body {
    direction: ltr;
    text-align: left
}

html[lang="ar"] body {
    direction: rtl;
    text-align: right
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none
}

p {
    color: #747975;
    margin: 0;
    font-size: 1rem
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'vollkorn'
}
a:hover{
    color: #7a1d337e !important;
    transform: translateX(-3px);
}
a.theme-btn:hover{
    color: #fff !important;
    transform: translateX(0);
}
.setting-drop button:hover{
    color: #7a1d33 !important;
    transform: translateX(-3px);
}

.dropdown button:hover{
    color: #7a1d33 !important;
    transform: translateX(-3px);
}

input:focus::placeholder {
    color: transparent
}

*::placeholder {
    color: #444;
    transition: all 0.3s ease
}

form {
    padding: 0;
    margin: 0 auto;
    text-align: start;
    width: 100%
}

a {
    text-decoration: none !important
}

.owl-carousel {
    touch-action: manipulation
}

ul {
    padding: 0;
    list-style: none;
    margin: 0
}

button,
input[type="submit"] {
    cursor: pointer
}

button,
a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease
}

select:focus,
button:focus,
input:focus {
    outline: 0
}

label {
    margin: 0
}

button {
    background-color: transparent;
    border: 0;
    padding: 0;
    outline: none
}

.owl-carousel .owl-stage,
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: auto;
    touch-action: auto
}

@media (min-width: 1440px) {
    .container {
        max-width: 1360px
    }
}

.heading-1 {
    font-size: 3rem
}

.heading-1 {
    font-size: 2rem
}

.heading-1 {
    font-size: 1.652rem
}

.text-xl {
    font-size: 1.25rem
}

.text-lg {
    font-size: 1.125rem
}

.text-md {
    font-size: 1rem
}

.text-sm {
    font-size: .875rem
}

.text-xs {
    font-size: .75rem
}

.text-bold {
    font-weight: bold
}

.text-sbold {
    font-weight: 500
}

.primary {
    color: #7A1D33
}

.secondary {
    color: #747975
}

.black {
    color: #1C1A1B
}

.dark-grey {
    color: #524F51
}

.light-grey {
    color: #BEBCBC
}

.white {
    color: #fff
}

.theme-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    padding: 8px 24px;
    color: #fff;
    font-size: .875rem;
    font-weight: bold
}

.theme-btn:hover {
    background-color: #fff;
    color: #7A1D33
}

.theme-btn.primary-btn {
    color: #7A1D33;
    border-color: #7A1D33
}

.theme-btn.primary-btn:hover {
    background-color: #7A1D33;
    color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2)
}

.section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 50px
}

.section-head .section-dash-title {
    margin-bottom: 0
}

.section-dash-title {
    font-size: 3rem;
    padding-top: 28px;
    position: relative;
    margin-bottom: 50px
}

@media (max-width: 576px) {
    .section-dash-title {
        font-size: 2rem
    }
}

.section-dash-title::before {
    content: "";
    position: absolute;
    top: 0;
    width: 60px;
    height: 4px;
    background-color: #7A1D33;
    border-radius: 2px
}

html[lang="en"] .section-dash-title::before {
    left: 0
}

html[lang="ar"] .section-dash-title::before {
    right: 0
}

.no-border {
    border: 0 !important
}

.pt {
    padding-top: 60px
}

@media (max-width: 1024px) {
    .pt {
        padding-top: 40px
    }
}

.pb {
    padding-bottom: 60px
}

@media (max-width: 1024px) {
    .pb {
        padding-bottom: 40px
    }
}

.news-box {
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(116, 121, 117, 0.1);
    box-shadow: 0px 10px 70px rgba(116, 121, 117, 0.1)
}

.news-box .img {
    height: 208px;
    object-fit: cover
}

.news-box .info {
    padding: 25px
}

.news-box .info .date {
    font-size: .875rem;
    color: #bebcbc;
    margin-bottom: 25px
}

.news-box .info .title {
    font-size: 1.25rem;
    color: #1c1a1b;
    margin-bottom: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.news-box .info .desc {
    color: #747975
}

.custom-radio {
    display: flex;
    align-items: center;
    color: #747975;
    font-size: 1rem;
    line-height: 22px
}

.custom-radio:not(:last-child) {
    margin-bottom: 20px
}

.custom-radio .mark {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #747975;
    background-color: transparent;
    padding: 3px;
    transition: .3s
}

html[lang="en"] .custom-radio .mark {
    margin-right: 12px
}

html[lang="ar"] .custom-radio .mark {
    margin-left: 12px
}

.custom-radio .mark::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: block;
    transition: .3s
}

.custom-radio input:checked+.mark {
    border-color: #7A1D33
}

.custom-radio input:checked+.mark::before {
    background-color: #7A1D33
}

i {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600
}

.main-cl {
    color: #1C1A1B
}

.dis-f {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.dis-f1 {
    display: flex;
    align-items: center
}

.main-disc {
    font-size: 1.25rem;
    color: #1C1A1B
}

.rd-hint {
    color: #7A1D33 !important
}

.rd-bgc {
    background-color: #7A1D33 !important;
    color: #fff !important
}

.md-font {
    font-size: 1.375rem;
    font-weight: 600;
    color: #1C1A1B
}

.inner-bt {
    padding-top: 40px;
    border-top: 1px solid rgba(116, 121, 117, 0.1)
}

.with-mb {
    margin-bottom: 60px
}

@media (max-width: 768px) {
    .with-mb {
        margin-bottom: 40px
    }
}

@media (max-width: 425px) {
    .with-mb {
        margin-bottom: 40px
    }
}

.main-them-btn {
    padding: 10px 60px !important;
    font-size: 15px !important
}

@media (max-width: 425px) {
    .main-them-btn {
        padding: 10px 35px !important;
        font-size: 14px !important
    }
}

.with-mt {
    margin-top: 100px
}

@media (max-width: 768px) {
    .with-mt {
        margin-top: 60px
    }
}

@media (max-width: 425px) {
    .with-mt {
        margin-top: 35px
    }
}

.with-mrg {
    margin: 0 100px
}

@media (max-width: 425px) {
    .with-mrg {
        margin: 0
    }
}

.sm-bold {
    font-size: 2rem;
    color: #1C1A1B;
    font-weight: bold
}

@media (max-width: 425px) {
    .sm-bold {
        font-size: 1.3rem
    }
}

.main-title {
    font-size: 3rem;
    color: #1C1A1B
}

@media (max-width: 768px) {
    .main-title {
        font-size: 2.4rem
    }
}

@media (max-width: 425px) {
    .main-title {
        font-size: 2.1rem
    }
}

.norm-title {
    color: #1C1A1B;
    font-size: 1.25rem
}

.hint-before {
    position: relative
}

html[lang="en"] .hint-before {
    margin-left: 20px
}

html[lang="ar"] .hint-before {
    margin-right: 20px
}

.hint-before::before {
    position: absolute;
    width: 7px;
    height: 7px;
    content: "";
    background-color: #1C1A1B;
    top: 10px;
    border-radius: 50%
}

html[lang="en"] .hint-before::before {
    left: -20px
}

html[lang="ar"] .hint-before::before {
    right: -20px
}

.header {
    position: fixed;
    background-color: rgba(122, 29, 51, .28);
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px 0;
    transition: .5s ease-out
}

@media (max-width: 1024px) {
    .header {
        display: none
    }
}

.header.fixed {
    background-color: #fff;
    padding-top: 15px;
    padding-bottom: 15px
}

.header.fixed .inner .logo .light {
    opacity: 0
}

.header.fixed .inner .logo .dark {
    opacity: 1
}

.header.fixed .inner .right .part::after {
    background-color: #F4F4F4
}

.header.fixed .inner .right .search {
    background-color: #FCFCFC;
    border-color: #E3E3E3
}

.header.fixed .inner .right .search i {
    color: #747975
}

.header.fixed .inner .right .search input {
    color: #747975
}

.header.fixed .inner .right .search input::placeholder {
    color: #747975
}

.header.fixed .inner .right .icon {
    color: #1C1A1B
}

.header.fixed .inner .right .signup {
    color: #7A1D33
}

.header.fixed .inner .right .signup span {
    color: #1C1A1B
}

.header.fixed .inner .right .login {
    border-color: #7A1D33;
    color: #7A1D33
}

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

.header .inner .logo {
    height: 72px;
    display: block;
    position: relative
}

.header .inner .logo img {
    height: 100%;
    transition: .5s ease-out
}

.header .inner .logo img.dark {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0
}

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

.header .inner .right .part {
    position: relative
}

html[lang="en"] .header .inner .right .part {
    padding-right: 20px
}

html[lang="ar"] .header .inner .right .part {
    padding-left: 20px
}

html[lang="en"] .header .inner .right .part {
    margin-right: 20px
}

html[lang="ar"] .header .inner .right .part {
    margin-left: 20px
}

@media (max-width: 1280px) {
    html[lang="en"] .header .inner .right .part {
        padding-right: 10px
    }

    html[lang="ar"] .header .inner .right .part {
        padding-left: 10px
    }

    html[lang="en"] .header .inner .right .part {
        margin-right: 10px
    }

    html[lang="ar"] .header .inner .right .part {
        margin-left: 10px
    }
}

.header .inner .right .part::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 34px;
    background-color: #fff;
    opacity: 0.1
}

html[lang="en"] .header .inner .right .part::after {
    right: 0
}

html[lang="ar"] .header .inner .right .part::after {
    left: 0
}

.header .inner .right .search {
    width: 240px;
    height: 34px;
    display: flex;
    border-radius: 17px;
    border: 1px solid rgba(227, 227, 227, 0.3);
    overflow: hidden
}

@media (max-width: 1280px) {
    .header .inner .right .search {
        width: 150px
    }
}

.header .inner .right .search .search-icon {
    height: 100%;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0
}

.header .inner .right .search input {
    padding: 0 12px;
    background-color: transparent;
    width: calc(100% - 28px);
    color: #fff;
    font-size: 1rem
}

.header .inner .right .search input::placeholder {
    color: #fff
}

.header .inner .right .icon {
    display: flex;
    align-items: center;
    font-size: 1rem;
    color: #fff
}

.header .inner .right .icon i {
    font-size: 1rem
}

html[lang="en"] .header .inner .right .icon i {
    margin-right: 6px
}

html[lang="ar"] .header .inner .right .icon i {
    margin-left: 6px
}

.header .inner .right .signup {
    display: block;
    font-size: 1rem;
    color: #fff;
    font-weight: 500
}

.header .inner .right .signup span {
    display: block;
    color: #fff;
    opacity: 0.8
}

.header .inner .right .login {
    min-width: 96px;
    height: 34px;
    padding: 0 10px;
    border-radius: 20px;
    border: 1px solid #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 500;
    color: #fff
}

.header .inner .right .setting-drop .dropdown-menu {
    margin-top: 23px;
    width: 204px;
    filter: drop-shadow(0px 10px 70px rgba(116, 121, 117, 0.5));
    border: 0;
    border-radius: 7px
}

html[lang="en"] .header .inner .right .setting-drop .dropdown-menu {
    left: -25px !important
}

html[lang="ar"] .header .inner .right .setting-drop .dropdown-menu {
    right: -25px !important
}

html[lang="en"] .header .inner .right .setting-drop .dropdown-menu {
    right: auto !important
}

html[lang="ar"] .header .inner .right .setting-drop .dropdown-menu {
    left: auto !important
}

.header .inner .right .setting-drop .dropdown-menu::before {
    content: "";
    border: 7px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    top: 0;
    transform: translateY(-100%)
}

html[lang="en"] .header .inner .right .setting-drop .dropdown-menu::before {
    left: 25px
}

html[lang="ar"] .header .inner .right .setting-drop .dropdown-menu::before {
    right: 25px
}

.header .inner .right .setting-drop .dropdown-menu .line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px
}

.header .inner .right .setting-drop .dropdown-menu .line .title {
    font-size: 1rem;
    color: #747975
}

.header .inner .right .setting-drop .dropdown-menu .line .controls {
    display: flex;
    align-items: center
}

.header .inner .right .setting-drop .dropdown-menu .line .controls .font {
    font-size: 1rem;
    color: #1C1A1B
}

.header .inner .right .setting-drop .dropdown-menu .line .controls .font:not(:last-child) {
    position: relative
}

html[lang="en"] .header .inner .right .setting-drop .dropdown-menu .line .controls .font:not(:last-child) {
    margin-right: 11px
}

html[lang="ar"] .header .inner .right .setting-drop .dropdown-menu .line .controls .font:not(:last-child) {
    margin-left: 11px
}

html[lang="en"] .header .inner .right .setting-drop .dropdown-menu .line .controls .font:not(:last-child) {
    padding-right: 11px
}

html[lang="ar"] .header .inner .right .setting-drop .dropdown-menu .line .controls .font:not(:last-child) {
    padding-left: 11px
}

.header .inner .right .setting-drop .dropdown-menu .line .controls .font:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background-color: #f4f4f4
}

html[lang="en"] .header .inner .right .setting-drop .dropdown-menu .line .controls .font:not(:last-child)::before {
    right: 0
}

html[lang="ar"] .header .inner .right .setting-drop .dropdown-menu .line .controls .font:not(:last-child)::before {
    left: 0
}

.header .inner .right .setting-drop .dropdown-menu .line .switch .check-mark {
    width: 39px;
    height: 24px;
    border-radius: 25px;
    background-color: #cfcfcf;
    display: block;
    direction: ltr;
    overflow: hidden;
    border: 1px solid #ddd;
    cursor: pointer
}

.header .inner .right .setting-drop .dropdown-menu .line .switch .check-mark::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    transform: translateX(-40%);
    transition: .3s ease-out
}

.header .inner .right .setting-drop .dropdown-menu .line .switch input:checked+.check-mark {
    background-color: #4db04d
}

.header .inner .right .setting-drop .dropdown-menu .line .switch input:checked+.check-mark::before {
    transform: translateX(40%)
}

.main-slider .item {
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 140px;
    padding-bottom: 140px
}

.main-slider .item img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.main-slider .item .info {
    position: relative;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px
}

.main-slider .item .info .title {
    font-size: 3rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
    width: 770px;
    max-width: 100%
}

@media (max-width: 576px) {
    .main-slider .item .info .title {
        font-size: 2rem
    }
}

.main-slider .item .info .desc {
    font-size: 1.25rem;
    color: #fff;
    margin-bottom: 45px;
    width: 770px;
    max-width: 100%
}

@media (max-width: 576px) {
    .main-slider .item .info .desc {
        font-size: 1rem
    }
}

.main-slider .owl-dots {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 15px;
    display: flex;
    align-items: center
}

.main-slider .owl-dots .owl-dot {
    width: 16px;
    height: 2px;
    background-color: #fff;
    opacity: .3;
    transition: .3s;
    display: block
}

html[lang="en"] .main-slider .owl-dots .owl-dot:not(:last-child) {
    margin-right: 8px
}

html[lang="ar"] .main-slider .owl-dots .owl-dot:not(:last-child) {
    margin-left: 8px
}

.main-slider .owl-dots .owl-dot.active {
    opacity: 1
}

.main-nav {
    position: sticky;
    top: 102px;
    border-top: 1px solid #EBE5E5;
    border-bottom: 1px solid #EBE5E5;
    z-index: 9;
    background-color: #fff
}

@media (max-width: 1024px) {
    .main-nav {
        display: none
    }
}

.main-nav .list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    white-space: nowrap
}

html[lang="en"] .main-nav .list li:not(:last-child) {
    margin-right: 26px
}

html[lang="ar"] .main-nav .list li:not(:last-child) {
    margin-left: 26px
}

@media (max-width: 1440px) {
    html[lang="en"] .main-nav .list li:not(:last-child) {
        margin-right: 20px
    }

    html[lang="ar"] .main-nav .list li:not(:last-child) {
        margin-left: 20px
    }
}

.main-nav .list li.active .link {
    color: #7A1D33
}

.main-nav .list li.active .link::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #7A1D33
}

.main-nav .list li .dropdown-menu {
    margin: 0;
    border: 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    width: 281px
}

html[lang="en"] .main-nav .list li .dropdown-menu {
    left: -24px !important
}

html[lang="ar"] .main-nav .list li .dropdown-menu {
    right: -24px !important
}

html[lang="en"] .main-nav .list li .dropdown-menu {
    right: auto !important
}

html[lang="ar"] .main-nav .list li .dropdown-menu {
    left: auto !important
}

.main-nav .list li .dropdown-menu a {
    font-size: 1.125rem;
    display: block;
    padding: 10px 24px;
    display: block;
    white-space: initial
}

.main-nav .list .link {
    color: #1C1A1B;
    font-size: 1rem;
    display: block;
    padding: 24px 0;
    display: flex;
    align-items: center;
    position: relative
}

.main-nav .list .link i {
    transition: .3s
}

html[lang="en"] .main-nav .list .link i {
    margin-left: 5px
}

html[lang="ar"] .main-nav .list .link i {
    margin-right: 5px
}

.main-nav .list .show .link i {
    transform: rotate(180deg)
}

.news-slider {
    overflow: hidden
}

.news-slider .owl-stage-outer {
    overflow: visible
}

.news-slider .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px
}

.news-slider .owl-dots .owl-dot {
    margin: 0 4px;
    width: 16px;
    height: 2px;
    background-color: #747975;
    opacity: .3;
    transition: .3s
}

.news-slider .owl-dots .owl-dot.active {
    background-color: #7A1D33;
    opacity: 1
}

#map {
    height: 640px
}

.home-contact .left .sub-title {
    margin-bottom: 58px
}

.home-contact .left .link {
    padding: 25px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #f8f8f8;
    margin-bottom: 10px
}

.home-contact .left .link:hover {
    background-color: #f8f8f8
}

.home-contact .left .link:hover .title {
    color: #7A1D33
}

.home-contact .left .link i {
    font-size: 1.875rem;
    color: #000;
    min-width: 30px;
    text-align: center
}

html[lang="en"] .home-contact .left .link i {
    margin-right: 25px
}

html[lang="ar"] .home-contact .left .link i {
    margin-left: 25px
}

.home-contact .left .link .title {
    color: #1c1a1b;
    font-size: 1.625rem;
    margin-bottom: 3px;
    display: block;
    transition: .3s
}

@media (max-width: 576px) {
    .home-contact .left .link .title {
        font-size: 1.25rem
    }
}

.home-contact .left .link .desc {
    font-size: .875rem;
    color: #747975
}

.home-contact .right {
    border-radius: 20px;
    background-color: #f8f8f8;
    overflow: hidden;
    display: none;
    border: 1px solid #f8f8f8
}

.home-contact .right.active {
    display: block
}

.home-contact .right .top {
    padding: 40px
}

.home-contact .right .head {
    font-size: 1.375rem;
    color: #1c1a1b;
    margin-bottom: 20px
}

.home-contact .right .link {
    display: flex;
    align-items: center
}

@media (max-width: 576px) {
    .home-contact .right .link {
        flex-direction: column;
        align-items: flex-start
    }
}

.home-contact .right .link:not(:last-child) {
    padding-bottom: 18px;
    margin-bottom: 18px;
    position: relative
}

.home-contact .right .link:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    height: 1px;
    background-color: #bebcbc
}

.home-contact .right .link .title {
    font-size: 1rem;
    color: #1c1a1b;
    width: 150px;
    display: flex;
    align-items: center
}

@media (max-width: 576px) {
    .home-contact .right .link .title {
        margin-bottom: 10px
    }
}

.home-contact .right .link .title i {
    font-size: 1.625rem;
    width: 25px;
    text-align: center
}

html[lang="en"] .home-contact .right .link .title i {
    margin-right: 13px
}

html[lang="ar"] .home-contact .right .link .title i {
    margin-left: 13px
}

.home-contact .right .link .desc {
    font-size: 1rem;
    color: #7A1D33
}

@media (max-width: 576px) {
    html[lang="en"] .home-contact .right .link .desc {
        padding-left: 38px
    }

    html[lang="ar"] .home-contact .right .link .desc {
        padding-right: 38px
    }
}

.home-contact .right .down {
    padding: 40px;
    background-color: #f1f1f1
}

.home-contact .right .down .title {
    color: #1c1a1b;
    font-size: 1.375rem;
    margin-bottom: 20px
}

.home-contact .right .down .desc {
    font-size: .875rem;
    color: #1c1a1b
}

.social-channels .inner {
    background-image: url(../img/static/social-channels.png);
    border-radius: 20px;
    background-attachment: fixed;
    padding: 34px 40px
}

@media (max-width: 768px) {
    .social-channels .inner {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 10px
    }
}

@media (max-width: 576px) {
    .social-channels .inner {
        padding: 40px
    }
}

.social-channels .inner .title {
    font-size: 1.625rem;
    color: #fff;
    margin-bottom: 30px
}

.social-channels .inner .desc {
    font-size: 1.25rem;
    color: #fff;
    opacity: 0.8
}

.social-channels .inner .social {
    display: flex;
    align-items: center
}

@media (max-width: 768px) {
    .social-channels .inner .social {
        margin-top: 30px
    }
}

.social-channels .inner .social .link {
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    color: #fff
}

@media (max-width: 576px) {
    .social-channels .inner .social .link {
        font-size: 0
    }
}

html[lang="en"] .social-channels .inner .social .link:not(:last-child) {
    padding-right: 20px
}

html[lang="ar"] .social-channels .inner .social .link:not(:last-child) {
    padding-left: 20px
}

html[lang="en"] .social-channels .inner .social .link:not(:last-child) {
    margin-right: 20px
}

html[lang="ar"] .social-channels .inner .social .link:not(:last-child) {
    margin-left: 20px
}

@media (max-width: 576px) {
    html[lang="en"] .social-channels .inner .social .link:not(:last-child) {
        padding-right: 10px
    }

    html[lang="ar"] .social-channels .inner .social .link:not(:last-child) {
        padding-left: 10px
    }

    html[lang="en"] .social-channels .inner .social .link:not(:last-child) {
        margin-right: 10px
    }

    html[lang="ar"] .social-channels .inner .social .link:not(:last-child) {
        margin-left: 10px
    }
}

.social-channels .inner .social .link i {
    display: block;
    font-size: 2.25rem;
    margin: auto
}

html[lang="en"] .social-channels .inner .social .link i {
    margin-right: 20px
}

html[lang="ar"] .social-channels .inner .social .link i {
    margin-left: 20px
}

@media (max-width: 576px) {
    .social-channels .inner .social .link i {
        margin: 0
    }
}

.home-options .home-option {
    border-radius: 10px;
    border: 1px solid #ebebeb;
    position: relative;
    padding-bottom: 69px;
    height: 100%;
    overflow: hidden
}

.home-options .home-option .head {
    padding: 30px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(191, 189, 189, 0.5)
}

.home-options .home-option .head .title {
    font-size: 1.625rem;
    padding-top: 20px;
    position: relative;
    font-weight: 500
}

@media (max-width: 576px) {
    .home-options .home-option .head .title {
        font-size: 2rem
    }
}

.home-options .home-option .head .title::before {
    content: "";
    position: absolute;
    top: 0;
    width: 60px;
    height: 4px;
    background-color: #7A1D33;
    border-radius: 2px
}

html[lang="en"] .home-options .home-option .head .title::before {
    left: 0
}

html[lang="ar"] .home-options .home-option .head .title::before {
    right: 0
}

.home-options .home-option .body {
    padding: 30px
}

.home-options .home-option .body .ui-datepicker {
    width: 100%;
    padding: 0;
    direction: ltr;
    border-radius: 10px;
    border: 1px solid #e2e2e2;
    overflow: hidden
}

.home-options .home-option .body .ui-datepicker .ui-datepicker-header {
    padding: 14px 16px;
    background-color: #f8f8f8;
    border: 0;
    border-radius: 0
}

.home-options .home-option .body .ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.home-options .home-option .body .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: auto
}

.home-options .home-option .body .ui-datepicker .ui-datepicker-header .ui-datepicker-prev span,
.home-options .home-option .body .ui-datepicker .ui-datepicker-header .ui-datepicker-next span {
    display: none
}

.home-options .home-option .body .ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    left: 16px;
    border: 0;
    background-color: transparent;
    cursor: pointer
}

.home-options .home-option .body .ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before {
    content: "\f060";
    font-family: "Font Awesome 5 Free";
    font-weight: bold
}

.home-options .home-option .body .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
    right: 16px;
    border: 0;
    background-color: transparent;
    cursor: pointer
}

.home-options .home-option .body .ui-datepicker .ui-datepicker-header .ui-datepicker-next::before {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: bold
}

.home-options .home-option .body .ui-datepicker .ui-datepicker-calendar thead tr {
    background-color: #f8f8f8
}

.home-options .home-option .body .ui-datepicker .ui-datepicker-calendar thead tr th {
    font-size: .875rem;
    color: #524f51;
    font-weight: 400
}

.home-options .home-option .body .ui-datepicker .ui-datepicker-calendar tbody tr:first-child td {
    padding-top: 10px
}

.home-options .home-option .body .ui-datepicker .ui-datepicker-calendar tbody tr td {
    padding: 4px
}

.home-options .home-option .body .ui-datepicker .ui-datepicker-calendar tbody tr td a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 0;
    background-color: transparent;
    color: #1c1a1b;
    font-size: .875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto
}

.home-options .home-option .body .ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-highlight {
    background-color: rgba(122, 29, 51, 0.7);
    color: #fff
}

.home-options .home-option .body .ui-datepicker .ui-datepicker-calendar tbody tr td a.ui-state-active {
    background-color: #7A1D33;
    color: #fff;
    font-weight: bold
}

.home-options .home-option .body .ui-datepicker .ui-datepicker-calendar tbody tr td.booked a {
    background-color: rgba(122, 29, 51, 0.06);
    font-weight: bold;
    color: #7A1D33
}

.home-options .home-option .foot {
    padding: 30px;
    padding-top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.home-options .home-option .opinion .title {
    font-size: 1.375rem;
    line-height: 31px;
    margin-bottom: 25px
}

.home-options .home-option .opinion .subtitle {
    margin-bottom: 25px
}

.home-options .home-option .opinion .newsletter {
    height: 40px;
    border-radius: 20px;
    display: flex;
    background-color: #fcfcfc;
    border: 1px solid #E3E3E3;
    overflow: hidden
}

.home-options .home-option .opinion .newsletter label {
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #707070
}

.home-options .home-option .opinion .newsletter input {
    height: 40px;
    padding: 0 14px;
    background-color: transparent;
    color: #747975;
    font-size: .75rem
}

.home-options .home-option .opinion .newsletter input::placeholder {
    color: #747975
}

html[lang="ar"] .rotate-ar {
    transform: rotate(180deg)
}

.footer {
    background-color: #747975;
    padding: 25px 0
}

.footer .inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 576px) {
    .footer .inner {
        flex-direction: column
    }
}

.footer .inner .left {
    display: flex;
    align-items: center
}

@media (max-width: 576px) {
    .footer .inner .left {
        margin-bottom: 20px
    }
}

.footer .inner .left .logo img {
    height: 60px
}

html[lang="en"] .footer .inner .left .logo img {
    margin-right: 34px
}

html[lang="ar"] .footer .inner .left .logo img {
    margin-left: 34px
}

.footer .inner .left .copy {
    font-size: .75rem;
    line-height: 20px;
    color: #fff
}

.footer .inner .right {
    display: flex;
    align-items: center
}

@media (max-width: 576px) {
    .footer .inner .right {
        flex-direction: column
    }
}

.footer .inner .right .social {
    display: flex;
    align-items: center;
    position: relative
}

html[lang="en"] .footer .inner .right .social {
    margin-right: 35px
}

html[lang="ar"] .footer .inner .right .social {
    margin-left: 35px
}

html[lang="en"] .footer .inner .right .social {
    padding-right: 35px
}

html[lang="ar"] .footer .inner .right .social {
    padding-left: 35px
}

@media (max-width: 576px) {
    .footer .inner .right .social {
        margin-bottom: 10px
    }

    html[lang="en"] .footer .inner .right .social {
        margin-right: 0
    }

    html[lang="ar"] .footer .inner .right .social {
        margin-left: 0
    }

    html[lang="en"] .footer .inner .right .social {
        padding-right: 0
    }

    html[lang="ar"] .footer .inner .right .social {
        padding-left: 0
    }
}

.footer .inner .right .social::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: #fff;
    opacity: 0.2
}

html[lang="en"] .footer .inner .right .social::after {
    right: 0
}

html[lang="ar"] .footer .inner .right .social::after {
    left: 0
}

@media (max-width: 576px) {
    .footer .inner .right .social::after {
        display: none
    }
}

.footer .inner .right .social a {
    color: #fff;
    font-size: 1.5rem
}

html[lang="en"] .footer .inner .right .social a:not(:last-child) {
    margin-right: 20px
}

html[lang="ar"] .footer .inner .right .social a:not(:last-child) {
    margin-left: 20px
}

.footer .inner .right .links {
    display: flex;
    align-items: center;
    position: relative
}

html[lang="en"] .footer .inner .right .links {
    margin-right: 35px
}

html[lang="ar"] .footer .inner .right .links {
    margin-left: 35px
}

html[lang="en"] .footer .inner .right .links {
    padding-right: 35px
}

html[lang="ar"] .footer .inner .right .links {
    padding-left: 35px
}

@media (max-width: 576px) {
    .footer .inner .right .links {
        margin-bottom: 10px
    }

    html[lang="en"] .footer .inner .right .links {
        margin-right: 0
    }

    html[lang="ar"] .footer .inner .right .links {
        margin-left: 0
    }

    html[lang="en"] .footer .inner .right .links {
        padding-right: 0
    }

    html[lang="ar"] .footer .inner .right .links {
        padding-left: 0
    }
}

.footer .inner .right .links::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: #fff;
    opacity: 0.2
}

html[lang="en"] .footer .inner .right .links::after {
    right: 0
}

html[lang="ar"] .footer .inner .right .links::after {
    left: 0
}

@media (max-width: 576px) {
    .footer .inner .right .links::after {
        display: none
    }
}

.footer .inner .right .link {
    display: flex;
    align-items: center;
    color: #fff
}

html[lang="en"] .footer .inner .right .link:not(:last-child) {
    margin-right: 35px
}

html[lang="ar"] .footer .inner .right .link:not(:last-child) {
    margin-left: 35px
}

html[lang="en"] .footer .inner .right .link i {
    margin-left: 10px
}

html[lang="ar"] .footer .inner .right .link i {
    margin-right: 10px
}

.about-section .inner {
    position: relative
}

@media (max-width: 425px) {
    .about-section .inner {
        padding: 35px 0
    }
}

.about-section .img-body {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    pointer-events: none;
    z-index: -1
}

html[lang="en"] .about-section .img-body {
    right: 0
}

html[lang="ar"] .about-section .img-body {
    left: 0
}

.about-section .title {
    font-size: 4.5rem;
    font-weight: bold;
    color: #1c1a1b;
    margin-bottom: 30px
}

@media (max-width: 425px) {
    .about-section .title {
        font-size: 2.2rem
    }
}

.about-menu {
    flex-wrap: wrap;
    justify-content: space-between;
    transition: 0.4s
}

@media (max-width: 768px) {
    .about-menu {
        justify-content: normal;
        flex-wrap: nowrap;
        overflow-x: auto
    }
}

.about-menu .item {
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 10px;
    flex-shrink: 0
}

.about-menu .item::after {
    content: "";
    display: block;
    margin: auto;
    height: 2px;
    width: 0px;
    background: transparent;
    transition: width 0.5s ease, background-color 0.5s ease
}

html[lang="en"] .about-menu .item::after {
    right: 0
}

html[lang="ar"] .about-menu .item::after {
    left: 0
}

@media (max-width: 425px) {
    .about-menu .item::after {
        display: none
    }
}

.about-menu .item:hover .anchor {
    color: #7a1d33
}

.about-menu .item:hover::after {
    width: 100%;
    background: #7a1d33
}

.about-menu .item.active .anchor {
    color: #7a1d33
}

.about-menu .item.active::after {
    width: 100%;
    background: #7a1d33
}

html[lang="en"] .about-menu .item:not(:last-child) {
    margin-right: 30px
}

html[lang="ar"] .about-menu .item:not(:last-child) {
    margin-left: 30px
}

@media (max-width: 425px) {
    html[lang="en"] .about-menu .item:not(:last-child) {
        margin-right: 20px
    }

    html[lang="ar"] .about-menu .item:not(:last-child) {
        margin-left: 20px
    }
}

@media (max-width: 425px) {
    .about-menu .item {
        font-size: 1.2rem
    }
}

.about-menu .item .anchor {
    font-size: 1.125rem;
    color: #747975
}

@media (max-width: 425px) {
    .about-menu .item .anchor {
        font-size: 1.1rem
    }
}

.about-info .about-cover {
    height: 550px;
    object-fit: cover
}

@media (max-width: 768px) {
    .about-info .about-cover {
        height: 350px
    }
}

@media (max-width: 425px) {
    .about-info .about-cover {
        height: 200px
    }
}

.date-text .hint-date {
    font-size: 2rem
}

.date-text .hint-date:not(:last-child) {
    margin-bottom: 40px
}

@media (max-width: 425px) {
    .date-text .hint-date {
        font-size: 1.4rem
    }
}

.date-text .hint-date i {
    color: #000000;
    font-size: 1.625rem
}

html[lang="en"] .date-text .hint-date i {
    margin-right: 20px
}

html[lang="ar"] .date-text .hint-date i {
    margin-left: 20px
}

@media (max-width: 425px) {
    .date-text .hint-date i {
        font-size: 1.25rem
    }
}

.date-text .hint-date:hover {
    color: #7a1d33
}

.about-us-cover {
    margin-bottom: 150px
}

@media (max-width: 768px) {
    .about-us-cover {
        margin-bottom: 80px
    }
}

@media (max-width: 425px) {
    .about-us-cover {
        margin-bottom: 50px
    }
}

.about-us-cover .img {
    height: 930px;
    object-fit: cover
}

@media (max-width: 1280px) {
    .about-us-cover .img {
        height: 750px
    }
}

@media (max-width: 768px) {
    .about-us-cover .img {
        height: 650px
    }
}

@media (max-width: 425px) {
    .about-us-cover .img {
        height: 375px
    }
}

@media (max-width: 375px) {
    .about-us-cover .img {
        height: 325px
    }
}

@media (max-width: 320px) {
    .about-us-cover .img {
        height: 270px
    }
}

.Strategic-sec .item .title {
    font-size: 3rem;
    margin-bottom: 60px;
    position: relative;
    font-weight: bold
}

@media (max-width: 768px) {
    .Strategic-sec .item .title {
        margin-bottom: 30px
    }
}

@media (max-width: 425px) {
    .Strategic-sec .item .title {
        font-size: 2rem
    }
}

@media (max-width: 320px) {
    .Strategic-sec .item .title {
        font-size: 1.8rem
    }
}

.Strategic-sec .item .title::before {
    content: "";
    width: 60px;
    height: 4px;
    border-radius: 5px;
    position: absolute;
    top: -70%;
    background-color: #7a1d33
}

html[lang="en"] .Strategic-sec .item .title::before {
    left: 0
}

html[lang="ar"] .Strategic-sec .item .title::before {
    right: 0
}

@media (max-width: 768px) {
    .Strategic-sec .item .title::before {
        top: -40%
    }
}

.Strategic-sec .item .main-disc:not(:last-child) {
    margin-bottom: 25px
}

@media (max-width: 768px) {
    .Strategic-sec .item .main-disc:not(:last-child) {
        margin-bottom: 15px
    }
}

.Strategic-sec .item .img {
    height: 550px;
    object-fit: cover
}

@media (max-width: 768px) {
    .Strategic-sec .item .img {
        height: 400px
    }
}

@media (max-width: 425px) {
    .Strategic-sec .item .img {
        height: 250px
    }
}

.Strategic-sec .item .with-hint-img::before {
    display: none
}

@media (max-width: 1280px) {
    .Strategic-sec .item .with-hint-img {
        font-size: 2rem;
        margin-bottom: 20px
    }
}

.Strategic-sec .item .with-hint-img .hint-img {
    width: 60px;
    height: 60px;
    object-fit: cover
}

@media (max-width: 425px) {
    .Strategic-sec .item .with-hint-img .hint-img {
        width: 45px;
        height: 45px
    }
}

.Strategic-sec .item .with-hint-img .img {
    height: 500px
}

.hint-num-disc {
    color: #747975;
    font-weight: bolder
}

html[lang="en"] .hint-num-disc {
    margin-right: 15px
}

html[lang="ar"] .hint-num-disc {
    margin-left: 15px
}

@media (max-width: 425px) {
    .main-card-profile .row {
        flex-direction: column-reverse
    }
}

.main-card-profile .inner {
    margin-bottom: 100px;
    padding-bottom: 100px;
    border-bottom: 1px solid #cccccc
}

@media (max-width: 768px) {
    .main-card-profile .inner {
        margin-bottom: 60px;
        padding-bottom: 60px
    }
}

@media (max-width: 425px) {
    .main-card-profile .inner {
        padding-bottom: 30px
    }
}

.main-card-profile .inner .img-prof {
    height: 490px;
    object-fit: cover
}

@media (max-width: 768px) {
    .main-card-profile .inner .img-prof {
        height: 380px
    }
}

@media (max-width: 425px) {
    .main-card-profile .inner .img-prof {
        height: 320px
    }
}

.main-card-profile .inner .item {
    margin-bottom: 40px
}

.main-pres-card .item {
    display: flex;
    align-items: center
}

@media (max-width: 375px) {
    .main-pres-card .item .text {
        text-align: center
    }
}

.main-pres-card .item .img {
    width: 170px;
    height: 230px;
    object-fit: cover
}

html[lang="en"] .main-pres-card .item .img {
    margin-right: 30px
}

html[lang="ar"] .main-pres-card .item .img {
    margin-left: 30px
}

@media (max-width: 768px) {
    .main-pres-card .item .img {
        width: 155px;
        height: 200px
    }

    html[lang="en"] .main-pres-card .item .img {
        margin-right: 15px
    }

    html[lang="ar"] .main-pres-card .item .img {
        margin-left: 15px
    }
}

@media (max-width: 375px) {
    .main-pres-card .item .img {
        margin-bottom: 15px
    }
}

.main-pres-card .item .title {
    font-size: 1.6rem;
    margin-bottom: 15px;
    color: #1c1a1b
}

@media (max-width: 768px) {
    .main-pres-card .item .title {
        font-size: 1.3rem
    }
}

.main-pres-card .item .hint {
    font-size: 1.25rem;
    color: #1c1a1b
}

@media (max-width: 768px) {
    .main-pres-card .item .hint {
        font-size: 1rem
    }
}

@media (max-width: 375px) {
    .main-pres-card .item {
        flex-direction: column
    }
}

.view-anchor {
    font-size: 1.25rem;
    color: #7a1d33;
    margin-top: 10px
}

@media (max-width: 425px) {
    .view-anchor {
        font-size: 1rem
    }
}

.view-anchor:hover {
    color: #7a1d33
}

html[lang="en"] .view-anchor i {
    margin-left: 10px
}

html[lang="ar"] .view-anchor i {
    margin-right: 10px
}

.back-anchor {
    font-size: 1.25rem;
    color: #747975;
    transition: 0.3s
}

.back-anchor:hover {
    color: #7a1d33
}

html[lang="en"] .back-anchor i {
    margin-right: 12px
}

html[lang="ar"] .back-anchor i {
    margin-left: 12px
}

.section-dash-title.without::before {
    display: none
}

@media (max-width: 768px) {
    .social-gallery {
        flex-direction: column;
        align-items: start
    }
}

.social-gallery .text {
    font-size: 1rem;
    color: #747975
}

html[lang="en"] .social-gallery .text {
    padding-right: 30px
}

html[lang="ar"] .social-gallery .text {
    padding-left: 30px
}

html[lang="en"] .social-gallery .text {
    border-right: 1px solid #747975
}

html[lang="ar"] .social-gallery .text {
    border-left: 1px solid #747975
}

html[lang="en"] .social-gallery .text {
    margin-right: 30px
}

html[lang="ar"] .social-gallery .text {
    margin-left: 30px
}

@media (max-width: 768px) {
    .social-gallery .text {
        margin-bottom: 15px
    }

    html[lang="en"] .social-gallery .text {
        border-right: 0
    }

    html[lang="ar"] .social-gallery .text {
        border-left: 0
    }

    html[lang="en"] .social-gallery .text {
        margin-right: 0
    }

    html[lang="ar"] .social-gallery .text {
        margin-left: 0
    }

    html[lang="en"] .social-gallery .text {
        padding-right: 0
    }

    html[lang="ar"] .social-gallery .text {
        padding-left: 0
    }
}

.social-gallery .icon .ic-social {
    width: 24px;
    height: 24px;
    transition: all 0.3s ease-in-out
}

html[lang="en"] .social-gallery .icon .ic-social:not(:last-child) {
    margin-right: 20px
}

html[lang="ar"] .social-gallery .icon .ic-social:not(:last-child) {
    margin-left: 20px
}

.social-gallery .icon .ic-social:hover {
    transform: rotate(360deg)
}

.box-album .img {
    height: 175px;
    object-fit: cover;
    margin-bottom: 15px
}

.box-album .disc {
    font-size: 1rem;
    color: #747975;
    text-align: center
}

@media (max-width: 425px) {
    .w-sub-img {
        flex-direction: column;
        align-items: start
    }

    .w-sub-img .section-dash-title {
        margin-bottom: 15px
    }
}

.subscrib-img {
    display: block
}

.subscrib-img .img {
    width: 330px;
    height: 66px;
    max-width: 100%;
    object-fit: cover
}

@media (max-width: 425px) {
    .subscrib-img .img {
        height: 57px
    }
}

.viedo-box {
    box-shadow: none;
    border-radius: 0
}

.viedo-box .img {
    border-radius: 12px
}

.viedo-box .info {
    padding: 25px 0
}

.viedo-box .info .date {
    margin-bottom: 10px
}

.viedo-box .info .title {
    margin-bottom: 0
}

.video-layout {
    position: relative
}

.video-layout .play-icon {
    width: 72px;
    height: 72px;
    position: absolute;
    border-radius: 50%;
    background-color: rgba(28, 26, 27, 0.5);
    color: #000;
    font-size: 1.25rem
}

.video-layout .time {
    position: absolute;
    width: 72px;
    height: 32px;
    bottom: 10px;
    background-color: rgba(28, 26, 27, 0.6);
    color: #fff;
    border-radius: 6px;
    font-size: 1rem
}

html[lang="en"] .video-layout .time {
    right: 10px
}

html[lang="ar"] .video-layout .time {
    left: 10px
}

.about-menu-video .item .anchor {
    font-size: 1.375rem;
    color: #1c1a1b;
    font-weight: bold
}

@media (max-width: 425px) {
    .pdf-sec .item {
        flex-direction: column;
        align-items: start
    }
}

.pdf-sec .img {
    width: 64px;
    height: 64px;
    object-fit: cover
}

html[lang="en"] .pdf-sec .img {
    margin-right: 25px
}

html[lang="ar"] .pdf-sec .img {
    margin-left: 25px
}

@media (max-width: 425px) {
    .pdf-sec .img {
        margin-bottom: 10px
    }

    html[lang="en"] .pdf-sec .img {
        margin-right: 0
    }

    html[lang="ar"] .pdf-sec .img {
        margin-left: 0
    }
}

.pdf-sec .title {
    font-size: 2rem;
    color: #1c1a1b
}

@media (max-width: 425px) {
    .pdf-sec .title {
        font-size: 1.375rem;
        margin-bottom: 10px
    }
}

@media (max-width: 375px) {
    .pdf-sec .title {
        font-size: 1.125rem
    }
}

.pdf-sec .desc,
.pdf-sec .dow-link {
    font-size: 1rem;
    color: #707070
}

@media (max-width: 425px) {

    .pdf-sec .desc,
    .pdf-sec .dow-link {
        font-size: .875rem
    }
}

.pdf-sec .desc .dots,
.pdf-sec .dow-link .dots {
    width: 7px;
    height: 7px;
    background: #bebcbc;
    border-radius: 50%;
    margin: 0 10px
}

.stat-anchors .hint-date {
    font-size: 1.625rem
}

@media (max-width: 425px) {
    .stat-anchors .hint-date {
        font-size: 1.25rem
    }
}

.stat-anchors .hint-date i {
    font-size: 1.375rem;
    margin-top: 5px
}

@media (max-width: 425px) {
    .stat-anchors .hint-date i {
        font-size: 1.25rem
    }

    html[lang="en"] .stat-anchors .hint-date i {
        margin-right: 15px
    }

    html[lang="ar"] .stat-anchors .hint-date i {
        margin-left: 15px
    }
}

@media (max-width: 425px) {
    .pagn-sec {
        display: flex;
        justify-content: center
    }
}

html[lang="en"] .pagn-sec .page-item:not(:last-child) {
    margin-right: 15px
}

html[lang="ar"] .pagn-sec .page-item:not(:last-child) {
    margin-left: 15px
}

.pagn-sec .page-item .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-radius: 12px;
    color: #747975;
    transition: 0.3s !important
}

.pagn-sec .page-item .page-link:hover {
    background-color: #7a1d33;
    color: #fff
}

.pagn-sec .page-item .page-link:focus {
    box-shadow: none
}

.pagn-sec .page-item .page-link:first-child {
    border-radius: 12px
}

@media (max-width: 425px) {
    .pagn-sec .page-item .page-link {
        padding: 10px 20px;
        font-size: 1.125rem
    }
}

.pagn-sec .page-item.active .page-link {
    background-color: #7a1d33;
    color: #fff;
    border-color: #fff
}

.stat-ments-details .inner .img {
    width: 60px;
    height: 60px;
    object-fit: cover
}

html[lang="en"] .stat-ments-details .inner .img {
    margin-right: 30px
}

html[lang="ar"] .stat-ments-details .inner .img {
    margin-left: 30px
}

@media (max-width: 425px) {
    .stat-ments-details .inner .img {
        width: 32px;
        height: 40px
    }

    html[lang="en"] .stat-ments-details .inner .img {
        margin-right: 15px
    }

    html[lang="ar"] .stat-ments-details .inner .img {
        margin-left: 15px
    }
}

.stat-ments-details .inner .main-desc .norm-title:not(:last-child) {
    margin-bottom: 30px
}

.stat-ments-details .item .comm-img {
    height: 300px;
    object-fit: cover
}

@media (max-width: 375px) {
    .stat-ments-details .item .comm-img {
        height: 250px
    }
}

@media (max-width: 425px) {
    .share-statm .stat-icon {
        flex-direction: column
    }
}

.share-statm .stat-icon .icon {
    width: 100%
}

.share-statm .stat-icon .icon .ic-social {
    flex-direction: column;
    flex-basis: 20%
}

html[lang="en"] .share-statm .stat-icon .icon .ic-social:not(:last-child) {
    border-right: 1px solid rgba(116, 121, 117, 0.1)
}

html[lang="ar"] .share-statm .stat-icon .icon .ic-social:not(:last-child) {
    border-left: 1px solid rgba(116, 121, 117, 0.1)
}

@media (max-width: 425px) {
    html[lang="en"] .share-statm .stat-icon .icon .ic-social:not(:last-child) {
        border-right: 0
    }

    html[lang="ar"] .share-statm .stat-icon .icon .ic-social:not(:last-child) {
        border-left: 0
    }
}

.share-statm .stat-icon .icon .ic-social img {
    width: 40px;
    height: 35px;
    object-fit: cover;
    margin-bottom: 10px
}

@media (max-width: 425px) {
    .share-statm .stat-icon .icon .ic-social img {
        width: 30px;
        height: 30px
    }
}

.share-statm .stat-icon .icon .ic-social .hint {
    font-size: .875rem;
    color: #1c1a1b
}

@media (max-width: 425px) {
    .share-statm .stat-icon .icon .ic-social .hint {
        font-size: .875rem
    }
}

.share-statm .stat-icon .title {
    font-size: 1.625rem;
    font-weight: 600;
    color: #1c1a1b
}

@media (max-width: 425px) {
    .share-statm .stat-icon .title {
        margin-bottom: 20px
    }
}

.main-publ-card .col-12 {
    padding-bottom: 50px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 50px
}

@media (max-width: 425px) {
    .main-publ-card .col-12 {
        margin-bottom: 35px
    }
}

.main-publ-card .item {
    display: flex;
    align-items: center
}

.main-publ-card .item .img {
    width: 107px;
    height: 151px;
    object-fit: cover
}

html[lang="en"] .main-publ-card .item .img {
    margin-right: 40px
}

html[lang="ar"] .main-publ-card .item .img {
    margin-left: 40px
}

@media (max-width: 425px) {
    .main-publ-card .item .img {
        width: 95px;
        height: 135px
    }

    html[lang="en"] .main-publ-card .item .img {
        margin-right: 20px
    }

    html[lang="ar"] .main-publ-card .item .img {
        margin-left: 20px
    }
}

.main-publ-card .item .text .title {
    margin-bottom: 10px
}

.main-publ-card .item .text .hint {
    font-size: 1rem;
    color: #747975
}

@media (max-width: 425px) {
    .main-publ-card .item.sub-item {
        flex-wrap: wrap
    }
}

.main-publ-card .item.sub-item .img {
    width: 169px;
    height: 240px
}

@media (max-width: 425px) {
    .main-publ-card .item.sub-item .img {
        margin-bottom: 15px;
        width: 117px;
        height: 166px
    }

    html[lang="en"] .main-publ-card .item.sub-item .img {
        margin-right: 0
    }

    html[lang="ar"] .main-publ-card .item.sub-item .img {
        margin-left: 0
    }
}

.main-publ-card .item.sub-item .hint-year,
.main-publ-card .item.sub-item .title {
    font-size: 1.625rem
}

@media (max-width: 425px) {

    .main-publ-card .item.sub-item .hint-year,
    .main-publ-card .item.sub-item .title {
        font-size: 1.125rem
    }
}

@media (max-width: 425px) {
    .main-publ-card.main-rep-card .col-12 {
        padding-bottom: 30px
    }
}

.main-publ-card.main-rep-card .col-md-6 {
    border-bottom: 0 !important;
    margin-bottom: 30px
}

@media (max-width: 425px) {
    .main-publ-card.main-rep-card .col-md-6 {
        margin-bottom: 0
    }
}

@media (max-width: 425px) {
    .main-publ-card.main-rep-card .main-item {
        flex-wrap: wrap
    }
}

.main-publ-card.main-rep-card .main-item .main-img {
    width: 270px;
    height: 385px
}

html[lang="en"] .main-publ-card.main-rep-card .main-item .main-img {
    margin-right: 30px
}

html[lang="ar"] .main-publ-card.main-rep-card .main-item .main-img {
    margin-left: 30px
}

@media (max-width: 425px) {
    .main-publ-card.main-rep-card .main-item .main-img {
        width: 185px;
        height: 235px;
        margin-bottom: 15px
    }

    html[lang="en"] .main-publ-card.main-rep-card .main-item .main-img {
        margin-right: 0
    }

    html[lang="ar"] .main-publ-card.main-rep-card .main-item .main-img {
        margin-left: 0
    }
}

@media (max-width: 375px) {
    .main-publ-card.main-rep-card .main-item .main-img {
        width: 165px;
        height: 215px
    }
}

.main-publ-card.main-rep-card .hint-year {
    font-size: 2rem;
    margin-bottom: 15px
}

.main-publ-card.main-rep-card .hint-year:hover {
    color: #7a1d33
}

.main-publ-card.main-rep-card .hint-year .img {
    width: 32px;
    height: 32px
}

html[lang="en"] .main-publ-card.main-rep-card .hint-year .img {
    margin-right: 12px
}

html[lang="ar"] .main-publ-card.main-rep-card .hint-year .img {
    margin-left: 12px
}

@media (max-width: 425px) {
    .main-publ-card.main-rep-card .hint-year {
        font-size: 1.25rem;
        font-weight: bold;
        margin-bottom: 5px
    }
}

@media (max-width: 425px) {
    .wrap-anchor {
        width: 330px;
        word-wrap: break-word;
        display: block
    }
}

@media (max-width: 375px) {
    .wrap-anchor {
        width: 290px
    }
}

@media (max-width: 320px) {
    .wrap-anchor {
        width: 230px
    }
}

.celebration-sec .item .img {
    height: 430px;
    object-fit: cover;
    border-radius: 20px
}

@media (max-width: 425px) {
    .celebration-sec .item .img {
        height: 290px
    }
}

@media (max-width: 320px) {
    .celebration-sec .item .img {
        height: 250px
    }
}

.celebration-sec .info {
    box-shadow: 0 10px 70px 0 rgba(116, 121, 117, 0.1);
    border-radius: 20px;
    padding-top: 20px
}

.celebration-sec .info .top {
    border-bottom: 1px solid rgba(116, 121, 117, 0.1);
    padding: 15px 25px
}

.celebration-sec .info .top .main-box .text {
    font-size: 1.625rem;
    color: #1c1a1b
}

.celebration-sec .info .top .main-box .text:not(:last-child) {
    margin-bottom: 15px
}

@media (max-width: 320px) {
    .celebration-sec .info .top .main-box .text {
        font-size: 1.25rem
    }
}

.celebration-sec .info .top .main-box .icon {
    font-size: 1.5rem
}

html[lang="en"] .celebration-sec .info .top .main-box .icon {
    margin-right: 15px
}

html[lang="ar"] .celebration-sec .info .top .main-box .icon {
    margin-left: 15px
}

.celebration-sec .info .bottom {
    padding: 30px
}

.celebration-sec .info .bottom .theme-btn {
    border-radius: 8px !important
}

.celebration-sec .info .bottom .theme-btn:not(:last-child) {
    margin-bottom: 20px !important
}

html[lang="en"] .main-collapse {
    margin-left: 60px
}

html[lang="ar"] .main-collapse {
    margin-right: 60px
}

@media (max-width: 425px) {
    html[lang="en"] .main-collapse {
        margin-left: 0
    }

    html[lang="ar"] .main-collapse {
        margin-right: 0
    }
}

.main-collapse .card {
    border: 0
}

.main-collapse .card:not(:last-child) {
    margin-bottom: 50px
}

.main-collapse .card .card-header {
    background-color: transparent;
    border-bottom: 0;
    padding: 0
}

@media (max-width: 425px) {
    .main-collapse .card .card-header {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

.main-collapse .card .card-header .title {
    cursor: pointer;
    position: relative
}

html[lang="en"] .main-collapse .card .card-header .title {
    padding-left: 30px
}

html[lang="ar"] .main-collapse .card .card-header .title {
    padding-right: 30px
}

html[lang="en"] .main-collapse .card .card-header .title {
    border-left: 1px solid rgba(116, 121, 117, 0.1)
}

html[lang="ar"] .main-collapse .card .card-header .title {
    border-right: 1px solid rgba(116, 121, 117, 0.1)
}

@media (max-width: 425px) {
    .main-collapse .card .card-header .title {
        font-size: 1.25rem
    }

    html[lang="en"] .main-collapse .card .card-header .title {
        padding-left: 10px
    }

    html[lang="ar"] .main-collapse .card .card-header .title {
        padding-right: 10px
    }

    html[lang="en"] .main-collapse .card .card-header .title {
        margin-left: 35px
    }

    html[lang="ar"] .main-collapse .card .card-header .title {
        margin-right: 35px
    }
}

.main-collapse .card .card-header .title .button {
    position: absolute;
    background: transparent;
    width: 30px;
    height: 2px;
    transform: translate(-50%, -50%);
    top: 50%;
    cursor: pointer
}

html[lang="en"] .main-collapse .card .card-header .title .button {
    left: -60px
}

html[lang="ar"] .main-collapse .card .card-header .title .button {
    right: -60px
}

.main-collapse .card .card-header .title .button span {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #7a1d33
}

.main-collapse .card .card-header .title .button span:last-child {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    transform: rotate(90deg)
}

@media (max-width: 425px) {
    .main-collapse .card .card-header .title .button {
        width: 20px
    }

    html[lang="en"] .main-collapse .card .card-header .title .button {
        left: -33px
    }

    html[lang="ar"] .main-collapse .card .card-header .title .button {
        right: -33px
    }
}

.main-collapse .card .card-header:first-child {
    border-radius: 0
}

.main-collapse .card .collapse-card {
    padding-top: 20px
}

html[lang="en"] .main-collapse .card .collapse-card {
    padding-left: 30px
}

html[lang="ar"] .main-collapse .card .collapse-card {
    padding-right: 30px
}

@media (max-width: 425px) {
    html[lang="en"] .main-collapse .card .collapse-card {
        padding-left: 40px
    }

    html[lang="ar"] .main-collapse .card .collapse-card {
        padding-right: 40px
    }
}

@media (max-width: 425px) {
    .main-collapse .card .collapse-card .norm-title {
        font-size: 1rem
    }
}

.main-collapse .card .collapse-card .norm-title:not(:last-child) {
    margin-bottom: 12px
}

.main-collapse .card .collapse-card .sub-list {
    display: block;
    padding: 15px 20px 0
}

@media (max-width: 425px) {
    .main-collapse .card .collapse-card .sub-list {
        padding: 5px 10px 0
    }
}

.main-collapse .card .card-header:not(.collapsed) .button span:last-child {
    transform: rotate(0)
}

.contact-anchor .item {
    position: relative;
    max-width: 100%
}

@media (max-width: 425px) {
    .contact-anchor .item {
        flex-direction: column;
        align-items: start
    }
}

.contact-anchor .item:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 20px
}

.contact-anchor .item:not(:last-child)::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    background-color: #bebcbc;
    top: 100%
}

html[lang="en"] .contact-anchor .item:not(:last-child)::before {
    left: 0
}

html[lang="ar"] .contact-anchor .item:not(:last-child)::before {
    right: 0
}

@media (max-width: 768px) {
    .contact-anchor .item:not(:last-child)::before {
        width: 70%
    }
}

.contact-anchor .item .img {
    width: 32px;
    height: 32px;
    object-fit: cover
}

html[lang="en"] .contact-anchor .item .img {
    margin-right: 15px
}

html[lang="ar"] .contact-anchor .item .img {
    margin-left: 15px
}

.contact-anchor .item .hint {
    font-size: 1rem;
    color: #1c1a1b;
    display: block
}

html[lang="en"] .contact-anchor .item .hint {
    margin-right: 25px
}

html[lang="ar"] .contact-anchor .item .hint {
    margin-left: 25px
}

.contact-anchor .item .anchor {
    text-decoration: underline !important;
    font-size: 1rem
}

@media (max-width: 425px) {
    html[lang="en"] .contact-anchor .item .anchor {
        margin-left: 40px
    }

    html[lang="ar"] .contact-anchor .item .anchor {
        margin-right: 40px
    }
}

.contact-anchor .item .text {
    font-size: 1rem;
    color: #1c1a1b
}

@media (max-width: 425px) {
    html[lang="en"] .contact-anchor .item .text {
        margin-left: 40px
    }

    html[lang="ar"] .contact-anchor .item .text {
        margin-right: 40px
    }
}

.contact-anchor .main-icon {
    flex-basis: 21%
}

@media (max-width: 768px) {
    .contact-anchor .main-icon {
        flex-basis: 30%
    }
}

@media (max-width: 425px) {
    .contact-anchor .main-icon {
        margin-bottom: 10px
    }
}

.box-img .comm-img {
    height: 380px;
    object-fit: cover
}

@media (max-width: 425px) {
    .box-img .comm-img {
        height: 250px
    }
}

.health-sec .item .img {
    height: 360px;
    object-fit: cover
}

@media (max-width: 768px) {
    .health-sec .item .img {
        height: 280px
    }
}

@media (max-width: 425px) {
    .health-sec .item .img {
        height: 220px
    }
}

.news-sec .item {
    position: relative
}

.news-sec .item .main-img {
    height: 480px;
    object-fit: cover
}

@media (max-width: 1280px) {
    .news-sec .item .main-img {
        height: 320px
    }
}

@media (max-width: 768px) {
    .news-sec .item .main-img {
        height: 220px
    }
}

@media (max-width: 425px) {
    .news-sec .item .main-img {
        margin-bottom: 20px
    }
}

.news-sec .item .info {
    padding: 45px 50px;
    box-shadow: 0 10px 70px 0 rgba(116, 121, 117, 0.1);
    width: 100%;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    background: #fff
}

html[lang="en"] .news-sec .item .info {
    left: 50%
}

html[lang="ar"] .news-sec .item .info {
    right: 50%
}

html[lang="en"] .news-sec .item .info {
    transform: translate(35%, -50%)
}

html[lang="ar"] .news-sec .item .info {
    transform: translate(-35%, -50%)
}

@media (max-width: 1280px) {
    .news-sec .item .info {
        padding: 25px 30px
    }
}

@media (max-width: 425px) {
    .news-sec .item .info {
        position: static;
        transform: none !important;
        padding: 25px 15px
    }
}

.news-sec .item .info .hint {
    font-size: 1rem;
    margin-bottom: 20px;
    color: #747975
}

@media (max-width: 768px) {
    .news-sec .item .info .hint {
        margin-bottom: 10px;
        font-size: .875rem
    }
}

.news-sec .item .info .disc {
    margin-bottom: 20px
}

@media (max-width: 1280px) {
    .news-sec .item .info .disc {
        font-size: 1.375rem
    }
}

@media (max-width: 768px) {
    .news-sec .item .info .disc {
        font-size: .875rem;
        margin-bottom: 10px
    }
}

.news-sec .item .info .info-anchor {
    font-size: 1.25rem
}

@media (max-width: 768px) {
    .news-sec .item .info .info-anchor {
        font-size: .875rem
    }
}

html[lang="en"] .news-sec .item .info .info-anchor i {
    margin-left: 15px
}

html[lang="ar"] .news-sec .item .info .info-anchor i {
    margin-right: 15px
}

.dots-hint {
    width: 5px;
    height: 5px;
    background: #bebcbc;
    border-radius: 50%;
    margin: 0 10px
}

.news-img {
    height: 650px;
    object-fit: cover;
    border-radius: 15px
}

@media (max-width: 1280px) {
    .news-img {
        height: 500px
    }
}

@media (max-width: 768px) {
    .news-img {
        height: 350px
    }
}

@media (max-width: 425px) {
    .news-img {
        height: 200px
    }
}

@media (max-width: 320px) {
    .news-img {
        height: 180px
    }
}

.sec-text-news {
    margin-bottom: 80px
}

@media (max-width: 768px) {
    .sec-text-news {
        margin-bottom: 40px
    }
}

@media (max-width: 425px) {
    .sec-text-news {
        margin-bottom: 25px
    }
}

.f-text-20 {
    font-size: 1.25rem;
    color: #1c1a1b
}

.f-text-20:not(:last-child) {
    margin-bottom: 20px
}

.news-slider-2 {
    margin-bottom: 80px
}

@media (max-width: 768px) {
    .news-slider-2 {
        margin-bottom: 40px
    }
}

.main-bg-layout {
    position: relative
}

.main-bg-layout .container {
    padding-top: 120px
}

@media (max-width: 425px) {
    .main-bg-layout .container {
        padding-top: 50px
    }
}

.main-bg-layout::before {
    content: "";
    background-image: url(../img/Backgtound.png);
    width: 100%;
    height: 500px;
    position: absolute;
    z-index: -1;
    pointer-events: none;
    background-size: cover;
    background-attachment: fixed
}

@media (max-width: 425px) {
    .main-bg-layout::before {
        height: 100%
    }
}

.main-bg-layout .news-box .info {
    background-color: #fff
}

.main-form-layout {
    display: flex
}

@media (max-width: 425px) {
    .main-form-layout {
        position: relative
    }
}

.main-left-section {
    position: sticky;
    top: 0;
    height: 100vh;
    flex-basis: 50%;
    align-self: flex-start
}

html[lang="en"] .main-left-section {
    left: 0
}

html[lang="ar"] .main-left-section {
    right: 0
}

.main-left-section .main-img {
    object-fit: cover;
    height: 100%
}

.main-left-section .ban-logo {
    position: absolute;
    padding-top: 100px
}

html[lang="en"] .main-left-section .ban-logo {
    left: 50%
}

html[lang="ar"] .main-left-section .ban-logo {
    right: 50%
}

html[lang="en"] .main-left-section .ban-logo {
    transform: translateX(-50%)
}

html[lang="ar"] .main-left-section .ban-logo {
    transform: translateX(50%)
}

@media (max-width: 768px) {
    .main-left-section .ban-logo {
        padding-top: 35px
    }
}

.main-left-section .ban-logo img {
    width: 200px;
    height: 95px;
    object-fit: cover
}

@media (max-width: 768px) {
    .main-left-section .ban-logo img {
        width: 160px;
        height: 77px
    }
}

@media (max-width: 768px) {
    .main-left-section {
        flex-basis: auto;
        width: 100%
    }
}

.main-right-section {
    padding: 100px 130px;
    flex-basis: 50%
}

@media (max-width: 768px) {
    .main-right-section .main-input .label {
        color: #fff
    }
}

@media (max-width: 1280px) {
    .main-right-section {
        padding: 50px 40px
    }
}

@media (max-width: 768px) {
    .main-right-section {
        padding: 40px 15px
    }
}

@media (max-width: 768px) {
    .main-right-section {
        flex-basis: auto;
        position: absolute;
        overflow-y: auto;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 150px 15px
    }

    html[lang="en"] .main-right-section {
        left: 0
    }

    html[lang="ar"] .main-right-section {
        right: 0
    }
}

.main-right-section .label {
    color: #191919;
    margin-bottom: 20px;
    font-size: 1.25rem
}

@media (max-width: 768px) {
    .main-right-section .label {
        font-size: 1rem
    }
}

@media (max-width: 768px) {
    .main-right-section .label {
        color: #fff
    }
}

.main-right-section .head-sign {
    margin-bottom: 50px
}

.main-right-section .head-sign .main-font {
    color: #1c1a1b;
    font-size: 1rem
}

@media (max-width: 768px) {
    .main-right-section .head-sign .main-font {
        font-size: .875rem
    }
}

@media (max-width: 768px) {
    .main-right-section .head-sign .main-font {
        color: #fff
    }
}

@media (max-width: 768px) {
    .main-right-section .head-sign .main-font a {
        color: #fff !important;
        margin-bottom: 15px
    }
}

@media (max-width: 768px) {
    .main-right-section .head-sign .anchor {
        margin-bottom: 15px
    }
}

.main-right-section .head-sign .anchor i {
    font-size: 1.125rem
}

html[lang="en"] .main-right-section .head-sign .anchor i {
    margin-right: 20px
}

html[lang="ar"] .main-right-section .head-sign .anchor i {
    margin-left: 20px
}

html[lang="en"] .main-right-section .head-sign .text a {
    margin-left: 5px
}

html[lang="ar"] .main-right-section .head-sign .text a {
    margin-right: 5px
}

@media (max-width: 768px) {
    .main-right-section .head-sign {
        margin-bottom: 25px;
        flex-wrap: wrap
    }
}

.main-right-section .req-text {
    font-size: 1.25rem;
    color: #747975
}

@media (max-width: 768px) {
    .main-right-section .req-text {
        color: #fff
    }
}

.main-right-section .main-input .label {
    color: #191919;
    margin-bottom: 20px;
    font-size: 1.25rem
}

@media (max-width: 768px) {
    .main-right-section .main-input .label {
        font-size: 1rem
    }
}

@media (max-width: 768px) {
    .main-right-section .main-input .label {
        color: #fff
    }
}

.main-right-section .main-input .input {
    width: 100%;
    min-height: 55px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 15px 30px;
    box-shadow: 0 0 4px #d6d6d6;
    font-size: 1rem
}

.main-right-section .main-input .input::placeholder {
    color: #bebcbc
}

.main-right-section .main-input .input:focus::placeholder {
    color: transparent
}

@media (max-width: 768px) {
    .main-right-section .phone-input {
        flex-direction: column;
        align-items: start
    }
}

.main-right-section .phone-input .input-phone-number {
    box-shadow: 0 0 4px #d6d6d6;
    border-radius: 5px;
    background-color: #fff;
    width: 140px;
    flex-shrink: 0
}

html[lang="en"] .main-right-section .phone-input .input-phone-number {
    margin-right: 25px
}

html[lang="ar"] .main-right-section .phone-input .input-phone-number {
    margin-left: 25px
}

@media (max-width: 768px) {
    .main-right-section .phone-input .input-phone-number {
        margin-bottom: 15px;
        box-shadow: none
    }

    html[lang="en"] .main-right-section .phone-input .input-phone-number {
        margin-right: 0
    }

    html[lang="ar"] .main-right-section .phone-input .input-phone-number {
        margin-left: 0
    }
}

.main-right-section .phone-input .label {
    margin-bottom: 20px
}

.main-right-section .phone-input .iti {
    display: flex;
    align-items: center
}

.main-right-section .phone-input .iti .iti__flag-container {
    position: static;
    width: 70px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center
}

html[lang="en"] .main-right-section .phone-input .iti .iti__flag-container {
    border-radius: 4px 0 0 4px
}

html[lang="ar"] .main-right-section .phone-input .iti .iti__flag-container {
    border-radius: 0 4px 4px 0
}

.main-right-section .phone-input .iti .iti__country-list {
    top: 100%;
    direction: ltr
}

html[lang="en"] .main-right-section .phone-input .iti .iti__country-list {
    left: 0
}

html[lang="ar"] .main-right-section .phone-input .iti .iti__country-list {
    right: 0
}

.main-right-section .phone-input .iti .iti__selected-flag {
    background-color: transparent !important;
    display: flex;
    align-items: center
}

.main-right-section .phone-input .iti .iti__selected-flag .iti__arrow {
    border: 0;
    width: auto;
    height: auto
}

html[lang="en"] .main-right-section .phone-input .iti .iti__selected-flag .iti__arrow {
    margin-left: 5px
}

html[lang="ar"] .main-right-section .phone-input .iti .iti__selected-flag .iti__arrow {
    margin-right: 5px
}

.main-right-section .phone-input .iti .iti__selected-flag .iti__arrow::before {
    content: "\f078";
    top: 30%;
    left: 0;
    font-weight: 600;
    color: #8a8a8a;
    font-size: .75rem
}

.main-right-section .phone-input input {
    width: 100%;
    min-height: 55px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 15px 10px;
    font-size: 1rem
}

html[lang="en"] .main-right-section .phone-input input {
    border-left: 0
}

html[lang="ar"] .main-right-section .phone-input input {
    border-right: 0
}

.main-right-section .phone-input input::placeholder {
    color: #ababab
}

.main-right-section .req-hint {
    font-size: .875rem;
    color: #747975;
    margin-top: 10px;
    display: block
}

@media (max-width: 768px) {
    .main-right-section .req-hint {
        color: #fff
    }
}

.main-right-section .accept-check {
    margin: 30px 0
}

.main-right-section .accept-check .radio-btn {
    overflow: hidden
}

.main-right-section .accept-check .radio-check:checked+.check-inner span {
    background-color: #7a1d33;
    transition: 0.3s
}

.main-right-section .accept-check .radio-check:checked+.check-inner span i {
    display: block
}

.main-right-section .accept-check .check-inner {
    display: flex;
    align-items: center
}

.main-right-section .accept-check .check-inner span {
    width: 23px;
    height: 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #868686;
    color: #fff;
    cursor: pointer
}

html[lang="en"] .main-right-section .accept-check .check-inner span {
    margin-right: 15px
}

html[lang="ar"] .main-right-section .accept-check .check-inner span {
    margin-left: 15px
}

@media (max-width: 768px) {
    .main-right-section .accept-check .check-inner span {
        border-color: #fff
    }
}

.main-right-section .accept-check .check-inner span i {
    display: none;
    color: #fff
}

.main-right-section .accept-check .check-inner .hint,
.main-right-section .accept-check .check-inner a {
    font-size: 1rem;
    color: #4c5264;
    font-weight: bold
}

@media (max-width: 768px) {

    .main-right-section .accept-check .check-inner .hint,
    .main-right-section .accept-check .check-inner a {
        color: #fff
    }
}

.main-right-section .rob-box {
    width: 300px;
    height: 75px;
    margin-bottom: 30px;
    max-width: 100%
}

.main-right-section .sub-btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    border-radius: 20px;
    padding: 8px 24px;
    color: #fff;
    font-size: 1.125rem;
    font-weight: bold;
    height: 50px;
    border-radius: 20px;
    color: #fff;
    background-color: #7a1d33;
    margin-top: 20px
}

.main-right-section .sub-btn.with-custom-w {
    width: 160px;
    height: 40px;
    margin-top: 0;
    font-size: .875rem
}

@media (max-width: 768px) {
    .main-right-section .sm-bold {
        color: #fff !important
    }
}

@media (max-width: 768px) {
    .main-right-section .mult-lab .label {
        color: #fff !important
    }
}

.main-right-section .password-updated-sec .img {
    width: 100px;
    height: 100px;
    margin-bottom: 20px
}

@media (max-width: 768px) {
    .main-right-section .password-updated-sec .img {
        width: 70px;
        height: 70px
    }
}

.main-right-section .password-updated-sec .hint {
    font-size: 1.25rem;
    margin-bottom: 30px;
    color: #01b124
}

.main-right-section .password-updated-sec .anchor {
    font-size: 1.25rem;
    text-decoration: underline !important
}

@media (max-width: 768px) {
    .main-right-section .password-updated-sec .anchor {
        color: #fff !important
    }
}

.main-right-section.main-right-update {
    position: static;
    padding: 0;
    overflow: hidden
}

.main-right-section.main-right-update .main-input .label {
    color: #000
}

.main-right-section.main-right-update .label {
    color: #000
}

@media (max-width: 768px) {
    .main-right-section.main-right-update .phone-input .input-phone-number {
        box-shadow: 0 0 4px #d6d6d6
    }
}

.main-input .label {
    color: #191919;
    margin-bottom: 20px;
    font-size: 20px
}

@media (max-width: 768px) {
    .main-input .label {
        font-size: 15px
    }
}

.main-input .input {
    width: 100%;
    min-height: 55px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 15px 30px;
    box-shadow: 0 0 4px #d6d6d6;
    font-size: 15px
}

.main-input .input::placeholder {
    color: #bebcbc
}

.main-input .input:focus::placeholder {
    color: transparent
}

@media (max-width: 425px) {
    .preview-section-img {
        flex-direction: column
    }
}

.preview-section-img .preview-img {
    width: 230px;
    height: 200px;
    background-color: #f7f7f7;
    border-radius: 5px;
    margin-bottom: 0;
    position: relative
}

html[lang="en"] .preview-section-img .preview-img {
    margin-right: 70px
}

html[lang="ar"] .preview-section-img .preview-img {
    margin-left: 70px
}

@media (max-width: 768px) {
    html[lang="en"] .preview-section-img .preview-img {
        margin-right: 40px
    }

    html[lang="ar"] .preview-section-img .preview-img {
        margin-left: 40px
    }
}

@media (max-width: 425px) {
    .preview-section-img .preview-img {
        width: 150px;
        height: 130px;
        margin-bottom: 15px
    }

    html[lang="en"] .preview-section-img .preview-img {
        margin-right: 0
    }

    html[lang="ar"] .preview-section-img .preview-img {
        margin-left: 0
    }
}

.preview-section-img .preview-img .stat-img {
    width: 60px;
    height: 60px;
    object-fit: cover
}

@media (max-width: 425px) {
    .preview-section-img .preview-img .stat-img {
        width: 45px;
        height: 45px
    }
}

.preview-section-img .preview-img .single-img {
    width: calc(100% - 4px);
    height: calc(100% - 4px)
}

@media (max-width: 425px) {
    .preview-section-img .main-label {
        display: flex;
        flex-direction: column;
        align-items: center
    }
}

.preview-section-img .hidden-input {
    width: 0;
    height: 0;
    visibility: hidden;
    overflow: hidden
}

.preview-section-img .hint-name {
    color: #1c1a1b;
    margin-bottom: 5px;
    font-size: 3rem;
    font-weight: 600
}

@media (max-width: 768px) {
    .preview-section-img .hint-name {
        font-size: 2.25rem
    }
}

@media (max-width: 425px) {
    .preview-section-img .hint-name {
        font-size: 1.625rem
    }
}

.preview-section-img .hint-gmail {
    font-size: 1.25rem;
    color: #747975;
    margin-bottom: 15px
}

.preview-section-img .inner {
    cursor: pointer
}

.preview-section-img .inner .hint-preview {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    border: 1px solid #7a1d33;
    border-radius: 20px;
    font-size: .875rem;
    color: #7a1d33
}

.with-bt {
    border-bottom: 1px solid rgba(116, 121, 117, 0.2);
    padding-bottom: 50px;
    margin-bottom: 50px
}

@media (max-width: 425px) {
    .with-bt {
        padding-bottom: 35px;
        margin-bottom: 35px
    }
}

.links-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px
}

@media (max-width: 425px) {
    .links-group {
        flex-direction: column;
        margin-bottom: 30px
    }

    .links-group .sub-btn {
        margin-bottom: 15px
    }
}

.user-title {
    font-size: 1.375rem;
    color: #1c1a1b;
    font-weight: bold;
    margin-bottom: 50px
}

@media (max-width: 425px) {
    .user-title {
        margin-bottom: 20px;
        font-size: 1.25rem
    }
}

html[lang="en"] .inner-radio .radio:not(:last-child) {
    margin-right: 25px
}

html[lang="ar"] .inner-radio .radio:not(:last-child) {
    margin-left: 25px
}

.inner-radio .check-inner {
    display: flex;
    align-items: center;
    cursor: pointer
}

.inner-radio .hint-text {
    transition: 0.4s
}

.inner-radio .radio-body {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1.13px solid #000;
    border-radius: 50%;
    transition: 0.4s;
    flex-shrink: 0
}

html[lang="en"] .inner-radio .radio-body {
    margin-right: 10px
}

html[lang="ar"] .inner-radio .radio-body {
    margin-left: 10px
}

.inner-radio .radio-body i {
    font-size: .75rem;
    color: #01b124;
    transition: 0.4s;
    opacity: 0;
    overflow: hidden;
    visibility: hidden
}

@media (max-width: 425px) {
    .inner-radio .radio-body i {
        font-size: 10px
    }
}

.inner-radio .box-check:checked+.check-inner .radio-body {
    border-color: #01b124
}

.inner-radio .box-check:checked+.check-inner .radio-body i {
    opacity: 1;
    visibility: visible;
    overflow: visible
}

.inner-radio .box-check:checked+.check-inner .hint-text {
    color: #01b124
}

.delete-btn {
    font-size: 1.25rem;
    color: #747975
}

.delete-btn:hover {
    color: #747975
}

.select-2-input .select~.select2 {
    width: 100% !important;
    border-radius: 5px;
    box-shadow: 0 0 4px #d6d6d6
}

.select-2-input .select~.select2 .select2-selection--single {
    height: 55px;
    padding: 10px 20px;
    border-color: transparent;
    display: flex;
    align-items: center
}

.select-2-input .select~.select2 .select2-selection--single .select2-selection__rendered {
    color: #666666;
    font-size: .875rem
}

.select-2-input .select~.select2 .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    border: 0
}

html[lang="en"] .select-2-input .select~.select2 .select2-selection--single .select2-selection__arrow {
    right: 15px
}

html[lang="ar"] .select-2-input .select~.select2 .select2-selection--single .select2-selection__arrow {
    left: 15px
}

@media (max-width: 425px) {
    html[lang="en"] .select-2-input .select~.select2 .select2-selection--single .select2-selection__arrow {
        right: 5px
    }

    html[lang="ar"] .select-2-input .select~.select2 .select2-selection--single .select2-selection__arrow {
        left: 5px
    }
}

.select-2-input .select~.select2 .select2-selection--single .select2-selection__arrow::after {
    content: "\f107";
    display: block;
    font-size: 1.25rem;
    color: #707070;
    font-weight: 900
}

.select-2-input .select~.select2 .select2-selection--single .select2-selection__arrow b {
    display: none
}

.change-modal .modal {
    padding: 0 !important
}

.change-modal .modal-dialog {
    max-width: 600px
}

.change-modal .modal-dialog form {
    padding: 0 5px
}

.change-modal .modal-dialog form .main-input .input {
    padding: 15px
}

.change-modal .modal-body {
    padding: 30px
}

@media (max-width: 425px) {
    .change-modal .modal-body {
        padding: 30px 10px
    }
}

@media (max-width: 1024px) {
    .overlay-body {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 3;
        background-color: #000;
        opacity: 0.5;
        transition: 0.5s
    }

    html[lang="en"] .overlay-body {
        transform: translateX(100%)
    }

    html[lang="ar"] .overlay-body {
        transform: translateX(-100%)
    }

    html[lang="en"] .overlay-body {
        left: 0
    }

    html[lang="ar"] .overlay-body {
        right: 0
    }

    html[lang="en"] .overlay-body.show {
        transform: translateX(0)
    }

    html[lang="ar"] .overlay-body.show {
        transform: translateX(0)
    }
}

.resp-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9
}

.resp-header.fixed {
    border-bottom: 1px solid rgba(190, 188, 188, 0.3);
    background-color: #fff
}

.resp-header.fixed .inner {
    padding-top: 10px;
    padding-bottom: 10px
}

html[lang="en"] .resp-header.fixed .inner .main-nav-btn {
    border-left: 1px solid #000
}

html[lang="ar"] .resp-header.fixed .inner .main-nav-btn {
    border-right: 1px solid #000
}

.resp-header.fixed .inner .main-nav-btn .hint {
    color: #000
}

.resp-header.fixed .inner .main-nav-btn .nav-btn span {
    background-color: #000
}

.resp-header.fixed .inner .search-btn {
    color: #000
}

.resp-header.fixed .inner .logo .light {
    opacity: 0
}

.resp-header.fixed .inner .logo .dark {
    opacity: 1
}

.resp-header.fixed .inner .right .part::after {
    background-color: #F4F4F4
}

.resp-header.fixed .inner .right .search {
    background-color: #FCFCFC;
    border-color: #E3E3E3
}

.resp-header.fixed .inner .right .search i {
    color: #747975
}

.resp-header.fixed .inner .right .search input {
    color: #747975
}

.resp-header.fixed .inner .right .search input::placeholder {
    color: #747975
}

.resp-header.fixed .inner .right .icon {
    color: #1C1A1B
}

.resp-header.fixed .inner .right .signup {
    color: #7A1D33
}

.resp-header.fixed .inner .right .signup span {
    color: #1C1A1B
}

.resp-header.fixed .inner .right .login {
    border-color: #7A1D33;
    color: #7A1D33
}

@media (min-width: 1025px) {
    .resp-header {
        display: none
    }
}

.resp-header .inner {
    padding: 25px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .5s
}

.resp-header .inner .logo {
    width: 100px;
    height: 50px;
    display: block;
    position: relative
}

.resp-header .inner .logo img {
    object-fit: contain;
    width: 100%
}

.resp-header .inner .logo img.dark {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0
}

.resp-header .inner .main-nav-btn {
    transition: .5s
}

html[lang="en"] .resp-header .inner .main-nav-btn {
    margin-left: 30px
}

html[lang="ar"] .resp-header .inner .main-nav-btn {
    margin-right: 30px
}

html[lang="en"] .resp-header .inner .main-nav-btn {
    border-left: 1px solid #fff
}

html[lang="ar"] .resp-header .inner .main-nav-btn {
    border-right: 1px solid #fff
}

html[lang="en"] .resp-header .inner .main-nav-btn {
    padding-left: 25px
}

html[lang="ar"] .resp-header .inner .main-nav-btn {
    padding-right: 25px
}

@media (max-width: 425px) {
    html[lang="en"] .resp-header .inner .main-nav-btn {
        padding-left: 15px
    }

    html[lang="ar"] .resp-header .inner .main-nav-btn {
        padding-right: 15px
    }

    html[lang="en"] .resp-header .inner .main-nav-btn {
        margin-left: 20px
    }

    html[lang="ar"] .resp-header .inner .main-nav-btn {
        margin-right: 20px
    }
}

.resp-header .inner .main-nav-btn .hint {
    color: #fff;
    transition: .5s
}

.resp-header .inner .search-btn {
    font-size: 1.25rem;
    color: #fff;
    transition: .5s
}

@media (max-width: 425px) {
    .resp-header .inner .search-btn {
        font-size: 1rem
    }
}

.resp-header .nav-btn {
    background: transparent;
    width: 30px;
    height: 18px;
    position: relative;
    display: none;
    padding: 0
}

html[lang="en"] .resp-header .nav-btn {
    margin-left: 15px
}

html[lang="ar"] .resp-header .nav-btn {
    margin-right: 15px
}

@media (max-width: 1280px) {
    .resp-header .nav-btn {
        display: block
    }
}

@media (max-width: 425px) {
    .resp-header .nav-btn {
        width: 25px;
        height: 16px
    }

    html[lang="en"] .resp-header .nav-btn {
        margin-left: 10px
    }

    html[lang="ar"] .resp-header .nav-btn {
        margin-right: 10px
    }
}

.resp-header .nav-btn span {
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #fff;
    transition: 0.5s;
    left: 0
}

@media (max-width: 425px) {
    .resp-header .nav-btn span {
        width: 25px
    }
}

.resp-header .nav-btn span:nth-child(1) {
    top: 0
}

.resp-header .nav-btn span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%)
}

.resp-header .nav-btn span:nth-child(3) {
    top: 100%;
    transform: translateY(-100%)
}

.resp-header .form-groub {
    overflow: hidden;
    visibility: hidden;
    opacity: 0
}

@media (max-width: 1280px) {
    .resp-header .form-groub {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        justify-content: center;
        align-items: center;
        background: rgba(0, 0, 0, 0.7);
        z-index: 0;
        transition: 0.5s;
        width: 100%;
        display: flex;
        overflow: hidden;
        pointer-events: none;
        opacity: 0
    }

    .resp-header .form-groub.show {
        overflow: visible;
        opacity: 1;
        visibility: visible;
        z-index: 99999;
        pointer-events: auto
    }
}

.resp-header .form-groub .input-filter {
    display: none
}

@media (max-width: 1280px) {
    .resp-header .form-groub .input-filter {
        font-size: 1.5rem;
        color: #fff;
        transition: 0.5s;
        background: transparent;
        cursor: pointer;
        position: absolute;
        top: 20px;
        display: block
    }

    html[lang="en"] .resp-header .form-groub .input-filter {
        left: 20px
    }

    html[lang="ar"] .resp-header .form-groub .input-filter {
        right: 20px
    }
}

.resp-header .form-groub .group {
    width: 900px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 50px;
    background-color: #fff;
    padding: 15px 25px;
    border-radius: 35px;
    margin: 0 auto
}

@media (max-width: 1440px) {
    .resp-header .form-groub .group {
        width: 650px
    }
}

@media (max-width: 1024px) {
    .resp-header .form-groub .group {
        width: 520px
    }
}

@media (max-width: 768px) {
    .resp-header .form-groub .group {
        width: 450px;
        margin: 0
    }
}

@media (max-width: 425px) {
    .resp-header .form-groub .group {
        width: 350px
    }
}

@media (max-width: 320px) {
    .resp-header .form-groub .group {
        width: 285px;
        padding: 15px
    }
}

.resp-header .form-groub .group input {
    width: 100%;
    height: 50px;
    background-color: transparent
}

.resp-header .form-groub .group input::placeholder {
    color: #666666;
    font-size: 1.125rem
}

@media (max-width: 320px) {
    .resp-header .form-groub .group input::placeholder {
        font-size: .875rem
    }
}

.resp-header .form-groub .group .btn-search {
    background: transparent;
    display: flex
}

.resp-header .form-groub .group i {
    font-size: 1.25rem;
    color: #666666
}

@media (max-width: 320px) {
    .resp-header .form-groub .group i {
        font-size: 1.125rem
    }
}

.resp-header .header-sidebar {
    display: none
}

@media (max-width: 1280px) {
    .resp-header .header-sidebar {
        display: block;
        background-color: #fff;
        box-shadow: 0 0 4px #d6d6d6;
        position: fixed;
        top: 0;
        width: 375px;
        max-width: 100%;
        height: 100%;
        z-index: 5;
        padding: 40px 30px;
        overflow: hidden;
        overflow-y: auto;
        transition: 0.5s
    }

    html[lang="en"] .resp-header .header-sidebar {
        left: 0
    }

    html[lang="ar"] .resp-header .header-sidebar {
        right: 0
    }

    html[lang="en"] .resp-header .header-sidebar {
        transform: translateX(-100%)
    }

    html[lang="ar"] .resp-header .header-sidebar {
        transform: translateX(100%)
    }

    .resp-header .header-sidebar .head-bar {
        justify-content: end;
        margin-bottom: 30px
    }

    .resp-header .header-sidebar .head-bar .icon {
        color: #747975;
        font-size: 1.5rem;
        cursor: pointer
    }

    html[lang="en"] .resp-header .header-sidebar .head-bar .icon {
        margin-left: 20px
    }

    html[lang="ar"] .resp-header .header-sidebar .head-bar .icon {
        margin-right: 20px
    }

    .resp-header .header-sidebar .head-bar .hint {
        font-size: 1.125rem;
        color: #747975
    }

    .resp-header .header-sidebar .links-group {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row
    }

    .resp-header .header-sidebar .links-group .theme-btn {
        width: calc(50% - 5px);
        padding: 8px 15px
    }

    html[lang="en"] .resp-header .header-sidebar.show {
        transform: translateX(0)
    }

    html[lang="ar"] .resp-header .header-sidebar.show {
        transform: translateX(0)
    }
}

.resp-header .with-br {
    border-bottom: 1px solid rgba(190, 188, 188, 0.3) !important;
    padding-bottom: 25px;
    margin-bottom: 25px
}

.resp-header .list .link {
    color: #000
}

.resp-header .card-header .title {
    font-size: 1.125rem;
    color: #000
}

.resp-header .card {
    border: 0;
    background: transparent
}

.resp-header .card .accicon i {
    transition: 0.3s
}

.resp-header .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border-bottom: none;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0 !important
}

.resp-header .card-header .fa-chevron-down {
    transition: 0.3s
}

.resp-header .card-header:not(.collapsed) .fa-chevron-down {
    transform: rotate(180deg)
}

.resp-header .card-body {
    display: flex;
    flex-direction: column;
    background-color: rgba(190, 188, 188, 0.15);
    padding: 20px 20px;
    border-radius: 20px;
    margin-top: 15px
}

.resp-header .card-body .anchor {
    width: 100%;
    color: #1c1a1b
}

.resp-header .card-body .anchor:not(:last-child) {
    margin-bottom: 10px
}

.switch-sec .item {
    background-color: rgba(190, 188, 188, 0.15);
    padding: 20px 25px;
    border-radius: 15px
}

.switch-sec .item:not(:last-child) {
    margin-bottom: 25px
}

.switch-sec .main {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.switch-sec .main:not(:last-child) {
    margin-bottom: 20px
}

.switch-sec .hint {
    font-size: 1.125rem;
    color: #1C1A1B
}

.switch-sec .switch {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 30px;
    margin-bottom: 0;
    flex-shrink: 0
}

@media (max-width: 425px) {
    .switch-sec .switch {
        width: 55px;
        height: 25px
    }
}

.switch-sec .switch .f-size {
    justify-content: space-between
}

.switch-sec .switch .f-size .right,
.switch-sec .switch .f-size .left {
    font-size: 1rem;
    color: #1C1A1B
}

html[lang="en"] .switch-sec .switch .f-size .right {
    padding-left: 15px
}

html[lang="ar"] .switch-sec .switch .f-size .right {
    padding-right: 15px
}

html[lang="en"] .switch-sec .switch .f-size .right {
    margin-left: 15px
}

html[lang="ar"] .switch-sec .switch .f-size .right {
    margin-right: 15px
}

html[lang="en"] .switch-sec .switch .f-size .right {
    border-left: 1px solid rgba(190, 188, 188, 0.3)
}

html[lang="ar"] .switch-sec .switch .f-size .right {
    border-right: 1px solid rgba(190, 188, 188, 0.3)
}

.switch-sec .switch input {
    display: none
}

.switch-sec .slider {
    position: absolute;
    cursor: pointer;
    background-color: rgba(120, 120, 128, 0.16);
    border-radius: 40px;
    transition: 0.4s;
    width: 100%;
    height: 100%
}

.switch-sec .slider:before {
    background-color: #ffffff;
    border: 0.5px solid rgba(0, 0, 0, 0.04);
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    background: #fff;
    border-radius: 50%;
    bottom: 4px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

html[lang="en"] .switch-sec .slider:before {
    left: 4px
}

html[lang="ar"] .switch-sec .slider:before {
    right: 4px
}

@media (max-width: 425px) {
    .switch-sec .slider:before {
        width: 18px;
        height: 18px
    }
}

.switch-sec input:checked~.slider {
    background: #7a1d33
}

html[lang="en"] .switch-sec input:checked~.slider:before {
    left: 34px
}

html[lang="ar"] .switch-sec input:checked~.slider:before {
    right: 34px
}

.complaint-sec .main-title {
    font-weight: bold;
    margin-bottom: 10px
}

.complaint-sec .main-disc {
    color: #747975;
    margin-bottom: 30px
}

@media (max-width: 425px) {
    .complaint-sec .main-disc {
        margin-bottom: 15px
    }
}

.complaint-sec label {
    font-weight: bold
}

.complaint-sec .item .banner {
    height: 620px;
    object-fit: cover
}

@media (max-width: 768px) {
    .complaint-sec .item .banner {
        height: 350px
    }
}

@media (max-width: 375px) {
    .complaint-sec .item .banner {
        height: 280px
    }
}

.main-area {
    height: 200px;
    resize: none
}

@media (max-width: 425px) {
    .main-area {
        height: 130px
    }
}

.file-sec {
    margin-bottom: 20px
}

.file-sec .head-title {
    display: -webkit-box
}

@media (max-width: 425px) {
    .file-sec .head-title {
        display: flex;
        flex-direction: column
    }
}

.file-sec .text .top,
.file-sec .text .bottom {
    display: block
}

.file-sec .text .top {
    margin-bottom: 10px;
    font-weight: bold
}

.file-sec .text .bottom {
    color: #747975
}

html[lang="en"] .file-sec .main-btn {
    margin-left: auto
}

html[lang="ar"] .file-sec .main-btn {
    margin-right: auto
}

@media (max-width: 425px) {
    .file-sec .main-btn {
        margin-top: 15px
    }

    html[lang="en"] .file-sec .main-btn {
        margin-left: 0
    }

    html[lang="ar"] .file-sec .main-btn {
        margin-right: 0
    }
}

.hint-video {
    justify-content: space-between;
    padding-top: 15px;
    border-top: 1px solid #BEBCBC
}

@media (max-width: 425px) {
    .hint-video {
        flex-direction: column;
        align-items: flex-start
    }
}

.hint-video:not(:last-child) {
    margin-bottom: 10px
}

.hint-video .img {
    width: 24px;
    height: 24px
}

html[lang="en"] .hint-video .img {
    margin-right: 15px
}

html[lang="ar"] .hint-video .img {
    margin-left: 15px
}

.hint-video .right .size {
    padding-right: 15px
}

html[lang="en"] .hint-video .right .size {
    margin-right: 20px
}

html[lang="ar"] .hint-video .right .size {
    margin-left: 20px
}

html[lang="en"] .hint-video .right .size {
    border-right: 1px solid #747975
}

html[lang="ar"] .hint-video .right .size {
    border-left: 1px solid #747975
}

@media (max-width: 425px) {
    .hint-video .right .size {
        font-size: 13px
    }
}

.hint-video .left {
    margin-bottom: 15px
}

.hint-video .video-name {
    font-size: 15px;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (max-width: 425px) {
    .hint-video .video-name {
        font-size: 13px
    }
}

.profile-img-upload .prof-label {
    position: relative;
    cursor: pointer
}

.profile-img-upload .prof-label input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer
}

.del-btn {
    font-size: 16px;
    color: #ff0202
}

html[lang="en"] .del-btn i {
    margin-right: 5px
}

html[lang="ar"] .del-btn i {
    margin-left: 5px
}

.contact-sec {
    padding: 40px;
    background-color: #fff;
    box-shadow: 0 0 4px #d6d6d6;
    border-radius: 12px
}

@media (max-width: 425px) {
    .contact-sec {
        padding: 25px 15px
    }
}

.contact-sec .right {
    margin-bottom: 25px
}

.contact-sec .right .down {
    padding: 20px 15px
}

@media (max-width: 425px) {
    .contact-sec .right .top {
        padding: 0 5px
    }
}

.contact-sec .right .link .desc {
    font-size: 14px
}

.contact-sec .with-out-bgc {
    background-color: transparent
}

.dark-theme {
    color: #ff0 !important;
    background-color: #000 !important;
    border-color: #fff !important
}

.dark-theme p,
.dark-theme h1,
.dark-theme h2,
.dark-theme h3,
.dark-theme h4,
.dark-theme h5,
.dark-theme h6,
.dark-theme span,
.dark-theme input,
.dark-theme textarea,
.dark-theme a,
.dark-theme abbr,
.dark-theme acronym,
.dark-theme address,
.dark-theme applet,
.dark-theme article,
.dark-theme aside,
.dark-theme audio,
.dark-theme b,
.dark-theme big,
.dark-theme blockquote,
.dark-theme button,
.dark-theme canvas,
.dark-theme caption,
.dark-theme center,
.dark-theme cite,
.dark-theme code,
.dark-theme dd,
.dark-theme del,
.dark-theme details,
.dark-theme dfn,
.dark-theme dl,
.dark-theme dt,
.dark-theme em,
.dark-theme embed,
.dark-theme fieldset,
.dark-theme figcaption,
.dark-theme figure,
.dark-theme footer,
.dark-theme form,
.dark-theme h1,
.dark-theme h2,
.dark-theme h3,
.dark-theme h4,
.dark-theme h5,
.dark-theme h6,
.dark-theme header,
.dark-theme hgroup,
.dark-theme html,
.dark-theme i,
.dark-theme iframe,
.dark-theme img,
.dark-theme ins,
.dark-theme kbd,
.dark-theme label,
.dark-theme legend,
.dark-theme li,
.dark-theme mark,
.dark-theme menu,
.dark-theme nav,
.dark-theme object,
.dark-theme ol,
.dark-theme output,
.dark-theme q,
.dark-theme ruby,
.dark-theme s,
.dark-theme samp,
.dark-theme section,
.dark-theme small,
.dark-theme strike,
.dark-theme strong,
.dark-theme sub,
.dark-theme summary,
.dark-theme sup,
.dark-theme table,
.dark-theme tbody,
.dark-theme td,
.dark-theme tfoot,
.dark-theme th,
.dark-theme thead,
.dark-theme time,
.dark-theme tr,
.dark-theme tt,
.dark-theme u,
.dark-theme ul,
.dark-theme var,
.dark-theme video {
    color: #ff0 !important
}

.dark-theme p,
.dark-theme h1,
.dark-theme h2,
.dark-theme h3,
.dark-theme h4,
.dark-theme h5,
.dark-theme h6,
.dark-theme span,
.dark-theme input,
.dark-theme textarea,
.dark-theme a:not(a.ui-state-default),
.dark-theme abbr,
.dark-theme acronym,
.dark-theme address,
.dark-theme applet,
.dark-theme article,
.dark-theme aside,
.dark-theme audio,
.dark-theme b,
.dark-theme big,
.dark-theme blockquote,
.dark-theme button,
.dark-theme canvas,
.dark-theme caption,
.dark-theme center,
.dark-theme cite,
.dark-theme code,
.dark-theme dd,
.dark-theme del,
.dark-theme details,
.dark-theme dfn,
.dark-theme div,
.dark-theme dl,
.dark-theme dt,
.dark-theme em,
.dark-theme embed,
.dark-theme fieldset,
.dark-theme figcaption,
.dark-theme figure,
.dark-theme footer,
.dark-theme form,
.dark-theme header,
.dark-theme hgroup,
.dark-theme html,
.dark-theme html input[type=button],
.dark-theme i,
.dark-theme iframe,
.dark-theme img,
.dark-theme input[type=reset],
.dark-theme input[type=submit],
.dark-theme ins,
.dark-theme kbd,
.dark-theme label,
.dark-theme legend,
.dark-theme li,
.dark-theme mark,
.dark-theme menu,
.dark-theme nav,
.dark-theme object,
.dark-theme ol,
.dark-theme output,
.dark-theme p,
.dark-theme pre,
.dark-theme q,
.dark-theme ruby,
.dark-theme s,
.dark-theme samp,
.dark-theme section,
.dark-theme small,
.dark-theme span,
.dark-theme strike,
.dark-theme strong,
.dark-theme sub,
.dark-theme summary,
.dark-theme sup,
.dark-theme table,
.dark-theme tbody,
.dark-theme td,
.dark-theme tfoot,
.dark-theme th,
.dark-theme thead,
.dark-theme time,
.dark-theme tr,
.dark-theme tt,
.dark-theme u,
.dark-theme ul,
.dark-theme var,
.dark-theme video {
    background-color: #000 !important;
    border-color: #fff !important
}

.dark-theme .resp-header .nav-btn span {
    background-color: #ff0 !important
}

.dark-theme .switch-sec .item {
    background-color: #777 !important
}

.dark-theme .switch-sec .slider {
    background-color: #ddd !important
}

.dark-theme .switch-sec .slider:before {
    background-color: #ff0 !important
}

* {
    transition: .3s
}
.main-slider .item .info{
          position: absolute !important;
          bottom: 0;
  		}
.main-slider .item .info .title{color:gray;}
.main-slider .item .info .theme-btn{color:#fff;}
@media (max-width:1024px){
  .main-slider .item .info{
          background-color: rgba(204, 204, 204, .73);
          position: absolute !important;
          bottom: 0;
  		}

}

.main-nav .list .link:hover{
	transform:translateX(-3px);
    color:#7a1d33 !important;
}
a:hover{
	transform:translateX(-3px);
    color:#7a1d33 !important;
}
button.icon:hover{
	transform:translateX(-3px);
    color:#7a1d33 !important;
}
a.theme-btn:hover{
	color:#fff !important;
}
.social-channels .inner{
	background-image:none;
    background-color: rgba(51, 51, 51, .60);
}

.footer{
	background-color: rgba(51, 51, 51, .60);
}
.news-box .info .date {
    color: #2a2a2a;
}
.news-box .info .desc {
    color: #303030;
}
.news-sec .item .info .hint{
    color: #303030;
}
.main-disc a{
	color:#333;
}
.sec-text-news p{
	color:#333 !important;
}
#sec5 span {
	color:#333 !important ;
}
#sec2 a{
	color:#333;
}
a:hover{
	text-decoration:underline !important;
}
.link:hover{
	text-decoration:underline !important;
}
button:focus {
    outline: 1px solid #7A1D33 !important;
}
select:focus, button:focus, input:focus {
    outline: 1px solid #7A1D33 !important;
}
input.search{
	padding-inline-start: 35px;
    font-size: 13px;
}

.pagn-sec ul{
	flex-wrap: wrap;
}

.pagn-sec ul li{
	margin-bottom:8px;
}
.submit_search {
    position: absolute;
    top: 0;
    left: 20px;
}
#link_div{
	cursor: pointer;
}
#link_div:hover {
    background-color: #fff;
    color: #7A1D33 !important;
}
.main-slider .item img{
    object-fit: fill;
}
.header .signupPart
{
	color: #fff;
}
.header.fixed .signupPart
{
	color: rgb(122 29 51);
    font-weight:600;
}
a:focus{
	outline: 1px solid;
}
a.icon{
	color:#7a1d33;
}
.main-right-section .req-text { 
    font-size: 1.25rem;
    color: #2c2c2c;
}
#setting_menu:hover{
	text-decoration:underline !important;
}
html[lang="en"] .submit_search {
    left: unset;
    right: 20px;
}
@media (max-width: 1280px)
{
  .resp-header .header-sidebar .head-bar .hint {
      font-size: 1.125rem;
      color: #2e2e2e;
  }
}

@media (max-width: 500px) {
    .main-slider .item {
        height: 45vh;
    }
    .main-slider .item img {
            object-fit: revert;
    }
}

/*# sourceMappingURL=style.css.map */




