* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

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

*::before {}

.blogpage-section .col-xl-3.col-lg-6.col-md-6,
.blogpage-section .col-xl-4.col-lg-4,
.blogpage-section .col-xl-2.col-lg-6.col-md-6,
.blogpage-section .col-lg-4.col-md-6.col-sm-6.col-12,
.blogpage-section .col-xl-6.col-lg-6.col-md-12,
.blogpage-section .blog-box,
.blogpage-section .blog-box .post-item-wrap,
.blogpage-section .blog-box .post-item-wrap .infinite-blog,
.blogpage-section .fourcolumn-blog .post-item-wrap .lower-portion,
.blog-tabs-section .blog-tabs-inner-section .single-blog-outer-con .single-blog-box,
.blog-tabs-section .blog-tabs-inner-section .single-blog-outer-con .single-blog-details,
.blogpage-section .blog-box .lower-portion {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@font-face {
    font-family: 'Archivo';
    src: url(../font/Archivo.woff2) format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
    --primary--color: #4557F6;
    --black--color: #212529;
    --secondary--color: #fff;
    --text-color: rgba(17, 17, 17, 1);
    --navy-color: #212529;
    --mustard-color: #FFB966;
    --yellow-color: #fdb913;
    --light-green-color: #b2f3de;
    --bg: #F9F5F2;
    --green: #025142;
    --title: #212529;
    --text: #515151;
    --border: #EEF1F1;
    --text-font: 'Archivo', sans-serif;
}


body {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #3c3c3c;
    font-family: 'Archivo', sans-serif;
}

ol,
ul {
    padding-left: 2rem;
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

.w-100 {
    width: 100% !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}



.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto;
}


.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media(min-width: 576px) {

    .container {
        max-width: 540px
    }

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

    h1 {
        font-size: 30px;
        line-height: 38px;
    }



    .font-size-20 {
        font-size: 16px;
        line-height: 24px;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }


}

@media(min-width: 768px) {

    .container {
        max-width: 720px;
    }

    .col-md-6 {
        flex: 0 0 50%;
        width: 50%;
    }

    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    #comments .comment-form {
        grid-template-columns: repeat(3, 1fr);
    }

    #comments .comment-form>:not(.comment-form-author):not(.comment-form-url):not(.comment-form-email) {
        grid-column: 1 / -1;
    }

}

@media(min-width: 960px) {
    .inner-box {
        max-width: 64.5%;
        margin: 0 auto 60px;
        padding: 0 15px;
    }

    .single .nv-meta-list {
        --avatarsize: 20px;
    }

    .nv-is-boxed.comment-respond {
        --padding: 40px;
    }

    .single:not(.single-product),
    .page {
        --c-vspace: 0 0 0 0;
    }

    .nv-is-boxed.comment-respond {
        --padding: 40px;
    }
}

@media(min-width: 992px) {


    .container {
        max-width: 960px
    }

    .container {
        max-width: 960px;
    }

    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }



    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .section-padding {
        padding: 120px 0px;
    }

}

@media(min-width: 1200px) {
    .container {
        max-width: 1140px;
        padding: 0 15px
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media(min-width: 1300px) {
    .container {
        max-width: 1290px;
        padding: 0 15px
    }
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}



.large-container {
    max-width: 1680px;
    padding: 0 15px;
    margin: 0 auto
}

.container-fluid {
    padding: 0
}

.auto-container {
    position: static;
    max-width: 1320px;
    padding: 0 15px;
    margin: 0 auto
}

.small-container {
    max-width: 680px;
    margin: 0 auto
}

.boxed_wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden !important;
    width: 100%;
    min-width: 300px
}

a {
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    color: var(--black--color);
}

a:hover {
    text-decoration: none;
    color: var(--primary--color);
}

input,
button,
select,
textarea {
    font-family: var(--text-font);
    font-weight: 400;
    font-size: 18px;
    background: transparent
}

::-webkit-input-placeholder {
    color: inherit
}

::-moz-input-placeholder {
    color: inherit
}

::-ms-input-placeholder {
    color: inherit
}

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

input {
    transition: all 500ms ease
}

button:focus,
input:focus,
textarea:focus {
    outline: 0;
    box-shadow: none;
    transition: all 500ms ease
}

p {
    position: relative;
    font-family: var(--text-font);
    color: var(--text-color);
    font-weight: 400;
    margin: 0;
    transition: all 500ms ease
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    color: #1A1424;
}

h4 {
    font-size: 18px;
    font-weight: 500;
}

.footer-middle .widget ul li,
.footer-middle .widget ul li a,
.footer-middle .widget ul li::before,
.footer-middle .tagcloud a,
.footer-middle caption,
.footer-middle table,
.footer-middle table td a,
.footer-middle cite,
.footer-middle .rssSummary,
.footer-middle span.rss-date,
.footer-middle span.comment-author-link,
.footer-middle .textwidget p,
.footer-middle .widget .screen-reader-text,
mc4wp-form-fields p,
.mc4wp-form-fields,
.footer-m-address p,
.footer-m-address,
.footer-widget.address,
.footer-widget.address p,
.mc4wp-form-fields p,
.gogrin-description-area p,
.gogrin-description-area .phone a,
.gogrin-description-area .social-icons a,
.recent-review-content h3,
.recent-review-content h3 a,
.recent-review-content p,
.footer-middle .gogrin-description-area p,
.footer-middle .recent-post-text h4 a,
.footer-middle .recent-post-text .rcomment,
.witr_sub_table span {
    color: #fff;
}

[role=button] {
    cursor: pointer;
}





@media (min-width: 992px) {}

@media (min-width: 1200px) {}


img {
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: var(--text-font);
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}





h1 {

    font-weight: 600;
    line-height: 80px;

}

h4 a {

    font-size: 24px;
    font-weight: 600;
    line-height: 122%;
    display: inline-block;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.w-100 {
    width: 100% !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.position-relative {
    position: relative !important;
}

.float-left {
    float: left !important;
}

.position-absolute {
    position: absolute !important;
}



.padding-bottom {
    padding-bottom: 120px;
}

.auto-container {
    position: static;
    max-width: 1320px;
    padding: 0 15px;
    margin: 0 auto;
}

.boxed_wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden !important;
    width: 100%;
    min-width: 300px;
}



.main-header {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    overflow: hidden;
}

.header-style-three {
    position: relative;
    display: block;

}

.main-header .outer-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sub-banner-outer-wrapper {

    width: 100%;

}

.menu-area .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;

    display: none;
}

.menu-area .mobile-nav-toggler .icon-bar {
    position: relative;
    height: 2px;
    width: 30px;
    display: block;
    margin-bottom: 5px;
    background-color: var(--navy-color);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child {
    margin-bottom: 0;
}

.main-menu {
    float: left;
}

.main-menu .navbar-collapse {
    padding: 0;
    display: block !important;
}

.main-menu .navigation {
    margin: 0;
}

.main-menu .navigation>li {
    position: inherit;
    float: left;
    z-index: 2;
    margin: 0 19px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li:first-child {
    margin-left: 0 !important;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    padding-top: 31px;
    padding-bottom: 31px;
    font-weight: 500;
    font-family: var(--text-font);
    opacity: 1;
    color: var(--black--color);
    z-index: 1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu .navigation>li.current>a,
.main-menu .navigation>li:hover>a,
.main-menu .navigation>li>ul>li>a:hover,
.main-menu .navigation>li>.megamenu li>a:hover,
.main-menu .navigation>li>ul>li>ul>li>a:hover,
.scroll-to-top .scroll-bar-text,
.main-header .menu-right-content .search-btn button:hover,
.main-header .menu-right-content .link-box a:hover,
.sec-title h2 span,
.sec-title .sub-title,
.list-style-one li:before,
.chooseus-block-one .inner-box h3 a:hover,
.chooseus-block-one .inner-box .link a:hover,
.team-block-one .inner-box .lower-content h3 a:hover,
.main-footer .links-widget .links-list li a:hover,
.footer-bottom .bottom-inner .copyright p a,
.header-top .info li a:hover,
.header-top .social-links li a:hover,
.banner-style-two .content-box h2 span,
.video_block_two .video-content a,
.industries-block-two .inner-box:hover .icon-box,
.content_block_two .content-box .inner-box .single-item h3 a:hover,
.content_block_three .content-box .accordion-box .accordion .acc-btn.active .icon-box,
.content_block_three .content-box .accordion-box .accordion .acc-btn.active h4,
.training-block-one .inner-box .text-box h3 a:hover,
.pricing-block-one .pricing-table h3,
.download-section .content-box h2 span,
.news-block-two .inner-box .lower-content h3 a:hover,
.news-block-two .inner-box .lower-content .post-info li a:hover,
.banner-style-three .content-box h2 span,
.welcome-section .content-box h2 span,
.welcome-section .content-box .inner-box .single-item h3 a:hover,
.image_block_one .image-box .single-item .support-box h4 a:hover,
.dueal-section.alternat-2 .content_block_two .content-box .inner-box .single-item h3 a:hover,
.content_block_four .content-box .download-btn a:hover,
.main-footer.light-footer .links-widget .links-list li a:hover,
.image_block_two .image-inner .support-box h4 a:hover,
.content_block_five .content-box .inner-box .single-item h4 a:hover,
.service-block-one .inner-box .lower-content h3 a:hover,
.testimonial-block-three .inner-box .icon-box,
.testimonial-style-three .testimonial-block .content-box .icon-box,
.news-block-three .inner-box .lower-content h3 a:hover,
.news-block-three .inner-box .lower-content .post-info li i,
.news-block-three .inner-box .lower-content .post-info li a:hover,
.page-title .bread-crumb li a:hover,
.service-sidebar .download-widget h4 span,
.job-sidebar .info-widget ul li p a:hover,
.portfolio-block-one .inner-box .content-box h3 a:hover,
.blog-details-content blockquote .icon-box,
.blog-details-content .post-share-option .social-links li a:hover,
.blog-details-content .comment-box .form-inner .form-group label span {
    color: var(--primary--color);
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    transition: all 900ms ease;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 900ms ease;
    background-color: #000;
}

.mobile-menu .close-btn {
    position: absolute;
    right: 25px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    z-index: 10;
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #141417;
    padding: 0;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 900ms ease !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 50px 25px;
    text-align: left;
    padding-bottom: 100px;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: .70;
    visibility: visible;
    right: 100%;
    -webkit-transition: all .8s ease-out 0s;
    -o-transition: all .8s ease-out 0s;
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 50px 25px;
    text-align: left;
    padding-bottom: 100px;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo h1 a {
    color: #fff;
}

.mobile-menu .icon-close {
    font-weight: bold;
    display: block;
    font-size: 24px;
}



.text-center {
    text-align: center;
}

.header-lower {
    width: 100%;


}

.header-lower .logo-box a {
    color: var(--black--color);
}




.font-size-20 {
    font-size: 20px;
    line-height: 30px;
}



.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
    background-color: var(--secondary--color);
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.fixed-header .sticky-header {
    background-color: var(--secondary--color);
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.fixed-header .sticky-header .logo-box a,
.fixed-header .sticky-header .menu-area a {
    color: var(--black--color);
}

.main-header .outer-container {
    position: relative;
    padding: 0 40px;
}

.main-header .outer-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* .position */







/* main */
.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}

.post-pages-links {
    display: flex;
    list-style-type: none;
    margin-top: 20px;

    border-radius: 7px;
    padding: 10px;
}

.post-pages-links>span {
    padding-right: 15px;
    color: var(--secondary--color);
}

.post-pages-links a {
    display: inline-block;
    color: var(--secondary--color);
    background: var(--primary--color);
    margin-right: 5px;
    padding: 5px 10px;
    text-align: center;
    border-radius: 6px;
}


/* list */
.m-b30 {
    margin-bottom: 30px;
}

.av-lt-blog .wt-post-media {
    position: relative;
}

.av-lt-blog .wt-post-media>a img {
    width: 100%;
}

.av-lt-blog .post-date {
    background-color: var(--primary--color);
    font-size: 14px;
    line-height: 14px;
    color: #EFD46F;
    font-weight: 700;
    text-align: center;
    padding: 10px;
    position: absolute;
    left: 30px;
    top: 30px;
}

.av-lt-blog .post-date span {
    display: block;
}

.av-lt-blog .av-post-info {
    background-color: #fff;
    padding: 50px 30px;
    border: 1px solid #f6f7ff;
}

.av-lt-blog .post-title {
    font-size: 24px;
    text-transform: capitalize;
    margin: 15px 0 30px;
}













/* detail */
.news-block-one .detail-title {
    font-size: 38px;
    margin: 15px 0;
}

.blog-details-content p {
    margin-bottom: 30px;
    line-height: 1.7;
}

.blog-details-content img {
    display: block;
    margin: 0 auto;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.m-t30 {
    margin-top: 30px;
}

.comment-respond .comment-reply-title {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 500;
}

.entry-header {
    margin-bottom: 60px;
}

.entry-header .title {
    margin-bottom: 10px;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1;
}

.nv-meta-list {
    margin-bottom: 20px;
}

.nv-meta-list li,
.nv-meta-list span {
    display: inline-block;
}

.nv-single-post-wrap>div:last-child {
    padding-bottom: 30px;
}

.nv-is-boxed {
    padding: 40px;
    background: #f4f5f7;
    color: #272626;
}

#comments .comment-reply-title {
    margin-bottom: 15px;
}

.comment-form {
    display: grid;
    grid-column-gap: 15px;
    grid-row-gap: 10px;
}

.comment-form label {
    display: inline-block;
}

.widget select,
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,
form input:read-write,
form select,
form select option,
form textarea,
form.wp-block-search input.wp-block-search__input {
    border-style: solid;
    border-color: #dddddd;
    border-width: 2px;
    border-radius: 3px;
    background: var(--secondary--color);
    color: var(--black--color);
    padding: 10px 12px;

}

.comment-form>p:not(.comment-notes) {
    margin-bottom: 0;
}

#comments input:not([type=submit]):not([type=checkbox]) {
    width: 100%;
}

#comments textarea {
    max-width: 100%;
    width: 100%;
    display: block;
}

.btn,
.button.button-primary,
.is-style-primary .wp-block-button__link,
.wp-block-search .wp-block-search__button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    cursor: pointer;
    box-sizing: border-box;
    background: var(--primary--color);
    color: var(--secondary--color);
    border-style: solid;
    border-color: currentColor;
    fill: currentColor;

    border-radius: 3px;
    padding: 13px 15px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.6;

}

.comments-area {
    padding-bottom: 30px;
}

::placeholder {
    font-size: 14px;
    /* 设置 placeholder 的字体大小 */
    color: #999;
    /* 设置 placeholder 的颜色 */
}

/* 针对不同浏览器的兼容性 */
:-ms-input-placeholder {
    font-size: 14px;
    color: #999;
}

::-webkit-input-placeholder {
    font-size: 14px;
    color: #999;
}

:-moz-placeholder {
    font-size: 14px;
    color: #999;
}

:-moz-placeholder {
    font-size: 14px;
    color: #999;
}


/* sidebar */
.widget {
    margin-bottom: 40px;
}

.side-bar .widget .widget-title {
    position: relative;
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.side-bar .search-bx .input-group .form-control {
    height: 60px;
    background-color: #f6f7ff;
    font-size: 20px;
    border: none;
    padding: 0px 25px;
    border-radius: 0px;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: calc(1px * -1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group .btn {
    position: relative;
    z-index: 2;
}

.side-bar .search-bx .input-group .btn {
    color: var(--black--color);
    background-color: var(--primary--color);
    border-radius: 0px;
    height: 60px;
    width: 60px;
    min-width: 60px;
    padding: 0px 15px;
    font-size: 18px;
    color: #fff;
}

.side-bar .widget:last-child {
    margin-bottom: 0px;
}

.side-bar .widget_services ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    background-color: #fff;
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--secondary--color), var(--bs-bg-opacity)) !important;
}

.widget_services ul li {
    display: block;
    width: 100%;
    padding: 2px 0px;
    border: 0px;
    overflow: hidden;
}

.side-bar .widget_services ul li {
    position: relative;
    padding: 10px 0px 10px 0px;
}

.side-bar .widget_services ul li i {

    font-size: 12px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #f6f7ff;
    color: #888888;
    display: inline-flex;
    align-items: normal;
    justify-content: center;
    margin-right: 20px;
}

.side-bar .widget_services ul li a {
    color: #888888;
    margin-left: 0px;
    padding: 0px;
   
    font-size: 16px;
    font-weight: 400;
}

.side-bar .widget_services ul li:hover a {
    color: var(--primary--color);
}

.side-bar .widget_services ul li:hover i {
    background: var(--primary--color);
    color: var(--secondary--color);
}



/* footer */
.main-footer {
    position: relative;
    background: var(--black--color);
}

.footer-bottom {}

.main-footer p {
    color: var(--secondary--color);
    font-size: 16px;
    line-height: 52px;
    font-weight: 500;
    margin: 0px;
}

.footer-bottom p a {
    color: var(--primary--color);
}

.main-footer .social-links li a:hover {
    color: var(--secondary--color);
}




#back-to-top-btn {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    font-size: 30px;


    right: 100px;
    text-align: center;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 5px;
    background: var(--primary--color);

}

#back-to-top-btn i {
    color: #fff;

    font-size: 18px;
    width: 40px;
    height: 70px;


}


nav[aria-label="breadcrumb"] {
    margin-bottom: 20px;
}

nav ol.breadcrumb {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ol.breadcrumb li {
    display: inline;
    word-break: break-all;
}


.positionFixed {
    bottom: 0px;
    left: 50%;
    position: fixed;
    transform: translate(-50%, 0%);
    z-index: 999;
    width: 100%;
    background-color: #e4e4e4;
    display: flex;
    justify-content: center;
}

.ad-div {
    margin-bottom: 20px;
    width: 100%;

    clear: both;
}

.t_de {
    clear: both;
    height: 0.2rem;
    width: 100%;
    max-width: 100%;
    line-height: 0.3rem;
    font-size: 0.6rem;
    padding: 0.5rem 0 1rem 0;
    box-sizing: border-box;
    color: #707070;
    text-align: center;
}

.grecaptcha-badge {
    visibility: hidden;
}


/* tab */
.blog-details__image {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: none;
    transition: none;
}

.blog-details__image img {
    width: 100%;
    height: auto;
    border-radius: 0;
}

.detail-image-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.detail-image-slider .slider-item {
    display: none;
}
.detail-image-slider .slider-item.active {
  opacity: 1;
  z-index: 2;
  display: block;
}
.detail-image-slider img {
  max-width: 100%;
  border-radius: 0px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.blog-details-arrow{
    overflow: hidden;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 16px auto;
}
.slider-arrow {
    display: flex;
    align-items: center;
    border: none;
    border-radius: 50%;
    line-height: 20px;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s;
}

.arrowBtn {
    color: var(--primary--color);
    font-size: 16px;
    font-weight: bold;
    margin: 0 4px;
}

.slider-arrow svg {
    width: 80px;
    height: auto;
    color: var(--primary--color);
    fill: var(--primary--color);
}

.slider-arrow-left {
    left: 16px;
}

.slider-arrow-right {
    right: 16px;
}

.slider-arrow-left-top,
.slider-arrow-right-bottom {
    top: 94%;

}

.slider-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20%;
    display: flex;
    justify-content: center;
    gap: 8px;
    z-index: 20;
}

.slider-dots span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #bfc6d1;
    opacity: 0.5;
    cursor: pointer;
    transition: background 0.2s, opacity 0.2s;
}

.slider-dots span.active {
    background: #163c6b;
    opacity: 1;
}

.total {
    line-height: 80px;
}

.total-top {
    top: -2%;
}

.total-top em,
.total-bottom em {
    font-style: normal;
}

.total-bottom {
    bottom: -2%;
}

/* pagenation */
.pagination {
    margin: 30px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination li {
    position: relative;
    display: inline-block;
    margin: 0 3px;
}

.pagination li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-family: var(--text-font);
    color: var(--text-color);
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: 1px solid #E5E5E5;
    font-weight: 500;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
    transition: all 500ms ease;
}

.pagination li a {
    background: var(--primary--color);
    color: #fff;
}















@media only screen and (max-width: 1200px) {
    .main-header .outer-box {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .main-menu,
    .sticky-header,
    .main-header.style-one .outer-container:before {
        display: none !important;
    }

    h4 {
        font-size: 18px;
        line-height: 22px;
    }
}

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

@media only screen and (max-width: 767px) {
    .header-lower {

        width: 100%;
        z-index: 111;
        background: var(--secondary--color);
        padding: 0;
    }

    .main-header .outer-box {
        padding-top: 10px;
        padding-bottom: 10px;
    }


    .fixed-header .header-lower {
        position: fixed;
        background-color: var(--secondary--color);
        z-index: 999;
        opacity: 1;
        visibility: visible;
        -ms-animation-name: fadeInDown;
        -moz-animation-name: fadeInDown;
        -op-animation-name: fadeInDown;
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -ms-animation-duration: 500ms;
        -moz-animation-duration: 500ms;
        -op-animation-duration: 500ms;
        -webkit-animation-duration: 500ms;
        animation-duration: 500ms;
        -ms-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
        -op-animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -ms-animation-iteration-count: 1;
        -moz-animation-iteration-count: 1;
        -op-animation-iteration-count: 1;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
    }

    .header-lower .logo-box a {
        color: var(--black--color);
    }

    .page-title {
        position: relative;
        padding: 20px 0px 20px 0px;
        overflow: visible;
    }

    .pagination {
        margin-bottom: 30px;
    }

    #back-to-top-btn {
        bottom: 92px;
        right: 30px;
    }


    .section-padding {
        padding: 30px 0px;
    }

    .twm-blog-list-style {
        display: block;
    }

    .twm-blog-list-style .wt-post-media {
        max-width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .detail-image-slider img {
        max-height: 100%;
        max-width: 93%;
    }

    .total-top {
        top: 1.3%;
    }

    .total-bottom {
        bottom: 0.3%;
    }
}

@media(max-width: 576px) {


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

    h1 {
        font-size: 24px !important;
        line-height: 38px;
        font-weight: 700;
    }

    .font-size-20 {
        font-size: 16px;
        line-height: 24px;
    }

}

@media only screen and (max-width: 499px) {
    .main-header .logo-box {
        padding: 0 !important;
    }

    .menu-area .mobile-nav-toggler {
        display: block;
        padding: 10px;
    }

    .mobile-menu {
        width: 100%;
    }

}


/* start side image */
.detail_side_imgs_content {
    display: flex;
    width: 600px;
    margin: 0 auto;
    justify-content: space-between;
}

.side_imgs_main {
    width: calc(66.6667% - 3px);
    padding-bottom: 100%;
    position: relative;
}

.side_imgs_main img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.side_imgs_other {
    width: 33.3333%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
}

.side_imgs_other_box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.side_imgs_other a {
    display: block;
    width: 100%;
    height: calc((100% - 6px) / 3);
    position: relative;
}

.side_imgs_other a::after {
    content: '+';
    position: absolute;
    color: #fff;
    font-weight: bold;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 16px;
}

.side_imgs_other a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

@media (max-width: 768px) {
    .detail_side_imgs_content {
        width: 100%;
        height: auto;
    }
}

/* end side image */