section {height: 100vh;position: relative;}
.svg-graphic {background-image: url("../../img2/retina/php-header.svg");background-position: center top;background-repeat: no-repeat;background-size: cover;height: 100%;width: 100%;}
.heading-block > h2 {color: #000000;font-size: 37px;line-height: 1.2;position: relative;padding-bottom: 15px;margin-bottom: 30px;font-family: "helveticaneuecyrbold";}
.heading-block > p {font-size: 18px;line-height: 1.6;}
.heading-block > h2::after {background-color: #2bc9de;content: "";height: 3px;left: 0;right: 0;position: absolute;top: 100%;width: 68px;}
.pho-developer .heading-block {max-width: 770px;text-align: center;margin: 0 auto;}
.pho-developer .heading-block > h2::after {margin: 0 auto;}
.developer {
	border: 5px solid #000000;
	padding: 30px 20px;
	min-height: 120px;
}

.rectangular-box {
	display: inline-block;
	padding: 30px;
	vertical-align: top;
	width: 32%;
	position: relative;
}

.darkTurquoise .developer {
	border-color: #17c1d8;
}

.yellow .developer {
	border-color: #ebcb1c;
}

.red .developer {
	border-color: #e62e48;
}

.rectangular-boxes {
	text-align: center;
	padding-top: 50px;
}

.rectangular-box:first-child,
.rectangular-box:last-child {
	top: 170px;
}

.cta-block {
	max-width: 360px;
	text-align: center;
	margin: 30px auto 0;
}

.cta-block > h3 {
	color: #000000;
	font-size: 18px;
}

.cta-block > p {
	color: #6b6a6a;
	font-size: 14px;
	padding: 20px 0 30px;
}

.page-btn {
	padding: 12px 30px;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	background-color: #e62e48;
	color: #fff;
}

.page-btn.light-green {
	background-color: #2bc9de;
}

.page-btn.light-green:hover {
	background-color: #e62e48;
}

.page-btn.white-btn {
	background-color: #fff;
	color: #e62e48;
}

.page-btn:hover,
.page-btn.white-btn:hover {
	background-color: #2bc9de;
	color: #fff;
}

.nav li a::before {
	color: #f5823d;
	content: attr(data-hover);
	left: 0;
	max-width: 0;
	overflow: hidden;
	position: absolute;
	transition: max-width 0.5s ease 0s;
	white-space: nowrap;
}

.startups {
	background-image: url('../../img2/php-bg1.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	overflow: hidden;
}

.white-box {
	padding: 22px;
}

.brand-logo {
	background-color: #ffffff;
	padding: 30px;
	height: 262px;
	height: 262px;
}

.brand-logo img {
	transform: translatey(-50%);
	-webkit-transform: translatey(-50%);
	position: relative;
	top: 50%;
}

.startups .startups-grids {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.startups-grids {
	display: table;
	width: 100%;
}

.startups-grids .grid {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}

.clients-boxes {
	margin-right: -25px;
}

.startups-grids .heading-block {
	float: right;
	max-width: 520px;
}

.php-clients {
	width: 970px;
	overflow: hidden;
}

.heading-block > h3 {
	color: #4d4d4d;
	font-size: 22px;
}

.develop-php .heading-block {
	margin: 0 auto;
	max-width: 780px;
	text-align: center;
}

.develop-php .heading-block > h2::after {
	margin: 0 auto;
}

.develop-php {
	background-image: url('../../img2/php-crcle-lines.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 92%;
	padding: 80px 0;
	height:auto;
}

.circle {
	border-radius: 50%;
	display: inline-block;
	position: relative;
	vertical-align: top;
	width: 49px;
	height: 49px;
	background-color: #c1c1c1;
	margin: 0 40px;
	text-align: center;
}

.circle.one {
	height: 70px;
	width: 70px;
	margin-top: 220px
}

.circle.two {
	height: 149px;
	width: 149px;
	margin-top: 20px;
	background-color: #e62e48;
}

.circle.three {
	height: 225px;
	width: 225px;
	margin-top: 145px;
	background-color: #2bc9de;
}

.circle.four {
	height: 100px;
	width: 100px;
	margin-top: 116px;
	background-color: #2bc9de;
}

.circle.five {
	height: 124px;
	width: 124px;
	background-color: #ebcb1c;
}

.circle.six {
	margin-top: 260px
}

.circle.seven {
	height: 138px;
	width: 138px;
	background-color: #ebcb1c;
	left: -200px;
}

.circle.eight {
	height: 133px;
	width: 133px;
	background-color: #e62e48;
	right: -150px;
	top: -70px;
}

.circle > span {
	color: #ffffff;
	display: block;
	font-family: "helveticaneuecyrbold";
	font-size: 20px;
	line-height: 1.2;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.crcles-list {
	text-align: center;
	margin-top: 70px;
}

.budget-php {
	background-color: #ffe245;
	padding: 100px 0;
}

.budget-php .fix-container {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index:9;
}

.budget-php .text-block {
	max-width: 640px;
	position: relative;
	z-index: 9;
}

.budget-php .text-block .heading-block > p {
	color: #000000;
}

.btn-list {
	padding: 50px 0;
}

.btn-list a {
	margin-right: 15px;
}

.why-fatbit-php {
	background-image: url('../../img2/php-reson-bg.png');
	background-repeat: no-repeat;
	background-position: right center;
	padding: 100px 0;
	height:auto;
}

.why-fatbit {
	background-color: #2bc9de;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
	height: 200px;
	margin: 10px;
	padding: 20px;
	text-align: center;
	white-space: normal;
}

.listing-blocks .block {
	display: inline-block;
	vertical-align: top;
	padding: 30px 0;
}

.why-fatbit-in {
	display: table;
	width: 100%;
	height: 100%;
}

.why-fatbit h3 {
	color: #fff;
	font-size: 18px;
	display: table-cell;
	vertical-align: middle;
}
.ylow-bg{background-color:#ebcb1c;}
.pink-bg{background-color:#e62e48;}
.lightgreen-bg{background-color:#75d557;}
.dark-bg{background-color:#6b4862;}
.whyfatbit-blocks-in {
	overflow: hidden;
}
.whyfatbit-blocks .slick-arrow{margin-top: 0;background-color:#fff;width:40px}
.whyfatbit-blocks .slick-arrow::before {display:none}
.whyfatbit-blocks .slick-arrow::after {
  border-radius: 0;
  border-right: 4px solid currentcolor;
  border-top: 4px solid currentcolor;
  height: 20px;
  left: 14px;
  width: 20px;
}
.listing-blocks {
	padding: 60px 0 10px;
}

.why-fatbit:hover {
	background-color: #e62e48;
}

.why-fatbit:hover h3 {
	color: #fff;
}
.cta {
    display: table;
    margin: 0 auto;
    max-width: 1080px;
    width: 100%;
}
.cta .grid {
	display: table-cell;
	vertical-align: middle;
    padding:0 10px;
}

.cta .page-btn {
	white-space: nowrap;
}

.why-fatbit-php .heading-block {
	max-width: 750px;
}

.clientlogo-crcl {
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	height: 190px;
	width: 190px;
	overflow: hidden;
	margin: -200px auto 20px;
	background-color: #fff;
}

.clientlogo-crcl img {
	position: relative;
	top: 50%;
	transform: translatey(-50%);
	-webkit-transform: translatey(-50%);
}

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

.client--detail > h2 {color: #222222;font-size: 22px;font-weight: 600;}
.client--detail > h2 span {color: #4f4f4f;display: block;font-weight: normal;}
.review-text {text-align: center;padding-top: 20px;}
.review-text > p {color: #333333;line-height: 1.5;padding-bottom: 15px;}
.grey-bg {background-color: #f3f3f3;}
.testimonial-section {background-image: url("../../img2/php-quote-icon2.png");background-position: right bottom;background-repeat: no-repeat;padding: 70px 0;text-align: center;height:auto;}
.testimonial-section .heading-block > h2::after {margin: 0 auto;}
.testimonials {margin: 10px 0 0;}
.testimonial-in {background-color: #ffffff;box-shadow: 0 0 150px rgba(0, 0, 0, 0.3);margin: 0 auto;max-width: 850px;padding: 40px;position: relative;}
.testimonial-in::after {
	background-image: url("../../img2/php-quote-icon.png");
	background-repeat: no-repeat;
	content: "";
	height: 97px;
	left: 30px;
	position: absolute;
	top: -48px;
	width: 90px;
}

.testimonial {margin: 200px 0px;padding: 0 100px;}
.slick-dots li {display: inline-block;vertical-align: top;margin: 0 5px;}
.slick-dots button {background-color: #c7c6c6;border:none;border-radius: 50%;font-size: 0;height: 11px;width: 11px;}
.slick-dots .slick-active button {background-color: #2bc9de;}

.slick-arrow::after {
	border-radius: 2px;
	border-right: 6px solid currentcolor;
	border-top: 6px solid currentcolor;
	content: "";
	height: 25px;
	left: 6px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-135deg);
	-webkit-transform: translateY(-50%) rotate(-135deg);
	width: 25px;
}

.slick-arrow {
	border: none;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 40px;
	position: absolute;
	width: 48px;
	top: 50%;
	margin-top: -20px;
	background: transparent;
	z-index: 2;
}

.slick-arrow:focus {
	outline: none !important;
}

.slick-arrow::before {
	background-color: currentcolor;
	border-radius: 20px;
	content: "";
	display: inline-block;
	height: 6px;
	margin: -2px 0 0 6px;
	vertical-align: middle;
	width: 40px;
}

.slick-next.slick-arrow {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.slick-prev.slick-arrow {left: 0;}
.slick-next.slick-arrow {right: 0;}
.slick-dots {bottom: 140px;left: 0;position: absolute;right: 0;}
.heading-block {position: relative;}
.budget-php::before {
	color: #fdcf24;
	content: attr(data-before);
	font-family: "helveticaneuecyrbold";
	font-size: 400px;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 0;
}
.budget-php::after {
	background-image: url("../../img2/php-bg2.png");
	background-size: 100% auto;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
	background-position: center bottom;
	background-repeat: no-repeat;
}
.why-fatbit-php .heading-block::before {
	color: #f5f5f5;
	content: attr(data-before);
	font-family: "helveticaneuecyrbold";
	font-size: 400px;
	left: -200px;
	line-height: 1;
	position: absolute;
	text-align: center;
	top: -80px;
	width: 100%;
	z-index: -1;
}
.develop-php .heading-block::before {
	color: #f5f5f5;
	content: attr(data-before);
	font-family: "helveticaneuecyrbold";
	font-size: 400px;
	left: 0px;
	line-height: 1;
	position: absolute;
	text-align: center;
	top: -50px;
	width: 100%;
	z-index: -1;
}
.startups:before {
	color: #fff;
	content: attr(data-before);
	font-family: "helveticaneuecyrbold";
	font-size: 400px;
	left: 0px;
	line-height: 1;
	position: absolute;
	text-align: center;
	top: -210px;
	width: 100%;
	z-index: 0;
	opacity: .4;
}
.pho-developer .heading-block:before {
	color: #f5f5f5;
	content: attr(data-before);
	font-family: "helveticaneuecyrbold";
	font-size: 400px;
	left: 0px;
	line-height: 1;
	position: absolute;
	text-align: center;
	top: -70px;
	width: 100%;
	z-index: -1;
}

.pho-developer {background-color: #fff;z-index: 2;padding: 80px 0;height:auto;}
.block-title {font-size: 24px;padding: 20px 0 0;}
.cta-content .heading-block > p {margin: 0 auto;max-width: 980px;padding-bottom: 12px;text-align: center;}
 .heading-block > p  strong{font-weight:700;}
.cta-element {max-width: 940px;margin: 0 auto;text-align: center;padding: 20px 0 0;}
.cta-element > h3 {font-size: 28px;font-weight: 600;line-height: 1.2;padding-bottom: 15px;}
.cta-content {border-top: 1px solid #ededed;height: auto;padding: 80px 0;}
/*Responsive css start here*/

@media screen and (max-width:1360px) {
	.budget-php::before,.startups::before {font-size: 200px;}
	.startups-grids {padding: 0 20px;}
}

@media screen and (max-width:1024px) {
	section {height: 100%;}
	.startups .startups-grids,
	.budget-php .fix-container {top: 0;transform: none;-webkit-transform: none;}
	.svg-graphic {min-height: 340px;}
	.startups-grids .grid {display: block;width: 100%;}
	.startups-grids {display: block;padding: 30px 0;}
	.startups-grids .heading-block {float: none;margin: 0 auto;text-align: center;}
	.heading-block > h2::after {margin: 0 auto;}
	.section:before,.budget-php::after,.why-fatbit-php .heading-block::before,.develop-php .heading-block::before,.heading-block::before {display: none;}
	.rectangular-box:first-child,.rectangular-box:last-child {top: 0;}
	.slick-dots {bottom: 0;position: relative;}
	.testimonial {margin: 200px 0 20px;}
	.testimonial-section,.why-fatbit-php {background: none;}
	.testimonial-in {box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);}
	.budget-phpm,.develop-php,.budget-php,.pho-developer {padding: 40px 0;}
	.rectangular-box {padding: 10px;}
	.php-clients {width: 98%;}
	.circle.one {margin-top: 0px}
	.circle.two {margin-top: 0px;}
	.circle.three {margin-top: 0px;}
	.circle.four {margin-top: 0px;}
	.circle.six {margin-top: 0px}
	.circle.seven {left: 0px;}
	.circle.eight {right: 0px;top: 0px;}
	.cta .grid {display: block;padding: 10px;text-align: center;}
	.clients-boxes {margin-right: 0;overflow: scroll;white-space: nowrap;}
	.itembox {display: inline-block;vertical-align: middle;}
	.white-box {display: inline-block;padding: 15px 5px;vertical-align: top;width: 49%;}
	.brand-logo img {max-width: 120px;}
	.brand-logo {height: 170px;}
	.heading-block > p {font-size: 16px;}
	.whyfatbit-blocks {padding-bottom: 30px;}
	.listing-blocks {margin: 0;overflow: scroll;padding: 20px 0 0;white-space: nowrap;}	
	.why-fatbit {margin: 0 10px;width: 290px;}
}

@media screen and (max-width:767px) {
	.svg-graphic {min-height: 190px;}
	.rectangular-box {display: block;width: auto;padding: 10px;}
	.testimonial-section {padding: 20px 0;}
	.testimonial-in::after {display: none;}
	.clientlogo-crcl {margin: 0px auto;border-radius: 0;height: auto;width: auto;box-shadow: none;}
	.clientlogo-crcl img {transform: none;-webkit-transform: none;top: 0;}
	.testimonial {margin: 20px 0;padding: 0 10px;}
	.testimonial-in {padding: 10px;}
	.testimonials .slick-arrow {display: none !important;}
	.review-text > p {font-size: 14px;}
	.heading-block > h2 {font-size: 24px;}
	.btn-list a {margin: 5px;}
	.heading-block {text-align: center;}
	.circle {display: block;margin: 10px auto;}
	.white-box {padding: 15px 0;}
	.clients {padding: 0 10px;}
}