@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

:root {
    --primary-color: #bd8c30;
    --highlight-color: #ebc151;
    --s_backgound-color: #f1f5fa;
    --secondary-color: #ffffff;
    --text-color: #030301;
    --p-color: #696969;
    font-family: "EB Garamond", serif;
    font-family: 'Rubik', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: "Open Sans", sans-serif;
}

html {
    scroll-behavior: smooth;
}

p {
    font-size: 15px;
}

.no-scroll {
    overflow: hidden !important;
}

#agree_disagree {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-y: auto;
    z-index: 99999 !important;
    text-align: center;
    /* display: flex; */
    /* vertical-align: middle; */
    /* align-items: center; */
    padding: 5% 0;
}

.ad_box {
    width: 100%;
    height: auto;
    padding: 50px 5%;
    background-color: rgba(189, 140, 48, 1);
    background: rgba(0, 0, 0, 0.9);
}

.ad_p {
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0px;
    color: var(--secondary-color);
    line-height: 29px;
    padding-top: 10px !important;
    font-weight: 400;
    font-size: 14px;
}

.ad_h {
    font-family: "EB Garamond", serif;
    color: var(--secondary-color);
    font-weight: 700;
    font-style: italic;
    font-size: 32px;
    padding-top: 15px !important;
    padding-bottom: 12px !important;
}

.ad_btn {
    padding: 12px 25px;
    background: var(--primary-color);
    color: var(--secondary-color);
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    border: none;
    letter-spacing: 0.15px;
    margin-top: 30px;
}

#popup_logo {
    margin: auto;
    height: 100px;
}

.mr-25 {
    margin-right: 25px !important;
}


#fixed_icons {
    position: fixed;
    right: 0;
    top: 35%;
    z-index: 9999;
}

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

.fixed_icons li {
    display: block;
    width: 42px;
    height: 44px;
    padding-top: 10px;
    /* margin-bottom: 5px; */
    /* margin-right: 2.5px; */
    /* border-radius: 50px; */
    text-align: center;
    color: var(--secondary-color);
    font-size: 16px;
}

.fixed_icons li a {
    display: block;
}

.whatsapp {
    background: #4ac959;
}

.phone {
    background: #34b7f1;
}

.facebook {
    background: #4267B2;
}

.youtube {
    background: #CD201F;
}

.twitter {
    background: #00acee;
}

.instagram {
    background: #d62976;
}


#top_bar {
    width: 100%;
    height: auto;
    padding: 16px 0;
    background: var(--primary-color);
    z-index: 9999 !important;
    position: relative;
}

.top_phone_mail {
    padding: 0;
    margin: 0;
}

.top_phone_mail li {
    display: inline-block;
    color: var(--secondary-color);
    padding-right: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    letter-spacing: 0.3px;
    transition: all 0.3s ease-in;
}

.top_phone_mail li a i {
    color: var(--secondary-color);
    padding-right: 6px;
    transition: all 0.3s ease-in;
}

.top_phone_mail li:hover {
    transition: all 0.3s ease-in;
    color: var(--secondary-color);
}

.top_social {
    padding: 0;
    margin: 0;
}

.top_social li {
    display: inline-block;
    color: var(--secondary-color);
    padding: 0px 12px;
    transition: all 0.3s ease-in;
}

.top_social li :hover {
    color: var(--secondary-color);
    transition: all 0.3s ease-in;
}

/* navbar  */

#header {
    position: sticky;
    top: 0;
    z-index: 9998 !important;
}

.navbar-brand {
    padding: 5px 0;
    padding-left: 25px;
}

.navbar {
    width: 100%;
    background: var(--secondary-color);
    border: none;
    border-radius: 0;
    margin: 0 !important;
    box-shadow: 0px 3px 6px 0px rgba(5, 37, 95, 0.2);
}

.logo {
    font-family: "EB Garamond", serif;
    font-style: italic;
    font-weight: 900;
    color: var(--primary-color);
    padding-top: 16px !important;
    /* font-size: 32px; */
}

#logo {
    height: 70px;
}

.nav_shape {
    background: var(--primary-color);
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
}

.nav_shape::before {
    position: absolute;
    height: 123%;
    top: -20px;
    left: -40px;
    width: 75px;
    aspect-ratio: 1;
    /* clip-path: polygon(0% 0%, 100% 100%, 0% 100%); */
    background: var(--primary-color);
    border-bottom-left-radius: 30px;
    transform: rotate(-24deg);
}

.navbar-collapse {
    padding: 0 !important;
}

.navbar .navbar-nav>li>a {
    padding: 10px 20px;
    color: var(--secondary-color) !important;
    font-size: 16px;
    letter-spacing: -0.15px;
    font-weight: 500;
    margin: 20px 5px;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
    /* text-transform: uppercase; */
}

.navbar .navbar-nav>li>a:hover {
    font-size: 16px;
    font-weight: 500;
    color: var(--secondary-color) !important;
    background: #140f0d !important;
    transition: all 0.3s ease;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    font-size: 16px;
    font-weight: 500;
    color: var(--secondary-color) !important;
    background: #140f0d !important;
    transition: all 0.3s ease;
}

.dropdown-menu {
    padding: 0;
    /* width: 250px; */
    border: none !important;
    border-radius: 0;
}

.dropdown li a {
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px;
    padding: 10px 20px !important;
    font-weight: initial;
    font-weight: 600;
    color: var(--text-color) !important;
    letter-spacing: 0.15px;
}

.dropdown li a:hover {
    background: var(--primary-color) !important;
    color: var(--secondary-color) !important;
    font-weight: initial;
    font-weight: 500;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background: none !important;
    color: var(--text-color) !important;
}

@media only screen and (min-width: 768px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

/* end navbar  */


/* slider  */

.carousel-control.left {
    background-image: none !important;
}

.carousel-control.right {
    background-image: none !important;
}

.carousel-control {
    width: 5% !important;
    opacity: 1;
}

.carousel-control i {
    color: var(--secondary-color);
    font-size: 33px;
    position: absolute;
    top: 45%;
}

.cc_left {
    right: 0 !important;
}

.cc_right {
    left: 0 !important;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    color: var(--secondary-color);
    opacity: 1;
}


#main_slider {
    width: 100%;
    height: 100%;
    position: absolute;
    /* background: rgba(0, 0, 0, 0.4); */
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin: auto; */
    left: 0%;
    bottom: 0;
}

#box {
    position: relative;
    transition: all 1s;
    transform: scale(1);
}


@-webkit-keyframes s_heading {
    0% {
        transform: translatey(150px);
        opacity: 0;
    }

    50% {
        transform: translatey(150px);
        opacity: 0;
    }

    100% {
        transform: translatey(0px);
        opacity: 1;
    }
}

.slider_h {
    font-family: "EB Garamond", serif;
    font-size: 48px;
    font-weight: 800;
    line-height: inherit;
    transform: translatey(0px);
    animation-name: s_heading;
    animation-iteration-count: 1;
    animation-duration: 1.9s;
    transition: all 1s;
    color: var(--secondary-color);
    transform: translatey(0px);
}

.slider_p {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: var(--secondary-color);
    letter-spacing: 0.35px;
    transform: translatey(0px);
    animation-name: s_heading;
    animation-iteration-count: 1;
    animation-duration: 1.6s;
    transition: all 1s;
}
.slider_sp{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: var(--secondary-color);
    letter-spacing: 0.35px;
    transform: translatey(0px);
    animation-name: s_heading;
    animation-iteration-count: 1;
    animation-duration: 2.2s;
    transition: all 1s;
}

.slider_btn {
    background: none;
    border: none;
    padding: 12.5px 30px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0px;
    background: var(--highlight-color);
    font-weight: 500;
    margin: auto;
    display: block;
    margin-top: 20px !important;
    transition: all 0.3s ease-in;
    color: var(--secondary-color);
    transform: translatey(0px);
    animation-name: s_heading;
    animation-iteration-count: 1;
    animation-duration: 2.5s;
    transition: all 1s;
    border-radius: 50px;
}

.slider_btn:hover {
    background: var(--primary-color);
    color: var(--secondary-color);
    transition: all 0.3s ease-in;
}

.c_w {
    color: #ffffff !important;
    padding-bottom: 15px !important;
}

/* slider  */

#about {
    width: 100%;
    height: auto;
    padding: 80px 0;
}

#abt_img_01 {
    border-radius: 80px 0 90px 90px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

#abt_img_02 {
    border-radius: 60px 60px 60px 0;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

#abt_img_03 {
    margin-top: 30px;
    border-radius: 60px 60px 60px 0;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

.abt_img {
    position: relative;
    z-index: 1 !important;
}

.circle_animation {
    position: absolute;
    margin-top: -57%;
    z-index: 10;
    left: 36%;
    pointer-events: none;
}

.badge {
    --badge-size: 160px;
    --badge-color: var(--black);
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--badge-size);
    height: var(--badge-size);
    background: rgba(255, 255, 255, 0.75);
    border-radius: 100%;
    box-shadow: inset 0 0 0 0.9rem var(--badge-color);
    animation: identifier 20s linear infinite;
    position: relative;
    z-index: 5;
}

.badge__emoji {
    display: block;
    margin: 0;
    animation: identifier 20s linear infinite;
    animation-direction: reverse;
    transition: all 0.3s;
}

.badge__char {
    padding: 10px;
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - var(--char-width) / 2);
    height: calc(var(--badge-size) / 2);
    width: var(--char-width);
    background-repeat: round;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -20px;
    font-weight: 800;
    font-size: 15px;
    color: var(--text-color);
    font-family: "EB Garamond", serif;
    transform-origin: bottom center;
    transform: rotate(var(--char-rotate));
}

@-webkit-keyframes identifier {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes identifier {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.abt_sh {
    font-family: "EB Garamond", serif;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 0.35px;
    color: var(--primary-color);
}

.abt_h {
    font-family: "EB Garamond", serif;
    font-weight: 900;
    color: var(--text-color);
    line-height: inherit;
    font-style: italic;
    font-size: 32px;
}

.abt_p {
    padding-top: 12px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: var(--p-color);
    line-height: 31px;
    letter-spacing: 0.15px;
    text-align: justify;
}
.abt_p strong{
    color: #000000;
}

.abt_btn {
    padding: 15px 30px;
    background: var(--primary-color);
    border-radius: 50px;
    border: none;
    font-size: 15px;
    margin-top: 15px;
    color: var(--secondary-color);
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    transition: all 0.3s ease-in;
}

.abt_btn i {
    position: relative;
    top: 1px;
    left: 2.5px;
}

.abt_btn:hover {
    color: var(--secondary-color);
    background: var(--highlight-color);
    transition: all 0.3s ease-in;
}

#about_bottom {
    width: 100%;
    height: auto;
    padding: 50px 20px;
    background: var(--primary-color);
    border-radius: 20px;
}

.ab_box {
    display: flex;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    padding-left: 20px;
}

.br_n {
    border-right: none;
}

.abb_inner i {
    font-size: 42px;
    color: var(--secondary-color);
    padding-right: 15px;
}

.abbi_h {
    font-family: "EB Garamond", serif;
    font-weight: 900;
    color: var(--secondary-color);
    font-size: 30px;
}

.abbi_p {
    font-family: "Poppins", serif;
    font-weight: 500;
    color: var(--secondary-color);
    letter-spacing: 0.15px;
}

#mission_vision {
    width: 100%;
    height: auto;
    padding-top: 40px;
}

.mv_h {
    font-family: "EB Garamond", serif;
    font-weight: 900;
    color: var(--primary-color);
    line-height: inherit;
    font-style: italic;
    padding-top: 30px !important;
}

.mv_sp {
    font-family: "EB Garamond", serif;
    font-weight: 900;
    color: var(--text-color);
    font-size: 20px;
    padding-top: 10px !important;
}

#practice_areas {
    width: 100%;
    height: auto;
    padding: 80px 0;
}

.pa_box {
    width: 100%;
    height: auto;
    padding: 25px 15px;
    background: var(--primary-color);
    display: flex;
    margin-top: 25px;
}

.pab_inner img {
    min-width: 80px;
    padding-right: 10px;
}

.pabi_h {
    font-family: "EB Garamond", serif;
    font-weight: 900;
    color: var(--secondary-color);
}

.pabi_p {
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    color: var(--secondary-color);
    padding-top: 7px !important;
}

#we_practice {
    width: 100%;
    height: auto;
    padding: 80px 0;
    padding-top: 0px;
}

.wp_main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wp_box {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin: auto;
    text-align: center;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.bg_p {
    background-color: var(--primary-color);
}

.bg_h {
    background-color: var(--highlight-color);
}

.wpb_h {
    font-family: "EB Garamond", serif;
    font-weight: 900;
    color: var(--secondary-color);
    font-size: 22px;
    position: relative;
    line-height: inherit;
}

#work_process {
    width: 100%;
    height: auto;
}

.wp_left img {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.wp_right {
    padding: 20px 40px;
}

.wpr_box {
    display: flex;
    gap: 20px;
    position: relative;
    margin-top: 22.5px;
}

.wpr_box i {
    width: 60px;
    height: 60px;
    background: var(--primary-color);
    color: var(--secondary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.wpr_box::before {
    content: "";
    position: absolute;
    left: 27px;
    width: 1px;
    height: 110%;
    border-right: 2px dashed var(--primary-color);
    top: 15px;
    z-index: -1;
}

.b_none::before {
    height: 0;
}

.wprb_h {
    font-family: "EB Garamond", serif;
    font-weight: 900;
    color: var(--text-color);
}

.wprb_p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: var(--p-color);
    padding-top: 5px !important;
}

#team {
    width: 100%;
    height: auto;
    padding: 80px 0;
}

.team_box {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}

.team_content {
    width: 100%;
    height: 225px;
    background: var(--primary-color);
    padding: 20px;
}

.tc {
    transform: translateY(20px);
}

.tc_h {
    font-family: "EB Garamond", serif;
    font-weight: 900;
    color: var(--secondary-color);
}

.tc_sh {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: var(--secondary-color);
    padding-top: 5px !important;
    font-size: 16.5px;
    line-height: 30px;
}

.divider {
    width: 80px;
    height: 4px;
    background: var(--secondary-color);
    margin: 10px 0;
    /* margin-bottom: 0; */
}

.c_details {
    padding: 0;
    margin: 0;
}

.c_details li {
    list-style: none;
    font-family: "Poppins", sans-serif;
    padding-top: 10px;
    color: var(--secondary-color);
}

.t_q {
    font-family: "EB Garamond", serif;
    font-weight: 900;
    color: var(--secondary-color);
    font-size: 20px;
    padding-top: 10px !important;
}

.t_p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: var(--secondary-color);
    padding-bottom: 8px !important;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0px;
    text-align: justify;
}

.team_show {
    padding: 10px 0;
}

.team_box:hover .team_hide {
    display: none;
}

.team_show {
    display: none;
}

.team_box:hover .team_show {
    display: block;
}

.team_box:hover .tc {
    transform: translateY(-65%);
    transition: all 0.3s ease-in;
}

.team_img {
    position: relative;
    width: 100%;
    height: auto;
    transition: all 0.3s ease-in;
}

.team_img img {
    width: 100%;
}

.img_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(189, 140, 48, 0);
}

.team_box:hover .img_overlay {
    background: rgba(189, 140, 48, 0.8);
}

#courts {
    width: 100%;
    height: auto;
    padding: 60px 0;
    background: var(--primary-color);
}

.court_box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cb_img img {
    margin: auto;
}

#shedule_consultation {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: var(--secondary-color);
}

.sc_box {
    text-align: center;
    margin: auto;
    margin-top: 40px;
}

.sc_box::before {
    width: 100%;
    position: absolute;
    content: '';
    border-top: 2px dashed var(--primary-color);
    top: 22%;
    left: 50%;
    z-index: -1;
}

.br_none::before {
    content: none;
}

.sc_icon {
    position: relative;
    width: 135px;
    height: 135px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.sc_icon::before {
    content: "";
    position: absolute;
    border: 2px dashed var(--primary-color);
    width: 150px;
    height: 150px;
    border-radius: 50%;
}

.sc_box:hover .sc_icon::before {
    animation: 5s linear infinite rotate;
}

@-webkit-keyframes rotate {
    from {
        transform: rotate(180);
    }

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

.sc_icon i {
    font-size: 32px;
    color: var(--secondary-color);
}

.sci_count {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: var(--text-color);
    background: var(--secondary-color);
    position: absolute;
    right: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--highlight-color);
}

.sc_content {
    padding-top: 20px;
}

.scc_h {
    font-family: "EB Garamond", serif;
    font-weight: 900;
    color: var(--primary-color);
}

.scc_p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: var(--p-color);
    padding-top: 10px !important;
}

.center {
    display: block;
    margin: auto;
    margin-top: 40px;
}

#consultation {
    width: 100%;
    height: auto;
}

.consultation_form {
    width: 100%;
    height: auto;
    background: rgba(189, 140, 48, 0.2);
    border-radius: 20px;
    padding: 40px 20px;
}

.sc_form {
    padding: 15px 20px;
    height: auto;
    border-radius: 25px;
    margin-bottom: 15px;
    font-family: "Poppins", sans-serif;
    color: var(--text-color);
    font-weight: 400;
}

.sc_form::placeholder {
    font-family: "Poppins", sans-serif;
    color: var(--text-color);
    font-weight: 400;
}

.sc_btn {
    padding: 15px 30px;
    background: var(--primary-color);
    border-radius: 50px;
    border: none;
    font-size: 15px;
    color: var(--secondary-color);
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    transition: all 0.3s ease-in;
    display: block;
    width: 100%;
    margin: auto;
    margin-top: 20px;
}

.cs_h {
    font-family: "EB Garamond", serif;
    font-weight: 900;
    color: var(--primary-color);
    line-height: inherit;
    font-style: italic;
    text-align: center;
    padding-bottom: 20px !important;
}

.cs_contact {
    padding: 0;
    margin: 0;
    padding: 25px 20px;
}

.cs_contact li {
    list-style: none;
    display: flex;
    padding-bottom: 20px;
    gap: 20px;
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    line-height: 30px;
    align-items: center;
    font-weight: 400;
}

.cs_contact li:nth-child(3) {
    padding-bottom: 0;
    word-wrap: anywhere;
}

.cs_contact li i {
    min-width: 55px;
    max-width: 55px;
    height: 55px;
    background: var(--primary-color);
    border-radius: 50%;
    text-align: center;
    color: var(--secondary-color);
    font-size: 22px;
    position: relative;
    padding-top: 16px;
}

#sc_logo {
    height: 100px;
}

#clients {
    width: 100%;
    height: auto;
    padding: 80px 0;
}

.clients {
    margin-top: 40px;
}

.clients .owl-nav button.owl-next,
.clients .owl-nav button.owl-prev {
    top: -45% !important;
}

.team .owl-nav button.owl-next,
.team .owl-nav button.owl-prev {
    top: -2.5% !important;
}



#news {
    width: 100%;
    height: auto;
    padding: 80px 0;
}

.news {
    margin-top: 40px;
}

.owl-carousel .owl-stage-outer {
    padding: 10px 0;
}

.client_box {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    margin: 0 5px;
}

.news_box {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid var(--primary-color);
    box-shadow: 0px 5px 0px 0px rgba(189, 140, 48, 1);
}

.news_img {
    position: relative;
    overflow: hidden;
}

.news_img img {
    transform: scale(1);
    transition: all 0.3s ease-in;
}

.news_box:hover .news_img img {
    transform: scale(1.1);
    transition: all 0.3s ease-in;
}

.news_content {
    padding: 25px 15px;
    background: var(--secondary-color);
}

.news_ch {
    font-family: "EB Garamond", serif;
    font-weight: 800;
    color: var(--text-color);
    line-height: inherit;
    font-size: 23px;
    transition: all 0.3s ease-in;
}

.news_box:hover .news_ch {
    color: var(--primary-color);
    transition: all 0.3s ease-in;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    font-size: 42px;
    color: var(--secondary-color);
    position: absolute;
    top: -15%;
    right: 0;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--primary-color);
    line-height: 0;
}

.owl-prev span {
    position: relative;
    bottom: 3px;
    font-weight: lighter;
}

.owl-next span {
    position: relative;
    bottom: 3px;
    font-weight: lighter;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0%;
}

.owl-carousel .owl-nav button.owl-prev {
    right: 5%;
}



.panel-title>a:before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    padding-right: 5px;
}


.panel-title>a.collapsed:before {
    float: right !important;
    content: "\f067";
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
    text-decoration: none;
}

.panel-heading {
    padding: 15px 15px;
    background: var(--secondary-color);
    border: none;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-default>.panel-heading {
    background: var(--secondary-color);
    color: var(--text-color);
    border: none;
}

.panel {
    margin-bottom: 15px !important;
    background-color: #ffffff;
    border: none;
    border-bottom: 1px solid var(--primary-color);
}

.panel-body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: var(--p-color);
    line-height: 30px;
    border: none !important;
    padding: 15px 15px;
    letter-spacing: 0;
}

.panel-title a {
    color: var(--text-color);
    line-height: inherit;
    font-weight: 600;
    border: none;
    font-family: "EB Garamond", serif;
    border: none !important;
    font-size: 21px;
}

.panel-title>a:hover,
.panel-title>a:active,
.panel-title>a:focus {
    color: var(--primary-color) !important;
}

.faq_h {
    font-family: "EB Garamond", serif;
    color: var(--text-color);
    font-size: 20px;
    font-weight: 700;
}

.faq_li {
    padding: 0;
    margin: 0;
}

.faq_li li {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    margin-left: 20px;
    padding-top: 10px;
}

.faq_li li strong {
    color: var(--text-color);
    font-family: 'Poppins', sans-serif;
    font-weight: 600 !important;
}

.faq_p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    margin-left: 20px;
    padding-bottom: 10px;
    color: var(--p-color);
    line-height: 30px;
}

#reviews {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: var(--secondary-color);
}

.review_box {
    margin-top: 40px;
    width: 100%;
    height: auto;
    padding: 40px 20px;
    background: rgba(189, 140, 48, 0.1);
    border-radius: 35px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 5px 0px 0px rgba(189, 140, 48, 1);
}

.r_qotes {
    position: absolute;
    top: -5px;
    right: -5px;
    font-size: 32px;
    background: var(--primary-color);
    width: 80px;
    text-align: center;
    height: 70px;
    border-radius: 0 50px;
    padding-top: 13px;
    color: var(--secondary-color);
}

.rn_h {
    font-family: "EB Garamond", serif;
    font-weight: 800;
    color: var(--text-color);
    padding-top: 10px !important;
}

.rn_p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: var(--p-color);
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0;
    padding-top: 10px !important;
}

#footer {
    width: 100%;
    height: auto;
    padding: 60px 0;
    padding-top: 30px;
    background-color: rgba(189, 140, 48, 1);
    background-image: url(../../images/footer-default-right.png);
    background-position: top right;
    background-repeat: no-repeat;
}

.footer_box {
    margin-top: 30px;
    padding: 0 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.footer_h {
    font-family: "EB Garamond", serif;
    font-weight: 800;
    color: var(--secondary-color);
}

.footer_p {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: var(--secondary-color);
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0;
    padding-top: 10px !important;
}

.footer_li {
    padding: 0;
    margin: 0;
}

.footer_li li {
    list-style: none;
    font-family: 'Poppins', sans-serif;
    color: var(--secondary-color);
    font-size: 16px;
    padding-top: 15px;
    line-height: 25px;
    font-weight: 500;
}

.footer_contact {
    padding: 0;
    margin: 0;
    margin-top: 15px !important;
}

.footer_contact li {
    list-style: none;
    display: flex;
    padding-bottom: 20px;
    gap: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 30px;
    align-items: center;
    color: var(--secondary-color);
    font-weight: 400;
}
.footer_contact li:nth-child(3){
    word-wrap: anywhere;
}

.footer_contact li i {
    min-width: 42px;
    max-width: 42px;
    height: 42px;
    background: var(--highlight-color);
    border-radius: 50%;
    text-align: center;
    color: var(--secondary-color);
    font-size: 20px;
    position: relative;
    padding-top: 10px;
}

.f_br_none {
    border-right: none;
}

.copy_p {
    width: 100%;
    height: auto;
    padding: 12px !important;
    text-align: center;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 50px;
    font-family: "Poppins", sans-serif;
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 400;
}

#footer_logo {
    height: 90px;
}

#contact_page {
    width: 100%;
    height: auto;
    padding: 80px 0;
}

#bredcum {
    width: 100%;
    height: auto;
    padding: 125px 0;
    background-image: url(../../images/bredcum.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bredcum_h {
    font-family: "EB Garamond", serif;
    font-weight: 900;
    color: var(--secondary-color);
    line-height: inherit;
    font-style: italic;
}

.contact_address_box {
    width: 100%;
    height: auto;
    padding: 20px;
    border: 2px solid var(--primary-color);
    border-radius: 10px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    gap: 15px;
    margin-bottom: 20px;
}

.cab_p {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
}

.contact_address_box i {
    font-size: 22px;
    color: var(--primary-color);
}

#inner_pages {
    width: 100%;
    height: auto;
    padding: 80px 0;
}

.founder_message_box {
    position: relative;
    padding-bottom: 80px;
}

.fmbi_h {
    font-family: "EB Garamond", serif;
    font-weight: 900;
    color: var(--primary-color);
    line-height: inherit;
    font-style: italic;
    font-size: 42px;
    text-align: right;
    position: absolute;
    bottom: -60px;
    right: 15px;
}

.fmbi_h span {
    font-family: "EB Garamond", serif;
    font-weight: 900;
    color: var(--secondary-color);
    line-height: inherit;
    font-style: italic;
    font-size: 42px;
}

.fmbi_sc {
    width: 160px;
    height: auto;
    background: rgba(189, 140, 48, 0.85);
    padding: 15px;
    position: absolute;
    bottom: -65px;
    border-top-left-radius: 25px;
    left: 15px;
    text-align: center;
}

.fmbisc_h {
    font-family: "EB Garamond", serif;
    font-weight: 900;
    color: var(--secondary-color);
    letter-spacing: 1px;
}

.fmbisc_p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: var(--secondary-color);
}

.c_p {
    color: var(--primary-color);
}

.our_clients_li {
    padding: 0;
    margin: 0;
    padding-left: 25px;
}

.our_clients_li li {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 32px;
    color: var(--p-color);
}

.our_clients_li li strong{
    color: #000000;
}

.services_list {
    width: 100%;
    height: auto;
    padding: 20px;
    background: var(--secondary-color);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.sl_h {
    font-family: "EB Garamond", serif;
    font-weight: 900;
    color: var(--primary-color);
}

.services_list_li {
    padding: 0;
    margin: 0;
}

.services_list_li li {
    list-style: none;
    padding: 12px;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    border: 1px solid rgba(189, 140, 48, 0.65);
    font-weight: 500;
    letter-spacing: 0.35px;
    margin-top: 15px;
    transition: all 0.s ease-in;
}
.services_list_li li:hover{
    background: var(--primary-color);
    color: var(--secondary-color);
    transition: all 0.s ease-in;
}

.services_list_li li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#ser_img{
    margin-bottom: 20px;
}