/*======================================
			Common CSS Start
======================================*/
* { margin: 0px; padding: 0px; outline: 0px; }
html,body { scroll-behavior: smooth; }
body{
    color: var(--text);
    line-height: 1.8;
    font-family: var(--pfamily);
    font-size: 16px;
    font-weight: 400;
    word-wrap: break-word;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    vertical-align: baseline;
    overflow-x: hidden;
    background: white;
}
.container{
	width: 1140px;
	margin: 0 auto;
	padding-left: 0 !important;
	padding-right: 0 !important;
}
ul,ol{ list-style: none !important; }
ul{ margin-bottom: 0 !important; }
ul li{ display: inline-block; }
a{ text-decoration: none !important; }
p{ margin-bottom: 0 !important; }
h1,h2,h3,h4,h5,h6,p,ol,ul,li,span,label { margin-bottom: 0px; }

.d-flex{ display: flex; }
.pl-0{ padding-left: 0; }
.pb-0{ padding-bottom: 0; }
.pr-0{ padding-right: 0; }
.pt-0{ padding-top: 0; }

.ml-0{ margin-left: 0; }
.mb-0{ margin-bottom: 0; }
.mr-0{ margin-right: 0; }
.mt-0{ margin-top: 0; }

img { vertical-align: middle; width: 100%; height: 100%; }

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder { font-size: 14px; color: black; }
input:-ms-input-placeholder,textarea:-ms-input-placeholder { font-size: 14px; color: black; }
input::-ms-input-placeholder,textarea::-ms-input-placeholder { font-size: 14px; color: black; }
input::placeholder,textarea::placeholder { font-size: 14px; color: black; }

.border-radius-50{ border-radius: 50%; }
.text-justify{ text-align: justify; }
input,button {outline: none; }
input:focus,button:focus {outline: none; box-shadow: none;}
.form-check-input:focus { box-shadow: none; }
.form-control:focus { outline: 0;}

/*---------- Common title CSS ----------*/
.title{
	text-align: center;
	margin-bottom: 40px;
}
.title h1{
	font-size: 32px;
	/* color: var(--primary); */
	background: linear-gradient(to right, #653992 0%, #F13492 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

	font-family: 'Arimo',ubuntu, sans-serif;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 15px;
}
.title p{
	color: #666666;
	font-size: 14px;
	font-family: 'Arimo', sans-serif;
	font-weight: 400;
	width: 46%;
	margin: 0 auto;
}

/*------------ SCROLLBAR CSS -----------*/
.scroll::-webkit-scrollbar-track{
	box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: var(--white);
}
.scroll::-webkit-scrollbar{
	width: 5px;
	background-color: #F5F5F5;
}
.read-more{
	color: rgb(83, 93, 182);
}
.wow {
	animation-duration: 1.5s;
}
.animation-duration-1s {
	animation-duration: 1s;
}
.venue-section{
	margin-top: 30px;
}
.about-section{
	margin: 30px 0;
}
/*======================================
			Common CSS End
======================================*/
.padding-left-0{
	padding-left: 0;
}
.inner-banner{
	background-size: cover !important;
}
.inner-banner .banner-body h2{
	text-align: center;
	color: var(--white);
	text-transform: uppercase;
}
.inner-banner .overlay {
    background: rgba(45, 62, 80,0.4);
    height: 100%;
    width: 100%;
    padding: 200px 0 50px 0;
}