@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900');
 @import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');
body {
	overflow-y: auto;
	overflow-x: hidden;
	font-family: 'Libre Baskerville', serif;
}
a, button, input {
	transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	line-height: normal;
	text-decoration: none;
}
p {
	padding: 0px;
}
.p-0 {
	padding: 0px;
}
.header {
	margin: 0px;
	padding: 15px 0;
	width: 100%;
	background: #f000;
	z-index: 999;
	z-index: 999;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
}
.header .logo {
	padding: 0px;
	text-align: center;
}
.header .logo img {
	width: 100%;
}
.header button.navbar-toggler, .header .logo img:nth-child(2), .header.fixed-header .logo img:nth-child(1) {
	display: none;
}
.header.fixed-header .logo img:nth-child(2) {
	display: block;
	margin: 0 auto;
}
.header.fixed-header .logo {
	padding: 3px 0px;
	position: relative;
}
.header.fixed-header .logo a{display: block;}
.header.workHeader {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	background: rgba(9,57,86,1);
}
.iframe_main {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.iframe_main iframe {
	width: 100%;
	height: 100vh;
	margin: 0px;
	padding: 0px;
	float: left;
}
.navigation {
	display: inline-block;
	width: 100%;
	text-align: right;
	position: relative;
	top: 5px;
}
.nav_bar {
	margin: 0px;
	padding: 0px;
	width: auto;
	display: inline-block;
}
.nav_bar ul {
	float: right;
	padding: 0px;
	margin: 0px;
}
.nav_bar ul li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.nav_bar ul li a {
	color: #ffffff;
	font-size: 17px;
/*	font-family: 'Poppins', sans-serif;*/
	font-weight: 500;
	text-decoration: none;
	padding: 10px 10px;
	display: inline-block;
	font-family: 'Libre Baskerville', serif;

}
.nav_bar ul li a:hover {
	color: e1342e;
}
.nav_bar ul li .dropdown-menu {
    background: #ffffff;
    width: 320px;
    box-shadow: 0px 10px 20px -5px #434343;
    padding: 0px;
    margin: 0px;
    border: 1px;
    min-width: 250px;
    border-radius: 5px;
    left: -65%;
}
.nav_bar ul li .dropdown-menu:before {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e1342e;
    content: '';
    position: absolute;
    top: -8px;
    left: 40%;
    right: 0;
}

.nav_bar ul li a.active {
    color: #e1342e !important;
}
.nav_bar ul li a:hover {
    color: #e1342e;
}
.nav_bar ul li ul.dropdown li {
	display: inline-block;
	width: 100%;
}
.nav_bar ul li .dropdown-menu a {
	font-size: 15px;
	font-weight: 500;
	padding: 15px;
	display: inline-block;
	width: 100%;
	text-align: left;
	color: #2a2a2a;
	border-bottom: 1px solid rgba(125, 125, 125, 0.23921568627450981);
}
a.dropdown-item img, .dropdown-menu img {
    width: 10%;
    margin-right: 25px;
    vertical-align: middle;
}
.nav_bar ul li.work-set .dropdown-menu, .nav_bar ul li.about-set .dropdown-menu {
    width: 250px;
}
.nav_bar ul li .dropdown-menu a:hover, .header.fixed-header .nav_bar ul li .dropdown-menu a:hover {
	color: #e1342e;
	background: transparent;
}
.nav_bar ul li .dropdown-menu a:first-child {
	border-top: 0px;
}
.nav_bar ul li .dropdown-menu a:last-child {
	border-bottom: 0px;
}
.nav_bar ul li:hover .dropdown-menu {
	display: block;
}
.nav_bar ul li a.top_phone {
    color: #ffffff;
    font-size: 22px;
    padding: 4px 30px 10px 30px;
    /* font-family: 'Poppins', sans-serif; */
    text-decoration: none;
    font-weight: 500;
}
.nav_bar ul li a.top_phone i {
	font-size: 20px;
	padding-right: 5px;
	vertical-align: middle;
}
.nav_bar ul li a.top_phone:hover {
	color: #e1342e;
	text-decoration: none;
}


.nav_bar ul li a.get_started {
    float: right;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    background: #ff5926;
    padding: 7px 20px;
    text-transform: uppercase;
    border-radius: 3px;
    margin: 0px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    border: 1px solid #ff5926;
}
.nav_bar ul li a.get_started:hover {
	background: #fff;
	color: #ff5926;
}
.slider_text {
	position: absolute;
	top: 30%;
	width: 100%;
}
.slider_text h1 {
	color: #ffffff;
	font-size: 51px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
}
.slider_text p {
	color: #ffffff;
	font-size: 21px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	width: 530px;
	margin: 30px 0 0 0;
}
.slider_text a {
	float: left;
	font-size: 19px;
	font-family: 'Poppins', sans-serif;
	background: #e1342e;
	padding: 9px 37px;
	text-transform: uppercase;
	border-radius: 6px;
	color: #fff;
	margin: 16px 0 0 0;
}
.banner_1_img {
	position: absolute;
	top: -170px;
	right: 0;
	height: 100vh;
}
.wellcome_silicon_graphics {
	margin: 0px;
	padding: 31px 70px;
	float: left;
	width: 100%;
	background: #f6f6f6;
}
.wellcome_silicon_graphics h1 {
	color: #262626;
	font-size: 47px;
	font-weight: 900;
}
.wellcome_silicon_graphics p {
	color: #5c5c5c;
	font-size: 21px;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
}
.services_sg {
	margin: 0px;
	padding: 70px 0 30px 0;
	float: left;
	width: 100%;
}
.sercvices_right {
	margin: 29px 0 0 0;
	padding: 0px;
	float: left;
	width: 100%;
}
.sercvices_right h6 {
	color: #e1342e;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
}
.sercvices_right h6:before {
	content: '';
	width: 30px;
	height: 2px;
	background: #e1342e;
	float: left;
	margin: 7px 10px 0 0;
}
.sercvices_right h2 {
	color: #262626;
	font-size: 25px;
	font-weight: 900;
	margin: 22px 0;
	font-family: 'Montserrat', sans-serif;
}
section.offerSec iv.sercvices_right p {
	color: #5c5c5c;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 60px;
}
.sercvices_right a {
	text-decoration: none;
	color: #262626;
	font-size: 14px;
	font-weight: 800;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
}
.sercvices_right a:after {
	content: '';
	width: 40px;
	height: 2px;
	background: #e1342e;
	float: right;
	margin: 10px 0px 0px 10px;
}
.servics_boxes {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.services_box {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.services_box img {
	height: 70px;
}
.services_box img:nth-child(2) {
	display: none;
}
.services_box:hover img:nth-child(1) {
	display: none;
}
.services_box:hover img:nth-child(2) {
	display: block;
	visibility: visible !important;
}/*.services_box:hover img:nth-child(1) {	display: none;}.services_box:hover img:nth-child(2) {	display: block;}*/
.services_box h2 {
	padding: 0px;
	color: #262626;
	font-size: 22px;
	font-weight: 900;
	margin: 25px 0 25px 0;
	font-family: 'Montserrat', sans-serif;
}
.services_box p {
	margin: 0px;
	font-size: 14px;
	font-weight: 400;
}
.servics_boxes_row_2 {
	padding: 50px 0 0;
}
.home_case-studies {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	height: 100vh;
}
.slider_bg_1 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	height: 100vh;
	background: url(../images/bg_nrtc_slider_1.jpg) no-repeat center;
}

.servics_boxes a {
    text-decoration: none;
    color: #272727;
}
.disclaimer-div p {
    color: rgba(239, 239, 239, 0.4);
    text-align: center;
    padding: 0;
    margin: 15px 0 0 0;
}
.case_left_side {
	margin: 10px 0 0 !important;
	padding: 60px 50px;
	float: left;
	width: 100%;
	height: 97vh;
	background: #1b2423e0;
	display: grid !important;
	align-items: center;
}
.case_left_text {
}
.case_left_side h2 {
	color: #fff;
	font-size: 61px;
	font-weight: 800;
}
.case_left_side p {
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	width: 70%;
}
.case_left_side a {
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	background: #fff;
	padding: 12px 20px;
	text-transform: uppercase;
	border-radius: 6px;
	margin: 36px 0 0 0px;
	color: #000;
	float: left;
}
.case_studies_images {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	height: 100vh;
	display: grid;
	align-items: center;
}
.bg_case_studies {
	background: url(../images/phone.png) no-repeat center;
	height: 70vh;
	background-size: contain;
	width: 360px;
	margin: 0 auto;
}
.why-choose-sg {
	margin: 0px;
	padding: 31px 70px;
	float: left;
	width: 100%;
}
.why-choose-sg h2 {
	color: #262626;
	font-size: 47px;
	font-weight: 900;
}
.why-choose-sg p {
	color: #5c5c5c;
	font-size: 21px;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
}
.why-choose-boxes {
	margin: 0px;
	padding: 40px 30px 0 30px;
	float: left;
	width: 100%;
}
.why-choose-box {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	text-align: center;
}
.why-choose-box h3 {
	margin: 26px 0;
	color: #262626;
	font-size: 20px;
	font-weight: 900;
	font-family: 'Montserrat', sans-serif;
}
.why-choose-box p {
	margin: 0px;
	color: #5c5c5c;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
}
.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width: 60%;
}/*.swiper-slide:nth-child(2n) {  width: 40%;}.swiper-slide:nth-child(3n) {  width: 20%;}*/
ul.socials li:nth-child(1) a {
    background-color: #4769A8 ;
}
ul.socials li:nth-child(2) a {
    background-color:#1EA1F3 !important;
}
ul.socials li:nth-child(3) a {
    background-color:#FF0000 !Important;
}

.client-testimonils {
	margin: 0px;
	padding: 61px 70px;
	float: left;
	width: 100%;
	background: #f6f6f6;
}
.testimonils_main {
	margin: 0px;
	padding: 120px 0;
	float: left;
	width: 100%;
}
.testimonils_main h2 {
	color: #262626;
	font-size: 51px;
	font-weight: 900;
	font-family: 'Libre Baskerville', serif;
}
.testimonils_main p {
	margin: 0px;
	color: #5c5c5c;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Libre Baskerville', serif;
	padding: 0px;
}
.main_testimonils {
	margin: 70px 0 0 0;
	padding: 0px;
	float: left;
	width: 100%;
}
.main_testimonils.swiper-container {
	padding: 50px 30px;
}
.main_testimonils .swiper-slide {
	width: 265px;
	position: relative;
	display: inline-block;
	padding: 20px 30px;
	margin: 0px;
	background: #fff;
	border-radius: 5px;
	opacity: 0.3;
	min-height: 500px;
}
.main_testimonils .swiper-slide.swiper-slide-active {
	-webkit-box-shadow: 0px 0px 30px 10px rgba(117,117,117,0.17);
	-moz-box-shadow: 0px 0px 30px 10px rgba(117,117,117,0.17);
	box-shadow: 0px 0px 30px 10px rgba(117,117,117,0.17);
	opacity: 1;
}
.testimonial-first {
	width: 100%;
	position: relative;
	display: inline-block;
	margin: 10px 0 15px;
}
.client-img {
	float: left;
	border-radius: 50px;
	width: 60px;
	height: 60px;
	position: absolute;
}
.client-img img {
	border-radius: 50px;
}
.client-name {
	float: left;
/*	padding-left: 70px;*/
	width: 100%;
	text-align: left;
}
.client-name h5 {
	color: #5918bf;
	font-size: 15px;
	margin: 15px 0px 5px 0px;
	font-family: 'Libre Baskerville', serif;
	font-weight: 700;
}
.client-name p {
	color: #262626;
	font-size: 14px;
	font-family: 'Libre Baskerville', serif;
	font-weight: 600;
	padding: 0px;
}
.client-describtion {
	float: left;
	display: block;
	font-size: 17px;
	line-height: 1.5em;
	font-weight: 500;
	color: #111;
	min-height: 16px;
}
.client-describtion h6 {
	margin: 0px 0px 8px 0px;
	color: #262626;
	font-size: 15px;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
	line-height: normal;
	font-weight: 600;
	padding: 0px;
	text-align: left;
}
.need-help {
    text-align: center;
}
.client-describtion p {
	margin: 0px;
	color: #262626;
	font-size: 15px;
	font-weight: normal;
	font-family: 'Libre Baskerville', serif;
	line-height: 1.7;
	font-weight: 500;
	padding: 0px;
	text-align: left;
}
.client-video {
	float: left;
	display: block;
	padding: 15px 0 5px;
}
.client-video a {
	color: #000;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
}
.client-video i {
	color: #4500b7;
	padding-right: 7px;
	font-size: 10px;
	border: 4px solid #4500b7;
	display: inline-block;
	padding: 3px 4px;
	border-radius: 7px;
	margin-right: 5px;
}
.contact_form_main {
	margin: 0px;
	padding: 94px 0;
	float: left;
	width: 100%;
	min-height: 684px;
	background: url(../images/contactBg.png) center;
	background-repeat: repeat-y;
	-webkit-animation: testing 20s linear forwards infinite;
	animation: testing 20s linear forwards infinite;
}
 @-webkit-keyframes testing {
 0% {
 background-position: 0 0
}
 100% {
 background-position: 0 -100%;
}
}
 @keyframes testing {
 0% {
 background-position: 0 0
}
 100% {
 background-position: 0 -100%;
}
}
*.contact_form_main {
	background: url(../images/contactBg.png);
	background-repeat: repeat-y;
	text-align: center;
	padding: 170px 0 136px;
	font-size: 35px;
	color: #fff;
	position: relative;
	z-index: 0;
	overflow: hidden;
	    background-size: cover;
	-webkit-animation: testing 20s linear forwards infinite;
	animation: testing 20s linear forwards infinite;
}
*//*stepSlider*/
 section.stepSlider .swiper-container {
 width: 100%;
 height: 100%;
 overflow: visible !important;
}
section.stepSlider .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	box-shadow: 0 42px 64px 0 #e7e7ec;
}
section.stepSlider .swiper-slide .sliderLeft, section.stepSlider .swiper-slide .sliderRight {
	width: 49%;
	display: inline-block;
	padding: 0px 30px;
	text-align: left;
}
section.stepSlider .swiper-slide .sliderLeft h6 {
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #e1342e;
	margin-bottom: 0;
	text-transform: uppercase;
	display: inline-block;
	margin: 0px 0px 20px 0px;
}
section.stepSlider .swiper-slide .sliderLeft h4 span {
	background: #f2f2f4;
	width: 50px;
	height: 50px;
	color: #e1342e;
	line-height: 50px;
	padding: 0px;
	text-align: center;
	margin-right: 20px;
	display: inline-block;
}
section.stepSlider .swiper-slide .sliderLeft h4 {
	color: #262626;
	font-size: 26px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	margin: 0px 0px 30px 0px;
}
section.stepSlider .swiper-slide .sliderLeft p {
	color: #5c5c5c;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
}
section.stepSlider .swiper-container .swiper-pagination {
	bottom: -100px;
	text-align: left;
	left: 50px;
}
section.stepSlider .swiper-container .swiper-pagination span.swiper-pagination-bullet {
	width: 20px;
	height: 3px;
	background: #e7e7ec;
	border-radius: 0px;
	border: 0px;
	opacity: 1;
	margin: 0px;
}
section.stepSlider .swiper-container .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #5e1fe4;
}
section.stepSlider .swiper-container .swiper-button-next, section.stepSlider .swiper-container .swiper-button-prev {
	top: auto;
	bottom: -115px;
}
section.stepSlider .swiper-container .swiper-button-next {
	right: auto;
	left: 130px;
	background: url(../images/arrow-dark.svg) no-repeat center;
}
section.stepSlider .swiper-container .swiper-button-prev {
	left: 0px;
	background: url(../images/arrow-dark.svg) no-repeat center;
	transform: rotate(180deg);
}
.tenc-portfolio-entry-functionalities {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex-direction: column;
	flex-direction: column;
	counter-reset: b
}
/*start user*/
/*start merchants*/
.appscreen_slider {position: relative;
    width: 425px;
    height: 750px;
    margin: 0 auto;
    padding: 83px 75px 0px 63px;
	background-image:url(../images/iphone-mockup-one.png); background-size: 100% 100%; background-repeat: no-repeat;}

.iq-project .project-content {
    padding: 0 20px 70px 20px;
    /*z-index: 1;*/
    /*position: relative;*/
}

.iq-fw-6 {
    font-weight: 600;
}
#box_wrapper > section, #box_wrapper > div > section {
    overflow: visible;
}

#box_wrapper > section, #box_wrapper > div > section {
    clear: both;
    position: relative;
}
.iq-project {
    background: #ddd;
    padding: 100px 0;
    display: block;
    width: 100%;
}
/*end merchants*/

/*start VENDOR AGREEMENT*/
.intro-area {
    padding: 40px 0;
    background: #cccccc30;
}
.intro-content h2 {
    font-size: 30px;
    color: #262626;
    font-size: 20px;
    font-weight: 800;
    font-family: 'Libre Baskerville', serif;
    position: relative;
}
.personal-data{
    color: #262626;
    font-size: 20px;
    font-weight: 800;
    font-family: 'Libre Baskerville', serif;
    position: relative;
    margin: 0;
   font-style: italic;
}
.intro-content span {
    font-size: 30px;
    color: #262626;
    font-size: 20px;
    font-weight: 800;
    font-family: 'Libre Baskerville', serif;
    position: relative;
}
.intro-area .intro-title {
    margin: 30px 0 50px;
    font-size: 35px;
    font-weight: 600;
    position: relative;
    color: #feaa64;
    font-size: 30px;
    margin-bottom: 30px;
    color: #262626;
    font-size: 32px;
    font-weight: 800;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Libre Baskerville', serif;
    /* margin: 0px 0px 5px 0px; */
    text-align: center;
    position: relative;
}

.intro-area .intro-title:after {
    position: absolute;
    content: "";
    bottom: -13px;
    left: 0;
    right: 0;
    height: 2px;
    width: 100px;
    background-color: #862ac1;
    margin: 0 auto;
}

.intro-area .intro-content p {
    line-height: 30px;
    letter-spacing: 0.5px;
    font-size: 18px;
    padding: 0;
}
/*end VENDOR AGREEMENT*/
.how-we-help {
    padding: 50px 0 10px 0;
    /*margin-top: -11px;*/
    background: #fff;
}
section.merchant-para {
    background: #ad9d9d30;
    padding: 60px 0;
    border-bottom: 3px solid #8425c1;
}
.ulockd-about2-details.how-we h2 {
    font-size: 30px;
    margin-bottom: 30px;
    color: #262626;
    font-size: 40px;
    font-weight: 800;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Libre Baskerville', serif;
    /* margin: 0px 0px 5px 0px; */
	position: relative;
}
.ulockd-about2-details.how-we h2:after {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 0;
    height: 2px;
    width: 100px;
    background-color: #862ac1;
}
p.ulockd-about-para-two {
    font-size: 18px;
	padding: 0;
}
ul.listing-app {
    font-size: 17px;
    padding:0;
    margin:0;
}
ul.listing-app li {
    color: #000000d9;
    font-size: 18px;
    line-height: 35px;
    font-weight: 500;
    position: relative;
    padding-left: 20px;
     list-style: none !important;
}

ul.listing-app li {
    list-style: none;
}
i.fa.fa-circle {
    font-size: 10px;
    position: absolute;
    z-index: 1;
    left: 5px;
    top: 14px;
}
/*.ulockd-avdo-thumb img {
    border: 1px solid #ccc;
    border-radius: 46px;
    padding: 12px;
}*/
.ulockd-avdo-thumb img {
    width: 100%;
    height: auto;
    margin-top: 20px !important;
}
span.text-thm {
    color: #ff5926 !important;
}
/*.ulockd-about-video {*/
/*    margin-top: 16%;*/
/*}*/
/*end user*/
/*start storeapp*/
.storeArea {
    width: 100%;
    float: left;
    position: relative;
}
.storeArea .item {
    padding: 90px 160px;
    width: 100%;
    height: 780px;
    float: left;
    background-position: center;
    background-size: cover;
}
.mycontainer {
    width: 100%;
    max-width: 1300px;
    padding: 0 15px;
    margin: 0 auto;
}

.storeArea .storeContent {
    padding: 90px 0;
    /* padding: 14%; */
    */: ;
    /*padding-top: 60px !important;*/
    /* padding-right: 60px !important; */
    /* padding-bottom: 49px !important; */
    /* padding-left: 60px !important; */
    /* background-color: #121212 !important; */
    -ms-flex-align: stretch;
    /* -webkit-box-pack: center; */
    /* -webkit-justify-content: center; */
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
}
.padding-0 {
    -ms-flex-align: stretch;
    -ms-flex-align: stretch;
    padding: 0;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    display: flex;
}

.storeArea h2 {
    margin: 0 0 30px 0;
    font-size: 45px;
    line-height: 60px;
    font-weight: 600;
    position: relative;
}
.storeArea h2:after {
    position: absolute;
    content: "";
    bottom: -10px;
    left: 11px;
    height: 2px;
    width: 157px;
    background-color: #862ac1;
}
.storeArea p {
    margin: 0 0 30px 0;
    font-size: 19px;
    line-height: 32px;
}
.storeContent ul {
    list-style: none;
}
.storeContent ul {
   margin:0;
   padding:0;
}
.storeContent ul li {
    display: inline-block;
    /*border: 1px solid #000;*/
    /*padding: 10px 40px 11px 72px;*/
    /*margin: 0 20px 0 0;*/
    /*background: #fff;*/
    /*position: relative;*/
    /*border-radius: 37px;*/
}
/*.storeContent ul li:nth-child(1):before {*/
/*    content: url(../images/apple.png);*/
/*    position: absolute;*/
/*    left: 25px;*/
/*    top: 15px;*/
/*}*/
/*.storeContent ul li:nth-child(2):before {*/
/*    content: url(../images/google.png);*/
/*    position: absolute;*/
/*    left: 25px;*/
/*    top: 15px;*/
/*}*/
.storeContent ul li a {
    font-size: 16px;
    color: #000;
	text-decoration: none;
}
.storeContent ul li a img{
    margin-left: 10px;
    margin-top: 10px;
    max-width: 150px;
    width: 100%;
}
.storeContent ul li:hover a {
    color: #9a04fc;
}
.storeContent ul li a span {
    font-size: 27px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 20px;
}

/*end storeapp*/

@media only screen and (min-width:1024px) {
.tenc-portfolio-entry-functionalities {
	-ms-flex-direction: row;
	flex-direction: row
}

}
.tenc-portfolio-entry-functionalities-wrapper {
	background: #fff;
	color: #000;
	min-height: 700px
}

/*start faq*/
.template_faq {
    background: #edf3fe none repeat scroll 0 0;
}
.panel-group {
/*    background: #fff none repeat scroll 0 0;*/
    border-radius: 3px;
 /*   box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 0;*/
    padding: 30px;
}
section.faq {
    padding: 32px 0;
}
#accordion .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 10px;
}
#accordion .panel-heading {
    border-radius: 30px;
    padding: 0;
}
#accordion .panel-title a {
    background: #FF5829 none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 20px 12px 50px;
    position: relative;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a:hover{
	    text-decoration:none !important;
}
.section-title.text-center.wow.zoomIn p {
    margin-bottom: 3%;
	color: #5c5c5c;
    font-size: 18px;
    font-weight: 400;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Libre Baskerville', serif;
    padding: 0px;
}
.section-title.text-center.wow.zoomIn h1 {
	color: #262626;
    font-size: 40px;
    font-weight: 800;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Libre Baskerville', serif;
    margin: 0px 0px 5px 0px;
}
#accordion .panel-title a.collapsed {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
}
.faq-img img {
    width: 100%;
    height: auto;
}
.faq{background: url(../images/bread-bg.png) no-repeat center center;
    background-size: cover;
}
#accordion .panel-title a::after, #accordion .panel-title a.collapsed::after {
    background: #ff5829  none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    color: #fff;
    content: "";
    font-family: fontawesome;
    font-size: 25px;
    height: 55px;
    left: -20px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: -5px;
    transition: all 0.3s ease 0s;
    width: 55px;
}
#accordion .panel-title a.collapsed::after {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    content: "";
}
#accordion .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 20px 25px 10px 9px;
    position: relative;
}
#accordion .panel-body p {
    border-left: 1px dashed #8c8c8c;
    padding-left: 25px;
}
/*end faq*/

/*contact-us*/
.contact{background:url(../images/world-map.gif);
	background-repeat:no-repeat;
	background-size:cover;

}
.ContactArea .ContactRight {
    background: #ffffffcf;
    border: 2px solid #ff5926;
    padding: 20px;
    min-height: 726px;
}
.ContactArea .ContactLeft {
    background: #ffffffcf;
    border: 2px solid #ff5926;
    padding: 20px;
}
.container.ContactArea_container {
    display: flex;
    flex-flow: row wrap;
}
/*.ContactArea .ContactRight {*/
/*    padding: 1px;*/
/*}*/

.ContactArea{
    padding: 50px 0px;
}


.ContactArea .ContactLeft{}

.ContactArea .ContactLeft h3{
    margin: 0 0 30px;
    font-family: Merriweather;
    text-align: center;
    font-weight: 600;
    font-style: italic;
    font-size: 25px;
    position: relative;
    padding-bottom: 10px;    
}
.ContactArea .ContactLeft h3:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 150px;
    height: 1px;
    background-color: #ff5926;
    margin: auto;    
}
.ContactArea .ContactLeft h3:after{
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 70px;
    height: 3px;
    background-color: #ff5926;
    margin: auto;    
}

.ContactArea .ContactLeft p{
    font-weight: normal;
    color: #8c8c8c;
    font-size: 16px;
    position: relative;
    line-height: 25px;
    margin: 0 0 25px 0;
    padding: 0 0 0 10px;
}

.ContactArea .ContactLeft form{}

.ContactArea .ContactLeft form .form-group{
    padding: 0 5px;
    margin: 0 0 20px;
}

.ContactArea .ContactLeft form .form-group .form-control{
    height: 45px;
    border-radius: 0px;
}

.ContactArea .ContactLeft form .form-group textarea.form-control{
    height: auto;
}

.ContactArea .ContactLeft form button{
    color: white;
    font-weight: 700;
    font-size: 15px;
    border-radius: 40px;
    background: #303030;
    display: block;
    width: 140px;
    padding: 7px;
    border: 2px solid #303030;
    transition: all 0.5s ease-in-out;
}

.ContactArea .ContactLeft form button:hover{
    background: white;
    color: #303030;
	
}


.ContactArea .ContactRight h4{
    margin: 0 0 30px;
    font-family: Merriweather;
    text-align: center;
    font-weight: 600;
    font-style: italic;
    font-size: 25px;
    position: relative;
    padding-bottom: 10px;    
}
.ContactArea .ContactRight h4:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 150px;
    height: 1px;
    background-color: #ff5926;
    margin: auto;    
}
.ContactArea .ContactRight h4:after{
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    width: 70px;
    height: 3px;
    background-color: #ff5926;
    margin: auto;    
}

.ContactArea .ContactRight p{
    font-weight: normal;
    color: #8c8c8c;
    font-size: 16px;
    position: relative;
    line-height: 25px;
    margin: 0 0 25px 48px;
}

.ContactArea .ContactRight ul{}

.ContactArea .ContactRight li{
    padding: 0 0 0 70px;
    position: relative;
    margin: 0 0 14px;
	list-style: none;
	font-size: 15px;
    font-weight: 600;
}



.ContactArea .ContactRight .RoundIcon {
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #ff5926;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    line-height: 50px;
    color: #fff;
    background: #ff5926;
}

.ContactArea .ContactRight li h3{
    font-weight: 600;
    font-size: 20px;
    color: #393939;
    margin: 0 0 5px;
}

.ContactArea .ContactRight li p{
    margin: 0;
    font-size: 15px;
    line-height: 24px;
	font-size: 15px;
    font-weight: 600;
        padding: 0;
}
.ContactArea .ContactRight li a {
    text-decoration: none;
    color: #8c8c8c;
}

.ContactArea .ContactRight li:hover .RoundIcon {
    background-color: #fff;
    color: #ff5926;
    transition: 1s;
    transform: rotate(360deg);
}

/*contact-us*/

.case-std-a {
    text-decoration: none !important;
    color: #272727;
}
.case-std-a:hover{
    color: #272727;
}



@media only screen and (min-width:420px) {
.tenc-portfolio-entry-functionalities-wrapper {
	min-height: 730px
}
}

@media only screen and (min-width:768px) {
.tenc-portfolio-entry-functionalities-wrapper {
	min-height: 850px
}
}

@media only screen and (min-width:1024px) {
.tenc-portfolio-entry-functionalities-wrapper {
	min-height: 750px;
	padding-top: 100px
}
}

@media only screen and (min-width:1920px) {
.tenc-portfolio-entry-functionalities-wrapper {
	min-height: 950px;
}
}
@media only screen and (max-width:1570px) {
#marketing section.light.grey {
    display: none !important;
}
}
@media only screen and (max-width:991px){
    .contactme-form .phone {
    width: 100%;
    float: right;
}
.gameRightImg {
    display: none;
}
.process-m-div{
    flex-direction:column;
}

section.homeBody .processBody img {
    padding: 50px 0px 0 0px !important;
}
.mb-3:after, .mb-4:after{
    display:none;
}
#marketing #notifications .row.push-cont {
    flex-direction: column;
}

}
@media only screen and (max-width:768px) {
.tenc-portfolio-entry-functionalities-wrapper--trusted-mail-case-study {
	min-height: 730px
}
section.inner_slider.processHeader {
    min-height: 55vh;
}

}

@media only screen and (max-width:420px) {
.tenc-portfolio-entry-functionalities-wrapper--trusted-mail-case-study {
	min-height: 840px
}
}
.tenc-portfolio-entry-functionalities-box {
	width: 75vw;
	position: absolute;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	box-shadow: 0 42px 64px 0 #e7e7ec;
	height: 600px
}

@media only screen and (min-width:420px) {
.tenc-portfolio-entry-functionalities-box {
	height: 630px
}
}

@media only screen and (min-width:768px) {
.tenc-portfolio-entry-functionalities-box {
	height: 750px
}

}

@media only screen and (min-width:1024px) {
.tenc-portfolio-entry-functionalities-box {
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 500px
}
}

@media only screen and (min-width:1920px) {
.tenc-portfolio-entry-functionalities-box {
	height: 650px
}
}

@media only screen and (min-width:768px) {
.tenc-portfolio-entry-functionalities-box__swiper {
	display: block;
	position: absolute;
	cursor: pointer;
	height: 750px;
	width: 150px;
	background: #4e5571;
	opacity: 0;
	transition: all .25s ease
}
.tenc-portfolio-entry-functionalities-box__swiper:after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	top: 50%;
	left: 50%;
	border-style: solid;
	border-color: #fff;
	border-width: 2px 2px 0 0;
	position: absolute;
	transform-origin: 50% 50%
}
.tenc-portfolio-entry-functionalities-box__swiper--left {
	left: 0
}
.tenc-portfolio-entry-functionalities-box__swiper--left:after {
	transform: rotate(-135deg);
	margin: -15px 0 0 -10px
}
.tenc-portfolio-entry-functionalities-box__swiper--right {
	right: 0
}
.tenc-portfolio-entry-functionalities-box__swiper--right:after {
	transform: rotate(45deg);
	margin: -15px 0 0 -20px
}
.tenc-portfolio-entry-functionalities-box__swiper:hover {
	opacity: .7
}
}

@media only screen and (min-width:1024px) {
.tenc-portfolio-entry-functionalities-box__swiper {
	height: 500px
}
}

@media only screen and (min-width:1920px) {
.tenc-portfolio-entry-functionalities-box__swiper {
	height: 650px
}
}
.tenc-portfolio-entry-functionalities-box .swipe-for-more, .tenc-portfolio-entry-functionalities-box:first-of-type .tenc-portfolio-entry-functionalities-box__swiper--left, .tenc-portfolio-entry-functionalities-box:nth-of-type(3) .tenc-portfolio-entry-functionalities-box__swiper--right {
	display: none
}
.tenc-portfolio-entry-functionalities-box:first-of-type>:first-child {
	position: relative
}
.tenc-portfolio-entry-functionalities-box:first-of-type>:first-child .swipe-for-more {
	display: block;
	position: absolute;
	top: 15px;
	right: 0;
	text-transform: uppercase;
	font-size: 8px;
	font-size: .8rem;
	font-family: BioSans-SemiBold, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #7a7981;
	width: 53px;
	letter-spacing: .5px
}

@media only screen and (min-width:768px) {
.tenc-portfolio-entry-functionalities-box:first-of-type>:first-child .swipe-for-more {
	display: none
}
}
.tenc-portfolio-entry-functionalities-box:first-of-type>:first-child:after {
	content: "";
	display: block;
	position: absolute;
	top: 42px;
	right: -40px;
	height: 2px;
	width: 94px;
	background: #5e1fe4;
	letter-spacing: .3px
}

@media only screen and (min-width:768px) {
.tenc-portfolio-entry-functionalities-box:first-of-type>:first-child:after {
	display: none
}
}
.tenc-portfolio-entry-functionalities-box-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px;
	-ms-flex-order: 2;
	order: 2;
	position: relative
}

@media only screen and (min-width:1024px) {
.tenc-portfolio-entry-functionalities-box-content {
	padding: 0 40px;
	-ms-flex-order: 1;
	order: 1;
	width: 65%
}
}

@media only screen and (min-width:1366px) {
.tenc-portfolio-entry-functionalities-box-content {
	padding: 0 90px
}
}

@media only screen and (min-width:1920px) {
.tenc-portfolio-entry-functionalities-box-content {
	width: 45%
}
}
.tenc-portfolio-entry-functionalities-box-image {
	-ms-flex-order: 1;
	order: 1
}

@media only screen and (min-width:1024px) {
.tenc-portfolio-entry-functionalities-box-image {
	-ms-flex-order: 2;
	order: 2
}
}
.tenc-portfolio-entry-functionalities-box-image--mobile {
	max-width: 100%;
	width: 100%
}

@media only screen and (min-width:1024px) {
.tenc-portfolio-entry-functionalities-box-image--mobile {
	display: none
}
}
.tenc-portfolio-entry-functionalities-box-image--tablet {
	display: none
}

@media only screen and (min-width:1024px) {
.tenc-portfolio-entry-functionalities-box-image--tablet {
	height: 100%;
	display: block
}
}

@media only screen and (min-width:1366px) {
.tenc-portfolio-entry-functionalities-box-image--tablet {
	display: none
}
}
.tenc-portfolio-entry-functionalities-box-image--desktop {
	height: 100%
}

@media only screen and (max-width:1365px) {
.tenc-portfolio-entry-functionalities-box-image--desktop {
	display: none
}
}

@media only screen and (min-width:1920px) {
.tenc-portfolio-entry-functionalities-copy {
	font-size: 18px
}
}
.tenc-portfolio-entry-functionalities-title {
	margin-left: 70px;
	position: relative;
	line-height: 1
}

@media only screen and (min-width:1366px) {
.tenc-portfolio-entry-functionalities-title {
	font-size: 40px
}
}

@media only screen and (min-width:1920px) {
.tenc-portfolio-entry-functionalities-title {
	font-size: 55px
}
}
.tenc-portfolio-entry-functionalities-title:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -70px;
	width: 52px;
	height: 50px;
	background: #f2f2f4
}
.tenc-portfolio-entry-functionalities-title:after {
	counter-increment: b;
	content: counter(b);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -49px;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: BioSans-SemiBold, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #5e1fe4
}
.tenc-portfolio-entry-functionalities .tenc-swiper-tool__controller {
	top: 640px
}

@media only screen and (min-width:420px) {
.tenc-portfolio-entry-functionalities .tenc-swiper-tool__controller {
	top: 700px
}
}

@media only screen and (min-width:768px) {
.tenc-portfolio-entry-functionalities .tenc-swiper-tool__controller {
	top: 780px
}
}

@media only screen and (min-width:1024px) {
.tenc-portfolio-entry-functionalities .tenc-swiper-tool__controller {
	top: 570px
}
}

@media only screen and (min-width:1920px) {
.tenc-portfolio-entry-functionalities .tenc-swiper-tool__controller {
	top: 720px
}
}

@media only screen and (max-width:768px) {
.tenc-portfolio-entry-functionalities--trusted-mail-case-study .tenc-portfolio-entry-functionalities-box {
	height: 690px
}
#contact-us .form-group {
    display: block;
}
.contactme-form .phone {
    width: 100%;
    float: right;
}
}

@media only screen and (max-width:420px) {
.tenc-portfolio-entry-functionalities--trusted-mail-case-study .tenc-portfolio-entry-functionalities-box {
	height: 820px
}
}

@media only screen and (max-width:768px) {
.tenc-portfolio-entry-functionalities--trusted-mail-case-study .tenc-swiper-tool__controller {
	top: 730px
}
}

@media only screen and (max-width:420px) {
.tenc-portfolio-entry-functionalities--trusted-mail-case-study .tenc-swiper-tool__controller {
	top: 850px
}
}
.tenc-portfolio-entry-functionalities-box:first-of-type {
 left: calc(0 * 75vw + 0 * 40px)
}

@media only screen and (min-width:1920px) {
.tenc-portfolio-entry-functionalities-box:first-of-type {
 left: calc(0 * 75vw + 0 * 40px)
}
}
.tenc-portfolio-entry-functionalities-box:nth-of-type(2) {
 left: calc(1 * 75vw + 1 * 40px)
}

@media only screen and (min-width:1920px) {
.tenc-portfolio-entry-functionalities-box:nth-of-type(2) {
 left: calc(1 * 75vw + 1 * 40px)
}
}
.tenc-portfolio-entry-functionalities-box:nth-of-type(3) {
 left: calc(2 * 75vw + 2 * 40px)
}

@media only screen and (min-width:1920px) {
.tenc-portfolio-entry-functionalities-box:nth-of-type(3) {
 left: calc(2 * 75vw + 2 * 40px)
}
}
.tenc-portfolio-entry-intro {
	padding-bottom: 100px
}
.tenc-portfolio-entry-intro--trustedmail, .tenc-portfolio-entry-intro--truststamp {
	padding-bottom: 0
}

@media only screen and (min-width:768px) {
.tenc-portfolio-entry-intro--trustedmail, .tenc-portfolio-entry-intro--truststamp {
	padding-bottom: 100px
}
}

@media only screen and (min-width:768px) {
.tenc-portfolio-entry-intro--trustedmail .tenc-portfolio-entry-intro__info, .tenc-portfolio-entry-intro--truststamp .tenc-portfolio-entry-intro__info {
	margin: 90px 0 0
}
}

@media only screen and (min-width:768px) {
.tenc-portfolio-entry-intro {
	padding-bottom: 250px;
	display: -ms-flexbox;
	display: flex;
	min-height: 800px
}
}
.tenc-portfolio-entry-intro-wrapper {
	min-height: 100%;
	padding: 100px 0 0;
	background-image: linear-gradient(193deg, #110827, #100727);
	color: #fff;
	position: relative
}

@media only screen and (min-width:1024px) {
.tenc-portfolio-entry-intro-wrapper {
	min-height: 100vh
}
}
.tenc-portfolio-entry-intro .tenc-heading {
	padding: 20px 0
}
.tenc-portfolio-entry-intro--left {
	min-height: 100%;
	width: 100%
}

@media only screen and (min-width:768px) {
.tenc-portfolio-entry-intro--left {
	width: 50%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100vh - 350px)
}
}

@media only screen and (min-width:768px) {
.tenc-portfolio-entry-intro--right {
	width: 50%;
	position: absolute;
	top: 100px;
	height: 100%;
	right: 0;
	display: block
}
}
.tenc-portfolio-entry-intro--right--mobile {
	width: 100%;
	height: 360px
}

@media only screen and (min-width:768px) {
.tenc-portfolio-entry-intro--right--mobile {
	display: none
}
}
.tenc-portfolio-entry-intro-app-logo {
	height: auto;
	max-height: 70px;
	width: 100px
}
.tenc-portfolio-entry-intro-app-logo--trustedmail, .tenc-portfolio-entry-intro-app-logo--truststamp {
	width: 180px
}
.tenc-portfolio-entry-intro__info {
	width: 90%;
	margin: 50px 0
}
.tenc-portfolio-entry-intro__info-heading {
	padding: 30px 0
}

@media only screen and (min-width:768px) {
.tenc-portfolio-entry-intro__info-heading {
	padding: 60px 0
}
}
.tenc-portfolio-entry-intro__info-stats {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (min-width:1366px) {
.tenc-portfolio-entry-intro__info-stats {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
}
.tenc-portfolio-entry-intro__info-stats-item {
	margin-right: 45px;
	margin-left: 25px;
	position: relative
}
.tenc-portfolio-entry-intro__info-stats-item:before {
	content: "";
	position: absolute;
	width: 5px;
	height: 5px;
	border-radius: 8px;
	border: 2px solid #7142eb;
	background: transparent;
	display: inline-block;
	left: -25px;
	top: 21px
}

@media only screen and (min-width:768px) {
.tenc-portfolio-entry-intro__info-stats-item:before {
	top: 22px
}
}

@media only screen and (min-width:1920px) {
.tenc-portfolio-entry-intro__info-stats-item:before {
	top: 29px
}
}
.tenc-portfolio-entry-intro__info-stats-item-stat {
	font-size: 40px;
	font-size: 4rem;
	font-family: BioSans-Light, sans-serif;
	font-style: normal;
	font-weight: 400
}

@media only screen and (min-width:1024px) {
.tenc-portfolio-entry-intro__info-stats-item-stat {
	letter-spacing: -2px;
	line-height: 1.19
}
}

@media only screen and (min-width:1366px) {
.tenc-portfolio-entry-intro__info-stats-item-stat {
	font-size: 38px;
	font-size: 3.8rem;
	font-family: BioSans-Light, sans-serif;
	font-style: normal;
	font-weight: 400
}
}

@media only screen and (min-width:1920px) {
.tenc-portfolio-entry-intro__info-stats-item-stat {
	font-size: 50px;
	font-size: 5rem;
	font-family: BioSans-Light, sans-serif;
	font-style: normal;
	font-weight: 400
}
}
.tenc-portfolio-entry-intro__info-stats-item-title {
	margin-top: 5px;
	font-size: 11px;
	font-size: 1.1rem;
	font-family: BioSans-Bold, sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: .8px;
	text-transform: uppercase
}
.tenc-portfolio-entry-overview {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start
}

@media only screen and (min-width:768px) {
.tenc-portfolio-entry-overview {
	padding: 40px 25px
}
}

@media only screen and (min-width:1024px) {
.tenc-portfolio-entry-overview {
	padding: 70px 50px
}
}
.tenc-portfolio-entry-overview-wrapper {
	background: #fff;
	color: #000;
	position: relative;
	margin-top: 50px
}

@media only screen and (min-width:768px) {
.tenc-portfolio-entry-overview-wrapper {
	margin-top: -200px;
	box-shadow: 0 42px 64px 0 rgba(0, 0, 0, .05)
}
}
.tenc-portfolio-entry-overview__main-info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 90%;
	margin-top: 40px
}
.tenc-portfolio-entry-overview__main-info>div {
	width: 100%;
	margin: 20px 0
}

@media only screen and (min-width:768px) {
.tenc-portfolio-entry-overview__main-info>div {
	width: 45%;
	margin: 0 0 10px
}
}

@media only screen and (min-width:1920px) {
.tenc-portfolio-entry-overview__main-info>div {
	width: 23%
}
}
.tenc-portfolio-entry-overview__main-info-wrapper {
	width: 100%
}

@media only screen and (min-width:1024px) {
.tenc-portfolio-entry-overview__main-info-wrapper {
	width: 60%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: distribute;
	justify-content: space-around
}
}

@media only screen and (min-width:1366px) {
.tenc-portfolio-entry-overview__main-info-wrapper {
	width: 70%
}
}
.tenc-portfolio-entry-overview-industry {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	margin-top: 30px
}

@media only screen and (min-width:1024px) {
.tenc-portfolio-entry-overview-industry {
	margin-top: 0;
	width: 30%
}
}

@media only screen and (min-width:1366px) {
.tenc-portfolio-entry-overview-industry {
	width: 20%
}
}
.tenc-portfolio-entry-overview-industry-name {
	font-size: 18px;
	font-size: 1.8rem;
	font-family: BioSans-Bold, sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 2px;
	color: #7142eb;
	text-transform: uppercase;
	margin-top: 20px
}
.tenc-portfolio-entry-overview-industry__image-wrapper {
	padding: 50px 80px;
	background-color: #f2f2f4;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}
.tenc-portfolio-entry-problem-solution {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 100px 0;
	position: relative
}

@media only screen and (min-width:1024px) {
.tenc-portfolio-entry-problem-solution {
	height: 700px;
	-ms-flex-align: center;
	align-items: center
}
}
.tenc-portfolio-entry-problem-solution-wrapper {
	background: #fff;
	color: #000;
	position: relative
}
.tenc-portfolio-entry-problem-solution__image {
	position: absolute
}

@media only screen and (min-width:1024px) {
.tenc-portfolio-entry-problem-solution__image {
	top: 100px;
	left: -300px
}
}

@media only screen and (min-width:1366px) {
.tenc-portfolio-entry-problem-solution__image {
	left: -100px
}
}

@media only screen and (min-width:1920px) {
.tenc-portfolio-entry-problem-solution__image {
	left: 0
}
}
.tenc-portfolio-entry-problem-solution__image img {
	display: none;
	max-width: 100%
}

@media only screen and (min-width:1024px) {
.tenc-portfolio-entry-problem-solution__image img {
	display: block
}
}

@media only screen and (min-width:1024px) {
.tenc-portfolio-entry-problem-solution__image--adshares-case-study {
	left: -450px;
	top: 70px
}
}

@media only screen and (min-width:1366px) {
.tenc-portfolio-entry-problem-solution__image--adshares-case-study {
	left: -280px
}
}

@media only screen and (min-width:1680px) {
.tenc-portfolio-entry-problem-solution__image--adshares-case-study {
	left: -140px
}
}

@media only screen and (min-width:1920px) {
.tenc-portfolio-entry-problem-solution__image--adshares-case-study {
	left: -170px
}
}
.tenc-portfolio-entry-problem-solution__image--adshares-case-study img {
	max-height: 550px
}

@media only screen and (min-width:1366px) {
.tenc-portfolio-entry-problem-solution__image--adshares-case-study img {
	max-height: 590px
}
}

@media only screen and (min-width:1024px) {
.tenc-portfolio-entry-problem-solution__image--goseqit-case-study {
	left: -310px
}
}

@media only screen and (min-width:1366px) {
.tenc-portfolio-entry-problem-solution__image--goseqit-case-study {
	left: -100px
}
}

@media only screen and (min-width:1650px) {
.tenc-portfolio-entry-problem-solution__image--goseqit-case-study {
	left: 0
}
}
.tenc-portfolio-entry-problem-solution__image--goseqit-case-study img {
	max-height: 600px
}

@media only screen and (min-width:1500px) {
.tenc-portfolio-entry-problem-solution__image--trust-stamp-case-study {
	left: 0
}
}
.tenc-portfolio-entry-problem-solution__image--trust-stamp-case-study img {
	max-height: 520px
}

@media only screen and (min-width:1500px) {
.tenc-portfolio-entry-problem-solution__image--trusted-mail-case-study {
	left: 0
}
}
.tenc-portfolio-entry-problem-solution__image--trusted-mail-case-study img {
	box-shadow: 0 0 54px rgba(0, 0, 0, .05);
	max-width: 86%
}

@media only screen and (min-width:1366px) {
.tenc-portfolio-entry-problem-solution__image--trusted-mail-case-study img {
	max-width: 90%
}
}

@media only screen and (min-width:1920px) {
.tenc-portfolio-entry-problem-solution__image--trusted-mail-case-study img {
	max-width: 94%
}
}

@media only screen and (min-width:1024px) {
.tenc-portfolio-entry-problem-solution__image--royals-case-study {
	left: -350px
}
}

@media only screen and (min-width:1366px) {
.tenc-portfolio-entry-problem-solution__image--royals-case-study {
	left: -100px
}
}

@media only screen and (min-width:1650px) {
.tenc-portfolio-entry-problem-solution__image--royals-case-study {
	left: 0
}
}

@media only screen and (min-width:1920px) {
.tenc-portfolio-entry-problem-solution__image--royals-case-study {
	left: 0
}
}
.tenc-portfolio-entry-problem-solution__image--royals-case-study img {
	max-height: 420px
}

@media only screen and (min-width:1024px) {
.tenc-portfolio-entry-problem-solution__image--iplay-case-study {
	top: 60px
}
}

@media only screen and (min-width:1650px) {
.tenc-portfolio-entry-problem-solution__image--iplay-case-study {
	left: 0
}
}

@media only screen and (min-width:1750px) {
.tenc-portfolio-entry-problem-solution__image--zapp-case-study {
	left: 0
}
}

@media only screen and (min-width:1650px) {
.tenc-portfolio-entry-problem-solution__image--glucosemama-case-study {
	left: 0
}
}
.tenc-portfolio-entry-problem-solution__content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

@media only screen and (min-width:1024px) {
.tenc-portfolio-entry-problem-solution__content {
	margin-left: 45%
}
}

@media only screen and (min-width:1366px) {
.tenc-portfolio-entry-problem-solution__content {
	margin-left: 55%
}
}

@media only screen and (min-width:1920px) {
.tenc-portfolio-entry-problem-solution__content {
	-ms-flex-direction: row;
	flex-direction: row;
	margin-left: 45%
}
}
.tenc-portfolio-entry-problem-solution__content__button--mobile {
	color: #5e1fe4;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px
}

@media only screen and (min-width:1920px) {
.tenc-portfolio-entry-problem-solution__content__button--mobile {
	display: none
}
}
.tenc-portfolio-entry-problem-solution__content__button--mobile:hover {
	color: #fff
}
.tenc-portfolio-entry-problem-solution__content__button--desktop {
	color: #5e1fe4;
	display: none;
	margin-top: 40px
}

@media only screen and (min-width:1920px) {
.tenc-portfolio-entry-problem-solution__content__button--desktop {
	display: -ms-flexbox;
	display: flex
}
}
.tenc-portfolio-entry-problem-solution__content__button--desktop:hover {
	color: #fff
}

@media only screen and (min-width:1920px) {
.tenc-portfolio-entry-problem-solution__item {
	margin: 0 50px 0 0
}
}

@media only screen and (min-width:768px) {
.tenc-portfolio-entry-intro--right--adshares {
	background-image: linear-gradient(180deg, #eceff6, #d4d9e5)
}
}
.tenc-portfolio-entry-intro--right--adshares--mobile {
	background-image: linear-gradient(180deg, #eceff6, #d4d9e5)
}
.tenc-portfolio-entry-intro--right--adshares>img {
	position: absolute;
	max-height: 300px;
	right: 50%;
	transform: translateX(50%);
	margin-top: 160px
}

@media only screen and (min-width:768px) {
.tenc-portfolio-entry-intro--right--adshares>img {
	margin-top: 0;
	right: -240px;
	transform: translateX(0);
	top: 150px;
	max-height: 420px
}
}

@media only screen and (min-width:1024px) {
.tenc-portfolio-entry-intro--right--adshares>img {
	top: 40%;
	transform: translateY(-50%);
	max-height: 450px
}
}

@media only screen and (min-width:1366px) {
.tenc-portfolio-entry-intro--right--adshares>img {
	max-height: 600px
}
}

@media only screen and (min-width:1920px) {
.tenc-portfolio-entry-intro--right--adshares>img {
	right: -20px;
	top: 42%;
	max-height: 650px
}
}

@media only screen and (min-width:2500px) {
.tenc-portfolio-entry-intro--right--adshares>img {
	max-height: 60vh;
	right: 0
}
}

@media only screen and (min-width:768px) {
.tenc-portfolio-entry-intro--right--glucosemama {
	background-image: linear-gradient(126deg, #8eadfd, #acd8fa)
}
}
.tenc-portfolio-entry-intro--right--glucosemama--mobile {
	background-image: linear-gradient(126deg, #8eadfd, #acd8fa)
}
.tenc-portfolio-entry-intro--right--glucosemama>img {
	position: absolute
}
.tenc-portfolio-entry-intro--right--glucosemama>img:first-of-type {
	max-height: 400px;
	margin-left: 100px;
	margin-top: 100px
}

@media only screen and (min-width:768px) {
.tenc-portfolio-entry-intro--right--glucosemama>img:first-of-type {
	margin-top: 0;
	margin-left: 0;
	right: -100px;
	top: 50px;
	max-height: 700px
}
}

@media only screen and (min-width:1024px) {
.tenc-portfolio-entry-intro--right--glucosemama>img:first-of-type {
	right: -150px;
	top: 100px;
	max-height: 600px
}
}

@media only screen and (min-width:1366px) {
.tenc-portfolio-entry-intro--right--glucosemama>img:first-of-type {
	right: -50px;
	top: 50px;
	max-height: 600px
}
}

@media only screen and (min-width:1920px) {
.tenc-portfolio-entry-intro--right--glucosemama>img:first-of-type {
	right: -250px;
	top: 0;
	max-height: 1000px
}
}

@media only screen and (min-width:2500px) {
.tenc-portfolio-entry-intro--right--glucosemama>img:first-of-type {
	max-height: 90vh;
	height: 90vh
}
}
.tenc-portfolio-entry-intro--right--glucosemama>img:nth-of-type(2) {
	max-height: 200px;
	margin-top: 120px;
	margin-left: -50px
}

@media only screen and (min-width:768px) {
.tenc-portfolio-entry-intro--right--glucosemama>img:nth-of-type(2) {
	display: none
}
}

@media only screen and (min-width:1024px) {
.tenc-portfolio-entry-intro--right--glucosemama>img:nth-of-type(2) {
	margin-top: 0;
	margin-left: 0;
	display: block;
	left: -50px;
	max-height: 450px
}
}

@media only screen and (min-width:1366px) {
.tenc-portfolio-entry-intro--right--glucosemama>img:nth-of-type(2) {
	max-height: 500px
}
}

@media only screen and (min-width:1920px) {
.tenc-portfolio-entry-intro--right--glucosemama>img:nth-of-type(2) {
	left: 0;
	max-height: 650px
}
}

@media only screen and (min-width:2500px) {
.tenc-portfolio-entry-intro--right--glucosemama>img:nth-of-type(2) {
	max-height: 65vh;
	height: 65vh
}
}

@media only screen and (min-width:768px) {
.tenc-portfolio-entry-intro--right--goseqit {
	background-image: linear-gradient(45deg, #efcd87, #f6b659)
}
}
.tenc-portfolio-entry-intro--right--goseqit--mobile {
	background-image: linear-gradient(45deg, #efcd87, #f6b659)
}
.tenc-portfolio-entry-intro--right--goseqit>img {
	position: absolute;
	max-height: 250px;
	right: calc(50% - 300px);
	margin: 155px 80px 0 0
}

@media only screen and (min-width:768px) {
.tenc-portfolio-entry-intro--right--goseqit>img {
	margin-top: 0;
	margin-left: 0;
	right: -200px;
	top: 150px;
	max-height: 420px
}
}

@media only screen and (min-width:1024px) {
.tenc-portfolio-entry-intro--right--goseqit>img {
	top: 100px;
	max-height: 470px
}
}

@media only screen and (min-width:1366px) {
.tenc-portfolio-entry-intro--right--goseqit>img {
	max-height: 500px
}
}

@media only screen and (min-width:1650px) {
.tenc-portfolio-entry-intro--right--goseqit>img {
	right: -30px
}
}

@media only screen and (min-width:1920px) {
.tenc-portfolio-entry-intro--right--goseqit>img {
	max-height: 610px;
	right: -60px;
	top: 30px
}
}

@media only screen and (min-width:768px) {
.tenc-portfolio-entry-intro--right--iplay {
	background-image: linear-gradient(190deg, #fff, #a3a3b8)
}
}
.tenc-portfolio-entry-intro--right--iplay--mobile {
	background-image: linear-gradient(193deg, #110827, #100727)
}
.tenc-portfolio-entry-intro--right--iplay>img {
	max-height: 420px;
	position: absolute;
	right: calc(50% - 230px);
	transform: translateY(-10px)
}

@media only screen and (min-width:768px) {
.tenc-portfolio-entry-intro--right--iplay>img {
	left: 0;
	max-height: 600px;
	right: 0;
	top: 100px;
	transform: translateY(0)
}
}

@media only screen and (min-width:1024px) {
.tenc-portfolio-entry-intro--right--iplay>img {
	max-height: 700px
}
}

@media only screen and (min-width:1366px) {
.tenc-portfolio-entry-intro--right--iplay>img {
	max-height: 90%;
	top: 0
}
}
.tenc-portfolio-entry-intro-app-logo--iplay {
	display: none
}

@media only screen and (min-width:1920px) {
.tenc-portfolio-entry-problem-solution__item--iplay {
	margin: 0 50px
}
}

@media only screen and (min-width:1024px) {
.tenc-portfolio-entry-problem-solution__image--iplay-case-study {
	max-width: 70%
}
}

@media only screen and (min-width:1366px) {
.tenc-portfolio-entry-problem-solution__image--iplay-case-study {
	max-width: 55%
}
}

@media only screen and (min-width:768px) {
.tenc-portfolio-entry-intro--right--royals {
	background-image: linear-gradient(135deg, #f8edda, #fed6a6)
}
}
.tenc-portfolio-entry-intro--right--royals--mobile {
	background-image: linear-gradient(135deg, #f8edda, #fed6a6)
}
.tenc-portfolio-entry-intro--right--royals>img {
	position: absolute;
	max-height: 280px;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 150px
}

@media only screen and (min-width:768px) {
.tenc-portfolio-entry-intro--right--royals>img {
	margin-top: 0;
	max-height: 540px;
	top: 40%;
	transform: translate(-50%, -50%)
}
}

@media only screen and (min-width:1024px) {
.tenc-portfolio-entry-intro--right--royals>img {
	max-height: 600px
}
}

@media only screen and (min-width:1366px) {
.tenc-portfolio-entry-intro--right--royals>img {
	max-height: 680px;
	margin-top: 20px
}
}

@media only screen and (min-width:1920px) {
.tenc-portfolio-entry-intro--right--royals>img {
	margin-top: 90px;
	max-height: 830px
}
}

@media only screen and (min-width:768px) {
.tenc-portfolio-entry-intro--right--truststamp {
	background-image: linear-gradient(305deg, #0e8d5f 50%, #3fec84)
}
}
.tenc-portfolio-entry-intro--right--truststamp--mobile {
	background-image: linear-gradient(305deg, #0e8d5f 50%, #3fec84);
	height: 360px
}
.tenc-portfolio-entry-intro--right--truststamp>img {
	position: absolute;
	max-height: 370px;
	margin-left: calc(100% - 350px);
	margin-top: 55px
}

@media only screen and (min-width:768px) {
.tenc-portfolio-entry-intro--right--truststamp>img {
	margin-top: 0;
	margin-left: 0;
	right: 0;
	top: 150px;
	max-height: 400px
}
}

@media only screen and (min-width:1024px) {
.tenc-portfolio-entry-intro--right--truststamp>img {
	top: 45%;
	max-height: 520px;
	transform: translateY(-50%)
}
}

@media only screen and (min-width:1366px) {
.tenc-portfolio-entry-intro--right--truststamp>img {
	max-height: 650px
}
}

@media only screen and (min-width:1920px) {
.tenc-portfolio-entry-intro--right--truststamp>img {
	top: 48%;
	max-height: 780px
}
}

@media only screen and (min-width:2500px) {
.tenc-portfolio-entry-intro--right--truststamp>img {
	max-height: 80vh;
	height: 80vh
}
}

@media only screen and (min-width:4000px) {
.tenc-portfolio-entry-intro--right--truststamp>img {
	top: 200px
}
}

@media only screen and (min-width:768px) {
.tenc-portfolio-entry-intro--right--trustedmail {
	background-image: linear-gradient(45deg, #dbe2ec, #8e97a6)
}
}
.tenc-portfolio-entry-intro--right--trustedmail--mobile {
	background-image: linear-gradient(45deg, #dbe2ec, #8e97a6);
	height: 440px
}
.tenc-portfolio-entry-intro--right--trustedmail>img {
	position: absolute;
	max-height: 370px;
	transform: translateX(-50%);
	left: 50%;
	margin-top: 60px
}

@media only screen and (min-width:768px) {
.tenc-portfolio-entry-intro--right--trustedmail>img {
	margin-top: 0;
	margin-left: 0;
	right: 0;
	top: 110px;
	max-height: 450px
}
}

@media only screen and (min-width:1024px) {
.tenc-portfolio-entry-intro--right--trustedmail>img {
	top: 70px;
	max-height: 600px
}
}

@media only screen and (min-width:1366px) {
.tenc-portfolio-entry-intro--right--trustedmail>img {
	top: 80px;
	max-height: 720px
}
}

@media only screen and (min-width:1920px) {
.tenc-portfolio-entry-intro--right--trustedmail>img {
	max-height: 750px
}
}

@media only screen and (min-width:2500px) {
.tenc-portfolio-entry-intro--right--trustedmail>img {
	top: 100px;
	max-height: 80vh;
	height: 80vh
}
}

@media only screen and (min-width:4000px) {
.tenc-portfolio-entry-intro--right--trustedmail>img {
	top: 200px
}
}

@media only screen and (min-width:768px) {
.tenc-portfolio-entry-intro--right--zapp {
	background-image: linear-gradient(90deg, #00b85a, #00de6c)
}
}
.tenc-portfolio-entry-intro--right--zapp--mobile {
	background-image: linear-gradient(90deg, #00b85a, #00de6c)
}
.tenc-portfolio-entry-intro--right--zapp>img {
	max-height: 420px;
	position: absolute;
	right: calc(50% - 230px);
	margin-top: 90px
}

@media only screen and (min-width:768px) {
.tenc-portfolio-entry-intro--right--zapp>img {
	left: -90px;
	max-height: 600px;
	top: 20px
}
}

@media only screen and (min-width:1024px) {
.tenc-portfolio-entry-intro--right--zapp>img {
	max-height: 700px;
	left: -130px
}
}

@media only screen and (min-width:1366px) {
.tenc-portfolio-entry-intro--right--zapp>img {
	max-height: 90%;
	top: -60px
}
}
.tenc-portfolio-entry-intro-app-logo--zapp {
	display: none
}

@media only screen and (min-width:1920px) {
.tenc-portfolio-entry-problem-solution__item--zapp {
	margin: 0 50px
}
}

@media only screen and (min-width:1024px) {
.tenc-portfolio-entry-problem-solution__image--zapp-case-study {
	max-width: 70%
}
}

@media only screen and (min-width:1366px) {
.tenc-portfolio-entry-problem-solution__image--zapp-case-study {
	max-width: 55%
}
}
.tenc-case-studies--simple {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 30px 0
}

@media only screen and (min-width:768px) {
.tenc-case-studies--simple {
	-ms-flex-direction: row;
	flex-direction: row
}
}
.tenc-case-studies--simple-wrapper {
	background: #fff;
	color: #000;
	padding: 70px 0
}

@media only screen and (min-width:1024px) {
.tenc-case-studies--simple-wrapper {
	padding: 70px 0 100px
}
}
.tenc-case-studies--simple__item {
	width: 100%;
	margin: 30px 0;
	overflow: hidden
}
.tenc-case-studies--simple__item .tenc-simple-portfolio-entry-preheading {
	margin-right: 8px
}
.tenc-case-studies--simple__item-background {
	height: 330px;
	width: auto;
	margin-bottom: 20px;
	transition: all .2s ease;
	position: relative;
	overflow: hidden
}

@media only screen and (min-width:768px) {
.tenc-case-studies--simple__item-background {
	height: 300px
}
}

@media only screen and (min-width:1024px) {
.tenc-case-studies--simple__item-background {
	height: 230px
}
}

@media only screen and (min-width:1366px) {
.tenc-case-studies--simple__item-background {
	height: 280px
}
}

@media only screen and (min-width:1920px) {
.tenc-case-studies--simple__item-background {
	height: 390px
}
}
.tenc-case-studies--simple__item-background img.app-preview {
	height: inherit;
	position: absolute
}
.tenc-case-studies--simple__item-background img.app-preview.left {
	left: 0
}
.tenc-case-studies--simple__item-background img.app-preview.center {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}
.tenc-case-studies--simple__item-background img.app-preview.right {
	right: 0
}
.tenc-case-studies--simple__item-background img.app-preview.adshares {
	height: 86%;
	top: 8%
}
.tenc-case-studies--simple__item-background img.app-preview.ets {
	height: 90%;
	top: 10%
}
.tenc-case-studies--simple__item-background img.app-preview.trusted-mail {
	top: calc(50% + 20px)
}
.tenc-case-studies--simple__item-background img.app-preview.royals {
	margin-top: 20px
}
.tenc-case-studies--simple__item-background>.tenc-arrow {
	opacity: 0;
	transition: all .2s ease;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 30px;
	width: 66px
}
.tenc-case-studies--simple__item-background:hover>.tenc-arrow {
	opacity: 1
}
.tenc-case-studies--simple__item-background--callersmart {
	background: linear-gradient(52deg, #0079d5, #1e9bfa)
}
.tenc-case-studies--simple__item-background--timeion {
	background: linear-gradient(39deg, #f47e6e, #fcbc74)
}
.tenc-case-studies--simple__item-background--zapp {
	background: linear-gradient(90deg, #00b85a, #00de6c)
}
.tenc-case-studies--simple__item-background--glucosemama {
	background: linear-gradient(90deg, #a0bafd, #acd8fa)
}
.tenc-case-studies--simple__item-background--adshares {
	background: linear-gradient(180deg, #eceff6, #d4d9e5)
}
.tenc-case-studies--simple__item-background--trust-stamp {
	background-image: linear-gradient(305deg, #0e8d5f 50%, #3fec84)
}
.tenc-case-studies--simple__item-background--trusted-mail {
	background-image: linear-gradient(45deg, #dbe2ec, #8e97a6)
}
.tenc-case-studies--simple__item-background--goseqit {
	background: linear-gradient(45deg, #efcd87, #f6b659)
}
.tenc-case-studies--simple__item-background--royals {
	background: linear-gradient(135deg, #f8edda, #fed6a6)
}
.tenc-case-studies--simple__item-background--ets, .tenc-case-studies--simple__item-background--iplay {
	background: #efeff5
}
.tenc-case-studies--simple__item-background--iplay img {
	width: 100%;
	height: auto!important
}
.tenc-case-studies--simple__item-background .tint {
	position: absolute;
	width: 100%;
	height: inherit;
	top: 0;
	left: 0;
	transition: all .2s ease;
	opacity: 0
}
.tenc-case-studies--simple__item-background:hover .tint {
	opacity: .5;
	background: linear-gradient(204deg, #110827, #100727)
}
.tenc-case-studies--simple__item-app-name {
	font-size: 26px;
	font-size: 2.6rem;
	font-family: BioSans-Regular, sans-serif;
	font-style: normal;
	font-weight: 400;
	margin: 20px 0;
	letter-spacing: -.6px
}

@media only screen and (min-width:768px) {
.tenc-case-studies--simple__item {
	width: calc(50% - 40px);
	margin: 30px 20px
}
}

@media only screen and (min-width:1024px) {
.tenc-case-studies--simple__item {
	width: calc(33.33% - 40px);
	margin: 0 20px 30px
}
}
.tenc-case-studies--simple-link {
	margin-top: 15px
}
.tenc-case-studies--simple-more-button {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}

@media only screen and (min-width:768px) {
.tenc-case-studies--simple__shortlist:last-of-type {
	display: none
}
}

@media only screen and (min-width:1024px) {
.tenc-case-studies--simple__shortlist:last-of-type {
	display: block
}
}
.tenc-cs-intro__outer {
	background: #0899fd;
	background: linear-gradient(180deg, #0899fd 0, #1fa3fd 30%, #3eaffd);
	color: #fff;
	padding: 174px 25px 0
}

@media only screen and (min-width:768px) {
.tenc-cs-intro__outer {
	padding: 216px 85px 0
}
.tenc-cs-intro__outer:after {
	background-size: cover;
	content: "";
	height: 296px;
	left: 0;
	position: fixed;
	top: 90px;
	width: 100%
}
}

@media only screen and (min-width:1366px) {
.tenc-cs-intro__outer {
	padding: 285px 150px 0
}
}
.tenc-cs-intro__inner {
	background: #fff;
	color: #000;
	margin: 115px -25px 0;
	padding: 40px 25px 45px;
	position: relative;
	z-index: 0
}
.tenc-cs-intro__inner:before {
	background: url(../images/img-cloud.png) 0 0 no-repeat;
	content: "";
	display: block;
	height: 140px;
	left: 0;
	position: absolute;
	top: -61px;
	width: 224px;
	z-index: -1
}

@media only screen and (min-width:1366px) {
.tenc-cs-intro__inner:before {
	background-image: url(../images/img-cloud-lg.png);
	width: 683px;
	height: 358px;
	top: -140px
}
}

@media only screen and (min-width:768px) {
.tenc-cs-intro__inner {
	margin: 115px -85px 0;
	padding: 90px 85px 0
}
}

@media only screen and (min-width:1024px) {
.tenc-cs-intro__inner {
	padding-right: 45%
}
}

@media only screen and (min-width:1366px) {
.tenc-cs-intro__inner {
	margin: 175px -150px 0;
	padding: 62px 55% 0 152px
}
}

@media only screen and (min-width:1920px) {
.tenc-cs-intro__inner {
	margin-top: 290px;
	padding: 100px 70% 85px 190px
}
}
.tenc-cs-intro__logo {
	margin-bottom: 12px;
	width: 180px
}

@media only screen and (min-width:1024px) {
.tenc-cs-intro__logo {
	width: 275px
}
}

@media only screen and (min-width:1366px) {
.tenc-cs-intro__logo {
	width: 380px
}
}
.tenc-cs-intro__screen {
	margin: 0 auto 39px;
	max-width: 194px
}

@media only screen and (min-width:768px) {
.tenc-cs-intro__screen {
	position: absolute;
	right: 70px;
	top: -337px
}
}

@media only screen and (min-width:1366px) {
.tenc-cs-intro__screen {
	max-width: 100%;
	right: 75px;
	top: -470px
}
}

@media only screen and (min-width:1920px) {
.tenc-cs-intro__screen {
	max-width: 390px;
	right: 220px;
	top: -570px;
	width: 390px
}
}
.tenc-cs-intro__bold {
	font-family: BioSans-SemiBold, sans-serif;
	font-style: normal;
	font-weight: 400
}
.tenc-cs-intro__details-wrapper:after {
	clear: both;
	content: "";
	display: table
}
.tenc-cs-intro__details {
	margin-bottom: 40px
}

@media only screen and (min-width:768px) {
.tenc-cs-intro__details {
	float: left;
	width: 50%
}
.tenc-cs-intro__details:first-of-type {
	padding-right: 40px;
	width: 70%
}
.tenc-cs-intro__details:last-of-type {
	width: 30%
}
}
.tenc-services-sub--callersmart-case-study-story {
	background: #202020;
	position: relative;
	z-index: 1
}

@media only screen and (min-width:768px) {
.tenc-services-sub--callersmart-case-study .tenc-services-sub__service-box {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
	width: 100%
}
}

@media only screen and (min-width:1024px) {
.tenc-services-sub--callersmart-case-study .tenc-services-sub__service-box {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%;
	position: relative;
	width: 50%
}
.tenc-services-sub--callersmart-case-study .tenc-services-sub__service-box:first-of-type {
	left: -15px;
	top: 25px
}
.tenc-services-sub--callersmart-case-study .tenc-services-sub__service-box:nth-of-type(2) {
	left: 40px;
	top: -85px
}
.tenc-services-sub--callersmart-case-study .tenc-services-sub__service-box:nth-of-type(3) {
	-ms-flex-preferred-size: 60%;
	flex-basis: 60%;
	left: 205px;
	max-width: 60%;
	top: 0;
	width: 60%
}
}

@media only screen and (min-width:1366px) {
.tenc-services-sub--callersmart-case-study .tenc-services-sub__service-box {
	-ms-flex-preferred-size: 40%;
	flex-basis: 40%;
	max-width: 40%;
	width: 40%
}
.tenc-services-sub--callersmart-case-study .tenc-services-sub__service-box:first-of-type {
	left: 20px;
	top: -25px
}
.tenc-services-sub--callersmart-case-study .tenc-services-sub__service-box:nth-of-type(2) {
	left: 30px;
	top: -10px
}
.tenc-services-sub--callersmart-case-study .tenc-services-sub__service-box:nth-of-type(3) {
	-ms-flex-preferred-size: 45%;
	flex-basis: 45%;
	max-width: 45%;
	top: -65px;
	width: 45%
}
}

@media only screen and (min-width:1920px) {
.tenc-services-sub--callersmart-case-study .tenc-services-sub__service-box:nth-of-type(3) {
	left: 460px
}
}
.tenc-cs-functionalities {
	background: #191919;
	background: linear-gradient(0deg, #202020 70%, #191919);
	position: relative;
	z-index: 1
}

@media only screen and (min-width:768px) {
.tenc-cs-functionalities {
	background: #202020
}
}

@media only screen and (min-width:1024px) {
.tenc-cs-functionalities__copy {
	width: 50%;
	padding-bottom: 80px
}
}

@media only screen and (min-width:768px) {
.tenc-cs-functionalities__entry {
	overflow: hidden
}
}

@media only screen and (min-width:1024px) {
.tenc-cs-functionalities__entry {
	display: -ms-flexbox;
	display: flex;
	overflow: visible
}
}

@media only screen and (min-width:1024px) {
.tenc-cs-functionalities__entry--right .tenc-cs-functionalities__screen {
	-ms-flex-order: 2;
	order: 2
}
}

@media only screen and (min-width:1024px) {
.tenc-cs-functionalities__entry--right .tenc-cs-functionalities__content {
	-ms-flex-order: 1;
	order: 1
}
}
.tenc-cs-functionalities__entry--bottom {
	padding-bottom: 40px
}
.tenc-cs-functionalities__entry--bottom .tenc-cs-functionalities__screen {
	height: 100%
}

@media only screen and (min-width:768px) {
.tenc-cs-functionalities__entry--bottom {
	padding-top: 80px
}
.tenc-cs-functionalities__entry--bottom .tenc-cs-functionalities__content {
	padding: 0
}
.tenc-cs-functionalities__entry--bottom .tenc-cs-functionalities__screen {
	width: 100%
}
}

@media only screen and (min-width:1024px) {
.tenc-cs-functionalities__entry--bottom {
	padding-top: 0
}
.tenc-cs-functionalities__entry--bottom .tenc-cs-functionalities__screen {
	position: absolute;
	bottom: -10%;
	right: -30%;
	width: 75%
}
}

@media only screen and (min-width:1366px) {
.tenc-cs-functionalities__entry--bottom {
	padding-bottom: 90px;
	margin-top: -90px
}
.tenc-cs-functionalities__entry--bottom .tenc-cs-functionalities__screen {
	width: 60%;
	right: -5%
}
}

@media only screen and (min-width:1920px) {
.tenc-cs-functionalities__entry--bottom .tenc-cs-functionalities__screen {
	bottom: -5%
}
}
.tenc-cs-functionalities__screen {
	display: block;
	width: 100%;
	height: 460px;
	text-align: center;
	margin: 2em auto 0
}
.tenc-cs-functionalities__screen>img {
	max-height: 100%;
	max-width: 100%
}

@media only screen and (min-width:768px) {
.tenc-cs-functionalities__screen {
	width: 50%;
	float: left;
	height: auto
}
}

@media only screen and (min-width:1024px) {
.tenc-cs-functionalities__screen {
	height: 100vh;
	max-height: 600px
}
}

@media only screen and (min-width:1366px) {
.tenc-cs-functionalities__screen {
	width: 60%
}
}

@media only screen and (min-width:768px) {
.tenc-cs-functionalities__content {
	padding-left: 55%;
	margin-top: 20%
}
}

@media only screen and (min-width:1024px) {
.tenc-cs-functionalities__content {
	width: 50%;
	margin-top: 20%;
	padding-left: 0
}
}

@media only screen and (min-width:1366px) {
.tenc-cs-functionalities__content {
	width: 40%
}
}

@media only screen and (min-width:1920px) {
.tenc-cs-functionalities__content {
	padding-right: 10%
}
}
.tenc-cs-stats {
	background: #202020;
	margin-top: -30px;
	padding-bottom: 50px;
	position: relative;
	z-index: 1
}
.tenc-cs-stats__heading, .tenc-cs-stats__subheading {
	font-size: 28px;
	font-size: 2.8rem;
	font-family: BioSans-Light, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.8em;
	margin-bottom: 20px;
	padding: 0 30px;
	text-align: center
}
.tenc-cs-stats__heading:after, .tenc-cs-stats__subheading:after {
	color: #00d69e;
	content: ".";
	display: inline-block
}

@media only screen and (min-width:768px) {
.tenc-cs-stats__heading, .tenc-cs-stats__subheading {
	font-size: 36px;
	font-size: 3.6rem
}
}

@media only screen and (min-width:1024px) {
.tenc-cs-stats__heading, .tenc-cs-stats__subheading {
	padding: 0 10%
}
}
.tenc-cs-stats__subheading:after {
	content: ":"
}
.tenc-cs-stats__wrapper {
	margin-top: 30px
}
.tenc-cs-stats__item {
	-ms-flex-align: center;
	align-items: center;
	background: #5e1fe4;
	border-bottom: 2px solid #00d69e;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	height: 270px;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 -25px 40px;
	text-align: center;
	width: calc(100% + 50px)
}

@media only screen and (min-width:768px) {
.tenc-cs-stats__item {
	float: left;
	margin: 0 20px 40px;
	width: calc(50% - 40px)
}
}

@media only screen and (min-width:1920px) {
.tenc-cs-stats__item {
	width: calc(25% - 40px)
}
}
.tenc-cs-stats__number {
	font-size: 60px;
	font-size: 6rem;
	font-family: BioSans-Light, sans-serif;
	font-style: normal;
	font-weight: 400;
	display: inline-block;
	margin-top: 70px;
	width: 100%;
	margin-bottom: -70px
}
.tenc-testimonial-btns--callersmart-case-study {
	background: #202020;
	padding: 50px 0;
	position: relative;
	z-index: 1
}
.tenc-testimonial-btns--callersmart-case-study .tenc-testimonial-btns__block-testimonial {
	display: block;
	margin: 0 auto;
	width: 100%
}

@media only screen and (min-width:768px) {
.tenc-testimonial-btns--callersmart-case-study .tenc-testimonial-btns__block-testimonial {
	width: 590px
}
}

@media only screen and (min-width:1024px) {
.tenc-testimonial-btns--callersmart-case-study .tenc-testimonial-btns__block-testimonial {
	width: 840px
}
}

@media only screen and (min-width:1366px) {
.tenc-testimonial-btns--callersmart-case-study .tenc-testimonial-btns__block-testimonial {
	width: 100%;
	width: 890px
}
}

@media only screen and (min-width:1920px) {
.tenc-testimonial-btns--callersmart-case-study .tenc-testimonial-btns__block-testimonial {
	width: 975px
}
}
.tenc-testimonial-btns--callersmart-case-study .tenc-testimonial-btns__block-testimonial__header {
	font-size: 30px;
	font-size: 3rem;
	margin-bottom: 100px
}

@media only screen and (min-width:768px) {
.tenc-testimonial-btns--callersmart-case-study .tenc-testimonial-btns__block-testimonial__header {
	margin-bottom: 60px
}
}

@media only screen and (min-width:1024px) {
.tenc-testimonial-btns--callersmart-case-study .tenc-testimonial-btns__block-testimonial__header {
	font-size: 36px;
	font-size: 3.6rem;
	margin-bottom: 70px
}
}

@media only screen and (min-width:1366px) {
.tenc-testimonial-btns--callersmart-case-study .tenc-testimonial-btns__block-testimonial__header {
	font-size: 48px;
	font-size: 4.8rem;
	margin-bottom: 80px
}
}

@media only screen and (min-width:1920px) {
.tenc-testimonial-btns--callersmart-case-study .tenc-testimonial-btns__block-testimonial__header {
	font-size: 60px;
	font-size: 6rem
}
}
.tenc-testimonial-btns--callersmart-case-study .tenc-testimonial-btns__box {
	margin-right: 0;
	padding: 0;
	width: 100%
}

@media only screen and (min-width:768px) {
.tenc-testimonial-btns--callersmart-case-study .tenc-testimonial-btns__box {
	max-width: 100%
}
}
.tenc-testimonial-btns--callersmart-case-study .tenc-testimonial-btns__box:before {
	display: none
}
.tenc-testimonial-btns--callersmart-case-study .tenc-testimonial-btns__box:after {
	content: none
}

@media only screen and (min-width:768px) {
.tenc-testimonial-btns--callersmart-case-study .tenc-testimonial-btns__box:after {
	content: "";
	display: block;
	bottom: -30px;
	right: -30px
}
}
.tenc-testimonial-btns--callersmart-case-study .tenc-testimonial-btns__box img {
	background: url(../images/testimonials/david-crane.png);
	background-size: cover
}
.tenc-testimonial-btns--callersmart-case-study .tenc-testimonial-btns__quote {
	width: 152px;
	height: 122px;
	top: 85px;
	left: auto;
	right: 0
}

@media only screen and (min-width:768px) {
.tenc-testimonial-btns--callersmart-case-study .tenc-testimonial-btns__quote {
	width: 211px;
	height: 169px;
	right: 30px;
	top: 10px
}
}

@media only screen and (min-width:1024px) {
.tenc-testimonial-btns--callersmart-case-study .tenc-testimonial-btns__quote {
	width: 286px;
	height: 228px;
	top: -20px
}
}

@media only screen and (min-width:1366px) {
.tenc-testimonial-btns--callersmart-case-study .tenc-testimonial-btns__quote {
	right: 50px;
	top: 10px
}
}

@media only screen and (min-width:1920px) {
.tenc-testimonial-btns--callersmart-case-study .tenc-testimonial-btns__quote {
	right: 80px
}
}
.tenc-testimonial-btns--callersmart-case-study .tenc-testimonial-btns-content {
	display: block;
	vertical-align: baseline;
	margin: 0;
	padding: 50px 25px
}

@media only screen and (min-width:768px) {
.tenc-testimonial-btns--callersmart-case-study .tenc-testimonial-btns-content {
	padding: 50px 85px 40px
}
}

@media only screen and (min-width:1024px) {
.tenc-testimonial-btns--callersmart-case-study .tenc-testimonial-btns-content {
	padding: 70px 80px 55px
}
}

@media only screen and (min-width:1920px) {
.tenc-testimonial-btns--callersmart-case-study .tenc-testimonial-btns-content {
	padding: 100px 95px
}
}

@media only screen and (min-width:1024px) {
.tenc-testimonial-btns--callersmart-case-study .tenc-testimonial-btns-content__description {
	font-size: 18px;
	font-size: 1.8rem
}
}
.tenc-testimonial-btns--callersmart-case-study .tenc-testimonial-btns-content__author {
	margin-top: 40px
}
.tenc-testimonial-btns--callersmart-case-study .tenc-testimonial-btns-content__author-name {
	font-size: 14px;
	font-size: 1.4rem;
	color: #7a7981
}
.tenc-testimonial-btns--callersmart-case-study .tenc-testimonial-btns-content__author-company {
	font-size: 14px;
	font-size: 1.4rem
}

@media only screen and (min-width:768px) {
.tenc-testimonial-btns--callersmart-case-study .tenc-testimonial-btns-content__author-company {
	display: inline-block
}
}
.tenc-product-design-ebook-about {
	background: #f6f6f6;
	background-position: 100% 400px;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative
}

@media only screen and (min-width:1024px) {
.tenc-product-design-ebook-about {
	background: url(../images/wave.png), #f6f6f6;
	background-position: 100% 500px;
	background-size: contain;
	background-repeat: no-repeat
}
}

@media only screen and (min-width:1366px) {
.tenc-product-design-ebook-about {
	background-position: 100% 600px
}
}

@media only screen and (min-width:1920px) {
.tenc-product-design-ebook-about {
	background-position: 100% 400px
}
}
.tenc-product-design-ebook-about__book {
	max-width: calc(100% - 50px);
	top: -580px;
	position: absolute;
	padding: 0 30px
}

@media only screen and (min-width:768px) {
.tenc-product-design-ebook-about__book {
	max-width: 350px;
	padding: 0;
	top: -65vh;
	right: 2%;
	margin: 0
}
}

@media only screen and (min-width:1024px) {
.tenc-product-design-ebook-about__book {
	max-width: 450px;
	right: 5%;
	top: -100vh
}
}

@media only screen and (min-width:1366px) {
.tenc-product-design-ebook-about__book {
	max-width: 550px;
	padding: 0;
	top: -50vh;
	right: 20%;
	transform: translateY(-30%)
}
}

@media only screen and (min-width:1920px) {
.tenc-product-design-ebook-about__book {
	max-width: 800px;
	padding: 0;
	right: 20%;
	top: -50vh
}
}
.tenc-product-design-ebook-about__wrapper {
	padding: 50px 0;
	z-index: 2;
	color: #000;
	padding: 280px 0 40px
}

@media only screen and (min-width:768px) {
.tenc-product-design-ebook-about__wrapper {
	padding: 300px 0 80px
}
}

@media only screen and (min-width:1366px) {
.tenc-product-design-ebook-about__wrapper {
	padding: 120px 0 250px
}
}
.tenc-product-design-ebook-about__heading {
	font-size: 34px;
	font-size: 3.4rem;
	font-family: BioSans-Light, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -1px
}

@media only screen and (min-width:768px) {
.tenc-product-design-ebook-about__heading {
	font-size: 30px;
	font-size: 3rem;
	font-family: BioSans-Light, sans-serif;
	font-style: normal;
	font-weight: 400
}
}

@media only screen and (min-width:1024px) {
.tenc-product-design-ebook-about__heading {
	font-size: 36px;
	font-size: 3.6rem;
	font-family: BioSans-Light, sans-serif;
	font-style: normal;
	font-weight: 400
}
}

@media only screen and (min-width:1366px) {
.tenc-product-design-ebook-about__heading {
	font-size: 46px;
	font-size: 4.6rem;
	font-family: BioSans-Light, sans-serif;
	font-style: normal;
	font-weight: 400
}
}
.tenc-product-design-ebook-about__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: column;
	flex-direction: column
}

@media only screen and (min-width:768px) {
.tenc-product-design-ebook-about__list {
	-ms-flex-direction: row;
	flex-direction: row
}
}
.tenc-product-design-ebook-about__list-item {
	background: #fff;
	padding: 35px 40px 40px 35px;
	box-shadow: 0 42px 64px 0 rgba(69, 69, 86, .09);
	margin: 30px 0
}

@media only screen and (min-width:768px) {
.tenc-product-design-ebook-about__list-item {
	width: calc(33% - 20px);
	margin: 15px;
	padding: 30px 35px 35px 50px
}
.tenc-product-design-ebook-about__list-item:first-of-type {
	margin-left: 0;
	z-index: 2
}
.tenc-product-design-ebook-about__list-item:last-of-type {
	margin-right: 0
}
}

@media only screen and (min-width:1024px) {
.tenc-product-design-ebook-about__list-item {
	padding: 25px 30px 30px 25px
}
}

@media only screen and (min-width:1366px) {
.tenc-product-design-ebook-about__list-item {
	padding: 50px 70px 70px 50px;
	width: calc(33% - 40px);
	margin: 30px
}
}
.tenc-product-design-ebook-about__list-item__heading {
	margin: 0 0 20px;
	font-size: 28px;
	font-size: 2.8rem;
	font-family: BioSans-Light, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.05;
	letter-spacing: -.9px
}

@media only screen and (min-width:768px) {
.tenc-product-design-ebook-about__list-item__heading {
	font-size: 22px;
	font-size: 2.2rem;
	font-family: BioSans-Light, sans-serif;
	font-style: normal;
	font-weight: 400
}
}

@media only screen and (min-width:1024px) {
.tenc-product-design-ebook-about__list-item__heading {
	font-size: 25px;
	font-size: 2.5rem;
	font-family: BioSans-Light, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.05;
	letter-spacing: -.9px
}
}

@media only screen and (min-width:1366px) {
.tenc-product-design-ebook-about__list-item__heading {
	font-size: 40px;
	font-size: 4rem;
	font-family: BioSans-Light, sans-serif;
	font-style: normal;
	font-weight: 400
}
}
.tenc-product-design-ebook-about__list-item__copy {
	width: 100%;
	color: #8b8b98;
	font-size: 18px;
	font-size: 1.8rem;
	font-family: BioSans-Light, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.55
}

@media only screen and (min-width:768px) {
.tenc-product-design-ebook-about__list-item__copy {
	font-size: 16px;
	font-size: 1.6rem;
	font-family: BioSans-Light, sans-serif;
	font-style: normal;
	font-weight: 400
}
}

@media only screen and (min-width:1024px) {
.tenc-product-design-ebook-about__list-item__copy {
	font-size: 18px;
	font-size: 1.8rem;
	font-family: BioSans-Light, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.55;
	width: 85%
}
}

@media only screen and (min-width:1366px) {
.tenc-product-design-ebook-about__list-item__copy {
	font-size: 20px;
	font-size: 2rem;
	font-family: BioSans-Light, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.55;
	width: 90%
}
}

@media only screen and (min-width:1920px) {
.tenc-product-design-ebook-about__list-item__copy {
	font-size: 20px;
	font-size: 2rem;
	font-family: BioSans-Light, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.55;
	width: 72%
}
}
.tenc-product-design-ebook-about__illustration--small {
	display: none
}

@media only screen and (min-width:768px) {
.tenc-product-design-ebook-about__illustration--small {
	position: absolute;
	display: block;
	max-width: 15%;
	bottom: 23%;
	left: -20px
}
}

@media only screen and (min-width:1024px) {
.tenc-product-design-ebook-about__illustration--small {
	max-width: 15%;
	bottom: 20%
}
}

@media only screen and (min-width:1366px) {
.tenc-product-design-ebook-about__illustration--small {
	max-width: 100%;
	bottom: 32%
}
}
.tenc-product-design-ebook-about__illustration--large {
	padding: 0 5%;
	margin: -120px 0 -100px;
	width: 100%
}

@media only screen and (min-width:768px) {
.tenc-product-design-ebook-about__illustration--large {
	max-width: 25%;
	position: absolute;
	bottom: 70px;
	right: -20px;
	padding: 0
}
}

@media only screen and (min-width:1024px) {
.tenc-product-design-ebook-about__illustration--large {
	right: -2.5%
}
}

@media only screen and (min-width:1366px) {
.tenc-product-design-ebook-about__illustration--large {
	width: 100%;
	bottom: 100px;
	right: -1%
}
}

@media only screen and (min-width:1920px) {
.tenc-product-design-ebook-about__illustration--large {
	width: 90%;
	right: -50px;
	bottom: 50px
}
}
.tenc-product-design-ebook__form-wrapper {
	z-index: 2;
	color: #000;
	background: #fff;
	padding: 20px;
	position: absolute;
	top: -200px;
	width: calc(100% - 50px);
	min-height: 400px;
	box-shadow: 0 22px 54px 0 rgba(13, 13, 15, .29)
}

@media only screen and (min-width:768px) {
.tenc-product-design-ebook__form-wrapper {
	width: calc(100% - 90px)
}
}

@media only screen and (min-width:1024px) {
.tenc-product-design-ebook__form-wrapper {
	width: calc(100% - 120px);
	padding: 30px 40px
}
}

@media only screen and (min-width:1366px) {
.tenc-product-design-ebook__form-wrapper {
	top: -60vh;
	right: 4%;
	max-width: 350px
}
}

@media only screen and (min-width:1920px) {
.tenc-product-design-ebook__form-wrapper {
	top: -55vh;
	right: 10%
}
}
.tenc-product-design-ebook__form__heading {
	margin: 0 0 30px;
	font-size: 34px;
	font-size: 3.4rem;
	font-family: BioSans-Light, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #2d2b37
}
.tenc-product-design-ebook__box {
	position: relative
}
.tenc-product-design-ebook__form-box {
	float: left;
	margin-bottom: 15px;
	position: relative;
	width: 100%
}

@media only screen and (min-width:768px) {
.tenc-product-design-ebook__form-box {
	margin-bottom: 15px
}
}

@media only screen and (min-width:1024px) {
.tenc-product-design-ebook__form-box {
	padding-right: 40px
}
}
.tenc-product-design-ebook__input-label {
	font-size: 16px;
	font-size: 1.6rem;
	font-family: BioSans-Bold, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #a7a7a7;
	left: 0;
	pointer-events: none;
	position: absolute;
	text-transform: uppercase;
	top: 18px;
	transition: all .2s ease
}
 .tenc-product-design-ebook__input::-ms-clear {
 display: none
}
.tenc-product-design-ebook__input[type=email], .tenc-product-design-ebook__input[type=text] {
	font-size: 16px;
	font-size: 1.6rem;
	font-family: BioSans-Light, sans-serif;
	font-style: normal;
	font-weight: 400;
	border-bottom: 2px solid #c1c1d0;
	color: #202020;
	line-height: 3.8em;
	padding: 1px 0;
	width: 100%;
	margin-bottom: 20px;
	height: 50px
}
 .tenc-product-design-ebook__input[type=email]:valid~.tenc-product-design-ebook__input-label, .tenc-product-design-ebook__input[type=text]:valid~.tenc-product-design-ebook__input-label {
 transform: none
}
.tenc-product-design-ebook__input[type=email].valid~.tenc-product-design-ebook__input-label, .tenc-product-design-ebook__input[type=email]:focus~.tenc-product-design-ebook__input-label, .tenc-product-design-ebook__input[type=email]:not(.empty)~.tenc-product-design-ebook__input-label, .tenc-product-design-ebook__input[type=text].valid~.tenc-product-design-ebook__input-label, .tenc-product-design-ebook__input[type=text]:focus~.tenc-product-design-ebook__input-label, .tenc-product-design-ebook__input[type=text]:not(.empty)~.tenc-product-design-ebook__input-label {
	outline: none;
	transform: scale(.55) translate(-35px, -47px)
}
.tenc-product-design-ebook__bar {
	position: absolute;
	bottom: 29px;
	left: 0;
	height: 2px;
	width: 0;
	display: block;
	background: #5e1fe4;
	transition: all .2s ease
}
.tenc-product-design-ebook__bar--message {
	bottom: 31px;
	bottom: 27px\0
}
.tenc-product-design-ebook__button {
	float: left;
	width: 100%;
	margin-bottom: 20px
}
 @-moz-document url-prefix() {
 .tenc-product-design-ebook__button {
 margin-bottom: 21px
}
}

@media only screen and (min-width:768px) {
.tenc-product-design-ebook__button {
	width: 60%
}
}

@media only screen and (min-width:1024px) {
.tenc-product-design-ebook__button {
	width: 30%
}
}
.tenc-product-design-ebook__button>.button:after, .tenc-product-design-ebook__button>.button:before {
	background: #5e1fe4
}
.tenc-product-design-ebook__button>.button {
	font-size: 16px;
	font-size: 1.6rem;
	font-family: BioSans-Bold, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #7a7981;
	text-transform: uppercase
}
.tenc-product-design-ebook__button>.button:focus {
	outline: none
}
.tenc-product-design-ebook__button>.button:focus:after, .tenc-product-design-ebook__button>.button:focus:before {
	margin-left: 0
}
.tenc-product-design-ebook__button .button--tall {
	height: 64px;
	line-height: 3.8em
}
 .tenc-product-design-ebook__button .button--tall::-ms-backdrop {
 height: 65px
}

 @-moz-document url-prefix() {
 .tenc-product-design-ebook__button .button--tall {
 margin-top: -1px;
 line-height: 61px
}
}
.tenc-product-design-ebook__error {
	font-size: 14px;
	font-size: 1.4rem;
	font-family: BioSans-Regular, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #ef665e;
	display: none
}
.tenc-product-design-ebook__success {
	background: #fff;
	border-bottom: 2px solid #00d69e;
	border-top: 2px solid #00d69e;
	display: none;
	height: 100%;
	left: 0;
	min-height: 225px;
	padding: 45px 20px;
	position: absolute;
	top: 0;
	width: 100%;
	-ms-flex-align: center;
	align-items: center;
	margin-top: -2px
}

@media only screen and (min-width:768px) {
.tenc-product-design-ebook__success {
	padding: 20px;
	z-index: 10
}
}
.tenc-product-design-ebook {
	height: 100%;
	background: linear-gradient(180deg, rgba(95, 56, 250, 0), rgba(95, 56, 250, 0) 10%, rgba(95, 56, 250, .49) 60%, #5f38fa);
	overflow: hidden;
	position: relative;
	padding-bottom: 560px
}

@media only screen and (min-width:768px) {
.tenc-product-design-ebook {
	padding-bottom: 280px
}
}

@media only screen and (min-width:1024px) {
.tenc-product-design-ebook {
	min-height: 90vh;
	padding-bottom: 340px
}
}
.tenc-product-design-ebook-main__wrapper {
	margin: 120px 0 50px;
	width: 100%
}

@media only screen and (min-width:768px) {
.tenc-product-design-ebook-main__wrapper {
	margin-top: 170px;
	width: 50%
}
}

@media only screen and (min-width:1024px) {
.tenc-product-design-ebook-main__wrapper {
	margin-top: 250px
}
}

@media only screen and (min-width:1366px) {
.tenc-product-design-ebook-main__wrapper {
	margin: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-40%)
}
}
.tenc-product-design-ebook-main__title {
	font-size: 40px;
	font-size: 4rem;
	font-family: BioSans-Light, sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: -2px;
	color: #fff
}

@media only screen and (min-width:1366px) {
.tenc-product-design-ebook-main__title {
	font-size: 54px;
	font-size: 5.4rem
}
}

@media only screen and (min-width:1920px) {
.tenc-product-design-ebook-main__title {
	font-size: 72px;
	font-size: 7.2rem
}
}

@media only screen and (min-width:1366px) {
.tenc-product-design-ebook-main__content {
	width: 55%
}
}

@media only screen and (min-width:1920px) {
.tenc-product-design-ebook-main__content {
	width: 45%
}
}
.tenc-product-design-ebook-main__content__list-item {
	margin-left: 20px;
	position: relative;
	margin-bottom: 10px;
	font-size: 20px;
	font-size: 2rem;
	font-family: BioSans-Light, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: .3px
}

@media only screen and (min-width:768px) {
.tenc-product-design-ebook-main__content__list-item {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.45
}
}

@media only screen and (min-width:1366px) {
.tenc-product-design-ebook-main__content__list-item {
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 12px
}
}

@media only screen and (min-width:1920px) {
.tenc-product-design-ebook-main__content__list-item {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.4
}
}
.tenc-product-design-ebook-main__content__list-item:before {
	content: "";
	height: 7px;
	width: 7px;
	border-radius: 12px;
	background: #fff;
	display: inline-block;
	top: 10px;
	left: -17px;
	position: absolute
}

@media only screen and (min-width:1366px) {
.tenc-product-design-ebook-main__content__list-item:before {
	top: 11px
}
}

@media only screen and (min-width:1920px) {
.tenc-product-design-ebook-main__content__list-item:before {
	top: 14px
}
}
.tenc-contact-page {
	background: linear-gradient(180deg, #1a1a1a, #191919)
}

@media only screen and (min-width:1024px) {
.tenc-contact-page {
	overflow: hidden;
	height: 100vh;
	min-height: 800px;
	position: relative
}
}
.tenc-contact-page__info {
	background: #191919;
	padding: 15px 25px;
	position: relative
}

@media only screen and (min-width:768px) {
.tenc-contact-page__info {
	padding: 15px 50px 40px
}
}

@media only screen and (min-width:1024px) {
.tenc-contact-page__info {
	width: 40%;
	float: right;
	height: 100vh;
	min-height: 800px
}
}

@media only screen and (min-width:1366px) {
.tenc-contact-page__info {
	padding: 15px 0 0 90px
}
}

@media only screen and (min-width:1920px) {
.tenc-contact-page__info {
	width: 35%
}
}

@media only screen and (min-width:1024px) {
.tenc-contact-page__info-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 55px;
	width: calc(100% - 55px)
}
}

@media only screen and (min-width:1366px) {
.tenc-contact-page__info-content {
	top: 45%;
	bottom: 40px;
	left: 60px;
	width: calc(100% - 80px)
}
}

@media only screen and (min-width:1920px) {
.tenc-contact-page__info-content {
	bottom: 28%
}
}
.tenc-contact-page__form {
	z-index: 1;
	width: 100%;
	position: relative
}

@media only screen and (min-width:1024px) {
.tenc-contact-page__form {
	padding-bottom: 90px
}
}

@media only screen and (min-width:1920px) {
.tenc-contact-page__form {
	max-width: 750px;
	margin-left: 90px
}
}
.tenc-contact-page__thanks--light {
	background: none;
	color: #202020;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}
.tenc-contact-page__thanks-btn {
	color: #202020;
	box-shadow: inset 0 2px 0 0 #5e1fe4, inset 0 -2px 0 0 #5e1fe4
}
.tenc-contact-page__form-section {
	background: linear-gradient(180deg, #e7e7ec, #e2e4ee);
	border: 14px solid #fff;
	padding: 125px 15px 110px;
	overflow: hidden
}

@media only screen and (min-width:768px) {
.tenc-contact-page__form-section {
	padding: 125px 50px 75px
}
}

@media only screen and (min-width:1024px) {
.tenc-contact-page__form-section {
	width: 60%;
	float: right;
	height: 100vh;
	min-height: 800px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center
}
}

@media only screen and (min-width:1920px) {
.tenc-contact-page__form-section {
	width: 65%
}
}
.tenc-contact-page__form-section:before {
	background: url(https://10clouds.com/wp-content/themes/thegem/dist/images/bg-contact-page.svg) 100px -40px no-repeat;
	background-size: 200%;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	padding-bottom: 110px;
	top: 0;
	opacity: .4;
	width: 100%;
	z-index: 0
}

@media only screen and (min-width:768px) {
.tenc-contact-page__form-section:before {
	background-position: 130px -80px;
	background-size: 100%;
	padding-bottom: 0
}
}

@media only screen and (min-width:1024px) {
.tenc-contact-page__form-section:before {
	background-position: 150% -90px;
	background-size: 65%
}
}

@media only screen and (min-width:1366px) {
.tenc-contact-page__form-section:before {
	background-position: 140% -90px;
	background-size: 55%
}
}
.tenc-contact-page__form-section:after {
	content: "";
	height: calc(100% + 124px);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	z-index: 0
}

@media only screen and (min-width:768px) {
.tenc-contact-page__form-section:after {
	height: 100%
}
}
.tenc-contact-page__form-section .label--checkbox, .tenc-contact-page__form-section .tenc-contact__input-label {
	color: #48484c
}

@media only screen and (min-width:768px) {
.tenc-contact-page__form-box:nth-child(2), .tenc-contact-page__form-box:nth-child(5) {
	width: 45%;
	margin-right: 10%;
	display: inline-block
}
.tenc-contact-page__form-box:nth-child(3), .tenc-contact-page__form-box:nth-child(6) {
	width: 45%;
	display: inline-block
}
}

@media only screen and (min-width:1024px) {
.tenc-contact-page__form-box:nth-child(2), .tenc-contact-page__form-box:nth-child(5) {
	margin-right: 5%
}
.tenc-contact-page__form-box:nth-child(3), .tenc-contact-page__form-box:nth-child(6) {
	width: 50%
}
}
.tenc-contact-page__form-box .tenc-contact__error {
	color: #ef665e
}
.tenc-contact-page__message {
	max-height: 100px;
	overflow: auto
}

@media only screen and (min-width:1366px) {
.tenc-contact-page__message {
	max-height: 200px
}
}

@media only screen and (min-width:1920px) {
.tenc-contact-page__message {
	max-height: 300px
}
}
.tenc-contact-page__bar--message {
	bottom: 29px;
	bottom: 25px\0
}
 @-moz-document url-prefix() {
 .tenc-contact-page .tenc-contact-page__bar--message {
 bottom: 50px
}
}
.tenc-contact-page__offices-footer {
	margin-top: 50px
}

@media only screen and (min-width:1024px) {
.tenc-contact-page__offices-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 20px
}
}

@media only screen and (min-width:1366px) {
.tenc-contact-page__offices-footer {
	margin-top: 50px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
}
.tenc-contact-page__email-large {
	font-size: 24px;
	font-size: 2.4rem;
	font-family: BioSans-Light, sans-serif;
	font-style: normal;
	font-weight: 400;
	border-bottom: 1px solid #5e1fe4;
	color: #fff;
	display: inline-block;
	margin: 35px 0 15px
}

@media only screen and (min-width:768px) {
.tenc-contact-page__email-large {
	margin-bottom: 0
}
}
.tenc-contact-page .tenc-contact-page__form-box .select2-container, .tenc-contact-page .tenc-contact-page__form-box .tenc-contact-page__input-light {
	box-shadow: none;
	border-bottom: 2px solid #c1c1d0;
	background-color: transparent;
	width: 100%;
	overflow: auto
}
.tenc-contact-page .tenc-contact-page__form-box .select2-container.tenc-contact__error, .tenc-contact-page .tenc-contact-page__form-box .tenc-contact-page__input-light.tenc-contact__error {
	border-color: #ef665e
}
.tenc-contact-page .tenc-contact-page__form-box .tenc-contact-page__input-light {
	font-size: 16px;
	font-size: 1.6rem;
	font-family: BioSans-Light, sans-serif;
	font-style: normal;
	font-weight: 400;
	color: #202020;
	-webkit-text-fill-color: #202020;
	margin-bottom: 25px;
	overflow: auto
}
.tenc-contact-page__contact-form {
	margin-top: 50px;
	z-index: 1
}
.tenc-contact-page__address-gray {
	font-size: 14px;
	font-size: 1.4rem;
	color: #8b8b98;
	line-height: 2em
}
.tenc-contact-page__city-footer {
	margin: 15px 0
}

@media only screen and (min-width:768px) {
.tenc-contact-page__city-footer {
	display: inline-block;
	width: calc(50% - 10px);
	padding: 5px
}
}
.tenc-contact-page__button {
	float: none;
	overflow: visible
}
.tenc-contact-page__button>button {
	width: 100%
}

@media only screen and (min-width:768px) {
.tenc-contact-page__button>button {
	width: auto
}
}
.tenc-contact-page__footer-social {
	background: #202020;
	padding: 0 15px
}

@media only screen and (min-width:768px) {
.tenc-contact-page__footer-social {
	padding: 15px 50px
}
}

@media only screen and (min-width:1024px) {
.tenc-contact-page__footer-social {
	background: none;
	bottom: 40px;
	padding: 0 50px;
	position: absolute;
	right: 0;
	width: 60%;
	z-index: 10
}
.tenc-contact-page__footer-social .tenc-footer__social__links a {
	color: #8b8b98
}
}

@media only screen and (min-width:1920px) {
.tenc-contact-page__footer-social {
	width: 65%
}
}
.tenc-contact-page form {
	margin: 30px 0 0;
	padding: 0
}

@media only screen and (min-width:1024px) {
.tenc-contact-page form {
	margin-top: 15px
}
}
.contact-us .select2-container, .home .select2-container {
	border: none;
	background: transparent
}
.contact-us .select2-dropdown, .home .select2-dropdown {
	background: #f6f6f6;
	border: 1px solid #c1c1d0;
	border-bottom: none
}
.contact-us .select2-results__option, .home .select2-results__option {
	border-bottom: 1px solid #c1c1d0;
	color: #8b8b98
}
.contact-us .select2-results__option--highlighted, .home .select2-results__option--highlighted {
	background: #c1c1d0
}
.contact-us .select2-selection__placeholder:after, .home .select2-selection__placeholder:after {
	color: #a7a7a7
}/*caseStudy*/
.caseStudy {
	padding: 50px 80px 100px 80px;
}
.getStarted {
	background: #e1342e;
	padding: 60px;
	border-radius: 5px;
	width: 100%;
	display: inline-block;
}
.getStarted h4 {
	color: #262626;
	font-size: 32px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	margin: 0px;
	display: inline-block;
	float: left;
	position: relative;
	top: 2px;
}
.getStarted h4 span {
	color: #fff;
}
.getStarted a {
	float: right;
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
	background: #fff;
	padding: 10px 30px;
	text-transform: uppercase;
	border-radius: 3px;
	color: #262626;
	margin: 0px;
	font-weight: 500;
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
}
.getStarted a:hover {
	background: #262626;
	color: #fff;
}
.caseStudy .caseHeading {
	padding-top: 80px;
}
.caseStudy .caseHeading h2 {
	color: #262626;
	font-size: 36px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	margin: 0px 0px 60px 0px;
}
.caseStudy .caseBox img {
	width: 100%;
}
.caseStudy .caseBox ul {
	padding: 0px;
	list-style: none;
	display: inline-block;
	margin-top: 10px;
}
.caseStudy .caseBox li {
	margin-right: 10px;
	list-style: none;
	display: inline-block;
}
.caseStudy .caseBox li a {
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	color: #e1342e;
	font-weight: 800;
	text-decoration: none;
}
.caseStudy .caseBox h2 {
	color: #262626;
	font-size: 22px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	margin: 15px 0px 10px 0px;
}
.caseStudy .caseBox p {
	color: #5c5c5c;
	font-size: 12px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.8;
	padding: 0px;
}/*contact_inner*/
.contact_inner {
	background: #fff;
	border-radius: 10px;
	padding: 30px 50px 50px 50px;
}
.contact_inner h2 {
	color: #262626;
	font-size: 34px;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
	margin: 0px;
	line-height: 1.2;
	vertical-align: top;
	margin-bottom: 20px;
}
.contact_inner h2 span {
	color: #262626;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
.contact_inner .form-control {
	border-bottom: 2px solid #262626;
	box-shadow: none;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-radius: 0px;
	height: 45px;
	padding: 10px 0px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #5c5c5c;
	resize: none;
}
.contact_inner .form-row {
	margin: 0px 0 50px 0;
	float: left;
	width: 100%;
}
 .contact_inner .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color:#5c5c5c;
 font-size:14px;
 font-family: 'Montserrat', sans-serif;
 font-weight:500;
}
 .contact_inner .form-control::-moz-placeholder { /* Firefox 19+ */
 color:#5c5c5c;
 font-size:14px;
 font-family: 'Montserrat', sans-serif;
 font-weight:500;
}
 .contact_inner .form-control:-ms-input-placeholder { /* IE 10+ */
 color:#5c5c5c;
 font-size:14px;
 font-family: 'Montserrat', sans-serif;
 font-weight:500;
}
 .contact_inner .form-control:-moz-placeholder { /* Firefox 18- */
 color:#5c5c5c;
 font-size:14px;
 font-family: 'Montserrat', sans-serif;
}
.contact_inner .form-row input.btn_submit {
	float: right;
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
	background: #e1342e;
	text-transform: uppercase;
	border-radius: 3px;
	margin: 0px;
	color: #fff;
	border: 1px solid #e1342e;
	padding: 8px 50px;
	outline: none;
	font-weight: 400;
}
.contact_inner .form-row input.btn_submit:hover {
	background: #fff;
	color: #e1342e;
}
.contact_inner .form-row:last-child {
	margin-bottom: 0px;
}
.call-actions {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	height: auto !important;
}/*.call-actions.needHelpSec {	background: url(../images/needHelpBg.png);}*/
.inner_cta_left {
	background: url(../images/helpBg.png) no-repeat;
	/*min-height: 380px;*/
	padding: 40px 0;
	background-position: 100% 100%;
	background-size: cover;
}
.inner_cta_left img, .inner_cta_right img {
	animation: bounce 0.5s infinite alternate;
	-webkit-animation: bounce 0.5s infinite alternate;
}
 @keyframes bounce {
 from {
 transform: translateY(0px);
}
 to {
 transform: translateY(-15px);
}
}
 @-webkit-keyframes bounce {
 from {
 transform: translateY(0px);
}
 to {
 transform: translateY(-15px);
}
}
.no-padding {
	padding: 0px;
}
.inner_cta_right {
	background: url(../images/exploreBg.png) no-repeat;
	min-height: 380px;
	padding: 40px 0 35px 60px;
	background-position: 100% 100%;
	background-size: cover;
}
.inner_cta_left h3 {
	color: #ffffff;
	font-size: 24px;
	font-weight: 600;
    font-family: 'Libre Baskerville', serif;
	margin: 40px 0px 20px 0px;
}
.inner_cta_left p {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.8;
	padding: 0px;
}
.inner_cta_left a {
	float: left;
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	background: #fff;
	padding: 10px 15px;
	text-transform: uppercase;
	border-radius: 3px;
	color: #262626;
	margin: 10px 20px 0 0;
	font-weight: 600;
}
.col-lg-8.col-lg-offset-4.col-md-10.col-md-offset-2.col-sm-12.col-xs-12.animatedParent.animateOnce {
    margin-left: 33.33333333%;
}
.inner_cta_left a:hover {
	text-decoration: none;
	background: #262626;
	color: #fff;
}
.inner_cta_left h6 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin: 18px 0 0 0;
   font-family: 'Libre Baskerville', serif;
}
.inner_cta_right h3 {
	color: #ffffff;
	font-size: 24px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	margin: 30px 0px 20px 0px;
}
.inner_cta_right p {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.8;
	padding: 0px;
}
.inner_cta_right a {
	float: left;
	font-size: 35px;
	padding: 15px 0px;
	color: #fff;
	-webkit-animation: mover 0.5s infinite alternate;
	animation: mover 0.5s infinite alternate;
}
 @-webkit-keyframes mover {
 0% {
 transform: translateX(0);
}
 100% {
 transform: translateX(-15px);
}
}
.inner_cta_right a:hover {
	color: #fff;
}
.inner_cta_right h6 {
	color: #fff;
	font-size: 25px;
	font-weight: normal;
	margin: 15px 0 0 0;
	float: left;
}
/*start footer*/

footer {
    border-top: 1px solid #ededed;
    padding: 3rem 0 0;
	background: #171717;
	float: left;
    width: 100%;
}
footer .brand {
    max-width: 200px;
    margin-bottom: 20px;
}
footer .brand a {
    display: block;
}
footer .brand img {
    vertical-align: middle;
    border-style: none;
    max-width: 100px;
    height: auto;
    width: 100%;
}
footer address {
    font-size: 15px;
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
    color: #fff;
}


footer .socials {
    display: flex;
    margin: 0;
}
footer ul li {
    margin-bottom: 10px;
}
footer .socials a {
    padding: 5px 10px;
    border: 1px solid #ededed;
    margin-right: 10px;
    color: #fff;
}
footer ul li a {
    font-size: .9rem;
    color: #a0a0a0;
}
footer h3 {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 20px;
    color: #fff;
    text-transform: uppercase;
}
footer span {
    color: #ff5926;
    font-weight: 800;
}
footer ul {
    margin-top: 1.9rem;
}

footer ul {
    padding: 0;
    margin: .5rem 0 0;
    list-style: none;
	margin-top: 1.9rem
}
footer ul li {
    margin-bottom: 0;
}
footer ul li a {
    font-size: 15px;
    color: #fff;
}
footer ul li a:hover{
    /*color: #ff5926;*/
    text-decoration: none;
}
.links {
    margin-top: 44%;
}
footer .text {
    position: relative;
    font-size: 15px;
    margin-top: 20px;
    line-height: 21px;
    margin-bottom: 0;
    color: #fff;
    font-style: normal;
}
footer .copyright {
    margin-top: 2rem;
    padding: 10px 0;
    text-align: center;
    background-color: #000;
    color: #fff;
}
footer .copyright p {
    font-size: 1.1rem;
	margin-bottom:0;
	    color: #fff;
}
.helpful-links ul {
}
.helpful-links ul li {
}
.helpful-links ul li a {
    font-size: 15px;
    color: #fff;
}
.helpful-links ul li a:hover{
    color: #ff5926;
    text-decoration: none;
}
.links ul li a:hover {
    color: #ff5926;
    text-decoration: none;
}
.AppStoreButtons li {
    list-style: none;
	display: inline-block;
}
.AppStoreButtons li a img {
    max-width: 130px;
    width: 100%;
}
.AppStoreButtons ul {
    padding: 0;
    margin: 0;
}
.AppStoreButtons ul li {
    margin-top: 14px;
}
.copyright h4 {
    margin: 0;
    font-size: 20px;
}
/*end footer*/


.scroll-top-wrapper:hover {
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}
.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 9;
    color: #ffffff;
    right: 30px;
    bottom: 100px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 0px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #01b4ed;
    width: 40px;
    height: 40px;
    font-size: 18px;
    border-radius: 5px;
    line-height: 40px;
}
.case_main_img_item {
	height: 70vh;
	margin: 33px auto 23px auto;
	width: 31.6vh;
}
.case_main_img_item img {
	width: auto;
	height: 64vh;
}
.case_left_side .owl-nav {
	display: none;
}
.ml16 {
}
.ml16 .letter {
	display: inline-block;
	line-height: 1em;
}
.inner_slider {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	background: url(../images/about-bg.jpg) no-repeat;
	background-size: cover;
	min-height: 75vh;
}
.banner_text {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	padding-top: 14%;
	text-align: center;
}
.banner_text h2 {
	color: #ffffff;
	font-size: 32px;
	font-weight: 700;
	font-family: 'Libre Baskerville', serif;
	margin: 0 0 20px 0;
}
.banner_text p {
	color: #ffffff;
	font-size: 24px;
	font-weight: 400;
/*	font-family: 'Montserrat', sans-serif;*/
	font-family: 'Libre Baskerville', serif;
	width: 960px;
	margin: 25px auto 0 auto;
	padding: 0px;
}
.banner_text ul {
	margin: 31px 0 0 0;
	padding: 0px;
	width: auto;
}
.banner_text ul li {
	list-style: none;
	display: inline-block;
	margin: 0;
	width: 242px;
}
.banner_text ul li h5 {
	color: #ffffff;
	font-size: 76px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	margin: 0px 0px 30px 0px;
}
.banner_text ul li h6 {
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	margin: 0px;
}
.mission_philosophy {
	margin: 0px;
	padding: 100px 80px 50px 80px;
	float: left;
	width: 100%;
}
.mission_philosophy h1 {
	color: #262626;
	font-size: 40px;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
	margin: 0px 0px 30px 0px;
}
.mission_philosophy p {
	color: #5c5c5c;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	padding: 0px;
}
.core-values {
	margin: 0px;
	padding: 0 70px 31px 70px;
	float: left;
	width: 100%;
}
.core-values h2 {
	color: #262626;
	font-size: 47px;
	font-weight: 900;
}
.core-values p {
	color: #5c5c5c;
	font-size: 21px;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
}
.meet-out-team {
	margin: 0px;
	padding: 0 70px 31px 70px;
	float: left;
	width: 100%;
}
.meet-out-team h2 {
	color: #262626;
	font-size: 47px;
	font-weight: 900;
}
.meet-out-team p {
	color: #5c5c5c;
	font-size: 21px;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
}
.our-process {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.p-m-div{
    position:relative;
}
.process-m-div{
    margin-bottom:30px;
}

.mb-3:after {
    content: '';
    background: url(../images/digitalImg-3-af.png);
    width: 290px;
    height: 100%;
    position: absolute;
    background-size: contain;
    background-position: center 100%;
    z-index: 111;
    top: 10px;
    background-repeat: no-repeat;
    right: 200px;
}
.mb-4:after {
    content: '';
    background: url(../images/digitalImg-4-af.png);
    width: 240px;
    height: 100%;
    position: absolute;
    background-size: contain;
    background-position: center 100%;
    z-index: 111;
    top: 0px;
    background-repeat: no-repeat;
    right: 130px;
}
.get_started_services {
	margin: 30px auto 30px auto;
	padding: 39px 0 72px 0;
	float: none;
	background: #e1342e;
	width: 1020px;
	display: block;
}
.get_started_services h3 {
	margin: 0px;
	color: #262626;
	font-size: 32px;
	padding: 0px 50px;
	float: left;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
}
.get_started_services h3 span {
	color: #fff;
}
.get_started_services a {
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	background: #fff;
	padding: 12px 32px;
	text-transform: uppercase;
	border-radius: 6px;
	margin: 0px 26px 0 0;
	color: #000;
	float: right;
}
.mobile-development-latest-work {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	background: url(../images/app-developent-our-work-bg.jpg) no-repeat;
	background-size: cover;
	min-height: 700px;
}
.innerWork h2 {
	color: #ffffff;
	font-size: 36px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	margin: 0px;
	padding: 80px 0px 20px 0px;
}
.mobile-development-latest-work p {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	width: 900px;
	margin: 0 auto;
	padding: 0px;
}
.latest-work {
	margin: 0px;
	padding: 90px 0;
	float: left;
	width: 100%;
}
.latest-work .swiper-slide {
	background: transparent;
}
.latest-work .swiper-slide img {
	box-shadow: 0 0 30px 5px #000;
}
.latest-work .swiper-slide h5 {
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	margin: 30px 0 10px 0;
}
.latest-work .swiper-slide h6 {
	color: #bebcbc;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin: 0px;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	width: 80%;	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}/*.swiper-slide:nth-child(2n) {	width: 60%;}.swiper-slide:nth-child(3n) {	width: 40%;}*/
.our-mobile-development-services {
	margin: 0px;
	padding: 150px 80px 50px 80px;
	float: left;
	width: 100%;
}
.our-mobile-development-services h2 {
	font-family: 'Montserrat', sans-serif;
	color: #262626;
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 30px 0px;
	line-height: 1.2;
}
.our-mobile-development-services p {
	color: #5c5c5c;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	font-family: 'Montserrat', sans-serif;
	padding: 0px;
	margin-bottom: 20px;
}
.our-mobile-development-services a {
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	background: #e1342e;
	padding: 10px 15px;
	text-transform: uppercase;
	border-radius: 3px;
	margin: 0px;
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	border: 1px solid #e1342e;
	display: inline-block;
	margin-top: 20px;
	margin-bottom:20px;
}
.our-mobile-development-services a:hover {
	background: #fff;
	color: #e1342e;
}
.app-services-box-1 {
	margin: 0 0 20px 0;
	padding: 30px;
	width: 100%;
	box-shadow: 0 0 93px 30px #e8e4e4;
	background: #fff;
	text-align: center;
	border-radius: 10px;
	transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
}
.app-services-box-1 h4 {
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	margin: 25px 0px 0px 0px;
	text-align: left;
	padding: 0px;
	line-height: 1.4;
}
.app-services-box-1 img {
	height: 200px;
	transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
}
.app-services-box-1:hover {
	background: #4a2799;
}
.app-services-box-1 img:nth-child(2), .app-services-box-1:hover img:nth-child(1) {
	display: none;
}
.app-services-box-1:hover img:nth-child(2) {
	display: inline-block;
}
.app-services-box-1:hover h4 {
	color: #fff;
}
.work-leading-industries {
	margin: 0px;
	padding: 50px 0px 0px 0px;
	float: left;
	width: 100%;
}
.industryInner {
	padding: 0px 80px;
}
.work-leading-industries h2 {
	font-family: 'Montserrat', sans-serif;
	color: #262626;
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 20px 0px;
}
.work-leading-industries p {
	color: #5c5c5c;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	padding: 0px;
}
.leading-industries {
	margin: 50px 0 0 0;
	padding: 0px;
	float: left;
	width: 100%;
	display: flex;
}
.leading-industries h2 {
	font-family: 'Montserrat', sans-serif;
	color: #262626;
	font-size: 40px;
	font-weight: 900;
	margin: 0 0 30px 0px;
}
.leading-industries p {
	color: #5c5c5c;
	font-size: 21px;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
}
.our-porcess {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.our-porcess h2 {
	font-family: 'Montserrat', sans-serif;
	color: #262626;
	font-size: 40px;
	font-weight: 900;
	margin: 0 0 30px 0px;
}
.our-porcess p {
	color: #5c5c5c;
	font-size: 21px;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
}
.steps_one {
	margin: 0px;
	padding: 125px 0;
	float: left;
	width: 100%;
	min-height: 350px;
}
.numbers {
	width: 63px;
	height: 63px;
	border: 3px solid #d4d4d4;
	text-align: center;
	align-items: center;
	border-radius: 60px;
	display: inline-block;
	position: relative;
	margin: 0 116px 0 0;
}
.numbers h6 {
	color: #d4d4d4;
	font-size: 25px;
	font-weight: 800;
	margin: 14px 0 0 0;
	font-family: 'Montserrat', sans-serif;
}
.numbers.active {
	border: 3px solid #e1342e;
}
.numbers.active h6 {
	color: #000;
}
.numbers:after {
	content: '';
	background: url(../images/process-arrrows.png) no-repeat;
	width: 114px;
	position: absolute;
	top: 20px;
	height: 12px;
	right: -117px;
}
.solutions-banner {
	background: url(../images/solutions-bg.jpg) no-repeat;
}
.solutions-banner a {
	font-family: 'Poppins', sans-serif;
	background: #fff;
	padding: 14px 22px;
	display: inline-block;
	font-size: 17px;
	text-transform: uppercase;
	color: #000;
	margin: 29px 0 0 0;
	border-radius: 13px;
}
.solutions-banner a:hover {
	text-decoration: none;
}
.sell-everything {
	margin: 0px;
	padding: 100px 80px 30px 80px;
	float: left;
	width: 100%;
}
.sell-everything h1 {
	color: #262626;
	font-size: 50px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	margin: 0px 0px 30px 0px;
}
.sell-everything p {
	color: #5c5c5c;
	font-size: 20px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	padding: 0px;
}
.sell-everything-boxes {
	margin: 33px 0;
	padding: 0px;
	float: left;
	width: 100%;
	text-align: center;
}
.sell-everything-boxes h3 {
	color: #262626;
	font-size: 28px;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
}
.sell-everything-boxes p {
	color: #5c5c5c;
	font-size: 19px;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
}
.ecommer-tracking-main {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.ecommer-tracking-box-main {
	margin: 0px;
	padding: 150px;
	float: left;
	width: 100%;
}
.ecommer-tracking-box-main h2 {
	color: #262626;
	font-size: 26px;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
	margin: 0px 0px 20px 0px;
}
.ecommer-tracking-box-main p {
	color: #5c5c5c;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 20px;
	padding: 0px;
}
.ecommer-image {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.main-row-ecommerce {
	margin: 0px;
	padding: 0 0 110px 0;
	float: left;
	width: 100%;
}
.ecommer-tracking-box-main-right {
	margin: 0px;
	padding: 150px;
	float: left;
	width: 100%;
}
.solutions-businees-main {
	margin: 0px;
	padding: 50px 0;
	float: left;
	width: 100%;
	background: url(../images/solutions-businness-bg.jpg) no-repeat;
	background-size: cover;
	max-height: 845px;
}
.solutions-businees-main h2 {
	color: #fff;
	font-size: 42px;
	font-weight: 800;
	text-align: center;
}
.solutions-businees-main p {
	margin: 20px 0 0 0;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}
.video-main {
	margin: 60px 0;
	padding: 0px;
	float: left;
	width: 100%;
	position: relative;
}
.video-main img {
	border: 10px solid #fff;
	box-shadow: 0px 0px 20px 8px #0000002e;
}
.client-testimonils-after-video {
	padding: 131px 70px 61px 70px;
}
.case-studies-banner {
	background: #110827;
	background-image: none;
}
.banner-text-case-studis {
	margin: 0px;
	padding: 140px 140px 140px 90px;
	float: left;
	width: 100%;
}
.banner-case-studies-text {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.banner-case-studies-text h6 {
	color: #e1342e;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
}
.banner-case-studies-text h2 {
	color: #ffffff;
	font-size: 61px;
	font-weight: 700;
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
}
.banner-case-studies-text p {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	margin: 30px 0 30px 0;
	padding: 0px;
	line-height: 1.5;
	font-family: 'Montserrat', sans-serif;
}
.banner-case-studies-text a {
	float: left;
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
	background: #e1342e;
	padding: 8px 30px;
	text-transform: uppercase;
	border-radius: 3px;
	margin: 0px;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	border: 1px solid #e1342e;
}
.banner-case-studies-text a:hover {
	background: #fff;
	color: #e1342e;
}
.banner-case-studies-image img {
	width: 100%;
}
.their-vision {
	margin: 0px;
	padding: 50px 80px;
	float: left;
	width: 100%;
}
.vison-box {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.vison-box h3 {
	color: #262626;
	font-size: 28px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	margin: 0px 0px 25px 0px;
}
.vison-box p {
	color: #5c5c5c;
	font-size: 19px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	padding: 0px;
}
.vison-box ul {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.vison-box ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	color: #5c5c5c;
	font-size: 19px;
	font-weight: 400;
	list-style: none;
	font-family: 'Montserrat', sans-serif;
}
.vison-type {
	padding: 0px;
}/*challengeArea*/
.challengeArea {
	margin: 0px;
	padding: 100px 80px 150px 80px;
	float: left;
	width: 100%;
}
.challengeArea .LeftImg img {
	width: 100%;
}
.challengeArea .rightText {
	padding: 0px 30px;
}
.challengeArea .rightText h6 {
	color: #262626;
	font-size: 34px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	margin: 0px 0px 25px 0px;
}
.challengeArea .rightText p {
	color: #5c5c5c;
	font-size: 20px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 50px;
	padding: 0px;
}
.challengeArea .rightText a {
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
	background: #e1342e;
	text-transform: uppercase;
	border-radius: 3px;
	margin: 30px 0px 0px 0px;
	color: #fff;
	border: 1px solid #e1342e;
	padding: 10px 30px;
	text-decoration: none;
	font-weight: 500;
	display: inline-block;
}
.challengeArea .rightText a:hover {
	background: #fff;
	color: #e1342e;
}/*homeBody*/
.homeBody.homeBody-after-section {
	padding-bottom: 50px;
}
section.homeBody .bodyText {
	padding: 40px 80px 30px 80px;
}
.bodyText h6 {
	color: #e1342e;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0px 0px 16px 0px;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
}
.bodyText h6:before {
	content: '';
	width: 25px;
	height: 2px;
	background: #e1342e;
	float: left;
	margin: 6px 20px 0 0;
}
.bodyText h1, section.wellcome_silicon_graphics.offerSec h1 {
	color: #262626;
	font-size: 40px;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
	margin: 0px 0px 30px 0px;
}
.bodyText p {
	color: #5c5c5c;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	padding: 0px;
	margin-bottom: 20px;
}
section.homeBody .main-row-ecommerce {
	padding: 0px 0px 20px 0px;
}
section.homeBody .ecommer-tracking-box-main {
	margin: 0px;
	padding: 150px 0px 0px 150px;
}
section.homeBody .ecommer-tracking-box-main h6 {
	color: #e1342e;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
}
section.homeBody .ecommer-tracking-box-main h6:before {
	content: '';
	width: 25px;
	height: 2px;
	background: #e1342e;
	float: left;
	margin: 7px 20px 0 0;
}
section.homeBody .ecommer-tracking-box-main h2 {
	font-size: 30px;
	margin: 30px 0px;
}
section.homeBody .ecommer-tracking-box-main p {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 60px;
	padding: 0px;
	font-weight: 400;
}
section.homeBody .ecommer-tracking-box-main span {
	color: #262626;
	font-size: 14px;
	font-weight: 800;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
}
section.homeBody .ecommer-tracking-box-main span:after {
	content: '';
	width: 35px;
	height: 2px;
	background: #e1342e;
	float: right;
	margin: 10px 0px 0px 20px;
}
section.homeBody .main-row-ecommerce:nth-child(2) .ecommer-tracking-box-main {
	padding: 150px 0px 0px 82px;
}
section.homeBody .getStarted {
	margin: 100px 0px;
}/*offerSec*/
section.offerSec {
	padding: 100px 80px;
}
section.offerSec p {
	font-size: 18px;
	font-weight: 400;
	padding: 0px;
	margin-bottom: 30px;
}
section.offerSec .services_sg {
	padding: 50px 0px 0px 0px;
}
section.offerSec .sercvices_right {
	margin: 30px 0px 0px 0px;
	margin: 0px;
}
section.offerSec .sercvices_right h6 {
	font-weight: 800;
}
section.offerSec .sercvices_right h6:before {
	background: #e1342e;
	width: 25px;
	margin: 7px 20px 0 0;
}
section.offerSec .sercvices_right h2 {
	font-size: 24px;
	font-weight: 800;
	margin: 30px 0px;
}
section.offerSec .services_box h2 {
	font-weight: 800;
	margin: 30px 0px;
}
section.offerSec .services_box p {
	font-size: 14px;
}
section.homeBody .featureMainSec {
	padding: 30px 80px 80px 80px;
}
section.homeBody .featureMainSec .col-lg-3 {
	padding: 8px;
}
section.homeBody .featureMainSec .featureSec img {
	width: 100%;
	transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
}
section.homeBody .featureMainSec .featureSec img:nth-child(2), section.homeBody .featureMainSec .featureSec:hover img:nth-child(1) {
	display: none;
}
section.homeBody .featureMainSec .featureSec:hover img:nth-child(2) {
	display: block;
}/*testiSec*/
section.testiSec {
	padding: 60px 0px 0px 0px;
}
section.testiSec .main_testimonils {
	margin: 0px;
}
section.testiSec .testimonils_main {
	padding: 100px 0px 100px 40px;
}
section.testiSec .testimonils_main h2 {
	font-size: 37px;
	font-weight: 700;
	margin: 0px 0px 30px 0px;
	font-family: 'Libre Baskerville', serif;

}
.item, .active {
	height: 100%;
}
.carousel-inner>.item img {
	max-width: inherit;
}
.carousel-inner {
	height: 100%;
	position: relative;
}
#header {
	width: 100%;
	position: relative;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	font-size: 1em;
	top: 0px;
}
#header-canvas {
	position: relative;
	z-index: 3;
}
#header-slider {
	width: 100%;
	z-index: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
#header {
	height: auto !important;
}
#header.big {
	min-height: 100vh;
}
h2 {
	font-size: 60px;
}
p {
	padding: 10px
}/* Background images are set within the HTML using inline CSS, not here */
.fill {
	width: 100%;
	height: 800px;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	opacity: 0.6;
	position: absolute;
	top: 0px;
	right: 0px;
	left: 0px;
}
.carousel-caption {
	padding-bottom: 0px;
	left: 16%;
	right: 6%;
	padding-top: 0px;
	bottom: 0px;
	top: 16vh;
}
.carousel-caption .sliderLeft {
	text-align: left;
	position: relative;
	top: 80px;
}
.carousel-caption .sliderLeft h2 {
	color: #ffffff;
	font-size: 50px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	margin: 0px;
	text-transform: uppercase;
}
.carousel-caption .sliderLeft p {
	color: #ffffff;
	font-size: 17px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin: 30px 0 0 0;
	width: 60%;
	padding: 0px;
	display: inline-block;
}
.carousel-caption .sliderLeft a {
	float: left;
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
	background: #e1342e;
	padding: 10px 40px;
	text-transform: uppercase;
	border-radius: 3px;
	font-weight: 500;
	color: #fff;
	margin: 16px 0 0 0;
	text-decoration: none;
	border: 1px solid #e1342e;
	display: inline-block;
}
.carousel-caption .sliderLeft a:hover {
	background: #fff;
	color: #e1342e;
}
.carousel-caption .sliderRight img {
	width: 100%;
	float: right;
}
.carousel-inner .item:nth-child(2) .sliderRight {
	position: relative;
	top: -1px;
	width: 140%;
	right: 210px;
}
.carousel-inner .item:nth-child(3) .sliderRight {
	position: relative;
	top: 35px;
	width: 136%;
	right: 230px;
}
.carousel-inner .item:nth-child(4) .sliderRight {
	position: relative;
	width: 105%;
	right: 140px;
	bottom: 70px;
}
.carousel-indicators {
	width: 23%;
	left: 0px;
	bottom: 4%;
	z-index: 999;
	margin: 0px;
}
.carousel-indicators li {
	width: 11px;
	height: 10px;
	background: #fff;
	border: 2px solid transparent;
	margin: 0px 5px;
	border-radius: 0px;
}
.carousel-indicators .active {
	background: transparent;
	border: 2px solid #fff;
	position: relative;
	top: 1px;
	margin: 0px 5px;
}/** * Button */
.btn-transparent {
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
}
.btn-transparent:hover {
	background-color: #fff;
}
.btn-rounded {
	border-radius: 70px;
}
.btn-large {
	padding: 11px 45px;
	font-size: 18px;
}/** * Change animation duration */
.animated {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}
 @-webkit-keyframes fadeInRight {
 from {
 opacity: 0;
 -webkit-transform: translate3d(100px, 0, 0);
 transform: translate3d(100px, 0, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
 @keyframes fadeInRight {
 from {
 opacity: 0;
 -webkit-transform: translate3d(100px, 0, 0);
 transform: translate3d(100px, 0, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}
canvas {
	display: block;
	vertical-align: bottom;
}/* ---- particles.js container ---- */
#particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-image: url(style.css);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	top: 0;
}/* ---- stats.js ---- */
.count-particles {



: #000022;
	position: absolute;
	top: 48px;
	left: 0;
	width: 80px;
	color: #13E8E9;
	font-size: .8em;
	text-align: left;
	text-indent: 4px;
	line-height: 14px;
	padding-bottom: 2px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
.js-count-particles {
	font-size: 1.1em;
}
#stats, .count-particles {
	-webkit-user-select: none;
}
#stats {
	border-radius: 3px 3px 0 0;
	overflow: hidden;
}
.count-particles {
	border-radius: 0 0 3px 3px;
}
#myCarousel {
    background-position: center;
    background-size: cover;
    height: 87vh;
}
.sliderRight-item-3 {
}
.main_testimonils .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
	width: 1000% !important;
}
.owl-carousel .owl-item.active {/*	background:#000 !important; */
}
.banner-our-work {
	background: url(../images/our-work-banner.jpg) no-repeat;
}
.banner_text {
	padding-top: 20%;
}
.digital-transforamtion {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	background: url(../images/digital_transformation.jpg) no-repeat center;
	background-size: cover;
}
.digital-transforamtion .container {
	height: auto;
}
.digital-wrapper {
	margin: 0px;
	padding: 100px 0px;
	float: left;
	width: 100%;
}
.digital-wrapper h2 {
	font-size: 44px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	display: inline-block;
	margin: 0px;
}
.digital-wrapper h3 {
	font-size: 36px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	margin: 20px 0px 40px 0px;
}
.digital-wrapper h3 strong {
	font-weight: 600;
}
.digital-wrapper h4 {
	font-size: 24px;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin: 0px 0px 40px 0px;
	display: inline-block;
}
.digital-wrapper h5 {
	color: #ffffff;
	font-size: 26px;
	font-weight: 600;
	text-transform: uppercase;
	position: relative;
	padding: 0 0 19px 0;
	display: inline-block;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	margin: 0px;
}
.digital-wrapper h5:before {
	content: '';
	width: 35px;
	height: 7px;
	background: #FF0004;
	position: absolute;
	bottom: 0;
	font-family: 'Montserrat', sans-serif;
}
.digital-wrapper p {
	color: #ffffff;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.8;
	width: 210px;
	margin: 20px 0px;
	padding: 0px;
	float: left;
	font-family: 'Montserrat', sans-serif;
}
.digital-wrapper a {
	background: #fff;
	color: #232323;
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 16px 25px;
	float: left;
	margin: 34px 0 0 0;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
}
.digital-wrapper a:hover {
	background: #232323;
	color: #fff;
}
.how-we-work {
	margin: 0px;
	padding: 100px 80px;
	float: left;
	width: 100%;
	background: #f2f4f7;
}
.how-we-work h2 {
	color: #262626;
	font-size: 40px;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
	margin: 0px 0px 30px 0px;
}
.how-we-work p {
	color: #5c5c5c;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	padding: 0px;
}/*productDevHeader*/
.productDevHeader {
	background: url(../images/productHeadBg.png);
	background-size: cover;
}/*productPage*/
section.homeBody.productPage .main-row-ecommerce {
	padding: 0px;
}
section.homeBody.productPage .ecommer-tracking-box-main h2 {
	font-size: 26px;
	margin: 0px 0px 20px 0px;
}
section.homeBody.productPage .ecommer-tracking-box-main p {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 500;
}
.productPage p {
	font-size: 18px;
	font-weight: 400;
	padding: 0px;
	margin-bottom: 30px;
	color: #5c5c5c;
	font-family: 'Montserrat', sans-serif;
}
.productPage .bodyText ul {
	display: inline-block;
	list-style: none;
	margin: 0px;
	padding: 80px 0px 60px 0px;
	width: 100%;
	font-size: 0px;
}
.productPage .bodyText li {
	list-style: none;
	display: inline-block;
	width: 20%;
}
.productPage .bodyText li h6 {
	color: #000;
	display: inline-block;
	font-weight: 600;
	margin: 0px;
	font-size: 16px;
	vertical-align: middle;
	text-transform: capitalize;
}
.productPage .bodyText li h6:before {
	display: none;
}
.productPage .bodyText li .iconsArea img.arrow {
	margin: 0px 25px;
	display: inline-block;
	vertical-align: middle;
}
.productPage .bodyText li .iconsArea img:nth-child(4) {
	display: none;
}/*aboutUsHeader*/
section.aboutUsHeader {
	background: url(../images/aboutHeader.png);
	height: auto;
	background-size: cover;
}/*aboutMissionSec*/
section.aboutMissionSec {
	margin: 0px;
	padding: 100px 80px 50px 80px;
	float: left;
	width: 100%;
}
section.aboutMissionSec h1 {
	color: #262626;
	font-size: 50px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	margin: 120px 0px 20px 0px;
}
section.aboutMissionSec p {
	color: #5c5c5c;
	font-size: 20px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	padding: 0px;
}
section.aboutMissionSec .mssion-box {
	margin: 0px;
	padding: 100px 30px 30px 30px;
	float: left;
	width: 100%;
	text-align: center;
}
section.aboutMissionSec .mssion-box h2 {
	padding: 0px;
	color: #262626;
	font-size: 26px;
	font-weight: 700;
	margin: 40px 0 20px 0;
	font-family: 'Montserrat', sans-serif;
}
section.aboutMissionSec .mssion-box p {
	color: #5c5c5c;
	margin: 0px;
	font-size: 15px;
	font-weight: 500;
	line-height: 2;
}/*aboutCoreSec*//*aboutTeamSec*//*aboutProcessSec*//*aboutLogoSec*/
section.aboutCoreSec, section.aboutTeamSec, section.aboutProcessSec, section.aboutLogoSec {
	margin: 0px;
	padding: 100px 80px 50px 80px;
	float: left;
	width: 100%;
}
section.aboutCoreSec h2, section.aboutTeamSec h2, section.aboutProcessSec h2, section.aboutLogoSec .bodyText h2 {
	color: #262626;
	font-size: 40px;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
	margin: 0px 0px 20px 0px;
}
section.aboutCoreSec p, section.aboutTeamSec p, section.aboutProcessSec p, section.aboutLogoSec .bodyText p, section.aboutProcessSec .stepsHead p {
	color: #5c5c5c;
	font-size: 17px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	padding: 0px;
}
section.aboutCoreSec .core-values-boxes {
	margin: 0px;
	padding: 60px 30px 30px 30px;
	float: left;
	width: 100%;
	text-align: center;
}
section.aboutCoreSec .core-values-boxes h3 {
	padding: 0px;
	color: #262626;
	font-size: 22px;
	font-weight: 700;
	margin: 40px 0 20px 0;
	font-family: 'Montserrat', sans-serif;
}
section.aboutCoreSec .core-values-boxes p {
	color: #5c5c5c;
	margin: 0px;
	font-size: 13px;
	font-weight: 500;
	line-height: 2;
}/*aboutTeamSec*/
section.aboutTeamSec .team-boxes {
	margin: 0px;
	padding: 80px 0px 0px 0px;
	float: left;
	width: 100%;
	text-align: center;
}
section.aboutTeamSec .team-boxes h3 {
	color: #262626;
	font-size: 24px;
	font-weight: 800;
	margin: 50px 0px 15px 0px;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
}
section.aboutTeamSec .team-boxes h6 {
	color: #5c5c5c;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	margin: 0px;
}/*aboutProcessSec*/
section.aboutProcessSec .stepsHead {
	padding: 50px 0px;
}
section.aboutProcessSec .stepsHead h6 {
	color: #262626;
	font-size: 40px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	margin: 0px 0px 10px 0px;
}
section.aboutProcessSec .stepsHead h6 span {
	color: #5b1be6;
}
section.aboutProcessSec .stepsFields ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 0px;
}
section.aboutProcessSec .stepsFields li {
	list-style: none;
	display: inline-block;
	text-align: center;
	margin: 0px 65px;
}
section.aboutProcessSec .stepsFields li:first-child {
	margin-left: 0px;
}
section.aboutProcessSec .stepsFields li:last-child {
	margin-right: 0px;
}
section.aboutProcessSec .stepsFields li a {
	color: #d4d4d4;
	font-size: 20px;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
	border: 4px solid #d4d4d4;
	border-radius: 50px;
	width: 50px;
	height: 50px;
	line-height: 43px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
section.aboutProcessSec .stepsFields li a:hover, section.aboutProcessSec .stepsFields li.active a {
	color: #262626;
	border-color: #e1342e;
	-webkit-box-shadow: 0px 0px 30px 10px rgba(117,117,117,0.17);
	-moz-box-shadow: 0px 0px 30px 10px rgba(117,117,117,0.17);
	box-shadow: 0px 0px 40px 0px rgba(117,117,117,0.5);
}
section.aboutProcessSec .stepsFields li a:before {
	content: '';
	width: 115px;
	height: 1px;
	background: #e1e1e1;
	position: absolute;
	left: 45px;
	top: 20px;
	bottom: 0px;
	text-align: center;
	vertical-align: middle;
}
section.aboutProcessSec .stepsFields li:last-child a:before {
	display: none;
}
section.aboutProcessSec .stepsFields li a:after {
	content: '';
	border-top: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #e1e1e1;
	margin: 0px;
	position: absolute;
	right: 50px;
	top: 15px;
}
section.aboutProcessSec .stepsFields li:first-child a:after {
	display: none;
}
.stepsTooltip + .tooltip > .tooltip-inner {
	background-color: #262626;
	color: #FFF;
	padding: 8px 15px;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	-webkit-box-shadow: 0px 0px 30px 10px rgba(117,117,117,0.17);
	-moz-box-shadow: 0px 0px 30px 10px rgba(117,117,117,0.17);
	box-shadow: 0px 0px 40px 0px rgba(117,117,117,0.5);
}/* Tooltip on bottom */
.stepsTooltip + .tooltip.bottom > .tooltip-arrow {
	border-bottom: 5px solid 262626;
}
section.aboutProcessSec .stepsFields p {
	float: right;
	padding: 70px 0px 50px 40px;
	font-size: 14px;
	font-weight: 600;
	background: url(../images/questionImg.png) no-repeat left;
	background-position: 6% 60%;
	margin: 0px;
}
section.aboutProcessSec .stepsFields p a {
	color: #5b1be6;
	text-decoration: none;
}
section.aboutProcessSec .stepsFields p a:hover {
	color: #5c5c5c;
}/*aboutLogoSec*/
section.aboutLogoSec .bodyText {
	padding: 0px;
}
section.aboutLogoSec .bodyText h6 {
	color: #262626;
}
section.aboutLogoSec .bodyText h6:before {
	background: #112889;
}
section.aboutLogoSec .featureMainSec {
	padding: 50px 0px;
}/*processHeader*/
section.processHeader {
	background: url(../images/processHeader.png);
	height: auto;
	background-size: cover;
}/*processBody*/
section.homeBody .processBody {
	text-align: center;
}
section.homeBody .processBody h1, section.homeBody .processBody p {
	text-align: left;
}
section.homeBody .processBody p {
	margin-bottom: 20px;
}
section.homeBody .processBody img {
	padding: 100px 0px;
}/*processMidSec*/
.processMidSec .processMidHead {
	padding: 50px 80px 0px 80px
}
.processMidSec .processMidHead h2 {
	color: #262626;
	font-size: 40px;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
	margin: 0px 0px 30px 0px;
}
.processMidSec .processMidHead p {
	color: #5c5c5c;
	font-size: 17px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	padding: 0px;
	margin: 0px;
}
.processMidSec .ecommer-tracking-main {
	padding: 80px 80px 30px 80px;
}
section.homeBody.productPage .processMidSec .main-row-ecommerce {
	padding-bottom: 80px;
}
section.homeBody .processMidSec .ecommer-tracking-box-main, section.homeBody .processMidSec .main-row-ecommerce:nth-child(2) .ecommer-tracking-box-main {
	padding: 150px 0px 0px 0px;
}/*caseMainHeader*/
section.caseMainHeader {
	background: url(../images/mainCaseHeader.png);
	height: auto;
	background-size: cover;
}/*mainCasePage*/
section.mainCasePage {
	padding: 100px 80px 0px 80px;
}
section.mainCasePage .caseBox {
	padding-bottom: 80px;
}
section.mainCasePage .caseBox .caseImg {
	position: relative;
}
section.mainCasePage .caseImg {
	box-sizing: border-box;
	transition: all .35s ease;
}
section.mainCasePage .caseImg {
}
section.mainCasePage .caseImg .overlayImg {
	background-color: #135796;
	padding: 30px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	transform: translateX(-100%);
}
/*mobileAppHeader*/

section.mobileAppHeader {
	background: url(../images/mobileAppHeader.png);
	height: auto;
	background-size: cover;
}
section.mobileAppHeader a {
	font-size: 17px;
	font-family: 'Libre Baskerville', serif;
	background: #fff;
	padding: 8px 30px;
	text-transform: uppercase;
	border-radius: 3px;
	margin-top: 82px;
	color: #262626;
	text-decoration: none;
	font-weight: 500;
	border: 1px solid #fff;
	display: inline-block;
}
.margin-left{
     margin-left: 8.33333333%;
}
section.mobileAppHeader a:hover {
	background: transparent;
	color: #fff;
}
/*mobAppHeader*/

section.mobileAppHeader.mobAppHeader {
	background: url(../images/1.png);
	height: auto;
	background-size: cover;
	position:relative;
	z-index:1;
   background-position: 20% 0;
}

section.mobileAppHeader.mobAppHeader:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
section.thankHeader {
	background: url(../images/thank_slide_4.jpg);
	height: auto;
	background-size: cover;
}
.thankHeader .banner_text h4 {
    width: 45%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    line-height: 40px;
    font-size: 25px;
    color:#fff;
}
.mobAppHeader .banner_text, .gameDevelHeader .banner_text, .animationHeader .banner_text, .webDevelHeader .banner_text {
    text-align: left;
    padding: 0px;
    position: relative;
    top: 224px;
    left: 70px;
}
.webDevelHeader .banner_text h2 {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 20px;
}
.mobAppHeader .banner_text h4, .gameDevelHeader .banner_text h4, .animationHeader .banner_text h4, .webDevelHeader .banner_text h4 {
	color: #ffffff;
	font-size: 24px;
	font-weight: 400;
/*	font-family: 'Montserrat', sans-serif;*/
	margin: 0px auto 25px auto;
	padding: 0px;
}
.mobAppHeader .banner_text ul, .gameDevelHeader .banner_text ul, .animationHeader .banner_text ul, .webDevelHeader .banner_text ul {
	margin: 0px;
}
.mobAppHeader .banner_text li, .gameDevelHeader .banner_text li, .animationHeader .banner_text li, .webDevelHeader .banner_text li {
	color: #ffffff;
	font-size: 20px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	margin: 0px auto 25px auto;
	padding: 0px;
	width: 32%;
}
/*gameDevelHeader*/

section.mobileAppHeader.gameDevelHeader {
	background: url(../images/gameDevelBg.png);
	height: auto;
	background-size: cover;
}
/*animationHeader*/

section.mobileAppHeader.animationHeader {
	background: url(../images/animationBg.png);
	height: auto;
	background-size: cover;
}
/*webDevelHeader*/

section.mobileAppHeader.webDevelHeader {
	background: url(../images/websiteDevelBg.png);
	height: auto;
	background-size: cover;
}
/*appLeft*/

.appLeft {
	padding-right: 50px;
}
.appLeft h4 {
	font-family: 'Montserrat', sans-serif;
	color: #262626;
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 40px 0px;
}
.appLeft p {
	color: #5c5c5c;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	padding: 0px;
	margin-bottom: 30px;
	line-height: 1.6
}

.appSec .appRight .InnerIcon:hover {
	background: #4a2799;
}
.appSec .appRight .InnerIcon img:nth-child(2), .appSec .appRight .InnerIcon:hover img:nth-child(1) {
	display: none;
}
.appSec .appRight .InnerIcon:hover img:nth-child(2) {
	display: inline-block;
}
.appSec .appRight .InnerIcon:hover h6 {
	color: #fff;
}
.appSec .appRight .webRightArea ul {
	display: inline-block;
	width: 100%;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.appSec .appRight .webRightArea ul li {
	display: inline-block;
	width: 100%;
	list-style: none;
	padding: 5px 5px;
	background: #fff;
	box-shadow: 0px 0px 20px 5px rgba(117,117,117,0.17);
	transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	margin-bottom: 30px;
}
.appSec .appRight .webRightArea li img {
	transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
}
.appSec .appRight .webRightArea li:hover {
	background: #4a2799;
}
.appSec .appRight .webRightArea li img:nth-child(2), .appSec .appRight .webRightArea li:hover img:nth-child(1) {
	display: none;
}
.appSec .appRight .webRightArea li:hover img:nth-child(2) {
	display: inline-block;
}
.appSec .appRight .webRightArea li:hover p {
	color: #fff;
}
.appSec .appRight .webRightArea li p {
	display: inline-block;
	color: #5c5c5c;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
	margin-left: 10px;
}
.appSec.videoAppSec .appRight .InnerIcon:hover {
	background: #fff;
}
.appSec.videoAppSec .appRight .InnerIcon:hover h6 {
	color: #4a2799;
}
/*techSec*/

.techSec {
	background: #162d42;
	padding: 100px 50px;
	text-align: center;
}
.techSec h4 {
	font-size: 36px;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	margin: 0px 0px 20px 0px;
	display: inline-block;
}
.techSec h6 {
	font-size: 16px;
	color: #577691;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin: 0px 0px 20px 0px;
	display: inline-block;
	position: relative;
	text-align: center;
}
.techSec h6:before {
	content: '';
	width: 80px;
	height: 2px;
	background: #293e51;
	position: absolute;
	top: 25px;
	left: 33%;
	right: 0px;
	text-align: center;
	display: inline-block;
}
.techSec h6:after {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #293e51;
	content: '';
	position: absolute;
	bottom: -15px;
	left: 120px;
	right: 0px;
	transform: rotate(180deg);
}
.techSec p {
	color: #99aec2;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	padding: 0px;
	margin: 30px auto;
	line-height: 1.6;
}
.techSec p span {
	color: #3073ad;
}
.techSec ul {
	padding: 20px 0px 0px 0px;
	margin: 0px;
	list-style: none;
	display: inline-block;
}
.techSec ul li {
	list-style: none;
	display: inline-block;
	margin: 0px 30px;
	text-align: center;
}
.techSec ul li a {
	display: inline-block;
}
.techSec ul li h6 {
	display: block;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;
	margin: 15px 0px;
	text-decoration: underline;
}
.techSec ul li h6:before, .techSec ul li h6:after {
	display: none;
}
.techSec .moreBtn {
	margin-top: 50px;
	display: inline-block;
	text-align: center;
	width: 100%;
}
.techSec .moreBtn a {
	background: #08406f;
	background: -moz-linear-gradient(90deg, #e55115 0%, #ec8d25 100%);
	background: -webkit-linear-gradient(90deg, #e55115 0%, #ec8d25 100%);
	background: linear-gradient(90deg, #e55115 0%, #ec8d25 100%);
	display: inline-block;
	text-align: center;
	padding: 18px 30px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	font-weight: 300;
	border-radius: 5px;
	text-decoration: none;
}
.techSec .moreBtn a span {
	font-weight: 700;
	position: relative;
}
.techSec .moreBtn a span:before {
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -2px;
}
/*requestSec*/

.requestSec {
	background: #e1342e;
	display: inline-block;
	width: 100%;
}
.requestSec .container {
	height: auto;
}
.requestLeft {
	padding: 30px 0px;
}
.requestLeft h6 {
	color: #fff;
	font-size: 30px;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
	margin: 0px 0px 10px 0px;
}
.requestLeft h5 {
	color: #fff;
	font-size: 50px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	margin: 0px 0px 30px 0px;
}
.requestLeft p {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
	margin: 0 auto;
	padding: 0px;
}
.requestLeft .requestField {
	padding-top: 30px;
}
.requestLeft .requestField input {
	border: 1px solid #949494;
	box-shadow: none;
	border-radius: 5px;
	height: 45px;
	padding: 10px 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #949494;
	width: 50%;
	margin-right: 15px;
}
 input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
 -webkit-appearance: none;
 margin: 0;
}
 .requestLeft .requestField input::-webkit-input-placeholder {
 color: #949494;
 opacity: 1; /* Firefox */
 transition:all 300ms ease-in;
 -moz-transition:all 300ms ease-in;
 -ms-transition:all 300ms ease-in;
 -webkit-transition:all 300ms ease-in;
 -o-transition:all 300ms ease-in;
}
 .requestLeft .requestField input:-moz-placeholder {
 color: #949494;
 opacity: 1; /* Firefox */
 transition:all 300ms ease-in;
 -moz-transition:all 300ms ease-in;
 -ms-transition:all 300ms ease-in;
 -webkit-transition:all 300ms ease-in;
 -o-transition:all 300ms ease-in;
}
 .requestLeft .requestField input::-moz-placeholder {
 color: #949494;
 opacity: 1; /* Firefox */
 transition:all 300ms ease-in;
 -moz-transition:all 300ms ease-in;
 -ms-transition:all 300ms ease-in;
 -webkit-transition:all 300ms ease-in;
 -o-transition:all 300ms ease-in;
}
 .requestLeft .requestField input:-ms-input-placeholder {
 color: #949494;
 opacity: 1; /* Firefox */
 transition:all 300ms ease-in;
 -moz-transition:all 300ms ease-in;
 -ms-transition:all 300ms ease-in;
 -webkit-transition:all 300ms ease-in;
 -o-transition:all 300ms ease-in;
}
.requestLeft .requestField input:focus {
	border: 1px solid #1a1a1a !important;
	transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
}
.requestLeft .requestField a {
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	background: #262626;
	padding: 10px 30px;
	text-transform: uppercase;
	border-radius: 5px;
	margin: 0px;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	border: 1px solid #262626;
	position: relative;
	top: 0px;
	height: 44px;
	display: inline-block;
	line-height: 20px;
}

.requestLeft .requestField .btn_submit_requeset {
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	background: #262626;
	padding: 10px 30px;
	text-transform: uppercase;
	border-radius: 5px;
	margin: 0px;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	border: 1px solid #262626;
	position: relative;
	top: 0px;
	height: 44px;
	display: inline-block;
	line-height: 20px;
	width: 193px;
}
.requestLeft .requestField a:hover {
	background: transparent;
	color: #262626;
}
.requestRight img {
	width: 100%;
}
/*appMainSec*/

.appMainSec {
	padding-bottom: 0;
}
/*innerPageHead*/



.innerPageHead {
	margin: 0px;
	padding: 100px 80px 50px 80px;
	float: left;
	width: 100%;
}
.innerPageHead h2 {
	color: #262626;
	font-size: 40px;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
	margin: 0px 0px 30px 0px;
}
.innerPageHead p {
	color: #5c5c5c;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	padding: 0px;
	margin-bottom: 20px;
}/*appSec*/
.appSec {
	padding: 30px 80px 100px 80px;
}
.appSec.gameDevelAppSec {
	padding: 30px 0px 100px 80px;
}
.appSec.gameDevelAppSec .appRight {
	padding-right: 0px;
	position: relative;
	text-align: right;
}
.appSec.gameDevelAppSec .appRight img {
	width: 90%;
	position: absolute;
	top: -100px;
	right: 0px;
}
.appSec .InnerIcon {
	text-align: center;
}
.appSec .InnerIcon img:nth-child(2), .appSec .InnerIcon:hover img:nth-child(1) {
	display: none;
}
.appSec .InnerIcon:hover img:nth-child(2) {
	display: inline-block;
}
.appSec .InnerIcon h6 {
	padding: 0px;
	color: #262626;
	font-size: 18px;
	font-weight: 800;
	margin: 20px 0px;
	font-family: 'Montserrat', sans-serif;
}
section.aboutMissionSec.solutionPage {
	padding: 100px 80px 100px 80px;
}
section.aboutMissionSec.solutionPage .mssion-box {
	padding: 100px 30px 100px 30px;
}
.header_bg_1 {
	background: url(../images/banner_1.jpg);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	position: relative;
}
.header_bg_2 {
	background: url(../images/slide_1.jpg);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	position: relative;
}
.header_bg_3 {
	background: url(../images/slide_4.jpg);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	position: relative;
}
.header_bg_4 {
	background: url(../images/slide_6.jpg);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	position: relative;
}
.header_bg_5 {
	background: url(../images/slide_3.jpg);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	position: relative;
}
.header_bg_6 {
	background: url(../images/slide_2.jpg);
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	position: relative;
}
#header .carousel-inner .item:after {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	background-color: rgba(0,0,0,.4);
	content: '';
}
.header.fixed-header {
	position: fixed;
	opacity: 1;
	visibility: visible;
	left: 0px;
	top: 0px;
	width: 100%;
	/*padding: 10px 0px;*/
    padding:0;
	background: #f8f8f8;
	z-index: 999;
	border-bottom: 1px solid #ebebeb;
	box-shadow: 0px 0px 10px 0px rgba(177,177,177,1);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(177,177,177,1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(177,177,177,1);
	-ms-box-shadow: 0px 0px 10px 0px rgba(177,177,177,1);
	-o-box-shadow: 0px 0px 10px 0px rgba(177,177,177,1);
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.header.fixed-header .navigation {
	/*top: 0px;*/
	top:8px;
}
.header.fixed-header .nav_bar ul {
	margin-top: 10px;
}
.header.fixed-header .nav_bar ul li a {
	color: #2c2c2c;
	font-weight: 500;
}
.header.fixed-header .nav_bar ul li a:hover {
	color: #e1342e;
}
.header.fixed-header .nav_bar ul li a.get_started {
	color: #fff;
}
.header.fixed-header .nav_bar ul li a.get_started:hover {
	color: #e1342e;
}
.header.fixed-header .nav_bar ul li ul.dropdown {
	top: 35px;
}
.header.fixed-header .nav_bar ul li ul.dropdown li a {
	color: #fff;
}
.header.fixed-header .nav_bar ul li ul.dropdown li a:hover {
	color: #2c2c2c;
}/* Set all parents to full height */
.cbp-fbscroller > nav {
	position: fixed;
	z-index: 9999;
	left: 50px;
	top: 50%;
	width: 26px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.cbp-fbscroller > nav a {
	display: block;
	position: relative;
	z-index: 9999;
	color: transparent;
	background: #fadedd;
	width: 10px;
	height: 10px;
	outline: none;
	margin: 10px 0;
	border-radius: 50%;
}
.no-touch .cbp-fbscroller > nav a:hover {
	background: #262626;
}
.cbp-fbscroller > nav a.cbp-fbcurrent {
	background: #262626;
}/* background-attachment does the trick */
.cbp-fbscroller section {
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
}
.no-touch .cbp-fbscroller section {
	background-attachment: fixed;
}/*workSlider*/
.workSlider section.tabsSec {
	padding: 0px 80px;
}
.workSlider .tabsSec .work-slide-container {
	display: inline-block;
	width: 100%;
}
.workSlider .slide-work .left-work {
	padding: 211px 0px 250px 0px;
	text-align: left;
}
.workSlider .slide-work .left-work h3 {
	color: #262626;
	font-size: 40px;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
	margin: 0px 0px 30px 0px;
}
.workSlider .slide-work .left-work ul {
	padding: 0px;
	margin: 0px;
	font-size: 0px;
}
.workSlider .slide-work .left-work li {
	display: inline-block;
	margin: 0px 6px;
}
.workSlider .slide-work .left-work li:first-child {
	margin-left: 0px;
}
.workSlider .slide-work .left-work li:last-child {
	margin-right: 0px;
}
.workSlider .slide-work .left-work li a {
	float: left;
	background: #7f7f7f;
	color: #fff;
	padding: 6px 16px;
	border-radius: 50px;
	list-style: none;
	font-size: 13px;
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	border: 1px solid #7f7f7f;
	font-weight: 500;
}
.workSlider .slide-work .left-work li a:hover {
	background: transparent;
	color: #7f7f7f;
}
.workSlider .slide-work .left-work p {
	color: #5c5c5c;
	font-size: 17px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	padding: 40px 0px;
	margin: 0px;
	display: inline-block;
	line-height: 1.6;
}
.workSlider .slide-work .portfolio-img img {
	width: 100%;
}
.workSlider a.ideaBtn, .workSlider a.storeBtn {
	font-size: 17px;
	font-family: 'Poppins', sans-serif;
	background: #e1342e;
	padding: 8px 25px;
	text-transform: uppercase;
	border-radius: 3px;
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	border: 1px solid #e1342e;
	display: inline-block;
	margin-right: 20px;
	margin-top: 20px;
}
.workSlider a.ideaBtn:hover {
	background: transparent;
	color: #e1342e;
}
.workSlider a.storeBtn {
	background: #0e929e;
	border: 1px solid #0e929e;
}
.workSlider a.storeBtn:hover {
	background: transparent;
	color: #0e929e;
}
#fbsection1 {
	background-image: url(../images/1.jpg);
}
#fbsection2 {
	background-image: url(../images/2.jpg);
}
#fbsection3 {
	background-image: url(../images/3.jpg);
}
#fbsection4 {
	background-image: url(../images/4.jpg);
}
#fbsection5 {
	background-image: url(../images/5.jpg);
}
.fixed-header {
}
.solution_inner {
	margin: 0px;
	padding: 70px 0;
	float: left;
	width: 100%;
}
.solution_inner h2 {
	color: #262626;
	font-size: 31px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	margin: 0px 0px 20px 0px;
}
.solution_inner p {
	color: #5c5c5c;
	font-size: 20px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	padding: 0px;
}
.first {
	float: left;
	width: 100%;
}
.first ul {
	margin: 0px;
	padding: 0px;
}
.first ul li {
	list-style-type: circle;
	margin-left: 14px;
	margin-bottom: 9px !important;
	font-size: 21px;
}
.retail-platform {
	margin: 0px;
	padding: 60px 0 0px 0;
	float: left;
	width: 100%;
}
.retail-platform ul li {
	list-style-type: circle;
	margin-left: 14px;
	margin-bottom: 9px !important;
	font-size: 21px;
	width: 43%;
	float: left;
}
.retail-platform a {
	background: 0 0;
	color: #32bdb9;
	font-weight: 400;
	border: 2px solid #32bdb9;
	margin-top: 0.8em;
	float: left;
	padding: 10px 20px;
	font-size: 21px;
	border-radius: 6px;
}
.retail-pos {
	margin: 0px;
	padding: 100px 0 0px 0;
	float: left;
	width: 100%;
}
.perfect-pos {
	margin: 0px;
	padding: 59px 0;
	float: left;
	width: 100%;
	background: #f6f7f8;
}
.perfect-pos h2 {
	color: #262626;
	font-size: 31px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	margin: 0px 0px 20px 0px;
	text-align: center;
}
.perfect-pos p {
	color: #5c5c5c;
	font-size: 20px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	padding: 0px;
	text-align: center;
}
.col-perfecft-pos {
	background: #fff;
	margin-bottom: 15.5641%;
	text-align: center;
	text-transform: uppercase;
	padding: 2em 0;
	color: #567;
	box-shadow: 0 0 1rem -1rem transparent;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all .75s cubic-bezier(0, 1, .5, 1);
	transition: all .75s cubic-bezier(0, 1, .5, 1);
}
.col-perfecft-pos h4 {
	color: #000;
}
.col-perfecft-pos:hover {
	-webkit-transform: translateY(-.5rem);
	-ms-transform: translateY(-.5rem);
	transform: translateY(-.5rem);
	box-shadow: 0 2rem 1rem -1rem rgba(20,30,40,.1);
}
.col-perfect-main-row {
	padding: 40px 0 30px 0;
}
.retail-store {
	margin: 0px;
	padding: 60px 0;
	float: left;
	width: 100%;
	background-color: azure;
}
.retail-store h2 {
	color: #262626;
	font-size: 31px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	margin: 0px 0px 20px 0px;
}
.retail-store p {
	color: #5c5c5c;
	font-size: 20px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	padding: 0px;
}
.retail-store a {
	background: 0 0;
	color: #32bdb9;
	font-weight: 400;
	border: 2px solid #32bdb9;
	margin-top: 0.8em;
	float: left;
	padding: 10px 20px;
	font-size: 21px;
	border-radius: 6px;
}
.extend-power {
	margin: 0px;
	padding: 69px 0;
	float: left;
	width: 100%;
}
.extend-power ul li {
	list-style-type: circle;
	margin-left: 14px;
	margin-bottom: 9px !important;
	font-size: 21px;
	width: 43%;
	float: left;
}
.getting-started-easy {
	margin: 0px;
	padding: 60px 0;
	float: left;
	width: 100%;
}
.getting-started-easy hr {
	display: block;
	margin: 0 auto 4rem;
	padding: 0;
	height: .3rem;
	width: 10rem;
	border: 0;
	background-color: #32bdb9;
}
.getting-started-easy h2 {
	color: #262626;
	font-size: 31px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	margin: 0px 0px 20px 0px;
	text-align: center;
}
.getting-started-easy p {
	color: #5c5c5c;
	font-size: 20px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	padding: 0px;
	text-align: center;
}
.getting-started-row {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	text-align: center;
}
.getting-started-row h3 {
	color: #262626;
	font-size: 22px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	margin: 31px 0px 16px 0px;
	text-align: center;
}
.getting-started-row p {
	color: #5c5c5c;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	padding: 0px;
	text-align: center;
}
section.pos {
	background: url(../images/cropped-header-main-1920-1.jpg) !important;
	height: auto;
	background-size: cover;
}
#marketing section {
	position: relative;
}
.how-it-works .testimonial-cont {
	padding: 0 35px;
	text-align: center;
}
#marketing .mobile-show {
	display: none;
}
#marketing .light h3 {
	text-align: center;
	color: #a1a8b9;
	max-width: 800px;
	margin: auto;
}
#marketing h2 {
	font-size: 40px;
	line-height: 1.2;
	text-align: center;
}
#marketing h1, #marketing h2 {
	color: #454545;
	text-transform: none;
	font-family: Work Sans, sans-serif;
	font-weight: 300;
}
#marketing .light h3 {
	text-align: center;
	color: #a1a8b9;
	max-width: 800px;
	margin: auto;
}
#marketing h3 {
	text-align: left;
	color: #a1a8b9;
	font-weight: 400;
	font-family: Work Sans, sans-serif;
	font-size: 21px;
	margin-top: 20px;
}
#marketing .how-it-works .icons img {
	max-width: 43px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 8px;
}
#marketing .how-it-works .icons h3 {
	text-align: left;
	color: #454545;
	margin: 0;
	font-weight: 300;
	line-height: 1.3;
	display: inline-block;
	vertical-align: middle;
	font-size: 21px;
	padding-bottom: 10px;
}
#marketing .btn-border, #marketing .btn-primary {
	word-spacing: 3px;
	letter-spacing: 1px;
	font-family: Work Sans, sans-serif;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	padding: 14px 20px;
}
#marketing .btn-border {
	background: #fff;
	border: 1px solid #7375d2;
	color: #7375d2;
}
#marketing .testimonial {
	text-align: center;
	padding-left: 20%;
	padding-top: 20px;
}
#marketing .testimonial .quote {
	display: inline-block;
	position: relative;
}
#marketing .testimonial .quote .left-quote {
	position: absolute;
	left: -43px;
	top: -10px;
	z-index: -1;
	width: 57px;
}
#marketing .testimonial .quote .right-quote {
	position: absolute;
	right: -43px;
	bottom: 8px;
	z-index: -1;
	width: 57px;
}
#marketing .testimonial .quote p {
	font-size: 26px;
	color: #454545;
	text-align: center;
	font-weight: 300;
	line-height: 1.5;
}
#marketing section.grey {
	background: #f7f5f9;
}
#marketing .push-cont {
	display: flex;
	padding-top: 70px;
}
#marketing .boxes-img {
	position: absolute;
	width: 50%;
	right: -20px;
	bottom: 0;
}
.notifications h2 {
	text-align: center;
}
#marketing .stats-box-cont {
	display: flex;
	padding-top: 15px;
	position: relative;
}
#marketing .stats-box-cont {
	display: flex;
	padding-top: 15px;
	position: relative
}
#marketing .stats-box-cont .stats-box {
	max-width: 190px;
	box-shadow: 0 0 12px rgba(0,0,0,.13);
	display: inline-block;
	text-align: center;
	margin: 15px;
	border-radius: 8px;
	padding: 15px;
	background: #fff
}
#marketing .stats-box-cont .stats-box img {
	width: 80%;
	margin: auto
}
#marketing .stats-box-cont .stats-box p {
	margin-top: 20px;
	font-size: 16px;
	line-height: 1.2
}
#marketing .project-cont {
	display: table-cell;
	padding: 80px 0
}
#marketing .vert_center {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%)
}
#marketing .home {
	background-size: cover!important;
	background-position: 50%
}
#marketing .bg-image {
	background-size: cover;
	background-repeat: no-repeat!important;
	background-position: 100% 100%!important
}
#marketing .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(45deg, rgba(102,63,181,.9), rgba(12,119,248,.9))
}
#marketing .input-modal {
	display: block;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	bottom: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	z-index: 999999;
	transition: .5s;
	text-align: center;
	background-position: top;
	background-size: cover
}
#marketing .input-modal h1 {
	font-size: 50px
}
#marketing .input-modal .svg-blob {
	position: absolute;
	opacity: .25;
	right: -45%;
	bottom: -10%;
	width: 90%;
	height: 100%;
	transform: rotate(32deg)
}
#marketing .input-modal .svg-blob svg {
	width: 100%;
	height: 100%
}
#marketing .input-modal.open {
	opacity: 1!important;
	pointer-events: all!important
}
#marketing .vert_center {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%)
}
#marketing .push-cont .notification {
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 0 50px rgba(42,42,82,.2);
	width: 300px
}
#marketing .notification {
	-webkit-animation-duration: .25s!important;
	animation-duration: .25s!important
}
.light {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
#marketing #integrations-slider .slick-slide {
	padding: 40px;
	margin: 0;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	outline: none;
}
#marketing #integrations-slider .slick-slide:nth-child(2n) {
	margin-top: 50px;
}
#marketing #integrations-slider .slick-slide {
	padding: 40px;
	margin: 0;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	outline: none;
}
#marketing #integrations-slider .slick-slide {
	padding: 40px;
	margin: 0;
	background-size: contain;
	background-position: 50%;
	background-repeat: no-repeat;
	outline: none;
}
#marketing #integrations-slider .integration-slide .inner img {
	height: 30px;
	width: auto;
}
#marketing #integrations-slider .integration-slide .inner p {
	color: #6e6e6e;
	margin-top: 20px;
	font-size: 15px;
}
.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}
.slick-list, .slick-slider {
	position: relative;
	display: block
}
.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}
.slick-list:focus {
	outline: none
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}
.slick-track:after, .slick-track:before {
	display: table;
	content: ""
}
.slick-track:after {
	clear: both
}
.slick-loading .slick-track {
	visibility: hidden
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}
[dir=rtl] .slick-slide {
	float: right
}
.slick-slide img {
	display: block
}
.slick-slide.slick-loading img {
	display: none
}
.slick-slide.dragging img {
	pointer-events: none
}
.slick-initialized .slick-slide {
	display: block
}
.slick-loading .slick-slide {
	visibility: hidden
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
.slick-arrow.slick-hidden {
	display: none
}
.image {
	position: absolute
}
.slick-next, .slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
	border: none
}
.slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
	color: transparent;
	outline: none;
	background: transparent
}
.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
	opacity: 1
}
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
	opacity: .25
}
.slick-next:before, .slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.slick-prev {
	left: -25px
}
[dir=rtl] .slick-prev {
	right: -25px;
	left: auto
}
.slick-prev:before {
	content: "â†"
}
[dir=rtl] .slick-prev:before {
	content: "â†’"
}
.slick-next {
	right: -25px
}
[dir=rtl] .slick-next {
	right: auto;
	left: -25px
}
.slick-next:before {
	content: "â†’"
}
[dir=rtl] .slick-next:before {
	content: "â†"
}
.slick-dots {
	position: absolute;
	bottom: 7px;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 14px;
	cursor: pointer
}
.slick-dots li button {
	font-size: 0;
	border: none;
	background: transparent
}
.slick-dots li button:focus, .slick-dots li button:hover {
	outline: none
}
.slick-dots li button:focus:before, .slick-dots li button:hover:before {
	opacity: 1
}
.slick-dots li button:before {
	font-size: 16px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "â€¢";
	text-align: center;
	opacity: 1;
	color: #8c8c8c;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #fff
}
#marketing #integrations-slider .integration-slide .inner {
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(0,0,0,.13);
	padding: 40px;
	text-align: left;
	background: #fff;
}
.tab-content .fusion-mobile-tab-nav {
	display: none;
}
section.tabsLink .nav {
	background: #2b73ee;
	padding: 0px;
}
section.tabsLink .nav ul {
	padding: 0px;
	margin: 0px;
}
section.tabsLink .nav ul li {
	width: auto;
	margin: 0px;
	padding: 0px;
}
section.tabsLink .nav li a {
	border: 0px !important;
	display: inline-block;
	border-radius: 0px;
	background: transparent;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	padding: 25px;
}
section.tabsLink .nav li a h4 {
	margin: 0px;
	padding: 0px;
}
section.tabsLink .nav li a:hover, section.tabsLink .nav li.active a {
	background: #316ccf;
	color: #fff;
}
.business-intel-banner {
	background: url(../images/business-intelligence-banner.jpg) !important;
}
.sass-application-banner {
	background: url(../images/sass-aplication.jpg) no-repeat !important;
	background-size: cover !important;
}
.ar-vr-banner {
	background: url(../images/ar-vr-banner.jpg) no-repeat !important;
	background-size: cover !important; background-repeat: no-repeat;
}
.vr-img-box {
	height: 117px;
}
.about_banner {
	background: url(../images/about-banner.jpg) no-repeat !important;
	background-size: cover !important;
}
.contact_banner {
	background: url(../images/contact-banner.jpg) no-repeat !important;
	background-size: cover !important;
}
.how-work_banner{
	background: url(../images/mobileAppBg1.png) no-repeat !important;
	background-size: cover !important;
}
.merchant_banner{
	background: url(../images/merchant.jpg) no-repeat !important;
	background-size: cover !important;
}
.faq_banner{
	background: url(../images/faq.jpg) no-repeat !important;
	background-size: cover !important;
}
.users_banner{
	background: url(../images/user.jpg) no-repeat !important;
	background-size: cover !important;
}
.Privacy_banner{
	background: url(../images/Privacy-Policy.jpg) no-repeat !important;
	background-size: cover !important;
}
.terms_banner{
	background: url(../images/Terms.jpg) no-repeat !important;
	background-size: cover !important;
}
.Vendor_banner{
	background: url(../images/Vendor.jpg) no-repeat !important;
	background-size: cover !important;
}

.about_main_new {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.about_main_new h1 {
	font-weight: 400 !important;
	margin: 0 !important;
	font-size: 35px !important;
	line-height: 1.29 !important;
	text-align: center !important;
	font-weight: 400 !important;
	font-family: 'Adobe Garamond Pro' !important;
	color: #4a494e !important;
}
.about_right_new {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.main_about_text {
	background: #fff url(https://www.appster.com.au/wp-content/themes/appsterJUNE/images/our-mission.jpg) center top no-repeat;
	background-size: auto 54%;
	padding-top: 50px;
	padding-bottom: 50px;
	background-position: right center;
	height: 380px;
	float: left;
	width: 100%;
}
.about_right_new p {
	color: #5c5c5c;
	font-size: 20px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	padding: 0px;
	width: 420px;
	float: right;
	margin: 90px 0 0 0;
}
.execution-gap {
	margin: 0px;
	padding: 80px 0;
	float: left;
	width: 100%;
}
.execution-gap h2 {
	padding: 0px 0px 20px 20px;
	color: #262626;
	font-size: 25px;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
	margin: 0px 0px 20px 0px;
}
.execution-gap p {
	color: #5c5c5c;
	font-size: 17px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	padding: 0px;
	width: auto;
	float: right;
	margin: 0px 0 0 0;
	padding: 0px 0px 20px 20px;
}
.execution-gap img {
	width: 400px;
	float: right;
}
.our-founder {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.our-founder h2 {
	padding: 0px 0px 20px 20px;
	color: #262626;
	font-size: 25px;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
	margin: 0px 0px 20px 0px;
	text-align: center;
}
.our-founder h4 {
	color: #5c5c5c;
	font-size: 20px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	padding: 0px;
	width: 100%;
	float: right;
	margin: 0px 0 0 0;
	text-align: center;
}
.our-four-promises-sec {
	padding-top: 72px;
	padding-bottom: 76px;
	position: relative;
}
.our-four-promises-col {
	width: 25%;
	min-height: 1px;
	position: relative;
	float: left;
}
.our-four-promises-col:nth-child(1)::before {
	width: 50%;
	right: 0;
}
.our-four-promises-col::before {
	content: "";
	width: 100%;
	position: absolute;
	height: 1px;
	background-color: #cecdc0;
	top: 25px;
}
.our-four-circle {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	border: solid 1px #cecdc0;
	border-radius: 50%;
	position: relative;
}
.our-four-circle-inner {
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	font-size: 30px;
	color: #ef4c23;
	font-weight: 900;
	font-family: 'Montserrat', sans-serif;
	line-height: 46px;
	margin: auto;
	font-weight: 300!important;
}
.our-four-promises-sec h5 {
	margin: 0;
	font-size: 20px;
	font-weight: 900;
	font-family: 'CircularStd';
	text-align: center;
	padding-top: 16px;
	padding-bottom: 4px;
	color: #545357;
	font-family: 'Montserrat', sans-serif;
}
.our-four-promises-sec h6 {
	margin: 0;
	font-size: 16px;
	font-family: 'AvenirNextLTPro';
	font-weight: normal;
	line-height: 1.5;
	text-align: center;
	color: #79787d;
	font-family: 'Montserrat', sans-serif;
}

.appSec ul li{
    color: #5c5c5c;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    padding: 0px;
    line-height: 2;
}
.about-new-div{
    margin-bottom:20px;
}
.about-txt-new {
    height: 450px;
    min-height: 450px;
    padding: 0;
}
.about-new-div h2{
    color: #262626;
    font-size: 40px;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    margin: 0px 0px 20px 0px;
}
.about-new-div p {
    color: #5c5c5c;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    padding: 0px;
    width: auto;
    /* float: right; */
    margin: 0 0 0 0;
    padding: 0px 0px 10px 0;
}

.getStartPop .modal-content {
	z-index: 9999;
	padding: 40px;
}
.getStartPop .modal-header {
    top: 5px;
    padding: 0px;
    position: absolute;
    right: 5px;
    box-shadow: none;
    border: 0px;
    border-radius: 0px;
}
.getStartPop .modal-header button {
    font-size: 26px;
    color: #000;
    opacity: 1;
}
.getStartPop .modal-body {
	padding: 0px;
}
.getStartPop .getStartBody {
	text-align: center;
}
.getStartPop .getStartBody h3 {
	font-size: 40px;
	font-weight: 500;
	margin: 0px 0px 15px;
	color: #232323;
	font-family: 'Poppins', sans-serif;
}
.getStartPop .getStartBody p {
	font-size: 16px;
	font-weight: 400;
	margin: 0px 0px 15px;
	color: #232323;
	font-family: 'Poppins', sans-serif;
}
.getStartPop .getStartBody input, .getStartPop .getStartBody textarea {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 10px;
    background: #fff;
    color: #0a0a0a;
    font-weight: 300;
    -webkit-appearance: none;
    border-radius: 3px;
    border: 1px solid #b0bbca;
    box-shadow: 0px;
    font-family: 'Poppins', sans-serif;
}
.getStartPop .getStartBody textarea {
	height: 150px;
}
.getStartPop .getStartBody .input_field { 
	position:relative;
	display:block;
	float:left;
	padding:20px 10px 10px 10px;
	width:100%;
	border:0;
	background:#fff;
	color:#0a0a0a;
	font-weight:300;
	-webkit-appearance:none;
	line-height: 1.4em;
	border-radius: 3px;
	border: 1px solid #b0bbca;
	font-weight:300;
	font-size: 16px;
	resize: none; 
	margin-bottom: 15px;
	height: auto;
}
.getStartPop .getStartBody .input_field:focus {
	outline:0;
}
.getStartPop .getStartBody .input_label-float{position:absolute;width:96%;text-align:left;padding:0;height:100%;pointer-events:none;left:10px; right: 10px;}
.getStartPop .getStartBody .input_label-content-float {padding: 0;font-size: 14px;display: inline-block;vertical-align: bottom;-webkit-transform-origin: 0 0;transform-origin: 0 0;-webkit-transform: translate3d(17px,18px,0);transform: translate3d(17px,18px,0);-webkit-transition: -webkit-transform .3s;transition: transform .3s;line-height: 22px;font-weight: 300;font-family: 'Poppins', sans-serif;}
.getStartPop .getStartBody .input_field-float:focus+.input_label-float .input_label-content-float,.getStartPop .getStartBody .input_field-float.valid+.input_label-float .input_label-content-float,.getStartPop .getStartBody .input-filled .input_label-content-float{-webkit-transform: translate3d(15px,8px,0) scale3d(0.7,0.7,1);transform: translate3d(15px,8px,0) scale3d(0.7,0.7,1);}
.getStartPop .getStartBody .input_field-float.error+.input_label-float .input_label-content-float{color: #1f74fb;}
.getStartPop .getStartBody textarea.input_field-float {line-height: 1.4em;}
.getStartPop .getStartBody label[for=nda]{padding-left: 30px;margin-top: 15px;text-align:left;color: #0a0a0a;cursor:pointer;position: relative;font-size: 13px; font-family: 'Poppins', sans-serif;float: left;font-weight: 300;}
.getStartPop .getStartBody label[for=nda] input {position: absolute;opacity: 0;cursor: pointer;}
.checkmark {position: absolute;top: -2px;left: 0;height: 20px;width: 20px;border:2px solid #dde1e8;}
.getStartPop .getStartBody label[for=nda] input:checked ~ .checkmark {border-color: #1f74fb;}
.checkmark:after {content: "";position: absolute;display: none;}
.getStartPop .getStartBody label[for=nda] input:checked ~ .checkmark:after {display: block;}
.getStartPop .getStartBody label[for=nda] .checkmark:after {left: 6px;top: 3px;width: 5px;height: 10px;border: solid #1f74fb;border-width: 0 3px 3px 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
.getStartPop .getStartBody input.error, .form-style-one textarea.error {border-bottom-color: #fb1f1f !important;border-bottom: 2px solid;}
.getStartPop .getStartBody label.error{display:none !important;}
.getStartPop .getStartBody button {
    font-size: 17px;
    font-family: 'Poppins', sans-serif;
    background: #e1342e;
    padding: 10px 30px;
    text-transform: uppercase;
    border-radius: 3px;
    margin: 0px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    border: 1px solid #e1342e;
    cursor: pointer;
    width: 100%;
}
.getStartPop .getStartBody button:hover {
	background: #fff;
	color: #e1342e;
}


.banner-case-studies-image{
	padding: 140px 0 0 0 !important;
	}
	
	
	.case-studies-banner{
		
		min-height: auto !important;
		}




















/*Floating Form*/



.floating-form.open .inner-float {

	right: 1490px;

}

.f-whole .left-sec {

	padding: 0px 0 0;
	position: relative;
	top: -43px;

}

.floating-form .f-whole {

	padding: 30px 60px 0 90px;

}

.floating-form {

	position: fixed;

	-webkit-transition: 0.4s;

	-moz-transition: 0.4s;

	-o-transition: 0.4s;

	transition: 0.4s;

	right: -50px;

	height: 100%;

	z-index: 999;

	top: 0;

	width: 50px;

}

.floating-form.open {

	-webkit-transition: 0.4s;

	-moz-transition: 0.4s;

	-o-transition: 0.4s;

	transition: 0.4s;

	z-index: 1000;

	right: 600px;

}

.floating-form.open:before {
	position: fixed;
	content: "";
	width: 100%;
	height: 100vh;
	background: #000000d6;
	z-index: 1;
	left: -612px;

}

.floating-form.open .strip {/* -webkit-transition: 0.4s; */

	-moz-transition: 0.4s;

	-o-transition: 0.4s;

	right: unset;

	z-index: 100;

}

.floating-form .strip p {

	color: #ff5926;

	font-size: 20px;

	transform: rotate(-90deg);

	display: inline-block;

	padding: 0;

	position: absolute;

	bottom: 16px;

	left: -57px;

	font-weight: 700;

}

.floating-form .strip span.plane {

	color: #000;

	position: absolute;

	left: 13px;

	font-size: 28px;

	transform: rotate(0);

	top: 35px;

}

.floating-form select#interest option {

	color: #2a2a2a;

}

.floating-form.open .strip p {

}

.floating-form.open .strip span.plane {

	opacity: 0;

}

.floating-form .inner-float {

	position: absolute;

	-webkit-transition: 0.4s;

	-moz-transition: 0.4s;

	-o-transition: 0.4s;

	transition: 0.4s;

	width: 100%;

	top: 0;

	bottom: 0;

}

.floating-form.open .inner-float {

	right: 50%;

	-webkit-transition: 0.4s;

	-moz-transition: 0.4s;

	-o-transition: 0.4s;

	transition: 0.4s;

}



@media screen and (min-width: 1900px) {

.floating-form .f-whole {

	padding: 35px 60px 0 90px !important;

}

}
@media screen and (max-width: 991px) {

.floating-form .f-whole {
    position: absolute;
    width: 700px !important;
	}
	.floating-form.open:before {
    left: -540px;
	}
	.floating-form.open {
    right: 500px;
	}
	.floating-form .f-whole {
    padding: 30px 150px 0 80px !important;
	}

}
@media screen and (max-width: 767px) {
.iphone-img{display:none;}
.storeArea h2 {
    margin: 10px 0 10px 0;
    font-size: 23px;
    line-height: 30px;
}
.storeArea p {
    margin: 10px 0 10px 0;
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
}
.storeContent ul li {
    padding: 5px 20px 5px 45px;
    margin: 5px 0;
	max-width: 78%;
    width: 100%;
}
.storeArea .storeContent {
    padding: 0 20px;
}
.storeArea .item {
    background-image: none !important;
    background-color: #f3f4f8;
    padding: 15px 0px;
    width: 100%;
    height: auto;
    float: left;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.storeContent ul {
    padding: 0;
}
.storeContent ul li a span {
    font-size: 24px;
}
.storeContent ul li:nth-child(1):before {
    left: 13px;
}
.storeContent ul li:nth-child(2):before {
    left: 13px;

}

	.floating-form .f-whole {
    padding: 30px 240px 0 80px !important;
	}
	.banner_text h2 {
    margin: 0 0 14px 0;
}
.mobAppHeader .banner_text h4, .gameDevelHeader .banner_text h4, .animationHeader .banner_text h4, .webDevelHeader .banner_text h4 {
    font-size: 20px;

}
	.floating-form.open {
    right: 410px !important;
	}
	.floating-form.open:before {
    left: -470px;
	}
	.floating-form form input[type="submit"] {
    width: auto !important;
    padding: 15px 15px !important;
    }
    .floating-form .strip {
    width: 70px;
    height: 70px;
    left: -25px;
    }

    .cross-btn {
    font-size: 30px !important;
    left: -10px;
    right: 0px;
    position: relative;
    display: block;
	}

	.floating-form .strip p {
    bottom: 10px;
    }
}

	@media screen and (max-width: 580px){
	.floating-form .f-whole {
    padding: 30px 334px 0 80px !important;
	}
	.floating-form.open {
    right: 310px !important;
	}
	.form-bottom.formb-floating {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.formb-floating label.checkbox-dis {
    width: 100%;
    display: flex;
	}
	.form-bottom.formb-floating {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.form-bottom.formb-floating .checkbx p {
    padding: 0;
    margin: 0 0 0 6px;
    display: inline-block;
    font-size: 12px;
    width: 100%;
    vertical-align: middle;
}
.floating-form.open:before {
    left: -346px;
}
.form-bottom.formb-floating .formb-left {
    display: inline-block;
    width: 100% !important;
    vertical-align: bottom;
	}
}
@media screen and (max-width: 480px){
	.floating-form .f-whole {
    padding: 0px 420px 0 40px !important;
}
.floating-form.open {
    right: 220px !important;
}
.icon-paperplane:before {
    content: "\f1d9";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    font-size: 22px;
    top: -20px !important;
    position: relative;
}
.floating-form .strip {
    position: absolute;
    width: 70px !important;
    height: 70px !important;
}
.floating-form form input {
    margin: 0px 0 10px 0 !important;
    }
    .floating-form form input[type="submit"] {
    width: 200px;
    margin: 0 !important;
}
.floating-form .strip {
    left: -40px !important;
    }
    .floating-form .strip p {
    bottom: 10px;
    display: none;
}.icon-paperplane:before {
    content: "\f1d9";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    font-size: 22px;
    top: -25px !important;
    position: relative;
    left: 2px;
    font-size: 18px !important;
}
.f-whole .left-sec {
    /* padding: 0px 0 0; */
    position: relative;
    top: -55px;
}
    
}
@media screen and (max-width: 320px){
	.icon-paperplane:before {
    content: "\f1d9";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    font-size: 22px;
    top: -30px !important;
    position: relative;
    left: -8px;
    font-size: 14px !important;
}
.icon-paperplane:before {

    content: "\f1d9";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    font-size: 22px;
    top: -39px !important;
    position: relative;
    left: 2px;
    font-size: 14px !important;
}
.floating-form .strip {
    position: absolute;
    width: 50px !important;
    height: 50px !important;
}
.floating-form .cross-btn {
    font-size: 19px !important;
    left: -12px;
    right: 0px;
    position: relative;
    display: block;
    top: 5px;
}
.floating-form form textarea {
    height: 70px !important;
    resize: none ;
	}
}
.floating-form .strip {

	position: absolute;

	width: 100px;

	height: 100px;

	background: #ff5926;

	z-index: 5;

	top: 0;

	border-radius: 50%;

	bottom: 0;

	margin: auto;

	box-shadow: -10px 0 60px #24214a7d;

	display: inline-block;

	left: -40px;

	cursor: pointer;

	-webkit-transition: 0.4s;

	-moz-transition: 0.4s;

	-o-transition: 0.4s;

	transition: 0.4s;

	z-index: 100;

}

.floating-form:hover .strip {

	-webkit-transform: scale3d(1.1, 1.1, 1);

	transform: scale3d(1.1, 1.1, 1);

}

.floating-form .strip img {

}

 input:invalid {

 color: #fff;

 font-size: 18px;

}

.floating-form .f-whole {

	position: absolute;

	width: 800px;

	background: rgb(33, 33, 33);

	z-index: 99;

	top: 0;

	height: 100vh;

	padding: 48px 60px 0 90px;

	-webkit-transition: 0.4s;

	-moz-transition: 0.4s;

	-o-transition: 0.4s;

	transition: 0.4s;

	-webkit-transition: 0.4s;

	-moz-transition: 0.4s;

	-o-transition: 0.4s;

	transition: 0.4s;

}

.floating-form.open .f-whole {

	-webkit-transition: 0.4s;

	-moz-transition: 0.4s;

	-o-transition: 0.4s;

	transition: 0.4s;

}

.f-whole {

	display: table;

	width: 100%;

}

.f-whole .left-sec {

	display: table-cell;

	vertical-align: middle;

}

.left-sec h3, .left-sec p {

	color: #fff;

}

.left-sec h2 {

	color: #fff;

	padding-bottom: 50px;

	font-size: 40px;

	font-weight: 700;

	text-transform: uppercase;

}

.floating-form form {

	float: right;

	width: 100%;

}

.floating-form form textarea, .floating-form form select, .form-control {

	display: block;

	width: 100%;

	padding: .375rem .75rem;

	font-size: 1rem;

	line-height: 1.5;

	color: #fff;

	background-color: transparent;

	background-clip: padding-box;

	border: transparent;

	border-bottom: 1px solid #ced4da;

	border-radius: 0;

	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	    box-shadow: none;

}

.floating-form form input {

	margin: 0px 0 25px 0;

	display: block;

	width: 100%;

	padding: .375rem .75rem;

	font-size: 1rem;

	line-height: 1.5;

	color: #ffffff;

	background-color: transparent;

	background-clip: padding-box;

	border: transparent;

	border-bottom: 1px solid #ced4da;

	border-radius: 0;

	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	    box-shadow: none;

}

.floating-form form select {

	margin: 0 0 25px 0;

}

.floating-form form .intl-tel-input {

	margin: 0px 0 25px 0;

}

.floating-form .intl-tel-input.separate-dial-code .selected-dial-code {

	font-size: 18px;

	color: #495057;

}

.floating-form .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input {

	color: #495057;

	border-bottom: 1px solid #ced4da;

	font-size: 18px;

}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input {

	padding-left: 94px;

	display: block;

	width: 100%;

	font-size: 1rem;

	color: #8b9de2;

	line-height: 1.5;

	background-color: transparent;

	background-clip: padding-box;

	border: transparent;

	border-bottom: 1px solid #3f4d84;

	border-radius: 0;

	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}

.floating-form form textarea {

	height: 100px;

	resize: none;

}


.floating-form form input[type="submit"] {
    width: 201px;
    margin: 20px 0 0;
    border: transparent;
    background: #ff5926;
    color: rgb(255, 255, 255);
    padding: 13px 0;
    border-radius: 10px;
    cursor: pointer;
    /* float: right; */
}

.floating-form form input:focus,  .floating-form form select:focus,  .floating-form form textarea:focus {

	outline: none;

	box-shadow: none;

}

.floating-form .f-rght {

	padding: 0 0px;

	height: 100%;

	background: url(../img/bg-form.png)no-repeat right bottom;

	background-position: 0 160px;

	background-size: contain;

}

.floating-form h3 {

	font-size: 22px;

	max-width: 100%;

}

.floating-form h6 {

	padding: 0;

	font-size: 14px;

}

.floating-form p {

	font-size: 16px;

	max-width: 100%;

	font-weight: 500;

	color: #fff;

	padding: 0px 0 30px 0;

}

.floating-form a.teli {

	color: var(--theme-dark);

	font-size: 14px;

}

.cross-btn {

	font-size: 40px;

}

.floating-form.open .btn-close {

	z-index: 100;

	position: absolute;

	left: 32px;

	top: -10px;

	width: 80px;

	color: #000;

	-webkit-transition: 0.4s;

	-moz-transition: 0.4s;

	-o-transition: 0.4s;

	transition: 0.4s;

	bottom: 0;

	margin: auto;

	height: 25px;

	transform: none;

	display: block;

}

.form-bottom.formb-floating {

	margin: 14px 0 0 0;

}

.form-bottom.formb-floating .formb-left {

	display: inline-block;

	width: 61%;

	vertical-align: bottom;

}

.form-bottom.formb-floating .formb-left p {

	font-size: 16px;

}

.form-bottom.formb-floating .checkbx p {

	padding: 0;

	margin: 0 0 0 6px;

	display: inline-block;

	font-size: 12px;

	width: 86%;

	vertical-align: middle;

}

.form-bottom.formb-floating .formb-right {

	display: inline-block;

	width: 10%;

	text-align: left;

}

.form-bottom.formb-floating .checkmark {

	background-color: #ffffff;

	top: 3px;

}

.form-bottom.formb-floating .checkbx .checkmark:after {

	border: solid #4c5682;

	color: #4c5682;

	border-width: 0 3px 3px 0;

}

.floating-form .f-whole {

	width: 680px;

	padding: 25px 60px 0 80px;

}

/*.f-whole .left-sec{width: 100%;}*/



/*.floating-form.open{right: 555px;}*/



.floating-form form textarea, .floating-form form select, .form-control,  .floating-form .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input,  .floating-form form input {

	font-size: 12px;

}

.rght-sec {

	width: 50%;

	float: right;

	display: inline-block;

}

.checkbx label input[type="checkbox"] {

	display: inline-block;

	width: 18px;

	height: 17px;

	margin: 0;

	vertical-align: middle;

	margin-right: 8px;

	margin-top: 5px;

}

.checkbox-dis {

	display: inline-block;

}

.btn-close .hamb {

	display: inline-block;

	vertical-align: middle;

	margin: 0 0 0 9px;

	z-index: 99999;

}

.btn-close .hamb .bar.one {

	height: 1.5px;

	transform: rotate(-40deg);

}

.btn-close .hamb .bar {

	-webkit-transition: opacity 250ms 0ms ease, transform 350ms 150ms ease, margin 250ms ease;

	-moz-transition: opacity 250ms 0ms ease, transform 350ms 150ms ease, margin 250ms ease;

	-ms-transition: opacity 250ms 0ms ease, transform 350ms 150ms ease, margin 250ms ease;

	-o-transition: opacity 250ms 0ms ease, transform 350ms 150ms ease, margin 250ms ease;

	transition: opacity 250ms 0ms ease, transform 350ms 150ms ease, margin 250ms ease;

	z-index: 99999;

}

.btn-close .hamb .bar.second {

	display: none;

}

.btn-close .hamb .bar {

	-webkit-transition: opacity 250ms 0ms ease, transform 350ms 150ms ease, margin 250ms ease;

	-moz-transition: opacity 250ms 0ms ease, transform 350ms 150ms ease, margin 250ms ease;

	-ms-transition: opacity 250ms 0ms ease, transform 350ms 150ms ease, margin 250ms ease;

	-o-transition: opacity 250ms 0ms ease, transform 350ms 150ms ease, margin 250ms ease;

	transition: opacity 250ms 0ms ease, transform 350ms 150ms ease, margin 250ms ease;

	z-index: 99999;

}

.btn-close .hamb .bar.two {

	transform: rotate(47deg);

	top: -5px;

	position: relative;

	height: 1.5px;

}

.btn-close .hamb .bar {

	-webkit-transition: opacity 250ms 0ms ease, transform 350ms 150ms ease, margin 250ms ease;

	-moz-transition: opacity 250ms 0ms ease, transform 350ms 150ms ease, margin 250ms ease;

	-ms-transition: opacity 250ms 0ms ease, transform 350ms 150ms ease, margin 250ms ease;

	-o-transition: opacity 250ms 0ms ease, transform 350ms 150ms ease, margin 250ms ease;

	transition: opacity 250ms 0ms ease, transform 350ms 150ms ease, margin 250ms ease;

	z-index: 99999;

}

.icon-paperplane:before {

	content: "\f1d9";

	font: normal normal normal 14px/1 FontAwesome;

	color: #fff;

	font-size: 22px;

	top: -7px;

	position: relative;

}

.floating-form .fa-times {

	opacity: 0;

}

.floating-form.open .fa-times {

	opacity: 1;

}

 .floating-form input::placeholder, .floating-form textarea::placeholder {

 color: #fff;

}

select#budget {

	background: #2841a6;

}

i.fa.fa-times.cross-btn {

	color: #fff;

}

/*overlay*/
/*appMainSec*/

.appMainSec {
	padding-bottom: 0;
	float:left;
}
/*innerPageHead*/



.innerPageHead {
	margin: 0px;
	padding: 50px 80px 50px 80px;
	float: left;
	width: 100%;
}
.innerPageHead h2{
	color: #262626;
	font-size: 30px;
	font-weight: 800;
	font-family: 'Libre Baskerville', serif;
	margin: 0px 0px 8px 0px;
}

.innerPageHead p {
	color: #5c5c5c;
	font-size: 18px;
	font-weight: 400;
/*	font-family: 'Montserrat', sans-serif;*/
	font-family: 'Libre Baskerville', serif;
	padding: 0px;
	margin-bottom: 20px;
    margin-top: 20px;
}/*appSec*/
p.revolution {
    color: #262626;
    font-size: 18px;
    font-weight: 800;
    font-family: 'Libre Baskerville', serif;
    margin: 0px 0px 30px 0px;
}
.appSec {
	padding: 30px 80px 100px 80px;
}
.appSec.gameDevelAppSec {
	padding: 30px 0px 100px 80px;
}
.appSec.gameDevelAppSec .appRight {
	padding-right: 0px;
	position: relative;
	text-align: right;
}
.appSec.gameDevelAppSec .appRight img {
	width: 90%;
	position: absolute;
	top: -100px;
	right: 0px;
}
.appSec .appRight .InnerIcon:hover {
    background: #4a2799;
}
.our-mobile-development-services {
    margin: 0px;
    padding: 150px 80px 50px 80px;
    float: left;
    width: 100%;
}


.our-mobile-development-services a {
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    background: #e1342e;
    padding: 10px 15px;
    text-transform: uppercase;
    border-radius: 3px;
    margin: 0px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    border: 1px solid #e1342e;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}
.our-mobile-development-services a:hover {
    background: #fff;
    color: #e1342e;
}
.appSec .appRight .InnerIcon {
    padding: 30px 0px;
    background: #fff;
    box-shadow: 0px 0px 20px 5px rgba(117,117,117,0.17);
    margin-top: 40px;
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
}
.appSec .appRight .InnerIcon img {
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    width: 160px;
}

.appSec .InnerIcon {
	text-align: center;
}
.appSec .InnerIcon img:nth-child(2), .appSec .InnerIcon:hover img:nth-child(1) {
	display: none;
}
.appSec .InnerIcon:hover img:nth-child(2) {
	display: inline-block;
}
.appSec .InnerIcon h6 {
	padding: 0px;
	color: #262626;
	font-size: 18px;
	font-weight: 800;
	margin: 20px 0px;
	font-family: 'Montserrat', sans-serif;
}


/*techSec*/

.techSec {
	background: #162d42;
	padding: 100px 50px;
	text-align: center;
}
.techSec h4 {
	font-size: 36px;
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	margin: 0px 0px 20px 0px;
	display: inline-block;
}
.techSec h6 {
	font-size: 16px;
	color: #577691;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin: 0px 0px 20px 0px;
	display: inline-block;
	position: relative;
	text-align: center;
}
.techSec h6:before {
	content: '';
	width: 80px;
	height: 2px;
	background: #293e51;
	position: absolute;
	top: 25px;
	left: 33%;
	right: 0px;
	text-align: center;
	display: inline-block;
}
.techSec h6:after {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #293e51;
	content: '';
	position: absolute;
	bottom: -15px;
	left: 120px;
	right: 0px;
	transform: rotate(180deg);
}
.techSec p {
	color: #99aec2;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	padding: 0px;
	margin: 30px auto;
	line-height: 1.6;
}
.techSec p span {
	color: #3073ad;
}
.techSec ul {
	padding: 20px 0px 0px 0px;
	margin: 0px;
	list-style: none;
	display: inline-block;
}
.techSec ul li {
	list-style: none;
	display: inline-block;
	margin: 0px 30px;
	text-align: center;
}
.techSec ul li a {
	display: inline-block;
}
.techSec ul li h6 {
	display: block;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 600;
	margin: 15px 0px;
	text-decoration: underline;
}
.techSec ul li h6:before, .techSec ul li h6:after {
	display: none;
}
.techSec .moreBtn {
	margin-top: 50px;
	display: inline-block;
	text-align: center;
	width: 100%;
}
.techSec .moreBtn a {
	background: #08406f;
	background: -moz-linear-gradient(90deg, #e55115 0%, #ec8d25 100%);
	background: -webkit-linear-gradient(90deg, #e55115 0%, #ec8d25 100%);
	background: linear-gradient(90deg, #e55115 0%, #ec8d25 100%);
	display: inline-block;
	text-align: center;
	padding: 18px 30px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	font-weight: 300;
	border-radius: 5px;
	text-decoration: none;
}
.techSec .moreBtn a span {
	font-weight: 700;
	position: relative;
}
.techSec .moreBtn a span:before {
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -2px;
}

.wellcome_silicon_graphics {
	margin: 0px;
	padding: 31px 70px;
	float: left;
	width: 100%;
	background: #f6f6f6;
}
.wellcome_silicon_graphics h1 {
	color: #262626;
	font-size: 47px;
	font-weight: 900;
}
.wellcome_silicon_graphics p {
	color: #5c5c5c;
	font-size: 21px;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
}
.services_sg {
	margin: 0px;
	padding: 70px 0 30px 0;
	float: left;
	width: 100%;
}
.sercvices_right {
	margin: 29px 0 0 0;
	padding: 0px;
	float: left;
	width: 100%;
}
.sercvices_right h6 {
	color: #e1342e;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
}
.sercvices_right h6:before {
	content: '';
	width: 30px;
	height: 2px;
	background: #e1342e;
	float: left;
	margin: 7px 10px 0 0;
}
.sercvices_right h2 {
	color: #262626;
	font-size: 25px;
	font-weight: 900;
	margin: 22px 0;
	font-family: 'Montserrat', sans-serif;
}
section.offerSec iv.sercvices_right p {
	color: #5c5c5c;
	font-size: 18px;
	font-weight: 400;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 60px;
}
.sercvices_right a {
	text-decoration: none;
	color: #262626;
	font-size: 14px;
	font-weight: 800;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
}
.sercvices_right a:after {
	content: '';
	width: 40px;
	height: 2px;
	background: #e1342e;
	float: right;
	margin: 10px 0px 0px 10px;
}
.servics_boxes {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.services_box {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
}
.services_box img {
	height: 70px;
}
.services_box img:nth-child(2) {
	display: none;
}
.services_box:hover img:nth-child(1) {
	display: none;
}
.services_box:hover img:nth-child(2) {
	display: block;
	visibility: visible !important;
}/*.services_box:hover img:nth-child(1) {	display: none;}.services_box:hover img:nth-child(2) {	display: block;}*/
.services_box h2 {
	padding: 0px;
	color: #262626;
	font-size: 22px;
	font-weight: 900;
	margin: 25px 0 25px 0;
	font-family: 'Montserrat', sans-serif;
}
.services_box p {
	margin: 0px;
	font-size: 14px;
	font-weight: 400;
}
.servics_boxes_row_2 {
	padding: 50px 0 0;
}


/*requestSec*/

.requestSec {
	background: #A935FF;
	display: inline-block;
	width: 100%;
}
.requestSec .container {
	height: auto;
}
.requestLeft {
	padding: 30px 0px;
}
.requestLeft h6 {
	color: #fff;
	font-size: 30px;
	font-weight: 300;
/*	font-family: 'Montserrat', sans-serif;*/
	font-family: 'Libre Baskerville', serif;
	margin: 0px 0px 10px 0px;
}
.requestLeft h5 {
	color: #fff;
	font-size: 50px;
	font-weight: 400;
	font-family: 'Libre Baskerville', serif;
	margin: 0px 0px 18px 0px;
}
.requestLeft p {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
	margin: 0 auto;
	padding: 0px;
}
.requestLeft .requestField {
	padding-top: 22px;
}
.requestLeft .requestField input {
	border: 1px solid #949494;
	box-shadow: none;
	border-radius: 5px;
	height: 45px;
	padding: 10px 10px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #949494;
	width: 50%;
	margin-right: 15px;
}
 input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
 -webkit-appearance: none;
 margin: 0;
}
 .requestLeft .requestField input::-webkit-input-placeholder {
 color: #949494;
 opacity: 1; /* Firefox */
 transition:all 300ms ease-in;
 -moz-transition:all 300ms ease-in;
 -ms-transition:all 300ms ease-in;
 -webkit-transition:all 300ms ease-in;
 -o-transition:all 300ms ease-in;
}
 .requestLeft .requestField input:-moz-placeholder {
 color: #949494;
 opacity: 1; /* Firefox */
 transition:all 300ms ease-in;
 -moz-transition:all 300ms ease-in;
 -ms-transition:all 300ms ease-in;
 -webkit-transition:all 300ms ease-in;
 -o-transition:all 300ms ease-in;
}
 .requestLeft .requestField input::-moz-placeholder {
 color: #949494;
 opacity: 1; /* Firefox */
 transition:all 300ms ease-in;
 -moz-transition:all 300ms ease-in;
 -ms-transition:all 300ms ease-in;
 -webkit-transition:all 300ms ease-in;
 -o-transition:all 300ms ease-in;
}
 .requestLeft .requestField input:-ms-input-placeholder {
 color: #949494;
 opacity: 1; /* Firefox */
 transition:all 300ms ease-in;
 -moz-transition:all 300ms ease-in;
 -ms-transition:all 300ms ease-in;
 -webkit-transition:all 300ms ease-in;
 -o-transition:all 300ms ease-in;
}
.requestLeft .requestField input:focus {
	border: 1px solid #1a1a1a !important;
	transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-ms-transition: all 300ms ease-in;
	-webkit-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
}
.requestLeft .requestField a {
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	background: #262626;
	padding: 10px 30px;
	text-transform: uppercase;
	border-radius: 5px;
	margin: 0px;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	border: 1px solid #262626;
	position: relative;
	top: 0px;
	height: 44px;
	display: inline-block;
	line-height: 20px;
}

.requestLeft .requestField .btn_submit_requeset {
	font-size: 15px;
	/*font-family: 'Poppins', sans-serif;*/
	font-family: 'Libre Baskerville', serif;
	background: #262626;
	padding: 10px 30px;
	text-transform: uppercase;
	border-radius: 5px;
	margin: 0px;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	border: 1px solid #262626;
	position: relative;
	top: 0px;
	height: 44px;
	display: inline-block;
	line-height: 20px;
	width: 193px;
}
.requestLeft .requestField a:hover {
	background: transparent;
	color: #262626;
}
.requestRight img {
	width: 100%;
}


.our-mobile-development-services {
	margin: 0px;
	padding: 150px 80px 50px 80px;
	float: left;
	width: 100%;
}
.our-mobile-development-services h2 {
	font-family: 'Montserrat', sans-serif;
	color: #262626;
	font-size: 36px;
	font-weight: 700;
	margin: 0 0 30px 0px;
	line-height: 1.2;
}
.our-mobile-development-services p {
	color: #5c5c5c;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	font-family: 'Montserrat', sans-serif;
	padding: 0px;
	margin-bottom: 20px;
}
.our-mobile-development-services a {
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	background: #e1342e;
	padding: 10px 15px;
	text-transform: uppercase;
	border-radius: 3px;
	margin: 0px;
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	border: 1px solid #e1342e;
	display: inline-block;
	margin-top: 20px;
	margin-bottom:20px;
}
.our-mobile-development-services a:hover {
	background: #fff;
	color: #e1342e;
}
.app-services-box-1:hover {
    background: #4a2799;
}


.app-services-box-1 img:nth-child(2), .app-services-box-1:hover img:nth-child(1) {
    display: none;
}
.app-services-box-1 img {
    height: 200px;
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
}


.app-services-box-1:hover img:nth-child(2) {
    display: inline-block;
}
.app-services-box-1 img:nth-child(2), .app-services-box-1:hover img:nth-child(1) {
    display: none;
}
.app-services-box-1 img {
    height: 200px;
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
}


.app-services-box-1:hover h4 {
    color: #fff;
}
.app-services-box-1 h4 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin: 25px 0px 0px 0px;
    text-align: left;
    padding: 0px;
    line-height: 1.4;
}
.app-services-box-1 {
    margin: 0 0 20px 0;
    padding: 30px;
    width: 100%;
    box-shadow: 0 0 93px 30px #e8e4e4;
    background: #fff;
    text-align: center;
    border-radius: 10px;
    transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
}


/*contact_inner*/
.contact_inner {
	background: #fff;
	border-radius: 10px;
	padding: 30px 50px 50px 50px;
}
.contact_inner h2 {
	color: #262626;
	font-size: 34px;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
	margin: 0px;
	line-height: 1.2;
	vertical-align: top;
	margin-bottom: 20px;
}
.contact_inner h2 span {
	color: #262626;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Libre Baskerville', serif;

}
.contact_inner .form-control {
	border-bottom: 2px solid #262626;
	box-shadow: none;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-radius: 0px;
	height: 45px;
	padding: 10px 0px;
	font-family: 'Libre Baskerville', serif;
	font-size: 14px;
	color: #5c5c5c;
	resize: none;
}
.contact_inner .form-row {
	margin: 0px 0 50px 0;
	float: left;
	width: 100%;
}
 .contact_inner .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color:#5c5c5c;
 font-size:14px;
 font-family: 'Montserrat', sans-serif;
 font-weight:500;
}
 .contact_inner .form-control::-moz-placeholder { /* Firefox 19+ */
 color:#5c5c5c;
 font-size:14px;
 font-family: 'Montserrat', sans-serif;
 font-weight:500;
}
 .contact_inner .form-control:-ms-input-placeholder { /* IE 10+ */
 color:#5c5c5c;
 font-size:14px;
 font-family: 'Montserrat', sans-serif;
 font-weight:500;
}
 .contact_inner .form-control:-moz-placeholder { /* Firefox 18- */
 color:#5c5c5c;
 font-size:14px;
 font-family: 'Montserrat', sans-serif;
}
.contact_inner .form-row input.btn_submit {
	float: right;
	font-size: 17px;
	font-family: 'Libre Baskerville', serif;
	background: #e1342e;
	text-transform: uppercase;
	border-radius: 3px;
	margin: 0px;
	color: #fff;
	border: 1px solid #e1342e;
	padding: 10px 50px;
	outline: none;
	font-weight: 400;
}
.contact_inner .form-row input.btn_submit:hover {
	background: #fff;
	color: #e1342e;
}
.contact_inner .form-row:last-child {
	margin-bottom: 0px;
}

.call-actions {
	margin-bottom: 0px;
	float: left;
	width: 100%;
	height: auto !important;
}



.contact_form_main {
    background: url(../images/contactBg.png);
    background-repeat: repeat-y;
    text-align: center;
    padding: 170px 0 136px;
    font-size: 35px;
    color: #fff;
    position: relative;
    z-index: 0;
    overflow: hidden;
    background-size: cover;
    -webkit-animation: testing 20s linear forwards infinite;
    animation: testing 20s linear forwards infinite;
}
.contact_form_main {
    margin: 0px;
    padding: 94px 0;
    float: left;
    width: 100%;
    min-height: 684px;
    background: url(../images/contactBg.png) center;
    background-repeat: repeat-y;
    -webkit-animation: testing 20s linear forwards infinite;
    animation: testing 20s linear forwards infinite;
}
.contact_form_main {
    margin: 0px;
    padding: 94px 0;
    float: left;
    width: 100%;
    min-height: 684px;
    background: url(../images/contactBg.png) center;
    background-repeat: repeat-y;
    -webkit-animation: testing 20s linear forwards infinite;
    animation: testing 20s linear forwards infinite;
}





section#our-careers {
    padding: 40px 0;
}

section#our-careers h2 {
    font-size: 30px;
    color: #6a6b6f;
    text-transform: uppercase;
    font-weight: 800;
/*    padding-bottom: 40px;*/
}

.careers {
    background: #fff;
    box-shadow: 0 1px 5px 0 #4a4a4a;
    margin-bottom: 30px;
}
.careers .details {
    padding: 15px;
}
.careers .details h4{
    color: #f77d11;
    font-weight: 600;
    font-size: .9rem;
    margin: .5rem 0;
    text-transform: uppercase;
}
.details p {
    color: #3d3d3d;
    font-size: .8rem;
    max-height: 100px;
}
.title.text-center p {
    margin-bottom: 46px;
}

div#career-image img {
    width: 100%;
}

.careers .details .btn.btn-default {
    border-radius: 0;
    background: #209edb;
    box-shadow: -2px 2px 9px -1px rgba(0,0,0,0.91);
    color: #fff;
    font-size: 13px;
    border: none;
    text-transform: uppercase;
}
