/*body{*/
/*    font-family: "Open Sans", sans-serif;*/
/*}*/
a{text-decoration:none;}
img{width:100%;}
.bg_White_inner{background-color:#fff ;}
.padding-double-spacing-80{
	padding-top:80px;
	padding-bottom:80px;
}
.single-padding-bottom-80{
	padding-bottom:80px;
}
.text-white{
	color:#fff;
}
.text-black{
	color:#000;
}
.heading--h1{
	font-size: 75px;
    line-height: 85px;
}
.font-size-25{
	font-size:25px;
}
.font-size-20{
	font-size:1.00625rem;
}
.font-size-15{
	font-size:1.00625rem;
}
.font-size-14{
    font-size:14px;
}
.mt10{margin-top:10px;}
.mt-15{
	margin-top:15px;
}
.mb-40{
	margin-bottom:40px;
}
.mb-30{
   margin-bottom:30px; 
}
.mt-30{
   margin-top:30px; 
}
ul{
	padding-left:0;
	list-style:none;
}
.sub-heading{
	color: #f67611;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 24px;
}
.global-btn, .formbtn{
	background: #f67611;
    color: #fff;
    display: inline-block;
    padding: 12px 30px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    border-radius: 100px;
    border: 1px solid #f67611;
}
.global-btn:hover, .formbtn:hover{
	background:transparent;
	color:#f67611;
}
.light-gray-bg{
	background-color: #f7f7f7;
}
.white-bg{
	background-color:#fff;
}
.black-bg{
	background-color:#000;
}
.about--us--hero--banner{
	background-image:url('../../assets2/images/about-us/about-banner.png');
	background-repeat: no-repeat;
    background-size: cover;
	min-height: 600px;
	position:relative;
	display: flex;
    align-items: center;
}
.organizer--hero--banner{
	background-image:url('../../assets2/images/organizer/organizer-banner.png');
}
.our-activities-sec{
	background-image:url('../../assets2/images/about-us/stars-bg.png');
	background-repeat: no-repeat;
    background-size: cover;
	background-position: left center;
}
.about-event-tickets-sec,
.services-sec-main{
	background-image:url('../../assets2/images/about-us/bg-curve.png');
	background-repeat: no-repeat;
    background-size: cover;
	background-position: right center;
}
.heading-main--h2{
	font-size: 50px;
    text-transform: uppercase;
    line-height: 60px;
	font-weight: 900;
}
.heading-main--h3{
	font-size: 38px;
    line-height: 48px;
	font-weight: 700;
}
.heading-subtitle--h4{
	font-size: 1.2075rem;
	/*line-height:40px;*/
    font-weight: 800; 
	text-transform: capitalize;
}
.heading--h5{
	font-size: 30px;
	line-height:40px;
	font-weight: 700;
}
.about-counter-sec-card{
	background-image:url('../../assets2/images/about-us/rb.png');
	background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
	padding: 15px;
	border-radius:10px;
	cursor: pointer;
	border: 1px solid #ddd;
	min-height:300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.shadow-hover{
	transition: transform 0.4s ease;
    overflow: hidden;
    transform: scale(1);
}
.shadow-hover:hover{
	box-shadow: 0px 14px 40px rgba(30, 10, 58, 0.1);
    transform: scale(1.03);
}
.subtitle--p{
	font-size:1.00625rem;
    font-weight: 700;
}
.about-counter-sec-inner > h3{
	font-size: 50px;
    font-weight: 700;
}
.about-counter-sec-card > a{
	display: inline-block;
    margin-top:20px;
}
.user-friendly-text > h4{
	font-weight:700;
}
.sec-second-img-text{
	padding: 15px;
    border-radius: 10px;
    border: 1px solid #ddd;
	align-items: center;
	min-height: 110px;
}
.user-friendly-text{
	padding-left: 10px;
}
.about-event-tickets-sec-inner{
	text-align: center;
}
.user-friendly-img > img{
	max-width:90px;
}
.events-promotion-sec{
	background-image:url('../../assets2/images/about-us/event-promo-bg1.png');
	background-repeat: no-repeat;
    background-size: cover;
	min-height: 430px;
    background-position: bottom;
}
 ul.registration--list{
	padding-left: 0;
    list-style: none;
}
ul.registration--list > li{
	padding:8px 0;
	font-size:1.00625rem;
}
ul.registration--list > li > i{
	color: #f67611;
	margin-right:8px;
}
.our-clients .item{
	margin:20px 0
}
.our-clients .item > img{
	border: 2px solid #ddd;
    border-radius: 0 25px;
	padding: 30px;
    max-width: 250px;
}
.our-clients .owl-item.active.center img{
   box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.contact-banner{
	background-image:url('../../assets2/images/contact-us/contact-banner.png');
	background-repeat: no-repeat;
    background-size: cover;
	min-height: 400px;
    display: flex;
    align-items: center;
	background-position: top center;
	position: relative;
}
.main--banner--content,
.organizer--hero--content,
.banner1-content,
.watch--events--sec--inner{
	z-index: 1;
    position: relative;
}
.contact-banner:before,
.organizer--hero--banner:before,
.about--us--hero--banner:before,
.watch--events--sec:before{
	content: '';
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    width: 100%;
	opacity: 0.5;
}
.watch--events--sec{
    display: flex;
    align-items: center;
    justify-content: center;
}
.breadcrumbs--text > ul{
	padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
	justify-content: center;
}
.breadcrumbs--text > ul > li.active{
	color:#f67611;
}
.breadcrumbs--text > ul > li{
    font-size: 16px;
	margin-right:10px;
	font-weight:600;
}
.breadcrumbs--text > ul > li > a{
	font-weight: 700;
	color: #fff;
}
.breadcrumbs--text > ul > li i {
	margin-right:5px;
}
.form-design-common{
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    padding:40px !important;
}
.contact--form--details ul{
	padding-left: 0;
    list-style: none;
	margin-top: 30px;
    margin-bottom: 0;
}
.contact--form--details ul > li{
	padding:15px 0;
}
.contact--form--details ul > li i{
	color: #f67611;
    margin-right: 5px;
}
.promotion--event--cards ul > li i{
	margin-right:10px;
}
.contact--form--details ul > li > h5,
.promotion--event--cards ul > li > h5{
	font-size:1.2075rem;
	font-weight:700;
	text-transform: uppercase;
}.promotion--event--cards ul > li{
	padding-bottom:10px;
}
.contact--form--details ul > li a{
	color: #000;
    padding-left: 30px;
}
.contact--form--details ul > li a:hover{
	color: #f67611;
}
.our--team--card{
    z-index: 1;
    position: relative;
    box-shadow: 0px 14px 40px rgba(30, 10, 58, 0.1);
    border-radius: 10px;
	background-color: #ffffffab;
    padding: 20px;
}
.our--team--card > i{
	font-size: 30px;
    color: #f67611;
}
.our--team--card > h3{
	font-size: 1.2075rem;
    line-height: 35px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
}
.our--team--card > p{
	font-size: 1.00625rem;
	margin-bottom:0;
	line-height:25px;
}
.our-team.owl-carousel .item img{
    border-radius: 50%;
    width: 200px;
    height: 200px;
    object-fit: cover;
}
.our-team.owl-carousel .item{
	text-align: -webkit-center;
	padding-top:60px;
}
.our-team .owl-nav{
	position: absolute;
    top: 0px;
    left: 0;
    margin-top: 0;
}
.our-team .owl-nav > button{
	width: 40px;
    height: 40px;
    position: relative;
	background: #f67611 !important;
}
.our-team .owl-nav > button > span{
	font-size: 30px;
    color: #fff;
    position: absolute;
	top: -5px;
}
.our-team .owl-nav > .owl-next > span{
    left: 16px;
}
.our-team .owl-nav > .owl-prev > span{
    right: 16px;
}
.team-positon{
	border-radius: 10px;
	padding:15px 10px;
	border: 1px solid #ddd;
}
.team-positon > span{
	font-size: 15px;
    font-weight: 800;
    line-height: 25px;
}
.enquire--now--form{
	padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 5px 5px rgba(30, 10, 58, 0.1);
    border: 1px solid #ddd;
}
.oganizer--security--list > ul > li > h5{
	color: #f67611;
}
.services-sec-card{
	border-radius: 10px;
    border: 1px solid #ddd;
}
.services-sec-card > img{
	max-height: 220px;
    object-fit: cover;
}
.services-sec-card--content{
	padding: 20px 15px;
	min-height: 152px;
}
.organizer--host--inner--card{
	border-radius: 50px;
    border: 1px solid #f67611;
    display: flex;
    align-items: center;
    padding: 15px 30px;
    background: #fff;
	margin-bottom:20px;
}
.organizer--host--inner--card > p > i{
	color: #f67611;
    margin-right: 15px;
}
.faq--content .accordion-button{
    box-shadow: 0px 4px 10px rgba(30, 10, 58, 0.1);
    font-size: 1.2075rem;
    font-weight: 700;
}
.faq--content .accordion-button:not(.collapsed){
	background-color: #ddd;
    color: #000;
}
.faq--content .accordion-item{
	border: 0;
	margin-bottom: 15px;
}
.faq--content .accordion-body > p{
	margin-bottom:0;
	font-size: 1.00625rem;
}
.key-advantages--list > ul > li{
	padding-bottom: 20px;
}
.key-advantages--list > ul > li:first-child{
	padding-bottom:0;
}
.key-advantages--list > ul > li > h5{
	font-size:1.2075rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 28px;
    color: #f67611;
}
.key-advantages--list > ul > li > h5 > i{
	margin-left: 15px;
}
.watch--events--sec--inner > p{
	padding-left:100px;
	padding-right:100px;
}
.watch--events--sec{
	background-image:url('../../assets2/images/organizer/organizer-banner.png');
	background-repeat: no-repeat;
    background-size: cover;
	position:relative;
}
.about-second-sec-img,
.frame--sec7--img,
.about-events--img,
.faq--image, .key-advantages--sec--img{
    text-align:center;
}
.frame--sec7--img > img{
    max-width:380px;
}
.faq--image > img{
    max-width:480px;
}
.organizer--page--lists{
    padding-left:25px;
    list-style: circle;
    padding-bottom:10px;
}
.organizer--page--lists> li{
    line-height: 24px;
    padding: 10px 0;
}
.organizer--page--lists> li > strong{
    padding-right:5px;
}
.material-scrolltop{display:none !important;}

/**Contact-Us**/
.manfieldbdr {
border-left: 1px solid #ff6448 !important
}
.hleft {
text-align: left;
}
input[type=file]::-webkit-file-upload-button {
cursor: pointer;
}
.wtcsepcode {
margin: 0px 15px;
color: #aaa;
float: left;
}
.wtccloudattach {
float: left;
color: #00a3fe !important;
cursor: pointer;
text-decoration: none !important;
}
.wtccloudattach:hover {
text-decoration: none !important;
}
.wtcuploadinput {
cursor: pointer;
float: left;
width: 62px;
margin-top: -20px;
opacity: 0;
clear: both;
}
.wtcuploadfile {
float: left;
color: #00a3fe;
}
.filenamecls {
margin-right: 15px;
float: left;
margin-top: 5px;
}
.clboth {
clear: both;
}
#zsFileBrowseAttachments {
clear: both;
margin: 5px 0px 10px;
}
.zsFontClass {
    vertical-align: middle;
    font-family: var(--bs-body-font-family);
    font-weight: 500;
    font-size: 14px;
    padding: 8px 30px;
}
#tooltip-zc {
font: normal 12px Arial, Helvetica, sans-serif;
line-height: 18px;
position: absolute;
padding: 8px;
margin: 20px 0 0;
background: #fff;
border: 1px solid #528dd1;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
color: #eee;
-webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2);
z-index: 10000;
color: #777
}
.wtcmanfield {
color: #f00;
font-size: 16px;
position: relative;
top: 2px;
left: 1px;
}
#zsCloudAttachmentIframe {
width: 100%;
height: 100%;
z-index: 99999 !important;
position: fixed;
left: 0px;
top: 0px;
border-style: none;
display: none;
background-color: #fff;
}
.wtchelpinfo {
background-position: -246px -485px;
width: 15px;
height: 15px;
display: inline-block;
position: relative;
top: 2px;
background-image: url(https://img.zohostatic.com.au/support/app/images/zs-mpro.b6c9cf2347c62390fdcb.png);
}
.zsMaxSizeMessage {
font-size: 13px;
}
#zohoSupportWebToCase textarea,
   #zohoSupportWebToCase input[type='text'],
   #zohoSupportWebToCase input[type='date'],
   #zohoSupportWebToCase select,
   .wb_common {
        width: 100%;
   }
   #zohoSupportWebToCase td {
   padding: 11px 5px;
   }
   #zohoSupportWebToCase textarea,
   #zohoSupportWebToCase input[type='text'],
   #zohoSupportWebToCase input[type='date'],
   #zohoSupportWebToCase select {
   border: 1px solid #ddd;
   padding: 10px;
   border-radius: 3px;
   outline:none;
   }
   #zohoSupportWebToCase select {
   box-sizing: unset
   }
   #zohoSupportWebToCase .wb_selectDate {
   width: auto
   }
   #zohoSupportWebToCase input.wb_cusInput {
   width: 108px
   }
   .wb_FtCon {
   display: flex;
   align-items: center;
   justify-content: flex-end;
   margin-top: 15px;
   padding-left: 10px
   }
   .wb_logoCon {
   display: flex;
   margin-left: 5px
   }
   .wb_logo {
   max-width: 16px;
   max-height: 16px;
   }
   #zohoSupportWebToCase .wb_multi_pick {
   border: 1px solid #ddd;
   padding: 3px 5px;
   border-radius: 3px;
   width: 280px;
   height: 95px;
   overflow-y: auto;
   }
   #zohoSupportWebToCase .wb_multi_pick_label {
   display: block;
   }
   #zohoSupportWebToCase .wb_multi_pick_input,
   .wb_multi_pick_input_all {
   vertical-align: middle;
   margin-right: 5px;
   }
  .zsFormClass {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

/**End-Contact-Us**/

/*************Media-Start***************/
@media only screen and (max-width:1024px) {
    .contact-banner{
        background-position: right center;
    }
}
@media only screen and (max-width:991px) {
    .our--team--card , .sec-second-img-text,
    .frame--sec7--img, .about-events--img, .about-counter-sec-card, 
    .activities-sec-content, .services-sec-card, .key-advantages--sec--img{
        margin-bottom:15px; 
    }
    .promotion--event--cards, .about-second-sec-img,
    .faq--image{
        margin-top:15px;
    }
    .padding-double-spacing-80 {
        padding-top: 50px;
        padding-bottom: 50px;
    } 
    .watch--events--sec--inner > p{
        padding-left:0;
        padding-right:0;
    }
    .form-design-common{
        padding:20px !important;
    }
}
@media only screen and (max-width:480px) {
    .heading-main--h2, .heading--h1{
        font-size: 35px;
        line-height: 45px;
    }
    .font-size-20 {
        font-size: 16px;
    }
    .our--team--card{
        padding:15px;
    }
    .our--team--card > h3 {
        font-size: 18px;
        line-height: 28px;
    }
    .mb-40 {
        margin-bottom: 20px;
    }
    .events--promotion--main--title > .heading-subtitle--h4{
        text-align:left;
    }
    .organizer--host--inner--card{
        padding:15px;
    }
    .organizer--host--inner--card > .subtitle--p{
        font-size:15px;
    }
    .organizer--host--inner--card > p > i{
        margin-right:10px;
    }
    .enquire--now--form, .form-design-common{
        padding:20px;
    }
    .contact--form--details ul > li a{
        padding-left:0;
    }
    .key-advantages--list > ul > li > h5{
    	font-size: 16px;
        line-height: 26px;
    }
    .key-advantages--list > ul > li > h5 > i {
        margin-left: 5px;
    }
    .contact--form--details ul > li{
        padding:8px 0;
    }
}


/********Contact-Us-Mobile***********/
/* Responsive styling for mobile devices */
@media (max-width: 768px) {
    .banner1-content  br{
        display:none;
    }
    .about--us--hero--banner{
        min-height:400px;
    }
    .heading-main--h2 {
        font-size: 35px;
        line-height: 45px;
    }
    .frame--sec7--img > img, .faq--image > img{
        max-width:100%;
    }
    #zohoSupportWebToCase textarea,
    #zohoSupportWebToCase input[type='text'],
    #zohoSupportWebToCase input[type='date'],
    #zohoSupportWebToCase select,
    .wb_common {
        width: 100%; /* Make form inputs take full width on mobile */
    }
    
    .zsFormClass {
        width: 100%;
        padding: 5px; /* Adjust padding for smaller screens */
    }

    #zohoSupportWebToCase td {
        padding: 8px 5px; /* Adjust padding for mobile */
    }
    
    .wtcuploadfile,
    .filenamecls,
    .zsMaxSizeMessage {
        font-size: 12px;
        text-align: center; /* Center text on mobile */
    }
}

/* Additional responsive tweaks */
@media (max-width: 480px) {
    .zsFontClass {
        font-size: 14px; /* Smaller font size for mobile */
    }

    /* Adjust margins and spacing */
    .clboth, .zsMaxSizeMessage {
        display: block;
        margin: 5px 0;
    }

    .wtchelpinfo, .wtccloudattach {
        font-size: 10px;
    }
}