body {
	font-family: 'Josefin Sans', sans-serif;
}

p {
	margin: 0;
	font-size: 1em;
	line-height: 1.9em;
	color: #999;
	letter-spacing: 1px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

ul, label {
	margin: 0;
	padding: 0;
}

body a:hover {
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}


/*-- banner --*/
.banner {
	background: url(../images/1.jpg)no-repeat center 0px;
	background-size: cover;
	position: relative;
}

/*-- header --*/
.header {
	padding: 1em 0;
	background: #0b98ea;
}

.logo h1 {
	font-size: 3em;
	color: #fff;
}

.logo h1 a {
	color: #fff;
}
/*-- //header --*/

/*-- banner-text --*/
.banner-text {
	padding: 14em 0 18em;
	text-align: right;
	color: #fff;
}

.banner-text h2 {
	font-size: 3.2em;
	line-height: 1.5em;
	color: #fff;
	padding: .7em 0 1.3em;
}

.banner-text h2 span {
	display: block;
	font-weight: 900;
	font-style: italic;
	letter-spacing: 3px;
	font-size: 1.5em;
	padding-bottom: .2em;
}

.banner-text p {
	color: #fff;
	font-size: 1.8em;
	letter-spacing: 2px;
	position: relative;
	width: 85%;
}

/*-- more buttons --*/
.hire-w3lgrids {
	margin-top: 2.5em;
}

a.wthree-more {
	padding: 0 2.5em;
	border: 1px solid #fff;
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	vertical-align: middle;
	position: relative;
	z-index: 1;
	background-color: #000;
	overflow: hidden;
	text-align: center;
	letter-spacing: 2px;
}

a.wthree-more>span {
	display: inline-block;
	padding: 1em 0;
	vertical-align: middle;
	opacity: 0;
	color: #fff;
	-webkit-transform: translate3d(0, -10px, 0);
	-moz-transform: translate3d(0, -10px, 0);
	-o-transform: translate3d(0, -10px, 0);
	-ms-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	-o-transition: transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

a.wthree-more::before {
	content: attr(data-text);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 1em 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: transform 0.3s, opacity 0.3s;
	-o-transition: transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

a.wthree-more:hover {
	background-color: #f5810b;
}

a.wthree-more:hover::before {
	opacity: 0;
	-webkit-transform: translate3d(0, 100%, 0);
	-moz-transform: translate3d(0, 100%, 0);
	-o-transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

a.wthree-more:hover>span {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

a.wthree-more:hover>span:nth-child(1) {
	-webkit-transition-delay: 0.045s;
	-moz-transition-delay: 0.045s;
	-o-transition-delay: 0.045s;
	-ms-transition-delay: 0.045s;
	transition-delay: 0.045s;
}

a.wthree-more:hover>span:nth-child(2) {
	-webkit-transition-delay: 0.09s;
	-moz-transition-delay: 0.09s;
	-o-transition-delay: 0.09s;
	-ms-transition-delay: 0.09s;
	transition-delay: 0.09s;
}

a.wthree-more:hover>span:nth-child(3) {
	-webkit-transition-delay: 0.135s;
	-moz-transition-delay: 0.135s;
	-o-transition-delay: 0.135s;
	-moz-transition-delay: 0.135s;
	transition-delay: 0.135s;
}

a.wthree-more:hover>span:nth-child(4) {
	-webkit-transition-delay: 0.18s;
	-moz-transition-delay: 0.18s;
	-o-transition-delay: 0.18s;
	-ms-transition-delay: 0.18s;
	transition-delay: 0.18s;
}

a.wthree-more:hover>span:nth-child(5) {
	-webkit-transition-delay: 0.225s;
	-moz-transition-delay: 0.225s;
	-o-transition-delay: 0.225s;
	-ms-transition-delay: 0.225s;
	transition-delay: 0.225s;
}

a.wthree-more:hover>span:nth-child(6) {
	-webkit-transition-delay: 0.27s;
	-moz-transition-delay: 0.27s;
	-o-transition-delay: 0.27s;
	-ms-transition-delay: 0.27s;
	transition-delay: 0.27s;
}

a.wthree-more:hover>span:nth-child(7) {
	-webkit-transition-delay: 0.315s;
	-moz-transition-delay: 0.315s;
	-o-transition-delay: 0.315s;
	-ms-transition-delay: 0.315s;
	transition-delay: 0.315s;
}

a.wthree-more:hover>span:nth-child(8) {
	-webkit-transition-delay: 0.36s;
	-moz-transition-delay: 0.36s;
	-o-transition-delay: 0.36s;
	-ms-transition-delay: 0.36s;
	transition-delay: 0.36s;
}

a.wthree-more:hover>span:nth-child(9) {
	-webkit-transition-delay: 0.405s;
	-moz-transition-delay: 0.405s;
	-o-transition-delay: 0.405s;
	-ms-transition-delay: 0.405s;
	transition-delay: 0.405s;
}

a.wthree-more:hover>span:nth-child(10) {
	-webkit-transition-delay: 0.45s;
	-moz-transition-delay: 0.45s;
	-o-transition-delay: 0.45s;
	-ms-transition-delay: 0.45s;
	transition-delay: 0.45s;
}

/*-- //more buttons --*/

/* mobile support */
@media (max-width: 600px) {
	.cntl-bar {
		left: auto;
		right: 37px;
	}
	.cntl-content {
		width: 80%;
		float: none;
	}
	.cntl-state:nth-child(2n+2) .cntl-content {
		margin-right: 0%;
		float: none;
	}
	.cntl-image {
		width: 80%;
	}
	.cntl-state:nth-child(2n+1) .cntl-image {
		float: none;
	}
	.animate .cntl-content {
		margin-left: 2%;
	}
	.cntl-icon {
		left: auto;
		right: 2%;
	}
	.w3_cntl_image {
		margin-top: 2em !important;
	}
}

@media (max-width: 480px) {
	.cntl-bar {
		right: 22px;
	}
	.cntl-icon {
		right: 0%;
	}
	.cntl-icon {
		width: 50px;
		height: 50px;
		border: solid 3px #ffffff;
		line-height: 45px;
	}
}

@media (max-width: 414px) {
	.cntl-content {
		width: 85%;
	}
}
/*-- //timeline --*/

/*-- footer --*/

.footer {
	text-align: center;
	padding: 2em 0em;
	background: #1f1f1f;
}

.footer p {
	color: #fff;
	letter-spacing: 2px;
	font-size: 1em;
}

.footer p a {
	color: #f5810b;
}

.footer p a:hover {
	color: #fff;
}
/*-- //footer --*/

/*--responsive--*/
@media(max-width: 1440px) {
	#menuToggle {
		right: 16%;
	}
}

@media(max-width: 1366px) {
	#menuToggle {
		right: 17%;
	}
}

@media(max-width: 1280px) {
	#menuToggle {
		right: 19%;
	}
	.banner-text h2 span {
		font-size: 1.3em;
	}
	.banner-text h2 {
		font-size: 3.1em;
	}
}

@media(max-width: 1080px) {
	.banner-text p {
		font-size: 1.7em;
		letter-spacing: 7px;
	}
	.banner-text p:after {
		right: 38%;
	}
	.banner-text h2 {
		font-size: 3em;
	}
	.banner-text {
		padding: 11em 0 13em;
	}
	h3.w3l-title:after {
		left: 43.7%;
	}
	.w3ls-agile-left-info {
		padding: .94em 0;
	}
	.w3ls-agile-left {
		padding: .5em 3em 1em;
	}
	.w3ls-agile-left-info h4,
	.social-info h4 {
		font-size: 1.6em;
	}
	.w3ls-agile-left-info p {
		font-size: .9em;
	}
	.stats h3.w3l-title:after {
		left: 42.7%;
	}
	.services h3.w3l-title:after {
		left: 39.3%;
	}
	.s-1 h3,
	.s-2 h3,
	.s-3 h3 {
		font-size: 2.1em;
		margin-top: 2em;
	}
	.intra-w3l h3.w3l-title:after {
		left: 42.2%;
	}
	.services-w3l h3.w3l-title:after {
		left: 34.5%;
	}
	.w3ls_cntl_image_pos p {
		font-size: 1em;
	}
	.experience h3.w3l-title:after {
		left: 37%;
	}
	.portfolio h3.w3l-title:after {
		left: 39.8%;
	}
	.hovereffect h4 {
		padding: 1.5em 0 0 0;
	}
	.address h3.w3l-title:after {
		left: 39.45%;
	}
}

@media(max-width: 991px) {
	.banner-left {
		float: left;
		width: 45%;
	}
	.banner-text {
		float: right;
		width: 55%;
	}
	.banner-text p {
		font-size: 1.6em;
		letter-spacing: 5px;
	}
	.banner-text p:after {
		right: 46%;
	}
	.banner-text h2 span {
		font-size: 1.3em;
		letter-spacing: 2px;
	}
	.banner-text h2 {
		font-size: 2.6em;
	}
	a.wthree-more {
		font-size: .95em;
	}
	.banner-text {
		padding: 8em 0 10em;
	}
	h3.w3l-title {
		font-size: 3.3em;
	}
	h3.w3l-title:after {
		left: 42.2%;
		width: 4%;
	}
	h3.w3l-title:before {
		width: 8%;
	}
	.agile-w3l-ab-img img {
		width: 100%;
	}
	.w3ls-agile-left-info {
		padding: 1em 0;
	}
	.w3ls-agile-left {
		padding: 1.5em 3em 2.5em;
	}
	.stats h3.w3l-title:after {
		left: 41.3%;
	}
	.services h3.w3l-title:after {
		left: 37.3%;
	}
	.view {
		width: 210px;
		height: 255px;
	}
	.s-1 h3,
	.s-2 h3,
	.s-3 h3 {
		font-size: 1.7em;
		margin-top: 1.8em;
	}
	.view.view-fifth i {
		font-size: 4em;
		padding-top: .8em;
	}
	.view .mask,
	.view .content {
		width: 220px;
		height: 261px;
	}
	.intra-w3l h3.w3l-title:after {
		left: 40.5%;
	}
	.agile-w3l-in p {
		letter-spacing: 1px;
		font-size: 1.1em;
	}
	.services-w3l h3.w3l-title:after {
		left: 30.9%;
	}
	.cntl-content p {
		font-size: 1.2em;
	}
	.cntl-image {
		padding: 0%;
	}
	.w3ls_cntl_image_pos {
		top: -21%;
		left: 7%;
		width: 85%;
	}
	.w3ls_cntl_image_pos p {
		font-size: .9em;
	}
	.experience h3.w3l-title:after {
		left: 34%;
	}
	.accordion-section-title {
		font-size: 1.2em;
		padding: 30px 0;
	}
	.portfolio h3.w3l-title:after {
		left: 37.5%;
	}
	.agileits_portfolio_grid {
		float: left;
		width: 25%;
		padding: 0 .5em;
	}
	.agileinfo_portfolio_grid {
		margin-top: 1em;
	}
	.hovereffect h4 {
		font-size: 1.5em;
	}
	.confi-w3l p {
		font-size: 1.2em;
	}
	.address h3.w3l-title:after {
		left: 37%;
	}
	.address-right {
		margin-top: 4em;
	}
}

@media(max-width: 736px) {
	.banner-text h2 {
		font-size: 2.3em;
	}
	.banner-text h2 span {
		font-size: 1.4em;
	}
	.banner-text p {
		font-size: 1.4em;
	}
	.logo h1 {
		font-size: 2.7em;
	}
	h3.w3l-title {
		font-size: 3.1em;
		margin-bottom: 1.1em;
	}
	.about,
	.stats,
	.services,
	.intra-w3l,
	.services-w3l,
	.portfolio,
	.experience,
	.confi-w3l,
	.address {
		padding: 4em 0;
	}
	.stats_grid_right {
		padding: 0 4em 0 2em;
	}
	.s-1 {
		float: left;
		width: 33%;
	}
	.accordion-section h6 {
		font-size: 18px;
	}
	.hovereffect h4 {
		font-size: 1.4em;
	}
	.confi-w3l p {
		font-size: 1.1em;
	}
}

@media(max-width: 667px) {
	.banner-text h2 {
		font-size: 2em;
	}
	.banner-text p {
		font-size: 1.2em;
	}
	.banner-text {
		padding: 7em 0 9em;
	}
	h3.w3l-title:after {
		left: 41.3%;
	}
	.stats h3.w3l-title:after {
		left: 40.2%;
	}
	.services h3.w3l-title:after {
		left: 36%;
	}
	.s-1 {
		width: 100%;
	}
	.s-1:nth-child(2),
	.s-1:nth-child(3) {
		margin-top: 2em;
	}
	.view {
		width: 288px;
		height: 297px;
	}
	.view .mask,
	.view .content {
		width: 290px;
		height: 297px;
	}
	.box2 {
		margin: 0 11em;
	}
	.s-1 h3,
	.s-2 h3,
	.s-3 h3 {
		font-size: 2.1em;
	}
	.address h4 {
		font-size: 2.3em;
	}
}

@media(max-width: 640px) {
	.banner-text h2 {
		font-size: 1.9em;
	}
	.banner-text p {
		font-size: 1.1em;
	}
	a.wthree-more {
		font-size: .9em;
	}
	.banner-text {
		padding: 7em 0 8em;
	}
	.box2 {
		margin: 0 9.6em;
	}
}

@media(max-width: 600px) {
	.logo h1 {
		font-size: 2.6em;
	}
	.banner-text {
		padding: 6em 0 7em;
	}
	.box2 {
		margin: 0 8.6em;
	}
	.hovereffect h4 {
		font-size: 1.8em;
	}
}

@media(max-width: 568px) {
	.banner-text h2 {
		font-size: 1.7em;
	}
	a.wthree-more {
		font-size: .85em;
	}
	.banner-text p {
		font-size: 1em;
		letter-spacing: 4px;
	}
	.box2 {
		margin: 0 7.2em;
	}
}

@media(max-width: 480px) {
	.logo h1 {
		font-size: 2.3em;
	}
	.banner-left {
		float: none;
		width: 100%;
	}
	.banner-text {
		float: none;
		width: 100%;
		text-align: center;
		padding: 3em 0 5em;
	}
	.banner-text p:before {
		right: 23%;
	}
	.banner-text p:after {
		right: 67%;
	}
	.banner-text p {
		width: 100%;
	}
	.banner-text h2 {
		letter-spacing: 1px;
		font-size: 1.8em;
	}
	.banner-text h2 span {
		font-size: 1.6em;
	}
	.box2 {
		margin: 0 4em;
	}
	.footer {
		padding: 1.5em 0em;
	}
	.footer p {
		font-size: .9em;
		line-height: 2.4;
	}
}

@media(max-width: 440px) {
	.box2 {
		margin: 0 2.5em;
	}
}

@media(max-width: 414px) {
	.view {
		width: 240px;
		height: 250px;
	}
	.view .mask,
	.view .content {
		width: 246px;
		height: 255px;
	}
	.view.view-fifth i {
		padding-top: .5em;
	}
	.box2 {
		margin: 0 3em;
	}
	.hovereffect h4 {
		font-size: 2em;
		padding: 2.5em 0 0 0;
	}
}

@media(max-width: 384px) {
	.box2 {
		margin: 0 2.5em;
	}
	.banner-text h2 {
		font-size: 1.6em;
	}
	.banner-text h2 span {
		font-size: 1.5em;
	}
	.hovereffect h4 {
		padding: 2.2em 0 0 0;
	}
}

@media(max-width: 375px) {
	.banner-text {
		padding: 2em 0 4em;
	}
	.box2 {
		margin: 0 2em;
	}
	.accordion-section-title {
		font-size: .95em;
		padding: 20px 0;
	}
}

@media(max-width: 320px) {
	.logo h1 {
		font-size: 2.2em;
	}
	.banner-text p:before {
		right: 18%;
	}
	.banner-text p:after {
		right: 72%;
	}
	.banner-text h2 {
		font-size: 1.5em;
	}
	.banner-text h2 span {
		font-size: 1.3em;
	}
	.banner-text p {
		font-size: .9em;
	}
	a.wthree-more {
		font-size: .8em;
	}
	.banner-text {
		padding: 1.5em 0 3em;
	}
	.box2 {
		margin: 0 .3em;
	}
	.accordion i {
		margin: 4px 11px 0 0;
		font-size: 12px;
	}
	.accordion-section-title {
		font-size: .8em;
		padding: 18px 0;
	}
	.hovereffect h4 {
		padding: 1.7em 0 0 0;
		font-size: 1.8em;
	}
	.footer p {
		letter-spacing: 1px;
	}
}
/*--//responsive--*/