/* CSS Document */

body {
    color: #212529;
    margin: 0;
    padding: 0px;
    font-family: 'Outfit', sans-serif;
}

img {
    width: 100%;
}

a {
    color: #333;
    transition: 400ms;
    text-decoration: none;
}

a:hover {
    color: #111;
    text-decoration: none;
}

.scrollup {
    position: fixed;
    right: 12px;
    bottom: 35px;
    width: 40px;
    height: 40px;
    color: #333;
    text-align: center;
    line-height: 40px;
    font-weight: 900;
    font-size: 20px;
    z-index: 99999999 !important;
    display: none;
    border-radius: 12px;
    background-color: #FFF;
    transition: 400ms;
}

.scrollup:hover {
    color: #FFF;
    background-color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.btn {
    display: inline-block;
    padding: 14px 25px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 10px;
    text-transform: uppercase;
    line-height: normal;
    margin: 0px !important;
    width: max-content;
}

.btn-close {
    box-shadow: none !important;
}

.overflow {
    overflow: hidden;
}

.wrapper {
    position: relative;
    overflow: hidden;
}

.wrapper-2 {
    position: relative;
}

.padding-1 {
    padding: 90px 0px;
}

.padding-2 {
    padding: 90px 0px 0px;
}

.padding-3 {
    padding: 140px 0px 140px 0px;
}

.content-p-1 {
    padding: 30px;
}

.bg-lighten {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 243, 240, 1) 100%);
}

.bg-primary-scale {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 10%, rgba(13, 110, 253, 1) 10%);
}

.bg-contact {
    background: url(../images/niiyo-image-4.jpg) no-repeat center center;
    background-size: cover;
}

@media screen and (max-width: 992px) {
    .btn {
        padding: 7px 10px;
        font-size: 14px;
    }
    .padding-1 {
        padding: 40px 0px;
    }
    .padding-2 {
        padding: 40px 0px 0px;
    }
    .flex-reverse {
        flex-direction: column-reverse;
    }
}


/* End Default CSS*/


/* Start Header CSS */

.header-wrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    padding: 25px 0px;
    transition: 400ms;
    background: transparent;
}

.navbar-brand {
    color: #FFF;
}

.navbar-brand img {
    width: 150px;
    padding-right: 30px;
}

.nav-item {
    margin: 0px 7px;
}

.nav-link {
    font-size: 14px;
    letter-spacing: .5px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFF !important;
}

.nav-link.active {
    color: #f0f0f0 !important;
}

.nav-link:hover {
    color: #f0f0f0 !important;
}

.social-media-top {
    display: block;
}

.social-media-top ul {
    display: flex;
}

.social-media-top ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.social-media-top ul li a {
    background-color: #FFF;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-media-top ul li a:hover {
    background-color: #f7f7f7FF;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-item {
    font-size: 14px;
    padding: 10px 15px;
}

@media screen and (max-width: 992px) {
    .navbar-nav {
        text-align: center;
    }
    .navbar-toggler {
        box-shadow: none !important;
        background-color: #FFF;
        padding: 10px;
    }
}


/* End Header CSS */


/* Start Slider */

.slider-wrapper {
    padding: 120px 0px 30px;
}

.slider-content {
    display: block;
    color: #FFF;
}

.slider-content h1 {
    display: block;
    font-size: 48px;
    line-height: 52px;
    font-weight: 700;
    margin-bottom: 20px;
}

.slider-content p {
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 10px;
}

.slider-content a {
    margin-left: 50px;
}

@media screen and (max-width: 992px) {
    .slider-content {
        flex-direction: column;
    }
    .slider-content a {
        margin-left: 0px;
    }
    .row-reverse {
        flex-direction: column-reverse;
    }
}


/* End Slider */


/* Start Content */

.web-title {
    display: block;
}

.subtitle {
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: 500;
    position: relative;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.maintitle {
    font-size: 28px;
    font-weight: 700;
}

.para-big {
    font-size: 18px;
    font-weight: 300;
}

.default-content {
    display: block;
}

.default-content-title {
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 600;
}

.default-content-subtitle {
    font-size: 22px;
    font-weight: 700;
}

.default-content ul li {
    margin-bottom: 10px;
}

.icon-1 {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFF;
    margin-right: 10px;
    border-radius: 50%;
}

.testimonials {
    padding: 50px;
    position: relative;
    border: 1px dashed #CCC;
    background: rgb(255, 255, 255);
}

.testimonials h5 {
    margin-bottom: 15px;
    line-height: 30px;
    font-size: 18px;
    font-weight: 400;
}

.testimonials ul {
    display: flex;
    margin-bottom: 15px;
}

.testimonials h6 {
    font-size: 14px;
    color: #a2a2a2;
}

.d-flex-hardware {
    display: flex;
}

.d-flex-hardware ul {
    display: flex;
    flex-wrap: wrap;
}

.d-flex-hardware ul li {
    display: flex;
    width: 180px;
    margin: 0px 15px 15px 0px;
}

.lh-4 {
    line-height: 30px;
}

@media screen and (max-width: 992px) {
    .default-content {
        margin-bottom: 30px;
    }
    .testimonials {
        padding: 20px;
    }
    .default-content .ms-3 {
        margin: 0px !important;
    }
    .mbl-margin {
        margin-bottom: 30px;
    }
}


/* End Content */


/* Start Footer */

.footer-wrapper {
    position: relative;
    padding: 70px 0px 70px;
    background-color: #212529;
}

.footer {
    display: block;
    color: #FFF;
}

.footer h5 {
    display: block;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer p {
    display: block;
    color: #FFF;
    font-size: 15px;
    line-height: 24px;
}

.footer ul {
    display: inline-block;
}

.footer ul li {
    display: block;
    color: #FFF;
    font-size: 15px;
    margin: 0px 0px 10px 0px;
}

.footer ul li a {
    display: inline-block;
    color: #FFF;
    transition: 400ms;
}

.footer ul li a:hover {
    color: #b0b2b4;
}

.footer a img {
    width: 120px;
}

.copyright-wrapper {
    position: relative;
    padding: 20px 0px 20px;
    background-color: #15181b;
}

.copyrights p {
    font-size: 15px;
    color: #b0b2b4;
}

@media screen and (max-width: 992px) {
    .footer {
        margin-bottom: 30px;
    }
}


/* End Footer */