/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* CSS CUSTOM PROPERTY */
:root {
    --font-primary: 'Poppins', sans-serif;
    --font-secondary: 'Lato', sans-serif;
    --font-tertiary: 'Quicksand', sans-serif;
    --color-primary: #0665B5;
    --color-secondary: #FFCD3A;
    --color-heading: #053762;
    --color-body: #525355;
    --color-light: #ffffff;
    --color-dark: #000000;
    --color-text: #D2D6EA;
    --color-header: #053762;
    --color-footer: #FFCD3A;
    --color-btn-link: #053762;
    --color-light-bg: #F4F5F8;
}

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    appearance: button;
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    appearance: textfield;
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.*/
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: var(--color-body);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.1;
    font-weight: 600;
}

h1,
.site-branding .site-title a {
    font-size: 1.8rem;
}

h2 {
    font-size: 1.65rem;
}

h3 {
    font-size: 1.25rem;
}

h4 {
    font-size: 1.15rem;
}

h5 {
    font-size: 1rem;
}

h6 {
    font-size: 0.7rem;
}

@media screen and (min-width: 992px) {

    h1,
    .site-branding .site-title a {
        font-size: 2.25rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.75rem;
    }

    h4 {
        font-size: 1.5rem;
    }

    h5 {
        font-size: 1.25rem;
    }

    h6 {
        font-size: 1rem;
    }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none;
    color: inherit;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: var(--color-body);
    font-size: 1rem;
    font-weight: 400;
}

p:last-child {
    margin-bottom: 0;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: var(--color-text);
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted var(--color-body);
    cursor: help;
}

mark,
ins {
    background: var(--color-light);
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: var(--color-light);
    margin-bottom: 50px;
}

@media screen and (min-width: 641px) {
    body {
        margin-bottom: 0;
    }
}

hr {
    background-color: var(--color-body);
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 0;
}

ul ul,
ol ol {
    padding-left: 1.5em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}


ul li,
ol li {
    font-size: 1rem;
}

li>ul,
li>ol {
    margin-bottom: 0.5rem;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
    border: none;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: initial;
    transition: all 0.25s ease-in-out;
}

a:hover,
a:focus,
a:active {
    color: var(--color-secondary);
}

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: none;
    background-color: var(--color-secondary);
    color: var(--color-dark);
    line-height: 1;
    padding: 20px;
    cursor: pointer;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    color: var(--color-light);
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: var(--color-light-bg);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    width: 100%;
    background-color: var(--color-light-bg);
    padding: 15px;
    border-radius: 0;
    border: none;
    margin-bottom: 20px;
    line-height: 1;
}

textarea {
    line-height: 1.3;
}

select {
    width: 100%;
    background-color: var(--color-light-bg);
    padding: 15px;
    border-radius: 0;
    border: none;
    margin-bottom: 15px;
}

textarea {
    width: 100%;
}

p input[type="text"],
p input[type="email"],
p input[type="url"],
p input[type="password"],
p input[type="search"],
p input[type="number"],
p input[type="tel"],
p input[type="range"],
p input[type="date"],
p input[type="month"],
p input[type="week"],
p input[type="time"],
p input[type="datetime"],
p input[type="datetime-local"],
p input[type="color"],
p input[type="submit"],
p select,
p textarea {
    margin-bottom: 0;
}

.form-wrap form>p {
    margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    position: relative;
    grid-column: 1/13;
}

@media screen and (max-width: 768px) {
    .main-navigation {
        height: 0;
    }
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    top: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    z-index: 99;
}

.main-navigation ul ul ul {
    left: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul,
.main-navigation li.focus>.sub-menu {
    display: block;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    color: var(--color-light);
    padding: 20px 15px;
    line-height: 1;
}

.main-navigation li:hover>a {
    color: var(--color-secondary);
}

.header-one .main-navigation ul ul li:hover>a,
.header-one .main-navigation ul ul li:focus>a,
.header-one .main-navigation ul ul li.current-menu-item>a {
    background-color: var(--color-heading);
}

.main-navigation ul ul.sub-menu {
    box-shadow: 3px 0px 3px rgba(0, 0, 0, 0.2);
    padding-left: 15px;
}

.main-navigation .sub-menu>li>a {
    padding-right: 50px;
}

@media screen and (min-width: 769px) {
    .main-navigation ul ul a {
        width: 200px;
    }

    .main-navigation ul ul li:hover>ul,
    .main-navigation ul ul li.focus>ul {
        left: 100%;
    }


    .main-navigation ul ul.sub-menu {
        padding-left: 0;
    }
}

#primary-menu>.menu-item>a {
    position: relative;
    line-height: 1;
}

/* @media screen and (min-width: 769px) and (max-width: 991px) {
    #primary-menu>.menu-item>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
} */

#primary-menu>.menu-item-has-children>a {
    padding-right: 30px;
}

.header-two #primary-menu {
    justify-content: flex-end;
}

@media screen and (min-width: 769px) {
    .header-one #primary-menu>.menu-item-has-children>a {
        padding-right: 30px;
    }
}

#primary-menu>.menu-item-has-children>a::after {
    content: '\f078';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: 22px;
    right: 30px;
    font-size: 12px;
}

#primary-menu .sub-menu .menu-item-has-children>a::after {
    content: '\f054';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: inherit;
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 12px;
    transform: rotate(90deg);
}

#primary-menu>.menu-item-has-children.focus>a::after {
    transform: rotate(-180deg);
}

#primary-menu .sub-menu .menu-item-has-children.focus>a::after {
    transform: rotate(-90deg);
}

@media screen and (min-width: 769px) {
    #primary-menu .sub-menu .menu-item-has-children.focus>a::after {
        transform: rotate(-180deg);
    }
}

/* HEADER TWO */

.header-two .main-navigation a {
    color: var(--color-light);
}

.header-two .header-mid .main-navigation {
    position: absolute;
    bottom: 0;
    left: -15px;
    width: calc(100% + 15px);
    min-height: auto;
}

.header-two .main-navigation>div[class*="menu-"] {
    left: 0;
    width: 100%;
    top: 0;
    padding-left: 15px;
}


.header-two .menu-toggle {
    top: -60px;
    right: 15px;
}

.header-two .menu-toggle::before {
    color: var(--color-primary)
}

@media screen and (min-width: 641px) and (max-width: 768px) {
    .header-two .header-mid>.container>div {
        margin-left: 50px;
    }

    .header-two .menu-toggle {
        left: 20px;
        right: auto;
    }
}

@media screen and (min-width: 769px) {
    .header-two .main-navigation a::after {
        color: var(--color-body);
    }

    .header-two .main-navigation a::after {
        color: var(--color-body);
    }

    .header-two .main-navigation a {
        color: var(--color-body);
    }

    .header-two #primary-menu>li>a {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 15px;
    }

    .header-two #primary-menu>.menu-item-has-children>a::after {
        top: 23px;
    }

    .header-two .main-navigation li:hover>a,
    .header-two .main-navigation li:hover>a::after {
        color: var(--color-secondary);
    }

    .header-two .main-navigation ul ul li:hover>a,
    .header-two .main-navigation ul ul li:focus>a,
    .header-two .main-navigation ul ul li.current-menu-item>a {
        background-color: #F5F7FC;
    }

    .header-two .main-navigation ul ul {
        border-radius: 5px;
        border: 1px solid #DCDCDC;
        background-color: #fff;
    }

    .header-two .header-mid .main-navigation {
        width: auto;
        left: 0;
        bottom: -55px;
        padding: 0;
        justify-content: flex-end;
        background-color: var(--color-light);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    }

    .header-three .header-mid .main-navigation {
        justify-content: center;
    }

    .header-two .main-navigation>div[class*="menu-"] {
        padding: 0 5px;
    }

    .home-improvement-fixed .header-three .header-mid .main-navigation {
        position: fixed;
        width: 100%;
        left: 0;
        top: -50px;
        background-color: #fff;
        padding: 10px;
        animation: goDown 0.5s ease-in-out forwards;
        z-index: 5;
    }
}

@media screen and (min-width: 992px) {
    .header-two .header-mid .main-navigation {
        position: static;
        box-shadow: none;
    }

    .header-two #primary-menu {
        justify-content: flex-end;
    }

    .header-two #primary-menu>li>a {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
    }

    .header-two #primary-menu>.menu-item-has-children>a::after {
        top: 3px;
    }
}

/* DEFAULT PAGE WITH SIDEBAR */
.no-sidebar-default #secondary {
    margin-top: 50px;
}

@media screen and (min-width: 769px) {
    .site-main-wrapper>.container {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        column-gap: 15px;
    }

    .site-main-wrapper #primary {
        grid-column: 1/9;
    }

    .site-main-wrapper #secondary {
        grid-column: 9/-1;
    }

    [class*="no-sidebar-"] .site-main-wrapper>.container,
    [class*="left-sidebar-"] .site-main-wrapper>.container,
    [class*="right-sidebar-"] .site-main-wrapper>.container {
        display: flex;
        gap: 0;
    }

    [class*="left-sidebar-"] .site-main-wrapper #primary,
    [class*="right-sidebar-"] .site-main-wrapper #primary {
        width: 75%;
        float: left;
    }

    .page-template-template-fullwidth .site-main-wrapper #primary,
    .page-template-template-fullwidth[class*="left-sidebar-"] .site-main-wrapper #primary,
    .page-template-template-fullwidth[class*="right-sidebar-"] .site-main-wrapper #primary {
        width: 100%;
        float: none;
        padding-right: 0;
    }

    [class*="left-sidebar-"] .site-main-wrapper #secondary,
    [class*="right-sidebar-"] .site-main-wrapper #secondary {
        width: 25%;
        display: inline-block;
    }

    [class*="left-sidebar-"] .site-main-wrapper #primary {
        order: 2;
        float: right;
        padding-left: 30px;
    }

    [class*="right-sidebar-"] .site-main-wrapper #primary+#secondary {
        padding-left: 40px;
    }

    [class*="no-sidebar-"] .site-main-wrapper #primary,
    [class*="no-sidebar-"] .site-main-wrapper #secondary {
        width: 100% !important;
        float: none;
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (min-width: 992px) {
    .site-main-wrapper>.container {
        column-gap: 30px;
    }
}

.site-main-wrapper .site-main>.container {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    grid-column: 1/-1;
    margin-top: 30px;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

.comment-navigation .nav-links a,
.posts-navigation .nav-links a,
.post-navigation .nav-links a {
    text-decoration: none;
    color: var(--color-primary);
}

.comment-navigation .nav-links a:hover,
.posts-navigation .nav-links a:hover,
.post-navigation .nav-links a:hover {
    color: var(--color-secondary);
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin-top: 10px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin-bottom: 1rem;
}

.entry-content p:last-child {
    margin-bottom: 0;
}

.entry-content li {
    color: var(--color-body);
}

.entry-summary p:last-child {
    margin-bottom: 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.wp-block-image {
    margin-bottom: 30px;
}

.wp-block-image img {
    width: 100%;
}

.wp-block-image figcaption {
    width: 100%;
    margin: 15px 0;
    line-height: 1;
    text-align: center;
    color: var(--color-body);
}

blockquote.wp-block-quote {
    border-left: 4px solid var(--color-primary);
    padding-left: 1rem;
    margin-bottom: 1rem;
}


/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* 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: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

/* CUSTOM CSS */
.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.btn {
    display: inline-block;
    text-decoration: none;
    padding: 15px 30px;
    font-weight: 500;
    font-family: inherit;
    line-height: 1;
    transition: all 0.25s ease-in-out;
}

.btn-wide {
    width: 100%;
    max-width: 400px;
}

.btn a {
    text-decoration: none;
    transition: none;
}

.btn-link {
    text-transform: uppercase;
    color: var(--color-btn-link);
    padding: 0;
}

.btn.btn-link {
    font-size: 14px;
}

.btn-link i {
    margin-left: 5px;
}

.container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container::after {
    content: '';
    display: table;
    clear: both;
}

/* HEADER TOP */
.header-top {
    padding-top: 15px;
    padding-bottom: 15px;
    color: var(--color-light);
    background-color: var(--color-header);
}

@media screen and (max-width: 480px) {
    .header-top {
        display: none;
    }
}

.header-top>.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    row-gap: 15px;
    grid-template-columns: 1fr;
}

.header-top>.container .top-social {
    width: 25%;
}

.header-top>.container .top-right {
    width: 100%;
}

.header-top>.container .top-social+.top-right {
    width: 75%;
    justify-content: flex-end;
}

.header-top .widget {
    margin: 0;
    padding: 0;
}

.header-top a {
    text-decoration: none;
    color: var(--color-light);
}

.header-top a:hover {
    color: var(--color-secondary);
}

.header-top ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
}

@media screen and (min-width: 641px) {
    .header-top ul {
        justify-content: flex-start;
    }
}

.header-top .top-social li a {
    display: inline-block;
    text-decoration: none;
    font-size: 0;
    transition: all 0.1s ease-in-out;
}

.header-top .top-social li a:before {
    color: var(--color-light);
    font-family: 'Font Awesome 6 Brands';
    font-weight: 400;
    text-indent: 0;
    padding-right: 0;
    font-size: 1.3rem;
}

.header-top .top-social li a:hover {
    transform: scale(1.1);
}

.header-top .top-social li.facebook a:before,
.header-top .top-social li a[href*="facebook.com"]:before,
.header-top .top-social li a[href*="fb.com"]:before {
    content: "\f082";
}

.header-top .top-social li.instagram a:before,
.header-top .top-social li a[href*="instagram.com"]:before {
    content: "\f16d"
}

.header-top .top-social li.tiktok a:before,
.header-top .top-social li a[href*="tiktok.com"]:before {
    content: "\e07b"
}

.header-top .top-social li.twitter a:before,
.header-top .top-social li a[href*="twitter.com"]:before {
    content: "\e61b"
}

.header-top .top-social li.linkedin a:before,
.header-top .top-social li a[href*="linkedin.com"]:before {
    content: "\f08c"
}

.header-top .top-social li.youtube a:before,
.header-top .top-social li a[href*="youtube.com"]:before {
    content: "\f167"
}

.header-top .top-social li.tumblr a:before,
.header-top .top-social li a[href*="tumblr.com"]:before {
    content: "\f173"
}

.header-top .top-social li.quora a:before,
.header-top .top-social li a[href*="quora.com"]:before {
    content: "\f2c4"
}

.header-top .top-social li.medium a:before,
.header-top .top-social li a[href*="medium.com"]:before {
    content: "\f3c7"
}

.header-top .top-social li.dribbble a:before,
.header-top .top-social li a[href*="dribbble.com"]:before {
    content: "\f17d"
}

.header-top .top-social li.pinterest a:before,
.header-top .top-social li a[href*="pinterest.com"]:before {
    content: "\f0d2"
}

.header-top .top-social li.vimeo a:before,
.header-top .top-social li a[href*="vimeo.com"]:before {
    content: "\f27d"
}

.header-top .top-social li.yelp a:before,
.header-top .top-social li a[href*="yelp.com"]:before {
    content: "\f1e9"
}

.header-top .top-social li.bitbucket a:before,
.header-top .top-social li a[href*="bitbucket.org"]:before {
    content: "\f171"
}

.header-top .top-social li.github a:before,
.header-top .top-social li a[href*="github.com"]:before {
    content: "\f09b"
}

.header-top .top-social li.flickr a:before,
.header-top .top-social li a[href*="flickr.com"]:before {
    content: "\f16e"
}

.header-top .top-social li a[href$="/feed/"]:before {
    content: "\f09e"
}

.header-top .top-social li.foursquare a,
.header-top .top-social li a[href*="foursquare.com"]:before {
    content: "\f180"
}

.header-top .top-social li.weibo a:before,
.header-top .top-social li a[href*="weibo.com"]:before {
    content: "\f18a"
}

.header-top .top-social li.reddit a:before,
.header-top .top-social li a[href*="reddit.com"]:before {
    content: "\f1a1"
}

.header-top .top-social li.digg a:before,
.header-top .top-social li a[href*="digg.com"]:before {
    content: "\f1a6"
}

.header-top .top-social li.twitch a,
.header-top .top-social li a[href*="twitch.tv"]:before {
    content: "\f1e8"
}

.header-top .top-social li.stumbleupon a:before,
.header-top .top-social li a[href*="stumbleupon.com"]:before {
    content: "\f1a4"
}

.header-top .top-social li.delicious a:before,
.header-top .top-social li a[href*="delicious.com"]:before {
    content: "\f1a5"
}

.header-top .top-social li.vk a:before,
.header-top .top-social li a[href*="vk.com"]:before {
    content: "\f189"
}

.header-top .top-social li.deviantart a:before,
.header-top .top-social li a[href*="deviantart.com"]:before {
    content: "\f1bd"
}

.header-top .top-social li.delicious a:before,
.header-top .top-social li a[href*="delicious.com"]:before {
    content: "\f1a5"
}

.header-top .top-social li.codepen a:before,
.header-top .top-social li a[href*="codepen.com"]:before {
    content: "\f1cb"
}

.header-top .top-social li.behance a:before,
.header-top .top-social li a[href*="behance.net"]:before {
    content: "\f1b4"
}

.header-top .top-social li.blogger a:before,
.header-top .top-social li a[href*="blogger.com"]:before {
    content: "\f37d"
}

.header-top .top-social li a[href*="mailto:"]:before {
    content: "\f0e0"
}

.header-top .top-social li a[href*="telegram.com"]:before,
.header-top .top-social li a[href*="t.me"]:before {
    content: "\f2c6"
}

.header-top .top-social li a[href*="telegram.com"],
.header-top .top-social li a[href*="t.me"] {
    background-color: #08c
}

.header-top .top-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-weight: 600;
}

@media screen and (min-width: 641px) {
    .header-top .top-right {
        justify-content: flex-end;
        column-gap: 20px;
    }
}

.header-top .top-right>div {
    border: none;
    padding: 0;
    line-height: 1;
    text-align: center;
}

.header-top .top-right>.search-form-wrap {
    padding-left: 0;
}

.header-top .top-right .top-info {
    text-transform: uppercase;
}

@media screen and (min-width: 481px) {
    .header-top .top-right>div {
        padding-left: 15px;
        border-left: 3px solid var(--color-light);
    }
}

.header-top .top-right>div:first-child {
    padding: 0;
    margin: 0;
    border: none;
}


.header-top .top-right .top-phone a {
    position: relative;
}

.header-top .top-right .top-phone a::before {
    content: '\f879';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    margin-right: 10px;
}

/* SITE LOGO */
.site-header .custom-logo {
    max-width: calc(100% - 50px);
    max-height: 105px;
    object-fit: contain;
}

/* SEARCH PAGE */
.search-results .site-main header.page-header .page-title {
    margin-bottom: 2rem;
}

/* SEARCH FORM MODAL */
.search-form-wrap .form-modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    inset: auto 0 0 0;
    background-color: rgba(25, 25, 25, .94);
    z-index: 9;
}

.header-mid {
    position: relative;
    padding: 20px 0;
    z-index: 5;
}

.header-two .header-mid,
.header-three .header-mid {
    box-shadow: 0 2px 5px 2px rgb(66 94 166 / 5%);
}

@media screen and (min-width: 641px) {
    .header-mid {
        padding-bottom: 20px;
    }
}

@media screen and (min-width: 782px) {
    .header-mid {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 768px) {
    .header-mid {
        box-shadow: 0 2px 5px 2px rgb(66 94 166 / 5%);
        height: 105px;
        padding-right: 60px;
    }
}

@media screen and (max-width: 640px) {
    .header-mid {
        height: auto;
    }
}

.header-mid>.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 10px;

}

@media screen and (max-width: 768px) {
    .header-mid>.container {
        padding-right: 0;
    }
}

.header-two .header-mid>.container,
.header-three .header-mid>.container {
    column-gap: 0;
}

.header-mid>.container>* {
    flex-grow: 1;
}

.site-branding {
    color: #0C558E;
    font-weight: 900;
}

.site-branding .site-title {
    line-height: 1;
    margin: 0;
    color: var(--color-primary);
    font-weight: 600;
}

.site-branding .site-title a {
    text-decoration: none;
    color: inherit;
}

.site-description {
    margin: 10px 0 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    clear: both;
    color: var(--color-heading);
}

.header-cta-wrap {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.cta-icon-wrap {
    justify-content: space-between;
    box-shadow: 10px 0 20px 0px #AEB0BC;
}

.header-cta-wrap .cta-icon {
    display: grid;
    text-align: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 400;
    padding: 15px;
    flex-grow: 1;
}

.header-cta-wrap .cta-icon i {
    font-size: 20px;
}

.header-cta-wrap .cta-icon:hover,
.header-cta-wrap .cta-icon:focus {
    color: var(--color-primary);
}

@media screen and (min-width: 769px) {
    .header-cta-wrap {
        position: relative;
        width: auto;
        bottom: auto;
        left: auto;
        justify-content: flex-end;
        gap: 5px 15px;
    }

    .header-two .header-cta-wrap,
    .header-three .header-cta-wrap {
        max-width: 320px;
    }

    .header-cta-wrap .cta-icon i {
        font-size: 25px;
    }
}

.header-cta-wrap .cta-btn {
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 15px;
    line-height: 1.2;
    min-width: 150px;
}

.hide-on-desktop.header-cta-wrap .cta-btn {
    flex-grow: 1;
}

.header-bottom {
    position: relative;
    width: 100%;
    z-index: 5;
}

@media screen and (min-width: 769px) {
    .header-bottom {
        background-color: var(--color-primary);
        box-shadow: 0 2px 5px 2px rgb(66 94 166 / 15%);
    }
}

@media screen and (min-width: 641px) and (max-width: 991px) {
    .header-mid .header-cta-wrap .cta-btn {
        min-width: auto;
        padding: 10px 15px;
        font-size: 14px;
        line-height: 1;
    }
}

@media screen and (max-width: 768px) {
    .header-bottom {
        position: static;
        background-color: transparent !important;
        height: 0;
    }

    .header-bottom>.container {
        position: static;
    }

    .home-improvement-fixed .header-mid {
        position: fixed;
        top: -50px;
        left: 0;
        width: 100%;
        height: 60px;
        background-color: #fff;
        padding-top: 15px;
        padding-bottom: 15px;
        animation: goDown 0.5s ease-in-out forwards;
    }

    .home-improvement-fixed .site-branding {
        display: none;
    }

    .home-improvement-fixed .menu-toggle {
        top: -80px;
    }

    .header-sticky.site-header.home-improvement-fixed .custom-logo {
        max-width: 150px;
    }

    .main-navigation ul ul {
        width: 100%;
        left: -999em;
    }

    .main-navigation .sub-menu .sub-menu {
        border-top: 1px solid rgb(255 255 255 / 50%);
    }

    .main-navigation ul ul a {
        width: 100%;
    }

    .header-cta-wrap.hide-on-mobile {
        display: none !important;
    }
}

@media screen and (max-width: 480px) {
    .home-improvement-fixed .menu-toggle {
        top: -100px;
    }
}

@media screen and (min-width: 769px) {
    .header-three .site-branding {
        max-width: 320px;
    }

    .header-cta-wrap.hide-on-desktop {
        display: none !important;
    }
}

.header-bottom>.container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

/* Small menu. */
.main-navigation>div[class*="menu-"] {
    position: absolute;
    top: 25px;
    left: -15px;
    width: calc(100% + 30px);
    background-color: var(--color-primary);
    box-shadow: 0 2px 5px 2px rgb(66 94 166 / 15%);
    z-index: 6;
}

/* .home-improvement-fixed .main-navigation>div[class*="menu-"] {
    box-shadow: none;
} */

.menu-toggle,
.main-navigation.toggled #primary-menu {
    display: block;
}

.menu-toggle {
    position: absolute;
    right: 0;
    padding: 0;
    font-size: 0;
    width: 45px;
    height: 25px;
    background-color: transparent !important;
    color: var(--color-primary);
}

.menu-toggle::before {
    content: '\f0c9';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: var(--color-primary);
    font-size: 26px;
}

@media screen and (min-width: 641px) and (max-width: 768px) {
    .menu-toggle::before {
        color: var(--color-light);
    }
}

.menu-toggle[aria-expanded="true"]::before {
    content: '\f00d';
}

@media screen and (min-width: 769px) {
    .menu-toggle {
        display: none;
    }

    .main-navigation a {
        padding: 20px 10px;
    }

    .main-navigation .sub-menu li>a {
        padding: 22px 15px;
    }

    #primary-menu>.menu-item-has-children>a::after {
        right: 10px;
    }

    .main-navigation ul {
        display: flex;
        flex-wrap: wrap;
    }

    .header-one .main-navigation ul,
    .header-two .main-navigation ul {
        column-gap: 10px;
    }

    .main-navigation .sub-menu {
        position: absolute;
        background-color: var(--color-primary);
        left: -999em;
    }

    .main-navigation ul ul ul {
        left: -999em;
        top: 0;
    }


    #primary-menu .sub-menu .menu-item-has-children>a::after {
        transform: none;
        top: 25px;
    }

    .header-three #primary-menu>.menu-item>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .header-three #primary-menu>.menu-item-has-children>a::after {
        top: 12px;
    }
}

@media screen and (max-width: 768px) {
    .menu-toggle {
        top: -65px;
        z-index: 6;
    }

    .header-three .menu-toggle {
        right: 10px;
    }

    .home-improvement-fixed .header-three .menu-toggle {
        top: -43px;
    }

    .header-one .main-navigation>div[class*="menu-"] {
        top: 0;
    }

    .home-improvement-fixed .header-one .main-navigation>div[class*="menu-"] {
        top: -40px;
    }
}

@media screen and (max-width: 640px) {

    .header-three .menu-toggle,
    .home-improvement-fixed .header-three .menu-toggle {
        top: 35%;
    }
}

@media screen and (min-width: 641px) {
    .main-navigation>div[class*="menu-"] {
        top: 60px;
    }

    .header-two .main-navigation,
    .header-three .main-navigation {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        flex-grow: 2;
    }
}

@media screen and (min-width: 641px) and (max-width: 768px) {

    .header-two .main-navigation,
    .header-three .main-navigation {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: var(--color-primary);
        color: var(--color-light);
    }

    .header-three .main-navigation>div[class*="menu-"] {
        left: 0;
        width: 100%;
    }
}

@media screen and (min-width: 769px) {
    .header-bottom .main-navigation {
        grid-column: 1/12;
        display: flex;
        align-items: center;
    }

    .main-navigation>div[class*="menu-"] {
        width: 100%;
        position: static;
        box-shadow: none;
        background: none;
    }

    .header-three .main-navigation>div[class*="menu-"] {
        background: none !important;
    }

    .header-three .main-navigation ul {
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .header-three .main-navigation>div[class*="menu-"] {
        top: 100%;
    }
}

@media screen and (max-width: 640px) {
    .header-three .main-navigation {
        position: static;
    }

    .header-three .main-navigation>div[class*="menu-"] {
        top: 100%;
        width: 100%;
        left: 0;
    }
}

/* HEADER SEARCH FORM */

.main-navigation+.search-form-wrap {
    display: none;
    position: absolute;
    top: 0;
    right: 15px;
    grid-column: 12/13;
}

@media screen and (min-width: 641px) {
    .main-navigation+.search-form-wrap {
        display: grid;
        align-items: center;
        justify-content: end;
        max-width: 400px;
    }
}

@media screen and (min-width: 769px) {
    .main-navigation+.search-form-wrap {
        position: relative;
        right: 0;
    }
}

.search-form-wrap .search-trigger {
    float: right;
    color: var(--color-light);
    cursor: pointer;
}

.search-form-wrap .search-trigger i {
    display: inline-block;
    width: 45px;
    text-align: center;
    font-size: 16px;
}

.search-form-wrap .form-modal .content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-form-wrap .form-modal .content i {
    position: absolute;
    top: 100px;
    right: 25px;
    font-size: 1.5rem;
    cursor: pointer;
}

.search-form-wrap .form-modal .content i:hover {
    color: var(--color-secondary);
}

.search-form-wrap .search-form {
    position: relative;
    width: calc(100% - 50px);
    z-index: 1;
}

@media screen and (min-width: 769px) {
    .search-form-wrap .search-form {
        width: calc(80% - 50px);
    }

    .search-form-wrap .form-modal .content i {
        right: 100px;
    }
}

@media screen and (min-width: 992px) {
    .search-form-wrap .search-form {
        max-width: 750px;
        width: 100%;
    }
}

.search-form-wrap .search-form label {
    float: left;
    width: 100%;
}

.search-form-wrap .search-form input {
    background: none;
    border: none;
    color: var(--color-light);
    border-radius: 0;
    border: none;
    outline: none;
}

.search-form-wrap .search-form input:focus {
    border: none;
    outline: 1px dotted var(--color-body);
}

.search-form-wrap .search-form input[type="search"] {
    width: 100%;
    padding: 20px 10px;
    padding-right: 45px;
    line-height: 1;
    color: var(--color-light);
    margin: 0;
    border-bottom: 1px solid #eee;
    font-size: 28px;
    text-align: center;
}

.search-form-wrap .search-form input[type="search"]::placeholder {
    color: #D2D6EA;
}

.search-form-wrap .search-form .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 60px;
    padding: 5px;
    font-size: 0;
    background-image: url('../images/search-solid.png');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}

input[type="search" i]::-webkit-search-cancel-button {
    display: none;
}

.search-form-wrap .search-form .search-submit:hover {
    background-color: transparent;
}

/* STICKY HEADER */
@keyframes goDown {
    0% {
        top: -50px;
    }

    100% {
        transform: translateY(50px);
    }
}

@keyframes slideDown {
    0% {
        top: -50px;
    }

    100% {
        transform: translateY(0);
    }
}

.home-improvement-fixed .menu-on-banner {
    transition: all 0.3s ease-in-out;
}

.home-improvement-fixed .menu-on-banner {
    position: fixed;
    bottom: auto;
    top: auto;
    left: 0;
    width: 100%;
    animation: goDown 0.5s ease-in-out forwards;
    z-index: 5;
}

@media screen and (min-width: 769px) {
    .home-improvement-fixed .menu-on-banner {
        top: -50px;
    }
}

.admin-bar .home-improvement-fixed .menu-on-banner {
    top: -20px;
}

/* Breadcrumbs
--------------------------------------------- */
.breadcrumbs {
    padding: 20px 0;
}

.breadcrumbs ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumbs li {
    position: relative;
    padding-right: 20px;
    line-height: 1;
    font-size: 15px;
}

.breadcrumbs li::after {
    content: '>';
    position: absolute;
    top: 0;
    right: 5px;
    line-height: 1.1;
}

.breadcrumbs li:last-child {
    padding-right: 0;
}

.breadcrumbs li:last-child::after {
    display: none;
}

.breadcrumbs a {
    text-decoration: none;
    color: inherit;
}

/* Main Content
--------------------------------------------- */
.site-main-wrapper {
    padding-top: 50px;
    padding-bottom: 100px;
}

.main-content-wrap .main-content>.heading-section.text-center {
    justify-content: center;
}

/* Sidebar
--------------------------------------------- */
.main-content+aside.widget-area {
    margin-top: 60px;
    padding-top: 40px;
}

aside.widget-area section {
    border-top: 2px solid var(--color-light-bg);
    padding-top: 25px;
}

aside.widget-area section:first-child {
    padding-top: 0;
    border-top: none;
}

aside.widget-area .widget_block {
    margin-bottom: 25px;
}

aside.widget-area .widget-title,
aside.widget-area h2,
aside.widget-area .wp-block-heading,
aside.widget-area form[role="search"] label {
    display: block;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 1rem;
}

aside.widget-area ul,
aside.widget-area ol {
    margin-left: 0;
    padding-left: 2rem;
}

aside.widget-area ul li,
aside.widget-area ol li {
    margin-bottom: 10px;
}

aside.widget-area ol.wp-block-latest-comments {
    padding-left: 0;
}

aside.widget-area a {
    text-decoration: none;
}

aside.widget-area form[role="search"] input {
    height: 50px;
    line-height: 1;
    padding: 10px 15px;
    margin: 0;
}

aside.widget-area form[role="search"] button[type="submit"] {
    position: relative;
    min-width: 50px;
    height: 50px;
    color: var(--color-light);
    font-size: 0;
    padding: 0;
}

aside.widget-area form[role="search"] button[type="submit"]::before {
    content: '\f002';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 20px;
    line-height: 1;
}

aside.widget-area .widget .wp-block-social-links {
    gap: 15px;
    margin-bottom: 2rem;
}

aside.widget-area .widget .wp-block-social-links .wp-social-link {
    font-size: 26px;
}

aside.widget-area .widget .wp-block-categories,
aside.widget-area .categories-list {
    display: block;
}

aside.widget-area .widget_categories .widget-title {
    margin-bottom: 20px;
}

aside.widget-area .widget_categories ul {
    list-style: none;
    padding-left: 0;
}

aside.widget-area .cat-item a {
    display: block;
    margin-bottom: 15px;
    line-height: 1.2;
}



ul.wp-block-categories-list.wp-block-categories.has-small-font-size li {
    font-size: var(--wp--preset--font-size--small) !important;
}

ul.wp-block-categories-list.wp-block-categories.has-medium-font-size li {
    font-size: var(--wp--preset--font-size--medium) !important;
}

ul.wp-block-categories-list.wp-block-categories.has-large-font-size li {
    font-size: var(--wp--preset--font-size--large) !important;
}

ul.wp-block-categories-list.wp-block-categories.has-x-large-font-size li {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

aside.widget-area .widget_categories li a {
    font-size: inherit;
}

aside.widget-area .cat-item.active a {
    font-weight: 600;
}

aside.widget-area .wp-block-tag-cloud a {
    background-color: #F5F7FC;
    padding: 5px 10px;
    color: #828282;
    line-height: 1;
}

aside.widget-area .wp-block-tag-cloud a:hover {
    color: var(--color-heading);
}

aside.widget-area .wp-block-separator {
    border-width: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.has-sidebar .ap-two-col {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

@media screen and (min-width: 641px) {
    .main-content+aside.widget-area {
        margin-top: 0;
        padding-top: 0;
        border: none;
    }

    .has-sidebar .main-content-wrap>.container {
        display: flex;
    }

    .has-sidebar .main-content {
        width: 60%;
    }

    .has-sidebar aside.widget-area {
        width: 40%;
    }

    .has-sidebar-left .site-main {
        order: 2;
    }

    .has-sidebar-left aside.widget-area {
        order: 1;
    }

    .has-sidebar .ap-two-col {
        grid-template-columns: 1fr;
    }
}

@media screen and (min-width: 782px) {
    .has-sidebar .ap-two-col {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }

    aside.widget-area .widget .wp-block-social-links .wp-social-link {
        font-size: 34px;
    }

}

@media screen and (min-width: 992px) {
    .has-sidebar .ap-two-col {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* Widgets
--------------------------------------------- */
.widget select {
    max-width: 100%;
}

.widget_text p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.widget_text img+p {
    margin-top: 20px;
}

.widget_nav_menu .menu li {
    margin-top: 15px;
}

.widget .widget-title {
    margin: 0 0 15px;
    line-height: 1;
    font-weight: 600;
    font-size: 24px;
    color: var(--color-light);
}

.widget .wp-block-social-links .wp-social-link a {
    padding: 0;
    font-size: 1.5rem;
}

.widget .wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background: none;
    color: var(--color-light);
    line-height: 0;
}

/* FOOTER */
.site-footer {
    color: var(--color-light);
    background-color: var(--color-primary);
    padding-top: 70px;
    padding-bottom: 20px;
}

.site-footer p {
    color: var(--color-light);
}

.site-footer a {
    text-decoration: none;
    word-break: break-all;
    color: var(--color-light);
}

.site-footer .footer-section h2,
.site-footer .footer-section h3,
.site-footer .footer-section h4,
.site-footer .footer-section h5,
.site-footer .footer-section h6 {
    color: var(--color-light);
    font-size: 20px;
}

.site-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


.site-footer .widget_block ul li,
.site-footer .widget_text ul li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 30px;
}

.site-footer .wp-block-archives,
.site-footer .wp-block-categories,
.wp-block-archives,
.wp-block-categories {
    list-style: initial;
    list-style-position: inside;
    margin-top: 15px;
    margin-left: 10px;
    margin-bottom: 30px;
}

.site-footer .widget_block .wp-block-archives li,
.site-footer .widget_block .wp-block-categories li,
.widget_block .wp-block-archives li,
.widget_block .wp-block-categories li {
    padding-left: 0;
    margin-bottom: 10px;
}

.site-footer i {
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--color-light);
    text-align: center;
}

.site-footer i::before {
    color: #0565b5;
    line-height: 2;
}

.site-footer .widget_block i+strong,
.site-footer .widget_text i+strong {
    display: block;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.site-footer .footer-top {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.site-footer .footer-top .footer-col {
    flex-grow: 1;
    min-width: 280px;
}

.site-footer .wp-block-buttons>.wp-block-button {
    flex: 0 0 100%;
}

.site-footer .wp-block-buttons>.wp-block-button>a {
    display: block;
}

.site-footer .widget .wp-block-social-links {
    gap: 15px;
    margin-left: 50px;
    margin-top: -20px;
}

.widget ul.wp-block-social-links li {
    padding: 0;
    margin: 0;
}

.site-footer .footer-bottom {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    padding-top: 25px;
    margin-top: 25px;
    border-top: 1px solid #C1C1C1;
    gap: 15px;
}

@media screen and (min-width: 641px) {

    .site-footer .footer-bottom {
        grid-template-columns: repeat(2, 1fr);
        justify-content: space-between;
        margin-top: 50px;
    }

    .site-footer .footer-bottom .col {
        flex: 0 0 50%;
    }

}

.site-footer .footer-bottom .copyright-text {
    text-align: center;
}

.site-footer .footer-bottom a {
    color: inherit;
}

.site-footer .footer-bottom a:hover {
    color: var(--color-secondary);
}

#footer-bottom-menu {
    display: grid;
    gap: 30px;
    grid-auto-flow: column;
    text-align: center;
}

@media screen and (min-width: 641px) {
    .site-footer .footer-bottom .copyright-text {
        text-align: left;
    }

    #footer-bottom-menu {
        justify-content: flex-end;
    }

}

/* FORM */
form input {
    background-color: var(--color-light-bg);
    padding: 15px;
    border-radius: 0;
    border: none;
}

/* BOX BACKGROUND COLOR */
.has-box-bg-left,
.has-box-bg-right {
    position: relative;
}

.has-box-bg-left>*,
.has-box-bg-right>* {
    position: relative;
    z-index: 1;
}

.has-box-bg-left {
    padding-left: 50px;
}

.has-box-bg-right {
    padding-right: 50px;
}

.has-box-bg-right::after {
    content: '';
    position: absolute;
    top: -50px;
    right: 0;
    width: 55%;
    height: calc(100% + 100px);
    z-index: -1;
}

.has-box-bg-left::before {
    content: '';
    position: absolute;
    top: -50px;
    left: 0;
    width: 55%;
    height: calc(100% + 100px);
}

/* @media screen and (min-width:782px) {
    .has-box-bg-left+* {
        margin-top: 0;
    }
} */

/* HERO SECTION */
.hero-section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 0;
    line-height: 1.6;
    min-height: 500px;
}

.hero-section .hero-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.hero-section .hero-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home .hero-section {
    display: grid;
}

.hero-section.has-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 1;
}

.hero-section .container {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    z-index: 2;
}

.hero-section .container .two-col-section {
    display: grid;
    gap: 30px;
    width: 100%;
}

.hero-section .container .two-col-section>div {
    flex-grow: 1;
}

.hero-section.text-position-right .two-col-section .form-left {
    order: 1;
}

.hero-section.text-position-right .two-col-section .text-col {
    order: 2;
}

.hero-section.text-position-left .container {
    justify-content: flex-start;
}

.hero-section.text-position-center .container {
    justify-content: center;
}

.hero-section.text-position-right .container {
    justify-content: flex-end;
}

@media screen and (min-width: 782px) {
    .hero-section .container .two-col-section {
        grid-auto-flow: column;
    }

    .hero-section .two-col-section .col {
        width: 100%;
    }
}

@media screen and (min-width: 1220px) {
    .hero-section .two-col-section .col {
        min-width: 560px;
    }
}

.hero-section .img-col img {
    width: 100%;
}

.hero-section .text-col {
    color: var(--color-light);
    max-width: 750px;
    margin: 0 auto;
}

/* 
.has-box-bg-left+* {
    margin-top: 40px;
} */

.hero-section h1,
.hero-section h2 {
    font-size: 35px;
    margin-top: 0;
    line-height: 1.2;
    font-weight: 800;
    text-transform: uppercase;
}

.home .hero-section h1,
.home .hero-section h2 {
    color: var(--color-light);
}

.hero-section .btn-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
}

.hero-section .form-wrap {
    background-color: var(--color-light);
    padding: 25px;
}

.hero-section .form-wrap h3 {
    margin: 0;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 25px;
    font-size: 34px;
}

.hero-section .form-wrap p {
    position: relative;
}

.hero-section .form-wrap label input {
    margin-top: 5px;
}

.hero-section .form-wrap input[type="submit"] {
    width: 100%;
    font-weight: 500;
}

.has-btn-primary input[type="submit"] {
    background-color: var(--color-primary);
    color: var(--color-light);
}

.has-btn-secondary input[type="submit"] {
    background-color: var(--color-secondary);
    color: var(--color-dark);
}

.has-btn-primary input[type="submit"]:hover {
    background-color: var(--color-secondary);
    color: var(--color-dark);
}

.has-btn-secondary input[type="submit"]:hover {
    background-color: var(--color-primary);
    color: var(--color-light);
}

.hero-section .form-wrap .wpcf7-spinner {
    position: absolute;
    top: 25px;
    right: 0;
}

.hero-section .text-col.text-align-left {
    text-align: left;
}

.hero-section .text-col.text-align-center {
    text-align: center;
}

.hero-section .text-col.text-align-right {
    text-align: right;
}

.hero-section .text-col.text-align-left .btn-wrap {
    justify-content: flex-start;
}

.hero-section .text-col.text-align-center .btn-wrap {
    justify-content: center;
}

.hero-section .text-col.text-align-right .btn-wrap {
    justify-content: flex-end;
}

.hero-section.type-three {
    position: relative;
    padding-top: 170px;
    padding-bottom: 170px;
    overflow: hidden;
}

.hero-section.type-three::before,
.hero-section.type-three::after {
    content: '';
    position: absolute;
    background-image: url('../images/dotted-img.png');
    z-index: 1;
}

.hero-section.type-three::before {
    top: 0;
    left: 0;
    width: 70px;
    height: 315px;
}

.hero-section.type-three::after {
    bottom: 0;
    right: 0;
    width: 380px;
    height: 380px;
    z-index: 0;
}

.hero-section .text-col .sub-title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 5px;
}

.hero-section.type-three .img-col img {
    width: 100%;
}

.hero-section.type-three .col:last-child {
    position: relative;
}

.hero-section.type-three h1,
.hero-section.type-three h2,
.hero-section.type-three p {
    color: var(--color-heading)
}

@media screen and (min-width: 481px) {
    .hero-section .btn {
        width: auto;
    }
}

@media screen and (min-width: 641px) {

    /* HERO SECTION */
    .hero-section h1,
    .hero-section h2 {
        font-size: 38px;
    }

    .hero-section .form-wrap {
        padding: 35px;
    }
}

@media screen and (min-width:782px) {
    .hero-section {
        display: flex;
        align-items: center;
        min-height: 540px;
    }


}

@media screen and (min-width:992px) {

    /* HERO SECTION */
    .hero-section {
        min-height: 750px;
    }

    .hero-section h1,
    .hero-section h2 {
        font-size: 45px;
    }

    .hero-section .text-col p {
        font-size: 18px;
    }

    .hero-section .form-wrap {
        padding: 40px;
    }

    .hero-section.type-three .img-col img {
        height: 540px;
        object-fit: cover;
    }
}

@media screen and (min-width: 1220px) {

    /* HERO SECTION */
    .hero-section .two-col-section {
        column-gap: 60px;
    }

    .hero-section h1,
    .hero-section h2 {
        font-size: 48px;
    }
}

.form-wrap .wpcf7-not-valid {
    margin-bottom: 5px;
}

.form-wrap .wpcf7-not-valid-tip {
    margin-bottom: 20px;
    font-size: 14px;
    margin-top: -20px;
}

/* BLOG GRID */
.entry-meta a {
    text-decoration: none;
}

.blog-grid-page .heading-section {
    margin-bottom: 20px;
}

/* BLOG LIST */
article a.post-thumbnail,
article a.post-thumbnail img {
    display: block;
}

.blog-list-page .ap-col-grid .col .img-box {
    width: 33.33%;
    float: left;
}

.blog-list-page .ap-col-grid .col .text-box {
    display: block;
    overflow: hidden;
    padding: 20px;
}

/* COLUMN GRID */
.ap-col-grid {
    display: grid;
    column-gap: 15px;
    row-gap: 15px;
    grid-template-columns: 1fr;
}

.ap-col-grid .img-box img {
    display: block;
    width: 100%;
}

.ap-col-grid .img-box.is-circle {
    border-radius: 50%;
    overflow: hidden;
}

.ap-team-section.type-two .ap-col-grid .col .img-box {
    margin-bottom: 15px;
}

.ap-col-grid .col .text-box h3,
.ap-col-grid .col .text-box h4 {
    font-size: 18px;
    line-height: 1.3;
}

.ap-col-grid .cat-links {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
}

.ap-col-grid .cat-links ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ap-col-grid p+.cat-links {
    margin-top: 20px;
    margin-bottom: 10px;
}

.ap-col-grid .cat-links+.btn {
    margin-top: 20px;
}

.ap-col-grid .cat-item a,
.ap-col-grid .cat-links a {
    display: inline-block;
    text-transform: uppercase;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px;
    line-height: 1;
    transition: all 0.25s ease-in-out;
}

.ap-col-grid .cat-links .cat-item a,
.ap-col-grid .cat-links>a {
    text-decoration: none;
}

.ap-col-grid .cat-links .cat-item:hover a {
    color: var(--color-light);
}

.ap-col-grid .entry-content,
.ap-col-grid .post-excerpt {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ap-col-grid .post-excerpt {
    min-height: 75px;
}

.ap-col-grid .entry-content p:last-child,
.ap-col-grid .post-excerpt p:last-child {
    margin-bottom: 0;
}

.ap-col-grid .col .btn-link {
    font-weight: 600;
    margin-bottom: 0;
}

.ap-col-grid .col .btn-link+* {
    margin-top: 15px;
}

.ap-post-grid .col .img-box,
.ap-post-grid .col .post-thumbnail {
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
}

.ap-post-grid .col *+.img-box,
.ap-post-grid .col *+.post-thumbnail {
    margin-top: 15px;
}

.ap-col-grid .col .text-box .entry-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}

.ap-col-grid.has-border .col {
    border: 2px solid var(--color-light-bg);
}

.ap-col-grid.has-border-radius .col {
    border-radius: 10px;
    overflow: hidden;
}

.ap-col-grid.no-border-radius .col {
    border-radius: 0;
}

.ap-col-grid.has-box-shadow .col {
    box-shadow: 0 2px 5px 2px rgb(66 94 166 / 15%);
}

.ap-post-grid .col {
    padding-bottom: 20px;
}

.ap-post-grid .col>* {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
    margin-bottom: 0;
}

.ap-post-grid .col>*:last-child {
    margin-bottom: 0;
}

.ap-post-grid .col .post-thumbnail {
    margin-top: 0;
}

.ap-post-grid .col .post-thumbnail img {
    width: 100%;
}

.ap-post-grid .col *+.post-thumbnail {
    margin-top: 15px;
}

.ap-post-grid .col .entry-title {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 1rem;
}

@media screen and (min-width: 481px) {
    .ap-col-grid.has-box-shadow .col .post-thumbnail img {
        min-height: 240px;
        object-fit: cover;
        object-position: center;
    }
}

.ap-section .heading ul {
    margin: 40px 0;
    padding: 0;
    list-style: none;
}

.ap-section .heading ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
}

.ap-section .heading ul li::before {
    content: '\f058';
    position: absolute;
    top: 2px;
    left: 0;
    font-family: 'Font Awesome 6 Free';
    font-weight: 400;
}

.ap-section .sub-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
}

.heading-section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
    align-items: center;
}

.heading-section .heading {
    max-width: 800px;
}

.heading-section .heading h1,
.heading-section .heading h2,
.heading-section .heading h3,
.heading-section .heading h4,
.heading-section .heading h5,
.heading-section .heading h6 {
    font-weight: 600;
}

.heading-section .heading p:last-child {
    margin-bottom: 0;
}

.heading-section.text-center .heading {
    margin-left: auto;
    margin-right: auto;
}


/* FEATURES SECTION */
.ap-section.ap-feat-section {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url('../images/dotted-img.png');
    background-repeat: no-repeat;
    background-size: 250px;
    background-position: top left;
}

.ap-section .heading {
    margin-bottom: 20px;
}

.ap-section .heading-section .heading {
    margin-bottom: 0;
}

.ap-section .heading h2,
.ap-section .heading h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 1.3;
}

.ap-section .heading p {
    font-size: 18px;
    line-height: 1.5;
}

@media screen and (min-width:641px) {

    .ap-section .heading h2,
    .ap-section .heading h3 {
        font-size: 34px;
    }
}

.ap-section .heading p:last-child {
    margin-bottom: 0;
}

.ap-section.heading-center .heading {
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.ap-section.ap-feat-section .ap-col-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    margin-bottom: 60px;
}

.ap-three-col.has-icon .col {
    position: relative;
    text-align: center;
    margin-top: 60px;
}

.ap-feat-section .ap-three-col.has-icon .col {
    background-color: var(--color-light);
}

.ap-three-col.has-icon .icon-box {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    width: 95px;
    height: 95px;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--color-secondary);
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ap-three-col.has-icon .text-box {
    background-color: var(--color-light);
    padding: 70px 32px 40px;
}

.ap-three-col.has-icon .text-box h3 {
    font-weight: 600;
}

.ap-three-col+.btn-wrap {
    margin-top: 60px;
}

.btn-single {
    text-align: center;
    margin-top: 30px;
}

.btn-wrap.btn-single .btn {
    min-width: 240px;
}

.ap-feat-section.type-two .text-box {
    padding: 24px;
}

.ap-feat-section.type-two .btn-wrap.btn-single {
    text-align: left;
}

.ap-feat-section.type-two .btn-wrap.btn-single .btn {
    min-width: 180px;
}

.ap-feat-section.type-three .ap-col-grid {
    column-gap: 0;
    row-gap: 0;
}

.ap-feat-section.type-three .col {
    border-top: 1px solid #D2D6EA;
    padding: 30px;
}

.ap-feat-section.type-three .col:first-child {
    border-top: none;
}

.ap-feat-section.type-three .col .icon-box {
    display: grid;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    height: 80px;
    background-image: url('../images/blog-bg.png');
    background-size: 105px 80px;
    background-repeat: no-repeat;
    background-position: center;
}

.ap-feat-section.type-three .col .text-box h3 {
    font-weight: 600;
}

@media screen and (min-width: 481px) {
    .ap-feat-section.type-three .col {
        border-right: 1px solid #D2D6EA;
    }
}

@media screen and (min-width: 481px) and (max-width: 781px) {
    .ap-feat-section.type-three .col:nth-child(-n+2) {
        border-top: none;
    }

    .ap-feat-section.type-three .col:nth-child(2n) {
        border-right: none;
    }
}

@media screen and (min-width: 641px) {
    .ap-section .heading {
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 641px) {
    .ap-feat-section.type-two .heading-section {
        width: 30%;
        float: left;
        display: block;
    }

    .ap-feat-section.type-two .ap-col-grid {
        width: 70%;
        padding-left: 30px;
    }
}

@media screen and (min-width: 782px) {
    .ap-feat-section.type-two .ap-col-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ap-feat-section.type-three .col:nth-child(-n+3) {
        border-top: none;
    }

    .ap-feat-section.type-three .col:nth-child(3n) {
        border-right: none;
    }
}

@media screen and (min-width: 1101px) {
    .ap-feat-section.type-two .ap-col-grid {
        grid-template-columns: repeat(3, 1fr);

    }
}

/* FEATURE AREA SECTION */
.ap-feat-area-section {
    padding-top: 90px;
    padding-bottom: 90px;
}

.ap-feat-area-section .heading {
    margin-bottom: 60px;
}

.ap-feat-area-section .ap-col-grid {
    justify-content: center;
}

.ap-feat-area-section .col-wrap.ap-three-col {
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}

.ap-feat-area-section .ap-col-grid .col {
    border: 2px solid #F5F7FC;
}

.ap-grid-col.has-border-text-box .text-box {
    padding: 20px;
}

.ap-col-grid.has-border-radius .col .text-box {
    padding: 30px 20px 25px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.ap-feat-area-section.type-one .text-box {
    padding: 30px;
}

.ap-feat-area-section.type-two .heading-section {
    align-items: center;
}

.ap-feat-area-section.type-two .heading {
    margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
    .ap-feat-area-section .col-wrap.ap-three-col {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (min-width: 1101px) {
    .ap-col-grid.has-border-radius .col .text-box {
        padding: 30px;
    }

    .ap-feat-area-section.type-two .heading {
        margin-bottom: 0;
    }
}

.ap-feat-area-section .ap-col-grid .img-box img {
    aspect-ratio: 16/9;
    object-fit: contain;
}

/* FAVOURITE COMPANY */
.ap-fav-section {
    padding-top: 110px;
    padding-bottom: 110px;
}

.ap-fav-section .heading {
    text-align: center;
}

.ap-fav-section .ap-col-grid {
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    margin-top: 80px;
}

@media screen and (min-width: 992px) {
    .ap-fav-section .ap-col-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.ap-fav-section .ap-col-grid.has-border-radius .col {
    background-color: var(--color-light);
}

.ap-fav-section .ap-col-grid.has-dashed-border {
    display: block;
    column-count: 2;
    column-gap: 15px;
    row-gap: 15px;
}

.ap-fav-section .has-dashed-border .col {
    border-radius: 15px;
    overflow: hidden;
    padding: 10px;
    margin-bottom: 15px;
}

.ap-fav-section .has-dashed-border .col:nth-child(2),
.ap-fav-section .has-dashed-border .col:nth-child(3) {
    height: 400px;
}

.ap-fav-section .ap-col-grid .img-box {
    margin-bottom: 0;
    height: 380px;
    overflow: hidden;
}

.ap-fav-section .ap-col-grid .img-box img {
    aspect-ratio: 1/1;
}

.ap-fav-section .has-dashed-border .col .text-box {
    height: 100%;
    padding: 20px;
    border-radius: 15px;
    border: 2px dashed #87BBE7;
}

@media screen and (min-width: 641px) {

    .ap-fav-section.type-two .heading,
    .ap-fav-section.type-three .heading {
        width: 33.33%;
        float: left;
        padding-right: 30px;
    }

    .ap-fav-section.type-two .ap-col-grid,
    .ap-fav-section.type-three .ap-col-grid {
        overflow: hidden;
    }
}

@media screen and (min-width: 992px) {
    .ap-fav-section .ap-col-grid.has-dashed-border {
        grid-template-rows: repeat(3, 1fr);
    }

    .ap-fav-section .has-dashed-border .col:nth-child(2) {
        grid-column-start: 3;
        grid-row-end: -2;

    }
}

/* CTA SECTION */
.ap-cta-section {
    position: relative;
    padding-top: 160px;
    padding-bottom: 160px;
    color: var(--color-light);
}

.ap-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
}

.ap-cta-section>.container {
    position: relative;
    max-width: 900px;
    z-index: 1;
}

.ap-cta-section h2,
.ap-cta-section h3,
.ap-cta-section p {
    color: var(--color-light);
}

.ap-cta-section h2,
.ap-cta-section h3 {
    font-weight: 600;
    line-height: 1.2;
}

.ap-cta-section h2 {
    font-size: 34px;
}

.ap-cta-section h3 {
    font-size: 30px;
}

.ap-cta-section p {
    font-size: 16px;
    line-height: 1.8;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.ap-cta-section .btn {
    margin-top: 40px;
    padding: 15px 60px;
}

.ap-cta-section.type-two {
    background-image: url('../images/newsletter-bg-img.png');
}

.ap-cta-section.type-two::before {
    display: none;
}

.ap-cta-section.type-two .sub-title {
    font-weight: 600;
    color: #D2D6EA;
    font-size: 18px;
    margin-bottom: 10px;
}

.ap-cta-section.type-two .btn:hover,
.ap-cta-section.type-two .btn[type="button"]:hover,
.ap-cta-section.type-two .btn[type="reset"]:hover,
.ap-cta-section.type-two .btn[type="submit"]:hover,
.ap-cta-section.type-two .btn:focus,
.ap-cta-section.type-two .btn[type="button"]:focus,
.ap-cta-section.type-two .btn[type="reset"]:focus,
.ap-cta-section.type-two .btn[type="submit"]:focus {
    background-color: var(--color-body);
    color: var(--color-light);
}

/* IMAGE FULLWIDTH SECTION */
.ap-img-fullwidth-section .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
}

.ap-img-fullwidth-section .col {
    flex: 0 0 100%;
}

.ap-img-fullwidth-section .img-box img {
    display: block;
    width: 100%;
    aspect-ratio: 1/1;
    margin-left: auto;
    margin-right: 0;
}

.ap-img-fullwidth-section .text-box {
    padding: 30px 30px 50px;
}

.ap-img-fullwidth-section .text-box h2,
.ap-img-fullwidth-section .text-box h3 {
    font-weight: 600;
    margin-bottom: 20px;
}

@media screen and (min-width: 992px) {

    .ap-img-fullwidth-section .text-box h2,
    .ap-img-fullwidth-section .text-box h3 {
        font-size: 34px;
    }

}

.ap-img-fullwidth-section .text-box .btn-wrap {
    display: flex;
    gap: 40px 20px;
    margin-top: 40px;
}

.ap-img-fullwidth-section .text-box.text-align-left {
    text-align: left;
}

.ap-img-fullwidth-section .text-box.text-align-center {
    text-align: center;
}

.ap-img-fullwidth-section .text-box.text-align-center .btn-wrap {
    justify-content: center;
}

.ap-img-fullwidth-section .text-box.text-align-right {
    text-align: right;
}

.ap-img-fullwidth-section .text-box.text-align-right .btn-wrap {
    justify-content: flex-end;
}

.ap-img-fullwidth-section .text-box .btn-wrap .btn {
    text-align: center;
}

.ap-img-fullwidth-section.type-two {
    position: relative;
}

.ap-img-fullwidth-section.type-two {
    min-height: 755px;
}

.ap-img-fullwidth-section.type-three {
    padding-top: 160px;
    padding-bottom: 160px;
}

.ap-img-fullwidth-section.type-three .img-box,
.ap-img-fullwidth-section.type-three .text-box {
    position: relative;
    transform: none;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0;
    min-height: auto;
}

.ap-img-fullwidth-section.type-three .img-box {
    padding-left: 50px;
    padding-right: 50px;
}

.ap-img-fullwidth-section.type-three .img-box img {
    position: relative;
    z-index: 1;
}

.ap-img-fullwidth-section.type-three .text-box {
    padding: 0;
}


@media screen and (min-width: 769px) {
    .ap-img-fullwidth-section.type-two .text-box {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        max-width: 800px;
        margin-left: 40%;
        background: var(--color-light);
        height: auto;
        min-height: auto;
    }

    .ap-img-fullwidth-section.type-two .text-box {
        padding: 40px;
    }
}

/* TEAM SECTION */
.ap-team-section {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

.ap-team-section .heading-section {
    justify-content: center;
    text-align: center;
}

.ap-team-section .heading .btn-single {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}

@media screen and (min-width: 992px) {

    .ap-team-section.type-two .ap-col-grid {
        grid-template-columns: repeat(3, 1fr);
    }

}

.ap-team-section .ap-col-grid .img-box img {
    height: 100%;
    object-fit: cover;
}

.ap-team-section .ap-col-grid .col .text-box {
    padding: 15px 0 0;
}

.ap-team-section .ap-col-grid .col .text-box .btn {
    margin-top: 1rem;
}

.ap-team-section:not(.type-three) .ap-col-grid .col {
    padding: 30px 20px;
}

.ap-team-section:not(.type-three) .ap-col-grid .col .img-box {
    width: 120px;
    height: 120px;
}

.ap-team-section.type-one .ap-col-grid .col .text-box {
    display: block;
    overflow: hidden;
    padding-top: 30px;
}

.ap-team-section .ap-col-grid .col .text-box .name {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    line-height: 1;
}

.ap-team-section .ap-col-grid .col .text-box .designation {
    color: #939394;
    font-size: 16px;
    margin-bottom: 10px;
}

.ap-team-section .ap-col-grid .col .text-box .desc {
    min-height: 80px;
}

.ap-team-section .ap-col-grid .col .text-box p:last-child {
    margin-bottom: 0;
}

.ap-team-section.type-three .ap-col-grid {
    display: flex;
    padding-left: 50px;
    padding-right: 50px;
}

.ap-team-section.type-three .heading-section {
    text-align: center;
    justify-content: center;
}

.ap-team-section.type-three .heading-section .heading {
    margin-bottom: 0;
}

.ap-team-section.type-three .ap-col-grid .col {
    padding-left: 10px;
    padding-right: 10px;
}

.ap-team-section.type-three .ap-col-grid .col .text-box .name {
    text-align: center;
}

.ap-team-section .slick-slider .slick-arrow {
    border: none;
    color: var(--color-heading);
}

.social-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
}

.social-block ul li {
    font-size: 20px;
    line-height: 1;
}

/* SLICK SLIDE OVERWRITE */
.slick-slider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 32px;
    height: 32px;
    border: 4px solid var(--color-primary);
    border-radius: 50%;
    padding: 0;
    background: none;
    font-size: 0;
    transition: all 0.25s ease-in-out;
    z-index: 2;
}

.slick-slider .slick-arrow:hover,
.slick-slider .slick-arrow:focus {
    border-color: var(--color-secondary);
}

.slick-slider .slick-arrow.slick-prev {
    left: 0;
    transform: translateY(-50%);
}

.slick-slider .slick-arrow.slick-next {
    right: 0;
    transform: translateY(-50%);
}

.slick-slider .slick-arrow>i {
    font-size: 22px;
}

.slick-dots {
    list-style: none;
    margin: 50px 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slick-dots li {
    margin-left: 4px;
    margin-right: 4px;
    line-height: 1;
}

.slick-dots li button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    font-size: 0;
    padding: 0;
    background-color: #C4C4C4;
}

.slick-dots li.slick-active button {
    background-color: #FFB128;
}

@media screen and (min-width: 641px) {
    .slick-slider .slick-arrow {
        width: 38px;
        height: 38px;
    }
}

@media screen and (min-width: 992px) {
    .slick-slider .slick-arrow {
        width: 42px;
        height: 42px;
    }
}

/* TESTIMONIAL SECTION */
.ap-testimonial-section {
    padding-top: 110px;
    padding-bottom: 110px;
}

.testimonial-wrap .testimonial-item {
    display: grid;
    align-items: center;
    text-align: center;
    background-color: var(--color-light);
    border-radius: 24px;
    padding: 30px;
}

.testimonial-item .img img {
    width: 92px;
    height: 92px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
    object-position: center;
}

.ap-testimonial-section.type-one .testimonial-wrap .slick-track {
    padding-top: 40px;
}

.ap-testimonial-section.type-one .testimonial-wrap .slick-slide {
    min-height: 340px;
}

.ap-testimonial-section.type-one .testimonial-wrap .slick-slide .img {
    margin-top: -70px;
}

.testimonial-wrap .testimonial-item .img+.quote {
    padding-top: 40px;
}

.testimonial-wrap .testimonial-item blockquote {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

.home .testimonial-wrap .testimonial-item blockquote {
    max-width: 650px;
}

.testimonial-wrap .testimonial-item blockquote p {
    color: inherit;
}

.testimonial-wrap .testimonial-item blockquote p:last-child {
    margin-bottom: 0;
}

.testimonial-wrap .testimonial-item .quote-meta {
    display: grid;
    gap: 10px;
}

.single .testimonial-wrap .testimonial-item .quote-meta {
    margin-bottom: 10px;
}

.testimonial-wrap .testimonial-item .name {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
}

.testimonial-wrap .testimonial-item .company {
    font-size: 14px;
    font-weight: 400;
}

.testimonial-wrap .testimonial-item .company a {
    text-decoration: none;
}

.testimonial-wrap .testimonial-item .quote-cat {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.testimonial-wrap .testimonial-item *+.quote-cat {
    margin-top: 10px;
}

.testimonial-wrap .testimonial-item .quote-cat .categories-list {
    justify-content: center;
}

.testimonial-wrap .testimonial-item .quote-cat .cat-item a {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 20px;
    line-height: 1;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    text-transform: none;
}

.ap-testimonial-section.type-one .testimonial-wrap .testimonial-item {
    padding-bottom: 40px;
}

.ap-testimonial-section.testimonail-type-two .heading-section {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 30px;
}

.ap-testimonial-section.testimonail-type-two .heading-section .btn-single {
    margin: 0;
}

.ap-testimonial-section.testimonail-type-two .testimonial-wrap .testimonial-item {
    box-shadow: 0 2px 5px 2px rgba(66, 94, 166, 0.15);
}

.ap-testimonial-section.type-one .testimonial-wrap {
    padding-left: 40px;
    padding-right: 40px;
}

.ap-testimonial-section.type-one .btn-single {
    margin-top: 50px;
    margin-bottom: 0;
}

.ap-testimonial-section.type-three .heading-section {
    text-align: center;
    justify-content: center;
    margin-bottom: 70px;
}

.ap-testimonial-section.type-three .testimonial-item {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 0;
    text-align: left;
}

.ap-testimonial-section.type-three .testimonial-item .quote {
    margin-bottom: 60px;
}

.ap-testimonial-section.type-three .testimonial-item .name {
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
}

.ap-testimonial-section.type-three .testimonial-item .company {
    font-weight: 500;
    font-size: 14px;
}

@media screen and (min-width: 481px) {
    .ap-testimonial-section.type-one .testimonial-wrap {
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media screen and (min-width: 641px) {
    .ap-testimonial-section.type-one .testimonial-wrap {
        padding-left: 120px;
        padding-right: 120px;
    }

    .ap-testimonial-section.testimonail-type-two .heading-section {
        grid-template-columns: 2fr 1fr;
    }

    .ap-testimonial-section.testimonail-type-two .testimonial-wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 30px;
    }
}

@media screen and (min-width: 992px) {
    .ap-testimonial-section.type-one .testimonial-wrap {
        padding-left: 160px;
        padding-right: 160px;
    }
}

@media screen and (min-width: 1220px) {
    .ap-testimonial-section.type-one .testimonial-wrap {
        padding-left: 200px;
        padding-right: 200px;
    }
}

@media screen and (min-width: 1220px) {
    .ap-testimonial-section.type-one .testimonial-wrap {
        padding-left: 160px;
        padding-right: 160px;
    }
}

/* BLOG SECTION */
.archive .page-header,
.blog .page-header {
    margin-bottom: 30px;
}

.archive .page-header h1,
.blog .page-header h1 {
    margin-bottom: 0;
    line-height: 1;
}

.archive .page-header .page-title {
    font-size: 32px;
}

.archive .page-header .page-title+.archive-description {
    margin-top: 1rem;
}

.archive .ap-post-grid {
    margin-top: 30px;
}

.ap-post-grid .img-box img {
    height: 210px;
    object-fit: cover;
}

.ap-blog-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

.ap-blog-section .ap-col-grid {
    margin-top: 70px;
}

.ap-blog-section .title {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
}

.post-meta,
.entry-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 10px;
    color: #828282;
    line-height: 1.1;
}

.post-meta *,
.entry-meta * {
    text-decoration: none;
}

.post-meta>*,
.entry-meta>* {
    font-size: 15px;
}

.post-meta a,
.entry-meta a {
    color: inherit;
}

.post-meta .byline span,
.entry-meta .byline span {
    color: var(--color-body);
    font-weight: 600;
}

.ap-blog-section.type-two .heading {
    text-align: left;
}

.ap-blog-section.type-two {
    position: relative;
    padding-bottom: 120px;
}

.ap-blog-section.type-two .btn-single {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    text-align: center;
    margin: 0;
}

@media screen and (min-width: 782px) {
    .ap-blog-section.type-two .heading-section {
        width: 33.33%;
        float: left;
        padding-right: 30px;
    }

    .ap-blog-section.type-two .ap-col-grid {
        width: 66.67%;
        float: left;
        margin-top: 0;
    }

    .ap-blog-section.type-two .btn-single {
        text-align: left;
        position: static;
        width: 100%;
        margin: 30px 0 0;
    }
}

@media screen and (min-width: 1220px) {
    .ap-blog-section.type-two .heading-section {
        width: 25%;
    }

    .ap-blog-section.type-two .ap-col-grid {
        width: 75%;
    }

}

/* NEWSLETTER SECTION */
.ap-newsletter-section {
    background-image: url('../images/newsletter-bg-img.png');
    padding-top: 110px;
    padding-bottom: 110px;
    color: var(--color-light);
    background-color: var(--color-primary);
}

.ap-newsletter-section h2,
.ap-newsletter-section h3 {
    color: var(--color-light);
}

.ap-newsletter-section form {
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 30px;
    row-gap: 15px;
    align-items: flex-end;
}

.ap-newsletter-section form label {
    display: inline-block;
    color: var(--color-light);
}

.ap-newsletter-section form p {
    position: relative;
}

.ap-newsletter-section form input {
    margin-top: 10px;
    padding: 20px 25px;
    width: 100%;
}

.ap-newsletter-section form input[type="submit"] {
    min-height: 65px;
}

.ap-newsletter-section form p .wpcf7-spinner {
    position: absolute;
    top: 15px;
    right: 20px;
}

.ap-newsletter-section form p>span {
    display: block;
}

.ap-newsletter-section .wpcf7 form .wpcf7-response-output {
    margin: 0;
}

.ap-newsletter-section .wpcf7-not-valid-tip {
    color: var(--color-secondary);
}

@media screen and (min-width: 641px) {
    .ap-newsletter-section form {
        justify-content: center;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 992px) {
    .ap-newsletter-section {
        padding-bottom: 160px;
    }

    .ap-newsletter-section form {
        grid-template-columns: repeat(3, 1fr);

    }
}

/* PROJECTS SECTION */
.categories-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.home .ap-projects-section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.ap-projects-section .ap-col-grid {
    margin-top: 40px;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}

.ap-projects-section .ap-col-grid+.btn-wrap {
    margin-top: 40px;
}

@media screen and (min-width: 992px) {
    .ap-projects-section .ap-col-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.ap-projects-section .col,
article.portfolio {
    position: relative;
}

.ap-projects-section .has-overlay .cat-box,
.portfolio .cat-box {
    position: absolute;
    top: 12px;
    right: 12px;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
    z-index: 2;
}

.ap-projects-section .has-overlay .cat-box>* {
    text-decoration: none;
}

.ap-projects-section .has-overlay .cat-box .categories-list {
    padding-left: 10px;
    flex-wrap: wrap;
}

.ap-projects-section .has-overlay .cat-box .cat-item a,
.portfolio .cat-box .cat-item a {
    display: inline-block;
    background-color: var(--color-primary);
    color: var(--color-light);
    padding: 10px 15px;
    border-radius: 20px;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    text-transform: none;
    font-weight: 400;
    text-align: center;
}

.ap-projects-section .img-box img {
    aspect-ratio: 1/1;
    object-position: center;
}

.ap-projects-section .has-overlay .text-box,
.portfolio-wrap .portfolio .text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 75%);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    transition: all 0.25s ease-in-out;
}

.portfolio-wrap .portfolio:hover .text-box,
.ap-projects-section .has-overlay .col:hover>.text-box {
    opacity: 1;
    pointer-events: auto;
}

.ap-projects-section .ap-col-grid .col .text-box h2,
.ap-projects-section .ap-col-grid .col .text-box h3,
.portfolio-wrap .portfolio .text-box {
    font-size: 18px;
    color: #fff;
}

.portfolio-wrap .portfolio .text-box .entry-footer {
    font-size: 14px;
    margin-top: 5px;
}

.portfolio-wrap .portfolio .text-box .entry-header a:hover {
    color: var(--color-secondary);
}

.portfolio-wrap .portfolio .text-box .entry-header a,
.portfolio-wrap .portfolio .text-box .entry-content a,
.portfolio-wrap .portfolio .text-box .entry-footer a {
    color: var(--color-secondary);
}

.portfolio-wrap .portfolio .text-box .entry-content p {
    color: var(--color-light);
}

.ap-projects-section .ap-col-grid .col .text-box p,
.ap-projects-section .ap-col-grid.has-border-radius .col .text-box .btn {
    color: var(--color-light);
}

.ap-projects-section .ap-col-grid .col .text-box p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
}

.portfolio-wrap.ap-post-grid .col {
    padding-bottom: 0;
}

.portfolio .text-box .entry-content p {
    color: var(--color-light);
}

/* LOCATION SECTION */
.ap-location-section .ap-col-grid {
    display: block;
}

.ap-location-section .text-box {
    padding-top: 80px;
    padding-bottom: 8px;
}

.ap-location-section .text-box ul {
    list-style: none;
    column-gap: 15px;
}

.ap-location-section .text-box ul li {
    position: relative;
    padding-left: 70px;
    margin-bottom: 40px;
    font-weight: 600;
    height: 50px;
    display: flex;
    align-items: center;
}

.ap-location-section .text-box ul li::before {
    content: '\f3c5';
    font-family: 'Font Awesome 6 Free';
    font-weight: 700;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #E2ECFE;
    text-align: center;
    line-height: 2.2;
    font-size: 23px;
    transition: all 0.25s ease-in-out;
}

.ap-location-section .text-box ul li a {
    display: inline-block;
    margin-top: 5px;
    text-decoration: none;
}

.ap-location-section .text-box ul li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ap-location-section .map-col img {
    aspect-ratio: 1/1;
}

@media screen and (min-width: 481px) {

    .ap-location-section .text-box ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 641px) {
    .ap-location-section {
        position: relative;
        min-height: 800px;
    }

    .ap-location-section .text-box {
        width: 50%;
        padding-right: 30px;
    }

    .ap-location-section .map-col {
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
        height: 100%;
    }

    .ap-location-section .map-col iframe {
        max-width: 960px;
        margin-left: 0;
        margin-right: auto;
    }

    .ap-location-section .map-col>* {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .ap-location-section.type-two .ap-col-grid {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .ap-location-section.type-two .text-box {
        position: relative;
        padding: 40px 30px;
        background-color: var(--color-light);
        box-shadow: 0 2px 5px 2px rgba(66, 94, 166, 0.15);
        width: 60%;
        z-index: 2;
    }

}

/* QUOTATION SECTION */
.ap-quotation-section {
    padding-top: 110px;
    padding-bottom: 110px;
    overflow: hidden;
    background-image: url('../images/dotted-pattern-square.png');
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: left 90%;
}

.ap-quotation-section .ap-col-grid {
    align-items: center;
    grid-template-columns: 1fr;
}

.ap-quotation-section.type-one .img-box {
    position: relative;
    margin-top: 60px;
}

@media screen and (max-width: 640px) {
    .ap-quotation-section .img-box {
        display: none;
    }
}

.ap-quotation-section .form-wrap form input {
    width: 100%;
}

.ap-quotation-section .form-wrap form label input {
    margin-top: 10px;
}

.ap-quotation-section .ap-col-grid.form-position-right .text-box {
    order: 2;
}

.ap-quotation-section .ap-col-grid.form-position-right .img-box {
    order: 1;
}

@media screen and (min-width: 641px) {
    .ap-quotation-section {
        background-size: 30%;
    }

    .ap-quotation-section .ap-col-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .ap-quotation-section.type-two .ap-col-grid {
        display: block;
    }

    .ap-quotation-section.type-two {
        position: relative;
    }

    .ap-quotation-section.type-two .img-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 60%;
        height: 100%;
    }

    .ap-quotation-section.type-two .img-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .ap-quotation-section.type-two .text-box {
        position: relative;
        margin-left: 50%;
        padding: 30px;
        background-color: var(--color-light);
        border-radius: 4px;
        box-shadow: 0 2px 5px 2px rgba(66, 94, 166, 0.15);
    }

    .ap-quotation-section .ap-col-grid .img-box {
        padding-right: 30px;
    }

    .ap-quotation-section .ap-col-grid .has-box-bg-left+* {
        margin-top: 0;
    }
}

@media screen and (min-width: 992px) {
    .ap-quotation-section {
        background-size: 20%;
    }

    .ap-quotation-section .ap-col-grid .img-box {
        padding-right: 70px;
    }

    .ap-quotation-section .ap-col-grid {
        gap: 60px;
    }
}

/* SERVICES PAGE */
.services-section .ap-col-grid .col .text-box h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
}

.services-page .services-section-offer {
    background: #F5F7FC;
    padding-top: 50px;
    padding-bottom: 50px;
}

.services-page .services-section-offer .ap-col-grid .col {
    border: 1px solid #D2D6EA;
}

.services-page .hero-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.services-section-gallery {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media screen and (min-width: 641px) {
    .services-page .services-section .ap-col-grid .col .text-box h3 {
        font-size: 26px;
    }
}

@media screen and (min-width: 992px) {
    .services-section .ap-col-grid .col .text-box h3 {
        font-size: 30px;
    }

    .services-page .hero-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .services-page .services-section-offer .ap-col-grid {
        grid-template-columns: repeat(6, 1fr);
    }

    .services-page .services-section-offer .ap-col-grid .col {
        grid-column: auto / span 2;
    }

    .services-page .services-section-offer .ap-col-grid .col:nth-child(1),
    .services-page .services-section-offer .ap-col-grid .col:nth-child(2) {
        grid-column: auto / span 3;
    }

    .services-section-gallery {
        padding-bottom: 120px;
    }

    .services-section-testimonial .slick-dots {
        margin-top: 80px;
    }
}

@media screen and (min-width: 1220px) {
    .services-section .ap-col-grid .col .text-box h3 {
        font-size: 32px;
    }

    .services-page .hero-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .services-section-testimonial .slick-dots {
        margin-top: 120px;
    }
}

/* SERVICES SINGLE PAGE */
.services-single-page .hero-section {
    padding-top: 100px;
    padding-bottom: 60px;
}

.services-single-page .hero-section h1 {
    font-size: 34px;
    font-weight: 600;
    text-transform: none;
}

.services-single-page .hero-section .price-wrap {
    margin-top: 50px;
}

.services-single-page .hero-section .price {
    font-size: 18px;
    font-weight: 600;
}

.services-single-page .hero-section .price .prefix,
.services-single-page .hero-section .price .suffix {
    position: relative;
    top: -0.8rem;
}

.services-single-page .hero-section .price .amount {
    font-weight: 900;
    font-size: 26px;
}

.services-single-page .services-section-offer {
    background-color: #F5F7FC;
    padding-top: 60px;
    padding-bottom: 60px;
}

.services-single-page .services-section-offer .ap-col-grid .col {
    border: 1px solid #D2D6EA;
}


@media screen and (min-width: 481px) {
    .services-single-page .hero-section .price .amount {
        font-size: 30px;
    }
}

@media screen and (min-width: 641px) {
    .services-single-page .hero-section .price .amount {
        font-size: 36px;
    }

    .services-single-page .services-section .ap-col-grid .col .text-box h3 {
        font-size: 26px;
    }
}

@media screen and (min-width: 782px) {
    .services-single-page .hero-section {
        padding-bottom: 100px;
    }

    .services-single-page .hero-section .img-col {
        padding-right: 30px;
    }

    .services-single-page .hero-section .price .amount {
        font-size: 42px;
    }
}

@media screen and (min-width: 992px) {
    .services-single-page .hero-section .img-col {
        padding-right: 70px;
    }

    .services-single-page .hero-section .price .amount {
        font-size: 48px;
    }
}

@media screen and (min-width: 1220px) {
    .services-single-page .hero-section {
        padding-bottom: 160px;
    }
}

/* FILTER TAB SECTION */
.filter-tab-title-wrap {
    margin-bottom: 10px;
    grid-column: 1/-1;
}

.filter-tab-title-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.filter-tab-title-wrap ul li a {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 28px;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    color: rgba(6, 54, 96, 0.6);
    background-color: #F5F7FC;
    text-align: center;
}

.filter-tab-title-wrap ul li.active a,
.filter-tab-title-wrap ul li:hover a {
    color: var(--color-light);
    background-color: var(--color-primary);
}

.filter-tab-content-wrap .ap-col-grid {
    display: none;
}

.filter-tab-content-wrap .ap-col-grid.active {
    display: grid;
}

/* PORTFOLIO GRID PAGE */
.protfolio-grid-page .ap-col-grid .col {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
}

.portfolio-wrap.ap-post-grid .col *+.post-thumbnail {
    margin: 0;
}

.protfolio-grid-page .ap-col-grid .col .img-box {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.archive article.portfolio .post-thumbnail img {
    display: block;
    aspect-ratio: 1/1;
    object-position: center;
}

[class*="tax-"] .site-main .ap-col-grid .portfolio {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.portfolio-wrap.ap-post-grid .col>* {
    margin: 0;
}

.portfolio-wrap.ap-post-grid .col .entry-title {
    color: #fff;
    margin: 0;
}

.portfolio-wrap.ap-post-grid .col .entry-title a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* PORTFOLIO SINGLE PAGE */
.portfolio-single-page .feat-img-box,
.single article.portfolio .feat-img-box {
    position: relative;
    margin-bottom: 1.5rem;
}

.single article.portfolio .feat-img-box img {
    aspect-ratio: 16/9;
    object-fit: contain;
}

.portfolio-single-page .feat-img-box .img-full {
    margin-bottom: 15px;
}

.portfolio-single-page .feat-img-box img {
    border-radius: 8px;
}

.portfolio-single-page .feat-img-box .img-thumb {
    position: static;
}

.portfolio-single-page .feat-img-box .thumb {
    margin-left: 7px;
    margin-right: 7px;
}

.portfolio-single-page .feat-img-box .slick-slider .slick-arrow {
    border-color: var(--color-light);
}

.portfolio-single-page .feat-img-box .slick-slider .slick-prev {
    left: 40px;
}

.portfolio-single-page .feat-img-box .slick-slider .slick-next {
    right: 40px;
}

.portfolio-single-page .main-content .text-box {
    display: grid;
    margin-top: 60px;
    margin-bottom: 60px;
}

.portfolio-single-page .main-content .content-meta-wrap>div {
    padding: 35px 30px;
    border: 1px solid #D2D6EA;
    background-color: #FAFAFA;
    border-radius: 8px;
}

.portfolio-single-page .main-content .content-meta-wrap h3 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
}

.portfolio-single-page .main-content .content-meta-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.portfolio-single-page .main-content .content-meta-wrap ul li {
    display: grid;
    grid-template-columns: 1fr 2fr;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DBDBDB;
}

.portfolio-single-page .main-content .content-meta-wrap ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none
}

.portfolio-single-page .main-content .content-meta-wrap ul li .title {
    color: var(--color-heading);
    font-weight: 600;
}

.portfolio-single-page .main-content .content-meta-wrap .btn {
    width: 100%;
    margin-top: 40px;
}

.main-content-meta-wrap .tags-wrap {
    display: flex;
    flex-wrap: wrap;
}

.main-content-meta-wrap>.container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 30px;
    margin-top: 50px;
    border-top: 1px solid #D2D6EA;
}

.main-content-meta-wrap>.container>* {
    flex-grow: 1;
}

.main-content-meta-wrap .tags-wrap .tag a {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
}

.main-content-meta-wrap .social-share ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-content-meta-wrap .social-share li {
    margin-right: 20px;
}

.main-content-meta-wrap .social-share li i {
    font-size: 18px;
}

.single .portfolio .cat-box {
    position: static;
    margin-bottom: 1rem;
}

.single .portfolio .cat-box .text-box .entry-content h2 {
    font-size: 1.6rem;
}

.single .portfolio .cat-box .text-box .entry-content h3 {
    font-size: 1.2rem;
}

.single .portfolio .cat-box .text-box .entry-content h4,
.single .portfolio .cat-box .text-box .entry-content h5,
.single .portfolio .cat-box .text-box .entry-content h6 {
    font-size: 1rem;
}

@media screen and (min-width: 641px) {
    .portfolio-single-page .main-content .text-box {
        grid-template-columns: 60% 40%;
    }

    .portfolio-single-page .main-content .text-box .content {
        padding-right: 40px;
    }

    .main-content-meta-wrap .social-share ul {
        justify-content: flex-end;
    }

    .main-content-meta-wrap .social-share li {
        margin-right: 0;
        margin-left: 20px;
    }
}

@media screen and (min-width: 992px) {
    .portfolio-single-page .main-content .text-box {
        grid-template-columns: 70% 30%;
    }

    .main-content-meta-wrap>.container {
        flex-wrap: nowrap;
    }
}

/* RELATED POST GRID */
.related-post-grid {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid var(--color-body);
}

.related-post-grid .section-title {
    font-size: 34px;
    margin-bottom: 30px;
}

.related-post-grid .ap-col-grid .col {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.related-post-grid .ap-col-grid .col .img-box {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-top: 0;
}

.related-post-grid .ap-col-grid.grid-col-3 .title,
.related-post-grid .ap-col-grid.grid-col-4 .title {
    font-size: 1.3rem;
}

@media screen and (min-width: 782px) {
    .related-post-grid .ap-col-grid.grid-col-1 {
        grid-template-columns: 1fr;
    }

    .related-post-grid .ap-col-grid.grid-col-2 {
        grid-template-columns: repeat(2, 1fr);
    }

    .related-post-grid .ap-col-grid,
    .related-post-grid .ap-col-grid.grid-col-3 {
        grid-template-columns: repeat(3, 1fr);
    }

    .related-post-grid .ap-col-grid.grid-col-4 {
        grid-template-columns: repeat(4, 1fr);
    }
}

/* LOAD MORE BUTTON */
.load-more-btn {
    margin-top: 100px;
}

/* CONTACT US PAGE */
.contact-us-page .main-content .text-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-us-page .main-content .text-box h1 {
    line-height: 1;
}

.contact-us-page .main-content .text-box .ap-two-col {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 40px;
    row-gap: 30px;
}

.contact-us-page .main-content .text-box h2,
.contact-us-page .main-content .text-box h3 {
    line-height: 1;
    margin-bottom: 10px;
}

.contact-us-page .main-content .text-box li {
    font-size: 16px;
}

.contact-us-page .main-content .text-box li strong {
    color: var(--color-body);
}

.contact-us-page .main-content .text-box li a {
    text-decoration: none;
}

.contact-us-page .main-content .text-box .social-box {
    grid-column: -3/-1;
}

.contact-us-page .main-content .text-box .social-box ul {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 35px;
}

.contact-us-page .main-content .text-box .social-box li i {
    font-size: 26px;
}

.contact-us-page .form-box form label {
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: var(--color-body);
    line-height: 1;
}

.contact-us-page .form-box form input {
    margin-bottom: 20px;
}

.contact-us-page .form-box form input[type="submit"] {
    text-align: center;
    color: var(--color-light);
    font-weight: 500;
    font-size: 16px;
    padding: 15px;
    margin-top: 20px;
}

.contact-us-page .contact-map-section.fullwidth iframe {
    width: 100%;
}

@media screen and (min-width:782px) {
    .contact-us-page .main-content .text-box .ap-two-col {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 60px;
        row-gap: 50px;
    }
}

@media screen and (min-width:992px) {
    .contact-us-page .main-content .text-box .ap-two-col {
        row-gap: 75px;
    }
}

/* TEAM PAGE */
.archive .team-wrap .col,
.archive .team-wrap .col {
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 2px 5px 2px rgba(66, 94, 166, 0.15);
}

.archive .team-wrap .col .img-box {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.archive .team-wrap .col .img-box img {
    height: 380px;
    object-fit: cover;
    object-position: top center;
}

.archive .team-wrap .col .text-box {
    padding: 25px 10px;
}

.archive .team-wrap .col .name {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 0;
}

.archive .team-wrap .col .designation {
    color: #828282;
    font-size: 15px;
    display: inline-block;
}

.archive .team-wrap .col .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    padding-left: 15px;
    padding-right: 15px;
}

.archive .team-wrap .social-box {
    margin-bottom: 0;
}

.archive .team-wrap .social-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.archive .team-wrap .social-box ul {
    column-gap: 30px;
    row-gap: 10px;
}

.archive .team-wrap .social-box li {
    line-height: 1;
}

.archive .social-box li i {
    font-size: 20px;
    color: #828282;
}

.archive .team-wrap *+.entry-header {
    margin-top: 20px;
}

.archive .team-wrap *+.social-box {
    margin-top: 25px;
}

/* TEAM SINGLE PAGE */
.single-team .site-main-wrapper {
    padding-top: 60px;
}

.team-single-page .main-content-wrap {
    padding-bottom: 150px;
}

.team-single-page .main-content-wrap .ap-col-grid {
    grid-template-columns: 1fr;
}

.team-single-page .main-content-wrap .img-box {
    position: relative;
    display: flex;
    align-items: center;
}

.team-single-page .main-content-wrap .img-box::before {
    top: 50%;
    height: calc(100% + 100px);
    max-height: 500px;
    transform: translateY(-50%);
}

.team-single-page .main-content-wrap .img-box::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -130px;
    width: 330px;
    height: 330px;
    background-image: url('../images/dotted-img.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.team-single-page.has-sidebar .main-content-wrap .img-box::after {
    left: -30px;
}

.team-single-page .main-content-wrap .img-box img {
    width: 100%;
}

.team-single-page .main-content-wrap .text-box h1,
.team-single-page .main-content-wrap .text-box h2,
.team-single-page .main-content-wrap .text-box h3,
.team-single-page .main-content-wrap .text-box h4,
.team-single-page .main-content-wrap .text-box h5,
.team-single-page .main-content-wrap .text-box h6 {
    line-height: 1.3;
    font-weight: 400;
}

.team-single-page .main-content-wrap .text-box h2,
.team-single-page .main-content-wrap .text-box h3,
.team-single-page .main-content-wrap .text-box h4,
.team-single-page .main-content-wrap .text-box h5,
.team-single-page .main-content-wrap .text-box h6 {
    font-size: 20px;
}

.team-single-page .main-content-wrap .text-box .name {
    margin-bottom: 15px;
    text-transform: none;
}

.team-single-page .main-content-wrap .text-box .designation {
    font-size: 16px;
    color: #828282;
    line-height: 1;
    margin-bottom: 1rem;
}

.team-single-page .main-content-wrap .social-box {
    margin-top: 40px;
}

.team-single-page .main-content-wrap .social-box h2 {
    font-size: 18px;
}

.team-single-page .main-content-wrap .social-box ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 20px;
}

.team-single-page .main-content-wrap .social-box i {
    font-size: 22px;
}

.team-single-page.has-sidebar .main-content-wrap {
    padding-bottom: 150px;
}

@media screen and (min-width: 641px) {

    [class*="no-sidebar-"] .team-single-page .main-content-wrap .ap-col-grid,
    .team-single-page .main-content-wrap .ap-col-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .team-single-page .main-content-wrap .ap-col-grid {
        column-gap: 60px;
    }

    .team-single-page .main-content-wrap .ap-col-grid .img-box {
        margin-top: 60px;
    }

    .team-single-page.has-sidebar .main-content-wrap {
        padding-bottom: 200px;
    }

    .team-single-page.has-sidebar-left .main-content-wrap .img-box,
    .team-single-page.has-sidebar-right .main-content-wrap .img-box {
        padding-right: 0;
    }
}

@media screen and (min-width: 992px) {
    .team-single-page.has-sidebar .main-content-wrap {
        padding-bottom: 250px;
    }
}


/* PROMOTION PAGE */
.promotion-grid-page .filter-tab-title-wrap ul li a {
    border-radius: 0;
}

.promotion-wrap.ap-post-grid.ap-col-grid.has-box-shadow .col .post-thumbnail img {
    min-height: auto;
    object-fit: contain;
    height: auto;
}

.promotion-wrap .col .entry-header .entry-title {
    font-size: 18px;
    line-height: 1.5;
}

.ap-col-grid.has-border .col .offer,
.promotion-wrap .col .offer {
    font-size: 15px;
    color: #828282;
    line-height: 1.5;
    font-weight: 400;
}

.promotion-wrap.ap-col-grid .col .cat-links {
    margin-bottom: 0;
}

/* PROMOTION SINGLE PAGE */
.promotion-single-page .main-content-wrap .form-wrap {
    padding: 20px 30px;
}

.promotion-single-page .main-content-wrap .form-wrap h2,
.promotion-single-page .main-content-wrap .form-wrap h3 {
    color: var(--color-light);
    font-size: 24px;
    margin-bottom: 20px;
}

.promotion-single-page .main-content-wrap .sidebar {
    margin-top: 60px;
}

@media screen and (min-width: 641px) {

    .promotion-single-page .main-content-wrap .container {
        display: grid;
        grid-template-columns: minmax(280px, 680px) minmax(auto, 480px);
        column-gap: 30px;
    }

    .promotion-single-page .main-content-wrap .sidebar {
        margin-top: 0;
    }
}

@media screen and (min-width: 641px) and (max-width: 991px) {

    .promotion-single-page .main-content-wrap .form-wrap h2,
    .promotion-single-page .main-content-wrap .form-wrap h3 {
        font-size: 18px;
    }

    .promotion-single-page .main-content-wrap .form-wrap {
        padding: 20px;
    }
}

.single-promotion .site-main article.promotion .feat-img-box {
    margin-bottom: 1rem;
}

.single-promotion .site-main article.promotion .feat-img-box img {
    aspect-ratio: 16/9;
    object-fit: contain;
}

/* TESTIMONIAL ARCHIVE PAGE */
.archive .filter-tab-title-wrap ul li a,
.testimonial-wrap .filter-tab-title-wrap ul li a {
    border-radius: 0;
}

.archive .testimonial-wrap .testimonial-item {
    grid-column: 1/-1;
    border-radius: 3px;
}

.archive .testimonial-wrap .testimonial-item .img {
    margin-bottom: 20px;
}

.archive .testimonial-wrap .testimonial-item .img img {
    display: block;
}

.archive .testimonial-wrap .testimonial-item blockquote p {
    font-size: 18px;
}

.archive .testimonial-cta-section {
    position: relative;
}

.archive .testimonial-cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;
}

.archive .testimonial-cta-section .img-box img {
    display: block;
    min-height: 500px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.archive .testimonial-cta-section .text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 900px;
    width: 100%;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 2;
}

.archive .testimonial-cta-section .text-box h2,
.archive .testimonial-cta-section .text-box h3,
.archive .testimonial-cta-section .text-box p {
    margin-bottom: 20px;
}

.archive .testimonial-cta-section .text-box h2,
.archive .testimonial-cta-section .text-box h3 {
    color: var(--color-light);

}

.archive .testimonial-cta-section .text-box p {
    color: #D2D6EA;
    font-size: 18px;
}

.archive .testimonial-cta-section .text-box .btn {
    margin-top: 20px;
}

@media screen and (min-width:641px) {

    .archive .testimonial-cta-section .text-box h2,
    .archive .testimonial-cta-section .text-box h3 {
        font-size: 30px;
    }
}

@media screen and (min-width:782px) {

    .archive .testimonial-cta-section .text-box h2,
    .archive .testimonial-cta-section .text-box h3 {
        font-size: 34px;
    }
}

/* TESTIMONIAL SINGLE PAGE */
.single-testimonial h1.title {
    margin-bottom: 2rem;
}

/* BLOG SINGLE PAGE */
.single-post article.post {
    border-bottom: 1px solid var(--color-body);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.single-post .entry-meta a {
    text-decoration: none;
}

.single-post .feat-img-box {
    margin-bottom: 2rem;
    border-radius: 3px;
    overflow: hidden;
}

.single-post .feat-img-box img {
    display: block;
    margin: auto;
}

.single-post .entry-header {
    text-align: center;
}

.entry-header .entry-title {
    margin-bottom: 2rem;
}

.single-post .entry-content {
    margin-top: 2rem;
}

.single-post .entry-content h1,
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4,
.single-post .entry-content h5,
.single-post .entry-content h6 {
    font-weight: 600;
}

.single-post .entry-meta {
    flex-wrap: wrap;
    justify-content: center;
}

.single-post .navigation {
    padding-bottom: 40px;
    border-bottom: 1px solid var(--color-body);
}

@media screen and (min-width: 992px) {
    .single-post .entry-meta {
        gap: 30px;
    }
}

.about-post-author-box {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--color-body);
}

.about-post-author-box .content-grid {
    display: grid;
    gap: 20px;
    padding: 25px 20px;
    border-radius: 6px;
    box-shadow: 0 2px 5px 2px rgb(66 94 166 / 15%);
}

@media screen and (min-width: 481px) {
    .about-post-author-box .content-grid {
        grid-template-columns: 1fr 2fr;
    }
}

.about-post-author-box .content-grid .author-img {
    overflow: hidden;
}

.about-post-author-box .content-grid .author-img img {
    border-radius: 6px;
    width: 100%;
}

.about-post-author-box .content-grid .author-desc a {
    text-decoration: none;
    color: var(--color-primary);
}

/* AUTHOR PAGE */
.author-single-page .ap-author-info-grid {
    margin-bottom: 4rem;
}

.author-single-page .ap-author-info-grid .page-title {
    margin-bottom: 20px;
}

.author-related-post-grid {
    padding-top: 40px;
}

.author-related-post-grid .heading-section {
    margin-bottom: 40px;
}

.author-description {
    color: var(--color-body);
}

.author-single-page .img-box {
    border-radius: 6px;
    overflow: hidden;
}

.archive.author .site-main-wrapper #primary {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.has-masonry .author-related-post-grid .ap-col-grid {
    display: grid;
}

.has-masonry .author-related-post-grid .ap-col-grid>article {
    width: 100%;
    margin: 0;
}

@media screen and (min-width: 481px) {
    .author-single-page .ap-author-info-grid {
        grid-template-columns: 40% 60%;
    }
}

@media screen and (min-width: 481px) {
    .author-single-page .ap-author-info-grid {
        grid-template-columns: 25% 75%;
    }
}

/* SINGLE POST - COMMENT FORM */
.comments-area #respond {
    margin-top: 40px;
}

.comments-area #respond p a {
    color: var(--color-primary);
    text-decoration: none;
}

.comments-area #respond p a:hover {
    color: var(--color-secondary);
}

.comment-form .form-submit input[type="submit"] {
    width: 100%;
    padding: 15px;
    background-color: var(--color-primary);
    color: var(--color-light);
    font-size: 14px;
}

.comment-form .form-submit input[type="submit"]:hover {
    background-color: var(--color-secondary);
    color: var(--color-dark)
}

.comments-area .comment-meta a {
    text-decoration: none;
}

/* 404 PAGE */
.error-404 .search-form {
    display: grid;
    grid-auto-flow: column;
}

.error-404 .search-form input[type="search"] {
    margin: 0;
}

.error-404 .search-form .search-submit {
    max-width: 190px;
    color: var(--color-light);
    padding: 15px;
}

/* GOTO TOP */
#go-to-top {
    position: fixed;
    bottom: 0;
    right: 30px;
    min-width: 25px;
    min-height: 25px;
    padding: 12px;
    background-color: var(--color-secondary);
    color: var(--color-light);
    text-align: center;
    line-height: 0;
    font-size: 1.2rem;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    z-index: 9;
}

#go-to-top a {
    display: block;
    color: inherit;
    transition: none;
}

#go-to-top:hover {
    background-color: var(--color-primary);
    color: var(--color-light);
    box-shadow: 0px 0px 7px 1px rgb(195 196 199 / 40%);
}

#go-to-top:hover a {
    color: inherit;
}

#go-to-top.show {
    bottom: 60px;
    opacity: 1;
    pointer-events: initial;
}

#go-to-top.option-2 a i::before {
    content: '\f0aa';
}

#go-to-top.option-3 a i::before {
    content: '\f077';
}

#go-to-top.option-4 a i::before {
    content: '\f139';
}

#go-to-top.option-5 a i::before {
    content: '\f30c';
}

@media screen and (max-width: 768px) {
    #go-to-top.show {
        bottom: 90px;
        right: 10px;
    }
}

/* PAGINATION */
.pagination {
    grid-column: 1/-1;
}

.ap-post-grid+.pagination {
    margin-top: 60px;
}

.pagination .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.pagination .nav-links .page-numbers {
    display: inline-block;
    text-align: center;
    width: 32px;
    height: 32px;
    border: 1px solid var(--color-dark);
    line-height: 2;
    text-decoration: none;
    color: var(--color-primary);
    font-weight: 500;
}

.pagination .nav-links .page-numbers:hover,
.pagination .nav-links .page-numbers.current {
    background-color: var(--color-primary);
    color: var(--color-light);
    border-color: var(--color-light);
}


.pagination .nav-links .prev,
.pagination .nav-links .next,
.pagination .nav-links .prev.page-numbers,
.pagination .nav-links .next.page-numbers {
    font-size: 0;
    border: none;
    width: 15px;
}


.pagination .nav-links .prev::before,
.pagination .nav-links .next::before {
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
    font-size: 15px;
    line-height: 2.3;
}

.pagination .nav-links .prev::before {
    content: '\f053';
}

.pagination .nav-links .next::before {
    content: '\f054';
}

.pagination .nav-links .prev.page-numbers:hover,
.pagination .nav-links .next.page-numbers:hover,
.pagination .nav-links .prev:hover::before,
.pagination .nav-links .next:hover::before {
    background: none;
}

#loading-message {
    grid-column: 1/-1;
    text-align: center;
}

#loading-message span {
    display: inline-block;
    background-color: var(--color-primary);
    color: var(--color-light);
    padding: 15px 30px;
    text-align: center;
    line-height: 1;
}

/* BLOG TYPES: GRID, LIST, FULLWIDTH */
.blog-type-list .site-main-wrapper .site-main .ap-post-grid,
.blog-type-full .site-main-wrapper .site-main .ap-post-grid {
    grid-template-columns: 1fr;
}

.blog-type-list .site-main-wrapper .site-main .ap-post-grid .col .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

[class*="grid-col-"] #primary .ap-post-grid {
    grid-template-columns: 1fr;
}

.blog-type-full .site-main-wrapper .site-main .ap-post-grid .post-thumbnail img {
    width: 100%;
    height: 100%;
    max-height: 360px;
}


/* BLOG MASONRY */

#primary .masonry.ap-col-grid {
    display: block;
}

.has-masonry .ap-col-grid>article {
    margin-bottom: 20px;
}

@media screen and (min-width: 481px) {

    .grid-col-2 #primary .ap-post-grid,
    .grid-col-3 #primary .ap-post-grid,
    .grid-col-4 #primary .ap-post-grid,
    .grid-col-5 #primary .ap-post-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .blog-type-grid .site-main-wrapper .site-main .ap-post-grid .col .post-thumbnail img {
        width: 100%;
        height: 260px;
    }

    .has-masonry .ap-col-grid>article,
    .grid-col-2.has-masonry .ap-col-grid>article {
        width: calc(50% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (min-width: 641px) {
    .blog-type-list .site-main-wrapper .site-main .ap-post-grid .col {
        position: relative;
        padding-left: 300px;
        overflow: hidden;
        text-align: left;
        min-height: 320px;
    }

    .blog-type-list .site-main-wrapper .site-main .ap-post-grid .col .post-thumbnail {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-width: 300px;
        margin-top: 0;
    }

    .blog-type-list .ap-col-grid .entry-content {
        -webkit-line-clamp: 5;
    }

    .blog-type-list .site-main-wrapper .site-main .ap-post-grid .col .social-box ul {
        justify-content: flex-start;
    }

    .blog-type-list.image-position-right .site-main-wrapper .site-main .ap-post-grid .col,
    .blog-type-list.image-position-alternating .site-main-wrapper .site-main .ap-post-grid .col:nth-child(even) {
        padding-left: 0;
        padding-right: 300px;
    }

    .blog-type-list.image-position-right .site-main-wrapper .site-main .ap-post-grid .col .post-thumbnail,
    .blog-type-list.image-position-alternating .site-main-wrapper .site-main .ap-post-grid .col:nth-child(even) .post-thumbnail {
        left: auto;
        right: 0;
    }
}

@media screen and (min-width: 992px) {
    .blog-type-list .site-main-wrapper .site-main .ap-post-grid .col {
        padding-top: 5px;
        padding-left: 390px;
    }

    .blog-type-list.image-position-right .site-main-wrapper .site-main .ap-post-grid .col,
    .blog-type-list.image-position-alternating .site-main-wrapper .site-main .ap-post-grid .col:nth-child(even) {
        padding-left: 0;
        padding-right: 390px;
    }

    .blog-type-list .site-main-wrapper .site-main .ap-post-grid .col .post-thumbnail,
    .blog-type-list.image-position-alternating .site-main-wrapper .site-main .ap-post-grid .col:nth-child(even) .post-thumbnail {
        max-width: 390px;
    }


    .grid-col-3 #primary .ap-post-grid,
    .grid-col-4 #primary .ap-post-grid,
    .grid-col-5 #primary .ap-post-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .has-masonry .ap-col-grid>article {
        width: calc(33.33% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }

    .grid-col-4.has-masonry .ap-col-grid>article {
        width: calc(25% - 20px);
    }

}

@media screen and (min-width: 1220px) {

    .grid-col-4 #primary .ap-post-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .grid-col-5 #primary .ap-post-grid {
        grid-template-columns: repeat(5, 1fr);
    }

    [class*="left-sidebar-"].grid-col-5 #primary .ap-post-grid,
    [class*="right-sidebar-"].grid-col-5 #primary .ap-post-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* MEDIA QUERIES */
@media screen and (min-width: 481px) {

    /* COLUMN GRID */
    .ap-col-grid {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 20px;
        row-gap: 20px;
    }

    .ap-col-grid.ap-col-fullwidth,
    .no-sidebar.single-testimonial .ap-col-grid.ap-col-fullwidth {
        grid-template-columns: 1fr;
    }
}

@media screen and (min-width: 641px) {
    .site-footer .footer-top .footer-col {
        flex: 0 0 50%;
    }

    /* IMAGE FULLWIDTH SECTION */
    .ap-img-fullwidth-section {
        position: relative;
        overflow: hidden;
    }

    .ap-img-fullwidth-section .col {
        flex: 0 0 50%;
    }

    .ap-img-fullwidth-section .img-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 100%;
    }

    .ap-img-fullwidth-section .img-box img {
        width: 800px;
        height: 100%;
        object-fit: cover;
    }

    .ap-img-fullwidth-section .text-box {
        padding: 40px;
        margin-left: 50%;
    }

    .ap-location-section .map-col img {
        width: 800px;
    }
}

@media screen and (min-width:782px) {

    /* HEADER */
    .header-one>.container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .two-col-section {
        display: flex;
        align-items: center;
    }

    .two-col-section .col {
        width: 50%;
    }

    .two-col-section .text-box {
        padding-right: 65px;
        margin-bottom: 0;
    }

    .ap-three-col,
    .ap-four-col {
        grid-template-columns: repeat(auto-fit, minmax(380px, 380px));
        justify-content: center;
    }

    .ap-post-grid {
        justify-content: flex-start;
    }


    /* TEAM SECTION */
    .ap-team-section .heading {
        align-items: center;
    }

    .ap-team-section .heading .text-box {
        padding-right: 30px;
    }

    .ap-team-section .heading .btn-single {
        position: static;
        transform: none;
    }

    .ap-team-section.type-one .ap-col-grid .col .img-box {
        float: left;
    }

    .ap-team-section.type-one .ap-col-grid .col .text-box {
        padding-top: 0;
        padding-left: 20px;
        text-align: left;
    }

    .ap-team-section.type-two .ap-col-grid .col .img-box {
        width: 330px;
        height: 330px;
        float: none;
        margin-right: auto;
    }
}

@media screen and (min-width:992px) {
    .site-footer .footer-top .footer-col {
        flex: 0 0 33.33%;
    }

    /* COLUMN GRID */
    .ap-col-grid {
        column-gap: 30px;
        row-gap: 30px;
    }

    [class*="no-sidebar-"] .site-main .ap-col-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    /* IMAGE FULLWIDTH SECTION */
    .ap-img-fullwidth-section .text-box {
        padding: 60px;
        min-height: 800px;
    }
}

@media screen and (min-width: 1600px) {

    /* IMAGE FULLWIDTH SECTION */
    .ap-img-fullwidth-section .img-box,
    .ap-img-fullwidth-section .text-box,
    .ap-location-section .map-col {
        min-height: auto;
        height: auto;
    }

    .ap-location-section {
        min-height: 600px;
    }

    .ap-img-fullwidth-section .img-box img,
    .ap-location-section .map-col img {
        max-width: 600px;
        object-position: top center;
    }
}

@media screen and (min-width: 1220px) {
    .container {
        padding-left: 0;
        padding-right: 0;
    }

    .site-footer .footer-top {
        flex-wrap: nowrap;
    }

    .site-footer .footer-top .footer-col {
        flex: 0 0 20%;
        min-width: auto;
        max-width: 400px;
        padding-right: 10px;
    }

    .site-footer .footer-top .footer-col:first-child {
        flex: 0 0 30%;
        padding-right: 40px;
    }

    .site-footer .footer-top .footer-col:nth-child(2) {
        flex: 0 0 30%;
        padding-right: 20px;
    }

    .site-footer .footer-top .footer-col:nth-child(3) {
        flex: 0 0 20%;
    }

    .site-footer .footer-top .footer-col:last-child {
        padding-right: 0;
        flex: 0 0 20%;
    }

    /* FOUR COLUMN SECTION */
    .ap-four-col {
        grid-template-columns: repeat(4, 1fr);
    }

    /* IMAGE FULLWIDTH SECTION */
    .ap-img-fullwidth-section .text-box {
        padding: 80px;
    }


    /* TEAM SECTION */
    .ap-team-section:not(.type-three) .ap-col-grid .col .img-box {
        width: 160px;
        height: 160px;
    }
}

@media screen and (max-width: 768px) {

    body.blog #primary.site-main,
    body.archive #primary.site-main {
        width: 100% !important;
    }

    #secondary {
        margin-top: 60px;
    }
}

@media screen and (max-width: 640px) {
    body.blog .site-main-wrapper .site-main {
        width: 100%;
    }
}

.post-wrap .entry-meta>span:after {
    display: inline-block;
    padding: 0 0 0 5px;
}

.post-wrap .entry-meta>span:last-child:after {
    content: '';
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    color: #dc3232;
    font-size: 14px;
}
