.page-wrapper{
	background-color: #fff;
	max-width: 100%;
	overflow: hidden;
}
section.vc_section{
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
	position: relative;
}
.container-wide{
	max-width: 100%;
	overflow: hidden;
}
.section-padding-normal.vc_section,
.row-padding-normal,
.section-padding-normal{
	padding-top: 60px;
	padding-bottom: 60px;
}
.section-padding-large.vc_section,
.section-padding-large{
	padding-top: 100px;
	padding-bottom: 100px;
}
.section-padding-small.vc_section,
.row-padding-small,
.section-padding-small{
	padding-top: 30px;
	padding-bottom: 30px;
}
.section-no-padding.vc_section,
.row-no-padding,
.section-no-padding{
	padding-top: 0;
	padding-bottom: 0;
}
.section-top-padding.vc_section,
.row-top-padding,
.section-top-padding{
	padding-top: 60px;
	padding-bottom: 0;
}
.section-bottom-padding.vc_section,
.row-bottom-padding,
.section-bottom-padding{
	padding-bottom: 60px;
	padding-top: 0;
}
.overlay{
	overflow: hidden;
}
.overlay.dark-overlay,
.overlay.dark-overlay .vc_parallax-inner{
	box-shadow: 0px 1500px rgba(0, 0, 0, 0.4) inset;
}
.overlay.light-overlay,
.overlay.light-overlay .vc_parallax-inner{
	box-shadow: 0px 1500px rgba(255, 255, 255, 0.6) inset;
}
.boxed .page-wrapper{
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
}
.frontpage-transparent-header .page-title{
	padding-top: 150px;
}
.content-from-top #main{
	padding-top: 0;
}
.content-from-top #main article{
	margin: 0;
}
.frontpage-header .square-menu-wrap{
	margin-bottom: 0;
	margin-top: 12px;
}
.frontpage-header .square-menu-wrap .column-3{

}
.header-company-intro.vc_row{
	background-color: #fff;
	margin-left: 0;
	margin-right: 0;
}
.home-banner .btn-primary{
	line-height: normal;
}
.home-banner .btn-primary i{
	margin-top: 6px;
}
.header-company-intro.vc_inner .vc_column_container > .vc_column-inner {
	padding-top: 0;
	padding-left: 21px;
	padding-right: 42px;
}
.header-company-intro.vc_inner .vc_column_container:first-child > .vc_column-inner{
	padding-left: 60px;
	padding-right: 21px;
}
.header-company-intro.vc_inner .vc_column_container > .vc_column-inner .wpb_text_column{
	margin-bottom: 0;
}
.figure-block-header .vc_column-inner {
	padding: 0 !important;
}
.figure-block-header .vc_column-inner .figures-block{
	margin-bottom: 0;
}
.figure-block-header .figures-block .invested{
	padding-bottom: 0;
}
.screen-reader-text{
	 position: absolute !important;
    left: -999em;
}
.no-margin{
	margin: 0 !important;
}
.text-light{
	color: #fff;
}
.fixed-navbar{
	width: 100%;
	top: 0;
	left: 0;
	position: fixed;
	z-index: 9999;
	background-color: rgba(255, 255, 255, .9);	
}
.fixed-navbar .header-nav.nav-style-dark{
	background-color: rgba(0, 0, 0, .9);
}
.fixed-navbar .header-nav{
	border-bottom: 1px solid #e5e5e5;
}
.fixed-navbar .nav-style-dark{
	border-bottom: none;
}

.page-links,
.archive-header,
.single-portfolio .nav-links,
.single-post .nav-links{
	width: 100%;
	 background-color: #f5f5f5;
    border-top: 1px solid #d5d5d5;
    margin-bottom: 60px;
    overflow: hidden;
    padding: 40px;
    margin: 30px 0 60px;
}
.page-links{
	margin: 30px 0 50px;
}
.page-links .page-links-title{
	text-transform: uppercase;
	padding-left: 0;
}
.page-links span{
	padding: 0 5px;
}
.archive-header{
	margin-top: 0;
	margin-bottom: 50px;
}
.archive-header h1{
	font-size: 32px;
	margin-top: 10px;
}
.post-meta li .essb-total {
	display: inline-block;
}
.single-portfolio .nav-links > div,
.single-post .nav-links > div{
	width: 50%;
	float: left;
}
.single-portfolio .nav-links > .nav-next,
.single-post .nav-links > .nav-next{
	float: right;
}
.single-post .nav-links > div a{
	max-width: 320px;
	letter-spacing: 0.35px;
}
.single-portfolio .nav-next,
.single-post .nav-next{
	text-align: right;
}
.single-portfolio .nav-links .meta-nav,
.single-post .nav-links .meta-nav{
	display: block;
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	color: #acacac;
}
.single-portfolio .nav-links .post-title,
.single-post .nav-links .post-title{
	font-size: 14px;
}
.post-pagination{
	margin: 50px 0;
}
.post-author-meta img{
	border-radius: 50%;
	-webkit-border-radius: 50%;
}
.cssmenu .topbar-button a{
	color: #fff !important
}

.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption-text {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
	color: #ababab;
	font-style: italic;
}

/**
 * 14.2 Galleries
 */
.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/**
 * Alignments
 */

.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
}
.sticky {}
.bypostauthor {}

.header-nav.nav-style-dark .menu > li.active > a{
	color: #fff;
}
.owl-carousel{
	max-height: 200px;
	overflow: hidden;
}
.owl-carousel.owl-loaded{
	max-height: inherit;
	overflow: visible;
}
.owl-carousel .slide-item img{
	display: none;
}
.owl-carousel.owl-loaded .slide-item img{
	display: block;
}
.entry-footer .post-meta li .investment-like-wrapper a span{
	display: inline-block;
}
iframe{
	max-width: 100%;
	width: 100%;
	min-height: 250px;
}

/*investment-image-gallery*/
.investment-image-gallery{
	position: relative;
	margin-bottom: 15px;
}
.investment-image-gallery > div{
}
.investment-image-gallery > div div{	
	overflow: hidden;	
}
.investment-image-gallery img{
	-webkit-transition: 1.3s;
	-moz-transition: 1.3s;
	transition: 1.3s;
	width: 100%;
}

.investment-image-gallery > div:hover img{
	transform: scale(1.05);
}
.investment-image-gallery .image0{
	padding-bottom: 4px;
	margin-top: 10px;
}
.investment-image-gallery .image1{
	padding-right: 2px;
}
.investment-image-gallery .image2{
	padding-left: 2px;	
}
.plusmore .image2 div{
	position: relative;
	overflow: hidden;
}
.plusmore .image2 a{
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
	font-family: Cardo;
	font-size: 48px;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	display: inline-grid;
	align-items: center;
	text-align: center;
}	
	
.investment-accordions{margin-bottom: 50px;}
.investment-accordions .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, 
.investment-accordions .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before, 
.investment-accordions .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after, 
.investment-accordions .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before{
	border-color: #fff;
}
.investment-accordions .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon{
	background-color: #000;
	width: 24px;
	height: 24px;
	border: 6px solid #000;
}
.investment-accordions .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title > a{
	padding-right: 64px;
}
.investment-accordions .vc_tta.vc_general .vc_tta-panel-title > a{
	color: #444 !important;
	font:bold 18px Cardo;
	border-left: 5px solid #f3525a;
}
.investment-accordions .vc_tta.vc_tta-style-classic .vc_tta-panel-body, 
.investment-accordions .vc_tta.vc_tta-style-classic .vc_tta-panel-heading, 
.investment-accordions .vc_tta.vc_tta-style-classic .vc_tta-tab > a{
	border-width: 0;
}
.investment-accordions .vc_tta.vc_general .vc_tta-panel-body{
	padding: 20px 25px 30px;
}
.investment-tabs{ margin-bottom: 50px;  }
.investment-tabs .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a{
	background-color: #f8f8f8;
	border-bottom-width: 0px;
	border-color: #f0f0f0;
}
.investment-tabs .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tabs-list .vc_tta-tab.vc_active > a{
	position: relative;
	background-color: #fff;
	color: #f3525a;
}
.investment-tabs .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tabs-list .vc_tta-tab.vc_active > a span:before{
	background-color:#f3525a;
	border-left: 1px solid #f3525a;
	border-right: 1px solid #f3525a;
	top: -1px;
	left: 0;
	width: 100%;
	height: 5px;
	position: absolute;
	content: "";
}
.investment-tabs .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a{
	font-size: 16px;
}
.investment-tabs .vc_tta.vc_general .vc_tta-panel-body{
	padding: 40px 20px;
}
.vc_tta-panel-body p:last-child{
	margin-bottom: 0;
}

/*.list-item*/
.list-item{	
	padding-left: 15px;
	position: relative;
	margin-bottom: 30px;
}
.list-icon-yes.icon-bg-yes{
	padding-left: 96px;
	min-height: 78px;
}
.list-icon-yes.icon-bg-no{
	padding-left: 40px;
	margin-bottom: 15px;
}
.list-icon-yes.icon-bg-no i{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 24px;
}
.square-primary{
	width: 6px;
	height: 6px;
	position: absolute;
	left: 0;
	top: 8px;
}
.heading-title{
	margin-top: 0;
}
.list-item .expertise-icon{
	margin-right: 0;
	position: absolute;
	left: 0;
	top: 8px;
}
.list-item .normal{
	font-size: 16px;
	line-height: normal;
}
.list-item p{
	margin-bottom: 10px !important;
	line-height: normal;
}
.list-item h4{
	font-size: 20px;
}

.gallery-tiled{
	margin-bottom: 50px;
}
.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus{
	background-color: #fff;
}
.tablesorter{
	margin-bottom: 50px;
}

/*SLider css*/
.investment-subtitle-style1{
	letter-spacing: 0.1em !important;
	font-weight: bold !important;
	font-size: 14px !important;
}
.investment-subtitle-style2{
	font-weight: bold !important;
	font-size: 16px !important;
	letter-spacing: 0.05em !important;
}
.invenstment-button.rev-btn{
	line-height: 20px !important;
	letter-spacing: 0.3em !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	border: none !important;
	padding: 14px 25px !important;
	font-size: 11px !important;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.invenstment-button.rev-btn i{
	margin-left: 8px;
	font-size: 29px;
	line-height: 19px !important;
	vertical-align: middle;
}
.invenstment-button:hover,
.invenstment-button:focus{
  color: #fff !important;
}
.wpb_text_column ul,
.wpb_text_column ol,
.hentry > ul,
.hentry > ol{
	margin-bottom: 30px;
}
.comments ul,
.wpb_text_column ul,
.hentry > p > ul,
.hentry > ul,
.hentry > ol ul,
.hentry > ul ul{
    list-style: outside none square;
    margin-left: 20px;
    padding-left: 0;
}
.comments ol,
.wpb_text_column ol,
.hentry > p > ol,
.hentry > ol,
.hentry > ul ol,
.hentry > ol ol{
	list-style: outside none decimal;
	margin-left: 20px;
}
#sidebar .help.has-darkbg-class h4,
#sidebar .help.has-darkbg-class p,
.has-darkbg-class .testimonial-style1 h4,
.has-darkbg-class .testimonials .smaller, 
.has-darkbg-class .post p.caps_normal, 
.has-darkbg-class .list-item .smaller, 
.has-darkbg-class .post-text ul .smaller,
.has-darkbg-class .h_small,
.has-darkbg-class .header-content .normal,
.has-darkbg-class .header-content p strong, 
.has-darkbg-class .header-content .excerpt_normal,
.has-darkbg-class,
.has-darkbg-class h1,
.has-darkbg-class h2,
.has-darkbg-class h3,
.has-darkbg-class h4,
.has-darkbg-class h5,
.has-darkbg-class h6{
	color: #fff;
}
.owl-theme .owl-controls{
	margin-top: 0;
}
span.sticky-post{
	padding: 3px 5px;
	font-size: 12px;
	text-transform: uppercase;
	border-radius: 3px;
	font-weight: bold;
	letter-spacing: .05em;
}
.widget ul ul ul li{
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	border-left: 0px solid transparent;
}
.widget ul ul ul li:hover,
.widget ul ul ul li.active{
	border-left: 0px solid transparent;
}
.comment-body li{
	line-height: 30px;
}
.comment-body ul,
.post-content ul{
	padding-left: 40px;
}
.comment-body ul ul,
.post-content ul ul{
	padding-bottom: 0;
}
.search-results article{
	margin-bottom: 60px;
	padding-bottom: 30px;
	border-bottom: 1px solid #d5d5d5;
}
.search-results .post-text {
	padding-bottom: 0;
	border-bottom: none;
}
.single-post .comment-navigation .nav-links{
	border: none;
	padding: 0;
}
@media(min-width: 1000px){
	

	#service-on-top{
		margin-top: -160px;
	}
}

/* Feature */
.feature-wrap{
	background-color: #fff;
	padding: 60px 45px;
	margin-bottom: 30px;
	border: 1px solid #e9e9e9;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;	
	text-align: center;
}
.feature-wrap:hover,
.feature-wrap:focus{
	box-shadow: 0 1px 8px -5px gray;
}
.feature-wrap .feature-icon{
	font-size: 56px;
	max-height: 56px;
}
.feature-wrap h4{
	margin: 20px 0 10px;
}
.feature-wrap p{
	margin-bottom: 0;
}
.vc_section .apply-job{
	margin-bottom: 0;
}

 .apply-job .button{
 	margin-top: 6px;
 	letter-spacing: .15em;
 }
 .vc_section .list-icon-yes.icon-bg-no i{
 	font-size: 28px;
 	font-weight: bold;
 }
 .vc_section .list-icon-yes.icon-bg-no{
 	padding-left: 40px;
 }
 div.wpcf7 .wpcf7-recaptcha iframe {
    width: 100%;
    min-height: inherit;
}
 div.wpcf7 span.wpcf7-not-valid-tip{
	width: 100%;
	min-width: 200px;
	position: absolute;
	top: -8px;
	left: 0;
}
.rtl  div.wpcf7 span.wpcf7-not-valid-tip{
	left: auto;
	right: 0;
}
.service-isotope .item{
	margin-bottom: 3px;
}
.service-carousel .item{
	width: 100%;
}
.service-carousel .owl-dots {
	margin-top: 30px;
}
#language_list .dropdown-menu{
	position: absolute;
	z-index: 9999999;
	min-width: 200px;
	margin-top: 10px;
	padding: 0;
	border-radius: 0;
}
#language_list .dropdown-menu li{
	margin: 0;
	padding: 3px 10px;
	display: block;
	min-width: 100% !important;
}
#language_list .dropdown-menu button{
	color: #222;
}
#language_list .dropdown-menu button,
#language_list .dropdown-menu a{
	display: inline-block;
	padding: 5px 0;
}
#language_list .dropdown-menu a:hover,
#language_list .dropdown-menu a:focus{
	background-color: #fff;
}
#language_list .dropdown-menu img{
	margin-right: 10px;
}
.rtl #language_list .dropdown-menu img{
	margin-right: 0px;
	margin-left: 10px;
}
#language_list .caret{
	margin-left: 10px;
}
#language_list.open .caret{
	transform: rotate(180deg);
}
.rtl #language_list .caret{
	margin-right: 10px;
	margin-left: 0;
}
#language_list .dropdown-menu li .icl_lang_sel_current{
	color: #222;
}
.transparent-header .contact-block{
	color: #fff;
}
.item-content h3 a{
	color: #fff;
}
.selectize-control.single .selectize-input{
	height: 50px;
}

/*bbpress*/
#bbpress-forums #bbp-search-form #bbp_search{
	margin-top: -4px;
}
#bbp_search_submit{
	max-height: 47px;
}
#subscription-toggle{
	padding: 0 10px 0;
	margin-top: 10px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .1em;
}

#main .selectize-control{
	min-width: 200px;
}
#navbar-visible-no-sticky-wrapper{
	position: absolute;
	opacity: 0;
}
#navbar-visible-no-sticky-wrapper.is-sticky{
	top: 0;
	opacity: 1;
}
.vertical-registration-form{
	background-color: rgba(255, 255, 255, .95);
	padding: 30px;
}
.vertical-registration-form h3{
	margin-top: 0;
}
.vertical-registration-form .btn_normal{
	padding: 16px 30px;
}
.page-template-onepage-template a.navbar-brand{
	padding-top: 10px;
}
.page-template-onepage-template .is-sticky a.navbar-brand{
	padding-top: 16px;
}
.page-template-onepage-template .is-sticky .social-icon, 
.page-template-onepage-template .cssmenu .topbar-button{
	display: inline-block;
}
.page-template-onepage-template > header,
.page-template-onepage-template > section:first-child{
	z-index: 99;
	position: relative;
}
.page-template-onepage-template > p{
	display: none;
}
.page-template-onepage-template .vc_section{
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;	
}
.page-template-onepage-template header.vc_section{
	margin-top: 0;
	padding-top: 0;
}
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fefefe;
	z-index: 99999;
	height: 100%;
	width: 100%;
	overflow: hidden !important;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #ffffff;
  font-size: 10px;
  margin: 50% auto 0;
  position: relative;
  top: -15px;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  vertical-align: middle;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.form-control.error{
	background-image: none;
	border: 1px solid red;
}
.vertical-registration-form .border::after{
	right: -8px;
}
.bottom-arrow-yes:after,
.top-arrow-yes:before{
	content: "";
	border-width: 40px 60px 40px 60px;
	border-color:   transparent  transparent #fff transparent ;
	border-style: solid;
	display: inline-block;
	text-align: center;
	position: absolute;
	top: -79px;
	left: 50%;
	margin-left: -56px;
}

.bottom-arrow-yes:after{
	border-color: #fff transparent  transparent transparent;
	top: auto;
	bottom: -79px;
	z-index: 9;
}
.bg_gray.top-arrow-yes:before{
	border-color: transparent  transparent #f5f5f5 transparent ;
}
.bg_gray.bottom-arrow-yes:after{
	border-color: #f5f5f5 transparent  transparent transparent;
}
.counter-items i{
	font-size: 42px;
}
.counter-items .counter{
	font-size: 38px;
	font-weight: 700;
}
.counter-items .caps_normal{
	font-size: 12px;
}
.skillbar{
    overflow: hidden;
    margin-bottom: 20px;
}

.skillbar:last-child{
    margin-bottom: 0;
}

.skillbar p span{
    float: right;
    letter-spacing: 0px;
    margin-bottom: 0;
}

.skillbar p:last-child{
    margin-bottom: 0;
}

.skillbar-bar-wrapper{
    position:relative;
    display:block;
    width:100%;
    background:#eee;
    height:8px;
    -webkit-transition:0.4s linear;
       -moz-transition:0.4s linear;
        -ms-transition:0.4s linear;
         -o-transition:0.4s linear;
            transition:0.4s linear;
    -webkit-transition-property:width, background-color;
       -moz-transition-property:width, background-color;
        -ms-transition-property:width, background-color;
         -o-transition-property:width, background-color;
            transition-property:width, background-color;
}

.skillbar-bar{
    height:8px;
    width:0px;
    background-color:#6adcfa;
}
.navigation-header{
	padding: 45px 0;
}
.navigation-header .social-navigation a{
	width: 30px;
	height: 30px;
	background-color: #fff;
	text-align: center;
	line-height: 30px;
	padding: 0;
	display: inline-block;
	margin-left: 3px;
}
.navigation-header .social-navigation a .fa{
	margin: 0;
}
.navigation-header .navbar-header .navbar-brand{
	padding-top: 0;
}
header .menu > li.topbar-button.active > a,
header .menu > li.topbar-button > a{
	border-width: 0 !important;
}
.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before,
.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after{
	border-color: #fff !important;
}
.page-template-onepage-template .navbar-visible-yes{
	margin-bottom: 30px;
}
.page-template-onepage-template .is-sticky .navbar-visible-yes{
	margin-bottom: 0;
}

.page-template-onepage-template #navbar-visible-yes .container{	
	padding-right: 30px;
}
.page-template-onepage-template .is-sticky #navbar-visible-yes .container{
	padding-right: 15px;
}
.navbar-brand .sticky-logo{
	display: none !important;
}
.is-sticky .navbar-brand .sticky-logo{
	display: block !important;
}
.is-sticky .navbar-brand .header-logo{
	display: none !important;
}

header .menu .search-icon a{
	padding-left: 10px;
	padding-right: 10px;
}

header .is-sticky .menu .search-icon.sticky-off{
	display: none;
}
.rtl .cssmenu li.search-icon .dropdown-menu{
	min-width: 260px;
	right: -99999px;
	left: auto;
}
.cssmenu li.search-icon:hover > .dropdown-menu{
	left: auto;
	right: -15px;
}
.tml p{
	margin-bottom: 15px;
}
.tml p input{
	margin-bottom: 0 !important;
	margin-top: 0;
}
.widget .tml-login .tml-rememberme-wrap,
.widget .tml-login .tml-submit-wrap{
	display: block;
	text-align: inherit;
}
.widget .tml-login .tml-submit-wrap{
	margin-top: 15px;
}
.sbv-envato-item div{
	float: none;
}
.sbv-envato-item > a{
	float: left;
}
.transparent-header .sticky-wrapper:not(.is-sticky) #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
	color: #fff;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
	font-variant: small-caps;
}
#mega-menu-wrap-primary .mega-menu-toggle #mega-toggle-block-1 a img{
	max-width: 160px;
}
.author-info{
	overflow: hidden;
	width: 100%;
}
.author-info img{
	margin-right: 30px;
}
.rtl .author-info img{
	margin-right: 0;
	margin-left: 30px;
}
#sidebar > .testimonial-item{
	margin-bottom: 50px;
}
.link-holder{
	position: relative;
	background: url(../images/blog/5.png) no-repeat center center;
	background-size: cover;
	text-align: center;
	padding: 7em 10em;
	color: #fff;
}
.link-holder:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	left: 0;
	top: 0;
}
.link-content{
	position: relative;
}
.format-link-icon{
	font-size: 32px;
	color: #fff;
}
.link-content .post-title{
	line-height: 40px;
	margin: 40px 0;
}
.link-content .post-title,
.link-content .post-title a{
	color: #fff;
	text-transform: uppercase;	
}
.link-content .link{
	font-size: 16px;
	font-weight: 600;
	color: #fff;
}

.qutoe-wrap{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.qutoe-wrap:before{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .9);
}
.qutoe-content span{
	font-size: 24px;
	font-weight: normal;
}
.qutoe-wrap .post-content{
	padding: 6em;
	border: none;
	position: relative;
}
.qutoe-wrap .post-info{
	margin-bottom: 21px;
}
.post-format-icon{
	width: 40px;
	height: 40px;
	line-height: 54px;
	text-align: center;
	font-size: 40px;
	border: 2px solid #222;
	display: inline-block;
	overflow: hidden;
}
.qutoe-content p{
	font-family: 'Lora', serif;
	font-style: italic;
	font-weight: 400;
	font-size: 22px;
}

.ltr li.flickr_badge_image, 
.rtl li.flickr_badge_image {
    font-size: 0;
    padding: 0;
    margin-right: 5px;
    border: none;
    margin-bottom: 5px;
}
.rtl li.flickr_badge_image{
	margin-right: 0;
	margin-left: 5px;
}
.woocommerce-loop-category__title{
	font-size: 18px;
	margin-bottom: 20px;
}
.woocommerce div.product form.cart .variations td.label{
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #6e6e6e;
	line-height: 62px;
	padding-top: 0;
	padding-bottom: 0;
	font-weight: normal;
}
.footer .btn.btn-default:hover,
.footer .btn.btn-default:focus{
	color: #fff;
}
.is-sticky .navbar{position: relative;z-index: 99999;}
.page-template-onepage-template header.vc_section{
	position: relative;
	z-index: 99999 !important;
}
.header-style1 .navbar{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.header-style1 .navbar .container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}
.header-style1 .logo-area{ 
	display: inline-block;
	margin-right: 1rem;
	line-height: inherit;
	white-space: nowrap;
	float: none;
}
.header-style1 .is-sticky .logo-area .navbar-brand{padding: 5px 0;}
.header-style1 .navbar-brand img{
	height: auto;
	vertical-align: middle;
	border-style: none;
	width: auto;
}
.header-style1 .header-nav{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header-style1 .header-nav .cssmenu{
	flex: none;
	max-width: 100%;
	display: inline;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-left: auto !important;
}
.header-style1 .toggle-button .menu-button{
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.vidbg-container{ z-index: 0 !important; }
.header-style1 .is-sticky .logo-area{ margin-left: -15px; }
.rtl .header-style1 .is-sticky .logo-area{ margin-right: -15px; margin-left: 0; }
.newsletter-widget-form .btn{ width: auto; padding: 0 10px; background-color: transparent; border: none; }
.newsletter-widget-form .btn i{ font-size: 21px; line-height: 32px; }
.footer .input-group-btn::before{ display: none; }
.increase-rofitability .increase-rofitability-holder,
.company-summary .figures-block{ height: 100%; }
.white-popup-block {
    background: #FFF;
    padding: 20px 0 0;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
   
}
.white-popup-block .popup-modal-dismiss{
	padding-right: 15px;
}
.white-popup-block .syntellicore-registration{	
    overflow-x: hidden !important; overflow-y: scroll !important;
}
.get-touch img{ margin-bottom: 15px; }
body .mfp-bg{ z-index: 10042; }
body .mfp-wrap{ z-index: 10043; }
@media(min-width: 992px){ 
	.d-flex{ display: flex; align-items: center; }
	.align-items-center{ align-items: center; }
	.row-eq-height {
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: -ms-flexbox;
	    display: flex;
	} 
}
/*Guttenberg compatibility*/
.wp-block-quote:not(.is-large):not(.is-style-large) {
  border-left: 4px solid #000;
  padding-left: 1em; 
}
.posts-holder .alignwide,
.entry-content .alignwide {
    margin-left  : -80px;
    margin-right : -80px;  
    width: auto !important;  
    max-width: initial !important;
}
.posts-holder .alignfull,
.entry-content .alignfull {
    margin-left  : calc( -100vw / 2 + 100% / 2 );
    margin-right : calc( -100vw / 2 + 100% / 2 );
    max-width    : 100vw;
    width: auto;
}
.alignfull img {
    width: 100vw;
}
.wp-block-coblocks-social ul,
.wp-block-gallery{ padding-left: 0 !important; }
.wp-block-coblocks-alert {margin-bottom: 30px;}
.wp-block-pullquote{ border-left: none; border-right: none !important; margin-top: 30px; margin-bottom: 30px; }
.wp-block-pullquote.alignleft{ text-align: left; }
.wp-block-pullquote.alignright{ text-align: right; }
.wp-block-table td,
.wp-block-table th{  border-top: 1px solid currentColor; color: #333; }
[class*=" wp-block-"].alignleft,
[class^="wp-block-"].alignleft{ margin-right: 1.5em; }
[class*=" wp-block-"].alignright,
[class^="wp-block-"].alignright{ margin-left: 1.5em; }
.alignfull > *,
.alignwide > * { width: 100%; }
/*Since 1.7.0*/
.investment-risk-reward-profile ul{
	list-style: none;
}
.investment-risk-reward-profile ul li{
	display: inline-block;
	width: auto;
	margin-right: 4px;
	width: 30px;
	background-color: #d0cfca;
	text-align: center;
	color: #fff;
	height: 16px;
	line-height: 16px;
	font-size: 12px !important;
	font-weight: 900;
	position: relative;
	margin-bottom: 18px;
}
.investment-risk-reward-profile ul li:before{
	content: '';
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 8px solid #d0cfca;
	z-index: inherit;
	position: absolute;
	top: -8px;
	left: 0;
}
.investment-risk-reward-profile ul li:after{
	content: '';
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 8px solid #d0cfca;
	z-index: inherit;
	position: absolute;
	bottom: -8px;
	left: 0;
}
.investment-risk-reward-profile ul li.reward-active{ background-color: #db0011; }
.investment-risk-reward-profile ul li.reward-active:before{ border-bottom-color: #db0011; }
.investment-risk-reward-profile ul li.reward-active:after{ border-top-color: #db0011; }
.download i{ margin-top: 0;}
.lets-work i{ margin-top: 0;}

/*html{ overflow-x: hidden; }*/
@media (max-width: 767px) { #main{ float: none !important; } }
.wsmenucontainer > p{
	display: none;
}
.vc_video-bg.vc_hidden-xs{
	display: block !important;
}


.investment-risk-reward-profile ul li {
	font-size: 17px !important;
	margin-right: 15px;
	margin-bottom: 25px;
}

.investment-risk-reward-profile ul li {
	width: 35px;
}

.investment-risk-reward-profile ul li:before {
	border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-bottom: 8px solid #d0cfca;
}

.investment-risk-reward-profile ul li:after {
	border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 8px solid #d0cfca;
}