html {
	font-size: 16px;
}
.first-fold {
	height: 100vh;
	background: #59b6e0;
}
.ovr-txt {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	max-width: 580px;
}
.ovr-txt h2 {
	color: #fff;
	font-size: 3.75em;
	margin: 10px 0;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 50px;
}
.ovr-txt h3 {
	font-weight: 600;
	color: #fff;
	font-size: 1.18em;
	margin: 15px 0;
}
.ovr-txt p {
	color: #fff;
	font-size: 1.06em;
	margin: 10px 0;
	line-height: 1.5;
	margin-bottom: 50px;
}
.section {
	position: relative;
	padding: 70px 0;
}
.section .fix-container {
	position: relative;
	z-index: 1;
}
.section:after {
	top: 0;
	position: absolute;
	content: attr(data-headings);
	left: 0;
	right: 0;
	color: rgba(0, 0, 0, 0.02);
	font-size: 13.125em;
	font-weight: 700;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	line-height: 1;
	z-index: 0;
}
.section-heading h2 {
	color: #000;
	font-size: 2.18em;
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 30px;
	position: relative;
}
.section-heading h2:after {
	background: #000;
	bottom: -15px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 70px;
}
.section-heading.center {
	margin: 0 auto;
	text-align: center;
}
.section-heading.center h2:after {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.benefits {
	display: table;
	width: 100%;
	padding-bottom: 100px;
	background: url(../../img2/hdp-bg-pattern.jpg) repeat;
	position: relative;
}
.benefits:before {
	content: "";
	background: url(../../img2/hdp-bg-benefits.png) no-repeat right top;
	height: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.benefits-list .benefit {
	float: left;
	width: 320px;
	height: 320px;
	position: relative;
	overflow: hidden;
}
.rel-figure {
	display: block;
}
.hvr {
	padding: 15px 15px;
	position: absolute;
	z-index: 1;
	transform: translateY(82%);
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.60);
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}
.hvr h3 {
	text-align: center;
	display: block;
	padding: 0;
	color: #fff;
	font-size: 1.125em;
	font-weight: 600;
	padding-bottom: 15px;
}
.hvr p {
	padding: 0;
	color: #fff;
	font-size: 0.875em;
	line-height: 1.6;
}
.benefits-list .items:hover .hvr {
	transform: translateY(0);
}
.hvr.blue {
	background: rgba(44,190,210,0.80);
}
.hvr.yellow {
	background: rgba(234,185,38,0.80);
}
.hvr.red {
	background: rgba(255,75,100,0.80);
}
.cta-wrapper {
	padding: 35px 0;
	display: table;
	width: 100%;
}
.yellow-cta {
	background: #fad81d;
}
.black-cta {
	background: #252934;
}
.cta h3 {
	color: #000;
	font-size: 2.0em;
	font-weight: 600;
	display: inline-block;
}
.cta a.cta-btn {
	float: right;
	background: #22262f;
	color: #fff;
	font-size: 1.2em;
}
.cta a.cta-btn i.svg svg {
	fill: #fff;
	width: 22px;
	height: 23px;
}
.black-cta h3 {
	color: #fff;
}
.black-cta a.cta-btn {
	background: #d9d9d8;
	color: #393f40;
}
.black-cta a.cta-btn i.svg svg {
	fill: #393f40;
}
.skills {
	background: #f0f0f0  url(../../img2/hdp-bg-developers.jpg) no-repeat center bottom;
}
.hire {
	background: url(../../img2/hdp-circles.jpg) no-repeat 0 0;
}
.how-hire {
	margin-top: 100px;
}
.how-hire ul {
	display: table;
	width: 100%;
	table-layout: fixed;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.how-hire ul li {
	display: table-cell;
	width: auto;
	position: relative;
	background: #fff;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	padding: 20px;
}
.how-hire ul li:last-child {
	border-right: none;
}
.how-hire .count {
	min-height: 140px;
	font-size: 1.3em;
	color: #2cbed2;
	line-height: 1;
	margin-top: -57px;
	margin-bottom: 25px;
}
.how-hire .count strong {
	font-weight: 700;
	display: block;
	font-size: 5.6rem;
	color: #2cbed2;
	line-height: 1;
}
.how-hire .icn {
	margin: 0 auto;
	display: block;
	text-align: center;
	margin-bottom: 25px;
}
.how-hire p {
	color: #858685;
	font-size: 0.875em;
}
.testimonials {
	background: #f7f7f7 url(../../img2/hdp-bg-tesstimonial.png) repeat-x 0 0;
	padding: 0;
	padding-top: 70px;
}
.testimonials-wrapper {
}
.testimonials-slider {
	display: table;
	width: 100%;
}
.testimonials-slider .slick-list {
	overflow: visible;
}
.testimonials-slider .graphic {
	padding: 25px;
	float: right;
}
.testimonials-slider .graphic img {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.testimonials-slider .txt-side {
	float: left;
	max-width: 450px;
	color: #333333;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.testimonials-slider .txt-side:after {
	background: url(../../img2/hdp-qoute.png) no-repeat 0 0;
	position: absolute;
	left: -153px;
	top: -85px;
	content: "";
	width: 426px;
	height: 357px;
}
.testimonials-slider .txt-side h2 {
	color: inherit;
	font-size: 2.25em;
	font-weight: 800;
}
.testimonials-slider .txt-side p {
	color: inherit;
	font-style: italic;
	padding: 40px 0;
	line-height: 1.6;
}
.testimonials-slider .from {
	position: relative;
	color: inherit;
}
.testimonials-slider .from:before {
	background: #252934;
	top: -20px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 53px;
}
.testimonials-slider .from strong {
	font-weight: 600;
	display: block;
}
.testi-arrows {
	position: absolute;
	left: 30%;
	z-index: 1;
	bottom: 141px;
}
.testi-arrows li {
	width: 46px;
	height: 46px;
	display: inline-block;
	background: #000;
	text-align: center;
	padding-top: 11px;
	cursor: pointer;
}
.testi-arrows li.btn-left {
	transform: rotate(-180deg);
}
.testi-arrows li svg {
	fill: #fedc1e;
	width: 25px;
	height: 25px;
}
.testi-arrows li:hover svg {
	fill: #fff;
}
.testimonials-nav {
	max-width: 500px;
	position: absolute;
	bottom: 75px;
}
.testimonials-nav img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	transition-property: filter;
	transition-duration: 1s;
	opacity: 0.5;
	cursor: pointer;
}
.testimonials-nav .slick-active img {
	opacity: 1;
}
.choose {
	background: url(../../img2/hdp-circles-bg.png) no-repeat 120% center;
}
.why-choose {
	display: table;
	width: 100%;
	padding-top: 107px;
}
.why-choose ul li {
	border: solid 1px #000;
	width: 250px;
	height: 250px;
	display: inline-block;
	margin: 0 130px;
	vertical-align: top;
}
.why-choose ul li:first-child {
	margin-left: 0;
}
.why-choose ul li:last-child {
	margin-right: 0;
}
.why-choose .icon {
	box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
	width: 203px;
	height: 203px;
	margin: 0 auto;
	padding: 66px;
	text-align: center;
	margin-top: -50px;
	background: #fff;
	margin-bottom: 20px;
}
.why-choose .text {
	background: #fff;
	display: inline-block;
	margin: 0;
	margin-left: -15px;
	text-align: left;
	font-size: 1.8em;
	color: #000;
	font-weight: 600;
	line-height: 1;
}
.why-choose .text strong {
	font-size: 2.25rem;
	line-height: 1;
	font-weight: 600;
	display: block;
}
.fatbit-works {
	padding: 10px;
	padding-right: 0;
	padding-bottom: 0;
}
.msrItems {
	position: relative;
	max-width: 100%;
	width: 100%;
}
.msrItems .itm1 {
	width: 500px;
}
.msrItems .itm2 {
	width: 500px;
}
.msrItems .itm3 {
	width: 1000px;
}
.msrItems .msrItem {
	position: absolute;
	margin: 0 auto;
}
.snip-effects {
	overflow: hidden;
}
.snip-effects:hover {
}
.snip-effects * {
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.snip-effects img {
	max-width: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
.snip-effects:hover img {
}
.snip-effects:after {
	background: rgba(0, 0, 0,0.9);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: '';
	opacity: 0.75;
	-webkit-transform: skew(0deg) scaleX(0);
	transform: skew(0deg) scaleX(0);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;/*border: solid 10px #f6d520;*/
}
.snip-effects figcaption {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%) translate3d(0%, 0%, 0);
	transform: translateY(-50%) translate3d(0%, 0%, 0);
	z-index: 2;
	padding: 0 10px;
	text-align: center;
	opacity: 0;
}
.snip-effects p {
	text-align: center;
	font-size: 22px;
	color: #fff;
	display: block;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 10px;
}
.project-tagline {
	color: #ffffff;
	display: block;
	margin: 0 0 10px;
	font-size: 16px;
}
.powered-by {
	color: #ffffff;
	padding: 0 0 10px;
	font-size: 14px;
}
.text-link {
	display: table;
	margin: 10px auto 0;
	color: #fff;
	font-size: 14px;
	text-decoration: underline;
}
.powered-by a {
	color: #fff;
	text-decoration: underline;
}
.powered-by a:hover {
	text-decoration: none;
}
/*.snip-effects p:after {
	content: "";
	background: #fff;
	width: 120px;
	height: 3px;
	position: absolute;
	bottom: -10px;
	display: block;
	margin: 0 auto;
	left: 0;
	right: 0;
}*/
.snip-effects:hover:after, .snip-effects.hover:after {
	-webkit-transform: skew(0deg) scaleX(1);
	transform: skew(0deg) scaleX(1);
	transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.snip-effects:hover figcaption {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.snip-effects:hover figcaption {
	opacity: 1;
}
.snip-effects:hover figcaption p, .snip-effects.hover figcaption p {
	opacity: .7;
}
.pro-logo {
	width: 600px;
	height: 600px;
	padding: 50px;
}
.pro-logo svg {
	display: block;
	height: 380px;
	margin: 0 auto;
	padding: 0;
	width: 380px;
	top: 50%;
	position: relative;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
}
.bg-yellow {
	background: #fad81d;
}
/*price table*/
.features-table {
	background: #fff;
	border: solid 1px #ced5d8;
	border-bottom: none;
	margin-top: 70px;
}
.features-table table {
	border-collapse: collapse;
}
.features-table table tr td:first-child, .features-table table tr th:first-child {
	width: 28%;
}

.features-table table tr td:nth-child(2), .features-table table tr th:nth-child(2) {	width: 18%;}
.features-table table tr td:nth-child(3), .features-table table tr th:nth-child(3) {	width: 18%;}
.features-table table tr td:nth-child(4), .features-table table tr th:nth-child(4) {	width: 18%;}
.features-table table tr td:nth-child(5), .features-table table tr th:nth-child(5) {	width: 18%;}
.tbl-head {
	border-bottom: solid 1px #ced5d8;
}
.tbl-head tr {
}
.pkg-head {
	padding: 25px 10px;
	color: #fff;
	text-align: center;
}
.pkg-head.one {
	background: #29bed2;
}
.pkg-head.two {
	background: #ffdd00;
}
.pkg-head.three {
	background: #e62e48;
}
.pkg-head.four {
	background: #a3a3a3;
}
.pkg-head .pkg-name {
	color: inherit;
	text-align: centere;
	font-size: 1.8em;
	font-weight: 600;
	line-height: 1;
}
.pkg-head .pkg-name span {
	display: block;
	font-size: 0.8rem;
	font-weight: 400;
}
.pkg-head .pkg-price {
	color: inherit;
	font-size: 3.5em;
	font-weight: 700;
	line-height: 1;
	margin: 25px 0;
}
.price-btn{ 
    background: #393f40;
    color: #fff;
    display: inline-block;
    font-size: 1em;
    font-weight: 600;
    margin: 0 6px;
    padding: 8px 16px;
    vertical-align: top;
}

.ft-repeat {
	border-bottom: solid 1px #ced5d8;
	position: relative;
}
.ft-repeat .arrows {
	position: absolute;
	border: solid 2px #29bed2;
	border-radius: 50%;
	right: 10px;
	top: 18px;
	height: 20px;
	width: 20px;
}
.ft-repeat .arrows:before {
	background: #29bed2;
	content: '';
	height: 2px;
	position: absolute;
	right: 3px;
	top: 7px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 10px;
}
.ft-repeat .arrows:after {
	background: #29bed2;
	content: '';
	height: 2px;
	position: absolute;
	right: 3px;
	top: 7px;
	width: 10px;
}
.ft-repeat.active .arrows:before {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.ft-data {
	display: none;
}
.ft-data table {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
}
.ft-data table thead {
	background: #393f40;
	color: #393f40;
	font-size: 1.1em;
	font-weight: 600;
	border-bottom: solid 1px #ced5d8;
}
.ft-data table th, .ft-data table td {
	padding: 15px 15px;
	text-align: center;
}
.ft-data table td {
	font-size: 0.9em;
}
.mobilecaption {
	display: none;
}
.ft-data table th:first-child {
	color: #29bed2;
	text-align: left;
}
.ft-data table tr td:first-child {
	text-align: left;
}
.features-table ul li {
	position: relative;
	font-size: 0.9em;
	padding-left: 20px;
	margin: 5px 0;
}
.features-table ul li:before {
	content: "";
	left: 0;
	position: absolute;
	top: 6px;
	border-radius: 50%;
	height: 7px;
	width: 7px;
	background: #ced5d8;
}
.features-table .ft-head {
	color: #29bed2;
	padding: 15px 15px;
	position: relative;
	font-size: 1.1em;
	font-weight: 600;
	cursor: pointer;
}
.features-table .ft-head.active {
	display: none;
}
.features-table .img-choice {
	max-width: 20px;
	display: inline-block;
}
.features-table .img-choice img {
	max-width: 100%;
}
.features-table .brd-cells tr {
	border-bottom: solid 1px #ced5d8;
}
.features-table .brd-cells tr td {
	padding: 10px 15px;
}
.features-table .brd-cells tr:last-child {
	border-bottom: none;
}
/*price table end*/
@media only screen and (max-width: 1025px) {
}
@media only screen and (max-width: 767px) {
}
