 @import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');
/*font-family: 'Oswald', sans-serif;
font-family: 'Raleway', sans-serif;
font-family: 'Montserrat', sans-serif;*/

* {
	margin: 0px;
	padding: 0px;
	font-family: 'Raleway', sans-serif;
}
/*
img {
	width:100%;
}
*/

/*sucheta styling*/
.web-process p, .services-header p{
	line-height: 26px;
}



.header {
	position: fixed;
	top: 0;
	background: transparent;
	width: 100%;
	height: 74px;
	z-index: 15;
	float: left;
	width: 100%;
	padding: 0;
}
.header.active {
	/*     box-shadow: 0 0 10px rgba(0,0,0,0.4);*/
	box-shadow: 3px 3px 37px 0 rgba(0, 0, 0, 0.1);
	color: #fff;
	height: inherit;
}
.header .navbar-default {
	margin: 0 0 0;
	background: none;
	border: none;
}
.header .navbar-default .navbar-collapse, .header .navbar-default .navbar-form {
	border: none;
}
.header .navbar-brand {
	padding: 0;
}
.navbar-brand>img {
	display: block;
	max-width: 250px;
}
.header .navbar-header {
	padding: 12px 0;
}
.header .navbar-nav {
	float: right;
	margin: 0;
}
.header .nav li a {
	color: #777;
	font-size: 16px;
	font-weight: 500;
	padding: 28px 20px;
}
.categories-list  li a{
  padding:  0px !important;
}
.header .navbar-default .navbar-nav li.active a, .header .navbar-default .navbar-nav li.active a:focus, .header .navbar-default .navbar-nav li.active a:hover, .header .navbar-default .navbar-nav li.active a:active {
	color: #0099cc;
	background: none;
	padding: 25px 20px;
	border-top: 3px solid #0099cc;
}
.dropdown {
	position: relative;
	display: inline-block;
}
.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: none;
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu a:hover {
	background-color: #ddd;
}
.dropdown:hover .dropdown-menu {
	display: block;
}
.dropdown:hover .dropbtn {
	background-color: #3e8e41;
}
.dropdown-menu a, .dropdown-menu a:hover, .dropdown-menu a:focus, .dropdown-menu a:active {
	border-top: none !important;
	padding: 12px 20px 12px !important;
}
.header .navbar-default .navbar-nav li a:focus, .header .navbar-default .navbar-nav li a:hover {
	color: #0099cc;
	background: none;
	padding: 25px 20px 28px;
	border-top: 3px solid #0099cc;
}
.header .navbar-nav > li {
	padding: 0;
}
.banner {
	float: left;
	width: 100%;
	background: url(/wp-content/uploads/2020/02/blue-bg-full.png) no-repeat;
	background-size: cover;
	background-position: right 10%;
}
.banner img {
	width: 100%;
}
#banner-owl .owl-dot span {
	background: none;
	border: 1px solid #fff;
	border-radius: 5px;
	padding: 1px 16px;
}
#banner-owl button.owl-dot.active span {
	background: #fff;
}
#banner-owl button.owl-dot {
	margin: 0 0 0 4px;
}
#banner-owl .owl-dots {
	position: absolute;
	top: 16%;
	left: 2%;
	right: 0;
}
.full-stack-dev.carousel-caption {
	width: 100%;
	float: left;
	right: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	bottom: 0;
	padding: 38px 10px;
}
.full-stack-dev img {
	width: auto;
	border: 2px solid #fff;
	border-radius: 4px;
}
.full-stack-dev h1 {
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
	text-align: left;
	text-shadow: none;
	margin: 0;
}
.full-stack-dev h1::after {
	content: "";
	left: 18px;
	position: absolute;
	background: url(../images/border-bottom.png);
	width: 50px;
	z-index: 2;
	float: left;
	top: 35px;
	height: 2px;
	-webkit-transition: .5s;
	transition: .5s;
}
.full-stack-dev h1:hover::after {
	content: "";
	width: 85px;
	-webkit-transition: .5s;
	transition: .5s;
}
.full-stack-dev p {
	font-size: 13px;
	line-height: 24px;
	color: #fff;
	text-shadow: none;
	text-align: left;
	margin: 0;
	padding: 20px 0 16px;
}
.full-stack-dev .btn.btn-default {
	background: none;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 0;
	padding: 10px 28px;
	float: left;
	font-weight: 500;
}
.full-stack-dev .btn.btn-default.animated-button.thar-three {
	color: #fff;
	cursor: pointer;
	display: block;
	position: relative;
	border: 1px solid #fff;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.full-stack-dev .btn.btn-default.animated-button.thar-three:hover {
	color: #fff !important;
	background-color: transparent;
	text-shadow: nthree;
}
.full-stack-dev .btn.btn-default.animated-button.thar-three:hover:before {
	left: 0%;
	right: auto;
	width: 100%;
}
.full-stack-dev .btn.btn-default.animated-button.thar-three:before {
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 0px;
	z-index: -1;
	content: '';
	color: #000 !important;
	background: #0099cc;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1)0s;
}
.full-stack-dev .btn.btn-default span {
	margin: 0 0 0 10px;
}
.full-stack-dev .btn.btn-default:hover, .full-stack-dev .btn.btn-default:focus, .full-stack-dev .btn.btn-default:active {
	background: #0099cc;
	color: #fff;
	border: 1px solid #0099cc;/*box-shadow: 0px 4px 10px 1px rgba(0,0,0,0.3);*/
}
.php-dev {
	background: #fff;
	border-radius: 4px;
	padding: 34px 0;
	float: left;
	width: 100%;
}
.php-dev:hover {
	box-shadow: 0px 12px 10px 2px rgba(0,0,0,0.1);
}
.php-dev h2 {
	color: #996699;
	font-size: 18px;
	font-weight: 600;
}
.php-dev p {
	font-size: 12px;
	color: #868686;
	line-height: 20px;
}
.php-icon img {
	box-shadow: 0 2px 2px 1px rgba(0,0,0,0.2);
	border-radius: 50%;
	padding: 28px;
	max-width: 34%;
}
.read-more .btn.btn-default {
	color: #717171;
	font-size: 14px;
	font-style: italic;
	font-weight: 300;
	background: none;
	border: none;
}
.read-more .fas.fa-angle-double-right {
	font-weight: 600;
	color: #939393;
	margin-left: 8px;
}
.eCommerce-sol h2 {
	color: #1e9d7a;
}
.RoR-dev h2 {
	color: #0099cc;
}
.iOS-dev h2 {
	color: #c0a072;
}
.services-btn .btn.btn-default {
	background: none;
	color: #0099cc;
	border: 1px solid #0099cc;
	border-radius: 0;
	padding: 10px 28px;
	font-weight: 500;
}
.services-btn .btn.btn-default span {
	margin: 0 0 0 10px;
}
.services-btn .btn.btn-default:hover, .services-btn .btn.btn-default:focus, .services-btn .btn.btn-default:active {
	background: #0099cc;
	color: #fff;
	border: 1px solid #0099cc;
	box-shadow: 0px 4px 10px 1px rgba(0,0,0,0.3);
}
.services-btn {
	text-align: center;
	padding: 60px 0 0;
}
.invert {
	text-align: left;
	padding: 0 20px !important;
}
.client-name {
	font-size: 19px !important;
	color: #111111 !important;
	font-weight: 600;
	margin: 0;
	padding: 32px 0 0 !important;
}
.client-descp {
	font-size: 14px !important;
	color: #0099cc !important;
	font-weight: 500 !important;
}
.client-name::after {
	content: "";
	left: 45%;
	position: absolute;
	background: url(../images/test-border.png);
	width: 50px;
	top: 58%;
	height: 2px;
	-webkit-transition: .5s;
	transition: .5s;
}
.client-name:hover::after {
	content: "";
	width: 85px;
	-webkit-transition: .5s;
	transition: .5s;
}
.hire-ded-res {
	padding: 68px 0 156px;
	background: url(../images/ded-bg-image.jpg) no-repeat fixed;
	background-size: cover;
	text-align: center;
}
.hire-ded-res h1 {
	font-size: 36px;
	color: #fff;
	font-weight: 100;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
	font-family: 'Oswald', sans-serif;
	letter-spacing: 2px;
}
.hire-ded-res p.want-to-hire {
	font-size: 18px;
	color: #ccffcc;
	letter-spacing: 3px;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
	padding: 12px 0 58px;
	margin: 0;
}
.hire-ded-res .ded-cont p {
	font-size: 15px;
	letter-spacing: 0px;
	line-height: 26px;
	padding: 24px 0;
	color: #ccffcc;

}
.hire-ded-res .form-control {
	border-radius: 0;
	height: 58px;
	box-shadow: none;
	outline: none;
	width: 50% !important;
	border-right: 1px solid #eee;
	padding: 0px 24px;
}
.hire-ded-res .form-control:focus, .form-control:active {
	border-style: none !important;
	box-shadow: none !important;
	outline: none !important;
}
.hire-ded-res .btn {
	border-radius: 0;
	height: 58px;
	font-size: 13px;
	color: #FFFFFF;
	background: #0099cc;
	width: 162px;
}
.hire-ded-res .newsletter p {
	font-size: 20px;
	color: #ccffcc;
	font-weight: 500;
	padding: 15px 0 0;
}
.hire-ded-res ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #aaaaaa;
 font-size: 12px;
}
.hire-ded-res ::-moz-placeholder { /* Firefox 19+ */
 color: #aaaaaa;
 font-size: 12px;
}
.hire-ded-res :-ms-input-placeholder { /* IE 10+ */
 color: #aaaaaa;
 font-size: 12px;
}
.hire-ded-res :-moz-placeholder { /* Firefox 18- */
 color: #aaaaaa;
 font-size: 12px;
}
.owl-next {
	position: absolute;
	top: 50%;
	right: 8%;
}
.hvr-grow-shadow {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: box-shadow, transform;
	transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.hero {
	position: relative;
	min-height: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1px;
	color: white;
	background-image: linear-gradient(to bottom, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%), url('https://source.unsplash.com/random/1920x1080/?sky');
	blend-mode: multiply;
	size: cover;
}
.mouse {
	width: 45px;
	height: 45px;
}
.scroll {
	animation-name: scroll;
	animation-duration: 1.5s;
	animation-timing-function: cubic-bezier(0.650, -0.550, 0.250, 1.500);
	animation-iteration-count: infinite;
	transform-origin: 50% 20.5px;
	will-change: transform;
}
.scroll-link {
	position: absolute;
	bottom: -26px;
	left: 50%;
	transform: translateX(-50%);
}
 @keyframes scroll {
 0%, 20% {
 transform: translateY(0) scaleY(1);
}
 10% {
 opacity: 1;
}
 100% {
 transform: translateY(36px) scaleY(2);
 opacity: 0.01;
}
}
.arrow {
	text-align: center;
	margin: 8% 0;
}
.bounce {
	-moz-animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
}
.arrow.bounce {
	position: absolute;
	bottom: -80px;
}
.fa.fa-arrow-down.fa-2x.scroll-link {
	color: #fff;
	font-size: 20px;
}
 @keyframes bounce {
 0%, 20%, 50%, 80%, 100% {
 transform: translateY(0);
}
 40% {
 transform: translateY(-30px);
}
 60% {
 transform: translateY(-15px);
}
}
.backdrop {
	z-index: 1;
	position: absolute;
	left: 0;
	width: 100%;
	height: 200px;
	bottom: -100px;
	background: url("https://d33wubrfki0l68.cloudfront.net/4af55eb21ff5dccf259128d53c1c35fb0aec7d69/58aa2/static/wave.svg");
	background-size: 100% auto;
	background-repeat: no-repeat;
}
/*New Css*/

.banner-elements {
	position: relative;
	height: 100vh;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.portfolio .banner-elements {
	position: relative;
	height: 100vh;
	max-width: 1170px;
	margin: 0 auto;
}
.banner-elements .logo-bg {
    top: 0;
    left: 0;
}
.banner-elements img {
	width: auto;
	position: absolute;
}
.peninbanner {
	left: 61%;
	top: 240px;
}
.tabinbanner {
	right: 0;
	top: 150px;
}
.potinbanner {
	right: 0;
	top: 360px;
}
.mouseinbanner {
	right: 14%;
	bottom: 25%;
}
.blue-bg {
	width: 100% !important;
	left: 0;
}
.bottom-banner {
	width: 100% !important;
	bottom: 0;
	left: 0;
}
.banner-cont {
	position: relative;
	top: 0;
}
.banner-cont h1, .banner-cont .banner_cont_heading {
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	padding-top: 78px;
}
.banner-cont p {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 28px;
	width: 500px;
	padding: 14px 0;
	margin-bottom: 0;
}
.banner-cont .btn.btn-default {
	background: none;
	border-radius: 50px;
	border: 1px solid #fff;
	color: #fff;
	padding: 14px 36px;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
	font-weight: 500;
	font-size: 14px;
}
.banner-cont span {
	display: inline-block;
	padding: 0px 15px 9px 15px;
}
#banner-owl {
	width: 50%;
}
.services, .testimonial, .contact-form {
	padding: 66px 0 78px;
}
.services .services-header {
	font-size: 11px;
	color: #fff;
	background: #0099cc;
	display: inline;
	border-radius: 3px;
	padding: 4px 10px;
	letter-spacing: 2.5px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}
.services h2, .services  .service_item_heading {
	font-size: 24px;
	font-weight: 400;
	color: #111111;
	font-family: 'Montserrat', sans-serif;
}
.services p {
	font-size: 15px;
	line-height: 24px;
	color: #7d7d7d;
	padding: 13px 0 0;
	margin-bottom: 0;
}
.services .viewallservices {
	font-size: 14px;
	color: #4d4d4d;
	border-bottom: 1px solid #4d4d4d;
	text-decoration: none;
}
.services .viewallservices:hover, .services .viewallservices:focus, .services .viewallservices:active {
	color: #0099cc;
}
.services-slides {
	padding-top: 138px;
}
#services-owl {
	padding-left: 0;
	padding-right: 30px;
}
/*Animation image css starts*/

.card {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	max-width: 960px;
	margin: 0 auto;
	padding: 50px 20px 0;
	background: #9bbdf9;
	height: 562px;
	width: 90%;
	border-radius: 50%;
}
.card__item {
	width: 100%;
	margin: 0;
}
.card__item-title {
	text-align: center;
	color: red;
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 1px;
}
.atvImg {
	transform-style: preserve-3d;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	width: 100%;
	height: 450px;
	display: inline-block;
}
.atvImg-container {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	transition: all 0.2s ease-out;
}
.atvImg-container.over .atvImg-shadow {
	box-shadow: 0 45px 100px rgba(14, 21, 47, 0.1), 0 16px 40px rgba(14, 21, 47, 0.1);
}
.atvImg-rendered-layer {
	position: absolute;
	width: 104%;
	height: 104%;
	top: -2%;
	left: -2%;
	background-repeat: no-repeat;
	background-position: center;
	background-color: transparent;
	background-size: cover;
	transition: all 0.1s ease-out;
}
.atvImg-shadow {
	position: absolute;
	top: 5%;
	left: 5%;
	width: 90%;
	height: 90%;
	transition: all 0.2s ease-out;
	box-shadow: 0 8px 30px rgba(14, 21, 47, 0.1);
}
.atvImg-shine {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 5px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 60%);
}
/*Animation image css ends*/

.atvImg-layers .atvImg-rendered-layer:last-child {
	width: 60px;
	height: 60px;
	background-size: 24px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
}
.dropdown-arrow {
	position: absolute;
	bottom: 7px;
	right: 44px;
}
.fullstack-webdev h1, .fullstack-webdev .fullstack_heading {
	font-size: 38px;
	color: #4d4d4d;
	font-weight: 200;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	padding: 0 0 68px 0;
}
.fullstack-webdev {
	background: url(/wp-content/uploads/2020/02/fullstack-bg.png) no-repeat;
	background-position: top center;
	background-size: cover;
	overflow: hidden;
}
.description-boxes {
	position: relative;
	height: 220px;
}
.description-boxes .boxes {
	width: 330px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 4px 10px 1px rgba(0,0,0,0.1);
	padding: 20px 0 35px;
	text-decoration: none;
}
.boxes h1, .boxes .descriptionbx_heading {
	font-size: 15px;
	font-weight: 500;
	color: #111111;
	text-align: left;
	padding: 20px 15px 0;
}
.boxes p {
	font-size: 12px;
	line-height: 24px;
	color: #868686;
	padding: 0px 35px 0 15px;
}
.ecomm-sol {
	position: absolute;
	top: 58%;
	right: 20%;
}
.mob-app {
	position: absolute;
	top: 0;
	left: 0;
}
/*.mob-app:hover {
	z-index: 4;
	-webkit-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;
}*/
.mob-app-content h1, .ecomm-content h1, .mob-app-content .desc_contbx_heading, .ecomm-content .desc_contbx_heading {
	color: #111111;
	font-size: 24px;
	text-align: left;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	padding: 0;
}
.description-content {
	padding-top: 80px;
}
.mob-app-content p, .ecomm-content p {
	font-size: 15px;
	line-height: 24px;
	color: #a0a0a0;
	padding: 12px 0;
	font-weight: 400;
}
.view-more {
	border-bottom: 1px solid #d4d4d4;
	font-size: 14px;
	color: #4d4d4d !important;
	font-weight: 500;
	text-decoration: none;
}
.view-more:hover, .view-more:focus, .view-more:active {
	color: #3b3b3b !important;
	text-decoration: none;
	border-bottom: none;
	font-weight: 600;
	transition: 1s;
	-webkit-transition: 1s;
}
.boxes img {
	position: absolute;
	opacity: 0.05;
	left: 18%;
	top: 30px;
}
.mob-app img {
	left: 11% !important;
}
.second-content {
	padding: 208px 0;
}
.salesforce-dev {
	position: absolute;
	right: 10%;
	z-index: 1;
}
.boxes.bigdata-sol {
	position: absolute;
	top: 58%;
	z-index: 0;
}
.boxes.bigdata-sol:hover {
	z-index: 3;
}
.Software-sol h1, .Software-sol .softsol_heading {
	font-size: 32px;
	line-height: 52px;
	font-weight: 200;
	color: #4d4d4d;
	font-family: 'Montserrat', sans-serif;
	max-width: 65%;
}
.Software-sol p {
	font-size: 15px;
	line-height: 24px;
	color: #a0a0a0;
	max-width: 80%;
	padding: 12px 0;
}
.full-ser h1, .full-ser .full-ser_heading {
	font-size: 22px;
	color: #3b3b3b;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	line-height: 30px;
}
.full-ser p {
	color: #a0a0a0;
	line-height: 22px;
	font-size: 15px;
}
.req-btn .btn.btn-default {
	font-size: 14px;
	border-radius: 0;
	color: #3b3b3b;
	border: 1px solid #3b3b3b;
	padding: 12px 28px;
}
.ser-list ul li {
	color: #3b3b3b;
	font-size: 14px;
	line-height: 38px;
	list-style: none;
}
.ser-list ul li span {
	padding-right: 10px;
}
.ser-list ul li p {
	float: left;
	width: 85%;
	line-height: 20px;
	padding-top: 6px;
}
span.opensource-php {
	float: left;
}
.full-ser {
	padding-top: 16px;
}
.ser-list {
	padding-top: 100px;
}
.testimonial-content {
	text-align: center;
}
.testimonial-content {
	background: #fff;
	box-shadow: 0px 6px 6px 2px rgba(0,0,0,0.1);
	margin-top: 82px;
}
.owl-carousel .owl-item img {
	width: auto;
}
.testimonial-img img {
	position: absolute;
	bottom: 81%;
	border-radius: 50%;
	border: 14px solid #60c0df;
	box-shadow: 0px 0px 0px 12px rgba(0,153,204,0.3);
	right: 43%;
}
.testimonial-content p {
	font-size: 13px;
	line-height: 28px;
	color: #888888;
	padding: 0 70px;
}
.testimonial-contentbx {
	padding: 56px 0;
}
.testimonial h1, .testimonial .testimonial_heading_main {
	font-size: 32px;
	color: #111111;
	font-weight: 500;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}
.testimonial h1 span, .testimonial .testimonial_heading_main span {
	margin: 0 auto;
	display: block;
}
.testimonial .testimonial-header {
	font-size: 11px;
	color: #fff;
	background: #0099cc;
	border-radius: 3px;
	padding: 4px 10px;
	letter-spacing: 2.5px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	display: inline;
	text-transform: uppercase;
}
.testimonial {
	text-align: center;
	background: url(/wp-content/uploads/2020/02/logo-water.png) no-repeat;
	background-position: right top;
	background-size: 28%;
}
.testimonial .owl-carousel .owl-stage-outer {
	min-height: 444px;
}
.performance-banner .btn.btn-default {
	background: none;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 0;
	padding: 10px 28px;
	font-weight: 500;
	box-shadow: none;
}
.performance-banner .btn.btn-default span {
	margin: 0 0 0 10px;
}
.performance-banner .btn.btn-default:hover, .performance-banner .btn.btn-default:focus, .performance-banner .btn.btn-default:active {
	background: #0099cc;
	color: #fff;
	border: 1px solid #0099cc;
	box-shadow: 0px 4px 10px 1px rgba(0,0,0,0.3);
}
.performance-banner {
	background: url(/wp-content/uploads/2020/02/perf-bg-scaled-1.jpg) no-repeat;
	background-size: cover;
	padding: 68px 0 68px;

  background-attachment: fixed;
}
.performance-banner .perf-btn {
	text-align: center;
	padding: 50px 0 0;
}
.performance-banner .perf-contbx {
	float: left;
	width: 100%;
}
.performance-banner .perf-heading {
	margin: 0;
	font-size: 40px;
  font-weight: 300;
    color: #000000;
	line-height: 28px;
}
.performance-banner .perf-desc {
	color: #131313;
	font-size: 15px;
	line-height: 26px;
	padding-top: 24px;
	font-weight: 400;
}
.performance-banner .per-img {
	float: right;
}
.footer {
	background: url(../images/fotter-bg.jpg) no-repeat #fff;
	background-size: 100%;
	padding: 68px 0 24px;
	background-position: right -45%;
}
.quick-links h1, .quick-links h2,  .quick-links .quick_links_heading {
	font-size: 22px;
	font-weight: 800;
	color: #111111;
	margin: 0;
	padding: 22px 0;
}
.quick-links ul li a {
	color: #a0a0a0;
	line-height: 40px;
	font-size: 14px;
	text-decoration: none;
	transition: 2s;
	-webkit-transition: 2s;
}
.quick-links ul li a:hover, .quick-links ul li a:focus, .quick-links ul li a:active {
	color: #0099cc;
	transition: 1s;
	-webkit-transition: 1s;
}
.quick-links ul li {
	color: #a0a0a0;
	line-height: 40px;
	font-size: 14px;
	list-style: none;
}
.quick-links p {
	font-size: 14px;
	color: #a0a0a0;
	line-height: 24px;
	padding-top: 9px;
}
.matrix-address p {
	float: left;
	padding: 0;
}
.matrix-address span {
	float: left;
}
.quick-links ul li.matrix-address {
	line-height: 24px;
	padding-top: 9px;
}
.quick-links ul li span {
	padding-right: 10px;
}
.copyright-cont {
	font-size: 13px;
	color: #7f7f7f;
	padding: 22px 0 0;
	border-top: 1px solid #f5f5f5;
	margin-top: 50px;
}
.quick-links h1::after, .quick-links h2::after , .quick-links .quick_links_heading:after {
	content: "";
	left: 16px;
	position: absolute;
	background: url(../images/test-border.png);
	width: 50px;
	top: 58px;
	height: 2px;
	-webkit-transition: .5s;
	transition: .5s;
}
.quick-links h1:hover::after, .quick-links .quick_links_heading:hover:after {
	content: "";
	width: 85px;
	-webkit-transition: .5s;
	transition: .5s;
}
.owl-prev {
	position: absolute;
	top: 50%;
	left: 8%;
}
.quick-links .btn.btn-default {
	background: #0099cc;
	color: #fff;
	border-radius: 50px;
	border: none;
	padding: 10px 38px;
	font-weight: 500;
}
.footer .form-control, .footer .form-control.form-control:focus, .footer .form-control.form-control:active {
	background: none;
	border-radius: 0 20px 20px 0px;
	height: 42px;
	border-left: none;
	box-shadow: none;
	outline: none;
	border: 1px solid #ccc !important;
	border-left: none !important;
}
.input-group-addon {
	background: none;
	border-radius: 20px 0 0 20px;
}
.social-links {
	display: inline-block;
}
.social-links ul li {
	display: inline-block;
}
.social-links ul li a {
	padding: 7px 10px;
	border-radius: 4px;
	margin-right: 6px;
	filter: grayscale(100%);
}
.twitter a {
	background: #1da1f3;
}
.fb a {
	background: #3b5998;
	padding: 7px 14px !important;
}
.insta a {
	background: #db2b42;
}
.in a {
	background: #007ab9;
}
.robust-tech {
	background: url(../images/fullservice-bg.png) no-repeat;
	background-position: -64% top;
	background-size: 65%;
	padding: 111px 0;
	margin-top: -100px;
}
.social-links ul li a:hover {
	filter: none;
}
#lower-bx-content, #second-lower-bx-content {
	display: none;
}
/*Hamberger Menu*/
.wrapper-menu {
	width: 28px;
	height: 26px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
	transition: transform 330ms ease-out;
}
.wrapper-menu.open {
	transform: rotate(-135deg);
}
.line-menu {
	background-color: #0099cc;
	border-radius: 3px;
	width: 100%;
	height: 4px;
}
.navbar-toggle.collapsed .line-menu.half {
	width: 60%;
}
.navbar-toggle .line-menu.half {
	width: 50%;
}
.line-menu.start {
	transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	transform-origin: right;
}
.open .line-menu.start {
	transform: rotate(-90deg) translateX(3px);
}
.line-menu.end {
	align-self: flex-end;
	transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
	transform-origin: left;
}
.open .line-menu.end {
	transform: rotate(-90deg) translateX(-3px);
}
button.navbar-toggle.collapsed {
	padding: 0;
	border: none;
}
.navbar-default .navbar-toggle {
	border: none;
}
/*hover animation*/



.hover-effect {
	-webkit-animation-name: box-slide; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
	animation-name: box-slide;
	animation-duration: 4s;
	z-index: 5;
	box-shadow: 0px 4px 10px 4px rgba(0,0,0,0.1) !important;
}
.hover-effect-lower {
	-webkit-animation-name: box-slide-lower; /* Safari 4.0 - 8.0 */
	-webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
	animation-name: box-slide-lower;
	animation-duration: 4s;
	z-index: 5;
	box-shadow: 0px 4px 10px 4px rgba(0,0,0,0.1) !important;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes box-slide {
 0% {
 -ms-transform: translate(0px, 0px); /* IE 9 */
 -webkit-transform: translate(0px, 0px); /* Safari */
 transform: translate(0px, 0px); /* Standard syntax */
}
 50% {
 -ms-transform: translate(200px, 80px); /* IE 9 */
 -webkit-transform: translate(200px, 80px); /* Safari */
 transform: translate(200px, 80px); /* Standard syntax */
}
 100% {
 -ms-transform: translate(0px, 0px); /* IE 9 */
 -webkit-transform: translate(0px, 0px); /* Safari */
 transform: translate(0px, 0px); /* Standard syntax */
}
}

/* Standard syntax */
@keyframes box-slide {
 0% {
 -ms-transform: translate(0px, 0px); /* IE 9 */
 -webkit-transform: translate(0px, 0px); /* Safari */
 transform: translate(0px, 0px); /* Standard syntax */
}
 50% {
 -ms-transform: translate(200px, 80px); /* IE 9 */
 -webkit-transform: translate(200px, 80px); /* Safari */
 transform: translate(200px, 80px); /* Standard syntax */
}
 100% {
 -ms-transform: translate(0px, 0px); /* IE 9 */
 -webkit-transform: translate(0px, 0px); /* Safari */
 transform: translate(0px, 0px); /* Standard syntax */
}
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes box-slide-lower {
 0% {
 -ms-transform: translate(0px, 0px); /* IE 9 */
 -webkit-transform: translate(0px, 0px); /* Safari */
 transform: translate(0px, 0px); /* Standard syntax */
}
 50% {
 -ms-transform: translate(-200px, -80px); /* IE 9 */
 -webkit-transform: translate(-200px, -80px); /* Safari */
 transform: translate(-200px, -80px); /* Standard syntax */
}
 100% {
 -ms-transform: translate(0px, 0px); /* IE 9 */
 -webkit-transform: translate(0px, 0px); /* Safari */
 transform: translate(0px, 0px); /* Standard syntax */
}
}

/* Standard syntax */
@keyframes box-slide-lower {
 0% {
 -ms-transform: translate(0px, 0px); /* IE 9 */
 -webkit-transform: translate(0px, 0px); /* Safari */
 transform: translate(0px, 0px); /* Standard syntax */
}
 50% {
 -ms-transform: translate(-200px, -80px); /* IE 9 */
 -webkit-transform: translate(-200px, -80px); /* Safari */
 transform: translate(-200px, -80px); /* Standard syntax */
}
 100% {
 -ms-transform: translate(0px, 0px); /* IE 9 */
 -webkit-transform: translate(0px, 0px); /* Safari */
 transform: translate(0px, 0px); /* Standard syntax */
}
}
/*hover animation ends here*/

/*button animation starts*/

.right-bounce {
	background: none;
	text-decoration: none;
	display: inline-block;
	color: #fff;
	font-size: 1.5em;
	line-height: 1.2;
	padding: 0.375em 1em;
	border-radius: 1.25em;
	min-width: 1.25em;
	text-align: center;
	font-weight: normal;
	border: none;
	position: relative;
	vertical-align: middle;
	z-index: 3;
	overflow: hidden;
}
.right-bounce:before {
	border-radius: 1.25em;
	content: "";
	position: absolute;
	z-index: -2;
	transition: all 0.5s;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: transparent;
}
.right-bounce:after {
	border-radius: 1.25em;
	content: "";
	position: absolute;
	z-index: -1;
	transition: all 0.5s;
	width: 0;
	height: 100%;
	top: 0;
	left: -2px;
	background: #3b3b3b;
	border: 1px solid #3b3b3b;
}
.contact .right-bounce:after {
	background: #0099cc;
	border: 1px solid #0099cc;
}
.contact  .right-bounce:hover{
  color:#fff !important;
}
.right-bounce:hover, .right-bounce:active, .right-bounce:focus {
	cursor: pointer;
}
.right-bounce:hover:after, .right-bounce:active:after, .right-bounce:focus:after {
	width: 101%;
	border-radius: 50px;
}
.btn-2::after {
	height: 100%;
	left: 0;
	top: 0;
	width: 0;
}
.btn-2:hover:after {
	width: 100%;
}
.btn-2, .btn-2::after {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.btn-2 {
	background: none;
	border: 3px solid #fff;
	border-radius: 0px;
	color: #3b3b3b !important;
	font-size: 1.6em;
	font-weight: 500;
	margin: 1em auto;
	padding: 2em 6em;
	position: relative;
	text-transform: uppercase;
}
.btn-2::before, .btn-2::after {
	background: #3b3b3b !important;
	content: '';
	position: absolute;
	color: #fff !important;
	z-index: -1;
}
.btn-default:hover {
	background-color: transparent;
}
.btn-2:hover {
	color: #fff !important;
}
.view-more {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	text-align: center;
	width: 100%;
}
.view-more {
	color: #fff;
	cursor: pointer;
	font-weight: 400;
	line-height: 45px;
	margin: 0 0 2em;
	max-width: 120px;
	position: relative;
	text-decoration: none;
	width: 100%;
	text-align: left;
}
.learn-more {
	max-width: 260px;
}
.viewallservices {
	max-width: 200px;
}
.view-more:hover {
	text-decoration: none;
}
.view-more {
	letter-spacing: 0;
}
.view-more:hover, .view-more:active {
	letter-spacing: 5px;
}
.view-more:after, .view-more:before {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border: 1px solid rgba(255, 255, 255, 0);
	bottom: 0px;
	content: " ";
	display: block;
	margin: 0 auto;
	position: relative;
	transition: all 280ms ease-in-out;
	width: 0;
}
.view-more:hover:after, .view-more:hover:before {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-color: #3b3b3b;
	/*  transition: width 350ms ease-in-out;*/
	width: 100%;
	transition: 1s;
	-webkit-transition: 1s;
}
.view-more:hover:before {
	bottom: auto;
	top: 0;
	width: 100%;
}
/*Social links animation css*/

@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon/icomoon.eot?evit01');
	src: url('../fonts/icomoon/icomoon.eot?evit01#iefix') format('embedded-opentype'), url('../fonts/icomoon/icomoon.ttf?evit01') format('truetype'), url('../fonts/icomoon/icomoon.woff?evit01') format('woff'), url('../fonts/icomoon/icomoon.svg?evit01#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-twitter:before {
	content: "\f099";
}
.icon-facebook:before {
	content: "\f09a";
}
.icon-facebook-f:before {
	content: "\f09a";
}
.icon-linkedin:before {
	content: "\f0e1";
}
/* Global effect style */
@font-face {
	font-family: 'icomoon';
	src: url('fonts/icomoon.eot?w6aef1');
	src: url('fonts/icomoon.eot?w6aef1#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?w6aef1') format('truetype'), url('fonts/icomoon.woff?w6aef1') format('woff'), url('fonts/icomoon.svg?w6aef1#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
section {
	padding: 15px 0;
	border-top: 1px solid #CCCCCC;
}
section:first-child {
	border: 0;
}
*, *:before, *:after {
	box-sizing: border-box;
}
.effect-wrapper {
	text-align: center;
	background: #848484;
}
.effect-wrapper a {
	font-family: icomoon;
	font-size: 17px;
	speak: none;
	line-height: 34px;
	position: relative;
	display: inline-block;
	width: 34px;
	height: 34px;
	overflow: hidden;
	text-decoration: none;
	color: #5D5D5D;
}/**
	TRUECUBE
*/
.cube a {
	-webkit-perspective: 700px;
	perspective: 700px;
	-webkit-transform-style: preserve-3d;
	overflow: visible !important;
}
.cube a:before, .cube a:after {
	position: absolute;
	width: 34px;
	height: 34px;
	left: 0;
	top: 0;
	-webkit-transform-origin: 50% 50% -17px;
	-ms-transform-origin: 50% 50% -17px;
	transform-origin: 50% 50% -17px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.cube a:before {
	z-index: 1;
	background-color: #656565;
	color: #fff;
}
.cube a:after {
	color: #FFFFFF;
}
/*
===========================================
	POSITION
===========================================
*/
.effect-3-2 a:after {
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}
.effect-3-3 a:after {
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}
.effect-3-4 a:after {
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
}
.effect-3-5 a:after {
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
}
/*
===========================================
	EFFECT
===========================================
*/
.cube a:hover:after {
	z-index: 2;
}
.effect-3-2 a:hover:before {
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
}
.effect-3-2 a:hover:after {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}
.effect-3-3 a:hover:before {
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
}
.effect-3-3 a:hover:after {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}
.effect-3-4 a:hover:before {
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}
.effect-3-4 a:hover:after {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}
.effect-3-5 a:hover:before {
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}
.effect-3-5 a:hover:after {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
}
/*
===========================================
	ICON
===========================================
*/

/* Facebook */
.cube .fb:before, .cube .fb:after {
	content: "\f09a";
}
.cube .fb:after {
	background-color: #3b5998;
}
/* Instagram */
.cube .instagram:before, .cube .instagram:after {
	content: "\f16d";
}
.cube .instagram:after {
	background-color: #DCAD65;
}
/* Twitter */
.cube .twitter:before, .cube .twitter:after {
	content: "\f099";
}
.cube .twitter:after {
	background-color: #4099ff;
}
.cube {
	text-align: left;
}
/* Linkedin */
.cube .linkedin:before, .cube .linkedin:after {
	content: "\f0e1";
}
.cube .linkedin:after {
	background-color: #4698BD;
}
.effect-wrapper a {
	font-family: icomoon;
	font-size: 18px;
	speak: none;
	line-height: 34px;
	position: relative;
	display: inline-block;
	width: 34px;
	height: 34px;
	overflow: hidden;
	text-decoration: none;
	color: #5D5D5D;
	text-align: center;
}
.effect-wrapper a, .effect-wrapper a:before, .effect-wrapper a:after {
	transition: all 0.3s;
}
.effect-all div {
	display: inline-block;
	margin-right: 10px;
}
.effect-all label {
	display: block;
	margin-top: 5px;
}
.effect-1 {
	background-color: #FFFFFF;
}
.effect-2 {
	background-color: #FFFFFF;
}
.effect-3 {
	background-color: #FFFFFF;
}
.effect-4 {
	background-color: #FFFFFF;
}
.effect-5 {
	background-color: #FFFFFF;
}
.effect-6 {
	background-color: #272931;
}
.effect-7 {
	background-color: #FFFFFF;
}
.effect-8 {
	background-color: #FFFFFF;
}
.effect-9 {
	background-color: #FFFFFF;
}
.effect-10 {
	background-color: #FFFFFF;
}
.effect-11 {
	background-color: #272931;
}
.effect-12 {
	background-color: #FFFFFF;
}
.effect-13 {
	background-color: #FFFFFF;
}
/*Social links and button animation animation ends*/

/*mega menu starts*/

.mega-menu {
	background: url(../images/mega-bg.jpg) no-repeat scroll center center #fff;
	background: #fff;
	left: 0;
	margin-top: 0px;
	position: fixed;
	width: 100%;
	/*	padding: 15px 15px 45px 15px;*/
	padding: 45px 15px 45px;
	/*	display: none;	*/
	transition-duration: 0.9s;
	border-top: 3px solid #0099cc;
	box-shadow: 0px 17px 34px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0px 37px 40px -27px rgba(0, 0, 0, 0.1);
	opacity: 0;
	-ms-transform: translateY(10px); /* IE 9 */
	-webkit-transform: translateY(10px); /* Safari */
	transform: translateY(10px); /* Standard syntax */
	-webkit-transition: 0.4s cubic-bezier(0.6, 0.01, 0.43, 1.02);
	transition: 0.4s cubic-bezier(0.6, 0.01, 0.43, 1.02);
	visibility: hidden;
}
.display-on {
	visibility: visible;
	opacity: 1;
	/*	display: block;*/
	transition-duration: 0.4s;
	-ms-transform: translateY(0px); /* IE 9 */
	-webkit-transform: translateY(0px); /* Safari */
	transform: translateY(0px); /* Standard syntax */
}
.categories-list li {
	display: block;
	line-height: normal;
	margin: 0;
	padding: 5px 0;
}
.categories-list li :hover {
	background: inherit !important;
}
/*
.categories-list li.mega-description {
	font-size: 14px;
	padding-bottom: 18px;
	text-transform: capitalize;
	color: #111111;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	border-bottom: 1px solid #eaeaea;
	margin: 0 0 18px 0;
}
*/
.categories-list li.mega-description {
	font-size: 14px;
	padding-bottom: 7px;
	text-transform: capitalize;
	color: #0889da;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	border-bottom: 1px solid #ababab;
	margin: 0 0 9px 0;
	letter-spacing: 0.0094em;
}
.padding-80px {
	padding:130px 0 !important;
}


.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
 @keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
.mega-heading {
	font-size: 18px;
	color: #0099cc;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	border-bottom: 1px solid #eaeaea;
	/*
	padding-bottom: 22px;
	margin-bottom: 26px;
*/
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.mega-menu ul li a.mega-droplinks {
	border-top: none !important;
	/*    color: #a0a0a0 !important;*/
	color: #606060 !important;
	text-decoration: none;
	font-size: 14px;
	display: block;
	padding: 2px 0 !important;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
.mega-menu ul li a.mega-droplinks:hover, .mega-menu ul li a.mega-droplinks:active, .mega-menu ul li a.mega-droplinks:focus {
	border-top: none !important;
	/*	color: #0099cc !important;*/
	text-decoration: none;
	font-size: 14px;
	padding: 2px 0 !important;
	/*	font-weight: 600;*/
	webkit-transition : 0.9s;
	-webkit-transition: 0.6s;
	transition: 0.6s;
}
.bottom-category {
	padding-top: 28px;
}
.description-on-hover li.paragraph {
	color: #a0a0a0;
	color: #606060;
	text-align: center;
	font-size: 13px;
	line-height: 20px;
}
.description-on-hover li.heading {
	color: #111111;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
}
.description-on-hover li.mega-description {
	border-bottom: none;
}
.description-on-hover {
	text-align: center;
	position: relative
}
/*
.screen-image {
	background: url(../images/ror-image.jpg) center center #fff;
	width: 199px;
	height: 112px;
	position: absolute;
	top: 4%;
	left: 11%;
	right: 0;
	border-radius: 2px;
}
*/

.screen-image {
    background: url(../images/Wwebdesign.jpg) center center #fff;
    z-index: 999;
    width: 151px;
    height: 86px;
    position: absolute;
    top: 3.7%;
    left: 3%;
    right: 0;
    border-radius: 2px;
    background-size: cover;
}
/*mega menu ends*/


/*mega menu starts*/

.services-banner {
	float: left;
	width: 100%;
	background: url(../images/services-banner.png) no-repeat;
	background-size: cover;
	background-position: center center;
}
.services-banner .banner-elements {
	height: 100vh;
}
.services-banner .banner-cont p {
	color:#333;
}
.services-banner .banner-cont h1 {
	color: #0099cc;
	padding-top: 0;
    margin-top: 0;
}
.services-banner .services-banner-content {
	float: right;
}
.services-banner .banner-cont {
	top: 0;
}
.web-process h1, .whatwedo h1, .tools-techniques h1,
.web-process .tag_heading, .whatwedo .tag_heading, .tools-techniques .tag_heading,
.how-it-wrkphp .skill_tagsm_heading, .common-section .skill_tagsm_heading {
	font-size: 11px !important;
	color: #fff !important;
	background: #0099cc !important;
	display: inline;
	border-radius: 3px;
	padding: 4px 10px;
	letter-spacing: 2.5px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}
.services-header {
	text-align: center;
}
.web-process {
	padding: 60px 0;
	background: rgba(251,251,251,1);
	background: -moz-linear-gradient(top, rgba(251,251,251,1) 0%, rgba(251,251,251,1) 45%, rgba(251,251,251,1) 45%, rgba(255,255,255,1) 45%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(251,251,251,1)), color-stop(45%, rgba(251,251,251,1)), color-stop(45%, rgba(251,251,251,1)), color-stop(45%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(251,251,251,1) 0%, rgba(251,251,251,1) 45%, rgba(251,251,251,1) 45%, rgba(255,255,255,1) 45%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(251,251,251,1) 0%, rgba(251,251,251,1) 45%, rgba(251,251,251,1) 45%, rgba(255,255,255,1) 45%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(251,251,251,1) 0%, rgba(251,251,251,1) 45%, rgba(251,251,251,1) 45%, rgba(255,255,255,1) 45%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(251,251,251,1) 0%, rgba(251,251,251,1) 45%, rgba(251,251,251,1) 45%, rgba(255,255,255,1) 45%, rgba(255,255,255,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#ffffff', GradientType=0 );
}
.web-process h2, .whatwedo h2, .tools-techniques h2 {
	font-size: 32px;
	color: #111111;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	    line-height: 43px;
}
.web-process h2 span, .whatwedo h2 span, .tools-techniques h2 span {
	margin: 0 auto;
	display: block;
}
.process-tabs span.outer-circle {
	display: block;
    background: #fff;
    border-radius: 50%;
    /* padding: 18px; */
    /* max-width: 125px; */
    margin: 0 auto;
    margin-top: 36px;
    line-height: 117px;
	-webkit-transition:0.3s ease-in-out;
	transition:0.3s ease-in-out;
		width: 120px;
	height: 120px;
	text-align: center;
	padding:  0 0 0;
}
.process-tabs li.active span.inner-circle {
	box-shadow: none;
	-webkit-transition:0.3s ease-in-out;
	transition:0.3s ease-in-out;
}
.process-tabs li.active span.inner-circle.blue {
	box-shadow: inset 0 0 0 6px #0099cc, inset 0 0 0 6px #0099cc, inset 0 0 0 6px #0099cc;
}
.process-tabs li.active span.inner-circle.dark-green {
	box-shadow: inset 0 0 0 6px #00ccb6, inset 0 0 0 6px #00ccb6, inset 0 0 0 6px #00ccb6;
}
.process-tabs li.active span.inner-circle.yellow {
	box-shadow: inset 0 0 0 6px #f7b245, inset 0 0 0 6px #f7b245, inset 0 0 0 6px #f7b245;
}
.process-tabs li.active span.inner-circle.purple {
	box-shadow: inset 0 0 0 6px #b96beb, inset 0 0 0 6px #b96beb, inset 0 0 0 6px #b96beb;
}
.process-tabs li.active span.inner-circle.light-green {
	box-shadow: inset 0 0 0 6px #9eda4a, inset 0 0 0 6px #9eda4a, inset 0 0 0 6px #9eda4a;
}
.process-tabs li .arrow-down-blue, .process-tabs li .arrow-dark-green, .process-tabs li .arrow-down-yellow, .process-tabs li .arrow-down-purple, .process-tabs li .arrow-light-green {
	display: none;
}
span.outer-circle div {
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	margin: 0 auto;
	top: -16px;
	position: relative;
	-webkit-transition:0.3s ease-in-out;
	transition:0.3s ease-in-out;

}

.process-tabs li.active .arrow-down-blue {
	border-top: 15px solid #0099cc;
	display: block;
}
.process-tabs li.active .arrow-dark-green {
	border-top: 15px solid #00ccb6;
	display: block;
}
.process-tabs li.active .arrow-down-yellow {
	border-top: 15px solid #f7b245;
	display: block;
}
.process-tabs li.active .arrow-down-purple {
	border-top: 15px solid #b96beb;
	display: block;
}

.process-tabs li.active .arrow-light-green {
	border-top: 15px solid #9eda4a;
	display: block;
}
.process-tabs span.light-green {
	background:#aaebe4;
}
.process-tabs span.light-blue {
	background:#99d6eb;
}
.process-tabs span.light-pink {
	background:#deb6f7;
}
.process-tabs span.light-orange {
	background:#fadbac;
}
.process-tabs span.parrot-green {
	background:#cbec9b;
}
.process-tabs span.dark-blue {
    background: #b9e9f9;
}
.process-tabs span.inner-circle {
	background: #fff;
	padding: 28px 26px;
	border-radius: 50%;
	display: inline-block;
	box-shadow: 0px 4px 4px 1px rgba(0,0,0,0.1);
	line-height: normal;
}
.process-tabs li.active span.outer-circle {
	background: #fff;
}

.process-tabs p{
	line-height: 26px;
}

.process-tabs a {
	color: #707070;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
}
.process-tabs li {
	text-align: center;
}
.process-tabs p.contentintabs {
	color: #707070;
	font-size: 16px;
	line-height: 26px;
	padding: 95px 15px 0 0;
}
.process-tabs .nav-tabs {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.process-tabs {
	padding-top: 20px;
}
.imagein-tab {
	padding: 0;
}
.imagein-tab span {
	float: left;
	width: 100%;
}
.whatwedo {
	padding: 0 0 98px;
	background: #fff;
}
.wedo-contentholder {
	padding-top: 130px;
	background: url(../images/wedo-bg.png) no-repeat;
	background-size: contain;
	background-position: 0% 2%;
}
.whatwedo .responsive-design {
	text-align: center;
	padding-bottom: 48px;
}
.wedo-outer-circle {
	background: #fff;
	display: block;
	max-width: 138px;
	margin: 0 auto;
	padding: 20px;
	border-radius: 50%;
	margin-bottom: 48px;
	box-shadow: 0px 10px 22px 2px rgba(0,0,0,0.1);
}
.wedo-inner-circle {
	background: #fff;
	padding: 28px;
	border-radius: 50%;
	max-width: 100px;
	margin: 0 auto;
	box-shadow: inset 0px 0px 15px 2px #f4f4f4;
}
.responsive-design h1, .responsive-design .response_heading {
	font-size: 18px;
	background: none;
	color: #0099cc;
	letter-spacing: 0px;
	text-transform: capitalize;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
}
.responsive-design p {
	color: #a0a0a0;
	line-height: 24px;
	font-size: 12px;
	padding-top: 18px;
	font-weight: 500;
	font-family: 'Raleway', sans-serif;
}
.tools-techniques {
	padding: 98px 0;
	background: #fbfbfb;
	box-shadow: 0px 2px 18px -10px rgba(0, 0, 0, 1);
	position: relative;
}
.toolheader-desc {
	font-size: 15px;
	color: #707070;
	line-height: 28px;
	padding: 16px 0;
}
.our-techniques .tech-desc h3 {
	color: #111111;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}
.our-techniques .tech-desc p {
	font-size: 13px;
	color: #6d6d6d;
	line-height: 22px;
}
.our-techniques span.ang-tittle {
	color: #616161;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 12px;
	font-weight: 500;
	display: block;
}
.our-techniques .tech-img {
	text-align: center;
	line-height: 38px;
	border-radius: 50%;
	padding: 30px;
	width: 130px;
	height: 130px;
	padding-top: 40px;
	margin: 0 auto 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.our-techniques .tech-img:hover {
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.08);
}
.our-techniques {
	padding-top: 48px;
}
/****** image hover ******/

.image-hover * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.image-hover {
	position: relative;
	width: auto;
	height: auto;
	overflow: hidden;
	background: none;
	border: none;
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3)
}
.image-hover a {
	text-decoration: none
}
/*** effect - shadow 1 ***/


.img-shadow-1 {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.img-shadow-1:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-box-shadow: 0 58px 36px -56px black;
	-moz-box-shadow: 0 58px 36px -56px black;
	box-shadow: 0 58px 36px -56px black;
}
.img-shadow-1 {
	transition: all .6s ease-in-out;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
}
.img-shadow-1:hover {
	transition: all .6s ease-in-out;
	-webkit-transition: all .6s ease-in-out;
	-moz-transition: all .6s ease-in-out;
	-ms-transition: all .6s ease-in-out;
	-o-transition: all .6s ease-in-out;
}
.our-techniques button.owl-dot span {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	display: block;
	border: 2px solid #ebebeb;
	margin: 0 4px;
	background: #fff;
	outline: none;
}
.our-techniques button.owl-dot:active span, .our-techniques button.owl-dot:focus span {
	border: 2px solid #0099cc;
}
.our-techniques button.owl-dot {
	outline: none;
}
.our-techniques .owl-dots {
	background: #fbfbfb;
	position: absolute;
	bottom: -7%;
	padding: 14px 26px;
	border-radius: 0 0 10px 10px;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	max-width: 150px;
	right: 0%;
	left: 0%;
	margin: 0 auto;
}
.position-static {
	position: static;
}
.mega-description span img {
	max-width: 100%;
}
/****blog css starts****/

.blog {
	float: left;
	width: 100%;
	background: url(../images/blog-banner.png) no-repeat;
	background-size: cover;
	background-position: center center;
}
.blog .banner-elements {
	position: relative;
	height: 100vh;
}
.blog .banner-cont {
	position: relative;
	top: 15%;
}
.blog .blog-banner-content {
	float: right;
	max-width: 450px;
}
.blog .blog-banner-content h1, .portfolio .banner-cont h1 {
	color: #0099cc;
	font-size: 28px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	padding-top: 78px;
	line-height: 32px;
}
.portfolio .banner-cont h1, .contact .banner-cont h1 {
	color: #0099cc;
	text-transform: capitalize;
	font-size: 36px;
}
.blog .blog-banner-content p, .portfolio .banner-cont p, .contact .banner-cont p {
	color: #111111;
}
.portfolio .banner-cont p {
	width: 100%;
}
.blog .blog-banner-content .btn.btn-default, .portfolio .banner-cont .btn.btn-default, .contact .banner-cont .btn.btn-default {
	background: none;
	border-radius: 50px;
	border: 1px solid #0099cc;
	color: #0099cc;
	padding: 14px 36px;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
	font-weight: 600;
	font-size: 14px;
	margin-top: 18px;
}
.blog .blog-banner-content span, .portfolio .banner-cont span, .contact .banner-cont span {
	display: inline-block;
	padding: 2px 8px;
}
.blog-wrapper {
	background: #fcf9f7;
}
.tabs-right {
	border-bottom: none;
	padding-top: 0px;
	border-left: none;
}
.tabs-right>li {
	float: none;
	margin-bottom: 0px;
}
.tabs-right>li {
	margin-left: 0px;
}
.tabs-right>li.active>a, .tabs-right>li.active>a:hover, .tabs-right>li>a {
	margin-right: 0;
	padding: 20px 15px;
	border: none;
}
.tabs-right>li.active>a:hover, .tabs-right>li.active>a:active, .tabs-right>li.active>a:focus {
	background: #fcf9f7;
}
.tabs-right>li>a:hover, .tabs-right>li>a:active, .tabs-right>li>a:focus {
	background: #fcf9f7;
}
.blog-tabs, .blog-post2 {
	padding: 98px 0;
}
.blog-tabs .image-holder, .webdev-imagebx {
	position: relative;
}
.blog-tabs .tab-pane-content {
	position: absolute;
	bottom: -26%;
	background: #fff;
	width: 68%;
	margin: 0 auto;
	right: 0;
	left: 0;
	padding: 20px 0;
	text-align: center;
}
.nav-tab-panes {
	text-align: center;
	padding: 0;
}
.tab-pane-content h1, .webdev-contentbx h1 {
	font-size: 16px;
	color: #111111;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}
.tab-pane-content h4, .webdev-contentbx h4 {
	font-size: 12px;
	color: #acacac;
	font-weight: 500;
	padding: 12px 0;
}
.tab-pane-content p, .webdev-contentbx p {
	font-size: 13px;
	color: #646464;
	padding: 0 20px;
	line-height: 24px;
}
.tab-holder {
	background: #fff;
	padding: 0px;
}
.blog-nav-tabs {
	padding: 0;
}
.blog-nav-tabs span.numeric-content {
	color: #b0b0b0;
	font-size: 36px;
	font-weight: 500;
	display: inline-block;
	float: left;
}
.blog-nav-tabs span.alphabetic-content {
	color: #5c5c5c;
	font-size: 16px;
	line-height: 28px;
	font-weight: 600;
	float: left;
	display: inline-block;
	width: 80%;
	padding: 0 0 0 20px;
}
.blog-nav-tabs a {
	float: left;
	width: 100%;
}
.blog-nav-tabs .nav-tabs>li.active>a, .blog-nav-tabs .nav-tabs>li.active>a:focus, .blog-nav-tabs .nav-tabs>li.active>a:hover {
	color: #5c5c5c;
	cursor: default;
	background-color: #fcf9f7;
	border: none;
	border-bottom-color: transparent;
	outline: none;
	border-radius: 0px;
	box-shadow: 2px 0px 15px 0px rgba(0,0,0,0.2);
	transition: 0.4s;
	webkit-transition: 0.4s;
}
.tabs-right>li.active {
	background: #fcf9f7;
	border-left: 4px solid #008fbf;
	transition: 0.4s;
	webkit-transition: 0.4s;
}
span.redbg {
	background: #f72300;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	padding: 16px;
	display: inline-block;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}
span.bluebg {
	background: #3a98c9;
}
span.greenbg {
	background: #0ed6ca;
}
.blog-box-holder {
	background: #fff;
	width: 100%;
	float: left;
	border: 1px solid #e5e5e5;
	padding: 78px 0 200px;
}
.webdev-imagebx img.img-responsive {
	width: 100%;
}
.webdev-contentbx .btn {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #515151;
	border: 1px solid #c1c1c1;
	border-radius: 0;
	padding: 16px 25px;
	font-weight: 600;
	margin-top: 26px;
	z-index: 0;
}
.webdev-contentbx .btn:hover {
	background: transparent;
	color: #fff;
}
.webdev-contentbx {
	position: absolute;
	bottom: -26%;
	background: #fff;
	width: 78%;
	margin: 0 auto;
	right: 0;
	left: 0;
	padding: 20px 0 48px;
	text-align: center;
	box-shadow: 3px 3px 30px 0px rgba(0,0,0,0.1);
}
.blog-pagination .pager li a {
	background: none;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
	color: #c0c0c0;
	border-radius: 0;
	min-width: 180px;
	padding: 14px 0;
	border: 1px solid #dcdcdc;
	margin: 42px 12px;
}
.blog-pagination .pager li a:hover, .blog-pagination .pager li a:focus {
	color: #0099cc;
	border: 1px solid #0099cc;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
}
.blog .right-bounce:after, .portfolio .right-bounce:after {
	background: #0099cc;
	border: 1px solid #0099cc;
}
.blog-pagination .pager li {
	display: inline-block;
}
.blog .blog-banner-content .btn.btn-default:hover, .portfolio .banner-cont .btn.btn-default:hover {
	border: 1px solid transparent;
	color: #fff;
}
.services-banner .banner-cont .btn.btn-default {
	background: none;
	border: 1px solid #0099cc;
	color: #0099cc;
}
.services-banner .banner-cont .btn.btn-default:hover {
	border: 1px solid transparent;
	color: #fff;
}
.services-banner .banner-cont .btn.btn-default:after {
	background: #0099cc;
	border: 1px solid #0099cc;
}
.services-banner .banner-cont span {
	display: inline-block;
	padding: 2px 8px;
}
/****Portfolio CSS Starts****/

.portfolio .banner.content {
	background: url(../images/portfolio-bg.png) no-repeat center center;
	background-size: cover;
}
.contact .banner-elements {
	position: relative;
	height: 100vh;
	max-width: 1170px;
	margin: 0 auto;
}
.portfolio .banner-cont {
	top: 15%;
}
.port-heading-main span {
	margin: 0 auto;
	display: block;
}
.port-heading-main, .portfolio-contbx .port-heading-main {
	font-size: 38px;
	text-align: center;
	margin-bottom: 60px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	color: #111111;
}
.portfolio .services .services-header {
	font-size: 12px;
	font-weight: 500;
}
.portfolio-slides h2 {
	font-size: 32px;
	font-weight: 600;
}
.portfolio-slides p {
	padding: 13px 0 22px;
}
.portfolio .post-man, .portfolio .big-reality, .portfolio .sylk-aus {
	padding: 110px 0 0;
}
.portfolio .post-man .card {
	background: #8fe1f3;
}
.portfolio .big-reality .card {
	background: #efd28c;
}
.portfolio .sylk-aus .card {
	background: #73f7b0;
}
.blog .pagination {
	display: inline-block;
	margin: 60px 0 0;
}
.you-ready {
	background: #fcfcfc;
	padding: 78px 0 110px;
}
.you-ready .lets-start {
	font-size: 105px;
	font-weight: 700;
	color: #f1f2f7;
	text-align: center;
	letter-spacing: 5px;
	font-family: 'Montserrat', sans-serif;
	z-index: 0;
	position: relative;
}
.work-together {
	background: url(../images/pricing-bg.png) no-repeat #fff;
	padding: 100px 0;
	background-size: auto;
	background-position: 95% top;
	box-shadow: 0px 8px 12px 1px rgba(0,0,0,0.1);
	margin-top: -42px;
	z-index: 1;
	position: relative;
}
.work-together h1 {
	font-size: 26px;
	color: #585858;
	padding-left: 58px;
}
.see-price .req-quote {
	background: #0099cc;
	font-size: 14px;
	color: #fff;
	padding: 14px 36px;
	border-radius: 50px;
	font-weight: 600;
	margin-right: 26px;
}
.see-price .see-our-price {
	background: none;
	font-size: 14px;
	color: #c1c1c1;
	padding: 14px 36px;
	border-radius: 50px;
	border: 1px solid #e1e1e1;
	font-weight: 600;
}
.see-price .see-our-price:hover {
	color: #fff;
}
.portfolio-contbx {
	padding: 70px 0 102px;
}
.previous .circle-in-pagi {
	background: #7dd7f5;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	position: absolute;
	top: 18%;
	left: 22%;
	box-shadow: inset 0px 8px 10px 0px rgba(0,0,0,0.1);
}
.next .circle-in-pagi {
	background: #7dd7f5;
	border-radius: 50%;
	height: 40px;
	width: 40px;
	position: absolute;
	top: 18%;
	right: 22%;
	box-shadow: inset 0px 8px 10px 0px rgba(0,0,0,0.1);
}
.previous .circle-in-pagi span {
	background: #fff;
	border-radius: 50%;
	height: 22px;
	width: 22px;
	display: inline-block;
	margin: 9px 0 0;
}
.next .circle-in-pagi span {
	background: #fff;
	border-radius: 50%;
	height: 22px;
	width: 22px;
	display: inline-block;
	margin: 9px 0 0;
}
.pagination-holder ul {
	float: left;
	margin: 0;
}
li.previous {
	height: 64px;
	width: 64px;
	border-radius: 50px 0 0 50px;
	position: relative;
}
li.next {
	height: 64px;
	width: 64px;
	border-radius: 0px 50px 50px 0px;
	position: relative;
}
.pagination a {
	color: #111111;
	padding: 0px 24px;
	text-decoration: none;
	margin: 0px;
	transition: background-color .3s;
	font-size: 16px;
	background-color: #fcfcfc;
	font-weight: 600;
	transition: 1s;
	-webkit-transition: 1s;
	font-family: 'Montserrat', sans-serif;
}
.pagination a.active {
	background-color: transparent;
	color: #0099cc;
}
.pagination a:hover {
	background-color: #fcfcfc;
	color: #0099cc;
}
.previous a, .next a {
	color: #a4a4a4;
}
.previous a {
	border-radius: 30px 0 0 30px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-right: 0.5px solid #f1f1f1;
	border-left: 1px solid #e1e1e1;
	font-weight: 300;
	background: transparent;
	padding: 0;
	border: none;
}
.next a {
	border-radius: 30px 0 0 30px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-right: 0.5px solid #f1f1f1;
	border-left: 1px solid #e1e1e1;
	font-weight: 300;
	background: transparent;
	padding: 0;
	border: none;
}
.pagination-holder {
	text-align: center;
	padding-top: 80px;
}
.pagination-holder .pagination {
	display: inline-block;
	padding-left: 0;
	margin: 0;
	box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.08);
	padding: 0px;
	border-radius: 50px;
	position: relative;
}
.pagination ul li {
	float: left;
	list-style: none;
	padding: 20px 0;
	background: #fcfcfc;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #f1f1f1;
}
.banner .element {
	display: inline-block;
	background: rgba(151,150,240,1);
	background: -moz-linear-gradient(-45deg, rgba(151,150,240,1) 0%, rgba(251,199,212,1) 100%);
	background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(151,150,240,1)), color-stop(100%, rgba(251,199,212,1)));
	background: -webkit-linear-gradient(-45deg, rgba(151,150,240,1) 0%, rgba(251,199,212,1) 100%);
	background: -o-linear-gradient(-45deg, rgba(151,150,240,1) 0%, rgba(251,199,212,1) 100%);
	background: -ms-linear-gradient(-45deg, rgba(151,150,240,1) 0%, rgba(251,199,212,1) 100%);
	background: linear-gradient(135deg, rgba(151,150,240,1) 0%, rgba(251,199,212,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9796f0', endColorstr='#fbc7d4', GradientType=1 );
	height: 155px;
	width: 155px;
	font-size: 1px;
	padding: 1px;
	color: white;
	margin-right: 5px;
	margin-left: 5px;
	-webkit-animation: roll 3s infinite;
	animation: roll 3s infinite;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	opacity: .8;
	border-radius: 74px;
	position: absolute;
	top: 26%;
	right: 46%;
}
.banner .element1 {
	top: -10%;
	left: -5%;
}
.banner .element2 {
	top: 50%;
	left: 10%;
	height: 64px;
	width: 64px;
	border-radius: 29px;
}
 @-webkit-keyframes roll {
 0% {
 -webkit-transform: rotate(0);
 transform: rotate(0);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @keyframes roll {
 0% {
 -webkit-transform: rotate(0);
 transform: rotate(0);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
/****contact-page-starts****/

.contact-us-form {
	padding: 0 78px;
}
.contact.banner {
	background: url(../images/contact-banner.png) no-repeat;
	background-size: cover;
	opacity: 1;
}
.phone-email span {
	float: left;
	width: 16%;
}
.phone-email h1, .phone-email .price_heading_main {
	font-size: 16px;
	display: inline-block;
	margin: 0;
	padding-left: 0px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: 700;
	color: #111111;
	float: left;
	width: 76%;
	font-family: 'Montserrat', sans-serif;
}
.phone-email p {
	display: inline-block;
	padding: 14px 0 0 0;
	line-height: 26px;
	font-size: 14px;
	color: #848484;
	max-width: 200px;
}
.phone-email {
	padding: 0 0 30px;
}
.contact .work-together {
	background: #fff;
	/*    padding: 100px 0;*/
	padding: 60px 0;
	box-shadow: 0px 8px 12px 1px rgba(0,0,0,0.1);
	margin-top: -42px;
	z-index: 1;
	position: relative;
}

.contact .contact-us-form .btn.btn-default {
   background: none;
   border-radius: 50px;
   border: 1px solid #0099cc;
   color: #0099cc;
   padding: 14px 76px;
   transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
   font-weight: 600;
   font-size: 14px;
   margin: 50px 0 0;
}
/* .contact .contact-us-form .btn.btn-default:hover {
	border: 1px solid transparent;
	color: #fff;
} */
.right-bounce:hover:after, .right-bounce:active:after, .right-bounce:focus:after {
    width: 101%;
    border-radius: 50px;
}
 /* .contact-us-form .btn.btn-default:after {
	background: #0099cc !important;
	border: 1px solid #0099cc !important;
} */
.contact-us-form .form-control, .contact-us-form .form-control:focus, .contact-us-form .form-control:active {
	background: none;
	border-radius: 0 20px 20px 0px !important;
	height: 48px;
	border-left: none;
	box-shadow: none;
	outline: none;
	border: 1px solid #ccc !important;
	border-left: none!important;
	border-radius: 0 50px 50px 0;
}
.contact-us-form .input-group-addon, .contact-us-form .input-group-addon:active, .contact-us-form .input-group-addon:focus {
	border-right: none;
	border-radius: 50px 0 0 50px;
}
.contact-us-form textarea.form-control, .contact-us-form textarea.form-control:focus, .contact-us-form textarea.form-control:active {
	height: auto !important;
	border-left: 1px solid #ccc !important;
	border-radius: 12px;
	border: 1px solid #ccc !important;
}
.contact-us-form .form-group {
	margin-bottom: 30px;
}
.contact .project-cost p {
	font-size: 16px;
	line-height: 28px;
	color: #818181;
	padding: 0;
	margin-bottom: 0;
	text-align: center;
}
.contact .project-cost .port-heading-main {
	font-size: 38px;
	text-align: center;
	margin-bottom: 18px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	color: #111111;
}
.project-cost {
	background: #fcfcfd;
}
.estimate-cost-btn {
	text-align: center;
}
.estimate-cost-btn .btn.btn-default {
	background: none;
	border-radius: 50px;
	border: 1px solid #0099cc;
	color: #0099cc;
	padding: 14px 48px;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
	font-weight: 600;
	font-size: 14px;
	margin: 50px 0 0;
}
/* .contact .btn.btn-default:hover {
	border: 1px solid transparent;
	color: #fff;
} */
.contact.right-bounce:hover:after, .contact.right-bounce:active:after, .contact.right-bounce:focus:after {
    width: 101%;
    border-radius: 50px;
}

.contact .contact-us-form .btn.btn-default:after {
	background: #0099cc;
	border: 1px solid #0099cc;
}
.contact .banner-cont {
	top: 17%;
	z-index: 2;
	position: absolute;
}
/****About Us CSS Starts*****/

.about-banner {
	float: left;
	width: 100%;
	background: url(../images/about-banner.png) no-repeat;
	background-size: cover;
	background-position: center center;
}
.about-banner .banner-cont h1 {
	color: #111111;
	font-size: 42px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	padding-top: 0px;
	line-height: 64px;
}
.about-banner .banner-cont p {
	color: #4b4b4b;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	width: 500px;
	padding: 14px 0;
	margin-bottom: 18px;
  max-width: 100%;
}
.about-banner .banner-elements {
	position: relative;
	height: 100vh;
	max-width: 1170px;
	margin: 0 auto;
}
.about-banner .banner-cont {
	top: 0;
}
.about-banner .banner-elements .rect-in-about {
	top: 23%;
	bottom: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	animation: nudge 16s linear infinite alternate;
}
@keyframes nudge {
 0%, 100% {
 transform: translate(0, 0);
}
 50% {
 transform: translate(80px, 0);
}
 80% {
 transform: translate(-80px, 0);
}
}
.about-banner .banner-elements .plus-in-about {
	top: 18%;
	left: 12%;
}
.three {
	transform: rotateZ(100deg);
	animation: three 5s infinite;
	animation-direction: alternate;
}
@keyframes three {
 0% {
 transform: rotateZ(0);
}
 100% {
 transform: rotateZ(100deg);
}
}
.about-banner .banner-elements .triangle-in-about {
	top: 23%;
	right: 8%;
	animation: skew 3s infinite;
	transform: skew(20deg);
	animation-direction: alternate;
}
@keyframes skew {
 0% {
 transform: skewX(20deg);
}
 100% {
 transform: skewX(-20deg);
}
}
.about-banner .banner-elements .square-in-about {
	bottom: 18%;
	right: 10%;
	-webkit-animation: spin 5s linear infinite;
	-moz-animation: spin 5s linear infinite;
	animation: spin 5s linear infinite;
}
@-moz-keyframes spin {
100% {
-moz-transform: rotate(360deg);
}
}
@-webkit-keyframes spin {
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
100% {
-webkit-transform: rotate(360deg);
transform:rotate(360deg);
}
}
.about-banner .banner-elements .circle-in-about {
	bottom: 14%;
	left: 4%;
	animation: shimmy 4s infinite;
	animation-direction: alternate;
}
@keyframes shimmy {
 0% {
 transform: translate(0, 0);
}
 100% {
 transform: translate(20px, 50px);
}
}
.about-banner .banner-cont .btn.btn-default {
	background: none;
	border-radius: 50px;
	border: 1px solid #111111;
	color: #111111;
	padding: 14px 36px;
	transition: all 0.6s cubic-bezier(0.42, 0, 0.58, 1) 0s;
	webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1) 0s;
	font-weight: 600;
	font-size: 14px;
}
.about-banner .banner-cont .btn.btn-default:after {
	transition: all 0.6s cubic-bezier(0.42, 0, 0.58, 1) 0s;
	webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.about-banner .banner-cont .btn.btn-default:hover {
	border: none;
	color: #fff;
	transition: all 0.6s cubic-bezier(0.42, 0, 0.58, 1) 0s;
	webkit-transition: all 0.5s cubic-bezier(0.42, 0, 0.58, 1) 0s;
	padding: 14px 36px;
}
.about-banner .banner-cont span {
	padding: 5px 15px 5px 15px;
}
.mission {
	text-align: center;
}
.mission h1, .mission .abt_vision_heading {
	font-size: 38px;
	font-weight: 700;
	color: #111111;
	background: none;
	text-transform: capitalize;
}
.mission p {
	font-size: 14px;
	font-weight: 800;
	color: #777777;
	line-height: 28px;
	font-weight: 500;
	padding-top: 24px;
}
.welcome-aboutus h1, .welcome-aboutus .welcome-aboutus_heading {
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
	color: #707070;
	font-family: 'Montserrat', sans-serif;
}
.welcome-aboutus p {
	font-size: 14px;
	line-height: 28px;
	color: #777777;
	font-weight: 500;
	padding-top: 12px;
}
.aboutus-heading h1, .aboutus-heading .aboutus-headingtx, .approach-heading h1, .approach-heading .approach-headingtx {
	font-size: 16px;
	color: #707070;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	position: relative;
}
.approach-heading h1 span, .approach-heading .approach-headingtx span {
	font-size: 16px;
	color: #707070;
	line-height: 24px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	display: block;
}
.aboutus-heading h1:after, .approach-heading .approach-headingtx:after {
	content: "";
	background: url(../images/about-line.png) no-repeat;
	width: 100%;
	height: 350px;
	float: left;
	position: absolute;
	left: 40px;
	top: 150px;
}
.approach-heading h1:after, .approach-heading .approach-headingtx: after {
	content: "";
	background: url(../images/about-line.png) no-repeat;
	width: 100%;
	height: 350px;
	float: left;
	position: absolute;
	left: 40px;
	top: 150px;
}
.about-matrix-content {
	background: url(../images/about-headingdots.png) no-repeat;
	background-position: right top;
	max-width: 1400px;
	margin: 0 auto;
	background-size: auto;
	padding: 0 0 90px;
}
.approach {
	background: url(../images/about-headingdots.png) no-repeat;
	background-position: left 0%;
	max-width: 1400px;
	margin: 0 auto;
	background-size: auto;
	padding: 50px 0;
}
.approach-descp .experience, .approach-descp .design, .approach-descp .technology {
	font-size: 38px;
	font-weight: 800;
	letter-spacing: 3px;
	display: inline-block;
	margin: 0;
	padding: 0 0 20px 18px;
}
.approach-descp .experience {
	color: #9da8f0;
}
.approach-descp .design {
	color: #c89df0;
}
.approach-descp .technology {
	color: #f09de3;
}
.approach-descp span {
	float: left;
}
.approach-descp p {
	font-size: 14px;
	line-height: 26px;
	color: #898989;
	padding-left: 68px;
}
.apr-pad {
	padding-top: 48px;
}
.approach-heading h1, .approach-heading .approach-headingtx {
	margin: 0px;
}
.approach .whatwedo {
	padding: 68px 0 44px 40px;
	background: transparent;
}
.approach .whatwedo ul li {
	color: #a0a0a0;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 26px;
	list-style: none;
}
.approach-bgholder {
	background: url(../images/about-cirlcebg.png) no-repeat;
	background-position: 174% center;
	background-size: 63%;
}
.whatwedo .light-blue {
	color: #9da8f0 !important;
	font-weight: 600;
}
.whatwedo .light-purple {
	color: #c89df0 !important;
	font-weight: 600;
}
.whatwedo .light-pink {
	color: #f09de3 !important;
	font-weight: 600;
}
.our-history {
	background: url(../images/about-headingdots-grey.png) no-repeat 40% top #fbfafe;
	padding: 118px 0;
}
.our-history h1, .our-history .r-history_heading {
	color: #707070;
	font-size: 16px;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 800;
	margin: 0 0 72px;
	font-family: 'Montserrat', sans-serif;
}
.our-history .company-history h1, .our-history .company-history .r-history_slide_heading {
	font-size: 38px;
	font-weight: 300;
	color: #787878;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0px;
	line-height: 48px;
	text-transform: inherit;
	max-width: 90%;
	margin: 0 auto;
}
.our-history .company-history h1 span, .our-history .company-history .r-history_slide_heading span {
	color: #50bfe4;
}
.our-history .company-history p {
	font-size: 16px;
	font-weight: 400;
	color: #787878;
	letter-spacing: 0px;
	line-height: 28px;
	width: 90%;
	margin: 0 auto;
	padding: 30px 0 138px;
}
.company-history {
	padding: 98px 0 0;
	background: url(../images/history-circle.png) no-repeat center top;
	position: relative;
}
/*slick css*/

.our-history .container {
	overflow: hidden;
}
.slider-for__item {
	display: inline-block;
	height: auto;
	margin: 0 10px;
	background-color: transparent;
	text-align: center;
	color: #bdbdbd;
	font-size: 34px;
	font-weight: 200;
	letter-spacing: 2px;
	font-family: 'Montserrat', sans-serif;
	border-top: 2px solid #bdbdbd;
	min-width: 180px;
	padding-top: 10px;
	outline: none;
}
.slider-for__item.slick-slide.slick-current.slick-active.item-nav {
	border-top: 2px solid #111111;
	color: #111111;
}
.slider-for__item.slick-slide.slick-current.slick-active.item-nav {
	position: relative;
}
.company-history .border-none {
	position: relative;

    z-index: 9;

}
.slider-for__item.slick-slide.slick-current.slick-active.item-nav:after {
	content: '';
	display: block;
	position: absolute;
	top: -7px;
	left: 0px;
	right: 0;
	width: 10px;
	height: 10px;
	margin: 0 auto;
	background: #fbfafe;
	border-right: 2px solid #111111;
	border-bottom: 2px solid #111111;
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
}
.border-none .slider-for__item.slick-slide.slick-current.slick-active {
	border: none;
}
.slick-list {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.slider-nav {
	width: 100%;
	overflow: hidden;
	background-color: transparent;
	cursor: pointer;
}
.item-nav {
	width: 100px;
	height: 100px;
}
.slick-slide {
	margin-left: 0;
	margin-right: 20px;
}
.company-history img.triangle {
	position: absolute;
	top: 05%;
}
.company-history img.strip-about {
	top: 60%;
	position: absolute;
	left: -5%;
}
.company-history img.circle-about {
	position: absolute;
	right: 0;
	animation: shimmy 4s infinite;
	animation-direction: alternate;
}
.company-history img.triangle-with-circle {
	position: absolute;
	right: -10%;
	bottom: 30%;
	animation: rotate 10s linear infinite;
}
.company-history img.triangle-with-circle:before {
	content: '';
	animation: rotate 5s linear reverse infinite;
}
@keyframes rotate {
100% {
transform:rotate(-360deg);
}
}
.our-team h1, .our-team .r_team_heading {
	font-size: 38px;
	text-align: center;
	font-weight: 800;
	color: #111111;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}
.our-team {
	padding: 98px 0;
	background: #fff;
}
.our-team h1 span, .our-team .r_team_heading span {
	display: block;
	padding: 12px 0;
}
.team-img-holder {
	max-width: 290px;
	position: relative;
}
.team-img-holder.brown-bg {
	background: #eed1bf;
}
.team-img-holder.pink-bg {
	background: #eebfbf;
}
.team-img-holder.lightblue-bg {
	background: #bfebee;
}
.team-cont-holder {
	position: absolute;
	top: 20%;
	right: 0%;
	border: 3px solid #858585;
	padding: 14px 34px;
}
.team-cont-holder h3, .team-cont-holder .title_descp {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	text-align: left;
	color: #6a6a6a;
}
.team-cont-holder h2, .team-cont-holder .title_nametx {
	font-weight: 500;
	font-size: 22px;
	line-height: 36px;
	color: #6a6a6a;
	max-width: 90%;
}
.our-team .padding-none {
	padding: 0;
}
.our-team .second-team {
	margin-top: -20px;
}
.our-team .fifth-team {
	margin-top: 20px;
}
.our-team .row {
	padding-top: 98px;
}
 @-webkit-keyframes bounce {
 0% {
transform: translateY(-5px)
}
 50% {
transform: translateY(10px)
}
 100% {
transform: translateY(-5px)
}
}
 @keyframes bounce {
 0% {
transform: translateY(-5px)
}
 50% {
transform: translateY(10px)
}
 100% {
transform: translateY(-5px)
}
}
.zio {
	-webkit-animation: bounce 3s infinite ease-in-out;
	-o-animation: bounce 3s infinite ease-in-out;
	-ms-animation: bounce 3s infinite ease-in-out;
	-moz-animation: bounce 3s infinite ease-in-out;
	animation: bounce 3s infinite ease-in-out;
}
 @-webkit-keyframes bounce2 {
 0% {
transform: translateY(5px)
}
 50% {
transform: translateY(-10px)
}
 100% {
transform: translateY(5px)
}
}
 @keyframes bounce2 {
 0% {
transform: translateY(5px)
}
 50% {
transform: translateY(-10px)
}
 100% {
transform: translateY(5px)
}
}
.zio2 {
	-webkit-animation: bounce2 3s infinite ease-in-out;
	-o-animation: bounce2 3s infinite ease-in-out;
	-ms-animation: bounce2 3s infinite ease-in-out;
	-moz-animation: bounce2 3s infinite ease-in-out;
	animation: bounce2 3s infinite ease-in-out;
}
 @-webkit-keyframes bounce3 {
 0% {
transform: translateY(0px)
}
 50% {
transform: translateY(5px)
}
 100% {
transform: translateY(0px)
}
}
 @keyframes bounce3 {
 0% {
transform: translateY(0px)
}
 50% {
transform: translateY(5px)
}
 100% {
transform: translateY(0px)
}
}
.zio3 {
	-webkit-animation: bounce3 3s infinite ease-in-out;
	-o-animation: bounce3 3s infinite ease-in-out;
	-ms-animation: bounce3 3s infinite ease-in-out;
	-moz-animation: bounce3 3s infinite ease-in-out;
	animation: bounce3 3s infinite ease-in-out;
}
 @-webkit-keyframes bounce4 {
 0% {
transform: translateY(0px)
}
 50% {
transform: translateY(-5px)
}
 100% {
transform: translateY(0px)
}
}
 @keyframes bounce4 {
 0% {
transform: translateY(0px)
}
 50% {
transform: translateY(-5px)
}
 100% {
transform: translateY(0px)
}
}
.zio4 {
	-webkit-animation: bounce4 3s infinite ease-in-out;
	-o-animation: bounce4 3s infinite ease-in-out;
	-ms-animation: bounce4 3s infinite ease-in-out;
	-moz-animation: bounce4 3s infinite ease-in-out;
	animation: bounce4 3s infinite ease-in-out;
}
.geta-quote {
	position: fixed;
	background: #0099cc;
	padding: 21px 18px;
	text-transform: uppercase;
	z-index: 17;
	right: 18px;
	bottom: 36%;
	box-shadow: -11px 11px 42px -12px rgba(0, 0, 0, 0.25);
	border-radius: 62px;
	width: 52px;
	word-break: break-word;
	text-align: center;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	opacity: 0;
}
.geta-quote:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #0099cc;
	top: 41%;
	right: -10px;
}
.geta-quote.show-div {
	opacity: 1;
	bottom: 40%;
}
.geta-quote a, .geta-quote a span {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	display: block;
	text-decoration: none;
	outline: none;
	word-wrap: break-word;
}
.geta-quote a i.fa.fa-comments {
	margin: 0 14px 0 0;
}
.geta-quote a span {
	display: block;
	margin: 5px 0 5px 0;
	line-height: normal;
}
.mega-menu ul li a:after {
	content: '';
	clear: both;
	display: table;
	width: 100%;
}
.mega-menu ul li a img {
    width: 24px;
    float: left;
    height: 24px;
    overflow: hidden;
    object-fit: contain;
}
.mega-menu ul li a span {
	float: left;
	width: calc(100% - 24px);
	display: block;
	padding: 0 0 0 15px;
  font-size: 14px !important;
    color: #606060 !important;
    font-weight: 500 !important;

}
section.common-section.left-rght-cmmn {
	padding: 60px 0;
}
.left-rght-cmmn {
	background: #fafafa;
}
.left-rght-cmmn h1, .left-rght-cmmn .whynode_heading {
	font-size: 30px;
	color: #0099cc;
	font-weight: 700;
	margin: 0 0 42px 0;
}
.left-rght-cmmn p {
	font-size: 14px;
	color: #707070;
	margin: 0 0 42px 0;
	line-height: 26px;
}


.left-rght-cmmn ul {
	list-style: none;
	margin: 0 0 0 18px;
}
.left-rght-cmmn ul li {
	font-size: 14px;
	color: #707070;
	margin: 0 0 30px 0;
	position: relative;
}
.left-rght-cmmn ul li:before {
	content: '';
	width: 7px;
	height: 7px;
	background: #bfc9f6;
	position: absolute;
	left: -15px;
	top: 7px;
	border-radius: 50%;
}
.text-rght-img {
	text-align: right;
}
.disp-block {
	display: block;
}
.mrgn-top-80 {
	margin: 80px 0 0 0;
}
.outer-circle {
    width: 176px;
    height: 176px;
    background: red;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto 25px;
    padding: 30px 0 0 0;
}
.color-first {
	background: #fcfae5;
}
.crcle_img {
	width: 116px;
	height: 116px;
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
	line-height: 120px;
	background: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0px 12px 27px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0px 12px 27px 0 rgba(0, 0, 0, 0.08);
	position: relative;
}
.circle-div-hldr {
	text-align: center;
	padding: 10px;
	margin: 10px 0 40px;
}
.circle-div-hldr h1 {
	font-size: 23px;
	color: #222222;
	font-weight: 700;
    margin: 20px 0 20px 0;
}
.circle-div-hldr p {
	font-size: 15px;
	color: #606060;
	text-align: justify;

}

.circle-div-hldr .skill_process_heads {
  font-size: 22px;
  color: #333;
}
.color-second {
	background: #e2f9ea;
}
.color-third {
	background: #fce5e9;
}
.color-fourth {
	background: #e7f4fe;
}
.color-fifth {
	background: #fcfae5;
}
.backgrnd-trnsprnt {
	background: transparent;
}
.left-rght-cmmn p.small-hdng {
	font-size: 18px;
	color: #111111;
	font-weight: 700;
}
.margin-tp0 {
	margin-top: 0;
}
.line-hght-24 {
	line-height:24px;
}
.feature-list {
	padding: 89px 0;
	background:#fafafa;
}
.lft-rght-dvhldr {
    padding: 0 0 0;
    display: flex;
}
.center-box {
    float: left;
    width: 61px;
    margin: 0;
    background-image: linear-gradient(#e5e5e5 33%, #e5e5e5 0%);
    background-position: right;
    background-size: 1px 15px;
    background-repeat: repeat-y;
    position: relative;
}
.right-box {
    float: left;
    width: 46%;
    padding-left: 9%;
}
.left-box {
    float: left;
    width: 44%;
    padding-right: 4%;
}
.left-box .content-box-numbrng {
    text-align: right;
}
.content-box-numbrng h3 {
    font-size: 18px;
    font-weight: 700;
    color: #3c4752;
    padding: 18px 0;
    margin: 0 0 10px;
    position: relative;
    z-index: 8;
    display: inline-block;
}
.content-box-numbrng {
    position: relative;
	padding-bottom: 40px;
}
.left-box .content-box-numbrng .numbering {
    left: -56px;
}
.numbering {
      font-size: 64px;
    font-weight: 700;
    color: #f2f2f2;
    position: absolute;
    z-index: -1;
    top: -12px;
   left: -56px;
}
.content-box-numbrng p {
    line-height: 26px;
}
.center-box img {
    position: absolute;
    left: 10%;
    right: 0;
    max-width: 110px;
    margin: 0 auto;
    top: 13%;
}
.web-process p.text-center {
    line-height: 28px;
}
.step_ul {
    text-align: center;
}

.step_ul li {
    display: inline-block;
    text-align: center;
    width: 25%;
    float: left;
    margin: 0;
    padding: 0 14px;
    position: relative;
}
.stupgur li {
    width: 33.33%;
  }

.step_ul li::after {
    content: "";
    /* background: url(../images/arrow.png) no-repeat; */
    width: 40px;
    height: 40px;
    background-position: 0 0;
    position: absolute;
    right: -37px;
    bottom: 67%;
    background-size: 20px;
}
.step_ul li:last-child::after {
	content: "";
	display: none;
}
.color-thrd {
    background: #fce5e9;
}
.color-forth {
    background: #e7f4fe;
}
.sales-force-step .color-second .crcle_img::before {
	content: "2";
}
.sales-force-step .color-thrd .crcle_img::before {
	content: "3";
}
.sales-force-step .color-forth .crcle_img::before {
	content: "4";
}
.sales-force-step .color-five .crcle_img::before {
	content: "5";
}
.sales-force-step .color-sixth .crcle_img::before {
	content: "6";
}
.sales-force-step .color-seven .crcle_img::before {
	content: "7";
}
.sales-force-step .color-eight .crcle_img::before {
	content: "8";
}
.color-five {
    background: #0099cc63;
}
.color-sixth {
    background: #d9efe0;
}
.color-seven {
    background: #f8e1e5;
}
.color-eight {
    background: #fcfae5;
}
.sales-force-step .crcle_img:before {
    content: "1";
    width: 39px;
    height: 39px;
    background: #fff;
    color: #212121;
    border-radius: 50%;
    font-size: 22px;
    padding: 6px;
    position: absolute;
    left: -20px;
    top: 10px;
    font-weight: 500;
    line-height: 26px;
    box-shadow: 1px 2px 20px 0 rgba(0, 0, 0, 0.12);
}
.step_ul li h3 {
    font-size: 24px;
    color: #4a4a4a;
    font-weight: 700;
    margin: 0 0 20px 0;
        line-height: 29px;
}

.step_ul li p {
    font-size: 15px;
    color: #606060;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.05em;
    margin: 0 0 15px 0;
    padding: 0;
    text-align: center;
}
.padding-btm-cstm {
	padding-bottom:120px;
}
.benifits-section {
	background: #fff;
}

.left-rght-cmmn h1.clr-blck {
	color: #111111;
}
.banner-elements img.salesforce-img {
	margin:10px 0  10px -10px;
	position: static;
	max-width: 358px;
}
.web-process h2 span img {
    max-width: 101px;
}
.crcle_img img {
    max-width: 60px;
}
.pad-btm-0{
	padding-bottom: 0 !important;

}
img.salesforce-guy{
	margin-top: auto;
    max-width: 399px;
    width: 100%;
}
.margn-btm-30px {
	margin-bottom: 50px !important;
}
.cstm_p {
	text-align:center;
	font-size: 15px;
	line-height: 28px;
	color: #707070;

}
.responsive-design h2, .responsive-design .workinner_head {
	color:#0099cc;
	font-size: 18px;
	font-weight: 700;
}
.php-1stsec img.salesforce-guy{
	max-width: 100%;
}
.php-1stsec.left-rght-cmmn h1 {
	max-width: 100%;
	font-size: 30px;
	font-weight: 700;
	line-height: 52px;
	color: #111111;
}
.php-1stsec {
    background: #fff;
}
.how-it-wrkphp, .how-it-wrkphp .whatwedo {
	padding: 60px 0;
	background: #fbfbfb;
}
.php-border-bck {
    padding-top: 130px;
    background: url(../images/php-border-bck.png) no-repeat;
    background-size: contain;
    background-position:center 40%;
}
.php-border-bck .wedo-inner-circle span img {
    max-width: 45px;
}
.padding-top-0 {
	padding-top:0;
}

.slider-section {
	margin:40px 0 0 0;
}
.slider-section hr {
	width: 74px;
	height: 2px;
	border: none;
	background: #3c4752;
	margin: 20px 0 40px 0;
}
.slider-section h3 {
	font-size: 20px;
	font-weight: 500;
	color: #111111;
	margin: 0;
	padding: 0;
    max-width: 520px;
}
.slider-section p {
	font-size: 13px;
	color: #6d6d6d;
	font-weight: 400;
}
.slider-section img{
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}
.eccomerce-slider {

}

.slider-section {
	position:relative;
}
.eccomerce-slider .owl-nav {
    position: absolute;
    top: 39px;
    left: 0;
    right: 0;
    text-align: center;
    width: 150px;
    margin: 0 auto;
}

.eccomerce-slider .owl-prev, .eccomerce-slider .owl-next {
    position: static;
    outline: none;
    margin: 0 5px;
}

/*26-11-2018*/
.banner.seo-banner {
    width: 100%;
    background: url(../images/seo-banner.jpg) no-repeat;
    background-size: cover;
    background-position: center 0%;
	text-align:center;
}
.seo-banner .services-banner-content h1{
	font-size:29px;
	color:#383a3b;
	padding: 0;
    margin: 0 0 4px 0;
}
.seo-banner .services-banner-content p {
    font-size: 15px;
    color: #656464;
    padding: 14px 0;
    margin: 0 auto 4px;
    line-height: 22px;
}
.banner.seo-banner .banner-elements {
    height: auto;
    min-height: 600px;
    align-items: flex-start;
    margin-top: 200px;
}
.banner-cont .btn.btn-default.blue-clr-btn {
    background: #0099cc;
    padding: 18px 36px 11px 36px;
}
.seo-chart {
    text-align: center;
}
.seo-chart img {
    max-width: 1170px;
    margin: -150px auto 0;
	width: 100%;
}
.banner.seo-banner .banner-elements .services-banner-content {
    max-width: 750px;
    margin: 0 auto;
}
.call-toactnsctn-1 {
	padding: 128px 0;
	background: #fafafa;
}
.call-toactnsctn-1 h1, .call-toactnsctn-1 .call-toactnsctn_heading {
  	font-size: 25px;
	font-weight: 700;
	line-height: 31px;
	color: #111111;
    margin: 0;
}
.call-toactnsctn-1 img {
    max-width: 569px;
}
.call-toactnsctn-1 p{
	line-height: 24px;
	font-size: 15px;
	color: #707070;
	margin: 19px 0;
}
.call-toactnsctn-1 h1, .call-toactnsctn-1 p {
    max-width: 420px;
}
.call-toactnsctn-1.tab-pil-section .web-process p {
    margin: 0 auto;
}
.blue-clr-btn {
    text-decoration: none;
    display: inline-block;
    line-height: 1.2;
    min-width: 1.25em;
    text-align: center;
    position: relative;
    vertical-align: middle;
    z-index: 3;
    overflow: hidden;
    background: #0099cc;
    padding: 18px 36px 18px 36px;
    border-radius: 50px;
    border: 1px solid #fff;
    color: #fff;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    font-weight: 500;
    font-size: 14px;
    max-width: 230px;
}

button.blue-clr-btn span {
    margin: 0 0 0 7px;
}
.blue-clr-btn:before {
    border-radius: 1.25em;
    content: "";
    position: absolute;
    z-index: -2;
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
}

.blue-clr-btn:after {
    border-radius: 1.25em;
    content: "";
    position: absolute;
    z-index: -1;
    transition: all 0.5s;
    width: 0;
    height: 100%;
    top: 0;
    left: -2px;
    background: #3b3b3b;
    border: 1px solid #3b3b3b;
}
.blue-clr-btn:hover:after, .blue-clr-btn:active:after, .blue-clr-btn:focus:after {
    width: 101%;
    border-radius: 50px;
}

.tab-pil-section .nav-pills>li {
    float: left;
    width: 30%;
    text-align: center;
    margin: 1%;
}
.tab-pil-section .nav-pills>li>a {
    border-radius: 4px;
    border: 1px solid transparent;
    background: #fff;
	-webkit-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.01);
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #fff;
    border: 1px solid #0099cc;
}
.consultation-section{
	background: url(../images/consultation-section.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 105px  0;
	position: relative;
}
.consultation-section:before {
	content:'';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right:0;

	background: rgba(92,37,141,1);
	background: -moz-linear-gradient(left, rgba(92,37,141,1) 0%, rgba(67,137,162,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(92,37,141,1)), color-stop(100%, rgba(67,137,162,1)));
	background: -webkit-linear-gradient(left, rgba(92,37,141,1) 0%, rgba(67,137,162,1) 100%);
	background: -o-linear-gradient(left, rgba(92,37,141,1) 0%, rgba(67,137,162,1) 100%);
	background: -ms-linear-gradient(left, rgba(92,37,141,1) 0%, rgba(67,137,162,1) 100%);
	background: linear-gradient(to right, rgba(92,37,141,1) 0%, rgba(67,137,162,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c258d', endColorstr='#4389a2', GradientType=1 );
	opacity:0.88;

}
.consultation-section h1, .consultation-section .consultation_heading {
    color: #fff;
    font-weight: 700;
	font-size: 33px;
}
.consultation-section p {
    color: #fff;
	font-size: 18px;

}

.consultation-section .btn.btn-default {
    background: none;
    border-radius: 50px;
    border: 1px solid #fff;
    color: #fff;
    padding: 14px 36px;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
    font-weight: 500;
    font-size: 14px;
}
.consultation-section .btn.btn-default span {
    margin: 0 0 0 7px;
}
.banner.smm-background{
	background:url(../images/smm-background.jpg);
	background-size: cover;
	background-position: center center;
}
.smm-background h1 {
    color: #383a3b;
    font-size: 29px;
    line-height: 45px;
}
.smm-background p {
    color: #656464;
    font-size: 15px;
    line-height: 31px;
}
.left-side-hdr {
    text-align: left;
}
.left-side-hdr h1, .left-side-hdr .tag_heading {
	font-size: 11px !important;
    color: #fff !important;
    background: #0099cc !important;
    display: inline;
    border-radius: 3px;
    padding: 4px 10px;
    letter-spacing: 2.5px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
.left-side-hdr h2{
	font-size: 30px;
    color: #111111;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    max-width: 281px;
    line-height: 39px;
    margin: 21px 0;
}
section.smm-srvcs-sctn {
    padding: 90px 0;
    background: #f6f6f6;
}
.smm-icn-hldr {
	width:80px;
	height: 80px;
	text-align: center;
	border-radius: 50%;
	line-height: 80px;
	background: #f3f3f3;
}
.smm-icn-hldr  img{
	width: 100%;
	max-width: 50px;
	margin: 0 auto;
}
.smm-srvscntnt h1, .smm-srvscntnt .mm-srvscntnt_heading{
	font-size: 19px;
	color: #222222;
    font-weight: 700;
	margin: 17px 0;
}
.smm-srvscntnt ul{
	list-style: none;
	margin: 0 0 0 20px;
}
.smm-srvscntnt ul li{
	font-size: 15px;
	color: #888888;
	margin: 5px 0;
	position: relative;
}
.smm-srvscntnt ul li:before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: absolute;
	left: -15px;
	top: 5px;
	background: red;
}

.smm-srvscntnt-1 .smm-icn-hldr {
    background: #f8f1ff;
}
.smm-srvscntnt-2 .smm-icn-hldr {
    background: #e9fbf6;
}
.smm-srvscntnt-3 .smm-icn-hldr {
    background: #fff7df;
}
.smm-srvscntnt-4 .smm-icn-hldr {
    background: #ffefe4;
}


.smm-srvscntnt-1 ul li:before{
    background: #8759bf;
}
.smm-srvscntnt-2 ul li:before {
    background: #04c3b6;
}
.smm-srvscntnt-3 ul li:before {
    background: #f6bc00;
}
.smm-srvscntnt-4 ul li:before {
    background: #fd7241;
}

.smm-srvscntnt {
    margin: 0 0 20px 0;
}
.soclmdia-table table{
	width: 100%;
}
.soclmdia-table table tr th .sclmedia-icn {
	text-align: center;
	padding:  10px;
}
.soclmdia-table table tr th img{
	width: 100%;
	max-width: 20px;
}
.soclmdia-table table tr th p{
	color: #fff;
	margin: 10px 0 0 0;
}


.Facebook{
	background:#3d5a98;
}
.Instagram{
	background:#000000;
}
.Twitter{
	background:#1da1f2;
}
.LinkedIn{
	background:#0077b5;
}
.Pinterest{
	background:#bd081c;
}
.Google{
	background:#db4437;
}
.YouTube{
	background:#ff0000;
}
.Snapchat{
	background:#fffc00;
}

.soclmdia-table table tr th .Snapchat p{
	color:#141100;
}
.soclmdia-table table tr td {
    padding: 12px 10px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    background: #fff;
}
.soclmdia-table table tr td:first-child{
	text-align: left;
}
.soclmdia-table {
    margin: 50px 0 0 0;
}

.scl-media-sctn {
	background: #f4f4f5;
}
.smm-background .container, .smm-background .container .cstm-row {
    height: 100%;
}
.smm-background .container .cstm-row {
    align-items: center;
}
.smm-background .container .cstm-row  .col-md-6{
    position: static;
}
.smm-background .banner-elements img {
    width: 100%;
	max-width: 485px;
	margin-top: auto;
	position: absolute;
    bottom: 0;
}
.clearfix  {
	clear:both;
}
.smm-background .banner-cont {
	position: relative;
	top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.process-tabs .nav-tabs>li.active>a, .process-tabs .nav-tabs>li.active>a:focus, .process-tabs .nav-tabs>li.active>a:hover {
	background:transparent;
	border: none;

    padding: 0;
}

/*26-11-2018*/

/**********************Media class Starts**********************/
@media only screen and (max-width:1200px) {
.process-tabs a {
    font-size: 13px;
}
}

@media only screen and (min-width:991px) {
.cstm-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.cstm-row > [class*='col-'] {
	display: flex;
	flex-direction: column;
	justify-content: center;
	justify-content: unset;
}
}


@media only screen and (max-width:1024px) {

.step_ul li {
	display: block;
	width: 50%;
	margin: 0 0 50px 0;
	}
.step_ul li::after {
	display: none;
}

}



@media (max-width:991px) {
.process-tabs .nav-tabs {
    display: block;
}
.eccomerce-slider .owl-nav {
    top: 0;
    left: 50%;
    right: 0;
}
.seo-chart img {
    margin: -31% auto 0;
}
.call-toactnsctn-1 {
	text-align: center;
}
.call-toactnsctn-1 h1, .call-toactnsctn-1 p {
    max-width: 100%;
}
.call-toactnsctn-1	.text-rght-img {
    text-align: center;
}
.call-toactnsctn-1	.text-rght-img  img{
   margin: 0 auto;
}
.smm-background .banner-elements img {
   max-width: 392px;
	}

.process-tabs li.active .arrow-down-blue, .process-tabs li.active .arrow-dark-green, .process-tabs li.active .arrow-down-yellow, .process-tabs li.active .arrow-down-purple, .process-tabs li.active .arrow-light-green {
    top: -15px !important;
}
}
@media (max-width:767px) {
.banner-elements {
	position: relative;
	height: 548px;
}
.geta-quote.show-div{
    bottom: 14px;}

    .geta-quote{
    right:12px;
    width:45px;
  }

.contact-us-form {
    padding: 0;
}
.blue-bg {
	width: 100% !important;
	left: 0;
	top: 33%;
}
img.logo-bg {
	max-width: 300px;
}
img.macinbanner {
	width: 150px;
	position: static;
}
.tabinbanner {
	width: 12% !important;
}
img.potinbanner {
	display: none;
}
img.mouseinbanner {
	width: 7%;
}
img.peninbanner {
	width: 12%;
	top: 40%;
}
.banner-cont h1, .portfolio .banner-cont h1 {
	font-size: 16px;
	padding-top: 0px;
}
.banner-cont p, .portfolio .banner-cont p {
	font-size: 11px;
	line-height: 20px;
	width: 100%;
	padding: 0;
}
.blog .blog-banner-content p {
	margin-bottom: 14px;
}
.banner-cont .btn.btn-default, .portfolio .banner-cont .btn.btn-default {
	padding: 9px 17px;
	transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
	font-size: 10px;
}
.header .navbar-nav {
	width: 100%;
}
.header .nav li a {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding: 18px 15px;
	background: none;
}
.header .navbar-default .navbar-nav li.active a, .header .navbar-default .navbar-nav li.active a:focus, .header .navbar-default .navbar-nav li.active a:hover, .header .navbar-default .navbar-nav li.active a:active {
	color: #0099cc;
	padding: 18px 15px;
	border-top: none !important;
}
.header .collapse.in {
	background: #9bbdf9;
	border: none;
	padding-left: 0px;
	padding-right: 0px;
}
button.navbar-toggle.collapsed, .navbar-toggle, .navbar-toggle:focus, .navbar-toggle:active {
	background: none !important;
	border-radius: 0;
	margin: 0px;
}
.dropdown-arrow {
	position: relative;
	float: right;
	right: 0;
	bottom: 0;
}
.services-slides {
	padding-top: 0;
}
.card {
	padding: 30px 10px 0;
	height: 285px;
	width: 280px;
	margin-top: 50px;
}
.services, .testimonial, .contact-form {
	padding: 30px 0;
}
.atvImg-rendered-layer {
	width: 270px;
	height: 255px;
}
.atvImg-shadow {
	box-shadow: none;
}
.fullstack-webdev h1 {
	font-size: 28px;
	text-align: left;
}
.description-boxes {
	position: static;
	height: 480px;
}
.mob-app, .ecomm-sol, .salesforce-dev, .boxes.bigdata-sol {
	position: static;
	float: left;
}
.description-boxes .boxes {
	margin-bottom: 25px;
	width: 100%;
}
.second-content {
	padding: 60px 0;
}
.description-content {
	padding-top: 20px;
}
.robust-tech {
	background-position: 210% top;
	background-size: 130%;
	padding: 0 0;
	margin-top: 0;
}
.Software-sol h1 {
	font-size: 28px;
	line-height: 46px;
	max-width: 100%;
}
.Software-sol p {
	max-width: 100%;
}
.ser-list {
	padding-top: 30px;
}
.req-btn .btn.btn-default {
	margin-top: 22px;
}
.testimonial-content p {
	padding: 0px 0 32px;
}
.owl-prev {
	left: -2%;
}
.owl-next {
	right: -2%;
}
.testimonial-img img {
	top: -12%;
	right: 32%;
	max-width: 34%;
}
.performance-banner .perf-contbx {
	text-align: center;
	padding-bottom: 58px;
}
.performance-banner .per-img {
	float: left;
	width: 100%;
	padding-bottom: 26px;
}
.performance-banner {
	padding: 48px 0 18px;
}
.boxes img {
	display: none;
}
.copyright-cont {
	font-size: 11px;
	color: #7f7f7f;
	padding: 16px 0 0;
	border-top: 1px solid #f5f5f5;
	margin-top: 50px;
	margin-bottom: 0px;
}
.navbar-brand>img {
	max-width: 166px;
}
.header.active {
	height: inherit;
}
.banner {
	width: 100%;
	background: url(../images/blue-bg-mb.png) no-repeat;
	background-size: 100%;
	background-position: bottom center;
}
.banner-cont {
	top: 32%;
}
/****services css****/

.services-banner {
	float: left;
	width: 100%;
	background: url(../images/services-banner.png) no-repeat;
	background-size: cover;
	background-position: center center;
}
.services-banner .banner-elements, .blog .banner-elements, .portfolio .banner-elements {
	height: 310px;
}
.web-process h2, .whatwedo h2, .tools-techniques h2, .port-heading-main {
	font-size: 18px;
}
.web-process h1, .whatwedo h1, .tools-techniques h1 {
	font-size: 9px;
}
.process-tabs p.contentintabs {
	font-size: 14px;
	padding: 45px 0px 0 0;
	text-align: center;
}
.services-banner .banner-cont p, .portfolio .banner-cont p {
	color: #111111;
	margin-bottom: 14px;
}
.services-banner .banner-cont {
	top: 28%;
}
.blog .banner-cont {
	top: 25%;
}
.wedo-contentholder {
	padding-top: 40px;
	background: none;
}
.responsive-design h1 {
	font-size: 16px;
}
.whatwedo {
	padding: 0 0 18px;
}
.tools-techniques {
	padding: 68px 0;
}
.toolheader-desc {
	font-size: 13px;
}
.tech-desc {
	text-align: center;
}
.our-techniques .owl-dots {
	bottom: -6%;
	max-width: 100%;
}
.web-process {
  background: none;
      padding: 35px 0 68px 0;
      width: 100%;
      float: left;
}

#wp-megamenu-primary>.wpmm-nav-wrap ul.wp-megamenu>li>a {
    color: #fff !important;
}
ul.wp-megamenu-sub-menu{
  padding-bottom: 0px;
}
.wp-megamenu-wrap .wpmm-nav-wrap > ul.wp-megamenu > li {
    text-align: left;
}
.mega-menu {
	position: static;
	overflow-y: scroll;
	max-height: 100%;
	top: 0;
	height: 270px;
	border: none;


}
.description-on-hover {
	display: none;
}
.blog {
	background: url(../images/blog-banner.png) no-repeat;
	background-size: cover;
}
.blog .blog-banner-content h1 {
	font-size: 16px;
	padding-top: 0px;
	line-height: 20px;
}
.blog .blog-banner-content .btn.btn-default {
	padding: 9px 17px;
	font-size: 12px;
}
.blog-tabs .tab-pane-content {
	position: relative;
	bottom: 0;
	width: 100%;
	right: 0;
	left: 0;
}
.webdev-contentbx {
	position: relative;
	bottom: 0;
	width: 100%;
	right: 0;
	left: 0;
	padding: 20px 0 0px;
	box-shadow: none;
}
.blog-box-holder {
	width: 100%;
	padding: 38px 0 52px;
}
.webdev-contentbx p {
	font-size: 12px;
	padding: 0 0px;
}
.blog-pagination .pager li a {
	min-width: 100%;
	margin: 12px 0;
}
.mega-heading {
	font-size: 14px;
	padding-bottom: 18px;
	margin-bottom: 12px;
}
.categories-list li.mega-description {
	font-size: 12px;
	padding-bottom: 18px;
	margin: 0 0 12px 0;
}
.portfolio .banner-cont {
	top: 27%;
}
.portfolio .banner-cont h1 {
	margin: 0px;
}
.portfolio-slides h2 {
	font-size: 22px;
	font-weight: 600;
}
.portfolio-slides p {
	font-size: 12px;
	line-height: 20px;
	padding: 13px 0;
	max-width: 80%;
	margin: 0 auto;
}
.pagination a {
	padding: 0px 14px;
	font-size: 12px;
}
.pagination ul li {
	padding: 10px 0;
}
li.previous, li.next {
	height: 42px;
	width: 42px;
}
.previous .circle-in-pagi, .next .circle-in-pagi {
	height: 24px;
	width: 24px;
	top: 18%;
	left: 22%;
}
.previous .circle-in-pagi span, .next .circle-in-pagi span {
	height: 14px;
	width: 14px;
	margin: 5px 0 0;
}
.circle-in-pagi a {
	padding: 0px 0 0 0px;
	margin-top: -2px !important;
	float: left;
	width: 100%;
}
.you-ready .lets-start {
	font-size: 38px;
}
.work-together {
	background: url(../images/pricing-bg.png) no-repeat #fff;
	padding: 90px 0;
	background-position: 95% top;
	margin-top: -21px;
	text-align: center;
}
.work-together h1 {
	font-size: 24px;
	padding-left: 0px;
}
.see-price .req-quote {
	margin: 18px 0;
}
.portfolio-slides {
	text-align: center;
}
.portfolio-slides .viewallservices {
	max-width: 160px;
	margin: 0 auto;
	text-align: center;
}
.banner .element {
	height: 115px;
	width: 115px;
	border-radius: 54px;
	top: 26%;
	right: 6%;
}
.banner .element2 {
	top: 74%;
	left: 32%;
	height: 64px;
	width: 64px;
	border-radius: 29px;
}
.banner .element1 {
	top: -14%;
	left: -8%;
}
.mega-menu {
	display: none;
}
.display-on {
	display: block;
}
.center-box {
    float: none;
    width: 120px;
    margin: 0 auto;
    height: 140px;
    background-position: center !important;
}
	.center-box img {
    position: absolute;
    left: 0;
    right: 0;
    max-width: 110px;
    margin: 0 auto;
    top: 13%;
}
.right-box {
    float: none;
    width: 100%;
    padding-left: 0%;
}
.left-box {
    float: none;
    width: 100%;
    padding-right: 0%;
}
.lft-rght-dvhldr {
    display: block;
}
.left-box .content-box-numbrng, .content-box-numbrng {
    text-align: center;
    padding: 0 15px;
}
.left-box .content-box-numbrng .numbering, .content-box-numbrng .numbering {
    right: 0;
    left: 0;
}
.banner-elements img.salesforce-img {
    margin: 0 0 10px;
    max-width: 219px;
}
.text-rght-img, .text-left-img {
    text-align: center;
}
.smm-background .banner-elements img {
    max-width: 290px;
}
}
/*MediaQuerys*/
@media (max-width: 600px) {
.menu {
	display: none;
}
.xs-menu li a {
	padding: 0px;
}
.xs-menu-cont {
	display: block;
}
.text-rght-img img {
    max-width: 100%;
}
.text-left-img img {
    max-width: 100%;
}
.banner.seo-banner {
    background-position: center 87px;
}
.tab-pil-section .nav-pills>li {
	width: 48%;

}
.seo-chart img {
    margin: -31% auto 0;
}

}
/*Animation--*/

@media (max-width:360px){
.web-process {

    padding: 124px 0 68px 0;

}
}
@media (max-width:991px) and (min-width:768px) {
.header .navbar-header {
	padding: 35px 0;
}
.header .navbar-header {
	padding: 20px 0 0;
}
.header .nav li a {
	font-size: 13px;
	padding: 28px 20px;
}
.header .navbar-brand>img {
	max-width: 178px;
}
img.macinbanner {
	max-width: 80%;
}
.performance-banner .perf-heading {
	font-size: 34px;
}
.performance-banner .perf-desc {
	font-size: 11px;
	line-height: 18px;
}
.banner-cont p {
	width: 306px;
}
.description-boxes .boxes {
	width: 292px;
}
.mob-app {
	left: 32px;
}
.salesforce-dev {
	right: 0;
}
.ser-list ul li {
	font-size: 12px;
}
.Software-sol h1 {
	font-size: 26px;
	max-width: 100%;
}
.quick-links p, .quick-links ul li a {
	font-size: 12px;
}
.quick-links ul li {
	font-size: 12px;
}
.quick-links .form-control {
	font-size: 12px;
	padding-left: 0;
}
.social-links ul li a {
	padding: 6px 8px;
}
.fb a {
	padding: 6px 11px !important;
}
.copyright-cont {
	font-size: 12px;
	padding: 12px 0 0;
	margin-top: 30px;
}
.footer {
	padding: 68px 0 0;
	background-size: cover;
}
.testimonial-img img {
	bottom: 87%;
	right: 40%;
	max-width: 20%;
}
.card {
	max-width: 390px;
	height: 370px;
}
.atvImg-container {
	width: 336px;
	height: 320px;
}
.header.active {
	height: inherit;
}
img.logo-bg {
	width: 360px;
}
.robust-tech {
	background: url(../images/fullservice-bg.png) no-repeat;
	background-position: 1404% top;
	background-size: 103%;
	padding: 111px 0;
}
.banner-cont h1 {
	padding-top: 0;
}
.our-techniques .owl-dots {
	max-width: 100%;
	right: auto;
	left: auto;
}
.wedo-contentholder {
	padding-top: 48px;
	background-position: 0% 2%;
}
.process-tabs li.active .arrow-down-blue, .process-tabs li.active .arrow-dark-green, .process-tabs li.active .arrow-down-yellow, .process-tabs li.active .arrow-down-purple, .process-tabs li.active .arrow-light-green {
	top: -3px;
	margin-right: 0 auto;
}
.process-tabs span.inner-circle {
	padding: 18px 16px;
}
/*
.process-tabs span.outer-circle {
	padding: 10px;
}
*/
.screen-image {
	width: 139px;
	height: 80px;
	top: 3%;
	left: 6px;
	right: 0px;
}
.blog-nav-tabs span.numeric-content {
	font-size: 18px;
}
.blog-nav-tabs span.alphabetic-content {
	font-size: 11px;
	line-height: 18px;
	width: 90%;
	padding: 0 0 0 10px;
}
.blog-tabs .tab-pane-content {
	bottom: -55%;
	width: 85%;
	padding: 20px 0;
}
.tab-pane-content h4, .webdev-contentbx h4 {
	padding: 6px 0;
}
.tab-pane-content p, .webdev-contentbx p {
	font-size: 12px;
	padding: 0 15px;
}
.webdev-contentbx {
	bottom: -48%;
	width: 78%;
	padding: 10px 0 30px;
}
.webdev-contentbx .btn {
	margin-top: 8px;
}
.port-heading-main {
	font-size: 32px;
}
.portfolio-slides h2 {
	font-size: 28px;
}
.portfolio-slides p {
	font-size: 12px;
}
.portfolio-slides .viewallservices {
	margin: 0;
}
.portfolio-slides {
	padding-top: 68px;
}
.see-price .req-quote {
	margin-right: 0;
	margin-bottom: 14px;
}
.see-price {
	text-align: center;
}
.card {
	height: 390px !important;
	width: 390px;
}
.process-tabs span.outer-circle {
    line-height: 100px;
    width: 100px;
    height: 100px;
}
}

@media (max-width:512px) {
.step_ul li {
    width: 100%;
}
}
@media (max-width:424px) {
.smm-background .banner-elements img {
    max-width: 270px;
}
}
@media (max-width:1200px) and (min-width:992px) {
.Software-sol h1 {
	max-width: 100%;
}
.performance-banner .perf-heading {
	margin: 0;
	font-size: 38px;
	font-weight: 200;
	color: #a0a0a0;
	line-height: 28px;
}
.footer {
	background-size: cover;
}
.wedo-contentholder {
	padding-top: 92px;
}
.banner-cont p {
	width: 100%;
}
.our-techniques .owl-dots {
	max-width: 450px;
	right: 8%;
	left: auto;
}
.screen-image {
	width: 190px;
	height: 107px;
	left: 8px;
	right: 0px;
}
.blog-nav-tabs span.alphabetic-content {
	font-size: 13px;
	width: 80%;
	line-height: 25px;
}
.blog-nav-tabs span.numeric-content {
	font-size: 26px;
}
.blog-tabs .tab-pane-content {
	bottom: -36%;
	width: 78%;
}
.webdev-contentbx {
	bottom: -35%;
	padding: 20px 0 28px;
}
.webdev-contentbx .btn {
	margin-top: 14px;
}
.card {
	height: 530px;
	width: 100%;
}
}
@media only screen and (max-width:400px) {

.step_ul li {
	width: 100%;
}

}
.effect-3-5 a {
    margin: 2px;
}
a.prev.page-numbers {
    color: #4399cc;
    font-weight: bolder;
}
a.next.page-numbers{
  color: #4399cc;
  font-weight: bolder;
}
.wpmm-hide-mobile-menu{
  display:block !important;
}
.web-processnew {
    padding: 0 !important;
}
.step_ul li p {
    text-align: justify;
}

a.btn.btn-default.right-bounce.hirebtn {
    background: none;
    border: 1px solid #0099cc;
    color: #0099cc;
    padding: 14px 21px;
}
.hire-button {
    text-align: center;
    margin-top: 22px;
    margin-bottom:  22px;
}
h2.hireh2 {
    font-size: 32px;
    color: #111111;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
.hireh2 span {
    margin: 0 auto;
    display: block;
}
span.wpcf7-form-control-wrap.cf7sr-g-recaptcha-invalid span.wpcf7-not-valid-tip {
    position: relative;
    top: 5px;
}