/*----------------------------*/


/*Font Import From Google Font*/


/*----------------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300i,400|Nunito+Sans:300,400,600,700,800');

/*-------------*/


/*General Rules*/


/*-------------*/

a,
a:hover,
a:focus,
a:visited,
a:focus {
	outline: medium none !important;
	text-decoration: none !important;
	font-size: 14px;
	font-weight: 300;
}

a {
	font-family: 'Nunito Sans', sans-serif;
	color: #EDA535;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

p,
li {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 1.8;
	font-size: 14px;
	color: #585858;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
	color: #eda535;
	margin: 0px 0px 10px;
    text-transform: uppercase;
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 40px;
	color: #ffffff;
}

h4 {
	font-size: 22px;
	font-weight: 700;
	margin-top: 10px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

strong {
	color: #eca429;
}

/*-------*/


/*Buttons*/


/*-------*/

.btn {
	border: medium none;
	display: inline-block;
	position: relative;
	transition: all 0.3s !important;
	overflow: hidden;
	text-align: center;
	font-weight: 500 !important;
}

.btn-sm {
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px !important;
	height: 30px;
	line-height: 20px;
}

.btn-md {
	padding-left: 30px;
	padding-right: 30px;
	font-size: 14px !important;
	height: 40px;
	line-height: 28px;
}

.btn-lg {
	padding-left: 40px;
	padding-right: 40px;
	font-size: 16px !important;
	height: 50px;
	line-height: 30px;
}

.btn-colored {
	color: #fff !important;
}

.btn-colored:hover {
	background: #242424 !important;
}

.btn-colored-o {
	background: transparent !important;
}

.btn-colored-o:hover {
	color: #fff !important;
}

.btn-white {
	background: #fff !important;
	color: #242424 !important;
}

.btn-white:hover {
	background: #242424 !important;
	color: #fff !important;
}


/*---------------*/


/*General Classes*/


/*---------------*/

.color-light {
	color: #585858 !important;
}

.color-dark {
	color: #242424 !important;
}

.font-normal {
	font-weight: 400 !important;
}

.font-medium {
	font-weight: 500 !important;
}

.font-size-14 {
	font-size: 14px;
}

.full-height {
	display: table;
	width: 100%;
	height: 100%;
}

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

.mask {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.7;
	top: 0;
	left: 0;
}

.section {
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
}

.heading-section {
	text-align: center;
	margin-bottom: 15px;
}

.pad {
	padding-left: 50px;
	padding-right: 50px;
}


/*Loader*/

.loader {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1000;
	background: #fff;
}


/*------------------------*/


/*Page Header & Navigation*/


/*------------------------*/

.page-head {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	height: 80px;
	width: 100%;
	transition: all 0.3s;
	background: transparent;
	box-shadow: none;
	backface-visibility: hidden;
}

.page-head.light {
	background: #fff;
}

.page-head.fixed {
	height: 60px;
	background: #fff;
	box-shadow: 0 10px 45px rgba(0, 0, 0, 0.15);
}

.page-head .logo {
	float: left;
	padding-top: 30px;
	transition: all 0.3s;
}

.page-head .logo h5 {
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
}

.page-head .logo img {
	height: 50px;
	width: auto;
	transition: all 0.3s;
}

.page-head.fixed .logo {
	padding-top: 20px;
    padding-left: 20px;
   }

.page-head.fixed .logo img {
	height: 40px;
}

.page-head .logo img.dark {
	display: none;
}

.page-head.fixed .logo img.dark,
.page-head.light .logo img.dark {
	display: block;
}

.page-head.fixed .logo img.light,
.page-head.light .logo img.light {
	display: none;
}

.page-head .navigation {
	float: right;
}

.page-head .navigation ul {
	cursor: pointer;
	padding-top: 25px;
	transition: all 0.3s;
}

navigation-read {
		transition: all 0.3s;
}


.page-head.fixed .navigation ul {
	cursor: pointer;
	padding-top: 15px;
}

.page-head .navigation ul li {
	display: inline-block;
}

.page-head .navigation ul li a {
	display: block;
	height: 28px;
	line-height: 28px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	transition: all 0.3s;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.page-head.fixed .navigation ul li a,
.page-head.light .navigation ul li a {
	color: #242424;
}

.page-head .navigation ul li a:hover,
.page-head .navigation ul li.active a {
	color: #fff;
}

.page-head .navigation.nav-xs {
	position: absolute;
	width: 100%;
	left: 0;
	top: 100%;
	background: #fff;
	display: none;
}

.page-head .navigation.nav-xs ul {
	padding-top: 15px;
	padding-bottom: 15px;
}

.page-head .navigation.nav-xs ul li {
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
}

.page-head .nav-btn {
	float: right;
	padding-top: 12px;
}

.page-head .nav-btn button {
	background: none;
	border: medium none;
	outline: medium none;
}

.page-head .nav-btn button i {
	font-size: 18px;
	line-height: 35px;
	display: block;
	border: 1px solid #242424;
	color: #242424;
	text-align: center;
	height: 35px;
	width: 35px;
}




/*------------*/


/*Home Section*/


/*------------*/

.home-1 .section-home {
	 padding: 20% 0 15%;
	background-image: url("/images/buyside-mergers-and-acquisitions.jpg");
			background-position: center center;
			background-repeat:  no-repeat;
			background-size:  cover;
			background-color: #999;
	}

.section-home .mask {
	opacity: 0.5;
}

#vH {
	height: 100vh;
	visibility: hidden;
	display: none;
}

.content-slide {
	width: 800px;
	text-align: center;
	margin: 0 auto;
}

.content-slide h1 {
    color: #363739;
    font-weight: bold;
    font-size: 58px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0px 0px 60px #fff, 0px 0px 50px #fff 
    }

.content-slide h2 {
    color: #363739;
    font-weight: bold;
    font-size: 27px;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-shadow:0px 0px 20px #fff, 0px 0px 20px #ccc;
}

.content-slide h1 span {
	font-size: 48px;
	font-weight: 300;
}

.sp-layer {
	white-space: normal !important;
}

.content-slide p {
	color: #fff;
	font-size: 16px;
}

.content-slide ul li {
	display: inline-block;
}


/*-------------*/


/*About Section*/


/*-------------*/

.about-us .heading-section {
	text-align: left;
}

.list-about-us ul li {
	margin-bottom: 10px;
}

.list-about-us ul li span {
	margin-left: : 5px;
}

.image-about {
	position: relative;
}

.image-about figure {
	position: relative;
	display: block;
	width: 100%;
}

.image-about figure:before {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	top: 0;
	left: 0;
	content: '';
	opacity: 0.2;
	transition: opacity 0.3s;
}

.image-about a:hover+figure:before,
.image-about figure:hover:before {
	opacity: 0.5;
}

.image-about figure img {
	height: auto;
	width: 100%;
}

.image-about a {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	color: #242424;
	display: block;
	width: 60px;
	height: 60px;
	font-size: 24px;
	background: #fff;
	text-align: center;
	border-radius: 50%;
}

.image-about a span {
	width: 100%;
	height: 100%;
	line-height: 60px;
}

.item-about-sub {
	margin-left: -15px;
	margin-right: -15px;
	padding: 80px;
}

/*----------------*/


/*Features Section*/


/*----------------*/


.image-features img {
	width: 100%;
}

.for-sellers {
	padding: 30px;
	width: 40%;
}
	
.text-features {
	padding: 50px;
}

.text-features h3 {
	margin-top: 0;
}

.section-relationships {
	background: rgba(0,0,0,0.75);
	height: 600px;
	text-align: center;
}


.section-relationships-small p{
	text-align: center;
	color: #fff;
	font-size: 18px;
}


.section-relationships .mask {
	display: none;
}


/*----------------*/


/*Services Section*/


/*----------------*/

.item-targeted {
	background: #f7f7f7;
	padding: 40px;
	text-align: center;
	transition: all 0.3s;
	cursor: default;
	min-height: 250px;
}

.item-targeted:hover {
	transform: translateY(-5px);
	box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
}

.icon-targeted i {
	font-size: 36px;
}


/*--------------------*/


/*relationships Section*/


/*--------------------*/

.section-relationships { 
    /* The image used */
    background-image: url("/images/relationships_bg.jpg");

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container-relationships {
	z-index: 1;
	padding-top: 20%;
    width: 100%;
}

.item-relationships {
	text-align: center;
	outline: medium none !important;
}

.icon-relationships i {
	color: #fff;
	font-size: 36px;
	text-align: center;
	display: block;
}

.icon-relationships h3,
.text-relationships h5 {
	color: #fff !important;
	font-weight: 500;
	!important;
}

.text-relationships p {
	color: #fff !important;
	font-weight: 300;
	font-size: 16px;
	font-style: italic;
}

.text-relationships p .glyphicon-star {
	color: #F2B827;
}



/*---------------*/


/*Contact Section*/


/*---------------*/

.item-address {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.item-address i {
	font-size: 36px;
}

.form-contact input,
.form-contact textarea {
	background: none;
	width: 100%;
	height: 40px;
	margin-bottom: 30px;
	padding: 10px;
	outline: medium none;
	border: medium none;
	border-bottom: 1px solid rgba(46, 46, 46, 0.3);
	color: #242424;
	transition: all 0.3s;
}

.form-contact input:focus,
.form-contact textarea:focus {
	border-bottom: 1px solid rgba(46, 46, 46, 1);
}

.form-contact textarea {
	height: 130px;
	resize: none;
}

::-webkit-input-placeholder {
	font-style: italic;
}

::-moz-placeholder {
	font-style: italic;
}

:-ms-input-placeholder {
	font-style: italic;
}

:-moz-placeholder {
	font-style: italic;
}

/*------------*/


/*Footer Section*/


/*------------*/

.footer {
	background: #242424;
	padding-top: 80px;
}

.item-footer {
	padding-right: 30px;
}

.item-footer h5 {
	color: #fff;
}

.item-footer p {
	color: #ccc;
}

.links-footer li a {
	line-height: 2;
	color: #ccc;
	transition: color 0.3s;
	display: block;
}


.footer-copyright {
	background: rgba(0, 0, 0, 0.5);
	padding: 20px;
}

.footer-copyright p {
	margin: 0;
	text-align: center;
	color: #ccc;
}

