/*
Theme Name: MOBIO
Text Domain: mobio
Version: 2.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Mobio description
Author: The Mobio Team
Author URI: https://mobio.io/
Theme URI: https://mobio.io/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	
----------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */

@font-face {
	font-family: "SVN-Poppins";
	font-weight: 100 900; /* stylelint-disable-line font-weight-notation */
	font-style:normal;
	src: url(./assets/fonts/svn-poppins/svn-poppins-regular.ttf) format('woff2');
}

@font-face {
	font-family: "SVN-Poppins-SemiBold";
	font-weight: 100 900; /* stylelint-disable-line font-weight-notation */
	font-style:normal;
	src: url(./assets/fonts/svn-poppins/svn-poppins-semibold.ttf) format('woff2');
}

@font-face {
	font-family: "SVN-Poppins-Bold";
	font-weight: 100 900; /* stylelint-disable-line font-weight-notation */
	font-style:normal;
	src: url(./assets/fonts/svn-poppins/svn-poppins-bold.ttf) format('woff2');
}

@font-face {
	font-family: "SVN-Poppins-Medium";
	font-weight: 100 900; /* stylelint-disable-line font-weight-notation */
	font-style:normal;
	src: url(./assets/fonts/svn-poppins/svn-poppins-medium.ttf) format('woff2');
}


::-webkit-scrollbar {
	width: 10px;
	height: 8px;
	cursor: default;
}

::-webkit-scrollbar-thumb:hover {
	background: #9CA2AD;
	box-shadow: inset 0px 2px 2px rgba(183, 192, 207, 0.4);
}
::-webkit-scrollbar-thumb {
	border-radius: 4px;
	border: 2px solid #f2f4f8;
	background: #CDD0D6;
	box-shadow: inset 0px 2px 2px rgba(183, 192, 207, 0.4);
}
::-webkit-scrollbar-track:hover {
	background: transparent;
}
::-webkit-scrollbar-track {
	border-radius: 0;
	background: transparent;
}

.product-section-item {
	overflow: auto;
}

.product-section-item .container-left {
	width: 33.33%;
	text-align: left;
}

.product-section-item .container-right {
	padding-left: 100px;
	width: 66.67%;
}

.product-section-item .container-image{
	background: #FFFFFF;
	box-shadow: 0px 20px 50px rgba(59, 62, 67, 0.05);
	border-radius: 15px;
	padding: 18px;
	text-align: center;
	margin-top: 10px;
	margin-right: 20px;
}

.product-section-item .container-image img {
	width: 535px;
}

.product-item-label {
	line-height: 70px;
	font-size: 18px;
	color: #17A3DB;
	font-weight: 700;
}

.product-item-title {
	line-height: 70px;
	font-size: 55px;
	font-weight: 700;
	color: #3B3E43;
}

.product-item-sub {
	margin-top: 38px;
	font-size: 20px;
	line-height: 40px;
	font-weight: 400;
}

.product-item-more {
	margin-top: 37px;
}

.product-tab {
	height: 49px;
}

.product-tab-item p {
	font-size: 25px;
	line-height: 40px;
	text-align: center;
	font-weight: 700;
	cursor: pointer;
	color: #CEC2C2;
}

.product-tab-item.selected p {
	color: #0F9CD8;
}

.product-tab .divider-selected {
	position: absolute;
	bottom: 0px;
	height: 3px;
	background-color: #0F9CD8;
	left: 0px;
	width: 200px;
	z-index: 1;
}

.product-tab .divider {
	position: absolute;
	bottom: 1px;
	height: 1px;
	border-bottom: 1px solid #CEC2C2;
	left: 0px;
	width: 100%;
}


.product-section-item-2 {
	margin-top: 250px;
}

.home-product-section .product-section-item-2 .container-left{
	padding-left: 0px;
	padding-right: 100px;
	width: 66.67%;
}

.product-section-item-2 .container-image {
	margin-left: 20px;
	margin-right: 0px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.product-section-item-2 .container-image img {
	width: 100%;
}

.home-product-section .product-section-item-2 .container-right{
	padding-left: 0px;
	padding-right: 0px;
	width: 33.33%;
}

.product-section-item-2 .product-tab {
	margin-left: 45px;
	margin-right: 15px;
}

.product-section-item-2 .container-right {
	text-align: left;
}


.product-section-item:last-child {
	margin-top: 250px;
}

.product-section-item:last-child .container-image {
	padding: 30px;
}

.product-section-item:last-child .container-image img {
	width: 100%;
}

.home-section-why-choose {
	margin-top: 250px;
}

.section-why-choose-container {
	margin-top: 70px;
	margin-bottom: 70px;
}

.section-why-choose-container .why-choose-item {
	background: #FFFFFF;
	box-shadow: 0px 20px 50px rgba(59, 62, 67, 0.05);
	border-radius: 15px;
	margin: 20px;
	padding: 50px;
	margin-bottom: 50px;
}

.why-choose-item  .item-title {
	font-weight: 700;
	font-size: 36px;
	margin-top: 40px;
	line-height: 50px;
}

.why-choose-item  .item-title-sub {
	font-weight: 400;
	font-size: 18px;
	margin-top: 18px;
	min-height: 200px;
	line-height: 40px;
}

.why-choose-item .icon-container {
	background-color: #E7F2EF;
	width: 61px;
	height: 61px;
	box-shadow: 0px 10px 20px rgba(6, 77, 58, 0.03);
	border-radius: 15px;
}

.home-section-why-choose .mo-col-4:first-child .icon-container {
	background-color: #FFE7DB;
	box-shadow: 0px 10px 20px rgba(197, 158, 145, 0.1);
}

.home-section-why-choose .mo-col-4:last-child .icon-container {
	background-color: #FAF3D8;
	box-shadow: 0px 10px 20px rgba(190, 166, 115, 0.05);
}

.home-use-case {
	background-color: var(--pri);
	padding-top: 136px;
	padding-bottom: 130px;
	margin-top: 230px;
}

.case-study-container {
	background-color: #fff;
	box-shadow: 3px 20px 48px 12px rgba(59, 62, 67, 0.15);
	border-radius: 15px;
	margin-top: 50px;
	margin-bottom: 80px;
	margin-left: 37px;
	margin-right: 37px;
	padding-left: 90px;
	padding-right: 90px;
	padding-top: 36px;
	padding-bottom: 36px;
	overflow: hidden;
	height: 511px;
}

.case-study-container img {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0px;
	transform:translateY(-50%);
}

.case-study-container-tab {
	margin-top:-40px;
}

.case-study-container-tab-item {
	margin-right: 84px;
	cursor: pointer;
}

.case-study-container-tab-item img {
	width: 179px;
	height: 77px;
}

.case-study-container-tab-item:last-child {
	margin-right: 0px;
}


.breaking-case {
	box-shadow: 4px 4px 50px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	background-color: #fff;
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
	padding-top: 76px;
	padding-left: 80px;
	padding-right: 80px;
	padding-bottom: 76px;
	height: 650px;
	overflow: auto;
}

.breaking-case-col-item:first-child {
	padding-right: 36px;
}

.breaking-case-col-item:last-child img { 
	height: 100%;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}

/* customer case study */
.section-breaking-case {
	border-left: 15px solid #4CC1EE;
	margin-right: 40px;
	margin-left: 40px;
	
}

.case-study {
	border-left: 15px solid #4CC1EE;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 100px;
	padding-bottom: 100px;
}

.customer-case {
	border-left: 10px solid #4CC1EE;
}

.mo-row {
	margin-left: 0px;
	margin-right: 0px;
}

.mo-row-3 .mo-column {
	margin-left: 25px;
	margin-right: 25px;
}

.mo-row-3 .mo-col:last-child .mo-column, 
.mo-row-2 .mo-col:last-child .mo-column{
	margin-right: 40px;
}

.mo-row-3 .mo-col:first-child .mo-column, 
.mo-row-2 .mo-col:first-child .mo-column {
	margin-left: 40px;
}

.mo-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	height: 100% !important;
	box-shadow: 4px 4px 50px 5px rgba(0, 0, 0, 0.1);
	background-color: #FFFFFF;
	border-radius: 15px;
}

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

.mo-row-1 .case-study {
	padding-right: 120px;
	padding-left: 120px;
	margin-left: 40px;
	margin-right: 40px;
}

.mo-row-1 .case-study p {
	max-width: 570px;
}

.mo-row-2 .case-study p {
	max-width: 450px;
}

.mo-row-2 .case-study {
	margin-left: 25px;
	margin-right: 40px;
}

.top-item-icon {
	width: 60px;
	height: 60px;
}

.section-contact-sale {
	padding-top: 100px;
	padding-bottom: 80px;
	margin-bottom: -150px;
}

.section-connect {
	padding-right: 75px;
	padding-left: 75px;
	padding-top: 70px;
	padding-bottom: 70px;
	margin-bottom: -95px;
}

.tab-button button {
	padding-top: 35px;
	padding-bottom: 35px;
	border-radius: 15px;
	background-color: #fff;
	box-shadow: 4px 4px 50px rgba(0, 0, 0, 0.1);
	width: 320px;
}

/* .tab-button button:first-child {
	margin-left: 40px;
}

.tab-button button:last-child {
	margin-right: 40px;
} */

.tab-button button.selected {
	background-color: #4CC1EE;
	color: #fff;
}

.img-container {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 4px 4px 50px rgba(0, 0, 0, 0.1);
	padding: 30px 20px;

}

.img-container img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/**
	--- footer ----=
*/

.talk-to-section {
	border-bottom: 1px solid #fff;
	/* background: linear-gradient(249.78deg, #51C3EF -0.64%, #14A7E2 103.6%); */
	
}

.talk-to-container {
	padding-left: 150px;
	padding-right: 150px;
}

.talk-to-container .talk-to-info {
	max-width: 400px;
}

.talk-to-container .mo-col-6:last-child img {
	width: 100%;
}

.footer {
	background: #009cdb;
	padding-top: 170px;
	padding-bottom: 57px;
	width: 100%;
	overflow: auto;
	position: relative;
}	

.footer-inner-container {
	padding-left: 150px;
	padding-right: 150px;
}

.footer-menu-col-item a {
	display: block;
	font-weight: 500;
	line-height: 16px;
	transition: none;
}
.menu-list a{
	display: block;
}
.footer-menu-col-item a:active, .menu-top-item > a:active {
    color: #fff !important;
}

.footer-menu-col-item a:hover {
	color: #0F9CD8;
}

.footer-menu-container {
	padding-left: 75px;
	padding-right: 75px;
	flex-flow: row wrap;
}

.footer-divider {
	width: 100%;
	height: 1px;
	background-color: #fff;
}
.footer-menu-col-item.follow-us{
	flex-flow: column;
}

/* .section-insights-row {
	background-color: #FFFFFF;
	box-shadow: 4px 4px 50px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	width: 100%;
	margin-top: -170px;
	padding: 50px 30px;
} */

.icon-top-m {
	width: 40px;
	height: 40px;
}

.icon-top-l {
	width: 60px;
	height: 60px;
}

.icon-top {
	width: 75px;
	height: 75px;
}


.use-case-tab-item img{
	height: auto;
	width: 130px;
	cursor: pointer;
}

.use-case-tab-item .tab-img-selected {
	display: none;
}

.use-case-tab-item .tab-img-normal {
	display: block;
}

.use-case-tab-item.selected .tab-img-selected {
	display: block;
}

.use-case-tab-item.selected .tab-img-normal {
	display: none;
}

.title-sm {
	font-size: 18px;
	font-weight: 700;
	color: #453131;
	opacity: 0.5;
	text-align: center;
	text-transform: uppercase; 
	line-height: 125%;
}

.title-sm-1 {
	font-size: 18px;
	font-weight: 700;
	color: #0F9CD8;
	text-transform: uppercase; 
	line-height: 125%;
}

.title {
	line-height: 120%;
	font-size: 56px;
	font-weight: 700;
	color: #3B3E43;
}

.title-sub {
	font-size: 20px;
	color: #000;
	line-height: 180%;
}

.title-sub p {
	max-width: 900px;
}

.title-sub-l p {
	max-width: 1180px;
}

.title-1 {
	line-height: 120%;
	font-size: 36px;
	font-weight: 700;
	color: #3B3E43;
}

/*** column container ***/
.col-container {
	margin-left: 25px;
	margin-right: 25px;
	/* margin-top: 20px;
	margin-bottom: 40px; */
	background-color: #FFFFFF;
	box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	padding: 50px;
	height: 100%;
}

.col-container-img {
	width: 100%;
	padding-top: 56.25%;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	position: relative;
}

.col-container-img img {
	position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tenant-item {
	float: left;
	padding-top: 28px;
	padding-left: 50px;
	padding-right: 50px;
}

.tenant-item img {
	width: 110px;
	height: 55px;
}

.tenants {
	max-width: 1000px;
}

.divider-selected {
	transition: all 0.25s;
}

.accord-item-content {
	transition: all 0.25s;
}


.avatar-container {
	width: 201px;
	height: 201px;
	border-radius: 100px;
	border: 1px solid black;
}

.avatar-container img {
	width: 200px;
	height: 200px;
	border-radius: 100px;
	object-fit: cover;
	border: none;
}

.tab-image-item { transition: all 0.25s;}
.tab-feature-image { height: 550px; }

.vision-icon { 
	width: 200px;
	height: 200px;
	border-radius: 100px;
	flex: 0 0 200px;
}

.divider-vision-item {
	background-color: #fff;
	width: 8px; 
	border-radius: 4px;
	height: 24px;
}

.item-1 { height: 40px;}
.item-2 { height: 56px;}

.journey-year-item { width: 200px;}

.journey-divider-bottom {
	bottom: 0px;
	height: 0px;
	width: 100%;
	border-bottom: 5px dashed #C4C4C4;
}

.culture-circ {
	border-radius: 30px;
	width: 60px;
	height: 60px;
}

/**** SLIDES ***/
.slides-wrapper {
	overflow: hidden !important;
}

.overflow-hidden { overflow: hidden !important; }
.overflow-visible { overflow: visible !important; }

.slides {
	left:0px;
	top:0px;
}

.slides.shifting {
  transition: left .2s ease-out;
}

.slides .slide-item { 
	flex: 0 0 100%;
}

.prev-slide, .next-slide {
	height: 40px;
	width: 40px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 40px;
}

.triangle-left {
	margin-left: 10%;
	width: 0; 
  height: 0; 
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  
  border-left: 12px solid #fff;
}
.triangle-right {
	margin-left: -15%;
	width: 0; 
  height: 0; 
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  
  border-right: 12px solid #fff;
}
.partner-logo {
	height: 60px;
	width: auto;
}
.contact-form, .contact-form-sub {
	top: 130px;
	left: 50%;
	width: 700px;
	background-color: #fff;
	z-index: 99;
}

.contact-form input, .contact-form textarea, .contact-form-sub input {
	/* border: 1px solid rgba(0, 0, 0, 0.5); */
	border-radius: 5px;
	padding: 16px 20px;
	font-size: 18px;
}

.contact-form textarea {
	width: 100%;
	height: 100px;
}
.contact-form-sub input {
    height: 38px;
    font-size: 16px;
}

.custom-select {
	border: 1px solid rgba(0, 0, 0, 0.5);
	padding: 20px 20px;
	border-radius: 10px;
	background-color: #fff;
	overflow: hidden;
}

.tab-content-item, .tab-item-image, .tab-item-info {
	transition: all 0.45s;
}

.menu-mobile-container a {
	text-decoration: none !important;
}

.tenant-top-tem {
	height: 60px;
	width: 174px;
}

.culture-icon {
	width: 60px;
	height: 60px;
}

.social-link {
	width: 30px;
	height: 30px;
}

.img-shadow {
	-webkit-filter: drop-shadow(16px 80px 48px rgba(0, 0, 0, 0.1));
	filter: drop-shadow(16px 80px 48px rgba(0, 0, 0, 0.1));
}

.contact-form .btn-submit{
	width: 200px;
}
button.btn-submit.disable {
    pointer-events: none;
    opacity: .5;
}

.select-dropdown select{
	outline: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: 1px solid rgba(0,0,0,0.5);
	border-radius: 5px;
	padding: 10px 15px;
	color: #000;
    height: 37px;
    line-height: 15px;
}

.select-dropdown .arrow {
	right: 15px;
	border-color: #000;
	border-width: 0 1px 1px 0px;
	padding: 4px;
	margin: 0;
    position: absolute;
    top: 12px;
}

.overlay-modal, .overlay-request {
	position: fixed;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background: linear-gradient(161.33deg, rgba(0, 0, 0, 0.64) 2.06%, rgba(0, 0, 0, 0.64) 95.79%);
	z-index: 10000;
}

.modal-container, .modal-container-2 {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 20000;
	background-color: #fff;
	border-radius: 20px;
	max-height: 90%;
	max-width: 90% !important;
  overflow: auto;
	animation: pop-in .3s ease;
	width: 500px;
}

@keyframes pop-in {
	0% { opacity: 0; transform: translate(-50%, -50%) scale(0.5); }
	100% { opacity: 1; transform: translate(-50%, -50%) scale(1); }
  }

.scroll-tab, .scroll-tabs, .text-tab {
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
}

.icon-m {
	width: 43px;
	height: 43px;
}

.col-container {
	margin-left: 35px;
	margin-right: 35px;
	padding: 33px;
}

.input-wrap {
	height: 45px;
	font-size: 14px;
}

.input-wrap input {
	font-size: 14px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.header-bg {
	height: 900px;
}

.menu-top, .menu-top-container {
	height: 60px;
}

.icon-top {
	width: 50px;
	height: 50px;
}

.use-case-tab-item img {
	width: 135px;
}

.input-wrap-action .input-action {
	flex: 0 0 150px;
	width: 150px;
}

.footer-inner-container {
	padding-left: 80px;
	padding-right: 80px;
}
.footer-menu-col-item.address {
    margin-left: 0px;
}
.footer { padding-top: 120px; }

.header-bg-page, .header-page {
	height: 700px;
}

.header-bg-products, .header-page-products {
	height: 850px;
}

.header-bg-header-partners, .header-partners {
	height: 550px !important;
}

.section-contact-sale {
	padding-top: 70px;
	padding-bottom: 50px;
	margin-bottom: -120px;
}

.tab-button button {
	width: 250px ;
	padding-top: 25px;
	padding-bottom: 25px;
}

.divider-item {
	height: 3px;
	width: 100px;
}

.journey-year-item {
	width: 165px;
}

.contact-form input, .contact-form textarea {
	font-size: 14px;
	padding: 7px 12px; 
}

.contact-form, .contact-form-sub {
	top: 30px;
	width: 550px;
}
.contact-form-sub.footer-mail input {
    height: 48px !important;
    border: 0;
}
.footer-mail .msg-error {
    position: absolute;
    bottom: -20px;
}
.contact-form input { height: 37px;}
#to-top.on {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
}

#to-top {
    position: fixed;
    right: 20px;
    bottom: 22px;
    transform: scale(0,0);
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -ms-transform: scale(0,0);
    width: 40px;
    height: 40px;
    display: inline-block;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    text-align: center;
    font-size: 0;
    line-height: 40px;
    cursor: pointer;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    display: block!important;
    z-index: 999;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
#to-top.on {
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
	background: #55cbf5;
}
#to-top a:hover, #to-top a:focus, .menu-top-item > a:hover {text-decoration: none;}
#to-top a:after {
    top: 18.5px;
    right: 10px;
    content: "";
    font-size: 18px;
    font-weight: 300;
    background: #fff;
    position: absolute;
    width: 13px;
    height: 2px;
    transform: rotate(48deg);
}
#to-top a:before {
    top: 18.5px;
    left: 9.5px;
    content: "";
    font-size: 18px;
    font-weight: 300;
    background: #fff;
    position: absolute;
    width: 13px;
    height: 2px;
    transform: rotate(-48deg);
}
a.scroll-button {
    display: block;
	border-radius: 100%;
	box-shadow:0px 0px 8px rgb(0 0 0 / 36%);
}
.tl-r {
    text-align: right;
}
.tl-l {
    text-align: left;
}
.title-tag{font-size: 18px;}
button.breaking-ebook {
    width: max-content;
}
.download-ebook .overlay-modal {
    display: none;
}
/*style for widget*/
.career_builder a, .related-career a{
display: block;
cursor: pointer;
}
.career_builder a:hover, .career_builder a:focus, .related-career a:hover, .related-career a:focus{
	text-decoration: none;
}
.career_builder a p{
	color: #222;
}
.related-career img.img-location {
    position: absolute;
    left: 32px;
	opacity: .9;
	padding-top: 2px;
}
.career_builder img.img-location{
	position: absolute;
    left: 25px;
	opacity: .9;
	padding-top: 5px;
}
.career_builder > .mo-col-4 {
    margin-bottom: 40px;
}
.header-career button.btn-subscript:not(.career) {
    display: none;
}
/*single career*/
.info-details p, .info-details ul li {
    line-height: 30px;
}
.related-career .customer-case > img {
    height: 48px;
}
.related-career .content-job {
    width: calc(100% - 50px);
    padding-left: 10px;
}
span.featured {
    background: #FB544C;
    padding: 0px 10px;
    position: absolute;
    right: 10px;
    top: 25px;
	line-height: 25px;
}
.back-white .menu-logo-normal{
    display: none;
}
.back-white .burger::after, .back-white  .burger::before, .back-white .burger{
	background-color:#4ABFED ;
}
.back-white .menu-logo-fixed {
    display: block !important;
}
.back-white .menu-top .menu-top-item .c-fff,.back-white .menu-top .menu-top-item h6 {
    color: #222 !important;
}
.back-white .menu-top .arrow {
    border-color: #000; 
}
.back-white .menu-top button.btn-request {
    background: #0F9CD8 !important;
    color: #fff !important;
}
/*blog page*/
.footer-blog .email-submit{
	display: flex;
    justify-content: center;
    align-items: center;
}
.footer-blog .input-wrap {
    border-radius: 10px 0 0 10px;
}
.footer-blog button.btn-subscript {
    border-radius: 0 10px 10px 0;
}
.footer-blog .msg-error {
    position: absolute;
    bottom: 5px;
}
.blog-page .menu-top, .menu_relative .menu-top {
    top: 0;
	position: relative;
}
.blog.list-categories .name {
    text-transform: uppercase;
}
article a.blog-image {
    display: block;
    overflow: hidden;
	border-radius: 10px;
}
article a.blog-image img {
    transition: .5s;
	width: 100%;
}
article.post-item header a{
	position: relative;
}
article.post-item header a:before, article.post-item header a:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}
article.post-item header:hover a:before{
	background-color: rgba(255,255,255,0.2);
    right: 50%;
    left: 51%;
}
article.post-item header:hover a:after{
	background-color: rgba(255,255,255,0.2);
    top: 50%;
    bottom: 50%;
}
/* article.post-item header:hover img {
    transform: scale(1.2);
} */
.view-all:before, .row-tabs .tabs li.current span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    /* background: #009cdb; */
    bottom: -2px;
}
.style_6 .row-tabs .tabs li.current span:before{
	display: none;
}
header.library:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(90.06deg, rgba(0, 0, 0, 0.2) 0.06%, rgba(0, 0, 0, 0) 99.95%);
    z-index: 1;
    height: 100%;
}
.library .tag.c-primary, .library h1.post-title, .library .excerpt {
    text-shadow: 0px 2px 4px rgb(0 0 0 / 25%);
}
.library-ebook .auto-container .b-fff {
	margin: 0 !important;
	box-shadow: 2px 2px 10px rgb(0 0 0 / 20%);
}
.library-ebook .auto-container .b-fff > div:first-child{
	width: 60%;
}
.library-ebook .auto-container .b-fff > div:last-child{
	width: 40%;
}
.library-ebook button.breaking-ebook {
    background: #139CD6;
}
.post-article.style_1 .post-info {
    position: absolute;
    bottom: 30px;
	z-index: 10;
}
.style_1 .post-item {
    position: relative;
}
.style_1 .owl-carousel .read-in img {
    width: 20px;
}
.style_1 .owl-carousel .read-in {
    position: absolute;
    right: 30px;
    bottom: 40px;
    color: #fff !important;
    z-index: 9;
    align-items: center;
}
.post-article.style_1 .owl-carousel .post-info{
	max-width: 450px;
	bottom: 0;
}
img.logo-customer-case {
    max-width: 150px;
}
.post-article.style_1 .post-info a{
	color:#fff;
}
.post-article.style_1 .post-info .entry-title {
    font-size: 25px !important;
	color:#fff !important;
}
.style_1 .post-img span {
    left: 30px;
    top: 30px;
}
.post-article.style_1 article.post-item header:before {
    content: "";
    width: calc(100%);
    height: calc(100%);
    background: linear-gradient(180deg, rgba(69, 49, 49, 0) 0%, rgba(34, 34, 34, 0.2) 48.96%, #453131 99.99%, rgba(34, 34, 34, 0.5) 100%);
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
	border-radius: 10px;
	z-index: 9;
}
.line-clamp, .clamp{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.line-clamp-3{
	-webkit-line-clamp: 3;
}
.line-clamp-4{
	-webkit-line-clamp: 4 !important;
}
span.color-accent {
	display: none;
}
.line-clamp-1{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.post-article.style_2 article.post-item {
    align-items: center;
}
.sidebar .post-article.style_2 article.post-item{
	padding-left: 0 !important;
}
.post-article p.categories.c-pri a {
    color: #4CC1EE;
}
.post-article.style_3 header.post-img {
    max-width: 150px;
}
.post-article.style_3 header .blog-image {
    border-radius: 100%;
}
.style_4 .content-bot.d-f {
    justify-content: space-between;
}
.style_7 .post-info {
	padding: 0 32px 32px;
}
.style_7 header.post-img {
	max-height: 300px;
	overflow: hidden;
}
.icon-load.loading:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid;
    border-radius: 100%;
    right: 10px;
    border-top-color: #000;
	animation: spin .5s infinite linear;
}
.icon-load{
	position: relative;
}
@keyframes spin {
	0% {
	  -webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(359deg);
	  transform: rotate(359deg);
	}
  }
  .icon-load.disable {
    pointer-events: none;
}
a.loadmore-post:hover {
    background: #55cbf5 !important;
    color: #fff !important;
}
.blog-scroll .owl-carousel .owl-stage-outer{
	overflow: visible;
}
.post-list.owl-carousel .owl-item .blog-image {
    max-height: 500px;
    border-radius: 10px;
}
ul.social-sharing li {
    display: inline-block;
    background: #333;
    border-radius: 40px;
    text-align: center;
    padding:5px 10px;
}
ul.social-sharing li:hover{
	background-color: #4CC1EE;
} 
.single-post .nav-links {
    display: flex;
    justify-content: space-between;
}
.nav-links > div a {
    display: grid;
	text-decoration: none;
}
nav.navigation.post-navigation {
    border-top: 1px solid #c5b6b6;
    padding-top: 30px;
}
.owl-dots>.owl-dot>span {
    content: "";
    width: 10px;
    height: 10px;
    background: #979797;
    border-radius: 50%;
    display: block;
    margin: 0 5px;
}
.owl-dots > div {
    display: inline-block;
    left: 0px;
    position: relative;
    margin-top: 20px;
}
.customer-slider .owl-dots > div {
	top: 0px;
}

.owl-dots>.owl-dot.active>span{
	background: #0F9CD8;
}
.owl-nav > div.owl-prev:before {
	content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    background-image: url(./images/prev.svg);
    border: 1px solid #d9caca;
    right: 80px;
    padding-left: 12px;
    font-size: 30px;
    line-height: 42px;
    margin-top: 10px;
    border-radius: 5px;
    background-size: cover;
	opacity: .5;
}
.owl-nav > div.owl-next:before {
    content: "";
    position: absolute;
    width: 45px;
    height: 45px;
    background-image: url(./images/next.svg);
    border: 1px solid #d9caca;
    right: 15px;
    padding-left: 15px;
    font-size: 30px;
    line-height: 42px;
    margin-top: 10px;
    border-radius: 5px;
		background-size: cover;
		opacity: .5;
}
form.search-form {
    display: flex;
    border: 1px solid #C4C4C4;
    border-radius: 8px;
    align-items: center;
    height: 52px;
    justify-content: space-between;
}
form.search-form.loading:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid var(--pri);
    z-index: 9999;
    border-radius: 100%;
    border-top-color: #fff;
    animation: spin .7s infinite;
		right: 45px;
}
form.search-form input {
    height: 52px;
    line-height: 40px;
		font-size: 16px;
}
form.search-form input[type="submit"]{
	width: 52px;
}
form.search-form label {
    margin-bottom: 0;
}
 form.search-form input.search-submit {
    max-width: 75px;
    border-radius: 40px;
    background: #4cc1ee;
    height: 34px;
    color: #fff;
    padding-left: 10px;
    margin-right: 2px;
}
.search-page form.search-form, .taxonomy-page form.search-form, form.search-usecases{
	width: 100%;
	max-width: 100%;
	width: 100%;
	max-width: 100%;
	border-radius: 120px !important;
	box-shadow: 0px 4px 32px 0px #A4BECC52;
	border: none;
}
.search-page .search-form-nothing {
    width: 90%;
}
.search-page .search-form-nothing form input.search-submit {
    max-width: 200px;
    height: 42px;
    border-radius: 0;
}
.search-page .search-form-nothing form input.search-submit:hover {
    background: #000;
    color: #fff;
}
aside#sidebar .widget-container {
    margin-bottom: 30px;
}
.hover_1{
	position: relative;
	border: 1px solid;
}
.hover_1:hover{
	color: #fff;
	border:1px solid #4ac0ed !important;
}
.hover_1:before{
	width: 100%;
	height: 100%;
	content: '';
	margin: auto;
	position: absolute;
	top: 100%;
    left: 0%;
	background: #4ac0ed;
	transition: all .5s;
	z-index: -1; 
	opacity: 0;
}
.hover_1:hover:before{
	top:0;
	left: 0;
	opacity: 1;
	
}
.page-numbers.current, .page-numbers {
	font-size: 15px;
	padding: 0 11px;
	height: 44px;
	width: 44px;
	line-height: 44px;
	text-align: center;
	color: var(--pri);
	display: inline-block;
	position: relative;
	margin: 0px 5px;
	border: 1px solid var(--pri);
	border-radius: 8px;
}
li.last:not(.current) a, li.first:not(.current) a {
    line-height: 32px !important;
}
.page-numbers:active {
    color: #fff !important;
}
a.next.page-numbers:before {
    content: ">";
}
a.prev.page-numbers:before{
	content: "<";
}
.row-content .page-numbers:before {
    display: none;
}
.page-numbers:hover, .page-numbers:focus, .page-numbers.current {
	color: #fff;
	background: var(--pri);
	text-decoration: none;
}
.search-page .pagination{
display: inline-block;
margin-bottom: 40px;
}
.search-page header.page-header span {
    color: #0f9cd8;
}
.wp-block-columns, .wp-block-group {
    width: 100%;
}

.style_3:not(.load-more) article.post-item, .style_4:not(.load-more) article.post-item {
	position: relative;
	transform: translateY(150px);
	opacity: 0;
	transition: 1s all ease;
  }
  
.style_3:not(.load-more) article.post-item.animate, .style_4:not(.load-more) article.post-item.animate{
	transform: translateY(0);
	opacity: 1;
  }
  input#term {
		width: 1.5rem;
    height: 1.5rem;
		padding: 0;
		cursor: pointer;
}
/*slider use case*/
.use-case .owl-carousel .owl-dots {
	bottom: -35px;
	top: auto;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
  }
  .use-case .owl-dots > div {
    display: inline-block;
    left: 0;
    position: relative;
    top: 15px;
}
  .use-case .owl-carousel .owl-dots>.owl-dot>span{
	background: #e1d2d2;
  }
  .use-case .owl-carousel .owl-dots>.owl-dot.active>span {
	background: #fff;
  }
  .about-slides.owl-carousel .owl-dots>.owl-dot.active>span{
	background: #222;
  }
  .about-slides.owl-carousel .owl-dots {
    width: 100%;
    bottom: -20px;
    text-align: center;
}
  .use-case .owl-nav > div.owl-prev:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 12px solid #42bcec;
    right: 15px;
    padding: 0;
    background: none;
    border-radius: 0;
    border-left: 0;
    top: 2px;
	opacity: 1;
}
.use-case .owl-nav > div.owl-next:before{
	content: "";
    margin-left: 10%;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid #42bcec;
    background: none;
    border-right: 0;
    border-radius: 0;
    top: 2px;
	left: 12px;
	opacity: 1;
}
.use-case .owl-nav > div {
    width: 40px;
    height: 40px;
    background: #fff;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
	border-radius: 100%;
}

.use-case .owl-nav > div.owl-prev {
    left: -80px;
}
.use-case .owl-nav > div.owl-next {
    right: -80px;
}
aside.mo-toc ol:first-child{
	margin-bottom: 0;
}
aside.mo-toc ol li ol {
    padding-left: 20px;
}
aside.mo-toc ol li a.active {
	color: var(--pri);
}
aside.mo-toc ol li a {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 20px;
	color: #6A7383;
	font-family: 'SVN-Poppins-Medium';
}
.author-info .avatar {
    max-width: 90px;
	border-radius: 100%;
}
.info-content .author-top .avatar {
    max-width: 60px;
}
/*style for help-center*/
.help-center .menu-top {
    top: 0;
}
header.background .help-center .header-bg {
background-position-y: -150px;
height: 600px;
top: 60px;
}
.search-help form#searchform {
    background: #fff;
    border-radius: 50px;
	height: 40px;
}
.search-help form#searchform input{
	height: 30px;
}
.search-help form#searchform img{
	position: absolute;
	right:0;
	pointer-events: none;
}
.help-center .info-post ul li, ul.all-custom-post-taxonomy li{
	list-style-type:none ;
}

/*style for single help-center*/

.single-help .short-description:before, .cate-help .short-description:before {
    content: "";
    position: absolute;
    height: 4px;
    width: 100px;
    background: #139cd6;
    bottom: -25px;
    border-radius: 10px;
}
.breadcrumb-help a {
    padding-right: 20px;
}
.breadcrumb-help a, .breadcrumb-help span {
    position: relative;
}
span.bn-arrow:before {
    content: "";
    width: 8px;
    height: 1.3px;
    background: #139CD6;
    position: absolute;
    transform: rotate(25deg);
    top: 9px;
    right: 5px;
}
span.bn-arrow:after {
    content: "";
    width: 8px;
    height: 1.3px;
    background: #139CD6;
    position: absolute;
    transform: rotate(-25deg);
    top: 12.5px;
    right: 5px;
}
li.cat-parent > h4 > i.arrow-drop {
    border: solid #0f9cd8;
    border-width: 0 2px 2px 0;
    display: block;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(-45deg);
    transition-duration: 0.5s;
    transition-property: transform;
    width: 7px;
    height: 7px;
    margin-left: 10px;
    margin-top: 3px;
}
li > h4.on > i.arrow-drop {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: 0;
}
ul.product-categories li.cat-parent>span.icon-toggle {
    position: absolute;
    color: #9c9c9c;
    right: 0;
    top: 8px;
    z-index: 2;
    display: inline-block;
    width: auto;
    height: auto;
    text-align: right;
    line-height: 23px;
    cursor: pointer;
}
ul.help-categories li {
    list-style-type: none;
	position: relative;
}
ul.help-categories li.current a:before {
    content: ">>";
    position: absolute;
    right: 0;
    color: #0f9cd8;
}
ul.help-categories li.current a{
    color: #0f9cd8 !important;
}
.help-categories-list ul.children li {
    list-style-type: none;
	position: relative;
}
.main-content .help-categories-list ul.children li.post-help:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #0f9cd8;
    border-radius: 100%;
    left: -15px;
    top: 11px;
}
.use-case .about-slides .owl-nav > div{
    background: #55cbf5;
}
.use-case .about-slides .owl-nav > div.owl-next {
    right: -50px;
}
.use-case .about-slides .owl-nav > div.owl-prev {
    left: -50px;
}
.use-case .about-slides .owl-nav > div.owl-next:before{
	border-left-color:#fff;
}
.use-case .about-slides .owl-nav > div.owl-prev:before{
	border-right-color:#fff;
}
/*style for only Firefox*/
@-moz-document url-prefix() {
	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .f-b, .f-w-5, .f-w-6, .f-w-7 {
		font-weight: 400 !important;
	}
  }
  .coming-soon-container .input-wrap-action .input-action {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
/*style for lít post by category*/
.row-content.loading:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 60%);
    position: absolute;
    z-index: 9;
}
.row-content.loading:after{
	content: "";
    background-image: url(./images/loading.svg);
    z-index: 10000;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    background-size: cover;
    background-position: center;
    transform: translate(-50%, -50%);
}
.row-tabs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tags a {
    color: var(--pri-d);
}
.style_7 p.tags a, .style_8 p.tags a, .style_9 p.tags a, .style_10 p.tags a {
	background: var(--pri-l2);
	padding: 4px 20px;
	border-radius: 80px;
	display: inline-block;
	text-wrap: nowrap;
	font-size: 14px;
}
.style_7 .content-bot {
	border-top: 1px solid var(--disabled);
}
.style_9 a.blog-image {
	max-height: 200px;
}
.library-blog.breaking .b-fff {
    margin: 0 !important;
}
.b-primary .input-border-left {
    border-left: solid 5px #4CC1EE;
}
.row-tabs ul li:last-child {
    margin-right: 0 !important;
}
.mobio-breadcrumbs-content a {
    color: var(--pri);
}
.mobio-breadcrumbs-content svg path{
	fill: #353C46;
}
.social-share {
    justify-content: space-between;
}
.sidebar .post-article.style_2 article.post-item .post-img {
    max-width: 100px;
}
.sidebar .post-article.style_2 article.post-item h5 {
    font-size: 15px !important;
    padding: 0 !important;
	font-weight: 500;
}
.sidebar .title-block.title-list {
    font-size: 22px !important;
}
.sidebar .read-in {
    font-size: 14px !important;
}
.sidebar .read-in img {
    width: 15px;
    margin-right: 5px !important;
}
.sidebar .post-list {
    margin: 0;
}
.sidebar .post-article.style_2 article.post-item .entry-summary,.sidebar .post-article.style_2 article.post-item  .categories  {
	display: none;
}
.sidebar .post-article .date-time{
	margin-top: 5px !important;
}
.sidebar .post-article.style_2 article.post-item .post-info {
    flex: none !important;
    width: calc(100% - 100px);
}
.social-share a:hover {
    padding: 3px 10px 3px 5px;
    border-radius: 20px;
    transition: .5s;
}
.social-share a.face-book:hover{
	background-color:#337fff;
}
.social-share a.twitter:hover{
	background-color:#33ccff;
}
.social-share a.pinterest:hover{
	background-color:#e9141c;
}
.social-share a.whatsapp:hover{
	background-color:#04a00e;
}
.social-share a.email:hover{
	background-color:#ff802c ;
}
.social-share a{
	padding: 3px;
	transition: .5s;
}
.so-link img {
    width: 30px;
}
.social-share a:hover span {
    display: inline-block !important;
}
form#searchform img {
    position: absolute;
    right: 0;
    pointer-events: none;
}
input:-internal-autofill-selected {
	box-shadow: 0 0 0 30px white inset !important;
}
.email-submit input:-internal-autofill-selected{
	height: 40px;
}
.search-form input:-internal-autofill-selected{
	height: 36px;
	margin-left: 5px;
}
 .news-events .post-list {
    padding: 0 !important;
    margin: 30px -15px 0 !important;
}
.post-in p.f-b.f-18 {
    color: #0f9cd8;
}
.post-in p.f-b.f-38 {
    color: #222 !important;
	font-weight: 500;
}
.nav-dots-tab {
    transition: .5s;
}
.info-content {
    z-index: 3;
}
.single-post figure.featured-image:before, figure.feature-image:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: -1;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.single-post figure.featured-image:hover::before , figure.feature-image:hover:before{
	z-index: 2;
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.icon-contact{
	flex: 0 0 70px;
	border-radius: 7px 0 0 7px;
}
.tab-pricing{
	cursor: pointer;
	list-style-type: none;
	transition: .1s;
	height: 56px;
}
.tab-pricing-v2 .tab-pricing {
	padding: 10px 48px;
}
.tab-pricing-v2 .tab-pricing.active {
	background: var(--pri);
	border-radius: 32px;
}
.tab-pricing-v2 .tab-pricing.active a{
	color: #fff;
	line-height: normal;
}
.item-content{
	transition: .4s;
}
.item-package.active{
	color: #009cdb !important;
}
.item-package.active:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	background: #4BBFEB;
	bottom: -5px;
	border-radius: 5px;
	animation: zero-to-full ease-in-out .4s;
}
@keyframes zero-to-full {
	0%{width: 0;}
	100%{width: 100%;}
}
.toggle-off{
	opacity: 0;
	visibility: hidden;
	height: 0;
	transform: translateY(-100px);
	padding: 0 !important;
	position: absolute;
	width: 100%;
	top: 0;
}
.toggle-off * {
	display: none;
}
.pricing-container .sidebar-left{
	position: sticky;
	top: 75px;
	max-width: calc(25% - 5px);
}
.toggle-content .mo-content{
	display: none;
}
.toggle-content .mo-title svg{
	transition: .3s;
}
.toggle-content .mo-title.show svg{
	transform: rotateZ(180deg);
}
.divider-toggle {
	width: 100%;
	height: 1px;
	background: var(--border);
}
.trust-pricing .auto-container {
	padding: 0;
}
.trust-pricing .auto-container > div {
	flex-flow: row wrap;
}
.trust-pricing .tenant-top-item {
	width: 33.33%;
	/* flex: 0 0 33.33%; */
	margin: 0 0 15px 0 !important;
}

/*style input number*/
.input-price span {
	width: 29px;
	height: 18px;
	justify-content: center;
	display: flex;
	background-color: #e4e4e4;
	border-radius: 2px;
	cursor: pointer;
	position: relative;
}

.input-price span svg {
	position: absolute;
	top: 5px;
	left: 50%;
	transform: translateX(-50%);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
} 

.input-price span svg path {
  fill: var(--cap-txt);
}

.input-price span:not(.disabled) svg path {
  fill: var(--pri);
}
.medium-package svg{
	top: 25px;
	right: 25px;
	transition: all 0.5s;
}
.off-detail svg {
	transform: rotate(-90deg);
}
span.old-price {
	text-decoration: line-through;
}
.input-price span.disabled {
	pointer-events: none;
}

.modal-container::-webkit-scrollbar, .custom-scroll::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	cursor: default;
}

.modal-container::-webkit-scrollbar-thumb:hover,  .custom-scroll::-webkit-scrollbar-thumb:hover{
	background: #ccd0d6;
	box-shadow: inset 0 2px 2px #b7c0cf66;
}
.modal-container::-webkit-scrollbar-thumb, .custom-scroll::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background: #ccd0d6;
	box-shadow: inset 0 2px 2px #b7c0cf66;
}
.modal-container::-webkit-scrollbar-track:hover, .custom-scroll::-webkit-scrollbar-track:hover {
	background: rgba(78,78,78,0);
}
.modal-container::-webkit-scrollbar-track, .custom-scroll::-webkit-scrollbar-track {
	border-radius: 0;
	background: rgba(78,78,78,0);
}
.custom-scroll{
	overflow: auto;
}
.table-content{
	height: calc(100% - 230px);
}
input.package, input[type="checkbox"] {
	width: 24px;
	height: 24px;
	display: grid;
	place-content: center;
	appearance: none;
	border-radius: 8px;
	background: #fff;
	position: relative;
	border: 1px solid var(--cap-txt);
}
input.package:checked {
	background: var(--pri);
}
.box-select-v2 input {
	width: 24px;
	height: 24px;
	border-radius: 24px;
	border-color: var(--cap-txt);
	background-color: transparent !important;
}
.box-select-v2 input.package:before {
	border-radius: 100%;
	width: 16px;
	height: 16px;
	background: var(--pri);
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
}
input.package:checked{
	border-color: var(--pri);
}
input.package:checked:before {
	transform: scale(1);
}
.box-select-v2 input.package:checked:before{
	transform: translate(-50%, -50%) scale(1);
}
input.package:before, .all-custom-post-taxonomy .checked:before {
	content: "";
	width: 100%;
	height: 100%;
	transform: scale(0);
	background-image: url(./images/check.svg);
	transition: 120ms transform ease-in-out;
	top: 0;
	position: absolute;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
}
input.price-input {
	height: 50px;
}
.package-item .heading, .heading-cs  {
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.info-tooltip:before {
	content: "";
	position: absolute;
	bottom: -3px;
	left: 50%;
	transform: translate(-50%);
	border-width: 4px 6px 0px 6px;
	border-style: solid;
	border-color: var(--cap-txt) transparent transparent transparent;
	z-index: 1000000000;
}
.toggle-table .title-tooltip:before {
	bottom: 50%;
	left: -7px;
	transform: rotate(90deg) translate(0%);
	content: "";
	position: absolute;
	border-width: 4px 6px 0px 6px;
	border-style: solid;
	border-color: var(--cap-txt) transparent transparent transparent;
	z-index: 1000000000;
}
.tab-content{
	transition: 0.5s;
}
.tab-content.d-none {
	display: block !important;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	height: 0;
	transform: translateX(-100px);
	top: 0;
}
.tab-content.d-none * {
	width: 0;
	opacity: 0;
	height: 0;
	display: none;
}
.summary svg:hover path {
	fill: var(--pri);
}

.tenant-trusted img{
	max-height: 45px;
}

.text-content{
	width: max-content;
	min-width: 100%;
}
.wrap.wrapper-select {
	min-height: 40px;
}
.auto-tooltip:before {
	bottom: -4px;
	left: 50%;
	content: "";
	position: absolute;
	border-width: 4px 6px 0px 6px;
	border-style: solid;
	border-color: #071631 transparent transparent transparent;
	z-index: 1000000000;
	transform: translateX(-50%);
}
.shake {
  animation: shake-animation 2s ease;
}
@keyframes shake-animation {
	0% { transform:translate(0,0) }
 1.78571% { transform:translate(5px,0) }
 3.57143% { transform:translate(0,0) }
 5.35714% { transform:translate(5px,0) }
 7.14286% { transform:translate(0,0) }
 8.92857% { transform:translate(5px,0) }
 10.71429% { transform:translate(0,0) }
 100% { transform:translate(0,0) }
}
.content-in-tag {
	max-height: 350px;
	overflow: auto;
}
.post-article.style_5 .post-info {
	width: 75%;
	bottom: 0px;
	/* z-index: 1; */
	top: auto;
}
.style_5 .tags a {
	color: #009cdb !important;
	padding: 3px 10px;
	background: #fff;
	border-radius: 20px;
	display: inline-block;
	margin: 0 7px 7px 0;
}
.style_5 .post-list, .style_6 .post-list{
	gap: 30px;
}
.style_6 article.post-item{
	width: calc(33.33% - 30px);
}
.style_5 article.post-item {
	background: linear-gradient(180deg, #57C7F2 0%, #079AD5 100%);
	width: calc(33.33% - 20px);
	border-radius: 12px;
}
.style_5 article a.blog-image {
	height: 230px;
	max-height: 230px;
}
.style_5 article a.blog-image img {
	object-fit: cover;
	height: 100%;
}
.style_6 ul.tabs .tab-item {
	display: flex;
	flex-grow: 1;
	justify-content: center;
	align-items: center;
	padding: 10px 15px;
	background: #F3F3F3;
	font-weight: 600 !important;
	color: #A5A5A5;
}
.style_6 ul.tabs .tab-item.current, .tab-title-v1.active {
	background: #C8F0FF;
}
.style_6 .post-list {
	max-height: 400px;
	overflow: auto;
}
.style_6 article.post-item .post-info:hover img{
	border-radius: 50%;
	border: 1px solid #009cdb;
	padding: 10px;
	width: 45px;
}
.style_6 article.post-item .post-info img{
	transition: ease-in-out 0.2s;
	border-radius: 50%;
}
.style_6 article.post-item .post-info:hover .entry-title {
	transform: translateX(5px);
}
.style_6 article.post-item .post-info .entry-title {
	transition: 0.3s;
}
span.wo-add-tooltip:before {
	content: attr(tooltip);
	position: absolute;
	left: 100%;
	top: 50%;
	background: #C8F0FF;
	width: 200px;
	border-radius: 7px;
	z-index: 999;
	margin-left: 5px;
	padding: 8px 15px;
	color: #3B3E43;
	transform: translateY(-50%);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	display: none;
}
span.wo-add-tooltip.top:before {
	right: 0px;
	bottom: 100%;
	top: auto;
	left: auto;
	transform: none;
}
span.wo-add-tooltip.top:after {
	right: 10px;
	left: auto;
	transform: rotate(0deg);
	bottom: 100%;
	margin-bottom: -4px;
}
span.wo-add-tooltip{
	display: inline-block;
	position: relative;
}
span.wo-add-tooltip:after {
	bottom: 50%;
	left: 100%;
	transform: rotate(90deg) translate(0%);
	content: "";
	position: absolute;
	border-width: 4px 6px 0px 6px;
	border-style: solid;
	border-color: #c8f0ff transparent transparent transparent;
	z-index: 1000000000;
	margin-left: -3px;
	display: none;
}
span.wo-add-tooltip:hover:before, span.wo-add-tooltip:hover:after{
	display: block;
}
.single-post aside#sidebar {
	vertical-align: top;
	position: sticky;
	top: 100px;
	align-self: start;
}
.single-post div#primary {
	width: calc(66.66% - 5px);
}
.single-post .list-categories a {
	display: inline-block;
	text-transform: capitalize;
	color: #4ec2ee;
}
.social-share .tags a {
	background: #C8F0FF;
	border-radius: 50px;
	padding: 5px 15px;
	color: #009cdb;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
}
.description.advanced p {
	margin-bottom: 10px;
}
.tooltip-post-title {
	top: 0;
	left: 100%;
	z-index: 999999;
	width: 250px;
}
h5.entry-title:hover .tooltip-post-title {
	display: block !important;
}
.tab-title-v1{
	background-color: #EFEFEF;
	color: #A4A4A4;
	display: inline-block;
}
.tab-title-v1.active{
	color: #009CDB;
}
.tab-content-full.d-none, .tab-content-full.d-none * {
	opacity: 0;
	visibility: hidden;
	width: 0;
	height: 0;
	display: block !important;
	position: fixed;
	top: 0;
	clear: both;
}
.tab-content-full {
	transition: opacity .5s;
}
.animate .mo-col-6{
	animation: scale-animate cubic-bezier(0.48, 0.08, 0.71, 1.41) .5s;
}
@keyframes scale-animate {
	0%{transform: rotateY(-90deg);}
	100%{transform: rotateY(0deg);}
}
.all-custom-post-taxonomy .checked:before{
	transform: scale(1);
}
.all-custom-post-taxonomy .checked{
	background-color: var(--pri) !important;
	border: none !important;
}