@import url('//fonts.googleapis.com/css?family=Merienda&display=swap');
* {
    margin: 0;
    padding: 0;
    transition: 0.5s ease;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #09d4ca !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
span,
a {
    font-family: 'Merienda', cursive;
}

p {
    font-family: "Open Sans", sans-serif;
}

h2 {
    padding: 5px;
    font-size: 32px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    background: linear-gradient(45deg, #09d4ca, #00000000);
    width: 40%;
}

@media (max-width: 768px) {
    h2 {
        width: 70%;
    }
}

@media (max-width: 576px) {
    h2 {
        width: 80%;
    }
}

.p {
    color: #757575;
    margin: 40px 0;
    letter-spacing: 0.5px;
    font-size: 20px;
}

.btn-danger {
    background: #FFF !important;
    border-color: #dc3545;
    color: #dc3545;
    border-radius: 10px;
}

.btn-danger:hover {
    background: #dc3545 !important;
    border-color: #f3f3f3;
    color: #FFF;
}

.more a {
    color: #757575;
}

.more:hover a {
    color: #dc3545;
}


/*====================nav-bar============================*/

.navbar {
    margin: 0;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.80);
}

.navbar img:hover {
    transform: scale(1.3);
}

.navbar-nav .nav-link {
    font-size: 16px;
    margin-left: 20px;
    color: #757575 !important;
    font-weight: bold;
    text-transform: uppercase;
}

.navbar-nav .dropdown-menu {
    border-bottom: 5px solid #09d4ca !important;
    border-top: 5px solid #09d4ca !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
    margin: 0;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-link:active {
    color: #09d4ca !important;
}

.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.541);
}

.change {
    font-size: 16px;
    background: #fff;
    box-shadow: 3px 3px 5px #09d4ca;
}

.change .nav-link {
    font-size: 16px;
    color: #2b000e !important;
}

.change img {
    height: 50px;
    width: 50px;
}

@media (max-width: 576px) {
    .navbar {
        text-align: center;
        color: #FFF;
    }
}


/*====================company============================*/

.wellcom {
    padding: 100px 0;
}

.wellcom h2 {
    font-size: 30px;
    text-transform: uppercase;
    text-align: left;
}

.wellcom p {
    font-size: 20px;
    line-height: 1.6;
    color: #999898;
}

#more_1 {
    display: none;
}

@media (max-width: 576px) {
    .wellcom h2 {
        font-size: 20px;
    }
    .company p {
        font-size: 16px;
        line-height: 1.6;
        text-align: justify;
    }
}


/**********************carousel****************/

.slider .carousel .carousel-indicators {
    left: 5%;
    top: 70%;
    justify-content: left;
}

.slider .carousel .carousel-indicators button {
    border-radius: 100%;
    width: 15px;
    height: 15px;
    background-color: #09d4ca;
}

.carousel .carousel-inner .carousel-item img {
    object-fit: cover;
    height: 100% !important;
}

.carousel .carousel-inner .carousel-item .carousel-caption {
    text-align: left;
    width: 35%;
    top: 35%;
}

.carousel .carousel-inner .carousel-item .carousel-caption h5 {
    background: linear-gradient(45deg, #09d4ca, #00000000);
    padding: 10px;
}

.carousel .carousel-inner .carousel-item .carousel-caption p {
    background: rgba(3, 3, 3, 0.486);
    padding: 10px;
    border-left: 4px solid #09d4ca;
}

@media (max-width: 768px) {
    .carousel .carousel-inner .carousel-item .carousel-caption {
        width: 45%;
    }
}

@media (max-width: 576px) {
    .carousel .carousel-inner .carousel-item .carousel-caption {
        width: 80%;
    }
}


/**********************news****************/

.news {
    padding: 100px 0;
}


/**********************Events****************/

.events {
    padding-bottom: 100px;
}


/**********************owl****************/

.owl-carousel .card {
    overflow: hidden;
}

.news .card img {
    height: 160px !important;
    object-fit: cover;
}

.events .card {
    height: 260px;
}

.events .card img {
    height: 100% !important;
    object-fit: cover;
}

@media (max-width: 576px) {
    .events .card {
        height: auto;
    }
}

.owl-carousel .card h5 {
    color: #09d4ca;
}

.owl-carousel .card:hover img {
    transform: scale(1.1);
}


/**********************serannouncementsvices****************/

.announcements {
    background: url("../img/header/1.png") no-repeat center center fixed;
    width: 100%;
    height: 100vh;
    background-size: cover;
}

.announcements .over-lay {
    background: #dedede80;
    height: 100vh;
    width: 100%;
}

.announcements .over-lay .content {
    background: #FFFFFFA1;
    margin: 20px 0;
}

.announcements .over-lay .img-announcements {
    border-left-width: 5px;
    border-right-width: 0px;
    margin: 15px 10px;
    border-style: solid;
    border-image: linear-gradient( to bottom, #09d4ca, #dc35468a) 1 100%;
}

.announcements .over-lay img {
    object-fit: cover;
}

.announcements .over-lay .box-announce a {
    text-decoration: none;
    color: #dc3545;
}

.announcements .over-lay .box-announce {
    padding: 10px;
    font-size: 16px;
    border-left-width: 4px;
    border-right-width: 0px;
    border-style: solid;
    border-image: linear-gradient( to bottom, #09d4ca, #dc35468a) 1 100%;
    margin: 15px 10px;
}

.announcements .over-lay .box-announce a:hover {
    text-decoration: underline;
}

.announcements .over-lay .box-announce a span {
    color: #757575;
}

@media (max-width: 576px) {
    .announcements .over-lay img {
        width: 150px;
        height: 150px;
    }
}


/**********************services****************/

.services {
    padding: 120px 0;
}

.services .card {
    transition: 0.5s ease;
    border-radius: 10px;
    border-color: #f3f3f3;
}

.services .card img {
    object-fit: contain;
    margin-top: 5%;
    width: 100%;
    height: 85px;
    border-radius: 50%;
}

.services .card:hover {
    background: #f3f3f3;
}


/*====================footer============================*/

.footer {
    background: #323a45;
    border-top: 4px solid #09d4ca;
    position: relative;
    padding: 20px;
}

.footer .footer-content {
    padding: 50px 0;
}

.footer .info p {
    font-size: 18px;
    text-align: justify;
    color: #cccccc;
    line-height: 1.8;
}

.footer .Help_links h2 {
    font-weight: bold;
    font-size: 30px;
    color: #FFF;
}

.footer .Help_links ul li {
    color: #cccccc;
    padding: 3px 0;
    position: relative;
}

.footer .Help_links ul li::before {
    font-family: 'Font Awesome 5 Free';
    /*   display: inline-block;*/
    content: '\f105';
    font-weight: 900;
    /*للتوسيع بين الفقرات*/
    /*   vertical-align: middle;*/
    margin-right: 5px;
    color: #09d4ca;
}

.footer .Contact h2 {
    font-weight: bold;
    font-size: 30px;
    color: #FFF;
}

.footer .Contact ul li {
    margin-left: 15%;
    margin-top: 3%;
}

.footer .Contact ul li a {
    color: #FFF;
}

.footer .Contact ul li a i:hover {
    color: #09d4ca;
    cursor: pointer;
}


/*==================== Copyright ============================*/

.Copyright {
    position: absolute;
    color: #cccccc;
    bottom: 3%;
    font-size: 15px;
}

.Copyright span:first-of-type {
    color: #09d4ca;
}

.Copyright .heart {
    color: #ff0000;
}


/*==================pages-detail======================*/
.title-detail{
    width: 100%;
}
.p-detail{
text-align: justify !important;

}