:root {
    --color-main: #ad9263;
    --color-blue: #0e2844;
    --color-white: #fff;
    --color-dark: #000;
    --color-default: #868681;
}

/*---=================================
   <!--Header Area Css-->
==================================---*/

.pt-100 {
    padding: 90px 0px;
}

.navbar {
    padding: 5px 0px;
    background: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(238, 238, 238);
}

.sticky {
    left: 0px;
    margin: auto;
    top: 0px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px -2px;
    transition: all linear 0.4s;
    animation: 500ms ease 0s 1 normal none running slideInDown;
    backdrop-filter: blur(15px);
    background-color: rgb(255 255 255);
    position: fixed !important;
    z-index: 999 !important;
}

.logo img {
    max-width: 185px;
}

.navbar-brand {
    font-weight: 800;
    font-size: 24px;
    color: var(--color-dark);
    letter-spacing: -1px;
}

.nav-link {
    font-size: 17px;
    letter-spacing: 0.3px;
    font-weight: 600;
    color: var(--color-blue);
    transition: all linear 0.4s;
    padding: 10px 15px !important;
}

.nav-link:hover,
.services-link:hover {
    color: var(--color-main);
}

@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0px);
        transition: all linear 0.4s;
    }

    .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(15px);
        border-right: none;
        border-bottom: none;
        border-left: none;
        border-image: initial;
        box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 30px;
        border-top: 3px solid var(--color-main);
        padding: 15px 0px;
        min-width: 220px;
    }
}

.dropdown-item {
    font-size: 17px;
    padding: 10px 25px;
    font-weight: 500;
    color: var(--color-blue);
}

.dropdown-item:hover {
    background-color: rgb(248, 249, 250);
    color: var(--color-main);
}

.btn-quote {
    background: var(--color-blue);
    color: rgb(255, 255, 255);
    border-radius: 50px;
    padding: 12px 26px;
    font-weight: 600;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: none;
    transition: all linear 0.4s;
}

.btn-quote:hover {
    background: var(--color-main);
    color: rgb(255, 255, 255);
}

.offcanvas {
    width: 300px !important;
}

.offcanvas-header {
    border-bottom: 1px solid rgb(238, 238, 238);
}

.mobile-nav-link {
    font-size: 18px;
    font-weight: 500;
    color: var(--color-blue);
    text-decoration: none;
    display: block;
    padding: 12px 0px;
    border-bottom: 1px solid rgb(248, 249, 250);
}

.mobile-nav-link i {
    font-size: 15px;
}

.burger-icon {
    font-size: 24px;
    color: var(--color-main);
    cursor: pointer;
}

/*---=================================
   <!--Hero Area Css-->
==================================---*/

.hero-area {
    background-image: linear-gradient(45deg, rgb(14 40 68 / 60%), rgb(14 40 68 / 57%)), url(..//images/slider/hero-bg-01.jpg);
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
    background-size: cover !important;
    background-position: center, center;
}

.hero-style.hero-area {
    background: linear-gradient(45deg, rgb(14 40 68 / 55%), rgb(14 40 68 / 71%)), url(../images/slider/hero-bg-02.jpg);
}

.hero-style-2.hero-area {
    background: linear-gradient(45deg, rgb(14 40 68 / 72%), rgb(14 40 68 / 76%)), url(../images/slider/hero-bg-03.jpg);
    background-position: center, center;
}

.hero-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    z-index: 1;
}

.hero-content .main-title {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 1.8px;
    color: var(--color-white);
    text-align: center;
    opacity: 0;
    transform: scale(1.3);
    filter: blur(12px);
    animation: 2s cubic-bezier(0.16, 1, 0.3, 1) 0.5s 1 normal forwards running zoomBlurIn;
}

.hero-content .sub-title {
    font-size: 25px;
    font-weight: 500;
    color: var(--color-white);
    text-transform: capitalize;
    text-align: center;
    letter-spacing: 1px;
    margin-top: 20px;
    opacity: 0;
    transform: scale(1.3);
    filter: blur(12px);
    animation: 1.5s cubic-bezier(0.16, 1, 0.3, 1) 1.5s 1 normal forwards running zoomBlurIn;
}

@keyframes zoomBlurIn {
    0% {
        opacity: 0;
        transform: scale(1.3);
        filter: blur(12px);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        filter: blur(0px);
    }
}

.hero-content p {
    font-size: 18px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.68);
    font-weight: 400;
    margin: 20px 0px 0px;
    text-align: center;
}

.hero-slides .owl-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    left: 50%;
}

.hero-slides .owl-dots .owl-dot {
    position: relative;
    z-index: 1;
    margin: 18px 7px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid rgb(253, 251, 255);
}

.hero-slides .owl-dots .owl-dot.active {
    background-color: rgb(204, 181, 116);
    position: relative;
    width: 11px;
    height: 11px;
}

.hero-slides .owl-dots .owl-dot.active::after {
    position: absolute;
    width: 23px;
    height: 23px;
    z-index: 1;
    content: "";
    border: 2px solid var(--color-main);
    left: -8px;
    top: -8px;
    border-radius: 50%;
    text-align: center;
}

.hero-slides .owl-prev i {
    background: rgba(230, 233, 243, 0.08);
    display: inline-block;
    color: rgb(255, 255, 255);
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border-radius: 3px;
    font-size: 18px;
    transition: all linear 0.4s;
}

.hero-slides .owl-prev i:hover {
    background: var(--color-white);
    color: rgb(255, 255, 255);
}

.hero-slides .owl-next i {
    background: rgba(230, 233, 243, 0.08);
    color: rgb(255, 255, 255);
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border-radius: 3px;
    font-size: 18px;
    transition: all linear 0.4s;
}

.owl-next i:hover {
    background: var(--color-main);
    color: rgb(255, 255, 255);
}

.owl-nav {
    position: absolute;
    top: 50%;
    left: 40px;
    width: 95%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    z-index: 10;
}

.owl-nav button {
    background: rgb(240, 240, 240);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: rgb(51, 51, 51);
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
    pointer-events: all;
}

.owl-nav button:hover {
    background: rgb(224, 224, 224);
    transform: scale(1.1);
}

.main-button {
    margin-top: 30px;
    display: inline-block;
}

.main-button a {
    display: inline-block;
    background: var(--color-main);
    border: 2px solid var(--color-main);
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.8px;
    padding: 12px 40px;
    border-radius: 50px;
    position: relative;
    z-index: 1;
}

.main-button a i {
    font-size: 16px;
}

.main-button a:hover {
    color: rgb(1, 2, 1);
}

.main-button a::before {
    position: absolute;
    content: "";
    width: 0px;
    height: 100%;
    left: 50%;
    top: 0px;
    background: rgb(255, 255, 255);
    border-radius: 50px;
    z-index: -1;
    transition: all linear 0.4s;
}

.main-button a:hover::before {
    width: 100%;
    left: 0px;
}

/*---=================================
   <!-- Feature Area Css-->
==================================---*/

.feature-area {
    background: linear-gradient(rgb(255 255 255 / 76%), rgb(255 255 255 / 76%)), url(..//images/feature-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid rgba(14, 40, 68, 0.14);
}

.feature-2 {
    background-image: url("..//images/mission-bg.jpg");
    ;
    background-repeat: no-repeat;
    background-size: cover;
}

.feature-box {
    border: 1px solid rgb(14 40 68 / 13%);
    backdrop-filter: blur(0px);
    background-color: rgb(255 255 255);
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    padding: 30px 15px;
    border-radius: 6px;
    transition: all linear 0.4s;
    position: relative;
    z-index: 2;
}

.feature-box:hover {
    background: rgb(255, 255, 255);
    box-shadow: rgba(204, 211, 214, 0.3) 20px 14px 18px 2px;
    transform: scale(1.03);
    cursor: pointer;
}

.feature-img img {
    width: 70px !important;
    height: 70px;
    padding: 10px;
    border-radius: 10px;
    transition: all linear 0.4s;
}

.feature-img img {
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    display: block;
}

.feature-box:hover .feature-img img {
    transform: rotateY(360deg);
}

.feature-img .img_1 {
    background: rgba(255, 130, 110, 0.22);
    border: 1px solid rgba(255, 126, 3, 0.16);
}

.feature-img .img_2 {
    background: rgba(127, 233, 255, 0.31);
    border: 1px solid rgba(95, 177, 255, 0.31);
}

.feature-img .img_3 {
    background: rgba(234, 50, 135, 0.19);
    border: 1px solid rgba(244, 87, 144, 0.16);
}

.feature-img .img_4 {
    background: rgba(0, 64, 146, 0.25);
    border: 1px solid rgba(0, 64, 146, 0.26);
}

.feature-img .img_5 {
    background: #0d6efd45;
    border: 1px solid rgba(40, 62, 137, 0.27);
}

.feature-content h4 {
    font-size: 25px;
    font-weight: 600;
    color: var(--color-blue);
}

.feature-content a {
    font-size: 16px;
    font-weight: 500;
    color: var(--color-blue);
    transition: all linear 0.4s;
}

.feature-content a span i {
    font-size: 12px;
    color: var(--color-blue);
    transition: all linear 0.4s;
}

.feature-content a:hover {
    color: var(--color-main);
}

.feature-content a:hover span i {
    color: var(--color-main);
    margin-left: 5px;
}

.feature-area .owl-nav {
    position: absolute;
    top: 50%;
    left: -53px;
    width: 109%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.feature-area .owl-prev,
.feature-area .owl-next {
    pointer-events: all;
}

.feature-area .owl-prev i,
.feature-area .owl-next i {
    display: inline-block;
    border: 1px solid rgba(51, 54, 56, 0.19);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 3px;
    color: rgb(0, 0, 0);
    transition: all linear 0.4s;
}

.feature-area .owl-prev i:hover,
.feature-area .owl-next i:hover {
    background: var(--color-blue);
    color: var(--color-white);
}

.law-slider .owl-item {
    padding: 10px;
}

.feature-area .owl-stage-outer {
    padding: 5px;
}

/*---=================================
   <!-- About Area Css-->
==================================---*/

.about-us-area {
    background: linear-gradient(rgb(238 238 241 / 85%), rgb(238 238 241 / 96%)), url(..//images/about-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid rgba(14, 40, 68, 0.14);
}

.about-image-container {
    position: relative;
}

.main-about-img img {
    width: 85%;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 40px;
}

.team-overlap-card {
    position: absolute;
    bottom: -50px;
    right: 0px;
    width: 55%;
    background: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 15px 30px;
}

.team-overlap-card img {
    width: 100%;
    border-radius: 10px;
}

.ask-lawyer-badge {
    padding: 15px 10px 10px;
    text-align: center;
}

.ask-lawyer-badge span {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
}

.ask-lawyer-badge h4 {
    font-size: 25px;
    font-weight: 600;
    margin: 12px 0px;
}

.badge-contact {
    display: flex;
    justify-content: center;
    border-radius: 5px;
    overflow: hidden;
    font-size: 14px;
}

.call-icon {
    background: var(--color-blue);
    color: var(--color-white);
    padding: 8px 15px;
}

.phone-num {
    background: var(--color-main);
    color: rgb(255, 255, 255);
    padding: 8px 15px;
    font-weight: 600;
}

.ask-lawyer-badge span a {
    color: var(--color-white);
}

.title-line {
    width: 95px;
    height: 2px;
    background: linear-gradient(45deg, rgb(173, 146, 99), transparent);
    margin: 10px 0px 18px;
}

.about-right {
    position: relative;
}

.about-shape {
    position: absolute;
    left: 320px;
    bottom: 10px;
    animation: dance3 4s linear infinite;
}

@keyframes dance3 {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }

    50% {
        -webkit-transform: translateX(-15px);
        transform: translateX(-15px);
    }

    100% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
}

.quote-section {
    display: flex;
    background: rgb(243 244 248);
    padding: 20px;
    border-left: 4px solid var(--color-main);
    box-shadow: rgb(0 0 0 / 2%) 5px 5px 15px;
}

.quote-icon i {
    font-size: 30px;
    color: var(--color-main);
    margin-right: 15px;
    opacity: 0.3;
}

.quote-section p {
    font-style: italic;
    color: rgb(14 40 68);
    margin: 0px;
}

.goal-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.goal-item i {
    color: var(--color-main);
    margin-right: 10px;
}

.goal-item span {
    font-size: 18px;
    font-weight: 500;
    color: var(--color-dark);
}

@media (max-width: 991px) {
    .about-content-wrap {
        margin-top: 80px;
    }

    .main-about-img img {
        width: 100%;
    }
}

/*---=================================
   <!-- counter Area Css-->
==================================---*/

.counter-section {
    background: linear-gradient(rgb(255 255 255 / 84%), rgba(255, 255, 255, 0.9)), url(..//images/counter-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.counter-grid {
    border-top: 1px solid rgb(238, 238, 238);
    border-left: 1px solid rgb(238, 238, 238);
}

.counter-item {
    padding: 30px;
    text-align: center;
    border-right: 1px solid rgb(14 40 68 / 18%);
    border-bottom: 1px solid rgb(14 40 68 / 18%);
}

.counter-item:nth-child(3),
.counter-item:nth-child(6) {
    border-right: none;
}

.counter-item:nth-child(n+4) {
    border-bottom: none;
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    font-family: "Lato", sans-serif !important;
}

.counter-heading {
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-item h3 {
    display: inline-block;
    font-size: 60px;
    color: var(--color-main);
    font-weight: 500;
}

.suffix {
    font-size: 60px;
    color: var(--color-main);
    line-height: 35px;
}

.counter-item p {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--color-dark);
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.child-heading {
    font-size: 18px;
    font-weight: 400;
    color: var(--color-main);
    margin-bottom: 15px;
}

.main-heading {
    font-size: 45px;
    font-weight: 600;
    color: var(--color-blue);
    letter-spacing: 0.6px;
}

/*---=================================
   <!--Testimonial Area Css-->
==================================---*/

.testimonial-area {
    background: linear-gradient(rgb(14 39 67 / 0%), rgb(13 38 65 / 51%)), url(..//images/test-bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.testimonial-2 {
    background: var(--color-white);
}

.testimonial-2 .testimonial-wrap {
    background: #36323214;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    text-align: center;
}

.testimonial-2 .testimonial-wrap::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 15px 15px 0 15px;
    border-style: solid;
    border-color: rgb(14 40 68 / 10%) transparent transparent transparent;
}

.testimonial-list-1 .owl-stage {
    display: flex;
    align-items: flex-start;
}

.testimonial-item {
    margin: 10px;
}

.testimonial-wrap {
    background: var(--color-white);
    border-radius: 10px;
    padding: 30px;
    position: relative;
    text-align: center;
}

.testimonial-wrap::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 15px 15px 0 15px;
    border-style: solid;
    border-color: rgb(255 255 255) transparent transparent transparent;
}

.testimonial-content p {
    line-height: 1.7;
    margin-bottom: 25px;
}

.testimonial-content h4 {
    font-size: 24px;
    margin-bottom: 5px;
}

.testimonial-content span {
    font-size: 17px;
}

.testimonial-img {
    position: absolute;
    bottom: -85px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    padding: 6px;
    position: relative;
}

.testimonial-img:before {
    position: absolute;
    content: "";
    width: 70px;
    height: 70px;
    left: 0;
    right: 0;
    top: 0px;
    border: 2px dashed var(--color-main);
    border-radius: 50%;
    margin: auto;
    animation: rotateme 20s linear infinite;
    z-index: -1;
}

@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.testimonial-list-1 .owl-stage-outer {
    padding-bottom: 80px;
}

.testimonial-list-1 .owl-dots {
    text-align: center;
    justify-content: center;
    display: flex;
    position: relative;
    top: 30px;
}

.testimonial-list-1 .owl-dot span {
    width: 10px;
    height: 10px;
    background: rgb(197, 202, 195);
    border-radius: 50%;
    display: block;
    margin: 0 6px;
    transition: 0.3s;
}

.testimonial-list-1 .owl-dot.active span {
    background: var(--color-white);
    position: relative;
}

.testimonial-list-1 .owl-dot.active span::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    left: -5px;
    top: -5px;
    border: 1px solid rgb(205, 182, 116);
    border-radius: 50%;
}

/*---=================================
   <!--Team Area Css-->
==================================---*/

.our-team-area {
    background-color: rgb(238, 238, 241);
    border-bottom: 1px solid rgba(14, 40, 68, 0.14);
}

.our-team-single-box {
    border: 1px solid rgb(255, 255, 255);
    backdrop-filter: blur(0px);
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: rgba(0, 0, 0, 0) 0px 1px 4px;
    border-radius: 5px;
    padding: 15px;
    transition: all linear 0.4s;
}

.our-team-single-box:hover {
    background: rgb(255, 255, 255);
    box-shadow: rgba(204, 211, 214, 0.3) 20px 14px 18px 2px;
}

.team-profile {
    position: relative;
    overflow: hidden;
}

.team-profile img {
    width: 100%;
    border-radius: 5px;
}

.team-social {
    position: absolute;
    top: 50%;
    left: -60px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: all linear 0.4s;
}

.team-social a {
    width: 35px;
    height: 35px;
    background-color: var(--color-blue);
    color: var(--color-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 15px;
    transition: all linear 0.4s;
}

.team-social a:hover {
    background-color: var(--color-main)
}

.our-team-single-box:hover .team-social {
    left: 15px;
}

.our-team-content h4 {
    font-size: 25px;
    font-weight: 600;
    color: var(--color-blue);
    letter-spacing: 0.5px;
    margin-top: 20px;
}

.our-team-content span {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    color: rgb(99, 93, 93);
}

.our-team-content p {
    font-size: 18px;
    line-height: 1.5;
}

.our-team-content a {
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    color: var(--color-blue);
    transition: all linear 0.4s;
    display: flex;
}

.our-team-content a i {
    font-size: 20px;
    font-weight: 500;
    color: var(--color-blue);
    display: flex;
    align-items: center;
    transition: all linear 0.4s;
}

.our-team-content a:hover {
    color: var(--color-main);
}

.our-team-content a:hover i {
    margin-left: 5px;
    color: var(--color-main);
}

.our-team-area .owl-nav {
    position: absolute;
    top: 50%;
    left: -58px;
    width: 109%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.our-team-area .owl-prev,
.our-team-area .owl-next {
    pointer-events: all;
}

.our-team-area .owl-prev i,
.our-team-area .owl-next i {
    display: inline-block;
    border: 1px solid rgb(255, 255, 255);
    backdrop-filter: blur(0px);
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: rgba(0, 0, 0, 0) 0px 1px 4px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 3px;
    color: rgb(0, 0, 0);
    transition: all linear 0.4s;
}

.our-team-area .owl-prev i:hover,
.our-team-area .owl-next i:hover {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

/*---=================================
   <!--Legal-section-area Css-->
==================================---*/

.legal-section-area {
    background: rgb(255, 255, 255);
}

.legal-list {
    display: flex;
    gap: 40px;
    margin-bottom: 30px;
}

.legal-list ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.legal-list li {
    font-size: 17px;
    margin-bottom: 15px;
    font-weight: 600;
    display: flex;
    color: #0e2844;
}

.legal-list img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-right: 10px;
}

.learn-more {
    font-weight: 600;
    text-transform: uppercase;
    color: var(--color-main);
    text-decoration: none;
    letter-spacing: 1px;
    border-bottom: 1px solid #b58a4c;
    padding: 10px 0px;
}

.learn-more:hover {
    color: var(--color-blue);
}

.learn-more i {
    margin-left: 5px;
}

.legal-help-box {
    text-align: center;
    padding: 60px 40px;
    border-left: 1px solid rgb(238, 238, 238);
}

.icon-circle {
    width: 110px;
    height: 110px;
    border: 2px solid rgb(221, 221, 221);
    border-radius: 50%;
    margin: 0px auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-circle i {
    font-size: 40px;
    color: rgb(181, 138, 76);
}

.legal-help-box h4 {
    margin-bottom: 15px;
    font-weight: 600;
}

.legal-help-box p {
    color: rgb(119, 119, 119);
}

.slider-dots {
    margin-top: 30px;
}

.slider-dots span {
    width: 10px;
    height: 10px;
    background: rgb(204, 204, 204);
    border-radius: 50%;
    display: inline-block;
    margin: 0px 4px;
}

.slider-dots span.active {
    background: var(--color-blue);
}

/*---=================================
   <!--Lawyer cta Area Css-->
==================================---*/

.lawyer-cta-area {
    background: linear-gradient(rgb(0 0 0 / 58%), rgb(0 0 0 / 72%)), url(..//images/cta-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0px;
}

.cta-inner {
    display: flex;
    align-items: center;
    min-height: 380px;
}

/*---================================================
   <!--Project Area Css-->
===================================================---*/

.project-area {
    background: rgb(255, 255, 255);
    border-bottom: 1px solid rgba(14, 40, 68, 0.14);
}

.project-area .section-title {
    text-align: center;
    margin-bottom: 80px;
}

.project-area .section-title span {
    color: rgb(181, 138, 76);
    letter-spacing: 2px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}

.single-project-box {
    position: relative;
    overflow: visible;
}

.single-project-box .project-thumb img {
    width: 100%;
    display: block;
}

.single-project-content {
    background: var(--color-white);
    padding: 20px 25px;
    position: absolute;
    width: 91%;
    bottom: -65px;
    left: 0px;
    right: 0px;
    border-radius: 0px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 20px 40px;
    margin-bottom: 0px;
    transition: all linear 0.4s;
}

.single-project-box:hover .single-project-content {
    bottom: -25px;
}

.single-project-content span {
    font-size: 17px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: rgb(99, 93, 93);
}

.single-project-content h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    color: var(--color-blue);
}

.single-project-content a {
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    color: var(--color-blue);
    display: flex;
    transition: all linear 0.4s;
}

.single-project-content a i {
    font-size: 15px;
    display: flex;
    align-items: center;
    margin-left: 6px;
}

.project-area .owl-dots {
    margin-top: 80px;
    text-align: center;
}

.project-area .owl-dot {
    width: 10px;
    height: 10px;
    background: rgb(204, 204, 204);
    border-radius: 50%;
    display: inline-block;
    margin: 0px 5px;
}

.project-area .owl-dot.active {
    background: var(--color-blue);
}

/*---=================================
   <!--Blog Area Css-->
==================================---*/

.blog-area {
    background: rgb(238, 238, 241);
    border-bottom: 1px solid rgba(14, 40, 68, 0.14);
}

.single-blog-box {
    border: 1px solid rgb(255, 255, 255);
    backdrop-filter: blur(0px);
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: rgba(0, 0, 0, 0) 0px 1px 4px;
    border-radius: 14px;
    overflow: hidden;
    margin-bottom: 30px;
    transition: all linear 0.4s;
}

.single-blog-box:hover {
    transform: translateY(-10px);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 40px;
}

.single-blog-thumb {
    position: relative;
    overflow: hidden;
}

.single-blog-thumb img {
    width: 100%;
    transition: all linear 0.4s;
}

.single-blog-box:hover img {
    transform: scale(1.1);
}

.blog-tag {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--color-main);
    color: rgb(255, 255, 255);
    font-size: 12px;
    padding: 6px 14px;
    border-radius: 30px;
    font-weight: 600;
}

.blog-content {
    padding: 25px;
}

.blog-content a {
    font-size: 25px;
    font-weight: 600;
    color: var(--color-blue);
    line-height: 1.3;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
}

.blog-content a:hover {
    color: rgb(160, 126, 66);
}

.blog-author-title h6 a:hover {
    color: var(--color-main);
}

.blog-button a {
    width: 42px;
    height: 42px;
    background: rgba(160, 126, 66, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all linear 0.4s;
}

.blog-button i {
    font-size: 20px;
    color: var(--color-main);
}

.single-blog-box:hover .blog-button a {
    background: var(--color-main);
}

.single-blog-box:hover .blog-button i {
    color: rgb(255, 255, 255);
}

.blog-meta li {
    font-size: 14px;
    color: rgb(119, 119, 119);
}

.blog-meta i {
    color: var(--color-main);
    margin-right: 5px;
}

.meta-icons span {
    margin-left: 10px;
}

.blog-arthor {
    border-top: 1px solid rgb(238, 238, 238);
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-author-title a {
    font-size: 16px;
    font-weight: 500;
    color: var(--color-blue);
}

.blog-button i {
    font-size: 26px;
    color: rgb(160, 126, 66);
    transition: all linear 0.4s;
}

.blog-button i:hover {
    transform: translateX(5px);
}

/*---=================================
   <!--Contact Area Css-->
==================================---*/

.contact-area {
    background-color: #fff;
    padding: 90px 0px;
}

.contact-area .section-title.left {
    margin-bottom: 42px;
}

.row.contact-info-bg {
    background: url("../images/location-bg.jpg") center center / cover no-repeat;
    padding: 50px 30px 45px;
    border-radius: 10px;
}

.contact-info-bg .location-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.contact-form-box {
    position: relative;
    overflow: hidden;
}

.contact-form-box img {
    width: 100%;
    border-radius: 10px;
}

.contact-form-box::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.contact-form-box:hover::before {
    height: 250%;
    transition: 600ms linear;
    background-color: transparent;
}

.contact-info-box {
    text-align: center;
    padding: 0px 50px;
    position: relative;
}

.contact-info-box::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 120px;
    right: -10px;
    top: 61px;
    background: rgba(255, 255, 255, 0.45);
}

.contact-info-box.two::before {
    background: transparent;
}

.contact-info-content h4 {
    font-size: 24px;
    color: rgb(255, 255, 255);
    margin: 19px 0px 10px;
    font-weight: 600;
}

.contact-info-content p {
    color: rgb(255, 255, 255);
    margin: 0px;
}

.contact-info-content p a {
    color: rgb(255, 255, 255);
}

.row.pagla-shahin {
    padding-top: 100px;
}

#map {
    width: 100%;
    height: 600px;
    border-radius: 10px;
}

.single-input-box {
    position: relative;
}

.single-input-box i {
    position: absolute;
    left: 13px;
    bottom: 0px;
    top: 16px;
    display: flex;
    color: rgb(204 181 116);
    font-size: 17px;
}

.single-input-box input {
    width: 100%;
    font-weight: 500;
    border-radius: 4px;
    padding: 12px 36px;
    margin-bottom: 20px;
    border: 1px solid rgb(14 40 68 / 16%);
    backdrop-filter: blur(0px);
    background-color: rgba(8, 7, 7, 0);
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.single-input-box input::placeholder {
    color: rgb(134, 134, 129);
}

.single-input-box textarea {
    width: 100%;
    height: 150px;
    border-radius: 4px;
    padding: 10px 36px;
    margin-bottom: 20px;
    border: 1px solid rgb(14 40 68 / 20%);
    backdrop-filter: blur(0px);
    background-color: rgba(8, 7, 7, 0);
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.single-input-box textarea::placeholder {
    color: rgb(134, 134, 129);
}

.input-check input {
    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.input-check span {
    display: inline-block;
    font-size: 17px;
}

.contact-submit-button button {
    background: rgb(204, 181, 116);
    color: rgb(255, 255, 255);
    border: transparent;
    padding: 13px 25px;
    font-size: 17px;
    border-radius: 50px;
    font-weight: 500;
    letter-spacing: 1.2px;
    margin-top: 35px;
    outline: 0px;
    transition: 0.5s;
}

.contact-submit-button button:hover {
    background: rgb(1, 2, 1);
    color: rgb(255, 255, 255);
}

/*---=================================
   <!-- Footer Area Css-->
==================================---*/

.footer {
    background: linear-gradient(rgb(6 8 24 / 65%), rgb(2 3 13 / 92%)), url(..//images/footer.jpg);
    color: rgb(255, 255, 255);
}

.footer-main {
    padding: 75px 0px;
}

.footer-title {
    font-size: 25px;
    margin-bottom: 30px;
    position: relative;
    color: rgb(255, 255, 255);
}

.footer-title::after {
    content: "";
    width: 90px;
    height: 3px;
    background: linear-gradient(45deg, #ac9162, #f1f0f00d);
    position: absolute;
    left: 0px;
    bottom: -12px;
}

.footer-main p {
    font-size: 18px;
    line-height: 1.8;
    color: #ffffffeb;
}

.footer-contact li {
    font-size: 17px;
    margin-bottom: 10px;
}

.footer-contact i {
    color: var(--color-main);
    margin-right: 8px;
}

.footer-contact li a{
    color: var(--color-white);
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    font-size: 18px;
    font-weight: 500;
    color: rgb(255 255 255 / 74%);
    transition: all linear 0.4s;
}

.footer-links a:hover {
    color: rgb(203, 178, 138);
    opacity: 1;
    margin-left: 5px;
}

.footer-links a i {
    font-size: 16px;
    color: var(--color-main);
    display: inline-block;
    margin-right: 5px;
    transition: all linear 0.4s;
}

.newsletter-form {
    position: relative;
    margin-top: 15px;
}

.newsletter-form input {
    width: 100%;
    background: transparent;
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    outline: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 20px 40px 12px 0px;
    color: rgb(255, 255, 255);
}

.newsletter-form input::placeholder {
    color: rgb(255, 255, 255);
}

.newsletter-form button {
    position: absolute;
    right: 0px;
    top: 10px;
    background: none;
    border: none;
    color: var(--color-main);
    font-size: 18px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0px;
}

.bottom-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom p {
    font-size: 17px;
}

.footer-bottom p a{
   color: #868681;
   transition: all linear 0.4s;
}

.footer-bottom p a:hover{
    color: var(--color-main);
}

.footer-social ul {
    display: flex;
    justify-content: end;
}

.footer-social ul li i {
    position: relative;
    background: rgba(255, 255, 255, 0.11);
    display: inline-block;
    font-size: 16px;
    color: rgb(255, 255, 255);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin: 0px 3px;
    z-index: 1;
    transition: all linear 0.4s;
}

.footer-social ul li i:hover {
    color: rgb(255, 255, 255);
}

.footer-social ul li i::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    transform: scale(0);
    background: var(--color-main) !important;
    z-index: -1;
    transition: all linear 0.4s;
}

.footer-social ul li i:hover::after {
    transform: scale(1);
}

/*---=================================
   <!-- Breadcrumb Area Css-->
==================================---*/

.breadcumb-area {
    height: 65vh;
    display: flex;
    align-items: center;
}

.page-banner-1 {
    background: linear-gradient(rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.65)), url("..//images/banner/banner-01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.page-banner-2 {
    background: linear-gradient(rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.65)), url("..//images/banner/banner-02.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.page-banner-3 {
    background: linear-gradient(rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.65)), url("..//images/banner/banner-03.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.page-banner-4 {
    background: linear-gradient(rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.65)), url("..//images/banner/banner-04.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.page-banner-5 {
    background: linear-gradient(rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.65)), url("..//images/banner/banner-05.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.page-banner-6 {
    background: linear-gradient(rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.65)), url("..//images/banner/banner-06.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.page-banner-7 {
    background: linear-gradient(rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.65)), url("..//images/banner/banner-07.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.page-banner-8 {
    background: linear-gradient(rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.65)), url("..//images/banner/banner-08.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.page-banner-9 {
    background: linear-gradient(rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.65)), url("..//images/banner/banner-09.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.page-banner-10 {
    background: linear-gradient(rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.65)), url("..//images/banner/banner-10.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcumb-title h4 {
    font-size: 45px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    padding-bottom: 13px;
}

.breadcumb-title p {
    font-size: 20px;
    width: 70%;
    margin: auto;
    color: rgba(255, 255, 255, 0.74);
}

.breadcumb-content ul li {
    display: inline-block;
    margin: 0px 16px;
    font-weight: 600;
    color: rgb(255, 255, 255);
}

.breadcumb-content ul li.khela-hbe {
    opacity: 0.7;
    position: relative;
}

.breadcumb-content ul li.khela-hbe::before {
    position: absolute;
    content: "";
    width: 17px;
    height: 2px;
    left: -30px;
    top: 13px;
    background: rgb(255, 255, 255);
}

.breadcumb-content ul li a {
    display: inline-block;
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    position: relative;
}

.breadcumb-content ul li a::before {
    position: absolute;
    content: "";
    width: 17px;
    height: 2px;
    right: -30px;
    top: 13px;
    background: rgb(255, 255, 255);
}

.breadcumb-content ul li img {
    position: relative;
    top: -2px;
    padding-right: 6px;
}

/*---=================================
   <!-- About page Area Css-->
==================================---*/

.about-area {
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgba(14, 14, 14, 0.17);
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.right-shape {
    position: absolute;
    right: -191px;
    top: -30px;
    opacity: 0.2;
}

.right-shape img {
    height: 128vh;
    z-index: 1;
}

.right-shape-2 {
    position: absolute;
    left: 69px;
    top: 39px;
    animation: dance3 4s linear infinite;
}

.about-thumb {
    position: relative;
    overflow: hidden;
}

.about-thumb img {
    width: 100%;
    border-radius: 10px;
}

.about-child-img img {
    width: 100%;
    height: 410px;
    object-fit: cover;
    margin-top: 32px;
}

.about-thumb::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.about-thumb:hover::before {
    height: 250%;
    transition: 600ms linear;
    background-color: transparent;
}

.section-title.center h2 {
    font-size: 42px;
    font-weight: 600;
    letter-spacing: 0.6px;
    line-height: 50px;
    color: rgb(255, 255, 255);
}

p.section-desc {
    width: 100%;
    margin: 15px 0px 0px;
}

.desc {
    font-size: 17px;
    font-weight: 500;
}

/*---=================================
   <!-- Why Choose Us Area Css-->
==================================---*/

.why-choose-area {
    background-color: var(--color-white);
}

.single-about-box:nth-child(3) {
    border-bottom: 1px solid rgba(97, 97, 97, 0.2);
    padding-bottom: 30px;
    margin-bottom: 0px;
}

.single-about-box .about-box-content h4 {
    font-size: 23px;
    font-weight: 600;
    color: var(--color-blue);
}

.about-box-icon {
    width: 55px;
    height: 55px;
    background-color: rgba(6, 8, 24, 0.06);
    border-radius: 5px;
    border: 1px solid #11111121;
    float: left;
    margin-right: 25px;
    margin-top: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.about-box-icon::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 5px;
    z-index: 1;
    transform: scale(0);
    background: rgb(205, 182, 116);
    transition: all linear 0.4s;
}

.about-box-icon:hover::after {
    transform: scale(1);
}

.single-about-box .about-box-icon img {
    max-width: 40px;
    position: relative;
    z-index: 12;
    margin-right: 0px !important;
}

.about-box-content p {
    overflow: hidden;
    margin: 25px 0px 0px;
    width: 100%;
}

.why-choose-thumb {
    position: relative;
    overflow: hidden;
}

.why-choose-thumb img {
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgb(255, 255, 255);
}

.why-choose-thumb::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.why-choose-thumb:hover::before {
    height: 250%;
    transition: 600ms linear;
    background-color: transparent;
}

.choose-us-content p {
    margin: 9px 0px 0px;
}

/*---=================================
   <!-- Faq section Area Css-->
==================================---*/

.faq-section {
    background: rgb(6, 8, 24);
    padding: 100px 0;
    color: #fff;
}

.faq-content .sub-title {
    color: #c9a27d;
    font-size: 14px;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 5px;
}

.faq-content h2 {
    color: var(--color-white);
    margin-bottom: 20px;
}

.faq-content p {
    color: #ffffffa3;
    max-width: 600px;
}

.faq-accordion .accordion-item {
    background: #b0bac917;
    border-radius: 6px;
    margin-bottom: 15px;
    overflow: hidden;
}

.accordion-item input {
    display: none;
}

.accordion-item label {
    padding: 18px 22px;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.accordion-item .icon::after {
    content: "+";
    font-size: 22px;
    color: #c9a27d;
}

.accordion-item input:checked+label .icon::after {
    content: "-";
}

.accordion-item .content {
    font-size: 18px;
    line-height: 30px;
    max-height: 0;
    overflow: hidden;
    padding: 0 22px;
    color: #b5bfd6;
    transition: all linear 0.4s;
}

.accordion-item input:checked~.content {
    max-height: 200px;
    padding: 0 22px 20px;
}

@media (max-width: 991px) {
    .faq-content h2 {
        font-size: 32px;
    }
}

/*---=================================
   <!-- Services details Area Css-->
==================================---*/

.service-detail-page {
    padding: 100px 0;
    background: #fff;
}

.sidebar-box {
    border: 1px solid #16141433;
    padding: 25px;
    margin-bottom: 30px;
}

.sidebar-title {
    font-size: 25px;
    margin-bottom: 20px;
}

.service-list li a {
    font-size: 17px;
    font-weight: 600;
    display: block;
    padding: 10px 15px;
    border-left: 3px solid transparent;
    color: #333;
}

.service-list li.active a,
.service-list li a:hover {
    background: #f5efe8;
    border-color: #c9a27d;
}

.contact-info li {
    font-size: 16px;
    margin-bottom: 10px;
}

.team-card {
    background: #0c1b33;
    color: #fff;
    text-align: center;
    padding: 15px;
}

.team-card h4 {
    color: var(--color-white);
}

.team-card img {
    width: 100%;
}

.main-thumb {
    width: 100%;
    margin-bottom: 25px;
}

.content-area h2 {
    font-size: 35px;
    margin-bottom: 15px;
}

.lawyer-box {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.lawyer-box img {
    width: 315px;
    border-radius: 4px;
}

.lawyer-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lawyer-features li {
    display: flex;
    gap: 16px;
    margin-bottom: 22px;
}

.lawyer-features .service-icon {
    font-size: 20px;
    color: #c9a27d;
}

.lawyer-features .service-icon img {
    width: 50px;
}

.lawyer-features h5 {
    margin: 0 0 4px;
    font-size: 22px;
    font-weight: 600;
    color: #222;
}

.lawyer-features p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
}

.service-faq .accordion-item .content {
    color: var(--color-blue) !important;
}

.service-faq .accordion-item {
    background: #1111110d;
}

.service-faq .accordion-item label {
    background: transparent;
    color: var(--color-dark);
}

/* FORM */
.contact-form-area input,
.contact-form-area textarea {
    width: 100%;
    margin-bottom: 15px;
    padding: 12px;
    border: 1px solid #ddd;
}

.contact-form-area textarea {
    height: 150px;
}

.contact-form-area button {
    background: #c9a27d;
    border: none;
    padding: 12px 30px;
    color: #fff;
}

.service-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

/*---=================================
   <!-- Blog details Area Css-->
==================================---*/

.blog-details-area {
    background-color: var(--color-white);
}

.blog-details-thumb {
    overflow: hidden;
}

.blog-details-thumb img {
    width: 100%;
    transition: all linear 0.4s;
}

.blog-details-thumb img:hover {
    transform: scale(1.2);
}

.blog-details-content {
    padding: 27px 36px 20px;
    border: 1px solid rgba(34, 34, 34, 0.133);
}

.blog-details-area .meta-blog span {
    display: inline-block;
    margin-right: 28px;
    font-weight: 400;
}

.blog-details-area span.mate-text {
    padding-left: 36px;
    position: relative;
}

.blog-details-area span.mate-text::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    left: 5px;
    top: 11px;
    background: rgb(204, 181, 116);
}

.blog-details-area .meta-blog i {
    display: inline-block;
    color: rgb(204, 181, 116);
    padding-right: 9px;
}

.blog-details-area .meta-blog img {
    margin-right: 8px;
    position: relative;
    top: -1px;
}

h4.blog-details-title {
    font-size: 34px;
    font-weight: 600;
    margin: 12px 0px 20px;
}

p.blog-details-desc {
    font-size: 18px;
    margin-bottom: 25px;
}

.blog-details-author-talk {
    display: flex;
    gap: 26px;
    background: rgb(247 246 238 / 62%);
    padding: 41px 51px 40px;
    margin-top: 48px;
}

.blog-details-quote img {
    position: relative;
    top: 8px;
}

.blog-details-author-title p {
    font-size: 20px;
    font-style: italic;
    line-height: 30px;
    color: rgb(17 17 17 / 81%);
}

.blog-details-quote img {
    position: relative;
    top: 8px;
    color: rgb(0, 24, 25);
}

.blog-details-author-title span {
    margin-left: 58px;
    display: inline-block;
    color: rgb(0, 24, 25);
    position: relative;
}

.blog-details-author-title span::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    left: -58px;
    top: 12px;
    background: rgb(204, 181, 116);
}

h3.blog-details-title {
    font-size: 28px;
    margin: 54px 0px 16px;
    color: var(--color-blue);
}

p.blog-details-desc.two {
    width: 95%;
}

.blog-details-list-item {
    margin-bottom: 40px;
}

.blog-details-list-item ul li {
    margin-bottom: 10px;
    font-size: 17px;
}

.blog-details-list-item ul li i {
    display: inline-block;
    color: rgb(204, 181, 116);
    font-size: 18px;
    margin-right: 16px;
}

h3.blog-details-title.two {
    font-size: 28px;
    margin: 38px 0px 16px;
}

p.blog-details-desc.three {
    width: 100%;
}

.blog-details-socila-box {
    border-right: 1px solid rgba(34, 34, 34, 0.133);
    border-bottom: 1px solid rgba(34, 34, 34, 0.133);
    border-left: 1px solid rgba(34, 34, 34, 0.133);
    border-image: initial;
    border-top: transparent;
    padding: 19px 35px 18px;
    border-radius: 0px 0px 5px 5px;
}

.blog-details-category span a {
    display: inline-block;
    background: rgb(246, 246, 238);
    padding: 6px 16px;
    font-weight: 500;
    color: rgb(0, 24, 25);
    border-radius: 3px;
    margin-right: 7px;
    transition: all linear 0.4s;
}

.blog-details-category span a:hover {
    background: rgb(204, 181, 116);
    color: rgb(255, 255, 255);
}

.blog-details-category span a.active-class {
    background: rgb(204, 181, 116);
    color: rgb(255, 255, 255);
}

.blog-details-social-icon {
    text-align: right;
}

.blog-details-social-icon ul li {
    display: inline-block;
}

.blog-details-social-icon ul li i {
    display: inline-block;
    background: rgb(25, 116, 233);
    color: rgb(255, 255, 255);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    font-size: 13px;
    margin-left: 5px;
}

.blog-details-social-icon ul li:nth-child(2) i {
    background: rgb(0, 170, 232);
}

.blog-details-social-icon ul li:nth-child(3) i {
    background: rgb(1, 110, 175);
}

.blog-details-social-icon ul li:nth-child(4) i {
    background: rgb(183, 7, 28);
}

.blog-details-post {
    margin-top: 40px;
}

.blog-post-box {
    display: flex;
    background: rgb(248, 246, 243);
    align-items: center;
    padding: 84px 21px 31px 43px;
    gap: 23px;
    margin: 0px 13px;
}

.blog-post-box.style-two {
    text-align: right;
    padding: 85px 49px 31px 21px;
}

.blog-post-content a {
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    color: rgb(0, 24, 25);
    font-weight: 600;
    transition: all linear 0.4s;
}

.blog-post-content a:hover {
    color: rgb(73, 174, 68);
}

.single-comment-area {
    background: rgb(246, 246, 238);
    padding: 49px 41px 56px;
    margin-top: 61px;
    border-radius: 5px;
}

.blog-details-comment-title h4 {
    font-size: 28px;
    margin: 0px 0px 28px;
}

.blog-details-comment {
    margin-bottom: 19px;
    position: relative;
    border: 1px solid rgb(34 34 34 / 11%);
    padding: 29px 29px 25px;
}

.blog-details-comment.style-two {
    margin-left: 80px;
}

.blog-details-comment-thumb {
    float: left;
    margin-right: 30px;
}

.blog-details-comment-content {
    overflow: hidden;
}

.blog-details-comment-content h2 {
    font-size: 20px;
    margin-top: 0px;
    display: inline-block;
    font-weight: 600;
    margin-right: 20px;
}

.blog-details-comment-content p {
    font-size: 16px;
    margin: 13px 0px 0px;
}

.blog-details-comment-reply {
    position: absolute;
    right: 22px;
    top: 21px;
}

.blog-details-comment-reply a {
    background: rgb(204, 181, 116);
    padding: 3px 20px;
    font-size: 14px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    border-radius: 2px;
    display: inline-block;
}

.blog-details-comment.reply {
    margin-left: 70px;
    padding-top: 35px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
}

.blog-details-contact-title h4 {
    font-size: 25px;
    font-weight: 600;
    padding-bottom: 31px;
}

.blog-details-area .contact-input-box input {
    background: rgb(255, 255, 255);
    border: 1px solid #11111133;
    width: 100%;
    height: 55px;
    padding: 22px;
    outline: 0px;
    margin-bottom: 11px;
}

.blog-details-area .contact-input-box textarea {
    background: rgb(255, 255, 255);
    border: 1px solid #11111130;
    width: 100%;
    height: 170px;
    padding: 12px 22px 0px;
    outline: 0px;
    margin-top: 11px;
    margin-bottom: 20px;
}

.input-check-box span {
    font-size: 15px;
    margin-left: 7px;
}

.widget-search form {
    position: relative;
}

.widget-search input {
    border-radius: 4px;
    height: 55px;
    position: relative;
    color: rgb(1, 37, 73);
    padding-left: 20px !important;
    width: 100% !important;
    outline: 0px !important;
    border: 1px solid #03070a4a;
    background: #fff;
}

button.icons {
    border: 0px;
    font-size: 16px;
    position: absolute;
    right: 14px;
    top: 16px;
    color: rgb(30, 30, 30);
    background: transparent;
    opacity: 0.7;
}

.sidber-widget-recent-post {
    margin-bottom: 27px;
    display: flex;
    align-items: center;
    gap: 19px;
}

.recent-widget-content a {
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    display: inline-block;
    color: rgb(0, 24, 25) !important;
    transition: all linear 0.4s;
}

.sidber-widget-recent-post:hover .recent-widget-content a {
    color: rgb(204, 181, 116) !important;
}

.recent-widget-thumb img {
    width: 110px;
}

.recent-widget-content p {
    font-size: 15px;
    margin: 0px;
    color: var(--color-default);
}

.recent-widget-content p i {
    font-size: 13px;
    color: var(--color-main);
}

.widget-catefories-tags a {
    display: inline-block;
    color: rgb(16, 16, 16);
    font-weight: 500;
    background: rgb(255, 255, 255);
    border: 1px solid #11111136;
    padding: 6px 19px;
    margin: 6px 3px;
    position: relative;
    z-index: 1;
    font-size: 15px;
}

.widget-catefories-tags a:hover {
    color: rgb(255, 255, 255);
}

.widget-catefories-tags a::before {
    position: absolute;
    content: "";
    width: 0px;
    height: 100%;
    left: 50%;
    top: 0px;
    background: rgb(204, 181, 116);
    transition: all linear 0.4s;
    z-index: -1;
}

.widget-catefories-tags a:hover::before {
    width: 100%;
    left: 0px;
}

.widget-sidber {
    border-radius: 5px;
    background-color: #f7f6ee40;
    padding: 30px 30px 30px;
    margin-bottom: 30px;
    border: 1px solid #11111124;
}

.widget-sidber-content h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 0px 0px 46px;
    position: relative;
}

.widget-sidber-content h4::before {
    position: absolute;
    content: "";
    width: 29px;
    height: 2px;
    left: 0px;
    bottom: -8px;
    background: rgb(204, 181, 116);
}

.widget-category ul li img {
    margin-right: 20px;
    max-width: 30px;
    transition: all linear 0.4s;
}

.widget-category ul li a {
    background: #1111110d;
    padding: 14px 25px;
    width: 100%;
    display: inline-block;
    margin-bottom: 14px;
    font-size: 18px;
    color: rgb(0, 24, 25);
    font-weight: 500;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    transition: all linear 0.4s;
}

.widget-category ul li a:hover {
    color: rgb(255, 255, 255);
}

.widget-category ul li a::before {
    position: absolute;
    content: "";
    width: 0px;
    height: 100%;
    left: 50%;
    top: 0px;
    background: rgb(204, 181, 116);
    z-index: -1;
    border-radius: 5px;
    transition: all linear 0.4s;
}

.widget-category ul li a:hover::before {
    width: 100%;
    left: 0px;
}

.widget-category ul li i {
    color: black;
    display: inline-block;
    float: right;
    font-size: 17px;
    opacity: 0;
    transition: all linear 0.4s;
}

.widget-category ul li a:hover i {
    opacity: 1;
    color: rgb(255, 255, 255);
}

/*---=================================
   <!--Locations Area Css-->
==================================---*/

.contact-box {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 40px 25px;
    text-align: center;
    height: 100%;
    transition: all linear 0.4s;
}

.contact-box i {
    font-size: 42px;
    color: var(--color-main);
    margin-bottom: 15px;
    display: inline-block;
}

.contact-box h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--color-blue);
}

.contact-box p {
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}
.contact-box p a{
    color: #868681;;
}

.contact-box:hover {
    background: #010101;
    transform: translateY(-6px);
    border-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.contact-box:hover i,
.contact-box:hover h4,
.contact-box:hover p,
.contact-box:hover a {
    color: #ffffff;
}

/*---=================================
   <!--Hero Area Css-->
==================================---*/

.hero-area-2 {
    background: linear-gradient(#07101f, #00000000), url(../images/hero-bg-2.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover !important;
    padding-top: 0px;
    height: 95vh;
    position: relative;
}

.hero-content-2 {
    position: relative;
    z-index: 1;
}

.hero-content-2 .sub-title {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
    border-radius: 5px;
}

.hero-content-2 .main-title,
.hero-content-2 .main-title-2 {
    font-size: 55px;
    font-weight: 700;
    letter-spacing: 1.8px;
    color: var(--color-white);
    opacity: 0;
    transform: scale(1.3);
    filter: blur(12px);
    animation: 2s cubic-bezier(0.16, 1, 0.3, 1) 0.5s 1 normal forwards running zoomBlurIn;
}

@keyframes zoomBlurIn {
    0% {
        opacity: 0;
        transform: scale(1.3);
        filter: blur(12px);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        filter: blur(0px);
    }
}

.hero-content-2 p {
    font-size: 18px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.68);
    font-weight: 400;
    margin: 20px 0px 0px;
}

.hero-content-2 h4 {
    position: relative;
    color: #020303;
    background: linear-gradient(45deg, #ffffff6b, #c9b181);
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding: 6px 15px;
    border-radius: 5px;
}

.hero-social-icon {
    position: absolute;
    left: 20px;
    top: 35%;
}

.hero-social-icon ul li i {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    margin-bottom: 28px;
    transition: all linear 0.4s;
}

.hero-social-icon ul li i:hover {
    color: #c9b181;
}

.hero-social-icon ul li.text {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    transform: rotate(-90deg);
    position: relative;
    top: 100px;
    left: -30px;
}

.hero-social-icon ul li.text:before {
    position: absolute;
    content: "";
    width: 56px;
    height: 1px;
    left: 111px;
    top: 10px;
    background: #fff;
}

.img-stack {
    position: relative;
    margin-top: 40px;
}

.img-stack li {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #c9b181;
    color: #fff;
}

.img-stack li img {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 2px solid #fdfbff;
}

.img-stack li:nth-child(7n+7) {
    transform: translateX(0px);
    background-color: red;
}

.client-heading {
    font-size: 16px;
    color: #fff;
    padding-left: 10px;
    margin: 0;
    background:transparent !important;
    width: 70% !important;
}

.slider-img {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    pointer-events: none;
    z-index: 1;
}

.slider-img {
    position: relative;
    right: -50px;
    bottom: -18px;
}

.slider-img img {
    width: 90%;
    top: 0;
}

.hero-slides-2 .owl-dots {
    position: absolute;
    bottom: 42%;
    right: 20px;
}

.hero-slides-2 .owl-dots .owl-dot {
    position: relative;
    z-index: 1;
    margin: 18px 5px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #fdfbff;
}

.hero-slides-2 .owl-dots .owl-dot.active {
    background-color: #c9b181;
    position: relative;
    width: 11px;
    height: 11px;
    right: -2px;
}

.hero-slides-2 .owl-dots .owl-dot.active::after {
    position: absolute;
    width: 25px;
    height: 25px;
    z-index: 1;
    content: "";
    border: 2px solid #c9b181;
    left: -9px;
    top: -9px;
    border-radius: 50%;
    text-align: center;
}

/*---=================================
   <!--Services Area Home two Css-->
==================================---*/

.home-two.service-area {
    background-color: rgb(238, 238, 241);
}

.home-two.service-area .row.upper {
    position: relative;
}

.home-two .single-service-box {
    position: relative;
    padding: 20px 20px 30px;
    border: 1px solid rgb(255, 255, 255);
    backdrop-filter: blur(0px);
    background-color: rgb(255 255 255 / 30%);
    box-shadow: rgba(0, 0, 0, 0) 0px 1px 4px;
    text-align: center;
    border-radius: 5px;
    overflow: inherit;
    margin: 35px 0px;
    transition: all linear 0.4s;
}

.home-two .single-service-box:hover {
    background: rgb(255, 255, 255);
    box-shadow: rgba(204, 211, 214, 0.3) 20px 14px 18px 2px;
}

.home-two .service-thumb {
    position: relative;
    overflow: hidden;
}

.home-two .service-thumb img {
    width: 100%;
    padding: 0;
    margin-top: 0;
    position: relative;
    z-index: 1;
    transition: all linear 0.4s;
}

.home-two .service-thumb:hover img {
    transform: scale(1.2);
}

.home-two .service-icon {
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: -2px;
    right: 0;
    background: #f3f3f5;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.home-two .service-icon img {
    width: 50px;
}

.home-two .services-content h4 {
    font-size: 25px;
    font-weight: 600;
    color: var(--color-blue);
    margin: 28px 0 12px;
}

.home-two .service-button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -24px;
}

.home-two .service-button a {
    display: inline-block;
    background: #ad9263;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    padding: 3px 30px 8px;
    border-radius: 30px;
    transition: all linear 0.4s;
}

.home-two .service-button a:hover {
    background-color: var(--color-dark);
}

.home-two .service-button i {
    display: inline-block;
    font-size: 28px;
    position: relative;
    top: 7px;
}

.home-two.service-area .owl-dots {
    text-align: center;
    position: relative;
    top: 20px;
    left: 0px;
}

.home-two.service-area .owl-dot {
    background: var(--color-blue);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: 0px 6px;
    transition: 0.3s;
}

.home-two.service-area .owl-dot.active {
    background: var(--color-blue);
    position: relative;
}

.home-two.service-area .owl-dot.active::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: -5px;
    top: -5px;
    border: 1px solid rgb(205, 182, 116);
    border-radius: 50%;
}

/*---=================================
   <!--Counter section Home Two Area Css-->
==================================---*/

.counter-box {
    padding: 10px;
    background: transparent;
    transition: 0.5s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    height: 100%;
}

.odometer {
    font-size: 60px;
    font-weight: 700;
    color: rgb(18, 27, 31);
    line-height: 1;
}

.counter-box span {
    font-size: 55px;
    font-weight: 500;
    color:var(--color-main);
}

.tag {
    color: rgb(0, 0, 0);
    font-weight: 600;
    border-bottom: 1px solid rgba(247, 148, 13, 0.41);
}

.tag a {
    color: rgb(0, 0, 0);
}

.counter-box h5 {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    color: var(--color-blue);
}

.counter-box p {
    text-align: center;
}

/*---=================================
   <!--Testimonial Home-two Area Css-->
==================================---*/

.testimonial-area-2 {
    background: linear-gradient(rgb(14 39 67 / 27%), rgb(13 38 65 / 67%)), url(..//images/test-bg-2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.testimonial-area .section-title.center {
    margin-bottom: 0px;
}

.single-testimonial-box {
    background: rgb(7, 6, 9);
    border: 1px solid rgb(253 253 253 / 45%);
    border-radius: 10px;
    padding: 25px;
    position: relative;
    margin: 40px 10px;
    transition: 0.5s;
}

.single-testimonial-box:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 1px solid rgba(14, 53, 59, 0.12);
    transform: scale(1.02);
}

.single-testimonial-box .image-box {
    overflow: hidden;
}

.single-testimonial-box img {
    width: 100%;
    padding: 0px;
    margin-top: 0px;
}

.single-testimonial-box:hover .image-box img {
    transform: scale(1.1);
}

.single-testimonial-box h4 {
    font-size: 24px;
    font-weight: 700;
}

.single-testimonial-box h4 a {
    font-size: 24px;
    font-weight: 700;
}

.single-testimonial-box h4 a:hover {
    color: rgb(199, 175, 128);
}

.single-testimonial-box a {
    color: rgb(0, 0, 0);
    font-size: 17px;
    font-weight: 500;
}

.single-testimonial-box a:hover {
    color: rgb(204, 181, 116);
}

.single-testimonial-box a i {
    font-size: 18px;
    margin-top: 20px;
}

.testi-qutoe {
    float: right;
    position: relative;
    top: 12px;
    left: 0px;
}

.testi-author {
    display: flex;
    align-items: center;
    gap: 20px;
}


.testi-author-rating ul li {
    display: inline-block;
    color: rgb(205, 182, 116);
    font-size: 14px;
    margin-right: 3px;
}

.testi-author .testi-author-thumb img {
    max-width: 60px;
    border-radius: 5px;
}

.testi-author-content h4 {
    font-size: 22px;
    font-weight: 600;
    color: rgb(255, 255, 255);
    margin: 10px 0px 10px;
}

.testi-author-content p {
    font-size: 16px;
    margin: 0px;
}

p.testi-desc {
    font-size: 17px;
    color: #ffffff9e;
    line-height: 26px;
    margin: 15px 0px;
}

.testi-shape {
    position: absolute;
    top: -66px;
    left: 24%;
    animation: 50s linear 0s infinite normal none running rotateme2;
    z-index: -1;
}

@keyframes rotateme2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.testimonial-list-2 .owl-dots {
    text-align: center;
    position: relative;
    top: 20px;
    left: 0px;
}

.testimonial-list-2 .owl-dot {
    background: rgb(197, 202, 195);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: 0px 6px;
    transition: 0.3s;
}

.testimonial-list-2 .owl-dot.active {
    background: #fff;
    position: relative;
}

.testimonial-list-2 .owl-dot.active::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: -5px;
    top: -5px;
    border: 1px solid rgb(205, 182, 116);
    border-radius: 50%;
}

/*---=================================
   <!--home-two team section Area Css-->
==================================---*/

.home-two .team-section {
    background-color: #fff;
}

.home-two .team-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transition: 0.4s ease;
}

.home-two .team-card:hover {
    transform: translateY(-10px);
}

.home-two .team-img {
    position: relative;
    overflow: hidden;
}

.home-two .team-img img {
    width: 100%;
}

.home-two .team-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgb(173 146 99), transparent 60%);
}

.home-two .team-social {
    position: absolute;
    bottom: 20px;
    left: 25px;
    transform: translateX(-50%) translateY(20px);
    display: flex;
    gap: 10px;
    opacity: 0;
    transition: 0.4s ease;
    z-index: 2;
}

.home-two .team-card:hover .team-social {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.home-two .team-social a {
    width: 35px;
    height: 35px;
    object-fit: cover;
    background: #fff;
    color: var(--color-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
    transition: 0.3s;
}

.home-two .team-social a:hover {
    background-color: var(--color-main);
    color: #fff;
}

.home-two .team-info {
    padding: 20px;
    text-align: center;
}

.home-two .team-info h4 {
    font-size: 25px;
    font-weight: 600;
    color: var(--color-blue);
    margin-bottom: 5px;
}

.home-two .team-info span {
    font-size: 16px;
    color: #777;
}

/*---=================================
   <!--Home two Legal section Area Css-->
==================================---*/

.legal-feature-section {
    background: radial-gradient(circle at right, #11162a, #0b0f1f);
    padding: 90px 0;
    color: #fff;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    position: relative;
}

.features-grid .feature-box-2 {
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 15px;
}

.feature-box-2 .icon img {
    max-width: 60px;
    color: #d2b48c;
    display: inline-block;
    margin-bottom: 15px;
}

.features-grid .feature-box-2 h4 {
    color: var(--color-white);
    font-size: 25px;
    margin-bottom: 10px;
}

.cta-box {
    padding-left: 40px;
}

.rating-text {
    font-size: 15px;
    margin-bottom: 10px;
    color: #ddd;
}

.stars {
    color: #d2b48c;
    font-size: 20px;
}

/*---=================================
   <!-- Home two blog section Area Css-->
==================================---*/

.home-two .blog-area {
    background: #F5F7F9;
}

.home-two .blog-area .section-title.center {
    margin-bottom: 62px;
}

.home-two .single-blog-box {
    margin-bottom: 20px;
}

.home-two .single-blog-box:hover {
    transform: translateY(-0px);
}

.home-two .blog-thumb {
    overflow: hidden;
}

.home-two .blog-thumb img {
    width: 100%;
    transform: scale(1.2);
    transition: 0.5s;
}

.home-two .single-blog-box:hover .blog-thumb img {
    transform: scale(1);
}

.home-two .blog-content {
    border: transparent;
    padding: 30px 25px 25px;
    background: #fff;
}

.home-two .meta-blog {
    margin-bottom: 10px;
}

.home-two .meta-blog i {
    display: inline-block;
    color: var(--color-main);
    margin-right: 4px;
}

.home-two .meta-blog span {
    font-size: 16px;
    display: inline-block;
    font-weight: 500;
    margin-right: 39px;
}

.home-two .blog-title a {
    font-size: 25px;
    font-weight: 700;
    display: inline-block;
    color: var(--color-blue);
    line-height: 33px;
    transition: all linear 0.4s;
}

.home-two .blog-title a:hover {
    color: var(--color-main);
}

.home-two .blog-button-2 a {
    display: inline-block;
    font-size: 16px;
    background: #F6F7F9;
    color: var(--color-blue);
    padding: 12px 32px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 20px;
    transition: 0.5s;
}

.home-two .blog-button-2 a:hover {
    background: var(--color-main);
    color: #fff;
}

.home-two .blog-button-2 i {
    display: inline-block;
    font-size: 16px;
    position: relative;
    left: 5px;
    top: 1px;
    transition: 0.5s;
}

.home-two .blog-button-2 a:hover i {
    color: #fff;
}

/*---=================================
   <!--Home-two Case Study section Area Css-->
==================================---*/

.case-study img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.case-study img:hover {
    transform: scale(1.05);
}

.overlay-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.overlay-card img {
    display: block;
}

.overlay-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    color: #d4b29f;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.overlay-card:hover .overlay {
    opacity: 1;
}

.overlay h5 {
    font-size: 25px;
    margin-bottom: 0.5rem;
    color: var(--color-white)
}

.overlay p {
    font-size: 17px;
    color: #fff;
}

/*---=================================
   <!--Progress bar Css-->
==================================---*/

.splitting .char {
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.5, 0, 0.5, 1);
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: both;
    animation-play-state: running;
    animation-name: slide-in;
    animation-timeline: auto;
    animation-range: normal;
}

@keyframes slide-in {
    0% {
        transform: translateY(-1em) rotate(-0.5turn) scale(0.5);
        opacity: 0;
    }
}

.prgoress_indicator {
    position: fixed;
    right: 26px;
    bottom: 35px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: rgba(22, 93, 245, 0.2) 0px 0px 0px 2px inset;
    z-index: 2147483647;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px) !important;
    transition: 200ms linear !important;
}

.prgoress_indicator.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px) !important;
}

.prgoress_indicator::after {
    position: absolute;
    content: "";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: rgb(205, 182, 116);
    left: 0px;
    top: 0px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: 200ms linear !important;
}

.prgoress_indicator::before {
    position: absolute;
    content: "";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    font-weight: 900;
    opacity: 0;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0px;
    top: 0px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    transition: 200ms linear !important;
}

.prgoress_indicator:hover ::after {
    color: rgb(205, 182, 116);
}

.prgoress_indicator:hover ::before {
    opacity: 1;
}

.prgoress_indicator svg path {
    fill: none;
}

.prgoress_indicator svg.progress-circle path {
    stroke: rgb(205, 182, 116);
    stroke-width: 4;
    box-sizing: border-box;
    transition: 200ms linear !important;
}

/*---=================================
   <!--Search Popoup Css-->
==================================---*/

.search-popup {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.9);
    transition: 1500ms cubic-bezier(0.86, 0, 0.07, 1);
}

.search-popup {
    width: 100%;
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0px;
}

.search-popup .close-search {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: -200px auto 0px;
    border-radius: 50%;
    background-color: var(--color-main);
    width: 70px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 10px;
    border-width: 3px;
    border-style: solid;
    border-color: rgb(255, 255, 255) rgb(6, 36, 98);
    transition: 500ms;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0px;
    transform: scaleX(0);
    transform-origin: center center;
    background-color: rgb(17, 17, 17);
    transition: 300ms;
}

.search-active .search-popup form {
    transform: scaleX(1);
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: rgb(0, 0, 0);
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: rgb(255, 255, 255);
    transition: 500ms;
    font-weight: 500;
    text-transform: capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: var(--color-main);
    padding: 0px;
    cursor: pointer;
    transition: 500ms;
    border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    color: rgb(0, 0, 0);
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: rgb(0, 0, 0);
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: rgb(255, 255, 255);
    width: auto;
    height: auto;
    top: 25px;
    margin: 0px;
    border: none;
    transition: 500ms;
    background: none !important;
    box-shadow: none !important;
}

.search-box-btn {
    display: inline-block;
    padding-left: 22px;
}

.search-box-btn i {
    display: inline-block;
    color: rgb(255, 255, 255);
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    transition: 0.5s;
}

.upp.search-box-btn i {
    color: rgb(158, 159, 161);
}

.search-box-btn.search-box-outer span i {
    font-size: 20px;
    display: inline-block;
    color: rgb(255, 255, 255);
    padding-left: 17px;
    position: relative;
    z-index: 1;
}

.upp.search-box-btn.search-box-outer span i {
    color: rgb(158, 159, 161);
}

.search-box-btn.search-box-outer span i::after {
    position: absolute;
    content: "0";
    right: -10px;
    top: -4px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: var(--color-main);
    color: rgb(255, 255, 255);
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
}

.flaticon-multiply::before {
    content: inherit;
}

button.close-search i {
    font-size: 25px;
    color: rgb(255, 255, 255);
    display: inline-block;
}

span.flaticon-multiply i {
    display: inline-block;
    color: var(--color-main);
}

.header-secrch-icon i {
    display: inline-block;
    color: var(--color-blue);
    font-size: 16px;
    cursor: pointer;
    background: rgba(4, 30, 61, 0.08);
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}
