.widget-component .separater {
    padding-left: 35px;
    padding-top: 2px;
}
.widget-component .separater.separater-block {
    padding-left: 0;
    padding-top: 0;
    height: 25px;
    margin-bottom: 40px;
}
.widget-component .separater::before {
    content: '';
    background-image: url('../img/separater.png');
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
}
.widget-component .separater::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -20px;
    width: 25px;
    height: 3px;
    border-top: 2px solid #888;
    border-bottom: 2px solid #888;
}
.widget-component .separater.separater-block::before,
.widget-component .separater.separater-block::after {
    left: calc(50% - 12.5px);
}

body.home .site-main .wrapper .widget-component section:not(.full) .section-wrapper {
    max-width: var(--main-max-width);
    width: 100%;
}

.widget-component .section-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 54px;
    margin-bottom: 20px;
}
.site-footer .widget-component .section-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: var(--main-color-theme);
    margin-bottom: 30px;
}
.widget-component .section-subtitle {
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 30px;
}
.site-main .widget-component .section-description {
    font-weight: 300;
    line-height: 30px;
    font-size: 16px;
}

.widget-component .section-subtitle,
.widget-component .section-title,
.widget-component .section-description {
    width: 100%;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    color: #222;
}

.widget-component .title-highlight {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-transform: capitalize;
    margin: 0 0 40px;
    max-width: unset;
    margin-bottom: 40px;
}
.widget-component .title-highlight::after {
    content: '';
    background-color:var(--main-color-theme);
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.widget-component .title-highlight span {
    display: inline-block;
    padding: 7px 12px;
    background-color:var(--main-color-theme);
    color: #fff;
}

.site-main .widget-component > section:not(.full) {
    padding: 110px 10px 100px;
}
@media only screen and (max-width: 767px) {
    .widget-component .section-title {
        font-size: 24px;
        line-height: 30px;
    }
    .site-main .widget-component > section:not(.full) {
        padding: 50px 10px 50px;
    }
    body.home .site-main .widget-component > section:not(.full) {
        padding-left: 0;
        padding-right: 0;
    }
}



/* section-header-textarea */
.section-header-textarea .section-wrapper p {
    padding: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.section-header-textarea .section-wrapper p,
.section-header-textarea .section-wrapper a {
    color: #fff;
}

/* section-home-gridblog */
.section-home-gridblog {
    padding-top: 30px!important;
    padding-bottom: 50px!important;
}
.section-home-gridblog .gridblog-block {
    display: grid;
    grid-template-columns: repeat(3, 33.33333%);
    width: calc(100% - 10px);
    gap: 5px;
}
@media only screen and (max-width: 767px) {
    .section-home-gridblog .gridblog-block {
        grid-template-columns: repeat(2, 50%);
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    .section-home-gridblog .gridblog-block {
        grid-template-columns: unset;
        width: calc(100% - 4px);
    }
}

/* section-home-trending-blog */
.section-home-trending-blog {
    padding-top: 50px!important;
    padding-bottom: 50px!important;
}
.section-home-trending-blog .section-wrapper {
    display: grid;
    grid-template-columns: 200px auto;
    row-gap: 20px;
    align-items: center;
}
.section-home-trending-blog .title-block h5 {
    background-color: var(--main-color-theme);
    padding: 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
}
.section-home-trending-blog .trendings-block {
    width: 100%;
    max-width: 992px;
}
.section-home-trending-blog .trendings-block .trending-blog-item .wrap {
    width: calc(100% - 200px);
}
.section-home-trending-blog .trendings-block .trending-blog-item .title {
    color: #111;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    height: 24px;
}
.section-home-trending-blog .trendings-block .navbutton {
    position: absolute;
    top: -20px;
    right: 0;
    z-index: 2;
    padding: 20px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.section-home-trending-blog .trendings-block .navbutton .swiper-button {
    position: relative;
    top: 10px;
    left: unset;
    right: 0;
    width: 30px;
    height: 30px;
    border: 1px solid #dcdcdc;
    color: #b7b7b7;
    background-color: #fff;
}
.section-home-trending-blog .trendings-block .navbutton .swiper-button:hover {
    background-color: var(--main-color-theme);
    border-color: var(--main-color-theme);
    color: #fff;
}
.section-home-trending-blog .trendings-block .navbutton .swiper-button::after {
    font-size: 10px;
}
.section-home-trending-blog .trendings-block .navbutton .swiper-button.swiper-button-prev {
    margin-right: 10px;
}
@media only screen and (max-width: 1200px) {
    .section-home-trending-blog .title-block,
    .section-home-trending-blog .section-wrapper {
        padding: 0;
    }
    .section-home-trending-blog .section-wrapper {
        grid-template-columns: unset;
    }
}
@media only screen and (max-width: 991px) {
    .section-home-trending-blog {
        padding-top: 20px!important;
        padding-bottom: 20px!important;
    }
    .section-home-trending-blog .section-wrapper {
        display: block;
    }
    .section-home-trending-blog .title-block {
        margin-bottom: 20px;
    }
    .section-home-trending-blog .trendings-block {
        max-width: unset;
    }
    .section-home-trending-blog .trendings-block .trending-blog-item .wrap {
        width: calc(100% - 100px);
    }
}

/* section-home-partner */
.section-home-partner {
    padding-top: 125px!important;
    padding-bottom: 105px!important;
}
.section-home-partner .section-wrapper {
    margin-top: -35px;
}
.section-home-partner .partner-item .wrap {
    height: 100px;
}
.section-home-partner .partner-item .wrap img {
    object-fit: contain;
    user-select: none;
    height: 100%;
    filter: grayscale(0);
    opacity: 1;
    transition: all .3s;
}
.section-home-partner .partner-item .wrap:hover img {
    filter: grayscale(100%);
    opacity: .5;
}
@media only screen and (max-width: 991px) {
    .section-home-partner {
        padding-top: 40px!important;
        padding-bottom: 35px!important;
    }
    body:not(.home) .site-main .section-home-partner {
        padding-top: 60px!important;
    }
    .section-home-partner .section-wrapper {
        margin-top: 0;
    }
    .section-home-partner .section-wrapper .swiper-wrapper {
        margin-top: 10px;
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .section-home-partner {
        padding-top: 40px!important;
        padding-bottom: 40px!important;
    }
    body:not(.home) .site-main .section-home-partner .partner-item .wrap {
        height: unset;
    }
}

/* section-home-testimonial */
.section-home-testimonial {
    padding-top: 40px!important;
    padding-bottom: 60px!important;
    background-color: #f8f9f9;
}
.section-home-testimonial .section-title {
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
    width: 100%;
    max-width: var(--main-max-width);
}
.section-home-testimonial .section-wrapper {
    margin-top: 60px;
}
.section-home-testimonial .testimonial-item .wrap {
    display: grid;
    grid-template-columns: 120px auto;
    row-gap: 10px;
    padding: 20px 10px;
    border-radius: 5px;
    background-color: #fff;
}
.section-home-testimonial .testimonial-item .mega-box {
    text-align: center;
}
.section-home-testimonial .testimonial-item .info-box {
    padding-left: 10px;
}
.section-home-testimonial .testimonial-item .featured-image {
    height: 100px;
    width: 100%;
    max-width: 100px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px;
    border: 1px solid #ccc;
}
.section-home-testimonial .testimonial-item .featured-image img {
    height: 100%;
}
.section-home-testimonial .testimonial-item .title {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 5px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    height: 20px;
}
.section-home-testimonial .testimonial-item .subtitle {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #3498db;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    height: 18px;
}
.section-home-testimonial .testimonial-item .content {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-indent: 30px;
    color: #898989;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    height: 144px;
}
.section-home-testimonial .testimonial-item .content::before {
    content: '\f10d';
    font-family: "Font Awesome 5 Pro";
    font-weight: 600;
    color: var(--primary-color);
    position: absolute;
    left: -30px;
}
.section-home-testimonial .section-navbutton .swiper-button {
    width: 45px;
    height: 45px;
    top: -50px;
}
.section-home-testimonial .section-navbutton .swiper-button.swiper-button-prev {
    left: unset;
    right: 50px;
    transform: scaleX(-1);
}
.section-home-testimonial .section-navbutton .swiper-button::after {
    content: '';
    width: 30px;
    height: 30px;
    background-image: url(../img/tried-chevronrightblack.svg);
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0;
}
.section-home-testimonial .section-navbutton .swiper-button:hover::after {
    background-image: url(../img/tried-chevronrightblue.svg);
}
@media only screen and (max-width: 767px) {
    .section-home-testimonial {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .section-home-testimonial .section-title {
        margin-bottom: 20px!important;
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
    }
    .section-home-testimonial .section-wrapper {
        margin-top: 40px;
    }
    .section-home-testimonial .testimonial-item .wrap {
        grid-template-columns: unset;
    }
    .section-home-testimonial .testimonial-item .wrap .info-box {
        padding-left: 0;
    }
    .section-home-testimonial .section-navbutton .swiper-button {
        top: -30px;
    }
    .section-home-testimonial .testimonial-item .content {
        font-size: 12px;
        line-height: 18px;
        text-indent: 20px;
        color: #898989;
        -webkit-line-clamp: 4;
        height: 72px;
    }
    .section-home-testimonial .testimonial-item .content::before {
        left: -20px;
    }
}

/* section-another_bannerviewmode */
.section-another_bannerviewmode {
    padding: 0!important;
}
.section-another_bannerviewmode .banner-block {
    min-height: 400px;
}
.section-another_bannerviewmode .banner-block.non-viewmode {
    min-height: 250px;
}
.section-another_bannerviewmode .banner-block .title-banner {
    max-width: var(--main-max-width);
    padding-top: 140px;
    color: #fff;
    font-weight: 300;
    font-size: 72px;
    line-height: 84px;
}
.section-another_bannerviewmode .banner-block.non-viewmode .title-banner {
    padding-top: 100px;
    font-size: 54px;
    line-height: 60px;
}
.section-another_bannerviewmode .banner-block .background-banner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background-color: #154292;
}
.section-another_bannerviewmode .viewmode-block {
    max-width: 1300px;
    background-color: #fff;
    margin-top: -140px;
    box-shadow: 0px 4px 9px rgba(0,0,0,0.16);
    border-radius: 12px;
    padding: 40px 0;
    box-sizing: border-box;
}
.section-another_bannerviewmode .viewmode-block.viewmode-col2 {
    display: grid;
    grid-template-columns: repeat(2, 50%);
}
.section-another_bannerviewmode .viewmode-block .viewmode-item {
    padding: 0 56px;
}
.section-another_bannerviewmode .viewmode-block.viewmode-col2 .viewmode-item:first-child {
    border-right: 1px solid #e0e0e0;
}
.section-another_bannerviewmode .viewmode-item .title {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #3f4048;
    margin-bottom: 16px;
}
.section-another_bannerviewmode .viewmode-item .content {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 32px;
    color: #706f6f;
}
.section-another_bannerviewmode .viewmode-item .btnlinks {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.section-another_bannerviewmode .viewmode-item .btnlinks a {
    padding: 14px 33px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: var(--primary-btn-color);
    text-align: center;
    border: 2px solid var(--primary-btn-color);
}
.section-another_bannerviewmode .viewmode-item .btnlinks a:hover {
    background-color: rgba(18, 67, 149, 0.1);
}
.section-another_bannerviewmode .viewmode-item .btnlinks a:first-child {
    margin-right: 20px;
}
.section-another_bannerviewmode .viewmode-item .btnlinks a:last-child {
    background-color: var(--primary-btn-color);
    color: #fff;
}
.section-another_bannerviewmode .viewmode-block:not(.viewmode-col2) .viewmode-item {
    padding-right: 336px;
}
.section-another_bannerviewmode .viewmode-block:not(.viewmode-col2) .btnlinks {
    position: absolute;
    right: 56px;
    top: 0;
    flex-direction: column;
}
.section-another_bannerviewmode .viewmode-block:not(.viewmode-col2) .btnlinks a {
    width: 100%;
    box-sizing: border-box;
}
.section-another_bannerviewmode .viewmode-block:not(.viewmode-col2) .btnlinks a:first-child {
    margin-right: 0;
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .section-another_bannerviewmode .banner-block {
        min-height: 300px;
    }
    .section-another_bannerviewmode .banner-block.non-viewmode {
        min-height: 140px;
    }
    .section-another_bannerviewmode .banner-block .title-banner {
        padding: 50px 10px 0;
        font-size: 40px;
        line-height: 54px;
        text-align: center;
    }
    .section-another_bannerviewmode .banner-block.non-viewmode .title-banner {
        padding-top: 50px;
        font-size: 30px;
        line-height: 40px;
        text-align: left;
    }
    .section-another_bannerviewmode .viewmode-block {
        margin-top: -150px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .section-another_bannerviewmode .viewmode-item .title {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .section-another_bannerviewmode .viewmode-item .content {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .section-another_bannerviewmode .viewmode-block:not(.viewmode-col2) .btnlinks a:first-child {
        margin-bottom: 10px;
    }
    .section-another_bannerviewmode .viewmode-block:not(.viewmode-col2) .viewmode-item {
        padding: 0 15px;
    }
    .section-another_bannerviewmode .viewmode-block:not(.viewmode-col2) .btnlinks {
        position: relative;
        right: unset;
    }
}


/* section-another_bannerviewmode */
.section-another_bannernormal {
    padding: 0!important;
}
.section-another_bannernormal .banner-block {
    min-height: 400px;
}
.section-another_bannernormal .banner-block.non-viewmode {
    min-height: 250px;
}
.section-another_bannernormal .banner-block .subtitle-banner {
    font-weight: 700;
    font-size: 18px;
    color: #FAA61A;
    line-height: 21px;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    margin: 0 auto;
    max-width: var(--main-max-width);
    padding-top: 80px;
}
.section-another_bannernormal .banner-block .title-banner {
    max-width: var(--main-max-width);
    color: #fff;
    font-weight: 300;
    font-size: 72px;
    line-height: 84px;
}
.section-another_bannernormal .banner-block.non-viewmode .title-banner {
    padding-top: 20px;
    font-size: 54px;
    line-height: 60px;
}
.section-another_bannernormal .banner-block .background-banner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    background-color: #154292;
    background-size: cover;
    background-position: center;
}
@media only screen and (max-width: 767px) {
    .section-another_bannernormal .banner-block {
        min-height: 300px;
    }
    .section-another_bannernormal .banner-block.non-viewmode {
        min-height: 140px;
    }
    .section-another_bannernormal .banner-block .subtitle-banner {
        padding: 30px 10px 0;
    }
    .section-another_bannernormal .banner-block .title-banner {
        padding: 0 10px;
        font-size: 40px;
        line-height: 54px;
        text-align: center;
    }
    .section-another_bannernormal .banner-block.non-viewmode .title-banner {
        font-size: 30px;
        line-height: 40px;
        text-align: left;
    }
}


/* section-another_listquotes */
.section-another_listquotes {
    padding-top: 70px !important;
    padding-bottom: 50px !important;
}
.section-another_listquotes .section-wrapper {
    max-width: var(--main-max-width);
}
.section-another_listquotes .info-block {
    margin-bottom: 30px;
}
.section-another_listquotes .info-block h4 {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.18;
    margin-bottom: 10px;
}
.section-another_listquotes .info-block p {
    font-weight: 400;
    font-size: 18px;
    color: #706f6f;
    line-height: 1.5;
}
.section-another_listquotes .listquotes {
    column-count: 2;
    column-gap: 30px;
}
.section-another_listquotes .quote-item {
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 20px;
    background-color: rgba(250, 166, 26, 0.1);
    display: inline-block;
}
.section-another_listquotes .quote-item:nth-child(2n + 1) {
    background-color: rgba(55, 190, 236, 0.1);
}
.section-another_listquotes .quote-item > p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #706f6f;
}
.section-another_listquotes .quote-item > p::before {
    content: '\f10d';
    font-family: "Font Awesome 5 Pro";
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    display: block;
    margin-bottom: 10px;
    color: #37BEEC;
}
.section-another_listquotes .quote-item:nth-child(2n + 1) > p::before {
    color: #faa619;
}
.section-another_listquotes .quote-item > h4 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #3f4048;
    margin-top: 16px;
    display: block;
}
@media only screen and (max-width: 767px) {
    .section-another_listquotes .listquotes {
        column-count: 1;
    }
    .section-another_listquotes .info-block h4 {
        font-size: 20px;
        line-height: 24px;
    }
    .section-another_listquotes .quote-item {
        padding: 15px;
    }
    .section-another_listquotes .quote-item > p {
        font-size: 14px;
        line-height: 18px;
    }
    .section-another_listquotes .quote-item > p::before {
        font-size: 16px;
        line-height: 20px;
    }
    .section-another_listquotes .quote-item > h4 {
        font-size: 14px;
        line-height: 18px;
        margin-top: 10px;
    }
}



/* section-another_infolistlink */
.section-another_infolistlink {
    padding-top: 70px !important;
    padding-bottom: 50px !important;
}
.section-another_infolistlink .section-wrapper {
    max-width: var(--main-max-width);
}
.section-another_infolistlink .info-block {
    margin-bottom: 30px;
}
.section-another_infolistlink .info-block h4 {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.18;
    margin-bottom: 10px;
}
.section-another_infolistlink .info-block p {
    font-weight: 400;
    font-size: 18px;
    color: #706f6f;
    line-height: 1.5;
}
.section-another_infolistlink .listlinks {
    display: grid;
    grid-template-columns: repeat(3, 33.333333%);
    row-gap: 20px;
    column-gap: 30px;
    width: calc(100% - 60px);
}
.section-another_infolistlink .listlinks span {
    background-color: #f5f5f5;
    border-radius: 6px;
    padding: 16px;
    min-height: 64px;
    box-sizing: border-box;
}
.section-another_infolistlink .listlinks span a {
    font-size: 18px;
    color: #3f4048;
    font-weight: 500;
    line-height: 34px;
    padding-right: 50px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    height: 34px;
}
.section-another_infolistlink .listlinks span a:hover {
    text-decoration: underline;
}
.section-another_infolistlink .listlinks span a::before {
    content: '\f35a';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    font-size: 34px;
    line-height: 34px;
    font-weight: 400;
    color: var(--primary-btn-color);
}


/* section-contact-infocollapse */
.section-contact-infocollapse {
    padding-top: 30px!important;
}
.section-contact-infocollapse .section-wrapper {
    max-width: var(--main-max-width);
    padding-top: 40px;
}
.section-contact-infocollapse .section-wrapper::before {
    content: '';
    display: block;
    background-color: #FAA61A;
    position: absolute;
    top: 0;
    left: 0;
    width: 56px;
    height: 5px;
    border-radius: 12px;
}
.section-contact-infocollapse .info-block,
.section-contact-infocollapse .infocollapse-block {
    max-width: 870px;
}
.section-contact-infocollapse .info-block h4 {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.18;
    color: #3f4048;
    margin-bottom: 25px;
}
.section-contact-infocollapse .info-block p {
    margin-bottom: 40px;
    font-size: 18px;
    color: #706f6f;
    line-height: 1.5;
    font-weight: 400;
}
.section-contact-infocollapse .infocollapse-item {
    border-bottom: 1px solid rgba(112, 111, 111, 0.2);
    padding-right: 32px;
}
.section-contact-infocollapse .infocollapse-item > a {
    padding: 35px 10px 35px 0;
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    color: #3f4048;
}
.section-contact-infocollapse .infocollapse-item > a::before {
    content: '\f078';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: -10px;
}
.section-contact-infocollapse .infocollapse-item.active > a::before {
    content: '\f077';
}
.section-contact-infocollapse .infocollapse-item > div {
    padding: 0 40px 40px 0;
    color: #706f6f;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    display: none;
}
.section-contact-infocollapse .infocollapse-item.active > div {
    display: block;
}
.section-contact-infocollapse .infocollapse-item > div > * {
    margin: 10px 0;
}
.section-contact-infocollapse .infocollapse-item > div a {
    color: var(--primary-btn-color);
}
.section-contact-infocollapse .infocollapse-item > div a:hover {
    text-decoration: underline;
}

/* section-home-slider */
.section-home-slider {
    left: -10px;
    width: calc(100% + 20px);
}
.section-home-slider .section-wrapper {
    display: flex;
}
.section-home-slider .section-wrapper:not(.infoboxs) {
    max-width: 100%;
}
.section-home-slider .swiper-button {
    top: unset;
    bottom: 20px;
    color: #fff;
    border: 1.5px solid rgba(255,255,255,.4);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all .3s;
}
.section-home-slider .section-wrapper .swiper-button:hover {
    border-color: var(--primary-btn-color);
    background-color: var(--primary-btn-color);
}
.section-home-slider .swiper-button::before {
    font-size: 12px;
    font-family: "Font Awesome 5 Pro";
}
.section-home-slider .swiper-button::after {
    content: unset;
}
.section-home-slider .swiper-button.swiper-button-prev {
    left: unset;
    right: 64px;
}
.section-home-slider .swiper-button.swiper-button-next {
    right: 10px;
}
.section-home-slider .swiper-button.swiper-button-prev::before {
    content: '\f104';
}
.section-home-slider .swiper-button.swiper-button-next::before {
    content: '\f105';
}

.section-home-slider,
.section-home-slider .swiper .box {
    height: 100%;
    max-height: calc(100vh - 84px);
    min-height: calc(100vh - 84px);
}
.section-home-slider .background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.section-home-slider .background-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #252531;
    opacity: .5;
    z-index: 1;
}
.section-home-slider .background-overlay:empty::before {
    background: linear-gradient(135deg, #0a1520 0%, #1F3E5D 50%, #F27524 160%);
    background-color: #0a1520;
    opacity: 1;
}
.section-home-slider .background-overlay img {
    height: 100%;
    object-fit: cover;
}
.section-home-slider .swiper .box {
    background-color: #fff;
    display: flex;
    align-items: center;
}
.section-home-slider .swiper .box .box-content {
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 2;
}
.section-home-slider .swiper .box .box-content .wrapper {
    padding-top: 24px;
    padding-bottom: 24px;
    overflow: hidden;
}
.section-home-slider .swiper .box .box-content[data-reverse="1"] .wrapper {
    text-align: right;
}
.section-home-slider .swiper .box .box-content .subtitle {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--primary-heading-color);
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
    transition: all 1.75s;
}
.section-home-slider .swiper .box .box-content[data-reverse="1"] .subtitle {
    flex-flow: row-reverse;
}
.section-home-slider .swiper .box .box-content .subtitle::before {
    content: '';
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    width: 32px;
    height: 2px;
    background-color: var(--primary-heading-color);
}
.section-home-slider .swiper .box .box-content .title {
    font-size: clamp(36px,5vw,64px);
    font-weight: 900;
    line-height: 1.08;
    white-space: pre-line;
    transition: all 2.25s;
}
.section-home-slider .swiper .box .box-content .content {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    white-space: pre-line;
    margin-top: 15px;
    transition: all 2.5s ease-in-out;
}
.section-home-slider .swiper .box .box-content .subtitle,
.section-home-slider .swiper .box .box-content .title,
.section-home-slider .swiper .box .box-content .content {
    transform: translateY(20px);
    opacity: 0;
}
.section-home-slider .swiper-slide.swiper-slide-active .box-content .subtitle,
.section-home-slider .swiper-slide.swiper-slide-active .box-content .title,
.section-home-slider .swiper-slide.swiper-slide-active .box-content .content {
    transform: translateY(0);
    opacity: 1;
}
.section-home-slider .swiper .box .box-content .content strong {
    font-weight: 600;
}
.section-home-slider .swiper .box .box-content .more {
    gap: 10px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 40px;
}
.section-home-slider .swiper .box .box-content .more a.viewmore {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: .8px;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 18px;
    overflow: hidden;
    border-radius: 6px;
    background-color: var(--primary-btn-color);
    opacity: 0;
    transform: scale(0);
    transition: all .5s ease;
    transition-delay: .5s;
}
.section-home-slider .swiper-slide.swiper-slide-active .box-content .more a.viewmore {
    opacity: 1;
    transform: scale(1);
}
/* .section-home-slider .swiper .box .box-content .more a.viewmore:before,
.section-home-slider .swiper .box .box-content .more a.viewmore::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    border-bottom: 64px solid var(--main-color-theme);
    transition: all 600ms ease;
}
.section-home-slider .swiper .box .box-content .more a.viewmore:before {
    left: 0;
    right: -50px;
    border-right: 30px solid transparent;
    transform: translateX(-100%);
}
.section-home-slider .swiper .box .box-content .more a.viewmore::after {
    right: 0;
    left: -50px;
    border-left: 30px solid transparent;
    transform: translateX(100%);
}
.section-home-slider .swiper .box .box-content .more a.viewmore:hover:before {
    transform: translateX(-40%);
}
.section-home-slider .swiper .box .box-content .more a.viewmore:hover:after {
    transform: translateX(40%);
} */
.section-home-slider .swiper .box .box-content .more a i {
    margin-left: 10px;
}

.section-home-slider .swiper .swiper-pagination {
    bottom: 20px;
}
.section-home-slider .swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(255,255,255,.4);
    border: 1px solid transparent;
    width: 6px;
    height: 6px;
    opacity: 1;
    transition: all 300ms ease;
}
.section-home-slider .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
    margin-right: 5px;
}
.section-home-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--primary-btn-color);
    border-color: var(--primary-btn-color);
    width: 28px;
    border-radius: 4px;
}

.section-home-slider .section-wrapper.infoboxs {
    display: block;
}
.section-home-slider .section-wrapper.infoboxs .wrapper {
    display: grid;
    margin-top: -45px;
    z-index: 1;
    background-color: #ffffff;
    box-shadow: 0px 0px 25px rgb(0 0 0 / 15%);
}
.section-home-slider .section-wrapper.infoboxs .wrapper .item .box {
    display: inline-grid;
    grid-template-columns: 90px auto;
    align-items: center;
    grid-row-gap: unset;
    padding: 50px 45px;
}
.section-home-slider .section-wrapper.infoboxs .wrapper[data-columns="4"] .box {
    grid-template-columns: 65px auto;
    padding: 50px 30px;
}
.section-home-slider .section-wrapper.infoboxs .wrapper[data-columns="4"] .item:nth-child(2n-1) .box,
.section-home-slider .section-wrapper.infoboxs .wrapper[data-columns="3"] .item:nth-child(3n-1) .box {
    box-shadow: 0px 0px 25px rgb(0 0 0 / 15%);
}
.section-home-slider .section-wrapper.infoboxs .wrapper .item .box::after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 5px;
    width: 60px;
    background-color: #555555;
    transition: all 500ms ease;
}
.section-home-slider .section-wrapper.infoboxs .wrapper .item:hover .box::after {
    width: 100%;
    background-color: #f89429;
}
.section-home-slider .section-wrapper.infoboxs .wrapper .item .icon {
    color: var(--main-color-theme);
    font-size: 54px;
    line-height: 1em;
}
.section-home-slider .section-wrapper.infoboxs .wrapper[data-columns="4"] .item .icon {
    font-size: 36px;
}
.section-home-slider .section-wrapper.infoboxs .wrapper .item .title {
    color: #222222;
    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    padding-right: 25px;
    transition: all 500ms ease;
}
.section-home-slider .section-wrapper.infoboxs .wrapper[data-columns="4"] .item .title {
    font-size: 16px;
    line-height: 24px;
}
.section-home-slider .section-wrapper.infoboxs .wrapper .item:hover .title {
    color: var(--main-color-theme);
}
.section-home-slider .section-wrapper.infoboxs .wrapper .item .title::after {
    content: '\f054';
    font-family: "Font Awesome 5 Pro";
    color: #f89429;
    font-size: 20px;
    line-height: 1;
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
}
@media only screen and (max-width: 1400px) {
    .section-home-slider,
    .section-home-slider .swiper .box {
        max-height: calc(600px + 65px);
        min-height: calc(600px + 65px);
    }
}
@media only screen and (max-width: 1024px) {
    .section-home-slider {
        padding-bottom: 275px;
    }
    .section-home-slider,
    .section-home-slider .swiper .box {
        max-height: calc(400px + 65px);
        min-height: calc(400px + 65px);
    }
    .section-home-slider .section-wrapper .other-left {
        display: none;
    }
    .section-home-slider .section-wrapper {
        display: block;
    }
    .section-home-slider .swiper .box .box-content .title {
        font-size: 36px;
        line-height: 40px;
    }
    .section-home-slider .section-wrapper.infoboxs .wrapper {
        margin-top: 20px;
    }
    .section-home-slider .section-wrapper.infoboxs .wrapper[data-columns="4"] {
        grid-template-columns: repeat(2, 50%)!important;
    }
    .section-home-slider .section-wrapper.infoboxs .wrapper .item .box,
    .section-home-slider .section-wrapper.infoboxs .wrapper[data-columns="4"] .item:nth-child(2n-1) .box,
    .section-home-slider .section-wrapper.infoboxs .wrapper[data-columns="3"] .item:nth-child(3n-1) .box {
        box-shadow: unset;
        padding: 50px 30px!important;
        width: calc(100% - 60px);
    }
    .section-home-slider .section-wrapper.infoboxs .wrapper .item {
        border: 1px solid #f1f1f1;
    }
}
@media only screen and (max-width: 767px) {
    .section-home-slider {
        padding-bottom: 0;
    }
    .section-home-slider,
    .section-home-slider .swiper .box {
        max-height: unset;
        min-height: 450px;
    }
    .section-home-slider .swiper .box {
        width: 100%!important;
        background-size: contain;
    }
    .section-home-slider .swiper .box .box-content .wrapper {
        max-width: unset;
    }
    .section-home-slider .swiper .box .box-content .content {
        font-size: 28px;
        line-height: 40px;
    }
    .section-home-slider .swiper .box .box-content .more {
        flex-direction: column;
        align-items: flex-start;
    }
    .section-home-slider .swiper .box .box-content .more a {
        padding: 10px 40px 10px 20px;
    }
    .section-home-slider .swiper .box .box-content .more a::after {
        top: 7px;
    }
    .section-home-slider .swiper .box .box-content .title {
        font-size: 28px;
        line-height: 36px;
    }
    .section-home-slider .swiper .box .box-content .content {
        font-size: 20px;
        line-height: 30px;
    }
    .section-home-slider .section-wrapper.infoboxs {
        padding-left: 10px;
        padding-right: 10px;
        width: calc(100% - 20px);
    }
    .section-home-slider .section-wrapper.infoboxs .wrapper,
    .section-home-slider .section-wrapper.infoboxs .wrapper[data-columns="4"] {
        grid-template-columns: unset!important;
        grid-row-gap: 0;
    }
    .section-home-slider .section-wrapper.infoboxs .wrapper .item .box,
    .section-home-slider .section-wrapper.infoboxs .wrapper[data-columns="4"] .item:nth-child(2n-1) .box,
    .section-home-slider .section-wrapper.infoboxs .wrapper[data-columns="3"] .item:nth-child(3n-1) .box {
        padding: 30px!important;
    }
    .section-home-slider .swiper-button {
        visibility: visible;
        opacity: 1;
        transform: translateY(160px);
        border-radius: 0;
        color: #f89429;
        background-color: #fff;    
    }
    .section-home-slider .swiper-button.swiper-button-prev {
        left: calc(100% - 125px);
    }
}

/* section-home-about */
.section-home-about {
    padding-top: 100px!important;
}
.section-home-about .section-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    row-gap: 40px;
}
.section-home-about .info-block {
    padding-right: 20px;
}
.section-home-about .info-block .subtitle {
    color: #888;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 35px;
}
.section-home-about .info-block .title {
    color: #222;
    font-size: 44px;
    font-weight: 600;
    line-height: 52px;
    margin-bottom: 20px;
}
.section-home-about .info-block .content {
    color: #555;
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 20px;
}
.section-home-about .info-block .content strong {
    color: #222;
    font-weight: 500;
}
.section-home-about .info-block .content br {
    content: '';
    display: block;
    margin-bottom: 15px;
}
.section-home-about .info-block .viewmore {
    color: var(--main-color-theme);
    border-bottom: 1px solid transparent;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 500ms ease;
}
.section-home-about .info-block .viewmore:hover {
    color: #222222;
    border-color: 1px solid var(--main-color-theme);
}
.section-home-about .info-block .viewmore::after {
    content: '\f054';
    font-family: "Font Awesome 5 Pro";
    color: var(--main-color-theme);
    font-size: 12px;
    line-height: 1;
    position: absolute;
    right: -20px;
    top: calc(50% - 6px);
}
.section-home-about .image-block {
    display: grid;
}
.section-home-about .image-block .item {
    padding-left: 10px;
    padding-right: 10px;
}
.section-home-about .image-block .item.image-1  {
    grid-column: 1/ span 2;
    grid-row: 1;
    padding-bottom: 15px;
}
.section-home-about .image-block .item.image-2  {
    grid-column: 1;
    grid-row: 2;
}
.section-home-about .image-block .item.image-3  {
    grid-column: 2;
    grid-row: 2;
}
.section-home-about .image-block .item img {
    height: 100%;
}
@media only screen and (max-width: 767px) {
    .section-home-about .section-wrapper {
        grid-template-columns: unset;
    }
    .section-home-about .info-block {
        padding: 10px;
    }
    .section-home-about .image-block {
    }
}


/* secton-home-image_content */
.secton-home-image_content .gradient-color-filter{
    width: 100%;
    opacity: 1;
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
}
.secton-home-image_content .secton-home-image_content-image{
    margin-right: 20px;
    height: 480px;
    background: linear-gradient(135deg, var(--main-color-theme) 0%, var(--main-color-theme) 100%);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .4);
    font-size: 14px;
    gap: 12px;
    position: relative;
    overflow: hidden;
}
.secton-home-image_content .secton-home-image_content-image img{
    width: 100%;
    object-fit: cover; 
    object-position: center;
}
.secton-home-image_content .secton-home-image_content-image span {
    position: absolute;
    bottom: 24px;
    left: 24px;
    background: var(--primary-heading-color);
    color: #fff;
    padding: 12px 20px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
}
.secton-home-image_content .secton-home-image_content-image::before,
.secton-home-image_content .secton-home-image_content-image::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    z-index: 2;
}
.secton-home-image_content .secton-home-image_content-image::before {
    top: -40px;
    right: -40px;
    width: 200px;
    height: 200px;
    border: 1px solid rgba(242, 117, 36, .2);
}
.secton-home-image_content .secton-home-image_content-image::after {
    bottom: -60px;
    left: -30px;
    width: 160px;
    height: 160px;
    border: 1px solid rgba(242, 117, 36, .15);
}

.secton-home-image_content .secton-home-image_content-content{
    margin-left: 40px;
}
.secton-home-image_content .secton-home-image_content-subtitle{
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: var(--primary-heading-color);
    margin-bottom: 14px;
}
.secton-home-image_content .secton-home-image_content-title{
    font-size: clamp(24px, 3vw, 36px);
    font-weight: 800;
    color: var(--main-color-theme);
    line-height: 1.2;
    margin-bottom: 20px;
    white-space: pre-line;
}
.secton-home-image_content .secton-home-image_content-description {
    font-size: 16px;
    font-weight: 400;
    color: #6B7A99;
    line-height: 1.7;
    max-width: 540px;
}

.secton-home-image_content .secton-home-image_content-viewmore{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--primary-btn-color);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
    padding: 14px 28px;
    border-radius: 6px;
    transition: all .28s cubic-bezier(.4,0,.2,1);
    margin-top: 20px;
}
.secton-home-image_content .secton-home-image_content-viewmore:hover{
    opacity: .7;
    transform: translateY(-2px);
}


/* section-footer-logo */
.section-footer-logo .logo-block img {
    width: 100%;
    height: 100%;
    max-height: 80px;
    object-fit: contain;
    object-position: left;
    margin-bottom: 20px;
    margin-top: 35px;
}

/* section-footer-information */
.section-footer-information .section-title {
    margin: 0 0 12px 0!important;
    font-size: 24px !important;
    font-weight: 700 !important;
    letter-spacing: -1px;
    padding-top: 15px;
    color: #fff !important;
}
.section-footer-information .section-title em {
    color: var(--primary-heading-color);
    font-style: normal;
}
.section-footer-information .section-wrapper .description-block {
    font-size: 14px;
    line-height: 1.7;
    font-weight: 400;
    letter-spacing: .3px;
    color: rgba(255,255,255,.55);
}
.section-footer-information .section-wrapper .slogan-block {
    margin-top: 15px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--primary-heading-color);
}
@media only screen and (max-width: 767px) {
    .section-footer-information .section-title,
    .section-footer-information .section-wrapper .description-block {
        text-align: center;
    }
    .section-footer-information .section-title {
        font-size: 24px !important;
    }
}

/* section-footer-workinghours */
.section-footer-workinghours .section-title {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 35px;
}
.section-footer-workinghours .section-title::before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 70px;
    height: 3px;
    background-color: #3498db;
}
.section-footer-workinghours .section-title::after {
    content: '';
    position: absolute;
    bottom: -17px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #2e2e2e;
}
.section-footer-workinghours .content {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
}
.section-footer-workinghours table.hours {
    border: 2px solid #2e2e2e;
    border-collapse: separate;
    border-spacing: 0 6px;
    width: 100%;
    padding: 10px 20px;
    margin-top: 15px;
}
.section-footer-workinghours table.hours th {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}
.section-footer-workinghours table.hours th:last-child {
    font-weight: 700;
    text-align: right;
}
.section-footer-workinghours table.hours th.highlight {
    color: #32853a;
}

/* section-home-catservice */
.section-home-catservice {
    background-color: #f0f2f5;
    padding-bottom: 150px!important;
}
.section-home-catservice .section-wrapper {
    margin-top: 50px;
}
.section-home-catservice .categories {
    display: grid;
    grid-template-columns: repeat(3, 33.333333%);
    row-gap: 10px;
}
.section-home-catservice .categories .category-item {
    margin-left: 10px;
    margin-right: 10px;
}
.section-home-catservice .pattern-layer {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 915px;
    background-repeat: repeat-x;
    background-position: left bottom;
    animation: 10s linear 0s infinite normal none running slide;
}
@keyframes slide{
	from { background-position: 0 0; }
    to { background-position: 200px 0; }
}
@media only screen and (max-width: 1024px) {
    .section-home-catservice .categories {
        grid-template-columns: repeat(2, 50%);
    }
}
@media only screen and (max-width: 767px) {
    .section-home-catservice .categories {
        grid-template-columns: unset;
    }
}

/* section-home-service */
.section-home-service .services {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    row-gap: 20px;
}
.section-home-service .services .service-item .wrap {
    margin-left: 10px;
    margin-right: 10px;
}
@media only screen and (max-width: 767px) {
    .section-home-service {
        padding-bottom: 40px!important;
    }
    .section-home-service .services {
        grid-template-columns: unset;
    }
    .section-home-service .services .service-item,
    .section-home-service .services .service-item .wrap {
        margin-left: 0;
        margin-right: 0;
        width: 100%!important;
    }
}

/* section-footer-recentform */
.section-footer-recentform .section-title {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 35px;
}
.section-footer-recentform .section-title::before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 70px;
    height: 3px;
    background-color: #3498db;
}
.section-footer-recentform .section-title::after {
    content: '';
    position: absolute;
    bottom: -17px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #2e2e2e;
}
.section-footer-recentform .section-wrapper.recent {
    margin-bottom: 20px;
}
.section-footer-recentform ul.recents li:not(:last-child) {
    margin-bottom: 15px;
}
.section-footer-recentform ul.recents .title {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    height: 24px;
}
.section-footer-recentform ul.recents .title a {
    color: #fff;
}
.section-footer-recentform ul.recents .title:hover a {
    color: #3498db;
    opacity: .8;
}
.section-footer-recentform ul.recents .date {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}
.section-footer-recentform ul.recents .date::before {
    content: '\f073';
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    margin-right: 10px;
    color: #3498db;
}

/* section-footer-menu */
.section-footer-menu .section-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #fff;
}
.section-footer-menu .section-wrapper ul.menu li:not(:last-child) {
    margin-bottom: 8px;
}
.section-footer-menu .section-wrapper ul.menu li a {
    font-size: 13px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 8px;
    color: #ffffff80;
}
.section-footer-menu .section-wrapper ul.menu li a:hover {
    color: var(--primary-color);
}

/* section-footer-copyright */
.section-footer-copyright .copyright-block {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

/* section-footer-menucert */
.section-footer-menucert .menu-block:not(:last-child) {
    margin-bottom: 30px;
}
.section-footer-menucert .menu-title,
.section-footer-menucert .cert-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .3px;
    margin-bottom: 10px;
    color: #fff;
}
.section-footer-menucert .menu li {
    padding: 5px 0;
}
.section-footer-menucert .menu a {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}
.section-footer-menucert .cert {
    width: 100%;
    max-width: 150px;
    display: block;
}
.section-footer-menucert .cert img {
    height: 100%;
}

/* section-footer-menucol */
.section-footer-menucol .section-wrapper > div:not(:last-child) {
    margin-bottom: 30px;
}
.section-footer-menucol .menu-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .3px;
    margin-bottom: 10px;
    color: #fff;
}
.section-footer-menucol .menu {
    column-count: 2;
}
.section-footer-menucol .menu li {
    padding: 5px 0;
}
.section-footer-menucol .menu a {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}
@media only screen and (max-width: 767px) {
    .section-footer-menucol .menu a {
        font-size: 13px;
        line-height: 18px;
    }
}

/* section-footer-menuextend */
.section-footer-menuextend .menu-title,
.section-footer-menuextend .social-title,
.section-footer-menuextend .download-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .3px;
    margin-bottom: 10px;
    color: #fff;
}
.section-footer-menuextend .section-wrapper > div:not(:last-child) {
    margin-bottom: 30px;
}
.section-footer-menuextend .menu li {
    padding: 5px 0;
}
.section-footer-menuextend .menu a {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
}
.section-footer-menuextend .socials {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    padding: 10px;
}
.section-footer-menuextend .socials li {
    float: left;
    margin: 0 5px 5px 0;
}
.section-footer-menuextend .socials img {
    width: 42px;
    height: 42px;
}
.section-footer-menuextend .downloads li {
    background-color: #fff;
    padding: 10px;
}
.section-footer-menuextend .downloads li:not(:last-child) {
    margin-bottom: 10px;
}
.section-footer-menuextend .downloads img {
    width: 150px;
    margin: 0 auto;
}
@media only screen and (max-width: 767px) {
    .section-footer-menuextend .menu a {
        font-size: 13px;
        line-height: 18px;
    }
}

/* section-footer-vertical-menu */
.section-footer-vertical-menu .section-wrapper ul.menu li,
.section-footer-vertical-menu .section-wrapper ul.menu li a {
    display: inline-block;
}
.section-footer-vertical-menu .section-wrapper ul.menu li a {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    text-decoration: underline;
    padding: 10px;
}
.section-footer-vertical-menu .section-wrapper ul.menu li a:hover {
    color: var(--primary-color);
}
.footer-contain.footer-middle .section-footer-vertical-menu .section-wrapper ul.menu {
    text-align: center;
}
.footer-contain.footer-middle .section-footer-vertical-menu .section-wrapper ul.menu li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    padding: 10px 30px;
}
@media only screen and (max-width: 767px) {
    .footer-contain:not(.footer-middle) .section-footer-vertical-menu .section-wrapper ul.menu {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        height: 40px;
    }
    .footer-contain.footer-middle .section-footer-vertical-menu .section-wrapper ul.menu li a {
        font-size: 14px;
        line-height: 20px;
        padding: 10px 20px;
    }
}

/* section-footer-location */
.section-footer-location .section-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #fff;
}
.section-footer-location .locations {
    margin-bottom: 15px;
}
.section-footer-location .locations select {
    width: 100%;
    font-size: 16px;
    font-style: normal;
    height: 55px;
    padding: 10px 18px;
    line-height: 34px;
    color: #555555;
    font-weight: 300;
    border-radius: 3px;
    background: #ffffff;
    border: 1px solid #ffffff;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.section-footer-location .locations > span {
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
    width: 18px;
    height: 18px;
    font-size: 18px;
    line-height: 1;
}
.section-footer-location .map iframe {
    height: 200px!important;
    width: 100%!important;
}


/* section-another_boxviewmore */
.section-another_boxviewmore {
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.section-another_boxviewmore::before,
.section-another_boxviewmore::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    display: block;
    pointer-events: none;
    background-color: #134395;
}
.section-another_boxviewmore::after {
    background-color: #faa619;
    left: 50%;
}
.section-another_boxviewmore .viewmode-block {
    z-index: 2;
    max-width: var(--main-max-width);
    padding-bottom: 40px;
}
.section-another_boxviewmore .viewmode-block.viewmode-col2 {
    display: grid;
    grid-template-columns: repeat(2, 50%);
}
.section-another_boxviewmore .viewmode-item {
    padding-top: 55px;
    padding-bottom: 25px;
}
.section-another_boxviewmore .viewmode-item:first-child {
    color: #fff;
    padding-right: 56px;
}
.section-another_boxviewmore .viewmode-item:last-child {
    padding-left: 56px;
}
.section-another_boxviewmore .viewmode-item .title {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 16px;
}
.section-another_boxviewmore .viewmode-item .content {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    height: 72px;
}
.section-another_boxviewmore .viewmode-item .btnlinks {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.section-another_boxviewmore .viewmode-item .btnlinks a {
    padding: 14px 33px;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    text-align: center;
    border: 2px solid #fff;
}
.section-another_boxviewmore .viewmode-item .btnlinks a:hover {
    background-color: rgba(18, 67, 149, 0.1);
}
.section-another_boxviewmore .viewmode-item .btnlinks a:first-child {
    margin-right: 20px;
}
.section-another_boxviewmore .viewmode-item .btnlinks a:last-child {
    background-color: var(--primary-btn-color);
    color: #fff;
}
.section-another_boxviewmore .viewmode-block:not(.viewmode-col2) .viewmode-item {
    padding-right: 336px;
}
.section-another_boxviewmore .viewmode-block:not(.viewmode-col2) .btnlinks {
    position: absolute;
    right: 56px;
    top: 0;
    flex-direction: column;
}
.section-another_boxviewmore .viewmode-block:not(.viewmode-col2) .btnlinks a {
    width: 100%;
    box-sizing: border-box;
}
.section-another_boxviewmore .viewmode-block:not(.viewmode-col2) .btnlinks a:first-child {
    margin-right: 0;
    margin-bottom: 20px;
}
.section-another_boxviewmore .viewmode-block.viewmode-col2 .viewmode-item:last-child .btnlinks a {
    background-color: #faa619;
    color: #000;
    border-color: #000;
}
@media only screen and (max-width: 767px) {
    .section-another_boxviewmore {
        padding: 0!important;
    }
    .section-another_boxviewmore::before,
    .section-another_boxviewmore::after {
        content: unset;
    }
    .section-another_boxviewmore .viewmode-item:first-child,
    .section-another_boxviewmore .viewmode-item:last-child {
        padding-left: 10px;
        padding-right: 10px;
    }
    .section-another_boxviewmore .viewmode-item:first-child {
        background-color: #134395;
    }
    .section-another_boxviewmore .viewmode-item:last-child {
        background-color: #faa619;
    }
    .section-another_boxviewmore .viewmode-block.viewmode-col2 {
        grid-template-columns: unset;
        padding-bottom: 0;
    }
    .section-another_boxviewmore .viewmode-item .title {
        font-size: 20px;
        line-height: 24px;
    }
    .section-another_boxviewmore .viewmode-item .content {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
        -webkit-line-clamp: 3;
        height: 60px;
    }
    .section-another_boxviewmore .viewmode-item .btnlinks a {
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
        border-width: 1px;
    }
    .section-another_boxviewmore .viewmode-item {
        padding-top: 30px;
    }
}

/* section-another-contentpage */
.section-another-contentpage {
    padding-top: 50px!important;
    padding-bottom: 40px!important;
}
.section-another-contentpage .section-wrapper {
    max-width: var(--main-max-width);
}
.section-another-contentpage .content-block .content * {
    margin-bottom: 10px;
}
.section-another-contentpage .content-block .content h1,
.section-another-contentpage .content-block .content h2,
.section-another-contentpage .content-block .content h3,
.section-another-contentpage .content-block .content h4,
.section-another-contentpage .content-block .content h5,
.section-another-contentpage .content-block .content h6,
.section-another-contentpage .content-block .content p {
    font-weight: 500;
    line-height: 1.5;
}
.section-another-contentpage .content-block .content p {
    font-weight: 400;
}
@media only screen and (max-width: 767px) {
    .section-another-contentpage {
        padding-top: 30px!important;
        padding-bottom: 30px!important;
    }
}

/* section-another-text */
.section-another-text {
    padding-top: 90px !important;
    padding-bottom: 70px!important;
}
.section-another-text .section-wrapper {
    max-width: var(--main-max-width);
}
.section-another-text .title {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.18;
    margin-bottom: 20px;
    color: #3f4048;
}
.section-another-text .content {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    color: #706f6f;
}
.section-another-text .content h1,
.section-another-text .content h2,
.section-another-text .content h3,
.section-another-text .content h4,
.section-another-text .content h5,
.section-another-text .content h6,
.section-another-text .content p {
    color: #000;
    margin: 10px 0;
}
.section-another-text .content a {
    color: var(--primary-btn-color);
}
.section-another-text .content a:hover {
    text-decoration: underline;
}
@media only screen and (max-width: 767px) {
    .section-another-text {
        padding-top: 50px !important;
        padding-bottom: 40px !important;
    }
    .section-another-text .title {
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;    
    }
    .section-another-text .content {
        font-size: 14px;
        line-height: 18px;
    }
}

/* section-header-banner */
.section-header-banner .banner-block {
    text-align: right;
}
.section-header-banner .banner-block a {
    display: inline-block;
    width: 100%;
}

/* section-header-infobox */
.section-header-infobox .section-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 33.333333%);
    row-gap: 15px;
}
.section-header-infobox .section-wrapper .box {
    display: grid;
    grid-template-columns: 45px auto;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
}
.section-header-infobox .section-wrapper .box .icon {
    font-size: 30px;
    color: var(--main-color-theme);
}
.section-header-infobox .section-wrapper .box .info {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.section-header-infobox .section-wrapper .box .info .content {
    font-size: 15px;
    font-weight: 500;
}
@media only screen and (max-width: 767px) {
    .section-header-infobox .section-wrapper {
        grid-template-columns: unset;
    }
}

/* section-footer-menusocial */
.section-footer-menusocial .section-title {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 35px;
}
.section-footer-menusocial .section-title::before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 70px;
    height: 3px;
    background-color: #3498db;
}
.section-footer-menusocial .section-title::after {
    content: '';
    position: absolute;
    bottom: -17px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #2e2e2e;
}
.section-footer-menusocial .section-wrapper.nav {
    margin-bottom: 20px;
}
.section-footer-menusocial .section-wrapper ul.menu {
    column-count: 2;
}
.section-footer-menusocial .section-wrapper ul.menu li {
    margin-bottom: 7.5px;
}
.section-footer-menusocial .section-wrapper ul.menu li a {
    font-size: 14px;
    line-height: 35px;
    font-weight: 400;
    margin-bottom: 8px;
}
.section-footer-menusocial .section-wrapper ul.menu li a::before {
    content: '\f054';
    font-family: "Font Awesome 5 Pro";
    font-size: 10px;
    margin-right: 10px;
}
.section-footer-menusocial .section-wrapper ul.menu li a:hover {
    color: #3498db;
}

.section-footer-menusocial .section-wrapper.social .description {
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
}
.section-footer-menusocial .socials {
    margin-top: 20px;
}
.section-footer-menusocial .socials li {
    float: left;
}
.section-footer-menusocial .socials li:not(:last-child) {
    margin-right: 25px;
}
.section-footer-menusocial .socials li a {
    color: #fff;
    width: 32px;
    height: 32px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    transition: all .3s;
}
.section-footer-menusocial .socials li a:hover {
    opacity: .7;
}

/* section-footer-form */
.section-footer-form .content {
    font-size: 15px;
    line-height: 1.8em;
    font-weight: 300;
    margin-bottom: 24px;
}

/* section-footer-contact */
.section-footer-contact .section-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #fff;
}
.section-footer-contact .section-wrapper .info-block .item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.section-footer-contact .section-wrapper .info-block .item:not(:last-child) {
    margin-bottom: 8px;
}
.section-footer-contact .section-wrapper .info-block .item .text {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.8;
    color: #ffffff80;
    word-break: break-all;
}

/* section-home-catproduct */
.section-home-catproduct {
    padding-bottom: 20px!important;
    background-color: #f6f6f6;
}
.section-home-catproduct .section-wrapper .category-block {
    margin-bottom: 30px;
}
.section-home-catproduct .category-block .swiper-button {
    opacity: 1;
    outline: none;
}
.section-home-catproduct .category-block .swiper-button.swiper-button-prev {
    left: -50px;
}
.section-home-catproduct .category-block .swiper-button.swiper-button-next {
    right: -50px;
}
.section-home-catproduct .category-block .swiper-button::after {
    background-color: transparent;
    color: #252531;
    border: 1px solid #ccc;
    font-size: 20px;
    padding: 10px 15px;
    border-radius: 50%;
}
.section-home-catproduct .category-block .swiper-button:hover::after {
    background-color: #3498db;
    color: #fff;
    border-color: transparent;
}
.section-home-catproduct .product-item a {
    color: #222;
}
.section-home-catproduct .product-item .feature-image {
    /* background-color: #3498db; */
    height: 300px;
    overflow: hidden;
    border-radius: 10px;
}
.section-home-catproduct .product-item .feature-image img {
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    opacity: 1;
    transition: all 1.2s ease;
}
.section-home-catproduct .product-item:hover .feature-image img {
    transform: scale(1);
    /* opacity: .25; */
}
/* .section-home-catproduct .product-item .feature-image a.lightbox {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(0,0);
    color: #fff;
    opacity: 0;
    font-size: 100px;
    font-weight: 100;
    line-height: 28px;
    transition: all .5s ease;
}
.section-home-catproduct .product-item:hover .feature-image a.lightbox {
    transform: translate(-50%,-50%) scale(1,1);
    opacity: 1;
} */
.section-home-catproduct .product-item .info-block {
    /* margin-top: 20px; */
    position: absolute;
    bottom: 15px;
    left: 10px;
    background-color: rgb(255 255 255 / 85%);
    width: calc(100% - 40px);
    padding: 10px;
    text-align: center;
}
/* .section-home-catproduct .product-item .info-block::before {
    content: '';
    background-color: #f6f6f6;
    position: absolute;
    width: calc(100% - 50px);
    height: 20px;
    left: 0;
    top: -40px;
} */
.section-home-catproduct .product-item .title {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #222;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    height: 25px;
    margin-bottom: 10px;
}
.section-home-catproduct .product-item .count {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #222;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    height: 20px;
}
@media only screen and (max-width: 1400px) {
    .section-home-catproduct .section-title {
        margin-bottom: 60px;
    }
    .section-home-catproduct .section-wrapper .category-block {
        margin-bottom: 80px;
    }
    .section-home-catproduct .category-block .swiper-button {
        top: -15px;
    }
    .section-home-catproduct .category-block .swiper-button.swiper-button-prev {
        left: unset;
        right: 60px;
    }
    .section-home-catproduct .category-block .swiper-button.swiper-button-next {
        right: 10px;
    }
    .section-home-catproduct .category-block .swiper-button::after {
        border-radius: 0;
        background-color: #3498db;
        color: #fff;
        border-color: transparent;
    }
}
@media only screen and (max-width: 767px) {
    .section-home-catproduct .product-item .feature-image {
        height: 250px;
    }
}


/* section-home-product */
.section-home-product {
    background-color: #f6f6f6;
}
.section-home-product .swiper-button {
    opacity: 1;
    outline: none;
}
.section-home-product .swiper-button.swiper-button-prev {
    left: -50px;
}
.section-home-product .swiper-button.swiper-button-next {
    right: -50px;
}
.section-home-product .swiper-button::after {
    background-color: transparent;
    color: #252531;
    border: 1px solid #ccc;
    font-size: 20px;
    padding: 10px 15px;
    border-radius: 50%;
}
.section-home-product .swiper-button:hover::after {
    background-color: #3498db;
    color: #fff;
    border-color: transparent;
}
.section-home-product .product-item a {
    color: #222;
}
.section-home-product .product-item .feature-image {
    height: 250px;
    background-color: #252531;
    overflow: hidden;
}
.section-home-product .product-item .feature-image img {
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    opacity: 1;
    transition: all .5s ease;
}
.section-home-product .product-item:hover .feature-image img {
    transform: scale(1);
    opacity: .25;
}
.section-home-product .product-item .feature-image a.lightbox {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(0,0);
    color: #fff;
    opacity: 0;
    font-size: 13px;
    font-weight: 100;
    line-height: 28px;
    background-color: #3498db;
    border-radius: 30px;
    padding: 7.5px 25px;
    text-transform: uppercase;
    z-index: 1;
    transition: all .5s ease;
}
.section-home-product .product-item .feature-image a.lightbox::before {
    position: absolute;
    content: '';
    border-radius: 30px;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transform: scale(0,0);
    z-index: -1;
    background-color: #252531;
    transition: all .5s ease;
}
.section-home-product .product-item .feature-image a.lightbox:hover::before {
    transform: scale(1,1);
}
.section-home-product .product-item .feature-image a.lightbox i {
    margin-right: 10px;
}
.section-home-product .product-item:hover .feature-image a.lightbox {
    transform: translate(-50%,-50%) scale(1,1);
    opacity: 1;
}
.section-home-product .product-item .info-block {
    padding: 30px 30px 25px 0;
}
.section-home-product .product-item .terms {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 5px;
    color: #3498db;
}
.section-home-product .product-item .title {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #222;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    height: 60px;
    margin-bottom: 15px;
}
.section-home-product .product-item .extra {
    padding-top: 15px;
    border-top: 1px solid #dadadc;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #3498db;
}
.section-home-product .product-item .extra .price del {
    color: #252531;
}
.section-home-product .product-item .extra .no-price {
    color: #de0b0b;
}
@media only screen and (max-width: 1400px) {
    .section-home-product .section-title {
        margin-bottom: 80px;
    }
    .section-home-product .swiper-button {
        top: -30px;
    }
    .section-home-product .swiper-button.swiper-button-prev {
        left: unset;
        right: 60px;
    }
    .section-home-product .swiper-button.swiper-button-next {
        right: 10px;
    }
    .section-home-product .swiper-button::after {
        border-radius: 0;
        background-color: #3498db;
        color: #fff;
        border-color: transparent;
    }
}
@media only screen and (max-width: 480px) {
    .section-home-product .product-item .feature-image {
        height: 200px;
    }
}

/* section-home-banner */
.section-home-banner {
    background-color: #f1f1f1;
    background-image: url('../img/banner-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.section-home-banner .section-wrapper .wrapper {
    color: #222;
}
.section-home-banner .section-wrapper .wrapper .subtitle {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.section-home-banner .section-wrapper .wrapper .title {
    margin-bottom: 15px;
    font-size: 60px;
    font-weight: 600;
    line-height: 72px;
    text-transform: uppercase;
}
.section-home-banner .section-wrapper .wrapper .content {
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 35px;
}
.section-home-banner .section-wrapper .wrapper .more {
    display: flex;
    align-items: center;
}
.section-home-banner .section-wrapper .wrapper .more a.readmore {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    padding: 15px 32px;
    font-weight: 600;
    overflow: hidden;
    border-radius: 3px;
    letter-spacing: 1px;
    margin-right: 30px;
    z-index: 1;
    color: #fff;
    background-color: #f89429;
    border-radius: 5px;
    text-transform: uppercase;
    transition: all .5s ease;
}
.section-home-banner .section-wrapper .wrapper .more a.readmore:before,
.section-home-banner .section-wrapper .wrapper .more a.readmore::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    border-bottom: 64px solid var(--main-color-theme);
    transition: all 600ms ease;
}
.section-home-banner .section-wrapper .wrapper .more a.readmore:before {
    left: 0;
    right: -50px;
    border-right: 30px solid transparent;
    transform: translateX(-100%);
}
.section-home-banner .section-wrapper .wrapper .more a.readmore::after {
    right: 0;
    left: -50px;
    border-left: 30px solid transparent;
    transform: translateX(100%);
}
.section-home-banner .section-wrapper .wrapper .more a.readmore:hover:before {
    transform: translateX(-40%);
}
.section-home-banner .section-wrapper .wrapper .more a.readmore:hover:after {
    transform: translateX(40%);
}
.section-home-banner .section-wrapper .wrapper .more a.readmore i {
    margin-right: 10px;
}
.section-home-banner .section-wrapper .wrapper .more a.talkus {
    color: #222;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 3px;
    border-bottom: 3px solid var(--main-color-theme);
}
.section-home-banner .section-wrapper .wrapper .more a.talkus strong {
    font-weight: 600;
}
@media only screen and (max-width: 1024px) {
    .section-home-banner .section-wrapper .wrapper .title {
        font-size: 48px;
        line-height: 54px;
    }
}
@media only screen and (max-width: 767px) {
    .section-home-banner .section-wrapper .wrapper .title {
        font-size: 30px;
        line-height: 40px;
    }
    .section-home-banner .section-wrapper .wrapper .content {
        font-size: 16px;
        line-height: 28px;
    }
    .section-home-banner .section-wrapper .wrapper .more {
        flex-direction: column;
        row-gap: 20px;
        align-items: flex-start;
    }
}

/* section-home-bannerexperience */
.section-home-bannerexperience {
    background-color: #f89429;
    padding: 0!important;
}
.section-home-bannerexperience .section-wrapper {
    height: 100%;
    min-height: 600px;
    max-width: 100%;
    display: grid;
    grid-template-columns: 65% 35%;
    align-items: center;
}
.section-home-bannerexperience .section-wrapper .skill-block {
    color: #fff;
}
.section-home-bannerexperience .section-wrapper .skill-block .inner-box {
    max-width: 750px;
    width: 100%;
    float: right;
    padding: 105px 120px 110px 15px;
}
.section-home-bannerexperience .section-wrapper .skill-block .inner-box .title {
    font-size: 38px;
    font-weight: 500;
    line-height: 50px;
    margin-bottom: 15px;
}
.section-home-bannerexperience .section-wrapper .skill-block .inner-box .content {
    font-size: 15px;
    font-weight: 300;
    line-height: 28px;
}
.section-home-bannerexperience .section-wrapper .skill-block .skills {
    margin-top: 35px;
}
.section-home-bannerexperience .section-wrapper .skill-block .skills .skill-item:not(:last-child) {
    margin-bottom: 35px;
}
.section-home-bannerexperience .section-wrapper .skill-block .skills .skill-item .header {
    display: grid;
    grid-template-columns: auto 40px;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 15px
}
.section-home-bannerexperience .section-wrapper .skill-block .skills .skill-item .header .name {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    height: 24px;
}
.section-home-bannerexperience .section-wrapper .skill-block .skills .skill-item .bar {
    width: 100%;
    height: 10px;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.20);
    overflow: hidden;
}
.section-home-bannerexperience .section-wrapper .skill-block .skills .skill-item .bar .process {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 10px;
    width: 0px;
    background-color: #ffffff;
}
.section-home-bannerexperience .section-wrapper .skill-block .icons-box {
    position: absolute;
    right: -40px;
    top: 120px;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.section-home-bannerexperience .section-wrapper .skill-block .icons-box > span {
    width: 80px;
    height: 80px;
    color: #222;
    font-size: 30px;
    line-height: 82px;
    text-align: center;
    border-radius: 50%;
    margin-left: -40px;
    margin-bottom: 70px;
    background-color: #fff;
}
.section-home-bannerexperience .section-wrapper .skill-block .icons-box > span::after {
    content: '';
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 50px;
    background-color: rgba(255,255,255,0.25);
}
.section-home-bannerexperience .section-wrapper .image-block,
.section-home-bannerexperience .section-wrapper .image-block img {
    height: 100%;
}
.section-home-bannerexperience .section-wrapper .image-block img {
    object-fit: cover;
}
@media only screen and (max-width: 1360px) {
    .section-home-bannerexperience .section-wrapper .skill-block .inner-box {
        max-width: 600px;
        padding: 70px 80px 70px 10px;
    }
    .section-home-bannerexperience .section-wrapper .skill-block .inner-box .title {
        font-size: 30px;
        line-height: 40px;
    }
    .section-home-bannerexperience .section-wrapper .skill-block .inner-box .content {
        font-size: 14px;
    }
    .section-home-bannerexperience .section-wrapper .skill-block .skills .skill-item .header .name {
        font-size: 16px;
    }
}
@media only screen and (max-width: 1100px) {
    .section-home-bannerexperience .section-wrapper .skill-block .inner-box {
        padding-right: 50px;
        max-width: 520px;
    }
    .section-home-bannerexperience .section-wrapper .skill-block .icons-box {
        right: -32px;
    }
    .section-home-bannerexperience .section-wrapper .skill-block .icons-box > span {
        width: 60px;
        height: 60px;
        font-size: 20px;
        line-height: 62px;
    }
}
@media only screen and (max-width: 950px) {
    .section-home-bannerexperience .section-wrapper {
        grid-template-columns: unset;
    }
    .section-home-bannerexperience .section-wrapper .skill-block .inner-box {
        max-width: calc(100% - 120px);
        padding-right: 100px;
    }
    .section-home-bannerexperience .section-wrapper .skill-block .icons-box {
        right: 20px;
    }
    .section-home-bannerexperience .section-wrapper .image-block {
        display: none;
    }
}

/* section-home-member */
.section-home-member .section-wrapper {
    margin-top: 50px;
}
.section-home-member .section-wrapper .swiper-pagination {
    position: relative;
    margin-top: 40px;
}
.section-home-member .section-wrapper .swiper-pagination .swiper-pagination-bullet {
    width: 12.5px;
    height: 12.5px;
    background-color: #e3ebf5;
    outline: none;
}
.section-home-member .section-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--main-color-theme);
}
.section-home-member .section-wrapper .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
    margin-right: 5px;
}

/* section-another-content */
.section-another-content {
    padding-top: 40px!important;
    padding-bottom: 30px!important;
}
.section-another-content .section-wrapper {
    display: grid;
    grid-template-columns: 40% 60%;
    row-gap: 20px;
    max-width: var(--main-max-width);
}
.section-another-content .info-block {
    padding-right: 25px;
}
.section-another-content .info-block h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 34px;
}
.section-another-content .info-block.full h3 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    max-width: 500px;
}
.section-another-content .info-block h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-transform: capitalize;
    color: #588caf;
    margin-bottom: 10px;
}
.section-another-content .content-block > div {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    overflow: hidden;
}
.section-another-content .content-block div h1,
.section-another-content .content-block div h2,
.section-another-content .content-block div h3,
.section-another-content .content-block div h4,
.section-another-content .content-block div h5,
.section-another-content .content-block div h6 {
    line-height: 52px;
}
.section-another-content .content-block > div::before {
    content: '';
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
    display: none;
    pointer-events: none;
}
.section-another-content .content-block.load-showmore > div::before,
.section-another-content .content-block.showmore > div::before {
    display: block;
}
.section-another-content .content-block .content-collapse {
    margin-top: 20px;
    padding: 10px 30px 10px 50px;
    border-radius: 30px;
    border: 1px solid #20223129;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    display: inline-block;
    color: #0e0f14;
}
.section-another-content .content-block .content-collapse::before {
    content: '';
    background-image: url(../img/ico-doublearrow.svg);
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 25px;
    top: 12px;
}
.section-another-content .content-block.showmore .content-collapse::before {
    transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
    .section-another-content {
        padding-top: 20px!important;
        padding-bottom: 20px!important;
    }
    .section-another-content .section-wrapper {
        grid-template-columns: unset;
    }
    .section-another-content .info-block {
        padding-right: 0;
    }
    .section-another-content .info-block h3 {
        font-size: 18px;
        line-height: 26px;
    }
    .section-another-content .info-block.full h3 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .section-another-content .content-block > div {
        font-size: 14px;
        line-height: 24px;
    }
    .section-another-content .content-block .content-collapse {
        padding: 7px 20px 7px 40px;
        border-radius: 30px;
        font-size: 13px;
    }
    .section-another-content .content-block .content-collapse::before {
        left: 17px;
        top: 10px;
    }
}

/* section-about-colinfobox */
.section-about-colinfobox {
    padding-top: 30px!important;
    padding-bottom: 30px!important;
}
.section-about-colinfobox .section-wrapper {
    max-width: var(--main-max-width);
}
.section-about-colinfobox .infoboxs {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    gap: 20px;
    width: calc(100% - 20px);
}
.section-about-colinfobox .infobox-item .wrap {
    border-radius: 8px;
    border: 1px solid #1c1e263d;
    padding: 20px;
}
.section-about-colinfobox .infobox-item span {
    width: 56px;
    height: 56px;
    background-color: #fdfddc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.section-about-colinfobox .infobox-item span::before {
    content: '';
    background-image: url(../img/ico-cup.svg);
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 32px;
    height: 32px;
}
.section-about-colinfobox .infobox-item:last-child span::before {
    background-image: url(../img/ico-medal.svg);
}
.section-about-colinfobox .infobox-item h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 10px;
}
.section-about-colinfobox .infobox-item p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    height: 96px;
}
@media only screen and (max-width: 767px) {
    .section-about-colinfobox {
        padding-top: 20px!important;
    }
    .section-about-colinfobox .infoboxs {
        grid-template-columns: unset;
        width: 100%;
    }
    .section-about-colinfobox .infobox-item span {
        margin-bottom: 10px;
    }
    .section-about-colinfobox .infobox-item h5 {
        font-size: 16px;
        font-weight: 600;
        line-height: 20px;
    }
    .section-about-colinfobox .infobox-item p {
        font-size: 14px;
        line-height: 18px;
        height: 72px;
    }
}

/* section-about-reverseboxs */
.section-about-reverseboxs {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background-color: #f6f6f6;
}
.section-about-reverseboxs .section-wrapper {
    max-width: var(--main-max-width);
}
.section-about-reverseboxs .reversebox-item .wrap {
    display: grid;
    grid-template-columns: auto 500px;
    align-items: center;
}
.section-about-reverseboxs .reversebox-item:nth-child(2n) .wrap {
    direction: rtl;
}
.section-about-reverseboxs .reversebox-item .wrap > div:first-child {
    margin-right: 40px;
    margin-left: 0;
    padding: 60px 30px 60px 20px;
    text-align: left;
}
.section-about-reverseboxs .reversebox-item:nth-child(2n) .wrap > div:first-child {
    margin-right: 0;
    margin-left: 30px;
}
.section-about-reverseboxs .reversebox-item .wrap > div:last-child {
    margin-right: 0;
    margin-left: 30px;
}
.section-about-reverseboxs .reversebox-item:nth-child(2n) .wrap > div:last-child {
    margin-right: 40px;
    margin-left: 0;
}
.section-about-reverseboxs .reversebox-item img {
    height: 600px;
    object-fit: cover;
    object-position: top center;
}
.section-about-reverseboxs .reversebox-item h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-transform: capitalize;
    color: #598CAF;
}
.section-about-reverseboxs .reversebox-item h5 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 20px;
}
.section-about-reverseboxs .reversebox-item p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
@media only screen and (max-width: 767px) {
    .section-about-reverseboxs {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .section-about-reverseboxs .reversebox-item:not(:last-child) {
        margin-bottom: 20px;
    }
    .section-about-reverseboxs .reversebox-item .wrap {
        direction: unset;
        grid-template-columns: unset;
    }
    .section-about-reverseboxs .reversebox-item .wrap > div {
        margin-right: 0!important;
        margin-left: 0!important;
    }
    .section-about-reverseboxs .reversebox-item .wrap > div:first-child {
        padding: 10px;
        margin-bottom: 20px;
    }
    .section-about-reverseboxs .reversebox-item img {
        height: 100%;
        max-height: 490px;
        object-fit: cover;
        background-color: #f1f1f1;
    }
    .section-about-reverseboxs .reversebox-item h6 {
        font-size: 13px;
        line-height: 20px;
    }
    .section-about-reverseboxs .reversebox-item h5 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .section-about-reverseboxs .reversebox-item p {
        font-size: 14px;
        line-height: 24px;
    }
}


/* section-home-infoabout */
.section-home-infoabout .section-wrapper {
    max-width: var(--main-max-width);
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
}
.section-home-infoabout .info-block {
    margin-right: 40px;
}
.section-home-infoabout .info-block h4 span {
    font-size: 54px;
    font-weight: 500;
    line-height: 72px;
    display: block;
}
.section-home-infoabout .info-block h4 span:first-child {
    font-weight: 700;
}
.section-home-infoabout .info-block h4 span:last-child {
    font-weight: 400;
}
.section-home-infoabout .content-block {
    margin-left: 40px;
}
.section-home-infoabout .content-block > div {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #0E0F14;
}
.section-home-infoabout .content-block > a {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: inline-block;
    padding: 10px 60px 10px 30px;
    color: #000;
    border-radius: 10px;
    border: 1px solid #20223129;
}
.section-home-infoabout .content-block > a::before {
    content: '';
    background-image: url(../img/ico-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: rotate(270deg);
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 35px;
    top: 14px;
}
@media only screen and (max-width: 767px) {
    .section-home-infoabout {
        padding-top: 50px!important;
        padding-bottom: 30px!important;
    }
    .section-home-infoabout .section-wrapper {
        grid-template-columns: unset;
    }
    .section-home-infoabout .info-block {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .section-home-infoabout .info-block h4 span {
        font-size: 24px;
        line-height: 36px;
    }
    .section-home-infoabout .content-block > div {
        font-size: 15px;
        line-height: 24px;
    }
    .section-home-infoabout .content-block {
        margin-left: 0;
    }
    .section-home-infoabout .content-block > a {
        padding: 10px 50px 10px 20px;
        font-size: 15px;
    }
    .section-home-infoabout .content-block > a::before {
        right: 25px;
    }
}


/* section-another-cardbox */
.section-another-cardbox {
    padding-top: 50px!important;
    padding-bottom: 40px!important;
    background-color: #f6f6f6;
}
.section-another-cardbox .section-wrapper {
    max-width: var(--main-max-width);
}
.section-another-cardbox .info-block h6 {
    color: #598CAF;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.section-another-cardbox .info-block h5 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    max-width: 500px;
}
.section-another-cardbox .info-block p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    margin: 0;
    max-width: 540px;
}
.section-another-cardbox .info-block div {
    display: flex;
    align-items: self-end;
    justify-content: space-between;
}
.section-another-cardbox .cardbox-block {
    margin-top: 30px;
}
.section-another-cardbox .cardboxs {
    /* display: grid;
    grid-template-columns: repeat(3, 33.3333333%);
    row-gap: 30px;
    column-gap: 20px;
    width: calc(100% - 40px); */
}
.section-another-cardbox .cardbox-item img {
    height: 450px;
    object-fit: cover;
    margin-bottom: 15px;
}
.section-another-cardbox .cardbox-item h5 {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    height: 32px;
    padding: 0 10px;
}
.section-another-cardbox .cardbox-item p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    height: 44px;
    padding: 0 10px;
}
@media only screen and (max-width: 991px) {
    .section-another-cardbox .cardboxs {
        /* grid-template-columns: repeat(2, 50%);
        row-gap: 20px;
        column-gap: 15px;
        width: calc(100% - 15px); */
    }
    .section-another-cardbox .info-block h5 {
        margin-bottom: 10px;
        font-size: 28px;
        line-height: 36px;
    }
    .section-another-cardbox .info-block div {
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    .section-another-cardbox .info-block h5 {
        font-size: 20px;
        line-height: 28px;
    }
    .section-another-cardbox .info-block p {
        font-size: 13px;
        line-height: 20px;
    }
    .section-another-cardbox {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }
    .section-another-cardbox .cardboxs {
        /* grid-template-columns: repeat(2, 50%);
        column-gap: 10px;
        width: calc(100% - 10px); */
    }
    .section-another-cardbox .cardbox-item img {
        height: 470px;
        margin-bottom: 10px;
    }
    .section-another-cardbox .cardbox-item h5 {
        font-size: 16px;
        line-height: 24px;
        height: 20px;
    }
    .section-another-cardbox .cardbox-item p {
        font-size: 12px;
        line-height: 18px;
        height: 36px;
    }
}

/* section-about-listservice */
.section-about-listservice {
    counter-reset: count-listservices;
    padding-top: 50px!important;
    padding-bottom: 50px!important;
}
.section-about-listservice .section-wrapper {
    max-width: var(--main-max-width);
    display: grid;
    grid-template-columns: 50% 50%;
    row-gap: 20px;
}
.section-about-listservice .info-block {
    margin-right: 50px;
}
.section-about-listservice .info-block h6 {
    color: #598CAF;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.section-about-listservice .info-block h5 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 20px;
}
.section-about-listservice .info-block p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.section-about-listservice .listservice-item {
    counter-increment: count-listservices;
}
.section-about-listservice .listservice-item .wrap {
    padding-left: 70px;
}
.section-about-listservice .listservice-item:not(:first-child) .wrap {
    border-top: 1px solid rgba(28, 30, 38, 0.08);
    padding-top: 15px;
    margin-top: 15px;
}
.section-about-listservice .listservice-item .wrap::before {
    content: '0'counter(count-listservices);
    position: absolute;
    left: 0;
    width: 70px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}
.section-about-listservice .listservice-item h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 5px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    height: 22px;
}
.section-about-listservice .listservice-item p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    height: 44px;
    color: #1c1e268f;
}
@media only screen and (max-width: 767px) {
    .section-about-listservice {
        padding-top: 20px !important;
        padding-bottom: 40px !important;
    }
    .section-about-listservice .section-wrapper {
        grid-template-columns: unset;
    }
    .section-about-listservice .info-block {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .section-about-listservice .info-block h5 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .section-about-listservice .info-block p {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
    }
    .section-about-listservice .listservice-item .wrap::before {
        width: 40px;
        font-size: 15px;
    }
    .section-about-listservice .listservice-item .wrap {
        padding-left: 40px;
    }
    .section-about-listservice .listservice-item h6 {
        font-size: 15px;
    }
    .section-about-listservice .listservice-item p {
        font-size: 13px;
        line-height: 20px;
        -webkit-line-clamp: 2;
        height: 40px;
    }
}

/* section-about-contentinfobox */
.section-about-contentinfobox {
    padding-top: 70px!important;
    padding-bottom: 50px!important;
}
.section-about-contentinfobox .section-wrapper {
    max-width: var(--main-max-width);
    display: grid;
    grid-template-columns: 55% 45%;
    row-gap: 20px;
}
.section-about-contentinfobox .info-block {
    margin-right: 40px;
    padding: 20px 0;
}
.section-about-contentinfobox .info-block > h6 {
    color: #598CAF;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.section-about-contentinfobox .info-block > h5 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 20px;
}
.section-about-contentinfobox .info-block > p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    height: 104px;
}
.section-about-contentinfobox .info-block .infoboxs {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    column-gap: 15px;
    row-gap: 20px;
    width: calc(100% - 15px);
}
.section-about-contentinfobox .info-block .infobox-item .wrap {
    border: 1px solid #1c1e263d;
    border-radius: 15px;
    padding: 20px;
}
.section-about-contentinfobox .info-block .infobox-item .wrap::before {
    content: '';
    background-image: url(../img/ico-checkcircle.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 36px;
    height: 36px;
    display: block;
    margin-bottom: 10px;
}
.section-about-contentinfobox .info-block .infobox-item h5 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    height: 24px;
    margin-bottom: 5px;
}
.section-about-contentinfobox .info-block .infobox-item p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    height: 80px;
}
@media only screen and (max-width: 767px) {
    .section-about-contentinfobox {
        padding-top: 40px !important;
        padding-bottom: 30px !important;
    }
    .section-about-contentinfobox .section-wrapper {
        grid-template-columns: unset;
    }
    .section-about-contentinfobox .info-block {
        margin-right: 0;
    }
    .section-about-contentinfobox .info-block > h6 {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .section-about-contentinfobox .info-block > h5 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .section-about-contentinfobox .info-block > p {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        height: 88px;
    }
    .section-about-contentinfobox .info-block .infobox-item .wrap {
        padding: 10px;
    }
    .section-about-contentinfobox .info-block .infobox-item p {
        -webkit-line-clamp: 6;
        height: 120px;
    }
    .section-about-contentinfobox .info-block .infoboxs {
        margin-top: 20px;
        column-gap: 10px;
        row-gap: 10px;
        width: calc(100% - 10px);
    }
    .section-about-contentinfobox .banner-block {
        height: 100%;
    }
    .section-about-contentinfobox .banner-block img {
        height: 100%;
        object-fit: cover;
        object-position: center 40%;
    }
}



/* section-about-bannertitle */
.section-about-bannertitle {
    padding-top: 60px !important;
    padding-bottom: 40px !important;
}
.section-about-bannertitle .section-wrapper {
    max-width: var(--main-max-width);
}
.section-about-bannertitle .info-block {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.section-about-bannertitle .info-block h3 {
    font-size: 56px;
    line-height: 70px; 
    font-weight: 500;
    letter-spacing: 0.56px;
    max-width: 880px;
}
.section-about-bannertitle .info-block h5 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-transform: capitalize;
    color: #7a7b7c;
}
.section-about-bannertitle .banner-block {
    height: 600px;
    margin-top: 45px;
}
.section-about-bannertitle .banner-block img {
    height: 100%;
    object-fit: cover;
}
.section-about-bannertitle .banner-block video {
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .section-about-bannertitle {
        padding-top: 40px !important;
        padding-bottom: 20px!important;
    }
    .section-about-bannertitle .info-block {
        display: block;
    }
    .section-about-bannertitle .info-block h3 {
        font-size: 24px;
        line-height: 36px;
    }
    .section-about-bannertitle .info-block h5 {
        font-size: 14px;
        color: #333;
    }
    .section-about-bannertitle .banner-block {
        height: 280px;
        margin-top: 25px;
    }
}

/* section-home-review */
.section-home-review .background-overlay {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.section-home-review .background-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .75;
    background-color: #000;
}
.section-home-review .section-title,
.section-home-review .section-description {
    color: #fff;
}
.section-home-review .section-wrapper {
    margin-top: 50px;
}
.section-home-review .section-wrapper .review .box {
    padding: 10px 15px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    text-align: center;
    color: #fff;
}
.section-home-review .section-wrapper .review .title {
    padding-left: 25px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    width: 100%;
    max-width: 350px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    height: 24px;
}
.section-home-review .section-wrapper .review .title::before {
    content: '\f10d';
    font-family: "Font Awesome 5 Pro";
    color: var(--main-color-theme);
    font-size: 22px;
    line-height: 1;
    position: absolute;
    left: 0;
}
.section-home-review .section-wrapper .review .content {
    font-size: 15px;
    line-height: 28px;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 25px;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    height: 112px;
}
.section-home-review .section-wrapper .review .author {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
}
.section-home-review .section-wrapper .review .author .avatar {
    object-fit: cover;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    margin-right: 20px;
}
.section-home-review .section-wrapper .review .author .name {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    text-transform: capitalize;
}
.section-home-review .section-wrapper .review .author .subject {
    font-size: 12px;
    line-height: 24px;
    font-weight: 300;
    color: #aaa;
    text-transform: uppercase;
}
.section-home-review .section-wrapper .review .author .rating {
    color: #f89429;
    font-size: 12px;
    margin-top: 5px;
}
.section-home-review .section-wrapper .review .author .rating > span:not(:last-child) {
    margin-right: 2.5px;
}
.section-home-review .section-wrapper .swiper-pagination {
    position: relative;
    margin-top: 40px;
}
.section-home-review .section-wrapper .swiper-pagination .swiper-pagination-bullet {
    width: 12.5px;
    height: 12.5px;
    background-color: #e3ebf5;
    outline: none;
}
.section-home-review .section-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--main-color-theme);
}
.section-home-review .section-wrapper .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
    margin-right: 5px;
}


/* section-contact-infomap */
.section-contact-infomap {
    padding-top: 50px!important;
    padding-bottom: 30px!important;
}
.section-contact-infomap .section-wrapper {
    max-width: var(--main-max-width);
    display: grid;
    grid-template-columns: repeat(2, 50%);
    row-gap: 15px;
    column-gap: 30px;
    width: calc(100% - 30px);
}
.section-contact-infomap iframe {
    width: 100%;
}
.section-contact-infomap .info-block {
    background-color: #236591;
    padding: 50px 40px;
}
.section-contact-infomap .info-block a {
    color: #fff;
}
.section-contact-infomap .info-block .infos {
    color: #fff;
}
.section-contact-infomap .info-item {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}
.section-contact-infomap .info-item:not(:last-child) {
    margin-bottom: 20px;
}
.section-contact-infomap .info-item span {
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
}
.section-contact-infomap .info-item span::before {
    content: '\f879';
    font-family: "Font Awesome 5 Pro";
    font-size: 24px;
    margin-right: 20px;
}
.section-contact-infomap .info-item.email span::before {
    content: '\f0e0';
}
.section-contact-infomap .info-item.website span::before {
    content: '\f7a2';
}
.section-contact-infomap .info-item.address span::before {
    content: '\f3c5';
}
.section-contact-infomap .info-item strong {
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
    text-decoration: underline;
}
@media only screen and (max-width: 767px) {
    .section-contact-infomap {
        padding-bottom: 0!important;
    }
    .section-contact-infomap .section-wrapper {
        grid-template-columns: unset;
        width: 100%;
    }
}



/* section-home-recapgallery */
.section-home-recapgallery {
    padding-top: 50px!important;
    padding-bottom: 50px!important;
}
.section-home-recapgallery .section-wrapper {
    max-width: var(--main-max-width);
}
.section-home-recapgallery .head-block h4 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
}
.section-home-recapgallery .head-block .swiper-button {
    top: -20px;
}
.section-home-recapgallery .head-block .swiper-button.swiper-button-prev {
    left: unset;
    right: 45px;
    transform: scaleX(-1);
}
.section-home-recapgallery .head-block .swiper-button::after {
    content: '';
    width: 30px;
    height: 30px;
    background-image: url(../img/tried-chevronrightblack.svg);
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0;
}
.section-home-recapgallery .head-block .swiper-button:hover::after {
    background-image: url(../img/tried-chevronrightblue.svg);
}
.section-home-recapgallery .body-block {
    margin-top: 30px;
}
.section-home-recapgallery .recapgallery-item a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.section-home-recapgallery .recapgallery-item .wrap > div {
    height: 300px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.section-home-recapgallery .recapgallery-item .wrap > div::before,
.section-home-recapgallery .recapgallery-item .wrap > div::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: transform .25s ease-out;
}
.section-home-recapgallery .recapgallery-item:hover .wrap > div::before,
.section-home-recapgallery .recapgallery-item:hover .wrap > div::after {
    opacity: 1;
    visibility: visible;
}
.section-home-recapgallery .recapgallery-item .wrap > div::before {
    background-color: var(--primary-btn-color);
}
.section-home-recapgallery .recapgallery-item:hover .wrap > div::before {
    opacity: .7;
}
.section-home-recapgallery .recapgallery-item .wrap > div::after {
    content: '\f06e';
    font-family: "Font Awesome 5 Pro";
    font-size: 48px;
    line-height: 1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-home-recapgallery .recapgallery-item img {
    height: 100%;
    transition: transform .25s ease-out;
}
.section-home-recapgallery .recapgallery-item:hover img {
    transform: scale(1.2);
}
.section-home-recapgallery .recapgallery-item h5,
.section-home-recapgallery .recapgallery-item p {
    padding: 0 15px;
}
.section-home-recapgallery .recapgallery-item h5 {
    color: #3c3c3b;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    height: 100%;
    max-height: 40px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.section-home-recapgallery .recapgallery-item p {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    height: 100%;
    max-height: 54px;
}
@media only screen and (max-width: 767px) {
    .section-home-recapgallery {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .section-home-recapgallery .recapgallery-item .wrap > div {
        height: 150px;
    }
    .section-home-recapgallery .recapgallery-item h5 {
        font-size: 16px;
        line-height: 20px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .section-home-recapgallery .recapgallery-item p {
        font-size: 14px;
        line-height: 18px;
    }
    .section-home-recapgallery .head-block h4 {
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
    }
}

/* section-home-client */
.section-home-client {
    padding-top: 40px!important;
    padding-bottom: 40px!important;
}
.section-home-client .head-block h4 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 700;
}
.section-home-client .head-block .swiper-button {
    top: -20px;
}
.section-home-client .head-block .swiper-button.swiper-button-prev {
    left: unset;
    right: 45px;
    transform: scaleX(-1);
}
.section-home-client .head-block .swiper-button::after {
    content: '';
    width: 30px;
    height: 30px;
    background-image: url(../img/tried-chevronrightblack.svg);
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0;
}
.section-home-client .head-block .swiper-button:hover::after {
    background-image: url(../img/tried-chevronrightblue.svg);
}
.section-home-client .body-block {
    margin-top: 30px;
}
.section-home-client .client-item div {
    height: 100px;
    padding: 10px;
}
.section-home-client .client-item a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.section-home-client .client-item img {
    height: 100%;
}
@media only screen and (max-width: 767px) {
    .section-home-client {
        padding-top: 40px !important;
        padding-bottom: 20px !important;
    }
    .section-home-client .client-item div {
        height: 50px;
    }
    .section-home-client .head-block h4 {
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
    }
}


/* section-another-listclient */
.section-another-listclient {
    padding-top: 80px!important;
    padding-bottom: 80px!important;
    background-color: #fafbfb;
}
.section-another-listclient .info-block .subtitle {
    color: var(--primary-heading-color);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.section-another-listclient .info-block .title {
    font-size: clamp(24px, 3vw, 36px);
    color: var(--second-heading-color);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
}
.section-another-listclient .description {
    color: #6B7A99;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    max-width: 600px;
    margin: 0 auto;
}
.section-another-listclient .listclient-item div {
    height: 60px;
}
.section-another-listclient .listclient-item a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.section-another-listclient .listclient-item img {
    height: 100%;
    filter: grayscale(100%);
}
.section-another-listclient .listclient-item:hover img {
    filter: grayscale(0%);
}

.section-another-listclient .client-track-wrap {
    overflow:hidden;
    margin:40px 0 32px;
    position:relative
}
.section-another-listclient .client-track-wrap::before,
.section-another-listclient .client-track-wrap::after {
    content:'';
    position:absolute;
    top:0;
    bottom:0;
    width:80px;
    z-index:2;
    pointer-events:none
}
.section-another-listclient .client-track-wrap::before {
    left:0;
    background:linear-gradient(to right,#fff,transparent)
}
.section-another-listclient .client-track-wrap::after {
    right:0;
    background:linear-gradient(to left,#fff,transparent)
}
.section-another-listclient .client-track{
    display:flex;
    gap:32px;
    animation:scroll 28s linear infinite;
    width:max-content
}
.section-another-listclient .client-track:hover{
    animation-play-state:paused
}
.section-another-listclient .client-logo {
    width:140px;
    height:72px;
    background: #EEF2F8;
    border-radius: 6px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:1.5px solid #C8D0DC;
    transition:all .28s cubic-bezier(.4,0,.2,1);
    text-align:center;
    flex-shrink:0;
    padding:8px
}
.section-another-listclient .client-logo:hover {
    background: #fff;
    border-color: var(--primary-color);
}
.section-another-listclient .client-logo a {
    font-size:12px;
    font-weight:700;
    color: #6B7A99;
    letter-spacing:.5px;;
    transition:all .28s cubic-bezier(.4,0,.2,1);
}
.section-another-listclient .client-logo:hover a {
    color: var(--primary-color);
}
@keyframes scroll{
    0%{transform:translateX(0)}
    100%{transform:translateX(-50%)}
}
@media only screen and (max-width: 767px) {
    .section-another-listclient {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }
    .section-another-listclient .listclient-item div {
        height: 50px;
    }
    .section-another-listclient .head-block h4 {
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
    }
}


/* section-home-latest_post */
.section-home-latest_post {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.section-home-latest_post .section-wrapper {
    max-width: var(--main-max-width);
}
.section-home-latest_post .head-block {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    margin-bottom: 30px;
}
.section-home-latest_post .head-block a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    color: var(--main-color-theme);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
    padding: 13px 28px;
    border-radius: 6px;
    border: 2px solid var(--main-color-theme);
    transition: all .28s cubic-bezier(.4,0,.2,1);
    cursor: pointer;
}
.section-home-latest_post .head-block a:hover {
    background: var(--main-color-theme);
    color: #fff;
}
.section-home-latest_post .head-block h6 {
    color: var(--primary-heading-color);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.section-home-latest_post .head-block h4 {
    font-size: clamp(24px, 3vw, 36px);
    color: var(--second-heading-color);
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}
.section-home-latest_post .head-block p {
    color: #6B7A99;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
}
.section-home-latest_post .post-block {
    padding: 0 5px;
}
.section-home-latest_post .swiper-pagination {
    position: relative;
    bottom: unset !important;
    margin-top: 10px;
}
.section-home-latest_post .swiper-pagination {
    position: relative;
}
.section-home-latest_post .swiper-pagination .swiper-pagination-bullet {
    color: #d4dfe9;
    margin: 0 1px;
    height: 6px;
}
.section-home-latest_post .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #808185;
    width: 16px;
    border-radius: 10px;
}
@media only screen and (max-width: 767px) {
    .section-home-latest_post {
        padding-top: 40px !important;
        padding-bottom: 30px !important;
    }
    .section-home-latest_post .head-block h4 {
        font-size: 20px;
        line-height: 30px;
        font-weight: 500;
    }
    .section-home-latest_post .head-block p {
        font-size: 14px;
        line-height: 18px;
    }
}




/* section-sidebar-searchform */
.section-sidebar-searchform form.search-form {
    height: 56px;
}
.section-sidebar-searchform form.search-form .search-field {
    width: 100%;
    background-color: #fff;
    border: 1px solid #bcbec0;
    padding: 16px 15px;
    border-radius: 4px;
    font-size: 16px;
    color: #3f4048;
}
.section-sidebar-searchform form.search-form .search-field:focus {
    border: 2px solid #015fcc;
}
.section-sidebar-searchform form.search-form .search-submit {
    width: 56px;
    height: 48px;
    position: absolute;
    right: 4px;
    border-radius: 4px;
    background-color: var(--primary-btn-color);
    font-size: 18px;
}


/* section-home-infocontact */
.section-home-infocontact {
    background-color: #f5f5f5;
    color: #fff;
    padding-top: 30px !important;
    padding-bottom: 80px !important;
}
.section-home-infocontact .section-wrapper {
    left: -10px;
    width: calc(100% + 20px);
    height: 100%;
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-home-infocontact .section-wrapper .overlay-block {
    background-color: var(--main-color-theme);
    background: linear-gradient(110deg,var(--main-color-theme) 0%,#1F3E5D 50%,#2A5080 100%);;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.section-home-infocontact .section-wrapper .info-block {
    padding: 60px 0 60px 100px;
    text-align: center;
}
.section-home-infocontact .section-wrapper .info-block .icon {
    margin-bottom: 40px;
    height: 100%;
    max-height: 100px;
}
.section-home-infocontact .section-wrapper .info-block .title {
    font-size: 42px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -1px;
    margin-bottom: 15px;
}
.section-home-infocontact .section-wrapper .info-block .content {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    max-width: 650px;
    width: 100%;
    opacity: .7;
    margin: 0 auto;
}
.section-home-infocontact .section-wrapper .info-block .content strong {
    font-weight: 600;
}
.section-home-infocontact .section-wrapper a.readmore {
    display: inline-block;
    font-size: 16px;
    line-height: 56px;
    min-width: 251px;
    font-weight: 500;
    margin-top: 30px;
    color: #fff;
    border: 2px solid #fff;
    background-color: transparent;
    text-transform: uppercase;
    transition: all .5s ease;
}
.section-home-infocontact .section-wrapper a.readmore:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 767px) {
    .section-home-infocontact {
        padding-top: 40px!important;
        padding-bottom: 30px!important;
    }
}

/* section-home-blog */
.section-home-blog .section-navbutton .swiper-button {
    background-color: #3498db;
    color: #fff;
    width: 45px;
    height: 45px;
    top: -50px;
}
.section-home-blog .section-navbutton .swiper-button.swiper-button-prev {
    left: unset;
    right: 60px;
}
.section-home-blog .section-navbutton .swiper-button::after {
    font-size: 14px;
}
.section-home-blog .blog-item .wrapper {
    padding: 5px 10px 20px;
}
@media only screen and (max-width: 991px) {
    .section-home-blog .section-wrapper .swiper {
        padding: 0 0 30px;
    }
}
@media only screen and (max-width: 767px) {
    .section-home-blog .section-wrapper .swiper {
        padding: 0 0 30px;
    }
}

/* section-contact-content */
.section-contact-mapform {
    background-color: #f1f1f1;
    width: 100%;
    height: 100%;
    max-height: 950px;
    margin-left: -10px;
    padding: 0!important;
}
.section-contact-mapform .section-wrapper {
    max-width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
    row-gap: 20px;
}
.section-contact-mapform .map-block iframe {
    height: 100%!important;
}
.section-contact-mapform .form-block {
    padding: 80px 50px 80px 100px;
    color: #222;
}
.section-contact-mapform .form-block .separater::before,
.section-contact-mapform .form-block .separater::after {
    left: 0;
}
.section-contact-mapform .form-block .title {
    font-size: 40px;
    font-weight: 600;
    line-height: 54px;
    margin-top: 18px;
    padding-bottom: 15px;
}
.section-contact-mapform .form-block .content {
    font-weight: 300;
    line-height: 30px;
    font-size: 16px;
}
@media only screen and (max-width: 767px) {
    .section-contact-mapform {
        margin-left: 0;
        width: unset;
        padding: unset!important;
        max-height: unset;
    }
    .section-contact-mapform .section-wrapper,
    .section-contact-mapform .section-wrapper > .wrap {
        grid-template-columns: unset;
        grid-row-gap: 20px;
    }
    .section-contact-mapform .info-block {
        padding: 30px 20px;
    }
    .section-contact-mapform .form-block {
        margin-left: 0;
        padding: 20px 10px;
    }
}

/* section-contact-content */
.section-contact-content {
    padding: 0 0 80px!important;
}
.section-contact-content .box-block.question-block {
    margin-bottom: 100px;
}
.section-contact-content .box-block .wrapper {
    box-shadow: 0px 0px 20px rgb(0 0 0 / 5%);
    color: #222;
    height: 100%;
}
.section-contact-content .box-block:not(.question-block) .wrapper {
    margin-left: 10px;
    margin-right: 10px;
    padding: 45px 50px;
    height: calc(100% - 90px);
}
.section-contact-content .box-block.question-block .wrapper {
    display: grid;
    grid-template-columns: 55% 45%;
    align-items: center;
    padding: 0;
}
.section-contact-content .box-block.question-block .wrapper .image-left {
    height: 100%;
    max-height: 400px;
}
.section-contact-content .box-block.question-block .wrapper .image-left img {
    height: 100%;
    object-fit: cover;
}
.section-contact-content .box-block.question-block .wrapper .info-right {
    padding: 45px 45px 35px 45px;
}
.section-contact-content .box-block.question-block .wrapper .info-right ul.infos {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}
.section-contact-content .box-block.question-block .wrapper .info-right ul.infos li:not(:last-child) {
    margin-bottom: 15px;
}
.section-contact-content .box-block.question-block .wrapper .info-right ul.infos li i {
    color: #f89429;
    margin-right: 15px;
}
.section-contact-content .box-block.question-block .wrapper .info-right ul.infos li a {
    color: #222;
}
.section-contact-content .box-block .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 12px;
}
.section-contact-content .box-block.question-block .title {
    font-size: 22px;
    font-weight: 600;
}
.section-contact-content .box-block .content {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}
.section-contact-content .subwrap {
    display: grid;
    grid-template-columns: repeat(3, 33.33333%);
    row-gap: 20px;
}
@media only screen and (max-width: 767px) {
    .section-contact-content {
        padding-bottom: 40px!important;
    }
    .section-contact-content .box-block.question-block .wrapper,
    .section-contact-content .subwrap {
        grid-template-columns: unset;
    }
    .section-contact-content .box-block.question-block {
        margin-bottom: 30px;
    }
    .section-contact-content .box-block.question-block .wrapper .info-right {
        padding: 10px 25px 30px;
    }
    .section-contact-content .box-block:not(.question-block) .wrapper {
        padding: 30px 25px;
        margin: 0;
        height: calc(100% - 60px);
    }
}


/* section-contact-infoform */
.section-contact-infoform {
    padding-top: 70px!important;
    padding-bottom: 30px!important;
}
.section-contact-infoform .section-wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.section-contact-infoform .section-wrapper > .content {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #898989;
    margin-bottom: 40px;
}
.section-contact-infoform .section-wrapper > .wrap {
    display: grid;
    grid-template-columns: 40% 60%;
    row-gap: 20px;
}
.section-contact-infoform .title {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 30px;
}
.section-contact-infoform .info-block .wrapper {
    padding: 32px 0 0;
}
.section-contact-infoform .form-block {
    margin-left: 40px;
}
.section-contact-infoform .form-block .wrapper {
    background-color: #fff;
    border-radius: 12px;
    padding: 32px 24px;
}
.section-contact-infoform .form-block .wpcf7-form-control-wrap {
    display: flex;
    flex-flow: wrap;
}
.section-contact-infoform .form-block form.wpcf7-form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.section-contact-infoform .form-block form.wpcf7-form > div {
    width: 100%;
    margin-bottom: 20px;
}
.section-contact-infoform .form-block form.wpcf7-form > div.wpcf7-response-output {
    margin-top: 10px;
    margin-bottom: 0;
}
.section-contact-infoform .form-block form.wpcf7-form > div.width-50 {
    width: 50%;
}
.section-contact-infoform .form-block form.wpcf7-form > div > p {
    margin: 0 10px;
}
.section-contact-infoform .form-block label {
    margin-bottom: 5px;
    display: block;
}
.section-contact-infoform .form-block .wpcf7-form-control-wrap input,
.section-contact-infoform .form-block .wpcf7-form-control-wrap textarea {
    width: 100%;
    height: 20px;
    margin-bottom: 10px;
    padding: 10px 5px;
    border: none;
    border-bottom: 1px solid #e5e5e5;
    background-color: transparent;
    color: #757575;
}
.section-contact-infoform .form-block .wpcf7-form-control-wrap input::placeholder,
.section-contact-infoform .form-block .wpcf7-form-control-wrap textarea::placeholder {
    color: #757575;
}
.section-contact-infoform .form-block .wpcf7-form-control-wrap input:hover,
.section-contact-infoform .form-block .wpcf7-form-control-wrap input:active,
.section-contact-infoform .form-block .wpcf7-form-control-wrap input:focus,
.section-contact-infoform .form-block .wpcf7-form-control-wrap input:focus-visible,
.section-contact-infoform .form-block .wpcf7-form-control-wrap textarea:hover,
.section-contact-infoform .form-block .wpcf7-form-control-wrap textarea:active,
.section-contact-infoform .form-block .wpcf7-form-control-wrap textarea:focus,
.section-contact-infoform .form-block .wpcf7-form-control-wrap textarea:focus-visible {
    border-color: #000;
}
.section-contact-infoform .form-block .wpcf7-form-control-wrap textarea {
    height: 70px;
    outline: none;
    resize: none;
}
.section-contact-infoform .form-block form.wpcf7-form .wpcf7-not-valid-tip {
    font-size: 13px;
}
.section-contact-infoform .form-block form.wpcf7-form > div.submit-block {
    margin-top: 5px;
}
.section-contact-infoform .form-block form.wpcf7-form > div.chkbox-block .wpcf7-form-control-wrap {
    display: block;
}
.section-contact-infoform .form-block form.wpcf7-form > div.chkbox-block .wpcf7-list-item {
    margin-left: 0;
    margin-bottom: 10px;
}
.section-contact-infoform .form-block form.wpcf7-form > div.chkbox-block .wpcf7-list-item input {
    width: 16px;
    height: 16px;
    margin: 0;
    transform: translateY(2px);
}
.section-contact-infoform .form-block form.wpcf7-form > div.captcha-block {
	display: grid;
	width: 50%;
}
.section-contact-infoform .form-block form.wpcf7-form > div.captcha-block > div {
    grid-column: 1 / span 3;
    grid-row: 2;
}
.section-contact-infoform .form-block form.wpcf7-form > div.captcha-block > img {
    grid-column: 1 / span 2;
    grid-row: 1;
	float: unset !important;
    width: calc(100% - 20px) !important;
    padding-left: 10px;
    padding-right: 10px;
	height: 52px;
}
.section-contact-infoform .form-block form.wpcf7-form > div.captcha-block > a {
    grid-column: 3;
    grid-row: 1;
	align-items: center;
    justify-content: center;
}
.section-contact-infoform .form-block form.wpcf7-form > div.captcha-block > a img {
	margin-bottom: 0;
}
.section-contact-infoform .form-block .wpcf7-submit {
    text-transform: capitalize;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 1px;
    border: none;
    outline: none;
    color: #fff;
    background-color: #226594;
    width: 100%;
    height: 50px;
    border-radius: 30px;
    z-index: 1;
}
.section-contact-infoform .form-block .wpcf7-submit:hover {
    opacity: .7;
}
.section-contact-infoform .info-block table {
    text-align: left;
    box-shadow: 0 1px 2px 1px rgb(0 0 0 / 12%);
    border-collapse: collapse;
    border-spacing: 0;
}
.section-contact-infoform .info-block table tr {
    padding: 25px 0 30px 85px;
}
.section-contact-infoform .info-block table th {
    padding: 15px 24px;
    border-bottom: 1px solid #e5e5e5;
    color: #898989;
}
.section-contact-infoform .info-block table th:first-child {
    width: 60px;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    padding: 0;
}
.section-contact-infoform .info-block table th:first-child i {
    color: #3498db;
    font-size: 18px;
}
.section-contact-infoform .info-block table th:last-child {
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
}
.section-contact-infoform .section-wrapper {
    max-width: var(--main-max-width);
    display: grid;
    grid-template-columns: repeat(2, 50%);
    row-gap: 15px;
}
.section-contact-infoform iframe {
    width: 100%;
}
.section-contact-infoform .info-block a {
    color: #000;
}
.section-contact-infoform .info-item {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.section-contact-infoform .info-item:not(:last-child) {
    margin-bottom: 20px;
}
.section-contact-infoform .info-item span {
    width: 30px;
    display: inline-block;
}
.section-contact-infoform .info-item span::before {
    content: '\f879';
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    margin-right: 20px;
}
.section-contact-infoform .info-item.email span::before {
    content: '\f0e0';
}
.section-contact-infoform .info-item.website span::before {
    content: '\f7a2';
}
.section-contact-infoform .info-item.address span::before {
    content: '\f3c5';
}
.section-contact-infoform .info-item strong {
    font-weight: 500;
    font-size: 14px;
}
.section-contact-infoform .reviews .swiper-pagination {
    position: relative;
    bottom: -5px;
}
.section-contact-infoform .reviews .swiper-pagination .swiper-pagination-bullet {
    color: #d4dfe9;
    margin: 0 1px;
    height: 6px;
}
.section-contact-infoform .reviews .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #236594;
    width: 16px;
    border-radius: 10px;
}
@media only screen and (max-width: 767px) {
    .section-contact-infoform .section-wrapper {
        grid-template-columns: unset;
        width: 100%;
        display: block;
    }
    .section-contact-infoform .section-wrapper > .wrap {
        grid-template-columns: unset;
        grid-row-gap: 20px;
    }
    .section-contact-infoform .form-block {
        margin-left: 0;
    }
    .section-contact-infoform .info-block,
    .section-contact-infoform .form-block {
        padding: 0;
    }
	.section-contact-infoform .form-block form.wpcf7-form > div.captcha-block,
    .section-contact-infoform .form-block form.wpcf7-form > div.width-50 {
        width: 100%;
    }
    .section-contact-infoform .form-block .wpcf7-form-control-wrap {
        padding-left: 0;
        padding-right: 0;
    }
    .section-contact-infoform .form-block .wpcf7-submit {
        margin-left: 0;
        margin-right: 0;
    }
    .section-contact-infoform {
        padding-top: 0!important;
        padding-bottom: 30px!important;
    }
    .section-contact-infoform .form-block .wrapper {
        padding: 30px 20px!important;
    }
}


/* section-another-review */
.section-another-review {
    padding-top: 60px !important;
    padding-bottom: 70px !important;
    background-color: #f6f6f6;
}
.section-another-review .section-wrapper {
    max-width: var(--main-max-width);
}
.section-another-review .info-block .wrap {
    max-width: 500px;
    margin: 0 auto 30px;
    text-align: center;
}
.section-another-review .info-block h4 {
    max-width: 400px;
    margin: 0 auto 15px;
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
}
.section-another-review .info-block p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.section-another-review .reviews .swiper-pagination {
    position: relative;
    bottom: -10px;
}
.section-another-review .reviews .swiper-pagination .swiper-pagination-bullet {
    color: #d4dfe9;
    margin: 0 1px;
    height: 6px;
}
.section-another-review .reviews .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #236594;
    width: 16px;
    border-radius: 10px;
}
@media only screen and (max-width: 767px) {
    .section-another-review {
        padding: 40px 10px !important;
        box-sizing: border-box;
    }
    .section-another-review .info-block h4 {
        font-size: 20px;
        line-height: 24px;
    }
    .section-another-review .info-block p {
        font-size: 14px;
        line-height: 20px;
    }
    .section-another-review .info-block .wrap {
        margin-bottom: 10px;
    }
}

/* section-home-form */
.section-home-form {
    display: grid;
    grid-template-columns: 250px auto;
}
.section-home-form .section-outfit > h3 {
    position: absolute;
    left: -110px;
    top: 375px;
    transform: rotate(-90deg);
    font-size: 130px;
    line-height: 120px;
    font-weight: 700;
    color: #f1f0f6;
    text-transform: uppercase;
}
.section-home-form .section-wrapper {
    background-color: #252531;
    z-index: 1;
}
.section-home-form .section-wrapper .form-wrapper > .wrap {
    display: grid;
    grid-template-columns: 55% 45%;
    align-items: center;
    color: #fff;
    padding: 125px 0 100px 0;
}
.section-home-form .form-block > .bigtitle {
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    margin: 0 10px 30px;
}
.section-home-form .form-block > .bigtitle::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 70px;
    height: 3px;
    border-top: 1px solid #3498db;
    border-bottom: 1px solid #3498db;
}
.section-home-form .form-block > .bigtitle::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 30px;
    height: 4px;
    background-color: #3498db;
}
.section-home-form .form-block > .title {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 36px;
    line-height: 48px;
    font-weight: 400;
    margin-bottom: 30px;
}
.section-home-form .form-block .wpcf7-form-control-wrap {
    display: flex;
    flex-flow: wrap;
    padding-left: 10px;
    padding-right: 10px;
}
.section-home-form .form-block form.wpcf7 {
    display: flex;
    flex-wrap: wrap;
}
.section-home-form .form-block form.wpcf7 > div {
    width: 100%;
    margin-bottom: 10px;
}
.section-home-form .form-block form.wpcf7 > div.width-50 {
    width: 50%;
}
.section-home-form .form-block .wpcf7-form-control-wrap input,
.section-home-form .form-block .wpcf7-form-control-wrap textarea {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    padding: 10px 15px;
    border: 1px solid #eaeaea;
    background-color: transparent;
    color: #fff;
}
.section-home-form .form-block .wpcf7-form-control-wrap input::placeholder,
.section-home-form .form-block .wpcf7-form-control-wrap textarea::placeholder {
    color: #fff;
}
.section-home-form .form-block .wpcf7-form-control-wrap input:hover,
.section-home-form .form-block .wpcf7-form-control-wrap input:active,
.section-home-form .form-block .wpcf7-form-control-wrap textarea:hover,
.section-home-form .form-block .wpcf7-form-control-wrap textarea:active {
    border-color: #3498db;
}
.section-home-form .form-block .wpcf7-form-control-wrap textarea {
    height: 150px;
}
.section-home-form .form-block form.wpcf7 > div.submit-block {
    margin-top: 15px;
}
.section-home-form .form-block .wpcf7-submit {
    padding: 16px 40px;
    text-transform: capitalize;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1px;
    border: none;
    outline: none;
    color: #fff;
    background-color: #3498db;
    width: 100%;
    max-width: 180px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    height: auto;
    border-radius: 30px;
    z-index: 1;
}
.section-home-form .form-block .wpcf7-submit:hover {
    background-color: #1b1a1a;
}
.section-home-form .content-block {
    color: #fff;
    border-radius: 8px;
    margin-left: 50px;
    padding-left: 10px;
    padding-right: 10px;
}
.section-home-form .content-block > .title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 15px;
}
.section-home-form .content-block .boxs {
    margin-bottom: 20px;
}
.section-home-form .content-block .boxs .item {
    background-color: #3c3c50;
    margin-bottom: 20px;
    padding: 25px;
    border-top: 3px solid #3498db;
}
.section-home-form .content-block .boxs .item .title {
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 10px;
}
.section-home-form .content-block .boxs .item .address {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 15px;
}
.section-home-form .content-block .boxs .item ul.infos li {
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 300;
}
.section-home-form .content-block .boxs .item ul.infos li a {
    font-size: 18px;
    font-weight: 400;
}
.section-home-form .content-block .boxs a {
    color: #fff;
}
.section-home-form .content-block ul.socials {
    margin-bottom: 15px;
}
.section-home-form .content-block ul.socials li {
    float: left;
}
.section-home-form .content-block ul.socials li:not(:last-child) {
    margin-right: 15px;
}
.section-home-form .content-block ul.socials li a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: rgba(0,0,0,.3);
    text-align: center;
    border-radius: 50%;
}
.section-home-form .content-block ul.socials li a:hover {
    color: #3498db;
}

.section-home-form .section-wrapper .info-wrapper {
    border-top: 1px solid rgba(255,255,255,.1);
}
.section-home-form .section-wrapper .info-wrapper > .wrap {
    padding: 100px 0 125px;
}
.section-home-form .section-wrapper .info-wrapper > .wrap::after {
    position: absolute;
    content: '';
    background: #252531;
    width: 100%;
    height: 20px;
    right: 0;
    bottom: -20px;
    z-index: 1;
}
.section-home-form .section-wrapper .info-wrapper .wrap .boxs {
    display: grid;
    grid-template-columns: repeat(3, 33.3333333333%);
    align-items: center;
    row-gap: 20px;
    color: #fff;
}
.section-home-form .section-wrapper .info-wrapper .boxs .item {
    margin-left: 10px;
    margin-right: 10px;
    padding: 0 30px 11px 125px;
    min-height: 100px;
}
.section-home-form .section-wrapper .info-wrapper .boxs .item:first-child {
    margin-left: 0;
}
.section-home-form .section-wrapper .info-wrapper .boxs .item:last-child {
    margin-right: 0;
}
.section-home-form .section-wrapper .info-wrapper .boxs .item .icon {
    position: absolute;
    left: 0;
    top: -2px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 50px;
    background: #3c3c50;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgb(255 255 255 / 50%);
    transition: all .5s ease;
    z-index: 1;
}
.section-home-form .section-wrapper .info-wrapper .boxs .item .icon::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #3498db;
    transform: scale(0,0);
    border-radius: 50%;
    transition: all .5s ease;
    z-index: -1;
}
.section-home-form .section-wrapper .info-wrapper .boxs .item:hover .icon::before {
    transform: scale(1,1);
}
.section-home-form .section-wrapper .info-wrapper .boxs .item .info h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    margin-bottom: 7px;
}
.section-home-form .section-wrapper .info-wrapper .boxs .item:hover .info h3 {
    color: #3498db;
}
.section-home-form .section-wrapper .info-wrapper .boxs .item .info p {
    font-size: 15px;
    line-height: 26px;
    font-weight: 300;
    color: rgb(240, 228, 228);
}
@media only screen and (max-width: 1699px) {
    .section-home-form {
        grid-template-columns: unset;
    }
    .section-home-form .section-outfit {
        display: none;
    }
}
@media only screen and (max-width: 1200px) {
    .section-home-form .content-block {
        margin-left: 30px;
    }
    .section-home-form .section-wrapper .info-wrapper > .wrap {
        padding: 80px 10px 100px;
    }
}
@media only screen and (max-width: 991px) {
    .section-home-form .section-wrapper .info-wrapper .boxs .item {
        padding: 0 10px 11px 115px;
    }
}
@media only screen and (max-width: 767px) {
    .section-home-form .section-wrapper {
        margin-bottom: 70px;
    }
    .section-home-form .section-wrapper .form-wrapper > .wrap {
        grid-template-columns: unset;
        grid-row-gap: 20px;
        padding: 50px 0 0 0;
    }
    .section-home-form .content-block {
        margin-left: 0;
    }
    .section-home-form .form-block {
        padding: 20px 10px;
    }
    .section-home-form .form-block form.wpcf7 > div.width-50 {
        width: 100%;
    }
    .section-home-form .form-block .title,
    .section-home-form .form-block .wpcf7-form-control-wrap {
        padding-left: 0;
        padding-right: 0;
    }
    .section-home-form .form-block .wpcf7-submit {
        margin-left: 0;
        margin-right: 0;
    }
    .section-home-form .section-wrapper .info-wrapper > .wrap {
        padding: 70px 0 75px 0;
    }
    .section-home-form .section-wrapper .info-wrapper .wrap .boxs {
        grid-template-columns: unset;
        padding-left: 10px;
        padding-right: 10px;
    }
    .section-home-form .section-wrapper .info-wrapper .wrap .boxs {
        grid-template-columns: unset;
        padding-left: 10px;
        padding-right: 10px;
    }
    .section-home-form .section-wrapper .info-wrapper .boxs .item {
        margin-left: 0;
        margin-right: 0;
        padding: 0 0 11px 125px;
    }
    .section-home-form .section-wrapper .info-wrapper .boxs .item .info h3 {
        font-size: 20px;
    }
    .section-home-form .section-wrapper .info-wrapper .boxs .item .info p {
        font-size: 14px;
        line-height: 20px;
    }
}


/* section-header-action */
.section-header-action .section-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.section-header-action .section-wrapper > div {
    height: 84px;
    box-shadow: -1px 0 0 0 rgba(0,0,0,0.1);
}
.section-header-action .section-wrapper > div:first-child {
    box-shadow: none;
}
.section-header-action .section-wrapper > div > a {
    line-height: 40px;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 0 5px;
    height: 100%;
    min-width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #000;
}
.section-header-action .section-wrapper > div > a::before {
    content: '';
    display: block;
    background-image: url('../img/tried-starblack.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 24px;
    height: 24px;
    margin: 0 auto 5px;
}
.section-header-action .section-wrapper > div > a:hover::before {
    background-image: url('../img/tried-starblue.svg');
}
.section-header-action .section-wrapper > div.account-block > a::before {
    width: 21px;
    background-image: url('../img/tried-userblack.svg');
}
.section-header-action .section-wrapper > div.account-block > a:hover::before {
    background-image: url('../img/tried-userblue.svg');
}
.section-header-action .section-wrapper > div.account-block > a {
    background-color: #f2f2f2;
}
.section-header-action .section-wrapper > div > a > span {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    overflow-wrap: break-word;
    height: 30px;
}
.section-header-action .section-wrapper > div.account-block > a > span {
    height: 20px;
    width: 70px;
    padding-right: 15px;
}
.section-header-action .section-wrapper > div a i.count {
    background-color: #be1200;
    color: #fff;
    width: 20px;
    height: 20px;
    font-size: 11px;
    line-height: 20px;
    font-style: normal;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    right: calc(50% - 20px);
}
.section-header-action .account-block.logged > a::after {
    content: '';
    position: absolute;
    top: calc(50% + 15px);
    right: 15px;
    width: 0;
    height: 0;
    border-top: solid 5px #000;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
}
.section-header-action .account-block.logged .account-nav {
    position: absolute;
    right: 0;
    top: calc(100% - 20px);
    z-index: 99999;
    width: 280px;
    box-sizing: border-box;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.section-header-action .account-block.logged:hover .account-nav {
    opacity: 1;
    visibility: visible;
}
.section-header-action .account-block.logged .account-nav li:last-child {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #f1f1f1;
}
.section-header-action .account-block.logged .account-nav > h4 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #3f4048;
}
.section-header-action .account-block.logged .account-nav a {
    padding-bottom: 5px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #3f4048;
}
.section-header-action .account-block.logged .account-nav a:hover {
    text-decoration: underline;
}
.section-header-action .account-block.logged .account-nav li:not(:last-child) a::after {
    content: '\f054';
    font-family: "Font Awesome 5 Pro";
    color: var(--main-color-theme);
    margin-left: 10px;
    font-size: 12px;
}


/* section-menu-introimage */
.section-menu-introimage .section-wrapper {
    padding: 24px;
    background-color: #f5f5f5;
    max-width: 267px;
    border-radius: 0px 0px 0px 12px;
}
.section-menu-introimage .image-block {
    border-radius: 8px;
    height: auto;
    margin-bottom: 24px;
}
.section-menu-introimage .image-block img {
    height: 100%;
    width: 100%;
}
.section-menu-introimage .content-block .title {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 12px;
    text-transform: uppercase;
}
.section-menu-introimage .content-block .content {
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 12px;
    color: #3f4048;
}
.section-menu-introimage .content-block .viewmore {
    margin-top: 24px;
    font-weight: 500;
    width: calc(100% - 40px);
    letter-spacing: 0.3px;
    line-height: 1.125;
    padding: 16px 20px;
    color: #ffffff;
    text-decoration: none;
    background-color: var(--primary-btn-color);
    text-align: center;
    display: block;
}

/* section-header-logo */
.section-header-logo .section-logo img {
    width: 100%;
    height: 100%;
    max-height: 70px;
    object-fit: contain;
    object-position: left;
    text-align: center;
    padding: 10px 0;
    box-sizing: border-box;
}

/* section-another-login */
.section-another-login {
    float: right;
}
.section-another-login .login-block a {
    color: #333;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
}
.section-another-login .profile-block {
    width: 100%;
    max-width: 200px;
}
.section-another-login .profile-block .avatar-button .dropdown-action {
    position: absolute;
    top: -25px;
    right: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.section-another-login .profile-block .avatar-button .dropdown-action .user-avatar {
    height: 36px;
    width: 36px;
}
.section-another-login .profile-block .avatar-button .dropdown-action .user-avatar,
.section-another-login .profile-block .avatar-button ul.dropdown-wrapper li.prod-user .avatar {
    border-radius: 50%;
    object-fit: cover;
}
.section-another-login .profile-block .avatar-button ul.dropdown-wrapper {
    position: absolute;
    top: 25px;
    right: 0;
    width: 300px;
    z-index: 999;
    background-color: #fff;
    color: #333;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    visibility: hidden;
    transform: translatey(100px);
    opacity: 0;
    transition: all .3s;
    transition-delay: .3s;
}
.section-another-login .profile-block .avatar-button:hover ul.dropdown-wrapper {
    visibility: visible;
    transform: translatey(0);
    opacity: 1;
}
.section-another-login .profile-block .avatar-button ul.dropdown-wrapper a {
    display: block;
    color: #333;
}
.section-another-login .profile-block .avatar-button ul.dropdown-wrapper > li {
    padding: 15px 12.5px;
}
.section-another-login .profile-block .avatar-button ul.dropdown-wrapper li.prod-user {
    border-bottom: 1px solid #eee;
    display: grid;
    grid-template-columns: 70px auto;
    align-items: center;
}
.section-another-login .profile-block .avatar-button ul.dropdown-wrapper li.prod-user .avatar {
    height: 50px;
    width: 50px;
}
.section-another-login .profile-block .avatar-button ul.dropdown-wrapper li.prod-user .info {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
}
.section-another-login .profile-block .avatar-button ul.dropdown-wrapper li.prod-user .info strong {
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
}
.section-another-login .profile-block .avatar-button ul.dropdown-wrapper li.prod-user .info strong i {
    letter-spacing: .5px;
}
.section-another-login .profile-block .avatar-button ul.dropdown-wrapper li.prod-user .info .toprofile {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #3498db;
    margin-top: 5px;
}
.section-another-login .profile-block .avatar-button ul.dropdown-wrapper li.links-user {
    padding: 10px 0;
}
.section-another-login .profile-block .avatar-button ul.dropdown-wrapper li.links-user ul.links li a {
    padding: 10px 12.5px 10px 20px;
}
.section-another-login .profile-block .avatar-button ul.dropdown-wrapper li.links-user ul.links li:hover a {
    background-color: red;
    color: #fff;
}
.section-another-login .profile-block .avatar-button ul.dropdown-wrapper li.logout-user {
    border-top: 1px solid #eee;
}
.section-another-login .profile-block .avatar-button ul.dropdown-wrapper li.logout-user::before {
    content: '\f08b';
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    line-height: 24px;
    position: absolute;
}
.section-another-login .profile-block .avatar-button ul.dropdown-wrapper li.logout-user .tologout {
    padding-left: 30px;
}

/* section-home-additionblog */
.section-home-additionblog {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}
.section-home-additionblog .section-wrapper {
    display: grid;
    grid-template-columns: 825px auto;
    row-gap: 20px;
}
.section-home-additionblog .section-wrapper .col-item:nth-child(1) {
    padding-right: 20px;
}
.section-home-additionblog .section-wrapper .col-item:nth-child(2) {
    padding-left: 20px;
}
.section-home-additionblog .addblog-block .viewmore {
    margin-top: 60px;
    text-align: center;
}
.section-home-additionblog .addblog-block .viewmore a {
    color: #fff;
    background-color: #222;
    padding: 10px 25px;
}
.section-home-additionblog .addblog-block .viewmore a:hover {
    background-color: var(--main-color-theme);
}
.section-home-additionblog .addform-block {
    margin-bottom: 40px;
}
.section-home-additionblog .addform-block .form-subtitle {
    text-align: center;
    font-size: 19px;
    font-weight: 500;
    line-height: 29px;
    color: var(--main-color-theme);
    margin-bottom: 30px;
}
.section-home-additionblog .addform-block form.wpcf7 .wpcf7-submit {
    background-color: #222;
    padding: 8px 20px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 0;
    width: unset;
    max-width: unset;
    height: unset;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.section-home-additionblog .addform-block form.wpcf7 .wpcf7-submit:hover {
    background-color: var(--main-color-theme);
}
.section-home-additionblog .addbanner-block .banner img {
    height: 100%;
}
@media only screen and (max-width: 991px) {
    .section-home-additionblog .section-wrapper {
        grid-template-columns: unset;
    }
}
@media only screen and (max-width: 767px) {
    .section-home-additionblog .section-wrapper .col-item:nth-child(1) {
        padding-right: 0;
    }
    .section-home-additionblog .section-wrapper .col-item:nth-child(2) {
        padding-left: 0;
    }
    .section-home-additionblog .addform-block {
        margin-bottom: 20px;
    }
    .section-home-additionblog .addbanner-block {
        display: none;
    }
}

/* section-home-banner */
.section-home-banner .addbanner-block .banner img {
    height: 100%;
}

/* section-sidebar-banner */
.section-sidebar-banner .section-wrapper {
    box-shadow: 0 0 0 1px #C2D1D9;
    background-color: #fff;
}
.section-sidebar-banner .background-block {
    min-height: 150px;
    height: 100%;
    width: 100%;
    background-image: url(../img/sidebar-banner.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.section-sidebar-banner .info-block {
    padding: 30px;
}
.section-sidebar-banner .info-block .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: #3f4048;
    margin-bottom: 10px;
}
.section-sidebar-banner .info-block .content {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #3f4048;
}
.section-sidebar-banner .info-block .viewmore {
    margin-top: 20px;
    display: block;
    color: #3f4048;
    text-align: center;
    border: 2px solid var(--primary-btn-color);
    letter-spacing: 0.3px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.125;
    padding: 17px 20px;
}
.section-sidebar-banner .info-block .viewmore:hover {
    text-decoration: underline;
    background-color: rgba(18, 67, 149, 0.1);
}


/* section-sidebar-form */
.section-sidebar-form .sidebarform-block .form-subtitle {
    text-align: center;
    font-size: 19px;
    font-weight: 500;
    line-height: 29px;
    color: var(--main-color-theme);
    margin-bottom: 30px;
}
.section-sidebar-form .sidebarform-block form.wpcf7 .wpcf7-submit {
    background-color: #222;
    padding: 8px 20px;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    border-radius: 0;
    width: unset;
    max-width: unset;
    height: unset;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.section-sidebar-form .sidebarform-block form.wpcf7 .wpcf7-submit:hover {
    background-color: var(--main-color-theme);
}

/* section-home-hotblog */
.section-home-hotblog {
    padding-top: 20px!important;
    padding-bottom: 40px!important;
}
.section-home-hotblog .hotblog-block {
    display: grid;
    grid-template-columns: 50% 50%;
    width: calc(100% - 10px);
    gap: 10px;
}
.section-home-hotblog .hotblog-block .hotblog-item[data-index="1"] {
  grid-column: 1;
  grid-row: 1 / span 2;
}
.section-home-hotblog .hotblog-block .hotblog-item[data-index="2"] {
  grid-column: 2;
  grid-row: 1;
}
.section-home-hotblog .hotblog-block .hotblog-item[data-index="3"] {
  grid-column: 2;
  grid-row: 2;
}

/* section-header-menu */
.section-header-menu .section-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.section-header-menu .date-block {
    margin-right: 10px;
}
.section-header-menu .menu-block .menu li {
    float: left;
}
.section-header-menu .menu-block .menu li:not(:last-child) {
    margin-right: 20px;
}
.section-header-menu .menu-block .menu li a,
.section-header-menu .date-block {
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
}
.section-header-menu .menu-block .menu li a:hover {
    color: #000;
}

/* section-header-share */
.section-header-share .section-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.section-header-share .socials li {
    float: left;
}
.section-header-share .socials li:not(:last-child) {
    margin-right: 10px;
}
.section-header-share .socials li a {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: transparent;
}
.section-header-share .socials li a:hover {
    color: #000;
}

/* section-about-timeline */
.section-about-timeline {
    padding-top: 70px!important;
    padding-bottom: 70px!important;
}
.section-about-timeline .timelines .item {
    padding-left: 130px;
}
.section-about-timeline .timelines .item:not(:last-child) {
    padding-bottom: 40px;
}
.section-about-timeline .timelines .item::before,
.section-about-timeline .timelines .item::after {
    content: '';
    position: absolute;
}
.section-about-timeline .timelines .item::before {
    background-color: #3498db;
    border-radius: 100%;
    box-shadow: 0 0 0 2px #fff;
    height: 8px;
    left: 84px;
    top: 4px;
    width: 8px;
    z-index: 1;
}
.section-about-timeline .timelines .item::after {
    background-color: #e4e4e4;
    bottom: 0;
    left: 87px;
    top: 4px;
    width: 2px;
}
.section-about-timeline .timelines .item .time {
    color: #3498db;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 0;
}
.section-about-timeline  .timelines .item .title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #000;
}
.section-about-timeline .timelines .item .content {
    color: #898989;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
@media only screen and (max-width: 767px) {
    .section-about-timeline .timelines .item {
        padding-left: 35px;
    }
    .section-about-timeline .timelines .item .time {
        position: relative;
        margin-bottom: 10px;
    }
    .section-about-timeline .timelines .item::before {
        left: 0;
    }
    .section-about-timeline .timelines .item::after {
        left: 3px;
    }
}

/* section-footer-share */
.section-footer-share .section-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.section-footer-share .socials li {
    float: left;
}
.section-footer-share .socials li a {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 10px 10px 0;
    transition: all .3s;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 50%;
}
.section-footer-share .socials li:last-child a {
    margin-right: 0;
}
.section-footer-share .socials li.facebook a {
    background-image: url(../img/ico-facebook.svg);
}
.section-footer-share .socials li.google a {
    background-image: url(../img/ico-google.svg);
}
.section-footer-share .socials li.phone a {
    background-image: url(../img/ico-phone.svg);
}
.section-footer-share .socials li.twitter a {
    background-image: url(../img/ico-twitter.svg);
}
.section-footer-share .socials li.linkedin a {
    background-image: url(../img/ico-linkedin.svg);
}
.section-footer-share .socials li.youtube a {
    background-image: url(../img/ico-youtube.svg);
}
.section-footer-share .socials li a:hover {
    color: var(--main-color-theme);
}
@media only screen and (max-width: 767px) {
    .section-footer-share .section-wrapper {
        justify-content: center;
    }
}

/* section-header-support */
.section-header-support {
    display: flex;
    justify-content: flex-end;
}
.section-header-support .section-wrapper .box {
    display: grid;
    grid-template-columns: 54px calc(100% - 54px);
    align-items: center;
    color: #222;
    float: right;
}
.section-header-support .section-wrapper .box:not(:last-child) {
    margin-left: 30px;
}
.section-header-support .section-wrapper .icon {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #eae9f3;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-header-support .section-wrapper .icon i {
    font-size: 20px;
    color: #3498db;
}
.section-header-support .section-wrapper .info {
    padding-left: 10px;
    width: 100%;
    max-width: 200px;
}
.section-header-support .section-wrapper .info .title {
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
    color: #3498db;
}
.section-header-support .section-wrapper .info .content {
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    height: 24px;
}
@media only screen and (max-width: 767px) {
    .section-header-support {
        display: none;
    }
}

/* section-home-boxcontact */
.section-home-boxcontact {
    padding-top: 30px!important;
    padding-bottom: 20px!important;
}
.section-home-boxcontact .boxscontact-block {
    display: grid;
    grid-template-columns: repeat(3, 33.3333333%);
    row-gap: 20px;
}
.section-home-boxcontact .boxcontact-item {
    padding: 0 30px;
    text-align: center;
}
.section-home-boxcontact .boxcontact-item .icon {
    color: var(--primary-btn-color);
    font-size: 54px;
    line-height: 1;
    margin-bottom: 30px;
}
.section-home-boxcontact .boxcontact-item .title {
    line-height: 24px;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    height: 24px;
}
.section-home-boxcontact .boxcontact-item .content {
    color: #3f4048;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    height: 40px;
    width: 100%;
    max-width: 260px;
    margin: 0 auto 30px;
}
.section-home-boxcontact .boxcontact-item .readmore {
    display: inline-block;
    font-size: 16px;
    line-height: 45px;
    min-width: 180px;
    font-weight: 700;
    text-align: center;
    color: var(--primary-btn-color);
    border: 2px solid var(--primary-btn-color);
    background-color: transparent;
    transition: all .5s ease;
}
.section-home-boxcontact .boxcontact-item .readmore:hover {
    background-color: rgba(18, 67, 149, 0.1);
}
@media only screen and (max-width: 767px) {
    .section-home-boxcontact .boxcontact-item .content {
        margin-bottom: 10px;
        font-size: 13px;
        line-height: 18px;
        height: 36px;
    }
    .section-home-boxcontact .boxcontact-item {
        padding: 0;
    }
    .section-home-boxcontact .boxcontact-item .icon {
        font-size: 36px;
        margin-bottom: 15px;
    }
    .section-home-boxcontact .boxcontact-item .title {
        line-height: 20px;
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 10px;
        height: 20px;
    }
    .section-home-boxcontact .boxcontact-item .readmore {
        display: inline-block;
        font-size: 11px;
        line-height: 30px;
        min-width: 120px;
        font-weight: 500;
        border-width: 1px;
    }
}
@media only screen and (max-width: 450px) {
    .section-home-boxcontact .boxscontact-block {
        grid-template-columns: unset;
    }
}

/* section-header-contact */
.section-header-contact ul.contacts li.item {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    float: left;
}
.section-header-contact ul.contacts li.item:not(:first-child) {
    margin-left: 20px;
}
.section-header-contact ul.contacts li.item i {
    font-size: 16px;
    color: var(--main-color-theme);
    margin-right: 5px;
}
.section-header-contact ul.contacts li.item,
.section-header-contact ul.contacts li.item a {
    color: #222;
}
@media only screen and (max-width: 1024px) {
    .section-header-contact {
        display: none;
    }
}