@charset "utf-8";
@import url("//fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900|Poppins:300,400,500,600,700,800,900");
/* ROOT */
:root {
  --blue-color: #416797;
  --blue-color-bo: #31689b;
  --blue-color-rgba: 65,103,151;
  --blue-light-color: #7aafdc;
  --blue-light-rgba: 122,175,220;
  --blue-hover-color: #67b0e1;
  
}
/* ANIMATE */
@-webkit-keyframes hoverArrow {
	0% {opacity: 1}
	40% {opacity: 0.5; transform: translateY(5px)}
	41% {opacity: 0.1}
	42% {opacity: 0.1;transform: translateY(-5px)}
	50% {opacity: 1;transform: translateY(-5px)}
	90% {opacity: 1;transform: translateY(0)}
}
@keyframes hoverArrow {
	0% {opacity: 1;}
	40% {opacity: 0.5;transform: translateY(5px)}
	41% {opacity: 0.1}
	42% {opacity: 0.1;transform: translateY(5px)}
	50% {opacity: 1;transform: translateY(5px)}
	100% {opacity: 1;transform: translateY(0)}
}
/* COMMON */
body{
	font-size: 17px;
	font-family: 'Montserrat', arial, tahoma, sans-serif;
	font-weight: 400;
	line-height: 28px;
	padding: 0;
	margin: 0;
	color: #000;	
	position: relative;
	word-break: normal;	
	background-color: #fff;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	bottom: -1px;
}
html,
body {
	margin:0;
	padding:0;
	bottom:0;
	height:100%;
}
body:after{
	position: absolute;
	z-index: -1;
	overflow: hidden;
	visibility:hidden;
	width:0;
	height:0;
	content: url(../images/arrow-right-b-hv.png); /* url(path/to/image-hovered.jpg) url(path/to/another-image-hovered.jpg); */
}
a:link,
a:visited{
	color:var(--blue-color);
	text-decoration:none;
	outline: none;
}
a:hover{
	color: var(--blue-hover-color);
}
p {
    margin: 0 0 20px;
}
::-moz-placeholder,
::-webkit-input-placeholder{
	color: #fff !important;
}
::placeholder {
	color: #fff !important;
	opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #fff;
}
::-ms-input-placeholder { /* Microsoft Edge */
	color: #fff;
}
.text-justify{
	text-align: justify;
}
.btn-primary{
	background-color: var(--blue-color);	
}
.i-down{
	display: inline-block;
	background: url(../images/arrow-down.png) no-repeat;
	background-size: 17px auto;
	width: 17px;
	height: 32px;
}
.i-down-b{
	display: inline-block;
	background: url(../images/arrow-down-blue.png) no-repeat;
	background-size: 17px auto;
	width: 17px;
	height: 32px;
}
.i-right-w{
	display: inline-block;
	background: url(../images/arrow-right-w.png) no-repeat;
	background-size: 25px auto;
	width: 29px;
	height: 16px;
}
.i-right-b{
	display: inline-block;
	background: url(../images/arrow-right-b.png) no-repeat;
	background-size: 29px auto;
	width: 29px;
	height: 16px;
}
.mgb0{
	margin-bottom: 0;
}
.mgt15{
	margin-top: 15px;
}
.mgt20{
	margin-top: 20px;
}
.mgt30{
	margin-top: 30px;
}
.mgt40{
	margin-top: 40px;
}
.mgt50{
	margin-top: 50px;
}
.mgt60{
	margin-top: 60px;
}
.mgt70{
	margin-top: 70px;
}
.mgt80{
	margin-top: 80px;
}
.mgt90{
	margin-top: 90px;
}
.sm-line{
	position: relative;
	display: block;
}
.w65{
	width: 65%;
}
.w70{
	width: 70%;
}
.w75{
	width: 75%;
}
h1.title{	
	font-size: 48px;
    font-weight: 800;	
    color: #000;
	margin-top: 0;
    margin-bottom: 25px;	
	line-height: 50px;
}
h2.title{	
	font-size: 36px;
    font-weight: 700;	
    color: #000;
	margin-top: 0;
    margin-bottom: 22px;	
	line-height: 35px;
}
h3.title{	
	font-size: 22px;
    font-weight: 700;
	line-height: 25px;    
    color: #000;
    margin-bottom: 20px;
	margin-top: 0;
}
h3.title.line{
	padding-bottom: 25px;
	position: relative;
	margin-bottom: 50px;
}
h3.title.line:after{
	content: "";
	display: block;
	width: 150px;
	height: 6px;
	background-color: rgba(219,102,62,1);
	position: absolute;
	bottom: 0;
}
h2.section-title{
	font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 20px;
}
.bg-cover {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
}
.navbar-toggle{
	margin-right: 0;
	margin-top: 27px;
	border: 0px solid #999;
    border-radius: 0;
	padding: 6px 5px;
}
.navbar-toggle .icon-bar{
	background-color: #fff;
}
.back-link a{
	text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}
#page-id{
	width: 100%;
    float: left;
	margin: 90px 0 100px 0;
}
i.ico{
	display: block;
	display: inline-block;
}
a.btn{
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
}
a.btn:hover{
	color: #fff;
}
.img img{
	width: 100%;
	max-width: 100%;
}
/* HEADER */
#header-bar{
	height: 80px;
	box-sizing: border-box;
	z-index: 2;
	position: relative;
	margin-bottom: -80px;
	top: 0;
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: background-color .3s ease, height .3s ease;
	transition: background-color .3s ease, height .3s ease
}
#header-bar .company-logo{
	position: absolute;
	top: 17px;
	display: block;	
	z-index: 2;
}
#header-bar .company-logo img{
	max-height: 50px;
}
#header-bar .company-logo.light{
	display: none;
}
#header-bar.light .company-logo.dark{
	display: none;
}
#header-bar.light .company-logo.light{
	display: block;
}
#header-bar.light .company-logo img{
	display: block;
	max-height: 50px;
}
#header-bar.light{
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
}
#transactions-page #header-bar.light{
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
}
#transactions-page #header-bar.light .company-logo img{
	max-height: 45px !important;
}

#quote-testimonial {
	text-align: center;
	margin-top: 50px;
    font-family: "Times New Roman", Times, serif;
    font-size: 130px;
    color: #31689b;
    margin-bottom: 0px;
}
#quote-details{
	text-align: center;
	color: #31689b;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
}
#quote-author{
	text-align: center;
	color: #31689b;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
}
#quote-company{
	text-align: center;
	color: #31689b;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
}



#header-bar.light .navbar-toggle .icon-bar{
	background-color: var(--blue-color);
}
#header-bar.fixed{
	position: fixed;
	top: 0;
	right:0;
	left: 0;
	z-index: 8000;
	height: 80px;	
}
#header-bar.fixed .company-logo{
	top: 17px;
}
#header-bar.fixed .company-logo img{
	max-height: 50px;
}
#header-bar.fixed:after{
	height: 12px;
}
#header-bar.fixed #top-menu{
	top: 24px;
}
#header-bar.light #top-menu .navbar-nav>li>a{
	color: var(--blue-color);
}
#header-bar.light #top-menu .navbar-nav>li>a:hover{
	color: var(--blue-color) !important;
}
#header-bar.light #top-menu .navbar-nav>li>a:after{
	background-color: rgba(var(--blue-light-rgba), 1);
}
#top-menu{
	position: absolute;
	top: 24px;
	right: 15px;
	z-index: 3;
}
#top-menu .dropdown.open,
#top-menu .dropdown.hover,
#top-menu .dropdown.hover a{
	background-color: transparent;
}
#top-menu .navbar-nav>li{
	padding: 0 20px;
}
#top-menu .navbar-nav>li>a{
	font-size: 14px;	
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;	
	padding: 4px 0;
	line-height: 25px;
	box-sizing: border-box;
	position: relative;
}
#top-menu .navbar-nav>li>a:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: rgba(var(--blue-light-rgba), 1);
    opacity: 0;
    transition: opacity 300ms, transform 300ms;
	transform: scale(0);
	transform-origin: center;
}
#top-menu .navbar-nav>li>a:hover:after{
	opacity: 1;
	transform: scale(1);	
}
#top-menu .navbar-nav>li>a:hover{
	color: #fff !important;
}
#top-menu .nav .open>a,
#top-menu .nav .open>a:hover,
#top-menu .navbar-nav>li>a:hover{	
	background-color: transparent !important;
	color: #fff !important;
}
#top-menu .nav .open>a:focus,
#top-menu .navbar-nav>li>a:focus{
	background-color: transparent;
}
#top-menu .dropdown-menu{
	padding: 0;
	margin: 0;	
	left: 0;
	top: 37px;
	right: auto;
	border: 0;
	border-radius: 0;
	min-width: 227px;
	background-color: rgba(223,99,37,0.88);
}
#top-menu .dropdown-menu a{
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-transform: none;
	padding: 10px 12px;
}
#top-menu .dropdown-menu li{
	border-bottom: 0;
}
#top-menu .dropdown-menu li:last-child{
	border-bottom: 0;
}
#top-menu .dropdown-menu a:hover,
#top-menu .dropdown-menu a:focus{
	background-color: rgba(255,255,255,0.1);
	color: #fff;
}
#wrap-content{
	width: 100%;
	float: left;
}
/* FOOTER */
#footer-bar{	
	padding: 0;
	font-size: 13px;
	font-weight: 400;
	word-break: break-word;	
	color: #fff;
	line-height: 20px;
	width: 100%;
	float:left;
	box-sizing: border-box;	
	background-image: url(../images/bg-footer.jpg);
}
#footer-bar a{
	color: var(--blue-light-color);
}
#footer-bar a:hover{
	color: #b1d4f3;
}
#footer-bar .footer-menu{
	padding: 40px 0 40px 0;
}
#footer-bar .footer-menu.copyright{
	padding: 15px 0 15px 0;
	background-color: rgba(var(--blue-color-rgba), 0.2);
}
#footer-bar .footer-menu .content{
	position: relative;
	padding-left: 115px;
}
#footer-bar .footer-menu .company-logo{
	position: absolute;
	left: 0;
	width: 70px;
}
#footer-bar .footer-menu address{
	margin-bottom: 5px;
}
#footer-bar .footer-menu .contact{
	margin: 5px 0;
}
#footer-bar .footer-menu h4{
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 18px;
}
.scrollbar-inner > .scroll-element .scroll-bar{
	background-color: #999;
}
.cl-section {
    height: 100vh;
    display: table;
    table-layout: fixed;
    vertical-align: center;
    width: 100%;
}
.cl-section.fp-auto-height{
	height: auto !important;
}
/* BANNER */
.banner{
	background-color: #f8f8f8;
	position: relative;
	color: #fff;
	width: 100%;
	float: left;	
	z-index: 0;
}
.banner .page-desc .text{
	color: #fff;
	font-weight: 700;
	font-size: 60px;
	line-height: 70px;
	text-align: center;
}
.banner .page-desc .desc{
	max-width: 700px;
	font-size: 28px;
	line-height: 1.35;
	font-weight: 500;
}
.banner.home-page{
	background-image: url(../images/banner/contact-us.jpg);
}
.banner.contact-us-page{
	background-image: url(../images/banner/contact-us.jpg);
}
.banner.transactions-page{
	background-image: url(../images/banner/transactions.jpg);
}
.banner.about-us-page{
	background-image: url(../images/banner/about-us.jpg);
}
.banner.our-team-page{
	background-image: url(../images/banner/our-team.jpg);
}
.banner.our-team-page.detail{
	background-image: url(../images/banner/our-team-detail.jpg);
	min-height: 645px;
}
.banner.testimonials-page{
	background-image: url(../images/banner/testimonials-2.jpg);
}
.banner.testimonials-page .desc{
	max-width: 520px;
}
.banner.home-p1{
	background-image: url(../images/banner/bg-p1.jpg);
}
.banner.home-p2{
	background-image: url(../images/banner/bg-p2.jpg);
}
.banner.home-p3{
	background-image: url(../images/banner/bg-p3.jpg);
}
.banner.home-p4{
	background-image: url(../images/banner/bg-p4.jpg);
}
.banner.home-p5{
	background-image: url(../images/banner/bg-p5.jpg);
}
.banner.home-p6{
	background-color: #fff;
}
.scroll-down{
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: 30px;
	margin-left: -9px;
	cursor: pointer;
	opacity: 1;
}
.scroll-down:hover{
	-webkit-animation:hoverArrow .5s;
    animation:hoverArrow .5s;
}

.testimonials{
	color: var(--blue-color-bo);
	padding-bottom: 70px;
}
.testimonials .item{
	padding: 20px 0 50px 0;
	text-align: center;
}
.testimonials h2{
	margin-top: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 130px;
	color: var(--blue-hover-color);
	margin-bottom: -50px;
}
.testimonials .name{
	font-weight: 500;
	margin-top: 0px;
}
.testimonials .img{
	margin-top: 15px;
}
.testimonials .img img{
	width: auto;
	max-width: 100%;
}
.testimonials .img-double-logo img{
	width: auto;
	max-width: 100%;
}

/* HOME */
#home-page .cl-section .wrap-item{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
    right: 0;
}
#home-page .banner.home-p1 .wrap-item{
	top: 300px;
}
#home-page .banner.home-p1 .wrap-item .content{
	max-width: 95%;
}
#home-page .banner.bg-cover.home-p2{
	background-position: center bottom;
}
#home-page .banner.bg-cover.home-p1,
#home-page .banner.bg-cover.home-p3,
#home-page .banner.bg-cover.home-p4{
	background-position: center top;
}
#home-page .banner.bg-cover.home-p5{
	background-position: center top;
}
#home-page .banner.home-p3 .wrap-item{
	top: 60%;
}
#home-page .banner.home-p1 .wrap-item{
	top: 40%;
}
#home-page .banner.home-p1 .wrap-item p{
	font-size: 28px;
	max-width: 700px;
}
#home-page .banner.home-p5 .wrap-item{
	top: 35%;
}
#home-page .banner .wrap-item .content{
	max-width: 50%;
	padding: 20px 0;
}
#home-page .banner .wrap-item h2{
	font-weight: 700;
	font-size: 32px;
	margin-top: 0;
	margin-bottom: 20px;
}
#home-page .banner .wrap-item p{
	line-height: 1.35;
	margin-bottom: 0;
	font-size: 17px;
	font-weight: 500;
}
#home-page .banner .wrap-item .btn-primary{
	border-width: 0;
	border-radius: 4px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 20px;
	min-width: 215px;
	margin-top: 25px;
	background-color: var(--blue-color);
}
#home-page .banner .wrap-item .btn-primary:hover{
	background-color: var(--blue-light-color);
}
#home-page #footer-bar .footer-menu{
	padding-top: 0;
}
#home-page .testimonials{
	color: var(--blue-color-bo);
	padding-bottom: 70px;
}
/*
#home-page .testimonials .item{
	padding: 20px 0 50px 0;
}
#home-page .testimonials h2{
	margin-top: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 130px;
	color: var(--blue-hover-color);
	margin-bottom: -50px;
}
#home-page .testimonials .name{
	font-weight: 500;
	margin-top: -20px;
}
#home-page .testimonials .img{
	margin-top: 15px;
}
#home-page .testimonials .img img{
	width: auto;
}
*/
#home-page .testimonials .fp-slides{
	
}
#home-page .testimonials .fp-slidesNav ul li{
	width: 25px;
	height: 6px;
	border-radius: 0;	
	margin: 0 3px;
}
#home-page .testimonials .fp-slidesNav ul li:first-child{
	margin-left: 0;
}
#home-page .testimonials .fp-slidesNav ul li:last-child{
	margin-right: 0;
}
#home-page .testimonials .fp-slidesNav ul li a{
	background-color: var(--blue-color-bo);
}
#home-page .testimonials .fp-slidesNav ul li a.active{
	background-color: var(--blue-hover-color);
}
#home-page .testimonials .fp-slidesNav ul li span{
	width: 100%;
	height: 100%;
	border-radius: 0;
	top: 0;
	left: 0;
	margin: 0;
	background: transparent;
}
#home-page .testimonials .fp-controlArrow{
	width: 30px;
    height: 30px;
	margin-top: -15px;
	background: transparent;
	border: 0;
}
#home-page .testimonials .fp-controlArrow.fp-prev,
#home-page .testimonials .fp-controlArrow.fp-next{
	border-width: 0;
}
#home-page .testimonials .fp-controlArrow.fp-prev{
	left: 7px;
}
#home-page .testimonials .fp-controlArrow.fp-next{
	right: 7px;
}
#home-page .testimonials .fp-controlArrow.fp-prev:before,
#home-page .testimonials .fp-controlArrow.fp-next:before{
	font: normal normal normal 14px/1 FontAwesome;
	color: var(--blue-color-bo);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
	font-size: 55px;
	line-height: 26px;
}
#home-page .testimonials .fp-controlArrow.fp-prev:before{
	content: "\f104";	
    left: 0;
}
#home-page .testimonials .fp-controlArrow.fp-next:before{
	content: "\f105";	
    right: 0;
}
#home-page .testimonials .pause-play{
	padding: 0 15px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 40px;
	font-size: 24px;
	z-index: 2;
}
#home-page .testimonials .pause-play .ctl{
	cursor: pointer;
}
/* CONTACT-US */
#contact-us-page{
	background: url(../images/banner/bg-contact-us.jpg);
	color: #fff;
}
#contact-us-page #footer-bar{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
#contact-us-page #wrap-content{
	position: relative;
	padding-bottom: 100px;
}
#contact-us-page #page-id{
	margin-top: 18%;
	font-size: 20px;
}
#contact-us-page .btn{
	outline: none;
	border-width: 0;
	border-radius: 4px;	
	padding: 11px 30px;
	font-size: 20px;
	min-width: 147px;
	margin-top: 20px;
	font-weight: 700;
	background-color: var(--blue-color);
}
#contact-us-page .btn:hover{
	background-color: var(--blue-light-color);
}
#contact-us-page .addr{
	font-weight: 500;
}
#contact-us-page .email a{
	font-weight: 700;
	color: var(--blue-light-color);
}
#contact-us-page .email a:hover{
	color: #b1d4f3;
}
#contact-us-page .form-control{
	box-shadow: none;
	border-radius: 0;
	border-color: transparent;
	background-color: rgba(255,255,255,0.25);
	padding: 25px 20px;
	font-weight: 600;
	font-size: 16px;
	color: #fff;
}
#contact-us-page form .form-control.error {
    border: 1px solid #dc6666;
}
/* TRANSACTIONS */
#transactions-page #page-id{
	margin-top: 55px;
	margin-bottom: 20px;
}
#transactions-page .item{
	margin: 35px 0;	
}
#transactions-page .item a{
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}
#transactions-page .item .split{
	font-size: 12.5px;
	color: var(--blue-color);
	font-weight: 600;
	padding: 1px 0;
}
#transactions-page .item .split.time,
#transactions-page .item .split.sell-side{
	font-size: 11px;
}
#transactions-page .item .transaction-box{
	position: relative;
	cursor: pointer;
	border-top: 6px solid var(--blue-color);
	padding: 5px 5px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
	overflow: hidden;
}
#transactions-page .item .img img{
	width: auto;
}
#transactions-page .item .go-to{
	opacity: 0;
	position: absolute;
	z-index: 1;
	left: 15px;
	right: 15px;
	bottom: 20%;
	top: 0;
	background-color: rgba(19,78,134,0.85);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
#transactions-page .item .go-to .wrap{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
    right: 0;
	padding: 20px;
}
#transactions-page .item .go-to span{
	display: block;
}
#transactions-page .item .go-to span.arrow{
	margin-top: 20px;
}
#transactions-page .item:hover .transaction-box{
	border-top-color: transparent;
}
#transactions-page .item:hover .go-to{
	opacity: 1;
	bottom: 0;
}
#transactions-page .note{
	font-size: 11px;
	color: #999;
	margin-top: 70px;
}
#transactions-page.detail #top-menu{
	top: 24px;
}
#transactions-page.detail #header-bar.fixed #top-menu{
	top: 24px;
}
#transactions-page.detail #page-id{
	margin-top: 160px;
	margin-bottom: 20px;
}
#transactions-page.detail .item{
	margin: 0;
}
#transactions-page.detail .item .transaction-box{
	border-bottom: 6px solid var(--blue-color) !important;
	border-top: 6px solid var(--blue-color) !important;
	cursor: default;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 9px;
}
#transactions-page.detail h3{
	font-size: 20px;
	font-weight: 700;
	margin-top: 0;	
}
#transactions-page.detail h1{
	font-size: 37px;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 5px;
}
#transactions-page.detail .sub-title{
	font-size: 21px;
}
#transactions-page.detail .date{
	font-weight: 400;
	font-size: 17px;
	margin-top: 15px;
}
#transactions-page.detail .read-full a{
	font-weight: 700;
}
#transactions-page.detail .read-full a:hover .i-right-b{
	background-image: url(../images/arrow-right-b-hv.png)
}
#transactions-page.detail .read-full a>.text{
	margin-right: 30px;
}
#transactions-page.detail .read-full a>.arrow{
	position: relative;
	top: 2px;
}

/* TEAM */
#our-team-page #page-id{
	margin-top: 50px;
}
#our-team-page .item{
	margin: 40px 0;
}
#our-team-page .item .img{	
	display: block;
	margin-bottom: 10px;
}
#our-team-page .item .name{
	font-family: "Poppins", tahoma, sans-serif;
	font-weight: 900;
	font-size: 20px;
}
#our-team-page .item .position{
	font-size: 16px;
}
#our-team-page .item img{
	transition: transform .3s ease;
}
#our-team-page .item .content{
	position: relative;
	padding: 0 0 10px 0;
	overflow: hidden;
	display: block;
	color: #000;
}
#our-team-page .item .content>div{
	padding: 0 10px;
	position: relative;
	z-index: 1;
}
#our-team-page .item .content:hover{
	/*background-color: rgba(var(--blue-light-rgba),0.64);*/
	/*background-color: rgba(19,78,134,0.85);*/
}
#our-team-page .item .content:hover img{
	transform: scale(1.45);
    transform-origin: top;
}
#our-team-page .item .content:hover{
	color: #fff;
}
#our-team-page .item .content:hover:after{
	content: "";
	display: block;
	/*background-color: rgba(var(--blue-light-rgba),0.64);*/
	background-color: rgba(19,78,134,0.85);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}
#our-team-page.detail h1.name{
	font-family: "Poppins", tahoma, sans-serif;
	font-size: 44px;
	font-weight: 800;
	margin-top: 20px;
}
#our-team-page.detail .position{
	font-size: 32px;
	font-weight: 400;
}
#our-team-page.detail .text{
	margin-top: 20px;
}
#our-team-page.detail #pic{
	margin-top: -330px;
}
#our-team-page.detail #pic img{
	max-width: 375px;
}
#our-team-page #key-p{
	border-bottom: 1px solid #000;	
}
#our-team-page #key-p section.wrap-item{
	padding-bottom: 35px;
}
/*
#our-team-page #key-p.banner{
	background-color: #fff;
	color: #000 !important;
}
#our-team-page #key-p .item{
	margin-right: auto;
	margin-left: auto;
	color: #000 !important;
}
#our-team-page #key-p .item .content:hover{
	color: #000;
}
#our-team-page #key-p .item .content:hover img{
	transform: none !important;
    transform-origin: initial;
}
#our-team-page #key-p .item .content:hover:after{
	display: none;	
}
*/
#our-team-page #key-p .text{
	padding-left: 50px;
	padding-top: 90px;
	font-size: 20px;
	line-height: 1.7;
	color: #000;
	font-weight: 500;
}
/* ABOUT */
#about-us-page h1{
	margin-top: 0;
	margin-bottom: 0;
	font-size: 135px;
	font-weight: 800;
	color: var(--blue-color);
	line-height: 115px;
}
#about-us-page h1+.text{
	font-size: 20px;
	font-weight: 500;
	color: var(--blue-light-color);
}
#about-us-page .numbers .item{
	margin-bottom: 40px;
}
#about-us-page .numbers .item:last-child{
	margin-bottom: 0;
}
#about-us-page .numbers .item:last-child h1{
	line-height: 145px;
}
#about-us-page hr{
	border-top: 1px solid var(--blue-color);
	margin: 70px 0 90px 0;
}
#about-us-page h2.section-title{
	margin-bottom: 80px;
}
#about-us-page .markets .text{
	font-weight: 500;
	margin-top: 5px;
}
#about-us-page .markets img{
	width: auto;
}

/* TESTIMONIALS */
#testimonials-page #page-id{
	margin-bottom: 20px;
}
#testimonials-page .testimonials .item{
	padding: 0;
}
#testimonials-page .testimonials .item:last-child .content{
	padding-bottom: 20px;
}
#testimonials-page .testimonials .item .content{	
	padding: 90px 0 90px 0;
	border-top: 8px solid #4b6793;	
}