/* Widget - Section Title */
.assist-trade-section-title-wrapper .assist-trade-section-title-toptext {
    color: #1572FD;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 400;
}
.assist-trade-section-title-wrapper .assist-trade-section-title {
    margin: 0;
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
}
.assist-trade-section-title-wrapper .assist-trade-section-title-subtitle {
    font-size: 16px;
    line-height: 18px;
    margin-top: 30px;
}
.assist-trade-section-title-wrapper .assist-trade-section-title-subtitle strong {
    font-weight: 700;
}
.assist-trade-section-title-wrapper .assist-trade-section-title-subtitle p {
    margin-top: 0;
}
.assist-trade-section-title-wrapper .assist-trade-section-title-subtitle p:last-child {
    margin-bottom: 0;
}
.assist-trade-section-title-wrapper a.assist-trade-button-link {
    margin-top: 30px;
}
/* big */
.assist-trade-section-title-wrapper.assist-trade-section-title-wrapper-big .assist-trade-section-title {
    font-size: 59px;
    line-height: 59px;
}
.assist-trade-section-title-wrapper.assist-trade-section-title-wrapper-big .assist-trade-section-title-subtitle {
    font-size: 30px;
    line-height: 34px;
}
/* align - right */
.assist-trade-section-title-wrapper.assist-trade-section-title-wrapper-align-right {
    text-align: right;
}
/* align - center */
.assist-trade-section-title-wrapper.assist-trade-section-title-wrapper-align-center {
    text-align: center;
}
/* white */
.assist-trade-section-title-wrapper.assist-trade-section-title-wrapper-white,
.assist-trade-section-title-wrapper.assist-trade-section-title-wrapper-white .assist-trade-section-title-toptext,
.assist-trade-section-title-wrapper.assist-trade-section-title-wrapper-white .assist-trade-section-title,
.assist-trade-section-title-wrapper.assist-trade-section-title-wrapper-white .assist-trade-section-title-subtitle {
    color: #fff;
}

/* Widget - Social Icons */
.assist-trade-social-icons-wrapper {
    display: flex;
}
.assist-trade-social-icons-wrapper .social-item {
    margin-right: 10px;
}
.assist-trade-social-icons-wrapper .social-item:last-child {
    margin-right: 0;
}
.assist-trade-social-icons-wrapper .social-item a {
    font-size: 26px;
    line-height: 26px;
}
/* align - right */
.assist-trade-social-icons-wrapper.assist-trade-social-icons-wrapper-align-right {
    justify-content: flex-end;
}
/* align - center */
.assist-trade-social-icons-wrapper.assist-trade-social-icons-wrapper-align-center {
    justify-content: center;
}
/* white */
.assist-trade-social-icons-wrapper.assist-trade-social-icons-wrapper-white .social-item a {
    color: white;
}
.assist-trade-social-icons-wrapper.assist-trade-social-icons-wrapper-white .social-item a:hover {
    color: #000;
}

/* Widget - Contact Info */
.assist-trade-contact-info-wrapper .contactinfo-item {
    margin-bottom: 10px;
}
.assist-trade-contact-info-wrapper .contactinfo-item a {
    display: flex;
    align-items: center;
}
.assist-trade-contact-info-wrapper .contactinfo-item a i.fas, .assist-trade-contact-info-wrapper .contactinfo-item a i.far {
    font-size: 24px;
    line-height: 24px;
    margin-right: 10px;
}
/* align - right */
.assist-trade-contact-info-wrapper.assist-trade-contact-info-wrapper-align-right {
    text-align: right;
}
/* align - center */
.assist-trade-contact-info-wrapper.assist-trade-contact-info-wrapper-align-center {
    text-align: center;
}
/* white */
.assist-trade-contact-info-wrapper.assist-trade-contact-info-wrapper-white a {
    color: white;
}
.assist-trade-contact-info-wrapper.assist-trade-contact-info-wrapper-white a:hover {
    color: #000;
}
/* WIDGET - FEATURED BOX */
.assist-trade-featured-box-wrapper {
    position: relative;
    display: flex;
    justify-content: flex-end;
    height: 232px;
    overflow: hidden;
    width: 100%;
}
.assist-trade-featured-box-wrapper a.assist-trade-featured-box-link-wrapper {
    background: black;
    width: 100%;
}
.assist-trade-featured-box-wrapper a.assist-trade-featured-box-link-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease, max-width 0.5s ease;
    -moz-transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease, max-width 0.5s ease;
    -o-transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease, max-width 0.5s ease;
    -ms-transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease, max-width 0.5s ease;
    transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease, max-width 0.5s ease;
    opacity: 0.66;
}
.assist-trade-featured-box-wrapper a.assist-trade-featured-box-link-wrapper .assist-trade-featured-box-title {
    position: absolute;
    bottom: 30px;
    text-align: center !important;
    width: 100%;
    color: white;
    font-size: 27px;
    line-height: 32px;
    text-transform: uppercase;
}
/* hover */
.assist-trade-featured-box-wrapper a.assist-trade-featured-box-link-wrapper:hover img {
    max-width: 110%;
    width: 110%;
    transform: translate(-5%);
    opacity: 0.9;
}
/* WIDGET - IMAGE BOX */
.assist-trade-image-box-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    width: 100%;
    height: 400px;
}
.assist-trade-image-box-wrapper img.assist-trade-image-box-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease, max-width 0.5s ease;
    -moz-transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease, max-width 0.5s ease;
    -o-transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease, max-width 0.5s ease;
    -ms-transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease, max-width 0.5s ease;
    transition: width 0.5s ease, transform 0.5s ease, opacity 0.5s ease, max-width 0.5s ease;
}
/* WIDGET - ICON BOX */
a.assist-trade-icon-box-wrapper {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
}
.assist-trade-icon-box-wrapper .assist-trade-icon-box-image {
    margin-bottom: 20px;
    max-height: 92px;
}
.assist-trade-icon-box-wrapper .assist-trade-icon-box-title {
    font-size: 23px;
    line-height: 23px;
    font-weight: 700;
    color: #1572FD;
}
.assist-trade-icon-box-wrapper .assist-trade-icon-box-subtitle {
    margin-top: 20px;
    font-size: 17px;
    line-height: 20px;
    font-weight: 300;
    color: #000;
}
.assist-trade-icon-box-wrapper .assist-trade-icon-box-subtitle p {
    margin-top: 0;
}
.assist-trade-icon-box-wrapper .assist-trade-icon-box-subtitle p:last-child {
    margin-bottom: 0;
}
.assist-trade-icon-box-wrapper .assist-trade-icon-box-subtitle p strong {
    font-weight: 700;
}
/* WIDGET - QUOTE BOX */
.assist-trade-quote-box-wrapper {
    display: flex;
    flex-direction: column;
}
.assist-trade-quote-box-wrapper .assist-trade-quote-box-quotetext {
    font-size: 41px;
    line-height: 46px;
    font-weight: 300;
    margin-bottom: 20px;
    color: #565A7C;
}
.assist-trade-quote-box-wrapper .assist-trade-quote-box-quotename {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
}
/* align - center */
.assist-trade-quote-box-wrapper.assist-trade-quote-box-wrapper-align-center {
    align-items: center;
    text-align: center;
}
/* align - right */
.assist-trade-quote-box-wrapper.assist-trade-quote-box-wrapper-align-right {
    align-items: flex-end;
    text-align: right;
}
/* WIDGET - INFO BOX */
.assist-trade-info-box-wrapper {
    padding: 30px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #FFF;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
    min-height: 365px;
}
.assist-trade-info-box-wrapper .assist-trade-info-box-title {
    color: #1572FD;
    font-size: 23px;
    line-height: 23px;
    font-weight: 700;
}
.assist-trade-info-box-wrapper .assist-trade-info-box-subtitle {
    margin-top: 20px;
    font-size: 17px;
    line-height: 19px;
    font-weight: 300;
}
.assist-trade-info-box-wrapper .assist-trade-info-box-subtitle p {
    margin-top: 0;
}
.assist-trade-info-box-wrapper .assist-trade-info-box-subtitle p:last-child {
    margin-bottom: 0;
}
.assist-trade-info-box-wrapper .assist-trade-info-box-subtitle p strong {
    font-weight: 700;
}
/* info box - blue */
.assist-trade-info-box-wrapper.assist-trade-info-box-wrapper-theme-blue {
    background: #1572FD;
    color: white;
}
.assist-trade-info-box-wrapper.assist-trade-info-box-wrapper-theme-blue .assist-trade-info-box-title {
    color: white;
}
/* WIDGET - SERVICE SECTION */
.assist-trade-service-section-wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: space-between;
    background: white;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
    border-radius: 30px;
    padding: 60px;
}
.assist-trade-service-section-wrapper.assist-trade-service-section-wrapper-imageonleft {
    flex-direction: row-reverse;
}
.assist-trade-service-section-wrapper .assist-trade-service-section-left-wrapper {
    flex-basis: 60%;
    min-width: 300px;
}
.assist-trade-service-section-wrapper .assist-trade-service-section-toptext {
    font-size: 26px;
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: 300;
}
.assist-trade-service-section-wrapper .assist-trade-service-section-title {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    color: #1572FD;
}
.assist-trade-service-section-wrapper .assist-trade-service-section-subtitle {
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
    margin-top: 30px;
}
.assist-trade-service-section-wrapper .assist-trade-service-section-subtitle p {
    margin-top: 0;
}
.assist-trade-service-section-wrapper .assist-trade-service-section-subtitle p:last-child {
    margin-bottom: 0;
}
.assist-trade-service-section-wrapper a.assist-trade-button-link {
    margin-top: 30px;
}
.assist-trade-service-section-wrapper .assist-trade-service-section-image {
    max-height: 300px;
}
/* WIDGET - TICK BOX */
.assist-trade-tick-box-wrapper {
    display: flex;
    align-items: center;
}
.assist-trade-tick-box-wrapper i.fa-message-check {
    font-size: 60px;
    line-height: 60px;
    color: #1572FD;
    margin-right: 20px;
}
.assist-trade-tick-box-wrapper .assist-trade-tick-box-text-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.assist-trade-tick-box-wrapper .assist-trade-tick-box-title {
    font-size: 25px;
    line-height: 28px;
    font-weight: 500;
}
.assist-trade-tick-box-wrapper .assist-trade-tick-box-subtitle {
    margin-top: 5px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 300;
}
.assist-trade-tick-box-wrapper .assist-trade-tick-box-subtitle p {
    margin-top: 0;
}
.assist-trade-tick-box-wrapper .assist-trade-tick-box-subtitle p:last-child {
    margin-bottom: 0;
}
.assist-trade-tick-box-wrapper a.assist-trade-tick-box-link {
    margin-left: 20px;
    display: inline-block;
    height: 42px;
    width: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 0;
    color: white;
    background: #1572FD;
    text-decoration: none;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.assist-trade-tick-box-wrapper a.assist-trade-tick-box-link:hover {
    background: #0d5bb8;
}
/* WIDGET - TEAM MEMBER BOX */
.assist-trade-teammember-box-wrapper {
    display: flex;
    background: #fff;
    border-radius: 23px;
    padding: 30px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
}
.assist-trade-teammember-box-wrapper .assist-trade-teammember-box-image-wrapper {
    display: flex;
    position: relative;
    margin-right: 20px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
}
.assist-trade-teammember-box-wrapper .assist-trade-teammember-box-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.assist-trade-teammember-box-wrapper .assist-trade-teammember-box-content-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.assist-trade-teammember-box-wrapper .assist-trade-teammember-box-name {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}
.assist-trade-teammember-box-wrapper .assist-trade-teammember-box-position {
    margin-top: 5px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #1572FD;
}
.assist-trade-teammember-box-wrapper .assist-trade-teammember-box-subtitle {
    margin-top: 15px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}
.assist-trade-teammember-box-wrapper .assist-trade-teammember-box-subtitle p {
    margin-top: 0;
}
.assist-trade-teammember-box-wrapper .assist-trade-teammember-box-subtitle p:last-child {
    margin-bottom: 0;
}
/* SIZING */
@media (max-width: 767px) {
    /* Widget - Section Title */
    .assist-trade-section-title-wrapper {
        text-align: center !important;
    }
    .assist-trade-section-title-wrapper .assist-trade-section-title-toptext {
        font-size: 16px;
        line-height: 16px;
    }
    .assist-trade-section-title-wrapper .assist-trade-section-title {
        font-size: 33px;
        line-height: 36px;
    }
    .assist-trade-section-title-wrapper.assist-trade-section-title-wrapper-big .assist-trade-section-title {
        font-size: 40px;
        line-height: 44px;
    }
    .assist-trade-section-title-wrapper.assist-trade-section-title-wrapper-big .assist-trade-section-title-subtitle {
        font-size: 20px;
        line-height: 24px;
    }
    /* Widget - Social Icons */
    .assist-trade-social-icons-wrapper {
        justify-content: center;
    }
    /* Widget - Contact Info */
    .assist-trade-contact-info-wrapper {
        text-align: center !important;
    }
    .assist-trade-contact-info-wrapper .contactinfo-item a {
        justify-content: center;
    }
    /* WIDGET - SERVICE SECTION */
    .assist-trade-service-section-wrapper {
        flex-direction: column-reverse;
        padding: 30px;
        align-items: center;
        text-align: center;
        gap: 30px;
    }
    .assist-trade-service-section-wrapper .assist-trade-service-section-left-wrapper {
        flex-basis: 100%;
    }
    .assist-trade-service-section-wrapper.assist-trade-service-section-wrapper-imageonleft {
        flex-direction: column-reverse;
    }
    .assist-trade-service-section-wrapper .assist-trade-service-section-title {
        font-size: 28px;
        line-height: 28px;
    }
    /* WIDGET - QUOTE BOX */
    .assist-trade-quote-box-wrapper .assist-trade-quote-box-quotetext {
        font-size: 27px;
        line-height: 30px;
    }
    /* WIDGET - IMAGE BOX */
    .assist-trade-image-box-wrapper {
        position: relative;
        overflow: hidden;
        border-radius: 30px;
        width: 100%;
        height: 300px;
    }
    /* WIDGET - TICK BOX */
    .assist-trade-tick-box-wrapper {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .assist-trade-tick-box-wrapper i.fa-message-check {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .assist-trade-tick-box-wrapper a.assist-trade-tick-box-link {
        margin-left: 0;
        margin-top: 15px;
    }
}
