body {
    font-family: "Open Sans", sans-serif;
    overflow-x: hidden;
}

figure {
    margin: 0;
}

a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

img {
    max-width: 100%;
}

.large-header {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    z-index: 4;
}

#pagepiling {
    position: fixed;
    width: 100%;
    height: 100%;
}

#pagepiling .section {
    background-size: cover;
    text-align: center;
}

#pagepiling .section.section-one {
    height: 100%;
    background: url("../images/banner-img1.jpg") no-repeat center;
}

#pagepiling .section.section-one:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.52);
}

#pagepiling .section.section-two {
    height: 100%;
    background: url("../images/banner-img2.jpg") no-repeat center;
}

#pagepiling .section.section-three {
    height: 100%;
    background: url("../images/banner-img3.jpg") no-repeat center;
}
/*
#pagepiling .section.section-one .banner-content {
    opacity: 0;
    visibility: hidden;
}

#pagepiling .section.section-one.active .banner-content {
    opacity: 1;
    visibility: visible;
}
*/

.banner-section {
    overflow: hidden;
    height: 100%;
}

.banner-slider {
    height: 100%;
}

.background-effect {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
}

.background-effect .bg-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .62;
    background: #000;
}

.background-effect .bg-pattern {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/pattern.png);
    background-repeat: repeat;
    opacity: .5;
}

#pagepiling .section.section-two .background-effect .bg-overlay,
#pagepiling .section.section-three .background-effect .bg-overlay {
    opacity: .72;
}

.banner-content {
    position: absolute;
    left: 0;
    top: 0%;
    z-index: 2;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.banner-content .container figure {
    margin: 30px;
}

.banner-content .container figure img {
    filter: brightness(100);
    max-width: 250px;
}

.banner-content h2 {
    font-size: 60px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 0 0 40px;
    text-transform: uppercase;
}

.banner-content h2 span {
    color: #1fb8b2;
}

.banner-content p {
    color: #fff;
    letter-spacing: 2px;
    font-size: 14px;
    padding-bottom: 36px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.comingsoon {
    max-width: 550px;
    margin: auto;
}

.banner-content .comingsoon h3 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 0 0 20px;
    font-family: "Raleway", sans-serif;
}

.banner-content .comingsoon p {
    letter-spacing: 0;
    font-size: 12px;
    font-family: "Raleway", sans-serif;
}

.comingsoon .form-control {
    letter-spacing: 1px;
    color: #d6d6d6;
    border: none;
    border: 1px solid #d6d6d6;
    border-radius: 0;
    background: rgba(255, 255, 255, 0);
    box-shadow: none;
    font-size: 12px;
    height: 40px;
    font-family: "Raleway", sans-serif;
}

.comingsoon .form-control::-ms-placeholder {
    color: #fff;
    opacity: 1;
}

.comingsoon .form-control::-webkit-placeholder {
    color: #fff;
    opacity: 1;
}

.comingsoon .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.comingsoon .form-control::placeholder {
    color: #fff;
    opacity: 1;
}

.form-control.btn-primary {
    font-size: 9px;
    position: relative;
    overflow: hidden;
    padding: 10px 34px;
    height: 40px;
    border: 1px solid #d6d6d6;
    color: #000;
    background-color: #fff;
    border-radius: 0;
}

.form-control.btn-primary::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: auto;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    background: #fff;
}

.form-control.btn-primary:hover {
    background: rgba(255, 255, 255, 0);
}

.form-control.btn-primary:hover::before {
    right: 0;
    left: auto;
    width: 0;
}

.form-control.btn-primary i {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-transition: none;
    transition: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #000;
}

.form-control.btn-primary i.first {
    left: -200%;
    color: #fff;
}

.form-control.btn-primary i.second {
    left: 0;
}

.form-control.btn-primary:hover i.first {
    left: 0;
}

.form-control.btn-primary:hover i.second {
    left: 200%;
}

.comingsoon .social-icons {
    margin: 20px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comingsoon .social-icons li {
    margin: 0 14px;
}

.comingsoon .social-icons li a {
    width: 31px;
    height: 31px;
    font-size: 12px;
    line-height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    color: #000;
    border-radius: 0;
    background: rgba(255, 255, 255, .06);
}

.comingsoon .social-icons li a .socialoverlay {
    position: absolute;
    z-index: -1;
    top: 0;
    right: auto;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    background: rgba(255, 255, 255, 1);
}

.comingsoon .social-icons li a:hover .socialoverlay {
    right: 0;
    left: auto;
    width: 0;
}

.comingsoon .social-icons li a:hover {
    color: #fff;
}

.contact-form {
    max-width: 350px;
    margin: auto;
}

.banner-content .contact-form h2 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 0 0 20px;
    font-family: "Raleway", sans-serif;
}

.banner-content .contact-form p {
    letter-spacing: 0;
    font-size: 12px;
    font-family: "Raleway", sans-serif;
}

.contact-form label {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
    color: #b1b1b1;
}

.contact-form .control-group {
    margin-bottom: 24px;
}

.contact-form .control-group .invalid-feedback {
    text-align: left;
}

.contact-form .form-control {
    font-family: "Raleway", sans-serif;
    font-size: 11px;
    font-weight: 300;
    overflow: hidden;
    width: 100%;
    height: 50px;
    padding-left: 10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    letter-spacing: 1px;
    color: #d6d6d6;
    border: none;
    border: 1px solid #d6d6d6;
    border-radius: 0;
    outline: 0;
    background: rgba(255, 255, 255, 0);
    box-shadow: none;
}

.contact-form textarea.form-control {
    height: 110px;
    padding-top: 10px;
    resize: none;
}

.contact-form .form-control.btn.btn-primary {
    max-width: 120px;
}

.section:not(.active) .animate-element {
    animation-name: none;
}

.section.active .animate-element {
    animation-duration: .7s;
    animation-fill-mode: both;
}

.section.active .delay3 {
    animation-delay: .3s;
}

.section.active .delay5 {
    animation-delay: .5s;
}

.swiper-container {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
}

.swiper-slide {
    display: flex;
    align-items: center;
}

.section-one .banner-content .container {
    position: relative;
    z-index: 2;
    bottom: -100%;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transition: all 0.9s ease 0s;
    -ms-transition: all 0.9s ease 0s;
    transition: all 0.9s ease 0s;
}

.section-one .banner-content .swiper-slide-active .container,
.section-one .banner-content .swiper-slide-duplicate-active .container {
    bottom: 0;
}

.bgslider1 {
    background: url("../images/banner-img1.jpg") no-repeat center;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.bgslider2 {
    background: url("../images/banner-img2.jpg") no-repeat center;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

@media (max-width:1199px) {}

@media (max-width:991px) {}

@media (max-width:767px) {
    .banner-content figure img {
        max-width: 180px;
    }
    .banner-content h2 {
        font-size: 30px;
    }
    .banner-content .comingsoon h3 {
        font-size: 30px;
    }
    #pp-nav.right {
        display: none;
    }
}

@media (max-width:567px) {}