﻿.loaderHolder {
    position: absolute;
    width: 100vw;
    height: 100vh;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 9999;
}

.loader3 {
    width:150px;
    height:150px;
    display:inline-block;
    padding:0px;
    text-align:left;
    margin-top: 45vh;
}
.loader3 span {
    position:absolute;
    display:inline-block;
    width:150px;
    height:150px;
    -ms-border-radius:100%;
    border-radius:100%;
    background:rgb(245, 83, 6);
    -webkit-animation:loader3 1.5s linear infinite;
    -ms-animation:loader3 1.5s linear infinite;
    animation:loader3 1.5s linear infinite;
}
.loader3 span:last-child {
    -webkit-animation-delay:-0.9s;
    animation-delay:-0.9s;
}

.loader3 span:last-child:before {
    content: '';
    font-size: 35vh;
    position: absolute;
    left: -15vw;
    top: -17vh;
}

@keyframes loader3 {
    0% {
        -ms-transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        -ms-opacity:0.8;
        opacity:0.8;}
    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -ms-opacity:0;
        opacity:0;}
}
@-webkit-keyframes loader3 {
    0% {
        -ms-transform: scale(0, 0);
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        -ms-opacity: 0.8;
        opacity: 0.8;
    }
    100% {
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        -ms-opacity: 0;
        opacity: 0;
    }
}



@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald.woff2');
}
@font-face {
    font-family: 'Oswald-Bold';
    src: url('../fonts/Oswald-Bold.woff2');
}

body {
    padding-top: 0;
    padding-bottom: 20px;
    background: linear-gradient(#fff, rgba(255, 0, 11, 0.5));
    background: #fff;
    min-height: 100vh;
    width: 100%;
    overflow-x: hidden;
    font-family: Montserrat Alternates, Oswald, -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}

/* Scroll 5 */
*::-webkit-scrollbar {
    width: 7px;
}
*::-webkit-scrollbar-track {
    -ms-border-radius: 5px 0;
    border-radius: 5px 0;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
}

*::-webkit-scrollbar-thumb {
    background-image: linear-gradient(45deg, #00aeff, #a68eff);
    -ms-border-radius: 5px 0;
    border-radius: 5px 0;
    -webkit-box-shadow: #d3d3d3 0 3px 13px 1px;
    -webkit-box-shadow: rgba(0,0,0,.12) 0 3px 13px 1px;
}

@keyframes move_wave {
    0% {
        -ms-transform: translateX(0) translateZ(0) scaleY(1);
        -webkit-transform: translateX(0) translateZ(0) scaleY(1);
        transform: translateX(0) translateZ(0) scaleY(1)
    }

    50% {
        -ms-transform: translateX(-25%) translateZ(0) scaleY(0.55);
        -webkit-transform: translateX(-25%) translateZ(0) scaleY(0.55);
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }

    100% {
        -ms-transform: translateX(-50%) translateZ(0) scaleY(1);
        -webkit-transform: translateX(-50%) translateZ(0) scaleY(1);
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}

.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
    /*background-image: linear-gradient(to top, #86377b 20%, #27273c 80%);*/
    background: #f9f9f9;
}

.bgTop {
    z-index: 15;
    -ms-opacity: 0.5;
    opacity: 0.5;
}

.bgMiddle {
    z-index: 10;
    -ms-opacity: 0.75;
    opacity: 0.75;
}

.bgBottom {
    z-index: 5;
}

.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    -ms-background-repeat: repeat no-repeat;
    background-repeat: repeat no-repeat;
    -ms-background-position: 0 bottom;
    background-position: 0 bottom;
    -ms-transform-origin: center bottom;
    -o-transform-origin: center bottom;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

.waveTop {
    -ms-background-size: 50% 100px;
    background-size: 50% 100px;
}

.waveAnimation .waveTop {
    -ms-animation: move-wave 3s;
    -webkit-animation: move-wave 3s;
    animation: move-wave 3s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}


.waveMiddle {
    -ms-background-size: 50% 120px;
    background-size: 50% 120px;
}

.waveAnimation .waveMiddle {
    -ms-animation: move_wave 10s linear infinite;
    -webkit-animation: move_wave 10s linear infinite;
    animation: move_wave 10s linear infinite;
}

.waveBottom {
    -ms-background-size: 50% 100px;
    background-size: 50% 100px;
}

.waveAnimation .waveBottom {
    -ms-animation: move_wave 15s linear infinite;
    -webkit-animation: move_wave 15s linear infinite;
    animation: move_wave 15s linear infinite;
}

/* Wrapper Is not Needed| Just for demo purpose.  */
.wrapper {
    margin: 150px auto;
    text-align: center;
    width: 100%;
    position: relative;
}

.btn1, .btn2, .btn3, .btn4, .btn5, .btn6, .btn7, .btn10 {
    padding: 15px;
    margin: 10px 4px;
    color: #fff;
    font-family: Oswald;
    text-align: center;
    position: relative;
    text-decoration: none;
    display: inline-block;
}

    .btn1::before {
        content: '';
        position: absolute;
        bottom: 50%;
        left: 0px;
        width: 100%;
        height: 1px;
        background: #6098FF;
        display: block;
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
        transition: transform 0.4s cubic-bezier(1, 0, 0, 1)
    }

    .btn1:hover::before {
        -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
        transform-origin: right top;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    /*======= Button 2 =======*/
    .btn2::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-color: #000;
        -webkit-transform: scaleY(.3);
        transform: scaleY(.3);
        opacity: 0;
        transition: all .3s
    }

    .btn2:hover {
        color: #6098FF;
    }

        .btn2:hover::before {
            opacity: 1;
            background-color: #fff;
            -webkit-transform: scaleY(1);
            transform: scaleY(1);
            transition: -webkit-transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity .4s;
            transition: transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity
        }
    /*======= Button 3 =======*/
    .btn3::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-color: #000;
        -webkit-transform: scaleX(.3);
        transform: scaleX(.3);
        opacity: 0;
        transition: all .3s
    }

    .btn3:hover::before {
        -ms-opacity: 1;
        opacity: 1;
        background-color: #6098FF;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        transition: -webkit-transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity .4s;
        transition: transform .6s cubic-bezier(.08, .35, .13, 1.02), opacity
    }

.templates .btn3:hover::before {
    background-color: #dddcdb;
}

.templates img {
    max-width: 200px;
    height: auto;
}

/*======= Button 4 =======*/
.btn4 {
    background: #ffffff;
    background: rgba(255, 255, 255, 0.7);
}

    .btn4::before {
        content: '';
        position: absolute;
        bottom: 0%;
        left: 0px;
        width: 100%;
        height: 1px;
        background: #6098FF;
        display: block;
        -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
        transform-origin: right top;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
        transition: transform 0.4s cubic-bezier(1, 0, 0, 1)
    }

    .btn4:hover::before {
        -webkit-transform-origin: left top;
        -ms-transform-origin: left top;
        transform-origin: left top;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1)
    }

/*=======Button 5============= */
.btn5 {
    border: none;
}

    .btn5::before {
        content: '';
        position: absolute;
        left: 0px;
        bottom: 0px;
        z-index: -1;
        width: 100%;
        height: 100%;
        background: transparent;
        box-shadow: inset 0px 0px 0px #6098FF;
        display: block;
        -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
        transition: all 0.4s cubic-bezier(.5, .24, 0, 1)
    }
    /* if you want it to show from the right use -300px instead */
    .btn5:hover::before {
        box-shadow: inset 300px 0px 0px #6098FF;
    }

/*=======Button 6============= */
.btn6 {
    border: 1px solid transparent;
    -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
    transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
}

    .btn6::before {
        content: '';
        position: absolute;
        left: 0px;
        bottom: 0px;
        z-index: -1;
        width: 0%;
        height: 1px;
        background: #6098FF;
        box-shadow: inset 0px 0px 0px #6098FF;
        display: block;
        -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
        transition: all 0.4s cubic-bezier(.5, .24, 0, 1)
    }

    .btn6:hover::before {
        width: 100%;
    }

    .btn6::after {
        content: '';
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: -1;
        width: 0%;
        height: 1px;
        background: #6098FF;
        -webkit-transition: all 0.4s cubic-bezier(.5, .24, 0, 1);
        transition: all 0.4s cubic-bezier(.5, .24, 0, 1)
    }

    .btn6:hover::after {
        width: 100%;
    }

    .btn6:hover {
        border-left: 1px solid #6098FF;
        border-right: 1px solid #6098FF;
    }
/* button7 */


.btn7 {
    box-shadow: inset 000px 80px 0px 0px #193d80;
    -webkit-transition: all 0.6s cubic-bezier(.9, .24, .40, 1);
    transition: all 0.6s cubic-bezier(.9, .24, .40, 1)
}

    .btn7::before {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        background: #80ffd3;
        position: absolute;
        left: 0%;
        opacity: 1;
        top: 0;
        z-index: -1;
        -webkit-transition: height .4s cubic-bezier(0.9, 1, 0.32, 1), opacity .1s ease;
        transition: height .4s cubic-bezier(0.9, 1, 0.32, 1), opacity .1s ease;
    }

    .btn7:hover::before {
        opacity: 1;
        height: 100%;
    }

    .btn7:hover {
        box-shadow: inset 00px 100px 0px 0px #6098FF;
        color: #ffffff;
    }

.bar-anchor {
    padding: 20px 10px;
    margin: 10px 4px;
    color: #fff;
    font-family: sans-serif;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
    /*    border:1px solid #6098FF; */
}

    .bar-anchor span {
        background: #00002E;
        width: 100%;
        position: relative;
        padding: 10px 70px;
        -moz-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
        -o-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
        -webkit-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
        transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
        /*   border:1px solid #6098FF;  */
    }

.transition-bar {
    position: absolute;
    top: 0;
    left: 0%;
    width: 0;
    height: 100%;
    background: #80ffd3;
    z-index: -1;
    /*     -ms-transform: skewX(-20deg); 
    -webkit-transform: skewX(-20deg); 
    transform: skewX(-20deg); */
}

.bar-anchor:hover span {
    color: #80ffd3 !important;
}

.bar-anchor:hover .transition-bar {
    width: 120%;
    left: 110%;
    -moz-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
}
/* Button 9 */
.btn9 {
    padding: 20px 10px;
    margin: 10px 4px;
    color: #fff;
    font-family: sans-serif;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    text-decoration: none;
    display: inline-block;
    overflow: hidden;
    /*    border:1px solid #6098FF; */
}

    .btn9 span {
        background: #00002E;
        width: 100%;
        position: relative;
        padding: 10px 70px;
        -moz-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
        -o-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
        -webkit-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
        transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
        /*   border:1px solid #6098FF;  */
    }

.transition {
    position: absolute;
    top: -10%;
    left: 0%;
    width: 100%;
    height: 0%;
    background: #80ffd3;
    z-index: -1;
    /*     -ms-transform: skewX(-50deg); 
    -webkit-transform: skewX(-50deg); 
    transform: skewX(-50deg); */
}

.btn9:hover span {
    color: #80ffd3 !important;
}

.btn9:hover .transition {
    height: 100%;
    top: 101%;
    -moz-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
}
/* Btn 10  */
.btn10 {
    top: 0px;
    font-family: "Oswald";
    font-weight: 550;
    font-size: 2rem;
    text-transform: uppercase !important;
    color: #08588c !important;
    cursor: hand;
    text-align: center;
    letter-spacing: .05em;
    text-transform: capitalize;
    border: 1px solid transparent;
    border-bottom-color: #bfafe6;
    -ms-border-radius: 8px;
    border-radius: 1px;
    position: relative;
    overflow: hidden !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #ffffff;
    background: rgba(255, 255, 255, 0.7);
    z-index: 10;
}


    .btn10:hover {
        border: 1px solid #fff;
        color: #fff !important;
        text-decoration: none;
    }

    .btn10::before {
        content: '';
        width: 0%;
        height: 100%;
        display: block;
        background: linear-gradient(to bottom, #6098ff, #bfafe6);
        position: absolute;
        -ms-transform: skewX(-20deg);
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        left: -10%;
        -ms-opacity: 1;
        opacity: 1;
        top: 0;
        z-index: -12;
        -moz-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
        -o-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
        -webkit-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
        transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
        box-shadow: 2px 0px 14px rgba(0,0,0,.6);
    }

    .btn10::after {
        content: '';
        width: 0%;
        height: 100%;
        display: block;
        background: #b78cc9;
        position: absolute;
        -ms-transform: skewX(-20deg);
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        left: -10%;
        -ms-opacity: 0;
        opacity: 0;
        top: 0;
        z-index: -15;
        -webkit-transition: all .94s cubic-bezier(.2,.95,.57,.99);
        -moz-transition: all .4s cubic-bezier(.2,.95,.57,.99);
        -o-transition: all .4s cubic-bezier(.2,.95,.57,.99);
        transition: all .4s cubic-bezier(.2,.95,.57,.99);
        box-shadow: 2px 0px 14px rgba(0,0,0,.6);
    }

    .btn10:hover::before, .btn1O:hover::before {
        -ms-opacity: 1;
        opacity: 1;
        width: 116%;
    }

    .btn10:hover::after, .btn1O:hover::after {
        -ms-opacity: 1;
        opacity: 1;
        width: 120%;
    }

/* Btn 11  */
.btn11 {
    top: 40px;
    padding: 20px 90px;
    margin: 0 10px;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase !important;
    letter-spacing: 2px;
    color: #fff;
    cursor: hand;
    text-align: center;
    text-transform: capitalize;
    border-radius: 0px;
    position: relative;
    overflow: hidden !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: transparent !important;
}


    .btn11:hover {
        border: 1px solid transparent;
        color: #80ffd3 !important;
    }

    .btn11::before {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        background: #c10daf;
        position: absolute;
        left: 0%;
        opacity: 1;
        top: 0;
        z-index: -12;
        -webkit-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
        -moz-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
        -o-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
        transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
    }

    .btn11::after {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        background: #80ffd3;
        position: absolute;
        left: 0%;
        opacity: 1;
        top: 0;
        z-index: -15;
        -webkit-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
        -moz-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
        -o-transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
        transition: all .65s cubic-bezier(0.77, 0, 0.175, 1);
    }

    .btn11:hover::before, .btn11:hover::before {
        opacity: 1;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }

    .btn11:hover::after, .btn11:hover::after {
        -ms-opacity: 1;
        opacity: 1;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }


/* Btn 12 */

.button12 {
    cursor: pointer;
    background-color: #000;
    width: 330px;
    height: 64px;
    padding: 20px 50px;
    line-height: 64px;
    position: relative;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
    background: #9A8A62;
    margin-left: 20px;
}

    .button12 span {
        color: #fff;
        display: inline-block;
        padding-left: 35px;
        text-transform: uppercase;
        font: bold 18px/66px Arial;
        -ms-transform: scaleX(0.6);
        -webkit-transform: scaleX(0.6);
        transform: scaleX(0.6);
        letter-spacing: 3px;
        -ms-transform-origin: center left;
        -o-transform-origin: center left;
        -webkit-transform-origin: center left;
        transform-origin: center left;
        -ms-transition: color 0.3s ease;
        -o-transition: color 0.3s ease;
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease;
        position: relative;
        z-index: 1;
    }

    .button12 em {
        position: absolute;
        height: 1px;
        background: #fff;
        width: 47%;
        right: 23px;
        top: 50%;
        -ms-transform: scaleX(0.25);
        -webkit-transform: scaleX(0.25);
        transform: scaleX(0.25);
        -ms-transform-origin: center right;
        -o-transform-origin: center right;
        -webkit-transform-origin: center right;
        transform-origin: center right;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 1;
    }

    .button12:before,
    .button12:after {
        content: '';
        background: #fff;
        height: 50%;
        width: 0;
        position: absolute;
        -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -ms-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        -o-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    }

    .button12:before {
        top: 0;
        left: 0;
        right: auto;
    }

    .button12:after {
        bottom: 0;
        right: 0;
        left: auto;
    }

    .button12:hover:before {
        width: 100%;
        right: 0;
        left: auto;
    }

    .button12:hover:after {
        width: 100%;
        left: 0;
        right: auto;
    }

    .button12:hover span {
        color: #000;
    }

    .button12:hover em {
        background: #000;
        -ms-transform: scaleX(.51);
        -webkit-transform: scaleX(.51);
        transform: scaleX(.51);
    }

.slider {
    width: 300px;
    text-align: center;
    overflow: hidden;
}

.slides {
    display: flex;
    overflow-x: auto;
    border-radius: 5px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scroll-snap-points-x: repeat(300px);
    scroll-snap-type: mandatory;
}

    .slides::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    .slides::-webkit-scrollbar-thumb {
        background: black;
        border-radius: 10px;
    }

    .slides::-webkit-scrollbar-track {
        background: transparent;
    }

    .slides > div {
        flex-shrink: 0;
        width: 300px;
        height: 300px;
        border-radius: 10px;
        background: #eee;
        transform-origin: center center;
        transform: scale(1);
        transition: transform 0.5s;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 100px;
    }

        .slides > div:target {
            transform: scale(0.8);
        }

.author-info {
    background: rgba(0, 0, 0, 0.75);
    color: white;
    padding: 0.75rem;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
}

    .author-info a {
        color: white;
    }

.slider img {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider > a {
    display: inline-flex;
    width: 1.5rem;
    height: 1.5rem;
    background: white;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 0 0.5rem 0;
    position: relative;
}

    .slider > a:active {
        top: 1px;
    }

    .slider > a:focus {
        background: #000;
    }

/* Don't need button navigation */
@supports (scroll-snap-type) {
    .slider > a {
        display: none;
    }
}


#pTypeOnTopSlider {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 4px;
}

    #pTypeOnTopSlider ul {
        position: relative;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    #pTypeOnTopSlider ul li {
        display: block;
        text-align: right;
    }


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


@keyframes zoomInOut {
    0% {
        -ms-transform: scale3d(1, 1, 1);
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        transform: scale3d(0.8, 0.8, 0.8);
    }

    100% {
        -ms-transform: scale3d(1, 1, 1);
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes colorSwitch {
    0% {
        -moz-filter: hue-rotate(0deg);
        -webkit-filter: hue-rotate(0deg);
        filter: hue-rotate(0deg);
    }

    30% {
        -moz-filter: hue-rotate(-135deg);
        -webkit-filter: hue-rotate(-135deg);
        filter: hue-rotate(-135deg);
    }

    60% {
        -moz-filter: hue-rotate(-270deg);
        -webkit-filter: hue-rotate(-270deg);
        filter: hue-rotate(-270deg);
    }

    80% {
        -moz-filter: hue-rotate(-135deg);
        -webkit-filter: hue-rotate(-135deg);
        filter: hue-rotate(-135deg);
    }

    60% {
        -moz-filter: hue-rotate(0deg);
        -webkit-filter: hue-rotate(0deg);
        filter: hue-rotate(0deg);
    }
}

.zoomInOut {
    -ms-animation: zoomInOut 3s infinite;
    -webkit-animation: zoomInOut 3s infinite;
    animation: zoomInOut 3s infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.colorSwitch {
    -ms-animation: colorSwitch 6s infinite;
    -webkit-animation: colorSwitch 6s infinite;
    animation: colorSwitch 6s infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.threeDEffect {
    color: #0f2a54;
    color: rgba(15, 42, 84, 0.6);
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
    text-align: center;
}

.threeDEffectBox {
    box-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}

.threeDEffectBoxLow {
    box-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,0), 0 10px 10px rgba(0,0,0,0), 0 20px 20px rgba(0,0,0,0);
}

.canvasShadow:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 4%;
    left: 10px;
    width: 50%;
    top: 90%;
    background: #fff;
    -webkit-box-shadow: 0 15px 10px #999;
    box-shadow: 0 15px 10px #999;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
}

.canvasShadow:after {
    right: 10px;
    left: auto;
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 4.5%;
    width: 50%;
    top: 90%;
    background: #fff;
    -webkit-box-shadow: 0 15px 10px #999;
    box-shadow: 0 15px 10px #999;
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
}

/*.navbar-header {
    margin-top: -20px;
}

.navbar-brand {
    height: 65px;
    padding: 2px 15px;
}

    .navbar-brand.logoShadow {
        height: 65px;
        width: 100%;
        max-width: 205px;
        min-width: 135px;
        padding: 2px 15px;
        position: absolute;
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        left: 50%;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .navbar-brand > img {
        width: 100%;
        max-width: 205px;
        min-width: 135px;
        height: auto;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        -moz-filter: hue-rotate(-135deg);
        -webkit-filter: hue-rotate(-135deg);
        filter: hue-rotate(-135deg);
    }

    .navbar-brand:hover, .navbar-brand:hover > img {
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }*/

.navbar.navbar-default {
    background: #ffffff;
    background: rgba(255, 255, 255, 0.98);
    border: none;
    padding-bottom: 7px;
}

.navbar.onTop {
    min-height: 10px;
    margin-bottom: -20px;
}

    .navbar.onTop .navbar-nav > li > a {
        color: #777;
        margin: 0 5px;
        padding: 3px 6px;
    }

    .navbar.onTop .navbar-right {
        float: right !important;
    }

    .navbar.onTop .navbar-left {
        float: left !important;
    }

    .navbar.onTop .navbar-left, .navbar.onTop .navbar-right {
        background: #d3d3d3;
        background: transparent;
        -ms-border-radius: 6px;
        border-radius: 6px;
        padding: 3px 0;
    }
.dropdown .dropdown-menu > li > a {
    margin: 0px !important;
    font-size: 19px !important;
    line-height: 19px !important;
    padding: 10px 7px 10px 20px !important;
    /*text-align: right !important;*/
}

/*.navbar .navbar-left, .navbar .navbar-right {
    background: #d3d3d3;
    background: rgba(211, 211, 211, 0.4);
    background: transparent;
    -ms-border-radius: 10px;
    border-radius: 10px;
}
.dropdown-menu {
    background-color: #d3d3d3 !important;
    background-color: rgba(211, 211, 211, 0.4) !important;
    border: none !important;
}

.logoShadow:after, .logoShadow:before {
    z-index: 999;
    position: absolute;
    content: "";
    bottom: 25px;
    width: 45%;
    top: 58%;
    max-width: 300px;
    background: transparent;
    box-shadow: 0 15px 10px #666;
}

.logoShadow:before {
    left: 15px;
    -ms-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

.logoShadow:after {
    right: 15px;
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
}*/

.top {
    min-height: 100vh;
    margin-top: -72px;
    padding-top: 90px;
    width: 100%;
    background-image: url('/assets/img/home/home2.jpg');
    -ms-background-size: cover;
    background-size: cover;
}

.backgroundCarousel {
    position: absolute; left: 0; width: 100%; height: 100vh;
}
.backgroundCarousel .item{
    width: 100%; height: 100vh;
}
.backgroundCarousel .item video{
    width: 100%; height: auto; position: absolute; left: 0;;
}
.backgroundCarousel .item img{
    width: 100%; height: 100vh; position: absolute; left: 0;;
}

.top .textbox {
    text-align: center;
    margin-top: 18vh;
    background: #f9f9f9;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
}
    .about .textbox {
        text-align: center;
        margin-top: 18vh;
        background: #d3d3d3;
        background: rgba(255, 255, 255, 0.8);
        padding: 10px;
    }

   .title {
        font-family: Oswald;
        color: #0f2a54;
        color: rgba(15, 42, 84, 0.6);
    }

    .title.xxxl {
        font-size: 6.5vw;
        line-height: 7.2vw;
    }
    .title.xxl {
        font-size: 5.5vw;
        line-height: 6.2vw;
    }
    .title.xxl {
        font-size: 5vw;
        line-height: 5.7vw;
    }
    .title.xl {
        font-size: 4.5vw;
        line-height: 5.2vw;
    }
    .title.l {
        font-size: 3.5vw;
        line-height: 4.2vw;
    }
    .title.m {
        font-size: 2.5vw;
        line-height: 3.2vw;
    }
    .title.s {
        font-size: 1.5vw;
        line-height: 2.2vw;
    }
    .normal {
        font-size: 1.8vw;
    }
    .sectionGap {
        height: 15vh;
        width: 100%;
    }

.about .promoVideo {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
    background: #ffffff;
}
.about .promoVideo iframe {
    height: 80vh;
    width: 100%;
}

.productBlock {
    background: #fff;
    margin: 15px 0;
}

footer {
    background: #ececec;
    display: flex;
    padding: 10px 0;
}
footer .map {
    width: 100%;
    height: 30vh;
}
footer ul li {
    display: block;
    list-style: none;
    min-height: 30px;
    width: 100%;
    text-align: center;
    margin: 6px 0;
}
footer ul li input.form-control{
    width: 280px;
    margin: 0 auto;
}




@media(max-width: 768px) {
    body {
        padding-top: 110px;
    }

    .navbar.navbar-fixed-top, .navbar-collapse {
        margin-bottom: 0;
        padding-bottom: 0px;
    }

    .navbar.onTop {
        margin-bottom: 0;
    }

    .navbar-header {
        margin-top: 0;
        height: 50px;
    }

    .navbar-brand {
        padding: 0;
        height: 55px;
    }

        .navbar-brand > img {
            position: relative;
            max-width: 165px;
        }


    .navbar-collapse {
        width: 100%;
    }

    .fpd-topbar .fpd-navigation {
        height: 80px !important;
    }

    .top .textbox {
        margin-top: 45vh;
        background: rgba(248, 248, 248, 0.4);
        padding: 10px;
        border: 5px solid #fff;
        box-shadow: 0 0 1px 1px #ededed;
    }
    
    .backgroundCarousel {
        height: 60vh;
    }
    .backgroundCarousel .item{
        height: 60vh;
    }
    .backgroundCarousel .item video{
        height: auto;
    }
    .backgroundCarousel .item img{
        height: 60vh;
    }
    .about .textbox {
        margin-top: 5vh;
    }

    .btn1, .btn2, .btn3, .btn4, .btn5, .btn6, .btn7, .btn10 {
        padding: 7px 10px;
    }

    .textbox .title.xxxl {
        font-size: 8.5vw;
        line-height: 10.5vw;
    }

    .title.xxxl {
        font-size: 8vw;
        line-height: 10vw;
    }
    .title.xxl {
        font-size: 7.5vw;
        line-height: 8.2vw;
    }

    .title.xxl {
        font-size: 6vw;
        line-height: 6.7vw;
    }

    .title.xl {
        font-size: 5.5vw;
        line-height: 6.2vw;
    }

    .title.l {
        font-size: 4.8vw;
        line-height: 5.4vw;
    }

    .title.m {
        font-size: 4vw;
        line-height: 4.8vw;
    }

    .title.s {
        font-size: 3vw;
        line-height: 3.5vw;
    }

    .normal {
        font-size: 2.8vw;
    }

    .sectionGap {
        height: 7vh;
        width: 100%;
    }
}

@media(min-width: 769px) {

    .navbar-brand {
        margin-left: 0 !important;
    }
    .navbar-right {
        margin-right: 0px;
    }
    .navbar-nav > li > a.btn10 {
        padding-top: 7px;
        padding-bottom: 9px;
        margin: 0 2px;
    }

    .textbox .title.xxxl span {
        display: block;
        font-size: 4.5vw;
    }

    fpd-element-toolbar-smart fpd-visibility fpd-theme-white fpd-toolbar-placement-smart fpd-type-image fpd-show .fpd-element-toolbar-smart.fpd-visibility.fpd-theme-white.fpd-toolbar-placement-smart.fpd-show {
        left: 13%;
        top: 140px !important;
    }

    .fpd-element-toolbar-smart.fpd-visibility.fpd-theme-white.fpd-toolbar-placement-smart.fpd-show.fpd-type-image {
        left: 13%;
        top: 140px !important;
    }
}
