/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
.admin-bar .zorem_header {	top: 32px;}
.zorem_header {	position: fixed;    top: 0;    left: 0;    right: 0;    padding: 0;    z-index: 99;    -webkit-transform: translateZ(0);    transform: translateZ(0);    -webkit-backface-visibility: hidden;    backface-visibility: hidden;    will-change: transform;    -webkit-perspective: 1000;    perspective: 1000;    pointer-events: all;    -webkit-box-pack: center;    -ms-flex-pack: center;    justify-content: center;    display: -webkit-box;    display: -ms-flexbox;    display: flex;}
.section {    width: 100%;    position: relative;    display: -webkit-box;    display: -ms-flexbox;    display: flex;    -webkit-box-orient: vertical;    -webkit-box-direction: normal;    -ms-flex-direction: column;    flex-direction: column;    -webkit-box-pack: center;    -ms-flex-pack: center;    justify-content: center;    -ms-flex-line-pack: center;    align-content: center;    -webkit-box-align: stretch;    -ms-flex-align: stretch;    align-items: stretch;    -ms-flex-item-align: center;    align-self: center;}
.RebrandNavigation {    position: absolute;    top: 0;    right: 0;    bottom: 0;    left: 0;    z-index: 2;    clip: rect(auto, auto, auto, auto);    pointer-events: none;}
/*
* menu bg
*/
/*.zh-darkblue .header-main {background: #081942;}
.zh-lightblue .header-main {background: #0047ba;}
.zh-white1 .header-main {background: #fff;}
.zh-white2 .header-main {background: #fff;}
.zh-grey1 .header-main {background: rgb(230, 232, 236);}
.zh-black .header-main {background: #000;}
.zh-yellow .header-main {background: #ffc62c;}
.zh-darkblue-lightblue .header-main {background: linear-gradient(90deg, #081942 50%, #0047ba 50%);}
.zh-white-darkblue .header-main {background: linear-gradient(90deg, #fff 50%, #081942 50%);}
*/

/*
* navigation color
*/
/*
.zh-darkblue .nav-dark .nav>li>a{color:#fff;}
.zh-lightblue .nav-dark .nav>li>a{	color:#fff;}
.zh-white1 .nav-dark .nav>li>a{color:#081942;}
.zh-white2 .nav-dark .nav>li>a{color:#0047ba;}
.zh-grey1 .nav-dark .nav>li>a{color:#000;}
.zh-black .nav-dark .nav>li>a{color:#fff;}
.zh-yellow .nav-dark .nav>li>a{color:#000;}
.zh-darkblue-lightblue .nav-dark .nav>li>a{color:#fff;}
.zh-white-darkblue .nav-dark .nav>li>a{color:#fff;}
.zh-white-darkblue .nav-dark .flex-left .nav>li>a {color: #081942;}
*/
/*
* logo color
*/
/*
.zh-darkblue .zhlogo g path:not(:first-child) {fill: #fff !important;}
3.zh-lightblue .zhlogo g path:not(:first-child) {fill: #fff !important;}
.zh-white1 .zhlogo g path:not(:first-child) {fill: #081942 !important;}
.zh-white2 .zhlogo g path:not(:first-child) {fill: #0047ba !important;}
.zh-grey1 .zhlogo g path:not(:first-child) {fill: #000 !important;}
.zh-black .zhlogo g path:not(:first-child) {fill: #fff !important;}
.zh-yellow .zhlogo g path:not(:first-child) {fill: #000 !important;}
.zh-darkblue-lightblue .zhlogo g path:not(:first-child) {fill: #fff !important;}
.zh-white-darkblue .zhlogo g path:not(:first-child) {fill: #0047ba !important;}
*/

/*
* Ref
*/

/*---*/
.col_border span {
    color: #ffc62c;
}
.col_border {
    border-bottom: 1px solid #f1efef36;
}
.col_border_dark{
	border-bottom: 1px solid #e4e4e4;
}
.is-outline {
    color: #081942;
}
.slide-darkblue-lightblue .tp-bgimg{
	background: linear-gradient(90deg, #081942 50%, #0047ba 50%) !important;
}
.slide-white-darkblue .tp-bgimg{
	background: linear-gradient(90deg, #fff 50%, #081942 50%) !important;
}
.zhlogo{width:87px;}
 #lottie{
    width: 40px;
    height: 40px;
    display: inline-block;
    overflow: hidden;
    transform: translate3d(0,0,0);
    text-align: center;
    opacity: 1;
    vertical-align: middle;
    margin-right: 10px;
}
.map-marker{
	height: 30px;
    width: 40px;
}
.marker-hover-text {
    position: absolute;
    background-image: url(http://caab.wpengine.com/wp-content/uploads/2018/08/imgpsh_fullsize-2.png);
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
    bottom: -9px;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    left: -28px;
	font-size: 10px;
    line-height: 14px;
    padding: 14px 10px;
    color: #fff;
    font-weight: 100;
}
.hotspot:hover .marker-hover-text{
	visibility: visible;
	opacity: 1;
}
.bussiness_row{
	border-bottom: 1px solid #f1efef36;
	padding: 25px 0 0;
}
.bussiness_row1{
	border-bottom: 1px solid #E6E8EC;
	padding: 25px 0 0;
}
span.business_mean_span {
    font-size: 20px;
    font-weight: 500;
	vertical-align: middle;
}
a.hotspot{
	background-color: transparent;
}
.bussiness_row p {
    font-size: 16px !important;
    line-height: 20px;
	margin-bottom: 0;
}
.bussiness_row p.business_mean_p,.bussiness_row1 p.business_mean_p{
	margin-bottom: 10px;
}
.bussiness_row1 p {
    font-size: 16px !important;
    line-height: 20px;
	margin-bottom: 0;
}
ul.flag_ul {
    list-style: none;
}
ul.flag_ul li.us_flag_icon:before{
	background-image: url('assets/images/united-states.png');
}
ul.flag_ul li.uk_flag_icon:before{
	background-image: url('assets/images/united-kingdom.png');
}
ul.flag_ul li:before{
	content:'';
	position: absolute;
    background-size: cover;
    width: 25px;
    height: 25px;
    left: 0;
    top: 2px;
}
ul.flag_ul li{
	padding-left: 30px;
    position: relative;
	margin-left: 0;
	margin-bottom: 15px;
	line-height: 29px;
}
.help_button{
	padding: 0
}
.help_button span{
	padding: 0;
}
.help_button .icon-envelop {
    background-image: url(assets/images/Footer_Help_Mail.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 36px;
    height: 25px;
    display: inline-block;
}
.help_button .icon-envelop:before {
    display: none;
}
/*.help_button:before{
	content: '';
    background-image: url(assets/images/Footer_Help_Mail.svg);
	background-size: cover;
    background-repeat: no-repeat;
    width: 36px;
    height: 25px;
    position: absolute;
    top: 10px;
	left: 10px;
}*/
.help_button:hover{
	background-color: transparent !important;
    color: #0047ba !important;
    border: 2px solid #0047ba !important;
}
.footer_bottom_ln{
	width:30px;
}
.copyright-footer{
	line-height: 45px;
}
.absolute-footer{
	padding: 20px 0 20px;
	color: #081942;
}
.wpcf7 .wpcf7-form.processing:before{
	display:none;
}
.showerror .focus-input2:before{
	background:red;
}
.partner-tab-section{
	/*margin-top:-330px;*/
}
.partner-tab-section .tabbed-content .tab a{
	color:#fff;
}
.top-partner-nav .tab.active a:before{
	background-color: #ffc62c;
}
.top-partner-nav .tab:hover a:before{
	background-color: #ffc62c;
}
.partner-tab-section .tabbed-content .tab{
	margin: 0 10px;
}
.partner-tab-section .tabbed-content .tab-panels{
	/*padding-top: 100px;*/
}
.partner-tab-section .tabbed-content .nav {
	display:none;
}
.partner-tab-section .tabbed-content{
	margin-top:-200px;
}
.top-partner-nav li a{
	font-size:17px;
}
.tab_faq .accordion-item{
	background: #fff;
	margin-bottom: 10px;
}
.tab_faq .accordion-title.active{
	background-color: transparent;
    border-top: 0;
}
.tab_faq .accordion .toggle{
	right: 0;
	left: auto;
}
.update_profile_btn{
	width: 100%;
    background: #0047BA !important;
    height: 50px;
}
.page-id-388 .footer-wrapper .footer-contact,.page-id-366 .footer-wrapper .footer-contact{
	display:none;
}
img.profile-pic {
    width: 50%;
    display: block;
    margin: 0 auto;
}
.user-profile-pic {
    text-align: center;
}
input.button.update-pic-button {
    background: transparent;
    border: 2px solid #0047BA;
    color: #0047BA;
    margin: 40px 0;
}
input.button.update-pic-button:hover, input.button.update-pic-button:focus{
	background: transparent;
	color: #0047BA;
	box-shadow: none;
	outline: auto;
}
.change-password-title{
	color: inherit;
	margin-bottom: 25px;
    margin-top: 50px;
}
.logged-in .header-button{
	display:none;
}
#wpua-thumbnail-existing{
	display:none !important;
}
#wpua-preview-existing .description{
	display:none;
}
#wpua-undo-button-existing{
	display:none !important;
}
#wpua-remove-button-existing,#wpua-add-button-existing{
	display:none;
}
#wpua-preview-existing img{
	width: 50%;
    margin: 0 auto;
	max-height: none !important;
	cursor:pointer;
	border: none !important;
}
.wpua-edit .button{
	background: transparent !important;
    border: 2px solid #0047BA !important;
    color: #0047BA !important;
    margin: 40px 0;
}
.wpua-edit .button:hover,.wpua-edit .button:focus{
	background: transparent !important;
    border: 2px solid #0047BA !important;
    color: #0047BA !important;
    margin: 40px 0;
	box-shadow: none;
}
.wpua-edit-container h3{
	display:none;
}
[data-text-color="success"]{
	color: #0047ba !important;
}
#lottie1,#lottie2,#lottie3,#lottie4{
	background-color:transparent;
    width:300px;
    height:300px;
    display:block;
    overflow: hidden;
    transform: translate3d(0,0,0);
    text-align: center;
    opacity: 1;
}

#lottie1_new,#lottie2_new,#lottie3_new,#lottie4_new{
    width: 130px;
    height: 130px;
    display:block;
    overflow: hidden;
    transform: translate3d(0,0,0);
    text-align: center;
    opacity: 1;
}
#support_lottie{
	width: 150px;
    height: 150px;
    display:block;
    overflow: hidden;
    transform: translate3d(0,0,0);
    text-align: center;
    opacity: 1;
}
#lottie1_new_mobile,#lottie2_new_mobile,#lottie3_new_mobile,#lottie4_new_mobile{
    width: 130px;
    height: 130px;
    display:block;
    overflow: hidden;
    transform: translate3d(0,0,0);
    text-align: center;
    opacity: 1;
	margin-bottom: 15px;
}


.caab_map .banner-layers {
    overflow: unset;
}
/*.tooltip-content,.tooltip-shape{
	display:none;
}
.active .tooltip-content,.active .tooltip-shape{
	display:block;
}*/
.faq_toggle_icon{
	display:block;
	background-image: url("assets/images/Plus.svg");
	width:25px;
	height:25px;
}
.accordion-title.active .faq_toggle_icon{
	background-image: url("assets/images/X.svg");
}
.active>.toggle {
    -ms-transform: none;
    transform: none;
}
.banner h2, .banner h3, .banner h1{
	line-height: 1.5;
}
.image-round-bg .img-inner{
	background: #fff;
	border-radius: 50%;
}
.page-id-394 .header-main{
	display:none;
}
.page-id-447 .header-main{
	display:none;
}
.service-section{
	margin-top:-180px;
}
.login_btn a{
	border-bottom: 1px solid;
    padding: 0 !important;
}
.footer-contact h1.h1-title {
	font-size: 37px;
}
.login-logo{
	width: 115px;
    margin: 0 auto;
}
.hide{
	display:none;
}
#wpua-upload-existing{
	display:none;
}
p#wpua-upload-messages-existing {
    display: none;
}
#wpua-file-existing{
	display: none;
}
.support_heading {
    background: #0047ba;
    color: #FFF;
    font-size: 25px;
    text-align: center;
    font-weight: 100;
    padding: 10px;
	margin-bottom: 0;
}
.support_bottom {
    background: #fff;
    padding: 20px;
	min-height: 241px;
}
.support_email{
	color: #0047ba;
    font-size: 22px;
}
.santa_clara_pin.lg-x10{left: 11.4%;}
.santa_clara_pin.lg-y25{top: 27.6%;}
.dallas_pin.lg-x20{left: 19%;}
.dallas_pin.lg-y25{top: 30.5%;}
.new_york_pin.lg-y25{top: 24.3%;}
.new_york_pin.lg-x25{left: 25.5%;}
.torronto_pin.lg-y20{top: 24.3%;}
.torronto_pin.lg-x20{left: 23%;}
.uk_pin.lg-y15{top: 16.3%;}
.amsterdam_pin.lg-y15{top: 17.3%;}
.amsterdam_pin.lg-x50{left: 49%;}
.frankfurt_pin.lg-y15{top:18.3%;}
.frankfurt_pin.lg-x55{right:48%;}
.tel_aviv_pin.lg-y30{top:32%;}
.tel_aviv_pin.lg-x60 {right: 41.8%;}
.hongkong_icon.lg-x80{right: 19.5%;}
.hongkong_icon.lg-y35{top: 38.7%;}
.jerusalem_pin.lg-y30 {top: 32.9%;}
.jerusalem_pin.lg-x60 {right: 41.2%;}
select.wpcf7-select{ transition: unset;}
.partner-tab-section{margin-top: -200px;}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.santa_clara_pin.lg-y25 {top: 20.6%;}
	.dallas_pin.lg-y25{top: 23.5%;}
	.new_york_pin.lg-y25{top: 17.3%;}
	.torronto_pin.lg-y20{top: 17.3%;}
	.uk_pin.lg-y15{top: 9.3%;}
	.amsterdam_pin.lg-y15{top: 10.3%;}
	.frankfurt_pin.lg-y15{top:11.3%;}
	.tel_aviv_pin.lg-y30{top:25.8%;}
	.hongkong_icon.lg-y35{top: 31.7%;}
	.jerusalem_pin.lg-y30 {top: 24%;}
	.mobile-text-center,.mobile-text-center p{
		text-align:center;
	}
	.mobile-footer-menu ul li{
		text-align: center;
	}
	.mobile-footer-menu ul.flag_ul li:before{
		margin-left: -35px;
		left: unset;
	}
	.benefits_icon .icon-box-img svg{
		width: 50%;
		height: 50%;
	}
	.benefits_icon .icon-box-center .icon-box-img{
		margin: 0 auto;
	}
	.tooltip-effect-2 .tooltip-shape{
		margin: 0 0 0 -20px;
	}
	.tooltip-shape{
		width: 70px;
		height: 70px;
	}
	.map-marker {
		height: 17px;
		width: 17px;
	}
	.tooltip-effect-2 .tooltip-content{
		width: 70px;
		left: 0;
		margin: 0 0 0px -17px;
		padding: 0;
		font-size: 10px;
		bottom: 100%;
	}
	h1.h1-title {
		font-size: 21px;
	}
	.contact_div .h1-title{
		max-width: 230px;
		margin: 0 auto;
	}
	.footer-contact h1.h1-title {
		font-size: 21px;
	}
	.whoweare .lead,p.lead{
		font-size: 16px;
	}
	.whoweare p{
		font-size: 16px;
	}
	#lottie1_new, #lottie2_new, #lottie3_new, #lottie4_new{
		width: 150px;
		height: 150px;
	}
	.animated_icon{
		padding-left: 10px;
		padding-right: 10px;
	}
	span.business_mean_span{
		font-size: 18px;
	}
	.bussiness_row p{
		font-size: 14px !important;
	}
	#lottie{
		width: 35px;
		height: 35px;
		margin-right: 0;
	}
	.footer-contact .wpcf7{
		padding: 0px 15px;
	}
	.join-network-p .bg-fill{
		background-size: contain !important;
	}
	.help_button:before{
		top: 4px;
	}
	.image-round-bg .img-inner{
		background: #fff;
		border-radius: 50%;
	}
	.whoweare{
		padding-bottom: 0px !important;
	}
	.banner .button.marketplace_demo_m_button{
		margin-top:15px;
	}
}
@media only screen and (max-width: 768px) {
	body .join-network-p p{
		font-size: 16px !important;
	}
	body .demo-banner-p p{
		font-size: 9px !important;
	}
}
@media only screen and (max-width: 479px) {
	.slide-darkblue-lightblue .tp-bgimg{
		background: linear-gradient(180deg, #081942 55%, #0047ba 45%) !important;
	}
	.slide-white-darkblue .tp-bgimg{
		background: linear-gradient(180deg, #fff 65%, #081942 35%) !important;
	}
	.mobile_rotate_image img{
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
	}
	#lottie1,#lottie2,#lottie3,#lottie4{
		width:115px;
		height:115px;
		display:block;
		overflow: hidden;
		transform: translate3d(0,0,0);
		text-align: center;
		opacity: 1;
		margin-top: 15px !important;
	}
	.join-network-p .y80{
		bottom: 23%;
	}
	.service_banner .y60{
		bottom: 38%;
	}
	.partner-banner .y60{
		bottom: 37%;
	}
}
@media only screen and (min-width: 480px) and (max-width: 767px){
	#lottie1,#lottie2,#lottie3,#lottie4{
		width:175px;
		height:175px;
		display:block;
		overflow: hidden;
		transform: translate3d(0,0,0);
		text-align: center;
		opacity: 1;
	}
}
@media only screen and (min-width: 1300px){
	.partner-banner .bg-fill{
		background-position: bottom center !important;
	}
	.partner-content .bg-fill{
		background-position: top center !important;
	}
}
@media only screen and (min-width: 1900px) and (max-width: 2500px){
	.partner_banner .lg-y60{
		bottom: 37%;
	}
	.service_banner .lg-y65{
		bottom: 32%;
	}
}
