/*------------------------------------------------------------------
[Main Stylesheet]

Author:	SmartTemplates
Version:	1.0
Created:	05 June 2018
Last updated:	05 June 2018
Template:	LATERAL | Landing page templates for SAAS companies
-------------------------------------------------------------------*/

/*----------------------------------------------------------------- 
[Table of Contents]

1. RESET
2. GENERAL
	2-1 HEADINGS
3. HEADER
4. SECTION
5. GRID
	5.1 GRID ELEMENTS
6. BUTTONS
7. CUSTOM SECTIONS 
	7.1 CUSTOM SECTION - INTRO
	7.2 CUSTOM SECTION - ABOUT	
	7.3 CUSTOM SECTION - FEATURES
	7.4 CUSTOM SECTION - TESTIMONIALS 
	7.5 CUSTOM SECTION - PRICING 
	7.6 CUSTOM SECTION - CTA 
	7.7 CUSTOM SECTION - HOW IT WORKS (HIW)
	7.8 CUSTOM SECTION - SUPPORT
	7.9 CUSTOM SECTION - CLIENTS
	7.10 CUSTOM SECTION - CONTACT
	7.11 CUSTOM SECTION - LOGIN/SIGNUP MODAL
8. FOOTER
9. MEDIA QUERIES
*/
/*===============================================*/
/* 1. RESET		 						 */
/*===============================================*/
@import "css/reset.css";

/*===============================================*/
/* 2. GENERAL		 						 */
/*===============================================*/
html,
body {
	width: 100%;
	height: 100%;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	padding: 0;
	font-size: 16px;
	margin: 0 auto;
	color: #1d1d1d;
	background-color: #fff;
	font-weight: 300;
}

.clear {
	clear: both;
}

p {
	padding: 0;
	margin: 0px;
	text-align: left;
	line-height: 26px;
}

a {
	text-decoration: none;
	color: #e71e25;
}

blockquote {
	font-style: italic;
	font-size: 24px;
	padding: 0 5%;
	margin: 40px 0 60px 0;
	line-height: 34px;
	position: relative;
	text-align: center;
}

blockquote:after {
	content: ' ';
	position: absolute;
	display: block;
	width: 10%;
	margin: 20px 40%;
	border: 1px solid #e76b71;
}

a img {
	border: none;
}

a:hover {
	text-decoration: none;
	color: #212121;
}

img.responsive_image {
	max-width: 100%;
	display: block;
	margin: auto auto 20px auto;
}

/*---------------------------*/
/* 2-1. HEADINGS             */
/*---------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	letter-spacing: -0.5px;
	padding: 0 0 40px 0;
	margin: 0;
}

h1 {
	font-size: 40px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

.bg-gray {
	background-color: #f7f8f9;
}

.bg-features {
	position: relative;
	padding: 120px 0px 60px;
	background: url('images/feature-bg-small2.png');
	background-position: center top;
	background-size: cover;

}

.mb-20 {
	margin-bottom: 20px;
}

.mb-40 {
	margin-bottom: 40px;
}

/* equal height column */
.row-eq-height>div[class *='col'] {
	display: flex;
}

.row-eq-height .eq-col {
	flex: 1;
}

/* / end equal height column */



/*===============================================*/
/* 3. HEADER 	 						 */
/*===============================================*/
/* BLOCK - header */
.header {
	width: 100%;
	height: auto;
	padding: 10px 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999;
	box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.03);
}

/* MODIFIER - header */
.header--sticky {
	background-color: #fff;
	box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.03);
}

/* ELEMENT - header__content */
.header__content {
	height: 70px;
}

/* ELEMENT MODIFIER - header__content */
.header__content--fix-width {
	width: 1240px;
	margin: auto;
	clear: both;
}

.header__content--fluid-width {
	width: 80%;
	margin: auto;
	clear: both;
}

.header__logo-title {
	color: #fff;
	font-size: 26px;
	letter-spacing: -1px;
	position: relative;
	float: left;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 999;
}

.logo-red {
	display: none;
}

.header--sticky .logo-red {
	display: block;
}

.header--sticky .logo-white {
	display: none;
}

.header--sticky {
	padding: 5px 0;
}

.header.menu-open .logo-red {
	display: block;
}

.header.menu-open .logo-white {
	display: none;
}

.main-wrapper {
	padding-top: 90px;
}

.header__logo-title img {
	height: 60px;
	width: auto;
}

.header--sticky .header__logo-title,
.header--page .header__logo-title,
.menu-open .header__logo-title {
	color: #000;
}

.header__logo-title span {
	font-weight: 700;
}

/* ELEMENT - header__menu */
.header__menu {
	float: right;
}

.header__menu ul,
.header__menu ul li,
.header__menu ul li a {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	float: left;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

.header__menu:after,
.header__menu>ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.menu-button {
	width: 28px;
	height: 20px;
	position: absolute;
	padding: 0px;
	font-size: 20px;
	top: 12px;
	right: 6%;
	z-index: 99999;
	display: none;
	cursor: pointer;
	border-bottom: 1px solid #fff;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

.menu-button:before {
	content: "";
	position: absolute;
	top: 6px;
	left: 0;
	width: 28px;
	height: 6px;
	z-index: 999;
	border-top: 1px double #fff;
	border-bottom: 1px solid #fff;
}

.header__menu>ul>li {
	display: inline-block;
	padding: 0;
}

.header__menu>ul>li>a {
	height: 70px;
	line-height: 70px;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	letter-spacing: 0.5px;
	padding: 0 25px;
	margin: 0;
	font-weight: 400;
	overflow: hidden;
}

.header--sticky .header__menu>ul>li>a,
.header--page .header__menu>ul>li>a {
	color: #000;
}

.header--sticky .menu-button,
.menu-open .menu-button {
	border-bottom: 1px solid #000;
}

.header--sticky .menu-button:before,
.menu-open .menu-button:before {
	border-bottom: 1px solid #000;
	border-top: 1px double #000;
}

.header__menu>ul>li.header__btn>a {
	height: 32px;
	line-height: 30px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.header__menu>ul>li.header__btn--signup>a {
	color: #fff;
	background-color: #fb993e;
	padding: 0 22px;
	margin: 19px 0 0 25px;
	border: 1px #fb993e solid;
}

.header__menu>ul>li.header__btn--login>a {
	color: #e71e25;
	padding: 0 22px;
	margin: 19px 0 0 25px;
	border: 1px #e71e25 solid;
}

.header__menu ul li.header__btn--signup>a:hover {
	background: none;
	border: 1px #fb993e solid;
	color: #fb993e;
}

.header__menu ul li.header__btn--login>a:hover {
	background-color: #e71e25;
	color: #fff;
}

.header__menu ul li a:hover,
.header__menu ul li a.selected,
.header__menu ul li a.active {
	color: #fb993e;
}

.header__menu ul li.header__btn--signup a.active {
	color: #fff;
}

.header__menu ul li.header__btn--login a.active {
	color: #e71e25;
}

.header__menu ul li:hover {
	cursor: pointer;
}

.header__menu>ul>li.menu-item-has-children>a {
	background: url(images/drop-down.png) no-repeat 90% 50%;
}

.header__menu ul ul {
	position: absolute;
	left: 0px;
	top: 55px;
	z-index: 9999;
	visibility: hidden;
	text-align: left;
	padding: 5px 0;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.10);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.header__menu ul ul.submenu-header-sticky {
	box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.03);
	-webkit-box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.03);
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
}

.header__menu li:hover>ul {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	top: 70px;
}

.header__menu ul ul ul {
	margin-left: 100%;
	top: 0;
}

.header__menu ul ul li a {
	width: 200px;
	padding: 0 15px;
	color: #231f20;
	border-bottom: 1px #f7f8f9 solid;
	margin: 0 10px;
	font-size: 14px;
	line-height: 45px;
	height: 45px;
}

.header__menu ul ul li a:hover {
	color: #e71e25;
}

.header__menu ul ul li:last-child a {
	border-bottom: none;
}

/*===============================================*/
/* 4. SECTION 	 						 */
/*===============================================*/
/* BLOCK - section */
.section {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
}

/* BLOCK MODIFIER - section--page */
.section--page-top {
	padding-top: 80px;
}

.section--page-bottom {
	padding-bottom: 80px;
}

.section-padding {
	padding-top: 80px;
	padding-bottom: 80px;
}

/* ELEMENT - section__content */
.section__content {
	clear: both;
}

/* ELEMENT MODIFIER section__content  */
.section__content--fix-width {
	width: 1240px;
	margin: auto;
	clear: both;
}

.section__content--fluid-width {
	width: 80%;
	margin: auto;
	clear: both;
}

.section__content--padding {
	padding: 100px 0;
}

/* ELEMENT - section__title */
.section__title {
	font-size: 48px;
	padding: 0 0 40px 0;
	font-weight: 700;
	line-height: 52px;
}

/* ELEMENT MODIFIER section__title  */
.section__title--centered {
	width: 100%;
	text-align: center;
	position: relative;
}

.section__title--centered:after {
	/* content:'';
    position:absolute;
    left:0;right:0;
    top:80%;
    margin:auto;
    width:50px;
    height:1px;
		background:#454545; */
	position: absolute;
	left: 0;
	top: 20px;
	content: '';
	width: 70px;
	height: 15px;
	border-radius: 30px;
	opacity: 0.3;
	transform: rotate(-45deg);
	right: 0;
	margin: auto;
	z-index: -1;
	box-shadow: -2px -22px 0px 0px rgba(0, 0, 0, 0.27)
}

.section-title {
	position: relative;
	text-align: center;
}

.section-title h2 {
	font-weight: 600;
	font-size: 35px;
	letter-spacing: 1px;
	margin-bottom: 15px;
	text-transform: capitalize;
	position: relative;
	z-index: 1;
}

.section-title h2:after {
	position: absolute;
	left: 0;
	top: 20px;
	content: '';
	width: 70px;
	height: 15px;
	border-radius: 30px;
	opacity: 0.3;
	transform: rotate(-45deg);
	right: 0;
	margin: auto;
	z-index: -1;
	box-shadow: -2px -22px 0px 0px rgba(0, 0, 0, 0.27);
}

.section-title.bg-red h2:after {
	background: #e71e25;
}

.section-title.bg-white {
	background: transparent !important;
}

.section-title.bg-white h2:after {
	background: #fff;
}


/* ELEMENT - section__description */
.section__description {
	font-size: 18px;
	line-height: 32px;
}

/* ELEMENT MODIFIER section__description  */
.section__description--centered {
	width: 60%;
	margin: auto;
	text-align: center;
	padding: 0 0 80px 0;
}

/*===============================================*/
/* 5. GRID 	 						 */
/*===============================================*/

/* BLOCK - grid */
.grid {
	width: 100%;
	float: left;
	clear: both;
}

.grid__item--padding {
	background-color: #f7f8f9;
}

.grid__item--centering {
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

/* -----------------------------------------------------  */
/* ELEMENT grid__item BASED ON BLOCK MODIFIER grid--2col  */
.grid--2col .grid__item {
	float: left;
	margin-right: 80px;
	margin-bottom: 80px;
	/* full width - space between cols / number of cols */
	width: calc((100% - 80px) / 2);
}

.grid--2col .grid__item--padding {
	/* full width - space between cols - padding * nr of paddings / number of cols */
	width: calc((100% - 80px - 20px * 4) / 2);
	padding: 20px;
}

.grid .grid__item:last-child,
.grid--2col .grid__item:nth-child(2n+2) {
	float: right;
	margin-right: 0px;
}

/* -----------------------------------------------------  */
/* ELEMENT grid__item BASED ON BLOCK MODIFIER grid--3col  */
.grid--3col .grid__item {
	float: left;
	margin-right: 80px;
	margin-bottom: 80px;
	/* full width - space between cols * nr of inner spaces / number of cols */
	width: calc((100% - 80px * 2) / 3);
}

.grid--3col .grid__item.grid__item--padding {
	/* full width - space between cols * nr of inner spaces - padding * nr of paddings / number of cols */
	width: calc((100% - 80px * 2 - 20px * 6) / 3);
	padding: 20px;
}

.grid--3col .grid__item--x2 {
	/*(      one grid item    ) * 2 + space between cols */
	width: calc((((100% - 80px * 2) / 3) * 2) + 80px);
}

.grid--3col .grid__item--x2.grid__item--padding {

	/*   (    one grid item with padding  ) * 2 + space between cols + padding */
	width: calc((((100% - 80px * 2 - 20px * 6) / 3) * 2) + 80px + 20px * 2);
	padding: 20px;
}

.grid--3col .grid__item:nth-child(3n+3) {
	float: right;
	margin-right: 0px;
}

/* -----------------------------------------------------  */
/* ELEMENT grid__item BASED ON BLOCK MODIFIER grid--4col  */
.grid--4col .grid__item {
	float: left;
	margin-right: 80px;
	margin-bottom: 80px;
	/* full width - space between cols * nr of inner spaces / number of cols */
	width: calc((100% - 80px * 3) / 4);
}

.grid--4col .grid__item.grid__item--padding {
	/* full width - space between cols * nr of inner spaces - padding * nr of paddings / number of cols */
	width: calc((100% - 80px * 3 - 20px * 8) / 4);
	padding: 20px;
}

.grid--4col .grid__item--x3 {
	/*(      one grid item    ) * 3 + space between cols */
	width: calc((((100% - 80px * 3) / 4) * 3) + 80px * 2);
}

.grid--4col .grid__item--x3.grid__item--padding {

	/*   (    one grid item with padding  ) * 3 + space between cols + padding */
	width: calc((((100% - 80px * 3 - 20px * 8) / 4) * 3) + 80px * 2 + 20px * 4);
	padding: 20px;
}

.grid--4col .grid__item:nth-child(4n+4) {
	float: right;
	margin-right: 0px;
}

/* -----------------------------------------------------  */
/* ELEMENT grid__item BASED ON BLOCK MODIFIER grid--5col  */
.grid--5col .grid__item {
	float: left;
	margin-right: 80px;
	margin-bottom: 80px;
	/* full width - space between cols * nr of inner spaces / number of cols */
	width: calc((100% - 80px * 4) / 5);
}

.grid--5col .grid__item.grid__item--padding {
	/* full width - space between cols * nr of inner spaces - padding * nr of paddings / number of cols */
	width: calc((100% - 80px * 4 - 20px * 10) / 5);
	padding: 20px;
}

.grid--5col .grid__item--x2 {
	/*(      one grid item    ) * 2 + space between cols */
	width: calc((((100% - 80px * 4) / 5) * 2) + 80px);
}

.grid--5col .grid__item--x2.grid__item--padding {

	/*   (    one grid item with padding  ) * 2 + space between cols + padding */
	width: calc((((100% - 80px * 4 - 20px * 10) / 5) * 2) + 80px + 20px * 2);
	padding: 20px;
}

.grid--5col .grid__item--x3 {
	/*(      one grid item    ) * 3 + space between cols */
	width: calc((((100% - 80px * 4) / 5) * 3) + 80px * 2);
}

.grid--5col .grid__item--x3.grid__item--padding {

	/*   (    one grid item with padding  ) * 3 + space between cols + padding */
	width: calc((((100% - 80px * 4 - 20px * 10) / 5) * 3) + 80px * 2 + 20px * 4);
	padding: 20px;
}

.grid--5col .grid__item--x4 {
	/*(      one grid item    ) * 4 + space between cols */
	width: calc((((100% - 80px * 4) / 5) * 4) + 80px * 3);
}

.grid--5col .grid__item--x4.grid__item--padding {

	/*   (    one grid item with padding  ) * 4 + space between cols + padding */
	width: calc((((100% - 80px * 4 - 20px * 10) / 5) * 4) + 80px * 3 + 20px * 6);
	padding: 20px;
}

.grid--5col .grid__item:nth-child(5n+5) {
	float: right;
	margin-right: 0px;
}

/* -----------------------------------------------------  */
/* ELEMENT grid__item BASED ON BLOCK MODIFIER grid--6col  */
.grid--6col .grid__item {
	float: left;
	margin-right: 80px;
	margin-bottom: 80px;
	/* full width - space between cols * nr of inner spaces / number of cols */
	width: calc((100% - 80px * 5) / 6);
}

.grid--6col .grid__item.grid__item--padding {
	/* full width - space between cols * nr of inner spaces - padding * nr of paddings / number of cols */
	width: calc((100% - 80px * 5 - 20px * 12) / 6);
	padding: 20px;
}

.grid--6col .grid__item--x2 {
	/*(      one grid item    ) * 2 + space between cols */
	width: calc((((100% - 80px * 5) / 6) * 2) + 80px);
}

.grid--6col .grid__item--x2.grid__item--padding {

	/*   (    one grid item with padding  ) * 2 + space between cols + padding */
	width: calc((((100% - 80px * 5 - 20px * 12) / 6) * 2) + 80px + 20px * 2);
	padding: 20px;
}

.grid--6col .grid__item--x3 {
	/*(      one grid item    ) * 3 + space between cols */
	width: calc((((100% - 80px * 5) / 6) * 3) + 80px * 2);
}

.grid--6col .grid__item--x3.grid__item--padding {

	/*   (    one grid item with padding  ) * 3 + space between cols + padding */
	width: calc((((100% - 80px * 5 - 20px * 12) / 6) * 3) + 80px * 2 + 20px * 4);
	padding: 20px;
}

.grid--6col .grid__item--x4 {
	/*(      one grid item    ) * 4 + space between cols */
	width: calc((((100% - 80px * 5) / 6) * 4) + 80px * 3);
}

.grid--6col .grid__item--x4.grid__item--padding {

	/*   (    one grid item with padding  ) * 4 + space between cols + padding */
	width: calc((((100% - 80px * 5 - 20px * 12) / 6) * 4) + 80px * 3 + 20px * 6);
	padding: 20px;
}

.grid--6col .grid__item--x5 {
	/*(      one grid item    ) * 5 + space between cols */
	width: calc((((100% - 80px * 5) / 6) * 5) + 80px * 4);
}

.grid--6col .grid__item--x5.grid__item--padding {

	/*   (    one grid item with padding  ) * 5 + space between cols + padding */
	width: calc((((100% - 80px * 5 - 20px * 12) / 6) * 5) + 80px * 4 + 20px * 8);
	padding: 20px;
}

.grid--6col .grid__item:nth-child(6n+6) {
	float: right;
	margin-right: 0px;
}

.grid__item--floated-right {
	float: right !important;
	margin-right: 0px !important;
}

/* 5.1 GRID ELEMENTS   */
/*===============================================*/

/* ELEMENT  grid__title  */
/* --------------------  */
.grid__title {
	font-size: 24px;
	font-weight: 400;
	padding: 0 0 20px 0;
	margin: 0px;
}

@media screen and (max-width: 992px) {
	.grid__title {
		margin-top: 20px;
		padding-bottom: 0;
	}
}

.grid__title span {
	font-weight: 700;
}

/* ELEMENT  grid__text  */
/* --------------------  */
.grid__text {
	padding-bottom: 20px;
	line-height: 26px;
}

.grid__text span {
	font-weight: 700;
}

/* ELEMENT  grid__more  */
/* --------------------  */
.grid__more {
	font-weight: 400;
	font-size: 14px;
	padding: 0 0 0 0;
	display: inline-block;
}

.grid__more--vmalign {}

/* ELEMENT grid__list  */
/* --------------------  */
.grid__list {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.grid__list li {
	list-style: none;
	padding: 5px 0;
	margin: 0px;
	line-height: 22px;
}

/* ELEMENT grid__image  */
/* --------------------  */
.grid__image {
	width: 100%;
}

.grid__image img {
	display: block;
	max-width: 100%;
}

.grid__image--right img {
	float: right;
}

.grid__image--left img {
	float: left;
}


/*===============================================*/
/*  6. BUTTONS	 			 */
/*===============================================*/
.btn {
	padding: 12px 40px;
	margin: 0 20px 0 0;
	font-size: 14px;
	letter-spacing: 0.5px;
	font-weight: 400;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.btn--blue-bg {
	color: #fff;
	background-color: #e71e25;
	border: 2px #e71e25 solid;
}

.btn--blue-bg:hover {
	background-color: transparent;
	color: #e71e25;
}

.btn--play {
	background-image: url(images/btn-play.png);
	background-position: 90% 50%;
	background-repeat: no-repeat;
	padding-right: 60px;
}

.btn--play:hover {
	background-position: 92% 50%;
}

.btn--blue-border {
	color: #e71e25;
	border: 1px #e71e25 solid;
}

.btn--blue-border:hover {
	background-color: #e71e25;
	color: #fff;
}

.btn--green-bg {
	color: #fff;
	background-color: #28e180;
	border: 2px #28e180 solid;
}

.btn--green-bg:hover {
	color: #28e180;
	background-color: transparent;
}

.btn--green-border {
	color: #28e180;
	border: 1px #28e180 solid;
}

.btn--green-border:hover {
	background-color: #28e180;
	color: #fff;
}

.btn--orange-bg {
	color: #fff;
	background-color: #fb993e;
	border: 2px #fb993e solid;
}

.btn--orange-bg:hover {
	color: #fb993e;
	background-color: transparent;
}

.btn--orange-bg-reverse {
	color: #fb993e;
	background-color: transparent;
	border: 2px #fb993e solid;
}

.btn--orange-bg-reverse:hover {
	color: #fff;
	background-color: #fb993e;
	border: 2px #fb993e solid;
}

.btn--orange-border {
	color: #fb993e;
	border: 1px #fb993e solid;
}

.btn--orange-border:hover {
	background-color: #fb993e;
	color: #fff;
}


/*================================================================================*/
/*  7. CUSTOM SECTIONS  */
/*===============================================================================*/

/*===============================================*/
/*  7.1 CUSTOM SECTION - INTRO	 			 */
/*===============================================*/
.section--intro {
	width: 100%;
	height: 100%;
	background-color: #e71e25;
	background: -webkit-linear-gradient(60deg, #e71e25, #B91372);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(60deg, #e71e25, #B91372);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	position: relative;
	overflow: hidden;
}

.section__content--intro {
	height: 100%;
}

.intro {
	width: 40%;
	float: left;
	padding: 10% 0 0 0;
	position: relative;
	z-index: 777;
}

.intro__content {
	width: 100%;
	text-align: left;
}

.intro__title {
	padding: 0 0 20px 0;
	color: #fff;
	font-size: 38px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -1px;
}

.intro__sectitle {
	padding: 0 0 20px 0;
	color: #fb993e;
	font-size: 28px;
	font-weight: 600;
	line-height: 1;
	/* letter-spacing:-1px; */
}

@media screen and (max-width: 768px) {
	.intro__sectitle {
		text-align: center;
	}
}

.intro__title span {
	font-weight: 700;
}

.intro__subtitle {
	padding: 0 0 40px 0;
	font-size: 26px;
	line-height: 32px;
	color: #fff;
	letter-spacing: 0.4px;
}

.intro__description {
	padding: 0 0 40px 0;
	font-size: 18px;
	color: #fff;
}

.intro__description span {
	font-weight: 700;
	color: #fb993e;
}

.intro__buttons {
	padding: 20px 0 0 0;
}

.intro__buttons--centered {
	width: 100%;
	clear: both;
	text-align: center;
}

.intro__buttons--left {
	width: 100%;
	clear: both;
	text-align: left;
}

svg.svg-intro-bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50%;
	z-index: 666;
}

svg.svg-intro-bottom-2 {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 65%;
	z-index: 555;
}

svg.svg-intro-bottom-3 {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 111;
}

.intro-animation {
	width: 55%;
	height: 70%;
	float: right;
	text-align: right;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 222;
}

.intro-animation img {
	display: block;
	margin: auto;
	max-width: 100%;
	opacity: 0;
	animation: .8s ease-out 0s 1 slideInFromBottom;
	-webkit-animation: .8s ease-out 0s 1 slideInFromBottom;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}

@keyframes slideInFromBottom {
	0% {
		transform: translateX(100%);
	}

	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

@-webkit-keyframes slideInFromBottom {
	0% {
		-webkit-transform: translateX(100%);
	}

	100% {
		-webkit-transform: translateX(0);
		opacity: 1;
	}
}

.section-shape {
	bottom: -8px;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 1;
}

.section-shape img {
	max-width: 100%;
	min-width: 100%;
	width: 100%;
}

.hero-slider-section .section-shape {
	z-index: 0;
}

/*===============================================*/
/*  7.2 CUSTOM SECTION - `	 			 */
/*===============================================*/
/* .section__content--about{
	padding:100px 0 0 0;
}
.grid--about .grid__item{
	margin-bottom:0px;
}
.grid--about .grid__item--floated-right{
	margin-left:80px;
}
.grid--about .grid__title{
	font-size:36px;
	line-height:42px;
	font-weight:300;
	padding:0 0 40px 0;
	margin:0px;
	position:relative;
}
.grid--about .grid__text{
	font-size:18px;
	color:#848484;
	line-height:26px;
}
.grid--about .grid__list{
	padding:20px 0 0 0;
}
.grid--about .grid__list li{
	background:url(images/checked.png) no-repeat 0 50%;
	font-size:18px;
	padding:10px 0 10px 40px;
} */
/*===============================================*/
/*  7.3 CUSTOM SECTION - FEATURES	 			 */
/*===============================================*/

.section__content--features {
	padding: 100px 0 20px 0;
}

svg.svg-features-bottom {
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 100%;
	height: 100px;
	z-index: 555;
}

.features__item {
	margin-bottom: 30px;
}

.features__item {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
	margin-bottom: 30px;
}

.features__item:hover {
	background-color: #fff;
	box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.18);
	-webkit-box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.18);
	transform: translate(0, -10px);
	-webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);
}

.features__title {
	font-size: 21px;
	font-weight: 700;
	padding: 10px 0 10px 0;
	margin: 0px;
	/* min-height: 100px; */
}

.features__subtitle {
	font-size: 18px;
	text-align: center;
	padding-bottom: 40px;
}

.features__title span {
	font-weight: 300;
}

.features__icon {
	width: 100px;
	height: 100px;
	margin: auto auto 10px auto;
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	background: url(images/icons/icons-64-violet/icons-bg.png) no-repeat center;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.features__icon img {
	display: block;
	margin: auto;
	width: 60px;
	height: auto;
}

.SthankYou {
	display: none;
}

.SthankYou h3 {
	color: #fb993e;
}


.errMsg {
	color: red;
}

/*===============================================*/
/*  7.4 CUSTOM SECTION - TESTIMONIALS 			 */
/*===============================================*/
.section--testimonials {
	background-color: #f7f8f9;
}

.testimonials {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 40px 0 80px 0;
}

.testimonials__slide {
	text-align: center;
	width: 33.333%;
	float: left;
}

.testimonials__slide:hover {
	cursor: move;
	/* fallback if grab cursor is unsupported */
	cursor: grab;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

.testimonials__thumb {
	padding: 0 0 20px 0;
}

.testimonials__thumb img {
	width: 150px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 10px;
	background-color: #fff;
	margin: auto;
}

.testimonials__text {
	width: 80%;
	margin: auto;
}

.testimonials__text p {
	padding: 0 0 40px 0;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}

.testimonials__source {
	font-weight: 700;
	font-size: 20px;
	padding: 0 0 40px 0;
	line-height: 20px;
	letter-spacing: -0.5px;
}

.testimonials__source a {
	color: #fb993e;
	display: block;
	font-size: 14px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.testimonials__source a:hover {
	color: #000;
}

.testimonials__pagination {
	width: 100%;
	text-align: center;
	bottom: 0 !important;
	z-index: 999 !important;
}

.testimonials__pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
	background: #e71e25;
	opacity: 0.2;
}

.testimonials__pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: #e71e25;
}

.testimonials__button--prev.swiper-button-prev,
.swiper-container-rtl .testimonials__button--next.swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23bcbcbc'%2F%3E%3C%2Fsvg%3E");
	left: 0px;
	right: auto;
}

.testimonials__button--next.swiper-button-next,
.swiper-container-rtl .testimonials__button--prev.swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23bcbcbc'%2F%3E%3C%2Fsvg%3E");
	right: 0px;
	left: auto;
}

.testimonials__button--prev.swiper-button-prev,
.testimonials__button--next.swiper-button-next {
	position: absolute;
	top: 40%;
	width: 20px;
	height: 40px;
	background-size: 20px 40px;
}

/*===============================================*/
/*  7.5 CUSTOM SECTION - PRICING 			 */
/*===============================================*/
.pricing {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.pricing__switcher {
	width: 300px;
	height: 40px;
	margin: 0 auto 100px auto;
	clear: both;
	text-align: center;
	position: relative;
	background-color: #f7f8f9;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

.switcher__buttons {
	width: 100%;
}

.switcher__button {
	cursor: pointer;
	width: 50%;
	float: left;
	height: 40px;
	line-height: 40px;
	position: relative;
	z-index: 888;
	transition: .3s ease-in-out;
}

.switcher__border {
	height: 40px;
	width: 50%;
	background-color: #42387a;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 555;
	margin: 0;
	border: none;
	transition: .3s ease-in-out;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	border--radius: 20px;
	-webkit-border-radius: 20px;
}

.switcher__button--enabled {
	color: #fff;

}

.switcher__button:nth-child(1).switcher__button--enabled~.switcher__border {
	left: 0;
}

.switcher__button:nth-child(2).switcher__button--enabled~.switcher__border {
	left: 50%;
}

.pricing__plan {
	background-color: #f7f8f9;
	width: 33.333%;
	padding: 40px 0;
	float: left;
	position: relative;
}

.pricing__plan:nth-child(2) {
	border-top-left-radius: 25px;
	-webkit-border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
}

.pricing__plan:nth-child(4) {
	border-bottom-right-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	border-top-right-radius: 25px;
	-webkit-border-top-right-radius: 25px;
}

.pricing__plan--popular {
	z-index: 2;
	top: -30px;
	padding: 50px 0 70px 0;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	background-color: #e71e25;
	color: #fff;
	-moz-box-shadow: 10px 0 15px -10px rgba(0, 0, 0, .45), -10px 0 15px -10px rgba(0, 0, 0, .45);
	-webkit-box-shadow: 10px 0 15px -10px rgba(0, 0, 0, .45), -10px 0 15px -10px rgba(0, 0, 0, .45);
	box-shadow: 10px 0 15px -10px rgba(0, 0, 0, .45), -10px 0 15px -10px rgba(0, 0, 0, .45);
}

.pricing__badge-bg {}

.pricing__badge-text {
	position: absolute;
	top: 25px;
	left: -5px;
	z-index: 444;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	background-color: #fb993e;
	padding: 8px 20px;
}

.pricing__title {
	width: 100%;
	text-align: center;
	position: relative;
	font-size: 24px;
	font-weight: 700;
	padding: 0px 0 40px 0;
	margin: 0px;
}

.pricing__title:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 60%;
	margin: auto;
	width: 50px;
	height: 1px;
	background: #454545;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.pricing__plan--popular .pricing__title {
	font-size: 44px;
	color: #fff;
	font-weight: 900;
	letter-spacing: -1px;
	padding: 0px 0 40px 0;
}

.pricing__plan--popular .pricing__title:after {
	background: #fff;
	top: 70%;
}

.pricing__plan:hover .pricing__title:after {
	width: 80%;
}

.pricing__values {
	font-size: 58px;
	font-weight: 700;
	height: 70px;
	position: relative;
	text-align: center;
}

.pricing__value span {
	display: inline-block;
	font-size: 20px;
	margin: 0px 0 0 0;
}

.pricing__value b {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	position: relative;
	bottom: -5px;
}

.pricing__value {
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.pricing__value--hidden {
	display: none;
}

.pricing__value--show {
	-webkit-animation: showToY 0.6s forwards;
	animation: showToY 0.6s forwards;
}

.pricing__value--hide {
	-webkit-animation: fadeToY 0.6s forwards;
	animation: fadeToY 0.6s forwards;
}

@keyframes fadeToY {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(80%);
		transform: translateY(80%);
	}
}

@-webkit-keyframes fadeToY {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(80%);
		transform: translateY(80%);
	}
}

@keyframes showToY {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-80%);
		transform: translateY(-80%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes showToY {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-80%);
		transform: translateY(-80%);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.pricing__list {
	width: 80%;
	margin: 20px 0 0 10%;
	padding: 0;
	list-style: none;
}

.pricing__list li {
	padding: 3px 0 3px 12%;
	text-align: left;
	line-height: 24px;
	background: url(images/checked-pricing.png) no-repeat 0 50%;
}

.pricing__plan--popular .pricing__list li {
	background: url(images/checked-pricing-white.png) no-repeat 0 50%;
}

.pricing__list li.disabled {
	padding: 3px 0 3px 12%;
	text-align: left;
	line-height: 24px;
	background: none;
	text-decoration: line-through;
	opacity: 0.6;
}

.pricing__signup {
	display: inline-block;
	padding: 12px 60px;
	margin: 20px 0 0 0;
	font-size: 14px;
	letter-spacing: 0.5px;
	font-weight: 400;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
	background: none;
	color: #e71e25;
	border: 2px #e71e25 solid;
}

.pricing__signup:hover {
	color: #fff;
	background-color: #e71e25;
	border: 2px #e71e25 solid;
}

.pricing__plan--popular .pricing__signup {
	color: #fff;
	background-color: #fb993e;
	border: 2px #fb993e solid;
}

.pricing__plan--popular .pricing__signup:hover {
	color: #fb993e;
	background: none;
}

/*===============================================*/
/*  7.6 CUSTOM SECTION - CTA 			 */
/*===============================================*/

.section--cta {
	background-color: #e71e25;
	position: relative;
	color: #fff;
	padding-bottom: 50px;
}

.section__content--cta {
	position: relative;
	z-index: 333;
}

svg.svg-cta-top {
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 100%;
	height: 200px;
	z-index: 222;
}

svg.svg-cta-bottom {
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 100%;
	height: 200px;
	z-index: 222;
}

.section__title--cta {
	color: #fff;
}

.section__title--cta:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 80%;
	margin: auto;
	width: 50px;
	height: 1px;
	background: #fff;
	opacity: .5;
}

.section__description--cta {
	color: #fff;
}

/*===============================================*/
/*  7.7 CUSTOM SECTION - HOW IT WORKS (HIW) 			 */
/*===============================================*/

/*===============================================*/
/*  7.8 CUSTOM SECTION - SUPPORT	 			 */
/*===============================================*/
.grid--support {
	width: 100%;
	color: #fff;
	display: flex;
	position: relative;
}

.svg-support-bottom {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 111;
	width: 100%;
	height: 100%;
}

.grid--support .grid__item {
	margin: 0px;
	position: relative;
	z-index: 222;
}

.grid--support .grid__item.grid__item--padding {
	background: none;
	width: calc((100% - 100px * 4) / 2);
	padding: 100px;
}

.grid--support .grid__title {
	font-size: 36px;
	font-weight: 700;
	padding: 20px 0 20px 0;
	margin: 0px 0 20px 0;
}

.grid--support .grid__text {
	font-size: 18px;
}

.grid--support .grid__more {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.5px;
	background-color: #42387a;
	padding: 20px 62px;
	margin: 0 auto 0 auto;
	border: 1px #42387a solid;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.grid--support .grid__more:hover {
	color: #fff;
	background: none;
	border: 1px #fff solid;
}

/*===============================================*/
/*  7.9 CUSTOM SECTION - CLIENTS 			 */
/*===============================================*/
.section--clients {
	position: relative;
	padding-bottom: 80px;
}

.grid__client-logo a {
	position: relative;
	z-index: 333;
}

.grid__client-logo img {
	display: block;
	max-width: 100%;
	margin: auto;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.grid__client-logo a:hover img {
	opacity: .5;
}

/*===============================================*/
/*  7.10 CUSTOM SECTION - CONTACT	 			 */
/*===============================================*/
.grid--contact {
	background-color: #e71e25;
	color: #fff;
	display: flex;
}

.grid--contact .grid__item--x2,
.grid--contact .grid__item--x3 {
	margin-bottom: 0px;
}

.grid--contact .grid__item--x2.grid__item--padding {

	/*   (    one grid item with padding  ) * 2 + space between cols + padding */
	width: calc((((100% - 80px * 4 - 50px * 10) / 5) * 2) + 80px + 50px * 2);
	padding: 40px 50px;
	background: none;
}

.grid--contact .grid__title {
	font-size: 30px;
	line-height: 42px;
	font-weight: 300;
	padding: 10px 0 20px 0;
	margin: 0px;
	position: relative;
}

.grid--contact .grid__text {
	padding: 20px 0 20px 0;
}

.grid--contact .grid__more {
	font-size: 32px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -0.5px;
}

/*  CONTACT	FORM */
/*----------------------------------------------*/
.form__page {
	width: 60%;
	margin: 0 15%;
	clear: both;
	float: left;
	padding: 40px 5%;
	background-color: #f7f7f7;
}

.grid__item--form {
	background-color: #f7f7f7;
}

.grid__form {
	width: 70%;
	height: 100%;
	margin: auto;
	padding: 0 10% 0 20%;
	position: relative;
}

.svg-form-left {
	height: 100%;
	width: 15%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 222;
}

.form__title {
	font-size: 24px;
	padding: 0;
	font-weight: 700;
	margin: 0px;
}

.form__subtitle {
	font-size: 18px;
	color: #000;
	padding: 30px 0 10px 0;
	width: 100%;
	clear: both;
	font-weight: 700;
	margin: 0px;
}

.form__container {
	width: 100%;
	padding: 20px 0 40px 0;
	float: left;
	clear: both;
}

.form__row {
	width: 100%;
	position: relative;
}

.form__input {
	width: 100%;
	height: 25px;
	background: none;
	border: none;
	border-bottom: 1px #a8a8a8 solid;
	padding: 10px 0;
}

.form__label {
	width: 100%;
	display: block;
	color: #a8a8a8;
	padding: 20px 0 0 0;
}

.form__row-border {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 0px;
	height: 2px;
	z-index: 22;
	background-color: #e71e25;
	-webkit-transition: all 0.3s 0.12s;
	transition: all 0.3s 0.12s;
}

.form__textarea {
	width: 100%;
	height: 50px;
	background: none;
	border: none;
	border-bottom: 1px #a8a8a8 solid;
	padding: 10px 0;
	font-size: 14px;
	font-family: 'Source Sans Pro', sans-serif;
}

.form__select {
	width: 100%;
	height: 25px;
	padding: 10px 0;
	display: block;
	border-bottom: 1px #a8a8a8 solid;
	background: url(images/drop-down.png) no-repeat 98% 50%;
}

select.select__field {
	width: 100%;
	height: 30px;
	font-weight: 300;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	line-height: 30px;
	border: none;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form__input:focus+.form__row-border,
.form__textarea:focus+.form__row-border,
.select__field:focus+.form__row-border {
	width: 100%;
}

.form__checkbox {
	width: 100%;
	padding: 10px 0 0 0;
}

.form__checkbox {
	text-align: left;
	line-height: 14px;
	clear: both;
}

.form__checkbox label {
	cursor: pointer;
	color: #000;
}

.form__checkbox input[type="checkbox"] {
	display: none;
}

.form__checkbox input[type="checkbox"]+label:before {
	border: none;
	content: "\00a0";
	display: inline-block;
	font-size: 18px;
	font-weight: 900;
	width: 18px;
	height: 18px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	margin: 0 10px 0 0;
	line-height: 18px;
	vertical-align: center;
	border: none;
	background-color: #a8a8a8;
}

.form__checkbox input[type="checkbox"]:checked+label:before {
	color: #fff;
	content: "\2713";
	border: none;
	text-align: center;
	background-color: #313ee7;
}

.form__checkbox input[type="checkbox"]:checked+label:after {
	font-weight: bold;
}

.form__checkbox input[type="checkbox"]+label:before,
input[type="checkbox"]:checked+label:before {
	background-color: #a8a8a8;
}

.form__radio {
	width: 100%;
	padding: 10px 0 0 0;
}

.form__radio {
	text-align: left;
	line-height: 14px;
	clear: both;
}

.form__radio label {
	cursor: pointer;
	color: #000;
}

.form__radio input[type="radio"] {
	display: none;
}

.form__radio input[type="radio"]+label:before {
	border: none;
	content: "\00a0";
	display: inline-block;
	font-size: 18px;
	font-weight: 900;
	width: 18px;
	height: 18px;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-khtml-border-radius: 9px;
	margin: 0 10px 0 0;
	line-height: 18px;
	vertical-align: center;
	border: none;
	background-color: #a8a8a8;
}

.form__radio input[type="radio"]:checked+label:before {
	color: #fff;
	content: "\2713";
	border: none;
	text-align: center;
	background-color: #313ee7;
}

.form__radio input[type="radio"]:checked+label:after {
	font-weight: bold;
}

.form__radio input[type="radio"]+label:before,
input[type="radio"]:checked+label:before {
	background-color: #a8a8a8;
}

.form__switcher {
	width: 100%;
	clear: both;
	padding: 10px 0 0 0;
}

.switch__label {
	position: relative;
	display: block;
	vertical-align: top;
	width: 80px;
	height: 30px;
	padding: 0;
	background-image: none;
	margin: 0;
	border-radius: 18px;
	cursor: pointer;
}

.switch__input {
	width: 80px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.switch__data {
	position: relative;
	display: block;
	height: inherit;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: inherit;
	border: solid 2px #a8a8a8;
	box-shadow: none;
	color: #a8a8a8;
}

.switch__data:before,
.switch__data:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
}

.switch__data:before {
	content: attr(data-off);
	right: 11px;
}

.switch__data:after {
	content: attr(data-on);
	left: 11px;
	color: #313ee7;
	opacity: 0;
}

.switch__input:checked~.switch__data {
	border-color: #313ee7;
}

.switch__input:checked~.switch__data:before {
	opacity: 0;
}

.switch__input:checked~.switch__data:after {
	opacity: 1;
}

.switch__handle {
	position: absolute;
	border-radius: 100%;
	top: 6px;
	left: 8px;
	background: #a8a8a8;
	width: 22px;
	height: 22px;
	box-shadow: none;
}

.switch__handle:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	border-radius: 6px;
	background: #eceeef;
}

.switch__input:checked~.switch__handle {
	left: 52px;
	background: #313ee7;
	box-shadow: none;
}

.switch__data,
.switch__handle {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.form__file {
	width: 100%;
	clear: both;
	padding: 10px 0 0 0;
}

.form__file input[type="file"] {
	display: none;
}

.form__file .file__label {
	display: inline-block;
	border: none;
	background-image: url(images/upload_file.html);
	background-color: #a8a8a8;
	background-repeat: no-repeat;
	background-position: 85% 50%;
	padding: 12px 50px 12px 30px;
	vertical-align: middle;
	line-height: normal;
	text-align: center;
	margin: 0px;
	font-size: 14px;
	width: auto;
	color: #fff;
	font-weight: 400;
	-webkit-appearance: none;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.form__file .file__label:hover {
	cursor: pointer;
	background-color: #313ee7;
}

.form__submit {
	clear: both;
	float: left;
	margin: 40px 0 0 0;
	cursor: pointer;
}


.modal .contactleft-wrp {
	box-shadow: none;
}

.modal-header {
	border-bottom: 0 !important;
}

/*===============================================*/
/*  8. FOOTER 	 						 */
/*===============================================*/
/* BLOCK - footer */
.footer {
	width: 100%;
	height: auto;
	float: left;
	clear: both;
	background-color: #fff;
	position: relative;
	-webkit-box-shadow: -1px -1px 1px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: -1px -1px 1px 0px rgba(0, 0, 0, 0.1);
	box-shadow: -1px -1px 1px 0px rgba(0, 0, 0, 0.1);
}

/* ELEMENT - footer__content */
.footer__content {
	clear: both;
}

/* ELEMENT MODIFIER footer__content  */
.footer__content--fix-width {
	width: 1240px;
	margin: auto;
	clear: both;
}

.footer__content--fluid-width {
	width: 80%;
	margin: auto;
	clear: both;
}

.footer__content--padding {
	padding: 100px 0;
}

.footer__content--svg {
	padding-top: 100px;
	padding-bottom: 20px;
}

.grid__title--footer-logo {
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 700;
}

.grid__title--footer-logo span {
	font-weight: 700;
}

.grid__title--footer {
	font-size: 20px;
	font-weight: 700;
}

.grid__text--copyright {
	color: #838383;
	line-height: 22px;
}

ul.grid__list--sicons {
	margin: 20px 0 0 0;
}

ul.grid__list--sicons li {
	display: inline-block;
	margin: 0 20px 0 0;
}

ul.grid__list--sicons li a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

ul.grid__list--sicons li a img {
	display: block;
	width: 25px;
}

ul.grid__list--sicons li a:hover {
	opacity: .5;
}

ul.grid__list--fmenu li a {
	display: inline-block;
	color: #838383;
	text-decoration: none;
}

ul.grid__list--fmenu li a::after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background: #e71e25;
	transition: width .3s;
}

ul.grid__list--fmenu li a:hover::after {
	width: 100%;
}

ul.grid__list--fmenu li a:hover {
	color: #e71e25;
}

/*===============================================*/
/* 9. MEDIA QUERIES   			 */
/*===============================================*/
/*===============================================*/
/* Laptops max 1400 px		 */
/*===============================================*/
@media screen and (max-width: 1400px) {

	.header__content--fix-width,
	.section__content--fix-width,
	.footer__content--fix-width,
	.header__content--fluid-width,
	.section__content--fluid-width,
	.footer__content--fluid-width {
		width: 96%;
		padding-left: 2%;
		padding-right: 2%;
	}

	.menu-button {
		right: 2%;
	}

	.intro {
		width: 45%;
	}

	.modal__wrapper {
		top: 18%;
		width: 70%;
		margin-left: -35%;
	}

	.modal__wrapper--image {
		top: 5%;
		left: 20%;
		width: 80%;
		bottom: 5%;
		margin-left: -10%;
	}

	.pricing {
		width: 90%;
	}

}

/*===============================================*/
/*Tablets and Mobile - Portrait - max 1024 px */
/*===============================================*/
@media screen and (max-width: 1024px) {
	body {
		font-size: 14px;
	}

	p {
		line-height: 22px;
	}

	.menu-button {
		top: 20px;
	}

	/*  MENU 	 */
	/*---------------*/
	.menu-open {
		height: 100% !important;
		overflow-y: scroll;
		background-color: #fff;
	}

	.header__menu {
		width: 100%;
		height: 100%;
		float: left;
		clear: both;
		margin: 40px 0 0 0;
	}

	.header__menu ul {
		width: 100%;
		display: none;
		text-align: left;
		background-color: #fff;

	}

	.header__menu ul li {
		width: 100%;
	}

	.header__menu ul li,
	.header__menu ul ul li a,
	.header__menu ul ul ul li a,
	.header__menu ul ul ul li:last-child a {
		border-bottom: 1px #ebeced solid;
	}

	.header__menu ul li a {
		width: 100%;
		font-size: 13px;
		line-height: 40px;
		height: auto;
		margin: 0px;
		padding: 0 35px;
		color: #000;
	}

	.header__menu>ul>li {
		float: none;

	}

	.header__menu ul ul li a {
		margin: 0 0 0 0;
		padding: 0px 0px 0 15%;
		width: 100%;
		height: auto;
	}

	.header__menu>ul>li.header__btn--signup>a {
		width: 80%;
		height: 35px;
		line-height: 35px;
		padding: 0 5%;
		margin: 5px 0 5px 10%;
		text-align: center;
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
	}

	.header__menu>ul>li.header__btn--login>a {
		width: 80%;
		height: 35px;
		line-height: 35px;
		padding: 0 5%;
		margin: 5px 0 5px 10%;
		text-align: center;
		-webkit-transition: none;
		-moz-transition: none;
		transition: none;
	}

	.header__menu ul ul li:first-child a {
		border-top: 1px #ebeced solid;
	}

	.header__menu ul ul li:last-child a {
		border-bottom: none;
	}

	.header__menu ul ul ul li a {
		margin: 0 0 0 0;
		padding: 0 0px 10px 0;

	}

	.header__menu ul ul,
	.header__menu ul ul ul {
		position: relative;
		left: 0;
		width: 100%;
		padding: 0;
		top: 0;
		border-top: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		background: none;
		transition: none;
		visibility: visible;
		opacity: 1;
	}

	.header__menu ul ul.submenu-header-sticky {
		background-color: #fff;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}

	.header__menu ul ul li,
	.header__menu ul ul ul li {
		border-bottom: none;
	}

	.header__menu li:hover>ul {
		transition: none;
		visibility: visible;
		top: auto;
	}

	.menu-button {
		display: block;
	}

	.header__menu .submenu-button {
		position: absolute;
		z-index: 99;
		right: 0;
		top: 0;
		display: block;
		height: 38px;
		width: 50px;
		cursor: pointer;
		border-left: 1px solid #ebeced;
		background-color: #fff;
	}

	.header__menu ul ul .submenu-button {
		height: 35px;
		width: 35px;
	}

	.header__menu .submenu-button:after {
		content: '';
		position: absolute;
		top: 17px;
		left: 17px;
		display: block;
		width: 0;
		padding: 0;
		border: 5px solid transparent;
		border-top-color: #000;
	}

	.header__menu ul ul .submenu-button:after {
		border-width: 4px;
		left: 14px;
		top: 12px;
	}

	.header__menu .submenu-button.submenu-opened:after {
		top: 12px;
		border-top-color: transparent;
		border-bottom-color: #000;
	}

	.header__menu ul ul .submenu-button.submenu-opened:after {
		top: 10px;
	}


	/*       SECTION 	   */
	/*=====================*/
	.section--page-top {
		padding-top: 40px;
	}

	.section--page-bottom {
		padding-bottom: 40px;
	}

	.section__content--padding {
		padding: 50px 0;
	}

	.section__title {
		font-size: 28px;
	}

	.section__description {
		font-size: 14px;
		line-height: 26px;
	}

	.section__description--centered {
		width: 80%;
		padding: 0 0 40px 0;
	}

	/*       GRID 	   */
	/*=====================*/

	.grid--2col .grid__item,
	.grid--3col .grid__item,
	.grid--4col .grid__item,
	.grid--5col .grid__item,
	.grid--6col .grid__item {
		margin-right: 0px;
		margin-bottom: 40px;
		width: 100%;
	}

	.grid--3col .grid__item--x2,
	.grid--4col .grid__item--x3,
	.grid--5col .grid__item--x2,
	.grid--5col .grid__item--x3,
	.grid--5col .grid__item--x4,
	.grid--6col .grid__item--x2,
	.grid--6col .grid__item--x3,
	.grid--6col .grid__item--x4,
	.grid--6col .grid__item--x5 {
		width: 100%;
	}

	.grid--2col .grid__item--padding,
	.grid--3col .grid__item.grid__item--padding,
	.grid--3col .grid__item--x2.grid__item--padding,
	.grid--4col .grid__item.grid__item--padding,
	.grid--4col .grid__item--x3.grid__item--padding,
	.grid--5col .grid__item.grid__item--padding,
	.grid--5col .grid__item--x2.grid__item--padding,
	.grid--5col .grid__item--x3.grid__item--padding,
	.grid--5col .grid__item--x4.grid__item--padding,
	.grid--6col .grid__item.grid__item--padding,
	.grid--6col .grid__item--x2.grid__item--padding,
	.grid--6col .grid__item--x3.grid__item--padding,
	.grid--6col .grid__item--x4.grid__item--padding,
	.grid--6col .grid__item--x5.grid__item--padding {
		width: calc(100% - 20px * 2);
		padding: 20px;
	}

	.grid__title {
		font-size: 18px;
	}

	.grid__text {
		padding-bottom: 20px;
		line-height: 22px;
	}

	/*       FOOTER 	   */
	/*=====================*/
	.footer__content {
		padding-top: 50px;
	}

	ul.grid__list--fmenu li {
		display: block;
		float: left;
		margin: 0 20px 10px 0;
	}

	/*  INTRO 	 */
	/*---------------*/
	.intro {
		width: 100%;
		padding: 20% 0 0 0;
	}

	.intro__title {
		padding: 0 0 40px 0;
		font-size: 80px;
		line-height: 88px;
		text-align: center;
	}

	.intro__subtitle {
		font-size: 28px;
		line-height: 32px;
		padding: 0 15% 20px 15%;
		text-align: center;
	}

	.intro__description {
		font-size: 20px;
		padding: 0 0 40px 0;
		text-align: center;
	}

	.intro__buttons--left {
		text-align: center;
	}

	.intro__buttons {
		padding: 40px 0 0 0;
	}

	.intro-animation {
		width: 90%;
		height: 35%;
		float: left;
		text-align: right;
		position: absolute;
		bottom: 0;
		left: 5%;
		z-index: 222;
	}

	.intro-animation img {
		max-width: 100%;
	}

	svg.svg-intro-bottom {
		height: 20%;
	}

	svg.svg-intro-bottom-2 {
		height: 35%;
	}

	/*  ABOUT 	 */
	/*---------------*/
	/* .section__content--about{
	padding:30px 0;
}
.grid--about .grid__item{
	margin-bottom:30px;
}
.grid--about .grid__title{
	font-size:28px;
	line-height:36px;
}
.grid--about .grid__text{
	font-size:16px;
	line-height:24px;
} */

	.section--about.section-padding {
		padding-top: 100px;
		padding-bottom: 80px;
		clear: both;
	}


	/*  FEATURES 	 */
	/*---------------*/
	.section__content--features {
		padding: 40px 0 20px 0;
	}

	svg.svg-features-bottom {
		height: 40px;
	}



	/*  PRICING 	 */
	/*---------------*/
	.pricing__switcher {
		width: 260px;
		margin: 0 auto 40px auto;
	}

	.pricing__plan {
		width: 100%;
		padding: 20px 0;
		margin: 0 0 10px 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		-moz-box-shadow: none;
	}

	.pricing__plan--popular {
		z-index: 2;
		top: 0px;
		padding: 20px 0;
		-moz-box-shadow: 10px 0 15px -10px rgba(0, 0, 0, .45), -10px 0 15px -10px rgba(0, 0, 0, .45);
		-webkit-box-shadow: 10px 0 15px -10px rgba(0, 0, 0, .45), -10px 0 15px -10px rgba(0, 0, 0, .45);
		box-shadow: 10px 0 15px -10px rgba(0, 0, 0, .45), -10px 0 15px -10px rgba(0, 0, 0, .45);
	}

	/*  TESTIMONIALS 	 */
	/*---------------*/
	.testimonials {
		margin: 0;
		padding: 40px 0 80px 0;
	}

	.testimonials__slide {
		text-align: center;
		width: 100%;
		float: left;
	}

	.testimonials__text p {
		padding: 0 0 20px 0;
		font-size: 14px;
		line-height: 22px;
	}

	.testimonials__source {
		font-weight: 700;
		font-size: 12px;
	}

	.testimonials__source a {
		padding: 0 5px;
	}

	/*  CONTACT 	 */
	/*---------------*/
	.grid--contact {
		display: block;
	}

	.grid--contact .grid__item,
	.grid--6col .grid__item {
		margin-bottom: 0px !important;
	}

	.grid__form {
		width: 90%;
		padding: 0 5%;
		position: relative;
	}

	.form__submit {
		margin: 40px 0 0 0;
	}

	.svg-form-left {
		display: none;
	}

	/*  CTA 	 */
	/*---------------*/
	.section--cta {
		padding: 20px 0;
	}

	svg.svg-cta-top {
		height: 20px;
	}

	svg.svg-cta-bottom {
		height: 20px;
	}

	/*  Modal	 */
	/*---------------*/
	.modal__wrapper {
		top: 5%;
		width: 90%;
		margin-left: -45%;
	}

	.modal__wrapper--image {
		top: 10%;
		left: 14%;
		width: 86%;
		bottom: auto;
		margin-left: -7%;
	}

	.modal__content.modal__content--visible {
		display: block;
	}

	.modal__info {
		display: none;
	}

	.modal__form {
		width: 90%;
		height: 100%;
		display: block;
		padding: 20px 5%;
	}

	.modal__content--login,
	.modal__content--forgot,
	.modal__content--signup {
		background-color: #fff;
	}

	.modal__image {
		height: auto;
	}

	.modal__image img {
		max-width: 100%;
		max-height: auto;
	}

	.grid--support {
		display: block;
		background-color: #fb993e;
	}

	.grid--support .grid__item.grid__item--padding {
		background: none;
		width: 90%;
		padding: 5%;
	}

	.svg-support-bottom {
		display: none;
	}


}

/*===============================================*/
/* Tablets Landscape */
/*===============================================*/
@media screen and (max-width: 1024px) and (orientation: landscape) {

	/*  INTRO 	 */
	/*---------------*/
	.intro {
		padding: 12% 0 0 0;
	}

	.intro__title {
		font-size: 50px;
		line-height: 58px;
	}

	.intro__subtitle {
		font-size: 20px;
		line-height: 24px;
		padding: 0 5% 20px 5%;
	}
}

/*===============================================*/
/* Mobile  800	  					 */
/*===============================================*/
@media screen and (max-width: 800px) {

	.header__content--fix-width,
	.section__content--fix-width,
	.footer__content--fix-width,
	.header__content--fluid-width,
	.section__content--fluid-width,
	.footer__content--fluid-width {
		width: 96%;
		padding-left: 2%;
		padding-right: 2%;
	}

	.header {
		height: 75px;
	}

	.header__content {
		height: 50px;
	}

	.menu-button {
		right: 2%;
		top: 10px;
	}

	.intro {
		padding: 23% 0 0 0;
	}

	.header__logo-title {
		font-size: 20px;
	}

	.intro__title {
		font-size: 60px;
		line-height: 68px;
	}

	.intro__subtitle {
		font-size: 22px;
		padding: 0 15% 20px 15%;
		line-height: 28px;
	}

	.intro__description {
		font-size: 16px;
		padding: 0 0 20px 0;
	}

}

/*===============================================*/
/* Mobile Landscape max  800  					 */
/*===============================================*/
@media screen and (max-width: 800px) and (orientation: landscape) {
	.intro {
		padding: 16% 0 0 0;
	}

	.intro__title {
		font-size: 32px;
		line-height: 38px;
		padding: 0 0 10px 0;
	}

	.intro__subtitle {
		font-size: 16px;
		padding: 0 5% 10px 5%;
		line-height: 22px;
	}

	.intro__description {
		font-size: 12px;
		padding: 0;
	}
}

/*===============================================*/
/* Smaller Mobile  680	  					 */
/*===============================================*/
@media screen and (max-width: 680px) {
	.intro__title {
		font-size: 30px;
		line-height: 34px;
		padding: 0 0 20px 0;
	}

	.intro__subtitle {
		font-size: 14px;
		padding: 0 5% 10px 5%;
		line-height: 22px;
	}

	.intro__description {
		font-size: 12px;
		padding: 0;
	}

	.btn {
		padding: 8px 15px;
		margin: 0 5px;
	}

	.btn--play {
		padding-right: 40px;
	}
}

/*===============================================*/
/* Smaller Mobile Portrait max  680	  					 */
/*===============================================*/
@media screen and (max-width: 680px) and (orientation: landscape) {
	.intro {
		padding: 16% 0 0 0;
	}

	.intro__title {
		font-size: 24px;
		line-height: 28px;
		padding: 0 0 5px 0;
	}

	.intro__subtitle {
		font-size: 14px;
		padding: 0 2% 5px 2%;
		line-height: 18px;
	}

}

/* =========================================== */
/* screenshot */
/* 08. Screenshots Section */
.slide-screen {
	position: relative;
}

.slide-screen .owl-item {
	opacity: .6;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.slide-screen .owl-item.center {
	opacity: 1;
}

/* .slide-screen.iphone::after {
	content: url("../images/iphone.png");
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0.6);
	transform: translate(-50%, -50%) scale(0.6);
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	transition:all .3s ease;
} */
.slide-screen.iphonex::after {
	content: url("images/iphonex.png");
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-49%, -51%) scale(.45);
	transform: translate(-49%, -51%) scale(.45);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.frame-fix.slide-screen:after {
	opacity: 0;
}

.owl-carousel .owl-item.center img {
	border-radius: 5px;
}

.iphonex.owl-carousel .owl-item img {
	width: 192px;
	margin: 0 auto;
	position: relative;
}

.iphone.owl-carousel .owl-item img {
	width: 192px;
	margin: 0 auto;
	position: relative;
	top: 40px;
}

.iphone.owl-carousel .owl-item {
	position: relative;
}

.iphone.owl-carousel .owl-item:after {
	position: absolute;
	content: "";
	height: 45px;
	width: 100%;
	background: #fff;
	bottom: 0;
	left: 0;
}

/* @v110 Start*/
.software-screens {
	margin-bottom: -40px;
}

.software-screens .item:after {
	position: absolute;
	top: -30px;
	left: 0;
	height: 33px;
	width: 100%;
	content: "";
	background: url(../images/browser-bar.png) bottom center no-repeat;
	background-size: 100%;
}

.software-screens .item {
	margin: 30px;
	position: relative;
	-moz-box-shadow: 0 0 29px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 0 29px rgba(0, 0, 0, .3);
	box-shadow: 0 0 29px rgba(0, 0, 0, .3);
}

.software-screens .owl-nav .owl-prev,
.software-screens .owl-nav .owl-next {
	font-size: 24px;
	background: transparent;
}

.software-screens .owl-nav .owl-prev {
	left: -60px;
}

.software-screens .owl-nav .owl-next {
	right: -60px;
}

.software-screens .owl-nav .owl-prev:hover {
	left: -70px;
	background: transparent;
}

.software-screens .owl-nav .owl-next:hover {
	right: -70px;
	background: transparent;
}

/* @v110 -e */

@media only screen and (max-width: 1169px) {
	.slide-screen {
		max-width: 700px;
		margin: 0 auto;
	}
}


/* ============================================== */
/* custom owl dots css start here */

button.owl-dot {
	background: transparent;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
}

.owl-dots {
	text-align: center;
}

.owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px;
	background: #d0d0d0;
	border-radius: 0;
	position: relative;
	display: block;
}

.owl-dots .owl-dot span:after {
	position: absolute;
	border: 1px solid #e71e25;
	top: -2px;
	left: -2px;
	content: "";
	height: 14px;
	width: 14px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
	background: #e71e25;
}

.owl-dots .owl-dot.active span:after,
.owl-dots .owl-dot:hover span:after {
	opacity: 1;
}

.owl-dots {
	position: relative;
	top: 40px;
	z-index: 99;
}



header.header-separate {
	background: #fff !important;
}

header.header-separate .header__menu>ul>li>a {
	color: #000;
}

header.header-separate .menu-button {
	border-bottom: 1px solid #e71e25 !important;
}

header.header-separate .menu-button::before {
	border-top: 1px double #e71e25 !important;
	border-bottom: 1px solid #e71e25 !important;
}


/* ================R contact section======================== */
.contactleft-wrp {
	background: #fff;
	box-shadow: 0 2px 4px rgba(3, 27, 78, .06);
	padding: 30px;
}

.contact-map {
	height: 100%;
	box-shadow: 0 2px 4px rgba(3, 27, 78, .06);
	border: 1px solid #e5e8ed;
	padding: 15px;
	background: #fff;
}

.contact-top {
	text-align: center;
	border-radius: 5px;
	padding: 20px;
	background: #fff;
	border: 1px solid #e5e8ed;
	margin-bottom: 30px;
}

.contact-top__icon {
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 80px;
	margin-bottom: 20px;
	font-size: 30px;
	line-height: 80px;
	color: #e71e25;
	background: #f2f3f8;
	border: 1px solid #eee;
	border-radius: 100% 50% 50% 100% / 75% 69% 69% 75%;
}

.contact-top__head {
	font-weight: 600;
	margin: 0 0 10px;
	font-size: 16px;
	color: #333357;
}

.contact-top__txt p,
.contact-top__txt a {
	color: #7f7c97;
	text-align: center;
	transition: all .4s ease;
}

.contact-top__txt a:hover {
	color: #e71e25;
}

.contactleft-wrp .form-control {
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #ced4da;
	transition: all .4s ease;
}

.contactleft-wrp .form-control:visited .contactleft-wrp .form-control:hover,
.contactleft-wrp .form-control:active,
.contactleft-wrp .form-control:focus {
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #e71e25;
	box-shadow: none;
	outline: 0;
}

/* ==================== */

.m-accordion .card {
	overflow: hidden;
}

.m-accordion .card-header>a:before {
	float: right !important;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "";
	padding-right: 5px;
}

.m-accordion .card-header>a.collapsed:before {
	float: right !important;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "";
}

.m-accordion .card-header>a:hover,
.m-accordion .card-header>a:active,
.m-accordion .card-header>a:focus {
	text-decoration: none;
}

.m-accordion .card-header>.card-link {
	display: block;
}

.m-accordion .card-header {
	background-color: #e71e25;
	background: -webkit-linear-gradient(60deg, #e71e25, #B91372);
	background: linear-gradient(60deg, #e71e25, #B91372);
	padding: 1rem;
}

.m-accordion .card-header .card-link {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}

.m-accordion .card-body {
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.m-accordion .card-body p {
	color: #a1a1a1;
	font-size: 18px;
}

.faq-content .m-accordion .card-header .card-link {
	font-size: 14px;
}

/* ============================================= */
/* 2022 */
.titleMain {
	color: #e71e25;
	font-weight: 600 !important;
}

.pageBanner {
	position: relative;
	z-index: 1;
}

.pageBanner__feature {
	background: url("./images/bg-abliiERP-software.jpg") center center no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 500px;
}

.logisticMangmt__feature {
	background: url("./images/logisticManagement.jpg") center center no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 500px;
}

.overlay {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(60deg, rgba(231, 30, 37, 0.5), rgba(185, 19, 114, 0.5));
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(60deg, rgba(231, 30, 37, 0.5), rgba(185, 19, 114, 0.5));
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.pageBanner__content {
	display: flex;
	height: 100%;
	width: 100%;
	justify-content: center;
	align-items: center;
	color: #fff;
}

.serviceHeading {
	font-size: 15px;
	margin-bottom: 15px;
	padding-bottom: 0;
}

.serviceSubHeading {
	font-size: 40px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 25px !important;
	padding-bottom: 0;
}

.servicePara {
	font-size: 16px;
	font-weight: 400;
}


@media screen and (max-width: 768px) {
	.serviceSubHeading {
		font-size: 20px;
		margin-bottom: 15px !important;
	}

}

.sectionServiceList .features__item {
	background-color: transparent;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	transform: 0;
	-webkit-transform: 0;
	-moz-transform: 0;

}

.sectionServiceList .features__item:hover {
	background-color: transparent;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	transform: 0;
	-webkit-transform: 0;
	-moz-transform: 0;

}

.features__itemContent {
	background-color: #fff;
	box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.18);
	-webkit-box-shadow: 0 0 30px 0px rgba(0, 0, 0, 0.18);
	transform: 0;
	-webkit-transform: 0;
	-moz-transform: 0;
}

.features__itemContent .features__title {
	padding-bottom: 10px;
}

.feature__para {
	margin-bottom: 20px;
	font-size: 16px;
	color: #000;
	font-weight: 500;
	padding: 0 15px 25px;
	line-height: 1.4;
}

.features__item a {
	color: #000;
}

.featureImg img {
	max-width: 100%;
}

.header .dropdown-menu {
	min-width: 220px !important;
	padding: 5px 10px;
	background-color: #fff;
}

.header .dropdown-menu {
	padding: 0.6rem 1rem;
}

.header .dropdown-item {
	display: block !important;
	width: 100%;
	padding: 0.6rem 0;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background: 0 0;
	border: 0;
	float: none;

	font-size: 14px;
	text-transform: uppercase;
}

@media screen and (max-width: 768px) {
	.header .dropdown-menu {
		min-width: 100% !important;
	}

	.header .dropdown-item {
		padding: 0 0;
	}
}

@media only screen and (min-width: 768px) {
	.dropdown:hover .dropdown-menu {
		display: block;
		margin-top: 0;
	}
}

.featuresBg {
	background: url("./images/service-box.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 7px 25px 0px #eee;
	padding: 45px 26px 40px 40px;
}

.howWorks__title {
	margin-bottom: 20px;
	font-size: 21px;
	font-weight: 700;
	min-height: 70px;
}

.howWorks__content {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.howWorks__img img {
	width: 200px;
	height: 200px;
	border-radius: 50%;
}

.arrowIcon {
	color: #fb993e;
	font-size: 26px;
	margin-top: 45px;
}

.arrowIconDown {
	display: none;
}

@media screen and (max-width: 992px) {

	.arrowIcon {
		margin-top: 0;
	}

	.howWorks__content {
		flex-wrap: wrap;
		justify-content: center;
	}

	.howWorks__title {
		min-height: initial;
	}

	.howWorks__wrp {
		flex-basis: 100%;
		margin-bottom: 10px;
	}

	.arrowIcon {
		flex-basis: 100%;
		margin-bottom: 20px;
	}

	.arrowIconRight {
		display: none;
	}

	.arrowIconDown {
		display: block;
	}
}

.section__fadeText {
	padding: 40px 0;
	background: #fb993e;
	text-align: center;
}

.quotes {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	padding-bottom: 0;
}

@media screen and (max-width: 992px) {
	.quotes {
		font-size: 26px;
	}
}


/*==============sticky call=============*/
.brochure {
	position: fixed;
	top: 135px;
	/* // right: 2px */
	right: -120px;
	z-index: 999;
	transition: all 0.8s cubic-bezier(0.22, 0.67, 0.43, 1.22) 0.2s;
}

.brochure span {
	margin-right: 0.5rem;
}

.brochure:hover {
	right: 0;
}

.btn-stickycall {
	background: #fff;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	padding: 0.5rem;
	color: #0b0c26;
	font-size: 0.9rem;
	margin-right: 0;
}

.call-icon {
	display: inline-block;
	width: 25px;
	height: 25px;
	border: 2px solid #25d366;
	border-radius: 50%;
	text-align: center;
	margin-right: 0.5rem;
}

.call-icon span {
	margin-left: 0.3rem;
	/* // margin-bottom: .3rem */
	font-size: 0.9rem;
	font-weight: 700;
	color: #25d366;
}

.pageBanner__content h1 {
	text-align: center;
}

.pageBanner__content p {
	font-weight: 500;
	font-size: 20px;
	text-align: center;
	max-width: 768px;
}

.servicePara__highlight {
	font-size: 24px;
	color: #1d1d1d;
	line-height: 1.25;
	padding-right: 30px;
}

.featureImg img {
	border-radius: 10px;
}

.roundedImg {
	width: 500px;
	height: 500px;
	border-radius: 50%;
	overflow: hidden;
}

.product__servicepara {
	font-size: 24px;
	color: #1d1d1d;
	line-height: 1.25;
}

@media screen and (max-width: 768px) {
	.roundedImg {
		width: 300px;
		height: 300px;
		margin: 0 auto;
		border-radius: 50%;
		overflow: hidden;
		margin-bottom: 15px;
	}

	.featureImg img {
		margin-bottom: 10px;
	}

	.servicePara__highlight {
		font-size: 18px;
		color: #1d1d1d;
		line-height: 1.25;
		padding-right: 0;
	}

	.product__servicepara {
		font-size: 18px;
		color: #1d1d1d;
		line-height: 1.25;
	}
}

.header {
	background: linear-gradient(60deg, #e71e25, #B91372);
}

.header--sticky {
	background: #fff;
}