:root {
    --orange: #F68712;
    --blue: #3871C1;
    --pinky: #ffead4;
    --mainColor:var(--blue);
}

.ltr {
    direction: ltr
}

html,
body {
    min-height: 100%;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Cairo', sans-serif;
    font-size: 14px;
    color: #333;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: var(--blue);
    transition: all 0.3s linear;
}

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

.radius-1 {
    border-radius: 8px;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style-type: none;
}

.nav-con.cus-fixed-top {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 90;
    box-shadow: 0 0 15px #0000006e;
    background: #fff;
    animation-name: fixedAnimate;
    animation-duration: 0.75s;
    padding-bottom: 1px;
    animation-name: navAnim;
    animation-duration: 0.65s;
}

@keyframes navAnim {
    from {
        top: -150px
    }

    to {
        top: 0;
    }
}

.dropdown-menu {
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 0.94rem;
    color: #212529;
    text-align: right;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 0.05rem;
}

@media screen and (min-width: 992px) {
    .navbar-nav li:hover>.dropdown-menu {
        display: block;
    }
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #f7f7f7;
}

.social-links {
    display: flex;
}

.social-links li a {
    display: flex;
    margin-left: 8px;
    font-size: 17px;
}

.topbar .social-links li a:hover {
    color: var(--orange)
}

.social-links li:last-child a {
    margin-left: 0px;
}

.topbar {
    background-color: #111;
    background-image: url(../imgs/topbar.jpg);
    background-size: cover;
    padding: 8px 0;
    position: relative;
    z-index: 1;
}

.topbar a {
    color: #c9c9c9
}

.topbar a.searchBtn {
    margin-left: 8px;
    padding: 8px 5px;
}

.topbar .row>div {
    display: flex;
    align-items: center;
}

.topbar .row>div:last-child {
    justify-content: flex-end;
}

.topbar .row>div:nth-child(2) {
    justify-content: center;
}

.logo {
    max-height: 54px;
}

.cusBtn {
    padding: 12px 18px;
    border-radius: 4px;
    font-size: 84%;
    font-weight: 600;
}

.cusBtn i {
    font-size: 150%;
    font-weight: 300;
}

a.whiteBtn {
    background-color: #fff;
    color: #70193D;
}

a.whiteBtn:hover {
    background-color: var(--orange);
    color: #fff
}

.nav-con {
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}

.nav-con .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.8em;
    padding-left: 0.8em;
    font-size: 95%;
    color: #111;
}

.nav-con .dropdown-item {
    font-size: 90%;
}

.nav-link:focus,
.nav-link:hover {
    color: var(--orange) !important;
}

#main-slider-container {
    margin-top: 0px;
    height: calc(100vh - 70px);
}


#main-slider {
    position: relative;
    z-index: 0;
}

#main-slider .owl-item>.item {
    height: calc(100vh - 70px);
}

#main-slider .owl-item>.item>.slide-content {
    height: 90vh;
    background-size: cover;
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    background-color: #d0d0d0;
}

@media screen and (max-width: 991px) {
    #main-slider-container {
        margin-top: 0px;
        height: 250px !important;
    }
    #main-slider .owl-item>.item>.slide-content {
        height: 250px !important;
    }
}

.right-side {
    position:absolute;
    right: 0;
    height: 100%;
    width: 50%;
    background: rgba(255, 255, 255, .3);
    padding: 100px calc(1% + 35px) 40px calc(1% + 45px);
}

#main-slider .owl-nav,
#main-slider .owl-dots {
    position: absolute;
    bottom: 0;
}

.left-side {}

.right-side h5 {
    color: var(--blue);
    margin-bottom: 40px;
}

.right-side h1 {
    font-weight: 700;
    font-size: 150%;
    margin-bottom: 30px;
}

.ovally {
    border-radius: 150px;
    padding: 13px 24px;
    display: inline-block;
    font-size: 88%;
    margin-top: 20px;
}

.ovally>span {
    display: flex;
    align-items: center;
}

.ovally i {
    margin-right: 25px;
    font-size: 120%
}

.ovally.blue {
    background-color: var(--blue);
    color: #fff;
}

.ovally.blue:hover {
    background-color: var(--orange);
    color: #222
}

.owl-nav-con {
    background-color: #525252;
    position: absolute;
    bottom: 55px;
    display: flex;
    padding: 10px 20px;
    border-radius: 8px;
    width: 140px;
    right: calc(50% - 70px);
    color: #fff;
    justify-content: space-around;
}

.owl-nav-con .num {
    margin: 0 16px
}

.owl-nav-con>.customNextBtn,
.owl-nav-con>.customPrevBtn {
    cursor: pointer
}

.scrolltofirst {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 70px;
    right: 60px;
}

.scrolltofirst .arr {
    background-color: var(--blue);
    width: 42px;
    height: 42px;
    border-radius: 100px;
    cursor: pointer;
    display: flex;
    padding: 16px;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}

.scrolltofirst .arr:hover {
    background-color: var(--orange)
}

.scrolltofirst .scrolltext {
    width: 80px;
    font-size: 82%;
    margin-right: 5px;
}

#latest-news-container {
    padding: 15px;
    box-shadow: 0 0 50px 0px #00000018;
    display: flex;
    border-radius: 6px;
    align-items: center;
}

.unFlex {
    width: calc(100% - 120px);
    display: block !Important;
    box-sizing: border-box;
    padding: 0 15px;
    direction: ltr;
}

.section-margin {
    margin-top: 100px;
    margin-bottom: 100px;
}

.section-margin-2 {
    margin-top: 150px;
    margin-bottom: 110px;
}

.latest-label {
    background-color: var(--orange);
    color: #fff;
    font-weight: bold;
    padding: 20px;
    border-radius: 8px;
    width: 100px;
    margin-left: 20px;
    font-size: 110%;
    text-align: center;
}

.owl-carousel .owl-stage {
    display: block;
}

.blue-dots .owl-dots {
    display: block;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    bottom: -90px;
}

.blue-dots .owl-dots>button {
    margin: 0 5px;
}

.blue-dots .owl-dots>button>span {
    background-color: var(--blue);
    opacity: 0.65;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50px;
    transition: all 0.15s linear;
}

.blue-dots .owl-dots>button.active>span {
    width: 26px;
    opacity: 1;
}

#latest-news-container .blue-dots .owl-dots {
    padding-left: 100px;
}

.section-title {
    font-weight: bold;
    font-size: 2.05rem;
}

.login-register .gray-bg {
    padding-bottom: 30px;
    border-radius: 8px;
}

.login-register .section-title {
    font-weight: bold;
    font-size: 1.75rem;
    margin-top: 45px;
}

.login-register .section-text {
    margin-top: 24px;
    margin-bottom: 10px;

}

.login-register .section-title,
.login-register .section-text,
.login-register form {
    margin-right: 44px;
}

.center-item {
    text-align: center
}

.orange-text {
    color: var(--orange);
}

.blue-text {
    color: var(--blue);
}

.orange-line,
.black-line,
.blue-line {
    position: relative;
}

.orange-line:before,
.black-line:before,
.blue-line:before {
    content: "";
    position: absolute;
    height: 5px;
    width: calc(100% + 20px);
    right: 0;
    bottom: -5px;
    border-radius: 20px;
}

.quo-img:before{
content: "''";
    font-size: 40px;
    position: absolute;
    height: 12px !important;
    top: -5px;
    left: 9px;
    height: 26px;
    width: 23px;
    /* background: rebeccapurple; */
    z-index: 50000000;
    /* left: -35px; */
    color: black;
    transform: rotate(
45deg
);
}
.quo-img{
 position: relative;
 height: 216px;
 display: flex;
}
.quo-img:after{content: "''";font-size: 40px;position: absolute;height: 12px !important;right: -7px;height: 26px;width: 23px;/* background: rebeccapurple; */z-index: 50000000;/* left: -35px; */color: black;transform: rotate( 
45deg
 );bottom: 19px;}

.orange-line:before {
    background-color: var(--orange);
}

.blue-line:before {
    background-color: var(--blue);
}

.black-line:before {
    background-color: #333;
    height: 2px;
}

.section-text {
    margin-top: 54px;
    margin-bottom: 54px;
}

.not-front-title .section-text {
    margin-bottom: 14px;
}

.date-share {
    font-size: 70%;
    color: #666;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.date-time>span {
    margin-left: 8px
}

.activities .date-share {
    margin-top: 14px;
}

.activities .date-time>span {
    margin-left: 2px
}

.share-icons>span {
    /* margin-left: 8px */
}

.share-icons a {
    margin-right: 5px;
}

.share-icons a:last-child {
    margin-left: 0px
}

.section-2 .social-share a {
    color: #999;
    font-size: 114%;
}

.social-share a:hover {
    color: var(--orange)
}

.n-title {
    font-size: 130%;
    margin: 18px 0 12px 0;
    font-weight: bold;
}

.section-2 a {
    color: #333;
}

.section-2 a:hover {
    color: var(--orange);
}

.ln-item {
    display: flex;
    margin-bottom: 24px;
}

.ln-item>div:first-child {
    margin-left: 20px;
    height: auto !important;
    display: block;
    flex-basis: 30%;
}

.ln-item>div:last-child {
    flex-basis: 70%;
}

.ln-item-content .n-title {
    margin-top: 0;
    font-size: 111%;
}

.sections .section-more {
    color: var(--blue);
    font-weight: bold;
    display: flex;
    align-items: center;
    font-size: 110%;
    justify-content: flex-end;
    display: inline-block;
    margin-top: 35px;
    float: left;
}

.sections .section-more i {
    margin-right: 15px
}

.sections .section-more:hover {
    color: var(--orange)
}

.gray-bg {
    background-color: #fafafa;
}

.section-margin-top {
    margin-top: 80px;
}

.sep-reverse {
    transform: scale(1, -1);
}

.act-title {
    font-size: 30px;
    margin-top: 10px;
}

.activities .act-title a {
    color: var(--blue);
}

.activities:hover .act-title a {
    color: var(--orange);
}

.activities .act-image a {
    border-radius: 8px;
    border: 2px solid var(--blue);
    display: block;
    padding: 10px;
    transition: all 0.25s cubic-bezier(0.42, 0, 0, 0.69);
}

.activities:hover .act-image a {
    border-color: var(--orange);
    padding: 5px;
    transition: all 0.15s;
}

.up-readmore {
    display: flex;
    justify-content: flex-end;
}

.up-readmore a {
    margin: 2px 0 20px 0 !important;
}

.activities {
    margin-bottom: 25px;
}

.accopmps-image>div .accomps-hovered,
.accopmps-image a .accomps-hovered {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    position: absolute;
    left: 5%;
    background: #fff;
    border-radius: 8px;
    bottom: -50%;
    text-align: center;
    padding: 10px;
    transition: all 0.45s cubic-bezier(0.42, 0, 0.18, 0.88);
}

.acc-title {
    color: var(--orange);
}

.accomps-hovered i {
    color: var(--blue);
    font-size: 120%
}

.thanks accomps-hovered i {
    color: #fff;
    font-size: 120%
}

.acc-content {
    color: #666;
    font-size: 90%;
    margin: 5px 0
}

.accopmps-image>div,
.accopmps-image a {
    display: block;
    overflow: hidden;
    position: relative;
        margin-bottom: 10px;
}

.accopmps-image a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: var(--blue);
    border-radius: 8px;
    opacity: 0;
    transition: all 0.15s cubic-bezier(0.42, 0, 0.18, 0.88);

}

.accopmps-image a:hover:before {
    opacity: 0.5;
}

.accopmps-image>div:hover .accomps-hovered {
    bottom: 10%;
}

.accopmps-image>div .accomps-hovered {
    background-color: transparent
}

.accopmps-image>div .acc-title,
.accopmps-image>div .acc-content {
   color: #000;
    text-align: center;
    margin: auto;
    display: flex;
}



.accopmps-image>div .acc-title {
    font-weight: bold;
   text-align: center;
}
 .img-border{
     border: 1px solid black;
     margin-bottom: 8px;
     width: 80%;
     margin: auto;
     display: flex;
     height: 173px;
     align-items: center;
     justify-content: center;
}

.accopmps.thanks .social-links a i {
    color: #fff !important;
    

}

.accopmps.thanks .social-links {
    margin-bottom: 15px;
}

.accopmps.thanks .social-links a:hover:before {
    background-color: transparent !important
}

.accopmps-image a:hover .accomps-hovered {
    bottom: 10%;
}

.category i {
    color: var(--blue)
}

.acc-row,
.acc-row>div {
    margin: 0;
    padding: 0;
}

.accopmps {
    margin: 2px
}

.thanks {
    transition: all 0.3s linear;
    border-radius: 9px;
   padding-block: 24px;
}

.letters-list .thanks {
    margin-bottom: 25px
}

.thanks:hover {
        transform: scale(1.1);
}

.section-3 {
    position: relative;
    z-index: 1;
}

.btn-primary {
    background-color: var(--blue);
    border: 0;
    min-width: 120px;
}

.btn-primary:hover {
    background-color: var(--orange);
}

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

.borderd-form {
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    padding: 5px;
}

.borderd-form .form-control {
    border: 0
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    height: 36px;
}

.participate,
.participate>span {
    display: block;
    text-align: center;
}

.participate>span>span {
    background-color: #fff;
    padding: 6px 20px;
    border-radius: 8px;
    position: relative;
    bottom: 12px;
    transition: all 0.25s linear;
}

.pinky-bg {
    background-color: var(--pinky);
}

.section-7 {
    padding: 40px 0;
}

.participate img {
    transition: all 0.25s linear;
}

.participate:hover img {
    opacity: 0.7
}

.participate:hover>span>span {
    background-color: var(--blue);
    color: #fff;
}

.padding-bottom-1 {
    padding-bottom: 64px;
}

.article {
    margin-bottom: 30px;
}

.articles-list .article {
    margin-bottom: 80px;
}

.art-summery {
    background-color: #fff;
    border-radius: 8px;
    width: 100%;
    margin: -40px 0%;
    padding: 20px;
    position: relative;
}

.articles-list .art-summery {
    box-shadow: 0 0 15px 0 #00000012;
}

.news-list .article {
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 0 12px 0 #0000002e;
}

.news-list .article .art-summery {
    background-color: #fff;
    border-radius: 0px;
    width: 100%;
    margin: 0px;
    padding: 20px 0;
    position: relative;
}

.news-list .article .art-summery h5 {
    font-size: 122%;
    font-weight: 700;
    margin: 10px 0 16px 0;
}

.news-list .article .art-summery .date-share .social-share a {
    font-size: 140%;
}

.news-list .article .art-summery .art-text {
    margin-bottom: 15px
}

.art-summery h5 {
    font-size: 122%;
    font-weight: 600;
    margin: 10px 0;
}

.art-summery h5 a:hover {
    color: var(--orange)
}

.art-summery .date-share {
    margin-top: 0
}

.art-summery .date-share {
    margin-top: 0
}

.art-summery .date-share .social-share a {
    font-size: 130%;
}

.block-bb {
    padding: 30px;
    text-align: center;
}

.wide-link {
    background-color: var(--blue);
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    min-width: 40%;
    display: inline-block;
    top: -20px;
    font-size: 108%;
    position: relative;
    text-align: center;
}

.wide-link:hover {
    color: #fff;
    background-color: var(--orange);
}

.footer {
    padding-top: 60px;
    margin-top: 30px;
}

.footerlogo {
    margin-bottom: 30px
}

.footerblock a {
    color: #444
}

.footerblock {
    margin-bottom: 25px;
}

.footerblock .social-links {
    display: flex;
    margin-top: 25px;
    justify-content: flex-end;
}

.footerblock .social-links a {
    background-color: #fff;
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50px;
    color: var(--orange);
    text-align: center;
    font-size: 104%;
    line-height: 26px;
    box-shadow: 0 0 20px 0 #0000002e
}

.footerblock .social-links a:hover {
    color: var(--blue);
}

.footerblock h6 {
    color: var(--blue);
    font-weight: 700;
    margin-top: 65px;
}

.footer-blocks {
    padding-bottom: 25px;
}

.copyrights {
    padding: 12px 0;
    text-align: center;
    font-size: 80%;
}

.flinks a:hover {
    color: var(--orange);
}

/* textures */
.report-list,
.orn-1,
.section-2,
.section-3,
.section-4,
.login-register,
.articles-list,
.activities-list,
.details-type-2,
.accomps-list {
    position: relative;
}

.section-2:before {
    position: absolute;
    content: "";
   
    z-index: -2;
    top: calc(50% - 100px);
    right: 0;
    left: 0;
    bottom: 0;
}

.section-3:before {
    position: absolute;
    content: "";
   
    z-index: -2;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.section-4:before {
    position: absolute;
    content: "";
   
    z-index: -2;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.login-register:before {
    position: absolute;
    content: "";
  
    z-index: -2;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.orn-1:before {
    position: absolute;
    content: "";
   
    z-index: -2;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.report-list:before {
    position: absolute;
    content: "";
  
    z-index: -2;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.details-type-2:before {
    position: absolute;
    content: "";

    z-index: -2;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.articles-list:before {
    position: absolute;
    content: "";
   
    z-index: -2;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.accomps-list:before {
    position: absolute;
    content: "";
  
    z-index: -2;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.activities-list:before {
    position: absolute;
    content: "";
  
    z-index: -2;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.noUi-tooltip {
    display: block;
    margin-bottom: -4px;
    border: 0;
    background: none;
    color: var(--orange);
    font-weight: bold;
    padding: 0;
    font-size: 120%;
}

.noUi-active .noUi-tooltip {
    display: block;
}

.slider-styled {
    margin-top: 50px;
    width: 80%;
    margin-right: 10%;
}

.slider-styled .noUi-handle .noUi-touch-area {
    border: 1px solid transparent;
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    width: auto;
    height: auto;
}

.slider-styled .noUi-handle:hover .noUi-touch-area {
    border: 1px dashed var(--blue);
}

.noUi-base,
.noUi-connects {
    border-radius: 170px !important;
}

.customRange {
    height: 14px;
    border: 0;
    box-shadow: none !important;
    background: #cacaca;
}

.customRange .noUi-connect {
    background: var(--blue);
}

.noUi-handle:after,
.noUi-handle:before {
    display: none;
}

.customRange .noUi-handle {
    height: 28px;
    width: 28px;
    top: -7px;
    right: -9px;
    border-radius: 60px;
    background-color: var(--orange);
    box-shadow: none;
    border: 0;
}

/* check-style1 */

.check-style1 input {
    opacity: 0;
    visibility: hidden;
}

.check-style1 {
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 0;
    transition: all 0.2s linear;
    margin-bottom: 15px;
    background: #fff
}

.check-style1:hover {
    background: rgba(255, 255, 255, .12)
}

.check-style1 label {
    font-size: 14px;
    display: block;
    padding: 12px 12px !important;
    cursor: pointer;
    font-size: 92%;
    text-align: center;
}

.check-style1.checked {
    background: var(--orange);
    border-color: var(--orange);
    transition: all 0.2s linear;
}

.check-style1.checked label {
    color: #fff;
    cursor: pointer;
}

.not-front-title {
    margin: 35px 0 50px 0;
}


.question-wrapper {
    background: #fafafa;
    padding: 30px 38px;
    border-radius: 6px;
    border: 1px solid #3871c140;
    margin-bottom: 18px;
}

.question-wrapper p {
    margin-bottom: 30px
}

::-webkit-input-placeholder {
    color: rgb(219, 219, 219);
    font-size: 80%;
}

:-ms-input-placeholder {
    color: rgb(219, 219, 219);
    font-size: 80%;
}

::placeholder {
    color: rgb(219, 219, 219);
    font-size: 80%;
}

.form-select,
.form-control {
    color: var(--blue);
}

.datepicker-rtl.dropdown-menu {
    padding: 16px 20px 16px 20px;
}

.date-field {
    width: 80%;
    margin-right: 10%;
}

.submit {
    margin-bottom: 100px;
    margin-top: 40px;
}

.submit-container {
    text-align: center
}

.submit-container button {
    min-width: 200px
}

.navbar-toggler {
    border: 2px solid #646464;
    padding: 2px 8px
}

.navbar-toggler img {
    width: 26px;
}

/********/
.login-register form {
    margin-top: 50px;
}

.login-register img {
    width: 80%;
    margin: 40px 40px 10px 40px;
}

.icony .form-group .form-control {
    padding-right: 2.725rem;
    padding-top: .7rem;
    padding-bottom: .7rem;
    background: transparent;
}

.icony .form-group {
    margin-bottom: 20px;
    position: relative;
}

.shadow-radius .icony .form-group {
    margin-bottom: 26px;
}

.icony .flexy-inputs.form-group {
    padding: 0 calc(1.325rem + 3px) 0 5px;
}

.icony .form-group a,
.icony .form-group label {
    font-size: 87%;
}

.icony .form-group .form-control-icon {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.395rem;
    height: 2.395rem;
    line-height: 2.395rem;
    text-align: center;
    pointer-events: none;
    color: var(--blue);
    top: 6px;
    right: 2px;
    font-size: 110%;
}

.flexy-inputs {
    display: flex;
    justify-content: space-between;
}

.wide-h {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 97%;
}

.resend-counter {
    font-size: 90%;
}

.readmore2 {
    background: var(--blue);
    color: #fff;
    display: inline-block;
    padding: 8px 22px 8px 28px;
    border-radius: 5px;
}

.readmore2:hover {
    background: var(--orange);
    color: #fff;
}

.readmore2 i {
    margin-right: 22px
}

.pageination-con {
    display: flex;
    justify-content: center;
    margin: 20px auto 30px auto;
}

.page-link {
    position: relative;
    display: block;
    color: var(--blue);
    text-decoration: none;
    border-radius: 4px !important;
    margin: 0 13px;
    box-shadow: 0 0 5px 0 #00000024;
    background-color: #fff;
    border: 0px;
}

.page-item.active .page-link {
    z-index: 3;
    color: var(--blue);
    font-weight: bold;
    background-color: transparent;
    border-color: transparent;
}

.page-link:hover {
    z-index: 2;
    color: #fff;
    background-color: var(--orange);
    border-color: var(--orange);
}

.accomps-list .acc-row {
    margin-bottom: 25px
}

.details {
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 30px;
}

.details h1 {
    font-size: 158%;
    margin: 25px 5px;
    font-weight: 700;
}

.details-share {
    margin: 40px 0 30px 0;
}

.details .details-share h1 {
    font-size: 100%;
    margin: 0px;
    font-weight: 700;
    opacity: 0.8;
}

.details-share .social-links {
    display: flex;
    justify-content: flex-end;
}

.details-share .social-links a {
    color: #777;
    background-color: #fff;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    border-radius: 4px;
    line-height: 30px;
}

.details-share .social-links a:hover {
    background-color: var(--orange);
    color: #fff;
}

.auther {
    display: flex;
    color: #777;
    justify-content: center;
    margin-bottom: 30px;
}

.auther .auth-name {
    margin-left: 20px
}

.auther .date-time>span {
    margin-left: 0px;
    margin-right: 3px;
}

.content-text {
    margin-bottom: 35px;
}

video {
    width: 100%;
    height: auto;
}


.header .lead {
    max-width: 620px;
}

.lg-container.lg-show {
    direction: ltr;
}

.gallery-item {
    /* width: 200px; */
    padding: 2px;
}

.lg-toolbar svg {
    fill: #999;
    width: 22px;
    height: 22px;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: var(--orange);
}

.lg-toolbar .lg-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-container {
    flex-wrap: wrap;
    margin-top: 20px;
}

.gallery-container a {
    cursor: pointer;
    flex-basis: 20%;
}

.gallery-container .img-fluid {
    border-radius: 6px;
    transition: all 0.25s;
    border: 2px solid transparent;
}

.gallery-container .img-fluid:hover {
    border: 2px solid var(--blue);
}

.details-2 {
    border-radius: 8px;
    padding: 30px;
}

.details-2 img {
    border-radius: 8px;
}

.details-2 h1 {
    font-size: 150%;
    margin-bottom: 35px;
}

.media-item {
    padding: 16px;
    border-radius: 10px;
    margin-bottom: 25px;
}

.lg-backdrop,
.lg-outer .lg-thumb-outer {
    background-color: #e3e3e3d4;
}

.lg-show-in .lg-toolbar {
    background-color: #464646
}

.lg-next,
.lg-prev {
    color: rgb(215 215 215);
}

.media-item-link {
    border-radius: 8px;
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.media-item-link .over {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #3871c1ab;
    display: flex;
    flex-direction: column;
    color: #fff;
    padding: 12px 0;
    align-items: center;
    transition: all 0.25s;
}

.media-item-link:hover .over {
    background-color: #f687129e;
}

.media-item-link .over>span {
    margin: 4px 0 8px 0;
    display: block;
    width: 100%;
    text-align: center;
}

.media-item-link .over>.first-row {
    font-weight: bold;
    font-size: 105%
}

.media-item-link .over>.second-row>span:first-child {
    margin-left: 20px
}

.media-item-link img {
    border-radius: 8px;
}

.aboutus-logo {
    width: 240px;
}

.box-styled-3 {
    display: flex;
    border: 1px solid #f1f1f1;
    border-radius: 32px;
    position: relative;
    padding: 30px 30px 26px 30px;
    margin-right: 45px;
    background: #fff;
    margin-top: 45px;
    margin-bottom: 45px;
}

.box-styled-3>img {
    border-radius: 18px;
    width: 35%;
    position: absolute;
    top: -42px;
    right: -42px;
    box-shadow: 0 0 10px #00000021;
}

.box-styled-3 .the-content {
    display: flex;
    flex-direction: column;
    width: 70%;
    padding-right: 30px
}

.box-styled-3 .the-content {
    display: flex;
    flex-direction: column;
    width: calc(65% + 50px);
    margin-right: calc(35% - 50px);
}

.box-styled-3 .the-content .the-link {
    display: flex;
    justify-content: flex-end;
    position: relative;
    transition: all 0.3s linear;
}

.box-styled-3 .the-content .texty {
    font-size: 95%;
}

.box-styled-3 .the-content .the-link img {
    width: 32px;
    transition: all 0.1s linear;
}


.box-styled-3 .the-content .the-link:before {
    transition: all 0.35s cubic-bezier(0.46, -0.01, 0.24, 0.92);
    content: "";
    height: 1.6px;
    width: calc(100% - 32px);
    background-color: var(--orange);
    position: absolute;
    top: 16px;
    left: 32px;
}

.box-styled-3 .the-content .the-link:hover:before {
    width: calc(0px);
    background-color: var(--blue);
    position: absolute;
}

.box-styled-3 .the-content h3 {
    font-weight: bold;
    font-size: 130%;
    margin-bottom: 20px
}

.box-styled-3 .the-content h3:hover a {
    color: var(--orange)
}

.box-styled-3 .the-content h5 {
    font-weight: bold;
    font-size: 120%;
    margin-bottom: 18px
}

.box-styled-3 .social-share a {
    color: #999;
    font-size: 110%;
    margin-left: 6px;
    width: 16px;
    display: inline-block;
    text-align: center;
}

.box-styled-3 .social-share a:hover {
    color: var(--orange)
}

.mb-minus-30 {
    margin-bottom: -30px;
}

.election-list {
    margin-top: 40px;
    margin-bottom: 0;
    overflow: hidden;
}

.election-list>h6 {
    margin-bottom: 10px;
}

.election-list>div {
    margin: 6px 0;
}

.section-99 {
    padding-bottom: 30px;
}

.map-contact {
    margin-top: 70px;
    margin-bottom: 140px;
}

.custom2cols {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.custom2cols>div:first-child {
    width: 44%;
    padding: 66px 50px 72px 50px;
    box-shadow: 0 0 20px 0 #00000029;
    border-radius: 25px;
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 1;
    background: #fff;
}

.custom2cols .form-group {
    margin-bottom: 22px
}

.custom2cols>div:last-child {
    width: 66%;
    margin-top: 44px;
    position: relative;
    z-index: 0;
}

.custom2cols>div:last-child img {
    border-radius: 12px;
    display: block;
}

#counter-section {
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

#counter-section>.counter-item {
    background-color: var(--blue);
    color: #fff;
    border-radius: 6px;
    width: 126px;
    height: 126px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 15px;
}

#counter-section>.counter-item:last-child {
    margin: 0 0 0 0;
}

#counter-section>.counter-item b {
    direction: ltr;
    display: block;
    font-size: 160%;
    margin-bottom: 2px;
}

#counter-section>.counter-item h5 {
    font-size: 90%
}

.cinfo {
    display: flex;
    align-items: center;
}

.cinfo span.ltr {
    display: inline-block
}

.cinfo i {
    display: flex;
    width: 35px;
    height: 35px;
    color: var(--blue);
    align-items: center;
    justify-content: center;
    font-size: 120%;
    margin-left: 5px;
}

.form-control-icon.grayed {
    color: rgb(184, 184, 184) !important
}

.shadow-radius {
    border-radius: 18px;
    box-shadow: 0 0 15px 0 #00000030;
    padding: 42px;
    margin: 70px 0;
}

.shadow-radius .section-text {
    margin-top: 24px;
}

.section-sub-2 {
    margin-top: 70px;
}

.radius-2 {
    border-radius: 14px;
}

.social-links.contact-page-style {
    margin-right: 33px;
}

.social-links.contact-page-style a {
    color: #b5b5b5;
    width: 18px;
    display: flex;
    margin: 0 5px;
    justify-content: center;
    font-size: 128%;
}

.social-links.contact-page-style a:hover {
    color: var(--orange);
}

.report-list .article {
    display: flex;
    position: relative;
    margin-top: 40px;
    margin-bottom: 60px;
    margin-right: 10px;
}

.report-list .article img {
    /* display: flex; */
    width: 39%;
    position: absolute;
    border: 10px solid #fff;
    z-index: 1;
    top: -23px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 5px 0 #00000010;
}

.report-list .article .art-summery {
    margin: 0;
    padding-right: 38%;
    box-shadow: 0 0 8px 0 #00000010;
    position: relative;
    padding-bottom: 32px;
    width: 90%;
    margin-right: 5%;
}

.report-list .article .art-summery .readmore2 {
    position: absolute;
    bottom: -20px;
}

.report-list .article .art-summery h5 {
    font-size: 115%
}

.report-list .article .art-summery .art-text {
    font-size: 90%
}

.person-details {
    margin: 70px 0
}

.person-details .box-styled-3 {
    margin-right: 65px;
    margin-top: 65px;
    margin-bottom: 65px;
}

.person-details .box-styled-3>img {
    width: 35%;
    position: absolute;
    top: -62px;
    right: -62px;
    box-shadow: 0 0 10px #00000021;
}

.person-details .social-share {
    position: relative;
    margin-top: 20px;
}

.person-details .social-share:before {
    content: "";
    height: 1px;
    width: 100%;
    background-color: var(--orange);
    position: absolute;
    top: -10px;
}

.main-info {
    display: flex;
    justify-content: space-between;
    margin: 20px 0
}

.main-info i {
    color: var(--blue);
    margin-left: 10px
}

.second-info {
    display: flex;
    margin: 10px 0;
    /* flex-wrap: wrap; */
}

.second-info>span:first-child {
    margin-left: 8px;
    font-weight: 700;
    font-size: 95%;
    min-width: fit-content;
}

.callperson {
    position: relative;
    width: 100%;
    margin: 15px 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.callperson i {
    position: absolute;
    right: 25px;
    top: 20px;
}

/********/
@media screen and (max-width: 1200px) {
    .custom2cols>div:first-child {
        position: relative;
    }

    .report-list .article img {
        top: -3px;
    }
}

@media screen and (max-width: 991px) {
    .nav-con {
        border-bottom: 1px solid #ccc
    }

    .report-list .article img {
        top: -56px;
    }

    .report-list .article {
        margin-top: 65px;
        margin-bottom: 85px;
    }

    .custom2cols {
        display: flex;
        flex-direction: column-reverse;
    }

    .custom2cols>div:first-child {
        width: 90%;
        padding: 66px 50px 72px 50px;
        right: 5%;
    }

    .map-contact {
        margin-top: 70px;
        margin-bottom: 70px;
    }

    .custom2cols>div:last-child {
        width: 100%;
        margin-top: 14px;
        margin-bottom: 60px;
    }

    .details-share .social-links {
        display: flex;
        justify-content: flex-start;
        margin-top: 26px;
    }

    .gallery-container a {
        flex-basis: 33.332%;
    }

    .right-side {
        width: 75%;
        padding-right: 25px;
        padding-left: 25px;
    }

    .right-side h5 {
        margin-bottom: 20px;
    }

    .navbar-nav {
        padding-top: 15px;
    }

    .login-register .section-title,
    .login-register .section-text,
    .login-register form {
        margin-right: 20px;
    }
}

@media screen and (min-width: 769px) {
    .cusBtn>i {
        display: none;
    }
    .activities .act-title a{
        font-size: 13px;
    }
    .act-title{
         font-size: 13px;
    }

}

@media screen and (max-width: 768px) {
    .person-details .box-styled-3 {
        display: flex;
        flex-direction: column;
        margin-right: 0;
        margin-top: 0px;
        margin-bottom: 50px;
    }
        .participate>span>span{
        background-color: transparent;
     padding: 0px 0px; 
     border-radius: 0px; 
    position: relative;
     bottom: unset;
   transition:unset; 
    text-align: center;
    }

    .person-details .box-styled-3 .the-content {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
    }

    .person-details .box-styled-3>img {
        width: 100%;
        position: relative;
        top: 0;
        right: 0;
        margin-bottom: 40px
    }

    .report-list .article img {
        top: -1.1rem;
        right: 0;
    }

    .report-list .article {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        display: flex;
        justify-content: flex-end;
    }

    .orn-1>.container>.row {
        flex-direction: column-reverse;
    }

    .section-sub-2 .row>div {
        margin-bottom: 40px;
    }

    .orn-1>.container>.row .center-item.mt-5 {
        margin-top: 0 !important;
        margin-bottom: 40px;
    }

    .section-title {
        font-size: 1.7rem;
    }

    .section-text {
        margin-top: 32px;
        margin-bottom: 8px;
    }

    #counter-section {
        flex-wrap: wrap
    }

    #counter-section>.counter-item {
        background-color: var(--blue);
        color: #fff;
        border-radius: 6px;
        width: 126px;
        height: 126px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0 0 15px 15px;
    }

    .orange-line:before,
    .black-line:before,
    .blue-line:before {
        height: 3px;
    }

    .topbar .row>div {
        flex-basis: 33.332%;
    }

    .section-8>.container>.row,
    .section-6>.container>.row,
    .details-2>.row {
        flex-direction: column-reverse;
    }

    .section-8>.container>.row>.v-align-middle:last-child a {
        margin-top: 1px !important;
    }

    .section-8>.container>.row>.v-align-middle:first-child {
        padding-bottom: 30px
    }

    .not-front-title .section-title {
        font-size: 140%
    }

    .details-2 h1 {
        font-size: 130%;
        margin-bottom: 35px;
        margin-top: 35px;
    }

    .not-front-title .orange-line:before,
    .not-front-title .black-line:before,
    .not-front-title .blue-line:before {
        height: 3px;
        width: calc(80% + 10px);
    }

    .activities {
        margin-right: 25px;
        margin-left: 25px;
        margin-bottom: 45px;
    }

    .details h1 {
        font-size: 128%;

    }
    .act-title{
         font-size: 13px;
    }

    .details {
        padding: 20px;
    }

    .gallery-container a {
        flex-basis: 45%;
    }

    .right-side {
        width: 100%;
        padding-right: 25px;
        padding-left: 25px;
    }

    .right-side p,
    .owl-nav-con {
        display: none
    }

    .cusBtn {
        padding: 8px 12px 6px 12px;
    }

    .cusBtn>span {
        display: none;
    }

    .footer {
        padding-top: 25px;
        margin-top: 25px;
    }

    .footerlogo {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .footerblock h6 {
        margin-top: 5px;
    }

    .footerblock .social-links {
        justify-content: center;
    }

    .lat-news-featured {
        margin-bottom: 25px;
    }

    .section-margin-2 {
        margin-top: 75px;
        margin-bottom: 55px;
    }

    .acc-row>div,
    .section-7 .row>.col-md-3,
    .section-5 .row>.col-md-3 {
        width: 50%;
    }

    .section-5 .row>.col-md-3 {
        margin-bottom: 24px;
    }

    .section-7 .section-title {
          font-size: 17px;
    display: flex;
    }

    .article {
        margin-bottom: 80px;
        margin-right: 30px;
        margin-left: 30px;
    }

    .news-list .article {
        margin-bottom: 40px;
    }

    .block-bb {
        margin-right: 30px;
        margin-left: 30px;
    }

    .section-6,
    .section-8 {
        margin-top: 25px;
    }

    .section-10 {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .section-6 img,
    .section-8 img {
        width: calc(100% - 80px);
        margin-left: 40px;
        margin-right: 40px;
    }

    .accopmps-image>div .accomps-hovered,
    .accopmps-image a .accomps-hovered {
        bottom: -100%;
    }

    .footer-blocks {
        padding-bottom: 12px;
    }

    .login-register .section-title,
    .login-register .section-text,
    .login-register form {
        margin-right: 8px;
        margin-left: 8px;
    }

}

@media screen and (max-width: 600px) {
    .topbar .social-links {
        display: none;
    }
}



