p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: unset;
}

a:hover {
	text-decoration: none;
	color: unset;
}

ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
/*font-family: 'Arvo', serif;*/
body {
	font-family: 'Jost';
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6, h1, .h1, .h2, .h3 {
	margin: 0;
	padding: 0;
}

h1 {
}

h2 {
}

p {
}

img{
	max-width: 100%;
}


.sitecontainer{
	margin: 0 auto;
	max-width: 1390px;
}



.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	background-color: #2f0475;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 15px;
	z-index: 999;
}

.sidenav ul {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 50px;
}

.sidenav ul li {
	padding-bottom: 15px;
	list-style: none;

}

.sidenav ul li a {
	color: #2C3F58;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	font-family: Montserrat;
	text-transform: uppercase;
}
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
	text-decoration: none;
	color: #fff;
}

.togglesidemenu {
	float: right;
	cursor: pointer;
	color: #2f0475;
	z-index: 999;
	font-size: 20px;
	margin-left: 10px;
}

@media screen and (max-width:1024px) {
	.header .navmenus ul{
		display: none;
	}
	.header .headerbutton .enquire{
		display: none !important;
	}
	.header .navmenus .logo.mobile{
		display: block !important;
	}
}
@media screen and (min-width:1025px) {
	.togglesidemenu {
		display: none;
	}
	
}

/* Header */
.header{
	float: left;
	width: 100%;
	padding-top: 45px;
	padding-bottom: 45px;
	background-color: #ffffff;
}

.header .headersearch{
	float: left;
	width: 5%;
	padding-top: 5px;
	position: relative;
}
.header .headersearch .searchform{
	position: absolute;
	left: 0;
	top: 35px;
	width: 250px;
	display: none;
}
.header .headersearch img{
	cursor: pointer;
}
.header .headersearch .searchform .searchicon{
	position: absolute;
	right: 10px;
	top: 8px;
}
.header .headersearch .searchform input[type="text"]{
	width: 100%;
	outline: none;
	border-radius: 3px;
	border: 1px solid #000;
	padding: 5px;
}
.header .navmenus{
	float: left;
	width: 75%;
}
.header .navmenus .logo.mobile{
	display: none;
}
.header .headerbutton{
	float: left;
	width: 20%;
	text-align: right;
}
.header .navmenus ul{
	float: left;
	width: 100%;
}
.header .navmenus ul li{
	display: inline-block;
	padding: 0 12px;
}
.header .navmenus ul li.logo{
	padding: 0 60px;
}
.header .navmenus ul li a{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #000B19;
}

.header .headerbutton .enquire{
	display: inline-block;
	border: 1px solid #40A627;
	border-radius: 1000px;
	padding: 10px 0;
	width: 162px;
	text-align: center;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	color: #000B19;
	margin-right: 60px;
}
.header .headerbutton .enquire img{
	margin-right: 10px;
}



/* Home */

.homeherobanner{
	float: left;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 90px;
	background-image: url('../images/map.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	position: relative;
}
.homeherobanner h1{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-size: 65px;
	line-height: 71px;
	text-align: center;
	color: #000B19;
	margin-bottom: 25px;
}
.homeherobanner h4{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 32px;
	text-align: center;
	color: #000B19;
}
.homeherobanner h4 strong{
	color: #2F0475;
}



.eventjourneysearch{
	float: left;
	width: 100%;
	padding-top: 80px;
}
.eventjourneysearch .eventjourneysearchinner{
	margin: 0 auto;
	max-width: 994px;
}
.eventjourneysearch .head{
	float: left;
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
}
.eventjourneysearch .head .label{
	float: left;
	width: 50%;
}
.eventjourneysearch .head .label p{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	line-height: 28px;
	color: #000B19;
}
.eventjourneysearch .head .rating{
	float: left;
	width: 50%;
}
.eventjourneysearch .head .rating p{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 28px;
	color: #000B19;
}
.eventjourneysearch .head .rating p img{
	width: 75px;
	margin-right: 10px;
	margin-top: -3px;
}

.eventjourneysearch .eventsearch1 {
	float: left;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
	border-radius: 1000px;
	padding-top: 24px;
	padding-bottom: 24px;
	padding-left: 50px;
	padding-right: 50px;
	border: 2px solid #CDCDCD;
}
.eventjourneysearch .p-input span{
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}

.eventjourneysearch .p-input input{
	background: #fff;
	border: 1px solid #CDCDCD;
}
.eventjourneysearch .p-input select{
	background: #fff;
	border: 1px solid #CDCDCD;
	height: 50px;
}
.eventjourneysearch .eventsearch1 .cp-country{
	float: left;
	width: 33.33%;
	position: relative;
}
.eventjourneysearch .eventsearch1 .cp-destination{
	float: left;
	width: 33.33%;
	position: relative;
}
.eventjourneysearch .eventsearch1 .cp-group{
	float: left;
	width: 33.33%;
	position: relative;
}
.eventjourneysearch .eventsearch1 .cp-name{
	float: left;
	width: 33.33%;
	position: relative;
}
.eventjourneysearch .eventsearch1 .cp-name{
	float: left;
	width: 33.33%;
	position: relative;
}
.eventjourneysearch .eventsearch1 .cp-attendees{
	float: left;
	width: 33.33%;
	position: relative;
}
.eventjourneysearch .eventsearch1 .cp-search-btn{
	float: left;
	width: 33.33%;
	position: relative;
}

.eventjourneysearch .eventsearch1 .field button{
	float: right;
	background: #40A627;
	border-radius: 1000px;
	border: none;
	outline: none;
	width: 274px;
	text-align: center;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #FFFFFF;
	padding: 18px 0;
}

.eventjourneysearch .eventsearch{
	float: left;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
	border-radius: 1000px;
	padding-top: 24px;
	padding-bottom: 24px;
	padding-left: 50px;
	padding-right: 50px;
}

.eventjourneysearch .eventsearch .field{
	float: left;
	width: 33.33%;
	position: relative;
}
.eventjourneysearch .eventsearch .field .inputicon{
	position: absolute;
	left: 0;
	top: 18px;
}

.eventjourneysearch .eventsearch .field:nth-child(1),
.eventjourneysearch .eventsearch .field:nth-child(2){
	padding: 15px 0;
}
.eventjourneysearch .eventsearch .field:nth-child(2){
	border-left: 1px solid #9CA7B5;
	padding-left: 60px;	
}
.eventjourneysearch .eventsearch .field:nth-child(2) .inputicon{
	left: 60px;
}
.eventjourneysearch .eventsearch .field input{
	float: left;
	width: 100%;
	border: none;
	outline: none;
	padding-left: 40px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #000B19;
}
.eventjourneysearch .eventsearch .field ::-webkit-input-placeholder { 
  color: #000B19;
  opacity: 100;
}
.eventjourneysearch .eventsearch .field :-ms-input-placeholder { 
  color: #000B19;
  opacity: 100;
}
.eventjourneysearch .eventsearch .field ::placeholder {
  color: #000B19;
  opacity: 100;
}
.eventjourneysearch .eventsearch .field button{
	float: right;
	background: #40A627;
	border-radius: 1000px;
	border: none;
	outline: none;
	width: 274px;
	text-align: center;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #FFFFFF;
	padding: 18px 0;
}
.eventjourneysearch .eventsearch .field button img{
	margin-right: 10px;
}



.passionateevents{
	float: left;
	width: 100%;
	padding-top: 110px;
	padding-bottom: 77px;
	background: linear-gradient(180deg, #F0F0F0 0%, rgba(240, 240, 240, 0) 100%);
	margin-top: -140px;
}
.passionateevents .passionateeventslogo{
	float: left;
	width: 100%;
}
.passionateevents .passionateeventslogo h4{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 40px;
	text-align: center;
	color: #000B19;
}

.abouteventsbox{
	float: left;
    display: flex;
    width: 100%;
    padding-top: 56px;
    flex-wrap: nowrap;
    flex-direction: column;
}
.abouteventsbox .box{
	position: relative;
}
.abouteventsbox .box img{
	width: 100%;
}
.abouteventsbox .firstbox{
	display:none;
	width: 100%;
	padding-bottom: 25px;
}
.abouteventsbox .firstbox .left{
	float: left;
	width: 60%;
	padding-right: 10px;
}
.abouteventsbox .firstbox .right{
	float: left;
	width: 40%;
	padding-left: 10px;
}
.abouteventsbox .firstbox .review{
	float: left;
	width: 100%;
	background: linear-gradient(0deg, #312A3C, #312A3C), url(incentives.jpg);
	border-radius: 5px;
	padding: 65px 58px;
} 
.abouteventsbox .firstbox .review .revimg{
	float: left;
	width: 100%;
}
.abouteventsbox .firstbox .review img{
	display: inline-block;
	width: auto;
}
.abouteventsbox .firstbox .review p{
	float: left;
	width: 100%;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
}
.abouteventsbox .firstbox .review span{
	float: left;
	width: 100%;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 22px;
	padding-bottom: 15px;
}



.abouteventsbox .box .boxinfo{
	float: left;
	width: 100%;
	position: absolute;
	bottom: 43px;
	left: 57px;
}
.abouteventsbox .box .boxinfo h3{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 26px;
	line-height: 32px;
	color: #FFFFFF;
}
.abouteventsbox .box .boxinfo p{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #FFFFFF;
}
.abouteventsbox .box .boxinfo a{
	float: left;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #FFFFFF;
	width: 200px;
	text-align: center;
	background: #40A627;
	border-radius: 1000px;
	padding: 18px 0;
	margin-top: 15px;
}


.abouteventsbox .secondbox{
	float: left;
	width: 100%;
}
.abouteventsbox .secondbox .left{
	float: left;
	width: 39.7%;
	padding-right: 10px;
}
.abouteventsbox .secondbox .right{
	float: left;
	width: 60.3%;
	padding-left: 10px;
}
.passionateevents .abouteventsbox .firstbox .left .boxinfo,
.passionateevents .abouteventsbox .secondbox .box .boxinfo{
	opacity: 0.0;
	-webkit-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-o-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}

.passionateevents .abouteventsbox .firstbox .box:hover .boxinfo,
.passionateevents .abouteventsbox .secondbox .box:hover .boxinfo{
	opacity: 1.0;
}

.passionateevents .abouteventsbox .firstbox .box.mobile{
	display: none;
}

.takethestress{
	float: left;
	width: 100%;
	padding-bottom: 110px;
}

.sectionheading{
	float: left;
	width: 100%;
}
.sectionheading h2{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 40px;
	text-align: center;
	color: #000000;
}
.sectionheading h2 strong{
	font-weight: 700;
}
.sectionheading p{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #8E8E8E;
	margin-top: 15px;
}
.sectionheading p a{
	color: #2F0475;
	font-weight: 700;
}


.makeansenquirybutton{
	float: left;
	width: 100%;
}
.sectionheading .rating{
	float: left;
	width: 100%;
	padding-top: 15px;
	text-align: center;
}
.sectionheading .rating p{
	display: inline-block;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 28px;
	text-align: center;
	color: #000000;
	padding-left: 8px;
}
.sectionheading .rating i{
	display: inline-block;
	color: #FEB802;
	font-size: 12px;
} 

.makeansenquirybutton .enquiry{
	display: inline-block;
	background: #40A627;
	border-radius: 1000px;
	border: none;
	outline: none;
	width: 247px;
	text-align: center;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #FFFFFF;
	padding: 18px 0;
}
.makeansenquirybutton .enquiry img{
	margin-right: 10px;
}
.makeansenquirybutton p{
	float: left;
	width: 100%;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 28px;
	text-align: center;
	color: #000000;
	padding-top: 9px;
}
.makeansenquirybutton p a{
	color: #2F0475;
	font-weight: 700;
}
.makeansenquirybutton p img{
	margin-right: 10px;
	position: relative;
	top: -3px;
}


.takethestress .takethestressitems{
	float: left;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
}
.takethestress .takethestressitems .step{
	float: left;
	width: 100%;
	margin-top: -5px;
	margin-bottom: 15px;
}
.takethestress .takethestressitems .step span{
	display: inline-block;
	width: 32px;
	height: 32px;
	background: #2F0475;
	border-radius: 50%;	
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #FFFFFF;
	padding: 3px 0;
	z-index: 111;
	position: relative;
	left: -5px;
}
.takethestress .takethestressitems .item:nth-child(2) .step span{
	left: -2px;
}
.takethestress .takethestressitems .item:nth-child(3) .step span{
	left: -10px;
}
.takethestress .takethestressitems h3{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 32px;
	text-align: center;
	color: #000000;
	margin: 15px 0;
}
.takethestress .takethestressitems p{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #8E8E8E;
}




.proffectionservice{
	float: left;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 106px;
	background: linear-gradient(0deg, #1A2330, #1A2330);
}
.proffectionservice .sectionheading h2{
	color: #fff;
}
.proffectionservice .proffectionserviceitems{
	float: left;
	width: 100%;
	padding-top: 80px;
}
.proffectionservice .proffectionserviceitems .item h3{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 32px;
	text-align: center;
	color: #FFFFFF;
	margin: 32px 0;
}
.proffectionservice .proffectionserviceitems .item p{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #FFFFFF;
	opacity: 0.8;
}
.proffectionservice .proffectionserviceitems .item p strong{
	font-weight: 700;
}
.proffectionservice .proffectionserviceitems .item p a{
	text-decoration: underline;
}



.casestudies{
	float: left;
	width: 100%;
	padding-top: 85px;
	padding-bottom: 54px;
}

.casestudies .abouteventsbox{
	padding-top: 80px;
}
.casestudies .abouteventsbox .firstbox .left{
	width: 38%;
	padding-right: 0;
}
.casestudies .abouteventsbox .firstbox .left .review{
	background: linear-gradient(0deg, #193E8F, #193E8F);
	padding: 36px 32px;
}
.casestudies .abouteventsbox .firstbox .left .review span{
	padding-bottom: 20px;
}
.casestudies .abouteventsbox .firstbox .left .review i{
	color: #E39436;
}

.casestudies .abouteventsbox .firstbox .middle{
	float: left;
	width: 31%;
	padding-left: 20px;
	padding-right: 0px;
}
.casestudies .abouteventsbox .firstbox .right{
	width: 31%;
	padding-left: 20px;
}


.casestudies .abouteventsbox .bottombox .left{
	width: 60%;
}
.casestudies .abouteventsbox .bottombox .right{
	width: 40%;
}
.casestudies .abouteventsbox .bottombox .review{
	padding: 68px 32px;
	padding-bottom: 70px;
	min-height: 418px;
}
.casestudies .abouteventsbox .bottombox .review span{
	padding-bottom: 35px;
}


.casestudies .viewallcasestudy{
	float: left;
	width: 100%;
	padding-top: 50px;
}
.casestudies .viewallcasestudy a{
	display: inline-block;
	width: 247px;
	border: 1px solid #40A627;
	border-radius: 1000px;
	padding: 18px 0;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #000000;
}



.faqs{
	float: left;
	width: 100%;
	padding-top: 110px;
	padding-bottom: 85px;
	background: linear-gradient(180deg, #f2f2f2 0%, rgba(240, 240, 240, 0) 100%);
}
.faqs .sitecontainer{
	max-width: 995px;
}
.faqs .faqcontent{
	float: left;
	width: 40%;
	padding-top: 15px;
}
.faqs .faqcontent h2{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 40px;
	color: #000000;
	margin-bottom: 15px;
}
.faqs .faqcontent h2 strong{
	font-weight: 700;
}

.faqs .faqcontent ul li{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 28px;
	color: #000000;
	padding-bottom: 8px;
}
.faqs .faqcontent ul li img{
	margin-right: 12px;
}
.faqs .faqcontent ul li a{
	color: #2F0475;
	font-weight: 700;
}
.faqs .faqcontent .rating {
	float: left;
	width: 100%;
	padding-top: 10px;
}
.faqs .faqcontent .rating i {
	display: inline-block;
	color: #E39436;
	font-size: 12px;
}
.faqs .faqcontent .rating p {
	display: inline-block;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 28px;
	text-align: center;
	color: #000000;
	padding-left: 8px;
}

.faqs .faqsitems{
	float: left;
	width: 60%;
}

.faqs .card {
	background: 0 0;
	border: none;
}
.faqs .card-header {
	background: 0 0;
	border: none;
	padding: 15px 0 15px 55px;
}
.faqs .card-header button, 
.faqs .card-header button:hover {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 32px;
	color: #2F0475;
	text-decoration: none;
	outline: 0;
	padding: 0;
	text-align: left;
}
.faqs .accordion .card-header button::after {
	font-family: FontAwesome;
	content: "\f068";
	font-size: 17px;
	position: absolute;
	left: 0;
	top: 17px;
	height: 33px;
	width: 33px;
	background-color: transparent;
	border-radius: 50%;
	padding: 0px 0px;
	text-align: center;
	border: 1px solid #2F0475;
	color: #2F0475;
	
}
.faqs .accordion .card-header .collapsed{
	color: #8E8E8E;
}
.faqs .accordion .card-header .collapsed::after {
	content: "\f067";
	color: #8E8E8E;
	border: 1px solid #8E8E8E;
}
.faqs .card-body {
	padding: 10px 0 10px 0px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 26px;
	color: #000000;
}


.eventourstory{
	float: left;
	width: 100%;
	padding-top: 120px;
	padding-bottom: 112px;
	background: linear-gradient(180deg, #f2f2f2 0%, rgba(240, 240, 240, 0) 100%);
}
.eventourstory .image{
	float: left;
	width: 50%;
}
.eventourstory .image.mobile{
	display: none;
}
.eventourstory .content{
	float: left;
	width: 50%;
	padding-left: 146px;
	padding-top: 92px;
}
.eventourstory .content h2{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 900;
	font-size: 21px;
	line-height: 20px;
	letter-spacing: 0.05em;
	color: #000000;
}
.eventourstory .content h2 span{
	font-weight: 400;
	color: #2F0475;
}
.eventourstory .content h4{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 40px;
	color: #000000;
	padding-top: 23px;
	padding-bottom: 23px;
}
.eventourstory .content p{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #8E8E8E;
}
.eventourstory .content a{
	margin-top: 28px;
	float: left;
	width: 210px;
	border: 1px solid #40A627;
	border-radius: 1000px;
	padding: 18px 0;
	text-align: center;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #000000;
}


.eventgallry{
	float: left;
	width: 100%;
}

.eventgallry .item{
	padding: 11px;
}
.eventgallry .item img{
	width: 100%;
}
.eventgallry .item:nth-child(1){
	width: 40%;
}
.eventgallry .item:nth-child(2){
	width: 30%;
}
.eventgallry .item:nth-child(3){
	width: 30%;
}
.eventgallry .item:nth-child(4){
	width: 33.3%;
}
.eventgallry .item:nth-child(5){
	width: 66.7%;
}
.eventgallry .item:nth-child(6){
	width: 30%;
}
.eventgallry .item:nth-child(7){
	width: 30%;
}
.eventgallry .item:nth-child(8){
	width: 40%;
}

.eventgallry .loadmoregallery{
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 10px;
}
.eventgallry .loadmoregallery a {
	display: inline-block;
	background: #40A627;
	border-radius: 1000px;
	border: none;
	outline: none;
	width: 200px;
	text-align: center;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #FFFFFF;
	padding: 18px 0;
}

.whatarewaiting{
	float: left;
	width: 100%;
	padding-top: 300px;
	padding-bottom: 80px;
	background-image: url('../images/whatwaitingbg.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-top: -315px;
	position: relative;
	z-index: 111;
}
.whatarewaiting .sectionheading .rating i{
	color: #E39436;
}
.whatarewaiting .sectionheading .makeansenquirybutton{
	padding-top: 25px;
}





/* About */

.aboutinternationalevents{
	float: left;
	width: 100%;
	padding-top: 83px;
	padding-bottom: 50px;
	background: linear-gradient(180deg, #F0F0F0 0%, rgba(240, 240, 240, 0) 100%);
}
.aboutinternationalevents h1{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-size: 65px;
	line-height: 71px;
	text-align: center;
	color: #000B19;
}
.aboutinternationalevents h5{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 32px;
	text-align: center;
	color: #000B19;
	margin-top: 20px;
	margin-bottom: 30px;
}
.aboutinternationalevents h5 span{
	color: #2F0475;
	font-weight: 700;
	margin: 0 10px;
}
.aboutinternationalevents h4{
	float: left;
	width: 100%;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 40px;
	text-align: center;
	color: #000B19;
	margin-bottom: 15px;
}
.aboutinternationalevents h4 strong{
	font-weight: 700;
}
.aboutinternationalevents .eventimg{
	margin-top: 75px;
}

.jointheteam{
	padding-top: 80px;
}
.jointheteam .sectionheading{
	margin-bottom: 80px;
}
.jointheteam .sectionheading h2{
	margin-bottom: 20px;
}


/* Blog */


.eventsblogs{
	float: left;
	width: 100%;
	padding-top: 78px;
	padding-bottom: 120px;
	background: linear-gradient(180deg, #F0F0F0 0%, rgba(240, 240, 240, 0) 100%);
}
.eventsblogs .sitecontainer{
	max-width: 1240px;
}
.eventsblogs h1{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-size: 65px;
	line-height: 71px;
	text-align: center;
	color: #000B19;
}

.eventsblogs .featuredpost{
	float: left;
	width: 100%;
	background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
	border-radius: 0px 5px 5px 0px;
	margin-top: 80px;
}

.eventsblogs .featuredpost .image{
	float: left;
	width: 49%;
}
.eventsblogs .featuredpost .content{
	float: left;
	width: 51%;
	padding: 75px 65px;
}
.eventsblogs .featuredpost .content h3{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 40px;
	color: #000000;
	margin-bottom: 15px;
}
.eventsblogs .featuredpost .content p{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #8E8E8E;
}
.eventsblogs .featuredpost .content a{
	float: left;
	width: 210px;
	text-align: center;
	border: 1px solid #40A627;
	border-radius: 1000px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #000000;
	padding: 20px 0;
	margin-top: 29px;
}

.eventsblogs .eventbloglisting{
	float: left;
	width: 100%;
	padding-top: 90px;
}
.eventsblogs .eventbloglisting .item{
	margin-bottom: 50px;
	display: none;
}
.eventsblogs .eventbloglisting img{
	width: 100%;
}
.eventsblogs .eventbloglisting h3{
	float: left;
	width: 100%;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 32px;
	color: #000000;
	margin-top: 35px;
	margin-bottom: 15px;
	height: 130px;
}
.eventsblogs .eventbloglisting p{
	float: left;
	width: 100%;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #8E8E8E;
	height: 80px;
}
.eventsblogs .eventbloglisting a{
	float: left;
	width: 210px;
	border: 1px solid #40A627;
	border-radius: 1000px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #000000;
	padding: 18px 0;
	margin-top: 35px;
}


.eventsblogs .viewmoreblog{
	float: left;
	width: 100%;
	margin-top: -150px;
	position: relative;
}

.eventsblogs .viewmoreblog a{
	display: inline-block;
	width: 247px;
	border: 1px solid #40A627;
	border-radius: 1000px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #000000;
	padding: 18px 0;
}

.blurblog{
	float: left;
	width: 100%;
	position: relative;
}
.blurblog img{
	position: absolute;
	width: 100%;
	top: -474px;
	height: 460px;
}


.blogsummary{
	float: left;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
	background: linear-gradient(180deg, #F0F0F0 0%, rgba(240, 240, 240, 0) 100%);
}
.blogsummary .bloginfo{
	margin: 0 auto;
	max-width: 844px;
}
.blogsummary .bloginfo h1{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 40px;
	text-align: center;
	color: #000000;
	margin-bottom: 20px;
}
.blogsummary .bloginfo span{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #8E8E8E;
}
.blogsummary .image{
	float: left;
	width: 100%;
	padding-top: 60px;
}
.blogsummary .blogcontent{
	float: left;
	width: 100%;
	padding-top: 58px;
}
.blogsummary .blogcontent .blogcontentinner{
	margin: 0 auto;
	max-width: 850px;
}

.blogsummary .blogcontent ol,
.blogsummary .blogcontent ul{
	padding-left: 15px;
}
.blogsummary .blogcontent li{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #8E8E8E;
	margin-bottom: 20px;
}
.blogsummary .blogcontent p{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #8E8E8E;
	margin-bottom: 20px;
}
.blogsummary .blogcontent h2{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 40px;
	text-align: center;
	color: #000000;
	margin-bottom: 15px;
}
.blogsummary .blogcontent a{
	color: #2F0475;
	font-weight: 700;
	text-decoration: underline;
}

.relatedblogs{
	float: left;
	width: 100%;
	padding-bottom: 90px;
}
.relatedblogs .sitecontainer{
	max-width: 1250px;
}

.relatedblogs .item img{
	width: 100%;
	max-height: 257px;
	object-fit: cover;
}
.relatedblogs .item h3{
	float: left;
	width: 100%;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 32px;
	color: #000000;
	margin-top: 35px;
	margin-bottom: 15px;
	height: 130px;
}
.relatedblogs .item p{
	float: left;
	width: 100%;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #8E8E8E;
	height: 80px;
}
.relatedblogs .item a{
	float: left;
	width: 210px;
	border: 1px solid #40A627;
	border-radius: 1000px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #000000;
	padding: 18px 0;
	margin-top: 35px;
}

.relatedblogs .item .itemcontent{
	float: left;
	width: 100%;
}


/* Venue Finding */

.venuefindingbanner{
	float: left;
	width: 100%;
	padding-top: 40px;
	background-image: url('../images/venuefindingbannerbg.png');
	background-size: 100% 100%;
	background-position: 100% -50px;
	background-repeat: no-repeat;
}
.venuefindingbanner .sitecontainer{
	max-width: 1250px;
}
.venuefindingbanner .findperfectvenue{
	float: left;
	width: 100%;
}
.venuefindingbanner .findperfectvenue .findvenueleft{
	float: left;
	width: 50%;
}
.venuefindingbanner .findperfectvenue .findvenueright{
	float: left;
	width: 50%;
}
.venuefindingbanner .findperfectvenue .findvenueleft h1{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 55px;
	color: #000B19;
	margin-bottom: 15px;
}
.venuefindingbanner .findperfectvenue .findvenueleft p{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 32px;
	color: #000B19;
}

.venuefindingbanner .findperfectvenue .findvenueright ul li{
	background-image: url('../images/check.png');
	background-repeat: no-repeat;
	background-position: left;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	color: #2F0475;
	padding-left: 40px;
	margin-top: 5px;
	margin-bottom: 28px;
}


.weworked{
	float: left;
	width: 100%;
	padding-top: 90px;
	padding-bottom: 39px;
	background: linear-gradient(180deg, #F0F0F0 0%, rgba(240, 240, 240, 0) 100%);
	margin-top: -50px;
}
.weworked p{
	display: inline-block;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 40px;
	color: #000B19;
	padding-right: 15px;
}
.weworked img{
	display: inline-block;
}


.dontwasteprecious{
	float: left;
	width: 100%;
	background: linear-gradient(0deg, #1A2330, #1A2330);
}

.dontwasteprecious .image.mobile{
	display: none;
}

.dontwasteprecious .image{
	float: left;
	width: 50%;
}
.dontwasteprecious .image img{
	width: 100%;
}
.dontwasteprecious .content{
	float: left;
	width: 50%;
	padding-left: 106px;
	padding-right: 120px;
	padding-top: 77px;
}
.dontwasteprecious .content h4{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF;
	margin-bottom: 40px;
}
.dontwasteprecious .content h3{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 40px;
	color: #FFFFFF;
	margin-bottom: 40px;
}
.dontwasteprecious .content p{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #FFFFFF;
}



.matchcompanyneed{
	float: left;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
	background: linear-gradient(180deg, #F0F0F0 0%, rgba(240, 240, 240, 0) 100%);
}
.matchcompanyneed .item{
	padding-left: 30px;
	padding-right: 30px;
}
.matchcompanyneed .item img{
	margin-bottom: 15px;
}
.matchcompanyneed .takethestressitems{
	padding-bottom: 40px;
}


.reallifecasestudy{
	float: left;
	width: 100%;
	padding-top: 80px;
	padding-bottom: 89px;
	background: linear-gradient(0deg, #312A3C, #312A3C);
}
.reallifecasestudy .sectionheading h2{
	color: #ffffff;
}
.reallifecasestudy .reallifecasestudyslider{
	float: left;
	width: 100%;
	padding-top: 80px;
}
.reallifecasestudy .reallifecasestudyinner{
	margin: 0 auto;
	max-width: 1075px;
}
.reallifecasestudy .item.text-center {
    display: flex;
    align-items: center;
}
.reallifecasestudy .reallifecasestudyslider .item img{
	width: auto;
	display: inline-block;
	padding: 8px;
}
.reallifecasestudy .reallifecasestudyslider .item .images{
	float: left;
	width: 65%;
}
.reallifecasestudy .reallifecasestudyslider .item .images img{
	float: left;
	width: 50%;
}
.reallifecasestudy .reallifecasestudyslider .item .content{
	float: left;
	width: 35%;
	padding-top: 20px;
	padding-left: 35px;
}
.reallifecasestudy .reallifecasestudyslider .item p{
	float: left;
	width: 100%;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	color: #FFFFFF;
}
.reallifecasestudy .reallifecasestudyslider .item span{
	float: left;
	width: 100%;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 21px;
	line-height: 30px;
	text-align: center;
	color: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 25px;
}
.reallifecasestudy .reallifecasestudyslider .owl-nav button{
	position: absolute;
	top: 40%;
	outline: none;
}
.reallifecasestudy .reallifecasestudyslider .owl-nav .owl-prev{
	left: -120px;
}
.reallifecasestudy .reallifecasestudyslider .owl-nav .owl-next{
	right: -120px;
}


.getproposel{
	float: left;
	width: 100%;
	padding-top: 120px;
	padding-bottom: 80px;
}
.getproposel .sectionheading h2{
	font-weight: 700;
}
.getproposel .takethestressitems{
	padding-top: 50px;
	padding-bottom: 40px;
}


.searchresults{
	float: left;
	width: 100%;
	padding-top: 71px;
	padding-bottom: 90px;
	background: linear-gradient(180deg, #F0F0F0 0%, rgba(240, 240, 240, 0) 100%);
}
.searchresults .sitecontainer{
	max-width: 1220px;
}
.searchresults .heading h1{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 71px;
	text-align: center;
	color: #000B19;
}
.searchresults .heading p{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
	text-align: center;
	color: #000B19;
}


.searchresults .searchresultsitems{
	float: left;
	width: 100%;
	padding-top: 80px;
}

.searchresults .searchresultsitems .item{
	float: left;
	width: 100%;
	background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
	border-radius: 0px 5px 5px 0px;
	margin-bottom: 43px;
}
.searchresults .searchresultsitems .item .image{
	float: left;
	width: 47%;
}
.searchresults .searchresultsitems .item .content{
	float: left;
	width: 53%;
	padding-left: 100px;
	padding-right: 50px;
	padding-top: 45px;
}
.searchresults .searchresultsitems .item .content h4{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #000000;
}
.searchresults .searchresultsitems .item .content h3{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 28px;
	line-height: 40px;
	color: #000000;
	margin-top: 16px;
	margin-bottom: 16px;
}
.searchresults .searchresultsitems .item .content p{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #8E8E8E;
}
.searchresults .searchresultsitems .item .content a{
	float: left;
	border: 1px solid #40A627;
	border-radius: 1000px;
	width: 210px;
	text-align: center;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #000000;
	padding: 20px 0;
	margin-top: 20px;
}




.footer{
	float: left;
	width: 100%;
	padding-top: 106px;
	padding-bottom: 109px;
	background: #1a2330;
}
.footer .sitecontainer{
	max-width: 1240px;
}
.footer .widget{
	float: left;
	width: 25%;
}
.footer .widget:nth-child(1){
	width: 30%;
}
.footer .widget:nth-child(2){
	width: 25%;
}
.footer .widget:nth-child(3){
	width: 22%;
}
.footer .widget:nth-child(4){
	width: 22%;
}
.footer .widget p,
.footer .copyright{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 22px;
	color: #FFFFFF;
	padding-top: 25px;
}
.footer .copyright.mobile{
	display: none;
}
.footer .widget h3{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 11px;
	line-height: 22px;
	letter-spacing: 0.08em;
	color: #FFFFFF;
	padding-bottom: 15px;
}
.footer .widget ul li a{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	line-height: 22px;
	letter-spacing: 0.08em;
	color: #FFFFFF;
}

.footer .widget .social{
	float: left;
	width: 100%;
	padding-top: 15px;
}
.footer .widget .social img{
	margin-right: 2px;
}




.modal-dialog{
	max-width: 935px;
	top: 50px;
}

.modal-dialog .closepopup{
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 111;
	cursor: pointer;
}
.modal-body{
	background: linear-gradient(180deg, #EEEEEE 0%, #FFFFFF 100%);
	border-radius: 6px;
	padding: 50px 77px;
}
.modal-body h2{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 55px;
	text-align: center;
	color: #000B19;
}
.modal-body h4{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 40px;
	text-align: center;
	color: #000000;
	margin-top: 15px;
	margin-bottom: 15px;
}
.modal-body p{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 28px;
	text-align: center;
	color: #000B19;
}
.modal-body p strong{
	font-weight: 700;
}
.modal-body p a{
	color: #2F0475;
	font-weight: 700;
}


.popupform{
	float: left;
	width: 100%;
	padding-top: 30px;
}
.popupform .fields{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.popupform .fields .fullfield{
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.popupform .fields .halffield{
	float: left;
	width: 48.5%;
}
.popupform .fields .halffield:last-child{
	float: right;
}
.popupform .fields .threefield{
	float: left;
	width: 31.6%;
}
.popupform .fields .threefield:nth-child(2){
	margin-left: 2.5%; 
}
.popupform .fields .threefield:nth-child(3){
	margin-left: 2.5%; 
}

.popupform .fields input[type="text"],
.popupform .fields input[type="email"],
.popupform .fields input[type="date"],
.popupform .fields textarea,
.popupform .fields select{
	float: left;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.05);
	border-radius: 5px;
	padding: 15px 25px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color: #000B19;
	border: none;
	outline: none;
}
.popupform .fields textarea{
	height: 266px;
}
.popupform .fields label{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 28px;
	color: #000B19;
	margin-bottom: 0;
	padding-top: 15px;
}

.popupform .button{
	float: left;
	width: 100%;
	padding-top: 15px;
}
.popupform .button button,
.popupform .button input[type="submit"]{
	display: inline-block;
	width: 542px;
	text-align: center;
	background: #40A627;
	border-radius: 1000px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #FFFFFF;
	padding: 20px 0;
	border: none;
	outline: none;
}
.popupform .button .rating{
	float: left;
	width: 100%;
	padding-top: 10px;
}
.popupform .button .rating i {
	display: inline-block;
	color: #E39436;
	font-size: 12px;
}
.popupform .button .rating p {
	display: inline-block;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 28px;
	text-align: center;
	color: #000000;
	padding-left: 8px;
}


.subscribepopup .modal-dialog{
	max-width: 707px;
}
.subscribepopup .popupform .button button,
.subscribepopup .popupform .button input[type="submit"]{
	width: 100%;
}
.subscribepopup .popupform .fullfield{
	position: relative;
}
.subscribepopup .popupform .fullfield input{
	padding-left: 75px;
}
.subscribepopup .popupform .fullfield img{
	position: absolute;
	left: 33px;
	top: 20px;
}
.subscribepopup .popupform .fields span{
	float: left;
	width: 100%;
}

::placeholder {
  color: #000B19;
  opacity: 100; 
}
:-ms-input-placeholder {
  color: #000B19;
  opacity: 100; 
}
::-ms-input-placeholder {
  color: #000B19;
  opacity: 100; 
}


.wpcf7-response-output,
.wpcf7-not-valid-tip{
	float: left;
	width: 100%;
	font-family: 'Inter';
}

/*venue popupform */
 .subscribepopup.venuepopup .popupform .fullfield img {
    position: absolute;
    left: 30px;
    top: 20px;
    z-index: 1;
}
.venuepopup .popupform .fields{
	margin-bottom: 0px;
}
.venuepopup .popupform .button{
	padding-top: 0px;
}
.venuepopup br {
    display: none;
}
.venuepopup .modal-body h4 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	text-align: center;
	color: #000000;
}
.venuepopup span.wpcf7-spinner {
    display: contents;
}
.venuepopup .popupform .button .rating i {
    display: inline-block;
    color: #E39436;
    font-size: 12px;
    padding-left: 4px;
}
/*event-management popupform */
.subscribepopup.event-management .popupform .fullfield img {
    position: absolute;
    left: 30px;
    top: 20px;
    z-index: 1;
}
.event-management .popupform .fields{
	margin-bottom: 0px;
}
.event-management .popupform .button{
	padding-top: 0px;
}
.event-management .popupform br {
    display: none;
}
.event-management .modal-body h4 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	text-align: center;
	color: #000000;
}
.event-management span.wpcf7-spinner {
    display: contents;
}
.event-management .popupform .button .rating i {
    display: inline-block;
    color: #E39436;
    font-size: 12px;
    padding-left: 4px;
}
/*event-management popupform */
.subscribepopup.accomodation .popupform .fullfield img {
    position: absolute;
    left: 30px;
    top: 20px;
    z-index: 1;
}
.accomodation .popupform .fields{
	margin-bottom: 0px;
}
.accomodation .popupform .button{
	padding-top: 0px;
}
.accomodation .popupform br {
    display: none;
}
.accomodation .modal-body h4 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	text-align: center;
	color: #000000;
}
.accomodation span.wpcf7-spinner {
    display: contents;
}
.accomodation .popupform .button .rating i {
    display: inline-block;
    color: #E39436;
    font-size: 12px;
    padding-left: 4px;
}
.accomodation .modal-body{
	padding: 50px 67px;
}
.fields .location-1, .fields .date-1 {
	display:none;
}


.abouteventsboxtop .firstbox .review{
	padding: 80px 58px;
}

.mysticky-welcomebar-content p{
	font-family: 'Montserrat' !important;
}