/*
Theme Name: Spice FSE
Theme URI: https://spicethemes.com/spice-fse-wordpress-theme/
Author: spicethemes
Author URI: https://spicethemes.com/
Description: Spice FSE Theme is a Full Site Editing WordPress theme. It is based on block patterns that allow you to create stunning blogs and websites. The theme comes with a clean and modern responsive design having a built-in business, about, service, portfolio, team, testimonial, contact, and multiple blog templates. This theme uses modern HTML codes that have been further optimized and a lightweight design to provide you with a quicker page load time. The whole appearance is classy and professional at the same time, representing your business in a highly appealing way. (DEMO: https://spice-fse.spicethemes.com/)
Tags: full-site-editing, block-patterns, block-styles, grid-layout, custom-background, custom-colors, custom-menu, custom-logo, editor-style, featured-images, template-editing, blog, translation-ready
Version: 1.0
Requires at least: 5.9
Tested up to: 6.1
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: spice-fse
*/

.wp-block-site-title a,
.wp-block-post-title a,
.wp-block-post-terms a,
.wp-block-post-date a {
    text-decoration: none;
}

@media screen and (min-width: 37.5em) {
    header .wp-block-navigation .wp-block-navigation-item__content {
        padding: 10px 5px;
    }
}

.wp-block-group.banner {
    margin-top: 20px;
}

.wp-block-post-author__name:before {
    content: "\f007";
    /* font-family: FontAwesome; */
    color: #000;
    padding-right: 10px;
    font-size: 1rem;

}

.taxonomy-category.wp-block-post-terms:before {
    content: "\f07c";
    /* font-family: FontAwesome; */
    color: #000;
    padding-right: 10px;
    font-size: 1rem;

}

.wp-block-post-date:before {
    content: "\f073";
    /* font-family: FontAwesome; */
    color: #707070;
    padding-right: 10px;
    font-size: 1rem;

}

.taxonomy-post_tag.wp-block-post-terms:before {
    content: "\f02b";
    /* font-family: FontAwesome; */
    color: #000;
    padding-right: 10px;
    font-size: 1rem;

}

.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;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

.wp-block-group.blog-sidebar {
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;

}

.wp-block-group.blog-sidebar .wp-block-group {
    padding: 0.625rem;
}

.yoast-breadcrumbs.spice-fse-breadcrumb {
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
}

.spice-fse-breadcrumb span a {
    text-decoration: none;
}

.banner .wp-block-post-title,
.banner .wp-block-query-title {
    margin: 0;
}

/*--------------------------------------------------------------
1.0 Common
--------------------------------------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: scrollbar;
}

html {
    font-size: 1rem;
}

@media (min-width: 768px) and (max-width: 991px) {
    html {
        font-size: 0.875rem;
    }
}

@media (min-width: 200px) and (max-width: 768px) {
    html {
        font-size: 0.75rem;
    }
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

body,
button,
input,
select,
textarea {
    color: #000000;
    /* font-family: "Oswald", "Work Sans", "Helvetica Neue", helvetica, arial, sans-serif; */
    line-height: 1.6;
    font-size: 1rem;
    -webkit-font-smoothing: antialiased;
}

body {
    margin: 0;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    line-height: 1.5;
    margin: 0 0 1.875rem;
    /* color: #000000;*/
    font-weight: 700;
}

h1 {
    font-size: 2.625rem;
    /* 42px */
}

h2 {
    font-size: 1.875rem;
    /* 36px */
}

h3 {
    font-size: 1.500rem;
    /* 24px */
}

h4 {
    font-size: 1.250rem;
    /* 20px */
}

h5 {
    font-size: 1.125rem;
    /* 18px */
}

h6 {
    font-size: 1rem;
    /* 16px */
}

p {
    margin: 0 0 1.6rem;
    padding: 0;
    /* font-size: 1.125rem; */
    color: #858585;
    /* font-family: "Montserrat"; */
}

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

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    font-size: 1.125rem;
    font-style: italic;
    margin: 0 0 1.563rem;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    quotes: "" "";
    color: #000000;
    font-weight: 400;
}

blockquote cite {
    color: #a5a5a5;
    font-size: 1.000rem;
    display: block;
    font-style: normal;
    font-weight: 400;
    margin-top: 0.5em;
}

q {
    quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
    content: "";
}


/* :focus {
    outline: thin dotted;
} */

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-size: 1.000rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

hr {
    background-color: #bbb;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

code,
kbd,
tt,
var {
    font-size: 1.000rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #e8e8e8;
    text-decoration: none;
}

big {
    font-size: 125%;
}

iframe {
    border: 0;
}

.wp-block-group .block-about,
.wp-block-group .block-services,
.wp-block-group .block-callout,
.wp-block-group .block-portfolio,
.wp-block-group .block-cta,
.wp-block-group .block-features,
.wp-block-group .block-team,
.wp-block-group .block-testimonial,
.wp-block-group .block-news,
.wp-block-group .block-client,
.site-footer,
.wp-block-group.copy-write-block {
    margin-block-start: 0;
}

.service-wrapper .service-box,
.wp-block-query img,
.wp-block-post-featured-image img {
    border-radius: 10px;
}

.service-wrapper .service-box:hover {
    background: linear-gradient(135deg, rgb(84, 51, 255) 0%, rgb(107, 126, 255) 100%);
}

.service-wrapper .service-box:hover h2,
.service-wrapper .service-box:hover svg,
.service-wrapper .service-box:hover p {
    color: #fff !important;
}

body.page-template p {
    margin: 0;
    margin: 10px 0 0;
}

body .wp-block-button.aligncenter {
    text-align: left;
}

.footer-sidebar li {
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 400;
    /* font-family: "Montserrat"; */
}

.footer-sidebar .wp-block-gallery {
    margin: 0;
}

.footer-sidebar {
    margin: 0;
}

@media (max-width: 767px) {

    .blog-block,
    .portfolio-block {
        text-align: center;
    }

    .blog-block a {
        margin: 20px auto;
    }
}

.wp-block-query h2 {
    margin-bottom: 1rem;
}

.spice-fse-blog .blog-full-width {
    max-width: 1200px;
}

/*New style*/
.team-column:hover {
    background: linear-gradient(135deg, rgb(84, 51, 255) 0%, rgb(107, 126, 255) 100%);
}

.team-column:hover h2,
.team-column:hover p,
.team-column:hover .wp-block-social-link {
    color: #ffffff !important;
}

.testimonial-column:hover {
    background-color: #ffffff;
    box-shadow: 0 0 30px 10px #eeeeee;
}

.service-wrapper2 .service-box2 {
    border: 1px solid #ffffff;
}

.service-wrapper2 .service-box2:hover {
    border: 1px solid #5637ff;
}

.service-wrapper2 .service-box2:hover .wp-social-link {
    background-color: #5637ff !important;
    color: #ffffff !important;
    box-shadow: 5px 5px 8px 5px #eeeeee;
}

.service-wrapper3 .service-box3:hover {
    background: linear-gradient(135deg, rgb(84, 51, 255) 0%, rgb(107, 126, 255) 100%);
}

.service-wrapper3 .service-box3:hover h2,
.service-wrapper3 .service-box3:hover a,
.service-wrapper3 .service-box3:hover p {
    color: #fff !important;
}

.service-wrapper3 .service-box3 .wp-block-social-links,
.service-wrapper3 .service-box3 .wp-block-group {
    align-items: flex-start;
}

/*Contact Form 7*/
.wpcf7 label {
    color: #000000;
    /* font-family: monospace; */
    font-weight: 900;
}

.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    background-color: #f9f9f9;
}

.wpcf7-form p {
    margin: 0 0 1.2rem;
}

.wpcf7-form p:last-child {
    margin: 0;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="range"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="month"],
.wpcf7-form input[type="week"],
.wpcf7-form input[type="time"],
.wpcf7-form input[type="datetime"],
.wpcf7-form input[type="datetime-local"],
.wpcf7-form input[type="color"] {
    height: 3.438rem;
    /* font-family: "Montserrat"; */
    margin-top: 0.375rem;
    background-color: #f9f9f9;
    border: 0;
    padding: 0.7rem 1rem;
}

.wpcf7-form textarea {
    margin-bottom: 2.5rem;
    /* font-family: "Montserrat"; */
    border: 0;
    padding: 0.7rem 1rem;
}

.wpcf7-form input[type="submit"] {
    background-color: #2965BC;
    border: 0;
    -webkit-border-radius: 50px;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 0.938rem;
    font-weight: 600;
    line-height: 1;
    padding: 1.25rem 2.188rem;
    text-shadow: none;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
}

.wpcf7-form input[type="submit"] {
    margin-top: 5px;
    /* font-family: "Montserrat"; */
    margin: 0 auto;
    display: block;
}

.wpcf7-form .wpcf-container {
    display: flex;
    gap: var(--wp--style--block-gap, 2em);
    flex-wrap: nowrap;
    align-items: center;
}

.wpcf7-form .wpcf-container .wpcf7-form-control-wrap {
    width: 50%;
    margin-bottom: 15px;
}

.contact-detail {
    position: relative;
}

.contact-detail .icon:before {
    /* font-family: 'FontAwesome'; */
    font-size: 1.2rem;
    line-height: normal;
    position: absolute;
    top: 35px;
    left: 28px;
    z-index: 999;
    color: #2965BC;
}

.contact-one .icon:before {
    content: '\f095';
    /* font-family: 'FontAwesome'; */
}

.contact-two .icon:before {
    content: '\f0e0';
    /* font-family: 'FontAwesome'; */
}

.contact-three .icon:before {
    content: '\f041';
    /* font-family: 'FontAwesome'; */
}

.editor-styles-wrapper .footer-sidebar li a {
    color: #ffffff;
}

.client-partners {
    border: 1px solid #d7d7d7;
    border-radius: 10px;
}

.client-partners:hover {
    border: 1px solid #2965BC;
    box-shadow: 0 0 30px 5px #eeeeee;
}

/*===================================================================================*/
/*New Widget Css
/*===================================================================================*/
.wp-block-search__input {
    background-color: #f8f9fe;
    border: 0;
    padding: 12px 53px 12px 12px;
}

.wp-block-search__inside-wrapper {
    position: relative;
}

.wp-block-search__button {
    position: absolute;
    background: #2965BC;
    border: 0;
    padding: 0.375em 0.625em;
    color: #ffffff;
    margin-left: 0;
    word-break: normal;
    right: 6px;
    top: 6px;
}

.wp-block-search__input:focus {
    border-color: #80bdff;
}

.wp-block-latest-posts ul {
    margin-top: 15px;
}

.blog-sidebar li a {
    text-decoration: none;
    font-size: 1.125rem;
    color: #5c6377;
    /* font-family: "Montsareet"; */
}

.blog-sidebar .wp-block-group li {
    list-style-type: none;
    border-bottom: 1px solid #e8e8e8;
    padding-top: 0.813rem;
    padding-bottom: 0.813rem;
    margin: 0;
    position: relative;
}

.blog-sidebar li a:before {
    content: "\f10c";
    /* font-family: FontAwesome; */
    padding-right: 10px;
    font-size: 0.5rem;
    text-decoration: none;
}

.wp-block-group .wp-block-latest-posts li a:before,
.wp-block-group li.wp-block-latest-comments__comment a:before {
    display: none;
}

.blog-sidebar .wp-block-group .wp-block-latest-posts li a,
.blog-sidebar li a,
.blog-sidebar .wp-block-group li.wp-block-latest-comments__comment a {
    color: #000000;
    font-size: 1.25rem;
    font-weight: bold;
}

.wp-block-gallery li {
    padding: 0;
}

.wp-block-gallery li a:before,
.custom-social-icons li a:before {
    display: none;
}

.blog-sidebar li:last-child,
.footer-sidebar li:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}

.wp-block-latest-comments__comment-date {
    font-size: 1rem;
}

.blog-sidebar ul,
.blog-sidebar ol,
.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none;
    margin-left: 0;
    padding-top: 0;
    padding-left: 10px;
}

.site-footer .wp-block-latest-posts .wp-block-latest-posts__post-title {
    font-size: 1.5rem;
    /* font-family: "Oswald"; */
    font-weight: 500;
    text-decoration: none;
}

.wp-calendar-nav {
    text-align: left;
}

.wp-block-calendar table th {
    font-weight: 600;
    border-bottom: 2px solid #bbb;
    background: transparent;
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
    border: 0;
    padding: 0.4em;
    text-align: left;
}

.wp-block-tag-cloud a {
    font-size: 1.125rem !important;
    display: inline-block;
    padding: 5px 8px;
    text-decoration: none;
    /* font-family: "Montserrat"; */
}

.site-footer .wp-block-tag-cloud a {
    text-decoration: none;
}

.wp-block-tag-cloud a:hover,
body.page .blog-sidebar a:hover,
body.blog .blog-sidebar a:hover {
    color: #2965BC;
}

.widget_media_image .wp-block-image img {
    max-width: 100%;
    height: auto;
}

.wp-calendar-table #today {
    font-weight: 600;
}

.footer-sidebar .wp-block-search__label:after,
.footer-sidebar .widget_block h1:after,
.footer-sidebar .widget_block h2:after,
.footer-sidebar .widget_block h3:after,
.footer-sidebar .widget_block h4:after,
.footer-sidebar .widget_block h5:after,
.footer-sidebar .widget_block h6:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    margin-top: 5px;
}

.footer-sidebar .wp-block-search__label {
    font-weight: 700;
}

.footer-sidebar .wp-block-calendar table caption,
.footer-sidebar .wp-block-calendar table tbody {
    color: #fff;
}

.footer-sidebar .wp-block-search__button {
    right: 1rem;
}

li.wp-block-rss__item:before {
    display: none;
}

.footer-sidebar .wp-block-social-links .wp-block-social-link a::before,
.blog-sidebar .wp-block-social-links .wp-block-social-link a::before {
    display: none;
}

.footer-sidebar .wp-block-social-links .wp-social-link.wp-social-link.wp-social-link,
.blog-sidebar .wp-block-social-links .wp-social-link.wp-social-link.wp-social-link {
    padding: 0px;
}

.footer-sidebar .wp-block-social-links .wp-social-link.wp-social-link.wp-social-link a,
.blog-sidebar .wp-block-social-links .wp-social-link.wp-social-link.wp-social-link a {
    font-size: 1.3rem;
}

.blog-sidebar .widget.widget_block .wp-block-tag-cloud a {
    text-decoration: none !important;
}

.wp-block-latest-comments__comment {
    line-height: 1.6;
}

.widget_media_gallery .blocks-gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 33%;
}

.columns-3 .blocks-gallery-item {
    max-width: calc((100% - 16px * 2) / 3);
    margin-bottom: 1rem !important;
}

.blog-sidebar .sub-menu li.menu-item {
    margin-left: 10px;
}

.footer-sidebar .widget p a:not(a.tag-cloud-link) {
    text-decoration: underline !important;
}

.footer-sidebar blockquote {
    background-color: transparent;
}

.footer-sidebar .wp-block-latest-posts__post-author,
.footer-sidebar .wp-block-latest-posts__post-date {
    color: #707070;
    font-size: 1rem;
}

.footer-sidebar h1,
.footer-sidebar h2,
.footer-sidebar h3,
.footer-sidebar h4,
.footer-sidebar h5,
.footer-sidebar h6,
.footer-sidebar .wp-block-search__label {
    color: #2965BC;
}

.wp-block-query-pagination-previous,
.wp-block-query-pagination-next,
.wp-block-post-excerpt__more-link {
    color: #2965BC;
    text-decoration: none;
    margin: 1px;
    /* font-size: 1.125rem; */
    font-weight: bold;
}

.wp-block-query-pagination a:hover,
.wp-block-query-pagination a:focus,
.wp-block-post-excerpt__more-text a:hover,
.wp-block-post-excerpt__more-text a:focus {
    color: #2965BC;
}

.wp-block-query-pagination-numbers a {
    background-color: #f8f8f8;
    padding: 15px 20px;
    margin-right: 2px;
}

.wp-block-query-pagination-numbers .page-numbers.current {
    background-color: #2965BC;
    padding: 15px 20px;
    margin-right: 2px;
    color: #ffffff;
}

.wp-block-query-pagination-next,
.wp-block-query-pagination-previous {
    color: #2965BC !important;
}

/*@media only screen and (max-width: 1199px) {
.wp-block-group,.wp-block-query-pagination {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px;
}
}*/
.wp-block-post-title a {
    text-decoration: none;
}

.taxonomy-category.wp-block-post-terms>a,
.taxonomy-post_tag.wp-block-post-terms>a,
.wp-block-post-date a {

    text-decoration: none;
}

ul.wp-block-categories-list.wp-block-categories a {
    text-decoration: none;
}

.wp-block-site-title a {
    text-decoration: none;
}

ul.wp-block-archives-list.wp-block-archives a {
    text-decoration: none;
}

a.wp-block-post-excerpt__more-link:hover,
a.wp-block-post-excerpt__more-link:focus {
    color: #2965BC ! important;
}

.wp-block-post-meta {
    padding-left: 0px;
    padding-right: 0px;
}

.wp-block-post-date a {
    /* font-family: "Montserrat"; */
    color: #707070;
}

.wp-block-post.post {
    margin-bottom: 60px;
}

.blog-sidebar {
    padding-left: 15px;
}

.page-template-blog-leftsidebar .blog-sidebar {
    padding-left: 0px;
    padding-right: 15px;
}

.spice-fse-blog .blog-article,
.spice-fse-blog .blog-sidebar {
    margin: 60px 0 60px 0;
}

@media (max-width:780px) {

    .spice-fse-blog .blog-article,
    .spice-fse-blog .blog-sidebar,
    .blog-sidebar {
        margin: 30px 0 30px 0;
        padding: 0;
    }
}

.site-footer a {
    color: #ffffff;
    font-size: 1.125rem;
    /* font-family: "Montserrat"; */
    text-decoration: none;
}

.site-footer a:hover {
    color: #2965BC;
}

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

.footer-sidebar li a:before {
    content: "\f105";
    /* font-family: FontAwesome; */
    padding-right: 10px;
    font-size: 1.125rem;
    text-decoration: none;
}

footer .wp-block-gallery {
    margin: 0;
}

.blog-sidebar ul,
.blog-sidebar ol,
.blog-sidebar form {
    margin: 0 0 35px;
}

.editor-styles-wrapper footer a {
    text-decoration: none;
}

.footer-sidebar .wp-block-calendar table caption,
.footer-sidebar .wp-block-calendar table tbody {
    color: #ffffff;
}

.blog-sidebar h2 {
    background-color: #f8f9fe;
    padding: 2px 0px 5px 15px;
    margin-bottom: 10px;
}

.block-news .post {
    box-shadow: 0 3px 15px 0 rgb(218 218 218 / 41%);
    transition: all .3s linear;
    transition: all .8s cubic-bezier(.39, .01, .36, .9);
    transform: translateY(0px);
    margin-bottom: 1.875rem;
    min-height: 230px;
}

.block-news .post:hover {
    box-shadow: 0 0 10px 3px rgb(0 0 0 / 10%);
    transition: all .3s linear;
    transform: translateY(-6px);
    transition: all .8s cubic-bezier(.39, .01, .36, .9);
}

.block-news .wp-block-post-featured-image {
    margin: 0;
}

.block-news .wp-block-query h2 {
    margin: 5px 0 5px;
}

nav .wp-block-navigation-item__content:hover {
    color: #2965BC;
}

nav .current-menu-item .wp-block-navigation-item__content {
    /* color: #2965BC; */
}

.wp-block-post-comments-form input[type=submit] {
    border-radius: 10px;
    background-color: #2965BC;
    color: #FFFFFF;
    padding-top: 10px;
    padding-right: 25px;
    padding-bottom: 10px;
    padding-left: 25px;
}

.spice-fse-breadcrumb a,
.spice-fse-breadcrumb {
    color: #ffffff;
    /* font-family: 'Montserrat'; */
}

.spice-fse-breadcrumb a:hover {
    color: #2965BC;
}

.pagination-column-blog.wp-block-query-pagination {
    margin-top: 60px;
}

.wp-block-group.copy-write-block a {
    color: #ffffff;
    text-decoration: none;
}

/*Service 1*/
.service-wrapper .service-box,
.wp-block-query img {
    border-radius: 10px;
}

.service-wrapper .service-box:hover {
    background: linear-gradient(135deg, rgb(84, 51, 255) 0%, rgb(107, 126, 255) 100%);
}

.service-wrapper .service-box:hover h2,
.service-wrapper .service-box:hover a,
.service-wrapper .service-box:hover p {
    color: #fff !important;
}




.page-template-full-width .entry-content.wp-block-post-content,
.wp-block-columns.services-2,
.wp-block-columns.services-3,
.wp-block-columns.service-fullwidth,
.wp-block-cover.service5,
.block-features {
    margin-block-start: 0;
}


/*Service 2*/
.service-wrapper2 .service-box2 {
    border: 1px solid #ffffff;
}

.service-wrapper2 .service-box2:hover {
    border: 1px solid #5637ff;
}

.service-wrapper2 .service-box2:hover .wp-social-link {
    background-color: #5637ff !important;
    color: #ffffff !important;
    box-shadow: 5px 5px 8px 5px #eeeeee;
}

/*Service 3*/
.service-wrapper3 .service-box3:hover {
    background: linear-gradient(135deg, rgb(84, 51, 255) 0%, rgb(107, 126, 255) 100%);
}

.service-wrapper3 .service-box3:hover h2,
.service-wrapper3 .service-box3:hover a,
.service-wrapper3 .service-box3:hover p,
.service-wrapper3 .service-box3:hover .wp-block-social-link {
    color: #fff !important;
}

.service-wrapper3 .service-box3 .wp-block-social-links,
.service-wrapper3 .service-box3 .wp-block-group {
    align-items: flex-start;
}

/*Service 4*/
.service4 .service-block-first,
.service4 .service-block-second {
    gap: 0;
}

.service-fullwidth {
    padding: 0;
}

.service4 .service-container-1,
.service4 .service-container-2 {
    margin: 0;
}

.service-wrapper.service4 .service-box {
    border-radius: 0;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
}

.service-wrapper.service4 .service-block-second .service-box {
    border-top: 0;
}

@media (max-width: 1199px) {

    .service-wrapper.service4 .service-box,
    .service-wrapper.service4 .service-block-second .service-box {
        border: 1px solid #e3e3e3;
    }
}

/*Service 5*/
.service5 .service-box5 {
    border: 2px solid #ffffff;
}

.service5 .service-box5 .wp-block-social-links,
.service5 .service-box5 .wp-block-group {
    align-items: flex-start;
}

.service5 .service-box5:hover {
    background: linear-gradient(135deg, rgb(84, 51, 255) 0%, rgb(107, 126, 255) 100%);
}

.service5 .service-box5:hover h2,
.service-wrapper .service-box:hover a,
.service-wrapper .service-box:hover p,
.service-wrapper .service-box:hover .wp-block-social-link {
    color: #fff !important;
}


/*Team 1*/
.team-column:hover {
    background: linear-gradient(135deg, rgb(84, 51, 255) 0%, rgb(107, 126, 255) 100%);
}

.team-column:hover h2,
.team-column:hover p,
.team-column:hover .wp-block-social-link {
    color: #ffffff !important;
}

/*Team 2*/
.block-team-2 .team-column-2 .wp-block-social-links {
    margin: -60px 0 40px;
    opacity: 0;
    position: relative;
}

.block-team-2 .team-column-2:hover .wp-block-social-links {
    opacity: 1;
}

.block-team-2 .team-column-2:hover figure {
    position: relative;
}

.block-team-2 .team-column-2:hover figure:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #5637FF;
    opacity: 0.8;
    z-index: 0;
}

/*Team 3*/
.block-team-3 .team-column-3:hover {
    border-radius: 20px;
    box-shadow: 0 0 20px 5px rgb(0 0 0 / 10%);
    background-color: #ffffff;
}

.block-team-3 .team-column-3 .wp-social-link.wp-social-link {
    padding: 10px;
    border: 1px solid #d8d8d8;
}

.block-team-3 .team-column-3 .wp-social-link.wp-social-link:hover {
    background-color: #5433ff;
    color: #ffffff !important;
}

/*Team 4*/
.block-team-4 .team-column-4 {
    border: 1px solid #e1e1e1;
}

.block-team-4 .team-column-4:hover {
    border-color: #5433ff;
}





/*client 3*/

.client3 .client-block-first,
.client3 .client-block-second {
    gap: 0;
}

.client-fullwidth {
    padding: 0;
}

.client3 .client-container-1,
.client3 .client-container-2 {
    margin: 0;
}

.client-wrapper.client3 .client-box {
    border-radius: 0;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
}

.client-wrapper.client3 .client-block-second .client-box {
    border-top: 0;
}

@media (max-width: 1199px) {

    .client-wrapper.client3 .client-box,
    .client-wrapper.client3 .client-block-second .client-box {
        border: 1px solid #e3e3e3;
    }
}

.client-wrapper .client-box,
.wp-block-query img {
    border-radius: 10px;
}

/*Testimonial 1*/
.testimonial-column:hover {
    background-color: #ffffff !important;
    box-shadow: 5px 5px 20px 5px #eeeeee;
    border-radius: 10px;
}

/*Testimonial 2*/
body.page-template .testi-paragraph {
    margin: 0;
}

.testimonial-column-2 {
    border-radius: 10px;
    border: 1px solid #ffffff;
}

.testimonial-column-2:hover {
    border: 1px solid #5433ff;
}

/*Testimonial 3*/
.testimonial-3 .testimonial-block-3 {
    margin-top: -100px;
}

.testimonial-column-3 {
    border-radius: 10px;
}

.testimonial-column-3:hover {
    box-shadow: 5px 5px 20px 3px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

/*Testimonial 4*/
.testimonial-column-4 {
    border-radius: 20px;
    border: 1px solid #d7d7d7;
}

.testimonial-column-4 .review-detail {
    margin: 0;
}

.testimonial-column-4:hover {
    background: linear-gradient(135deg, rgb(84, 51, 255) 0%, rgb(107, 126, 255) 100%);
}

.testimonial-column-4:hover p,
.testimonial-column-4:hover h4,
.testimonial-column-4:hover h6 {
    color: #ffffff !important;
}

/*Testimonial 5*/
.testimonial-column-5 {
    border-radius: 10px;
    border: 5px solid #e1e1e1;
    position: relative;
}

.testimonial-5 .testimonial-column-5 .wp-block-separator {
    height: 2px;
    width: 80%;
}

.testimonial-5 .testimonial-column-5 h4,
.testimonial-5 .testimonial-column-5 h6 {
    margin: 3px;
}

body.page-template .testimonial-5 .testi-paragraph {
    margin: 28px 0 0;
}

.testimonial-5 .testi-paragraph:before {
    content: "\f10d";
    /* font-family: "FontAwesome"; */
    font-weight: 900;
    position: absolute;
    top: 10px;
    left: 43%;
    font-size: 50px;
    color: #707070;
    opacity: 0.3;
}

.testimonial-5 .testimonial-column-5:hover {
    box-shadow: 0 0 40px 0 rgb(0 0 0 / 20%);
}


/*css for slider varitons*/


/*Banner 2*/
.hero-banner .banner-heading {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 5px;
}

.hero-banner.banner-2 .banner-column-2 .banner-button .wp-block-button__link {
    border: 1px solid #2965BC;
    font-weight: bold;
}

.hero-banner.banner-2 .banner-column-2 .banner-button .wp-block-button__link:hover {
    background: linear-gradient(135deg, rgb(84, 51, 255) 0%, rgb(107, 126, 255) 100%) !important;
    color: #ffffff !important;
    border-color: #6978ff;
}

/*Banner 3*/
.hero-form .wpcf7-form input[type="text"],
.hero-form .wpcf7-form input[type="email"],
.hero-form .wpcf7-form input[type="url"],
.hero-form .wpcf7-form input[type="password"],
.hero-form .wpcf7-form input[type="search"],
.hero-form .wpcf7-form input[type="number"],
.hero-form .wpcf7-form input[type="tel"],
.hero-form .wpcf7-form textarea,
.hero-form .wpcf7-form input[type="submit"] {
    margin: 0.5rem 0 0;
}

.hero-form {
    box-shadow: 0 10px 30px 0px rgb(0 0 0 / 10%);
}

.hero-banner .wpcf7-form input[type="submit"] {
    border: 1px solid #2965BC;
}

.hero-banner .wpcf7-form input[type="submit"]:hover {
    background: transparent !important;
    border-color: #2965BC;
    color: #2965BC;
}

/*Banner 5*/
.video-section .video-column {
    text-align: center;
}

.video-section .video-buttons {
    text-align: center;
    margin: 0 auto;
}

/*Buttons*/
body .spice-primary-button .wp-block-button__link {
    border: 1px solid #2965BC;
}

body .spice-primary-button:hover .wp-block-button__link {
    background: transparent !important;
    border-color: #fff;
}

body .spice-secondary-button .wp-block-button__link {
    border: 1px solid #ffffff;
}

body .spice-secondary-button:hover .wp-block-button__link {
    background-color: #2965BC !important;
    border-color: #2965BC;
}

/*css for cta varitons*/
/*CTA-2*/
.cta-2 .spice-primary-button:hover .wp-block-button__link {
    color: #ffffff !important;
}

/*CTA-3*/
.cta-3 .spice-cta-button .wp-block-button__link {
    border: 1px solid #5434ff;
}

.cta-3 .spice-cta-button:hover .wp-block-button__link {
    color: #5434ff !important;
    border-color: #5434ff;
    background: transparent !important;
}

/*CTA-4*/
body .cta-2 .spice-primary-button .wp-block-button__link,
body .cta-4 .spice-primary-button .wp-block-button__link {
    border: 1px solid #fff;
}

.cta-4 .spice-primary-button:hover .wp-block-button__link {
    color: #fff !important;
}




/*css for portfolio varitons*/

/*Portfolio-2*/
.block-portfolio-2 .portfolio-block {
    gap: 0;
}

.block-portfolio-2 .portfolio-block figure {
    position: relative;
    z-index: 0;
}

.block-portfolio-2 .portfolio-block .port-col-2:hover figure:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgb(84, 51, 255) 0%, rgb(107, 126, 255) 100%);
    opacity: 0.8;
    z-index: 1;
}

.block-portfolio-2 .portfolio-block .port-col-2 figure {
    -webkit-transition: transform 2s, filter 1.5s ease-in-out;
    -moz-transition: transform 2s, filter 1.5s ease-in-out;
    -o-transition: transform 2s, filter 1.5s ease-in-out;
    -ms-transition: transform 2s, filter 1.5s ease-in-out;
    transition: transform 2s, filter 1.5s ease-in-out;
    transform-origin: center center;
}

.block-portfolio-2 .portfolio-block .port-col-2:hover figure {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    transform: scale(1.08, 1.08);
    -webkit-transform: scale(1.08, 1.08);
    -moz-transform: scale(1.08, 1.08);
    -ms-transform: scale(1.08, 1.08);
    -o-transform: scale(1.08, 1.08);
    z-index: 2;
}

.block-portfolio-2 .port-content {
    opacity: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    transition: all 0.5s;
}

.block-portfolio-2 .portfolio-block .port-col-2 {
    position: relative;
}

.block-portfolio-2 .portfolio-block .port-col-2:hover .port-content {
    opacity: 1;
}

.block-portfolio-2 .portfolio-block .port-col-2 img,
.block-team-2 .team-column-2 img {
    width: 100%;
}

body.page-template .port-col-2 p {
    margin: 0;
}

/*Portfolio-3*/

.block-portfolio-3 .portfolio-block .portfolio-box figure {
    position: relative;
    z-index: 0;
}

.block-portfolio-3 .portfolio-block .port-col-3 .portfolio-box:hover figure:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0e2258;
    opacity: 0.7;
    z-index: 1;
    border-radius: 10px;
}

.block-portfolio-3 .portfolio-box .port-content {
    opacity: 0;
    margin: 0;
    position: absolute;
    top: auto;
    right: 0;
    left: 8%;
    bottom: 1%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    transition: all 0.5s;
}

.block-portfolio-3 .portfolio-block .port-col-3 .portfolio-box {
    position: relative;
}

.block-portfolio-3 .portfolio-block .port-col-3 .portfolio-box:hover .port-content {
    opacity: 1;
}

.block-portfolio-3 .portfolio-block .port-col-3 .portfolio-box img {
    width: 100%;
}

body.page-template .port-col-3 .portfolio-box .port-heading {
    margin: 0;
}

/*Portfolio-4*/

.block-portfolio-4 .portfolio-block .port-col-4 .portfolio-box img {
    width: 100%;
}

.port-col-4 .portfolio-box .port-heading {
    margin: 0;
}

.port-col-4 .port-paragraph {
    margin: 0;
    display: inline-block;
    padding: 3px 10px;
}

/*css for blog variations*/


/*Blog-2*/
.block-news-2 .blog-btn {
    margin: 0;
}

a.blog-btn:hover,
a.blog-btn:focus {
    color: #2965BC ! important;
}

/*Blog-3*/
.block-news-3 .read-btn a {
    border-color: #ebebeb;
    font-weight: bold;
    border-width: 1px;
}

.block-news-3 .read-btn:hover a {
    background: linear-gradient(135deg, rgb(84, 51, 255) 0%, rgb(107, 126, 255) 100%);
    color: #ffffff !important;
}

/*Blog-4*/
.block-news-4 .post:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
}

.block-news-4 .post .wp-block-post-featured-image {
    margin: 0;
}

/*Blog-5*/
.block-news-5 .post:hover {
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.10);
}

.block-news-5 .post .wp-block-post-featured-image {
    margin: 0;
}

.header-btn .wp-block-button__link,
.banner-btn .wp-block-button__link {
    font-weight: 700;
}

/*Responsive*/
.wp-block-group.team-1,
.wp-block-group.block-portfolio,
.wp-block-cover.hero-banner,
.entry-content.wp-block-post-content,
.wp-block-group.services-2,
.wp-block-cover.cta-2,
.wp-block-cover.cta-3,
.wp-block-cover.cta-4 {
    margin: 0;
}

@media (max-width:780px) {
    .banner-1 {
        padding: 100px 0 !important;
    }

    .portfolio-block figure {
        text-align: center;
    }
}

/*Portfolio 4*/
.block-portfolio-4 .port-col-4 .portfolio-box:hover {
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}

/*Client 2 and 3*/
.client-partners-2 img,
.client-wrapper.client3 .client-box img,
.client-wrapper.client4 img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.client-partners-2:hover img,
.client-wrapper.client3 .client-box:hover img,
.client-wrapper.client4 .client-box:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.client-partners-2:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
}

.client-wrapper.client3 .client-box {
    border-radius: 0;
    border-bottom: 1px solid #e3e3e3;
    border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
}

/*Client 4*/
.client-wrapper.client4 .client-box {
    border-radius: 0;
    border-left: 1px solid #e3e3e3;
}

.wp-block-button__link:focus {
    outline-color: #000000;
}

.wp-block-navigation ul li {
    padding: 5px 0;
}

.wp-block-navigation :where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content {
    padding: 0.2em 1em;
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container {
    overflow: visible;
    width: auto;
    height: auto;
    min-width: 200px;
    right: auto;
    padding: 8px 0;
}

a:hover,
a:focus {
    color: #2965BC;
}

.blog-sidebar .wp-block-group .wp-block-latest-posts li a:hover,
.blog-sidebar a:hover,
.blog-sidebar .wp-block-group li.wp-block-latest-comments__comment a:hover {
    color: #2965BC;
}

.wp-block-search__button:focus {
    outline-color: #000;
}

.site-footer p a {
    text-decoration: underline;
}

nav .current-menu-item.wp-block-navigation-item .wp-block-navigation__submenu-container a {
    color: #000;
}

nav .current-menu-item.wp-block-navigation-item .wp-block-navigation__submenu-container a:hover {
    color: #2965BC;
}

@media (max-width:600px) {

    .wp-block-navigation__responsive-container-close svg,
    .wp-block-navigation__responsive-container-open svg {
        fill: #2965BC;
    }
}

@media (max-width:780px) {
    .copy-write-block .wp-block-social-links {
        justify-content: center !important;
    }
}

.wp-block-post.sticky {
    background: #f3f3f3;
}

body .wp-block-post.sticky .wp-block-post-excerpt {
    padding-bottom: 15px;
}

.wp-block-post.sticky .wp-block-post-title,
.wp-block-post.sticky .wp-block-post-meta,
.wp-block-post.sticky .wp-block-post-excerpt {
    padding: 0 15px;
}

@media (min-width: 782px) {
    .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: 100%;
        right: auto;
    }
}

@media (max-width:780px) {

    .block-portfolio-2,
    .block-portfolio-3,
    .block-portfolio-4 {
        padding: 1.25em 2.375em !important;
    }
}

.blog-btn-center.wp-block-read-more {
    margin: 0 auto;
    border: 1px solid #000000;
}

.blog-btn-center.wp-block-read-more:hover {
    background: linear-gradient(135deg, rgb(84, 51, 255) 0%, rgb(107, 126, 255) 100%);
    color: #FFFFFF !important;
}

.block-news-4 .meta-box .wp-block-post-author__name {
    margin: 0;
}

.block-news-4 .wp-block-post-author__name {
    color: #5433FF;
}

.block-news-4 .wp-block-post-author__name:before,
.block-news-4 .wp-block-post-date:before {
    color: #5433FF;
}

.scroll-up a {
    display: block;
    height: 3.125rem;
    width: 3.125rem;
    text-align: center;
    line-height: 2.7;
    border-radius: 50px;
    font-size: 1.125rem;
    color: #fff;
    opacity: 1;
    transition: all 0.3s ease 0s;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.scroll-up a {
    background: #2965BC;
}

.scroll-up a:hover {
    color: #fff;
}

.scroll-up.right {
    right: 30px;
}

.scroll-up {
    position: fixed;
    display: none;
    bottom: 50px;
    z-index: 999;
}

div#preloader {
    margin: auto;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999999;
    display: flex;
    align-content: center;
    justify-content: center;
}

.hp-preloader-cube {
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    position: absolute;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.hp-preloader-cube .hp-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.hp-preloader-cube .hp-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.hp-preloader-cube .hp-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.hp-preloader-cube .hp-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.hp-preloader-cube .hp-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation: hp-foldCubeAngle 2.4s infinite linear both;
    animation: hp-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    background: #2965BC;
}

.hp-preloader-cube .hp-cube2:before {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.hp-preloader-cube .hp-cube4:before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}

.hp-preloader-cube .hp-cube3:before {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

@keyframes hp-foldCubeAngle {

    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }

    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0);
        transform: perspective(140px) rotateX(0);
        opacity: 1
    }

    100%,
    90% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

@media (min-width: 1200px) {
    body.boxed div#preloader {
        width: 1210px;
    }
}


/*                                  主题修改部分                       */
.article-date {
    font-size: 0.875rem;
    color: #858585;
}

.article-date::before {
    font-size: 0.875rem;
    display: none;
}

.article-breviary {
    font-size: 0.875rem;
}

.article-categorys {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline-start: 0px;
}

.article-categorys li {
    padding: 10px;
    height: 60px;
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    position: relative;
}

@media (max-width: 600px) {
    .article-categorys li {
        width: 90px;
        padding: 5px;
    }
}

.article-categorys li a {
    position: absolute;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: transparent;
    left: 0px;
    top: 0px;
}

.article-categorys-active-first li:nth-child(1) {
    background-color: #2965BC;
    color: white;
}

.article-categorys-active-second li:nth-child(2) {
    background-color: #2965BC;
    color: white;
}

.article-categorys-active-third li:nth-child(3) {
    background-color: #2965BC;
    color: white;
}

.article-categorys-active-fourth li:nth-child(4) {
    background-color: #2965BC;
    color: white;
}

.header-menu {
    margin-right: 7.5vw !important;
}

.header-menu a {
    text-decoration: none !important;
}

.header-menu ul {
    gap: 0px !important;
}

.header-menu li {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
    position: relative;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

@media (min-width: 600px) {
    .header-menu span:after {
        width: 0px;
        height: 2px;
        background: #2965BC;
        content: "";
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        transition: width .3s;
        border-radius: 1px;
    }
}

/* .header-menu li:hover span:after {
    width: 100%;
} */

.header-menu-active-first li:nth-child(1) {
    color: #2965BC !important;
}

.header-menu-active-first li:nth-child(1) span:after {
    width: 70%;
}

.header-menu-active-second li:nth-child(2) {
    color: #2965BC !important;
}

.header-menu-active-second li:nth-child(2) span:after {
    width: 70%;
}

.header-menu-active-third li:nth-child(3) {
    color: #2965BC !important;
}

.header-menu-active-third li:nth-child(3) span:after {
    width: 70%;
}

.header-menu-active-fourth li:nth-child(4) {
    color: #2965BC !important;
}

.header-menu-active-fourth li:nth-child(4) span:after {
    width: 70%;
}

.header-menu-active-fifthly li:nth-child(5) {
    color: #2965BC !important;
}

.header-menu-active-fifthly li:nth-child(5) span:after {
    width: 70%;
}

.about-carousel {}

.full-width {
    max-width: 100vw !important;
}

.border-gray {
    border: 1px solid #f4f4f4;
}

.border-radius {
    border-radius: 10px;
}

.box-shadow-hover:hover {
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
    border: 1px solid transparent;
}

.box-shadow-hover-2:hover {
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
    border: none;
    transition: box-shadow .5s;
}

.new-gap {}

.no-gap {
    gap: 0px !important;
    justify-content: space-between;
}

.container-3 {
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
    flex-basis: 32% !important;
    flex-basis: calc((100% - 30px) / 3) !important;
    margin-bottom: 15px !important;
}

.container-4 {
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
    flex-basis: 23.5% !important;
    flex-basis: calc((100% - 45px) / 4) !important;
    margin-bottom: 15px !important;
}

.new-paddding-top {
    padding-top: 30px !important;
}

.message-font-size {
    font-size: 0.95rem;
}

.message-height-1 {}

.message-height-2 {
    height: 85px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

@media (max-width: 600px) {
    .message-height-2 {
        height: 70px !important;
        -webkit-line-clamp: 3;
    }
}

.title-height-2 {
    height: 27px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.new-content-margin {
    margin-left: 4vw !important;
    margin-right: 4vw !important;
}

.more-btn {
    width: 80px;
    height: 30px;
    border: 1px solid #2563BF;
    border-radius: 15px;
    border-radius: 15px;
    position: relative;
    cursor: pointer;
    font-size: 0.875rem;
}

.more-btn a {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    text-align: center;
    height: 100%;
    line-height: 30px;
    border: none !important;
    color: #2563BF !important;
    padding: 0px !important;
}

.more-btn .icon {
    width: 10px;
    height: 10px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
}

.news-content {
    display: flex;
    gap: 0px !important;
    justify-content: space-between;
    position: relative;
}

.news-content::after {
    content: "";
    flex-basis: 32% !important;
    flex-basis: calc((100% - 30px) / 3) !important;
}

.news-content li {
    background-color: white;
    border-radius: 4px;
    overflow: hidden;
    transition: width .4s;
    cursor: pointer;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
    flex-basis: 32% !important;
    flex-basis: 100% !important;
    margin-bottom: 15px !important;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    border-bottom: 0px;
    transition: box-shadow .5s;
}

.characteristic-img {
    height: 0;
    padding-bottom: 56%;
    overflow: hidden;
}

.news-content-bottom {
    flex-direction: column;
}

.news-title {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    height: 48px;
}

.news-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 48px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .news-content li {
        flex-basis: calc((100% - 15px) / 2) !important;
    }
}

@media (min-width: 991px) {
    .news-content li {
        flex-basis: calc((100% - 30px) / 3) !important;
    }
}

.news-content li:hover {
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.1);
}

.news-content img {
    border-radius: 0px !important;
}

.news-content .wp-block-post-date::before {
    display: none;
}

.news-content-no-gap {
    gap: 0px !important;
}

.news-content h6 {
    padding-right: 10px;
    padding-left: 10px;
}

.news-content h6 strong {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #444444;
}

.news-content .js-date {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100px;
    color: #666666;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
    font-size: 0.875rem;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.news-padding-left {
    padding-left: 25px;
}

.news-content figure {
    margin-bottom: 0px !important;
}

.news-content .js-date .time-day {}

.news-content .js-date .time-month {}

.news-content-message p:nth-child(1) {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
}

.news-content-message p:nth-child(2) {
    text-align: right;
    padding-right: 15px;
}

.news-content-message p:nth-child(2) a {
    font-weight: normal !important;
}

.about-img-content {
    position: relative;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    margin-left: 50px;
}

.about-img-content figure:nth-child(1) {
    position: absolute;
    margin-left: -50px;
    margin-top: -15px;
}

.about-img-content figure:nth-child(2) {
    background-color: #2965BC;
    width: 350px;
    height: 240px;
}

@media (max-width: 768px) {
    .about-img-content {
        justify-content: center;
    }

    .about-img-content figure:nth-child(1) {
        position: absolute;
        margin-left: -50px;
        max-width: 280px;
        max-height: 200px;
    }

    .about-img-content figure:nth-child(2) {
        max-width: 280px;
        max-height: 180px;
    }
}


.small-margin-top {
    margin-block-start: 10px !important;
}

.no-margin-top {
    margin-block-start: 0px !important;
}

.no-vertical-padding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.cyber-logo {
    margin-bottom: 10px !important;
    margin-left: 7.5vw !important;
}

.header-content {
    width: 100vw;
    max-width: 20000px !important;
}

.eplus-wrapper {
    max-width: 20000px !important;
}

.bottom-line {
    box-shadow: 0 3px 3px 1px #f3f3f3;
}

.title-small-line {
    position: relative;
    height: 40px;
    line-height: 40px;
}

.title-small-line::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0px;
    width: 50px;
    height: 2px;
    border-radius: 1px;
    background-color: #2965BC;
}

.crumb-wraper {
    font-size: 0.9375rem !important;
    color: white !important;
    padding-top: 10px !important;
    padding-bottom: 5px !important;
    position: relative;
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.crumb-wraper a {
    text-decoration: none !important;
    color: white;
}

.crumb-content {
    margin-left: 7.5vw !important;
    gap: 0px !important;
    overflow: hidden;
}

.crumb-content img {
    cursor: pointer;
}

.crumb-content p {
    margin-top: 0px !important;
    color: white;
}

.crumb-wraper-arrow {
    color: white;
    margin-left: 10px !important;
    margin-right: 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
}

.crumb-wraper-arrow::after {
    content: "";
    width: 10px;
    height: 10px;
    background-image: url("./assets/images/right-icon.png");
    background-size: cover;
}

.crumb-wraper figure {
    margin-bottom: 5px;
}

.crumb-wraper img {
    width: 22px;
    height: 22px;
}

.wp-block-post-excerpt__more-link,
.wp-block-query-pagination-previous,
.wp-block-query-pagination-next {
    color: #2965BC !important;
}

.no-border-radius img {
    border-radius: 0px;
}

.footer-custom a {
    text-decoration: none;
}

.details-btn a {
    background: transparent;
    font-size: 0.875rem;
    color: #2965BC;
}

.product-img {
    max-width: 500px;
    height: auto;
}

.new-relative {
    position: relative;
}

.design-message {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #E5EAF2;
    font-weight: 400;
    top: -5px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.design-message-top {
    top: 15px;
}

.design-message .line {
    margin-left: 20px;
    margin-right: 20px;
    width: 100px;
    height: 1px;
    background: #D5DCE7;
}

.no-margin-left {
    margin-left: 0px !important;
}

.no-margin-right {
    margin-right: 0px !important;
}

.new-margin-left {
    margin-left: 10px !important;
}

.new-margin-right {
    margin-right: 10px !important;
}

.company-imgs figure {
    width: 100%;
    height: 100%;
}

.apply-btn {
    background: #2965BC;
    font-size: 0.875rem;
    color: white;
    width: 100px;
    height: 40px;
    border-radius: 2px;
    position: relative;
}

.apply-btn a {
    background: transparent;
    width: 100% !important;
    height: 100% !important;
    text-align: center;
    position: absolute;
    bottom: 3px;
}

@media (max-width:780px) {

    .apply-btn {
        width: 100px;
        font-size: 0.75rem;
    }

    .apply-btn a {
        bottom: 0px;
    }

}

.apply-btn a:hover {
    color: #f9f9f9 !important;
}

.is-space-between {
    justify-content: space-between;
}

.job-weal {
    position: relative;
    align-items: center !important;
}

.phrase-cloud {
    height: 200px !important;
    background: white;
    color: #444444;
    padding: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.phrase-cloud p {
    width: 120px;
    padding: 5px;
    text-align: center;
}

.phrase-cloud p:nth-child(1) {
    margin-block-start: 24px !important;
}

/* .phrase-cloud p:nth-child(1) {
    left: 15px;
    top: 15px;
}

.phrase-cloud p:nth-child(2) {
    left: 105px;
    top: 15px;
}

.phrase-cloud p:nth-child(3) {
    left: 200px;
    top: 15px;
}

.phrase-cloud p:nth-child(4) {
    left: 15px;
    top: 75px;
}

.phrase-cloud p:nth-child(5) {
    left: 105px;
    top: 75px;
}

.phrase-cloud p:nth-child(6) {
    left: 200px;
    top: 75px;
}

.phrase-cloud p:nth-child(7) {
    left: 15px;
    top: 135px;
} */

.development-wraper {
    height: 260px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.development-content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: auto;
}

.development-content::-webkit-scrollbar {
    display: none;
}

.development-container {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 10px;
}

.is-menu-open {
    width: 100vw !important;
}

.page-numbers {
    text-decoration: none;
}

.company-left-img {
    position: relative;
}

.company-left-img img {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.space-num {
    margin-left: 5px !important;
    margin-right: 5px !important;
}


/*   新的首页     */
html,
body {
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
    scrollbar-width: none;
    font-family: "Microsoft YaHei", "Arial Narrow", sans-serif;
}

::-webkit-scrollbar {
    display: none;
}

:root {
    --padding-horizontal-supbig: 80px;
    --padding-vertical-supbig: 70px;
    --padding-horizontal-big: 50px;
    --padding-vertical-big: 40px;
    --padding-horizontal-normal: 40px;
    --padding-vertical-normal: 30px;
    --padding-horizontal-small: 30px;
    --padding-vertical-small: 20px;
    --padding-horizontal-phone: 20px;
    --padding-vertical-phone: 15px;
    --menu-size-supbig: 120px;
    --menu-size-big: 90px;
    --menu-size-normal: 80px;
    --menu-size-small: 60px;
    --animate-delay-small: .4s;
    --animate-delay: .5s;
    --animate-delay-big: .8s;
    --animate-delay-all: 1.3s;
    --describe-title-font-size-supbig: 2.875rem;
    --describe-message-font-size-supbig: 1.375rem;
    --describe-btn-font-size-supbig: 1rem;
    --describe-title-font-size-big: 2.5rem;
    --describe-message-font-size-big: 1.125rem;
    --describe-btn-font-size-big: 0.875rem;
    --describe-title-font-size-normal: 2.215rem;
    --describe-message-font-size-normal: 1rem;
    --describe-btn-font-size-normal: 0.875rem;
    --describe-title-font-size-small: 1.5rem;
    --describe-message-font-size-small: 0.875rem;
    --describe-btn-font-size-small: 0.875rem;
    --theme-color: #4A90E2;
    --theme-color-hover: rgba(44, 162, 247, 0.6);
    --text-color: #444444;
}

.horizontal-musk {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: var(--theme-color);
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.4rem;
    font-weight: bold;
}

.horizontal-musk .icon {
    width: 50px;
    height: 50px;
    background-image: url("./assets/images/rotate-phone.png");
    background-size: cover;
}

.horizontal-musk div {
    margin-left: 15px;
    height: 50px;
    line-height: 50px;
}

.category-wraper {
    background: rgba(48, 73, 105, 0.6);
}

.header-wraper {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: var(--menu-size-big);
    top: 0px;
    display: flex;
    align-items: center;
    padding: 0px !important;
    margin-block-start: 0px !important;
}

.has-background-dim {
    background: transparent !important;
}

.header-bg {
    background-image: url("./assets/images/first-section-bg.png");
    background-size: cover;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: calc(var(--menu-size-big) + 42px + 265px + 60px + 7px);
    z-index: -1;
    margin-block-start: 0px !important;
}

.big-margin-top {
    margin-block-start: calc(var(--menu-size-big) + 10px) !important;
}

.home-wraper {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 0px;
    margin: 0px;
}

.menu {
    position: absolute;
    top: 0px;
    right: 0px;
    height: var(--menu-size-big);
    z-index: 10;
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.header-wraper .menu {
    max-width: 10000px !important;
}

.wp-element-caption {
    color: white !important;
}

.menu .btn {
    width: var(--menu-size-big);
    height: 100%;
    background: var(--theme-color-hover);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.menu .btn div {
    width: 30px;
    height: 2px;
    background: white;
    transform: rotate(0deg);
    transition: transform var(--animate-delay);
}

.menu .btn div:nth-child(2) {
    margin-bottom: 8px;
    margin-top: 8px;
}

#header-menu-musk {
    top: var(--menu-size-big);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background-image: linear-gradient(180deg, rgba(45, 78, 111, 0.95) 0%, rgba(31, 52, 79, 0.95) 100%);
}

.musk-content {
    padding-right: var(--menu-size-big);
}

.menu .content {
    width: 0px;
    height: 100%;
    transition: width var(--animate-delay);
    display: flex;
    align-items: center;
    overflow: hidden;
    font-size: 1rem;
    background-image: linear-gradient(180deg, rgba(45, 78, 111, 0.95) 0%, rgba(31, 52, 79, 0.95) 100%);
}

.menu .content .nav-custom {
    padding-right: var(--padding-horizontal-big);
    display: none;
    display: inline-flex;
    align-items: center;
    width: 100%;
    font-size: 0.875rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.menu .content .nav-custom a {
    text-decoration: none;
    color: white;
    margin-right: 10px;
    margin-left: 10px;
}

.menu .content .nav-custom .active {
    color: var(--theme-color);
}

.our-hyperlink {
    /* background: #E4F0FF; */
    height: 22px;
    line-height: 22px;
    border-radius: 11px;
    padding-left: 5px;
    padding-right: 8px;
    /* color: var(--theme-color) !important; */
}

.our-hyperlink::after {
    content: "";
    width: 12px;
    height: 12px;
    margin-left: 5px;
    background-image: url("./assets/images/down-icon-2.png");
    background-size: cover;
    float: right;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

.down-tab-small-wraper {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
}

.down-tab {
    height: 22px;
    line-height: 22px;
    margin-right: 5px !important;
}

.down-tab-active::after {
    transform: translateY(-50%) rotate(-180deg) !important;
    transform-origin: center center;
}

.down-tab::after {
    content: "";
    width: 12px;
    height: 12px;
    margin-left: 5px;
    background-image: url("./assets/images/down-icon-2.png");
    background-size: cover;
    float: right;
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}


.logo {
    position: absolute;
    left: var(--padding-horizontal-big);
    top: calc(var(--menu-size-big) / 2 - 21px);
    z-index: 11;
    margin-block-start: 0px !important;
    cursor: pointer;
}

.header-wraper .logo {
    left: 7.5vw;
}

.logo img {
    width: auto;
    height: 42px;
}

.pagination-wraper {
    z-index: 9;
    width: var(--menu-size-big);
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.pagination-wraper .white-bg {
    background: white;
    width: 100%;
    height: 0px;
    transition: height var(--animate-delay-big);
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.pagination-wraper .content {
    width: 100%;
    margin-top: var(--menu-size-big);
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
}

.pagination-wraper .dots {
    width: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.pagination-wraper .dots .dot {
    width: 5px;
    height: 5px;
    border-radius: 3px;
    transition: height var(--animate-delay);
    margin-top: 4px;
    margin-bottom: 4px;
    cursor: pointer;
}

.pagination-wraper .dots .active-dot {
    height: 40px;
    background: #F5AA06;
}

.bottom-white-bg {
    bottom: 0px;
    /* background: white; */
    height: 0px;
    transition: height var(--animate-delay);
}

.top-white-bg {
    top: 0px;
    background: white;
    height: 0px;
    transition: height var(--animate-delay);
}

.is-white-bg {
    background: white;
}

.is-gray-bg {
    background: #cccccc;
}

.section {
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}

.is-show {
    z-index: 2;
}

.is-top-section {
    z-index: 1;
}

.animate-delay {
    animation-delay: var(--animate-delay);
}

.beginning-section {
    z-index: 1;
    display: flex;
    align-items: center;
}

.beginning-section .bg {
    /* background-image: url("./assets/images/first-section-bg.png");
    background-size: cover; */
    position: absolute;
    width: 100%;
    height: 100%;
}

.beginning-section video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.beginning-section .describe-item {
    position: absolute;
    left: var(--padding-horizontal-big);
    color: white;
}

.beginning-section .describe-item .title {
    max-width: 60%;
}

.beginning-section .describe-item .message {
    max-width: 60%;
    font-weight: bold;
}

.describe-item .btn {
    background: rgba(14, 14, 14, 0.30);
    border: 1px solid rgb(240, 240, 240);
    border-radius: 4px;
    padding-left: 5px;
    padding-right: 22px;
    padding-top: 2px;
    padding-bottom: 2px;
    position: relative;
}

.describe-item .btn::after {
    content: "";
    width: 12px;
    height: 12px;
    margin-left: 5px;
    background-image: url("./assets/images/right-icon.png");
    background-size: cover;
    position: absolute;
    top: calc(50% - 6px);
}

.describe-item {
    color: white;
}

.describe-item .title {
    font-size: var(--describe-title-font-size-big);
    font-weight: bold;
    position: relative;
}

.describe-item .tag {
    font-size: var(--describe-title-font-size-normal);
}

.describe-item .tag::after {
    content: "";
    width: 2px;
    height: 20px;
    margin-left: 5px;
    background: #F5A623;
    float: right;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.describe-item .message {
    font-size: var(--describe-message-font-size-big);
    margin-top: 15px;
}

.describe-item .btn {
    font-size: var(--describe-btn-font-size-big);
    text-decoration: none;
    cursor: pointer;
    text-decoration: none;
    color: white;
    margin-top: 20px;
    display: inline-block;
}

.news-section {
    background-size: cover;
    background: rgba(45, 78, 111, 0.98);
    /* background: white; */
}

.news-section .left-item {
    width: 100%;
    position: absolute;
    left: 0px;
    display: flex;
    align-items: center;
}

.news-section .left-item .bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    /* background-image: url("./assets/images/news-section-bg.png"); */
    background-size: cover;
}

.news-section .describe-item {
    position: absolute;
    left: var(--padding-horizontal-big);
}

.news-section .left-item .describe-item .btn {
    margin-top: 15px;
}

.news-section .information-items {
    position: absolute;
    top: var(--menu-size-big);
    right: calc(var(--menu-size-big));
    height: calc(100% - var(--menu-size-big));
    width: calc(60% - var(--menu-size-big));
}

.news-section .information-items .informations {
    height: calc(100% - 60px);
    /* background: white; */
    background-image: linear-gradient(180deg, rgba(45, 78, 111, 0.80) 0%, rgba(31, 52, 79, 0.80) 100%);
    transition: width var(--animate-delay);
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.news-section .information-items .is-layout-flow>* {
    margin-block-start: 0px !important;
}

.news-section .information-items .informations .information {
    padding: 10px;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.news-section .information-items .informations .information:hover .hover-date {
    width: 140px;
    background-color: var(--theme-color-hover);
}

.news-section .information-items .informations .information:hover .title {
    transform: translateX(140px);
}

.news-section .information-items .informations .information:hover .excerpt {
    transform: translateX(140px);
}

.news-section .information-items .informations .information:hover .date {
    transform: translateX(140px);
}

.news-section .information-items .informations .information::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
}

.news-section .information-items .informations .information .date {
    font-size: 0.875rem;
    color: white;
    transition: transform var(--animate-delay);
}

.news-section .information-items .informations .information .date a {
    color: rgb(220, 220, 220);
}

.news-section .information-items .informations .information .date::before {
    display: none;
}

.news-section .information-items .informations .information .hover-date {
    position: absolute;
    width: 0px;
    height: 100%;
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    background-color: transparent;
    overflow: hidden;
    transition: width, background-color var(--animate-delay), 1s;
    top: 0px;
    left: 0px;
    margin-block-start: 0px !important;
    display: flex;
    align-items: center;
}

.news-section .information-items .informations .information .hover-date a {
    color: white;
}

.news-section .information-items .informations .information .hover-date time {
    position: absolute;
    width: 140px;
    text-align: center;
}

.news-section .information-items .informations .information .hover-date::before {
    display: none;
}

.news-section .information-items .informations .information .title {
    font-size: 1rem;
    font-weight: bold;
    color: white;
    font-weight: bold;
    margin-top: 5px;
    transition: transform var(--animate-delay);
}

.news-section .information-items .informations .information .title a {
    color: white !important;
}

.news-section .information-items .informations .information .excerpt {
    font-size: 0.875rem;
    margin-top: 5px;
    transition: transform var(--animate-delay);
}

.news-section .information-items .informations .information .excerpt p {
    color: rgb(220, 220, 220);
}

.news-section .information-items .informations .information div {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.news-section .information-items .informations .information h2 {
    margin: 0px !important;
}

.news-section .information-items .switch {
    width: 0px;
    height: 60px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    transition: width var(--animate-delay);
    display: flex;
    overflow: hidden;
    align-items: center;
    background-image: url("./assets/images/switch-bg.png");
    background-size: cover;
    padding-left: 15px;
}

.news-section .information-items .switch .wp-block-query-pagination-numbers {
    display: none;
}

.news-section .information-items .switch .wp-block-query-pagination-previous {
    margin-bottom: 0px !important;
    width: 80px;
    margin-left: 10px !important;
    height: 100%;
    background: rgba(31, 48, 70, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-section .information-items .switch .wp-block-query-pagination-next {
    margin-bottom: 0px !important;
    width: 80px;
    margin-left: 10px !important;
    height: 100%;
    background: rgba(31, 48, 70, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-section .information-items .switch .wp-block-query-pagination-previous::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-image: url("./assets/images/right-icon.png");
    background-size: cover;
    transform: rotate(-180deg);
}

.news-section .information-items .switch .wp-block-query-pagination-next::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background-image: url("./assets/images/right-icon.png");
    background-size: cover;
}

.wp-block-post.post {
    margin-bottom: 0px !important;
}

.cases-section {}

.cases-section .bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    /* background-image: url("./assets/images/cases-section-bg.png"); */
    background-size: cover;
}

.cases-section .box {
    width: 100%;
    margin-top: var(--menu-size-big);
    height: calc(100% - var(--menu-size-big));
    display: flex;
    align-items: center;
    padding-left: var(--padding-horizontal-big);
    padding-right: var(--menu-size-big);
    position: relative;
}

.cases-section .box .box-item {
    flex: 1;
    height: 70%;
    background-image: linear-gradient(180deg, rgba(45, 78, 111, 0.80) 0%, rgba(31, 52, 79, 0.80) 100%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    flex-direction: column;
    position: relative;
    padding-top: 15px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.cases-section .box .box-item:hover {
    background: rgba(74, 144, 226, 0.5);
}

.cases-section .box .box-item .link {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.cases-section .box .box-item img {
    width: 60%;
    height: auto;
}

.cases-section .box .box-item .content {
    flex: 1;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}

.cases-section .box .box-item .content span {
    overflow: auto;
    margin-bottom: 5px;
    font-size: 0.875rem;
    text-align: center;
}

.cases-section .box .box-item .text {
    font-size: 1.5rem;
    font-weight: bold;
}

.cases-section .describe-item {
    position: absolute;
}

.cases-section .describe-item .btn {
    margin-top: 15px;
}

.about-section {
    position: relative;
    transition: transform var(--animate-delay);
    background: rgb(41, 65, 95);
}

.about-section .bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.about-section .circle-item {
    position: absolute;
    width: 14px;
    height: 14px;
    border: 1px solid white;
    border-radius: 10px;
}

.about-section .content .history {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.about-section .content .circle-describe {
    font-size: 0.75rem;
    color: white;
    position: absolute;
    z-index: 1;
}

.about-section .content .circle-describe span {
    width: 100%;
    display: inline-block;
}

.about-section .content .circle-message {
    padding: 10px;
    border-radius: 4px;
    text-align: center;
    font-size: 0.875rem;
    color: white;
    text-align: center;
    position: absolute;
    background: rgba(69, 80, 100, 0.8);
    display: none;
    z-index: 2;
}

.about-section .circle-item::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: white;
    transform: translate(-50%, -50%);
}

.about-section .circle-item:hover {
    border: 2px solid #F5A623;
    box-shadow: 0 2px 16px 10px #F5A623;
}

.about-section .circle-item:hover::after {
    background: #F5A623;
}

.about-section .circle-item:hover+.circle-message {
    display: block;
}

.about-section svg {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.about-section .describe-item {
    position: absolute;
    left: var(--padding-horizontal-big);
    z-index: 1;
}

.about-section .content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.product-section {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: rgba(45, 78, 111, 0.98);
}

.product-section .left-item {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.product-section .bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    /* background-image: url("./assets/images/product-section-bg.png"); */
    background-size: cover;
}

.product-section .box {
    width: 55%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: var(--menu-size-big);
    position: relative;
    justify-content: center;
}

.product-section .box .box-item {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    color: white;
    flex-direction: column;
    position: relative;
    padding: 15px;
    cursor: pointer;
    color: white;
    background-image: linear-gradient(180deg, rgba(45, 78, 111, 0.80) 0%, rgba(31, 52, 79, 0.80) 100%);
}

.product-section .box .box-item::before {
    content: "";
    width: 100%;
    height: calc(50% - 50px);
}

.product-section .box .box-item:nth-child(1) {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.product-section .box .box-item:hover {
    background: rgba(74, 144, 226, 0.5);
    color: white;
}

.product-section .box .box-item:hover .content {
    transform: scale(1.1);
}

.product-section .box .box-item .link {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
}

.product-section .box .box-item .content {
    width: 100%;
    text-align: center;
    transform-origin: center center;
    transition: transform var(--animate-delay);
}

.product-section .box .box-item span {
    overflow: auto;
    font-size: 1.125rem;
}

.product-section .box .box-item .text {
    font-size: 1.6rem;
    font-weight: bold;
}

.product-section .box .box-item:nth-child(2) .content {
    /* margin-top: 25px; */
}

.product-section .describe-item {
    position: absolute;
    left: var(--padding-horizontal-big);
}

.product-section .describe-item .btn {
    margin-top: 15px;
}

.service-content {
    padding-top: 40px;
    background: transparent !important;
}

.service-content p {
    color: #666 !important;
}

.new-content-width {
    width: 85vw !important;
    max-width: 85vw !important;
    margin-left: 50% !important;
    transform: translateX(-50%) !important;
}

.cases-content .new-content-width {
    margin-top: 45px;
}

.footer-custom .new-content-width {
    width: calc(100% - 2 * var(--padding-vertical-big)) !important;
    max-width: calc(100% - 2 * var(--padding-vertical-big)) !important;
    margin-left: 50% !important;
    transform: translateX(-50%) !important;
}

.cyber-code-wraper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.page-content-wraper div {
    max-width: var(--wp--style--global--content-size) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.page-content {
    position: relative;
}

.author-item {
    color: #707070 !important;
    position: absolute;
    top: 0px;
    width: 100%;
    text-align: center;
}

.author-item p {
    font-size: 0.875rem !important;
}

.author-item .wp-block-post-author__name {
    display: none;
}

@media only screen and (min-width: 1600px) {

    .footer-custom .new-content-width {
        width: calc(100% - 2 * var(--padding-vertical-supbig)) !important;
        max-width: calc(100% - 2 * var(--padding-vertical-supbig)) !important;
    }

    #header-menu-musk {
        top: var(--menu-size-supbig);
    }

    .cases-content .new-content-width {
        width: 68vw !important;
        max-width: 68vw !important;
        margin-left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .news-content-wraper .new-content-width {
        width: 68vw !important;
        max-width: 68vw !important;
        margin-left: 50% !important;
        transform: translateX(-50%) !important;
    }

    .menu {
        height: var(--menu-size-supbig);
    }

    .menu .btn {
        width: var(--menu-size-supbig);
    }

    .menu .content {
        font-size: 1rem;
    }

    .menu .content .nav-custom {
        padding-right: var(--padding-horizontal-supbig);
    }

    .musk-content {
        padding-right: var(--menu-size-supbig);
    }

    .logo {
        left: var(--padding-horizontal-supbig);
        top: calc(var(--menu-size-supbig) / 2 - 20px);
    }

    .logo img {
        width: auto;
        height: 40px;
    }

    .pagination-wraper {
        width: var(--menu-size-supbig);
    }

    .pagination-wraper .content {
        margin-top: var(--menu-size-supbig);
    }

    .beginning-section .describe-item {
        left: var(--padding-horizontal-supbig);
    }

    .describe-item .title {
        font-size: var(--describe-title-font-size-supbig);
    }

    .describe-item .tag {
        font-size: var(--describe-title-font-size-supbig);
    }

    .describe-item .message {
        font-size: var(--describe-message-font-size-supbig);
    }

    .describe-item .btn {
        font-size: var(--describe-btn-font-size-supbig);
    }

    .news-section .left-item {
        width: 100%;
    }

    .news-section .describe-item {
        left: var(--padding-horizontal-supbig);
    }

    .news-section .information-items {
        position: absolute;
        top: var(--menu-size-supbig);
        right: calc(var(--menu-size-supbig));
        height: calc(100% - var(--menu-size-supbig));
        width: calc(60% - var(--menu-size-supbig));
    }

    .news-section .information-items .informations .information {
        height: 160px;
    }

    .news-section .information-items .informations .information .date {
        font-size: 0.875rem;
    }


    .news-section .information-items .informations .information .title {
        font-size: 1.125rem;
    }

    .news-section .information-items .informations .information .excerpt {
        font-size: 1rem;
    }

    .news-section .information-items .informations .information .hover-date time {
        width: 160px;
    }

    .news-section .information-items .informations .information:hover .hover-date {
        width: 160px;
    }

    .news-section .information-items .informations .information:hover .title {
        transform: translateX(160px);
    }

    .news-section .information-items .informations .information:hover .excerpt {
        transform: translateX(160px);
    }

    .news-section .information-items .informations .information:hover .date {
        transform: translateX(160px);
    }

    .cases-section .box {
        margin-top: var(--menu-size-supbig);
        height: calc(100% - var(--menu-size-supbig) - 30px);
        padding-left: var(--padding-horizontal-supbig);
        padding-right: var(--menu-size-supbig);
        position: relative;
    }

    .cases-section .box .box-item {
        height: 60%;
    }

    .about-section .describe-item {
        left: var(--padding-horizontal-supbig);
    }

    .product-section .describe-item {
        left: var(--padding-horizontal-supbig);
    }

    .product-section .box {
        width: 50%;
        padding-right: var(--menu-size-supbig);
    }
}

@media only screen and (max-width: 991px) {
    .header-bg {
        height: calc(var(--menu-size-big) + 42px + 265px + 60px + 5px);
    }

    .product-section .box {
        width: 60%;
        padding-right: var(--menu-size-big);
    }

    .logo {
        z-index: 3;
    }
}

@media only screen and (max-width: 768px) {
    .footer-custom .new-content-width {
        width: calc(100% - 2 * var(--padding-vertical-normal)) !important;
        max-width: calc(100% - 2 * var(--padding-vertical-normal)) !important;
    }

    .cyber-code-wraper {
        justify-content: center;
    }

    #header-menu-musk {
        top: var(--menu-size-normal);
    }

    .header-bg {
        height: calc(var(--menu-size-big) + 42px + 265px + 60px + 5px);
    }

    .menu {
        height: var(--menu-size-normal);
    }

    .menu .btn {
        width: var(--menu-size-normal);
    }

    .menu .content {
        font-size: 0.875rem;
    }

    .menu .content .nav-custom {
        padding-right: var(--padding-horizontal-small);
    }

    .musk-content {
        padding-right: var(--menu-size-normal);
    }

    .logo {
        left: var(--padding-horizontal-normal);
        top: calc(var(--menu-size-normal) / 2 - 16px);
        z-index: 3;
    }

    .logo img {
        width: auto;
        height: 32px;
    }

    .pagination-wraper {
        width: var(--menu-size-normal);
    }

    .pagination-wraper .content {
        margin-top: var(--menu-size-normal);
    }

    .beginning-section .describe-item {
        left: var(--padding-horizontal-normal);
    }

    .describe-item .title {
        font-size: var(--describe-title-font-size-normal);
    }

    .describe-item .tag {
        font-size: var(--describe-title-font-size-small);
    }

    .describe-item .tag::after {
        height: 16px;
    }

    .describe-item .message {
        font-size: var(--describe-message-font-size-normal);
    }

    .describe-item .btn {
        font-size: var(--describe-btn-font-size-normal);
    }

    .news-section .left-item {
        width: 100%;
    }

    .news-section .describe-item {
        left: var(--padding-horizontal-normal);
    }

    .news-section .information-items {
        position: absolute;
        top: var(--menu-size-normal);
        right: calc(var(--menu-size-normal));
        height: calc(100% - var(--menu-size-normal));
        width: calc(60% - var(--menu-size-normal));
    }

    .news-section .information-items .informations .information {
        height: 160px;
    }

    .news-section .information-items .informations .information .hover-date time {
        width: 160px;
    }

    .news-section .information-items .informations .information:hover .hover-date {
        width: 160px;
    }

    .news-section .information-items .informations .information:hover .title {
        transform: translateX(160px);
    }

    .news-section .information-items .informations .information:hover .excerpt {
        transform: translateX(160px);
    }

    .news-section .information-items .informations .information:hover .date {
        transform: translateX(160px);
    }

    .cases-section .box {
        margin-top: var(--menu-size-normal);
        height: calc(100% - var(--menu-size-normal) - 30px);
        padding-left: var(--padding-horizontal-normal);
        padding-right: var(--menu-size-normal);
        flex-wrap: wrap;
        position: relative;
    }

    .cases-section .box .box-item {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 50%;
        height: calc(100% / 2);
    }

    .cases-section .box .box-item img {
        display: none;
    }

    .cases-section .box .box-item .content {
        display: none;
    }

    .cases-section .box .box-item .content span {
        display: none;
    }

    .cases-section .box .box-item .text {
        font-size: 1.125rem;
    }

    .about-section .describe-item {
        left: var(--padding-horizontal-normal);
    }

    .product-section .describe-item {
        left: var(--padding-horizontal-normal);
    }

    .product-section .box {
        width: 70%;
        padding-right: var(--menu-size-normal);
    }
}

@media only screen and (max-width: 575px) {
    .footer-custom .new-content-width {
        width: calc(100% - 2 * var(--padding-vertical-small)) !important;
        max-width: calc(100% - 2 * var(--padding-vertical-small)) !important;
    }

    .cyber-code-wraper {
        justify-content: center;
    }

    .header-bg {
        height: calc(var(--menu-size-small) + 42px + 265px + 60px + 5px);
    }

    .menu {
        height: var(--menu-size-small);
    }

    .menu .btn {
        width: var(--menu-size-small);
    }

    .menu .btn div {
        width: 25px;
    }

    .menu .content {
        width: calc(100% - var(--menu-size-small));
        height: 0px;
        transition: height var(--animate-delay);
        align-items: flex-start;
        overflow: auto;
    }

    .menu .content .nav-custom {
        padding-left: var(--padding-horizontal-small);
        margin-top: var(--menu-size-small);
        font-size: 0.875rem;
    }

    .menu .content .nav-custom a {
        text-decoration: none;
        margin-right: 10px;
        width: 100%;
        height: 30px;
        line-height: 30px;
        display: inline-block;
        margin-bottom: 10px;
    }

    #header-menu-musk {
        top: var(--menu-size-small);
        background: rgba(0, 0, 0, 0.1);
        width: 100%;
        height: calc(100% - var(--menu-size-small));
    }

    .musk-content {
        width: 60%;
        background: rgba(2, 13, 54, 0.8);
        color: white;
        height: 100%;
        position: absolute;
        right: 0px;
        top: 0px;
        padding: 10px;
        overflow: auto;
    }

    .musk-content a {
        color: white;
    }

    .musk-content .wraper-item {
        flex-direction: column;
    }

    .musk-content .wraper-content-item {
        height: 35px !important;
        position: relative;
    }

    .musk-content .wraper-content-item::after {
        content: "";
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 1px;
        background: rgba(255, 255, 255, 0.15);
    }

    .logo {
        left: var(--padding-horizontal-small);
        top: calc(var(--menu-size-small) / 2 - 14px);
        z-index: 3;
    }

    .logo img {
        width: auto;
        height: 28px;
    }

    .pagination-wraper {
        width: var(--menu-size-small);
    }

    .pagination-wraper .content {
        margin-top: var(--menu-size-small);
    }

    .beginning-section .describe-item {
        left: var(--padding-horizontal-small);
    }

    .describe-item .title {
        font-size: var(--describe-title-font-size-small);
    }

    .describe-item .tag {
        font-size: 1rem;
    }

    .describe-item .tag::after {
        height: 12px;
    }

    .describe-item .message {
        font-size: var(--describe-message-font-size-small);
    }

    .describe-item .btn {
        font-size: var(--describe-btn-font-size-small);
    }

    .news-section .left-item {
        width: 100%;
    }

    .news-section .describe-item {
        /* display: none; */
        top: calc(var(--menu-size-small) + 10px);
        left: calc((100% - var(--menu-size-small)) / 2 - 40px);
    }

    .news-section .describe-item .title {
        text-align: center;
    }

    .news-section .describe-item .btn {
        display: none;
    }

    .news-section .information-items {
        position: absolute;
        top: calc(var(--menu-size-small) + 80px);
        right: calc(var(--menu-size-small));
        height: calc(100% - var(--menu-size-small) - 80px);
        width: calc(100% - var(--menu-size-small) - var(--padding-horizontal-small));
        left: var(--padding-horizontal-small);
    }

    .news-section .information-items .informations .information {
        height: 150px;
    }

    .news-section .information-items .informations .information .hover-date time {
        width: 150px;
    }

    .news-section .information-items .informations .information:hover .hover-date {
        width: 150px;
    }

    .news-section .information-items .informations .information:hover .title {
        transform: translateX(150px);
    }

    .news-section .information-items .informations .information:hover .excerpt {
        transform: translateX(150px);
    }

    .news-section .information-items .informations .information:hover .date {
        transform: translateX(150px);
    }

    .cases-section .box {
        margin-top: var(--menu-size-small);
        height: calc(100% - var(--menu-size-small) - 30px);
        padding-left: var(--padding-horizontal-small);
        padding-right: var(--menu-size-small);
        flex-wrap: wrap;
        position: relative;
    }

    .cases-section .box .box-item {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 50%;
        height: calc(100% / 2);
    }

    .cases-section .box .box-item img {
        display: none;
    }

    .cases-section .box .box-item .content {
        display: none;
    }

    .cases-section .box .box-item .content span {
        display: none;
    }

    .cases-section .box .box-item .text {
        font-size: 1.125rem;
    }

    .about-section .describe-item {
        left: var(--padding-horizontal-small);
    }

    .product-section .describe-item {
        left: var(--padding-horizontal-small);
    }

    .product-section .box {
        width: 70%;
        padding-right: var(--menu-size-small);
    }

}

#multiplier-fingerprint path {
    transition: stroke-dashoffset var(--animate-delay);
}

#multiplier-effect #multiplier-effect-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background: #000000;
}

@media only screen and (max-width: 575px) {
    #multiplier-effect #multiplier-effect-overlay {
        display: none;
    }
}

#multiplier-effect #multiplier-effect-woman {
    position: absolute;
    left: 25%;
    bottom: 0vh;
    width: 40%;
}

@media only screen and (max-width: 1199px) {
    #multiplier-effect #multiplier-effect-woman {
        width: 40%;
        left: 25%;
    }
}

@media only screen and (max-width: 991px) {
    #multiplier-effect #multiplier-effect-woman {
        width: 60%;
        left: 5%;
    }
}

@media only screen and (max-width: 575px) {
    #multiplier-effect #multiplier-effect-woman {
        width: 90%;
        right: -15%;
        left: auto;
        bottom: 0;
        top: auto;
    }
}

#multiplier-effect #multiplier-fingerprint {
    position: absolute;
    right: -16%;
    top: -47%;
    width: 109%;
}

#multiplier-effect #multiplier-fingerprint .fingerprint-group {
    opacity: 0.3;
}

#multiplier-effect #multiplier-fingerprint .st1 {
    stroke: #d7d7d7;
}

#multiplier-effect #multiplier-fingerprint .st2 {
    stroke: #113794;
    stroke-dashoffset: 0
}

.section_an #multiplier-effect #multiplier-fingerprint .st2_1 {
    animation: fingerprint_st2a 3s 0.4s linear infinite;
}

.section_an #multiplier-effect #multiplier-fingerprint .st2_2 {
    animation: fingerprint_st2 3s 0.8s linear infinite;
}

.section_an #multiplier-effect #multiplier-fingerprint .st2_3 {
    animation: fingerprint_st2 3s 0.4s linear infinite;
}

.section_an #multiplier-effect #multiplier-fingerprint .st2_4 {
    animation: fingerprint_st2 3s 0.6s linear infinite;
}

.section_an #multiplier-effect #multiplier-fingerprint .st2_5 {
    animation: fingerprint_st2 3s 1.2s linear infinite;
}

@keyframes fingerprint_st2 {
    0% {
        stroke-dashoffset: 0
    }

    50% {
        stroke-dashoffset: 1500
    }

    100% {
        stroke-dashoffset: 3000
    }
}

@keyframes fingerprint_st2a {
    0% {
        stroke-dashoffset: 3000
    }

    50% {
        stroke-dashoffset: 1500
    }

    100% {
        stroke-dashoffset: 0
    }
}


#multiplier-effect #multiplier-fingerprint path {
    stroke-dasharray: 1500;
    stroke-dashoffset: 1500;
    stroke-linecap: round;
    fill: none;
    stroke-width: 3;
    stroke-miterlimit: 10;
}

@media only screen and (max-width: 1199px) {
    #multiplier-effect #multiplier-fingerprint {
        width: 70%;
        left: 12.5%;
    }
}

@media only screen and (max-width: 991px) {
    #multiplier-effect #multiplier-fingerprint {
        top: -20vh;
    }
}

@media only screen and (max-width: 575px) {
    #multiplier-effect #multiplier-fingerprint {
        width: 70%;
        left: 15%;
        top: -10vh;
    }

    #multiplier-effect #multiplier-fingerprint path {
        stroke-width: 6;
        stroke-dasharray: 0;
        stroke-dashoffset: 0;
    }
}

#multiplier-effect .section-heading {
    text-align: right;
    margin-left: -10%;
}

#multiplier-effect .section-subheading {
    text-align: right;
    margin-top: 2.5rem;
    padding-left: 20%;
    margin-left: -10%;
}

#multiplier-effect .section-blurb {
    text-align: left;
    font-size: 1rem;
    margin-top: -7.5rem;
    margin-left: 60%;
    padding: 0;
}

#multiplier-effect .btn-container {
    margin-top: 3rem;
    padding: 0;
    margin-left: 60%;
}

#multiplier-effect .btn-container .btn-small-text {
    text-align: left;
    font-style: italic;
}

#multiplier-effect .btn-container .btn-primary {
    text-align: left;
    font-size: 1.25rem;
}

@media only screen and (max-width: 575px) {
    #multiplier-effect .btn-container .btn-primary {
        text-align: left;
    }
}

@media only screen and (max-width: 1199px) {
    #multiplier-effect {
        padding-top: 12.5vh;
    }

    #multiplier-effect .section-heading {
        margin-left: -5%;
    }

    #multiplier-effect .section-subheading {
        margin-left: -5%;
        padding-left: 15%;
    }

    #multiplier-effect .section-blurb {
        margin-left: 57.5%;
        margin-top: -10rem;
        max-width: 40%;
    }

    #multiplier-effect .btn-container {
        max-width: 30%;
        margin-left: 57.5%;
    }
}

@media only screen and (max-width: 991px) {
    #multiplier-effect {
        padding-top: 15vh;
    }

    #multiplier-effect .section-heading {
        margin-left: 0;
    }

    #multiplier-effect .section-subheading {
        margin-left: 0;
        padding-left: 0;
    }

    #multiplier-effect .section-blurb {
        margin-left: 50%;
        margin-top: -10rem;
    }

    #multiplier-effect .btn-container {
        max-width: 30%;
        margin-left: 50%;
    }
}

@media only screen and (max-width: 575px) {
    #multiplier-effect {
        min-height: 110vh;
        padding-top: 10vh;
    }

    #multiplier-effect .section-heading {
        text-align: left;
        padding: 0;
        margin-left: 0;
    }

    #multiplier-effect .section-blurb {
        padding: 0;
        text-align: left;
        margin-left: 0;
        margin-top: 2rem;
        max-width: none;
    }

    #multiplier-effect .section-subheading {
        padding: 0;
        text-align: left;
        margin-left: 0;
    }

    #multiplier-effect .btn-container {
        margin-left: 0;
        padding: 0 0.75rem;
        max-width: 275px;
    }

    #multiplier-effect .btn-container .btn-primary {
        text-align: left;
    }

    #multiplier-effect .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}