body{

	overflow-x:hidden;	
}


html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: inherit;
	line-height:25px;
	
}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%; height:100%;}
/*end reset*/
body{
	font-family: 'Lato', sans-serif;
	background-color: #fff;
}
.wrap{
	width: 90%;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.header-top{
	padding: 7% 0 0% 0%;
	background: url(../images/border.png) repeat-x 0px 163px;
}
.pages-top{
	background: url(../images/border.png) repeat-x 0px 112px;
	padding-top: 3%;
	padding-right: 0;
	padding-bottom: 0%;
	padding-left: 0;
}
.logo {
	float:left;
	width: 13.5%;
	margin-top:-1.6%;
}
/* start h_menu */
.h_menu4{
	float:right;
}
.toggleMenu {
    display:  none;
    background: rgba(29, 82, 99, 0.22);
    padding: 10px 15px;
    width: 100%;
    color: #fff;
}
#menu,
#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu { 
  margin: 0px;  
}

#menu:before,
#menu:after {
  content: "";
  display: block;
}

#menu:after { clear: both; }

#menu li {
  float: left;
  background: url(../img/sep.png) no-repeat;
  position: relative;
}

#menu a {
	float: left;
	color: #3E4095;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	font-family: 'Lato', sans-serif;
	font-size: 1em;
	font-weight: bold;
}

#menu a:hover, #menu li a.active{
	color: orange;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: orange; 
}



#menu ul {
  margin: 20px 0 0 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 63px;
  left: 0;
  z-index: 1;
  background: #3e4095;
  box-shadow: 0 -1px 0 rgba(255,255,255,.3);
  border-radius: 3px;
  transition: all .2s ease-in-out;
}

#menu li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}

#menu ul ul {
	top: 0;
	left: 180px;
	margin: 0 0 0 20px;
	box-shadow: 0 -1px 0 rgba(255,255,255,.3);
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: orange;
}

#menu ul ul ul {
	top: 0;
	left: 160px;
	margin: 0 0 0 20px;
	box-shadow: 0 -1px 0 rgba(255,255,255,.3);
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: orange;
}



#menu ul a {
	width: 170px;
	display: block;
	white-space: nowrap;
	float: none;
	color: #fff;
	text-transform: capitalize;
	font-size: 12.5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#menu ul a:hover, #menu ul a.active { background: #9c99c9; border-bottom:none; }



#menu ul ul a {
	width: 160px;
	display: block;
	white-space: nowrap;
	float: none;
	color: #fff;
	text-transform: none;
	font-size: 13px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#menu ul ul a:hover, #menu ul ul a.active { background: #9c99c9; border-bottom:none; }

 

#menu ul li:first-child > a:after {
  content: '';
  position: absolute;
  left: 40px;
  top: -6px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #3e4095;
}

  


#menu ul ul li:first-child > a:after {
  left: -6px;
  top: 50%;
  margin-top: -6px;
  border-left: 0;
  border-top: 6px solid transparent;
  border-right: 6px solid orange;
  border-bottom: 6px solid transparent;
}



#menu-trigger { /* Hide Initially */ display: none; }



.pro_style{
	background-color: #F9F9F9;
	padding: 10px;
	font-family: 'Lato', sans-serif;
	width: 220px;
	color: #000;
	font-weight: bold;
	border-radius: 2px;
	cursor: pointer;
	text-transform: uppercase;
}


.slider{
	margin-bottom:0%;
}

.slider iframe{
    height :750px;
}
/*--content--*/
.main{
	background:#fff;
}
.col_1_of_4:first-child {
	margin-left: 0;
}
.span_1_of_4 {
	width:17.6%;
}
.col_1_of_4 {
	display: block;
	float: left;
	margin: 1% 0 1% 3%;
	box-shadow: 0 0 3px #B6B5B5;
	-webkit-box-shadow: 0 0 3px #B6B5B5;
	-moz-box-shadow: 0 0 3px #B6B5B5;
	-o-box-shadow: 0 0 3px #B6B5B5;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	position:relative;
}
.span_1_of_4 img{
	border-top-left-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-top-left-radius: 7px;
	-o-border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-top-right-radius: 7px;
	-o-border-top-right-radius: 7px;
	display: block;
	height: 150px;
}
h2.m_1{
	font-size: 1.3em;
	line-height: 1.5em;
	width: 70%;
	margin: 0 auto;
	text-align: center;
	color:#555;
	padding:5% 0 7% 0;
}

h2.m_1k{
	font-size: 1.6em;
	line-height: 1.5em;
	width: 70%;
	margin: 0 auto;
	text-align: center;
	color: orange;
	padding: 2% 0 4% 0;
	text-transform: uppercase;
}
i.settings{
	width: 100px;
	height: 100px;
	background: url(../images/img-sprite.png)-141px -4px;
	float: left;
	position: absolute;
	text-align: center;
	margin: 0 auto;
	top: -50px;
	left: 25%;
}
i.clock{
	width: 100px;
	height: 100px;
	background: url(../images/img-sprite.png)-267px -2px;
	float: left;
	position: absolute;
	text-align: center;
	margin: 0 auto;
	top: -50px;
	left: 37%;
}
i.aeroplane{
	width: 100px;
	height: 100px;
	background: url(../images/img-sprite.png)-389px -1px;
	float: left;
	position: absolute;
	text-align: center;
	margin: 0 auto;
	top: -50px;
	left: 37%;
}
.desc{
	text-align:center;
	padding:5%;
	min-height: 200px;
    max-height: 200px;
    overflow: hidden;
}
.desc h3{
	color: #222;
	font-size: 1.2em;
	margin-bottom: 5%;
	text-transform: uppercase;
}
.desc p{
	color:#555;
	font-size:1em;
	line-height:1.5em;
}
/*--content-middle--*/
.col_1_of_middle:first-child {
	margin-left: 0;
}
.span_1_of_middle {
	width:47.7%;
}
.col_1_of_middle {
	display: block;
	float: left;
	margin: 1% 0 1% 3.6%;
}
.m_3{
	text-align: center;
	position: relative;
	text-transform: uppercase;
	color: #777;
	font-size: 1.7em;
	padding-top: 3%;
	padding-right: 0;
	padding-bottom: 3%;
	padding-left: 0;
}
span.left_line{
	height: 3px;
	width: 40%;
	display: block;
	background: url(../images/border1.png) no-repeat 0px 0px;
	position: absolute;
	left: 0%;
	bottom:50px;
}
span.right_line{
	height: 3px;
	width: 40%;
	display: block;
	background: url(../images/border1.png) no-repeat 0px 0px;
	position: absolute;
	right:0%;
	bottom:50px;
}
.span_1_of_middle h3{
	color:#000;
	font-size:1.2em;
	margin-bottom:5%;
}
.span_1_of_middle p{
	color:#555;
	font-size:0.9em;
	line-height:1.8em;
}
.btn{
	margin-top:5%;
}
.btn a {
	border: none;
	font-weight: 100;
	color: #FFF;
	cursor: pointer;
	padding: 15px 50px;
	display: inline-block;
	font-size: 1em;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	background: #FFA540;
}
.btn a:hover{
	background:#F1962F;
}
.skills {
	width: 100%;
	margin: 10px 0;
	background-color: #D7DEE0;
	height: 10px;
}
.skills > div {
	height: 100%;
	display: block;
	background-color:#ffa540;
}
.content-middle-bottom{
	padding:5% 0 0 0; 
}
ul.progress.vertical {
    position: relative;
    width:65px;
    min-height:330px;
    float: left;
    margin-right:50px;
  	background:#ffa540;
}
li.bar {
	background:#eee;
	width: 50px;
	position: absolute;
}
li.bar1 {
	background:#eee;
	height: 50%;
	width: 50px;
	position: absolute;
}
/*--projects--*/
.col_1_of_projects:first-child {
	margin-left: 0;
}
.span_1_of_projects {
	width: 22.8%;
}
.col_1_of_projects {
	display: block;
	float: left;
	margin: 1% 0 1% 2.6%;
}
.view {
   width:290px;
   height:350px;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.view .mask,.view .content {
   width: 290px;
   height:350px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   cursor: pointer;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 20px 0 0 0;
}
.view p {
   font-family: Georgia, serif;
   font-style: italic;
   font-size: 12px;
   position: relative;
   color: #fff;
   padding: 10px 20px 20px;
   text-align: center;
}
.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #000;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
}
.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}
h3.m_4{
	text-align:center;
	padding:5% 0;
}
h3.m_4 a{
	color:#555;
	text-transform:uppercase;
	font-size:1em;
}
h3.m_4 a:hover{
	color:#FFA540;
}
p.m_5{
	text-align:center;
	color:#999;
	font-size:0.85em;
}
.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(219,127,8, 0.7);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.view-first h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.view-first a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.view-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.span_1_of_projects img{
	display:block;
}
/*--testimonials--*/
.wmuSlider {
	position: relative;
	overflow: hidden;
	padding: 0 0 8% 0;
}
.wmuSlider .wmuSliderWrapper article {
	position: relative;
	text-align: center;
}
.wmuSlider .wmuSliderWrapper article img {
	max-width: 100%;
	width: auto;
	height: auto;
	display:block;
	margin:0 auto;
}
.wmuGallery .wmuGalleryImage {
	position: relative;
	text-align: center;
}
.wmuGallery .wmuGalleryImage img {
	max-width: 100%;
	width: auto;
	height: auto;
}
.wmuSliderPagination {
	z-index: 2;
	position: absolute;
	left: 46%;
	bottom:50px;
}
.wmuSliderPagination li {
	float: left;
	margin: 0 2px 0 0;
	list-style-type: none;
}
.wmuSliderPagination a {
	display: block;
	text-indent: -9999px;
	width: 15px;
	height: 15px;
	background:#ffa540;
	border-radius:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	margin:3px;
}
.wmuSliderPagination a.wmuActive {
	background:#eee;
	width: 15px;
	height: 15px;
}
.banner-text{
	width:75%;
	margin:0 auto;
}
.banner-text p{
	color:#555;
	font-size:1em;
	line-height:1.5em; 
}
h3.m_6{
	color: #000;
	font-size: 1em;
	border-top:1px solid #F0f0f0;
	width: 17%;
	margin: 0 auto;
	padding-top:2%;
}
span.bg1{
	color:#999;
}
/*--footer--*/
.footer{
	padding: 3% 0;
	background-color: #E1E1E1;
}
.footer-grid {
	float: left;
	width:23.5%;
	margin-right: 2%;
}
.footer-grid1 p, .footer-grid2 p {
	color: #919295;
	font-size: 0.875em;
	line-height: 1.5em;
}
.f-logo{
	margin-bottom:5%;
}
.footer-grid2 h4 {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #333;
	padding-bottom:1.5em;
}
i.pin{
	width: 20px;
	height: 20px;
	float:left;
	background: url(../images/img-sprite.png)  -10px -102px;
	vertical-align: middle;
	margin:0px 6px 6px 0px;
}
i.phone{
	width: 20px;
	height: 20px;
	float:left;
	background: url(../images/img-sprite.png) no-repeat -37px -105px;
	vertical-align: middle;
	margin:0px 6px 6px 0px;
}
i.mail{
	width: 20px;
	height: 20px;
	float:left;
	background: url(../images/img-sprite.png) no-repeat -68px -104px;
	vertical-align: middle;
	margin:0px 6px 6px 0px;
}
i.earth{
	width: 20px;
	height: 20px;
	float:left;
	background: url(../images/img-sprite.png) no-repeat -101px -105px;
	vertical-align: middle;
	margin:0px 6px 6px 0px;
}
.footer-grid2 ul li label {
	color: #FFF;
	font-size: 0.875em;
}
.extra-wrap{
	overflow:hidden;
}
.footer-grid2 ul li{
	margin-bottom:4%;
}
.extra-wrap1 p{
	color:#333;
	font-size: 0.875em;
	font-weight: 100;
	cursor: pointer;
}
.extra-wrap1 p:hover{
	text-decoration:underline;
}
.recent-tweet {
	margin-bottom: 1em;
}
.recent-tweet-icon {
	float: left;
	width: 10%;
	margin-top: 3%;
}
.recent-tweet-icon span {
	width: 20px;
	height: 20px;
	display: block;
	background: url(../images/img-sprite.png) no-repeat -136px -111px;
}
.recent-tweet-info p {
	color: #919295;
	font-size: 0.875em;
	line-height: 1.5em;
}
.footer-grid3 h4 {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #333;
	padding-bottom:1.2em;
}
.recent-tweet-info {
	float: right;
	width: 88%;
}
.recent-tweet-info a {
	display: block;
	color:#919295;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	font-style: italic;
}
.recent-tweet-info a:hover {
	color:#FFA540;
}
.footer-grid4 h4 {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #FFF;
	padding-bottom: 0.5em;
}
.footer-grid4 p {
	color:#919295;
	font-size: 0.875em;
	margin-bottom: 0.5em;
	line-height:1.5em;
}
.footer-grid4 input[type="text"] {
	background: #353b47;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	-webkit-appearance: none;
	border:none;
	font-family: 'Lato', sans-serif;
	outline: none;
	font-size:12px;
	padding:8px;
	color: #757679;
	position: relative;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	width:61%;
}
.footer-grid4 input[type="submit"] {
	background: url(../images/img-sprite.png) no-repeat -194px -101px #ffa540;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	border: none;
	padding: 7px 25px;
	position: absolute;
	left:200px;
	cursor: pointer;
	color: #FFF;
	outline:none;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
}
.footer-grid4 input[type="submit"]:hover {
	background: url(../images/img-sprite.png) no-repeat -230px -101px #fff;
}
.footer-grid4 {
	position: relative;
	margin-right: 0;
}
.footer-bottom {
	background: #353b47;
	padding: 2% 0;
}
.copy{
	float:left;
	margin-top:7px;
}
.copy p{
	color:#919295;
	font-size: 0.875em;
}
.copy p a{
	color:#FFA540;
}
.copy p a:hover{
	color:#919295;
}
.social {
	float: right;
}
.social ul li:first-child, ol li:first-child {
	margin-top: 0px;
	margin-left: 0;
}
.social li {
	background: none;
	display: inline-block;
}
li.facebook a span {
	height: 25px;
	width: 25px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat -281px -106px #FFA540;
}
li.facebook a span:hover {
	background: url(../images/img-sprite.png)no-repeat -281px -135px #FFF;
}
li.linkedin a span {
	height: 25px;
	width: 25px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat -315px -108px #FFA540;
}
li.linkedin a span:hover {
	background: url(../images/img-sprite.png)no-repeat -310px -136px #FFF;
}
li.twitter a span:hover {
	background: url(../images/img-sprite.png)no-repeat -343px -137px #FFF;
}
li.twitter a span {
	height: 25px;
	width: 25px;
	display: block;
	background: url(../images/img-sprite.png)no-repeat -343px -110px #FFA540;
}
/*--pages--*/
.span_2_of_g1 {
	width:73.1%;
}
.cont1 {
	display: block;
	float: left;
}
.col_1_of_about-box:first-child {
	margin-left: 0;
}
.col_1_of_about-box {
	display: block;
	float: left;
	margin: 1% 0 1% 3.6%;
}
.span_1_of_about-box {
	width: 30.5%;
}
.span_1_of_g1 {
	width:24.2%;
}
.labout {
	display: block;
	float: left;
	margin:0 0 0 2.6%;
}
.gallery li {
	float: left;
	display: inline;
	width:31.5%;
	margin-right: 2%;
	background: #FFF;
	border:1px solid #f0f0f0;
}
.gallery li.last {
	margin: 0 0 30px 0;
}
.gallery li h3{
	padding:5%;
	color:#555;
	font-size:1em;
}
.gallery li a img{
	display:block;
}
.project-list h4, .project-list1 h4, .project-list2 h4 {
	font-size: 1.4em;
	color: #555;
	margin-bottom:7%;
	text-transform: uppercase;
}
ul.blog-list {
	width: 50%;
	float: left;
}
.project-list li, .project-list1 li {
	margin-bottom: 20px;
}
.project-list li img, .project-list1 li img {
	float: left;
	margin-right: 20px;
}
ul.blog-list li {
	list-style-image: url(../images/arrow.png);
	margin: 0 35px 10px;
}
ul.blog-list li a {
	font-size:0.9em;
	color:#555;
	vertical-align: super;
}
ul.blog-list li a:hover {
	color:#000;
}
.pages{
	padding-top: 0%;
	padding-right: 0;
	padding-bottom: 5%;
	padding-left: 0;
}
.project-list1{
	padding-top:10%;
}
.project-list2{
	padding-top:10%;
}
.project-list2 li {
	float: left;
	background:#FFA540;
	padding: 5px;
	margin: 2px;
}
.project-list2 li a {
	color: #000;
	text-transform: uppercase;
	font-size: 0.89em;
}
.project-list2 li a:hover{
	color:#fff;
}
ul.dc_pagination {
	text-align: center;
	overflow: hidden;
	margin: 3% 0 2% 0;
}
ul.dc_pagination li:first-child {
	margin-left: 0px;
	margin-right: 5%;
	text-transform: uppercase;
}
ul.dc_pagination li {
	display: inline-block;
	margin: 0px;
	margin-left: 5px;
	padding: 0px;
}
ul.dc_pagination li a {
	color: #555;
	display: block;
	padding: 8px 15px 8px 15px;
	text-decoration: none;
	font-size: 1.1em;
}
ul.dc_paginationA06 li a:hover, ul.dc_paginationA06 li a.current {
	background:#FFA540;
	color: #FFF;
}
/*--blog--*/
.col_1_of_b:first-child {
	margin-left: 0;
}
.col_1_of_b {
	display: block;
	float: left;
	margin: 1% 0 1% 3.6%;
	position:relative;
}
.col_1_of_b img{
	display:block;
}
.span_1_of_b {
	width: 48.2%;
}
.span_1_of_b h3 {
	margin-bottom: 2%;
}
.span_1_of_b h3 a {
	color: #333;
	font-size: 1.1em;
	line-height: 1.2;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
}
.span_1_of_b h3 a :hover{
	color:#555;
}
.span_1_of_b p {
	color: #555;
	font-size: 0.85em;
	line-height: 1.5em;
	margin-top:3%;
}
.button {
	margin-top: 20px;
}
.button a {
	color:#FFA540;
	font-size: 0.85em;
	text-transform: uppercase;
}
.button a:hover {
	color:#555;
}
.blog-poast-admin {
	position: absolute;
	bottom:7.6em;
	left: 1.2em;
}
.blog-poast-admin img {
	border-radius: 30em;
	-webkit-border-radius: 30em;
	-moz-border-radius: 30em;
	-o-border-radius: 30em;
	border: 4px solid #FFF;
}
.blog-poast-info {
	background:#FFA540;
	padding: 0.8em 1em;
	text-align: center;
}
.blog-poast-info ul li {
	display:inline-table;
	margin-right: 1em;
}
.blog-poast-info ul li a {
	color: #FFF;
	text-transform: uppercase;
	font-size: 0.875em;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
.blog-poast-info ul li a:hover {
	text-decoration:underline;
}
i.admin {
	width: 20px;
	height: 20px;
	background: url(../images/img-sprite.png) no-repeat -380px -111px;
	float: left;
}
i.date {
	width: 20px;
	height: 20px;
	background: url(../images/img-sprite.png) no-repeat -408px -111px;
	float: left;
}
i.comment {
	width: 20px;
	height: 20px;
	background: url(../images/img-sprite.png) no-repeat -440px -111px;
	float: left;
}
.blog-top{
	padding-bottom:2%;
}
/*--single--*/
p.m_10{
	font-size:0.85em;
	color:#555;
	line-height:1.8em;
	padding:2% 0;
}
p.m_11{
	font-size:0.85em;
	color:#555;
	line-height:1.8em;
}
.btn1{
	padding-top:3%;
}
.btn1 a{
	background:#FFA540;
	font-size: 1.2em;
	padding: 18px 50px;
	color: #FFF;
	cursor: pointer;
	outline: none;
	-webkit-appearance: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	float:left;
	text-transform: uppercase;
	font-weight: 100;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}
.btn1 a:hover{
	background:#555;
}
/*--portfolio
.gallery1 li {
	float: left;
	display: inline;
	width: 31.8%;
	height:250px;
	margin-right: 2%;
	border:1px solid #f0f0f0;
	background: #FFF;
}
.gallery1 li a img {
	display: block;
	width:100%;
	height:100%;
}
.gallery1 li.last{
	margin-right:0;
}
.gallery1 li h3 {
	padding: 5%;
	color: #555;
	font-size: 1em;
}
.gallery1 li.last {
	margin: 0 0 30px 0;
}--*/


#services{
	width:100%;	
}

#services .box{
	width:	33.33%;
	float:left;
	margin: 0 0 15px 0;
	min-height:250px;
	max-height:250px;
}

.box h3 {
    color: #222;
    font-size: 1.2em;
    margin-bottom: 5%;
    text-transform: uppercase;
}

.box ul{
	margin: 0 0 0 15px;
	padding:0;
}

.box li{
	list-style:disc;
	padding-left:15px;	
}

/*--contact--*/
form div {
	padding-top: 0px;
}
.sub {
    padding: 14px 9px;
    width: 49.3%;
    font-size: 1em;
    font-family: 'Lato', sans-serif;
    margin: 10px 0;
    border: 1px solid #E1E2E2;
    color: #555;
    background: #FFF;
    float: left;
    outline: none;
}
.to input[type="text"] {
    padding: 15px 9px;
    width: 46.9%;
    font-size: 1em;
    font-family: 'Lato', sans-serif;
    margin: 10px 0;
    border: 1px solid #E1E2E2;
    color: #555;
    background: #FFF;
    float: left;
    outline: none;
}
	.too input[type="text"] {
	padding: 20px 9px;
	width: 98.4%;
	font-size: 1em;
	font-family: 'Lato', sans-serif;
	margin: 10px 0;
	border: 1px solid #E1E2E2;
	color:#555;
	background: #FFF;
	float: left;
	outline: none;
}
.text input[type="text"], .text textarea {
	width: 98.3%;
	font-size: 1em;
	margin: 10px 0;
	border: 1px solid #E1E2E2;
	color:#555;
	font-family: 'Lato', sans-serif;
	outline: none;
	margin-bottom: 25px;
	height: 150px;
	padding: 20px 9px;
}
.contatct-top input[type="submit"], .contatct-top input[type="reset"] {
	color: #FFF;
	font-family: 'Lato', sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 20px 60px;
	text-transform: uppercase;
	background:#FFA540;
	display: inline-block;
	-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;
	font-weight:100;
	border:none;
	cursor:pointer;
}
.contatct-top input[type="submit"]:hover, .contatct-top input[type="reset"]:hover {
	background:#555;
}
.map{
	padding-top:4%;
}
p.m_12{
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: center;
	color: #555;
	margin-bottom:2%;
}
.m_contact {
	text-align: center;
	position: relative;
	text-transform: uppercase;
	color: #777;
	font-size: 1.7em;
	padding: 3% 0 3%;
    top: 0px;
    left: 0px;
}
span.left_line1 {
	height: 3px;
	width: 503px;
	display: block;
	background: url(../images/border1.png) no-repeat 0px 0px;
	position: absolute;
	left: 0%;
	bottom:51px;
}
span.right_line1 {
	height: 3px;
	width: 503px;
	display: block;
	background: url(../images/border1.png) no-repeat 0px 0px;
	position: absolute;
	right: 0%;
	bottom:51px;
}
.contact{
	padding-bottom:5%;
}

.contact .left {
	width:50%;
	float:left; 
}

.contact .left p{  
	text-align:left !important;
	margin-bottom:2% !important;
	    color: #555;
}

.contact .right{
	width:50%;
	float:right;
}

.contact .left a{
	color:#FFA540;
}
.contact .left a:hover{
	color:#919295;
}

.wrapper { 
	height: 100%;
	z-index: 2;
	width: 100%; 
	padding: 0; 
}
 

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.wrapper .toggle_bar {
  float: left;
  width: 20%;
  margin-right: 2.8%;
  background-color: #FFF;
  padding: 8px;
  box-shadow: 0 0 3px 1px #ccc;
  -webkit-box-shadow: 0 0 3px 1px #ccc;
  -moz-box-shadow: 0 0 3px 1px #ccc;
  border: 1px solid #ccc;
} 

.wrapper .head {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	color: #3E4095;
	height: 30px;
	width: 100%;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-bottom: 25px;
}

.wrapper .product_wrapp {
  float: left;
  width: 75%;
}

.wrapper #brd-crumbs {
  margin: 5px 0 24px 5px;
  overflow: hidden;
  border-bottom-width: 1px;
  border-bottom-style: double;
  border-bottom-color: #666;
}

.bcrumbs li {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  float: left;
}

.bcrumbs li {
  margin-right: 5px;
}

.blank {
  clear: both;
}

	#gallery { 
		width: 100%;
	}
	#gallery ul { list-style: none; }
	
	#gallery ul li {   display: inline-block;
	  vertical-align: top;
	  height: 250px;
	  width: 31%;
	  overflow: hidden;
	  margin-right: 2%;
	  margin-bottom: 30px;
	  float:left; 
	  }
  
		#gallery ul img {
	  max-width: 100%;
	  height: 100%;
		}


.mobilemenu {
margin:0;
padding:0;
width:100%;
background-color:#000;
display:none;
}

/********************** Media Query *********************/


@media only screen and (max-width:1920px) {

    .slider iframe {
        height: 750px;
    }
}




@media only screen and (max-width:1366px) {

    .slider iframe {
        height: 550px;
    }
}






@media only screen and (max-width:425px) {
.span_1_of_4 {
    width: 100%;
        margin-bottom: 15%;
        margin-right:0;
}

.span_1_of_4 img {
 
    width: 100%;
   height: auto;
}

i.settings {
 
    left: 38%;
}

.desc {
   
    min-height: auto;
 
}

h2.m_1k {
 
    padding: 10% 0 12% 0;
    width:100%;
}
#menu {
    margin: 0px;
    display: none;
}


.logo {
    float: left;
    width: 50%;
    margin-top: -1.6%;
    margin-bottom: 2%;
    margin-left: 25%;
}

.mobilemenu {
 
display:block;
}

#services .box {
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
    min-height: auto;
 
}

span.left_line {
 
    display: none;
}


span.right_line {
  display: none;
}
.wrapper .toggle_bar {
   
    width: 97%;
     
}

.wrapper .product_wrapp {
   
    width: 100%;
}

#gallery ul li {
 
    width: 90%;
     margin-left:5%;
     margin-right:5%;
}


.to input[type="text"] {
     width: 95%;
 
}

.sub {
   
    width: 100%;
 
}

span.left_line1 {
 
    display: none;
}


span.right_line1 {
  display: none;
}

.contact .left {
    width: 100%;
    float: left;
}

.contact .right {
    width:100%;
    float: right;
}



}