/************************************************************************/
/******** Font family used across the website as per checklist *********/
/************************************************************************/
:root {
    --color--color1:#752124;
    --color--color2:#9CAF88;
    --color--color3:#2B2B2B;
    --color--color4: #FAFAFA;
    --font1: "Work Sans", sans-serif;
    --title--font: "EB Garamond", serif;
}

body,html{
    height: 100%
}
body {
    width: 100%;
    font-size: 16px;
    line-height: 2.2;
    overflow-x: hidden;
    position: relative;
    color: var(--color--color3);
    font-family: var(--font1);
}
p{
    letter-spacing: 1px;
}
/*** default placeholder ***/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #636363;
	text-transform:uppercase;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #636363;
	text-transform:uppercase;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #636363;
	text-transform:uppercase;
}
:-moz-placeholder { /* Firefox 18- */
    color: #636363;
	text-transform:uppercase;
}

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


/*** 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: var(--color--color1);
}

p:last-child{
    margin-bottom: 0
}
p:first-child {
    margin-bottom: 1rem;
}
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: 15px 28px;
    width: auto;
    min-width: 135px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    background-color: transparent;
    cursor: pointer;
    border-radius: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    text-transform: uppercase;
    border: 1px solid var(--color--color2);
    color: var(--color--color2);
    letter-spacing: 1px;
}
.btn-white {
    border: 1px solid #ffffff;
    color: #ffffff;
}
.btn:hover {
    background-color: var(--color--color2);
    color: #fff;
    border: 1px solid var(--color--color2);
}
.btn-white:hover {
    background-color: #ffffff;
    color: var(--color--color2);
    border: 1px solid #ffffff;
}
.btn-lr-pd{
    padding-left: 50px;
    padding-right: 50px; 
}
.elm-button{
    line-height: 24px !important;
    height: 56px;
    padding: 15px 55px; 
    background: var(--color--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 { 
    color: #000;
    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: 400;
}
.title{
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    position: relative;
    z-index: 1;
    line-height: 1.25;
    font-weight: 400;
    font-family: var(--title--font);
}

.heading{
    color: #00121f;
}

h2 span, .h2 span, h1 span, .h1 span {
    font-weight: 400;
}

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

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

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

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

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

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

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

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

.static-page-details h2 {
    font-size: 42px;  
}
.static-page-details h3 {
    font-size: 36px;  
}
.static-page-details, .content-area {
    padding-right: 28px;
    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: 28px;
    padding-bottom: 2px;
}

.menu-top li a {
    padding: 5px 5px;
    display: flex;
    align-items: center;
    text-decoration: none;
    position: relative;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 12px;
    color: var(--color--color3);
    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% + 15px);
    height: calc(100% + 10px);
    height: 0px;
}
.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(--color--color1);
}
.nav-menu .menu-top>li.current-menu-ancestor li a{
    color: #fff;
}

.nav-menu .menu-top>li>a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0px;
    left: -7px;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--color--color1);
    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(--color--color3);
    border-bottom: 1px solid var(--color--color3);
    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(--color--color1);
    border-bottom: 1px solid var(--color--color1);
}
/* 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;
    font-weight: 600;
}

.menu-top li.current-menu-parent .sub-menu>li.current-menu-item>a {
    background: #ffffff;
    color: var(--color--color1);
}
.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(--color--color1);
    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 5px 8px 20px;
    line-height: 22px;
    margin: 0;
    color: #ffffff;
    border: none;
    font-weight: 500; 
    /*    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: 15px;
}

.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: 120px 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;
    top: 5px;
    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;
}

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

/**Header Search End**/

div.wpcf7 .wpcf7-form .form-control {
    border-bottom: 1px solid rgba(172,172,172,.35);
    padding: 10px 20px;
    font-size: 16px;
    color: var(--color--color3);
}
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;
    display: none !important;
}

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

.wpcf7-form-control-wrap {
    display: inline-flex;
    width: 100%;
}
.wpcf7-not-valid-tip {
    display: none !important;
}
.wpcf7 .wpcf7-not-valid-tip, 
.wpcf7 label.error {
    color: #fff;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: -14px;
    right: 1px;
    font-size: 10px;
    background-color: #b30000;
    padding: 1px 5px;
    border-radius: 5px 0 0 0;
    line-height: normal;
    text-transform: capitalize;
    letter-spacing: 0px;
}

.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: 130px !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;
    margin-bottom: 8px;
}

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

.list-style ul li:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    top: 16px;
    left: 0;
    border-radius: 50%;
    background: var(--color--color1);
}
/** 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: all ease-in-out 0.25s;
    border-radius: 0px;
}
.mobile-search-bar-box form {
    display: none;
}
.mobile-search-active .menu-top>li>a:before {
    background: transparent;
}
.mobile-search-active .mobile-search-bar-box form {
    display: block;
}
.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;
}

.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: -16px;
    right: 60px;
    font-size: 10px;
    background-color: #cd0b02;
    padding: 2px 5px;
    border-radius: 5px 0 0 0;
    line-height: 11px;
}
.search-wrap {
    cursor: pointer;
	line-height:0;
}
.phone_number{
	line-height:0px;
}
.mobile-search-bar {
    border-left: 1px solid rgba(43, 43, 43, 0.30);
    padding-left:20px;
}
.mobile-search-bar svg {
    width: 20px;
}
.mobile-search-bar:hover svg path{
	stroke:var(--color--color1);
}
fill {
    width: 100%;
    height: 100%;
}

.mobile-search-bar svg path {
    fill: #000000;
}

.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: #7a233c;
    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: 100%;
    padding: 0px 20px;
    margin-bottom: 18px;
}
.blog-page .blog-listing-row .blog-loop a.blog-img-link {
    display: inline-block;
    height: 240px;
    width: 320px;
    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;
    transition: .5s;
}
.blog-page .blog-listing-row .blog-loop a.blog-img-link img:hover {
    transform: scale(1.1);
}
.blog-page .blog-listing-row .blog-loop a.blog-img-link img.no-feature {
    background-size: 250px;
    background-position: center;
    background-color: #fff;
}
.blog-page .blog-listing-row .blog-loop .blog-content-wrap {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	justify-content: space-between;
}
.bottom-wrap {
   /* width: calc(100% - 350px); */
   width: 100%;
}
.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: 25px;
    font-weight: 400;
    line-height: 1.5;
    text-wrap: balance;
    display: block;
}
.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:40px;
}
.sidebar-contact .form-group {
    margin-bottom: 2px;
}
.sidebar-contact .form-group {
    margin-bottom: 20px;
}
.blog-single-row .blog-img-link img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
   background-position: center;
}
.blog-single-row .blog-img-link {
    width: 100%;
    height: 445px;
    margin-bottom: 45px;
}
.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 {
    padding-top: 15px;
    background: #fff;
}
.sidebar-listing span {
    padding: 0px 30px;
}
.aside-sidebar > div+div {
    margin-top: 1.5rem;
}

.sidebar-listing span {
    color: #000;
    font-size: 25px;
    padding-left: 3rem;
}
.blog-search-field::placeholder{
	color:#fff;
}
.blog-search-field {
    padding: 10px 15px;
    width: 100%;
    border: none;
    height: 55px;
    background-color: var(--color--color2);
    color: #fff;
    background-image: url(../img/search-icon-white.svg);
    background-repeat: no-repeat;
    background-position: center left 21px;
    padding-left: 50px;
    padding-right: 100px;
}

.sidebar-search .input-group-btn {
    display: block;
    position: relative;
}

.blog-searchform [type=submit] {
    display: inline-block;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0px 15px;
}
.blog-searchform [type=submit]:hover {
    background: var(--color--color1);
}
.sidebar-contact {
    padding: 50px 23px;
    border-radius: 0;
    background-color: var(--color--color1);
}
.bg-white {
    background-color: #f8f8f8 !important;
    display: inline-block;
    width: 100%;
}
.sidebar-search {
    background-color: var(--color--color4);
    padding: 23px;
}
.sidebar-contact .form-control {
    color: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.35) !important;
    font-weight: 500;
    text-transform: uppercase;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 0px !important;
}
.sidebar-contact .form-control::placeholder{
    color: #fff !important;
}
.sidebar-contact .h4 {
    color: #fff;
	font-size:30px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.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: 400;
    font-size: 30px;
    text-align: center;
}
.sidebar-listing ul li {
    padding: 10px 1rem;
    border-bottom: 1px solid rgba(204, 204, 204, 0.15);
    position: relative;
    padding-left: 2rem;
}
.sidebar-listing .h4{
    border-bottom: 1px solid rgba(204, 204, 204, 0.15); 
}

.sidebar-listing ul li a {
    color: var(--color--color3);
    height: 100%;
    width: 100%;
    position: relative;
    display: inline-block;
    padding: 0px;
    font-weight: 500;
}

.sidebar-listing ul li:hover, .sidebar-listing ul.no-dots li.current-cat, .sidebar-listing ul.no-dots li.activeChild {
    background: var(--color--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;
    border-left: 1px solid var(--color--color3);
    border-bottom: 1px solid var(--color--color3);
    display: inline-block;
    width: 7px;
    height: 7px;
    -ms-transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
    top: 0px;
    bottom: 0;
    right: 0;
    margin: auto;
}
.sidebar-listing ul li:hover a:after, .sidebar-listing ul li.current-cat:hover a:after, .sidebar-listing ul li.activeChild:hover a:after {
    position: absolute;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    display: inline-block;
    width: 7px;
    height: 7px;
    -ms-transform: rotate(-130deg);
    -webkit-transform: rotate(-130deg);
    -moz-transform: rotate(-130deg);
    -o-transform: rotate(-130deg);
    transform: rotate(-130deg);
    top: 0px;
    bottom: 0;
    right: 0;
    margin: auto;
}
.sidebar-contact .wpcf7-response-output {
    font-size: 10px;
}
.msg-side-form {
    margin: 0;
    color: #fff;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: -15px;
    right: 0px;
    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;
    width: auto;
}
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{

}

/**********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;
    padding: 30px 0px;
    background-color: #fff;
}
.no-banner-header{
    padding-top: 99px
}
.no-banner-header #header{
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 20%);
}

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

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

#header.small-header .logo-wrapper {

}
.navigation-wrap {
    display: flex;
    align-items: center;
}
.navigation-wrap .search-wrap svg path {
    fill: #fff;
}
.navigation-wrap .search-wrap svg, .navigation-wrap .search-wrap img {
    width: 18px;
    height: 18px;
}
/**********************************************/
/************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 - 110px);
    display: flex;
    align-items: center;
    justify-content: end;
    flex-flow: column;
    color: #fff;
    padding-right: 15px;
    padding-left: 15px;
}
.home-banner-content {
    position: relative;
    max-width: 770px;
    padding-bottom: 100px;
    z-index: 9;
}
.home-banner-wrap .heading {
    font-size: 75px;
    letter-spacing: 0px;
    line-height: normal;
    font-weight: 400;
    text-transform: capitalize;
    color: #ffffff;
    text-wrap: balance;
}
.home-banner-video {
    height: 100%;
    position: relative;
}
.home-banner-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}
.home-banner-video:after {
    content: "";
    background: rgba(38, 38, 38, 0.20);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}
.banner_logo_image {
    position: absolute;
    bottom: 50px;
    right: 90px;
    z-index: 9;
}
.home-banner-wrap .sub_heading {
    font-size: 25px;
    letter-spacing: 2px;
}
.header-phn-wrap {
    text-align: right;
    margin-left: 40px;
}
.header-phn-wrap > a {
    color: var(--color--color3);
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0px;
    transition: .5s;
}
.header-phn-wrap > a:hover {
    color: var(--color--color1)!important;
    opacity: 0.8;
}
.header-phn-wrap > a:hover svg path{
	stroke:var(--color--color1)!important;
}
/**********************************/
/************Inner Banner***********/
.inner-banner {
    height: 550px;
    display: flex;
    align-items: center;
    color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.inner-banner .banner-title {
    font-size: 75px;
    line-height: 1;
    font-weight: 400;
    position: relative;
    letter-spacing: 0px;
    margin-bottom: 0px;
    text-transform: capitalize;
    margin-top: 50px;
}

/*********Logo*********/
.header-left-logo {
}
/********Footer*********/
.footer-bg {
    padding-top: 50px;
    background: var(--color--color4);
}
.footer_description {
    font-size: 14px;
}
footer a{
    color: var(--color--color3);
}
footer .title {
    font-size:16px;
    font-weight: 600;
    letter-spacing: 2px;
}
.nap-wrapper .nap-address-info { 
    margin-bottom: 30px;
    line-height: 1.6;
}
.nap-wrapper .phoneno{
}
a.direction-link {
    border-bottom: 1px solid var(--color--color3);
}

.footer-bg .nap-footer a.phoneno, .footer-bg .nap-footer .nap-email {
    display: block;
}
.menu-footer li a {
    padding: 3px 0px;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
.copyright-bg {
    background: #F0F0F0;
    margin-top: 70px;
    color: #515151;
    font-weight: 400;
}
.copyright-bg span {
    padding: 0px 5px;
}
.copyright {
    padding: 9px 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(--color--color1);
}
a:hover{
    color: var(--color--color1)
}
/****** COMMON for Theme **********/
.btn-richgold{
    background-color: var(--color--color1);  
}
.btn-blue{
    background-color: #081b33;
}
.page_container{
    margin: auto;
    max-width: 1775px;
    padding-left: 15px;
    padding-right: 15px;
}
/******************************All Common Css Above*********************************************/
/************banner***********/
.header-phn-wrap > a svg, 
.header-phn-wrap > a img {
    width: 20px;
    height: 20px;
}
.menu-footer {
    display: flex;
    justify-content: center;
    gap: 0px 35px;
    margin-bottom: 60px;
}
.social_share ul {
    gap: 15px 10px;
}
.social_share a {
    display: flex;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    transition: .5s;
    border: 1px solid transparent;
}
.social_share a:hover{
    opacity: 0.7;
    border-color: var(--color--color3);
}
.social_share a svg, .social_share a img {
    width: 17px;
    height: 17px;
}
.home-banner-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-border {
    position: relative;
    padding: 0px 60px;
}
.image-border:after {
    /*
    content: "";
    background: var(--color--color1);
    width: 210px;
    position: absolute;
    height: 1px;
    right: 0px;
    top: 139px;
    */
}
.media-list-box {
    backdrop-filter: blur(20px);
    background-color: rgba(255,255,255, 0.08);
    padding: 60px 20px;
}
.mini-container {
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.slider_arrow_style{padding:0px 75px;}
.slider_arrow_style .slick-arrow {
    position: absolute;
    left: 0px;
    top: 50%;
    font-size: 0px;
    border: 1px solid #fff;
    width: 55px;
    height: 55px;
    background-color: transparent;
    background-image: url(../img/slider-arrow-left.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.slider_arrow_style .slick-arrow:hover {
    background-color: #fff;
    background-image: url(../img/slider-arrow-left-dark.svg);
    background-repeat: no-repeat;
    background-position: center;
}
.slider_arrow_style .slick-arrow.slick-next {
    left: auto;
    right: 0px;
    transform: rotate(180deg);
}
.sec_outer {
    backdrop-filter: blur(20px);
    background: rgba(255, 255, 255, 0.08);
    padding: 60px 20px;
}
.sec-bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-color-secondary{
  background-color: var(--color--color2);
}
/*

.html5lightbox:after {
    content: "";
    background-image: url(../img/play-icon1.svg);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    bottom: 35px;
    right: 35px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    transition: .5s;
    border: 1px solid #fff;
}
*/

.html5lightbox:hover::after {
    background-color: var(--color--color1);
    border-color: var(--color--color1);
}
.html5lightbox {
    position: relative;
    display: block;
}
.videosbg img {
    display: block;
    width: 100%;
}
.coolsculpting-sec{
    background-image: url(../img/bgimg.webp);
}
.sub_heading {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--color--color1);
    background: rgba(117, 33, 36, 0.1);
    display: inline-block;
    line-height: 1;
    padding: 6px 8px;
    letter-spacing: 1px;
}
.gallery_content {
    padding: 55px;
}
.image_right img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.image_right {
    height: 100%;
}
.grey-bg {
    background-color: var(--color--color4);
}
.form_content {
    padding: 100px 60px;
    width: 100%;
}
.list-content li {
    font-size: 20px;
    padding-left:35px;
    position: relative;
    margin: 16px 0px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
}
.list-content li:before {
    content: "";
    position: absolute;
    background: var(--color--color1);
    width: 13px;
    height: 13px;
    left: 0px;
    top: 16px;
    transform: rotate(45deg);
}
.list-content ul {
    column-count: 2;
}
.bg_text {
    font-size: 290px;
    text-transform: capitalize;
    text-align: center;
    line-height: 1;
    position: absolute;
    top: -20px;
    letter-spacing: 10px;
    color: rgba(43, 43, 43, 0.05);
}
.service_list {
    background-color: black;
}
.service-bg {
    background-image: url(../img/service-bg.webp);
}
.service-content {
    padding: 75px;
    padding-left: 85px;
    padding-right: 10px;
}
.main_title {
    color: rgba(255, 255, 255, 0.05);
    font-size: 288px;
    line-height: 1;
    position: absolute;
    top: 0px;
    letter-spacing: 10px;
    text-transform: capitalize;
    left: 0px;
}
.img-box img {
    display: block;
    width: 100%;
    object-fit: cover;
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: calc(100% - -100px);
}
.outer-area {
    background: #fafafa;
}
.tabs.main_tabs li {
    color: var(--color--color3);
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    padding-right: 20px;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}
.tabs.main_tabs li.active {
    border-color: var(--color--color2);
    color: var(--color--color2);
    font-weight: 700;
}
.tabs.main_tabs li svg {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}
.tabs.main_tabs li.active svg path {
    stroke: var(--color--color2);
}
.tabs.main_tabs {
    gap: 0px 60px;
    padding-left: 85px;
    position: relative;
    z-index: 9;
}
.servive_bottom {
    padding: 29px 0px;
}
.certifications_title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 85px;
    margin-bottom: 55px;
}
.certifications_title:after {
    content: "";
    position: absolute;
    width: calc(100% - 222px);
    height: 0.6px;
    background: rgba(43, 43, 43, 0.1);
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
}
.certifications_logo_list{
    padding: 0px 60px;
    gap: 0px 35px;
}
.about_sec_bg {
    background-image: url(../img/about_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.certifications_image img {
    max-height: 97px;
    width: auto;
}
.sub_heading_style2 {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}
.quotes-icon svg, 
.quotes-icon img {
    width: 65px;
    height: 60px;
}
.star-icon {
    background-image: url(../img/star_img.svg);
    width: 21px;
    height: 21px;
    position: static;
    display: block;
	background-repeat:no-repeat;
}
.review-rating {
    display: flex;
    align-items: center;
    gap: 0px 8px;
    margin: 20px 0px;
}
.testimonials-title {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    padding-right: 50px;
    white-space: nowrap;
}
.testimonial_meta{
    padding-right: 180px;
}
.spacer {
    width: 100%;
    background: #fff;
    height: 1px;
	opacity:0.35;
}
.sliderbtn {
    position: absolute;
    right: 0px;
    bottom: 44px;
    display: flex;
    gap: 20px;
}
.sliderbtn .prev-arrow {
    right: 75px;
    left: auto;
}
.green_bg_img{
    background-image: url(../img/green_bg_img.webp);
}
.testimonials-sec-wrap {
    max-width: 781px;
}
.banner_sub_heading {
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: 400;
}
.main_title_style a {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 500;
    display: block;
    padding: 8px 0px;
}
.main_title_style a:hover {
    color: var(--color--color2);
}
.mobile-service-bg{
 background-image: url(../img/servicesecbg.webp);
}
.media_img {
    margin: 0px 15px;
}
.img-full-size {
    height: 100%;
}
.img-full-size img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.certifications_image {
    width: calc(25% - 50px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.theme-bg {
    background: var(--color--color1);
    color: #fff;
}
.pages_list li a {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    padding-right: 20px;
    transition: .5s;
}
.pages_list li a:hover {
    padding-right: 25px;
}
.pages_list li a svg {
    position: absolute;
    top: 7px;
    right: 0px;
}
.pages_list ul {
    justify-content: space-around;
}
.pages_list {
    padding: 30px 0px;
}
.image-bg-style:before,
.image-bg-style:after
 {
    content: "";
    position: absolute;
    width: 311px;
    height: calc(100% - 80px);
    right: 0px;
    top: 0px;
    background-color: var(--color--color2);
    z-index: -1;
}
.image-bg-style:before {
    background-image: url(../img/pexels-hngstrm.webp);
    z-index: 1;
    mix-blend-mode: multiply;
}
.image-bg-style img {
    position: relative;
    z-index: 9;
}
.image-bg-style{
    padding-top: 80px;
    padding-right: 80px;
}
.color1{
    color: var(--color--color1);
}
.fw-medium{
    font-weight: 600;
}
.logo_box {
    width: 250px;
    border: 1px solid #00000026;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.top_content {
    width: calc(100% - 300px);
}
.bio_content_wrap {
    padding: 40px 70px;
    box-shadow: 0px 0px 40px 0px #00000014;
    background-color: #FFFFFF;
    margin-top: -145px;
    margin-bottom: 70px;
}
.default-list-style li {
    position: relative;
    padding-left: 20px;
    width: 100%;
}
.default-list-style li:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    left: 0px;
    top: 13px;
}
.default-list-style ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 0px;
}
.black-bg{
    background-color: var(--color--color3);
}
.bio_content {
    margin-top: 130px;
}
.form_content .form-group {
    margin-bottom: 20px;
}
.form_content .btn-wrap {
    margin-top: 55px;
}
.page_content{
    max-width: 795px;
}
.banner_title {
    font-weight: 600;
    font-size: 58px;
    line-height: 1;
}
.banner_img {
    width: 330px;
    position: relative;
    padding-right: 30px;
    z-index: 90;
}
.banner_img:after {
    background: #FF697F;
    content: "";
    width: 85%;
    height: 85%;
    position: absolute;
    right: 0px;
    z-index: -1;
    border-radius: 500px 0px 0px 0px;
    bottom: 0px;
}
.care_banner {
    padding-top: 5px;
}
.care_banner_content {
    width: calc(100% - 330px);
    padding: 35px 0px 35px 35px;
}
.checkbox-style input[type="checkbox"] {
    width: 30px;
    height: 30px;
    background-color: #EBEBEB;
    border-radius: 5px;
    position: relative;
    top: 9px;
    margin-right: 10px;
    opacity: 0;
}
.checkbox-style input[type=checkbox]:checked{
    opacity: 1;
}
.checkbox-style label:before {
    width: 30px;
    height: 30px;
    background-color: #EBEBEB;
    content: "";
    position: absolute;
    top: 7px;
    border-radius: 5px;
}
.checkbox-style form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.checkbox-style label {
    width: calc(50% - 15px);
    position: relative;
    line-height: 100%;
    vertical-align: middle;
}
.btn-style2 {
    font-size: 20px;
    color: var(--color--color2);
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid var(--color--color2);
    line-height: 1;
    padding-bottom: 10px;
    display: inline-block;
    background-image: url(../img/right_arrow.svg);
    background-repeat: no-repeat;
    background-position: right top 3px;
    padding-right: 20px;
    transition: .5s;
}
.btn-style2:hover{
	color: var(--color--color2);
	padding-right: 25px;
}
ul.slick-dots li button {
    background: #D9D9D9;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    font-size: 0px;
    box-shadow: none;
    border: none;
}
ul.slick-dots {
    display: flex;
    justify-content: center;
    gap: 15px;
    line-height: 100%;
}
ul.slick-dots li.slick-active button{
   background-color: var(--color--color1);
}
.specialties-box {
    padding: 45px 23px;
}
.specialties-box .h4 {
    font-size: 30px;
}
.blog-single {
    padding: 20px;
}
.blog-single h2 {
    font-size: 40px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.blog-single h3, .blog-single h4, .blog-single h5 {
    margin-top: 30px;
    margin-bottom: 20px;
}
.how_it_works  iframe{
	width:100%;
	height:445px;
}
.wpcf7-spinner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.pagination .nav-links {
    width: 100%;
    display: flex;
    position: relative;
    font-weight: 700;
    justify-content: center;
    border-top: 1px solid rgba(43, 43, 43, 0.3);
    border-bottom: 1px solid rgba(43, 43, 43, 0.3);
    padding: 20px 0px;
    margin-top: 65px;
}
.pagination .nav-links span.current {
    color: var(--color--color2);
    border-color: var(--color--color2);
    border: 1px solid var(--color--color2);
}
.pagination .nav-links span, 
.pagination .nav-links a {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1;
    color:#515151;
    margin: 0 8px;
    position: relative;
    font-weight: 400;
    min-width: 60px;
    height: 60px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: 0 0;
    border-radius: 0px;
    border: 1px solid transparent;
    background-color: #fff;
    display: block;
    line-height: 60px;
}
.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.next, 
.pagination .nav-links a.next, .pagination .nav-links a.prev {
    font-weight: 600;
    color: var(--color--color2);
    background-image: url(../img/rightdark-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    padding-right: 20px;
    background-position: center right;
    border: none;
}
.pagination .nav-links a.prev {
    background-image: url(../img/slider-arrow-left-dark.svg);
    background-position: left top 22px;
    padding-left: 20px;
}
.pagination .nav-links a.prev:hover,
.pagination .nav-links a.next:hover{
opacity: 0.8;
}
.pagination .nav-links span:hover, 
.pagination .nav-links a:hover {
    color: var(--color--color2);
    border-color: var(--color--color2);
}
.pagination .nav-links a.prev {

}
ul.menu-top li.menu-item-has-children {
    margin-right: 10px;
}
.product-img {
    border: 1px solid rgba(235, 235, 235, 1);
    background: rgba(250, 250, 250, 1);
    text-align: center;
    padding: 50px 15px;
}
.product-img img {
    mix-blend-mode: multiply;
}
.product_title{
    font-size: 25px;
    text-transform: capitalize;
}
.product_price {
    background: rgba(245, 247, 243, 1);
    font-weight: 500;
    text-transform: uppercase;
    color: var(--color--color2);
    display: inline-block;
    padding: 2px 18px;
}
.product_list {
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 60px;
    margin-bottom: 50px;
}
.product_list:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.prevent_product .product-img {
    padding: 0px;
    border: none;
}
.product_wrap {
    height: 100%;
    position: relative;
    padding-bottom: 60px;
}
.product_wrap .btn {
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.hr_style {
    color: #EBEBEB;
    opacity: 1;
}
.three-column-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0px;
}
.three-column-list li {
    width: 33.33%;
}
.content_boxes_second:last-child .hr_style {
    display: none;
}
.accordion-header button {
    background: var(--color--color4);
    border: none;
    font-size: 20px;
    font-weight: 400;
    color: var(--color--color3);
    margin: 0px;
    padding: 13px 20px;
    padding-right: 50px;
}
.accordion-button:not(.collapsed){
     background: var(--color--color4);
    border-bottom: 1px solid #EBEBEB;
    color: var(--color--color3);
}
.accordion-item{
     border: 1px solid #EBEBEB;     
}
.accordion-button:focus{
    border: none;
    box-shadow: none;
}
.accordion-button::after {
    content: "+";
    background-image: none;
    color: var(--color--color1);
    font-size: 25px;
    position: absolute;
    right: 20px;
    line-height: 30px;
    top: 12px;
    transform: none;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    font-family: "Work Sans", sans-serif;
}
.accordion-button:not(.collapsed)::after {
    content: "-";
    background-image: none;
    transform: none;
}
.amount_indication_text {
    background: #F2EEEE;
    padding: 20px;
}
.box.input-box input {
    color: #000;
    border: 1px solid var(--color--color3);
    height: 50px;
    width: 100%;
    padding: 0px 15px;
}
.box.input-box input::placeholder{
    color: #000;
}
.box.output-box {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 5px;
}
div#ez-toc-container ul li:after{
display: none;
}
div#ez-toc-container ul li, div#ez-toc-container ul li a {
    margin: 3px 0px;
}
span.ez-toc-js-icon-con {
    width: auto !important;
}
#ez-toc-container .ez-toc-js-icon-con{
    border: 1px solid var(--color--color2) !important
}
.ez-toc-title {
    font-family: var(--title--font);
    font-weight: 400 !important;
    letter-spacing: 0px;
}
div#ez-toc-container {
    padding: 30px;
    margin-bottom: 40px;
}
.loop-item {
    padding: 45px;
    margin-bottom: 30px;
}
.thumb-block img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.information .row {
    width: 100%;
}
.information {
    text-transform: capitalize;
    display: flex;
    flex-wrap: wrap;
    gap: 7px 0px;
    margin-top: 20px;
}
.information span {
    margin-right: 40px;
}
.gallery-content {
    padding: 30px;
}
.html5lightbox-not-video:after {
    display: none;
}
.testimonials-content {
    letter-spacing: 1px;
}
.review_content_box {
    display: flex;
    flex-direction: column;
}
.main-footer .contact-sec-content .nap_map iframe {
    height: 200px;
}
.contact_page_form textarea {
    height: 180px !important;
}
.blog-list {
    max-width: 800px;
}
.blog-single-row{
    max-width: 800px;
}
.left-content {
    max-width: 800px;
}
.payemnt_amount_content{
    font-size: 12px;
}
.star-rating-list{
    line-height: 100%;
}
.banner_none {
    padding-top: 110px;
}
.media-slider .slick-arrow {
    margin-top: -27px;
}
.service-content-inner {
 min-height: 525px; 
}
.review_content_box p {
    line-height: 1.6;
}
nav.navigation.pagination {
    padding: 0px 20px;
}
.copyright a {
    text-decoration: underline;
}
.copyright a:hover {
    text-decoration: none;
}
.bottom_content_style p{
    margin-bottom: 0px;
}
.bottom_content_style img{
    margin-bottom: 0px;
}
/*Review page start*/
.page-template-temp-reviews .quotes-icon svg path {
    fill: var(--color--color1);
}
.page-template-temp-reviews .testimonials-list .testimonial-item {
    margin-bottom: 3rem;
}
/*Review page end*/
.list-style .service-content ul li:after {
    background: #fff;
}
.list-content-row li {
    margin: 3px 0px;
}
.list-style-row ul {
    display: flex;
    gap: 3px 25px;
}
.list_in_row ul {
    column-count: 3;    margin-bottom: 10px;
}
.cta_sec {
    background: var(--color--color1);
    padding: 50px 0px;
    color: #fff;
}
.btn-white svg path {
    stroke: #fff;
}
.btn-white:hover svg path {
    stroke: var(--color--color2);
}

.single-service-heading {
    text-align: center;
}

.pad-btm{
	padding-bottom: 60px;
}


.information .col-8 span {
    margin: 0px;
    position: absolute;
    left: 0px;
}
.information .col-8 {
    padding-left: 40px;
    position: relative;
}
.footer-logo img {
    max-width: 500px;
}

.inner-banner {
  position: relative;
  z-index: 1;
}

.overlay_none::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 0.5 = 50% opacity */
  z-index: 2;
}

.inner-banner * {
  position: relative;
  z-index: 3;
}
.disclosure_btn {
    border-bottom: 1px solid var(--color--color3);
    color: var(--color--color3);
}
.home-banner-wrap:after {
    /*
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 200px;
    background: linear-gradient(transparent, rgba(0,0,0,0.5));
    */
}
.wp-google-powered {
    display: none !important;
}
.notification_content {
    font-size: 15px;
    margin-top: 7px;
    letter-spacing: 0px;
}
.parent-menu ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.parent-menu ul li a {
    padding: 6px 15px;
    margin: 4px;
    border: 1px solid var(--color--color3);
    color: var(--color--color3);
    display: block;
    transition: .5s;
}
.parent-menu ul li a:hover,
.parent-menu ul li.activeChild a
 {
    border: 1px solid var(--color--color1);;
    color: #ffffff;
    background-color: var(--color--color1);
}
.parent_menu_wrap .widgettitle {
    padding-top: 0px;
}
.wp-block-quote {
    border-left: 3px solid var(--color--color1);
    background-color: #f6f4f4;
    padding: 20px;
    margin-bottom: 25px;
}
.wp-block-quote p {
    font-size: 20px;
}
.wp-block-quote p:first-child {
    margin-bottom: 5px;
}