/************************************************************************/
/******** Font family used across the website as per checklist *********/
/************************************************************************/
:root {
    --primary:#AD7F66;
    --secondary:#F6ECDC;
    --lightblue:#7E93A4;
    --maroon:#69191B;
    --dark: #1B2227;
    --font1:"Outfit", sans-serif;
    --title-font:"freight-big-pro", serif;
}
body,html{
    height: 100%
}
body {
    width: 100%;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300;
    overflow-x: hidden;
    position: relative;
    color: var(--dark);
    font-family: var(--font1);
    font-feature-settings: "lnum" 1, "tnum" 1;
    font-variant-numeric: lining-nums tabular-nums;
}
/*** 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 {

}
p{
    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 {
    display: inline-block;
    padding: 22px 37px;
    width: auto;
    min-width: 170px;
    font-size: 18px;
    line-height: 100%;
    font-weight: 500;
    position: relative;
    background-color: var(--primary);
    cursor: pointer;
    border-radius: 90px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    text-transform: uppercase;
    color: #fff;
    transition: .5s;
}
.btn-maroon{
    background-color: var(--maroon);
}
.small-btn {
    font-size: 15px;
    padding: 10px 32px;
}
.border-btn {
    border: 1px solid var(--primary);
    color: var(--primary);
    font-size: 15px;
    font-weight: 500;
    padding: 9px 32px;
    line-height: 100%;
    border-radius: 90px;
    text-align: center;
    transition: .5s;
}
.border-btn:hover {
    background-color: var(--primary);
    color: #fff;
    transition: .5s;
}
.btn:hover {
    background-color: var(--lightblue);
    color: #ffffff;
    transition: .5s;
}
.btn-lr-pd{
    padding-left: 50px;
    padding-right: 50px;
}
.elm-button{
    line-height: 24px !important;
    height: 56px;
    padding: 15px 55px;
    background: var(--primary);
    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: 700;
}

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;
    line-height: 1.25;
    font-weight: 700;
    font-family: var(--title-font);
}

.heading{
    color: #00121f;
}

h2 span, .h2 span, h1 span, .h1 span, h3 span, .h3 span {
    color: var(--maroon);
    font-style: italic;
}
.lightblue_color span {
    color: var(--primary);
}
h1, .h1 {
    font-size: 40px;
}

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

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

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 h2 {
    font-size: 48px;
}
.static-page-details h3 {
    font-size: 32px;
}
.static-page-details h4 {
    font-size: 28px;
}
.static-page-details h5 {
    font-size: 20px;
}
.static-page-details h6 {
    font-size: 18px;
}
.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;
}
ul.menu-top>li.menu-item-has-children {
    margin-right: 12px;
}
.menu-top li a {
    padding: 5px 5px;
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    font-size: 16px;
    letter-spacing: 0.4px;
    line-height: 12px;
    color: var(--dark);
    text-transform: uppercase;
    font-weight: 500;
    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: #ad7f66;
}
.nav-menu .menu-top>li>a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0px;
    left: 0px;
    right: 0;
    top: auto;
    bottom: 0;
    background: var(--primary);
    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: 2px solid var(--dark);
    border-bottom: 2px solid var(--dark);
    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: -5px;
    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,
.nav-menu>.menu-top>li.current-menu-parent:after{
    border-left: 2px solid #ad7f66;
    border-bottom: 2px solid #ad7f66;
}

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

.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(--primary);
    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: 15px;
    padding: 12px 8px 12px 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;
    line-height: 100%;
}
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: 15px;
}

.menu-header > ul > li > ul {
    transform: translateY(1.3rem);
    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(17px);
}

/* menu nav end */

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

.section-pd, .common-padding {
    padding: 100px 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 30px;
    font-size: 20px;
    color: #333333;
    background-color: #ffffff;
    border-radius: 60px;
    font-weight: 400;
    border: 1px solid #ffffff;
}
div.wpcf7 .wpcf7-form .wpcf7-text.wpcf7-email.form-control {
    text-transform: none;
}

div.wpcf7 .wpcf7-form .form-control:focus {
    border-color: var(--primary);
}
.wpcf7 .wpcf7-response-output {
    border: 0 none !important;
    font-size: 14px;
    line-height: 1.3;
    position: absolute;
    left: 0;
    bottom: -35px;
    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, .form-control:focus {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #dadada;
    border-radius: 0;
    box-shadow: none;
    padding: .4rem 0rem;
    font-size: 0.9rem;
    height: 54px;
}

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

.wpcf7 .wpcf7-not-valid-tip,
.wpcf7 label.error {
    color: #fff;
    font-weight: 400;
    display: block;
    position: absolute;
    bottom: 0px;
    right: 1px;
    font-size: 11px;
    background-color: #b30000;
    padding: 1px 5px;
    border-radius: 5px 0 0;
    line-height: normal;
    text-transform: capitalize;
    letter-spacing: 0px;
}
.wpcf7 .wpcf7-not-valid-tip{
    display: none !important;
}
.form-banner-404 .wpcf7 .wpcf7-not-valid-tip{
    padding: 2px 5px;
}
div.wpcf7 .wpcf7-form .form-group {
    margin-bottom: 27px;
}
.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: 20px;
}

.list-style ul {
    position: relative;
    margin-bottom: 15px;
    margin-left: 0;
    padding-left: 20px;
}

.list-style ul li:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    top: 12px;
    left: 0;
    border-radius: 50%;
    background-color: var(--dark);
}
/** 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;
}
.mobile-search-bar {
    display: flex;
    align-items: center;
}
.mobile-search-bar svg {
    width: 20px;
}
fill {
    width: 100%;
    height: 100%;
}

.mobile-search-bar svg path {
    fill: #000000;
}
.mobile-search-bar:hover {
    opacity: 0.7;
}
.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;
    word-break: break-all;
}
#searchPage h2.page-title span {
    color: var(--maroon);
    font-style: italic;
}
.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 20px;
    margin-bottom: 30px;
}
.blog-page .blog-listing-row .blog-loop a.blog-img-link {
    display: inline-block;
    height: 330px;
    width: 100%;
}

.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 .blog-content-wrap {
    padding: 10px 10px;
    background: #fff;
    font-size: 16px;
}
.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;
}
.blog-btn {
    color: var(--primary);
    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 {
    line-height: 1.1;
}
.sidebar-contact .form-group {
    margin-bottom: 2px;
}
.sidebar-contact .h4 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}
.sidebar-contact .form-group {
    margin-bottom: 2px;
}
.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: 540px;
    margin-bottom: 15px;
}
.sidebar-listing-wrap .title {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 10px;
    display: block;
}
/*******************************/

/************Sidebar Css*****************/
.sidebar-contact .form-group-wrap {
    margin-bottom: 3rem;
}
.sidebar-listing {
    background-color: var(--primary);
    border-radius: 16px;
    padding: 24px;
}
.sidebar-listing span {

}
.aside-sidebar > div+div{
    margin-top: 2.25rem;
}

.sidebar-listing span {
}
.blog-search-field {
    padding: 10px 20px;
    width: 100%;
    border: 1px solid var(--secondary);
    height: 55px;
    background-color: var(--secondary);
    border-radius: 16px !important;
    padding-right: 44px;
}

.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: 21px;
    border-radius: 10px;
}
.sidebar-contact {
    padding: 3rem 1.5rem;
    border-radius: 0;
}
.bg-white {
    background-color: #f8f8f8 !important;
    display: inline-block;
    width: 100%;
}
.btn-white {
    background: #fff;
    color: var(--lightblue);
}
.btn-white:hover {
    background: var(--secondary);
    color: var(--lightblue);
}

.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 {
    padding: 1rem 2rem;
    font-weight: 600;
}
.sidebar-listing ul li {
    position: relative;
}
.sidebar-listing .h4{
    border-bottom: 1px solid rgba(204, 204, 204, 0.15);
}
.sidebar-listing ul li a {
    color: #fff;
    height: 100%;
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 15px 0px;
    padding-right: 35px;
    font-weight: 400;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.60);
}
.sidebar-listing ul li:hover, .sidebar-listing ul.no-dots li.current-cat, .sidebar-listing ul.no-dots li.activeChild {

}
.sidebar-listing ul li:hover a, .sidebar-listing ul.no-dots li.current-cat a, .sidebar-listing ul.no-dots li.activeChild a {
    color: #f6ecdc;
    border-color: #f6ecdc;
}
.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: 30px;
    height: 30px;
    top: 0px;
    bottom: 0;
    right: 0px;
    margin: auto;
    background-image: url(../img/arrow.svg);
    background-color: #fff;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
}
.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, .sidebar-listing ul li.current_page_item a:after {
    background-color: #f6ecdc;
}
.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-contact .wpcf7-response-output {
    font-size: 10px;
}
.sidebar-listing ul li.current_page_item a {
    color: #f6ecdc;
    border-color: #f6ecdc;
}

.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: 40px;
}

.aside-sidebar .widgettitle {
    position: absolute;
    left: 0;
    top: -65px;
}
/**********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-color: #ffffff;
    padding: 20px 0px;
    padding-bottom: 15px;
}
.no-banner-header{
    padding-top: 99px
}
.no-banner-header #header{
    background: #000;
}
header#header.small-header {
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 20%);
}

.logo-wrapper {
    transition: 0.5s ease all;
}

#header.small-header .logo-wrapper {

}
.navigation-wrap {
    display: flex;
}
.navigation-wrap .search-wrap svg path {
    fill: #fff;
}
.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: #28569b;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    text-align: center;
    position: relative;
    background-position: center;
    background-size: cover;
}
.home-banner-wrap {
    width: 100%;
    position: relative;
    height: calc(100vh - 126px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    color: #fff;
}

.home-banner-wrap .heading {
    font-size: 85px;
    letter-spacing: 5px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}
.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 {
    display: flex;
    align-items: center;
    color: #fff;
    background-size: cover;
    background-position: 100% 0;
    background-repeat: no-repeat;
    padding:135px 0px;
}
.inner-banner .banner-title {
    font-size: 64px;
    line-height: 100%;
    font-weight: 700;
    position: relative;
    margin: 0px;
    max-width: 865px;
}
/*********Logo*********/
.header-left-logo {
    width: 255px;
}
/********Footer*********/
.footer-bg {
    background-color: var(--primary);
    color: #fff;
    padding-top: 66px;
    padding-bottom: 66px;
}
.footer_description {
    font-size: 14px;
}
footer a{
    color: #fff;
}
footer a:hover{
    color: var(--secondary);
}
footer .title {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 12px;
}
.nap-wrapper .nap-address-info {
    background-image: url(../img/loction-icon.svg);
    background-repeat: no-repeat;
    background-size: 37px;
    background-position: 0px 7px;
    padding-left: 65px;
    line-height: 1.6;
    font-size: 18px;
}
.nap-wrapper .phoneno{
    background-image: url(../img/ph.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0px 3px;
    padding-left: 25px;
    margin-bottom: 10px;
}
a.direction-link {
    border-bottom: 1px solid #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    text-transform: uppercase;
    margin-top: 10px;
    display: inline-block;
}
.footer-bg .nap-footer a.phoneno, .footer-bg .nap-footer .nap-email {
    display: none;
}
.menu-footer li a {
    display: inline-block;
    font-size: 18px;
    line-height: 2;
    transition: .5s;
}
.menu-footer li a:hover {
    color: var(--secondary);
}
.copyright-bg {
    margin-top: 50px;
}
.copyright-bg span {
    padding: 0px 5px;
}
.copyright {
    font-size: 12px;
    padding: 5px 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(--secondary);
}
a:hover{
    color: var(--primary)
}
/****** COMMON for Theme **********/
.btn-richgold{
    background-color: var(--primary);
}
.btn-blue{
    background-color: #081b33;
}
/******************************All Common Css Above*********************************************/
/************banner***********/
.header_contact {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 192px;
}
.header_contact > div {
    width: 100%;
}
.container-wide {
    margin: auto;
    max-width: 1794px;
    padding: 0px 12px;
}
.social_share ul {
    gap: 20px 15px;
}
.social_share ul li a svg,
.social_share ul li a img {
    width: 20px;
    height: 20px;
}
.social_share a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.banner-social_share a {
    opacity: 0.35;
}
.social_share a:hover {
    background-color: #ffffff;
    opacity: 1;
}
.social_share a path {
    transition: .5s;
}
.social_share a:hover path {
    fill: #ad7f66;
}
.footer_phn_contect {
    display: flex;
    align-items: center;
    gap: 10px 25px;
    font-size: 16px;
}
.footer_phn_contect a {
    font-weight: 500;
    font-size: 18px;
}
.footer_contact_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 23px 0px;
}
.footer_contact_wrap > div {
    width: 100%;
}
.address_title .title {
    margin-left: 65px;
}
.copyright_menu a {
    font-size: 16px;
    font-weight: 400;
    border-left: 2px solid #fff;
    padding-left: 11px;
    line-height: 100%;
    margin-left: 10px;
    display: inline-block;
}
.copyright_menu a:first-child {
    border-left:none;
}
.item_box {
    border: 2px solid rgba(173, 127, 102, 0.13);
    height: 234px;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    padding: 20px;
    transition: .5s;
    width: 195px;
}
.item_box:hover{
    color:var(--dark);
    background-color:#ffffff;
    border-color:var(--primary);
}
.icon-box svg,
.icon-box img {
    width: 90px;
    height: 90px;
}
.theme-bg{
    background-color: var(--secondary);
}
.item-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
}
.blue-gray{
    background-color: var(--lightblue);
}
.text-white span {
    color: var(--secondary);
}
.attorney-image {
    width: 320px;
}
.team_meta {
    width: calc(100% - 350px);
}
.team_box{
    gap: 25px 30px;
}
.logos-items {
    display: flex;
    justify-content: center;
    height: 100px;
    align-items: center;
    margin: 0px 10px;
}
.logos-items img {
    max-height: 100px;
    width: auto;
}
.awards_logo_sec{
    padding: 70px 0px;
}
.sub_heading {
    font-size: 32px;
    font-weight: 300;
}
.content_space {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 0px;
}
.content_space > div {
    width: 100%;
}
.content_list {
    width: calc(100% - 115px);
    margin-left: 25px;
}
.gradient_style {
    background: linear-gradient(0deg, var(--secondary) 0%, #ECD0B9 100%);
}
.dr_quotes {
    color: var(--maroon);
    font-size: 28px;
    font-weight: 400;
    text-wrap: balance;
    padding-bottom: 41px;
    padding-top: 22px;
    padding-left: 45px;
    padding-right: 10px;
}
.dr_name {
    color: var(--primary);
    font-size: 32px;
    font-weight: 500;
}
.quote_symbol {
    color: var(--primary);
    font-size: 132px;
    line-height: 0px;
    font-family: var(--title-font);
    font-weight: 700;
    position: absolute;
    top: 49px;
    left: 0px;
}
.quote_symbol_bottom {
    top: auto;
    bottom: 0px;
    left: auto;
    right: 0px;
}
.post_loop_box {
    background: #FFFFFF;
    border-radius: 20px;
    padding: 17px;
    overflow: hidden;
    margin: 0px 25px;
}
.blog_tumb_wrap {
    border-radius: 16px;
    overflow: hidden;
    display: block;
}
.blog-meta {
    position: absolute;
    bottom: 0px;
    z-index: 9;
    padding: 20px;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35.58%, #000000 100%);
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    font-size: 14px;
}

.post_loop_box .blog-thumb {
    height: 324px;
    object-fit: cover;
    width: 100%;
}
.post_title{
    font-size: 20px;
    font-weight: 600;
}
.post_loop_box .blog-thumb.no-feature {
    object-fit: contain;
    padding: 35px;
    background: #fff;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    background-size: 200px;
    background-position: center top 35px;
}
.btn2 {
    padding: 15px 30px;
    min-width: 168px;
}
.blog_contents {
    /* min-height: 150px; */
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.slick-arrow {
    position: absolute;
    left: auto;
    right: -50px;
    width: 20px;
    height: 70px;
    background-image: url(../img/arrow-right.svg);
    color: transparent;
    border: none;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    top: 50%;
    margin-top: -35px;
}
.slick-arrow:hover{
    background-image: url(../img/arrow-right-maroon.svg);
}
.slick-arrow.slick-prev {
    left: -50px;
    right: auto;
    transform: rotate(180deg);
}
.img_box img {
    width: 100%;
    display: block;
    height: 314px;
    object-fit: cover;
}
.caramel_clay_bg{
    background-color: var(--primary);
}
.review_border {
    border: 2px solid #BFAB8C;
    border-radius: 16px;
    padding: 11px;
    width: auto;
    max-width: 363px;
}
.review_wrap {
    background-color: #fff;
    border-radius: 10px;
    padding: 12px;
}
.wpcf7-spinner {
    position: absolute;
}
.disclaimer {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.8;
    width: calc(100% - 200px);
}
div.wpcf7 .wpcf7-form textarea.form-control {
    border-radius: 16px;
    min-height: 115px !important;
}
.nap_icon svg path {
    fill: var(--primary);
}
.nap_icon svg,
.nap_icon img {
    width: 35px;
    height: 35px;
}
.contact_row {
    display: flex;
    flex-wrap: wrap;
}
.contact_number{
    font-size: 32px;
}
.nap_icon {
    min-width: 35px;
    display: flex;
    margin-right: 20px;
    padding-top: 10px;
}
.nap_label{
    font-size: 18px;
    font-weight: 400;
}
.nap_details {
    color: #333333;
    font-size: 16px;
}
.nap_details .direction-link {
    color: var(--primary);
    border-bottom: 1px solid var(--primary);
    margin-top: 5px;
    transition: .5s;
}
.nap_details .direction-link:hover {
    color: var(--maroon);
    border-bottom: 1px solid var(--maroon);
}
.fw-600{
    font-weight: 600;
}
.gallery-slider .slick-arrow {
    filter: brightness(0) invert(1);
}

.single_before_and_after{
    margin: 0px 10px;
    position: relative;
    overflow: hidden;
}
.photo_overlay {
    background: rgba(0, 0, 0, 0.08);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    transition: left 0.6s ease-in-out; /* smooth sliding */
}

.single_before_and_after.active .photo_overlay {
    left: -100%;
}


.photo_btn {
    width: 46px;
    height: 46px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    transition: transform 0.4s ease; /* smooth rotation */
    transform: rotate(0deg);
    z-index: 9;
}

/* When parent has .active, rotate the button 180 degrees */
.single_before_and_after.active .photo_btn {
    transform: rotate(180deg);

}
.photo_btn img,
.photo_btn svg {
    width: 16px;
    height: 16px;
    transition: transform 0.4s ease; /* smooth rotation */
}
.before_after_img {
    position: relative;
}

.before_after_img img {
    height: 373px;
    width: 100%;
    object-fit: cover;
    display: block;
}

/* AFTER image setup */
.before_after_img.after_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.6s ease-in-out; /* smooth fade */
    z-index: 2; /* make sure it overlays the before image */
}

/* FADE IN after image when active */
.single_before_and_after.active .before_after_img.after_img {
    opacity: 1;
}
.single_before_and_after.active .before_after_img:not(.after_img) img {
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}
.photo_label {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    position: absolute;
    top: 20px;
    z-index: 1;
    text-align: center;
    width: 100%;
    text-shadow: 1.97px 1.97px 3.54px rgba(0, 0, 0, 0.5);
    z-index: 9;
}
.photo_label,
.photo_label_after {
    transition: opacity 0.6s ease-in-out; /* smooth fade */
}

/* initial states */
.photo_label_after {
    opacity: 0;
}

/* toggle on active */
.single_before_and_after.active .photo_label {
    opacity: 0;
}

.single_before_and_after.active .photo_label_after {
    opacity: 1;
}
.text-wrap-balance{
    text-wrap: balance;
}
.dots_style ul.slick-dots {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 10px;
    bottom: 51px;
}
.dots_style ul.slick-dots li button {
    border: 1px solid rgba(255, 255, 255, 0.4);
    width: 37px;
    height: 37px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    font-size: 0px;
    color: transparent;
    transition: .5s;
}
.dots_style ul.slick-dots li.slick-active button,
.dots_style ul.slick-dots button:hover
{
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid rgba(255, 255, 255, 0.6);
}
.banner_slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.banner_img {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.slide_color_dark .banner-title {
    color: var(--dark);
}
.slide_color_dark .banner-title span {
    color: #5C3F2F;
}
.slide_color_dark .banner-content {
    color: var(--dark);
}
.rating_box {
    background-color: #FFFFFF;
    border-radius: 10px;
    text-align: center;
    font-size: 15px;
    color: var(--lightblue);
    font-weight: 400;
    line-height: 100%;
    width: 135px;
    padding: 17px;
    position: absolute;
    left: -5px;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
}
.rating_box p{
    margin: 0px;
}
.rating_box img {
    margin: 3px auto 0px auto;
}
.rating_box span span {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.25;
    color: var(--lightblue);
}
.rating_box_wrap {
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    width: 100%;
}
.rating_box_wrap .container-wide {
    height: 100%;
}
.banner_border {
    background-image: url(../img/dwedborder-img.webp);
    height: calc(100% - 130px);
    background-size: 100% 100%;
    z-index: 1;
    top: 65px;
    pointer-events: none;
    background-position: center;
    position: absolute;
    width: 100%;
    left: 50%;
    max-width: 1770px;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    transition: .5s;
    opacity: 0;
}
.slick-active .banner_border {
    opacity: 1;
}
.banner-social_share {
    z-index: 1;
    position: absolute;
    right: 0px;
    width: 30px;
    height: 100%;
    display: flex;
    align-items: center;
}
.banner-social_share ul {

}
.home_banner .container {
    z-index: 1;
    position: relative;
}
.banner_none {
    padding-top: 126px;
}
.small_rating_box {
    transform: none;
}
.small_banner_border {
    position: absolute;
    width: calc(100% - 24px);
    height: calc(100% - 80px);
    top: 40px;
    left: 12px;
    border: 2px solid #FFFFFF;
    opacity: 0.35;
    border-radius: 18px;
}
.rating_box span {
    color: var(--lightblue);
}
.breadcrumb-wrap {
    padding: 15px 0px;
}
.blog_post_loop {
    border: 1px solid var(--secondary);
    margin: 0px;
    height: 100%;
}
.radius_16{
    overflow: hidden;
    border-radius: 16px;
}
.radius_20{
    overflow: hidden;
    border-radius: 20px;
}
.sidebar-title {
    font-weight: 400;
    font-size: 32px;
}
/************Pegination Css**************/
.pagination .nav-links {
    width: 100%;
    display: flex;
    position: relative;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    min-height: 70px;
    padding: 0px 15px;
}
.pagination .nav-links span.current {
    color: #fff;
    background: var(--primary);
    border-color: var(--primary);
}
.pagination .nav-links span,
.pagination .nav-links a {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    color: #000;
    margin: 0 7px;
    position: relative;
    font-weight: 400;
    min-width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: 0 0;
    border-radius: 50%;
    display: block;
    line-height: 50px;
    background-color: var(--secondary);
}
.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(--primary);
    border-color: var(--primary);
}
.pagination .nav-links a.next, .pagination .nav-links a.prev {
    background-color: var(--primary);
    font-size: 13px;
    color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0px;
    background-image: url(../img/right_arrow_white.svg);
    width: 70px;
    height: 70px;
    right: -90px;
    position: absolute;
}
.pagination .nav-links a.prev {
    transform: rotate(180deg);
    left: -90px;
}
.pagination .nav-links a.next:hover,
.pagination .nav-links a.prev:hover {
    background-color: var(--primary);
    background-image: url(../img/right_arrow_white.svg);
}
.pagination .nav-links a.prev {
    transform: rotate(180deg);
    left: -90px;
}
.pagination .nav-links:after {
    background-color: var(--secondary);
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    position: absolute;
    z-index: -1;
    top: 0px;
    border-radius: 999px;
}
/******Pegination Css end here**************/
.aside-sidebar {
    max-width: 420px;
}
.cat_title{
    font-size: 28px;
    font-weight: 600;
    color: var(--primary);
}
.banner_shadow:after {
    content: "";
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) -0.89%, var(--primary) 71.87%);
    position: absolute;
    width: 70%;
    height: 100%;
}
.formstyle2 div.wpcf7 .wpcf7-form .form-control {
    background: var(--secondary);
}
.nap_symbol svg path {
    fill: var(--primary);
}
.nap_title {
    font-size: 28px;
    font-weight: 500;
}
.clock-icon svg path {
    fill: none;
}
.nap_symbol svg, .nap_symbol img {
    width: 25px;
    height: 25px;
}
.map_iframe_code iframe {
    width: 100%;
    height: 100%;
}
.gallery_loop {
    border: 1px solid #DACFBD;
    background-color: var(--secondary);
    padding: 40px 24px;
    transition: .5s;
}
.gallery_loop:hover {
    background-color: var(--primary);
    color: #fff;
    border-color: #DACFBD
}
.gallery_loop * {
    transition: .5s;
}
.gallery_loop:hover * {
    color: #fff;
}
.caramel_clay_color {
    color: var(--primary);
}
.case_id{
    font-size: 18px;
    font-weight: 500;
    color: #6B6358;
}
.case_id span{
    color: #000000;
}
.beforeafter_img img {
    height: 312px;
}
.gallery_loop:hover .btn {
    background-color: var(--secondary);
    color: var(--primary);
}
.tab_menu li button {
    color: var(--primary);
    font-size: 20px;
    font-weight: 500;
    background-color: var(--secondary);
    border: none;
    padding: 10px 36px;
    border-radius: 6px;
    transition: .5s;
}
.tab_menu li button.active,
.tab_menu li button:hover
{
    background-color: var(--primary);
    color: var(--secondary);
}
.tab_menu {
    border: none;
    gap: 15px;
}
.secondary-color {
    color: var(--secondary);
}
.featured-gallery-holder img {
    border: 1px solid var(--secondary);
    border-radius: 16px;
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.fw-500{
    font-weight: 500;
}
.featured-gallery-img img {
    border-radius: 16px;
    height: 180px;
    width: 100%;
    object-fit: cover;
    border: 0.97px solid var(--secondary);
}
.page-template-temp-dentistry .breadcrumb-wrap {
    background-color: #fff;
}
.gradient_bg {
    background: linear-gradient(0deg, var(--secondary) 0%, #ECD0B9 100%);
}
.maroon_color{
    color: var(--maroon);
}
.radius_img img {
    width: 414px;
    position: relative;
    z-index: 9;
    OBJECT-FIT: cover;
    object-position: top;
}
.radius_img {
    border-radius: 0px 0px 50% 50%;
    overflow: hidden;
    width: 414px;
    height: 460PX;
}
.radius_img:after {
    background: var(--primary);
    position: absolute;
    width: 414px;
    height: 414px;
    content: "";
    bottom: 0px;
    left: 0px;
    border-radius: 50%;
}
.right_side_content {
    width: calc(100% - 460px);
}
.text-wrap-balance{
    text-wrap: balance;
}
.radius_img_circle:after {
    background: #f6ecdc;
}
.play_icon:after {
    content: "";
    background-image: url(../img/play-icon1.svg);
    width: 74px;
    height: 74px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 16px;
    background-size: 25px;
    transition: .5s;
    box-shadow: 0px 3.7px 3.7px 0px #00000040;
}
.play_icon:hover::after {
    background-color: #f6ecdc;
}
.dr_quotes_outer .quote_symbol {
    top: 0px;
    line-height: 95px;
}
.dr_quotes_outer .quote_symbol_bottom{
    top: auto;
}
.dr_quotes_outer {
    padding-top: 15px;
}
.dots_style_2 ul.slick-dots li button {
    border: 1px solid rgba(255, 255, 255, 0.4);
    width: 37px;
    height: 37px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    font-size: 0px;
    color: transparent;
    transition: .5s;
}
.dots_style_2 ul.slick-dots li.slick-active button, .dots_style_2 ul.slick-dots button:hover {
    background: #ad7f66;
    border: 1px solid #ad7f66;
}
.dots_style_2 ul.slick-dots li button {
    border: 1px solid #ad7f66;
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 50%;
    font-size: 0px;
    color: transparent;
    transition: .5s;
}
.dots_style_2 ul.slick-dots {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 10px;
    bottom: 0px;
}
.dots_style_2{
    padding-bottom: 50px;
}
.text-white p a {
    color: #ffffff;
    text-decoration: underline;
}
.text-white p a:hover {
    text-decoration: none;
}
.page-template-temp-guided-biofilm .breadcrumb-wrap {
    background-color: #fff;
}
.text-white.list-style ul li:after {
    background-color: #ffffff;
}
.step_list {
    column-count: 2;
}
.step_box {
    margin: 10px 0px;
    background: #fff;
    display: inline-block;
    width: 100%;
    border-radius: 16px;
    padding: 25px;
}
.step_number {
    background: var(--primary);
    width: 70px;
    height: 70px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    font-size: 28px;
    font-weight: 600;
}
.step_content {
    font-size: 28px;
}
.step_content strong {
    color: var(--maroon);
}
.step_content {
    font-size: 28px;
    width: calc(100% - 95px);
    padding-right: 55px;
}
.item-content-box * {
    transition: .5s;
}
.item-content-box {
    transition: .5s;
    height: 100%;
    padding: 35px 24px;
    border-radius: 12px;
    border: 1px solid var(--secondary)
}
.item-content-box:hover {
    background-color: var(--secondary);
}
.item-content-box:hover .item-title{
    color: var(--primary);
}
.item-content-box:hover .icon-box svg path {
    stroke: var(--primary);
}
.image_second {
    position: absolute;
    bottom: 0px;
    right: 0px;
    max-width: 19%;
}
.left_img {
    position: absolute;
    max-width: 22%;
}
.page-template-temp-new-patients .breadcrumb-wrap {
    background-color: #fff;
}
.page-template-temp-dental-tourism .breadcrumb-wrap {
    background-color: #fff;
}
.text-white.list-style ul li a {
    color: #ffffff;
    text-decoration: underline;
}
.text-white.list-style ul li a:hover {
    text-decoration: none;
}
.static-page-details img {
    border-radius: 16px;
}
.radius_team_img {
    border-radius: 0px 0px 50% 50%;
    overflow: hidden;
    width: 320px;
    height: 357px;
    display: block;
    position: relative;
}
.radius_team_img:after {
    background: var(--secondary);
    position: absolute;
    width: 320px;
    height: 320px;
    content: "";
    bottom: 0px;
    left: 0px;
    border-radius: 50%;
    transition: .5s;
}
.radius_team_img:hover::after {
    background: var(--primary);
}
.radius_team_img img {
    width: 320px;
    position: relative;
    z-index: 9;
    object-position: top;
    object-fit: cover;
    height: 357px;
    display: block;
}
.quote_symbol_left{
    line-height: 90px;
}
.static-page-details iframe {
    height: 276px;
    width: 475px;
}
.border-btn-primary {
    border-color: var(--primary);
    color: var(--primary);
}
.border-btn-primary:hover {
    background-color: var(--primary);
    color: #fff;
}
.lightblue_color {
    color: var(--lightblue);
}
.form_link {
    padding-right: 90px;
    display: block;
}
.blog-searchform [type=submit]:hover {
    opacity: 0.7;
}
.item_box_wrap .item-title {
    font-size: 28px;
}
.gallery_loop .btn {
    padding-top: 15px;
    padding-bottom: 15px;
}
.contact_sec .btn svg {
    margin-right: 7px;
}
.category_name {
    font-size: 36px;
}
.contact_sec .btn {
    padding: 22px 37px 20px 37px;
}
.review_wrap>div {
    padding-bottom: 0px !important;
}
.rating_box span {
    display: block;
}
.patient_information_sec .content_wrap {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    gap: 25px 0px;
}
.blue-gray .text-white p a {
    color: var(--secondary);
    font-weight: 600;
}
.static-page-details a {
    color: var(--primary);
}
.banner_img img {
    max-height: calc(100vh - 120px);
    width: auto;
}
.hover_alert {
    position: absolute;
    bottom: 0px;
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    display: none;
}
.single_before_and_after:hover .hover_alert{
    display: block;
}
.review_page_style .ti-review-item {
    width: 49%;
}
.review_page_style .ti-reviews-container-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%;
}
.review_page_style .ti-reviews-container-wrapper .ti-inner {
    height: 100%;
}
.static-page-details .btn {
    color: #fff;
}
.our_services .icon-box svg path {
    /* fill: #AD7F66;*/
}
.blog-meta.no-img-bg {
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.03) 30%,
        rgba(0, 0, 0, 0.85) 100%
        );
}
blockquote {
    border-left: 3px solid #687e8f;
    padding: 20px;
    margin-bottom: 25px;
    background-color: var(--lightblue);
    color: #fff;
    font-style: italic;
}
blockquote p:first-child {
    margin-bottom: 5px;
}
.header_top_bar{
    background-color: var(--primary);
    color: #fff;
    padding: 6px 0px;
    margin-bottom: 15px;
}
/* header new css */
.header-top .header_contact, .header-top .nav-phone {
    top: 15px;
    position: relative;
}
.header_phn_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.call-btn-right-side {
    position: absolute;
    right: 13px;
    top: 0px;
}
.header-top .container-wide {
    position: relative;
}
.header-top .container-wide .header_phn_wrap .call-btn {
    font-size: 14px;
    min-width: auto;
    line-height: 12px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 10px;
}
.header-top .container-wide .header_phn_wrap .call-btn:first-child {
    margin-left: 0px;
}
.header_contact .book_visit_button {
    font-size: 13px;
    padding: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 10px;
    padding-left: 10px;
}
/* header new css */
.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;
}
.imgstyles img {
    margin: 0px 10px;
}