@import url(https://fonts.googleapis.com/css?family=Raleway:400,700);
@import url('https://fonts.googleapis.com/css?family=Bree+Serif');
@import url('https://fonts.googleapis.com/css?family=Oswald');
@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');


#jssor_1{font-family: 'Bree Serif', serif;}
*{margin:0px; padding:0px;}
a:link, a:hover, a:visited{text-decoration:none;}
.head{background: #ececec; width:100%;}
.topinfo{color:#FFF; line-height:35px; font-family: 'Raleway', sans-serif;}
.top-social a{padding: 6px 10px; background:#7c8e52; line-height:35px; width:35px; height:35px; color:#FFF !important; }

.headerwrap{height:92px; background:#FFF; z-index:10; position:relative;}
.logo img{margin-top:10px;}

.navicon{padding-left:5px; }
.navicon2{padding-left:105px; }

/* jssor slider loading skin oval css */

        .jssorl-oval img {
            animation-name: jssorl-oval;
            animation-duration: 1.2s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        @keyframes jssorl-oval {
            from {
                transform: rotate(0deg);
            }

            to {
                transform: rotate(360deg);
            }
        }


        /* jssor slider bullet navigator skin 05 css */
        /*
        .jssorb05 div           (normal)
        .jssorb05 div:hover     (normal mouseover)
        .jssorb05 .av           (active)
        .jssorb05 .av:hover     (active mouseover)
        .jssorb05 .dn           (mousedown)
        */
        .jssorb05 {
            position: absolute;
        }
        .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
            position: absolute;
            /* size of bullet elment */
            width: 16px;
            height: 16px;
            background: url('../img/b05.png') no-repeat;
            /*overflow: hidden;*/
            cursor: pointer;
        }
        .jssorb05 div { background-position: -7px -7px; }
        .jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
        .jssorb05 .av { background-position: -67px -7px; }
        .jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

        /* jssor slider arrow navigator skin 22 css */
        /*
        .jssora22l                  (normal)
        .jssora22r                  (normal)
        .jssora22l:hover            (normal mouseover)
        .jssora22r:hover            (normal mouseover)
        .jssora22l.jssora22ldn      (mousedown)
        .jssora22r.jssora22rdn      (mousedown)
        .jssora22l.jssora22lds      (disabled)
        .jssora22r.jssora22rds      (disabled)
        */
        .jssora22l, .jssora22r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 40px;
            height: 58px;
            cursor: pointer;
            background: url('../img/a22.png') center center no-repeat;
            /*overflow: hidden;*/
        }
        .jssora22l { background-position: -10px -31px; }
        .jssora22r { background-position: -70px -31px; }
        .jssora22l:hover { background-position: -130px -31px; }
        .jssora22r:hover { background-position: -190px -31px; }
        .jssora22l.jssora22ldn { background-position: -250px -31px; }
        .jssora22r.jssora22rdn { background-position: -310px -31px; }
        .jssora22l.jssora22lds { background-position: -10px -31px; opacity: .3;  }
        .jssora22r.jssora22rds { background-position: -70px -31px; opacity: .3;  }

.mycontainer{width:1260px !important; margin:0 auto;}		
		
.latest-news ul.demo2 {
	margin: 0px 0px 26px;
	padding: 0px;
	height: 273px !important;
	line-height: 1.1 !important;
}
.latest-news ul.demo2 li {
	background: rgba(230, 130, 28, 0.01);
	border: 1px solid #dbdbdb;
	border-left: 6px solid #e6821c;
	padding: 4px 6px;
	margin-bottom: 6px;
}
.latest-news ul.demo2 li a {
	color: #374957;
	font-size: 14px;
	line-height:20px;
}
.latest-news ul.demo2 li .size {
	color: #cf2c2c;
	display: block;
	font-size: 13px;
}
.latest-news ul.demo2 li .date {
	color: #000;
	font-size: 13px;
}


.welcome-section {
	background: url('../images/homepage-middle-bg.jpg') repeat-x;
	padding-bottom: 5px;
}
.welcome-section .container {
	background: #FFF;
}
.leader-msg {
	text-align: center;
	background: url('../images/leader-bg.jpg') repeat;
	color: #FFF;
	padding: 0px 5px 12px;
	font-size: 13px;
	min-height: 210px;
	position: relative;
	box-shadow:0px -8px 5px rgba(0, 0, 0, 0.36);
}
.leader-msg .leaders-img {
	width: 113px;
	height: 113px;
	border-radius: 50%;
	border: 1px solid #fff;
	background: #bbbebf;
	margin: 0 auto 0 auto;
	line-height: 110px;
	padding: 0px;
	position: absolute;
	overflow: hidden;
	left: 0;
	right: 0;
	top: -38px;
}
.leader-msg h3 {
	color: #feb639;
	font-size: 22px;
	padding-top: 90px;
	margin-top: 15px;
	font-family: 'Oswald', sans-serif;
}
.leader-msg .view-btn {
	display: inline-block;
	padding: 6px 8px;
	border: 1px solid;
	color: rgba(255, 255, 255, 0.72);
	position: absolute;
	left: 0;
	right: 0;
	width: 113px;
	text-transform: uppercase;
	margin: 0 auto;
	bottom: 12px;
}
.leader-msg .view-btn:hover {
	background: #FFF;
	color: #feb639;
}
.leaders {
	margin-top: -16px;
	position: relative;
	z-index: 99;
}
img {
    max-width: 100%;
}

.section-white{padding-top:15px; padding-bottom:15px;}
.welcome {
    font-size: 1.0em;
}
.welcome h3 {
    color: #492763;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    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;
}
.list{text-align:justify;}

.btn-orange {
    background-color: #7c8e52;
    color: #fff !important;
    position: relative;
    padding-left: 38px;
}
.btn {
    border-radius: 0px;
}
.btn-orange:hover .fa {
    background-color: #7c8e52;
}
.btn-orange .fa {
    padding: 10px 9px 9px 9px;
    left: 0px;
    position: absolute;
    top: 0px;
}

.news-section {
    background-image: url(../images/newsbg.jpg);
    background-repeat: no-repeat;
}
.news-section .container {
    padding: 15px;
}
.card{
background-color: #fff;
}
.news-section2 .card {
    border-radius: 0px;
    box-shadow: 0px 0px 5px rgba(0,0,0,.2);
    display: block;
    position: relative;
    z-index: 2;
    margin-bottom: 15px;
    min-height: 387px;
}
.news-section2 .card-header {
    background-color: #7c8e52;
    border-radius: 0px;
	line-height:40px;
}
.news-section2 .card-title, .news-section2 .card i {
    display: inline;
}
.news-section2 .card i {
    font-size: 25px;
    color: rgba(255,255,255,.7);
    margin-right: 6px;
    margin-left: 6px;
}
.news-section2 .card-title {
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 18px;
}
.news-section2 .card-block {
    padding: 0px 8px;
}
.nano {
    min-height: 302px;
}
.nano {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.nano .nano-content {
    padding: 0px;
}
.nano > .nano-content {
    position: absolute;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.news-section2 .card ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.news-section2 .card li {
    padding: 0px 0px 8px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,.2);
}
.newsscroll li:nth-child(odd) {
    border-left: 6px solid #c8ccd7;
}
.newsscroll li {
    position: relative;
}
.newsscroll .arw, .newsscroll .dtype, .events .arw, .events .dtype {
    display: none;
}
.newsscroll li a {
    color: #000;
}
.news-section .card-title, .news-section .card i {
    display: inline;
}
.dsize, .ndate {
    display: block;
    font-size: 12px;
}
.news-section .ndate {
    color: #401f68;
}
.dsize, .ndate {
    display: block;
    font-size: 12px;
}
.nano > .nano-pane {
    background: rgba(0,0,0,.25);
    position: absolute;
    width: 7px;
    right: 0;
    top: 0;
    bottom: 0;
    visibility: hidden\9;
    opacity: .01;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.nano > .nano-pane > .nano-slider {
    background: #00B9BE;
    position: relative;
    margin: 0 1px;
}
.viewall {
    height: auto;
    overflow: hidden;
    margin: 10px -8px -10px -8px;
    /*padding-bottom: 10px;*/
}
.viewall a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    background-color: #0096BF;
}
.viewall a span {
    float: right;
}
.fa.fa-file-pdf-o {
    color: #B40505 !important;
    font-size: 19px !important;
}
.newsscroll li:before {
    border-bottom: 10px solid transparent;
    border-left: 8px solid #c8ccd7;
    border-top: 10px solid transparent;
    content: "";
    height: 0;
    left: -3px;
    position: absolute;
    top: 32%;
    width: 0;
}
.newsscroll li:nth-child(even) {
    border-left: 6px solid #C87F20;
}
.newsscroll li:nth-child(even)::before{ border-left: 8px solid #C87F20;}
.news-section .card li {
    padding: 0px 0px 8px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0,0,0,.2);
}
.enlitender img {
    height: 13px;
}

.blog{
list-style-type:none;
}
.marquee{
width:100%;
height:400px;
overflow:hidden;
border:1px solid #ccc;
background:#FFF;
}
.quick-links {
    padding: 5px;
    margin: 45px 1px 0px 0px;
    min-height: 338px;
}
.about-bg {
    border: 1px solid #CCC;
    background: #fff;
}
.quick-links h2 {
    background-color: #7c8e52;
    color: #fff;
    padding: 8px;
}
.about-bg h2 {
    
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    margin: 0px;
    
}
.about-bg p {
    font-family: ralewayregular;
    line-height: 25px;
}
.quick-links ul {
    margin: 0px;
    padding: 0px;
}
.quick-links ul li {
    list-style: none;
    background: url(../images/Current-li.png) 4px 11px no-repeat;
    background-color: #9accf3;
    padding-left: 5px;
}
.quick-links ul li a {
    padding: 8px 10px 9px 10px;
    display: block;
    background-color: #ededed;
    margin: 7px 0px 7px 25px;
    color: #02438d;
    font-size: 15px;
}

.tax ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.tax ul li {
    float: left;
    width: 20%;
    box-sizing: border-box;
}
.tax ul li a {
    display: block;
    box-shadow: 0px 0px 5px rgba(0,0,0,.2);
    transition-duration: .2s;
    margin: 15px 8px;
    padding: 8px;
    text-align: center;
    color: #000;
    min-height: 153px;
	background: #fff;
}
.tax ul li img {
    height: 70px;
    margin-bottom: 15px;
}
.tax ul li a span {
    display: block;
}
.tax ul li a:hover{box-shadow:0px 0px 25px rgba(0,0,0,.4); text-decoration:none;}



#owl-demo .item{
  margin: 3px;
}
#owl-demo .item img{
  display: block;
  width: 100%;
  height: auto;
}


.implink {
    background-image: url(../images/impbg.jpg);
    background-repeat: no-repeat;
}
.section-white {
    padding-top: 15px;
    padding-bottom: 15px;
}
.main-heading {
    text-align: center;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    color: #fff;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.main-heading span {
    position: relative;
}
.main-heading span:after {
    position: absolute;
    content: '';
    height: 5px;
    background-color: #fff;
    right: 0px;
    left: 0px;
    margin: 0px auto;
    width: 30%;
    bottom: -10px;
}
.brand-items {
    margin-bottom: 30px;
}

.brand-item {
    padding: 5px;
    border: 1px solid #ccc;
    background-color: rgba(255,255,255,1);
    margin: 0px 5px;
    transition-duration: .2s;
}
.caro h3 {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 26px;
    position: relative;
    margin: 0px 0px 10px 0px;
    padding: 0px 0px 10px 0px;
	text-align:center;
}
.implink {
    background-image: url(../images/impbg.jpg);
    background-repeat: no-repeat;
}
.section-white {
    padding-top: 15px;
    padding-bottom: 15px;
}
.box div{
	margin-bottom:15px;	
}
.bg{background-color: #345404; color:#FFF;}
.footer{padding:15px;}


ul{
			list-style: none outside none;
		    padding-left: 0;
            margin: 0;
		}
        .demo .item{
            margin-bottom: 20px;
        }
		.content-slider li{
		    background-color: #ed3020;
		    text-align: center;
		    color: #FFF;
		}
		.content-slider h3 {
		    margin: 0;
		    padding: 10px 0;
		}
		.demo{
			width: 800px;
		}
.pgimg{width:100%;}




.breadcru {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.breadcru ol {
	background-color: #7c8e52;
	border-radius: 0;
	color: #fff;
}
.breadcru .active {
	color: #fff;
}
.breadcru ol li a {
	color: #fff;
}

.btn{
	padding: 10px 20px !important;	
}
.panel-body {
    padding: 15px !important;
}

.inner-page .panel-heading {
    background-color: #e29214;
    border-color: #e29214;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    font-weight: 500;
	margin-bottom:15px;
}


@media all and (max-width:768px) {
	.leaders{
		margin-top: 0px;
    position: relative;
    z-index: 99;	
	}

    div.a {
    line-height: normal;
    }

	div.b {
    line-height: 1.6;
	}


	
}