h2 {
    font-size: 2em;
}
h1, h2, h3, h4, h5, h6 {
    letter-spacing: -0.01em !important;
}
body , p {
    color: #000 !important;
}
#header.header-effect-shrink .header-top {
    background: linear-gradient(135deg, #e23c8e 0%, #a33188 80%) !important;
}

.page-header {
    margin: 0 0 35px 0;
    padding: 5px 0;
}
.page-header.page-header-lg {
    padding: 0px 0 !important; 
}
.custom-bg-color-light-page-title {
    background-color: #171940 !important;
}
html .text-color-quaternary, html .text-quaternary {
    color: #ffffff !important;
}
.tp-bullets .tp-bullet {
	background: rgba(255, 255, 255, 0.3) !important;
	border-radius: 100% !important;
	border: 2px solid #fff !important;
	opacity: 0.7 !important;
	padding: 7px !important;
}
.tp-bullets .tp-bullet.selected {
	opacity: 1 !important;
}
.tp-bullets .tp-bullet.selected::after {
	content: '';
	display: block !important;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	width: 6px !important;
	height: 6px !important;
	background: #fff !important;
	border-radius: 100% !important;
	transform: translateX(-50%) translateY(-50%) !important;
}

/*
* Custom List
*/

.custom-list li:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	height: 3px;
	margin-right: 17px;
}
.custom-list li:before {
    background-color: #e41645;
}

/*
* Approach Img
*/
.approach-img {
	position: relative;
	display: block;
	background-image: url("../img/circle-bg.jpg");
	background-repeat: no-repeat;
	border-radius: 50%;
	min-width: 355px;
	min-height: 360px;
	max-width: 355px;
	max-height: 360px;
	margin: auto;
	width: 100%;
}
.approach-img .custom-circle-1 {
	display: block;
	width: 50%;
	height: 50%;
	background-color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 113px;
}
.approach-img .custom-circle-2 {
	display: block;
	width: 25%;
	height: 25%;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-image: url(../img/circle-bg.jpg);
	background-position: center;
	background-size: 500px;
}
.approach-img .custom-circle-our-approach-deco-1 {
	width: 33px;
	height: 31px;
	border-radius: 50%;
	top: 30px;
	left: 30px;
}
.approach-img .custom-circle-our-approach-deco-2 {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	top: 25%;
	right: 2%;
	transform: translateY(-50%);
}
.approach-img .custom-circle-our-approach-deco-3 {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	bottom: 0;
	left: 20%;
	transform: translateX(-50%);
}

#footer a:not(.btn) {
    color: #fff;
    transition: all 0.1s ease-in-out;
}
#footer a:not(.btn):hover {
    text-decoration: none;
    color: #e23c8e;
}
.bg-color-tertiary-1 {
    background-color: #3846bd !important;
}
.line-pre-title {
    width: 50px;
    height: 3px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}


/* trading-opportunity form */

<style type="text/css">
.form-style-3{
	max-width: 600px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.form-style-3 label{
	display:block;
	margin-bottom: 10px;
}
.form-style-3 label > span{
	float:left;
	width: 200px;
	color: #171940;
	font-weight: bold;
	font-size: 13px;
	text-shadow: 1px 1px 1px #fff;
}
.form-style-3 fieldset{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #171940;
	padding: 20px;
	background: #ffffff;
	box-shadow: inset 0px 0px 15px #f8cff9;
	-moz-box-shadow: inset 0px 0px 15px #FFE5E5;
	-webkit-box-shadow: inset 0px 0px 15px #FFE5E5;
}

.form-style-3 textarea{
	width:250px;
	height:100px;
}
.form-style-3 input[type=text],
.form-style-3 input[type=date],
.form-style-3 input[type=datetime],
.form-style-3 input[type=number],
.form-style-3 input[type=search],
.form-style-3 input[type=time],
.form-style-3 input[type=url],
.form-style-3 input[type=email],
.form-style-3 select, 
.form-style-3 textarea{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px solid #171940;
	outline: none;
	color: #171940;
	padding: 5px 8px 5px 8px;
	box-shadow: inset 1px 1px 4px #FFD5E7;
	-moz-box-shadow: inset 1px 1px 4px #FFD5E7;
	-webkit-box-shadow: inset 1px 1px 4px #FFD5E7;
	background: #FFEFF6;
	width:50%;
}
.form-style-3  input[type=submit],
.form-style-3  input[type=button]{
	background: #171940;
	border: 1px solid #171940;
	padding: 5px 15px 5px 15px;
	color: #ffffff;
	box-shadow: inset -1px -1px 3px #171940;
	-moz-box-shadow: inset -1px -1px 3px #171940;
	-webkit-box-shadow: inset -1px -1px 3px #171940;
	border-radius: 3px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;	
	font-weight: bold;
}
.required{
	color:red;
	font-weight:normal;
}



.col-homepage-pro {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 101%;
}

.owl-carousel .owl-nav button.owl-next {
    right: 10px;
}

.thumb-info .thumb-info-wrapper:after {
	content: "";
	background: rgba(0, 0, 0, 0.1);
	transition: all 0.3s;
	border-radius: 4px;
	bottom: -4px;
	color: #FFF;
	left: -4px;
	position: absolute;
	right: -4px;
	top: -4px;
	display: block;
	opacity: 0;
	z-index: 1;
}
</style>