@charset "utf-8";
.header {
	background: #fa8014;
	height: 60px;
	position: fixed;
	width: 100%;
	z-index: 9999
}

.logo {
	color: #fa3447;
	font-weight: 100;
	font-size: 22px;
	padding: 0!important;
	line-height: 60px
}

.logo img {
	width: 200px;
	height: 100%;
	margin-top: 6px
}

.lcontact {
	float: left;
	/*overflow: hidden;*/
	width: 20%
}

.lcontact p {
	padding: 20px;
	text-align: center;
	color: white;
	font-weight: bold
}

.logo:hover, logo:active {
	color: #fff
}

.menu {
	margin: 0!important;
	border: 0
}

.menu li a {
	color: #fef2e7; /* #af590e; */
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	line-height: 29px;
	background-color: #fa8014;
	z-index: 999
}

@media(min-width:768px) and (max-width:1199px) {
	.menu {
		font-size: 12px
	}
}

.menu li a:hover {
	background-color: #fcb272;
	color: #fff
}


hr.style14 { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}


.menu-button {
	color: #fff;
	font-size: 30px;
	margin: 0!important;
	padding: 14px
}

.backg {
	background-attachment: fixed;
	background-color: #645862;
	background-image: url("images/Bulle14.jpg");
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	cursor: default;
	padding: 110px 0 120px;
	text-align: center;
	width: 100%;
	float: left
}

.left-txt {
	width: 100%
}

.left-txt span a {
	font-size: 16px;
	font-weight: 400;
	color: #000
}

@-moz-keyframes reveal-banner {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-webkit-keyframes reveal-banner {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-o-keyframes reveal-banner {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-ms-keyframes reveal-banner {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@keyframes reveal-banner {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

.inner {
	-moz-animation: reveal-banner 1s .25s ease-in-out;
	-webkit-animation: reveal-banner 1s .25s ease-in-out;
	-o-animation: reveal-banner 1s .25s ease-in-out;
	-ms-animation: reveal-banner 1s .25s ease-in-out;
	animation: reveal-banner 1s .25s ease-in-out;
	-moz-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	-ms-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	color: white;
	display: inline-block;
	opacity: 0;
	text-align: center;
	margin-top: 25px
}

.inner-first {
	padding: 20px 40px;
	background: rgba(250,128,20, 0.4)
}

.inner-second {
	padding: 15px;
	background: rgba(250,128,20, 0.4)
}

.text-box {
	font-family: 'Poppins', sans-serif
}

.text-box p.intro {
	font-size: 30px;
	font-weight: 300;
	line-height: 1;
	font-family: 'Poppins', sans-serif
}

.text-box h2 {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	border-bottom: 7px double #fa3447;
	border-top: 7px double #fa3447;
	/* text-transform: capitalize; */
	line-height: 1.5;
	font-family: 'Roboto', sans-serif
}

.text-box h3 {
	font-size: 16px;
	font-weight: 500;
	line-height: 1
}

.text-box p {
	font-size: 10px;
	font-weight: 400
}

.text-box p span {
	font-size: 15px;
	font-weight: 400;
	color: #83d3c9
}

.text-box p span a {
	text-decoration: none;
	color: #00b3e0;
	font-size: 15px
}

.text-box p a.link-button {
	text-decoration: none;
	color: #fff;
	border: #fff solid 1px;
	padding: 15px 22px;
	margin-top: 20px;
	line-height: 4;
	font-size: 18px;
	font-weight: 400;
	background: rgba(255, 255, 255, 0.1);
	transition: all .2s ease-in-out;
	font-family: 'Poppins', sans-serif
}

.text-box p a.link-button:hover {
	background: rgba(255, 255, 255, 0.3)
}

.some-notes {
	min-height: 639px;
	padding: 150px 0;
	float: left
}

.title h2 {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 42px;
	text-align: center;
	color: #00b3e0;
	text-transform: uppercase
}

.desc p {
	width: 100%;
	margin: 0 auto;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #333333;
	font-size: 16px;
	text-align: justify;
	line-height: 25px
}

.desc p a {
	text-decoration: none;
	color: #00b3e0
}

.features {
	padding: 60px 0
}

.features-text {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	letter-spacing: 5px;
	margin-top: 30px
}

h2.features-text::after {
	display: block;
	margin: 17px auto 0;
	width: 80px;
	height: 1px;
	content: ""
}

.iconing {
	text-align: center;
	width: 80px;
	margin: 0 auto
}

.iconing i {
	font-size: 35px;
	text-align: center;
	border: 1px solid #fff;
	display: block;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	width: 80px;
	height: 80px;
	line-height: 80px
}

.iconing:hover i {
	cursor: pointer;
	font-size: 35px;
	text-align: center;
	color: #00b3e0;
	border: 1px solid #fff;
	display: block;
	border-radius: 50%;
	background: rgba(255, 255, 255, 1);
	width: 80px;
	height: 80px;
	line-height: 80px
}

.challange {
	font-size: 75px;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	display: block;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	width: 120px;
	height: 120px;
	line-height: 120px;
	padding-top: 10%
}

.icon-box {
	margin: 30px 0
}

.icon-text-box h4 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 25px
}

.icon-text-box p {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 15px
}

.notes {
	background-attachment: fixed;
	background-color: #645862;
	background-image: url("images/capital-equity-markets.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	cursor: default;
	text-align: center;
	width: 100%;
	float: left
}

.notes-bg {
	padding: 80px 0
}

.notes-bg p {
	font-size: 17px;
	margin: 0!important;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	line-height: 30px
}

.notes-bg a {
	text-decoration: none;
	color: #FFF
}

.notes-bg a:hover {
	color: #fff
}

.btneff {
	background-color: #00b3e0;
	border: 0;
	color: #fff;
	padding: 13px 0;
	width: 100%!important;
	font-size: 17px
}

.work-list {
	padding: 0
}

.portfolio-text {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	letter-spacing: 5px;
	margin-top: 30px
}

h2.portfolio-text::after {
	display: block;
	margin: 17px auto 0;
	width: 80px;
	height: 1px;
	content: ""
}

.work-list a .featured-img {
	width: 100%
}

.work-list a .featured-img img {
	width: 100%;
	height: 200px;
	float: left;
	position: relative
}

@keyframes imagehover {
	0% {
		height: 40px
	}
	25% {
		height: 80px
	}
	50% {
		height: 120px
	}
	75% {
		height: 160px
	}
	100% {
		height: 200px
	}
}

.image-hover {
	display: none;
	position: absolute;
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
	text-align: center;
	width: 100%;
	height: 200px;
	float: left
}

.image-hover i {
	color: rgba(138, 184, 57, 0);
	font-size: 30px;
	line-height: 200px;
	transition: 5s color ease-in;
	display: none
}

.image-hover:hover i {
	display: block;
	color: #FA8014
}

.work-list a h3 {
	text-align: center;
	padding: 15px 0;
	font-size: 15px;
	float: left;
	width: 100%;
	font-weight: 600;
	background: #FA8014;
	color: #fff;
	margin: 0;
	font-family: 'Roboto', sans-serif
}

.work-list a:hover .image-hover {
	display: block;
	animation: .4s ease-in 0s normal none 1 running imagehover
}

.work-space {
	margin: 16px 0;
	min-height: 256px;
	overflow: hidden
}

.active {
	color: #fff!important;
	background-color: #FCB272 !important
}

.nav li a:focus {
	background: #FA8014;
	color: #fff
}

.nav li a:active {
	color: #fff
}

.countbg {
	background: rgba(33, 42, 63, 1);
	padding: 80px 0;
	width: 100%;
	float: left
}

.countspace {
	color: white;
	text-align: center;
	width: 100%;
	float: left;
	background: rgba(33, 42, 63, 1)
}

.counter-item {
	margin-top: 30px
}

.counter-item i {
	font-size: 40px;
	color: #00b3e0
}

.timer {
	margin-top: 5px;
	font-weight: 700;
	font-size: 50px;
	color: #00b3e0
}

.counter-item h5 {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'Roboto', sans-serif
}

.contact {
	padding: 60px 0;
	float: left;
	width: 100%
}

::-webkit-input-placeholder {
	color: #fff!important
}

:-moz-placeholder {
	color: #fff!important;
	opacity: 1
}

::-moz-placeholder {
	color: #fff!important;
	opacity: 1
}

:-ms-input-placeholder {
	color: #fff!important
}

#wrapper input, #wrapper textarea {
	font-style: oblique!important;
	width: 92%;
	margin-top: 4px;
	padding: 10px 5px 10px 32px;
	border: 1px solid #b2b2b2;
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 4px 0 rgba(255, 255, 255, 0.6) inset;
	-moz-box-shadow: 0 1px 4px 0 rgba(255, 255, 255, 0.6) inset;
	box-shadow: 0 1px 4px 0 rgba(255, 255, 255, 0.6) inset;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear
}

#wrapper input:active, #wrapper input:focus, #wrapper textarea:active, #wrapper textarea:focus {
	font-style: normal!important;
	border: 1px solid rgba(12, 122, 191, 0.7);
	background: rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: 0 1px 4px 0 rgba(255, 255, 255, 0.9) inset;
	-moz-box-shadow: 0 1px 4px 0 rgba(255, 255, 255, 0.9) inset;
	box-shadow: 0 1px 4px 0 rgba(255, 255, 255, 0.9) inset
}

.form-effect {
	padding: 7px;
	background-color: rgba(58, 57, 121, 0.5);
	color: #000;
	height: auto!important;
	margin-bottom: 30px;
	font-family: 'Poppins', sans-serif
}

.form-effect:focus {
	border-color: rgba(33, 42, 63, 0.2);
	outline: 0 none;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0 8px rgba(33, 42, 63, 0.1)
}

.btn-sub {
	color: #fff;
	background-color: #00b3e0;
	border-color: #fff;
	font-size: 18px;
	padding: 10px 30px
}

#map-canvas {
	height: 150px
}

.ifm {
	height: 100px
}

.address p i {
	padding-right: 10px;
	font-size: 15px;
	color: #333333
}

.address-left {
	float: left;
	text-align: center
}

.address-right {
	float: right;
	text-align: center
}

@media(max-width:991px) {
	.address {
		margin-top: 150px
	}
}

.footer {
	background: #F0770A;
	margin: 0px;
	float: left;
	text-align: center;
	width: 100%
}

.footer p {
  padding-top: 5px;
	text-align: center;
	color: #fff;
	font-family: 'Poppins', sans-serif
}

.footer p a {
	color: #fff;
	font-family: 'Poppins', sans-serif
}

@media(min-width:992px) and (max-width:1280px) {
	.text-box h2 {
		font-size: 35px
	}
}

@media(min-width:555px) and (max-width:991px) {
	.text-box h2 {
		font-size: 30px
	}
}

@media(min-width:380px) and (max-width:554px) {
	.text-box p.intro {
		font-size: 22px
	}
	.text-box h2 {
		font-size: 25px
	}
	.text-box h3 {
		font-size: 16px
	}
	.text-box p a.link-button {
		padding: 8px 14px;
		font-size: 13px
	}
	.title h2 {
		font-size: 29px
	}
	.desc p {
		font-size: 15px;
		text-align: justify
	}
	.icon-text-box h4 {
		text-align: center
	}
	.icon-text-box p {
		text-align: center
	}
	.btneff {
		margin-top: 15px;
		width: 20%!important
	}
}

@media(min-width:0) and (max-width:379px) {
	.text-box p.intro {
		font-size: 22px
	}
	.text-box h2 {
		font-size: 20px
	}
	.text-box h3 {
		font-size: 16px
	}
	.text-box p a.link-button {
		padding: 8px 14px;
		font-size: 13px
	}
	.title h2 {
		font-size: 29px
	}
	.desc p {
		font-size: 15px;
		text-align: justify
	}
	.icon-text-box h4 {
		text-align: center
	}
	.icon-text-box p {
		text-align: center
	}
	.btneff {
		margin-top: 15px;
		width: 80%!important
	}
}

#section2 span a {
	text-decoration: none;
	color: #fff
}

#section2 span a:hover {
	text-decoration: underline
}

.fireworks #fireworks2 {
	float: right;
	text-align: right
}

@media(min-width:768px) {
	.fireworks #fireworks2 {
		margin: 0 20px 0 0
	}
}

@media(max-width:768px) {
	.fireworks #fireworks2 {
		margin: 0
	}
}

@media(min-width:768px) {
	.fireworks #fireworks3 {
		margin-top: 100px
	}
}

@media(max-width:768px) {
	.fireworks #fireworks3 {
		margin-top: 50px;
		float: right
	}
}

.ipo-tbl table tr:nth-child(even) {
	background: #eaf2f3
}

.ipo-tbl table tr:nth-child(odd) {
	background: #fefefe
}

.ipo-tbl table thead tr th {
	background: #167f92;
	color: #fff
}

.some-notes .pay-info p, .pay-info h2, .ipo-result h2, .ipo-result label, .bo-ac h2, .bo-ac label {
	color: #fff
}

.bo-ac input, textarea {
	color: #fff!important
}

.ip-date input {
	background: #4e4ca2
}

@media(min-width:768px) {
	.iporslt, .boac_open {
		position: fixed;
		float: left;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3)
	}
	.iporslt {
		margin: 250px 0 0 -100px;
		font-size: 50px
	}
	.boac_open {
		margin: 218px 0 0 -400px;
		font-size: 40px
	}
	.top-100 {
		margin-top: 100px
	}
}

@media(max-width:768px) {
	.iporslt, .boac_open {
		margin-top: 100px;
		margin-bottom: 30px;
		font-size: 20px;
		font-weight: bold;
		text-align: center
	}
}

.title-bottom-shade {
	margin: 0;
	padding: 0;
	background: url(images/shade_1.png) no-repeat center top;
	height: 30px
}