:root{
    --color--white: #fff;
    --color--black: #000;
    --color--orange: #ed7034;
    --color--blue: #1878c1;
}
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'HelveticaNeue';
    background: var(--color--white);
    font-size: 16px;
    color: var(--color--black);
    line-height: 1.7;
    font-weight: 300;
    overflow-x: hidden;
}
body,
html {
    height: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

img,
svg {
    vertical-align: inherit;
}

.hide {
    display: none;
}

:focus {
    outline: none !important;
}

a {
    color: var(--color--orange);
    font-weight: 300;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    text-decoration: none
}

a:hover {
    color: var(--color--orange);
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s
}

a,
.btn,
input,
select,
textarea,
button,
img {
    outline: 0 !important;
    box-shadow: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: #c70e09;
}

.gray-bg {
    background: #fcfaf7;
}

ol {
    padding-left: 15px
}

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

a img {
    outline: 0
}

input,
select,
textarea {
    outline: 0;
    -webkit-border-radius: 0;
    box-shadow: none
}

input[type="submit"] {
    cursor: pointer
}

a:hover,
a:focus {
    text-decoration: none
}

p:empty {
    display: none
}

p:last-child {
    margin-bottom: 0;
}

iframe {
    border: none;
    width: 100%;
    height: 100%
}

.white-text {
    color: #fff !important
}

.alignnone {
    display: block;
    margin: 25px auto;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 25px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: right;
    margin: 5px 0 20px 20px;
}

.aligncenter,
div.aligncenter {
    width: auto !important;
}

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;
}

strong {
    font-weight: 600;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.no_result a {
    text-decoration: underline;
}

/*============ Heading CSS ============*/
.sub-heading {
    font-size: 20px;
    text-transform: uppercase;
    color: #17243b;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 400;
    color: #272727;
    font-family: 'HelveticaNeue';
    text-transform: capitalize;
}

.h2 .h2, h2, .heading, h2.title {
    color: #292929;
    font-size: 46px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 1.3;
}
.bg-grey{
    background: #f5f5f5;
}

/*============ Heading CSS END ============*/

/*============ Slick Arrow/Dots CSS ============*/
.slick-arrow {
    top: 50%;
    bottom: auto;
    width: 45px;
    height: 45px;
    left: -40px;
    right: auto;
    z-index: 9;
    transform: translateY(-50%);
    border: 1px solid var(--color--orange);
    border-radius: 100%;
}
.slick-arrow svg,
.slick-arrow img {
    width: 14px;
    height: 14px;
    fill: var(--color--orange);
    stroke: var(--color--orange);
}
.slick-next {
    left: auto;
    right: -40px;
}
.slick-arrow:hover{
    background: var(--color--orange);
}
.slick-arrow:hover svg{
    fill: var(--color--white);
    stroke: var(--color--white);
}

.slick-dots {
    position: static;
    margin: 30px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slick-dots li {
    display: flex;
    width: 16px;
    height: 16px;
    border: 1px solid transparent;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}

.slick-dots li button {
    width: 8px;
    height: 8px;
    padding: 0;
    background: #272727;
    border-radius: 100%;
}

.slick-dots li.slick-active,
.slick-dots li:hover {
    border: 1px solid #272727;
}

.slick-dots li button:before {
    display: none;
}

/*============ Slick Arrow/Dots CSS END ============*/

/*============ HTML5Lightbox CSS ============*/
button#html5-close {
    background-image: url(../js/skins/default/lightbox-close.png) !important;
    width: 32px;
    height: 32px;
}

button#html5-close img {
    display: none !important;
}

.html5-elem-data-box,
div#html5lightbox-watermark {
    display: none !important;
}

/*============ HTML5Lightbox CSS END ============*/

/*================ Pagination CSS =================*/
.pagination {
    justify-content: center;
    margin-top: 50px;
}
.pagination h2.screen-reader-text {
    display: none !important;
}

.pagination .nav-links {
    display: flex;
    align-items: center;
}

.pagination .nav-links .prev,
.pagination .nav-links .next,
.pagination .nav-links .prev font,
.pagination .nav-links .next font {
    font-size: 0;
    position: relative;
}

.pagination .nav-links .prev::before, .pagination .nav-links .next::before{
    position: absolute;
    color: #C3C3C3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    text-transform: capitalize;
}
.pagination .nav-links .prev::before {
    content: "Prev";
}
.pagination .nav-links .next::before {
    content: "Next";
}

.pagination .nav-links .prev:hover::before,
.pagination .nav-links .next:hover::before {
    color: #FF936B;
}

.pagination .nav-links * {
    font-size: 15px;
    font-weight: 400;
    padding: 5px;
    margin: 0 4px;
    text-transform: uppercase;
    color: #CDCDCD;
    border: 1px solid #CDCDCD;
    border-radius: 100%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination .nav-links * font {
    border: none !important;
}

.pagination .nav-links .current,
.pagination .nav-links *:hover,
.pagination .nav-links .current font,
.pagination .nav-links * font:hover {
    color: #FF936B;
    border-color: #FF936B;
}

/*================ Pagination CSS END =================*/

/*==================== Common CSS ====================*/
.space-pd {
    padding: 60px 0;
}
.space-mr {
    margin: 60px 0;
}
.btn {
    background: var(--color--orange);
    border-radius: 0px;
    color: #fff;
    border: 2px solid var(--color--orange);
    font-size: 16px;
    display: inline-flex; 
    align-items: center;
    justify-content: center;
    padding: 15px 25px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: normal;
    position: relative;
}
.btn.focus, .btn:focus {
    box-shadow: none;
}
.btn:hover {
    background: none;
    color: var(--color--orange);
}
.btn svg, .btn img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    display: block;
}
.btn:hover svg, .btn:hover svg path {
    fill:var(--color--orange);
}
.white-btn{
    border-color:#fff;
    color:#fff;
}
.white-btn:hover{
    border-color:var(--color--orange);
    color:var(--color--orange);
}
/*==================== Common CSS END ====================*/

/*============ Client Review Schema CSS ============*/
.clientreviews {
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 30px;
}

.review-schema-wrapper {
    margin-top: 35px;
}

.clientreviews p strong,
.testimonialTitle strong {
    font-weight: 600;
}

.clientreviews .heading {
    font-size: 28px;
}

.video-schema iframe {
    height: 260px;
}

/*============ Client Review Schema CSS END ============*/

/*============ Form CSS ============*/
.wpcf7 {
    position: relative;
    z-index: 9;
}

.wpcf7 .form-group {
    margin-bottom: 30px;
}

.form-control:focus {
    box-shadow: none;
    background: none;
    color: #222;
    border-color: var(--color--orange);
}

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

.wpcf7 .wpcf7-not-valid-tip,
.wpcf7 label.error {
    color: #fff;
    margin-bottom: 0;
    display: block;
    position: absolute;
    bottom: -18px;
    right: 0;
    font-size: 11px;
    background-color: #DC3231;
    padding: 2px 5px 2px;
    border-radius: 0;
    height: 20px;
    line-height: 18px;
}

.wpcf7 .wpcf7-not-valid-tip {
    display: none;
}

.wpcf7 .wpcf7-response-output {
    border: none !important;
    margin: 0 !important;
    font-size: 15px;
    line-height: 1.3;
    position: absolute;
    left: 0;
    bottom: -45px;
    right: 0;
    text-align: center;
    color: #c20000;
    font-weight: normal;
    padding: 5px 0 !important;
}

.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
    color: #398f14 !important;
}

.wpcf7 label {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 5px;
    display: block;
}
.quiz-gp .wpcf7-form-control-wrap{
    display: block !important;
}

.form-control,
.infusion-field input[type="text"] {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 12px 0px;
    color: #15071e;
    outline: none;
    border-radius: 0;
    background-color: transparent;
    width: 100%;
}

textarea.form-control {
    height: 100px;
    resize: none;
}

.select-box select {
    color: #000;
    text-shadow: none;
    background: none;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
    padding: 14px 0;
    line-height: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.select-box select::-ms-expand {
    display: none;
}

.select-box>span {
    position: relative;
}

.select-box>span::after {
    content: "";
    right: 5px;
    position: absolute;
    top: 50%;
    width: 8px;
    height: 8px;
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg) translateY(-50%);
    -o-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    border-right: 2px solid rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    pointer-events: none;
}

.wpcf7-acceptance span.wpcf7-list-item,
.checkbox span.wpcf7-list-item {
    margin: 0;
}

.wpcf7-acceptance input[type="checkbox"],
.checkbox input[type="checkbox"] {
    display: none;
    width: auto;
}

.wpcf7-acceptance .wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: #0c1a36;
}

.wpcf7-acceptance .wpcf7-list-item-label::before {
    border: 1px solid #cdd3da;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
}

.wpcf7-acceptance label input:checked+.wpcf7-list-item-label::before {
    border-color: #0c1a36;
    background: #0c1a36;
}

.wpcf7-acceptance label input:checked+.wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox .wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: #8a8b8d;
}

.checkbox .wpcf7-list-item-label::before {
    border: 1px solid #afafaf;
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    top: 1px;
    left: 0;
}

.checkbox label input:checked+.wpcf7-list-item-label {
    color: #a91b2a;
}

.checkbox label input:checked+.wpcf7-list-item-label::before {
    border-color: #a91b2a;
    background: #a91b2a;
}

.checkbox label input:checked+.wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 8px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.wpcf7-acceptance label a {
    color: #DCAC35;
}

.submit-btn {
    position: relative;
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
}

.submit-btn input[type="submit"] {
    border-radius: 100px;
    background: var(--gold-gradient, linear-gradient(180deg, var(--color--orange) 0%, #E7CD9F 51.84%, var(--color--orange) 100%));
    width: auto;
    border: none;
    padding: 12px 32px;
    font-weight: 500;
    text-transform: uppercase;
    color: #272727;
    border: 2px solid var(--color--orange);
    line-height: 24px;
    width: 100%;
}

.submit-btn input[type="submit"]:hover {
    background: none;
    color: var(--color--orange);
    border-color: var(--color--orange)
}

.submit-btn input[type="submit"].blue-btn {
    background: var(--color--orange);
    color: #fff;
    border-color: var(--color--orange);
}

.submit-btn input[type="submit"].blue-btn:hover {
    background: none;
    color: var(--color--orange);
    border-color: var(--color--orange);
}

.wpcf7-spinner {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

div.wpcf7 .ajax-loader {
    display: none;
}

div.wpcf7 .ajax-loader.is-active {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 100px;
    background-color: var(--color--orange);
    background-image: url(../img/loader-w.svg);
    height: 100%;
    width: 100%;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    display: block !important;
    top: 0;
    bottom: auto;
}
.msg-side-form {
    position: absolute;
    color: #fff;
    font-size: 12px;
    right: 62px;
    margin: 0;
    background-color: #c20000;
    padding: 5px;
    height: 22px;
    line-height: normal;
    letter-spacing: 0;
    bottom: 0;
}
.blog-sidebar div.wpcf7 .ajax-loader.is-active {
    background-color: #1B75BC;
    border-color: #1B75BC;
}

/*============ Form CSS END ============*/


/*==================== No Inner Banner CSS ====================*/
.no-banner header#header {
    background-color: #f6fbfb;
}
.no-banner #container-wrap {
    padding-top: 105px;
}

/*==================== No Inner Banner CSS END ====================*/

/*==================== Inner page Banner CSS ====================*/
.page-banner {
    min-height: 580px;
    padding-top: 110px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-color: #fcfcfc;
    overflow: hidden;
    max-width: 1930px;
    margin: 0 auto;
}
.page-banner .banner-img {
    position: absolute;
    right: 0;
    top: 100px;
    height: calc(100% - 125px);
    width: 48%;
}
.page-banner .banner-img img {
    border-radius: 0px 0px 0px 200px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.page-banner .banner-title {
    margin: 0;
    color: #000;
    font-size: 52px;
    line-height: 1.2;
    font-weight: 400;
}
/*==================== Inner page Banner CSS END ====================*/

/*==================== Sidebar CSS ====================*/
.blog-search input.form-control {
    padding: 15px 85px 15px 18px;
    line-height: normal;
    height: 55px;
    width: 100%;
    color: #000;
    background: none;
    border: 1px solid #D3D3D3;
}
.blog-search .search-btn {
    height: 55px;
    cursor: pointer;
    z-index: 9;
    width: 55px;
    line-height: normal;
    position: absolute;
    border: none;
    right: 0px;
    top: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FF9F9F;
}

.blog-search .search-btn svg,
.blog-search .search-btn img {
    width: 20px;
    height: 20px;
    stroke: #fff;
}
.blog-search .search-btn svg path{
    stroke: #fff;
}
.blog-search .msg-side-form {
    right: 55px;
}
.blog-search .form-control:focus {
    box-shadow: none;
}
.sidebar-heading, .sidebar-list .widget-title {
    margin-bottom: 20px;
    font-size: 28px;
    text-transform: capitalize;
}
.sidebar-list {
    background: var(--color--blue);
    padding: 30px 30px;
}

.sidebar-list .widget-title,
.sidebar-list .sidebar-heading,
.sidebar-form .sidebar-heading {
    color: var(--color--white);
    text-transform: capitalize;
    font-size: 35px;
    text-align: center;
}

.sidebar-list li {
    display: block;
}

.sidebar-list ul li a {
    padding: 10px 0;
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-transform: capitalize;
    color: var(--color--white);
    position: relative;
}
.sidebar-list ul li a:hover,
.sidebar-list ul li.active a,
.sidebar-list ul li.activeChild a,
.sidebar-list ul li.current_page_item a {
    opacity: 0.9;
}

.sidebar-form {
    padding: 40px 25px;
    background: var(--color--orange);
}
.sidebar-form .form-group {
    margin-bottom: 30px;
}
.sidebar-form .form-control {
    color: var(--color--white);
    padding: 10px 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    font-weight: 400;
}

.sidebar-form .form-control:focus {
    color: #fff;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    box-shadow: none;
}

.sidebar-form ::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.sidebar-form ::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.sidebar-form :-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.sidebar-form :-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
}

/*==================== Sidebar CSS END ====================*/

.radio-btn input[type=radio] {
    display: none;
}

.radio-btn span.wpcf7-list-item {
    margin-left: 0;
    padding-left: 23px;
    margin-right: 20px;
    position: relative;
}

.radio-btn span.wpcf7-list-item label {
    margin-bottom: 0;
    cursor: pointer;
    line-height: 25px;
    color: #AFAFAF;
}

.radio-btn span.wpcf7-list-item:last-child {
    margin-right: 0;
}

.radio-btn label .wpcf7-list-item-label::before {
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    top: 4px;
    left: 0;
}

.radio-btn input[type=radio]:checked~.wpcf7-list-item-label::after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 7px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.radio-btn input[type=radio]:checked~.wpcf7-list-item-label::before {
    border-color: #a91b2a;
    background: #a91b2a;
}
.star-rating {
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.star-rating svg, .star-rating img {
    width: 18px;
    height: 17px;
    margin-right: 4px;
}
.star-rating svg:last-child{
    margin-right: 0;
}


/*==================== Header CSS ====================*/
header.main-header {
    z-index: 999;
    height: 105px;
    top: 0px;
    width: 100%;
    position: fixed;
}
.small-header {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.50);
    background:#fff;
}
.top-logo img {
    display: block;
}
.ph-btn {
    padding: 10px 12px;
    font-size: 15px;
}
.ph-btn .btn svg, .ph-btn .btn img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}


.header-row{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}
.header-col-1 {
    flex: 0 0 auto;
    width: 35%;
}
.header-col-2 {
    flex: 0 0 auto;
    width: 65%;
}

.main-header .ns-logo {
    max-width: 200px;
    margin-left: 20px;
    background: #fff;
    margin: 10px;
    border-radius: 6px;
}
/*========= Header Search CSS END =========*/
.search-icon {
    cursor: pointer;
    transition: all ease-in-out .45s;
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: none;
    align-items: center;
    justify-content: center;
}

.search-icon svg,
.search-icon img {
    width: 18px;
    height: 18px;
}
.header-search-box {
    position: fixed;
    background-color: #fff;
    width: 100%;
    transition: all 0.5s ease 0s;
    opacity: 0;
    height: 0;
    top: 0;
    right: 0;
}

.header-search-box.open-search {
    opacity: 1;
    height: 105px;
    z-index: 999999;
}

.header-search-box span.closebtn {
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 20px;
    width: 35px;
    height: 35px;
}

.header-search-box span.closebtn::before,
.header-search-box span.closebtn::after {
    position: absolute;
    content: "";
    height: 30px;
    width: 2px;
    background-color: #000;
}

.header-search-box span.closebtn::before {
    transform: rotate(45deg);
}

.header-search-box span.closebtn::after {
    transform: rotate(-45deg);
}

.header-search-box span.closebtn:hover::before,
.header-search-box span.closebtn:hover::after {
    background-color: var(--color--orange);
}

.header-search-box .search-input-wrap .searchform {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 70%;
    margin: 0 auto;
    width: 100%;
}

.header-search-box input.search {
    height: 55px;
    color: #000;
    padding: 8px 58px 8px 10px;
    border: none;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

#site-searchs {
    top: 0;
    position: absolute;
    right: 0px;
    width: auto;
    height: 55px;
    border: none;
    padding: 13px 20px;
    line-height: 38px;
    cursor: pointer;
    background: none;
}

#site-searchs svg,
#site-searchs img {
    width: 20px;
    height: 20px;
}

/*========= Header Search CSS END =========*/

/*==================== Header CSS END ====================*/

/*========= Nav Multiple CSS =========*/
.wrap-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu-top {
    position: relative;
    display: flex;
}
ul.menu-top li {
    position: relative;
    padding: 0px 15px;
    line-height: normal;
}
ul.menu-top>li.menu-item-has-children {
    padding-right: 17px;
}
ul.menu-top li:first-child {
    padding-left: 0;
}
ul.menu-top li ul {
    display: none;
}
.menu-top li a {
    color: var(--color--black);
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    text-decoration: none;
    height: 100%;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 0;
}

.menu-top li a:hover {
    transition: .3s ease-in-out all;
    color: var(--color--orange);
}
.menu-top li a:hover::before {
    position: absolute;
    content: "";
    background: var(--color--orange);
    left: 0;
    right: 0;
    bottom: 0px;
    height: 2px;
}
.menu-top li a:hover::before,
.menu-header>ul>li.current_page_item>a::before,
.menu-header>ul>li.current_page_ancestor>a::before {
    width: 100%;
}
.menu-header>ul>li.current_page_item>a,
.menu-header>ul>li.current_page_ancestor>a {
    color: var(--color--orange);
}

.menu-header>ul>li.current_page_item>a::before,
.menu-header>ul>li.current_page_ancestor>a::before {
    position: absolute;
    content: "";
    background: var(--color--orange);
    left: 0;
    right: 0;
    bottom: 0px;
    height: 2px;
}
#mainNav>li.menu-item-has-children::before {
    content: "";
    right: 5px;
    position: absolute;
    top: 50%;
    width: 7px;
    height: 7px;
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform: rotate(45deg) translateY(-50%);
    -moz-transform: rotate(45deg) translateY(-50%);
    -o-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    border-right: 2px solid var(--color--black);
    border-bottom: 2px solid var(--color--black);
    transform-origin: 5px 0px;
}

.small-header .menu-top::before {
    display: none;
}

.sub-menu li.menu-item-has-children {
    position: relative;
}

.menu-top li>.sub-menu>li.menu-item-has-children:after {
    content: "";
    right: 7px;
    position: absolute;
    top: 50%;
    width: 7px;
    height: 7px;
    transform: rotate(-45deg) translateY(-50%);
    -webkit-transform: rotate(-45deg) translateY(-50%);
    -moz-transform: rotate(-45deg) translateY(-50%);
    -o-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    border-right: 2px solid var(--color--black);
    border-bottom: 2px solid var(--color--black);
    transform-origin: 0 2px;
}
.menu-top li>.sub-menu>li.menu-item-has-children:hover:after{
    border-right: 2px solid var(--color--white);
    border-bottom: 2px solid var(--color--white);
}

ul.menu-top li:hover>ul {
    display: block;
    position: absolute;
    top: 100%;
}

ul.menu-top li:hover li {
    float: none;
}

.sub-menu li ul.sub-menu {
    position: absolute;
    background-color: var(--color--orange);
    z-index: 99;
    top: 0 !important;
    left: 100%;
}

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

ul.menu-top li .sub-menu li ul.sub-menu li>a {
    background-color: var(--color--white);
    color: var(--color--black);
}

ul.menu-top li .sub-menu li ul.sub-menu li>a:hover,
ul.menu-top li .sub-menu li ul.sub-menu li.current-menu-item>a {
    background: var(--color--orange);
    color: var(--color--white);
}

ul.menu-top li:hover li a:hover,
.menu-top ul.sub-menu li.current_page_item a {
    background: var(--color--orange);
    color: var(--color--white);
}

ul.menu-top ul ul {
    left: 100%;
}

.sub-menu {
    background-color: var(--color--white);
    min-width: 220px;
    text-align: left;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

ul.menu-top li .sub-menu li {
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

ul.menu-top li .sub-menu li:last-child {
    border-bottom: none;
}
ul.menu-top li .sub-menu li a {
    font-size: 14px;
    padding: 12px 10px;
    text-transform: uppercase;
    line-height: normal;
    margin: 0;
    color: var(--color--black);
    border: none;
    display: block;
    font-weight: 500;
}

ul.menu-top li .sub-menu li a:hover {
    border: none;
}

ul.menu-top li .sub-menu li a:hover::before,
ul.menu-top li .sub-menu li a:hover::after {
    display: none;
}

.pointer-hide a {
    pointer-events: none;
}

.submenu-scroll .sub-menu {
    overflow-y: scroll;
    height: 450px;
}

.submenu-scroll .sub-menu::-webkit-scrollbar-track {
    background-color: #fff;
}

.submenu-scroll .sub-menu::-webkit-scrollbar {
    width: 4px;
    background-color: #fff;
}

.submenu-scroll .sub-menu::-webkit-scrollbar-thumb {
    background-color: var(--color--orange);
}

/*========= Nav Multiple CSS END =========*/

/*==================== Footer CSS ====================*/
#footer {
    background-color: #f6fbfb;
    color: #000;
    padding-top: 60px;
    font-size: 15px;
    letter-spacing: 0;
}
#footer .description {
    font-weight: 300;
    font-size: 16px;
}
.footer-nav ul li {
    display: block;
    line-height: normal;
}
.footer-nav ul li a {
    display: block;
    text-transform: capitalize;
    line-height: normal;
    padding: 10px 0;
    font-size: 15px;
    color: #000;
    font-weight: 400;
}
.footer-nav ul li a:hover, .footer-nav ul li.current-menu-item a {
    color: var(--color--orange);
}

.copyright {
    margin-top: 50px;
    padding: 12px 0;
    border-top: 1px solid rgba(237, 112, 52, 0.30);
}
.copyright .copyright-text {
    text-transform: capitalize;
    font-size: 15px;
}



#footer .accordion-item {
    border: none;
    border-radius: 0 !important;
    background: none;
    margin-bottom: 10px;
}
#footer .accordion-header {
    margin-bottom: 0;
    border-bottom: 1px solid #DADADA;
}
#footer .accordion-button {
    font-size: 15px;
    color: #000;
    border-radius: 10px !important;
    background-color: transparent;
    padding: 15px 20px 15px 0;
    line-height: 1.2;
    font-weight: 500;
    text-transform: capitalize;
}
#footer .accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}
#footer .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
}
#footer .accordion-body {
    margin: 0 0;
    border-top: none;
    padding: 10px 0;
}
#footer .accordion-button::after {
    position: absolute;
    top: 20px;
    width: auto;
    right: 0;
    content: "+";
    background: none;
    transform: none;
    color: var(--color--orange);
    font-size: 15px;
    font-weight: 500;
    height: auto;
    line-height: normal;
}
#footer .accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: none;
    content: "-";
}
#footer .accordion-collapse {
    padding: 12px 0;
}
.nap-box {
    position: relative;
    line-height: normal;
    margin-bottom: 17px;
    padding-left: 25px;
}
.nap-box:last-child {
    margin-bottom: 0;
}
.nap-box svg, .nap-box img {
    position: absolute;
    left: 0;
    top: 7px;
    width: 15px;
    height: 15px;
    fill: var(--color--orange);
}
.nap-box svg path {
    fill: var(--color--orange);
}
.nap-address, .nap-info a {
    line-height: 1.8;
    color: var(--color--black);
    font-weight: 400;
    letter-spacing: 0;
    position: relative;
}
.nap-address .direction-link {
    display: inline-block;
    color: var(--color--black);
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 1px solid var(--color--black);
    line-height: normal;
    font-size: 14px;
}
.nap-info a:hover,.nap-address .direction-link:hover {
    color: var(--color--orange);
    border-color: var(--color--orange);
}
.footer-nav {
    display: inline-flex;
}
/*==================== Footer CSS END ====================*/
/*==================== Static Page CSS ====================*/
.mainpage h1, .postlist-single h1 { font-size: 38px; }
.mainpage h2, .postlist-single h2 { font-size: 36px; }
.mainpage h3, .postlist-single h3 { font-size: 30px; }
.mainpage h4, .postlist-single h4 { font-size: 28px; }
.mainpage h5, .postlist-single h5 { font-size: 24px; }
.mainpage h6, .postlist-single h6 { font-size: 20px; }
.mainpage {
    max-width: 700px;
}
blockquote {
    background: rgba(255, 159, 159, 0.15);
    padding: 20px 20px;
    border-left: 7px solid var(--color--orange);
    font-style: italic;
    margin: 15px 0;
    display: block;
}

.page-content ul,
.postlist-single ul,
.list-style ul {
    margin-bottom: 25px;
}

.page-content ul li ul,
.postlist-single ul li ul,
.list-style ul li ul {
    margin-bottom: 8px;
    margin-top: 8px;
}

.page-content ul li,
.postlist-single ul li,
.list-style ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 4px;
}

.page-content ul li::before,
.postlist-single ul li::before,
.list-style ul li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: var(--color--black);
    left: 0;
    top: 12px;
    border-radius: 100%;
}

.page-content ul li a,
.postlist-single ul li a,
.postlist-single a,
.postlist-single ol li a,
.page-content a {
    text-decoration: underline
}

.page-content ul li a:hover,
.postlist-single ul li a:hover,
.postlist-single a:hover,
.postlist-single ol li a:hover,
.page-content a:hover {
    text-decoration: none;
}

.page-content ol,
.postlist-single ol,
.list-style ol {
    list-style-type: none;
    counter-reset: ordered;
    margin: 0 0 20px;
    padding: 0;
}

.page-content ol li,
.postlist-single ol li,
.list-style ol li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
}

.page-content ol li:last-child,
.postlist-single ol li:last-child,
.list-style ol li:last-child {
    margin-bottom: 0;
}

.page-content ol li::before,
.postlist-single ol li::before,
.list-style ol li::before {
    content: counter(ordered);
    counter-increment: ordered;
    position: absolute;
    left: 0;
    top: 0;
}
/*==================== Static Page CSS END ====================*/