/* 1. Theme font default css */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Inter:wght@600;700&family=Manrope:wght@200;300;400;500;600;700&family=Poppins:wght@400;500&display=swap');
        

 body {
	font-family: 'Manrope', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 16px;
}

body.loading {
    background: #fff url(../img/loader.gif);
    opacity: 0;
    position: fixed;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 200px 200px;
    font-family: 'Manrope', sans-serif;
}

.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
.button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}


ul.d-flex {
    gap: 15px;
}

video {
    width: 100%;
}

.app_store_area.pt-35 img {
    height: 59px;
}

.app_store_area.pt-35 img:hover {
    box-shadow: 5px 4px #3333;
    border-radius: 12px;
}

a:focus,
.button:focus {
	text-decoration: none;
	outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
color: #2f7056;
    text-decoration: none;
}
a,
button {
	color: #1696e7;
	outline: medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus{outline: 0}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Manrope', sans-serif;
	font-weight: normal;
	color: #292929;
	margin-top: 0px;
	font-style: normal;
	font-weight: 600;
	text-transform: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 50px;
	font-weight: 600;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
    font-size: 17px;
    font-weight: normal;
    line-height: 24px;
    color: #808080;
    margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: #1696e7 none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid #f2f2f2
}

img.brand_img_banner {
    min-height: 36px;
    position: relative;
    top: -2px;
    width: 100%;
    height: 100%;
    max-height: 28%;
    padding: 0% 9%;
}

.header_logo .lazyloaded {
    width: 162px;
}

/* button style */
.btn {
    -moz-user-select: none;
    background: transparent;
    border: 1px solid #18AF71;
    color: #18AF71;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    font-family: 'Manrope';
    transition: .3s;
    padding: 1em 1.8125em;
    font-weight: 700;
    font-size: 1em;
    line-height: 1.133;
}
.btn.filled_btn {
    background: #2ABD87;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    box-shadow: 0 5px 15px 0 rgb(58 58 58 / 15%);
}
.btn.filled_btn:hover {
    background: #129c64;
}
.btn:hover {
	background: #129c64;
	color: #fff;
}

.banner_content {
    margin-top: 50px;
}

#spin {
    color: #18af71;
    font-weight: 800;
}

#spin:after {
    animation: spin 7s linear infinite;
    /* background: #e1f9ec; */
    padding: 0% 3%;
    content: "Sell more";
    font-family: 'Manrope', sans-serif;     
}

@keyframes spin {
    0% {
        color: #18af71;
    }
    20% {
        content: "Sell more";
    }
    40% {
        color: #18af71;
    }
    60% {
        content: "Work Smarter";
    }
    80% {
        color: #18af71;
    }
    100% {
        content: "Grow Faster";
    }
}


.dataisgold{
    border-radius: 5px;
    background: -webkit-linear-gradient(#ffe79d, #bd980abd);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.breadcrumb > .active {
	color: #888;
}
.owl-carousel .owl-nav div {
	background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
	height: 40px;
	left: 20px;
	line-height: 40px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 40px;
}
.owl-carousel .owl-nav div.owl-next {
	left: auto;
	right: 20px;
}
.owl-carousel:hover .owl-nav div {
	opacity: 1;
	visibility: visible;
}
.owl-carousel .owl-nav div:hover {
	background: #2B96CC;
	color: #fff
}

/* scrollUp */
#scrollUp {
    background: #b1b2b1;
    height: 35px;
    width: 35px;
    left: 50px;
    bottom: 77px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    line-height: 34px;
}
#scrollUp:hover {
	background: #1ed894;
}


/* containers */

.container_wide {
	max-width: 1300px;
	margin: 0 auto;
}
.container{
	max-width: 1150px;
}


/* containers_end */



/* header_css */
.header_area {
	padding: 11px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.header_btn_area a{
	margin-left: 20px;
}
.header_btn_area a:first-child{
	margin-left: 0px;
}

.main_menu ul li a {
font-size: 17px;
    color: #646161;
    text-decoration: none;
    font-weight: 500;
    font-family: "Poppins";
    display: block;
    padding: 16px 20px;
}
.main_menu ul li:hover a{
	color: #18AF71;
}

.main_menu ul li.has_dropdown::after {
	position: absolute;
	right: -6px;
	content: "\f107";
	color: #292929;
	font-family: "Font Awesome 5 pro";
	font-size: 17px;
	top: 17px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	font-weight: 300;
}
.main_menu ul li.has_dropdown:hover::after {
	color: #18AF71;
}
/* header_css_end */


nav ul {
    margin-right: 11px;
}


section.good_company_area.pt-65.pb-170 {
    padding-bottom: 2%;
    padding-top: 7%;
}

.single_company {
    text-align: center;
}

/* banner_area */
section.banner_area {
	padding-top: 70px;
}
.custom_banner_width{
	width: 46%;
}
.custom_banner_right{
	width: 54%;
}

.banner_content h1 {
    font-size: 47px;
    font-weight: 700;
    color: #1A1A51;
    line-height: 1.4;
}
.banner_btn_area {
    margin-top: 25px;
}
.banner_btn_area a{
    margin-right: 20px;
}
.banner_btn_area a:last-child{
    margin-right: 0px;
}
.brand_banner_area {
    margin-top: 55px;
}
.single_banner_brnd {
    position: relative;
}
.single_banner_brnd:after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 80%;
	content: "";
	background: #EAEAEA;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
img.banner_star {
    position: relative;
    top: -2px;
    width: 100%;
    height: 100%;
    max-height: 28%;
    padding: 0% 9%;
}
.banner_right img {
	left: 40px;
    min-height: 100%;	
}
/* banner_area-end */


/* section_title */
.section_title h2 {
    margin-bottom: 19px;
}
.section_title p{
    margin-bottom: 0px;
    line-height: 1.8;
    font-size: 18px;
    color: #7e7e7e;
}

/* section_title_end */


/* video_area */
button.viceo_btn {
    border: none;
    border: 1px solid #E9E9E9;
    box-shadow: 0px 5px 25px rgb(144 24 51 / 8%);
    background: #fff;
    flex: 0 0 auto;
    width: 32%;
    border-radius: 6px;
    height: 72px;
    font-size: 30px;
    color: #7D7D7D;
    padding: 0% 1%;
    cursor: inherit;    
}
button.viceo_btn b{
    font-weight: 700;
	color: #000;
}
button.viceo_btn span {
    margin-right: 14px;
    position: relative;
    top: -1px;
}
.video_bg img {
    width: 100%;
    border-radius: 18px;
}
a.video_play_btn {
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	height: 90px;
	width: 90px;
	background: #2ABD87;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}
a.video_play_btn:hover {
    background: #26a577;
    zoom: 1.1;
}
a.video_play_btn img {
    width: 21px;
    max-width: 23px;
    border-radius: 0px;
}
/* video_area_end */


/* similar_tools_section */

span.tag {
    background: #2ABD87;
    display: inline-block;
    padding: 8px 21px;
    border-radius: 24px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.sim_sectio_content h3 {
    font-size: 30px;
    line-height: 1.4;
    color: #292929;
    margin-bottom: 15px;
}

.sim_section_list ul li {
    position: relative;
    padding-left: 27px;
    line-height: 2.2;
    font-size: 18px;
    color: #7e7e7e;
}
.sim_section_list ul li:after {
    position: absolute;
    left: 0;
    top: 15px;
    content: "";
    background: #2ABD87;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
/* similar_tools_section */


.sim_img_area img {
    padding: 1%;
}

/* data_area */
.data_area{
	padding-bottom: 220px;
}
.single_data_item {
	transition: .3s;
	border-radius: 20px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.single_data_item:hover{
	box-shadow: 5px 10px 60px rgba(0, 64, 38, 0.1);
}
.single_data_item:hover .get_acc{
	color: #2ABD87;
}
.data_content {
	padding: 10px;
	padding-bottom: 26px;
}

.data_thumb_area {
	height: 270px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.data_content_text h4 {
	font-size: 20px;
	margin-bottom: 10px;
}
.data_content_text p {
	font-size: 15px;
	line-height: 1.4;
	margin-bottom: 0px;
}
.data_content_text {
	min-height: 80px;
}
.get_acc {
	font-size: 14px;
	text-decoration: none;
	color: #B9B9B9;
}
.get_acc span{
	margin-left: 12px;
}
.get_acc:hover {
	color: #2ABD87;
}


/* data_areae-end */


/* busness_store_area */
.busness_area_wrapper {
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #EAF8F3;
	overflow-x: hidden;
}

.busness_stor_content span.tag.tag_bg_2{
	background-color: #D7F2E8;
	color: #2ABD87;
}
.img_mobo_small {
	position: absolute;
	bottom: 0;
	right: 44%;
	transform: translateX(50%);
	z-index: 2;
}
.busness_stor_content span.tag {
    font-size: 14px;
    font-weight: 600;
    font-family: 'DM Sans', sans-serif;
}
.busness_stor_content h2 {
	font-size: 44px;
	font-weight: 700;
	font-family: 'DM Sans', sans-serif;
	margin-bottom: 15px;
}
.busness_stor_content p {
	font-size: 18px;
	font-weight: 400;
	font-family: 'DM Sans', sans-serif;
	line-height: 1.7;
}
.mobo_img_area {
	height: 100%;
}

.img_mobo_big {
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 60% !important;
}
.app_store_area a img.app_store {
	margin-right: 40px;
}

.shape_1 {
	position: absolute;
	right: 0px;
	bottom: 0;
	z-index: 1;
}
/* busness_store_area_end     */
.owners_area{
    padding-top: 180px;
    padding-bottom: 90px;
}
.single_owner_content h4{
	line-height: 1.4;
	font-size: 25px;
	color: #292929;
	font-weight: 400;
}
.single_owner_content h4 b{
	font-weight: 700;
}
.owner_info h6{
    font-size: 18px;
    font-weight: 700;
    color: #292929;
}
.owner_info span{
    font-size: 15px;
    color: #949494;
    display: block;
}
.owner_quote {
	position: absolute;
	right: 87%;
	bottom: 85%;
	z-index: -1;
}
.single_owner_content {
	padding-right: 40px;
}
.ml-auto{
	margin-left: auto;
}
.mr-auto{
	margin-right: auto;
}
.owner_img_area {
    background: #eef9f5;
    height: 350px;
    max-width: 350px;
    border-radius: 10px;
    border: 1px solid #ffffff;
}
.owner_img{
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}

.community_members p {
    font-size: 12px;
}
/* owner_area_end */


/* company_area */

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

.single_company h4 {
    line-height: 3;
    color: #807f7f;
    font-family: 'Inter';
    font-size: 19px;
}

.single_company img{
	width: auto ;
}

.owl-carousel .owl-item img {
    margin: auto;
    max-width: 75%;
}


.company_slider_active.owl-carousel .owl-stage {
	display: flex;
	align-items: center;
}
/* company_area_end */

/* new_area */
.new_area_wrapper {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #FFFEF9;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #fcf6e1; 
}

section.new_area {
    margin-top: 7%;
}

.new_area_content h4 img {
    margin-top: -1%;
}

.new_area_content {
	padding: 42px 0px 67px 41px;
}
.new_area_content h4 {
    font-size: 27px;
    font-weight: 600;
    color: #3e484d;
    margin-bottom: 30px;
}
.new_area_content h4 span{
	margin-left: 10px;
}
.new_area_content h3 {
    font-size: 32px;
    color: #3e484d;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    line-height: 1.5;
    margin-bottom: 13px;
}
.new_area_content p {
	font-size: 16px;
	line-height: 1.8;
	color: #3e484d;
	margin-bottom: 0px;
}
.learn_more_btn{
    margin-top: 38px;
    width: 233px;
    height: 47px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    display: inline-block;
    background: #ffb13f;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.learn_more_btn:hover {
    color: #fff;
    background: #44a17c;
}

.new_area_img{
	height: 100%;
}
.new_sba_img{
    position: absolute;
    right: 0;
    /* bottom: -34%; */
    /* width: 100%; */
    bottom: -1%;
    width: 104%;
    padding-right: 0;
}


/* new_areaEnd */



/* footer_area */
.footer_social a {
	display: inline-block;
	background: #FAFBFC;
	height: 45px;
	width: 45px;
	text-align: center;
	line-height: 45px;
	border-radius: 10px;
	color: #B0B7C3;
	font-size: 19px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.footer_social a:hover {
    background: #E5F8F0;
    color: #18af71;
}


.footer_widget h4 {
	font-size: 21px;
	color: #323B4B;
	margin-bottom: 20px;
}

.footer_menu li a {
	color: #8A94A6;
	text-decoration: none;
	display: block;
	padding: 4px 0px;
	font-size: 16px;
}
.footer_menu li a:hover {
	color: #51C395;
}

.news_letter_area input {
	height: 55px;
	width: 100%;
	border: none;
	background: #F3F3F3;
	border-radius: 10px;
	padding: 10px 25px;
	margin-bottom: 20px;
}
.news_letter_area button {
	height: 55px;
	width: 100%;
	border: none;
	background: #18AF71;
	border-radius: 10px;
	font-size: 16px;
	color: #fff;
	margin-bottom: 20px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.news_letter_area button:hover {
	background: #14C67D;
}
.news_letter_area input::placeholder{
	font-weight: 700;
	color: #8A94A6;
}

.news_letter_area p{
	font-size: 12px;
	line-height: 1.8;
	margin-bottom: 0px;
}
.footer_social {
	padding-right: 30px;
}





.footer_bottom{
	background-color: #18AF71;
	padding: 6px 0px;
	font-size: 12px;
	color: #fff;
	font-weight: 500;
}
.footer_bottom span{
	display: block;
}

/* footer_area_end */


/* off_canvas_menu */
.mobo_bar_area {
	width: 25px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.menu_bar {
	display: block;
	height: 3px;
	width: 18px;
	background: #18AF71;
	margin-bottom: 7px;
	border-radius: 20px;
}
.menu_bar.manu_bar_big {
	width: 23px;
}
.menu_bar:last-child{
	margin-bottom: 0px;
}
.single_banner_brnd:last-child::after {
	display: none;
}






/*offcanvas menu css*/
.offcanvas-wrapper {
	width: 380px;
	position: fixed;
	right: 0;
	top: 0;
	height: 100%;
	background: #fff;
	transform: translateX(100%);
	transition: .3s;
	text-align: center;
	padding-top: 60px;
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-o-transform: translateX(100%);
	z-index: 11111;
	border-left: 1px solid #14C67D;
	border-top: 1px solid #14C67D;
}
.offcanvas-wrapper.active{
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
}


.off-cnavas-menu {
	text-align: center;
}
.off-cnavas-menu ul li {
	position: relative;
}
.off-cnavas-menu ul li.has_dropdown::after {
	position: absolute;
	right: 27px;
	content: "\f106";
	color: #2ABD87;
	font-family: "Font Awesome 5 pro";
	font-size: 20px;
	top: 10px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.off-cnavas-menu ul li.has_dropdown.collapsed::after {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}




.off-cnavas-menu ul li a {
	display: block;
	color: #000;
	font-size: 18px;
	text-decoration: none;
	padding: 11px 15px;
	text-align: left;
	border-bottom: 1px solid #ddd;
	font-weight: 500;
}

span.cross {
	height: 35px;
	width: 35px;
	background: #2ABD87;
	color: #fff;
	font-size: 21px;
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
}
.bar{
	color: #000;
	font-size: 25px;
	cursor: pointer;
	margin-right: 20px;
}

.offcavas_btn {
	padding: 0px 15px;
}
.offcavas_btn a{
	margin-bottom: 10px;
	display: block;
}
/*offcanvas menu css-end*/

.sticky-wrapper.is-sticky{
	z-index: 111;
}
.sticky-wrapper.is-sticky .header_area {
	background: #fff;
	box-shadow: 0 6px 10px rgba(0,0,0, .1);
    padding: 20px 9px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}


.offcanvas-overlay.active{
	width: 360px;
	height: 100%;
	z-index: 111;
	background: transparent;
	position: fixed;
}
/* off_canvas_menu_end */




/* preloader 
#loading{
	background-color: #fff;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 111111;
	margin-top: 0px;
	top: 0px;
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
    -webkit-animation: loading-center-absolute 1s infinite;
	animation: loading-center-absolute 1s infinite;

}

*/

.object{
	width: 20px;
	height: 20px;
	background-color: #2ABD87;
	float: left;
	-moz-border-radius: 50% 50% 50% 50%;
	-webkit-border-radius: 50% 50% 50% 50%;
	border-radius: 50% 50% 50% 50%;
	margin-right: 20px;
	margin-bottom: 20px;	
}
.object:nth-child(2n+0) {
	margin-right: 0px;

}
#object_one{
	-webkit-animation: object_one 1s infinite;
	animation: object_one 1s infinite;
	}
#object_two{
	-webkit-animation: object_two 1s infinite;
	animation: object_two 1s infinite;
	}	
#object_three{
	-webkit-animation: object_three 1s infinite;
	animation: object_three 1s infinite;
	}		
#object_four{
	-webkit-animation: object_four 1s infinite;
	animation: object_four 1s infinite;
	}		

/*
	
@-webkit-keyframes loading-center-absolute{
100% {
    -ms-transform: rotate(360deg); 
   	-webkit-transform: rotate(360deg); 
    transform: rotate(360deg); 
	}			
	
}		
@keyframes loading-center-absolute{
100% {
    -ms-transform: rotate(360deg); 
   	-webkit-transform: rotate(360deg); 
    transform: rotate(360deg); 
	}
}	
	
*/	
								

@-webkit-keyframes object_one{
50% {
    -ms-transform: translate(20px,20px); 
   	-webkit-transform: translate(20px,20px);
    transform: translate(20px,20px);
	}
}		
@keyframes object_one{
50% {
     -ms-transform: translate(20px,20px); 
   	-webkit-transform: translate(20px,20px);
    transform: translate(20px,20px);
	}
}


@-webkit-keyframes object_two{
50% {
    -ms-transform: translate(-20px,20px); 
   	-webkit-transform: translate(-20px,20px);
    transform: translate(-20px,20px);
	}
}		
@keyframes object_two{
50% {
    -ms-transform: translate(-20px,20px); 
   	-webkit-transform: translate(-20px,20px);
    transform: translate(-20px,20px);
	}
}



@-webkit-keyframes object_three{
50% {
    -ms-transform: translate(20px,-20px); 
   	-webkit-transform: translate(20px,-20px);
    transform: translate(20px,-20px);
	}
}		
@keyframes object_three{
50% {
    -ms-transform: translate(20px,-20px); 
   	-webkit-transform: translate(20px,-20px);
    transform: translate(20px,-20px);
	}
}



@-webkit-keyframes object_four{
50% {
    -ms-transform: translate(-20px,-20px); 
   	-webkit-transform: translate(-20px,-20px);
    transform: translate(-20px,-20px);
	}
}		
@keyframes object_four{
50% {
    -ms-transform: translate(-20px,-20px); 
   	-webkit-transform: translate(-20px,-20px);
    transform: translate(-20px,-20px);
	}
}


/* preloaderEnd */




/* mega_menu */

.main_menu ul li:hover .dropdown-container.desktop_dropdown{
	opacity: 1;
	visibility: visible;
}

.dropdown-container {
position: fixed;
    max-width: 1010px;
    left: 50%;
    transform: translateX(-50%);
    top: 96px;
    display: flex;
    background: #fff;
    max-width: 1040px;
    box-shadow: 0 30px 60px rgb(0 0 0 / 16%);
    -webkit-box-shadow: 0 30px 60px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0 30px 60px rgba(0,0,0,.16);
    z-index: 1111;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    width: 100%;
    border-radius: 6px;
}

.dropdown-container.desktop_dropdown{
	opacity: 0;
	visibility: hidden;
}


.drop_down_area_left {
	flex: 0 0 auto;
	width: 35%;
}

.nav-header {
    padding: 30px 32px 0px 32px;
    font-size: 18px;
    font-weight: bold;
    color: #19b087;
    text-transform: uppercase;
    font-family: 'Inter';
}
.nav-wrapper {
	padding: 20px 22px;
}
.nav-wrapper > a{
	padding: 10px !important;
}

.nav-text-wrap{
	position: relative;
}

.link-block.w-inline-block{
	display: flex;
	align-items: center;
}

.link-block:hover{
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    opacity: 1;
}
.link-block:hover .link-description{
	display: none;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.link-block:hover .link-header::after {
	left: 108%;
	opacity: 1;
}

.icon_area {
	flex: 0 0 auto;
	width: 22%;
	margin-right: 2%;
}

.icon_area span {
	font-size: 42px;
	color: #14C67D;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dropdown-area-right .icon_area span {
	font-size: 20px;
}
.dropdown-area-right .icon_area {
	width: 10%;
}
.big_icon .icon_area {
	width: 12%;
}
.big_icon .icon_area span{
	font-size: 42px;
}
.big_icon .link-block{
	min-height: 80px;
}

.drop_down_area_left .link-block.w-inline-block {
	min-height: 80px;
}
.link-description {
	font-weight: normal;
	line-height: 1.4;
	color: #8c8c92;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	font-size: 14px;
}
.icon_area span img {
    width: 100%;
    height: 100%;
    padding: 11%;
}

.dropdown-menu-new img {
    margin: 4px;
    opacity: 0.8;
}
.link-header {
    font-weight: 600;
    color: #5c5c6b;
    position: relative;
    display: inline-block;
}
.link-header::after {
	font-family: "Font Awesome 5 Pro";
	content: "\f061";
	font-weight: 400;
	color: #14C67D;
	font-size: 15px;
	position: absolute;
	left: 104%;
	top: 50%;
	opacity: 0;
	transition: .3s;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.dropdown-menu-new.diver_area .nav-wrapper a {
    flex: 0 0 auto;
    width: 50%;
    padding: 13px 7px !important;
}
.dropdown-area-right {
background: #f6fbfa;
}


/* mega_menu_end */



/*pricing page exit intent*/
#news-signup .wrapper {
    background: linear-gradient(
45deg
, #0b281b, #145e42);
    position: relative;
    margin: 3% auto;
    text-align: center;
    -moz-border-radius: 3px;
    width: 98%;
    border-radius: 7px;
    padding: 2%;
    width: 633px !important;
    padding-bottom: 3px;
}
#news-signup .newsletter-content img {
    width: 551px;
    box-shadow: 11px 12px #d2d2d233;
    border: 2px solid #3333;
    border-radius: 6px;
    margin-bottom: 2%;
}
#news-signup .newsletter-content {
    margin: 0 auto;
}
#news-signup .newsletter-content h2 {
    font-family: 'Manrope'; 
    font-size: 26px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 2%;
    font-weight: 600;
}
#news-signup .newsletter-content p {
    margin: 0 auto 25px;
    color: #ffffff;
    font-family: 'Manrope';
}
#overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 110;
    background: #4a4a4a80;
    backdrop-filter: blur(6px);
    display: none;
}

#news-signup {
position: fixed;
    width: 100%;
    visibility: hidden;
    z-index: 10002;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
    transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
    background: #454343b0;
    height: -webkit-fill-available;
}


/* last_update 22/04/2021*/

img.pricing-icon {
    max-width: 85px;
    max-height: 49px;
}

.img_align{
	position: relative;
	top: -4px;
}

.img-fluid {
    max-width: 100%;
    width: 85%;
    height: auto;
}

img.product_img {
    width: 100%;
}

.connectwithgrid {
    filter: grayscale(1);
    opacity: 0.8;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(6, 1fr);
}

/* last_update_End */






/* pricing-page */
.abs_img{
	position: absolute;
}
.brand_banner{
	max-width: 550px;
	margin: 0 auto;
}
/* pricing_banner_area */
.pricing_banner {
	height: 750px;
	display: flex;
	justify-content: center;
}
.abs_left_pricng_banner {
	left: 0;
    top: 5%;
    height: 70%;
	width: auto;
}
.abs_right_pricng_banner {
	right: 10px;
    top: 5%;
    height: 70%;
	width: auto;
}
.pricing_banner_content {
	padding-top: 80px;
}
.delate-text {
	color: #989898;
	position: relative;
	width: max-content;
	margin: 0 auto;
}
.delate-text::after {
	position: absolute;
	top: 56%;
	transform: translateY(-50%);
	height: 6px;
	width: 100%;
	background: #6ED2AD;
	content: "";
	left: 0;
}
.delate-text.d-text-deep {
	color: #5D5D5D;
}
.pricing_banner_content h2 {
	font-size: 57px;
	font-weight: 700;
	margin-bottom: 22px;
}
.pricing_banner_content p {
	font-size: 21px;
	color: #949494;
}
.pricing_banner_content .brand_banner{
	margin-top: 60px;
}

/* pricing_banner_area_End */


/* pricing-table */
.pricing-area {
	background-color: #EAF8F3;
	padding-top: 75px;
	padding-bottom: 80px;
	z-index: 1;
}
.abs_img.pricing_top_bg {
	width: 100%;
	top: 0;
	height: auto;
	z-index: -1;
}
.pricing-wrapper {
	background: #fff;
	padding: 60px 27px 50px 30px;
	border-radius: 15px;
	border: 2px solid #FAFBFC;
	min-height: 860px;
}
.p-pretitle {
	font-size: 30px;
	font-weight: 700;
	color: #2ABD87;
	font-family: "Inter";
	line-height: 1;
}
.pricing-title_area h1 {
	font-size: 60px;
	color: #323B4B;
	font-family: "Inter";
	font-weight: 700;
	margin-bottom: 6px;
}
.pricing-title_area p {
	font-size: 18px;
	color: #8A94A6;
	font-family: "Inter";
	font-weight: 500;
}
.pricing-btn_area {
	margin-top: 22px;
}
.pricing-btn_area a.btn {
	width: 100%;
	background: #2ABD87;
	color: #fff;
	font-family: "Inter";
	margin-bottom: 10px;
	padding: 1em 0px;
}
.pricing-btn_area a.btn:hover {
	background: #129C64;
}
.pricing-btn_area {
	font-size: 18px;
	color: #8A94A6;
	font-weight: 500;
	font-family: "Inter";
}
.pricing-body {
	margin-top: 25px;
}
.pricing-title_area p span {
	color: #FFB13F;
	font-weight: 700;
}
.pricing-title_area h1 sub {
	font-size: 18px;
	color: #8A94A6;
	font-weight: 500;
	font-family: "Inter";
	position: relative;
	top: -1px;
}

.pricing-body ul li {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter";
    color: #8A94A6;
    padding: 12px 0px;
    padding-left: 45px;
}
.pricing-body ul li span {
	position: absolute;
	left: 0;
	top: 9.5px;
	width: 34px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	background-color: #E5F1FF;
	color: #2ABD87;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}





/* cta_area */
.cta_area_contact{
	border-radius: 15px;
	margin-top: 70px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 40px 42px 48px 70px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}
.cta_left{
	flex: 0 0 auto;
	width: 70%;
}
.cta_right{
	flex: 0 0 auto;
	width: 30%;
	text-align: right;
}
.cta_left span {
	font-size: 23px;
	color: #fff;
	font-weight: normal;
	display: block;
	margin-bottom: 4px;
	font-family: "Manrope";
}
.cta_left h2 {
	font-size: 50px;
	color: #fff;
	font-family: "Manrope";
	font-weight: 600;
	margin-bottom: 18px;
}
.cta_left p{
	font-size: 18px;
	color: #fff;
	font-family: "Manrope";
	font-weight: normal;
	margin-bottom: 0px;
}


.cta_right a.btn {
	background-color: #2ABD87;
	width: 260px;
	font-size: 23px;
	font-weight: 600;
	color: #fff;
	font-family: "Inter";
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	padding: 17px 0px;
	margin-top: 23px;
}

.cta_right a.btn:hover{
	background-color: #129c64;
}
.custom_plane_shap {
	right: -26px;
	bottom: -43px;
	z-index: -1;
}
/* cta_area_End */


/* pricing-table_End */




/* pricing-feature */
.pricing-feature{
	padding: 170px 0px;
}

.feature_pri_img{
	margin-bottom: 35px;
}

.pricing_feature_text h5{
	font-family: "Manrope";
	font-size: 30px;
	color: #000;
	font-weight: normal;
	margin-bottom: 15px;
}
.pricing_feature_text p{
	color: #737373;
	font-size: 16px;
}
/* pricing-feature_End */



/* save_area */
.single_saves_area{
	flex: 0 0 auto;
	width: 48%;
}

.save_content_wrap{
max-width: 554px;
    border-radius: 20px;
    padding: 40px 44px;
    box-shadow: 5px 10px 60px rgb(0 64 38 / 29%);
    border: 0px solid #2ABD87;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background: #fff;
}

.save_title{
	margin-bottom: 20px;
}
.save_title img{
    margin-right: 10px;
    margin-left: -14px;
}
.save_title h2{
	font-size: 40px;
	color: #292929;
	font-weight: 600;
	margin-bottom: 0px;
}


.saves_text{
	margin-bottom: 28px;
}
.saves_text p{
	color: #292929;
	font-size: 25px;
	font-family: "Manrope";
	font-weight: 600;
	margin-bottom: 0px;
}







.single_save_brand_item {
    padding: 5px 3px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 5px 10px 60px rgb(0 64 38 / 20%);
    border: 0px solid #46c692;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-bottom: 20px;
}
.single_save_brand_item:last-child{
	margin-bottom: 0px;
}
.save_brand_img{
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	margin-right: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.single_saves_text h5{
    color: #292929;
    font-size: 31px;
    font-weight: 600;
    font-family: "Manrope";
    margin-bottom: 6px;
}
.single_saves_text p{
    color: rgb(0 0 0);
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 400;
    font-family: "Manrope";
}
.saves_bottom_content {
	margin-top: 28px;
	text-align: center;
}
.saves_bottom_content h3 {
	font-size: 35px;
	color: #292929;
	font-family: "Manrope";
	font-weight: bold;
	margin-bottom: 12px;
}
.saves_bottom_content p{
    font-size: 25px;
    color: #29292991;
    font-weight: 600;
    font-family: "Manrope";
}
.saves_area {
    background: #f3fbf8;
    padding-top: 110px;
    padding-bottom: 150px;
}

/* save_area_Enbd */




/* question_ask_page */


.single_question{
	text-align: center;
	margin-bottom: 100px;
}
.single_question h4 {
    color: #292929;
    font-size: 30px;
    font-weight: 700;
    font-family: "Manrope";
    margin-bottom: 26px;
}
.single_question p {
    font-size: 19px;
    color: #8D8D8D;
    font-family: "Manrope";
    font-weight: 500;
    line-height: 1.8;
}



/* question_ask_page_end */


/*-----------------------------------input switch style--------------------------------*/
.switch_common>li{
    margin-right: 30px;
    vertical-align: middle;
}
.switch_common>li:last-child{
    margin-right: 0px;
}
.switch_common .switch {
    visibility: hidden;
    margin-left: -9999px;
    position: absolute;
}
.switch_common label{
    margin-bottom: 0;
}
.switch_common .switch + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    border-radius: 80px;
    border: 1px solid #ddd;
    user-select: none;
}
.switch_common .switch + label::before {
	right: 0px;
	background: #E9F7F2;
	border-radius: 75px;
}
.switch_common .switch + label:after {
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.switch_common .switch + label:before,
.switch_common .switch + label:after {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
}
.switch_common .switch:checked + label:before {
    background-color: #2DCA8C;
}
.switch_common .switch:checked + label {
	border-color: #2DCA8C;
}



/*-------------large switch--------------*/
.lg_switch .switch + label {
	height: 41px;
	width: 90px;
}
.lg_switch .switch + label::after {
	width: 30px;
	height: 30px;
	margin-top: 4.3px;
	margin-left: 6px;
}
.lg_switch .switch:checked + label::after {
	margin-left: 50px;
}

.pricing_switch_area {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 40px;
}

.pricing_switch_wrapper span{
	color: #8A94A6;
	font-size: 20px;
	font-weight: 500;
	font-family: "Inter";
	margin: 0px 15px;
	line-height: 1;
}

.pricing_switch_wrapper  span.save_percent {
    position: absolute;
    left: 100%;
    width: max-content;
    padding: 8px 14px;
    display: block;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 600;
    border: 1px solid;
    color: #ffb13f;
    bottom: 80%;
    border-bottom-left-radius: 0px;
    min-height: 32px;
}
.vs_area {
    height: 124px;
    width: 124px;
    border-radius: 50%;
    background: #4f5959;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    box-shadow: 5px 10px 60px 4px #b9b9b9;
    position: absolute;
    right: -70px;
    top: 43%;
    transform: translateY(-50%);
    z-index: 1;
}


.panel_body_yearly{
	opacity: 0;
	visibility: hidden;
	display: none;
}
.panel_body_monthly{
	opacity: 0;
	visibility: hidden;
	display: none;
}
.panel_body_monthly.show{
	opacity: 1;
	transition: .3s;
	display: flex;
}
.panel_body_yearly.show{
	opacity: 1;
	transition: .3s;
	display: flex;
}


.feature_pri_img img {
    max-width: 256px;
}


.featuresection {
    width: 100%;
    border-radius: 16px;
    padding: 0;
}

/* pricing-page_End */


p#news-signup_close {
    cursor: pointer;
}
