/*
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 : May 31, 2021, 6:59:54 PM
    Author     : m_jin
*/
body{
    font-family: Fatimah Arabic ITF;
}
a {
    color: #01587F;
    text-decoration: none;
}
.header {
    background-color: #000;
}
.header a.nav-link,.header a {
    color: #fff;
}
.logo {
    width: 65px;
    margin-left: 20px;
}
h2.videos  {
    color: #01587F;
    text-align: center;
}
.card-body {
    padding: 0.5rem 0.5rem;
}
.card h2 {
    font-size: 15px;
}
.news-section{
    background-color: #F5F5F5;
}
.news-section h2,.misc h2 {
    color: #17678a;
}
.news-section h3 {
    line-height: 1;
    margin: 1rem auto;
}
.news-section h3 a {
    font-size: 1.7rem;
}
.video-category a{
    color: #fff;
    font-size: 0.8rem;
    font-weight: 500;
    display: block;
}
.testimonials{
    background:url(../images/test.jpg);
}
.testimonials h2 {
    color: #fff;
    text-align: center;
}
#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}

#quote-carousel .carousel-indicators button {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #FECD16;
    opacity: 1;
    overflow: hidden;
}
.carousel-inner {
    min-height: 300px;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
#quote-carousel .carousel-indicators [data-bs-target] {
    text-indent: 0px;
}
.test-text{
    color: #fff;
}
footer{
    background:url(../images/footer-bg.jpg);
}
#email {
    text-align: right;
}
.form-row {
    position: relative;
}
.form-row i {
    position: absolute;
    top: 0px;
    left: 15px;
    font-size: 25px;
    color: #CCC;
}
.btn-primary {
    color: #000;
    background-color: #FECD16;
    border-color: #FECD16;
}
.btn-primary:hover {
    color: #fff;
    background-color: #D8B42F;
    border-color: #D8B42F;
}
.footer-logo img {
    display: block;
    margin: auto;
    max-width: 60px;
    margin-top: 18px;
}
.bd-footer h5,.bd-footer a {
    color: white;
}
#pixlee_container {
    height: 400px;
    overflow-x: scroll;
}
.news-details nav {
    border-bottom: 1px solid #ddd;
}
.video-category {
    position: absolute;
    color: #fff;
    background-color: #fecd16;
    padding: 5px;
}
#quote-carousel img {
    width: 50px;
    height: 50;
}
#quote-carousel .active img {
    width: 128px;
    height: 128px;
}
#quote-carousel .carousel-indicators .active{
    margin-top: -4%;
}
.pagination-ul{
    margin-bottom: 0;
}
.article a {
    color: #085181;
}
/*.article a {
    background-color: #FECD16;
    padding: 10px 20px;
    border-radius: 9px;
    color: #085181;
    display: inline-block;
}
.article a:hover {
    background-color: #085181;
    color: #fff;
}
*/

.event-box {
    background-color: #ffe68a;
}
@media(max-width:767px) {
    .nav-link {
        padding: .5rem 0.3rem;
    }
}
