﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i');
@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,500,500i,600,600i,700,700i');

body {
    font-family: 'Open Sans', sans-serif;
    color: #535353;
    font-size: 1.50em;
}

h1, h2, h3, h4, h5 {
    font-family: 'Raleway', sans-serif;
}
/*SECTION TOP NAV*/
.top-nav {
    background-color: #231F20;
    border-top: 3px solid transparent;
    /*border-image: url(../images/top-border.png) 30 30 30 30 round round;*/
    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-right: solid 1px RGBA(179, 174, 174, 0.65);
            padding-left: 2px;
            padding-right: 10px;
        }

        .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: 16px;
    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: #49A5D5;
    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;
    margin-left: 0 !important;
    padding: 0;
    position: relative;
    top: 22px;
    float: right;
}

    ul.social-network li {
        display: inline;
        margin: 0 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.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;
}

/*LOGO SECTION*/
header {
    background-image: url(../images/headerbg.JPG);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9999;
    position: relative;
}

.logo-section {
    position: relative;
    padding: 0px 0px;
    margin-bottom: 0px;
    border-bottom: solid 1px #ddd;
    background: -moz-linear-gradient(left, rgba(220, 204, 9, 0.94) 0%, rgba(241, 245, 12, 0.94) 1%, rgba(186, 197, 18, 0.94) 100%);
    background: -webkit-linear-gradient(left, rgba(220, 204, 9, 0.94) 0%,rgba(241, 245, 12, 0.94) 1%,rgba(186, 197, 18, 0.94) 100%);
    background: linear-gradient(to right, rgba(220, 204, 9, 0.94) 0%,rgba(241, 245, 12, 0.94) 1%,rgba(186, 197, 18, 0.94) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0099edc', endColorstr='#f07c2763',GradientType=1 );
}

    .logo-section .logo {
        padding: 5px 0px;
    }

    .logo-section .custom-search-form {
        padding: 5px;
        margin-top: 10px;
    }
/*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(230, 112, 10, 0.92);
    border-color: #F2B54A;
    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: #fff;
        padding: 13px 25px;
    }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: #231F20;
    }

    .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
        color: #fff;
        background-color: #231F20;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        color: #fff;
        background-color: #231F20;
    }

.navbar-nav > li > a {
    padding: 15px 17px;
}

.navbar .dropdown-menu {
    width: 200px !important;
    border-radius: 0px;
    background-color: rgba(0,0,0,.9);
    padding: 0px;
    border-bottom: 3px solid #e6700a;
}

    .navbar .dropdown-menu li {
        border-bottom: 1px solid rgba(0,0,0,.1);
    }

    .navbar .dropdown-menu > li > a {
        color: #fff;
        font-size: 0.9;
    }

        .navbar .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
            background-color: #fff;
            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: #000;
    }

    .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: 15px;
    padding-bottom: 45px;
}

.main-heading {
    font-family: 'Raleway', sans-serif;
    text-align: center;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    color: #000;
    margin-bottom: 30px;
}

    .main-heading span {
        border-bottom: 1px solid #FBC702;
        padding-bottom: 16px;
    }

        .main-heading span:after {
            border: 2px solid #FBC702;
            height: 14px;
            width: 20px;
            display: block;
            content: "";
            left: 0%;
            right: 0;
            margin: 10px auto;
            position: absolute;
        }

.bigthumb {
    min-height: 320px;
    background-color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.2);
    position: relative;
}

    .bigthumb img {
        min-height: 110px;
        width: 100%;
    }

    .bigthumb h5 {
        color: #000;
        padding: 8px 10px;
        margin: 0px;
        text-transform: uppercase;
        font-weight: bold;
        border-bottom: 1px solid #E1E1E1;
        min-height: 46px;
    }

    .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 {
    text-align: justify;
}

    .welcome h3 {
        color: #308EAB;
    }

.imageshadow {
    border: 4px solid #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}

.services {
    background-image: url(../images/services-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

    .services .main-heading {
        color: #fff;
    }

        .services .main-heading span {
            border-bottom: 1px solid #fff;
        }

            .services .main-heading span:after {
                border: 2px solid #fff;
                background-color: rgba(255,255,255,.8);
            }

.service-box {
    position: relative;
    background-color: #FFF;
    min-height: 100px;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0px 0px 5px rgba(0,0,0,.2);
    margin-top: 40px;
}

    .service-box .fa {
        border: 4px solid #fff;
        /*border-radius: 50%;*/
        font-size: 30px;
        height: 60px;
        left: 0;
        margin: -38px auto 0;
        padding: 8px;
        position: absolute;
        right: 0;
        text-align: center;
        width: 65px;
        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;
    }

    .service-box span {
        text-align: center;
        color: #000;
        padding-top: 30px;
        display: block;
        font-size:16px
    }

        .service-box span a {
            color: #000;
        }

    .service-box a {
        text-decoration: none;
    }

.green {
    background-color: #7DB343;
}

.yellow {
    background-color: #FEB301;
}

.purple {
    background-color: #7E57C2;
}

.pink {
    background-color: #EC3F7A;
}

.cyan {
    background-color: #00BCD5;
}

.voilet {
    background-color: #3F51B5;
}

/*.service-box:hover .fa {
    -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;
    margin: -45px auto 0;
}*/


/*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 {
    background-image: url(../images/footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.footlink {
    background-color: #FFC602;
    padding: 15px;
    margin-top: -25px;
    box-shadow: 0px 0px 3px rgba(0,0,0,.5);
    margin-bottom: 15px;
}

    .footlink ul {
        margin: 0px;
        padding: 0px;
        text-align: center;
        list-style: none;
    }

        .footlink ul li {
            display: inline-block;
            border-right: 1px solid #000;
        }

            .footlink ul li:last-child {
                border-right: 0px solid #000;
            }

            .footlink ul li a {
                display: block;
                padding: 0px 10px;
                color: #000;
                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;
    padding-top:10px;
}

    .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: #12202B;
    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: rgba(35, 31, 32, 0.91);
}


/*inner page css*/

.innerbanner {
    min-height: 120px;
    background-color: #0CF;
    background-image: url(../images/innerbg.jpg);
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding-top: 65px;
}

.inner-service {
    padding-bottom: 50px;
}

.breadcrumb {
    background-color: rgba(245, 245, 245, 0.09);
    border-radius: 4px;
    list-style: outside none none;
    margin-bottom: 0px;
    padding: 8px 15px;
}

    .breadcrumb li {
        color: rgba(255,255,255,.8);
    }

        .breadcrumb li a {
            color: #f8ff03;
        }

    .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;
        }


.leaderbox {
    border: 1px solid #e6700a;
    min-height: 180px;
    margin-bottom: 12px;
    text-align: center;
}

    .leaderbox img {
        border-radius: 50%;
        width: 53%;
        margin: 8px;
        padding: 4px;
        border: 2px solid #e6700a;
    }

.ldrtext {
    background-color: #e6700a;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    padding: 5px;
    min-height: 60px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.36);
}

    .ldrtext span {
        font-weight: normal;
        display: block;
    }

    .content .min-padding {
    padding: 0px 6px;
}

    .newsticker {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	height:268px; overflow: hidden !important; 
}
.newsticker .arw {
	display: none;
}
.newsticker .adtext {
	color: #000;
	display: inline-block;
}
.newsticker .fa-file-pdf-o {
	display: none;
}
.newsticker .dsize {
	display: block;
	font-size: 14px;
}
.newsticker .dsize:before {
	color: #c00;
	content: "\f1c1";
	font-family: "FontAwesome";
	padding-right: 2px;
}

.dtype, .arw {
	display: none;
}

.news-item {
	margin: 0px 0px 5px 0px;
	border-bottom: 1px solid #EAEAEA; font-size:15px;
}
.news-item a {
	color: rgba(0,0,0,1);
}
.news-item a:hover {
	text-decoration: underline;
}
.ndate {
	color:#229EDE;
	font-size: 14px;
	margin: 5px 0px;
}
.nsize {
	color: #FD5354;
	font-size: 14px;
	margin: 5px 0px;
}
.btn-default{background-color:#fff; color:#333; border:1px solid #eee;}
.btn-default:hover{color:#000; background-color:#eee;}
.play-pause {
    color: rgba(255, 255, 255, 0.77);
    cursor: pointer;
    display: inline-block;
    float: right;
    text-align: right;
}
.content .panel{ border-color:#e6700a; border-radius:0px;}
.content .panel-heading, .content .panel-body{ padding:10px; border-radius:0px;}
.content .panel-heading{ background-color:#e6700a; color:#fff; box-shadow:0px 0px 5px rgba(0, 0, 0, 0.36);}
.content .panel-heading h4{ margin:0px; display:inline-block;}
.content p{ text-align:justify; line-height: 2;}
.content .panel-body{ min-height:415px;}
.pt-70 {
    padding-top:70px;
}
.mb-35 {
    margin-bottom:35px;
}