body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 20px;
	text-align: justify;
	background: #EAEAEA;
}
a:link {
	color: #903;
	text-decoration: none;
}
a:visited {
	color: #903;
	text-decoration: none;
}
a:hover {
	color: #f00;
	text-decoration: underline;
}
input[type="button"], input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
p {
	margin: 0;
}
.clear {
	clear: both;
	line-height: 15px;
}
ul {
	margin: 0;
	padding: 0;
}
label {
	margin: 0;
}
/*-----start-header----*/
.header {
	background: #333131;
}
.logo {
	background: #ff5656;
	padding: 0.2em 0.2em;
}
.header-social-icons {
	float: right;
}
.header-bottom {
	padding: 3em 0px;
}
.header-bottom h3 {
	color: #222;
	font-size: 1.2em;
	font-weight: 600;
}
.header-bottom h3 span {
	font-weight: 700;
}
.social-icons {
	margin-top: 1.7em;
}
.social-icons i {
	width: 35px;
	height: 35px;
	background: url('../images/img-sprite.png') no-repeat 0px 0px;
	display: inline-block;
}
i.twitter {
	background-position: 0px 0px;
}
i.twitter:hover {
	background-position: 0px -35px;
}
i.facebook {
	background-position: -35px 0px;
}
i.facebook:hover {
	background-position: -35px -35px;
}
i.dribble {
	background-position: -70px 0px;
}
i.dribble:hover {
	background-position: -70px -35px;
}
i.rss {
	background-position: -105px 0px;
}
i.rss:hover {
	background-position: -105px -35px;
}
/*--start-search--*/
.search {
	position: relative;
	width: 25%;
	float: right;
	border: 1px solid #a3a0a0;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	margin: 15px 15px 0 0;
	background-color: #fff;
}
.search input[type="text"] {
	outline: none;
	color: #b3b3b3;
	background: none;
	font-size: 13px;
	border: none;
	width: 84.33%;
}
.indx {
	border-right: 1px solid #eaeaea;
	display: block;
	float: left;
	padding: 18.5px 18px;
}
.home {
	background: url("../images/home_ic_sprite.png") no-repeat rgba(0, 0, 0, 0);
	float: left;
	height: 23px;
	padding: 0;
	position: relative;
	width: 29px;
	background-position: 0 0;
	-webkit-transition: background-position 1s; /* Safari */
	transition: background-position 1s;
	-webkit-transition-timing-function: ease-out;
}
.home:hover {
	background-position: 0 -25px;
}
.top-menu {
	float: left;
	display: block;
	position: relative;
	top: 0;
}
.top-menu ul li {
	display: inline-block;
	padding: 20px 18px;
	border-right: 1px solid #dad7d7;
	border-left: 1px solid #808080;
	float: left;
}
.top-menu ul li a {
	color: #474747;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
	display:block;
}
.top-menu ul li a.active {
	color: #f97474;
}
/* li transition styels */
.top-menu ul > li:hover::after {
	content: "\f0a7";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #f97474;
	position: absolute;
	left: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}
.top-menu ul > li:hover::after {
	top: -2px;
	left: 42%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1
}
/* li transition styles ends */
.top-menu ul > li:hover {
	color: #f97474;
	border-top: 5px solid #ff6565;
	padding-top: 15px;
}
.top-menu ul > li:hover {
	color: #f97474;
	border-top: 5px solid #ff6565;
	padding-top: 15px;
	background-color: #eaeaea;
	border-bottom: 1px solid #9d9d9d;
	padding-bottom: 18px;
	-webkit-transition: background 2s; /* Safari */
	transition: background 2s;
}
.search input[type="submit"] {
	background: url('../images/sprit-1.png') no-repeat 0px 0px;
	border: none;
	cursor: pointer;
	position: absolute;
	outline: none;
	top: 0px;
	right: 4px;
	width: 35px;
	height: 35px;
}
/* drop menu customize */
.top-menu ul li ul {
 background:#DDD;
 width:200px;
}
.top-menu ul li ul li {
	display: block;
	/*padding: 3px 0px 3px 5px;*/
	/*border-bottom: 1px solid #ddd;*/
	background:none;
	font-size: 13px;
	float: left;
	padding:0;
	border:0;
	border-bottom:1px solid #ddd;
}
.top-menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.top-menu ul li {
	display: block;
	position: relative;
	float: left;
}
.top-menu li ul {
	display: none;
}
.top-menu ul li a {
	display: block;
	background: none;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	white-space: nowrap;
	color: #000;
}
.top-menu ul li a:hover {
	color: #F00;
}
/*  .top-menu li:hover ul {display: block; position: absolute; background:#DDD; border-top:1px solid #ff5656; border-left:1px solid #CCC; border-right:1px solid #CCC; border-bottom:1px solid #CCC; width:200px; color:#555; position:absolute;z-index:1; font-weight:normal;}
*/  .top-menu li:hover ul {
	display: block;
	position: absolute;
	background: #fff;
	border-top:2px solid #ff5656;
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
	width:220px;
	color: #323232;
	position: absolute;
	z-index: 1;
	font-weight: normal;
	top:54px;
	left:-2px;
	box-shadow:1px 1px 3px #323232;
}
.top-menu li:hover li {
	float: none;
	background-color: transparent;
	padding-bottom: 0;
	line-height:28px;
	text-indent:20px;
}
.top-menu li:hover li a {
	color: #555;
	font-weight: normal;
	font-size: 13px;
}
.top-menu li:hover li a:hover {
	color: #fff;
	background: #ff5656;
/*	padding: 3px 0px 3px 5px;
*/	margin: 0;
padding:0;
}
.top-menu li:hover li:hover {
	border-top: 0;
	padding-top: 0;
}
.top-menu li:hover li a:hover::after {
	top: 0;
	left: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 0;
}
.top-menu li:hover li:hover::after {
	top: -2px;
	left: 42%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 0;
}
.nav_content {
	background: #ff5656;
	border-radius: 5px;
	background: -moz-linear-gradient(#ccc, #9d9d9d); /* For Firefox 3.6 to 15 */
	background: -webkit-linear-gradient(#ccc, #9d9d9d); /* For Firefox 3.6 to 15 */
	background: -o-linear-gradient(#ccc, #9d9d9d); /* For Firefox 3.6 to 15 */
	display: table;
	width: 100%;
	-webkit-transition: background 2s; /* Safari */
	transition: background 2s;
	-webkit-transition-timing-function: ease-out;
}
/*-- content --*/
.glyphicon-triangle-right::before {
    position: relative;
    top: -18px;
}
ul.jList li{
	list-style-type:none;
}
ul.jList li a{
	display:block;
}
ul.jList li:hover, ul.jListSub li a:hover{
	background:#fcebd6;
}
ul.jList > li > ul{
	border-radius:0;
	width:200px;
}
ul.jListSub li{
	display:block;
	padding:0;
}
ul.jList > li > ul > li{
	border-bottom:1px solid #ddd;
}
ul.jList > li > ul > li:fist-child{
	padding:0;
}

ul.jList > li > ul > li:last-child{
	border-bottom:0;
}

.content {
	background: #EAEAEA;
}
ul.jList li.dropdown-submenu:hover ul{
display: block;
left: 100%;
}
.dropdown-submenu{
  position:relative;
}
  
.dropdown-submenu:hover .dropdown-menu{
  top:0;
}
h4.head {
	color: #5e5e5e;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px dashed #cccccc;
	position: relative;
	margin-bottom: 10px;
}
span.line {
	width: 140px;
	height: 3px;
	background: #ff5656;
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
}
.blog-post img {
	width: 100%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
}
.blog-post {
	background: #fff;
	padding: 5px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border: 1px solid #dddddd;
	margin-bottom: 1.5em;
}
a.blog-title {
	color: #5e5e5e;
	font-size: 1.2em;
	font-weight: 600;
	padding: 25px 0px 0px 16px;
	text-decoration: none;
	display: block;
}
.blog-post span {
	width: 100px;
	height: 1px;
	background: #d5d5d5;
	display: block;
	margin: 1.1em 0 1.2em 1em;
}
.blog-post p {
	color: #6d6d6d;
	font-size: 0.875em;
	line-height: 1.8em;
	font-weight: 400;
	padding: 0 20px 15px 16px;
}
.blog-posts {
	width: 32.4%;
	padding: 0;
	margin-right: 1.333%;
}
p.sub_head {
	color: #000;
	font-size: 0.875em;
	font-weight: 300;
	padding: 0 0 0 16px;
}
.span_66 {
	margin-right: 0;
}
.testimonials {
	margin-top: 1.5em;
}
.testimonials h4 {
	color: #5e5e5e;
	font-size: 1.1em;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 0.9em;
	position: relative;
}
/********start-slider**************/
article > div {
	text-align: center;
}
.wmuSlider {
	position: relative;
	overflow: hidden;
	text-align: center;
}
.wmuSlider .wmuSliderWrapper article {
	position: relative;
	text-align: center;
}
.wmuGallery .wmuGalleryImage {
	position: relative;
	text-align: center;
}
.wmuGallery .wmuGalleryImage img {
	max-width: 100%;
	width: auto;
	height: auto;
}
.shows {
	position: absolute;
	bottom: -58px;
	left: -4px;
}
.arrow {
	position: relative;
}
.client-main {
	padding: 1.8em 3em;
}
.footer-top {
	background: url('../images/footer-top-bg.jpg') repeat;
	padding: 2em 0 2em 0;
}
.footer-grid h5 {
	color: #919191;
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 1em;
}
.footer-grid p {
	color: #737171;
	font-size: 0.899em;
	font-weight: 400;
	line-height: 1.7em;
}
.footer-grid p a {
	color: #737171;
}
.footer-grid span {
	font-style: italic;
	color: #737171;
	font-size: 0.875em;
	display: block;
	margin-bottom: 1em;
}
.footer-bottom {
	background: #131313;
}
.copyrights {
	margin-top: 1.2em;
	text-align: center;
}
.copyrights p {
	color: #898989;
	font-size: 1em;
	font-weight: 400;
	padding-bottom: 20px;
}
.copyrights p a {
	color: #898989;
}
.copyrights p a:hover {
	color: #fff;
}
.copyrights p a:first-child {
	color: #ff5656;
}
.go-top {
	float: right;
}
.go-top a {
	background: #1b1a1b;
	padding: 14px;
	display: block;
	border: 1px solid #272727;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
}
/*-- about-us --*/
.mid-content {
	/*	margin: 2em 0;
*/	box-shadow: 0px 1px 12px 0px rgba(0, 20, 0, 0.18);
	padding: 20px;
	background: #FFF;
	border-radius: 10px;
}
.head-section h2 {
	color: #424a51;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 2.1em;
	margin: 0 0 0.4em 0;
	padding: 0;
}
.head-section span {
	height: 2px;
	width: 7%;
	background: #f97474;
	display: inline-block;
}
.about-us {
	border: 1px solid #CCC;
	border-radius: 4px;
	padding: 8px 10px;
	box-sizing: border-box;
}
.about-us p {
	line-height: 24px;
	padding-bottom: 10px;
}
.about-grid {
	position: relative;
}
.about-grid-info {
	position: relative;
}
.about-grid-info h4 {
	color: #282f35;
	font-weight: 700;
	font-size: 1.4em;
	text-transform: uppercase;
	margin: 1.2em 0 0.8em;
}
.about-grid-info span {
	color: #282f35;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 0.875em;
}
.about-grid-info label {
	width: 70%;
	height: 1px;
	background: #f97474;
	display: inline-block;
	margin: 0 auto;
}
.about-grid-caption {
	background: #F8F8F8;
	position: absolute;
	width: 90%;
	top: 0px;
	bottom: 0px;
	padding-top: 2em;
	display: none;
	display: none;
}
.about-grid:hover div.about-grid-caption {
	display: block;
}
.about-grid-caption h5 {
	color: #f97474;
	font-weight: 700;
	font-size: 1.5em;
	margin: 0 auto;
	padding: 0;
	width: 50%;
	text-transform: uppercase;
}
.about-grid-caption span {
	width: 44px;
	height: 44px;
	display: inline-block;
	background: url(../images/pluse-icon.png) no-repeat 0px 0px;
	margin-top: 3em;
	cursor: pointer;
}
.about-grids {
	margin: 4em 0 0em 0;
}
.about-middle-grids {
	background: #F7F7F7;
	padding: 3em 2em;
}
.about-middle-grid h3 {
	color: #4f4f4f;
	margin-bottom: 35px;
	font-size: 2em;
	font-weight: 600;
	text-transform: capitalize;
}
.about-middle-grid h5 {
	font-size: 1.2em;
	font-weight: 600;
	margin: 0 0 5px 0;
	color: #3c3c3c;
}
.about-middle-grid p {
	margin-bottom: 18px;
	color: rgb(0, 0, 0);
	margin-top: 5px;
	font-size: 1em;
	font-weight: 500;
	line-height: 1.8em;
}
.about-middle-grid ul {
	margin: 5px 0 15px 0;
}
.about-middle-grid ul li a {
	font-size: 1.1em;
	font-weight: 500;
	color: rgb(0, 0, 0);
	text-decoration: none;
}
.about-middle-grid h4 {
	font: italic 28px/36px 'Raleway';
	color: #8a8a8a;
}
.follow-us h3 {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid #d2d2d2;
}
.about-middle-grid ul li a:hover {
	color: #000;
	text-decoration: underline;
}
.about-middle-grid ul li {
	list-style-type: none;
	padding: 5px 0 5px 25px;
	background: url('../images/list_arrow.png') no-repeat 0px 9px;
}
.about-middle-grid img {
	margin-bottom: 1.5em;
}
.social-icons1 i {
	width: 50px;
	height: 55px;
	background: url('../images/img-sprite2.png') no-repeat 0px 0px;
	display: inline-block;
}
.social-icons1 i:hover {
	opacity: 0.5;
}
i.facebook1 {
	background-position: 0px 0px;
}
i.twitter1 {
	background-position: -54px 0px;
}
i.googlepluse1 {
	background-position: -115px 0px;
}
i.pinterest1 {
	background-position: -173px 0px;
}
.thumb-box3 {
	overflow: hidden;
	padding: 2em 2em 4em 2em;
	background: #fff;
	border-bottom: 1px solid #eee;
}
.thumb-box3 .title {
	color: #4f4f4f;
	margin-bottom: 41px;
	font-size: 2.2em;
	font-weight: 600;
}
.thumb-box3 .title2 {
	color: #ff362d;
	margin: -58px 0 -3px 0;
	font-size: 3em;
	font-weight: 700;
}
.thumb-box3 .description1 {
	color: #444;
	font-weight: 700;
	font-size: 1.5em;
	text-transform: uppercase;
	margin: 0 0 0px 0;
	letter-spacing: -1px;
}
.thumb-box3 .description2 {
	font-size: 2em;
	color: #a9a9a9;
	font-weight: 500;
	line-height: 1em;
	margin: 0 0 5px 0;
}
.thumb-box3 p {
	margin-bottom: 18px;
	color: #a5a5a5;
	margin-top: 5px;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.7em;
}
.thumb-box3 .col-lg-4 {
	margin-bottom: 40px;
}
.thumb-pad1 figure time {
	font: 600 36px 'Cabin';
	color: #ffffff;
	position: absolute;
	text-align: center;
	display: block;
	z-index: 1;
	top: 50%;
	left: 0;
	right: 0;
	margin: -22px 0 0 0;
	-webkit-transform: translateY(0) translateX(0) scale(1);
	transform: translateY(0) translateX(0) scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.thumb-pad1 figure {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	position: relative;
	width: 50%;
}
.thumb-pad1 figure img {
	width: 100%;
}
.thumbnail {
	background: none;
	border: none;
	padding: 0;
	margin-bottom: 2em;
}
.thumbnail .caption {
	padding: 0px;
	color: #333;
}
.caption strong {
	color: #52a1d9;
	font-size: 1.3em;
	font-weight: 600;
}
.btn-default.btn2 {
	text-decoration: none;
	display: inline-block;
	padding: 8px 25px;
	font-size: 1em;
	font-weight: 400;
	margin: 0;
	border: 1px solid #ffffff;
	border-radius: 40px;
	color: #2f2f2f;
	text-transform: uppercase;
	background: #f0f0f0;
	float: none;
	outline: none;
	-webkit-box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: #ff5656;
	border-color: #ff5656;
	text-decoration: none;
}
/*-- portfolio --*/

.portfolio-content {
	padding: 3em 0;
}
.portfolio-section {
	padding: 5em 0 0 0;
	background: #fff;
	box-shadow: 0px 1px 12px 0px rgba(50, 50, 50, 0.18);
}
#portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 25%;
	display: none;
	float: left;
	overflow: hidden;
	margin: 0;
}
div#portfoliolist {
	padding: 0px 0px;
	min-height: 535px;
}
.portfolio-wrapper {
	overflow: hidden;
	position: relative !important;
	cursor: pointer;
}
.portfolio img {
	width: 100%;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
}
.portfolio .label {
	position: absolute;
	width: 100%;
	height: 40px;
	bottom: -40px;
}
.portfolio .label-bg {
	background: #22B4B8;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.portfolio .label-text {
	color: #fff;
	position: relative;
	z-index: 500;
	padding: 5px 8px;
}
.portfolio .text-category {
	display: block;
	font-size: 9px;
	font-size: 12px;
	text-transform: uppercase;
}
/* Self Clearing Goodness */
.container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix:before, .clearfix:after, .row:before, .row:after {
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.row:after, .clearfix:after {
	clear: both;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
#filters {
	margin: 3% 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
#filters li span {
	display: block;
	padding: 6px 25px;
	text-decoration: none;
	color: #f97474;
	cursor: pointer;
	font-size: 1.1em;
	font-weight: 400;
	margin: 0 0.3em;
	border: 1px solid #f97474;
}
#filters li span.active {
	background: #f97474;
	color: #fff;
	font-weight: 400;
}
#filters li span.filter:hover {
	background: #f97474;
	color: #fff;
	font-weight: 400;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
#filters li {
	display: -webkit-inline-box;
}
.zoom-icon {
	position: absolute;
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	display: block !important;
	opacity: 1 !important;
	visibility: visible !important;
	background: transparent !important;
	border-radius: 0;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: 0.55s;
	-moz-transition: 0.55s;
	-o-transition: 0.55s;
	transition: 0.55s;
}
.zoom-icon:after {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	top: 50%;
	bottom: 50%;
	width: 0;
	height: 0;
	content: "";
	background: url(../images/plus.png) 50% 50% no-repeat;
	border-radius: 0;
	z-index: 0;
	-webkit-transition: 0.45s;
	-moz-transition: 0.45s;
	-o-transition: 0.45s;
	transition: 0.45s;
}
.zoom-icon:before {
	position: absolute;
	left: -50%;
	top: 48%;
	display: block;
	margin: 0;
	height: 0%;
	width: 200%;
	background: rgba(0, 0, 0, 0.43);
	content: "";
	border-radius: 0;
	overflow: hidden;
	-webkit-transform: rotate(-55deg);
	-moz-transform: rotate(-55deg);
	-ms-transform: rotate(-55deg);
	-o-transform: rotate(-55deg);
	transform: rotate(-55deg);
	-webkit-transition: 0.65s;
	-moz-transition: 0.65s;
	-o-transition: 0.65s;
	transition: 0.65s;
}
#portfoliolist .portfolio a:hover .zoom-icon {
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
#portfoliolist .portfolio a:hover .zoom-icon:before {
	left: -60%;
	top: -35%;
	height: 200%;
	width: 200%;
	-webkit-transform: rotate(-55deg);
	-moz-transform: rotate(-55deg);
	-ms-transform: rotate(-55deg);
	-o-transform: rotate(-55deg);
	transform: rotate(-55deg);
	-webkit-transition: 0.6s;
	-moz-transition: 0.6s;
	-o-transition: 0.6s;
	transition: 0.6s;
}
#portfoliolist .portfolio a:hover .zoom-icon:after {
	width: 44px;
	height: 63px;
	margin: -31px 0 0 -22px;
	-webkit-transition: 0.45;
	-moz-transition: 0.45;
	-o-transition: 0.45;
	transition: 0.45;
}
#portfoliolist .portfolio a:hover .zoom-icon {
	visibility: visible;
	border-radius: 0;
	overflow: hidden;
}
.entertain_box {
	margin-bottom: 3em;
}
.portfolio-botton {
	text-align: center;
	margin-top: 3em;
}
.portfolio-botton input[type="button"] {
	border: none;
	outline: none;
	padding: 0.5em 1em;
	color: #fff;
	background: #60B890;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border: 1px dashed #60B890;
}
.portfolio-botton input[type="button"]:hover {
	border: 1px dashed #fff;
	background: #F68367;
}
/*-- blog  --*/
.blog-section {
	padding: 2em 0;
}
.blog-posts-section {
	padding: 3em 0;
}
.blog_grids {
	margin-top: 2.5em;
}
.right_column li {
	line-height: 14px;
	padding: 7px 0 7px 18px;
	background: url(../images/bullet.png) left 16px no-repeat;
	font-size: 13px;
	list-style-type: none;
}
.right_column h2 {
	text-align: left;
	font-size: 2.3em;
	margin: 1em 0 0.4em 0;
}
.right_column li a {
	color: #000;
	font-weight: 600;
	font-size: 0.965em;
	line-height: 1.8em;
	opacity: 0.6;
	text-decoration: none;
}
.right_column li a:hover {
	color: #f97474;
	padding-left: 10px;
}
.item {
	width: 50%;
	float: left;
}
.item2 {
	width: 50%;
	float: left;
}
.pagination {
	margin: 3em 0 1em 0;
	width: 100%;
}
.pagination ul li {
	display: inline-block;
	margin: 0 10px;
}
.pagination ul li a {
	color: #4a4a4a;
	font-size: 1.1em;
	font-weight: 400;
	text-decoration: none;
}
.pagination ul li a.prev {
	background: #4a4a4a;
	color: #fff;
	padding: 4px 10px;
	font-weight: 300;
}
.pagination ul li a.next {
	background: #4a4a4a;
	color: #fff;
	padding: 4px 10px;
	font-weight: 300;
}
/*--error--*/
.error {
	text-align: center;
	min-height: 600px;
}
.error h1 {
	color: #474747;
	font-size: 11em;
	line-height: 1em;
	margin-top: 0.2em;
}
.error-head h1 span {
	color: #ff5656;
}
.error-head h2 {
	font-size: 1.5em;
	color: #70616A;
	margin-top: 1.5em;
}
.error-head a {
	color: #fff;
	background: #C06C84;
	font-size: 1.1em;
	display: inline-block;
	text-transform: uppercase;
	padding: 10px 20px;
	margin-top: 3em;
	text-decoration: none;
}
.error-head {
	padding-top: 5em;
}
/* Bounce To Left */
a.hvr-bounce-to-left {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	background: #17a086;
	color: #fff;
}
a.hvr-bounce-to-left:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #11856F;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
a.hvr-bounce-to-left:hover, a.hvr-bounce-to-left:focus, a.hvr-bounce-to-left:active {
	color: white;
}
.hvr-bounce-to-left:hover:before, a.hvr-bounce-to-left:focus:before, a.hvr-bounce-to-left:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*--- Contact- Starts Here ---*/
.contact-page {
	padding: 3em 0;
}
h3.c-head {
	text-transform: uppercase;
	color: #41403e;
	font-size: 2.8em;
	margin-bottom: 1.2em;
}
.singel_right {
	margin-top: 3em;
}
.span_1_of_contact {
	width: 60.1%;
	float: left;
	margin-right: 2%;
}
p.comment-form-author {
	margin-bottom: 2em;
}
.contact-form label {
	display: block;
	font-size: 1em;
	color: #000;
	text-transform: uppercase;
}
.contact-form input[type="text"] {
	padding: 10px;
	width: 95%;
	color: #9198A3;
	font-size: 0.9em;
	background: #fff;
	outline: none;
	display: block;
	border: 1px solid #eee;
}
.contact-form textarea {
	padding: 10px;
	display: block;
	width: 95%;
	background: #fff;
	border: 1px solid #eee;
	outline: none;
	color: #9198A3;
	font-size: 0.9em;
	-webkit-appearance: none;
	resize: none;
	height: 170px;
}
.contact-form input[type="submit"] {
	display: inline-block;
	padding: 13px 25px;
	background: #474747;
	color: #FFF;
	font-size: 1em;
	line-height: 18px;
	text-transform: uppercase;
	border: none;
	outline: none;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
}
.contact-form input[type="submit"]:hover {
	background: #f97474;
}
.contact_grid {
	display: block;
	float: left;
	width: 37%;
}
.span_2_of_contact_right h3 {
	font-size: 1.25em;
	font-weight: bold;
	color: #000;
	margin-bottom: 0.5em;
}
.address {
	margin-bottom: 1em;
}
.contact_address, .contact_email {
	overflow: hidden;
	font-size: 0.95em;
	color: #999;
	line-height: 1.5em;
}
.contact_email a {
	color: #999;
	text-decoration: none;
}
.contact_email a:hover {
	color: #e70000;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
}
.map {
	margin-top: 3em;
}
.map iframe {
	width: 100%;
	min-height: 350px;
}
/*--singe--*/
.single-top img {
	width: 100%;
}
.single h2 {
	color: #362f2f;
	font-size: 2.4em;
	text-transform: uppercase;
}
.grid-single {
	width: 70%;
	margin: 1em auto;
}
.single-one {
	float: left;
	width: 33.3%;
	text-align: center;
}
.single-one span {
	color: #362f2f;
	font-size: 1em;
}
.single-one span a {
	color: #362f2f;
	text-decoration: none;
}
.single-one span i {
	background: url(../images/img-sprite.png)no-repeat -140px 0px;
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
}
.single-one span i.com {
	background-position: -158px 0px;
}
.single-one span i.four {
	background-position: -176px 0px;
}
p.eget {
	font-size: 1.1em;
	font-weight: 500;
	line-height: 1.3em;
	color: #362f2f;
	padding: 1em 0;
}
ul.social-share {
	float: left;
}
ul.social-share li {
	display: inline-block;
}
ul.social-share li span {
	color: #838383;
	font-size: 1.1em;
	margin: 0 1em 0 0;
	font-weight: 600;
}
ul.social-share li i {
	background: url(../images/img-sprite.png)no-repeat -194px 0px;
	width: 18px;
	height: 18px;
	display: inline-block;
	margin: 0 12px;
	vertical-align: middle;
}
ul.social-share li i.tin {
	background-position: -212px 0px;
}
ul.social-share li i.message {
	background-position: -230px 0px;
}
.top-comments h3, .leave h3 {
	font-size: 1.5em;
	color: #362f2f;
	font-weight: 700;
}
.single-middle {
	background: #f8f8f8;
	padding: 2em;
}
i.arrow {
	background: url(../images/img-sprite.png)no-repeat -248px 0px;
	width: 18px;
	height: 18px;
	display: inline-block;
	float: right;
}
.comments-top-top {
	background: #e6e6e6;
	border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
	-o-border-top-right-radius: 10px;
	-ms-border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-bottom-right-radius: 10px;
	-o-border-bottom-right-radius: 10px;
	-ms-border-bottom-right-radius: 10px;
}
.men {
	background: #333;
	float: left;
	width: 9%;
	text-align: center;
	padding: 2em 0;
}
p.men-it {
	float: left;
	width: 86%;
	margin: 0 0 0 2%;
	font-size: 1.1em;
	font-weight: 400;
	line-height: 1.3em;
	color: #362f2f;
	padding: 1.3em 0;
}
.met-in {
	margin: 0 0 0 3em;
}
.met {
	padding: 1em 0;
}
p.smith {
	float: left;
	padding: 0;
	font-size: 1em;
}
p.smith a {
	text-decoration: none;
	color: #362f2f;
	font-weight: 500;
	font-size: 1.1em;
}
.code-in {
	padding: 0 0 0.5em;
}
p.smith span {
	font-weight: 400;
	padding: 0 2em;
	color: #7f8c8c;
}
.top-in {
	background: #f8f8f8;
}
p.reply {
	float: right;
	padding: 0;
	width: 17%;
	color: #362f2f;
	font-size: 1em;
}
p.reply a {
	text-decoration: none;
	color: #362f2f;
}
p.reply a:hover {
	color: #c3a000;
}
p.reply i {
	background: url(../images/img-sprite.png)no-repeat -266px 0px;
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 14px 0 0px;
}
.single {
	padding: 3em 8em;
	background: #fff;
	box-shadow: 0px 1px 12px 0px rgba(50, 50, 50, 0.18);
	margin: 3em 0 0 0;
}
.single-top {
	margin-top: 3em;
}
/*----*/
.single-us input[type="text"], .leave textarea, .leave input[type="submit"] {
	font-size: 1em;
	width: 100%;
	padding: 0.8em 1em;
	margin: 0.5em 0;
	background: #fff;
	outline: none;
	border: 1px solid #362f2f;
	color: #362f2f;
	-webkit-appearance: none;
}
.leave textarea {
	resize: none;
	width: 100%;
	margin: 0.5em 0em;
	height: 185px;
}
.leave input[type="submit"] {
	border: none;
	color: #fff;
	font-size: 1.4em;
	width: 48%;
	margin: 7.7em 1em 0;
	padding: 0.3em;
	background: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	font-weight: 700;
	background: #362f2f;
}
.leave input[type="submit"]:hover {
	background: #ff5656;
}
.leave p {
	width: 80%;
}
.single-us {
	padding: 0 2em 0 0;
}
.single-us:nth-child(2) {
	padding: 0;
}
.text-in {
	padding: 0;
}
.single-grid {
	padding: 0.7em 0;
}
.text-top {
	padding: 0.5em 0;
}
.leave {
	padding: 4em 0 0em;
}
.top-comments {
	padding: 5em 0 0;
}
.md-col-in h4 {
	color: #362f2f;
	font-size: 1.5em;
	border-bottom: 1px solid #c29f00;
	font-weight: 600;
	width: 50%;
	padding: 0 10px 6px;
}
.md-col-in ul li {
	list-style: none;
}
.md-col-in ul {
	padding: 1.8em 0 0;
}
.md-col-in ul li a {
	text-decoration: none;
	color: #362f2f;
	font-size: 1.1em;
	padding: 0.1em 0;
	display: block;
}
.md-col-in ul li a:hover {
	color: #c3a000;
}
.md-col-in ul li i {
	background: url(../images/img-sprite.png)no-repeat -497px -20px;
	width: 8px;
	height: 8px;
	display: inline-block;
	transition: 0.5s all;
	vertical-align: middle;
	margin: 0 13px 0 0;
}
.top-single {
	padding: 1em;
}
/*top-menu hand symbol */
/*-- responsive-design starts-here --*/

/* Journal styles */
.jnm {
	background-color: #fcebd6;
	border:1px solid #e9d8c3;
	text-shadow: 1px 1px 1px #9a9a9a;
}
.jnm h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 35px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ff5656;
}
.widgt {
	background-color: #5e5e5e !important;
	border: 1px solid #5e5e5e !important;
}
.contentRight ul {
	margin-left: 30px;
}
.contentRight ul li {
	font-size: 13px;
	line-height: 22px;
	padding-bottom: 5px;
}
.contentRight h5 {
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 15px;
}
.contenth1 {
	color: #ff5656;
	padding-bottom:6px;
}
.rpa > div {
	border-bottom: 1px solid #ddd;
	margin: 5px 0;
	padding: 5px 0;
}
.jf a{
	text-align:center;
	display:block;
}
/*Social icons */
.socialIc {
	width: 16px;
	height: 16px;
	display: inline-block;
}
.icFb {
	background: url("../images/ic_social.png") no-repeat scroll -5px -11px rgba(0, 0, 0, 0);
}
.icTW {
	background: url("../images/ic_social.png") no-repeat scroll -5px -37px rgba(0, 0, 0, 0);
}
.icLkDn {
	background: url("../images/ic_social.png") no-repeat scroll -5px -63px rgba(0, 0, 0, 0);
}
.icGogle {
	background: url("../images/ic_social.png") no-repeat scroll -5px -116px rgba(0, 0, 0, 0);
}
.icPN {
	background: url("../images/ic_social.png") no-repeat scroll -5px -193px rgba(0, 0, 0, 0);
}
.icBlg {
	background: url("../images/ic_social.png") no-repeat scroll -5px -142px rgba(0, 0, 0, 0);
}
.soc .list-inline {
	margin-left: 0 !important;
}
/*Social icons */

/* Journal Styles Ends */

/* New Styles -NOV- */
.widget{
	border-bottom: 1px dotted #ccc;
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.widget h2 {
	text-align:center;
	font-weight:700;
	color:#f84f4f;
	margin-bottom:5px;
	font-size:22px;
}
.widget h4 {
	font-weight:600;
	margin:15px 0 10px;
	color:#3e80d4;
}
.widget p{
	line-height:24px;
	padding-bottom:5px;
	height:auto !important;
}
.about-us a {
	font-weight:600;
}
.head {
	color:#d9534f;
}
.img-left {
	float:left;
	margin-right:10px;
	border:2px solid #CCC;
	padding:2px;
}
.img-right {
	float:right;
	margin-left:10px;
	border:2px solid #CCC;
	padding:2px;
}

/* Slider Styles */
.carsole-slider {
	width:100%;
	clear:both;
	display:inline-block;
}
.carsole-slider h2 {
	color:#d35400;
	font-size:20px;
	border-bottom:2px solid #d35400;
	padding-bottom:10px;
	float:left;
}
.slideshow {
	margin:10px 0 0 0;
	width:100% !important;
	clear:both;
	display:inline-block;
	}
.carsole-slider .fa {
	font-size:25px;
	color:#5d5d5d;
}
.carsole-slider .fa:hover {
	color:#d35400;
}

.slideshow img {padding:5px; margin-right:5px; }
div.responsive img { width: auto; height: auto }
.cycle-pager {
	position: static; margin:10px auto; display:table; line-height:15px;
	}
div.vertical { width: 100px }
.cycle-pager span.cycle-pager-active {
    color: #d69746;
}
.cycle-pager span { 
    font-family: arial; font-size:50px; width: 16px; height: 16px; 
    display: inline-block; color:#959595; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #D69746;}
.cycle-pager > * { cursor: pointer;}
.slideshow img {
	width:217px;
	height:auto;
	border:2px solid #ccc;
	padding:2px 5px;
}
/* Slider Styles Ends */

/* New Styles -NOV- */

@media screen and (max-width: 1366px) {
container-fluid {
	padding: 0;
}
.footer-top {
	padding: 2em 0 2em 0;
}
.header-bottom h3 {
	font-size: 1.2em;
}
.header-bottom {
	padding: 2em 0;
}
.logo {
	padding: 0.2em 0.2em;
}
.social-icons {
	margin-top: 1.45em;
}
.testimonials {
	margin-top: 0;
}
.top-menu ul li a {
	font-size: 1em;
	font-weight: 600;
}
 3.top-menu ul li {
 padding: 1.2em 1.7em;
}
.search {
	padding: 5px 9px;
}
div#portfoliolist {
	min-height: 534px;
}
}
@media screen and (max-width: 1280px) {
.blog-section {
	padding: 1em 0 2em 0;
}
.header-bottom h3 {
	font-size: 1.6em;
}
.header-bottom {
	padding: 2.85em 0;
}
.top-menu ul li a {
	font-size: 1.15em;
}
.top-menu ul li {
	padding: 1.3em 1.5em;
}
.search input[type="text"] {
	font-size: 14px;
}
.search input[type="submit"] {
	top: 0px;
	right: 5px;
}
.top-menu ul li a img {
	width: 90%;
}
.search {
	padding: 5px 8px;
	margin: 8px 10px 0 0;
}
.about-us p {
	font-size: 1.2em;
}
.about-middle-grid h4 {
	font: italic 26px/34px 'Raleway';
}
.error h1 {
	font-size: 10em;
}
.map iframe {
	min-height: 300px;
}
.home {
	/*padding: 1.3em 1.5em;*/
}
.home a img {
	width: 90%;
}
}
@media screen and (max-width: 1024px) {
.container-fluid {
	padding: 0;
}
.logo a img {
/*	width: 100%;*/
}
.logo {
	padding: 0.2em 0.2em;/*width: 40%;*/
	text-align:center;
	display:block;
}
.social-icons {
	margin-top: 1.2em;
}
.header-bottom h3 {
	font-size: 1.45em;
}
.header-bottom {
	padding: 2.4em 0;
}
.top-menu ul li a {
	font-size: 1.1em;
}
.footer-top {
	padding: 2em 0 2em 0;
}
.wmuSliderPrev {
	left: 64.2em;
}
.about-us p {
	font-size: 1.1em;
}
.about-middle-grid h4 {
	font: italic 24px/32px 'Raleway';
}
.about-middle-grid h5 {
	margin: 0 0 6px 0;
	line-height: 1.6em;
}
.about-middle-grid ul li {
	padding: 6px 0 6px 25px;
	background: url('../images/list_arrow.png') no-repeat 0px 11px;
}
.head-section h2 {
	font-size: 1.9em;
	margin: 0 0 0.2em 0;
}
.portfolio-section {
	padding: 3em 0 0 0;
}
.single {
	padding: 2.5em 3em;
}
div#portfoliolist {
	min-height: 442px;
}
}
@media screen and (max-width: 768px) {
.footer-grid {
	width: 33.333%;
	float: left;
}
.go-top a {
	padding: 8px;
}
.copyrights {
	margin-top: 0.7em;
}
.footer-bottom {
	padding: 1.2em 0;
}
.shows {
	bottom: -52px;
	left: -4px;
}
.footer-top {
	padding: 2em 0 2em 0;
}
.project {
	width: 25%;
	float: left;
}
.blog-posts {
	float: left;
}
h4.head {
	font-size: 1.05em;
	letter-spacing: 1px;
	padding: 1em 0 1.4em 0;
}
.blog-post span {
	margin: 1em 0 1em 1em;
}
a.blog-title {
	font-size: 1.15em;
	padding: 15px 0px 0px 11px;
}
.blog-post p {
	padding: 0 15px 10px 10px;
}
.header-bottom h3 {
	font-size: 1.2em;
}
.header-bottom {
	padding: 2.2em 0;
}
.top-menu ul li a img {
	width: 85%;
}
.slide-text p {
	font-size: 0.875em;
}
.client-main {
	padding: 1.1em 1.5em;
}
.slide-text a {
	font-size: 0.9em;
	letter-spacing: 1px;
	margin-top: 2.8em;
	margin-left: 2em;
}
.wmuSliderPrev {
	left: 48.45em;
	top: 49px;
}
.logo {
	padding: 0.2em o.2em;/*width: 40%;*/
}
.social-icons {
	margin-top: 0.8em;
}
span.menu {
	width: 22px;
	height: 22px;
	background: url(../images/nav.png)no-repeat;
	display: inline-block;
	float: left;
	cursor: pointer;
	margin: 18px 0 0 12px;
}
.top-menu {
	width: 100%;
	display: none;
	text-align: center;
	background: #fff;
	padding: 0;
}
.top-menu ul {
	float: none;
	width: 100%;
}
.top-menu ul li {
	display: block;
	float: none;
	border-top: 1px solid #eaeaea;
	border-right: none;
}
.top-menu ul li a {
	color: #000;
	display: block;
}
.home {
	/*padding: 1em 1em;*/
}
.search {
	padding:5px 6px;
	margin:14px 12px 0 0;
	width: 22%;
}
.search input[type="submit"] {
	top: -2px;
	right: 4px;
	width: 30px;
	height: 30px;
}
.about-grid {
	width: 25%;
	float: left;
}
.about-us {
   padding: 8px 10px;
}
.widget h4 {
	line-height:25px;
	padding:0 10px;
	color:#3e80d4;
}
}
.about-us p {
	font-size: 1em;
}
.about-grid-info h4 {
	font-size: 1.3em;
	margin: 1.1em 0 0.7em;
}
.about-middle-grids {
	text-align: center;
	padding: 3em 2em 0 2em;
}
.about-middle-grid ul {
	margin: 27px 0 21px 18em;
	text-align: left;
}
.about-middle-grid h3 {
	margin-bottom: 15px;
}
.about-middle-grid {
	margin-bottom: 2.5em;
}
.mid-content {
	margin: 2em 0;
	box-shadow: 0px 0px 7px -1px rgba(50, 50, 50, 0.18);
}
#filters li span {
	padding: 4px 20px;
	font-size: 1em;
}
.error h1 {
	font-size: 8em;
}
.error-head h2 {
	font-size: 1.3em;
	margin-top: 1em;
}
.error-head a {
	margin-top: 2em;
}
.error {
	min-height: 500px;
}
.map iframe {
	min-height: 250px;
}
.single {
	padding: 3em 2em;
	box-shadow: 0px 0px 7px -1px rgba(50, 50, 50, 0.18);
	margin: 2.5em 0 0 0;
}
.single h2 {
	font-size: 1.8em;
}
p.eget {
	padding: 0.6em 0;
	font-size: 1em;
	line-height: 1.5em;
}
p.men-it {
	width: 80%;
	margin: 0 0 0 3%;
	height: 59px;
	overflow: hidden;
}
.men {
	width: 15%;
}
.single-top {
	margin-top: 2em;
}
.single-us {
	padding: 0;
}
.leave input[type="submit"] {
	margin: 0.7em 0em 0;
}
.single-grid {
	padding: 0px;
}
.single-us input[type="text"], .leave textarea {
	font-size: 0.9em;
}
.leave p {
	width: 100%;
	font-size: 0.95em;
}
div#portfoliolist {
	min-height: 337px;
}
}
 @media screen and (max-width: 640px) {
	ul.jList li.dropdown-submenu:hover ul {
    display: block;
    left:0;
}
.footer-top {
	padding: 2em 0 2em 0;
}
.wmuSliderPrev {
	left: 39.35em;
}
.slide-text a {
	margin-left: 1em;
}
.blog-section {
	padding: 0em 0 1em 0;
}
.logo {
/*width: 50%;*/
}
.header-bottom {
	padding: 2em 0;
}
.home {
	/*padding: 0.8em;*/
}
.search {
	padding: 4px 5px;
	margin: 14px 12px 0 0;
	width: 27%;
}
.search input[type="text"] {
	font-size: 10px;
}
.search input[type="submit"] {
	top: -1px;
	right: 1px;
	background-size: 30px;
}
.top-menu ul li {
	padding: 1em 0;
}
.top-menu ul li a {
	font-size: 1em;
}
.about-middle-grid ul {
	margin: 15px 0 20px 13em;
}
.head-section h2 {
	font-size: 1.8em;
	margin: 0 0 0.15em 0;
}
.about-grid-caption h5 {
	font-size: 1.2em;
}
#filters li span {
	padding: 3px 15px;
	font-size: 0.9em;
}
.portfolio-content {
	padding: 2em 0;
}
.blog-posts-section {
	padding: 2.35em 0;
}
.blog_grids {
	margin-top: 1.8em;
}
.error h1 {
	font-size: 6em;
}
.error {
	min-height: 400px;
}
.singel_right {
	margin-top: 2.5em;
}
.error-head h2 {
	font-size: 1.2em;
}
.error-head a {
	font-size: 1em;
	padding: 8px 18px;
}
.error-head {
	padding-top: 4em;
}
p.eget {
	font-size: 0.96em;
	line-height: 1.6em;
}
.single h2 {
	font-size: 1.5em;
}
div#portfoliolist {
	min-height: 280px;
}
}
@media screen and (max-width: 480px) {

ul.jList li.dropdown-submenu:hover ul {
	display: block;
	left:30px;
	width:90%;
	margin-top:30px;
}

/*.logo {
		width: 50%;
	}
*/	.header-bottom h3 {
	font-size: 1.05em;
}
.header-bottom {
	padding: 1.7em 0;
}
.search {
	padding: 3px 4px;
	margin: 8px 10px 0 0;
	width: 35%;
}
h4.head {
	font-size: 1em;
	padding: 0.8em 0 1.2em 0;
}
span.line {
	width: 140px;
}
.projects-section {
	padding: 2.5em 0;
}
.wmuSliderPrev {
	left: 27.9em;
}
.slide-text p {
	width: 90%;
}
.slide-text a {
	margin-top: 1.8em;
}
.footer-grid {
	width: 100%;
	margin-bottom: 1.5em;
}
.footer-grid h5 {
	margin-bottom: 0.5em;
}
.footer-top {
	padding: 2em 0 2em 0;
}
.copyrights p {
	font-size: 0.9em;
}
.project {
	width: 33.333%;
}
.blog-posts {
	width: 48.6%;
}
.about-us p {
	font-size: 0.95em;
	width: 93%;
	margin: 0.5em auto 0em auto;
}
.head-section span {
	width: 15%;
}
.head-section h2 {
	font-size: 1.6em;
	margin: 0 0 0em 0;
}
.about-grid {
	width: 50%;
	margin-top: 2em;
}
.about-grids {
	margin: 0;
}
.about-middle-grid ul {
	margin: 15px 0 20px 7em;
}
#portfoliolist .portfolio {
	width: 33.333%;
}
#filters li span {
	padding: 2px 12px;
	font-size: 0.9em;
	margin: 0 0.1em;
}
.portfolio-section {
	padding: 2em 0 0 0;
}
#filters {
	margin: 4% 0;
}
.span_66 {
	display: none;
}
.pagination ul li {
	margin: 0 7px;
}
.right_column h2 {
	font-size: 2em;
	margin: 0.5em 0 0.4em 0;
}
.item {
	width: 100%;
}
.right_column li {
	padding: 5px 0 5px 17px;
	background: url(../images/bullet.png) left 13px no-repeat;
}
.map iframe {
	min-height: 200px;
}
.map {
	margin-top: 2em;
}
p.eget {
	height: 56px;
	overflow: hidden;
	padding: 1em 0;
}
.single-middle {
	margin: 1em 0 0;
	padding: 1em;
}
.single {
	padding: 2em 1em;
}
.single h2 {
	font-size: 1.2em;
}
p.men-it {
	height: 56px;
	font-size: 1em;
}
.men {
	padding: 1.5em 0;
}
.grid-single {
	width: 78%;
}
p.reply {
	width: 21%;
}
.top-comments {
	padding: 3em 0 0;
}
div#portfoliolist {
	min-height: 361px;
}
}
@media screen and (max-width: 320px) {
.project {
	width: 50%;
}
.blog-posts {
	width: 100%;
	margin-right: 0;
}
.copyrights p {
	text-align: center;
	line-height: 1.7em;
}
.wmuSliderPrev {
	left: 16.5em;
}
.logo {
	/*width: 50%;*/
	padding: 0.2em;
}
.social-icons i {
	width: 25px;
	height: 25px;
	background: url('../images/img-sprite.png') no-repeat 0px 0px;
	background-size: 200px;
}
i.twitter {
	background-position: 0px 0px;
}
i.twitter:hover {
	background-position: 0px -25px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
i.facebook {
	background-position: -25px 0px;
}
i.facebook:hover {
	background-position: -25px -24px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
i.dribble {
	background-position: -50px 0px;
}
i.dribble:hover {
	background-position: -49px -24px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
i.rss {
	background-position: -75px 0px;
}
i.rss:hover {
	background-position: -75px -23px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.header-bottom h3 {
	font-size: 1em;
	height: 16px;
	overflow: hidden;
}
.header-bottom {
	padding: 1.5em 0;
}
.home a img {
	width: 100%;
}
.home {
	/*padding: 8px 10px;
	width: 16%;*/
}
.search {
	padding:1px 4px;
	margin:16px 5px 0 0;
	width: 45%;
}
.search input[type="submit"] {
	top: -2px;
	right: -5px;
	background-size: 25px;
}
span.menu {
	margin:20px 0 0 12px;
	background-size: 18px;
}
.search input[type="text"] {
	font-size: 12px;
}
.top-menu ul li {
	padding: 0.8em 0;
}
.about-grid-info span {
	font-size: 0.75em;
}
.about-us p {
	width: 90%;
	margin: 0.5em auto 0em auto;
	height: 70px;
	overflow: hidden;
}
.about-middle-grid img {
	width: 100%;
}
.about-middle-grid h3 {
	font-size: 1.8em;
}
.about-middle-grid ul {
	margin: 15px 0 21px 1.5em;
}
.about-middle-grids {
	padding: 2em 0.5em 0 0.5em;
}
.about-us {
	padding: 2em 0;
}
.about-middle-grid p {
	font-size: .9em;
}
#portfoliolist .portfolio {
	width: 50%;
}
.footer-grid {
	padding: 0;
}
.copyrights {
	margin-top: 0;
}
#filters li span {
	padding: 2px 5px;
	font-size: 0.7em;
}
.blog_grids {
	margin-top: 1.2em;
}
.blog-posts-section {
	padding: 2em 0;
}
.pagination ul li a {
	font-size: .9em;
}
.pagination ul li {
	margin: 0 2px;
}
.pagination {
	margin: 2.5em 0 0.5em 0;
}
.contact-page {
	padding: 2em 0;
}
.singel_right {
	margin-top: 2em;
}
p.comment-form-author {
	margin-bottom: 1.2em;
}
.span_1_of_contact {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 2em;
}
.error h1 {
	font-size: 5em;
}
.error {
	min-height: 380px;
}
.contact_grid {
	width: 100%;
}
.contact-form input[type="submit"] {
	padding: 10px 22px;
	font-size: 0.875em;
}
.single-top {
	margin-top: 1.2em;
}
.single h2 {
	font-size: 1em;
}
.top-single {
	padding: 1em 0;
}
.leave input[type="submit"] {
	margin: 0.5em 0em 0;
	font-size: 1em;
	width: 38%;
	padding: 0.5em 0;
}
.single-one span {
	font-size: 0.875em;
}
.grid-single {
	width: 100%;
}
p.eget {
	height: 50px;
	padding: 0.5em 0;
}
ul.social-share li i {
	margin: 0 2px;
}
ul.social-share li span {
	font-size: 1em;
}
p.smith a {
	font-size: 0.875em;
}
.single {
	padding: 1.8em .8em;
}
p.smith span {
	padding: 0 0em;
	font-size: 0.875em;
}
p.men-it {
	height: 45px;
	font-size: 0.875em;
	padding: 1em 0;
}
.men {
	padding: 1em 0;
}
.leave {
	padding: 2em 0 0em;
}
p.reply i {
	margin: 0 2px 0 0px;
}
p.reply a {
	font-size: 0.875em;
}
.top-comments h3, .leave h3 {
	font-size: 1.3em;
}
.head-section h2 {
	font-size: 1.5em;
}
div#portfoliolist {
	min-height: 511px;
}
.contact-form input[type="text"] {
	width: 100%;
}
.contact-form textarea {
	width: 100%;
}
}
<!--
----------Ganapathi-----------> .bulletstyle a:active, .bulletstyle a:link, .bulletstyle a:visited {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #004080;
 text-decoration: none;
 font-weight: 400;
 background-image: url(../images/bullet.png);
 background-position: left;
 background-repeat: no-repeat;
 padding-left: 15px
}
.bulletstyle a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a8420b;
	text-decoration: none;
	font-weight: 400;
	background-image: url(../images/bullet-hover.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 15px
}
/* srinivas styles */
.allied {
	color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 25px;
	text-shadow: 1px 1px 1px #323232;
}
.m_b {
	margin-bottom: 0px;
}
.m_t {
	margin-top: 20px;
}
.carousel-inner > .item {
	width: 100%;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	width: 100%;
}
.header {
	background-color: #ff5656;
	clear: both;
	display: inline-block;
	width: 100%;
}
.container-fluid {
	padding-left: 0;
	padding-right: 0;
}
.ns {
	font-size: 18px !important;
}
.glyphicon-envelope {
	font-size: 65px;
	color: #ff5656;
	text-align: center;
	width: 100%;
}
.jumbotron {
	text-align: center;
}
.carousel {
	border: 5px solid #f1f1f1;
}
/*----------------scroll to top---------------------*/
.scroll-top-wrapper {
	position: fixed;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
	background-color: #777777;
	color: #eeeeee;
	width: 50px;
	height: 48px;
	line-height: 48px;
	right: 30px;
	bottom: 30px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #888888;
}
.scroll-top-wrapper.show {
	visibility: visible;
	cursor: pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}
/*List item New Styles */
ul.lstItem li {
	border-bottom: 1px solid #fc9a24;
	list-style-type: none;
	padding: 10px 10px;
	background: url(../images/list_arrow_ic.png) no-repeat 5px 12px;
}
ul.lstItem li a {
	padding-left: 20px;
}
ul.lstItem li:nth-child(odd) {
	background-color: #fcebd6;
}
ul.lstItem li:hover {
	background-color: #f1f1f1;
}
ul.lstItem li a {
	font-weight: bold;
}
ul.lstItem li a:before {
	padding-right: 10px;
	color: #323232;
}
ul.lstItem li p {
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 5px;
}
ul.lstItem_TW li {
	border-bottom: 1px solid #fc9a24;
	list-style-type: none;
	padding: 10px;
}
ul.lstItem_TW li a {
	background: url("../images/list_arrow_ic.png") no-repeat scroll 30px 2px rgba(0, 0, 0, 0);
	clear: both;
	display: inline-block;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 55px;
}
ul.lstItem_TW li p {
	display:block;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 25px;
	}
ul.lstItem_TW li:hover {
	background-color: #f1f1f1;
}
.editor_type, .vol_issue {
	font-size: 15px;
	color: #333;
	background: #FCEBD6 none repeat scroll 0% 0%;
	padding: 3px;
	border: 1px solid #E9D8C3;
}
