body {
    direction: rtl;
    font-family: GEDINARone;
    z-index: 1;
}

.font-weight-bold {
    font-weight: bold;
}

/*hearder*/
/* header{
  background-image: url(../images/1x/home_img.png);
  height: 100vh;
  background-size:cover  ;
} */
.home_img {
    width: 100%;
    position: absolute;
    top: 0;
}

.navbar {
    padding: 0 5%;
    padding-bottom: 5%;
    position: relative;
    z-index: 99999;
}

nav {
    z-index: 1;
}

.nav-link-color {
    color: #0a2373;
    font-size: 16px;
    font-weight: bold;
}

.navbar-nav {
    width: 100%;
    padding-top: 5%;
}

/* .list-navbar {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100%;
} */

.header-social svg {
    color: #0a2373;
    font-size: 20px;
    padding: 0 5%;
}

.header-social {
    margin-left: 2%;
    color: transparent;
}

.social {
    width: 25%;
    padding-right: 9%;
}

.nav-item {
    padding-left: 2%;
}

.navbar-toggler {
    z-index: 999999999;
}

.btn-hover {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin: 0 30px;
    height: 40px;
    text-align: center;
    border: none;
    background-size: 300% 100%;

    border-radius: 10px;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn-hover:hover {
    background-position: 100% 0;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.btn-hover:focus {
    outline: none;
}

.btn-hover.color-1 {
    background-image: linear-gradient(
        to right,
        #a78f7c,
        #cfaf94,
        #c0946f,
        #0a2373
    );
    box-shadow: 0 4px 15px 0 rgb(140 144 145);
    text-decoration: none;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.home {
    /* height: 1125px; */
    margin-bottom: 69%;
}

.ticker-wrapper-h {
    margin: 0 7%;
    display: flex;
    position: relative;
    overflow: hidden;
}

.ticker-wrapper-h .heading {
    background-color: #04de4a;
    color: #fff;
    padding: 5px 20px;
    flex: 0 0 auto;
    z-index: 1000;
}

.news-ticker-h {
    display: flex;
    margin: 0;
    padding: 0;
    /* padding-left: 90%; */
    z-index: 999;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: tic-h;
    animation-duration: 30s;
}

/*end header*/

/*******************************************************************************************/
/*value*/
.value_section {
    /* width: 100%;
    position: relative;
    bottom: -50px;
    z-index: 1; */
}

.roow {
    width: 100%;
    margin: 0;
}

.value {
    position: relative;
    background-color: #e6d4c5;
    /* height: 52vh; */
    /* margin: auto; */
    text-align: center;
}

.value1 {
}

.value2 {
    background-color: #d9bfa9;
    /* height: 57vh; */
    transform: scale(1.1);
    z-index: 2;
}

.value3 {
    top: 0;
}

.d {
    position: relative;
    height: 100%;
}

.value_img {
    /* position: absolute; */
    /* top: 50%; */
    /* margin: 0; */
    /* transform: translate(-50%, -50%); */
    width: 100%;
    height: 100%;
    padding: 50px 0;
    /* left: 50%; */
}

.value_img img {
    width: 120px;
    margin-top: 25px;
}

.value.value2 p {
    color: #fff;
}

.value p {
    margin-top: 15px;
    font-size: 25px;
    margin-right: 10%;
    text-align: right;
    margin-bottom: 0;
    color: #fff;
}

/*end value*/
/**********************************************************************************************/
/*slider*/
.background_slider {
    width: 100%;
}

.slider_section {
    /* position: relative; */
}

.slider {
    background-image: url(../images/1x/sliderbg.png);
    background-size: cover;
    width: 100%;
    padding: 5% 0;
}

.caption {
    padding-top: 10%;
    padding-right: 10%;
}

.caption h1 {
    color: white;
    margin-bottom: 7%;
    display: inline-block;
}

.caption p {
    color: white;
    font-size: 23px;
    /* padding-top: 20px; */
    margin-bottom: 0;
}

.caption h4 {
    color: white;
    padding-bottom: 20%;
    font-size: 40px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-image: none;
}

.carousel_img {
    max-width: 700px;
    max-height: 700px;
}

.switch {
    width: 100%;
}

.last-news {
    position: absolute;
    width: 110px;
    top: -39px;
    right: 142px;
}

/*end slider*/
/**********************************************************************************************/
/*about us*/
.about_us_section {
    background-color: #f6efea;
    position: relative;
}

.background_about_us {
    width: 100%;
    margin-top: 25%;
}

.about_us_caption {
    position: absolute;
    top: 0;
    margin-top: 5%;
    text-align: center;
    width: 100% !important;
}

.about_us_caption h1 {
    color: #c0946f;
    margin-bottom: 7%;
    display: inline-block;
}

.about_us_caption p {
    color: #132c78;
    font-size: 25px;
    letter-spacing: 1px;
}

.about-center-img {
    width: 120px;
}

/*end about us*/
/**********************************************************************************************/
/*footer*/
footer {
}

.logo_footer {
    width: 68%;
}

.background_footer {
    width: 100%;
}

.caption_footer {
    background-image: url(../images/1x/Asset17.png);
    background-size: cover;
    text-align: center;
    color: white;
    font-size: 25px;
    padding: 44px 0;
}

.caption_footer h1 {
    color: #fff;
}

.caption_footer p {
    color: #c0946f;
    font-size: 22px;
}

.caption_footerr {
    text-align: right;
}

.copy_right {
    background-color: #f6efea;
    text-align: center;
    color: #0a2373;
    padding: 2% 0;
}

.copy_right1 {
    text-align: left;
}

.copy_right1 p {
    font-size: 20px;
}

.copy_right2 {
    text-align: center;
}

.copy_right2 svg {
    font-size: 30px;
    padding: 0 15px;
}

.qr img {
    width: 60%;
    border-radius: 20px;
}

/*end footer*/
/**********************************************************************************************/
/*post.html*/
.bacolor {
    background-color: #f6efea;
}

.title {
    margin: 2% 30%;
    text-align: center;
}

.post_container {
}

.title h1 {
    color: #c0946f;
    padding-top: 10%;
    font-size: 3.5rem;
    font-weight: bold;
}

.title img {
    width: 50%;
}

.posts_section {
    padding-bottom: 90px;
}

.posts {
    position: relative;
    margin-bottom: 80px;
}

.post_img {
    width: 100%;
    /* border-radius: 20px; */
    /* margin-top: 5%; */
    height: 250px;
}

.post_title {
    box-shadow: 0 4px 15px 0 rgb(140 144 145);
    font-size: 25px;
    background-color: #c0946f;
    border-radius: 23px;
    padding: 51px 0;
    width: 80%;
    text-align: center;
    color: white;
    margin: auto;
    margin-top: 10px;
    /* position: absolute;
    z-index: 5;
    bottom: 20%;
    right: 10%; */
}

.post_p {
    /* margin-top: 20%; */
    color: #0a2373;
    text-align: center;
}

.post_p a {
    text-decoration: none;
    color: #0a2373;
}

/***************************************************************************************************/
/*single-post.html*/
.single_post img {
    width: 100%;
    border-radius: 30px;
}

.single_post h4 {
    color: #c0946f;
    margin-top: 36px;
    margin-bottom: 30px;
}

.single_post p {
    color: #0a2373;
    line-height: 33px;
}

.mini_post img {
    width: 100%;
}

.mini_post h6 {
    color: #c0946f;
    margin-bottom: 35px;
    margin-top: 15px;
    text-align: center;
}

.mini_post a {
    text-decoration: none;
}

/* Tricker */

.news-ticker-h {
    display: flex;
    margin: 0;
    /* padding: 0; */
    /* padding-left: 90%; */
    z-index: 999;
    width: 100%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: tic-h;
    animation-duration: 30s;
    direction: ltr;
}
.news-ticker-h:hover {
    animation-play-state: paused;
}

.news-ticker-h li {
    display: flex;
    width: 100%;
    align-items: center;
    white-space: nowrap;
    padding-left: 20px;
    color: #040460;

}

.news-ticker-h li a {
    color: #212529;
    font-weight: bold;
}

@keyframes tic-h {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.hid-text {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    font-size: 20px;
}

.qr-map {
    text-decoration: none;
    color: #fff;
}

.eng_guide h4,
.eng_guide h5,
.eng_guide a {
    color: #0a2373;
    font-weight: bold;
}
.carousel_center_img {
    margin: auto;
    max-height: 500px;
}
.single_post p {
    margin-bottom: 30px;
}
.video {
    width: 100%;
    border-radius: 30px;
    margin-top: 50px;
    height: 500px;
}
.fix-size {
    max-height: 400px;
    overflow: hidden;
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: right;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.tabcontent {
    animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.eg-cleveland-element-0 {
    font-size: 20px;
    line-height: 33px;
    color: #388679;
    font-weight: 700;
    display: block;
    text-align: center;
    /* clear: both; */
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    word-wrap: break-word;
}

.eg-cleveland-content {
    background: #e8e8e8;
    padding: 30px 30px 30px 30px;
    border-width: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
    border-color: transparent;
    border-style: double;
    text-align: right;
}

.foogallery-pile:before {
    top: -3px;
    z-index: -10;
    /* -webkit-transform: rotate(2deg); */
    -moz-transform: rotate(2deg);
    transform: rotate(2deg);
}

.foogallery-pile {
    position: relative;
}

.foogallery-pile:after {
    top: -2px;
    z-index: -20;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

.foogallery-pile:before,
.foogallery-pile:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border: 8px solid #fff;
    left: 0;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.foogallery-pile .foogallery-pile-inner {
    border: 8px solid #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    line-height: 0;
}
.video-style {
    width: 100%;
    height: 700px;
    padding: 3%;
}

.cover:after {
    content: "";
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/1x/square-play.png) no-repeat 50% 50%;
    width: 25%;
    height: 0;
    padding-top: 75%;
    background-size: contain;
    zoom: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: opacity 150ms ease-in-out;
    -moz-transition: opacity 150ms ease-in-out;
    -ms-transition: opacity 150ms ease-in-out;
    -o-transition: opacity 150ms ease-in-out;
    transition: opacity 150ms ease-in-out;
  
}
.videos:hover .cover::after {
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}
.videos:hover{
    cursor: pointer
}
.cover{
    position: absolute;
    height: 100%;
    background-color: #ffffff42;
    width: 320px;
    z-index: 2;
}