/*Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0;}
p {margin: 0;}
body {
  font-family: 'Open Sans', sans-serif;
  }
body{
	background:url(../images/back.png) #fff;
}
.logo {
	position: absolute;
	top: -20px;
}
.social {
	float: right;
	margin-top: 10px;
}
.head-nav{
	float:left;
}
.header {
	background: #fff;
	padding: 1.3em 0;
	box-shadow: -4px 0px 6px -1px #918D8D;
	margin-top: 6em;
	position:relative;
}
.header ul {
	padding: 0;
	margin: 0;
}
.header ul li {
	display: inline-block;
	padding: 0 10px 0 0;
}
.head-nav ul li a{
	position: relative;
	display: inline-block;
	margin: 0px 2px;
	outline: none;
	color: #8d8c8c;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1.2em;
}
.head-nav a:hover,
.head-nav a:focus {
	outline: none;
}
.head-nav {
	padding: 0em 0em;
	margin: 0px 0 0 15em;
}
.head-nav ul{
	padding:0;
	margin: 0;
}
*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.head-nav ul li {
	display: inline-block;
	margin: 0 .5em;
	outline: none;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 16px;
}
.head-nav ul li a:hover, .head-nav ul li.active a{
	color:#d42819;
}
ul a:hover,
ul a:focus {
	outline: none;
	color: #d42819;
	text-decoration: none;
}
/* Effect 3: bottom line slides/fades in */
.cl-effect-3 a {
	padding: 8px 0;
}
.cl-effect-3 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #d42819;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}
.cl-effect-3 a:hover::after,
.cl-effect-3 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
i.facebok {
	width: 28px;
	height: 28px;
	background: url(../images/img-sprite.png)no-repeat -1px -1px;
	float: left;
	vertical-align: middle;
}
i.facebok:hover{
	background: url(../images/img-sprite.png)no-repeat -1px -34px;
}
i.twiter {
	width: 28px;
	height: 28px;
	background: url(../images/img-sprite.png)no-repeat -34px -1px;
	float: left;
	vertical-align: middle;
}
i.twiter:hover{
	background: url(../images/img-sprite.png)no-repeat -34px -34px;
}
i.drible {
	width: 28px;
	height: 28px;
	background: url(../images/img-sprite.png)no-repeat -66px -1px;
	float: left;
	vertical-align: middle;
}
i.drible:hover{
	background: url(../images/img-sprite.png)no-repeat -66px -34px;
}
i.behan {
	width: 28px;
	height: 28px;
	background: url(../images/img-sprite.png)no-repeat -98px -1px;
	float: left;
	vertical-align: middle;
}
i.behan:hover{
	background: url(../images/img-sprite.png)no-repeat -98px -34px;
}
i.goog {
	width: 28px;
	height: 28px;
	background: url(../images/img-sprite.png)no-repeat -129px -1px;
	float: left;
	vertical-align: middle;
}
i.goog:hover{
	background: url(../images/img-sprite.png)no-repeat -129px -34px;
}
i.in {
	width: 28px;
	height: 28px;
	background: url(../images/img-sprite.png)no-repeat -161px -1px;
	float: left;
	vertical-align: middle;
}
i.in:hover{
	background: url(../images/img-sprite.png)no-repeat -161px -34px;
}
.welcome{
	padding:5em 0;
}
.welcome h1 {
	font-size: 2.4em;
	font-weight: 400;
	color: #7e7e7e;
	padding-bottom: 20px;
	margin: 0;
	line-height: 1.5em;
	text-align:center;
}
span {
	color: #d42819;
}
.welcome h4 {
	font-size: 1.6em;
	color: #000;
	font-weight: 400;
	margin: 0 0 0.5em;
}
.welcome p {
	font-size: 1.2em;
	color: #555;
	line-height: 1.8em;
	margin: 0 0 0.5em;
}
.welcome-top,.welcome-top1,.welcome-top2 {
	margin: 4em 0em;
}
.welcome-1 {
	position: relative;
}
i.zoom {
	width: 54px;
	height: 54px;
	background: url(../images/zoom.png)no-repeat 0px 0px;
	vertical-align: middle;
	position: absolute;
	right: 20px;
	bottom: -26px;
}
.content-pagenation {
	text-align:center;
}
.content-pagenation li a {
	color: #b8b8b8;
	font-size: 0.9em;
	background: #FFF;
	padding: 5px 10px;
	border: 1px solid #b8b8b8;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
	border-radius: 0.4em;
	-webkit-border-radius: 0.4em;
	-moz-border-radius: 0.4em;
	-o-border-radius: 0.4em;
	-ms-border-radius: 0.4em;
}
.content-pagenation li a:hover{
	color: #d42819;
}
.content-pagenation li {
	display: inline-block;
	position:relative;
}
i.leftarows {
	width: 15px;
	height: 15px;
	background: url(../images/leftarows.png)no-repeat 0px 0px;
	vertical-align: middle;
	float: left;
	position: absolute;
	left: 4px;
	top: 5px;
}

i.leftarrow {
	width: 15px;
	height: 15px;
	background: url(../images/leftarrow.png)no-repeat 0px 0px;
	vertical-align: middle;
	position: absolute;
	left: 7px;
	top: 5px;
}
i.rightarows {
	width: 15px;
	height: 15px;
	background: url(../images/rightarows.png)no-repeat 0px 0px;
	vertical-align: middle;
	position: absolute;
	left: 4px;
	top: 5px;
}
i.rightarrow {
	width: 15px;
	height: 15px;
	background: url(../images/rightarrow.png)no-repeat 0px 0px;
	vertical-align: middle;
	position: absolute;
	left: 7px;
	top: 5px;
}
.footer {
	padding: 3em 0;
}
.footer h4 {
	font-size: 1.5em;
	background: #fff;
	text-align: center;
	padding: 1em;
	box-shadow: 0px 0px 4px -1px #555;
}
.footer p {
	font-size: 0.9em;
	color: #1B242F;
	line-height: 1.8em;
	text-align: left;
	margin: 1em 0;
}
.by li {
	list-style-type: none;
	font-size: 0.9em;
	line-height: 2em;
}
.button {
	float: left;
	width: 14%;
}
.name {
	float: left;
	width: 79%;
	margin-right: 3%;
}
.something form input[type="text"] {
	width: 100%;
	color: #d42819;
	background:rgba(219, 218, 218, 0.62);
	outline: none;
	font-size: 16px;
	padding: .5em;
	font-style: italic;
	border: none;
	-webkit-appearance: none;
}

.button form input[type="submit"] {
	background:rgba(219, 218, 218, 0.62);
	padding: .5em;
	text-transform: uppercase;
	font-style: italic;
	color: #d42819;
	font-size: 16px;
	font-weight: 400;
	display: block;
	outline: none;
	border: none;
	width: 100%;
}
.button form input[type="submit"]:hover{
	color:#fff;
	background:#d42819;
}
/*-- portfolio --*/
.service-section {
	margin: 2em 0em 4em;
	position:relative;
}
.service-section h2{
	font-size:3em;
	font-weight:400;
	color:#6F7173;
	margin:1em 0em;
	text-align:center;
}
.portfolio  p{
	color: #979797;
	font-weight: 400;
	font-size: 1.1em;
	text-align:left;
	line-height:1.5em;
	margin:1em 0em;
}
.portfolio  h3{
	color: #5094F2;
	font-weight: 400;
	font-size: 1.5em;
	text-align:left;
	margin:1em 0em;
}
.service{
	padding:2em 2em;
}
.servic {
	margin: 3em 0em;
}
#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;
	margin:2em 0em;
}	
.portfolio-wrapper {
	overflow:hidden;
	position: relative !important;
	cursor:pointer;
	margin:0em 1em;
}
.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;
}
.zoom-icon {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
	display: block;
	left: 0;
	top: -152px;
	width: 290px;
	height: 219px;
	background: url(../images/zoom.png) center center no-repeat;
	cursor: pointer;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.grid_box .zoom-icon {
	top: -50px;
	width:100%;
	height: 323px;	
}
.grid_box a:hover .zoom-icon {
	top: 0;
	opacity: 1;
	filter: alpha(opacity=99); 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=99)";
}
.entertain_box{
	margin-bottom:3em;
}
/*support-left*/

.support-left h3{
	margin:30px 0px 10px;
	font-size:20px;
	text-transform:uppercase;
	color: #d42819;
}
.slider1-img{
	float:left;
	border: 1px solid #DDD;
	background-color: white;	
	padding:10px;
	margin-right:10px;
}
.slider1-para{
	text-align:center;
	font-size:13px;
	color:#888;
}
.slider1-para h4{
	font-size:12px;
	font-weight:bold;
	color:#999;
	padding:14px;
}
.para  p{
	margin-top: 10px;
	font-size:12px;
	line-height: 1.8em;
	text-align: justify;
	color: #999;
}
.grid-ab{
	float:left;
	margin-right:13px;
	color:#888;
}
.grid-ab img{
	border: 1px solid #DDD;
	background-color: white;
	padding: 10px;
	margin-top: 10px;
}
.grid-ab p{
	font-size:15px;
}
.grid-ab p:hover{
	text-decoration:underline;
	cursor:pointer;
}
.grid-ab span,.grids-ab span{
	font-size:12px;
	color: #999;
}
/*support-right*/
.support-right h3{
	margin-top:30px;
	font-size:20px;
	text-transform:uppercase;
	color: #d42819;
}
.grids-ab {
	float: left;
	margin-right: 15px;
	width: 45%;
}
.grids-ab :nth-child(2){
	margin-right:0px;
}
.grids-ab p{
	font-size:13px;
	color:#888;
}
.grids-ab img{
	border: 1px solid #DDD;
	background-color: white;
	padding: 10px;
	margin-top: 10px;
}
.border1{
	margin-top:35px;
	border-bottom:1px solid #ddd;
}
.grid1{
	margin-top:10px;
}
.grid1 a:hover{
	text-decoration:underline;
}
/*products*/
.body-logo{
	padding-top:22px;
}
.body-logo h3{
	font-size: 20px;
	text-transform: uppercase;
	color: #d42819;
}
.prod-main{
	margin:30px 0px;
}
.prod-grids{
	border: 1px solid #DDD;
	width: 236px;
	background: white;
	margin-right: 11px;
	margin-top:10px;
	float: left;
}
.grid{
	text-align: left;
	margin-top: 15px;
	margin-left: 18px;
}
.grid h4{
	color:#d42819;
	font-size:18px;
}
.grid p{
	font-size:12px;
	line-height:1.8em;
	color:#999;
	margin-top:4px;
	margin-bottom:10px;
}
.border{
	margin-bottom:30px;
}
/*--blog--*/
.blog_grid {
	margin-bottom: 3em;
}
h2.post_title{
	margin-bottom:0.5em;
	font-size:22px;
	padding:9px 0;
	text-transform: uppercase;
}
h2.post_title a{
	font-weight:600;
	color: #d42819;
}
h2.post_title a:hover{
	color:#0184ff;
} 
.blog_grid p {
	font-size:14px;
	line-height: 1.6em;
	color: #999;
	padding-top: 20px;
}
ul.links{
	padding:8px 0px;
	border-bottom: 1px solid rgba(120, 124, 127, 0.4);
	border-top: 1px solid rgba(120, 124, 127, 0.4);
	margin: 30px 0 0px 0;
}
ul.links li.last{
	float:right;
}
ul.links_middle{
	padding:8px 0px;
	border-bottom:1px solid rgba(120, 124, 127, 0.4);
}
ul.links_bottom{
	padding:8px 0px;
	border-bottom:1px solid rgba(120, 124, 127, 0.4);
}
ul.links li, ul.links_middle li, ul.links_bottom li{
	color:#999;
	font-size: 0.85em;
}
ul.links li a, ul.links_middle li a, ul.links_bottom li a{
	color:#999;
}
ul.links li a:hover, ul.links_middle li a:hover, ul.links_bottom li a:hover{
	color:#FFF;
}
ul.links li, ul.links_middle li, ul.links_bottom li{
	display: inline-block;
	margin-right:25px;
}
span.icon_text {
	vertical-align: middle;
	font-size:13px;
}
.blog_grid li i {
	width:20px;
	height:20px;
	display:inline-block;
	background:url("../images/img-sprite.png") no-repeat;
	vertical-align:middle;
	margin-right:5px;
}
.rsidebar.span_1_of_3.services_list ul {
	padding: 0;
}
.blog_grid li i.date {
	background-position:-179px -71px;
}
.blog_grid li i.admin {
	background-position:-216px -71px;
}
.blog_grid li i.permalink {
	background-position:-42px -114px;
}
.blog_grid li i.title-icon {
	background-position:-5px -113px;
}
.blog_grid li i.tags {
	background-position:-82px -114px;
}
.blog_grid li i.comments {
	background-position:-259px -73px;
}
.blog_grid li i.views {
	background-position:-156px -116px;
}
.blog_grid li i.likes {
	background-position:-121px -115px;
}
.pagination  li {
	display:inline-block;
	float: left;
}
.pagination ul > .active > a, .pagination ul > .active > span {
	color: #999;
	cursor: default;
}
.pagination ul > li > a:hover, .pagination ul > li > a:focus, .pagination ul > .active > a, .pagination ul > .active > span {
	background-color: #f5f5f5;
}
.pagination ul > li:first-child > a, .pagination ul > li:first-child > span{
	border-left-width:1px;
}
.pagination ul > li > a, .pagination ul > li > span {
	padding:5px 12px;
	line-height: 23px;
	text-decoration: none;
	background-color: #3D3D3D;
	border: 1px solid #555555;
	border-left-width: 0;
	display:block;
	font-size:14px;
	color:#999;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
ul.comment-list {
	border:1px solid rgba(120, 124, 127, 0.4);
	padding: 20px;
	margin-top: 3em;
	list-style-type: none;
}
h5.post-author_head{
	font-size:16px;
	color:#999;
	font-weight:600;
	padding:10px 0;
}
h5.post-author_head a{
	color:#FFF;
}
ul.comment-list img {
	float: left;
	margin-right: 20px;
}
ul.comment-list .desc {
	float: left;
	padding-top:25px;
}
.desc p a{
	text-decoration:underline;
}
.desc p a:hover{
  color:#FFF;
  text-decoration:none;
}
.archive-list{
	margin-top:30px;
}
.comments-area {
    margin-top: 3em;
}
.comments-area h3{
	font-size:20px;
	font-weight:600;
	color: #000;
	border-bottom:1px solid rgba(245, 238, 243, 0.15);
	padding:10px 0;
	margin-bottom:10px;
}
.comments-area p {
	position: relative;
	padding: 8px 0;
	margin: 0;
}
.comments-area label {
	display:inline-block;
	color: #999;
	font-weight: normal;
	font-size:15px;
	margin-bottom:5px;
}
.comments-area span {
	color:red;
}
.comments-area input[type="text"],.comments-area textarea {
	padding: 10px 10px;
	width: 50%;
	color: #FFF;
	font-size: 14px;
    background: none;
	outline: none;
	display: block;
	border: 1px solid rgba(120, 124, 127, 0.4);
	font-family:'Open Sans', sans-serif;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	-webkit-transition: border-color 0.5s ease-in-out;
	-moz-transition: border-color 0.5s ease-in-out;
	-o-transition: border-color 0.5s ease-in-out;
	transition: border-color 0.5s ease-in-out;
}
.comments-area input[type="text"]:hover,.comments-area input[type="text"]:focus,.comments-area textarea:hover,.comments-area textarea:focus {
	border-color:rgba(245, 238, 243, 0.6);
}
.comments-area textarea {
	width: 80%;
	height: 150px;
	resize: none;
}
.comments-area input[type="submit"] {
	padding: 12px 15px;
	color: #FFF;
	text-shadow:0px 1px 0px rgba(0, 0, 0, 0.34);
	background:#d42819;
	font-size:16px;
	border: none;
	outline: none;	
	cursor: pointer;
	font-weight:600;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	font-family:'Open Sans', sans-serif;
}
.comments-area input[type="submit"]:hover {
	background:#006CD2;
}
.services_list li a {
	display: block;
	font-size: 14px;
	color: #6c6f72;
	line-height: 40px;
	padding-left: 25px;
	background: url("../images/list-img.png") no-repeat center left;
	border-top: 1px solid rgba(120, 124, 127, 0.4);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.services_list li a:hover{
	color:#d42819
}
.services_list li {
	list-style-type: none;
}
.portfolio h2 {
margin: 30px 0px 10px;
font-size: 20px;
text-transform: uppercase;
color: #d42819;
}
/*------ contact -----*/
.contact-head{
	text-align:left;
}
.contact-head h2{
	font-size: 1.7em;
	color: #d42819;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding: 0.8em 0 0.4em 0;
}
.contact-head span{
	color: #777;
}
.contact-map iframe{
	min-height:300px;
	width:100%;
	border:none;
	margin:1.5em 0 1em;
}
.contact-form-row{
	margin-bottom:3em;
}
.contact-form-row div{
	width: 32.6%;
	float: left;
	margin-right: 1%;
} 
.contact-form-row div span,.contact-form-row2  span{
	font-size:1.2em;
	color:#d42819;
	font-weight:700;
	text-transform:uppercase;
	display:block;
	padding:0 0 0.5em;
}
.contact-form-row div input[type="text"]{
	width:100%;
	padding:1em;	
	font-family: 'Droid Sans', sans-serif;
	border:1px solid #EEE;
	-webkit-appearance:none;
	outline:none;
	color:#777;
	transition:border-color 0.4s;
	-webkit-transition:border-color 0.4s;
	-moz-transition:border-color 0.4s;
	-o-transition:border-color 0.4s;
	-ms-transition:border-color 0.4s;
}
.contact-form-row div input[type="text"]:hover,.contact-form-row2 textarea:hover{
	color:#d42819;
	border-color:#d42819;
}
.contact-form-row div:nth-child(3){
	margin-right:0;
}
.contact-form-row2 textarea{
	width:100%;
	padding:1em;	
	font-family: 'Droid Sans', sans-serif;
	border:1px solid #EEE;
	-webkit-appearance:none;
	outline:none;
	color:#777;
	min-height:320px;
	resize:none;
	transition:border-color 0.4s;
	-webkit-transition:border-color 0.4s;
	-moz-transition:border-color 0.4s;
	-o-transition:border-color 0.4s;
	-ms-transition:border-color 0.4s;
}
.contact-form-row2 {
	margin-top:1em;
}
.contact-form input[type="submit"]{
	display: block;
	background: #2C3E50;
	padding: 0.7em 3em;
	font-size:1.2em;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 400;
	display: inline-block;
	margin-top: 1em;
	text-decoration: none;
	border:none;
	outline:none;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.contact-form input[type="submit"]:hover{
	background: #d42819;
}
.main {
	padding: 4em 0em;
}
.contact-grids {
	margin: 1em 0;
}
/*---plans-404page-----*/
.error-page{
	text-align:center;
}
.error-page p{
	font-size: 4em;
	color: #012231;
}
.error-page h3{
	font-size: 10em;
	color:#d42819;
}
.error-page {
	padding: 130px 0px 0 0;
	min-height: 550px;
}
a.go {
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 56px;
	border: none;
	display: inline-block;
	background: #012231;
	text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.34);
	margin-top: 15px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-decoration:none;
}
a.go:hover{
	background: #d42819;
}
.by1 {
	padding: 0;
}
#filters {
	margin: 3% 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
#filters li span{
	display: block;
	padding: 0px 2px;
	text-decoration: none;
	color: #464251;
	cursor: pointer;
	font-size: 1.2em;
	font-weight: 400;	
	margin: 0 3px;
}
#filters li span.active {
	color: #d42819;	
	font-weight: 400;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
#filters li span.filter:hover{
	color: #d42819;	
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius:5px;
	-ms-border-radius: 5px;
}
#filters li span.active:hover{
	color: #d42819;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}						  
#filters li {
	display: -webkit-inline-box;
}
.bottom p {
	font-size: 1.2em;
	font-weight: 400;
	color: #1B242F;
	line-height: 1.8em;
	text-align:right;
}
.bottom a {
	color: #d42819;
}
.bottom a:hover {
	color: #000;
}
.rd-more {
	margin: 1em 0 0;
}
a.more {
	background: #2C3E50;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: 400;
	padding: 0.3em 1.5em;
	display: inline-block;
	text-decoration: none;
	border-radius: 3px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-msborder-radius: 3px;
}
a.more:hover{
	background: #d42819;
}
/*--responsive design--*/
@media (max-width:1024px){	
.head-nav {
	margin: 0px 0 0 12em;
}
.head-nav ul li a {
	font-size: 1.1em;
}
.social {
	margin-top: 6px;
}
.header ul li {
	padding: 0 4px 0 0;
}
.welcome h1 {
	font-size: 2em;
}
.grid_box .zoom-icon {
	height: 260px;
}
.welcome h4 {
	font-size: 1.4em;
}
.portfolio p {
	font-size: 1em;
	margin: 0em 0em 1em;
}
.welcome {
	padding: 4em 0 1em;
}
.footer h4 {
	font-size: 1.3em;
}
.something form input[type="text"] {
	font-size: 15px;
	padding:0.5em;
}
.grids-ab {
	width: 43%;
}
.support-right h3 {
	font-size: 18px;
}
h2.post_title {
	font-size: 20px;
}
.rsidebar.span_1_of_3.services_list h3 {
	font-size: 20px;
}
.main {
	padding: 4em 0em 0;
}
.comments-area h3 {
	font-size: 18px;
}
.contact-head h2 {
	font-size: 1.5em;
}
.contact-form-row div span, .contact-form-row2 span {
	font-size: 1.1em;
}
.contact-form-row2 textarea {
	min-height: 250px;
}
.header {
	margin-top: 5em;
}
}
/*--responsive design--*/
@media (max-width:768px){	
.head-nav ul li{
	display:block;
	float:none;
}
.head-nav ul li a{
	border-right:none;
	border-bottom:none;
	color: #ffffff;
}
.head-nav ul{
	position: absolute;
	margin: 0;
	padding: 2% 0;
	z-index: 999;
	width: 92%;
	display: none;
	text-align: center;
	left:2em;
	top:7em;
	background:#d42819;
}
.head-nav span.menu {
	display: block;
	background: none;
	position: absolute;
	top: 28px;
	right: 26em;
}
.head-nav span.menu:before{
	content:url(../images/menu.png);
	text-transform:uppercase;
	text-align:right;
	padding:0.5em 0.3em;
	cursor:pointer;
}
.head-nav{
	background:none;
}
.head-nav ul li a {
	border: none;
}
.head-nav ul li a:hover, .head-nav ul li.active a {
	border: none;
	color: #2C3E50;
}
.header {
	margin-top: 3em;
}
.welcome h1 {
	font-size: 1.6em;
}
.welcome h4 {
	font-size: 1.2em;
}
.grid_box .zoom-icon {
	height: 220px;
}
.information {
	margin: 3em 0;
}
.by1 {
	padding: 0;
	width: 50%;
	float: left;
}
.bottom p {
	font-size: 1em;
	text-align: center;
}
.welcome-top, .welcome-top1, .welcome-top2 {
	margin: 2em 0em;
}
.support-left h3 {
	margin: 10px 0px 20px;
	font-size: 20px;
}
.support-right h3 {
	font-size: 17px;
}
.grids-ab {
	width: 22%;
	margin-top: 15px;
}
.grids-ab p {
	font-size: 15px;
	margin-top: 12px;
}
h2.post_title {
	font-size: 18px;
}
.rsidebar.span_1_of_3.services_list h3 {
	font-size: 18px;
}
.comments-area h3 {
	font-size: 16px;
}
.comments-area input[type="submit"] {
	padding: 10px 12px;
	font-size: 14px;
}
.contact-head h2 {
	font-size: 1.3em;
}
.contact-form-row div span, .contact-form-row2 span {
	font-size: 1em;
}
.contact-form-row2 textarea {
	min-height: 200px;
}
.grid-ab {
	float: left;
	margin-right: 0px;
	color: #888;
	width: 50%;
	text-align: center;
}
}
/*--responsive design--*/
@media (max-width:640px){	
.welcome h1 {
	font-size: 1.4em;
}
#filters li span {
	font-size: 1.1em;
}
.welcome h4 {
	font-size: 1em;
}
.portfolio p {
	font-size: 0.9em;
}
.grid_box .zoom-icon {
	height: 190px;
}
.footer h4 {
	font-size: 1.2em;
}
.footer p {
	font-size: 0.9em;
}
.head-nav ul li a {
	font-size: 1.1em;
}
.support-left h3 {
	margin: 10px 0px 20px;
	font-size: 18px;
}
.grid-ab p {
	font-size: 15px;
	margin-top: 15px;
}
.support-right h3 {
	font-size: 15px;
}
h2.post_title {
	font-size: 16px;
}
.rsidebar.span_1_of_3.services_list h3 {
	font-size: 16px;
}
.blog_grid {
	margin-bottom: 1em;
}
.services_list li a {
	font-size: 12px;
}
.blog_grid p {
	font-size: 13px;
}
.comments-area h3 {
	font-size: 14px;
}
.contact-head h2 {
	font-size: 1.2em;
}
.head-nav span.menu {
	right: 21em;
}
}
/*--responsive design--*/
@media (max-width:480px){	
.welcome h1 {
	font-size: 1.3em;
}
.head-nav ul {
	left: 1em;
}
#filters li span {
	font-size: 1em;
}
#portfoliolist .portfolio {
	width: 50%;
}
.head-nav ul li a {
	font-size: 0.9em;
	padding: 0.5em 6em;
}
.grid_box .zoom-icon {
	height: 235px;
}
.content-pagenation li a {
	font-size: 0.8125em;
	padding: 2px 7px;
}
i.leftarows {
	left: 1px;
}
i.leftarrow {
	left: 4px;
}
i.rightarows {
	left: 1px;
}
i.rightarrow {
	left: 4px;
}
.footer h4 {
	font-size: 1.1em;
}
.button form input[type="submit"] {
	font-size: 14px;
}
.something form input[type="text"] {
	font-size: 14px;
}
.slider1-para h4 {
	font-size: 10px;
	padding: 18px;
}
.slider1-para img {
	width: 22%;
}
.support-left h3 {
	margin: 10px 0px 20px;
	font-size: 16px;
}
.grid-ab {
	margin-right: 4px;
}
.grid-ab {
	width: 49%;
}
.support-right h3 {
	font-size: 14px;
}
.grid1 a {
	font-size: 13px;
}
span {
	color: #d42819;
	font-size: 13px;
}
h2.post_title {
	font-size: 14px;
}
.pagination ul > li > a, .pagination ul > li > span {
	padding: 5px 10px;
	font-size: 12px;
}
.contact-head h2 {
	font-size: 1.1em;
}
.contact-form-row div span, .contact-form-row2 span {
	font-size: 0.9em;
}
.contact-form-row2 textarea {
	min-height: 150px;
}
.contact-form input[type="submit"] {
	font-size: 1em;
}
a.more {
	font-size: 16px;
	padding: 0.4em 1.3em;
}
.head-nav span.menu {
	right: 18em;
}
.grids-ab {
width: 50%;
margin-top: 15px;
text-align: center;
margin-right:0;
}
}
/*--responsive design--*/
@media (max-width:320px){	
.social {
	margin-top: 6px;
	display: none;
}
.head-nav ul {
	top: 3em;
}
.logo img {
	width: 70%;
}
.contact-head h2 {
	font-size: 1em;
}
.head-nav span.menu {
	top: 8px;
	right: 1em;
}
.contact-map iframe {
	min-height: 150px;
}
.contact-form-row2 textarea {
	min-height: 100px;
}
.contact-form-row div {
	width: 100%;
	float: none;
	margin-right: 0%;
}
.contact-form-row div span, .contact-form-row2 span {
	font-size: 0.875em;
	margin-top: 1em;
}
.contact-form-row {
	margin-bottom: 0em;
}
.contact-form-row div input[type="text"] {
	padding: 0.7em 1em;
	font-size: 0.875em;
}
.footer h4 {
	font-size: 1em;
}
.footer p {
	font-size: 0.875em;
}
.something form input[type="text"] {
	font-size: 13px;
}
.button form input[type="submit"] {
	font-size: 13px;
}
.by li {
	font-size: 0.8125em;
}
.footer {
	padding: 3em 0 1em;
}
h2.post_title {
	font-size: 13px;
}
.blog_grid p {
	font-size: 12px;
}
ul.links li, ul.links_middle li, ul.links_bottom li {
	display: inline-block;
	margin-right: 9px;
}
.blog_grid li i {
	margin-right: 1px;
}
span.icon_text {
	font-size: 10px;
}
ul.links {
	margin: 10px 0 0px 0;
}
.pagination.pagination__posts ul {
	padding: 0;
}
.pagination ul > li > a, .pagination ul > li > span {
	padding: 3px 6px;
	font-size: 9px;
}
.comments-area input[type="text"], .comments-area textarea {
	padding: 7px 5px;
	font-size: 12px;
}
.welcome h1 {
	font-size: 1.1em;
}
#filters li span {
	font-size: 0.850em;
}
.welcome h4 {
	font-size: 0.9em;
}
.grid_box .zoom-icon {
	height: 190px;
}
.portfolio-wrapper {
	margin: 0.8em 0.3em;
}
.portfolio p {
	font-size: 0.875em;
}
.welcome-top, .welcome-top1, .welcome-top2 {
	margin: 0em 0em;
}
.support-left h3 {
	margin: 0px 0px 20px;
	font-size: 16px;
}
.slider1-img {
	margin-bottom: 1em;
}
.slider1-para h4 {
	padding: 0px;
}
.slider1-para img {
	width: 47%;
	margin: 1em 0;
}
.grid-ab {
	width: 48%;
}
.grid-ab p {
	font-size: 11px;
}
.grid-ab span, .grids-ab span {
	font-size: 10px;
}
.grids-ab {
width: 48%;
margin-right: 4px;
}
a.more {
	font-size: 14px;
	padding: 0.4em 1em;
	margin-bottom:1.5em;
}
.content-pagenation li {
	margin: 0.3em 0;
}
.content-pagenation li a {
	font-size: 0.8125em;
	padding: 3px 8px;
}
.para p {
margin-top: 10px;
font-size: 12px;
line-height: 1.8em;
text-align: justify;
color: #999;
overflow: hidden;
height: 65px;
}
}