@import url(../fontface/font-ico.css);
@import url(../fontface/soc-icon.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Slab:400,100,100italic,300,300italic,400italic,600,600italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Oswald:300,400);
/* development style CSS Start here */
.whatWeOfr {
	background: #191919;
	position: relative;
	clear: both;
	width: 100%;
	padding: 55px 0;
	z-index: 999;
	-webkit-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.35);
	box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.35);
	border: 1px solid #e2e2e2;
	color: #fff;
	overflow: auto;
}
.ofrBlock {
	border: 2px solid #fff;
	padding: 27px 20px 27px 85px;
	width: 100%;
	position: relative;
	text-align: left;
	/* border-radius: 50px; */
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.41);
	margin-bottom: 20px;
	height: 98px;
	background: #28abe2;
}
.ofrBlock p {
	color: #fff;
	margin: 0px;
	font-weight: 600;
	font-size: 16px;
	text-align: left;
	line-height: 20px;
}
.ofrBlock p span {
	position: absolute;
	top: 16px;
	left: 18px;
}
.ofrBlock p span i {
	font-size: 30px;
	border: 3px solid;
	padding: 10px 0px;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	text-align: center;
	/* line-height: 32px; */
	vertical-align: middle;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.41);
	background: #191919;
}
.whatWeOfr h2 {
	color: #fff;
	margin-bottom: 40px;
}
.whatWeOfr h2:after, .whatWeOfr h2:before {
	background: #28abe2;
	display: block;
	content: "";
}
.banner-content h3 span span {
	font-size: 23px;
	color: #fff;
	line-height: 50px;
}
.banner-content h3 span {/*Replace*/
	line-height: 50px;
}
.deliveryFeatures {
	color: #fff;
	/* border-radius: 50px; */
	padding: 15px;
	/* margin-top: 25px; */
	width: 100%;
}
.deliveryFeatures ul {
	padding: 0px;
	overflow: auto;
	margin: 0px auto;
	width: 80%;
}
.deliveryFeatures ul li {
	position: relative;
	background: rgb(25, 25, 25);
	/* border: 2px solid #fff; */
	list-style: none;
	padding: 10px 5px;
	float: left;
	width: 33.33%;
	text-align: center;
	font-size: 16px;
	letter-spacing: -1px;
	font-weight: 600;
	border-right: 2px solid;
}
.deliveryFeatures ul li:last-child {
	border-right: 0px;
}
.deliveryFeatures ul li span i {
	font-size: 30px;
	vertical-align: middle;
	margin-right: 8px;
}
.blue-bg {
	background: url(img/why-us-bg.jpg);
	background-size: 100%;
	background-position: center center;
}

@media (max-width: 1360px) {
.deliveryFeatures ul li {
	font-size: 12px;
}
.deliveryFeatures ul {
	width: 90%;
}
}

@media (max-width: 991px) {
.ofrBlock {
	padding: 30px 20px 30px 85px;
	height: auto;
}
.ofrBlock p span {
	top: 10px;
	left: 10px;
}
.deliveryFeatures {
	display: none;
}
}

@media (max-width: 480px) {
.banner-content h3 span {/*Replace*/
	line-height: 30px;
}
.banner-content {
	max-height: 90%;
}
}
/* End here */

/* popup css start here */
#fvpp-blackout {
	display: none;
	z-index: 9999;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.85;
}
#my-welcome-message {
	display: none;
	z-index: 500;
	position: fixed;
	width: 36%;
	left: 30%;
	top: 20%;
	padding: 20px 2%;
	font-family: Calibri, Arial, sans-serif;
	background: #FFF;
}
/*#fvpp-close {
	position: absolute;
	top: 10px;
	right: 20px;
	cursor: pointer;
}*/
.close-bttn {
	position: absolute;
	top: 10px;
	right: 20px;
	cursor: pointer;
}
#fvpp-dialog h2 {
	font-size: 2em;
	margin: 0;
}
.audit-h1 {
	font-size: 36px;
}
.pop-up-h1:before {
	display: none;
}
.head-text {
	text-transform: capitalize;
	font-weight: 800;
	font-family: unset;
	font-size: 70px;
	line-height: 50px;
	text-align: center;
}
.pop-height {
	height: 60px !important;
	border-radius: 0 !important;
	background: #f2fbff;
}
.mc-field-group {
	float: left;
	width: 33.33%;
	padding: 10px;
}
.mc-field-group {
	float: left;
}
#mc_embed_signup input, #mc_embed_signup textarea {
	width: 100%;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #999;
	border: 1px solid #ddd;
	font-size: 13px;
	text-indent: 15px;
	resize: none;
	border: 1px solid #828282;
}
.modal-title {
	color: #fff;
	font-weight: bold;
}
.modal-header {
	/* background: #191919; */
	color: #fff;
	padding: 15px 10px;
}
.modal-header p {
	color: #fff;
	line-height: 25px;
	margin-top: 20px;
	font-size: 31px;
	text-align: center;
	line-height: 1.3125em;
}
.instructions {
	text-align: center;
	font-size: 20px;
	margin: 15vh;
}
/* //////////////////////////////////////////////////////////////////////////////////////////////
	//   Default Modal Styles   //
////////////////////////////////////////////////////////////////////////////////////////////// */
/*   This is the background overlay   */
.backgroundOverlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000000;
	opacity: .85;
	filter: alpha(opacity=85);
	-moz-opacity: .85;
	z-index: 101;
	display: none;
}
/*   This is the Popup Window   */
.delayedPopupWindow {
	display: none;
	position: fixed;
	width: 68%;
	top: 25%;
	left: 50%;
	transform: translate(-50%);
	/* border: 2px solid #333; */
	z-index: 99999;
	padding: 10px 20px;
}
/*   This is the closing button  */
#btnClose {
	width: 100%;
	display: block;
	text-align: right;
	text-decoration: none;
	color: #BCBCBC;
	position: absolute;
	top: -6px;
	right: 3px;
}
/*   This is the closing button hover state  */
#btnClose:hover {
	color: #c90c12;
}
/*   This is the description headline and paragraph for the form   */
#delayedPopup > div.formDescription {
	float: left;
	display: block;
	width: 60%;
	padding: 1% 3%;
	font-size: 14px;
	color: #666;
	clear: left;
}
/*   This is the styling for the form's headline   */
#delayedPopup > div.formDescription h2 {
	color: #444444;
	font-size: 36px;
	line-height: 40px;
}
/* 
////////// MailChimp Signup Form //////////////////////////////
*/

/*   This is the signup form body  */
#delayedPopup #mc_embed_signup {
	float: left;
	width: 100%;
	padding: 1%;
	display: block;
	font-size: 16px;
	color: #666;
	margin-left: 1%;
}
/*   This is the styling for the signup form submit button  */
#delayedPopup #mc-embedded-subscribe {
	/* width: 100%!important; */
	height: 60px;
	/* margin: 10px auto 0 auto; */
	background: #28abe2;
	border: none;
	color: #ecf9ff;
	text-align: center;
	font-size: 29px;
}
/*   This is the styling for the signup form submit button hover state  */
#delayedPopup #mc-embedded-subscribe:hover {
	background: #3ab0e2;
	box-shadow: none!important;
	cursor: pointer;
}
.pop-button {
	width: 50% !important;
	margin-left: auto;
	margin-right: auto;
}
.backgroundOverlay {
	z-index: 9999;
}

@media only screen and (min-width: 540px) and (max-width: 720px) {
.head-text {
	font-size: 200%;
}
.delayedPopupWindow {
	width: 95%;
	top: 25%;
}
.head-text {
	font-size: 41px;
	line-height: 38px;
}
.modal-header p {
	margin-top: -18px;
	font-size: 14px;
}
#delayedPopup #mc_embed_signup {
	margin-top: -31px;
}
.pop-height {
	height: 32px !important;
}
#delayedPopup #mc-embedded-subscribe {
	height: 30px;
}
#mc_embed_signup input, #mc_embed_signup textarea {
	padding-top: 7px;
	padding-bottom: 7px;
}
#delayedPopup #mc-embedded-subscribe {
	font-size: 17px;
}
.audit-h1 {
	font-size: 20px;
}
.head-text {
	font-size: 41px;
}
.head-text {
	line-height: 32px;
}
.mobile-view {
	font-size: 15px !important;
}
}

@media only screen and (max-width: 539px) {
.head-text {
	font-size: 19px !important;
}
.delayedPopupWindow {
	width: 95%;
}
.head-text {
	line-height: 24px;
}
.delayedPopupWindow {
	top: 5%;
}
.modal-header p {
	font-size: 11px;
}
.mc-field-group {
	float: none;
}
.mc-field-group {
	width: 100%;
	padding: 1px;
}
.pop-height {
	height: 32px !important;
}
#delayedPopup #mc-embedded-subscribe {
	width: 100% !important;
	height: 38px;
}
.pop-button {
	width: 100% !important;
	padding: 1%;
}
h1::after, h2::after {
	width: 205px;
}
#mc_embed_signup input, #mc_embed_signup textarea {
	margin-top: 7px;
}
#delayedPopup #mc_embed_signup {
	margin-top: -15px;
}
.mobile-view {
	font-size: 12px !important;
}
.audit-h1 {
	font-size: 15px;
}
#delayedPopup #mc-embedded-subscribe {
	font-size: 15px;
}
.modal-header p {
	font-size: 13px;
}
.pop-height {
	height: 36px !important;
}
}

@media only screen and (min-width: 721px) and (max-width:1000px) {
.delayedPopupWindow {
	top: 15%;
}
.head-text {
	font-size: 41px;
	line-height: 41px;
}
.delayedPopupWindow {
	width: 80%;
}
.audit-h1 {
	font-size: 23px;
}
.modal-header p {
	font-size: 24px;
}
}

@media only screen and (min-width: 1001px) and (max-width:1400px) {
.head-text {
	font-size: 50px;
}
.audit-h1 {
	font-size: 27px;
}
.modal-header p {
	font-size: 26px;
}
}
#delayedPopup #mc-embedded-subscribe {
	font-size: 22px;
}
/*End here*/



.headn-h5, .inner-logo img, .row-margn {
	float: left
}
.btn-cstm1 {
	display: block;
	color: #fff;
	clear: both;
	width: 246px;
	background: #28abe2;
	font-size: 30px;
	font-family: CalibriBold;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
	box-shadow: none;
	margin: 25px auto 0;
	padding: 15px
}
.servo-sec:hover .icon-circles {
	background: #fff!important
}
.headn-tag {
	color: #fff;
	font-size: 175px;
	line-height: 150px;
	font-weight: 700
}
.fa-magentos {
	background: url(../images/magento-ico3.png);
	width: 110px;
	height: 110px;
	margin-top: 18%
}
.owl-dots {
	display: none!important
}
.servo-sec:hover .icon-circles i {
	color: #222!important
}
.h4-headnsec {
	font-size: 18px;
	text-align: left;
	line-height: 35px;
	margin-top: 25px;
	letter-spacing: inherit!important
}
.our-process-item, .our-process-item .our-process-content, .team-section h5, .text-center {
	text-align: center
}
.serv-sec2 {
	background: #f5f5f5;
	padding: 40px 20px;
	min-height: 399px;
	border: 1px solid #f1f1f1
}
#footer iframe {
	width: 100%!important
}
.request-box .form-section {
	margin-top: 60px!important
}
.team-section {
	background: #fff;
	padding: 30px;
	border-radius: 5px;
	border: 1px solid #eee
}
.team-section h3 {
	font-size: 30px;
	color: #28abe2
}
.team-section h5 {
	font-size: 19px
}
.team-section hr {
	margin: 5px 0
}
#service-form input:focus, #service-form textarea:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6)
}
.heading-contact {
	font-size: 24px;
	margin-bottom: 25px
}
.clear-both {
	clear: both
}
.terms-section .work-text {
	margin-bottom: 66px
}
.btn-custom {
	color: #fff;
	background: #f15b26;
	border-radius: 7px;
	border: 1px solid #f76936;
	padding: 7px 10px
}
.btn-custom:hover {
	color: #fff;
	background: #ff703e;
	border-radius: 7px;
	border: 1px solid #f76936;
	padding: 7px 10px
}
.contact-info h3 {
	font-size: 35px
}
.google-partner {
	position: fixed;
	z-index: 99999;
	right: 3px;
	bottom: 40px
}
.thumb-list {
	background: #fff;
	width: 100%;
	padding: 15px;
	min-height: 385px
}
.thumb-list h3 {
	line-height: 30px
}
.thumb-list p {
	color: #333!important
}
.shadow-section {
	background: #f7f6f5;
	-webkit-box-shadow: 1px 1px 6px 0 rgba(0,0,0,.35);
	-moz-box-shadow: 1px 1px 6px 0 rgba(0,0,0,.35);
	box-shadow: 1px 1px 6px 0 rgba(0,0,0,.35);
	border: 1px solid #e2e2e2
}
.row-margn {
	margin-top: 45px
}
.faeture-list.width-flit li {
	width: 50%!important
}
.headn-h5 {
	font-size: 25px;
	margin-top: 25px;
	margin-bottom: 5px;
	letter-spacing: 1px;
	display: block;
	clear: both;
	width: 100%
}
.map-details a {
	color: #28abe2
}
.our-process-wrap {
	background: url(../images/ourprocess.png) left top no-repeat;
	background-size: contain;
	display: table;
	padding: 84px 40px 0
}
.our-process {
	border-bottom: 1px dashed #e0e0e0;
	position: relative;
	height: 62px;
	overflow: visible;
	z-index: 11
}
.our-process:after, .our-process:before {
	content: "\f192";
	position: absolute;
	left: -8px;
	bottom: -4px;
	font-family: FontAwesome;
	font-size: 16px;
	color: #ccc
}
.our-process:after {
	left: auto;
	bottom: -11px;
	right: -8px;
	content: "\f140"
}
.directors ul li .pic:after, .dropdown ul li:after, .gallery .slick-center:before, .home-nav ul li:after, .home-nav ul li:before, .main-services:before, .top-section h2:after, .top-section h2:before, h1:after, h1:before, h2:after, h2:before {
	content: ""
}
.our-process-item {
	padding: 0 10px;
	display: table-cell
}
.our-process-item i {
	background: #fff;
	position: relative;
	color: #52535c;
	font-size: 32px;
	display: inline-block;
	clear: both;
	border-radius: 50%;
	border: 2px solid #f4f3f3;
	-webkit-transition: all .33s ease-in-out;
	transition: all .33s ease-in-out;
	width: 120px;
	height: 120px;
	text-shadow: none;
	box-shadow: 0 2px 0 0 rgba(0,0,0,.017)
}
.circl-fricon, .icon-circles {
	-webkit-box-shadow: 1px 1px 6px 0 rgba(0,0,0,.16);
	-moz-box-shadow: 1px 1px 6px 0 rgba(0,0,0,.16)
}
.our-process-item i:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%)
}
.our-process-item:hover i {
	border-color: #7bd1ef;
	color: #00c2e5
}
.our-process-item h4 {
	font-size: 19px;
	text-transform: uppercase;
	color: #171c24;
	font-family: 'Noto Serif', serif
}
h2, h3, h4, nav>ul>li>a {
	text-transform: capitalize
}
.our-process-item p {
	line-height: 1.6;
	padding: 0 15px;
	margin-top: 0
}

@media only screen and (min-width:961px) and (max-width:1280px) {
.our-process-wrap {
	padding-top: 55px
}
.headn-section {
	line-height: 29px!important
}
}

@media only screen and (max-width:960px) {
.our-process-item p {
	margin-bottom: 33px
}
.our-process-item h5 {
	font-size: 15px
}
.headn-section {
	line-height: 29px!important
}
}

@media (min-width:768px) and (max-width:960px) {
.our-process-item h4 {
	font-size: 15px!important;
	line-height: 24px!important
}
.design-row .col-6 h1 {
	font-size: 26px!important
}
.our-process-wrap {
	padding-top: 35px
}
.our-process-item:first-child {
	padding-left: 10px
}
.our-process-item:last-child {
	padding-right: 30px
}
.our-process-item i {
	font-size: 32px;
	padding: 18px
}
.our-process {
	height: 38px
}
.our-process-item i:after {
	font-size: 14px;
	padding: 6px;
	width: 26px;
	height: 26px
}
}

@media only screen and (min-width:768px) {
.hidden-large {
	display: none
}
}

@media only screen and (max-width:767px) {
.request-box .form-section, .request-right {
	margin-top: 20px!important
}
.team-section {
	padding: 10px!important;
	margin-bottom: 15px
}
.map-details .col-lg-4, .terms-section .work-text {
	margin-bottom: 35px
}
.team-section h3 {
	font-size: 23px!important
}
.top-section p {
	text-align: justify
}
.headn-section {
	line-height: 28px!important;
	font-size: 20px!important
}
.feature ul.faeture-list li {
	height: auto!important
}
.request-form small {
	font-size: 13px!important
}
.contact-section p strong {
	font-size: 15px!important;
	line-height: 39px!important
}
.design-row .col-6 {
	padding-right: 0!important
}
.list-detail li {
	text-align: left!important
}
.start-project a. {
height:46px!important
}
.our-process-wrap {
	display: block;
	background: url(../images/ourprocess-mobile-v.png) center no-repeat;
	background-size: contain;
	padding-top: 72px
}
.our-process-item {
	position: relative;
	display: block;
	padding-bottom: 50px
}
.our-process-item h4, .our-process-item p {
	position: relative;
	background-color: #fff;
	margin-top: 18px;
	margin-bottom: 0;
	padding: 12px 0 15px
}
.our-process-item p {
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 24px;
	margin-bottom: 0
}
.our-process {
	border: none
}
.our-process:after, .our-process:before {
	display: none
}
.our-process:after {
	left: 31px
}
}

@media only screen and (max-width:480px) {
.our-process-wrap {
	background-size: inherit;
	padding-top: 50px;
	background-position: top;
	padding-left: 0;
	padding-right: 0
}
}
.circl-fricon, .img-thumb {
	background: #fff;
	border-radius: 100%
}
.banner-top {
	width: 100%
}
.inner-pageico {
	font-size: 99px;
	color: #fff;
	padding-top: 52px
}
.center-block {
	margin-left: auto!important;
	margin-right: auto!important;
	display: block!important
}
.logo-company {
	margin-top: 35px;
	margin-bottom: 15px
}

@media screen and (max-width:1200px) and (min-width:992px) {
.headn-section {
	line-height: 30px!important
}
.work-text .col-lg-2 {
	width: 25%!important
}
.work-text .col-lg-10 {
	width: 75%!important
}
.number {
	display: none
}
.logo-section2 p {
	font-size: 24px!important
}
.logo-section2 {
	top: 4%!important;
	width: 80%;
	margin-bottom: 0!important
}
}

@media screen and (max-width:991px) and (min-width:768px) {
.banner-content h3 {
	font-size: 22px!important
}
.inner-pageico {
	padding-top: 1px!important
}
.top-section h2 {
	line-height: 52px!important
}
h2 {
	font-size: 24px;
	line-height: 22px!important
}
.design-row h2 {
	font-size: 18px!important
}
.headn-h5 {
	font-size: 19px!important
}
.logo-section2 p {
	font-size: 24px!important
}
.logo-section2 {
	top: 4%!important;
	width: 80%;
	margin-bottom: 0!important
}
.headn-section {
	line-height: 30px!important
}
.work-text .col-lg-2 {
	width: 33.3%!important
}
.work-text .col-lg-9 {
	width: 66.6%!important
}
.number {
	display: none
}
}

@media screen and (max-width:767px) {
.design-row .col-6 h1 {
	font-size: 25px!important
}
.logo-company, .logo-section2 a.btn {
	margin-top: 0!important
}
.faeture-list.width-flit li {
	width: 100%!important;
	height: 50px!important
}
.request-form input[type=company], .request-form input[type=email], .request-form input[type=tel], .request-form input[type=text], .request-form textarea {
	width: 100%!important;
	float: none!important;
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	position: inherit!important
}
.embed-responsive-16by9 {
	padding-bottom: inherit!important
}
.embed-responsive {
	height: auto!important;
	overflow: visible!important
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
	float: left;
	width: 100%!important
}
.work-text {
	text-align: center;
	width: auto!important
}
.headn4, .work-text p {
	text-align: center!important
}
.servo-sec {
	margin-bottom: 35px
}
.circl-fricon {
	margin-left: auto;
	margin-right: auto;
	display: block
}
.headn4 {
	margin-top: 10px!important;
	line-height: 29px!important;
	font-size: 20px!important
}
.hidden-xs {
	display: none!important
}
}
.award, .btn, .btn0, .contact-top, .copyright, .directors, .embed-responsive, .team li, .top-section, header {
	overflow: hidden
}
.logo-section2 {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%);
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	z-index: 9;
	border-radius: 7px;
	padding: 15px
}
#header, header {
	z-index: 9999;
	float: left
}
.testi-section {
	background: #fff;
	border: 1px solid #e6e6e6;
	padding: 15px;
	min-height: 420px
}
.img-thumb {
	width: 100px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px
}
.img-thumb img {
	border-radius: 100%;
	border: 1px solid #222
}
.testi-section h5 {
	font-size: 17px;
	color: #28abe2;
	margin-top: 15px;
	text-align: center;
	line-height: 15px
}
.headn-section, .headn4 {
	font-family: 'Noto Serif', serif;
	line-height: 28px
}
.testi-section p {
	margin-top: 0
}
.testi-section p small {
	font-size: 13px;
	color: #424242
}
.iphone-icon {
	font-size: 63px!important;
	margin-top: -5px
}
.owl-carousel {
	margin-top: 50px
}
.img-responsive {
	max-width: 100%;
	height: auto
}
.circl-fricon {
	width: 80px;
	height: 80px;
	padding: 19px;
	border: 1px solid #f0f0f0;
	box-shadow: 1px 1px 6px 0 rgba(0,0,0,.16)
}
.headn4 {
	font-size: 24px;
	color: #333;
	margin-top: 0;
	margin-bottom: 15px;
	text-align: left;
	font-weight: 700
}
.margn-tp50 {
	margin-top: 50px
}
.work-text {
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 45px
}
.work-text p {
	text-align: left;
	margin-top: 0
}
.circl-fricon i, .icon-circles {
	text-align: center;
	display: block
}
.circl-fricon i {
	font-size: 40px;
	color: #fff
}
.img-circle {
	border-radius: 100%;
	border: 8px solid #fff;
	-webkit-box-shadow: 0 3px 5px -1px rgba(0,0,0,.7);
	-moz-box-shadow: 0 3px 5px -1px rgba(0,0,0,.7);
	box-shadow: 0 3px 5px -1px rgba(0,0,0,.7)
}
.icon-circles {
	padding: 34px;
	width: 120px;
	height: 120px;
	border: 1px solid #fff;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	box-shadow: 1px 1px 6px 0 rgba(0,0,0,.16)
}
.icon-circles2, .icon-circles3 {
	-webkit-box-shadow: 1px 1px 6px 0 rgba(0,0,0,.16);
	-moz-box-shadow: 1px 1px 6px 0 rgba(0,0,0,.16);
	padding: 25px;
	width: 100px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	text-align: center;
	display: block
}
.icon-circles i {
	font-size: 46px;
	color: #fff
}
.icon-circles2 {
	background: #4cc2c0;
	box-shadow: 1px 1px 6px 0 rgba(0,0,0,.16)
}
.icon-circles3 {
	background: #e7651c;
	box-shadow: 1px 1px 6px 0 rgba(0,0,0,.16)
}
.icon-circles4 {
	padding: 25px;
	width: 100px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
	margin-bottom: 15px;
	-webkit-box-shadow: 1px 1px 6px 0 rgba(0,0,0,.16);
	-moz-box-shadow: 1px 1px 6px 0 rgba(0,0,0,.16);
	box-shadow: 1px 1px 6px 0 rgba(0,0,0,.16)
}
.serv-sec2:hover .icon-circles2 {
	background: #f1f1f1
}
.serv-sec2:hover .icon-circles4 {
	background: #fff!important
}
.serv-sec2:hover .icon-circles4 i {
	color: #222
}
.serv-sec2:hover .icon-circles3 {
	background: #f1f1f1
}
.serv-sec2:hover .icon-circles2 i {
	color: #4cc2c0
}
.serv-sec2:hover .icon-circles3 .fa-magentos {
	background: url(../images/magento-ico3-hover.png);
	width: 110px;
	height: 110px;
	margin-top: 18%
}
.serv-sec2:hover .icon-circles3 i {
	color: #e7651c
}
.serv-sec2:hover {
	background: #fff;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out
}
.icon-circles2 i, .icon-circles3 i, .icon-circles4 i {
	font-size: 46px;
	color: #fff
}
a, h2 span {
	color: #28abe2
}
.headn-section {
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	margin-top: 28px;
	margin-bottom: 10px
}
.row {
	margin-right: -15px;
	margin-left: -15px
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
	float: left
}
.col-lg-12 {
	width: 100%
}
.col-lg-11 {
	width: 91.66666667%
}
.col-lg-10 {
	width: 83.33333333%
}
.col-lg-9 {
	width: 75%
}
.col-lg-8 {
	width: 66.66666667%
}
.col-lg-7 {
	width: 58.33333333%
}
.col-lg-6 {
	width: 50%
}
.col-lg-5 {
	width: 41.66666667%
}
.col-lg-4 {
	width: 33.33333333%
}
.col-lg-3 {
	width: 25%
}
.col-lg-2 {
	width: 16.66666667%
}
.col-lg-1 {
	width: 8.33333333%
}
.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}
#header, h2, h3, h4 {
	position: relative
}
.embed-responsive-16by9 {
	padding-bottom: 56.25%
}
body, html {
	-webkit-text-size-adjust: 100%;
	color: #1b2531;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 30px
}
.mega-menu h5, h1, h2, h3, h4, h5, h6, nav>ul>li>a {
	font-family: 'Noto Serif', serif
}
.inner-logo img, h2 img, table tbody tr td {
	vertical-align: top
}
.about-section .tabs-menu, .award ul, .company-brief ul, .count, .del-col ul, .directors ul, .home-nav ul, .how-to-work ul, .isk-dev ul, .list li, .main-section ul.services, .mega-menu ul, .our-client ul, .request-right ul, .services-list, .team, .top-services, nav>ul {
	list-style: none
}
a, a:focus, a:hover, h1, h2, h3, h4, h5, h6, img, li, ol, ul {
	text-decoration: none;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out
}
fieldset, img {
	border: none
}
:focus {
	outline: 0
}
table {
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ddd;
	margin: auto
}
table tfoot, table thead {
	background: #f5f5f5
}
table tbody tr td, table tfoot tr td, table tfoot tr th, table thead tr th, table tr td {
	font-size: 16px;
	line-height: 24px;
	text-align: left
}
.toggle strong, .wp-caption, h2, h3, h4, nav, p, p.sub-heading {
	text-align: center
}
table tfoot tr td, table thead tr th {
	padding: 8px 10px 9px;
	font-size: 15px;
	font-weight: 700;
	color: #222
}
table tfoot tr td:first-child, table thead tr th:first-child {
	border-left: none
}
table tfoot tr td:last-child, table thead tr th:last-child {
	border-right: none
}
table tbody tr.alt, table tbody tr.even, table tbody tr:nth-child(even) {
	background: #f9f9f9
}
table tbody tr td {
	color: #333;
	padding: 9px 10px;
	border: none
}
.alignnone {
	margin: 5px 20px 20px 0
}
.aligncenter, div.aligncenter {
	display: block;
	margin: 5px auto
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px
}
a img.alignleft, a img.alignnone {
	margin: 5px 20px 20px 0
}
a img.alignleft {
	float: left
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px
}
.wp-caption.alignleft, .wp-caption.alignnone {
	margin: 5px 20px 20px 0
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px
}
.wp-caption img {
	border: 0;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400
}
fieldset, img {
	outline: 0;
	max-width: 100%;
	height: auto
}
a {
	text-decoration: none
}
ol, ul {
	padding-left: 15px
}
li {
	padding-left: 0;
	padding-bottom: 10px
}
input[type=button], input[type=submit] {
	cursor: pointer;
	-webkit-appearance: none;
	line-height: 1
}
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	margin: 0;
	padding: 0;
	box-sizing: border-box
}
a:hover {
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	-ms-transition: all .5s linear;
	transition: all .5s linear
}
::-webkit-input-placeholder {
opacity:1
}
:-moz-placeholder {
opacity:1
}
::-moz-placeholder {
opacity:1
}
:-ms-input-placeholder {
opacity:1
}
h2, h3 {
	line-height: 51px;
	color: #333;
	letter-spacing: .4px;
	font-weight: 700
}
.mega-menu h5, .mega-menu h6, h4 {
	font-weight: 400
}
article, aside, footer, header, hgroup, main, nav, section {
	display: block
}
h2 {
	font-size: 33px
}
h2 img {
	margin-left: 10px
}
h3 {
	font-size: 51px
}
h4 {
	font-size: 44px;
	line-height: 29px;
	color: #13191e;
	letter-spacing: .4px
}
p, p.sub-heading {
	color: #1b2531
}
p {
	margin-top: 8px
}
body {
	padding-left: 58px
}
.wrapper {
	margin: 0 auto;
	width: 1200px
}
.wrapper2 {
	width: 1530px;
	margin: auto
}
.home-banner-del {
	float: right
}
#header {
	width: 100%;
	left: 0;
	bottom: 0;
	top: 0
}
#header.menu-open, header, header.home-header {
	position: fixed;
	height: 100%
}
header, header.home-header {
	left: 0;
	width: 58px;
	top: 0
}
header {
	background: rgba(0,0,0,.9);
	padding: 6px 0 6px 8px
}
nav>ul, nav>ul>li {
	padding: 0
}
nav, nav>ul {
	width: 340px
}
header.bg {
	background: #000
}
.inner-logo {
	float: left;
	position: relative;
	z-index: 999;
	top: 6px;
	font-size: 0;
	line-height: 0
}
nav {
	vertical-align: bottom;
	height: 100%;
	top: 0;
	left: -100%;
	z-index: 9999;
	position: fixed;
	background: #28abe2;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out
}
.toggle, nav>ul {
	left: 0;
	margin: auto;
	bottom: 0;
	top: 0
}
.toggle, .toggle small {
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out
}
nav>ul {
	font-size: 0;
	height: 290px;
	position: absolute;
	right: auto
}
nav>ul>li, nav>ul>li>a {
	display: inline-block;
	position: relative;
	width: 100%
}
nav>ul>li>a {
	padding: 13px 0;
	color: #fff;
	font-size: 21px;
	line-height: 23px
}
.mega-menu h5, .mega-menu h5 a {
	color: #28abe2
}
nav>ul>li.active, nav>ul>li:hover {
	background: #1097d0
}
.toggle {
	float: right;
	width: 35px;
	cursor: pointer;
	height: 58px;
	position: absolute;
	right: 0
}
.toggle strong {
	display: block;
	color: #fff
}
.menu-open .toggle small+small, .toggle span {
	display: none
}
.toggle small {
	float: left;
	width: 100%;
	height: 2px;
	border-radius: 5px;
	background: #fff;
	margin-bottom: 8px
}
.toggle.close {
	margin-top: 14px
}
.menu-open .toggle small {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	margin-bottom: 4px
}
.menu-open .toggle small+small+small {
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	margin-top: -6px;
	display: block
}
.menu-open .toggle span {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 14px
}
.menu-open .toggle strong {
	opacity: 0
}
.toggle:hover small {
	background: #28abe2
}
.mega-menu {
	position: fixed;
	left: 398px;
	top: 0;
	bottom: 0;
	background: #000;
	padding: 40px 0;
	right: 0;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform-origin: left top 0;
	-webkit-transform-origin: left top 0;
	-ms-transform-origin: left top 0;
	-o-transform-origin: left top 0;
	-moz-transform-origin: left top 0;
	opacity: 0
}
.menu-col {
	float: left;
	width: 33.33%;
	border-right: solid 1px #4d4d4d;
	padding: 0 0 0 60px;
	text-align: left;
	position: relative;
	height: 100%
}
.banner-content, .ico {
	position: absolute;
	text-align: center
}
.mega-menu h5 {
	font-size: 22px;
	line-height: 45px;
	padding: 10px 0 20px
}
.mega-menu h6 {
	font-size: 25px;
	line-height: 27px;
	color: #fff;
	font-family: CalibriBold;
	padding-bottom: 10px
}
.mega-menu ul, .mega-menu ul li {
	padding: 0;
	width: 100%;
	float: left
}
.mega-menu ul {
	margin-bottom: 40px
}
.mega-menu ul li {
	font-family: Calibri-Light;
	font-size: 20px;
	line-height: 33px
}
.mega-menu ul li a {
	color: #fff;
	text-decoration: none
}
.mega-menu ul li.active a, .mega-menu ul li:hover a {
	color: #28abe2;
	text-decoration: none
}
nav>ul>li:hover .mega-menu {
	transform: scaleX(1);
	opacity: 1
}
.menu-open nav {
	left: 58px
}
.banner-content {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	max-height: 31%;
	z-index: 9;
	margin: auto
}
.banner-content h3 {
	font-size: 32px;
	line-height: 50px;
	color: #fff;
	font-family: 'Noto Serif', serif;
	font-weight: 300;
	text-transform: none;
	letter-spacing: normal;
	padding: 0 20px
}
.banner-content .head1, .banner-content h3 span, .head1 {
	font-family: 'Noto Serif', serif;
	font-weight: 600
}
.banner-content h3 span {
	display: block;
	font-size: 50px;
	line-height: 50px;
	color: #28abe2
}
.banner-content h3 span img {
	margin-right: -10px;
	vertical-align: inherit
}
#logo img, .app-b-del img, .banner-del img, .banner-pic, .box-testi .pic, .box-testi .pic img, .brain, .contact-top address img, .design-row .col-6.pic img, .directors ul li, .directors ul li .pic img, .footer-link li, .footer-main img, .gallery img, .main img, .main-section ul.services li img, .map img, .php-services li, .php-services li img, .services-box a, .services-box h4 small, .services-box img, .view-all img, footer .social {
	vertical-align: top
}
.ico {
	bottom: -74px;
	left: 0;
	width: 100%;
	z-index: 99
}
.ico span {
	display: inline-block;
	position: relative;
	width: 205px;
	height: 205px;
	background: #28abe2;
	border-radius: 50%
}
.main, .main img {
	width: 100%
}
.ico span img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	max-width: 75%
}
.home-video {
	z-index: -1;
	padding-bottom: 49%
}
.main {
	float: left;
	position: relative
}
.main .banner-content h3 img, .main .ico span img {
	width: auto
}
.landing-page .main {
	background: url(../images/landing-page-banner.jpg) no-repeat;
	height: 781px;
	background-size: cover
}
.home-video:before, .main:before, .small-screenbanner:before {
	background: rgba(0,0,0,.65);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 9;
	content: "";
	left: 0
}
.landing-page .main:before {
	display: none
}
#homebanner.main:before {
	display: none!important
}
.app-b-del {
	width: 494px;
	margin: 0 auto;
	position: relative;
	clear: both;
	text-align: center;
	bottom: -60px;
	z-index: 999999
}
.app-b-del img {
	height: 650px;
	margin-top: 20px;
	width: auto
}
.banner-content .head1, .head1 {
	font-size: 84px;
	line-height: 90px;
	color: #fff;
	text-transform: capitalize;
	letter-spacing: normal;
	margin-top: 74px;
	display: block;
	clear: both;
	float: left;
	width: 100%;
	position: relative;
	z-index: 9999
}
.app-b-del h2 {
	position: absolute;
	top: 171px;
	color: #fff;
	font-size: 116px;
	line-height: 120px;
	text-transform: uppercase;
	z-index: 9999;
	text-align: center;
	width: 100%;
	font-family: DenseRegular
}
.app-b-del h2:after, .app-b-del h2:before {
	display: none
}
.title {
	float: left;
	width: 100%;
	text-align: center;
	padding: 110px 0 80px
}
.title h3 {
	font-family: 'Josefin Slab', serif;
	font-weight: 300;
	color: #1c2341;
	font-size: 72px;
	line-height: 80px;
	text-transform: none
}
.btn, .btn0, .drop-arrow a small, .home-banner-del p, .home-nav ul li small, .view-all small {
	text-transform: uppercase
}
.title.small-text h3 {
	font-size: 46px;
	font-weight: 300;
	line-height: 55px
}
.main-services {
	float: left;
	width: 100%;
	min-height: 611px;
	background: url(../images/bg6.jpg) center 0 no-repeat;
	background-size: cover;
	position: relative;
	text-align: center;
	padding: 60px 0
}
.main-services:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.44);
	display: block
}
.main-services .wrapper {
	position: relative;
	z-index: 999
}
.main-services h2 {
	color: #fff;
	position: relative
}
.main-services h2:after, .main-services h2:before {
	background: #fff
}
.main-services .col-6 {
	float: left;
	width: 50%;
	color: #fff;
	padding: 30px 100px 0
}
.main-services .col-6 img {
	margin: 0;
	width: auto
}
.main-services p {
	font-size: 28px;
	line-height: 39px;
	color: #fff;
	font-family: DenseRegular;
	margin-top: 22px;
	text-align: center
}
.main-services .bottom a small, .number {
	font-family: Calibri-Light
}
.main-services .bottom {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 90%;
	left: 0;
	z-index: 99
}
.main-services .bottom a {
	display: inline-block;
	width: 151px;
	height: 151px;
	border-radius: 50%;
	background: #fff;
	text-align: center
}
#logo, #logo img {
	width: auto
}
.main-services .bottom a img {
	display: block;
	margin: -25px auto 5px
}
.main-services .bottom a small {
	display: block;
	clear: both;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	color: #c57219
}
#homebanner {
	height: auto;
	background: #f3aa20;
	background: -moz-linear-gradient(-45deg, rgba(243,170,32,1) 0, rgba(242,170,32,1) 4%, rgba(244,173,33,1) 5%, rgba(242,175,32,1) 10%, rgba(245,179,33,1) 12%, rgba(243,178,32,1) 13%, rgba(246,182,33,1) 16%, rgba(244,183,33,1) 19%, rgba(246,185,35,1) 20%, rgba(245,184,33,1) 22%, rgba(245,186,34,1) 25%, rgba(247,188,36,1) 25%, rgba(245,189,34,1) 29%, rgba(247,193,35,1) 35%, rgba(248,194,36,1) 58%, rgba(247,191,36,1) 63%, rgba(245,189,34,1) 65%, rgba(247,188,36,1) 71%, rgba(246,185,34,1) 72%, rgba(246,185,35,1) 74%, rgba(244,183,33,1) 75%, rgba(246,182,33,1) 79%, rgba(244,179,33,1) 79%, rgba(243,174,34,1) 86%, rgba(243,175,32,1) 88%, rgba(243,172,32,1) 91%, rgba(241,169,31,1) 91%, rgba(243,167,32,1) 96%, rgba(241,162,31,1) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(243,170,32,1) 0, rgba(242,170,32,1) 4%, rgba(244,173,33,1) 5%, rgba(242,175,32,1) 10%, rgba(245,179,33,1) 12%, rgba(243,178,32,1) 13%, rgba(246,182,33,1) 16%, rgba(244,183,33,1) 19%, rgba(246,185,35,1) 20%, rgba(245,184,33,1) 22%, rgba(245,186,34,1) 25%, rgba(247,188,36,1) 25%, rgba(245,189,34,1) 29%, rgba(247,193,35,1) 35%, rgba(248,194,36,1) 58%, rgba(247,191,36,1) 63%, rgba(245,189,34,1) 65%, rgba(247,188,36,1) 71%, rgba(246,185,34,1) 72%, rgba(246,185,35,1) 74%, rgba(244,183,33,1) 75%, rgba(246,182,33,1) 79%, rgba(244,179,33,1) 79%, rgba(243,174,34,1) 86%, rgba(243,175,32,1) 88%, rgba(243,172,32,1) 91%, rgba(241,169,31,1) 91%, rgba(243,167,32,1) 96%, rgba(241,162,31,1) 100%);
	background: linear-gradient(135deg, rgba(243,170,32,1) 0, rgba(242,170,32,1) 4%, rgba(244,173,33,1) 5%, rgba(242,175,32,1) 10%, rgba(245,179,33,1) 12%, rgba(243,178,32,1) 13%, rgba(246,182,33,1) 16%, rgba(244,183,33,1) 19%, rgba(246,185,35,1) 20%, rgba(245,184,33,1) 22%, rgba(245,186,34,1) 25%, rgba(247,188,36,1) 25%, rgba(245,189,34,1) 29%, rgba(247,193,35,1) 35%, rgba(248,194,36,1) 58%, rgba(247,191,36,1) 63%, rgba(245,189,34,1) 65%, rgba(247,188,36,1) 71%, rgba(246,185,34,1) 72%, rgba(246,185,35,1) 74%, rgba(244,183,33,1) 75%, rgba(246,182,33,1) 79%, rgba(244,179,33,1) 79%, rgba(243,174,34,1) 86%, rgba(243,175,32,1) 88%, rgba(243,172,32,1) 91%, rgba(241,169,31,1) 91%, rgba(243,167,32,1) 96%, rgba(241,162,31,1) 100%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3aa20', endColorstr='#f1a21f', GradientType=1 );
	position: relative;
	transition: all 1s ease
}
.btn i, .btn0 i, .home-nav ul li:before {
	text-decoration: none;
	transition: all .4s ease-in-out
}
.btn i, .btn0 i {
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out
}
.banner-pic {
	position: absolute;
	left: 0;
	bottom: 0
}
#homebanner .toggle {
	position: static
}
#logo, .col-right {
	position: absolute;
	z-index: 99999
}
.phone {
	float: right
}
#logo {
	float: left;
	font-size: 0;
	line-height: 0;
	margin-top: 30px;
	margin-left: 27px;
	top: 0;
	left: 0
}
.col-right, .number, .social {
	width: 100%;
	text-align: center
}
.col-right {
	right: 0;
	bottom: 15px
}
#homebanner .wrapper-main, .home-banner-del, .wrapper0 {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0
}
.number {
	float: left;
	font-size: 17px;
	line-height: 24px
}
.number a {
	color: #fff;
	font-weight: 700
}
header .number a {
	font-weight: 300
}
.social {
	display: inline-block;
	margin-top: 10px
}
.social a {
	margin: 0 4px
}
.tagline {
	font-family: 'Noto Serif', serif;
	font-weight: 700;
	font-size: 46px;
	line-height: 61px;
	color: #fff;
	text-align: center;
	margin-bottom: 0;
	letter-spacing: 2px;
	margin-top: 10px
}
.logo-section2 p {
	margin-top: 4px;
	font-size: 29px;
	color: #fff;
	font-weight: 300;
	letter-spacing: .4px
}
.wrapper-main {
	margin: auto;
	width: 1530px
}
#homebanner .wrapper-main {
	left: 0
}
.home-banner-del {
	margin: auto;
	max-height: 32%;
	width: 50%
}
.home-banner-del p {
	margin-top: 20px;
	margin-bottom: 50px;
	text-align: left;
	line-height: 25px;
	font-size: 18px;
	color: #000;
	letter-spacing: 1px
}
#homebanner .phone a {
	float: right;
	color: #000;
	border: 1px solid #000;
	font-size: 18px;
	line-height: 20px;
	font-family: CalibriBold;
	padding: 14px 28px 16px;
	border-radius: 5px;
	margin-top: 6px
}
#homebanner .phone a:hover {
	color: #fff
}
#homebanner .btn, #homebanner .phone a:hover {
	border-color: #000
}
.wrapper0 {
	z-index: 99999;
	left: 0;
	max-height: 69%;
	margin: auto
}
.banner-del, .btn {
	position: relative;
	text-align: center
}
.banner-del {
	float: left;
	width: 100%;
	z-index: 999;
	font-size: 0
}
.banner-del img {
	display: block;
	margin: 0 auto 60px
}
.btn, .btn0 {
	display: inline-block;
	font-family: Calibri-Light;
	letter-spacing: 2px;
	height: 51px;
	padding-top: 13px
}
#homebanner .btn {
	margin: 0 23px 0 0;
	color: #000;
	float: left;
	clear: none;
	width: 59%;
	height: 74px;
	border: 1px solid #c59016;
	font-weight: 600;
	padding-top: 23px;
	font-size: 20px
}
#homebanner .btn:hover {
	color: #fff;
	background: #28abe2
}
#homebanner .btn+.btn {
	margin-right: 0
}
.btn {
	clear: both;
	font-size: 17px;
	margin: 0;
	line-height: 24px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 4px;
	width: 35%
}
.btn i {
	font-size: 14px;
	line-height: 16px;
	right: -100px;
	position: absolute;
	display: none
}
.btn:hover i {
	right: 8px;
	top: 21px
}
.btn:hover {
	background: #28abe2;
	border-color: #28abe2
}
.btn0 {
	clear: both;
	font-size: 17px;
	margin: 100px 48px 0;
	line-height: 24px;
	color: #28abe2;
	border: 1px solid #28abe2;
	border-radius: 4px;
	width: 296px;
	position: relative
}
.drop-arrow a, .home-nav ul li small, .home-nav ul li span {
	font-family: CalibriBold
}
.btn0 i {
	font-size: 14px;
	line-height: 16px;
	right: -100px;
	position: absolute
}
.btn0:hover i {
	right: 8px;
	top: 21px
}
.btn0:hover {
	background: #28abe2;
	border-color: #28abe2;
	color: #fff
}
.home-nav {
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
	position: relative;
	z-index: 9999;
	margin-top: 110px
}
.home-nav ul {
	display: block;
	clear: both;
	font-size: 0
}
.home-nav ul li {
	text-align: left;
	display: inline-block;
	margin: 0 92px;
	position: relative
}
.award, .award ul, .award ul li, .directors, .directors ul, .drop-arrow, .drop-arrow img, .isk-dev ul li, .our-client ul li, .services-box, .top-section, .view-all {
	text-align: center
}
.home-nav ul li a {
	display: inline-block;
	position: relative
}
.home-nav ul li:after, .home-nav ul li:before {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 4px
}
.home-nav ul li span {
	font-size: 48px;
	line-height: 55px;
	color: #28abe2
}
.home-nav ul li small {
	font-size: 17px;
	line-height: 20px;
	color: #fff;
	display: inline-block;
	background: url(../images/sep.png) no-repeat;
	padding: 14px 0 0 19px;
	margin-left: 10px
}
.home-nav ul li:after {
	width: 120px;
	background: #38373e
}
.home-nav ul li:before {
	width: 80px;
	background: #28abe2;
	z-index: 999;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out
}
.contact-top address span a:hover, .footer-link li a:hover, .readmore {
	text-decoration: underline
}
.drop-arrow, .top-section {
	z-index: 9999
}
.home-nav ul li:hover:before {
	width: 120px
}
.drop-arrow, .home_video {
	width: 100%;
	position: absolute;
	left: 0
}
.home_video {
	top: 0;
	height: 100%
}
.drop-arrow {
	float: left;
	bottom: 20px
}
.drop-arrow a {
	display: inline-block;
	color: #c1beb8
}
.award h2, .directors h2, .directors ul li, .drop-arrow a:hover {
	color: #fff
}
.directors ul li small, .directors ul li strong {
	font-family: DenseRegular;
	font-weight: 400
}
.drop-arrow img {
	display: block;
	margin: 0 auto;
	width: auto!important
}
.drop-arrow a small {
	font-size: 12px;
	line-height: 16px;
	margin-top: 10px;
	display: block
}
.top-section {
	padding: 45px 0;
	clear: both;
	background: #fff
}
.top-section.space {
	padding-top: 80px
}
.top-section h2 small {
	display: block;
	line-height: 44px
}
.top-section h2:before {
	background: #28abe2;
	width: 19px;
	height: 19px;
	border-radius: 50px;
	display: block;
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	margin: auto
}
.brain {
	max-width: 90%;
	margin-top: 60px
}
.home-video video {
	float: left;
	width: 100%!important;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0
}
.award, .directors {
	z-index: 999999;
	position: relative
}
.award {
	background: #28abe2;
	padding: 32px 0 40px
}
.award h2:after, .award h2:before {
	background: #fff
}
.award ul {
	float: left;
	width: 100%;
	padding: 0;
	margin-top: 35px
}
.award ul li {
	float: left;
	width: 33.33%
}
.award ul li img {
	display: block;
	margin: 0 auto;
	text-align: center
}
.award ul li span {
	color: #fff;
	font-size: 34px;
	display: block;
	padding-top: 17px
}
.directors {
	background: #28abe2;
	padding: 32px 0 40px
}
.directors h2:after, .directors h2:before {
	background: #fff;
	display: none
}
.directors ul {
	float: left;
	width: 100%;
	padding: 0;
	margin-top: 35px;
	font-size: 0
}
.directors ul li {
	display: inline-block;
	width: 15%
}
.directors ul li .pic {
	background: #fff;
	padding: 4px;
	border-radius: 50%;
	position: relative;
	width: auto;
	display: inline-block
}
.directors ul li .pic:after {
	width: 50px;
	height: 30px;
	border-radius: 50%;
	background: rgba(4,3,2,.9);
	display: block;
	box-shadow: 0 0 20px rgba(4,3,2,.8);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: -1
}
.directors ul li .pic img {
	border-radius: 50%
}
.directors ul li strong {
	display: block;
	font-size: 33px;
	line-height: 36px;
	padding: 20px 0 10px
}
.work-section h2:after, .work-section h2:before {
	background: #fff!important
}
.directors ul li small {
	display: block;
	font-size: 25px;
	line-height: 28px
}
.work-section {
	float: left;
	width: 100%;
	position: relative;
	z-index: 999;
    background: url(../images/pt-bg02.jpg);
	padding-top:25px;
}
h1:after, h1:before, h2:after, h2:before {
	background: #28abe2;
	display: block
}
h1:after, h2:after {
	width: 291px;
	margin: 20px auto;
	height: 2px
}
h1:before, h2:before {
	width: 19px;
	height: 19px;
	border-radius: 50px;
	position: absolute;
	bottom: -8px;
	left: 0;
	right: 0;
	margin: auto
}
.work-section .sub-heading {
	padding-top: 0;
	margin-top: 0;
	padding-left: 15px;
	padding-right: 15px
}
.gallery-sec {
	float: left;
	width: 100%;
	position: relative;
	margin-top: 55px
}
.services-box .col, .view-all {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0
}
.view-all {
	width: 120px;
	height: 120px;
	margin: auto;
	background: #fff;
	border-radius: 50%;
	z-index: 9999;
	padding-top: 30px;
	border: 5px solid #28abe2;
	box-shadow: 0 0 10px rgba(255,255,204,.5)
}
.view-all:hover {
	border-radius: 0;
	transform: skew(-15deg)
}
.our-services, .services-box {
	float: left
}
.view-all img {
	margin-bottom: 8px
}
.view-all small {
	display: block;
	color: #28abe2;
	font-weight: 400;
	font-size: 22px;
	letter-spacing: .4px;
	font-family: CalibriBold;
	line-height: 25px
}
.view-all strong {
	display: block;
	font-size: 60px;
	line-height: 65px
}
.our-services {
	width: 100%;
	background: #f7f6f5;
	padding: 55px 0 85px;
	z-index: 999;
	-webkit-box-shadow: 1px 1px 6px 0 rgba(0,0,0,.35);
	-moz-box-shadow: 1px 1px 6px 0 rgba(0,0,0,.35);
	box-shadow: 1px 1px 6px 0 rgba(0,0,0,.35);
	border: 1px solid #e2e2e2
}
.our-services .sub-heading {
	padding-top: 0;
	margin: 0;
	padding-left: 15px;
	padding-right: 15px
}
.list-services {
	float: left;
	width: 100%;
	margin-top: 50px
}
.services-box {
	width: 29.5%;
	margin-right: 5.7%;
	box-shadow: 0 0 13px rgba(0,0,0,.2)
}
.isk-dev, .services-box img {
	width: 100%
}
.services-box:last-child {
	margin-right: 0
}
.services-box .col {
	margin: auto;
	max-height: 30%
}
.isk-dev, .isk-dev ul li {
	float: left;
	position: relative
}
.services-box h4 {
	color: #fff;
	font-family: 'Josefin Slab', serif;
	font-weight: 700;
	letter-spacing: normal;
	text-transform: capitalize
}
.services-box h4 small {
	display: block;
	clear: both
}
.services-box a {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	font-size: 18px;
	line-height: 22px;
	font-family: CalibriBold;
	padding: 4px 18px;
	margin-top: 40px
}
.services-box a:hover {
	border-top-color: #fd6900;
	border-bottom-color: #3657de
}
.isk-dev {
	background: #fff;
	z-index: 999999;
	padding: 60px 0 0
}
.isk-dev ul {
	float: left;
	width: 100%;
	padding-top: 60px;
	padding-left: 0
}
.isk-dev ul li {
	width: 25%;
	background: #28abe2;
	border-bottom: solid 1px #f69c3b;
	border-right: solid 1px #f69c3b;
	min-height: 428px;
	color: #fff;
	padding: 15px;
	cursor: pointer
}
.isk-dev ul li .col-box {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-height: 50%;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out
}
.isk-dev ul li img {
	display: block;
	margin: 0 auto
}
.isk-dev ul li h4 {
	display: block;
	color: #fff;
	font-family: Calibri;
	letter-spacing: normal;
	font-size: 33px;
	line-height: 37px
}
.company-brief ul li strong, .isk-dev ul li p {
	font-family: DenseRegular
}
.isk-dev ul li p {
	font-size: 29px;
	line-height: 33px;
	padding: 8px 50px 0;
	display: none;
	color: #fff
}
.isk-dev ul li:hover {
	background: #d8750b
}
.our-client, .start-project {
	background: #fff;
	float: left
}
.isk-dev ul li:hover .col-box {
	max-height: 80%
}
.isk-dev ul li:hover p {
	display: block
}
.our-client {
	width: 100%;
	z-index: 999999;
	padding: 55px 0
}
.our-client ul {
	float: left;
	width: 100%;
	padding: 0;
	margin-top: 55px
}
.our-client ul li {
	float: left;
	width: 33.33%;
	border-top: solid 1px #efecea;
	border-right: solid 1px #efecea;
	margin-bottom: 0;
	padding: 0 15px;
	height: 180px;
	position: relative
}
.our-client ul li:nth-child(1), .our-client ul li:nth-child(2), .our-client ul li:nth-child(3) {
	border-top: none
}
.our-client ul li:nth-child(3n) {
	border-right: none
}
.our-client ul li img {
	max-width: 92%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto
}
.company-brief {
	float: left;
	width: 100%;
	background: #f7f6f5;
	z-index: 999999;
	position: relative;
	padding: 85px 0
}
.company-brief ul {
	float: left;
	width: 100%;
	padding: 0
}
.company-brief ul li {
	float: left;
	width: 33.33%;
	border-top: solid 1px #c9c8c7;
	border-right: solid 1px #c9c8c7;
	text-align: center;
	margin-bottom: 0;
	padding: 52px 15px
}
.start-project, .testimonial {
	width: 100%;
	text-align: center
}
.company-brief ul li:nth-child(1), .company-brief ul li:nth-child(2), .company-brief ul li:nth-child(3) {
	border-top: none
}
.company-brief ul li:nth-child(3n) {
	border-right: none
}
.company-brief ul li strong {
	display: block;
	color: #5e5e5e;
	font-weight: 400;
	vertical-align: top;
	padding: 40px 0 0;
	font-size: 40px;
	line-height: 45px
}
.start-project {
	background-size: cover;
	padding: 50px 0;
	z-index: 99999
}
.start-project .wrapper {
	position: relative;
	z-index: 9
}
.start-project h2 {
	color: #28abe2
}
.start-project p {
	margin: 0;
	padding: 5px 0 48px;
	text-align: center
}
.testimonial {
	float: left;
	background: #fff;
	padding: 42px 0 15px;
	position: relative;
	z-index: 999999
}
.start-project .btn {
	font-size: 28px;/*line-height:29px;*/
	color: #000;
	border-color: #000;
	width: auto;
	font-family: 'Josefin Slab', serif;
	font-weight: 700;
	padding: 18px 25px;
	margin-bottom: 0
}
.start-project .btn:hover {
	color: #fff;
	border-color: #fff
}
.testimonial.main-testimonial {
	background: 0 0
}
.box-testi {
	float: left;
	width: 50%;
	padding: 50px 50px 0
}
.main-testimonial .box-testi {
	border-top: solid 1px #eee;
	border-right: solid 1px #eee;
	padding-bottom: 20px
}
.main-testimonial .box-testi:nth-child(1), .main-testimonial .box-testi:nth-child(2) {
	border-top: none
}
.main-testimonial .box-testi:nth-child(2n) {
	border-right: none
}
.box-testi .pic {
	display: inline-block;
	width: 90px;
	height: 90px;
	position: relative;
	border: 6px solid #28abe2;
	border-radius: 50%
}
.box-testi .video-btn {
	position: absolute;
	width: 30px;
	height: 30px;
	background: url(../images/video-ico.png) center center no-repeat #141e23;
	border-radius: 50%;
	top: 93%;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 999
}
.box-testi .video-btn:hover {
	background-color: #13191f
}
.box-testi .pic img {
	width: 100%;
	border-radius: 50%
}
.box-testi p {
	display: block;
	clear: both;
	font-size: 20px;
	line-height: 30px;
	color: #192227;
	padding: 24px 0 20px;
	font-family: Calibri
}
.box-testi span {
	display: inline-block;
	padding-left: 31px;
	position: relative;
	font-size: 17px;
	line-height: 20px;
	color: #192227;
	font-family: Calibri-Light
}
.view-btn {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: -26px
}
.view-btn a {
	display: inline-block;
	background: url(../images/triangle-shape.png) no-repeat;
	width: 155px;
	height: 133px;
	color: #fff;
	font-size: 19px;
	font-family: Calibri;
	padding-top: 90px
}
.view-btn a:hover {
	opacity: .8
}
.main-section {
	float: left;
	width: 100%
}
.main-section.marketing {
	margin-top: 10px!important
}
.main-section ul.services {
	float: left;
	padding: 0
}
.main-section ul.services li {
	float: left;
	width: 50%;
	text-align: center;
	padding: 0;
	background: #353a45;
	position: relative;
	overflow: hidden
}
.main-section ul.services h3 {
	color: #fff
}
.main-section ul.services li img, .main-section ul.services li.full-width {
	width: 100%
}
.main-section ul.services li p {
	color: #fff;
	line-height: 30px
}
.main-section ul.services li h2 {
	color: #28abe2
}
.main-section ul.services li .col {
	float: left;
	width: 100%;
	padding: 30px 40px 0;
	position: absolute;
	top: 100%;
	background: #353a45;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out
}
.main-section ul.services li .pic {
	float: right;
	width: 100%;
	position: relative;
	z-index: 2
}
.main-section ul.services li:nth-child(2n) .pic {
	float: left
}
.main-section ul.services li:nth-child(2n) .col {
	float: right
}
.main-section ul.services li .ico2 {
	margin-bottom: 20px
}
.main-section ul.services li .ico2 img {
	display: block;
	width: auto;
	margin: 0 auto
}
.main-section ul.services li:hover .col {
	top: 0;
	z-index: 9999;
	height: 100%
}
.main-section ul.da-thumbs li .logo-box {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	max-height: 100%;
	z-index: 99;
	width: 100%;
	text-align: center
}
.main-section ul.da-thumbs li .logo-box img {
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 90%!important;
	position: absolute;
	right: 0;
	top: 0;
	width: auto!important
}
.main-section ul.da-thumbs li .logo-box small {
	text-align: center;
	position: absolute;
	bottom: -80px;
	left: 0;
	width: 100%;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out
}
.main-section ul.da-thumbs li:hover .logo-box small {
	bottom: 15px
}
.design-row .col-6 h1:before, .design-row .col-6 h2:before {
	bottom: 11px
}
.main-section ul.da-thumbs li a.fancybox {
	font-size: 30px;
	line-height: 30px;
	color: #fff;
	z-index: 999;
	text-align: center;
	font-family: CalibriBold;
	display: inline-block;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background: #28abe2;
	vertical-align: top;
	padding-top: 13px
}
.main-section ul.da-thumbs li a.fancybox:hover {
	background: #333
}
.main-section.marketing h2 {
	font-size: 75px;
	line-height: 88px;
	color: #fff;
	font-family: 'Josefin Slab', serif;
	font-weight: 300;
	text-transform: capitalize
}
.main-section.marketing ul li:first-child {
	background: #28abe2
}
.readmore {
	color: #28abe2;
	display: inline-block
}
.readmore:hover {
	text-decoration: none
}
.php-box {
	padding: 50px 0;
	float: left;
	width: 100%
}
.php-services {
	float: left;
	width: 100%;
	text-align: center;
	list-style: none;
	padding-left: 0;
	margin-top: 60px;
	font-size: 0
}
.php-services li {
	display: inline-block;
	padding: 0 40px;
	width: 20%
}
.php-services li img {
	max-width: 100%
}
.contact-top {
	float: left;
	width: 100%;
	background: #f56a4b
}
.contact-top address {
	float: left;
	width: 33.33%;
	text-align: center;
	font-style: normal;
	padding: 60px 0
}
.contact-top address:nth-child(1) {
	background: #363a45
}
.contact-top address:nth-child(2) {
	background: #30333d
}
.contact-top address:nth-child(3) {
	background: #282b33
}
.contact-top address:nth-child(4) {
	background: #4a4d57
}
.contact-top address:nth-child(5) {
	background: #444750
}
.contact-top address:nth-child(6), .contact-top address:nth-child(7) {
	background: #3d4047
}
.contact-top address br {
	display: none
}
.contact-top address span br {
	display: block
}
.contact-top address img {
	margin-bottom: 5px
}
.contact-top address strong {
	display: block;
	font-size: 44px;
	line-height: 46px;
	color: #ff9a2d;
	font-family: 'Josefin Slab', serif;
	font-weight: 700;
	text-transform: uppercase;
	padding: 40px 0 20px
}
.contact-top address span {
	display: block;
	color: #fff;
	font-size: 20px;
	line-height: 32px;
	font-family: Calibri-Light;
	padding-bottom: 15px
}
.bottom-contact p, .heading strong {
	font-size: 20px;
	line-height: 25px;
	color: #fff
}
.contact-top address span a {
	color: #fff
}
.bottom-contact {
	float: left;
	background: #f56a4b;
	width: 66.67%;
	text-align: center;
	padding: 70px 0 60px
}
.bottom-contact p {
	padding-top: 25px
}
.heading {
	float: left;
	width: 100%;
	text-align: center
}
.heading strong {
	text-transform: uppercase;
	font-family: CalibriBold;
	padding-bottom: 15px;
	display: block
}
.footer-link li, .heading h3, .request-right h3, .request-top h4 {
	text-transform: capitalize
}
.heading h3 {
	color: #fff;
	font-size: 72px;
	line-height: 80px;
	font-family: 'Josefin Slab', serif;
	font-weight: 700
}
.project-btn {
	display: inline-block;
	clear: both;
	width: 315px;
	height: 64px;
	border: 4px solid #fff;
	font-size: 28px;
	line-height: 30px;
	color: #fff;
	font-family: CalibriBold;
	padding-top: 11px;
	margin-top: 30px
}
.design-row, .design-section {
	width: 100%;
	float: left
}
.request-top h2, .request-top h4 {
	font-weight: 700;
	color: #fff
}
.project-btn:hover {
	border-color: #ec912f
}
.design-row {
	padding: 102px 13px 80px 0;
	clear: both
}
.design-row .col-6 {
	float: left;
	width: 50%;
	padding-right: 21px
}
.design-row .col-6 h1:after, .design-row .col-6 h2:after, .request-box, .request-top {
	width: 100%
}
.design-row .col-6 p {
	text-align: justify
}
.design-row .col-6 h1, .design-row .col-6 h2 {
	text-align: left;
	float: left;
	position: relative
}
.design-row .col-6 h1 {
	font-weight: 700;
	font-size: 30px;
	letter-spacing: .4px
}
.design-row p {
	clear: both;
	display: block;
	text-align: justify
}
.design-row .wrapper {
	position: relative;
	clear: both
}
.design-row .col-6.pic {
	float: left;
	text-align: center
}
.design-row .col-6.pic img {
	max-width: 90%
}
.del-col img, .html-row img, .map img {
	max-width: 100%
}
.design-row:nth-child(2) {
	background: url(../images/bg4.jpg) no-repeat;
	background-size: cover;
	padding: 0;
	height: 452px
}
.design-row:nth-child(2) .pic {
	text-align: left
}
.design-row:nth-child(2) .pic img {
	margin-top: 0
}
.design-row:nth-child(4) {
	background: url(../images/bg5.jpg) no-repeat;
	padding: 50px 0;
	background-size: cover
}
.design-row:nth-child(2n) .col-6 {
	float: right
}
.design-row:nth-child(2n) .col-6.pic {
	float: left
}
.design-row:nth-child(2n) .col-6 h2, .design-row:nth-child(2n) .col-6 p {
	color: #fff
}
.design-row:nth-child(2) h2 {
	padding-top: 50px
}
.request-box {
	float: left;
	padding: 0
}
.request-top {
	float: left;
	text-align: center;
	background: #28abe2;
	padding: 70px 20px
}
.request-top h4 {
	letter-spacing: 0;
	padding-bottom: 10px;
	font-size: 29px;
	line-height: 35px
}
.request-top h2 {
	font-size: 43px;
	line-height: 90px
}
.request-top h2:after, .request-top h2:before {
	display: none
}
.request-top small {
	font-size: 20px;
	line-height: 23px;
	color: #fff;
	font-family: Calibri;
	display: block;
	text-align: center
}
.request-form {
	float: right;
	width: 100%;
	padding-bottom: 90px
}
.request-form .form-section {
	float: left;
	width: 504px;
	background: url(../images/texture-bg.jpg);
	border: 1px solid #eaeaea;
	border-radius: 7px;
	padding: 17px 44px 0;
	text-align: left;
	margin-left: 98px;
	margin-top: 0
}
.request-form label {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 25px;
	color: #222;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	padding-bottom: 5px;
	font-weight: 600
}
.request-form input[type=company], .request-form input[type=email], .request-form input[type=tel], .request-form input[type=text], .request-form textarea {
	float: left;
	width: 100%;
	background: #fff;
	border: 1px solid #dcdcdc;
	border-top: none;
	-webkit-appearance: none;
	box-shadow: 1px 5px 5px #dcdcdc inset;
	height: 58px;
	border-radius: 5px;
	padding: 0 10px;
	margin-bottom: 10px;
	font-size: 17px;
	color: #333
}
.request-form textarea {
	font-family: 'Open Sans', sans-serif !important;
	padding: 10px;
	resize: none;
	height: 128px
}
.request-form small {
	font-size: 16px;
	line-height: 25px;
	color: #28abe2;
	font-style: italic;
	font-family: Calibri-Light;
	display: block;
	text-align: left
}
.request-form input[type=submit] {
	display: block;
	color: #fff;
	clear: both;
	width: 246px;
	height: 67px;
	background: #f15b26;
	font-size: 30px;
	font-family: CalibriBold;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
	box-shadow: none;
	margin: 30px auto -25px
}
.request-form input[type=submit]:hover {
	background: #2a2a2a
}
.request-right {
	float: left;
	width: 550px;
	margin-top: 60px
}
.request-right h3 {
	font-size: 26px;
	line-height: 45px;
	color: #28abe2;
	letter-spacing: .4px;
	text-align: left
}
.footer-main, .map {
	text-align: center;
	float: left
}
.request-right ul {
	float: left;
	padding-left: 0;
	width: 70%;
	margin-top: 15px
}
.request-right ul li {
	float: left;
	width: 100%;
	background: url(../images/tick3.png) 0 8px no-repeat;
	padding: 0 0 15px 38px;
	font-size: 17px;
	line-height: 25px;
	color: #353a45;
	margin-left: 5px
}
.request-right .text-box>ul {
	margin-top: 15px
}
.text-box p, .text-box p strong a {
	color: #28abe2
}
.request-right ul li strong {
	color: #28abe2;
	font-weight: 700
}
.text-box {
	float: left;
	width: 100%;
	padding: 60px 0 0
}
.text-box p {
	font-size: 23px;
	line-height: 40px;
	width: 80%;
	text-align: left
}
.text-box p strong, footer .social span {
	font-weight: 600
}
.gallery {
	padding: 80px 0;
	display: block;
	clear: both;
	float: left;
	width: 100%;
	border-bottom: solid 1px #ccc
}
.gallery img {
	width: 98%
}
.gallery .slick-center {
	position: relative
}
.gallery .slick-center:before {
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/mobile1.png) no-repeat;
	width: 729px;
	height: 361px;
	display: none
}
.clouds, .copyright, .map, footer {
	width: 100%
}
footer {
	float: left
}
.map {
	background: #f3f3f3;
	padding: 75px 0
}
.footer-logo {
	display: none
}
.footer-main {
	width: 100%;
	background: #000;
	padding: 25px 0 30px
}
.footer-main img {
	display: block;
	margin: auto
}
footer .wrapper {
	position: relative;
	z-index: 99
}
.copyright, .footer-link {
	z-index: 999;
	text-align: center
}
footer .social {
	display: block;
	clear: both;
	margin: 24px 0 0
}
footer .social a {
	font-size: 25px;
	margin: 0 10px
}
footer .social a:last-child {
	margin-top: 6px
}
footer .social span {
	display: block;
	font-size: 17px;
	line-height: 24px;
	color: #fff;
	margin-bottom: 8px
}
.footer-link {
	position: relative;
	padding: 40px 30px 16px;
	display: inline-block;
	border-bottom: solid 1px #4b4a4a
}
.footer-link li {
	display: inline-block;
	font-size: 18px;
	line-height: 19px;
	font-family: Calibri-Light;
	margin: 0 20px;
	padding-bottom: 0
}
.footer-link li a {
	color: #fff
}
.copyright, .footer-link li a:hover {
	color: #28abe2
}
.copyright {
	float: left;
	font-family: Calibri-Light;
	font-size: 13px;
	line-height: 15px;
	padding: 0;
	margin-top: 25px
}
.copyright.space {
	position: static;
	padding: 10px 0;
	background: #cb7519
}
@keyframes move-clouds-back {
from {
background-position:0 0
}
to {
background-position:10000px 0
}
}
@-webkit-keyframes move-clouds-back {
from {
background-position:0 0
}
to {
background-position:10000px 0
}
}
@-moz-keyframes move-clouds-back {
from {
background-position:0 0
}
to {
background-position:10000px 0
}
}
@-ms-keyframes move-clouds-back {
from {
background-position:0
}
to {
background-position:10000px 0
}
}
.clouds {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	display: block;
	background: url(../images/clouds.png) top center;
	z-index: 3;
	-moz-animation: move-clouds-back 200s linear infinite;
	-ms-animation: move-clouds-back 200s linear infinite;
	-o-animation: move-clouds-back 200s linear infinite;
	-webkit-animation: move-clouds-back 200s linear infinite;
	animation: move-clouds-back 200s linear infinite;
	opacity: 1
}
.custom-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	top: -.1em;
	width: 20px;
	height: 20px;
	background: url(../images/check-box.png) no-repeat;
	margin-right: 14px;
	float: left;
	margin-top: 5px
}
.custom-radio.checked, .custom-radio.checked.focus, .custom-radio.focus {
	background-position: 0 bottom
}
.welcome-page_wrap_bg {
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background: #000!important;
	z-index: 9999999
}
.welcome-page_wrap_bg .backstretch, .welcome-page_wrap_bg .welcome-page>:not(figcaption) {
	display: none
}
.welcome-page_wrap_bg .backstretch, .welcome-page_wrap_bg .welcome-page>span {
	float: left;
	width: 100%
}
.welcome-page {
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	bottom: 0;
	right: 0;
	margin: auto;
	height: 66%
}
.welcome-page h1, .welcome-page span {
	font-family: JosefinSlabLight;
	font-weight: 100;
	font-size: 80px;
	line-height: 120px;
	color: #fff;
	text-transform: uppercase
}
.welcome-page hr {
	border: none;
	border-bottom: solid 4px #f05033;
	clear: both;
	width: 40px;
	text-align: center;
	display: block;
	margin: 0 auto
}
.welcome-page span {
	display: block
}
.dropdown {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #e6861f;
	z-index: 9999999999;
	padding: 30px;
	text-align: center;
	transition: all 1s ease;
	display: none
}
.mp-pushed .dropdown {
	width: 60%
}
.dropdown .innerlogo {
	vertical-align: top;
	width: 100%;
	display: block;
	text-align: left
}
.dropdown .innerlogo img {
	vertical-align: top;
	width: auto!important
}
.dropdown ul {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 80px
}
.dropdown ul li {
	display: inline-block;
	font-size: 24px;
	line-height: 26px;
	text-transform: uppercase;
	font-family: CalibriBold;
	margin: 0 30px;
	position: relative
}
.dropdown ul li a {
	color: #fff
}
.dropdown strong {
	font-family: 'Josefin Slab', serif;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	font-size: 72px;
	line-height: 75px;
	display: block;
	padding-top: 50px
}
.dropdown ul li:after {
	width: 0;
	z-index: 999;
	bottom: 0;
	left: 0;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	background: #333;
	height: 3px;
	position: absolute
}
.dropdown ul li:before {
	width: 100%;
	display: none
}
.dropdown ul li:hover:before {
	width: 100%!important
}
.dropdown ul li:hover:after {
	width: 100%
}
.dropdown .close {
	clear: both;
	display: inline-block;
	color: #fff;
	text-align: center;
	border: 1px solid #fff;
	width: 45px;
	height: 45px;
	font-family: Calibri-Light;
	font-size: 25px;
	line-height: 40px;
	margin-top: 100px
}
.about-section .tabs-menu li, .about-section h2, .about-section h6, .animation-box, .animation-box ul li {
	font-family: 'Josefin Slab', serif
}
.dropdown .close:hover {
	border-color: #000;
	color: #000
}
.animation-box {
	float: left;
	clear: both;
	width: 100%;
	position: relative;
	font-size: 16px
}
.animation-box ul li {
	text-align: left;
	font-size: 2.5em;
	color: #1a101a;
	background: 0 0!important;
	padding: 0;
	margin: 0;
	position: absolute;
	width: auto;
	float: none;
	display: inline-block
}
.animation-box ul li strong {
	display: block;
	text-align: center;
	font-weight: 400;
	font-size: 1.85em
}
.animation-box ul li span, .animation-box ul li.item5 strong {
	display: inline-block
}
.animation-box ul li.item1 {
	top: 10%;
	right: 18%
}
.animation-box ul li.item2 {
	top: 24%;
	right: 0
}
.animation-box ul li.item3 {
	top: 43%;
	right: 16%
}
.animation-box ul li.item3 strong {
	display: inline-block;
	padding-left: 1%
}
.animation-box ul li.item4 {
	top: 38%;
	left: 0
}
.animation-box ul li.item5 {
	top: 58%;
	left: 12%
}
.animation-box .wrapper {
	padding: 0 17% 0 10%;
	width: 100%
}
#isk-man.animate {
	transform: translateY(-250px);
	-webkit-transform: translateY(-250px);
	-moz-transform: translateY(-250px);
	opacity: 0;
	animation: isk_man 1s normal forwards ease;
	-webkit-animation: isk_man 1s normal forwards ease;
	-moz-animation: isk_man 1s normal forwards ease;
	animation-delay: 10.2s;
	-webkit-animation-delay: 10.2s;
	-moz-animation-delay: 10.2s
}
#Layer_1 {
	width: 32%;
	margin: auto;
	display: block;
	padding-right: 20px
}
#sMan1.animate, #sMan2.animate, #sMan3.animate, #sMan4.animate, #sMan5.animate {
	animation: manfall 10s normal forwards ease;
	-webkit-animation: manfall 10s normal forwards ease;
	-moz-animation: manfall 10s normal forwards ease;
	animation-delay: .1s;
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s
}
#sMan2.animate {
	animation-delay: .2s;
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s
}
#sMan3.animate {
	animation-delay: .3s;
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s
}
#sMan4.animate {
	animation-delay: .2s;
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s
}
#sMan5.animate {
	animation-delay: .1s;
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s
}
#XMLID_236_ {
	animation: color_an1 .6s alternate infinite linear;
	-webkit-animation: color_an1 .6s alternate infinite linear;
	-moz-animation: color_an1 .6s alternate infinite linear;
	animation-delay: 5s;
	-webkit-animation-delay: 5s;
	-moz-animation-delay: 5s
}
#main-group {
	fill: none
}
#main-group.animate {
	fill: #000
}
@keyframes color_an1 {
1% {
fill:#C50000
}
100% {
fill:#ed8a8a
}
}
@-moz-keyframes color_an1 {
1% {
fill:#C50000
}
100% {
fill:#ed8a8a
}
}
@-webkit-keyframes color_an1 {
1% {
fill:#C50000
}
100% {
fill:#ed8a8a
}
}
#XMLID_235_ {
	animation: color_an2 .6s alternate infinite linear;
	-webkit-animation: color_an2 .6s alternate infinite linear;
	-moz-animation: color_an2 .6s alternate infinite linear
}
@keyframes color_an2 {
1% {
fill:#0086C5
}
100% {
fill:#5fbfec
}
}
@-moz-keyframes color_an2 {
1% {
fill:#0086C5
}
100% {
fill:#5fbfec
}
}
@-webkit-keyframes color_an2 {
1% {
fill:#0086C5
}
100% {
fill:#5fbfec
}
}
#XMLID_237_ {
	animation: color_an3 .6s alternate infinite linear;
	-webkit-animation: color_an3 .6s alternate infinite linear;
	-moz-animation: color_an3 .6s alternate infinite linear
}
@keyframes color_an3 {
1% {
fill:#13C500
}
100% {
fill:#6dfb5e
}
}
@-moz-keyframes color_an3 {
1% {
fill:#13C500
}
100% {
fill:#6dfb5e
}
}
@-webkit-keyframes color_an3 {
1% {
fill:#13C500
}
100% {
fill:#6dfb5e
}
}
@keyframes isk_man {
1% {
transform:translateY(-250px);
-webkit-transform:translateY(-250px);
-moz-transform:translateY(-250px);
opacity:0
}
100% {
transform:translateY(0);
opacity:1;
-webkit-transform:translateY(0);
-moz-transform:translateY(0)
}
}
@-moz-keyframes isk_man {
1% {
transform:translateY(-250px);
-webkit-transform:translateY(-250px);
-moz-transform:translateY(-250px);
opacity:0
}
100% {
transform:translateY(0);
opacity:1;
-webkit-transform:translateY(0);
-moz-transform:translateY(0)
}
}
@-webkit-keyframes isk_man {
1% {
transform:translateY(-250px);
-webkit-transform:translateY(-250px);
-moz-transform:translateY(-250px);
opacity:0
}
100% {
transform:translateY(0);
opacity:1;
-webkit-transform:translateY(0);
-moz-transform:translateY(0)
}
}
@keyframes manfall {
0% {
transform:none;
-webkit-transform:none;
-moz-transform:none
}
2% {
transform:translate(10px) rotate(-2deg);
-webkit-transform:translate(10px) rotate(-2deg);
-moz-transform:translate(10px) rotate(-2deg)
}
4% {
transform:translate(13px) rotate(3deg);
-webkit-transform:translate(13px) rotate(3deg);
-moz-transform:translate(13px) rotate(3deg)
}
8% {
transform:translate(16px) rotate(-6deg);
-webkit-transform:translate(16px) rotate(-6deg);
-moz-transform:translate(16px) rotate(-6deg)
}
100%, 15% {
transform:translateY(200px) rotate(-15deg);
-webkit-transform:translateY(200px) rotate(-15deg);
-moz-transform:translateY(200px) rotate(-15deg)
}
}
@-moz-keyframes manfall {
0% {
transform:none;
-webkit-transform:none;
-moz-transform:none
}
2% {
transform:translate(10px) rotate(-2deg);
-webkit-transform:translate(10px) rotate(-2deg);
-moz-transform:translate(10px) rotate(-2deg)
}
4% {
transform:translate(13px) rotate(3deg);
-webkit-transform:translate(13px) rotate(3deg);
-moz-transform:translate(13px) rotate(3deg)
}
8% {
transform:translate(16px) rotate(-6deg);
-webkit-transform:translate(16px) rotate(-6deg);
-moz-transform:translate(16px) rotate(-6deg)
}
100%, 15% {
transform:translateY(200px) rotate(-15deg);
-webkit-transform:translateY(200px) rotate(-15deg);
-moz-transform:translateY(200px) rotate(-15deg)
}
}
@-webkit-keyframes manfall {
0% {
transform:none;
-webkit-transform:none;
-moz-transform:none
}
2% {
transform:translate(10px) rotate(-2deg);
-webkit-transform:translate(10px) rotate(-2deg);
-moz-transform:translate(10px) rotate(-2deg)
}
4% {
transform:translate(13px) rotate(3deg);
-webkit-transform:translate(13px) rotate(3deg);
-moz-transform:translate(13px) rotate(3deg)
}
8% {
transform:translate(16px) rotate(-6deg);
-webkit-transform:translate(16px) rotate(-6deg);
-moz-transform:translate(16px) rotate(-6deg)
}
100%, 15% {
transform:translateY(200px) rotate(-15deg);
-webkit-transform:translateY(200px) rotate(-15deg);
-moz-transform:translateY(200px) rotate(-15deg)
}
}
.about-section {
	float: left;
	width: 100%;
	text-align: center;
	padding: 50px 0 10px;
	position: relative
}
.about-section+.about-section {
	margin-bottom: 70px
}
.about-section.career {
	text-align: left;
	padding-bottom: 20px;
	padding-top: 100px
}
.about-section.career .about-col h2 {
	text-align: left
}
.about-section.career .about-col {
	text-align: left;
	padding-left: 100px
}
.about-section .tabs-menu, .heading-box {
	width: 100%;
	padding: 0;
	float: left
}
.about-section:nth-child(1):before {
	border-bottom: solid 1px #28abe2;
	height: 1px;
	top: 100%
}
.about-section h2:after, .about-section h2:before {
	display: none
}
.about-section:nth-child(3n) {
	border-bottom: solid 17px #28abe2
}
.about-section h2 {
	text-transform: capitalize;
	color: #1a101a!important;
	font-size: 100px;
	line-height: 103px;
	font-weight: 400
}
.heading-box h2 {
	color: #28abe2!important
}
.about-section h6 {
	color: #1a101a;
	font-size: 29px;
	line-height: 40px;
	display: block;
	text-align: center;
	font-weight: 400;
	margin-top: 30px
}
.about-section .tabs-menu {
	text-align: center;
	border-top: solid 1px #cecece;
	border-bottom: solid 1px #cecece;
	margin: 20px 0
}
.about-section .tabs-menu li {
	color: #5e5e5e;
	font-size: 25px;
	line-height: 28px;
	padding-bottom: 0;
	margin: 0 4%
}
.about-section .tabs-menu li a:after {
	display: none
}
.about-section .tabs-menu li a {
	padding: 25px 0;
	position: relative;
	vertical-align: top
}
.about-section .tabs-menu li a:hover, .about-section .tabs-menu li.current a {
	color: #28abe2
}
.about-section .tabs-menu li.current a:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(206,206,206,0);
	border-top-color: #cecece;
	border-width: 8px;
	margin-left: -8px
}
.about-section .tabs {
	float: left;
	width: 100%;
	padding-top: 60px
}
.team, .team li {
	padding: 0;
	float: left
}
.team {
	width: 100%
}
.team li {
	position: relative;
	margin: 0 1% 1% 0;
	width: 24%
}
.team li strong {
	bottom: -100px;
	right: 9px;
	left: 9px;
	background: #000;
	color: #fff;
	font-size: 29px;
	line-height: 30px;
	font-weight: 400;
	text-align: center;
	font-family: DenseRegular;
	position: absolute;
	padding: 12px 0
}
.about-section .about-col span, .note {
	font-family: 'Josefin Slab', serif;
	font-size: 28px;
	font-weight: 600;
	display: block;
	clear: both
}
.team li:nth-child(4n) {
	margin-right: 0
}
.link, .portfolio .caption {
	position: absolute;
	margin: auto
}
.team li img {
	vertical-align: top;
	width: auto
}
.team li:hover strong {
	bottom: 12px
}
.about-col {
	float: left;
	width: 48%;
	text-align: right
}
.about-col p {
	text-align: left
}
.about-section .about-col h2 {
	text-align: right
}
.about-col+.about-col {
	float: right;
	text-align: left
}
.note {
	line-height: 30px;
	color: #5e5e5e
}
.main-section .about-section p {
	color: #5e5e5e;
	padding: 10px 0 30px
}
.about-section .about-col span {
	line-height: 48px;
	color: #1a101a
}
.portfolio {
	float: left;
	width: 100%;
	padding: 15px 10px 30px
}
.portfolio .caption {
	top: 0;
	bottom: 0;
	right: 30px;
	left: 30px;
	max-height: 40%;
	padding: 15px;
	text-align: center;
	border-radius: 5px
}
.portfolio h5, .portfolio span {
	color: #28abe2;
	text-align: left
}
.portfolio h5 {
	float: left;
	width: 100%;
	font-size: 25px;
	line-height: 35px;
	font-family: CalibriBold;
	text-transform: capitalize
}
.bottom-col p, .del-col h6, .how-to-work ul li small, .top-services li h4 {
	text-transform: uppercase
}
.portfolio span {
	font-family: Calibri-Light;
	display: block;
	font-size: 18px;
	line-height: 25px
}
.link, .list {
	text-align: center
}
.link {
	display: inline-block;
	color: #fff;
	background: #28abe2;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	font-size: 25px;
	line-height: 75px;
	left: 0;
	right: 0;
	bottom: -130px
}
.link:hover {
	background: #000
}
.portfolio .box:hover .link {
	bottom: 30px
}
.lb-data .lb-details {
	display: none!important
}
.lb-closeContainer {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	width: 50px;
	height: 50px;
	background: #28abe2
}
.list {
	display: block;
	margin: 60px auto 0;
	width: 100%;
	padding-left: 0;
	font-size: 0
}
.list li {
	width: 50%;
	color: #28abe2;
	font-family: DenseRegular;
	font-size: 26px;
	line-height: 40px;
	margin-top: 0;
	text-align: left;
	display: inline-block;
	float: left;
	padding-left: 170px;
	position: relative
}
.del-col h6, .del-col ul {
	padding-left: 95px;
	color: #fff
}
.list li:before {
	position: absolute;
	top: 17px;
	left: 140px;
	content: "";
	background: #28abe2;
	width: 6px;
	height: 6px;
	border-radius: 50%
}
.list li em {
	font-style: normal
}
.small-screenbanner {
	float: left;
	width: 100%;
	display: none
}
.wrapper1 {
	margin: 0 auto;
	width: 1338px
}
.main.landing-page2:before, .main.landing-page:before {
	display: none
}
.landing-page .banner-content {
	max-height: 58%
}
.del-col {
	float: left;
	width: 450px;
	text-align: left
}
.del-col:nth-child(2n) {
	float: right
}
.del-col h6 {
	font-size: 20px;
	line-height: 25px;
	font-family: CalibriBold;
	padding-bottom: 25px
}
.del-col ul {
	margin-bottom: -15px
}
.del-col ul li {
	font-size: 16.67px;
	line-height: 18px;
	color: #fff;
	font-family: Calibri;
	position: relative;
	padding-left: 18px
}
.del-col ul li:before {
	left: 0;
	top: 8px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255,255,255,0);
	border-left-color: #fff;
	border-width: 5px;
	margin-top: -5px
}
.del-col img {
	width: auto
}
.del-col:nth-child(3) img {
	float: right;
	margin-right: -159px;
	margin-top: -28px
}
.del-col:nth-child(4) img {
	float: left;
	margin-left: -159px;
	margin-top: -28px
}
.landing-del {
	float: left;
	width: 100%;
	position: relative
}
.icon-section {
	float: left;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}
div.dotted.round {
	width: 435px;
	height: 435px;
	border-radius: 100%;
	position: relative;
	display: inline-block;
	justify-content: center;
	align-items: center;
	padding: 58px;
	margin-top: 15px
}
svg.dotted.round {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	stroke: rgba(255,255,255,.1);
	stroke-width: .5px;
	stroke-dasharray: .1 1;
	stroke-dashoffset: 0;
	stroke-linecap: round;
	fill: none
}
.inner-round .icon-box, div.dotted.round .inner-round {
	float: left;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative
}
div.dotted.round .inner-round {
	padding: 18px
}
.inner-round .icon-box {
	background: rgba(255,255,255,.1)
}
.inner-round .icon-box img {
	max-width: 100%;
	width: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto
}
.main-content, .services-list {
	width: 100%;
	float: left
}
.main-content p {
	font-size: 29.5px;
	line-height: 62px;
	color: #5e5e5e;
	font-family: DenseRegular
}
.main-content h2~h2 {
	padding-top: 25px
}
.services-list {
	padding: 0;
	margin: 45px 0 0
}
.services-list li {
	float: left;
	width: 40%;
	font-size: 29px;
	line-height: 30px;
	color: #5e5e5e;
	text-align: left;
	padding-left: 73px;
	background: url(../images/tick1.png) no-repeat;
	padding-bottom: 20px;
	margin-bottom: 30px
}
.services-list li:nth-child(2n) {
	float: right
}
.services-list li small {
	float: left;
	width: 100%;
	font-size: inherit;
	border-bottom: solid 1px #e1e1e1;
	padding: 5px 0 10px
}
.how-to-work {
	float: left;
	width: 100%;
	background: #efefef;
	padding: 35px 0
}
.how-to-work ul {
	float: left;
	width: 100%;
	margin-top: 25px
}
.how-to-work ul li {
	float: left;
	width: 37%
}
.how-to-work ul li:last-child {
	width: 25%
}
.how-to-work ul li strong {
	font-size: 62.5px;
	line-height: 65px;
	color: #28abe2;
	font-family: CalibriBold;
	font-weight: 400;
	float: left;
	border-right: solid 4px #28abe2;
	padding-right: 14px
}
.bottom-col, .bottom-col p, .how-to-work ul li small {
	font-family: DenseRegular
}
.how-to-work ul li small {
	font-size: 37px;
	line-height: 39px;
	color: #000;
	float: left;
	width: 50%;
	padding-left: 20px
}
.bottom-col, .top-services, .top-services li {
	width: 100%;
	float: left
}
.bottom-col {
	text-align: center;
	font-size: 33px;
	line-height: 50px;
	color: #5e5e5e;
	padding: 30px 0
}
.bottom-col a {
	color: #28abe2
}
.bottom-col a:hover {
	color: #000
}
.bottom-col p {
	line-height: inherit
}
.banner-content h1 {
	font-size: 125px;
	line-height: 130px;
	color: #28abe2;
	font-family: 'Josefin Slab', serif
}
.banner-content h1 span {
	color: #fff;
	font-size: 70px;
	font-weight: 300
}
.top-services li {
	border-bottom: solid 1px #e8e8e8;
	text-align: left;
	padding: 35px 0
}
.top-services li:last-child {
	border-bottom: none
}
.top-services li .ico-box {
	float: left;
	width: 189px;
	height: 189px;
	border-radius: 100%;
	padding: 15px;
	position: relative;
	background: #fff;
	margin-top: 10px
}
.top-services li .ico-box .ico {
	float: left;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	bottom: auto
}
.top-services li .ico-box img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto
}
.top-services li .ico-box.automotive:after, .top-services li .ico-box.health:after, .top-services li .ico-box.it-telecom:after, .top-services li .ico-box.legal:after, .top-services li .ico-box.retail:after {
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: -1px;
	right: -1px;
	content: '';
	z-index: -1;
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#28abe2', endColorstr='#ffffff', GradientType=1 );
	border-radius: 50%
}
.top-services li .ico-box.health:after, .top-services li .ico-box.legal:after {
	transform: rotate(-30deg)
}
.top-services li .serv-del {
	float: right;
	width: 950px
}
.top-services li:nth-child(2n) .ico-box {
	float: right
}
.top-services li:nth-child(2n) .serv-del {
	float: left
}
.top-services li h4 {
	font-size: 45px;
	line-height: 50px;
	color: #000;
	font-family: DenseRegular;
	font-weight: 400;
	text-align: left;
	padding-bottom: 20px
}
.address, .contact-main, .video-slider, .work-heading, .work-heading h2 {
	text-align: center
}
.top-services li p {
	font-size: 25px;
	line-height: 37px;
	color: #5e5e5e
}
.video-slider small, .video-slider strong {
	color: #fff;
	font-family: DenseRegular;
	text-transform: uppercase;
	font-weight: 400
}
.top-services li .ico-box.health:after {
	background: #28abe2;
	background: -moz-linear-gradient(left, rgba(235,135,27,1) 89%, rgba(255,255,255,1) 89%);
	background: -webkit-linear-gradient(left, rgba(235,135,27,1) 89%, rgba(255,255,255,1) 89%);
	background: linear-gradient(to right, rgba(235,135,27,1) 89%, rgba(255,255,255,1) 89%);
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg)
}
.top-services li .ico-box.health .ico {
	background: #28abe2
}
.top-services li .ico-box.legal:after {
	background: #b2d996;
	background: -moz-linear-gradient(left, rgba(178,217,150,1) 89%, rgba(255,255,255,1) 89%);
	background: -webkit-linear-gradient(left, rgba(178,217,150,1) 89%, rgba(255,255,255,1) 89%);
	background: linear-gradient(to right, rgba(178,217,150,1) 89%, rgba(255,255,255,1) 89%);
	-moz-transform: rotate(200deg);
	-ms-transform: rotate(200deg);
	-o-transform: rotate(200deg);
	-webkit-transform: rotate(200deg)
}
.top-services li .ico-box.it-telecom:after, .top-services li .ico-box.retail:after {
	transform: rotate(-30deg)
}
.top-services li .ico-box.legal .ico {
	background: #b2d996
}
.top-services li .ico-box.it-telecom:after {
	background: #7fd0de;
	background: -moz-linear-gradient(left, rgba(127,208,222,1) 89%, rgba(255,255,255,1) 89%);
	background: -webkit-linear-gradient(left, rgba(127,208,222,1) 89%, rgba(255,255,255,1) 89%);
	background: linear-gradient(to right, rgba(127,208,222,1) 89%, rgba(255,255,255,1) 89%);
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg)
}
.top-services li .ico-box.it-telecom .ico {
	background: #7fd0de
}
.top-services li .ico-box.retail:after {
	background: #f5c38d;
	background: -moz-linear-gradient(left, rgba(245,195,141,1) 89%, rgba(255,255,255,1) 89%);
	background: -webkit-linear-gradient(left, rgba(245,195,141,1) 89%, rgba(255,255,255,1) 89%);
	background: linear-gradient(to right, rgba(245,195,141,1) 89%, rgba(255,255,255,1) 89%);
	-moz-transform: rotate(200deg);
	-ms-transform: rotate(200deg);
	-o-transform: rotate(200deg);
	-webkit-transform: rotate(200deg)
}
.top-services li .ico-box.retail .ico {
	background: #f5c38d
}
.top-services li .ico-box.automotive:after {
	background: #f5da7f;
	background: -moz-linear-gradient(left, rgba(245,218,127,1) 89%, rgba(255,255,255,1) 89%);
	background: -webkit-linear-gradient(left, rgba(245,218,127,1) 89%, rgba(255,255,255,1) 89%);
	background: linear-gradient(to right, rgba(245,218,127,1) 89%, rgba(255,255,255,1) 89%);
	transform: rotate(-30deg);
	-moz-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	-o-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg)
}
.top-services li .ico-box.automotive .ico {
	background: #f5da7f
}
.testimonial-video {
	float: left;
	width: 100%;
	background: #000;
	padding-bottom: 64px
}
.video-slider {
	position: relative;
	padding: 0 124px 50px
}
.video-slider:after, .video-slider:before {
	content: "";
	background: #b56815;
	position: absolute;
	margin: auto;
	display: block;
	left: 0;
	right: 0
}
.video-slider:after {
	width: 25%;
	height: 2px;
	bottom: 0
}
.video-slider:before {
	width: 19px;
	height: 19px;
	bottom: -8px;
	border-radius: 50%
}
.work-heading h2 span:after, .work-heading h2 span:before {
	background: #28abe2;
	content: ""
}
.video-slider .video-sec {
	float: left;
	width: 100%;
	padding-bottom: 52%;
	position: relative
}
.video-slider .video-sec iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.video-slider strong {
	font-size: 50px;
	line-height: 55px;
	display: block;
	padding-top: 30px;
	float: left;
	width: 100%
}
.video-slider small {
	font-size: 25px;
	line-height: 35px;
	display: block
}
div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
	color: #ff9e36;
	font-size: 22px;
	padding: 10px
}
span.wpcf7-not-valid-tip {
	float: left
}
div.wpcf7-mail-sent-ok {
	color: #fff;
	font-size: 22px;
	padding: 10px
}
.work-heading {
	width: 100%;
	margin: 60px 0 10px
}
.work-heading h2 {
	display: block;
	font-weight: 300;
	text-transform: none
}
.work-heading h2:after, .work-heading h2:before {
	display: none
}
.work-heading h2 span {
	display: block;
	font-size: 70px;
	line-height: 75px;
	color: #000;
	font-family: JosefinSlabLight;
	position: relative
}
.work-heading h2 span:before {
	border-radius: 50px;
	bottom: -8px;
	display: block;
	height: 19px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 19px
}
.banner-content .wrapper, .html-row {
	position: relative
}
.work-heading h2 span:after {
	display: block;
	height: 2px;
	margin: 20px auto;
	width: 291px
}
.work-heading h2 strong {
	clear: both;
	font-size: 124px;
	color: #28abe2;
	line-height: 130px;
	font-family: "Josefin Slab", serif;
	font-weight: 400;
	display: block;
	padding-top: 15px
}
.html-section {
	float: left;
	width: 100%;
	background: #d65639;
	padding-bottom: 50px
}
.html-section .col-2, .html-section .col-3, .html-section .col-4, .html-section .col-5, .html-section .col-8 {
	padding: 0 15px;
	text-align: center;
	float: left
}
.html-row {
	float: left;
	width: 100%;
	margin: 40px 0 0
}
.html-section .col-4 {
	width: 33.33%
}
.html-section .col-3 {
	width: 25%
}
.html-section .col-2 {
	width: 16.66%
}
.html-section .col-5 {
	width: 50%
}
.html-section .col-8 {
	width: 66%
}
.html-row img {
	vertical-align: top
}
.html-row img.canvas {
	margin-top: 70px
}
.map-details {
	float: left;
	width: 100%;
	padding: 49px 15px;
	border-top: solid 1px #f7f6f5
}
.address {
	float: left;
	width: 16.6%;
	border-right: solid 1px #999;
	padding: 30px 15px;
	line-height: normal
}
.address:last-child {
	border: none
}
.address h5 {
	font-size: 18px;
	line-height: 22px;
	color: #000;
	font-family: 'Josefin Slab', serif;
	font-weight: 700;
	text-transform: uppercase
}
.address small {
	font-size: 16px;
	line-height: 23px;
	color: #000;
	font-family: Calibri-Light;
	margin-top: 14px
}
.tabs .address {
	width: 33.33%;
	border-top: solid 1px #999
}
.tabs .address:nth-child(3n) {
	border-right: none
}
.tabs .address:nth-child(1), .tabs .address:nth-child(2), .tabs .address:nth-child(3) {
	border-top: none
}
.contact-main {
	float: left;
	width: 100%;
	background: url(../images/thank.jpg) no-repeat;
	background-size: cover
}
.aap-b-left, .aap-b-left h3, .aap-b-left p, .contact-left, .contact-section p {
	text-align: left
}
.contact-main.thanks {
	position: fixed;
	top: 0;
	bottom: 0
}
.contact-main.thanks .contact-info {
	margin: auto;
	max-height: 40%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}
.contact-main h3 {
	color: #fff;
	font-family: 'Noto Serif', serif;
	text-transform: capitalize
}
.contact-info p, .page-not p {
	font-size: 20px;
	line-height: 22px;
	font-family: Calibri;
	color: #fff
}
.contact-info {
	display: inline-block;
	vertical-align: top;
	width: 450px;
	margin: 40px 0 50px
}
.contact-info p {
	margin-top: 0
}
.page-not {
	margin-top: 12%
}
.page-not p {
	margin-top: 15px
}
.contact-info .number {
	padding: 30px 0 20px;
	border-bottom: solid 1px #fff;
	font-size: 28px;
	line-height: 30px;
	font-family: Calibri-Light;
	font-weight: 300
}
.contact-info .number a {
	font-weight: 300
}
.contact-info .contact-icon {
	padding: 40px 0 0;
	display: block;
	clear: both;
	font-size: 0
}
.contact-info .contact-icon a {
	font-size: 18px;
	line-height: 22px;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	font-family: Calibri;
	text-transform: capitalize;
	margin: 0 40px
}
.aap-b-left p, .contact-section input[type=submit], .count li small, .count li strong {
	font-family: DenseRegular
}
.contact-info .contact-icon a img {
	vertical-align: top;
	display: block;
	margin: 0 auto 8px
}
.contact-section {
	background: #fff;
	float: left;
	padding: 50px 0;
	width: 100%
}
.contact-left, .contact-right {
	float: left;
	width: 50%
}
.contact-left {
	padding-right: 30px
}
.contact-page .contact-right {
	float: none;
	display: block;
	margin: 30px auto;
	width: 65%
}
.g-recaptcha {
	float: left;
	margin-bottom: 0;
	margin-top: 11px;
	width: 50%
}
.request-form .g-recaptcha {
	margin-bottom: 30px
}
.contact-section.contact-page {
	background: 0 0;
	padding: 50px 0
}
.contact-section h2 {
	color: #28abe2;
	text-align: left
}
.contact-section p strong {
	display: block;
	font-weight: 400;
	font-size: 24px;
	line-height: 50px;
	padding: 30px 0
}
.contact-section p a {
	color: #1b2531
}
.contact-section h2:after, .contact-section h2:before {
	display: none
}
.contact-section .f-col {
	float: left;
	width: 49%
}
.contact-section .f-col+.f-col {
	float: right
}
.contact-section p.heading {
	color: #353a45
}
.contact-section input[type=email], .contact-section input[type=tel], .contact-section input[type=text], .contact-section textarea {
	float: left;
	width: 100%;
	padding: 0 16px 0 0;
	height: 58px;
	border: 1px solid #b3b3b3;
	box-shadow: none;
	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 26px;
	font-size: 19px;
	color: #333;
	border-right: 0;
	border-left: 0;
	border-top: none;
	background: 0 0;
	font-family: 'Open Sans', sans-serif
}
.contact-section textarea {
	height: 100px;
	resize: none;
	overflow: auto;
	padding: 10px 16px 16px 0;
	margin-bottom: 10px
}
.contact-section input[type=submit] {
	width: 44%;
	background: #28abe2;
	border: none;
	box-shadow: none;
	border-radius: 0;
	-webkit-appearance: none;
	cursor: pointer;
	font-size: 40px;
	color: #fff;
	text-transform: uppercase;
	height: 60px;
	margin: 18px auto auto;
	display: block;
	float: right
}
.contact-section input[type=submit]:hover {
	background: #1b2531
}
.aap-b-left {
	float: left;
	width: 53%;
	margin-top: 5%
}
.aap-b-left h3 {
	margin: 0;
	padding: 0
}
.aap-b-left p {
	font-size: 29px;
	line-height: 32px;
	color: #fff;
	margin-top: 40px
}
.count, .count li {
	text-align: center
}
.banner-content .mobile {
	width: auto!important;
	position: absolute;
	right: -110px;
	top: 0
}
.main.app .banner-content {
	max-height: 80%
}
.count {
	float: left;
	width: 100%;
	font-size: 0;
	margin-top: 50px;
	padding: 0;
	margin-bottom: 30px
}
.count li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	position: relative
}
.count li:nth-child(3):after {
	display: none
}
.count li img {
	vertical-align: top;
	margin-bottom: 20px
}
.count li strong {
	display: block;
	color: #28abe2;
	font-weight: 400;
	font-size: 71px;
	line-height: 74px;
	padding-bottom: 10px
}
.count li small {
	font-size: 29px;
	line-height: 32px;
	color: #000;
	text-transform: uppercase
}
.career-box h3, .career-box h4 {
	text-transform: capitalize;
	letter-spacing: normal
}
.app-services {
	float: left;
	width: 100%;
	background: #28abe2;
	padding: 40px 0 0
}
.app-gallery ul, .career-box ul, .tabs-menu {
	padding-left: 0;
	list-style: none
}
.app-services h2 {
	color: #fff
}
.app-services ul {
	float: left;
	width: 100%;
	margin-top: 30px;
	z-index: 99;
	position: relative;
	padding: 0;
	list-style: none
}
.app-services ul li {
	float: left;
	width: 33.33%;
	text-align: center;
	margin-bottom: 89px
}
.app-services ul li img {
	vertical-align: top;
	max-width: 80%
}
.career-box {
	margin-top: 30px
}
.accordion {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 100%;
	margin-bottom: 65px;
	overflow: hidden
}
.apply-btn {
	display: none!important
}
.accordion-section .accordion-section-content.open+.active {
	display: none
}
.accordion-section .accordion-section-content.open+.active+.apply-btn {
	display: block!important;
	background: #000
}
.career-box h3 {
	text-align: left;
	font-family: JosefinSlabLight;
	font-size: 45px;
	margin-top: 40px;
	float: left;
	width: 100%
}
.career-box .description, .career-box h4 {
	font-size: 29px;
	font-family: DenseRegular
}
.career-box .description {
	display: block;
	line-height: 32px;
	color: #28abe2;
	margin: 15px 0 40px
}
.career-box .description span {
	display: block
}
.career-box h4 {
	text-align: left;
	margin-top: 5px
}
.career-box ul {
	text-align: left;
	font-size: 16px;
	line-height: 32px;
	color: #5e5e5e;
	font-family: Calibri
}
.career-box ul li {
	display: block;
	background: 0 0!important;
	margin: 0;
	padding: 0
}
.accordion-section .col-6 {
	float: left;
	width: 50%;
	padding-right: 25px;
	padding-bottom: 40px
}
.accordion-section-title {
	display: inline-block;
	transition: all linear .15s;
	height: 69px
}
.accordion-section-title.active, .accordion-section-title:hover {
	background: #4c4c4c;
	text-decoration: none
}
.accordion-section:last-child .accordion-section-title {
	border-bottom: none
}
.accordion-section-content {
	display: none;
	margin-bottom: 35px
}
.accordion-section-title {
	margin: 0 0 10px;
	background: #28abe2;
	color: #fff;
	font-size: 50px;
	line-height: 55px;
	text-transform: uppercase;
	font-family: DenseRegular;
	text-align: center;
	text-shadow: none;
	padding-top: 7px;
	border: none;
	border-radius: 0;
	float: left;
	width: 100%
}
.accordion-section-title:hover {
	background: #2a2a2a
}
.tabs-menu {
	text-align: center;
	font-size: 0;
	margin: 70px 0
}
.tabs-menu li {
	display: inline;
	font-size: 20px;
	line-height: 23px;
	color: #909090;
	font-family: CalibriBold;
	margin: 0 36px
}
.tabs-menu li a {
	color: #909090;
	display: inline-block;
	position: relative;
	vertical-align: top
}
.tabs-menu li span {
	position: relative;
	z-index: 99
}
.tabs-menu li a:hover, .tabs-menu li.current a {
	color: #4e4e4e
}
.tabs-menu li a:after {
	content: "";
	margin: 0;
	position: absolute;
	left: 40%;
	right: 0;
	bottom: 0;
	top: -30px;
	background: #28abe2;
	width: 4px;
	height: 0;
	transform: rotate(40deg);
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	-o-transform: rotate(40deg);
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transform-origin: center center
}
.tabs-menu li.current a:after {
	height: 84px
}
.app-gallery {
	margin: auto;
	width: 1550px
}
.app-gallery ul {
	width: 100%
}
.app-gallery li {
	float: left;
	width: auto;
	position: relative;
	margin-right: 221px;
	margin-bottom: 50px
}
.app-gallery li:nth-child(3n) {
	margin-right: 0
}
.app-gallery li img {
	vertical-align: top;
	width: 100%
}
.app-gallery li .iphone-iframe {
	background: url(../images/iphone-frame.png) no-repeat;
	width: 369px;
	height: 737px;
	padding: 83px 20px 108px 16px;
	position: relative;
	z-index: 99
}
.app-gallery li .android-iframe {
	background: url(../images/android-frame.png) no-repeat;
	width: 369px;
	height: 737px;
	padding: 59px 19px 74px;
	position: relative;
	z-index: 99
}
.app-gallery li .hover-col {
	left: 10%;
	top: 100px;
	width: 100px;
	min-height: 460px;
	background: #28abe2;
	border-radius: 0 5px 5px 0;
	position: absolute;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out
}
.app-gallery li .hover-col img {
	width: auto;
	display: block;
	margin: 30px auto 10px;
	vertical-align: top
}
.app-gallery li .hover-col a {
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 12.5px;
	line-height: 15px;
	font-family: Calibri;
	background: #b56a19;
	padding: 14px 5px;
	margin-top: 30px
}
.banner-right, .banner-right * {
	text-align: left
}
.app-gallery li .hover-col a:hover {
	opacity: .8
}
.app-gallery li .watch {
	position: absolute;
	bottom: 16px;
	left: 80%;
	background: url(../images/watch.png) no-repeat;
	width: 203px;
	height: 306px;
	padding: 64px 46px 76px 15px;
	z-index: 999
}
.app-gallery li .watch img {
	vertical-align: top;
	border-radius: 19px
}
.app-gallery li:hover .hover-col {
	left: 97%
}
.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #28abe2;
	height: 100%;
	z-index: 999999999
}
.loader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 300px;
	height: 300px
}
@keyframes up {
0%, 100%, 50% {
margin-bottom:0
}
16% {
margin-bottom:100%;
height:20px
}
}
.covers span:nth-child(2) {
	animation-delay: .142857s
}
.covers span:nth-child(3) {
	animation-delay: .285714s
}
.covers span:nth-child(4) {
	animation-delay: .428571s
}
.covers span:nth-child(5) {
	animation-delay: .571428s
}
.covers span:nth-child(6) {
	animation-delay: .714285s
}
.inner-banner {
	float: left;
	width: 100%;
	margin-top: 0;
	z-index: 9999999;
	height: 872px
}
.inner-banner.codelgniter, .inner-banner.virtual {
	height: auto
}
.inner-banner.angular {
	background: url(../images/bg-8.jpg)
}
.inner-banner.bootstrap {
	background: #4b3070;
	background: -moz-linear-gradient(left, rgba(75,48,112,1) 50%, rgba(87,59,126,1) 50%);
	background: -webkit-linear-gradient(left, rgba(75,48,112,1) 50%, rgba(87,59,126,1) 50%);
	background: linear-gradient(to right, rgba(75,48,112,1) 50%, rgba(87,59,126,1) 50%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4b3070', endColorstr='#573b7e', GradientType=1 )
}
.inner-banner.psd-to-html {
	z-index: 0;
	background: #2d3d4d;
	background: -moz-linear-gradient(left, rgba(45,61,77,1) 50%, rgba(27,37,49,1) 50%);
	background: -webkit-linear-gradient(left, rgba(45,61,77,1) 50%, rgba(27,37,49,1) 50%);
	background: linear-gradient(to right, rgba(45,61,77,1) 50%, rgba(27,37,49,1) 50%);
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d3d4d', endColorstr='#1b2531', GradientType=1 )
}
.inner-banner.foundation {
	background: #00a6ca
}
.inner-banner.asp {
	background: #0772b7
}
.inner-banner.cake-php {
	background: url(../images/cakephp-bg.jpg) no-repeat;
	background-size: cover
}
.inner-banner.inernet-things {
	background: url(../images/inernet-things-banner.jpg) no-repeat;
	background-size: cover
}
.inner-banner.codeigniter {
	background: url(../images/codelgniter-banner.jpg) no-repeat;
	background-size: cover
}
.inner-banner.coldfusion {
	background: url(../images/coldfusion-banner.jpg) no-repeat;
	background-size: cover
}
.inner-banner.drupal, .inner-banner.joomla {
	background: url(../images/drupal-background.jpg) no-repeat;
	background-size: cover
}
.inner-banner.laravel {
	background: #f1635f
}
.inner-banner.perl {
	background: #f0672f
}
.inner-banner.magento {
	background: url(../images/magento-background.jpg) no-repeat;
	background-size: cover
}
.inner-banner.php {
	background: url(../images/php-background.jpg) no-repeat;
	background-size: cover
}
.inner-banner.python {
	background: #5171ac
}
.inner-banner.ruby {
	background: url(../images/ruby-background.jpg) no-repeat;
	background-size: cover
}
.inner-banner.symfony {
	background: url(../images/symfony-banner.jpg) no-repeat;
	background-size: cover
}
.inner-banner.visual-studio {
	background: url(../images/visual-studio-background.jpg) no-repeat;
	background-size: cover
}
.inner-banner.wordpress {
	background: url(../images/wordpress-background.jpg) no-repeat;
	background-size: cover
}
.inner-banner.zend {
	background: url(../images/zend-background.jpg) no-repeat;
	background-size: cover
}
.inner-banner.android-wear {
	background: #f2f2f2
}
.inner-banner.apple-tv {
	background: url(../images/zend-background.jpg) no-repeat;
	background-size: cover
}
.inner-banner.apple-watch {
	background: #e6e6e6
}
.inner-banner.chromecast {
	background: #f2f2f2;
	padding: 47px 0 0 50px;
	height: auto
}
.inner-banner.ibeacon {
	background: url(../images/ibeacon-banner.jpg) no-repeat;
	background-size: cover
}
.inner-banner .ibeacon {
	position: absolute;
	bottom: 0;
	left: -233px
}
.inner-banner.samsung-gear {
	background: url(../images/samsung-gear-banner.jpg) no-repeat;
	background-size: cover
}
.inner-banner .samsung-gear-image {
	position: absolute;
	right: 0;
	bottom: -100px
}
.inner-banner.virtual .wrapper {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0
}
.inner-banner.magento .magento-icon {
	width: auto;
	margin-bottom: 0!important
}
.inner-banner.magento .wrapper {
	position: relative
}
.inner-banner.magento .wrapper img.magento-screen {
	position: absolute;
	left: -173px;
	top: -169px;
	z-index: 99
}
.inner-banner.magento .wrapper img.magento-mobile-screen {
	position: absolute;
	left: 335px;
	top: -20px
}
.banner-right {
	float: right;
	width: 600px
}
.inner-banner .wrapper {
	position: relative;
	clear: both;
	height: 100%
}
.joomla-ico {
	position: absolute;
	width: 168px;
	height: 168px;
	border-radius: 50%;
	text-align: center;
	background: #f0672f;
	left: 30px;
	margin-top: 30px
}
.joomla-ico i {
	font-size: 90px;
	line-height: 160px;
	color: #fff
}
.psd-to-html .html-screen {
	position: absolute;
	top: 50px;
	left: -150px
}
.psd-to-html .html-screen .psd-html-ico {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	display: block
}
.psd-to-html .banner-details ul.right {
	float: right;
	text-align: left;
	width: 400px;
	position: absolute;
	right: 0;
	top: 50px
}
.logo-section {
	float: left;
	text-align: center;
	width: 50%;
	padding-top: 150px
}
.logo-section img {
	vertical-align: top;
	max-width: 90%;
	display: block;
	margin: auto auto 15px
}
.inner-banner.bootstrap .logo-section {
	padding-top: 0;
	height: 100%;
	position: relative
}
.inner-banner.bootstrap .logo-section .image-box {
	position: absolute;
	bottom: -75px;
	left: 0;
	width: 100%
}
.inner-banner.bootstrap .logo-section .bootstrap-ico {
	height: auto;
	width: auto
}
.inner-banner.bootstrap .logo-section .bootstrap-screen {
	height: auto!important
}
.inner-banner {
	position: relative
}
.inner-banner .banner-details {
	width: 50%;
	float: left;
	padding-top: 50px
}
.inner-banner .banner-details h2 {
	float: left;
	text-align: left;
	display: block;
	color: #fff;
	margin-bottom: 15px
}
.inner-banner .banner-details h2 img {
	display: block;
	margin-left: 0
}
.inner-banner.inernet-things .banner-details h2 {
	padding-top: 20%
}
.inner-banner .banner-details h2:after, .inner-banner .banner-details h2:before {
	display: none
}
.inner-banner .banner-details ul {
	float: left;
	width: 100%;
	color: #fff;
	list-style: none;
	padding-left: 0;
	margin-top: 30px
}
.inner-banner .banner-details ul li {
	float: left;
	font-size: 26px;
	line-height: 40px;
	background: url(../images/bullate.png) 0 5px no-repeat;
	padding-left: 54px;
	width: 90%;
	font-weight: lighter;
	letter-spacing: -1px;
}
.inner-banner .banner-details h2 strong {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 95px;
	line-height: 115px
}
.feature ul.html-list li, .inner-banner .mobile-details h2, .inner-banner.full .banner-details h2 strong {
	text-transform: capitalize
}
.inner-banner .banner-details h2 small {
	text-transform: capitalize;
	font-size: 64px;
	line-height: 75px;
	font-weight: 400;
	display: block
}
.inner-banner.full .banner-details, .inner-banner.full .banner-details h2 {
	width: 100%;
	text-align: center
}
.inner-banner.full .banner-details h2 img {
	margin: 60px auto 70px
}
.inner-banner.drupal .banner-details h2 img {
	margin: 50px auto 40px
}
.inner-banner.symfony .banner-details h2 img, .inner-banner.zend .banner-details h2 img {
	margin: 40px auto
}
.inner-banner p {
	color: #fff;
	display: block;
	clear: both;
	font-size: 16px;
	line-height: 31px
}
.inner-banner p.staff-text {
	color: #000;
	font-size: 28px;
	line-height: 51px;
	font-weight: 700;
	padding-top: 30px
}
.inner-banner .mobile-details h2 small, .inner-banner .mobile-details h2 strong {
	font-size: 75px;
	line-height: 80px;
	color: #000;
	text-align: left
}
.inner-banner.perl p {
	padding: 43px 0 71px
}
.inner-banner.php p {
	padding-bottom: 89px
}
.inner-banner.visual-studio p {
	padding-top: 35px
}
.inner-banner.cake-php .banner-details, .inner-banner.codeigniter .banner-details {
	padding-top: 50px
}
.inner-banner .mobile-details {
	float: right;
	width: 860px;
	position: relative;
	z-index: 9999;
	margin-top: 50px
}
.android-image, .android-image2, .android-image3, .remote, .tv-icon {
	position: absolute
}
.inner-banner .mobile-details h2 {
	text-align: left;
	font-family: JosefinSlabLight
}
.inner-banner .mobile-details h2:after, .inner-banner .mobile-details h2:before {
	display: none
}
.inner-banner .mobile-details h2 strong {
	font-family: KhmerUIb;
	display: block;
	vertical-align: top
}
.inner-banner .mobile-details p {
	color: #000;
	text-align: left
}
.inner-banner.wordpress .banner-details h2 img {
	height: auto!important;
	width: auto!important
}
.inner-banner.cake-php .banner-details h2 img {
	margin: 40px auto
}
.icon-services {
	display: block;
	clear: both;
	text-align: center;
	margin-bottom: 25px
}
.apple-tv-del, .apple-tv-del h2, .apple-tv-del p {
	text-align: left
}
.icon-services img {
	vertical-align: top;
	margin: 0 25px
}
.inner-banner.visual-studio .banner-details h2 img {
	margin: 20px auto
}
.inner-banner.codelgniter .banner-details {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto
}
.android-image {
	bottom: -45px;
	left: 1px
}
.android-image2 {
	right: 100px;
	bottom: 70px
}
.android-image3 {
	right: 100px;
	top: 118px
}
.apple-tv-image {
	display: block;
	margin: 0 auto
}
.remote {
	left: -60px;
	bottom: -6px
}
.tv-icon {
	right: -95px;
	bottom: -8px
}
.inner-banner.apple-tv .mobile-details {
	width: 1000px;
	margin-top: 20px
}
.inner-banner.apple-tv .mobile-details h2 small, .inner-banner.apple-tv .mobile-details h2 strong, .inner-banner.apple-tv .mobile-details p {
	color: #fff
}
.apple-tv-details {
	float: left;
	width: 100%;
	background: url(../images/bg9.jpg) no-repeat;
	background-size: cover;
	padding: 60px 0
}
.apple-left-sec {
	float: left;
	width: 45%;
	padding: 0 100px
}
.apple-tv-del {
	float: left;
	width: 50%
}
.apple-tv-del h2:after, .apple-tv-del h2:before {
	display: none
}
.apple-tv-del p {
	width: 75%
}
.apple-tv-details .apple-box {
	float: left;
	margin: -30px 0 0 150px;
	position: relative;
	z-index: 9999
}
.apple-tv-details .remote1 {
	margin-top: 30px;
	margin-left: 20px
}
.apple-watch1 {
	position: absolute;
	left: -90px;
	top: 0
}
.apple-watch2 {
	float: right;
	position: absolute;
	bottom: 0;
	right: -10px
}
.apple-watch-row {
	float: left;
	width: 100%;
	padding: 60px 0
}
.apple-watch-row strong {
	float: left;
	width: 50%;
	text-align: center;
	font-size: 58.33px;
	line-height: 70px;
	color: #424242;
	font-weight: 400;
	font-family: DenseRegular;
	letter-spacing: 2px;
	padding-top: 30px
}
.apple-watch-row .pic {
	float: left;
	width: 50%;
	text-align: center;
	padding: 0 30px
}
.apple-watch-row .pic img {
	vertical-align: top;
	max-width: 100%
}
.inner-banner.chromecast .mobile-details {
	position: absolute;
	right: 50px;
	width: 500px;
	top: 0
}
.inner-banner.chromecast .mobile-details h2 strong {
	color: #d52121
}
.chromecast-screen {
	float: left;
	width: 79%
}
.chrome-pic {
	float: left;
	width: 40%
}
.chrome-pic img {
	vertical-align: top;
	max-width: 80%
}
.chromecast-details {
	float: left;
	width: 50%;
	text-align: left
}
.chromecast-details h2, .chromecast-details p {
	text-align: left
}
.inner-banner.ibeacon .mobile-details h2 strong {
	color: #fff;
	margin-top: 40px
}
.inner-banner.ibeacon .mobile-details h2 small, .inner-banner.ibeacon .mobile-details p {
	color: #fff
}
.inner-banner.virtual .mobile-details {
	width: 600px
}
.inner-banner.virtual .mobile-details h2 strong {
	color: #fff;
	margin-top: 40px
}
.inner-banner.virtual .mobile-details h2 small, .inner-banner.virtual .mobile-details p {
	color: #fff
}
.ibeacon-box {
	float: left;
	width: 100%;
	margin: 40px 0
}
.ibeacon-box img {
	vertical-align: middle;
	margin: 0
}
.benefits ul li, .error img, .feature-sec li img, .list1 li, .staffing-box img, .standards li img, .step-title {
	vertical-align: top
}
.ibeacon-box img:nth-child(2) {
	margin: 0 40px
}
.ibeacon-box p {
	color: #13191e!important;
	font-size: 20px
}
.blue-bg h2, .blue-bg p, .feature h6, .orange-bg h2, .orange-bg p {
	color: #fff
}
.ibeacon-feature {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 30px 0
}
.ibeacon-feature li {
	float: left;
	width: 33.33%;
	list-style: none;
	padding: 40px 25px;
	border-right: solid 1px #60676f;
	border-top: solid 1px #60676f
}
.ibeacon-feature li:nth-child(3n) {
	border-right: none
}
.ibeacon-feature li:nth-child(1), .ibeacon-feature li:nth-child(2), .ibeacon-feature li:nth-child(3) {
	border-top: none
}
.ibeacon-feature li h5 {
	font-size: 41px;
	line-height: 45px;
	color: #fff;
	font-family: 'Josefin Slab', serif
}
.ibeacon-feature li p {
	line-height: 28px
}
.inner-banner.samsung-gear .mobile-details {
	width: 600px
}
.feature {
	float: left;
	padding: 70px 0;
	width: 100%
}
.feature h6 {
	display: block;
	font-size: 29.83px;
	line-height: 32px;
	font-family: CalibriBold;
	font-weight: 400;
	text-align: center;
	padding-top: 25px
}
, .blue-bg h2:after, .blue-bg h2:before, .gray-bg h2:after, .gray-bg h2:before {
display:none
}
.orange-bg h2:after, .orange-bg h2:before {
	background: #fff
}
.blue-bg {
	background: #1b2531
}
.orange-bg {
	background: #28abe2
}
.gray-bg {
	background: #f2f1fa
}
.gray-bg h2 {
	color: #13191e
}
.gray-bg p {
	color: #5e5e5e
}
.intenet {
	float: left;
	margin-top: 60px;
	width: 45.5%
}
.right-box {
	float: right;
	width: 50%;
	text-align: left
}
.right-box ul {
	text-align: left;
	list-style: none;
	margin-top: 140px
}
.right-box ul li {
	color: #13191e;
	font-size: 41.47px;
	line-height: 50px;
	font-family: DenseRegular
}
.feature ul.faeture-list li, .feature ul.faeture-list li a, .feature ul.list0 li {
	color: #fff
}
.feature ul {
	display: block;
	text-align: center;
	list-style: none;
	padding: 0;
	font-size: 0;
	margin-top: 35px
}
.feature ul.list0 li {
	display: inline-block;
	font-size: 20.83px;
	line-height: 23px;
	width: 50%;
	text-align: right;
	padding: 9px 55px;
	position: relative;
	margin-bottom: 10px
}
.feature ul.list0 li:nth-child(2n):after, .feature ul.list0 li:nth-child(2n):before {
	position: absolute;
	top: 0;
	margin: auto;
	content: "";
	background: #28abe2;
	bottom: 0
}
.feature ul.list0 li:nth-child(2n) {
	text-align: left
}
.feature ul.list0 li:nth-child(2n):after {
	width: 12%;
	height: 2px;
	right: 94%
}
.feature ul.list0 li:nth-child(2n):before {
	width: 20px;
	height: 20px;
	right: 98.2%
}
.feature ul.faeture-list {
	margin-top: 60px;
	overflow: hidden
}
.feature ul.faeture-list li {
	float: left;
	width: 33.33%;
	padding: 0 22px 0 30px;
	text-align: left!important;
	margin-bottom: 15px;
	font-size: 16.83px;
	line-height: 23px;
	position: relative
}
.list-detail li {
	margin-bottom: 2px;
	padding-bottom: 0
}
.list-detail {
	padding-left: 22px;
	margin-top: 15px;
	float: left;
	display: block;
	width: 100%
}
.feature ul.faeture-list li:after {
	display: none!important
}
.feature ul.faeture-list li:before {
	content: "";
	width: 14px;
	height: 14px;
	background: #28abe2;
	position: absolute;
	left: 0;
	top: 5px
}
.feature-sec li strong, .list1 li, .step-title {
	text-transform: uppercase
}
.feature ul.html-list li:nth-child(1):before {
	content: url(../images/small-icon-1.jpg);
	position: absolute;
	left: 9px;
	top: 0
}
.feature ul.html-list li:nth-child(2):before {
	content: url(../images/small-icon-4.jpg);
	position: absolute;
	left: 9px;
	top: 0
}
.feature ul.html-list li:nth-child(3):before {
	content: url(../images/small-icon-7.jpg);
	position: absolute;
	left: 9px;
	top: 0
}
.feature ul.html-list li:nth-child(4):before {
	content: url(../images/small-icon-2.jpg);
	position: absolute;
	left: 9px;
	top: 0
}
.feature ul.html-list li:nth-child(5):before {
	content: url(../images/small-icon-5.jpg);
	position: absolute;
	left: 9px;
	top: 0
}
.feature ul.html-list li:nth-child(6):before {
	content: url(../images/small-icon-8.jpg);
	position: absolute;
	left: 9px;
	top: 0
}
.feature ul.html-list li:nth-child(7):before {
	content: url(../images/small-icon-3.jpg);
	position: absolute;
	left: 9px;
	top: 0
}
.feature ul.html-list li:nth-child(8):before {
	content: url(../images/small-icon-6.jpg);
	position: absolute;
	left: 9px;
	top: 0
}
.feature ul.html-list li:nth-child(9):before {
	content: url(../images/small-icon-9.jpg);
	position: absolute;
	left: 9px;
	top: 0
}
.common-section {
	float: left;
	width: 100%;
	padding: 50px 0;
	text-align: center
}
.benefits ul {
	text-align: center;
	display: block;
	list-style: none;
	padding-left: 0;
	font-size: 0;
	margin-top: 50px
}
.benefits ul li strong, .feature-sec li strong, .standards li strong {
	font-size: 20.83px;
	line-height: 23px;
	font-family: CalibriBold;
	font-weight: 400
}
.benefits ul li {
	display: inline-block;
	width: 20%;
	padding: 0 15px
}
.benefits ul li .ico-b {
	display: inline-block;
	width: 133px;
	height: 133px;
	border-radius: 50%;
	position: relative
}
.feature-sec, .standards {
	width: 100%;
	text-align: center;
	float: left
}
.benefits ul li .ico-b img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 999
}
.benefits ul li .ico-b:after {
	position: absolute;
	content: "";
	top: 5px;
	left: 5px;
	bottom: 5px;
	right: 5px;
	border: 3px solid #fff;
	border-radius: 50%
}
.benefits ul li .ico-b.icon-sets {
	background: #e45028
}
.benefits ul li .ico-b.pre-defined-styles {
	background: #4b3070
}
.benefits ul li .ico-b.plug-in {
	background: #2d3d4d
}
.benefits ul li .ico-b.sleek-and-powerful {
	background: #00a0d2
}
.benefits ul li .ico-b.compatible {
	background: #23559e
}
.benefits ul li .ico-b.fully-functional {
	background: #e45028
}
.benefits ul li .ico-b.user-friendly {
	background: #85c8e2
}
.benefits ul li .ico-b.crossbrowser {
	background: #00a0d2
}
.benefits ul li .ico-b.module-position {
	background: #75bf44
}
.benefits ul li .ico-b.selectable-version {
	background: #f15a21
}
.benefits ul li .ico-b.dark-orange {
	background: #e45028
}
.benefits ul li .ico-b.sky-blue {
	background: #85c8e2
}
.benefits ul li .ico-b.blue {
	background: #00a0d2
}
.benefits ul li .ico-b.green {
	background: #75bf44
}
.benefits ul li .ico-b.orange {
	background: #f15a21
}
.benefits ul li .ico-b.purpal {
	background: #4b3070
}
.benefits ul li .ico-b.gray-shade {
	background: #2d3d4d
}
.benefits ul li .ico-b.dark-blue {
	background: #23559e
}
.benefits ul li strong {
	display: block;
	text-align: center;
	color: #5e5e5e;
	margin-top: 10px
}
.feature-sec {
	margin-top: 55px
}
.feature-sec li {
	display: inline-block;
	padding: 0 60px
}
.feature-sec li strong {
	display: block;
	text-align: center;
	color: #28abe2;
	padding-top: 22px
}
.standards {
	list-style: none;
	padding: 0
}
.internet-sec, .internet-sec * {
	text-align: left!important
}
.about-content, .error-page {
	text-align: center;
	float: left
}
.standards li {
	float: left;
	width: 25%;
	padding: 0 20px;
	margin-top: 50px
}
.standards li img {
	display: block;
	margin: auto
}
.standards li strong {
	color: #fff;
	margin-top: 10px;
	display: block;
	padding-top: 7px
}
.standards.mobile {
	margin: 30px 0
}
.standards.mobile li {
	width: 33.33%
}
.testimonial-banner {
	margin-top: 63px
}
.internet-sec {
	float: left;
	width: 100%;
	background: url(../images/bg10.jpg) no-repeat;
	background-size: cover
}
.internet-sec .right-box ul {
	margin: 20px 0 0;
	padding: 0
}
.internet-sec .right-box ul li {
	color: #fff
}
.internet-sec h4 {
	color: #fff;
	letter-spacing: normal;
	padding: 30px 0 15px;
	border-bottom: solid 1px #dbdad6
}
.about-content {
	width: 100%;
	margin-top: 58px
}
.about-content h2 {
	font-size: 100px;
	line-height: 105px;
	font-family: 'Josefin Slab', serif
}
.about-content h2:after, .about-content h2:before, .cd-dropdown-wrapper, .home_menu_toggle {
	display: none
}
.error-page {
	width: 100%;
	background: #bedfef;
	position: fixed;
	left: 0;
	bottom: 0;
	top: 0
}
.error img {
	max-width: 90%;
	margin: 40px 0
}
.error-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50%;
	margin: auto;
	width: 100%
}
.error {
	font-size: 13px;
	color: red;
	float: left;
	width: 100%;
	margin-top: -5px;
	margin-bottom: 5px
}
.banner-gray {
	background: #f4f4f4;
	float: left;
	width: 100%;
	padding-bottom: 50px
}
.list1 {
	text-align: left;
	list-style: none;
	padding: 60px 0 60px 70px;
	float: left;
	width: 100%
}
.list1 li {
	display: block;
	color: #000;
	font-size: 18px;
	padding-left: 42px;
	background: url(../images/tick3.png) 0 8px no-repeat
}
.staffing-box {
	float: left;
	width: 32%;
	padding: 25px 20px;
	background: #f4f4f4;
	margin-bottom: 20px;
	margin-right: 1%
}
.staffing-box img {
	margin-top: 40px
}
.staffing-box+.staffing-box+.staffing-box {
	margin-right: 0
}
.inner-banner.staff {
	height: auto!important
}
.inner-banner.staff img {
	width: 100%!important
}
.step-title {
	display: inline-block;
	background: #28abe2;
	width: 145px;
	height: 145px;
	border-radius: 50%;
	color: #fff;
	font-weight: 700;
	font-size: 26px;
	line-height: 140px;
	margin: 60px 0 0
}
.step-title:after {
	content: "";
	background: url(../images/shadow.png) no-repeat;
	display: block;
	height: 22px;
	margin-left: -20px;
	margin-top: -5px;
	position: relative;
	width: 190px;
	z-index: -1
}
.step {
	margin-top: 10px
}

@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left;
}
.col-md-12 {
	width: 100%;
}
.col-md-11 {
	width: 91.66666666666666%;
}
.col-md-10 {
	width: 83.33333333333334%;
}
.col-md-9 {
	width: 75%;
}
.col-md-8 {
	width: 66.66666666666666%;
}
.col-md-7 {
	width: 58.333333333333336%;
}
.col-md-6 {
	width: 50%;
}
.col-md-5 {
	width: 41.66666666666667%;
}
.col-md-4 {
	width: 33.33333333333333%;
}
.col-md-3 {
	width: 25%;
}
.col-md-2 {
	width: 16.666666666666664%;
}
.col-md-1 {
	width: 8.333333333333332%;
}
.col-md-pull-12 {
	right: 100%;
}
.col-md-pull-11 {
	right: 91.66666666666666%;
}
.col-md-pull-10 {
	right: 83.33333333333334%;
}
.col-md-pull-9 {
	right: 75%;
}
.col-md-pull-8 {
	right: 66.66666666666666%;
}
.col-md-pull-7 {
	right: 58.333333333333336%;
}
.col-md-pull-6 {
	right: 50%;
}
.col-md-pull-5 {
	right: 41.66666666666667%;
}
.col-md-pull-4 {
	right: 33.33333333333333%;
}
.col-md-pull-3 {
	right: 25%;
}
.col-md-pull-2 {
	right: 16.666666666666664%;
}
.col-md-pull-1 {
	right: 8.333333333333332%;
}
.col-md-pull-0 {
	right: 0%;
}
.col-md-push-12 {
	left: 100%;
}
.col-md-push-11 {
	left: 91.66666666666666%;
}
.col-md-push-10 {
	left: 83.33333333333334%;
}
.col-md-push-9 {
	left: 75%;
}
.col-md-push-8 {
	left: 66.66666666666666%;
}
.col-md-push-7 {
	left: 58.333333333333336%;
}
.col-md-push-6 {
	left: 50%;
}
.col-md-push-5 {
	left: 41.66666666666667%;
}
.col-md-push-4 {
	left: 33.33333333333333%;
}
.col-md-push-3 {
	left: 25%;
}
.col-md-push-2 {
	left: 16.666666666666664%;
}
.col-md-push-1 {
	left: 8.333333333333332%;
}
.col-md-push-0 {
	left: 0%;
}
.col-md-offset-12 {
	margin-left: 100%;
}
.col-md-offset-11 {
	margin-left: 91.66666666666666%;
}
.col-md-offset-10 {
	margin-left: 83.33333333333334%;
}
.col-md-offset-9 {
	margin-left: 75%;
}
.col-md-offset-8 {
	margin-left: 66.66666666666666%;
}
.col-md-offset-7 {
	margin-left: 58.333333333333336%;
}
.col-md-offset-6 {
	margin-left: 50%;
}
.col-md-offset-5 {
	margin-left: 41.66666666666667%;
}
.col-md-offset-4 {
	margin-left: 33.33333333333333%;
}
.col-md-offset-3 {
	margin-left: 25%;
}
.col-md-offset-2 {
	margin-left: 16.666666666666664%;
}
.col-md-offset-1 {
	margin-left: 8.333333333333332%;
}
.col-md-offset-0 {
	margin-left: 0%;
}
}
#mrova-feedback {
	display: hidden;
	width: 280px;
	position: fixed;
	right: -280px;
	padding: 0;
	background-color: none;
	z-index: 9999999;
	height: auto !important;
}
#mrova-contactform ul {
	margin: 0;
	padding: 0;
}
#mrova-contactform input, #mrova-contactform textarea {
	width: 400px;
	padding: 10px;
	border: 1px solid #ccc;
}
#mrova-contactform ul li {
	list-style: none;
	padding-bottom: 20px;
}
#mrova-img-control {
	cursor: pointer;
	position: absolute;
	left: -40px;
	width: 40px;
	background: transparent url(../images/contact-us.jpg);
	height: 147px;
}
#mrova-contactform #mrova-sendbutton {
	width: 60px;
	background: #db4f4a;
	color: #fff;
	cursor: pointer;
	padding: 5px 10px;
	border: none;
}
#mrova-feedback .request-form .form-section {
	width: 100%;
	margin-left: 0;
	padding: 10px 30px 0;
	margin: 0;
	border-radius: 0;
}
#mrova-feedback .request-form small {
	font-size: 13px;
	line-height: 14px;
	color: #28abe2;
	font-style: normal;
	font-family: Calibri-Light;
	display: block;
	text-align: center;
	margin-bottom: 9px;
	font-weight: 700;
}
#mrova-feedback .request-form input[type=submit] {
	display: block;
	color: #fff;
	clear: both;
	width: 180px;
	height: 50px;
	background: #f15b26;
	font-size: 20px;
 font-family: Calibr..psd-html-icoiBold;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
	box-shadow: none;
	margin: 0px auto -25px;
}
#mrova-feedback .request-form {
	float: right;
	width: 100%;
	padding-bottom: 30px;
}
#mrova-feedback .request-form input[type="text"], #mrova-feedback .request-form input[type="email"], #mrova-feedback .request-form input[type="tel"] {
	height: 36px;
}
#mrova-feedback .request-form textarea {
	height: 50px;
}
.psd-html-ico {
	display: none;
}
element {
}
.inner-banner.psd-to-html.toPsd.full {
	background: #2d3d4d url(../images/toPsd.jpg);
	background-repeat: repeat;
	background-size: auto auto;
	background-size: cover;
	background-repeat: no-repeat;
}
.inner-banner.psd-to-html.toWp.full {
	background: #2d3d4d url(../images/toWp.jpg);
	background-repeat: repeat;
	background-size: auto auto;
	background-size: cover;
	background-repeat: no-repeat;
}
.inner-banner.psd-to-html.toMgnto.full {
	background: #2d3d4d url(../images/toMgnto.jpg);
	background-repeat: repeat;
	background-size: auto auto;
	background-size: cover;
	background-repeat: no-repeat;
}
.captchaThings {
	position: relative;
	display: inline-block;
	width: 100%;
}
.captchaThings img {
	position: absolute;
	z-index: 999;
	border-radius: 5px 0px 0px 5px;
	height: 58px;
	left: 0;
}
.captchaThings input[type=text] {
	padding-left: 125px;
}
.target-portfoli .da-thumbs li {
	border: 5px solid #f1f1f1;
}
.target-portfoli .da-thumbs li {
    width: 25% !important;}
.target-portfoli .pagination-section {
	font: 14px/24px sans-serif;}
	
/* pagination of portfolio
----------------------------*/

.pagination-section .btn {
    display: inline-block;
    padding: 10px;
    border-radius: 5px; /*optional*/
    color: #aaa;
    font-size: .875em;
}

.pagination-section .pagination {
    padding: 20px;
    margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	display: table;
}

.pagination-section .page {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.pagination-section .page:hover, .page.gradient:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}

.pagination-section .page.active {
    border: none;
    background: #28abe2;
    box-shadow: inset 0px 0px 8px rgb(47, 138, 176), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}
.pagination-section {
    clear: both;
    margin-right: auto;
    margin-left: auto;
	background: #f1f1f1;
}