@charset "utf-8";

/* CSS Document */

body {
    background-color: #f9f9f9;
}

.top-header-container {
    overflow: hidden;
    padding: 0px !important;
    position: relative !important;
    height: 600px;
}

.pagedetails-header-pic {
    background-image: url(../images/2.jpg);
    height: 600px;
    background-size: cover;
    overflow: hidden !important;
    position: relative !important;
    z-index: -5 !important;
    /*filter: blur(0px) brightness(.6);*/
    margin-top: 0px !important;
}

.text-content {
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute!important;
    direction: ltr;
    text-align: center;
    z-index: 1 !important;
    padding: 0px !important;
    margin: 0px !important;
    width: 100%;
}

.text-content h2 {
    background-color: rgba(255, 173, 91, .85);
    color: #fff;
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 60px;
    margin-top: 20px;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px 10px;
    padding-top: 20px;
    padding-top: 30px;
    display: none;
}

.under-line {
    border-bottom: 4px solid #fff;
    width: 100px;
    z-index: 200;
    margin: 0 auto;
}

.text-content h5 {
    font-size: 15px;
    color: #fff;
    margin-top: 15px;
    font-weight: 500 !important;
}

#pagedetails-container {
    direction: ltr;
    margin-top: 40px;
    margin-bottom: 50px;
}

.pagedetails {
    height: auto;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    padding: 20px 10px;
}

.pagedetails-text {
    direction: ltr !important;
}

.pagedetails-date {
    color: #939494 !important;
}

.pagedetails-text p {
    font-size: 15px;
    line-height: 25px;
    color: #191919;
    direction: ltr !important;
    text-align: justify;
}

.pagedetails-pic {
    float: left;
    max-width: 300px !important;
}


/* Zoom in Keyframes */

@-webkit-keyframes zoomin {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes zoomin {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}


/*End of Zoom in Keyframes */

.swiper-container {
    width: 100%;
    height: 650px !important;
    margin-bottom: 30px !important;
}