.header{
    padding-top: 27px;
    background-color: #EFEFEF;
    height: 150px;       
}

.about{
    width: 100%;
    padding: 25px 0px 0px 0px;
    z-index: 9;
    position: relative;

}

.about img{
    width: 100%;

}
.text{
    font-size: 17px;
    color: #6D6E70;
    padding-top: 15px;
}
.activitiesHeaderCont .activitiesHeader {
    position: relative;
    margin-top: 20px; 
}
.activitiesHeaderCont .activitiesHeader .head{
    color: #EC2890;
    font-size: 27px;
    background: #ffffff;
    padding-right: 20px;
    display: inline-block;
    z-index: 1;
}
.activitiesHeaderCont .activitiesHeader:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: #EC2890;
    bottom: 10px;
    left: 0;
    z-index: -1;
}
.activitiesHeaderCont .breadCrumbs {
    position: absolute;
    right: 0;
    top:0;
}

.about-bottom{
    background-color: #EC2890;
    height: 63px;
    margin-top: -2px;
    z-index: 99;
    position: relative;
}



.main .activitiesHeaderCont .activitiesHeader {
    position: relative;
    margin-top: 20px; 
}
.main .activitiesHeaderCont .activitiesHeader .head{
    color: #442773;
    font-size: 27px;
    background: #ffffff;
    padding-right: 20px;
    display: inline-block;
    z-index: 1;
}
.main .activitiesHeaderCont .activitiesHeader:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: #442773;
    bottom: 10px;
    left: 0;
    z-index: -1;
}
.main .activitiesHeaderCont .breadCrumbs {
    position: absolute;
    right: 0;
    top:0;
}
.main .text{
    font-size:14px;
}

.slider{padding: 25px 0px; height: auto; position: relative;}
.slider .item{ text-align: center; padding: 15px;}

.slider .item span{ width: 100%; text-align: center; color: #6D6E70; font-size:14px; line-height: 45px; }
.owl-carousel {
    margin: 2rem 0;
}
.columns { 
    width: 100%;
    float: left;
    padding: 0px;
}

.owl-carousel .item{
    text-align: center;
}

.owl-next{
    background: url(../img/sliderLeft.png);
    width: 13px;
    height: 24px;
    position: absolute;
    top: 50%;
    display: inline-block;
    z-index: 999;
    left:-8.33333333%;
    cursor: pointer;
    color: transparent;

}
.owl-prev{
    background: url(../img/sliderRight.png);
    width: 13px;
    height: 24px;
    position: absolute;
    top: 50%;
    display: inline-block;
    right:-8.33333333%;
    z-index: 999;
    cursor: pointer;
    color: transparent;

}
.website{
    padding: 25px 0px 0px 0px;
}

.website .activitiesHeaderCont .activitiesHeader {
    position: relative;
    margin-top: 20px; 
}
.website .activitiesHeaderCont .activitiesHeader .head{
    color: #F89A1C;
    font-size: 27px;
    background: #ffffff;
    padding-right: 20px;
    display: inline-block;
    z-index: 1;
}
.website .activitiesHeaderCont .activitiesHeader:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 5px;
    background: #F89A1C;
    bottom: 10px;
    left: 0;
    z-index: -1;
}
.website .activitiesHeaderCont .breadCrumbs {
    position: absolute;
    right: 0;
    top:0;
}
.website .text{
    font-size:14px;
}
.footer{
    float: left;
    background-color: #362D78;
    height: 63px;
    margin-top: -2px;
    z-index: 99;
    position: relative;
    text-align: center;
    color:#ffffff;
    font-size: 15px;
    width: 100%;
    line-height: 63px;
}

@media screen and (max-width: 991px) {
    .activitiesHeaderCont .breadCrumbs {
        display: none;
    }
}
/*---------------RESPONSIVE-----------------*/
/* Large desktop */
@media (min-width: 1200px) {
}
@media (min-width: 980px) and (max-width:1199px) {

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .owl-next{
        background: url(../img/sliderLeft.png);
        width: 13px;
        height: 24px;
        position: absolute;
        top: 50%;
        display: inline-block;
        z-index: 999;
        left:15px;
        cursor: pointer;
        color: transparent;

    }
    .owl-prev{
        background: url(../img/sliderRight.png);
        width: 13px;
        height: 24px;
        position: absolute;
        top: 50%;
        display: inline-block;
        right:15px;
        z-index: 999;
        cursor: pointer;
        color: transparent;

    }
    .slider .item{ text-align: center; padding: 30px;}
}
/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) { 
    .owl-next{
        background: url(../img/sliderLeft.png);
        width: 13px;
        height: 24px;
        position: absolute;
        top: 50%;
        display: inline-block;
        z-index: 999;
        left:15px;
        cursor: pointer;
        color: transparent;

    }
    .owl-prev{
        background: url(../img/sliderRight.png);
        width: 13px;
        height: 24px;
        position: absolute;
        top: 50%;
        display: inline-block;
        right:15px;
        z-index: 999;
        cursor: pointer;
        color: transparent;

    }
    .slider .item{ text-align: center; padding: 30px;}

}
/* Landscape phones and down */
@media (max-width: 480px) {
    .owl-next{
        background: url(../img/sliderLeft.png);
        width: 13px;
        height: 24px;
        position: absolute;
        top: 50%;
        display: inline-block;
        z-index: 999;
        left:15px;
        cursor: pointer;
        color: transparent;

    }
    .owl-prev{
        background: url(../img/sliderRight.png);
        width: 13px;
        height: 24px;
        position: absolute;
        top: 50%;
        display: inline-block;
        right:15px;
        z-index: 999;
        cursor: pointer;
        color: transparent;

    }
    .slider .item{ text-align: center; padding: 30px;}
}
