/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.18.2
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
    font-family: 'Instrument Sans';
    src: url('./assets/fonts/instrument-sans/InstrumentSans-Regular.woff2') format('woff2'),
        url('./assets/fonts/instrument-sans/InstrumentSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



:root {
    --fs-color-black: #000000;
    --fs-color-white: #ffffff;
    --fs-color-grey: #cccccc;
    --fs-color-base: #010101;
    --FontAwesome: 'Font Awesome 7 Pro';
}

h1,
.h1 {
    font-size: 48px;
    font-weight: bold;

}

.bigger.h2,
.bigger>h2,
.bigger>.h2 {
    font-size: 48px;
}

h2 strong {
    font-size: 64px;
}

h2,
.h2 {
    font-size: 40px;
    font-weight: bold;
}

.smaller.h2,
.smaller>h2,
.smaller>.h2 {
    font-size: 32px;
}

.banner h2 {
    font-size: 48px;
}

h3,
.h3 {
    font-size: 28px;
    font-weight: bold;

}

.smaller>h3,
.smaller>.h3 {
    font-size: 24px;
}

.banner h3 {
    font-size: 32px;
}

.banner h1,
.banner h2,
.banner h3 {
    line-height: 1.25;
    margin-top: 0;
    font-weight: bold;
}

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

p {
    margin-bottom: 15px;
}

.is-uppercase,
.uppercase {
    line-height: 1.4;
}

.sub-title {
    color: var(--fs-color-primary);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    padding-left: 20px;
    display: inline-block;
    width: auto;
}

.sub-title::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid currentColor;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 0;
}

.dark .sub-title::before {
    color: var(--fs-color-white);
}

.sub-title p {
    margin-bottom: 8px;
}

.dark,
.dark p,
.dark td {
    color: var(--fs-color-white);
}

b,
strong {
    font-weight: 700;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-5 {
    padding-bottom: 50px;
}


.is-small,
.is-small.button {
    font-size: 14px;
}

.last-reset> :not(style):last-of-type {
    margin-bottom: 0 !important;
}


.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
input[type='date'],
input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
select,
textarea {
    box-shadow: none;
    color: #000;
    font-size: 1em;
    height: 40px;
    padding: 0 12px;
}

.button.icon {
    min-width: 2.5em;
}

.button i,
button i {
    top: 0;
    vertical-align: middle;
}

input[type='email']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
select:focus,
textarea:focus {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    color: #000;
}

.button,
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
    font-size: 1em;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.5;
    min-height: 2.5em;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
}


.button.icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.box a {
    display: inline-flex;
}

button#place_order,
.button.expand {
    justify-content: center;
}

.button.white:not(.is-link, .is-underline) {
    color: var(--fs-color-base) !important;
}

.button.is-underline:before {
    background-color: currentColor;
    bottom: 8px;
    content: "";
    height: 1px;
    left: 0;
    opacity: 1;
    position: absolute;
    transition: all .3s;
    width: 100%;
}

.button.is-underline:hover:before {
    width: 60%;
    left: 20%;

}


.button span {
    line-height: 1.5;
}

.col-child-left>.col-inner {
    margin-right: auto !important;
    margin-left: 0 !important;
}

.col-child-center>.col-inner {
    margin-right: auto !important;
    margin-left: auto !important;
}

.col-child-right>.col-inner {
    margin-right: 0 !important;
    margin-left: auto !important;
}

.off-canvas-left .mfp-content,
.off-canvas-right .mfp-content {
    background-color: hsla(0, 0%, 100%, 1);
}

.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
    font-size: 1em;
    text-transform: capitalize;
    font-weight: 500;
    color: var(--color-black);
}

.box .box-text {
    font-size: 1em;
}


.box .box-text .box-text-inner {
    display: flex;
    flex-wrap: wrap;
}

.box .box-text .post-meta {
    opacity: 1;
    color: #595959;
    width: 100%;
}


.box .box-text .from_the_blog_excerpt {
    color: #52575C;
    order: -1;
    margin-bottom: 12px;
}

.box .box-text .post-title {
    order: -2
}

.box .post-title.is-large {
    font-size: 16px;
}

.box-blog-post .is-divider {
    display: none;
}

.box-blog-post .meta-author {
    text-transform: capitalize;
}

.box-text a:not(.button) {
    margin-bottom: 0;
    margin-top: 0;
}

.box-text h1,
.box-text h2,
.box-text h3 {
    margin-bottom: 12px;
    margin-top: 0;
}

.box-text h4,
.box-text h5,
.box-text h6 {
    margin-bottom: 4px;
    margin-top: 0;
}

.box-overlay.dark .box-text,
.box-shade.dark .box-text {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
}

.box-text p {
    margin-bottom: 0;
    margin-top: 0;
}

.box-text .is-divider {
    display: none;
}

.box-text-top .box-text {
    vertical-align: top;
}

.box-text .button {
    text-transform: initial;
    width: 100%;
}

.box-text .button:after {
    content: '\f178';
    font-family: var(--FontAwesome);
    margin-left: 8px;
}

form {
    margin-bottom: 0;
}

.nav-spacing-xlarge>li {
    margin: 0 15px;
}

.social-icons .button.is-outline i {
    color: var(--fs-color-primary);
}

.page-header-wrapper .page-title-inner {
    gap: 8px
}

.page-header-wrapper .container:after {
    content: unset;
}

.page-header-wrapper .page-title-inner .flex-col {
    margin-left: 0;
}

.page-header-wrapper .title-overlay {
    background-color: transparent !important;
    background: linear-gradient(165deg, #000 0%, transparent 60%) !important;
}

.page-header-wrapper h1,
.page-header-wrapper h2 {
    font-size: 48px;
}

.page-header-wrapper .title-breadcrumbs {
    padding-top: 0;
    padding-bottom: 0;
}

.rank-math-breadcrumb {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rank-math-breadcrumb a,
.rank-math-breadcrumb .last {
    font-weight: bold;
}

.rank-math-breadcrumb .separator {
    opacity: 1;
}


.rank-math-breadcrumb .last {
    text-decoration: underline;
    text-underline-offset: 2px;
}


.logo-box.icon-box-left .icon-box-text {
    padding-left: 16px;
    border-left: 1px solid #D9D9D9;
    margin-left: 16px;
}

.logo-box.icon-box-left .icon-box-text p {
    margin-bottom: 0;
}

.nav-pagination>li>a,
.nav-pagination>li>span {
    border: 1px solid;
    border-radius: 0;
    display: block;
    font-size: 14px;
    font-weight: 600;
    height: 32px;
    line-height: 30px;
    min-width: 32px;
    padding: 0 7px;
    text-align: center;
    transition: all .3s;
    vertical-align: top;
    width: auto;
}

.ux-relay__button {
    padding: 0 20px;
    min-width: 172px;
    justify-content: center;
}

.ux-relay__button:after {
    content: '\f178';
    font-family: var(--FontAwesome);
    margin-left: 8px;
}


.image-glow {
    overflow: hidden;
}



.image-glow:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
}


.image-glow:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.image-glow img {
    filter: brightness(1) !important;
}

.image-grayscale.image-glow:hover img {
    filter: brightness(1) grayscale(100%) !important;
}

.flickity-page-dots {
    left: 0%;
    right: 0%;
}

.flickity-page-dots .dot {
    border-color: var(--fs-color-primary);
    border-width: 1px;
    margin: 0 4px;
    opacity: 1;
}

.flickity-page-dots .dot.is-selected {
    background-color: var(--fs-color-primary);
}

.show-all-items .slider .flickity-slider>div {
    opacity: 1 !important;
}

/*************** HEADER ***************/
.icon-search:before {
    content: "\f002";
    font-family: var(--FontAwesome);
}

#header .header-search-dropdown .nav-dropdown {
    right: -15px;
    left: auto;
}

.page-template-page-transparent-header-light .header-nav-main.nav-line-bottom>li>a:before,
.page-template-page-transparent-header-light .header-nav-main.nav-line-grow>li>a:before,
.page-template-page-transparent-header-light .header-nav-main.nav-line>li>a:before,
.page-template-page-transparent-header-light .header-nav-main.nav-box>li>a:hover,
.page-template-page-transparent-header-light .header-nav-main.nav-box>li.active>a,
.page-template-page-transparent-header-light .header-nav-main.nav-pills>li>a:hover,
.page-template-page-transparent-header-light .header-nav-main.nav-pills>li.active>a {
    background-color: var(--fs-color-white);
}

#header .navbar-toggler {
    background: transparent;
    width: 50px;
    height: 45px;
    padding: 0;
    border-radius: 0;
    top: 0;
    cursor: pointer;
    z-index: 99;
    border: none;
    position: relative;
}

#header .navbar-toggler:before,
#header .navbar-toggler.active:after {
    background: #010101;
}

#header .navbar-toggler:after {
    border-color: #010101;
}


#header.transparent .navbar-toggler:before,
#header.transparent .navbar-toggler.active:after {
    background: #fff;
}

#header.transparent .navbar-toggler:after {
    border-color: #fff;
}

#header.transparent .custom-toggle i {
    color:currentColor !important;
}



#custom-mobile-menu ul li .custom-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#header #custom-mobile-menu {
    left: 0;
    right: 0;
    background-color: var(--fs-color-white);
    box-shadow: none;
    border-radius: 0;
    padding: 50px 0px;
}


#header #custom-mobile-menu ul li>a {
    color: #595959;
    text-transform: initial;
    font-size: 16px;
    font-weight: bold;
}

#header #custom-mobile-menu ul li+li {
    border-top: none;
}

#header #custom-mobile-menu ul li.current-menu-item>a,
#header #custom-mobile-menu ul li:hover>a {
    color: #010101;
}

#header.transparent i {
    color: var(--fs-color-white) !important;
}

#header.transparent .header-bg-container .header-bg-image {
    background: linear-gradient(153deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.00) 100%);
    backdrop-filter: blur(15px);
    opacity: 0.8;
}

#header #logo {
    display: flex;
    align-items: center;
}

#header #logo img {
    min-width: 70px;
}

#header #logo .logo-tagline {
    font-size: 1.25em;
    font-style: normal;
    line-height: 1.5;
    margin: 0;
    font-weight: bold;
    padding-left: 16px;
    border-left: 1px solid #D9D9D9;
    margin-left: 16px;
    text-align: left;
}

.nav-line-bottom>li>a:before,
.nav-line-grow>li>a:before,
.nav-line>li>a:before {
    width: 31px;
    background-color: currentColor
}


/*************** END HEADER ***************/

/*************** FOOTER ***************/
#footer .ux-menu .ux-menu-link__link {
    min-height: 28px;
    padding-bottom: 4px;
    padding-top: 4px;
    line-height: 1.5;
}


#footer .footer-top-section {
    background-color: transparent;
}

#footer .footer-top-section .section-bg-overlay {
    background-color: transparent !important;
    background: linear-gradient(to top, #871015 0%, transparent 100%);
    opacity: 30%;
}

#footer .footer-top-section .section-bg {
    mix-blend-mode: darken;
    opacity: 1;
}

#footer .footer-top-section .section-bg :is(img, picture, video) {
    max-width: 700px;
    left: auto;
    right: 0;
    height: unset;
    bottom: 0;
    top: auto;
}

#footer .footer-section {
    background-color: transparent;
}

#footer .footer-section .section-bg {
    mix-blend-mode: darken;
    opacity: 1;
}

#footer .footer-section .section-bg :is(img, picture, video) {
    max-width: 422px;
    left: auto;
    right: 0;
    height: unset;
    bottom: 0;
    top: auto;
}



#footer .footer-logo-bg {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 442px;
}

#footer form input[type='date'],
#footer form input[type='email'],
#footer form input[type='number'],
#footer form input[type='password'],
#footer form input[type='search'],
#footer form input[type='tel'],
#footer form input[type='text'],
#footer form input[type='url'],
#footer form select {
    height: 50px;
    border: none;
    background-color: transparent;
    padding: 0;
    border-bottom: 1px solid rgba(89, 89, 89, 0.30);
}

#footer form input[type='date']::placeholder,
#footer form input[type='email']::placeholder,
#footer form input[type='number']::placeholder,
#footer form input[type='password']::placeholder,
#footer form input[type='search']::placeholder,
#footer form input[type='tel']::placeholder,
#footer form input[type='text']::placeholder,
#footer form input[type='url']::placeholder,
#footer form select {
    color: var(--fs-color-base);
}

#footer form .wpcf7-submit {
    padding: 10px;
    height: 42px;
    white-space: nowrap;
    width: 172px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 45px 0 0
}

/*************** END FOOTER ***************/

/*************** HOME PAGE ***************/
.hero-section .banner .overlay {
    background-color: transparent !important;
    background: linear-gradient(to top, rgb(0 0 0 / 75%) 0%, transparent 100%);
}

.hero-section .flickity-page-dots {
    right: 80px;
    bottom: 40px;
    left: 80px;
    text-align: right;
}

.achievements-section .achievements-col>.col-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.achievements-section .count-box {
    font-size: 20px;
    line-height: 1.25;
}

.achievements-section .line {
    width: 1px;
    height: 129px;
    background-color: var(--fs-color-white);
}


.content-center>.col-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-end>.col-inner {
    display: flex;
    align-items: flex-end;
}

.achievements-section .count-box .count-num {
    font-size: 54px;
    font-weight: bold;
    line-height: 1;
    color: var(--fs-color-white) !important;
}

.about-section .section-bg-overlay {
    background-color: transparent !important;
    background: linear-gradient(to bottom, #fff 35%, #87101663 100%);
}

.about-section .about-main-img {
    position: relative;
    padding: 20px;
}

.about-section .about-main-img .img-inner {
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.15);
}

.about-section:after {
    content: '';
    display: block;
    bottom: -155px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    border: 1px solid red;
    width: 1100px;
    max-width: calc(100% - 10px);
    height: 100%;
}

.about-section .section-bg {
    z-index: 1;
}

.about-section {
    margin-bottom: 155px;
}

.feature-services-section .desc-col>.col-inner {
    background-color: transparent !important;
    background: url(./assets/images/service-desc-col-bg.png) no-repeat top right/ 70% auto, linear-gradient(to bottom, #DC2626 0%, #902020 100%);
}

.feature-services-section .desc-row-inner>.col {
    display: none;
}

.feature-services-section .desc-row-inner>.col:first-child {
    display: block;
}

.feature-services-section .desc-col .button {
    margin-top: -30px;
}


.feature-services-section ul {
    list-style: none;
}

.feature-services-section ul li {
    position: relative;
    padding-left: 12px;
    margin-left: 12px
}

.feature-services-section ul li::before {
    content: '';
    width: 3px;
    height: 3px;
    background: currentColor;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0.5em;
    top: 12px;
}

.procedure-section .procedure-row {
    counter-reset: procedure;
}

.procedure-section .procedure-row>.col>.col-inner {
    padding: 80px 0 0 45px;
}



.row.row-collapse>.col>.col-inner>.row:not(.row-collapse) {
    margin-left: 0;
    margin-right: 0;
}

.procedure-section .procedure-row>.col>.col-inner::before {
    content: counter(procedure, decimal-leading-zero);
    counter-increment: procedure;
    color: rgba(237, 28, 36, 0.20);
    font-size: 128px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.testimonials-section .testimonials-col {
    z-index: 10;
    position: relative;
}

.testimonials-section .flickity-page-dots {
    display: none;
}

.testimonials-section .testimonials-col .flickity-button {
    z-index: 20;
}

.testimonials-section .testimonials-col>.col-inner {
    position: relative;
}

.testimonials-section .testimonials-col>.col-inner::before,
.testimonials-section .testimonials-col>.col-inner::after {
    content: '“';
    position: absolute;
    top: 0px;
    left: 0;
    color: rgba(255, 189, 191, 0.40);
    font-family: "Instrument Sans", sans-serif;
    font-size: 246px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}

.testimonials-section .testimonials-col>.col-inner::after {
    left: auto;
    right: 0;
    top: -50px;
    transform: rotate(180deg);
}

.testimonials-section .testimonial-box .icon-box-text {
    padding: 0 80px;
    font-size: 18px;
    display: flex;
    flex-direction: column-reverse;
    gap: 30px
}

.testimonials-section .testimonial-box .testimonial-meta {
    padding-top: 0;
}

.testimonials-section .testimonial-box .star-rating {
    display: none;
}

.testimonials-section .testimonial-box .testimonial-name {
    display: block;
    font-size: 20px;
}

.testimonials-section .testimonial-box .testimonial-name-divider {
    display: none;
}

.tabbed-content .nav-size-large li {
    margin: 0 30px;
}

.nav-column>li>a,
.nav-dropdown>li>a,
.nav-vertical-fly-out>li>a,
.nav>li>a {
    color: #595959;
}

.nav-column li.active>a,
.nav-column li>a:hover,
.nav-dropdown li.active>a,
.nav-dropdown>li>a:hover,
.nav-vertical-fly-out>li>a:hover,
.nav>li.active>a,
.nav>li.current>a,
.nav>li>a.active,
.nav>li>a.current,
.nav>li>a:hover {
    color: #010101;
}


.news-section .news-col-left .post-item {
    padding-bottom: 40px;
}

.news-section .news-col-left .post-item+.post-item>.col-inner {
    padding-top: 40px;
    border-top: 1px solid #d9d9d9;
}

.news-section .news-col-left .post-item .post-meta * {
    display: none;
}

.news-section .news-col-left .post-item .post-meta .meta-date {
    display: inline-block;
}

.news-section .news-col-right .post-item .post-title {
    color: #595959;
}



/*************** END HOME PAGE ***************/


/*************** ABOUT PAGE ***************/
.core-value-icon-box .icon-inner {
    color: rgb(237, 28, 36);
    background-color: rgba(237, 28, 36, 0.10);
    border-radius: 50%;
    height: 64px;
    padding: 25%;
}

.core-value-icon-box .icon-box-text {
    padding-left: 20px;
}

.core-value-icon-box .icon-inner svg {
    padding-top: 0
}

.timeline-section .timeline-item-row {
    position: relative;
}

.timeline-section .timeline-item-row:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--fs-color-white);
}

.timeline-section .timeline-item-row:first-child {
    padding-top: 50px;
}

.timeline-section .timeline-item-row:last-child {
    padding-bottom: 50px;
}

.timeline-section .timeline-item-row:first-child::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    border-radius: 50%;
    top: -24px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--fs-color-white);
}

.timeline-section .timeline-item-row>.col {
    padding: 0 124px 30px 30px !important;
}

.timeline-section .timeline-item-row>.col+.col {
    padding: 0 30px 30px 124px !important;
}

.timeline-section .timeline-item-row .img-col-left::before,
.timeline-section .timeline-item-row .img-col-right::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-color: var(--fs-color-white);
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translate(50%, -50%);
    border-radius: 50%;
    z-index: 1;
}


.timeline-section .timeline-item-row .img-col-right::before {
    left: 0%;
    right: auto;
    transform: translate(-50%, -50%);
}

.timeline-section .timeline-year {
    font-size: 128px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: -64px;
}

.timeline-section .timeline-title {
    font-weight: bold;
    font-size: 32px;
    text-transform: uppercase;
}

.office-section .img {
    position: relative;
}

.office-section .img:after {
    content: '';
    display: block;
    width: 100%;
    height: 33%;
    background: linear-gradient(to top, #fff 0%, transparent 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.button .icon-angle-right:before {
    content: '\f178';
    font-family: var(--FontAwesome);
    margin-left: 8px;
}

/*************** END ABOUT PAGE  ***************/

/*************** BLOG ARCHIVE ***************/
.blog-archive {
    padding-top: 0;
    padding-bottom: 0;
}

.blog-archive .category-list-container ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: center
}

.blog-archive .category-list-container ul li {
    margin:0
}

.blog-archive .category-list-container ul li a {
    font-size: 20px;
    color: #595959;
}

.blog-archive .category-list-container ul li.active a {
    font-size: 32px;
    color: var(--fs-color-black);
    font-weight: bold;
    text-decoration: underline;
}

.archive .page-header-wrapper {
    margin-bottom: 60px;
}

.featured-posts .box.box-vertical .box-text {
    padding: 0 0 0 30px
}

.featured-posts .flickity-button {
    opacity: 1;
    top: auto;
    bottom: 0;
    height: 36px;
    min-height: 36px;
}

.featured-posts .flickity-button .flickity-button-icon {
    background-color: #e8e8e8;
    border: none;
    padding: 28%;
    border-radius: 0;
}

.featured-posts .flickity-button .flickity-button-icon:hover {
    background-color: #595959;
}

.featured-posts .flickity-button.previous {
    left: auto;
    right: 36px;
}

.featured-posts .flickity-button.next {
    right: 0;
}


.blog-archive #post-list .col.post-item>.col-inner {
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
}

.blog-archive #post-list .col.post-item:first-child>.col-inner {
    padding-top: 30px;
}


.blog-archive #post-list .col.post-item .box-text {
    padding: 0 0 0 30px
}

span.widget-title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    text-transform: inherit;
    margin-bottom: 20px;
}

.widget>ul>li+li,
ul.menu>li+li {
    border-top: none;
}

span.widget-title+.is-divider {
    display: none;
}

.recent-blog-posts-li .badge {
    height: 64px;
    width: 80px;
}

.recent-blog-posts-li .post-meta {
    font-size: 12px;
    opacity: 1;
    color: #595959;
}

.recent-blog-posts-li a {
    font-weight: bold;
}

/*************** END BLOG ARCHIVE ***************/


/*************** BLOG SINGLE ***************/
.blog-single {
    padding-top: 0;
    padding-bottom: 0;
}

.single .page-header-wrapper {
    margin-bottom: 60px;
}

.single .entry-header .entry-meta {
    font-size: 14px;
    color: #484848;
    margin-bottom: 8px;
    text-transform: initial;
    letter-spacing: 0;
    font-weight: 300;
}

.single h1.entry-title {
    font-size: 32px;
}

.entry-header-text {
    padding: 0;
}

.entry-content {
    color: #595959;
}

.social-icons {
    color: var(--fs-color-black);
    font-size: 1em;
}

.social-icons a.button.icon {
    margin: 0 4px 4px
}

.entry-content h2 {
    font-size: 24px;
}

.entry-content h3 {
    font-size: 20px;
}

.entry-content h4 {
    font-size: 18px;
}

.blog-single .share-icons {
    margin-top: 30px;
}

.blog-single .related-posts {
    margin-bottom: -50px;
}

.blog-single .related-posts .related-title {
    margin-bottom: 30px;
}

.blog-single .related-posts .post-title {
    margin-bottom: 0;
    margin-top: 4px;
    text-transform: uppercase;
    order: 1;
}


/*************** END BLOG SINGLE ***************/


/*************** PROJECT ARCHIVE ***************/

.sort-dropdown {
    position: relative;
    display: inline-block;
    width: 164px;

}

.sort-toggle {
    padding: 7px 10px;
    border: 1px solid #ccc;
    cursor: pointer;
    background: #fff;
    width: 150px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    line-height: 1.5;
}

.sort-menu {
    position: absolute;
    top: auto;
    left: 0;
    background: #bdbdbd;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 99;
    bottom: -8px;
    transform: translateY(100%);
    width: 200px;
    right: 0;
    left: auto;
}

.sort-menu li {
    margin: 0;
}

.sort-menu li a {
    padding: 8px 20px;
    cursor: pointer;
    color: #fff;
    margin: 0;
    display: block;
    font-weight: bold;
}

.sort-menu li:hover {
    background: #888;
}

.project-item .post-title.is-large {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 12px;
}


.project-item .box .box-text .from_the_blog_excerpt {
    color: #52575C;
    order: -1;
    margin-bottom: 28px;
}

.project-item .post-tax.labels {
    border-bottom: 1px solid var(--fs-color-white);
    margin-bottom: 20px;
    padding-bottom: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.project-item .post-tax.labels .post-tax-badge {
    color: var(--fs-color-primary);
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 99px;
    background: rgba(237, 28, 36, 0.20);
    padding: 6px 10px
}

.box-shadow-1,
.box-shadow-1-hover:hover,
.row-box-shadow-1 .col-inner,
.row-box-shadow-1-hover .col-inner:hover {
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.05);
}

.project-item {
    container-name: project-item;
    container-type: inline-size;
}

.project-item>.col-inner .box-text {
    padding: 25px
}

.project-item .box .button {
    font-size: 16px;
}

.project-item .box .button.primary {
    width: 50%;
    margin: 0 auto 0 0;
    justify-content: flex-start;
}

.project-item .box .button.open-video {
    width: 50%;
    margin: 0 0 0 auto;
    text-align: right;
    justify-content: flex-end;
}

/* When the container is greater than 60 characters... */
@container project-item (width < 300px) {
    .project-item>.col-inner .box-text {
        padding: 20px;
    }

    .project-item .post-title.is-large {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .project-item .box .box-text .from_the_blog_excerpt {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .project-item .post-tax.labels .post-tax-badge {
        font-size: 12px;
        padding: 4px 8px;
    }

    .project-item .post-tax.labels {
        border-bottom: 1px solid var(--fs-color-white);
        margin-bottom: 15px;
        padding-bottom: 20px;
    }

    .project-item .box .button {
        font-size: 14px;
    }
}

.archive .title-container {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    justify-content: space-between;
    margin-bottom: 40px;
}

.archive .title-container h1 {
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    margin: 0;
}


/*************** END PROJECT ARCHIVE ***************/

/*************** PROJECT SINGLE ***************/
.single-project .page-wrapper {
    padding: 0
}

.flickity-prev-next-button svg {
    padding: 16%;
}


.project-single .page-header-wrapper {
    margin-bottom: 60px;
}

/*************** END PROJECT SINGLE ***************/

/*************** SERVICE ARCHIVE ***************/

.service-item .box-text .post-title {
    margin-bottom: 4px;
}

.service-item .box-text .button {
    margin-top: 0;
}

/*************** END SERVICE ARCHIVE ***************/



@media only screen and (min-width: 850px) {
    .row-5-cols>.col {
        flex-basis: 20%;
        max-width: 20%;
    }

}


@media only screen and (min-width: 1380px) {
    #header.header-full-width .container {
        padding: 0 40px
    }

    .page-header-wrapper .container {
        max-width: 1600px;
    }
}


@media only screen and (max-width: 1379px) {
    #header.header-full-width .container {
        padding: 0 15px
    }

}

@media only screen and (max-width: 1199px) {
    #header .header-main .nav>li>a {
        font-size: 14px;
    }

    #header #logo {
        width: 245px;
    }

    #header #logo img {
        min-width: auto;
        max-height: 70px;
    }

    #header #logo .logo-tagline {
        font-size: 1em;
        line-height: 1.5;
        padding-left: 12px;
        margin-left: 12px;
    }

    .nav-spacing-xlarge>li {
        margin: 0 10px;
    }

    .timeline-section .timeline-item-row>.col {
        padding: 0 60px 30px 30px !important;
    }

    .timeline-section .timeline-item-row>.col+.col {
        padding: 0 30px 30px 60px !important;
    }

}

@media only screen and (min-width: 850px) and (max-width: 1199px) {
    .feature-projects-section .row.large-columns-4.row-slider .flickity-slider .project-item {
        max-width: 33.3333%;
        flex-basis: 33.3333%;
    }
}



@media only screen and (max-width: 849px) {

    /*************** ADD TABLET CSS HERE  ***************/
    .page-header-wrapper h1,
    .page-header-wrapper h2 {
        font-size: 32px;
    }

    .medium-flex-wrap .flex-col {
        padding-bottom: 0;
        padding-top: 0;
        text-align: left;
    }

    .rank-math-breadcrumb {
        font-size: 14px;
    }

    #header.transparent .header-main {
        height: 72px;
    }



    .hero-section .flickity-page-dots {
        right: 40px;
        bottom: 20px;
        left: 40px;
        text-align: left;
    }

    .achievements-section .achievements-col>.col-inner {
        justify-content: space-around;
    }

    .achievements-section .count-box .count-num {
        font-size: 36px;
    }

    .achievements-section .count-box {
        font-size: 15px;
    }

    .achievements-section .line {
        height: 90px;
    }

    .sub-title {
        font-size: 14px;
    }
	
	.sub-title:before {
        top: 4px;
    }

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

    h2 strong {
        font-size: 48px;
    }

    .banner h2 {
        font-size: 28px;
    }

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

    .post-list-title {
        margin-bottom: 20px;
    }

    .banner h3 {
        font-size: 20px;
    }

    .medium-text-left,
    .col.medium-text-left>.col-inner {
        text-align: left;
    }

    .medium-text-center,
    .col.medium-text-center>.col-inner {
        text-align: center;
    }

    .medium-text-right,
    .col.medium-text-right>.col-inner {
        text-align: right;
    }

    .medium-pb-0 {
        padding-bottom: 0 !important;
    }

    .medium-pb-half {
        padding-bottom: 15px !important;
    }

    .medium-br-hide br {
        display: none
    }

    .procedure-section .procedure-row>.col>.col-inner::before {
        font-size: 96px;
    }

    .procedure-section .procedure-row>.col>.col-inner {
        padding: 40px 0 0 24px;
    }

    .testimonials-section .testimonial-box .icon-box-text {
        font-size: 14px;
    }

    .testimonials-section .testimonials-col>.col-inner::before,
    .testimonials-section .testimonials-col>.col-inner::after {
        font-size: 180px;
    }

    .testimonials-section .testimonial-img .img-inner {
        padding-top: 500px !important
    }

    .news-section .tabbed-content .nav {
        justify-content: center;
    }

    .news-section .news-col-left .post-item {
        padding-bottom: 24px;
    }

    .news-section .news-col-left .post-item+.post-item>.col-inner {
        padding-top: 24px;
    }


    #footer .footer-top-section .section-bg :is(img, picture, video) {
        max-width: 375px;
    }

    .timeline-section .timeline-row>.col>.col-inner {
        padding-bottom: 50px;
    }


    .timeline-section .timeline-item-row {
        top: 0;
    }

    .timeline-section .timeline-item-row:first-child {
        padding-top: 0;
    }

    .timeline-section .timeline-item-row:last-child {
        padding-bottom: 0px;
    }

    .timeline-section .timeline-item-row>.col+.col {
        padding: 0 0 30px !important;
    }

    .timeline-section .timeline-item-row>.col {
        padding: 0 !important;
    }

    /* .timeline-section .timeline-item-row .img-col {
        padding-bottom: 50px !important;
    } */

    .timeline-section .timeline-item-row:after {
        content: unset;

        width: 100%;
        height: 1px;
        top: auto;
        bottom: 0;
        left: 0;
        transform: translateX(0);
    }

    .timeline-section .timeline-year {
        font-size: 96px;
        line-height: 1;
        font-weight: bold;
        margin-bottom: -45px;
    }

    .timeline-section .timeline-title {
        font-size: 20px;
    }

    .timeline-section .timeline-content {
        font-size: 14px;
        font-weight: bold;
    }

    .timeline-section .timeline-item-row .img-col-left::before,
    .timeline-section .timeline-item-row .img-col-right::before {
        content: unset;
        width: 12px;
        height: 12px;
        transform: translate(0%, 0%);
        top: auto;
        right: auto;
        bottom: 0;
        left: 0;
    }

    .timeline-section .flickity-button {
        height: fit-content;
        top: auto;
        bottom: 0;
    }

    .timeline-section .flickity-button.previous {
        left: calc(50% - 50px)
    }

    .timeline-section .flickity-button.next {
        left: auto;
        right: calc(50% - 50px)
    }

    .leaders-section .leaders-row {
        padding-bottom: 60px;
    }

    .leaders-section .flickity-button {
        height: fit-content;
        top: auto;
        bottom: 0;
    }



    .leaders-section .flickity-button.previous {
        left: calc(50% - 50px)
    }

    .leaders-section .flickity-button.next {
        left: auto;
        right: calc(50% - 50px)
    }


    .leaders-section .box-text {
        opacity: 1;
        pointer-events: inherit;
    }

    .archive .title-container h1 {
        font-size: 28px;
    }

    .archive .title-container {
        margin-bottom: 24px;
    }

    .archive .page-header-wrapper,
    .single .page-header-wrapper {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 549px) {

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .page-header-wrapper h1 {
        font-size: 16px;
    }

    .archive .title-container h1 {
        font-size: 20px;
    }

    .rank-math-breadcrumb {
        font-size: 12px;
    }

    #header #logo .logo-tagline {
        font-size: 10px;
    }

    #header #logo {
        width: 180px;
    }

    .banner h2 {
        font-size: 16px;
    }

    .banner h3 {
        font-size: 14px;
    }

    .achievements-section .count-box .count-num {
        font-size: 20px;
        margin-bottom: 8px;
    }

    .achievements-section .count-box {
        font-size: 10px;
    }

    .archive .page-header-wrapper,
    .single .page-header-wrapper {
        margin-bottom: 24px;
    }

    .achievements-section .line {
        height: 52px;
    }

    .sub-title {
        font-size: 12px;
    }
	
		.sub-title:before {
        top: 2px;
    }

    .single .entry-header .entry-meta {
        font-size: 12px;
    }

    .entry-content {
        padding-top: 0;
    }

    .single h1.entry-title {
        font-size: 18px;
    }

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

    h2 strong {
        font-size: 20px;
    }

    .small-text-left,
    .col.small-text-left>.col-inner {
        text-align: left;
    }

    .small-text-center,
    .col.small-text-center>.col-inner {
        text-align: center;
    }

    .small-text-right,
    .col.small-text-right>.col-inner {
        text-align: right;
    }


    .about-section .about-main-img {
        padding: 0;
    }

    .about-section .about-main-img .img-inner {
        padding-top: 200px !important;
    }

    .about-section:after {
        bottom: -90px;
    }

    .about-section {
        margin-bottom: 90px;
    }

    .small-pb-half {
        padding-bottom: 15px !important;
    }

    .small-pb-0 {
        padding-bottom: 0 !important;
    }

    .feature-services-section ul li {
        margin-left: 0px;
		font-size:14px
    }

    .project-item>.col-inner .box-text {
        padding: 20px;
    }

    .project-item .post-title.is-large {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .project-item .box .box-text .from_the_blog_excerpt {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .project-item .post-tax.labels .post-tax-badge {
        font-size: 12px;
        padding: 4px 8px;
    }

    .project-item .post-tax.labels {
        border-bottom: 1px solid var(--fs-color-white);
        margin-bottom: 15px;
        padding-bottom: 20px;
    }

    .project-item .box .button {
        font-size: 14px;
    }

    .testimonials-section .icon-box-center .icon-box-img {
        width: 60px !important;
    }

    .testimonials-section .testimonials-col>.col-inner::before,
    .testimonials-section .testimonials-col>.col-inner::after {
        font-size: 120px;
    }

    .testimonials-section .testimonials-col>.col-inner::before {
        top: 20px;
    }

    .testimonials-section .testimonials-col>.col-inner::after {
        top: 20px;
    }

    .testimonials-section .testi-img-col-bg .img-inner {
        padding-top: 200px !important
    }

    .testimonials-section .testimonial-box .icon-box-text {
        padding: 0px
    }

    .testimonials-section .slider {
        padding-bottom: 50px;
    }

    .testimonials-section .flickity-page-dots {
        display: block;
    }

    .testimonials-section .testimonial-img .img-inner {
        padding-top: 315px !important
    }

    .news-section .news-col-left .post-item {
        padding-bottom: 16px;
    }

    .news-section .news-col-left .post-item+.post-item>.col-inner {
        padding-top: 16px;
    }


    .row.small-row-xsmall>.col {
        padding: 0 6px 12px;
    }

    .service-item .box-text .post-title {
        font-size: 14px;
    }

    .archive #post-list .service-item {
        padding: 0 8px 16px;
    }

    .archive #post-list .service-item .box-text {
        padding-bottom: 0;
    }

    .service-item .box-text .button {
        font-size: 12px;
    }

    .single .blog-share {
        text-align: left;
    }

    .related-title {
        margin-bottom: 20px;
    }

    .blog-archive #post-list .col.post-item .box {
        display: table;
        width: 100%;
    }

    .blog-archive #post-list .col.post-item .box .box-image {
        direction: ltr;
        display: table-cell;
        vertical-align: top;
        width: 30% !important;
    }

    .blog-archive #post-list .col.post-item .box .box-text {
        direction: ltr;
        display: table-cell;
        padding: 0 0 0 12px;
    }

    .box .post-title.is-large {
        font-size: 14px;
    }

    .box .box-text .from_the_blog_excerpt {
        font-size: 12px;
        margin-bottom: 6px;
    }

    .box .box-text .post-meta {
        font-size: 11px;
    }
    .blog-archive #post-list .col.post-item>.col-inner {
        border-top: 0;
        padding-top: 0;
    }

    .blog-archive #post-list .ux-relay__control {
        text-align: left;
    }
    .featured-posts .box.box-vertical .box-text {
        padding: 15px 0 0;
    }

    .blog-archive .category-list-container ul li.active a {
        font-size: 20px;
    }
	
	.smaller.h2, .smaller>h2, .smaller>.h2 {
		font-size: 24px;
	}
}


/*************** CUSTOM SIZES ***************/
.is-larger {
    font-size: 1.25em;
}

@media only screen and (max-width: 549px) {
    .is-larger {
        font-size: 1em;
    }
}

/*************** END CUSTOM SIZES ***************/