@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

body,
div,
p {
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    letter-spacing: 0.0625em;
}

a {
    text-decoration: none;
}

.sec-padding {
    padding: 60px 0;
}

.navbar a {
    cursor: pointer;
}

.navbar-brand img,
footer .logo {
    width: 150px;
}

.header-section.pin-start.navbar-default {
    padding-top: 4px;
    margin-bottom: 0;
    padding-bottom: 7px;
    padding-top: 0px;
}

.header-section {
    -webkit-transition: all .6s;
    transition: all .6s;
}

.header-section.pin-start {
    position: inherit;
    top: 0;
    -webkit-transition: all .6s;
    transition: all .6s;
    box-shadow: 0 5px 50px rgba(40, 40, 40, 0.15);
    -webkit-box-shadow: 0 5px 50px rgba(40, 40, 40, 0.15);
    -moz-box-shadow: 0 5px 50px rgba(40, 40, 40, 0.15);
    background: #0D2645;
}

.pointer {
    cursor: pointer;
}

#moreContent {
    display: none;
}

.header-section.pin {
    background: #0D2645;
    -webkit-transition: none;
    transition: none;
    width: 100%;
    z-index: 9999;
    padding-bottom: 7px;
}

.nav-up {
    top: -100px !important;
    /* background: #fff; */
}

.navbar-default {
    background-color: #0D2645 !important;
    border-color: transparent;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    -webkit-transition: all .6s;
    transition: all .6s;
    border-radius: 0px;
    padding-top: 10px;
    font-family: 'Poppins', sans-serif;
}

.navbar-default .navbar-nav>li>a {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1.25px;
    color: #101010;
    margin: 0 5px;
    font-family: 'Poppins', sans-serif !important;
}

.navbar-default .btn {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1.25px;
    text-align: center;
    color: #f16f30 !important;
    border-radius: 33px;
    background-color: rgba(241, 114, 50, 0.1);
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
}

.navbar-default .btn:hover {
    background-color: rgba(241, 114, 50, 0.1) !important;
}

.navbar-default .navbar-right {
    margin-top: 20px;
    padding-bottom: 34px;
}

.header-section.pin-start .navbar-right {
    margin-top: 33px;
    padding-bottom: 15px;
}

.banner .carousel {
    /* position: relative;
    width: 100%;
    display: inline-block;
    height: 93vh; */
}

.carousel .item-one {
    /* background: url(../images/banner.svg) 0 0 no-repeat;
    background-size: cover; */
}

.banner .carousel-inner {
    height: 100%;
}

.carousel .carousel-item {
    /* height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; */
}

.banner .bottom-button {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 30px;
}

.banner .carousel-item img {
    object-fit: cover;
    height: 100vh;
    width: 100%;
}

.banner h1 {
    font-size: 60px;
    font-weight: bold;
    color: #fff;
}

.banner {
    padding-top: 0;
}

.banner p {
    font-size: 25px;
    font-weight: normal;
    padding: 10px 0;
    color: #fff;
}

.banner .carousel-caption {
    bottom: unset;
    top: 30%;
    text-shadow: none;
    width: 100%;
    left: 0px;
}

.carousel-content {
    position: absolute;
    top: 25vh;
    width: 100%;
    /* height: 100%; */
    text-align: center;
}

.banner .btn {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    /* identical to box height */
    text-align: center;
    letter-spacing: 1.25px;
    color: #0D2645;
    border-radius: 8px;
    background-color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 40px;
    font-family: 'Poppins', sans-serif;
    padding: 13px 45px;
}

.banner .btn:hover {
    background-color: transparent;
    color: #fff;
}

.banner .carousel-indicators {
    bottom: unset;
    top: 40%;
    right: 0;
    left: unset;
    width: 50px;
    text-align: right;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.carousel-indicators li {
    display: block;
    text-align: right;
    margin: 5px 0 !important;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-color: #fff;
    opacity: 0.5;
    border-radius: 50%;
}

.carousel-indicators .active {
    width: 10px;
    height: 10px;
    opacity: 1;
    background-color: #fff;
    border-color: #fff;
}

.carousel-control.left,
.carousel-control.right {
    background: transparent;
}

.slide-caption {
    display: flex;
    align-items: center;
    padding-top: 25px;
    padding-bottom: 10px;
    justify-content: space-between;
    background-color: #F5F6F8;
}

.slide-caption h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    /* identical to box height */

    letter-spacing: 1.25px;
    text-transform: uppercase;

    color: #101010;
    margin: 0;
}

.slide-caption p {
    font-size: 18px;
    line-height: 30px;
    /* identical to box height, or 167% */
    letter-spacing: 1.125px;
    color: #101010;
    opacity: 0.5;
    margin: 0;
}

.slide-caption .btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    background-color: transparent !important;
    margin-top: 0 !important;
    letter-spacing: 1px;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 8px;
    color: #101010;
}
.products ul {
    background-color: #F5F6F8;
    margin-bottom: 0;
    padding-bottom: 2rem;
    border-radius: 0 0 11px 11px;
}

.products ul li {
    display: inline-flex;
    width: 100%;
    align-items: flex-start;
    margin-top: 15px;
    font-size: 15px;
}

.products li img {
    width: 35px !important;
    padding-right: 15px;
    padding-top: 5px;
    display: inline-block !important;
}

.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -59px;
    top: 30%;
}

.owl-nav .owl-next {
    position: absolute;
    right: -59px;
    top: 30%;
}

.owl-nav .owl-next img,
.owl-nav .owl-prev img {
    width: 85px;
}

.products .item {
    border: 1px solid #DDDDDA;
    border-radius: 11px;
}

.products .btn {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.45px;
    text-align: center;
    color: #101010;
    border-radius: 5px;
    border: solid 1px #000;
    margin-top: 35px;
    padding: 6px 18px;
    font-family: 'Poppins', sans-serif;
}

.products img {
    border-radius: 8px;
}

.heading {
    font-size: 40px;
    font-weight: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #101010;
    padding-bottom: 40px;
}

.product-img {
    margin: 0 auto;
}

.about {
    padding-top: 30px;
    /* background-color: #f9f9f7; */
}

.about p a {
    text-decoration: underline !important;
    color: #101010;
    opacity: 0.5;
    transition: all 0.5s;
}

.about p {
    max-width: 70%;
    margin: 0 auto;
}

.about p a:hover {
    padding-left: 10px;
    transition: all 0.5s;
}

.description {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.67;
    letter-spacing: 1.13px;
    text-align: center;
    color: rgba(15, 15, 15, 0.5);
}

.about-wrapper {
    color: #101010;
    text-align: center;
    padding: 40px 30px;
    border: solid 1px transparent;
    transition: 0.5s;
    margin-top: 60px;
    min-height: 460px;
}

.about-wrapper:hover {
    border-radius: 11px;
    border: solid 1px #ddddda;
    /* background-color: #ffffff; */
    background-color: #f9f9f7;
    transition: 0.5s;
}

.about-wrapper h3 {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1.87px;
    padding-top: 40px;
    text-transform: uppercase;
}

.about-wrapper h4 {
    font-size: 30px;
    font-weight: 600;
    padding: 10px 0 20px;
}

.about-wrapper p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.88;
    letter-spacing: 1px;
    opacity: 0.5 !important;
    max-width: 100%;
}

.power {
    background-color: #f9f9f7;
    padding-bottom: 100px;
}

.power-wrapper {
    background: url(../images/power.svg) 0 0 no-repeat;
    padding-left: 80px;
    margin-top: 50px;
}

.power-wrapper h2 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1.25px;
    color: #101010;
    padding-bottom: 5px;
}

.power p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.67;
    letter-spacing: 1.13px;
    color: #101010;
    opacity: 0.5 !important;
}

.power-wrapper p {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.67;
    letter-spacing: 1.13px;
    color: #101010;
    opacity: 0.5;
}

.contact h2,
.contact p {
    text-align: left;
}

.contact img {
    margin: unset;
}

.contact .heading {
    padding-bottom: 0px;
}

.email-box {
    background: url(../images/email-box.svg) 0 center no-repeat;
}

.phone-box {
    background: url(../images/phone-box.svg) 0 center no-repeat;
}

.contact-box {
    padding-left: 65px;
    margin-top: 40px;
}

.contact-box h3 {
    opacity: 0.5;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
    line-height: unset;
    letter-spacing: 5px;
    color: #101010;
    text-transform: uppercase;
}

.contact-box h4 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.25;
    letter-spacing: 1.5px;
    color: #101010;
}

.contact input {
    border: solid 1px #979797;
    opacity: 0.5;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1.25px;
    color: #101010;
    height: 80px;
    border-radius: 8px;
    padding: 0 30px;
    padding-left: 17px;
    width: 100%;
    margin-bottom: 10px;
}

.contact textarea {
    border: solid 1px #979797;
    opacity: 0.5;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1.25px;
    color: #101010;
    min-height: 130px;
    padding: 20px 30px;
    padding-left: 17px;
    width: 100%;
    border-radius: 8px;
    margin-bottom: 25px;
}

.contact .btn {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: #ffffff;
    border-radius: 5px;
    background-color: #4CB763;
    padding: 12px 55px;
}


.contact h4 a {
    color: #101010;
}

.footer h5 a {
    color: #fff;
}

.footer .social-media {
    display: flex;
    align-items: center;
}

.footer {
    /* background: url(../images/footer-bg.svg) 0 0 no-repeat; */
    background-size: cover;
    /* padding-top: 504px; */
    background-color: #0D2645;
}

.footer h3 {
    font-size: 15px;
    font-weight: normal;
    line-height: 1.67;
    color: #fff;
    padding-top: 20px;
}

.footer p {
    font-size: 17px;
    font-weight: normal;
    line-height: 1.67;
    color: #ffffff;
    display: block;
    margin-top: 30px;
    margin-bottom: 10px;
}

.footer .social-media li a {
    width: 43px;
    height: 43px;
    border: solid 1px #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    margin-top: 15px;
    transition: 0.5s;
}

.footer .social-media li a:hover {
    transition: 0.5s;
    background-color: #fff;
    color: #0D2645;
}

.footer .social-media li a:hover img {
    transition: 0.5s;
    filter: invert(1) sepia(0) hue-rotate(0turn) saturate(1) brightness(5);
}

.footer .social-media li {
    display: inline-block;
}

.footer .social-media li a i {
    color: #fff;
}

.footer .links li a {
    font-size: 16px;
    font-weight: normal;
    line-height: 2.5;
    letter-spacing: normal;
    color: #ffffff;
}

.footer h4 {
    font-size: 20px;
    font-weight: normal;
    line-height: 2.15;
    color: #ffffff;
}

.footer h5 {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.86;
    letter-spacing: normal;
    color: #fff;
    padding-bottom: 35px;
}

.footer .btn {
    border: solid 1px #ffffff;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: right;
    color: #ffffff;
    border: 0px;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    border-radius: 0px;
    margin: 0;
    margin-left: -4px;
    padding: 0;
    padding-bottom: 6px;
    padding-top: 6px;
}

.footer input {
    border: solid 1px #ffffff;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #ffffff;
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #fff;
    padding-bottom: 6px;
    width: 81%;
}

a:hover {
    text-decoration: none;
}

.btn:hover,
.btn:focus,
input:focus {
    outline: none;
}


/* button scroll down */
.scroll-down {
    border: 2px solid #fff;
    border-radius: 20px;
    bottom: 90px;
    height: 50px;
    left: 0;
    margin: 0 auto;
    position: relative;
    right: 0;
    width: 30px;
    transition: 0.5s;
}

.scroll-down:hover {
    transition: all 0.5s;
    transform: scale(1.2);
}

.scroll-down::before {
    animation: scrollDownAnimation 2s infinite;
    background-color: #fff;
    border-radius: 100%;
    content: '';
    height: 6px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 10px;
    width: 6px;
}

@-moz-keyframes scrollDownAnimation {
    0% {
        opacity: 0;
        transform: translate(0, 0);
    }

    40% {
        opacity: 1;
    }

    80% {
        opacity: 0;
        transform: translate(0, 20px);
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes scrollDownAnimation {
    0% {
        opacity: 0;
        transform: translate(0, 0);
    }

    40% {
        opacity: 1;
    }

    80% {
        opacity: 0;
        transform: translate(0, 20px);
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes scrollDownAnimation {
    0% {
        opacity: 0;
        transform: translate(0, 0);
    }

    40% {
        opacity: 1;
    }

    80% {
        opacity: 0;
        transform: translate(0, 20px);
    }

    100% {
        opacity: 0;
    }
}

@keyframes scrollDownAnimation {
    0% {
        opacity: 0;
        transform: translate(0, 0);
    }

    40% {
        opacity: 1;
    }

    80% {
        opacity: 0;
        transform: translate(0, 20px);
    }

    100% {
        opacity: 0;
    }
}


.gallery {
    background-color: #F9F9F7;
}

.gallery section {
    width: 55em;
    height: 39em;
    margin: 0 auto;
    position: relative;
}

.gallery li {
    width: 100%;
    height: 450px;
    /* background: #333; */
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    /* overflow: hidden; */
}

.gallery li p {
    color: white;
    font-weight: bold;
    font-size: 5em;
    text-align: center;
    /* margin-top: 1.175em; */
}

.gallery .items {
    position: absolute;
}

.gallery .items img {
    width: 100%;
    border-radius: 6px;
}

.gallery .items p {
    display: none;
}

.gallery .items.main-pos p {
    display: block;
}

.gallery .items p {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    padding-top: 47px;
    color: #101010;
}

.main-pos {
    /* margin-left: 2em !important; */
    z-index: 3000;
    height: 600px !important;
    /*background-image: url('https://dl.dropbox.com/u/32649907/imgs/shadow.png');*/
}

.left-pos {
    opacity: .3;
    margin-left: -14em !important;
    z-index: 1000;
    -webkit-transform: scale(.75);
    -moz-transform: scale(.75);
    transform: scale(.75);
}

.back-pos {
    margin-left: 2em !important;
    opacity: .05;
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    transform: scale(.5);
}

.gallery .carousel {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-left: -28px;
}

.right-pos {
    opacity: .3;
    margin-left: 14em !important;
    z-index: 1000;
    -webkit-transform: scale(.75);
    -moz-transform: scale(.75);
    transform: scale(.75);
}

.gallery #prev {
    background: url(../images/prev.svg) 0 0 no-repeat;
    height: 100px;
    width: 100px;
    border: none;
    position: absolute;
    left: -32px;
    z-index: 9999;

    background-size: 85px;

    cursor: pointer;
    top: 39%;
}

.gallery #next {
    background: url(../images/next.svg) 0 0 no-repeat;
    height: 100px;
    width: 100px;

    background-size: 85px;

    cursor: pointer;
    border: none;
    position: absolute;
    right: -63px;
    z-index: 9999;
    top: 39%;
}



/* soon section */
.soon-section {
    height: 100vh;
    display: flex;
    align-items: center;
    background: url(../images/bg.png) right bottom no-repeat;
    background-size: 40%;
}

.soon-section h1 {
    font-size: 70px;
    font-weight: bold;
    font-family: "Poppins-Bold";
    color: #be1e2d;
    padding-top: 130px;
}

.soon-section h2 {
    font-size: 24px;
    font-weight: normal;
    color: #101010;
}

.soon-section h3 {
    opacity: 0.2;
    font-size: 24px;
    color: #101010;
}

/* text animation */
.openbtn {

    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    margin-top: 4px;
    transition: all 0.5s;
}

.openbtn:hover {
    transition: all 0.5s;
    transform: scale(1.1);
    /* background: #4fb763; */
}

/* The side navigation menu */
.setWidth {
    width: 700px !important;
}

.sidenav {
    height: 100%;
    /* 100% Full-height */
    width: 0;
    /* 0 width - change this with JavaScript */
    position: fixed;
    /* Stay in place */
    z-index: 99999;
    /* Stay on top */
    top: 0;
    /* Stay at the top */
    right: 0;
    background-color: #25446B;
    /* Black*/
    overflow-x: hidden;
    /* Disable horizontal scroll */
    padding-top: 60px;
    /* Place content 60px from the top */
    transition: 0.5s;
    /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
    margin: 15px 8px 15px 62px;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    display: block;
    transition: all .3s;
    position: relative;
    animation-delay: .25s;
}

.sidenav .social-media li a:hover {
    transition: 0.5s;
    background-color: #fff;
    color: #0D2645;
}

.sidenav .social-media li a:hover img {
    transition: 0.5s;
    filter: invert(1) sepia(0) hue-rotate(0turn) saturate(1) brightness(5);
}

.sidenav .closebtn::before {
    display: none;
}

.sidenav .closebtn {
    margin: 0;
    border: 0;
    padding: 0;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 150ms;
}

.closebtn .icon-cross {
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    position: relative;
    width: 30px;
    height: 40px;
}

.closebtn .icon-cross:before,
.closebtn .icon-cross:after {
    content: "";
    position: absolute;
    top: 17px;
    left: 0;
    right: 0;
    height: 3px;
    background: #fff;
    border-radius: 6px;
}

.closebtn .icon-cross:before {
    transform: rotate(45deg);
}

.closebtn .icon-cross:after {
    transform: rotate(-45deg);
}

.closebtn .icon-cross span {
    display: block;
}

.closebtn:hover,
.closebtn:focus {
    transform: rotateZ(90deg);
    padding-left: 0 !important;
}

.visually-hidden {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
}

.sidenav a:hover {
    padding-left: 18px;
}

.sidenav a:hover::before {
    opacity: 1;
    transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
}

.sidenav a::before {
    opacity: 0;
    content: '';
    background: #fff;
    width: 3px;
    height: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

.sidenav a:not(.zmdi)::before {
    background: #fff !important;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .line {
    width: 28px;
    height: 1px;
    margin: 30px 62px;
    background-color: #FFFFFF;
    display: block;
}

.sidenav .social-media {
    border-top: 1px solid #fff;
    margin-left: 62px;
    padding-top: 35px;
    margin-top: 40px;
    display: flex;
    align-items: center;
}

.sidenav .social-media li {
    display: inline-block;
}

.sidenav .social-media li a {
    width: 43px;
    margin-top: 15px;
    margin-left: 0;
    height: 43px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-right: 25px;
    text-align: center;
    border: 1px solid #FFFFFF;
}

.sidenav .social-media li a::before {
    display: none;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}


.form-group {
    position: relative;
}

.form-group+.form-group {
    margin-top: 30px;
}

.form-label {
    position: absolute;
    left: 17px;
    top: 28px;
    color: #999;
    background-color: #fff;
    z-index: 10;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
}

.form-group.fixed.focused .form-label {
    display: none;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

.focused .form-label {
    transform: translateY(-110%);
    font-size: 12px;
}

.form-input {
    position: relative;
    padding: 12px 0px 5px 0;
    width: 100%;
    outline: 0;
    border: 0;
    box-shadow: 0 1px 0 0 #e5e5e5;
    transition: box-shadow 150ms ease-out;
}

.form-input:focus {
    /* box-shadow: 0 2px 0 0 blue; */
}

.form-input.filled {
    /* box-shadow: 0 2px 0 0 lightgreen; */
    /* padding-top: 16px; */
    /* padding-left: 17px; */
}

/*Vertical Sliding*/
.slidingVertical {
    display: inline;
    text-indent: 8px;
}

.slidingVertical span {
    animation: topToBottom 16s linear infinite 0s;
    -ms-animation: topToBottom 16s linear infinite 0s;
    -webkit-animation: topToBottom 16s linear infinite 0s;
    /* color: #00abe9; */
    opacity: 0;
    overflow: hidden;
    position: absolute;
}

.slidingVertical span:nth-child(2) {
    animation-delay: 4s;
    -ms-animation-delay: 4s;
    -webkit-animation-delay: 4s;
}

.slidingVertical span:nth-child(3) {
    animation-delay: 8s;
    -ms-animation-delay: 8s;
    -webkit-animation-delay: 8s;
}

.slidingVertical span:nth-child(4) {
    animation-delay: 12s;
    -ms-animation-delay: 12s;
    -webkit-animation-delay: 12s;
}

.slidingVertical span:nth-child(5) {
    animation-delay: 16s;
    -ms-animation-delay: 16s;
    -webkit-animation-delay: 16s;
}

#button-container {
    display: flex;
    /* height: 100vh; */
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.count_number span {
    font-size: 20px;
    line-height: 30px;
    /* identical to box height, or 150% */
    text-align: center;
    letter-spacing: 1.25px;
    color: #101010;
    opacity: 0.5;
}
.slider-counter {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 1.25px;
    color: #101010;
    opacity: 0.5;
}
.img-wrapper {
    min-height: auto;
    display: flex;
    align-items: center;
}

.primary-button {
    position: relative;
    border: 2px solid #ffffff;
    border-radius: 500px;
    /* width: 250px;
    height: 48px; */
    overflow: hidden;
    background-color: transparent;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
    font-family: "Rubik", sans-serif;
    font-weight: 700;
}

.primary-button:hover {
    cursor: pointer;
    border: 2px solid #0D2645;
}

.primary-button .round {
    border-radius: 50%;
    background-color: #0D2645;
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: -1;
    animation: scale-down 0.2s forwards;
}

.primary-button.animate .round {
    animation: scale-up 0.5s forwards;
}


/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}




/* fade carousel */

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: 2.0s;
    transition-property: opacity;
   }
   
   .carousel-fade  .carousel-item.active,
   .carousel-fade  .carousel-item-next.carousel-item-left,
   .carousel-fade  .carousel-item-prev.carousel-item-right {
     opacity: 1;
   }
   
   .carousel-fade .active.carousel-item-left,
   .carousel-fade  .active.carousel-item-right {
    opacity: 0;
   }
   
   .carousel-fade  .carousel-item-next,
   .carousel-fade .carousel-item-prev,
   .carousel-fade .carousel-item.active,
   .carousel-fade .active.carousel-item-left,
   .carousel-fade  .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
   }
   

/* back to top */
#button {
    display: inline-block;
    background-color: #4fb763;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    transform: rotate(180deg);
    padding: 7px;
  }
  #button:hover {
    cursor: pointer;
    background-color: #4fb763;
    transition: all 0.5s;
    /* transform: sz */
  }
  #button:active {
    background-color: #4fb763;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }



@keyframes scale-up {
    to {
        transform: scale(600);
    }
}

@keyframes scale-down {
    from {
        transform: scale(600);
    }

    to {
        ransform: scale(0);
    }
}

/*topToBottom Animation*/
@-moz-keyframes topToBottom {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 0;
        -moz-transform: translateY(50px);
    }

    10% {
        opacity: 1;
        -moz-transform: translateY(0px);
    }

    25% {
        opacity: 1;
        -moz-transform: translateY(0px);
    }

    30% {
        opacity: 0;
        -moz-transform: translateY(-50px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes topToBottom {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 0;
        -webkit-transform: translateY(50px);
    }

    10% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    25% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    30% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes topToBottom {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 0;
        -ms-transform: translateY(50px);
    }

    10% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }

    25% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }

    30% {
        opacity: 0;
        -ms-transform: translateY(-50px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}


@media only screen and (max-width:991px) {
    .gallery section {
        width: 100%;
        height: 50vh;
    }

    body {
        overflow-x: hidden;
    }

    .banner .carousel-item img {
        object-fit: cover;
        height: 100vh;
    }
}

@media only screen and (max-width:767px) {
    body {
        overflow-x: hidden;
    }
    .footer .links li{
        display: inline-block;
    }

    .mobile-footer {

    width: 100%;
    margin-bottom: -3px;

    }

    .soon-section {
        align-items: flex-start;
        background: url(../images/bg.png) right bottom no-repeat;
        background-size: 70%;
        justify-content: center;
        text-align: center;
        padding-top: 100px;
    }

    .footer .links li a {
        line-height: 1.7;
        padding: 0;
        margin-right: 15px;
        padding-right: 15px;
        line-height: 0;
        border-right: 2px solid #fff;
        margin-top: 20px;
        display: inline-block;
        line-height: 1;

    }
    .footer .links li:nth-child(3) a, .footer .links li:nth-child(4) a{
        border-right: 0;
    }
    .slidingVertical span {
        left: 0;
        right: 0;
        margin: auto;
    }

    .soon-section h2 {
        font-size: 20px;
        font-weight: normal;
        color: #101010;
        margin-top: 40px;
    }

    .soon-logo {
        max-width: 80%;
    }

    .soon-section h1 {
        font-size: 30px;
        padding-top: 20px;
    }

    .gallery .items p {
        font-size: 30px;
        font-weight: 600;
        line-height: 1;
        padding-top: 47px;
        color: #101010;
        background: #fff;
    }

    .gallery section {
        width: 100%;
        height: 40vh;
    }
    .contact h2 {
        
    margin: 15px 0;

    }
    .banner h1 {
        font-size: 30px;
        padding-top: 60px;
    }
    .contact-box h3{
        font-size: 13px;
    }
    .contact-box h4{
        font-size: 16px;
    }
    .email-box {
        background: url(../images/email-box.svg) 0 center no-repeat;
        background-size: 25px;
    }
    .contact-box {
        padding-left: 55px;
    }
    .contact input{
        height: 60px;
    }
    .form-label{
        top: 17px;
    }
    .contact .btn{
        padding: 6px 26px;
        font-size: 17px;
    }
    .phone-box {
        background: url(../images/phone-box.svg) 0 center no-repeat;
        background-size: 25px;
    }
    .banner p {
        font-size: 16px;
    }
    .banner .btn {
        font-size: 13px;
        padding: 5px 26px;
    }

    .scroll-down{
        
    bottom: 70px;

    }

    .navbar{
        padding: 5px 0;
    }
    .about p{
        max-width: 100%;
        text-align: left;
        padding: 0 10px;
    }
    .power h2 {
        margin-bottom: 0;
        padding-bottom: 10px;
    }
    .about-wrapper {
        margin: 0 20px;
        margin-top: 60px;
        min-height: auto;
    }
    .about-wrapper p{
        text-align: center;
    }
    .openbtn{
        justify-content: flex-end;
    }

    .banner .carousel-indicators{
        text-align: center;
        top: unset;
        bottom: 160px;

    flex-direction: row;

        width: 100%;
    }
    .carousel-indicators li {
        margin: 5px 4px !important;
        width: 7px;
        height: 7px;
    }
    .carousel-indicators li.active {
        /* margin: 5px 4px !important; */
        width: 7px;
        height: 7px;
    }

    .phone-box {
        margin: 25px 0 80px 0;
    }

    .footer {
        background: #0D2645;
        background-size: cover;
        padding-top: 40px;
        padding-left: 10px;
        padding-bottom: 35px;

    }

    .contact {
        padding-bottom: 80px;
    }

    /* .navbar-brand img{
        width: 160px;
    } */

    .gallery .carousel {
        position: relative;
        width: 100%;
        display: inline-block;
        margin-left: -39px;
    }

    .gallery #prev, .gallery #next {
        /* top: 257%; */
        display: none;
    }
    .gallery .left-pos, .gallery .right-pos{
        display: none;
    }

    .heading {
        font-size: 25px;
    }
    .power{
        padding-bottom: 40px;
    }
    .slide-caption h2 {
        font-size: 15px;
    }
    .products ul li{
        font-size: 14px;
    }
    .products .btn{
        padding: 2px 13px;
        font-size: 13px;
    
    }
    .owl-theme .owl-dots{
        display: flex;

    justify-content: center;

    }
    .owl-theme .owl-dots .owl-dot{
        display: flex;
    }
    .owl-nav{
        display: none;
    }
    .product-img {
        margin: 0 auto;
        max-width: 50px;
    }
    .owl-theme .owl-dots .owl-dot span {
        width: 7px;
        height: 7px;
    margin: 5px 4px;
        background: #062942;
        opacity: 0.3;
    }
    .owl-theme .owl-dots .owl-dot.active{
        display: flex;
    }
    .owl-theme .owl-dots .owl-dot.active span{
        opacity: 1;
    }
    .slide-caption{
        padding: 25px 15px 10px 15px!important;
    }
    .products ul{
        padding: 0px 15px 20px 15px!important;
    }
    .power p{
        margin-top: 40px;
        padding: 0 10px;
    }
    .img-wrapper{
        min-height: auto;
        margin-bottom: 10px;
    }

    .gallery #next {
        /* top: 257%; */
        right: -50px;
    }
    .banner p{
        padding: 10px 39px;
    }
    #button{

    bottom: 5px;
    right: 5px;

    }
    .gallery {
        /* overflow-x: hidden; */
    }
    .products .item {
        margin-bottom: 20px;
    }

    .setWidth {
        width: 100%!important;
    }
    .sidenav a {
        margin: 15px 8px 15px 32px;
    }
    .sidenav .line{
        margin: 30px 32px;
    }
    .sidenav .social-media{
        margin-left: 32px;
    }
    .sidenav .closebtn{
        right: -4px;
    }
    .gallery .items {
        position: unset;
        margin-bottom: 15px;
    }
}