/*import other stylesheet --------*/
/*@import url('all.css');*/
/*side btn*/
.side-btn {
	position: fixed;
	right: 0;
	top: 30%;
	z-index: 9999;
}

footer {
	background: #2766bd;
	padding: 170px 0 50px;
	position: relative;
	min-height: 400px;
	color: #fff;
}

footer:before {
	position: absolute;
	content: '';
	background: url(../images/wave.svg);
	width: 100%;
	height: 140px;
	background-size: cover;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	top: 0;
	z-index: 2;
}

footer h4 {
	color: #fff;
	font-size: 24px;
}

ul.footlink {
	list-style: none;
}

.footlink a {
	list-style: none;
	text-decoration: none;
	color: white;
	font-size: 16px;
	font-weight: 100;
	transition: 200ms;
	display: block;
	padding: 2px 0;
}

.other {
	color: #fff;
	display: flex;
	justify-content: center;
	margin-top: 70px;
}

.other a {
	color: #fff;
	transition: 200ms;
	margin: 0 10px;
}

.footlink a:hover,
.other a:hover {
	transform: translateY(2px);
	transition: 200ms;
}

ul.social {
	list-style: none;
}

.social svg {
	width: 27px;
	height: 27px;
	margin: 7px 0;
}


/* FOOTER */

footer {
	position: relative;
	color: white;
}

footer:before {
	display: block;
	position: absolute;
	top: 0;
	content: '';
	background-image: url(../images/wave.svg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	width: 101%;
	height: 165px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

footer .ligne-newsletter {
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

footer .ligne-newsletter .sous-ligne {
	margin-left: 1rem;
	margin-right: 1rem;
	margin-top: 2rem;
}

footer .ligne-newsletter .sous-ligne h2 {
	font-size: 0.9rem;
	font-weight: 700;
}

footer .ligne-newsletter .sous-ligne p {
	font-size: 14px;
}

footer .ligne-newsletter .sous-ligne .captcha-code {
	display: inline-flex;
	align-items: center;
	margin-bottom: 0.5rem;
}

footer .ligne-newsletter .sous-ligne .captcha-code input {
	font-size: 14px;
	border-top-right-radius: 90px;
	border-bottom-right-radius: 90px;
	background: rgb(50, 25, 75);
	color: #ffffff;
	font-weight: 300;
	padding: 0.4rem;
	border: none;
	line-height: 0.8rem;
}

footer .ligne-newsletter .sous-ligne .captcha-code img {
	height: 1.6rem;
	border-top-left-radius: 90px;
	border-bottom-left-radius: 90px;
	border: solid 0.2rem rgb(50, 25, 75);
}

footer .ligne-newsletter .sous-ligne .inputAddOn {
	display: flex;
}

footer .ligne-newsletter .sous-ligne .inputAddOn input {
	font-size: 14px;
	border-top-left-radius: 90px;
	border-bottom-left-radius: 90px;
	background: rgb(50, 25, 75);
	color: #ffffff;
	font-weight: 300;
	padding: 0.4rem;
	flex: 1;
	border: none;
	padding-left: 20px;
}

footer .ligne-newsletter .sous-ligne .inputAddOn button {
	display: flex;
	align-items: center;
	border-top-right-radius: 90px;
	border-bottom-right-radius: 90px;
	font-size: 14px;
	font-weight: 700;
	background-color: white;
	color: rgb(102, 51, 153);
	padding-right: 20px;
	padding-left: 15px;
	border: none;
	transition: 200ms;
}

footer .ligne-newsletter .sous-ligne .inputAddOn button:hover svg path {
	animation-name: spin;
	animation-duration: 1s;
	transform-origin: center;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-360deg);
	}
}

footer .ligne-newsletter .sous-ligne .inputAddOn button svg {
	margin-right: 10px;
}

footer .ligne-menu-rapide {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	min-height: 400px;
	padding-top: 9rem;
}

footer .ligne-menu-rapide .sous-ligne {
	width: 25%;
}

footer .ligne-menu-rapide .sous-ligne address {
	font-weight: 100;
	margin-top: 1rem;
	line-height: 30px;
}

footer .ligne-menu-rapide .sous-ligne address p {
	font-style: italic;
	font-size: 20px;
}

footer .ligne-menu-rapide .sous-ligne a {
	list-style: none;
	text-decoration: none;
	color: white;
	font-size: 17px;
	font-weight: 100;
	transition: 200ms;
	height: 100%;
	display: inline-block;
}

footer .ligne-menu-rapide .sous-ligne a:hover {
	transform: translateY(2px);
	transition: 200ms;
}

footer .ligne-menu-rapide .sous-ligne h2 {
	font-size: 22px;
	font-weight: 700;
	color: #fff;
}

footer .ligne-menu-rapide .sous-ligne ul {
	list-style: none;
	padding-left: 0;
	margin-top: 0.3rem;
}

footer .ligne-menu-rapide .sous-ligne img {
	min-width: 30%;
	max-width: 50%;
	transform: translateX(-25%);
}

footer .ligne-menu-rapide .sous-ligne li {
	line-height: 1.8;
}

footer .ligne-menu-rapide .sous-ligne-media {
	width: 10%;
}

footer .ligne-menu-rapide .sous-ligne-media .logo-media {
	margin-top: 15px;
	list-style: none;
}

footer .ligne-menu-rapide .sous-ligne-media .logo-media svg {
	width: 3rem;
	height: 3.5rem;
	transition: 200ms;
}

footer .ligne-menu-rapide .sous-ligne-media .logo-media svg:hover {
	transform: translateY(2px);
	transition: 200ms;
}

footer .ligne-mentions-legales {
	margin-top: 2rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

footer .ligne-mentions-legales .copyright {
	font-size: 14px;
	margin-right: 2rem;
	margin-left: 2rem;
	line-height: 2rem;
}

footer .ligne-mentions-legales ul {
	display: flex;
	justify-content: center;
	margin-bottom: 0;
}

footer .ligne-mentions-legales ul li {
	list-style: none;
	margin-right: 0.5rem;
	border-right: solid 1px white;
	padding-right: 0.5rem;
	vertical-align: top;
}

footer .ligne-mentions-legales ul li:last-child {
	border-right: none;
	padding-right: 0;
}

footer .ligne-mentions-legales ul li a {
	text-decoration: none;
	color: white;
	font-size: 14px;
	line-height: 2rem;
	display: inline-block;
	font-weight: 100;
}

footer .ligne-mentions-legales ul li a:hover {
	transform: translateY(2px);
	transition: 200ms;
}


/* body-content-area */

.body-content-area {
	width: 100%;
	background: #fff;
	height: auto;
}

.bg-content-area {
	width: 100%;
	background: url("../images/case-bg.jpg") no-repeat;
	background-size: cover;
	background-attachment: fixed;
	height: auto;
	padding: 50px 0;
}

.body-content-area .body-content-area-inner {
	padding: 0 0 100px;
	min-height: 740px;
}


/* header-section */

.header-section {
	width: 100%;
	background: #6d3991;
	padding: 0;
}


/*--*/

.header-top-menu {
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	padding: 15px 0;
}

.header-top-menu .fixed-row {
	display: flex;
	justify-content: flex-end;
}

.header-top-menu .fixed-row ul.first-links {
	margin: 0 7px 0 0;
	padding: 0;
	list-style: none;
}

.header-top-menu .fixed-row ul.first-links li {
	width: auto;
	float: left;
	padding: 0 13px;
	font: 300 15px/21px 'Roboto';
}

.header-top-menu .fixed-row ul.first-links li a {
	color: rgba(255, 255, 255, 1);
	transition: all .5s ease-in;
}

.header-top-menu .fixed-row ul.first-links li a:hover {
	color: rgba(255, 255, 255, .5);
	transition: all .5s ease-out;
	text-decoration: none;
}

.header-top-menu .fixed-row ul.second-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.header-top-menu .fixed-row ul.second-links li {
	width: auto;
	float: left;
	padding: 0 5px;
	font: 300 15px/100% 'Roboto';
}

.header-top-menu .fixed-row ul.second-links li.flag {
	position: relative;
	padding: 0 0 0 27px;
	margin: 0 10px;
}

.header-top-menu .fixed-row ul.second-links li.flag img {
	position: absolute;
	width: 21px;
	height: 21px;
	top: 0;
	left: 0;
}

.header-top-menu .fixed-row ul.second-links li.flag a {
	line-height: 21px;
}

.header-top-menu .fixed-row ul.second-links li a {
	color: rgba(255, 255, 255, 1);
	transition: all .5s ease-in;
	transition: 200ms;
}

.header-top-menu .fixed-row ul.second-links li:hover {
	transition: all .5s ease-out;
	transform: translateY(2px);
	transition: 200ms;
}

.header-top-menu .fixed-row ul.second-links li:hover a {
	color: rgba(255, 255, 255, .5);
	transition: all .5s ease-out;
	text-decoration: none;
}

.header-top-menu .fixed-row ul.top-social-links {
	margin: 0;
	padding: 0;
	list-style: none;
}

.header-top-menu .fixed-row ul.top-social-links li {
	width: auto;
	float: left;
	padding: 0 4px;
}

.header-top-menu .fixed-row ul.top-social-links li:last-child {
	padding-right: 0;
}

.header-top-menu .fixed-row ul.top-social-links li:hover {
	transition: all .5s ease-out;
	transform: translateY(2px);
	transition: 200ms;
}


/*--*/

.header-bottom-sec {
	width: 100%;
	padding: 25px 0 30px 0;
}

.header-bottom-sec .site-logo {
	float: left;
}

.header-bottom-sec ul.header-bottom-menu {
	margin: 115px 0 0 0;
	padding: 0;
	list-style: none;
	float: right;
}

.header-bottom-sec ul.header-bottom-menu li {
	width: auto;
	float: left;
	padding: 0 13px;
	font: 700 24px/45px 'Roboto';
}

.header-bottom-sec ul.header-bottom-menu li:last-child {
	padding-right: 0;
}

.header-bottom-sec ul.header-bottom-menu li a {
	color: rgba(255, 255, 255, 1);
	transition: all .5s ease-in;
}

.header-bottom-sec ul.header-bottom-menu li a:hover {
	color: rgba(255, 255, 255, .5);
	transition: all .5s ease-out;
	text-decoration: none;
}

.header-bottom-sec ul.header-bottom-menu li.dwonload-btn {}

.header-bottom-sec ul.header-bottom-menu li.dwonload-btn a {
	border-radius: 25px;
	color: #800080;
	background: #fff url(../images/dwonload-icon.png) 17px 13px no-repeat;
	padding: 0 20px 0 45px;
	height: 45px;
	line-height: 45px;
	border: 1px solid #fff;
	transition: all .5s ease-in;
	display: block;
}

.header-bottom-sec ul.header-bottom-menu li.dwonload-btn:hover a {
	background: none;
	color: #fff;
	background: url(../images/dwonload-icon02.png) 17px 13px no-repeat;
	transition: all .5s ease-out;
}


/* price-chart-table */

.price-chart-table {
	margin-top: 60px;
}

.price-chart-table .col-xl-3 {
	display: flex;
}

.pricing-main {
	display: flex;
	flex-direction: row;
	padding-left: 25%;
}

.pricing-block-grid {
	background: #fff;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
	margin: 0 15px;
	transition: all .5s ease-in;
	position: relative;
	padding: 0 0 10px 0;
	flex: 1;
}

.pricing-block-grid:nth-child(3) {
	position: absolute;
	left: 15px;
	width: 22%;
	height: 100%;
}

.pricing-block-grid .header-sec {
	height: 300px;
	background: #e76118;
	position: relative;
	text-align: center;
}

.pricing-block-grid .header-sec .logo-symbol {
	height: 83px;
	width: 83px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -41px;
	background: #e76118;
	text-align: center;
	line-height: 83px;
	border: 2px solid #fff;
	border-radius: 50%;
}

.pricing-block-grid .header-sec .title {
	padding: 15px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	color: #fff;
	font: 500 30px/100% 'Roboto';
	text-align: center;
}

.pricing-block-grid .header-sec h1.price-rate {
	color: #fff;
	font: 700 55px/100% 'Roboto' !important;
	margin: 0;
	padding: 15px 0 0 0;
	display: inline-block;
	position: relative;
}

.pricing-block-grid .header-sec h1.price-rate sup {
	font-size: 15px;
	top: -20px;
	margin-right: 5px;
}


/*.pricing-block-grid .header-sec h1.price-rate:before {
	position: absolute;
	left: -20px;
	top: 25px;
	content: '$';
	font: 500 24px/100% 'Roboto' !important;
}*/

.pricing-block-grid .header-sec h1.price-rate span {
	color: #fff;
	font: 300 26px/100% 'Roboto';
	margin: 0;
	padding: 5px 0;
	display: block;
}

.pricing-block-grid .header-sec h2.price-rate {
	color: #fff;
	font: 300 45px/100% 'Roboto' !important;
	margin: 0;
	padding: 15px 20px 0;
	display: inline-block;
}

.pricing-block-grid .content-sec {
	padding: 50px 0 0 0;
}

.pricing-block-grid .content-sec ul.listing {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}

.pricing-block-grid .content-sec ul.listing li {
	width: auto;
	float: none;
	padding: 9px 20px;
	padding-left: 45px;
	font-size: 14px;
	color: #565656;
	display: block;
	border-bottom: 1px solid #f6f6f6;
	position: relative;
}

.pricing-block-grid .content-sec ul.listing li:last-child {
	border-bottom: 0;
}

.pricing-block-grid .content-sec ul.listing li i {
	margin-right: 10px;
	color: #e76118;
	font-size: 14px;
	position: absolute;
	left: 20px;
	top: 14px;
}

.pricing-block-grid .buy-now-btn {
	background: #e76118;
	cursor: pointer;
	font: 500 20px/40px 'Roboto';
	color: #fff;
	/* padding: 0; */
	text-align: center;
	border: none;
	box-shadow: none;
	text-transform: uppercase;
	/* letter-spacing: 0; */
	/* height: 45px; */
	width: 200px;
	transition: all .5s ease-in;
	margin: 15px auto;
	display: block;
	position: relative;
	/* left: 0; */
	/* right: 0; */
	/* bottom: 25px; */
	/* margin: 0 auto; */
}

.pricing-block-grid .buy-now-btn:hover {
	opacity: .7;
	text-decoration: none;
	transition: all .5s ease-out;
}


/*-pricing-block-grid-hover-*/

.pricing-block-grid:hover {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .5);
	transition: all .5s ease-out;
	-moz-transform: scale(1.04);
	-webkit-transform: scale(1.04);
	-o-transform: scale(1.04);
	-ms-transform: scale(1.04);
	transform: scale(1.04);
}


/*-pricing-block-grid-color-*/

.pricing-block-grid.grid-01 .header-sec {
	background: #f773d4 !important;
}

.pricing-block-grid.grid-01 .header-sec .logo-symbol {
	background: #f773d4 !important;
}

.pricing-block-grid.grid-01 .content-sec ul.listing li i {
	color: #f773d4 !important;
}

.pricing-block-grid.grid-01 .content-sec .buy-now-btn {
	background: #f773d4 !important;
}

.pricing-block-grid.grid-02 .header-sec {
	background: #5d80ff !important;
}

.pricing-block-grid.grid-02 .header-sec .logo-symbol {
	background: #5d80ff !important;
}

.pricing-block-grid.grid-02 .content-sec ul.listing li i {
	color: #5d80ff !important;
}

.pricing-block-grid.grid-02 .content-sec .buy-now-btn {
	background: #5d80ff !important;
}

.pricing-block-grid.grid-03 .header-sec {
	background: #dcc70d !important;
}

.pricing-block-grid.grid-03 .header-sec .logo-symbol {
	background: #dcc70d !important;
}

.pricing-block-grid.grid-03 .content-sec ul.listing li i {
	color: #dcc70d !important;
}

.pricing-block-grid.grid-03 .content-sec .buy-now-btn {
	background: #dcc70d !important;
}

.pricing-block-grid.grid-04 .header-sec {
	background: #0008fd !important;
}

.pricing-block-grid.grid-04 .header-sec .logo-symbol {
	background: #0008fd !important;
}

.pricing-block-grid.grid-04 .content-sec ul.listing li i {
	color: #0008fd !important;
}

.pricing-block-grid.grid-04 .content-sec .buy-now-btn {
	background: #0008fd !important;
}

.pricing-block-grid .header-sec p {
	padding: 0 30px;
	margin-top: 15px;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
}


/* price-chart-table */

.contact-us-box {
	width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	margin: 15px 0 0 0;
	padding: 50px 30px !important;
	background: #fff;
}

.contact-us-box h3 {
	color: #6d3991;
}

.contact-us-box .field {
	position: relative;
}

.contact-us-box .field .fa {
	position: absolute;
	left: 15px;
	top: 10px;
	font-size: 20px;
	color: #6d3991;
}

.contact-us-box .field .fa.fa-mobile {
	font-size: 25px;
}

.contact-us-box .field .form-control {
	padding-left: 45px;
}


/*.contact-us-box form label em  { color:#ff0000; }*/

.contact-us-box .contact-info-frame {
	padding: 0 15px;
}

.contact-us-box .contact-info-frame .vertical-box {
	border-bottom: 1px solid #ddd;
	width: 100%;
	padding: 20px;
}

.contact-us-box .contact-info-frame .vertical-box a {
	color: #828282;
}

.contact-us-box .contact-info-frame h6 {
	color: #6d3991;
}


/* ==================================================
design change by subrata
================================================================= */

header {
	display: block;
	width: 100%;
}


/*.hero-image .container .flex-column,
.hero-image .container {
	height: 100%;
	width: 100%;
}

.container {
	float: left;
	padding: 15px;
	position: relative;
	width: 100%;
}

.container {
	margin: 1vh 8vw 1vh 8vw;
}*/

.row:before,
.row:after,
.container:before,
.container:after,
.clear:before,
.clear:after,
.cont_accor:before,
.cont_accor:after,
.form_row:before,
.form_row:after,
.profile:before,
.profile:after,
.sidebar_menu:before,
.sidebar_menu:after,
.container-fluid:before,
.container-fluid:after {
	display: table;
	content: " ";
}


/*.page .hero-image {
	padding-bottom: 5rem;
}*/

.hero-image {
	display: flex;
	position: relative;
	justify-content: center;
	background-image: linear-gradient(rgba(51, 95, 153, 0.7), rgba(51, 82, 153, 0.7)), url(../images/front-page.jfif);
	background-position: bottom, center;
	background-repeat: no-repeat;
	background-size: contain, cover, cover;
	width: 100%;
	z-index: 5;
	padding-bottom: 100px;
	/*min-height: 700px;*/
	min-height: 400px;
}

.hero-image:after {
	display: block;
	position: absolute;
	bottom: -1px;
	content: '';
	background-image: url(../images/wave.svg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 165px;
	z-index: -1;
}

.hero-image .container .flex-column,
.hero-image .container {
	height: 100%;
	width: 100%;
}

.flex-column {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.top-menu {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

.top-menu ul li {
	list-style: none;
}

.first-links {
	display: flex;
	align-items: center;
	margin-top: 0;
	margin-bottom: 0;
	padding-right: 0.4rem;
	color: #fff;
}

.first-links a {
	color: white;
	text-decoration: none;
	padding: 5px 10px;
	transition: 200ms;
	display: inline-block;
	font-weight: 400;
	white-space: nowrap;
}

.first-links a:hover {
	transform: translateY(2px);
	transition: 200ms;
}

.second-links {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.second-links a {
	color: white;
	text-decoration: none;
	padding: 5px;
	transition: 200ms;
	display: inline-block;
	font-weight: 400;
}

.second-links a:hover {
	transform: translateY(2px);
	transition: 200ms;
}

.second-links a svg {
	width: 22px;
	height: 22px;
}

.second-menu {
	display: flex;
	justify-content: space-between;
}

.second-menu .logo-justori {
	width: 20%;
	height: 20%;
}

.second-menu .logo-justori img {
	max-width: 100%;
}

.second-menu .wrapper-menu {
	display: flex;
	align-items: flex-end;
}

.second-menu .wrapper-menu ul li {
	list-style: none;
}

.second-menu ul a {
	transition: 200ms;
	font-size: 20px;
}

.second-menu ul a:hover {
	transform: translateY(2px);
	transition: 200ms;
}

.second-menu .sub-second-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0;
}

.sub-second-menu a {
	color: white;
	text-decoration: none;
	position: relative;
	margin: 5px 10px;
	font-weight: 700;
}

.sub-second-menu a:after {
	content: '';
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: white;
	top: 0;
	left: 0;
	top: 50px;
	opacity: 0;
}

.sub-second-menu a:hover:after,
.sub-second-menu a.active:after {
	top: 30px;
	transition: 300ms;
	opacity: 1;
}

.lang {
	display: flex;
	align-items: center;
}

.lang svg,
.lang img {
	padding-right: 4px;
}

.lang img {
	margin-left: 4px;
}

.second-menu ul .download {
	display: flex;
	align-items: center;
	color: #1a7aff;
	background-color: white;
	border: solid 1px white;
	border-radius: 30px;
	transition: 200ms;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0.4rem 1rem 0.4rem;
	margin-right: 0;
}

.second-menu ul .download:hover {
	text-decoration: none;
	color: white;
	background-color: transparent;
	transition: 200ms;
}

.second-menu ul .download:hover:after {
	opacity: 0;
}

.second-menu ul .download svg {
	width: 20px;
	height: 20px;
	margin-right: 0.2rem;
}

.second-menu ul .download i {
	font-size: 16px;
	margin-right: 0.4rem;
}

.second-menu ul .download svg path {
	transition: 200ms;
}

.second-menu ul .download:hover svg path {
	fill: white;
	transition: 200ms;
}

.shadow-box {
	filter: drop-shadow(2px 10px 20px rgba(10, 10, 10, .2));
}

.hero-image .container .flex-column,
.hero-image .container {
	height: 100%;
	width: 100%;
}


/* Text on the center on the first page */

.hero-text {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: center;
	color: white;
	font-size: 1.8rem;
}

.hero-text h1 {
	font-size: 2.4rem;
}

.hero-text .subtitle {
	margin-top: 7vh;
}

.hero-text .subtitle h1 {
	color: #fff;
	font-size: 60px;
	font-weight: 400;
}

.hero-text .subtitle h5 {
	font-size: 24px;
	margin-bottom: 20px;
	color: #fff;
}

.hero-text .subtitle p {
	font-size: 17px;
	color: #fff;
}

.hero-text .logos,
.page .bloc-download .ligne-download .sous-ligne-download .logos {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	/*transform: translateY(2rem);*/
	margin-bottom: 35px;
}

.hero-text .bloc-images-app,
.page .bloc-download .ligne-download .sous-ligne-download .logos .bloc-images-app {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	min-width: 12rem;
	max-width: 12rem;
}

.hero-text .bloc-images-app .premiere-image-app,
.page .bloc-download .ligne-download .sous-ligne-download .logos .bloc-images-app .premiere-image-app {
	width: 40%;
	margin-right: -1.5rem;
	z-index: 1;
}

.hero-text .bloc-images-app .deuxieme-image-app,
.page .bloc-download .ligne-download .sous-ligne-download .logos .bloc-images-app .deuxieme-image-app {
	width: 54%;
}

.hero-text .bloc-stores-app,
.page .bloc-download .ligne-download .sous-ligne-download .logos .bloc-stores-app {
	display: flex;
	flex-direction: column;
	min-width: 12rem;
	max-width: 12rem;
	justify-content: space-around;
	height: 7rem;
}

.hero-text .bloc-stores-app svg,
.page .bloc-download .ligne-download .sous-ligne-download .logos .bloc-stores-app svg {
	width: 8rem;
}

.arrow-down {
	margin-top: 1rem;
}

.arrow-down svg {
	width: 1rem;
	height: 1rem;
}


/*=========================================*/


/*verify owner registration*/


/*=========================================================*/

.ownerwrap {
	display: flex;
	height: 100%;
	width: 100%;
	justify-content: center;
	align-items: center;
	background: #fff;
	/*	margin: 50px 0;*/
}

.main-wrap {
	margin: 30px;
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.packlogo {
	background: #2766bd;
	text-align: center;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}


/*.main-wrap h1{
	color: #9456d1;
    font: 700 60px/100% 'Roboto' !important;
    margin: 0;
    display: inline-block;
    position: relative;
}
.main-wrap h1 sup{
	font-size: 30px;
    top: -15px;
    margin-right: 5px;
}
.main-wrap h1 small{
	display: block;
	clear: both;
	font-weight: 300;
	font-size: 24px;
	line-height: 1;
}*/

.main-wrap h3 {
	display: inline-block;
	margin: 0 0 0 20px;
	color: #fff;
	font-weight: 300;
}

.main-wrap .form-group {
	position: relative;
	margin-bottom: 25px;
	overflow: hidden;
}

.main-wrap label {
	position: absolute;
	left: 10px;
	top: 20px;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	color: #222;
}

.main-wrap input {
	width: 100%;
	display: block;
	border: none;
	border: 1px solid #b1c0d6;
	padding: 10px 40px;
	box-sizing: border-box;
}

.main-wrap input[type=checkbox]:not(old) {
	width: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	display: inline-block;
	position: absolute;
	z-index: 1;
	top: 13px;
	left: 1px;
}

.main-wrap input[type=checkbox]:not(old)+label {
	display: inline-block;
	line-height: 1.5em;
	margin-top: 6px;
}

.main-wrap input[type=checkbox]:not(old)+label>span {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 10px;
	margin-bottom: 3px;
	border: 1px solid #999;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	background: white;
	background-image: -moz-linear-gradient(white, white);
	background-image: -ms-linear-gradient(white, white);
	background-image: -o-linear-gradient(white, white);
	background-image: -webkit-linear-gradient(white, white);
	background-image: linear-gradient(white, white);
	vertical-align: bottom;
}

.main-wrap input[type=checkbox]:not(old):checked+label>span {
	background-image: -moz-linear-gradient(white, white);
	background-image: -ms-linear-gradient(white, white);
	background-image: -o-linear-gradient(white, white);
	background-image: -webkit-linear-gradient(white, white);
	background-image: linear-gradient(white, white);
}

.main-wrap input[type=checkbox]:not(old):checked+label>span:before {
	content: '\e64c';
	display: block;
	color: #222;
	font-size: 11px;
	line-height: 1.2;
	text-align: center;
	font-family: 'themify';
	font-weight: bold;
}

.main-wrap .label-agree-term {
	position: relative;
	top: 0%;
	left: 0;
	transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
}

.second-level-wrap {
	margin: 30px;
	padding: 30px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.business-form {
	margin: 0;
	padding: 30px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.modal-body {
	margin: 10px;
	overflow-y: auto;
	max-height: 400px;
}


/*.main-wrap .alert a{
	position: absolute;
    right: -10px;
    top: -15px;
    font-size: 20px;
    color: #2f2f2f;
}
*/


/*=========================================*/


/*owner registration*/


/*=========================================================*/

.file {
	position: relative;
	display: block;
}

.file input[type="file"] {
	width: 100%;
	height: 100%;
	/*position: absolute;
	opacity: 0;*/
	left: 0;
	z-index: 15;
	cursor: pointer;
}

.file .btn-file {
	position: absolute;
	right: 0;
	top: 0;
	width: 25px;
	height: 25px;
	background: none;
	border: none;
	cursor: pointer;
	z-index: 10;
}

.file:after {
	content: "\e6a4";
	display: block;
	position: absolute;
	right: 10px;
	top: 12px;
	font-family: 'themify';
	line-height: 100%;
	font-size: 16px;
	color: #636363;
}

.email {
	position: relative;
	display: block;
}

.email:after {
	content: "\e64c";
	display: block;
	position: absolute;
	right: 10px;
	top: 12px;
	font-family: 'themify';
	line-height: 100%;
	font-size: 16px;
	color: #4CAF50;
}

.industry {
	position: relative;
	display: block;
}

.industry a {
	position: absolute;
	top: 11px;
	right: 10px;
	font-size: 12px;
	text-decoration: none;
}

.industry a:hover {
	color: #f00;
}


/*=========================================*/


/*case studies*/


/*========================================================*/

.casestudies .title {
	font-size: 30px;
}

.casestudies .container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.casestudies .contentpt {
	padding: 20px 30px;
	box-shadow: 0px 10px 30px rgba(55, 43, 125, .1);
	color: #565656;
	background: #fff;
	border-radius: 5px;
}

.casestudies .contentpt p {
	font-size: 16px;
}

.casestudies .contentpt ul {
	display: block;
	padding: 0;
	margin: 0;
}

.casestudies .contentpt ul li {
	display: inline-block;
	color: #1a7aff;
	font-size: 18px;
	font-weight: 700;
	margin-right: 10px;
}

.casestudies .contentpt ul li div {
	border-radius: 5px;
	border: 1px solid #e2ebff;
	padding-right: 15px;
}

.casestudies .contentpt ul li div img {
	margin-right: 10px;
	width: 100px;
}


/*=========================================*/
/*faq*/
/*========================================================*/
.faq .container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.faq .contentpt {
	padding: 20px 30px;
	box-shadow: 0px 10px 30px rgba(55, 43, 125, .1);
	color: #565656;
	background: #fff;
	border-radius: 5px;
}

.faq .contentpt h6 {
	padding: 10px 30px;
	background: #417aff;
	color: #fff;
	margin: -30px -30px 10px;
	border-radius: 5px 5px 0 0;
}

.faq .contentpt a:hover {
	text-decoration: none;
}

.faq .contentpt .cardpt {
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
	padding: 15px 0 0;
	background: #8b5dde;
}

.faq .contentpt .cardpt h4 {
	color: #fff;
}

.faq .steppt {
	display: flex;
	background: #fff;
	flex-direction: row;
	margin-bottom: 30px;
}

.faq .steppt .item {
	position: relative;
	flex: 1;
	background: #6c97ff;
	padding: 15px 30px 15px 15px;
	color: #fff;
	font-size: 14px;
}

.faq .steppt .item:nth-child(2) {
	background: #4179ff;
}

.faq .steppt .item:nth-child(3) {
	background: #0e4de6;
}

.faq .steppt .item:before {
	content: " ";
	position: absolute;
	width: 30px;
	height: 100%;
	z-index: 1;
	top: 0;
	right: 0;
	background: url(../images/arrow-divider.png) top right no-repeat;
	background-size: contain;
}

.faq .steppt .item:nth-child(2):before {
	content: " ";
	position: absolute;
	width: 30px;
	height: 100%;
	z-index: 1;
	top: 0;
	right: 0;
	background: url(../images/arrow-divider1.png) top right no-repeat;
	background-size: contain;
}

.faq .steppt .item:nth-child(3):before {
	display: none;
}


/*.faq .steppt .item:after{
	content: " ";
    position: absolute;
    width: 30px;
    height: 100%;
    z-index: 1;
    background: #fff;
}*/

.faq .steppt .item ul {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}

.faq .steppt .item ul li {
	margin-bottom: 5px;
	padding-left: 20px;
	position: relative;
}

.faq .steppt .item ul li i {
	font-size: 12px;
	position: absolute;
	left: 0;
	top: 5px;
}

.faq .steppt .item h4 {
	color: #fff;
	font-size: 18px;
}


/*=========================================*/
/*terms & conditions*/
/*========================================================*/
.terms .container {
	float: none;
	padding: initial;
	position: relative;
	width: 100%;
	margin: 0 auto;
}

.terms-wrap {
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.terms-wrap p,
.terms-wrap li {
	font-size: 15px;
	font-weight: 400;
}

.terms-wrap h6 {
	text-decoration: underline;
	margin-bottom: 5px;
}

.terms-wrap ul {
	padding-left: 30px;
	margin-bottom: 20px;
}

.terms-wrap ul ul {
	padding-left: 10px;
}

.terms-wrap ul ul {
	padding-left: 10px;
}

.terms-wrap li {
	margin-bottom: 5px;
}


/*===================================*/
/*- about us -*/
/*===============================================*/

.about-main {
	margin: 0;
	padding: 0 8%;
	display: block;
	position: relative;
}

.about-main .left-img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0.6;
}

.about-main .right-img {
	position: absolute;
	right: 0;
	top: 15%;
	z-index: -1;
}

.about-main h1 {
	font-size: 3rem;
	text-align: center;
	margin-bottom: 2rem;
	position: relative;
	padding-bottom: 10px;
	font-weight: 100;
	color: #565656;
}

.about-main h1:after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	width: 120px;
	height: 1px;
	background: #6d3991;
}

.about-main p {
	font-size: 20px;
	line-height: normal;
	font-weight: 100;
}

.about-main audio {
	outline: 0;
	width: 460px;
	margin: 0 auto;
}

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

.about-box {}


/*----------------
team
----------------*/

.team-pt {
	margin: 70px 0 50px;
}

.team-three {
	overflow: hidden;
}

.team-three .team-bg {
	position: relative;
	overflow: hidden;
}

.team-three .team-bg img {
	width: 100%;
	border-radius: 10px;
}

.team-three .social-box {
	padding: 15px 0;
	-webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.08);
	box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.08);
	position: absolute;
	width: 100%;
	bottom: 0;
	left: -100%;
	text-align: center;
	background: #3166bd;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}

.team-three:hover .social-box {
	left: 0;
}

.team-three .social-box a i {
	font-size: 20px;
	color: #b0e6ff;
	margin: 0 10px;
}

.team-three .social-box a:hover i {
	color: #fff;
}

.team-three .team-content {
	padding: 15px;
}

.team-three .team-content h2 {
	font-weight: 500;
	color: #417cff;
	margin-bottom: 10px;
	font-size: 24px;
}

.team-three .team-content small {
	font-size: 13px;
	margin-bottom: 10px;
	display: block;
	font-style: italic;
	font-weight: 500;
}

.team-three .team-content p {
	font-size: 15px;
	margin-bottom: 0;
	font-weight: 300;
}

.circle {
	top: 40%;
	left: 5%;
}

.team-three:hover {
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	background: #fff;
}

/*========================================*/
/*FAQ new section*/
/*=======================================================*/
.faq-wrap {
	position: relative;
}

.faq-wrap .sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 10px;
}
.faq-lft-menu {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #f1f1f1;
	display: block;
	background: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
	overflow-y: auto;
	height: 98vh;
	border-radius: 10px;
}
.faq-lft-menu ol {
	padding-left: 20px;
	font-size: 14px;
	color: #616161;
}
.faq-lft-menu ol li a {
	display: block;
	padding: 3px;
	color: #616161;
	font-size: 14px;
}
.faq-lft-menu ol li a:hover {
	color: #000;
}
.faq-lft-menu ol li ol {
	list-style-type: upper-alpha;
}
.faq-lft-menu ol li ol li a {
	font-size: 13px;
	padding: 7px;
	color: #415c90;
}
.faq-wrap .box-cont {
	padding: 30px;
	margin-bottom: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	background: #fff;
	color: #565656;
	border-radius: 10px;
}
.faq-wrap .box-cont h3{
	background: #1a7aff;
    color: #fff;
    padding: 7px 15px 7px;
    border-radius: 5px;
    font-size: 20px;
    margin: 0 -5px 20px;
}
.faq-wrap .box-cont h4 {
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: 600;
	color: #663399;
}

.faq-wrap .box-cont h5 {
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: 600;
	color: #000;
}

.faq-wrap .box-cont h6 {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 600;
	color: #3f51b5;
}

.faq-wrap .box-cont p {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
	margin-bottom: 10px;
}

.faq-wrap .box-cont p b {
	padding: 15px;
	display: block;
	border: 1px solid #c982f8;
	word-break: break-all;
}

.faq-wrap .box-cont hr {
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	color: #f5f5f5;
}

.faq-wrap .box-cont ol {
	margin: 0;
	padding-left: 30px;
	/*text-indent: 5px;*/
}

.faq-wrap .box-cont ul {
	margin: 0;
	list-style-type: circle;
	padding-left: 20px;
	/*text-indent: 3px;*/
}

.faq-wrap .box-cont ul li {
	margin-bottom: 8px;
	/*font-size: 14px;*/
	line-height: 18px;
}

.faq-wrap .box-cont ol li {
	margin-bottom: 8px;
	/*font-size: 14px;*/
	line-height: 18px;
}

.faq-wrap .box-cont ol li ul {
	padding-left: 30px;
	text-indent: 5px;
	margin-top: 10px;
	list-style-type: lower-alpha;
}

@media(max-width:768px) {
	.faq-wrap {
		margin: 0;
	}
	.user-sec {
		display: block;
		flex-direction: column;
	}
	.faq-wrap .sticky {
		/*position: -webkit-sticky;*/
		position: relative;
		top: 0;
	}
	.faq-lft-menu {
		height: auto;
	}
}


/*========================================*/
/*business help*/
/*=======================================================*/

.help-wrap {
	position: relative;
}

.help-wrap .sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 10px;
}

.user-sec {
	display: flex;
	flex-direction: row;
}

.user-lft-menu {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #f1f1f1;
	display: block;
	background: #fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	overflow-y: auto;
	height: 640px;
	margin-top: 60px;
}

.user-lft-menu ol {
	padding-left: 16px;
	font-size: 15px;
	color: #565656;
}

.user-lft-menu ol li a {
	display: block;
	padding: 5px;
	color: #616161;
	font-size: 16px;
}

.user-lft-menu ol li a:hover {
	color: #000;
	text-decoration: none;
}

.user-lft-menu ol li ol {
	list-style-type: upper-alpha;
}

.user-lft-menu ol li ol li a {
	font-size: 13px;
	padding: 7px;
	color: #415c90;
}

.help-wrap .box-cont {
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	background: #fff;
	color: #565656;
}

.help-wrap .box-cont h4 {
	font-size: 24px;
	margin-bottom: 15px;
	font-weight: 600;
	color: #663399;
}

.help-wrap .box-cont h5 {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 600;
	color: #000;
}

.help-wrap .box-cont h6 {
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 600;
	color: #3f51b5;
}

.help-wrap .box-cont p {
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	text-align: justify;
	margin-bottom: 15px;
}

.help-wrap .box-cont p b {
	padding: 15px;
	display: block;
	border: 1px solid #c982f8;
	word-break: break-all;
}

.help-wrap .box-cont hr {
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
	color: #f5f5f5;
}

.help-wrap .box-cont ol {
	margin: 0;
	padding-left: 30px;
	/*text-indent: 5px;*/
}

.help-wrap .box-cont ul {
	margin: 0;
	list-style-type: circle;
	padding-left: 20px;
	/*text-indent: 3px;*/
}

.help-wrap .box-cont ul li {
	margin-bottom: 8px;
	/*font-size: 14px;*/
	line-height: 18px;
}

.help-wrap .box-cont ol li {
	margin-bottom: 8px;
	/*font-size: 14px;*/
	line-height: 18px;
}

.help-wrap .box-cont ol li ul {
	padding-left: 30px;
	text-indent: 5px;
	margin-top: 10px;
	list-style-type: lower-alpha;
}

@media(max-width:768px) {
	.help-wrap {
		margin: 0;
	}
	.user-sec {
		display: block;
		width: 100%;
		flex-direction: column;
	}
	.help-wrap .sticky {
		/*position: -webkit-sticky;*/
		position: relative;
		top: 0;
	}
	.user-lft-menu {
		height: auto;
	}
}

.topbox_open .topbox_blur_wrapper {
	filter: blur(1px);
}

.topbox_overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99995;
	width: 100%;
	height: 100%;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.topbox_overlay,
.topbox_overlay *,
.topbox_overlay *:before,
.topbox_overlay *:after {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.topbox_fill {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.topbox_overlay.topbox_open {
	visibility: visible;
	opacity: 1;
}

.topbox_wrapper {
	position: absolute;
	z-index: 99996;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
}

.topbox_content {
	width: auto;
	height: auto;
	position: relative;
	z-index: 99998;
	height: 80vh;
	width: 80vw;
	display: flex;
	align-items: center;
}

.topbox_title_wrap {
	position: relative;
	z-index: 99998;
}

.topbox_loading_message {
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	text-align: center;
	display: none;
}

.topbox_loading .topbox_loading_message {
	display: block;
}

.topbox_nav {
	display: none;
}

.topbox_prev,
.topbox_next,
.topbox_close {
	position: absolute;
	z-index: 99999;
	background: none;
	border: none;
	cursor: pointer;
}

.topbox_prev:focus,
.topbox_next:focus,
.topbox_close:focus {
	outline-style: dotted;
	outline-color: red;
}

.topbox_prev {
	left: 0;
}

.topbox_next {
	right: 0;
}

.topbox_close {
	top: 0;
	right: 0;
}

.topbox_close_layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99997;
}

.topbox_image {
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	position: relative;
	margin: auto;
}

.topbox_html5_audio_wrap {
	width: 100%;
}

.topbox_html5audio {
	width: 100%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
}

.topbox_html5_video_wrap {
	width: 100%;
}

.topbox_html5video {
	margin: auto;
	max-width: 100%;
	height: auto;
}

.topbox_iframe_wrap,
.topbox_iframe,
.topbox_pdf_wrap,
.topbox_pdf {
	width: 100%;
	height: 100%;
	display: block;
}

.topbox_embedded_web_video {
	position: relative;
	padding-bottom: 56.25% !important;
	height: 0;
	width: 100%;
	overflow: hidden;
}

.topbox_embedded_web_video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.topbox_video_iframe_wrap {
	position: relative;
	padding-bottom: 56.25% !important;
	height: 0;
	width: 100%;
}

iframe.topbox_video_iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*Fix for video sizing, if using the Plyr plugin for custom video controls
https://github.com/sampotts/plyr*/

.topbox_content .plyr {
	min-width: 100%;
}

.topbox_inline,
.topbox_ajax {
	max-height: 100%;
	width: 100%;
	overflow: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/* https://bugzilla.mozilla.org/show_bug.cgi?id=308801 */
}

.topbox_error {
	display: table;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #fff;
	text-shadow: 0 1px 1px #000;
}

.topbox_error p {
	display: table-cell;
	vertical-align: middle;
}


/* Effects */
.topbox_notouch .topbox_effect_fade,
.topbox_notouch .topbox_effect_fadeScale,
.topbox_notouch .topbox_effect_slideLeft,
.topbox_notouch .topbox_effect_slideRight,
.topbox_notouch .topbox_effect_slideUp,
.topbox_notouch .topbox_effect_slideDown,
.topbox_notouch .topbox_effect_fall {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


/* fadeScale */
.topbox_effect_fadeScale .topbox_wrap {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
}

.topbox_effect_fadeScale.topbox_open .topbox_wrap {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}


/* slideLeft / slideRight / slideUp / slideDown */
.topbox_effect_slideLeft .topbox_wrap,
.topbox_effect_slideRight .topbox_wrap,
.topbox_effect_slideUp .topbox_wrap,
.topbox_effect_slideDown .topbox_wrap {
	-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	-moz-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	-ms-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	-o-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.topbox_effect_slideLeft .topbox_wrap {
	-webkit-transform: translateX(-10%);
	-moz-transform: translateX(-10%);
	-ms-transform: translateX(-10%);
	transform: translateX(-10%);
}

.topbox_effect_slideRight .topbox_wrap {
	-webkit-transform: translateX(10%);
	-moz-transform: translateX(10%);
	-ms-transform: translateX(10%);
	transform: translateX(10%);
}

.topbox_effect_slideLeft.topbox_open .topbox_wrap,
.topbox_effect_slideRight.topbox_open .topbox_wrap {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.topbox_effect_slideDown .topbox_wrap {
	-webkit-transform: translateY(-10%);
	-moz-transform: translateY(-10%);
	-ms-transform: translateY(-10%);
	transform: translateY(-10%);
}

.topbox_effect_slideUp .topbox_wrap {
	-webkit-transform: translateY(10%);
	-moz-transform: translateY(10%);
	-ms-transform: translateY(10%);
	transform: translateY(10%);
}

.topbox_effect_slideUp.topbox_open .topbox_wrap,
.topbox_effect_slideDown.topbox_open .topbox_wrap {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}


/* fall */
.topbox_body-effect_fall .topbox_effect_fall {
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
}

.topbox_effect_fall .topbox_wrap {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-transform: translateZ(300px);
	-moz-transform: translateZ(300px);
	-ms-transform: translateZ(300px);
	transform: translateZ(300px);
}

.topbox_effect_fall.topbox_open .topbox_wrap {
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}


/* Give all content types a white background fill */
.topbox_image {
	background: #fff;
}


/* Our default lightbox skin (darkroom) */
.topbox_open .topbox_blur_wrapper {
	filter: blur(1px);
}

.topbox_skin_darkroom .topbox_fill {
	background: rgba(0, 0, 0, 0.8);
}

.topbox_skin_darkroom .topbox_loading_message,
.topbox_skin_darkroom .topbox_pdf_mobile_message {
	color: #FFFFFF;
	font-size: 18px;
}

.topbox_skin_darkroom a.topbox_pdf_mobile_button,
.topbox_skin_darkroom a.topbox_pdf_mobile_button:visited {
	color: #FFFFFF;
	border-radius: 1rem;
	border: 2px solid #FFFFFF;
	text-decoration: none;
	transition: all 300ms ease-in;
	padding: 1rem;
	line-height: 1;
	display: block;
	margin-top: 1rem;
}

.topbox_skin_darkroom .topbox_nav {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.topbox_skin_darkroom .topbox_prev,
.topbox_skin_darkroom .topbox_next,
.topbox_skin_darkroom .topbox_close {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 45px;
	opacity: 0.5;
	transition: all 300ms ease-in;
	padding: 2vw;
	line-height: 1;
}

.topbox_skin_darkroom .topbox_close {
	margin-top: -10px;
	font-size: 55px;
}

.topbox_skin_darkroom .topbox_prev:hover,
.topbox_skin_darkroom .topbox_next:hover,
.topbox_skin_darkroom .topbox_close:hover {
	opacity: 1;
}

.topbox_skin_darkroom .topbox_prev:before {
	content: "â†"
}

.topbox_skin_darkroom .topbox_next:before {
	content: "â†’"
}

.topbox_skin_darkroom .topbox_close:before {
	content: "×";
}

.topbox_skin_darkroom .topbox_title {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	line-height: 1.5;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	background: #000;
	color: #fff;
	padding: 7px 15px;
	margin-top: 7px;
	border-radius: 30px;
	text-align: center;
	display: inline-block;
}


/*======================================*/
/*pricing plan*/
/*=====================================================*/

.pricingbox .card-body {
	background: #f5f5f5;
}

.pricingbox .card-body ul {
	padding-left: 20px;
}

.pricingbox .card-body ul li {
	margin-bottom: 8px;
	font-size: 13px;
}

.pricing-panel {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.pricing-panel .itembox {
	flex: 1;
	margin-bottom: 15px;
	margin-right: 10px;
	text-align: center;
}

.pricing-panel .itembox:last-child {
	margin-right: 0;
}

.pricing-panel .itembox h4 {
	min-height: 60px;
	margin: 10px 0 0;
	font-weight: 700;
	color: #fff;
}

.pricing-panel .itembox article {
	height: 150px;
	background: #fff;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 5px;
	padding: 10px 0;
}

.pricing-panel .itembox article p {
	font-size: 16px;
	margin-bottom: 0;
}

.pricing-panel .itembox a {
	font-size: 20px;
	color: #fff;
	padding: 5px 0 10px;
	display: block;
	text-decoration: none;
	font-weight: 700;
}

.pricing-panel .bg1 {
	background: #dcc70d
}

.pricing-panel .bg2 {
	background: #2e75b5
}

.pricing-panel .bg3 {
	background: #0008fd
}

.pricing-panel .bg4 {
	background: #1f3864
}

.pricing-panel .card-header {
	padding: 0.75rem 1rem;
}

.go {
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	background: #ddeaf6;
	border: 1px solid #5b9bd5;
	border-radius: 100%;
	font-size: 10px !important;
	padding: 0 !important;
	color: #000 !important;
	position: absolute;
	right: 10px;
	top: 13px;
}

.go1 {
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	background: #dff4e7;
	border: 1px solid #438b12;
	border-radius: 100%;
	font-size: 10px !important;
	padding: 0 !important;
	color: #000 !important;
	position: absolute;
	right: 10px;
	top: 13px;
}

.search {
	position: relative;
}

.search .ti-search {
	width: 30px;
	height: 30px;
	border-radius: 5px;
	font-size: 20px;
	color: #888;
	text-align: center;
	line-height: 30px;
	display: block;
	position: absolute;
	left: 12px;
	top: 12px;
}

.search span {
	width: 24px;
	height: 24px;
	border-radius: 25px;
	font-size: 10px;
	color: #fff !important;
	background: #989898;
	text-align: center;
	line-height: 25px;
	display: block;
	position: absolute;
	right: 12px;
	top: 15px;
}

.search span a {
	color: #fff;
	text-decoration: none;
}

.search input {
	border-radius: 30px;
	min-height: 54px;
	font-size: 16px;
	color: #101010;
	padding: 10px;
	padding-left: 50px;
	padding-right: 40px;
	border: 1px solid #2766bd;
	background: transparent;
	outline: 0;
}

.cont-sp {
	background: #2766bd;
	padding: 10px 15px;
	margin: 30px 0 15px;
	color: #fff;
	font-size: 20px;
	text-align: center;
}

.casestudies {
	background: url(../images/case-bg.png) no-repeat;
	background-position: center;
	background-size: 100% 800px;
}

.casestudies .contentpt .read {
	color: orange;
	font-size: 18px;
	margin-left: 10px;
	text-decoration: none;
}

#autoComplete {
	position: absolute;
	z-index: 9;
	width: 100%;
	background: #f0f0f0;
	font-size: 14px;
	padding: 10px 15px;
	border-radius: 10px;
	text-align: left;
}

.autoComplete {
	list-style: none;
}

.autoComplete li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
}

.autoComplete li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

/*======================================*/
/*Partners*/
/*=====================================================*/

.partner {
	display: flex;
	justify-content: space-around;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 70px;
}

.partner .itemp {
	width: 44%;
	border-radius: 30px;
	padding: 20px 30px 30px;
	position: relative;
	border: 2px solid #a3caff;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
	margin-bottom: 20px;
	background: #ddebff;
}

.partner .itemp .p-btn {
	position: absolute;
	bottom: -25px;
	margin: auto;
	left: 0;
	right: 0;
	background: #313aa5;
	border-radius: 30px;
	color: #fff;
	font-size: 18px;
	width: 150px;
	height: 50px;
	text-align: center;
	line-height: 45px;
	text-decoration: none;
}

.partner .itemp .p-btn:hover {
	background: #101010;
}

.partner .itemp h1 {
	font-size: 30px;
	color: #313aa5;
	margin-bottom: 15px;
	text-align: center;
}

.partner .itemp ul {
	padding: 0 0 0 25px;
	margin-bottom: 10px;
}

.partner .itemp h5 {
	margin-bottom: 7px;
	color: #000;
}

.partner .itemp p {
	font-size: 15px;
}

.partner .itemp:last-child {
	background: #bed9ff;
	border-color: #8dbbff;
}

.partnermodal .form-group {
	margin-bottom: 20px;
}

.partnermodal .form-group label {
	margin-bottom: 5px;
	font-size: 16px;
	color: #2766bd;
	font-weight: 500;
}

.partnermodal .icon-pt {
	position: relative;
}

.partnermodal .icon-pt i {
	width: 30px;
	height: 30px;
	border-radius: 5px;
	font-size: 16px;
	color: #3F51B5;
	text-align: center;
	line-height: 30px;
	display: block;
	position: absolute;
	left: 12px;
	top: 10px;
	/*background: #dcdcdc;*/
}

.partnermodal .form-group input {
	border-radius: 5px;
	min-height: 50px;
	font-size: 15px;
	color: #101010;
	padding: 10px;
	padding-left: 55px;
	border: 1px solid #ccc;
	background: 0 0;
	font-weight: 500;
}

.partnermodal .form-group select {
	font-size: 16px;
	font-weight: 500;
	height: 50px;
}

.partnermodal .sub-btn {
	border-radius: 5px;
	min-height: 44px;
	font-weight: 100;
	letter-spacing: 1px;
	font-size: 16px;
	color: #fff;
	display: inline-block;
	border: 0;
	width: 150px;
	background: #2766bd;
	outline: 0;
	font-weight: 500;
}

.partnermodal .sub-btn:hover {
	background: #068fcf;
	transition: .2s;
}


/*======================================*/
/*Payments*/
/*=====================================================*/
.payment {
	position: relative;
}

.payment label {
	font-weight: 600;
}

.payment button[type="submit"] {
	background: #03c748;
	padding: 13px 8px;
	height: auto;
}


/*======================================*/
/*Press*/
/*=====================================================*/

.liste-documents-presse {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.liste-documents-presse .card {
	width: 48%;
	padding: 1rem;
	margin: 0 0 20px;
	align-items: flex-start;
	border: 1px solid #e6e1ea;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: row;
}

.liste-documents-presse .subcard {
	width: 100%;
}

.liste-documents-presse .story-details-image {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 5rem;
	height: 5rem;
	margin-right: 1rem;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.liste-documents-presse .card .subcard p {
	font-size: 1rem;
	text-align: left;
	text-align: justify;
	font-weight: 400;
}

.liste-documents-presse .card .subcard p:last-child {
	margin-bottom: 0;
}

.link-download {
	color: #1a7aff;
	text-decoration: underline;
	font-weight: 700 !important;
}

.content-wrap {
	padding: 20px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}

.content-wrap h4 {
	font-weight: 600;
	font-size: 22px;
	margin-bottom: 10px;
	color: #417aff;
}

.content-wrap ul {
	padding-left: 0;
	margin-bottom: 10px;
}

.content-wrap ul li {
	list-style: circle;
	font-size: 15px;
	margin-bottom: 5px;
	margin-left: 16px;
}

.content-wrap p {
	font-size: 15px;
}

.content-wrap h5 {
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 10px;
	color: #417aff;
}

.content-wrap h6 {
	font-weight: 600;
	font-size: 15px;
	margin-bottom: 10px;
	color: #417aff;
}

/*======================================*/
/*Blogs*/
/*=====================================================*/
.blogs-main{
	position: relative;
	margin: 15px 0;
	padding: 0;
}
.blog-sec{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.blog-item a{
	text-decoration: none;
	color: #212529;
}
.blog-item{
	width:32%;
	position: relative;
	border: 1px solid #ddd;
	margin-bottom: 20px;
}
.blog-item:nth-child(3n+2){
	margin-left: 2%;
	margin-right: 2%;
}
.blog_img {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 70%;
    font-size: 0;
    overflow: hidden;
}
.blog_img img {
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: 100%;
}
.blog_txt{
	padding: 15px;
}
.blog_txt h3{
	font-size: 18px;
	margin-bottom: 10px;
}
.blog_meta {
    display: inline-block;
    margin-bottom: 5px;
    width: 100%;
    padding: 0;
}
.blog_meta li {
    float: left;
    margin-right: 15px;
    list-style: none;
}
.blog_meta li i{
	color: #f00;
}

.blog-dtls{
	font-size: 14px;
}
.blog-dtls h2{
	margin-bottom: 15px;
}
.blog-dtls ul, .blog-dtls ol{
	padding-left: 25px;
}
.blog-dtls ul li, .blog-dtls ol li{
	margin-bottom: 8px;
}
.social_icons li {
    display: inline-block;
    padding: 0px 5px 0 0;
    margin-bottom: 0 !important;
}
.social_icons [class*="sc_"] {
    color: #fff !important;
}
.social_icons li a {
    font-size: 18px;
    color: #687188;
    height: 36px;
    width: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
}
.sc_share {
    background-color: #0e162c !important;
    border-color: #101010 !important;
}
.sc_facebook {
    background-color: #3b5998 !important;
    border-color: #3b5998 !important;
}
.sc_twitter {
    background-color: #00acee !important;
    border-color: #00acee !important;
}
.sc_gplus {
    background-color: #dd4b39 !important;
    border-color: #dd4b39 !important;
}
.sc_linkedin {
    background-color: #0e76a8 !important;
    border-color: #0e76a8 !important;
}
.sc_instagram {
    background-color: #3f729b !important;
    border-color: #3f729b !important;
}

/*-------------------------
	Inline help tip
--------------------------*/
.share-list{
	position: absolute;
	top: 0;
	right: 15px;
	text-align: center;
	background-color: #ff5722;
	font-size: 14px;
    color: #687188;
    height: 36px;
    width: 36px;
    line-height: 36px;
	cursor: default;
}

.share-list:before{
	font-family: 'themify';
	content: "\e72e";
	color:#fff;
}

.share-list:hover div{
	display:block;
	transform-origin: 100% 0%;
	-webkit-animation: fadeIn 0.3s ease-in-out;
	animation: fadeIn 0.3s ease-in-out;
}

.share-list div{
	display: none;
	text-align: left;
	background-color: #f5f5f5;
	padding: 15px;
	width: 170px;
	position: absolute;
	border-radius: 3px;
	box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
	right: 0px;
	color: #FFF;
	font-size: 13px;
	line-height: 1.4;
	z-index: 999;
}

.share-list div:before{
	position: absolute;
	content: '';
	width:0;
	height: 0;
	border:6px solid transparent;
	border-bottom-color:#2766bd;
	right:10px;
	top:-12px;
}

.share-list div:after{
	width:100%;
	height:40px;
	content:'';
	position: absolute;
	top:-20px;
	left:0;
}

@-webkit-keyframes fadeIn {
	0% { 
		opacity:0; 
		transform: scale(0.6);
	}

	100% {
		opacity:100%;
		transform: scale(1);
	}
}

@keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:100%; }
}


.post_author {
    margin-top: 40px;
    margin-bottom: 40px;
}
.post_author .author_img {
    float: left;
    padding-right: 15px;
}
.author_img img {
    max-width: 100px;
}
.author_info {
    overflow: hidden;
}
.author_info .author_name {
    font-weight: 600;
}
.author_name {
    overflow: hidden;
}
.author_info p{
	font-size: 14px;
}
.author_info p:last-child {
    margin-bottom: 0;
}

.img-blog{
	display: flex;
	justify-content: space-between;
}
.img-blog div{
	width: 65%;
}
.img-blog div:last-child{
	width: 33%;
}
.blog_img {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 50%;
    font-size: 0;
    overflow: hidden;
}
/*.blog_img img {
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}*/
.content_title{
	margin-bottom: 15px;
}
.comment-area {
    padding-top: 10px;
}
.comment_content {
    padding-left: 20px;
}
.comment-area .comment_list {
    margin-bottom: 40px;
    padding: 0;
}
.comment_user img {
    height: auto;
    max-width: 80px;
}
.comment_info {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    list-style: none;
}
.comment-time {
    font-size: 13px;
    color: #565656;
    line-height: normal;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-style: italic;
}
.children {
    border-top: 1px solid #ddd;
    margin-top: 20px;
    padding-top: 20px;
    margin-left: 60px;
    padding-left: 0;
}
.comment_info:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}


.widget_recent_post{
	padding: 0;
}
.widget_recent_post li {
    list-style: none;
    margin-bottom: 10px;
    width: 100%;
    display: inline-block;
    border: 1px solid #f1f1f1;
    padding: 10px;
}
.post_footer {
    display: inline-block;
    vertical-align: top;
}
.post_img {
    float: left;
    margin-right: 10px;
}
.post_img img {
    width: 80px;
}
.post_content {
    overflow: hidden;
}
.post_content h6 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}
.tags a {
    background-color: #f7f7f7;
    font-size: 14px;
    padding: 8px 15px;
    display: inline-block;
    margin-bottom: 5px;
    color: #333;
}
.tags a:hover {
    background-color: #106cea;
    color: #fff;
    text-decoration: none;
}
/*=====================================================*/
@media(max-width: 800px) {
	.pricing-main {
		display: flex;
		flex-direction: column;
		padding-left: 0;
	}
	.pricing-block-grid {
		margin-top: 20px;
	}
	.pricing-block-grid:nth-child(3) {
		position: relative;
		left: 0;
		width: auto;
	}
	.faq .steppt {
		flex-direction: column;
	}
	.faq .steppt .item {
		padding: 15px 15px 30px;
	}
	.faq .steppt .item:before {
		background: url(../images/arrow-divider90.png) bottom no-repeat;
		width: 100%;
		top: inherit;
	}
	.faq .steppt .item:nth-child(2):before {
		background: url(../images/arrow-divider190.png) bottom no-repeat;
		width: 100%;
		top: inherit;
	}
	.about-main p {
		font-size: 15px;
		margin-top: 20px;
	}
	.team-three {
		margin-bottom: 20px;
	}
	.pricing-panel {
		margin-top: 20px;
	}
	.pricing-panel .itembox {
		flex: none;
		margin-right: 0;
		width: 49%;
	}
	.pricing-panel .itembox article {
		flex-direction: column;
	}
	.partner .itemp {
		width: 100%;
		margin-bottom: 50px;
	}
	.liste-documents-presse .card {
		width: 100%;
		padding: 2rem;
	}
}

@media(max-width: 640px) {
	.about-main audio {
		width: 420px;
	}
	.pricing-panel .itembox {
		flex: none;
		margin-right: 0;
		width: 100%;
	}
}

@media(max-width: 480px) {
	.about-main audio {
		width: 300px;
	}
}

@media(max-width: 320px) {
	.about-main audio {
		width: 250px;
	}
}