/************************************************************************/
/******** Font family used across the website as per checklist *********/
/************************************************************************/
:root {
    --color1:#C89A69;
    --color2:#879349;
    --grey:#F5F5F5;
    --light:#F6F5EF;
    --bodytextcolor: #666666;
    --titletextcolor: #111111;
    --font1:'Poppins', sans-serif;
    --title--font:"EB Garamond", serif;
}
body,html{
    height: 100%
}
body {
    width: 100%;
    font-size: 18px;
    line-height: 1.9;
    overflow-x: hidden;
    position: relative;
    color: var(--bodytextcolor);
    font-family: var(--font1);
}

/*** default placeholder ***/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #636363;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #636363;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #636363;
}
:-moz-placeholder { /* Firefox 18- */
    color: #636363;
}

.wpa::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
}
.wpa::-moz-placeholder { /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
}
.wpa:-ms-input-placeholder { /* IE 10+ */
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
}
.wpa:-moz-placeholder { /* Firefox 18- */
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
}

/*** default placeholder End***/

body, html{height: 100%;}
* {margin:0;padding:0;}
img {max-width: 100%;height: auto;}
.hide{display: none;}
:focus{outline: 0;outline: none;}

a {
    color: #081b33;
}

p:first-child {
    margin-bottom: 1rem;
}
p:last-child{
    margin-bottom: 0
}
a:focus { 
    -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;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {

}

select{
    color: rgba(0,0,0,0);
    text-shadow: 0 0 0 #000;
}

a img{
    outline: 0;
}


/* btn sec */
.btn, .elm-button {
    display: inline-block;
    padding: 25px 25px;
    padding-right: 45px;
    width: auto;
    min-width: 170px;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    background-color: var(--color1);
    cursor: pointer;
    border-radius: 4px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    text-transform: uppercase;
    color: #fff;
    border: none;
}
.btn:hover {
    background-color:var(--color2);
    color: #fff;
}
.btn:after {
    background-image: url(../img/btn_icon.svg);
    content: "";
    width: 13px;
    height: 13px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 25px;
    transition: .5s;
    background-position: center;
    background-size: contain;
}
.btn:hover:after {
    transform: rotate(30deg);
}
.btn-lr-pd{
    padding-left: 50px;
    padding-right: 50px; 
}
.elm-button{
    line-height: 24px !important;
    height: 56px;
    padding: 15px 55px; 
    background: var(--color1);
    border: none;
}
.elm-wrapper {
    margin-top: 2rem;
}
.btn-full{
    min-width: 90%;
}

.elm-button:active, .elm-button:focus {
    background: #bd7e52;
    color: #ffffff;
}

.btn.focus, .btn:focus {
    /*    border: 1px solid #0c2850;
        color: #ffffff;
        background-color: #fff;*/
    }

    b, strong { 
        font-weight: 600;
    }

    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;
    }
    .titles {
        font-family: var(--title--font);
        font-weight: bold;
    }
    .title{
        color: #112239;
    }
    h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
        position: relative;
        z-index: 1;
        text-transform: capitalize;
        line-height: 1.25;
        font-weight: bold;
        font-family: var(--title--font);
        color: var(--titletextcolor);
    }

    .heading{
        color: #00121f;
    }
.highlight-title span {
    position: relative;
    display: inline-block;
    padding: 0px 6px;
}
.highlight-title span:after {
    content: "";
    background-color: var(--color2);
    padding: 2px 8px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 5px;
    z-index: -1;
}

    h1, .h1 {
        font-size: 40px; 
    }

    h2, .h2 {
        font-size: 30px;
    }

    h3, .h3 {
        font-size: 30px;
    }

    h4, .h4 {
        font-size: 24px;
    }

    h5, .h5 {
        font-size: 20px;
    }

    h6, .h6 {
        font-size: 18px;
    }

/* reset css */
.alignnone {
    margin: 5px 20px 20px 0;
}

.static-page-details h1 {
    font-size: 38px;
}

.static-page-details h2 {
    font-size: 36px;  
}

.static-page-details, .content-area {
    letter-spacing: normal;
}

.static-page-details .wp-image-wrap img {
    padding: 5px;
    border: 1px solid #ccc;
} 

.static-page-details h2 a {
    display: inline;
}
ul.menu-top li .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%; 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;
} 
.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; 
    }
    .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
        opacity: 1;
        color: #800000;
    }/* reset default */

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* nav top menu css */
ul {
    list-style: none;
    padding: 0;
    margin: 0; 
}

ul.menu-top li {
    display: inline-block;
    position: relative;
    margin-left: 25px;
}

.menu-top li a {
    padding: 5px 5px;
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    font-size: 15px;
    letter-spacing:0px;
    line-height: 12px;
    color: var(--titletextcolor);
    text-transform: uppercase;
    font-weight: 400;
    z-index: 1;
}

.nav-menu .menu-top>li:hover>a:before, .nav-menu .menu-top>li.current-menu-item>a:before, .nav-menu .menu-top>li.current-menu-ancestor a:before {
    width: calc(100% + 0px);
    height: 1px;
}
.nav-menu .menu-top>li:hover>a, .nav-menu .menu-top>li.current-menu-item>a, .nav-menu .menu-top>li.current-menu-ancestor>a{
    color: var(--color2);
}
.nav-menu .menu-top>li>a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0px;
    left: 0px;
    right: 0;
    top: auto;
    bottom: 0;
    background: var(--color2);
    transition: all .2s ease-in-out;
    margin: auto;
    z-index: -1;
}
.nav-menu .menu-top > li.menu-item-has-children > a:before {
    left: -2px;
}

.nav-menu>.menu-top>li.menu-item-has-children:after{
    content: "";
    border-left: 1px solid var(--titletextcolor);
    border-bottom: 1px solid var(--titletextcolor);
    display: inline-block;
    width: 7px;
    height: 7px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: auto;
    position: absolute;
    right: -7px;
    top: 50%;
    bottom: 0;
    margin-top: -7px;
    z-index: 1;
}
.nav-menu>.menu-top>li.menu-item-has-children:hover:after, .nav-menu>.menu-top>li.current_page_item:after, .nav-menu>.menu-top>li.current_page_ancestor:after{
    border-left: 1px solid var(--color2);
    border-bottom: 1px solid var(--color2);
}
/* Display the dropdown */
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: #ffffff;
    color: #000000;
}

.menu-top li.current-menu-parent .sub-menu>li.current-menu-item>a {
    background: #ffffff;
    color: var(--titletextcolor);
}
.menu-top .sub-menu > li {
    border-bottom: none;
}

.menu-top .sub-menu > li:last-child {
    border-bottom: none;
}


.menu-top li ul li {
    border-top: 0;
    display: block;
    margin: 0;
}

li#menu-item-327 a {
    text-transform: none;
}

/* 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(255, 255, 255, 0.3215686274509804);
}
.menu-top>li.menu-item-has-children>ul.sub-menu>li.menu-item-has-children>a:after {
    /*    content: "";
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        width: 5px;
        height: 5px;
        -ms-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
        margin: auto;
        position: absolute;
        right: 12px;
        top: 0;
        bottom: 0;*/
    }

    ul.menu-top li:hover li a:hover:before {
        border-left: 1px solid #2853c7 !important;
        border-bottom: 1px solid #2853c7 !important;
    }

    .menu-top {
        position: relative;
        width: 100%;
        transition: all ease-in-out 0.2s;
        display: flex;
    } 

    .menu-top ul li {
        display: inline-block;
        position: relative;
    }

    .menu-top ul {
        text-align: left;
    }
    .menu-top li:first-child { 
        padding-left: 0;
        margin-left: 0;
    }

    .menu-top li:last-child {margin-right: 0;padding-right: 0px;}

    .menu-top li a:hover {
        color: #ffffff;     
    }

    .menu-top .sub-menu {
        background-color: var(--color2);
        min-width: 222px;
        text-align: left;
        box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.1);
    }

    .menu-top > li > ul.sub-menu:before {
        content: "";
        position: absolute;
        top: -10px;
        left: 0px;
        border-bottom: 10px solid rgba(42, 85, 202, 0.97);
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        width: 0;
        height: 0;
        opacity: 1;
        z-index: 5;
        display: none;
    }
ul.menu-top li .sub-menu li a {
    font-size: 14px;
    padding: 8px 8px 8px 8px;
    line-height: 22px;
    margin: 0;
    color: #ffffff;
    border: none;
    font-weight: 400;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.11); */
    text-shadow: none;
    filter: inherit;
}
    ul.menu-top li .sub-menu li a:hover:after, .menu-top .sub-menu li.current-menu-parent > a:after{
    /*    content: '';
        background: #2a55ca;
        position: absolute;
        height: 2px;
        width: 10px;
        left: 5px;
        top: 0;
        bottom: 0;
        margin: auto;*/
    }

/*.menu-top li.current-menu-parent .sub-menu > li.current-menu-item > a:after{
    content: '';
    background: #79A132;
    position: absolute;
    height: 85%;
    width: 7px;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto; 
}*/

ul.menu-top li .sub-menu li a:last-child{
    border-bottom: none;
}

.menu-header {
    position: relative;
    /*    width: 100%;*/
    margin-bottom: 0;
    transition: all ease-in-out .2s;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 25px;
}

.menu-header > ul > li > ul {
    transform: translateY(10px);
    transition: all linear 0.1s;
    top: 100%;
    position: absolute;
    list-style: none;
    z-index: 1;
    margin: 0;
    padding: 0;
    transition: all linear 0.1s;
}

.menu-top .sub-menu > li.current_page_parent ul li a:hover {
    background: #ffffff;
    color: #2a55ca;
}

.menu-top .sub-menu li.current-menu-parent > a {
    background: #ffffff;
    color: #2a55ca; 
}

.menu-top li.current-menu-parent .sub-menu > li.current-menu-item > a:after {

}

header#header.small-header .menu-header > ul > li > ul {
    padding-top: 0;
    /*    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;   
} 

header#header.small-header .menu-top > li > a {

}
.small-header .menu-header > ul > li > ul.sub-menu {
    transform: translateY(10px);
}

/* menu nav end */

.fullwidth {
    position: relative;
    /*    float: left;
        width: 100%;*/
    }

    .section-pd, .common-padding {
        padding: 90px 0;
    }

/*======= 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-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);
}

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 {
    background-color: transparent;
    border: none;
    cursor: pointer;
    background-size: 22px;
    background-repeat: no-repeat; 
    background-position: 0px 0px;
    width: 22px;
    height: 22px;
    position: relative;    
    background-image: url(../img/svgs/search.svg);
    transform: rotate(270deg);
}

.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{
    padding-left: 0;
    padding-right: 0; 
    color: #fff;
}
.search-input-box input:focus{
    outline: none!important;
    box-shadow: none!important
}

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

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

.search-input-box .form-control {
    padding: 15px !important;
    background-color: #fff !important;
    color: #76777a;
    border: none !important;
    padding-right: 25px !important;
}
.search-icon-form .fa-search {
    color: #fff;
    font-size: 0;
}

/**Header Search End**/

div.wpcf7 .wpcf7-form .form-control {
    padding: 10px 20px;
    color: var(--bodytextcolor);  
}

div.wpcf7 .wpcf7-form .wpcf7-text.wpcf7-email.form-control {
    text-transform: none;
}

div.wpcf7 .wpcf7-form .form-control:focus {
    border-bottom: 1px solid #3a98e8;  
}

.wpcf7 .wpcf7-response-output {
    border: 0 none !important;
    font-size: 11px;
    line-height: 1.3;
    position: absolute;
    left: 0;
    bottom: -25px;
    right: 0;
    color: #ca2222;
    font-weight: 400;
    width: 100%;
    background: #fff;
    padding: 3px !important;
    max-width: 450px;
    margin: auto !important;
    text-align: center;
}

.form-control {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: 0;
    box-shadow: none;
    padding: .4rem 0rem;
    font-size: 0.9rem;
    height: 65px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    font-size: 16px;
}

.wpcf7-form-control-wrap {
    display: inline-flex;
    width: 100%;
}

.wpcf7 .wpcf7-not-valid-tip, .wpcf7 label.error{
    color: #fff;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: 1px;
    right: 1px;
    font-size: 9px;
    background-color: #b30000;
    padding: 1px 5px;
    border-radius: 5px 0 0 0;
    line-height: normal;
    text-transform: capitalize;
}
.wpcf7 .wpcf7-not-valid-tip{
    display: none !important;
}
.form-banner-404 .wpcf7 .wpcf7-not-valid-tip{
    padding: 2px 5px;
}

.wpcf7{position: relative;}

div.wpcf7 .ajax-loader {
    margin-left: auto;
    margin-right: auto;
    opacity: 1;
    z-index: 1;
    display: block;
}

.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #00772c;
}

textarea {
    resize: none;
    height: 7rem !important;
}

[type=submit], [type=submit]:focus {
    cursor: pointer;
    box-shadow: none; 
} 


.title span {
    color: #12699c;
    display: inline-block;
}

.center-line .title:after {
    right: 0;
}

div#html5-close {
    background-image: url(../img/lightbox-close.png);
    background-size: auto;
    width: 31px;
    height: 34px;
    background-repeat: no-repeat;
}

div#html5-close img {
    display: none;
}
.list-style ul li {
    position: relative;
    padding-left: 17px;
    margin-bottom: 8px;
}
.list-style1 ul li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 12px;
}

.list-style ul {
    position: relative;
    margin-bottom: 15px;
    margin-left: 0;
}
.list-style ul li:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    top: 14px;
    left: 0;
    background-color: var(--bodytextcolor);
    border-radius: 50%;
}
.list-style1 ul li:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    top: 14px;
    left: 0;
    background-color: var(--color2);
    background-image: url(../img/tick.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.list-style1 ul li strong {
    font-family: var(--title--font);
    font-size: 20px;
    color: var(--titletextcolor);
}
/** Mobile Search Bar ***/
.close-btn {
    position: absolute;
    right: 22px;
    top: 5px;
    width: 22px;
    height: 22px;
    opacity: 1;
    z-index: 2;
}

.close-btn:hover {
    opacity: 1;
    cursor: pointer;
}

.close-btn:before, .close-btn:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 25px;
    width: 1px;
    background-color: #000;
}

.close-btn:hover:before, .close-btn:hover:after {
    opacity: 1;
    background-color: #000;
}

.close-btn:before {
    transform: rotate(45deg);
}
.close-btn:after {
    transform: rotate(-45deg);
}
body.mobile-search-active {
    /*    position: fixed;
        overflow-y: scroll;
        left: 0;
        right: 0;*/
    }
    .mobile-search-bar-box{
        display: none
    }

    .mobile-search-bar-box {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 0%;
        z-index: 10000;
        background-color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 1s;
        border-radius: 0px;
    }
    .mobile-search-bar-box form {

    }
    .mobile-search-active .menu-top>li>a:before {
        background: transparent;
    }
    .mobile-search-active .mobile-search-bar-box form {
  opacity: 1;transition: 1s;
    }
    .mobile-search-active .mobile-search-bar-box {
        z-index: 999999;
        height: 100%;
    }

    .mobile-search-bar-box form{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        opacity: 0;
        transition: 1s;
    }

    .mobile-search-bar-box .search-icon-form img{
        width: 28px;
        max-width: 54px;
    }


    .search-input-box .form-control:focus {
    /*    border-bottom: 1px solid #3a98e8;
        height: 2.5rem;*/
    }

    .mobile-search-bar-box .search-input-box {
        position: relative;
    }

    .req-error {
        margin: 0;
        color: #fff;
        font-weight: normal;
        display: block;
        position: absolute;
        bottom: 0px;
        right: 60px;
        font-size: 10px;
        background-color: #cd0b02;
        padding: 2px 5px;
        border-radius: 5px 0 0 0;
        line-height: 11px;
    }
    .search-wrap {
        cursor: pointer;
        align-items: center;
    }
    .mobile-search-bar {
        display: flex;
        align-items: center;
    }
    .mobile-search-bar svg {
        width: 20px;
    }
    fill {
        width: 100%;
        height: 100%;
    }

    .mobile-search-bar svg path {

    }

    .small-header .mobile-search-bar{

    }

    .mobile-search-bar img {
        cursor: pointer;
        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;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .mobile-search-bar-box [type='submit'], .mobile-search-bar-box [type='submit']:focus{
        background-color: transparent
    }

    .mobile-search-bar-box .search-input-box {
        width: 80%;
        position: relative;
        margin: auto;
        border-bottom: 1px solid #ccc;
    }

/* mobile menu end */


/**********Search page*********/
#searchPage h2.page-title {
    font-weight: 300;
    margin-bottom: 25px;
    position: relative;
}
#searchPage h2.page-title span {
    color: #6c763a;
    font-style: italic;
    word-break: break-word;
}
.search_result  .blog-listing-row > div {
    width: 100%;
    box-shadow: 0px 0px 10px rgba(204, 204, 204, 0.7);
    margin-bottom: 30px;
    padding: 15px 25px;
}

.search_result .blog-listing-row > div .blog-title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 5px;
}
/******************************/
/**************** Site Schema Styling ****************/
.site-schema .review-schema-wrapper{
  margin-top: 50px;
}
.clientreviews {
    background: #f6f6f6;
    border: 1px solid #2853c7;
    box-shadow: 0 0 20px #f2f2f2;
    padding: 20px;
}
.clientreviews .heading {
    font-size: 2em;
    margin-bottom: 15px;
    position: relative;
    line-height: normal;
    color: #212529;
}
.review-schema-wrapper {
    padding-top: 0px;
    margin-bottom: 30px;
}
.clientreviews p strong {
    color: #212529;
} 
.clientreviews div strong {
    color: #212529;
} 
.clientreviews .heading span {
    color: #212529; 
}
.clientreviews.video-schema .heading:after {
    bottom: 6px;
}
.middle-heading.video-schema {
    margin-bottom: 50px;
}

.middle-heading.video-schema iframe {
    border: 1px solid #f1f1f1;
}
.clientreviews p {
    padding-bottom: 0;
}
/**************** Site Schema Styling End ****************/ 

/********** Blog Page ***********/
.blog-page .blog-listing-row .blog-loop {
    display: inline-block;
    width: 50%;
    padding: 0px 12px;
    margin-bottom: 30px;
}
.blog-page .blog-listing-row .blog-loop a.blog-img-link {
    display: inline-block;
    height: 310px;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
}
.blog-page .blog-listing-row .blog-loop a.blog-img-link img {
    width: 100%;
    height: 100%;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.blog-page .blog-listing-row .blog-loop a.blog-img-link img.no-feature {
    background-size: 200px;
    background-color: var(--light);
    background-position: center;
}
.blog-page .blog-listing-row .blog-loop .blog-content-wrap {
    background: #fff;
}
.blog-page .blog-listing-row .blog-loop .blog-content-wrap:hover {

}
.blog-page .blog-listing-row .blog-loop .blog-content-wrap .bottom-wrap a.blog-content {
    display: block;
    line-height: 1.5;
}
.blog-page .blog-listing-row .blog-loop a.blog-title {
    font-size: 29px;
    font-weight: 600;
    line-height: 1.5;
}
.blog-btn {
    color: #b77143;
    font-weight: 500;
    position: relative;
}
.blog-btn:after {
    content: '';
    width: 25px;
    height: 2px;
    background: #be7143;
    position: absolute;
    right: -30px;
    margin: auto;
    top: 0;
    bottom: 0;
}
/**************Blog Page Single*****************/
.blog-single h1 {
    font-size: 30px;
}
.sidebar-contact .h4 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}
.sidebar-contact .form-group {
    margin-bottom: 15px;
}
.blog-single-row .blog-img-link img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.blog-single-row .blog-img-link {
    width: 100%;
    height: 450px;
    margin-bottom: 25px;
    border-radius: 6px ;
    overflow: hidden;
}
.sidebar-listing-wrap .title {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 10px;
    display: block;
}
/*******************************/

/************Sidebar Css*****************/
.sidebar-contact .form-group-wrap {
    margin-bottom: 3rem;
}
.sidebar-listing {
    padding: 24px;
    background: var(--light);
    border-radius: 6px;
    overflow: hidden;
}
.sidebar-listing span {
}
.aside-sidebar > div+div{
    margin-top: 2.25rem;
}

.sidebar-listing span {
    color: #000;
    font-size: 25px;
}
.blog-search-field {
    padding: 10px 15px;
    width: 100%;
    border: 1px solid #efefef;
    height: 54px;
    background: var(--light);
    border-radius: 2px;
    padding-right: 60px;
}
.sidebar-search .input-group-btn {
    display: block;
    position: relative;
}
.blog-searchform [type=submit] {
    display: inline-block;
    border: none;
    width: 3.5rem;
    cursor: pointer;
    background: url(../img/search-icon.svg) no-repeat;
    background-position: 50% 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: 22px;
    border-radius: 10px;
}
.sidebar-contact {
    padding: 3rem 1.5rem;
    background-size: cover;
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: top;
    background-color: var(--color2);
    position: relative;
}
.sidebar-contact:after {
    content: "";
    position: absolute;
    width: 100%;
    top: 0px;
    height: 100%;
    left: 0px;
    background: #000;
    opacity: 0.2;
}
.sidebar-contact * {
    position: relative;
    z-index: 9;
}
.bg-white {
    background-color: #f8f8f8 !important;
    display: inline-block;
    width: 100%;
}
.btn-white {
    background: #fff;
}
.sidebar-contact .form-control{

}
.sidebar-contact .h4 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}

.sidebar-contact .contact-btn-div {
    text-align: center;
    margin: auto;
}
.sidebar-contact .btn-sidebar {
    width: 100%;
}
.sidebar-contact .btn-sidebar {
    width: 100%;
    border: none;
    padding: 10px 0px;
    background: #fff;
    font-weight: 600;
}
.spacer-lr {
    padding: 1rem 2rem;
}
.widgettitle {
    font-weight: 600;
}
.sidebar-listing ul li {
    position: relative;
    margin-bottom: 15px;
}
.sidebar-listing .h4{

}
.sidebar-listing ul {
}
.sidebar-listing ul li a {
    color: #51482F;
    height: 100%;
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 12px;
    font-weight: 400;
    border: 1px solid #EAE8DA;
    font-size: 18px;
    line-height: 100%;
    padding-right: 30px;
}

.sidebar-listing ul li:hover, .sidebar-listing ul.no-dots li.current-cat, .sidebar-listing ul.no-dots li.activeChild {
    background: var(--color1);
    border-radius: 0px;
}

.sidebar-listing ul li:hover a, .sidebar-listing ul.no-dots li.current-cat a, .sidebar-listing ul.no-dots li.activeChild a {
    color: #fff;
}

.sidebar-listing ul li a:after, 
.sidebar-listing ul li.current-cat a:after, 
.sidebar-listing ul li.activeChild a:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 12px;
    height: 12px;
    top: 0px;
    bottom: 0;
    right: 15px;
    margin: auto;
    background-image: url(../img/arrow.svg);
}
.sidebar-listing ul li:hover a:after, 
.sidebar-listing ul li.current-cat:hover a:after, 
.sidebar-listing ul li.activeChild:hover a:after, 
.sidebar-listing ul li.activeChild a:after, 
.sidebar-listing ul.no-dots li.current-cat a:after{
    filter: brightness(0) invert(1);
}
.sidebar-contact .wpcf7-response-output {
    font-size: 10px;
}

.msg-side-form {
    margin: 0;
    color: #fff;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: 0px;
    right: 60px;
    font-size: 10px;
    background-color: #cd0b02;
    padding: 2px 5px;
    border-radius: 5px 0 0 0;
    line-height: 11px;
}
/******************************/
/**********************/
.contact-btn-div {
    width: 170px;
    position: relative;
}

span.ajax-loader{
    position: absolute;
    bottom: -20px;
    margin: auto !important;
    left: 0;
    right: 0;
    visibility: hidden;
}
.btn-wrap {
    position: relative;
    display: inline-block;
}
div.wpcf7 .ajax-loader.is-active {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    transform: translateX(0);
    background-image: url(../img/loader-w.svg);
    background-color: #000000;
    height: 100%;
    width: 100%;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
}
div.wpcf7 .ajax-loader.is-active {
    visibility: visible;
}
.uc{text-transform: uppercase;}

.our-defence-owl .owl-nav > div.disabled {
    opacity: 0.5;
}
.owl-dots {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}
.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 3px;
    background-color: #ccc;
}
.owl-dot.active {
    background-color: #a17051;
}
.owl-dot span {
    width: 100%;
    height: 100%;
}
.owl-portfolio .owl-nav .owl-prev span {
    background-image: url(../img/arrow.svg);
}
.owl-nav > div.disabled span {
    opacity: 0.5;
    cursor: default; 
}
/* code add in css */
img[src*=".svg"] {width: 100%;}
svg path { 
    transition : fill 200ms ease-out;
    -webkit-transition :fill 200ms ease-out;
    -moz-transition : fill 200ms ease-out;
    -o-transition :  fill opacity 200ms ease-out;

}
/**********Static Page CSs***********/
.aside-sidebar .sidebar-listing{
    position: relative;
}

.static-page .aside-sidebar .sidebar-listing{
    margin-top: 75px;
}

.aside-sidebar .widgettitle {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px;
}
/**********COntact Page CSs***********/
.wpcf7 form.sent .wpcf7-response-output {
    background: #fff;
    color: green;
    border: 1px solid green !important;
}
/******Header Fix******/
#header {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    background: #ffffff;
    padding: 16px 0px;
}
.no-banner-header{
    padding-top: 99px
}
.no-banner-header #header{

}
header#header.small-header {
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 20%);
}
#header.small-header .logo-wrapper {

}
.navigation-wrap {
    display: flex;
}
.navigation-wrap .search-wrap svg path {

}
.navigation-wrap .search-wrap svg, .navigation-wrap .search-wrap img {
    width: 20px;
    height: 20px;
}
/**********************************************/
/************Home Banner***********/
.home-page-banner .btn:hover {
    color: #fff;
}
.home-page-banner {
    width: 100%;
    background-color: var(--light);
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    text-align: center;
    position: relative;
    background-position: center;
    background-size: cover;
    justify-content: center;
}
.home-banner-wrap {
    width: 100%;
    position: relative;
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-flow: column;
    color: #fff;
    max-width: 752px;
    padding-bottom: 110px;
    min-height: 721px;
}
.home-banner-wrap .heading {
    font-size: 60px;
    line-height: 1.2;
    font-weight: 800;
    color: #ffffff;
    text-transform: capitalize;
}
.header-phn-wrap {
    text-align: right;
}

.header-phn-wrap > a {
    color: #fff;
    display: inline-block;
    background-image: url(../img/phone.png);
    background-repeat: no-repeat;
    background-size: 25px;
    padding-left: 35px;
    background-position: center left;
    margin-bottom: 3px;
}
/**********************************/
/************Inner Banner***********/
.inner-banner {
    min-height: 307px;
    display: flex;
    align-items: center;
    color: #fff;
    background-size: cover;
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-color: var(--light);
    padding: 60px 0px;
}

.inner-banner .banner-title {
    font-size: 55px;
    font-weight: 800;
    position: relative;
    text-align: center;
    letter-spacing: 0px;
    margin-bottom: 0px;
}

/*********Logo*********/
.header-left-logo {
    width: 270px;
    transition: 0.5s ease all;
}
/********Footer*********/
.footer-bg {
    background-color: #333333;
    color: #AAAAAA;
    padding-top: 60px;
}
.footer-col-2 ul {
    column-count: 2;
}
.footer_description {
    font-size: 14px;
}
footer a{
    color: #fff;
}
footer .title {
    font-size: 20px;
    color: #fff;
    line-height: 1.5;
    font-weight: 100;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
footer .title:after {
    content: "";
    background-image: url(../img/lines.svg);
    width: 51px;
    height: 12px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: .5s;
}
.footer-col:hover .title::after{
    filter: brightness(0) invert(1);
}
.nap-wrapper .nap-address-info {
    background-image: url(../img/weui_location-filled.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0px 2px;
    padding-left: 30px;
    line-height: normal;
    margin-bottom: 10px;
}
.nap-wrapper .phoneno{
    background-image: url(../img/callicon.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left center;
    padding-left: 30px;
    margin-bottom: 10px;
}
.nap-wrapper a.nap-email {
    background-image: url(../img/mail_icon.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left center;
    padding-left: 30px;
    margin-bottom: 10px;
}
.nap-wrapper .opening_hours {
    background-image: url(../img/icons_clock.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position:left center;
    padding-left: 30px;
    margin-bottom: 10px;
}
a.direction-link {
    border-bottom: 1px solid #AAAAAA;
}
.nap-wrapper a {
    font-size: 14px;
    color: #AAAAAA;
}
.nap-wrapper {
    font-size: 14px;
    color: #AAAAAA;
}
.footer-bg .nap-footer a.phoneno, .footer-bg .nap-footer .nap-email {
    display: block;
}
.copyright-bg {
    border-top: 1px solid rgba(204, 204, 204, 0.25);
    margin-top: 20px;
}
.copyright-bg span {
    padding: 0px 5px;
}
.copyright {
    font-size: 12px;
    padding: 10px 0;

}
.menu-disclaimer-container {
    display: inline-block;
}

.menu-disclaimer-container ul {
    display: flex;
}

.menu-disclaimer-container ul li a {
    padding: 0px 10px;
    margin: 0;
    border-right: 1px solid #fff;
    line-height: 15px;
    color: #fff;
}

.menu-disclaimer-container ul li:last-child a {
    border-right: none;
}
footer .current-menu-item a {
    color: var(--color1);
}
a:hover{
    color: var(--color1)
}
/****** COMMON for Theme **********/
.btn-richgold{
    background-color: var(--color1);  
}
.btn-blue{
    background-color: #081b33;
}
/******************************All Common Css Above*********************************************/
/************banner***********/
.header_phn_wrap a {
    color: var(--color2);
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
}
.header_phn_wrap {
    justify-content: flex-end;
}
.case_evaluation img,
.case_evaluation svg
{
    width: 23px;
    height: 23px;
    margin-right: 10px;
}
.case_evaluation {
    color: var(--color1);
    font-size: 20px;
    font-weight: 600;
    text-decoration: underline;
    display: flex;
    align-items: center;
}
.header_contact {

}
.menu-footer li a {
    padding: 3px 0px;
    display: inline-block;
    color: #AAAAAA;
    font-size: 14px;
    position: relative;
    padding-left: 25px;
    transition: .3s;
}
.menu-footer li a:before {
    content: "";
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    border-right: 1px solid #c89a69;
    border-top: 1px solid #c89a69;
    position: absolute;
    left: 0px;
    top: 12px;
    transition: .3s;
}
.menu-footer li a:hover {
    color: #ffffff;
}
.menu-footer li a:hover::before{
border-color: #ffffff;
}
.nap-wrapper a:hover{
    filter: brightness(0) invert(1);
}
.newsletter {
    background: #403f3f;
}
.social_share li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #222222;
    color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.social_share li a svg,
.social_share li a img
{
    width: 16px;
    height: 16px;
}
.newsletter .text {
 font-size: 20px;
 font-weight: 400;
}
.social_share {
    gap: 10px 15px;
}
.social_share li a:hover {
    background-color: var(--color1);
}
.newsletter input[type="text"], .newsletter input[type="email"] {
    width: 230px ;
    height: 55px ;
    padding: 0 15px ;
    line-height: 48px ;
    text-align: center;
    border: none ;
    margin: 0;
    display: inline-block ;
    vertical-align: middle;
    background-color: #ffffff;
    border-radius: 0px;
}
.newsletter_wrap {
    display: flex;
    align-items: center;
}
.wpcf7-spinner {
    position: absolute;
}
.submit_btn_wrap .btn {
    padding: 25px 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 55px;
    border-radius: 0px;
    min-width: auto;
}
.light {
    background-color: var(--light);
}
.hero_outer {
    padding-top: 60px;
    padding-bottom: 30px;
}
.ratingbox {
    background-image: url(../img/rating-bg.webp);
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    background-size: cover;
    background-repeat: no-repeat;
    width: 222px;
    padding: 10px 15px;
    font-weight: normal;
}
.ratingbox:after {
    content: "";
    background: rgba(200, 154, 105, 0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.ratingbox * {
    position: relative;
    z-index: 9;
    margin: 0px;
    font-size: 13px;
}
.ratingbox h4,
.ratingbox .h4 {
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 0px;
    color: #fff;
}
.text-wrap-balance{
    text-wrap: balance;
}
.budge_logo {
    background: var(--color2);
    border: 2px solid #fff;
    border-radius: 17px;
    padding: 15px 10px;
    color: #fff;
    text-align: center;
    width: 170px;
    position: absolute;
    right: 70px;
    bottom: 25px;
    font-size: 9px;
    font-weight: 800;
    line-height: 13px;
}
.border_image:after {
    content: "";
    background-image: url(../img/image_border.svg);
    background-repeat: no-repeat;
    position: absolute;
    width: 27px;
    height: calc(100% - 30px);
    background-position: center;
    right: 0px;
    top: 15px;
    background-size: contain;
}
.border_image {
    padding-right: 45px;
}
.grey{
    background-color: var(--grey);
}
.home-about:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: #ffffff;
}
.title_border {
    border-left: 4px solid var(--color2);
    padding-left: 11px;
}
.theme-bg{
    background-color: var(--color2);
}
.title_bottom_border:after {
    content: "";
    background-image: url(../img/center_lines.svg);
    width: 51px;
    height: 8px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transition: .5s;
    transform: translateX(-50%);
    background-repeat: no-repeat;
}
.title_bottom_border {
    padding-bottom: 10px;
}
.icon-box svg,
.icon-box img
{
    width: 80px;
    height: 80px;
}
.item_box {
    background-image: url(../img/item_box_bg.webp);
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 20px;
    min-height: 230px;
}
.item_box:after {
    background: rgba(255, 255, 255, 0.7);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}
.item-content {
    position: relative;
    z-index: 9;
}
.item-content-title {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.3;
    text-transform: capitalize;
}
.border_radius_4{
 border-radius: 4px;
 overflow: hidden;
}
.hover-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgba(200, 154, 105, 0.7);
    z-index: 9;
    color: #ffffff;
    text-align: left;
    padding: 20px;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    transition: .5s;
    opacity: 0;
    line-height: 1.7;
}
.item_box_hover:hover .hover-content{
    opacity: 1;
}
.icon-box1 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    opacity: 0;
    transition: .5s;
}
.item_box_hover:hover .icon-box1 {
    opacity: 0.15;
}
.icon-box1 svg path {
    fill: #ffffff;
}
.icon-box1 svg,
.icon-box1 img
{
    width: 140px;
    height: 140px;
}
.item-content{
    transition: .5s;
}
.item_box_hover:hover .item-content {
    filter: brightness(0) invert(1);
}
.hover-content ul li {
    padding-left: 20px;
    position: relative;
    line-height: 1.4;
    margin: 5px 0px;
}
.hover-content ul li:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 3px;
    left: 0px;
    background: #fff;
    top: 13px;
}
.grey_bg{
    background-color: rgba(222, 221, 215, 0.5);
}
.team_box{
    transition: .5s;
}
.team_meta {
    position: absolute;
    bottom: 0px;
    background: rgba(135, 147, 73, 0.95);
    padding: 15px 20px;
    line-height: 100%;
    border-radius: 0px 35px 0px 0px;
    font-size: 14px;
    transition: .5s;
}
.team_box:hover .team_meta {
    opacity: 0;
}
.team_content {
    position: absolute;
    bottom: 0px;
    text-align: center;
    padding: 30px 15px;
    line-height: 1.5;
    font-size: 14px;
    opacity: 0; 
    background: linear-gradient(0deg, #000 40%, rgba(0, 0, 0, 0) 100%);
    transition: .5s;
}
.team_box:hover .team_content {
    opacity: 1;
}
.btn2 {
    font-size: 16px;
    font-weight: 600;
    color: var(--color1);
    text-decoration: underline;
    padding-right: 22px;
    position: relative;
    display: inline-block;
    line-height: 100%;
}
.btn2:after {
    content: "";
    background-image: url(../img/btnarrow.svg);
    background-repeat: no-repeat;
    background-position: center right;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 0px;
    background-size: 12px;
    top: 2px;
    line-height: 100%;
    transition: .5s;
}
.btn2:hover::after {
    transform: rotate(45deg);
}
.attorney-image img {
    height: 400px;
    object-fit: cover;
    object-position: top;
    background-size: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    width: 100%;
}
.post_loop_box .blog-thumb {
    height: 439px;
    object-fit: cover;
    border-radius: 6px;
}
.post_loop_box .h4 {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
}
.blog_contents {
    margin-top: 30px;
}
.patterenbg {
    background-image: url(../img/patterenbg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.star-icon {
    background-image: url(../img/star-white.svg);
    width: 22px;
    height: 22px;
    position: relative;
    display: flex;
    background-color: var(--color2);
    background-size: 15px;
    background-position: center;
    background-repeat: no-repeat;
}
.review-rating {
    display: flex;
    gap: 0px 5px;
}
.testimonials-loop-wrap {
    background: var(--grey);
    padding: 32px 24px;
    margin: 0px 15px;
    min-height: 292px;
    transition: .5s;
}
.testimonials-loop-wrap:hover {
    background: var(--color2);
    color: #fff;
}
.testimonials-loop-wrap:hover .testimonials-title {
    color: #fff;
}
.testimonials-loop-wrap:hover .star-icon {
    background-image: url(../img/star.svg);
    background-color: #ffffff;
}
.testimonials-content {
    font-size: 14px;
}
.testimonials-loop {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 0px;
}
.slick-arrow {
    border: 1px solid var(--color1);
    border-radius: 4px;
    width: 38px;
    height: 38px;
    background-color: transparent;
    background-image: url(../img/slider_arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px;
    transition: .5s;
}
.slick-arrow:hover {
    background-color: var(--color1);
    background-image: url(../img/slider_arrow_white.svg);
}
.slick-prev{
    transform: rotate(180deg);
}
.custom-arrows-wrapper {
    display: flex;
    justify-content: flex-end;
    gap: 0px 15px;
}
.testimonials-slider {
    margin: 0px -15px;
}
.submit_inputbtn {
    background: none;
    color: #fff;
    border: none;
    padding: 25px 25px;
    padding-right: 45px;
}
.img-shape {
    padding-left: 41px;
}
.img-shape:after {
    content: "";
    position: absolute;
    background: var(--color2);
    width: 80px;
    height: 193px;
    left: 0px;
    bottom: 100px;
    z-index: -1;
}
.sec-shape:{
    overflow: hidden;
}
.sec-shape:before {
    position: absolute;
    content: "";
    background: var(--color1);
    width: 100%;
    height: 361px;
    top: 0px;
    right: 72%;
}
.row-loop:nth-child(even) {
    flex-direction: row-reverse;
}
.highlight-title {
    position: absolute;
    bottom: 50px;
    color: #fff;
    font-size: 60px;
    font-weight: 800;
    max-width: 710px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0px;
}
.success_numbers {
    display: flex;
}
.success_numbers {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    gap: 10px 27px;
    line-height: 1.5;
    padding-right: 50px;
}
.success_numbers_box .titles {
    font-size: 44px;
    font-weight: 800;
    color: var(--titletextcolor);
    line-height: 100%;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.strong_defense_clear_guidance_real:before {
    content: "";
    background-image: url(../img/bg-img.webp);
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 75%;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}
.success_content {
    padding: 30px;
    background: #fff;
    position: relative;
}
.success_content:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 100%;
    top: 0px;
    background: #ffffff;
}
.mobile_banner_image{
    margin-bottom: 45px;
}
.banner_none {
    padding-top: 134px;
}
/**********Pegination css***************/
.pagination .nav-links{
    width:100%;
    display:flex;
    position:relative;
    font-weight:700;
    justify-content:center;
}
.pagination .nav-links span.current {
    color: #fff;
    background: var(--color2);
    border-color: var(--color2);
}
.pagination .nav-links span, 
.pagination .nav-links a {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    color: #272727;
    margin: 0 5px;
    position: relative;
    font-weight: 500;
    min-width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: 0 0;
    border-radius: 2px;
    display: block;
    line-height: 40px;
    border: 1px solid rgba(135, 147, 73, 0.2);
}
.pagination .nav-links .next:before{
    content:'';
    width:9px;
    height:9px;
    border-top:2px solid #fff;
    border-right:2px solid #fff;
    transform:rotate(45deg);
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    display:none
}
.pagination .nav-links .prev:before{
    content:'';
    width:9px;
    height:9px;
    border-bottom:2px solid #fff;
    border-left:2px solid #fff;
    transform:rotate(45deg);
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;
    display:none
}
.pagination .nav-links a.prev{
    font-size:8px
}
.pagination .nav-links span:hover,
.pagination .nav-links a:hover{
    color:#fff;
    background: var(--color2);
    border-color: var(--color2);
}
.pagination .nav-links a.next, 
.pagination .nav-links a.prev {
    background-color: var(--light);
    font-size: 13px;
    color: #fff;
    border-color: var(--light);
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0px;
    background-image: url(../img/arrow.svg);
}
.pagination .nav-links a.next:hover,
.pagination .nav-links a.prev:hover {
    background-color: var(--color2);
    background-image: url(../img/arrow-white.svg);
}
.pagination .nav-links a.prev {
    transform: rotate(180deg);
}
/**********Pegination css end***************/
.testimonials-loop-wrap * {
    transition: .5s;
}
.testimonials_page_loop {
    position: relative;
}
.testimonials_page_loop:after {
    content: "";
    background: var(--color1);
    height: 16px;
    position: absolute;
    bottom: -16px;
    left: 0px;
    width: calc(100% - 167px);
    transition: .5s;
    z-index: -1;
}
.testimonials_page_loop:hover::after{
    background: var(--grey);
}
.testimonials_page_loop:hover{
    box-shadow: 0px 4px 30px 0px #262D004D;
}
.bg_image {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
    height: 60%;
    object-fit: cover;
}
.bottom_shape_left:after {
    left: 0px;
    transform: none;
}
.sec-shape-right:before {
    position: absolute;
    content: "";
    background: var(--color1);
    width: 100%;
    height: 361px;
    top: 0px;
    left: 72%;
}
.img-shape-bottom:after {
    content: "";
    position: absolute;
    background: var(--color2);
    width: 270px;
    height: 193px;
    left: 40px;
    bottom: 0px;
    border-radius: 4px;
}
.img-shape-bottom {
    padding-bottom: 41px;
}
.communication_sec * {
    position: relative;
    z-index: 9;
}
.form_sec {
    padding: 60px;
    background-size: cover;
    background-repeat: no-repeat;
}
.nap_icon svg, 
.nap_icon img {
    width: 38px;
    height: 38px;
}
.contact_row {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(200, 154, 105, 0.40);
}
.nap_icon {
    margin-bottom: 5px;
}
.overlay_content {
    background: rgba(119, 130, 67, 1);
    border-radius: 2px;
    padding: 20px;
    font-size: 16px;
}
.form_style2 div.wpcf7 .wpcf7-form .form-control {
    border: 1px solid rgba(224, 222, 205, 1);
    height: 58px;
}
.form_style2 div.wpcf7 .wpcf7-form .form-control:focus{
    border-color:var(--color1);
    box-shadow: none;
}
div.wpcf7 .wpcf7-form .form-control:focus{
    border-color:var(--color1);
    box-shadow: none;
}
.form_style2 .form-group {
    margin-bottom: 15px;
}
.form_style2 {
    background-color: #fff;
    padding: 25px;
}
.aside-sidebar {
    max-width: 400px;
}
.breadcrumb-wrap {
    background-color: rgba(222, 221, 215, 0.5);
}
ul.menu-top>li.menu-item-has-children {
    margin-right: 12px;
}
.input-btn-wrap:after {
    left: 50%;
    margin-left: 31px;
    right: auto;
}
  .community_involvement_list:nth-child(even) {
    flex-direction: row-reverse;
}
.community_involvement_list .content_wrap {
    padding: 40px;
    padding-right: 0px;
}
.community_involvement_list:nth-child(even) .content_wrap {
    padding-left: 0px;
    padding-right: 40px;
}
.community_involvement_list img {
    height: 500px;
    object-fit: cover;
}
.error404 .breadcrumb-wrap {
    display: none;
}
.content_list_with_img .title_border {
    border-left: 4px solid var(--color2);
    padding-left: 12px;
}
.row-loop {
    margin-top: 8px;
    margin-bottom: 8px;
}
.hover_img_style {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 6px;
}
.hover_img_style img {
    transition: .5s;
}
.hover_img_style:hover img {
    transform: scale(1.1);
}
.inner-banner .title_bottom_border:after {    
    width: 76px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: 76px;
    background-position: center;
}
.home-about b, 
.home-about strong {
    font-weight: 600;
    color: #333333;
}
.contentstyle{
    font-size: 16px;
}
.blog-input-group:after {
    background: #D9D3ADCC;
    content: "";
    height: calc(100% - 10px);
    width: 1.5px;
    position: absolute;
    right: 55px;
    top: 5px;
}
.menu-footer li.current_page_item a {
    filter: brightness(0) invert(1);
}

/* author css */
.post-author-and-category {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}
.post-author {
    display: flex;
    align-items: center;
    margin-top: 0;
    margin-right: 15px;
}

.post-author .author-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333;
}
.post-author .author-link img {
    border-radius: 50%;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    object-fit: cover;
    object-position: center;
    box-shadow: 0px 0px 6px #cbcbcb;
}
.post-author .author-name {
    font-weight: bold;
}
.post-author a:hover {
    color: var(--color2);
    text-decoration: underline;
}
.post-and-content-box .blog-post-info .post-author {
    margin-bottom: 10px;
}
.post-and-content-box .blog-post-info .post-author .author-link img {
    height: 30px;
    width: 30px;
}
/* author css */

.team_sec .btn2 {
    font-size: 14px;
}
.newsletter .wpcf7-response-output {
    margin: 0px !important;
    max-width: 370px;
}
.single-post .schedule_free_consultation {
    display: none;
}
.testimonials_page_loop {
    margin-bottom: 16px;
}
.home-family-content-section {
    background-size: cover;
    background-position: center;
    position: relative;
}
.home-family-content-section::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
}
.family-content-box {
    border: 5px solid #fff;
    position: relative;
    padding: 80px 150px;
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(4px);
}
.family-content-box .family-content a{
    color: #fff;
    text-decoration: underline;

}
.family-content-box .family-content a:hover{
    color: var(--color1);
    text-decoration: none;

}
.family-content-box::after,
.family-content-box::before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: -18px;
    border: 3px solid #C89A69;
    background: #fff;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}
.family-content-box::after{
    left: initial;
    right:  -18px;
}
.attorney-help-image {
    position: relative;
}
.lawyer-guide {
    background: #f5f6fa;
    overflow-x: hidden;
}
.guide-thumbnail {
    position: relative;
    border-radius: 6px;
    display: inline-block;
    z-index: 9;
}
.guide-image::before {
    content: "";
    position: absolute;
    width: 50%;
    left: 0;
    top: 0;
    height: 40%;
    background: #879349;
    border-radius: 18px;
}
.guide-image::after {
    content: "";
    position: absolute;
    width: 50%;
    right: 0;
    height: 75%;
    background: #EFC89E33;
    bottom: 0;
}
.guide-image {
    text-align: right;
    position: relative;
    padding-left: 150px;
    padding-right: 100px;
    max-width: calc(100% - 40px);
}
.main-title {
    font-size: 45px;
    line-height: 50px;
    letter-spacing: 2px;
}
.main-title-border-left{
    position: relative;
}
.lawyer-guide .main-title {
        margin-bottom: 40px;
    display: inline-block;
    background: #f5f6fa;
    padding-right: 20px;
}
.main-title-border-left::before {
    width: 4px;
    content: "";
    height: 80%;
    position: absolute;
    background: #879349;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
}
.guide-heading-box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 78%;
    border: 1px solid #000;
    border-radius: 0 30px 30px 0;
    top: 18px;
    border-left: 0;
}
.guide-heading-box .heading {
    display: inline;
    background: #f5f6fa;
    padding-right: 10px;
}
.guide-heading-box {
    position: relative;
}
.lawyer-guide .heading {
    font-size: 26px;
}
.help-listing-content {
    font-size: 14px;
    line-height: 18px;
}
.help-listing {
    padding-top: 15px;
    padding-bottom: 15px;
}
.help-listing-title {
    font-family: var(--title--font);
    color: #000;
    font-weight: 700;
    position: relative;
    padding-left: 23px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
}
.help-listing-icon {
    position: absolute;
    left: 0;
    top: 2px;
    width: 20px;
    height: 20px;
}
.help-listing-icon svg {
    display: block;
}
.attorney-help-line {
    text-align: right;
    margin-top: -87px;
    margin-right: -40px;
}
.family-content h1,
.family-content h2,
.family-content h3,
.family-content h4,
.family-content h5,
.family-content h6 {
    color: #fff;
}
.cases-handle-section {
    background-size: cover;
    background-position: center;
    position: relative;
}
.cases-handle-section::before, .cases-handle-section::after {
    content: "";
    width: 100%;
    height: 100%;
    background:  rgba(135,147,73,0.6);
    position: absolute;
    left: 0;
    top: 0;
}
.cases-handle-section:after {
    background: rgba(0,0,0,.6);
}

.cases-handle-section .container{
position: relative;
z-index: 9;
}
.cases-handle-line {
    width: 66.66%;
    height: 50px;
    border: 1px solid #fff;
    margin: -50px auto 0;
    border-bottom: 0;
    border-radius: 30px 30px 0 0;
    position: relative;
}
.cases-handle-line:before, .cases-handle-line:after {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url('/wp-content/uploads/2025/11/Vector-angle.png');
    position: absolute;
    left: -5px;
    bottom: -5px;
    background-repeat: no-repeat;
    background-position: center bottom;
}
 .cases-handle-line:after{
    left: initial;
    right: -5px;
 }
.cases-handle-vertical {
    position: relative;
    width: 1px;
    margin: auto;
    height: 170px;
    border: 1px solid #fff;
}
 .cases-handle-vertical:before{
    content: "";
    width: 10px;
    height: 10px;
    background-image: url('/wp-content/uploads/2025/11/Vector-angle.png');
    position: absolute;
    left: -5px;
    bottom: -5px;
    background-repeat: no-repeat;
    background-position: center bottom;
 }
 .cases-handle-line-wraper {
    margin: 30px 0;
}
.cases-handle-vertical::after {
    content: "";
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    bottom: 40px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #c89a69;
    z-index: 9;
    border-radius: 50%;
}
.cases-handle-content {
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    line-height: 20px;
}
.cases-handle-content{
    color: rgba(255,255,255,0.8);
    font-size: 16px;
    line-height: 35px;
}
.cases-handle-title {
    font-family: var(--title--font);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}
.cases-handle-logo {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 200px;
}
.attorney-help-image::before {
    content: "";
    background: #EFC89E33;
    width: 1000px;
    height: 75%;
    position: absolute;
    right: -980px;
    bottom: 20px;
}
.home-faqs-section {
    background-image: url(../img/faqs-pattern.webp);
    background-size: cover;
    background-position: center;
}
.faqs-box {
    background: #fff;
    padding: 50px 70px;
    position: relative;
}
.question-contact-box {
    padding: 30px;
    background: rgb(222 221 215 / 70%);
    border-radius: 8px;
    margin-top: 30px;
}
.faqs-content-wraper-left {
    padding-right: 120px;
    position: relative;
}
.faqs-content-wraper-left:before {
    content: "";
    position: absolute;
    background-image: url(../img/arrow-line.png);
    width: 40%;
    height: 100%;
    background-repeat: no-repeat;
    right: 20px;
    background-position: center right;
    background-size: contain;
}
.home-faqs-list {
    background: #F5F5F5;
    margin-bottom: 30px;
}
.home-faqs-title {
    font-size: 18px;
    color: #000;
    padding: 20px 100px 20px 20px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}
.home-faqs-body {
    padding: 0px  20px 40px;
}
.home-faqs-title:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background-image: url(../img/faqs-arrows-down.png);
    background-size: 10px;
    background-position: center;
    top: 22px;
    right: 20px;
    background-repeat: no-repeat;
    background-color: #fff;
    transition: none;
}
.home-faqs-title[aria-expanded="true"]::before {
    transform: rotate(180deg);
}
.accordion-flush .accordion-item.border_style {
    position: relative;
    border-radius: 0px;
    padding: 0px;
    border: 1px solid var(--color1);
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}
.accordion-button {
    font-size: 24px;
    font-weight: 500;
    gap: 0px 10px;
    color: var(--titletextcolor);
}
.accordion-button:not(.collapsed) {
    color: var(--color1);
    box-shadow: none;
}
    .accordion-button::after {
    transition: all 0.5s;
    background: var(--color1);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #fff;
    content: "+";
    text-align: center;
    line-height: 48px;
    background-image: none;
}
.accordion-button:focus{
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
    content: "-";
    background-image: none;
}
.bg_img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0px;
    left: 0px;
}
.loc_heading {
    font-size: 58px;
}
.serving_washington_carroll_county:after {
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0,0,0,.2);
}
.serving_washington_carroll_county .container {
    position: relative;
    z-index: 9;
}
.serving_washington_carroll_county {
    background: #5d5d5d;
}
.ratingbox a {
    color: #fff;
}
.post-author a {
    display: flex;
    align-items: center;
    gap: 0 10px;
}
.post-meta img {
    width: 45px;
    height: 45px;
    object-fit: cover;
    background-color: #c1c1c1;
    border-radius: 50%;
}
.author-name {
    color: #3a4e60;
}

.form_sec .overlay_content a {
    color: #fff;
}