﻿:root {
    --bd-theme-0: #38BBD8;
    --bd-theme-2: #38BBD8;
}
@font-face {
    font-family: 'baloobhaijaan2';
    src: url('../fonts/baloobhaijaan2.ttf') format('truetype');
}

/*@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhaijaan+2&display=swap');*/
h1, h2, h3, h4, h5, h6, a, p,
body {
    font-family: baloobhaijaan2, 'Baloo Bhaijaan 2', cursive;
}


.bd-main-menu ul li a {
    font-weight: bold;
}
.offcanvas__social ul li a {
    line-height: 47px;
}

.text-white p{
    color: #FFF!important;
}

.is-white a {
    color: #FFF!important;
}

.mean-container .mean-nav ul li a {
    text-align: right;
}

.form-group input {
    width: 100%;
    height: 58px;
    line-height: 58px;
    padding: 0px 15px;
    border: 1px solid var(--bd-grey-1);
    border-radius: 16px;
    font-size: 18px;
}
.form-group textarea {
    width: 100%;
    line-height: 58px;
    padding: 0px 15px;
    border: 1px solid var(--bd-grey-1);
    border-radius: 16px;
    font-size: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-header-bottom-2 {
        padding: 10px 0;
    }
}

.section-padding {
    padding-top: 120px;
    padding-bottom: 120px;
}
.bd-joining-bg-overlay::after {
    background: var(--bd-theme-1);
}

.bd-blog-navigation button {
    height: 58px;
    width: 58px;
    font-size: 26px;
    line-height: 63px;
    text-align: center;
    border-radius: 50%;
    border: 3px solid var(--bd-common-black);
}

    .bd-blog-navigation button.bd-blog-next {
        border: 3px solid var(--bd-theme-1);
    }
    .bd-blog-navigation button.bd-blog-prev {
        border: 3px solid var(--bd-theme-0);
    }

    .bd-blog-navigation button.bd-blog-next:hover {
        color: var(--bd-common-white);
        background-color: var(--bd-theme-1);
    }
    .bd-blog-navigation button.bd-blog-prev:hover {
        color: var(--bd-common-white);
        background-color: var(--bd-theme-0);
    }

    .bd-blog-navigation button.bd-service-next {
        border: 3px solid var(--bd-theme-1);
    }
    .bd-blog-navigation button.bd-service-prev {
        border: 3px solid var(--bd-theme-0);
    }

    .bd-blog-navigation button.bd-service-next:hover {
        color: var(--bd-common-white);
        background-color: var(--bd-theme-1);
    }
    .bd-blog-navigation button.bd-service-prev:hover {
        color: var(--bd-common-white);
        background-color: var(--bd-theme-0);
    }

.bd-hero-title {
    margin-bottom: 0;
}

.bd-promotion-shape {
    bottom: 10%;
}

.bd-feature-wrapper ul {
    grid-template-columns: repeat(3, 1fr);
}

.bd-feature-icon img{
    position: relative;
    width: 100%;

}
.bd-feature-icon {
    position: relative;
    overflow: hidden;
    height: 220px;
    width: 220px;
}

.bd-feature-bottom-shape {
    bottom: -7px;
}

.bd-feature-wrapper ul li:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.bd-feature-wrapper ul li:last-child {
    border-left: 0;
}

.bd-blog-thumb {
    height: auto;
}

    .footer2links > ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {
    .bd-feature-wrapper ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    .bd-feature-bottom-shape {
        bottom: -13px;
    }
}
@media (max-width: 575px) {
    .bd-feature-wrapper ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .bd-feature-bottom-shape {
        bottom: -13px;
    }

    .bd-section-title {
        font-size: 40px;
        top: 30px;
        padding-bottom: 5px;
    }
    .bd-hero-content-wrapper-2,
    .bd-hero-inner-2 {
        max-height: 250px;
        min-height: 250px;
    }
}

.nice-select {
    text-align: right!important;
}
    .nice-select::after {
        left: 15px;
        right: unset;
    }
    .nice-select .option {
        padding-right: 18px;
        padding-left: 29px;
        text-align: right!important;
    }

.bd-contact-input input,
.bd-contact-input .nice-select {
    border-radius: 12px;
}

.bd-btn::before {
    width: 125%;
    text-align: center;
}
.bd-btn-hover,
.bd-btn-inner {
    width: 100%;
}