.navbar-dark .navbar-nav .nav-link {
    color: #385084 !important;
    font-family: 'PT Sans Narrow';
    font-weight: 700;
    font-size: 17px;
}

.fixed-top {
    position: sticky;
}

.navinner-bg {
    background-color: #ffffff;
    box-shadow: 0px 0px 1px 1px #80808033;
}


/* .canvas {
    height: 600px;
} */

.nav-item {
    padding-left: 3rem;
}

.navbar {
    padding: 0rem 1rem !important;
}

.nav-link:hover {
    color: #081e3c !important;
    outline-offset: unset !important;
}

.nav-m {
    margin: 0 auto;
}

.navbar-fixed-top.scrolled {
    background-color: #fff !important;
    transition: background-color 200ms linear;
    position: fixed;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url(../emmp-images/menu.svg) !important;
}

.navbar-brand img {
    width: 67%;
}


/* hero */

.hero-bg {
    background-image: url(../images/emmpower_modal.jpg);
    padding: 4rem 0rem 2rem 0rem;
    background-position: bottom;
    background-size: cover;
    min-height: 550px;
    display: flex;
    align-items: center;
}

.icon {
    width: 30%;
}

.bounce2 {
    animation: bounce2 10s ease-in-out infinite;
}

@keyframes bounce2 {
    0% {
        transform: translateY(-10px);
    }
    25% {
        transform: translateY(10px);
    }
    50% {
        transform: translateY(-10px);
    }
    75% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}

.hero-text {
    text-align: left;
    color: white;
    max-width: 453px;
}
.hero-text h2 {
    font-family: 'Libre Baskerville', serif;
    letter-spacing: 2px;
    color: #375185;
    font-size: 40px;
    font-weight: 700;
}

.hero-text h1 {
    font-family: 'Spicy Rice', cursive;
    letter-spacing: 3px;
    font-size: 51px;
    padding-top: 0.5rem;
}
.hero-text p
{
    color: black;
    font-weight: 400;
}

#slider-animation .carousel-item img {
    width: 100%;
}

.carousel-inner {
    height: 485px;
}

.hero-slider .carousel-control-next {
    width: 10% !important;
}

.hero-slider .carousel-control-prev {
    width: 10% !important;
}

.carousel-control-prev {
    bottom: -4% !important;
    opacity: 1.5 !important;
}

.carousel-control-next {
    bottom: -4% !important;
    opacity: 1.5 !important;
}

.res-br {
    display: none;
}


/* about */

.about-text h3 {
    font-weight: 700;
    font-size: 35px;
}

.about-text p {
    font-weight: 500;
    color: #3e3d3d;
    padding-top: 1rem;
    line-height: 27px;
}

.about-text {
    padding-top: 6rem;
}

.about-text img {
    width: 96%;
    float: right;
    margin-top: 12%;
}

.about-p {
    padding-left: 4%;
    text-align: justify;
}

.about-p li {
    padding-top: 1%;
}


/* product */

.product-bg {
    background-image: url(../emmp-images/product-bg.jpg);
    margin-top: 6rem;
    padding-bottom: 4rem;
}

.pro-heading {
    font-weight: 700;
    font-size: 35px;
    padding-top: 6rem;
    text-align: center;
}

.pro-img {
    /* border: 2px dotted #213353; */
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 2rem 0rem; */
}

.heading-p a {
    color: #212529 !important;
    text-decoration: none !important;
}

.pro-img img {
    width: 100%;
}

.pro-main {
    padding-top: 3rem;
}

.pro-main p {
    padding-top: 1rem;
    line-height: 27px;
    font-weight: 500;
    color: #3e3d3d;
    text-align: justify;
}

.pro-m {
    padding-top: 3rem;
}

.pro-padding {
    padding: 5rem 0rem;
}

.spanner-padding {
    padding: 4rem 0rem;
}


/* contact */

.contact-heading {
    font-weight: 700;
    font-size: 35px;
    text-align: center;
    padding-top: 6rem;
    margin-bottom: 2rem;
}

.contact-left {
    background-color: white;
    box-shadow: 1px 4px 8px 1px #80808061;
    width: 90%;
}

.contact-left img {
    width: 100%;
}

.contact-icon {
    display: flex;
}

.contact-icon i {
    font-size: 23px;
    color: #081e3c;
    margin-right: 15px;
    margin-top: 0.2rem;
}

.contact-icon p {
    font-weight: 500;
    color: #3e3d3d;
}

.contact-text {
    padding: 2.7rem 2rem 2rem 2rem;
}

.contact-page-pro-input {
    font-size: 15px !important;
    height: 55px !important;
    color: #495057d1;
    background-color: #f9fbfd !important;
    font-family: sans-serif;
    border: 1px solid #ced4da7d !important;
    border-radius: 5px !important;
}

.contact-page-textarea {
    background-color: #f9fbfd !important;
    font-size: 15px !important;
    border: 1px solid #ced4da7d !important;
    font-family: sans-serif;
}

.contact-send-btn {
    color: #fff;
    background-color: #081e3c;
    border-color: #081e3c;
    padding: 2% 5% !important;
    border-radius: 0 !important;
    margin-top: 0.5rem;
    font-weight: 600;
    width: 100%;
}

.contact-send-btn:hover {
    background-color: #03518a;
}

.form-group {
    margin-bottom: 1.5rem;
}


/* catelogue */


/* start catalogue */

.pdf-icon {
    margin-left: 1.2rem;
}

.pdf-bg {
    background-color: #f9fbfd;
    display: flex;
    text-align: center;
    align-items: center;
    padding: 2rem 0;
    box-shadow: 0px 3px 8px 1px #8080806b;
    margin-top: 6rem;
}

.pdf-text {
    color: #0d3469;
    font-size: 32px;
    font-weight: 700;
}

.pdf-btn {
    margin-top: 5px;
    border: 1px solid #294398;
    color: #294398;
}

.pdf-btn:hover {
    border: 1px solid #081e3c;
    background-color: #081e3c;
    color: white;
}


/* end catalogue */


/* end */


/* footer */

.footer-bg {
    background-color: #081e3c;
    /* margin-top: 6rem; */
    padding-top: 3rem;
    padding-bottom: 0.5rem;
}

.footer-content {
    text-align: center;
}

.footer-text p {
    color: white;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 17px;
}

.footer-text {
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.footer-content hr {
    border-top: 1px solid rgb(28 63 88);
}

.copy-text {
    color: white;
    font-size: 14px;
}



@media only screen and (max-width: 1024px)
{
    .hero-text 
    {
        max-width: 453px;
    }
    .hero-text h2
    {
        font-size: 32px;
    }
}
@media only screen and (max-width: 767px)
{
    .hero-text 
    {
        max-width: 453px;
    }
}









