/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

body {
    font-family: 'Poppins', sans-serif !important;
    background: #ffffff !important;
    /* background: #fafafa !important; */
    /* line-height: 1.6; */
    /* font-family: "Roboto", sans-serif !important;*/
}

.enquryBtn {
    background: linear-gradient(180deg, #0583c3 0%, #0642a7 100%);
    color: white;
}


.themebtn {
    background: #02914e;
    color: white;
    cursor: pointer;
}

.themebtn:hover {
    background: #007f43;
    color: white;
    text-decoration: none;
}

.fixHighte21 {
    /* margin-top: 7.9rem; */
}

@media (max-width: 992px) {
    .fixHighte21 {
        /* margin-top: 4.5rem; */
    }
}

.nav>li>a {
    font-weight: 600;
    color: #181825;
}

.inqutyBtn{
    background: #4b383c;
    color: white;
}

.nav-link {
    font-weight: 600;
    color: #282c3f;
    -webkit-transition: left 0.2s ease-out, width 0.2s ease-out;
    transition: left 0.2s ease-out, width 0.2s ease-out;
    letter-spacing: 1px;
    font-family: inherit;
    /* font-size: 14px; */
    font-size: 0.9rem;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.navShadow {
    -webkit-box-shadow: 0 4px 12px 0 rgb(0 0 0 / 7%);
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 7%);
    background-color: #fff;
}

.dSearch1 {
    background: #efefef !important;
    border: none !important;
    height: 43px !important;
    box-shadow: 1px 1px 0px #e9e9e9;
    border-radius: none!important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

@media (min-width: 992px) {
    .my-d-md-hide {
        display: none;
    }
}

@media (max-width: 992px) {
    .my-d-md-show {
        display: inline-block;
    }
}


/* breadcrumb */

.breadcrumb {
    margin-top: 1rem !important;
}

.breadcrumb.mb-0.bg-transparent {
    font-size: 13px !important;
}

.breadcrumb-item>a {
    font-size: 13px !important;
    color: black !important;
    text-decoration: none;
}

.sdf5w {
    color: #303030;
    font-size: 0.8rem;
}


/* breadcrumb */


/* Footer */

.asdf {
    list-style: none;
    padding: 0px;
}

.footer-block-title {
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0 0 8px;
    padding: 10px 0 7px;
    position: relative;
    display: block;
}

.footer-block-content {
    list-style: none;
    padding: 0px 1px !important;
    font-size: 14px;
}

.expander {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    left: 1px;
    bottom: 0;
    background: #4b383c;
}

.title-holder-border {
    background: #02914e;
    height: 5px;
    width: 60px;
    display: block;
}

.footer-block-content li a {
    color: #cfcfcf;
    text-decoration: none;
}
.footer-block-content li:hover a{
    /* color: rgb(0, 0, 0); */
    /* background: #d1d1d1; */
    font-weight: 600;
}
.footer-about > p{
    /* color: rgb(0, 0, 0); */
    /* background: #d1d1d1; */
    font-weight: 600;
     color: #cfcfcf;
}

.social-icons a {
    margin: 0 2px;
    width: 2.6rem !important;
    height: 2.6rem;
    display: inline-block;
    text-align: center;
    padding: 3px 1px;
    border-radius: 26px;
    color: #ffffff;
    font-size: 20px;
    line-height: 2.3rem;
}


/* Footer End*/