* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: instrument;
}

h3 {
    font-size: 24px !important;
}

.footer_warpper h4 {
    font-size: 20px;
}

.solar_text {
    font-size: 15px;
}

.social_icons {
    width: 50px;
    height: 50px;
}

.services_wrapper {
    background-color: #2C5AA7;
}

@font-face {
    font-family: instrument;
    src: url(../font/instrument-sans/InstrumentSans[wdth\,wght].ttf);
}

.cat_card {
    background-color: #F7FCFF;
}

.text_header {
    color: #F0720B;
}

.icons_footer {
    height: 30px;
    height: 30px;
}

.whatsapp_btn {
    border: 1px solid #F2730A;
    background-color: #F2730A;
    color: #fff;
}

.whatsapp_btn:hover {
    background-color: transparent;
    color: #F2730A;
        border: 1px solid #F2730A;
}
.text_blue{
    color: #2C5AA7;
}
.bg_blue {
    background-color: #2C5AA7;
}

.footer_warpper {
    background-color: #2C5AA7;
    color: #fff;
    height: 100%;
}

.send_enquiry_btn {
    background-color: #2C5AA7;
}

.category_wrapper {
    background-color: #FFF8F86E;
}

.contact_carosel_img {
    height: 400px;
    object-fit: cover;
    border-radius: 16px;
}

.bg_blue {
    background-color: #2C5AA7;
}

.category_wrapper {
    background-color: #FFF8F86E;
}

.services_wrapper {
    background-color: #2C5AA7;
}

.building_img {
    object-position: top;
}

button.owl-next {
    width: 50px;
    position: absolute;
    top: 35%;
    right: 10px;
    font-size: 20px;
    height: 58px;
    background: transparent;
}

button.owl-prev {
    width: 50px;
    position: absolute;
    top: 35%;
    left: 10px;
    font-size: 20px;
    height: 58px;
    background: transparent;
}

@media screen and (max-width: 767px) {
    .whatsapp_btn {
        font-size: 11px !important;
    }
    .border_right{
        border: none !important;
    }
}