/* Common CSS Start */
:root {
    --color-1: #333333;
    --color-2: #FDCB6E;
    --color-3: #17313B;
    --color-4: #fff;
    --font-lora: "lora";
}
* {
    padding:0;
    margin:0;
    box-sizing:border-box;
}
html {
    scroll-behavior: smooth;
}
body, html{
    height: 100%;
}
body {
    width: 100%;
    overflow-x: hidden;
    position: relative;
    letter-spacing: 0;
    font-family: 'poppins';
    font-weight: 400;
    color: #333333;
    font-size: 18px;
    line-height: 30px;
    padding-top: 0px;
}
.wow {
    overflow: hidden;
}

@keyframes zoomIn {
    0% {
        transform: scale(.5);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.zoomInEffect {
    animation: zoomIn 1s ease-out forwards;
}

img {
    max-width: 100%;
    height: auto;
}
.nav-link:focus, .nav-link:hover {
    color: var(--color-3);
}
.hide{
    display: none;
}
.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

:focus{
    outline: 0;
    outline: none;
}
a {
    color: var(--color-3);
    text-decoration: none;
}
a:hover {
    color: #000000;
}
html body a:focus, html body h1:focus, html body h2:focus, html body h3:focus, html body h4:focus, html body h5:focus, html body h6:focus {
    outline: var(--color-2);
    text-decoration: unset;
}
p {
    margin-bottom: 15px;
}
p:last-child{
    margin-bottom: 0
}
a:focus {
    color: #000000;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}
a, .btn, input, select, textarea, button, img{
    outline: 0 !important;
    box-shadow: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: var(--color-3);
}
select{
    color: rgba(0,0,0,0);
    text-shadow: 0 0 0 #000;
}
a img{
    outline: 0;
}
input[type=checkbox], input[type=radio] {
    vertical-align: middle;
}

.bgcover{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.logged-in header#header {
    top: 0px;
}
/* body.logged-in {
    padding-top: 112px;
} */
body.nav-open-menu{
    overflow: hidden;
}
/* btn sec */
.btn svg, .btn img {
    width: 18px;
    height: 17px;
    margin-left: 8px;
    position: relative;
    top: 0px;
    display: inline-block;
}
.btn {
    border-radius: 10px;
    background-color: #FDCB6E;
    color: #3F3F3F;
    position: relative;
    border: 1px solid #FDCB6E;
    line-height: 100%;
    font-family: 'poppins';
    font-weight: 700;
    letter-spacing: 0%;
    text-transform: uppercase;
}
.btn:hover {
    transition: 0.5s;
    border-color: #FDCB6E;
    color: white;
    background-color: #17313B;
}

.btn.focus, .btn:focus {
    transition: 0.5s;
    border-color: white;
    color: #fff;
    background-color: var(--color-3);
}

.btn:hover svg path {
    stroke: #fff;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    transition: 0.5s;
    border-color: #ffffff;
    color: #ffffff;
    background-color: var(--color-3);
}

input, select, textarea{
    outline: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
}
[type=submit]{
    cursor: pointer;
}

a:hover, a:focus {
    text-decoration: none;
}

p:empty {
    display: none;
}

.btn:hover svg {
    transition: 0.5s;
}

h1, h2, h3, h4, h5, h6 {
    position: relative;
    color: #333333;
    font-family: var(--font-lora);
    font-weight: 400;
    line-height: 1.3;
}
h1 {
    font-size: 55px;
    margin-bottom: 15px;
    font-family: var(--font-lora);
    ;
}
h2 {
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: 35px;
    font-family: var(--font-lora);
    /* text-transform: capitalize; */
}
.h3, h3 {
    font-size: 32px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-family: var(--font-lora);
    text-transform: inherit;
    color: #000000;
}
h4 {
    font-size: 27px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-family: var(--font-lora);
    text-transform: inherit;
    letter-spacing: 0%;
}
h5 {
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-family: var(--font-lora);
    text-transform: inherit;
    letter-spacing: 0%;
}
h6 {
    font-size: 23px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-family: var(--font-lora);
    text-transform: inherit;
    letter-spacing: 0%;
}
.linklist ol, .linklist ul {
    margin-bottom: 15px;
    line-height: 28px;
    padding-left: 15px;
}
.linklist ul li ul, .blog-box .blog-content ol li ol, .blog-box .blog-content ul li ul {
    margin-top: 10px;
    position: relative;
}
.linklist ol li, .linklist ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-right: 0;
    width: 100%;
    line-height: normal;
    margin-bottom: 10px;
    padding-left: 25px;
}
.linklist ul li:after {
    position: absolute;
    left: 0;
    content: "";
    border-radius: 100%;
    height: 14px;
    width: 14px;
    background-color: transparent;
    background-image: url(../img/list-star.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 6px;
}
.linklist ol {
    padding-left: 30px;
}
.linklist ol li {
    padding-left: 0px;
    display: list-item;
}

.linklist ol {
    clear: both;
    list-style: none;
    margin-bottom: 25px;
    padding-left: 0;
}
.linklist ol>li {
    counter-increment: li;
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    padding: 14px 18px 14px 47px;
    position: relative;
    padding-top: 12px;
}
.linklist ol>li:before {
    background-color: #9a2035;
    border-radius: 50%;
    color: #fff;
    content: counter(li);
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    height: 32px;
    left: 0;
    line-height: 33px;
    position: absolute;
    text-align: center;
    top: 13px;
    width: 32px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 15px 15px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 18px;
}

.section-pd {
    padding: 100px 0;
}
.section-pt {
    padding-top: 70px;
}
.section-pb {
    padding-bottom: 70px;
}
.space-pd {
    padding: 100px 0;
}
.title, .heading {
    margin-bottom: 20px;
    position: relative;
    display: block;
    color: #363534;
    font-size: 50px;
    line-height: 66px;
    font-weight: 400;
    font-family: var(--font-lora);
    letter-spacing: 0;
}
.h2, h2 {
    color: #333333;
    font-family: var(--font-lora);
    font-weight: 400;
    font-size: 50px;
    /* text-transform: capitalize; */
}
.white-color-sec p a, .white-color-sec .heading, .white-color-sec p, .white-color-sec .title,
.white-color-sec ul li, .white-color-sec h2, .white-color-sec h3, .white-color-sec h4, .white-color-sec h5,
.white-color-sec h6, .white-color-sec .small-text {
    color: var(--color-2);
}
.white-color-sec .btn {
    transition: .5s;
    background: transparent;
    color: var(--color-2);
    border-color: var(--color-2);
}

.white-color-sec .btn:hover {
    transition: .5s;
    background: var(--color-3);
    color: var(--color-2);
    border-color: var(--color-3);
}

div#html5-close {
    background-image: url(../img/close.png);
    background-size: auto;
    width: 31px;
    height: 34px;
    background-repeat: no-repeat;
    top: 5px !important;
}
div#html5-close img {
    display: none;
}
.searchform .close-btn {
    right: 25px;
    top: 10px;
}
.default-page .default-content ul {

    padding-left: 30px;
    padding-bottom: 15px;
}
.searchform .close-btn:before, .searchform .close-btn:after {
    left: 1px;
    right: 1px;
    top: 10px;
}
/* Common CSS END */

/* Menu CSS Start */
ul {
    padding: 0;
    margin: 0;
}
ul.menu-top li {
    display: inline-block;
    color: #fff;
    position: relative;
    padding: 0 10px 0 0;
    transition: .5s;
}
ul.menu-top li:first-child {
    margin-left: 0px;
}
ul.menu-top > li.menu-item-has-children {
    margin-right: 0;
}
ul.menu-top>li#menu-item-250 > ul.sub-menu {
    right: 0;
}
.menu-top li a br, .menu-top li .sub-menu li a br{
    display: none;
}
.menu-top li a {
    padding: 0;
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    font-weight: 400;
    font-size: 15px;
    line-height: normal;
    letter-spacing: 0px;
    color: var(--color-4);
    font-family: 'poppins';
    padding-bottom: 7px;
    text-transform: capitalize;
    padding: 10px 10px;
    border-radius: 5px;
}
ul.menu-top > li.menu-item-has-children > a {
    margin-right: 0;
    padding-right: 15px;
}
.nav-menu .menu-top>li>a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    right: 0;
    left: 0;
    bottom: 0;
    background: var(--color-7);
    transition: all .3s ease-in-out;
    margin: auto;
    opacity: 0;
}
.nav-menu .menu-top>li>a:hover:before {
    width: 100%;
    opacity: 0;
}
.nav-menu .menu-top>li.current-menu-ancestor a:before, .nav-menu .menu-top>li.current-menu-item>a:before {
    width: 100%;
    opacity: 0;
}
.menu-top li a:hover, .menu-top li a:focus {
    color: #FDCB6E;
    background: unset;
    border-radius: 0px;
}
.nav-menu .menu-top>li.current-menu-item>a, .nav-menu .menu-top>li.current-menu-ancestor>a {
    font-weight: 500;
    color: #fdcb6e;
    background-color: unset;
    border-radius: 10px;
}
.nav-menu>.menu-top>li.menu-item-has-children:after {
    content: "";
    position: absolute;
    top: 0;
    margin: auto;
    bottom: 0;
    right: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0;
    border-color: #fff transparent transparent;
    display: flex;
    align-items: center;
}

ul.menu-top li ul.sub-menu li.menu-item-has-children:after{
    display: none;
}
/* dropdown start here */
ul.menu-top li:hover>ul {
    display: block;
}

ul.menu-top li:hover li {
    float: none;
}
ul.menu-top li:hover li a:hover {
    background: var(--color-3);
    color: #fff;
}
.menu-top .sub-menu > li {
    border-bottom: none;
}
.menu-top .sub-menu > li:last-child {
    border-bottom: none;
}
.menu-top .sub-menu li.current-menu-parent > a {
    background-color: var(--color-3);
    color: #fff;
}
.menu-top .sub-menu li.current_page_item a {
    background-color: #17313b;
    color: #fff;
    border-radius: 0;
}
.menu-top .sub-menu li:hover {
    border-radius: 0 !important;
}
.menu-top .sub-menu > li:nth-child(1) {
    border-top: 0px solid #efefef;
}
.menu-top .sub-menu>li.current_page_item ul li a {
    background-color: #fff;
    color: #000;
}
.menu-top .sub-menu > li.current_page_item ul li a:hover, .menu-top .sub-menu > .current_page_ancestor > a {
    background-color: var(--color-3);
    color: #fff;
}
.menu-top li ul li {
    border-top: 0;
    display: block;
    margin: 0;
}
/* Displays second level dropdowns to the right of the first level dropdown */
ul.menu-top ul ul {
    left: 100%;
    top: 0;
    position: absolute;
}
ul.menu-top li .sub-menu li {
    padding: 0;
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(238, 226, 215, 1);
    border-radius: 0 !important;
}
ul.menu-top li .sub-menu li:hover a {
    color: white;
}
.nav-menu-inner {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    border-top: none;
}
.menu-top {
    position: relative;
    transition: all ease-in-out .2s;
    text-align: right;
    justify-content: space-between;
    display: flex;
    right: 0px;
    top: 3px;
}
.menu-top li:last-child {
    margin-right: 0;
}
ul.menu-top li#menu-item-25 {
    display: none;
}
.sub-menu {
    background-color: #fff;
    min-width: 205px;
    text-align: left;
    left: 15px;
}
ul.menu-top li .sub-menu li a {
    font-size: 16px;
    padding: 10px 10px 10px 10px;
    line-height: 18px;
    margin: 0;
    color: #363534;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    position: relative;
    text-transform: capitalize;
    line-height: 24px;
    letter-spacing: 0;
}
ul.menu-top li .sub-menu li:last-child a {
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.menu-top .sub-menu li.current_page_item a:before, .menu-top .sub-menu li a:hover:before {
    background: #fff;
}
ul.menu-top li .sub-menu li a:hover {
    color: #ffffff;
    background: #17313b;
}
.menu-header ul.sub-menu li.menu-item-has-children>a:after {
    -ms-transform: rotate(227deg);
    -webkit-transform: rotate(227deg);
    -moz-transform: rotate(227deg);
    -o-transform: rotate(227deg);
    transform: rotate(227deg);
    right: 13px;
    top: 0;
    bottom: 0;
    content: "";
    border-left: 2px solid #293a4c;
    border-bottom: 2px solid #293a4c;
    display: inline-block;
    width: 8px;
    height: 8px;
    position: absolute;
    margin: auto;
}
ul.menu-top li .sub-menu li.menu-item-has-children > a:hover {
    background-color: var(--color-3);
    color: #fff;
}
.menu-header ul.sub-menu li.current-menu-ancestor>a:after {
    border-color: #fff;
}
.menu-header ul.sub-menu li.current-menu-item>a:after, .menu-header ul.sub-menu li.menu-item-has-children>a:hover:after {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.menu-header > ul > li > ul {
    transform: translateY(1.250em);
    transition: all linear 0.1s;
    top: 100%;
    position: absolute;
    list-style: none;
    z-index: 1;
    margin: 0;
    padding: 0;
    transition: all linear 0.1s;
    margin-top: 0px;
}
header#header.small-header .menu-header > ul > li > ul {
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.258);
    transition: all linear 0.1s;
}
.menu-header .sub-menu {
    visibility: hidden;
}
.menu-header ul li:hover>ul {
    opacity: 1;
    transform: translateY(0);
    display: block;
    visibility: visible;
    z-index: 1;
}
.menu-top li.menu-item-has-children:after {
    content: "";
    position: absolute;
    top: 1px;
    margin: auto;
    right: 7px;
    background-size: 11px;
    background-repeat: no-repeat;
    background-image: url(../img/nav-arrow.svg);
    background-position: center;
    height: 16px;
    width: 16px;
    bottom: 0px;
}
.menu-top > li.current-menu-item:after, .nav-menu .menu-top>li.current-menu-ancestor:after {
    background-image: url(../img/nav-arrow.svg);
}
.menu-header ul li#menu-item-146765:hover>ul {
    max-height: 500px;
    overflow-y: scroll;
}
.menu-header .two-col-menu ul.sub-menu {
    column-count: 2;
    min-width: 420px;
}
.menu-header .two-col-menu .sub-menu li {
    padding: 0;
    display: inline;
}
.menu-header .two-col-menu .sub-menu li a {
    border-bottom: 1px solid rgba(243, 243, 243, 1);
}
/* Menu CSS END */
/* block css default */
.wp-block-group, .wp-block-columns {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
    margin-bottom: 35px;
    padding-left: 12px;
    padding-right: 12px;
}
.wp-block-group ul, .wp-block-columns ul {
    padding-left: 20px;
    list-style: disc;
    margin-bottom: 15px;
}
/* block css default */

/* Header Search */
.search-box-outer {
    width: 57%;
    margin-left: auto;
}
.search-icon{
    cursor: pointer;
    transition: all ease-in-out 0.45s;
    background-size: 18px;
    background-repeat: no-repeat;
    background-image: url(../img/search-white.png);
    background-position: 0px 0px;
    width: 19px;
    height: 19px;
    top: 5px;
    position: relative;
}
.close-search{
    cursor: pointer;
}
.search-bar {
    padding: 1px 0 10px 15px;
    margin-left: 0;
    color: #000;
    position: relative;
    width: auto;
    display: inline-block;
    margin-top: 0px;
}
.search-bar:before {
    content: "";
    background-color: #fff;
    position: absolute;
    height: 1.15em;
    left: 0;
    width: 1.5px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}
.search-bar-box {
    background-color: rgba(53, 163, 175, 0);
    position: relative;
    right: 0px;
    height: 3rem;
    border: 1px solid rgba(53, 163, 175, 0);
    border-bottom-color: #e9e9e9;
    z-index: 2;
    opacity: 1;
    width: calc(100% - 0em);
}
.mobile-search-bar {
    cursor: pointer;
    position: relative;
    padding-left: 0;
    margin-right: 20px;
    top: 2px;
    height: 19px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    margin-left: 15px;
}
.mobile-search-bar .white-search-icon {
    display: block;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/search.svg);
    background-position: center;
    cursor: pointer;
    transition: 0.5s;
}
.mobile-search-bar .white-search-icon:hover {
    background-image: url(../img/search-hover.svg);
    transition: 0.5s;
}
header#header.small-header .search-bar-box {
    top: 0;
}
#SiteSearchs img {
    width: 1.5em;
}
.browser-ie .search-bar-box,
.browser-unknown .search-bar-box,
.browser-ie .search-bar-box.active-bar,
.browser-unknown .search-bar-box.active-bar {
    -webkit-transition:  all ease-in-out 0s;
    -moz-transition:  all ease-in-out 0s;
    -o-transition:  all ease-in-out 0s;
    transition: all ease-in-out 0s;
}
.search-icon-form button.btn {
    background-color: var(--color-3);
    padding: 20px;
    margin-top: 0;
}
.search-icon-form button.btn:hover {
    background-color: #fff;
    color: var(--color-3);
    border: 1px solid #fff;
}

.search-icon-form button.btn:focus{
    background-color: var(--color-3);
    color: #fff;
    border: 1px solid var(--color-3);
}

.search-wrapper {
    flex-direction: column;
    text-align: center;
}

.search-wrapper .title {
    color: var(--color-3);
    margin-bottom: 50px;
}

.search-input-box .form-control {
    color: #76777a;
}

.search-form-outer{
    width: 100%
}

.search-icon-form {
    padding: 8px 15px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
}

.close-search .bar {
    background: #FFF;
    border-radius: 0;
    display: block;
    height: 2px;
    width: 45px;
}

.close-search .bar:nth-of-type(2) {
    width: 25px;
    margin-bottom: 7px;
    margin-top: 7px;
    margin-left: auto;
}

.search-input-box{
    width: 100%
}

.search-input-box input{
    border: none;
    padding-left: 0;
    padding-right: 0;
    color: #fff;
}

.search-input-box input:focus{
    outline: none!important;
    box-shadow: none!important
}

#m-SiteSearchs-form .search-input-box ::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

#m-SiteSearchs-form .search-input-box ::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

#m-SiteSearchs-form .search-input-box :-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
}

#m-SiteSearchs-form .search-input-box :-moz-placeholder {
    color: #ffffff;
    opacity: 1;
}

#search-icon-bar .fa-search {
    color: #fff;
    font-size: 0;
}

.top-search-wrap {
    display: inline-block;
}

.search-input-box .form-control {
    padding: 0;
    height: 2.5rem;
    background-color: transparent;
    color: #000000;
}

.search-icon-form .fa-search {
    color: #fff;
    font-size: 0;
}
/* Header Search End */

/* side menu logo */
.menu-logo-wrapper {
    position: absolute;
    padding: 15px;
    max-width: 115px;
    z-index: 15;
    opacity: 0;
    pointer-events: none;
}
.menu-logo-wrapper a {
    display: inline-block;
}
.menu-logo-wrapper a img {
    width: auto;
}
/* side menu logo */

/* Header CSS Start */
.menu-wrap, .mobile-header-sec{
    display: none;
}
.top-right-phone-col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
}

.logo-wrapper {
    height: auto;
    position: relative;
    width: auto;
    top: 0;
}
.logo-wrapper a {
    display: flex;
    align-items: center;
    width: 220px;
}
.logo-wrapper a img {
    width: auto;
    transition: 1s;
    object-fit: contain;
}
.menu-top li a, header#header.small-header .header-contact-info a {
    transition: 1s;
}
header#header.small-header .logo-wrapper a img {
    max-width: 100%;
}

.top-search-bar {
    text-align: right;
    position: relative;
    width: 45px;
}
.nav-menu-wrapper {
    width: 100%;
    position: relative;
    margin-bottom: 0;
    transition: all ease-in-out .2s;
    display: flex;
    padding-right: 0;
    justify-content: center;
    align-items: center;
}
.menu-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.nav-menu-inner ul > li .sub-menu *{
    transition: none;
}
header#header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 11;
    padding: 30px 0 30px 0;
    background: #17313B;
    transition: all 0.5s;
}
header#header.small-header {
    transition: all 0.5s;
    background-color: #17313B;
    box-shadow: 0px 4px 50px 0px #0000001A;
}
.header-left-logo {
    display: flex;
    align-items: center;
}

.header-aside-col {
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
}

.header-contact-info {
    /* margin-top: 0; */
    position: relative;
    /* display: flex; */
    /* width: 314px; */
    flex-direction: column;
    /* padding-left: 0; */
    /* padding-bottom: 0; */
    height: 66px;
    /* justify-content: center; */
    top: 10px;
    /* align-items: flex-start; */
}
.header-contact-info a {
    margin-left: 0;
    width: auto;
    display: block;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0;
    font-family: var(--font-poppins);
    line-height: 24px;
    color: var(--color-2);
    background-position: 1px center;
    background-image: url(../img/phone-icon.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    padding-left: 50px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.header-contact-info a:hover span {
    text-decoration: none;
}
.header-contact-info a:hover div {
    transition: 0.5s;
    text-decoration: unset;
}
.header-contact-info a span {
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 4px;
    display: block;
    line-height: 1;
    position: relative;
    top: -2px;
    letter-spacing: normal;
    font-family: var(--font-dm-sans);
    color: var(--color-7);
}
.header-contact-info a div {
    font-size: 20px;
    font-weight: 600;
    display: block;
    line-height: 1;
    position: relative;
    letter-spacing: normal;
    font-family: var(--font-dm-sans);
    color: var(--color-7);
}
.header-wrap {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/** Mobile Search Bar ***/
.mobile-search-bar-box .search-input-box{
    width: 100%;
    position: relative;
}
.close-btn {
    position: absolute;
    right: -15px;
    top: -10px;
    width: 40px;
    height: 40px;
    opacity: 1;
    font-size: 0;
    color: #fff;
    border: none;
    background: var(--color-2);
    border-radius: 45px;
    z-index: 1;
    border: 1px solid var(--color-2);
    transition: .5s;
}
.close-btn:hover {
    opacity: 1;
    cursor: pointer;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    transition: .5s;
}
.close-btn:before, .close-btn:after {
    position: absolute;
    left: 0;
    content: ' ';
    height: 18px;
    width: 2px;
    background-color: #000000;
    right: 0;
    margin: auto;
}
.close-btn:hover:before, .close-btn:hover:after {
    opacity: 1;
    background-color: black;
}
.close-btn:before {
    transform: rotate(45deg);
}
.close-btn:after {
    transform: rotate(-45deg);
}
.modal-dialog-scrollable .modal-content {
    overflow: inherit;
}
.mobile-search-bar-box{
    display: none
}
.mobile-search-bar-box {
    position: fixed;
    top: 0;
    width: 100%;
    height: 125px;
    z-index: 10000;
    background-color: var(--color-3);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-100%);
    transition: all ease-in-out 0.5s;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.42);
    opacity: 0;
}
.mobile-search-active .mobile-search-bar-box {
    transform: translate(0);
    z-index: 999999;
    opacity: 1;
}
.mobile-search-bar-box form{
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.mobile-search-bar-box .search-input-box input {
    font-size: 16px;
    border-bottom: 1px solid #ffffff;
    color: #fff;
    height: 46px;
    padding-left: 0px;
    padding-right: 50px;
    border-radius: 0;
}
.mobile-search-bar-box .search-icon-form img{
    width: 28px;
    max-width: 54px;
}
.search-icon-form button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
    width: 22px;
    height: 22px;
    top: -20px;
    position: relative;
    background-image: url(../img/white-search-icon.svg);
    opacity: 0.7;
}
.search-icon-form button:hover {
    opacity: 1;
}
.search-input-box .form-control:focus {
    border-bottom: 1px solid rgba(253, 203, 110, 1)!important;
    color: #fff;
}
.mobile-search-bar-box .search-input-box {
    position: relative;
}
.req-error {
    position: absolute;
    font-size: 11px;
    bottom: -19px;
    display: none;
    color: #fff;
    font-weight: normal;
    right: 0;
    background-color: #b30000;
    padding: 1px 5px;
    border-radius: 0;
    line-height: normal;
    text-transform: capitalize;
}
.mobile-search-bar img {
    cursor: pointer;
    top: -3px;
    position: relative;
}

.m-close-search .bar {
    background: #FFF;
    border-radius: 0;
    display: block;
    height: 1px;
    width: 45px;
    display: none;
}
.m-close-search .bar:nth-of-type(2) {
    width: 25px;
    margin-bottom: 9px;
    margin-top: 9px;
}
.mobile-search-bar-box .search-icon-form {
    padding: 0;
    margin-left: 15px;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    position: absolute;
    right: 0px;
    bottom: 3px;
    width: 40px;
}
.mobile-search-bar-box [type='submit'], .mobile-search-bar-box [type='submit']:focus{
    background-color: transparent
}

.nav-menu-inner .nav-menu {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    position: relative;
}
header#header.small-header .nav-menu-inner .nav-menu {
    top: 0;
}
/* Mobile Search Bar */

/* Footer CSS */
.main-footer {
    margin-top: 0;
    width: 100%;
    position: relative;
    background-color: #17313B;
    color: white;
    overflow: hidden;
}
.footer-bottom-content{
    font-size: 14px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
    line-height: normal;
}
.footer-wrapper {
    width: 100%;
    position: relative;
    padding: 70px 0px;
    z-index: 9;
}
.footer-heading {
    font-style: normal;
    margin-bottom: 20px;
    font-family: 'lora';
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}
.footer-logo a {
    display: inline-block;
    line-height: normal;
}
.footer-logo a img {
    width: auto;
}
.footer-logo {
    margin-bottom: 30px;
    max-width: 330px;
}
.copyright-wrapper {
    background: #17313B;
    width: 100%;
    position: relative;
    padding: 20px 0px 60px 0;
    z-index: 9;
}
.copyright-wrapper .copyright {
    text-align: center;
    color: white;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins';
}
.menu-footer li a {
    color: var(--color-6);
    font-family: var(--font-poppins);
    font-weight: 600;
    font-size: 16px;
    transition: .5s;
}
.menu-footer li a:hover {
    color: #FDCB6E;
    transition: .5s;
}
.copyright .small-nav {
    margin-left: 5px;
    color: var(--color-5);
}
.copyright .small-nav a {
    display: inline-block;
    margin-right: 6px;
    position: relative;
    padding-right: 0;
    color: white;
    margin-left: 4px;
}
.copyright .small-nav a:hover {
    color: var(--color-5);
    text-decoration: underline;
}
.copyright .small-nav a:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 10px;
    background: rgb(255 255 255);
    top: 0;
    right: -8px;
    bottom: 0;
    margin: auto;
}
.copyright .small-nav a:last-child:after {
    display: none;
    opacity: 0;
}
.footer-social {
    z-index: 1;
    display: flex;
    margin-top: 0;
    gap: 0;
    position: relative;
}
.footer-social li:last-child {
    margin-right: 0
}
.footer-social li a {
    position: relative;
    height: 45px;
    width: 45px;
    line-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 5px;
    transition: .5s;
    background-color: transparent;
}
.footer-social li a:hover {
    border-color: #58694A;
    transition: .5s;
    background: transparent;
}
ul.footer-social li a svg,ul.footer-social li a img {
    height: 20px;
    width: 20px
}

ul.footer-social li a svg path,ul.footer-social li a svg circle,ul.footer-social li a svg rect {
    fill: var(--color-4);
}

ul.footer-social li a:hover svg path,ul.footer-social li a:hover svg circle,
ul.footer-social li a:hover svg rect {
    fill: #FDCB6E;
}
/* Footer CSS */

/* Blog Section CSS */
.latest-blogs-section {
    background: #f5f5f5;
    width: 100%;
    position: relative;
}
.blog-col-item .blog-title a {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    display: inline-block;
    color: var(--color-1);
}
.blog-col-item .blog-title a:hover {
    color: var(--color-3);
}

.blog-col-item .blog-info-sec {
    padding: 20px;
    width: 100%;
}

.blog-col-item {
    display: block;
}

.blog-col-item .blog-item {
    background: #fff;
    width: 100%;
    height: 100%;
}
.blog-col-item .blog-title {
    width: 100%;
    margin-bottom: 8px;
}
.blog-col-item .blog-item .blog-image {
    width: 100%;
}
.blog-col-item .blog-item .blog-image a {
    display: block;
    overflow: hidden;
}
.blog-col-item .blog-item .blog-image a img {
    width: 100%;
    transition: 0.7s;
    height: 216px;
    object-fit: cover;
}
.blog-col-item .blog-item .blog-image a:hover img {
    transition: 0.7s;
    transform: scale(1.1);
}

.blog-col-item .blog-item .blog-image a.no-blog-image {
    background: var(--color-3);
}

.blog-col-item .blog-item .blog-image a.no-blog-image img {
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
}

.blog-col-item .blog-item .blog-info-sec p {
    color: #4D4D4D;
}

.latest-blogs-list {
    width: 100%;
    position: relative;
}

.blogs-btn-col {
    margin-top: 46px;
}
.latest-blogs-list .blog-col-item {
    margin-top: 30px;
}
/* Blog Section CSS */

/* Post Author CSS */
.post-author a {
    display: flex;
    align-items: center;
    gap: 0 10px;
}
.post-author a:hover .author-name {
    color: #000000;
    display: inline-block;
}
.post-meta img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    background-color: #c1c1c1;
    border-radius: 50%;
}
.blog-category-and-date {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.bg-color .author-name {
    color: #000000;
    text-transform: capitalize;
    font-size: 15px;
}
.post-meta .blog-date {
    font-size: 15px;
    color: rgba(77, 77, 77, 0.68);
    text-transform: uppercase;
    line-height: normal;
    margin-right: 5px;
}
/* Post Author CSS */

.nap-postal-address-wrapper {
    font-family: var(--font-dm-sans);
    color: white;
}
.nap-postal-address-wrapper a {
    color: white;
}
.home-banner {
    padding: 160px 0px 0px 0;
    overflow: hidden;
}
.home-banner .banner-des .h1, .home-banner .banner-des h1 {
    font-size: 85px;
    font-weight: 400;
    letter-spacing: 0;
    font-family: var(--font-lora);
}
.wpcf7 .wpcf7-not-valid-tip, .wpcf7 label.error, .wpcf7 .email-error {
    color: #fff;
    margin-bottom: 0;
    display: block;
    position: absolute;
    bottom: -16px;
    right: 0px;
    font-size: 11px;
    background-color: #c20000;
    padding: 0px 4px;
    border-radius: 0;
    height: auto;
    line-height: 16px;
    z-index: 1;
}
.footer-frm .wpcf7-textarea {
    height: 120px;
    resize: none;
    margin-top: 17px;
}
.footer-frm .form-control {
    border-radius: 12px;
    background: #F6F4EF;
    color: #6E6E6E;
    border: 1px solid #F6F4EF;
}
.footer-frm .wpcf7-form-control::placeholder {
    color: #6E6E6E;
    font-family: 'poppins';
    font-weight: 400;
    font-size: 14px;
}
.form-control:focus {
    color: #6E6E6E;
    border-color: #FDCB6E;
    outline: 0;
    box-shadow: unset;
}
.sidebar-form .wpcf7-textarea {
    height: 120px;
    resize: none;
    margin-top: 18px;
}
.sidebar-form .btn {
    width: 100%;
}
.sidebar-frm .wpcf7-form-control {
    border-radius: 5px;
    border: 1px solid #C2C7CB;
    background-color: white;
}
.sidebar-frm .wpcf7-form-control::placeholder {
    color: #333333;
    font-family: 'poppins';
    font-weight: 400;
    font-size: 14px;
    line-height: 182%;
}
.sidebar-frm .wpcf7-select{
    color: #212529 ;
}
.sidebar-form .wpcf7-list-item-label {
    color: black;
}
.sidebar-frm .btn:hover {
    background-color: #17313b;
    color: #fff !important;
}
.faq-section .accordion-button:not(.collapsed) {
    color: #000000;
    background-color: transparent;
    box-shadow: none;
}
.faq-section .accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}
button.accordion-button.collapsed {
    margin-bottom: 0;
    transition: .5s;
    font-family: 'lora';
    font-weight: 500;
    font-size: 24px;
}
.accordion-button:not(.collapsed) {
    margin-bottom: 0;
    transition: .5s;
    font-family: 'lora';
    font-weight: 500;
    font-size: 24px;
}
.accordion-item {
    background-color: transparent;
    margin-bottom: 15px;
    padding: 30px 25px 25px 25px;
    border: 1px solid #C2C7CB !important;
    box-shadow: none;
    border-radius: 10px !important;
}
.accordion-header {
    margin-top: 0;
}
.accordion-button {
    background-color: transparent;
}
.accordion-body {
    color: #000000;
    font-size: 18px;
    padding: 20px 10px 0px 0px;
}
.accordion-button {
    font-family: 'inter';
}
.accordion-button:not(.collapsed)::after {
    background-image: url(/wp-content/uploads/2026/06/minus-circle.svg);
    background-size: 20px;
    transform: rotate(180deg);

}
.accordion-button::after {
    border-radius: 100px;
    background-image: url(/wp-content/uploads/2026/06/plus-circle.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    transform: rotate(180deg);
}
.page-banner {
    height: 330px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 70px;
    padding-top: 70px;
}
.page-banner h1 {
    color: white;
}
.page-banner .h1, .page-banner h1 {
    color: #fff;
    position: relative;
    z-index: 1;
    font-family: 'lora';
    font-weight: 800;
    font-size: 50px;
    text-transform: uppercase;
}
.blog-box-div {
    margin: 15px;
    position: relative;
    box-shadow: 0px 4px 50px 0px #0000001A;
}
.blog-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: 150px;
    margin-top: 30px;
}
/* Dots */
.blog-dots .slick-dots {
    position: relative;
    bottom: 0;
}
.blog-dots .slick-dots li button:before {
    font-size: 10px;
    color: #fff;
    opacity: 0.5;
}

.blog-dots .slick-dots li.slick-active button:before {
    opacity: 1;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: #ff000000;
    border: 0;
    outline: none;
    background: rgba(255, 255, 255, 0.20);
    border-radius: 100px;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-active button {
    background: rgba(255, 255, 255, 1) !important;
    color: green;
}
.home-blog-list {
    margin-bottom: 0 !important;
}
.blog-arrows .prev-icon {
    border: 1px solid rgba(133, 66, 0, 1);
    width: 50px;
    height: 50px;
    border-radius: 0px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.blog-arrows .next-icon {
    border: 1px solid rgba(133, 66, 0, 1);
    width: 50px;
    height: 50px;
    border-radius: 0px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.blog-arrows {
    display: flex;
    gap: 0 20px;
}
.blog-category {
    margin: 0px 0 15px 0;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: calc(var(--bs-border-width) * -1);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
button.search-btn {
    transition: .5s;
    border: none;
    background-color: #fbc96d;
    position: absolute;
    right: 10px;
    align-items: center;
    justify-content: center;
    top: 9px;
    z-index: 9;
    width: 50px;
    height: 50px;
    border-radius: 10px;
}
.search-btn svg path {
    stroke: black;
    fill: black;
}
.search-btn:hover {
    transition: .5s;
}
.parent-pages {
    padding: 30px 20px;
    border-radius: 10px;
    background-color: #F6F4EF;
    margin-top: 30px;
    box-shadow: 0px 1px 2px 0px #0000000D;
}
.sidebar-blog-list {
    padding: 30px 24px;
    border-radius: 10px;
    background-color: #F6F4EF;
    margin-top: 35px;
    box-shadow: 0px 1px 2px 0px #0000000D;
}
.sidebar-heading {
    margin-bottom: 25px;
    font-family: 'lora';
    font-weight: 400;
    font-size: 36px;
    letter-spacing: 0;
    text-transform: capitalize;
    line-height: 100%;
}
.sidebar-blog-list li::after {
    background: #FDCB6E;
    position: absolute;
    left: 15px;
    top: 20px;
    width: 10px;
    content: "";
    height: 10px;
    border-radius: 50px;
}
.sidebar-blog-list a {
    color: #3F3F3F;
    transition: .5s;
    font-weight: 600;
}
.sidebar-blog-list a:hover {
    color: var(--color-3);
    transition: .5s;
}
.sidebar-blog-list li {
    position: relative;
    list-style: none;
    margin-bottom: 15px;
    background-color: white;
    padding: 12px 35px;
    border-radius: 10px;
}
.sidebar-div .blog-search, .sidebar-blogs .blog-search{
    margin-bottom: 35px;
}
.sidebar-form {
    padding: 30px 24px;
    border-radius: 10px;
    background-color: #F6F4EF;
    box-shadow: 0px 1px 2px 0px #0000000D;
    /* margin-top: 35px; */
}
/* .sidebar-page-wrap .sidebar-div .sidebar-form{
    margin-top: 0px;
} */
.wpcf7-spinner {
    display: block !important;
    position: absolute;
}
.sidebar-form .sidebar-heading {
    color: black;
    background: none;
    -webkit-text-fill-color: unset;
    text-align: left;
    margin-top: 0;
}
nav.navigation.pagination {
    justify-content: center;
    position: relative;
    margin-top: 10px;
    border-top: none;
    border-left: 0;
    border-right: 0;
    padding: 0;
}
span.page-numbers.current {
    background: #FDCB6E;
    color: #3F3F3F;
    height: 50px;
    width: 50px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    border-radius: 10px;
    margin: 0 0px;
    font-family: 'poppins';
    font-weight: 700;
    padding: 5px 0 0 0;
}
a.page-numbers {
    border: 1px solid #F6F4EF;
    height: 50px;
    width: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin: 0 10px;
    color: #3F3F3F;
    background-color: #F6F4EF;
    transition: .5s;
    font-family: 'poppins';
    font-weight: 700;
    padding: 4px 0 0 0;
}
a.page-numbers:hover {
    background: #FDCB6E;
    border: 1px solid #FDCB6E;
    color: #3F3F3F;
    transition: .5s;
}
.pagination .prev {
    background: #FDCB6E;
    border: 1px solid #FDCB6E;
    transition: .5s;
    border-radius: 10px;
    width: 110px;
}
.pagination .next {
    background: #FDCB6E;
    border: 1px solid #FDCB6E;
    transition: .5s;
    border-radius: 10px;
    width: 110px;
}
.blog-search input {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #F6F4EF;
    background-color: #F6F4EF;
    box-shadow: none;
}
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control, .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select, .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.blog-search .form-control:focus {
    color: #000000;
    background-color: transparent;
    border: 1px solid rgb(253 203 110);
    outline: 0;
}
.accordion-item:last-child {
    margin-bottom: 0;
}
.breadcrumbs-block {
    background-color: rgba(244, 244, 244, 1);
    padding: 7px 0;
}
.breadcrumbs-block {
    background-color: #F6F4EF;
    font-size: 15px;
}
#breadcrumbs {
    color: #000713;
}
#breadcrumbs {
    color: #000713;
    font-weight: 600;
    letter-spacing: 5%;
    text-transform: uppercase;
}
#breadcrumbs a{
    color: #000713;
    transition: .5s;
}
#breadcrumbs a:hover {
    color: #f8c56a;
    transition: .5s;
}
.contact-frm .wpcf7-form-control {
    border-radius: 12px;
    background-color: #F6F4EF;
    border: 1px solid #f6f4ef;
}
.contact-frm .wpcf7-form-control::placeholder {
    color: #6E6E6E;
}
.contact-frm .form-control:focus {
    background-color: rgb(246 244 239);
    border-color: rgb(247 198 107) !important;
}
.contact-frm .wpcf7-form-control{
    color: #6E6E6E;
}
.contact-frm .wpcf7-textarea {
    height: 150px;
    resize: none;
    margin-bottom: 0px;
}
.contact-frm .contact-page-btn {
    margin-top: 40px;
}
.contact-us-content-div {
    padding-right: 30px;
}
.footer-frm .contact-page-btn {
    margin-top: 20px;
}
.no-featured-wrapper {
    background-color: #000000;
    padding: 50px;
    height: 325px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.no-featured {
    height: 70px !important;
}
.btn-blog {
    transition: .5s;
    font-weight: 700;
    font-size: 16px;
    color: #94A684;
    text-transform: uppercase;
}
.btn-blog:hover {
    color: var(--color-3);
    transition: .5s;
    text-decoration: underline;
}
.blog-title.h5 {
    color: rgba(19, 24, 41, 1);
    transition: .5s;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin-top: 15px;
}
.blog-title.h5:hover {
    color: #17313b;
    transition: .5s;
}
.blog-detail .blog-title {
    margin: 20px 0;
    line-height: 1.2;
    /* text-transform: capitalize; */
}
.blog-detail .blog-title span{
    font-size: 42px;
}
.parent-pages ul {
    padding-left: 0px;
}
.sidebar-form .contact-page-btn {
    margin-top: 30px;
}
.btn-close {
    position: absolute;
    right: -15px;
    top: -15px;
    background-color: rgba(1, 56, 147, 1);
    width: 50px;
    height: 50px;
    border-radius: 100px;
    z-index: 9;
    opacity: 1;
    border: 2px solid white;
}
.btn-close:hover {
    opacity: 1;
}
.modal-body {
    padding: 40px;
}
.error-frm .wpcf7-form-control::placeholder {
    color: #6E6E6E;
}
.error-frm .wpcf7-textarea {
    height: 150px;
    margin-top: 18px;
}
.error-frm .contact-page-btn {
    margin-top: 30px;
}
.post-lists .search-post-loop {
    margin-bottom: 50px;
    background: #eee;
    padding: 30px 40px;
}
.post-content .content {
    margin-bottom: 10px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
input.form-control.blogsearch {
    color: black;
    padding-right: 70px;
}
em {
    word-wrap: break-word;
}
.footer-social li {
    list-style: none;
}
.privacy-policy .default-privacy-policy ul {
    padding-left: 30px;
}
.header-contact-info {
    padding-right: 40px;
}
.header-contact-info a:hover div {
    color: #efbf04;
    transition: .5s;
}
.header-contact-info a div {
    transition: .5s;
}
.direction-link {
    text-decoration: underline;
    font-weight: 400;
}
.direction-link:hover {
    text-decoration: underline;
}
.mail {
    font-weight: 400;
}
.nap-postal-address-wrapper a:hover {
    color: #FDCB6E;
    transition: .5s;
}
.nap-postal-address-wrapper a{
    transition: .5s;
}
.footer-phonenumber .footer-phone-number {
    font-weight: 400;
    font-size: 32px;
    line-height: 35px;
    color: white;
    transition: .5s;
}
.footer-phone-number:hover {
    color: #854200;
    transition: .5s;
}
.footer-mobile-contact {
    margin-bottom: 40px;
    margin-left: 70px;
}
.footer-phonenumber-title {
    font-size: 15px;
    line-height: 25px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.blog-button-list {
    margin-right: 150px;
}
.banner-phone-area {
    display: flex;
    align-items: center;
    gap: 0 15px;
}
.home-banner-btn-area {
    display: flex;
    align-items: center;
    gap: 0 25px;
}
.banner-phone-area a {
    color: white;
    font-size: 18px;
    transition: .5s;
}
.banner-phone-area a:hover {
    color: var(--color-3);
    transition: .5s;
}
.banner-phone-area svg {
    width: 25px;
    height: 25px;
}
.banner-phone-area img {
    width: 20px;
    height: 20px;
}
.parent-pages li a {
    transition: .5s;
    color: rgba(21, 26, 43, 1);
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    background-color: white;
    padding: 12px 35px;
    border-radius: 10px;
    position: relative;
    width: 100%;
}
.parent-pages ul li a::after {
    background: #FDCB6E;
    position: absolute;
    left: 15px;
    top: 20px;
    width: 10px;
    content: "";
    height: 10px;
    border-radius: 50px;
}
.parent-pages li a:hover {
    transition: .5s;
    color: var(--color-3);
}
.parent-pages li {
    position: relative;
    list-style: none;
    margin-bottom: 10px;
}
.parent-pages ul li {
    position: relative;
    list-style: none;
    margin-bottom: 15px;
    background-color: white;
    /* padding: 12px 35px; */
    border-radius: 10px;
    display: flex;
}
/* .parent-pages ul li a {
    position: relative;
    list-style: none;
    margin-bottom: 15px;
    background-color: white;
    padding: 12px 35px;
    border-radius: 10px;
} */
.sidebar-blog-list ul li:last-child {
    margin-bottom: 0;
}
.parent-pages ul li:last-child {
    margin-bottom: 0;
}
.home-blog-list .blog-box-div img {
    height: 280px;
    object-fit: cover;
    object-position: top center;
    border-radius: 20px 20px 0px 0px;
}
.main-blog-post-content .content {
    margin: 10px 0;
}
.post-lists .post-blog-image img {
    height: 330px;
    object-fit: cover;
    object-position: top center;
    border-radius: 10px;
}
.post-lists .blog-post-div .content {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.nap-item {
    line-height: 30px;
}
.parent-pages .current-menu-item a, .parent-pages ul li.activeChild a{
    background-color: #FDCB6E;
}
.parent-pages .current-menu-item a, .parent-pages ul li.activeChild a {
    color: #151a2b;
}
.parent-pages ul li.current-menu-item a::after, .parent-pages ul li.activeChild a::after {
    background: #151a2b;

}
.category-page .blog-post-div .post-image img {
    height: 400px;
    object-fit: cover;
    object-position: center;
}
.load-more .btn:hover {
    background: rgba(38, 113, 184, 1);
    border: 1px solid rgba(38, 113, 184, 1);
}
.load-more {
    margin-top: 45px;
}
.sidebar-blog {
    padding-left: 100px;
}
.homeblog-btn .btn:hover svg path {
    fill: var(--color-3);
    stroke: var(--color-3);
}
.homeblog-btn .btn:hover svg line {
    fill: var(--color-3);
    stroke: var(--color-3);
}
.btn-wrap .btn:hover svg path {
    fill: var(--color-3);
    stroke: var(--color-3);
}
.btn-wrap .btn:hover svg line {
    fill: var(--color-3);
    stroke: var(--color-3);
}
.menu-footer li {
    list-style: none;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #46b450;
}
.copyright .small-nav a{
    text-decoration: underline;
    transition: .5s;
}
.copyright .small-nav a:hover {
    color: #FDCB6E;
    transition: .5s;
}
.sitemap-page ul {
    padding-left: 25px;
}
.faq-content {
    padding-right: 190px;
}
.blog-controls .blog-arrows .prev-icon:hover {
    background-color: rgba(133, 66, 0, 1);
}
.blog-controls .blog-arrows .next-icon:hover {
    background-color: rgba(133, 66, 0, 1);
}
.blog-detail .single-post-detail img {
    height: 500px;
    object-fit: cover;
    object-position: top center;
    border-radius: 0;
}
.post-author img {
    height: 100% !important;
    border-radius: 100px !important;
}
.banner-description {
    margin: 15px 0 25px 0;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 10%;
    padding-right: 30%;
}
.nav-menu .menu-top>li.current-menu-item.menu-item-has-children>a, .nav-menu .menu-top>li.current-menu-ancestor.menu-item-has-children>a {
    padding-right: 20px;
}
.home-banner {
    margin-top: 0;
}
.blog-main-content {
    font-size: 24px;
}
.home-blog-list .blog-box-div {
    margin-right: 40px;
    margin-left: 0;
}
.home-blog-list {
    margin-top: 60px;
}
.btn-close svg path {
    color: white;
    fill: white;
    stroke: white;
}
.btn-close {
    --bs-btn-close-bg: unset;
}

.footer-frm .btn-wrap {
    margin-top: 40px;
    text-align: left;
}
.btn-close svg {
    width: 16px;
    height: 17px;
    position: relative;
    left: 0px;
}
.map-area iframe {
    width: 100%;
    display: block;
    height: 650px;
}

.default-faq-question {
    margin-top: 70px;
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    color: black;
}
.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}
.accordion-body ul {
    padding-left: 25px;
}
.form-control::placeholder {
    font-weight: 400;
    font-size: 14px;
}
.footer-location-sec {
    padding-left: 10px;
}
.copyright-text a {
    color: #2D2D2D;
    text-decoration: underline;
    transition: .5s;
}
.copyright-text a:hover {
    text-decoration: none;
}

.list-style ul li {
    position: relative;
    list-style: none;
    margin-bottom: 12px;
}
.list-style ul li::after {
    position: absolute;
    top: 10px;
    left: -22px;
    background: #FDCB6E;
    content: '';
    height: 8px;
    width: 8px;
    border-radius: 100px;
}
.single-post-detail ul li {
    position: relative;
    list-style: none;
}
.single-post-detail ul {
    padding-left: 25px;
    padding-bottom: 10px;
}
.single-post-detail ul li::after {
    position: absolute;
    top: 8px;
    left: -22px;
    background: rgb(253 203 110);
    content: '';
    height: 8px;
    width: 8px;
    border-radius: 100px;
}

/* Site Schema Styling */
.clientreviews {
    background: #f9f9f9;
    border: 1px solid #eaeaea;
    padding: 20px;
    margin-bottom: 0;
    line-height: 1.87;
}
.clientreviews .heading {
    margin-bottom: 15px;
    position: relative;
    line-height: normal;
    font-size: 35px;
}
.review-schema-wrapper {
    padding-top: 0px;
    margin-bottom: 50px;
}
.clientreviews div strong, .clientreviews p strong {
    color: var(--color-2-beige);
    letter-spacing: 1px;
}
.clientreviews p {
    color: #000;
}
.page_review_by .testimonialTitle {
    color: #000;
}
.clientreviews p strong {
    font-weight: 600;
}
.review-schema-wrapper .page_review {
    line-height: 32px;
}
.clientreviews .heading span, .clientreviews .heading strong {
    position: relative;
}
.clientreviews.video-schema .heading:after {
    bottom: 6px;
}
.video-schema p {
    line-height: 32px;
    margin-bottom: 5px;
}
.site-schema {
    margin-top: 0px;
}
.video-schema {
    margin-bottom: 0px;
    margin-top: 0px;
}

.video-schema .heading {
    margin-bottom: 15px;
}
.clientreviews iframe {
    border: 1px solid #f6f6f6;
    width: 100%;
}
.review-schema-wrapper + .clientreviews.video-schema {
    margin-bottom: 70px;
}
/*  Site Schema Styling End */

#header .containers {
    padding: 0 110px;
}
.consultation-div {
    display: none;
}
.header-btn {
    text-align: right;
}
.home-banner {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
}
.accordion-button {
    padding: 0;
}
.blog-section .blog-title {
    font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.blog-section .blog-content {
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.wpcf7-list-item-label {
    color: white;
}
.legal-support-img {
    position: absolute;
    left: 0;
    width: 56%;
    top: 0;
    height: 100%;
}
.legal-support-section::after {
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, rgba(253, 203, 110, 0) 23.4%, #FDCB6E 44.78%);
    right: 0;
    height: 100%;
    width: 100%;
    content: '';
}
.legal-section-content-div {
    position: relative;
    z-index: 9;
    padding-right: 0;
}
.custom-new-box:hover img {
    -webkit-filter: unset;
    -moz-filter: unset;
    -o-filter: unset;
    -ms-filter: unset;
    filter: unset;
}
.services-info .custom-boxes {
    position: relative;
    overflow: hidden;
    height: 330px;
    background-color: #FFFFFF;
    border-radius: 10px;
}
.services-info .custom-boxes:hover:after {
    opacity: 1;
    transition: 1s;
}
.services-info .icon-boxes {
    position: absolute;
    inset: 0;
    padding: 40px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; /* LEFT */
    text-align: left;        /* LEFT */
    color: #333333;
}
.services-info .icon-boxes svg,
.services-info .icon-boxes img {
    margin-bottom: 15px;
    width: 55px;
    height: 55px;
    min-width: 55px;
    min-height: 55px;
}
.services-new-heading {
    margin-top: 10px;
    font-family: Poppins;
    font-weight: 700;
    font-size: 24px;
}
.service-hover-info .content {
    transition: .8s;
    position: absolute;
    transform: translateY(30px);
    overflow: hidden;
    width: 100%;
    max-width: 240px;
    opacity: 0;
}
.custom-boxes:hover .service-hover-info .content {
    transform: translateY(0px);
    opacity: 1;
}
.services-info .custom-boxes:hover .service-hover-info {
    max-height: 180px;
    opacity: 1;
    margin-top: 15px;
    transition: .8s;
}
.service-hover-info .content {
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.services-info .box-btn {
    color: white;
    text-transform: uppercase;
    text-decoration: underline;
}
.services-info .col {
    flex: 2;
    width: auto;
    transition: .8s;
}
.services-info .col:hover {
    flex: 3;
}
.services-info .col .custom-boxes {
    transition: .5s;
}
.services-info .col:hover .custom-boxes {
    background-color: #FDCB6E;
    box-shadow: 4px 4px 16.6px 0px #00000026;
    transition: .5s;
}
.services-info .custom-boxes svg path {
    transition: .5s;
}
.services-info .custom-boxes:hover svg path {
    /* fill: #17313B; */
    stroke: #17313B;
    transition: .5s;
}
.legal-support-img img {
    height: 100%;
    object-fit: cover;
}
.legal-support-section h2 span::after {
    position: absolute;
    bottom: -10px;
    content: '';
    background-image: url(/wp-content/uploads/2026/06/u-img.png);
    background-size: 90px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    left: -8px;
    z-index: -1;
}
.legal-support-section h2 span {
    position: relative;
    font-weight: 700;
}
.image-section-btn .btn {
    background-color: #17313B;
    color: white;
}
.image-section-btn .btn:hover {
    background-color: transparent;
    border: 2px solid #17313B;
    color: #17313B;
}
.service-row {
    margin-bottom: 70px;
}
.quick-links {
    text-align: right;
}
.menu-footer {
    line-height: 40px;
}
.location-area {
    display: flex;
    gap: 0 15px;
    margin-top: 30px;
}
.nap-contact-info {
    display: none;
}
.nap-map iframe {
    height: 270px;
    border-radius: 10px;
    width: 500px;
    display: block;
}
.location-center {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.decades-recognition-section::after {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    background: linear-gradient(90deg, rgba(253, 203, 110, 0) 41.4%, rgba(253, 203, 110, 0.25) 76.78%);
}
.decades-recognition-section img {
    position: relative;
    z-index: 9;
    margin: auto;
}
.decades-recognition-div {
    position: relative;
    z-index: 9;
    top: -30px;
}
.common-subtitle {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 10%;
    text-transform: capitalize;
    font-family: 'poppins';
}
.our-approach-box {
    background-color: #FDCB6E;
    width: 215px;
    height: 215px;
    border-radius: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: relative;
    z-index: 9;
}
.box-heading {
    font-weight: 400;
    font-size: 24px;
    padding: 0 20px;
    color: #000000;
}
.box-number {
    font-weight: 600;
    font-size: 48px;
    color: white;
    line-height: 100%;
}
.our-approach-content {
    margin-top: 0;
}
.our-approach-box::after {
    position: absolute;
    top: 50%;
    left: 95%;
    background-image: url(/wp-content/uploads/2026/06/Our-approach-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    content: '';
    height: 40px;
    width: 100%;
    background-size: 200px;
    z-index: 9;
    transform: translate(0, -50%);
}
.our-approach-box-col:last-child .our-approach-box::after {
    background-image: unset;
}
.our-approach-btn {
    margin-top: 70px;
    position: relative;
    z-index: 9;
}
/*.our-approach-section::after {
    background: linear-gradient(90deg, #ffffff 33.73%, rgba(255, 255, 255, 0) 55%);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
}*/
.our-approach-div {
    position: relative;
    z-index: 9;
}
.our-approach-div {
    margin-bottom: 40px;
}
.start-now-section {
    background-color: #FDCB6E;
    padding-top: 50px;
}
.star-now-image::after {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/wp-content/uploads/2026/06/Start-Now-bg-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: 100%;
    width: 100%;
    content: '';
}
.star-now-image {
    position: relative;
}
.star-now-image img {
    position: relative;
    z-index: 9;
}
.start-now-btn .btn {
    background-color: white;
    color: #3F3F3F;
}
.start-now-btn .btn:hover {
    background-color: #17313B;
    color: white;
}
.start-now-call-btn .btn {
    background-color: #17313B;
    color: white;
}
.start-now-call-btn .btn:hover {
    background-color: white;
    color: #17313B;
}
.start-now-call-btn .btn:hover {
    border: 1px solid #17313B;
    background-color: transparent;
}
.start-now-btn-div {
    display: flex;
    gap: 0 20px;
    margin-top: 30px;
}
.banner-main-img {
    width: calc(100% - -270px);
    position: relative;
    left: -50px;
}
.banner-des {
    position: relative;
    top: 70px;
}
.star-now-image {
    width: calc(100% - -200px);
    position: relative;
    right: 200px;
}
.legal-support-front-img {
    position: relative;
    z-index: 9;
}
.legal-support-front-img {
    width: calc(100% - -200px);
    position: relative;
    left: -190px;
}
.right-sec-img-div {
    position: absolute;
    right: 0;
    width: 77%;
    top: 0;
    height: 100%;
}
.right-sec-content {
    padding-right: 70px;
}
.right-image-section::after {
    position: absolute;
    background: linear-gradient(270deg, rgba(23, 49, 59, 0) 20.41%, #17313B 53.41%);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
}
.right-sec-img-div img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.right-sec-content-div {
    position: relative;
    z-index: 9;
}
.wpcf7-select {
    padding: 15px;
    margin-bottom: 0;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    color: #6E6E6E;
    border-radius: 12px;
    background: #F6F4EF;
    border: 1px solid #F6F4EF;
}
.images-section-btn {
    margin-top: 30px;
}
.images-third {
    position: absolute;
    top: 350px;
    left: 408px;
    right: 5px;
}
.images-second {
    position: absolute;
    top: 165px;
    left: 190px;
    z-index: 9;
}
.images-first {
    position: absolute;
    left: 20px;
}
.images-section-image-div {
    position: relative;
    right: 50px;
}
.footer-form-content-div{
    padding-right: 60px;
}
.legal-section-content-div h2 {
    padding-right: 50px;
    padding-bottom: 0px;
}
.image-section-btn {
    margin-top: 20px;
}
.testimonial-section {
    background-color: #F6F4EF;
}
.home-testimonial-btn {
    margin-top: 40px;
}
.how-we-can-btn {
    text-align: center;
    margin-top: 60px;
}
.address-icon-div {
    display: flex;
    gap: 0 10px;
}
.phone-icon-div {
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin-top: 15px;
}
.address-col a {
    color: #333333;
}
.address-col {
    margin-top: 20px;
}
.address-icon-div .direction-link {
    color: #17313B;
    font-weight: 400;
    transition: .5s;
    text-decoration: underline !important;
}
.address-icon-div .direction-link:hover {
    color: #FDCB6E;
    transition: .5s;
    font-weight: 400;
    text-decoration: none !important;
}

.blog-post-div {
    background-color: #F6F4EF;
    border-radius: 10px;
    margin-bottom: 40px;
}
.main-blog-post-content {
    padding: 32px;
}
.common-banner::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    background: linear-gradient(269.9deg, rgb(255 255 255 / 0%) 5.08%, #fdcb6e 50.54%);
}
.common-banner-wrap-info {
    position: relative;
    z-index: 9;
}
.common-banner-image {
    width: calc(100% - -300px);
    position: relative;
    left: 0;
}
.common-banner-btn .btn {
    background-color: white;
    color: #3F3F3F;
}
.common-banner-btn .btn:hover {
    background: #17313b;
    color: white;
}
.common-banner-btn {
    margin-top: 30px;
}
.common-icon-content strong {
    font-weight: 700;
}
.common-banner-main-des::after {
    position: absolute;
    top: 0;
    left: -20px;
    background: white;
    content: '';
    height: 100%;
    width: 4px;
}
.common-banner-main-des {
    position: relative;
    margin-left: 20px;
}
.common-banner-main-des {
    margin-bottom: 80px;
}
.icon-repeat-imge {
    margin-bottom: 15px;
}
.common-logo-section .logo-repeat-imge img {
    margin: auto;
    width: 250px;
}
.common-logo-section {
    padding: 45px 0;
}
.common-cta-section {
    background-color: #FDCB6E;
    border-radius: 10px;
}
.common-cta-heading {
    font-family: 'Lora';
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    padding: 60px 30px 20px 30px;
}
.common-cta-btn .btn {
    background-color: #17313B;
    color: white;
}
.common-cta-btn .btn:hover {
    background-color: white;
    color: #17313B;
}
.practice-section .custom-boxes {
    background-color: #F6F4EF;
}
.nav-tabs {
    border: none;
    justify-content: center;
    margin-bottom: 40px;
    background-color: #F6F4EF;
    border-radius: 10px;
    padding: 15px;
    display: inline-flex;
    left: 50%;
    position: relative;
    transform: translate(-50%, 0);
    gap: 0 15px;
}
.nav-link.active {
    background: #FDCB6E!important;
    border: none;
    box-shadow: none;
    padding: 12px 50px 10px 50px;
}
.nav-link {
    font-weight: 600;
    font-size: 20px;
    background-color: white;
    border: none !important;
    box-shadow: none;
    border-radius: 10px !important;
    padding: 12px 50px 10px 50px;
    color: #000000;
}
.nav-link:hover {
    background: #fdcb6e;
}
.faq-content-div {
    margin-bottom: 30px;
}
.faq-main-content a {
    transition: .5s;
}
.faq-main-content a:hover {
    color: #fdcb6e;
    transition: .5s;
}
.faq-testimonial-content-div {
    background-color: #F6F4EF;
    padding: 80px 50px;
    border-radius: 10px;
    height: 100%;
    position: relative;
}
.faq-legal-div {
    background-color: #17313B;
    height: 100%;
    border-radius: 10px;
    padding: 50px;
}
.faq-legal-title {
    font-family: 'Lora';
    font-weight: 400;
    font-size: 32px;
    line-height: 50px;
}
.faq-legal-btn {
    margin-top: 30px;
}
.faq-testimonial-content {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 10%;
    z-index: 9;
    position: relative;
}
.faq-testimonial-content-div svg {
    position: absolute;
    top: 50px;
    left: 40px;
}
.faq-testimonial-title {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 24px;
    color: black;
    margin-top: 20px;
}
.deno-cole-description {
    margin-top: 30px;
}
.common-team-title {
    text-transform: capitalize;
    margin-bottom: 20px;
    margin-top: 0;
}
.sherif-guindi-description {
    margin-top: 30px;
}
.sherif-guindi-section {
    background-color: #f5f5f5;
}
.common-desigination {
    color: #000000;
    margin-bottom: 20px;
}
.dignissim-gravida-boxes {
    background-color: #FDCB6E;
    padding: 40px 30px;
    height: 100%;
    border-radius: 10px;
}
.dignissim-gravida-image-div {
    background-color: #333333;
    display: inline-flex;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
.dignissim-gravida-heading {
    font-weight: 700;
    font-size: 24px;
    margin: 20px 0 15px 0;
}
.dignissim-section {
    background-color: #F6F4EF;
}
.dignissim-section h2 {
    margin-bottom: 40px;
}
.hendrerit-content-div {
    background-color: #17313B;
    height: 100%;
    padding: 60px 50px;
}
.three-images-section-btn {
    margin-top: 30px;
}
.three-layer-images-section {
    background-color: #FDCB6E;
}
.three-images-section-btn .btn {
    background-color: white;
}
.three-images-section-btn .btn:hover{
    border-color: var(--color-3);
    color: #ffffff;
    background-color: var(--color-3);
}
/* Ek single row 4 elements */
.services-info.flex-nowrap-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    margin-bottom: 24px;
}

.services-info.flex-nowrap-row .col {
    flex: 2 !important;
    width: auto !important;
    max-width: 35% !important;
    transition: .8s !important;
    box-sizing: border-box;
}

.services-info.flex-nowrap-row .col:hover {
    flex: 3 !important;
}
.ul-column {
    column-count: 2;
    column-gap: 60px;
}
.single-bg-color {
    background-color: #F6F4EF;
    padding: 20px;
}
.single-bg-color h2 {
    margin-top: 0;
}
.single-practice-cta-div {
    background-color: #F6F4EF;
    padding: 40px 30px;
    border-radius: 10px;
    margin-top: 40px;
}
.single-practice-cta-btn {
    margin-top: 20px;
}
.default-page .default-content {
    padding-right: 40px;
}
.logo-repeat-imge img {
    margin: auto;
}
/* .parent-pages ul li::after {
    background: #FDCB6E;
    position: absolute;
    left: 15px;
    top: 20px;
    width: 10px;
    content: "";
    height: 10px;
    border-radius: 50px;
} */
.default-review {
    background-color: #FDCB6E;
    padding: 40px;
    border-radius: 10px;
    margin: 20px 0 20px 0;
    color: #333333;
    font-style: italic;
}
.default-review strong {
    position: relative;
    margin-top: 20px;
    display: block;
}
.common-banner .banner-des {
    position: relative;
    top: -33px;
}
.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
    background-color: #fdcb6e;
    border: 1px solid #FDCB6E;
    opacity: 1;
    color: #3F3F3F;
}
.fs-submit-wrapper {
    width: 100%;
}
.common-banner-content {
    margin-top: 10px;
    font-size: 16px;
    line-height: normal;
    letter-spacing: 10%;
    margin-right: 43%;
}
.ul-column-side {
    column-count: 2;
}
.grey-bg-color {
    background-color: #F6F4EF;
    padding: 20px;
    margin-top: 30px;
}
.default-faq-question .accordion-button.collapsed {
    margin-bottom: 0;
    transition: .5s;
    font-family: 'lora';
    font-weight: 400;
    font-size: 32px;
}
.default-faq-question .accordion-button.collapsed {
    margin-bottom: 0;
    transition: .5s;
    font-family: 'lora';
    font-weight: 500;
    font-size: 24px;
}
.default-faq-question .accordion-button:not(.collapsed) {
    transition: .5s;
    font-family: 'lora';
    font-weight: 500;
    font-size: 24px;
}
.logo-div img {
    width: 280px;
}
.google-review-logo img {
    border-radius: 10px;
    box-shadow: 3.45px 3.45px 12.76px 0px #00000026;
    width: 180px;
}
.nita-advocate-logo img {
    margin: 40px auto 50px auto;
}
.our-approach-section{
    overflow: hidden;
}
.common-icon-content {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 10%;
}
.wpcf7-select {
    appearance: none;
}
.wpcf7-select {
    text-shadow: none;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/2026/06/form-arrow.svg);
    background-size: 17px;
    background-position: calc(100% - 15px) 50%;
    line-height: normal;
}
.pagination .next:hover {
    background: transparent;
}
.pagination .prev:hover {
    background: transparent;
}
.common-cta-image {
    margin-top: 40px;
}
.blog-post-div .post-blog-image img {
    transition: .5s;
}
.blog-post-div:hover .post-blog-image img {
    transform: scale(1.03);
    transition: .5s;
}
.blog-post-div .post-blog-image {
    overflow: hidden;
    border-radius: 10px;
}
.search-page .post-content {
    margin: 20px 0 30px 0;
}
.footer-btn .btn {
    display: inline-flex;
    align-items: center;
    gap: 0 5px;
}
.footer-btn .btn svg {
    margin-left: 0;
    width: 25px;
    height: 25px;
    position: relative;
    top: 0px;
    transition: .5s;
}
.footer-btn .btn:hover svg {
    transition: .5s;
}
.footer-btn .btn:hover svg path {
    fill: white;
    stroke: unset;
}
.footer-btn .btn:focus svg path {
    fill: white;
    stroke: unset;
}
.footer-btn .btn svg path {
    fill: #3F3F3F;
}
.footer-btn {
    margin-top: 35px;
}
.post-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 20px;
}
.post-meta .publish-date {
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 5px;
}
.post-meta .publish-category{
    font-size: 16px;
}
.post-meta .publish-date svg path, .post-meta .publish-category svg path {
    fill: #fbc96d;
}
.common-cta-image img {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.icon-row {
    display: flex;
    gap: 0 30px;
}
.menu-footer .current_page_item a {
    color: #fdcb6e;
}
.default-faq-question .accordion-item {
    box-shadow: 4px 4px 20px 8px #0000000F;
    border: none !important;
}
.default-inner-img {
    margin: 15px 0;
    border-radius: 10px;
    width: 100%;
}
.multi-line li::after {
    position: absolute;
    top: 0 !important;
    left: -22px;
    background: #FDCB6E;
    content: '';
    height: 100%!important;
    width: 4px!important;
    border-radius: 100px;
}
.column-count {
    column-count: 2;
    column-gap: 80px;
    margin: 20px 0;
}
.column-count li{
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
}
.multi-line li {
    margin-bottom: 20px;
}
.related-no-featured-wrapper {
    background-color: #000000;
    padding: 50px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.related-no-featured-wrapper .related-no-featured {
    height: 60px !important;
}
.related-post-image img {
    height: 300px !important;
    border-radius: 10px !important;
}
.related-post-card .content {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.related-post-card {
    background-color: #F6F4EF;
    border-radius: 10px;
}
.related-content-div {
    padding: 15px 30px 30px 30px;
}
.related-post-card .blog-page-btn {
    margin-top: 25px;
}
.common-blog-content-div {
    background-color: #F6F4EF;
    padding: 40px;
    border-radius: 10px;
}
.common-blog-content-section h2 {
    margin-top: 0;
}
.common-blog-post-btn {
    margin-top: 20px;
}
.related-post-card .blog-page-btn .btn {
    width: 100%;
}
.review-rating {
    font-weight: 700;
    font-size: 29px;
    letter-spacing: -6%;
    text-align: center;
    color: #616161;
    line-height: 30px;
}
.google-review {
    font-weight: 400;
    font-size: 12.7px;
    color: #333435;
    line-height: 100%;
    text-align: center;
}
.google-review-div img {
    margin: auto;
}
.total-review {
    font-size: 12px;
    line-height: 100%;
    text-align: center;
}
.google-review-content-div {
    box-shadow: 3.45px 3.45px 12.76px 0px #00000026;
    display: inline-block;
    justify-content: center;
    margin: auto;
    padding: 15px 20px;
    border-radius: 10px;
}
.google-review-div {
    text-align: center;
    margin-top: 50px;
}
.google-review-div img {
    margin: 10px auto 10px auto;
}
.nita-advocate-image-div {
    margin-top: 40px;
}
.common-sidebar-logo-div img {
    width: 250px;
    margin: auto;
    object-fit: contain;
}
.contact-page-form .wpcf7-textarea {
    margin-top: 17px;
}
.error-frm .wpcf7-form-control {
    border-radius: 12px;
    background-color: #F6F4EF;
    border: 1px solid #f6f4ef;
}
.common-cta-image img {
    width: 100%;
}
.why-choose-us-section {
    padding-bottom: 50px;
}
.review-code {
    margin-top: 45px;
}
.wpcf7-not-valid-tip {
    display: none !important;
}
.accordion-body a {
    color: #17313B;
    font-weight: 400;
    transition: .5s;
    text-decoration: underline !important;
}
.accordion-body a:hover {
    color: #FDCB6E;
    transition: .5s;
    font-weight: 400;
    text-decoration: none !important;
}
.wpcf7-response-output {
    opacity: 1;
    transition: opacity 0.5s ease;
}
.default-page .default-content a {
    color: #17313B;
    font-weight: 400;
    transition: .5s;
    text-decoration: underline !important;
}
.default-page .default-content a:hover {
    color: #FDCB6E;
    transition: .5s;
    font-weight: 400;
    text-decoration: none !important;
}
.default-content > p:first-of-type > img, .default-page img:first-of-type{
    border-radius: 10px;
}
.single-services-default-page .blog-search{
    display: none;
}
.images-section h2 {
    padding-right: 0px;
}
.right-image-section h2 {
    padding-right: 0px;
}
.address-col a:hover {
    font-weight: 700;
    color: #17313b;
}
.common-banner {
    background-size: 75%;
    background-position: right -120px top -100px;
}
.blog-page .blog-post-div .blog-title {
    margin-top: 0;
}
.blogsearch {
    margin-bottom: 0;
}
.common-cta-image::after {
    background-image: url(/wp-content/uploads/2026/06/Start-Now-bg-img.png);
    position: absolute;
    top: -22px;
    left: 0;
    height: 470px;
    width: 100%;
    content: '';
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.common-cta-image {
    position: relative;
}
.common-cta-image img {
    position: relative;
    z-index: 9;
}
.header-btn .btn svg path {
    fill: #3F3F3F;
}
.header-btn .btn {
    display: inline-flex;
    align-items: center;
    gap: 0 5px;
}
.header-btn .btn svg {
    margin-left: 0;
    width: 25px;
    height: 25px;
    position: relative;
    top: 0px;
    transition: .5s;
}
.header-btn .btn:hover svg path {
    fill: white;
    stroke: unset;
}
.header-btn .btn:focus svg path {
    fill: white;
    stroke: unset;
}
.flex-nowrap-row .content {
    max-width: 290px;
}
.main-home-banner::after {
    background: linear-gradient(180deg, rgb(255 255 255 / 98%) 4.4%, rgb(255 255 255 / 19%) 56.78%);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
}
.main-home-banner .banner-wrap-info {
    position: relative;
    z-index: 9;
}
.listing-content ul {
    padding-left: 35px;
}
.listing-content ul {
    padding-left: 35px;
    column-count: 2;
}
.recognized-attorneys{
    background-image: url("/wp-content/uploads/2026/06/services-bg-image.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.recognition-card {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
}
.card-attorney {
    font-size: 20px;
    font-weight: 900;
    color: #17303c;
}
.card-title {
    font-size: 18px;
    font-weight: 500;
}
.badge-box img {
    object-fit: cover;
    width: 200px;
    aspect-ratio:1/1;
}
.recognized-attorneys h2{
    color:#fff
}
.card-number {
    font-size: 30px;
}
.recognition-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 30px;
    justify-content: space-between;
}
.card-description{
    margin-bottom:20px;
}
.card-icon{
    margin-top:0;
    width:60px; /* adjust as needed */
    align-self:center;
}
.right-sec-content h3 {
    color: white;
}
.recognition-image {
    padding-right: 40px;
}
.single-practice-cta-div .single-practice-cta-btn .btn {
    text-decoration: none !important;
    font-size: 16px;
    padding: 20px 35px 17px 35px;
    font-family: 'poppins';
    font-weight: 700;
}
.single-practice-cta-div .single-practice-cta-btn .btn {
    font-weight: 700!important;
}
.single-practice-cta-div .single-practice-cta-btn .btn:focus {
    color: #fff;
}
.right-image-sec-boxes {
    background-color: #ffffff;
    height: 100%;
    padding: 30px;
    color: #000000;
}
.right-image-sec-heading {
    margin-top: 15px;
    color: #000000;
    margin-bottom: 20px;
}
.right-sec-btn {
    margin-top: 40px;
}
.right-image-sec-section {
    background-color: #17313B;
}
.right-sec-icon {
    background-color: #17313b;
    display: flex;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
.right-sec-icon svg {
    width: 40px;
    height: 40px;
}
.right-sec-icon img {
    width: 40px;
    height: 40px;
}
.right-sec-icon svg path {
    fill: #fdcb6e;
}
.right-image-sec-title {
    margin-bottom: 40px;
}

.testimonial-section .col-lg-12 {
    z-index: 2;
}