body, html {
    margin: 0;
    padding: 0;
    font-family: 'Fira Sans','Roboto', sans-serif;
    width: 100%;
    height: 100%;
}

h2 {
	padding: 4;
	margin: 0;
	text-align: center;
	color:#F48120;
	font-size: 28px;
}

.bg {
    background-image: url("asset/header.jpg");

    width: auto;
	height: 100%;
 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.container {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 18px;
}

.subcon {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 10;
}

.footer {
	background-color: #F48120;
	font-size: 14;
	text-align: center;
	color: #fff;
	height:40px;
	display: block;
	line-height:40px;
}

.box2 {
	width: 100%;
	max-width: 540px;
	height: 285px;
	display: block;
	float: left;
	margin-left: 5px;
	padding: 0;
}

.box2 .caption {
	width: 100%;
	display: block;
	height: 30px;
	font-size: 16;
	background-color: #6D6E71;
	color: #fff;
	line-height: 30px;
	text-align: center;
}

.box2sub {
	width: auto;
	height: 250px;
	display: block;
	background-size: cover;
	display: table;	
	cursor: context-menu;
}

.box2sub .text {
	opacity: 0;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background-color: #FFF;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 16px;
}

.box2 .text_1 {
	background-color: #00bde3;
}

.box2 .text_2 {
	background-color: #e11937;
}

.box2 .text_3 {
	background-color: #f79546;
}

.box2 .text_4 {
	background-color: #55b749;
}

.box2sub_1 {
	background-image: url("asset/corcom.jpg");
}

.box2sub_1:hover .text {
	opacity: 1;
}

.box2sub_2 {
	background-image: url("asset/mediarel.jpg");
}

.box2sub_2:hover .text {
	opacity: 1;
}


.box2sub_3 {
	background-image: url("asset/event.jpg");
}

.box2sub_3:hover .text {
	opacity: 1;
}
.box2sub_4 {
	background-image: url("asset/addon.jpg");
}

.box2sub_4:hover .text {
	opacity: 1;
}

.spacer {
	width: 100%;
	height: 50px;
	display: block;

}

.col-30 {
	width: 30%;
	height: auto;
	display: block;
	float: left;
}

.col-35 {
	width: 35%;
	height: auto;
	display: block;
	float: left;	
}

.navbar {
	width: 100%;
	display: none;
	position: fixed;
	border-bottom: 1px solid #F48120;
	clear: both;
	background-color: #fff;
}

.navbar img{
	float: left;
	width: 180px;
	height: auto;
	margin-left: 20px;
	margin-top: 6px;
}
.navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #fff;	
    float: right;
}


.navbar li {float: left;}

.navbar li a {
    display: block;
    color: #F48120;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-weight: 600;
}

.navbar li:hover {
	background-color: #F48120;
	color: #fff;
}

.navbar li:hover a{
	color: #fff;
}

.case-study {
	width: 100%;
	height: 250px;
	background-image: url('asset/case-studies.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  
}

@media only screen and (max-width: 1000px) {
	body {
		font-size: 14px;
	}

	.box2 {
		float: none;
		max-width: 100%;
		margin-bottom: 10px;
	}

	.subcon {
		width: 94%;
		max-width: 94%;
		margin: 0 auto;
		padding: 0;
		/*background-color: green; */
	}

	.client_list {
		width: 100%;
	}

	.container {
		width: auto;
		font-size: 14px;
		
	}

	.box2sub {
		width: 100%;
	    background-repeat: no-repeat;
	    background-position: center center;	
	}

	.box2sub .text {
		font-size: 14px;
	}

	[class*="col-"] {
	   width: 100%;
	   margin-bottom: 10px;
	   text-align: center;
	}

	.navbar li {
		/*float: none;*/
	}
   
   .navbar {
   	display: none;
   }
}
}