* {
    transition: all .25s ease-in;
}

p {
    font-size: 17px;
}

.relative {
    position: relative;
    z-index: 10;
}

.fa, .fab, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: initial;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin: 0px 5px 0px 5px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-left: 0px;
}

.p-6 {
    padding: 4rem !important;
}

.bg-info a {
    color:  var(--dark);
}

@media only screen and (max-width: 768px) {
    .p-6 {
        padding: 2rem !important;
    }
}
/*-------------------
--Navbar
*/
.navbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: initial;
    padding: 0px;
}

.nav-item a {
    font-size: 20px;
    font-weight: 600;
    border-bottom: transparent medium solid;
    margin: 0px 5px 0px 5px;
}

    .nav-item a:hover {
        border-bottom: #048b9a medium solid;
    }

.nav-link {
    font-size: 20px;
    font-weight: 600;
    border-bottom: transparent medium solid;
    margin: 0px 5px 0px 5px;
    display: block;
    padding: .55rem 1rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.75);
}

    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        color: rgba(255, 255, 255, 1);
    }

.navbar-brand {
    display: inline-block;
    padding-top: 0rem;
    padding-bottom: 0rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

#menu_p16 {
    background: black;
    color: white;
}

@media only screen and (max-width: 768px) {
    .navbar-collapse {
        background-color: #343a40;
        position: relative;
    }

    .logo {
        max-width: 100%;
    }
}
/*----------------------
--Top Header
*/

.page-header {
    top: 30vh;
    bottom: 0;
    left: 0;
    right: 0;
    width: 30.1rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    z-index: 2;
}
    .page-header img {
        max-width: 82%;
    }

.page-header-2 {
    top: 11vh;
    bottom: auto;
    left: 0;
    right: 0;
    width: 30.1rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    z-index: 2;
}
.page-header-2 img {
    width:  40%;
    height:  initial;
}
.page-header h2 {
    font-size: 6rem;
}

.page-header-2 h2 {
    font-size: 6rem;
}

}

.top-span {
    line-height: 0.5;
    text-align: center;
}

    .top-span span {
        display: inline-block;
        position: relative;
        margin-bottom: 5px;
        font-size: 1.8rem;
    }

        .top-span span:before,
        .top-span span:after {
            content: "";
            position: absolute;
            margin: 20px 0px 20px 0px;
            height: 5px;
            background-color: #fff;
            top: 0;
            width: 152px;
        }

        .top-span span:before {
            right: 100%;
            margin-right: 15px;
        }

        .top-span span:after {
            left: 100%;
            margin-left: 15px;
        }

.caption {
    border: #fff 5px solid;
    border-bottom: none;
    height: 22.5rem;
}

.caption-2 {
    border: #fff 5px solid;
    height: initial;
}

@media only screen and (max-width: 768px) {
    .page-header {
        width: 17rem;
    }

        .page-header h2 {
            font-size: 3rem;
        }

    .page-header-2 {
        width: 17rem;
        top: 14vh;
    }

        .page-header-2 h2 {
            font-size: 4rem;
        }

    .top-span span:before,
    .top-span span:after {
        width: 2.72rem;
    }

    .caption {
        height: 14.45rem;
    }

    .caption-2 {
        height: initial;
    }
}
/*--------------------------
--Carousel
*/
.swiper-main {
    height: 100vh !important;
    overflow: hidden;
}
.swiper-button-prev, .swiper-button-next {
    display: none;
}
.swiper-pagination-bullet-active {
    background: #fff!important;
}

.swiper-pagination-bullet {
    background: #fff!important;
}
 .swiper-img img {
        height: 100vh !important;
        width: 100% !important;
        position: relative !important;
        z-index: 1 !important;
    }
.carousel-container {
    height: 100vh;
    overflow: hidden;
}
.carousel-inner .img-fluid {
       max-width: initial;
}
    .carousel-container img {
        height: 100vh;
        width: 100%;
        position: relative;
        z-index: 1;
    }

.carousel-container-2 {
    height: 40vh;
    overflow: hidden;
}
    .carousel-container-2 img {
        position: relative;
        width: 100%;
    }

.carousel-control-next, .carousel-control-prev {
    width: 5%;
}

@media only screen and (max-width: 2000px) {
    .carousel-container img {
        width: 2100px;
        height: 1000px;
        left: 50%;
        transform: translateX(-50%);
    }
.swiper-img img {
        width: 2100px !important;
        height: 1000px !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
    .carousel-container-2 img {
        width: 100%;
    }
}

@media only screen and (max-width: 992px) {
    .carousel-container {
        height: auto;
        overflow: hidden;
    }
    .carousel-container img {
        height: auto;
        width: 995px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }
}

@media only screen and (max-width: 768px) {
    .carousel-container {
        height: auto;
        overflow: hidden;
    }
    .carousel-container img {
        height: auto;
        width: 770px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }
}

@media only screen and (max-width: 1024px) {
    .carousel-container-2 img {
        position: relative;
        width: 1500px;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media only screen and (max-width: 375px) {
}
/*---------------------------
--Section 1
*/
.section-1-container {
    width: 900px;
    max-width: 100%;
    height: auto;
    margin-top: 5rem;
}

.section-1 h3 {
    padding: 0px;
    margin: 0px;
    font-size: 2rem;
    font-weight: 600;
}

.section-1-container-2 {
    width: 900px;
    max-width: 100%;
    height: initial;
    margin-top: 5rem;
    position: relative;
}

    .section-1-container-2 h3 {
        padding: 0px;
        margin: 0px;
        font-size: 2rem;
        font-weight: 600;
        /*text-align: center;*/
    }
.section-1-container-3 {
    width: 90%;
    height: initial;
    margin-top: 5rem;
    position: relative;
    z-index: 10;
}

    .section-1-container-3 h3 {
        padding: 0px;
        margin: 0px;
        font-size: 2rem;
        font-weight: 600;
        text-align: center;
    }
.divider {
    padding: 3px;
    background-color: #048b9a;
    margin: 15px;
    width: 10vh;
}

@media only screen and (max-width: 1024px) {
    .section-1-container {
        height: initial;
        margin-top: 5rem;
    }
}
@media only screen and (max-width: 767px) {
.section-1-container-2 {
	width: 100%;
}
}
/*----------------------
--Section 2
*/
.divider-2 {
    padding: 3px;
    background-color: white;
    margin: 15px 15px 15px 0px;
    width: 10vh;
}

.s2-header h3 {
    padding: 0px;
    margin: 0px;
    font-size: 2.2rem;
    font-weight: 600;
    text-transform: uppercase;
}

.s2-top {
    color: white;
}
/*-------------------
--Footer
*/
.fa-size {
    font-size: 2.5rem;
}

.fa-size {
    color: white;
}

    .fa-size a:hover {
        text-decoration: none;
    }

.footer {
    font-size: 1.4rem;
}

    .footer li {
        display: inline-block;
    }

    .footer a {
        color: #048b9a;
    }
    .footer a:hover {
        color: #fff;
    }
.cf-footer {
    font-size: 1.2rem;
}
/*---------------------
--col
*/
.col-4th {
    width: 25%;
}

.col-2nd {
    width: 50%;
}

.col-footer-1 {
    width: 25%;
}

.col-footer-2 {
    width: 75%;
}

.col-footer-3 {
    width: 16.666%;
}

@media only screen and (max-width: 992px) {
    .col-4th {
        width: 50%;
    }

    .col-2nd {
        width: 100%;
    }

    .col-footer-3 {
        width: 33.333%;
    }
}

@media only screen and (max-width: 500px) {
    .col-4th {
        width: 100%;
    }
}
/*-----------------------
--Slanted Image
*/
.s-image-container {
    height: 58vh;
    overflow: hidden;
}

.second-position {
    position: relative;
    bottom: 3rem;
}

.s-image {
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 200% 15%);
    clip-path: polygon(0 0, 0 100%, 100% 100%, 200% 15%);
    width: 100%;
}

@media only screen and (max-width: 1300px) {
    .s-image-container {
        height: 45vh;
    }
}

@media only screen and (max-width: 980px) {
    .s-image-container {
        height: 35vh;
    }
}

@media only screen and (max-width: 780px) {
    .s-image-container {
        height: 25vh;
    }
}

@media only screen and (max-width: 550px) {
    .s-image-container {
        height: 15vh;
    }
}
/*----------------------
--Image Overlay
*/
.container-img {
    position: relative;
    width: 100%;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #333;
}
.overlay-footer {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.4;
    transition: .5s ease;
    background-color: #333;
}


.overlay-2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #333;
}
.container-img:hover .overlay {
    opacity: 1;
}
.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

@media only screen and (max-width: 500px) {
    .overlay {
        opacity: 0.4;
    }
}


/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 60%;
    }
}
.nav-tab {
    font-size: 16px !important;
    font-wieght: 500;
}
