* {
    box-sizing: border-box;
}

body {
    margin: 0px;
    background-color: #fff;
    overflow-x: hidden;
}

button:focus {
    outline: 0;
}

img:focus {
    outline: 0;
}

input:focus {
    outline: 0;
}

.header-section {
    background-color: #fff;
    width: 100%;
    height: auto;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 99;
    transition: 0.5s ease-in-out;
}

/* .intro{
    top: -147px;
    transition: 0.5s ease-in-out;
} */

.tile-img {
    width: 100%;
    object-fit: cover;
    margin-bottom: 30px;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

.header-container {
    width: auto;
    height: 90px;
    margin-top: 15px;
    margin-left: 15px;
    background-color: #fff;
}

.title-top {
    font-family: 'Times New Roman', Times, serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 70px;
    margin-left: 30px;
}

.title-bottom {
    font-family: 'Times New Roman', Times, serif;
    font-weight: 200;
    font-size: 15px;
    margin-left: 33px;
}

.logo-container {
    width: 80px;
    height: 80px;
    margin-top: -3px;
}

.menu-dropdown {
    width: 100%;
    height: 60px;
    background-color: #554270;
    position: relative;
}

.menu-dropdown-mobile {
    width: 100%;
    height: 60px;
    background-color: #554270;
    position: relative;
    display: none;
}

.abt-display-img {
    width: 100%;
    margin: auto;
    padding: 30px;
    object-fit: contain;
}

.abt-display-img-small {
    width: 60%;
    margin: auto;
    padding: 30px;
    object-fit: contain;
}

.abt-display-img-content {
    width: 30%;
    margin: auto;
    float: left;
    padding: 30px;
    padding-top: 0;
    object-fit: contain;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
        'Helvetica Neue', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
}

h1 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
        'Helvetica Neue', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 12px;
    color: #ffffff;
    line-height: 60px;
    margin: 0;
}

h4 {
    /*For mobile view */
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
        'Helvetica Neue', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff;
    line-height: 21px;
    margin: 0;
}

h2 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
        'Helvetica Neue', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 30px;
    color: #554270;
    width: 100%;
    text-align: center;
    margin: 0;
    margin-bottom: 15px;
}

h5 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
        'Helvetica Neue', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    color: #000000;
    width: 100%;
    text-align: center;
    margin: 0;
    margin-bottom: 15px;
    margin-top: 15px;
    border-bottom: #000000;
    border-width: 1px;
}

h3 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
        'Helvetica Neue', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    text-align: left;
    margin: 0;
    margin-left: 30px;
    margin-bottom: 15px;
}

.menu-options {
    float: left;
    position: relative;
    width: 11.11%;
    text-align: center;
    cursor: pointer;
    height: 100%;
}

.menu-options:hover {
    border-bottom: 3px solid #fff;
    transition: 0.5s ease-in-out;
}

.selected-menu {
    border-bottom: 3px solid #fff;
}

.landing-video {
    width: 100%;
    float: left;
    height: 100%;
    object-fit: cover;
}

.tile-container {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    padding: 30px;
    width: 100%;
}

.tiles {
    padding: 30px;
    width: 30%;
    margin-bottom: 60px;
    background-color: #ebebe9;
}

.tile-heading {
    text-align: center;
    font-size: 18px;
    width: 100%;
}

.tile-content {
    text-align: justify;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    width: 100%;
}

.banner-section {
    position: relative;
    height: calc(100vh - 207px);
    width: 100%;
    background-color: rgb(117, 112, 112);
}

.banner-section-hover-left {
    position: absolute;
    left: 0;
    top: 30px;
    background-color: #ffffff56;
    backdrop-filter: blur(10px);
}

.banner-section-hover-left img {
    width: 120px;
    padding: 15px;
}

.banner-section-hover-right {
    position: absolute;
    right: 0;
    top: 30px;
    background-color: #00000056;
    backdrop-filter: blur(10px);
    padding: 30px;
    max-width: 200px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
        'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
}

.pdf-view {
    width: calc(50% - 3px);
    min-height: 600px;
    display: inline-block;
    padding: 10px;
}

.banner-section-hover-right-2 {
    position: absolute;
    right: 0;
    top: 180px;
    background-color: #00000056;
    color: #fff;
    backdrop-filter: blur(10px);
    padding: 30px;
    width: 200px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
        'Helvetica Neue', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
}

.banner-section-hover-right-2 a {
    padding: 10px 30px;
    background-color: #554270;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    border: 1px solid #fff;
}

#map {
    width: 100%;
    height: 300px;
    margin: 15px 0px;
}

.folder-path-btn {
    padding: 10px 20px;
    border-radius: 10px;
    background-color: #554270;
    color: #fff;
    width: fit-content;
    border: none;
    transition: 0.3s;
    cursor: pointer;
    margin: 10px;
}

.folder-path-btn:hover {
    background-color: #bebed2;
    color: #000;
    transition: 0.3s;
}

.folder-path-btn i {
    padding-right: 10px;
}

.folder-path-chevron {
    color: #554270;
    vertical-align: middle;
}

.folder-btn {
    padding: 10px;
    background-color: transparent;
    display: inline-block;
    margin: 10px;
    border: none;
    color: #5a5a5a;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.6s;
    width: fit-content;
    text-align: left;
}

.folder-btn:hover {
    color: #554270;
    transition: 0.6s;
}

.folder-btn i {
    font-size: 90px;
    vertical-align: middle;
    padding-right: 20px;
}

.admission-form {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 10px;
    background-color: #ff8b7b;
    background-image: url('../gallery/IMG_5603.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
        'Helvetica Neue', sans-serif;
    min-height: 50vh;
    flex-wrap: wrap;
}

.admission-form form {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    flex-direction: column;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

.admission-form form input,
.admission-form form select {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #554270;
    border-radius: 10px;
    width: 80vw;
    max-width: 300px;
}

.admission-form form label {
    font-family: inherit;
    font-size: 12px;
    font-weight: 600;
}

.admission-form .content {
    max-width: 500px;
    color: #fff;
    font-weight: 600;
    padding: 20px;
    border-radius: 10px;
    background-color: #00000056;
    backdrop-filter: blur(5px);
}

.admission-form .content p {
    letter-spacing: 1.5px;
}

.admission-form .content h5 {
    color: #fff;
    text-align: left;
    font-size: 3rem;
}

.admission-form form button {
    padding: 10px;
    border: 1px solid #554270;
    border-radius: 10px;
    width: 80vw;
    max-width: 300px;
    background-color: #554270;
    color: #fff;
}

@media only screen and (max-width: 330px) {
    .title-top {
        font-size: 15px !important;
    }
}

@media only screen and (max-width: 900px) {
    .student-portal-write-up {
        display: none;
    }

    .banner-section {
        height: 100vh;
    }
}

@media only screen and (max-width: 736px) {
    .title-top {
        font-size: 20px;
        line-height: 35px;
    }

    .title-bottom {
        font-size: 10px;
    }

    .logo-container {
        width: 40px;
        height: 40px;
    }

    .header-container {
        height: 50px;
    }

    .menu-dropdown {
        display: none;
    }

    .menu-dropdown-mobile {
        display: block;
    }

    .menu-options {
        border-width: 0px;
        width: auto;
    }

    .slideshow-container {
        max-height: 260px;
    }

    .slideshow-image {
        width: 100%;
        min-height: 260px;
        object-fit: cover;
    }

    .announcements {
        width: 100% !important;
    }

    .write-up {
        width: 100% !important;
        padding: 15px !important;
    }

    .writeup-img {
        width: 100% !important;
        padding: 15px !important;
    }

    .section-one {
        height: auto;
        display: block;
    }

    .section-one-abt {
        height: auto;
    }

    .section-two-abt {
        height: auto;
    }

    .student-portal {
        width: 100% !important;
    }

    .student-portal-write-up {
        display: none;
    }

    .footer-division {
        margin-top: 60px;
        width: 100% !important;
    }

    .footer {
        min-height: 900px !important;
    }

    .vision {
        width: 98% !important;
    }

    .mission {
        width: 98% !important;
    }

    .accordion {
        display: none;
    }

    /* .gallery{
        width: 100% !important;
        margin: 0px !important;
    } */
    .contactus_container {
        width: 100% !important;
        margin: 0px !important;
        margin-top: 30px !important;
    }

    .announcements-new {
        height: 160px !important;
    }

    .announcements-content {
        height: 150px !important;
    }

    .slogan {
        display: none;
    }

    .tiles {
        width: 100%;
    }

    .tile-container {
        padding: 0;
    }

    .admission-split-tabs {
        width: 100% !important;
    }

    .banner-section-hover-left {
        display: none;
    }

    .banner-section-hover-right {
        display: none;
    }

    .banner-section {
        height: calc(100vh - 207px);
    }

    .abt-display-img-content {
        width: 100%;
    }

    .pdf-view {
        width: 100%;
        min-height: 300px;
        display: inline-block;
        padding: 10px;
    }
}

.middle {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contact-bar {
    height: 42px;
    background-color: #0e0e0e;
    line-height: 42px;
}

.contact-bar-phone {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
        'Helvetica Neue', sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #ffffff;
    margin-left: 10px;
}

.contact-bar-phone-logo {
    width: 20px;
    height: 20px;
}

.slideshow-image {
    width: 100%;
    max-height: 50vh;
    object-fit: cover;
}

* {
    box-sizing: border-box;
}

.mySlides1,
.mySlides2 {
    display: none;
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    width: 100%;
    height: 50vh;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    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 grey background color */
.prev:hover,
.next:hover {
    background-color: #f1f1f1;
    color: black;
}

.section-one {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    width: 100%;
    height: auto;
    margin: 0;
    margin-top: 60px;
    margin-bottom: 60px;
    overflow: hidden;
}

.section-one-abt {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    width: 100%;
    height: auto;
    margin: 0;
    margin-top: 60px;
    margin-bottom: 60px;
    overflow: hidden;
}

.section-two-abt {
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    width: 100%;
    height: auto;
    margin: 0;
    margin-top: 60px;
    margin-bottom: 60px;
    overflow: hidden;
    background-color: #ebebe9;
}

.section-two {
    width: 100%;
    height: 83vh;
    margin: 0;
    background: linear-gradient(to right, rgb(185, 187, 245), rgba(255, 255, 255, 0)), url('images/bckground2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.section-three {
    width: 100%;
    height: auto;
    margin: 0;
    background-color: #ebebe9;
    margin-top: 60px;
    margin-bottom: 60px;
}

.announcements {
    width: 28%;
    float: left;
    height: 80vh;
    margin: 1%;
    border-radius: 20px;
    background: rgb(34, 34, 34);
    /* for IE */
    background: rgba(34, 34, 34, 0.75);
    padding: 15px;
}

.announcements-new {
    width: 100%;
    background-color: #000;
    position: absolute;
    bottom: 0;
    height: 60px;
}

.announcements-content {
    width: 80%;
    margin: 5px 10%;
    background-color: rgba(255, 255, 255, 0.4);
    height: 50px;
}

.write-up {
    width: 60%;
    float: left;
    height: auto;
    padding: 60px;
    background: rgb(255, 255, 255);
    /* for IE */
    background: rgba(255, 255, 255, 0.6);
}

.slogan {
    width: wrap-content;
    float: right;
    font-family: 'Courgette', cursive;
    color: #9ea5c0;
    font-size: 20px;
}

.font1 {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
        'Helvetica Neue', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    margin: 1px;
}

.writeup-img {
    width: 40%;
    margin: auto;
    float: left;
    padding: 60px;
    object-fit: contain;
}

.student-portal {
    width: 36%;
    float: left;
    height: 100%;
    background: rgb(255, 255, 255);
    /* for IE */
    background: rgba(255, 255, 255, 0.9);
    padding: 30px;
    overflow-y: scroll;
}

.menu-button-2 {
    text-align: center;
    align-content: center;
    background-color: #554270;
    border: none;
    height: 60px;
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
        'Helvetica Neue', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 10px;
}

.menu-button-2:hover {
    background-image: linear-gradient(to bottom, #959595, #959593);
}

.menu-button-3 {
    text-align: center;
    align-content: center;
    background-color: #554270;
    border: none;
    border-radius: 10px;
    height: 40px;
    width: 100%;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
        'Helvetica Neue', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 10px;
}

.menu-button-3:hover {
    background-image: linear-gradient(to bottom, #959595, #959593);
}

video {
    background-image: url('images/bckground.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.Loop {
    position: relative;
    height: 90%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

::-webkit-scrollbar {
    display: none;
}

.student-portal-write-up {
    width: 30%;
    float: right;
    height: auto;
    margin: 1%;
    background: rgb(255, 255, 255);
    /* for IE */
    background: rgba(255, 255, 255, 0.9);
    padding: 15px;
}

.footer {
    width: 100%;
    min-height: 350px;
    padding-top: 60px;
    background-color: rgb(49, 49, 49);
}

.footer-division {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
        'Helvetica Neue', sans-serif;
    font-weight: 500;
    font-size: 15px;
    float: left;
    text-align: left;
    width: 33.33%;
}

.footer-division-content {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
        'Helvetica Neue', sans-serif;
    font-weight: 300;
    font-size: 14px;
    float: left;
    text-align: left;
    color: #fff;
    margin-left: 30px;
}

.none {
    text-decoration: none;
    color: #fff;
}

.text-center {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
        'Helvetica Neue', sans-serif;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
}

.copyright {
    padding-top: 15px;
    padding-bottom: 15px;
}

.slick-slide {
    margin: 0px 20px;
    width: 60%;
}

.slick-slide img {
    width: 60%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.placements-container {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #fff;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.ad-banner {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px;
}

.ad-banner img {
    width: 100%;
    max-width: 400px;
    height: auto;
    background-color: #554270;
    border: 3px solid #554270;
}

.banner-view {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.banner-view img {
    width: 80%;
    max-width: 1200px;
    max-height: 80vh;
    object-fit: contain;
    height: auto;
}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    background-color: #25d366;
    border-radius: 50%;
    padding: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease;
}

.whatsapp-button:hover {
    transform: scale(1.1);
}

.whatsapp-button img {
    width: 32px;
    height: 32px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}

.test {
    opacity: 0;
}

.load {
    opacity: 1;
    -webkit-transition: opacity 1s ease-in;
    -moz-transition: opacity 1s ease-in;
    -ms-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
}

.heading-underline {
    border-bottom: 1px dashed #554270;
    margin-bottom: 15px;
}

.vision {
    padding: 60px;
    width: 50%;
    text-align: left;
    font-size: 14px;
    float: left;
}

.mission {
    padding: 60px;
    width: 50%;
    text-align: left;
    font-size: 14px;
    float: left;
}

.v-m-contents {
    padding: 30px;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans',
        'Helvetica Neue', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    font-style: italic;
    margin: 0;
    color: #000000;
}

.admission-split-tabs {
    width: 31%;
    margin: 1%;
    /* border: 1px solid #000000; */
    border-radius: 20px;
    float: left;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

/* --------------------------------------------------------------------- */

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Montserrat:700);

.accordion {
    width: 100%;
    max-width: 1080px;
    height: 250px;
    overflow: hidden;
    margin: 30px auto;
}

.accordion ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
}

.accordion ul li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 16.666%;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 500ms ease;
}

.accordion ul li div {
    display: block;
    overflow: hidden;
    width: 100%;
}

.accordion ul li div a {
    display: block;
    height: 250px;
    width: 100%;
    position: relative;
    z-index: 3;
    vertical-align: bottom;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    font-family: Open Sans, sans-serif;
    transition: all 200ms ease;
}

.accordion ul li div a * {
    opacity: 0;
    margin: 0;
    width: 100%;
    text-overflow: ellipsis;
    position: relative;
    z-index: 5;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.accordion ul li div a h2 {
    font-family: Montserrat, sans-serif;
    text-overflow: clip;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 2px;
    top: 160px;
}

.accordion ul li div a p {
    top: 160px;
    font-size: 13.5px;
}

.accordion ul li:nth-child(1) {
    background-image: url('images/8.jpg');
}

.accordion ul li:nth-child(2) {
    background-image: url('images/2.jpg');
}

.accordion ul li:nth-child(3) {
    background-image: url('images/11.jpg');
}

.accordion ul li:nth-child(4) {
    background-image: url('images/25.jpg');
}

.accordion ul li:nth-child(5) {
    background-image: url('images/10.jpg');
}

.accordion ul li:nth-child(6) {
    background-image: url('images/23.jpg');
}

.accordion ul:hover li,
.accordion ul:focus-within li {
    width: 8%;
}

.accordion ul li:focus {
    outline: none;
}

.accordion ul:hover li:hover,
.accordion ul li:focus,
.accordion ul:focus-within li:focus {
    width: 60%;
}

.accordion ul:hover li:hover a,
.accordion ul li:focus a,
.accordion ul:focus-within li:focus a {
    background: rgba(0, 0, 0, 0.4);
}

.accordion ul:hover li:hover a *,
.accordion ul li:focus a *,
.accordion ul:focus-within li:focus a * {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.accordion ul:hover li {
    width: 8% !important;
}

.accordion ul:hover li a * {
    opacity: 0 !important;
}

.accordion ul:hover li:hover {
    width: 60% !important;
}

.accordion ul:hover li:hover a {
    background: rgba(0, 0, 0, 0.4);
}

.accordion ul:hover li:hover a * {
    opacity: 1 !important;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@media screen and (max-width: 600px) {
    .accordion {
        height: auto;
    }

    .accordion ul li,
    .accordion ul:hover li,
    .accordion ul li:hover,
    .accordion ul:hover li:hover {
        position: relative;
        display: table;
        table-layout: fixed;
        width: 100%;
        -webkit-transition: none;
        transition: none;
    }
}

.about {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    color: #666;
}

.about a {
    color: blue;
    text-decoration: none;
}

.about a:hover {
    text-decoration: underline;
}

/* --------------------------------------------------------------------- */

.placement-contact-form {
    width: 340px;
    height: 440px;
    background: #e6e6e6;
    border-radius: 8px;
    box-shadow: 0 0 40px -10px #000;
    margin: calc(50vh - 180px) auto;
    padding: 20px 30px;
    max-width: calc(100vw - 40px);
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    margin-top: 0px;
}

.placement-contact-input {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: none;
    outline: none;
    resize: none;
    border: 0;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.3s;
    border-bottom: 2px solid #bebed2;
}

.placement-contact-input:focus {
    border-bottom: 2px solid #78788c;
}

.placement-contact-p:before {
    content: attr(type);
    display: block;
    margin: 28px 0 0;
    font-size: 14px;
    color: #5a5a5a;
}

.placement-contact-div {
    content: 'Hi';
    position: absolute;
    bottom: -15px;
    right: -20px;
    background: #50505a;
    color: #fff;
    width: 320px;
    padding: 16px 4px 16px 0;
    border-radius: 6px;
    font-size: 13px;
    box-shadow: 10px 10px 40px -14px #000;
}

.placement-contact-span {
    margin: 0 5px 0 15px;
}

/* --------------------------------------------------------------------- */

.contactus_container {
    width: 48%;
    padding: 1%;
    float: left;
}

/* --------------------------------------------------------------------- */

/* --------------------------------------------------------------------- */
