@font-face {
	font-family: 'raleway';
	src: url('../fonts/raleway-regular-webfont.eot');
	src: url('../fonts/raleway-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/raleway-regular-webfont.woff') format('woff'),
		url('../fonts/raleway-regular-webfont.ttf') format('truetype'),
		url('../fonts/raleway-regular-webfont.svg#raleway') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'robot';
	src: url('../fonts/Roboto-Regular.eot');
	src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Roboto-Regular.woff') format('woff'),
		url('../fonts/Roboto-Regular.ttf') format('truetype'),
		url('../fonts/Roboto-Regular.svg#raleway') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'helv';
	src: url('../fonts/helveticaneue-webfont-webfont.eot');
	src: url('../fonts/helveticaneue-webfont-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/helveticaneue-webfont-webfont.woff') format('woff'),
		url('../fonts/helveticaneue-webfont-webfont.ttf') format('truetype'),
		url('../fonts/helveticaneue-webfont-webfont.svg#helveticaneue-webfont-webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueLightCond';
	src: url('../fonts/hllc____5-webfont.eot');
	src: url('../fonts/hllc____5-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/hllc____5-webfont.woff') format('woff'), url('../fonts/hllc____5-webfont.ttf') format('truetype'), url('../fonts/hllc____5-webfont.svg#HelveticaNeueLightCond') format('svg');
	font-weight: normal;
	font-style: normal
}

@font-face {
	font-family: 'GothamLight';
	src: url('../fonts/GothamXNarrow-Light.eot');
	src: url('../fonts/GothamXNarrow-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/GothamXNarrow-Light.woff') format('woff'),
		url('../fonts/GothamXNarrow-Light.ttf') format('truetype'),
		url('../fonts/GothamXNarrow-Light.svg#GothamLight') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GothamMedium';
	src: url('../fonts/GothamXNarrow-Medium.eot');
	src: url('../fonts/GothamXNarrow-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/GothamXNarrow-Medium.woff') format('woff'),
		url('../fonts/GothamXNarrow-Medium.ttf') format('truetype'),
		url('../fonts/GothamXNarrow-Medium.svg#GothamMedium') format('svg');
	font-weight: normal;
	font-style: normal;
}

a {
	outline: 0 !important;
	color: #0054bc;
	-webkit-transition: color .3s, background-color .3s;
	-moz-transition: color .3s, background-color .3s;
	-o-transition: color .3s, background-color .3s;
	transition: color .3s, background-color .3s;
}

.clearfix::before,
.clearfix::after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%
}

.navbar-nav.main-menu>li>a>span {
	display: block;
}

.top-bar {
	background: #0078c1 url("../images/patt02.png") repeat scroll center center;
	color: #FFF;
}

.top-bar-content {
	padding: 12px 0px 12px 20px;
	font-size: 14px;
	position: relative;
}

.top-bar-contact {
	padding: 0px 15px;
	position: absolute;
	right: 222px;
	top: 15px;
}

.top-bar-contact-saudi {
	padding: 0px 15px;
	position: absolute;
	right: 320px !important;
}

.top-bar-contact b {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding-left: 5px;
}

.top-bar-contact a {
	color: #fff;
}

.top-bar-email {
	padding: 0px 15px;
	position: absolute;
	right: 0;
	top: 10px;
}

.top-bar-email b {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	padding-left: 5px;
}

.top-bar-email a {
	color: #fff;
}

.link-black {
	color: #463f3e;
}

.link-black:hover {
	color: #0078c1;
}

#header {
	/* background-image: url("../images/patt08.png"), linear-gradient(to top, rgba(255, 255, 255, 0.75) 0px, rgba(189,217,235, 0.5) 0px, rgba(255, 255, 255, 0.86) 60px, rgba(189,217,235, 0.7) 30px, rgba(255, 255, 255, 0.94) 40px, #bdd9eb 50px, #FFF 60px, #FFF 70px); */

	background-color: #fff;
	background-repeat: repeat;
	background-position: center top;
	border-bottom: medium none;
	box-shadow: 0px 1px 0px 0px rgba(5, 38, 57, 0.05);
	position: relative;
	z-index: 101;
}

/*.header{background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(189,217,235,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(189,217,235,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(189,217,235,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(189,217,235,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(189,217,235,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(189,217,235,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bdd9eb', GradientType=0 );}*/
.divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #E9E9E9;
}

/* Dropdown */
.dropdown-menu-width {
	width: 100%;
	min-width: 400px !important;
}

.dropdown-menu {
	border: 0;
	border-radius: 0px;
	width: 100%;
	box-shadow: none;
	background: none;
	min-width: 180px;
}

.dropdown-menu>ul {
	list-style: none;
	padding: 0 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-top: 20px;
	background: #fff;
	background-color: rgba(255, 255, 255, 0.95);
	box-shadow: 0 2px .09px rgba(0, 0, 0, 0.15);
}

.dropdown-menu>ul>li>a {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: normal;
	text-decoration: none;
	padding: 15px;
	color: #333;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown-menu>ul>li:last-child>a {
	border-bottom: 0;
}

.dropdown-menu>ul>li>a:hover,
.dropdown-menu>ul>li>a:focus {
	background: none;
}

.nav>li.megamenu {
	position: static;
}

.nav>li.megamenu .dropdown-menu {
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 20px !important;
	z-index: 1000;
	border-radius: 0;
	top: auto;
}

.nav>li.megamenu .dropdown-menu ul {
	margin-top: 4px;
	padding: 20px;
}

.navbar-nav {
	padding-left: 85px;
}

/*
MENU CSS
*/
a.submenu {
	display: none;
	position: absolute;
	right: 5px;
	top: 15px;
	width: 44px;
	height: 34px;
	text-indent: -9999px;
	outline: none;
	-webkit-transition: all ease 0s;
	-moz-transition: all ease 0s;
	-o-transition: all ease 0s;
	transition: all ease 0s;
	background: url('../images/submenu.png') top left no-repeat;
}

a.submenu:hover {
	background: url('../images/submenu.png') bottom left no-repeat;
}

.menuBar ul {
	list-style: none;
	float: right;
	padding: 15px;
	margin: 33px 0px 0px 25px;
}

.menuBar .m_right {
	float: right;
}

.menuBar>li>a::before {
	border-radius: 4px;
}

.menuBar li {
	margin: 0px 10px;
	position: relative;
	float: left;
}

#menuBar>li {
	position: relative;
	z-index: auto;
	vertical-align: middle;
}

.menuBar li>a {
	height: 45px;
	min-height: 45px;
	line-height: 45px;
}

.menuBar li:first-child {
	margin-left: 0px;
}

.menuBar li a {
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	padding: 15px;
	display: block;
	font-weight: 300;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-transform: capitalize;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	line-height: 10px;
	outline: none;
	font-weight: 500;
	text-align: left;
	text-transform: capitalize;
}

.menuBar li a:hover {
	color: #0078C1;
	text-decoration: none;
	border-radius: 4px;
	border: 1px solid #0078C1;
}

.menuBar li.active a {
	color: #ffffff;
	text-decoration: none;
	border-radius: 4px;
	background-color: #0078C1;
	border: 1px solid #0078C1;
}

.menuBar li ul {
	position: absolute;
	left: 0px;
	border-radius: 0px;
	padding: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	-ms-border-radius: 0px;
	background: #fff;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	top: 85%;
	opacity: 0;
	visibility: hidden;
	height: 0px;
	margin: 0;
}

.menuBar li:hover ul {
	top: 100%;
	opacity: 1;
	visibility: visible;
	height: auto !important;
}

.menuBar li li {
	margin: 0px;
	float: none;
	border-bottom: 1px solid #ededed;
}

.menuBar li li a {
	color: #2a2a2a;
	border: 0px;
	font-size: 13px;
	line-height: 11px;
	padding: 15px 20px;
	text-transform: uppercase;
	white-space: nowrap;
}

.menuBar li li a:hover {
	color: #fff;
	background: #333;
}

/*carousel*/
.home-banner {
	background-image: url(../images/banner-bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 100px;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	min-width: 100%;
	height: auto;
}

.slider {
	position: fixed;
	top: 100px;
	width: 100%;
	z-index: 110;
}

.carousel-control span {
	position: absolute;
	top: 50%;
	margin-top: -27px;
}

.carousel-control .carousel-control-left {
	background: url('../images/slider/prev.png') no-repeat;
	width: 73px;
	height: 73px;
	left: 25px;
}

.carousel-control .carousel-control-right {
	background: url('../images/slider/next.png') no-repeat;
	width: 73px;
	height: 73px;
	right: 25px;
}

.carousel-control .carousel-control-left:hover {
	background: url('../images/slider/prev_a.png') no-repeat;
}

.carousel-control .carousel-control-right:hover {
	background: url('../images/slider/next_a.png') no-repeat;
}

.boxed .carousel-control .carousel-control-left {
	left: -150px;
	top: 270px;
}

.boxed .carousel-control .carousel-control-right {
	right: -150px;
	top: 270px;
}

.boxess .carousel-caption {
	top: 150px;
	margin-top: 0px;
}

.boxess {
	background-color: #333;
	position: relative;
	top: 0;
}

.boxess .carousel-caption h1 {
	font-size: 40px;
	line-height: 40px;
}

.carousel-fade {
	.carousel-inner {
		.item {
			opacity: 0;
			transition-property: opacity;
		}

		.active {
			opacity: 1;
		}

		.active.left,
		.active.right {
			left: 0;
			opacity: 0;
			z-index: 1;
		}

		.next.left,
		.prev.right {
			opacity: 1;
		}
	}

	.carousel-control {
		z-index: 2;
	}
}

.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-control {
	z-index: 2;
}

/* Carousel Animation delays */
.slide1 h3,
.slide2 h3,
.slide3 h3,
.slide4 h3,
.slide5 h3,
.slide6 h3 {
	text-align: center !important;
}

.slide1 h3:first-child {
	animation-delay: 1s;
	font-size: 62px;
	text-transform: uppercase;
	font-weight: 900;
	text-shadow: 0px 0px 30px #000000;
}

.slide1 h3:nth-child(2) {
	animation-delay: 2s;
	font-size: 26px;
	font-family: 'myriad-pro' !important;
	text-shadow: 0px 0px 30px #000000;
}

.slide2 h3:first-child {
	animation-delay: 1s;
	font-size: 62px;
	text-transform: uppercase;
	font-weight: 900;
	text-shadow: 0px 0px 30px #3b1d06;
}

.slide2 h3:nth-child(2) {
	animation-delay: 2s;
	font-size: 26px;
	font-family: 'myriad-pro' !important;
	text-shadow: 0px 0px 30px #3b1d06;
}

.slide3 h3:first-child {
	animation-delay: 1s;
	font-size: 62px;
	text-transform: uppercase;
	font-weight: 900;
	text-shadow: 0px 0px 30px #3b1d06;
}

.slide3 h3:nth-child(2) {
	animation-delay: 2s;
	font-size: 26px;
	font-family: 'myriad-pro' !important;
	text-shadow: 0px 0px 30px #3b1d06;
}

.slide4 h3:first-child {
	animation-delay: 1s;
	font-size: 62px;
	text-transform: uppercase;
	font-weight: 900;
	text-shadow: 0px 0px 30px #3b1d06;
}

.slide4 h3:nth-child(2) {
	animation-delay: 2s;
	font-size: 26px;
	font-family: 'myriad-pro' !important;
	text-shadow: 0px 0px 30px #3b1d06;
}

.slide5 h3:first-child {
	animation-delay: 1s;
	font-size: 34px;
}

.slide5 h3:nth-child(2) {
	animation-delay: 2s;
	font-size: 58px;
}

.slide6 h3:first-child {
	animation-delay: 1s;
	font-size: 34px;
}

.slide6 h3:nth-child(2) {
	animation-delay: 2s;
	font-size: 58px;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%
}

.title {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	float: none;
	max-width: 92%;
}

.title h1 {
	color: #515151;
	font-size: 34px;
	font-weight: 300;
	text-align: center;
}

.title h1 span {
	text-transform: uppercase;
	color: #027440;
	font-size: 40px;
}

.title h1 b {
	font-family: Arial, Helvetica, sans-serif;
	color: #515151;
	font-size: 28px;
	font-weight: normal !important;
}

.section hr {
	width: 90px;
	border-top: 2px solid #027440;
	border-color: #027440;
}

.promo.right .promo-icon-box {
	float: right;
}

.promo-icon {
	display: block;
	margin: 10px auto 0px;
	/*background-color: #515151;*/
	background-color: #58ab5f;
	color: #FFF;
	text-align: center;
	width: 65px;
	height: 65px;
	line-height: 65px;
	border-radius: 50%;
	transition: all 0.3s ease 0s;
}

.promo h4 {
	color: #0078c1;
}

.promo.right {
	text-align: right;
}

.promo {
	margin-bottom: 40px;
	float: left;
}

.promo p {
	hyphens: auto;
	color: #999;
	word-wrap: break-word;
}

.promo:hover .promo-icon {
	background-color: #eb4b3b
}

.promo-icon .fa {
	line-height: inherit;
}

.home-about-us {
	margin-top: -50px;
	padding-bottom: 30px;
}

.case_study_content {
	background: url(../images/case_study_content.jpg) no-repeat center center fixed;
	background-size: cover;
	position: relative;
	z-index: 555;
	border-top: 1px solid #CBCBCB;
	padding: 80px 0px 80px;
}

.case_study_title {
	color: #494949;
	font-size: 34px;
	text-align: center;
	margin-top: -11px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.case_study_title span {
	display: inline-block;
	padding: 0px 15px;
	background: #FFF none repeat scroll 0% 0%;
}

.case_study_box {
	padding-bottom: 40px;
}

.case_study_box img {
	float: left;
	padding-right: 10px;
}

.back-to-top {
	position: fixed;
	z-index: 1000;
	bottom: 20%;
	right: 0px;
	text-decoration: none;
	color: #ffffff;
	background-color: #0078C1;
	font-size: 12px;
	padding: 1em;
	display: none;
}

.back-to-top:hover {
	background-color: #00446C;
	color: #fff;
	text-decoration: none !important;
}

.browser_compatible_section {
	padding: 50px 0px;
}

.browser_compatible {
	background: transparent url("../images/self.png") no-repeat scroll 0px 76px;
	width: 719px;
	min-height: 270px;
	text-align: center;
	margin: 50px auto 0px;
}

.browser_compatible {
	text-align: center;
}

.home-clients {
	position: relative;
	border-top: 0px solid #CBCBCB;
	padding: 60px 0px;
}

.home-clients-border {
	border-right: 1px #E9E9E9 solid;
}

.home-clients h2 {
	text-align: center;
}

.home-clients h4 {
	text-transform: uppercase;
	text-align: center;
}

.home-testimonials {
	position: relative;
	border-top: 1px solid #e9e9e9;
	border-bottom: 0px solid #CBCBCB;
	text-align: center;
	background: #F0F0F1 url(../images/footer-top-bg.png) repeat scroll center top;
}

.home-testimonials-bg {
	background: url(../images/testimonials-right.png) no-repeat right bottom;
	padding: 70px 0px;
}

.home-testimonials h2 {
	margin: 0 0 20px;
}

.home-testimonials-box img {
	float: left;
	padding-right: 20px;
}

.home-testimonials-box-content {
	text-align: center;
}

.home-testimonials-box-content a {
	color: #463F3E;
	font-family: 'robot', Helvetica, Arial, sans-serif;
}

.home-testimonials-box-content a:hover {
	text-decoration: none;
}

.home-testimonials-box-content p {
	padding-top: 10px;
	line-height: 24px;
	font-size: 15px;
}

.home-testimonials-box-content h3 {
	font-family: 'robot', Helvetica, Arial, sans-serif;
	margin: 20px 0 10px;
	font-size: 20px;
	color: #0078C1;
}

.clr {
	clear: both;
}

.trending {
	background: #F0F0F1 url("../images/footer-top-bg.png") repeat scroll center top;
	border-top: 1px solid #E5E5E5;
	padding: 20px 0px 50px 0px;
}

.trending h2 {
	text-align: center;
}


.contact-form-bg {
 background: #FFFBF1;
  padding: 40px 50px 60px 50px;
  border-radius: 30px;
}

.contact-form-bg h3 {
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  color:var(--color-one);

}

.contact-form-bg input,
.contact-form-bg input.form-control:focus,
.contact-form-bg textarea,
.contact-form-bg textarea.form-control:focus {
  border-bottom: 1px solid #A1A1A1 !important;
  box-shadow: none;
}

.contact-form-bg select,
.contact-form-bg select.form-control:focus {
  border: 1px solid #A1A1A1 !important;
  box-shadow: none;
  cursor: pointer
}

.contact-form-bg select option {
  padding: 5px;
  cursor: pointer;
  border-bottom: 1px dashed #8d8d8d !important;
  color: #000;
}

.contact-form-bg input,
.contact-form-bg select,
.contact-form-bg textarea,
.contact-form-bg select {
  border-radius:0;
  background-color: transparent !important;
  margin-top: 8px;
  margin-bottom: 8px;
  color: #231f20 !important;
  padding: 10px 10px 10px 10px;
  border-top: 0;
  border-right: 0;
  border-left: 0;
}

.contact-form-bg input,
.contact-form-bg select,
.contact-form-bg textarea {
  color: black !important;
  font-size: 14px;
}

.contact-form-bg select {
  color: #8d8d8d;
}

.form-control::-webkit-input-placeholder {
  color: #8d8d8d !important
}

.form-control::-moz-placeholder {
  color: #8d8d8d !important
}

.form-control:-ms-input-placeholder {
  color: #8d8d8d !important
}

.contact-form-bg button {
  padding: 15px 40px;
  font-size: 14px;
}

.contact-form-bg .submit-btn {
  margin: 30px auto 0 auto;
  display: block;
  background: #224C5A !important;
  border: 2px solid #224C5A !important;
  color: var(--color-white) !important;
  padding:4px 40px 4px 40px;
  border-radius: 10px;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.contact-form-bg .submit-btn:hover {
  background: transparent !important;
  color: var(--color-two) !important;
  border: 2px solid var(--color-two) !important;
}

.contact-form-bg .form-check input {
  height: 1em;
  margin-top: 0.25em;
  border: 1px solid #8d8d8d !important;
}

.contact-form-bg .form-check-input:checked {
  background-color: var(--color-one) !important;
  border-color: var(--color-one) !important;
}

.contact-form-bg select option selected {
  color: var(--color-one);
}





.trending-card {
	position: relative;
	overflow: hidden;
	margin: 0.5rem 0px 2.3rem;
	min-height: 342px;
	background-color: #FFF;
	transition: box-shadow 0.25s ease 0s;
	border-radius: 2px;
	padding: 15px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12);
}

.trending-card:hover {
	transition: box-shadow .25s;
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.trending-card .trending-card-image {
	position: relative;
}

.trending-card .trending-card-content {
	padding: 15px 0px 0;
	border-radius: 0px 0px 2px 2px;
}

.trending-card .trending-card-content p {
	text-align: justify;
	margin: 0;
}

.trending-card .trending-card-content h4 {
	font-weight: 600;
	font-size: 15px;
}

.trending-card .trending-card-action a {
	color: #0078C1;
	margin-right: 20px;
	transition: color 0.3s ease 0s;
}

.page_title_1 {
	font-size: 28px;
	color: #0078c1;
	text-transform: uppercase;
	position: relative;
	display: block;
	margin-bottom: 25px;
}

.page_title_1 span {
	color: #e9411c;
}

.page_title_1::before1 {
	position: absolute;
	content: '';
	width: 164px;
	height: 3px;
	background-color: #027440;
	left: 0;
	bottom: -14px;
}

.page_title_2 {
	font-size: 30px;
	color: #0078c1;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 45px;
}

.page_title_2::before {
	position: absolute;
	content: '';
	width: 70px;
	height: 3px;
	background-color: #027440;
	left: 0;
	bottom: -14px;
}

#services_block .page_title_2 {
	color: #fff !important;
}

.about-us {
	background-color: #f1f1f1;
}

.about-us-new {
	background-color: #fafafa;
}

.about-left {
	background-image: url(../images/about-left.png);
	background-repeat: no-repeat;
	background-position: 97% top;
	padding-bottom: 40%;
}

.about-right {
	padding: 2% 0 0 0;
}

.vision_content_box {
	width: 100%;
	position: relative;
	background: url(../images/vision-content-right.png) no-repeat right top;
	background-color: #fff;
	padding: 3% 0;
}

.vision_content_left {
	float: left;
	width: 50%;
	padding: 0px 40px 0 0;
}

.vision_content_right {
	float: left;
	width: 50%;
	padding: 0px 0 25px 193px;
}

.service_icon {
	margin: 0;
	padding: 0;
}

.service_icon li {
	background-image: url(../images/service-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 12px 0;
}

.service_icon li a {
	padding: 10px 0 10px 45px;
	color: #fff;
	font-size: 17px;
}

.our_clients {
	background-color: white !important;
}

.our_beli {
	width: 100%;
	padding: 60px 0 40px 0;
	margin: 0 auto;
	position: relative;
	z-index: 0;
	background: url(../images/bg_img2.jpg) no-repeat top left;
	background-attachment: fixed;
	background-size: cover;
}

.number_main {
	width: 100%;
	position: relative;
	z-index: 0;
	min-height: 400px;
}

.number_main h4 {
	font-size: 30px;
	color: #fff;
	text-align: center;
	line-height: 36px;
	font-weight: 300;
}

.number_main p {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	padding: 0 0 18px;
}

.small_cont {
	color: #fff;
	font-size: 17px;
	text-align: center;
	font-weight: 300;
	line-height: 21px;
	width: 100%;
}

.number_img {
	width: 911px;
	margin: 0 auto;
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	right: 0px;
}

.number_img img {
	width: 100%;
}

.number_circle_1 {
	width: 126px;
	height: 126px;
	margin: 0 auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 20px;
	border: #3c3c3e 1px solid;
	display: none;
}

.number_circle_blue {
	width: 86px;
	height: 86px;
	margin: 0 auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #008ad0;
	line-height: 86px;
	text-align: center;
	color: #fff;
	font-size: 45px;
	font-weight: 300;
	font-style: italic;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	cursor: pointer;
}

.number_circle_blue:hover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
}

.num_row1 {
	width: 33%;
	padding: 0 2%;
	position: absolute;
	z-index: 2;
	top: 265px;
	left: 0px;
}

.num_row2 {
	width: 33%;
	padding: 0 2%;
	position: absolute;
	z-index: 2;
	top: 140px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
}

.num_row3 {
	width: 33%;
	padding: 0 2%;
	position: absolute;
	z-index: 2;
	top: 265px;
	right: 0px;
}

.our_beli h2 {
	font-size: 36px;
	color: #fff;
	line-height: 38px;
	padding: 0 0 16px;
	background: url(../images/heading_line.png) no-repeat center bottom;
	font-weight: 100;
	text-align: center;
	margin: 0 0 28px;
}

#working {
	padding: 15% 0 8% 0;
	background: url(../images/bg_img3.jpg) no-repeat top center;
}

.life_bx {
	width: 100%;
	float: left;
}


.life_bx h3 {
	color: #008ad0;
	text-align: center;
	font-size: 30px;
	font-weight: 400;
	line-height: 24px;
	padding: 0 0 22px;
	text-transform: uppercase;
}

.life_bx h5 {
	color: #1f1a17;
	font-size: 22px;
	font-weight: 300;
	line-height: 24px;
	padding: 0 0 5px;
	margin: 0px;
}

.life_bx p {
	color: #1f1a17;
	font-size: 16px;
	font-weight: 300;
	line-height: 23px;
}

.innvo_icon {
	width: 19%;
	float: left;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
	cursor: pointer;
	margin: 12px 0 0 0;
}

.innvo_icon:hover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
}

.innvo_icon img {
	width: 100%;
}

.innvo_cont {
	width: 76%;
	float: right;
}

.innvo_bx1 {
	width: 33.33%;
	float: left;
	padding: 0 4% 0 0;
	margin: 0 0 28px;
}

.innvo_bx2 {
	width: 33.33%;
	float: left;
	padding: 0 2% 0 2%;
	margin: 0 0 28px;
}

.innvo_bx3 {
	width: 33.33%;
	float: left;
	padding: 0 0% 0 4%;
	margin: 0 0 28px;
}

.innvo_bx4 {
	width: 50%;
	float: left;
	padding: 0 2% 0 19%;
}

.innvo_bx5 {
	width: 50%;
	float: left;
	padding: 0 19% 0 2%;
}

ul.list {
	padding: 0px;
}

ul.list li {
	padding: 5px 0px 0px 5px;
	list-style: none;
}

ul.list li::before {
	content: "»";
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: 1px;
	left: 0px;
}

/*footer*/
footer {
	padding: 50px 0;
	background: transparent url(../images/footer-bg.jpg) no-repeat scroll center center/cover;
	color: #fff
}

footer h2 {
	font-size: 18px;
}

ul.footer_menu {
	padding: 0px;
}

ul.footer_menu li {
	padding: 5px 0px 0px 5px;
	list-style: none;
}

ul.footer_menu li a {
	color: #FFF;
	font-size: 13px;
}

ul.footer_menu li a::before {
	content: "»";
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: 1px;
	left: 0
}

.footer-top {
	background: #F0F0F1 url("../images/footer-top-bg.png") repeat scroll center top;
	border-top: 1px solid #E5E5E5;
	padding: 20px 0px;
}

.footer-bottom {
	padding-top: 30px;
	padding-bottom: 65px;
	min-height: 70px;
	background: #f0f0f1 url(../images/footer-bottom-bg.png) repeat scroll center top
}

.footer-bottom p {
	color: #000;
	text-align: center;
}

.inner-banner {
	padding: 0;
	margin: 0;
	width: 100%;
	clear: both;
	display: block;
	overflow: hidden;
	position: relative
}

.blog-banner {
	bottom: 36px;
	position: relative;
}

.inner-banner-content {
	position: absolute;
	width: 100%;
	top: 40%
}

.inner-banner-title {
	color: #F5F5F5;
	margin-left: 20px !important;
	font-size: 30px;
	text-transform: uppercase;
}





.faq-section {
	padding: 40px 0;
}

.faq-question {
	background: #0078c1;
	color: #fff;
	padding: 15px;
	margin-bottom: 10px;
	cursor: pointer;
	border: 1px solid #005a9c;
	border-radius: 4px;
	font-weight: bold;
	position: relative;
	font-weight: 100;
}

.faq-button {
	background: #fff;
	color: #0078c1;
	border: none;
	border-radius: 4px;
	padding: 5px 10px;
	cursor: pointer;
	font-weight: bold;
	position: absolute;
	right: 15px;
	top: 15px;
	transition: background-color 0.3s ease;
}

.faq-button:hover {
	background-color: #e0e0e0;
}

.faq-answer {
	display: none;
	padding: 15px;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #f9f9f9;
}

.faq-answer p {
	margin: 0;
}

/* General Styles for the Section */
.website-design-services {
	background-color: rgb(255, 255, 255);
	padding: 60px 0;
	color: #333;
}

.website-design-services h2 {
	color: #0078c1;
	/* Blue color for main headings */
	font-size: 2em;
	margin-bottom: 20px;
	text-align: center;
}

.website-design-services p {
	font-size: 1em;
	line-height: 1.6;
	color: #333;
	/* Dark grey for body text */
	margin-bottom: 20px;
	text-align: center;
}

.website-design-services .approach {
	background-color: #ffffff;
	/* White background for the approach section */
	border: 1px solid #ddd;
	/* Light grey border for subtle separation */
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.website-design-services .approach h3 {
	color: #0078c1;
	/* Blue color for subsection headings */
	font-size: 1.5em;
	margin-bottom: 15px;
	text-align: center;
}

.website-design-services .approach p {
	font-size: 1em;
	color: #555;
	/* Slightly lighter grey for subsection text */
}

.web-design-bangalore {
	background-color: #0078c1;
	color: white;
	padding: 30px;
	text-align: center;
}

.web-design-bangalore h2 {
	font-size: 24px;
	color: #fff;
	margin-bottom: 15px;
	font-weight: bold;
}

.web-design-bangalore p {
	font-size: 16px;
	line-height: 1.6;
	color: #f0f0f0;
}

.web-design-bangalore strong {
	color: #ffffff;
	font-weight: bold;
}

.full-width-section {
	padding: 20px;
}

.full-width-section h2 {
	text-align: center;
	font-size: 30px;
	color: #0078c1;
	font-weight: bolder;
}

.half-width-section {
	padding: 20px;
}

.half-width-section img {
	width: 100%;
	border-radius: 8px;
}

.half-width-section h2 {
	font-size: 2rem;
	color: #0078c1;
}

.blog-box {
	padding: 25px;
	background-color: white;
	min-height: 530px;
}

.blog-box h2 {
	font-size: 17px;
	font-weight: 800;
	line-height: 20px;

}

.blog-box p {
	text-align: justify;
}

.inner-blog-content {
	background-color: #f1f1f1;
	padding: 75px 0;
	margin-bottom: 75px;
}

.blog-link {
	font-size: 12px;
	font-weight: 300;
	line-height: 20px;
	color: black;
	text-decoration: none;
}

.blog-link:hover {
	color: #000;
	text-decoration: none;
}

.blog-date {
	font-size: 12px;
	font-weight: 300;
	color: black;
	float: inline-end;
	line-height: 20px;
}

.blog-inner-page h1 {
	font-size: x-large;
	font-weight: 800;
}

.blog-inner-page h2 {
	font-size: larger;
	font-weight: 600;
}

.blog-inner-page p {
	text-align: justify;
}















@media only screen and (max-width: 767px) {
	.inner-banner-content {
		top: 0;
	}

	.inner-banner-title {
		font-size: 24px;
	}

	.number_img img {
		display: none;
	}

	.num_row1 {
		left: 0;
		right: 0;
		padding: 0 10%;
		position: inherit;
		top: 0;
		width: 100%;
		z-index: 0;
		margin: 0 auto 20px auto;
	}

	.num_row2 {
		left: 0;
		right: 0;
		padding: 0 10%;
		position: inherit;
		top: 0;
		width: 100%;
		z-index: 0;
		margin: 0 auto 20px auto;
	}

	.num_row3 {
		left: 0;
		right: 0;
		padding: 0 10%;
		position: inherit;
		top: 0;
		width: 100%;
		z-index: 0;
		margin: 0 auto;
	}

	.number_main h4 {
		color: #000000;
		font-size: 24px;
		font-weight: 100;
		line-height: 30px;
		padding: 0 0 10px;
		text-align: center;
	}

	.number_main p {
		color: #3c3c3e;
		font-size: 16px;
		font-weight: 100;
		line-height: 25px;
		padding: 0 0 16px;
		text-align: center;
	}

	.number_circle_1 {
		width: 126px;
		height: 126px;
		margin: 0 auto;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		padding: 20px;
		border: #3c3c3e 1px solid;
		display: block;
	}

	.innvo_bx1 {
		width: 100%;
		float: left;
		padding: 0 0%;
		margin: 0 0 28px;
	}

	.innvo_bx2 {
		width: 100%;
		float: left;
		padding: 0 0%;
		margin: 0 0 28px;
	}

	.innvo_bx3 {
		width: 100%;
		float: left;
		padding: 0 0%;
		margin: 0 0 28px;
	}

	.innvo_bx4 {
		width: 100%;
		float: left;
		padding: 0 0%;
		margin: 0 0 28px;
	}

	.innvo_bx5 {
		width: 100%;
		float: left;
		padding: 0 0%;
	}

	#working {
		background-image: none;
		background-color: #CCC;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	.number_img img {
		display: none;
	}

	.num_row1 {
		left: 0;
		right: 0;
		padding: 0 20%;
		position: inherit;
		top: 0;
		width: 100%;
		z-index: 0;
		margin: 0 auto 20px auto;
	}

	.num_row2 {
		left: 0;
		right: 0;
		padding: 0 20%;
		position: inherit;
		top: 0;
		width: 100%;
		z-index: 0;
		margin: 0 auto 20px auto;
	}

	.num_row3 {
		left: 0;
		right: 0;
		padding: 0 20%;
		position: inherit;
		top: 0;
		width: 100%;
		z-index: 0;
		margin: 0 auto;
	}

	.number_main h4 {
		color: #000000;
		font-size: 24px;
		font-weight: 100;
		line-height: 30px;
		padding: 0 0 10px;
		text-align: center;
	}

	.number_main p {
		color: #3c3c3e;
		font-size: 16px;
		font-weight: 100;
		line-height: 25px;
		padding: 0 0 16px;
		text-align: center;
	}

	.number_circle_1 {
		width: 126px;
		height: 126px;
		margin: 0 auto;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		padding: 20px;
		border: #3c3c3e 1px solid;
		display: block;
	}

	.innvo_bx1 {
		width: 50%;
		float: left;
		padding: 0 2%;
		margin: 0 0 28px;
	}

	.innvo_bx2 {
		width: 50%;
		float: left;
		padding: 0 2%;
		margin: 0 0 28px;
	}

	.innvo_bx3 {
		width: 50%;
		float: left;
		padding: 0 2%;
		margin: 0 0 28px;
	}

	.innvo_bx4 {
		width: 50%;
		float: left;
		padding: 0 2%;
		margin: 0 0 28px;
	}

	.innvo_bx5 {
		width: 50%;
		float: left;
		padding: 0 2%;
	}
}



.services-bg {
	background: repeating-linear-gradient(-50deg,
			#E3F0F8,
			#E3F0F8 50px,
			#f1f1f1 50px,
			#f1f1f1 100px)
}

@media (max-width:768px) {
	.services-bg {
		padding: 0 10px;
	}
}

.large-text {
	font-size: 24px !important;
}

.webdesign-left {
	background-repeat: no-repeat;
	background-position: 97% top;
}

.webdesign-right {
	padding: 2% 0 0 0;
}

.circle {
	height: 124px;
	width: 124px;
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
	border: 3px solid #e9411c;
}

.circle-inner {
	background-color: #fff;
	height: 123px;
	width: 123px;
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
	padding: 27px 0px;
	top: -1px;
	left: -2px;
}

.circle:hover .circle-inner {
	transform: scale(0.85);
}

span.mobile-app {
	background-image: url("../images/sprite.png");
	background-position: -43px -15px;
	background-repeat: no-repeat;
	display: block;
	height: 50px;
	margin: 0 auto;
	width: 68px;
}

span.web-app {
	background-image: url(../images/sprite.png);
	background-position: -2px -9px;
	background-repeat: no-repeat;
	width: 45px;
	height: 70px;
	margin: 0 auto;
	display: block;
}

span.android-app {
	background-image: url(../images/sprite.png);
	background-position: -125px -292px;
	background-repeat: no-repeat;
	width: 55px;
	height: 70px;
	margin: 0 auto;
	display: block;
}

span.ios-app {
	background-image: url(../images/sprite.png);
	background-position: -125px -367px;
	background-repeat: no-repeat;
	width: 55px;
	height: 70px;
	margin: 0 auto;
	display: block;
}

.admin-module {
	background-image: url(../images/sprite.png);
	background-position: -112px -8px;
	background-repeat: no-repeat;
	width: 62px;
	height: 65px;
	margin: 0 auto;
	display: block;
}

.admin-tab {
	background-image: url(../images/sprite.png);
	background-position: -182px -8px;
	background-repeat: no-repeat;
	width: 62px;
	height: 65px;
	margin: 0 auto;
	display: block;
}

.text h4 {
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	color: #e9411c;
	margin: 10px 0px;
}

.service-box {
	position: relative;
	z-index: 1;
	background-color: rgba(200, 200, 200, 0.2);
	margin-top: 15px;
	padding: 10px;
	/*background-color: rgba(130, 130, 130, 0.1);
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);*/
}

.sub-head {
	text-align: center;
	border-bottom: solid 1px #f1f1f1;
	border-top: solid 1px #f1f1f1;
	display: block;
	margin-top: 20px;
	background-color: #e9411c;
	padding: 5px;
	font-size: 16px;
	color: #f5f5f5
}

.service-advantage {
	background: #333 url("../images/banner/service1.png") no-repeat scroll center 0;
	height: auto;
	padding: 50px 0 30px 0
}

.service-advantage h2 {
	color: #00728f;
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 0;
	font-weight: bold
}

.service-advantage h3 {
	color: #333;
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 20px;
}

.service-advantage p {
	color: #333;
	font-size: 18px;
	font-weight: normal;
	line-height: 25px;
}

.service-advantage-right-content {
	background: #2d738d;
	opacity: .9;
	padding: 2em 3em;
	min-height: 250px;
}

.service-advantage-right-content p {
	color: #fff;
	font-size: 20px;
	line-height: 1.3em;
	letter-spacing: 0;
	width: 99%;
}

.service-advantage-right-content span {
	color: #fff;
	display: block;
}

.service-advantage-right ul {
	margin: 2% 0 7.9% 0;
	overflow: auto;
	color: #fff;
	padding: 13px 0 0 0;
	list-style: none;
}

.service-advantage-right li {
	width: 31.9%;
	float: left;
	margin-left: 2%;
	background: #3e3a37;
	height: 3.9em;
	font-size: 16px;
	opacity: .8;
	padding: .75em;
	text-align: center;
	cursor: pointer;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

@media (max-width:768px) {
	.service-advantage {
		background: radial-gradient(#eee 20%, #c6cacc);
	}

	.service-advantage-right li {
		font-size: 12px;
		padding: .5em;
	}

	.service-advantage-right-content {
		min-height: inherit;
	}

	.contact-address-box {
		width: 100% !important;
		padding: 10px !important;
		margin: 0 !important;
	}
}

.service-advantage-right ul li:hover {
	opacity: .5;
}

.service-advantage-right ul li.active {
	background: #2d738d;
	opacity: .9;
}

.service-advantage-right ul li:first-child {
	margin-left: 0;
}

.service-advantage-right ul span {
	background: transparent url("../images/arrow-blue.png") no-repeat scroll center top;
	width: 100%;
	height: 13px;
	position: absolute;
	top: -13px;
	left: 0;
}

.work-gallery {
	margin: 15px 0;
}

.artGroup {
	display: block;
	height: 360px;
	position: relative;
	float: left;
	padding: 50px 5px;
	/*transform: perspective( 350px ) rotateY(10deg);*/
}

.artwork {
	display: block;
	width: 100%;
	height: 100%;
}

.artGroup img {
	width: 100%;
	/*height: 100%;*/
	position: absolute;
	display: block;
}

.artGroup .detail {
	display: block;
	background: #fff;
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 15px;
}

.artGroup .detail h3 {
	font: 300 18px/1.1;
	text-align: center;
	color: #fff;
}

.artGroup .detail h4 {
	font: 300 16px/1.1;
	text-align: center;
	color: #fff;
}

.artGroup .detail p {
	font: 200 12px/1.2;
	color: #fff;
	text-align: left;
	padding: 0 0.25em;
}

.artGroup .detail .text-center {
	text-align: center;
	vertical-align: bottom;
}

/* Older Browsers */
.artGroup.slide {
	overflow: hidden;
}

.artGroup.slide .detail {
	bottom: -364px;
}

/* Newer Browsers */
.artGroup.flip {
	-webkit-perspective: 800px;
	perspective: 800px;
}

.artGroup.flip .artwork {
	-webkit-transition: -webkit-transform 1s ease;
	transition: transform 1s ease;

	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.artGroup.flip .detail,
.artGroup.flip .theFlip {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	background-color: #fff;
	height: 100%;
}

.artGroup.flip img,
.artGroup.flip .detail {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background: #0078c1;
}

.diamond-box,
.diamond-box-inner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box
}

.diamonds {
	text-align: center;
	overflow: visible;
	white-space: nowrap;
	display: inline-block
}

.diamond-row-wrap {
	text-align: center;
	position: relative;
	float: left;
	clear: both
}

.diamond-row-lower,
.diamond-row-upper {
	overflow: visible;
	clear: both;
	width: 100%
}

.diamond-row-lower {
	position: absolute;
	bottom: 0
}

.diamond-row-lower .diamond-box {
	margin-left: 64.644660941%;
	margin-top: 64.644660941%
}

.diamond-box-wrap {
	float: left;
	width: 250px;
	height: 250px
}

.diamond-box {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	z-index: 1;
	width: 70.710678118%;
	height: 70.710678118%;
	margin: 14.644660941%;
	border: 1px solid transparent
}

.diamond-box-inner {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	transform-origin: center center;
	box-sizing: border-box;
	width: 141.421356237%;
	height: 141.421356237%;
	margin: -20.7106781185% 0 0 -20.7106781185%
}

.diamond-box .item,
.item:hover:after {
	display: block;
	width: 100%;
	height: 100%
}

.diamond-box .item {
	position: relative;
	padding: 40% 0;
	background-color: #fff;
	color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box
}

@media (max-width:768px) {
	.diamond-box .item {
		background-size: 85%
	}
}

.diamond-box .item:hover:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, .7)
}

.diamondswrap {
	text-align: center;
	padding: 20px 10px 160px
}

.controls {
	background-color: #272822;
	padding: 20px
}

.grid .curtain::after,
.grid li>a::before {
	content: ''
}

.grid-wrap {
	clear: both;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px
}

.grid {
	margin: 0 auto;
	padding: 30px 0 0;
	list-style: none;
	min-height: 300px
}

.grid li h3,
.title-box h2 {
	padding: 20px;
	color: #D3EEE2;
	text-transform: uppercase;
	letter-spacing: 1px
}

.js .grid {
	background: url(../images/loading.gif) 50% 100px no-repeat
}

.js .grid.loaded {
	background: 0 0
}

.grid li {
	display: inline-block;
	overflow: hidden;
	width: 393px;
	text-align: left;
	vertical-align: top
}

@media (max-width:768px) {
	.grid li {
		width: 100%
	}
}

.js .grid li {
	display: none;
	float: left
}

.js .grid.loaded li {
	display: block
}

.title-box h2 {
	display: block;
	margin: 7px;
	background: #2E3444;
	font-weight: 300
}

.title-box h2 a {
	display: block;
	font-weight: 900
}

.title-box h2 a:hover {
	color: #D3EEE2
}

.grid li img,
.grid li>a {
	display: block;
	outline: 0;
	border: none
}

.grid li>a {
	position: relative;
	overflow: hidden;
	margin: 7px
}

.grid .curtain {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: #96cdc8
}

.grid.swipe-right .curtain {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0)
}

.grid.swipe-down .curtain {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0)
}

.grid.swipe-rotate .curtain {
	width: 200%;
	height: 200%;
	-webkit-transform: rotate3d(0, 0, 1, 90deg);
	transform: rotate3d(0, 0, 1, 90deg);
	-webkit-transform-origin: top left;
	transform-origin: top left
}

.grid .curtain::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 1)
}

.grid.swipe-right .curtain::after,
.grid.swipe-rotate .curtain::after {
	left: -100%
}

.grid.swipe-down .curtain::after {
	top: -100%
}

.grid li h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 100%;
	background: #2E3444;
	text-align: center;
	font-weight: 800;
	font-size: 1em;
	-webkit-transition: -webkit-transform .2s, color .2s;
	transition: transform .2s, color .2s
}

.grid li>a::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100.5%;
	height: 100.5%;
	border: 0 solid transparent;
	background: rgba(0, 0, 0, 0);
	-webkit-transition: border-width .2s, border-color .2s;
	transition: border-width .2s, border-color .2s
}

.grid li.shown:hover h3 {
	color: #fff;
	-webkit-transform: translate3d(0, -30px, 0);
	transform: translate3d(0, -30px, 0)
}

.grid li.shown:hover>a::before {
	border-width: 14px;
	border-color: #2E3444
}

.grid.swipe-right li.animate .curtain {
	-webkit-animation: swipeRight 1.5s cubic-bezier(.6, 0, .4, 1) forwards;
	animation: swipeRight 1.5s cubic-bezier(.6, 0, .4, 1) forwards
}

@-webkit-keyframes swipeRight {

	50%,
	60% {
		-webkit-transform: translate3d(0, 0, 0)
	}

	100% {
		-webkit-transform: translate3d(100%, 0, 0)
	}
}

@keyframes swipeRight {

	50%,
	60% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate(0)
	}

	100% {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.grid.swipe-down li.animate .curtain {
	-webkit-animation: swipeDown 1.5s cubic-bezier(.6, 0, .4, 1) forwards;
	animation: swipeDown 1.5s cubic-bezier(.6, 0, .4, 1) forwards
}

@-webkit-keyframes swipeDown {

	50%,
	60% {
		-webkit-transform: translate3d(0, 0, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 100%, 0)
	}
}

@keyframes swipeDown {

	50%,
	60% {
		-webkit-transform: translate(0);
		transform: translate(0)
	}

	100% {
		transform: translate3d(0, 100%, 0)
	}
}

.grid.swipe-rotate li.animate .curtain {
	-webkit-animation: swipeRotate 1.5s ease forwards;
	animation: swipeRotate 1.5s ease forwards
}

@-webkit-keyframes swipeRotate {

	50%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg)
	}

	100% {
		-webkit-transform: rotate3d(0, 0, 1, -90deg)
	}
}

@keyframes swipeRotate {

	50%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}

	100% {
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg)
	}
}

.grid li.animate .curtain::after {
	-webkit-animation: fadeOut 1.5s ease forwards;
	animation: fadeOut 1.5s ease forwards;
	-webkit-animation-delay: inherit;
	animation-delay: inherit
}

@-webkit-keyframes fadeOut {

	50%,
	60% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes fadeOut {

	50%,
	60% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.js .grid li h3,
.js .grid li img {
	visibility: hidden
}

.grid li.animate h3,
.grid li.animate img {
	-webkit-animation: showMe 1.5s step-end forwards;
	animation: showMe 1.5s step-end forwards
}

@-webkit-keyframes showMe {
	from {
		visibility: hidden
	}

	100%,
	60% {
		visibility: visible
	}
}

@keyframes showMe {
	from {
		visibility: hidden
	}

	100%,
	60% {
		visibility: visible
	}
}

.grid li.shown h3,
.grid li.shown img {
	visibility: visible
}

.contact-address-flex-box {
	display: flex;
	justify-content: center;
}

.contact-address {
	background: url(../images/world-map.png) no-repeat center center;
	background-color: #fcfcfc;
	padding: 5% 0;
}

.contact-address-box {
	width: 25%;
	float: left;
	margin: 10px 15px 0px 15px;
	min-height: 225px;
}

.contact-address-box h5 {
	background: #0078c1;
	color: #fff;
	padding: 8px;
	display: block;
	font-size: 14px;
}

.contact-address-box p b {
	font-weight: normal;
	color: #0078c1;
}

.contact-form {
	background-color: #f3f3f3;
}

.contact-form-holder {
	padding: 5%;
}

.contact-form-container h3 {
	color: #222;
	font-size: 35px;
	font-weight: 100;
	padding-bottom: 35px;
	line-height: 24px;
	text-align: center;
}

.contact-form-container ul {
	list-style: none;
}

.contact-form-container ul li {
	display: inline-block;
	box-sizing: border-box;
}

.contact-form-container .fields ul li {
	width: 32.33%;
	padding: 7px;
}

.contact-form-container .fields ul li:nth-last-child(2) {
	width: 100%;
}

.contact-form-container .fields ul li:last-child {
	width: auto;
	margin: 0 10px
}

.contact-form-container .fields .field .form-control {
	margin-bottom: 20px;
}

.contact-form-container .field-holder .field .group input,
.contact-form-container .field-holder .field .group select,
.contact-form-container .field-holder .field .group textarea {
	background-color: transparent;
	box-shadow: none;
	color: #222;
	font-weight: 100;
	font-size: 16px;
	padding: 0;
	padding: 10px 0;
	line-height: 25px;
	resize: none;
}

.contact-form-container input,
select,
textarea {
	font-size: 18px;
	display: block;
	width: 100%;
	border: none;
	border-bottom: 2px solid #d5d5d5;
}

.contact-form-container .select-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 10px;
	background-image: url(../images/select-bg.png);
	background-repeat: no-repeat;
	background-position: center;
}

.select-holder select {
	width: 110%;
	-webkit-appearance: menulist-button;
	line-height: 42px !important;
}

.select-holder {
	overflow-X: hidden;
	width: 100%;
	position: relative;
	cursor: pointer;
}

.contact-form-container .fields ul li {
	padding: 0;
	width: 32.33%;
	padding-right: 15px;
}

.contact-form-container:focus {
	border: none !important;
	outline: 0 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .0) !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0), 0 0 8px rgba(102, 175, 233, 0) !important;
}

.contact-form-container::-moz-placeholder {
	color: #000;
	opacity: 1 !important;
}

.contact-form-container:-ms-input-placeholder {
	color: #000 !important;
}

.contact-form-container::-webkit-input-placeholder {
	color: #000 !important;
}

.contact-form-container .group {
	position: relative;
}

.contact-form-container .field {
	padding: 0 10px;
	margin-bottom: 15px;
}

.contact-form-container .bar {
	position: relative;
	display: block;
	width: 100%;
}

.bar:before,
.bar:after {
	content: '';
	height: 2px;
	width: 0;
	bottom: 1px;
	position: absolute;
	background: #0078c1;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
	outline: none !important;
}

.contact-form-container .bar:before {
	left: 50%;
}

.contact-form-container .bar:after {
	right: 50%;
}

input:focus~.bar:before,
input:focus~.bar:after,
select:focus~.bar:before,
select:focus~.bar:after,
textarea:focus~.bar:before,
textarea:focus~.bar:after {
	width: 50%;
}

.contact-form-container .btn-submit {
	-webkit-transition: all ease-out 0.5s;
	-moz-transition: all ease-out 0.5s;
	-o-transition: all ease-out 0.5s;
	transition: all ease-out 0.5s;
	background: #0078c1;
	padding: 10px 15px;
	border: none;
	color: #fff;
}

.contact-form-container .btn-submit:hover {
	background: #003d86;
}

.vision-box .vision-right-bg {
	background: url(../images/banner-2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.input_field:focus {
	box-shadow: none;
	outline: none;
}

.top-whats-app {
	position: fixed;
	z-index: 9999;
	top: 58px;
	right: 8px;
}

.top-whats-app a {
	padding: 10px;
	width: 50px;
	height: 50px;
	color: #ffffff !important;
	background: #27c34c;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	border-radius: 50%;
	text-align: center;
}

.top-whats-app a:hover {
	color: #27c34c !important;
	background: #ffffff !important;
}

.headerwhatsApp i {
	font-size: 30px;
}


@media (max-width: 992px) {
	.vision-box .vision-right-bg {
		background-color: #333333;
	}
}

@media (min-width: 768px) {
	.vision-box .vision-content {
		width: 720px;
		margin: 20px auto;
	}
}

@media (min-width: 992px) {
	.vision-box .vision-content {
		width: 455px;
		margin: 0 15px;
	}

	.vision-box .vision-left {
		float: right;
	}
}

@media (min-width: 1200px) {
	.vision-box .vision-content {
		width: 555px;
	}
}

.service-link {
	padding: 10% 0 10% 20%;
}

@media (max-width: 768px) {
	.service-link {
		padding: 10% 0 10% 5%;
	}

	.full-page-vision {
		padding: 0px;
	}

	.vision-box .vision-right-bg {
		margin: 0 -10px;
	}

	;
}

.slide-section {
	position: relative;
	padding: 40px 0;
}

.slide-section:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	width: 42%;
	background: #0078c1;
}

.slide-section,
.flexslider {
	background: none !important;
	border: none !important;
}

.slide-section .flex-nav-next {
	display: none;
}

.slide-section .flex-nav-prev {
	display: none;
}

.slide-section .flex-control-nav {
	top: 0;
}

.slide-section .flex-control-paging li a.flex-active {
	background: #0078c1;
}

.slide-section .flex-control-paging li a {
	background: rgba(0, 120, 193, 0.5);
}

.slide-section .flex-control-paging li a:hover {
	background: rgba(0, 120, 193, 0.7);
}

.slide-section-left {
	position: relative;
	padding: 50px 20px 100px 50px;
	float: left;
	width: 48%;
	top: 100px;
	left: 100px;
}

.slide-section-right {
	position: relative;
	float: left;
	width: 50%;
	padding: 80px 0 0;
}

.slide-section-right h2 {
	font-size: 42px;
	margin-bottom: 30px;
	font-weight: 600;
}

.slide-section-right p {
	font-size: 15px;
	line-height: 28px;
}

.home-fact-bg {
	background: url(../images/home-fact-bg.jpg) center center no-repeat fixed;
	min-height: 350px;
	padding: 60px 0;
	background-size: cover;
}

.home-fact-bg h2 {
	font-size: 36px;
	text-align: center;
	color: #fff;
	margin-bottom: 50px;
}

.home-fact-box {
	text-align: center;
	color: #fff;
	margin: 20px 0;
}

.home-known-facts-plus {
	font-size: 30px;
	display: inline;
	padding-left: 5px;
}

.home-fact-box span {
	display: inline !important;
	font-size: 30px;
}

.home-fact-box i {
	font-size: 48px;
	display: block;
}

.home-fact-box h3 {
	font-size: 22px;
	margin-top: 10px;
}

.home-tab-bg {
	background: rgba(0, 93, 151, 1);
	background: -moz-linear-gradient(left, rgba(0, 93, 151, 1) 0%, rgba(0, 119, 193, 1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 93, 151, 1)), color-stop(100%, rgba(0, 119, 193, 1)));
	background: -webkit-linear-gradient(left, rgba(0, 93, 151, 1) 0%, rgba(0, 119, 193, 1) 100%);
	background: -o-linear-gradient(left, rgba(0, 93, 151, 1) 0%, rgba(0, 119, 193, 1) 100%);
	background: -ms-linear-gradient(left, rgba(0, 93, 151, 1) 0%, rgba(0, 119, 193, 1) 100%);
	background: linear-gradient(to right, rgba(0, 93, 151, 1) 0%, rgba(0, 119, 193, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005d97', endColorstr='#0077c1', GradientType=1);
	min-height: 300px;
}

.blue-btn {
	border: 2px solid #0078c1;
	border-radius: 25px;
	color: #0078c1;
	margin-top: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 10px 28px 10px 28px;
	line-height: 1;
	font-size: 12px;
}

.blue-btn:hover {
	background: #0078c1;
	color: #fff;
}

.red-btn {
	border: 2px solid #c7161e;
	border-radius: 25px;
	color: #c7161e;
	margin-top: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 10px 28px 10px 28px;
	line-height: 1;
	font-size: 12px;
}

.red-btn:hover {
	background: #c7161e;
	color: #fff;
}

.white-btn {
	border: 2px solid #fff;
	border-radius: 25px;
	color: #fff;
	margin-top: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 10px 28px 10px 28px;
	line-height: 1;
	font-size: 12px;
}

.white-btn:hover {
	background: #fff;
	color: #0078c1;
}

.home-tab-bg-left {
	color: #fff;
	padding: 50px 0;
}

.home-tab-bg-right img {
	margin: -30px 0 0px;
	position: absolute;
	z-index: 55;
}

.skill_progress_wrap {
	float: left;
	width: 100%;
	border: 1px solid #b6c4d2;
	margin-bottom: 70px;
}

figure {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}

figure img {
	float: left;
	width: 100%;
}

.skill_progress_des {
	float: left;
	width: 100%;
	padding: 10px 50px 10px 20px;
}

.progress_heading {
	float: left;
	width: 100%;
	position: relative;
	margin: -5px 0 35px 0;
	padding: 0 0 4px;
	border-bottom: 2px solid #e2e2e2;
}

.progress_heading:before {
	content: "";
	left: 0;
	right: 0;
	bottom: -2px;
	position: absolute;
	height: 2px;
	width: 40px;
}

.page_title_3 {
	font-size: 24px;
	color: #0078c1;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 10px;
}

.page_title_3::before {
	position: absolute;
	content: '';
	width: 70px;
	height: 3px;
	background-color: #027440;
	left: 0;
	bottom: -14px;
}

.explore-work {
	background: url("../images/explore-bg.jpg") no-repeat center center fixed;
	background-size: cover;
	height: auto;
	padding: 50px 0 30px 0;
	position: relative;
}

.footer-top-strip {
	background: #0078c1;
	color: #fff;
	padding: 20px 0;
}

.footer-top-strip h3 {
	float: left;
	padding-right: 35px;
}

.footer-strip-no {
	margin: 20px 0 10px;
	display: inline-block;
	padding: 0 10px;
	font-size: 17px;
}

.footer-strip-no a {
	font-size: 15px;
	border: 2px solid #fff;
	background: #fff;
	color: #0078c1;
	padding: 5px 15px;
	line-height: 1;
	border-radius: 25px;
}

.footer-strip-no a:hover {
	text-decoration: none;
	background: #0078c1;
	border: 2px solid #fff;
	color: #fff;
}

.footer-strip-id {
	font-size: 17px;
	margin: 20px 0 10px;
	display: inline-block;
	padding: 0 10px;
}

.footer-strip-id a {
	border: 2px solid #fff;
	background: #fff;
	color: #0078c1;
	padding: 5px 15px;
	line-height: 1;
	border-radius: 25px;
	font-size: 15px;
}

.footer-strip-id a:hover {
	background: #0078c1;
	border: 2px solid #fff;
	color: #fff;
	text-decoration: none;
}

#carousel-testimonials {
	padding-bottom: 50px;
	position: relative;
	min-height: 300px;
}

#carousel-testimonials>.carousel-indicators {
	text-align: center;
	left: 0;
	right: 0;
}

#carousel-testimonials>.carousel-indicators .active {
	background: #027440;
}

#carousel-testimonials>.carousel-indicators li {
	background: #47d192;
}

#carousel-clients {
	padding-bottom: 50px;
	position: relative;
	min-height: 300px;
}

#carousel-clients>.carousel-indicators {
	text-align: center;
	left: 0;
	right: 0;
}

#carousel-clients>.carousel-indicators .active {
	background: #027440;
}

#carousel-clients>.carousel-indicators li {
	background: #47d192;
}

.website-design-bg {
	background: url("../images/composition-bg.jpg") no-repeat center center;
	background-size: cover;
	height: auto;
	min-height: 450px;
	color: #3c3d45;
	padding: 80px 0;
}

.website-design-bg img {
	display: block;
	margin: 0 auto;
}

.website-design-bg h2 {
	font-family: 'GothamMedium';
	font-size: 48px;
	text-transform: uppercase;
	margin: 0px 0 30px;
}

.website-design-bg-left {
	padding: 0;
	font-size: 22px;
	line-height: 36px;
}

.svg-bg {
	color: #3c3d45;
	padding: 50px 0;
	font-family: 'HelveticaNeueLightCond' !important;
	background: #efefef;
}

.svg-bg-img {
	padding: 40px 0;
}

.svg-bg-content {
	text-align: center;
}

.svg-bg-content h2 {
	font-size: 50px;
	font-family: 'GothamMedium' !important;
	margin: 0 0 30px;
	color: #e9411c;
}

.svg-bg-content p {
	font-size: 22px;
	line-height: 30px;
	padding: 40px 0 0;
}

.animation-bg {
	color: #008587;
	font-family: 'HelveticaNeueLightCond' !important;
	padding: 50px 0;
	text-align: center;
	background: #EBEBEB;
}

.animation-bg h2 {
	font-family: 'GothamMedium' !important;
	text-transform: uppercase;
	font-size: 46px;
	margin: 0 0 30px;
}

.animation-bg p {
	font-size: 18px;
	padding-top: 40px;
	margin: 0;
	font-family: 'GothamMedium';
}

.animation-bg-img img {
	width: 400px;
}

.typography-bg-left {
	background: #ec145b;
}

.typography-bg-left-box {
	font-family: 'HelveticaNeueLightCond' !important;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	padding: 80px 20px 80px 200px;
}

.typography-left-one {
	font-size: 4.3em;
	margin: 0;
	line-height: 0.9em;
}

.typography-left-two {
	font-size: 4em;
	margin: 0;
	line-height: 0.9em;
}

.typography-left-three {
	font-size: 3.9em;
	margin: 0;
	line-height: 0.9em;
}

.typography-left-four {
	font-size: 7.1em;
	margin: 0;
	line-height: 0.9em;
}

.typography-left-five {
	font-size: 4.2em;
	margin: 0;
	line-height: 0.9em;
}

.typography-bg-right-box {
	font-family: 'HelveticaNeueLightCond' !important;
	color: #ec145b;
	font-weight: bold;
	text-transform: uppercase;
	padding: 140px 20px 80px 150px;
}

.typography-right-one {
	font-size: 2.3em;
	margin: 0;
	line-height: 0.9em;
	display: inline-block;
	padding: 0 5px;
}

.typography-right-two {
	font-size: 3.4em;
	margin: 0;
	line-height: 0.9em;
	display: inline-block;
	padding: 0 5px;
}

.typography-right-three {
	font-size: 3.7em;
	margin: 0;
	line-height: 0.9em;
	display: inline-block;
	padding: 0 5px;
}

.typography-right-four {
	font-size: 4em;
	margin: 0;
	line-height: 0.9em;
	display: inline-block;
	padding: 0 5px;
}

.typography-right-five {
	font-size: 5.6em;
	margin: 0;
	line-height: 0.9em;
	display: inline-block;
	padding: 0 5px;
}

.brighter-colors-left {
	text-align: center;
	padding: 30px 0;
	position: relative;
	min-height: 362px;
}

.brighter-colors-left img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin: auto auto 0;
}

.brighter-colors-left h2 {
	color: #2d607d;
	font-family: 'HelveticaNeueLightCond' !important;
	font-size: 3em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.yellow {
	color: #feba1b;
}

.green {
	color: #7a972b;
}

.brighter-colors-left p {
	color: #2d607d;
	font-size: 20px;
	line-height: 28px;
	padding: 40px 0 30px;
	font-family: 'HelveticaNeueLightCond' !important;
}

.inner-advantage-bg {
	background: #00952c;
	text-align: center;
	padding: 40px 0;
	color: #fff;
}

.inner-advantage-bg h2 {
	font-size: 36px;
	font-family: "GothamMedium";
	margin-bottom: 30px;
}

.inner-advantage-bg h3 {
	font-size: 34px;
	font-family: "GothamLight";
	padding-bottom: 20px;
}

.inner-advantage-bg h4 {
	line-height: 32px;
	font-family: "GothamLight";
	font-size: 24px;
}

.asymmetry-bg {
	background: #ec145b;
}

.asymmetry-bg img {
	float: right;
}

.process__inner {
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	max-width: 1140px;
}

.process__inner:before,
.process__inner:after {
	content: " ";
	display: table;
}

.process__inner>h2 {
	color: #404148;
}

h1.aligncenter,
h2.aligncenter,
h3.aligncenter,
h4.aligncenter,
p.aligncenter {
	text-align: center;
}

.aligncenter,
img.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.process__item {
	width: 20%;
	float: left;
	padding: 0 .9375rem;
}

.process__item {
	width: 20%;
	float: left;
	padding: 0 .9375rem;
}

.process__item .first__svg {
	width: 100%;
	min-height: 100px;
	max-height: 254px;
}

.first__svg {
	position: relative;
	width: 27%;
	max-height: 124px;
	margin: 0 auto;
}

.process__item .first__svg svg {
	fill: #efefef;
	stroke-width: 1;
	stroke-opacity: 1;
	stroke-dashoffset: 1000;
	transition: stroke-opacity 400ms;
}

.process__item .first__svg svg {
	fill: #efefef;
	stroke-width: 1;
	stroke-opacity: 1;
	stroke-dashoffset: 1000;
	transition: stroke-opacity 400ms;
	width: 100%;
}

.process__item svg {
	max-height: 250px;
}

.process__item:hover .item__title h2,
.process__item.active .item__title h2 {
	color: #404148;
	border: none;
	background: none;
	text-decoration: none;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.process__item .item__title {
	text-align: center;
	font-size: .65em;
}

.process__item .item__title h2 {
	font-size: 2.5em;
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
	transition: color 400ms, background 400ms, border 400ms, -webkit-transform 400ms;
	transition: transform 400ms, color 400ms, background 400ms, border 400ms;
	transition: transform 400ms, color 400ms, background 400ms, border 400ms, -webkit-transform 400ms;
}

.process__item .item__title h2 {
	margin-top: 0;
}

.process__item .item__title h2 {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	color: #fff;
	background: #e9411c;
	border-radius: 3px;
	border: 3px solid #e9411c;
	transition: color 400ms, background 400ms, border 400ms;
	text-decoration: none;
}

.process__item:hover svg,
.process__item.active svg {
	stroke: #404148;
	stroke-width: 1;
	stroke-opacity: 1;
	stroke-dasharray: 1000;
	stroke-dashoffset: 0;
	fill: #404148;
	transition: fill 1s 400ms ease, stroke-dashoffset 2000ms, stroke-opacity 400ms;
}

.process__item:hover svg h2 {
	border: none;
	text-decoration: none;
}

.process__item .item__title h2:hover {
	text-decoration: none;
	border: none;
}

.hide {
	display: none;
}

.webdesign-right-new h1 {
	color: #00952c;
}

.webdesign-right-new h1::before {
	background: #e9411c;
}

.webdesign-right-new p {
	color: #00952c;
}

.responsive-website-design-bg {
	font-family: 'GothamLight';
	background: url(../images/responsive-website-design-bg.jpg) center center no-repeat fixed;
	min-height: 450px;
	text-align: center;
	padding: 80px 0;
	background-size: cover;
	color: #fff;
	z-index: 0;
	position: relative;
}

.responsive-website-design-bg:before {
	background: rgba(0, 0, 0, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.responsive-website-design-bg h1 {
	font-size: 36px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.responsive-website-design-bg p {
	font-size: 20px;
	line-height: 28px;
}

.website-application-development-bg {
	font-family: 'GothamLight';
	background: url(../images/website-application-development-bg.jpg) center center no-repeat fixed;
	min-height: 450px;
	text-align: center;
	padding: 80px 0;
	background-size: cover;
	color: #fff;
	z-index: 0;
	position: relative;
}

.website-application-development-bg:before {
	background: rgba(0, 0, 0, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.website-application-development-bg h1 {
	font-size: 36px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.website-application-development-bg p {
	font-size: 20px;
	line-height: 28px;
}

.website-strategy-consultation-bg {
	font-family: 'GothamLight';
	background: url(../images/website-strategy-consultation-bg.jpg) center center no-repeat fixed;
	min-height: 450px;
	text-align: center;
	padding: 80px 0;
	background-size: cover;
	color: #fff;
	z-index: 0;
	position: relative;
}

.website-strategy-consultation-bg:before {
	background: rgba(0, 0, 0, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.website-strategy-consultation-bg h1 {
	font-size: 36px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.website-strategy-consultation-bg p {
	font-size: 20px;
	line-height: 28px;
}

.social-media-marketing-bg {
	font-family: 'GothamLight';
	background: url(../images/social-media-marketing-bg.jpg) center center no-repeat fixed;
	min-height: 450px;
	text-align: center;
	padding: 80px 0;
	background-size: cover;
	color: #fff;
	z-index: 0;
	position: relative;
}

.social-media-marketing-bg:before {
	background: rgba(0, 0, 0, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.social-media-marketing-bg h1 {
	font-size: 36px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.social-media-marketing-bg p {
	font-size: 20px;
	line-height: 28px;
}

.microsite-design-bg {
	font-family: 'GothamLight';
	background: url(../images/microsite-design-bg.jpg) center center no-repeat fixed;
	min-height: 450px;
	text-align: center;
	padding: 80px 0;
	background-size: cover;
	color: #fff;
	z-index: 0;
	position: relative;
}

.microsite-design-bg:before {
	background: rgba(0, 0, 0, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.microsite-design-bg h1 {
	font-size: 36px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.microsite-design-bg p {
	font-size: 20px;
	line-height: 28px;
}

.content-management-systems-bg {
	font-family: 'GothamLight';
	background: url(../images/content-management-systems-bg.jpg) center center no-repeat fixed;
	min-height: 450px;
	text-align: center;
	padding: 80px 0;
	background-size: cover;
	color: #fff;
	z-index: 0;
	position: relative;
}

.content-management-systems-bg:before {
	background: rgba(0, 0, 0, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.content-management-systems-bg h1 {
	font-size: 36px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.content-management-systems-bg p {
	font-size: 20px;
	line-height: 28px;
}

.mobile-app-development-bg {
	font-family: 'GothamLight';
	background: url(../images/mobile-app-development-bg.jpg) center center no-repeat fixed;
	min-height: 450px;
	text-align: center;
	padding: 80px 0;
	background-size: cover;
	color: #fff;
	z-index: 0;
	position: relative;
}

.mobile-app-development-bg:before {
	background: rgba(0, 0, 0, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.mobile-app-development-bg h1 {
	font-size: 36px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.mobile-app-development-bg p {
	font-size: 20px;
	line-height: 28px;
}

.multilingual-website-bg {
	font-family: 'GothamLight';
	background: url(../images/multilingual-website-bg.jpg) center center no-repeat fixed;
	min-height: 450px;
	text-align: center;
	padding: 80px 0;
	background-size: cover;
	color: #fff;
	z-index: 0;
	position: relative;
}

.multilingual-website-bg:before {
	background: rgba(0, 0, 0, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.multilingual-website-bg h1 {
	font-size: 36px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.multilingual-website-bg p {
	font-size: 20px;
	line-height: 28px;
}

.online-presence-creation-bg {
	font-family: 'GothamLight';
	background: url(../images/online-presence-creation-bg.jpg) center center no-repeat fixed;
	min-height: 450px;
	text-align: center;
	padding: 80px 0;
	background-size: cover;
	color: #fff;
	z-index: 0;
	position: relative;
}

.online-presence-creation-bg:before {
	background: rgba(0, 0, 0, 0.6);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.online-presence-creation-bg h1 {
	font-size: 36px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.online-presence-creation-bg p {
	font-size: 20px;
	line-height: 28px;
}

.search-engine-optimization-bg {
	font-family: 'GothamLight';
	background: url(../images/search-engine-optimization-bg.jpg) center center no-repeat fixed;
	min-height: 450px;
	text-align: center;
	padding: 80px 0;
	background-size: cover;
	color: #fff;
	z-index: 0;
	position: relative;
}

.search-engine-optimization-bg:before {
	background: rgba(0, 0, 0, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.search-engine-optimization-bg h1 {
	font-size: 36px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.search-engine-optimization-bg p {
	font-size: 20px;
	line-height: 28px;
}

.search-engine-marketing-bg {
	font-family: 'GothamLight';
	background: url(../images/search-engine-marketing-bg.jpg) center center no-repeat fixed;
	min-height: 450px;
	text-align: center;
	padding: 80px 0;
	background-size: cover;
	color: #fff;
	z-index: 0;
	position: relative;
}

.search-engine-marketing-bg:before {
	background: rgba(0, 0, 0, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.search-engine-marketing-bg h1 {
	font-size: 36px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.search-engine-marketing-bg p {
	font-size: 20px;
	line-height: 28px;
}

.email-marketing-bg {
	font-family: 'GothamLight';
	background: url(../images/email-marketing-bg.jpg) center center no-repeat fixed;
	min-height: 450px;
	text-align: center;
	padding: 80px 0;
	background-size: cover;
	color: #fff;
	z-index: 0;
	position: relative;
}

.email-marketing-bg:before {
	background: rgba(0, 0, 0, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.email-marketing-bg h1 {
	font-size: 36px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.email-marketing-bg p {
	font-size: 20px;
	line-height: 28px;
}

.chat-integration-bg {
	font-family: 'GothamLight';
	background: url(../images/chat-integration-bg.jpg) center center no-repeat fixed;
	min-height: 450px;
	text-align: center;
	padding: 80px 0;
	background-size: cover;
	color: #fff;
	z-index: 0;
	position: relative;
}

.chat-integration-bg:before {
	background: rgba(0, 0, 0, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.chat-integration-bg h1 {
	font-size: 36px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.chat-integration-bg p {
	font-size: 20px;
	line-height: 28px;
}

.brand-creation-bg {
	font-family: 'GothamLight';
	background: url(../images/brand-creation-bg.jpg) center center no-repeat fixed;
	min-height: 450px;
	text-align: center;
	padding: 80px 0;
	background-size: cover;
	color: #fff;
	z-index: 0;
	position: relative;
}

.brand-creation-bg:before {
	background: rgba(0, 0, 0, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.brand-creation-bg h1 {
	font-size: 36px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.brand-creation-bg p {
	font-size: 20px;
	line-height: 28px;
}

.market-research-analysis-bg {
	font-family: 'GothamLight';
	background: url(../images/market-research-analysis-bg.jpg) center center no-repeat fixed;
	min-height: 450px;
	text-align: center;
	padding: 80px 0;
	background-size: cover;
	color: #fff;
	z-index: 0;
	position: relative;
}

.market-research-analysis-bg:before {
	background: rgba(0, 0, 0, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.market-research-analysis-bg h1 {
	font-size: 36px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.market-research-analysis-bg p {
	font-size: 20px;
	line-height: 28px;
}

.competitive-intelligence-bg {
	font-family: 'GothamLight';
	background: url(../images/competitive-intelligence-bg.jpg) center center no-repeat fixed;
	min-height: 450px;
	text-align: center;
	padding: 80px 0;
	background-size: cover;
	color: #fff;
	z-index: 0;
	position: relative;
}

.competitive-intelligence-bg:before {
	background: rgba(0, 0, 0, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.competitive-intelligence-bg h1 {
	font-size: 36px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.competitive-intelligence-bg p {
	font-size: 20px;
	line-height: 28px;
}

.digital-marketing-bg {
	font-family: 'GothamLight';
	background: url(../images/digital-marketing-bg.jpg) center center no-repeat fixed;
	min-height: 450px;
	text-align: center;
	padding: 80px 0;
	background-size: cover;
	color: #fff;
	z-index: 0;
	position: relative;
}

.digital-marketing-bg:before {
	background: rgba(0, 0, 0, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.digital-marketing-bg h1 {
	font-size: 36px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.digital-marketing-bg p {
	font-size: 20px;
	line-height: 28px;
}

.digital-intelligence-bg {
	font-family: 'GothamLight';
	background: url(../images/digital-intelligence-bg.jpg) center center no-repeat fixed;
	min-height: 450px;
	text-align: center;
	padding: 80px 0;
	background-size: cover;
	color: #fff;
	z-index: 0;
	position: relative;
}

.digital-intelligence-bg:before {
	background: rgba(0, 0, 0, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.digital-intelligence-bg h1 {
	font-size: 36px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.digital-intelligence-bg p {
	font-size: 20px;
	line-height: 28px;
}

.technologies-bg {
	text-align: center;
	color: #20ab69;
	padding: 40px 0 60px;
}

.technologies-bg h2 {
	font-size: 50px;
	font-family: 'HelveticaNeueLightCond' !important;
	text-transform: uppercase;
	margin-bottom: 50px;
}






.vulnerability-assessment-bg {
	font-family: 'GothamLight';
	background: url(../images/vulnerability-assessment-penetration-testing..jpg) center center no-repeat fixed;
	min-height: 450px;
	text-align: center;
	padding: 80px 0;
	background-size: cover;
	color: #fff;
	z-index: 0;
	position: relative;
}

.vulnerability-assessment-bg::before {
	background: rgba(0, 0, 0, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.vulnerability-assessment-bg h1 {
	font-size: 36px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.vulnerability-assessment-bg p {
	font-size: 20px;
	line-height: 28px;
}


.source-code-bg {
	font-family: 'GothamLight';
	background: url(../images/source-code-review..jpg) center center no-repeat fixed;
	min-height: 450px;
	text-align: center;
	padding: 80px 0;
	background-size: cover;
	color: #fff;
	z-index: 0;
	position: relative;
}

.source-code-bg::before {
	background: rgba(0, 0, 0, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.source-code-bg h1 {
	font-size: 36px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.source-code-bg p {
	font-size: 20px;
	line-height: 28px;
}









.technologies-bg p {
	font-size: 22px;
	font-family: 'HelveticaNeueLightCond';
}

.experience-bg {
	text-align: center;
	color: #fff;
	padding: 40px 0 60px;
	background: #20ab69;
}

.experience-bg h2 {
	font-size: 36px;
	font-family: 'HelveticaNeueLightCond' !important;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.experience-content-1 {
	text-align: left;
	font-family: 'HelveticaNeueLightCond';
	font-size: 20px;
	padding-bottom: 20px;
}

.experience-content-2 {
	text-align: left;
	font-family: 'HelveticaNeueLightCond';
	font-size: 20px;
	padding: 10px 0 10px 60px;
}

.technology-consulting-bg {
	background: #eb7a1a;
	color: #fff;
	text-align: center;
	padding: 60px 0;
}

.technology-consulting-box i {
	font-size: 48px;
	margin-bottom: 20px;
}

.technology-consulting-box h2 {
	text-transform: uppercase;
	font-size: 32px;
	font-family: 'HelveticaNeueLightCond';
	margin: 20px 0;
}

.technology-consulting-box h2 span {
	display: block;
}

.technology-consulting-box p {
	font-family: 'HelveticaNeueLightCond';
	font-size: 18px;
	padding: 0 15px;
}

.build-solutions {
	background: #e9411c;
	color: #fff;
	text-align: center;
	padding: 50px 0;
}

.build-solutions h2 {
	font-family: 'HelveticaNeueLightCond';
	margin: 0;
	font-size: 36px;
	text-transform: uppercase;
	line-height: 48px;
}

.build-solutions h2 a {
	color: #fff;
	font-size: 50px;
	font-weight: 600;
}

.web-application-bg {
	background: url(../images/web-application-bg.jpg) center center no-repeat;
	min-height: 500px;
	padding: 80px 0;
	background-size: cover;
	color: #fff;
}

.web-application-bg-left {
	font-family: 'HelveticaNeueLightCond';
	padding: 0 20px 0 90px;
}

.web-application-bg-left h2 {
	color: #e9411c;
	font-family: 'HelveticaNeueLightCond';
	font-size: 40px;
	line-height: 40px;
	text-shadow: 0 0 10px rgba(0, 0, 0, .8);
}

.web-application-bg-left p {
	font-size: 24px;
}

.web-application-bg-right {
	font-family: 'HelveticaNeueLightCond';
	padding: 0 60px 0 30px;
}

.web-application-bg-right h2 {
	color: #51c336;
	font-family: 'HelveticaNeueLightCond';
	font-size: 40px;
	line-height: 40px;
	text-shadow: 0 0 10px rgba(0, 0, 0, .8);
}

.web-application-bg-right p {
	font-size: 24px;
}

.custom-application-bg {
	text-align: center;
	background: #fff;
	padding: 80px 0;
}

.custom-application-box {
	margin: 35px 0;
}

.custom-application-box i {
	color: #e9411c;
	font-size: 56px;
	margin-bottom: 30px;
}

.custom-application-box h2 {
	margin: 30px 0 0;
	color: #51c436;
	font-family: 'GothamMedium';
	font-size: 32px;
	text-transform: uppercase;
}

.custom-application-box h2 span {
	display: block;
}

.mobile-top-call {
	text-align: center;
}

.mobile-top-call a {
	color: #fff;
	font-size: 32px;
	margin: 0 7px;
}

.mobile-top-call a:hover {
	color: #CCC;
}

.multilingual-bg-1 {
	background: url(../images/multilingual-bg-1.jpg) center center no-repeat;
	min-height: 500px;
	padding: 80px 0;
	background-size: cover;
}

.multilingual-bg-1 h2 {
	color: #ec145b;
	font-size: 49px;
	font-family: 'GothamMedium' !important;
	text-transform: uppercase;
}

.mobile-app-html5-bg {
	color: #e12f2f;
	text-align: center;
	padding: 40px 0;
}

.mobile-app-html5-bg h2 {
	font-size: 49px;
	font-family: 'GothamMedium' !important;
}

.mobile-app-html5-bg p {
	font-size: 20px;
	font-family: "GothamLight";
	margin-top: 50px;
	font-weight: 600;
}

.ios-app-bg {
	background: #e12f2f;
	text-align: center;
	padding: 0px 0 40px 0;
	color: #fff;
}

.ios-app-bg h2 {
	font-size: 49px;
	font-family: 'GothamMedium' !important;
}

.ios-app-bg p {
	font-size: 20px;
	font-family: "GothamLight";
	margin-top: 50px;
	font-weight: 600;
}

.ios-app-bg-r {
	padding-top: 40px;
}

.ios-app-bg-2 {
	background: url(../images/ios-app-bg-2.jpg) center center no-repeat #f2f2f2;
	min-height: 500px;
	padding: 80px 0;
	background-size: cover;
}

.android-app-bg {
	background: #fff;
	color: #109d10;
	text-align: center;
	padding: 40px 0;
}

.android-app-bg h2 {
	font-size: 49px;
	font-family: 'HelveticaNeueLightCond' !important;
}

.android-app-bg p {
	font-size: 20px;
	font-family: "GothamLight";
	margin-top: 50px;
	font-weight: 600;
}

.android-app-bg-2 {
	background: #109d10;
	padding: 40px 0;
	color: #fff;
	text-align: center;
	min-height: 500px;
}

.android-app-bg-2 p {
	font-size: 20px;
	font-family: "GothamLight";
	font-weight: 600;
}

.media-activation-bg {
	background: #f4f4f4;
	color: #ed1e79;
	text-align: center;
	padding: 40px 0;
}

.media-activation-bg h2 {
	font-size: 49px;
	font-family: 'HelveticaNeueLightCond' !important;
}

.media-activation-bg p {
	font-size: 20px;
	font-family: "GothamLight";
	margin-top: 50px;
	font-weight: 600;
}

.target-audience-bg {
	color: #fff;
	background: #2aabe4;
}

.target-audience-left img {
	margin: -50px 0 -50px 0;
}

.target-audience-right {
	text-align: center;
	padding-top: 80px;
}

.target-audience-right h2 {
	font-size: 49px;
	font-family: 'HelveticaNeueLightCond' !important;
}

.target-audience-right p {
	font-size: 20px;
	font-family: "GothamLight";
	margin-top: 50px;
	font-weight: 600;
}

.trending-theme-bg {
	color: #ed1e79;
	padding-top: 60px;
	text-align: center;
}

.trending-theme-bg h2 {
	font-size: 49px;
	font-family: 'HelveticaNeueLightCond' !important;
	padding-top: 50px;
}

.trending-theme-bg p {
	font-size: 20px;
	font-family: "GothamLight";
	margin-top: 30px;
	font-weight: 600;
}

.influencer-marketing-bg {
	background: #ef464d;
	color: #fff;
	text-align: center;
}

.influencer-marketing-bg h2 {
	font-size: 49px;
	font-family: 'HelveticaNeueLightCond' !important;
}

.influencer-marketing-bg p {
	font-size: 20px;
	font-family: "GothamLight";
	margin-top: 40px;
	font-weight: 600;
}

.influencer-marketing-right {
	padding-top: 80px;
}

.english-internet-bg {
	background: url(../images/english-internet-bg.jpg) center center no-repeat fixed;
	min-height: 500px;
	padding: 80px 0;
	background-size: cover;
	color: #fff;
}

.english-internet-bg h2 {
	font-size: 49px;
	font-family: 'HelveticaNeueLightCond' !important;
}

.english-internet-bg p {
	font-size: 20px;
	font-family: "GothamLight";
	margin-top: 40px;
	font-weight: 600;
}

.english-internet-left {
	padding: 20px 40px 20px 40px;
}

.english-internet-right {
	padding: 20px 40px 20px 40px;
}

.mobile-app-windows-bg {
	background: url(../images/mobile-app-windows-bg.jpg) center center no-repeat;
	min-height: 500px;
	padding: 80px 0;
	background-size: cover;
	color: #fff;
	text-align: center;
}

.mobile-app-windows-bg h2 {
	font-size: 49px;
	font-family: 'HelveticaNeueLightCond' !important;
}

.mobile-app-windows-bg p {
	font-size: 20px;
	font-family: "GothamLight";
	margin-top: 40px;
	font-weight: 600;
}

.mobile-app-windows-bg-2 {
	padding: 80px 0;
	background-size: cover;
	color: #fff;
	text-align: center;
	background: #40acee;
}

.mobile-app-windows-bg-2 h2 {
	font-size: 49px;
	font-family: 'HelveticaNeueLightCond' !important;
}

.mobile-app-windows-bg-2 p {
	font-size: 20px;
	font-family: "GothamLight";
	margin-top: 40px;
	font-weight: 600;
}

.works-section-box h3 {
	font-weight: 600;
	color: #0d496d;
}

.works-section-box p {
	color: #000;
}

.works-detail {
	text-align: center;
}

.inner-temp {
	text-align: center;
	padding-top: 40px;
}

.our-work {
	margin: 0;
	padding: 0;
}

.our-work li {
	list-style: none;
	width: 40%;
	float: left;
	margin: 40px 5% 40px 5%;
	display: none;
}

* {
	box-sizing: border-box;
}

.load-btn {
	margin: auto;
	display: block;
	margin-bottom: 100px;
	margin-top: 150px;
	cursor: pointer;
	background: none;
}

.inner-temp-title {
	font-size: 28px;
	color: #0078c1;
	text-transform: uppercase;
	position: relative;
	display: block;
	margin-bottom: 38px;
}

.inner-temp-title::before {
	position: absolute;
	content: '';
	width: 164px;
	height: 3px;
	background-color: #027440;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -14px;
}

.left-form {
	background: #fff !important;
	border: 1px solid #c1c1c1 !important;
	color: #000 !important
}

#form1 .fieldset placeholder {
	color: #000 !important
}

form {
	margin: 0;
	padding: 0
}

*:focus {
	outline: 0
}

.fieldset {
	width: 100%;
	height: auto;
	padding: 10px 15px;
	background-color: #cccfe1;
	display: block;
	border: 0;
	outline: 0;
	margin: 0 0 10px 0;
	color: #000 !important;
	font-size: 12px;
	font-family: 'RobotoLight_0';
	float: left;
	border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px
}

.left-button {
	background: #027440;
	padding: 10px;
	color: #fff;
	border: 0
}

.left-button:hover {
	background: #0c4177;
}

/* social right icon */
.fixedSocialIcon {
	background: #fff;
	border: 1px solid #C2C2C2;
	border-right: none;
	float: right;
	font-size: 12px;
	font-weight: normal;
	position: fixed;
	top: 50%;
	right: 0;
	height: 117px;
	width: 34px;
	z-index: 9999;
}

.fixedSocialIcon ul li {
	background: #fff;
	border: 1px solid transparent;
	border-right: none;
	line-height: 24px;
	height: 34px;
	padding: 4px 4px;
	position: absolute;
	width: 150px;
	list-style: none;
}

.fixedSocialIcon ul li.hover {
	border: 1px solid #C2C2C2;
}

.fixedSocialIcon ul li a {
	color: #333;
	text-decoration: none;
	float: left;
	width: 100%;
}

.fixedSocialIcon ul li a span {
	display: block;
	margin-right: 5px;
	float: left;
	height: 24px;
	width: 24px;
	background-image: url(../images/sprite-icon-social.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.fixedSocialIcon ul li.twitter a span {
	background-position: 0 -31px;
}

.fixedSocialIcon ul li.googlePlus a span {
	background-position: 0 -63px;
}

.fixedSocialIcon ul li.linkedin a span {
	background-position: 0 -97px;
}

.fixedSocialIcon ul li.youtube a span {
	background-position: 0 -131px;
}

.fixedSocialIcon ul li.instagram a span {
	background-position: -2px -166px;
}

.fixedSocialIcon ul li.facebook {
	top: 6px;
	left: 0px;
}

.fixedSocialIcon ul li.twitter {
	top: 40px;
	left: 0px;
}

.fixedSocialIcon ul li.googlePlus {
	top: 74px;
	left: 0px;
}

/*.fixedSocialIcon ul li.linkedin {
	top:108px; left:0px;
}*/
.fixedSocialIcon ul li.youtube {
	top: 108px;
	left: 0px;
}

.fixedSocialIcon ul li.instagram {
	top: 75px;
	left: 0px;
}

.slidebox-callback a {
	width: 80px;
	height: 80px;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	background: rgba(203, 44, 49, 0.8);
	padding: 19px 0;
	display: block;
	-webkit-box-shadow: 10px 10px 24px -9px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 10px 10px 24px -9px rgba(0, 0, 0, 0.6);
	box-shadow: 10px 10px 24px -9px rgba(0, 0, 0, 0.6);
	font-size: 13px;
}

.slidebox-callback a:hover {
	text-decoration: none;
	background: rgba(203, 44, 49, 9);
}

.slidebox-callback a span {
	display: block;
}

.top-enquire-content {
	background: rgba(255, 255, 255, 1);
	color: #000;
	border-radius: 0;
	border: 1px solid #fff;
	padding: 50px;
}

.top-enquire-header {
	color: #000;
}

.top-enquire-title {
	color: #000;
	margin: 0;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}

.top-enquire-subtitle {
	color: #000;
	margin: 10px 0 0 0;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	line-height: 20px;
}

.top-enquire-subtitle span {
	display: block;
}

.top-enquire-header button.close {
	color: #fff;
	opacity: 1;
}

.enquire-pop-up input,
textarea {
	border: 0;
}

.form-request-quote {
	background-color: #e9ecef !important;
	color: #000 !important;
	border: 0 none #fff !important;
	border-radius: 5px !important;
	padding: 15px 20px 15px 20px !important;
	box-shadow: 0 0 0 0 #fff;
	font-size: 14px;
	font-weight: 400;
	width: 100%;
}

.form-request-group {
	margin-bottom: 15px;
}

.form-request-quote:focus {
	border-left: none !important;
	border-top: none !important;
	border-right: none !important;
	border-bottom: 1px solid #dc254d !important;
	box-shadow: none;
	outline: none;
}

.enquire-pop-up .btn-default {
	background-color: #000;
	border-color: #000;
	border-radius: 0;
	color: #ffffff;
	font-size: 18px;
	margin-top: 10px;
	padding: 8px;
	transition: all 0.3s linear 0s;
	width: 40%;
	margin: 20px auto 0 auto;
	display: block;
}

.enquire-pop-up .btn-default:hover {
	background: #00479f;
}

.home-spl-logo-bx-bg {
	padding: 10px 0 20px 0;
	display: inline-block;
}

.work-container-main-bg {
	margin: 18px 0;
}

.work-container.work-classic .work-image {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.work-container.work-classic .work-image:hover {
	-webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
	box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

.work-container.work-classic .content .title,
.work-container.work-grid .content .title,
.work-container.work-modern .content .title {
	font-size: 18px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.work-container.work-classic .content .title:hover,
.work-container.work-grid .content .title:hover,
.work-container.work-modern .content .title:hover {
	color: #2f55d4 !important;
}

.work-container.work-classic .content .tag,
.work-container.work-grid .content .tag,
.work-container.work-modern .content .tag {
	font-size: 13px;
	font-weight: 400;
	position: relative;
	top: -7px;
}

.work-container.work-modern img,
.work-container.work-modern .overlay-work,
.work-container.work-modern .content,
.work-container.work-modern .client,
.work-container.work-modern .read_more,
.work-container.work-modern .icons,
.work-container.work-modern .icons .work-icon {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.work-container.work-modern .overlay-work,
.work-container.work-modern .content,
.work-container.work-modern .client,
.work-container.work-modern .read_more,
.work-container.work-modern .icons {
	position: absolute;
}

.work-container.work-modern .overlay-work {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	z-index: 1;
}

.work-container.work-modern .content {
	z-index: 1;
	bottom: 5%;
	left: 5%;
}

.work-container.work-modern .content,
.work-container.work-modern .client {
	opacity: 0;
}

.work-container.work-modern .client,
.work-container.work-modern .read_more {
	z-index: 1;
	right: 5%;
	top: 5%;
}

.work-container.work-modern .read_more {
	height: 30px;
	width: 30px;
	line-height: 30px;
}

.work-container.work-modern .icons {
	right: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	opacity: 0;
}

.work-container.work-modern .icons .work-icon {
	height: 45px;
	width: 45px;
	line-height: 45px;
}

.work-container.work-modern .icons .work-icon:hover {
	background: #2f55d4 !important;
	color: #ffffff !important;
}

.work-container.work-modern:hover img {
	-webkit-transform: scale(1.1) rotate(3deg);
	transform: scale(1.1) rotate(3deg);
}

.work-container.work-modern:hover .overlay-work {
	opacity: 0.65;
}

.work-container.work-modern:hover .icons {
	opacity: 1;
}

.work-container.work-modern:hover .personal-port,
.work-container.work-modern:hover .content,
.work-container.work-modern:hover .client {
	opacity: 1;
}

.work-container.work-grid {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.23);
	border-radius: 0px;
	top: 5px;
	left: 5px;
	border-radius: 0px !important;
	width: calc(100% - 10px);
}

.work-container.work-grid img,
.work-container.work-grid .content,
.work-container.work-grid .content .title {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.work-container.work-grid img {
	padding: 10px;
}

.work-container.work-grid .content {
	position: absolute;
	/* position: relative; */
	bottom: 0;
	border-radius: 0px !important;
	right: 0;
	left: 0;
	/* top: -8px; */
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	/* overflow: hidden; */
	background: #fff;
	padding: 5px 5px;
	width: calc(100% - 70px);
	position: absolute;
	bottom: -25px;
	margin-left: 35px;
	z-index: 9;
	height: 60px;
	text-align: center;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.23);
}

.work-container.work-grid:hover .content {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	height: 110px
}

.card h5 {
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
	position: relative;
	top: -6px;
}

.card h5>a {
	color: #161c2d;
}

.card h6>a {
	color: #222 !important;
}

.work-container.work-grid .content .post-meta {
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px);
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	opacity: 0;
	visibility: hidden;
	position: relative;
	top: -15px;
}

.work-container.work-grid .content .post-meta .list-unstyled .list-inline-item {
	font-size: 12px;
}

.work-container.work-grid:hover .content .post-meta {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
	visibility: visible;
}

.work-container.work-grid:hover {
	-webkit-box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
	box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}

.work-container.work-grid:hover img {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.work-container.work-grid .content .tag .subtitle {
	margin: 0;
}

.work-container.work-grid .content .blue-btn {
	padding: 5px 10px;
	margin-top: 0;
}

.for-mobile {
	display: none;
}

.for-md {
	display: block;
}


.landing-page-title {
	text-align: center;
}

.landing-page-title h1 {
	font-size: 34px;
	font-weight: 600;
}

.landing-page-title h1 img {
	width: 3%;
	vertical-align: baseline;
}

.landing-page-title h2 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
}

.landing-page-discover-bg {
	position: relative;
	padding: 10px 0 20px 0;
	text-align: center;
	z-index: 0;
}

.landing-page-discover-bg::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 74%;
	background-color: #f4f4f4;
	top: 100px;
	left: 0;
	z-index: -1;
}

.landing-page-discover-bg h2 {
	font-size: 30px;
	font-weight: 600;
}

.landing-page-discover-bg h2 img {
	width: 3%;
	vertical-align: baseline;
}

ul.landing-page-discover-list {
	margin: 55px 0;
	padding: 0;
	display: inline-block;
	width: 100%;
}

ul.landing-page-discover-list li {
	list-style: none;
	float: left;
	width: 22%;
	background: #fff;
	padding: 40px 40px;
	border-radius: 30px;
	margin: 20px 15px;
	box-shadow: 0 1.5rem 2rem rgba(0, 0, 0, .10);
	min-height: 340px;
}

ul.landing-page-discover-list li h3 {
	color: #0078c1;
	font-size: 18px;
	margin-bottom: 30px;
	margin-top: 0;
	font-weight: 600;
}

ul.landing-page-discover-list li.mt {
	margin-top: 100px;
}

.landing-page-digital-bg {
	position: relative;
}

.landing-page-digital-content {
	position: absolute;
	top: 100px;
	right: 0;
	text-align: right;
}

.landing-page-digital-content h4 {
	font-size: 44px;
	font-weight: 600;
	margin-bottom: 20px;
}

.landing-page-digital-content h4 img {
	width: 6%;
	vertical-align: baseline;
}

.landing-btn {
	background: #2eae90;
	border: 2px solid #2eae90;
	color: #fff;
	padding: 12px 50px;
	border-radius: 12px;
	margin-top: 15px;
	display: inline-block;
}

.landing-btn:hover {
	background: transparent;
	border: 2px solid #2eae90;
	color: #2eae90;
}

.landing-btnWhite {
	background: #fff;
	border: 2px solid #fff;
	color: #000;
	padding: 12px 50px;
	border-radius: 12px;
	margin-top: 15px;
	display: inline-block;
}

.landing-btnWhite:hover {
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
}

.landing-page-fact-bg-color {
	background: #0078c0;
	border-radius: 20px;
	padding: 40px 0;
	color: #fff;
	display: inline-block;
	width: 100%;
}

.landing-page-fact-bg-color .home-fact-box span {
	font-size: 46px;
	font-weight: 600;
}

.landing-page-fact-bg-color .home-fact-box .home-known-facts-plus {
	font-size: 42px;
	font-weight: 600;
}

.landing-page-fact-bg-color .home-fact-box h3 {
	font-size: 18px;
}


.landing-page-social-bg {
	background: #2eae90;
	color: #fff;
	padding: 60px 0 0;
	margin-top: -80px;
}

.landing-page-social-content {
	padding-top: 150px;
}

.landing-page-social-content h2 {
	font-size: 42px;
	font-weight: 600;
}

.landing-page-social-content h2 img {
	width: 7%;
	vertical-align: baseline;
}

.common-enquire-btn button {
	background: #fff !important;
	border-radius: 5px 5px 0 0 !important;
	border: 0 !important;
	color: var(--color-super-black) !important;
	display: inline-block;
	font-size: 15px !important;
	padding: 12px 30px 8px 30px !important;
	position: fixed !important;
	right: 0;
	top: 18%;
	z-index: 1;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform-origin: bottom right;
	-webkit-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.75);
}

.common-enquire-btn button:hover {
	background: #494946 !important;
	color: #fff !important;
}

.modal-sm {
	width: 550px !important;
}

.footer-bottom-fix-bg {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #fff;
	z-index: 10;
	padding: 10px;
	box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.10);
}

.footer-bottom-fix-bg .container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-bottom-fix-bg .footer-bottom-fix-btn {
	margin: 0;
	background: #0078c1;
	color: #fff;
	border: 2px solid #0078c1;
	border-radius: 25px;
	text-transform: uppercase;
	padding: 6px 16px 6px 16px;
	font-size: 12px;
}

.footer-bottom-fix-bg .footer-bottom-fix-btn:hover {
	background: transparent;
	text-decoration: none;
	color: #0078c1;
}

.blink:hover {
	text-decoration: none;
	-webkit-animation-duration: 0s;
}

@-webkit-keyframes blinker {
	from {
		opacity: 1.0;
	}

	to {
		opacity: 0.0;
	}
}

.blink {
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: .8s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-direction: alternate
}

/* .custome-enquire-popup .modal-sm{width:550px!important} */
.consultation-top-link {
	margin: 0;
	background: #fff;
	color: #0078c1 !important;
	border: 2px solid #fff;
	border-radius: 25px;
	padding: 6px 16px 6px 16px;
	font-size: 12px;
}

.consultation-top-link:hover {
	background: transparent;
	color: #fff !important;
	border: 2px solid #fff !important;
	text-decoration: none;
}






@media (max-width: 768px) {
	.footer-top-strip h3 {
		padding: 0;
	}

	.footer-top-strip {
		padding: 20px;
	}

	.footer-strip-no {
		display: block;
	}

	.home-fact-box {
		margin: 40px 0;
	}

	.slide-section:before {
		display: none;
	}

	.flexslider .slides img {
		display: none !important;
	}

	.slide-section-right {
		width: 100%;
		padding: 20px;
	}

	.slide-section-left {
		display: none;
	}

	.home-testimonials-bg {
		background: none;
	}

	.home-tab-bg-right {
		display: none;
	}

	.home-tab-bg-left {
		padding: 40px 20px;
	}

	.flexslider {
		margin: 0 !important;
	}

	.top-menu ul.navbar-nav li a {
		padding: 8px 5px;
		border-right: 0;
		border-top: 0;
		border-bottom: 1px solid #fff;
		text-align: center;
		font-size: 16px;
	}

	.service-menu-mobile {
		background: none;
		color: #0078c1;
	}

	.top-menu-mobile {
		background: none;
		color: #0078c1;
		margin: 5px 0;
	}

	.promo.right .promo-icon-box {
		float: none;
	}

	.promo.right {
		text-align: center;
	}

	.promo {
		text-align: center;
	}

	.navbar-toggle .icon-bar {
		background-color: #0078c1 !important;
		width: 30px;
		height: 2px;
	}

	.website-design-bg-left {
		padding: 0 15px;
	}

	.inner-advantage-bg {
		padding: 40px 15px;
	}

	.process__item {
		width: 50%;
	}

	.typography-bg-left-box {
		padding: 80px 20px 80px 100px;
	}

	.typography-bg-right-box {
		padding: 80px 20px 80px 50px;
	}

	.web-application-bg-left {
		padding: 0 20px 0 30px;
	}

	.custom-application-bg {
		padding: 40px 0;
	}

	.custom-application-box {
		margin: 55px 0;
	}

	.custom-application-box i {
		margin: 0;
	}

	.experience-content-2 {
		padding: 10px 0 10px 0px;
	}

	.android-app-bg-2 {
		padding: 40px 10px;
	}

	.mobile-app-windows-bg div {
		background: rgba(0, 0, 0, 0.5);
	}

	.media-activation-bg {
		padding-bottom: 55px;
	}

	.trending-theme-bg h2 {
		padding: 0;
		margin: 0;
	}

	.our-work li {
		width: 90%;
	}

	.card h5 {
		font-size: 16px;
	}

	.contact-form-container .fields ul li {
		width: 100%;
	}

	.modal-sm {
		width: 350px !important;
	}
}

@media(min-width:320px) and (max-width:1080px) {
	.for-mobile {
		display: block;
	}

	.for-md {
		display: none;
	}

	.navbar-nav {
		padding: 0;
	}

	.contact-address-flex-box {
		flex-direction: column;
	}

	.landing-page-title h1 {
		font-size: 22px;
	}

	.landing-page-title h2 {
		font-size: 16px;
	}

	.landing-page-title h1 img {
		width: 7%;
	}

	.landing-page-discover-bg h2 {
		font-size: 24px;
	}

	.landing-page-discover-bg h2 img {
		width: 7%;
	}

	ul.landing-page-discover-list li {
		width: 91%;
	}

	ul.landing-page-discover-list li.mt {
		margin: 20px 15px;
	}

	.landing-page-digital-content {
		position: relative;
		top: 0;
		right: 0;
		text-align: center;
	}

	.landing-page-digital-content h4 {
		font-size: 36px;
	}

	.landing-page-social-content {
		padding-top: 50px;
	}

	.landing-page-social-content h2 {
		font-size: 34px;
	}

	.common-enquire-btn button {
		font-size: 13px !important;
		padding: 5px 20px !important;
		top: 24%;
	}

	.top-whats-app {
		position: fixed;
		top: 300px;
		right: unset;
		left: 0;
	}

	.top-whats-app a {
		width: 40px;
		height: 40px;
		padding: 8px;
	}

	.headerwhatsApp i {
		font-size: 24px;
	}

	.web-design-bangalore {
		text-align: left;
		padding: 40px;
	}

	.web-design-bangalore h2 {
		font-size: 28px;
	}

	.web-design-bangalore p {
		font-size: 18px;
	}

	.blog-banner {
		bottom: 8px;

	}
}