
body,
html {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    overflow-y: auto;
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
    color: #6f6f6f;
}
::-webkit-scrollbar { width: 2px;  }/* for vertical scrollbars */
::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.1); }
::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.5); }

@media (min-width: 1200px) { 
    .container { width: 1100px }
}
h1 {
    font-weight: 600;
}
h1 small { text-transform: lowercase }
h2 {
    line-height: 24px;
    font-weight: 300;
}
h5 { font-size: 16px }
p { font-size: 14px ;}
a {
    color: inherit;
    transition: all 0.5s;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #ffcc33;
}
.highlight { color: #373737;}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block }
* html .clearfix { height: 1% }
.clearfix { display: block }
/* Navigation */
#menu {
    margin-bottom: 0;
    background-color: #373737;
    padding: 10px 0;
    height: auto;
    border: 0px;
}

.navbar-brand img {
    height: 30px;
    width: auto;
}
.navbar-brand { padding: 12px 15px }

.navbar-nav > li > a {
    font-size: 13px;
    font-weight: 700;
    border: 1px solid transparent;
    padding: 8px 16px;
    margin: 8px 4px;
/*    text-transform: uppercase;*/
    transition: all 0.5s;
    color: #fff !important;
}
.navbar-default .navbar-nav > li > a.active,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
    border: 1px solid #EFECE6;
}
.navbar-default .navbar-toggle { border-color: transparent }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }
.navbar-default .navbar-toggle:hover>.navbar-default .navbar-toggle .icon-bar,
.navbar-default .navbar-toggle:focus>.navbar-default .navbar-toggle .icon-bar { color: #FFCC33 }
/* Home Style */
#home {
    background:url(../image/banner_bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: #828282;
}
#home .overlay {
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.73) 17%, rgba(0,0,0,0.66) 35%, rgba(0,0,0,0.55) 62%, rgba(0,0,0,0.4) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(17%,rgba(0,0,0,0.73)), color-stop(35%,rgba(0,0,0,0.66)), color-stop(62%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.4))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.73) 17%,rgba(0,0,0,0.66) 35%,rgba(0,0,0,0.55) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
    padding: 10% 0;
    background-attachment: fixed;
}
#home h1 { color: #FFFFFF; line-height: 64px; font-size: 44px;}
.content-heading p.lead { margin-bottom: 80px ; color: #FFF;}
a.goto-btn {
    font-size: 18px;
    font-weight: 700;
    border-bottom: 2px solid transparent;
    transition: all 0.5s;
}
a.goto-btn:hover {
    color: #FEFFFF;
    border-bottom: 2px solid #38A5DB;
}
/* Home Section Style 2 - With Video*/
#home.video .overlay {
    padding: 0;
    padding-top: 10%;
}
/* Home Section Style 3 - Slider*/
#home.slider { background: none }
#home.slider .overlay { padding: 0 }

/* Home Section Style 4 - App Header Style*/
#home.app .overlay { padding: 10% 0 5% 0 }
a.goto-btn { margin-right: 30px ; border: #fff 1px solid; padding: 12px 18px; color: #fff;}

/* Home Parallax Effect */
.parallax  .content-heading{
    padding: 20% 0;
    text-align: center;
}


/* Members Section */
#Members { padding: 60px 0 ; background-color: #fff; color: #909090;}
.team-member{
	text-align:center;
	margin-bottom:50px
}
#Members .row-top{
	margin-top:50px;
}
.team-member img{
        height: 240px;
        width: 240px;
	margin:0 auto;
	border:8px solid #f7f7f7;
	text-indent: 100vw;
}
.team-member h4{
	color:#373737;
	margin-top:25px;
	margin-bottom:0;
	text-transform:none
}
.team-member p{margin-top:0}
.text-muted{color:#777}
.section-header {
    text-align: center;
}
.section-header h2 { 
	text-transform: uppercase ; color: #333;}
.section-header h2 lable{
	color:#FFF;
}
.section-header h5 { letter-spacing: 1px ; color: #ADADAD;}
.fancy {
    line-height: 0.5;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px;
}
.fancy span {
    display: inline-block;
    position: relative;
}
.spanLine{
	border-bottom: 1px solid #2c85b1;
    top: 15px;x
}
.fancy span:before,
.fancy span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-bottom: 1px solid #E4E4E4;
    top: 15px;
    width: 1400px;
}
.fancy span:before {
    right: 100%;
    /* margin-right: 10px; */
}
.fancy span:after {
    left: 100%;
    /* margin-left: 10px; */
}
.Publications:hover i.fa,
.service:hover i.fa { 
	background-color: #333333
}
h4.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 400;
   /* text-transform: uppercase;*/
    color: #333;
    line-height: 20px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}
.btn-more button{
	background:#373737;
	height:50px;
	font-size:24px;
}
.btn-more button:hover{
	background:rgba(55,55,55,0.85);
}
/* About Us */
#About {
    background:#f9f9f9;
    color:#000;
    padding:80px 0;
}

#About h1 {
    color:#000;
    font-size:36px;
    line-height:42px;
    font-weight:300;
    margin-bottom:24px;
    position:relative;
}
#About h2, #About h5 {
    color:#000;

	}
#About p {
    font-size: 16px;
    line-height:36px;
    font-weight:400;
    margin-bottom: 8px;
}

#About a:hover{
    text-decoration:underline;
} 

#About .btn-theme.transparent {
    font-size:18px;
    text-decoration:none;
}

#About img {
    box-shadow:12px 0px 0px 12px rgba(238,238,238,0.55),
                -12px 0px 0px 12px rgba(238,238,238,0.55);
}
#About { padding: 60px 0 }
ul.social li a.fa {
    background: #FFCC32;
    width: 50px;
    height: 50px;
    padding: 15px;
    text-align: center;
    margin-right: -5px;
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 0;
}
ul.social li a.fa:hover { background-color: #333333 }
.experience-top{
	padding:80px 0 80px 0;
}
/* Counter */
#counter {
    margin-top: 50px;
}
.facts { padding: 0 ; margin-bottom: 8px;}
.facts .count-box { position: relative ; background-color: rgba(55, 55, 55, 0.85); margin: 0 4px;}
.count-box {
	color:#fff;
    -webkit-backface-visibility: hidden;
    padding: 30px 0;
    margin: 0;
    overflow: hidden;
    transition: all 0.5s;
    transform: translateX(0px) translateY(0%);
    -webkit-transform: translateX(0px) translateY(0%);
    -moz-transform: translateX(0px) translateY(0%);
    -ms-transform: translateX(0px) translateY(0%);
    -o-transform: translateX(0px) translateY(0%);
}

.count-box:hover,
.count-box:hover > i.fa { color: #000 }
.count-box:hover {
    -webkit-backface-visibility: hidden;
    background-color: #f6f6f6;
}
.counter i.fa {
    font-size: 40px;
    color: #FFFFFF;
}
.count-box.last {}
.item .hover-bg {
    position: relative;
    overflow: hidden;
}

/* Style 2 - Not Fullwidth */
#itemsWorkThree .box,
#itemsWorkTwo .box { margin-bottom: 30px }
#itemsWorkTwo .hover-bg .hover-text { padding: 30% 0 }
#itemsWorkTwo .box:hover .hover-bg .hover-text {
    background-color: rgba(255, 223, 125, 0.70);
    border: 10px solid rgba(185, 156, 72, 0.80);
}
#itemsWorkTwo .box .hover-bg .hover-text h5 small {
    text-transform: capitalize;
    color: #000000;
}
#itemsWorkTwo .box .hover-bg .hover-text h5 {
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    -webkit-transform: translateX(0%) translateY(400%);
    transform: translateX(0%)  translateY(400%);
    opacity: 0;
    transition: all 0.5s;
}
#itemsWorkTwo .box:hover .hover-bg .hover-text.off h5 {
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%)  translateY(0%);
    opacity: 1;
}
#itemsWorkTwo .box .hover-text i.fa {
    font-size: 20px;
    background: transparent;
    padding: 13px;
    position: relative;
    top: 40%;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    transition: all 0.5s;
    border: 1px solid #ffffff;
}
#itemsWorkTwo .box .hover-text i.fa:hover { background: #333333 }
/* Portfolio Style #3 */
#itemsWorkThree .box h5 {
    border: 1px solid #ddd;
    padding: 10px 0;
    margin: 0;
}
/* Isotope Filter */
.isotope-item { z-index: 2 }
.isotope-hidden.isotope-item { z-index: 1 }
.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.nivo-lightbox-theme-default .nivo-lightbox-title {
    font-size: 14px;
    background: #f1f1f1;
    border: 1px solid #333;
    letter-spacing: 2px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 35px;
    border-radius: 2px;
}
.nivo-lightbox-theme-default.nivo-lightbox-overlay {
}
.nivo-lightbox-theme-default .nivo-lightbox-nav,
.nivo-lightbox-theme-default .nivo-lightbox-close { opacity: 1 }
.nivo-lightbox-error {
    color: #C59A6D !important;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0) !important;
}
.nivo-lightbox-theme-default .nivo-lightbox-image img {
    background: #fff;
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.4);
}

/* publications Section */
.Publications i.fa {
    text-align: center;
    font-size: 30px;
    background-color: #333;
    color: #ffffff;
    padding: 25px 0;
    border-top-left-radius: 0;
    margin: 0 10px;
    margin-right: 20px;
    width: 92px;
    height: 90px;
    transition: background-color 0.5s;
}
#Publications .gray-bg { 
	position: relative 
}
.gray-bg .vline {
    position: absolute;
    height: 100%;
    padding: 5px;
    border-left: 3px solid #ffffff;
    left: 20%;
}
#Publications { padding: 0px 0 20px 0 ;background-color: #fff; color: #909090;}
.Publications { margin-bottom: 40px }



/*Projects Section*/
#Projects { 
	padding: 60px 0 
}
#SourceCode { 
	padding: 60px 0 
}
.SourceCode span{
	color:#515151;
    font-size:24px;
    line-height:42px;
    font-weight:300;
    margin-bottom:24px;
    position:relative;
}
.SourceCode p{
	margin:20px 0 20px 0;
}

 .row-fluid{
	width:100%;
	margin-top:3%;
} 
 .row-fluid:before,.row-fluid:after{
	content:"";
	display:table;
	line-height:0
}
 .row-fluid:after{clear:both}

 .row-fluid [class*=span]:first-child{margin-left:0}
 .row-fluid .span12{width:100%}
 .row-fluid [class*=span]{
	box-sizing:border-box;
	display:block;
	float:left;
	margin-left:2.12766%;
	min-height:30px;
	width:100%
}
 .row-fluid .thumbnails{margin-left:0}
 .row-fluid .span3{width:45%;}
 .thumbnails:before,.thumbnails:after{content:"";display:table;line-height:0}
 .thumbnails:after{clear:both}
 .thumbnails:before,.thumbnails:after{content:"";display:table;line-height:0}
 .thumbnails{list-style:outside none none;margin-left:-20px}
 .thumbnails li{background:#fff;-moz-box-shadow:3px 4px 7px #c0c0c0;-webkit-box-shadow:3px 4px 7px #c0c0c0;box-shadow:3px 4px 7px #c0c0c0}
 .thumbnails li:hover{background:#373737}
 .thumbnails li:hover .caption h3,.thumbnails li:hover .caption p,.thumbnails li:hover .caption span,.thumbnails li:hover .caption a,.thumbnails li:hover .caption a i{color:#fff}
 .thumbnail{background:no-repeat;border:0;border-radius:none;padding:16px}
.caption{padding:0 13px 30px}
.caption h3{color:#ffffff}
.caption p{line-height:30px;color:#444}
.caption span,.caption a{color:#666;text-decoration:none}
.caption a i{color:#0075b1}.glyphicon2{top:3px}
.carousel-control{
	border: 0px;
	border-radius:50px;
	display: inline-block;
	font-size: 34px;
	font-weight: 200;
	line-height: 18px;
	opacity: 0.5;
	padding: 4px 10px 0px;
	height: 30px;
	width: 15px;
}
@media (max-width:768px) {
	.row-fluid .span3{
		width: 100%;
		margin: 10px 0;
	}
	.carousel-control{
		 position: static;
	}
	.control-box{
		text-align: center;
	}
}

#sever-prev{
	left: -120px;
	top: 125px;
	background: none;
}
#sever-next span,
#sever-prev span{
	width:30px;
	background-color:#373737;
	border-radius:20%;
	
}
#sever-next span:hover,
#sever-prev span:hover{
	background:#999;
	/*
	width:35px;
	height:35px;
	border-radius:100%;*/
	
}
#sever-next{
	top:125px;
	right: -120px;
	background: none;
}

/*CFPs Section*/
#CFPs { 
	padding: 60px 0 
}
.CFPs i.fa {
    text-align: center;
    font-size: 30px;
    background-color: #333;
    color: #ffffff;
    padding: 25px 0;
    border-top-left-radius: 0;
    margin: 0 10px;
    margin-right: 20px;
    width: 92px;
    height: 90px;
    transition: background-color 0.5s;
}
#CFPs .gray-bg { 
	position: relative 
}
#CFPs { padding: 60px 0 20px 0 ;background-color: #fff; color: #909090;}
.CFPs { margin-bottom: 40px }
/*Read_Write Section*/
#Read_Write{
	padding: 60px 0;
}
#Read_Write h1{
	color:#515151;
    font-size:24px;
    line-height:42px;
    font-weight:300;
    margin-bottom:24px;
    position:relative;
}
#Read_Write label{
	margin-left:10%;
}
#Read_Write .read_write-box:hover{
	background-color: rgba(243,243,243, 0.5);
	-moz-box-shadow:3px 4px 7px #f5f5f5;-webkit-box-shadow:3px 4px 7px #f5f5f5;box-shadow:3px 4px 7px #f5f5f5
}




/* Footer */
#footer-copyright{
	background:#303030;
}
#footer-copyright img{
	margin-top:40px;	
}
.hm-footer-copyright p{
    color: #fff;
    text-transform: capitalize;
    padding: 45px 0;
}
.hm-footer-copyright p a {color: #fff;}
.hm-footer-copyright p a:hover{
	color: #ffcc00;
}

ul.social li a i {
    font-size: 18px;
    background: transparent;
    width: 32px;
    height: 32px;
    padding: 7px 0;
    text-align: center;
    border-top-left-radius: 0;
    border: 1px solid transparent;
    color: #ffffff;
    transition: all 0.5s;
}
ul.social li a i:hover { border-color: #ffffff }

#News{
	margin-top:-60px;	
}
#News .news-top-info{
	padding:50px 0;
}
#News .slidershow-bg{
	width:50px;
	background:#373737;	
}
#News .left-news-bg ul{
	height:450px;
	overflow:auto;
	font-size:12px;
	color:#333;
	padding:0 24px 0 32px;
}
#News .left-news-bg ul li:hover{
	background:rgba(55,55,55,.05);
	}
#News .left-news-bg ul li{
	border-bottom:1px solid #e5e5e5;
	line-height:50px;
	text-align:left;
	list-style-type:disc;	
}




