html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}
body {
    color: #000;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
	font-weight:400;
	background-color: #f8fafd;
}

ul, ol, li {
    list-style: none;
}
img, fieldset {
    border: none;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out 0.1s;
    -moz-transition: all 0.2s ease-out 0.1s;
    -o-transition: all 0.2s ease-out 0.1s;
    transition: all 0.2s ease-out 0.1s;
}
a:hover {
    text-decoration: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
figure {
    margin: 0;
    padding: 0;
}
.clearfix {
    clear: both;
    width: 100%;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
embed, iframe, object, video {
    max-width: 100%;
}
html {
    -webkit-text-size-adjust: none;
}
.entry-content img {
    max-width: 100%;
    height: auto;
}
.aligncenter, img.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto 20px;
}
.alignright {
    margin: 10px 0px 35px 30px;
    display: inline;
}
.alignleft {
    margin: 5px 30px 10px 0px;
    display: inline;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.wp-caption {
    border: none;
    text-align: center;
    background: #f5f5f5;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px 0 10px 0;
}
.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0;
    margin-bottom: 12px;
}
.wp-caption p.wp-caption-text {
    line-height: 18px;
    padding: 0 15px;
    display: block;
    font-style: italic;
    color: #000000;
    font-size: 12px;
}
input, textarea {
    -webkit-border-radius: 0;
}
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[placeholder], [placeholder], *[placeholder] {
	/*font-family: 'Poppins', sans-serif;*/
	color: inherit;
}
*::-webkit-input-placeholder {
color:inherit;
}
*:-moz-placeholder {
 color:inherit;
 opacity:  1;
}
*::-moz-placeholder {
 color:inherit;
 opacity:  1;
}
*:-ms-input-placeholder {
color:inherit;
}
/*----------------------*/
/*     Page structure   */
/*----------------------*/
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    color: #1f2431;
    font-size: 27px;
    font-weight: 700;
	line-height: 1.29;
    padding-bottom: 20px;
}
.entry-content h1 {
    font-size: 78px;
	padding-bottom:40px;
}
.entry-content h2 {
    font-size: 46px;
}
.entry-content h3 {
    font-size: 40px;
}
.entry-content h4 {
    font-size: 36px;
	color:#0f4c5a;
}
.entry-content h5 {
	font-size: 32px;
	line-height: 1.5;
}
.entry-content h6 {
   font-size: 28px;
   line-height: 1.5;
}
.entry-content p {
    color: #1f2431;
    font-size: 24px;
    line-height: 1.58;
    padding-bottom: 14px;
}
.entry-content p strong {
	font-weight:700;
}
.entry-content p span { color:#f89938}
.entry-content ul {
    padding: 6px 0 30px 30px;
}
.entry-content ul li {
   color: #1f2431;
    font-size: 24px;
    line-height: 1.58;
    padding-bottom: 11px;
    padding-left: 30px;
    position: relative;
	font-weight:400;
}
.entry-content ul li::before {
	content:'';
	width:10px;
	height:10px;
	border-radius:3px;
	background-color:#a0d1b0;
	position:absolute;
	left:0;
	top:9px;
	z-index:5;
}
.entry-content ol {
    list-style-type: decimal;
    padding: 28px 0 40px 20px;
}
.entry-content ol li {
    list-style-type: decimal;
    color: #1f2431;
    font-size: 24px;
    line-height: 1.58;
	position:relative;
	padding-left:5px;
	margin-bottom:10px;
}
.entry-content ol li strong {
	font-weight:700;
	font-size:28px;
}
.entry-content p a {
    color: #1f2431;
}
.entry-content blockquote {
    border: 1px dashed #000;
    padding: 10px;
    margin: 0 0 20px 0;
   	color: #1f2431;
    font-size: 24px;
    line-height: 1.58;
}
.entry-content blockquote p {
    padding-bottom: 0;
}
.entry-content table.normal-table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 25px;
}
.entry-content table.normal-table, 
.entry-content table.normal-table th, 
.entry-content table.normal-table td {
   	color: #1f2431;
    font-size: 24px;
    line-height: 1.58;
    text-align: center;
    padding: 5px 0;
}
hr {
    border: none;
    background: #979797;
    height: 1px;
    padding: 0;
    margin: 0 0 40px 0;
    outline: none;
}
.space-top-40 { padding-top:24px}
.entry-content input[type='email'], .entry-content input[type='text'] {
    width: 100%;
    background: #fff;
    height: 46px;
    color: #696969;
    font-size: 16px;
    border: 1px solid #ccc;
	outline:none;
}
.entry-content textarea {
    width: 100%;
    background: #fff;
    height: 180px;
    font-size: 15px;
    color: #696969;
    font-size: 16px;
    padding: 5px 5px 5px 15px;
    outline: none;
    transition: 0.3s all;
}
.entry-content input[type='submit'] {
    width: 250px !important;
    height: 50px;
    outline: none;
    border: none;
    padding: 0;
    background: #104c5a;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-out 0.1s;
    -moz-transition: all 0.2s ease-out 0.1s;
    -o-transition: all 0.2s ease-out 0.1s;
    transition: all 0.2s ease-out 0.1s;
}
.entry-content input[type='submit']:hover {
    opacity: 0.7;
}
.entry-content .submit {
    width: 180px;
    padding: 15px 0 0 0;
}
.news_photo img {
    -webkit-transition: all 0.1s ease-out 0.1s;
    -moz-transition: all 0.1s ease-out 0.1s;
    -o-transition: all 0.1s ease-out 0.1s;
    transition: all 0.1s ease-out 0.1s;
}
.entry-content input[type='submit']:hover {
    opacity: 0.7;
}
.entry-content .submit {
    width: 180px;
    padding: 15px 0 0 0;
}
.preloader {
    background: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
}
.preloader .loader-spinner {
	width: 130px;
	height: 130px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -65px;
	margin-left: -65px;
	text-align: center;
}
.preloader .loader-spinner span {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    line-height: 130px;
	font-size:15px;
	text-transform: uppercase;
	font-weight:900;
	color:#104c5a;
}
.preloader .loader-spinner img {
    margin-top: 50px;
    margin-left: 25px;
}
.preloader .loader {
    border: 5px solid #fff;
    border-radius: 50%;
    border-top: 5px solid #104c5a;
    border-right: 5px solid #104c5a;
    border-bottom: 5px solid #104c5a;
    width: 130px;
    height: 130px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
 0% {
-webkit-transform: rotate(0deg);
}
 100% {
-webkit-transform: rotate(360deg);
}
}
 @keyframes spin {
 0% {
transform: rotate(0deg);
}
 100% {
transform: rotate(360deg);
}
}
/*----------------------*/
/*     header_area      */
/*----------------------*/
.only_desktop_view {}
.only_mobile_view { display:none}
.center-content {
	width:100%;
	max-width:1120px;
	margin:0 auto;
}
.header_holder_area {
	position:relative;
	overflow:hidden;
}
.header_container {
	width:100%;
	position:relative;
}
.header_holder_area::after{
	content:'';
	background-color:#ecf4ff;
	width:78.54%;
	height:720px;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.page_single .header_holder_area::after {
	height:419px;
}
.header_area {
	width:100%;
	padding:0 15px;
	position: relative;
	z-index:20;
}
.header {
	padding:61px 0 20px 0;
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
	align-items:center;
	position:relative;
}
.header_left {
	display: flex;
    flex-wrap: nowrap;
	align-items: center;
}
.logo {
	width:114px;
}
#menu {
	padding-left:50px;
}
#menu li {
	float: left;
	margin:0 0 0 50px;
	position: relative;
	font-size: 22px;
	font-weight: 700;
	color: #1f2431;
}
#menu li a {
	padding:0;
	color: #1f2431;
	position: relative;
	display: block;
	z-index:5;
}
#menu li.menu-item-has-children > a {
    display: inline-block;
    padding-right: 20px;
    position: relative;
}
#menu li.menu-item-has-children > a::before {
	font-family: FontAwesome;
    content: '\f107';
    width: 10px;
	height:auto;
	background:none;
    display: block;
    position: absolute;
    right: 0px;
	left:inherit;
    top: 4px;
	bottom:inherit;
    z-index: 2;
	font-size:14px;
}
#menu li a::before,
#menu li.current_page_item > a::before {
	content:'';
	width:56%;
	height:5px;
	position:absolute;
	left:0;
	top:50%;
	z-index:-1;
	background-color:#a2c9ff;
	opacity:0;
	transition: all 0.5s ease 0s;
}
#menu li:hover > a::before,
#menu li.current_page_item > a::before {
	opacity:1;
}
#menu li.menu-item-has-children > a::after {
	content:'';
	width:100%;
	height:10px;
	position:absolute;
	left:0;
	top:100%;
	z-index:2;
	display:none;
}
#menu li.menu-item-has-children:hover > a::after { display:block}
#menu li ul {
    width: 232px;
    padding: 10px 15px 10px 28px;
    text-align: left;
    background: #fff;
    position: absolute;
    left:0;
    top: 100%;
	margin-top:10px;
    z-index: 4;
    opacity: 0;
    transform: scaleY(0);
	visibility: hidden;
    transform-origin: center top 0;
    transition: all 0.5s ease 0s;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(156, 156, 156, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(156, 156, 156, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(156, 156, 156, 0.75);
	border-radius:5px;
}
#menu li ul::after {
	content:'';
	width: 0; 
	height: 0; 
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #fff;
	position:absolute;
	left:68px;
	bottom:100%;
	z-index:3;
}
#menu li ul li ul::after,
#menu li ul li ul::before {
	display:none;
}
#menu li:hover > ul {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
}
#menu li ul li ul {
    left: 100%;
    top: 0;
    z-index: 3;
	margin:0;
}
#menu li ul li {
    display: block;
    float: none;
    line-height: normal;
    padding: 5px 0;
	font-size:16px;
	margin:0;
}
#menu li ul li a {
    padding: 0;
    color: #1f2431;
	display:inline-block;
}
#menu li ul li.current-page-item > a,
#menu li ul li a:hover {
	color:#1f2431;
}
#menu li ul li a::before {
    display: none !important
}
#menu li.menu-item-has-children > a:after {
    right: 15px;
}
#menu li.current_page_item > a:after, #menu li:hover > a:after {
    display: block;
    border: none !important;
}
#menu li ul li:hover > a:after, #menu li ul li a:hover {
    border: none !important;
}
#mobilemenu { display:none}
#menu_holder {
    position: relative;
}
.mobile_menu {
	width:100%;
	background-color:#fff;
	position:fixed;
	left:0;
	right:0;
	top:0;
	z-index:9999;
	display:none;
	padding:0 15px 30px 15px;
	overflow:auto;
}
.mobile_menu_open {
	height: 100vh;
}
.mobile_menu_height {
	width:100%;
	height:100%;
}
.menu_bar {
	width:32px;
	padding:0;
	margin:0;
	background:none;
	border:none;
	outline:none;
	cursor:pointer;
	display:none;
}
.menu_bar span {
	width:100%;
	height:2px;
	margin-top:6px;
	background-color:#fff;
	display:block;
	transition: all .2s ease;
}
.menu_bar span:first-child { margin-top:0}
.menu_close {
	border:none;
	background:none;
	outline:none;
	position:absolute;
	right:15px;
	top:20px;
	z-index:2;
	font-size:30px;
	cursor:pointer;
}
.menu_close .fa { color:#fff}
#menu_holder {
	width:100%;
}
.menu_mb_header {
	margin:0 -15px;
	background:#1274ef;
	padding:21px 15px;
}
.menu_mb_header span {
	color:#fff;
	font-size:20px;
	font-weight:700;
}
.header_right {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.header_language {
}
.header_language ul {
	display: flex;
    flex-wrap: nowrap;
}
.header_language ul li {
	font-size: 22px;
	font-weight: 400;
	color: #1f2431;
	padding-left:7px;
	margin-left:5px;
	position:relative;
}
.header_language ul li a {color: #1f2431;}
.header_language ul li:after {
	content:'';
	width: 2px;
	height: 22px;
	border-radius: 1.5px;
	background-color: #1f2431;
	position:absolute;
	left:0;
	top:2px;
	z-index:1;
}
.header_language ul li:first-child:after { display:none}
.banner_area {
	padding:0 15px;
	position:relative;
	z-index:5;
}
.banner {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	padding:34px 0 25px 0;
}
.banner_area .banner {
	flex-flow: row-reverse;
}
.single_banner .banner {
	flex-flow: inherit;
}
.banner_info {
	width:57%;
	padding-top:94px;
}
.terms_banner_info .banner_info,
.blog_single_banner .banner_info {
	padding-top:86px;
	padding-bottom:85px;
}
.single_banner .banner_info {
	width:50%;
}
.terms_banner_info .banner_info { width:100%}
.banner_info h1 {
	font-size:42px;
	line-height:57px;
	font-weight:400;
	margin-bottom:14px;
	color: #1f2431;
	position:relative;
}
.single_banner .banner_info h1 {
	font-size: 60px;
	font-weight: 900;
	line-height: 1;
	color: #1f2431;
}
.banner_info h1::before {
	content:'';
	width:56%;
	height:10px;
	position:absolute;
	left:0;
	top: 30px;
	z-index:-1;
	background-color:#a2c9ff;
}
.single_banner .banner_info h1::before { display:none}

.banner_info p {
	font-size: 23px;
	font-weight: 400;
	line-height: 1.57;
	letter-spacing: 0.52px;
	color: #1f2431;
	padding-bottom:15px;
}
.banner_info h2 {
	font-weight: 700;
	line-height: 1.5;
	font-size:40px;
	color: #1f2431;
	padding-bottom:40px;
}
.banner_get_app {
	width: 170px;
	height: 60px;
	border-radius: 5px;
	display:block;
	font-size: 18px;
	font-weight:700;
	padding:15px 10px;
	line-height:30px;
	text-align:center;
	color:#fff;
	background-color: #1274ef;
	letter-spacing:1px;
}
.pt-0 { padding-top:0}
.banner_get_app:hover { opacity:0.8}
.only_tablet_view { display:none}
.only_desktop_t_view {}
.banner_right {
	width:31.32%;
	position:relative;
	margin-right:53px;
}
.single_banner .banner_right {
	width:48.03%;
	margin-right:0;
}
.single_banner .banner_right img {
	-moz-border-radius-topleft: 50px;
	-webkit-border-top-left-radius: 50px;
	border-top-left-radius: 50px;
	-moz-border-radius-bottomright: 50px;
	-webkit-border-bottom-right-radius: 50px;
	border-bottom-right-radius: 50px;
}
.soundbox_photo {
	width:71.92%;
	position: absolute;
	right:-92px;
	top:-52px;
	z-index:2;
}
.cam_photo {
	width:110%;
	position:absolute;
	left:-35px;
	bottom:40px;
}
.product_container {
	padding-bottom:100px;
	overflow:hidden;
}
.product_top_info {
	max-width:1115px;
	padding:44px 15px 0;
}
.product_top_text {
	max-width:670px;
	padding-bottom:184px;
}
.product_top_info h2 {
	font-size: 78px;
	font-weight: 700;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: normal;
	color: #1f2431;
	padding-bottom:26px;
}
.product_top_info h3 {
	font-size: 30px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #1f2431;
	padding-bottom:0;
	margin-bottom:0;
	position:relative;
	display:inline-block;
}
.product_top_info h3::before {
	content:'';
	width:56%;
	height:5px;
	position:absolute;
	right:12px;
	bottom:15px;
	z-index:-1;
	background-color:#a2c9ff;
}
.product_content_row {
	padding:0 15px;
	margin-bottom:120px;
}
.product_content_box {
	padding:65px 0 70px 0;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.product_photo {
	width:43.87%;
	margin-top:-175px;
}
.product_photo img {
	-moz-border-radius-topleft: 48px;
	-webkit-border-top-left-radius: 48px;
	border-top-left-radius: 48px;
	-moz-border-radius-bottomright: 48px;
	-webkit-border-bottom-right-radius: 48px;
	border-bottom-right-radius: 48px;
}
.product_info {
	width:51.88%;
	padding-top:20px;
}
.product_info h4 {
	font-size: 58px;
	font-weight: 900;
	line-height: 1;
	color: #0179ff;
	padding-left:33px;
	margin-bottom:34px;
}
.product_info ul li {
	padding-left:33px;
	font-size: 36px;
	font-weight: 400;
	color: #1f2431;
	background:url(assets/images/bgr_product_li.svg) no-repeat left 14px;
	margin-bottom:14px;
}
.product_row_even {
	background-color:#ecf4ff;
	margin-bottom:190px;
}
.product_row_odd .product_content_box {
}
.product_row_even .product_content_box {
	flex-flow: row-reverse;
}
.mb-0 { margin-bottom:0 !important}
.my_work_area {
	padding:0 15px;
}
.my_work_holder {
	padding:50px 0 150px 0;
}
.work_top_info {
	max-width:540px;
	padding-bottom:50px;
}
.work_top_info h2 {
	font-size: 78px;
	font-weight: 900;
	line-height: 1.3;
	color: #1f2431;
	margin-bottom:15px;
}
.work_top_info p {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.5;
	color: #1f2431;
	position:relative;
	padding-bottom:30px;
}
.work_top_info p::before {
	content:'';
	width:50%;
	height:5px;
	position:absolute;
	left:0;
	top:27px;
	z-index:-1;
	background-color:#a2c9ff;
}
.work_top_info p strong {
	font-weight: 700;
}
.my_work_items {
	display:flex;
	flex-wrap:wrap;
}
.work_step_col {
	width:25%;
	padding:0 20px;
	position:relative;
}
.work_icon {
	width:117px;
	height:127px;
	background:url(assets/images/bgr_icon.svg) no-repeat;
	display:flex;
	justify-content: flex-end;
    align-items: flex-start;
	margin:0 auto;
	margin-bottom:30px;
}
.work_step_col::after {
	content:'';
	width:11px;
	height:19px;
	background:url(assets/images/bgr_arrow1.svg) no-repeat;
	position:absolute;
	left:0;
	top:53px;
	z-index:1;
}
.work_step_col:nth-child(1)::after { display:none}
.work_step_col:nth-child(3) .work_icon,
.work_step_col:nth-child(4) .work_icon { padding-top:13px}
.work_step_col h3 {
	font-size: 20px;
	font-weight: 900;
	font-stretch: normal;
	line-height: normal;
	text-align: center;
	color: #1f2431;
	margin-bottom:10px;
}
.work_step_col p {
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	color: #1f2431;
	padding-bottom:0;
}
.testimonials_area {
	padding:0 15px;
	background-color: #ecf4ff;
	position:relative;
}
.testimonials_area::after {
	height:110px;
	width:100%;
	content:'';
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background-color:#f8fafd;
}
.testimonial_holder {
	padding:0 0 70px 0;
	position:relative;
	z-index:2;
}
.testimonial_item {
	display:flex;
	flex-wrap:wrap;
	width:100%;
}
.author_photo_left {
	width:43.87%;
}
.testimonial_info {
	width:56.13%;
	padding:240px 0 0 30px;
	display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.tell_us_right img,
.author_photo_left img {
	-moz-border-radius-topleft: 50px;
	-webkit-border-top-left-radius: 50px;
	border-top-left-radius: 50px;
	-moz-border-radius-bottomright: 50px;
	-webkit-border-bottom-right-radius: 50px;
	border-bottom-right-radius: 50px;
}
.testimonial_info {
	max-width:600px;
}
.testimonial_info blockquote {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.8;
	color: #1f2431;
	background:url(assets/images/bgr_block1.svg) no-repeat left 0;
	padding-left:80px;
	padding-top:6px;
}
.testimonial_info blockquote p {
	background:url(assets/images/bgr_block2.svg) no-repeat right bottom;
	padding-right:65px;
}
.author_name {
	padding-left:80px;
}
.author_name strong {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	color: #1f2431;
	display:block;
	padding-bottom:5px;
}
.author_name span {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5;
	color: #1f2431;
	display:block;
}
.newsletter_area {
	padding:0 15px;
}
.newsletter_box {
	max-width:775px;
	padding:120px 0 57px 0;
}
.white_gray_bg .newsletter_box { padding:60px 0 80px 0; max-width:816px}

.newsletter_box h3 {
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	color: #1274ef;
	padding-bottom:10px;
	text-transform:uppercase;
}
.newsletter_box h4 {
	font-size: 36px;
	font-weight: 400;
	line-height: 1.5;
	text-align: center;
	color: #1f2431;
	padding-bottom:40px;
}
.newsletter_form {
	max-width:640px;
	position:relative;
	margin:0 auto;
}
.btnPreloader { display:none}
.newsletter_form .form-control {
}
.newsletter_form form {
	width:100%;
	display: flex;
	flex-wrap:nowrap;
	align-items: center;
}
.newsletter_form .form-control {
	width:80%;
	height: 70px;
	border: solid 1px #dbdbdb;
	border-right:0;
	background-color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	color: #808796;
	font-family: 'Lato', sans-serif;
	padding:10px 15px 10px 40px;
	outline:none;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: 0px 15px 15px -15px rgba(0,0,0,0.2);  
}
.newsletter_form .sign-up-button {
	width: 170px;
	height: 70px;
	background-color: #1274ef;
	font-size: 20px;
	line-height:1.5;
	padding:5px 7px;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	border:none;
	outline:none;
	border-radius: 5px;
	cursor:pointer;
	margin:0 auto;
	display:flex;
	align-items:center;
	justify-content: center;
}
.footer_area {
	background-color: #1f2431;
	padding:0 15px;
}
.footer {
	padding:75px 0 70px 0;
}
.footer_top {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content: space-between;
	padding-bottom:63px;
}
.footer_logo {
	width:116px;
}
.footer_menu { padding:0 1px 0 15px}
.footer_menu ul {
	display:flex;
	flex-wrap:wrap;
}
.footer_menu ul li {
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	padding:0 15px;
}
.footer_menu ul li a {color: #fff;}
.footer_social {
	display:flex;
	flex-wrap:nowrap;
}
.footer_social a {
	margin-left:14px;
}
.copyright { text-align:center}
.copyright p {
	font-size:22px;
	font-weight: 400;
	color: #808796;
}
.our_mission_area {
	padding:0 15px;
}
.our_mission {
	padding:70px 0 85px 0;
	margin-top:-180px;
}
.our_mission_colums {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.mission_column {
	width:48.21%;
	padding-bottom:35px;
}
.our_mission h5 {
	font-size: 24px;
	font-weight: 400;
	line-height: normal;
	color: #1274ef;
}
.our_mission h2 {
	font-size: 78px;
	font-weight: 900;
	line-height: 1.29;
	color: #1f2431;
	margin-bottom:26px;
	max-width:600px;
}
.mission_column p {
	font-size: 24px;
	line-height: 1.5;
	color: #1f2431;
	padding-bottom:0;
}
.team_content_area {
	background-color:#ecf4ff;
	padding:0 15px;
}
.team_content {
	padding:66px 0 0 0;
}
.team_content h2 {
	font-size: 78px;
	font-weight: 900;
	line-height: 1.29;
	color: #1f2431;
	padding-bottom:80px;
}
.team_content_box {
	margin:0 -15px;
}
.team_content_row {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}
.team_column {
	width:33.33%;
	padding:0 15px 80px 15px;
}
.team_photo img {
	width:100%;
	-moz-border-radius-topleft: 50px;
	-webkit-border-top-left-radius: 50px;
	border-top-left-radius: 50px;
}
.team_info {
	background-color:#fff;
	padding:9px 60px 10px 16px;
	position:relative;
}
.team_info h5 {
	font-size: 24px;
	font-weight: 900;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	color: #1f2431;
	margin-bottom:1px;
}
.team_info span {
	font-size: 18px;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	color: #1f2431;
	display:block;
}
.team_social {
	width:44px;
	position:absolute;
	right:16px;
	top:20px;
	z-index:2;
}
/*.team_social img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.team_social a:hover > img,
.team_column_active .team_social img {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
*/.partnerships_area {
	padding:0 15px;
}
.partnerships_box {
	padding:60px 0 120px 0;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.partnerships_left {
	width:58.25%;
}
.partnerships_right {
	padding-top:61px;
}
.partnerships_left h3 {
	font-size: 40px;
	font-weight: 900;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #1f2431;
	margin-bottom:12px;
}
.partnerships_left p {
	font-size: 24px;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: 0.55px;
	color: #1f2431;
}
.tell_us_area {
	padding:0 15px;
}
.tell_us_box {
	padding-bottom:120px;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	flex-flow: row-reverse;
}
.tell_us_left {
	width:48.21%;
}
.tell_us_right {
	width:48.03%;
}
.tell_us_left h3 {
	font-size: 78px;
	font-weight: 900;
	line-height: 1.29;
	color: #1f2431;
	margin-bottom:26px;
}
.tell_us_left p {
	font-size: 24px;
	font-weight: 400;
	line-height: normal;
	color: #1f2431;
	padding-bottom:40px;
}
.feedback_button {
	width:203px;
}
.featured_content_area {
	padding:0 15px;
}
.featured_content {
	padding:70px 0 40px 0;
}
.featured_content h3 {
	font-size: 40px;
	font-weight: 900;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #1f2431;
	padding-bottom:40px;
}
.featured_row {
	margin-bottom:30px;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	flex-flow: row-reverse;
	background-color:#fff;
}
.blog_right_photo {
	width:43.92%;
}
.blog_banner img,
.blog_right_photo img {
	width:100%;
	-moz-border-radius-topleft: 44px;
	-webkit-border-top-left-radius: 44px;
	border-top-left-radius: 44px;
}
.blog_content_left {
	width:56.08%;
	background-color:#fff;
	padding:35px;
	padding-right:85px;
	padding-bottom:20px;
}
.post_date small,
.post_date span,
.post_date {
	font-size: 15px;
	line-height: 1.6;
	color: #637488;
}
.post_date small { padding-left:5px}
.post_date span { padding-right:5px}
.post_date {
	width:100%;
	padding-bottom:8px;
	display: flex;
    align-items: center;
}
.blog_content_left h5 {
	font-size: 36px;
	font-weight: 400;
	line-height: 1.3;
	color: #4c4e54;
	padding-bottom:20px;
}
.blog_content_left h5 a {color: #4c4e54;}
.blog_content_left p {
	font-size: 20px;
	line-height: 1.5;
	color: #1f2431;
	padding-bottom:52px;
}
.read_article_link {
	font-size: 16px;
	line-height: normal;
	color: #1274ef;
	text-transform:uppercase;
}
.articles_content_area {
	padding:0 15px;
	background-color:#ecf4ff;
}
.articles_content {
	padding:70px 0 60px 0;
}
.related_articles .articles_content{ padding-bottom:60px}
.articles_content h2 {
	font-size: 40px;
	font-weight: 900;
	line-height: 1.5;
	color: #1f2431;
	padding-bottom:40px;
}
.articles_content_box {
	margin:0 -17px;
	display:flex;
	flex-wrap:wrap;
	padding-bottom:20px;
}
.articles_column {
	width:33.33%;
	padding:0 17px 40px 17px;
}
.articles_column_bg {
	background-color:#fff;
	-moz-border-radius-topleft: 50px;
	-webkit-border-top-left-radius: 50px;
	border-top-left-radius: 50px;
	position: relative;
	height:100%;
	padding-bottom:60px;
}
.articles_column_bg:hover {
	box-shadow: 0 10px 30px 0 rgba(12, 35, 64, 0.07);
}
.articles_photo img {
	width:100%;
	-moz-border-radius-topleft: 50px;
	-webkit-border-top-left-radius: 50px;
	border-top-left-radius: 50px;
}
.articles_info .post_date { padding-bottom:5px}
.articles_info {
	background-color:#fff;
	padding:25px 30px 0 25px;
}
.articles_info h5 {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.33;
	color: #1f2431;
	padding-bottom:25px;
}
.articles_info p {
	font-size:20px;
	line-height: 1.5;
	color: #1f2431;
	padding-bottom:15px;
}
.articles_info h5 a {
	color: #1f2431;
}
.articles_column_bg .read_article_link {
	position:absolute;
	left:25px;
	bottom:30px;
	z-index:2;
}
.read_article_link .fa {
	font-size:18px;
	padding-left:5px;
}
.blog_pagination ul {
	display:flex;
	flex-wrap: nowrap;
    justify-content: center;
	align-items:center;
}
.blog_pagination ul li {
	font-size:16px;
}
.blog_pagination ul li a {
	width:40px;
	height:40px;
	display:block;
	line-height:40px;
	text-align:center;
	border-radius:50%;
	font-size:16px;
}
.blog_pagination ul li.active a {
	background-color:#1274ef;
	color:#fff;
}
.blog_pagination ul li.blog_prev { padding-right:14px}
.blog_pagination ul li.blog_next { padding-left:14px}
.blog_pagination ul li.blog_prev a {
	width:8px;
	height:14px;
	background:url(assets/images/arrow_left.svg) no-repeat center;
}
.blog_pagination ul li.active { margin:0 2px}
.blog_pagination ul li.blog_next a {
	width:8px;
	height:14px;
	background:url(assets/images/arrow_right.svg) no-repeat center;
}
.breadcrumbs_area {
	padding:0 15px;
	position:relative;
	z-index:50;
}
.breadcrumbs_box {
	padding:15px 0 27px 0;
}
.breadcrumbs_box {
	font-size: 12px;
	line-height: 1.5;
	color: #1f2431;
	display:flex;
	flex-wrap: wrap;
	align-items:center;
}
.breadcrumbs_box a {
	color:#1f2431;
	padding-right:5px;
}
.breadcrumbs_box strong {
	padding-left:5px;
	font-weight:700;
}
.blog_single_area {
	padding:0 15px;
}
.blog_single {
	padding:150px 0 70px 0;
	max-width:920px;
}
.blog_single h1 { font-weight:900}
.blog_banner { padding-bottom:60px}
.blog_inner_info {
	padding:0 94px;
}
.blog_inner_info h6,
.blog_inner_info h5 {
	font-weight:400;
}
.share_this_post {
	padding:18px 0 0 0;
}
.share_this_post h5 {
	font-size: 24px;
	font-weight: 400;
	color: #1274ef;
	padding-bottom:24px;
	text-transform:uppercase;
}
.share_social {
	display:flex;
	flex-wrap: nowrap;
}
.share_social a {
	margin-right:14px;
}
.owl-carousel .owl-stage, 
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: auto;
        touch-action: auto;
}
.terms_content_area {
	padding:0 15px;
}
.terms_content {
	padding:71px 0 105px 0;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.terms_content_left {
	width:72%;
}
.terms_sidebar {
	width:24.10%;
	padding-top:56px;
}
.terms_content_left p {
	font-size:18px;
	line-height: 2;
	letter-spacing: 0.41px;
	color: #1f2431;
	padding-bottom:16px;
}
.terms_content_left ul {
	padding:0 0 27px 0;
}
.pb-0 { padding-bottom:0 !important}
.terms_content_left ul li {
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 0.41px;
	color: #1f2431;
	padding-bottom:13px;
	background:url(assets/images/bgr_li.svg) no-repeat left 7px;
	padding-left:0;
	text-indent:35px;
}
.terms_content_left ul li::before { display:none}
.terms_content_left h5 {
	color:#1f2431;
	font-weight:700;
	padding-bottom:24px;
}
.terms_content_left h6 {
	font-size:23px;
	padding-bottom:16px;
	color:#1f2431;
	margin-top:8px;
	font-weight:700;
}
.space-btm-40 { padding-bottom:27px !important;}
.m-b-12 { margin-bottom:12px}
.terms_content_left ul.list-style2 { padding-bottom:7px}
.terms_content_left ul.list-style2 li { padding-bottom:8px}
.personal_data_info {
}

.personal_data_item {
	overflow:hidden;
	padding-bottom:17px;
}
.personal_data_item h5 { margin-bottom:4px}
.personal_icon_item {
	width:50px;
	float:left;
}
.personal_data_right {
	margin-left:60px;
}
.personal_data_right h6 {
	margin-top:0;
	padding-bottom:10px;
}
.terms_sidebar ol li {
	font-size:16px;
	color: #4c4e54;
	margin-bottom:16px;
	position:relative;
}
.terms_sidebar ol li a:hover::after,
.terms_sidebar ol li.active a::after {
	content:'';
	width:100%;
	height:5px;
	background-color:#a2c9ff;
	position:absolute;
	left:0;
	top:13px;
	z-index:-1;
}
.terms_sidebar ol li.active a { color:#1f2431;letter-spacing: normal;}
.terms_sidebar ol li a {
	color: #4c4e54;
	position:relative;
}
.newsletter_form .success {
	font-size: 17px;
    color: #1274ef;
    text-align: center;
    padding: 10px 15px;
}
.newsletter_form .error {
	font-size: 17px;
    color: red;
    text-align: center;
    padding: 10px 15px;
}
.launching_soon_area {
	padding:0 15px;
}
.launching_soon {
	padding:120px 0 60px 0;
	max-width:920px;
}
.launching_soon h1 {
	font-size: 78px;
	font-weight: 700;
	line-height: 1.29;
	color: #1f2431;
	padding-bottom:16px;
	text-align:center;
}
.launching_soon p {
	font-size: 36px;
	line-height: 1.33;
	text-align: center;
	color: #1f2431;
	padding-bottom:70px;
	font-weight:400;
}
.launching_gallery {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.launching_item {
	width:45.76%;
}
.launching_item img {
	width:100%;
	-moz-border-radius-topleft: 50px;
	-webkit-border-top-left-radius: 50px;
	border-top-left-radius: 50px;
}
.white_gray_bg { background-color:#ecf4ff}
.top_bubble {
    position: fixed;
    right: 100px;
    top: 28px;
    width: 393px;
    z-index: 9999;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    box-shadow: 0 16px 40px 0 rgba(53,60,75,0.10);
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    padding: 22px 20px 0;
    overflow: auto;
}
.top_bubble--initial {
	width: 100%; 
	padding-bottom: 22px;
}
.top_bubble--initial img {
	float: left;
}
.top_bubble--initial p {
	padding-left: 70px; 
	padding-right: 34px; 
	padding-top: 7px; 
	font-size: 15px;
	color: #383A49;
	letter-spacing: 0.18px;
	line-height: 19px;
}

.bubble_more > div {
	padding-top: 12px; 
	width: 100%; 
	display: flex; 
	align-items:center;
}
.bubble_more > div:first-child {
	padding-top: 0px; 
}
.bubble_more > div img {
	float: left;
}
.bubble_more > div p {
	padding-left: 7px;
	letter-spacing: normal; 
	color: #9CA0AB;
	font-size: 15px;
	letter-spacing: 0.2px;
}
.bubble_more > p {
	font-size: 15px;
	letter-spacing: 0.2px;
	line-height: 20px;
	font-size: 15px; 
	color: #383A49; 
	padding: 16px 0 25px;
	border-top: 1px solid #E7E7E7;
}
.bubble_close {
    position: absolute;
    right: 18px;
	top: 18px;
	cursor: pointer;
}
.blue_link {
	color: #0179FF;
}
.d-none {
	display: none;
}
.cookies_popup_area {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 20px;
    width: 100%;
    display: flex;
    align-items: flex-end;
    padding: 30px 20px 0;
    overflow: auto;
}
.cookies_popup {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 13px 30px;
    background-color: #1b202be8;
    position: relative;
    border-radius: 10px;
}
.pop_close {
	display:block;
	width:21px;
	height:22px;
	background:url(assets/images/bgr_close.svg) no-repeat;
	position:absolute;
	right:30px;
	top:30px;
	z-index:2;
	cursor:pointer;
}
.cookies_popup_btm {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.cookies_popup_btm > p a {
    color: #ffffff;
    text-decoration: underline;
}
.cookies_popup p {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #f3f3f3;
}
.agree_button {
    width: 140px;
    height: 46px;
    border-radius: 50px;
    background-color: #ffffff;
    padding: 8px 20px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 2;
    text-align: center;
    letter-spacing: 1px;
    color: #161617;
	display: block;
	letter-spacing: 0.2px;
}
.cookies_right {
	display:flex;
	flex-wrap:nowrap;
	align-items: center;
}
.cookies_right span {
	display:block;
	padding-right:32px;
	font-size: 22px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #1f2431;
}
.cookies_right a {
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	color: #1274ef;
	font-weight:700;
}
.ad_detalils_page .center-content { max-width:842px}
.ad_detalils_page .footer {
	padding:25px 0;
}
.ad_detalils_page .footer .copyright p {
	letter-spacing: -0.26px;
	color: #9ca0ab;
	font-size:12px;
	font-family: 'Lato', sans-serif;
	font-weight:400;
}
.ad_detalils_page .header {
	padding:28px 0;
}
.ad_detalils_page .header_area { background-color:#fff}
.ad_detalils_area {
	font-family: 'Lato', sans-serif;
	font-weight:400;
	letter-spacing: 0.2px;
	
}
.ad_detalils_content {
	margin-bottom:29px;
	background-color: #fff;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-bottom:55px;
}
.detalils_gallery {
	width:100%;
	display:flex;
	flex-wrap:nowrap;
	justify-content: space-between;
}
.detalils_left {
	width:70.071%;
}
.detalils_right {
	width:28.62%;
}
.gallery_item a { display:block}
.gallery_item { 
	margin-bottom:12px; 
	position:relative;
	flex: 0 0 49%;
}
.gallery_item:only-child {
	flex: 0 0 100%;
}
.gallery_item a { height: 100%; }
.gallery_item .product_img { 
	width:100%;
    height: 100%;
    object-fit: cover;
}
.gallery_item .arrow_img { 
	position: absolute;
	top: 20px;
	left: 20px;
}

.gallery_item .arrow_div {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.67);
  height: 60px;
  width: 60px;
  border-radius: 50%;
  transition: all 0.2s linear;
}
.gallery_item .arrow_cont {
  position: relative;
  margin-top: 22px;
  margin-left: 20px;
}

.gallery_item .long-arrow-left{
  display: block;
  width: 16px;
  height: 16px;
  border-top: 2px solid #dddddd;
  border-left: 2px solid #dddddd;         transform: rotate(-45deg);
}
.gallery_item .long-arrow-left::after{
  content: "";
  display: block;
  width: 2px;
  height: 25px;
  background-color: #dddddd;
  transform: rotate(-45deg) translate(8px, 3px);
}

.gallery_item .arrow_div:hover {
  transform: translate3d(-10px, 0, 0);
}

.more_item_info {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	background-color:rgba(0,0,0,0.6);
	display:flex;
	align-items:center;
	justify-content: center;
}
.more_item_info span {
	font-size: 24px;
	letter-spacing: -0.28px;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight:700;
}
.ad_detalils_info {
	padding:12px 15px 0 15px;
}
.ad_detalils_info .detalils_weeks {
	width: 100%;
	font-size: 13px;
	color: #9CA0AB;
}
.ad_detalils_info .details_title {
	width: 100%;
	font-size: 24px;
    color: #383a49;
    font-weight: 900;
	padding-top: 15px;
	letter-spacing: 0.2px;
}
.ad_detalils_info .details_brand {
	width: 100%;
	font-size: 15px;
    color: #383a49;
    font-weight: 700;
	padding: 10px 0;
	letter-spacing: 0.2px;
}
.ad_detalils_info .detalils_price {
    display: flex;
	width: 100%;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    padding: 15px 0;
}
.ad_detalils_info .detalils_price.price_only {
    border-top: none;
}
.ad_detalils_row,
.ad_detalils_top {
	width:100%;
	margin:0 auto;
	max-width:615px;
	padding-bottom:5px;
	display:flex;
	flex-wrap:wrap;
}
.detalils_info {
    border: solid 1px #e7e7e7;
	border-radius: 10px;
    display: flex;
    flex-wrap: nowrap;
    margin: 10px 0;
}
.detalils_info_left {
	width:110px;
    margin: auto 0;
}
.detalils_info_right {
	width:508px;
}
.detalils_info img.checkmark_img {
    display: inline-block;
	padding-left: 5px;
}
.detalils_icon img { margin:0 auto}
.price_item {
	width: 100%;
	min-height: 48px;
	border-radius: 10px;
	background-color: #ebf5ff;
	font-size: 19px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	letter-spacing: -1.3px;
	text-align: center;
	color: #0179ff;
	padding:5px 10px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content: center;
	line-height:1.1;
	margin-top: 10px;
}
.detalils_info_right span {
	font-size: 13px;
	line-height: normal;
	letter-spacing: -0.28px;
	color: #9ca0ab;
	display:block;
	padding-bottom:5px;
	font-family: 'Lato', sans-serif;
	font-weight:700;
}
.detalils_info_right h5 {
	font-size: 24px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: -0.28px;
	color: #383a49;
	padding-bottom:14px;
}
.detalils_info_right p {
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: -0.32px;
	color: #383a49;
	padding-bottom:10px;
	font-family: 'Lato', sans-serif;
	font-weight:400;
}
.ad_detalils_row {
	align-items:center
}
.ad_detalils_row .detalils_info_right {
	border-radius: 10px;
	background-color: #fff;
	padding:14px 26px 14px 0px;
	display:flex;
	flex-wrap:nowrap;
	justify-content: space-between;
	align-items:center;
	min-height:93px;
}
.ad_detalils_row .price_item {
    width: auto;
    min-width: 70px;
    max-width: 125px;
    border-radius: 5px;
    font-size: 20px;
    min-height: 33px;
    letter-spacing: normal;
    padding: 10px 8px;
    margin: auto 0;
}
.ad_detalils_row .price_item--green {
	color: #20D370;
	font-size: 15px;
	background-color: #E8FAF0;
	padding: 8px 10px;
}
.ad_detalils_row .purchased_at {
    width: auto;
    font-size: 15px;
    letter-spacing: normal;
    padding: 10px 15px;
    margin: auto 0;
    color: #9CA0AB;
}
.ad_detalils_row .detalils_description {
    width: 100%;
    margin: 20px 0;
}
.ad_detalils_row .detalils_description h6 {
    font-size: 17px;
    font-weight: 700;
	color: #383a49;
	padding: 5px 0;
}
.ad_detalils_row .detalils_description p {
	font-size: 15px;
	color: #383A49;
	letter-spacing: 0.2px;
	line-height: 24px;
}
.active_info_left h6 {
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.36px;
	color: #383a49;
	padding-bottom:5px;
}
.active_info_left span {
	font-size: 15px;
	line-height: normal;
	letter-spacing: -0.3px;
	color: #9ca0ab;
	display:block;
	padding-bottom:0;
	font-family: 'Lato', sans-serif;
	font-weight:400;
}
.active_info_left {
	width:70%;
}
.active_info_right {
	width: 70px;
}
.active_info_right img {
	object-fit: contain;
	border-radius: 8px;
	border: solid 1px #f0f0f0;
}
.footer_products_place {
	background-color: #fff;
	padding:0 15px;
	background: #FFFFFF;
	box-shadow: 0 -2px 9px 0 rgba(219,219,219,0.50);
}
.footer_products {
	padding:13px 0;
	flex-wrap:nowrap;
	justify-content: space-between;
	align-items:center;
	display: flex;
}
.footer_products_left {
	width:100%;
	padding-left:73px;
	min-height:54px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
.footer_products_left--icon {
	width: 54px;
	float: left;
}
.footer_products_left--text {
    width: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.footer_products_left--text p {
	text-align: center;
	font-size: 17px;
    padding-right: 15px;
	line-height: normal;
	letter-spacing: 0.2px;
	color: #383A49;
	width:100%;
	font-family: 'Lato', sans-serif;
	font-weight:400;
}
.app_logo {
	width:118px;
}
.detalils_carousel .owl-dots {
	position:absolute;
	left:0;
	right:0;
	bottom:18px;
	z-index:2;
}
.detalils_carousel button.owl-dot {
	width: 6px;
	height: 6px;
	border:none;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
	background-color: rgba(255, 255, 255, 0.5);
	margin: 0 4px;
}
.detalils_carousel button.owl-dot.active {
    background-color: #fff;
}
.gallery_50 {
	width:50%;
	padding-right:6px;
}
.gallery_50:nth-child(2) {
	padding-right:0;
	padding-left:6px;
}
.slider_detalils_area {
	padding:100px 15px 100px 15px;
	background-color:#fff;
	position:relative;
}
.ad_slider_area {
	max-width:1030px;
	margin:0 auto;
	position:relative;
}
.slider_detalils2 .ad_slider_area {
	max-width:810px;
}
.slider_detalils2 .ad_slider_area  #ninja-slider .ns-img {
	border:1px solid #f0f0f0;
}
.slider_detalils2 .ad_slider_area #thumbnail-slider .thumb {
	border:1px solid #f0f0f0;
}
.slider_detalils2 .ad_slider_area #thumbnail-slider ul li.active .thumb {
	border:4px solid #0179ff;
}
.close_btn {
	position:absolute;
	top:50px;
	right:60px;
}
.close_btn .fa {
	color:#383a49;
	font-size:50px;
	display:block;
	padding:0;
	margin:0;
	line-height:1;
	cursor:pointer;
}
.ns_img_popup_area {
	width:100%;
	height:100%;
	position:fixed;
	left:0;
	top:0;
	background-color:#fff;
	z-index:9999;
	padding:30px 15px;
	overflow:auto;
	display:none;
}
.ns_img_popup_inner {
	display:flex;
	align-items:center;
	position:relative;
	height:100%;
	width:100%;
}
.ns_img_popup {
	max-width:840px;
	position:relative;
	margin:0 auto;
}
.close_btn2 {
	right:40px;
	top:0;
}
.ns_img_popup img {
	border-radius:10px;
}
.ninja-slider-wrap {color:#fff;}

.ad_slider_area {color:#fff;}
.detalils_carousel_single {
	max-width:767px;
	margin:0 auto;
	padding:25px 0 5px 0;
}
.detalils_single_photo {
	padding-bottom:20px;
}
.detalils_single_photo img {
	border-radius:10px;
	width:100%;
	border:1px solid #f0f0f0;
}
.sticky_footer_page {
	padding-bottom:145px;
}
.sticky_footer {
	width:100%;
	height:145px;
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	z-index:100;
}
.terms_mobile_box {
	max-width:797px;
	margin:0 auto;
	padding:20px 15px 30px;
}
.terms_page .logo img {filter: brightness(1) invert(0) !important;}
.terms_page .header_area,
.terms_page .header_holder_area { background:none !important;}
.terms_page .header_holder_area::after { display:none}
.terms_tabs ul.tabs,
.terms_tabs ul.tabs li {
	padding:0 !important;
	margin:0;
	list-style:none;
	background:none;
}
.terms_tabs ul { padding-bottom:20px}
.terms_tabs ul li {
	font-size:16px;
}
.terms_tabs ul.tabs li::after,
.terms_tabs ul.tabs li::before { display:none}
.terms_tabs ul.tabs {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	border:1px solid rgba(242, 241, 241,1);
	background-color:#fff;
	border-radius:5px;
	margin-bottom:36px;
}
.terms_tabs ul.tabs li {
	width:50%;
}
.terms_tabs ul.tabs li a {
	color:rgba(56,58,73,1);
	display: flex;
	align-items: center;
	line-height:1;
	font-size:14px;
	font-weight:700;
	background-color:#fff;
	border-radius:5px;
	justify-content: center;
	padding:11px 10px;
}
.terms_tabs ul.tabs li.active a {
	background-color: rgba(242, 241, 241,1);
}
.terms_mobile_box p {
	font-size:15px;
	padding-bottom:25px;
	color:rgba(56, 58, 73,1);
}
.terms_mobile_box h3,
.terms_mobile_box h4,
.terms_mobile_box h5,
.terms_mobile_box h6 {
	font-size:17px !important;
	padding-bottom:25px;
	color:rgba(56, 58, 73,1);
}
.terms_mobile_box h3,
.terms_mobile_box h4 { font-size:24px !important}
.section_divider {
	width:100%;
	height:15px;
}
.power_user_info {
	padding-top:78px;
	padding-bottom:22px;
}
.power_user_info .launching_item {
	padding-bottom:30px;
}
.blue_button {
	width:170px;
	height:70px;
	background-color: #1274ef;
	font-size: 20px;
	line-height:1.5;
	padding:5px 7px;
	font-weight: 400;
	text-align: center;
	color: #ffffff;
	border:none;
	outline:none;
	border-radius: 5px;
	margin:0 auto;
	display:flex;
	align-items:center;
	justify-content: center;
	margin-bottom:40px;
}
.carousel_page_bubble {
    background: #0000009e;
    width: 62px;
    height: 31px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1.3px;
    color: #ffffff;
    font-size: 15px;
}
.owl-dots.dots-background {
    background: #0404044a;
    text-align: center;
    margin: 0 auto;
    border-radius: 12px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}