.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.sticky + .content {
    padding-top: 102px;
}
.header-bg{
/*    background-image: linear-gradient(to right, #fb40a4 40%, #008dd4);*/
    background-color: #e82d6b;
    background-image: linear-gradient(to right, #e82d6b 20%, #822a76);
} 
/*.wrapper-holder {
    background: url(../images/main-bg.jpg) no-repeat;
}*/
ul.navbar-nav.nav-center {
    position: relative;
    left: 50%;
    transform: translatex(-50%);
}
.carousel-item img{
    animation: fadeIn 2s;
    height: 405px;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
    position: absolute;
    width: 20px;
    height: 32px;
}
.carousel-control-next, .carousel-control-prev{
    opacity: 1 !important;
    width: 0 !important;
}
.carousel-control-next-icon{
    background-image: url(../images/right-arrow.png);
} 
.carousel-control-prev-icon{
     background-image: url(../images/left-arrow.png);
}
.carousel-control-next-icon{
    right: -80px;
}
.carousel-control-prev-icon{
    left: -80px;
}
.web-shadow{
    box-shadow: inset 0 0 0 2px #fff, inset 0 0 92px rgb(0 0 0 / 5%), 0 1px 2px rgb(0 0 0 / 50%);
}
.icon-box{
    text-align: center;
    padding: 2px;
    border-radius: 0px;
    position: relative;
/*    border: 2px solid #6a154a;*/
    box-shadow: inset 0 0 0 2px #fff, inset 0 0 92px rgb(0 0 0 / 5%), 0 1px 2px rgb(0 0 0 / 50%);
    margin-bottom: 5px;
}
.text-box{
    /*-webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    padding: 10px;*/
}
.text-box1{
    background-image: url(../images/bg-images/bg-blue.png);
}
.text-box2{
    background-image: url(../images/bg-images/bg-green.png);
}
.text-box3{
    background-image: url(../images/bg-images/bg-orange.png);
}
.text-box4{
    background-image: url(../images/bg-images/bg-skyblue.png);
}
.text-title{
    line-height: 12px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    padding: 10px;
}
.text-title1{
    line-height: 20px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
}
.rm-text {
    font-size: 13px;
    line-height: 16px;
    opacity: 0.8;
    font-weight: normal;
    text-align: center;
    padding-bottom: 2px;
    color: #fff;
}
.border-bottom-warning{
    border-bottom: 2px #FF6600 solid;
}
.flex-wrap-nowrap {
    flex-wrap: nowrap;
}
.meadia-partner-image {
    width: 150px;
}
.ln-btn{
    background-position: center;
    color: #fff;
    font-weight: bold;
    border-radius: 0px;
    position: relative;
    background: #e82d6b;
    padding: 3px 20px;
    line-height: 23px;
    border-radius: 3px 0px 3px 3px;
}
.ln-btn:before {
    z-index: 1;
    content: "";
    top: -1px;
    right: -9px;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 8px solid #e82d6b;
    border-right: 8px solid transparent;
}
.nav-tabs .nav-link {
    border: 1px solid #dee2e6;
    color: #340160;
    border-bottom: 0px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    border-color: #dee2e6 #dee2e6 #fff;
    background-color: #340160;
}
.btn-blue{
    color: #fff;
    background-color: #340160;
    border: 2px solid #340160 !important;
}
.btn-blue:hover, .btn-blue:focus{ 
    border: 2px solid #340160 !important;
    color: #340160;
    background-color: #fff;
}
.text-red {
    color: #fb3841;
}
a.events:hover{
    text-decoration: none !important;
}

/*Register Page*/

.radio-styles{  
    top: 1px;
    position: relative;
}

footer{
    background-color: #822a76 !important;
}

.footer-b{
    background-color: #66265e !important;
}

.f-contact{
    color: #cfcfcf !important;
}

footer ul {
    margin-bottom: 0px;
}

footer ul li, footer div{
    padding-top: 2px;
    padding-bottom: 2px;
}

footer ul li a, footer div{
    color: #cfcfcf;
}

footer ul li a:hover, footer div:hover{
    color: #fff;
    text-decoration: none;
}

.footer-icons li{
    padding-top: 6px;
    padding-bottom: 6px;
}

.footer-icons a i {
    margin-right: 5px;
    text-align: center;
    background: #cfcfcf;
    width: 30px;
    height: 30px;
    color: #822a76;
    line-height: 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
}

.footer-icons a:hover i{
    background-color: #fff;
}

@media (max-width: 768px){
    .carousel-item img{
        animation: fadeIn 4s;
        height: auto;
    }   
    .header-bg{
        background-image: linear-gradient(to right, #340160, #340160);
    }
    .navbar .navbar-nav > li > a.nav-link {
        padding: 7px;
    }
    .horizontal-scroll {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .horizontal-scroll::-webkit-scrollbar {
        display: none;
    }
    .horizontal-scroll {
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }
}

@media (max-width: 576px) {
    h3.headingg {
        font-size: 22px;
        margin-bottom: 0px;
    }
    .horizontal-scroll-sm {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .horizontal-scroll-sm::-webkit-scrollbar {
        display: none;
    }
    .horizontal-scroll-sm {
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }
}
