html{
	font-size: 16px;
}

body{
	font-family: 'Open Sans', sans-serif;
}
body h1,h2,h3,h4,h5,h6,p{
	margin: 0px;
}
body input:focus{
	outline: none;
}
body ul{
	margin-left: 0 !important;
	margin-bottom: 0px;
	list-style: none;
	padding-left: 0px;
}
body a:hover,body a:focus{
	text-decoration: none;
}
input:required {
    box-shadow: none;
}
.padding_0{
	padding: 0px;
}
.padding_left{
	padding-left: 0px;
}
.padding_right{
	padding-right: 0px;
}
.container-fluid{
	width: 1300px;
	max-width: 100%;
}
.top_section{
	background-color: white;
	border-top: 5px solid #C5B358;
	padding: 10px 0px;
}
.top_section .logo{
	width: 450px;
	max-width: 90%;
}
.top_section .box{
	display: inline-block;
	width: 250px;
	background-color: #262626;
	position: relative;
	border-radius: 50px;
	border: 3px solid #C5B358;
	color: white;
	text-align: center;
	padding: 10px;
	padding-left: 50px;
	float: right;
	margin-top: 10px;
}
.top_section .box img{
	position: absolute;
	left: 3px;
    top: 3px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.top_section .box p{
	font-size: 0.8rem;
}
.top_section .box p span{
	color: #BFAE56;
	font-size: 1.3rem;
	font-weight: 600;
}
.popover-title{
	color:black;
	
}
header{
	background-image: url(../images/header2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	padding: 30px 0px;
}
header h1{
	color: white;
	text-align: center;
	font-size: 2.8rem;
	font-weight: 600;
	margin-bottom: 50px;
	line-height: 65px;
}
header h1 span{
	color: #E1CB5E;
}
header iframe{
	width: 100%;
	border: 1px solid white;
	height: 432px;
}
header form{
	background-color: #FFFFFF;
	display: inline-block;
	width: 90%;
	float: right;
	padding: 20px;
	padding-top: 120px;
	position: relative;
}
header form .top1{
	display: inline-block;
	width: 100%;
	background-color: #C5B650;
	padding: 10px 20px;
	padding-bottom: 0px;
	text-align: center;
	color: white;
	position: absolute;
	left: 0px;
	top: 0px;
}
header form .top1:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 177px 0 177px;
	border-color: #C5B650 transparent transparent transparent;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
}
header form .top1 h3{
	font-size: 1.4rem;
	text-transform: uppercase;
	font-weight: 600;
}
header form select{
	width: 100%;
	height: 35px;
	padding-left: 15px;
	background-color: #F0F1F1;
	color: black;
	font-size: 0.9rem;
	border: 0px;
	border-left: 3px solid #C5B650;
	margin-bottom: 10px;
}

header form input{
	width: 100%;
	height: 35px;
	padding-left: 15px;
	background-color: #F0F1F1;
	color: black;
	font-size: 0.9rem;
	border: 0px;
	border-left: 3px solid #C5B650;
	margin-bottom: 10px;
}
header form input::placeholder{
	color:#555555;
	opacity: 1;
}
header form .input_form{
	display: inline-block;
	width: 100%;
	position: relative;
}
header form .input_form input{
	padding-left: 50px;
}
header form .input_form .dropdown{
	position: absolute;
	left: 3px;
	top: 0px;
}
header form .input_form .dropdown button{
	border: 0px;
	background-color: #F0F1F1;
	height: 35px;
	margin: 0px;
}
header form .input_form .dropdown button .caret{
	color: #BCBEC1;
}
header form .input_form .dropdown-menu{
	min-width: 50px;
}
header form .submit{
	text-align: center;
	background-color: #221F1F;
	color: white;
	border: 0px;
	width: 100%;
	padding: 10px 20px;
	font-size: 1.2rem;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 20px;
}
header form h6{
	color: #6D6E71;
	text-align: center;
	font-size: 0.85rem;
	margin-bottom: 10px;
}
.logo_section{
	background-color: #FBFAFA;
	padding: 25px 0px;
}
.logo_section ul li{
	padding: 0px 10px;
}
.logo_section .buy_sell{
	margin-top: 30px;
	text-align: right;
}
.logo_section .buy_sell li a{
	display: inline-block;
	padding: 8px 20px;
	border-radius: 30px;
	color: white;
	font-size: 1rem;
	font-weight: 600;
}
.logo_section .buy_sell li a span{
	margin-left: 10px;
}
.logo_section .buy_sell li .green{
	background-color: #94DB5D;
}
.logo_section .buy_sell li .red{
	background-color: #E12B2B;
}
.heading{
	color: #4C4C4C;
	font-weight: 400;
	font-size: 2.2rem;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
	line-height: 40px;
	display: inline-block;
	width: 100%;
	position: relative;
}
.heading .border{
	display: inline-block;
	width: 60%;
}
.heading .border:after{
	content: "";
	background-color: #C9B863;
	height: 2px;
	display: inline-block;
	width: 100%;
}
.heading span{
	font-weight: 600;
	color: #C5B358;
}
.join_section{
	background-color: white;
	padding: 50px 0px;
	text-align: center;
}
.join_section .box{
	width: 90%;
	display: block;
	margin: auto;
}
.join_section p{
	color: #7A7A7A;
	font-size: 0.95rem;
	font-weight: 400;
	margin-bottom: 20px;
	display: inline-block;
	line-height: 25px;
}
.join_section img{
	margin: 30px 0px;
}
.join_section h4{
	color: #4C4C4C;
	font-size: 1.15rem;
	font-weight: 600;
	margin-bottom: 30px;
}
.join_section .detail{
	width: 90%;
	display: block;
	margin: auto;
}
.carousel-control{
	width: 5px;
	top: -60px;
}
.carousel-control i{
	font-size: 3rem;
	color: #D5CCD0;
}
.carousel-control:focus, .carousel-control:hover{
	opacity: 1;
}
.carousel-control.right,.carousel-control.left{
	background-image: none;
	opacity: 1;
	z-index: 999999;
}
.carousel-control.right{
	right: 70px;
}
.carousel-control:hover i ,.carousel-control:focus i{
	color: #C5B358;
}
.carousel-control.left{
	left: initial;
	right: 140px;
}
.carousel-control.left i{
	transform: rotateY(180deg);
}
.test_section{
	background-color: #FBFAFA;
	padding: 50px 0px;
}
.test_section .col_1{
	display: block;
	width: 95%;
	margin: auto;
}
.test_section .box{
	position: relative;
	width: 100%;
	display: inline-block;
	padding-left: 140px;
	min-height: 100px;
	margin-bottom: 30px;
}
.test_section .box img{
	width: 100px;
	position: absolute;
	left: 20px;
	top: 0px;
	border-radius: 50%;
}
.test_section .box h4{
	margin-top: 25px;
	font-weight: 600;
	color: #6A6A6A;
	font-size: 1.1rem;
	margin-bottom: 5px;
}
.test_section .box h5{
	font-weight: 400;
	color: #B1B0B0;
	line-height: 20px;
	font-size: 0.9rem;
	margin-bottom: 5px;
}
.test_section p{
	color: #6C6C6C;
	font-style: italic;
	font-weight: 300;
	font-size: 0.95rem;
	line-height: 26px;
	margin-bottom: 50px;
	min-height: 220px;
}
.test_section .img{
	width: 100%;
}
.test_section .img_box{
	background: white;
    height: 210px;
}
.test_section .img_box img{
	width: auto !important;
    margin: auto;
    display: block;
	height: 100%;
	max-width: 100%;
}
.step_section{
	background-image: url(../images/bg_1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	padding: 50px 0px;
}
.step_section img{
	width: 80px;
	display: block;
	margin: 50px auto;
}
.step_section .box{
	width: 90%;
	display: block;
	margin: auto;
	text-align: center;
}
.step_section .head{
	color: white;
	font-weight: 600;
	font-size: 1.2rem;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
	position: relative;
}
.step_section .head span{
	display: inline-block;
	width: 40%;
}
.step_section .head span:after{
	content: "";
	background-color: #C9B863;
	height: 2px;
	display: inline-block;
	width: 100%;
}
.step_section h4{
	color: white;
	font-weight: 600;
	font-size: 1.2rem;
	margin-bottom: 40px;
}
.step_section p{
	color: #E4E4E4;
	font-size: 0.95rem;
	font-weight: 300;
	line-height: 23px;
}
.news_section{
	padding: 50px 0px;
	background-color: white;
}
.news_section .col_1{
	display: block;
	margin: auto;
	width: 95%;
}
.news_section .img{
	width: 100%;
	margin-top: 30px;
	margin-bottom: 15px;
}
.news_section h4 a{
	color: #4C4C4C;
	font-weight: 600;
	font-size: 1.2rem;
	display: inline-block;
	margin-bottom: 25px;
	line-height: 25px;
}
.news_section p{
	color: #606060;
	font-size: 0.95rem;
	font-weight: 400;
	line-height: 23px;
}
.news_section .btn_grey{
	display: inline-block;
	padding: 10px 20px;
	color: white;
	font-size: 1.1rem;
	font-weight: 600;
	display: inline-block;
	background-color: #221F1F;
	margin-top: 40px;
}
.modal img{
	max-width: 80%;
    max-height: 96vh;
    display: block;
    margin: auto;
}
.modal-header{
	border: 0px;
	border-radius: 0px;
	background-color: transparent;
	padding: 0px 10px;
}
.modal-content{
	background-color: transparent;
	border: 0px;
	border-radius: 0px;
	box-shadow: none;
}
.modal-body{
	padding: 0px;
}
.modal-dialog{
	width: 100%;
	height: 100vh;
	margin: 0px;
}
.modal-header .close{
	font-size: 2rem;
	color: white;
	opacity: 1;
}
.slick-arrow{
	display: none !important;
}
.value_section{
	background-image: url(../images/bg_2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	padding: 50px 0px;
}
.value_section .col_1{
	display: inline-block;
	width: 100%;
	position: relative;
	background-color: white;
	padding: 20px;
	border: 5px solid #696C49;
	padding-left: 120px;
}
.value_section .col_1 img{
	top: 36%;
	position: absolute;
	left: 20px;
	width: 80px;
	border-radius: 50%;
}
.value_section .col_1 .text_box{
	display: inline-block;
	width: 100%;
	padding-left: 10px;
	border-left: 1px solid #EDEDED;
	height: 280px;
}
.value_section .col_1 .text_box h4{
	color: #C5B358;
	font-size: 1.3rem;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 10px;
}
.value_section .col_1 .text_box p{
	color: #606060;
	font-size: 0.8rem;
	font-weight: 400;
	line-height: 23px;
	margin-bottom: 10px;
}
.faq_section{
	background-color: white;
	padding: 50px 0px;
}
.faq_section .title_box{
	padding-right: 80px;
	border-right: 2px solid #F3F3F3;
	position: relative;
}
.faq_section .title_box:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12.5px 0 12.5px 20px;
	border-color: transparent transparent transparent #C5B358;
	position: absolute;
	right: -21px;
	top: 20%;
	visibility: hidden;
	opacity: 0;
}
.faq_section .title_box h4{
	padding: 10px 0px;
	color: #767676;
	font-size: 1.3rem;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 28px;
}
.faq_section .title_box:hover h4,.faq_section .title_box:focus h4{
	cursor: pointer;
	color: #DDD732;
}
.faq_section .title_box:hover:after,.faq_section .title_box:focus:after{
	visibility: visible;
	opacity: 1;
}
.faq_section .text_box {
	padding-left: 30px;
}
.faq_section .text_box p{
	color: #737373;
	font-size: 1rem;
	font-weight: 400;
	line-height: 25px;
}
.warn_section{
	background-color: #221F1F;
	padding: 20px 0px;
	color: white;
}
.warn_section p{
	font-size: 1rem;
	font-weight: 300;
	line-height: 25px;
}
.warn_section p span{
	font-weight: 600;
	color: #C5B358;
	text-transform: uppercase;
}
footer{
	background-color: #C5B358;
	padding: 15px 0px;
	text-align: center;
}
footer p{
	color: #221F1F;
	font-size: 0.95rem;
	font-weight: 400;
	text-transform: uppercase;
}
html {
	scroll-behavior: smooth;
  }
.btn.register-btn{
	color: #fff;
    background-color: #C5B650;
    border-color: #C5B650;
    transition: all 0.3s ease;
    margin-top:40px;
	font-size:18px;
	font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    max-width: 300px;
    line-height: 40px;
    border-radius: 25px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.33);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.33);
	scroll-behavior: smooth;
}
.test_section .btn.register-btn{
	margin-top: 0;
}

.btn.register-btn:hover,.btn.register-btn:focus{
	color: #fff;
    background-color: #94DB5D;
	border-color: #94DB5D;
}
@media(max-width: 1320px){
	html{
		font-size: 15px;
	}
	header form .top1:after{
		border-width: 30px 166px 0 166px;
	}
}
@media(max-width: 1200px){
	html{
		font-size: 14px;
	}
	.top_section .logo{
		width: 350px;
	}
	.top_section .box img{
		width: 55px;
		height: 55px;
	}
	header form .top1:after {
	    border-width: 30px 144px 0 144px;
	}
	.logo_section ul li {
	    padding: 0px 5px;
	}
	.value_section .col_1 img{
		top: 39%;
	    width: 60px !important;
	    left: 10px !important;
	}
	.value_section .col_1{
		padding-left: 80px;
	}
	.value_section .col_1 .text_box{
		height: 290px;
	}
}
@media(max-width: 1024px){
	html{
		font-size: 12px;
	}
	.top_section .box img {
	    width: 50px;
	    height: 50px;
	}
	header h1{
		font-size: 2.2rem;
		line-height: 35px;
	}
	header form .top1:after {
	    border-width: 30px 117px 0 117px;
	}
	header iframe{
		height: 422px;
	}
	.logo_section ul li{
		width: 25%;
		float: left;
	}
	.logo_section ul li img{
		width: 100%;
	}
	.logo_section .logo_2{
		width: 60px;
		display: block;
		margin: auto;
	}
	.logo_section .logo_4{
		width: 70px;
		display: block;
		margin: auto;
	}
	.logo_section .buy_sell{
		display: inline-block;
		width: 100%;
		margin-top: 10px;
	}
	.logo_section .buy_sell li{
		width: auto;
		float: none;
	}
	.heading{
		font-size: 1.8rem;
		line-height: 30px;
	}
	.heading .border{
		width: 40%;
	}
	.join_section p{
		line-height: 20px;
	}
	.carousel-control.left img{
		width: 30px;
	}
	.carousel-control.right img{
		width: 30px;
	}
	.carousel-control.left{
		right: 110px;
	}
	.test_section p{
		line-height: 20px;
	}
	.step_section h4{
		line-height: 20px;
	}
	.news_section h4 a{
		line-height: 20px;
	}
	.news_section p{
		line-height: 20px;
	}
	.step_section p{
		line-height: 18px;
	}
	.value_section .col_1 .text_box{
		height: 350px;
	}
}
@media(max-width: 768px){
	header form .top1:after {
	    border-width: 30px 95px 0 95px;
	}
	.value_section .col_1 {
	    padding-left: 20px;
	    margin-top: 40px;
	}
	.value_section .col_1 img{
		position: relative;
		left: initial !important;
		top: initial;
		display: block;
		width: 100px !important;
		margin: auto;
		margin-bottom: 20px;
	}
	.value_section .col_1 .text_box{
		height: auto;
		border-left: none;
		border-top: 2px solid #EDEDED;
		padding-left: 0px;
	}
}
@media(max-width: 767px){
	html{
		font-size: 14px;
	}
	.padding_left{
		padding: 0px;
	}
	.padding_right{
		padding: 0px;
	}
	.top_section{
		text-align: center;
	}
	.top_section .box{
		float: none;
	}
	header iframe {
	    height: 220px;
	    margin-bottom: 30px;
	}
	header form{
		float: none;
		width: 100%;
		padding-top: 80px;
	}
	header form .top:after {
	    border-width: 30px 175px 0 175px;
	    bottom: -29px;
	}
	header form .top h3{
		font-size: 1.1rem;
	}
	.logo_section .logo_2{
		width: 40px;
	}
	.logo_section .logo_4{
		width: 50px;
	}
	.logo_section .buy_sell{
		text-align: center;
		margin-top: 20px;
	}
	.join_section .box{
		width: 100%;
	}
	.join_section .detail{
		width: 100%;
	}
	.heading{
		line-height: 38px;
	}
	.heading .border {
	    width: 80%;
	}
	.carousel-control{
		top: -20px;
	}
	.test_section .box{
		margin-top: 30px;
	}
	.step_section .box{
		width: 100%;
	}
	.news_section .col_1{
		width: 100%;
	}
	.value_section .col_1 {
	    padding-left: 20px;
	    margin-top: 40px;
	}
	.value_section .col_1 img{
		position: relative;
		left: initial;
		top: initial;
		display: block;
		width: 100px;
		margin: auto;
		margin-bottom: 20px;
	}
	.value_section .col_1 .text_box{
		height: auto;
		border-left: none;
		border-top: 2px solid #EDEDED;
		padding-left: 0px;
	}
	.faq_section .title_box{
		padding: 10px 15px;
		border-bottom: 2px solid #F3F3F3;
		border-right: 0px;
	}
	.faq_section .title_box:after{
		border-width: 20px 12.5px 0 12.5px;
		border-color: #C5B358 transparent transparent transparent;
		right: initial;
	    top: initial;
	    left: 47%;
	    bottom: -20px;
	}
	.faq_section .text_box{
		padding: 15px;
	}
	.test_section .img_box img {
	    width: 100% !important;
		height: 100%;
		margin-bottom: 20px;
	}
	.test_section .carousel-inner, .test_section .carousel {
	    min-height: 560px !important;
	}
}
@media(max-width:460px){
	.test_section .btn.register-btn {
		margin-top: 30px;
	}
	.btn.register-btn{
		font-size:16px;
	}
}
iframe{
	background: url("../images/bg_1.jpg") no-repeat
}