/*------------------------------------
Common css start
-------------------------------------*/

/* @font-face {
    font-family: 'muli';
    src: url('../fonts/muli/Muli-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  } */

@font-face {
    font-family: "muli";
    src: url("../fonts/muli/Muli-Black.woff2") format("woff2"),
        url("../fonts/muli/Muli-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "muli";
    src: url("../fonts/muli/Muli-BlackItalic.woff2") format("woff2"),
        url("../fonts/muli/Muli-BlackItalic.woff") format("woff");
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "muli";
    src: url("../fonts/muli/Muli-Bold.woff2") format("woff2"),
        url("../fonts/muli/Muli-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "muli";
    src: url("../fonts/muli/Muli-BoldItalic.woff2") format("woff2"),
        url("../fonts/muli/Muli-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "muli";
    src: url("../fonts/muli/Muli-ExtraBoldItalic.woff2") format("woff2"),
        url("../fonts/muli/Muli-ExtraBoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "muli";
    src: url("../fonts/muli/Muli-ExtraBold.woff2") format("woff2"),
        url("../fonts/muli/Muli-ExtraBold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "muli";
    src: url("../fonts/muli/Muli-ExtraLight.woff2") format("woff2"),
        url("../fonts/muli/Muli-ExtraLight.woff") format("woff");
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "muli";
    src: url("../fonts/muli/Muli-ExtraLightItalic.woff2") format("woff2"),
        url("../fonts/muli/Muli-ExtraLightItalic.woff") format("woff");
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "muli";
    src: url("../fonts/muli/Muli-Italic.woff2") format("woff2"),
        url("../fonts/muli/Muli-Italic.woff") format("woff");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "muli";
    src: url("../fonts/muli/Muli-Light.woff2") format("woff2"),
        url("../fonts/muli/Muli-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "muli";
    src: url("../fonts/muli/Muli-Regular.woff2") format("woff2"),
        url("../fonts/muli/Muli-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "muli";
    src: url("../fonts/muli/Muli-LightItalic.woff2") format("woff2"),
        url("../fonts/muli/Muli-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: "muli";
    src: url("../fonts/muli/Muli-SemiBold.woff2") format("woff2"),
        url("../fonts/muli/Muli-SemiBold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "muli";
    src: url("../fonts/muli/Muli-SemiBoldItalic.woff2") format("woff2"),
        url("../fonts/muli/Muli-SemiBoldItalic.woff") format("woff");
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

body {
    /* font-family: 'Poppins', sans-serif; */
    font-family: "muli";
    color: #000000;
    background-color: #ffffff;
    box-sizing: border-box;
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
}
.primary-color {
    background: #103c42;
    color: #fff;
}
.c-w {
    color: #fff;
}

.btn-primary {
    background-image: linear-gradient(to right, #c69d61, #ffdba1, #c69d61);
    opacity: 1;
    border-color: #bad480;
    font-family: "muli", cursive;
    border: none;
    color: #000 !important;
    border-radius: 10px;
    padding: 10px 20px;
    font-weight: 700;
}
.btn-primary img {
    transition: all 0.3s;
}
/*.btn-primary:hover img{
    transform: translateX(10px);
  }*/
a,
a:hover,
a:focus {
    text-decoration: none;
}

/*a:hover,
  a:focus {
    color: initial;
  }
  */
.btn,
.btn:focus {
    outline: none !important;
    box-shadow: none;
}
.font-6 {
    font-size: 6px !important;
}
.font-8 {
    font-size: 8px !important;
}
.font-10 {
    font-size: 10px !important;
}
.font-12 {
    font-size: 12px !important;
}
.font-14 {
    font-size: 14px !important;
}
.font-16 {
    font-size: 16px !important;
}
.font-18 {
    font-size: 18px !important;
}
.font-20 {
    font-size: 20px !important;
}
.font-24 {
    font-size: 24px !important;
}
.font-30 {
    font-size: 30px !important;
}
.bold {
    font-weight: bold;
}
.text-gray {
    color: #848484;
}
.text-underline {
    text-decoration: underline;
}
.hero_area {
    position: absolute;
    z-index: 999;
    width: 100%;
}
.font-align-center {
    text-align: center;
}
/*.row {
      width: 100%;
      margin-left: 0;
      margin-right: 0;
  }*/
a.text-primary:hover,
a.text-primary:focus {
    color: inherit !important;
}
/*------------------------------------
  Common css End
  -------------------------------------*/

/*  inner page css  */

.banner-bg:before {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/hero-banner.jpg);
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}
.banner-bg {
    position: relative;
    padding: 80px 0;
}
.banner-title p {
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: 500;
}
.banner-title p:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    background-image: linear-gradient(to right, #c69d61, #ffdba1, #c69d61);
    left: 50%;
    transform: translate(-50%);
    bottom: -10px;
}
.banner-title p {
    position: relative;
}
.service-round {
    border-radius: 10px;
    box-shadow: 0 0 10px 0 #00000047;
}
.main-wrapper.service-page {
    padding-top: 106px;
}
nav.breadcrumb-wrapper ol.breadcrumb {
    position: relative;
    background: #272727;
    /* width: 200px; */
    width: auto;
    margin: 0 auto;
    padding: 9px 10px;
    border-radius: 40px;
    border: 1px solid #707070;
    display: inline-flex;
}
nav.breadcrumb-wrapper ol.breadcrumb li a {
    font-size: 12px;
    color: #ffdba1;
}
li.breadcrumb-item.text-black a.last-link {
    color: #c4c4c4;
}
@media (max-width: 991px) {
    .main-wrapper.service-page {
        padding-top: 100px;
    }
    nav.navbar.navbar-expand-lg.custom_nav-container {
        padding: 10px 0 !important;
    }
}
@media (max-width: 575px) {
    .main-wrapper.service-page {
        padding-top: 134px;
    }
    .r-r-bread nav.breadcrumb-wrapper ol.breadcrumb,
    nav.breadcrumb-wrapper.case-detail-bread ol.breadcrumb {
        width: auto !important;
    }
    .pass-right,
    .pass-left {
        padding: 0 !important;
    }
}
/*  inner pages css  */

.title-under-line:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 3px;
    background-image: linear-gradient(to right, #c69d61, #ffdba1, #c69d61);
    left: 25px;
    transform: translate(-50%);
    bottom: -10px;
}
.title-under-line {
    position: relative;
}
.multi-f-right {
    max-width: 350px;
    margin-left: auto;
    height: 100%;
}
.r-r-bread nav.breadcrumb-wrapper ol.breadcrumb {
    width: 500px;
}
.review-case.regular {
    background: #f8feff;
    border: 1px solid #c8e4e8;
    border-radius: 10px;
    padding: 10px 0;
    width: 100%;
    margin: 0;
    margin-top: 10px;
}
.view-btn .icon-search {
    position: absolute;
    top: 8px;
    left: 15px;
}
.view-btn input {
    padding-left: 50px;
    font-size: 16px;
    background: #f9f9f9;
    border: 1px solid #b4b4b4;
    border-radius: 10px;
}
.view-btn select.form-select.form-control {
    font-size: 14px;
    background: #f9f9f9;
    border: 1px solid #b4b4b4;
    border-radius: 10px;
}
.view-btn input::placeholder {
    font-size: 14px;
}
.btn-primary:hover {
    box-shadow: 0 5px 10px rgb(198 158 98 / 40%);
}
.multisteps-form__content i.fa.fa-clock-o {
    position: absolute;
    left: 5px;
    top: 10px;
}
.form-group.check-radio input {
    padding: 0;
}
.multisteps-form__content a.cat-btn {
    background: #fff;
    width: 100%;
    display: block;
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    color: #000;
    height: 100%;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #103c42;
    border-color: #103c42;
}
.page-item .page-link {
    color: #22242b;
}
.multisteps-form__content a.cat-btn:hover {
    background: #fcfaf7;
    border-color: #c69d61;
}

/*  About Us page css start  */

.experience_main_1 {
    padding: 80px 0;
}
.exp_left {
    background: #f2f2f2;
}
.exp_right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #f2f2f2;
}
.exp-img {
    height: 100%;
}
.exp-img img {
    height: 100%;
    object-fit: cover;
}
.exp-text {
    padding: 50px;
    z-index: 99;
}
.sub-line {
    width: 30px;
    height: 2px;
    background-image: linear-gradient(to right, #c69d61, #ffdba1, #c69d61);
    margin-left: 20px;
    margin-top: 10px;
}
.sub-line.sub-1 {
    margin-right: 20px;
    margin-left: 0;
}
section.testimonial_sec_1 {
    background-image: url(../images/about-bg-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
}
.testi_card_1 {
    padding: 50px 0 0;
}
.testi_card_1 .card {
    background: #09171799;
    height: 100%;
}
.testi_card_1 .card-footer {
    background: transparent;
    border: none;
}
.testi_card_1 p {
    color: #9b9b9b;
}
p.testi-name {
    color: #ffdba1;
    margin-top: 30px;
}
.testi_title h6 {
    color: #ffdba1;
}
.testi_card_1 h2 {
    color: #ffdba1;
    font-size: 36px;
}
section h6 {
    color: #c69d61;
    font-weight: 700;
    font-size: 18px;
}
@media (max-width: 575px) {
    section.experience_main.experience_main_2 .exp-text {
        margin: 0 !important;
        padding: 20px;
    }
}
/*  About Us page css over  */

div#contracts-modal a.primary-color.btn.text-capitalize.case-btn.border {
    color: #c69d61;
    font-weight: 700;
}
div#contracts-modal a.btn.text-capitalize.bg-white.case-btn.border {
    color: #c69d61;
    border-color: #c69d61 !important;
}

.text-orange {
    color: #f3880e;
}

.text-green {
    color: #02f802;
}

.text-red {
    color: #f30e0e;
}

.price {
    color: #c69d61;
}

.descrip-rules {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 10% 0;
}
.rules_inner .descrip-rules p {
    font-size: 20px;
    margin: 0 0 15px;
    width: 100%;
}

.serices-inner ul .nav-item {
    width: 50%;
}
.nav-pills .nav-link {
    color: #9e9e9e;
    border-bottom: 2px solid #9e9e9e;
    text-align: center;
    border-radius: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background: transparent;
    color: #c69d61;
    border-bottom: 2px solid #c69d61;
}
.pac-container {
    border-top: 0 !important;
}
/* =============== Table =============== */
.custom-table thead tr[role="row"] th {
    background-color: #f0f0f0;
    color: #464646;
    border-bottom: 1px solid #dee2e6 !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 26.62px;
}
.custom-table tbody tr[role="row"] td {
    background-color: white;
    color: #74828f;
    padding: 30px 10px;
}

.pagination-customization {
    background-color: white;
    padding: 8px;
    border-radius: 10px;
}

@media (max-width: 575px) {
    .nav-pills .nav-link {
        font-size: 16px !important;
    }
    .case-name-title .create {
        font-size: 16px !important;
        width: 35px !important;
        height: 35px !important;
    }
    .case-name-title .completed {
        width: 75px !important;
        background: unset !important;
    }
    .case-info .case-img-box {
        width: 32px !important;
        height: 32px !important;
    }
    .pending-appointment-request .hire-btn-case .js-reject-btn {
        font-size: 14px !important;
    }
    .pending-appointment-request .hire-btn-case .btn-primary {
        max-width: 110px !important;
        font-size: 14px !important;
    }
}
.case-sec-box {
    background: #f8feff;
    padding: 10px;
    border: 1px solid #c8e4e8;
    border-radius: 10px;
    margin-bottom: 10px;
}
.service-round .case-sec-box {
    color: #000;
    font-size: 14px !important;
    border: 1px solid #c5c5c5 !important;
    box-shadow: 0px 5px 5px #dbdbdb;
    transition: all ease-in-out 0.3s;
}
.service-round .case-sec-box:hover {
    color: #103c42;
    border: 1px solid #c69d61 !important;
}

@media (max-width: 768px) {
    .service-round .case-sec-box {
        font-size: 12px !important;
    }
    .case-sec-box #btn_consultation_history {
        font-size: 14px;
        /* width: 170px !important; */
    }
    .case-sec-box #btn_chat_history {
        font-size: 14px;
        /* width: 120px !important; */
    }
}

/* 15-11-2022 */
.use-contract .card-body img {
    height: 90px;
    width: 100%;
    object-fit: contain;
}
.use-contract .contract-title {
    white-space: normal;
    word-break: keep-all;
    height: 50px;
}

@media (max-width: 1200px) {
    .lawyer-detail-tab .nav-pills .nav-link {
        font-size: 16px !important;
    }
}

.service-round .list-card {
    position: relative;
}

.service-round .rule-bookmark {
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 5;
    color: #c69d61;
    transition: all ease-in-out 0.3s;
}
.rule-keyword button {
    width: 30px !important;
    border-radius: 80% !important;
    background-color: #103c42;
    background-image: unset !important;
    transition: all ease-in-out 0.3s;
}

.rule-keyword button:hover {
    background-color: #1b6a74;
    border-color: #1b6a74;
}

.rule-keyword h5 {
    font-size: 14px;
    font-weight: 600;
}

.rule-keyword img {
    width: 100%;
    object-fit: contain;
}

/* newsdetail page */
.news-detail-box .newsdetail-img img {
    max-height: 360px;
}
.newsdetail-content .main-title {
    width: calc(100% - 160px);
}
.newsdetail-content .news-profile {
    width: 160px;
}

@media (max-width: 1200px) {
    .newsdetail-content .main-title p {
        font-size: 18px !important;
    }
    .news-detail-box .newsdetail-img img {
        max-height: 300px;
    }
}

@media (max-width: 768px) {
    .newsdetail-content .main-title p {
        font-size: 16px !important;
    }
    .news-detail-box .newsdetail-img img {
        max-height: 260px;
    }
    .newsdetail-content .news-profile p {
        font-size: 10px !important;
    }
    .newsdetail-content .main-title {
        width: calc(100% - 125px);
    }
    .newsdetail-content .news-profile {
        width: 125px;
    }
}

.service-round .rule-bookmark:hover:before {
    content: "\f02e";
    transition: all ease-in-out 0.3s;
}
.news-feed-list-img {
    height: 100%;
    object-fit: cover;
}

/* 21-11-2022 */
.serices-inner .inner-data {
    grid-gap: 20px;
}
.serices-inner .inner-data .services-boxes {
    width: 32%;
    height: 100%;
}
.inner-data .services-boxes .service-img {
    height: 280px;
}

@media (max-width: 1200px) {
    .serices-inner .inner-data .services-boxes {
        width: 31.5%;
        height: 100%;
    }
    .inner-data .services-boxes .service-img {
        height: 210px;
    }
}

@media (max-width: 991px) {
    .serices-inner .inner-data .services-boxes {
        width: 47%;
        height: 100%;
    }
}
@media (max-width: 768px) {
    .serices-inner .inner-data .services-boxes {
        width: 100%;
        height: 100%;
    }
}

nav.breadcrumb-wrapper {
    text-align: center;
}

.news-feed-bottom {
    bottom: 0;
}
.news-feed-img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/news-feed-bg.svg);
    left: 0;
    top: 0;
    border-radius: 10px;
}
.news-feed-img {
    position: relative;
}
.news-feed-tren a {
    color: #c69d61;
}
.news-trend-link {
    color: #000;
}
.news-feed-list-img {
    height: 100%;
    object-fit: cover;
}
