:root{
    --text-color: #444444;
    --color-one: #AE8A5F;
    --color-two: #202A44;
    --font-one: 'Rubik', sans-serif;
    --font-two: 'Libre Caslon Text', sans-serif;
    --heading: 64px;
    --h1: 45px;
    --h2: 40px;
    --h3: 35px;
    --h4: 30px;
    --h5: 25px;
    --h6: 20px;
}
body {
    color: #000;
    line-height: 2;
    font-family: var(--font-one);
    font-size: 20px;
    overflow-x: hidden;
    padding-top: 90px;
}
body.logged-in {
    padding-top: 0;
}
a[href^="tel:"] {
    text-decoration: none !important;
}
a[href^="mailto:"]:hover{
    text-decoration: none !important;
}
a{
    text-decoration: none !important;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    outline: 0;
    color: var(--color-one);
}
p{
    margin-bottom: 15px;
}
ul, ol{
    margin: 0;
    padding: 0;
}
p:last-child{
    margin-bottom: 0;
}
.heading{
    font-size: var(--heading);
    line-height: 1.2;
    letter-spacing: 1px;
    font-family: var(--font-two);
    font-weight: 400;
}
.theme-color-one{
    color: var(--color-one);
}

h1, .h1 {
    font-size: var(--h1);
}
h2, .h2 {
    font-size: var(--h2);
}
h3, .h3 {
    font-size: var(--h3);
}
h4, .h4 {
    font-size: var(--h4);
}
h5, .h5 {
    font-size: var(--h5);
}
h6, .h6 {
    font-size: var(--h6);
}
.heading {
    font-size: var(--heading);
    font-weight: 600;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    line-height: 1.2;
    letter-spacing: 1px;
    font-family: var(--font-two);
    font-weight: 600;
    margin-bottom: 15px;
}
b, strong{
    font-weight: 600;
}
img{
    max-width: 100%;
    height: auto;
}
button{
    outline: 0 !important;
}
div.wpcf7 .ajax-loader.is-active {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    transform: translateX(0);
    background-color: #fff;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 40px;
}
.btn {
    background-color: var(--color-one);
    border-color: var(--color-one);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    border-width: 2px;
    color: #fff;
    padding: 16px 35px;
    outline: 0 !important;
    box-shadow: none !important;
    border-radius: 0;
    position: relative;
    cursor: pointer;
    min-width: 180px;
    font-weight: 500;
    font-size: 20px;
    white-space: normal;
    letter-spacing: 0.3px;
    transition: all 0.5s ease-in-out;
}
.btn:hover {
    background-color: transparent;
    border-color: var(--color-one);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    color: var(--color-one);
}
.btn.btn-white {
    background-color: #fff;
    border-color: #fff;
    color: var(--color-one);
}
.btn.btn-white:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}
.form-group {
    margin-bottom: 30px;
}
.form-control{
    background: transparent;
    border-radius: 0;
    box-shadow: none !important;
    outline: 0 !important;
    max-height: 150px;
    resize: none;
    border: 0px solid #959595;
    border-bottom: 1px solid #959595;
    border-radius: 0;
    padding-left: 0;
}
.form-control:focus{
    background: transparent;
    border-color: initial;
}
.section-pd, .spaced{
    padding-top: 80px;
    padding-bottom: 80px;
}
.no-scroll {
    overflow-x: hidden;
}
.wpcf7-form-control-wrap {
    display: block;
}
span.wpcf7-not-valid-tip{
    display: none;
}
span.wpcf7-not-valid-tip, .wpcf7 label.error {
    position: absolute;
    right: 0;
    font-size: 12px;
    color: #f00;
    padding: 1px 3px;
    line-height: 1;
    font-weight: 400;
    margin: 0;
}
.wpcf7-form {
    position: relative;
}
span.wpcf7-spinner {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30px;
    margin: auto;
}
div.wpcf7-response-output {
    position: absolute;
    left: 0;
    bottom: auto;
    border: 0 !important;
    line-height: 1;
    margin: 10px 0 0 !important;
    padding: 0 !important;
    font-size: 12px;
    line-height: 1.2;
    margin-top: 7px;
    width: 100%;
    font-weight: 400;
    background: transparent;
    color: #f00;
}
.wpcf7-response-output.alert-danger {
    color: #f00;
}
.wpcf7-response-output.alert-success {
    color: #008000;
}
div.wpcf7-mail-sent-ok {
    color: #398f14 !important;
}
div.wpcf7 .ajax-loader {
    position: absolute;
    bottom: 0;
}
.text-white a:not(.btn){
    color: #fff;
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6{
    color: #fff;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(0,0,0,0.5) !important;
}
::-moz-placeholder { /* Firefox 19+ */
    color: rgba(0,0,0,0.5) !important;
}
:-ms-input-placeholder { /* IE 10+ */
    color: rgba(0,0,0,0.5) !important;
}
:-moz-placeholder { /* Firefox 18- */
    color: rgba(0,0,0,0.5) !important;
}
.form-control{
    color: #000;
}

.dark-bg-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(255,255,255,0.7) !important;
}
.dark-bg-form ::-moz-placeholder { /* Firefox 19+ */
    color: rgba(255,255,255,0.7) !important;
}
.dark-bg-form :-ms-input-placeholder { /* IE 10+ */
    color: rgba(255,255,255,0.7) !important;
}
.dark-bg-form :-moz-placeholder { /* Firefox 18- */
    color: rgba(255,255,255,0.7) !important;
}
.dark-bg-form .form-control{
    color: #fff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.sidebar-form div.wpcf7-response-output{
    text-align: center;
}
.list-style ul, .list-style ol {
    list-style: none;
    margin-bottom: 20px;
}
ul.list-col-two {
    column-count: 2;
    column-gap: 30px;
}
.list-style li {
    position: relative;
    padding-left: 30px;
    transition: all .3s ease;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.list-style li::before {
    position: absolute;
    content: "";
    top: 16px;
    left: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    background: url(../images/arrow-y.svg) no-repeat;
    background-size: 18px;
}

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

.html5lightbox {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}
.html5lightbox .icon-play {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.html5lightbox .icon-play:hover {
    fill: var(--color-one);
}
.html5lightbox .icon-play:hover path{
    fill: #fff;
}
.html5lightbox:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all .3s ease-in-out;
}
.html5lightbox:hover:after {
    background: rgba(0, 0, 0, 0.25);
}
.html5-elem-box .html5-image {
    padding: 0 !important;
}

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

.form-group-btn {
    position: relative;
    display: inline-block;
}

.slick-dots {
    display: flex;
    list-style: none;
    justify-content: center;
    margin-top: 20px;
}
.slick-dots li {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    border: 1px solid var(--color-one);
    position: relative;
    margin-left: 6px;
}
.slick-dots li button {
    font-size: 0;
    border: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: transparent;
    position: absolute;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.slick-dots li.slick-active button {
    background: var(--color-one);
}
.slick-arrow {
    width: 65px;
    height: 65px;
    background: transparent;
    border-radius: 100%;
    border: 1.5px solid var(--color-two);
    font-size: 0;
    position: relative;
}
.slick-prev.slick-arrow:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-top: 2px solid var(--color-two);
    border-left: 2px solid var(--color-two);
    left: 5px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
}
.slick-next.slick-arrow:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border-top: 2px solid var(--color-two);
    border-right: 2px solid var(--color-two);
    left: 0;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

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

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

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

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

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

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

/*======== nav multiple css ============*/
.home .header{
    border-bottom: 5px solid var(--color-one);
}
.header {
    transition: all .3s ease-in-out;
    padding: 10px 0;
    background: var(--color-two);
}
.header.shrink {
    background: #000;
    transition: all .3s ease-in-out;
    z-index: 999;
}
.header .nav-menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-family: var(--font-two);
}
.header-search {
    margin-left: 20px;
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
    align-items: center;
}
.header-search .search-icon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 20px;
    height: 20px;
}
.header-search svg {
    width: 100%;
    height: 100%;
    fill: #fff;
    cursor: pointer;
}
.header-logo {
    width: 250px;
    display: flex;
    align-items: center;
    color: #fff;
}
.header-logo img {
    padding: 5px 0;
    max-height: 80px;
    width: auto;
}
.header-right {
    width: calc(100% - 250px);
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-btn {
    margin-left: 30px;
    height: 100%;
    display: flex;
    align-items: center;
}
.header-btn .btn {
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 12px 20px;
    max-width: 185px;
    line-height: 1.2;
}
.header-btn .btn:hover{
    background: #fff;
    border-color: #fff;
    color: var(--color-one);
}


/* Header Menu */
.nav-menu{
    position: relative;
}
.nav-menu li{
    position: relative;
}
.nav-menu > ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}
.nav-menu > ul.menu > li{
    display: inline-block;
    margin: 0 15px;
    color: #000;
    position: relative;
}
.nav-menu .menu > li > a:before{
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    transition: all .4s ease-in-out;
    opacity: 0;
    background: var(--color-one);
}
.nav-menu .menu > li:hover > a, .nav-menu .menu > li.current-menu-item > a{
    color: var(--color-one);
}
.nav-menu .menu > li:hover > a:before, .nav-menu .menu > li.current-menu-item > a:before, .nav-menu .menu > li.current-menu-ancestor a:before{
    opacity: 1;
    width: 100%;
}
.nav-menu .menu li:first-child{
    margin-left: 0;
}
.nav-menu .menu li:last-child{
    margin-right: 0
}

/* This hides the dropdowns */
.nav-menu > ul> li> a {
    padding: 10px 1px;
    color: #fff;
    position: relative;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
    font-size: 16px;
    transition: none;
    font-weight: 500;
}
.nav-menu > ul> li:last-child a{
    margin-right: 0;
}
.nav-menu> ul> li:first-child:before{
    transform: translateX(0);
}
.nav-menu> ul> li:before{
    transform: translateX(-100%);
    opacity: 0
}

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


/*===== Home Page ====*/
.home-banner {
    height: 700px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    z-index: 1;
    color: #fff;
    background-color: #000;
}
.home-banner .row {
    max-width: 650px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.home-banner .banner-content {
    padding-bottom: 100px;
}
.home-banner .banner-title {
    color: #fff;
    position: relative;
    font-size: 86px;
    font-weight: 400;
}
.home-banner .banner-subtitle {
    font-size: 32px;
    color: var(--color-one);
    line-height: 1.2;
    margin-top: 20px;
}
.banner-description {
    font-size: 18px;
    margin-top: 20px;
}
.home-banner .banner-btn-wrap{
    margin-top: 30px;
}
.home-banner .banner-video {
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}
.home-banner .banner-video:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.4);
}
.home-banner .banner-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center 0;
}

.home-banner-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.home-banner-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.header-phone {
    display: flex;
    align-items: center;
    color: #fff;
    margin-left: 15px;
    height: 100%;
}
.header-phone .phone-title {
    font-size: 18px;
    font-weight: 300;
}
.header-phone .phone-icon {
    width: 45px;
    height: 45px;
    line-height: 1;
    background: #D9D9D9;
    padding: 10px;
    border-radius: 100%;
}
.header-phone .phone-no {
    font-size: 20px;
    font-weight: 700;
    margin-top: 4px;
}
.header-phone .icon {
    width: 100%;
    height: 100%;
}
.header-phone a {
    color: var(--color-one);
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 15px;
    border: 2px solid #fff;
    padding: 9px 15px;
    background: #fff;
}
.header-phone a:hover {
    background: var(--color-one);
    border-color: var(--color-one);
    color: #fff;
}
.header-phone .phone-title-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

/* Page Banner */
.page-banner {
    display: flex;
    background-size: cover;
    background-position: center 0;
    background-color: #555;
}
.page-banner .banner-content-wrap {
    max-width: 100%;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 300px;
    padding-bottom: 80px;
    z-index: 1;
}
.page-banner .banner-title {
    font-size: 64px;
    font-weight: 400;
}
.page-banner .banner-subtitle {
    font-weight: 300;
    font-size: 25px;
    letter-spacing: 1px;
    color: rgba(255,255,255,.65);
}

/*======= Footer ======*/
.footer {
    position: relative;
    z-index: 1;
}
.footer-top {
    background: #000;
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 18px;
}
.footer .footer-col-1 {
    width: 25%;
    position: relative;
    padding-right: 30px;
}
.footer .footer-col-2 {
    width: 75%;
    position: relative;
}
.footer .footer-col-3 {
    width: 33%;
    padding-left: 40px;
    position: relative;
}
.footer-logo {
    margin-bottom: 40px;
}
.footer-logo img {
    width: auto;
    max-width: 300px;
}
.footer .footer-nap-row {
    --bs-gutter-x: 30px;
}
.footer-menu ul {
    display: flex;
    flex-wrap: wrap;
}
.footer-menu li {
    width: 50%;
}
.footer-menu li + li {
    margin-top: 5px;
}
.footer-menu a {
    color: #343434;
}
.footer .widget-title {
    font-size: 20px;
    margin-bottom: 30px;
}
.footer ul{
    list-style: none;
}
.footer ul a:hover, .footer li.current-menu-item a:hover{
    color: var(--color-one);
    opacity: 1;
}
.footer .social-links ul{
    list-style: none;
    display: flex;
}
.footer .social-links li + li {
    margin-left: 20px;
}
.footer .social-links li a {
    color: #fff;
    width: 24px;
    height: 24px;
    display: inline-block;
    padding: 0;
    border-radius: 100%;
}
.footer .social-links li svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}
.footer .social-links li a:hover svg, .footer .social-links li a:hover svg path{
    fill: var(--color-one);
}
.footer .address-wrap {
    position: relative;
}
.footer .phone, .footer .email {
    position: relative;
    margin-bottom: 30px;
    line-height: 1.5;
    margin-top: 10px;
}
.footer .phone a:hover, .footer .email a:hover {
    color: var(--color-one);
}
.footer-contact .icon {
    width: 24px;
    height: 24px;
    fill: #fff;
    position: absolute;
    left: 0;
    top: 5px;
    display: none;
}
.footer-contact .icon path{
    fill: var(--color-one);
}
.footer .nap-phone-title {
    font-size: 23px;
    font-weight: 500;
}
.footer-nap-col .phone a {
    color: #fff;
    font-size: 18px;
}
.footer-nap-col .phone a:hover, .footer-nap-col .email a:hover{
    color: var(--color-one);
}
.footer .direction-link {
    color: var(--color-one) !important;
    margin-top: 5px;
    border-bottom: 1px solid;
}
.footer .direction-link:hover {
    color: #fff !important;
}
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.25);
    padding: 15px 0;
    font-size: 15px;
}
.footer-bottom .container {
    display: flex;
    justify-content: center;
}
.footer-bottom .row {
    align-items: center;
    padding: 10px 0;
    font-size: 16px;
}
.footer-links ul {
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: flex-end;
    margin-left: 15px;
}
.footer-links ul li+li:before {
    content: "";
    width: 1px;
    height: .8em;
    display: inline-block;
    vertical-align: middle;
    background-color: #949494;
    opacity: 0.5;
    margin: 0 8px;
    position: relative;
    top: -1px;
}
.footer-links li a {
    color: #000;
}
.footer-links a:hover{
    color: var(--color-one);
}

.footer .social-title, .footer .email-title, .footer .phone-title, .footer .address-title{
    color: var(--color-one);
    font-size: 16px;
    margin-bottom: 7px;
}
.footer .nmap iframe {
    width: 100%;
    height: 300px;
    display: block;
    margin-bottom: 30px;
}
.footer .location-title {
    font-size: 22px;
}


/*======= Blog Page ========*/
.blog-heading {
    margin-bottom: 80px;
}
.blog-item-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.blog-page-listing .blog-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}
.blog-meta {
    padding: 5px 0 20px;
    display: flex;
    line-height: 1;
    align-items: center;
    color: #b0b0b0;
    width: 100%;
    list-style: none;
    position: relative;
    font-size: 20px;
    font-weight: 400;
}
html[lang="es"] .blog-meta {
    font-size: 18px;
}
.blog-page-listing .blog-item .author-fallback-img{
    display: none;
}
.blog-meta .post-author {
    color: #515151;
}
.blog-meta .post-date {
    color: #515151;
    position: relative;
}
.blog-meta > div {
    position: relative;
    margin-right: 10px !important;
    padding-right: 10px !important;
}
.blog-meta > div:before {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #515151;
}
.blog-meta > div:last-child:before {
    display: none;
}
.blog-meta .category a {
    color: #4E4E4E;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
    display: inline-block;
    line-height: 1.3;
    font-weight: 400;
    font-size: 18px;
}
.blog-meta .category a:last-child{
    padding-right: 0;
    margin-right: 0;
}
.blog-meta .category a:hover {
    color: var(--color-two);
}
.blog-meta .category a:before {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #4E4E4E;
    transform: rotate(25deg);
}
.blog-meta .category a:last-child:before {
    content: none;
}

.blog-meta .post-author-info {
    margin: 0;
    border: 0;
    padding: 0;
    color: #515151;
}
.blog-meta .post-author-info img{
    display: none !important;
}


.blog-item .blog-image {
    height: 490px;
    background-size: cover;
    background-position: center 0;
    position: relative;
    border-radius: 0;
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #eee;
}
.blog-item .blog-image.no-thumnails {
    background-color: #02415e;
    background-size: 34%;
    background-repeat: no-repeat;
    background-position: center;
}
.blog-page-listing .blog-item .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
}
.blog-page-listing .title:hover a {
    color: #1B2B5C;
}
.blog-page-listing .blog-content {
    width: 100%;
}
.blog-item .item-hover {
    display: flex;
    background: #3469a8;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 2rem 0;
    color: #fff;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 6px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}
.blog-item:hover .item-hover {
    opacity: 1;
    visibility: visible;
}
.blog-item a{
    transition: none;
}
.blog-item .title a{
    color: #252525;
}
.blog-item .title a:hover {
    color: var(--color-one);
}
.blog-item .item-hover a:hover, .item-hover .blog-meta .category a:hover{
    color: #E5936B;
}
.blog-item .item-hover .btn-arrow:hover:after{
    background-color: #ccb70a;
    border-color: #ccb70a;
}
.blog-item .read-more {
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    color: #EE3224;
}
.blog-item .read-more svg, .btn img {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    margin-top: -5px;
}
.blog-item .read-more svg path, .blog-item .read-more svg{
    stroke: #000;
}
.blog-item .read-more:hover svg, .blog-item .read-more:hover path {
    stroke: #000;
}
.blog-item .read-more:hover{
    color: #000;
}
.blog-item .read-more:hover:after{
    background: #000;
}
.blog-item .blog-image a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}
.blog-item .blog-image a:hover {
    background: rgba(0,0,0,0.25);
}
.blog-item .play-btn svg, .blog-item .play-btn img {
    width: 90px;
    height: 90px;
}
.blog-item .more-btn .arrow {
    width: 14px;
    margin-left: 4px;
}
.blog-item .more-btn:hover{
    color: var(--color-two);
}
.blog-item .more-btn:hover path{
    stroke: var(--color-two);
}
/*====== Blog Detail ========*/

.blog-detail {
    overflow: hidden;
}
.blog-detail-page .blog-image{
    background-size: cover;
    background-position: center 0;
    position: relative;
    border-radius: 0;
    width: 100%;
    border: 1px solid #eee;
    margin-bottom: 15px;
    margin-bottom: 20px;
}
.blog-detail-page .blog-image a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}
.blog-detail-page .blog-image a:hover {
    background: rgba(0,0,0,0.25);
}
.blog-detail-page .play-btn svg, .blog-item .play-btn img {
    width: 90px;
    height: 90px;
}
.blog-detail-page .blog-image .blog-title{
    position: absolute;
    color: #fff;
    left: 20px;
    right: 20px;
    bottom: 20px;
    font-size: 1.75rem;
}
.blog-detail-page .blog-image img {
    width: 100%;
}
.blog-detail-page .blog-meta {
    padding: 10px 0 20px;
    margin-bottom: 0;
    border-bottom: 0px solid #e6e6e6;
}
.blog-detail-page .blog-meta li{
    background-image: none;
    padding: 0 15px;
}
.blog-detail-page iframe {
    width: 100%;
    height: 450px;
}

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


.post-author-info {
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin-bottom: 15px;
}
.post-author-info .author-info-inner {
    display: inline-flex;
    align-items: center;
    text-transform: capitalize;
    color: #515151;
    gap: 0 15px;
    position: relative;
}
.post-author-info img {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    object-fit: cover;
    object-position: center top;
}
.author-fallback-img {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-one);
    color: #fff;
    line-height: normal;
    font-size: 25px;
    font-weight: 700;
}


/*====== Blog Search ======*/
.sidebar-search-outer {
    margin-bottom: 20px;
}
.sidebar-search-outer .input-group {
    height: 55px;
    overflow: hidden;
    flex-direction: row;
    background: #fff;
    border: 1px solid #EAE2D5;
}
.sidebar-search-outer .input-group .form-control {
    border-radius: 0;
    padding: 15px;
    height: 100%;
    font-size: inherit;
    color: inherit;
    background: #fff;
    border: 0px solid #1B2B5C;
    margin: 0;
}
.sidebar-search-outer .input-group-btn {
    position: relative;
    height: 100%;
    width: 55px;
    background: var(--color-one);
}
.sidebar-search-outer input[type='submit'] {
    width: 100%;
    height: 100%;
    cursor: pointer;
    outline: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    border: 0px solid #1B2B5C;
}
.sidebar-search-outer input[type='submit']:hover {
    opacity: 1;
}
.sidebar-search-outer .search-icon {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    fill: var(--color-one);
    width: 24px;
    margin: auto;
}
.sidebar-search-outer .search-icon path{
    fill: #fff;
}
.sidebar-search-outer .custom_form_msg {
    position: absolute;
    bottom: 0px;
    right: 80px;
    margin: 0;
    font-size: 13px;
    color: #f00;
    padding: 0px 8px;
}
.sidebar-search-outer input[type=text]::-ms-clear{
    display: none;
    width : 0;
    height: 0;
}

.sidebar-form .form-control{
    padding-left: 0;
    border: 0;
    border-bottom: 1px solid rgba(27, 43, 92, 0.4);
    font-weight: 300;
}

/*===== Pagination =====*/
.navigation.pagination {
    width: 100%;
}
.pagination h2 {
    display: none;
}
.pagination .nav-links {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    font-weight: 400;
    width: 100%;
    background: #E9E9E9;
    justify-content: center;
}
.pagination .nav-links span, .pagination .nav-links a {
    padding: 10px 15px;
    font-size: 18px;
    color: #B8B8B8;
    border: 0px solid #B8B8B8;
    line-height: 1;
    font-weight: 400;
    margin-right: 10px;
    width: 55px;
    height: 55px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination .page-numbers .icon {
    width: 20px;
    height: 20px;
}
.pagination .nav-links span.current {
    border: 1px solid var(--color-one);
    background: var(--color-one);
    color: #fff;
    margin: 0;
}
.pagination .nav-links span.current:first-child{
    margin-left: auto;
}
.pagination .nav-links span.current:last-child{
    margin-right: auto;
}
.pagination .nav-links a:hover {
    color: #1B2B5C;
    border-color: #1B2B5C;
}
.pagination .nav-links .page-numbers.dots {
    padding: 0;
    border: 0;
}
.pagination .prev.page-numbers, .pagination .next.page-numbers {
    position: relative;
    right: 0;
    color: var(--color-one);
    font-weight: 400;
    text-transform: uppercase;
    padding: 8px;
    background: #000;
    margin: 0;
}
.pagination .arrow {
    width: 14px;
}
.pagination .arrow path {
    stroke: var(--color-one);
}

.pagination .next.page-numbers {
    margin-left: auto;
}
.pagination .prev.page-numbers {
    margin-right: auto;
}
.pagination .prev.page-numbers:hover, .pagination .next.page-numbers:hover{
    background: var(--color-two);
    color: #fff;
}


/* Sidebar */
.sidebar-form {
    background: var(--color-two);
    padding: 40px 30px;
    position: relative;
    color: #fff;
    margin-bottom: 40px;
}
.sidebar-form .form-title {
    font-size: 40px;
    margin-bottom: 30px;
}
.sidebar-form .form-group{
    margin-bottom: 20px;
}
.sidebar-form .form-control {
    border-color: rgba(255,255,255,0.25);
    max-height: 100px;
    padding: 18px;
    background: #4A5571;
    border: 1px solid #4A5571;
}
.sidebar-form .btn{
    border: 1px solid #fff;
}
.sidebar-form .btn:hover{
    border: 1px solid var(--color-one);
}
.sidebar .widget {
    position: relative;
    padding: 40px 30px;
    border: 1px solid #EAE2D5
}
.sidebar .widget ul {
    margin-bottom: 30px;
    border-top: 0;
}
.sidebar .widget ul{
    margin-bottom: 0;
}
.sidebar .widget:last-child{
    margin-bottom: 0;
}
.sidebar .widgettitle, .sidebar .widget-title {
    border-bottom: 0;
    position: relative;
    line-height: 1;
    padding: 0 0 20px;
    display: inline-block;
    font-weight: 600;
    font-size: 32px;
    color: #262626;
}
.sidebar ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar li {
    position: relative;
    transition: all .3s ease;
    display: flex;
    align-items: center;
    color: #9a9a9c;
    border-bottom: 1px solid #EAE2D5;
}
.sidebar li a {
    color: #000;
    padding: 15px 25px 15px 0px;
    line-height: 1.5;
    transition: none;
    font-size: 22px;
    display: block;
    width: 100%;
    position: relative;
}
.sidebar li a:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    right: 0;
    top: 22px;
    bottom: 0;
    z-index: 1;
    background: url(../images/arrow-y.svg);
    background-size: contain;
}
.sidebar a:hover, .sidebar li.activeChild a, .sidebar li.current-cat a, .sidebar li.current-cat a, .sidebar li.current-menu-item a{
    color: var(--color-one);
}
.sidebar li:last-child {
    border: 0;
}

/*====== Static Page =======*/
.static-page .content-area{
    overflow: hidden;
}


/*====== Reviews Page =======*/
.reviews-list {
    justify-content: center;
    --bs-gutter-x: 40px;
    --bs-gutter-y: 40px;
}
.reviews-list .review-inner {
    padding: 30px;
    height: 100%;
    position: relative;
    border: 1px solid var(--color-one);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.reviews-list .review-inner:hover{
    box-shadow: 0px 6px 22px 0px #3C2E0933;
}
.reviews-list .quote-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    position: absolute;
    top: 20px;
    left: 30px;
}
.reviews-list .quote-icon path {
    fill: #000;
    opacity: 0.9;
}
.reviews-list .review-title {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
}
.reviews-list .review-text {
    font-size: 16px;
}
.reviews-list .author-name {
    font-size: 20px;
    font-weight: 600;
}
.reviews-list .client-name {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: 600;
}
.reviews-page .pagination .nav-links{
    justify-content: center;
}
.reviews-list .review-item {
    display: none;
}
.reviews-list .review-item.active {
    display: block;
}
.reviews-list .review-date {
    font-size: 16px;
    font-weight: 300;
}

.reviews-list .star-rating {
    display: flex;
    gap: 4px;
}
.reviews-list .star-rating .star-icon {
    width: 34px;
}
.reviews-list .star-rating-wrap {
    display: flex;
    align-items: center;
    line-height: 1;
    gap: 15px;
    margin-bottom: 20px;
}
.reviews-list .star-rating-count {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    display: inline-block;
    margin-top: 5px;
}

.reviews-page .load-more-btn .btn {
    min-width: 270px;
    margin-top: 60px;
}

.reviews-page .review-author {
    display: flex;
    align-items: center;
    line-height: 1;
    gap: 12px;
    margin-top: 40px;
}
.reviews-page .author-image {
    width: 55px;
    height: 55px;
    border-radius: 100%;
    background: var(--color-one);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.reviews-page .author-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*========= Search Page =========*/
.search-result-heading {
    color: #999;
    font-weight: 600;
}
.search-result-heading .search-by {
    color: #333;
    word-wrap: break-word;
}
.search-page .search-item {
    border: 2px solid transparent;
    padding: 30px;
    margin-bottom: 1rem;
    box-shadow: 1px 2px 20px 0 #e5e5e5;
    background: #fff;
}
.search-page .search-item .title {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    font-size: 24px;
}
.search-page .search-item:last-child {
    margin-bottom: 15px;
}
.search-page .search-item .title:hover a{
    color: #0261E2;
}
.search-page .search-item .more {
    transition: none;
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
    padding-right: 20px;
    color: #8a1d04;
    text-transform: uppercase;
    display: inline-block;
}
.search-page .search-item .title:hover a {
    color: var(--color-two);
}
.search-page .search-item .more:after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #4E4E4E;
    border-right: 2px solid #4E4E4E;
    display: inline-block;
    transform: rotate(45deg);
    margin-left: 3px;
    position: relative;
    top: -1px;
}
.search-page .more .arrow {
    fill: #0261E2;
    width: 18px;
    height: 18px;
    margin-left: 5px;
}
.search-page .search-item .more:hover {
    color: #000;
}
.search-page .more:hover .arrow {
    fill: #000;
}
.search-page .search-item p {
    margin-bottom: 15px;
}
.search-page .search-item .btn {
    padding: 10px 25px;
    min-width: auto;
}

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

.schema-sec-1 .schema-wrap {
    background-color: #f5f5f5;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 40px;
}
.schema-sec-2 .schema-wrap{
    background-color:#f5f5f5;
    padding: 40px;
    margin-bottom: 40px;
}
.schema-sec-2 iframe {
    width: 100%;
    border: none;
}
.schema-wrap strong {
    font-size: 18px;
}
.schema-sec-2 .video-title {
    display: none;
}

/* header mobile menu */

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

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

/*mobile menu css end*/

.hide-banner {
    padding-top:100px
}
.hide-banner .page-banner{
    display:none!important
}
.hide-banner .header{
    background: #000;
    box-shadow:0 5px 5px -5px #555;
}
.page-not-found .wpcf7-form {
    background: rgba(138, 29, 4, 0.04);
    padding: 50px;
    margin-top: 30px;
}
.page-not-found .form-control {
    background: #fff;
    border-color: #fff;
    padding: 10px;
}
.thank-you-page .text {
    font-size: 20px;
    font-weight: 400;
}

/*======= Testimonials Section =======*/
.testimonials-section {
    background: var(--color-one);
}
.testimonials-slider {
    margin-top: 50px;
    margin-bottom: 50px;
}
.testimonials-slider .quote {
    width: 80px;
    height: 80px;
}
.testimonials-slider .quote path {
    fill: var(--color-two);
    fill-opacity: 1;
}
.testimonials-slider .star-rating {
    display: flex;
    margin-top: 10px;
}
.testimonials-slider .star-rating .star-icon {
    margin-right: 7px;
}
.testimonials-slider .title {
    color: #42525B;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    z-index: 1;
    margin-top: 10px;
}
.testimonials-slider .slick-track{
    display: flex !important;
}
.testimonials-slider .slick-slide {
    height: inherit !important;
    margin: 15px;
}
.testimonials-slider .slick-slide > div {
    height: 100% !important;
}
.testimonials-slider .item {
    height: 100% !important;
    padding: 40px 40px;
    position: relative;
    background: rgba(255,255,255,1);
}
.testimonials-slider .slick-slide:last-child.item{
    border-right: 0;
}
.testimonials-slider .slick-arrow.slick-prev {
    position: absolute;
    bottom: -110px;
    right: calc(50% + 200px);
}
.testimonials-slider .slick-next.slick-arrow {
    position: absolute;
    bottom: -110px;
    left: calc(50% + 200px);
}
.testimonials-slider .slick-arrow:hover {
    background: var(--color-two);
    border-color: var(--color-two);
}
.testimonials-slider .slick-arrow:hover:before {
    border-color: #fff;
}
.testimonials-slider .slick-arrow.slick-disabled {
    opacity: 0.5;
    pointer-events: none;
}


/*========= FAQs Page ===========*/

.page-template-faq .location-section{
    margin-top: 0;
}
.faq-accordion .faq-inner-top-heading h2 {
    margin-bottom: 25px;
    font-size: 60px;
    color: #110F2A;
}
.faq-accordion .accordion-body {
    padding: 0 0 40px 0;
    border: none;
    color: #fff;
}
.faq-accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid #e9e9e9;
    background: transparent;
    position: relative;
    border-radius: 0;
}
.faq-accordion .accordion-item:last-child {
    margin-bottom: 0;
}
.faq-accordion .accordion-item .accordion-header button {
    padding: 40px 45px 20px 0;
    box-shadow: none;
    font-size: 26px;
    line-height: 1.3;
    background: transparent;
    font-weight: 500;
    letter-spacing: .6px;
    color: #fff;
}
.faq-accordion .accordion-button{
    position: relative;
}
.accordion-button:after {
    display: none;
}
.faq-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(-135deg);
}
.faq-accordion .pagination .nav-links {
    justify-content: center;
}

.accordion-button[aria-expanded='true'] .arrow{
    transform: rotate(90deg);
}

.accordion-button .arrow {
    display: flex;
    position: absolute;
    width: 45px;
    height: 45px;
    background: transparent;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    align-items: center;
    border-radius: 100%;
    z-index: 1;
    border: 1px solid var(--color-one);
    justify-content: center;
}
.accordion-button .arrow path {
    stroke: var(--color-one);
}

/* Awards Section */
.awards-section {
    background: #202A44;
    padding-top: 50px;
    padding-bottom: 50px;
}
.awards-section .slick-track {
    display: flex;
    align-items: center;
}
.awards-section .item {
    text-align: center;
}
.awards-section .item img {
    padding: 10px;
    margin: auto;
}

/* Form Section */
.form-section .heading {
    color: var(--color-one);
    font-weight: 600;
    text-transform: uppercase;
}
.form-section .sub-heading {
    font-size: 32px;
    line-height: 1.5;
    color: #202A44;
}
.form-section .form-control {
    padding: 25px 20px;
    background: #f2f2f2;
    border: 1px solid #D9D9D9;
    max-height: 100px;
}
.form-section .form-btn {
    position: relative;
    width: 100%;
}
.form-section .wpcf7-response-output {
    text-align: center;
}
.form-section .form-btn .btn {
    width: 100%;
    padding: 20px 35px;
}

/* About Section */
.about-section .image {
    border: 12px solid var(--color-one);
    margin-top: 80px;
    height: 650px;
    overflow: hidden;
}
.about-section .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 0;
}
.about-section .html5lightbox .icon-play {
    width: 120px;
    height: 120px;
}
.small-heading {
    font-size: 22px;
    color: var(--color-one);
}
.title-icon {
    pointer-events: none;
}

/* Practice Section */
.practice-areas-list {
    margin-top: 50px;
}
.practice-areas-list .inner {
    box-shadow: 0 0 10px #ddd;
    margin: 10px;
    position: relative;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all .2s ease-in-out;
    width: 100%;
}
.practice-areas-list .image {
    position: relative;
    height: 175px;
}
.practice-areas-list .image .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.practice-areas-list .icon {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    width: 90px;
    height: 90px;
    background: var(--color-two);
}
.practice-areas-list .title {
    font-size: 32px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    height: 100%;
}

.practice-areas-list .slick-track {
    display: flex !important;
}
.practice-areas-list .slick-slide {
    height: inherit !important;
    display: flex !important;
    align-items: stretch;
}
.practice-areas-list .slick-arrow {
    width: 20px;
    height: 20px;
}
.practice-areas-list .slick-arrow:before, .practice-areas-list .slick-arrow:after{
    display: none;
}

.practice-areas-list .slick-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    border: 0;
    padding: 0;
    bottom: -2px;
}
.practice-areas-list .slick-next.slick-arrow {
    right: -190px;
}
.practice-areas-list .slick-prev.slick-arrow {
    left: -190px;
}
.practice-areas-list .slick-dots {
    margin-top: 50px;
}

.practice-areas-list .inner:hover {
    outline: 3px solid var(--color-one);
    transform: scale(1.05);
}
.practice-areas-list .slick-disabled .arrow{
    opacity: 0.5;
    pointer-events: none;
}
.practice-section .btn-wrap{
    display: none;
    margin-top: 40px;
}


/* Client Stories Section */

.client-stories-section {
    background-color: #000;
}
.client-stories-slider {
    margin-top: 50px;
}
.client-stories-slider .inner {
    background: #fff;
    margin: 12px;
}
.client-stories-slider .image-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 40px;
}
.client-stories-slider .author-text {
    padding: 20px 40px 40px 40px;
    border-top: 1px solid #ddd;
    font-style: italic;
    line-height: 1.8;
}
.client-stories-slider .author-image {
    width: 170px;
    height: 180px;
}
.client-stories-slider .author-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.client-stories-slider .author-detail {
    width: calc(100% - 170px);
    padding-left: 20px;
    font-size: 28px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.client-stories-slider .quote {
    background: var(--color-two);
    width: 60px;
    height: 60px;
    padding: 10px;
    margin-bottom: 20px;
}
.client-stories-slider .star-rating {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}
.client-stories-slider .star-rating .star-icon {
    width: 16px;
}
.client-stories-slider .slick-arrow:before, .client-stories-slider .slick-arrow:after{
    display: none;
}

.client-stories-slider .slick-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    border: 0;
    padding: 0;
    bottom: -2px;
}
.client-stories-slider .slick-next.slick-arrow {
    right: -170px;
}
.client-stories-slider .slick-prev.slick-arrow {
    left: -170px;
}
.client-stories-slider .slick-dots {
    margin-top: 50px;
}
.client-stories-slider .slick-arrow path {
    stroke: #fff;
}
.client-stories-slider .slick-disabled .arrow{
    opacity: 0.5;
    pointer-events: none;
}
.client-stories-section .btn-wrap {
    margin-top: 40px;
    display: none;
}


/* Team Content Section */
.team-content-section .row {
    align-items: flex-end;
}
.team-content-section .image {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    padding-left: 50px;
    height: calc(100% - 80px);
}
.team-content-section .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.team-slider .inner {
    margin: 50px;
    position: relative;
    outline: 1px solid #616161;
    outline-offset: 30px;
}
.team-slider .inner:hover img {
    outline: 4px solid var(--color-one);
}
.team-slider .inner:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: #202A44;
    bottom: -30px;
    left: -30px;
}
.team-slider .image {
    height: 450px;
    width: 100%;
    object-fit: cover;
    object-position: center 0;
}
.team-slider .detail {
    background: linear-gradient(270deg, rgba(174, 138, 95, 0) 0%, #AE8A5F 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    color: #fff;
}
.team-slider .name {
    font-size: 22px;
    margin-bottom: 5px;
}
.team-slider .role {
    font-size: 16px;
    line-height: 1.5;
}

.team-slider .slick-arrow:before, .team-slider .slick-arrow:after{
    display: none;
}
.team-slider .slick-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    border: 0;
    padding: 0;
    bottom: -2px;
}
.team-slider .slick-next.slick-arrow {
    right: -180px;
}
.team-slider .slick-prev.slick-arrow {
    left: -180px;
}
.team-slider .slick-dots {
    margin-top: 50px;
}
.team-slider .slick-disabled .arrow{
    opacity: 0.5;
    pointer-events: none;
}
.team-section .btn-wrap {
    margin-top: 40px;
}
.team-section .btn-wrap .btn {
    min-width: 230px;
}
.team-social-pages-links {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    background: #fff;
    padding: 15px 8px;
    border-radius: 30px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease-in-out;
}
.team-social-pages-links ul{
    list-style: none;
}
.team-social-pages-links .social-icon path{
    stroke: #4C4C4C;
}
.team-social-pages-links a:hover .social-icon path{
    stroke: var(--color-one);
}
.team-slider .inner:hover .team-social-pages-links{
    opacity: 1;
    visibility: visible;
}
/* Why Choose Section */

.why-choose-list .inner {
    position: relative;
    padding-left: 100px;
}
.why-choose-list .row {
    --bs-gutter-x: 140px;
    --bs-gutter-y: 70px;
    margin-top: 0;
}
.why-choose-list .wc-list-title {
    color: var(--color-one);
    font-weight: 400;
}
.why-choose-list .wc-list-content {
    color: #515151;
}
.why-choose-list .wc-list-icon {
    position: absolute;
    left: 0;
    top: 0;
}
.why-choose-image img {
    border: 12px solid var(--color-one);
    margin-top: 70px;
    width: 100%;
}

/* Two Column Section */
.content-two-col-section {
    background: var(--color-two);
}
.content-two-col-section .row {
    --bs-gutter-x: 80px;
}
.content-two-col-section h2{
    font-size: 64px;
    color: var(--color-one);
}

/* Articles Section */
.article-top-info {
    align-items: center;
    margin-bottom: 50px;
}
.articles-section .image{
    position: relative;
}
.articles-section .image img {
    height: 490px;
    object-fit: cover;
}
.articles-section .article-title {
    font-size: 32px;
}
.articles-section .article-title a {
    color: #000;
}
.articles-section .article-title a:hover {
    color: var(--color-one);
}
.articles-section .article-image {
    margin-bottom: 30px;
    overflow: hidden;
}
.articles-section .article-image img{
    width: 100%;
    height: 490px;
    object-fit: cover;
    transition: all .4s ease-in-out;
}
.articles-section .read-more {
    font-size: 22px;
    display: flex;
    align-items: center;
    gap: 0 10px;
}
.articles-section .read-more .arrow{
    width: 14px;
}
.articles-section .read-more .arrow path{
    stroke: var(--color-one);
}
.articles-section .read-more:hover{
    color: var(--color-two);
}
.articles-section .article-image:hover img {
    transform: scale(1.05);
}
.articles-section .btn-wrap{
    display: none;
}
.articles-section .author-fallback-img{
    display: none;
}
/* Faqs Section */

.faqs-section {
    background-color: #000;
}

.footer-form-section{
    position: relative;
    background: #202A44;
}
.footer-form-section:before {
    content: "";
    position: absolute;
    width: 255px;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
}
.footer-form-section .main-row {
    --bs-gutter-x: 70px;
    padding-left: 50px;
}
.footer-form-section .heading {
    font-weight: 400;
}
.footer-form-section .form {
    background: #fff;
    padding: 50px;
}
.footer-form-section .form-control {
    background: #E9E9E9;
    border: 1px solid #E9E9E9;
    padding: 25px 20px;
}
.footer-form-section .image {
    margin-top: 50px;
    width: calc(100% + 150px);
    margin-left: -150px;
    position: relative;
}
.footer-form-section .image .img {
    width: 100%;
}
.footer-form-section .review-image {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    padding: 30px 70px;
    max-width: 450px;
}
.footer-form-section .review-image img {
    width: 100%;
}
html[lang="es"] .footer-form-section .form-links {
    width: 100%;
    text-align: left !important;
    margin-bottom: 10px;
}
html[lang="es"] .footer-form-section .custom-checkbox {
    width: 100%;
    text-align: left !important;
}
/* Contact Page */
.contact-page {
    position: relative;
    padding-top: 120px;
    padding-bottom: 150px;
}
.contact-page:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/bg-4.webp);
    top: 300px;
    left: 0;
    background-color: var(--color-two);
    z-index: -1;
}
.contact-form-title {
    color: #202A44;
}
.contact-page-content {
    background: #E9E9E9;
    padding: 60px 80px;
    position: relative;
}
.contact-page-content:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 95%;
    bottom: -30px;
    left: -30px;
    border: 2px solid #AE8A5F;
    z-index: -1;
}
.contact-page-content form{
    margin-top: 40px;
}
.contact-page-content .form-row {
    --bs-gutter-x: 20px;
}
.contact-page-content .form-group {
    margin-bottom: 20px;
}
.contact-page-content .form-control {
    background: #fff;
    padding: 20px;
    border: 1px solid #fff;
}
.contact-page-content .form-select {
    padding: 20px;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
}
.contact-page-content form .btn{
    min-width: 270px;
}
.contact-page-content .form-links {
    display: flex;
    justify-content: flex-end;
}
.contact-page-content .form-links a{
    color: #000;
    font-size: 16px;
    position: relative;
}
.contact-page-content .form-links a+a:before {
    content: "";
    width: 1px;
    height: .8em;
    display: inline-block;
    vertical-align: middle;
    background-color: #949494;
    opacity: 0.5;
    margin: 0 10px;
    position: relative;
    top: -1px;
}
.contact-page-content .form-links a:hover{
    color: var(--color-one);
}


.contact-page input[type="checkbox"] {
    width: 28px;
    height: 28px;
    border: 0.8px solid #D7D3D3;
    border-radius: 0;
}
.wpcf7-acceptance label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}
.wpcf7-acceptance .wpcf7-list-item{
    margin: 0;
}

.practice-page-list .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
    justify-content: center;
}
.practice-page-list .top-info {
    margin-bottom: 60px;
}
.practice-page-list .inner {
    box-shadow: 0 0 10px #ddd;
    position: relative;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.practice-page-list .image {
    position: relative;
    height: 175px;
}
.practice-page-list .image .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.practice-page-list .icon {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    width: 90px;
    height: 90px;
    background: var(--color-two);
}
.practice-page-list .title {
    font-size: 32px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    height: 100%;
    font-weight: 600;
}
.practice-page-list .inner:hover {
    outline: 3px solid var(--color-one);
}

/* About Page */
.about-top-sec .heading {
    font-weight: 400;
}

.about-practice-sec{
    padding-top: 30px;
}
.about-pa-title{
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--color-one);
    margin-bottom: 20px;
}
.about-pa-desc {
    margin-bottom: 30px;
}
.about-pa-slider {
    margin-top: 30px;
}
.about-pa-slider .inner {
    box-shadow: 0 0 10px #ddd;
    margin: 14px;
    position: relative;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    transition: all .2s ease-in-out;
}
.about-pa-slider .image {
    position: relative;
    height: 175px;
}
.about-pa-slider .image .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-pa-slider .icon {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    width: 90px;
    height: 90px;
    background: var(--color-two);
}
.about-pa-slider .title {
    font-size: 32px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    height: 100%;
}
.about-pa-slider .slick-track {
    display: flex !important;
}
.about-pa-slider .slick-slide {
    height: inherit !important;
    display: flex !important;
    align-items: stretch;
}
.about-pa-slider .slick-arrow {
    width: 20px;
    height: 20px;
}
.about-pa-slider .slick-arrow:before, .about-pa-slider .slick-arrow:after{
    display: none;
}

.about-pa-slider .slick-arrow {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    border: 0;
    padding: 0;
    bottom: -2px;
}
.about-pa-slider .slick-next.slick-arrow {
    right: -190px;
}
.about-pa-slider .slick-prev.slick-arrow {
    left: -190px;
}
.about-pa-slider .slick-dots {
    margin-top: 50px;
}

.about-pa-slider .inner:hover {
    outline: 3px solid var(--color-one);
    transform: scale(1.02);
}
.about-pa-slider .slick-disabled .arrow{
    opacity: 0.5;
    pointer-events: none;
}

/*=========================*/
.about-team-sec-title {
    font-size: 32px;
    line-height: 1.5;
    color: var(--color-one);
    font-weight: 500;
    margin-bottom: 80px;
}
.about-team-sec-list .row {
    align-items: center;
    --bs-gutter-x: 58px;
}
.about-team-sec-list .member-image {
    position: relative;
    padding-left: 32px;
    padding-bottom: 32px;
    z-index: 1;
}
.about-team-sec-list .member-image img {
    width: 100%;
}
.about-team-sec-list .member-image:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 60%;
    border: 2px solid var(--color-one);
    bottom: 0;
    left: 0;
    z-index: -1;
}
.about-team-sec-list .member-image:after {
    content: "";
    position: absolute;
    width: 32px;
    height: 32px;
    left: 0;
    bottom: 0;
    background: #202A44;
}
.about-team-sec-list .name{
    font-size: 64px;
    font-weight: 400;
}
.about-team-sec-list .row:nth-child(even) {
    flex-direction: row-reverse;
}
.about-team-sec-list .row + .row{
    margin-top: 80px;
}

/*=================================*/

.page-template-team-detail .page-banner {
    background-position: center bottom;
}
.about-cta-sec {
    background: url(../images/bg-2.webp);
    background-size: cover;
}

.team-about-sec .row {
    --bs-gutter-x: 60px;
}
.team-about-sec-image {
    position: relative;
    background: linear-gradient(270deg, rgba(157, 129, 58, 0) 0%, #9D813A 100%);
    height: 100%;
}
.team-about-sec-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-about-sec-contact {
    position: absolute;
    background: linear-gradient(270deg, rgba(157, 129, 58, 0) 0%, #9D813A 100%);
    width: 100%;
    padding: 20px;
    bottom: 0;
    left: 0;
    line-height: 1;
}
.team-about-sec-phone a {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    font-family: var(--font-two);
    margin-bottom: 5px;
    display: inline-block;
}
.team-about-sec-phone a:hover {
    color: var(--color-two);
}
.team-about-sec-email a {
    color: #fff;
    font-size: 18px;
}
.team-about-sec-email a:hover {
    color: var(--color-two);
}
.team-about-sec-awards {
    background: #F0F0F0;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 30px;
    gap: 20px;
    margin-top: 40px;
}
.team-about-sec-awards .item {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    width: 31%;
}

/* Team Practice Areas Section */
.team-pa-sec {
    background: #202A44;
}
.team-pa-list {
    justify-content: center;
}
.team-pa-list .row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 30px;
    justify-content: center;
}
.team-pa-list-inner {
    background: #fff;
    position: relative;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all .2s ease-in-out;
    margin: 10px;
    min-height: 330px;
}
.team-pa-list-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    height: 100%;
    font-family: var(--font-two);
}
.team-pa-list-image {
    position: relative;
    height: 200px;
}
.team-pa-list-image .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-pa-list-image .icon {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    width: 90px;
    height: 90px;
    background: var(--color-two);
}
.team-pa-list-inner:hover {
    outline: 3px solid var(--color-one);
    transform: scale(1.02);
}
.team-pa-list .slick-track{
    display: flex !important;
}
.team-pa-list .slick-slide{
    height: inherit !important;
}

/* ======= */
.team-tabs-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 70px;
}
.team-tabs.left-tabs,
.team-tabs.right-tabs {
    width: 20%;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.team-tab-content {
    width: 60%;
    background-color: #162039;
    color: #fff;
    padding: 30px;
    box-sizing: border-box;
    font-size: 22px;
}
.team-tab-content .tab-content {
    display: none;
}
.team-tab-content .tab-content.active {
    display: block;
}

.team-tabs .tab-item {
    background: #fff;
    color: black;
    padding: 10px 15px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ccc;
    transition: all 0.3s ease;
    line-height: 1.2;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}
.team-tabs .tab-item.active,
.team-tabs .tab-item:hover {
    background-color: #162039;
    color: white;
    border-color: #162039;
}
.team-tab-content ul {
    padding-left: 20px;
    margin-bottom: 15px;
    font-size: 20px;
}
.team-tab-content .tab-item {
    display: flex;
    flex-wrap: wrap;
}
.team-tab-content .tab-icon {
    width: 80px;
    height: 80px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.team-tab-content .tab-desc {
    width: calc(100% - 80px);
    padding-left: 30px;
}

/* ================ */
.team-accordions-sec {
    position: relative;
}
.team-accordions-sec .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
}
.team-accordions-sec .bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-accordion-list .accordion-item{
    border-radius: 0;
    border: 0;
}
.team-accordion-list .accordion-item + .accordion-item {
    margin-top: 30px;
}
.team-accordion-list .accordion-button {
    font-size: 32px;
    font-family: var(--font-two);
    line-height: 1.2;
    background: #f5f5f5;
    border-radius: 0 !important;
    padding: 40px;
    box-shadow: none;
    color: #000;
}

.team-accordion-list .accordion-button[aria-expanded="true"]{
    background: var(--color-one);
    color: #fff;
}
.team-accordion-list .accordion-content {
    padding: 0 40px 40px;
}
.team-accordion-list .accordion-content{
    background: var(--color-one);
    color: #fff;
}
.team-accordion-list .arrow:before {
    content: "";
    width: 16px;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.team-accordion-list .arrow:after {
    content: "";
    width: 2px;
    height: 16px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.team-accordion-list .accordion-button[aria-expanded="true"] .arrow:before{
    display: none;
}
.team-accordion-list .arrow {
    background: #202A44;
    border: 1px solid #202A44;
    justify-content: center;
    right: 40px;
}


/* Careers Page */
.career-content-sec {
    margin-top: 80px;
}
.career-content-inner {
    color: #fff;
    padding: 60px;
    position: relative;
}
.career-content-inner:before {
    content: "";
    position: absolute;
    width: calc(100% - 160px);
    height: 100%;
    top: 0;
    left: 0;
    background: var(--color-two);
    z-index: -1;
}
.career-content-inner:after {
    content: "";
    position: absolute;
    width: 85%;
    height: 85%;
    bottom: -22px;
    left: -22px;
    border: 2px solid #AE8A5F;
    z-index: -2;
}
.career-content-sec .career-cs-title {
    font-weight: 700;
}
.career-content-sec .image {
    width: 100%;
    height: calc(100% + 100px);
    margin-top: -140px;
    border: 2px solid var(--color-one);
}
.career-content-sec .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ========== Why Work Section ===========*/
.why-work-list .row {
    --bs-gutter-x: 140px;
    --bs-gutter-y: 70px;
    margin-top: 0;
}
.why-work-list-inner {
    position: relative;
    padding-left: 100px;
}
.why-work-list-title {
    color: var(--color-one);
    font-size: 32px;
    font-family: var(--font-two);
    line-height: 1.2;
    margin-bottom: 10px;
}
.why-work-list-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 75px;
}

/*====== Jobs Section */
.jobs-section {
    background: #000;
}

.jobs-accordion .accordion-body {
    padding: 0 0 20px 0;
    border: none;
    border-top: 0px solid #e9e9e9;
    color: #ccc;
}
.jobs-accordion .accordion-body b, .jobs-accordion .accordion-body strong{
    font-size: 24px;
    color: #fff;
}
.jobs-accordion .accordion-body li + li{
    margin-top: 15px;
}
.jobs-accordion .accordion-item {
    border: 0;
    border-bottom: 1px solid #F0BE83;
    background: transparent;
    position: relative;
    border-radius: 0;
}
.jobs-accordion .accordion-item:last-child {
    margin-bottom: 0;
}
.jobs-accordion .accordion-item .accordion-header button {
    padding: 40px 40px 40px 0;
    box-shadow: none;
    font-size: 32px;
    line-height: 1.3;
    background: transparent;
    font-weight: 600;
    letter-spacing: .6px;
    font-family: var(--font-two);
    color: var(--color-one);
}
.jobs-accordion .accordion-button{
    position: relative;
}
.accordion-button:after {
    display: none;
}
.jobs-accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(-135deg);
}
.jobs-accordion .pagination .nav-links {
    justify-content: center;
}

.jobs-accordion .accordion-button[aria-expanded='true'] .arrow{
    transform: rotate(90deg);
}

.jobs-accordion .arrow {
    display: flex;
    position: absolute;
    width: 45px;
    height: 45px;
    background: transparent;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    align-items: center;
    border-radius: 100%;
    z-index: 1;
    border: 1px solid var(--color-one);
    justify-content: center;
}
.jobs-accordion .arrow path {
    stroke: var(--color-one);
}

.jobs-accordion .accordion-item ul {
    list-style: none;
}

.job-apply-content {
    background: #AE8A5F;
    color: #fff;
    padding: 32px;
    font-size: 22px;
    margin-top: 50px;
}
.job-apply-content a{
    font-weight: 600;
}

/* Our Values Section */

.our-values-block-inner {
    background: var(--color-two);
    padding: 30px;
    color: #fff;
    position: relative;
    min-height: 375px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 20px;
}
.our-values-blocks .row {
    --bs-gutter-y: 30px;
    justify-content: center;
}
.our-values-sec-info {
    margin-bottom: 50px;
}
.our-values-block-icon {
    width: 98px;
    height: 98px;
    margin-bottom: 15px;
}
.our-values-block-title {
    font-size: 32px;
    font-family: var(--font-two);
    line-height: 1.2;
    margin-bottom: 10px;
}
.our-values-block-desc {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 300;
    padding-right: 50px;
}

.our-values-block-inner:before {
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    bottom: -22px;
    left: -22px;
    border: 2px solid #AE8A5F;
    z-index: -1;
}
.our-values-block-inner:after {
    content: "";
    position: absolute;
    width: 23px;
    height: 23px;
    background: var(--color-one);
    bottom: -22px;
    left: -22px;
}
.page-not-found .wpcf7-form {
    background: rgba(174, 138, 95, 0.15);
}


/* Case Results Page */
.results-list {
    --bs-gutter-y: 120px;
    --bs-gutter-x: 120px;
    justify-content: center;
}
.results-list .result-item {
    display: none;
}
.results-list .result-item.active {
    display: block;
}
.result-inner {
    padding: 40px;
    position: relative;
    border: 3px solid var(--color-one);
    outline: 1px solid #616161;
    outline-offset: 40px;
    height: 100%;
    text-align: center;
}
.result-inner:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: #202A44;
    bottom: -43px;
    left: -43px;
}
.result-inner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/bg-case-1.webp);
    background-size: cover;
    z-index: -1;
}
.result-inner:hover:after{
    background-color: var(--color-two);
}
.result-inner:hover{
    color: #fff;
}
.result-inner:hover:before{
    background: var(--color-one);
}
.results-page .loadmore {
    margin-top: 100px;
}
.why-choose-image-wraper::before {
    content: "";
    width: 100%;
    height: 40%;
    left: 0;
    bottom: 0;
    position: absolute;
    background: #202a44;
    z-index: -1;
}
.why-choose-image-wraper {
    position: relative;
}
.nav-open-menu .header-logo {
    position: relative;
    z-index: 999999999;
}
.member-bio .btn {
    text-transform: capitalize;
}
.checkbox-list .wpcf7-list-item {
    width: 100%;
    margin-left: 0;
}

.gt_float_switcher {
    background: transparent !important;
    font-size: 16px  !important;
    box-shadow: none !important;
}
div#gt_float_wrapper {
    display: flex;
    margin-left: 20px;
}
.gt_float_switcher .gt-selected {
    background-color: transparent  !important;
}
.gt_float_switcher .gt-selected .gt-current-lang {
    color: #fff !important;
    font-weight: 500 !important;
    padding: 5px 5px !important;
    display: flex;
    gap: 2px;
}
.gt_float_switcher img, .gt_float_switcher svg {
    width: 25px !important;
    border-radius: 0 !important;
    display: none !important;
}
.gt_options {
    position: absolute !important;
    bottom: 0;
    background: white !important;
}
.gt_float_switcher .gt_options a {
    padding: 5px 5px !important;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23fff'/></svg>") !important;
}




.banner-video {
    position: relative;
    display: inline-block;
}
.banner-video video {
    width: 100%;
    height: auto;
    display: block;
}
.banner-btn-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}
.sound-toggle-btn {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border: none;
    padding: 8px 14px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.3s ease;
}
.sound-toggle-btn:hover {
    background: rgba(0, 0, 0, 0.8);
}

.schedule-btn.btn {
    background: transparent;
    color: #fff;
    border-color: #fff;
}


.schedule-btn svg * {
    stroke: #fff;
}
.schedule-btn.btn:hover svg * {
    stroke: #ae8a5f;
}