/*************** ADD CUSTOM CSS HERE.   ***************/
.fz-15 {
    font-size: 15px;
}

/* sub menu hover  */
.flickity-page-dots .dot {
    border-radius: 999px;
    transition: all 0.5s;
    background-color: var(--fs-color-secondary) !important;
    border-color: var(--fs-color-secondary) !important;
}

.flickity-page-dots .dot.is-selected {
    width: 24px;
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

:root {
    --text-color: #333;
    --heading-color: #333;
    --white-color: #fff;
    --black-color: #000;
    --linear-color: linear-gradient(90deg, #0090D5 0%, #003B83 100%);
    --FontAwesome: 'Font Awesome 7 Pro';
}

.section-heading-title,
.section-heading-title * {
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 15px;
    font-size: 32px;
}

.section-heading-title .linear {
    background: var(--linear-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

p {
    margin-bottom: 15px;
}

.button .icon-angle-right::before {
    content: '\f35a';
    font-family: var(--FontAwesome);
    font-weight: 800;
}

.linear-button {
    background: var(--linear-color);
    border: none;
    font-size: 1em;
    font-weight: 500;
    padding: 8px 32px;
}

.linear-button--small {
    background: var(--linear-color);
    border: none;
    font-size: 1em;
    font-weight: 500;
    padding: 4px 15px;
}

.box-vertical-custom .box-blog-post.box-vertical {
    display: flex;
}

.box-vertical-custom .box-blog-post.box-vertical .box-text {
    flex: 1;
}

.box-vertical-custom .box-blog-post.box-vertical .box-text .button {
    background: var(--linear-color);
    border: none;
    font-size: 1em;
    font-weight: 500;
    padding: 8px 32px;
    color: var(--white-color);
    border-radius: 8px;
    min-width: 150px;
    transition: all .3s
}


.box-vertical-custom .box-blog-post.box-vertical .box-text .button:hover {
    background: linear-gradient(270deg, rgba(38, 167, 250, 1) 0%, rgba(1, 69, 243, 1) 100%);
    transform: scale(1.02)
}

/************************** HEADER **************************/
#header .header-contact-wrapper a:not(:last-child) {
    margin-right: 30px
}

#header .header-contact-wrapper a {
    font-size: 14px;
}

#header .header-contact-wrapper a i {
    background: var(--linear-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    letter-spacing: 0.02em;
    font-size: 16px;
}

#header .nav .nav-dropdown {
    padding: 10px;
    min-width: 300px;
}

#header .nav .nav-dropdown .menu-item a {
    margin: 0;
    color: var(--text-color);
    border-radius: 5px;
}

#header .nav .nav-dropdown .menu-item:hover a {
    background-color: #e9f6fe;
    color: var(--black-color) !important;
}

#header #masthead .header-button-1 a {
    font-size: 32px;
    background: var(--linear-color);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    font-size: 32px;
    letter-spacing: 0.02em;
}

#header #masthead .header-button-2 {
    margin-left: 50px !important;
}

#header #masthead .header-button-2 a {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    height: 50px;
    transition: all 1s;
    text-align: center;
    border-radius: 5px;
    background: var(--linear-color);
    color: #fff !important;
    padding: 0 30px;
    line-height: 50px;
    min-width: 190px;
    border: none;
}

#header #wide-nav {
    background: var(--linear-color);
}

#header #wide-nav .flex-center {
    width: 100%;
}

#header #wide-nav .nav {
    width: 100%;
    justify-content: space-between;
}

.sidebar-menu .nav li a {
    color: var(--text-color);
}

/************************** END HEADER **************************/

/************************** FOOTER **************************/
#footer {
    background: var(--linear-color);
    font-size: 15px;
}

/************************** END FOOTER **************************/

/************************** HOME PAGE **************************/
.about-section .about-services-row ul li {
    list-style-type: none;
    margin-left: 0;
    font-size: 15px;
}

.about-section .about-services-row ul li::before {
    content: '\f0a4';
    font-family: var(--FontAwesome);
    font-weight: 800;
    margin-right: 6px;
    color: var(--fs-color-secondary);
}

.about-section .img-main .img-inner {
    margin: 0 40px;
    box-shadow: 30px 30px 30px 0 #ccc;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s
}


.about-section .img-main .img-inner:hover {
    box-shadow: 30px 30px 30px 0 #b9b9b9;
}


.why-section .icon-box.icon-box-center .icon-box-img {
    margin: 0 auto 0em;
}

.why-section .icon-box h3 {
    font-size: 32px;
    color: var(--primary-color);
    margin-bottom: 0;
}

.why-section .icon-box p {
    font-size: 18px;
}

/************************** END HOME PAGE **************************/

/************************** CONTACT PAGE **************************/
.contact-section form input,
.contact-section form textarea {
    box-shadow: none;
    border-radius: 6px;
    border: none;
}

.contact-section form .wpcf7-submit {
    text-transform: initial;
    font-size: 1em;
    font-weight: 500;
}

/************************** END CONTACT PAGE **************************/

/************************** ARCHIVE PAGE **************************/
.archive-page-header {
    display: none;
}

.box-vertical-custom>.post-item:nth-child(even) .box-blog-post.box-vertical {
    flex-direction: row-reverse;
}

.box-vertical-custom .box-blog-post .box-image {
    border-radius: 6px;
}

.box-vertical-custom .box-blog-post .box-text {
    font-size: 1em;
}

.box-vertical-custom .box-blog-post .post-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 32px;
    text-transform: uppercase;
    border-left: 5px solid var(--primary-color);
    padding-left: 10px;
}

.box-vertical-custom .box-blog-post .post-title+.is-divider {
    display: none;
}

.box-blog-post .from_the_blog_excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-archive .box-text-bottom.box-blog-post {
    box-shadow: 0 0 10px 0 #ccc;
    border-radius: 4px;
    height: 100%;
    overflow: hidden;
}

.blog-archive .box-blog-post:not(.box-vertical)::before {
    content: "";
    display: block;
    padding-top: 56%;
    background: #ccc;
}

.blog-archive .box-blog-post:not(.box-vertical) .box-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.col.post-item .col-inner {
    height: 100%;
}

.blog-archive .box-text-bottom.box-blog-post.box-vertical {
    box-shadow: none;
}

.blog-archive .box-text-bottom.box-blog-post .box-text {
    padding: 10px 15px;
}

.blog-archive .box-text-bottom.box-blog-post .box-text .post-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog-archive .box-text-bottom.box-blog-post .box-text .is-divider {
    background: var(--linear-color);
    min-width: 50px;
}

.blog-archive .box-text-bottom.box-blog-post .box-text .button {
    display: inline-block;
    text-transform: initial;
    font-weight: 500;
    transition: all 1s;
    text-align: center;
    border-radius: 5px;
    background: var(--linear-color);
    color: #fff !important;
    padding: 2px 20px;
}


/************************** END ARCHIVE PAGE **************************/

/************************** BLOG SINGLE **************************/
.entry-meta {
    text-transform: capitalize;
    font-size: .85em;
}


.entry-header .entry-meta .meta-author {
    position: relative;
}

.entry-header .entry-meta .meta-author a {
    padding: 15px 0;
    text-decoration: underline;
    text-transform: capitalize;
}

.entry-header .entry-meta .meta-author .meta-author-dropdown {
    position: absolute;
    bottom: -10px;
    left: 0;
    max-width: 400px;
    min-width: 300px;
    z-index: 100;
    transform: translate(-20px, 100%);
    background-color: #fff;
    border-color: #ddd;
    padding: 2rem 1.5rem 1.25rem !important;
    text-align: left;
    background-color: #fff;
    box-shadow: 0 0 0.625rem 0.625rem rgba(0, 0, 0, .05);
    display: none;
}

.entry-header .entry-meta .meta-author:hover .meta-author-dropdown {
    display: block;
}

.entry-header .entry-meta .meta-author .meta-author-dropdown:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    z-index: 3;
    top: -6px;
    transform: rotate(45deg);
}

.entry-header .entry-meta .meta-author .author-info-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
}

.entry-header .entry-meta .meta-author .author-info-wrapper .author-avatar {
    flex-basis: 35%;
    max-width: 35%;
}

.entry-header .entry-meta .meta-author .author-info-wrapper .author-info {
    flex-basis: 65%;
    max-width: 65%;
}

.entry-header .entry-meta .meta-author-dropdown .author-job-title {
    font-size: 13px;
    color: #000;
    margin-bottom: 0;
}

.entry-header .entry-meta .meta-author-dropdown .author-name {
    font-size: 20px;
    text-transform: capitalize;
    color: #000;
    margin: 4px 0;
}

.entry-header .entry-meta .author-desc {
    color: #000;
    padding-bottom: 12px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 12px;
}

.entry-header .entry-meta .author-expertise {
    color: #000;
}

.entry-header .entry-meta .author-socials a {
    font-size: 18px;
    margin: 0 4px;
}

.entry-header .entry-meta .author-socials a i {
    color: currentColor;
}

.entry-header .entry-meta .author-socials .author-facebook {
    color: #3c5a99;
    margin-left: 0;
}

.entry-header .entry-meta .author-socials .author-linkedin {
    color: #007bb5;
}

.entry-header .entry-meta .author-socials .author-youtube {
    color: #f00;
}

.entry-header .entry-meta .author-socials .author-x {
    color: #000;
}

.entry-header .entry-meta .author-socials .author-instagram {
    color: #833AB4;
}

.entry-header .entry-meta .author-socials .author-website {
    color: #001935;
    margin-right: 0;
}

.entry-header .entry-meta .author-avatar img {
    border-radius: 999px;
}

.entry-header .entry-meta .entry-meta-item {
    position: relative;
    margin-right: 8px;
    padding-right: 8px;
    display: inline-block !important;
}

.entry-header .entry-meta .entry-meta-item:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 3px;
    background: #ccc;
    border-radius: 99px;
    top: 50%;
    right: -4px;
    transform: translateY(-50%);
}

.entry-header .entry-meta span {
    margin-right: 0;
}

.entry-header .entry-meta span svg {
    width: 14px;

}

.entry-header .entry-meta .entry-meta-item:last-child:after {
    content: unset;
}

/************************** END BLOG SINGLE **************************/

/************************** POST SIDEBAR **************************/
.post-sidebar .widget .widget-title {
    display: block;
    width: 100%;
    background: var(--linear-color);
    color: var(--white-color);
    padding: 12px;
    border-radius: 4px;
}

.post-sidebar .widget .widget-title+.is-divider {
    display: none;
}

.post-sidebar .widget_search form {
    border-radius: 4px;
    overflow: hidden;
}

.post-sidebar .widget_search form input {
    box-shadow: none;
    border-color: var(--fs-color-secondary);
}

.post-sidebar .widget_search form input[type='search'] {
    border-radius: 4px 0 0 4px;
}

@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}

.entry-divider.is-divider,
.post_comments {
    display: none !important;
}

.textwidget.custom-html-widget {
    border: 1px solid #cccccc;
    border-top: none;
    font-size: 13px;
    color: #3273b7;
    padding: 10px;
}

.textwidget.custom-html-widget *:last-child {
    margin: 0;
}

.author-meta {
    margin-bottom: 20px;
}

.blog-cus .box-image:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.blog-cus .box-image::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.blog-cus .box-text {
    padding: 15px 10px;
}

.blog-cus .box-text .post-title a {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

}

.box-blog-post .is-divider {
    display: none;
}

.title-cus .section-title-normal {
    border-bottom: 0;
    border-left: 14px solid var(--primary-color);
    padding-left: 10px;
    color: var(--primary-color);
    margin-bottom: 0;
    font-size: 20px;
}

.title-cus .section-title-normal span {
    margin-right: 0;
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}

.title-cus .section-title b {
    background: #00000000;
}

.title-cus .section-title a {
    font-weight: normal;
    font-size: 15px;
    color: gray;
}

.entry-header-text-top {
    padding-bottom: 0;
}

.off-canvas .mfp-content {
    background-color: #fff !important;
}

.widget_nav_menu ul.menu>li a {
    font-size: 14px;
    width: 100%;
}

/************************** END POST SIDEBAR **************************/
@media only screen and (max-width: 1080px) {
    #header .nav>li>a {
        font-size: 14px;
    }

    #header #masthead .header-button-1 a {
        font-size: 24px;
        background: var(--linear-color);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        text-fill-color: transparent;
        letter-spacing: 0.02em;
    }

    #header #masthead .header-button-2 a {
        display: inline-block;
        text-transform: uppercase;
        font-weight: 700;
        height: 45px;
        transition: all 1s;
        text-align: center;
        border-radius: 5px;
        background: var(--linear-color);
        color: #fff !important;
        padding: 0 20px;
        line-height: 45px;
        min-width: 150px;
    }
}

@media only screen and (max-width: 848px) {
    .box-vertical-custom.row>.post-item:nth-child(even) .box-blog-post.box-vertical {
        flex-direction: column;
    }

    .box-vertical-custom .box-blog-post.box-vertical {
        display: flex;
        flex-direction: column;
        border-bottom: 1px dashed #ccc;
    }

    .box-vertical-custom .box-blog-post .box-image {
        width: 100% !important;
    }

    .box-vertical-custom .box-blog-post .post-title a {
        font-size: 24px;
        border-left: 5px solid var(--primary-color);
        padding-left: 10px;
    }

    .box-vertical-custom .box-blog-post.box-vertical .box-text {
        padding: 10px 0;
    }

    .box-vertical-custom .box-blog-post.box-vertical .box-text .button {
        padding: 4px 20px;
        min-width: 120px;
    }

    .section-heading-title,
    .section-heading-title * {
        font-size: 28px;
    }
}

@media only screen and (max-width: 549px) {

    /*************** ADD MOBILE ONLY CSS HERE  ***************/
    .section-heading-title,
    .section-heading-title * {
        font-size: 24px;
    }

    .box-vertical-custom .box-blog-post .post-title a {
        font-size: 18px;
    }

    .box-vertical-custom .box-blog-post.box-vertical .box-text .button {
        padding: 2px 16px;
        min-width: 100px;
        font-size: 0.75em;
    }


    .why-section .icon-box.icon-box-center .icon-box-img {
        width: 40px !important;
    }

    .why-section .icon-box h3 {
        font-size: 20px;
    }

    .why-section .icon-box p {
        font-size: 14px;
    }

    .about-section .img-main .img-inner {
        margin: 0 30px;
    }

}