/***TOP BANNER***/
@media(min-width: 501px){
    .top-banner {
        background-image: url(/wp-content/uploads/2024/04/top-banner-las-vegas-truck.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}
@media(max-width: 500px){
    .top-banner {
        background-color: var(--color7)
    }
}
.top-banner{
    padding-right:0;
    padding-left:0;
    padding-bottom: 0
}
.top-banner .sctn-wrp{
    max-width: 100%;
    justify-content: space-between;
    flex-wrap: nowrap;
}
.top-banner .title-col{
    text-align:center;
    color:var(--color2);
    align-self: flex-end;
    padding-bottom: 5%;
}
.top-banner .maintitle{
    color:var(--color2);
    font-size: clamp(26px, 2.5vw, 48px);
    font-weight: 700;
    margin: 0;
}
.top-banner .subtitle{
    color:var(--color6);
    font-size: clamp(18px, 1.5vw, 26px);
    margin: 0;
}
.top-banner .title-text{
    position:relative;
    padding: 20px;
    margin-bottom: 24px;
}
.top-banner .title-text::before{
    content: '';
    background: linear-gradient(90deg, #fff0 0%, #ba9210 50%, #fff0 100%);
    height: 2px;
    width: 100%;
    right: 0;
    top: 0;
    position: absolute;
}
.top-banner .title-text::after{
    content: '';
    background: linear-gradient(90deg, #fff0 0%, #ba9210 50%, #fff0 100%);
    height: 2px;
    width: 100%;
    right: 0;
    bottom: 0;
    position: absolute;
}
.top-banner .badge-col{
    display: grid;
	grid-template-columns: auto auto auto auto;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.top-banner .badge-col-1,
.top-banner .badge-col-2{
    display:flex;
    align-items: flex-end;
    gap: 12px;
}
.top-banner .badge-col>picture{
    width: 48%;
}
.top-banner .badge-col img{
    filter: drop-shadow(7px 7px 7px #00000078);
}
.top-banner a.get-btn{
    width: 100%;
    color:var(--color3);
    max-width: 500px;
    border-bottom: 2px solid #e2ba57;
    font-size: clamp(18px, 2vw, 32px);
}
.top-banner .benson-col{
    display:flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.top-banner .bingham-col{
    display:flex;
    align-items: flex-end;
    justify-content: flex-end;
}
@media(max-width: 1368px) and (min-width: 801px){
    .top-banner .badge-col>img{
        width: 50%
    }
}
@media(max-width: 1024px){
    .top-banner .benson-col{
        order: 2;
        max-width: 300px
    }
    .top-banner .bingham-col{
        order:3;
        max-width: 300px
    }
    .top-banner .title-col{
        order:1;
        width:100%;
        margin-right:auto;
        margin-left:auto;
        padding-bottom: 0;
        margin-bottom: -20%;
    }
    .top-banner .sctn-wrp{
        flex-wrap:wrap;
    }
    .top-banner .title-text,
    .top-banner .badge-col,
    .top-banner .btn-col{
        max-width: 500px;
        margin-right:auto;
        margin-left:auto;
    }
    .top-banner a.get-btn{
        max-width: 300px
    }
    .top-banner .subtitle{
        max-width: 350px;
        margin-right:auto;
        margin-left:auto;
    }
}
@media(max-width: 800px){
    .top-banner .badge-col>picture{
        order:1;
        width: 100%
    }
    .top-banner .badge-col .badge-col-1{
        order: 2;
        width: 48%
    }
    .top-banner .badge-col .badge-col-2{
        order: 3;
        width: 48%
    }
    .top-banner .badge-col{
        max-width: 300px;
        flex-wrap:wrap;
        gap:8px
    }
    .top-banner .get-btn{
        top: 0;
        left: 0;
    }
    .top-banner .title-text{
        max-width: 90%;
        padding-right: 0;
        padding-left: 0;
    }
    .top-banner .benson-col{
        max-width: 250px
    }
    .top-banner .bingham-col{
        max-width: 250px
    }
    .top-banner .title-col{
        margin-bottom: -26%;
    }
}
@media(max-width: 600px){
    .top-banner .title-col{
        margin-bottom: 20px;
    }
    .top-banner{
        padding-top: 32px
    }
}
@media(max-width: 500px){
    .top-banner .title-col{
        margin-bottom: 20px;
        padding-right: 12px;
        padding-left: 12px;
    }
    .top-banner{
        padding-top: 32px
    }
    .top-banner .benson-col{
        width: 55%;
        margin-right: -5%
    }
    .top-banner .bingham-col{
        width: 55%;
        margin-left: -5%
    }
}
/***VIDEO***/
.video {
    background: linear-gradient(170deg, #003873 0%, black 45%);
    color:var(--color2);
    padding-top: 0;
    padding-bottom: clamp(32px, 6%, 100px);
    padding-right: 16px;
    padding-left: 16px;
}
.video .maintitle{
    text-align:center;
    font-weight: 700;
    font-size: clamp(20px, 3vw, 36px);
    color: var(--color6);
}
.video .maintitle .span-maintitle{
    display:block;
    color:var(--color2);
    font-size: clamp(24px, 4vw, 54px);
}
.video .sctn-wrp{
    max-width: 1700px
}
.video .text-col{
    justify-content: flex-end;
    padding: 32px;
}
.video .video-col{
    padding-top: 52px;
    padding-bottom:52px;
    position:relative
}
.video .subtitle-col{
    position: absolute;
    background-image: url(/wp-content/uploads/2024/04/title-bg.png.webp);
    background-size: cover;
    padding: 6px 24px;
    right: -5%;
    bottom: 10px;
}
.video .subtitle-col .subtitle{
    position:relative;
    font-weight: 700;
    margin: 0;
    display: flex;
    gap: 8px;
    align-items: center;
    line-height: 1;
    font-size: clamp(18px, 2.2vw, 29px);
}
.video .subtitle-col .subtitle .num{
    font-size: 82px;
}
.video .subtitle-col .subtitle .badge{
    position:absolute;
    z-index: 99;
    color:var(--color2);
    text-transform:uppercase;
    font-size: 16px;
    background: linear-gradient(270deg, #5fbcea 40%, #fff0 100%);
    padding: 2px 11px;
  max-width: 75px;
    text-align: right;
}
.video .subtitle-col .subtitle .block{
    display:block
}
.video .arrow-btn{
    color:var(--color2);
}
.video  .btn-text{
    padding-left: 5%;
    padding-top: 6%;
    padding-bottom: 16px;
    font-size: clamp(16px, 1.8vw, 21px);
}
@media(max-width: 1024px){
    .video .video-col{
        width: 100%;
        order: unset;
        padding-top: 0;
    }
    .video .video-col picture{
        display:flex;
        justify-content:center;
    }
    .video .text-col{
        width: 100%;
        text-align: center;
        padding-bottom: 0;
        padding-right: 16px;
        padding-left: 16px;
    }
    .video .subtitle-col{
        right:0;
        left:0;
        bottom: 0;
        max-width: 480px;
        margin: 0 auto;
    }
    .video .btn-text{
        padding: 16px;
    }
}
@media(min-width: 801px){
.video .video-col .lyte-wrapper {
    max-width: 550px !important;
    margin-left: auto !important;
}
}
@media(max-width: 800px){
    .video .subtitle-col{
        max-width: 300px
    }
}
@media(max-width: 500px){
    .video .btn-text{
        padding:0
    }
    .video .text-col{
        padding-right:0;
        padding-left:0;
        padding-top: 52px;
    }
    .video .subtitle-col{
        padding-right:8px;
        padding-left:8px;
    }
}
/*fix*/
@media(min-width: 1025px){
    .video .video-col{
        position:relative
    }
    .video .video-col iframe{
        width: 100%;
        position:absolute;
        height: 100%;
        right:0;
        top:0;
        bottom:0;
        margin:auto;
    }
}
@media(max-width: 1024px){
    .video .video-col{
        display:flex;
        justify-content:flex-start;
        align-items:center;
    }
    .video .subtitle-col{
        position:relative;
    }
    .video .video-col{
        padding-bottom: 0
    }
}
@media(max-width: 650px){
    .video .video-col iframe{
        height: auto;
    }
    .video .video-col iframe .vp-center{
        display:flex;
        align-items:flex-start
    }
}
/***TABLE OF CONTENT***/
.video .sctn-wrp{
    justify-content:center
}
.table-of-contents{
    max-width: 1180px;
    margin-top: -52px;
    padding-bottom: clamp(32px, 5%, 72px);
    padding-right: 0;
    padding-left: 0;
}
.table-title {
    background-color:var(--color2);
    display:flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 12px 28px;
    border-radius: 12px 12px 0 0;
    margin-bottom: 0;
    gap: 20px;
    color: black;
    font-size: 18px;
    text-transform: uppercase;
    font-family: var(--font-family-sans-serif);
}
.table-of-contents hr{
    margin:0;
    height: 4px;
    background-color: var(--color6);
    width: 50%;
    max-width: 500px;
}
.table-title-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 32px;
}
.table-of-contents .content-col {
    border-bottom: 2px solid var(--color6);
}
.table-of-contents .content-col ul{
    margin-bottom: 32px;
    columns: 2 250px;
}
.table-of-contents .content-col ul li a{
    color:white
}
.table-of-contents .content-col ul li{
    margin-bottom: 12px;
}
@media(max-width:800px){
    .table-of-contents hr{
        width: 100%;
    }
    .table-title-col,
    .table-of-contents .content-col ul{
        margin-bottom: 32px
    }
}
@media(max-width:600px){
    .table-of-contents .content-col ul li{
        width: 100%;
    }
    .table-of-contents .content-col ul{
        padding-left: 20px
    }
}
/***TYPES***/
.types {
    padding-top: clamp(32px, 6%, 100px);
    padding-bottom: clamp(32px, 6%, 100px);
    padding-right: 8px;
    padding-left: 8px;
}
.types .sctn-wrp{
    max-width: 1470px
}
.types .maintitle{
    text-align:center;
    font-weight:700;
    font-size: clamp(22px, 4vw, 52px);
    margin-bottom: 52px;
}
.types .maintitle .block{
    display:block;
}
.types .subtitle {
    color: var(--color4);
    font-weight: 700;
    font-family: 'Crimson Text', serif;
    font-size: clamp(18px, 2vw, 24px);
    margin-bottom: 16px
}
.types .type-col{
    position:relative;
    width: 30%;
    padding: 16px;
}
.types .type-col:not(.type-col-9)::before {
    content: '';
    background: linear-gradient(0deg, #fff0 0%, #ba9210 50%, #fff0 100%);
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}
.types .types-cont{
    flex-direction:row;
    flex-wrap:wrap;
    justify-content: space-between;
    gap: 31px;
}
.types .type-col-9{
    display:flex;
    align-items: center;
}
.types .type-col-9 .get-btn{
    font-size: 20px;
    font-weight: 600;
    min-height: 60px;
    align-items: center;
    margin-bottom: 20px;
    text-align:center;
    left: 0;
}
.types .type-col-9 .get-btn::after,
.types .type-col-9 .get-btn::before{
    content: '';
    width: 40px;
    height: 1px;
    background: var(--color5);
    top: 50%;
    position: absolute;
    z-index: 1;
}
.types .type-col-9 .get-btn::before{
    left: -26px;
}
.types .type-col-9 .get-btn::after{
    right: -26px;
    opacity: 1;
}
@media(max-width: 1024px){
    .types .types-cont{
        gap: 8px;
    }
    .types .type-col-9{
        padding: 0
    }
    .types .type-col{
        width: 32%
    }
}
@media(max-width: 800px){
    .types .type-col.type-col-9{
        width: 100%;
    justify-content: center;
    }
    .types .type-col{
        width: 46%
    }
}
@media(max-width: 500px){
    .types .maintitle{
        margin-bottom: 32px
    }
    .types .type-col{
        width: 100%
    }
}

/***CTA BANNER***/
.txtbx-cta .maintitle{
    font-size: clamp(22px, 2.4vw, 35px);
    font-weight: 700;
}
.cta .sctn-wrp{
    max-width: 1500px
}
.cta {
    z-index:9
}
.cta .btnbx-col>a span {
    font-size: clamp(24px, 3vw, 43px);
}
/***HIRING***/
.hiring {
    padding-top:clamp(32px, 6%, 100px);
  padding-bottom: clamp(32px, 7%, 120px);
    padding-right: 16px;
    padding-left: 16px;
}
.hiring .sctn-wrp{
    max-width: 1400px
}
.hiring .title-col{
    text-align:center;
  width: 100%;
}
.hiring .maintitle{
    font-weight: 700;
    font-size: clamp(21px, 3vw, 44px);
  margin-bottom: 52px;
}
.hiring .maintitle .span-maintitle{
    display:block
}
.hiring .title-col p{
    margin-bottom: 32px
}
.hiring .typical-col{
    width:100%;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    gap: 20px;
}
.hiring .typical-col .typi-col {
    width: 22%;
    padding: 10px;
    border-left: 4px solid var(--color6);
    margin-bottom: 16px;
}
.hiring .typical-col .typi-col.typi-col-1{
    border-left:none;
    padding:0;
    display:flex;
    align-items: center;
}
.hiring .typical-col .subtitle{
    font-weight: 700;
    font-size: clamp(20px, 2.2vw, 26px);
    margin: 0;
    max-width: 230px
}
.hiring .typical-col .span-subtitle{
    font-weight: 700;
    font-size: clamp(18px, 1.9vw, 22px)
}
.hiring .typical-col .typi-col p{
    margin:0
}
.hiring .bottom-col p{
    text-align:center;
    position: relative;
    z-index: 99;
}
.hiring .bottom-col ul{
    columns: 4 160px;
    margin:0;
    position:relative;
    z-index: 9;
}
.hiring .bottom-col ul::after{
    content: "";
    width: 110%;
    height: 155%;
    border: 4px solid var(--color6);
    border-radius: 32px;
    display:block;
    position:absolute;
    top: -30%;
    left: -5%;
    z-index: 0;
}
.hiring .bottom-col ul::before{
    content:"";
    display:block;
    background-color: var(--color2);
    width: 80%;
    height: 32px;
    position:absolute;
    top: -53px;
    z-index: 9;
    right: 0;
    left: 0;
    margin: auto;
}
.hiring .bottom-col ul li{
    font-family: 'Crimson Text', serif;
    font-size: clamp(16px, 1.7vw, 20px);
    font-weight: 700;
    color: var(--color4);
  z-index: 99;
    position: relative;
}
.hiring .bottom-col ul li::marker{
    color: var(--color6)
}
@media(max-width: 1368px){
    .hiring .bottom-col ul::after{
        width: 100%;
        left: 0;
        right:0;
        margin:auto
    }
    .hiring .bottom-col ul{
        padding-right: 20px;
    }
}
@media(max-width: 1130px){
    .hiring .bottom-col p{
        max-width: 800px;
        margin-right:auto;
        margin-left:auto;
    }
}
@media(max-width: 800px){
    .hiring .typical-col{
        margin-bottom: 0;
        justify-content: space-evenly;
    }
  .hiring .typical-col .typi-col{
    width: 30%
  }
    .hiring .typical-col .typi-col.typi-col-1{
        width: 100%;
    }
    .hiring .typical-col .subtitle{
        max-width: 400px;
        text-align:center;
        margin-right:auto;
        margin-left:auto
    }
    .hiring .bottom-col p{
        max-width: 530px
    }
}
@media(max-width: 603px){
    .hiring .bottom-col ul::after{
        top: -35px;
        height: 130%;
    }
  .hiring .typical-col .typi-col{
    width: 46%
  }
}
@media(max-width: 500px){
    .hiring .typical-col .typi-col{
        width: 100%;
    }
}
@media(max-width: 427px){
    .hiring .bottom-col ul::after{
        height: 120%;
    }
    .hiring .bottom-col ul li{
        max-width: 300px;
        margin-right:auto;
        margin-left:auto;
    }
    .hiring .typical-col{
        gap: 0
    }
}
/***CASES***/
@media(min-width: 501px){
    .cases {
        background-image: url(/wp-content/uploads/2024/04/cases-bg-las-vegas-truck-accident.jpg.webp);
        background-repeat:no-repeat;
        background-position:center;
        background-size:cover;
    }
}
@media(max-width: 500px){
    .cases{
        background-color: #dfe3ec
    }
}
.cases{
    padding-bottom: clamp(32px, 6%, 100px);
    padding-top: clamp(32px, 6%, 100px);
    padding-right: 8px;
    padding-left: 8px;
}
.cases .title-col {
    text-align:center;
}
.cases .title-col .maintitle{
    font-size: clamp(23px, 3.5vw, 52px);
    font-weight: 700;
}
.cases .title-col .maintitle .block{
    display:block
}
.cases .cases-cont{
    flex-direction:row;
    flex-wrap:wrap;
    justify-content:space-between;
    gap: 20px;
    margin-top: 52px;
}
.cases .case-col {
    width: 46%;
    margin-bottom: 32px;
}
.cases .case-col .title-tp{
    display:flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px
}
.cases .case-col .subtitle{
    margin:0;
    font-size: clamp(18px, 2.2vw, 26px);
    font-weight: 700;
}
@media(max-width: 1024px){
    .cases .case-col{
        margin-bottom:0
    }
    .cases .cases-cont{
        margin-top: 20px
    }
}
@media(max-width: 600px){
    .cases .case-col{
        width: 100%
    }
}
@media(max-width: 500px){
    .cases .case-col .title-tp{
        flex-direction:column;
        gap: 4px;
        text-align:center;
    }
    .cases .case-col{
        text-align:center
    }
}
/***ABOUT***/
.abt .sctn-wrp-4 {
    padding-top:0;
    justify-content: space-between;
}
.abt .one-full p:last-of-type{
    text-align:center;
    max-width: 1180px;
    margin-right:auto;
    margin-left: auto;
    margin-bottom: 3%;
}
.abt .maintitle{
    color:var(--color5);
    font-size: clamp(18px, 2.2vw, 28px);
    max-width: 100%;
}
.abt .h3-style{
    max-width: 900px;
    font-size: clamp(32px, 4vw, 72px);
    padding-bottom: 20px;
    position:relative;
    margin-bottom: 20px;
}
.abt .h3-style .dot{
    color: var(--color5);
}
.abt .h3-style::after {
    content: '';
    background: linear-gradient(90deg, #fff0 0%, #ba9210 50%, #fff0 100%);
    height: 3px;
    width: 100%;
    right: 0;
    bottom: 0;
    position: absolute;
}
.abt .whycol-1{
    width: 46%;
    z-index: 9;
}
.abt .whycol-2{
    width: 46%;
    text-align: left;
    display: flex;
    align-items: flex-end;
    position: relative;
}
.abt .whycol-1 .span-subtitle{
    color:white;
    font-style: italic;
    font-weight: 700;
    font-size: clamp(20px, 2.4vw, 28px);
}
.abt .whycol-1 .span-subtitle .block{
    display:block
}
.sctn-wrp-4 .subtitle{
    font-size: clamp(32px, 5vw, 62px);
}
.whycol-1>hr{
    width: 65%;
    margin-left: 0;
}
.whycol-1>p:last-of-type{
    max-width: 550px
}
.whycol-3 hr{
    width: 100%
}
.abt .whycol-3{
    z-index:9;
}
.abt .whycol-3 .subttile{
    font-size: clamp(18px, 2vw, 24px);
  text-shadow: 0 0 20px #000;
}
.abt .whycol-2 .whycol-3 p {
    margin-bottom: 10px;
}
@media(min-width: 1025px){
    .abt .whycol-2 .img-col{
        position:absolute;
        max-width: 1000px;
        bottom: -28%;
        width: 150%;
        margin-right: -10%;
        margin-left: -50%;
    }
    section.abt{
        padding-bottom: clamp(32px, 10%, 40px);
    overflow: hidden;
    }
}
@media(max-width: 1200px) and (min-width: 1025px){
    .abt .whycol-2 .img-col{
        bottom: -16%;
        margin-left: -65%;
        width: 165%;
    }
}
@media(max-width: 1440px){
    section.abt{
        padding-top: clamp(32px, 6%, 100px)
    }
    .abt .h3-style{
        max-width: 720px
    }
}
@media(max-width: 1024px){
    .abt .h3-style{
        max-width: 510px
    }
    .abt .one-full p{
        margin-bottom: 32px;
    }
    .abt .whycol-1,
    .abt .whycol-2{
        width: 100%;
        text-align:center
    }
    .whycol-1>hr{
        margin-left:auto
    }
    .whycol-1>p:last-of-type{
        margin-right:auto;
        margin-left:auto;
    }
    .abt .whycol-2{
        flex-direction:column;
        align-items: center;
    }
    .abt .whycol-3{
        width:100%
    }
    .abt .whycol-2 .img-col{
        max-width: 500px
    }
  .abt .whycol-1 .whycol-3{
        padding:0
    }
}
@media(max-width: 800px){
    .abt .h3-style{
        max-width: 100%
    }
}
@media(max-width: 500px){
    .abt .sctn-wrp-4 .one-full{
        max-width: 100%
    }
    .sctn-wrp-4 .subtitle{
        max-width: 100%
    }
}
/***REVIEW***/
.rvw {
    background-color: #efefef;
    padding-top: clamp(32px, 8%, 140px);
    padding-bottom: clamp(32px, 6%, 100px);
    padding-right: 16px;
    padding-left: 16px
}
.rvw .maintitle{
    font-size: clamp(32px, 4vw, 57px);
    border-bottom: 0;
}
.rvw .subtitle {
    font-size: clamp(18px, 2.4vw, 30px);
    font-weight: 600;
}
.rvw .rvwsub-tle h5{
    font-size: clamp(16px, 2vw, 24px);
    line-height:1.2;
    color: #525252;
  font-family: -apple-system, "Segoe UI", Roboto;
    font-weight: 600;
    margin: 0;
}
.rvw .txt-rvw b{
    font-size: clamp(16px, 2.2vw, 25px);
    line-height: 1.2;
    margin-bottom: 8px;
}
@media(max-width: 800px){
    .rvw  .one-full.txt-rvw{
        max-width: 100%;
    }
}
/***SUCCESS***/
.judg{
    padding-top: clamp(32px, 6%, 100px);
    background-position: 70%;
}
section.judg>.sctn-wrp{
    max-width: 1200px
}
.judg .titlecol .maintitle{
    font-size: clamp(30px, 4vw, 66px);
}
.judg .titlecol .maintitle>span{
    font-size: clamp(18px, 3vw, 38px);
}
.judg .bf-title{
    font-size: clamp(16px, 2.2vw, 26px);
}
.judg .btn-col a{
    text-align:center;
    max-width: 500px;
    font-size: clamp(20px, 2.4vw, 30px);
}
.judg .judginn-col{
    justify-content:space-between;
    padding-bottom: clamp(32px, 6%, 72px);
}
.judg .jbox-1{
    font-size: clamp(36px, 5vw, 66px);
}
.judg .judg-box>div{
    padding-top: 32px;
    padding-bottom: 32px
}
.judg .titlecol{
    transform:none
}
.judg .judg-box.judg-box-1{
  background-image: none;
  text-align:center
}
.judg .judg-box.judg-box-1 .jbox-3 {
  font-size: clamp(18px, 2.2vw, 36px);
  margin-bottom: 20px
}
.judg .judg-box.judg-box-1 p{
  font-size: clamp(16px, 1.7vw, 20px);
  max-width: 900px;
  margin-right:auto;
  margin-left:auto;
  margin-bottom: 52px
}
.judg .judg-box-2{
  background-image:none
}
.judg .judg-box-2>div{
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center
}
.judg .judg-box-2>div,
.judg .judg-box-3>div{
  display:flex;
  padding: 32px;
}
.judg .judg-box .title-col{
  width: 45%;
  padding: 8px;
}
.judg .judg-box .text-col{
  width: 60%;
}
.judg .judg-box .text-col p{
  margin:0
}
.judg .judg-box-3>div{
  flex-direction: row-reverse;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center
}
.judg .judg-box-3 p{
  text-align: right
}
.judg .judg-box-2 p{
  text-align: left
}
.judg .judg-box .jbox-2{
  margin-bottom: 16px;
  font-size: clamp(18px, 2.4vw, 32px);
  font-weight: 400
}
.judg .judg-box .jbox-3{
  font-size: clamp(16px, 1.7vw, 20px);
}
.judg-box-3 .jbox-1,
.judg-box-2 .jbox-1{
    font-size: clamp(18px, 3vw, 32px);
}
@media(max-width: 1024px){
  .judg .judg-box>div{
    flex-direction:column
  }
  .judg .judg-box .title-col,
  .judg .judg-box .text-col{
    width: 100%;
  }
  .judg .judg-box .text-col p{
    text-align:center
  }
}
@media(max-width: 600px){
  .judg .judg-box-2>div,
  .judg .judg-box-3>div{
    padding: 20px;
  }
  .judg .judg-box{
    width: 100%
  }
  .judg .judg-box.judg-box-1 p{
    margin-bottom: 0
  }
  .judg .judginn-col{
    gap: 20px
  }
}
@media (min-width:601px){
  .judg .judg-box-2>div{
    background-image: url(/wp-content/uploads/2024/04/judge-box-2.jpg.webp);
  }
  .judg .judg-box-3>div{
    background-image: url(/wp-content/uploads/2024/04/judge-box-3.jpg.webp);
  }
}
/***STATISTICS***/
.stat {
    padding-top: clamp(32px, 7%, 140px);
    padding-right: 16px;
    padding-left: 16px;
}
.stat .sctn-wrp{
    position:relative;
}
.stat .title-col{
    width: 100%;
    text-align:center;
}
.stat .maintitle{
    font-weight: 800;
    font-size: clamp(32px, 4vw, 60px);
    padding-bottom: 16px;
    background-color: #fff;
    margin-bottom: 0;
    z-index: 9999;
    position: relative;
    text-wrap: balance;
}
.stat .title-col hr{
    height: 4px;
    background-color: var(--color6);
    max-width: 500px;
    margin-bottom: 52px;
    margin-top: 0;
    width: 40%;
}
.stat .text-col{
    width: 50%
}
.stat .text-col p{
    margin:0;
    z-index: 9999;
    position: relative;
}
.stat .img-col{
    width: 50%;
}
.stat .img-col picture,
.stat .img-col img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.stat .subtitle{
    font-weight: 600;
    font-size: clamp(20px, 2.4vw, 27px);
    z-index: 9999;
    position: relative;
}
.stat .text-col-1,
.stat .text-col-3{
    padding: 25px 32px 25px 0;
}
.stat .text-col-2{
    padding: 25px 0 25px 32px;
}
.stat .img-col-1,
.stat .img-col-2,
.stat .text-col-1,
.stat .text-col-2{
    margin-bottom:52px
}
@media(min-width: 651px){
    .stat .sctn-wrp::after{
        content:"";
        height: 100%;
        display:block;
        position:absolute;
        background-color:var(--color6);
        width: 4px;
        right:0;
        left:0;
        margin:auto;
        z-index:999;
        bottom: -52px
    }
}
@media(max-width: 800px){
    .stat .img-col-1,
    .stat .img-col-2,
    .stat .text-col-1,
    .stat .text-col-2{
        margin-bottom:32px
    }
}
@media(max-width: 650px){
    .stat .text-col{
        width: 100%
    }
    .stat .img-col{
        width: 100%;
    }
    .stat .title-col hr{
        margin-bottom: 20px
    }
    .stat .img-col-1,
    .stat .img-col-2,
    .stat .text-col-1,
    .stat .text-col-2,
    .stat .text-col-3,
    .stat .text-col-3{
        margin-bottom: 20px
    }
    .stat .text-col-1,
    .stat .text-col-2,
    .stat .text-col-3{
        padding: 0;
        text-align:center
    }
    .stat .title-col{
        order:1;
    }
    .stat .text-col-1{
        order: 2
    }
    .stat .img-col-1{
        order: 3
    }
    .stat .text-col-2{
        order: 4
    }
     .stat .img-col-2{
        order: 5
    }
    .stat .text-col-3{
        order: 6
    }
     .stat .img-col-3{
        order: 7
    }
}

/***MAP***/
.map {
    padding:0
}
section.map>.sctn-wrp{
    max-width: 100%
}
.map .map-col{
    padding:0
}
.map .text-col{
    background: linear-gradient(90deg, rgba(16,75,110,1) 0%, rgba(5,25,42,1) 100%);
}
.map .maintitle{
    color: var(--color2);
    font-weight: 700;
    font-size: clamp(30px, 4vw, 56px);
    margin-bottom: 32px;
}
.map .maintitle .span-maintitle{
    font-size: 27px;
    display:block;
    color: var(--color6)
}
.map .map-col img,
.map .map-col picture{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.map .text-inner{
    max-width: 650px;
    margin-left: auto;
    padding: 52px
}
.map .get-btn{
    font-size: clamp(16px, 1.7vw, 20px);
    min-height: 60px;
    align-items:center;
    font-weight: 600;
    margin-top: 40px;
    max-width: 400px;
    margin-left: 0
}
.map .get-btn::after{
    content: '';
    width: 40px;
    height: 2px;
    background: var(--color5);
    top: 50%;
    position: absolute;
    z-index: 1;
    right: -26px;
    opacity: 1;
}
.map .get-btn::before{
    content: '';
    width: 4px;
    height: 160%;
    background: var(--color5);
    top: -17px;
    position: absolute;
    z-index: 1;
    left: -4px;
    opacity: 1;
}
.map .badge-col {
    max-width: 470px;
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap: 8px;
}
@media(max-width: 1024px){
    .map .text-inner{
        padding: 20px
    }
}
@media(max-width: 800px){
    .map .text-col{
        width: 100%
    }
    .map .map-col{
        width: 100%
    }
    .map .text-inner{
        margin-right:auto;
        text-align:center
    }
    .map .badge-col{
        margin-right:auto;
        margin-left:auto;
    }
    .map .get-btn{
        margin-left:auto;
        margin-right:auto;
        margin-top: 20px;
        margin-bottom: -32px
    }
}
@media(max-width: 500px){
    .map .get-btn{
        left:0
    }
    .map .badge-col img{
        padding:0 1%;
    }
    .map .text-inner{
        padding-right:0;
        padding-left:0
    }
}
@media(min-width:501px){
    .map-mobile{
        display:none
    }
}
@media(max-width:500px){
    .map-col{
        display:none
    }
    .map-mobile .map-mobile-box{
        background-color: var(--color4);
        padding:8px;
        text-align:center;
        font-weight: 700;
        color:white;
        margin-right: 16px;
        margin-left:16px;
        margin-bottom: 20px
    }
}

/***FAQ***/
.faq {
    padding-top: 0;
}
.faq .maintitle>span{
    display:block
}
.faq .maintitle{
    font-size: clamp(22px, 4vw, 60px)
}
/***BLOG***/
.blog {
    background-color:#eaf2f7
}
.blog .maintitle{
    font-size: clamp(22px, 4vw, 72px);
    text-align:center;
    font-weight: 700;
    margin-bottom: 60px;
    line-height:1.1
}
.blog .dot{
    color:var(--color5)
}
.blog .blog-cont{
    flex-direction:row;
    flex-wrap:wrap;
}
.blog .subtitle{
    font-size: clamp(24px, 3vw, 42px);
    font-weight: 700
}
.blg-list.two-col {
    align-self:flex-start
}
.blg-list.two-col .flex-button {
    transition: all .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    background: #013d76;
    color: #fff !important;
    padding: 10px;
    line-height: 1.5;
    margin-top: 20px;
}
@media(max-width: 800px){
  .blg-list.two-col.blog-col-2 {margin-bottom:0}
}
@media(max-width: 500px){
    .blog .blog-col {
        width: 100%
    }
    .blog .blog-cont{
        gap: 32px
    }
    .blog .maintitle{
        margin-bottom: 32px
    }
}
/***CONTACT***/
.ctc .maintitle{
    font-size: clamp(25px, 4vw, 72px);
}
.ctc .maintitle>span>span{
    display:inline;
}
.ctc .maintitle span{
    font-size: clamp(18px, 2.6vw, 36px);
    font-weight: 700
}
@media(max-width: 500px){
    .ctc{
        padding-top: 32px;
        padding-bottom: 32px;
    }
}

/***KEY***/
.key-aspects h4{
    text-wrap:balance;
}
.key-aspects{
    padding-bottom:clamp(32px, 6%, 100px)
}
.key-aspects .title-col{
    display:flex;
    width:100%;
    gap: 5%;
}
#lyte_4WyfTj0sJqg {
    background-image: url(https://www.bensonbingham.com/wp-content/uploads/2024/06/4wyftj0sjqg.jpg.webp) !important;
}
.key-aspects .maintitle{
    font-size: clamp(20px, 3vw, 46px);
    font-weight:800;
    max-width: 450px;
}
.key-aspects .title-col hr{
    height: 10px;
    background-color: var(--color4);
    width: 100%;
    margin-right: -30%;
    margin-top: auto;
}
.key-aspects .subtitle {
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 600;
}
.key-aspects .text-col hr{
    background-color: var(--color6);
    height: 3px;
    max-width: 150px;
    margin-left:0;
    width: 100%;
}
.key-aspects .text-col,
.key-aspects .img-col{
    width: 50%;
}
.key-aspects .text-col{
    display:flex;
    flex-direction:column;
    justify-content:center
}
.key-aspects .img-col-1{
    margin-top:-24px;
    margin-bottom: 52px;
}
.key-aspects .img-col-1 img{
    border-radius: 0 0 20px 20px
}
.key-aspects .text-col-1,
.key-aspects .text-col-3{
    padding: 32px 32px 32px 0
}
.key-aspects .text-col-2{
    padding: 32px 0 32px 32px
}
.key-aspects .img-col-2{
    display:flex;
    margin-left: -30%;
    width: 80%;
}
.key-aspects .img-col-2 img,
.key-aspects .img-col-2 picture{
    height:100%;
    width:100%;
    object-fit:cover
}
.key-aspects .text-col p:last-of-type{
    margin-bottom:0
}
.key-aspects .import-col {
    padding-top: clamp(32px, 6%, 72px);
    display: flex;
    flex-wrap: wrap;
}
.key-aspects .import-col .sub-main{
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 600;
    text-align:center;
    margin-bottom:32px;
    display:flex;
    justify-content: space-between;
    gap:20px;
    align-items: center;
    width: 100%;
}
.key-aspects .import-col .sub-main::after{
    content: "";
    background-color: var(--color6);
    flex-grow: 1;
    height: 3px;
    min-width: 32px;
}
.key-aspects .import-col .sub-main::before{
    content: "";
    background-color: var(--color6);
    flex-grow: 1;
    height: 3px;
    min-width: 32px;
}
.key-aspects .import-col .text-col{
    padding: 32px 32px 32px 0;
}
.key-aspects .import-col .unders-col{
    background-color: var(--color4);
    color:var(--color2);
    border-radius: 20px 0 0 20px;
    padding: 52px;
    width: 80%;
    margin-right: -30%;
}
.key-aspects .import-col .unders-col .sub-title{
    color:var(--color2);
    margin-bottom: 32px;
    font-weight:600;
    font-size: clamp(18px, 2vw, 24px);
    max-width: 450px;
}
.key-aspects .import-col .unders-col p{
    max-width: 530px;
    margin-bottom: 40px;
}
.key-aspects .import-col .unders-col .get-btn{
    margin-left:0;
    text-align:center;
    top: 0;
    margin-bottom: -70px;
    font-size: clamp(18px, 2vw, 27px);
}
.key-aspects .img-col-3 img,
.key-aspects .img-col-1 img,
.key-aspects .img-col-1 picture,
.key-aspects .img-col-3 picture{
    height:100%;
    width: 100%;
    object-fit:cover;
    object-position:right
}
@media(max-width: 1200px){
    .key-aspects .maintitle{
        max-width:350px
    }
    .key-aspects .img-col-2{
        margin-left: -5%;
        width: 55%;
    }
    .key-aspects .import-col .unders-col{
        padding: 32px;
        width: 55%;
        margin-right: -5%;
    }
    .key-aspects .import-col .unders-col .get-btn{
        margin-bottom: 0;
    }
}
@media(max-width: 900px){
    .key-aspects .maintitle{
        max-width:300px
    }
}
@media(max-width: 800px){
    .key-aspects .text-col,
    .key-aspects .img-col{
        width: 100%;
        text-align:center
    }
    .key-aspects .text-col hr{
        margin-left:auto;
        margin-top: 6px;
    }
    .key-aspects .img-col-1 img{
        border-radius:0;
    }
    .key-aspects .title-col{
        order:1;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .key-aspects .text-col-1{
        padding: 32px 0;
        order:2
    }
    .key-aspects .img-col-1{
        order:3;
        margin-top:0;
        max-height: 200px;
        margin-bottom: 0;
    }
    .key-aspects .text-col-2{
        padding: 32px 0;
        order:4
    }
    .key-aspects .img-col-2{
        order:5;
        margin-left:0;
        max-height: 200px;
    }
    .key-aspects .text-col-3{
        padding: 32px 0;
        order:6
    }
    .key-aspects .img-col-3{
        order:7;
        max-height: 200px
    }
    .key-aspects .import-col{
        order: 8
    }
    .key-aspects .title-col hr{
        margin-right:0;
        height:5px;
        margin-bottom:0
    }
    .key-aspects .import-col .text-col{
        padding: 0 0 32px 0;
    }
    .key-aspects .import-col .unders-col{
        margin-right: -6%;
        width: 106%;
        text-align:center;
    }
    .key-aspects .import-col .unders-col .sub-title,
    .key-aspects .import-col .unders-col p,
    .key-aspects .import-col .unders-col .get-btn{
        margin-right:auto;
        margin-left:auto;
        left: unset;
    }
    .key-aspects .import-col .sub-main{
        margin-bottom:12px
    }
}
@media(max-width: 500px){
    .key-aspects .import-col .unders-col{
        padding: 32px 20px;
        margin-right:0;
        width: 100%;
        border-radius: 20px;
    }
    .key-aspects{
        padding-right:16px;
        padding-left:16px
    }
}
/***COMMON***/
@media(min-width: 501px){
    .common {
        background-image: url(/wp-content/uploads/2024/06/common-sctn-bg.jpg);
        background-size:cover;
        background-position: right center;
        background-repeat:no-repeat;
    }
}
.common{
    padding-top:0;
    padding-bottom: clamp(32px, 6%, 100px);
    position:relative
}
.common::before{
    content:"";
    height:8px;
    width: 80%;
    position:absolute;
    top:0;
    background-color:var(--color6);
    left:0
}
.common .common-col{
    width: 50%;
    padding-right:32px;
    padding-top:32px;
    padding-bottom: 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.common .common-col p{
    margin:0;
    padding-left: 32px;
}
.common .common-col hr{
    height:2px;
    background-color: var(--color4);
    position:relative;
    width: 100%;
}
.common .common-col hr::after{
    content:"";
    height: 10px;
    background-color:var(--color6);
    width: 80px;
    position:absolute;
    left: 32px;
    top:-5px
}
.common .title-col{
    background-color: var(--color4);
    width: calc(50% - 32px);
    margin-right:32px;
    padding: 9% 32px 32px 32px;
    border-radius: 0 0 20px 20px;
    display: flex;
    align-items: flex-end;
}
.common .maintitle{
    color: var(--color2);
    font-weight: 800;
    font-size: clamp(24px, 2.8vw, 38px);
    margin:0;
    text-wrap: balance;
}
.common .subtitle{
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 600;
    font-style:italic;
    padding-left: 32px;
    text-wrap: balance;
}
@media(max-width: 1024px){
    .common::before{
        width:100%;
    }
    .common .title-col{
        padding:20px
    }
    .common .common-col{
        padding-right: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .common .common-col p,
    .common .subtitle{
        padding-left:20px
    }
    .common .common-col hr::after{
        left:20px
    }
    .common{
        padding-right:16px;
        padding-left:16px
    }
}
@media(max-width: 500px){
    .common {
        background-color: #ebebf5
    }
    .common .common-col{
        width: 100%;
        padding-right:0
    }
    .common .common-col p,
    .common .subtitle{
        padding-right:20px;
        text-align:center
    }
    .common .title-col{
        width:100%;
        margin-right:0;
        text-align:center
    }
    .common .common-col hr::after{
        left:0;
        right:0;
        margin: auto
    }
}
/***CTA***/
@media(min-width: 1501px){
    section.cta {
        margin-top: -54px;
        margin-bottom: -54px
    }
}
section.cta .maintitle{
    text-wrap:balance;
}
/***INJURED***/
.inju-banner {
    background: radial-gradient(circle, rgba(2,49,94,1) 0%, rgba(0,14,26,1) 100%);
    padding-bottom: 0;
    margin-top: 72px;
    margin-bottom: 72px;
}
.inju-banner .img-col{
    width:50%;
    margin-top: -12%;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: -68px;
    z-index: 9;
}
.inju-banner .text-col{
    width:50%;
}
.inju-banner h4{
    display:flex;
    flex-wrap:wrap;
    text-wrap:balance
}
.inju-banner .maintitle{
    color:var(--color2);
    font-weight:800;
    font-size: clamp(24px, 3vw, 46px);
    margin-bottom: 32px;
}
.inju-banner .span-subtitle{
    color:var(--color6);
    width:50%;
    font-size: clamp(18px, 2vw, 24px);
}
.inju-banner .btn-blue{
    background-color:var(--color4);
    font-weight:700;
    font-family: 'Crimson Text', serif;
    color:var(--color2);
    padding: 8px 32px;
    display:flex;
    align-items: center;
    gap: 8px;
    font-size: clamp(20px, 2.3vw, 26px);
    position:relative;
    margin-left:auto;
    margin-top: -60px;
    width: 50%;
    justify-content: center;
    white-space: nowrap;
}
.inju-banner .btn-blue::after{
    content: "";
    width:2px;
    height: 140%;
    background-color:var(--color6);
    position:absolute;
    top: -20%;
    left:0
}
.inju-banner .btn-blue svg{
    max-width: 22px;
    fill:var(--color2)
}
.inju-banner .sep-col{
    display:flex;
    flex-direction:column-reverse;
    margin-bottom: -42px;
    width: 100%;
}
.inju-banner .sep-col hr{
    margin:0;
    width: 100%;
    height: 4px;
    background-color: var(--color4);
    border: none;
    z-index: 99;
}
.inju-banner .sep-col img{
    margin-left: 48%;
}
@media(max-width: 1140px){
    .inju-banner .sep-col{
        margin-bottom: -32px;
    }
    .inju-banner .img-col{
        margin-bottom: -62px;
    }
}
@media(max-width: 1024px){
    .inju-banner .img-col img{
        max-width:400px;
        width:100%
    }
    .inju-banner .maintitle{
        margin-bottom:20px
    }
    .inju-banner .img-col{
        margin-bottom: -56px;
    }
}
@media(max-width: 900px){
    .inju-banner .img-col img{
        max-width:350px
    }
    .inju-banner .img-col{
        margin-bottom: -49px;
    }
    .inju-banner{
        padding-top:40px
    }
}
@media(max-width: 800px){
    .inju-banner .span-subtitle{
        width:100%
    }
    .inju-banner .btn-blue{
        margin-top:16px;
        margin-right:auto;
        margin-left:0;
        margin-bottom: 16px;
    }
    .inju-banner .img-col{
        display:flex;
        align-items:flex-end;
        margin-bottom: -46px;
    }
    .inju-banner .sep-col {
        margin-bottom: -16px;
    }
}
@media(max-width: 700px){
    .inju-banner .img-col {
        margin-bottom: -39px;
    }
}
@media(max-width: 600px){
    .inju-banner .img-col{
        width:100%;
        margin-top:0;
        margin-bottom: -32px;
        justify-content: center;
        order:2
    }
    .inju-banner .text-col{
        order:1;
        width:100%;
        text-align:center
    }
    .inju-banner .sep-col{
        order:3
    }
    .inju-banner .maintitle{
        width: 100%
    }
    .inju-banner .btn-blue{
        margin-left:auto;
        width: 100%;
    }
    .inju-banner .img-col img{
        max-width:300px
    }
    .inju-banner .sep-col img{
        margin-left:0;
    }
    .inju-banner{
        margin-top:0;
        margin-bottom:20px
    }
    .inju-banner .sep-col hr{
        height:6px
    }
}
@media(max-width: 450px){
    .inju-banner .img-col{
        margin-bottom: -26px;
    }
}
@media(max-width: 360px){
    .inju-banner .img-col{
        margin-bottom: -19px;
    }
}
section.faq{
    background-color: #f4f4f4
}

@media (min-width:476px) {
.mobile-img {display: none!important;}
}
@media (max-width: 475px) {
.desk-img {display: none!important;}
.top-banner .sctn-wrp {height: 600px;}
}