@import url('https://fonts.googleapis.com/css?family=Itim&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Open Sans&subset=latin-ext');

body {
	width: 100%;
	font-family: 'Roboto', sans-serif;
}

header {
	/*border-bottom: 1px solid white;*/
}

.c_navbar {
	background-color: #0b1021;
	margin-bottom: 0;
	border-radius: 0;
}


.c_navbar-header {
	background-color: #0b1021;
}


header .c_menu-item {
	font-size: 25px;
	margin-left: 10px;
	margin-right: 10px;
}

.c_menu-item a{
	transition: all .4s ease-out;
}

.v_align {
	position: relative;
	top: 50%;
	transform: translateY(50%);
}

.c_navbar-brand {
	height: auto!important;
}


@media (min-width: 768px) {
	.c_navbar-header {
		display: none;
	}
}


@media (max-width: 320px) {
	.c_navbar-toggle {
		margin-top: 20px;
	}
}

@media (min-width: 321px) and (max-width: 380px) {
	.c_navbar-toggle {
		margin-top: 25px;
	}
}

@media (min-width: 381px) and (max-width: 428px) {
	.c_navbar-toggle {
		margin-top: 30px;
	}
}

@media (min-width: 429px) and (max-width: 476px) {
	.c_navbar-toggle {
		margin-top: 35px;
	}
}

@media (min-width: 477px) and (max-width: 572px) {
	.c_navbar-toggle {
		margin-top: 40px;
	}
}

@media (min-width: 573px) and (max-width: 620px) {
	.c_navbar-toggle {
		margin-top: 45px;
	}
}

@media (min-width: 621px) and (max-width: 668px) {
	.c_navbar-toggle {
		margin-top: 45px;
	}
}

@media (min-width: 669px) and (max-width: 716px) {
	.c_navbar-toggle {
		margin-top: 45px;
	}
}

@media (min-width: 717px) and (max-width: 767px) {
	.c_navbar-toggle {
		margin-top: 45px;
	}
}

.c_navbar-inverse .c_navbar-toggle:focus {
    background-color: #eb5e11;
}

.c_navbar-inverse .c_navbar-toggle:hover {
    background-color: #eb5e11;
}

@media (max-width: 767px) {
	.c_navbar-collapse {
		margin-left: 0!important;
		margin-right: 0!important;
	}
}

@media (max-width: 991px) {
	header .c_menu-item {
		font-size: 20px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	header .c_navbar-right {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	header .c_nav>li>a {
		padding: 10px 10px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	header .c_navbar-right {
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

@media (min-width: 1200px) {
	header .c_navbar-right {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}



#top-menu .c_menu-item a:hover:before,
#top-menu .c_menu-item.active a:before {
	content: "";
	position: absolute;
	z-index: 2;
	left: 10px;
	right: 10px;
}

#top-menu .c_menu-item a:before {
	content: "";
	position: absolute;
	z-index: -2;
	left: 0;
	right: 100%;
	top: 80%;
	background: #e85d11; /*** COLOR OF THE LINE ***/
	height: 3px; /*** THICKNESS OF THE LINE ***/
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

#top-menu .c_menu-item a:hover {
	opacity: 1 !important;
}

.c_navbar-inverse .c_navbar-nav>.active>a {
	background: #0b1021;
}

/*#home {
background-image: url("../img/home-buildings.png");
background-size: cover;
background-color: #0b1021;
opacity: 1;
background-position: center;
}
*/
/*.home_content {
text-align: -webkit-center;
margin-top: 20%;
margin-bottom: 20%;
}
*/

#home img {
	width: 100%;
}

.home_content,
.about-us-content {
	padding-left: 0;
	padding-right: 0;
}

footer {
	background-color: #0b1021;
	padding-top: 1%;
	padding-bottom: 1%;
}

.footer-right-side {
	text-align: left;
	margin-top: 5px!important;
}


.footer-right-side p span {
	font-size: 16px;
	color: #FFF;
}

.footer-right-side p a i {
	font-size: 25px;
	color: #eb5e11;
}

.footer-right-side p a i:hover {
	font-size: 25px;
	color: #FFF;
}

.footer-right-side .copyright {
	font-size: 12px;
	color: #FFF;

}

@media (max-width: 767px) {
	.footer-left-side,
	.footer-right-side {
		text-align: -webkit-center!important;
		margin: 10px 50px;
	}
}

#about {
	background-color: #141c33;
	padding-bottom: 100px;
}

@media (max-width: 767px) {
	#about {
		padding-bottom: 30px!important;
	}
}

.about-us-title {
	text-align: center;
	margin: 50px 0;
}

.about-us-title .p1 {
	font-size: 50px;
	color: #eb5e11;
	font-weight: bold;
}


.about-us-title .p2 {
	font-size: 30px;
	color: #FFF;
}


.about-us-content {
	background-color: #0e1529;
	text-align: center;
	padding: 30px;
	margin-top: 50px;
}

@media (max-width: 767px) {
	.about-us-content {
		margin-top: 30px!important;
	}
}

.about-us-content .p1 {
	font-size: 50px;
	color: #eb5e11;
	font-weight: bold;
}

.about-us-content .p3 {
	font-size: 25px;
	color: #FFF;
	text-align: left;
}


@media (max-width: 767px) {
	.about-us-title {
		margin: 50px 0;
	}

	.about-us-title .p1 {
		font-size: 35px;
	}


	.about-us-title .p2 {
		font-size: 20px;
	}

	.about-us-content .p1 {
		font-size: 35px;
	}

	.about-us-content .p3 {
		font-size: 20px;
	}
}


#investment {
	background-image: url("../img/investment-criteria-bg.png");
	background-size: cover;
	background-position: center;
	padding-bottom: 100px;
}

@media (max-width: 767px) {
	#investment {
		padding-bottom: 30px!important;
	}
}

.investment-title {
	text-align: center;
	margin: 50px 0;
}

.investment-title .p1 {
	font-size: 50px;
	color: #eb5e11;
	font-weight: bold;
}

@media (max-width: 767px) {
	.investment-title .p1 {
		font-size: 35px;
		color: #eb5e11;
		font-weight: bold;
	}
}

.investment-content ul li {
	font-size: 20px;
	list-style-image: url("../img/orange-bullet.png");
	line-height: 1.5;
	padding-left: 5px;
}

@media (max-width: 767px) {
	.investment-content ul li {
		font-size: 15px;
		list-style-image: url("../img/orange-bullet.png");
		line-height: 1.5;
		padding-left: 5px;
	}
}


.investment-content ul .list {
	margin-bottom: 20px;
	padding: 5px 10px 5px 0px;
	color: #FFF;
}


@media (max-width: 991px) {
	.investment-content ul .list {
		display: table;
	}
}

#contact {
	background-image: url("../img/contact-us-image2.png");
	background-size: cover;
	background-position: center;
	padding-bottom: 100px;

}

.contact-title {
	text-align: center;
	margin-top: 50px;
}

.contact-title .p1 {
	font-size: 50px;
	color: #eb5e11;
	font-weight: bold;
}

.contact-title .p2 {
	font-size: 30px;
	color: #FFF;
}

.contact-content {
	margin-top: 50px;
	text-align: center;
}

.contact-left {
	text-align: center;
}


.contact-left .jennifer img {

}

.contact-left .jennifer {
	color: #FFF;
	font-size: 20px;
	margin-top: 20px;
}

.contact-left .president {
	color: #FFF;
	font-size: 18px;
	margin-top: 10px;
}

.contact-left .name {
	text-align: center;
}


.contact-left #map {
	height: 350px;
	width: 100%;
	margin-top: 30px;
	border-radius: 5px;
}


@media (max-width: 767px) {
	.contact-title .p1 {
		font-size: 35px;
		color: #eb5e11;
		font-weight: bold;
	}

	.contact-title .p2 {
	    font-size: 20px;
	    color: #FFF;
	}

	.contact-right .message p {
	    font-size: 20px!important;
	    color: #FFF;
	    text-transform: uppercase;
	}

	.c_form-control {
	    height: 40px!important;
	    font-size: 15px!important;
	    margin-bottom: 20px!important;
	}
}



@media (max-width: 991px) {
	.contact-left .photo {
		text-align: center;
	}

	.contact-left .data {
		text-align: center;
		margin-top: 30px;
	}
	.contact-left .data .email-text span {
		font-size: 16px;
	}

	.contact-left #map {
		text-align: -webkit-center;
	}
	.contact-left #map {
		height: 200px;
		width: 100%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.contact-left #map {
		text-align: -webkit-center;
	}
}




.contact-left .data {
	text-align: left;
	margin-top: 30px;
}

.contact-left .data .data-content {
	text-align: left;
}


.contact-left .data p i {
	color: #eb5e11;
	font-size: 30px;
}

.contact-left .data p {
	color: #FFF;
	font-size: 20px;
}

@media (max-width: 991px) {
	.contact-left .data {
		display: inline-block;
	}
}

.contact-left .data .email-text {
	color: #FFF;
	font-size: 18px;
}

.contact-right {
	text-align: center;
}

.contact-right .message {
	text-align: left;
	margin-bottom: 25px;
}

.contact-right .message p {
	font-size: 24px;
	color: #FFF;
	text-transform: uppercase;
}

.c_form-control {
	height: 50px;
	font-size: 20px;
	margin-bottom: 24px;
}

.c_btn-send {
	margin-top: 37px;
	text-align: left;
}


.fixed-header {
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	margin: 0;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.66);
	transition: all 500ms ease;
	-webkit-animation-name: menu_sticky;
	animation-name: menu_sticky;
	-webkit-animation-duration: 0.60s;
	animation-duration: 0.60s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.11);
}
.fixed-header .c_navbar-right {
    margin: 10px 0;
}
.scroll-to-top {
	position:fixed;
	bottom:30px;
	right:15px;
	color:#FFF;
	font-size:40px;
	line-height: 45px;
	width: 50px;
	height: 50px;
	border: 1px solid #eb5e11;
	background: #eb5e11;
	text-align:center;
	z-index:100;
	cursor:pointer;
	display:none;
	border-radius: 25px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.scroll-to-top:hover {
	background: #FFF;
	color: #eb5e11;
	border-color: #eb5e11;
	transition: all 500ms ease;
}


.mail_message .success {
	background: green;
	color: #fff;
	padding: 10px 20px;
	text-align: center;
	font-weight: bold;
	border-radius: 3px;
}


.mail_message .error {
	background: red;
	color: #fff;
	padding: 10px 20px;
	text-align: center;
	font-weight: bold;
	border-radius: 3px;
}

.c_form-bottom {
	text-align: left;
	margin-top: 15px;
}


.c_btn-lg {
	padding: 12px 50px;
	font-size: 20px;
	line-height: 1.3333333;
	border-radius: 5px;
	background: linear-gradient(to right, #eb5e11 , #271a1d);
	color: #FFF;
	border: none;
}

.btn-group-lg>.btn, .c_btn-lg:focus {
	outline: none;
}


.button {
	display: inline-block;
	border-radius: 4px;
	background: linear-gradient(to right, #eb5e11 , #271a1d);
	border: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 20px;
	padding: 10px;
	width: 150px;
	transition: all 0.5s;
	cursor: pointer;
	vertical-align: middle;
	outline: none;
}

.button span {
	cursor: pointer;
	display: inline-block;
	position: relative;
	transition: 0.5s;
}

.button span:after {
	content: '\00bb';
	position: absolute;
	opacity: 0;
	top: -2px;
	right: -20px;
	transition: 0.5s;
}

.button:hover span {
	padding-right: 15px;
}

.button:hover span:after {
	opacity: 1;
	right: 0;
}


.mail_message {
	margin-top: 24px;
}

@media (min-width: 768px) {
	.c_navbar-collapse {
		text-align: center;
	}
}

.c_navbar-right {
    display: inline-block;
    float: none;
}


.c_form-control:focus {
    border: 2px solid #eb5e11;
}





















































/*    display: flex;
justify-content: space-around;
align-items: stretch;
width: 100%;
flex-direction: column;
align-items: center;

*/








