/*
Theme Name: Jacob Capital Management 
Theme URI:
Author: BenWorldwide
Author URI: http://www.benworldwide.com
Description: Custom website theme for Jacob Capital Management 
Version: 1.0
*/
/*
* CSS @import skin/css/style.css
*/

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack \*/

*,
*:before,
*:after {
	-webkit-box-sizing:  border-box;
	-moz-box-sizing:  border-box;
	box-sizing: border-box;
}

html{
	margin: 0;
	padding: 0 ;
}

body{
	margin: 0;
	padding: 0;
	font-style: normal;
	line-height: 1.2;
	width: 100%;
	font-family: 'Raleway', sans-serif;
	font-size: 1em;
	font-weight: 400;
	/*color: #666;*/
	color: #3a3b3b;
	background:#fff;
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Spectral', serif;
	font-weight: 400;
	line-height: 1.1;
	color: #363636;
	text-transform: uppercase;
}

h1 {
	font-size: 3em;
	margin: 0.4em 0;
}

h2 {
	font-size: 2.7em;
	margin: 0.4em 0;
}

h3 {
	font-size: 2.5em;
	margin: 0.3em 0;
}

h4 {
	font-size: 2.2em;
	margin: 0.3em 0;
}

h5 {
	font-size: 2em;
	margin: 0.3em 0;
}

h6 {
	font-size: 1.9em;
	margin: 0.3em 0;
	font-weight: bold;
}

a{
	text-decoration: none;
	cursor: pointer;
	color: #004173;
}

a:hover{
	text-decoration: none;
	transition: all 0.5s ease 0s;
	color: #000;
}

p{
	font-family: inherit;
	font-size: 20px;
	margin:0 0 20px;
	line-height: 1.5;
	font-weight: 400;
}

ul{
	margin-left: 35px;
	padding-left: 0;
}

ul li{
	list-style-type: disc;
	line-height: 1.7;
	font-size: 19px;
}

ol{
	margin-left: 25px;
	padding-left: 0;
}

ol li{
	list-style-type: decimal;
	font-size: 1em;
	line-height: 1.7;
	padding-left: 5px;
}

img{
	height: auto;
	max-width: 100%;
	/*vertical-align: middle*/
}

strong,
b{
	font-weight: 700;
	line-height: inherit;
}

em {
	font-style: italic;
}

small{
	font-size: 74%;
}

sub,
sup{
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup{
	top: -0.5em;
}

sub{
	bottom: -0.25em;
}

hr{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.float-l{
	float:left;
}

.float-r{
	float:right;
}

.mobile-view{
	display: none;
}

.hide-section{
	display: none !important;
}

.center-wrapper{
	position: relative;
	z-index: 0;
	margin: 0 auto;
	width: 92.7%;

}

.center-inner-wrapper{
	width: 92%;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

.topspace{
	margin-top: 95px;
}

.bottomspace{
	margin-bottom: 40px;
}

.breadcrumbs{
	padding-top: 12px;
	font-size: 12px;
	font-weight: 400;
}

/*.page-title h1{
text-align: center;
text-transform: uppercase;
color: #505050;
}*/

.page-title{
	/*margin: 50px 0 60px;*/
	margin: 30px 0;
}

.page-title h1{
	text-align: center;
	font-size: 3em;
	font-weight: 500;
	margin: 0;
}

/*.hover-wrapper{
background: rgba(0, 0, 0, 0.3);
height: 100%;
width: 100%;
}*/
/*==== Visual Composer ====*/

/*.cms-page .vc_row {
padding-bottom: 30px !important;
margin: 0 auto !important;
position: relative;
}*/
/*
.cms-page .content_row_full {
margin: 0 auto;
width: 100%;
}

.cms-page .content {
max-width: 1100px;
}

.pagewrapper .vc_row {
margin: 0 auto !important;
padding-bottom: 20px !important;
}

.bg_box .vc_column-inner > .wpb_wrapper {
border-left: 15px solid #fff;
border-right: 15px solid #fff;
}

.has_sub_section .wpb_column.vc_column_container {
margin-bottom: 0px !important;
}

.cms-page .wpb_revslider_element{
margin-bottom: 0 !important
}*/

/*==== Visual Composer ====*/


/*==== Read More Button hover ====*/

.fieldBlock-btn .submit{
	-moz-appearance:button; /* Firefox */
	-webkit-appearance:button; /* Safari and Chrome */
	appearance:button;
	cursor: pointer;
	border: none;
}

.read-more-btn{
	margin-top: 30px;
}

.read-more-btn a,
.fieldBlock-btn .submit{
	text-transform: uppercase;
	background: transparent;
	color: #000;
	border: 1px solid #000;
	padding: 18px 64px;
	font-family: 'Spectral', serif;
	font-weight: 400;
	font-size: 14px;
	display: inline-block;
}

.read-more-btn a:hover,
.fieldBlock-btn .submit:hover{
	background: #000;
	color: #fff;
}

/*==== EOF Read More Button Hover ====*/

#header-banner{
	height: 66%;
	/*min-height: 485px;*/
	min-height: 835px;
	position: relative;
	overflow: hidden;
	width: 100%;
}


.seperator{
	border-top: 1px solid #cdcdbd;
	width: 75px;
	margin: 35px 0;
}

/*==== Form Common css ====*/
input[type="submit"]{
	-moz-appearance:button; /* Firefox */
	-webkit-appearance:button; /* Safari and Chrome */
	appearance:button;
}

.fieldBlock select{
	background-image:
		linear-gradient(45deg, transparent 50%, gray 50%),
		linear-gradient(135deg, gray 50%, transparent 50%),
		linear-gradient(to right, #fff, #fff);
	background-position:
		calc(100% - 20px) calc(1em + 2px),
		calc(100% - 15px) calc(1em + 2px),
		calc(100% - 2.5em) 0.5em;
	background-size:
		5px 5px,
		5px 5px,
		1px 1.5em;
	background-repeat: no-repeat;
	border: thin solid #fff;
	border-radius: 0;     
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance:none;
	-moz-appearance:none;
	cursor: pointer;
	border-bottom: 1px solid;
	background-color: #fff;
	color: #999999;
	margin: 0;
	font-size: 15px;
	padding-left: 0;
}

.fieldBlock select:focus {
	background-image:
		linear-gradient(45deg, #50800f 50%, transparent 50%),
		linear-gradient(135deg, transparent 50%, #50800f 50%),
		linear-gradient(to right, #fff, #fff);
	background-position:
		calc(100% - 15px) 1em,
		calc(100% - 20px) 1em,
		calc(100% - 2.5em) 0.5em;
	background-size:
		5px 5px,
		5px 5px,
		1px 1.5em;
	background-repeat: no-repeat;
	/*border-color: #0f2b8d;*/
	outline: 0;
}

.fieldBlock select:-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

::-webkit-input-placeholder {
	color: #969696;
	font-family: inherit;
	opacity: 1;
	font-weight: 400;
}

:-moz-placeholder { /* Firefox 18- */
	color: #969696;
	font-family: inherit;
	opacity: 1;
	font-weight: 400;
}

::-moz-placeholder { /* Firefox 19+ */
	color: #969696;
	font-family: inherit;
	opacity: 1;
	font-weight: 400;
}

:-ms-input-placeholder {
	color: #969696;
	font-family: inherit;
	opacity: 1;
	font-weight: 400;
}

/*==== Bx-slider common css ====*/
.bx-wrapper .bx-pager, 
.bx-wrapper .bx-controls-auto{
	bottom: -48px;
}
.bx-wrapper .bx-viewport {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	border: medium none !important;
	box-shadow: 0 0 0 #fff !important;
}

.bx-wrapper .bx-pager.bx-default-pager a{
	background: #c2c2c2 !important;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, 
.bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #004173 !important;
}
/*==== EOF Bx-slider common css ====*/


/*========== Header ==========*/
.header-wrapper .center-inner-wrapper{
	display: table;
	padding: 21px 0;
}

.header-wrapper.sticky .center-inner-wrapper {
	padding: 5px 0;
}

.header-wrapper{
	left: 0;
	position: fixed;
	transition: 0.7s ease-in-out 0s;
	z-index: 9;
	background: rgba(0,0,0,0.5);
	right: 0;
	width: 100%;
	top: 0;
	/* IE10+ */ 
	background: -ms-linear-gradient(bottom, rgba(255,255,255,0) 7%, rgba(0,0,0,0.8) 100%) !important;
	/* Mozilla Firefox */ 
	background: -moz-linear-gradient(bottom, rgba(255,255,255,0) 7%, rgba(0,0,0,0.8) 100%) !important;
	/* Opera */ 
	background: -o-linear-gradient(bottom, rgba(255,255,255,0) 7%, rgba(0,0,0,0.8) 100%) !important;
	/* Webkit (Chrome 11+) */ 
	background: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 7%, rgba(0,0,0,0.8) 100%) !important;
	/* W3C Markup */ 
	background: linear-gradient(to top, rgba(255,255,255,0) 7%, rgba(0,0,0,0.8) 100%) !important;
}

.home .header-wrapper{
	background: rgba(0,0,0,0.1);
}

.header-wrapper.sticky{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	border-top: 0;
	/*padding-top:0;*/
	animation:slide-down 0.7s;
	transition: all 0.5s ease;
	background: rgba(0,0,0,0.5) !important;
}

#responsive-menu-button.sticky{
	top: 10px;
}

#responsive-menu-container #responsive-menu-title{
	text-align: center;
}

@keyframes slide-down{
	0% {
		transform: translateY(-100%);
	}
	100% {
		transform: translateY(0);
	} 
}

#main-logo{
	/*margin-bottom: 13px;*/
	display: table-cell;
	vertical-align: middle;
}

#main-logo a{
	display: block;
	margin: 0;
	/*padding: 16px;*/
	vertical-align: middle;
}

.header-wrapper.sticky #main-logo a img{
	/*width: 53px;
	height: 80px;*/
}

.menu-wrapper{
	display: table-cell;
	vertical-align: middle;
}

.header-menu {
	width: 100%;
}

.header-menu ul {
	margin:0;
	padding:0;
	text-align: center;
	float: right;
}

.header-menu ul li {
	/*display: inline-block;*/
	position:relative;
	list-style:none;
	margin:0;
	padding: 10px 0;
	width:auto;
	float: left;
	line-height: 0.6;
}

.header-menu ul li a{
	cursor: pointer;
	margin: 0;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	position: relative;
	font-size: 15px;
	font-weight: 400;
	/*font-family: 'Spectral', serif; */
	text-transform: uppercase;
}

.header-menu ul li a:hover,
.header-menu ul li.current-menu-item a{
	color: #fff;
}

.header-menu ul li:last-child a{
	margin-right: 0;
}

.header-menu ul li:first-child a:before{
	left: 0;
}

.header-menu ul li a:before,
.header-menu ul li a:after{
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.header-menu ul li a:before{
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.header-menu ul li a:after{
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.header-menu ul li a:hover:before,
.header-menu ul li a:hover:after,
.header-menu ul li a:focus:before,
.header-menu ul li a:focus:after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}

.header-menu ul li.current-menu-item a:before{
	content: '[';
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}

.header-menu ul li.current-menu-item a:after{
	content: ']';
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}

.header-menu ul li.current-menu-item a:hover:after{
	/*opacity: 0;*/
}

.header-menu ul li ul.sub-menu li a:hover:before,
.header-menu ul li ul.sub-menu li a:hover:after,
.header-menu ul li ul.sub-menu li a:focus:before,
.header-menu ul li ul.sub-menu li a:focus:after{
	opacity: 0
}

.header-menu ul li ul.sub-menu li a:before,
.header-menu ul li ul.sub-menu li a:after{
	margin-right: 0;
	margin-left: 0;
}



/*======== Sub Menu ========*/
.header-menu ul li ul.sub-menu {
	float:left;
	height:auto;
	list-style:none;
	z-index: 999;
	background: rgba(0, 0, 0, 0.7);
	position:absolute;
	left: 0;
	top: 33px;
	width: 220px;
	opacity:0;
	visibility:hidden;
	-moz-transition:opacity 0.2s 0.1s ease-out, visibility 0.1s 0.1s linear;
	-webkit-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
	-o-transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
	transition:opacity 0.3s ease-out, visibility 0.1s 0.1s linear;
}

.header-menu ul li ul.sub-menu li {
	/*border:1px solid #e1e1e1;*/
	border-top: none;
	clear:both;
	margin-top:10px;
	padding:0;
	width: 100%;
	-moz-transition:opacity 0.1s 0.15s ease-out, margin 0.3s 0.1s ease-out;
	-webkit-transition:opacity 0.1s 0.15s ease-out, margin 0.3s 0.1s ease-out;
	-o-transition:opacity 0.15s 0.15s ease-out, margin 0.3s 0.1s ease-out;
	transition:opacity 0.15s 0.15s ease-out, margin 0.3s 0.1s ease-out;
	text-align: left;
}

.header-menu ul li ul.sub-menu li a {
	/*font-size: 12px;*/
	line-height: 1.5;
	margin: 0;
	padding: 7px 10px;
	width: 100%;
}

.header-menu li:hover ul.sub-menu{
	opacity:1;
	visibility:visible;
}

.header-menu li:hover ul.sub-menu li{
	margin-top:0;
}

.header-menu li:hover ul.sub-menu li a{
	-moz-transition:color 0.1s ease-out;
	-webkit-transition:color 0.1s ease-out;
	-o-transition:color 0.1s ease-out;
	transition:color 0.1s ease-out;
	border-bottom: 2px solid transparent
}

.header-menu ul li ul.sub-menu li a:hover{
	border-bottom: 2px solid #fff
}

.header-menu li:hover ul.sub-menu li a:hover{
	color: #fff;
	-moz-transition:color 0.3s ease-out;
	-webkit-transition:color 0.3s ease-out;
	-o-transition:color 0.3s ease-out;
	transition:color 0.3s ease-out;
}

.header-menu ul li ul.sub-menu li a:after{
	background: transparent;
}

.header-menu ul li.current-menu-item ul.sub-menu li a{
	color: #fff
}

.header-menu ul li ul.sub-menu li a:before,
.header-menu ul li ul.sub-menu li a:after{
	opacity: 0
}

.header-menu ul li.current-menu-item ul.sub-menu li a:hover:before,
.header-menu ul li.current-menu-item ul.sub-menu li a:hover:after,
.header-menu ul li.current-menu-item ul.sub-menu li a:focus:before,
.header-menu ul li.current-menu-item ul.sub-menu li a:focus:after{
	opacity: 0
}

.header-menu ul li ul.sub-menu li.current-menu-item a{
	border-bottom:2px solid #fff
}
/*======== Sub Menu ========*/
/*========== EOF Header ==========*/

/*========== Page Common CSS ==========*/
.seperator{
	border-top: 1px solid #6794ac;
	width: 100px;
	margin: 18px 0;
}
.sub-title{
	font-size: 27px;
}

#main-description-sec{

}

table {
	border-collapse: collapse;
	border-spacing: 0;
	/*table-layout: fixed;*/
}

td {
	/*border: 2px solid #fff;*/
	padding: 10px 25px;
	vertical-align: middle;
	border: 1px solid #ccc;
	overflow: hidden;
	line-height: 1.5
}

/*========== EOF Page Common CSS ==========*/

/*========== Home Page ==========*/
#banner-txt-wrapper .banner-txt h1{
	text-align: center;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 400 !important;
	font-size: 49px !important;
	line-height: 1.2 !important;
	text-transform: capitalize !important;
}

#banner-txt-wrapper .banner-txt h1 span{
	font-weight: 400 !important;
	font-size: 49px !important;
}

#banner-txt-wrapper .banner-txt h1 strong{
	font-weight: 700 !important;
	font-size: 49px !important;
}

.home-banner-image .wpb_wrapper,
.home-banner-image .vc_single_image-wrapper,
.home-banner-image img {
	width: 100%;
}

#main-desc{
	width: 93%;
	margin: 83px auto;
}

#main-desc p{
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.4;
	color: #3a3b3b
}

#investment-desc{
	width: 59.2%;
	padding: 0 5% 0 7%;
}

#investment-desc .investment-desc-txt{
	margin-bottom: 25px
}

#investment-desc .sub-title{
	letter-spacing: 2px;
	margin-bottom: 15px;
	font-size:3em;
	margin-top:0;
}

#investment-img{
	width: 40.8%;
}

.recent-investment-col:first-child{
	padding-left: 0 !important
}

.recent-investment-col:nth-child(2){
	padding-right: 0 !important
}

.recent-investment-col .vc_column-inner{
	padding: 29px 20px 0 29px!important;
}

.recent-investment-col .recent-investment-text-box h4{
	font-size: 18px;
	line-height: 1.2;
}

.recent-investment-col .recent-investment-text-box h3{
	font-family: 'Lato', sans-serif;
	font-weight: 900;
}

.recent-investment-col .recent-investment-icon{
	margin-bottom: 16px;
}

.recent-investment-col .company-logo {
	margin-bottom: 15px;
}

#experience-row{
	text-align: center;
	padding-top: 6%;
	padding-bottom: 3.5%;
	background-image: linear-gradient(to right bottom, #004f8c, #00467b, #003c6b, #00335b, #002a4b);
}

#experience-row  h2.sub-title{
	color: #fff;
	letter-spacing: 0;
	font-size: 3em;
	margin-top:0;
}

#experience-icon-row{
	width: 70%;
	margin: 0 auto;
}

#experience-row .experience-icon{
	/*display: inline-block;*/
	width: 15%;
	float: none;
	margin: 3% auto 0;
	cursor: pointer;
}

#experience-row .experience-icon .icon-wrap{
	opacity: 0.2;
	color: #fff;
	padding: 15px;
}

#experience-row .experience-icon .icon-wrap.active{
	opacity: 1;
	color: #fff;
	border: 1px solid #fff;
}

#experience-row .experience-box-desc{
	display: none;
	width: 70%;
	margin: 0 auto;
	color: #fff;
}

#experience-row #power.experience-box-desc{
	display: block; 
}

#experience-row .total-inves{
	margin:25px 0 !important;
}

#experience-row .experience-box-desc h3,
#experience-row .total-inves h3{
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 69px;
	color: #fff;
	margin-bottom: 10px;
	margin-top: 0;
}

#experience-row .experience-box-desc h4,
#experience-row .experience-box-desc h5,
#experience-row .total-inves h5{
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #99b1c3;
	font-size: 13px;
	letter-spacing: 8px;
}

#experience-row .experience-box-desc h4{
	font-weight: 900;
	font-size: 15px;
	margin-bottom: 20px;
}

#experience-row .experience-box-desc h5,
#experience-row .total-inves h5{
	/*margin-bottom: 36px;    */
}

#experience-row .experience-box-desc p{
	/*line-height: 1.6;*/
	/*font-size: 16px*/
}

#experience-row .experience-box-desc .read-more-btn{
	margin-top: 47px;
	border-top: 1px solid #4d7595;
}

#experience-row .experience-box-desc .read-more-btn a{
	border: 1px solid #fff;
	margin-top: 41px;
	color: #fff;
}

#owner-detail-row{
	width: 90%;
	margin: 50px auto 0;
}

#owner-detail-row #owner-img{
	width: 41%;
}

#owner-detail-row #owner-details{
	width: 59%;
	padding: 0 0 0 5%;
}

#owner-detail-row .testimonial-txt{
	/*font-family: 'Spectral', serif;*/
	/*font-weight: 300;*/
	/*font-size: 22px;*/
	margin-bottom: 20px;
}

#owner-detail-row .testimonial-txt p{
	/*line-height: 1.2;*/
	/*font-family: 'Spectral', serif;*/
	/*font-weight: 300;*/
	/*font-size: 20px;*/
	/*color: #000;*/
}

#news-row{
	/*padding: 4% 0 5%;*/
	padding: 4% 0 5%;
}

#news-row  #news-inner-row{
	width: 92.7%;
	margin: 0 auto;
}

#news-row .sub-title{
	letter-spacing: 0;
	font-size: 3em;
	margin-bottom: 30px;
	margin-top: 0;
}

#news-row .home-news-box{
	width: 49.4%;
	position: relative;
}

#news-row .home-news-box:first-child{
	margin-right: 7.5px;
}

#news-row .home-news-box:nth-child(2){
	margin-left: 7.5px;
}

#news-row .home-news-box .home-news-img{
	display: block;
	padding-bottom: 68%;
}

#news-row .home-news-box .home-news-img .hover-wrapper:hover{
	background: rgba(0,0,0,0);
	transition: all 500ms ease 0s;
}

#news-row .home-news-box .news-title{
	position: absolute;
	bottom: 49px;
	left: 0;
	padding: 0 45px;
}

#news-row .home-news-box .news-title h2{
	color: #fff;
	/*text-transform: none;*/
	font-size: 23px;
	line-height: 1.3;
	font-weight: 300
}

#news-row .home-news-box .news-title .read-more-link{
	font-family: 'Spectral', serif;
	font-weight: 400;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	font-size: 14px;
	padding-bottom: 4px;
}

#news-row .home-news-box .news-title h2:hover,
#news-row .home-news-box .news-title .read-more-link:hover{
	color: #ccc
}

#news-row #news-inner-row .read-more-btn{
	text-align:center;
}

#solution-row{
	text-align: center;
	padding: 4% 0 27%;
	background-position: 100% 50% !important;
}

#solution-row #solution-inner-wrap{
	width: 77%;
	margin: 0 auto;
}

#solution-row #solution-inner-wrap .sub-title{
	text-align: center;
	margin-bottom: 26px;
	font-size: 30px;
	line-height: 1.2;
}

#solution-row #solution-inner-wrap .read-more-btn {
	margin-top: 35px;
}

#solution-row #solution-inner-wrap .read-more-btn a{
	padding: 18px 35px;
}
/*========== EOF Home Page ==========*/

/*========== Who We Are Page ==========*/
#points-box-row{
	margin-bottom: 35px;
	padding-bottom: 25px;
}

#points-box-row .points-box .vc_column-inner {
	background: #fff;
	padding: 15px;
	border: 10px solid #ccc;
}

#points-box-row .text-box{
	margin-bottom: 0;
	color: #000;
	font-weight: 600;
}

#principals-row{
	background-image: linear-gradient(to right bottom, #004f8c, #00467b, #003c6b, #00335b, #002a4b);
}

#principals-inner-row{
	width: 90%;
	margin: 15px auto 35px;
}

#principals-inner-row .principals-icon{
	margin-bottom: 25px
}

#principals-inner-row .principals{
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 0;
	color: #d1d1d1;
}

#principals-inner-row .principals-box .vc_column-inner {
	border: 1px solid #ddd;
	padding: 25px !important;
}

/*========== EOF Who We Are Page ==========*/

/*========== EOF Leadership Page ==========*/
#director-word #director-img{
	background-image: linear-gradient(to right bottom, #004f8c, #00467b, #003c6b, #00335b, #002a4b);
	padding-top: 40px;
	text-align:center;
}

#director-word #director-img .sasha-social-icons {
	display: inline-block;
	margin-top: 15px;
	padding: 10px;
}

#director-word .director_name,
#director-word .position{
	font-weight: 400;
	font-size: 20px;
}

#director-word .director_name {
	border-bottom: 2px solid #878787;
	color: #fff;
	margin-bottom: 8px;
	padding-bottom: 10px;
}

#director-word .position{
	color: #fff
}

#director-word .director-word{
	padding: 3% 0% 3% 2%;
	background: #fcfcfc;
}

#table-wrapper{
	width: 85%;
	margin: 0 auto;
}

/*========== EOF Leadership Page ==========*/

/*========== Experience Page ==========*/

#experience-sec .experience .vc_column-inner{
	position: relative;
	padding: 10% 7% !important;
}

#experience-sec .experience .vc_column-inner:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(36,42,45,0.7);
	content: '';
	transition: 1.5s ease;
}

#experience-sec .experience .wpb_wrapper{
	z-index: 9
}

#experience-sec .experience-detail {
	text-align: center;
	color: #fff;
	margin-bottom: 0;
}

#experience-sec .experience-detail h2{
	color: #fff;
	margin-bottom: 20px;
	font-weight: 300;
	font-size: 30px;
}

#experience-sec .experience-detail .read-more-link{
	margin-top: 35px;
}

#experience-sec .experience-detail .read-more-link{
	font-family: 'Spectral', serif;
	font-weight: 400;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	font-size: 14px;
	padding-bottom: 4px;
}

#experience-sec .experience-detail .tell-more-link a{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	color: transparent;
}

#logos-row .sub-title{
	font-size: 24px;
	text-transform: none;
	text-align: center !important;
	font-weight: 500;
}

#logos-row .logos-img-wrap .vc_column-inner{
	background: #f4f4f4;
	padding: 20px !important;
}

#logos-row .logos-img-wrap .logos-img {
	margin-bottom: 0;
}

#logos-row .logos-img-wrap .logos-img img{
	width: 148px;
	height: 150px;
}

#logos-row .logos-img-wrap{
	/*border: 5px solid*/
}
/*========== EOF Experience Page ==========*/
/*========== Strategic Partners Page ==========*/
.partners-row {

}
.partners-row .partners-wrap .vc_column-inner{
	background: #f4f4f4;
	padding: 0;
	margin-bottom:20px;
}

.partners-row .partners-wrap .partners-logo{
	/*background-image: linear-gradient(to right bottom, #004f8c, #00467b, #003c6b, #00335b, #002a4b);*/
	padding: 30px 0;
	margin-bottom: 0;
	border: 1px solid #e3dada;
	background:#fff;
}

.partners-row .partners-wrap .partners-details{
	/*background: #f4f4f4;*/
	padding: 25px;
	margin-bottom: 35px;
}
/*========== EOF Strategic Partners Page ==========*/

/*========== Equity Research Page ==========*/
#research-row .research-detail-box .vc_column-inner {
	background: #f4f4f4;
	padding:25px 20px !important
}

#research-row .research-detail-box h3{
	text-transform: none;
	font-size: 20px;
	text-align: center;
	margin-bottom: 15px;
}

#research-row .research-detail-box ul{
	margin-bottom: 15px;
}
/*========== EOF Equity Research Page ==========*/

/*========== Contact Us Page ==========*/
#contact-form-wrapper .contact-form-section h2{
	font-size: 24px;
	text-transform: none;
	font-family: 'Lato', sans-serif;
	border-bottom: 1px solid #999;
	padding-bottom: 16px;
	margin-top: 45px;
	margin-bottom: 25px;
	font-weight: 500;
}

#contact-form-wrapper .contact-rigt-col{
	text-align: center;
}

#contact-form-wrapper .contact-rigt-col p{
	font-size: 20px;
}

#contact-form-wrapper .sm-icons{
	display: inline-block;
	margin: 0 12px 35px;
}

.fieldBlock{
	margin-bottom: 20px;
}

.fieldBlock input[type="email"],
.fieldBlock input[type="text"],
.fieldBlock select,
.fieldBlock textarea{
	/*-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;*/
	border-color: #e0e0e0;
	border-image: none;
	border-radius: 0;
	border-style: solid;
	border-width: 1px;
	color: #000000;
	font-family: inherit;
	font-size: 15px;
	/*margin-bottom: 10px;*/
	padding: 10px 10px 10px 7px;
	width: 100%;
}

.fieldBlock select{
	padding-bottom: 8px;
}

.fieldBlock select{
	color: #999999
}

.fieldBlock textarea,
.fieldBlock #userCaptcha{
	border: 1px solid  #e0e0e0;
}

.fieldBlock #Message{
	height: 120px;
}

.message-wrapper p{
	padding-left: 7px;
	margin-top: 0;
	font-size: 15px;
	color: #a5a5a5;
	text-align: left;
}

.realperson-text{
	padding-left: 7px;
	color: #a5a5a5
}

.fieldBlock-btn{
	text-align: center;
	position: relative;
}

/*#contact-form-wrapper a{
color: #848484
}

#contact-form-wrapper a:hover{
color: #004173
}*/

.fieldBlock-btn .submit{
	padding: 10px 45px;
	line-height: 1.1;
}

.container-lbl{
	margin-bottom:25px;
}

.container-lbl #policy{
	margin-right: 7px;
}

.container-lbl p{
	font-size: 15px;
	display: block;
}
/*========== EOF Contact Us Page ==========*/

/*========== News & Events Pages ==========*/
.news-side-bar{
	width: 30%;
	padding: 0 15px;
}

.news-wrapper{
	padding: 0 20px 0 0;
	width: 70%;
}

.date-and-formats .date-box, .post-date {
	background: rgba(0, 0, 0, 0) url('assets/images/cal_icon.png') no-repeat left center;
	color: #b3b2b2;
	font-size: 0.75em;
	margin-bottom: 10px;
	padding-left: 25px;
}

#news-sidebar ul{
	margin-left: 0;
}

#news-sidebar ul li{
	margin-left: 0;
	list-style-type:none;
}

#news-top-sm-icons {
	background: #000;
	padding: 15px 15px 24px;
	text-align: center;
	margin-bottom: 40px;
	/* box-shadow: 0px 0px 14px 3px;
	-webkit-box-shadow: 0px 0px 14px 3px;
	-moz-box-shadow: 0px 0px 14px 3px;*/
}

#news-top-sm-icons h2{
	color: #ffffff;
	margin-bottom: 25px;
	font-size: 22px;
}

#recent-post  h2.widget-title {
	font-size: 22px;
	text-align: center;
}

#recent-post{
	margin-bottom: 40px;
}

.news-side-bar #recent-post .widget-title {
	background: #002e6e;
	color: #ffffff;
	margin: 0 0 10px;
	padding: 10px;
	text-align: center;
}

.news-side-bar #recent-post #category-posts-2 {
	border: 1px solid #ededed;
}

.news-side-bar #recent-post ul {
	margin: 0;
	padding: 0 20px;
}

.news-side-bar #recent-post ul li.cat-post-item {
	border-bottom: 1px solid #ededed;
	list-style-type: none;
	padding-top: 15px;
}

.news-side-bar #recent-post ul li.cat-post-item:last-child{
	border-bottom: none;
}

.news-side-bar #recent-post .post-title {
	font-size: 14px;
	/*margin-left: 20px;*/
	display: block;
}

.news-side-bar #recent-post .wp-post-image{
	float: left;
	margin-right: 15px;
}

.news-side-bar #recent-post .post-date{
	margin-top: 20px;
}


.news-side-bar #sidebar-reviews{
	margin-bottom: 40px;
}

.news-items {
	width: 100%;
	margin-bottom: 50px;
}

.news-items {
	/*background: #f4f5f9;*/
	border: 1px solid #ededed;
	margin-bottom: 30px;
	padding: 35px 0 0;
}

.news-image-wrapper {
	width: 40%;
	padding: 0 0 0 10px;
}

.news-details {
	width: 60%;
	padding: 0 20px;
}

.news-details.full-width-row{
	width: 100%
}

.inner-news-image{
	height: 215px;
	width: 100%;
}

/* Flashing */
.inner-news-image:hover{
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}

@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}

.news-title-wrapper h2 {
	font-size: 25px;
	margin: 0 0 7px;
	text-transform: uppercase;
}

.news-title-wrapper h2 a{
	color: #3b3b3b;
}

.news-title-wrapper h2 a:hover{
	color: #002e6e;
}

.news-details-des {
	margin: 15px 0 30px;
	line-height: 1.5
}

.news-bottom-row{
	background: #e4e6ec;
	margin-top: 15px;
	padding: 15px 10px;
	width: 100%;
}

.news-bottom-row .read-more-btn{
	margin-top: 0;
}

.news-bottom-row .read-more-btn a{
	line-height: 1.1;
	padding: 15px 45px;
}

.single-post-image{
	min-height: 450px;
	width: 100%;
	margin-bottom: 15px;
}

.more-link{
	margin-top: 15px;
	display: block;
	text-align: right;
}


.more-link:before{
	font-family: FontAwesome;
	content: "\f178";
	color: #28270f;
	font-size: 15px;
	position: relative;
	margin-right: 5px;
	top: 0;
}
/*========== EOF News & Events Pages ==========*/





/*========== Footer ==========*/
footer{
	background:#000;
	padding: 4.5% 0 0;
}

footer .center-inner-wrapper{
	font-family: 'Spectral', serif;
	font-weight: 300s
}

.footer-contact-section,
.footer-menu-section,
.footer-sm-icons{
	width: 33.33%;
}

.footer-contact-section a{
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
}

.footer-contact-section a.tel{
	font-size: 20px
}

.footer-contact-section a:hover{
	color: #51b3ff;
}

.footer-menu-section{
	margin-top: 35px
}

.footer-menu-left{
	width: 45%
}

.footer-menu-right{
	width: 45%;
}

.footer-menu ul,
.footer-menu-bottom ul{
	margin: 0
}

.footer-menu ul li,
.footer-menu-bottom ul li{
	list-style-type: none;
	line-height: 1
}

.footer-menu ul li{
	line-height: 1.7
}

.footer-menu ul li a,
.footer-menu-bottom ul li a{
	position: relative;
	display: inline-block;
	margin: 0;
	outline: none;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
}

.footer-menu-bottom ul li a{
	text-transform: none;
	color: #808080;
}

.footer-menu ul li a:after,
.footer-menu-bottom ul li a:after{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.footer-menu ul li.current-menu-item a,
.footer-menu-bottom ul li.current-menu-item a{
	border-bottom: 2px solid #fff;
}

.footer-menu ul li a:hover,
.footer-menu-bottom ul li a:hover,
.footer-menu ul li.current-menu-item a,
.footer-menu-bottom ul li.current-menu-item a{
	color: #fff
}

.footer-menu ul li a:hover:after,
.footer-menu ul li a:focus:after,
.footer-menu-bottomul li a:hover:after,
.footer-menu-bottom ul li a:focus:after {
	height: 2px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.footer-menu ul li.current-menu-item a:after,
.footer-menu-bottom ul li.current-menu-item a:after{
	background:none;
}

.footer-sm-icons{
	/*padding: 25px 0 0 25px;
	text-align: center;*/
	text-align: right;
	margin-top: 35px
}

.footer-sm-icons ul.unstyled-list,
#news-top-sm-icons ul.unstyled-list{
	margin: 0
}

.footer-sm-icons ul.unstyled-list li.sm-icon,
#news-top-sm-icons ul.unstyled-list li.sm-icon{
	list-style-type: none;
	display: inline-block;
	margin-right: 7px;
}

.footer-sm-icons ul.unstyled-list li.sm-icon:last-child,
#news-top-sm-icons ul.unstyled-list li.sm-icon:last-child{
	margin-right: 0;
}

.footer-sm-icons ul.unstyled-list li.sm-icon a,
#news-top-sm-icons ul.unstyled-list li.sm-icon a{
	font-size: 22px;
	color: #fff;
	padding: 12px 12px 8px;
	border-radius: 50%;
}

.footer-sm-icons ul.unstyled-list li.sm-icon,
#news-top-sm-icons ul.unstyled-list li.sm-icon{
	list-style-type: none;
	display: inline-block;
	margin-right: 13px;
	border-radius: 50%;
	border: 2px solid #bdbdbd;
	width: 55px;
	height: 55px;
	display: inline-block;
	text-align: center;
	line-height: 2.5;
}

#news-top-sm-icons ul.unstyled-list li.sm-icon{
	line-height: 2.2;
}

.footer-sm-icons ul.unstyled-list li.sm-icon:hover a,
#news-top-sm-icons ul.unstyled-list li.sm-icon:hover a{
	color: #fff;
}

.footer-sm-icons ul.unstyled-list li.facebook-icon:hover,
#news-top-sm-icons ul.unstyled-list li.facebook-icon:hover{
	background: #4c66a4;
}

.footer-sm-icons ul.unstyled-list li.twitter-icon:hover,
#news-top-sm-icons ul.unstyled-list li.twitter-icon:hover{
	background: #33ccff;
}

.footer-sm-icons ul.unstyled-list li.linkedin-icon:hover,
#news-top-sm-icons ul.unstyled-list li.linkedin-icon:hover{
	background: #007bb6;
}

.footer-sm-icons ul.unstyled-list li.instagram-icon:hover,
#news-top-sm-icons ul.unstyled-list li.instagram-icon:hover{
	background: #1c5380;
}

.footer-logo-wrapper{
	/*	margin-top: 20px;*/
	margin-bottom: 10px;
}

.footer-logo{
	display: block;
	opacity: 0.5
}

.footer-botton-row{
	border-top: 1px solid #333333;
	clear: both;
	width: 100%;
	margin-top: 5.5%;
	font-family: 'Lato', sans-serif;
}

#copyright,
.footer-menu-bottom{
	padding: 25px 0;
}

#copyright,
.footer-menu-bottom ul li a{
	font-weight: 400;
}

#copyright{
	text-align: left;
	font-size: 13px;
	color: #808080;
}

#copyright a{
	color: #808080;
}

#copyright a:hover{
	color: #fff;
}

.footer-menu-bottom ul li{
	display: inline-block;
}

.footer-menu-bottom ul li:first-child:after{
	content: '|';
	color: #808080;
	padding: 0 2px 0 6px;
}
/*========== EOF Footer ==========*/
/*========== GDPR ==========*/
.gdpr.gdpr-privacy-bar .gdpr-wrapper, 
.gdpr.gdpr-reconsent-bar .gdpr-wrapper{	
	padding: 20px 7%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex ;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	flex-direction: unset;
}
.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-content, .gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-content{
	width: 100%;
	padding: 0px;
	text-align: left;
}

.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-content p, 
.gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-content p{
	text-align: left;
}

.gdpr :not(textarea):not(input):not(select){
	color: #fff;
}

.gdpr-content a:hover{
	color: #002a4b;
}

.gdpr-preferences{
	display: none !important;
}

/*========== EOF GDPR ==========*/







/*========== Image Hover ==========*/
.hover-wrapper{
	background: rgba(0, 0, 0, 0.3);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0
}

.home-accommodation-sec .accommodation-img,
#accommodation-page .accommodation-img,
.post-wrapper .post-img{
	position: relative;
	transition: all 500ms ease 0s;
	overflow: hidden;
	display: block;
	cursor: pointer;
	padding-bottom: 88%;
	width: 100%;
}

.home-accommodation-sec .accommodation-img:before,
#what-we-offer-section .offer-box .wpb_single_image:before,
#accommodation-page .accommodation-img:before,
.post-wrapper .post-img:before{
	box-sizing: border-box;
	transform: translateX(100%);
	content: '';
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 100%;
	height: 2px;
	border-bottom: 2px solid transparent;
	border-left: 2px solid transparent;
}

.home-accommodation-sec .accommodation-img:after,
#what-we-offer-section .offer-box .wpb_single_image:after,
#accommodation-page .accommodation-img:after,
.post-wrapper .post-img:after{
	box-sizing: border-box;
	transform: translateX(-100%);
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	width: 100%;
	height: 2px;
	border-top: 2px solid transparent;
	border-right: 2px solid transparent;
}

.home-accommodation-sec .accommodation-img:hover:before,
#what-we-offer-section .offer-box .wpb_single_image:hover:before,
#accommodation-page .accommodation-img:hover:before,
.post-wrapper .post-img:hover:before{
	transition: .1s transform linear, .1s height linear .1s;
	transform: translateX(0);
	height: 30%;
	width: 30%;
	border-color: rgba(255, 255, 255, 1);
	z-index: 1;
}

.home-accommodation-sec .accommodation-img:hover:after,
#what-we-offer-section .offer-box .wpb_single_image:hover:after,
#accommodation-page .accommodation-img:hover:after,
.post-wrapper .post-img:hover:after{
	transition: .1s transform linear, .1s height linear .1s;
	transform: translateX(0);
	height: 30%;
	width: 30%;
	border-color: rgba(255, 255, 255, 1);
}

.home-accommodation-sec .accommodation-img:hover .hover-wrapper,
#accommodation-page .accommodation-img:hover .hover-wrapper,
.post-wrapper .post-img:hover .hover-wrapper{
	background: rgba(0,0,0,0.5);
	transition: all 500ms ease 0s;
}

/*========== EOF Image Hover ==========*/
/*==========  Non-Mobile First Method  ==========*/

@media only screen and (min-width : 1920px) {

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {}

@media only screen
	and (min-width : 768px)
	and (max-width : 1024px){
		p{
			font-size: 1em;
		}

		.center-wrapper,
		.center-inner-wrapper{
			padding: 0 10px;
			width: 100%;
		}

		.center-wrapper{
			font-size: 90%;
		}

		#header-banner {
			height: 66%;
			min-height: 465px;
			background-attachment: scroll;
		}

		.page-title {
			margin: 20px 0 30px;
		}

		.cms-page .vc_row{
			margin-left: 0;
			margin-right: 0;
		}

		.cms-page .vc_column-inner {
			padding: 0 !important;
		}

		#investment-desc{
			padding: 0 5%;
		}

		#investment-desc .recent-investment-col .vc_column-inner{
			padding: 15px !important
		}

		#news-row .home-news-box{
			width: 49%
		}

		#news-row .home-news-box .news-title {
			bottom: 15px;
			padding: 0 20px;
		}

		#solution-row #solution-inner-wrap{
			width: 95%
		}

		#solution-row{
			padding: 7% 0 30%;
		}

		#principals-row{
			padding-top: 25px;
		}

		#points-box-row .points-box .vc_column-inner {
			padding: 15px !important;
		}


		#news-top-sm-icons ul.unstyled-list li.sm-icon {
			margin-right: 10px;
			width: 50px;
			height: 50px;
		}

		#news-top-sm-icons ul.unstyled-list li.sm-icon a{
			font-size: 18px;
		}

		#experience-sec .vc_row.vc_column-gap-20,
		#logos-row .vc_row.vc_column-gap-15,
		#partners-row .vc_row.vc_column-gap-15,
		#research-row .vc_row.vc_column-gap-15{
			margin-left: 0;
			margin-right: 0;
		}

		#table-wrapper{
			width:100%;
		}



}

@media only screen
	and (min-width : 768px)
	and (max-width : 1024px)
	and (orientation : landscape) {

}

@media only screen
	and (min-width : 768px)
	and (max-width : 1024px)
	and (orientation : portrait){
		.cms-page{
			font-size: 13px
		}

		.topspace{
			margin-top: 0;
		}

		#main-logo {
			margin: 15px 0;
		}

		.header-wrapper.sticky{
			background: rgba(255,255,255,0.5);
		}

		#investment-desc {
			padding: 0 2%;
		}

		#investment-desc .investment-desc-txt{
			margin-bottom: 7px
		}

		#experience-icon-row,
		#experience-row .experience-box-desc{
			width: 75%
		}

		#owner-detail-row{
			width: 95%
		}

		#owner-detail-row .testimonial-txt{
			font-size: 20px;
		}

		#news-row .home-news-box:first-child {
			margin-right: 6.5px;
		}

		#news-row .home-news-box:nth-child(2) {
			margin-left: 6.5px;
		}

		#news-row .home-news-box .news-title h2{
			line-height: 1.1
		}

		#solution-row {
			padding: 7% 0 20%;
		}

		.footer-contact-section, 
		.footer-menu-section{
			width: 50%
		}

		.footer-sm-icons{
			width: 100%;
			text-align: center;
		}

		#director-word #director-img{
			padding: 10px
		}

		.news-side-bar,
		.news-wrapper{
			width: 100%
		}


}


/*720P and + display hack*/
@media only screen and (max-width : 767px){
	.topspace{
		margin-top: 0
	}

	.empty-space-row {
		height: 25px !important;
	}

	h1,h2,h3,h4,h5,h6{
		text-align: center;
	}
	p{
		text-align: center;
		margin:0 0 0.5em;
	}

	/*h1 {
	font-size: 2.8em;
}

	h2 {
	font-size: 2em;
}

	h3 {
	font-size: 2.4em;
	margin: 0.3em 0;
}

	h4 {
	font-size: 2em;
	margin: 0.3em 0;
}

	h5{
	font-size: 1.8em;
}

	h6{
	font-size: 1.6em;
}

	h1, h2, h3, h4, h5, h6{
	line-height: 1.2;
}*/
	/*==== Visual Composer ====*/
	.has_sub_section .wpb_column.vc_column_container:last-child {
		margin-bottom: 20px !important;
	}

	.cms-page .vc_row {
		margin-left: 0;
		margin-right: 0;
	}

	.cms-page .vc_column_container > .vc_column-inner {
		padding-left: 0;
		padding-right: 0;
	}

	.reverse{
		display:flex;
		flex-direction:column-reverse
	}
	/*==== Visual Composer ====*/

	.mobile-view{
		display: block;
	}

	p{
		font-size: 1em
	}

	ul {
		margin-left: 15px;
	}

	.center-wrapper,
	.center-inner-wrapper{
		width: 100%;
	}

	.center-wrapper{
		font-size: 90%;
		padding: 0 10px;
	}

	.cms-page{
		font-size: 12.69px;
	}

	.sub-title{
		text-align: center !important;
		margin-bottom: 30px;
	}

	#table-wrapper{
		overflow: scroll;
		width: 100%
	}

	td{
		padding: 10px 20px;
	}

	#header-banner {
		min-height: 320px;
		background-attachment: scroll;
	}

	#banner-txt-wrapper .banner-txt h1,
	#banner-txt-wrapper .banner-txt h1 strong{
		font-size: 16px !important
	}

	#banner-txt-wrapper .banner-txt h1 span{
		font-size: 16px !important
	}

	#main-desc {
		width: 100%;
		margin: 30px auto;
	}

	#investment-desc{
		width: 100%;
		padding: 0 5%;
		margin-bottom: 20px;
	}

	#investment-desc .investment-desc-txt{
		margin-bottom: 10px
	}

	#investment-desc .recent-investment-col{
		padding: 0;
		margin-bottom: 15px;
	}

	.recent-investment-col .recent-investment-icon,
	.recent-investment-col .company-logo{
		text-align: center !important
	}

	#investment-img {
		width: 100%;
		margin-bottom: 20px;
	}

	#experience-icon-row,
	#experience-row .experience-box-desc{
		width: 100%
	}

	#experience-row .experience-icon{
		width: 35%;
	}

	#experience-row .experience-box-desc h3,
	#experience-row .total-inves h3{
		font-size: 60px;
		margin-top: 0;
	}

	#owner-detail-row{
		margin: 15px auto 0;
		width: 100%;
	}

	#owner-detail-row #owner-img{
		width: 100%;
	}

	#owner-detail-row #owner-details {
		width: 100%;
		padding: 0;
		margin-top: 25px;
	}

	#owner-detail-row .signature-img{
		text-align: center !important;
		margin-bottom: 25px !important;
	}

	#news-row #news-inner-row{
		width: 100%
	}

	#news-row .home-news-box:first-child,
	#news-row .home-news-box:nth-child(2){
		margin: 0 0 15px;
	}

	#news-row .sub-title {
		margin-top: 20px;
	}

	#news-row .home-news-box{
		width: 100%;
	}

	#news-row .home-news-box .news-title {
		bottom: 10px;
		padding: 0 10px;
		text-align: center;
	}

	#news-row .home-news-box .news-title h2 {
		font-size: 19px;
		line-height: 1.1;
		margin-bottom: 13px;
	}

	#solution-row #solution-inner-wrap{
		width: 100%
	}

	#solution-row {
		padding: 7% 0 0%;
		background-position: center !important;
	}

	.footer-contact-section, 
	.footer-menu-section, 
	.footer-sm-icons{
		text-align: center;
		width: 100%
	}

	.footer-logo-wrapper,
	.footer-menu-section{
		margin-top: 10px;
	}

	.footer-sm-icons{
		margin-top: 20px;
	}

	.footer-menu-right,
	.footer-menu-left{
		width: 100%
	}

	.footer-sm-icons{
		text-align: center;
	}

	#copyright, 
	.footer-menu-bottom{
		width: 100%;
		text-align: center;
		padding: 8px 0;
	}

	#director-word #director-img{
		padding: 10px 10px 15px;
		margin-bottom: 10px;
	}

	#experience-sec .experience{
		padding: 0;
		margin-bottom: 25px;
	}

	#experience-sec .experience .vc_column-inner {
		padding: 10% 3% !important;
	}

	#experience-sec .vc_row.vc_column-gap-20,
	#logos-row .vc_row.vc_column-gap-15,
	#partners-row .vc_row.vc_column-gap-15,
	#research-row .vc_row.vc_column-gap-15{
		margin-left: 0;
		margin-right: 0;
	}

	#partners-row .partners-wrap{
		padding:0
	}

	.partners-row .partners-wrap .partners-details{
		margin-bottom: 20px
	}

	#contact-form-wrapper .sm-icons {
		margin: 0 5px 35px;
	}

	.news-side-bar,
	.news-wrapper,
	.news-image-wrapper,
	.news-details{
		width: 100%
	}

	.news-wrapper,
	.news-items,
	.news-image-wrapper{
		padding: 0
	}

	.news-details{
		margin-top: 15px;
	}

	.news-details-des{
		text-align: center;
		margin-bottom: 15px
	}

	.news-bottom-row{
		float: none;
		text-align: center;
		clear: both;
	}

	.news-bottom-row	.share-icon{
		float: none;
	}

	.news-bottom-row .read-more-btn {
		margin-top: 15px;
		float: none;
	}

	.date-and-formats .date-box{
		padding-bottom: 1px;
	}

	.gdpr.gdpr-privacy-bar .gdpr-wrapper, 
	.gdpr.gdpr-reconsent-bar .gdpr-wrapper{
		padding: 10px 7%;
	}



}


/*iPhone 5 hack*/
@media only screen and (max-width : 568px){}

/* Custom, iPhone Retina */
@media only screen
	and (min-width : 320px)
	and (max-width : 480px) {
}

@media only screen
	and (min-width : 320px)
	and (max-width : 480px)
	and (orientation : landscape) {}

@media only screen
	and (min-width : 320px)
	and (max-width : 480px)
	and (orientation : portrait) {}
/*======================= EOF Bootstrap 3 Media Queries ======================*/