.banner-conference-two:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgb(39 62 109 / 82%);
}
.main-menu .navigation > li > a {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
}
.banner-conference .gradient-layer {
	position: absolute;
    left: 120px;
    width: 124%;
    height: 171%;
    top: -20%;
    border-radius: 50%;
    -webkit-transform: skew(-200deg);
    -moz-transform: skew(-200deg);
    -ms-transform: skew(-200deg);
    -o-transform: skew(-200deg);
    transform: skew(-200deg);
    background: rgb(96, 20, 55);
    background: -moz-linear-gradient(to left, rgba(96, 20, 55, 1) 0%, rgba(39, 62, 109, 1) 100%);
    background: -webkit-linear-gradient(to left, rgba(96, 20, 55, 1) 0%, rgba(39, 62, 109, 1) 100%);
    background: linear-gradient(to left, rgb(96 20 55) 0%, rgb(39 62 109) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F70068', endColorstr='#441066',GradientType=1 );
    opacity: 2;
}
span.flaticon-search {
    color: #fff;
}

.icons.parallax-scene-1 {
	background: #e7efff;
}

.btn-title2{
    margin: auto;
    text-align: center;
    display: block;
    font-size: 30px;
	background: #ec167f;
    padding: 15px 6px;
    border-radius: 15px;
    color: #ffffff;
}
.btn-title2:hover{
	background: #ffffff;
    border-radius: 10px;
    color: #ec167f;
	border: 1px solid #ec167f;
}

@media only screen and (max-width: 1140px){
	.rtl .main-menu .navigation > li {
		margin-right: 15px;
	}

}

@media only screen and (max-width: 768px){
	.outer-box{
		display:none
	}
	button.navbar-toggler {
		top: 35px;
		position: relative;
		left: 40px;
	}
	.images-outer .speaker-img img{
		opacity: 0.3;
	}

}