/*===============================================
Template Name: Elecson - Political Party  HTML5 Template
Author:  https://themeforest.net/user/dreamit-solution
Description: Description
Version: 1.0.0
Text Domain: Elecson
Tags:   activism, campaign, candidate, democrat, donation, election, elections, government, political, political leader, political party, politician, politics, republican, responsive.
================================================*/

/*TABLE OF CONTENTS*/
/*=====================
01. elecson Header Top Menu Area Css
02. elecson Nav Menu Area Css
03. elecson hero Area Css
04. elecson contact-Area Css
05. elecson service-Area Css
06. elecson Section Title Css
07. elecson About Area Css
08. elecson testimonial Area Css
09. elecson event Area Css
10. elecson download- Area Css
11. elecson mission- Area Css
12. elecson dollar- Area Css
13. elecson team Area Css
14. elecson blog Area Css
15. elecson counter Area Css
16. elecson footer-Area Css
17. elecson copyright-Area Css

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


/*=====================================
<--  elecson Nav Menu Area Css -->
=======================================*/


/* @font-face {
    font-family: "Noto Sans Arabic";
    src: url('/assets/fonts/Noto_Sans_Arabic/NotoSansArabic-VariableFont.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

body {
    font-family: "Noto Sans Arabic", sans-serif;
} */

.elecson_nav_manu {
    padding: 0 100px;
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #DE1E46 !important;
    z-index: 500;
    padding: 0 100px;
    transition: .5s !important;
    z-index: 500;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}

.sticky .logo {
    margin-top: 0;
}

.sticky.elecson_nav_manu:before {
    display: none;
}

/* elecson Menu Css*/

nav.elecson_menu {
    align-items: center;
    display: inline-flex;
    float: right;
    padding: 0;
}

.elecson_menu ul {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.elecson_menu>ul>li {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.elecson_menu>ul>li>a {
    display: block;
    margin: 35px 20px 35px;
    -webkit-transition: .5s;
    font-size: 16px;
    text-decoration: none;
    color: #012549;
    font-weight: 500;
}

nav.elecson_menu ul li a i {
    display: inline-block;
    font-size: 11px;
    padding-left: 6px;
}

nav.elecson_menu span {
    font-size: 13px;
    padding-left: 6px;
    font-family: FontAwesome;
    opacity: .5;
}

.elecson_menu>ul>li>a:hover {
    color: #DE1E46;
}

.sticky .elecson_menu>ul>li>a:hover {
    color: #ffffff;
}



/*** Sub Menu Style ***/
.elecson_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 150%;
    width: 217px;
    text-align: left;
    background: #ffffff;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    visibility: hidden;
    opacity: 0;
    border-bottom: 3px solid #DE1E46;
    border-top: 3px solid #DE1E46;
}

.elecson_menu ul li:hover>.sub-menu {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 100%;
    opacity: 1;
    z-index: 9999;
}

.elecson_menu ul .sub-menu li {
    position: relative;
}

.elecson_menu ul .sub-menu li a {
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-transition: .1s;
    visibility: inherit !important;
    color: #211e3b !important;
    text-decoration: none;
    transition: .5s;
}

.elecson_menu ul .sub-menu li:hover>a,
.elecson_menu ul .sub-menu .sub-menu li:hover>a,
.elecson_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.elecson_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
    background: #DE1E46;
    color: #ffffff !important;
}

/* sub menu 2 */

.elecson_menu ul .sub-menu .sub-menu {
    left: 100%;
    top: 130%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

.elecson_menu ul .sub-menu li:hover>.sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0%;
}

/* sub menu 3 */

.elecson_menu ul .sub-menu .sub-menu li {
    position: relative;
}

.elecson_menu ul .sub-menu .sub-menu .sub-menu {
    right: 100%;
    left: auto;
    top: 130%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
}

.elecson_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0%;
}

/* sub menu 4 */

.elecson_menu ul .sub-menu .sub-menu .sub-menu li {
    position: relative;
}

.elecson_menu ul .sub-menu .sub-menu .sub-menu .sub-menu {}

.elecson_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 0%;
}

.elecson_menu li a:hover:before {
    width: 100%;
}

.elecson_nav_manu.sticky .logo_img {
    display: none;
}

.main_sticky {
    display: none;
}

.elecson_nav_manu.sticky .main_sticky {
    display: inherit;
}

.sticky .elecson_menu li a {
    color: #ffffff;
}

.elecson_nav_manu.sticky a.dtbtn {
    color: #ffffff;
    background: #F16722;
    border: 2px solid #F16722;
}

.elecson_nav_manu.sticky a.dtbtn:hover {
    color: #43baff;
}

.mobile-menu.mean-container {
    overflow: hidden;
}

.elecson-search-btn {
    display: inline-block;
}


.elecson-btn {
    /* margin-left: 37px; */
    padding: 7px 0 0;
}

.elecson-btn a {
    display: inline-block;
    overflow: hidden;
    background: #DE1E46;
    border-radius: 5px;
    transition: all 0.5s ease 0s;
    z-index: 1;
    position: relative;
    font-size: 17px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Noto Sans Arabic", sans-serif;
    padding: 17px 39px 17px;
    text-decoration: none;
    position: relative;
    top: 1px;
}

.elecson-btn a::before {
    content: "";
    background: #012549;
    height: 50%;
    width: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    transition: .5s;
    z-index: -1;
}

.elecson-btn a::after {
    content: "";
    background: #012549;
    height: 50%;
    width: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    transition: .5s;
    z-index: -1;
}

.sticky .elecson-btn a::before {
    background: #012549;
    border-radius: 0;
}

.sticky .elecson-btn a {
    color: #DE1E46;
    background: #ffffff;
}

.sticky .elecson-btn a:hover {
    color: #ffffff;
}

.style-two .elecson-btn a {
    color: #CD1345;
    border: 1px solid #ffffff;
}

.style-two .elecson-btn a {
    background: none;
    color: #ffffff;
}

.style-two .elecson-btn a:hover {
    color: #CD1345;
}

.style-two .elecson-btn a::before {
    border-radius: 0;
}

.elecson-btn a:hover::before {
    width: 100%;
    right: 0;
    left: auto;
}

.elecson-btn a:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}

/*=====================================
<--  start elecson hero Area Css -->
=======================================*/


.hero-area {
    height: 850px;
    background: url(assets/images/hero/Home\ -\ Hero\ Background.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.row.hero {
    position: relative;
    z-index: 1;
}

.hero-thumb img {
    transform: scaleX(-1);
}

.hero-contant h5 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    margin-bottom: 17px;
    position: relative;
    z-index: 1;
    padding-left: 70px;
}

.hero-contant h5::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 46px;
    background: #E01142;
    top: 12px;
    left: 9px;
}

.hero-contant h5:after {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    background: #DE1E46;
    left: 2px;
    border-radius: 50%;
    top: 5px;
}

.hero-contant h1 {
    font-size: 65px;
    line-height: 80px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    margin: 0;
}

.hero-contant p {
    font-size: 17px;
    line-height: 1.9;
    color: #ffffff;
    font-weight: 400;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    width: 96%;
    padding: 20px 0 27px;
    padding-left: 32px;
    position: relative;
    z-index: 1;
}

.hero-contant p::before {
    position: absolute;
    content: "";
    height: 44px;
    width: 2px;
    background: #DE1E46;
    left: 6px;
    top: 28px;
}

.hero-area .elecson-btn {
    margin-left: 0;
}

.hero-area .elecson-btn a {
    padding: 17px 35px 17px;
}

.hero-area .elecson-btn a::before {
    background: #ffffff;
}

.hero-area .elecson-btn a:after {
    background: #ffffff;
}

.hero-shape2 {
    position: absolute;
    bottom: 8%;
    left: 35%;
}

.hero-shape2 img {
    animation: dance 3s alternate infinite;
    -webkit-animation: dance 2s alternate infinite;
    animation: dance 3s alternate infinite;
}

.hero-shape {
    position: absolute;
    top: 18%;
    left: -19%;
}

.hero-thumb {
    text-align: right;
    position: relative;
    /* top: 10px; */
}

.hero-area .elecson-btn a:hover {
    color: #DE1E46;
}


/*=====================================
<--  end elecson hero Area Css -->
=======================================*/





/*=====================================
<--  start elecson section-title Area Css -->
=======================================*/

.service-area {
    height: 100%;
    background: url(assets/images/services/BG.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.section-title.text-center {
    margin-bottom: 39px;
}

.mission-area .section-title.text-center {
    margin-bottom: 65px;
}

.blog-area .section-title.text-center {
    margin-bottom: 54px;
}

.service-area .section-title.text-center {
    margin-bottom: 55px;
}

.section-title.text-left {
    margin-bottom: 37px;
}

.event-area .section-title.text-left {
    margin-bottom: 57px;
}

.section-sub-title h5 {
    font-size: 18px;
    color: #e01142;
    font-weight: 600;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    margin-bottom: 24px;
    padding-left: 69px;
    position: relative;
    z-index: 1;
}

.section-sub-title h4 {
    font-size: 18px;
    color: #012549;
    font-weight: 500;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    margin-bottom: 13px;
}

.become-volunteer .section-sub-title h4 {
    color: #ffffff;
}

.become-volunteer .section-main-title h1 {
    font-size: 42px;
    line-height: 51px;
}

.section-sub-title h5::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 46px;
    background: #E01142;
    top: 12px;
    left: 9px;
}

.section-sub-title h5:after {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    background: #DE1E46;
    left: 2px;
    border-radius: 50%;
    top: 5px;
}

.section-main-title h1 {
    font-size: 42px;
    color: #002C41;
    font-weight: 700;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    margin: 0;
}

.about-area .section-main-title h1 {
    line-height: 45px;
    color: #ffffff;
}

.section-title-descr p {
    font-size: 16px;
    line-height: 28px;
    color: #27292f;
    font-weight: 400;
    font-family: "Noto Sans Arabic", sans-serif;
    width: 51%;
    margin: auto;
    padding: 19px 0 0;
}

.section-title-descr2 p {
    font-size: 18px;
    line-height: 2;
    color: #ffffff;
    font-weight: 400;
    font-family: "Noto Sans Arabic", sans-serif;
    width: 95%;
    padding: 25px 0 0;
}

.testimonial-area .section-sub-title h5 {
    padding-left: 0;
}

.testimonial-area .section-sub-title h5::before {
    background: transparent;
}

.testimonial-area .section-sub-title h5:after {
    background: transparent;
}

.testimonial-area .section-main-title h1 {
    color: #ffffff;
}

.team-area .section-main-title h1 {
    line-height: 45px;
    color: #ffffff;
}




.mission-section.style-two .section-sub-title h4 {
    color: #ffffff;
}

.mission-section.style-two .section-main-title h1 {
    color: #ffffff;
    line-height: 52px;
}

.section-title {
    margin-bottom: 36px;
}

.about-section .section-description p {
    padding: 16px 0 0;
}

p.section-description {
    width: 68%;
    margin: auto;
    padding: 13px 0 0;
}

.become-volunteer .section-main-title h1 {
    color: #ffffff;
}


/*=====================================
<--  end elecson section-title Area Css -->
=======================================*/




/*=====================================
<--  start elecson contact Area Css -->
=======================================*/

.contact-area {
    position: relative;
    z-index: 1;
}

.contact-area::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 85%;
    background: url(assets/images/contact-bg.png);
    z-index: -1;
    border-radius: 0 0 60px 0;
}

.contact_form {
    padding: 68px 0 69px;
}

h3.contact-title {
    font-size: 30px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    margin: 0;
}

.form_field_inner1 {
    float: left;
    width: 43%;
}

.form_field_inner2 {
    float: left;
    width: 43%;
}

.form_field_inner1 input {
    width: 78%;
    outline: 0;
    border: none;
    background: #CA0030;
    height: 55px;
    border-radius: 5px;
    padding: 0 0 0 19px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    margin-left: -7px;
    color: #ffffff;
}

.form_field_inner2 input {
    width: 78%;
    outline: 0;
    border: none;
    background: #CA0030;
    height: 55px;
    border-radius: 5px;
    padding: 0 0 0 19px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    margin-left: -69px;
    color: #ffffff;
}

.contact_button button {
    height: 55px;
    border: none;
    outline: 0;
    padding: 0 67px 0;
    margin-left: -130px;
    background: #012549;
    border-radius: 5px;
    color: #ffffff;
}

.form_field_inner1 input::placeholder {
    color: #ffffff;
}

.form_field_inner2 input::placeholder {
    color: #ffffff;
}

.form_field_inner1 i {
    display: inline-block;
    position: relative;
    left: -43px;
    color: #ffffff;
    font-size: 19px;
    top: 3px;
}

.form_field_inner2 i {
    display: inline-block;
    position: relative;
    left: -43px;
    color: #ffffff;
    font-size: 19px;
    top: 3px;
}




/*=====================================
<--  end elecson contact Area Css -->
=======================================*/




/*=====================================
<--  start elecson service Area Css -->
=======================================*/


.service-area {
    padding: 108px 0 88px;
}

.service-single-box {
    background: #00334C;
    border-radius: 5px;
    padding: 40px 32px 35px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 30px;
}



.service-single-box::before {
    position: absolute;
    content: "";
    height: 0%;
    width: 0%;
    background-image: url('../images/services/Cards-Hover.png');
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: .5s;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transform: scale(1.1);

}

.service-icon {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.service-icon img {
    transition: .5s;
}



h3.service-title {
    font-size: 26px;
    color: #FFFFFF;
    font-weight: 600;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    margin: 0;
    transition: .5s;
}

p.service-descr {
    font-size: 16px;
    line-height: 28px;
    color: #6f7785;
    font-weight: 400;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    margin: 0;
    padding: 21px 0 20px;
    transition: .5s;
}

.service-btn a {
    display: inline-block;
    font-size: 17px;
    line-height: 28px;
    color: #FFFFFF;
    font-weight: 500;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    text-align: center;
    text-decoration: none;
    transition: .5s;
}

.service-btn a i {
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: 3px;
    margin-left: 6px;
}


/* .service-single-box:hover .service-icon::before {
    background: #DE1E46;
} */


.service-single-box:hover p.service-descr {
    color: #acbcd7;
}

.service-single-box:hover::before {
    opacity: 0.2;
    width: 100%;
    height: 100%;
}

/* .service-single-box:hover .service-icon img {
    filter: brightness(0) invert(1);
} */

/*=====================================
<--  end elecson service Area Css -->
=======================================*/



/*=====================================
<--  start elecson about Area Css -->
=======================================*/

.about-area {
    background: url(assets/images/hero/BG.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 120px 0 120px;
}




.about-thumb>img {
    width: 70%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
}

.about-thumb2>img {
    width: 70%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
}

.about-thumb {
    position: relative;
    z-index: 1;
}

.about-shape {
    position: absolute;
    bottom: -12px;
    right: 0%;
    width: auto;
}

span.about-text {
    display: inline-block;
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    text-align: center;
    position: relative;
    bottom: -261px;
    left: -74px;
}

.about-single-box {
    margin-bottom: 56px;
    position: relative;
    z-index: 1;
}

.about-single-box::before {
    position: absolute;
    content: "";
    height: 47px;
    width: 1px;
    background: #8091A3;
    right: -31px;
}

.about-single-box2 {
    margin-left: 80px;
}

.about-thumb2 {
    margin-right: 21px;
}

.about-contact p {
    margin: 0;
}

h3.about-title {
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    margin: 0;
}

p.about-text {
    font-size: 16px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
}

h2.about-title {
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    margin-bottom: 3px;
}

h4.number {
    font-size: 20px;
    line-height: 28px;
    color: #e01142;
    font-weight: 500;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    margin: 0;
}

.about-area .elecson-btn {
    margin-left: 0;
    display: flex;
}

.about-area .elecson-btn a {
    padding: 17px 35px 17px;
}

.about-area .elecson-btn a::before {
    background: #ffffff;
}

.about-area .elecson-btn a::after {
    background: #ffffff;
}

.about-video-icon {
    display: inline-block;
    margin-left: 35px;
}

.about-video-icon a {
    display: inline-block;
    text-decoration: none;
    height: 65px;
    width: 65px;
    line-height: 65px;
    background: #ffffff;
    border-radius: 50%;
    font-size: 16px;
    color: #e01142;
    font-weight: 500;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    text-align: center;
    position: relative;
    top: -22px;
}


.about-area .elecson-btn a:hover {
    color: #DE1E46;
    background-color: #ffffff;
}

/*=====================================
<--  end elecson about Area Css -->
=======================================*/





/*=====================================
<--  start elecson event Area Css -->
=======================================*/


.event-area {
    padding: 113px 0 110px;
}

.portfolio_nav {
    text-align: right;
}

.portfolio_menu ul li {
    display: inline-block;
    list-style: none;
    padding-left: 26px;
    font-size: 18px;
    line-height: 45px;
    color: #012549;
    font-weight: 600;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    transition: .5s;
    cursor: pointer;
}

.single-event-box {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 30px;
}

.event-thumb img {
    width: 100%;
}

.single-event-box::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-image: linear-gradient(180deg, rgba(224, 17, 66, 0) 0%, rgba(224, 17, 66, 0.9999999999999999) 100%);
    opacity: 0;
    transition: .5s;
}

.event-content {
    position: absolute;
    bottom: -100px;
    padding: 0 38px 0;
    opacity: 0;
    transition: .5s;
}

h3.event-title {
    margin: 0;
}

h3.event-title a {
    font-size: 22px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    margin: 0;
    margin-bottom: 13px;
    display: inline-block;
    text-decoration: none;
}

span.event-time {
    display: inline-block;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
}

span.event-time i {
    display: inline-block;
    font-size: 14px;
    margin-right: 9px;
}

.event-date {
    position: absolute;
    top: 0;
    right: 0;
}

.event-date h4 {
    background: #002549;
    font-size: 18px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    text-align: center;
    padding: 9px 35px 9px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.event-date h4::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #DE1E46;
    left: 0;
    top: 0;
    z-index: -1;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 25% 100%);
}

.event-date h4::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #DE1E46;
    left: 0;
    top: 0;
    z-index: -1;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.event-area .elecson-btn {
    margin-left: 0;
    text-align: center;
    margin-top: 20px;
}

.event-area .elecson-btn a {
    background: #012549;
    padding: 17px 35px 17px;
}

.event-area .elecson-btn a::before {
    background: #DA1142;
}

.event-area .elecson-btn a:after {
    background: #DA1142;
}

.single-event-box:hover .event-content {
    opacity: 1;
    bottom: 45px;
}

.single-event-box:hover::before {
    opacity: 1;
}

.portfolio_menu ul li:hover {
    color: #DE1E46;
}



/*=====================================
<--  end elecson event Area Css -->
=======================================*/



/*=====================================
<--  start elecson download Area Css -->
=======================================*/

.download-area {
    position: relative;
    z-index: 1;
}

.download-area::before {
    position: absolute;
    content: "";
    background: url(assets/images/download-bg.png);
    height: 100%;
    width: 86%;
    z-index: -1;
    right: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.download {
    text-align: right;
}

.forms-btn-wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: start;
}

.download-btn {
    display: inline-block;
}

.download-btn2 {
    display: inline-block;
    margin-left: 26px;
}

.download-title h2 {
    font-size: 30px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    margin: 0;
    padding: 60px 0 65px;
    padding-left: 13px;
}

.download-btn a,
.form-btn a {
    display: inline-block;
    background: #012549;
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    padding: 14px 34px 14px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.download-btn a::before,
.form-btn a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #ffffff;
    left: 0;
    top: 0;
    border-radius: 5px;
    z-index: -1;
    opacity: 0;
    transition: .5s;
}

.download-btn2 a,
.form-btn2 a {
    display: inline-block;
    background: #ffffff;
    text-decoration: none;
    font-size: 18px;
    color: #DF1141;
    font-weight: 500;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    padding: 14px 34px 14px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.download-btn2 a::before,
.form-btn2 a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #012549;
    left: 0;
    top: 0;
    border-radius: 5px;
    z-index: -1;
    opacity: 0;
    transition: .5s;
}

.download-btn a:hover::before,
.form-btn a:hover::before {
    opacity: 1;
}

.download-btn2 a:hover::before,
.form-btn2 a:hover::before {
    opacity: 1;
}

.download-btn a:hover,
.form-btn a:hover {
    color: #DF1141;
}

.download-btn2 a:hover,
.form-btn2 a:hover {
    color: #ffffff;
}

/*=====================================
<--  end elecson download Area Css -->
=======================================*/





/*=====================================
<--  start elecson testimonial Area Css -->
=======================================*/

.testimonial-area {
    background: url(assets/images/testi-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 308px 0 108px;
    margin-top: -195px;
}

.testimonial-single-box {
    text-align: center;
}

.testimonial-icon {
    background: #ffffff;
    height: 65px;
    width: 65px;
    margin: auto;
    line-height: 63px;
    text-align: center;
    border-radius: 50%;
}

p.testi-descr {
    font-size: 17px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    font-style: italic;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    text-align: center;
    width: 66%;
    margin: auto;
    padding: 50px 0 42px;
}

h3.testi-title {
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-weight: 600;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    text-align: center;
    padding: 22px 0px 2px;
    margin: 0;
}

h4.testi-text {
    font-size: 17px;
    line-height: 30px;
    color: #e01142;
    font-weight: 400;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    text-align: center;
    margin: 0;
}

.testi-thumb img {
    margin: auto;
    border-radius: 50%;
}

.owl-carousel .owl-item img {
    display: inline-block;
}

.owl-nav {
    position: relative;
}

.owl-prev {
    position: absolute;
    top: -273px;
    left: 66px;
}

.owl-next {
    display: inline-block;
    position: absolute;
    right: 65px;
    top: -274px;
}

.owl-prev,
.owl-next {
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border: 2px solid #ffffff;
    border-radius: 50%;
    transition: .5s;
}

.owl-prev i,
.owl-next i {
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
}

.owl-next:hover {
    background: #DE1E46;
    color: #ffffff;
    border: 2px solid #DE1E46;
}

.owl-prev:hover {
    background: #DE1E46;
    color: #ffffff;
    border: 2px solid #DE1E46;
}




/*=====================================
<--  end elecson testimonial Area Css -->
=======================================*/




/*=====================================
<--  start elecson mission Area Css -->
=======================================*/


.mission-area {
    padding: 110px 0 88px;
}

.mission-single-box {
    margin-bottom: 30px;
}

.mission-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.mission-thumb::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    bottom: 0;
    background-image: linear-gradient(180deg, rgba(224, 17, 66, 0) 0%, rgba(224, 17, 66, 0.9999999999999999) 100%);
    opacity: 0;
    transition: .5s;
}

.mission-content {
    background: #F8F8F8;
    padding: 32px 28px 28px;
    position: relative;
    z-index: 1;
    transition: .5s;
    border-radius: 0 0 5px 5px;
    border: 1px solid transparent;
}

.mission-content::before {
    position: absolute;
    content: "";
    height: 0%;
    width: 0%;
    background: url(assets/images/mission-shape.png);
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: .5s;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

h3.mission-title {
    font-size: 20px;
    color: #012549;
    font-weight: 600;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    margin: 0;
    transition: .5s;
}

p.mission-descr {
    font-size: 16px;
    line-height: 26px;
    color: #6f7785;
    font-weight: 400;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    margin: 0;
    padding: 20px 0 15px;
}

.mission-btn a {
    display: inline-block;
    font-size: 17px;
    color: #012549;
    font-weight: 500;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    text-decoration: none;
    transition: .5s;
}

.mission-btn a i {
    display: inline-block;
    font-size: 18px;
    position: relative;
    top: 3px;
    margin-left: 2px;
    transition: .5s;
}

.mission-icon {
    position: absolute;
    right: 20%;
    bottom: 23px;
    opacity: 0;
    transition: .5s;
}

.mission-icon i {
    display: inline-block;
    font-size: 30px;
}

.mission-thumb img {
    width: 100%;
}



.mission-single-box:hover .mission-content::before {
    opacity: 1;
    width: 100%;
    height: 100%;
}

.mission-single-box:hover .mission-icon {
    opacity: 1;
    transform: rotate(360deg);
    color: #DE1E46;
}

.mission-single-box:hover .mission-thumb::before {
    opacity: 0.7;
}

.mission-single-box:hover h3.mission-title {
    color: #DE1E46;
}

.mission-single-box:hover .mission-btn a i {
    color: #DE1E46;
}

.mission-single-box:hover .mission-btn a {
    color: #DE1E46;
}

.mission-single-box:hover .mission-content {
    border: 1px solid #D7D7D7;
}

/*=====================================
<--  end elecson mission Area Css -->
=======================================*/




/*=====================================
<--  start elecson dollar-area Css -->
=======================================*/


.dollar-area {
    position: relative;
    z-index: 1;
}

.dollar-area::before {
    z-index: -1;
    position: absolute;
    content: "";
    background: url(assets/images/dollar-bg.png);
    height: 100%;
    width: 87%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    left: 0;
}

.dollar-title h3 {
    font-size: 30px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    margin: 0;
    padding: 60px 0 68px;
}

.dollar-list {
    text-align: right;
}

.dollar-list ul {
    padding: 0;
    margin: 0;
}

.dollar-list ul li {
    list-style: none;
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    background: #CA0030;
    padding: 14px 25px 14px;
    border-radius: 5px;
    margin-left: 11px;
    position: relative;
    z-index: 1;
}

.dollar-list ul li::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #012549;
    left: 0;
    top: 0;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
    border-radius: 5px;
}

.dollar-list a {
    display: inline-block;
    background: #012549;
    text-decoration: none;
    font-size: 16px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    text-align: center;
    padding: 11px 35px 10px;
    border-radius: 5px;
    margin-left: 10px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.dollar-list a::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #ffffff;
    left: 0;
    top: 0;
    border-radius: 5px;
    z-index: -1;
    transition: .5s;
    transform: scale(0);
}

.dollar-list a:hover {
    color: #DF1141;
}

.dollar-list a:hover::before {
    transform: scale(1);
}

.dollar-list ul li:hover::before {
    transform: scale(1);
}


/*=====================================
<--  end elecson dollar-area Css -->
=======================================*/


/*=====================================
<--  start elecson team-area Css -->
=======================================*/

.team-area {
    background: url(assets/images/team-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 311px 0 111px;
    margin-top: -198px;
}

.team-single-box {
    margin-bottom: 30px;
}

.team-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.team-thumb:before {
    position: absolute;
    content: "";
    height: 94%;
    width: 91%;
    background-image: linear-gradient(180deg, rgba(224, 17, 66, 0) 0%, rgba(224, 17, 66, 0.9999999999999999) 100%);
    border-radius: 50%;
    transition: .5s;
    opacity: 0;
    padding: 0;
    right: 0;
    left: 1px;
    margin: auto;
    top: 5px;
}

.team-thumb img {
    width: 100%;
    border-radius: 50%;
    padding: 15px;
}

.team-social-icon {
    position: absolute;
    bottom: -56px;
    opacity: 0;
    transition: .5s;
    left: 83px;
}

.team-social-icon ul {
    padding: 0;
    margin: 0;
}

.team-social-icon ul li {
    list-style: none;
    display: inline-block;
    margin: 0;
}

.team-social-icon ul li a i {
    display: inline-block;
    font-size: 19px;
    color: #ffffff;
    padding-left: 13px;
}

.team-content {
    text-align: center;
    position: relative;
    z-index: 1;
}

.team-content::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 90%;
    background: #677C91;
    left: 0;
    bottom: -24px;
    right: 0;
    margin: auto;
}

.team-content:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 53px;
    background: #DE1E46;
    bottom: -24px;
    left: 0;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    animation-duration: 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-name: MOVE-BG;
}

@-webkit-keyframes MOVE-BG {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(230px);
    }
}

h3.team-title {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    text-align: center;
    margin: 0;
    padding: 9px 0 2px;
}

p.team-text {
    font-size: 17px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    text-align: center;
    margin: 0;
}

.team-area .elecson-btn {
    margin-left: 0;
    text-align: right;
}

.team-area .elecson-btn a {
    padding: 17px 35px 17px;
}

.team-area .elecson-btn a::before {
    background: #ffffff;
}

.team-area .elecson-btn a:after {
    background: #ffffff;
}

.team-shape {
    position: absolute;
    z-index: -1;
    top: -8px;
    left: -15px;
}

.team-shape1 {
    position: absolute;
    top: -11px;
    right: -16px;
}

.team-area .elecson-btn a:hover {
    color: #DF1141;
}

.team-thumb:hover:before {
    opacity: 1;
}

.team-thumb:hover .team-social-icon {
    bottom: 50px;
    opacity: 1;
}



/*=====================================
<--  end elecson team-area Css -->
=======================================*/




/*=====================================
<--  start elecson blog-area Css -->
=======================================*/

.blog-area {
    padding: 117px 0 88px;
}

.blog-single-box {
    margin-bottom: 30px;
}

.blog-thumb {
    overflow: hidden;
}

.blog-thumb img {
    width: 100%;
    transition: .5s;
    transform: scale(1);
}

.blog-content {
    background: #F8F8F8;
    padding: 40px 29px 27px;
    position: relative;
    z-index: 1;
}

.blog-content::before {
    position: absolute;
    content: "";
    height: 33%;
    width: 35%;
    background: url(assets/images/blog-shape.png);
    background-repeat: no-repeat;
    background-position: center center;
    right: 0;
    bottom: 0;
}

.blog-content:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 86%;
    background: #DFE3E6;
    top: 69%;
}

.blog-date {
    position: absolute;
    top: -22px;
    left: 0;
}

.blog-date span {
    display: inline-block;
    background: #022449;
    font-size: 17px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    text-align: center;
    padding: 5px 37px 6px 29px;
    position: relative;
    z-index: 1;
}

.blog-date span::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #DE1E46;
    left: 0;
    top: 0;
    z-index: -1;
    clip-path: polygon(0% 0%, 100% 0%, 83% 100%, 0% 100%);
}

.blog-date span:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #DE1E46;
    left: 0;
    top: 0;
    z-index: -1;
    clip-path: polygon(0% 0%, 83% 0%, 100% 100%, 0% 100%);
}

.blog-meta a {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #6f7785;
    font-weight: 400;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    text-decoration: none;
    margin-right: 20px;
}

.blog-meta a i {
    display: inline-block;
    color: #DE1E46;
    font-size: 20px;
    padding-right: 11px;
}

h3.blog-title {
    margin: 0;
}

h3.blog-title a {
    display: inline-block;
    font-size: 21px;
    line-height: 30px;
    color: #012549;
    font-weight: 600;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    text-decoration: none;
    padding: 17px 0 48px;
    transition: .5s;
}

.blog-btn a {
    display: inline-block;
    font-size: 17px;
    line-height: 28px;
    color: #012549;
    font-weight: 500;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    text-decoration: none;
    transition: .5s;
}

.blog-btn a i {
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: 3px;
    margin-left: 2px;
    transition: .5s;
}

.blog-single-box:hover .blog-content::before {
    background: url(assets/images/blog-shape1.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.blog-single-box:hover h3.blog-title a {
    color: #DE1E46;
}

.blog-single-box:hover .blog-btn a {
    color: #DE1E46;
}

.blog-single-box:hover .blog-thumb img {
    transform: scale(1.1);
}

.blog-btn a:hover i {
    padding-left: 7px;
}


/*=====================================
<--  end elecson blog-area Css -->
=======================================*/



/*=====================================
<--  start elecson couter-area Css -->
=======================================*/


.counter-area {
    position: relative;
    z-index: 1;
}



.counter-area::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 87%;
    background: url('../images/contact-bg.png');


    z-index: -1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    right: 0;
}



h3.counter-title {
    font-size: 30px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    margin-bottom: 19px;
}

span.counter-call {
    font-size: 26px;
    line-height: 35px;
    color: #012549;
    font-weight: 600;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    display: inline-block;
}

span.counter-call i {
    display: inline-block;
    font-size: 23px;
    margin-right: 12px;
}

.single-counter-box {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 70px;
}

.counter-number h2 {
    display: inline-block;
    font-size: 55px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 19px;
}

.counter-text2 span {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    text-align: center;
}


/*=====================================
<--  end elecson couter-area Css -->
=======================================*/




/*=====================================
<--  start elecson footer-area Css -->
=======================================*/

.footer-area {
    background: url(assets/images/about/BG.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 118px 0 118px;
    /* margin-top: -199px; */
}

.footer-area.contact-footer {
    padding: 118px 0 118px;
    margin-top: -60px;

}

.footer-widget {
    margin-bottom: 39px;
}

.widget-title h2 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    margin-bottom: 39px;
}

.footer-widget-text p {
    font-size: 16px;
    line-height: 28px;
    color: #BCBCC6;
    font-weight: 400;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    width: 98%;
    margin: 0;
}

h4.footer-widget-text2 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    margin: 0;
    padding: 28px 0 40px;
}

.form-field input {
    height: 56px;
    outline: 0;
    border: none;
    width: 60%;
    font-size: 16px;
    line-height: 35px;
    color: #6f7785;
    font-weight: 400;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    padding: 0 0 0 17px;
    border-radius: 5px 0 0 5px;
}

.form-field button {
    outline: 0;
    border: none;
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    background: #DE1E46;
    padding: 13px 22px 15px;
    margin-left: -6px;
    border-radius: 0 5px 5px 0;
}

.footer-widget.left ul {
    padding: 0;
    margin: 0;
}

.footer-widget.left ul li {
    list-style: none;
    padding-bottom: 19px;
    padding-left: 49px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.footer-widget.left ul li::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 37px;
    background: #BABDC2;
    left: 0;
    top: 13px;
    transition: .5s;
}

.footer-widget.left ul li a {
    display: inline-block;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 400;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    text-decoration: none;
    transition: .5s;
}

.footer-widget.right ul {
    padding: 0;
    margin: 0;
}

.footer-widget.right ul li {
    list-style: none;
    padding-bottom: 19px;
    transition: .5s;
}

.footer-widget.right ul li a {
    display: inline-block;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 400;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    text-decoration: none;
    transition: .5s;
}

.footer-thumb {
    float: left;
    margin: 10px 18px 6px 0;
}

.row.footer {
    background: #002C41;
    border-radius: 5px;
    padding: 15px 39px 15px;
}

.footer-cotact-box {
    background: #DE1E46;
    padding: 19px 21px 19px;
    border-radius: 5px;
}

.footer-icon {
    background: #FFFFFF;
    width: 70px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 5px;
    margin-right: 35px;
}

.footer-contact-content h4 {
    font-size: 20px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    margin: 0;
}

.footer-contact-content a {
    font-size: 26px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Noto Sans Arabic", sans-serif;
    text-decoration: none;
    margin: 0;
    line-height: 35px;
}

.footer-social {
    text-align: right;
}

h3.follow-title {
    display: inline-block;
    font-size: 26px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    margin: 0;
    margin-right: 40px;
}

.footer-widget-social {
    display: inline-block;
}

.footer-widget-social a i {
    display: inline-block;
    background: #00334C;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 50%;
    font-size: 15px;
    margin-left: 10px;
    position: relative;
    z-index: 1;
}

.footer-widget-social a i:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #DE1E46;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 50%;
    transform: scale(0);
    transition: .5s;
}

.footer-widget.left ul li a:hover {
    color: #8C1942;
}

.footer-widget.right ul li a:hover {
    color: #8C1942;
}

.footer-widget.left ul li:hover::before {
    background: #8C1942;
}

.footer-widget-social a i:hover:after {
    transform: scale(1);
}


/*=====================================
<--  end elecson footer-area Css -->
=======================================*/




/*=====================================
<--  start elecson copyright-area Css -->
=======================================*/



.copyright-area {
    background: #002C41;
    padding: 21px 0 21px;
}

.footer-copyright-text p {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    margin: 0;
}

.copyright-list {
    text-align: right;
}

.copyright-list ul {
    padding: 0;
    margin: 0;
}

.copyright-list ul li {
    list-style: none;
    display: inline-block;
    padding-left: 83px;
    position: relative;
    z-index: 1;
}

.copyright-list ul li::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 35px;
    background: #335475;
    right: -10px;
    top: -3px;
}

.copyright-list ul li.upper::before {
    background: transparent;
}

.copyright-list ul li a {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    transition: .5s;
}

.copyright-list ul li a:hover {
    color: #DE1E46;
}


/*=====================================
<--  end elecson copyright-area Css -->
=======================================*/


.breadcumb-area {
    background: url(assets/images/about/BG.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 418px;
    position: relative;
}


.breacumb-content {
    position: relative;
    text-align: center;
}

.breadcumb-title h1 {
    margin-bottom: 18px;
    font-size: 44px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
}

.breadcumb-menu ul li {
    display: inline-block;
}

.breadcumb-menu ul li a {
    transition: .5s;
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
}

.breadcumb-menu ul li a i {
    color: #ffffff;
    font-size: 16px;
    margin: 0 10px 0;
}

.breadcumb-menu ul li p {
    color: #ffffff;
}

.breadcumb-menu ul li p i {
    margin: 0 10px 0;
}

.breadcumb-menu ul li span {
    color: #DE1E46;
    font-size: 18px;
}


/*================================
 <--elecson Campaigns Section Css-->
==================================*/

.campaigns-section {
    padding: 110px 0 110px;
}

.campaigns-section.style-two {
    background: #F4F4F4;
}

.campaigns-date {
    margin-top: 13px;
}

.campaigns-date span {
    font-size: 15px;
    color: #e01142;
    font-weight: 400;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
}

.campaigns-date span i {
    margin-right: 10px;
}


p.campaigns-decs {
    width: 85%;
    border-top: 1px solid #9d878729;
    margin-top: 22px;
    padding-top: 22px;
}

.campaigns-btn {
    margin-top: 25px;
}

.campaigns-btn a {
    display: inline-block;
    font-size: 16px;
    color: #012549;
    font-weight: 500;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    border-bottom: 1px solid #a1898936;
    text-decoration: none;
}

.campaigns-btn a:hover {
    color: #E01142;
    border-bottom: 1px solid #E01142;
}

.campaigns-btn a:hover i {
    color: #E01142;
}

.campaigns-btn a i {
    color: #012549;
    font-size: 20px;
    transform: rotate(-45deg);
    display: inline-block;
    position: relative;
    top: 3px;
    transition: .5s;
}




/*================================
 <--Startelecson  Volunteer  Section   Css-->
=================================*/
.volunteer-section {
    background: url(assets/images/volunteer.jpg);
    padding: 52px 0 51px;
    background-repeat: no-repeat;
    background-size: cover;
}

.volunteer-title {
    float: left;
}

.volunteer-title h2 {
    font-size: 34px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    position: relative;
    z-index: 1;
}

.volunteer-btn {
    text-align: right;
    margin-right: 65px;
}

.volunteer-btn a {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    border: 2px solid #ffffff;
    padding: 15px 33px;
    text-decoration: none;
}

.volunteer-btn a:hover {
    background: #ffffff;
    color: #1F85EA;
}

.volunteer-follow-left {
    margin-left: 10px;
}

.volunteer-follow-icon {
    float: left;
    margin-right: 20px;
}

.volunteer-follow-icon a {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    border: 2px solid #ffffff;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #1F85EA;
    transition: .5s;
}

.volunteer-follow-icon a i {
    color: #DE1E46;
}

.volunteer-follow-icon a:hover {
    border: 2px solid #ffffff;
    background: transparent;
    color: #ffffff;
}

h3.title {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
}

.volunteer-text p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    margin-top: 4px;
}


/*--==============================================->
  <!--Start campaigns details area-->
 ==================================================-*/
.campaign-details-area {
    padding: 110px 0 90px;
}

.donations-detials-title h2 a {
    display: inline-block;
    font-size: 34px;
    color: #012549;
    font-weight: 700;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    padding: 22px 0 16px;
    text-decoration: none;
}

.donation-description p {
    width: 93%;
}

.up.donation-description p {
    padding: 5px 24px 7px 0px;
    font-size: 18px;
    line-height: 28px;
    color: #012549;
    font-weight: 400;
    position: relative;
    padding-left: 45px;
    z-index: -1;
}

.up.donation-description p:before {
    position: absolute;
    content: "'";
    left: 0;
    top: 18px;
    width: 35px;
    height: 3px;
    background-color: #3394f5;
    z-index: -1;
}

.row.mt-55 {
    padding: 38px 0 10px;
}

.event-thumb img {
    width: 100%;
}

.donation-list {
    margin: 28px 0 45px;
}

.donation-list ul {
    padding: 0;
}

.donation-list ul li {
    font-size: 17px;
    line-height: 28px;
    color: #012549;
    font-weight: 400;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    list-style: none;
}

.donation-list ul li i {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #DE1E46;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 18px;
    margin-right: 10px;
}

/* leader person */

.row.our-campaign {
    margin: 0;
}

.our-campaign-title h2 {
    font-size: 34px;
    color: #012549;
    font-weight: 700;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    margin-bottom: 30px;
}

.leader-person {
    background: #F4F4F4;
    padding: 45px 0 7px;
}

.our-campaign-team {
    text-align: center;
    margin-bottom: 30px;
}

h3.our-campaign-team-title {
    font-size: 18px;
    color: #012549;
    font-weight: 500;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    text-align: center;
    margin-top: 15px;
}

.our-campaign-team-content p {
    font-size: 15px;
    color: #6f7785;
    font-weight: 400;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    text-align: center;
}

/* campaigns btn */

.campaigns-button {
    padding: 50px 0 20px;
    display: flex;
    justify-content: end;
}

.campaigns-button a {
    display: inline-block;
    background: #DF1141;
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    padding: 16px 34px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-decoration: none;

}

.campaigns-button a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    top: 0px;
    left: -30px;
    background: #002549;
    transform: skew(40deg);
    border-radius: 5px;
    transition: .5s;
    z-index: -1;
}

.campaigns-button a:hover:before {
    width: 80%;
}

.campaigns-button a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    top: 0px;
    right: -30px;
    background: #002549;
    transform: skew(40deg);
    border-radius: 5px;
    transition: .5s;
    z-index: -1;
}

.campaigns-button a:hover:after {
    width: 80%;
}

/*event items*/
.event-details-items {
    background: url(assets/images/resource/event_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 39px 40px 40px;
    border-top: 5px solid #DE1E46;
    border-radius: 4px;
    margin-bottom: 30px;
}

/*event title*/
.event-title2 h4 {
    color: #ffffff;
    position: relative;
    padding: 0 0 18px 40px;
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
}

.event-title2 h4:before {
    position: absolute;
    content: "";
    left: 0;
    top: 14px;
    width: 30px;
    height: 2px;
    background: #E01142;
}

/*event text*/
.event-text2 {
    padding: 20px 0 5px;
}

.event-text2 p {
    font-size: 15px;
    margin-bottom: 2px;
    color: #D1D2D4;
}

.event-text2 p i {
    font-size: 15px;
    color: #E01142;
    padding-right: 8px;
}

.event-text2 p {
    font-size: 15px;
    margin-bottom: 2px;
    color: #D1D2D4;
}

.event-text2 p span {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
}

/* widget items */

.widget-items {
    background: #F4F4F4;
    padding: 35px 40px 11px 40px;
}

.categories-title h4 {
    font-size: 24px;
    color: #012549;
    font-weight: 600;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    border-bottom: 2px solid rgba(27, 52, 52, 0.10196078431372549);
    padding-bottom: 14px;
    margin-bottom: 30px;
}

/*recent post*/
.widget-recent-post {
    margin-bottom: 29px;
    border-bottom: 1px solid rgba(27, 52, 52, 0.10196078431372549);
    padding: 0 0 25px;
}

.widget-recent-post.upper {
    border: 0;
    padding: 0;
}

/* rpost title*/
.rpost-title {
    padding-left: 20px;
}

.rpost-title h4 {
    margin-top: 0;
}

.rpost-content h4 a {
    display: inline-block;
    transition: .5s;
    font-size: 17px;
    line-height: 24px;
    color: #012549;
    font-weight: 500;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    text-decoration: none;
}

.rpost-content h4 a:hover {
    color: #e01142;
}

.rpost-title span {
    font-size: 14px;
    color: #e01142;
    font-weight: 400;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    margin-top: 7px;
    display: inline-block;
}

.rpost-title span i {
    margin-right: 5px;
}


/*================================
 <--Start elecson  About Section   Css-->
=================================*/
.about-section {
    padding: 110px 0 105px;
}

.about-btn {
    margin-top: 45px;
}

.about-btn a {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    background: #DE1E46;
    padding: 20px 45px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
}

.about-btn a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    top: 0px;
    left: -30px;
    background: #002549;
    transform: skew(40deg);
    border-radius: 5px;
    transition: .5s;
    z-index: -1;
}

.about-btn a:hover:before {
    width: 80%;
}

.about-btn a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    top: 0px;
    right: -30px;
    background: #002549;
    transform: skew(40deg);
    border-radius: 5px;
    transition: .5s;
    z-index: -1;
}

.about-btn a:hover:after {
    width: 80%;
}

/*================================
 <--Startelecson  Mission Section Style Two Css-->
=================================*/
.mission-section.style-two {
    background: url(assets/images/about/BG5.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 110px 0 160px;
}

.mission-single-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10196078431372549);
    margin-bottom: 30px;
    padding-bottom: 11px;
}

.mission-single-item:last-child {
    border: none;
}

.mission-icon.tow {
    float: left;
}

.mission-icon.tow {
    position: inherit;
    right: 0;
    opacity: 1;
}

.section-title {
    margin-bottom: 36px;
}

/* .misson-content {
    padding: 0 98px 0;
} */

h2.mission-title {
    font-size: 22px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 13px;
}

p.mission-desc {
    font-size: 18px;
    line-height: 26px;
    color: #9ca5b5;
    font-weight: 400;
}

.mission-thumb2 {
    position: relative;
    margin-left: 35px;
}

.video-icon {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding-top: 8px;
}

.video-icon a i {
    height: 80px;
    line-height: 80px;
    width: 80px;
    display: inline-block;
    background: #ffffff;
    border-radius: 50%;
    font-size: 20px;
    color: #074883;
    text-align: center;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
}

@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}


/*================================
 <--Startelecson  Counter  section Style Two Area   Css-->
=================================*/

.counter-section.style-two {
    padding: 0;
    background: transparent;
    margin-top: 0;
}

.counter-single-item {
    text-align: center;
    position: relative;
}

.row.counter-upper {
    top: -50px;
    background: #ffffff;
    position: relative;
    padding: 50px 0 55px;
    margin: 0;
}

.counter-single-item.style1:before {
    border: 1px solid #c5c5c5a3;
    right: -13px;
    top: 30px;
    opacity: 0.200;
    width: 1px;
    height: 113px;
}

.counter-single-item:before {
    position: absolute;
    content: "";
    right: -13px;
    top: -26px;
    opacity: 0.200;
    width: 1px;
    height: 150px;
    background-color: #00fbf4;
}

.counter-single-item.style1.none:before {
    display: none;
}

.counter-icon {
    margin-bottom: 22px;
}

.counter-title2 h1 {
    font-size: 32px;
    color: #012549;
    font-weight: 600;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    display: inline-block;
    margin-bottom: 8px;
}

.counter-title2 span {
    font-size: 32px;
    color: #012549;
    font-weight: 600;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
}

h5.text {
    font-size: 16px;
    color: #6f7785;
    font-weight: 400;
    text-align: center;
    font-family: "Noto Sans Arabic", sans-serif;
}

/*================================
 <--Startelecson  Team  Section    Css-->
=================================*/

.team-section {
    background: #F4F4F4;
    padding: 81px 0 81px;
    /* margin-top: -263px; */
}

.team-section .team-section {
    margin-top: -263px;
    padding: 320px 0 0px;
}

.team-section.style-tow {
    margin-top: 0;
    padding: 110px 0 84px;
}

.single-team-box.tow {
    background: #ffffff;
    text-align: center;
    padding: 42px 0 19px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-bottom: 30px;
}

.single-team-box.tow:after {
    position: absolute;
    content: "";
    left: -47px;
    bottom: 0px;
    width: 28%;
    height: 1px;
    background: #E11142;
    transform: rotate(43deg);
    opacity: 0;
    transition: .5s;
}

.single-team-box.tow:hover:after {
    bottom: 37px;
    opacity: 1;
}

.single-team-box.tow:before {
    position: absolute;
    content: "";
    left: -71px;
    top: 95%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 50px solid #E11142;
    border-left: 35px solid transparent;
    border-right: 36px solid transparent;
    transition: .5s;
    background: radial-gradient(black, transparent);
    transform: rotate(43deg);
}

.single-team-box.tow:hover:before {
    left: -28px;
}

.team-thumb.tow {
    position: relative;
}

.team-section .team-thumb:before {
    background: none;
}

.team-thumb.tow img {
    width: inherit;
    border-radius: inherit;
    padding: inherit;
}


.team-social-icon.tow {
    position: absolute;
    bottom: 0px;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .5s;
}

.team-social-icon.tow a {
    display: inline-block;
    color: #012549;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #ffffff;
    line-height: 45px;
    margin-left: 8px;
    transition: .5s;
}

.team-social-icon.tow a:hover {
    background: #E11142;
    color: #ffffff;
}

.team-content.tow {
    margin-top: 30px;
}

.team-content.tow::before {
    background: none;
}

.team-content.tow:after {
    background: none;
}

h3.team-title.tow a {
    font-size: 24px;
    color: #012549;
    font-weight: 600;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    text-decoration: none;
}

.team-content.tow p {
    font-size: 16px;
    color: #e01142;
    font-weight: 400;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    margin-top: 8px;
}

/* all hover */
.single-team-box.tow:hover .team-social-icon {
    bottom: 20px;
    opacity: 1;
}



/*================================
 <--elecson  donate  Section Css-->
==================================*/

.donate-section {
    padding: 105px 0 110px;
}

.donations-thumb img {
    width: 100%;
}

.row.donate_upper {
    background: #012549;
    margin: 0;
    padding: 50px 48px 45px;
    border-top: 5px solid #3394F5;
}


.donate-left {
    display: inline-block;
}

.donate-right {
    display: inline-block;
}

/*button count number*/

button.tablink {
    border: 0;
    height: 50px;
    width: 95px;
    margin-right: 6px;
    transition: .5s;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 26px;
    color: #012549;
    font-weight: 500;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
}

button.tablink:hover {
    background: #e01142;
    color: #ffffff;
}

/*tab content*/
.tabcontent {
    background: #ffffff;
    padding: 12px 22px 4px;
    position: relative;
    text-align: right;
    padding-left: 100px;
}

.tabcontent:before {
    position: absolute;
    content: "Custom :";
    left: 23px;
    top: 12px;
    font-size: 16px;
    line-height: 26px;
    color: #97A6B4;
    font-weight: 500;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
}

.tabcontent h3 {
    font-size: 16px;
    line-height: 26px;
    color: #97A6B4;
    font-weight: 500;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
}


.check-content h5 {
    padding: 10px 0px 8px;
    font-size: 18px;
    color: #012549;
    font-weight: 500;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
}

.dpx label {
    cursor: pointer;
    margin-right: 15px;
    font-size: 16px;
    line-height: 50px;
    color: #012549;
    font-weight: 400;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
}

.option-input {
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 10px;
    width: 10px;
    transition: all 0.15s ease-out 0s;
    background: transparent;
    border: 2px solid rgba(27, 52, 52, 0.10196078431372549);
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.4rem;
    outline: none;
    position: relative;
    z-index: 1;
    border-radius: 50%;
}

.option-input:hover {
    background: #9faab7;
}

.option-input:checked {
    background: #e01142;
}

.option-input:checked::before {
    width: 16px;
    height: 16px;
    display: flex;
    content: "";
    position: absolute;
    align-items: center;
    left: -5px;
    top: -5px;
    border: 1px solid #e01142;
    border-radius: 50%;
    z-index: -1;
}


.contact-form-box {
    border: 1px dotted #114057;
    margin: 0;
    padding: 53px 60px 32px;
}

.form-title h6 {
    font-size: 18px;
    color: #012549;
    font-weight: 400;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    margin-bottom: 10px;
    text-align: start;
}

.form-title h3 {
    color: #012549;
    font-weight: 400;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    margin-bottom: 10px;
    text-align: start;
}

.up.form-box input,
.up.form-box textarea,
.up.form-box select {
    border: 1px solid rgba(27, 52, 52, 0.6);
    border-radius: 0;
    width: 100%;
    height: auto;
    margin-bottom: 25px;
    padding: 10px;


}

.up.form-box input:focus,
.up.form-box textarea:focus,
.up.form-box .dropdown button:focus {
    outline: none;
    box-shadow: none;
    border: 2px solid #DE1E46;
}




.up.form-box .dropdown {
    padding: 0;
}

.up.form-box input::placeholder,
.up.form-box textarea::placeholder {
    font-size: 15px;
    color: #6f7785;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    opacity: 1;

}

.up.form-box .dropdown button {
    width: 100%;
    height: 100%;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;

}





.dropdown-menu {
    width: 100%;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #DE1E46;
    color: #ffffff;
}



.dropdown-submenu {
    position: relative;
    width: 100%;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -1px;
    display: none;
    width: 100%;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-menu>li>a.dropdown-toggle::after {
    float: left;
    margin-left: 0.5rem;
    transform: rotate(90deg);
}



.check-cash {
    border-top: 1px solid rgba(27, 52, 52, 0.10196078431372549);
    padding-top: 15px;
    margin-top: 25px;
}

.check-cash span strong {
    font-size: 18px;
    color: #012549;
    font-weight: 500;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    margin-right: 10px;
}

.campaigns-button.pt-3 {
    margin-top: 27px;
    justify-content: center;
}

.campaigns-button.pt-3 button {
    display: inline-block;
    outline: 0;
    border: none;
    padding: 13px 40px 13px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: .5s;
    background: #DE1E46;
    color: #ffffff;
    min-width: 260px;
}

.campaigns-button.pt-3 button::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #03254B;
    left: 0;
    top: 0;
    border-radius: 5px;
    z-index: -1;
    transform: scale(0);
    transition: .5s;
}

.campaigns-button.pt-3 button:hover::before {
    transform: scale(1);
}

.campaigns-button a {
    display: inline-block;
    background: #DF1141;
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    padding: 16px 34px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 0;
}

.campaigns-button a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    top: 0px;
    left: -30px;
    background: #002549;
    transform: skew(40deg);
    border-radius: 5px;
    transition: .5s;
    z-index: -1;
}

.campaigns-button a:hover:before {
    width: 80%;
}

.campaigns-button a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    top: 0px;
    right: -30px;
    background: #002549;
    transform: skew(40deg);
    border-radius: 5px;
    transition: .5s;
    z-index: -1;
}

.campaigns-button a:hover:after {
    width: 80%;
}


/*================================
 <--elecson   Volunteer Section Style Two Css-->
==================================*/
.volunteer-section.style-two {
    background: #ffffff;
    padding: 110px 0 110px;
}

.volunteer-left {
    position: relative;
    margin-left: 30px;
}

.volunteer-list {
    padding: 7px 0 30px;
}

.volunteer-list ul {
    padding: 0;
}

.volunteer-list ul li {
    font-size: 16px;
    color: #012549;
    font-weight: 400;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    margin-bottom: 13px;
    list-style: none;
}

.volunteer-list ul li img {
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.volunteer_btn a {
    display: inline-block;
    background: #DF1141;
    font-size: 17px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    padding: 16px 34px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 0;
    text-decoration: none;
}

.volunteer_btn a:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    top: 0px;
    left: -30px;
    background: #002549;
    transform: skew(40deg);
    border-radius: 5px;
    transition: .5s;
    z-index: -1;
}

.volunteer_btn a:hover:before {
    width: 80%;
}

.volunteer_btn a:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0%;
    top: 0px;
    right: -30px;
    background: #002549;
    transform: skew(40deg);
    border-radius: 5px;
    transition: .5s;
    z-index: -1;
}

.volunteer_btn a:hover:after {
    width: 80%;
}


/*================================
 <--elecson  Become Volunteer Css-->
==================================*/
.become-volunteer {
    background: url(assets/images/resource/become_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 110px 0 160px;
}

.become-right {
    text-align: right;
    float: right;
}

.counter-icons {
    float: left;
    margin-top: 7px;
    margin-right: 19px;
}

.counter-contents {
    text-align: center;
    display: inline-block;
}

.counter-title3 h1 {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 36px;
    line-height: 42px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
}

.counter-title3 span {
    font-size: 36px;
    line-height: 42px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
}

h5.texts {
    font-size: 16px;
    color: #9ca5b5;
    font-weight: 400;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
}

/*================================
 <--elecson  Donate Section style-two Css-->
==================================*/
.contact-form-box.style1 {
    border: none;
    border-top: 5px solid #DF1141;
    padding: 85px 60px 32px;
    margin-top: -226px;
    background: #ffffff;
}

.forms-title h1 {
    color: #012549;
    font-weight: 600;
    margin: 0;
}

h5.check-title {
    font-size: 22px;
    color: #012549;
    font-weight: 600;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    padding: 20px 0 19px;
}

.dpx.style label {
    cursor: pointer;
    display: block;
    font-size: 18px;
    color: #012549;
    font-weight: 400;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    line-height: 38px;
}

.option_input {
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    top: 5.33333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    transition: all 0.15s ease-out 0s;
    background: #e2e5e8;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.4rem;
    outline: none;
    position: relative;
    z-index: 1;
}

.option_input:checked {
    background: #DE1E46;
}

.option_input:checked::before {
    width: 10px;
    height: 10px;
    display: flex;
    content: '\f00c';
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    align-items: center;
    font-family: 'Font Awesome 5 Free';
    left: 5px;
    top: 5px;
}

.option_input:focus {
    border: 1px solid #DE1E46;
}

/*================================
 <--Start elecson  Gallery Section   Css-->
=================================*/
.gllery-section {
    background: url(assets/images/resource/gallery_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 105px 0 75px;
}

.gallery-item {
    margin-bottom: 30px;
    overflow: hidden;
}

.gallery-thumb {
    position: relative;
    z-index: 1;
    transform: scale(1);
    transition: .5s;
}

.gallery-thumb:hover {
    transform: scale(1.2);
}

.gallery-thumb:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    content: "";
    -webkit-transition: all .6s;
    transition: all .6s;
    z-index: 2;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
}

.gallery-thumb:hover:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
}

.gallery-thumb img {
    width: 100%;
}

/*<!-- ============================================================== -->
<!-- Start   elecson Contact Area Css -->
<!-- ============================================================== -->*/

.contact-section {
    padding: 95px 0 60px;
}

.contact-left {
    position: relative;
    margin-left: 36px;
}

.row.contact_bg {
    padding: 43px 23px 50px;
    background: #ffffff;
    box-shadow: 0px 5px 15px rgb(88 82 174 / 10%);
    position: relative;
}

.row.contact_bg p {
    color: #1d263a;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 700;
}

.form_box input {
    border: 1px solid rgba(100, 100, 100, 0.1);
    width: 100%;
    height: 50px;
    padding: 0 18px;
    margin-bottom: 20px;
    outline: 0;
}

.form_box input::placeholder {
    color: #212529;
}

.form_box textarea {
    width: 100%;
    height: 135px;
    padding: 14px 18px;
    border: 1px solid rgba(100, 100, 100, 0.1);
    outline: 0;
}

.form_box textarea::placeholder {
    color: rgba(100, 100, 100, 0.8);
}

.contact-form-button button {
    background: #DE1E46;
    color: #ffffff;
    border: 1px solid #DE1E46;
    padding: 11px 33px;
    margin-top: 35px;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.contact-form-button button:hover {
    color: #DE1E46;
}

.contact-form-button button:before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    background: #ffffff;
    height: 100%;
    transition: .5s;
    width: 0;
    z-index: -1;
}

.contact-form-button button:hover:before {
    width: 100%;
    left: 0;
}

.contact-form-button button i {
    margin-left: 10px;
}

/* google section  */

.mapouter.fixed-height {
    height: 600px;
}

.gmap_canvas {
    width: 100%;
    height: 100%;
}

.mapouter iframe {
    height: 92%;
    width: 100%;
}

/*================================
 <--Start elecson  Blog Section   Css-->
=================================*/
.blog-section {
    padding: 105px 0 80px;
}

.blog-section p.section-description.style {
    width: 55%;
    text-align: center;
    margin: auto;
}

.single-blog-box {
    position: relative;
    margin-bottom: 30px;
    transition: .5s;
}

.blog-thumb {
    position: relative;
    overflow: hidden;
    transition: .5s;
}

.blog-thumb:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    content: "";
    -webkit-transition: all .6s;
    transition: all .6s;
    z-index: 2;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
}

.single-blog-box:hover .blog-thumb::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
}

p.tag {
    display: inline-block;
    font-size: 14px;
    line-height: 1.72;
    font-weight: 400;
    color: #ffffff;
    background: #E01142;
    padding: 3px 10px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 20px;
}

.blog-thumb img {
    width: 100%;
}

.blog-contents {
    filter: drop-shadow(0 0 7.5px rgba(0, 0, 0, 0.15));
    background-color: #ffffff;
    padding: 44px 20px 32px 35px;
    border-radius: 0px 0px 5px 5px;
}

.blog-date p {
    font-size: 14px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    background: #DE1E46;
    padding: 4px 15px;
    position: absolute;
    top: -17px;
}

p.meta-blog-date {
    font-size: 16px;
    color: #e01142;
    font-weight: 400;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    border-bottom: 1px solid #01254936;
    padding-bottom: 13px;
}

p.meta-blog-date span {
    float: right;
}

p.meta-blog-date p {
    float: right;
}

p.meta-blog-date i {
    margin-right: 10px;
}

.blog-title h3 a {
    display: inline-block;
    font-size: 22px;
    line-height: 30px;
    color: #012549;
    font-weight: 600;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    margin-top: -3px;
    margin-bottom: 10px;
    text-decoration: none;
}

.blog-btn a {
    display: inline-block;
    font-size: 16px;
    color: #e01142;
    font-weight: 400;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    margin-top: 1px;
}


/*================================
 <--elecson   Blgo Details  Area Css-->
==================================*/
.blog-detials-area {
    padding: 110px 0 110px;
}

.blog-grid-area {
    padding: 120px 0 90px;
}

.blog-details-main {
    background: #ffffff;
    padding: 30px;
    box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.05);
}

.blog-details-meta {
    background: #DE1E46;
    padding: 16px 30px;
}

.blog-details-meta span {
    margin-right: 30px;
    color: #ffffff;
}

.blog-details-meta span i {
    color: #ffffff;
    padding-right: 5px;
}

.blog-details-content {
    padding: 20px 0 18px;
}

.blog-details-content h2 {
    margin-bottom: 15px;
    font-size: 34px;
    line-height: 60px;
    color: #012549;
    font-weight: 600;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
}

.blog-details-thumb img {
    width: 100%;
    max-height: 420px;
    /* قللي الرقم حسب ما تحبي (مثلاً 360px) */
    object-fit: contain;
    /* تقص الزائد وتخلي الصورة مغطية */
    border-radius: 8px;
}

.blog-details-des {
    padding: 30px 0 10px;
}

.blog-details-blockquote {
    background: #1F85EA;
    padding: 40px 38px 26px;
    position: relative;
    margin-bottom: 10px;
}

.blog-details-blockquote blockquote {
    font-size: 18px;
    color: #ffffff;
}

.blog-details-video-thumb {
    margin-top: 30px;
    position: relative;
}

.blog-details-video-thumb img {
    width: 100%;
}

.blog-details-video-thumb-inner img {
    width: 100%;
}

.blog-details-content h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.blog-details-content-list p i {
    font-size: 14px;
    height: 32px;
    width: 32px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 31px;
    border-radius: 100%;
    margin-right: 15px;
    color: #DE1E46;
}

.blog-detials-area .blog-content {
    padding: 20px 30px 38px;
}

.blog-details-button a {
    display: inline-block;
    border: 2px solid #DE1E46;
    padding: 3px 20px;
    position: relative;
    z-index: 1;
    color: #ffffff;
    border-radius: 3px;
    margin-bottom: 10px;
    text-decoration: none;
}

.blog-details-button a:before {
    position: absolute;
    content: "";
    left: -2px;
    top: -1px;
    height: 104%;
    width: 104%;
    background: #DE1E46;
    z-index: -1;
    border-radius: 3px;
    transition: .5s;
}

.blog-details-button a.active {
    background: transparent;
    transition: .5s;
    margin-left: 10px;
    color: #DE1E46;
}

.blog-details-button a.active:before {
    background: transparent;
}

.blog-details-button a.active:hover:before {
    background: #DE1E46;
}

.blog-details-button a.active:hover {
    color: #ffffff;
    border-color: #DE1E46;
}

.blog-details-social {
    text-align: right;
}

.blog-details-social a {
    display: inline-block;
    border: 2px solid #DE1E46;
    height: 40px;
    width: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 100%;
    font-size: 14px;
    transition: .5s;
    margin-left: 5px;
    color: #DE1E46;
}

.blog-details-social a:hover {
    background: #DE1E46;
    border-color: #DE1E46;
    color: #ffffff;
}

/* Blog Details Author */

.blog-details-author {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    padding-top: 40px;
    margin-top: 32px;
}

.blog-details-author-inner {
    background: #DE1E46;
    padding: 30px 30px 24px;
}

.blog-details-author-thumb {
    float: left;
    margin-right: 30px;
}

.blog-details-author-content h2 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 12px;
    color: #ffffff;
}

.blog-details-author-content p {
    color: #ffffff;
}

/* Comment CSS */

.blog-details-comment {
    margin-bottom: 10px;
    position: relative;
}

.blog-details-comment-thumb {
    float: left;
    margin-right: 30px;
}

.blog-details-comment-content {
    overflow: hidden;
}

.blog-details-comment-content h2 {
    font-size: 18px;
    margin-top: 0;
}

.blog-details-comment-content span {
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
}

.blog-details-comment-reply {
    position: absolute;
    right: 25px;
}

.blog-details-comment-reply a {
    background: #DE1E46;
    padding: 3px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 2px;
    display: inline-block;
    text-decoration: none;
}

.blog-details-comment.reply {
    margin-left: 70px;
    padding-top: 35px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
}

/* Blog Details Contact */

.blog-details-contact {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    margin: 12px 10px 10px;
    padding-top: 8px;
}

/*input-box*/

.input-box input {
    width: 100%;
    height: 50px;
    border: 1px solid #0202021a;
    margin-bottom: 30px;
    padding: 0 20px;
    outline: 0;
    border-radius: 3px;
}

.input-box textarea {
    width: 100%;
    height: 207px;
    outline: 0;
    border: 1px solid #0202021a;
    padding: 22px 20px 0;
    border-radius: 3px;
}

/*input button*/
.input-button {
    margin-top: 27px;
}

.input-button button {
    display: inline-block;
    padding: 13px 39px;
    outline: 0;
    border: 0;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 500;
    background: #DE1E46;
    border: 1px solid #DE1E46;
    transition: .5s;
}

.input-button button:hover {
    border: 1px solid #DE1E46;
    color: #DE1E46;
    background: none;
}

.input-button button i {
    margin-left: 10px;
}

/*widget search*/

.widget_search {
    padding: 19px 40px 40px;
    border-radius: 4px;
    margin-bottom: 30px;
    background: #ffffff;
    -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
}

.widget_search form {
    position: relative;
    margin-top: 25px;
}

.widget_search input {
    border-radius: 4px;
    padding-left: 20px;
    height: 60px;
    width: 100%;
    position: relative;
    color: #ffffff;
    outline: 0;
    border: 1px solid rgba(1, 37, 73, 0.10196078431372549);
}

button.icons {
    border: 0;
    font-size: 18px;
    color: #ffffff;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    background: #DE1E46;
    border-radius: 0 4px 4px 0;
}

/*widget categories box*/

.widget-categories-box {
    padding: 18px 40px 18px;
    border-radius: 5px;
    margin-bottom: 30px;
    background: #ffffff;
    -webkit-box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.07);
}

.widget-categories-box.style1 {
    padding: 18px 40px 12px;
}

/*title*/

.categories_title h4 {
    font-size: 24px;
    padding: 0px 0 8px;
    margin: 0 0 8px;
    position: relative;
    line-height: 60px;
    color: #012549;
    font-weight: 600;
    font-family: "Noto Sans Arabic", sans-serif;
    ;
    border-bottom: 2px solid #E8EAEA;
}

.categories_title h4:before {
    position: absolute;
    content: "";
    left: -40px;
    top: 20px;
    height: 25px;
    width: 5px;
    background: #DE1E46;
}

/*categories menu*/

.widget-categories-menu ul {
    display: block;
    padding: 0;
}

.widget-categories-menu ul li {
    display: block;
    list-style: none;
    background: transparent;
    padding: 16px 0px 16px;
    transition: .5s;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #E8EAEA;
}

.widget-categories-menu ul li:last-child {
    border: none;
}

.widget-categories-menu ul li a {
    display: block;
    color: #012549;
    transition: .5s;
    text-decoration: none;
}

.widget-categories-menu ul li a span {
    display: inline-block;
    float: left;
    background: #012549;
    height: 22px;
    width: 22px;
    font-size: 12px;
    text-align: center;
    margin-top: 6px;
    color: #ffffff;
    line-height: 22px;
    transition: .5s;
    position: absolute;
    left: 6px;
}

.widget-categories-menu ul li:hover a span {
    background: #DE1E46;
    color: #ffffff;
}

.widget-categories-menu ul li:hover a {
    color: #DE1E46;
}

.pdf-button a {
    display: block;
    background: #DE1E46;
    padding: 15px 30px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
}

.pdf-button a i {
    float: right;
    font-size: 20px;
    margin-top: 2px;
}

/* Sidber Recent Post */

.sidber-widget-recent-post {
    margin-bottom: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 22px;
}

.sidber-widget-recent-post.style1 {
    margin-bottom: 0px;
}

.sidber-widget-recent-post:last-child {
    border: none;
}

.recent-widget-content a {
    color: #1b1b1b !important;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    display: block;
    line-height: 26px;
    transition: .5s;
    margin-bottom: 7px;
    text-decoration: none;
}

.recent-widget-thumb {
    float: left;
    margin-right: 25px;
}

.sidber-widget-recent-post .recent-widget-content a {
    color: #DE1E46;
    font-size: 18px;
}

/* Sidber Achivement CSS */
.widget-achivement ul {
    padding: 0;
}

.widget-achivement ul li {
    list-style: none;
    margin-bottom: 6px;
}

.widget-achivement ul li a i {
    font-size: 17px;
    margin-right: 3px;
}

.widget-achivement ul li a {
    font-weight: 600;
    transition: .5s;
    color: #1b1b1b;
    text-decoration: none;
}

.widget-achivement ul li a span {
    float: right;
}

.widget-achivement ul li a:hover {
    color: #DE1E46;
}

/* Sidber Widget Gallery CSS */

.widget-gallery {
    overflow: hidden;
}

.widget-gallery-thumb {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

/* Sidber Widget Tags CSS */

.widget-tags a {
    display: inline-block;
    border: 1px solid #eaeaea;
    padding: 8px 19px;
    margin: 4px 3px;
    border-radius: 2px;
    color: #1b1b1b;
    font-weight: 400;
    position: relative;
    transition: .5s;
    z-index: 1;
    text-decoration: none;
}


.widget-tags a:hover {
    color: #ffffff;
    border-color: #DE1E46;
    background: #DE1E46;
}

.widget-tags a:hover:before {
    width: 102%;
}

/*
<!-- ============================================================== -->
<!-- elecson Scrollup Section -->
<!-- ============================================================== -->*/

.scroll-area {
    position: relative;
    z-index: 999;
}

.scroll-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 30px;
    color: #ffffff;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    border-radius: 10px;
}

.scroll-area .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
}

.scroll-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.scroll-area .go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(to right, #CE214F 0%, #CE214F 100%);
    background-image: -ms-linear-gradient(0deg, #CE214F 0%, #CE214F 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    border-radius: 100%;
}

.scroll-area .go-top:focus,
.scroll-area .go-top:hover {
    color: #ffffff;
}

.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.scroll-area .go-top:focus i:first-child,
.scroll-area .go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.scroll-area .go-top:focus i:last-child,
.scroll-area .go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.scroll-area .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 30px;
    border-radius: 100%;
}

.top-wrap {
    position: relative;
}

.top-wrap .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    top: 3px;
    z-index: 1;
    background: #DE1E46;
}

.top-wrap .go-top-button i {
    font-size: 20px;
    font-weight: 700;
    padding-left: 4px;
    color: #ffffff;
}

.top-wrap .go-top-button::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 45px;
    height: 45px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background-image: -moz-linear-gradient(0deg, #CE214F 0%, #CE214F 100%);
    background-image: -webkit-linear-gradient(0deg, #CE214F 0%, #CE214F 100%);
    border-radius: 100%;
}

.top-wrap .go-top-button:hover {
    background-color: #222;
    color: #ffffff;
}

.scroll-area.home-two .top-wrap .go-top-button {
    background: #00AFF5;
}

.scroll-area.home-two .top-wrap .go-top-button::after {
    background-image: -moz-linear-gradient(0deg, #00AFF5 0%, #00AFF5 100%);
    background-image: -webkit-linear-gradient(0deg, #00AFF5 0%, #00AFF5 100%);
}

@keyframes ripple {

    0%,
    35% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}




/*===========================
<-- elecson Loader Css -->
=============================*/

.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 666;
}

.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: all 1s 1s ease;
    border: 3px solid transparent;
    border-top-color: #DE1E46;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.loader:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 6px;
    right: 6px;
    bottom: 6px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-left-color: #DE1E46;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.loader:after {
    position: absolute;
    content: '';
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-right-color: #ffffff;
    -webkit-animation: spin 2.5s linear infinite;
    -moz-animation: spin 2.5s linear infinite;
    -o-animation: spin 2.5s linear infinite;
    animation: spin 2.5s linear infinite;
}

/*/ Here comes the Magic /*/

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 52%;
    height: 100%;
    background: #111;
    z-index: 2;
}

.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s 1.4s ease;
}

/*/ When page loaded /*/
.loaded .loder-section.left-section {
    left: -100%;
}

.loaded .loder-section.right-section {
    right: -100%;
}

.loaded .loader-wrapper {
    visibility: hidden;
}

.loaded .loader {
    top: -100%;
    opacity: 0;
}










/* < !--==============================================================-->< !-- corporate Bounce Animation Css -->< !--==============================================================-->*/
*/

/* bounce-animate */
.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate2 {
    animation-name: float-bob2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob2;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob2;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob2;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate3 {
    animation-name: float-bob3;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob3;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob3;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob3;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate4 {
    animation-name: float-bob4;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob4;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob4;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob4;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate5 {
    animation-name: float-bob5;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate-slow {
    animation-name: float-bob5;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate-3 {
    animation-name: float-bob6;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob6;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob6;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob6;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@-webkit-keyframes float-bob2 {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
}

@-webkit-keyframes float-bob3 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

@-webkit-keyframes float-bob4 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

@-webkit-keyframes float-bob5 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}

@-webkit-keyframes float-bob6 {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}

@-webkit-keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@-webkit-keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

/*--==============================================->
  <!-- corporate Animation Dance -->
 ==================================================-*/
/**/
.dance3 {
    -webkit-animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

.dance {
    -webkit-animation: dance 2s alternate infinite;
}

@keyframes dance {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1.2);
    }
}

.dance2 {
    -webkit-animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(25px, -25px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -25px, 25px);
    }
}

.watermark-animate {
    -webkit-animation: watermark-animate 8s infinite;
    animation: watermark-animate 8s infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes watermark-animate {
    0% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}



/*rotateme animation*/
.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



/*  editing  */

@font-face {
    font-family: 'Magazo';
    src: url('assets/fonts/Magzo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
input {
    font-family: "Noto Sans Arabic", sans-serif;
}

.elecson_nav_manu .logo img {
    max-height: 60px;
    width: auto;
    object-fit: contain;
}

.elecson_nav_manu .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 60px;
}

.elecson_menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.elecson_menu ul {
    display: flex;
    align-items: center;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: nowrap;
}

.elecson_menu>ul>li {
    display: inline-block;
    white-space: nowrap;
}

.elecson_menu>ul>li>a {
    font-size: 16px;
    font-weight: 600;
    color: #012549;
    text-decoration: none;
    transition: color 0.3s ease;
}

.elecson_menu>ul>li>a:hover {
    color: #DE1E46;
}

/*
.elecson-btn {
    margin-right: 25px;
} */
.elecson-btn a {
    padding: 12px 25px;
    border-radius: 5px;
    background-color: white;
    color: #000000;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.blog-area .elecson-btn a {
    display: inline-block;
    overflow: hidden;
    background: #DE1E46;
    border-radius: 5px;
    transition: all 0.5s ease 0s;
    z-index: 1;
    position: relative;
    font-size: 17px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Noto Sans Arabic", sans-serif;
    padding: 17px 39px 17px;
    text-decoration: none;
    position: relative;
    top: 1px;
}

.elecson-btn a:hover {
    background-color: #012549;
}

@media (max-width: 992px) {
    .elecson_nav_manu .logo {
        margin-left: 0;
        justify-content: center;
    }
}

html[dir="rtl"] .hero-contant {
    text-align: right;
}

html[dir="rtl"] .hero-contant h5::before,
html[dir="rtl"] .hero-contant h5::after,
html[dir="rtl"] .hero-contant p::before {
    left: auto !important;
    right: 0 !important;
}

html[dir="rtl"] .hero-contant h5 {

    padding-right: 55px;
}

html[dir="rtl"] .hero-contant p {

    padding-right: 15px;
}

.hero-thumb img {
    width: 100%;
    height: auto;
    max-width: 360px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
}

.hero-shape2 {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.hero-shape2 img {
    max-width: 300px;
    width: 100%;
    height: auto;
    opacity: 0.9;
    object-fit: contain;
}

@media (max-width: 992px) {
    .hero-area {
        height: auto;
        padding: 60px 0;
        text-align: center;
    }

    .hero-thumb img {
        max-width: 320px;
    }

    .hero-shape2 img {
        max-width: 130px;
        bottom: 2%;
    }
}

@media (max-width: 576px) {
    .hero-thumb img {
        max-width: 250px;
    }

    .hero-shape2 img {
        max-width: 100px;
    }
}

.service-icon {
    width: 100%;
    /* height: 160px;  */
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    /* overflow: hidden; */
    background: transparent;
    margin-bottom: 20px;
}

.service-icon img {
    max-width: 80%;
    /* max-height: 140px; */
    max-height: 80px;
    height: auto;
    width: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}


.service-icon img:hover {
    transform: scale(1.05);
}


@media (max-width: 768px) {
    .service-icon {
        height: 140px;
    }

    .service-icon img {
        max-width: 70%;
        max-height: 120px;
    }
}


/* about us page */

.about-section,
.team-section {
    background-image: url('assets/images/about/BG2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.about-thumb2 img {
    transform: scaleX(-1);
}


.research-style {
    background: url('assets/images/BG.png');
    background-size: cover;
    background-position: center;
    /* padding: 80px 0; */



}

.research-card {
    background-color: #002C41;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 15px;
}

.research-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.research-thumb {
    width: 100%;
    height: 280px;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 15px;
}

.research-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.research-card:hover .research-thumb img {
    transform: scale(1.08);
}

.research-text h4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-transform: capitalize;
}

.mission-section.style-two .mission-thumb2 {
    background: white;
    padding: 8px;
}

.mission-section.style-two .mission-thumb2 img {
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.mission-section .about-right {
    text-align: right;
    padding-right: 35px;

}

.about-section .about-right {
    text-align: right;
    padding-right: 35px;

}


/* اللوجو */
.footer-logo img {
    max-width: 120px;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* رقم الهاتف */
.footer-contact-box h4 {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 5px;
}

.footer-contact-box h6 {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}

/* السوشيال */
.footer-social .follow-title {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 10px;
}

.footer-widget-social a {
    color: #ffffff;
    margin-left: 10px;
    font-size: 18px;
    transition: 0.3s ease;
}

.footer-widget-social a:hover {
    color: #f04b4b;
}

/* تحسين الترتيب في الشاشات الصغيرة */
@media (max-width: 768px) {
    .footer-logo img {
        max-width: 100px;
    }

    .footer-contact-box h6 {
        font-size: 18px;
    }

    .footer-social {
        text-align: center !important;
        margin-top: 10px;
    }
}



.footer-cotact-box {
    gap: 15px;
    direction: rtl;
    text-align: right;
}

.footer-cotact-box .footer-icon img {
    width: 35px;
    height: auto;
}

.footer-contact-content h4,
.footer-contact-content h6 {
    color: #ffffff;
    margin: 0;
    line-height: 1.5;
}

.footer-thumb {
    text-align: center;
}


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


.footer-area .col-lg-4 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.footer-thumb img {
    display: block;
    margin: 0 auto;
    max-width: 400px;
    height: auto;
}

.footer-widget .widget-title h2 {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 15px;
}

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

.footer-widget ul li a {
    color: #dce5ec;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease;
}

.footer-widget ul li a:hover {
    color: #DE1E46;
}

/* contact page */
.contact-section {
    /* direction: rtl; */
    text-align: right;
}

.contact-section input,
.contact-section textarea {
    text-align: right;
}

.contact-section .section-title h1 {
    font-size: 30px;
    font-weight: bold;
    color: #002C41;
}

.contact-section .section-title p {
    color: #555;
    margin-top: 10px;
    font-size: 16px;
}



.single-blog-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.single-blog-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.15);
}


.blog-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
}

.blog-thumb img {
    display: block;
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: center;
    transition: transform 0.4s ease-in-out;
}

.blog-thumb:hover img {
    transform: scale(1.05);
}


.blog-thumb .tag {
    position: absolute;
    top: 14px;
    left: 14px;
    background-color: #e91e63;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 4px;
    z-index: 2;
}


.blog-thumb .type-badge {
    position: absolute;
    bottom: 14px;
    right: 14px;
    background-color: #212121;
    color: #fff;
    font-size: 13px;
    padding: 5px 12px;
    border-radius: 4px;
    opacity: 0.9;
}


.blog-contents {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px 22px;
}


.blog-text h3 {
    font-size: 18px;
    font-weight: 700;
    color: #002C41;
    margin-bottom: 10px;
    line-height: 1.5;
    height: 50px;/ overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;/ -webkit-box-orient: vertical;
}


.blog-text .excerpt {
    color: #555;
    font-size: 14px;
    margin-bottom: 12px;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.blog-btn a {
    color: #e91e63;
    font-weight: 600;
    transition: color 0.3s;
}

.blog-btn a:hover {
    color: #b0003a;
}

/* 🧩 Responsive */
@media (max-width: 992px) {
    .blog-thumb img {
        height: 320px;
    }
}

@media (max-width: 768px) {
    .blog-thumb img {
        height: 260px;
    }
}

@media (max-width: 576px) {
    .blog-thumb img {
        height: 220px;
    }
}

.pagination-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination {
    list-style: none;
    display: flex;
    gap: 8px;
    padding: 0;
    margin: 30px auto 50px;
    direction: rtl;
    /* RTL */
}

.pagination li {
    display: inline-block;
}

.pagination a,
.pagination span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    font-weight: 600;
    color: #002C41;
    background-color: #f3f4f6;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pagination a:hover {
    background-color: #002C41;
    color: #fff;
}

.pagination .active span {
    background-color: #DE1E46;
    ;
    color: #fff;
}

.pagination .disabled span {
    opacity: 0.5;
    cursor: not-allowed;
}

/* 📱 Responsive */
@media (max-width: 576px) {

    .pagination a,
    .pagination span {
        width: 34px;
        height: 34px;
        font-size: 14px;
    }
}


/* 🎯 تصميم أحدث المنشورات */
.sidber-widget-recent-posts-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 15px;
}

.recent-post-item {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
}

.recent-post-item:last-child {
    border-bottom: none;
}

.recent-post-date {
    color: #666;
    font-size: 13px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.recent-post-date i {
    color: #002C41;
    font-size: 14px;
}

.recent-post-title {
    font-weight: 600;
    color: #002C41;
    text-decoration: none;
    line-height: 1.5;
    display: block;
    transition: all 0.3s ease;
}

.recent-post-title:hover {
    color: #e91e63;
}

/* 🎯 RTL دعم */
[dir="rtl"] .recent-post-date {
    flex-direction: row-reverse;
    justify-content: flex-start;
    gap: 6px;
}

.contact-form-box h5 {
    text-align: right;
    color: #dc1e47;
}