/*new home page*/
.after-header {
	height: auto;
}
.first-fold {
	height: 100vh;
}
.first-fold svg {
}
.screen-svg {
	width: 100%;
	height: 100%;
}
.screen-svg svg {
	bottom: 0;
	display: block;
	max-width: 100%;
	position: absolute;
	width: 100%;
	height: 100%;
}
.home-sliders {
	height: calc(100vh - 70px);
	width: 100%;
	max-width: 100%;
}
.home-sliders .item {
	overflow: hidden;
	position: relative;
	height: 100vh;
	width: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.home-sliders .item.svg-1 {
	background-image: url(../img2/retina/slide-1.svg);
}
.home-sliders .item.svg-2 {
	background-image: url(../img2/retina/slide-2.svg);
}
.home-sliders .item.svg-3 {
	background-image: url(../img2/retina/slide-3.svg);
}
.home-sliders .item.svg-4 {
	background-image: url(../img2/retina/slide-4.svg);
}
.ov-txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
	margin-left: -640px;
	text-align: left;
	z-index: 10;
	margin-top: 0px;
}
.ov-txt h2 {
	color: #000;
	font-size: 75px;
	font-weight: 800;
	line-height: 1.1;
	margin-bottom: 70px;
	position: relative;font-family: 'Open Sans';
}
.ov-txt h2:after {
	content: "";
	background: #626262;
	width: 76px;
	height: 3px;
	position: absolute;
	bottom: -35px;
	display: block;
	margin: 0 auto;
	left: 0;
}
.ov-txt h2 span {
	color: #3ecadd;
	line-height: inherit;
}
.ov-txt h3 {font-family: 'Open Sans';
	font-size: 18px;
	color: #6f6e6e;
	margin-bottom: 40px;
	line-height: 1.2;
}
.ov-txt a.btn-arrow {
	font-weight: 600;
	font-size: 14px;
}
.slide-1.ov-txt h2 {
	max-width: 470px;
}
.slide-1.ov-txt h3 {
	max-width: 480px;
}
.slide-2.ov-txt h2 {
	max-width: 550px;
}
.slide-2.ov-txt h3 {
	max-width: 550px;
}
.slide-3.ov-txt h2 {
	max-width: 700px;
	font-size: 65px;
}
.slide-3.ov-txt h3 {
	max-width: 500px;
}
.slide-4.ov-txt h2 {
	max-width: 900px;
	font-size: 65px;
	color: #fff;
}
.slide-4.ov-txt h2:after {
	background: #fff;
}
.slide-4.ov-txt h2 span{ color:#ffe460;}
.slide-4.ov-txt h3 {
	max-width: 500px;
	color: #fff;
}
.home-sliders .slick-dots {
	margin: 0 auto;
	text-align: center;
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
}
.home-sliders .slick-dots li {
	border: solid 2px transparent;
	display: inline-block;
	margin: 0 2px;
	border-radius: 50%;
	padding: 0;
}
.home-sliders .slick-dots li button {
	border-radius: 50%;
	background: #3da7c5;
	width: 18px;
	height: 18px;
	text-indent: -9999999px;
	display: block;
	position: relative;
	border: none;
}
.home-sliders .slick-dots li.slick-active button {
	background: #ff4c65;
	border-color: #fff;
}
.home-sliders .slick-dots li.slick-active {
	border: solid 2px #fff;
}
.home-sliders-control a {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 10%;
	height: 100%;
	border: none;
	text-indent: -999999px;
	z-index: 1;
	background: none;
}
.home-sliders-control .next-btn {
	right: 0;
	cursor: url("../img3/right-arrow.png"), url("../img3/cursor-arrow-right.cur"), pointer;
}
/*.home-sliders .slick-arrow.slick-next:hover{ background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); 
background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);  
background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);  
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );}*/



.home-sliders-control .prev-btn {
	left: 0;
	cursor: url("../img3/left-arrow.png"), url("../img3/cursor-arrow-left.cur"), pointer;
}
/*.home-sliders .slick-arrow.slick-prev:hover{
background: -moz-linear-gradient(left,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);  
background: -webkit-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);  
background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);  
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); }*/
.section {
	padding: 40px 0;
}
.section-heading {
	margin: 0 auto;
	text-align: center;
	padding-bottom: 40px;
}
.section-heading h2 {
	color: #000;
	font-size: 55px;
	/*font-weight: 300;*/
	position: relative;
	margin-bottom: 10px;
	line-height: 1.5;
}
.section-heading h2:after {
	content: "";
	background: #626262;
	width: 120px;
	height: 3px;
	position: absolute;
	bottom: -10px;
	display: block;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.section-heading p {
	font-size: 18px;
	position: relative;
	margin: 40px auto 0 auto;
	line-height: 1.5;
	max-width: 920px;
}
.section-heading.white h2 {
	color: #fff;
}
.section-heading.white h2:after {
	background: #fff;
}
.section-heading.white p {
	color: #fff;
}
.client-logos{	
	max-width:1500px;
	padding:0 10px;
	padding-top:10px;
	margin:0 auto;
}
.listing {
  text-align: center;
}
.listing > li {
  display: inline-block;
  vertical-align: middle;
	padding:0 20px;
}
.listing > li img{
	max-width:100%;
}
 @media only screen and (min-width : 1340px) and (max-width :1500px) {
	 .listing > li {padding:0 10px;}
}
 @media only screen and (max-width: 1340px) {
	 .listing > li{padding:15px;width:24%;}
}
 @media only screen and (max-width: 767px) {
	 .listing > li{padding:20px 10px;width:49%;}
}
.web-solutions {
	background-color: #fff;
	/*background-image: url(../img2/retina/layer.svg);
	background-repeat: no-repeat;
	background-position: center bottom;*/
/*	-webkit-animation: animate_background 5s linear 0s infinite;
	-moz-animation: animate_background 5s linear 0s infinite;
	-o-animation: animate_background 5s linear 0s infinite;
	animation: animate_background 5s linear 0s infinite;*/
}
ul.tabs {
	text-align: center;
	margin: 0 auto;
	margin-bottom: 70px;
	font-size: 0;
	padding: 0;
}
ul.tabs li {
	min-width: 230px;
	background: none;
	color: #626262;
	font-size: 18px;
	display: inline-block;
	padding: 15px 15px;
	margin-left: -1px;
	cursor: pointer;
	border: solid 1px #dedddd;
	vertical-align: top;
	text-align: center;
}
ul.tabs li .svg {
	display: block;
	width: 60px;
	height: 60px;
	margin: 10px auto;
}
ul.tabs li .svg svg {
	fill: #626262;
	width: inherit;
	height: inherit;
}
ul.tabs li.current {
	background: #2cbed2;
	color: #fff;
	border-color: #2cbed2;
}
ul.tabs li.current .svg svg {
	fill: #fff;
}
ul.tabs li .svg svg path {
	fill: #626262;
}
ul.tabs li.current .svg svg path {
	fill: #fff;
}
.tab-content {
	display: none;
	padding-bottom: 60px;	
}
.tab-content:before, .tab-content:after {
	content: "";
	display: table;
	line-height: 0;
}
.tab-content:after {
	clear: both;
}
.tab-content.current {
	display: inherit;
}
.tab-content-elemets {
	margin: 0 auto;
	max-width: 1300px;
}
/**Anuj added**/
.tab-content-elemets {
	max-width: 1320px;
	padding: 0 10px;
}
.tab-content-elemets .icons {
	width: 50%;
	height: 550px;
	padding: 0px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	position: relative;
	overflow: hidden;
	padding-right: 80px;
	float: left;
}
.tab-content-elemets .icons svg {
	width: auto;
	height: auto;
}
.tab-content-elemets .icons svg {
	width: 100%;
	height: 100%;
} /***Anuj **/
.tab-content-elemets .icons svg path {
	fill: #f2f2f2;
}
.tab-content-elemets .icons svg path.fill-color {
	fill: #2cbed2;
}
.tab-content-elemets .icons svg path.fill-color-2 {
	fill: #e8e6e6;
}
.txt-wrapper {
	width: 50%;
	float: right;
	display: inline-block;
	vertical-align: top;
	padding-top: 50px;
}
.txt-wrapper > h3 {
	color: #626262;
	font-size: 42px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 50px;
}
.txt-wrapper > h3:after {
	content: "";
	background: #626262;
	width: 65px;
	height: 3px;
	position: absolute;
	bottom: -10px;
	display: block;
	margin: 0;
	left: 0;
}
.cta-element > h3 {
  font-size: 20px;
  padding-bottom: 15px;
}
.cta-element {
  border: 5px solid #dddddd;
  padding: 20px;
}
.txt-wrapper p {
	padding-bottom: 15px;
	font-size: 18px;
}
.txt-wrapper ul {
	margin-bottom: 40px;
}
.txt-wrapper li {
	display: inline-block;
	width: 49%;
	margin: 5px 0;
	color: #2cbed2;
	font-size: 18px;
}
.txt-wrapper li a {
	line-height: 1.5;
	color: inherit;
	font-size: inherit;
}
.txt-wrapper li a:hover{
	text-decoration: underline;
}
.bg-product {
	background: url(../img3/bg-product.png) no-repeat bottom center;
}
.our-product {
}
.main-product {
	padding-bottom: 30px;
	display: table;
	width: 100%;
}
.pro-logo {
	width: 50%;
	float: left;
	border-radius: 50%;
	overflow: hidden;
	background: #2cbed2;
}
.pro-logo svg {
	width: 600px;
	height: 600px;
	padding: 15%;
}
.pro-logo svg path {
	fill: #fff;
}
.product-detail-side {
	float: left;
	width: 50%;
	padding-left: 40px;
	padding-top: 30px;
}
.product-detail-side h3 {
	color: #2cbed2;
	font-size: 43px;
	font-weight: 600;
	line-height: 1.3;
}
.product-detail-side ul {
	margin: 25px 0;
}
.product-detail-side li {
	position: relative;
	color: #2cbed2;
	margin: 15px 0;
	padding-left: 30px;
	font-size: 20px;
}
.product-detail-side li:before {
	content: "";
	color: #2cbed2;
	position: absolute;
	left: 0;
	top: 4px;
	margin-left: 3px;
	margin-top: 4px;
	width: 14px;
	height: 8px;
	border-bottom: solid 3px #2cbed2;
	border-left: solid 3px #2cbed2;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.product-detail-side .awards {
	margin: 29px 0 50px 0;
}
.product-detail-side .awards img {
	display: inline-block;
	margin-right: 10px;
	max-width: 100%;
}
.product-detail-side a {
	margin-right: 15px;
}
.others-product {
	margin: 40px 0;
	display: block;
}
.others-product li {
	display: inline-block;
	width: 31%;
	padding: 20px;
	margin: 0 15px;
	background: #fff;
	vertical-align: top;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.10);
	min-height: 196px;
}
.others-product li:first-child {
	margin-left: 0;
}
.others-product li:last-child {
	margin-right: 0;
}
.others-product li .oth-box {
	display: table;
	width: 100%;
}
.others-product li .pro-icn {
	display: table-cell;
	vertical-align: top;
	width: 150px;
	text-align: center;
}
.others-product li .pro-icn .svg {
	margin: 0 auto;
}
.others-product li .pro-icn .svg svg {
	fill: #2cbed2;
	width: 100%;
	height: auto;
}
.others-product li .pro-icn .svg svg {
	width: 150px;
	height: 150px;
} /**Anuj**/
.others-product li .pro-icn .svg svg path {
	fill: #2cbed2;
}
.others-product li .pro-about {
	padding-left: 20px;
	display: table-cell;
	vertical-align: top;
}
.others-product h3 {
	display: inline-block;
	color: #626262;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 15px;
}
.others-product h3:after {
	content: "";
	background: #626262;
	width: 55px;
	height: 3px;
	position: absolute;
	bottom: -5px;
	display: block;
	margin: 0;
	left: 0;
}
.others-product p {
	font-size: 16px;
	padding-bottom: 30px;
	line-height: 1.1;
}
.bg-fixed {
	background-attachment: fixed;
	background-size: cover;
}
.whychoose {
	background-image: url(../img3/bg-work.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
	padding: 50px 0 0 0;
}
.whychoose:after {
	background: rgba(254,220,30,0.70);
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}
.bg-fixed > * {
	z-index: 1;
	position: relative;
}
.whychoose h2 {
	color: #424141;
}
.whychoose h2:after {
	background: #424141;
}
.whychoose p {
	color: #424141;
}
.fatbit-awwards {
	margin: 0 auto;
	text-align: center;
}
.fatbit-awwards li {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	margin: 50px 40px 80px 40px;
}
.choose-listing ul {
	width: 100%;
	display: table;
	table-layout: fixed;
}
.choose-listing li {
	background: #f1ce0b;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 20px 0;
	text-align: center;
}
.choose-listing li:nth-child(2n) {
	background: #e5c202;
}
.choose-listing li p {
	max-width: 245px;
	color: #453a00;
	line-height: 1.2;
	font-size: 18px;
	margin: 0 auto;
}
.choose-listing .svg {
	position: relative;
	margin-bottom: 45px;
	display: block;
}
.choose-listing .svg:after {
	content: "";
	background: #fce66a;
	width: 52px;
	height: 3px;
	position: absolute;
	bottom: -20px;
	display: block;
	margin: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.choose-listing .svg svg {
	fill: #453a00;
	width: 92px;
	height: 92px;
}
.cta {
	display: table;
	width: 100%;
	padding: 45px 0;
}
.cta.cta--gray {
	background: #393f40;
	text-align: center;
}
.cta h3 {
	display: inline-block;
	text-align: left;
	color: #fff;
	font-size: 28px;
	line-height: 1.4;
	padding:0 20px;
}
.cta .btn-arrow {
	/*float: right;*/
	display: inline-block;
}
.cta.cta--gray.aligncenter .btn-arrow {
	float: none;
	margin: 0 10px;
}
/*.testimonial {
	background: url(../img3/bg-testimonial.png) no-repeat 120% center;
}*/
/*.testimonial-slider {
	margin-bottom: 40px;
}*/
.testimonial-slider{
	padding-top:50px;
}


.testimonial-slider .text {
	padding: 30px;
	color: #333;
	font-size: 17px;
	text-align: center;
}
.testimonial-slider .text p {
	font-weight: inherit;
	color: inherit;
    font-size:22px;
}
.testimonial-slider .from {
	display: table;
	margin:0 auto;
	padding: 15px 30px;
}
.testimonial-slider .from .pic {
	height: auto;
	overflow: hidden;
	border-radius:50%;
	text-align: left;
    width:70px;
	height:70px;
}
.testimonial-slider .from .pic img {
	margin: 0;
	width:70px;
	height:70px;
}
.testimonial-slider .name {
	display:table-cell;
	vertical-align: middle;
	padding-left: 15px;
}
.testimonial-slider .name h4 {
	color: #000000;
	font-size: 18px;
}
.testimonial-slider .name h5 {
	color: #6e6e6e;
	font-size: 15px;
}
.testimonial-action{text-align: right;border-top:1px solid #d1d3d4;padding-top:15px;}
.slide-btns .slick-arrow {
	position: relative;
	width:50px;
	height:40px;
    float:left;
    display:inline-block;vertical-align:middle;
}
.related-logo{
    min-height:105px;
}
.related-logo img {
	max-width: 100%;
}
.slide-btns .slick-arrow.next-btn{transform:rotate(180deg);-webkit-transform:rotate(180deg);border-right: 1px solid #ddd;}
.slide-btns .slick-arrow:after {
  position: absolute;
  content: "";
  left: 20px;
  top: 11px;
  width: 18px;
  height: 18px;
  border: 2px solid #222;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border-right:none;
  border-bottom:none;
}

.testimonial-slider .slick-dots {
	margin: 0 auto;
	text-align: center;
}
.testimonial-slider .slick-dots li {
	border: solid 1px transparent;
	display: inline-block;
	margin: 0 2px;
	border-radius: 50%;
	padding: 3px;
}
.testimonial-slider .slick-dots li button {
	border-radius: 50%;
	background: #c9c8c8;
	width: 13px;
	height: 13px;
	text-indent: -9999999px;
	display: block;
	position: relative;
	border: none;
}
.testimonial-slider .slick-dots li.slick-active button {
	background: #ff4c65;
	border-color: #fff;
}
.testimonial-slider .slick-dots li.slick-active {
	border: solid 1px #ff4c65;
}
.testimonial-bottom {
	border-top: 1px solid #ddd;
	max-width: 420px;
	margin: 35px auto 0;
    display: table;
    width:100%;
}
.testimonial-bottom .grid {
	display: table-cell;
	vertical-align: middle;
    width:50%;
}
.testimonial-bottom .grid:last-child{
    text-align: right;
}
.textlink {
	text-transform: uppercase;
	color: #222;
	text-decoration: underline;
	font-weight: 600;
    font-size:18px;
}
.textlink:hover{
    color: #ff4c65;
}


.blog {
	background-image: url(../img3/blog-background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}
.blog:after {
	background: rgba(44, 190, 210, 0.90);
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}
.blog-listing {
	text-align: center;
	margin-bottom: 50px;
}
.blog-listing > ul {
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	overflow-y: hidden;
	overflow-x: auto;
	padding: 0 10px;
}
.blog-listing li {
	display: inline-block;
	vertical-align: top;
	max-width: 290px;
	min-height: 400px;
	position: relative;
	margin: 0 13px;
	background: #fff;
}
.blog-listing li {
	white-space: normal;
} /** ANUJ **/
.blog-listing li figure {
}
.blog-listing li:first-child {
	margin-left: 0;
}
.blog-listing li:last-child {
	margin-right: 0;
}
.blog-listing li.big {
	max-width: 616px;
}
.blog-listing li figure img {
	max-width: 100%;
	height: auto;
	width: 100%;
}
.blog-listing .blog-content {
	text-align: left;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	padding: 25px;
	color: #626262;
}
.blog-listing .blog-content .date {
	display: block;
	color: inherit;
	font-size: 14px;
	margin-bottom: 15px;
}
.blog-listing li.big .date,.blog-listing li.big .blog-content h2 {
  display: none;
}


.blog-listing .blog-content h2 {
	font-weight: 600;
	font-size: 20px;
	color: inherit;
	min-height: 124px;
	color: #626262;
	margin-bottom: 10px;
}
.blog-listing .blog-content h2 a {
	color: inherit;
}
.blog-listing .blog-content h2 a:hover {
	color: #000;
}
.blog-listing .big .blog-content {
	background: rgba(255,255,255,0.90);
	max-width: 290px;
}
.webest {
	background-image: url(../img3/we-best.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	position: relative;
}
.webest:after {
	background: rgba(255, 242, 117, 0.70);
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}
.whatmake {
	background: rgba(255,255,255,0.85);
	width: 450px;
	padding: 25px 25px;
}
.whatmake h3 {
	color: #626262;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 0;
	line-height: 1.2;
}
.whatmake h2 {
	color: #000000;
	font-size: 47px;
	font-weight: 800;
	margin-bottom: 60px;
	line-height: 1.2;
	letter-spacing: -3px;
	position: relative;
}
.whatmake h2:after {
	content: "";
	background: #626262;
	width: 116px;
	height: 3px;
	position: absolute;
	bottom: -35px;
	display: block;
	margin: 0;
	left: 0;
}
.whatmake p {
	font-size: 18px;
	line-height: 1.5;
}
.webest-slider-wrapper {
	position: absolute;
	bottom: 0;
	max-width: 830px;
	right: 0;
}
.webest-slider {
	display: block;
	margin: 40px 0 0 0;
}
.webest-slider figure img {
	max-width: 100%;
	height: auto;
}
.webest-slider .txt {
	height: inherit;
	background: rgba(29, 29, 29, 0.86);
	padding: 25px;
	color: #fff;
	margin: 0 auto;
	min-height: 270px;
}
.webest-slider .txt h3 {
	color: inherit;
	font-size: 25px;
	padding-bottom: 15px;
	font-weight: 700;
	line-height: 1.3;
}
.webest-slider .txt p {
	color: inherit;
	font-size: 16px;
	font-weight: 600;
}
.webest-slider .item {
	margin: 0 8px;
}
.webest-slider .slick-current .txt {
	background: rgba(255, 76, 101, 0.86);
}
.webest-slider figure {
	opacity: 0;
}
.webest-slider .slick-current figure {
	opacity: 1;
	-webkit-animation: fadeIn 0.5s linear 0.5s both;
	-moz-animation: fadeIn 0.5s linear 0.5s both;
	-o-animation: fadeIn 0.5s linear 0.5s both;
	-ms-animation: fadeIn 0.5s linear 0.5s both;
	animation: fadeIn 0.5s linear 0.5s both;
}
.webest-slider .slick-dots {
	margin: 15px 0 10px 0;
	text-align: left;
}
.webest-slider .slick-dots li {
	border: solid 1px transparent;
	display: inline-block;
	margin: 0 2px;
	border-radius: 50%;
	padding: 3px;
}
.webest-slider .slick-dots li button {
	border-radius: 50%;
	background: #313026;
	width: 13px;
	height: 13px;
	text-indent: -9999999px;
	display: block;
	position: relative;
	border: none;
}
.webest-slider .slick-dots li.slick-active button {
	background: #ff4c65;
	border-color: #fff;
}
.webest-slider .slick-dots li.slick-active {
	border: solid 1px #ff4c65;
}
/****/

/*
.animation svg * {
	fill: none;
	stroke: currentColor;
}
.animation svg {
	stroke-width: 1;
}*/
.our-work {
	background: #393f40;
	padding: 40px 0 0px 0;
}
.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%);
}
#footer {
	border-top: none !important;
}
/*mobile*/
 @media only screen and (max-width: 767px) {
.home-sliders .item {
	background-attachment: scroll;
}
.home-sliders .slick-dots {
	bottom: 10px;
}
.home-sliders .slick-dots li, .webest-slider .slick-dots li, .testimonial-slider .slick-dots li {
	margin: 5px 5px;
}
.home-sliders .slick-dots li button, .webest-slider .slick-dots li button, .testimonial-slider .slick-dots li button {
	width: 20px;
	height: 20px;
}
.home-sliders .ov-txt {
	margin: 0 10px;
	left: 0;
	text-align: center;
	max-width: none;
}
.home-sliders .ov-txt h2 {
	margin-bottom: 15px;
	font-size: 22px;
	max-width: none;
}
.home-sliders .ov-txt h2:after {
	content: normal;
}
.home-sliders .ov-txt h3 {
	font-size: 16px;
	margin-bottom: 20px;
}
.home-sliders .ov-txt a {
	font-size: inherit;
	font-size: 14px;
	padding: 10px;
}
.slide-1.ov-txt h3 {
	max-width: none;
}
.screen-svg svg {
	width: auto;
	max-width: none;
	height: 100%;
	top: 0;
}
a.btn-arrow i.svg {
	left: 0 !important;
	margin: 0 4px;
}
.section {
	padding: 10px 0;
}
.section-heading {
	padding-bottom: 15px;
}
.section-heading h2 {
	font-size: 28px;
}
.section-heading p {
	margin: 30px 0 10px 0;
}
.our-product {
	display: block;
	width: auto;
}
.main-product {
	display: block;
	width: auto;
	margin-bottom: 10px;
}
.pro-logo {
	float: none;
	width: 250px;
	height: 250px;
}
.pro-logo svg {
	width: 100%;
	padding: 25%;
	height: auto;
}
.product-detail-side {
	float: none;
	padding-left: 0;
	padding-top: 15px;
	width: auto;
}
.product-detail-side h3 {
	font-size: 30px;
}
.product-detail-side .awards {
	margin: 10px auto;
	text-align: center;
}
.big-product .awards img {
	display: inline-block;
	margin: 10px auto;
}
.product-detail-side a.btn-arrow {
	margin: 5px auto;
	display: table;
}
.others-product {
	float: none;
	width: auto;
	margin: 0;
}
.others-product li {
	display: block;
	height: auto;
	width: auto;
	padding: 20px;
	margin: 10px 0;
	text-align: center;
}
.others-product li .pro-icn {
	width: 100px;
	float: none;
	margin: 0;
}
.others-product li .pro-about {
	text-align: left;
}
.our-product {
	margin: 0;
}
ul.tabs {
	margin: 10px auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}
ul.tabs li {
	min-width: inherit;
	padding: 0 15px;
	width: auto;
	font-size: 0;
}
ul.tabs li .svg {
	width: 40px;
	height: 40px;
}
.txt-wrapper {
	padding: 0;
}
.txt-wrapper p {
	font-size: 16px;
}
.tab-content {
	padding: 0;
	background: none;
}
.tab-content-elemets {
	max-width: none;
	padding: 0 10px;
}
.txt-wrapper > h3 {
	font-size: 30px;
	margin-bottom: 20px;
}
.tab-content-elemets .icons {
	background: none;
	border-radius: 0;
	height: auto;
	width: auto;
	padding: 10%;
	display: block;
	overflow: visible;
	margin: 0px auto;
	float: none;
	height: auto;
	display:none;
}
.txt-wrapper {
	float: none;
	height: auto;
	width: auto;
}
.txt-wrapper ul {
	margin-bottom: 10px;
}
.txt-wrapper li {
	display: block;
	width: auto;
}
.txt-wrapper a.btn-arrow {
	margin: 5px 0;
}
.fatbit-awwards li {
	margin: 15px auto;
	display: block;
}
.fatbit-awwards li img {
	max-width: 100%;
}
.choose-listing li {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	margin: 0 -2px;
	min-height: 192px;
}
.choose-listing li:nth-child(2n) {
	background: #f1ce0b;
}
.choose-listing li:last-child {
	margin: 0;
	width: 100%;
}
.choose-listing .svg svg {
	width: 50px;
	height: 50px;
}
.choose-listing li p {
	font-size: 14px;
	max-width: none;
}
.cta {
	padding: 20px 0;
	text-align: center;
}
.cta h3 {
	font-size: 17px;
	margin-bottom: 15px;
}
.cta a.btn-arrow {
	float: none;
	margin: 0 auto;
}
.testimonial {
	background: none;
}
.testimonial-slider {
	margin-bottom: 10px;
}
.testimonial-slider .item {
	margin: 20px auto;
}
.blog-listing {
	margin-bottom: 10px;
}
.blog-listing > ul {
	white-space: nowrap;
	overflow-x: auto;
	padding: 0 10px;
	-webkit-overflow-scrolling: touch;
}
.blog-listing li {
	max-width: none;
	/**margin: 0 auto;**/
	min-height: inherit;
}
.blog-listing .blog-content {
	left: auto;
	bottom: auto;
	position: relative;
	max-width: none;
	min-height: inherit;
}
.blog-listing .blog-content h2 {
	white-space: normal;
}
.whatmake {
	float: none;
	padding: 10px;
	width: auto;
}
.whatmake h3 {
	font-size: 20px;
}
.whatmake h2 {
	font-size: 34px;
}
.whatmake p {
	font-size: 16px;
}
.webest {
	padding-top: 10px;
}
.webest-slider-wrapper {
	position: static;
}
.webest-slider {
	float: none;
	margin: 10px 0;
	max-width: none;
}
.webest-slider .item {
	margin: 0;
}
.webest-slider figure {
	opacity: 1;
}
.webest-slider .txt {
	padding: 10px;
	max-width: none;
	min-height: inherit;
}
.webest-slider .slick-dots {
	margin: 10px 0;
}
.webest-slider figure img {
	width: 100%;
}
.cta.cta--gray.aligncenter .btn-arrow {
	display: block;
	margin: 5px 0;
}
.tab-content-elemets .icons svg {
	width: 220px;
	height: 220px;
}
.first-fold {
	height: auto;
}
.frame, .clouds, .fly-balls, .mountain {
	display: none;
}
.testimonial-slider .item.slick-active {
	transform: scale(1);
	-webkit-transform: scale(1);
}
.msrItems .msrItem {
	position: relative;
}
.others-product li .pro-icn .svg svg {
	height: auto;
	width: 100%;
}
.msrItems .itm1, .msrItems .itm2 {
	max-width: 100%;
	width: 100%;
}
.fatbit-works {
	padding: 10px;
}
.pro-logo {
	float: none;
	margin: 0 auto 20px;
	padding: 20px;
}
.pro-logo svg {
	width: 100%;
	height: 100%;
}
     
 ul.tabs{margin-bottom:30px;}     
.testimonial-slider .name {display: block;padding:15px 0 0 0;}
.testimonial-slider .from{display: block;text-align: center;padding:10px 0;}
.testimonial-slider .from .pic{margin:0 auto}
.testimonial-slider .text p{font-size:16px;}
.related-logo{min-height:inherit;}
.testimonial-slider .text {padding: 10px 0;font-size: 15px;}
     
}

/*tablet*/
 @media only screen and (min-width : 768px) and (max-width : 1025px) {
.after-header {
	height: auto;
}
.home-sliders .item {
	background-attachment: scroll;
}
.section-heading h2 {
	font-size: 40px;
}
.section-heading p {
	margin: 20px 0;
	font-size: 16px;
}
.section {
	padding: 20px 0;
}
ul.tabs {
	margin: 0 auto;
	margin-bottom: 30px;
}
ul.tabs li {
	min-width: 187px;
}
.tab-content {
	padding: 0;
}
.tab-content-elemets {
	text-align: center;
	padding: 0 10px;
}
.tab-content-elemets .icons {
	float: none;
	margin: 0 auto;
	height: auto;
	margin-bottom: 20px;
	padding-right: 20px;
	width: 40%;
	display:none;
}
.txt-wrapper {
	max-width: none;
	text-align: left;
	padding-top: 0;
	width:auto;
	float:none;
}
	 .client-logos{padding-top:50px;}
.txt-wrapper > h3 {
	font-size: 30px;
	margin-bottom: 20px;
}
.txt-wrapper p {
	font-size: 14px;
}
.txt-wrapper ul {
	margin-bottom: 10px;
}
.cta {
	padding: 20px 0
}
.main-product {
	float: none;
	width: auto;
	margin: 0 auto;
}
.pro-logo {
	margin: 0 auto;
	display: block;
	width: 300px;
	height: 300px;
}
.pro-logo svg {
	padding: 25%;
	width: 100%;
	height: auto;
}
.product-detail-side {
	max-width: 680px;
	padding-left: 50px;
	padding-top: 10px;
	width: auto;
}
.product-detail-side h3 {
	font-size: 30px;
}
.our-product {
	margin: 0 auto;
}
.others-product {
	margin: 0 auto;
	text-align: center;
}
.others-product li {
	margin: 0;
	width: 32%;
	border: none;
	padding: 10px;
	text-align: left;
}
.testimonial-slider {
	margin-bottom: 20px;
}
.testimonial {
	background: none;
}
.blog-listing > ul {
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	padding: 0 10px;
}
.blog-listing li {
	max-width: 290px;
	/**margin: 0 auto;**/
	min-height: inherit;
}
.blog-listing li.big {
	max-width: 290px;
}
.blog-listing .blog-content {
	left: auto;
	bottom: auto;
	position: relative;
	max-width: none;
	min-height: inherit;
}
.blog-listing .blog-content h2 {
	white-space: normal;
}
.whatmake {
	float: none;
	width: auto;
	padding: 15px 10px;
}
.webest-slider-wrapper {
	position: static;
	max-width: none;
}
.webest-slider {
	margin: 20px 0;
}
.webest-slider figure {
	opacity: 1;
}
.webest-slider {
	float: none;
	max-width: none;
}
.fatbit-awwards li {
	margin: 30px 10px;
	max-width: 30%;
}
.fatbit-awwards li img {
	max-width: 100%;
}
.tab-content {
	background: none;
}
.ov-txt {
	left: 0;
	margin-left: 0;
	max-width: 50%;
	padding: 20px;
}
.first-fold {
	position: relative;
}
.ov-txt h2 {
	font-size: 35px !important;
	margin-bottom: 30px;
}
.ov-txt h2:after {
	content: normal !important;
}
.ov-txt h3 {
	font-size: 22px;
	margin-bottom: 50px;
}
.frame {
	width: 470px;
	margin-right: 0;
	margin-top: 0px;
	top: auto;
	bottom: 40px;
}
.tab-content-elemets .icons svg {
	width: 100%;
	height: 100%;
}
.snip-effects p {
	font-size: 18px;
	margin-bottom: 10px;
}
.testimonial-slider .item.slick-active {
	transform: scale(1);
	-webkit-transform: scale(1);
}
.others-product li .pro-icn .svg {
	width: 150px
}
.others-product li .pro-icn .svg svg {
	height: auto;
	width: 100%;
}
.section-heading p {
	max-width: inherit;
}
.webest {
	padding-top: 10px;
}
	 .project-tagline,.snip-effects p,.powered-by{
		 display:none;
	 }
	 .snip-effects .btn-arrow {
  white-space: nowrap;
  font-size: 12px;
  padding: 10px 23px 10px 15px;
}
}
 @media only screen and (min-width : 768px) and (max-width :990px) {
.others-product li .pro-icn {
	display: block;
	margin: 0 auto;
}
.others-product li .pro-about {
	display: block;
}
.first-fold, .home-sliders, .home-sliders .item {
	min-height: 588px;
}
}
 @media only screen and (min-width : 1025px) and (max-width :1300px) {

.webest-slider-wrapper {
	max-width: none;
	position: static;
}
.whatmake {
	float: none;
	padding: 15px 10px;
	width: auto;
}
.ov-txt h2 {
	font-size: 55px;
}
.ov-txt {
	margin-top: 0;
	left: 0;
	margin-left: 0;
	padding: 10px;
}
.frame {
	margin-right: 0;
	width: 510px;
}
.testimonial-slider .item.slick-active {
	transform: scale(1);
	-webkit-transform: scale(1);
}
.testimonial {
	background-size: 400px;
}
.others-product li .pro-icn .svg {
	width: 150px;
}
.others-product li .pro-icn .svg svg {
	height: auto;
	width: 100%;
}
.blog-listing > ul li:last-child {
	display: none;
}
.project-tagline {
  font-size: 14px;
}
.snip-effects p {
  font-size: 20px;
  margin-bottom: 10px;
}
.text-link {
  margin: 5px auto 0;
}
.powered-by {
  padding: 0 0 5px;
  font-size: 12px;
}
}
 @media only screen and (min-width : 1025px) and (max-width :1600px) {
.blog-listing > ul li:last-child {
	display: none;
}
}
 @media (max-width :1281px) {
.home-sliders-control {
	display: none;
}
}


/*slider*/
 @media only screen and (max-width: 768px) {
.first-fold, .home-sliders, .home-sliders .item {
	height: auto;
}
.ov-txt {
	top: auto;
	position: relative;
	transform: none;
	padding: 100px 10px;
}
.pro-logo {
	margin: 0 auto;
	float: none;
}
.main-nav > ul {
	padding-bottom: 50px;
}
.project-tagline {
  font-size: 15px;
}
.snip-effects p {
  font-size: 20px;
  margin-bottom: 15px;
}
.text-link {
  margin: 10px auto 0;
}
    
}

