﻿/*Start General Style********************************************************************************************************************************/
body {
    font-family: 'Roboto', sans-serif;
}

h1, h3, h4, ul, li, hr {
    padding: 0;
    margin: 0;
}

.pace {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #FFF;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

.custom-heading {
    position: relative;
}

    .custom-heading:after {
        content: "";
        display: block;
        position: absolute;
        top: 40px;
        left: 20px;
        width: 40px;
        border-bottom: 2px solid #FFF;
    }

.page-title {
    border-left: 3px solid #800000;
    padding-left: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.page-title h4 {
    font-size: 23px;
    color: #800000;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 14px;
}

.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
    list-style-type: none;
    color: #d2332f;
    font-size: 15px;
    font-weight: bold;
}
.panel-default ul{

}
.panel-default ul li{color: #0c791a;
    color: #000;
    margin: 10px 0;
    font-weight: 500;
}
.panel-default ul li i{
    color: #0c791a;
}
.more-less {
    float: left;
    color: #212121;
    padding-right: 6px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}
.adv-window {
    width: 500px;
    height: 400px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display:none;
}

.adv-window img {
    width: 100%;
    height: 400px;
    border: 1px solid #b5b5b5;
    border-radius: 10px;
}
.news-slider{
    width:90% !important;
    height:auto !important;
}
/*End General Style********************************************************************************************************************************/
/*Start Social Icons********************************************************************************************************************************/

/*End Social Icons********************************************************************************************************************************/

#fixed-social {
    position: fixed;
    top: 50%;
    margin-top: -100px;
    z-index: 9999;
}

    #fixed-social a {
        color: #FFF;
        display: block;
        height: 40px;
        position: relative;
        text-align: center;
        width: 40px;
        margin-bottom: 1px;
        z-index: 2;
    }

        #fixed-social a span {
            line-height: 40px;
            left: 60px;
            position: absolute;
            text-align: center;
            width: 120px;
            visibility: hidden;
            transition-duration: 0.5s;
            z-index: 100;
            opacity: 0;
        }

        #fixed-social a i {
            font-size: 25px;
            font-size: 25px;
            padding: 9px 0;
        }

        #fixed-social a:hover > span {
            visibility: visible;
            left: 41px;
            opacity: 1;
        }

.fixed-facebook {
    background-color: rgba(59, 89, 152, 0.37);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .fixed-facebook:hover {
        background-color: #3B5998;
    }

.fixed-twitter {
    background-color: rgba(29, 161, 242, 0.37);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .fixed-twitter:hover {
        background-color: #1DA1F2;
    }

.fixed-youtube {
    background-color: rgba(205, 32, 31, 0.37);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}

    .fixed-youtube:hover {
        background-color: #CD201F;
    }

.fixed-google-plus {
    background-color: rgba(221, 75, 57, 0.37);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.fixed-envelope {
    background-color: rgba(150, 150, 150, 0.4);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .fixed-envelope:hover {
        background-color: #939598;
    }

.fixed-google-plus:hover {
    background-color: #DD4B39;
}

.fixed-facebook span {
    background-color: #3B5998;
}

.fixed-twitter span {
    background-color: #1DA1F2;
}

.fixed-youtube span {
    background-color: #CD201F;
}

.fixed-google-plus span {
    background-color: #DD4B39;
}

.fixed-envelope span {
    background-color: #939598;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }

/*Start Header********************************************************************************************************************************/
header {
    height: 250px;
    overflow: hidden;
}

header .overlay {
    background-color: rgba(255,255,255,0.43);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    color: #FFF;
}

header .top-bar {
    min-height: 44px;
    background-color: rgba(209, 50, 46, 0.75);
    border-bottom: 1px solid #e8e8e8;
}

.langaues-dropdown {
    background-color: rgba(0,0,0,0);
    border: none;
    height: 50px;
    border-radius: 0;
    color: #FFF;
}

    .langaues-dropdown:hover, .langaues-dropdown:focus, .langaues-dropdown:active, .langaues-dropdown:visited {
        background-color: rgba(209, 50, 46, 0.63) !important;
        color: #FFF !important;
    }

.open > .dropdown-toggle.btn-default {
    background-color: rgba(209, 50, 46, 0.63) !important;
    color: #FFF !important;
}

.languages {
    background-color: rgba(209, 50, 46, 0.63);
}

    .languages li {
        color: #FFF;
        text-align: left !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.58);
    }

        .languages li:last-child {
            border: none;
        }

        .languages li a:hover {
            background-color: rgba(209, 50, 46, 1);
            color: #000 !important;
        }

.top-bar .news-item h4 {
    color: #FFF;
    font-size: 15px;
    padding: 0 10px 0 10px;
    line-height: 49px;
    display: inline-block;
    border-right: 1px solid rgba(255,255,255,0.32);
}

.top-bar .news-item .news-title {
    color: #FFF;
    font-size: 15px;
    text-decoration: none;
    padding-left: 5px;
}

    .top-bar .news-item .news-title:hover {
        color: #FFFF00;
    }

.top-bar .news-item .items {
    display: inline;
}

.top-bar .news-item > a {
    display: none;
}

.top-bar .news-item .active {
    display: inline;
}

.social-icons {
    direction: rtl;
}
    /*.social-icons a i {
    font-size: 20px;
    color: #FFF;
    line-height: 46px;
    padding-right: 10px;
}
.social-icons a i.fa-facebook:hover{
    color:#FFFF00;
}
.social-icons a i.fa-twitter:hover{
    color:#FFFF00;
}
.social-icons a i.fa-youtube:hover{
    color:#FFFF00;
}
.social-icons a i.fa-link:hover{
    color:#FFFF00;
}*/
    .social-icons .search {
        padding: 5px;
        width: 90px;
        height: 50px;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        transition: all .5s ease;
        float: right;
        background-color: rgba(209, 50, 46, 0);
        color: #FFF;
        border-left: 1px solid rgba(255,255,255,0.32);
    }

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #FFF;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #FFF;
    opacity: 1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #FFF;
    opacity: 1;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #FFF;
}

.search:focus {
    width: 200px;
}

input {
    border: 0;
    -moz-border: 0;
    -webkit-border: 0;
    -webkit-appearance: none;
    text-align: left;
}

.content-title {
    height: 100px;
    padding: 37px 0;
}

    .content-title .img-holder {
        width: 118px;
        height: 118px;
        margin: auto;
    }

        .content-title .img-holder img {
            width: 100%;
        }

    .content-title h1 {
        color: rgba(255,235,59,085);
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #000;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: 700;
        text-align: center;
        letter-spacing: -0.01em;
        font-size: 55px;
        padding-top: 18px;
    }

    .content-title h4 {
        color: #FFF;
        font-family: 'Roboto Condensed', sans-serif;
        text-align: center;
        font-size: 30px;
        font-weight: 700;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: #000;
    }



/*End ********************************************************************************************************************************/


/*Start nav-bar********************************************************************************************************************************/
.nav-bar {
    background-color: #333333;
}

.navbar-default {
    background-color: #333333;
    border: none !important;
}

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    }

.navbar {
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.nav .open > a:hover {
    background-color: #FFF;
}

.navbar-default .navbar-nav > li > a {
    padding-left: 25px;
    padding-right: 25px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .navbar-default .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
        color: #fff;
        /*background-color: #ED1C24;*/
    }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    /*background-color: #ED1C24;*/
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar-nav li .dropdown-menu {
    background-color: #363b40;
}

.dropdown-menu > li > a {
    color: #FFF !important;
    padding: 5px 13px 5px 0;
    text-align: left;
    font-size: 17px;
    font-weight: 400;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding-left: 17px;
}

    .dropdown-menu > li > a:hover {
        /*background: #ED1C24;*/
        color: #FFF !important;
    }

.hvr-bounce-to-bottom::before {
    background-color: #b50000 !important;
}

.hvr-bounce-to-right::before {
    background-color: #b50000 !important;
}

.nav-trans {
    background: rgba(51, 51, 51, 0.55) !important;
}
.active-item{
    color: #fff;
    background-color: #b50000  ;
}
/*End nav-bar********************************************************************************************************************************/


/*Start Slider***************************************************************************************************************************************/
.slider {
    background: url(../images/MilNetBG.jpg) no-repeat center center fixed;
    background-size: cover;
    height: 650px;
}

    .slider .fields {
        background: rgba(95,93,93, 0.84);
        color: #DDD;
    }

    .slider img {
        height: 650px !important;
        width: 100%;
    }

    .slider .carousel-caption {
        position: absolute;
        bottom: 0px;
        left: 50px;
    }

    .slider .caption-info {
        position: relative;
        min-height: 250px;
        width: 60%;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 5px;
        -webkit-animation-duration: 3s;
        -webkit-animation-delay: 0.5s;
        -moz-animation-duration: 3s;
        -moz-animation-delay: 0.5s;
        -o-animation-duration: 3s;
        -o-animation-delay: 0.5s;
        animation-duration: 3s;
        animation-delay: 0.5s;
    }

        .slider .caption-info a {
            text-decoration: none;
        }

        .slider .caption-info .next {
            color: #FFF;
            position: absolute;
            top: 0;
            right: 0;
            background-color: rgba(0, 0, 0, 0.5);
            padding: 16px;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            border-top-right-radius: 5px;
        }

            .slider .caption-info .next:hover {
                background-color: #b50000;
            }

        .slider .caption-info .prev {
            color: #FFF;
            position: absolute;
            top: 0;
            right: 46px;
            background-color: rgba(0, 0, 0, 0.5);
            padding: 16px;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

            .slider .caption-info .prev:hover {
                background-color: #b50000;
            }

        .slider .caption-info h4 {
            color: #FFF;
            font-size: 12px;
            padding: 20px 0 0 20px;
            text-align: left;
            font-style: normal;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

            .slider .caption-info h4 a {
                color: #FFF;
            }
            .slider .caption-info h4  span i {
                padding-right:2px;
            }
            .slider .caption-info h4 span {
                color: #fff;
                margin-left: 13px;
                font-size: 13px;
            }

            .slider .caption-info h4 a:hover {
                color: #ffe991;
            }

        .slider .caption-info h3 {
            color: #FFF;
            position: absolute;
            top: 55px;
            padding: 0px 20px 0px 20px;
            font-size: 24px;
            line-height: 28px;
            text-align: left;
            font-weight: normal;
        }

            .slider .caption-info h3 a {
                color: #FFF;
            }

                .slider .caption-info h3 a:hover {
                    color: #FFFF00;
                }

        .slider .caption-info p {
            color: #fff;
            text-align: justify;
            position: absolute;
            top: 131px;
            padding: 0 20px 0 20px;
            font-size: 14px;
            font-family: Arial;
            line-height: 21px;
        }
/*End Slider*****************************************************************************************************************************************/

/*Start imp-news*****************************************************************************************************************************************/
.imp-news {
    background: #e2e2e2; /* Old browsers */
    background: -moz-linear-gradient(45deg, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

    .imp-news h3 {
        font-size: 18px;
        padding: 10px 0;
        color: #333;
    }

        .imp-news h3 a {
            text-decoration: none;
            color: #616161;
            font-size: 16px;
        }

            .imp-news h3 a:hover {
                color: #333;
            }
/*End imp-news*****************************************************************************************************************************************/

/*Start content*****************************************************************************************************************************************/
.content {
    margin-top: 15px;
}

.armed-news {
    margin: 15px 0;
}

    .armed-news a {
        display: inline-block;
        text-decoration: none;
        font-size: 16px;
        color: #56565b;
        padding: 4px 0;
        font-style: normal;
        font-weight: normal;
    }

    .armed-news span {
        color: #ed1c24;
        display: inline;
        line-height: 30px;
        font-size: 13px;
        margin-right: 10px;
        padding: 5px;
        background-color: #F0F0F0;
    }

    .armed-news a:hover {
        color: #000;
    }

.box-title {
    background-color: #F0F0F0;
    border-left: 5px solid #ED1C24;
}

    .box-title h3 {
        padding: 15px 0 15px 10px;
        font-size: 20px;
        font-weight: normal;
    }

.service-box {
    position: relative;
}

    .service-box .bx-wrapper {
        margin-top: 12px;
        border: none !important;
        margin-bottom: 25px;
    }

        .service-box .bx-wrapper .bx-viewport {
            border: 0;
            background: none;
            text-align: center;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .service-box .bxslider {
    }

#service-slider-next {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.service-box:hover #service-slider-next {
    display: block;
}

#service-slider-next span {
    color: #FFF;
    padding: 13px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    #service-slider-next span:hover {
        background-color: #b50000;
    }

#service-slider-prev {
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
}

.service-box:hover #service-slider-prev {
    display: block;
}

#service-slider-prev span {
    color: #FFF;
    padding: 13px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    #service-slider-prev span:hover {
        background-color: #b50000;
    }

.service-box li .service-item {
    background-image: url(../images/service_bg.jpg);
    background-size: contain;
    height: 100px;
}

.related-links {
    margin-top: 15px;
    position: relative;
}

    .related-links ul {
    }

        .related-links ul li {
            list-style: none;
            padding: 5px 0;
            text-align: left;
            padding-left: 10px;
        }

            .related-links ul li .site-logo-holder {
                display: inline-block;
                width: 50px;
                height: 50px;
            }

                .related-links ul li .site-logo-holder img {
                    width: 100%;
                }

            .related-links ul li:hover .site-logo-holder img {
            }

            .related-links ul li a {
                text-decoration: none;
                position: absolute;
                top: 19px;
                padding-left: 6px;
            }

            .related-links ul li h4 {
                display: inline;
                color: #5d5d5d;
                font-size: 16px;
            }

                .related-links ul li h4:hover {
                    color: #000;
                }

    .related-links .bx-wrapper {
        margin-top: 12px;
        border: none !important;
        margin-bottom: 25px;
    }

        .related-links .bx-wrapper .bx-viewport {
            border: 0;
            background: none;
            text-align: center;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        .what-new-res {
    margin-bottom:10px;
}
    .related-links .bxslider {
    }

#related-slider-next {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.related-links:hover #related-slider-next {
    display: block;
}

#related-slider-next span {
    color: #FFF;
    padding: 13px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    #related-slider-next span:hover {
        background-color: #b50000;
    }

#related-slider-prev {
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
}

.related-links:hover #related-slider-prev {
    display: block;
}

#related-slider-prev span {
    color: #FFF;
    padding: 13px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    #related-slider-prev span:hover {
        background-color: #b50000;
    }

.what-new {
    text-decoration: none;
    list-style-type: none;
    padding: 10px 5px;
}

    .what-new li:not(:first-child) {
        padding: 5px 0;
    }

    .what-new li a {
        text-decoration: none;
        color: #56565b;
        font-size: 16px;
        font-style: normal;
        font-weight: normal;
    }

        .what-new li a:hover {
            color: #000;
        }


.video-holder {
    margin-top: 10px;
    height: 250px;
    margin-bottom: 35px;
}

    .video-holder .img-holder {
        height: 200px;
        position: relative;
        overflow: hidden;
    }

        .video-holder .img-holder img {
            height: 295px;
            width: 100%;
            margin: auto;
            margin-top: -37px;
        }

    .video-holder h4 {
        margin-top: 5px;
        line-height: 20px;
        color: #565656;
        font-size: 16px;
        height:55px;
    }
      .video-holder h3 {
            margin-top: 5px;
    color: #a9a9a9;
    font-size: 13px;
    text-align: right;
    }


    .video-holder .img-holder .overlay {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.43);
        color: #FFF;
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        line-height: 200px;
        display: none;
        border-radius: 5px;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .video-holder .img-holder:hover .overlay {
        display: block;
    }

.content .news-item {
    margin-top: 10px;
    margin-bottom: 20px;
}

    .content .news-item:hover h4 {
        color: #ed1c24;
    }

    .content .news-item .img-news-holder {
        height: 250px;
        overflow: hidden;
    }

        .content .news-item .img-news-holder img {
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            width: 100%;
            height: 250px;
            border: 1px solid #FFF;
            border-radius: 5px;
        }

        .content .news-item .img-news-holder:hover img {
            opacity: 1;
            -webkit-animation: flash 1.5s;
            animation: flash 1.5s;
        }

@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}


.content .news-item h4 {
    padding: 20px 0;
    font-size: 18px;
    line-height: 27px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height:80px;
}

.content .news-item .date {
    display: block;
    /*background-color: #ed1c24; */
    padding: 10px 5px;
    width: 120px;
    /* border: 2px solid #000; */
    margin-bottom: 5px;
    color:gray;
}

.content .news-item p {
    font-size: 16px;
    font-style: normal;
    text-align: justify;
    color: #5A5A5A;
    line-height: 22px;
    display:block;
    height:110px;
}

.content .news-item .more {
    margin-top: 15px;
    overflow: hidden;
}

    .content .news-item .more a {
        text-decoration: none;
    }

        .content .news-item .more a i {
            background-color: #ed1c24;
            color: #FFF;
            padding: 10px;
            font-size: 15px;
        }

        .content .news-item .more a span {
            color: #000;
            font-size: 14px;
            padding-left: 10px;
            padding: 10px;
            border-left: 1px solid #FFF;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

.content .news-item a span:hover {
    background: #ed1c24;
    color: #FFF;
}

.content .project {
    padding: 25px 0;
    margin: auto;
}

    .content .project .img-holder {
        width: 80%;
        height: 120px;
        margin: auto;
        -webkit-box-shadow: 5px 5px 20px -9px rgba(0,0,0,0.75);
        -moz-box-shadow: 5px 5px 20px -9px rgba(0,0,0,0.75);
        box-shadow: 5px 5px 20px -9px rgba(0,0,0,0.75);
        border-radius: 5px;
    }

        .content .project .img-holder img {
            width: 100%;
            height: 120px;
            border-radius: 5px;
        }

            .content .project .img-holder img:hover {
                opacity: 1;
                -webkit-animation: flash 1.5s;
                animation: flash 1.5s;
            }

    .content .project h5 {
        text-align: center;
        color: #5A5A5A;
    }

.album-container {
    margin-top: 20px;
    position: relative;
}

    .album-container .bx-wrapper {
        margin-top: 12px;
        border: none !important;
        margin-bottom: 25px;
    }

        .album-container .bx-wrapper .bx-viewport {
            border: 0;
            background: none;
            text-align: center;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            -moz-box-shadow: 0;
            -webkit-box-shadow: 0;
            box-shadow: none;
            border: 0;
            left: 0;
            background: #fff;
        }

    .album-container .bxslider {
    }

    .album-container .album {
        background-color: #000;
    }

        .album-container .album img {
            height: 160px;
            width: 100%;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
            opacity: 0.7;
        }

            .album-container .album img:hover {
                opacity: 1;
            }

#album-slider-next {
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
}

.album-container:hover #album-slider-next {
    display: block;
}

#album-slider-next span {
    color: #FFF;
    padding: 13px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    #album-slider-next span:hover {
        background-color: #b50000;
    }

#album-slider-prev {
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
}

.album-container:hover #album-slider-prev {
    display: block;
}

#album-slider-prev span {
    color: #FFF;
    padding: 13px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    #album-slider-prev span:hover {
        background-color: #b50000;
    }

.service-box li .service-item {
    background-color: rgba(0, 0, 0, 0.46);
    height: 100px;
}

    .service-box li .service-item .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.80);
        color: #FFF;
    }

        .service-box li .service-item .overlay:hover a {
            color: #FFF;
        }

        .service-box li .service-item .overlay img {
            position: absolute;
            top: 30px;
            left: 10px;
        }

        .service-box li .service-item .overlay a {
            color: #D7DCE0;
            font-size: 18px;
            text-decoration: none;
            line-height: 100px;
        }

            .service-box li .service-item .overlay a:hover {
                text-decoration: none;
                color: #FFF;
            }

/*End content*****************************************************************************************************************************************/

/*Start Footer*****************************************************************************************************************************************/
footer {
    min-height: 450px;
    background-color: #363B40;
    padding: 25px 0 0 0;
    margin-top:15px;
}

    footer .box-title {
        background-color: #42494F;
        color: #FFF;
        border-left: 5px solid #858D94;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    footer p {
        color: #D7DCE0;
        text-align: justify;
        line-height: 21px;
        margin-top: 15px;
        font-size: 14px;
        padding: 0 10px 0 0;
    }

    footer h5 {
        color: #FFF;
        font-size: 16px;
        margin-top: 30px;
    }

    footer span {
        display: block;
        color: #D7DCE0;
        font-size: 14px;
    }

    footer ul {
        margin-top: 15px;
    }

        footer ul li {
            list-style: none;
        }

            footer ul li a {
                color: #D7DCE0;
                font-size:17px;
            }

                footer ul li a:hover {
                    color: #FFF;
                    text-decoration: none;
                }

    footer .img-holder {
        width: 31%;
        height: 100px;
        display: inline-block;
        margin-bottom: 2px;
    }

        footer .img-holder img {
            width: 100%;
            height: 100px;
            border: 1px solid #999;
        }

    footer .copy-write {
        border-top: 1px solid #464D53;
        margin-top: 10px;
        padding: 5px 0;
    }

        footer .copy-write h4 {
            color: #737373;
            text-align: center;
            font-size: 15px;
            padding: 5px 0;
            line-height: 8px;
        }

/*End Footer*****************************************************************************************************************************************/
/*Start Loading screen-overlay*****************************************************************************************************************************************/
.loading-screen-overlay{
    background:#222;
    color:#FFF;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:99999;
   
}
.spinner {
  margin: 350px auto;
  width: 60px;
  height: 60px;
  position: relative;
  text-align: center;
  -webkit-animation: sk-rotate 2.0s infinite linear;
  animation: sk-rotate 2.0s infinite linear;
   display: table;
}

.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #FFF;
  border-radius: 100%;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
    display: table-cell;
    vertical-align: middle;
}

.dot2 {
  top: auto;
  bottom: 0;
  background-color: #F00;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
  background-image:url(../images/egypt.png);

}

@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
/*End Loading screen-overlay*****************************************************************************************************************************************/
/*Start page-scroll*************************************************/
#page-scroll {
    width: 50px;
    height: 40px;
    color: #ED1C24;
    text-align: center;
    position: fixed;
    right: 15px;
    bottom: 20px;
    z-index: 999;
    opacity: .4;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    display: none;
    cursor: pointer;
}

    #page-scroll:hover {
        opacity: 1;
    }













/*Start Leader*************************************************/
.leader {
}

    .leader .leader-card {
        width: 100%;
        min-height: 400px;
        background-color: #F0F0F0;
        margin-top: 20px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

        .leader .leader-card .header {
            min-height: 100px;
            background-color: #333333;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
            border-bottom: 2px solid #fff;
            margin-bottom: 10px;
        }

            .leader .leader-card .header h4 {
                text-align: center;
                color: #FFF;
                padding-top: 24px;
                font-size: 25px;
            }

            .leader .leader-card .header h5 {
                text-align: center;
                color: #cecece;
                font-size: 20px;
            }

        .leader .leader-card .img-holder {
            width: 250px;
            height: 300px;
        }

            .leader .leader-card .img-holder img {
                width: 100%;
                height: 300px;
                border: 2px solid #c1c1c1;
                border-radius: 6px;
            }

        .leader .leader-card .info {
        }

            .leader .leader-card .info table tr td:first-child {
                color: #8e0000;
                font-weight: bold;
            }

        .leader .leader-card h5.info-title {
            color: #8e0000;
            padding: 10px;
            font-size: 18px;
            font-weight: 600;
            text-decoration: underline;
        }

        .leader .leader-card ul {
            padding: 0 55px;
            font-size: 16px;
            padding-bottom: 30px;
        }
/*End Leader*************************************************/
/*Start Mod Ranks******************************************************************/
.ranks {
}

    .ranks tr {
    }

    .ranks tbody tr td {
        vertical-align: middle;
        color: #503d00;
        font-size: 19px;
        font-weight: bold;
        padding: 10px;
        text-align: center;
    }
/*End Mod Ranks********************************************************************/
/*Start News*************************************************************************************/
.news-items {
    margin-bottom: 35px;
}

    .news-items .news-img-holder {
        height: 220px;
    }

        .news-items .news-img-holder img {
            width: 100%;
            height: 220px;
            border: 1px solid #d2d2d2;
            opacity: 1;
            -webkit-transition: .3s ease-in-out;
            -o-transition: .3s ease-in-out;
            -moz-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
        }

            .news-items .news-img-holder img:hover {
                opacity: .6;
            }

    .news-items a {
        text-decoration: none;
    }

        .news-items a:hover h4 {
            color: #000;
        }

    .news-items h4 {
        font-size: 15px;
        font-style: normal;
        margin-top: 10px;
        text-align: justify;
        color: #333;
        line-height: 20px;
        padding: 0 3px;
        display:block;
        height:60px;
    }

    .news-items span {
        display: block;
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 12px;
        color: #BEBEBE;
    }
    .news-items span i {
        padding-right:5px;
    }

    .news-items p {
        line-height: 22px;
        color: #828282;
        text-align: justify;
        height:90px;
    }

    .news-items a.read-more {
        color: #b50000;
    }

        .news-items a.read-more:hover {
            color: #900404;
        }

.show-more {
    display: block;
    background: transparent;
    border: 1px solid #CCC;
    width: 220px;
    padding: 10px;
    border-radius: 7px;
    margin-top: 20px;
    color: #555;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-align: center;
    margin: auto;
}
.show-more-main:link,.show-more-main:visited {
    display: block;
    background: transparent;
    border: 1px solid #CCC;
    width: 220px;
    padding: 10px;
    border-radius: 7px;
    margin-top: 20px;
    color: #555;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-align: center;
    margin: auto;
     margin-bottom:25px;
}

      .show-more:hover,.show-more-main:hover,.show-more-main:active {
        text-decoration: none;
        background-color: #c44f49;
        color: #FFF;
    }

.news-header {
}

.news-header h3 {
    font-size: 20px;
    padding-top: 15px;
    color: #d2332f;
    font-weight: bold;
    line-height:26px;
    text-align:center;
}

    .news-header h5 {
        color: #191919;
        font-style: normal;
        text-align:center;
    }

        .news-header h5 span {
            color: #828282;
            padding-left: 8px;
        }

    .news-header .news-social-icons {
        width:13%;
        margin:auto;
    }

.news-header .news-social-icons ul {
}

.news-header .news-social-icons ul li {
    list-style: none;
    display: inline-block;
}

.news-header .news-social-icons ul li i {
    font-size: 33px;
}

                    .news-header .news-social-icons ul li i.fa-facebook-square {
                        color: #3B5998;
                    }

                        .news-header .news-social-icons ul li i.fa-facebook-square:hover {
                            color: #4e71bb;
                        }

                    .news-header .news-social-icons ul li i.fa-twitter-square {
                        color: #1DA1F2;
                    }

                        .news-header .news-social-icons ul li i.fa-twitter-square:hover {
                            color: #30aaf5;
                        }

                    .news-header .news-social-icons ul li i.fa-envelope-square {
                        color: #3B5998;
                    }

                        .news-header .news-social-icons ul li i.fa-envelope-square:hover {
                            color: #4d6fb5;
                        }

.news-content {
}

.news-content .img-holder {
    width: 100%;
    margin: auto;
    margin-top:10px;
}

.news-content .img-holder img {
    max-width: 100%;
    height: auto;
    border: 1px solid #929292;
}

.news-content p {
    text-align: justify;
    line-height: 28px;
    font-size: 17px;
    padding-top: 15px;
}
.side-latest-news{
    margin-bottom:22px;
}
.side-box{
    margin-top:22px;
}
.side-latest-news .item:first-child{
    margin-top: 15px;
}
.side-latest-news .item .img-holder{
    height:80px;
    margin-left:5px;
}
.side-latest-news .item .img-holder img{
    height:80px;
    width:100%;
    border-radius:5px;
        
}

.side-latest-news .item a{
    color: #56565b;
    font-style: normal;
    font-size: 15px;
    padding-right: 15px;
    text-decoration:none;
    display: inline-block;
}
.side-latest-news .item a:hover{
    color:#000;
}
.side-latest-news .item h6{
    display: inline-block;
    color: #FFF;
    background-color: #9c9c9c;
    padding: 4px;
    border-radius: 5px;
    margin-top: 4px;
}
.side-latest-news .item span{ 
    color:#AAA;
    display:inline-block;
}
hr.divider-color {
    height: 1px;
    margin:20px 0;
}

hr {
    height: 1px;
    background-color: #f2f2f2;
}

hr.divider-color:before {
    content: '';
    display: block;
    height: 100%;
    background-color: #FFF;
    width: 135px;
    border-left: 45px solid #FF2800;
    border-right: 45px solid #000;
    margin: 0px auto;
}









.side-latest-news {
    position: relative;
}

.side-latest-news .bx-wrapper {
    margin-top: 12px;
    border: none !important;
    margin-bottom: 25px;
}

    .side-latest-news .bx-wrapper .bx-viewport {
        border: 0;
        background: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.side-latest-news .bxslider {
}

#side-latest-news-slider-next {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.side-latest-news:hover #side-latest-news-slider-next {
    display: block;
}

#side-latest-news-slider-next span {
    color: #FFF;
    padding: 13px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    #side-latest-news-slider-next span:hover {
        background-color: #b50000;
    }

#side-latest-news-slider-prev {
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
}

.side-latest-news:hover #side-latest-news-slider-prev {
    display: block;
}

#side-latest-news-slider-prev span {
    color: #FFF;
    padding: 13px;
    color: #FFF;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    #side-latest-news-slider-prev span:hover {
        background-color: #b50000;
    }







/*End News*****************************************************************************************/
/*Start Videos*****************************************************************************************/

.video-holder .videos {
    height: 220px;

}

.video-holder .img-holder .videos {
    height: 294px !important;
    width: 100%;
    margin: auto;
    margin-top: -37px;
}

/*End Videos*****************************************************************************************/
/*Start national-projects*****************************************************************************************/
.n-projects {
}

.n-projects ul {
}

.n-projects ul li {
    list-style-type: none;
    color: #d2332f;
    font-size: 18px;
    font-weight: bold;
}

.n-projects ul li ul li {
    color: #000;
    margin: 10px 0;
    font-weight: 500;
}

.n-projects ul li ul li i {
    color: #0c791a;
}

#projectCarousel {
    width: 70%;
    margin: auto;
    margin-top: 20px;
}

.carousel-inner > .item > img.project-img, .carousel-inner > .item > a > img.project-img {
    width: 100%;
}

.download-box{
    margin-top:20px;
    width:80%;
    min-height:35px;
    background-color:#F8F8F8;
    border:1px solid #4CAF50;
    position:relative;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    
}
.download-box h5{
    color: #333;
}
.download-box i.fa-file-text {
    color: #333;
    padding: 0 8px;
    font-size: 21px;
    line-height: 13px;
}

.download-box .icon a{
    height:100%;
    position:absolute;
    right:0;
    background-color:#4CAF50;
    line-height:35px;
    padding:0 15px;
}
.download-box .icon a i{
   color:#FFF;

}
.download-box .icon a:hover{
    background-color:#43A047;
}
  .n-projects-more ul {
             margin-left:30px;
             margin-top:10px;
         }
          .n-projects-more ul li {
              list-style:square;
         }
        .n-projects-more a {
            display: inline-block;
            text-decoration: none;
            font-size: 16px;
            color: #56565b;
            padding: 2px 0;
            font-style: normal;
            font-weight: normal;
        }
           .n-projects-more a:hover {
           color:#000;
        }
/*End national-projects*****************************************************************************************/
/*Start Museum*****************************************************************************************/
.muse-img-holder{
    height:350px;
    margin-bottom:15px;
    position:relative;
    overflow:hidden;
}
.muse-img-holder img{
    height:350px;
    width:100%;
}
.muse-img-holder:hover .over{
    display:block;
}
.muse-img-holder .over{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.65);
    color:#FFF;
    display:none;
}
.muse-img-holder .over h4{
    display: inline-block;
    font-size: 21px;
    margin-top: 155px;
    margin-bottom: 0;
    color: #fff;
    border-top: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    padding: 10px 10px;
}
.muse-img-holder .over a{
    display: block;
    background: transparent;
    border: 1px solid #FFF;
    width: 180px;
    padding: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
    margin: auto;
    margin-top: 50px;
    color:#FFF;
}
.muse-img-holder .over a:hover{
    background-color:rgba(255, 255, 255, 0.76);
    color:#000;
}
.muse-img-holder  span.bottom-border {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: #F00;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.muse-img-holder  span.top-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: #F00;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.muse-img-holder:hover span {
    width: 100%;
}
.muse-slider img {
    height:480px !important;
    width: 100%;
}
.museum-caption{
	bottom: 26px;
    background: rgba(0, 0, 0, 0.5);
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 15px;

}
/*End Museum*****************************************************************************************/
/*Start Search*****************************************************************************************/

 .nav-tabs {
            border-bottom: 2px solid #e0e0e0;
        }

            .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
                border-width: 0;
            }

            .nav-tabs > li > a {
                border: none;
                color: #666;
            }

                .nav-tabs > li.active > a, .nav-tabs > li > a:hover {
                    border: none;
                    color: #cc5e57 !important;
                    background: transparent;
                }

                .nav-tabs > li > a::after {
                    content: "";
                    background: #cc5e57;
                    height: 2px;
                    position: absolute;
                    width: 100%;
                    left: 0px;
                    bottom: -1px;
                    transition: all 250ms ease 0s;
                    transform: scale(0);
                }

            .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
                transform: scale(1);
            }

        .tab-nav > li > a::after {
            background: #21527d none repeat scroll 0% 0%;
            color: #fff;
        }

        .tab-pane {
            padding: 5px 0;
        }

        .tab-content {
        }

        .card {
            background: #FFF none repeat scroll 0% 0%;
            margin-bottom: 30px;
            min-height: 250px;
        }

        .search-result {
            color: rgba(0, 0, 0, 0.5);
            font-size: 14px;
            padding: 0;
            margin-bottom: 0;
        }

        .news-search-item a {
            text-decoration: none;
            color: #820502;
            font-size: 16px;
            display: block;
        }

            .news-search-item a:hover {
                color: #000;
            }

            .news-search-item a.link {
                color: #6f6a2f;
                font-size: 12px;
                padding: 3px 0;
            }

        .pager-item td table tbody tr td {
            border: 1px solid #EEE;
            padding: 8px 12px;
        }

        .td-active {
            background-color: #820502;
            color: #FFF;
        }

        .pager-item td table tbody tr td a {
            color: #7D0000;
        }

        .pager-item td table {
            margin-top: 15px;
        }

        .date-time {
            color: #000;
        }

        .videos-search-item {
            margin-bottom: 15px;
        }

            .videos-search-item a {
                text-decoration: none;
                color: #820502;
                font-size: 16px;
                display: block;
                padding-bottom: 5px;
            }

                .videos-search-item a:hover {
                    color: #000;
                }

                .videos-search-item a.link {
                    color: #6f6a2f;
                    font-size: 12px;
                    padding: 3px 0;
                }

            .videos-search-item .video-img-holder {
                width: 140px;
                height: 90px;
                margin-right: 10px;
                overflow: hidden;
            }

                .videos-search-item .video-img-holder img {
                    width: 100%;
                    height: 120px;
                    margin-top: -15px;
                    border: 2px solid #383838;
                }

            .videos-search-item h5 {
                padding: 0;
                margin: 0;
                color: #808080;
                font-size: 12px;
            }

      

            .images-search-item .img-holder {
                height: 140px;
                margin-bottom: 20px;
                margin-top:20px;
            }

                .images-search-item .img-holder img {
                    width: 100%;
                    height: 140px;
                    border: 4px solid #eaeaea;
                    border-radius: 5px;
                }


        .pager-span {
            background-color: #820502;
            color: #FFF;
            padding: 8px 12px;
            float: left;
        }

        .tab-pane span a:last-child {
            color: #7D0000;
            float: left;
            padding-left: 10px;
            padding-top: 5px;
            font-weight: bold;
            border: 1px solid #EEE;
            border: 1px solid #EEE;
            padding-bottom: 11px;
            padding-right: 11px;
        }

        .tab-pane span a:first-child {
            color: #7D0000;
            float: left;
            padding-right: 10px;
            padding-top: 5px;
            font-weight: bold;
            border: 1px solid #EEE;
            border: 1px solid #EEE;
            padding-bottom: 11px;
            padding-left: 11px;
        }

        .pager-link {
            color: #7D0000;
            border: 1px solid #EEE;
            padding: 8px 12px;
            float: left;
        }

            .pager-link:hover {
                color: #7D0000;
            }
             .query{
               font-size: 17px;
    font-weight: bold;
    color: #d56364;
    text-decoration: underline;
            }
/*End Search*****************************************************************************************/
/*Start Contact Us*****************************************************************************************/
.modal.in .modal-dialog{
    margin-top:10%;
 
}
.modal-header{
    color: #b93131;
    border-top-right-radius:10px;
    border-top-left-radius:10px;
}
.modal-title{
    font-size: 20px;
    
}
.modal-content{
   border-radius:10px;
}
.modal-content .table{
    margin-bottom:0;
}
.modal-content .table i{
    color:#b93131;
    padding-right:10px;
}
.modal-content .table > thead > tr > th, .modal-content .table > tbody > tr > th, .modal-content .table > tfoot > tr > th, .table > thead > tr > td, .modal-content .table > tbody > tr > td,.modal-content .table > tfoot > tr > td{
    border-top:0;
}
.modal-content .table tbody tr td:first-child{
    font-weight:bold;
}
.btn-default {
    display: block;
    margin: auto;
     -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn-default:hover {
     background-color:#b93131;
     color:#FFF;
}
.close{
    font-size:30px;
}
.modal-content .table tr td>h5{
        color: #fff;
    font-weight: bold;
    text-align: center;
}
/*End Contact Us*****************************************************************************************/
/*Start Error*****************************************************************************************/
.custom-error{

}
.custom-error h5{
    font: 700 10em/1.25 Overpass,sans-serif;
    text-align:center;
    color: #363b40;
    text-shadow: 4px 4px 2px rgba(150, 150, 150, 1);
}
.custom-error h4{
    text-align:center;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #363b40;
}
/*End Error*****************************************************************************************/
/*Start Media-Query*************************************************/
/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .social-icons {
        border-top: 1px solid rgba(255,255,255,0.32);
    }
    .content-title h1 {
        font-size: 60px;
        padding-top:14px;
    }
    .content-title h4{
        font-size:33px;
    }

    .content-title {
        padding: 17px 0;
    }
    .navbar-default .navbar-nav > li > a{
       padding-right:13px;
       padding-left:13px;
   }
   .slider .caption-info{
       width:75%;
   }
    .news-header .news-social-icons{
       width:15%;
   }
    .res-videos{
        margin-bottom:10px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .content-title h1 {
        font-size: 50px;
    }
    .content-title h4{
        font-size:33px;
    }
    .navbar-default .navbar-nav > li > a{
          padding-right:6px;
          padding-left:6px;
      }
    .navbar-default .navbar-nav > li > a{
          font-size:14px;
      }
    .dropdown-menu > li > a{
         font-size:14px;
     }
    .slider .caption-info{
          width:90%;
      }
    .content-title .img-holder{
          width:100%;
          margin-top:8px;
      }
    .leader .leader-card .img-holder{
          width:100%;
      }
    #timeline .timeline-item .timeline-content h2{
          font-size:15px;
      }
      .person-intro{
          font-size:15px;
      }
      #timeline .timeline-item .timeline-content h2{
          line-height:20px;
      }
       .muse-img-holder{
          height:270px;
      }
      .muse-img-holder .over h4{
          margin-top:115px;
      }
      .side-latest-news .item a{
          margin-left:5px;
      }
      .side-latest-news .item h6{
          margin-left:5px;
      }
       .top-bar .news-item{
        overflow: hidden;
        height: 50px;
    }
       .news-header .news-social-icons{
       width:20%;
    }
       .video-holder h4{
           height:57px;
       }
       /*.res-video-date{
        margin-top:18px !important;
    }*/
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .content-title h1{
        font-size: 36px;
    }
    .content-title h4 {
        font-size: 24px;

    }

    .navbar .navbar-nav{
        width:100%;
    }

     .content-title .img-holder{
          width:100%;
          margin-top:8px;
      }
        .content-title .img-holder img {
                width: 100px;
    height: 100px;
        }
 .navbar-default .navbar-nav .open .dropdown-menu > li > a{
        text-align:center;
        border-bottom:1px solid #444;
         font-size:13px;
    }

 .armed-news span {
        display: block;
        width: 36%;
        margin: auto;
        text-align: center;
        border-radius: 30px;
        border: 1px solid #dedede;
        color: #303030;
    }
    .armed-news a {
        line-height: 25px;
    }




     footer .box-title{
        border-right: 5px solid #858D94;
    }
    footer .box-title h3{
        text-align:center;
    }
    footer ul li{
        text-align:center;
    }
    footer .copy-write h4{
        font-size:14px;
    }
    .video-holder h4{
        text-align:center;
    }
    .video-holder h3{
        text-align:center;
    }
    .news-header .news-social-icons{
        width:21%;
    }
     .leader .leader-card .img-holder img{
        height:200px;
    }

     .muse-slider img {
    height:250px !important;
   
}
    /* Start Header */
    /*
    
   
    
   
    
    .content .news-item .more{
        margin-top:0;
    }
    .content .news-item p {
        height:110px;
    }
    
    .news-items h4{
        text-align:center;
    }
    .news-items span{
        text-align:center;
    }
    
   
   
   */














.adv-window {
	display:none !important;
    }
.adv-window img {
	display:none !important;
    }



   



   
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    /* Start Header */
    .logo-1{
        display:none;
    }
     .logo-2{
        display:none;
    }
     .title-1{
         width:100%;
     }
     .content-title h1{
         font-size:33px;
         padding-top:6px;
     }
      .content-title h4 {
        font-size: 29px;
    }
      .armed-news a{
          font-size:16px;
      }
      .news-1{
          display:none;
      }
      header{
          height:200px;
      }
      .box-title h3{
          font-size:18px;
      }
      .content .news-item h4{
          font-size:16px;
      }
      .content .news-item p{
          font-size:15px;
          height:140px;
      }
     .content .project{
          padding:10px 0;
      }
     .what-new li a{
          font-size:15px;
      }
     .res-video-date{
          display:none;
      }
     .video-holder h4{
          font-size:15px;
      }
     footer .copy-write h4{
          line-height:18px;
          padding: 2px 0;
      }
     .news-search-item a{
          text-align:center;
      }  
     .images-1{
          width:100%;
      }
     .nav-tabs > li > a{
         font-size:12px;
     }
     .fancybox-title .child {
      display:none;
    }
     .news-header h3{
        font-size:16px;
    }
    .news-header .news-social-icons{
        width:33%;
    }
    .news-content p{
        font-size:14px;
    }
    .news-header h5{
        line-height:21px;
    }
    .page-title h4{
        font-size:18px;
        line-height:25px;
    }
    .n-projects-more a{
        font-size:15px;
    }
    .panel-title > a{
        line-height:21px;
    }
    .news-items span{
        padding-top:5px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a{
        font-size:13px;
    }
    .leader .leader-card h5.info-title{
        font-size:16px;
    }
    .leader .leader-card ul li{
        font-size:15px;
    }
    .leader .leader-card .img-holder img{
        height:130px;
    }
    .leader .leader-card .header h4{
        font-size:17px;
    }
    .leader .leader-card .header h5{
        font-size:16px;
    }
    .image-ranks-1{
        width:70%;
    }
    .ranks tbody tr td{
        font-size:15px;
    }
    .n-projects ul li{
        font-size:15px;
    }
     
    .muse-img-holder .over h4{
        font-size:17px;
    }
.adv-window {
	display:none !important;
    }
.adv-window img {
	display:none !important;
    }
   
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    .content-title {
        padding: 27px 0;
    }
.adv-window {
	display:none !important;
    }
.adv-window img {
	display:none !important;
    }
}