@font-face {
    font-family: 'Bahij-Janna';
    src: url('../fonts/bahij/BahijJanna.eot');
    src: url('../fonts/bahij/BahijJanna.eot?#iefix') format('embedded-opentype'),
    url('../fonts/bahij/BahijJanna.woff2') format('woff2'),
    url('../fonts/bahij/BahijJanna.woff') format('woff'),
    url('../fonts/bahij/BahijJanna.ttf') format('truetype'),
    url('../fonts/bahij/BahijJanna.svg#BahijJanna') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Bahij-Janna-bold';
    src: url('../fonts/bahij/BahijJanna-Bold.eot');
    src: url('../fonts/bahij/BahijJanna-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/bahij/BahijJanna-Bold.woff2') format('woff2'),
    url('../fonts/bahij/BahijJanna-Bold.woff') format('woff'),
    url('../fonts/bahij/BahijJanna-Bold.ttf') format('truetype'),
    url('../fonts/bahij/BahijJanna-Bold.svg#BahijJanna-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'etab';
    src: url('../fonts/etab/AraEtabAlMonieee-Regular.eot');
    src: url('../fonts/etab/AraEtabAlMonieee-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/etab/AraEtabAlMonieee-Regular.woff2') format('woff2'),
    url('../fonts/etab/AraEtabAlMonieee-Regular.woff') format('woff'),
    url('../fonts/etab/AraEtabAlMonieee-Regular.ttf') format('truetype'),
    url('../fonts/etab/AraEtabAlMonieee-Regular.svg#AraEtabAlMonieee-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MyriadArabic-Regular';
    src: url('../fonts/Myriad/MyriadArabic-Regular.ttf');
}

@font-face {
    font-family: 'NeoSansArabic';
    src: url('../fonts/NeoSansArabic.ttf');

}

/******************************/
/******************************/
:root {
    --primary: #d8a121;
    --secondary: #513000;
    --gray: #7e7e7e;
    --black: #000;
    --white: #ffffff;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

.wrap {
    overflow: hidden;
}

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

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

body {
    font-family: 'Bahij-Janna';
    color: var(--black);
    background: #ffffff;
    font-size: 16px;
}

p:last-of-type {
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-weight: bold;
}

button,
li,
a {
    transition: all 0.5s ease-in-out;
}

a {
    display: inline-block;
}

a,
a:focus,
a:hover {
    text-decoration: none;
}

ul,
ol {
    margin-bottom: 0;
}

button:focus {
    outline: 0;
}

li,
input[type="submit"],
a {
    transition: all 0.5s linear;
}

img,
iframe,
video {
    max-width: 100%;
}

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

ul li {
}

.no-padding {
    padding: 0 !important;
}

.form-control {
    border-radius: 0;
}

textarea.form-control {
    height: 200px;
}

.form-control:focus {
    /*border-color: transparent;*/
    /*box-shadow: none;*/
    /*outline: none;*/
    /*color: var(--primary);*/
}

.main-btn {
    position: relative;
    color: var(--white) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    width: 160px;
    height: 30px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;
    border-radius: 35px;
    overflow: hidden;
    background-color: var(--primary);
    border: 1px solid var(--primary);
    cursor: pointer;
    transition: all .35s ease-in-out;
}

.main-btn:hover {
    background: var(--secondary);
    border: 1px solid var(--secondary);
    color: var(--white) !important;
    transform: translateY(-5px);
}

.main-title {
    position: relative;
    color: var(--primary);
    font-size: 36px;
    font-weight: bold;
}

.main-title i {
    font-size: 20px;
}

@media (max-width: 768px) {

}

@media (max-width: 500px) {
    .main-btn {
        font-size: 12px;
        width: 100px;
        height: 35px;
        line-height: 35px;
    }

    .main-title {
        font-size: 28px;
        margin: 10px 0;
    }
}


/******************************/
/* && header &&*/
/******************************/
.top-header {
    padding: 20px 0 0;
}

.top-header .image-inv {
    text-align: end;
    margin-top: -65px;
    position: relative;
    z-index: -1;
}

.header-description {
     font-family: 'etab';
    text-align: center;
}

.header-description .tit {
    font-family: 'MyriadArabic-Regular';
    font-size: 58px;
    font-weight: bold;
    color: var(--primary);
}

.header-description .desc {
    font-size: 22px;
    color: var(--secondary);
    font-weight: bold;
}

.header-description .desc span {
    display: inline-block;
}


@media (max-width: 768px) {
    .header-description .tit {
        font-size: 38px;
    }

    .top-header .image-inv {
        margin-top: 0;
    }
}

@media (max-width: 500px) {
    .col-hd:nth-of-type(2){
        order: 3;
    }
    .header-description .tit {
        font-size: 18px;
    }

    .head-logo .main-logo {
        margin-bottom: 20px;
    }

    .head-logo .main-logo img {
        max-width: 125px;

    }

    .header-description .desc {
        font-size: 14px;
    }

    .head-logo {
        justify-content: center;
    }

    .top-header .image-inv {
        max-width: 110px;

        float: left;
    }
}

/******************************/
/* && nav-header &&*/
/******************************/
.nav-header {
    margin-top: -60px;
    position: relative;
    z-index: 2;
}

.head-home.nav-header-content {
    border-radius: 35px;
}

.nav-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ececec;
    padding: 10px;
}

@media (min-width: 992px) {
    .main-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .main-nav .nav-list {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 0;
        position: relative;
    }

    .main-nav .nav-list > .menu-item {
        position: relative;
    }


    .main-nav .nav-list > .menu-item > a {
        display: block;
        color: var(--black);
        font-size: 18px;
        padding: 8px 20px;
        position: relative;
        text-align: center;
        transition: all 0.5s ease-in-out;
    }

    .main-nav .nav-list > .menu-item-has-children > a:after {
        display: inline-block;
        content: "\f0d7";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        margin-inline-start: 10px;
        color: var(--black);
        transition: all .35s ease-in-out;
    }

    .main-nav .nav-list .menu-item:hover > a,
    .main-nav .nav-list > .menu-item.active a {
        color: var(--secondary);
    }

    .main-nav .nav-list > .menu-item:hover > a:before,
    .main-nav .nav-list > .menu-item.active a:before {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }

    .main-nav .nav-list > .menu-item-has-children:hover a:after {
        transform: rotateX(-180deg);
        color: var(--black);
    }

    .main-nav html[dir="rtl"].sub-menu {
        left: 0;
    }

    .main-nav html[dir="ltr"].sub-menu {
        right: 0;
    }

    .main-nav .sub-menu {
        position: absolute;
        top: 100%;
        z-index: 4;
        min-width: 350px;
        background-color: rgba(220, 220, 220, 1);
        padding: 20px 0;
        opacity: 0;
        visibility: hidden;
        transform-origin: 0 0 0;
        transform: scaleY(0);
        box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
        transition: all 0.2s ease-in-out;
    }

    .main-nav .sub-menu li {
        position: relative;
        padding: 0 20px;
    }

    .main-nav .sub-menu li:not(:last-of-type) a {
        margin-bottom: 10px;
    }

    .main-nav .sub-menu li a {
        display: block;
        width: 100%;
        position: relative;
        color: var(--black);
        padding-bottom: 10px;
        transition: all 0.5s ease-in-out;
    }


    .main-nav html[dir="rtl"] .nav-list .sub-menu > li.menu-item-has-children > a:after {
        left: 0;
        content: "\f324";
    }

    .main-nav html[dir="ltr"] .nav-list .sub-menu > li.menu-item-has-children > a:after {
        right: 0;
        content: "\f323";
    }

    .main-nav .nav-list .sub-menu > li.menu-item-has-children > a:after {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        color: var(--black);
        position: absolute;
        transition: all 0.5s ease-in-out;
    }

    .main-nav .sub-menu li a:hover {
        color: var(--secondary);
    }

    .main-nav .nav-list .sub-menu > li.menu-item-has-children:hover > a:after {
        color: var(--secondary);
    }

    .main-nav .menu-item-has-children:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: scaleY(1);
    }

    .main-nav html[dir="rtl"] .sub-menu .menu-item-has-children .sub-menu {
        right: 100%;
    }

    .main-nav html[dir="ltr"] .sub-menu .menu-item-has-children .sub-menu {
        left: 100%;
    }

    .main-nav .sub-menu .menu-item-has-children .sub-menu {
        top: 0 !important;
        right: 100%;
    }

    .main-nav html[dir="rtl"] .sub-menu .menu-item-has-children:hover > .sub-menu {
        right: 100%;
    }

    .main-nav html[dir="ltr"] .sub-menu .menu-item-has-children:hover > .sub-menu {
        left: 100%;
    }


    .main-nav html[dir="rtl"] .nav-list > .menu-item-has-children > .sub-menu a:before {
        content: "\f100";
    }

    .main-nav html[dir="ltr"] .nav-list > .menu-item-has-children > .sub-menu a:before {
        content: "\f101";
    }

    .main-nav .nav-list > .menu-item-has-children > .sub-menu a:before {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        display: inline-block;
        margin-inline-start: 10px;
        color: var(--black);
        font-size: 14px;
        transition: all .35s ease-in-out;
    }

    .nav-btn,
    .mobile-nav-list,
    .dd-trigger {
        display: none;
    }
}

@media (max-width: 992px) {


    .main-nav .nav-list {
        display: none;
    }

    .dd-trigger {
        display: inline-block;
    }

    .main-nav {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .head-logo {
        display: flex;
        align-items: center;
    }

    .menu-icons a:not(:last-of-type) {
        margin-inline-end: 10px;
    }

    .nav-list > li.menu-item-has-children > a:after {
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        color: var(--white);
        position: absolute;
        transition: all 0.5s ease-in-out;
    }

    .nav-btn {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        color: var(--white);
        background-color: var(--secondary);
        margin-inline-end: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.5s ease-in-out;
    }


    html[dir="ltr"] .mobile-nav-list {
        left: 0;
        transform: translateX(-100%);
    }

    html[dir="rtl"] .mobile-nav-list {
        transform: translateX(100%);
        right: 0;
    }

    .mobile-nav-list {
        width: 300px;
        height: 100%;
        padding: 15px;
        background-color: rgba(255, 255, 255, 1);
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        z-index: 999;
        box-shadow: 0 0 5px rgba(0, 0, 0, .2);
        overflow-y: scroll;
        transition: all .5s linear;

    }

    .mobile-nav-list .menu-item {
        position: relative;
        border-bottom: 1px solid var(--secondary);
    }

    .mobile-nav-list .menu-item:not(:last-of-type) a {
    }

    .mobile-nav-list .menu-item > a {
        display: block;
        color: var(--black);
        padding: 15px;
    }

    .mobile-nav-list .menu-item.menu-item-has-children > a {
        width: calc(100% - 34px);
        display: inline-block;
    }

    .mobile-nav-list .menu-item > a:hover,
    .mobile-nav-list .menu-item.active > a {
        color: var(--secondary);
    }

    html[dir="ltr"] .mobile-nav-list .menu-item.menu-item-has-children i {
        border-left: 1px solid var(--black);
    }

    html[dir="rtl"] .mobile-nav-list .menu-item.menu-item-has-children i {
        border-right: 1px solid var(--black);
    }

    .mobile-nav-list .menu-item.menu-item-has-children i {
        color: var(--black);
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        transform-origin: center;
        transition: all .3s linear;
    }

    .mobile-nav-list .menu-item i.open {
        color: var(--black);
    }

    .sub-menu {
        list-style: none;
        background-color: var(--secondary);
    }

    .sub-menu.open {
    }

    .sub-menu li {
    }

    .mobile-nav-list .sub-menu a {
        display: block;
        padding: 15px 25px;
        color: var(--white);

        transition: all .3s linear;
    }

    .mobile-nav-list .sub-menu a:hover {
        color: #393839;
    }

    .trans-none {
        transform: none !important;
    }

    html[dir="ltr"] .nav-overlay {
        right: 0;
        transform: translateX(100%);
    }

    html[dir="rtl"] .nav-overlay {
        left: 0;
        transform: translateX(-100%);
    }

    .nav-overlay {
        display: block;
        position: fixed;
        top: 0;
        z-index: 5;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .4);
        transition: all .35s ease-in-out;
    }
}

@media (max-width: 768px) {
    .nav-header {
        margin-top: 0;
    }

    .nav-header-content {
        justify-content: center;
    }
}

@media (max-width: 500px) {

}

/******************************/
/* && services &&*/
/******************************/
.services {
    background-image: url("../images/s-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 75px 0 25px;
    margin-top: -20px;
}

.services-items {
    position: relative;
    background: #ececec;
    overflow: hidden;
    height: 250px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 15px;
}

.services-items:before {
    content: " ";
    background: var(--white);
    width: 100%;
    height: 255px;
    border-radius: 50%;
    position: absolute;
    top: -50%;
    right: 0;
    z-index: 0;

}

.services-items .serv-img {
    position: relative;
    z-index: 2;
    margin-top: 20px;
    margin-bottom: 30px;
}

.services-items .serv-img img {

}

.services-items .serv-tit {
    font-size: 28px;
    font-weight: bold;
    color: var(--secondary);
}

.date {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--white);
}

@media (max-width: 768px) {

}

@media (max-width: 500px) {
    .services-items .serv-tit {
        font-size: 22px;
    }

    .services-items:before {
        height: 180px;
        top: -40%;

    }
}

/******************************/
/* && footer &&*/
/******************************/
.about {
    padding: 50px 0;
}

.about .about-slider {
    padding: 25px;
    border-radius: 20px;
    background: var(--white);
    box-shadow: 0 0 29px rgba(1, 2, 2, .26);
}

.about .about-slider .item img {
    border-radius: 15px;
}

.about .about-slider .slid-tit {
    color: var(--primary);
}

.about .about-slider .slid-desc {
    color: var(--gray);
    margin-bottom: 30px;
}

.about .about-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.about .about-slider .owl-nav div {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: var(--primary);
    color: var(--white);
    text-align: center;
}

.about .about-slider .owl-nav div:hover {
    background: var(--secondary);
}

.about .about-slider .owl-nav div.owl-prev {
    margin-right: -25px;
}

.about .about-slider .owl-nav div.owl-next {
    margin-left: -25px;
}

@media (max-width: 768px) {

}

@media (max-width: 500px) {
    .about .about-slider .slid-desc {
        margin-top: 10px;
    }

    .about .about-slider .owl-nav {
        display: none;
    }
}

/******************************/
/* && home-bar &&*/
/******************************/
.home-bar .title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: var(--primary);
    color: var(--white);
    border-radius: 35px;
    margin: 0;
}

.nav-home-bar {
    border-radius: 35px 35px 20px 20px;
    background: var(--white);
    padding-bottom: 25px;
    margin-bottom: 25px;

    box-shadow: 0 0 29px rgba(1, 2, 2, .26);
}

.nav-home-bar ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.nav-home-bar ul li a {
    font-size: 20px;
    font-weight: bold;
    color: var(--gray);
    padding: 4px 15px;
    background: transparent;
    transition: all .3s ease-in-out;
}

.nav-home-bar ul li a:hover {
    background: var(--secondary);
    color: var(--white);
    border-radius: 35px;
}

.news-bar {
    border-radius: 35px 35px 20px 20px;
    background: var(--white);
    padding-bottom: 20px;
    box-shadow: 0 0 29px rgba(1, 2, 2, .26);
}

.news-bar-items .news-item:nth-of-type(1) {
    display: inline-block;
    text-align: center;
}

.news-bar-items .news-item:nth-of-type(1) .content-news {
    margin-inline-start: 0;
    padding-top: 10px;
}

.news-bar-items .news-item:nth-of-type(1) .content-news .tit a {
    font-size: 24px;
}

.news-bar-items .news-item:nth-of-type(1) .content-news .url {
    margin: 0 auto;
    display: table;
}

.news-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 20px;
}

.news-item .news-item-image {
    display: flex;
    flex: .9;
}
.news-item-image a{
    display: block;
    width: 100%;
}
.news-bar-items .news-item:nth-of-type(1) .news-item-image a img{
    height: 250px;
}
.news-item .news-item-image img {
    width: 100%;
    border-radius: 15px;
}

.news-item .content-news {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-inline-start: 10px;
}

.news-item .content-news .news-item-tit a {
    font-size: 18px;
    color: var(--primary);
    font-weight: bold;
    margin-bottom: 5px;
    transition: all .35s ease-in-out;
}

.news-item .content-news .news-item-tit a:hover {
    color: var(--secondary);
}

.news-item .content-news .news-item-cat a{
    font-size: 16px;
    color: var(--black);
    font-weight: bold;
    margin-bottom: 5px;
}

.news-item .content-news .news-item-desc {
    font-size: 16px;
    color: var(--gray);
    font-weight: bold;
    margin-bottom: 18px;
}

.feeds {
    margin-top: 20px;
    border-radius: 35px 35px 20px 20px;
    background: var(--white);
    padding-bottom: 15px;
    box-shadow: 0 0 29px rgba(1, 2, 2, .26);
}

.feeds-items {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.feeds-items a {
    font-size: 18px;
    color: var(--black);
    font-weight: bold;
    margin-top: 8px;
}

.completion {

    border-radius: 35px 35px 20px 20px;
    background: var(--white);
    padding-bottom: 15px;
    box-shadow: 0 0 29px rgba(1, 2, 2, .26);
}

.completion-count {
    text-align: center;
}

.completion-count span {
    margin-top: 20px;
    font-size: 56px;
    font-weight: bold;
}

.completion-count div {
    font-size: 24px;
    font-weight: bold;
}

#counter span {
    font-size: 58px;
    color: var(--primary);
    font-weight: bold;
}

.association-twitter {
    border-radius: 35px 35px 20px 20px;
    background: var(--white);
    padding-bottom: 15px;
    box-shadow: 0 0 29px rgba(1, 2, 2, .26);
    margin-top: 20px;
}

.our-bank {
    border-radius: 35px 35px 20px 20px;
    background: var(--white);
    padding-bottom: 15px;
    box-shadow: 0 0 29px rgba(1, 2, 2, .26);
    margin-top: 20px;
}

.message-us {
    border-radius: 35px 35px 20px 20px;
    background: var(--white);
    box-shadow: 0 0 29px rgba(1, 2, 2, .26);
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 18px 0;
}

.message-us img {
    margin-bottom: 10px;
}

.message-us .tit {
    font-size: 48px;
    font-weight: bold;
    color: var(--black);
}

.your-opinion {
    border-radius: 35px 35px 20px 20px;
    background: var(--white);
    box-shadow: 0 0 29px rgba(1, 2, 2, .26);
    margin-top: 20px;
    padding: 0 0 30px;
}

/*.your-opinion form{*/
/*    margin-top: 10px;*/
/*}*/
/*.your-opinion form span{*/
/*    font-size: 18px;*/
/*    font-weight: bold;*/
/*    color: var(--black);*/
/*}*/
/*.your-opinion form label{*/
/*    display: block;*/
/*    margin-bottom: 10px;*/
/*}*/
/*.your-opinion form input {*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    background-color: white;*/
/*    border-radius: 50%;*/
/*    vertical-align: middle;*/
/*    border: 2px solid var(--primary);*/
/*    appearance: none;*/
/*    -webkit-appearance: none;*/
/*    outline: none;*/
/*    cursor: pointer;*/
/*}*/

/*.your-opinion form input:checked {*/
/*    background-color: var(--primary);*/
/*}*/
/*.your-opinion form .buttons{*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-evenly;*/
/*}*/
.your-opinion form{
    padding: 15px;
}
.your-opinion form #polls-1-ans p{
    display: inline-block;
}
.your-opinion form #polls-1-ans p a{
    margin-inline-start: 5px;
}
.your-opinion form #polls-1-ans p input,
.your-opinion form #polls-1-ans p a{
    position: relative;
    color: var(--white) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    width: 95px;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    text-align: center;
    border-radius: 35px;
    overflow: hidden;
    background-color: var(--primary);
    border: 1px solid var(--primary);
    cursor: pointer;
    transition: all .35s ease-in-out;
}

@media (max-width: 768px) {
    .news-bar-items .item {
        flex-direction: column;
    }

    .news-bar-items .item {
        display: inline-block;
    }

    .news-bar-items .item .image img {
        height: 250px;
    }

    .news-bar-items .item .content-news {
        text-align: center;
        padding-top: 10px;
    }

    .news-bar-items .item .content-news .url {
        display: table;
        margin: 0 auto;
    }

    .home-bar .home-bar-col:nth-of-type(3) {
        order: 2;
    }

    .home-bar .home-bar-col:nth-of-type(2) {
        order: 3;
    }
}

@media (max-width: 500px) {
    .home-bar .title {
        font-size: 18px;
        line-height: 40px;
        height: 40px;
    }

    .news-bar {
        margin-top: 20px;
    }

    #counter span {
        font-size: 48px;
    }

    .completion-count span {
        margin-top: 10px;
        font-size: 34px;
        font-weight: bold;
    }

    .nav-home-bar ul li a {
        padding: 4px 5px;
        font-size: 14px;
    }

    .message-us .tit {
        font-size: 34px;
    }

    .your-opinion form .buttons {
        justify-content: space-between;
    }

    .your-opinion form .buttons .main-btn {
        height: 35px;
        width: 80px;
    }
}

/******************************/
/* && footer &&*/
/******************************/
.contributed {
    padding: 75px 0;
}

.contributed .title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: var(--primary);
    color: var(--white);
    border-radius: 35px;
    margin: 0;
}

.contributed-content {
    border-radius: 35px 35px 20px 20px;
    background: var(--white);
    box-shadow: 0 0 29px rgba(1, 2, 2, .26);
    margin-top: 20px;

}

.container-slider {
    padding: 30px;
}

.contribute-item img {
    width: 100%;
    height: 200px;
    border-radius: 15px;
}

.container-slider .owl-nav {
  
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: space-between;*/
    /*width: 100%;*/
}

.container-slider .owl-nav div {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: var(--primary);
    color: var(--white);
    text-align: center;
      position: absolute;
    top: 50%;
      transform: translateY(-50%);
    transition: all .35s ease-in-out;
}

.container-slider .owl-nav div:hover {
    background: var(--secondary);
}

.container-slider .owl-nav div.owl-prev {
   right: -25px;
}

.container-slider .owl-nav div.owl-next {
  left: -25px;
}

@media (max-width: 768px) {

}

@media (max-width: 500px) {
    .container-slider .item img {
        height: 150px;
    }
}

/******************************/
/* && footer &&*/
/******************************/
footer {
    padding: 50px 0 20px;
    position: relative;
    background-image: url("../images/footer.png");
    background-size: cover;
    background-repeat: no-repeat;


}

.footer-image-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.footer-desc {
    color: var(--white);
    margin-top: 20px;
    font-size: 24px;
    font-weight: bold;
}

.social a {
    margin-inline-end: 10px;
}

.footer-list li {
    padding-bottom: 10px;
}

.footer-list li a {
    color: var(--white) !important;
    font-size: 16px;
    font-weight: bold;
}

.footer-end-list {
    margin: 50px 0;
}

.footer-end-list ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-end-list ul {
    color: var(--white);
}

.footer-end-list ul li a {
    margin: 0 5px;
    color: var(--white);
}

.footer-tittle h3 {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    font-size: 24px;
    color: var(--primary);
}

.footer-inp .footer-tittle h5 {
    font-size: 12px;
}

#backToTopBtn {
    color: var(--white) !important;
}


.powerd-content {
    text-align: center;
}

.powerd-content span {
    color: var(--white);
}

.powerd-content a {
    color: var(--primary);
}

.footer-list-cat li {
    float: right;
    width: 50%;

}

@media (max-width: 992px) {

}

@media (max-width: 768px) {
    .powerd-items {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .footer-end-list ul{
        flex-wrap: wrap;
    }
    footer {
        padding: 30px 0 0;

    }

    .col-footer {
        margin: 30px 0;
    }

}

@media (max-width: 500px) {
    .powerd-content {
        text-align: center;
        font-size: 14px;
    }

    .main-footer .nav-list a {
        margin: 0 5px;
    }
}

.breadcrumb-area {
    padding: 15px 0;
    color: var(--white);
    background-color: var(--primary);
}

.breadcrumb-area a {
    color: var(--white);
}

.content {
    padding: 75px 0;
}

.main-tit {
    padding: 10px 0;
    text-align: center;
    background: var(--primary);
    color: var(--white);
    border-radius: 35px;
    margin-bottom: 50px;
}

.pro-img {
    margin-inline-end: 10px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.pro-img img {
    max-height: 100%;
}

.banks-logos .bank-logo {
    height: auto;
}

.bank-logo {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bank-logo img {
    max-height: 100%;
    object-fit: contain;
}
.page-main .gallery{
    margin-bottom: 30px;
}
.content .item-block{
    text-align: center;
}
.content .item-block .item-block-img img{
    width: 100%;
}
.content .item-block .item-block-tit a{
    color: var(--primary);

}
