@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i'); /*font-family: 'Open Sans', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i'); /*font-family: 'Roboto', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,500,500i,600,600i,700,700i'); /*font-family: 'Raleway', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i'); /*font-family: 'Roboto Condensed', sans-serif;*/

body {
    font-family: 'Open Sans', sans-serif;
    color: #171717;
    font-size: 15px;
}

h1, h2, h3, h4, h5 {
    font-family: 'Roboto Condensed', sans-serif;
}
/*SECTION TOP NAV*/
.top-nav {
    background-color: #000000;
    border-top: 0px solid transparent;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 6px 0px rgba(0, 0, 0, 0.14);
    padding: 0px;
    z-index: 999999;
    position: relative;
    border-bottom: 0px;
    text-transform: uppercase;
    font-size: 12px;
    height: auto;
}

    .top-nav .time {
        float: left;
        color: #fff;
        text-decoration: none;
        padding-top: 8px;
    }

        .top-nav .time i {
            font-size: 14px;
        }

    .top-nav ul {
        margin: 0px;
        padding: 0px;
    }

    .top-nav li {
        list-style-type: none;
        text-align: right;
        padding: 8px 6px;
        display: inline-block !important;
    }

        .top-nav li:nth-child(1) {
            border-right: solid 1px RGBA(179, 174, 174, 0.65);
        }

        .top-nav li:nth-child(2) {
            border-right: solid 1px RGBA(179, 174, 174, 0.65);
        }

        .top-nav li:nth-child(3) {
            border-right: solid 1px RGBA(179, 174, 174, 0.65);
        }

        .top-nav li:nth-child(4) {
            padding-left: 2px;
            padding-right: 2px;
        }

        .top-nav li:nth-child(5) {
            padding-left: 2px;
            padding-right: 2px;
        }

        .top-nav li:nth-child(6) {
            padding-left: 2px;
            padding-right: 2px;
        }

        .top-nav li:nth-child(7) {
            padding-left: 2px;
            padding-right: 2px;
        }

        .top-nav li:nth-child(8) {
            padding-left: 2px;
            padding-right: 2px;
            border-right: solid 0px RGBA(179, 174, 174, 0.65);
        }

        .top-nav li:nth-child(9) {
            border-left: 1px solid rgba(179, 174, 174, 0.65);
            border-right: 1px solid rgba(179, 174, 174, 0.65);
            padding-left: 10px;
            padding-right: 10px;
            font-family: "arial unicode MS";
            font-size: 13px;
        }

        .top-nav li:nth-child(10) {
            border-right: solid 1px RGBA(179, 174, 174, 0.65);
            padding-left: 5px;
            padding-right: 5px;
        }

        .top-nav li:nth-child(11) {
            padding-left: 5px;
            padding-right: 0px;
        }

        .top-nav li a {
            color: #fff;
        }

            .top-nav li a:hover {
                text-decoration: none;
            }

    .top-nav .btn-xs {
        padding: 3px 4px;
        line-height: 1.5;
        border-radius: 0px;
        border: solid 1px #000;
        background-color: #fff;
        color: #333;
        font-weight: bold;
    }

    .top-nav .btn-black {
        padding: 3px 6px;
        font-size: 10px;
        line-height: 1.5;
        border-radius: 0px;
        border: solid 1px #fff;
        background-color: rgba(255,255,255,.1);
        color: #fff;
    }

    .top-nav .btn-blue {
        padding: 4px 8px;
        font-size: 12px;
        line-height: 1.1;
        border-radius: 0px;
        border: solid 0px #000;
        background-color: #0996C9;
        color: #fff;
    }

    .top-nav .btn-yellow {
        padding: 4px 6px;
        font-size: 12px;
        line-height: 1.1;
        border-radius: 0px;
        border: solid 0px rgb(216, 71, 14);
        background-color: #F57D57;
        color: #fff;
    }

.search ul {
    left: inherit !important;
    right: 0px !important;
    top: 34px;
    width: 100% !important;
    border-radius: 0px;
}

    .search ul li {
        padding: 15px 0px !important;
        border: 0px !important;
        width: 100% !important;
        text-align: left;
    }

.search .form-control {
    border: 0px;
    height: 35px;
    background-color: rgba(0,0,0,.05);
    border-radius: 0px;
    font-size: 22px;
    color: #000;
}

.top-nav .input-sm {
    height: 21px;
    margin: 0px;
    padding: 0px 10px;
    border-radius: 0px;
}

.top-nav .search {
    padding-top: 0px;
    padding-bottom: 0px;
}

.top-nav .searchbtn {
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.1;
    border-radius: 0px;
    border: solid 0px rgb(216, 71, 14);
    background-color: #E6E6E6;
    color: #000;
}

.top-nav .navbar-right {
    float: right !important;
    margin-bottom: 0;
    margin-right: -15px;
    margin-top: -1px;
}

.top-nav .blue-theme {
    background-color: #8f00f0;
    color: #fff;
}

.top-nav .black-theme {
    background-color: #000;
    color: #fff;
}

.top-nav .red-theme {
    background-color: #CF1515;
    color: #fff;
}

/* footer social icons */
ul.social-network {
    list-style: none;
    display: inline;
    padding: 0;
    position: fixed;
    top: 40%;
    z-index: 10000;
    right: 0px;
}

    ul.social-network li {
        display: block;
        margin: 5px 1px;
    }
/* footer social icons */
.social-network a.icoRss:hover {
    background-color: #F56505;
}

.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}

.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
    background-color: #BD3518;
}

.social-network a.icoVimeo:hover {
    background-color: #0590B8;
}

.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}

.social-network a.icoYoutube:hover {
    background-color: #c52828;
}

.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
    color: #fff;
}

a.socialIcon:hover, .socialHoverClass {
    color: #44BCDD;
}

.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
    border: 1px solid #fff;
}

.social-circle li i {
    margin: 0;
    line-height: 40px;
    text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.icoFacebook {
    background-color: #2f4c88;
}

.icoTwitter {
    background-color: #22bcef;
}

.icoRss {
    background-color: #e05b03;
}

.icoGoogle {
    background-color: #bf0404;
}

.icoLinkedin {
    background-color: #036da1;
}

.icoYoutube {
    background-color: #C60203;
}

/*LOGO SECTION*/
header {
    /*background-image: url(../images/headerbg.JPG);
    background-repeat: no-repeat;*/
    background-size: 100% 100%;
    z-index: 9999;
    position: relative;
}

.logo-section {
    position: relative;
    padding: 0px 0px;
    margin-bottom: 0px;
    border-bottom: solid 1px #ddd;
}

    .logo-section .logo {
        padding: 0px 0px;
    }

    .logo-section .custom-search-form {
        padding: 5px;
        margin-top: 10px;
    }

    .logo-section .logo a img {
        width: 50%;
    }
/*MENU SECTION*/
.dropdown > a:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    margin-left: 6px;
}

.home > a::after {
    content: "\f015";
    font-family: "FontAwesome";
    font-size: 15px;
}

.main-menu {
    position: absolute;
    width: 100%;
    margin: 0px auto;
    z-index: 100;
}

.navbar {
    min-height: 46px;
}

.dropdown-menu .has-submenu:after {
    font-family: "FontAwesome";
    content: "\f0da";
    position: absolute;
    right: 8px;
}

.navbar {
    border-radius: 0px;
}

.navbar-inverse {
    font-family: 'Roboto', sans-serif;
    background-color: rgba(0,0,0,.8);
    border-color: #000;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 6px 0px rgba(0, 0, 0, 0.14) !important;
}

    .navbar-inverse .navbar-nav > li > a {
        color: #fffa00;
        padding: 13px 18px;
        font-size: 15px;
        text-transform: uppercase;
    }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
        color: #fffa00;
        background-color: #FF7A5B;
    }

    .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
        color: #fffa00;
        background-color: #f73153;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        color: #fffa00;
        background-color: #f73153;
    }

.navbar-nav > li > a {
    padding: 15px 17px;
}

.navbar .dropdown-menu {
    width: 200px !important;
    border-radius: 0px;
    background-color: rgba(255,255,255,1);
    padding: 0px;
    border-bottom: 3px solid #fd3551;
}

    .navbar .dropdown-menu li {
        border-bottom: 1px solid rgba(0,0,0,.1);
    }

    .navbar .dropdown-menu > li > a {
        color: #000;
        font-size: 0.9;
        padding: 10px !important;
    }

        .navbar .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            background-color: #eee;
            color: #000;
            text-decoration: none;
        }

.cm {
    background-color: #fff;
    padding: 6px;
    position: absolute;
    margin-top: -182px;
    z-index: 100;
    box-sizing: border-box;
    width: 155px;
    text-align: center;
    box-shadow: 0px 0px 3px rgba(0,0,0,.3);
}

    .cm img {
        width: 100%;
        margin-bottom: 5px;
    }

    .cm h5, .cm span {
        font-family: 'Roboto', sans-serif;
        margin: 0px;
        padding: 0px;
    }

    .cm h5 {
        color: #376a01;
    }

    .cm span {
        font-size: 12px;
        color: #000;
    }

.banner {
    min-height: 400px;
}

.section-gray {
    background-color: #F0F0F0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.section-white {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color:#000;
}

.other-acty {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #333;
    background-image: url(../images/wel-bg1.png);
    background-repeat: repeat;
    background-size: contain;
}

    .other-acty .item {
        background-color: #000;
        border-radius: 8px;
    }

.section-welcome {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #333;
    background-image: url(../images/wel-bg.png);
    background-repeat: repeat;
    background-size: contain;
}

.main-heading {
    font-family: Georgia, "Times New Roman", Times, serif;
    text-align: center;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    color: #000;
    margin-bottom: 30px;
}

    .main-heading span {
        position: relative;
    }

        .main-heading span:after {
            position: absolute;
            content: '';
            height: 5px;
            background-color: #000;
            right: 0px;
            left: 0px;
            margin: 0px auto;
            width: 30%;
            bottom: -10px;
        }

.bigthumb {
    min-height: 364px;
    background-color: #333;
    box-shadow: 0px 0px 5px rgba(0,0,0,.2);
    position: relative;
}

    .bigthumb img {
        height: 260px;
        width: 100%;
    }

    .bigthumb h5 {
        color: #F30076;
        padding: 11px 10px;
        margin: 0px;
        text-transform: uppercase;
        border-bottom: 1px solid #E1E1E1;
        min-height: 44px;
        font-size: 20px;
    }

    .bigthumb .content {
        min-height: 120px;
        padding: 10px;
    }

    .bigthumb .btn {
        border-radius: 0px;
        position: absolute;
        bottom: 0px;
        text-transform: uppercase;
        padding: 8px;
    }

.btn-success {
    background-color: #7DB343;
}

.btn-warning {
    background-color: #FFB200;
}

.btn-danger {
    background-color: #EC407A;
}

.btn-info {
    background-color: #00BCD5;
}

.btn {
    border-radius: 0px;
}

.news ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .news ul li a {
        color: #535353;
    }

.welcome {
    background-color: #000;
    box-shadow: 0px 0px 6px rgba(0,0,0,.2);
    padding: 15px;
    font-size: 17px;
    min-height: 350px;
    border-radius: 8px;
    color: #fffa00;
}

    .welcome h3 {
        color: #fffa00;
        font-family: 'Roboto Condensed', sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 26px;
        position: relative;
        border-bottom: 1px solid rgba(0,0,0,.1);
        margin: 0px 0px 10px 0px;
        padding: 0px 0px 10px 0px;
    }

        .welcome h3 span {
            color: #ff3552;
        }

        .welcome h3:before {
            position: absolute;
            height: 5px;
            /* width: 15%;*/
            bottom: -3px;
            background-color: #ff3552;
            content: '';
        }

.btn-orange {
    background-color: #ff3552;
    color: #fff;
    position: relative;
}

    .btn-orange:hover {
        background-color: #d9684d;
        color: #fff;
    }

    .btn-orange .fa {
        padding: 10px 9px 9px 9px;
        background-color: #ff3552;
        left: 0px;
        position: absolute;
        top: 0px;
    }

    .btn-orange:hover .fa {
        background-color: #ff3552;
    }

.imageshadow {
    border: 4px solid #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}

.profile {
    background-color: #000;
    box-shadow: 0px 0px 6px rgba(0,0,0,.2);
    min-height: 170px;
    text-align: center;
    position: relative;
    margin-bottom: 9px;
    border-radius: 8px;
}

.profilebg {
    position: relative;
    background-color: #990;
    min-height: 70px;
    margin-bottom: 40px;
}

    .profilebg img {
        border-radius: 50%;
        width: 45%;
        position: absolute;
        margin: 0px auto;
        right: 0px;
        left: 0px;
        bottom: -30px;
        border: 2px solid #ccc;
        box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    }

.profile h4 {
    color: #2690E6;
    text-transform: uppercase;
    margin-bottom: 0;
}

.profile p {
    font-size: 13px;
    color: #fffa00;
}

.asim img {
    width: 35%;
    bottom: -20px;
}

.asim .profilebg {
    min-height: 60px;
    margin-bottom: 25px;
}

.profiles {
    background-color: #000;
    box-shadow: 0px 0px 6px rgba(0,0,0,.2);
    min-height: 95px;
    text-align: left;
    position: relative;
    margin-bottom: 15px;
    border-radius: 8px;
}

.profilebg1 {
    position: relative;
    background-color: #990;
    min-height: 40px;
    margin-bottom: 0px;
}

    .profilebg1 img {
        border-radius: 50%;
        width: 75%;
        position: absolute;
        margin: 0px auto;
        right: 0px;
        left: 0px;
        bottom: -45px;
        border: 2px solid #ccc;
        box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    }

.profiles h4 {
    color: #2690E6;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 1.4rem;
}

.profiles p {
    font-size: 1.2rem;
    color: #fffa00;
}

.p-0 {
    padding: 0;
}

.p-8 {
    padding: 0 4px 0 12px;
}


.probg1 {
    background-image: url(../images/profilebg-1.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 8px 8px 0 0;
}

.probg2 {
    background-image: url(../images/profilebg-2.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 8px 8px 0 0;
}

.location {
    background-color: #fff;
    box-shadow: 0px 0px 3px rgba(0,0,0,.2);
    padding: 15px;
    font-size: 17px;
}

    .location h3 {
        color: #000;
        font-family: 'Roboto Condensed', sans-serif;
        text-transform: uppercase;
        font-size: 26px;
        position: relative;
        border-bottom: 1px solid rgba(0,0,0,.1);
        margin: 0px 0px 10px 0px;
        padding: 0px 0px 10px 0px;
    }

        .location h3 span {
            color: #F30076;
        }

        .location h3:before {
            position: absolute;
            height: 5px;
            width: 15%;
            bottom: -3px;
            background-color: #F30076;
            content: '';
        }

    .location .iframe {
        border: 1px solid rgba(0,0,0,.1);
        width: 100%;
        height: 238px;
    }

.other-acty .main-heading {
    color: #fff;
}

    .other-acty .main-heading span:after {
        background-color: #fff;
    }

.other-acty .item {
    margin: 0px 10px;
    display: table;
    width: 96%;
}

    .other-acty .item a {
        display: block;
        padding: 10px;
        transition: .2s;
        color: #333;
        text-transform: uppercase;
        display: table-row;
    }

        .other-acty .item a img {
            height: 80px;
            margin: 15px 15px;
            display: table-cell;
            vertical-align: middle;
            width: 80px;
            border-radius: 50%;
        }

        .other-acty .item a .detailsdiv {
            display: table-cell;
            vertical-align: top;
            text-align: left;
            width: calc(100% - 80px);
            padding: 15px;
        }

            .other-acty .item a .detailsdiv h4 {
                color: #ff3552;
                font-weight: 600;
            }

            .other-acty .item a .detailsdiv p {
                text-transform: none;
                color: #fffa00;
            }

.other-acty .owl-wrapper-outer {
    min-height: 173px;
}

.other-acty .item a:hover {
    text-decoration: none;
}

.purple {
    background-color: #6246F0;
}

    .purple:hover {
        background-color: #5235e3;
    }

.orange {
    background-color: #ff3552;
}

    .orange:hover {
        background-color: #ef1e3c;
    }

.yellow {
    background-color: #C8961B;
}

    .yellow:hover {
        background-color: #e1a510;
    }

.green {
    background-color: #0E8F35;
}

    .green:hover {
        background-color: #2b8446;
    }

.owl-wrapper {
    min-height: 70px;
}
/*Important Link	*/
.brand-items {
    margin-bottom: 30px;
}

    .brand-items .owl-controls, .brand-items .owl-prev {
        left: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        top: 50%
    }

.brands-items .owl-controls {
    bottom: auto;
    transform: translateY(-50%)
}

.brand-items .owl-next, .brand-items .owl-prev {
    display: inline-block;
    border: 0px solid #ccc;
    cursor: pointer
}

.brand-items .owl-prev {
    position: absolute;
    transform: translateY(-50%);
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-50%);
}

.brand-items .owl-next {
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-50%);
}

    .brand-items .owl-next i.fa, .brand-items .owl-prev i.fa {
        color: #111F2D;
        padding: 0px;
        font-size: 35px;
        -webkit-transition: .25s;
        transition: .25s;
    }
/*.brand-items .owl-next i.fa:hover, .brand-items .owl-prev i.fa:hover {
	color: #fff;
	background:#BDD251
}*/
.brands .owl-carousel .owl-item {
    width: 25 !important;
    float: left;
}

.brand-item {
    padding: 5px;
    border: 1px solid #ccc;
    background-color: rgba(255,255,255,.5);
    margin: 0px 5px;
    transition-duration: .2s;
}

    .brand-item:hover {
        border: 1px solid #802E64;
        box-shadow: 0px 0px 7px rgba(0,0,0,.5);
    }

    .brand-item img {
        width: 100%;
    }

    .brand-item:hover {
        background-color: #fff;
    }

.implink .owl-pagination {
    display: none;
}

.implink .owl-theme .owl-controls .owl-buttons div {
    background: rgba(0,0,0,.0) none repeat scroll 0 0;
    border-radius: 0px;
    color: #000;
    display: inline-block;
    margin: 0px;
    opacity: 0.8;
    padding: 0px;
    top: -12px;
}

footer {
}

.footlink {
    background-color: #c1c1c1;
    padding: 20px 15px;
}

    .footlink ul {
        margin: 0px;
        padding: 0px;
        text-align: center;
        list-style: none;
    }

        .footlink ul li {
            display: inline-block;
            border-right: 1px solid #3e63a7;
        }

            .footlink ul li:last-child {
                border-right: 0px solid #fff;
            }

            .footlink ul li a {
                display: block;
                padding: 0px 10px;
                color: #1b4083;
                text-decoration: none;
                transition: .2s;
                margin: 0px 3px;
            }

                .footlink ul li a:hover {
                    background-color: rgba(255,255,255,.2);
                }

.foot-text {
    color: #fff;
    font-size: 0.9em;
}

    .foot-text p {
        margin-bottom: 5px;
    }

    .foot-text a {
        color: #FEB301;
        text-decoration: none;
    }

        .foot-text a:hover {
            color: #FEB301;
            text-decoration: underline;
        }

.text-right h4 {
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 5px;
}

.footbottom {
    color: rgba(255,255,255,.9);
    background-color: #424242;
    padding: 15px;
    border-top: 1px solid #fff;
    font-size: 0.8em;
}

.pwdFxd {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 100;
    margin: 0px auto;
    right: 0px;
    left: 0px;
    background-color: #333;
}

.footbottom p {
    padding-bottom: 5px;
    margin-bottom: 0px;
}

    .footbottom p a {
        color: #FFCA00;
    }


/*inner page css*/

.innerbanner {
    min-height: 120px;
    background-image: url(../images/wel-bg.png);
    background-repeat: repeat;
    background-color: #a7b3c2;
    padding-top: 65px;
}

.inner-service {
    padding-bottom: 50px;
}

.breadcrumb {
    background-color: rgba(245, 245, 245, 0.0);
    border-radius: 4px;
    list-style: outside none none;
    margin-bottom: 0px;
    padding: 8px 8px;
}

    .breadcrumb li {
        color: rgba(255,255,255,.8);
    }

        .breadcrumb li a {
            color: #F30076;
        }

    .breadcrumb > .active {
        color: rgba(255,255,255,1);
    }

.inner h3 {
    color: #EC407A;
}

.inner h4 {
    color: #1CB5F5;
    border-bottom: 1px solid #CCC;
    padding-bottom: 10px;
}

.inner h4 {
    color: #000;
}

.list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

    .list li {
        padding-left: 15px;
        margin-bottom: 4px;
    }

        .list li a {
            color: #333;
        }

        .list li:before {
            content: "\f101";
            font-family: 'FontAwesome';
            color: #EA1E63;
            font-size: 14px;
            margin-left: -15px;
            margin-right: 6px;
            border: 1px solid #EA1E63;
            border-radius: 50%;
            padding: 2px 5px;
            width: 20px;
            height: 20px;
            box-sizing: border-box;
        }

    .list ul {
        margin: 5px 10px 5px 10px;
        padding: 0px;
        list-style: none;
    }


        .list ul li:before {
            content: "\f101";
            font-family: 'FontAwesome';
            color: #18A0DB;
            font-size: 18px;
            margin-left: -15px;
            margin-right: 6px;
            border: 0px solid #EA1E63;
            border-radius: 50%;
            padding: 0px;
            width: 0px;
            height: 0px;
            box-sizing: border-box;
        }

.inner {
    min-height: 453px;
}

.rightmenu {
    margin-top: -63px;
}

.inner h3 {
    color: #000;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 26px;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,.1);
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
}

    .inner h3 span {
        color: #ff7a5a;
    }

    .inner h3:before {
        position: absolute;
        height: 5px;
        width: 15%;
        bottom: -3px;
        background-color: #FF7A5B;
        content: '';
    }

.rightmenu .panel-danger {
    border: 0px;
    box-shadow: 0px 0px 6px rgba(0,0,0,.3);
    border-radius: 0px;
}

    .rightmenu .panel-danger > .panel-heading {
        border-radius: 0px;
        background-color: #FF7A5B;
        box-shadow: 0px 0px 6px rgba(0,0,0,.3);
        color: #fff;
        font-size: 20px;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-style: italic;
    }

    .rightmenu .panel-danger > .panel-body {
        border-radius: 0px;
        min-height: 250px;
        padding: 0px;
    }

.rightmenu .item a img {
    height: 50px;
    margin: 0 auto;
}

.rightmenu .item {
    margin: 10px;
}

.rightmenu .other-acty {
    background-color: #fff;
}

/*--------------news-events css---------------------------------*/
.news-text .owl-pagination {
    display: none;
}

.news-text .thumbnail ul {
    margin: 0px;
    padding: 0px 10px;
    list-style: none;
}

.news-text .owl-next i.fa, .news-text .owl-prev i.fa {
    color: #111f2d;
    font-size: 28px;
    padding: 0;
    transition: all 0.25s ease 0s;
}

.news-text .owl-buttons {
    position: absolute;
    width: 100%;
    text-align: right;
    top: -51px;
}

.news-text .owl-controls .owl-buttons div {
    background: #fff none repeat scroll 0 0;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin: 2px;
    opacity: 0.5;
    padding: 0px 4px;
}

.news-text .arw, .news-text .dtype {
    display: none;
}

.news-text .adtext {
    color: #000;
    display: inline-block;
}

.news-text .fa-file-pdf-o {
    display: none;
}

.news-text .dsize {
    display: block;
    font-size: 13px;
}

    .news-text .dsize:before {
        color: #c00;
        content: "\f1c1";
        font-family: "FontAwesome";
        padding-right: 2px;
    }

.news-text .ndate {
    color: #C9302C;
    font-size: 14px;
}
/* top highlights Section */
.high-lights {
    background-color: #333;
    /*box-shadow: 0px 0px 5px #929292;*/
    margin-bottom: 0px;
}

    .high-lights h3 {
        background-color: #333;
        margin: 0px;
        color: #fffa00;
        font-family: ralewayregular;
        font-size: 20px;
        font-style: italic;
        text-transform: uppercase;
        padding: 13px 0px;
        text-align: center;
    }

.triangle {
    border-color: transparent transparent transparent #333;
    border-style: solid;
    border-width: 13px;
    height: 0;
    position: absolute;
    right: -26px;
    top: 12px;
    width: 0;
}

.h-lights-scroll {
    padding: 13px 0px;
    color: #fffa00;
    font-size: 15px;
    font-family: Open Sans;
}

/*news*/

.newsscroll {
    list-style: none;
    margin: 0 auto;
    background: #fff;
    padding: 11px 8px 1px 8px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

    .newsscroll .arw {
        display: none;
    }

    .newsscroll .adtext {
        color: #000;
        display: inline-block;
    }

    .newsscroll .fa-file-pdf-o {
        display: none;
    }

    .newsscroll .dsize {
        display: block;
        font-size: 14px;
    }

        .newsscroll .dsize:before {
            color: #c00;
            content: "\f1c1";
            font-family: "FontAwesome";
            padding-right: 2px;
        }

    .newsscroll .nsize {
        font-size: 13px;
        color: #cf2c2c;
        margin: 0px;
    }

    .newsscroll .ndate {
        font-size: 13px;
        color: #000;
        margin: 0px;
    }

.dtype, .arw {
    display: none;
}

.arw {
    color: rgb(188, 60, 61);
    padding-right: 10px;
}

.dtype {
    color: rgb(14, 115, 182);
    padding-left: 10px;
}

.ndate {
    color: rgb(138, 109, 59);
}

.news-item {
    border-bottom: 1px solid rgb(228, 228, 228);
    margin: 6px 0;
    padding: 3px 10px;
}

    .news-item p {
        margin: 4px 0;
    }

.news-panel .arw {
    color: rgb(12, 8, 95);
    display: none;
    padding-right: 10px;
}

.news-panel .adtext {
    color: #fffa00;
    display: inline-block;
}

.news-panel .ndate {
    color: #fffa00;
    display: block;
    font-size: 12px;
}

    .news-panel .ndate::before {
        color: rgb(149, 0, 0);
        content: "";
        font-family: "FontAwesome";
        padding-right: 2px;
    }

.news-panel .dtype {
    color: rgb(204, 0, 0);
    display: none;
    padding-left: 10px;
    font-size: 12px;
}

.news-panel .fa-file-pdf-o {
    display: none;
}

.news-panel .dsize {
    color: #BF3300;
    display: block;
    font-size: 12px;
}

    .news-panel .dsize::before {
        color: rgb(30, 105, 162);
        content: "";
        font-family: "FontAwesome";
        padding-right: 2px;
    }

.ticker li::before {
    position: absolute;
    z-index: 0;
}


.newsscroll .news-item {
    background-color: #594e47;
    font-size: 14px;
    height: 48px;
    margin: 0 0 10px;
    padding: 11px 6px;
}

.pagination > li > a, .pagination > li > span {
    color: #337ab7;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
    border: none !important;
    background-color: transparent !important;
}
/*.newsscroll .news-item:nth-child(even) {border-left: 5px solid #e6821c;}
.newsscroll .news-item:nth-child(odd) {border-left: 5px solid #569f4a;}*/
.newsscroll .news-item a {
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    display: block;
}

    .newsscroll .news-item a:hover {
        text-decoration: none;
    }

.leftnews {
    background-color: transparent !important;
    border: none !important;
    margin-left: -18px;
}

.leftnews1 {
    padding: 0px !important;
}

.icon {
    background-color: #f66733;
    display: table-cell;
    float: left;
    height: 47px;
    margin: -11px 20px 0 -6px;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 50px;
    z-index: 10;
}

    .icon i {
        color: #fff;
        font-size: 30px;
        font-weight: bold;
        line-height: 30px;
        padding: 7px;
    }

#ticker1 {
    overflow-x: hidden !important;
}

#ticker2 {
    overflow-x: hidden !important;
}

.news .panel {
    border: 0 none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    background-color:#333;
}

.news {
    position: relative;
}

    .news .panel-warning > .panel-heading {
        background-color: #333;
        border-color: #333;
        color: #fffa00;
        font-family: "Open Sans",sans-serif;
        font-weight: bold;
        height: auto;
        overflow: hidden;
        text-transform: uppercase;
        font-size: 16px;
        padding-bottom: 11px;
    }

.news-annou .panel-warning > .panel-heading {
    background-color: #333;
    border-color: #333;
}

.play-pause {
    float: right;
    font-size: 12px;
    margin-top: 0px;
}

.news-panel {
    height: 288px;
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
