/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

@font-face {
	font-family: 'Oswald';
	src: url('../fonts/Oswald-Light.eot');
	src: url('../fonts/Oswald-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Oswald-Light.woff') format('woff'),
		url('../fonts/Oswald-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Oswald';
	src: url('../fonts/Oswald-Bold.eot');
	src: url('../fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Oswald-Bold.woff') format('woff'),
		url('../fonts/Oswald-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Oswald';
	src: url('../fonts/Oswald-Regular.eot');
	src: url('../fonts/Oswald-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Oswald-Regular.woff') format('woff'),
		url('../fonts/Oswald-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-light.eot');
    src: url('../fonts/lato-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-light.woff2') format('woff2'),
         url('../fonts/lato-light.woff') format('woff'),
         url('../fonts/lato-light.ttf') format('truetype'),
         url('../fonts/lato-light.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold.eot');
    src: url('../fonts/lato-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold.woff2') format('woff2'),
         url('../fonts/lato-bold.woff') format('woff'),
         url('../fonts/lato-bold.ttf') format('truetype'),
         url('../fonts/lato-bold.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular.eot');
    src: url('../fonts/lato-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular.woff2') format('woff2'),
         url('../fonts/lato-regular.woff') format('woff'),
         url('../fonts/lato-regular.ttf') format('truetype'),
         url('../fonts/lato-regular.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latoblack';
    src: url('../fonts/lato-black.eot');
    src: url('../fonts/lato-black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-black.woff2') format('woff2'),
         url('../fonts/lato-black.woff') format('woff'),
         url('../fonts/lato-black.ttf') format('truetype'),
         url('../fonts/lato-black.svg#latoblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
	height: 100%;
}
body {
	padding-top: 0px;
	font-family: 'Oswald';
	font-weight: normal;/* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}
.img-portfolio {
	margin-bottom: 30px;
}
.img-hover:hover {
	opacity: 0.8;
}
/* Home Page Carousel */

header.carousel {
	height: 50%;
}
header.carousel .item, header.carousel .item.active, header.carousel .carousel-inner {
	height: 100%;
}
header.carousel .fill {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}
/* 404 Page Styles */

.error-404 {
	font-size: 100px;
}
/* Pricing Page Styles */

.price {
	display: block;
	font-size: 50px;
	line-height: 50px;
}
.price sup {
	top: -20px;
	left: 2px;
	font-size: 20px;
}
.period {
	display: block;
	font-style: italic;
}
/* Footer Styles */

footer {
	margin: 50px 0;
}

/* Responsive Styles */

@media(max-width:991px) {
 .customer-img,  .img-related {
 margin-bottom: 30px;
}
}
 @media(max-width:767px) {
 .img-portfolio {
 margin-bottom: 15px;
}
 header.carousel .carousel {
 height: 70%;
}
}
.first_section {
	  background: #f6f8f7 url("../images/banner_bg.jpg") no-repeat scroll 0 70px / 100% 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}
.header_wrapper {
	margin:0;
	padding:0 0px;
	width:100%;
}
.logo_area {
	padding: 20px 0 18px;
}
topheaderbar {
	background: white none repeat scroll 0 0;
	border-bottom: 1px solid #e0e3e6;
	color: #fff;
	line-height: 0;
	padding: 0px 50px;
	position: fixed;
	transition: all 0.4s ease 0s;
	width: 100%;
	z-index: 999999;
}
topheaderbar.sticky {
	background: #fff none repeat scroll 0 0;
}
.searchbox {
	float: right;
	height: 21px;
	min-width: 50px;
	overflow: hidden;
	position: relative;
	transition: width 0.3s ease 0s;
	width: 100%;
}
.searchbox-input {
	top:0;
	right:0;
	border:0;
	outline:0;
	background:#dcddd8;
	width:100%;
	height:50px;
	margin:0;
	padding:0px 55px 0px 20px;
	font-size:20px;
	color:red;
}
.searchbox-input::-webkit-input-placeholder {
 color: #d74b4b;
}
.searchbox-input:-moz-placeholder {
 color: #d74b4b;
}
.searchbox-input::-moz-placeholder {
 color: #d74b4b;
}
.searchbox-input:-ms-input-placeholder {
 color: #d74b4b;
}
.searchbox-icon, .searchbox-submit {
	background: white none repeat scroll 0 0;
	border: 0 none;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: verdana;
	font-size: 53px;
	height: 20px;
	line-height: 0;
	margin: 0;
	outline: 0 none;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 52px;
}
.searchbox-open {
	width:0%;
}
.searchbox ul {
	margin:0;
	padding:0 0 0 52px;
	text-align:right;
}
.searchbox ul li {
	margin:0;
	padding:0;
	list-style:none;
	display: inline-block;
}
.searchbox ul li a {
	color: #252b33;
	display: inline-block;
	font-size: 20px;
	margin: 1px 0 0;
	padding: 10px 44px 0 0;
	text-decoration: none;
	text-transform: uppercase;
}
.searchbox ul li a:hover {
	color:#9ebd21;
}
.searchbox ul li.active a {
	color:#9ebd21;
}
.nav_area {
	float: right;
	margin: 0;
	max-width: 735px;
	padding: 30px 0 18px 0;
	width: 100%;
}
.banner_area {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-height: 480px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 10%;
	width: 100%;
}
.banner_caption {
	text-align:left !important;
}
.banner_caption h1 {
	margin:0 0 40px 0;
	padding:100px 0 0 0;
	font-size:70px;
	color:#252b33;
	text-transform:uppercase;
	font-weight: 300;
	text-align:left !important;
}


.banner_image {
    padding-top: 40px !important;
}

.banner_caption h1 span {
	font-weight:bold;
	font-size:90px;
}
.banner_caption a {
	border: 2px solid #9ebd21;
	border-radius: 40px;
	color: #9ebd21;
	display: inline-block;
	font-size: 14px;
	margin: 0;
	padding: 14px 30px;
	text-decoration: none;
	text-transform: uppercase;
	background: none;
	font-family: 'latobold';
	 position: relative;
	 z-index: 99;
}
.banner_caption a:hover {
	color: #FFF;
	background: #9ebd21;
}
.doen_btn {
 bottom: 70px;
    left: 0;
    margin: 0;
    outline: medium none;
    padding: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 999;
}
.wedo_content_area {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-height: 680px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 10%;
	width: 100%;
}
.whatwedo_section {
	margin:0;
	padding:90px 0 60px 0;
	width:100%;
	background:#f4f5f6;
	text-align:center;
}
.whatwedo_section h1 {
	margin:0 0 30px 0;
	padding:0;
	font-size:40px;
	color:#252b33;
	text-transform:uppercase;
}
.whatwedo_section p {
	margin:0;
	padding:0;
	font-size:16px;
	color:#5b646b;
	font-family: "latoregular";
}
.wedo_post h2 {
	margin:0;
	padding:0;
	font-size:24px;
	color:#252b33;
	text-transform:uppercase;
}
.wedo_post {
	margin-bottom:90px;
	
}
.wedo_post img {
	 margin-bottom: 30px;
    position: relative;
    z-index: 9;
}
.wedo_btn {
	margin:0 auto;
	padding:0;
	width:200px;
}
.wedo_btn a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #9ebd21;
    border-radius: 40px;
    color: #9ebd21;
    display: inline-block;
    font-family: "latobold";
    font-size: 14px;
    margin: 0 0 15px;
    padding: 14px 0;
    position: relative;
	 z-index: 99;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
   

}
.wedo_btn a:hover {
	color: #FFF;
	background: #9ebd21;
}
.wedo_posts_area {
	margin:0;
	padding:60px 0 0 0;
	width:100%;
}
.whowe_section {
	margin:0;
	padding:100px 0 100px;
	width:100%;
	background:#fff;
	text-align: left;
}
.whowe_section h1 {
	margin:0 0 30px 0;
	padding:40px 0 0 0;
	font-size:40px;
	color:#252b33;
	text-transform:uppercase;
}
.whowe_section p {
	margin:0 0 20px 0;
	padding:0;
	font-size:16px;
	color:#5b646b;
	font-family: "latoregular";
}
.whowe_btn {
	margin:0;
	padding:30px 0 0 0;
	width:200px;
}
.whowe_btn a {
	 background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #9ebd21;
    border-radius: 40px;
    color: #9ebd21;
    display: inline-block;
    font-family: "latoregular";
    font-size: 14px;
    margin: 0 0 15px;
    padding: 14px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    z-index: 99;
}
.whowe_btn a:hover {
	color: #FFF;
	background: #9ebd21;
}
.wedo_pic img {
	border: 53px solid #f4f5f6;
	border-radius: 50%;
	width: 100%;
}
.our_client {
	margin:0;
	padding:90px 0 60px 0;
	width:100%;
	background:#f4f5f6;
	text-align: center;
}
.our_client h1 {
	margin:0 0 30px 0;
	padding:0px 0 0 0;
	font-size:30px;
	color:#252b33;
	text-transform:uppercase;
}
.our_client p {
	margin:0 0 20px 0;
	padding:0;
	font-size:22px;
	color:#5b646b;
	font-family: "latoregular";
}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
	display:none;
}
.nbs-flexisel-container {
	position:relative;
	max-width:100%;
}
.nbs-flexisel-ul {
	position:relative;
	width:9999px;
	margin:0px;
	padding:0px;
	list-style-type:none;
	text-align:center;
}
.nbs-flexisel-inner {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	border-radius: 5px;
	float: left;
	overflow: hidden;
	width: 100%;
}
.nbs-flexisel-item {
	float:left;
	margin:0px;
	padding:0px;
	cursor:pointer;
	position:relative;
	line-height:0px;
}
.nbs-flexisel-item img {
	  cursor: pointer;
    margin-bottom: 10px;
    margin-top: 10px;
    max-height: 90px;
    max-width: 170px;
    position: relative;
    width: 100%;
    z-index: 99;
}
/*** Navigation ***/

.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width: 22px;
	height: 22px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	opacity: 0.5;
}
.nbs-flexisel-nav-left {
	left: 10px;
	background: url(../images/button-previous.png) no-repeat;
}
.nbs-flexisel-nav-right {
	right: 5px;
	background: url(../images/button-next.png) no-repeat;
}
.footer {
	margin:0;
	padding:75px 0 0 0;
	width:100%;
	background:#252b33;
}
.footer_post {
	margin:0 0 30px 0;
	padding:0;
	width:100%;
}
.footer_post h1 {
	margin:0 0 24px 0;
	padding:0 0 20px 0;
	font-size:24px;
	color:#FFF;
	text-transform:uppercase;
	border-bottom:1px solid #5b646b;
}
.footer_post p {
	margin:0 0 20px 0;
	padding:0;
	font-size:17px;
	color:#a4abb0;
	font-family: "latoregular";
}
.footer_field {
	background: #33383e none repeat scroll 0 0;
	border: medium none;
	border-radius: 40px;
	color: #a4abb0;
	font-size: 16px;
	height: 60px;
	margin: 0 0 15px 0;
	padding: 0 40px;
	width: 100%;
	font-family: "latoregular";
}
.subscribe_btn {
	background: #9ebd21 none repeat scroll 0 0;
	border: 2px solid #9ebd21;
	border-radius: 40px;
	color: #ffffff;
	font-family: "latobold";
	font-size: 20px;
	height: 60px;
	margin: 0 0 15px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}
.subscribe_btn:hover {
	background: #33383e none repeat scroll 0 0;
	border: 2px solid #33383e;
}
.footerblog_post_pic {
	margin:0 15px 0 0;
	padding:0;
	float:left;
	width:82px;
}
.footerblog_post_detail h2 {
	margin:0;
	padding:0;
	font-size:16px;
	color:#a4abb0;
	text-transform: uppercase;
	line-height:26px;
	font-family: "latoregular";
}
.footer_blog_post {
	margin:0 0 15px 0;
	padding:0;
	width:100%;
	float:left;
}
.footerblog_post_detail a {
	color: #5b646b;
	font-family: "latoregular";
	font-size: 16px;
	line-height: 28px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
.insta_post_section {
	margin:0 -7px;
}
#insta_post_area {
	padding:0 7px;
	margin-bottom:15px;
}
#top-menu {
	 background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    left: 0px;
    position: fixed;
    right: 0;
    top: 46%;
    z-index: 9;
}
#top-menu li {
	display: list-item;
	list-style: outside none none;
}
#top-menu a {
	background: #8a959e;
	border-radius: 50%;
	color: #aaa;
	display: block;
	font-size: 0;
	height: 15px;
	margin-bottom: 5px;
	padding: 0;
	text-align: center;
	text-decoration: none;
	transition: all 0.5s ease-out 0s;
	width: 15px;
	outline:none;
}
#top-menu a:hover {
	background: #9ebd21 none repeat scroll 0 0;
}
#top-menu li.active a {
	background: #9ebd21 none repeat scroll 0 0;
}
.footer_bottom {
	margin:0;
	padding:30px 0 30px 0;
	width:100%;
	background:#252b33;
	border-top:1px solid #394049;
}
.copyright p {
	color: #5b646b;
	font-family: "latoregular";
	font-size: 16px;
	line-height: 30px;
	margin: 0 0 10px;
	padding: 0;
}
.social ul {
	margin:0;
	padding:0;
}
.social ul li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline-block;
}
.social ul li a {
	color: #5b646b;
	font-family: "latoregular";
	font-size: 16px;
	line-height: 28px;
	margin: 0;
	padding: 0 0 0 8px;
	text-decoration: none;
}
.social ul li a:hover {
	color: #9ebd21;
}
.weare_header_section {
	background: #f6f8f7 url(../images/weare_header_bg.jpg) no-repeat scroll 0 70px / cover;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}
.about_section {
	margin:0;
	padding:100px 0 100px;
	width:100%;
	background:#f4f5f6;
	text-align: left;
}
.about_section h1 {
	margin:0 0 30px 0;
	padding:40px 0 0 0;
	font-size:40px;
	color:#252b33;
	text-transform:uppercase;
}
.about_section p {
	margin:0 0 20px 0;
	padding:0;
	font-size:16px;
	color:#5b646b;
	font-family: "latoregular";
}
.about_pic img {
	border: 53px solid #f8fafc;
	border-radius: 50%;
	width: 100%;
}
.team_section {
	margin:0;
	padding:90px 0 40px 0;
	width:100%;
	background:#ffffff;
	text-align:center;
}
.team_section h1 {
	margin:0 0 30px 0;
	padding:0;
	font-size:40px;
	color:#252b33;
	text-transform:uppercase;
}
.team_section p {
	margin:0 0 20px 0;
	padding:0;
	font-size:16px;
	color:#5b646b;
	font-family: "latoregular";
}
.team_post {
	margin-bottom:90px;
}
.team_post h2 {
	color: #252b33;
	font-size: 24px;
	line-height: 32px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.team_post h2 span {
	font-size:16px;
	color:#5b646b;
	font-family: 'latoregular';
}
.team_post img {
	margin-bottom:30px;
}
.our_goal {
	margin:0;
	padding:70px 0 50px 0;
	width:100%;
	background:#f4f5f6;
	text-align: center;
}
.our_goal h1 {
	margin:0 0 30px 0;
	padding:0px 0 0 0;
	font-size:36px;
	color:#252b33;
	text-transform:uppercase;
}
.our_goal p {
	margin:0 0 20px 0;
	padding:0;
	font-size:24px;
	color:#5b646b;
	font-family: "latoregular";
	text-align: center;
}
.wedoinner_section1 {
	margin:0;
	padding:60px 0 60px;
	width:100%;
	background:#f4f5f6;
	text-align: left;
}
.wedoinner_section1 h1 {
	margin:0 0 30px 0;
	padding:40px 0 0 0;
	font-size:40px;
	color:#252b33;
	text-transform:uppercase;
}
.wedoinner_section1 p {
	margin:0 0 20px 0;
	padding:0;
	font-size:16px;
	color:#5b646b;
	font-family: "latoregular";
}
.wedoinner_section1 img {
	border: 40px solid #f8fafc;
	border-radius: 50%;
	width: 100%;
}
.wedoinner_section1 ul {
	margin:0;
	padding:0;
}
.wedoinner_section1 ul li {
	 background: rgba(0, 0, 0, 0) url("../images/list_style.png") no-repeat scroll 0 2px;
    color: #5b646b;
    font-family: "latoregular";
    font-size: 16px;
    list-style: outside none none;
    margin: 0 0 20px;
    padding: 0 0 0 33px;
}
.wedoinner_section2 {
	margin:0;
	padding:60px 0 60px;
	width:100%;
	background:#ffffff;
	text-align: left;
}
.wedoinner_section2 h1 {
	margin:0 0 30px 0;
	padding:0px 0 0 0;
	font-size:40px;
	color:#252b33;
	text-transform:uppercase;
}
.wedoinner_section2 p {
	margin:0 0 20px 0;
	padding:0;
	font-size:16px;
	color:#5b646b;
	font-family: "latoregular";
}
.wedoinner_section2 img {
	border: 40px solid #f4f5f6;
	border-radius: 50%;
	width: 100%;
}
.wedoinner_section2 ul {
	margin:0;
	padding:0;
}
.wedoinner_section2 ul li {
	background: rgba(0, 0, 0, 0) url("../images/list_style.png") no-repeat scroll 0 2px;
	color: #5b646b;
	font-family: "latoregular";
	font-size: 16px;
	list-style: outside none none;
	margin: 0 0 20px;
	padding: 0 0 0 33px;
}
.contact_btn {
	margin:0 auto;
	padding:0;
	width:200px;
	margin-top:20px
}
.contact_btn a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid #9ebd21;
	border-radius: 40px;
	color: #9ebd21;
	display: inline-block;
	font-family: "latobold";
	font-size: 14px;
	margin: 0 0 15px 0;
	padding: 14px 0;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
}
.contact_btn a:hover {
	color: #FFF;
	background: #9ebd21;
}
.inner_header_section {
	background: #ffffff;
	margin: 0;
	padding: 0;
	width: 100%;
}
.inner_hedding_area {
	margin:0;
	padding:160px 0 74px;
	width:100%;
	background: #f6f8f7 url("../images/blog_banner.jpg") no-repeat scroll 0 70px / cover ;
}
.inner_hedding_area h1 {
	margin:0;
	padding:0;
	font-size:50px;
	color:#252b33;
	text-align:center;
	text-transform:uppercase;
}
.blog_sec {
	margin:0;
	padding:40px 0 0 0;
	width:100%;
	background:#f4f5f6;
}
.blog_post {
	margin:0 0 40px 0;
	padding:0;
	border:1px solid #cce0e4;
}
.blog_post img {
	width:100%;
}
.blog_post_detail {
	background: white none repeat scroll 0 0;
	margin: 0;
	padding: 40px 40px 60px 40px;
	width: 100%;
}
.blog_post_detail h3 {
	color: #252b33;
	font-family: "latobold";
	font-size: 24px;
	margin: 0 0 10px;
	padding: 0;
	text-transform: uppercase;
}


.blog_post_detail h3 a {
    color: #252b33;
    font-family: "latobold";
    font-size: 24px;
    margin: 0 0 10px;
    padding: 0;
    text-transform: uppercase;
	border:none;
}


.blog_post_detail h3 a:hover{  background:none; color:#9ebd21;}


.blog_post_detail ul {
	margin:0 0 16px 0;
	padding:0;
}
.blog_post_detail ul li {
	color: #98a3ac;
	display: inline-block;
	font-family: 'latolight';
	font-size: 16px;
	list-style: outside none none;
	margin: 0 20px 0 0;
	padding: 0;
}
.blog_post_detail ul li a {
	color: #98a3ac;
	text-decoration:none;
	background:none !important;
	margin:0;
	padding:0 !important;
	font-family: 'latolight';
}
.blog_post_detail p {
	margin:0 0 40px 0;
	padding:0;
	font-size:16px;
	color:#5b646b;
	line-height:22px;
	font-family: 'latoregular';
}
.blog_post_detail a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid #9ebd21;
	border-radius: 40px;
	color: #9ebd21;
	font-family: "latobold";
	font-size: 14px;
	margin: 0;
	padding: 15px 40px;
	text-decoration: none;
	text-transform: uppercase;
}
.pagenetion ul {
	margin:0 0 40px 0;
	padding:0;
}
.pagenetion ul li {
	margin:0;
	padding:0;
	display:inline-block;
	list-style:none;
	color:#5c5c5c;
}
.pagenetion ul li a {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 50%;
	color: #5c5c5c;
	display: inline-block;
	font-size: 16px;
	margin: 0;
	padding: 7px 15px;
	text-decoration: none;
}
.pagenetion ul li a:hover {
	background:#9ebd21;
	color:#FFF;
}
.blog_post_detail a:hover {
	background:#9ebd21;
	color:#FFF;
}
.digital_post {
	background: white none repeat scroll 0 0;
	border: 1px solid #cce0e4;
	margin: 0 0 25px;
	padding: 0;
	text-align: center;
}
.digital_post img {
	width:100%;
}
.ext_pic {
	margin: -110px 0 30px;
	max-height: 207px;
	max-width: 285px;
	padding: 0;
}
.digital_post_detail {
	margin:0;
	padding:0 30px 48px 30px;
	border-bottom:3px solid #004d8b
}
.digital_post_detail h1 {
	margin:0 0 10px 0;
	padding:0;
	font-size:24px;
	color:#0eb1ee;
	text-transform:uppercase;
	font-family: 'ralewaybold';
}
.digital_post_detail p {
	color: #58595b;
	font-size: 16px;
	line-height: 28px;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'latolight';
}
.search_area {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #cce0e4;
	float: left;
	height: 55px;
	margin: 0 0 25px;
	padding: 0;
	width: 100%;
}
.search_field_area {
	margin:0;
	padding:0;
	width:85%;
}
.search_field {
	border: medium none;
	color: #5b646b;
	font-size: 16px;
	margin: 0;
	padding: 15px 20px;
	width: 100%;
	font-family: 'latoregular';
	font-weight:100;
}
.search_btn_area {
	background: #252b33 none repeat scroll 0 0;
	float: right;
	height: 55px;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 15%;
}
.search_btn_area a {
	color: #fff;
	display: inline-block;
	font-size: 22px;
	margin: 0;
	padding: 12px 0;
	text-decoration: none;
}
.cate_area {
	border: 1px solid #cce0e4;
	float: left;
	margin: 0 0 25px;
	padding: 0;
	text-align: center;
	width: 100%;
	background:#FFF
}
.cate_area h1 {
	border-bottom: 1px solid #cecece;
	color: #252b33;
	float: left;
	font-family: "latobold";
	font-size: 20px;
	margin: 0;
	padding: 20px 30px;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}
.cate_area ul {
	margin:0;
	padding:0 30px;
	border-bottom:3px solid #9ebd21;
	text-align:left
}
.cate_area ul li {
	margin:0;
	padding:0;
	list-style:none;
}
.cate_area ul li a {
	background: rgba(0, 0, 0, 0) url("../images/list_style2.png") no-repeat scroll 0 27px;
	border-bottom: 1px solid #cecece;
	color: #5b646b;
	display: inline-block;
	font-family: 'latoregular';
	font-size: 16px;
	margin: 0;
	padding: 20px;
	text-decoration: none;
	width: 100%;
}
.fb_area {
	border: 1px solid #cecece;
	float: left;
	margin: 0 0 25px;
	padding: 0;
	text-align: center;
	width: 100%;
	background:#FFF
}
.fb_area h1 {
	border-bottom: 1px solid #cce0e4;
	color: #252b33;
	float: left;
	font-family: 'latobold';
	font-size: 20px;
	margin: 0;
	padding: 20px 30px;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}
.facebook_like_area {
	margin:0;
	padding:24px;
	border-bottom:3px solid #9ebd21;
	float: left;
	width:100%;
}
.facebook_like_area img {
	width:100%;
}
.pagenetion {
	text-align: center;
}
.work_hedding_area {
	margin:0;
	padding:184px 0 40px;
	width:100%;
	background:#fff;
}
.work_hedding_area h1 {
	margin:0;
	padding:0;
	font-size:60px;
	color:#252b33;
	text-align:center;
	text-transform:uppercase;
}
.work_sec {
	margin:0;
	padding:60px 0 80px 0;
	width:100%;
	background:#fff;
}
.work_sec h1 {
	color: #252b33;
	font-size: 40px;
	margin: 0 0 40px 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
.cata_sec {
	margin: 0;
	padding: 0;
	width: 100%;
}
.caegories {
	text-align: center;
}
/* FOR CHANGING COLOR OF ACTIVE CATEGORY */
.caegories a.active {
	border: 2px solid #9ebd21;
	color: #9ebd21;
}
/* FOR TRANSITION BEAUTIFULLY */
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
/* JUST FOR BOTTOM SPACE */
#portfolio-div h5 {
	padding-bottom: 30px;
}
.caegories > a {
	border: 2px solid #5b646b;
	border-radius: 40px;
	color: #5b646b;
	display: inline-block;
	font-family: "latobold";
	font-size: 16px;
	margin: 0 9px;
	outline: medium none;
	padding: 10px 40px;
	text-decoration: none;
}
.caegories {
	border-bottom: 1px solid #d8dce0;
	margin-bottom: 40px;
	padding-bottom: 30px;
}
.folio_post {
	margin-bottom:20px;
}
figure {
	border: 0 solid #fff;
	cursor: pointer;
	display: block;
	height: auto;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
}
figure:hover figcaption {
 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	opacity: 1;
	top: 0;
}
figcaption {
 -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(37, 43, 51, 1);
	color: #fff;
	text-align:center;
	vertical-align:middle;
}
figcaption h3 {
	color: #fff;
	font-family: "open_sanssemibold";
	font-size: 50px;
	font-weight: 400;
	margin-bottom: 0;
	margin-top: 24%;
	padding: 0;
	position: relative;
	text-transform: uppercase;
}
figcaption p {
	font-family: "open_sanssemibold";
	font-size: 16px;
	left: 100%;
	margin-bottom: 0;
	margin-top: 0px;
	padding: 0;
	position: relative;
}
figure:hover h3, figure:hover p {
	left: 0;
}
figcaption a {
	color: #fff;
	padding: 4px 10px;
	text-decoration: none;
}
figcaption a:hover {
	color: #9ebd21;
}
/* Isotope Transitions
------------------------------- */
.isotope, .isotope .item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration:0.8s;
	-ms-transition-duration:0.8s;
	-o-transition-duration:0.8s;
	transition-duration:0.8s;
}
.isotope {
	-webkit-transition-property:height, width;
	-moz-transition-property: height, width;
	-ms-transition-property:height, width;
	-o-transition-property:height, width;
	transition-property:height, width;
}
.isotope .item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property:-moz-transform, opacity;
	-ms-transition-property:-ms-transform, opacity;
	-o-transition-property:top, left, opacity;
	transition-property:transform, opacity;
}
 @media (min-width: 1200px) {
#posts .span4 {
width: 270px;
height: 241px;
padding-top: 30px;
}
.project-wrp img {
height: 170px;
}
}
 @media (min-width: 768px) and (max-width: 979px) {
#posts .span4 {
width: 352px;
height: 293px;
}
.project-wrp img {
height: 222px;
}
}
 @media (max-width: 767px) {
.isotope .item {
position: static !important;
-webkit-transform: translate(0px, 0px) !important;
-moz-transform: translate(0px, 0px) !important;
-ms-transform: translate(0px, 0px) !important;
transform: translate(0px, 0px) !important;
}
.isotope-hidden {
display: none;
}
#posts .span4 {
width: 100%;
}
}
 @media (min-width: 480px) and (max-width: 767px) {
#posts .span4 {
width: 460px;
height: 361px;
margin-top: 20px;
}
.project-wrp img {
height: 290px;
}
}
 @media (max-width: 479px) {
#posts .span4 {
width: 300px;
height: 260px;
margin-top: 20px;
}
.project-wrp img {
height: 189px;
}
}
.folio_post h1 {
	color: #252b33;
	font-size: 24px;
	line-height: 30px;
	margin: 30px 0 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}


.folio_post h1 a {
	color: #252b33;
	text-decoration:none;
	
}



.folio_post h1 a:hover {
	color: #9ebd21;
	text-decoration:none;
	
}

.folio_post h1 span {
	font-size:16px;
	color:#5b646b;
	font-family: "latoregular";
	text-transform:none;
}
.pagenetion2 ul {
	margin:0;
	padding:40px;
	text-align:center;
}
.pagenetion2 ul li {
	margin:0;
	padding:0;
	display:inline-block;
	list-style:none;
	color:#5c5c5c;
}
.pagenetion2 ul li a {
	background: #f4f5f6 none repeat scroll 0 0;
	border-radius: 50%;
	color: #5c5c5c;
	display: inline-block;
	font-size: 16px;
	margin: 0 3px;
	padding: 7px 15px;
	text-decoration: none;
}
.pagenetion2 ul li a:hover {
	background:#9ebd21;
	color:#FFF;
}
.work_slider_area img {
	width:100%;
}
.work_slider_area {
	border-top:1px solid #d8dce0;
	padding-top:46px;
	margin-bottom:60px;
}
.work_discription {
	margin: 0 0 40px;
	padding: 0;
	width: 100%;
}
.work_discription h2 {
	margin:0 0 30px 0;
	padding:0;
	font-size:28px;
	color:#252b33;
	text-transform:uppercase;
}
.work_discription p {
	margin:0 0 20px 0;
	padding:0;
	font-size:16px;
	color:#5b646b;
	font-family: "latoregular";
}
.work_sidebar h2 {
	margin:0 0 30px 0;
	padding:0;
	font-size:28px;
	color:#252b33;
	text-transform:uppercase;
}
.work_sidebar p {
	margin:0 0 10px 0;
	padding:0;
	font-size:22px;
	color:#5b646b;
	font-family: "latoregular";
}
.work_sidebar p span {
	float:left;
	min-width:124px;
	font-family: 'latobold';
}
.similar_work {
	margin:0;
	padding:50px 0 0 0;
	width:100%;
	border-top:1px solid #d8dce0;
}
.similar_work h2 {
	margin:0 0 30px 0;
	padding:0;
	font-size:28px;
	color:#252b33;
	text-transform:uppercase;
}
.carousel-control {
	color:#fff;
	top:44%;
	bottom:auto;
	width:35px;
	border-radius:50%;
	height:89px;
	opacity:1;
}
.carousel-control.left, .carousel-control.right {
	background-image:none !important;
}
.carousel-control.right, .carousel-control .glyphicon-chevron-right {
	left:auto;
	right:50px;
}
.carousel-control.left {
	right:auto;
	left:50px;
}
.post_share {
	margin-bottom: 70px;
	padding-top: 30px;
}
.post_share ul {
	margin:0;
	padding:0;
}
.post_share ul li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline-block;
}
.similar_work_post_area {
	float: left;
	padding-bottom: 50px;
	width: 100%;
}
.similar_post {
	margin-bottom:40px;
}
.similar_post h1 {
	color: #252b33;
	font-size: 28px;
	line-height: 30px;
	margin: 30px 0 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}

.similar_post h1 a{
	color: #252b33; text-decoration:none;}

.similar_post h1 a:hover{
	color: #9ebd21;}

.similar_post h1 span {
	font-size:16px;
	color:#5b646b;
	font-family: "latoregular";
	text-transform:none;
}
.contact_secttion {
	    margin: 0;
    padding: 120px 0 0px 0;
    width: 100%;
    background: #fff;
}
.contact_secttion h1 {
	color: #252b33;
	font-size: 40px;
	margin: 0 0 20px 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
.inner_hedding p {
	border-bottom: 1px solid #d8dce0;
	color: #5b646b;
	font-family: "latoregular";
	font-size: 16px;
	margin: 0 0 54px 0;
	padding: 0 0 40px 0;
	text-align: center;
	width: 100%;
}
.contact_text_field {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #d9dee3;
	border-radius: 40px;
	color: #5b646b;
	font-size: 16px;
	height: 64px;
	margin: 0 0 30px 0;
	padding: 10px 40px;
	width: 100%;
	font-family: "latoregular";
}
.contact_text_area {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #d9dee3;
	border-radius: 40px;
	color: #5b646b;
	font-size: 16px;
	height: 240px;
	margin: 0 0 30px;
	padding: 20px 40px;
	resize: none;
	width: 100%;
	font-family: "latoregular";
}
#captcha_area {
	padding:0;
}
#captcha_area img {
	margin:0 0 36px 0;
	padding:0;
	width:100%;
}
.send_btn {
	 background: #9ebd21 none repeat scroll 0 0;
    border: 1px solid #9ebd21;
    border-radius: 40px;
    color: #fff;
    cursor: pointer;
    font-family: "latobold";
    font-size: 16px;
    height: 66px;
    margin: 0 0 40px;
    text-transform: uppercase;
    width: 100%;
}

.send_btn:hover {
	  background: none;
    border: 1px solid #9ebd21;
	color:#9ebd21;}

.contact_detail {
	border-left: 1px solid #d8dce0;
	margin: 0 0 0 10px;
	min-height: 660px;
	padding: 0 0 0 40px;
}
.contact_detail h2 {
	color: #252b33;
	font-size: 24px;
	line-height: 38px;
	margin: 0 0 20px 0;
	padding: 0 0 0 40px;
	text-transform: uppercase;
}
.contact_detail h2.map_icon {
	background:url(../images/map_icon.png) no-repeat;
}
.contact_detail h2.call_icon {
	background: rgba(0, 0, 0, 0) url("../images/tele_icon.png") no-repeat scroll 0 4px;
}
.contact_detail h2.mail_icon {
	background: rgba(0, 0, 0, 0) url(../images/mail_icon.png) no-repeat scroll 0 4px;
}
.contact_detail p {
	color: #5b646b;
	font-family: "latoregular";
	font-size: 16px;
	line-height: 30px;
	margin: 0 0 40px 0;
	padding: 0 0 0 40px;
}
.insta_post img {
	width:100%;
}
.folio_post img {
	width:100%;
}

@media (min-width: 0px) and (max-width: 320px) {
.doen_btn {
    bottom: 100px;}


}



@media (min-width: 0px) and (max-width: 480px) {
	
 .first_section {
    background:#000000 url("../images/mobile.jpg") no-repeat scroll 0 72px / cover ;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
    background-size: cover;
}
	
.banner_caption {
    text-align: center !important;
}

.banner_caption h1{ text-align:center !important;}	
	
	
	
}








@media (min-width: 481px) and (max-width: 768px) {
 .first_section {
  background: #f6f8f7 url(../images/tab.jpg) no-repeat fixed 0 75px / 100% 100%;
}

.banner_caption {
    text-align: center !important;
}

.banner_caption h1{ text-align:center !important;}	


}


 @media (min-width: 0px) and (max-width: 560px) {
 topheaderbar {
padding:0 15px;
}
 .logo_area {
 padding: 15px 0 15px 0;
}
 .logo_area img {
 max-width: 210px !important;
}
 .nav_area {
 padding: 0;
}
 .navbar-toggle {
 background-image: none;
 border: 0 solid transparent;
 border-radius: 4px;
 float: right;
 margin-bottom: 0;
 margin-right: 0;
 margin-top: -45px;
 padding: 0;
 position: relative;
}
.searchbox {
display:none;
}

 .banner_caption h1 {
font-size:60px;
}
 #top-menu {
 padding: 0 15px;
 display:none;
}
 .banner_image {
display:none;
}

.banner_caption h1 span {
    font-size: 60px;
    font-weight: bold;
}

 .whatwedo_section h1 {
font-size:30px;
}
 .whowe_section {
padding:90px 0;
}
 .whowe_section h1 {
 font-size: 30px;
padding:0;
}
 .our_client h1 {
 font-size: 30px;
}

 .footerblog_post_detail h2 {
 font-size: 14px;
 line-height: 20px;
}
 .copyright {
width:100%;
text-align:center;
}
 .social {
width:100%;
text-align:center;
}
 .social ul {
width:100%;
text-align:center;
}
 .social ul li a {
 padding: 0 5px;
}
 .about_section {
padding:90px 0;
}
 .about_section h1 {
padding:0;
font-size: 30px;
}
.about_pic{ margin-bottom:30px;}

 .team_section h1 {
padding:0;
font-size: 30px;
}
 .wedoinner_section1 h1 {
font-size: 30px;
}
 .wedoinner_section2 h1 {
font-size: 30px;
}
 .our_goal p {
font-size:22px;
}
 .caegories > a {
 margin: 0 0 15px;
 width: 100%;
}
 .work_sec h1 {
 font-size: 30px;
}
 .work_sec {
 padding: 100px 0 80px;
}
 .inner_hedding_area {
 padding: 110px 0 40px;
}
 .inner_hedding_area h1 {
 font-size: 30px;
}
 .blog_post_detail {
padding:20px;
}
 .blog_post_detail h3 {
font-size:22px;
}
 .blog_post_detail a {
display: inline-block;
}
 .contact_secttion {
 padding: 100px 0 80px;
}
 .contact_secttion h1 {
 font-size: 30px;
}
 #captcha_area {
 padding: 0 15px;
}
 .contact_detail {
 border-left: medium none;
 margin: 0;
 min-height: 10px;
 padding: 0;
}
.carousel-controls {
display:none;
}
 .weare_header_section {
 background: #f6f8f7 url("../images/weare_header_bg.jpg") no-repeat fixed 0 70px / cover;
}
}
 @media (min-width: 561px) and (max-width: 800px) {
 topheaderbar {
padding:0 15px;
}
 .logo_area {
 padding: 15px 0 18px;
}
 .logo_area img {
 max-width: 210px !important;
}
 .nav_area {
 padding: 0;
}
 .navbar-toggle {
 background-image: none;
 border: 0 solid transparent;
 border-radius: 4px;
 float: right;
 margin-bottom: 0;
 margin-right: 0;
 margin-top: -52px;
 padding: 0;
 position: relative;
}
 .searchbox {
display:none;
}

 #top-menu {
 padding: 0 15px;
 display:none;
}
 .banner_image {
display:none;
}
 .whatwedo_section h1 {
font-size:30px;
}
 .whowe_section {
padding:90px 0;
}
 .whowe_section h1 {
 font-size: 30px;
padding:0;
}
 .our_client h1 {
 font-size: 30px;
}

 .footerblog_post_detail h2 {
 font-size: 14px;
 line-height: 20px;
}
 .copyright {
width:100%;
text-align:center;
}
 .social {
width:100%;
text-align:center;
}
 .social ul {
width:100%;
text-align:center;
}
 .social ul li a {
 padding: 0 5px;
}
 .about_section {
padding:90px 0;
}
 .about_section h1 {
padding:0;
font-size: 30px;
}
 .team_section h1 {
padding:0;
font-size: 30px;
}
 .wedoinner_section1 h1 {
font-size: 30px;
}
 .wedoinner_section2 h1 {
font-size: 30px;
}
 .our_goal p {
font-size:22px;
}
 .caegories > a {
 border: 2px solid #5b646b;
 border-radius: 40px;
 color: #5b646b;
 display: inline-block;
 font-family: "latoregular";
 font-size: 16px;
 margin: 0 5px;
 outline: medium none;
 padding: 10px 20px;
 text-decoration: none;
}
.work_sec h1 {
 font-size: 30px;
}
 .work_sec {
 padding: 100px 0 80px;
}
 .inner_hedding_area {
 padding: 110px 0 40px;
}
 .inner_hedding_area h1 {
 font-size: 30px;
}
 .blog_post_detail {
padding:20px;
}
 .blog_post_detail h3 {
font-size:22px;
}
 .blog_post_detail a {
display: inline-block;
}
 .contact_secttion {
 padding: 100px 0 80px;
}
 .contact_secttion h1 {
 font-size: 30px;
}
 #captcha_area {
 padding: 0 15px;
}
 .contact_detail {
 border-left: medium none;
 margin: 0;
 min-height: 10px;
 padding: 0;
}
 .carousel-controls {
display:none;
}
 .weare_header_section {
 background: #f6f8f7 url("../images/weare_header_bg.jpg") no-repeat fixed 0 70px / cover;
}

}
 @media (min-width: 801px) and (max-width: 992px) {
 .searchbox ul li a {
 font-size: 16px !important;
 padding: 10px 11px 0 0 !important;
}
 .nav_area {
 padding: 34px 0 18px !important;
}
 .banner_image {
display:none;
}
 #captcha_area {
 padding: 0 15px;
}
 .contact_detail {
 border-left: medium none;
 margin: 0;
 min-height: 10px;
 padding: 0;
}
 .contact_secttion {
 padding: 150px 0 80px;
}
 .inner_hedding_area {
 padding: 150px 0 80px;
}
 .work_sec {
 padding: 150px 0 80px;
}
 .folio_post h1 span {
font-size:16px;
}
 .caegories > a {
 padding: 10px 20px;
}
 .weare_header_section {
 background: #f6f8f7 url("../images/weare_header_bg.jpg") no-repeat fixed 0 70px / cover;
}
 .first_section {
 background: #f6f8f7 url("../images/tab.jpg") no-repeat fixed 0 70px / 100% 100%;
}
}
 @media (min-width: 993px) and (max-width: 1200px) {
 .searchbox ul li a {
 color: #252b33;
 display: inline-block;
 font-size: 14px;
 margin: 1px 0 0;
 padding: 10px 23px 0 0;
 text-decoration: none;
 text-transform: uppercase;
}
 .about_section h1 {
font-size:40px;
}
 .team_section h1 {
font-size:40px;
}
 .wedoinner_section1 h1 {
font-size:40px;
}
 p {
font-size:16px !important;
}
 .wedoinner_section1 ul li {
 background: rgba(0, 0, 0, 0) url("../images/list_style.png") no-repeat scroll 0 3px;
 font-size: 16px;
}
 .weare_header_section {
 background: #f6f8f7 url("../images/weare_header_bg.jpg") no-repeat fixed 0 70px / cover;
}
 .first_section {
  background: #f6f8f7 url("../images/banner_bg.jpg") no-repeat fixed 0 70px / 100% 100%;
}
 #top-menu {
 padding: 0 10px;
}
 .work_sec {
 padding: 150px 0 80px;
}
 .contact_secttion {
 padding: 150px 0 80px;
}


}
.mobile_menu {
	display:none;
}
 @media (min-width: 0px) and (max-width: 800px) {
 .mobile_menu {
display:block;
}
}



 @media (min-width: 801px) and (max-width: 99999px) {

.searchbox ul li:last-child a {
    padding: 0 90px 0 0 !important;
}

 }
 
 
 
 
 @media (min-width: 993px) and (max-width: 1100px) {
  .searchbox ul li a {
 font-size: 16px !important;
 padding: 10px 8px 0 0 !important;
}


 }
 
 
  @media (min-width: 1101px) and (max-width: 1280px) {
  .searchbox ul li a {
 font-size: 16px !important;
    padding: 10px 24px 0 0 !important;
}


 }
 
 
   @media (min-width: 1281px) and (max-width: 1440px) {
  .searchbox ul li a {
 font-size: 16px !important;
 padding: 10px 30px 0 0 !important;
}



 }
 

 
 
 
  @media (max-width: 800px) {
 .navbar-header {
 float: none;
}
 .navbar-toggle {
 display: block;
}
 .navbar-collapse {
 border-top: 1px solid transparent;
 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
 .navbar-collapse.collapse {
 display: none!important;
}
 .navbar-nav {
 float: none!important;
 margin: 7.5px -15px;
}
 .navbar-nav>li {
 float: none;
}
 .navbar-nav>li>a {
 padding-top: 10px;
 padding-bottom: 10px;
}
 .navbar-text {
 float: none;
 margin: 15px 0;
}
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
 display: block!important;
}
 .collapsing {
 overflow: hidden!important;
}






}
 
 
 
 @media (min-width: 769px) and (max-width: 800px) {
 
 .navbar-toggle {
   
    margin-top: 24px !important;
 
}
 
 
   }
 
 
 
 
 
 
 
 
 
 
.display_table{display: table; height: 450px; overflow: hidden;}

 
.table_cell{display: table-cell; vertical-align: middle;}


.logo_area img{ max-width:200px;}
 
 

 
#sidebar-wrapper {
	background: #ffffff url("../images/menu_bg.jpg") no-repeat scroll 100% 100%;
	height: 100%;
	margin-right: -250px;
	overflow-y: auto;
	padding: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.5s ease-in 0s;
	width: 250px;
	z-index: 1000;
}
.sidebar-nav {
	  list-style: outside none none;
    margin: 0;
        padding: 120px 60px;
    position: absolute;
    text-align: left;
    top: 0;
    width: 100%;
}
.sidebar-nav li a {
	color: #58595b;
	display: block;
	font-size: 18px;
	line-height: 48px;
	outline: medium none;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
}
.sidebar-nav li a:active, .sidebar-nav li a:focus {
	text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
	height: 55px;
	line-height: 55px;
	font-size: 18px;
}
.sidebar-nav > .sidebar-brand a {
	color: #999999;
}
.sidebar-nav > .sidebar-brand a:hover {
	color: #fff;
	background: none;
}
#menu-toggle {
	position: relative;
	right: 0;
	text-transform: uppercase;
	top: 0;
	z-index: 1;
}
#sidebar-wrapper.active {
	right: 250px;
	width: 30%;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
}


.menu_area {
    float: right;
    padding: 26px 0;
}


 @media (min-width: 0px) and (max-width: 768px) {
.menu_area {
	margin:-72px 0 0;
}

 }
 
 
@media (min-width: 0px) and (max-width: 768px) {
	
	
#sidebar-wrapper.active {
    right: 250px;
    transition: all 0.5s ease-out 0s;
    width: 100%;
}


}



.sidebar-nav {
    text-align: right;
}

.sidebar-nav > li {
    text-align: left;
    width: 100%;
}













.manu_footer {
	    background: transparent none repeat scroll 0 0;
    border-top: 1px solid #c7c7c7;
    bottom: 58px;
    margin: 0;
    padding: 40px 0 0 60px;
    position: absolute;
    width: 100%;
}
.manu_footer h1 {
	margin:0 0 24px 0;
	padding:0;
	font-size:18px;
	color:#58595b;
	text-transform:uppercase;
}
.manu_footer ul {
	margin:0;
	padding:0;
}
.manu_footer ul li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline-block;
}
.manu_footer ul li a {
	margin:0;
	padding:0 13px 0 0;
	font-size:18px;
	color:#58595b;
	text-decoration:none;
}
.manu_footer ul li a:hover {
	color:#9ebd21;
}