* {
    margin: 0;
    padding: 0;
    list-style: none !important;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
}

img {
    max-width: 100%;
    text-align: center;
}

ul {
    margin: 0 !important;
    padding: 0 !important;
}

p {
    color: #888;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
}

span {
    color: #d61913;
}

ul.top-info li a:hover {
    color: #d61913;
}

/* top header start here  */
.logo img {
    height: 120px;
}

header.top-head {
    background: #000;
    padding: 3px 0;
}

ul.top-info {
    padding: 0;
    margin: 0;
}

ul.top-info li {
    display: inline-block;
    margin-right: 12px;
}

ul.top-info li {
    color: #fff;
    text-decoration: none;
    font-size: 11px;
}

ul.top-info li a {
    color: #fff;
    text-decoration: none;
    font-size: 11px;
}

ul.top-info li i {
    color: #d61913;
    margin-right: 5px;
    font-size: 16px;
}

ul.top-right {
    text-align: right;
    padding: 0;
    margin: 0;
}

ul.top-right li {
    display: inline-block;
    margin-right: 8px;
}

ul.top-right li a {
    color: #fff;
}

ul.top-right li a:hover {
    color: #d61913;
}

.marquee {
    color: #fff;
    font-size: 11px;
    position: relative;
    top: 4px;
}

/* top header end here  */

/* nav bar start here */
.wrap.sticky-top nav#main_navbar {
    background: #fff !important;
    box-shadow: 1px 0 10px rgb(0 0 0 / 10%);
}

.dropdown-item.active,
.dropdown-item:active {
    color: #d61913 !important;
    text-decoration: none;
    background-color: #0d6efd00 !important;
}

a.navbar-brand img {
    height: 65px;
}

li.nav-item.dropdown1 {
    margin-right: 60px;
}

.navbar-light .navbar-nav .nav-link {
    color: #000 !important;
    margin-right: 60px;
}

.navbar-light .navbar-nav .nav-link:last-child {
    margin-right: 0px;
}

a.nav-link.dropdown-toggle:hover {
    color: #d61913 !important;
}

ul.dropdown-menu.animate__animated.animate__fadeIn.show li {
    border-bottom: 1px solid #dee2e6;
}

.dropdown-menu>li.show {
    color: #d61913 !important;
}

ul.dropdown-menu.animate__animated.animate__fadeIn.show li:last-child {
    border-bottom: 0px solid #dee2e600;
}

.dropdown-menu>li a:hover {
    color: #d61913 !important;
    padding-left: 20px !important;
}

.dropdown-item {
    transition: 0.3s;
}

.animate__fadeIn {
    animation-name: unset !important;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #d61913 !important;
}

.dropdown-menu>li.show>a {
    color: #fff !important;
    background: #d61913 !important;
}

.dropdown-menu>li a:hover,
.dropdown-menu>li.show {
    background: rgba(255, 255, 255, 0) !important;
    color: #d61913 !important;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../images/toggle.jpg) !important;
}

ul.dropdown-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, .15);
}

ul.dropdown-menu li:last-child {
    border-bottom: 0px solid rgba(0, 0, 0, .15);
}

/* nav bar end here */

/* banner start here */
section.banner {
    background-image: url(../images/product-video-pic.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 5%;
}

.banner-text {
    text-align: left;
}

.banner-text h1 {
    color: #333;
    font-size: 37px;
    font-weight: 700;
    padding: 11% 0;
    margin-top: 0;
    text-align: left;
    line-height: 1.3;
}

/* banner end here */

/* banner everywhere part start here */
section.services-part {
    margin-bottom: 5%;
}

h2.hd-text {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    color: #d61913;
}

.box h3 {
    color: #d61913;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
}

/* banner everywhere part end here */


/* banner Services part Start here */
section.service-part {
    margin-bottom: 5%;
}

.box h4 {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    font-weight: 400;
}

.box {
    background: #fff;
    box-shadow: 0 8px 31px 0 rgb(0 0 0 / 10%);
    padding: 20px;
    border-bottom: 4px solid #d61913;
}

/* banner Services part end here */


/* footer start here */
footer.main-footer {
    padding: 1% 0 1% 0;
    background-image: url(../images/footer-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

ul.footer-icon {
    text-align: left;
    margin-top: 20px;
}

ul.footer-icon li {
    display: inline-block;
    margin-right: 12px;
}

ul.footer-icon li a {
    color: #fff;
    font-size: 22px;
    transition: 0.2s;
}

ul.footer-icon li a:hover {
    color: #d61913;
}

h2.footer-hd-text {
    color: #fff;
    font-size: 22px;
}

ul.footer-ul li {
    margin-bottom: 15px;
    list-style: none;
}

ul.footer-ul li a {
    color: #888;
    text-decoration: none;
    transition: 0.3s;
}

ul.footer-ul li a:hover {
    color: #d61913;
    text-decoration: underline;
}

h3.mail {
    position: relative;
    bottom: 10px;
}

h3.mail a {
    color: #888;
    font-size: 16px;
    text-decoration: none;
}

h3.mail a:hover {
    color: #fff;
    text-decoration: underline;
}

h4.copyright {
    color: #888;
    font-size: 14px;
    font-weight: 400;
}

h4.copyright2 {
    color: #888;
    font-size: 14px;
    font-weight: 400;
}

.footer-logo img {
    height: 120px;
}

h3.mail a:hover {
    color: #d61913;
}

.footer-btn.pt-2 {
    text-align: center;
}

.footer-btn.pt-2 ul li {
    display: inline-block;
    padding: 0 20px;
    position: relative;
}

.footer-btn.pt-2 ul li a {
    display: inline-block;
    font-size: 14px;
    color: #888;
    margin-top: 5px;
    text-decoration: underline;
}

.footer-btn.pt-2 ul li a:hover {
    color: #d61913;
}

li.footer-after:after {
    content: "";
    width: 1px;
    background-color: #fff;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
}

/* footer end here*/



/* responsive 1199px start here*/
@media only screen and (max-device-width:1199px) {
    .footer-full.border-bottom.pb-5 {
        padding-bottom: 15px !important;
    }

    .box {
        margin-bottom: 20px;
    }
}

/* responsive 1199px start here*/



/* responsive 1024px start here*/
@media only screen and (max-device-width:1024px) {
    h4.copyright {
        text-align: center !important;
    }

    h4.copyright2 {
        text-align: center !important;
        padding-top: 5px !important;
        font-size: 14px;
    }

    ul.footer-ul li {
        margin-bottom: 12px;
    }

    h2.footer-hd-text {
        margin-bottom: 20px !important;
    }

    .banner-text h1 {
        font-size: 32px;
    }

    h2.hd-text {
        font-size: 32px;
    }

    .box {
        margin-bottom: 20px;
    }

    .box {
        margin-bottom: 20px;
    }

    li.footer-after:after {
        display: none;
    }

    .footer-btn.pt-2 ul li {
        padding: 0 10px;
    }

    .footer-btn.pt-2 {
        padding: 0 !important;
    }

    h4.copyright {
        margin-bottom: 0;
    }

}

/* responsive 1024px end here */

/* responsive 991px start here */
@media only screen and (max-device-width:991px) {
    ul.top-info {
        text-align: center;
    }

    ul.top-right {
        text-align: center;
    }

    header.top-head {
        padding: 10px 0;
    }

    .marquee {
        top: 2px;
    }
}

/* responsive 991px end here */

/* responsive 980px start here */
@media only screen and (max-device-width:980px) {
    ul.top-info {
        text-align: center;
    }

    ul.top-right {
        text-align: center;
    }

    body {
        padding: 0 !important;
    }


    header.top-head {
        padding: 3px 0;
    }

    ul.top-info {
        display: none;
    }

    ul.top-right {
        display: none;
    }

    h2.footer-hd-text {
        font-size: 18px;
    }
}

/* responsive 980px end here */


/* responsive 768px start here */
@media only screen and (max-device-width:768px) {
    .banner-text h1 {
        font-size: 30px;
    }

    .hd-text h2 {
        font-size: 16px;
    }


}

/* responsive 768px end here */

/* responsive 767px start here */
@media only screen and (max-device-width:767px) {
    h2.footer-hd-text.mt-5.mb-5 {
        text-align: center;
    }

    ul.footer-ul {
        text-align: center;
    }

    h3.mail {
        text-align: center;
    }

    ul.footer-icon {
        text-align: center;
    }

}

/* resposnive 767px end here */

/* responsive 425px start here */
@media only screen and (max-device-width:425px) {
    .banner-text h1 {
        font-size: 23px;
    }

    .footer-full.border-bottom.pb-5 {
        text-align: center;
    }

    .footer-logo {
        text-align: center;
    }

    .footer-logo p {
        width: 100% !important;
    }

    ul.footer-icon {
        text-align: center;
    }

    .text p {
        font-size: 14px;
        line-height: 1.6;
    }

    .box h4 {
        font-size: 14px;
        line-height: 1.6;
    }

    .service p {
        font-size: 14px;
        line-height: 1.6;
    }

    .testimonial .description {
        text-align: center;
    }

    p.box-little-text {
        text-align: center;
    }

    p.banner-para {
        line-height: 2;
    }

    h1.banner-h1 {
        margin-bottom: 0;
    }

}

/* responsive 425px end here */


/* responsive 393px start here */
@media only screen and (max-device-width:393px) {
    h2.hd-text {
        font-size: 22px;
    }

}

/* responsive 393px end here */


/* responsive 375px start here */
@media only screen and (max-device-width:375px) {
    .banner-text h1 {
        font-size: 23px;
    }

    h4.copyright {
        font-size: 14px;
    }

    h4.copyright2 {
        font-size: 14px;
    }

    h2.hd-text {
        font-size: 20px;
    }

    .service p {
        font-size: 14px;
        line-height: 1.6;
    }

}

/* responsive 375px end here */


/* responsive 320px start here */
@media only screen and (max-device-width:320px) {
    h2.hd-text {
        font-size: 17px;
    }

    .service-text h2 {
        font-size: 18px;
    }

    .service-text h3 {
        font-size: 17px;
    }

}

/* responsive 320px end here */