* {
    margin: 0px;
    padding: 0px;
    font-family: 'IBM Plex Mono', monospace;
    font-family: 'Josefin Sans', sans-serif;
    font-family: 'Pangolin', cursive;
}

#nav-bar {
    position: sticky !important;
    top: 0;
    z-index: 10;
}

.navbar {
    background: linear-gradient(to right, #a517ba, #5f1782);
    padding: 0px !important;
}

.navbar-brand {
    height: 60px;
    padding-left: 20px;
    line-height: 20px;
}

.navbar-nav li {
    padding: o 10;
}

.navbar-nav li a {
    color: #fff !important;
    font-weight: 600;
    float: right;
    text-align: left;
    padding-right: 15px !important;
}

.navbar-toggler-icon {
    color: #fff;
    font-size: 30px !important;
}


/* .navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5);
} */

.navbar-toggler {
    outline: none;
}

/* -------------BANNER SECTION---------- */

#banner {
    background-image: linear-gradient(to right, #a517ba, #5f1782);
    color: white;
    padding-top: 5%;
}

.promo-title {
    font-size: 40px;
    font-weight: 600;
    margin-top: 100px;
}

.bottom-img {
    width: 100%;
}

/* -----------------SERVICES SECITON------------- */

#services {
    padding: 80px 0px;
}

.service-img {
    width: 100px;
    margin-top: 20px;
}

.services {
    padding: 20px;
}

.services h4 {
    padding: 5px;
    margin-top: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

/* .title::before {
    content: '';
    background: #7b1798;
    height: 5px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    transform: translateY(63px);
}
.title::after {
    content: '';
    background: #7b1798;
    height: 9px;
    width: 80px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    display: block;
    transform: translateY(8px);
} */


.title {
    margin-top: 80px;
}

#services .btn-primary {
    box-shadow: none;
    padding: 8px 25px;
    border: none;
    border-radius: 20px;
    background-image: linear-gradient(to right, #a517ba, #5f1782);
}

/* -------------------ABOUT US--------------------- */

#about-us {
    background: #f8f9fa;
    padding-top: 50px;
    padding-bottom: 50px;
}

.about-title {
    font-size: 30px;
    font-weight: 600;
    margin-top: 8%;
    margin-left: 10px;
}

#about-us ul li {
    margin: 10px 0px;
}

#about-us ul {
    margin-left: 20px;
}

/* ----------------TESTIMONIALS-------------------- */

#testimonials {
    margin: 50px 0px;
}

.testimonials {
    border-left: 4px solid #7b1798;
    margin: 50px 0px;
}

.testimonials img {
    height: 80px;
    width: 80px;
    border-radius: 50px;
    margin: 0px 10;
}

.user-details {
    /* display: inline-block; */
    font-size: 14px;
}

/* -----------social media section------------------ */

#social-media {
    background: #f8f9fa;
    padding: 100px 0px;
}

#social-media p {
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 30px;
}

.social-icons img {
    width: 60px;
    transition: 0.5s;
}

.social-icons a:hover img {
    transform: translateY(-10px);
}

/* ------------footer section----------- */

#footer {
    background: linear-gradient(to right, #a517ba, #5f1782);
    color: #fff;
}

.footer-img {
    width: 100%;
}

.footer-box {
    padding: 20px;
}

.footer-box img {
    width: 120px;
    margin-bottom: 20px;
}

.footer-box .fa {
    margin-left: 8px;
    font-size: 20px;
    /* height: 100px;
    width: 100px; */
    text-align: center;
    /* padding-top: 7px; */
    border-radius: 4px;
    background: linear-gradient(to right, #a517ba, #5f1782);
}

.footer-box .form-control {
    box-shadow: none !important;
    border: none;
    border-radius: 0px;
    margin-top: 25px;
    max-width: 250px;
}

.footer-box .btn-primary {
    box-shadow: none !important;
    border: none;
    border-radius: 0px;
    margin-top: 30px;
    background: linear-gradient(to right, #a517ba, #5f1782);

}

hr {
    background-color: #fff;
}

.copyright {
    font-size: 25px;
    margin: 0px;
    padding-bottom: 20px;
}