﻿@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";
body {
    padding: 0;
    margin: 0;
    font-family: 'Tajawal', sans-serif;
    font-size: 14px
}

a {
    text-decoration: none;
    -webkit-transition: .5s;
    transition: .5s;
    color: #09101f;
    cursor: pointer;
}

    a:hover, a:focus {
        color: #DAA520;
        text-decoration: none
    }

button {
    outline: 0 !important
}

p {
    margin-bottom: 15px;
    line-height: 1.4;
    color: #09101f;
    /*font-weight: 600;*/
    font-family: 'Tajawal', sans-serif;
    font-size: 1.3rem;
}

    p:last-child {
        margin-bottom: 0
    }

i {
    line-height: normal
}

.d-table {
    width: 100%;
    height: 100%
}

.d-table-cell {
    vertical-align: middle
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #09101f;
    font-family: 'Tajawal', sans-serif;
    font-weight: 600;
}

    .h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
        margin-bottom: 0
    }
.mb-20{
    margin-bottom:20px;
}
.fontsize15 {
    font-size: 15px;
}
.fontsize16 {
    font-size: 16px;
}
.fontsize17 {
    font-size: 17px;
}
.fontsize18 {
    font-size: 1rem;
}
.fontsize19 {
    font-size: 19px;
}
.yellowColor {
    color: #c59905;
}

    .btn-yellow {
        color: #fff;
        border-color: #daa520;
        background-color: #daa520;
    }
    .btn-yellow:hover {
        color: #fff;
        border-color: #c7961b;
        background-color: #c7961b;
    }
.pr-25{
    padding-right:25px;
}
.subscribe {
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
}
    .subscribe:hover {
        color: #DAA520;
    }
.image-link a :hover {
    color: #daa520;
    cursor:pointer;
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    margin-top: 20px;
}

    .watermark {
   
    display: block;
    position: relative;
}

    .watermark::after {
        content: "";
        background: url(../img/bg.svg) no-repeat center;
        background-size:cover;
        opacity: 0.3;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index:-1;

       
    }

.watermark1 {
    display: block;
    position: relative;
}

    .watermark1::after {
        content: "";
        background: url(../img/bg1.svg) no-repeat center;
        background-size: cover;
        opacity: 0.4;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
        width:100%;
        height:auto;
    }

.bgImageAboutUs {
    display: block;
    position: relative;
}

    .bgImageAboutUs::after {
        content: "";
        background: url(../img/AboutUS.jpg) no-repeat center;
        background-size: cover;
        /*opacity: 0.4;*/
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: auto;
    }

.newsfont a {
    font-size: 1.8rem;
    font-weight: 600;
    color: white;
}
.newsfont a:hover {
    color: #DAA520;
}

.newsfont1 h3 a {
    font-size: 1.5rem;
    /*color: #fff;*/
}

    .newsfont1 h3 a:hover {
        color: #DAA520;
    }
.newsfontspan {
    font-size: 1.2rem;
    color: white;
    display:none;
}

.titleH3{
    font-size:1.5rem;
    margin-top:20px;
    font-weight:600;
}
.titleH5 {
    font-size: 1.25rem;
    font-weight: 600;
}
/*Versions*/

/*news ticker*/
.newsticker {
    width: 20%;
    background-color: #daa520;
    font-size: 17px;
    padding: 15px;
    font-weight: 600;
}

.news-scroll a {
    text-decoration: none;
    font-size: 16px;
}

.icon {
    /*height: 10px;
    width: 10px;*/
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 2px !important;
    display: inline-block
}

.dot {
    height: 6px;
    width: 6px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 2px !important;
    background-color: #daa520;
    border-radius: 50%;
    display: inline-block
}
/*news ticker*/
/*****************************
*	horizontal news ticker
******************************/

.ticker-wrapper-h {
    display: flex;
    position: relative;
    overflow: hidden;
    /*border: 1px solid #1c6547;*/
}

    .ticker-wrapper-h .heading {
        background-color: #daa520;
        color: #fff;
        padding: 5px 30px;
        flex: 0 0 auto;
        z-index: 1000;
        font-size: 17px;
        font-weight: 600;
    }
/*.ticker-wrapper-h .heading:after{
	content: "";
	position: absolute;
	top: 0;
	border-left: 20px solid #1c6547;
	border-top: 17px solid transparent;
	border-bottom: 15px solid transparent;
}*/


.news-ticker-h {
    display: flex;
    margin: 0;
    padding: 0;
    padding-right: 80%;
    z-index: 999;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: tic-h;
    animation-duration: 60s;
}

    .news-ticker-h:hover {
        animation-play-state: paused;
    }



    .news-ticker-h li {
        display: flex;
        width: 100%;
        align-items: center;
        white-space: nowrap;
        padding-right: 20px;
    }

        .news-ticker-h li a {
            color: #212529;
            /*font-weight: bold;*/
            font-size: 16px;
        }

@keyframes tic-h {
    0% {
        -webkit-transform: translate3d(-5%, 0, 0);
        transform: translate3d(-5%, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
/*LogoSize*/
.logoImage {
    width: 250px;
    padding-left:0.5rem
}
/*LogoSize*/


/*Tilte Style*/

.titleStyle {
    /*border-bottom:5px solid #daa520;*/
    margin-bottom: 1.625em;
}

    .titleStyle h3 {
        display: inline-block;
        margin: 0;
        padding: 0;
        background: #daa520;
        color: #fff;
        height: 50px;
        line-height: 50px;
        text-align: center;
        padding: 0px 20px;
        position: relative;
        margin-top: 20px;
        border-radius: 5px;
        font-size:1.5rem;
    }

        /*.titleStyle h3::before {
            content: "";
            position: absolute;
            right: 100%;
            bottom: 0;
            height: 0;
            width: 0;
            border: 25px solid #daa520;
            border-top-color: transparent;
            border-left-color: transparent;
        }*/
    .titleStyle h3 a {

        color: #fff;

    }
        .titleStyle h3 a:hover {
            color: #01283a;
        }


/*Tilte Style*/
/*Card Slider Style*/
.blog-card {
    display: flex;
    flex-direction: column;
    margin: 1rem auto;
    box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.6%;
    background: #fff;
    line-height: 1.4;
    font-family: 'Tajawal', sans-serif;
    border-radius: 5px;
    overflow: hidden;
    z-index: 0;
}

    .blog-card a {
        color: inherit;
    }

        .blog-card a:hover {
            color: #daa520;
        }

    .blog-card:hover .photo {
        /* transform: scale(1.3) rotate(3deg);*/
        -webkit-transition: all 1.5s ease-out;
        transition: all 1.5s ease-out
    }

    .blog-card .meta {
        position: relative;
        z-index: 0;
        height: 200px;
    }

    .blog-card .photo {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-size: cover;
        background-position: center;
        transition: transform 0.2s;
    }

    .blog-card .details,
    .blog-card .details ul {
        margin: auto;
        padding: 0;
        list-style: none;
    }

    .blog-card .details {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -100%;
        margin: auto;
        transition: left 0.2s;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        padding: 10px;
        width: 100%;
        font-size: 0.9rem;
    }

        .blog-card .details a {
            -webkit-text-decoration: dotted underline;
            text-decoration: dotted underline;
        }

        .blog-card .details ul li {
            display: inline-block;
        }

        .blog-card .details .author:before {
            font-family: FontAwesome;
            margin-right: 10px;
            content: "";
        }

        .blog-card .details .date:before {
            font-family: FontAwesome;
            margin-right: 10px;
            content: "";
        }

        .blog-card .details .tags ul:before {
            font-family: FontAwesome;
            content: "";
            margin-right: 10px;
        }

        .blog-card .details .tags li {
            margin-right: 2px;
        }

            .blog-card .details .tags li:first-child {
                margin-left: -4px;
            }

    .blog-card .description {
        padding: 1rem;
        background: #fff;
        position: relative;
        z-index: 1;
    }

        .blog-card .description p {
            font-size: 1rem;
            font-weight: 600;
        }
        .blog-card .description h1,
        .blog-card .description h2 {
            font-family: 'Tajawal', sans-serif;
        }

        .blog-card .description h1 {
            /*line-height: 1;*/
            margin: 0;
            font-size: 1.5rem;
            font-weight: bolder;
        }

        .blog-card .description h2 {
            font-size: 1rem;
            font-weight: 300;
            text-transform: uppercase;
            color: #a2a2a2;
            margin-top: 5px;
        }

        .blog-card .description .read-more {
            text-align: right;
        }

            .blog-card .description .read-more a {
                /*color: #daa520;*/
                display: inline-block;
                position: relative;
            }

               /* .blog-card .description .read-more a:after {
                    content: '\f100';
                    font-family: FontAwesome;
                    margin-left: -10px;
                    opacity: 0;
                    vertical-align: middle;
                    transition: margin 0.3s, opacity 0.3s;
                }*/

                .blog-card .description .read-more a:hover:after {
                    margin-right: 5px;
                    opacity: 1;
                    color: #daa520;
                }

    .blog-card p {
        position: relative;
        margin: 1rem 0 0;
    }

        .blog-card p:first-of-type {
            margin-top: 1.25rem;
        }

            .blog-card p:first-of-type:before {
               /* content: "";
                position: absolute;
                height: 5px;
                background: #daa520;
                width: 35px;
                top: -0.75rem;
                border-radius: 3px;*/
            }

    .blog-card:hover .details {
        left: 0%;
    }

@media (min-width: 640px) {
    .blog-card {
        flex-direction: row;
        max-width: 700px;
    }

        .blog-card .meta {
            flex-basis: 40%;
            height: auto;
        }

        .blog-card .description {
            flex-basis: 60%;
        }

            .blog-card .description:before {
                transform: skewX(-3deg);
                content: "";
                background: #fff;
                width: 30px;
                position: absolute;
                left: -10px;
                top: 0;
                bottom: 0;
                z-index: -1;
            }

        .blog-card.alt {
            flex-direction: row-reverse;
        }

            .blog-card.alt .description:before {
                left: inherit;
                right: -10px;
                transform: skew(3deg);
            }

            .blog-card.alt .details {
                padding-left: 25px;
            }
}
/*Card Slider Style*/

/*testimonial*/
.shadow-effect {
    background: #012739;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
    height: 300px;
    display:flex;
    align-content: space-between;
    flex-direction: column;
    justify-content: space-evenly;
}

#customers-testimonials .shadow-effect p {
    font-family: 'Tajawal', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 600;
    color: #fff;
}

.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #daa520;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}

    .testimonial-name a:hover {
        color: #fff;
    }

#customers-testimonials .item {
    text-align: center;
    padding: 30px;
    margin-bottom: 10px;
    opacity: .4;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item .imgT {
    transform-style: preserve-3d;
    max-width: 130px;
    margin: 0 auto 17px;
    border-radius: 50%;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #daa520;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

    #customers-testimonials.owl-carousel .owl-dots .owl-dot {
        display: inline-block;
    }

        #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
            background: #012739;
            display: inline-block;
            height: 20px;
            margin: 0 2px 5px;
            transform: translate3d(0px, -50%, 0px) scale(0.3);
            transform-origin: 50% 50% 0;
            transition: all 250ms ease-out 0s;
            width: 20px;
            border-radius: 50%;
        }
/*testimonial*/

/*Activities*/
figure.snip1253 {
    font-family: 'Tajawal', sans-serif;
    color: #fff;
    position: relative;
    overflow: hidden;
    /*margin: 10px;*/
    /*min-width: 250px;
  max-width: 310px;*/
    width: 100%;
    height: 400px;
    overflow: hidden;
    background-color: #ffffff;
    color: #000000;
    text-align: right;
    font-size: 16px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

    figure.snip1253:hover {
        color: #daa520;
    }



figure.snip1253 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    figure.snip1253 .image {
        max-height: 220px;
        overflow: hidden;
    }

    figure.snip1253 img {
        max-width: 100%;
        vertical-align: top;
        position: relative;
    }

    figure.snip1253 figcaption {
        margin: -40px 15px 0;
        padding: 15px;
        position: relative;
        background-color: #ffffff;
    }

    figure.snip1253 .date {
        background-color: #01283a;
        top: 15px;
        color: #fff;
        right: 15px;
        min-height: 48px;
        min-width: 48px;
        position: absolute;
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
    }

        figure.snip1253 .date span {
            display: block;
            line-height: 24px;
            line-height: 10px;
            margin-top: 10px;
        }

        figure.snip1253 .date .month {
            font-size: 14px;
            background-color: rgba(0, 0, 0, 0.1);
        }

    figure.snip1253 h3,
    figure.snip1253 p {
        margin: 0;
        padding: 0;
    }

    figure.snip1253 h3 {
        min-height: 50px;
        margin-bottom: 10px;
        margin-right: 60px;
        display: inline-block;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 1.8rem;
        height: 70px;
        max-height: 70px;
        overflow: hidden;
    }
        figure.snip1253 h3:hover {
            color: #daa520;
        }

    figure.snip1253 p {
        font-size: 1.3rem;
        margin-bottom: 20px;
        line-height: 1.6rem;
    }

    figure.snip1253 footer {
        padding: 0 25px;
        background-color: #01283a;
        color: #e6e6e6;
        font-size: 0.8rem;
        line-height: 30px;
        text-align: right;
        height: 25px;
        bottom: 0;
        position: absolute;
        width: 100%;
    }

        figure.snip1253 footer > div {
            display: inline-block;
            margin-left: 10px;
        }

        figure.snip1253 footer i {
            color: rgba(255, 255, 255, 0.2);
            margin-right: 5px;
        }

    figure.snip1253 a {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        z-index: 1;
    }
        figure.snip1253 a:hover {
            color: #daa520;
        }

    figure.snip1253:hover img,
    figure.snip1253.hover img {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
/*Activities*/
    /*===============================
      xp-post-category Start
===============================*/
.xp-post-style{
    padding-bottom: 95px;
}
.xp-lifestyle{
    background-color: #f3f3f3;
    margin-bottom: 30px;
}
.xp-lifestyle h3{
    font-size: 12px;
    color: #fff;
    display: inline-block;
    padding: 7px 18px 9px;
    letter-spacing: 2px;
}
.xp-post-style .nav-tabs{
    float: right;
}
.xp-post-style .nav-tabs > li {
    margin-bottom: 0;
    position: relative;
    padding: 0 19px;
}
.xp-post-style .nav-tabs > li:after{
    position: absolute;
    content: "";
    background-color: #dcdcdc;
    width: 1px;
    height: 10px;
    right: -2px;
    top: 12px;
}
.xp-post-style .nav-tabs > li.active a{
    position: relative;
}
.xp-post-style .nav-tabs > li.active a:after{
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    bottom: 0;
    height: 2px;
    transition: width 500ms ease-in-out 0s;
}
.xp-post-style .nav-tabs > li:last-child:after{
    display: none;
}
.xp-post-style .nav-tabs {
    border-bottom: none;
}
.xp-post-style .nav-tabs > li > a{
    border: none;
    border-radius: 0;
    margin-right: 0;
    font-size: 13px;
    font-weight: 600;
    color: #777777;
    text-transform: uppercase;
    padding: 6px  0;
    position: relative;
}
.xp-post-style .nav-tabs > li > a:after{
    position: absolute;
    content: "";
    left: 0;
    width: 0;
    bottom: 0;
    height: 2px;
    transition: width 500ms ease-in-out 0s;
}
.xp-post-style .nav-tabs > li > a:hover:after{
    width: 100%;
    transition: width 500ms ease-in-out 0s;
}
.xp-post-style .nav-tabs > li > a:hover {
    border-color: transparent;
}
.xp-post-style .nav > li > a:hover, .xp-post-style .nav > li > a:focus {
    background-color: transparent;
    text-decoration: none;
}
.xp-post-style .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    border: medium none !important;
    background-color: transparent !important;
    color: #777777 !important;
}
.xp-post-style .nav .open > a, .xp-post-style .nav .open > a:hover, .xp-post-style .nav .open > a:focus {
    background-color: transparent;
    border-color: transparent;
}
.xp-post-style .caret {
    border-top: 4px solid #bdbdbd;
    margin-left: 6px;
}
.xp-post-style-inner {
    padding-top: 14px;
}
.xp-post-styl-left .xp-image-holdrer{
    position: relative;
}
.xp-tage{
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    background-color: #ec453e;
    color: #fff;
    padding: 2px 9px 4px;
    text-transform: uppercase;
}
.xp-post-styl-left .xp-text-box{
    padding-top: 31px;
}
.xp-post-styl-left .xp-text-box h3 a{
    text-transform: none;
    font-weight: normal;
}
.xp-post-styl-left .xp-text-box ul {
    margin-bottom: 11px;
    margin-top: 10px;
}
.xp-post-styl-left .xp-text-box ul li{
    display: inline-block;
    font-weight: 600;
    font-size: 11px;
    color: #999999;
    margin-right: 14px;
}
.xp-post-styl-left .xp-text-box ul li i{
    margin-right: 8px;
}
.xp-post-list{
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 34px;
    margin-bottom: 34px;
}
.xp-post-list .xp-image-holder{
    float: left;
    margin-right: 24px;
    position: relative;
}
.xp-post-list .xp-text-box{
    float: left;
    width: 69%;
}
.xp-post-list .xp-text-box h4{
    font-weight: normal;
}
.xp-post-list .xp-text-box time {
    color: #999999;
    font-size: 11px;
    margin-top: 9px;
    display: block;    
}
.xp-post-list .xp-text-box time i{
    font-size: 14px; 
    padding: 1px 7px 0 0;
    vertical-align: top;
}
.xp-last-space{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

/*===========================================
       xp-featured-articles Start
===========================================*/
.articles-space {
    margin: 0 -15px;
}

.xp-featured-articles .item {
    padding: 0 15px;
}

.xp-articles-inner .xp-image-holder {
    position: relative;
}

    .xp-articles-inner .xp-image-holder img {
        width: 100%;
    }

    .xp-articles-inner .xp-image-holder .xp-tage {
        top: 0;
        bottom: inherit;
        left: 0;
        font-family: 'Raleway', sans-serif;
        font-size: 14px;
        font-weight: 600;
        padding: 1px 11px 0px;
    }

.xp-movies {
    background-color: #ff532d !important;
}

.xp-travel {
    background-color: #2694e1 !important;
}

.xp-articles-inner .xp-text-box {
    background-color: #f3f3f3;
    padding: 24px 28px 30px;
}

    .xp-articles-inner .xp-text-box ul li {
        display: inline-block;
        font-family: 'Raleway', sans-serif;
        font-size: 14px;
        color: #cccccc;
        margin-right: 26px;
        position: relative;
    }

        .xp-articles-inner .xp-text-box ul li:after {
            position: absolute;
            content: "";
            background-color: #ccc;
            right: -15px;
            top: 5px;
            width: 1px;
            height: 11px;
            transform: skewX(-30deg);
        }

        .xp-articles-inner .xp-text-box ul li:last-child {
            margin-right: 0;
        }

            .xp-articles-inner .xp-text-box ul li:last-child:after {
                display: none;
            }

    .xp-articles-inner .xp-text-box h3 a {
        font-family: 'Raleway', sans-serif;
        font-size: 22px;
        font-weight: bold;
        color: #363636;
        padding-top: 24px;
        padding-bottom: 7px;
        margin-top: 0;
    }

    .xp-articles-inner .xp-text-box a {
        font-weight: 600;
        margin-top: 35px;
        display: block;
    }

.xp-featured-articles .owl-theme .owl-controls {
    margin-top: 33px;
}

    .xp-featured-articles .owl-theme .owl-controls .owl-page span {
        background: #ebebeb none repeat scroll 0 0;
        height: 10px;
        margin: 0 3px;
        opacity: 1;
        width: 10px;
        transition: all 0.5s ease-in-out;
    }


/* 1.5 - Module
    -----------------------------------------------------------------*/
.highlight {
    background-color: #ececed;
}

.darkMode {
    background-color: #01283a;
}
.module {
    position: relative;
    height: auto;
}

.module-top {
    position: relative;
    height: auto;
    padding-top: 0;
}

.dark {
    background-color: #141417;
    overflow: hidden;
}

    .dark .video-post_content p {
        color: #CCC;
    }

.module-title {
    margin-bottom: 1.625em;
    height: 40px;
    display: table;
    position: relative;
}

    .module-title .title span {
        margin: 0;
        padding: 6px 16px;
        color: #fff;
        text-transform: uppercase;
        border-radius: 5px;
        font-weight: 500;
        display: table-cell;
    }

    .module-title h3 {
        margin-top: 0;
        letter-spacing: .5px;
        font-family: 'Roboto', sans-serif;
    }

    .module-title .subtitle {
        margin: 0;
        text-transform: uppercase;
        display: table-cell;
        font-weight: 600;
        letter-spacing: .5px;
        color: #DAA520;
        font-family: 'Tajawal', sans-serif;
    }

        .module-title .subtitle::before {
            font-family: "FontAwesome";
            /*content: '\f104';*/
            padding: 0 14px 0 18px;
            font-style: normal;
            color: #daa520;
        }

.module-media {
    padding-bottom: 6px;
    position: relative;
    margin-bottom: 1.3em;
    margin-top: 6px;
}

    .module-media img {
        width: 100%;
    }



/* 1.8 - Labels
    -----------------------------------------------------------------*/
.label-1, .label-2, .label-3, .label-4, .label-5, .label-6, .label-7, .label-8, .label-9, .label-10, .label-11, .label-12, .label-14 {
    padding: 4px 6px;
    letter-spacing: .03em;
    font-weight: 400;
    color: #FFF;
    position: absolute;
    bottom: 4px;
    left: -3px;
    right: auto;
    top: auto;
    text-align: center;
    border-radius: 1px;
    text-transform: uppercase;
    border: none;
    margin-left: 16px;
    margin-bottom: 10px;
    z-index: 2;
}

a:hover[class^="label-"] {
    color: #FFF !important;
}

.entry-media a[class^="label-"] {
    bottom: 9px;
    margin-left: 22px;
}

.container-half .entry-media a[class^="label-"] {
    margin-bottom: 16px;
}

.label-13 {
    padding: 4px 6px;
    font-weight: 500;
    color: #FFF;
    position: absolute;
    bottom: 8px;
    left: 0;
    right: auto;
    top: auto;
    text-align: center;
    border-radius: 5px;
    border: none;
    margin-left: 10px;
}

.label-1, .bg-1 {
    background-color: #daa520;
    color: #01283a;
    border-radius: 1px;
}

.label-2, .bg-2 {
    background-color: rgba(64, 169, 255, 1.00);
    color: #FFF;
    border-radius: 1px;
}

.label-3, .bg-3 {
    background-color: rgba(0, 70, 154, 1.00);
    color: #FFF;
    border-radius: 1px;
}

.label-4, .bg-4 {
    background-color: rgba(76, 176, 80, 1.00);
    color: #FFF;
    border-radius: 1px;
}

.label-5, .bg-5 {
    background-color: rgba(100, 65, 165, 1.00);
    color: #FFF;
    border-radius: 1px;
}

.label-6, .bg-6 {
    background-color: rgba(255, 152, 0, 1.00);
    color: #FFF;
    border-radius: 1px;
}

.label-7, .bg-7 {
    background-color: rgba(255, 64, 17, 1.00);
    color: #FFF;
    border-radius: 1px;
}

.label-8, .bg-8 {
    background-color: rgba(57, 201, 187, 1.00);
    color: #FFF;
    border-radius: 1px;
}

.label-9, .bg-9 {
    background-color: rgba(234, 2, 83, 1.00);
    color: #FFF;
    border-radius: 1px;
}

.label-10, .bg-10 {
    background-color: rgba(100, 102, 108, 1.00);
    color: #FFF;
    border-radius: 1px;
}

.label-11, .bg-11 {
    background-color: #01283a;
    color: #FFF;
    border-radius: 1px;
}
    .bg-11 a {
        color: #fff;

    }
    .bg-11 a:hover {
        
        color: #DAA520;
    }

    .label-12, .bg-12 {
        background-color: rgba(0, 0, 0, 1.00);
        color: #FFF;
        border-radius: 1px;
    }

.label-12, .bg-12 {
    background-color: rgba(0, 0, 0, 1.00);
    color: #FFF;
    border-radius: 1px;
}

.label-13, .bg-13 {
    background-color: rgba(239, 241, 242, 0.9);
    color: #141417;
    border-radius: 1px;
}

.label-14, .bg-14 {
    background-color: rgba(0, 0, 0, .7);
    color: #ced2d9;
    border-radius: 1px;
}


/* 3.1 - News
    -----------------------------------------------------------------*/
.news .item .item-image {
    display: table-cell;
    vertical-align: top;
    width: 40%;
    z-index: 1;

}

.item .item-image-1 {
    display: table-cell;
    vertical-align: top;
    width: 48.2%;
    z-index: 1;
    right: -10px;
}

.item .item-image-2 {
    display: table-cell;
    vertical-align: top;
    width: 40%;
}

.item .item-image-3 {
    display: table-cell;
    vertical-align: top;
    width: 48%;
}

.panel .item .item-image-2 {
    top: 10px;
}

.item .item-image-full {
    display: table-cell;
    vertical-align: top;
    width: 48%;
    padding-top: 22px;
}

.item-image-1, .item-image-2, .item-image-3 {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

    .item-image-1 .img-link::after, .item-image-2 .img-link::after, .item-image-3 .img-link::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.5);
        transform: scale(1);
        opacity: 0;
        transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -o-transition: all .5s ease;
    }

    .item-image-1 .img-link, .item-image-2 .img-link, .item-image-3 .img-link {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        position: absolute;
    }

.news .item-image::before {
    display: block;
    content: '';
    padding-top: 57%;
}

.item-image-1::before {
    display: block;
    content: '';
    padding-top: 67%;
}

.item-image-2::before {
    display: block;
    content: '';
    padding-top: 57%;
}

.item-image-3::before {
    display: block;
    content: '';
    padding-top: 54%;
}

.item-image-1 .img-full, .item-image-2 .img-full, .item-image-3 .img-full {
    width: auto;
    height: 100%;
    max-width: none;
    position: absolute;
    top: 0;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.news .item-image .img-full {
    width: auto;
    height: 100%;
    max-width: none;
    position: absolute;
    top: 0;
    margin: 0;
}

.news img {
    max-width: 100%;
}

.news .item .item-content {
    padding: 0px 10px ;
}
.news .item .item-content p {
    font-size:1.3rem;
    font-weight:400;
}
    .news .item .item-content .read-more {
        font-size: 1.1rem;
        font-weight: 500;
    }

.item .item-content, .item .content {
    display: table-cell;
    vertical-align: top;
    width: auto;
}

.news .item {
    display: table;
    width: 100%;
    margin-bottom: 1.625em;
    position: relative;
    background-color: #fff;
    height: 200px;
    overflow: hidden;
}

.news .item-small {
    display: table;
    width: 100%;
    margin-bottom: 16px;
    position: relative;
    background-color: rgba(249, 249, 252, 0.9);
}

.news-block {
    margin-left: -15px;
    margin-right: -15px;
    font-size: 0;
}

    .news-block img {
        max-width: 100%;
    }

.item-block {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    margin-bottom: 22px;
    font-size: 14px;
    width: 33.3%;
}

    .item-block p {
        margin-bottom: 0;
    }

.news-block .item-image::before {
    display: block;
    content: '';
    padding-top: 67%;
}

.news-block .item-image .img-link {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    overflow: hidden;
    position: absolute;
}

.news-block .item-image .img-full {
    width: auto;
    height: 100%;
    max-width: none;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.news-block .item-image .img-link::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    transform: scale(1);
    opacity: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.news .news-block .item-content, .news-block .item-block .item-content, .news-block .item-block .content {
    padding: 6px 0 0;
    position: relative;
    display: block;
}

.news .item-image-1:hover, .news .item-image-2:hover, .news .item-image-3:hover {
    opacity: .9;
}

.news ul {
    display: inline-block;
    margin-bottom: 0;
}

    .news ul li {
        margin-top: 2px;
        width: 22.75%;
        float: left;
    }

.news .item h3 {
    font-weight: 400;
    font-size: 1.5rem;
    margin-bottom: 0px;
}

.news li:nth-child(4n+1), .news li:nth-child(4n+2), .news li:nth-child(4n+3) {
    margin-right: 3%;
}

.news li:last-child {
    margin-right: 0;
}

.news .content p, .news .item-content p {
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.065);*/
}

.content h3 a, .item-content h3 a {
    text-transform: none;
    /*color: #262626;*/
}

.news-block .twitter {
    background: url(../img/twitter.gif) no-repeat 0 3px;
    padding-left: 18px;
    color: #2c2c34;
    margin-bottom: 0;
}

/* 3.8 - Post
    -----------------------------------------------------------------*/
.item .item-image {
    display: table-cell;
    vertical-align: top;
    width: 110px;
}

.item .item-image-full {
    display: table-cell;
    vertical-align: top;
    width: 48%;
    margin-top: 22px;
}

.sidebar-scroll .item {
    display: table;
    width: 100%;
    position: relative;
    background-color: rgba(245, 245, 247, 0.9);
}

.item .item-image-full .img-link {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    position: absolute;
}

.item-image-full::before {
    display: block;
    content: '';
    padding-top: 57%;
}

.item-image-full .img-full {
    width: auto;
    height: 100%;
    max-width: none;
    position: absolute;
    top: 0;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.item-image-full .img-link::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    transform: scale(1);
    opacity: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.item-image {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}

    .item-image .img-link {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        position: absolute;
    }

        .item-image .img-link::after {
            position: absolute;
            content: "";
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            z-index: 1;
            background-color: rgba(0, 0, 0, 0.5);
            transform: scale(1);
            opacity: 0;
            transition: all .5s ease;
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -o-transition: all .5s ease;
        }

    .item-image::before {
        display: block;
        content: '';
        padding-top: 54%;
    }

    .item-image .img-full {
        width: auto;
        height: 100%;
        max-width: none;
        position: absolute;
        top: 0;
        margin: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
    }

.entry-post .item .item-content p {
    margin-top: 6px;
    margin-bottom: 0;
}

.item .item-content {
    display: table-cell;
    vertical-align: middle;
    width: auto;
}

.entry-post .item {
    display: table;
    width: 100%;
    margin-bottom: 17px;
    position: relative;
    -webkit-transition: box-shadow .2s ease-in-out;
    -webkit-transition-delay: 0;
    -moz-transition: box-shadow .2s ease-in-out;
    -o-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
}

    .entry-post .item .item-image {
        display: table-cell;
        vertical-align: top;
        width: 100px;
    }

    .entry-post .item .item-content {
        padding-left: 15px;
    }

.entry-post .item-image:hover {
    opacity: .8;
}


/*-------------------------------------*/
.teamStyle {
    border: solid 2px #c59905;
    margin-bottom: 15px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    background-color: #daa520;
}
.teamStyle2 {
    border: solid 2px #656565;
    margin-bottom: 15px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px;
    background-color: #656565;
}

.pt-100 {
    padding-top: 100px
}

.pb-70 {
    padding-bottom: 70px
}

.ptb-50 {
    padding-top: 25px;
    padding-bottom: 50px
}

.pt-50 {
    padding-top: 50px
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #01283A;
    z-index: 999999;
    height: 100%;
    overflow: hidden
}

    .preloader .loader {
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        top: 45%;
        -webkit-transform: translateY(-45%);
        transform: translateY(-45%);
        height: 50px;
        width: 180px;
        margin-left: auto;
        margin-right: auto
    }

        .preloader .loader .wrapper {
            height: 50px;
            width: 180px
        }

        .preloader .loader .circle {
            border-radius: 50%;
            border: 3px solid #fff;
            float: left;
            height: 50px;
            margin: 0 5px;
            width: 50px
        }

        .preloader .loader .circle-1 {
            -webkit-animation: move 1s ease-in-out infinite;
            animation: move 1s ease-in-out infinite
        }

        .preloader .loader .circle-1a {
            -webkit-animation: fade 1s ease-in-out infinite;
            animation: fade 1s ease-in-out infinite
        }

        .preloader .loader .circle-2 {
            -webkit-animation: move 1s ease-in-out infinite;
            animation: move 1s ease-in-out infinite
        }

        .preloader .loader .circle-1a {
            margin-left: -55px;
            opacity: 0
        }

        .preloader .loader .circle-3 {
            -webkit-animation: circle-3 1s ease-in-out infinite;
            animation: circle-3 1s ease-in-out infinite;
            opacity: 1
        }

        .preloader .loader span {
            color: #fff;
            letter-spacing: .05em;
            text-transform: uppercase;
            display: block;
            font-size: 16px;
            font-weight: 600;
            margin-left: auto;
            margin-right: auto;
            margin-top: 25px
        }

.preloader-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    text-align: center;
    -webkit-transition: .9s;
    transition: .9s
}

    .preloader-area .loader {
        position: absolute;
        top: 43%;
        left: 0;
        right: 0;
        -webkit-transform: translateY(-43%);
        transform: translateY(-43%);
        text-align: center;
        margin: 0 auto;
        width: 50px;
        height: 50px;
        -webkit-transition: .5s;
        transition: .5s
    }

    .preloader-area .box {
        width: 100%;
        height: 100%;
        background: #fff;
        -webkit-animation: animate .5s linear infinite;
        animation: animate .5s linear infinite;
        position: absolute;
        top: 0;
        left: 0
    }

    .preloader-area .shadow {
        width: 100%;
        height: 5px;
        background: #000;
        opacity: .1;
        position: absolute;
        top: 59px;
        left: 0;
        border-radius: 50%;
        -webkit-animation: shadow .5s linear infinite;
        animation: shadow .5s linear infinite
    }

    .preloader-area::before, .preloader-area::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 60%;
        height: 100%;
        z-index: -1;
        background: #DAA520;
        -webkit-transition: .9s;
        transition: .9s
    }

    .preloader-area::after {
        left: auto;
        right: 0
    }

    .preloader-area.preloader-deactivate {
        visibility: hidden
    }

        .preloader-area.preloader-deactivate::after, .preloader-area.preloader-deactivate::before {
            width: 0
        }

        .preloader-area.preloader-deactivate .loader {
            opacity: 0;
            visibility: hidden
        }

.bg-gold {
    background-color: #DAA520;
}

.btn-warning {
    color: #000;
    background-color: #DAA520;
    border-color: #DAA520;
}

    @-webkit-keyframes fade {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }

    @keyframes fade {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }

    @-webkit-keyframes move {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }

        100% {
            -webkit-transform: translateX(60px);
            transform: translateX(60px)
        }
    }

    @keyframes move {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }

        100% {
            -webkit-transform: translateX(60px);
            transform: translateX(60px)
        }
    }

    @-webkit-keyframes circle-3 {
        0% {
            opacity: 1
        }

        100% {
            opacity: 0
        }
    }

    @keyframes circle-3 {
        0% {
            opacity: 1
        }

        100% {
            opacity: 0
        }
    }

    @-webkit-keyframes loader {
        0% {
            left: -100px
        }

        100% {
            left: 110%
        }
    }

    @keyframes loader {
        0% {
            left: -100px
        }

        100% {
            left: 110%
        }
    }

    @-webkit-keyframes animate {
        17% {
            border-bottom-right-radius: 3px
        }

        25% {
            -webkit-transform: translateY(9px) rotate(22.5deg);
            transform: translateY(9px) rotate(22.5deg)
        }

        50% {
            -webkit-transform: translateY(18px) scale(1,.9) rotate(45deg);
            transform: translateY(18px) scale(1,.9) rotate(45deg);
            border-bottom-right-radius: 40px
        }

        75% {
            -webkit-transform: translateY(9px) rotate(67.5deg);
            transform: translateY(9px) rotate(67.5deg)
        }

        100% {
            -webkit-transform: translateY(0) rotate(90deg);
            transform: translateY(0) rotate(90deg)
        }
    }

    @keyframes animate {
        17% {
            border-bottom-right-radius: 3px
        }

        25% {
            -webkit-transform: translateY(9px) rotate(22.5deg);
            transform: translateY(9px) rotate(22.5deg)
        }

        50% {
            -webkit-transform: translateY(18px) scale(1,.9) rotate(45deg);
            transform: translateY(18px) scale(1,.9) rotate(45deg);
            border-bottom-right-radius: 40px
        }

        75% {
            -webkit-transform: translateY(9px) rotate(67.5deg);
            transform: translateY(9px) rotate(67.5deg)
        }

        100% {
            -webkit-transform: translateY(0) rotate(90deg);
            transform: translateY(0) rotate(90deg)
        }
    }

    @-webkit-keyframes shadow {
        50% {
            -webkit-transform: scale(1.2,1);
            transform: scale(1.2,1)
        }
    }

    @keyframes shadow {
        50% {
            -webkit-transform: scale(1.2,1);
            transform: scale(1.2,1)
        }
    }

.number-tr {
    background-color: #DAA520;
    color: #ffffff;
    padding: 5px;
    bottom: 0;
    top: 100px;
    position: relative;
    z-index: 1;
    width: 50px;
    text-align: center;
}

.number-re {
    background-color: #DAA520;
    color: #ffffff;
    padding: 5px;
    bottom: 0;
    top: 90px;
    position: relative;
    z-index: 1;
    width: 50px;
    text-align: center;
}
    .section-title {
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    width: 100%
}

    .section-title::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100px;
        height: 1px;
        bottom: -1px;
        background: #DAA520
    }

    .section-title h2 {
        font-size: 1.5rem;
        margin-bottom: 0
    }

.section-title-EN {
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    width: 100%
}

    .section-title-EN::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100px;
        height: 1px;
        bottom: -1px;
        background: #DAA520
    }

    .section-title-EN h2 {
        font-size: 25px;
        margin-bottom: 0
    }

.top-header-area {
    background-color: #01283A;
    padding-top: 10px;
    padding-bottom: 10px
}

    .top-header-area.bg-color {
        background-color: #fff;
        border-bottom: 1px solid #e1e1e1
    }

        .top-header-area.bg-color .top-header-social li a {
            color: #09101f
        }

            .top-header-area.bg-color .top-header-social li a i {
                background-color: #eee
            }

                .top-header-area.bg-color .top-header-social li a i:hover {
                    color: #09101f
                }

        .top-header-area.bg-color .top-header-others li a {
            color: #09101f
        }

            .top-header-area.bg-color .top-header-others li a:hover {
                color: #DAA520
            }

        .top-header-area.bg-color .top-header-others .languages-list .nice-select {
            color: #09101f
        }

    .top-header-area.bg-ffffff {
        background-color: #fff
    }

        .top-header-area.bg-ffffff .top-header-others li a {
            color: #09101f
        }

            .top-header-area.bg-ffffff .top-header-others li a:hover {
                color: #DAA520
            }

        .top-header-area.bg-ffffff .top-header-others .languages-list .nice-select {
            color: #09101f
        }

.top-header-social {
    padding-left: 0;
    margin-bottom: 0
}

    .top-header-social li {
        display: inline-block;
        list-style-type: none;
        margin-right: 5px
    }

        .top-header-social li:last-child {
            margin-right: 0
        }

        .top-header-social li a {
            color: #fff
        }

            .top-header-social li a i {
                display: inline-block;
                height: 30px;
                width: 30px;
                line-height: 30px;
                text-align: center;
                /*background-color: #fff;*/
                color: #fff;
                font-size: 1.5rem;
                border-radius: 50px;
                -webkit-transition: .5s;
                transition: .5s
            }

                .top-header-social li a i:hover {
                    /*background-color: #DAA520;*/
                    color: #DAA520;
                    /*-webkit-transform: translateY(-2px);
                    transform: translateY(-2px)*/
                }

.top-header-others {
    padding-left: 0;
    margin-bottom: 0;
    text-align: right
}

    .top-header-others li {
        list-style-type: none;
        display: inline-block;
        font-size: 1rem;
        font-weight: 400;
        position: relative;
        padding-left: 20px;
        margin-right: 12px
    }

        .top-header-others li:last-child {
            margin-right: 0
        }

        .top-header-others li i {
            position: absolute;
            left: 0;
            color: #ffffff;
            top: 0px;
        }

        .top-header-others li a {
            color: #fff
        }

            .top-header-others li a:hover {
                color: #DAA520
            }

    .top-header-others .languages-list .nice-select {
        background-color: transparent;
        border-radius: 0;
        border: none;
        font-size: 1rem;
        font-weight: 400;
        height: auto;
        line-height: initial;
        color: #fff;
        padding-left: 0;
        padding-right: 25px
    }

        .top-header-others .languages-list .nice-select::after {
            border-color: #ffffff;
            height: 8px;
            width: 8px;
            right: 5px;
            margin-top: -5px
        }

        .top-header-others .languages-list .nice-select .list {
            background-color: #fff;
            -webkit-box-shadow: 0 2px 28px 0 rgba(0,0,0,.09);
            box-shadow: 0 2px 28px 0 rgba(0,0,0,.09);
            border-radius: 0;
            width: 150px;
            /*height: 90px;*/
            overflow-y: scroll;
            margin-top: 14px;
            margin-bottom: 0;
            z-index:1000;
        }

            .top-header-others .languages-list .nice-select .list li {
                margin-right: 0
            }
.top-header-others .languages-list .nice-select .list li:hover {
                background-color: #daa520;
                color:#fff;
            }

            .top-header-others .languages-list .nice-select .list .option {
                line-height: 40px;
                min-height: 40px;
                color: #656565;
                padding-left: 15px;
                padding-top: 5px;
                padding-right: 15px;
                display: block
            }

                .top-header-others .languages-list .nice-select .list .option.selected {
                    background-color: #DAA520 !important;
                    color: #fff;
                    font-weight: 400;
                    display:none;
                }

            .top-header-others .languages-list .nice-select .list::-webkit-scrollbar {
                display: none
            }

.breaking-news-content .breaking-title {
    font-size: 15px;
    font-weight: 500;
    color: #DAA520;
    margin-bottom: 0;
    float: left
}

.breaking-news-slides .single-breaking-news p {
    line-height: initial;
    font-size: 14px;
    margin-bottom: 0;
    padding-left: 10px;
    font-weight: 400
}

    .breaking-news-slides .single-breaking-news p a {
        color: #8a8a8a
    }

.main-responsive-nav {
    display: none
}

.main-navbar {
   /* background-color: #f6f6f6;*/
    background-color: #fff;
}

    .main-navbar .navbar {
        -webkit-transition: .5s;
        transition: .5s;
        /*padding: 0*/
    }

        .main-navbar .navbar .navbar-brand {
            padding-top: 0;
            padding-bottom: 0;
            margin-right: 0;
            margin-left:0px;
            width:250px;
        }

        .main-navbar .navbar ul {
            padding-left: 0;
            list-style-type: none;
            margin-bottom: 0
        }

        .main-navbar .navbar .navbar-nav {
            margin: auto
        }

            .main-navbar .navbar .navbar-nav .nav-item {
                position: relative
            }

                .main-navbar .navbar .navbar-nav .nav-item a {
                    color: #09101f;
                    font-size: 1.25rem;
                    font-weight: 500;
                    padding: 20px 0.3rem;
                    -webkit-transition: .5s;
                    transition: .5s
                }

                    .main-navbar .navbar .navbar-nav .nav-item a i {
                        font-size: 1.0rem;
                        position: relative;
                        top: 2px;
                        display: inline-block;
                        margin-left: -4px;
                        margin-right: 5px
                    }

                    .main-navbar .navbar .navbar-nav .nav-item a:hover, .main-navbar .navbar .navbar-nav .nav-item a:focus, .main-navbar .navbar .navbar-nav .nav-item a.active {
                        color: #fff;
                        background-color: #daa520;
                    }

                .main-navbar .navbar .navbar-nav .nav-item:hover a, .main-navbar .navbar .navbar-nav .nav-item.active a {
                    color: #fff;
                    background-color: #daa520;
                }

                .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
                    border: none;
                    top: 65px;
                    left: 0;
                    z-index: 99;
                    opacity: 0;
                    width: 230px;
                    display: block;
                    border-radius: 0;
                    margin-top: 15px;
                    position: absolute;
                    visibility: hidden;
                    background: #fff;
                    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
                    box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
                    -webkit-transition: .5s;
                    transition: .5s;
                    padding: 15px 0
                }

                    .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li {
                        margin: 0
                    }

                        .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
                            padding: 5px 20px;
                            position: relative;
                            display: block;
                            color: #09101f;
                            font-size: 1.1rem;
                            font-weight: 500;
                            background-color: transparent
                        }

                            .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a i {
                                margin: 0;
                                position: absolute;
                                top: 50%;
                                font-size: 20px;
                                -webkit-transform: translateY(-50%);
                                transform: translateY(-50%);
                                right: 15px
                            }

                            .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
                                color: #fff;
                                background-color: #01283A;
                            }

                        .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
                            top: 0;
                            opacity: 0;
                            left: -230px;
                            right: auto;
                            margin-top: 15px;
                            visibility: hidden
                        }

                            .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
                                color: #09101f
                            }

                                .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
                                    color: #DAA520
                                }

                            .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
                                top: 0;
                                opacity: 0;
                                left: 300px;
                                visibility: hidden
                            }

                                .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                    color: #09101f
                                }

                                    .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                        color: #DAA520
                                    }

                                .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                                    top: 0;
                                    opacity: 0;
                                    left: -300px;
                                    visibility: hidden
                                }

                                    .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                        color: #09101f
                                    }

                                        .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                            color: #DAA520
                                        }

                                    .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                                        top: 0;
                                        opacity: 0;
                                        left: 300px;
                                        visibility: hidden
                                    }

                                        .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                            color: #09101f
                                        }

                                            .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                                color: #DAA520
                                            }

                                        .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                                            top: 0;
                                            opacity: 0;
                                            left: -300px;
                                            visibility: hidden
                                        }

                                            .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                                color: #09101f
                                            }

                                                .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                                    color: #DAA520
                                                }

                                            .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
                                                top: 0;
                                                opacity: 0;
                                                left: 300px;
                                                visibility: hidden
                                            }

                                                .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
                                                    color: #09101f
                                                }

                                                    .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
                                                        color: #DAA520
                                                    }

                                            .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                                                color: #DAA520
                                            }

                                            .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                                                opacity: 1;
                                                visibility: visible
                                            }

                                        .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                                            color: #DAA520
                                        }

                                        .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                                            opacity: 1;
                                            visibility: visible
                                        }

                                    .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                                        color: #DAA520
                                    }

                                    .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                                        opacity: 1;
                                        visibility: visible
                                    }

                                .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
                                    color: #DAA520
                                }

                                .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                                    opacity: 1;
                                    visibility: visible
                                }

                            .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
                                color: #DAA520
                            }

                            .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
                                opacity: 1;
                                visibility: visible
                            }

                        .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
                            color: #DAA520
                        }

                        .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
                            opacity: 1;
                            visibility: visible;
                            margin-top: 0
                        }

                .main-navbar .navbar .navbar-nav .nav-item:hover .dropdown-menu {
                    opacity: 1;
                    visibility: visible;
                    margin-top: 0
                }

        .main-navbar .navbar .others-options .option-item .search-box {
            position: relative;
            width: 130px;
            border-radius: 5px
        }

            .main-navbar .navbar .others-options .option-item .search-box .form-control {
                height: 50px;
                padding: 8px 15px;
                border: 1px solid #eee;
                background-color: #eee;
                -webkit-transition: .5s;
                transition: .5s;
                border-radius: 5px
            }

                .main-navbar .navbar .others-options .option-item .search-box .form-control:focus {
                    border-color: #DAA520;
                    background-color: transparent;
                    -webkit-box-shadow: none;
                    box-shadow: none
                }

            .main-navbar .navbar .others-options .option-item .search-box button {
                border: none;
                background-color: #DAA520;
                color: #fff;
                height: 40px;
                width: 40px;
                position: absolute;
                right: 5px;
                -webkit-transition: .5s;
                transition: .5s;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                font-size: 20px;
                border-radius: 5px;
                cursor: pointer
            }

                .main-navbar .navbar .others-options .option-item .search-box button i {
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%)
                }

                .main-navbar .navbar .others-options .option-item .search-box button:hover, .main-navbar .navbar .others-options .option-item .search-box button:focus {
                    background-color: #212529;
                    color: #fff
                }

.navbar-two .main-navbar {
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1
}
.main-navbar .is-sticky img {
    width:250px;
}

    .navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0,0,0,.09);
    box-shadow: 0 2px 28px 0 rgba(0,0,0,.09);
    background-color: #fff !important;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;

}
    

.others-option-for-responsive {
    display: block;
}

    .others-option-for-responsive .dot-menu {
        /*padding: 11px 0;*/
        height: 30px;
        cursor: pointer;
        z-index: 9991;
        position: absolute;
        right: 30px;
        top: -16px;
    }
        .others-option-for-responsive .dot-menu i:hover {
            /*padding: 11px 0;*/
            color: #DAA520;
        }

        .others-option-for-responsive .dot-menu .inner {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            height: 30px
        }

            .others-option-for-responsive .dot-menu .inner .circle {
                height: 5px;
                width: 5px;
                border-radius: 100%;
                margin: 0 2px;
                -webkit-transition: .5s;
                transition: .5s;
                background-color: #09101f
            }

        .others-option-for-responsive .dot-menu:hover .inner .circle {
            background-color: #DAA520
        }

    .others-option-for-responsive .container {
        position: relative
    }

        .others-option-for-responsive .container .container {
            position: absolute;
            left: 30px;
            top: -30px;
            width: 250px;
            background-color: #fff;
            -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
            box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
            margin-right: auto;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: .5s;
            transition: .5s;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            z-index: 2;
            padding-left: 0;
            padding-right: 0;
            border-radius:5px;
        }

            .others-option-for-responsive .container .container.active {
                opacity: 1;
                visibility: visible;
                -webkit-transform: scaleX(1);
                transform: scaleX(1)
            }

    .others-option-for-responsive .option-inner .others-options .option-item .search-box {
        position: relative;
        width: 250px;
        border-radius: 5px
    }

        .others-option-for-responsive .option-inner .others-options .option-item .search-box .form-control {
            height: 50px;
            padding: 8px 15px;
            border: 1px solid #eee;
            background-color: #eee;
            -webkit-transition: .5s;
            transition: .5s;
            border-radius: 5px
        }

            .others-option-for-responsive .option-inner .others-options .option-item .search-box .form-control:focus {
                border-color: #DAA520;
                background-color: transparent;
                -webkit-box-shadow: none;
                box-shadow: none
            }

        .others-option-for-responsive .option-inner .others-options .option-item .search-box button {
            border: none;
            background-color: #DAA520;
            color: #fff;
            height: 40px;
            width: 40px;
            position: absolute;
            left: 5px;
            -webkit-transition: .5s;
            transition: .5s;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            font-size: 20px;
            border-radius: 5px;
            cursor: pointer
        }

            .others-option-for-responsive .option-inner .others-options .option-item .search-box button i {
                position: absolute;
                left: 0;
                right: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%)
            }

            .others-option-for-responsive .option-inner .others-options .option-item .search-box button:hover, .others-option-for-responsive .option-inner .others-options .option-item .search-box button:focus {
                background-color: #212529;
                color: #fff
            }


.others-option-for-responsive1 {
    display: none;
}

    .others-option-for-responsive1 .dot-menu {
        /*padding: 11px 0;*/
        height: 30px;
        cursor: pointer;
        z-index: 9991;
        position: absolute;
        right: 33px;
        bottom: -12px;
    }

        .others-option-for-responsive1 .dot-menu i:hover {
            /*padding: 11px 0;*/
            color: #DAA520;
        }

        .others-option-for-responsive1 .dot-menu .inner {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            height: 30px
        }

            .others-option-for-responsive1 .dot-menu .inner .circle {
                height: 5px;
                width: 5px;
                border-radius: 100%;
                margin: 0 2px;
                -webkit-transition: .5s;
                transition: .5s;
                background-color: #ffffff
            }

        .others-option-for-responsive1 .dot-menu:hover .inner .circle {
            background-color: #DAA520
        }

    .others-option-for-responsive1 .container {
        position: relative
    }

        .others-option-for-responsive1 .container .container {
            position: absolute;
            right: 20%;
            top: 15px;
            max-width: 250px;
            background-color: #fff;
            -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
            box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
            margin-right: auto;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: .5s;
            transition: .5s;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            z-index: 9999999;
            padding-left: 0;
            padding-right: 0;
            border-radius: 5px;
        }

            .others-option-for-responsive1 .container .container.active {
                opacity: 1;
                visibility: visible;
                -webkit-transform: scaleX(1);
                transform: scaleX(1)
            }

    .others-option-for-responsive1 .option-inner .others-options .option-item .search-box {
        position: relative;
        width: 250px;
        border-radius: 5px
    }

        .others-option-for-responsive1 .option-inner .others-options .option-item .search-box .form-control {
            height: 50px;
            padding: 8px 15px;
            border: 1px solid #eee;
            background-color: #eee;
            -webkit-transition: .5s;
            transition: .5s;
            border-radius: 5px
        }

            .others-option-for-responsive1 .option-inner .others-options .option-item .search-box .form-control:focus {
                border-color: #DAA520;
                background-color: transparent;
                -webkit-box-shadow: none;
                box-shadow: none
            }

        .others-option-for-responsive1 .option-inner .others-options .option-item .search-box button {
            border: none;
            background-color: #DAA520;
            color: #fff;
            height: 40px;
            width: 40px;
            position: absolute;
            left: 5px;
            -webkit-transition: .5s;
            transition: .5s;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            font-size: 20px;
            border-radius: 5px;
            cursor: pointer
        }

            .others-option-for-responsive1 .option-inner .others-options .option-item .search-box button i {
                position: absolute;
                left: 0;
                right: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%)
            }

            .others-option-for-responsive1 .option-inner .others-options .option-item .search-box button:hover, .others-option-for-responsive1 .option-inner .others-options .option-item .search-box button:focus {
                background-color: #212529;
                color: #fff
            }



@media only screen and (max-width:1199px) {
    
    .main-responsive-nav {
        display: block
    }

        .main-responsive-nav .main-responsive-menu {
            position: relative
        }

            .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul {
                font-size: 15px
            }

                .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a.active {
                    color: #daa520;
                }

                .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a i {
                    display: none
                }

                .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li li a {
                    font-size: 14px
                }

            .main-responsive-nav .main-responsive-menu.mean-container .others-options {
                display: none !important
            }

            .main-responsive-nav .main-responsive-menu.mean-container .navbar-nav {
                overflow-y: scroll;
                height: 360px;
                -webkit-box-shadow: 0 7px 13px 0 rgba(0,0,0,.1);
                box-shadow: 0 7px 13px 0 rgba(0,0,0,.1)
            }

        .main-responsive-nav .mean-container a.meanmenu-reveal {
            color: #09101f
        }

            .main-responsive-nav .mean-container a.meanmenu-reveal span {
                background: #09101f;
                position: relative
            }

        .main-responsive-nav .logo {
            position: relative
        }

            .main-responsive-nav .logo img {
                max-width: 100px !important
            }

    .navbar-area {
        background-color: #fff;
        -webkit-box-shadow: 0 2px 28px 0 rgba(0,0,0,.09);
        box-shadow: 0 2px 28px 0 rgba(0,0,0,.09);
        padding-top: 15px;
        padding-bottom: 15px
    }

    .main-navbar {
        display: none
    }

    .others-option-for-responsive {
        display: none;
    }
    .others-option-for-responsive1 {
        display: block;
    }
}

.main-news-area {
    padding-top: 50px;
    padding-bottom: 20px
}

.single-main-news {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}

    .single-main-news::before {
        position: absolute;
        content: "";
        background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#111)),-webkit-gradient(linear,left top,left bottom,from(transparent),to(#111));
        background: linear-gradient(transparent,#111),linear-gradient(transparent,#111);
        height: 70%;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1;
        opacity: .7
    }

    .single-main-news img {
        overflow: hidden;
        -webkit-transition: all 1.5s ease-out;
        transition: all 1.5s ease-out
    }

    .single-main-news .news-content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        padding: 30px;
        z-index: 2
    }

        .single-main-news .news-content .tag {
            display: inline-block;
            font-size: 14px;
            background-color: #DAA520;
            color: #fff;
            padding: 2px 10px;
            font-weight: 400;
            -webkit-transition: .5s;
            transition: .5s
        }

        .single-main-news .news-content h3 {
            font-size: 1.5rem;
            font-weight: 700;
            margin-top: 16px;
            margin-bottom: 20px
        }

            .single-main-news .news-content h3 a {
                color: #fff;
                position: relative
            }

                .single-main-news .news-content h3 a::before {
                    content: "";
                    position: absolute;
                    width: 0%;
                    height: 100%;
                    left: 0;
                    top: 0;
                    border-bottom: 1px solid #DAA520;
                    -webkit-transition: .5s;
                    transition: .5s;
                    z-index: -1
                }

        .single-main-news .news-content span {
            color: #fff
        }

            .single-main-news .news-content span a {
                color: #fff;
                font-weight: 400
            }

    .single-main-news:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .single-main-news:hover .news-content .tag {
        background-color: #212529
    }

    .single-main-news:hover .news-content h3 a {
        color: #DAA520
    }

        .single-main-news:hover .news-content h3 a::before {
            width: 100%
        }

    .single-main-news:hover .news-content span a {
        color: #DAA520
    }

.single-main-news-inner {
    position: relative;
    overflow: hidden
}

    .single-main-news-inner::before {
        position: absolute;
        content: "";
        background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#111)),-webkit-gradient(linear,left top,left bottom,from(transparent),to(#111));
        background: linear-gradient(transparent,#111),linear-gradient(transparent,#111);
        height: 60%;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1;
        opacity: .7
    }

    .single-main-news-inner img {
        overflow: hidden;
        -webkit-transition: all 1.5s ease-out;
        transition: all 1.5s ease-out
    }

    .single-main-news-inner .news-content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        padding: 30px;
        z-index: 2
    }
        .single-main-news-inner .news-content p {
            font-weight: 500;
            font-size: 1.3rem;
            margin-bottom: 5px;
        }
        .single-main-news-inner .news-content p a {
            color: #fff;
        }
        .single-main-news-inner .news-content .tag {
            display: inline-block;
            /*font-size: 14px;
    background-color: #DAA520;
    color: #fff;
    padding: 2px 10px;
    font-weight: 400;
    -webkit-transition: .5s;
    transition: .5s*/
            background-color: #daa520;
            padding: 6px;
            border-radius: 5px;
            color: white;
        }

        .single-main-news-inner .news-content h3 {
            font-size: 1.5rem;
            margin-top: 15px;
            margin-bottom: 0;
        }

            .single-main-news-inner .news-content h3 a {
                color: #fff;
                position: relative
            }

                .single-main-news-inner .news-content h3 a::before {
                    content: "";
                    position: absolute;
                    width: 0%;
                    height: 100%;
                    left: 0;
                    top: 0;
                   /* border-bottom: 1px solid #DAA520;*/
                    -webkit-transition: .5s;
                    transition: .5s;
                    z-index: -1
                }

        .single-main-news-inner .news-content span {
            color: #fff;
            font-size: 14px
        }

    .single-main-news-inner:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .single-main-news-inner:hover .news-content .tag {
        background-color: #212529
    }

    .single-main-news-inner:hover .news-content h3 a {
        color: #DAA520
    }

        .single-main-news-inner:hover .news-content h3 a::before {
            width: 100%
        }

.single-main-news-box {
    margin-top: 18px;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

    .single-main-news-box img {
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
       height: 150px;
        width: 150px
    }

    .single-main-news-box .news-content {
        /*padding-left: 165px;
        padding-right: 10px;
        margin-top: 8px;
        margin-bottom: 8px*/
    }

        .single-main-news-box .news-content .tag {
            font-size: 14px;
            color: #DAA520;
            font-weight: 400
        }

        .single-main-news-box .news-content h3 {
            font-size: 1.5rem;
            margin-top: 10px;
            margin-bottom: 10px
        }

            .single-main-news-box .news-content h3 a {
                color: #09101f;
                position: relative;
                cursor:pointer;
            }

                .single-main-news-box .news-content h3 a::before {
                    content: "";
                    position: absolute;
                    width: 0%;
                    height: 100%;
                    left: 0;
                    top: 0;
                    /*border-bottom: 1px solid #DAA520;*/
                    -webkit-transition: .5s;
                    transition: .5s;
                    z-index: -1
                }

        .single-main-news-box .news-content span {
            color: #656565;
            font-size: 14px;
            font-weight: 400
        }

    .single-main-news-box:hover .news-content h3 a {
        color: #DAA520
    }

        .single-main-news-box:hover .news-content h3 a::before {
            width: 100%
        }

.default-news-area {
    padding-bottom: 10px
}

.single-most-popular-news {
    margin-bottom: 30px
}

    .single-most-popular-news .popular-news-image {
        overflow: hidden
    }

        .single-most-popular-news .popular-news-image img {
            -webkit-transition: .5s;
            transition: .5s
        }

    .single-most-popular-news .popular-news-content {
        margin-top: 15px
    }

        .single-most-popular-news .popular-news-content span {
            font-size: 14px;
            font-weight: 500;
            /*color: #DAA520*/
        }

        .single-most-popular-news .popular-news-content h3 {
            font-size: 1.5rem;
            margin-top: 12px;
            margin-bottom: 12px;
            height:80px;
            overflow:hidden;
           
        }

            .single-most-popular-news .popular-news-content h3 a {
                color: #09101f;
                position: relative;
                z-index: 1
            }

                .single-most-popular-news .popular-news-content h3 a::before {
                    content: "";
                    position: absolute;
                    width: 0%;
                    height: 100%;
                    left: 0;
                    top: 0;
                    border-bottom: 1px solid #DAA520;
                    -webkit-transition: .5s;
                    transition: .5s;
                    z-index: -1
                }

        .single-most-popular-news .popular-news-content p {
            font-weight: 400;
            font-size: 14px
        }

            .single-most-popular-news .popular-news-content p a {
                color: #656565
            }

    .single-most-popular-news:hover .popular-news-content h3 a {
        color: #DAA520
    }

        .single-most-popular-news:hover .popular-news-content h3 a::before {
            width: 100%
        }

    .single-most-popular-news:hover .popular-news-content p a {
        color: #DAA520
    }
.popular-news-content h3{
    font-size:1.5rem;
}
.popular-news-content h3{
    font-size:1.5rem;
}
.single-most-popular-news:hover .popular-news-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.most-popular-post {
    margin-bottom: 30px;
    border: 1px solid #eee
}

    .most-popular-post .post-image {
        overflow: hidden
    }

        .most-popular-post .post-image img {
            -webkit-transition: .5s;
            transition: .5s
        }

    .most-popular-post .post-content span {
        font-size: 14px;
        font-weight: 500;
        color: #DAA520
    }

    .most-popular-post .post-content h3 {
        font-size: 1.5rem;
        margin-top: 12px;
        margin-bottom: 12px
    }

        .most-popular-post .post-content h3 a {
            color: #09101f;
            position: relative;
            z-index: 1
        }

            .most-popular-post .post-content h3 a::before {
                content: "";
                position: absolute;
                width: 0%;
                height: 100%;
                left: 0;
                top: 0;
                border-bottom: 1px solid #DAA520;
                -webkit-transition: .5s;
                transition: .5s;
                z-index: -1
            }

    .most-popular-post .post-content p {
        font-weight: 400;
        font-size: 14px
    }

        .most-popular-post .post-content p a {
            color: #656565
        }

    .most-popular-post:hover .post-content h3 a {
        color: #DAA520
    }

        .most-popular-post:hover .post-content h3 a::before {
            width: 100%
        }

    .most-popular-post:hover .post-image img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

.video-item {
    position: relative
}

    .video-item::before {
        position: absolute;
        content: "";
        background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#000000)),-webkit-gradient(linear,left top,left bottom,from(transparent),to(#000000));
        background: linear-gradient(transparent,#000000),linear-gradient(transparent,#000000);
        height: 60%;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1;
        opacity: .8
    }

    .video-item .video-news-image {
        position: relative
    }

        .video-item .video-news-image i {
            font-size: 50px;
            position: absolute;
            top: 20px;
            left: 20px;
            color: #fff;
            -webkit-transition: .5s;
            transition: .5s
        }

            .video-item .video-news-image i:hover {
                color: #DAA520
            }

    .video-item .video-news-content {
        position: absolute;
        bottom: 0;
        padding: 25px;
        z-index: 1;
        -webkit-transition: .5s;
        transition: .5s
    }

        .video-item .video-news-content h3 {
            font-size: 1.5rem;
            margin-bottom: 12px
        }

            .video-item .video-news-content h3 a {
                color: #fff
            }

        .video-item .video-news-content span {
            color: #fff;
            font-size: 14px
        }

    .video-item:hover .video-news-image i {
        color: #DAA520
    }

    .video-item:hover .video-news-content h3 a {
        color: #DAA520
    }

    .video-item.mb-30 {
        margin-bottom: 30px
    }

.single-video-item {
    margin-bottom: 30px
}

    .single-video-item .video-news-image {
        overflow: hidden;
        position: relative;
        text-align: center
    }

        .single-video-item .video-news-image img {
            -webkit-transition: .5s;
            transition: .5s
        }

        .single-video-item .video-news-image i {
            font-size: 50px;
            position: absolute;
            top: 85%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 15px;
            /*right: 0;*/
            color: #fff;
            -webkit-transition: .5s;
            transition: .5s;
            z-index: 1
        }

            .single-video-item .video-news-image i:hover {
                color: #DAA520
            }

        .single-video-item .video-news-image::before {
            position: absolute;
            content: "";
            background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#000000)),-webkit-gradient(linear,left top,left bottom,from(transparent),to(#000000));
            background: linear-gradient(transparent,#000000),linear-gradient(transparent,#000000);
            height: 100%;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            z-index: 1;
            opacity: .5
        }

    .single-video-item .video-news-content {
        margin-top: 15px
    }

        .single-video-item .video-news-content span {
            font-size: 14px;
            font-weight: 500;
            color: #DAA520
        }

        .single-video-item .video-news-content h3 {
            font-size: 1.5rem;
            margin-top: 12px;
            margin-bottom: 12px
        }

            .single-video-item .video-news-content h3 a {
                color: #09101f;
                position: relative;
                z-index: 1
            }

                .single-video-item .video-news-content h3 a::before {
                    content: "";
                    position: absolute;
                    width: 0%;
                    height: 100%;
                    left: 0;
                    top: 0;
                    /*border-bottom: 1px solid #DAA520;*/
                    -webkit-transition: .5s;
                    transition: .5s;
                    z-index: -1
                }

        .single-video-item .video-news-content p {
            font-weight: 400;
            font-size: 16px
        }

            .single-video-item .video-news-content p a {
                color: #656565
            }

    .single-video-item:hover .video-news-content h3 a {
        color: #DAA520
    }

        .single-video-item:hover .video-news-content h3 a::before {
            width: 100%
        }

    .single-video-item:hover .video-news-content p a {
        color: #DAA520
    }

    .single-video-item:hover .video-news-image img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

.video-slides {
    margin-bottom: 30px
}

    .video-slides.owl-theme .owl-nav {
        margin-top: 0;
        position: absolute;
        top: -65px;
        right: 0
    }

        .video-slides.owl-theme .owl-nav [class*=owl-] {
            background-color: transparent;
            border: 1px solid #e1e1e1;
            height: 30px;
            width: 30px;
            line-height: 32px;
            border-radius: 0;
            -webkit-transition: .5s;
            transition: .5s;
            font-size: 20px
        }

            .video-slides.owl-theme .owl-nav [class*=owl-]:hover {
                background-color: #DAA520;
                border: 1px solid #DAA520
            }

.single-politics-news {
    margin-bottom: 30px
}

    .single-politics-news .politics-news-image {
        overflow: hidden;
        position: relative
    }

        .single-politics-news .politics-news-image img {
            -webkit-transition: .5s;
            transition: .5s
        }

        .single-politics-news .politics-news-image i {
            font-size: 80px;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 0;
            right: 0;
            color: #fff;
            -webkit-transition: .5s;
            transition: .5s;
            text-align: center
        }

            .single-politics-news .politics-news-image i:hover {
                color: #DAA520
            }
.link-author-offer{
    font-size:1.1rem;
    font-weight:500;
}
    .link-author-offer:hover {
        color: #DAA520 !important;
    }
.single-politics-news .politics-news-content {
    margin-top: 15px
}

        .single-politics-news .politics-news-content span {
            font-size: 14px;
            font-weight: 500;
            /*color: #DAA520*/
        }

        .single-politics-news .politics-news-content h3 {
            font-size: 1.5rem;
            margin-top: 12px;
            margin-bottom: 0px;
            /*height: 25px;*/
            overflow: hidden;
        }

            .single-politics-news .politics-news-content h3 a {
                color: #09101f;
                position: relative;
                z-index: 1
            }

                .single-politics-news .politics-news-content h3 a::before {
                    content: "";
                    position: absolute;
                    width: 0%;
                    height: 100%;
                    left: 0;
                    top: 0;
                    border-bottom: 1px solid #DAA520;
                    -webkit-transition: .5s;
                    transition: .5s;
                    z-index: -1
                }

    .single-politics-news .politics-news-content p {
        font-weight: 400;
        font-size: 1.5rem;
        margin-bottom: 5px;
    }

            .single-politics-news .politics-news-content p a {
                color: #656565
            }

    .single-politics-news .politics-news-content-box span {
        font-size: 14px;
        font-weight: 500;
        color: #DAA520
    }

    .single-politics-news .politics-news-content-box h3 {
        font-size: 1.5rem;
        margin-top: 12px;
        margin-bottom: 12px
    }

        .single-politics-news .politics-news-content-box h3 a {
            color: #09101f;
            position: relative;
            z-index: 1
        }

            .single-politics-news .politics-news-content-box h3 a::before {
                content: "";
                position: absolute;
                width: 0%;
                height: 100%;
                left: 0;
                top: 0;
                border-bottom: 1px solid #DAA520;
                -webkit-transition: .5s;
                transition: .5s;
                z-index: -1
            }

    .single-politics-news .politics-news-content-box p {
        font-weight: 400;
        font-size: 14px
    }

    .single-politics-news .politics-news-content-box .date {
        font-weight: 400;
        font-size: 14px;
        color: #656565
    }

    .single-politics-news:hover .politics-news-content h3 a {
        color: #DAA520
    }

        .single-politics-news:hover .politics-news-content h3 a::before {
            width: 100%
        }

    .single-politics-news:hover .politics-news-content p a {
        color: #DAA520
    }

    .single-politics-news:hover .politics-news-content-box h3 a {
        color: #DAA520
    }

        .single-politics-news:hover .politics-news-content-box h3 a::before {
            width: 100%
        }

    .single-politics-news:hover .politics-news-image img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

.politics-news-post {
    margin-bottom: 30px
}

    .politics-news-post .politics-news-image {
        overflow: hidden;
        position: relative
    }

        .politics-news-post .politics-news-image img {
            -webkit-transition: .5s;
            transition: .5s
        }

        .politics-news-post .politics-news-image i {
            font-size: 80px;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 0;
            right: 0;
            color: #fff;
            -webkit-transition: .5s;
            transition: .5s;
            text-align: center
        }

            .politics-news-post .politics-news-image i:hover {
                color: #DAA520
            }

    .politics-news-post .politics-news-content h3 {
        font-size: 1.5rem;
        margin-top: 12px;
        margin-bottom: 0px
    }

        .politics-news-post .politics-news-content h3 a {
            color: #09101f;
            position: relative;
            z-index: 1
        }

            .politics-news-post .politics-news-content h3 a::before {
                content: "";
                position: absolute;
                width: 0%;
                height: 100%;
                left: 0;
                top: 0;
                /*border-bottom: 1px solid #DAA520;*/
                -webkit-transition: .5s;
                transition: .5s;
                z-index: -1
            }

    .politics-news-post .politics-news-content p {
        font-weight: 500;
        font-size: 1.3rem;
        margin-bottom: 5px;
    }

    .politics-news-post:hover .politics-news-content h3 a {
        color: #DAA520
    }

        .politics-news-post:hover .politics-news-content h3 a::before {
            width: 100%
        }

    .politics-news-post:hover .politics-news-image img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

.politics-news-post-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}

    .politics-news-post-box::before {
        position: absolute;
        content: "";
        background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#000000)),-webkit-gradient(linear,left top,left bottom,from(transparent),to(#000000));
        background: linear-gradient(transparent,#000000),linear-gradient(transparent,#000000);
        height: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1;
        opacity: .5
    }

    .politics-news-post-box img {
        overflow: hidden;
        -webkit-transition: all 1.5s ease-out;
        transition: all 1.5s ease-out
    }

    .politics-news-post-box .politics-news-content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        padding: 20px 25px;
        z-index: 2
    }

        .politics-news-post-box .politics-news-content h3 {
            font-size: 1.5rem;
            font-weight: 700;
            margin-top: 20px;
            margin-bottom: 12px
        }

            .politics-news-post-box .politics-news-content h3 a {
                color: #fff;
                position: relative
            }

                .politics-news-post-box .politics-news-content h3 a::before {
                    content: "";
                    position: absolute;
                    width: 0%;
                    height: 100%;
                    left: 0;
                    top: 0;
                    border-bottom: 1px solid #DAA520;
                    -webkit-transition: .5s;
                    transition: .5s;
                    z-index: -1
                }

        .politics-news-post-box .politics-news-content p {
            color: #fff;
            font-size: 14px
        }

    .politics-news-post-box:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .politics-news-post-box:hover .politics-news-content h3 a {
        color: #DAA520
    }

        .politics-news-post-box:hover .politics-news-content h3 a::before {
            width: 100%
        }
.offer-tage {
    background-color: #daa520;
    padding: 6px;
    border-radius: 5px;
    color: white;
}
.single-business-news {
    margin-bottom: 30px
}

    .single-business-news .business-news-image {
        overflow: hidden
    }

        .single-business-news .business-news-image img {
            -webkit-transition: .5s;
            transition: .5s
        }

    .single-business-news .business-news-content {
        margin-top: 20px
    }

        .single-business-news .business-news-content span {
            font-size: 14px;
            font-weight: 500;
            /*color: #DAA520*/
        }

        .single-business-news .business-news-content h3 {
            font-size: 1.5rem;
            margin-top: 12px;
            margin-bottom: 10px
        }

            .single-business-news .business-news-content h3 a {
                /*color: #09101f;*/
                position: relative;
                z-index: 1
            }

                .single-business-news .business-news-content h3 a::before {
                    content: "";
                    position: absolute;
                    width: 0%;
                    height: 100%;
                    left: 0;
                    top: 0;
                    border-bottom: 1px solid #DAA520;
                    -webkit-transition: .5s;
                    transition: .5s;
                    z-index: -1
                }

        .single-business-news .business-news-content p {
            font-weight: 400;
            font-size: 14px
        }

            .single-business-news .business-news-content p a {
                color: #656565
            }

    .single-business-news:hover .business-news-content h3 a {
        color: #DAA520
    }

        .single-business-news:hover .business-news-content h3 a::before {
            width: 100%
        }

    .single-business-news:hover .business-news-content p a {
        color: #DAA520
    }

    .single-business-news:hover .business-news-content-box h3 a {
        color: #DAA520
    }

        .single-business-news:hover .business-news-content-box h3 a::before {
            width: 100%
        }

    .single-business-news:hover .business-news-image img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .single-business-news .business-news-content-box span {
        font-size: 14px;
        font-weight: 500;
        color: #DAA520
    }

    .single-business-news .business-news-content-box h3 {
        font-size: 1.5rem;
        margin-top: 12px;
        margin-bottom: 16px
    }

        .single-business-news .business-news-content-box h3 a {
            color: #09101f;
            position: relative;
            z-index: 1
        }

            .single-business-news .business-news-content-box h3 a::before {
                content: "";
                position: absolute;
                width: 0%;
                height: 100%;
                left: 0;
                top: 0;
                border-bottom: 1px solid #DAA520;
                -webkit-transition: .5s;
                transition: .5s;
                z-index: -1
            }

    .single-business-news .business-news-content-box p {
        font-weight: 400;
        font-size: 14px
    }

    .single-business-news .business-news-content-box .date {
        font-weight: 400;
        font-size: 14px;
        color: #656565
    }

.business-news-slides.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: -65px;
    right: 0
}

    .business-news-slides.owl-theme .owl-nav [class*=owl-] {
        background-color: transparent;
        border: 1px solid #e1e1e1;
        height: 30px;
        width: 30px;
        line-height: 32px;
        border-radius: 0;
        -webkit-transition: .5s;
        transition: .5s;
        font-size: 20px
    }

        .business-news-slides.owl-theme .owl-nav [class*=owl-]:hover {
            background-color: #DAA520;
            border: 1px solid #DAA520
        }

.single-sports-news {
    margin-bottom: 30px
}

    .single-sports-news .sports-news-image {
        overflow: hidden
    }

        .single-sports-news .sports-news-image img {
            -webkit-transition: .5s;
            transition: .5s
        }

    .single-sports-news .sports-news-content h3 {
        font-size: 1.5rem;
        margin-bottom: 12px;
        
    }

        .single-sports-news .sports-news-content h3 a {
            color: #09101f;
            position: relative;
            z-index: 1 ;

        }

            .single-sports-news .sports-news-content h3 a::before {
                content: "";
                position: absolute;
                width: 0%;
                height: 100%;
                left: 0;
                top: 0;
                border-bottom: 1px solid #DAA520;
                -webkit-transition: .5s;
                transition: .5s;
                z-index: -1
            }

    .single-sports-news .sports-news-content p {
        font-weight: 400;
        font-size: 14px
    }

    .single-sports-news:hover .sports-news-content h3 a {
        color: #DAA520
    }

        .single-sports-news:hover .sports-news-content h3 a::before {
            width: 100%
        }

    .single-sports-news:hover .sports-news-image img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

.single-sports-news-box {
    margin-bottom: 30px
}

    .single-sports-news-box .sports-news-image {
        overflow: hidden;
        position: relative
    }

        .single-sports-news-box .sports-news-image img {
            -webkit-transition: .5s;
            transition: .5s
        }

        .single-sports-news-box .sports-news-image i {
            font-size: 80px;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 0;
            right: 0;
            color: #fff;
            -webkit-transition: .5s;
            transition: .5s;
            text-align: center
        }

            .single-sports-news-box .sports-news-image i:hover {
                color: #DAA520
            }

    .single-sports-news-box .sports-news-content {
        margin-top: 15px
    }

        .single-sports-news-box .sports-news-content span {
            font-size: 14px;
            font-weight: 500;
            /*color: #DAA520*/
        }

        .single-sports-news-box .sports-news-content h3 {
            font-size: 1.5rem;
            margin-top: 10px;
            margin-bottom: 12px;
            height:100px;
            overflow: hidden;
        }

            .single-sports-news-box .sports-news-content h3 a {
                color: #09101f;
                position: relative;
                z-index: 1
            }

                .single-sports-news-box .sports-news-content h3 a::before {
                    content: "";
                    position: absolute;
                    width: 0%;
                    height: 100%;
                    left: 0;
                    top: 0;
                    border-bottom: 1px solid #DAA520;
                    -webkit-transition: .5s;
                    transition: .5s;
                    z-index: -1
                }

        .single-sports-news-box .sports-news-content p {
            font-weight: 400;
            font-size: 14px
        }

            .single-sports-news-box .sports-news-content p a {
                color: #656565
            }

    .single-sports-news-box:hover .sports-news-content h3 a {
        color: #DAA520
    }

        .single-sports-news-box:hover .sports-news-content h3 a::before {
            width: 100%
        }

    .single-sports-news-box:hover .sports-news-content p a {
        color: #DAA520
    }

    .single-sports-news-box:hover .sports-news-image img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

.sports-news-post {
    margin-bottom: 30px
}

    .sports-news-post .sports-news-image {
        overflow: hidden
    }

        .sports-news-post .sports-news-image img {
            -webkit-transition: .5s;
            transition: .5s
        }

    .sports-news-post .sports-news-content span {
        font-size: 14px;
        color: #DAA520
    }

    .sports-news-post .sports-news-content h3 {
        font-size: 1.5rem;
        margin-top: 12px;
        margin-bottom: 12px
    }

        .sports-news-post .sports-news-content h3 a {
            color: #09101f;
            position: relative;
            z-index: 1
        }

            .sports-news-post .sports-news-content h3 a::before {
                content: "";
                position: absolute;
                width: 0%;
                height: 100%;
                left: 0;
                top: 0;
                border-bottom: 1px solid #DAA520;
                -webkit-transition: .5s;
                transition: .5s;
                z-index: -1
            }

    .sports-news-post .sports-news-content p {
        font-weight: 400;
        font-size: 14px
    }

    .sports-news-post:hover .sports-news-content h3 a {
        color: #DAA520
    }

        .sports-news-post:hover .sports-news-content h3 a::before {
            width: 100%
        }

    .sports-news-post:hover .sports-news-image img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

.single-tech-news-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}

    .single-tech-news-box::before {
        position: absolute;
        content: "";
        background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#000000)),-webkit-gradient(linear,left top,left bottom,from(transparent),to(#000000));
        background: linear-gradient(transparent,#000000),linear-gradient(transparent,#000000);
        height: 70%;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1;
        opacity: .5
    }

    .single-tech-news-box img {
        overflow: hidden;
        -webkit-transition: all 1.5s ease-out;
        transition: all 1.5s ease-out
    }

    .single-tech-news-box .tech-news-content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        padding: 20px 15px;
        z-index: 2
    }

        .single-tech-news-box .tech-news-content .tag {
            display: inline-block;
            font-size: 14px;
            background-color: #DAA520;
            color: #fff;
            padding: 2px 10px;
            font-weight: 400;
            -webkit-transition: .5s;
            transition: .5s
        }

        .single-tech-news-box .tech-news-content h3 {
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 10px;
            height:45px;
            overflow:hidden;
        }

            .single-tech-news-box .tech-news-content h3 a {
                color: #fff;
                position: relative
            }

                .single-tech-news-box .tech-news-content h3 a::before {
                    content: "";
                    position: absolute;
                    width: 0%;
                    height: 100%;
                    left: 0;
                    top: 0;
                    border-bottom: 1px solid #DAA520;
                    -webkit-transition: .5s;
                    transition: .5s;
                    z-index: -1
                }

        .single-tech-news-box .tech-news-content p {
            color: #fff;
            font-size: 14px
        }

    .single-tech-news-box:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .single-tech-news-box:hover .tech-news-content h3 a {
        color: #DAA520
    }

        .single-tech-news-box:hover .tech-news-content h3 a::before {
            width: 100%
        }

.sports-slider.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: -65px;
    right: 0
}

    .sports-slider.owl-theme .owl-nav [class*=owl-] {
        background-color: transparent;
        border: 1px solid #e1e1e1;
        height: 30px;
        width: 30px;
        line-height: 32px;
        border-radius: 0;
        -webkit-transition: .5s;
        transition: .5s;
        font-size: 20px
    }

        .sports-slider.owl-theme .owl-nav [class*=owl-]:hover {
            background-color: #DAA520;
            border: 1px solid #DAA520
        }

.tech-slider.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: -65px;
    right: 0
}

    .tech-slider.owl-theme .owl-nav [class*=owl-] {
        background-color: transparent;
        border: 1px solid #e1e1e1;
        height: 30px;
        width: 30px;
        line-height: 32px;
        border-radius: 0;
        -webkit-transition: .5s;
        transition: .5s;
        font-size: 20px
    }

        .tech-slider.owl-theme .owl-nav [class*=owl-]:hover {
            background-color: #DAA520;
            border: 1px solid #DAA520
        }

.single-tech-news {
    margin-bottom: 30px
}

    .single-tech-news .tech-news-image {
        overflow: hidden
    }

        .single-tech-news .tech-news-image img {
            -webkit-transition: .5s;
            transition: .5s
        }

    .single-tech-news .tech-news-content h3 {
        font-size: 1.5rem;
        margin-bottom: 12px
    }

        .single-tech-news .tech-news-content h3 a {
            color: #09101f;
            position: relative;
            z-index: 1
        }

            .single-tech-news .tech-news-content h3 a::before {
                content: "";
                position: absolute;
                width: 0%;
                height: 100%;
                left: 0;
                top: 0;
                border-bottom: 1px solid #DAA520;
                -webkit-transition: .5s;
                transition: .5s;
                z-index: -1
            }

    .single-tech-news .tech-news-content p {
        font-weight: 400;
        font-size: 14px
    }

    .single-tech-news:hover .tech-news-content h3 a {
        color: #DAA520
    }

        .single-tech-news:hover .tech-news-content h3 a::before {
            width: 100%
        }

    .single-tech-news:hover .tech-news-image img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

.single-tech-inner-news {
    margin-bottom: 30px
}

    .single-tech-inner-news .tech-news-image {
        overflow: hidden
    }

        .single-tech-inner-news .tech-news-image img {
            -webkit-transition: .5s;
            transition: .5s
        }

    .single-tech-inner-news .tech-news-content {
        margin-top: 15px
    }

        .single-tech-inner-news .tech-news-content span {
            font-size: 14px;
            font-weight: 500;
            color: #DAA520
        }

        .single-tech-inner-news .tech-news-content h3 {
            font-size: 1.5rem;
            margin-top: 10px;
            margin-bottom: 12px
        }

            .single-tech-inner-news .tech-news-content h3 a {
                color: #09101f;
                position: relative;
                z-index: 1
            }

                .single-tech-inner-news .tech-news-content h3 a::before {
                    content: "";
                    position: absolute;
                    width: 0%;
                    height: 100%;
                    left: 0;
                    top: 0;
                    border-bottom: 1px solid #DAA520;
                    -webkit-transition: .5s;
                    transition: .5s;
                    z-index: -1
                }

        .single-tech-inner-news .tech-news-content p {
            font-weight: 400;
            font-size: 14px
        }

            .single-tech-inner-news .tech-news-content p a {
                color: #656565
            }

    .single-tech-inner-news:hover .tech-news-content h3 a {
        color: #DAA520
    }

        .single-tech-inner-news:hover .tech-news-content h3 a::before {
            width: 100%
        }

    .single-tech-inner-news:hover .tech-news-content p a {
        color: #DAA520
    }

    .single-tech-inner-news:hover .tech-news-image img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

.single-culture-news {
    margin-bottom: 30px
}

    .single-culture-news .culture-news-image {
        overflow: hidden;
        position: relative
    }

        .single-culture-news .culture-news-image img {
            -webkit-transition: .5s;
            transition: .5s
        }

        .single-culture-news .culture-news-image i {
            font-size: 80px;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 0;
            right: 0;
            color: #fff;
            -webkit-transition: .5s;
            transition: .5s;
            text-align: center
        }

            .single-culture-news .culture-news-image i:hover {
                color: #DAA520
            }

    .single-culture-news .culture-news-content {
        margin-top: 15px
    }

        .single-culture-news .culture-news-content span {
            font-size: 14px;
            font-weight: 500;
            color: #DAA520
        }


.culture-news-post .culture-news-content a:first-child {
    font-size: 1.4rem;
    font-weight: 600;
}
.culture-news-post .culture-news-content a {
    font-size: 1.1rem;
    font-weight: 500;
}



        .single-culture-news .culture-news-content h3 {
            font-size: 1.5rem;
            margin-top: 12px;
            margin-bottom: 12px
        }

            .single-culture-news .culture-news-content h3 a {
                color: #09101f;
                position: relative;
                z-index: 1
            }

                .single-culture-news .culture-news-content h3 a::before {
                    content: "";
                    position: absolute;
                    width: 0%;
                    height: 100%;
                    left: 0;
                    top: 0;
                    border-bottom: 1px solid #DAA520;
                    -webkit-transition: .5s;
                    transition: .5s;
                    z-index: -1
                }

        .single-culture-news .culture-news-content p {
            font-weight: 400;
            font-size: 14px
        }

            .single-culture-news .culture-news-content p a {
                color: #656565
            }

    .single-culture-news:hover .culture-news-content h3 a {
        color: #DAA520
    }

        .single-culture-news:hover .culture-news-content h3 a::before {
            width: 100%
        }

    .single-culture-news:hover .culture-news-content p a {
        color: #DAA520
    }

    .single-culture-news:hover .culture-news-image img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

.culture-news-post {
    margin-bottom: 30px
    /*margin-bottom: 204px*/
}

    .culture-news-post .culture-news-image {
        overflow: hidden;
         height: 170px;
        width: 100%;
        /* padding: 1.5rem; */
        /* overflow: hidden; */
        position: relative;
    }

        .culture-news-post .culture-news-image img {
            transition: .5s;
            height: 100%;
            width: 100%;
            /*border-radius: 50% !important;*/
            object-fit: fill;
        }

    .culture-news-post .culture-news-content span {
        font-size: 16px;
        font-weight: 500;
        /*color: #DAA520*/
    }

    .culture-news-post .culture-news-content h3 {
        font-size: 1.5rem;
        /*margin-top: 12px;*/
        margin-bottom: 12px;
        font-weight:600;
    }

        .culture-news-post .culture-news-content h3 a {
            color: #09101f;
            position: relative;
            z-index: 1
        }

            .culture-news-post .culture-news-content h3 a::before {
                content: "";
                position: absolute;
                width: 0%;
                height: 100%;
                left: 0;
                top: 0;
                /*border-bottom: 1px solid #DAA520;*/
                -webkit-transition: .5s;
                transition: .5s;
                z-index: -1
            }

    .culture-news-post .culture-news-content p {
        font-weight: 500;
        font-size: 1.2rem;
        /*height: 65px;*/
        overflow: hidden;
        margin-bottom:0px;
    }
    .culture-news-post .culture-news-content span {
display:block;
    }

    .culture-news-post:hover .culture-news-content h3 a {
        color: #DAA520
    }

        .culture-news-post:hover .culture-news-content h3 a::before {
            width: 100%
        }

    .culture-news-post:hover .culture-news-image img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

.single-health-news {
    position: relative
}

    .single-health-news::before {
        position: absolute;
        content: "";
        background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#111)),-webkit-gradient(linear,left top,left bottom,from(transparent),to(#111));
        background: linear-gradient(transparent,#111),linear-gradient(transparent,#111);
        height: 60%;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1;
        opacity: .8
    }

    .single-health-news .health-news-image {
        overflow: hidden
    }

        .single-health-news .health-news-image img {
            -webkit-transition: .5s;
            transition: .5s
        }

    .single-health-news .health-news-content {
        position: absolute;
        bottom: 0;
        width: 95%;
        height: 170px;
        padding: 25px;
        z-index: 2;
        overflow:hidden;
    }

        .single-health-news .health-news-content span {
            font-size: 1.3rem !important;
            font-weight: 400;
            color: #fff
        }

        .single-health-news .health-news-content h3 {
            font-size: 1.5rem;
            font-weight:600; 
            color:#fff;
            /*margin-top: 12px;
            margin-bottom: 10px*/
        }

            .single-health-news .health-news-content h3 a {
                color: #fff;
                position: relative;
                z-index: 1
            }

                .single-health-news .health-news-content h3 a::before {
                    content: "";
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    left: 0;
                    top: 0;
                    /*border-bottom: 1px solid #DAA520;*/
                    -webkit-transition: .5s;
                    transition: .5s;
                    z-index: -1
                }

        .single-health-news .health-news-content p {
            font-weight: 400;
            font-size: 1.1rem;
            color: #fff
        }

            .single-health-news .health-news-content p a {
                color: #fff
            }

    .single-health-news:hover .health-news-content h3 a {
        color: #DAA520
    }

        .single-health-news:hover .health-news-content h3 a::before {
            width: 100%
        }

    .single-health-news:hover .health-news-content p a {
        color: #DAA520
    }

    .single-health-news:hover .health-news-image img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

.health-news-slides.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: -65px;
    right: 0
}

    .health-news-slides.owl-theme .owl-nav [class*=owl-] {
        background-color: transparent;
        border: 1px solid #e1e1e1;
        height: 30px;
        width: 30px;
        line-height: 32px;
        border-radius: 0;
        -webkit-transition: .5s;
        transition: .5s;
        font-size: 20px
    }

        .health-news-slides.owl-theme .owl-nav [class*=owl-]:hover {
            background-color: #DAA520;
            border: 1px solid #DAA520
        }

.health-news-slidesss.owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: -65px;
    right: 0
}

    .health-news-slidesss.owl-theme .owl-nav [class*=owl-] {
        background-color: transparent;
        border: 1px solid #e1e1e1;
        height: 30px;
        width: 30px;
        line-height: 32px;
        border-radius: 0;
        -webkit-transition: .5s;
        transition: .5s;
        font-size: 20px
    }

        .health-news-slidesss.owl-theme .owl-nav [class*=owl-]:hover {
            background-color: #DAA520;
            border: 1px solid #DAA520
        }

.health-news-post {
    margin-top: 30px
}

    .health-news-post .health-news-image {
        overflow: hidden
    }

        .health-news-post .health-news-image img {
            -webkit-transition: .5s;
            transition: .5s
        }

    .health-news-post .health-news-content span {
        font-size: 14px;
        font-weight: 500;
        color: #DAA520
    }

    .health-news-post .health-news-content h3 {
        font-size: 1.5rem;
        margin-top: 12px;
        margin-bottom: 12px
    }

        .health-news-post .health-news-content h3 a {
            color: #09101f;
            position: relative;
            z-index: 1
        }

            .health-news-post .health-news-content h3 a::before {
                content: "";
                position: absolute;
                width: 0%;
                height: 100%;
                left: 0;
                top: 0;
                border-bottom: 1px solid #DAA520;
                -webkit-transition: .5s;
                transition: .5s;
                z-index: -1
            }

    .health-news-post .health-news-content p {
        font-weight: 400;
        font-size: 14px
    }

    .health-news-post .health-news-content b {
        font-size: 16px;
        font-weight: 400;
        font-size: 14px;
        color: #09101f
    }

    .health-news-post:hover .health-news-content h3 a {
        color: #DAA520
    }

        .health-news-post:hover .health-news-content h3 a::before {
            width: 100%
        }

    .health-news-post:hover .health-news-image img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

.single-overview-news {
    margin-bottom: 30px
}

    .single-overview-news .overview-news-image {
        overflow: hidden
    }

        .single-overview-news .overview-news-image img {
            -webkit-transition: .5s;
            transition: .5s
        }

    .single-overview-news .overview-news-content {
        margin-top: 20px
    }

        .single-overview-news .overview-news-content span {
            font-size: 14px;
            font-weight: 500;
            color: #DAA520
        }

        .single-overview-news .overview-news-content h3 {
            font-size: 1.5rem;
            margin-top: 15px;
            margin-bottom: 15px
        }

            .single-overview-news .overview-news-content h3 a {
                color: #09101f;
                position: relative;
                z-index: 1
            }

                .single-overview-news .overview-news-content h3 a::before {
                    content: "";
                    position: absolute;
                    width: 0%;
                    height: 100%;
                    left: 0;
                    top: 0;
                    border-bottom: 1px solid #DAA520;
                    -webkit-transition: .5s;
                    transition: .5s;
                    z-index: -1
                }

        .single-overview-news .overview-news-content p {
            font-weight: 400;
            font-size: 14px
        }

            .single-overview-news .overview-news-content p a {
                color: #656565
            }

    .single-overview-news:hover .overview-news-content h3 a {
        color: #DAA520
    }

        .single-overview-news:hover .overview-news-content h3 a::before {
            width: 100%
        }

    .single-overview-news:hover .overview-news-content p a {
        color: #DAA520
    }

    .single-overview-news:hover .overview-news-image img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

.widget-area .widget {
    /*margin-bottom: 30px*/
}

    .widget-area .widget:last-child {
        margin-bottom: 30px;
    }

    .widget-area .widget .widget-title {
        margin-bottom: 30px;
        position: relative;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
        font-size: 25px;
        font-weight: 500
    }

        .widget-area .widget .widget-title::before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100px;
            height: 1px;
            bottom: -1px;
            background: #DAA520
        }

.widget-area .widget_latest_news_thumb {
    position: relative;
    overflow: hidden
}

    .widget-area .widget_latest_news_thumb .item {
        overflow: hidden;
        margin-bottom: 25px
    }

        .widget-area .widget_latest_news_thumb .item:last-child {
            margin-bottom: 0
        }

        .widget-area .widget_latest_news_thumb .item .thumb {
            float: left;
            height: 80px;
            overflow: hidden;
            display: block;
            position: relative;
            width: 80px;
            margin-right: 15px;
            z-index: 1
        }

            .widget-area .widget_latest_news_thumb .item .thumb .fullimage {
                width: 80px;
                height: 80px;
                display: inline-block;
                background-size: cover !important;
                background-repeat: no-repeat;
                background-position: center center !important
            }

                .widget-area .widget_latest_news_thumb .item .thumb .fullimage.bg1 {
                    background-image: url(../img/Politics/list/list-1.jpg)
                }

                .widget-area .widget_latest_news_thumb .item .thumb .fullimage.bg2 {
                    background-image: url(../img/Politics/list/list-2.jpg)
                }

                .widget-area .widget_latest_news_thumb .item .thumb .fullimage.bg3 {
                    background-image: url(../img/Politics/list/list-3.jpg)
                }

                .widget-area .widget_latest_news_thumb .item .thumb .fullimage.bg4 {
                    background-image: url(../img/Politics/list/list-4.jpg)
                }

                .widget-area .widget_latest_news_thumb .item .thumb .fullimage.bg5 {
                    background-image: url(../img/Politics/list/list-5.jpg)
                }

                .widget-area .widget_latest_news_thumb .item .thumb .fullimage.bg6 {
                    background-image: url(../img/Politics/list/list-6.jpg)
                }

                .widget-area .widget_latest_news_thumb .item .thumb .fullimage.bg7 {
                    background-image: url(../img/latest-news/latest-news-7.jpg)
                }

                .widget-area .widget_latest_news_thumb .item .thumb .fullimage.bg8 {
                    background-image: url(../img/latest-news/latest-news-8.jpg)
                }

                .widget-area .widget_latest_news_thumb .item .thumb .fullimage.bg9 {
                    background-image: url(../img/latest-news/latest-news-9.jpg)
                }

                .widget-area .widget_latest_news_thumb .item .thumb .fullimage.bg10 {
                    background-image: url(../img/latest-news/latest-news-10.jpg)
                }

        .widget-area .widget_latest_news_thumb .item .info {
            overflow: hidden;
            margin-top: 5px
        }

            .widget-area .widget_latest_news_thumb .item .info span {
                display: block;
                color: #656565;
                margin-top: 5px;
                font-size: 14px;
                font-weight: 400
            }

            .widget-area .widget_latest_news_thumb .item .info .title {
                margin-bottom: 0;
                line-height: 1.4;
                font-size: 17px;
                font-weight: 700
            }

                .widget-area .widget_latest_news_thumb .item .info .title a {
                    display: inline-block;
                    -webkit-transition: .5s;
                    transition: .5s
                }

        .widget-area .widget_latest_news_thumb .item:hover .info .title a {
            color: #212529
        }

.widget-area .widget_featured_reports .single-featured-reports .featured-reports-content {
    margin-top: 15px
}

    .widget-area .widget_featured_reports .single-featured-reports .featured-reports-content h3 {
        font-size: 1.5rem;
        margin-top: 12px;
        margin-bottom: 12px;
        font-weight: 500
    }

        .widget-area .widget_featured_reports .single-featured-reports .featured-reports-content h3 a {
            color: #09101f;
            position: relative;
            z-index: 1
        }

            .widget-area .widget_featured_reports .single-featured-reports .featured-reports-content h3 a::before {
                content: "";
                position: absolute;
                width: 0%;
                height: 100%;
                left: 0;
                top: 0;
                border-bottom: 1px solid #DAA520;
                -webkit-transition: .5s;
                transition: .5s;
                z-index: -1
            }

    .widget-area .widget_featured_reports .single-featured-reports .featured-reports-content p {
        font-size: 16px;
        font-weight: 400;
        font-size: 14px
    }

        .widget-area .widget_featured_reports .single-featured-reports .featured-reports-content p a {
            color: #656565
        }

.widget-area .widget_featured_reports .single-featured-reports:hover .featured-reports-content h3 a {
    color: #DAA520
}

    .widget-area .widget_featured_reports .single-featured-reports:hover .featured-reports-content h3 a::before {
        width: 100%
    }

.widget-area .widget_featured_reports .single-featured-reports:hover .featured-reports-content p a {
    color: #DAA520
}

.widget-area .widget_stay_connected .widget-title {
    margin-bottom: 20px
}

.widget-area .widget_stay_connected .stay-connected-list {
    padding-left: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

    .widget-area .widget_stay_connected .stay-connected-list li {
        list-style-type: none;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 10px
    }

        .widget-area .widget_stay_connected .stay-connected-list li a {
            display: inline-block;
            background-color: #39569e;
            padding: 10px;
            width: 100%;
            font-size: 14px;
            font-weight: 400;
            color: #fff
        }

            .widget-area .widget_stay_connected .stay-connected-list li a:hover {
                color: #09101f
            }

            .widget-area .widget_stay_connected .stay-connected-list li a i {
                margin-right: 5px;
                font-size: 20px;
                line-height: 0;
                position: relative;
                top: 3px
            }

        .widget-area .widget_stay_connected .stay-connected-list li .twitter {
            background-color: #52aaf4
        }

        .widget-area .widget_stay_connected .stay-connected-list li .linkedin {
            background-color: #0185ae
        }

        .widget-area .widget_stay_connected .stay-connected-list li .youtube {
            background-color: #212529
        }

        .widget-area .widget_stay_connected .stay-connected-list li .instagram {
            background-color: #c8359d
        }

        .widget-area .widget_stay_connected .stay-connected-list li .wifi {
            background-color: #f18527
        }

.widget-area .widget_newsletter {
    background-color: #f6f6f6;
    padding: 25px
}

    .widget-area .widget_newsletter .newsletter-content {
        text-align: center;
        margin-bottom: 25px
    }

        .widget-area .widget_newsletter .newsletter-content h3 {
            font-size: 1.5rem;
            margin-bottom: 10px
        }

        .widget-area .widget_newsletter .newsletter-content p {
            font-size: 14px
        }

    .widget-area .widget_newsletter .newsletter-form .input-newsletter {
        display: block;
        width: 100%;
        background-color: #fff;
        border: none;
        height: 55px;
        padding-left: 15px;
        border-radius: 0;
        outline: 0;
        color: #09101f
    }

        .widget-area .widget_newsletter .newsletter-form .input-newsletter:focus::-webkit-input-placeholder {
            color: transparent;
            -webkit-transition: .5s;
            transition: .5s
        }

        .widget-area .widget_newsletter .newsletter-form .input-newsletter:focus:-ms-input-placeholder {
            color: transparent;
            -webkit-transition: .5s;
            transition: .5s
        }

        .widget-area .widget_newsletter .newsletter-form .input-newsletter:focus::-ms-input-placeholder {
            color: transparent;
            -webkit-transition: .5s;
            transition: .5s
        }

        .widget-area .widget_newsletter .newsletter-form .input-newsletter:focus::placeholder {
            color: transparent;
            -webkit-transition: .5s;
            transition: .5s
        }

    .widget-area .widget_newsletter .newsletter-form button {
        background: #01283a;
        color: #fff;
        border: none;
        height: 55px;
        padding: 0 60px;
        -webkit-transition: .5s;
        transition: .5s;
        line-height: 55px;
        font-weight: 500;
        border-radius: 0;
        transition: .5s;
        position: relative;
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 10px
    }

        .widget-area .widget_newsletter .newsletter-form button:hover {
            background-color: #DAA520
        }

    .widget-area .widget_newsletter .newsletter-form #validator-newsletter {
        color: red;
        margin-top: 15px;
        font-weight: 400;
        text-align: center;
        font-weight: 400
    }

.widget-area .widget_popular_posts_thumb {
    position: relative;
    overflow: hidden
}

    .widget-area .widget_popular_posts_thumb .item {
        overflow: hidden;
        margin-bottom: 25px
    }

        .widget-area .widget_popular_posts_thumb .item:last-child {
            margin-bottom: 0
        }

        .widget-area .widget_popular_posts_thumb .item .thumb {
            float: left;
            height: 80px;
            overflow: hidden;
            display: block;
            position: relative;
            width: 80px;
            margin-right: 15px;
            z-index: 1
        }

            .widget-area .widget_popular_posts_thumb .item .thumb .fullimage {
                width: 80px;
                height: 80px;
                display: inline-block;
                background-size: cover !important;
                background-repeat: no-repeat;
                background-position: center center !important
            }

                .widget-area .widget_popular_posts_thumb .item .thumb .fullimage.bg1 {
                    background-image: url(../img/popular-posts/popular-posts-1.jpg)
                }

                .widget-area .widget_popular_posts_thumb .item .thumb .fullimage.bg2 {
                    background-image: url(../img/popular-posts/popular-posts-2.jpg)
                }

                .widget-area .widget_popular_posts_thumb .item .thumb .fullimage.bg3 {
                    background-image: url(../img/popular-posts/popular-posts-3.jpg)
                }

                .widget-area .widget_popular_posts_thumb .item .thumb .fullimage.bg4 {
                    background-image: url(../img/popular-posts/popular-posts-4.jpg)
                }

                .widget-area .widget_popular_posts_thumb .item .thumb .fullimage.bg5 {
                    background-image: url(../img/popular-posts/popular-posts-5.jpg)
                }

        .widget-area .widget_popular_posts_thumb .item .info {
            overflow: hidden;
            margin-top: 5px
        }

            .widget-area .widget_popular_posts_thumb .item .info span {
                display: block;
                color: #656565;
                margin-top: 5px;
                font-size: 14px;
                font-weight: 400
            }

            .widget-area .widget_popular_posts_thumb .item .info .title {
                margin-bottom: 0;
                line-height: 1.4;
                font-size: 17px;
                font-weight: 700
            }

                .widget-area .widget_popular_posts_thumb .item .info .title a {
                    display: inline-block;
                    -webkit-transition: .5s;
                    transition: .5s
                }

        .widget-area .widget_popular_posts_thumb .item:hover .info .title a {
            color: #212529
        }

.widget-area .widget_most_shared .single-most-shared {
    position: relative
}

    .widget-area .widget_most_shared .single-most-shared::before {
        position: absolute;
        content: "";
        background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#111)),-webkit-gradient(linear,left top,left bottom,from(transparent),to(#111));
        background: linear-gradient(transparent,#111),linear-gradient(transparent,#111);
        height: 70%;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1;
        opacity: .7
    }

    .widget-area .widget_most_shared .single-most-shared .most-shared-content {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 20px;
        z-index: 1
    }

        .widget-area .widget_most_shared .single-most-shared .most-shared-content h3 {
            font-size: 1.5rem;
            margin-top: 12px;
            margin-bottom: 12px;
            font-weight: 500
        }

            .widget-area .widget_most_shared .single-most-shared .most-shared-content h3 a {
                color: #fff;
                position: relative;
                z-index: 1
            }

                .widget-area .widget_most_shared .single-most-shared .most-shared-content h3 a::before {
                    content: "";
                    position: absolute;
                    width: 0%;
                    height: 100%;
                    left: 0;
                    top: 0;
                    border-bottom: 1px solid #DAA520;
                    -webkit-transition: .5s;
                    transition: .5s;
                    z-index: -1
                }

        .widget-area .widget_most_shared .single-most-shared .most-shared-content p {
            font-size: 16px;
            font-weight: 400;
            font-size: 14px;
            color: #fff
        }

            .widget-area .widget_most_shared .single-most-shared .most-shared-content p a {
                color: #fff
            }

    .widget-area .widget_most_shared .single-most-shared:hover .most-shared-content h3 a {
        color: #DAA520
    }

        .widget-area .widget_most_shared .single-most-shared:hover .most-shared-content h3 a::before {
            width: 100%
        }

    .widget-area .widget_most_shared .single-most-shared:hover .most-shared-content p a {
        color: #DAA520
    }

.widget-area .widget_tag_cloud .widget-title {
    margin-bottom: 18px
}

.widget-area .tagcloud a {
    display: inline-block;
    border: 1px solid #e1e1e1 !important;
    color: #09101f;
    padding: 10px 15px;
    border: none;
    border-radius: 0;
    font-weight: 400;
    font-size: 15px !important;
    margin-top: 8px;
    margin-right: 5px;
    /*width:47%;*/
}

    .widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
        color: #fff;
        background-color: #DAA520;
        border: 1px solid #DAA520 !important
    }

.widget-area .widget_instagram ul {
    padding-left: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -10px
}

    .widget-area .widget_instagram ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        text-align: center;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 10px
    }

        .widget-area .widget_instagram ul li .box {
            position: relative;
            z-index: 1;
            overflow: hidden
        }

            .widget-area .widget_instagram ul li .box .link-btn {
                display: block;
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                z-index: 3
            }

            .widget-area .widget_instagram ul li .box i {
                position: absolute;
                left: 0;
                right: 0;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                font-size: 30px;
                -webkit-transition: .5s;
                transition: .5s;
                opacity: 0;
                visibility: hidden;
                color: #fff;
                z-index: 2
            }

            .widget-area .widget_instagram ul li .box img {
                -webkit-transition: .5s;
                transition: .5s
            }

            .widget-area .widget_instagram ul li .box::before {
                content: '';
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                z-index: 1;
                background-color: #DAA520;
                -webkit-transition: .5s;
                transition: .5s;
                opacity: 0;
                visibility: hidden
            }

            .widget-area .widget_instagram ul li .box:hover::before {
                opacity: .5;
                visibility: visible
            }

            .widget-area .widget_instagram ul li .box:hover img {
                -webkit-transform: scale(1.3);
                transform: scale(1.3)
            }

            .widget-area .widget_instagram ul li .box:hover i {
                opacity: 1;
                visibility: visible
            }

.widget-area .widget_search form {
    position: relative
}

    .widget-area .widget_search form label {
        display: block;
        margin-bottom: 0
    }

    .widget-area .widget_search form .screen-reader-text {
        display: none
    }

    .widget-area .widget_search form .search-field {
        background-color: transparent;
        height: 50px;
        padding: 8px 15px;
        border: 1px solid #eee;
        background-color: #eee;
        width: 100%;
        display: block;
        outline: 0;
        -webkit-transition: .5s;
        transition: .5s;
        border-radius: 0
    }

        .widget-area .widget_search form .search-field:focus {
            border-color: #212529;
            background-color: transparent
        }

    .widget-area .widget_search form button {
        border: none;
        background-color: #DAA520;
        color: #fff;
        height: 40px;
        width: 40px;
        position: absolute;
        right: 5px;
        padding: 0;
        -webkit-transition: .5s;
        transition: .5s;
        top: 5px;
        font-size: 20px;
        border-radius: 5px;
        cursor: pointer
    }

        .widget-area .widget_search form button i {
            position: absolute;
            left: 0;
            right: 0;
            top: 52%;
            -webkit-transform: translateY(-52%);
            transform: translateY(-52%)
        }

        .widget-area .widget_search form button:hover, .widget-area .widget_search form button:focus {
            background-color: #212529;
            color: #fff
        }

.new-news-area {
    padding-top: 50px;
    padding-bottom: 20px
}

.single-new-news {
    margin-bottom: 30px;
    border: 1px solid #eee;
    padding: 15px
}

    .single-new-news .new-news-content {
        margin-top: 20px
    }

        .single-new-news .new-news-content span {
            display: inline-block;
            font-size: 14px;
            background-color: #09101f;
            color: #fff;
            padding: 2px 10px;
            font-weight: 400;
            -webkit-transition: .5s;
            transition: .5s;
            border-radius: 2px
        }

        .single-new-news .new-news-content h3 {
            font-size: 1.5rem;
            margin-top: 18px;
            margin-bottom: 15px
        }

            .single-new-news .new-news-content h3 a {
                color: #09101f;
                position: relative;
                z-index: 1
            }

                .single-new-news .new-news-content h3 a::before {
                    content: "";
                    position: absolute;
                    width: 0%;
                    height: 100%;
                    left: 0;
                    top: 0;
                    border-bottom: 1px solid #DAA520;
                    -webkit-transition: .5s;
                    transition: .5s;
                    z-index: -1
                }

        .single-new-news .new-news-content p {
            font-weight: 400;
            font-size: 14px
        }

    .single-new-news:hover .new-news-content h3 a {
        color: #DAA520
    }

        .single-new-news:hover .new-news-content h3 a::before {
            width: 100%
        }

.single-new-news-box {
    margin-bottom: 30px;
    border: 1px solid #eee
}

    .single-new-news-box .new-news-content {
        padding: 28px 20px
    }

        .single-new-news-box .new-news-content span {
            display: inline-block;
            font-size: 14px;
            background-color: #09101f;
            color: #fff;
            padding: 2px 10px;
            font-weight: 400;
            -webkit-transition: .5s;
            transition: .5s;
            border-radius: 2px
        }

        .single-new-news-box .new-news-content h3 {
            font-size: 1.5rem;
            margin-top: 18px;
            margin-bottom: 20px
        }

            .single-new-news-box .new-news-content h3 a {
                color: #09101f;
                position: relative;
                z-index: 1
            }

                .single-new-news-box .new-news-content h3 a::before {
                    content: "";
                    position: absolute;
                    width: 0%;
                    height: 100%;
                    left: 0;
                    top: 0;
                    border-bottom: 1px solid #DAA520;
                    -webkit-transition: .5s;
                    transition: .5s;
                    z-index: -1
                }

        .single-new-news-box .new-news-content p {
            font-weight: 400;
            font-size: 14px
        }

    .single-new-news-box:hover .new-news-content h3 a {
        color: #DAA520
    }

        .single-new-news-box:hover .new-news-content h3 a::before {
            width: 100%
        }

.daily-briefing-item {
    padding: 15px;
    border: 1px solid #eee
}

    .daily-briefing-item .title {
        margin-bottom: 20px
    }

        .daily-briefing-item .title h3 {
            font-size: 1.5rem;
            position: relative;
            padding-bottom: 15px
        }

            .daily-briefing-item .title h3::before {
                content: "";
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                border-bottom: 1px solid #eee;
                -webkit-transition: .5s;
                transition: .5s
            }

    .daily-briefing-item .daily-briefing-content {
        margin-bottom: 28px;
        border-bottom: 1px solid #eee;
        padding-bottom: 36px
    }

        .daily-briefing-item .daily-briefing-content:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border: none
        }

        .daily-briefing-item .daily-briefing-content span {
            font-size: 14px;
            color: #DAA520
        }

        .daily-briefing-item .daily-briefing-content h4 {
            font-size: 16px;
            margin-top: 15px;
            margin-bottom: 15px
        }

            .daily-briefing-item .daily-briefing-content h4 a {
                color: #09101f;
                position: relative;
                z-index: 1
            }

                .daily-briefing-item .daily-briefing-content h4 a::before {
                    content: "";
                    position: absolute;
                    width: 0%;
                    height: 100%;
                    left: 0;
                    top: 0;
                    border-bottom: 1px solid #DAA520;
                    -webkit-transition: .5s;
                    transition: .5s;
                    z-index: -1
                }

        .daily-briefing-item .daily-briefing-content p {
            font-weight: 400;
            font-size: 14px
        }

        .daily-briefing-item .daily-briefing-content:hover h4 a {
            color: #DAA520
        }

            .daily-briefing-item .daily-briefing-content:hover h4 a::before {
                width: 100%
            }

.main-default-news-area {
    padding-top: 0px;
    padding-bottom: 20px
}

.single-main-default-news {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px
}

    .single-main-default-news::before {
        position: absolute;
        content: "";
        background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#000000)),-webkit-gradient(linear,left top,left bottom,from(transparent),to(#000000));
        background: linear-gradient(transparent,#000000),linear-gradient(transparent,#000000);
        height: 70%;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1;
        opacity: .5
    }

    .single-main-default-news img {
        overflow: hidden;
        -webkit-transition: all 1.5s ease-out;
        transition: all 1.5s ease-out
    }

    .single-main-default-news .news-content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        padding: 20px 25px;
        z-index: 2
    }

        .single-main-default-news .news-content .tag {
            display: inline-block;
            font-size: 14px;
            background-color: #DAA520;
            color: #fff;
            padding: 2px 5px;
            font-weight: 400;
            -webkit-transition: .5s;
            transition: .5s
        }

        .single-main-default-news .news-content h3 {
            font-size: 1.5rem;
            font-weight: 700;
            margin-top: 20px;
            margin-bottom: 12px
        }

            .single-main-default-news .news-content h3 a {
                color: #fff;
                position: relative
            }

                .single-main-default-news .news-content h3 a::before {
                    content: "";
                    position: absolute;
                    width: 0%;
                    height: 100%;
                    left: 0;
                    top: 0;
                    border-bottom: 1px solid #DAA520;
                    -webkit-transition: .5s;
                    transition: .5s;
                    z-index: -1
                }

        .single-main-default-news .news-content span {
            color: #fff;
            /*font-size: 14px*/
        }

    .single-main-default-news:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .single-main-default-news:hover .news-content .tag {
        background-color: #212529
    }

    .single-main-default-news:hover .news-content h3 a {
        color: #DAA520
    }

        .single-main-default-news:hover .news-content h3 a::before {
            width: 100%
        }

.single-main-default-news-inner {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}

    .single-main-default-news-inner::before {
        position: absolute;
        content: "";
        background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#000000)),-webkit-gradient(linear,left top,left bottom,from(transparent),to(#000000));
        background: linear-gradient(transparent,#000000),linear-gradient(transparent,#000000);
        height: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1;
        opacity: .2
    }

    .single-main-default-news-inner img {
        overflow: hidden;
        -webkit-transition: all 1.5s ease-out;
        transition: all 1.5s ease-out
    }

    .single-main-default-news-inner .news-content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        padding: 20px 25px;
        z-index: 2
    }

        .single-main-default-news-inner .news-content .tag {
            display: inline-block;
            font-size: 14px;
            background-color: #DAA520;
            color: #fff;
            padding: 2px 5px;
            font-weight: 400;
            -webkit-transition: .5s;
            transition: .5s
        }

        .single-main-default-news-inner .news-content h3 {
            font-size: 1.5rem;
            font-weight: 700;
            margin-top: 20px;
            margin-bottom: 12px
        }

            .single-main-default-news-inner .news-content h3 a {
                color: #fff;
                position: relative
            }

                .single-main-default-news-inner .news-content h3 a::before {
                    content: "";
                    position: absolute;
                    width: 0%;
                    height: 100%;
                    left: 0;
                    top: 0;
                    border-bottom: 1px solid #DAA520;
                    -webkit-transition: .5s;
                    transition: .5s;
                    z-index: -1
                }

        .single-main-default-news-inner .news-content span {
            color: #fff;
            font-size: 14px
        }

    .single-main-default-news-inner:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .single-main-default-news-inner:hover .news-content .tag {
        background-color: #212529
    }

    .single-main-default-news-inner:hover .news-content h3 a {
        color: #DAA520
    }

        .single-main-default-news-inner:hover .news-content h3 a::before {
            width: 100%
        }

.main-news-slider-area {
    padding-top: 0px;
    padding-bottom: 0rem
}

    .main-news-slider-area .container-fluid {
        padding-left: 0;
        padding-right: 0;
        overflow: hidden
    }

.news-slider-item {
    position: relative;
    overflow: hidden
}

    .news-slider-item::before {
        position: absolute;
        content: "";
        background: -webkit-gradient(linear,left top,left bottom,from(transparent),to(#000000)),-webkit-gradient(linear,left top,left bottom,from(transparent),to(#000000));
        background: linear-gradient(transparent,#000000),linear-gradient(transparent,#000000);
        height: 60%;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 1;
        opacity: .7
    }

    .news-slider-item img {
        overflow: hidden;
        -webkit-transition: all 1.5s ease-out;
        transition: all 1.5s ease-out
    }

    .news-slider-item .slider-content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        /*height: 220px;
        padding: 30px;*/
        height:20rem;
        padding:2rem 10%;
        z-index: 2;
        padding-top: 80px;
    padding-right: 80px;
    }

        .news-slider-item .slider-content .tag {
            display: inline-block;
            font-size: 14px;
            background-color: #DAA520;
            color: #fff;
            padding: 2px 10px;
            font-weight: 400;
            -webkit-transition: .5s;
            transition: .5s
        }

        .news-slider-item .slider-content h3 {
            font-size: 2.5rem;
            font-weight: 500;
            margin-top: 20px;
            font-weight: 600;
            /*margin-bottom: 20px*/
        }

            .news-slider-item .slider-content h3 a {
                color: #fff;
                position: relative
            }

                .news-slider-item .slider-content h3 a::before {
                    content: "";
                    position: absolute;
                    width: 0%;
                    height: 100%;
                    left: 0;
                    top: 0;
                    /*border-bottom: 1px solid #DAA520;*/
                    -webkit-transition: .5s;
                    transition: .5s;
                    z-index: -1
                }

        .news-slider-item .slider-content span {
            color: #fff ;
            font-size: 2rem !important;
        }

            .news-slider-item .slider-content span a {
                color: #fff;
                font-weight: 500;
                font-size: 1.8rem;
            }

    .news-slider-item:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .news-slider-item:hover .slider-content .tag {
        background-color: #212529
    }

    .news-slider-item:hover .slider-content h3 a {
        color: #DAA520
    }

        .news-slider-item:hover .slider-content h3 a::before {
            width: 100%
        }

    .news-slider-item:hover .slider-content span a {
        color: #DAA520
    }
.link-author {
    /*position:absolute;
    bottom:25px;*/
    font-size: 1.1rem;
}
.main-news-slides.owl-theme .owl-nav {
    margin-top: 0;
    -webkit-transition: 3s;
    transition: 3s;
    opacity: 0;
    visibility: hidden;
    line-height: .01
}

    .main-news-slides.owl-theme .owl-nav [class*=owl-] {
        color: #DAA520;
        margin: 0;
        position: absolute;
        left: 20px;
        top: 35%;
        -webkit-transform: translateY(-30%);
        transform: translateY(-30%);
        padding: 0;
        background: #fff;
        border-radius: 0;
        -webkit-transition: .5s;
        transition: .5s;
        width: 40px;
        height: 40px;
        line-height: 46px;
        text-align: center;
        font-size: 40px
    }

        .main-news-slides.owl-theme .owl-nav [class*=owl-].owl-next {
            left: auto;
            right: 20px
        }

        .main-news-slides.owl-theme .owl-nav [class*=owl-]:hover {
            color: #fff;
            background-color: #DAA520
        }

.main-news-slides.owl-theme:hover .owl-nav {
    opacity: 1;
    visibility: visible
}

.page-title-area {
    padding-top: 35px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1
}

.page-title-content {
    position: relative
}

    .page-title-content h2 {
        margin-bottom: 0;
        font-size: 30px
    }

    .page-title-content ul {
        text-align: right;
        position: absolute;
        right: 0;
        padding-left: 0;
        margin-bottom: 0;
        list-style-type: none;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

        .page-title-content ul li {
            display: inline-block;
            margin-left: 15px;
            font-weight: 400;
            color: #DAA520;
            position: relative
        }

            .page-title-content ul li::before {
                content: '';
                position: absolute;
                left: -10px;
                top: 5px;
                height: 15px;
                width: 1px;
                background-color: #DAA520
            }

            .page-title-content ul li:first-child {
                margin-left: 0
            }

                .page-title-content ul li:first-child::before {
                    display: none
                }

            .page-title-content ul li a {
                display: block
            }

.pagination-area {
    margin-top: 30px
}

    .pagination-area .page-numbers {
        width: 35px;
        height: 35px;
        margin: 0 3px;
        display: inline-block;
        background-color: #fff;
        line-height: 35px;
        color: #09101f;
        -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
        box-shadow: 0 2px 10px 0 #d8dde6;
        font-size: 1rem;
        font-weight: 700;
        border-radius: 50px;
        text-align: center
    }

        .pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {
            background: #fff;
            color: #fff;
            -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
            box-shadow: 0 2px 10px 0 #d8dde6
        }

        .pagination-area .page-numbers i {
            font-size: 20px;
            position: relative;
            top: 4px
        }

.author-area {
    padding-top: 50px
}

    .author-area .container {
       /* border-bottom: 1px solid #e1e1e1;
        padding-bottom: 50px*/
    }

.author-content h3 {
    font-size: 1.5rem;
    margin-bottom: 15px
}

.author-content p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0
}

.author-content .author-list {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 15px
}

    .author-content .author-list li {
        list-style-type: none;
        display: inline-block;
        font-size: 15px;
        font-weight: 400;
        position: relative;
        padding-left: 20px;
        margin-right: 12px
    }

        .author-content .author-list li:last-child {
            margin-right: 0
        }

        .author-content .author-list li i {
            position: absolute;
            left: 0;
            color: #DAA520;
            top: 4px
        }

        .author-content .author-list li a {
            color: #09101f
        }

            .author-content .author-list li a:hover {
                color: #DAA520
            }

.author-content .author-social {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px
}

    .author-content .author-social li {
        display: inline-block;
        list-style-type: none;
        margin-right: 5px
    }

        .author-content .author-social li:last-child {
            margin-right: 0
        }

        .author-content .author-social li a i {
            display: inline-block;
            height: 30px;
            width: 30px;
            line-height: 30px;
            text-align: center;
            background-color: #DAA520;
            color: #fff;
            font-size: 16px;
            border-radius: 50px;
            -webkit-transition: .5s;
            transition: .5s
        }

            .author-content .author-social li a i:hover {
                background-color: #212529;
                color: #fff;
                -webkit-transform: translateY(-2px);
                transform: translateY(-2px)
            }

.about-image {
    margin-bottom: 30px
}

.about-content h3 {
    font-size: 1.5rem;
    margin-bottom: 15px
}

.about-content p {
    font-size: 14px
}

.team-area {
    padding-bottom: 30px
}

.single-team-box {
    margin-bottom: 30px;
    text-align: center
}

    .single-team-box .image {
        position: relative;
        -webkit-transition: .5s;
        transition: .5s;
        overflow: hidden
    }

        .single-team-box .image img {
            -webkit-transition: .5s;
            transition: .5s
        }

        .single-team-box .image .social {
            padding-left: 0;
            list-style-type: none;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 15px;
            margin-bottom: 0;
            margin-right: auto;
            margin-left: auto
        }

            .single-team-box .image .social li {
                display: inline-block;
                -webkit-transform: translateY(30px);
                transform: translateY(30px);
                -webkit-transition: all .3s ease-in-out 0s;
                transition: all .3s ease-in-out 0s;
                opacity: 0;
                visibility: hidden;
                margin: 0 5px
            }

                .single-team-box .image .social li a {
                    display: block;
                    width: 40px;
                    height: 40px;
                    background-color: #f4f5fe;
                    text-align: center;
                    position: relative;
                    font-size: 20px;
                    color: #09101f;
                    border-radius: 2px;
                    -webkit-transition: .5s;
                    transition: .5s
                }

                    .single-team-box .image .social li a i {
                        position: absolute;
                        left: 0;
                        right: 0;
                        top: 50%;
                        -webkit-transform: translateY(-50%);
                        transform: translateY(-50%);
                        margin-left: auto;
                        margin-right: auto
                    }

                    .single-team-box .image .social li a:hover {
                        color: #fff;
                        background-color: #DAA520
                    }

                .single-team-box .image .social li:nth-child(1) {
                    -webkit-transition-delay: .1s;
                    transition-delay: .1s
                }

                .single-team-box .image .social li:nth-child(2) {
                    -webkit-transition-delay: .2s;
                    transition-delay: .2s
                }

                .single-team-box .image .social li:nth-child(3) {
                    -webkit-transition-delay: .3s;
                    transition-delay: .3s
                }

                .single-team-box .image .social li:nth-child(4) {
                    -webkit-transition-delay: .4s;
                    transition-delay: .4s
                }

    .single-team-box .content {
        background-color: #f3f3f3;
        padding: 30px 5px;
        height: 120px;
    }

        .single-team-box .content h3 {
            margin-bottom: 0;
            font-size: 22px
        }

        .single-team-box .content span {
            display: block;
            color: #DAA520;
            font-size: 13px;
            margin-top: 1px
        }

    .single-team-box:hover .image img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .single-team-box:hover .image .social li {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        visibility: visible
    }

.login-form {
    padding: 40px 45px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(51,51,51,.1);
    box-shadow: 0 0 10px rgba(51,51,51,.1);
    max-width: 650px;
    margin: auto
}

    .login-form h2 {
        margin-bottom: 30px;
        font-size: 36px;
        position: relative;
        padding-left: 15px
    }

        .login-form h2::before {
            position: absolute;
            left: 0;
            top: 2px;
            width: 2px;
            content: '';
            height: 40px;
            background-color: #01283a;
        }

    .login-form form .form-group {
        margin-bottom: 25px
    }

        .login-form form .form-group label {
            display: block;
            margin-bottom: 10px;
            color: #656565;
            font-weight: 400;
            font-size: 16px
        }

        .login-form form .form-group .form-control {
            height: 60px;
            padding: 0 0 0 15px;
            line-height: initial;
            color: #09101f;
            background-color: transparent !important;
            border: 1px solid #f1f1f1;
            border-radius: 5px;
            -webkit-box-shadow: unset !important;
            box-shadow: unset !important;
            -webkit-transition: .5s;
            transition: .5s;
            font-size: 15px;
            font-weight: 500
        }

            .login-form form .form-group .form-control:focus {
                border: 1px solid #DAA520
            }

                .login-form form .form-group .form-control:focus::-webkit-input-placeholder {
                    color: transparent;
                    -webkit-transition: .5s;
                    transition: .5s
                }

                .login-form form .form-group .form-control:focus:-ms-input-placeholder {
                    color: transparent;
                    -webkit-transition: .5s;
                    transition: .5s
                }

                .login-form form .form-group .form-control:focus::-ms-input-placeholder {
                    color: transparent;
                    -webkit-transition: .5s;
                    transition: .5s
                }

                .login-form form .form-group .form-control:focus::placeholder {
                    color: transparent;
                    -webkit-transition: .5s;
                    transition: .5s
                }

    .login-form form .lost-your-password {
        text-align: right
    }

        .login-form form .lost-your-password a {
            display: inline-block;
            position: relative;
            font-weight: 500;
            font-size: 15px;
            color: #656565
        }

            .login-form form .lost-your-password a::before {
                width: 100%;
                height: 1px;
                position: absolute;
                left: 0;
                bottom: 0;
                content: '';
                -webkit-transition: .5s;
                transition: .5s;
                background-color: #eee
            }

            .login-form form .lost-your-password a::after {
                width: 0;
                height: 1px;
                position: absolute;
                left: 0;
                -webkit-transition: .5s;
                transition: .5s;
                bottom: 0;
                content: '';
                background-color: #212529
            }

            .login-form form .lost-your-password a:hover::before {
                width: 0
            }

            .login-form form .lost-your-password a:hover::after {
                width: 100%
            }

    .login-form form .form-check {
        font-weight: 500;
        font-size: 15px;
        color: #656565
    }

    .login-form form .form-check-input {
        position: absolute;
        margin-top: 4px;
        margin-left: -18px
    }

    .login-form form button {
        border: none;
        margin-top: 25px;
        padding: 15px 30px;
        width: 100%;
        border-radius: 5px;
        cursor: pointer;
        background-color: #01283a;
        
        color: #fff;
        -webkit-transition: .5s;
        transition: .5s
    }

        .login-form form button:hover {
            background-color: #DAA520;
        }

    .login-form .important-text {
        margin-top: 15px
    }

        .login-form .important-text p {
            font-size: 15px;
            color: #656565
        }

            .login-form .important-text p a {
                color: #656565;
                font-weight: 600
            }

                .login-form .important-text p a:hover {
                    color: #DAA520
                }

.pasword-form {

    max-width: 99%;
    margin: auto
}

    .pasword-form h2 {
        margin-bottom: 30px;
        font-size: 36px;
        position: relative;
        padding-left: 15px
    }

        .pasword-form h2::before {
            position: absolute;
            left: 0;
            top: 2px;
            width: 2px;
            content: '';
            height: 40px;
            background-color: #DAA520
        }

    .pasword-form form .form-group {
        margin-bottom: 25px
    }

        .pasword-form form .form-group label {
            display: block;
            margin-bottom: 10px;
            color: #656565;
            font-weight: 400;
            font-size: 16px
        }

        .pasword-form form .form-group .form-control {
            height: 60px;
            /*padding: 0 0 0 15px;*/
            line-height: initial;
            color: #09101f;
            background-color: transparent !important;
            border: 1px solid #f1f1f1;
            border-radius: 5px;
            -webkit-box-shadow: unset !important;
            box-shadow: unset !important;
            -webkit-transition: .5s;
            transition: .5s;
            font-size: 15px;
            font-weight: 500
        }

            .pasword-form form .form-group .form-control:focus {
                border: 1px solid #DAA520
            }

                .pasword-form form .form-group .form-control:focus::-webkit-input-placeholder {
                    color: transparent;
                    -webkit-transition: .5s;
                    transition: .5s
                }

                .pasword-form form .form-group .form-control:focus:-ms-input-placeholder {
                    color: transparent;
                    -webkit-transition: .5s;
                    transition: .5s
                }

                .pasword-form form .form-group .form-control:focus::-ms-input-placeholder {
                    color: transparent;
                    -webkit-transition: .5s;
                    transition: .5s
                }

                .pasword-form form .form-group .form-control:focus::placeholder {
                    color: transparent;
                    -webkit-transition: .5s;
                    transition: .5s
                }

    .pasword-form form .lost-your-password {
        text-align: right
    }

        .pasword-form form .lost-your-password a {
            display: inline-block;
            position: relative;
            font-weight: 500;
            font-size: 15px;
            color: #656565
        }

            .pasword-form form .lost-your-password a::before {
                width: 100%;
                height: 1px;
                position: absolute;
                left: 0;
                bottom: 0;
                content: '';
                -webkit-transition: .5s;
                transition: .5s;
                background-color: #eee
            }

            .pasword-form form .lost-your-password a::after {
                width: 0;
                height: 1px;
                position: absolute;
                left: 0;
                -webkit-transition: .5s;
                transition: .5s;
                bottom: 0;
                content: '';
                background-color: #212529
            }

            .pasword-form form .lost-your-password a:hover::before {
                width: 0
            }

            .pasword-form form .lost-your-password a:hover::after {
                width: 100%
            }

    .pasword-form form .form-check {
        font-weight: 500;
        font-size: 15px;
        color: #656565
    }

    .pasword-form form .form-check-input {
        position: absolute;
        margin-top: 4px;
        margin-left: -18px
    }

    .pasword-form form button {
        border: none;
        margin-top: 25px;
        padding: 15px 30px;
        width: 100%;
        border-radius: 5px;
        cursor: pointer;
        background-color: #DAA520;
        color: #fff;
        -webkit-transition: .5s;
        transition: .5s
    }

        .pasword-form form button:hover {
            background-color: #212529
        }

    .pasword-form .important-text {
        margin-top: 15px
    }

        .pasword-form .important-text p {
            font-size: 15px;
            color: #656565
        }

            .pasword-form .important-text p a {
                color: #656565;
                font-weight: 600
            }

                .pasword-form .important-text p a:hover {
                    color: #DAA520
                }

.register-form {
    padding: 40px 45px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgba(51,51,51,.1);
    box-shadow: 0 0 10px rgba(51,51,51,.1);
    max-width: 650px;
    margin: auto
}

    .register-form h2 {
        margin-bottom: 30px;
        font-size: 36px;
        position: relative;
        padding-left: 15px
    }

        .register-form h2::before {
            position: absolute;
            left: 0;
            top: 2px;
            width: 2px;
            content: '';
            height: 40px;
            background-color: #01283a;
        }

    .register-form form .form-group {
        margin-bottom: 25px
    }

        .register-form form .form-group label {
            display: block;
            margin-bottom: 10px;
            color: #656565;
            font-weight: 400;
            font-size: 16px
        }

        .register-form form .form-group .form-control {
            height: 60px;
            padding: 0 0 0 15px;
            line-height: initial;
            color: #09101f;
            background-color: transparent !important;
            border: 1px solid #f1f1f1;
            border-radius: 5px;
            -webkit-box-shadow: unset !important;
            box-shadow: unset !important;
            -webkit-transition: .5s;
            transition: .5s;
            font-size: 15px;
            font-weight: 500
        }

            .register-form form .form-group .form-control:focus {
                border: 1px solid #DAA520
            }

                .register-form form .form-group .form-control:focus::-webkit-input-placeholder {
                    color: transparent;
                    -webkit-transition: .5s;
                    transition: .5s
                }

                .register-form form .form-group .form-control:focus:-ms-input-placeholder {
                    color: transparent;
                    -webkit-transition: .5s;
                    transition: .5s
                }

                .register-form form .form-group .form-control:focus::-ms-input-placeholder {
                    color: transparent;
                    -webkit-transition: .5s;
                    transition: .5s
                }

                .register-form form .form-group .form-control:focus::placeholder {
                    color: transparent;
                    -webkit-transition: .5s;
                    transition: .5s
                }

    .register-form form .form-check {
        font-weight: 500;
        font-size: 15px;
        color: #656565
    }

    .register-form form .form-check-input {
        position: absolute;
        margin-top: 4px;
        margin-left: -18px
    }

    .register-form form button {
        border: none;
        margin-top: 25px;
        padding: 15px 30px;
        width: 100%;
        border-radius: 5px;
        cursor: pointer;
        background-color: #01283a;
        color: #fff;
        -webkit-transition: .5s;
        transition: .5s
    }

        .register-form form button:hover {
            background-color: #DAA520
        }

    .register-form .important-text {
        margin-top: 15px
    }

        .register-form .important-text p {
            font-size: 15px;
            color: #656565
        }

            .register-form .important-text p a {
                color: #656565;
                font-weight: 600
            }

                .register-form .important-text p a:hover {
                    color: #DAA520
                }

.error-content {
    text-align: center;
    margin: 0 auto;
    max-width: 750px
}

    .error-content h3 {
        font-size: 1.5rem;
        margin-top: 45px;
        margin-bottom: 20px
    }

    .error-content p {
        max-width: 520px;
        margin: 0 auto 25px;
        font-size: 15px
    }

    .error-content .default-btn {
        display: inline-block;
        padding: 15px 30px;
        border-radius: 30px;
        background-color: #DAA520;
        color: #fff;
        -webkit-transition: .5s;
        transition: .5s
    }

        .error-content .default-btn:hover {
            background-color: #212529
        }

.faq-accordion .accordion {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0
}

    .faq-accordion .accordion .accordion-item {
        display: block;
        border: 2px solid #f3f3f3;
        margin-bottom: 10px
    }

        .faq-accordion .accordion .accordion-item:last-child {
            margin-bottom: 0
        }

    .faq-accordion .accordion .accordion-title {
        padding: 25px 40px 20px 20px;
        color: #09101f;
        position: relative;
        display: block;
        font-size: 20px;
        font-weight: 500
    }

        .faq-accordion .accordion .accordion-title i {
            position: absolute;
            right: 20px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            color: #09101f;
            font-size: 20px;
            -webkit-transition: .5s;
            transition: .5s
        }

        .faq-accordion .accordion .accordion-title.active i::before {
            content: "\eace";
            color: #212529
        }

    .faq-accordion .accordion .accordion-content {
        display: none;
        position: relative;
        padding: 18px 20px;
        border-top: 1px solid #212529;
        color: #656565;
        font-size: 15px
    }

        .faq-accordion .accordion .accordion-content.show {
            display: block
        }

.coming-soon-area {
    height: 100vh
}

.coming-soon-content {
    max-width: 1050px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    padding: 50px 60px;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0,0,0,.09);
    box-shadow: 0 2px 28px 0 rgba(0,0,0,.09);
    margin: auto
}

    .coming-soon-content h2 {
        font-size: 45px;
        margin-bottom: 0
    }

    .coming-soon-content #timer {
        margin-top: 40px
    }

        .coming-soon-content #timer div {
            background-color: #09101f;
            color: #fff;
            width: 190px;
            height: 185px;
            border-radius: 5px;
            font-size: 45px;
            font-weight: 700;
            margin-left: 10px;
            margin-right: 10px
        }

            .coming-soon-content #timer div span {
                display: block;
                margin-top: -2px;
                font-size: 16px;
                font-weight: 500
            }

    .coming-soon-content form {
        position: relative;
        max-width: 750px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px
    }

        .coming-soon-content form .form-group {
            margin-bottom: 25px;
            position: relative
        }

            .coming-soon-content form .form-group .form-control {
                border-radius: 0;
                border: none;
                border-bottom: 2px solid #eee;
                color: #09101f;
                height: 45px;
                padding-bottom: 20px;
                display: block;
                width: 100%;
                -webkit-transition: .5s;
                transition: .5s;
                font-size: 16px;
                font-weight: 400
            }

                .coming-soon-content form .form-group .form-control::-webkit-input-placeholder {
                    color: #a1a1a1;
                    -webkit-transition: .5s;
                    transition: .5s
                }

                .coming-soon-content form .form-group .form-control:-ms-input-placeholder {
                    color: #a1a1a1;
                    -webkit-transition: .5s;
                    transition: .5s
                }

                .coming-soon-content form .form-group .form-control::-ms-input-placeholder {
                    color: #a1a1a1;
                    -webkit-transition: .5s;
                    transition: .5s
                }

                .coming-soon-content form .form-group .form-control::placeholder {
                    color: #a1a1a1;
                    -webkit-transition: .5s;
                    transition: .5s
                }

                .coming-soon-content form .form-group .form-control:focus {
                    -webkit-box-shadow: none;
                    box-shadow: none;
                    border-bottom: 2px solid #DAA520
                }

        .coming-soon-content form .default-btn {
            display: inline-block;
            padding: 15px 45px;
            background-color: #DAA520;
            color: #fff;
            border: none;
            border-radius: 50px;
            -webkit-transition: .5s;
            transition: .5s
        }

            .coming-soon-content form .default-btn:hover {
                background-color: #212529
            }

        .coming-soon-content form .validation-danger {
            margin-top: 15px;
            color: red
        }

        .coming-soon-content form .validation-success {
            margin-top: 15px
        }

        .coming-soon-content form p {
            margin-bottom: 0;
            margin-top: 20px;
            font-size: 15px
        }

.contact-map iframe {
    width: 100%;
    border: none;
    height: 450px
}

.contact-info {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px
}

    .contact-info li {
        font-size: 15px;
        color: #656565;
        list-style-type: none;
        margin-bottom: 12px
    }

        .contact-info li:last-child {
            margin-bottom: 0
        }

        .contact-info li span {
            font-size: 16px;
            color: #09101f;
            font-weight: 500
        }

        .contact-info li a {
            color: #656565
        }

            .contact-info li a:hover {
                color: #DAA520
            }

.contact-form {
    margin-top: 25px;
    padding: 40px;
    -webkit-box-shadow: 0 0 20px rgba(158,158,158,.16);
    box-shadow: 0 0 20px rgba(158,158,158,.16);
    background-color: #fff
}

    .contact-form .title {
        margin-bottom: 25px
    }

        .contact-form .title h3 {
            font-size: 1.5rem;
            margin-bottom: 12px
        }

        .contact-form .title p {
            font-size: 14px;
            margin-bottom: 0
        }

    .contact-form form .form-group {
        margin-bottom: 15px
    }

        .contact-form form .form-group .form-control {
            height: 60px;
            color: #09101f;
            -webkit-box-shadow: unset !important;
            box-shadow: unset !important;
            border: 1px solid #eee;
            background-color: transparent;
            -webkit-transition: .5s;
            transition: .5s;
            border-radius: 3px;
            padding: 1px 0 0 15px;
            font-size: 15px;
            font-weight: 500
        }

            .contact-form form .form-group .form-control::-webkit-input-placeholder {
                color: #7e7e7e;
                -webkit-transition: .5s;
                transition: .5s
            }

            .contact-form form .form-group .form-control:-ms-input-placeholder {
                color: #7e7e7e;
                -webkit-transition: .5s;
                transition: .5s
            }

            .contact-form form .form-group .form-control::-ms-input-placeholder {
                color: #7e7e7e;
                -webkit-transition: .5s;
                transition: .5s
            }

            .contact-form form .form-group .form-control::placeholder {
                color: #7e7e7e;
                -webkit-transition: .5s;
                transition: .5s
            }

            .contact-form form .form-group .form-control:focus {
                border-color: #DAA520;
                background-color: transparent
            }

                .contact-form form .form-group .form-control:focus::-webkit-input-placeholder {
                    color: transparent
                }

                .contact-form form .form-group .form-control:focus:-ms-input-placeholder {
                    color: transparent
                }

                .contact-form form .form-group .form-control:focus::-ms-input-placeholder {
                    color: transparent
                }

                .contact-form form .form-group .form-control:focus::placeholder {
                    color: transparent
                }

        .contact-form form .form-group textarea.form-control {
            height: auto;
            padding-top: 15px
        }

    .contact-form form .help-block ul {
        margin-top: 12px;
        margin-bottom: 0
    }

        .contact-form form .help-block ul li {
            color: red;
            font-size: 14px
        }

    .contact-form form .default-btn {
        margin-top: 5px;
        display: inline-block;
        padding: 15px 35px;
        width: 100%;
        -webkit-transition: .5s;
        transition: .5s;
        border: none;
        background-color: #01283a;
        border-radius: 5px;
        color: #fff
    }

        .contact-form form .default-btn:hover {
            background-color: #DAA520
        }

    .contact-form form #msgSubmit {
        margin: 0 !important
    }

        .contact-form form #msgSubmit.text-danger, .contact-form form #msgSubmit.text-success {
            margin-top: 20px !important;
            font-size: 20px !important
        }

    .contact-form form .form-check {
        margin-top: 10px;
        margin-bottom: 20px;
        font-weight: 500;
        color: #656565
    }

        .contact-form form .form-check a {
            color: #01283a
        }

.single-news-item {
    margin-bottom: 30px
}

    .single-news-item .news-image {
        overflow: hidden;
        position: relative;
        text-align: center
    }

        .single-news-item .news-image img {
            -webkit-transition: .5s;
            transition: .5s
        }

        .single-news-item .news-image i {
            font-size: 80px;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 0;
            right: 0;
            color: #fff;
            -webkit-transition: .5s;
            transition: .5s
        }

            .single-news-item .news-image i:hover {
                color: #DAA520
            }

    .single-news-item .news-content span {
        font-size: 14px;
        font-weight: 500;
        /*color: #DAA520*/
    }

    .single-news-item .news-content h3 {
        font-size: 1.5rem;
        margin-top: 12px;
        /*margin-bottom: 15px*/
    }

        .single-news-item .news-content h3 a {
            color: #09101f;
            position: relative;
            z-index: 1
        }

            .single-news-item .news-content h3 a::before {
                content: "";
                position: absolute;
                width: 0%;
                height: 100%;
                left: 0;
                top: 0;
                border-bottom: 1px solid #DAA520;
                -webkit-transition: .5s;
                transition: .5s;
                z-index: -1
            }

    .single-news-item .news-content p {
        font-weight: 400;
        font-size: 1.3rem;
    }

        .single-news-item .news-content p a {
            color: #656565
        }
.trend-P {
   
    background-color: #daa520;
    padding: 10px;
    color: #fff;
}
    .single-news-item .news-content.mt-20 {
        margin-top: 20px
    }

    .single-news-item:hover .news-content h3 a {
        color: #DAA520
    }

        .single-news-item:hover .news-content h3 a::before {
            width: 100%
        }

    .single-news-item:hover .news-content p a {
        color: #DAA520
    }

    .single-news-item:hover .news-image img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

.blog-details-desc .article-image {
    height: 30rem;
    width: 100%;
    /*padding: 1.5rem;*/
    overflow: hidden;
    position: relative
}

    .blog-details-desc .article-image img {
        height: 100%;
        width: 100%;
        border-redius: .5rem;
        object-fit: fill;
    }

    .blog-details-desc .article-image i {
        font-size: 100px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
        color: #fff;
        -webkit-transition: .5s;
        transition: .5s;
        text-align: center
    }

    .blog-details-desc .article-image:hover i {
        color: #DAA520
    }

.blog-details-desc .article-content {
   /* margin-top: 15px*/
}

    .blog-details-desc .article-content span {
        font-weight: 400;
        font-size: 1.2rem;
    }

        .blog-details-desc .article-content span a {
            color: #656565
        }

            .blog-details-desc .article-content span a:hover {
                color: #DAA520
            }

    .blog-details-desc .article-content h3 {
        margin-top: 20px;
        margin-bottom: 15px;
        font-size: 1.5rem;
    }

    .blog-details-desc .article-content h4 {
        margin-bottom: 15px;
        font-size: 25px
    }

    .blog-details-desc .article-content p {
        font-size: 1.2rem;
        font-weight: 400;
        text-align: justify !important;
        line-height: 1.7;
        
    }

    .blog-details-desc .article-content .features-list {
        padding-left: 0;
        list-style-type: none;
        margin-top: 20px;
        margin-bottom: 30px
    }

        .blog-details-desc .article-content .features-list li {
            margin-bottom: 16px;
            position: relative;
            padding-left: 34px;
            color: #656565
        }

            .blog-details-desc .article-content .features-list li i {
                width: 25px;
                height: 25px;
                line-height: 25px;
                text-align: center;
                border-radius: 40px;
                background-color: #faf5f5;
                color: #212529;
                -webkit-transition: .5s;
                transition: .5s;
                display: inline-block;
                font-size: 20px;
                position: absolute;
                left: 0;
                top: -2px
            }

            .blog-details-desc .article-content .features-list li:hover i {
                background-color: #212529;
                color: #fff
            }

            .blog-details-desc .article-content .features-list li:last-child {
                margin-bottom: 0
            }

    .blog-details-desc .article-content .desc-overview {
        margin-top: 30px;
        margin-bottom: 30px
    }

.article-footer {
    margin-top: 30px;
    /*border-top: 1px solid #eee;*/
    padding-top: 20px;
    padding-bottom: 20px
}

    .article-footer .article-share .social {
        padding-left: 0;
        list-style-type: none;
        margin-bottom: 0;
        font-size:1.4rem;

    }

        .article-footer .article-share .social li {
            display: inline-block
        }

            .article-footer .article-share .social li span {
                color: #09101f;
                font-size: 1rem;
                margin-right: 5px;
                font-weight: 600
            }

            .article-footer .article-share .social li a {
                display: block;
                color: #212529;
                width: 30px;
                height: 30px;
                line-height: 34px;
                border-radius: 50%;
                background-color: #eeeef0;
                text-align: center
            }

                .article-footer .article-share .social li a:hover {
                    color: #fff;
                    background-color: #212529;
                    -webkit-transform: translateY(-2px);
                    transform: translateY(-2px)
                }

blockquote, .blockquote {
    background-color: #fafafa;
    padding: 30px !important;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    border-left: 3px solid #212529;
    border-right: 3px solid #212529;
    border-radius: 5px
}

    blockquote p, .blockquote p {
        color: #09101f;
        margin-bottom: 0;
        font-size: 1rem !important;
        font-weight: 500;
        font-style: italic
    }

.post-navigation {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px
}

    .post-navigation .navigation-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .post-navigation .navigation-links .nav-previous {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%
        }

            .post-navigation .navigation-links .nav-previous a i {
                margin-right: 2px;
                -webkit-transition: .5s;
                transition: .5s;
                font-size: 25px;
                position: relative;
                top: 5px;
                line-height: 0
            }

            .post-navigation .navigation-links .nav-previous a:hover i {
                margin-right: 0
            }

        .post-navigation .navigation-links .nav-next {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
            text-align: right
        }

            .post-navigation .navigation-links .nav-next a i {
                margin-right: 2px;
                -webkit-transition: .5s;
                transition: .5s;
                font-size: 25px;
                position: relative;
                top: 5px;
                line-height: 0
            }

            .post-navigation .navigation-links .nav-next a:hover i {
                margin-left: 0
            }

        .post-navigation .navigation-links div a {
            display: inline-block;
            font-weight: 600
        }

.comments-area {
    margin-top: 30px
}

    .comments-area .comments-title {
        margin-bottom: 30px;
        font-size: 25px
    }

    .comments-area ol, .comments-area ul {
        padding: 0;
        margin: 0;
        list-style-type: none
    }

    .comments-area .comment-list {
        padding: 0;
        margin: 0;
        list-style-type: none
    }

    .comments-area .children {
        margin-left: 20px
    }

    .comments-area .comment-body {
        border-bottom: 1px dashed #eee;
        padding-left: 70px;
        color: #09101f;
        margin-bottom: 20px;
        padding-bottom: 20px
    }

        .comments-area .comment-body .reply {
            margin-top: 15px
        }

            .comments-area .comment-body .reply a {
                border: 1px dashed #ded9d9;
                color: #09101f;
                display: inline-block;
                padding: 5px 25px;
                border-radius: 30px;
                text-transform: capitalize;
                font-size: 14px;
                font-weight: 500
            }

                .comments-area .comment-body .reply a:hover {
                    color: #fff;
                    background-color: #212529;
                    border-color: #212529
                }

    .comments-area .comment-author {
        font-size: 16px;
        margin-bottom: 8px;
        position: relative;
        z-index: 2
    }

        .comments-area .comment-author .avatar {
            height: 50px;
            left: -65px;
            position: absolute;
            width: 50px
        }

        .comments-area .comment-author .fn {
            font-weight: 600
        }

    .comments-area .comment-content p {
        font-size: 14px;
        font-weight: 400
    }

    .comments-area .comment-metadata {
        color: #656565;
        margin-bottom: 10px;
        font-size: 14px
    }

        .comments-area .comment-metadata a {
            display: inline-block;
            color: #656565
        }

            .comments-area .comment-metadata a:hover {
                color: #212529
            }

    .comments-area .comment-respond {
        margin-top: 30px
    }

        .comments-area .comment-respond .comment-reply-title {
            margin-bottom: 0;
            font-size: 25px
        }

        .comments-area .comment-respond .comment-form {
            overflow: hidden
        }

        .comments-area .comment-respond .comment-notes {
            margin-top: 15px;
            margin-bottom: 30px
        }

        .comments-area .comment-respond .comment-form-comment {
            float: left;
            width: 100%
        }

        .comments-area .comment-respond label {
            font-size: 16px;
            font-weight: 500
        }

        .comments-area .comment-respond input[type=date], .comments-area .comment-respond input[type=time], .comments-area .comment-respond input[type=datetime-local], .comments-area .comment-respond input[type=week], .comments-area .comment-respond input[type=month], .comments-area .comment-respond input[type=text], .comments-area .comment-respond input[type=email], .comments-area .comment-respond input[type=url], .comments-area .comment-respond input[type=password], .comments-area .comment-respond input[type=search], .comments-area .comment-respond input[type=tel], .comments-area .comment-respond input[type=number], .comments-area .comment-respond textarea {
            display: block;
            width: 100%;
            background-color: #f4f4f4;
            border: none;
            padding: 1px 0 0 15px;
            height: 60px;
            outline: 0;
            border-radius: 2px;
            color: #09101f
        }

            .comments-area .comment-respond input[type=date]::-webkit-input-placeholder, .comments-area .comment-respond input[type=time]::-webkit-input-placeholder, .comments-area .comment-respond input[type=datetime-local]::-webkit-input-placeholder, .comments-area .comment-respond input[type=week]::-webkit-input-placeholder, .comments-area .comment-respond input[type=month]::-webkit-input-placeholder, .comments-area .comment-respond input[type=text]::-webkit-input-placeholder, .comments-area .comment-respond input[type=email]::-webkit-input-placeholder, .comments-area .comment-respond input[type=url]::-webkit-input-placeholder, .comments-area .comment-respond input[type=password]::-webkit-input-placeholder, .comments-area .comment-respond input[type=search]::-webkit-input-placeholder, .comments-area .comment-respond input[type=tel]::-webkit-input-placeholder, .comments-area .comment-respond input[type=number]::-webkit-input-placeholder, .comments-area .comment-respond textarea::-webkit-input-placeholder {
                color: #f4f4f4
            }

            .comments-area .comment-respond input[type=date]:-ms-input-placeholder, .comments-area .comment-respond input[type=time]:-ms-input-placeholder, .comments-area .comment-respond input[type=datetime-local]:-ms-input-placeholder, .comments-area .comment-respond input[type=week]:-ms-input-placeholder, .comments-area .comment-respond input[type=month]:-ms-input-placeholder, .comments-area .comment-respond input[type=text]:-ms-input-placeholder, .comments-area .comment-respond input[type=email]:-ms-input-placeholder, .comments-area .comment-respond input[type=url]:-ms-input-placeholder, .comments-area .comment-respond input[type=password]:-ms-input-placeholder, .comments-area .comment-respond input[type=search]:-ms-input-placeholder, .comments-area .comment-respond input[type=tel]:-ms-input-placeholder, .comments-area .comment-respond input[type=number]:-ms-input-placeholder, .comments-area .comment-respond textarea:-ms-input-placeholder {
                color: #f4f4f4
            }

            .comments-area .comment-respond input[type=date]::-ms-input-placeholder, .comments-area .comment-respond input[type=time]::-ms-input-placeholder, .comments-area .comment-respond input[type=datetime-local]::-ms-input-placeholder, .comments-area .comment-respond input[type=week]::-ms-input-placeholder, .comments-area .comment-respond input[type=month]::-ms-input-placeholder, .comments-area .comment-respond input[type=text]::-ms-input-placeholder, .comments-area .comment-respond input[type=email]::-ms-input-placeholder, .comments-area .comment-respond input[type=url]::-ms-input-placeholder, .comments-area .comment-respond input[type=password]::-ms-input-placeholder, .comments-area .comment-respond input[type=search]::-ms-input-placeholder, .comments-area .comment-respond input[type=tel]::-ms-input-placeholder, .comments-area .comment-respond input[type=number]::-ms-input-placeholder, .comments-area .comment-respond textarea::-ms-input-placeholder {
                color: #f4f4f4
            }

            .comments-area .comment-respond input[type=date]::placeholder, .comments-area .comment-respond input[type=time]::placeholder, .comments-area .comment-respond input[type=datetime-local]::placeholder, .comments-area .comment-respond input[type=week]::placeholder, .comments-area .comment-respond input[type=month]::placeholder, .comments-area .comment-respond input[type=text]::placeholder, .comments-area .comment-respond input[type=email]::placeholder, .comments-area .comment-respond input[type=url]::placeholder, .comments-area .comment-respond input[type=password]::placeholder, .comments-area .comment-respond input[type=search]::placeholder, .comments-area .comment-respond input[type=tel]::placeholder, .comments-area .comment-respond input[type=number]::placeholder, .comments-area .comment-respond textarea::placeholder {
                color: #f4f4f4
            }

        .comments-area .comment-respond textarea {
            height: auto !important;
            padding-top: 15px
        }

        .comments-area .comment-respond .comment-form-author {
            float: left;
            width: 50%;
            padding-right: 10px;
            margin-bottom: 20px
        }

        .comments-area .comment-respond .comment-form-email {
            float: left;
            width: 50%;
            padding-left: 12px;
            margin-bottom: 20px
        }

        .comments-area .comment-respond .comment-form-url {
            float: left;
            width: 100%;
            margin-bottom: 20px
        }

        .comments-area .comment-respond .comment-form-cookies-consent {
            width: 100%;
            float: left;
            position: relative;
            padding-left: 20px;
            margin-bottom: 20px
        }

            .comments-area .comment-respond .comment-form-cookies-consent input {
                position: absolute;
                left: 0;
                top: 7.5px
            }

            .comments-area .comment-respond .comment-form-cookies-consent label {
                display: inline-block;
                margin: 0;
                color: #656565
            }

        .comments-area .comment-respond .form-submit {
            float: left;
            width: 100%
        }

            .comments-area .comment-respond .form-submit input {
                background: #DAA520;
                border: none;
                color: #fff;
                padding: 10px 30px;
                display: inline-block;
                cursor: pointer;
                -webkit-transition: .5s;
                transition: .5s;
                border-radius: 0;
                font-weight: 600;
                border-radius: 5px
            }

                .comments-area .comment-respond .form-submit input:hover {
                    background-color: #212529
                }

.footer-area {
    background-color: #01283a;
}

.single-footer-widget {
    margin-bottom: 30px
}

    .single-footer-widget a img {
        margin-bottom: 25px
    }

    .single-footer-widget p {
        color: #fff !important;
        font-size: 16px
    }

    .single-footer-widget .social {
        margin-top: 25px;
        padding-left: 0;
        margin-bottom: 0
    }

        .single-footer-widget .social li {
            list-style-type: none;
            display: inline-block
        }

            .single-footer-widget .social li a i {
                display: inline-block;
                height: 40px;
                width: 40px;
                line-height: 30px;
                text-align: center;
                /* background-color: #fff; */
                color: #fff;
                font-size: 1.4rem;
                border-radius: 50px;
                -webkit-transition: .5s;
                transition: .5s;
                
            }

                .single-footer-widget .social li a i:hover {
                    color: #DAA520;
                    -webkit-transform: translateY(-2px);
                    transform: translateY(-2px);
                }

    .single-footer-widget h2 {
        font-size: 25px;
        color: #fff;
        margin-bottom: 25px
    }

    .single-footer-widget .post-content {
        margin-bottom: 20px
    }

        .single-footer-widget .post-content:last-child {
            margin-bottom: 0
        }

        .single-footer-widget .post-content h4 {
            font-size: 15px;
            margin-bottom: 10px
        }

            .single-footer-widget .post-content h4 a {
                color: #fff
            }

        .single-footer-widget .post-content span {
            color: #fff;
            font-size: 12px
        }

        .single-footer-widget .post-content .row .col-lg-4 {
            padding-right: 5px
        }

        .single-footer-widget .post-content .row .col-lg-8 {
            padding-left: 5px;
            padding-right: 5px
        }

        .single-footer-widget .post-content .post-image a img {
            margin-bottom: 0;
            max-width: 80px
        }

        .single-footer-widget .post-content:hover h4 a {
            color: #DAA520
        }

    .single-footer-widget .useful-links-list {
        padding-left: 0;
        margin-bottom: 0
    }

        .single-footer-widget .useful-links-list li {
            list-style-type: none;
            margin-bottom: 15px;
            font-size: 15px
        }

            .single-footer-widget .useful-links-list li:last-child {
                margin-bottom: 0
            }

            .single-footer-widget .useful-links-list li a {
                color: #fff
            }

                .single-footer-widget .useful-links-list li a:hover {
                    color: #DAA520
                }

    .single-footer-widget .widget-subscribe-content p {
        color: #fff;
        margin-bottom: 0
    }

    .single-footer-widget .widget-subscribe-content .newsletter-form {
        margin-top: 20px
    }

        .single-footer-widget .widget-subscribe-content .newsletter-form .input-newsletter {
            display: block;
            width: 100%;
            background-color: #fff;
            border: none;
            height: 55px;
            padding-left: 15px;
            border-radius: 0;
            outline: 0;
            color: #09101f
        }

            .single-footer-widget .widget-subscribe-content .newsletter-form .input-newsletter:focus::-webkit-input-placeholder {
                color: transparent;
                -webkit-transition: .5s;
                transition: .5s
            }

            .single-footer-widget .widget-subscribe-content .newsletter-form .input-newsletter:focus:-ms-input-placeholder {
                color: transparent;
                -webkit-transition: .5s;
                transition: .5s
            }

            .single-footer-widget .widget-subscribe-content .newsletter-form .input-newsletter:focus::-ms-input-placeholder {
                color: transparent;
                -webkit-transition: .5s;
                transition: .5s
            }

            .single-footer-widget .widget-subscribe-content .newsletter-form .input-newsletter:focus::placeholder {
                color: transparent;
                -webkit-transition: .5s;
                transition: .5s
            }

        .single-footer-widget .widget-subscribe-content .newsletter-form button {
            background: #DAA520;
            color: #fff;
            border: none;
            height: 55px;
            padding: 0 15px;
            -webkit-transition: .5s;
            transition: .5s;
            line-height: 55px;
            font-weight: 500;
            border-radius: 0;
            transition: .5s;
            position: relative;
            left: 0;
            right: 0;
            width: 100%;
            margin-top: 0px
        }

            .single-footer-widget .widget-subscribe-content .newsletter-form button:hover {
                /*background-color: #212529*/
                border: solid 1px #DAA520;
                color: #DAA520;
                background-color: rgba(9, 16, 31, 0.13);
            }

        .single-footer-widget .widget-subscribe-content .newsletter-form #validator-newsletter {
            color: red;
            margin-top: 15px;
            font-weight: 400;
            text-align: center;
            font-weight: 400
        }

        .single-footer-widget .widget-subscribe-content .newsletter-form .title {
            text-align: center;
            margin-top: 10px
        }

            .single-footer-widget .widget-subscribe-content .newsletter-form .title p {
                margin-bottom: 0;
                color: red
            }

.copyright-area {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #01283A;
    border-top: 1px solid #eee
}

    .copyright-area .copyright-area-content {
        text-align: center
    }

        .copyright-area .copyright-area-content p {
            color: #fff;
            font-size: 14px
        }

            .copyright-area .copyright-area-content p a {
                display: inline-block;
                font-weight: 500;
                color: #DAA520
            }

                .copyright-area .copyright-area-content p a:hover {
                    color: #fff
                }

.go-top {
    position: fixed;
    cursor: pointer;
    bottom: -100px;
    right: 20px;
    color: #fff;
    background-color: #09101f;
    z-index: 4;
    width: 45px;
    text-align: center;
    height: 45px;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    font-size: 22px;
    -webkit-transition: .5s;
    transition: .5s;
    overflow: hidden;
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,.1);
    box-shadow: 0 3px 10px rgba(0,0,0,.1)
}

    .go-top i {
        position: absolute;
        right: 0;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        text-align: center;
        font-size: 30px;
        margin-left: auto;
        margin-right: auto
    }

    .go-top.active {
        opacity: 1;
        visibility: visible;
        bottom: 50px
    }

    .go-top:hover {
        background-color: #DAA520;
        color: #fff;
        -webkit-transition: .5s;
        transition: .5s;
        -webkit-box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
        box-shadow: 0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }


    /*cart*/

.product-image {
    float: right;
    width: 20%;
}

.product-details {
    float: right;
    width: 37%;
}

.product-price {
    float: right;
    width: 12%;
}

.product-quantity {
    float: right;
    width: 10%;
}

.product-removal {
    float: right;
    width: 9%;
}

.product-line-price {
    float: right;
    width: 12%;
    text-align: right;
}

/* This is used as the traditional .clearfix class */
.group:before, .shopping-cart:before,
.column-labels:before,
.product:before,
.totals-item:before,
.group:after,
.shopping-cart:after,
.column-labels:after,
.product:after,
.totals-item:after {
    content: "";
    display: table;
}

.group:after, .shopping-cart:after,
.column-labels:after,
.product:after,
.totals-item:after {
    clear: both;
}

.group, .shopping-cart,
.column-labels,
.product,
.totals-item {
    zoom: 1;
}

    /* Apply clearfix in a few places */
    /* Apply dollar signs */
    .product .product-price:before,
    .product .product-line-price:before,
    .totals-value:before {
        content: " AED ";
    }

/* Body/Header stuff */


h1 {
    font-weight: 100;
}

label {
    color: #aaa;
}

.shopping-cart {
    margin-top: -45px;
}

/* Column headers */
.column-labels label {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.column-labels .product-image,
.column-labels .product-details,
.column-labels .product-removal {
    text-indent: -9999px;
}

/* Product entries */
.product {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

    .product .product-image {
        text-align: center;
    }

        .product .product-image img {
            width: 100px;
        }

    .product .product-details .product-title {
        margin-right: 20px;
        font-family: 'Tajawal', sans-serif;
    }

    .product .product-details .product-description {
        margin: 5px 20px 5px 0;
        line-height: 1.4em;
    }

    .product .product-quantity input {
        width: 40px;
    }

    .product .remove-product {
        border: 0;
        padding: 4px 8px;
        background-color: #dc3545;
        color: #fff;
        font-family: 'Tajawal', sans-serif;
        font-size: 12px;
        border-radius: 3px;
    }

        .product .remove-product:hover {
            background-color: #a44;
        }

/* Totals section */
.totals .totals-item {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}

    .totals .totals-item label {
        float: right;
        clear: both;
       /* width: 79%;*/
        text-align: left;
    }

    .totals .totals-item .totals-value {
        float: left;
        width: 21%;
        text-align: left;
    }

.totals .totals-item-total {
    font-family: 'Tajawal', sans-serif;
}

.checkout {
    float: left;
    border: 0;
    margin-top: 20px;
    padding: 6px 25px;
    background-color: #DAA520;
    color: #fff;
    font-size: 25px;
    border-radius: 3px;
    width:100%
}

    .checkout:hover {
        background-color: #111;
    }
@media screen and (max-width: 768px) {
    .top-header-others li {
        font-size: 15px;
    }

    .newsticker {
        width: 35%;
        font-size: 11px;
    }

    .news-scroll a {
        font-size: 11px;
    }

    .top-header-others .languages-list .nice-select {
        font-size: 15px;
    }

    .top-header-social li a i {
        font-size: 20px;
    }
}
    /* Make adjustments for tablet */
    @media screen and (max-width: 650px) {
        .top-header-others li {
            font-size: 15px;
        }

        .newsticker {
            width: 35%;
            font-size: 11px;
        }

        .news-scroll a {
            font-size: 11px;
        }

        .top-header-others .languages-list .nice-select {
            font-size: 15px;
        }

        .top-header-social li a i {
            font-size: 20px;
        }

        .shopping-cart {
            margin: 0;
            padding-top: 20px;
            border-top: 1px solid #eee;
        }

        .column-labels {
            display: none;
        }

        .product-image {
            float: left;
            width: auto;
        }

            .product-image img {
                margin: 0 0 10px 10px;
            }

        .product-details {
            float: none;
            margin-bottom: 10px;
            width: auto;
        }

        .product-price {
            clear: both;
            width: 70px;
        }

        .product-quantity {
            width: 100px;
        }

            .product-quantity input {
                margin-left: 20px;
            }

            .product-quantity:before {
                content: "x";
            }

        .product-removal {
            width: auto;
        }

        .product-line-price {
            float: right;
            width: 70px;
        }
    }
    /* Make more adjustments for phone */
    @media screen and (max-width: 350px) {
        .product-removal {
            float: left;
        }

        .product-line-price {
            float: left;
            clear: right;
            width: auto;
            margin-top: 10px;
        }

        .product .product-line-price:before {
            content: "Item Total: $";
        }

        .totals .totals-item label {
            width: 60%;
        }

        .totals .totals-item .totals-value {
            width: 40%;
        }
    }

    @media screen and (min-width: 1921px) {
        .newsticker {
            width: 20%;
            background-color: #daa520;
            font-size: 22px;
            padding: 15px;
        }

        .news-scroll a {
            text-decoration: none;
            font-size: 20px;
        }

        .logoImage {
            width: 250px;
        }

        .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
            width: 280px;
        }
    }
.testimonials {
    margin-top:-60px;
}
@media screen and (max-width: 768px) {
    .testimonials {
        margin-top: -40px;
    }

    .news-slider-item .slider-content h3 {
        font-size: 2.3rem;
    }

    .news-slider-item .slider-content span {
        color: #fff;
        font-size: 1.8rem !important;
    }

        .news-slider-item .slider-content span a {
            font-size: 1.1rem;
        }
}
@media screen and (max-width:1024px) {
    .news-slider-item .slider-content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 21rem;
        padding: 2rem 10%;
        z-index: 2;
    }
}
.Bigslider {
    height: 32rem;
    width: 100%;
   /* padding: 1.5rem;*/
    overflow: hidden;
    position: relative;
}
    .Bigslider img {
        height: 100%;
        width: 100%;
       /* border-redius: .5rem;*/
        object-fit: cover;
    }

.main-news-slider-area .container-fluid .owl-dots {
    position: relative;
    top: -70px;
}
.MoreBtn {
    pointer-events: all;
    cursor: pointer;
    width: 50%;
    height: 48px;
    background-color: #daa520;
    border: 1px solid #daa520;
}
    .MoreBtn:hover {
        background-color: #daa52000;
        border: 1px solid #daa520;
    }
    
     .pdf-viewer
    {
        border: 0px !important;
    }
    .active {
        background-color: #daa520 !important;
    }
    .owl-carousel.owl-rtl .owl-item {
    float: right;
    background-color: initial !important;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background-color: initial !important;
}
@media screen and (max-width:767px) {
    .card {
        height: 390px;
    }
	}
	
	@media screen and (max-width: 1370px) and (min-width: 1200px) {

    .Bigslider {
        height: 24rem;
    }
}

@media screen and (max-width: 2500px) and (min-width: 1920px) {

    .Bigslider {
        height: 50rem !important;
    }
}