/*=====Triangle Button======*/
.triangle-btn {
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    border: none;
    background-color: #FFA944;
    border-radius: 40px;
    display: inline-block;
    padding: 10px 36px 11px;
    padding-right: 76px;
    position: relative;
    text-align: center;
    width: auto;
    cursor:pointer;
    text-transform: capitalize;
    line-height: 1.42857143;
    transition: all .5s;
}
.triangle-btn:before {
    content: "";
    position: absolute;
    right: 6px;
    top: 5px;
    background-image: url(../../images/btn-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    transition: all .5s;
}
.triangle-btn:hover,
.triangle-btn:focus  {
    color: #fff !important;
    background-color: #B3E85D;
}
.triangle-btn:hover:before {
    background-image: url(../../images/btn-arrow-hover.svg);
    transform: rotate(180deg);
}

/*=====Review Box======*/
.review-box-wrapper .review-box {
    display: flex;
}
.review-box-wrapper .review-box .icon span {
    font-size: 58px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}
.review-box-wrapper .review-box .icon sup {
    color: #B3E85D;
    font-size: 28px;
    font-weight: 600;
    top: -40px;
    left: -5px;
}
.review-box-wrapper .review-box .feedback span {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
}


/*=====Banner Video======*/
.banner-video-wrapper .banner-video {
    padding: 50px 0 30px;
    text-align: right;
}

.banner-video-wrapper .banner-video img {
    box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.3);
}
.banner-video-wrapper .banner-rht h2 {
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}


/*=====Triangle Badge Images======*/
.badge-image-gallery-wrap{
    max-width: 475px;
    margin: 0 auto;
    border-radius: 15px;
}
.badge-image-gallery-wrap .badge-box{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 50px 60px 30px;
}
.badge-image-gallery-wrap .badge-box .badge-img {
    margin: 0 0 30px;
}


/*=========Relationship========*/
section.cms-relationship{
    padding: 0px!important;
}
.cms-relationship .content p:first-of-type,
.cms-relationship .content p:last-of-type {
    display: none;
}

.cms-relationship .content p{
    margin-bottom: 0px;
}
@media (min-width: 981px){
    .cms-relationship-box-content-row .et_pb_column{
        width: 31.6667%!important;
        margin-right: 2%!important;
    }
}
@media (max-width: 980px){
    .cms-relationship-box-content-row .et_pb_column .et_pb_row_inner, .et_pb_row{
        padding: 0px 20px!important;
    }
}


/*=========Typical Divorce========*/
section.typical-divorce .process-inner:after {
    bottom: 85px!important;
}



/*=========Sidebar Form========*/
.sidebar-form-wrap  .agreement-rht {
    background-color: #3C89B4;
    padding: 30px;
    padding-top: 30px;
    border-radius: 15px;
    margin: 30px 0 0;
}
/*.sidebar-form-wrap .agreement-rht::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    min-width: 200%;*/
/*    height: 100%;*/
/*    right: -100%;*/
/*    top: 0;*/
/*    background-image: url(../images/agreement-bg.png);*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*    z-index: -1;*/
/*    background-size: 100% 100%;*/
/*}*/
/*section.cms-agreement .agreement-rht:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 100%;
    right: -100%;
    top: 0;
    background-image: url(../images/agreement-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}*/

.sidebar-form-wrap .agreement-rht h3 {
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 0 30px;
}
.sidebar-form-wrap .call-box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 20px 0 0;
}
.sidebar-form-wrap .call-box .call-img {
    width: 64px;
}
.sidebar-form-wrap .call-box a {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 32px;
    letter-spacing: 0.04em;
    color: #fff;
    display: block;
}
.sidebar-form-wrap .call-box a:hover {
    color: #B3E85D;
}
.sidebar-form-wrap .call-box span {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #fff;
    display: block;
    line-height: 1;
}

.sidebar-form-wrap .agreement-rht {
    position: sticky!important;
    top: 20px;
}

/*=========Team Member Module============*/
.team-member-sec .team-inner {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-row-gap: 100px;
    grid-column-gap: 15px;
    margin: 0 auto;

}
section.cms-team .team-col {

}
.team-member-sec .flip-box {
    position: relative;
    height: 240px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
}
.team-member-sec .flip-box-front {
    background-size: cover;
    transform: none;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.team-member-sec .flip-box-back {
    background-size: cover;
    transform: rotateX(-180deg) rotateY(0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .6s ease-in-out;
}
.team-member-sec .flip-box-back-overly {
    background-color: #2C6F99CC;
    padding: 10px 5px;
    text-align: center;
    justify-content: center;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: stretch;
}
.team-member-sec .flip-box-btn {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    cursor: pointer;
}
.team-member-sec .flip-box:hover .flip-box-front {
    -webkit-transform: rotateX(180deg) rotateY(0);
    transform: rotateX(180deg) rotateY(0);
}
.team-member-sec .flip-box:hover .flip-box-back {
    transform: none;
}
.team-member-sec .flip-box-member {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #2E3E4D;
    text-align: center;
    text-transform: capitalize;
    margin: 0 0 10px;
    padding: 0 5px;
}
.team-member-sec .flip-box-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    color: #fff;
    text-transform: capitalize;
    margin: 0 0 10px;
}
.team-member-sec .flip-box-description {
    font-size: 14px;
    color: #fff;
    margin: 0 0 20px;
    line-height: 1.5;
}
.team-member-sec .flip-box-btn {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border-radius: 50px;
    cursor: pointer;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0 auto;
    border: 2px solid #fff;
    background-color: transparent;
    display: inline-block;
    line-height: 1;
    padding: 12px 10px;
    text-align: center;
    transition: all 0.5s;
    white-space: nowrap;
}
.team-member-sec .flip-box-btn:hover {
    background-color: #fff;
    color: #2E7CA9;
}

.team-member-sec .btn-box {
    padding: 120px 0 0;
    text-align: center;
}



/*=========Learning Center Video============*/

.learning-video-wrapper .video-row {
    width: 100%;
}
.learning-video-wrapper .video-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 10px;
}
.learning-video-wrapper .video-title h3 {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #F9F9F9;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    width: 100%;
    margin: 0;
}
.learning-video-wrapper .video-title h3:before {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #F9F9F9;
    margin: auto;
    margin-left: 25px;
    opacity: 0.3;
}
.learning-video-wrapper .video-title a {
    color: #BAE376;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    white-space: nowrap;
    text-transform: uppercase;
    padding-left: 25px;
}
.learning-video-wrapper .video-title a:hover {
    color: #FFA944;
}


.learning-video-wrapper .video-slider {
    padding-left: 170px;
    padding-bottom: 40px;
}
.learning-video-wrapper .video-slider .slick-list {
    margin: 0 -25px;
}
.learning-video-wrapper .video-slider .slide {
    padding: 25px;
}
.learning-video-wrapper.video-box {
    display: block;
}
.learning-video-wrapper .video-box .video-img {
    position: relative;
}
.learning-video-wrapper .video-box .video-img img {
    box-shadow: 0px 4.52644px 27.1587px rgba(0, 0, 0, 0.2);
    border-radius: 11px;
}
.learning-video-wrapper .video-box i {
    position: absolute;
    right: -15px;
    bottom: -15px;
    font-size: 60px;
    color: #fff;
}
.learning-video-wrapper .video-box h3 {
    font-size: 21px;
    font-weight: 500;
    color: #F9F9F9;
    line-height: 28px;
    margin: 15px 0 0;
}
.learning-video-wrapper .slick-arrow {
    position: absolute;
    width: 40px;
    height: 62px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    top: 30px;
}
.learning-video-wrapper .angle-left {
    background-image: url(../assets/images/angle-left.svg);
    background-repeat: no-repeat;
    left: 0;
    opacity: 0.3;
}
.learning-video-wrapper .angle-right {
    background-image: url(../images/angle-right.svg);
    background-repeat: no-repeat;
    left: 80px;
}

.learning-video-wrapper  .video-box .video-img img {
    box-shadow: 0px 4.52644px 27.1587px rgba(0, 0, 0, 0.2);
    border-radius: 11px;
}
.learning-video-wrapper .blogslide .video-img img {
    min-height: 200px;
}



/*===========Learning Resource==============*/
.learning-resources-wrapper .resource-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 30px;
}
.learning-resources-wrapper .resource-title h3 {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color: #F9F9F9;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    width: 100%;
    margin: 0;
}
.learning-resources-wrapper .resource-title h3:before {
    content: "";
    flex: 1 1;
    border-bottom: 1px solid #F9F9F9;
    margin: auto;
    margin-left: 25px;
    opacity: 0.3;
}
.learning-resources-wrapper .resource-title a {
    color: #BAE376;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    white-space: nowrap;
    text-transform: uppercase;
    padding-left: 25px;
}
.learning-resources-wrapper .resource-title a:hover {
    color: #FFA944;
}
.learning-resources-wrapper .resources-row {
    margin: 0 -8px;
}
.learning-resources-wrapper .resources-row .col {
    width: 11.11111%;
    padding: 0 8px;
}
.learning-resources-wrapper .resourse-box {
    position: relative;
    background-color: #fff;
    border: 3px solid #FFFFFF;
    box-shadow: 0px 4.62099px 13.2854px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 0 0 33px;
    width: 100%;
}
.learning-resources-wrapper .resourse-box .inner {
    position: relative;
    background-color: #0E4D72;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    text-align: center;
    height: 110px;
}
.learning-resources-wrapper .resourse-box .inner:before {
    content: "";
    position: absolute;
    background-color: #fff;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    clip-path: polygon(0 200%, 100% -100%, 100% 100%, 0% 100%);
    opacity: 0.05;
}
.learning-resources-wrapper .resourse-box .btn-box {
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    padding: 0;
}
.learning-resources-wrapper .resourse-box .btn-box a.download-btn {
    display: block;
    text-align: center;
    background-color: #FFA944;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 700;
    line-height: 36px;
    margin: 0 -3px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.learning-resources-wrapper .resourse-box h4 {
    position: relative;
    width: 100%;
    margin: 0;
    font-size: 21px;
    font-weight: 700;
    color: #F9F9F9;
    text-transform: uppercase;
}
.learning-resources-wrapper .resourse-box p {
    margin: 0;
    position: relative;
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    color: #F9F9F9;
    text-transform: uppercase;
}
.learning-resources-wrapper .resources-row .col:nth-child(2) .resourse-box h4 {
    font-size: 24px;
}
.learning-resources-wrapper .resources-row .col:nth-child(2) .resourse-box p {
    line-height: 17px;
}
.learning-resources-wrapper .resources-row .col:nth-child(3) .resourse-box h4 {
    font-size: 18px;
    line-height: 17px;
}
.learning-resources-wrapper .resources-row .col:nth-child(3) .resourse-box p {
    line-height: 13px;
}
.learning-resources-wrapper .resources-row .col:nth-child(4) .resourse-box h4 {
    font-size: 15px;
    line-height: 15px;
}
.learning-resources-wrapper .resources-row .col:nth-child(4) .resourse-box p {
    font-size: 11px;
    line-height: 12px;
}
.learning-resources-wrapper .resources-row .col:nth-child(5) .resourse-box h4 {
    font-size: 21px;
    line-height: 17px;
}
.learning-resources-wrapper .resources-row .col:nth-child(5) .resourse-box p {
    font-size: 12px;
    line-height: 14px;
}
.learning-resources-wrapper .resources-row .col:nth-child(6) .resourse-box h4 {
    font-size: 17px;
    line-height: 20px;
}
.learning-resources-wrapper .resources-row .col:nth-child(7) .resourse-box h4 {
    font-size: 21px;
    line-height: 17px;
}
.learning-resources-wrapper .resources-row .col:nth-child(7) .resourse-box p {
    font-size: 14px;
    line-height: 17px;
}
.learning-resources-wrapper .resources-row .col:nth-child(8) .resourse-box h4 {
    font-size: 15px;
    line-height: 17px;
}
.learning-resources-wrapper .resources-row .col:nth-child(9) .resourse-box h4 {
    font-size: 16px;
    line-height: 17px;
}
.learning-resources-wrapper .btn-box {
    padding: 80px 0 0;
}
.learning-resources-wrapper .resourse-box .btn-box .download-btn {
    display: block;
    text-align: center;
    background-color: #FFA944;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 700;
    line-height: 36px;
    margin: 0 -3px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


/*=======Icon Box======*/
.icon-box-wrapper .icon-box {
    background: #FFFFFF;
    box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.08);
    border-radius: 2px;
    border-left: 5px solid #5598BE;
    margin-bottom: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
}
.icon-box-wrapper .icon-box .icon {
    width: 110px;
    margin-right: 20px;
}
.icon-box-wrapper .icon-box .content {
    width: calc(100% - 130px);
}
.icon-box-wrapper .icon-box .content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #778B9E;
}
.icon-box-wrapper .icon-box .content p strong {
    font-weight: bold;
    color: #2E3E4D;
}


/*=======Free Resources========*/
.resource-box-wrapper{
    height: 500px;
}
.resource-box-wrapper .resource-box {
    position: relative;
    background-color: #0E4D72;
    border: 5px solid #B3E85D;
    box-shadow: 0px 4.62099px 13.2854px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 30px 25px 80px;
    height: 100%;
}

.resource-box-wrapper .resource-box:before {
    content: "";
    position: absolute;
    background-color: #fff;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    clip-path: polygon(0 200%, 100% -100%, 100% 100%, 0% 100%);
    opacity: 0.05;
}

.resource-box-wrapper .resource-box .btn-box {
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    padding: 0;
}
.resource-box-wrapper .resource-box h3 {
    font-size: 21px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.resource-box-wrapper .resource-box p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
}
.resource-box-wrapper .resource-box .btn-box {
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    padding: 0;
}
.resource-box-wrapper .resource-box .btn-box .download-btn {
    display: block;
    text-align: center;
    background-color: #FFA944;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 52px;
    margin: 0 -5px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}


/*=====Testimonial Box=========*/
.testimonial-single-box-wrap{
    height:600px
}
.testimonial-single-box-wrap .review-box {
    position: relative;
    background-color: #fff;
    box-shadow: 0px 4.62099px 13.2854px rgba(0, 0, 0, 0.2);
    padding: 30px 30px 240px;
    border-radius: 10px 10px 40px 10px;
    height: 100%;
    text-align: center;
    overflow: hidden;
}
.testimonial-single-box-wrap .review-box:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 168px;
    background-image: url('/wp-content/uploads/2025/04/testimonial-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.testimonial-single-box-wrap .review-box .quote-img {
    text-align: left;
    margin: 0 0 30px;
}
svg:not(:root) {
    overflow: hidden;
}
.testimonial-single-box-wrap .review-box p {
    line-height: 28px;
    font-size: 18px;
}
.testimonial-single-box-wrap .review-box .review-header {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 0 0 20px;
}
.testimonial-single-box-wrap .review-box .name {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 10px 0 0;
}
.testimonial-single-box-wrap .review-box .star i {
    color: #f6bb06;
    font-size: 14px;
}