@font-face {
	font-family: 'Open-Sans';
	src: url('fonts/OpenSans-ExtraBold.ttf');
	font-weight: bold;
}
@font-face {
	font-family: 'Open-Sans';
	src: url('fonts/OpenSans-Bold.ttf');
	font-weight: 700;
}
@font-face {
	font-family: 'Open-Sans';
	src: url('fonts/OpenSans-SemiBold.ttf');
	font-weight: 600;
}
@font-face {
	font-family: 'Open-Sans';
	src: url('fonts/OpenSans-Regular.ttf');
	font-weight: 500;
}
@font-face {
	font-family: 'Open-Sans';
	src: url('fonts/OpenSans-Light.ttf');
	font-weight: normal;
}

::-webkit-scrollbar {
	width: 6px;
}
::-webkit-scrollbar-track {
	background: #222; 
}
::-webkit-scrollbar-thumb {
	background: #E87B2A;
	border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
	background: #E8412A; 
}

body::-webkit-scrollbar {
	width: 6px;
}
body::-webkit-scrollbar-track {
	background: #222; 
}
body::-webkit-scrollbar-thumb {
	background: #E87B2A;
	border-radius: 3px;
}
body::-webkit-scrollbar-thumb:hover {
	background: #E8412A; 
}

html{
    overflow-x: hidden;
}
body{
    overflow-x: hidden;
	max-width: 100vw;
	font-family: 'Open-Sans',sans-serif !important;
	background-color: #000 !important;
}
body p, li{
    color: #fff;
    font-size: 1.12rem;
	font-family: 'Open-Sans',sans-serif;
}
body a{
	color: #E87B2A;
}
body a:hover{
	color: #E8412A;
}
strong, b{
	font-weight: 800 !important;
}
.min_h_50{
	min-height: 50vh;
}
.icon{
	width: 54px;
	height: auto;
	margin: auto;
}
.p_left{
	padding-left: 15%;
}
@supports (-webkit-text-stroke: 1px white) {
  h2.title_outline {
    -webkit-text-stroke: 1px white;
    -webkit-text-fill-color: transparent;
    font-family: 'Open-Sans',sans-serif;
    font-size: 5rem;
  }
  h2.title_outline.red {
    -webkit-text-stroke: 2px #E8412A;
  }
}
a{
    color: #fff;
}
.bg-red{
    background-color: #E8412A;
}
.bg_yellow{
    background-color: #FFCB39;
    color: #000;
}
.text_yellow{
    color: #FFCB39;
}
.title{
    font-size: 4.5rem;
    margin-bottom: 0;
    padding-bottom: 0;
}
.descript{
    font-weight: 600;
    font-size: 20px;
}
.float_bubbles{
    display: none;
}
.fixed_bottom{
	position: fixed;
	right: 0px;
	bottom: 90px;
	z-index: 999;
	display: grid;
    width: 100px;
    text-align: center;
}
.fixed_bottom img{
	width: auto;
	height: 64px;
	padding: 8px;
}
.live_chart{
	font-size: 12px;
	text-align: center;
}
.grecaptcha-badge{
	z-index: 999;
}
.popup_modal{
	width: 35%;
    min-width: 300px;
}

/* Header */
header#masthead.sticky{
	background-color: #000;
}
.navbar{
	position: unset !important;
}
.navbar-brand{
	position: relative;
	z-index: 101;
}
.navbar-light .navbar-toggler{
	float: right;
}
.navbar-light .navbar-toggler-icon.nav_icon{
	background-image: url('img/menu.png');
}
.navbar-light .navbar.active .navbar-toggler-icon.nav_icon{
	background-image: url('img/close.png');
}
.language_nav{
	display: flex;
	list-style: none;
	padding-top: 15px;
	padding-left: 0;
	padding-right: 8px;
}
.language_nav li{
	display: list-item;
	padding: 5px 15px;
}
.language_nav li a{
	color: #fff;
	padding: 8px 0;
	font-size: 16px;
	font-weight: 600;
}
.language_nav li a:hover{
	color: #E87B2A;
	text-decoration: none;
}
.language_nav li.btn_outline_orange  a{
	color: #fff;
	border: 1px solid #E87B2A;
	padding: 8px 25px;
}
.language_nav li.btn_outline_orange  a:hover{
	color: #fff;
	border: 1px solid #E8412A;
	background-color: #E8412A;
}

/*Menu*/
/*.nav_bar{
	position: absolute;
	right: 30px;
}
.navbar-light .navbar-toggler{
	position: relative;
	z-index: 100;
}
.navbar-light .navbar-toggler:hover,
.navbar-light .navbar-toggler:focus{
	outline: none;
	border: 0px;
}
#main-nav{
	display: none;
	position:absolute;
	right: -100%;
	top: 0;
	transition: all .3s ease;
	height: 100vh;
	width: 100vw;
	z-index: 99;
	background-color: #000;
	color: #fff;
	align-items: center;
}
#main-nav.show{
	right: -30px;
    top: -25px;
    transition: all .3s ease;
    display: flex;
}
body:not(.theme-preset-active) header#masthead .navbar-nav > li > a{
	font-size: 48px;
	font-weight: 600;
	padding: 0;
	display: inline-block;
	border-bottom: 5px solid transparent;
	transition: all .5s ease;
}
body:not(.theme-preset-active) header#masthead .navbar-nav > li.small > a{
	font-size: 20px;
}
body:not(.theme-preset-active) header#masthead .navbar-nav > li.current_page_item > a{
	color: #fff;
}
body:not(.theme-preset-active) header#masthead .navbar-nav > li > a:hover{
	font-style: italic;
	border-color: #F40F21;
	color: #fff;
	transition: all .5s ease;
}
.li_faq{
	margin-top:30px;
}*/

body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a.nav-link,
body:not(.theme-preset-active) #masthead .navbar-nav > li > a.nav-link{
	font-size: 16px;
	color: #fff;
	padding-top: 8px;
	font-weight: 500;
}
body:not(.theme-preset-active) header#masthead .navbar-nav > li.small{
	display: none;
}
.dropdown-menu.show{
	background-color: rgba(0,0,0,0.8);
}

/* Pagination */

.pagination_row{
	display: flex;
	width: 100%;
	margin: 15px auto;
	align-items: baseline;
}
.home_posts .vc_grid-pagination .vc_grid-pagination-list{
	
}
.home_posts .vc_grid-pagination .vc_grid-pagination-list>.vc_grid-page>a{
	color: #767676 !important;
	border: 0 !important;
	background-color: transparent !important;
	font-size: 48px;
	transition: all .3s ease;
	padding-right: 20px;
	font-weight: 700;
}
.home_posts .vc_grid-pagination .vc_grid-pagination-list>.vc_grid-active>a,
.home_posts .vc_grid-pagination .vc_grid-pagination-list>.vc_grid-page>a:hover{
	border: 0 !important;
	background-color: transparent !important;
	color: #fff;
	font-size: 40px;
	text-decoration: none;
	transition: all .3s ease;
}
.home_posts .vc_grid.vc_grid-owl-theme .vc_grid-owl-nav{
	opacity: .8;
}
.home_posts .vc_grid-owl-nav{
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.home_posts .vc_arrow-icon-arrow_01_left{
	padding-right: 56px;
	position: relative;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	display: flex;
	align-items: center;
}
.home_posts .vc_arrow-icon-arrow_01_left:before{
	content: '';
	position: absolute;
	right: 0;
	width: 56px;
	height: 56px;
	background-image: url('img/arrow_left.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.home_posts .vc_arrow-icon-arrow_01_right{
	padding-left: 56px;
	position: relative;
	color: #fff;
	font-weight: 600;
	display: flex;
	align-items: center;
	font-size: 16px;
}
.home_posts .vc_arrow-icon-arrow_01_right:before{
	content: '';
	position: absolute;
	left: 0;
	width: 56px;
	height: 56px;
	background-image: url('img/arrow_right.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
/*Background*/
.bg{
	background-repeat: no-repeat;
	background-size: cover;
}
#main-nav.show{
	background-image: url('img/menu_bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.sec1{
}
.why_choose_us {
	background-image: url('img/why_bg.png');
	background-position: left bottom;
}
.out_feature {
	background-image: url('img/features_bg.png');
	background-position: left top;
	background-size: contain;
}
.robust_features {
	/*background-image: url('img/robust_features_bg.png');*/
	background-position: left bottom;
}
.attractive_packages {
	background-image: url('img/package_bg.png');
	background-position: left top;
}
.news_bg {
	background-image: url('img/news_bg.png');
	background-position: center top;
    background-size: contain;
}

/*FAQ Page*/
.news_header.demo_bg.faq_header {
    background-image: url('/wp-content/uploads/2020/08/lets7f.png');
    background-size: cover;    
	background-position: top;
}
.wpb-js-composer .faq_support.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    background: transparent !important;
    border: none !important;
}
.wpb-js-composer .faq_support.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background-color: transparent !important;
    border: none !important;
}
.faq_support h4 {
    font-size: 1.3rem;
}
.faq_support .vc_tta-panel, .vc_tta-panel.vc_active {
    border: 1px solid #fff;
}
.faq_support .vc_tta-panel.vc_active {
    background: rgb(244,15,33);
    background: linear-gradient(180deg, rgba(244,15,33,1) 0%, rgba(144,0,0,0) 100%);    
}
.faq_support .vc_tta-panel {
    margin: 0.5em auto;
}
.faq_support .vc_tta-title-text {
    color: #fff;
}
.wpb-js-composer .faq_support.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon{
    left: 97% !important;
}
.wpb-js-composer .faq_support.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron:before, .wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron:after{
    border-color: #fff !important;
}
.wpb-js-composer .faq_support.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
    padding-left: 20px !important;
} 
@media (max-width: 660px){
	.wpb-js-composer .faq_support.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
    	left: 95% !important;
	}
	.news_header.demo_bg.faq_header {
		background-image: url('/wp-content/uploads/2020/08/mbl_let3b.png');
	}	
}

/*Contact Us--Get Support--Let's Talk*/
/* DEMO  **CH ADDED** */
.news_header.support_header h2.title_outline, .news_header.talk_header h2.title_outline {
    white-space: nowrap;
}
.trial_box.sml h4 {
    color: #fff;
    font-size: 1.5em;
    line-height: normal;
	margin-top: 10px;
}
.trial_box.sml h3, #hid_content h3 {
    color: #fff;
    font-size: 2em;
    line-height: normal;
    margin-bottom: 30px;
	margin-top: 10px;
}
#hid_content h3 {
    color:#000;
}
.trial_box.sml.scnd a,.trial_box.sml.sup a, a.hid_content_btn {
    display: inline-block;
    color: #fff;
    background: #e8412a;
    padding: 10px 20px;
    font-weight: bold;
    margin: 0 7px;
	border: solid 2px #000;
	transition: all 0.3s ease;
}
.trial_box.sml.sup:hover a, .trial_box.sml.scnd:hover a {
 	color: #fff;
	background: transparent;
	border-color: #fff;
	transition: all 0.3s ease;
	cursor:pointer;
}
.trial_box.sml.sup p {
    margin-bottom: 0;
}
a.hid_content_btn {
    border:solid 2px transparent;
	transition: all 0.3s ease;    
}
a.hid_content_btn:hover{
    transition: all 0.3s ease;
    color:#000;
    border:solid 2px #000;
    background:transparent;
}
.trial_box.sml a {
    color: #FFCB39;
}
.trial_box.sml.contact a {
	text-decoration: underline;
	font-weight: 500;
    background: transparent;
    padding: 0;
    margin: 0;
    border: solid 1px transparent;
}
.trial_box.sml.contact p {
	font-weight: 500;
	color:#fff;
}
.trial_box.sml a:hover, a.hid_content_btn:hover {
    text-decoration: none;
}
.trial_box.sml {
    border: solid 2px #fff;
	padding: 60px 10px;
	transition: all 0.3s ease;
	background: rgba(0,0,0,1);
	position:relative;
}
.trial_box.sml:before {
	background: rgb(219,13,27);
	background: linear-gradient(0deg, rgba(219,13,27,0) 0%, rgba(232,65,42,1) 100%);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.trial_box.sml:hover {
    background: rgba(0,0,0,0);
    transition: all 0.3s ease;
    border-color: transparent;
}
.trial_box.sml:hover img{
    filter: grayscale(1) brightness(0) invert(1);
 }
.trial_box.sml p, .trial_box.sml a.live_chart {
     font-size: 1rem;
}
.news_header.demo_bg.contact_header {
    background-image: url('/wp-content/uploads/2020/08/lets6e.png');	
}
.news_header.demo_bg.support_header {
    background-image: url('/wp-content/uploads/2020/08/lets5f.png');
}
.news_header.demo_bg.talk_header {
    background-image: url('/wp-content/uploads/2020/08/lets3.png');
}
.news_header.demo_bg.contact_header, .news_header.support_header, .news_header.talk_header{
	background-size: cover;	
	background-position: top;	
}
@media (max-width: 1640px){
	.news_header.support_header h2.title_outline, .news_header.talk_header h2.title_outline {
		font-size: 200px;
	}
}
@media (max-width: 660px){
	.news_header.demo_bg.contact_header {
		background-image: url('/wp-content/uploads/2020/08/mbl_ledinasia1.png');	
	}
	.news_header.demo_bg.support_header {
		background-image: url('/wp-content/uploads/2020/08/mbl_let2b.png');
	}
	.news_header.demo_bg.talk_header {
		background-image: url('/wp-content/uploads/2020/08/mbl_let1b.png');
	}	
	.contact_form.contact_page{
		padding: 0 3em;
	}
	.news_header.contact_header, .news_header.support_header, .news_header.talk_header{
		background-size: contain;	
		background-position: top;	
	}
	.news_header.contact_header h2.title_outline, .news_header.support_header h2.title_outline, .news_header.talk_header h2.title_outline {
    	font-size: 120px;
    	transform: translate(-50%, -69%);		
	}
	.contact_form.contact_page{
		padding: 0 3em;
	}
}


/* Homepage */
.sec1_bg{
	min-height: 100vh;
	display: flex;
	align-items: center;
}
.cicle.fadeIU, .tick.fadeIU, .square.fadeIU{ 
    width: 70%;
}
.map.fadeIU {
	width: 75%;
}
.sec1_text{
    position: absolute;
    top: 0;
    max-width: 1480px;
	width: 100%;
}
.scroll_next{
    position: absolute;
    top : calc(100vh - 120px);
    left: 50%;
    transform: translateX(-50%);
}


.caption {
    color: #fff;
    font-size: 5rem;
    font-weight: 600;
    letter-spacing: 2px;
	line-height: normal;
}
.type-cursor { 
    color:#fff; 
    animation:blink .4s ease infinite;
    opacity:0; 
}
#coutry{
    border-bottom: 8px solid red;
}
 @keyframes blink {
 	100% { opacity:1; }
 }
 
.btn_red{
	background-color: #E8412A;
	color: #fff;
	padding: 15px 35px;
	font-weight: 700;
	font-size: 18px;
	margin-top: 15px;
}
.btn_red:hover{
	text-decoration: none;
	color: #ccc;
}
.btn_outline_orange a{
    border: 1px solid #E87B2A;
    padding: 15px 50px;
	font-size: 18px;
	font-weight: 600;
    color: #E87B2A !important;
    border-radius: 0;
    margin-right: 25px;
	margin-top: 15px;
}
.btn_outline_orange a:hover{
    color: #fff !important;	
	border-color: #E8412A;
	background-color: #E8412A;
	text-decoration: none;
	opacity: .9;
}
.btn_outline_red a{
	text-transform: uppercase;
    border: 1px solid #F40F21;
    padding: 15px 50px;
    color: #F40F21 !important;
    border-radius: 0;
    margin-right: 25px;
}
.btn_outline_red a:hover{
    color: #F40F21 !important;
	text-decoration: none;
	opacity: .9;
}
.sec1_content.btn_outline_orange a:nth-child(2){
    border: 0px;
    color: #fff !important;
}

.title_outline.number:before{
    width: 100px;
    height: 2px;
    background-color: #E8412A;
    content: "";
    position: absolute;
    top: 25%;
    left: -115px;
}
.why_content h3{
    font-size: 3rem;
    margin-bottom: 25px;
	line-height: normal;
}
.why_content h3 .bg-red{
    font-weight: 700;
}
.why_me.owl-theme .owl-nav{
    color: #fff;
    text-align: left;
    max-width: 50%;
    margin: 0 0 0 auto;
    transform: translateY(-250%);
}
.owl-carousel.why_me .owl-nav button.owl-next, 
.owl-carousel.why_me .owl-nav button.owl-prev{
    padding: 8px 15px !important;
    position: relative;
    transition: all .3s ease;
}
.why_me .col-sm-6.fadeInLeft.animated {
    max-height: 680px;
    object-fit: cover;
    object-position: center;
}
.why_me .owl-nav button.owl-prev:after,
.why_me .owl-nav button.owl-next:after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 3px;
    width: calc(100% - 25px);
    height: 1px;
    background: #fff;
    transition: all .3s ease;
}
.why_me .owl-nav button.owl-next:after{
    right: auto;
    left: 3px;
}
.why_me .owl-nav button.owl-next:hover,
.why_me .owl-nav button.owl-prev:hover{
    color: #E8412A;
	background-color: transparent;
}
.why_me .owl-nav button.owl-prev:hover:after{
    background: #E8412A;
    left: 0;
    transition: all .3s ease;
}
.why_me .owl-nav button.owl-next:hover:after{
    background: #E8412A;
    right: 0;
    left: auto;
    transition: all .3s ease;
}
.owl-carousel.why_me .owl-nav button.owl-next:focus, 
.owl-carousel.why_me .owl-nav button.owl-prev:focus{
    border: 0;
    outline: none;
}

.URLHash_link div{
    padding: 15px 0 25px;
    font-size: 18px;
    display: flex;
    align-items: center;
    color: rgba(255,255,255, .3);
}
.URLHash_link div span.bullet{
    border: 1px solid rgba(255,255,255,.3);
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50% 50%;
    position: relative;
    margin-left: 8px;
}
.URLHash_link div span.bullet:after{
    content: "";
    background-color: rgba(255,255,255,.3);
    width: 10px;
    height: 10px;
    position: absolute;
    right: 4px;
    border-radius: 50% 50%;
    top: 4px;
}
.URLHash_link > div:hover,
.URLHash_link > div.active{
    text-decoration: none;
    color: #fff;
}
.URLHash_link > div:hover span.bullet,
.URLHash_link > div.active span.bullet{
    border: 1px solid rgba(255,255,255,1);
}
.URLHash_link  > div:hover span.bullet:after,
.URLHash_link  > div.active span.bullet:after{
    background-color: rgba(255,255,255,1);
}
.OF_carousel_content h3{
    color: #fff;
    font-size: 3rem;
    line-height: normal;
    margin-top: 0;
	margin-bottom: 0;
}
.owl-carousel .owl-item img.of_img{
	width: auto;
    max-height: 560px;
    margin: auto;
}
.owl-carousel .owl-item img.of_img.1st{
	display: none;
}
.owl-carousel .owl-item:first-child img.of_img.1st{
	display: block;
}
.features_title h2{
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 3.5rem;
}
.features_title h2 .text_red{
	color: #F40F21;
	font-weight: bold;
}
.vc_section[data-vc-full-width].robust_features{
	overflow: unset;
}
.features_text_bg{
	position: absolute;
    z-index: -1;
    top: 0;
	transform:translatey(-50%);
    left: -10%;
    width: 35%;
}
.wrap.robust_feature{
	/*position: relative;*/
    width: 100%;
    height: 100%;
}
.cirle{
	position:absolute;
	border-radius: 50% 50%;
	background: linear-gradient(to bottom right, rgba(0,0,0,0), rgb(25, 25, 25) 60%);
	padding:20px;
	overflow: hidden;
	display: block;
	text-align: center;
    align-items: center;
	transition: all .5s ease;
}
.cirle:nth-child(odd){
	width: 96px;
    height: 96px;
}
.cirle:nth-child(even){
	width: 81px;
    height: 81px;
	padding: 18px;
}
.cirle:nth-child(even) img.robust_features_icon{
	max-width: 42px;
}
.cirle.robust_features_1{
	left: -15px;
	right: auto;
	top: 40%;
}
.cirle.robust_features_2{
	left: 15%;
	right: auto;
	top: 30%;
}
.cirle.robust_features_3{
	left: 20%;
	right: auto;
	bottom: 25%;
}
.cirle.robust_features_4{
	right: 56%;
	left:auto;
	top: 30%;
}
.cirle.robust_features_5{
	left: 54%;
	right: auto;
	top: 10%;
	/*background: linear-gradient(to bottom, #E8412A 40%, rgba(255, 255, 255, 0));
	width: 270px;
    height: 270px;
    display: flex;
	transition: all .5s ease;
	justify-content: center;
	overflow: unset;*/
}
/*.cirle.robust_features_5:after{
	content: '';
	border-radius: 50% 50%;
	border: 1px solid rgba(255,255,255,.35);
	position: absolute;
	left: -15px;
	width: 270px;
    height: 270px;
}
.cirle.robust_features_5 img{
	filter: grayscale(1) brightness(10);
}
.cirle.robust_features_5 h3{
	font-size: 24px;
}*/
.cirle.robust_features_6{
	left: 50%;
	right: auto;
	bottom: 30%;
}

.cirle.robust_features_7{
	right: auto;
    left: 60%;
    top: 40%;
}
.cirle.robust_features_8{
	right: 18%;
	left: auto;
	top: 15%;
}
.cirle.robust_features_9{
	right: 8%;
	left:auto;
	top: 50%;
}
.cirle.robust_features_10{
	right: 0%;
	left:auto;
	top: 8%;
}
.cirle img.robust_features_icon{
	max-width: 56px;
	height: auto;
}
.cirle h3{
	color: #fff;
	font-weight: bold;
	font-size: 0px;
	margin: 10px auto 0;
	padding: 0;
	line-height: normal;
	transition: all .3s ease;
}
.cirle:hover {
	background: linear-gradient(to bottom, #E8412A 40%, rgba(255, 255, 255, 0));
	width: 270px;
    height: 270px;
    display: flex;
	transition: all .5s ease;
	overflow: unset;
	align-items: center;
    justify-content: center;
	z-index:2;
}
.cirle:hover:after{
	content: '';
	border-radius: 50% 50%;
	border: 1px solid rgba(255,255,255,.35);
	position: absolute;
	left: -15px;
	width: 270px;
    height: 270px;
}
.cirle:hover img{
	filter: grayscale(1) brightness(10);
}
.cirle:hover h3{
	font-size: 24px;
	transition: all .3s ease;
}

.packages_title h2{
	font-weight: 700;
	text-align: right;
	font-size: 4.5rem;
	color: #fff;
	text-decoration: underline;
	text-decoration-color: #F40F21;
}
/*.attractive_package .owl-item:first-child .item_package{
	opacity: .8;
	transform: scale(.9);
	transition: all .5s ease;
}
.attractive_package .owl-item .item_package,
.attractive_package .owl-item:first-child:hover .item_package{
	opacity: 1;
	transform: scale(1);
	transition: all .5s ease;
}*/

.item_package{
	text-align: center;
	border: 2px solid #fff;
	color: #fff;
}
.item_package .hightlight{
	background-color: #F40F21;
	color: #fff;
	letter-spacing: 7px;
	text-transform: uppercase;
	font-weight: 600;
	margin-left: -2px;
	margin-right: -2px;
	margin-top: -2px;
}
.item_package .hightlight_e{
	background-color: transparent;
}
.item_package .hightlight p,
.item_package .hightlight_e p{
	padding: 5px;
}
.item_package .level{
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
}
.item_package h3{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 42px;
	color: #fff;
	line-height: normal;
	display: flex;
    justify-content: center;
}
.item_package h3 sup,
.item_package h3 small{
	font-weight: 600;
	font-size: 16px;
}
.item_package h3 .sup{
	font-weight: 600;
	font-size: 16px;
	display: inline-block;
    text-align: right;
    margin-right: 8px;
	margin-top: 8px;
    font-size: 16px;
    width: 48px;
    max-width: 100%;
}
.item_package a.get_plan{
	width: calc(100% - 100px);
	padding: 15px;
}
.item_package .btn_outline_red{
	text-transform: uppercase;
    border: 2px solid #F40F21;
    color: #F40F21 !important;
    border-radius: 0;
    margin-bottom: 15px;
	font-weight: bold;
	opacity: 1;
}
.item_package .btn_outline_red:hover{
    color: #F40F21 !important;
	text-decoration: none;
	opacity: .9;
}
.item_package .btn_red{
	margin-bottom: 15px;
	opacity: 1;
	margin-top: 4px;
}
.item_package .btn_red:hover{
	color: #000;
	text-decoration: none;
}
.item_package .point{
	position: relative;    
    padding: 15px 50px;
    overflow: hidden;
	max-height: 200px;
	transition: all .5s ease;
}
.item_package .point.active{
    overflow: unset;
	max-height: 100%;
	transition: all .5s ease;
}
.item_package .point:after {
    background: linear-gradient(to top, black 10%, transparent);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.item_package .point.active:after {
    background: transparent;
}
.item_package .point ul{
	list-style: none;
	padding-left: 0;
	text-align: left;
}
.point ul .1st{
	font-weight: 700;
}
.point li.expend_show{
	display: none;
}
.point li.expend_show{
	display: none;
}
.point.active li.expend_show{
	display: list-item;
}
.point li.disable{
	color: #888;
}
.item_package {
	margin: 0px 10px 50px;
}
.item_package .point ul li{
	padding-left: 20px;
	padding-bottom: 8px;
}
.item_package .point ul li.1st{
	color: #e8412a;
}
.item_package .point ul li:before {
	content: '✓';
	margin-right: 8px;
	margin-left: -20px;
}
.item_package .point li.disable:before{
	content: ' ';
	margin-left: -8px;
}
.item_package .bottom_link{
	position: relative;
    z-index: 1;
}
.item_package .bottom_link .more,
.item_package .bottom_link .less{
	margin-bottom: 30px;
    display: block;
	width: 100%;
	color: #FFCB39;
}
.item_package .bottom_link:hover{
	color: #fff;
	text-decoration: none;
}
.item_package .bg_lvl{
	position: absolute;
    right: -60px;
    transform: rotate(-90deg) translatex(50%);
    bottom: 50px;
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    z-index: 0;
    opacity: .1;
    letter-spacing: 2px;
	margin-left: 30px;
}
.package_seperator {
    display: inline-block;
    border-top: dashed 1px #777;
    width: 80%;
    padding-bottom: 20px;
}
.package_note {
	position: absolute;
	width: 100%;
	text-align: center;
    left: 50%;
    transform: translate(-50%,0);
	margin-top: 15px;
}
.attractive_package .owl-nav button.owl-prev{
	height: 100%;
	font-size: 18px;
    padding: 20px !important;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient(to right, #000000 30%, transparent);
    display: block;
}
.attractive_package .owl-nav button.owl-next{
	height: 100%;
	font-size: 18px;
    padding: 20px !important;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient(to left, #000000 30%, transparent);
    display: block;
}
.item_package .bottom_link .less { 
	display: none;
}
.mobile_premiun_btn {
	display: none;
}
.video{
	background-image: url('img/video_bg.png');
	background-position: left top;
	background-size: cover;
	background-repeat: no-repeat;
}
.video_title h2{
	text-align: right;
	letter-spacing: 1px;
	color: #000;
	margin: 0;
	font-weight: 700;
	font-size: 4rem;
	padding-bottom: 0;
}
.video_title.bg-red{
	padding-bottom: 20px;
	margin-top: 15px;
}
.video_popup a{
	position:relative;
}
.video_popup img.img_play{
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 128px;
	height: auto;
	padding: 15px;
	border-radius: 50% 50%;
	z-index: 1;
}
.video_popup .growing{
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 0;
	width: 150px;
	height: 150px;
	border-radius: 50% 50%;
	background: radial-gradient(circle, rgba(232,65,42,1) 20%, rgba(232,65,42,0) 70%);
	animation-name: grow;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	opacity:1;
}
@keyframes grow {
	0% {opacity:1;}
	50% {opacity:0;}
	100% {opacity:1;}
}
.latest_news h2{
	color: #fff;
	margin: 0;
	font-weight: 700;
	font-size: 3rem;
}
.home_posts .article:first-child{}
._mt{
	margin-top: -180px;
}
.client_logo img{
	position:absolute;
	z-index: -1;
	top: -230px;
    left: -150px;
}
.client_logo h2{
	color: #fff;
	margin: 0;
	font-weight: 700;
	font-size: 4rem;
	padding-bottom: 0;
}
.client_logo_img td{
	background-color: #000;
    transition: all .3s ease;
	text-align: center;
	padding: 0;
}
.client_logo_img td a{
	padding: 15px;
	position: relative;
	display: inline-block;
}
.client_logo_img td img{
	filter: grayscale(1);
    transition: all .3s ease;
	margin: auto !important;
}
.client_logo_img td p{
	color: #000;
	margin-bottom: 0;
	display: none;
}
.client_logo_img td .img_link{
	color: #000;
	position: relative;
	bottom: 95px;
	font-weight: 600;
	display: block;
}
.client_logo_img td:hover{
	background-color: #fff;
    transition: all .3s ease;
}
.client_logo_img td.blank:hover{
	background-color: transparent;
}
.client_logo_img td.helplend:hover img{
	filter: invert(1);
}
.client_logo_img td:hover img{
	filter: unset;
    transition: all .3s ease;
}
.demo_bg{
	background-image: url('img/DEMO.png');
	background-size: contain;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 15px;
}
.try_us{
	min-height: 50vh;
	background-image: url('img/demo_bg.png');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.try_us h3{
	color: #fff;
    font-size: 2rem;
}
.contact_form{
	padding: 15px 30px;
	text-align: center;
	color: #000;
}
.contact_form h3{
	font-size: 2rem;
}
.contact_form p{
	color: #000;
}
.loading_gif{
	width: 68px;
}
.contact_bg{
	background-image: url('img/contact_bg1.png');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}
.contact_form form{
	padding: 0 40px;
}
.contact_form form .btn.btn-primary{
	border-radius: 0;
	background-color: #F40F21;
	padding: 8px 30px;
	font-size: 18px;
	border: 1px solid #F40F21;
	font-weight: 600;
}

.smooth_scroll a{
	opacity: .7;
	transition: all .3s ease;
}
.smooth_scroll a:hover{
	opacity: 1;
	transition: all .3s ease;
}
.pos_center{
	position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1;
}
.pos_center>div{
	position: relative;
	display: flex;
    align-items: center;
}
.contact_wrap{
	background-image: url('/lendinasia/wp-content/uploads/2020/06/form.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.contact_wrap .contact{
    text-align: center;
    padding: 40px 50px 60px;
    background-color: transparent;
    width: 90%;
    margin: 0 auto;
    float: none;
    max-width: 500px;
}
.contact h3{
    color: #2E2E2E;
    font-size: 1.8rem;
	font-weight: 500;
	font-family: 'Open-Sans',sans-serif;
}
.contact p{
    color: #525252;
}
.form_gif{
	max-width:72px;
}
.contact .btn-primary{
    background: linear-gradient(to top, #900000 , #F40F21);
    box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.3);
    border-radius: 30px;
    padding: 12px 60px;
    border: 0;
}
.contact .btn-primary:hover{
    background: linear-gradient(to top, #F40F21, #900000);
    border: 0;
}
.contact_form .form-control{
	border: 1.5px solid #000;
	border-radius: 0;
	padding: 18px 15px;
}


/**Float Css**/
.position {
	position: absolute; 
	width: auto; 
	height: auto;
	z-index: -1;
}
.cicle.fadeIU, .red_bubble.fadeIU, .gra_bubble.fadeIU, .yellow_bubble.fadeIU, .orange_bubble.fadeIU {
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
}
.tick.fadeIU {
	-webkit-animation-duration: 1.8s;
	animation-duration: 1.8s;
}
.square.fadeIU {
	-webkit-animation-duration: 2.5s;
	animation-duration: 2.5s;
}
.map.fadeIU {
	-webkit-animation-duration: 3.2s;
	animation-duration: 3.2s;
}
.fadeIU {
	-webkit-animation-name : fadeIU  ;
	animation-name : fadeIU  ;
}
@-webkit-keyframes fadeIU  {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,30%,0);
		transform: translate3d(0,30%,0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	}
}
@keyframes fadeIU  {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0,30%,0);
		transform: translate3d(0,30%,0);
	} 
	100% {
		opacity: 1;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
	} 
}


.position.red_bubble{
	right: -8%;
    top: -8%;
	width: 25%;
	z-index: 1;
}
.position.yellow_bubble{
	left: -20%;
    top: 35%;
    width: 40%;
	z-index: 1;
}
.position.gra_bubble{
	right: 5%;
    top: 85%;
    width: 20%;
	z-index: 1;
}
.position.orange_bubble{
	left: -5%;
	top: 120%;
	width: 20%;
	z-index: 1;
}




/*News or Post Page*/
.news_header{
	position: relative;
	min-height: 50vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.news_header h2.title_outline{
	font-size: 300px;
	-webkit-text-stroke: 1px rgba(255,255,255,.35);
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
	z-index: 0;
}
.news_header h3{
	font-size: 3rem;
	color: #fff;
	line-height: normal;
}
.home_posts .vc_custom_heading a,
.home_posts .vc_custom_heading a:focus, 
.home_posts .vc_custom_heading a:hover, 
.home_posts .vc_custom_heading a:visited{
	color: #fff;
}
.home_posts .owl-carousel .owl-item img,
.home_posts .wpb_single_image img{
	object-fit: cover;
	object-position: center;
	height: 280px;
}

.news_header p{
	font-size: 20px;
}
.single_news_link a:hover{
	text-decoration: none;
}
.post_content_short h4{
	font-size: 18px;
	margin-top: 0;
	color: #fff;
	font-weight: 700;
}
.post_date, .post_date p{
	color: #767676;
	font-size: 14px;
	font-weight: 600;
	
}
.btn_signle_post{
	color: #F40F21;
	font-size: 18px;
	text-transform: uppercase;
	transition: all .3s ease;
	border-bottom: 1px solid #F40F21;
	padding-bottom: 8px;
	font-weight: 600;
}
.btn_signle_post:hover{
	color: #fff;
	transition: all .3s ease;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}


/* Signle post */
.single_news{
	padding-top: 25%;
}
.single_post_thumbnail{
	position: absolute;
    left: 0;
    top: 78px;
    width: 100vw;
    z-index: -1;
}
.single_post_thumbnail:after {
    background: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,1) 100%);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.single_post_thumbnail img{
	width: 100%;
	height:auto;
}
.back_post_list{
	opacity: .8;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
}
.back_post_list:hover{
	opacity: 1;
	color: #fff;
	text-decoration: none;
}
.back_post_list img{
	height: 24px;
	width: auto;
}
.post_title{
	font-size: 48px;
	color:#fff;
}
.single_post_date{
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}
.entry-content.single_post_content{
	width: 80%;
	padding: 5% 0;
	margin-right: auto;
	margin-left: auto;
	color: #fff;
	font-weight: 300;
}

/* DEMO  **CH ADDED** */
.trial_box h3 {
    color: #fff;
    font-size: 2em;
    line-height: normal;
    margin-bottom: 30px;
	margin-top: 10px;
}
.trial_box a {
    display: inline-block;
    color: #fff;
    background: #e8412a;
    padding: 10px 20px;
    font-weight: bold;
    margin: 0 7px;
	border: solid 2px #000;
	transition: all 0.3s ease;
}

.trial_box a:hover {
    text-decoration: none;
}
.trial_box {
    border: solid 2px #fff;
	padding: 60px 10px;
	transition: all 0.3s ease;
	background: rgba(0,0,0,1);
	position:relative;
}
.trial_box:before {
	background: rgb(219,13,27);
	background: linear-gradient(0deg, rgba(219,13,27,0) 0%, rgba(232,65,42,1) 100%);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.trial_box:hover {
    background: rgba(0,0,0,0);
    transition: all 0.3s ease;
    border-color: transparent;
}
.trial_box:hover a {
 	color: #fff;
	background: transparent;
	border-color: #fff;
	transition: all 0.3s ease;
}
.trial_box p {
    margin-bottom: 0;
}
.trial_box.scnd p {
    margin-bottom: 1em;
}

/*Footer and Widget*/
.footer_widget{
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.footer_widget ul.nav{
	justify-content: center;
	padding: 25px 0 50px;
}
.footer_widget ul.nav li a{
	color: #fff;
	padding: 8px 15px;
	font-size: 18px;
	font-weight: 100;
}
.footer_widget ul.nav li a:hover{
	color: #ccc;
	text-decoration: none;
	background-color: transparent;
}
.footer_widget .contact a{
	color:#FFCB39; 
	font-weight: 400;
	font-size: 15px;
	text-decoration: underline;
}
.footer_widget .contact address{
	margin-bottom: 25px;
}
.footer_widget .contact img{
	width: 25px;
	height: auto;
    margin: 0;
    padding-right: 8px;
}
footer ,
footer a{
	color: rgba(255,255,255,.5)!important;
	font-weight: 100;
}
footer a:hover{
	color: #fff !important;
	text-decoration: none;
}
footer .copyright{
	text-align: left;
}
footer .social_link{
	text-align: center;
}
footer .social_link img{
	height: 24px;
	padding: 0 3px;
	width: auto;
	opacity: .5;
}
footer .social_link a:hover img{
	opacity: 1;
}
footer .rule_link{
	text-align: right;
}

/**************Lets Talk***************/
.no_bg{background:none !important;}
#btncontact_support, #btncontact_us{
	display: inline-block;
	color: #fff;
	background: #e8412a;
	padding: 10px 20px;
	font-weight: bold;
	margin: 0 7px;
	border: solid 2px #000;
	transition: all 0.3s ease;text-decoration;
}
#btncontact_support:hover, #btncontact_us:hover, .trial_box.sml:hover #btncontact_support{
	color: #fff;
	background: transparent;
	border-color: #fff;
	transition: all 0.3s ease;
	cursor: pointer;
}
#btncontact_support:hover, #btncontact_us:hover{
	text-decoration:none;
}
/*******************************/

@media (min-width: 1520px){
	.container {
		max-width: 1480px !important;
	}
}

@media (max-width: 660px){
	header#masthead.site-header{
		background-color: transparent;
		padding: 0;
		width: 100vw;
	}
	header#masthead.site-header.sticky{
		background-color: #000;
	}
	.entry-content{
		margin-top: 0!important;
	}
	#content.site-content{
		padding-top: 0;
		padding-bottom: 0 !important;
		width: 100%;
		overflow-x: hidden;
	}
	.logo img{
		height: 28px;
	}
	#masthead nav.navbar{
		margin-left: -15px;
		margin-right: -15px;
		padding: 8px 15px !important;
		transition: all .2s ease;
	}
	#masthead nav.active{
		background-color: rgba(0,0,0,0.85);
		padding-bottom: 15px;
		transition: all .2s ease;
	}
	#main-nav.show{
		top: 0;
		right: 0;
		padding-left: 40px;
	}
	.navbar-brand{
		margin-right: 0;
	}
	.nav_bar{
		right: 0;
		position: relative;
	}
	body:not(.theme-preset-active) header#masthead .navbar-nav > li > a{
		font-size: 32px;
	}
	body:not(.theme-preset-active) header#masthead .navbar-nav > li.small > a{
		font-size: 16px;
	}
	.navbar-light .navbar-toggler{
		padding: 15px;
	}
	.language_nav{
		padding: 0;
		margin-bottom: 0;
	}
	.language_nav.dropdown-menu{
		background-color: #000;
		color: #fff;
	}
	.language_nav.dropdown-menu li a{
		display: inline-block;
	}
	.language_nav li.btn_outline_orange a{
		padding: 8px;
	}
	.language_nav.active{
		display: block;
	}
	.navbar-nav li{
		text-align: left;
		padding-top: 8px;
	}
	.title{
		font-size: 4.5rem;
	}
	.fixed_bottom img{
		height: 42px;
		padding: 3px;
	}
	._mt {
		margin-top: 0;
	}
	.contact_wrap{
		background-image: url('/lendinasia/wp-content/uploads/2020/06/form_mobile.png');
		background-size: 100% 100%;
	}
	.contact_wrap .contact{
		padding-bottom: 40px;
	}
	.btn_outline_orange a,
	.btn_outline_red a,
	.btn_red{
		font-size: 15px;
	}
	
	/*Background*/
	.bg{
		background-image: none !important;
	}
	#main-nav.show{
		background-image: url('img/menu_bg_m.png');
	}
	
	/*Homepage*/
	.sec1_bg{
		align-items: center;
		min-height: 75vh;
		height: 100%;
	}
	.sec1_content.wpb_text_column {
		padding-top: 0px !important;
	}
	.sec1_content p{
		margin-bottom: 0;
	}
	.sec1_content.btn_outline_orange a{
		display: block;
		text-align: center;
		margin-right: 0;
	}
	.why_choose_us h2.title_outline{
		margin-left: 25px;
	}
	.cicle.fadeIU, .tick.fadeIU, .square.fadeIU{ 
		width: 100%;
	}
	.map.fadeIU {
		width: 100%;
	}
	.caption{
		font-size: 4rem;
	}
	h2.title_outline, 
	.title,
	.video_title h2,
	.client_logo h2,
	.packages_title h2,
	.latest_news h2{
		font-size: 35px;
	}
	h2.title_outline.red{
		padding-left: 130px;
		position: absolute;
		top: 0;
		right: 15px;
	}
	
	.client_logo h2,
	.video_title h2{
		padding-bottom: 15px;
	}
	
	.why_me .col-sm-4.fadeInRight.animated{
		position: unset;
	}
	.why_me.owl-carousel .owl-item img {
		width: 82%;
	}
	.title_outline.number:before{
		left: 25px;
		top: 40%;
	}
	.why_content{
		padding: 0 15px;
	}
	.why_content h3 {
		font-size: 25px;
		margin-bottom: 15px;
		line-height: normal;
	}
	.why_me .owl-nav{
		text-align: center;
	}
	.why_me .owl-nav button{
		font-size: 16px;
	}
	.URLHash_link{
		text-align: center;
		display: table;
		width: 100%;
		padding: 15px;
	}
	.URLHash_link > div{
		display: table-cell;
	}
	.URLHash_link >div span.bullet{
		margin: auto;
	}
	.col-sm-5.OF_carousel_content{
		padding-left: 30px;
		padding-right: 30px;
	}
	.OF_carousel_content h3,
	.item_package h3,
	.try_us h3,
	.contact_form h3{
		font-size: 25px;
	}
	.OF_carousel .col-sm-7 img.of_img{
		padding-left: 15px;
		padding-right: 15px;
		max-height: 190px;
	}
	.why_me.owl-theme .owl-nav {
		text-align: center;
		max-width: 100%;
		margin: auto;
		transform: unset;
}
	.attractive_package .owl-nav button{
		background: transparent !important;
	}
	.features_text_bg {
		top: -23%;
		left: -20%;
		width: 100%;
	}
	.home_posts article{
		margin-bottom: 15px;
	}
	.home_posts article p{
		margin-bottom: 5px;
	}
	.home_posts .post_date{
		font-size: 12px;
	}
	.post_content_short,
	.btn_signle_post{
		font-size: 14px;
		font-weight: 600;
	}
	.features_title h2 {
		font-size: 35px;
	}
	.cirle:nth-child(odd),
	.cirle:nth-child(even),
	.cirle{
		padding: 15px;
		width: 64px;
		height: 64px;
	}
	.cirle img.robust_features_icon{
		max-width: 32px !important;
	}
	.cirle:hover,
	.circle:active,
	.cirle:hover:after,
	.cirle:active:after{
		width: 170px;
		height: 170px;
	}
	.cirle:hover h3,
	.cirle:active h3{
		font-size: 18px;
	}
	
	
.cirle.robust_features_1{
	top: 50%;
	bottom: auto;
	left: 15px;
}
.cirle.robust_features_2{
	top: 30%;
	bottom: auto;
}
.cirle.robust_features_3{
	bottom: 15%;
	top: auto;
	left: 18%;
}
.cirle.robust_features_4{
	bottom: auto;
	top: 40%;
	right: 25%;
}
.cirle.robust_features_5{
	top: 22%;
	bottom: auto;
}
.cirle.robust_features_6{
	bottom: 35%;
    right: 45%;
	left: auto;
}

.cirle.robust_features_7{
    bottom: 0%;
	top: auto;
	right: 45%;
	left: auto;
}
.cirle.robust_features_8{
	top: auto;	
	bottom: 15%;
}
.cirle.robust_features_9{
	bottom:auto;
	right: 20px;
	top: 55%;
}
.cirle.robust_features_10{
	top: auto;
	bottom: 20px;
	right: 20px;
}
	
	.attractive_package .owl-item:first-child .item_package{
		opacity: 1;
		transform: scale(1);
	}
	.item_package {
		margin: 0px 0px 30px;
	}
	.mobile_premiun_btn {
		display: block;
		font-weight: 700;
		font-size: 14px;
		margin-top: 20px;
	}
	.mobile_premiun_btn p{
		margin-bottom: 8px;
	}
	.premiun_btn {
		text-decoration: underline;
	}
	.video{
		background-position: left 40px;
		background-image: url('img/video_bg_m.png');
	}
	.video_title.bg-red,
	.video_title{
		margin-left: 15px;
	}
	.video_title.bg-red{
		padding-bottom: 20px;
	}
	.video_title h2{
		text-align: left;
		padding-left: 15px;
		padding-bottom: 0;
	}
	.btn_outline_red a{ 
		margin-right: auto;
		margin-left: auto;
	}
	.client_logo img{
		top: -150px;
	}
	.client_logo_img td .img_link{
		font-size: 10px;
		color: #fff;
		opacity: .3;
		bottom: 15px;
	}
	.contact_form form{
		padding: 0 15px;
	}
	.contact_form div.wpcf7 form .ajax-loader{
		margin: 8px auto;
		display: block;
	}
	
	
	/*Post*/
	.post_content_short h4{
		font-size: 14px;
	}
	.home_posts .vc_arrow-icon-arrow_01_left{
		left: 0px !important;
		padding-right: 48px;
	}
	.home_posts .vc_arrow-icon-arrow_01_right{
		right: 0 !important;
		padding-left: 48px;
	}
	.home_posts .vc_arrow-icon-arrow_01_left:before,
	.home_posts .vc_arrow-icon-arrow_01_right:before{
		width: 46px;
		height: 46px;
	}
	
	/**footer**/
	.footer_widget ul.nav{
		display: block;
	}
	.footer_widget ul.nav li a{
		font-size: 14px;
		padding: 10px;
		display: block;
	}
	footer .copyright{
		text-align: center;
		padding-top: 15px;
	}
	.rule_link{
		color: rgba(255,255,255,0)!important;
		margin: 25px auto;
	}
	.rule_link a {
		padding: 0px;
		display: block;
		text-align: center;
		font-size: 14px;
		color: rgba(255,255,255,.8)!important;
	}
	footer .social_link{
		margin: 25px auto;
	}
	footer .social_link img{
		padding: 0 10px;
		height: 20px;
	}
	
	
	/**Float Css**/
	.position.red_bubble{
		right: -20%;
		top: 0%;
		width: 50%;
		transform: translatey(-50%);
	}
	.float_bubbles,
	.position.yellow_bubble,
	.position.orange_bubble{
		display: none;
	}
	.position.gra_bubble{
		right: -15%;
		top: 90%;
		width: 50%;
	}
}

@media (max-width: 340px){
	.logo img {
		height: 24px;
	}
	
	.caption {
		font-size: 3rem;
	}
}

.client_country ul{
	list-style: none;
	padding: 0;
}
.client_country ul li{
	padding-bottom: 15px;
}
.client_country ul li a{
	color: #D9D9D9;
	font-weight: 500;
	font-size: 18px;
	transition: all .3s ease;
	margin-bottom: 15px;
	display: inline-block;
	padding-bottom: 5px;
}
.client_country ul li a img {
    margin-right: 5px;
    vertical-align: text-bottom;
    max-width: 26px;
    margin-bottom: 3px;
}
.client_country ul li a:hover,
.client_country ul li.active a{
	color: #fff;
	font-weight: 600;
	font-size: 21px;
	border-bottom: 2px solid #E8412A;
	text-decoration: none;
	transition: all .3s ease;
}

.home_posts .owl-carousel .owl-item img{
	object-fit: cover;
	object-position: center;
	height: 280px;
}

.demo_video_bg{
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.demo_text{
	background-image: url('img/DEMO.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.news_header{
	background-image: url('img/news_pg_bg.png');
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.news_header.demo_bg {
	background-image: url(https://www.lendin.asia/wp-content/uploads/2020/08/lendinasia-demo-header.png);
	background-size: cover;
    background-position: bottom;
}


.tab-content.noble_tab_content>.tab-pane{
	opacity: 0;
	z-index: 1;
	display: block;	
	width: 100%;
    position: absolute;
    top: 0;
    transform: translateY(-100%);
}
.tab-content.noble_tab_content>.tab-pane.active{
	opacity: 1;
	z-index: 10;
	display: block;
}

.owl-carousel.notable_client .owl-stage{
	margin: auto;
	background-color: rgba(0,0,0,.7);
	border-radius: 15px;
}
.owl-carousel .owl-item img.img_brand{
	height: 100px;
	width: auto;
	margin: 0 auto 8px;
}
.owl-carousel.notable_client .owl-item a{
	transition: all .2s ease;
	display: inline-block;
}
.owl-carousel.notable_client .owl-item a:hover{
	text-decoration: none;
	opacity: .8;
	transition: all .2s ease;
}
div.tab {
    width: 100%;
	display: block;
}
.tab_item{
	position: absolute;
}
.noble_client_img{
	background-image: url("/wp-content/uploads/2020/10/Clients-Map.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;
}
.noble_tab_wrap .tab_item a.active,
.noble_tab_wrap .tab_item a:hover,
.noble_tab_wrap .tab_item a:focus{
	background-color:transparent;
	outline: none;
	display: inline-flex;
    color: #fff;
}
.noble_tab_wrap .tab_item a .noble_country{
	display: none;
}
.noble_tab_wrap .tab_item a.active .noble_country{
	display: block;
}
.noble_tab_wrap .tab_item span.dot{
	border-radius: 50% 50%;
	width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 8px;
	background-image: url("/wp-content/uploads/2020/10/Pin-Dot.png");
    background-size: cover;
}
.noble_tab_wrap .tab_item a .dot:before{
	content: '';
	position: absolute;
	width: 24px;
    height: 24px;
	transform: translate(-4px, -4px);
	background: radial-gradient(circle, rgba(232,65,42,1) 20%, rgba(232,65,42,0) 70%);
	animation-name: growing;
	animation-duration: 4s;
	animation-iteration-count: infinite;
	opacity:1;
}
.noble_tab_wrap .tab_item.ms_li a .dot:before{
	animation-delay: .8s;
}
.noble_tab_wrap .tab_item.sg_li a .dot:before{
	animation-delay: 1.25s;
}
.noble_tab_wrap .tab_item.vn_li a .dot:before{
	animation-delay: .4s;
}
.noble_tab_wrap .tab_item.id_li a .dot:before{
	animation-delay: 1.6s;
}
.noble_tab_content .item{
	padding: 15px 0;
	text-align: center;
}
.noble_tab_content .item p{
	margin-bottom: 0;
	font-size: .8rem;
}
.owl-carousel.notable_client .owl-nav button.owl-next,
.owl-carousel.notable_client .owl-nav button.owl-prev{
	position: absolute;
	top: 50%;
	transform: translatey(-75%);
	color: #FFCB39;
	font-size: 36px;
}
.owl-carousel.notable_client .owl-nav button.owl-next:hover,
.owl-carousel.notable_client .owl-nav button.owl-prev:hover{
	outline: none;
}
.owl-carousel.notable_client .owl-nav button.owl-next{
	right: 8px;
} 
.owl-carousel.notable_client .owl-nav button.owl-prev{
	left: 8px;
}



@media (max-width: 660px){
	.home_posts .owl-carousel .owl-item img,
	.home_posts .wpb_single_image img{
		height: 128px;
	}
	.single_news .bg_gradient{
		padding: 15px;
	}
	.post_title{
		font-size: 30px;
	}
	.entry-content.single_post_content{
		width: 100%;
	}
	.entry-content.single_post_content p{
		font-size: 1.25em;
	}
	
	.client_logo_wrap>div{
		margin-top: 0px !important;
	}
	.client_country ul {
		display: flex;
		width: 100%;
		overflow-x: scroll;
	}
	.client_country ul li {
		padding-bottom: 15px;
		display: inline-block;
		padding-right: 15px;
	}
	.client_country ul li a {
		display: inline-flex;
		white-space: nowrap;
	}
	.client_country ul li a img {
		margin-right: 5px;
		margin-top: 0;
		object-fit: contain;
		object-position: top;
	}
	.client_country ul li a:hover{
		border-bottom-color: transparent;
	}
	.client_country ul li.active a:hover{
		border-bottom-color: #E8412A;
	}
	.client_logo h2 {
		display: inline;
	}
	
	
	.client_logo h2 br{display: none;}
	.client_logo.wpb_content_element{margin-bottom:0}
	div.tab {
		transform: translateY(-60%);
	}
	.noble_client_img{
		background-image: url("/wp-content/uploads/2020/10/NotableClientsMobile2.png");
	}
	.noble_tab_wrap .noble_tab {
		height: 50vh;
	}
	.ms_li{
		bottom: 50%;
		right: 33%;
	}
	.sg_li{
		bottom: 38%;
		right: 12%;
	}
	.th_li{
		bottom: 68%;
		right: 35%;
	}
	.vn_li{
		bottom: 62%;
		right: 18%;
	}
	.id_li{
		bottom: 10%;
		right: 20%;
	}
	.mobile_notable_client {
		padding-top: 15px;
		max-height: 350px;
		overflow: auto;
		width: calc(100vw - 50px);
	}
	.mobile_notable_client p{
		color: #000;		
		margin-bottom:0;
		font-weight: bold;
	}
	.mobile_notable_client small.text-warning{
		color: #F40F21 !important;		
	}
	.mobile_notable_client img{
		margin-bottom: 8px;		
	}
	.mobile_notable_client .col_4{
		width: 33.3%;
		float: left;
		display: inline-block;
		padding: 0 15px;
		text-align: center;
		margin-bottom: 8px;
	}
	.noble_tab_wrap .tab_item a{
		padding:8px;
	}
	h2.noble_country{
		margin-top: 0;
		position: relative;
		font-weight: bold;
	}
	h2.noble_country .b_b{
		border-bottom: 4px solid #E8412A;
	}
	.p_2{
		padding: 20px;
	}
	.noble_tab_wrap .tab_item a .dot:before{
		width: 24px;
		height: 24px;
		transform: translate(-4px, -4px);
	}	
}

@media (min-width: 1080px){
	.noble_client_img {
		background-size: 100% auto;
	}
	.ms_li{
		bottom: 140px;
		right: 40%;
	}
	.sg_li{
		bottom: 105px;
		right: 37%;
	}
	.th_li{
		bottom: 200px;
		right: 42%;
	}
	.vn_li{
		bottom: 178px;
		right: 32%;
	}
	.id_li{
		bottom: 25px;
    	right: 34%;
	}
	.noble_tab_wrap ul {
		height: 200px;
	}
}
@media (min-width: 1200px){
	.noble_client_img{
		background-size: 1200px auto;
	}
	.ms_li{
		bottom: 160px;
		right: 43%;
	}
	.sg_li{
		bottom: 120px;
		right: 40%;
	}
	.th_li{
		bottom: 215px;
		right: 43%;
	}
	.vn_li{
		bottom: 190px;
		right: 37%;
	}
	.id_li{
		bottom: 32px;
		right: 36%;
	}
	.noble_tab_wrap ul{
		height: 260px;
	}
}
@media (min-width: 1520px){
	.noble_client_img{
		background-size: 1520px auto;
	}
	.ms_li{
		bottom: 195px;
	}
	.sg_li{
		bottom: 160px;
		right: 41%;
	}
	.th_li{
		bottom: 260px;
		right: 44%;
	}
	.vn_li{
		bottom: 230px;
		right: 39%;
	}
	.noble_tab_wrap ul{
		height: 360px;
	}
}

@keyframes growing {
	0% {opacity:1;}
	25% {opacity:.25;}
	50% {opacity:1;}
	100% {opacity:1;}
}






.client_tabs li{
    padding: 8px 50px 8px 0;
}
.client_tabs a {
    font-size: 21px;
    display: block;
    font-weight: 600;
    text-align: center;
    color: #fff;
    opacity:.6;
	transition: all .3s ease;
}
.client_tabs a.active,
.client_tabs a:hover{
    opacity:1;
    text-decoration: none;
	background-color: transparent !important;
	transition: all .3s ease;
}
.client_tabs a span{
	white-space: nowrap;
}
.client_tabs a.active span,
.client_tabs a:hover span{
    border-bottom: 2px solid #E8412A;
    text-decoration: none;
    background-color: transparent !important;
    padding-bottom: 8px;
}
.client_tabs img {
    width: 21px;
    height: auto;
    margin-right: 8px;
}
.client_logo_img {
    text-align: center;
}
.client_logo_img img{
    filter: grayscale(1);
    padding: 30px;
    transition: all .3s ease;
    margin: auto !important;
}
.client_logo_img a:hover img{
    filter: unset;
    background-color: rgba(255,255,255,.85);
    transition: all .3s ease;
}
.client_logo_img a:hover{
    text-decoration: none
}
.client_logo_img p.img_link {
    transform: translateY(-50px);
    font-weight: 600;
    font-size: 16px;
    opacity: .3;
	color: #000;
}
.client_logo_img a:hover .img_link {
    opacity: 1;
}
.col-4.client_logo_img {
    padding: 0 8px;
}
.tab-pane .owl-carousel.text-white .owl-nav{
    text-align: center;
    font-size: 36px;
}
.tab-pane .owl-carousel.text-white .owl-nav button{
    padding: 0 8px !important;
	color: #E87B2A;
    top: 50%;
	position: absolute;
	font-size: 64px;
}
.tab-pane .owl-carousel.text-white .owl-nav button.owl-prev{
	left: 0;
    transform: translate(-100%, -50%);
}
.tab-pane .owl-carousel.text-white .owl-nav button.owl-next{
	right: 0;
    transform: translate(100%, -50%);
}
@media (max-width: 618px){
    .client_tabs li{
        padding: 8px 30px 8px 0;
    }
    .client_tabs a {
        font-size: 16px;
    }
    .client_logo_img p.img_link {
        font-size: 8px;
    }
	.client_logo_img img{
		padding: 8px;
	}
    .nav.client_tabs{
        display: flex;
        overflow-y: auto;
        padding-bottom: 15px;
        flex-wrap: unset;
    }
    .client_tabs img {
        margin-right: 0px;
        margin-bottom: 8px !important;
    }
    .client_logo_img p.img_link {
        transform: translateY(-25px);
    }
	.tab-pane .owl-carousel.text-white .owl-nav button{
		font-size: 24px;
	}
}
.nav.client_tabs::-webkit-scrollbar {
	height: 3px;
}

body h2{color: #fff;font-size:3.5rem;}
.RFeature_wrap{}
.robust_features:after{content:url('img/glow.png');position:absolute;right:0;bottom:0;transform:translatey(30%);max-height:500px;z-index:0;}
.RFeature_col{transition:all .3s ease;border-bottom:.5px solid #7676764d;border-right:.5px solid #7676764d;}
.RFeature_col:last-child{border-right:0px;}
.bottom .RFeature_col{border-bottom:0px;}
.RFeature_col_y:hover{box-shadow:0px 0px 10px 5px #FFCB39CC inset;transition:all .3s ease;}
.RFeature_col_o:hover{box-shadow:0px 0px 10px 5px #E87B2Acc inset;transition:all .3s ease;}
.RFeature_col_r:hover{box-shadow:0px 0px 10px 5px #F40F21cc inset;transition:all .3s ease;}
.RFeature_point.wpb_content_element{padding:30px 15px;margin-bottom:0;}
.RFeature_point img{height:32px;width:auto;margin:8px auto;display:block;}

.mobile_showcase.owl-carousel:after{content: '';border: 4px solid #FFCB39;margin: auto;position: absolute;top: 0;left: 37.5%;width: 25%;height: 100%;border-radius: 45px;}
.mobile_showcase .owl-item{opacity:.3;transition:all .3s ease;}
.mobile_showcase .owl-item.center{opacity:1;transition:all .3s ease;}
.mobile_showcase.owl-theme .owl-nav .owl-prev{position:absolute;top:50%;left:25%;color:#fff;font-size:45px;transform:translatey(-50%);}
.mobile_showcase.owl-theme .owl-nav .owl-next{position:absolute;top:50%;right:25%;color:#fff;font-size:45px;transform:translatey(-50%);}
.mobile_showcase.owl-theme .owl-nav{width: 100%;height: 100%;position: absolute; top: 0;left: 0;margin: 0;background: linear-gradient(to right, rgb(0 0 0), transparent 30%,transparent 70%, black);}

.one_package {background-image:url('img/1package_bg.png');background-size:100% auto;background-repeat:no-repeat;background-position:top;}
.package_price{border:3px solid #E87B2A;padding:30px;font-weight:500;background-image:url('img/blur_bg.png');background-size:cover;background-position:center;}
.package_price h3{color:#fff;font-size:3rem;font-weight: bold;line-height: normal;display: flex;justify-content: center;}
.package_price h3 sup{font-size: 16px;display: inline-block;text-align: right;margin-right: 8px;margin-top: 18px;font-size: 16px;width: 48px;max-width: 100%;font-weight:700;line-height:normal;}
.package_price h6{color:#5C5C5C;font-weight: 600;}
.package_price .line{position:relative;}
.package_price .line:after{content:'';position:absolute;top:50%;border-top:1px dashed #fff;left:0;width:45%;height:1px;}
.package_price .line:before{content:'';position:absolute;top:50%;border-top:1px dashed #fff;right:0;width:45%;height:1px;}
.btn_package{background:#E87B2A;box-shadow:0px 0px 0px 6px #e87b2a73;padding:15px 30px;color:#fff;font-weight:800;transition:all .3s ease;margin:0 auto 15px;display: inline-block; opacity:1!important;}
.btn_package:hover{background:transparent;color:#E87B2A;text-decoration:none;transition:all .3s ease;}
.package_list{padding:20px 20px 30px;color:#fff;border:1px solid #FFFFFF4D;margin-bottom:15px;}
.package_list .package_list_table{width:100%;}
.package_list_table tr:nth-child(odd){background-color:rgba(255,255,255,.1);}
.package_list_table tr td{padding:8px;font-weight: 600;}
.package_list_table tr td:nth-child(even){font-weight: normal;}
.package_list_table tr td small{color:#767676;font-size:100%;font-weight: normal;}


@media (max-width: 618px){
body h2{font-size: 35px;}
.bottom .RFeature_col{border-bottom:.5px solid #7676764d;}
.robust_features:after{content:'';}
.mobile_showcase.owl-carousel:after{top: 0;left:30px;width:calc(100% - 60px);height: 100%;border-radius: 30px;}
.mobile_showcase .owl-item{opacity:1;height:500px}
.mobile_showcase .owl-item.center.active{height:auto;}
.mobile_showcase .owl-item.center{border:unset;}
.mobile_showcase .owl-item.center .item{padding:0 30px;}
.mobile_showcase.owl-theme .owl-nav .owl-prev{left:0px;font-size:30px;}
.mobile_showcase.owl-theme .owl-nav .owl-next{right:0px;font-size:30px;}
.mobile_showcase.owl-theme .owl-nav{background:transparent;}
	
.package_price h3 sup{font-size:12px;margin-top:15px;}
}