/* reset */
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%;font:inherit;vertical-align:baseline;}
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;}
h1{font-weight:bold;font-size:24px;color: #000099}
h2{font-weight:bold;font-size:22px;color: #000099}
h3{font-weight:bold;font-size:20px;color: #000099}
h4{font-weight:bold;font-size:18px;color: #000099}
h5{font-weight:bold;font-size:16px;color: #000099}
h6{font-weight:bold;font-size:14px;color: #000099}
/* 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%;}
/*end reset*/
body{
	font-family: 'Lato', sans-serif;
	background:#fff;
	background: url(../images/banner_bg.jpg) no-repeat center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center;
	background-size: 100% 100%;
}
.wrap{
	width:80%;
	margin:0 auto;
	-moz-transition:all .2s linear;
	-webkit-transition:all .2s linear; 
	-o-transition:all .2s linear; 
	-ms-transition:all .2s linear;
}
.header-top{
	padding: 3% 0 0% 0%;
	background: url(../images/border.png) repeat-x 0px 163px;
}
.pages-top{
	padding: 3% 0;
	background: url(../images/border.png) repeat-x 0px 112px;
}
.logo {
	float:left;
	width: 13.5%;
	margin-top:-1.5%;
}.popup-list li {
    float: left;
    padding-left: 3px;
    list-style-type: none;
}
/* start h_menu */
.h_menu4{
	float:right;
}
.toggleMenu {
    display:  none;
    background: rgba(29, 82, 99, 0.22);
    padding: 10px 15px;
    width: 100%;
    color: #fff;
}
.nav {
    list-style: none;
     *zoom: 1;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav li a {
	display: block;
	padding: 10px 20px 40px 20px;
	color: #fff;
	font-size:1em;
}
.nav li {
    position: relative;
}
.nav li.active a, .nav li a:hover {
	border-bottom:10px solid #faa645;
}
.nav > li {
    float: left;
}
.nav > li > a.parent {
   background: url(../images/plus.png) no-repeat right top 16px;
}
.nav > li > a:hover{
	color:#f6a244;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left:0px;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
    -webkit-transition: background .2s linear;
	-moz-transition: background .2s linear;
	-ms-transition: background .2s linear;
	-o-transition:  background .2s linear;
	transition: background .2s linear;
}
.nav li li a {
	font-size: 0.8725em;
	padding: 10px;
	display: block;
	color:#fff;
	background:rgba(73, 93, 137, 0.56);
	position: relative;
	z-index:9999;
	border-top: 1px solid rgba(233, 233, 233, 0.09);
	-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;
}
.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}
.nav li li a:hover{
	background:#FAA645;
	color:#fff;
	border-bottom:none;
}
/***** Media Quries *****/
@media screen and (max-width: 768px) {
	.wrap{
		width:95%;
	}
	.h_logo4{
		text-align:center;
		float: none;
		margin: 4% 0;
	}
	.h_menu4{
		float: none;
		margin:2% 0;
	}
	.toggleMenu {
		padding: 10px 15px;
		width: 96%;
	}
	.nav li a {
		padding: 10px 15px;
	}
	.nav {
		background: rgba(255, 255, 255, 0.22);
	}
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50% !important;
    }
   .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
}
@media screen and (max-width: 640px) {
	.wrap{
		width:95%;
	}
	.toggleMenu {
		width: 95%;
	}
}
@media screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.toggleMenu {
		width: 92%;
	}
}
@media screen and (max-width: 320px) {
	.wrap{
		width:95%;
	}
	.toggleMenu {
		width: 89%;
	}
}
.slider{
	margin-bottom:5%;
}
/*--content--*/
.main{
	background:#fff;
overflow:hidden;
}
.col_1_of_4:first-child {
	margin-left: 0;
}
.span_1_of_4 {
	width:30.7%;
}
.col_1_of_4 {
	display: block;
	float: left;
	margin: 1% 0 1% 3.6%;
	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;
}
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;
}
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: 37%;
}
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:8%;
}
.desc h3{
	color:#222;
	font-size:1.3em;
	margin-bottom: 5%;
}
.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:5% 0;
}
span.left_line{
	height: 3px;
	width: 503px;
	display: block;
	background: url(../images/border1.png) no-repeat 0px 0px;
	position: absolute;
	left: 0%;
	bottom:75px;
}
span.right_line{
	height: 3px;
	width: 503px;
	display: block;
	background: url(../images/border1.png) no-repeat 0px 0px;
	position: absolute;
	right:0%;
	bottom:75px;
}
.span_1_of_middle h3{
	color:#000;
	font-size:1.2em;
	margin-bottom:5%;
}
.span_1_of_middle p{
	color:black;
	text-align: justify;
	font-size:17px;
	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;
	padding-bottom:3%;
}
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{
	background:#434955;
	padding:3% 0;
}
.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: #FFF;
	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:#fff;
	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: #FFF;
	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{
	text-align:center;
	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:5% 0;
	text-align: justify;
	line-height: 2em;
}
.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:#f5f5f5;
	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%;
	margin-right: 2%;
	border:1px solid #f0f0f0;
	background: #FFF;
}
.gallery1 li a img {
	display: block;
}
.gallery1 li.last{
	margin-right:0;
}
.gallery1 li h3 {
	padding: 5%;
	color: #555;
	font-size: 1em;
}
.gallery1 li.last {
	margin: 0 0 30px 0;
}
/*--contact--*/
form div {
	/*padding-top: 20px;*/
}
.to input[type="text"] {
	padding: 20px 9px;
	width: 48%;
	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"] {
	color: #FFF;
	font-family: 'Lato', sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding: 20px 31px;
	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;
width:10%
}
.contatct-top input[type="submit"]: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: 5% 0 3%;
}
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%;
}
/*--responsive design--*/
@media (max-width:1366px){
	.wrap{
		width:90%;
	}
	.header-top {
		background: url(../images/border.png) repeat-x 0px 158px;
	}
	ul.progress.vertical {
		margin-right: 49px;
	}
	span.left_line {
		width: 470px;
	}
	span.right_line {
		width: 470px;
	}
	.to input[type="text"] {
		width: 47.9%;
	}
	.footer-grid4 input[type="text"] {
		width: 64%;
	}
}
@media (max-width:1280px){
	.wrap{
		width:90%;
	}
	.header-top {
		background: url(../images/border.png) repeat-x 0px 153px;
	}
	ul.progress.vertical {
		margin-right:42px;
	}
	span.left_line {
		width: 470px;
	}
	span.right_line {
		width: 470px;
	}
	.to input[type="text"] {
		width: 47.6%;
	}
	.view {
		width: 270px;
		height: 330px;
	}
	.view .mask, .view .content {
		width: 270px;
		height: 330px;
	}
	h3.m_6 {
		width: 20%;
	}
	.footer-grid4 input[type="text"] {
		width: 68%;
	}
	.text input[type="text"], .text textarea {
		width: 97.8%;
	}
	.pages-top {
		background: url(../images/border.png) repeat-x 0px 108px;
	}
	span.left_line1 {
		width: 470px;
		bottom: 48px;
	}
	span.right_line1 {
		width: 470px;
		bottom: 48px;
	}
}
@media (max-width:1024px){
	.wrap{
		width:90%;
	}
	.header-top {
		background: url(../images/border.png) repeat-x 0px 127px;
	}
	ul.progress.vertical {
		margin-right:30px;
	}
	span.left_line {
		width:320px;
		bottom:55px;
	}
	span.right_line {
		width:320px;
		bottom:55px;
	}
	.to input[type="text"] {
		width:46.9%;
	}
	.view {
		width: 215px;
		height: 270px;
	}
	.view .mask, .view .content {
		width: 215px;
		height: 270px;
	}
	h3.m_6 {
		width:30%;
	}
	.footer-grid4 input[type="text"] {
		width: 68%;
	}
	.text input[type="text"], .text textarea {
		width: 96.9%;
	}
	.logo {
		width: 16.5%;
	}
	.nav li a {
		padding: 10px 20px 30px 20px;
	}
	h2.m_1 {
		font-size:1.1em;
	}
	.desc p {
		font-size: 0.85em;
	}
	.m_3 {
		font-size: 1.5em;
	}
	.span_1_of_middle h3 {
		font-size: 1em;
	}
	.footer-grid4 input[type="submit"] {
		left: 163px;
	}
	ul.blog-list {
		width: 100%;
		float: none;
	}
	.pages-top {
		background: url(../images/border.png) repeat-x 0px 91px;
	}
	.blog-poast-admin {
		bottom: 8.6em;
	}
	span.left_line1 {
		width: 350px;
		bottom: 39px;
	}
	span.right_line1 {
		width: 350px;
		bottom: 39px;
	}
	.m_contact {
		font-size: 1.5em;
	}
	p.m_12 {
		font-size: 1em;
	}
	.wmuSliderPagination {
		bottom: 40px;
		left: 45%;
	}
	i.settings {
		left: 33%;
	}
	i.clock {
		left: 33%;
	}
	i.aeroplane {
		left: 33%;
	}
	.gallery1 li {
		width: 31.7%;
	}
	ul.progress.vertical {
		width:55px;
	}
}
@media (max-width:768px){
	.wrap{
		width:90%;
	}
	.header-top {
		background:none;
	}
	ul.progress.vertical {
		margin-right:14px;
	}
	span.left_line {
		width: 240px;
		bottom: 43px;
	}
	span.right_line {
		width: 240px;
		bottom: 43px;
	}
	.to input[type="text"] {
		width:45.9%;
		padding:15px 9px;
	}
	.view {
		width: 215px;
		height: 260px;
	}
	.view .mask, .view .content {
		width: 215px;
		height: 260px;
	}
	h3.m_6 {
		width:30%;
	}
	.footer-grid4 input[type="text"] {
		width: 68%;
	}
	.text input[type="text"], .text textarea {
		width:95.9%;
	}
	.logo {
		width: 16.5%;
	}
	.nav li a {
		padding: 10px 20px 30px 20px;
	}
	h2.m_1 {
		font-size:1em;
	}
	.desc p {
		font-size: 0.85em;
	}
	.m_3 {
		font-size: 1.3em;
	}
	.span_1_of_middle h3 {
		font-size: 1em;
	}
	.footer-grid4 input[type="submit"] {
		left: 125px;
	}
	ul.blog-list {
		width:50%;
		float:left;
	}
	.header-top {
		background: none;
		padding: 20px 0 0 0;
	}
	.blog-poast-admin {
		bottom: 9.6em;
		left: 0.5em;
	}
	span.left_line1 {
		width: 260px;
		bottom: 31px;
	}
	span.right_line1 {
		width: 260px;
		bottom: 31px;
	}
	.m_contact {
		font-size: 1.4em;
	}
	p.m_12 {
		font-size: 1em;
	}
	.wmuSliderPagination {
		bottom:20px;
	}
	.logo {
		width: 100%;
		text-align: center;
		float: none;
	}
	.toggleMenu {
		background: rgba(50, 142, 172, 0.37);
	}
	.nav li.active a, .nav li a:hover {
		border:none;
	}
	.desc h3 {
		font-size: 1.1em;
	}
	ul.progress.vertical {
		width:50px;
	}
	.span_1_of_projects {
		width: 33.8%;
	}
	h3.m_4 a {
		font-size: 0.85em;
	}
	.banner-text p {
		font-size: 0.85em;
	}
	i.settings {
		left:27%;
	}
	i.clock {
		left:27%;
	}
	i.aeroplane {
		left:27%;
	}
	.btn a {
		padding:12px 40px;
	}
	.cont1 {
		float: none;
	}
	.span_2_of_g1 {
		width: 100%;
	}
	.labout {
		float: none;
		margin:0;
	}
	.span_1_of_g1 {
		width: 100%;
	}
	.project-list h4, .project-list1 h4, .project-list2 h4 {
		font-size: 1.2em;
		margin-bottom:3%;
	}
	.project-list1 {
		padding-top: 4%;
	}
	ul.dc_pagination {
		margin: 1% 0 4% 0;
	}
	ul.dc_pagination li a {
		font-size: 1em;
	}
	.project-list2 {
		padding-top: 4%;
	}
	.btn1 a {
		font-size: 1.1em;
		padding: 15px 40px;
	}
	.recent-tweet-info {
		width: 86%;
	}
	.pages-top {
		background: none;
		padding:15px 0;
	}
	.submit {
		padding:16px 50px;
	}
	.col_1_of_projects {
		float: left;
		margin: 1% 0 1% 0%;
	}
}
@media (max-width:640px){
	.wrap{
		width:90%;
	}
	.header-top {
		background:none;
	}
	ul.progress.vertical {
		margin-right:14px;
	}
	span.left_line {
		width: 180px;
		bottom: 37px;
	}
	span.right_line {
		width: 180px;
		bottom: 37px;
	}
	.to input[type="text"] {
		width: 45.3%;
		padding: 12px 9px;
	}
	.view {
		width: 215px;
		height: 260px;
	}
	.view .mask, .view .content {
		width: 215px;
		height: 260px;
	}
	h3.m_6 {
		width:40%;
	}
	.footer-grid4 input[type="text"] {
		width: 68%;
	}
	.text input[type="text"], .text textarea {
		width:95.9%;
	}
	.logo {
		width: 16.5%;
	}
	.nav li a {
		padding: 10px 20px 30px 20px;
	}
	h2.m_1 {
		font-size:0.9em;
		padding: 20px 0 40px;
	}
	.desc p {
		font-size: 0.85em;
	}
	.m_3 {
		font-size: 1.3em;
	}
	.span_1_of_middle h3 {
		font-size: 1em;
	}
	.footer-grid4 input[type="submit"] {
		left: 398px;
	}
	ul.blog-list {
		width:50%;
		float:left;
	}
	.header-top {
		background: none;
		padding: 20px 0 0 0;
	}
	.blog-poast-admin {
		bottom:7em;
		left: 1em;
	}
	span.left_line1 {
		width: 210px;
		bottom: 27px;
	}
	span.right_line1 {
		width: 210px;
		bottom: 27px;
	}
	.m_contact {
		font-size: 1.3em;
	}
	p.m_12 {
		font-size: 1em;
	}
	.wmuSliderPagination {
		bottom:20px;
	}
	.logo {
		width: 100%;
		text-align: center;
		float: none;
	}
	.toggleMenu {
		background: rgba(50, 142, 172, 0.37);
	}
	.nav li.active a, .nav li a:hover {
		border:none;
	}
	.desc h3 {
		font-size: 1.1em;
		margin-bottom: 10px;
	}
	ul.progress.vertical {
		width:50px;
	}
	.span_1_of_projects {
		width: 38.8%;
	}
	h3.m_4 a {
		font-size: 0.85em;
	}
	.banner-text p {
		font-size: 0.85em;
	}
	i.settings {
		left:35%;
	}
	i.clock {
		left:35%;
	}
	i.aeroplane {
		left:35%;
	}
	.btn a {
		padding:12px 40px;
	}
	.cont1 {
		float: none;
	}
	.span_2_of_g1 {
		width: 100%;
	}
	.labout {
		float: none;
		margin:0;
	}
	.span_1_of_g1 {
		width: 100%;
	}
	.project-list h4, .project-list1 h4, .project-list2 h4 {
		font-size: 1.2em;
		margin-bottom:3%;
	}
	.project-list1 {
		padding-top: 4%;
	}
	ul.dc_pagination {
		margin: 1% 0 4% 0;
	}
	ul.dc_pagination li a {
		font-size: 1em;
	}
	.project-list2 {
		padding-top: 4%;
	}
	.btn1 a {
		font-size: 1.1em;
		padding: 15px 40px;
	}
	.recent-tweet-info {
		width: 86%;
	}
	.pages-top {
		background: none;
		padding:15px 0;
	}
	.submit {
		padding:16px 50px;
	}
	.span_1_of_4 {
		width:71%;
	}
	.col_1_of_4 {
		float:none;
		margin: 1% 0 9% 0%;
	}
	.desc {
		padding: 10px;
	}
	.span_1_of_middle {
		width:100%;
	}
	.span_1_of_middle img{
		width:60%;
	}
	.point img{
		width:auto !important;
	}
	.col_1_of_middle {
		float: none;
		margin: 1% 0 1% 0;
	}
	.btn {
	   margin:4% 0;
	}
	.footer-grid {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.f-logo {
		margin-bottom: 10px;
	}
	.footer-grid2 h4 {
		padding-bottom: 10px;
	}
	.footer-grid2 ul li {
		margin-bottom: 10px;
	}
	ul.dc_pagination li:first-child {
		margin-right: 0%;
	}
	ul.dc_pagination li {
	    margin-left:0;
	}
	.span_1_of_b {
		width: 100%;
	}
	.col_1_of_b {
		float:none;
		margin: 1% 0 5% 0%;
	}
	.button {
		margin-top: 10px;
	}
	.gallery1 li {
		width: 31.5%;
	}
	.col_1_of_projects {
		float:left;
		margin: 1% 0 1% 0%;
	}
}
@media (max-width:480px){
	.wrap{
		width:90%;
	}
	.header-top {
		background:none;
	}
	ul.progress.vertical {
		margin-right:14px;
	}
	span.left_line {
		width: 125px;
		bottom: 30px;
	}
	span.right_line {
		width: 125px;
		bottom: 30px;
	}
	.to input[type="text"] {
		width: 43.5%;
		padding: 11px 9px;
	}
	.view {
		width: 200px;
		height: 245px;
	}
	.view .mask, .view .content {
		width: 200px;
		height: 245px;
	}
	.col_1_of_projects {
		float:left;
		margin: 1% 0 1% 0%;
	}
	h3.m_6 {
		width:60%;
	}
	.footer-grid4 input[type="text"] {
		width: 68%;
	}
	.text input[type="text"], .text textarea {
		width:93.9%;
	}
	.logo {
		width: 16.5%;
	}
	.nav li a {
		padding: 10px 20px 30px 20px;
	}
	h2.m_1 {
		font-size:1em;
	}
	.desc p {
		font-size: 0.85em;
	}
	.m_3 {
		font-size: 1.2em;
	}
	.span_1_of_middle h3 {
		font-size: 1em;
	}
	.footer-grid4 input[type="submit"] {
		left: 303px;
	}
	ul.blog-list {
		width:50%;
		float:left;
	}
	.header-top {
		background: none;
		padding:10px 0 0 0;
	}
	.blog-poast-admin {
		bottom: 8em;
		left: 0.2em;
	}
	span.left_line1 {
		width: 145px;
		bottom: 22px;
	}
	span.right_line1 {
		width: 145px;
		bottom: 22px;
	}
	.m_contact {
		font-size: 1.2em;
	}
	p.m_12 {
		font-size:0.85em;
	}
	.wmuSliderPagination {
		bottom:7px;
		left:40%;
	}
	.logo {
		width:35%;
		text-align: center;
		float: none;
		margin: 0 auto;
	}
	.toggleMenu {
		background: rgba(50, 142, 172, 0.37);
	}
	.nav li.active a, .nav li a:hover {
		border:none;
	}
	.desc h3 {
		font-size: 1.1em;
		margin-bottom: 10px;
	}
	ul.progress.vertical {
		width:50px;
	}
	.span_1_of_projects {
		width:49.8%;
	}
	h3.m_4 a {
		font-size: 0.85em;
	}
	.banner-text p {
		font-size: 0.85em;
	}
	i.settings {
		left:35%;
	}
	i.clock {
		left:35%;
	}
	i.aeroplane {
		left:35%;
	}
	.btn a {
		padding:12px 40px;
	}
	.cont1 {
		float: none;
	}
	.span_2_of_g1 {
		width: 100%;
	}
	.labout {
		float: none;
		margin:0;
	}
	.span_1_of_g1 {
		width: 100%;
	}
	.project-list h4, .project-list1 h4, .project-list2 h4 {
		font-size: 1.2em;
		margin-bottom:3%;
	}
	.project-list1 {
		padding-top: 4%;
	}
	ul.dc_pagination {
		margin: 1% 0 4% 0;
	}
	ul.dc_pagination li a {
		font-size:0.85em;
	}
	.project-list2 {
		padding-top: 4%;
	}
	.btn1 a {
		font-size: 1.1em;
		padding: 15px 40px;
	}
	.recent-tweet-info {
		width: 86%;
	}
	.pages-top {
		background: none;
		padding:15px 0;
	}
	.submit {
		padding: 12px 40px;
		font-size: 1em;
	}
	.span_1_of_4 {
		width:90%;
	}
	.col_1_of_4 {
		float: none;
		margin: 10px 0 50px 0;
	}
	.desc {
		padding: 10px;
	}
	.span_1_of_middle {
		width:100%;
	}
	.span_1_of_middle img{
		width:60%;
	}
	.col_1_of_middle {
		float: none;
		margin: 1% 0 1% 0;
	}
	.btn {
	   margin:4% 0;
	}
	.footer-grid {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.f-logo {
		margin-bottom: 10px;
	}
	.footer-grid2 h4 {
		padding-bottom: 10px;
		font-size:1.1em;
	}
	.footer-grid2 ul li {
		margin-bottom: 10px;
	}
	ul.dc_pagination li:first-child {
		margin-right: 0%;
	}
	ul.dc_pagination li {
	    margin-left:0;
	}
	.span_1_of_b {
		width: 100%;
	}
	.col_1_of_b {
		float:none;
		margin: 1% 0 5% 0%;
	}
	.button {
		margin-top: 10px;
	}
	.gallery1 li {
		width: 31.5%;
	}
	.slider {
		 margin-bottom:0;
	}
	.gallery li {
		width: 83%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	ul.dc_pagination li a {
		padding: 5px 10px 5px 10px;
	}
	.blog-poast-info ul li a {
		font-size: 12px;
	}
}
@media (max-width:320px){
	.wrap{
		width:90%;
	}
	.header-top {
		background:none;
	}
	ul.progress.vertical {
		margin-right:14px;
	}
	span.left_line {
		width: 75px;
		bottom: 20px;
	}
	span.right_line {
		width: 75px;
		bottom: 20px;
	}
	.to input[type="text"] {
		width: 40.5%;
		padding: 9px 9px;
		font-size:0.8125em;
	}
	.view {
		width: 200px;
		height: 245px;
	}
	.view .mask, .view .content {
		width: 200px;
		height: 245px;
	}
	.col_1_of_projects {
		float:left;
		margin: 1% 0 1% 0%;
	}
	h3.m_6 {
		width:90%;
	}
	.footer-grid4 input[type="text"] {
		width: 68%;
	}
	.text input[type="text"], .text textarea {
		width:90.9%;
		padding:9px;
		font-size:0.8125em;
	}
	.logo {
		width: 16.5%;
	}
	.nav li a {
		padding: 10px 20px 30px 20px;
	}
	h2.m_1 {
		font-size: 0.85em;
		width: 80%;
	}
	.desc p {
		font-size: 0.85em;
	}
	.m_3 {
		font-size:0.85em;
		color:#000;
	}
	.span_1_of_middle h3 {
		font-size: 1em;
	}
	.footer-grid4 input[type="submit"] {
		left:205px;
	}
	ul.blog-list {
		width:50%;
		float:left;
	}
	.header-top {
		background: none;
		padding:10px 0 0 0;
	}
	.blog-poast-admin {
		bottom:11em;
		left: 0.2em;
	}
	span.left_line1 {
		width: 90px;
		bottom: 14px;
	}
	span.right_line1 {
		width: 90px;
		bottom: 14px;
	}
	.m_contact {
		font-size:0.9em;
		color:#000;
	}
	p.m_12 {
		font-size:0.85em;
	}
	.wmuSliderPagination {
		bottom:20px;
		left:32%;
	}
	.logo {
		width:45%;
		text-align: center;
		float: none;
		margin: 0 auto;
	}
	.toggleMenu {
		background: rgba(50, 142, 172, 0.37);
	}
	.nav li.active a, .nav li a:hover {
		border:none;
	}
	.desc h3 {
		font-size: 1.1em;
		margin-bottom: 10px;
	}
	ul.progress.vertical {
		width:40px;
	}
	.span_1_of_projects {
		width:85%;
	}
	h3.m_4 a {
		font-size: 0.85em;
	}
	.banner-text p {
		font-size: 0.85em;
	}
	i.settings {
		left:32%;
	}
	i.clock {
		left:35%;
	}
	i.aeroplane {
		left:35%;
	}
	.btn a {
		padding:12px 40px;
	}
	.cont1 {
		float: none;
	}
	.span_2_of_g1 {
		width: 100%;
	}
	.labout {
		float: none;
		margin:0;
	}
	.span_1_of_g1 {
		width: 100%;
	}
	.project-list h4, .project-list1 h4, .project-list2 h4 {
		font-size:1em;
		margin-bottom: 15px;
	}
	.project-list1 {
		padding-top: 4%;
	}
	ul.dc_pagination {
		margin: 1% 0 8% 0;
	}
	ul.dc_pagination li a {
		font-size:0.8125em;
	}
	.project-list2 {
		padding-top: 4%;
	}
	.btn1 a {
		font-size: 1em;
		padding: 12px 30px;
	}
	.recent-tweet-info {
		width: 86%;
	}
	.pages-top {
		background: none;
		padding:15px 0;
	}
	.submit {
		padding: 12px 40px;
		font-size: 1em;
	}
	.span_1_of_4 {
		width:100%;
	}
	.col_1_of_4 {
		float: none;
		margin: 10px 0 50px 0;
	}
	.desc {
		padding: 10px;
	}
	.span_1_of_middle {
		width:100%;
	}
	.span_1_of_middle img{
		width:60%;
	}
	.col_1_of_middle {
		float: none;
		margin: 1% 0 1% 0;
	}
	.btn {
	   margin:4% 0;
	}
	.footer-grid {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.f-logo {
		margin-bottom: 10px;
	}
	.footer-grid2 h4 {
		padding-bottom: 10px;
		font-size:1em;
	}
	.footer-grid2 ul li {
		margin-bottom: 10px;
	}
	ul.dc_pagination li:first-child {
		margin-right: 0%;
	}
	ul.dc_pagination li {
	    margin-left:0;
	}
	.span_1_of_b {
		width: 100%;
	}
	.col_1_of_b {
		float:none;
		margin: 1% 0 5% 0%;
	}
	.button {
		margin-top: 10px;
	}
	.gallery1 li {
		width:100%;
	}
	.slider {
		 margin-bottom:0;
	}
	.gallery li {
		width:99%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	ul.dc_pagination li a {
		padding: 5px 10px 5px 10px;
	}
	.blog-poast-info ul li a {
		font-size: 12px;
	}
	.span_1_of_middle p {
		font-size: 0.8125em;
	}
	ul.progress.vertical {
		min-height: 230px;
	}
	.wmuSlider {
		padding: 0 0 20% 0;
	}
	.copy {
		float: none;
		margin-bottom:10px;
	}
	.social {
		float: none;
	}
	.footer-bottom {
		text-align: center;
	}
	.blog-poast-admin img {
		width: 55%;
	}
	.blog-poast-info ul li {
		float:right;
	}
	.blog-poast-info {
		padding: 0.8em 1em 3em;
	}
	.span_1_of_b h3 a {
		font-size: 1em;
	}
	p.m_11 {
		display: none;
	}
	p.m_10 {
		font-size: 0.8125em;
	}
}
.da-arrows, .da-dots
{display:none;}

h1.m_1 {
    font-size: 1.1em;
    line-height: 2em;
    width: 90%;
    margin: 0 auto;
    text-align: justify;
    color: #555;
    padding: 5% 0 7% 0;
}
.span_1_of_middle h2 {
    color: #000;
    font-size: 1.2em;
    margin-bottom: 5%;
}
.footer-grid1 h4 {
    font-size: 1.2em;
    text-transform: uppercase;
    color: #FFF;
    padding-bottom: 1.5em;
}
.footer-grid1 a , .footer-grid a{
	color:#919295;
}
.footer-grid4 h4 {
    font-size: 1.2em;
    text-transform: uppercase;
    color: #FFF;
    padding-bottom: 1.2em;
}
.footer-grid ul li {
    margin-bottom: 4%;
	color:#919295;
}
.list li
{
color: #555;
    font-size: 16px;
    line-height: 1.8em;
}
.about
{
padding: 10px;
}
.pages h2
{
    text-align: center;
    font-size: 26px;
color: #00A2E0;
text-decoration:underline;
margin-bottom:10px;
}
.span_2_of_middle {
    width: 64.7%;
}
.span_2_of_middle h2 {
    color: #000;
    font-size: 1.2em;
    margin-bottom: 5%;
}
.span_2_of_middle p {
    color: #555;
    font-size: 0.9em;
    line-height: 1.8em;
}
input{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e1e2e2;
    color: #555;
    float: left;
    font-family: "Lato",sans-serif;
    font-size: 1em;
    margin: 10px 0;
    outline: medium none;
    padding: 10px 9px;
   width: 94%;
}
 select {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e1e2e2;
    color: #A9A9A9;
    float: left;
    font-family: "Lato",sans-serif;
    font-size: 1em;
    margin: 10px 0;
    outline: medium none;
    padding: 10px 9px;
   width: 100%;
}
.form-group
{
/*overflow:hidden;*/
    margin: 10px;
}
.form-group img
{display: inline-block;
    text-align: center !important;
}
.forms
{
border: 1px solid #faa645;

}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #333;
    border-color: #333;
}
.btn-primary {
    color: #fff;
    background-color: #FAA645;
    border-color: #FAA645;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    /*margin-bottom: 0;*/
    margin: 0px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.form1 h6 {
    color: #fff;
    background-color: #FAA645;
    padding: 10px 20px;
    border-radius: 5px 5px 0px 0px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 12px;
}
.list li {
    color: #555;
    font-size: 16px;
    line-height: 1.8em;
}
.review {
    background: #e5e9e9;
    padding: 2%;
    border: 1px solid #ccc;
    margin: 3% 0px;
}
.head1 {
    color: #faa645;
    font-size: 16px;
    font-weight: 700;
}
.review p
{
line-height: 24px;
    color: #8C8585;    line-height: 25px;
}
.review:hover {
    border: 1px solid #faa645;
    box-shadow: 0 0 8px #faa645;
}
.inner-pg h1
{
margin-top:10px;
    text-align: center;
    font-size: 26px;

}
.col_1_of_3
{
 width: 33%;
float:left;
}
/*--lightbox--*/
/* Preload images */
body:after {
  content: url(../img/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/*-- accordion --*/
//updated ver
* {
  box-sizing:border-box;
}
@import url(http://fonts.googleapis.com/css?family=Lato:400,700);

.heading-primary {
  font-size:2em;
  padding:2em;
  text-align:left;
}
.accordion dl,
.accordion-list {
   border:1px solid #ddd;
   &:after {
       content: "";
       display:block;
       height:1em;
       width:100%;
       background-color:darken(#38cc70, 10%);
     }
}
.accordion dd,
.accordion__panel {
   background-color:#eee;
   font-size:1em;
   line-height:1.5em; 
}
.accordion p {
  padding:1em 2em 1em 2em;
}

.accordion {
    position:relative;
    background-color:#eee;
}

.accordionTitle, .accordion__Heading {
    background-color: #FAA645;
    text-align: left;
    font-weight: 700;
    padding: 1em;
    display: block;
    text-decoration: none;
    color: #fff;
    transition: background-color 0.5s ease-in-out;
    border: 1px solid #f5f5f5;
}
.accordionTitleActive, 
.accordionTitle.is-expanded {
   background-color:darken(#38cc70, 10%);
    &:before {
     
      transform:rotate(-225deg);
    }
}
.accordionItem {
    height:auto;
    overflow:hidden; 
    //SHAME: magic number to allow the accordion to animate
    
     max-height:50em;
    transition:max-height 1s;   
 
    
    @media screen and (min-width:48em) {
         max-height:15em;
        transition:max-height 0.5s
        
    }
    
   
}
 
.accordionItem.is-collapsed {
    max-height:0;
}
.no-js .accordionItem.is-collapsed {
  max-height: auto;
}
.animateIn {
     animation: accordionIn 0.45s normal ease-in-out both 1; 
}
.animateOut {
     animation: accordionOut 0.45s alternate ease-in-out both 1;
}
@keyframes accordionIn {
  0% {
    opacity: 0;
    transform:scale(0.9) rotateX(-60deg);
    transform-origin: 50% 0;
  }
  100% {
    opacity:1;
    transform:scale(1);
  }
}

@keyframes accordionOut {
    0% {
       opacity: 1;
       transform:scale(1);
     }
     100% {
          opacity:0;
           transform:scale(0.9) rotateX(-60deg);
       }
}
/*--accordion--*/
.accordion ul {
    padding: 10px;
}
.inner-popup {
    bottom: 30% !important;
    cursor: pointer;
    position: fixed;
    right: -5.5px;
    transition: all 0.5s ease 0s;
    z-index: 999;
}
.inner-popup:hover {
    cursor: pointer;
    position: fixed;
    right: -0.1px;
    transition: all 0.5s ease 0s;
}

.forms-des
{
padding:5px;
}
.popup_inner1 {
    /*background: #AFAFAF none repeat scroll 0 0;*/
background-image: -webkit-gradient(linear, right top, right bottom, color-stop(0%,#93F9B9), color-stop(100%,#499A7E));
background: rgba(0, 0, 0, 0) linear-gradient(0deg, #499a7e, #93f9b9) repeat scroll 0 0;
    border: 8px solid #FAA646;
    /* margin: 0 auto; */
    overflow: hidden;
    position: fixed !important;
    top: 1%;
    left: 28%;
    width: 45%;
    z-index: 99999;
    padding: 5px;
}
.popup_inner1 .popup_close {
    cursor: pointer;
    float: right;
    margin-right: -7px !important;
    margin-top: -41px !important;
    top: 0px;
    z-index: 999999;
}
.popup_inner1 h2 {
    font-size: 20px;
    margin-top: 10px;}

.popup-list li {
    float: left;
    padding-left: 3px;
    list-style-type: none;
}
.brdcrmb {
    padding: 20px 20px 0;
    width: 100%;
    float: left;
    position: relative;
    margin: 10px auto 0 -20px;
    color: #A52A2A;
}
.breadcrumb {
    padding: 15px 15px;
    margin-bottom: 20px;
    list-style: none;
    border-radius: 4px;
}
.breadcrumbsdiv {
    /*float: left;*/
    width: auto;
    margin: -3px 5px 0 0;
    padding: 0;
    color: #A52A2A;
}
.breadcrumb>li {
    display: inline-block;
}
li.breadcrumbsdiv a {
    color: #faa645;
}
.button {
    text-align: center;
    margin-top: 27px;
}
.content_footer3 ul li {
    margin: 12px 0px;
    /* color: #343434 !important; */
    font-size: 18px;
    display: inline;
    float: left;
}
.content_footer3 {
    margin: 10px auto;
    overflow: hidden;
    position: relative;
    background: #11638E;
}
.sprite-google_plus_icon {
    width: 80px;
    height: 27px;
    background-position: -45px -119px;
}
.sprite {
    background-image: url(../images/spritesheet.png);
    background-repeat: no-repeat;
    display: block;
}
.sprite-fb_icon {
    width: 80px;
    height: 27px;
    background-position: -5px -79px;
}
.sprite-twitter_icon {
    width: 80px;
    height: 27px;
    background-position: -185px -173px;
}

.sprite-button_cancel {
    width: 25px;
    height: 25px;
    background-position: -145px -5px;
}
.sprite-linkedin_icon {
    width: 80px;
    height: 27px;
    background-position: -5px -159px;
}
.sprite-pinterest_icon {
    width: 80px;
    height: 27px;
    background-position: -95px -159px;
}
.sprite-youtube {
    width: 80px;
    height: 27px;
    background-position: -5px -210px;
}

.sprite-course5 {
    width: 55px;
    height: 150px;
    background-position: -180px -5px;
}

.sprite-footer_call_now {
    width: 19px;
    height: 19px;
    background-position: -245px -5px;
}
.content
{
width:80%;
margin:0px auto;
}
.site
{
font-size: 32px;
    text-align: center;
}
ul.sub_sitemap {
    margin-left: 13px;
}
.rate
{
line-height: 27px;
    color: #fff;
}
.soc-icon{margin:12px 5px !important;}
.soc-icon1{margin:15px 0px 15px 40px; color:#FFAE00 !important;"}
.soc-span {
    color: #cfcfcf !important;
}
.soc-icon2
{
margin:15px -13px;
}


/**** Breadram ****/
/*.brdcrmb{padding:8px 15px;margin-bottom:15px;margin-left:80px;margin-top:20px;list-style:none;background-color:#f5f5f5;border-radius:4px;width:1150px;}*/
.breadgram{float: left !important; margin-top: 20px;}
.breadgram a{color: #f58b3c; text-decoration: none; font-size: 14px; margin-top: 20px; float: left !important; padding-left: 20px; padding-bottom:10px; padding-top:10px;}
.breadgram a:hover{color: #78BA1B; text-decoration: underline; float: left !important; padding-left: 7px; margin-top: 20px;}
.breadcrumbsarrw{float: left !important; padding-left: 7px; margin-top: 20px;}


/**** Additional ( H1 - H6 ) CSS ****/
.cssh1{font-size: 36px; font-weight: bold;}
.cssh2{font-size: 24px; font-weight: bold;}
.cssh3{font-size: 21px; font-weight: bold;}
.cssh4{font-size: 18px; font-weight: bold;}
.cssh5{font-size: 16px; font-weight: bold;}
.cssh6{font-size: 14px; font-weight: bold;}


.txtupper{text-transform: uppercase;}	

.txtcenter{text-align: Center;}

.txtunderline{text-decoration: underline;}

.txtclr{color: #FFF;}

.cssh7{font-size: 40px; font-weight: bold;}

.cssh8{font-size: 100px; font-weight: bold;}

.footerheads
{
    font-size: 1.2em;
    text-transform: uppercase;
    color: #FFF;
    padding-bottom: 1.5em;
}


.newcssh3{
	font-size: 24px; 
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: left;
}

.newcssh33{font-size: 21px !important; font-weight: bold !important;}

.newcssh4{font-size: 18px; font-weight: bold;padding-bottom: 10px; padding-top: 10px; text-align: center;}

.newcssh5{
	color:#222 !important;
	font-size:1.9em !important;
	margin-bottom: 10px !important;
}