:root{
    --color-black: #333;
    --color-one: #BEA961;
    --color-two: #590000;
    --font-one: 'Poppins';
    --font-two: 'Poppins';
}
body, html {
    height: 100%;
}
body {
    color: #333;
    line-height: 1.8;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 300;
    overflow-x: hidden;
    padding-top: 80px;
    position: relative;
}
a[href^="tel:"] {
    text-decoration: none !important;
}
a[href^="mailto:"]:hover{
    text-decoration: none !important;
}
a{
    text-decoration: none !important;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    outline: 0;
    color: var(--color-one);
    font-weight: 400;
}
a:hover{
    color: #BA9A6C;
}
p{
    margin-bottom: 15px;
}
ul, ol{
    margin: 0;
    padding: 0;
}
p:last-child{
    margin-bottom: 0;
}
.ip-0 .container{
    padding: 0;
}
h1, .h1{
    font-size: 40px;
}
h2, .h2 {
    font-size: 35px;
}
h3, .h3{
    font-size: 30px;
}
h4, .h4{
    font-size: 25px;
}
h5, .h5{
    font-size: 22px;
}
h6, .h6{
    font-size: 18px;
}

.heading-wrap .small-heading{
    line-height: 1;
}
.border-none .heading-wrap{
    border: 0;
    padding-left: 0;
}
.title-blue .heading-wrap {
    border-color: var(--color-one);
}
.wp-block-heading {
    color: #363772;
}
.heading {
    font-size: 50px;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 20px;
    text-wrap-style: balance;
    font-weight: 500;
    font-family: poppins !important;
    color:#363772;
}
h2.wp-block-heading {
    font-size: 50px;
    font-weight: 500 !important;
    padding: 10px 0px;
    line-height: 60px;
}
h3.wp-block-heading {
    color: #363772;
    font-size: 30px;
    font-weight: 500;
}
.m-phone-col {
    display: none;
}
.static-page h1.wp-block-heading:after , .static-page h2.wp-block-heading:after , .static-page h3.wp-block-heading:after{
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background-color: #BA9A6C;
    margin: 17px 1px 0px;
}

.small-heading {
    font-family: poppins;
    font-size: 20px;
    font-weight: 500;
    color: #363772;
    line-height: 35px;
    margin-bottom: 10px;
    text-transform: capitalize;
    position: relative;
}
.description p {
    line-height: 35px;
    font-weight: 400;
    font-size: 16px;
}
.text-white .small-heading {
    color: var(--color-one);
}
.text-white .heading-wrap{
    border-color: var(--color-one);
}
.border-center .small-heading:before {
    content: "";
    position: absolute;
    width: 90px;
    height: 2px;
    background: var(--color-two);
    top: 0;
    bottom: 0;
    margin: auto;
    margin-left: -110px;
}
.border-center .small-heading:after {
    content: "";
    position: absolute;
    width: 90px;
    height: 2px;
    background: var(--color-two);
    top: 0;
    bottom: 0;
    margin: auto;
    margin-left: 20px;
}
.border-center.title-blue .small-heading:before, .border-center.title-blue .small-heading:after {
    background: var(--color-one);
}
.text-white.border-center .small-heading:before, .text-white.border-center .small-heading:after{
    background: var(--color-one);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    line-height: 1.5;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: var(--font-two);
    margin-bottom: 15px;
}
b, strong{
    font-weight: 600;
}
img{
    max-width: 100%;
    height: auto;
}
button{
    outline: 0 !important;
}
.form-btn {
    position: relative;
    width: 170px;
    height: 100%;
}
.form-btn .btn {

    padding: 14px 30px;
}
.form-btn .wpcf7-submit {
    padding: 9px 30px 12px 30px;
    transition: all .3s ease-in-out;
    margin-top:20px;
}
div.wpcf7 .ajax-loader.is-active {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    transform: translateX(0);
    background-color: #fff;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 40px;
}
.button {
    background-color: var(--color-one);
    border-color: var(--color-one);
    border-width: 2px;
    color: #fff;
    padding: 12px 35px;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 30px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    font-weight: 500;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    white-space: normal;
    letter-spacing: 0.3px;
    text-align: left;
    font-size: 18px;
}
.button:hover {
    background-color: var(--color-two);
    border-color: var(--color-two);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    color: #fff;
    transition: all ease-in-out 0.5s!important;
}
.btn {
    background-color: #BA9A6C;
    border-color: #BA9A6C;
    border-width: 1px;
    color: #fff;
    padding: 8px 30px;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 30px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    white-space: normal;
    transition: all ease-in-out 0.5s!important;
    letter-spacing:1px;
    height:37px;
}

.btn:hover {
    background-color: transparent;
    border-color: var(--color-one);
    color: var(--color-one);
}
.btn.btn-white {
    background-color: #fff;
    border-color: #fff;
    color: var(--color-one);
}

.btn:disabled {
    background-color: var(--color-one);
    border-color: var(--color-one);
    color: #fff;
}

.form-group {
    margin-bottom: 30px;
}
.form-control {
    background: transparent;
    border-radius: 0;
    box-shadow: none !important;
    outline: 0 !important;
    max-height: 150px;
    resize: none;

    border-radius: 0;
    padding-top: 12px;
    padding-bottom: 12px;
}
.form-control:focus {
    border-color: var(--color-one);
    background: 0 0;
    outline: 0px solid var(--color-one) !important;
}
.form-select {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #959595;
    box-shadow: none !important;
}
.quiz {
    text-align: left;
}
.quiz label {
    width: 100%;
}
.quiz .wpcf7-not-valid-tip {
    display: block;
}


.contact-us-now {
    height: 450px;
}
.section-pd, .spaced{
    padding-top: 120px;
    padding-bottom: 120px;
}
.space-m{
    margin-top: 80px;
    margin-bottom: 80px;
}
.space-mt{
    margin-top: 80px;
}
.space-mb{
    margin-bottom: 80px;
}
.no-scroll {
    overflow-x: hidden;
}
.wpcf7-form-control-wrap {
    display: block;
}
span.wpcf7-not-valid-tip, .wpcf7 label.error {
    position: absolute;
    right: 0px;
    font-size: 12px;
    background: #f00;
    color:#fff;
    padding: 4px 3px;
    line-height: 1;
    font-weight: 400;
    margin: 0;
    bottom: -23px;
}
.wpcf7-not-valid-tip{
    display: none;
}
.wpcf7-form {
    position: relative;
}
.page-id-489 #wpcf7-f561-o1 .row {
    --bs-gutter-x: 3.5rem;
}

span.wpcf7-spinner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: auto;
}
textarea.form-control{
    width: 100% !important;
}
.page-id-489  .footer-map-address.spaced {
    padding-top: 0px;
}
div.wpcf7-response-output {
    position: absolute;
    left: 0;
    bottom: auto;
    border: 0 !important;
    line-height: 1;
    margin: 10px 0 0 !important;
    padding: 0 !important;
    font-size: 12px;
    line-height: 1.2;
    margin-top: 7px;
    width: 100%;
    font-weight: 400;
    background: transparent;
    color: #f00;
}
.wpcf7-response-output.alert-danger {
    color: #f00;
}
.wpcf7-response-output.alert-success {
    color: #008000;
}
div.wpcf7-mail-sent-ok {
    color: #398f14 !important;
}
div.wpcf7 .ajax-loader {
    position: absolute;
    bottom: 0;
}
span.wpcf7-list-item.first {
    margin: 0;
}
.text-white a:not(.btn){
    color: #fff;
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6{
    color: #fff;
}
.wpcf7-response-output.alert.alert-danger {
    display: none;
}
.wpcf7-form .wpcf7-radio label {
    position: relative;
    cursor: pointer;
}
.wpcf7-form .wpcf7-radio input[type=radio] {
    position: relative;
    visibility: hidden;
}
.wpcf7-form .wpcf7-radio input[type=radio] + span {
    margin-left: 12px;
}
.wpcf7-form .wpcf7-radio input[type=radio] + span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 18px;
    width: 18px;
    top: 5px;
    border: 2px solid #3F3F3F;
}
.wpcf7-form .wpcf7-radio input[type=radio] + span:after {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 9px;
    left: 4px;
    visibility: hidden;
}
.wpcf7-form .wpcf7-radio input[type=radio]:checked + span:before {
    background: transparent;
    border-color: var(--color-one);
}
.wpcf7-form .wpcf7-radio input[type=radio]:checked + span:after {
    background: var(--color-one);
    visibility: visible;
}

.wpcf7-form .wpcf7-checkbox label {
    position: relative;
    cursor: pointer;
    padding-left: 25px;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox] {
    position: relative;
    visibility: hidden;
    display: none;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 5px;
    height: 18px;
    width: 18px;
    top: 7px;
    left: 0;
    border: 2px solid var(--color-one);
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:after {
    content: '';
    display: block;
    position: absolute;
    height: 10px;
    width: 5px;
    top: 10px;
    left: 6px;
    visibility: hidden;
    font-size: 16px;
    border-bottom: 2px solid var(--color-one);
    border-right: 2px solid var(--color-one);
    transform: rotate(45deg);
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:before {
    background: transparent;
}
.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:after {
    visibility: visible;
}
input::file-selector-button {
    background: var(--color-one);
    color: #fff;
    border-radius: 35px;
    border: 1px solid var(--color-one);
    padding: 10px 20px;
    cursor: pointer;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #1E1C1C !important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #1E1C1C !important;
}
:-ms-input-placeholder { /* IE 10+ */
    color:#1E1C1C !important;
}
:-moz-placeholder { /* Firefox 18- */
    color:#1E1C1C !important;
}
.form-control{
    color: #000;
}

.dark-bg-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff !important;
}
.dark-bg-form ::-moz-placeholder { /* Firefox 19+ */
    color: #fff !important;
}
.dark-bg-form :-ms-input-placeholder { /* IE 10+ */
    color: #fff !important;
}
.dark-bg-form :-moz-placeholder { /* Firefox 18- */
    color: #fff !important;
}
.dark-bg-form .form-control {
    color: #fff !important;
    border-bottom: 1px solid #fff;
    padding: 15px;
    border-radius: 5px;
}

.sidebar-form div.wpcf7-response-output{
    text-align: center;
}
ul {
    padding-left: 17px;
    margin-bottom: 15px;
}
.list-style ul, .list-style ol {
    list-style: none;
    margin-bottom: 20px;
    padding-left: 0;
}
.list-col-two {
    column-count: 2;
    column-gap: 30px;
}
.list-style li {
    position: relative;
    padding-left: 30px;
    transition: all .3s ease;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.list-style li::before {
    position: absolute;
    content: "";
    top: 11px;
    left: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background: url(https://rafuslawstg.wpenginepowered.com/wp-content/uploads/2025/03/Ellipse-5.png) no-repeat;
    background-size: 15px;
}

.list-col-2 ul {
    column-count: 2;
}

.html5lightbox {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.html5lightbox .icon-play {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 65px;
    height: 65px;
}
.html5lightbox .icon-play:hover {
    fill: var(--color-one);
}
.html5lightbox .icon-play:hover path{
    fill: #fff;
}
.html5lightbox:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .3s ease-in-out;
}
.html5-prev-inside .mh-icon-left {
    background-image: url(../images/slide-arrow-left-white.svg);
    background-position: center;
}
.html5-next-inside .mh-icon-right {
    background-image: url(../images/slide-arrow-right-white.svg);
    background-position: center;
}
.form-group-btn {
    position: relative;
    display: inline-block;
}
.select .wpcf7-form-control-wrap{
    position: relative;
}
.select select{
    cursor: pointer;
    padding: 5px;
}
.select select.wpcf7-not-valid{
    opacity: 0.5;
}
.select .wpcf7-form-control-wrap:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 9px;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/arw-bottom.svg);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.5;
    pointer-events: none;
}

.slick-dots {
    display: flex;
    list-style: none;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 0;
    padding-left: 0;
}
.slick-dots li {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 1px solid #ddd;
    position: relative;
    margin-left: 10px;
}
.slick-dots li.slick-active {
    border-color: #363772;
    background:#F3F3F3;
}
.let-us-fight {
    height: 500px;
    color: #EFFAFD !important;
}
.let-us-fight .heading{
    color: #EFFAFD !important;
}
.slick-dots li button {
    font-size: 0;
    border: 0;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background: #c4c4c4;
    position: absolute;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.slick-dots li.slick-active button {
    background: transparent;
    outline-offset: 2px;
}
.slick-arrow {
    width: 50px;
    height: 50px;
    border: 0;
    font-size: 0;
    position: relative;
    background: rgba(0,0,0,0.2);
}
.slick-prev.slick-arrow:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: 6px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
}
.slick-next.slick-arrow:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: -6px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    z-index: 1;
}
.slick-arrow:hover {
    background: var(--color-one);
}
h1.wp-block-heading {
    color: #363772;
    font-size: 50px;
    font-weight: 500;
    font-family: 'Poppins';
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
.stretch-link{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

/*========== Search Button in Header ==========*/

.search-btn {
    cursor: pointer;
}
.search-btn svg {
    width: 100%;
    height: 100%;
}
.search-panel {
    position: fixed;
    width: 100%;
    height: 120px;
    background-color: #fff;
    left: 0;
    top: 0;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    transition: 0.6s ease-in-out;
    transform: translateY(-100%);
    box-shadow: 0 0 5px #eee;
}
.search-panel .input-field {
    display: flex;
    width: 100%;
    position: relative;
}
.search-panel input[type=submit] {
    height: 60px;
    width: 60px;
    border: none;
    cursor: pointer;
    background: url(https://rafuslawstg.wpenginepowered.com/wp-content/uploads/2025/03/search_icon.svg) no-repeat;
    background-position: center;
    background-size: 1.5rem;
    outline: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    bottom: 0;
}
.search-panel input[type='submit']:hover {
    opacity: 0.7;
}
.search-panel.open {
    top: 0;
    display: block;
    opacity: 1;
    padding: 3em;
    transition: 0.3s ease-in-out;
}
.search-close {
    position: absolute;
    right: 25px;
    top: 15px;
    font-size: 15px;
    line-height: 1;
    color: #fff;
    z-index: 999999;
    cursor: pointer;
}
.search-close:hover {
    color: #fff;
}

.search-panel form#searchform {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
    z-index: 99999;
    padding-bottom: 30px;
}
.search-panel .searchform input[type="text"] {
    padding: 0;
    border: 0;
    vertical-align: middle;
    background-color: transparent;
    color: #000 !important;
    border-bottom: 0px solid;
    width: 100%;
    outline: 0;
    box-shadow: none;
    position: relative;
    left: 0;
    top: 0;
    height: 60px;
    border-bottom: 1px solid #e7e7e7;
    padding-right: 60px;
}
.search-panel .searchform ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000!important;
    opacity: 0.5!important;
}
.search-panel .searchform ::-moz-placeholder { /* Firefox 19+ */
    color: #000!important;
    opacity: 0.5!important;
}
.search-panel .searchform :-ms-input-placeholder { /* IE 10+ */
    color: #000!important;
    opacity: 0.5!important;
}
.search-panel .searchform :-moz-placeholder { /* Firefox 18- */
    color: #000!important;
    opacity: 0.5!important;
}

.search-panel .searchform input[type="image"] {
    vertical-align: middle;
    padding: 20px;
    height: 60px;
    width: 60px;
    outline: 0;
    position: absolute;
    right: -10px;
    bottom: 0;
}
.search-panel .search-box {
    margin: 15px 0 0;
    padding: 15px 0 30px;
    border-bottom: 1px solid #eee;
}
.search-panel .search-heading a {
    font-size: 22px;
    color: #000;
}

.search-panel .custom_form_msg {
    position: absolute;
    bottom: -21px;
    right: 60px;
    margin: 0;
    font-size: 12px;
    background: #f00;
    padding: 0px 8px;
    color: #fff;
}
.search-panel .searchform input::-ms-clear {
    display: none;
}

/******************
Close Button
*/
.close-container {
    margin: auto;
    width: 30px;
    height: 30px;
    display: inline-block;
}
.leftright {
    height: 2px;
    width: 30px;
    position: absolute;
    margin-top: 15px;
    background-color: #000;
    border-radius: 2px;
    transform: rotate(45deg);
    transition: all .3s ease-in;
}
.rightleft {
    height: 2px;
    width: 30px;
    position: absolute;
    margin-top: 15px;
    background-color: #000;
    border-radius: 2px;
    transform: rotate(-45deg);
    transition: all .3s ease-in;
}
.close-container:hover .leftright {
    transform: rotate(-45deg);
    background-color: #000;
}
.close-container:hover .rightleft {
    transform: rotate(45deg);
    background-color: #000;
}

/*======== nav multiple css ============*/

.header {
    transition: all .3s ease-in-out;
    background: rgba(255, 255, 255, 1);
}
.header.shrink {
    background: #fff;
    transition: all .3s ease-in-out;
    z-index: 999;
    box-shadow: 0 5px 5px -5px #555;
}
.header .nav-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.header-search {
    margin-left: 30px;
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    align-items: center;
}
.header-search:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    background: rgba(255,255,255,0.5);
    top: 0;
    bottom: 0;
    left: -15px;
    margin: auto;
    display: none;
}
.header-search .search-icon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 20px;
    height: 20px;
}
.header-search svg {
    width: 100%;
    height: 100%;
    cursor: pointer;
    fill: #BA9A6C;
}
.header-search path {
    fill: #BA9A6C;
}
.header-logo {
    width: 400px;
    color: #fff;
    display: flex;
    align-items: center;
}
.header-logo img {
    max-height: 130px;
    min-width: 110px;
    width: auto;
    height: auto;
    padding: 15px 0;
    transition: all .3s ease-in-out;
    object-fit: contain;
}
.header-logo .header-logo-two {
    margin-left: 40px;
    max-width: 150px;
    min-width: auto;
}
.header-right {
    width: calc(100% - 400px);
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


/* Header Menu */
.nav-menu{
    position: relative;
    font-family: var(--font-two);
}
.nav-menu li{
    position: relative;
}
.nav-menu > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}
.nav-menu > ul.menu > li{
    display: inline-block;
    margin: 0 20px;
    color: #000;
    position: relative;
}

.nav-menu .menu > li:hover > a, .nav-menu .menu > li.current-menu-item > a{
    color:#BA9A6C;
}
.nav-menu .menu > li:hover > a:before, .nav-menu .menu > li.current-menu-item > a:before, .nav-menu .menu > li.current-menu-ancestor a:before{
    opacity: 1;
    width: 100%;
}
.nav-menu .menu li:first-child{
    margin-left: 0;
}
.nav-menu .menu li:last-child{
    margin-right: 0
}

/* This hides the dropdowns */
.nav-menu > ul> li> a {
    padding: 34px 1px;
    color:#01023B;
    position: relative;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    font-size: 16px;
    transition: none;
    font-weight: 400;
    transition: all .3s ease-in-out;
    font-family:Poppins;
}
.nav-menu > ul> li:last-child a{
    margin-right: 0;
}
.nav-menu> ul> li:first-child:before{
    transform: translateX(0);
}
.nav-menu> ul> li:before{
    transform: translateX(-100%);
    opacity: 0
}

/* Display the dropdown */
.nav-menu ul li ul{
    position:absolute;
    top:100%;
    left: 0;
    list-style:none;
    z-index:1;
    margin: 0;
    padding: 0;
    min-width: 150px;
    transition: all linear 0.1s;
    background-color:#FFF;
    visibility: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}
.nav-menu ul li:hover > ul{
    display: block;
    opacity: 1;
    visibility: visible;
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
.nav-menu ul li:hover li {
    float: none;
}
.nav-menu .sub-menu li.menu-item-has-children:hover > a,
.nav-menu ul li:hover li a:hover, .nav-menu ul li:hover li.current-menu-item,
.single-post .nav-menu> ul> li.more-menu-item > ul > li.news-menu-item > a,
.archive.category .nav-menu> ul> li.more-menu-item > ul > li.news-menu-item > a,
.single-career .nav-menu> ul> li.more-menu-item > ul > li.careers-menu-item > a,
.single-team .nav-menu> ul> li.more-menu-item > ul > li.team-menu-item > a,
.single-community .nav-menu> ul> li.more-menu-item > ul > li.community-menu-item > a,
.nav-menu .sub-menu > li.current-menu-ancestor > a, .nav-menu .sub-menu > li.current-menu-item > a{
    background-color: #BA9A6C;
    color: #fff;
}
.nav-menu .sub-menu li.menu-item-has-children > a:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--color-one);
    border-right: 2px solid var(--color-one);
    transform: rotate(45deg);
    top: 0;
    bottom: 3px;
    margin: auto;
    right: 15px;
}
.nav-menu .sub-menu li.menu-item-has-children:hover > a:before, .nav-menu .sub-menu li.menu-item-has-children.current-menu-item > a:before {
    border-color: #fff;
}
.nav-menu li ul li {
    border-top: 0;
    display: block;
    margin: 0;
    border-bottom: 0px solid #ddd;
}
.nav-menu li ul li+li{
    border-top: 0px solid #fff;
}
/* Displays second level dropdowns to the right of the first level dropdown */
.nav-menu ul ul ul {
    left: 100%;
    top: 0;
}
/* Simple clearfix */
.nav-menu ul:before,
.nav-menu ul:after {
    content: " ";
    display: table;
}
.nav-menu ul:after {
    clear: both;
}
.nav-menu .sub-menu {
    background: #fff;
    min-width: 17rem;
    text-align: left;
    box-shadow: 0px 1px 1px #b9b9b9;
    text-transform: uppercase;
    border: 1px solid #eee;
}
.header-search .search-icon:hover {
    opacity: 0.5;
}
.header-phone:hover {
    cursor: pointer;
}
.header-phone .phone-no:hover svg path {
    fill:  #363772;
}
.nav-menu ul li .sub-menu li a {
    text-transform: capitalize;
    padding: 15px 10px;
    line-height: normal;
    margin: 0;
    border-bottom: 1px solid #eee;
    color: #000;
    display: block;
    white-space: normal;
    font-weight: 400;
    transition: none;
    font-size: 16px;
}
.nav-menu ul li .sub-menu li a:hover {
    color: #fff;
    background: #BA9A6C;
    border: none;
}
.nav-menu > .menu > li.menu-item-has-children:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    border-left: 2px solid rgba(0, 0, 0, 0.6);
    border-top: 2px solid rgba(0, 0, 0, 0.6);
    top: 0;
    bottom: 4px;
    margin: auto;
    right: -15px;
    transform: rotate(-135deg);
}
.nav-menu > .menu > li.menu-item-has-children:hover:after, .nav-menu > .menu > li.current-menu-item:after, .nav-menu > .menu > li.current-menu-ancestor:after{
    /*color: #76839a;*/
}
#responsive-menu-wrapper #responsive-menu li ul{
    text-transform: none;
}
.nav-menu > .menu > li.current-menu-item.menu-item-has-children:after, .nav-menu > .menu > li.current-menu-ancestor.menu-item-has-children:after {
    color: #fff;
}
.header.shrink .nav-menu > .menu > li.current-menu-item.menu-item-has-children:after, .header.shrink .nav-menu > .menu > li.current-menu-ancestor.menu-item-has-children:after {
    color: #fff;
}
.nav-menu .sub-menu .sub-menu:before{
    content: none !important;
}
.nav-menu>.menu>li.menu-item-has-children ul:before {
    content: "";
    position: absolute;
    top: -7px;
    left: 25px;
    border-bottom:7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    width: 0;
    height: 0;
    opacity: 1;
    z-index: 5;
}
.nav-menu .sub-menu li.menu-item-has-children.current-menu-ancestor.current-menu-parent > a:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    top: 0;
    bottom: 3px;
    margin: auto;
    right: 15px;
}
.header-button {
    margin-left: 30px;
}
/* .highlight-menu a {
    color: #fff !important;
    background: var(--color-two);
} */

/* Header */
.header-phone {
    display: flex;
    flex-direction: column;
    width: auto;
    margin-left: 26px;
    text-align: center;
}
.header-phone .phone-title {
    text-transform: uppercase;
    font-size: 20px;
    font-family: var(--font-two);
    font-weight: 500;
    text-align: center;
    color: var(--color-two);
    margin-left: 32px;
    margin-bottom: 5px;
}
.header-phone .phone-icon {
    width: 18px;
    height: 18px;
    margin-right: 3px;
    line-height: 1;
    position: relative;
}
.header-phone .phone-no svg path {
    fill: #fff;
}
.header-phone svg {
    fill: #fff;
}
.header-phone a {
    line-height: 1;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    border-radius: 30px;
    background: #BA9A6C;
    padding: 11px 25px;
    border: 1px solid #BA9A6C;
    color: #ffffff;
    padding-top: 13px;
}
.header-phone a:hover {
    border: 1px solid #363772;
    background-color: transparent;
    color: #363772;
}
.phone-title-wrap {
    display: flex;
    align-items: center;
}

/* call button animation */
.icon-phone-animate {
    display: inline-block;
    stroke-width: 0;
    stroke:#fff;
    fill: #fff;
    width: 43px;
    height: 35px;
    padding: 3px;
}
.icon-phone-animate .wave {
    animation: waveIn 1.2s infinite ease-out;
    transform-origin: 50% 50%;
}
.icon-phone-animate .wave-sm {
    animation-delay: .3s;
}
.icon-phone-animate .wave-md {
    animation-delay: .45s;
}
.icon-phone-animate .wave-lg {
    animation-delay: .6s;
}
.icon-phone-animate path.path1 {
    fill:#fff;
    transform: rotate(18deg);
}
@keyframes waveIn {
    from {
        opacity: 0;
        transform: scale(.3) translate(-20px,10px);
    }

    50% {
        transform: translate(0,0);
        opacity: 1;
    }
}

/* Page Banner */
.page-banner {
    display: flex;
    background-size: cover;
    background-position: center bottom;
    height: auto;
    background-color: #555;
    padding-top: 120px;
    padding-bottom: 50px;
    position: relative;
}

.page-banner::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 65%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(90deg, #F4FDED 0%, rgba(175, 255, 202, 0) 100%);
    opacity: 0;
}
.page-banner.wide .container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.page-banner .banner-content-wrap {
    max-width: 100%;
    position: relative;
    height: auto;
    display: flex;
    justify-content: end;
    flex-direction: column;
    z-index: 1;
    text-align: center;
}
.page-banner .banner-title {
    font-size: 65px;
    text-transform: uppercase;
    text-wrap: balance;
    font-weight:400;
    font-family: Cochin;
    letter-spacing:6px;
}
.page-id-491 p {
    font-weight: 400;
}
.about-page-bg .description p:after {
    border-bottom: 1px solid #C5AB84;
    content: "";
    display: block;
    width: 60px;
    height: 1.5px;
    background-color: #000;
    margin: 25px auto 22px;

}
.page-banner .banner-subtitle {
    font-weight: 300;
    font-size: 35px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--font-one);
}
.page-banner .banner-description {
    font-size: 18px;
}
.page-banner.form .banner-content-wrap {
    max-width: 100%;
    flex-direction: row;
    align-items: center;
}
.page-banner.form .banner-content {
    width: calc(100% - 450px);
    padding-right: 50px;
}
.page-banner.form .page-banner-form {
    max-width: 450px;
}
.page-banner-form form {
    border-radius: 20px;
    background: rgba(255,255,255,.6);
    box-shadow: 3.6px 3.6px 54px 0px rgba(0,0,0,.1);
    backdrop-filter: blur(7.5px);
    padding: 30px;
}
.page-banner-form .form-title {
    font-size: 30px;
    color: var(--color-black);
}
.page-banner-form .form-group{
    margin-bottom: 15px;
}
.page-banner-form .form-control{
    border-radius: 15px;
    opacity: .6;
    background-color: #fff;
    padding: 10px;
    font-size: 15px;
    max-height: 90px;
}
.page-banner ul li::marker {
    color: #fff;
}
#breadcrumbs a:hover {
    color: var(--color-two);
}
.breadcrumb {
    background: #f5f5f5;
    padding: 5px 0;
    margin-bottom: 0;
    font-weight: 400;
}
.breadcrumb a {
    text-decoration: none !important;
}
/*======= Footer ======*/
.footer {
    background: #06073E;
    font-size: 16px;
    position: relative;
    z-index: 1;
    color: #fff;
}
.footer a{
    font-weight: 300;
    color:#fff;
}
.footer-top {
    padding-top: 80px;
    padding-bottom: 40px;
}
.footer .footer-col-1 {
    width: 26%;
    position: relative;
    padding-right: 30px;
}
.footer .footer-col-2 {
    width: 20%;
    padding-right: 40px;
    position: relative;
}
.footer .footer-col-3 {
    width: 20%;
    position: relative;
}
.footer .footer-col-4 {
    width: 20%;
}
.form-with-map .description {
    font-size: 16px;
    line-height:35px
}
.footer-logo img {
    width: auto;
    max-width: 200px;
}
.footer-map-address .heading-wrap .small-heading {
    font-size: 30px;
    font-weight: 500;
}
.form-col .address img {
    padding-bottom: 4px;
    padding-right: 6px;
}
.form-col .address a {
    color: #363772;
}
.form-col .address a:hover{
    color: #BA9A6C !important
}
.footer-map-address .description{
    font-size: 16px;
    font-family: 'Poppins';
    line-height: 35px;
    color:#363772
}
.form-col .address span {
    font-weight: 600 !important;
}
.form-col .address {
    line-height: 35px;
    color:#363772
}
.form-col .address .address-icon-wrap {
    width: 100%;
}
.form-col .address .address-icon-wrap img {
    display: inline-block;
}
.form-col .address .address-icon-wrap div {
    display: inline-block;
    vertical-align: top;
}
.footer-map-address .form-col {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-gallery.four-col {
    width: 100%;
    position: relative;
}

.map-footer {
    text-align: right;
}
.footer-logo-two {
    max-width: 150px;
    margin-left: 50px;
    margin-top: 15px;
}
.footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
.footer-menu li {
    width: 100%;
    position: relative;
    line-height: 1.5;
    font-size:16px;
    font-weight:300
}
.footer-menu li:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: none;
}
.social-links ul {
    display: flex;
}
.social-links {
    text-align: right;
    justify-content: right;
    display: flex;
}
.social-links ul li {
    padding-left: 20px;
}
.footer-col-3 .item-1:before, .footer-col-3 .item-3:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 2px;
    background: var(--color-one);
    vertical-align: middle;
    margin-right: 10px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.footer-col-3 .item-1, .footer-col-3 .item-3 {
    position: relative;
    padding-left: 20px;
}
.footer-menu li + li {
    margin-top: 10px;
}
.footer-menu a {
    color: #fff;
}
.footer .widget-title {
    font-size: 22px;
    margin-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    font-weight:400;
}
.footer-social-links .widget-title:after {
    content: "";
    width: 10px;
    height: 2px;
    background: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.footer-social-links .widget-title {
    margin-right: 10px;
    border-left: 2px solid #fff;
    padding-left: 10px;
}
.footer ul{
    list-style: none;
}
.footer ul a:hover, .footer li.current-menu-item a{
    color: #BA9A6C;
    opacity: 1;
}
.footer-links li.current-menu-item a{
    color: var(--color-two);
}
.footer-social-links {
    display: flex;
    align-items: center;
}
.footer-social-links ul {
    list-style: none;
    display: flex;
    margin: 0;
    column-count:2;
    padding: 0;
    gap: 2%;
}
.footer-social-links li a {
    color: #fff;
    display: flex;
    width: 21px;
    height: 21px;
    margin-right: 10px;
}
.footer-social-links li span {
    font-size: 16px;
}
.footer-social-links li svg {
    width: 21px;
    height: 21px;
    fill: #fff;
    display: flex;
    align-items: center;
}
.footer-social-links li svg path {
    fill: #fff;
}
.footer-social-links li a:hover svg, .footer-social-links li a:hover svg path{
    fill: var(--color-one);
}

.footer-contact .address-wrap {
    position: relative;
    padding-left: 50px;
}
.footer-contact .phone, .footer .email, .footer .hours{
    position: relative;
    padding-left: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.5;
    margin-top: 10px;
    font-size:16px;
}
.footer-contact .phone a:hover, .footer .email a:hover {
    color: #333;
}
.footer-contact .icon {
    width: 35px;
    height: 35px;
    fill: #fff;
    position: absolute;
    left: 0;
    top: 7px;
}
.footer-contact .phone .icon, .footer-contact .hours .icon{
    top: 0;
    bottom: 0;
    margin: auto;
}
.footer-contact .icon path{
    fill: var(--color-one);
}
.footer-contact .nap-phone-title {
    font-size: 23px;
    font-weight: 500;
}
.footer-contact .phone a {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}
.footer-nap-col .phone a:hover, .footer-nap-col .email a:hover{
    color: var(--color-one);
}
.footer-nap-col .phone-title, .footer-nap-col .hours-title {
    display: block;
    font-size: 14px;
    color: #6F6F6F;
    text-transform: uppercase;
    font-weight: 400;
}
.footer-nap-col .office-hours {
    font-size: 22px;
    font-weight: 600;
}
.footer .direction-link {
    margin-top: 5px;
    border-bottom: 1px solid;
    font-weight: 500;
    color: #BA9A6C !important;
    letter-spacing: 0.5px;
}
.footer .direction-link:hover{
    color: #fff !important;
}
.footer-bottom {
    border-top: 1px solid #C5AB84;
    font-size: 16px;
    font-weight: 300;
    background:#06073E;
    padding-top:20px;
}
.footer .copyrights {
    text-align: left;
}
.footer-links ul {
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: flex-end;
    margin-left: 15px;
    margin-bottom: 0;
}
.footer-links ul li+li:before {
    content: "";
    width: 1px;
    height: .8em;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    opacity: .5;
    margin: 0 8px;
    position: relative;
    top: -1px;
}
.footer-links li a, .copyrights {
    color: #fff;
    font-size:16px;
    font-weight:300;
}
.footer-links li a:hover{
    color: var(--color-two);
}
.footer-disclaimer {
    background: #427AA10A;
    padding: 40px 0;
    text-align: center;
}
.footer-address-col .address, .footer-address-col .phone {
    position: relative;
    padding-left: 0px;
    font-size:16px;
    font-weight:300;
    font-family:poppins;
}
.footer-address-col .icon {
    width: 18px;
    height: 18px;
    position: absolute;
    left: -30px;
    top: 4px;
    fill: #fff;
}
.footer-address-col .icon path{
    fill: #fff;
}
.footer-address-col .phone {
    margin-top: 10px;
}
.footer-desc {
    font-size: 22px;
    font-weight:400;
    text-transform: capitalize;
    font-family:poppins;
    line-height:44px;
}
.footer .phone a{
    color: #fff;
}
.footer-newsletter-mobile {
    display: none;
}
.footer-form-map .form-btn {
    width: 130px;
}

/* Newsletter */
.newsletter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    margin-bottom: 40px;
    line-height: 1;
}
.newsletter .wpcf7-form-control-wrap {
    height: 100%;
}
.newsletter .form-control {
    border-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    height: auto;
    padding: 5px 10px;
    border: 0;
    outline: 0 !important;
}
.newsletter .news-btn {
    background: var(--color-one);
}
.newsletter .btn {
    padding: 10px 15px;
    border: 0;
    line-height: 1;
    height: 100%;
    background: transparent;
    color: #fff;
}
.newsletter ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(89, 0, 0, 0.4) !important;
}
.newsletter ::-moz-placeholder { /* Firefox 19+ */
    color: rgba(89, 0, 0, 0.4) !important;
}
.newsletter :-ms-input-placeholder { /* IE 10+ */
    color: rgba(89, 0, 0, 0.4) !important;
}
.newsletter :-moz-placeholder { /* Firefox 18- */
    color: rgba(89, 0, 0, 0.4) !important;
}
/* Newsletter */

/*======= Blog Page ========*/
.blog-heading {
    margin-bottom: 80px;
}
.blog-item-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.blog-page-listing .item {
    background: #fff;
    margin-bottom: 50px;
}
.blog-page-listing .blog-item {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
    height: 100%;
    transition: all .2s ease-in-out;
    border-bottom: 1px solid #B0B0B0;
    padding-right: 0px;
}
.blog-page-listing .blog-item .desc {
    font-size: 18px;
    font-weight: 400;
    color: #545454;
}
.blog-page-listing .blog-item:last-child{
    margin-bottom: 0;
}

.blog-meta {
    padding: 5px 0 20px;
    display: none;
    line-height: 1;
    align-items: center;
    color: #fff;
    list-style: none;
    font-weight: 300;
    position: absolute;
    top: 0;
    right: 0;
    background: #333;
    padding: 5px 10px;
}
.blog-meta .post-date {
    margin-left: 10px;
    padding-left: 10px;
    color: #0261e2;
    position: relative;
}
.blog-meta .post-date:before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #0261e2;
}
.blog-meta .category a {
    color: #fff;
    position: relative;
    display: inline-block;
    line-height: 1.3;
    font-weight: 300;
    font-size: 16px;
}
.blog-meta .category a:last-child{
    padding-right: 0;
    margin-right: 0;
}
.blog-meta .category a:hover {
    color: var(--color-one);
}
.blog-item .blog-image {
    height: 380px;
    background-size: cover;
    background-position: center 0;
    position: relative;
    border-radius: 0;
    width: 100%;
}
.blog-item .blog-image .featured-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    overflow: hidden;
}
.blog-item .blog-image .featured-image img {
    width: 100%;
    transition: 1s;
}

.blog-item .blog-image .featured-image:hover  img {
    transform: scale(1.02);
    transition: 1s;
}
.blog-item .blog-image.no-thumnails .featured-image img {
    width: auto;
}
.blog-item .blog-image.no-thumnails {
    background-color: #02415e;
    background-size: 34%;
    background-repeat: no-repeat;
    background-position: center;
}
.blog-image.no-image {
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f5f5f5;
}
.blog-page-listing .blog-item .title {
    font-size: 30px;
    font-weight: 500;
    line-height: 1.5;
}
.blog-page-listing .title:hover a {
    color: #1B2B5C;
}
.blog-page-listing .blog-content {
    width: 100%;
    height: 100%;
    padding: 0;
    margin-bottom: 40px;
    padding-top: 40px;
}
.blog-item a{
    transition: none;
}
.blog-item .title a {
    color: #363772;
    text-transform: capitalize;
}
.blog-item .title a:hover {
    color: #BA9A6C;
}
.blog-item .read {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
    text-transform: uppercase;
    line-height: normal;
    position: relative;
    color: #C5AB84;
    text-decoration: underline !important;
    margin-bottom: 30px;
}
.blog-item .read:after {
    content: "";
    background-image: url(../images/plus-icon.png);
    position: absolute;
    height: 15px;
    width: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px;
    right: -20px;
    top: 0;
    margin: auto;
    bottom: 0;
}
.blog-item:hover .read{
    opacity: 1;
}
.blog-item .read:hover {
    text-decoration: none !important;
}
.blog-item:hover .title a {
    color: var(--color-one);
}
.blog-page-listing .blog-item:hover .blog-meta{
    background: var(--color-one);
}
.blog-page-listing .blog-item:hover .blog-meta a:hover{
    color: #fff;
}
.blog-page-listing .navigation.pagination {
    padding-top: 10px;
}
/*====== Blog Detail ========*/ 
.blog-detail {
    overflow: hidden;
}
.blog-detail-page .blog-title {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 28px;
}
.blog-detail .wp-block-heading {
    color: #363772;
    font-size: 45px;
    line-height: 60px;
    margin-top: 25px;
}
.blog-detail-page .content-area h2 {
    font-size: 40px;
    line-height: 55px;
}
.blog-detail-page .content-area h3{
    margin-top:30px;
    font-size: 30px;
}
.blog-detail-page .content-area h4{
    font-size: 23px;
}
.blog-detail-page .content-area h5{
    font-size: 20px;
}
.blog-detail-page .content-area h6{
    font-size: 18px;
}
.blog-detail-image {
    height: 450px;
    overflow: hidden;
}
.blog-detail-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 0;
}
.blog-detail-page .play-btn svg, .blog-item .play-btn img {
    width: 90px;
    height: 90px;
}
.blog-detail-page .blog-image .blog-title{
    position: absolute;
    color: #fff;
    left: 20px;
    right: 20px;
    bottom: 20px;
    font-size: 1.75rem;
}
.blog-detail-page .blog-image img {
    width: 100%;
}
.blog-detail-page .blog-meta {
    padding: 10px 0 20px;
    margin-bottom: 0;
    border-bottom: 0px solid #e6e6e6;
}
.blog-detail-page .blog-meta li{
    background-image: none;
    padding: 0 15px;
}

.social-share-post {
    margin-top: 30px;
}
.social-share-post .share-title{
    font-weight: 600;
    color: #565656;
    margin-bottom: 15px;
}
.detail-share-inner {
    display: flex;
    align-items: center;
}
.social-share-title {
    color: #464646;
    font-size: 18px;
}
.social-share-post .a2a_svg {
    background: transparent !important;
    width: 30px;
    height: 30px;
    opacity: 1 !important;
}
.social-share-post .a2a_kit svg path{
    fill: #fff !important;
}
.social-share-post .a2a_default_style a {
    padding: 10px 10px !important;
    border: 0px solid #000;
    margin-right: 10px;
    border-radius: 100%;
    background: #000;
}
.social-share-post a:hover{
    background: #EACDB1;
}
.social-share-post .a2a_default_style a:hover svg path {
    fill: #fff !important;
}

.post-pagination {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    font-weight: 400;
    width: 100%;
}
.post-pagination a {
    color: #F5F5F5;
    border-radius: 30px;
    line-height: 1;
    margin-right: 10px;
    width: 86px;
    height: 37px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    font-weight: 400;
    padding: 8px;
    font-size: 0;
    background: #F5F5F5;
    position: relative;
}
.post-pagination .next-post a:before {
    content: "NEXT";
    display: inline-block;
    font-size: 13px;
    position: absolute;
    bottom: 12px;
    color: #333;
    text-transform: capitalize;
}

.post-pagination .next-post a:after{
    left:40px
}
.post-pagination a:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: -46px;
    bottom: 1px;
    right: 0px;
    margin: auto;
    display: flex;
    width: 6px;
    height: 6px;
    padding: 2px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: rotate(-45deg);
    border: solid #000;
    border-width: 0 2px 2px 0;
}
.post-pagination .previous-post a:after {
    transform: rotate(135deg);
    right: 0;
}
.post-pagination .previous-post a:before {
    content: "PREV";
    display: inline-block;
    font-size: 13px;
    position: absolute;
    bottom: 12px;
    color: #333;
    text-transform: capitalize;
}
.post-pagination a:hover {
    background: var(--color-one);
}

/*====== Blog Search ======*/
.sidebar-search-outer {
    margin-bottom: 30px;
}
.sidebar-search-outer .input-group {
    height: 70px;

    flex-direction: row;
    background: #F5F5F5;
}
.sidebar-search-outer ::placeholder {
    color: #000 !important;
}
.sidebar-search-outer .form-control {
    border-radius: 0;
    padding: 15px 15px 15px 25px;
    height: 100%;
    font-size: inherit;
    color: inherit;
    border: 0px solid #1B2B5C;
    margin: 0;
    background: transparent;
}
.sidebar-search-outer .input-group-btn {
    position: relative;
    height: 50px;
    width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 7px;
}
.sidebar-search-outer input[type='submit'] {
    width: 100%;
    height: 100%;
    cursor: pointer;
    outline: 0;
    position: absolute;
    top: 10px;
    right: 3px;
    background: #C5AB84;
    color: #fff;
    border: 0px solid var(--color-one);
    padding: 10px 0px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 0;
}
.sidebar-search-outer input[type='submit']:hover {
    opacity: 1;
}
.sidebar-search-outer input[type='submit']:hover {
    background: #363772;
}
.sidebar-search-outer .search-icon {
    fill: #fff;
    width: 17px;
    margin: auto;
    pointer-events: none;
    z-index: 1;
    position: absolute;
    right: 22px;
    top: 25px;
}
.sidebar-search-outer .search-icon path {
    fill: #fff;
}
.sidebar-search-outer .custom_form_msg {
    position: absolute;
    bottom: -23px;
    right: 55px;
    margin: 0;
    font-size: 13px;
    background: #f00;
    padding: 0px 8px;
    color: #fff;
}
.sidebar-search-outer input[type=text]::-ms-clear{
    display: none;
    width : 0;
    height: 0;
}
.sidebar-form .btn:hover {
    border-color: #fff;
    color: #fff;
}
.sidebar-form  .form-btn:hover:after  {
    background: url(../images/btn-arrow-white.svg) no-repeat;
    background-size: contain;
    background-position: center;
}


/*===== Pagination =====*/
.navigation.pagination {
    width: 100%;
    padding-top: 30px;
    position: relative;
}
.pagination h2 {
    display: none;
}
.pagination .nav-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    font-weight: 400;
    width: 100%;
}
.pagination .nav-links span, .pagination .nav-links a {
    padding: 10px 15px;
    font-size: 14px;
    color: #535353;
    border-radius: 100%;
    line-height: 1;
    font-weight: 500;
    margin-right: 10px;
    width: 37px;
    height: 37px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    background:#F5F5F5
}
.blog .footer-map-address.spaced {
    display: none;
}
.pagination .page-numbers .icon {
    width: 20px;
    height: 20px;
}
.pagination .nav-links span.current {
    background: #BA9A6C;
    color:#fff;
    border-radius:100%
}
.pagination .nav-links a:hover {
    color:#BA9A6C;
}
.pagination .nav-links .page-numbers.dots {
    padding: 0;
    border: 0;
}
.pagination .prev.page-numbers, .pagination .next.page-numbers {
    color: #F5F5F5;
    border-radius: 30px;
    margin-right: 10px;
    width: 96px;
    height: 37px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
    font-weight: 400;
    padding: 8px;
    font-size: 0;
    background: #F5F5F5;
    position: relative;
    line-height: 18px;
}
.prev.page-numbers:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0.8px;
    left: -42px;
    bottom: 0;
    right: 0;
    margin: auto;
    display: flex;
    width: 4px;
    height: 4px;
    padding: 2px;
    transform: rotate(135deg);
    border: solid #000;
    border-width: 0 2px 2px 0;
    width: 3px;
    height: 3px;
    padding: 3px;
}
.next.page-numbers:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0.8px;
    left: 0;
    bottom: 0;
    right: -42px;
    margin: auto;
    display: flex;
    width: 3px;
    height: 3px;
    padding: 3px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: rotate(-45deg);
    border: solid #000;
    border-width: 0 2px 2px 0;
}
.pagination .prev.page-numbers:hover, .pagination .next.page-numbers:hover {
    background: var(--color-one);
    border-color: var(--color-one);
}
.pagination .prev.page-numbers:hover:after, .pagination .next.page-numbers:hover:after {
    border-color: #fff;
}
.pagination .prev.page-numbers {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}
.pagination .next.page-numbers {
    margin-left: auto;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}
.pagination .next.page-numbers:before {
    content: "NEXT";
    display: inline-block;
    font-size: 16px;
    position: absolute;
    bottom: 9px;
    color: #333;
    text-transform: capitalize;
    left: 22px;
}
.pagination .prev.page-numbers:before {
    content: "PREV";
    right: 22px;
    display: inline-block;
    font-size: 16px;
    position: absolute;
    bottom: 9px;
    color: #333;
    text-transform: capitalize; 
}
.pagination .nav-links a:hover:before {
    color: #fff;
}
/* Sidebar */
.sidebar-form {
    padding: 40px 40px;
    position: relative;
    color: #fff;
    margin-bottom: 30px;
    background:#363772;
}
.sidebar-form .form-title {
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-weight: 500;
    font-family: var(--font-two);
}
.categories {
    display: none;
}
.sidebar-form .form-group {
    margin-bottom: 20px;
}
.sidebar-form .form-control {
    max-height: 100px;
    padding: 12px 0px;
    border-radius: 0;
    background: transparent;
    border-bottom: 1px solid #fff !important;
    border:none;
    font-weight: 300;
}
.sidebar-form .form-btn .wpcf7-submit{
    margin-top:20px
}
.sidebar-form .form-btn {
    margin: auto;
    width: 100%;
}
.sidebar-form .form-btn .wpcf7-submit:hover {
    border-color: #fff;
    background: #fff;
    color: var(--color-one);
}

.sidebar .widget {
    position: relative;
    padding: 40px 30px;
    border: 1px solid #ddd;
    margin-bottom: 40px;
}
 
.sidebar .widget ul {
    margin-bottom: 30px;
    border-top: 0;
}
.sidebar .widget ul{
    margin-bottom: 0;
}
.sidebar .widget:last-child{
    margin-bottom: 0;
}
.sidebar .widgettitle, .sidebar .widget-title {
    border-bottom: 0;
    position: relative;
    line-height: 1;
    padding: 0 0 20px;
    display: block;
    font-size: 30px;
}
.sidebar ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar li {
    position: relative;
    transition: all .3s ease;
    border-bottom: 0px solid #eee;
    display: flex;
    align-items: center;
    color: #9a9a9c;
    margin: 0 -30px;
}
.sidebar li a {
    color: #333;
    display: contents;
    padding: 10px 40px 10px 10px;
    line-height: 1.5;
    transition: none;
    font-weight: 400;
    display: block;
    width: 100%;
    position: relative;
    font-size: 18px;
}
.sidebar li a:hover {
    background: #f5f5f5;
}
.sidebar li a:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    right: 15px;
    top: 12px;
    bottom: 0;
    z-index: 1;
    background-image: url(../images/arrow-up-line.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.sidebar li a:hover:before {
    background-image: url(../images/arrow-up-line.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.sidebar a:hover:before, .sidebar li.activeChild a:before, .sidebar li.current-cat a:before, .sidebar li.current-cat a:before, .sidebar li.current-menu-item a:before{
    border-color: #fff;
}
.sidebar a:hover, .sidebar li.activeChild a, .sidebar li.current-cat a, .sidebar li.current-cat a, .sidebar li.current-menu-item a{
    color: var(--color-one);
    background: #f5f5f5;
}
.sidebar li:last-child {
    border: 0;
}

/*====== Static Page =======*/

.static-page .content-area{
    overflow: hidden;
}


/*========= Search Page =========*/
.search-result-heading {
    color: #999;
    font-weight: 600;
}
.search-result-heading .search-by {
    color: #333;
}
.search-result-heading .search-keyword {
    word-break: break-word;
}
.search-page .search-item {
    border: 2px solid transparent;
    padding: 30px;
    margin-bottom: 1rem;
    box-shadow: 1px 2px 20px 0 #e5e5e5;
    background: #fff;
}
.search-page .search-item .title {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    font-size: 24px;
}
.search-page .search-item:last-child {
    margin-bottom: 15px;
}
.search-page .title a{
    transition: none;
    color: #333;
}
.search-page .search-item .btn {
    padding: 10px 25px;
    display: inline-flex;
    align-items: center;
}
.search-page .search-item .more {
    transition: none;
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
    padding-right: 20px;
    color: var(--color-one);
    text-transform: uppercase;
    display: inline-block;
}

.search-page .search-item .more:before {
    content: "";
    width: 15px;
    height: 2px;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    background: var(--color-one);
}
.search-page .search-item .more:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--color-one);
    border-right: 2px solid var(--color-one);
    display: inline-block;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}
.search-page .more .arrow {
    fill: #0261E2;
    width: 18px;
    height: 18px;
    margin-left: 5px;
}
.search-page .search-item .more:hover {
    color: #000;
}
.search-page .more:hover .arrow {
    fill: #000;
}
.search-page .search-item p {
    margin-bottom: 15px;
}


/*************
  Schema
*****************/

.schema-sec-1 .schema-wrap {
    background-color: #f5f5f5;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 40px;
}
.schema-sec-2 .schema-wrap{
    background-color:#f5f5f5;
    padding: 40px;
    margin-bottom: 40px;
}
.schema-sec-2 iframe {
    width: 100%;
    border: none;
}
.schema-wrap strong {
    font-size: 18px;
}
.schema-sec-2 .video-title {
    display: none;
}
.in-the-news {
    padding-bottom: 40px;
}
.video-section .heading:after{
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background-color: #BA9A6C;
    margin: 20px auto 33px
}
.thank-you .text {
    font-size: 20px;
    font-weight: 400;
}

/* header mobile menu */

.menu-close-button {
    position: absolute;
    width: 35px;
    height: 35px;
    right: 20px;
    top: 20px;
    cursor: pointer;
    z-index: 1;
}
.menu-close-button:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 30px;
    top: 0;
    right: 15px;
    background: #000;
    transform: rotate(45deg);
}
.menu-close-button:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 30px;
    top: 0;
    right: 15px;
    background: #000;
    transform: rotate(-45deg);
}
.menu-wrap {
    background-color: #F1F2F5;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    right: -100%;
    font-size: 1em;
    font-weight: 700;
    overflow: auto;
    transition: .5s;
    z-index: 12;
    display: flex;
    justify-content: center;
    max-width: 100%;
    z-index: 99999999;
}
.menu-full-wrapper {
    width: 100%;
    position: relative;
}
.menu-show {
    right: 0;
    box-shadow: none;
    display: block;
    width: 100%;
    max-width: 450px;
}
.menu-sidebar {
    margin: 0;
    position: relative;
    top: 0;
    width: 100%;
    margin-left: auto;
    height: 100%;
    padding-top: 70px;
    font-size: 16px;
    font-weight: 400;
}
.menu-sidebar ul{
    list-style: none;
    padding-left: 0;
}
.menu-bar-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.menu-sidebar > ul > li > a{
    text-transform: uppercase;
    font-weight: 400;
}
.menu-sidebar .menu-bar-wrapper li {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    margin: 0;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding: 0;
}
.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li:first-child {
    border-top: 1px solid rgba(0,0,0,.25);
}
.menu-sidebar .menu-bar-wrapper li:last-child{
    border: none;
}
.menu-sidebar .menu-bar-wrapper li > a {
    color: #000;
    padding: 10px 20px;
    position: relative;
    display: block;
    line-height: 1.7;
}
.menu-sidebar .menu-bar-wrapper li > a:hover::after {
    opacity: 1;
}
.menu-sidebar .menu-bar-wrapper li > a:hover {
    background-color: var(--color-one);
    color: #fff;
    width: 100%;
}
.menu-sidebar .menu-bar-wrapper ul > li:hover{
    color: #fff;
}
/*.menu-sidebar .menu-bar-wrapper li.menu-item-has-children:hover > a{
    background-color: #B5121B;
    color: #fff;
}*/
.menu-sidebar .menu-bar-wrapper li:hover .sidebar-menu-arrow:after{
    border-color: #000;
}
.menu-sidebar .menu-bar-wrapper li > a:hover::after {
    opacity: 1;
}
.menu-sidebar .menu-bar-wrapper li.current-menu-item > a, .menu-sidebar .menu-bar-wrapper li.current-menu-parent > a {
    background-color: var(--color-one);
    color: #fff;
    width: 100%;
}
.menu-sidebar .menu-bar-wrapper li.current-menu-item >  .sidebar-menu-arrow::after, .menu-sidebar .menu-bar-wrapper li.current-menu-parent >  .sidebar-menu-arrow::after, .menu-sidebar .menu-bar-wrapper li.current-menu-parent > .sidebar-menu-arrow.responsive-up-arrow::after{
    border-color: #fff;
}
.menu-sidebar .menu-bar-wrapper li.current-menu-item.menu-item-23 ul li a {
    background: none;
}
.menu-sidebar .menu-bar-wrapper li.current-menu-item > a + .sidebar-menu-arrow::after{
    color: #fff;
}
.menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link {
    font-weight: 500;
    background-color: #2828FF;
    color: #fff;
    width: 100%;
}
.menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link + .sidebar-menu-arrow::after {
    background-image: url(../images/angle-down.svg);
}
.menu-sidebar .menu-bar-wrapper .current-menu-parent.menu-item-has-children>.nav-link::after {
    opacity: 1;
}
.menu-sidebar .menu-bar-wrapper .menu-item-has-children {
    position: relative;
}
.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow {
    position: absolute;
    right: 0;
    top: 0;
    height: 45px;
    width: 45px;
}
.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu {
    display: none;
    background: none;
    width: 100%;
}
.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sub-menu li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0px;
}
.menu-sidebar .menu-bar-wrapper li .sub-menu li a {
    font-size: 16px;
    padding-left: 30px;

}
.menu-sidebar .sub-menu .sub-menu li a {
    padding-left: 45px !important;
}
.sidebar-menu-arrow::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(135deg);
    top: 0;
    bottom: 4px;
    margin: auto;
    right: 0;
    left: 0;
}
.menu-sidebar .menu-bar-wrapper .menu-item-has-children .sidebar-menu-arrow.responsive-up-arrow::after {
    transform: rotate(-45deg);
    display: block;
}
.menu-sidebar .menu-bar-wrapper li .sub-menu li a::after{
    display: none;
}
/*Hamburger Button*/

.header-aside-col {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    padding-right: 70px;
}
.logo-wrapper a {
    padding: 9px 0;
}
.logo-wrapper {
    padding-right: 0;
    margin-right: 0;
}
.menu-button {
    padding: 0;
    flex-wrap: wrap;
    line-height: 1;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    text-align: center;
    transition: all .3s ease-in-out;
    cursor: pointer;
    display: none;
    z-index: 999;
    top: 0;
    right: 0;
    border: 0px solid #fff;
    margin-left: 10px;
    width: 38px;
    height: 38px;
    background: transparent;
}
.menu-button .menu-bar {
    position: relative;
    border-radius: 6px;
    width: 28px;
    transition: .5s;
    opacity: 1;
    margin: auto;
}
.menu-button .menu-bar-top {
    border-top: 3px solid #C5AB84;
}
.menu-button .menu-bar-middle {
    height: 3px;
    background-color: #C5AB84;
    margin-bottom: 3px;
    margin-top: 6px;
    right: 0;
    left: auto;
    width: 28px;
    margin-right: 0px;
}
.menu-button .menu-bar-bottom {
    border-bottom: 3px solid #C5AB84;
    margin-top: 6px;
    width: 28px;
    margin-right: 0;
}
.bg-image-with-text .content-inner {
    padding: 50px;
    text-align: center;
    line-height: 35px;
    font-weight: 400;
}
.button-open {
    z-index: 16;
}
.menu-button.button-open {
    background: none;
    z-index: 9999;
    right: 15px;
    border-color: #fff;
}
.button-open .menu-bar {
    opacity: 1;
}
.button-open .menu-bar-top {
    border-color: #fff;
    transform: rotate(45deg) translate(9px, 9px);
    transition: .5s;
}
.button-open .menu-bar-middle {
    background-color: #fff;
    transform: translate(230px);
    transition: .1s ease-in;
    opacity: 0;
}
.button-open .menu-bar-bottom {
    border-color: #fff;
    transform: rotate(-45deg) translate(5px, -5px);
    transition: .5s;
    right: 0;
}
.menu-button.button-open .menu-bar-top {
    border-color: #ffffff !important;
}
.menu-button.button-open .menu-bar-bottom {
    border-color: #ffffff !important;
}
.menu-logo-wrapper {
    width: 50%;
    padding-left: 1rem;
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 274px;
}
.nav-open-menu {
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    touch-action: none;
    -ms-touch-action: none;
}
.menu-sidebar .sub-menu{
    list-style: none;
    text-transform: uppercase;
}

/*mobile menu css end*/

.hide-banner {
    padding-top:100px
}
.hide-banner .page-banner{
    display:none!important
}
.hide-banner .header{
    background: rgba(255, 255, 255, 0.8);
}
.page-not-found .wpcf7-form {
    background: #f5f5f5;
    padding: 50px;
    margin-top: 30px;
}
.page-not-found .form-control {
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid;
}
.thank-you-page .text {
    font-size: 20px;
    font-weight: 400;
}
body.search .breadcrumb{
    display: none;
}

/* Footer Form */

.form-with-map {
    position: relative;
    overflow: hidden;
    margin:6em 0;
}
.form-with-map .footer-contact {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.form-with-map .nap-map iframe{
    position: absolute;
    width: 650px;
    height: 458px;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .3s ease-in-out;
}
.form-with-map .nap-map .active iframe {
    opacity: 1;
    z-index: 1;
}
.footer-contact.nap-selected iframe{
    opacity: 1;
    z-index: 1;
}
.form-with-map .nap-map .map-item{
    width: 100%;
    height: 100%;
}
.form-with-map .footer-nap-row {
    position: absolute;
    display: flex;
    width: 100%;
    gap: 20px;
    bottom: 0;
    z-index: 2;
    display: none;
}
.form-with-map .footer-nap-col {
    background: #fff;
    flex-grow: 1;
    padding: 30px 30px;
    position: relative;
}
.form-with-map .footer-nap-col.active{
    background: var(--color-one);
    color: #fff;
}
.form-with-map .location-name {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
}


/********************/
.banner-icon-box {
    margin-top: -160px;
    position: relative;
    z-index: 1;
}
.banner-icon-box .heading{
    color: #fff;
    text-align: center;
}
.banner-icon-box .title{
    font-size: 25px;
}
.banner-icon-box .desc {
    font-size: 16px;
}
.logo-gallery .item img {
    width: 100%;
}
/********************/
.home-banner .btn + .btn {
    margin-left: 25px;
}
.home-banner .btn:hover{
    background-color: #fff;
    border-color: #fff;
    color: var(--color-one);
}

.home-about-section .image:before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: var(--color-two);
    opacity: 10%;
    border-radius: 50%;
    z-index: -1;
    margin-top: 70px;
    right: 40px;
}
.home-about-section img {
    width: auto !important;
}
.bg-image-with-video-and-text .small-heading{
    color: var(--color-one);
}
.home-video-section {
    background-position: center;
    padding-top: 100px;
    padding-bottom: 220px;
    overflow: hidden;
}
.home-practice-areas .container {
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.1);
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: -100px;
    position: relative;
    z-index: 1;
    background: #fff;
    padding-left: 40px;
    padding-right: 40px;
}
.home-practice-areas .read {
    opacity: 0;
}
.home-practice-areas .inner:hover .read {
    opacity: 1;
}
.home-why-section.image-right .content-inner{
    padding-bottom: 0;
}
.home-why-section .image{
    border: 1px solid var(--color-one);
    padding: 15px;
    z-index: 1;
}
.home-about-section .description strong {
    color: var(--color-two);
    font-style: italic;
    font-weight: 500;
}

.team-section .team-thumb-slider {
    display: none;
}
.team-section .team-slider {
    margin-top: 0;
}
.team-section .team-slider .content-col {
    padding-top: 0;
}
.team-slider .slick-slide .row {
    align-items: center;
}

.logo-section .slick-dots li.slick-active button {
    background: var(--color-two);
}
.practice-page .detail{
    text-align: center;
}
.attorney-detail .heading {
    text-align: center;
    padding-bottom: 20px;
}
.attorney-detail .col-lg-6.text-col {
    align-items: flex-start;
    padding-left: 30px;
}
.attorney-detail .small-heading {
    font-size: 30px;
}
.attorney-detail .heading:after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background-color: #BA9A6C;
    margin: 20px auto 33px;
}
.attorney-detail .black{
    font-size: 20px;
    text-transform: uppercase;
    color: #000000;
}
.attorney-bottom-section .col-lg-10 {
    width: 100%;
}
.attorney-bottom-section .container {
    background: #EFFAFD;
    padding: 50px;

}
.attorney-bottom-section{
    padding-top:0 !important
}
.attorney-bottom-section .text {
    color: #000;
    font-size: 16px;
    line-height: 35px;
    font-weight: 400;
}
.attorney-bottom-section .row {
    text-align: left !important;
}
.attorney-detail .black:after{
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background-color: #BA9A6C;
    margin: 20px 0 22px;
}
.about-attorney-section .image:before {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: var(--color-two);
    opacity: 10%;
    border-radius: 50%;
    z-index: -1;
    margin-top: 70px;
    right: 40px;
}
.about-attorney-section .image img {
    width: auto !important;
}

.about-attorney-section .description strong {
    color: var(--color-two);
    font-style: italic;
    font-weight: 500;
}

.testimonials-page {
    background: url(../images/bg-4.webp);
    background-size: auto;
    background-position: center 235px;
    background-repeat: no-repeat;
}
.td-sec-one .heading-wrap .heading {
    line-height: 0.9;
}
.td-sec-one .image {
    border: 1px solid var(--color-two);
    padding: 15px;
    margin-bottom: 10px;
}
.td-sec-two{
    background: #f8f8f8;
}
.td-sec-two .icon {
    width: 46px;
    height: 46px;
    margin-bottom: 15px;
}
.td-sec-two .title {
    font-size: 35px;
    font-family: var(--font-two);
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 15px;
}
.video-section {
    background: #f5f5f5;
}
.bg-image-with-video-and-text {
    padding-top: 175px;
    padding-bottom: 175px;
}
.home-about-section .row {
    align-items: flex-end !important;
}
.home-about-section.image-right .content-inner {
    padding-bottom: 80px;
}
.about-attorney-section .row {
    align-items: flex-end !important;
}


/* Awards Section*/
.awards-section .container-fluid {
    padding-left: 55px;
    padding-right: 55px;
}
.awards-section .awards-slider {
    margin-top: 30px;
}
.awards-section .item {
    position: relative;
    padding: 10px;
    text-align: center;
    margin: 0 5px;
}
.awards-section .item:before {
    content: '';
    position: absolute;
    height: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 0px;
    background-color: #ddd;
}
.awards-section .slick-active:nth-child(8) .item:before{
    display: none;
}
.awards-section .item img {
    height: 130px;
    object-fit: contain;
    object-position: center;
    margin: auto;
    transition: all 0.5s ease;
}
.awards-section .item:hover {
    border-color: var(--color-one);
}
.awards-section .item:hover img {
    filter: grayscale(0);
}
.awards-section .slick-arrow {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
}
.awards-section .slick-next {
    left: auto;
    right: 0;
}
.awards-section .slick-next:before, .awards-section .slick-prev:before {
    width: 12px;
    height: 12px;
}
.awards-section .slick-prev {
    left: -15px;
}
.awards-section .slick-next {
    right: -15px;
}
.awards-section .slick-arrow:hover {
    background: #fff;
    border-color: #fff;
    box-shadow: 1px 1px 5px #ddd;
}
.awards-section .slick-dots li.slick-active button {
    background: var(--color-two);
}
.about-sec-one .description {
    font-size: 16px;
}
.about-sec-one .text-col {
    display: flex;
    align-items: center;
}


.sidebar-heading {
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}

.team-sec-home .team-top-info {
    padding-left: 0;
    text-align: center;
}

.team-sec-home .heading-wrap{
    border-left: 0;
    padding-left: 0;
}


.team-sec-home .team-top-info .col-md-8 {
    margin: 0 auto;
}





.practice-page .image-box-v2 .detail .desc {
    display: none;
}

.practice-page .image-box-v2 .detail a.read {
    display: none;
}

.practice-page .image-box-v2 .detail {
    padding: 25px 15px 60px;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.donation-images .logo-gallery {
    padding: 0;
}
.donation-images .logo-gallery img {
    width: auto;
    max-height: max-content;
}
.donation-images .logo-gallery .inner {
    border: 1px solid var(--color-two);
    height: 100%;
}
.review-code {
    background: #f4f4f4;
}
.image-box-section h2.heading {
    color: #363772;
}

.image-box-section h2.heading:after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background-color: #C5AB84;
    margin: 14px auto 20px;
}
.image-box-top-info {
    margin-bottom: 1rem !important;
}
.article-section .image-box-top-info {
    margin-bottom: 3rem !important;
}
.image-box .title:after {
    content: "";
    display: block;
    width: 60px;
    position: absolute;
    height: 1px;
    background-color: #C5AB84;
    margin: 13px auto 0px;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.Our-Commitment, .logo-gallery-section {
    background: #EFFAFD;
}
.Our-Commitment .heading-wrap {
    text-align: center;
    color:#363772;
}
.Our-Commitment .description p {
    line-height: 35px;
    font-weight: 400;
    font-size: 16px;
}
.blog .form-with-map{
    display:none;
}
.contact-page .form-btn {
    width:100%;
}
section.contact-page p {
    font-size: 16px;
    line-height: 35px;
    font-weight: 400;
    color: #000;
    font-family: poppins;
    position: relative;
    left: 6em;
}
.about-us .heading {
    position: relative;
    display: inline-block;
    padding-bottom: 30px;
    line-height: 54px;
    font-weight: 500 !important;
}
.about-us .heading:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px; /* Adjust the underline width */
    height: 1px; /* Thickness of the underline */
    background-color: #BA9A6C;
    margin: 7px 0px;
}
.available-section .description p {
    font-size: 20px;
    text-transform: capitalize;
}
.available-section .heading {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 3px !important;
}
.available-section .heading-underline {
    font-size: 50px;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0px;
    text-wrap-style: balance;
    font-weight: 500 !important;
    font-family: poppins !important;
    color: #fff;
}

.contact-page .form-control {
    border: none;
    padding-left:0 !important;
    border-bottom:1px solid #000;

}
.contact-page h2.heading:after {
    border-bottom: 1px solid #C5AB84;
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background-color: #000;
    margin: 20px auto 22px;
}
.about-page-bg , .bg-image-number {
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    z-index: 1;
    background-color: #000;
    background-image: url(/wp-content/uploads/2025/03/Mask-group-19.webp);
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding:50px 0 !important;
}
.bg-image-number .heading{
    color:#fff;
    line-height:1.5;
    margin-bottom:0px
}

.bg-image-number .heading:after{
    display:none !important;
}
.bg-image-number .small-heading{
    color:#fff;
    text-transform:uppercase
}
.bg-image-number .small-heading:after{
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background-color: #BA9A6C;
    margin: 20px auto 22px;
}
.bg-image-number a {
    color: #EFFAFD;
}
.about-page-bg .description p {
    font-weight: 500;
    font-size: 50px;
    text-transform:capitalize;
    line-height: 70px;
    color: #EFFAFD;
}
.about-page-bg .btn {
    margin-top: 10px !important;
}
.about-page-bg    .col-lg-10 {
    width: 100%;
}
.about-desc-text {
    padding-top: 0 !important;
}
.heading-about {
    padding-bottom: 50px;
}
.about-desc-text .inner {
    background: #eee;
    padding: 50px 40px;
    min-height: 298px;
}
.about-desc-text .inner .title.h5 {
    font-size: 30px;
    color: #363772;
    font-weight: 500;
}
.about-desc-text .inner .title.h5:after{
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background-color: #BA9A6C;
    margin: 20px 0 22px;
}
.heading-about .heading:after{
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background-color: #BA9A6C;
    margin: 11px auto 22px;
}
.article-section {
    padding-top: 0px !important;
    background: #F5F5F5;
}
.article-section .image-box .read {
    text-transform: uppercase;
    background: none;
    color: #BA9A6C;
    border: none;
    font-size: 16px;
    padding:0!important
}
.article-section .image-box .read:hover:after {
    opacity: 0;
}
.btn-wrap .read {
    line-height: normal;
    position: relative;
}
.btn-wrap .read:before {
    content: "";
    background-image: url(../images/plus-icon.png);
    position: absolute;
    height: 14px;
    width: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    right: -20px;
    top: -12px;
    margin: auto;
    bottom: 0;
}
.article-section .image-box .inner {
    border: 1px solid #D3D3D3;
    padding: 8px 10px;
    background:#fff;
}
.article-section .image-box .image {
    position: relative;
    overflow: hidden;
    padding: 5px;
    width: 289px;
    height: 210px;
    background: #C5AB84;
}
.article-section  .image-box .sub-title {
    font-size: 16px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 0px;
    min-height: 107px;
}
.article-section .image-box .image img {
    width: 70%;
    object-fit: cover;
    object-position: center 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.attact-top-desc h2.heading:after {
    content: "";
    display: block;
    width: 60px;
    height: 1.5px;
    background-color: #BA9A6C;
    margin: 17px auto 20px;
}
.attact-desc .small-heading:after {
    content: "";
    display: block;
    width: 60px;
    height: 1.5px;
    background-color: #BA9A6C;
    margin: 13px auto 16px;
}
.attact-desc a {
    color: #fff;
}
.attact-top-desc h3.small-heading {
    margin-top: 0px !important;
}
.single-post .footer-map-address {
    display: none;
}
.error404 .form-btn {
    width: 100%;
}
.contact-us-now p a:hover {
    color:#BA9A6C;
}
.guide-us p {
    padding: 0px 20px;
}
.bg-image-number .content-inner a:hover {
    color: #BA9A6C;
}
.bg-image-number .content-inner a img{
    padding-right:10px;
    padding-top: 1px;
}
div#block_bb9f325f54988e1ba67f16715d50ef45 {
    padding-bottom: 50px;
}
.testimonial-carousel-v2 .star-rating svg path{
    fill:#DCA902;
}
.article-section .image-box .read:after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    border-bottom: 1px solid;
    margin-top: 0px;
}
.static-page .content-area .wp-block-heading {
    padding-top: 0;
}
.static-page .content-area .wp-block-image.size-full {
    margin: 45px 0;
}
.blog-detail-page .content-area .blog-detail p + div {
    margin-top: 45px;
    margin-bottom: 30px;
}

.static-page .content-area p {
    margin-bottom: 20px;
}
div#block_b4baea4d6133e6bed8c6d3359947c2a4 {
    padding-bottom: 70px !important;
}
.wp-block-image img { 
    object-fit: cover;
    object-position: bottom;
}
