/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 19, 2021, 2:38:16 PM
    Author     : m_jin
*/
body{
    font-family: 'Tajawal', sans-serif;
    padding-top: 5.2rem;
}
a{
    text-decoration: none;
}

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);

    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 1031;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 75%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 2px solid #ddd;
    left: 12.5%;
    margin-top: -51px;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: #0f2460;
    border-color: #0f2460;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}
.btn-primary {
    color: #fff;
    background-color: #2F94C1;
    border-color: #2F94C1;
}
.nav-item.lang {
    background-color: #0f2460;
    font-size: 25px;
    margin: 0 25px;
}
.nav-item.lang a {
    color: #fff;
    display: block;
    padding: 6px 12px;
    line-height: 32px;
}

.nav-item.search-item {
    border: 1px solid #DADCDE;
    border-radius: 50%;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
}
.nav-item.search-item a{
    color: #DADCDE;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    color: #2F94C1;
}
.footer-menu-social a {
    color:#C3C4C7;
}
.footer-menu-social a:hover {
    color:#2F94C1
}
.sec-footer {
    border-top: 1px solid #DADCDE;
    padding-top: 1rem;
}
.donate-btn {
    background-color: #0f2460;
    border: 2px solid #fff;
    border-radius: 9px;
    color: #fff;
    padding: 5px 15px;
}
.logo img {
    max-height: 40px;
}
.dropdown-menu.shadow {
    padding: 20px 20px;
    border-radius: 17px;
    border: none;
}
.dropdown-menu.shadow li {
    border-bottom: 1px solid #DADCDE;
    line-height: 32px;
}
.dropdown-menu.shadow li:last-child {
    border-bottom: none
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #2F94C1;
    background-color: transparent;
}
.dropdown-menu.shadow li .dropdown-item{
    padding: .25rem 0rem;
}
.main-nav .nav-item {
    margin: 0px 5px;
}
.carousel-control-prev,.carousel-control-next {
    background-color: rgba(0,0,0,.5);
    height: 45px;
    width: 45px;
    top: 40%;
    padding: 5px;
}
.main-slider h1 {
    color: #0F2460;
    font-size: 1.8rem;
}
.main-slider {
    margin: 0 2.5rem;
}
.second-section {
    background-color: #F6F7FC;
    padding: 60px 0;
    margin: 50px 0px;
}
.conscience-item {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 9px;
    height: 215px;
}
.conscience-item img {
    border-radius: 9px;
    display: block;
    margin: auto;
}
.conscience-item h3 {
    color: #2F94C1;
    font-size: 1rem;
    margin: 0.5rem 0;
    text-align: center;
}
.buttom-consience {
    font-size: 1.5rem;
    text-align: center;
}
.three-col-head {
    margin-top: 20px;
}
.three-col-head a {
    color: #1A191C;
    display: inline-block;
    padding: 15px 0px;
}
.category-title {
    font-size: 0.9rem;
    color: #2F94C1;
    margin-top: 5px;
    display: block;
}
.article-title {
    color: #0F0E0F;
    font-size: 1.1rem;
    font-weight: bold;
}
.article-desc {
    color: #39353D;
    font-size: 1rem;
    margin-top: 5px;
}
.post-date {
    color: #7C797E;
    font-size: 0.9rem;
    margin-top: 4px;
}
.conscience-item p {
    text-align: center;
}
.img-alaa {
    max-width: 75%;
    display: block;
    margin: 1rem auto;
}
.owl-nav {
    position: absolute;
    top: -79px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background-color: rgba(0,0,0,.5) !important;
    color: inherit;
    border: none;
    padding: 0 12px !important;
    line-height: 3rem;
    color: #fff;
    margin: 0 5px;
    font-size: 2rem;
}
.item.rounded.shadow {
    width: 90%;
    padding: 5%;
    margin: 2%;
    height: 270px;
}
.quote {
    color: #4DB3E1;
    position: absolute;
    right: 60px;
    font-size: 2rem;
    top: 20px;
}
.media h3 {
    color: #0F2460;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0.5rem;
}
.media-desc {
    color: #39353D;
    font-size: 18px;
}
.upper-footer {
    background-image: url(../images/social.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    background-size: contain;
}
.subscribe-box {
    background-color: rgba(255,255,255,.5);
    text-align: center;
    border-radius: 15px;
}
.subscribe-box h3{
    color: #1A191C;
    font-size: 1.75rem;
    line-height: 3rem;
}

.donate-section {
    text-align: center;
    background-color: rgba(15,36,96,.5);
    color: #fff;
    border-radius: 15px;
}
.donate-section h3{
    font-size: 1.75rem;
    line-height: 3rem;
}
.page-header {
    padding: 3em 0;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6c757d;
    content: "/";
}
.page-header h1 {
    font-weight: bold;
    font-size: 2rem;
}
.pr-video{
    width: 100%;
    height: 250px;
}
.btn-prisoner {
    border: 1px solid #60a0fd;
}
.btn.btn-prisoner.active,.btn.btn-prisoner:hover {
    background-color: #60a0fd;
    color: #fff;
}
.dropdown-item.active, .dropdown-item:active {
    color: #2F94C1; 
    background-color: transparent;
}
@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu{ display: none; }
    .navbar .nav-item:hover .nav-link{   }
    .navbar .nav-item:hover .dropdown-menu{ display: block; }
    .navbar .nav-item .dropdown-menu{ margin-top:0; }
}
.team-member.style-2 {
    overflow: visible;
    margin-top: 90px;
    background: #ffffff;
    -webkit-box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08);
    -moz-box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08);
    box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08);
}
.team-member.style-2 .team-images img {
    border-radius: 50%;
    width: 180px;
    margin: -90px auto 0;
}
.team-member .team-description {
    width: 100%;
    padding: 10px 20px;
    background: #ffffff;
    text-align: justify;
    line-height: 1.8;
    min-height: 360px;
}
.btn-member {
    background-color: #265362;
    color: #fff;
    display: block;
    text-align: center;
    padding: 15px 0;
}
.btn-member:hover {
    color:#bfa471;
}
.team-col {
    margin-bottom: 25px;
}
.team-member .team-description span {
    color: #bd9f6a;
}
.team-member .team-description h5 {
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0.2px;
    color: #033749;
}
.social-icons.social-fullwidth ul {
    display: table;
    width: 100%;
}
.social-icons ul {
    padding: 0;
    margin: 0;
    line-height: 0;
}
.social-icons.social-fullwidth li {
    display: table-cell;
    width: 20%;
}

.social-icons.social-fullwidth li a {
    height: 60px;
    line-height: 60px;
    width: 100%;
    border-radius: 0;
}
.social-icons li a {
    display: inline-block;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    margin: 0;
    color: #202125;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.social-icons.social-colored a, .social-icons.social-hover a:hover {
    color: #fff;
    border: 0;
}
.social-icons.social-colored .social-facebook a, .social-icons.social-hover .social-facebook a:hover {
    background-color: #5d82d1;
}
.social-icons.social-colored .social-twitter a, .social-icons.social-hover .social-twitter a:hover {
    background-color: #40bff5;
}
.social-icons.social-colored .social-gplus a, .social-icons.social-hover .social-gplus a:hover {
    background-color: #db5442;
}
.social-icons.social-colored .social-linkedin a, .social-icons.social-hover .social-linkedin a:hover {
    background-color: #238cc8;
}
@media screen and (max-width: 768px) { 
    /*mobile query*/
    .copyright {
        font-size: 0.8rem;
    }
    .donate-section h3,.subscribe-box h3{
        font-size: 0.8rem;
        font-weight: bold;
    }
    .upper-footer {
        background-image: unset;
        height: auto;
    }
    .quote {
        right: 0px;
        font-size: 1rem;
    }
    .media h3 {
        font-size: 16px;
    }
    .media-desc {
        font-size: 15px;
    }
    .btn {
        font-size: 0.9rem;
        padding:.375rem .70rem
    }
}