/* ==== Google font ==== 
@import url('https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic,900|Open+Sans:300,400,600,700');
*/
/* === fontawesome === 
    @import url('font-awesome.css');
*/

/* ===================================
      General
==================================== */

body {
	font-family: 'Open Sans', Arial, sans-serif;        
	font-size: 14px;
	font-weight: 300;
	line-height: 1.6em;
	color: #656565;
}
a:active {
	outline: 0;
}
.clear {
	clear: both;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 1.1em;
	color: #666;
	margin-bottom: 20px;
}
.highlight {
	color: #fff !important;
	padding: 0 8px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.color-white {
	color: #fff;
}
/* ===================================
   layout
==================================== */

#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
}
#wrapper.boxed {
	width: 1230px;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	background: #fff;
}

.row.nomargin, .row-fluid.nomargin {
	margin-bottom: 0;
}
.list-inline>li {
    display: inline-block;
    padding-right: 0px;
    padding-left: 0px;
}
/* ===================================
            Header
==================================== */


header .top .row {
	margin-bottom: 0;
}
header .top {
	padding: 0px 0;
	margin: 0;
	background: #0082ff;
}
header .top {
	border-bottom: 1px solid #ddd;
        background-color: #fff;
}
header .top ul.topleft-info {
	list-style: none;
	margin: 10px 0 0;
	padding-left: 0;
	float: left;
}
header .top ul.topleft-info li {
	display: inline;
	margin: 0 20px 0 0;
	padding: 0;
	font-weight: 600;
}
header .top ul.topleft-info li a:hover {
	text-decoration: none;
	outline: 0;
}
ul.social-network {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top:8px;
}
ul.social-network li {
	display: inline;
	margin: 0 2px;
}
header .top ul.social-network li a:hover {
	-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;
	color: #012544;
}
ul.social-network li i.fa-2x {
    font-size: 37px;
}
header .top ul.social-network li a {
	    color: #b8fcff;
}
header .top .btn-info {
    color: #fff;
    background-color: #428c07;
    border-color: #428c07;
    border-radius: 0;
    margin-top: 8px;
}
header .top .btn-info:hover, header .top .btn-info:focus {
    background-color: #2c6300;
	-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;
}
.company-name{
   color: #fffc00;
   margin-top: 6px;
    font-size: 24px;
    margin-bottom: 0px;	
}

/* -- end top area */

header .navbar {
	margin-bottom: 0;
}
.navbar-default {
	border: none;
}
.navbar-brand {
	color: #222;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: -1px;
	margin-top: 30px;
	padding: 0 0 0 15px;
}
header .navbar-collapse ul.navbar-nav {
	float: right;
	margin-right: 0;
}
header .navbar-default {
	background-color: #12544;
	border-bottom: 1px solid #ddd;
}
header .nav li a:hover, header .nav li a:focus, header .nav li.active a, header .nav li.active a:hover, header .nav li a.dropdown-toggle:hover, header .nav li a.dropdown-toggle:focus, header .nav li.active ul.dropdown-menu li a:hover, header .nav li.active ul.dropdown-menu li.active a {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
header .navbar-default .navbar-nav > .open > a, header .navbar-default .navbar-nav > .open > a:hover, header .navbar-default .navbar-nav > .open > a:focus {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

header .navbar {
    
    min-height: 40px;
    background-image: linear-gradient(to bottom, tomato, tomato);
    color: #000;
    margin: 0px 5px;
    padding: 0px 0px;
    border-radius: .25rem;
    font-size: 12px;
    text-align: center;
    text-transform: capitalize;
    transition: all ease-in .3s;
    
}

header .navbar-nav > li {
	padding-bottom: 0px;
	padding-top: 0px;
}
header .navbar-nav > li > a {
	padding-bottom: 2px;
	padding-top: 2px;
	line-height: 30px;
	font-weight: 700;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
header .nav .caret {
	border-bottom-color: #f5f5f5;
	border-top-color: #f5f5f5;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: #fff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: #fff;
}
.dropdown-menu {
	box-shadow: none;
	border-radius: 0;
	border: 1px solid #fff;
}
header .navbar-nav > li > ul > li {
	border-bottom: 1px solid #fff;
}
header .navbar-nav > li > ul > li.dropdown-submenu > ul > li {
	border-bottom: 1px solid #eee;
}
.dropdown-menu li:last-child {
	padding-bottom: 0 !important;
	margin-bottom: 0;
}
header .nav li .dropdown-menu {
	padding: 0;
}
header .nav li .dropdown-menu li a {
	line-height: 20px;
	padding: 3px 12px;
	color: #000;
        background-color: #b8fcff;
}
header .nav>li>a {
    position: relative;
    display: block;
    padding: 5px 16px;
}
header .nav>li>a:first-child {
    padding-left:10;
    color: white;
}
/* --- menu --- */

header .navigation {
	float: right;
}
header ul.nav li {
	border: none;
	margin: 0;
}
header ul.nav li a {
	font-size: 14px;
	border: none;
	font-weight: 500;
	text-transform: capitalize;
}
header ul.nav li ul li a {
	font-size: 13px;
	border: none;
	font-weight: 400;
	text-transform: none;
}
.navbar .nav > li > a, .navbar .nav > li.active > .dropdown-menu > li > a, .navbar-default .navbar-nav>.active>a {
	color: #000;
	text-shadow: none;
}
.dropdown-menu li:hover, .dropdown-menu li a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a, .dropdown-menu .active > a, .dropdown-menu .active > a:hover {
	background: #f5f5f5;
}
.navbar .nav a:hover {
	background: none;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover {
	background: none;
	font-weight: 500;
}
.navbar .nav > .active > a:active, .navbar .nav > .active > a:focus {
	background: none;
	outline: 0;
	font-weight: 500;
}
.navbar .nav li .dropdown-menu {
	z-index: 2000;
}
header ul.nav li ul {
	margin-top: 1px;
}
header ul.nav li ul li ul {
	margin: 1px 0 0 1px;
}
.dropdown-menu .dropdown i {
	position: absolute;
	right: 0;
	margin-top: 3px;
	padding-left: 20px;
}
.navbar .nav > li > .dropdown-menu:before {
	display: inline-block;
	border-right: none;
	border-bottom: none;
	border-left: none;
	border-bottom-color: none;
	content: none;
}
ul.nav li.dropdown a {
	z-index: 1000;
	display: block;
}
header .nav .dropdown:hover > .dropdown-menu {
	display: block;
	margin-top: 0;
}
/* sub menu */

header ul.nav li ul li.dropdown-submenu li a {
	color: #444;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -1px;
	margin-left: 1px;
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0;
	border-radius: 0 0 0 0;
}
.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}
.dropdown-submenu>a:after {
	display: block;
	content: "\f105";
	font-family: 'FontAwesome';
	float: right;
	width: 0;
	height: 0;
	margin-top: 0;
	margin-right: 0px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.dropdown-submenu:hover>a:after {
	border-left-color: #fff;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 0px;
}
ul.date{
    margin-bottom: 0;
    line-height: 40px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
	letter-spacing: 0.5px;
}
/*=================================
-----------Counter Box-------------                 
=================================*/
#content-wrap{
        background:url(../img/bg2.png) no-repeat;
	padding-bottom: 0%;
        height: 500px;
}
.space{
	margin:90px 0;
}
.box-counter{
	border: 2px solid #428c07b5;
    border-radius: 10px;
	background: white;
}
.box-counter h3{
	font-size: 18px;
    font-weight: 500;
    margin: 0;
    border-bottom: 2px solid #428c07b5;
    padding: 15px 0;
    text-align: center;
	color: #383838;
}
.box-counter p{
    font-size: 28px;
    font-weight: 600;
    font-family: times new roman;
    border: 2px solid #428c07b5;
    border-radius: 50%;
    text-align: center;
    padding: 60px 0;
    margin: 15px 5px;
	color: #383838;	
}
/*=================================
-----------Events-------------                 
=================================*/
.events-scroll{
	
        display: inline-block;
        padding: 0px 10px 10px 10px;
	width: 100%;
	margin-top: 50px;
}
h3.events-heading{
    background: #e0e0e0;
    margin: 30px 0px 55px 0px;
    border: 1px solid #929292;
    padding: 12px 7px;
    font-size: 18px;
    color: #353535;
    border-radius: 5px;
    letter-spacing: 0.5px;
}
.infolist {
	margin: 0;
}
.infolist ul {
	margin: 0;
	padding: 0;
}
.infolist ul li {
	list-style: none;
	line-height: 26px;
	margin: 0px; 
	padding: 10px 0;
	border-bottom: 1px solid #cccccc;
	height: 70px;
}
.infolist ul li a {
    color: #2d2d2d;
    font-size: 13px;
    font-weight: 600;
}
.date-post{
	font-size: 13px;
    color: #2d2d2d;
}
.infocontent {
	height: 210px;
	overflow: hidden;
}

/*================================
         Footer 
=================================*/
footer{
    background: #012544;
    padding: 5px 0;
    position: fixed;
    bottom: 0;
    width: 100%;	
}
footer p{
	margin:0;
	font-size: 14px;
    font-weight: 600;
    color: #ffd400;
	line-height: 10px;
}
/* ===============================
     Divider, Line & Misc
================================ */

.solidline {
	border-top: 1px solid #f5f5f5;
	margin: 0 0 30px;
}
.dottedline {
	border-top: 1px dotted #f5f5f5;
	margin: 0 0 30px;
}
.dashedline {
	border-top: 1px dashed #f5f5f5;
	margin: 0 0 30px;
}
.blankline {
	height: 1px;
	margin: 0 0 30px;
}

/* =============================
       Media queries 
============================= */

@media (min-width: 979px) and (max-width: 1200px) {
#wrapper.boxed {
	width: 1000px;
	margin: 0 auto;
}
}
 @media (min-width: 768px) and (max-width: 979px) {
    #wrapper.boxed {
            width: 784px;
            margin: 0 auto;
    }
    a.detail {
            background: none;
            width: 100%;
    }
    .space {
        margin: 28px 0;
    }
    .box-counter{
            margin-bottom:30px;
    }
    footer {
       position: relative;    
    }
    .events-scroll{
            margin-top:0;
    }
}
 @media (max-width: 767px) {
body {
	padding-right: 0;
	padding-left: 0;
}
#wrapper.boxed {
	width: 90%;
	margin: 0 auto;
}
.navbar-brand {
	margin-top: 10px;
	border-bottom: none;
}
.navbar-header {
	border-bottom: none;
}
.space {
    margin: 28px 0;
}
.box-counter{
	margin-bottom:30px;
}
.navbar-nav {
	border-top: none;
	float: none;
	width: 100%;
	margin: 0;
}
header .navbar-nav > li {
	padding-bottom: 0;
	padding-top: 0;
}
header .nav li .dropdown-menu {
	margin-top: 0;
}
.stats > div {
	margin-bottom: 30px;
}
.dropdown-menu {
	position: absolute;
	top: 0;
	left: 40px;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 13px;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #f5f5f5;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 0;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.navbar-collapse.collapse {
	border: none;
	overflow: hidden;
	width: 100%;
}
#inner-headline .breadcrumb {
	float: left;
	clear: both;
	width: 100%;
}
footer .col-lg-1, footer .col-lg-2, footer .col-lg-3, footer .col-lg-4, footer .col-lg-5, footer .col-lg-6, footer .col-lg-7, footer .col-lg-8, footer .col-lg-9, footer .col-lg-10, footer .col-lg-11, footer .col-lg-12 {
	margin-bottom: 20px;
}
#sub-footer ul.social-network {
	float: left;
}
 [class*="span"] {
 margin-bottom:20px;
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
}
footer {
   position: relative;    
}
.events-scroll{
	margin-top:0;
}
 @media (max-width: 480px) {
 }
.bottom-article a.pull-right
{
	float: left;
	margin-top: 20px;
}
.search {
	float: left;
}
.company-name {    
    font-size: 24px;
	margin: 13px 0px;
}

 @media (max-width: 360px) 
 {
     
}

@media print {
  #printPageButton {
    display: none;
  }
}