#main-content{
    width: 100%;
}

.mySlides1 {
    display: none
}



.slideshow-container1 {
    width: 100%!important;
    height: auto;
    /*position: absolute;*/
    margin: 0px;
    z-index: -1;
}
/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 25%;
    vertical-align: central;
    width: auto;
    padding: 16px;
    margin-top: 80px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}
/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: #111111;
    /*opacity: 0.8;*/
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 20px;
    background-color: #999999;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 1.6s ease;
}
.active,
.dot:hover {
    background-color: #111111;
}
/* Fading animation */
.fade1 {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2.5s;
    animation-name: fade;
    animation-duration: 0.5s;
}


.img1{
    width: 100%;
    height: auto !important;
    object-fit: cover;


}




.newsHeading{
    z-index: 0; 
    position: absolute; 
    margin-top: 450px; 
    margin-left: 2% !important; 
    height: 200px; 
    width: 800px; 
    color: white !important;

}


.h2Tag{

    z-index: 0; 
    position: absolute; 
    margin-top: 450px; 
    margin-left: 2%; 
    height: 200px; 
    width: 800px; 
    font-size: 28px; 
    font-family: inherit;
}

.SliderBackGround{
    height: auto;
    width: 100%;
}

.page-container{
    padding-top:0px!important; padding-bottom: 0px!important;
}

.dotArea{
    text-align:center; display: none
}

@media only screen and (min-width: 2048px) and (max-width: 4000px) {
    .prev,
    .next {
        top: 35%;
        font-size: 44px;
        padding: 36px;

    }

    .img1{
        width: 100%;
        height: auto !important;
        object-fit: cover;
    }
    .newsHeading{
        line-height: 68px;
        margin-top: 38%;
        width: 90%;
        font-size: 76px !important;
        margin-right: 2%;

    }
}

@media only screen and (min-width: 1600px) and (max-width: 2048px) {
    .prev,
    .next,
    .text {
        top: 35%;
        /*font-size: 34px;*/

    }

    .img1{
        width: 100%;
        height: auto !important;
        object-fit: cover;
    }
    .newsHeading{
        line-height: 40px;
        margin-top: 38%;
        width: 90%;
        font-size: 42px !important;
        margin-right: 2%;

    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .img1{
        width: 100%;
        height: auto !important;
        object-fit: cover;
    }
    .newsHeading{
        line-height: 35px;
        margin-top: 38%;
        width: 90%;
        font-size: 30px !important;
        margin-right: 2%;

    }
}


@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .img1{
        width: 100%;
        height: auto !important;
        object-fit: cover;
    }
    .newsHeading{
        line-height: 28px;
        margin-top: 38%;
        width: 90%;
        font-size: 24px !important;
        margin-right: 2%;

    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .prev,
    .next,
    .text {
        top: 20%;
        font-size: 14px;

    }

    .img1{
        width: 100%;
        height: auto !important;
        object-fit: cover;
    }
    .newsHeading{
        line-height: 28px;
        margin-top: 38%;
        width: 90%;
        font-size: 24px !important;
        margin-right: 2%;

    }

    .enterPro{
        text-align: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .prev,
    .next,
    .text {
        top: 15%;
        font-size: 11px;

    }

    .img1{
        width: 100%;
        height: auto !important;
        object-fit: cover;
    }
    .newsHeading{
        line-height: 20px;
        margin-top: 38%;
        width: 90%;
        font-size: 18px !important;
        margin-right: 2%;

    }

    .enterPro{
        text-align: center;
    }
}

@media only screen and (min-width: 400px) and (max-width:575px) {

    .prev,
    .next,
    .text {
        top: 5%;
        font-size: 11px;

    }

    .img1{
        width: 100%;
        height: auto !important;
        object-fit: cover;
    }
    .newsHeading{
        line-height: 14px;
        margin-top: 38%;
        width: 90%;
        font-size: 14px !important;
        margin-right: 2%;

    }

    .enterPro{
        text-align: center;
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 400px) {
    .prev,
    .next,
    .text {
        top: -10%;
        font-size: 11px;
    }
    .newsHeading{
        line-height: 14px;
        margin-top: 35%;
        width: 90%;
        font-size: 14px !important;
        margin-right: 2%;
    }
    .img1{
        width: 100%;
        height: auto !important;
        object-fit: cover;
    }
}