.intro-mob .col-6 {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
}
.intro-mob {
    display: none;
    width: 100%;
}


.main-banner {
	/*background: url("/images/main-banner.jpg") no-repeat;*/
	/*background-size: cover;*/
	/*min-height: 600px;*/
	/*margin: 0;*/
	/*display: table;*/
	/*width: 100%;*/
	/*text-align: center;*/

    position:relative;
    overflow: hidden;
}
.main-banner img{
    position: relative;
    width: 100%;
}
.main-banner .section {
	position: absolute;
    top: 50%;
    left: 50%;
    padding: 0px;
    background: transparent;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50px) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.main-banner .section h1 {
	font-weight: 700;
}

.main-banner .section h1,
.main-banner .section p {
	color: #F6DA75;
}

.intro-sec {
	background-color: #000;
	padding: 40px 0;
}

.intro-sec p,.reg-sec p,.reg-sec h2,
.intro-sec h2 {
	color: #F6DA75 !important;
}
.intro-mob h3 {
    color: #F6DA75;
    font-size: 14px;
}
.reg-sec {
	background: url("/images/beam.png") no-repeat;
	background-size: contain;
	background-position: 50% 50%;
}

.reg-sec .row{
	display: table;
	width: 100%;
}

.reg-sec .row .col-md-6{
	display: table-cell;
	vertical-align: middle;
}
.faq-sec {
	margin: 0 !important;
}
.con-sec{
	margin: 0;
	/*background: url("/images/con-sec.png") no-repeat;*/
	/*background-size: contain;*/
	/*background-position: 70.1% 50%;*/
}
.con-sec .col-md-12{
    background: url("/images/con-sec.png") no-repeat;
    background-size: contain;
    background-position: 100% 50%;
}
.con-sec ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 18px;
	color: #F6DA75;
}
#intro-sec h6{
    color: #F6DA75;
}
.con-sec .col-md-12{
    padding-left: 24px!important;
}

.con-sec ul li{
	line-height: 28px;
}

.con-sec ul li img {
	width: 40px;
	height: 40px;
	margin-right: 15px;
}
#exampleModal .modal-content{
    background:#000;
}
#exampleModal .modal-content h3{
    color:#F6DA75;
}
#exampleModal .modal-content a{
    background: #F6DA75 !important;
    color: black !important;
}
@media screen and (max-width: 991px) {
	.reg-sec .row {
		display: block;
		width: 100%;
	  }
	  .reg-sec .row .col-md-6 {
		display: block;
		text-align: center;
		width: 100%;
	  }
}

@media screen and (max-width: 567px) {
    .main-banner img {
        position: relative;
        width: 100%;
        min-height: 300px;
        object-fit: contain;
        background: #000;
    }
    .con-sec .col-md-12{
        background-size: 120px;
    }
}
@media screen and (max-width: 767px) {
    .intro-mob {
        display: block;
        margin: 20px auto;
    }
    .intro-desk{
        display: none;
    }
    .reg-sec{
        padding:40px 0 !important;
    }
}
