/* import font from font.google.com  */
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* default css start here  */

@import url("./default.css");

/* default css end here  */

/* header css start here  */

@import url("./header.css");

/* header css end here  */

/* home page css start here  */

@import url("./main.css");

/* home page css end here  */

/* footer css start here  */

@import url("./footer.css");

/* footer css end here  */

p{
    font-size: 18px;
}
.copyright{
    background: #126e3840;
    padding: 7px 0 9px;
    line-height: 1;
}

.section__query .title{
    z-index: 99;
    position: relative;
}
@media (max-width: 767px) {
    #banner .carousel-caption {
        max-width: 100%;
        left: 0;
        right: 0;
        width: 100% !important;
    }
}