/*======================================
			Banner Section Start
======================================*/
.banner{
	position: relative;
	transition: 0.4s !important;
}
.banner .one{
	background: url(https://www.iacconline.org/wp-content/uploads/about_header.jpg) no-repeat left;
	background-size: cover;
}
.banner .two{
	background: url(https://www.venues.org.uk/assets/images_files/featured_venue/The_Grosvenor.jpg) no-repeat left;
	background-size: cover;
}
.banner .common .overlay{
	background: rgba(45, 62, 80,0.5);
	height: 100%;
	width: 100%;
	padding: 180px 0 170px 0;
}
.banner .common h2{
	font-weight: 400;
	font-size: 40px;
	font-family: 'Arimo', sans-serif;
	text-transform: uppercase;
	color: var(--white);
	margin-bottom: 0 !important;
}
.banner .common h1{
	font-weight: 700;
	font-size: 52px;
	font-family: 'Arimo', sans-serif;
	text-transform: uppercase;
	color: var(--white);
}
.banner .common p{
	font-weight: 400;
	font-size: 14px;
	font-family: 'Arimo', sans-serif;
	color: var(--white);
	line-height: 20px;
	width: 53%;
	margin-bottom: 60px !important;
}
.banner .slick-arrow{
	position: absolute;
	top: 47%;
	z-index: 1;
	font-size: 30px;
	color: var(--white);
	font-weight: bolder;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #f1f1f1;
	cursor: pointer;
	display: none !important;
	transition: 0.4s !important;
}
.banner .slick-arrow:hover{
	background: var(--red);
	border-color: var(--red);
}
.banner:hover .slick-arrow{
	display: inline !important;
}
.banner .prev{
	left: 1%;
}
.banner .next{
	right: 1%;
}
.banner .slick-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    padding: 0;
}
.banner .slick-dots li {
    border: none;
    background: var(--white);
    margin: 0px 3px 0 3px;
    width: 30px;
    height: 5px;
    border-radius: 3px;
    cursor: pointer;
}
.banner .slick-dots .slick-active{
    border: none;
    background: var(--red);
    margin: 0px 3px 0 3px;
    width: 30px;
    height: 5px;
    border-radius: 3px;
    cursor: pointer;
}
.banner .slick-dots li button{
	opacity: 0;
}
/*======================================
		Banner Section End
======================================*/
/*======================================
		About US Section Start
======================================*/
.aboutus{
	margin: 80px 0 80px 0;
}
.aboutus .main{
	background-color: #f4f4f4;
	padding: 15px;
}
.aboutus .main .left{
	margin-right: 30px;
}
.aboutus .main .left .img img{
	width: 100%;
	height: 100%;
}
.aboutus .main .left .line{
	background: var(--red);
	height: 3px;
	width: 70%;
	border-radius: 2px;
	position: relative;
}
.aboutus .main .left .line::after{
	content: "";
	height: 3px;
	width: 2%;
	background: var(--red);
	border-radius: 2px;
	position: absolute;
	right: -10px;
	top: 0;
}
.aboutus .main .left .line2{
	background: var(--primary);
	margin-left: auto;
}
.aboutus .main .left .line2::after{
	left: -10px;
	background: var(--primary);
}
.aboutus .main .left .imgplugin{
	margin: 7px 0;
	position: relative;
}
.aboutus .main .left ul{
	display: flex;
	position: absolute;
	bottom: 20px;
	left: 46%;
}
.aboutus .main .left ul li{
	margin-right: 10px;
}
.aboutus .main .left ul li button{
	font-size: 0;
	outline: none;
	height: 13px;
	width: 13px;
	border: 1px solid #666666;
	border-radius: 50%;
	background-color: transparent;
}
.aboutus .main .left ul .slick-active button{
	background-color: var(--red);
	border-color: var(--red);
}
.aboutus .main .right{
	margin-top: 40px;
}
.aboutus .about-us-img iframe{
	height: 280px;
}
.aboutus .about-title{
	position: relative;
	text-transform: uppercase;
	font-weight: bold;
}
.aboutus .about-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 3px;
    width: 80%;
    background-color: var(--red);
}
.aboutus .right-col .about-desc{
	font-size: 14px;
	margin: 30px 0 15px 0 !important;
}
.aboutus .main .right p{
	font-size: 14px;
	color: #444444;
	font-family: 'Arimo', sans-serif;
	font-weight: 400;
}
/*======================================
		About US Section End
======================================*/
/*======================================
		Event Section Start
======================================*/
.event-part{
    margin-bottom: 100px;
}
.event-part .item {
    background: #f5f5f5;
    padding: 20px;
    box-sizing: border-box;
	transition: .6s;
	border: 1px solid transparent;
	position: relative;
	cursor: pointer;
	margin-bottom: 25px;
}
.event-part .item:hover{
	box-shadow: 0 7px 50px rgba(0, 0, 0, 0.15);
	border-color: #dddddd;
}
.event-part .item.selected{
	/* box-shadow: 0 7px 50px rgba(0, 0, 0, 0.15); */
	/* border-color: var(--primary-gradient); */
	background-color: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 3px, transparent 3px) 0% 0%/8px 8px no-repeat,
            radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 3px, transparent 3px) 100% 0%/8px 8px no-repeat,
            radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 3px, transparent 3px) 0% 100%/8px 8px no-repeat,
            radial-gradient(circle at 0 0, #ffffff 0, #ffffff 3px, transparent 3px) 100% 100%/8px 8px no-repeat,
            linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 10px) calc(100% - 16px) no-repeat,
            linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 16px) calc(100% - 10px) no-repeat,
            linear-gradient(90deg, #653a92 0%, #d23592 100%, #653a92 653%);
	border-radius: 5px;
	/* padding: 2px; */
	box-sizing: border-box;

}
.event-part .item .left-side {
	position: relative;
}
.event-part .item .left-side .img {
    width: 100%;
	height: 200px;
}
.event-part .item .right-side .item-title {
    font-size: 20px;
	margin-top: 10px;
    font-family: 'Arimo', sans-serif;
    font-weight: 600;
    color: var(--primary);
    transition: .6s;
}
.event-part .item .right-side .short-desc {
    font-size: 14px;
    font-family: 'Arimo', sans-serif;
    font-weight: 400;
    color: var(--black);
    margin-top: 12px;
    margin-bottom: 15px !important;
}
.event-part .item .right-side .p {
    font-size: 14px;
    font-family: 'Arimo', sans-serif;
    font-weight: 400;
    color: #777777;
    transition: .6s;
}
.event-part .item .right-side .p i {
    color: var(--primary);
	font-size: 16px;
	transition: .6s;
}
.event-part .item .right-side .item-btn {
    display: inline-block;
    background: var(--primary);
    padding: 8px 20px;
    color: var(--white);
    font-size: 16px;
    font-family: 'Arimo', sans-serif;
    border-radius: 4px;
    margin-top: 0px;
    transition: .6s;
}
.event-part .item:hover .right-side .p i{
    color: var(--primary-gradient);
}
.event-part .item:hover .item-btn {
    background: var(--red);
	color: var(--white) !important;
}
.event-part .item .item-title a{
    color: #28282B;
	transition: 0.4s;
}
.event-part .item:hover .item-title a{
    color: var(--hover);
}
.event-part .item .overlay{
	position: absolute;
	bottom: 0px;
	right: 0;
	background: var(--primary-gradient);
	color: #f1f1f1;
	padding: 8px 15px;
	transition: 0.4s;
}
.event-part .item .overlay h2{
	color: #f1f1f1;
	font-size: 16px;
	font-weight: 700;
	font-family: 'Arimo', sans-serif;
	text-align: center;
	margin-bottom: 0 !important;
}
.event-part .aminities img {
    width: 20px;
    height: 20px;
    margin: 0 4px;
}
.event-part .checkbox{
	display: none;
}
.event-part .selected .checkbox {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 25px;
    right: 25px;
	display: block;
    z-index: 99;
}
.event-part .item-bottom {
    align-items: center;
    justify-content: space-between;
}
/*======================================
		Event Section End
======================================*/
