/* Home Banner */
.header.header-transparent{
    /* background: rgba(26, 24, 49, 0.95); */
    background: #fff;
    box-shadow: 0 2px 4px #3b1d8238;
}

/* .header.header-transparent ul.navbar-nav > li > a {
    color: #3b1d82;
} */

.header ul.navbar-nav li .dropdown-menu li a {
    color: #fff;
}

.dropdown-menu{
    background-color: #59286f;
}

@media (max-width: 767px) {
    .header-transparent .navbar-nav {
        background: #945da5;
    }
}

@media (max-width: 767px) {
    .header ul.navbar-nav > li > a {
        color: #ffffff !important;
    }
}
.banner-item .banner-content-wrap .banner-title{
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;

}

.header ul.navbar-nav li .dropdown-menu li a:hover {
    color: #fff;
}

.btn:hover {
    box-shadow: 0 1px 15px 5px rgb(97 39 117 / 80%);
}

.themeBtn:hover {
    box-shadow: 0 1px 15px 5px rgb(95 40 115 / 50%) !important;
}



.main-slider .banner-item:before{
    background: rgba(0, 0, 0, 0.5);
}
.speaker-blocks .inner-box{
        background: url(https://www.innopack-india.com/south/images/banner/speaker-bg.jpg);
        background-size: cover;
}

.bg-primary-overlay:before{
    background: rgb(28 4 98 / 80%);
}
.bg-primary-overlay-2:before{
     content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255 255 255 / 80%);
}

.section-title, .column-title{
    margin-bottom: 50px !important;
}
.btn, .themeBtn{
    background: linear-gradient(90deg, #59286f 10%, #715aa7 90%) !important;
    border: none;
}
.main-slider .banner-item .banner-content-wrap h1.banner-title{
    font-family: 'Roboto', sans-serif;
}
@media (max-width: 767px) {
    .main-slider .banner-item {
        min-height: 600px !important;
    }
}
/* Home Banner */

.hero-area, .page-banner-area{
    background-size: cover; 
}

/* Who Should Attend Section */
span, a, a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
.section-head {
  margin-bottom: 60px;
}

p.service_text{
  color:#cccccc !important;
  font-size:16px;
  line-height:28px;
  text-align:center;    
}
.section-head p, p.awesome_line{
  color:#818181;
  font-size:16px;
  line-height:28px;
  text-align:center;  
}


.item {
    background: #fff;
    text-align: center;
    padding: 0px 25px;
    /* height: 330px; */
    height: auto;
    -webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    /* border:5px solid rgba(0, 0, 0, 0.07); */
    /* border: 2px solid rgb(32 24 134 / 50%); */
    border: 2px solid #6f50ba;
    margin-bottom: 30px;
}

.item:hover{
    background:#8771c5;
    box-shadow:0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover .item, .item:hover span.icon{
    background:#012e43;
    border-radius:10px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item:hover h6, .item:hover p{
    color:#fff;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
.item .icon {
    font-size: 60px;
    margin-bottom:25px;
    color: #f91942;   
    width: 90px;
    height: 90px;
    margin-top: 30px;
    border-radius: 50px;
}
.item .feature_box_col_one{
    background: rgb(135 113 197);
    color: #ffffff;
}

.item p{
    font-size:15px;
    line-height:26px;
}

.space-1{
    margin-top :15px;
}
/* Who Should Attend Section */

/* Informa Footer section */
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) {
    .informa-footer .copyright-text-container {
        width: 100%;
}



/* Informa Footer section */