.ls-l.slider-button
{
	background: #fff none repeat scroll 0 0;
	color: #069 !important;
	margin: 0 !important;
	padding: 2px 61px !important;
}
.landing-tab
{
	position: relative;
	z-index: 10;
}
.landing-tab .nav-tabs
{
	border-bottom: 0;
	border-right: 1px solid #e7e7e7;
	padding: 25px 0;
}
.landing-tab .nav-tabs>li.active
{
	margin-right: -3px;
}
.landing-tab .nav-tabs>li.active .tab-info h3
{
	color: #323232;
}
.landing-tab .nav-tabs>li
{
	padding: 30px 0;
}
.landing-tab .nav-tabs>li>a
{
	background: none !important;
	border: 0 !important;
	border-radius: 0;
	color: #6A6A6A !important;
	moz-transition: all 300ms ease;
	ms-transition: all 300ms ease;
	o-transition: all 300ms ease;
	padding: 0 15px 0;
	position: relative;
	transition: all 300ms ease;
	webkit-transition: all 300ms ease;
}
.landing-tab .nav-tabs>li>a:hover
{
	background: none;
}
.landing-tab .tab-icon
{
	display: inline-block;
	font-size: 28px;
}
.landing-tab .tab-info
{
	display: inline-block;
	left: 70px;
	margin-top: -12px;
	position: absolute;
	top: 50%;
	vertical-align: middle;
}
.landing-tab .tab-info h3
{
	color: #181818;
    font-size: 16px;
    font-weight: 700;
    line-height: 21px;
    margin: 0 15px;
    padding-bottom: 30px;
    position: relative;
    text-transform: uppercase;
}
.landing-tab .tab-pane h3
{
	line-height: normal;
	margin-top: 0;
	font-weight:normal;
	font-size:25px;
}
#tab_a > p {line-height:30px;}
.landing-tab .tab-pane h3.text-center
{
	margin-bottom: 25px;
}
.landing-tab .tab-pane
{
	padding-left: 22px;
	text-align: justify;
}
.landing-tab .tab-pane i.big
{
	display: block;
	font-size: 200px;
	margin-bottom: 30px;
}
.landing-header.header-bgnone ul.navbar-nav > li:hover > a, .landing-header.header-bgnone ul.navbar-nav > li.active > a
{
	color: #069;
}
.features-content .features-icon
{
	color: #069;
}
.landing_facts
{
	background: #069 none repeat scroll 0 0;
}
.landing-tab .nav-tabs > li.active
{
	border-right: 5px solid #069;
}
.landing-tab .nav-tabs > li.active > a i
{
	color: #069;
}
.landing-tab .nav-tabs > li > a:hover
{
	color: #069 !important;
}
.landing-tab .tab-pane i.big
{
	color: #069;
}
.work-filter
{
	margin-bottom: 35px;
}
.work-filter ul li
{
	display: inline-block;
}
.work-filter ul li a
{
	border: 2px solid #069;
    box-shadow: none;
    color: #069;
    font-weight: 700;
    height: 44px;
    line-height: 44px;
    margin-left: 12px;
    padding:12px 20px;
    position: relative;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
	text-decoration:none;
}
.work-filter ul li a:hover,
.work-filter ul li a.active
{
	background-color: #069;
	color: #fff;
}
.mix
{
	display: none;
}
.work-item
{
	float: left;
	position: relative;
	width: 25%;
}
.work-item > img
{
	display: block;
	height: auto;
	max-width: 100%;
}
.overlay
{
	background-color: rgba(9, 95, 140,.9);
	color: #fff;
	filter: alpha(opacity=0);
	height: 100%;
	left: 0;
	moz-transform: rotateY(180deg) scale(0.5,0.5);
	moz-transition: all 450ms ease-out 0s;
	ms-transform: rotateY(180deg) scale(0.5,0.5);
	opacity: 0;
	o-transform: rotateY(180deg) scale(0.5,0.5);
	o-transition: all 450ms ease-out 0s;
	position: absolute;
	text-align: center;
	top: 0;
	transform: rotateY(180deg) scale(0.5,0.5);
	transition: all 450ms ease-out 0s;
	webkit-transform: rotateY(180deg) scale(0.5,0.5);
	webkit-transition: all 450ms ease-out 0s;
	width: 100%;
}
.work-item:hover .overlay
{
	filter: alpha(opacity=100);
	moz-transform: rotateY(0deg) scale(1,1);
	ms-transform: rotateY(0deg) scale(1,1);
	opacity: 1;
	o-transform: rotateY(0deg) scale(1,1);
	transform: rotateY(0deg) scale(1,1);
	webkit-transform: rotateY(0deg) scale(1,1);
}
.work-item .overlay a
{
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	margin-top: 20%;
	padding: 7px 10px;
}
.work-item .overlay a:hover
{
	background: #fff;
	color: #069;
}
.work-item .overlay h4
{
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	margin: 25px 0 8px;
}
.work-item .overlay p
{
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}
@media (min-width: 768px) and (max-width: 979px)
{
	.work-item
	{
		width: 33% !important;
	}
}
@media only screen and (max-width: 767px)
{
	.work-item
	{
		left: 5% !important;
		width: 90% !important;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px)
{
	.work-item
	{
		left: inherit !important;
		width: 50% !important;
	}
}
.text1 {
	display: inline-block;
    float: none;
    font-size: 50px;
    text-transform: uppercase;
	}
.text1.funnyText span.active {
	text-shadow:none !important;
}
.aboutus.funnyText span.active {
	text-shadow:none !important;
}
.howwework.funnyText span.active {
	text-shadow:none !important;
}
.ourservices.funnyText span.active {
	text-shadow:none !important;
}
.ourachievement.funnyText span.active {
	text-shadow:none !important;
}
.ourportfolio.funnyText span.active {
	text-shadow:none !important;
}
.contactus.funnyText span.active {
	text-shadow:none !important;
}
.contactdetail {
	margin:30px 0;
	padding:0;
	font-size:20px;
	color:#525252;
	text-align:center;
}
.contactinfoicon::after {
    background: #069 none repeat scroll 0 0;
    border-radius: 50%;
    bottom: -4px;
    color: #069;
    content: "";
    height: 7px;
    left: 50%;
    margin-left: -3.5px;
    position: absolute;
    width: 7px;
}
.contactinfoicon {
    border-bottom: 1px solid #525252;
    color: #069;
    font-size: 48px;
    padding-bottom: 32px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease-in 0s;
}
.process:hover .contactinfoicon,
.process:focus,
.process:active
{
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-name: hvr-wobble-skew;
	animation-timing-function: ease-in-out;
	moz-animation-duration: 1s;
	moz-animation-iteration-count: 1;
	moz-animation-name: hvr-wobble-skew;
	moz-animation-timing-function: ease-in-out;
	webkit-animation-duration: 1s;
	webkit-animation-iteration-count: 1;
	webkit-animation-name: hvr-wobble-skew;
	webkit-animation-timing-function: ease-in-out;
}
.process {
	text-align:center;
}
.info {
    font-size: 14px;
}
ul.socialicons li a {
	margin:0 7px;
}
.fa.fa-facebook
{
	background:#3B5998;
	border-radius: 50%;
	color: #fff;
	height: 40px;
	margin: 0;
	padding: 13px;
	text-align: center;
	width: 40px;
}
.fa.fa-facebook:hover
{
	background: #324f8c;
}
.fa.fa-twitter
{
	background:#659FCB;
	border-radius: 50%;
	color: #fff;
	height: 40px;
	margin: 0;
	padding: 13px;
	text-align: center;
	width: 40px;
}
.fa.fa-twitter:hover
{
	background: #4b88b7;
}
.fa.fa-google-plus
{
	background:#DC473A;
	border-radius: 50%;
	color: #fff;
	height: 40px;
	margin: 0;
	padding: 13px;
	text-align: center;
	width: 40px;
}
.fa.fa-google-plus:hover
{
	background: #c33326;
}
.fa.fa-linkedin
{
	background: #0177B5;
	border-radius: 50%;
	color: #fff;
	height: 40px;
	margin: 0;
	padding: 13px;
	text-align: center;
	width: 40px;
}
.fa.fa-linkedin:hover
{
	background: #0169a0;
}
@media (min-width: 769px) and (max-width: 1092px) {
.navbar-brand > img {
    height: 60px;
}
.work-filter ul li {
		margin:0 0 10px;}
}
section.contact{
	padding:0px 0px 100px;
	overflow:visible;
	background:#F1F4F4;
	}
.single-post-wrap section.contact{
	background:#FBFBFB;
	}
.typewriter{
	text-align:center;
	position:relative;
	}
.typewriter img{
	max-width:100%;
	z-index:3;
	margin-top:-221px;
	}
.type_overlay{
	background:#19B7BD;
	width: 100%;
	height: 245px;
	position: absolute;
	bottom: 0;
	z-index: -1;
	}
.contact_form{
	display:block;
	float:left;
	width:100%;
	}
.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 1em 1em 1em 0;
	width: calc(100% - 2em);
	vertical-align: top;
	overflow:hidden;
}
.contact_form .input:after{
	position:absolute;
	content:"";
	right:10px;
	top:50%;
	margin-top:-9px;
	font-family:fontAwesome;
	color:#D9DBDB;
	}
.contact_form .input_name:after{
	content:"\f007";
	}
.contact_form .input_mail:after{
	content:"\f0e0";
	}
.contact_form .input_website:after{
	content:"\f0ac";
	}
@media (min-width:1024px){
.input:nth-child(-n+2){
	width: calc(50% - 2em);
	}
}
.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #F1F4F4;
	color: #181818;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}
.textarea{
	width:100%;
	display:block;
	position:relative;
	background:#FBFBFB;
	padding:20px 30px 30px;
	height:270px;
	}
.textarea .textarea_field{
	width:100%;
	height:100%;
	display:block;
	position:relative;
	border:none;
	background:#FBFBFB;
	resize:none;
	background:url(assets/img/txt-pattern.png) repeat-y 0px 45px;
	background-size:100%;
	line-height:45px;
	color:#181818;
	font-size:14px;
	font-weight:700;
	font-family: 'Raleway', sans-serif;
	text-transform:capitalize;
	}
::-webkit-input-placeholder {
   color: #181818;
   text-transform:uppercase;
}
:-moz-placeholder { /* Firefox 18- */
   color: #181818;  
   text-transform:uppercase;
}
::-moz-placeholder {  /* Firefox 19+ */
   color: #181818;
   text-transform:uppercase;
}
:-ms-input-placeholder {  
   color: #181818; 
}
.submit{
	display:block;
	width:100%;
	text-align:center;
	position:relative;
	}
.submit_btn{
	width:370px;
	text-align:center;
	position:absolute;
	height:52px;
	border:none;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	-ms-transition:all .3s;
	-o-transition:all .3s;
	transition:all .3s;
	left:50%;
	margin-left:-175px;
	}

.contact_form .submit_btn{
	margin-top:-26px;
	}
.submit_btn span{
	position: absolute;
    right: 0;
    bottom: 0;
    margin-top: -12px;
    font-size: 24px;
    width: 52px;
    height: 100%;
    text-align: center;
    line-height: 52px;
    background: #C0A264;
	}
.input__field:focus,.textarea_field:focus ,.submit_btn:focus{
	outline: none;
}
.submit_btn:focus,.submit_btn:active,.submit_btn:hover{
	background:#C0A264;
	}
.box_shadow{
	-moz-box-shadow: 0 0 5px 5px rgba(204,204,204,0.3);
	-webkit-box-shadow: 0 0 5px 5px rgba(204,204,204,0.3);
	box-shadow: 0 0 5px 5px rgba(204,204,204,0.3);
	outline:none;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	}
.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	color: #181818;
	font-weight: 700;
	font-size: 14px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input__label_content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}


/* Input field */


.input__field{
	margin-top: 1em;
	padding: 30px 10px 20px;
	width: 100%;
	background: transparent;
	color: #181818;
	text-transform:lowercase;
	position:relative;
}	

.input_name .input__field{
	text-transform:capitalize;

}

.input__label{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 0.25em;
	width: 100%;
	height: calc(100% - 1em);
	text-align: left;
	pointer-events: none;
	text-transform:uppercase;
}

.input__label_content{
	position: absolute;
}

.input__label::before,
.input__label::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 10px);
	border-bottom: 1px solid #E0E3E3;
}

.input__label::after {
	margin-top: 2px;
	border-bottom: 4px solid #c8a968;
	-webkit-transform: translate3d(-100%, 0, 0);
	-moz-transform: translate3d(-100%, 0, 0);
	-ms-transform: translate3d(-100%, 0, 0);
	-o-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -webkit-transform 0.3s;
	-ms-transition: -webkit-transform 0.3s;
	-o-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}


.input__field:focus + .input__label::after,
.input--filled .input__label::after,.input__field:active + .input__label::after,
.input--filled .input__label::after {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.input__field:focus + .input__label .input__label_content,
.input--filled .input__label_content,.input__field:active + .input__label .input__label_content,
.input--filled .input__label_content {
	-webkit-animation: anim-1 0.3s forwards;
	-moz-animation: anim-1 0.3s forwards;
	-ms-animation: anim-1 0.3s forwards;
	-o-animation: anim-1 0.3s forwards;
	animation: anim-1 0.3s forwards;
}

@-webkit-keyframes anim-1 {
	50% {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: translate3d(1em, 0, 0);
		-moz-transform: translate3d(1em, 0, 0);
		-ms-transform: translate3d(1em, 0, 0);
		-o-transform: translate3d(1em, 0, 0);
		transform: translate3d(1em, 0, 0);
	}
	51% {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: translate3d(-1em, -40%, 0);
		-moz-transform: translate3d(-1em, -40%, 0);
		-ms-transform: translate3d(-1em, -40%, 0);
		-o-transform: translate3d(-1em, -40%, 0);
		transform: translate3d(-1em, -40%, 0);
	}
	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: translate3d(0, -40%, 0);
		-moz-transform: translate3d(0, -40%, 0);
		-ms-transform: translate3d(0, -40%, 0);
		-o-transform: translate3d(0, -40%, 0);
		transform: translate3d(0, -40%, 0);
	}
}

@keyframes anim-1 {
	50% {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: translate3d(1em, 0, 0);
		-moz-transform: translate3d(1em, 0, 0);
		-ms-transform: translate3d(1em, 0, 0);
		-o-transform: translate3d(1em, 0, 0);
		transform: translate3d(1em, 0, 0);
	}
	51% {
		opacity: 0;
		filter: alpha(opacity=0);
		-webkit-transform: translate3d(-1em, -40%, 0);
		-moz-transform: translate3d(-1em, -40%, 0);
		-ms-transform: translate3d(-1em, -40%, 0);
		-o-transform: translate3d(-1em, -40%, 0);
		transform: translate3d(-1em, -40%, 0);
	}
	100% {
		opacity: 1;
		filter: alpha(opacity=100);
		-webkit-transform: translate3d(0, -40%, 0);
		-moz-transform: translate3d(0, -40%, 0);
		-ms-transform: translate3d(0, -40%, 0);
		-o-transform: translate3d(0, -40%, 0);
		transform: translate3d(0, -40%, 0);
	}
}
