body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Inter 18pt', sans-serif;
    color: #0B171D;
    font-weight: 400;
    line-height: 25px;
}

html,
body {
    height: 100%;
}

.main-wrapper {
    position: relative;
    overflow-x: hidden
}



a {
    color: #32463B;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: #32463B;
}

a:focus,
input:focus,
button:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

img {
    max-width: 100%;
    display: block
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #13203C;
    margin-bottom: 12px;
    font-family: 'Montserrat', sans-serif;
}

h1,
.h1 {
    font-size: 55px;
    line-height: 115%;
}

h2,
.h2 {
    font-size: 50px;
    line-height: 115%;
}

h3,
.h3 {
    font-size: 40px;
    line-height: 115%;
}

h4,
.h4 {
    font-size: 30px;
    line-height: 120%;
}

h5,
.h5 {
    font-size: 24px;
    line-height: 115%;
}

h6,
.h6 {
    font-size: 20px;
    line-height: 115%;
}


p {
    margin-bottom: 20px;
}


p:last-child {
    margin-bottom: 0 !important;
}

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

button {
    border: none;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background: transparent
}

.section,
section {
    padding: 70px 0;
}

.container {
    max-width: 1200px
}

.container.wide {
    max-width: 1320px;
}

.container.long {
    max-width: 1420px;
}

.container.smalls {
    max-width: 1080px
}

.container.ultra {
    max-width: 1600px
}

.relative {
    position: relative;
    z-index: 1
}

.z_99 {
    position: relative;
    z-index: 99
}

.text_upper {
    text-transform: uppercase
}

.clr_red {
    color: #B32135
}

.clr_gray {
    color: rgba(255, 255, 255, 0.7)
}

.clr_blue {
    color: #080F1D
}

.bg_blue_dark {
    background: #070D1A
}

.bg_blue {
    background: #080F1D
}

.bg_gray {
    background: #F6F6F6
}

.bg_gray_light {
    background: #F2F2F2
}

.fw_700 {
    font-weight: 700
}

.fw_900 {
    font-weight: 900
}

.ls_2 {
    letter-spacing: 2.8px
}

.text_italic {
    font-style: italic
}

.cta-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border: 1px solid transparent;
    font-family: 'Inter 18pt', sans-serif;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center
}

.cta-btn.btn_red {
    background: #B32135;
    color: #fff;
    border-color: #B32135
}

.cta-btn.btn_red:hover {
    background: #931324;
    color: #fff;
    border-color: #931324
}

.cta-btn.btn_blue {
    background: #093163;
    color: #fff;
    border-color: #093163
}

.cta-btn.btn_blue:hover {
    background: #B32135;
    color: #fff;
    border-color: #B32135
}

.section-heading {
    font-size: 50px;
    font-weight: 900
}

.site-heading {
    margin-bottom: 40px;
	font-weight: 500;
    font-size: 18px;
}

/*Write CSS From Here*/
.header-area {
    position: absolute;
    z-index: 9;
    width: 100%;
    left: 0
}

.header-inn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    top: 0;
    left: 0;
    padding-top: 20px
}

.header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}

.mainmenu ul li {
    display: inline-block;
    margin-left: 18px;
    position: relative
}
.mainmenu ul li.has-submenu{
	margin-right:10px
}
.mainmenu ul li.has-submenu > a:after {
    position: absolute;
    content: "";
    right: -10px;
    width: 7px;
    height: 7px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    top: 47%;
}

.mainmenu ul li.has-submenu > a:hover:after {
    border-color: #fff
}

.mainmenu ul li > ul {
    width: 240px;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 15px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -webkit-transition: all .4s;
    transition: all .4s;
    border-top: 3px solid #B32135;
    text-align: left;
    box-shadow: 0 19px 51px rgba(0, 0, 0, 0.31);
    background-color: #ffffff;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.mainmenu ul li > ul > li {
    display: block;
    padding: 0;
    margin: 0;
}

.mainmenu ul li > ul > li a {
    padding: 7px;
    display: block;
    color: #181818;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    font-size: 14px;
    line-height: 20px;
}

.mainmenu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
}


.mainmenu ul li a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #fff
}

.mainmenu ul li > ul > li a:hover {
    color: #B32135
}


.mainmenu ul li:first-child {
    margin-left: 0
}

.mainmenu ul li a {
    color: #fff;
    font-size: 12px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    display: inline-block
}

.header-nav .phone-call img {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 15px
}

.header-nav .phone-call span,
.phone_call span {
    position: relative
}

.header-nav .phone-call span:after,
.phone_call span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.header-nav .phone-call:hover span:after,
.phone_call:hover span:after {
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
}

.header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.header-nav .phone-call {
    font-size: 20px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 30px
}

.hero-area .container {
    position: relative;
    z-index: 1
}
.hero-content {
    margin-bottom: 20px;
}
.hero-subheading {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
}

.hero-text {
    padding-top: 100px
}

.hero-bg, .video_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
    mix-blend-mode: luminosity;
	left:0
}
.video_bg{
    mix-blend-mode: normal;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"
}

.hero-area {
    background: #080F1D;
    z-index: 1;
    overflow: hidden
}

.hero-area:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 30%;
    top: 0;
    left: 0;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.hero-area:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 130px;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(bottom, rgba(7, 18, 25, 1) 0%, rgba(7, 18, 25, 0) 100%);
    background: linear-gradient(0deg, rgba(7, 18, 25, 1) 0%, rgba(7, 18, 25, 0) 100%);
    z-index: 1
}

.hero-area {
    padding-bottom: 30px
}

.hero-heading {
    font-size: 70px;
    font-weight: 900;
    line-height: 85%;
    color: #fff;
    letter-spacing: -4px;
}

img.hero-circle-shape {
    position: absolute;
    top: 0;
    right: -145px;
    width: 800px;
    z-index: -9;
}

.hero-title {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.hero-right-img {
    position: absolute;
    width: 50%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    right: 0;
    bottom: -70px
}

.hero-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}

.hero-action .phone_call {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin-left: 10px;
    letter-spacing: 0.5px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.hero-action .phone_call img {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 10px;
}

.hero-text-slider {
    position: relative;
    z-index: 9;
    margin-top: 70px
}

.hero-single-slider-text {
    color: rgba(255, 255, 255, 0.76);
    letter-spacing: 11px;
    margin: 0 40px;
    position: relative;
    text-transform: uppercase;
    font-family: "JetBrains Mono", monospace;
    font-weight: 400;
    font-size: 18px
}

.hero-single-slider-text:before {
    position: absolute;
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, 0.76);
    ;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -40px;
    border-radius: 50%
}

.hero-image-1 {
    position: absolute;
    bottom: -200px;
    width: 510px;
    right: 30px;
}

.hero-image-2 {
    position: absolute;
    bottom: -200px;
    width: 485px;
    right: -270px;
    z-index: -1;
}

.review-area {
    background: #080F1D;
    position: relative;
    overflow: hidden;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}

.icon-teaser-style1-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
    top: 0;
}

.icon-teaser.style1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase
}

.icon-teaser.style1 .title {
    color: #fff;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.icon-teaser.style1 ul li {
    display: inline-block;
    color: #FBBC05;
    font-size: 14px
}

.icon-teaser.style1 .icon {
    margin-right: 8px
}

.icon-teaser.style1 .icon img {
    max-width: 45px;
}

.review-area .col-lg-3 {
    position: relative
}

.review-area .col-lg-3:after {
    position: absolute;
    content: "";
    top: 0;
    right: 10px;
    width: 1px;
    height: 100%;
    background: #22293B
}

.review-area .col-lg-3:last-child:after {
    display: none
}

.content-box.style1 {
    background: #F6F6F6;
    padding: 50px;
    position: relative;
    z-index: 9;
    border: 3px solid rgba(19, 32, 60, 0.29)
}

.form-box.style1 .title {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 30px
}

.form-box.style1 label {
    display: none
}

.form-box.style1 li {
    margin-bottom: 24px
}

.form-box.style1 input {
    border: none !important;
    background: #fff !important;
    width: 100% !important;
    padding: 10px 20px !important;
    font-size: 16px !important;
    height: 55px !important;
	box-shadow:none !important
}

.form-box.style1 textarea {
    border: none !important;
    background: #fff !important;
    width: 100% !important;
    height: 140px !important;
    padding: 10px !important;
    font-size: 16px !important;
    padding: 10px 20px !important;
	box-shadow:none !important;
	min-height:140px !important
}

.form-box.style1 input::-webkit-input-placeholder,
.form-box.style1 textarea::-webkit-input-placeholder {
    color: #13203C !important;
    font-size: 16px !important;
	opacity:1 !important
}

.form-box.style1 input::-moz-placeholder,
.form-box.style1 textarea::-moz-placeholder {
    color: #13203C !important;
    font-size: 16px !important;
	opacity:1 !important
}

.form-box.style1 input:-ms-input-placeholder,
.form-box.style1 textarea:-ms-input-placeholder {
    color: #13203C !important;
    font-size: 16px !important;
	opacity:1 !important
}

.form-box.style1 input::placeholder,
.form-box.style1 textarea::placeholder {
    color: #13203C !important;
    font-size: 16px !important;
	opacity:1 !important
}
.gform-theme--foundation .gform_fields{
	row-gap:15px !important
}
.form-box.style1 .text, .gfield--type-html {
    font-size: 14px !important
}

.form-box.style1 .cta-btn {
    width: 100% !important;
    text-align: center !important;
    display: block !important;
	    background: #B32135 !important;
    color: #fff !important;
    border-color: #B32135 !important;
    padding: 17px 30px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 1.2px !important;
    text-transform: uppercase !important;
    border: 1px solid transparent !important;
    font-family: 'Inter 18pt', sans-serif !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    text-align: center !important;
}
.form-box.style1 .cta-btn:hover {
    background: #931324 !important;
    color: #fff !important;
    border-color: #931324 !important;
}
.form-image.style1 {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -9;
    -o-object-position: right;
       object-position: right
}

.form_style1 {
    position: relative
}

.content-box.style1:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 53%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(246, 246, 246, 1) 0%, rgba(246, 246, 246, 0.9) 33%, rgba(246, 246, 246, 0.65) 60%, rgba(246, 246, 246, 0) 100%);
    background: linear-gradient(90deg, rgba(246, 246, 246, 1) 0%, rgba(246, 246, 246, 0.9) 33%, rgba(246, 246, 246, 0.65) 60%, rgba(246, 246, 246, 0) 100%);
    z-index: -1;
}

.form_style1:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 30%;
    left: 0;
    bottom: 0;
    background: #F6F6F6;
}

.icon-teaser.style2 .title {
    font-size: 21px;
    font-weight: 900;
}

.icon-teaser.style2 .number {
    background: #B32135;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    color: #fff;
    margin-bottom: 30px;
    margin: 0 auto 30px;
}

.content-text.style1 .text {
    font-size: 16px;
    font-weight: 700;
    margin-top: 50px;
    margin-bottom: 30px
}

.content-text.style1 .section-heading {
    color: #fff
}

.icon-teaser.style2 {
    position: relative;
    z-index: 1
}

.icon-teaser.style2:before {
    position: absolute;
    content: "";
    top: 50px;
    left: 68%;
    width: calc(100% - 110px);
    height: 2px;
    background: url(../img/step-bg.webp) no-repeat scroll 0 0/cover;
    z-index: -1
}

.col-lg-4:last-child .icon-teaser.style2:before {
    display: none
}

.content-text.style1 {
    color: rgba(255, 255, 255, 0.64)
}

.content-image.style2 {
    position: absolute;
    width: 55%;
    left: 0;
    top: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
	-o-object-position:top;
	   object-position:top
}

.half_gradient {
    position: absolute;
    top: 0;
    right: 40%;
    height: 100%;
    width: 100%;
    background: url(../img/half-gradient-bg.webp) no-repeat scroll top right/cover;
}

.news-logo-slider .slide {
    padding: 0 7px
}

.news-logo-slider .slick-list {
    margin-left: -7px;
    margin-right: -7px
}

.single-news-logo-slider {
    padding: 20px 80px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.58);
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    overflow: hidden
}

.single-news-logo-slider:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="80" /></filter></svg>#filter');
    -webkit-filter: blur(80px);
            filter: blur(80px);
}

.single-news-logo-slider img {
    width: 100px
}

.text-slider.style2 .title {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 44px;
    font-style: italic;
    margin: 0 40px;
    font-weight: 900;
    color: rgba(10, 10, 10, 0.08);
    position: relative
}

.text-slider.style2 .title:hover {
    color: #080F1D
}

.text-slider.style2 .title:before {
    position: absolute;
    content: "";
    background: url(../img/red_star.png);
    width: 18px;
    height: 18px;
    right: -50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.text-box.style1 {
    background: #fff;
    border: 1px solid #000;
    padding: 50px;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.text-box.style1 p a{
	    text-decoration: underline;
    color: #13203C;
	font-weight:700
}
.text-box.style1 p a:hover, .text-box.style1:hover p a {
    text-decoration: none;
    color: #B32135;
}
.text-box.style1:hover {
    background: #13203C;
    color: rgba(255, 255, 255, 0.64)
}

.text-box.style1 .title {
    font-size: 22px;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.text-box.style1:hover .title {
    color: #fff
}

.related-links.style1 ul {
    margin-top: 30px;
    text-align: center
}

.related-links.style1 ul li {
    display: inline-block;
    margin: 5px 6px;
}

.related-links.style1 ul li a {
    padding: 14px 20px;
    font-size: 14px;
    background: #F2F2F2;
    display: block;
    font-weight: 500;
    top: 0;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
	text-transform: uppercase;
}

.related-links.style1 ul li a:hover {
    top: -5px;
    background: #B32135;
    color: #fff
}

.image-logo.style1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 50px
}

.image-logo.style1 li {
    margin-right: 40px
}

.image-logo.style1 li img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.image-logo.style1 li img:hover {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(0);
            filter: grayscale(0)
}

.content-text.style3 .section-heading {
    color: #fff;
    margin-bottom: 20px
}

.content-text.style3 .subtitle {
    font-size: 40px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 50px;
    display: block;
    font-weight: 300;
    letter-spacing: -1px
}

.text-box.style2 .title {
    font-size: 46px;
    color: #B32135;
    font-weight: 700
}

.text-box.style2 .text {
    color: rgba(255, 255, 255, 0.7);
    line-height: 140%;
    display: block;
    font-size: 15px
}

.image-text.slider {
    background: #093163;
    padding: 70px
}

.hero-action.style2 {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
}

.testimonial-action .text {
    color: rgba(255, 255, 255, 0.3);
    margin-top: 30px;
    display: block;
    margin-bottom: 50px
}

.content-text.style4 {
    line-height: 150%;
    color: #2C2C2C
}

.content-text.style4 .title {
    font-size: 24px;
    font-weight: 900
}

.video-inner {
    position: relative
}

.video-action {
    position: absolute;
    left: 70px;
    bottom: 50px
}

.video-action .text {
    color: #fff;
    letter-spacing: 38%;
    font-size: 18px
}

.video-action .video-btn {
    width: 80px;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    background: #B32135;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin-right: 20px
}


.text-box.style3 {
    background: rgba(217, 217, 217, 0.22);
    padding: 50px;
    height: 100%
}

.text-box.style3 ul li {
    margin-bottom: 14px;
    position: relative;
    padding-left: 35px;
    color: #383838;
    line-height: 160%;
}

.text-box.style3 ul li:last-child {
    margin-bottom: 0
}

.text-box.style3 ul li:before {
    position: absolute;
    background: url('data:image/svg+xml,<svg width="24" height="20" viewBox="0 0 24 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.65845 1.5C6.71568 5.65278 14.6645 14.725 22.0018 17.7917" stroke="%23B32135" stroke-width="3" stroke-linecap="round"/><path d="M19.8438 1.97949C16.7865 6.13227 8.83774 15.2045 1.50039 18.2712" stroke="%23B32135" stroke-width="3" stroke-linecap="round"/></svg>');
    content: "";
    width: 30px;
    height: 30px;
    left: 0;
    top: 5px;
    background-repeat: no-repeat
}

.text-box.style4 {
    background: #13203C;
    padding: 50px;
    height: 100%;
    position: relative;
    z-index: 11
}

.text-box.style4 ul li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    color: #fff;
    line-height: 160%
}

.text-box.style4 ul li:last-child {
    margin-bottom: 0
}

.text-box.style4 ul li:before {
    position: absolute;
    background: url('data:image/svg+xml,<svg width="14" height="21" viewBox="0 0 14 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.50024 12C2.93149 12.8333 6.23005 15.2 7.97438 18C10.1548 21.5 8.51389 9.5 11.751 1.5" stroke="%230083C0" stroke-width="3" stroke-linecap="round"/></svg>');
    content: "";
    width: 30px;
    height: 30px;
    left: 0;
    top: 5px;
    background-repeat: no-repeat
}

.image-text.style2 {
    position: relative;
	display:block
}

.image-text.style2 .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    top: 30px;
    width: 100%;
    padding: 0 30px
}

.image-text.style2 .top .btn {
    position: relative
}

.image-text.style2 .top .btn:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.42)
}

.fs_70 {
    font-size: 70px;

    line-height: 95%;
}

.ls_6 {
    letter-spacing: -6px;
}

.rotate1 {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg)
}

.practice_bg {
    position: absolute;
    top: 0;
    right: 0;
    height: 1100px;
    z-index: -1;
}

.divider .line {
    width: 100%;
    height: 1px;
    background: #B32135;
    opacity: 0.25;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
    position: relative;
    z-index: 1
}

.image-logo.style1 li {
    margin: 0;
    padding: 0 25px;
	-webkit-box-flex:1;
	    -ms-flex:1;
	        flex:1
}

.section_sub_heading {
    font-size: 14px;
    margin-bottom: 15px;
    display: inline-block
}

.text-box.style2 {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1)
}

.result-slide-box {
    padding: 50px;
    background: rgba(9, 49, 99, 0.16);
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

.result-slide-box .title {
    color: #fff;
    font-weight: 400;
    font-size: 36px;
}

.result-slide-box .title strong {
    font-weight: 900;
}

.result-slider .slide {
    padding: 0 30px;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

.result-slider .slick-list {
    margin-left: 0px;
    margin-right: 0px
}

.result-text {
    padding-right: 50px
}

/* .slick-center.slick-current .result-slide-box {
    background: rgba(9, 49, 99, 0.52);
}

.result-slider .slick-center.slick-current.slide {
    transform: scale(1)
}
 */
.result-text .quotes-icon {
    font-weight: 700;
    color: #B32135;
    font-size: 66px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
    display: inline-block;
}

.result-slider {
    margin-top: 50px
}

.result-slider .slick-dots,
.testimonial-slider .slick-dots {
    position: inherit;
    bottom: auto;
    margin-top: 50px
}

.testimonial-slider .slick-dots {
    margin-top: 0
}

.result-slider .slick-dots button:before,
.testimonial-slider .slick-dots button:before {
    display: none
}

.result-slider .slick-dots button,
.testimonial-slider .slick-dots button {
    width: 22px;
    height: 3px;
    background: rgba(255, 255, 255, 0.29);
    border-radius: 5px;
    padding: 0
}

.testimonial-slider .slick-dots button {
    background: #B4B4B469
}

.result-slider .slick-dots li.slick-active button,
.testimonial-slider .slick-dots li.slick-active button {
    background: #B32135;
}

.result-action {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    letter-spacing: 0.3px;
    font-family: "JetBrains Mono", monospace;
    color: rgba(255, 255, 255, 0.75)
}

.result-action .hero-action {
    margin-top: 30px
}

.text-box.style3 .title,
.text-box.style4 .title {
    font-weight: 900;
    font-size: 32px;
    margin-bottom: 20px
}

.text-box.style4 .title {
    background: -webkit-linear-gradient(bottom, rgba(167, 213, 235, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(0deg, rgba(167, 213, 235, 1) 0%, rgba(255, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fw_700 {
    font-weight: 700
}

.ls_3 {
    letter-spacing: 3px
}

.image-text.style2 {
    position: relative;
    z-index: 1
}

.image-text.style2 .tags {
    display: inline-block;
    padding: 8px 25px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    background: #13203C;
    position: absolute;
    top: 30px;
    left: 30px
}

.image-text.style2 .tags:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    left: 12px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
}

.image-text.style2 .episode {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase
}

.image-text.style2 .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    color: #fff;
    z-index: 11
}

.image-text.style2 .cat {
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 700;
    color: #fff
}

.image-text.style2 .title {
    color: #fff;
    font-weight: 700;
    letter-spacing: -1.5px;
    font-size: 26px
}

.image-text.style2 .play_btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 700
}

.image-text.style2 .play_btn .video-btn {
    min-width: 50px;
    width: 50px;
    min-height: 50px;
    height: 50px;
    border-radius: 17px;
    background: #B32135;
    color: #fff;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 8px
}

.image-text.style2:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: -webkit-linear-gradient(top, rgba(11, 23, 29, 0) 0%, rgba(11, 23, 29, 1) 100%);
    background: linear-gradient(180deg, rgba(11, 23, 29, 0) 0%, rgba(11, 23, 29, 1) 100%);
}

.image-text.style2:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../img/podcast-shape.webp) no-repeat scroll 0 0/cover;
}

.section-action {
    margin-top: 40px
}

.divider.gray .line {
    background: #D4D4D4;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.podcast_bg {
    position: absolute;
    top: -70%;
    width: 700px;
    right: 0;
    background: #fff;
    z-index: -1;
}

.bg_gradient_gray {
    background: -webkit-linear-gradient(top, rgba(217, 217, 217, 0.34) 0%, rgba(217, 217, 217, 0) 100%);
    background: linear-gradient(180deg, rgba(217, 217, 217, 0.34) 0%, rgba(217, 217, 217, 0) 100%)
}

.testimonial-slider .slide {
    padding: 0 50px
}

.testimonial-slider .slick-list {
    margin-left: -800px;
    margin-right: -800px
}

.testimonial-box {
    padding: 50px;
    position: relative
}

.testimonial-box .quote-icon {
    position: absolute;
    top: 0;
    left: -22px;
    width: 150px;
}

.testimonial-box .title {
    font-size: 36px;
    font-weight: 500;
    font-style: italic
}

.testimonial-box .meta {
    margin-top: 50px
}

.testimonial-box .meta .name {
    font-size: 20px;
    font-weight: 400
}

.testimonial-slider .slide {
    opacity: 0.08;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=8)";
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

.testimonial-slider .slick-current.slick-center.slide {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.testimonial-arrows > .slick-arrow:before {
    display: none
}

.testimonial-arrows > .slick-arrow {
    position: inherit;
    bottom: auto;
    left: auto;
    right: auto;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: auto;
    height: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0)
}

.testimonial-arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: -130px;
}

.testimonial-arrows > .slick-arrow:hover path {
    fill: #B32135
}

.testimonial-arrows > .slick-arrow:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.text_gradient {
    background: -webkit-linear-gradient(bottom, rgba(167, 213, 235, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(0deg, rgba(167, 213, 235, 1) 0%, rgba(255, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pb_140 {
    padding-bottom: 140px
}

.map-area {
    background: #080F1D
}
.map_tabs button{
	position:relative;
	z-index:1
}
.map_tabs button,
.map_tabs button:hover {
    border: none !important;
    border-radius: 0 !important;
    text-align: left
}

.map_tabs .nav-tabs {
    border: none;
    display: block
}

.map_tabs button .title {
    font-weight: 900;
    background: -webkit-linear-gradient(bottom, rgba(167, 213, 235, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(0deg, rgba(167, 213, 235, 1) 0%, rgba(255, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    margin-bottom: 5px;
}

.map_tabs button {
    color: #DADADA !important;
    font-size: 13px;
    line-height: 22px;
    padding: 20px 0;
    padding-left: 60px;
    position: relative;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    mix-blend-mode: luminosity;
    border-left: 1px solid rgba(255, 255, 255, 0.29) !important;
}

.map_tabs button img {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 26px;
}

.map_tabs button.active,
.map_tabs button:hover {
    mix-blend-mode: normal;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background: transparent !important;
    border-left: 1px solid #B32135 !important;
}

.map_tab_content {
    position: relative
}

.map_tab_content .cta-btn {
    position: absolute;
    top: 15px;
    right: 15px;
}

.map_tab_content .map-marker {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 39px;
}

.map-area .map_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
}

.map-area:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    background: -webkit-linear-gradient(top, rgba(11, 23, 29, 0) 0%, rgba(19, 32, 60, 1) 100%);
    background: linear-gradient(180deg, rgba(11, 23, 29, 0) 0%, rgba(19, 32, 60, 1) 100%);
    height: 70%;
    z-index: -1;
    opacity: 0.34;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=34)"
}

.bg_dark {
    background: #080F1D
}

.site-heading.alt {
    margin-bottom: 20px
}

.site-heading.alt .section_sub_heading {
    color: #fff;
    position: relative;
    z-index: 1;
    display: block
}

.bg_dark .site-heading.alt .section_sub_heading span {
    background: #080F1D;
    position: relative;
    z-index: 1;
    padding-right: 15px;
}

.site-heading.alt .section_sub_heading:after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 100%;
    background: -webkit-linear-gradient(170deg, rgba(217, 6, 41, 0) 0%, rgba(217, 6, 41, 1) 100%);
    background: linear-gradient(280deg, rgba(217, 6, 41, 0) 0%, rgba(217, 6, 41, 1) 100%);
    height: 3px
}

.related-links.style2 li {
    display: inline-block;
    margin-right: 5px;
    margin-top: 10px;
}

.related-links.style2 li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 12px 22px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    border: 1px solid transparent;
    font-family: 'Inter 18pt', sans-serif;
    text-align: center;
    background: rgba(242, 242, 242, 0.06);
    color: #fff;
}

.related-links.style2 li a:hover {
    background: #13203C;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px)
}

.footer-area {
    background: #080F1D;
}

.footer-cta {
    padding: 100px 0;
    color: #B4B4B4;
    font-size: 18px;
    line-height: 30px
}

.footer-cta p a {
    color: #fff;
    text-decoration: underline
}

.footer_cta_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
    mix-blend-mode: luminosity;
    opacity: 0.17;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=17)";
    -o-object-position: top;
       object-position: top
}

.footer-cta .heading {
    font-weight: 900;
    font-size: 65px;
    margin: 0
}

.footer-cta p a:hover {
    text-decoration: none
}


.footer-cta:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    opacity: 0.79;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=79)";
    z-index: 0
}

.footer-cta:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: -webkit-linear-gradient(top, rgba(11, 23, 29, 0) 0%, rgba(27, 63, 81, 1) 100%);
    background: linear-gradient(180deg, rgba(11, 23, 29, 0) 0%, rgba(27, 63, 81, 1) 100%);
    ;
    opacity: 0.2;
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    z-index: 0
}

.footer-cta .container {
    position: relative;
    z-index: 11
}

.main-footer {
    padding: 70px 0;
    color: #99A1AF;
    font-size: 15px
}

.main-footer a {
    color: #99A1AF
}

.main-footer a:hover,
.footer_links_icons li a:hover {
    color: #fff;
	text-decoration:underline
}

.footer-info {
    margin: 20px 0
}

.footer-social li {
    display: inline-block;
    margin-right: 7px
}

.footer-social li:last-child {
    margin-right: 0
}

.footer-social li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    width: 40px;
    height: 40px
}
.footer-social li a:hover{
	background:#B32135;
	color:#fff;
	text-decoration:none !important
}
.footer-title {
    font-weight: 700;
    color: #fff;
    letter-spacing: 1.5px;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 20px;
    border-left: 2px solid #B32135;
    margin-bottom: 30px
}

.footer_links li {
    margin-bottom: 10px
}

.footer_links_icons li {
    position: relative;
    padding-left: 30px;
    min-height: 40px;
    margin-bottom: 15px
}

.footer_links_icons li img {
    position: absolute;
    top: 4px;
    left: 0;
    width: 18px;
    min-height: 18px;
    -o-object-fit: contain;
       object-fit: contain;
}
.footer_links_icons li a {
    background: -webkit-linear-gradient(bottom, rgba(167, 213, 235, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(0deg, rgba(167, 213, 235, 1) 0%, rgba(255, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px
}



.footer_links_icons.alt .title {
    color: #fff;
    font-size: 16px
}

.footer-copyright {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 13px;
    line-height: normal;
    text-transform: uppercase
}

.footer-copyright p,
.footer-copyright a {
    color: #6A7282
}

.footer-copyright .fc_links {
    text-align: center
}

.footer-copyright .fc_links li {
    display: inline-block;
    margin: 0 10px
}

.footer-area {
    position: relative;
    z-index: 1
}

.footer_shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    -o-object-position: bottom;
       object-position: bottom
}

.trial-lawyers-area {
    background: #080F1D
}

.trial-box {
    position: relative;
    width: 90%;
    z-index: 1;
    height: 1000px
}

.trial-box .inner:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) scaleX(0.8);
            transform: translateX(-50%) scaleX(0.8);
    height: calc(100% - 100px);
    background: #B32135;
    -webkit-clip-path: polygon(1% 11%, 100% 0, 100% 89%, 0% 100%);
            clip-path: polygon(1% 11%, 100% 0, 100% 89%, 0% 100%);
    width: 100%;
    z-index: -1;
}

.trial-box .inner:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: -webkit-linear-gradient(top, rgba(8, 15, 29, 0) 0%, rgba(8, 15, 29, 1) 100%);
    background: linear-gradient(180deg, rgba(8, 15, 29, 0) 0%, rgba(8, 15, 29, 1) 100%)
}

.trial-box .small_img {
    position: absolute;
    top: 346px;
    height: 500px;
    right:-60px;
    z-index: 11;
}

.trial-box .text1 {
    color: #fff;
    font-weight: 900;
    letter-spacing: -6px;
    font-size: 160px;
    line-height: 120%;
    line-height: 0.8;
}

.trial-box .text2 {
    font-weight: 900;
    letter-spacing: -6px;
    font-size: 100px;
    line-height: 120%;
    line-height: 0.8
}

.trial-box .heading {
    position: absolute;
    top: 62%;
    right: -61px;
    z-index: 1;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: right;
            transform-origin: right;
    z-index: 1;
}

.trial-box.alt {
    margin-left: auto
}

.trial-box.alt .heading {
    left: -60px;
    right: auto;
    -webkit-transform-origin: left;
            transform-origin: left;
    top: 58%;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    text-align: right;
}

.trial-box.alt .small_img {
    right: auto;
    left: -60px
}

.gx_300 {
    --bs-gutter-x: 300px
}

.trial-box {
    mix-blend-mode: luminosity;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    display: block
}

.trial-box .heading span {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #1A253A
}

.trial-box .heading .text_gradient {
    background: transparent;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: inherit;
}

.trial-box {
    mix-blend-mode: normal;
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

.trial-box .heading span {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #fff
}

.trial-box .heading .text_gradient {
    background: -webkit-linear-gradient(bottom, rgba(167, 213, 235, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(0deg, rgba(167, 213, 235, 1) 0%, rgba(255, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.veterans-area {
    background: #080F1D;
    padding-top: 350px
}

.veterans-box {
    padding: 40px;
    background: #0A1325;
    color: #DADADA;
    font-size: 15px;
    line-height: normal;
    height: 100%;
    position: relative
}

.veteran-headshot {
    position: absolute;
    bottom: 0;
    left: 0
}

.veterans-box .heading {
    font-weight: 900;
    font-size: 38px;
    line-height: 90%
}

.veterans-box .list_square li {
    padding-left: 17px;
    position: relative;
    margin: 10px 0;
    color: #fff;
    font-weight: 700;
    line-height: normal
}

.veterans-box .list_square li:before {
    position: absolute;
    content: "";
    top: 7px;
    left: 0;
    width: 7px;
    height: 7px;
    background: #FF3D5D
}

.veterans-headshot-wrapper {
    position: absolute;
    bottom: -70px;
    left: -100px;
    width: 52%;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    mix-blend-mode: luminosity
}

.veterans-headshot-wrapper:after {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 250px;
    background: -webkit-linear-gradient(top, rgba(8, 15, 29, 0) 0%, rgba(8, 15, 29, 1) 100%);
    background: linear-gradient(180deg, rgba(8, 15, 29, 0) 0%, rgba(8, 15, 29, 1) 100%);

}

.veterans-box.alt .veterans-headshot-wrapper {
    left: auto;
    right: -100px
}

.trial-lawyers-area {
    position: relative;
    z-index: 11;
}

.veterans_bg_flag {
    position: absolute;
    top: 0;
    width: 65%;
    z-index: -1;
    mix-blend-mode: luminosity;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.painted_plaster_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
    z-index: -1;
    mix-blend-mode: luminosity;
}

.veterans-area .gradient_shape {
    position: absolute;
    top: 0px;
    z-index: -1;
}

.trial-box .inner {
    position: relative
}

.veterans-area {
    margin-top: -100px
}

.trial_lawyer_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    mix-blend-mode: luminosity;
    -webkit-animation: moveLR 2s ease-in-out infinite;
            animation: moveLR 2s ease-in-out infinite;
}

.trial_lawyer_grid_shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-animation: fadeInOut 1.5s ease-in-out infinite;
            animation: fadeInOut 1.5s ease-in-out infinite;
}

@-webkit-keyframes moveLR {
    0% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(10px);
                transform: translateX(10px);
        /* move right */
    }

    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        /* back to start */
    }
}

@keyframes moveLR {
    0% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(10px);
                transform: translateX(10px);
        /* move right */
    }

    100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        /* back to start */
    }
}

@-webkit-keyframes fadeInOut {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}

.scroll-to-transitin {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-weight: 300;
    font-size: 14px;
    position: absolute;
    bottom: 20%;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    background: #080F1D;
    padding: 0 15px;
}

.trial-lawyers-area .container {
    position: relative
}

.trial-lawyers-area .border-line {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -20%;
    height: 800px;
}

.trial-lawyers-area .trial-shape-right {
    position: absolute;
    bottom: -16%;
    right: 0;
    width: 60%;
    z-index: -1;
}

.hero-grid-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
	opacity:0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
}

.footer_links_icons li a:hover,
.footer-copyright a:hover {
    color: #fff
}

.page-banner-text .hero-action {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
}

.page-banner-text {
    padding-bottom: 100px;
    padding-top: 150px
}

.page-banner-text .heading {
    font-size: 86px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
    letter-spacing: -4.5px;
    line-height: 90%
}

.page-banner-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -1;
    left: 0;
    top: 0;
    opacity: 0.43;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=43)";
    mix-blend-mode: luminosity
}

.about-banner-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: -9;
    left: 0;
    top: 0;
    opacity: 43%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=NaN)"
}

.page-banner:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(bottom, rgba(8, 15, 29, 0) 0%, #080f1d 80%);
    background: linear-gradient(0deg, rgba(8, 15, 29, 0) 0%, #080f1d 80%);
}

.content-box.style2 {
    position: relative;
    z-index: 9;
	display:block
}

.content-box.style2:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(top, rgba(8, 15, 29, 0) 0%, #080f1d 80%);
    background: linear-gradient(180deg, rgba(8, 15, 29, 0) 0%, #080f1d 80%);
    z-index: 0;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.content-box.style2 img {
    width: 100%;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    z-index: -1
}

.content-box.style2:hover img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(0);
            filter: grayscale(0)
}

.content-box.style2 .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px
}

.content-box.style2 .text .title {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px;
    letter-spacing: -0.5px;
}

.content-box.style2 .text span {
    color: rgba(255, 255, 255, 0.65);
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    line-height: normal;
}

.text-box.style1.v2 {
    margin-bottom: 30px
}

.section-action.style2 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    text-transform: uppercase;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 700
}

.section-action.style2 a:hover {
    text-decoration: underline
}

.section-action.style2 a span {
    margin-left: 8px
}

.content-text.style5.plain-text ul, .text-box.style1 ul {
    list-style: disc;
    padding-left: 20px;
    margin: 20px 0
}

.content-text.style5.plain-text ul li, .text-box.style1 ul li {
    display: list-item;
    margin: 8px 0
}

.content-text.style5.plain-text ol, .text-box.style1 ol {
    list-style: decimal;
    padding-left: 20px;
    margin: 20px 0
}

.content-text.style5.plain-text ol li, .text-box.style1 ol li {
    display: list-item;
    margin: 8px 0
}

body.single-post .content-text.style5.plain-text h1,
body.single-post .content-text.style5.plain-text h2,
body.single-post .content-text.style5.plain-text h3,
body.single-post .content-text.style5.plain-text h4,
body.single-post .content-text.style5.plain-text h5,
body.single-post .content-text.style5.plain-text h6 {
    font-weight: unset
}

.content-text.style5.plain-text p a,
.content-text.style5.plain-text li a {
    text-decoration: underline;
    color: #13203C;
}
.section-heading-wrapper p a{
	    text-decoration: underline;
    color: #13203C;
}
.content-text.style5.plain-text p a:hover,
.content-text.style5.plain-text li a:hover, .section-heading-wrapper p a:hover {
    text-decoration: none;
    color: #B32135
}

.content-text.style5.plain-text h3,
.content-text.style5.plain-text h2 {
    font-size: 34px
}

.content-text.style5.plain-text h4 {
    font-size: 30px
}

.content-text.style5.plain-text h5 {
    font-size: 26px
}

.content-text.style5.plain-text h6 {
    font-size: 22px
}

.map-area.style2 {
    background: #F6F6F6
}

.map-area.style2 .map_tabs button .title {
    color: #080F1D
}


.map-area.style2 .map_tabs button .title {
    font-weight: 900;
    background: -webkit-linear-gradient(bottom, rgba(167, 213, 235, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(0deg, rgba(167, 213, 235, 1) 0%, rgba(255, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    margin-bottom: 5px;
}

.map-area.style2:after {
    display: none
}

.content-box.style3 .title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.content-box.style3 .text {
    background: #F2F2F2;
    padding: 20px;
    border: 1px solid #080F1D;
    border-top: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.content-box.style3 span {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.65);
    margin-bottom: 10px;
    display: block
}

.content-box.style3 {
    display: block
}

.content-box.style3:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
    box-shadow: 10px 11px 41px 0px rgba(0, 0, 0, 0.25);
}

.content-box.style3:hover .text {
    border-color: #fff;
    background: #fff
}

.content-box.style3 img {
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}



.location-top-shape {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 50%;
    left: 0;
    ;
    z-index: -1;
    mix-blend-mode: multiply;
    -o-object-fit: cover;
       object-fit: cover
}

.icon-teaser.style2.v2 .number {
    background: #13203C
}

.location-tab .nav-tabs {
    border: none
}

.location-tab .nav-tabs .nav-item.show .nav-link,
.location-tab .nav-tabs .nav-link.active {
    border: none;
    top: -5px;
    position: relative;
    background: #13203C;
    color: #fff
}

.location-tab .nav-tabs .nav-link:hover {
    border: none
}

.location-tab .nav-tabs .nav-link:focus {
    border: none
}

.location-tab .nav-link {
    background: rgba(8, 15, 29, 0.06);
    border-radius: 0;
    color: #080F1D;
    padding: 15px 20px;
    font-size: 16px;
    border: none !important
}

.location-tab li {
    margin-right: 10px
}

.large_flag_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 1860px;
    -o-object-fit: cover;
       object-fit: cover;
}

.map-area.style2 .map_tabs button {
    border-color: rgba(8, 15, 29, 0.22) !important;
    color: #080F1D !important
}

.map-area.style2 .map_tabs button.active,
.map-area.style2 .map_tabs button:hover {
    mix-blend-mode: normal;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background: transparent !important;
    border-left: 1px solid #B32135 !important;
    color: #080F1D !important
}

.map-area.style2 .map_tabs button .title {
    font-weight: 900;
    background: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #080F1D;
    font-size: 18px;
    margin-bottom: 5px;
    color: #080F1D
}

.map-area.style2 {
    background: #f2f2f2;
}

.form_style1.alt:before {
    background: #f2f2f2;
}

.icon-teaser.style1 .heading {
    color: #fff;
    font-weight: 800;
    font-size: 38px;
    text-transform: capitalize
}

.review-area .col-lg-3:first-child:after {
    display: none
}


.breadcrumb-link {
    display: inline-block;
    margin-left: 10px;
    text-transform: uppercase;
   color: rgba(255, 255, 255, 0.4);
    position: relative;
    font-size: 10px;
}
.breadcrumb-link span.separator {
    margin: 0 5px;
}
.breadcrumb-link a {
    color: #fff;
}
.breadcrumb-link a:hover{
	text-decoration:underline
}
.breadcrumb-link ul li:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    left: -20px;
    top: 10px;
    background: #fff
}

.breadcrumb-link ul li:first-child {
    margin-left: 0
}

.breadcrumb-link ul li:first-child:before {
    display: none
}

.page-banner-style2 {
    padding-top: 100px;
    z-index: 99
}

.fs_36 {
    font-size: 34px
}

.fs_22 {
    font-size: 22px
}

.fs_18 {
    font-size: 18px
}

.hero-action.style3 .phone_call_text span {
    display: block
}

.fs_14 {
    font-size: 14px;
    line-height: 22px
}

.hero-area.page-banner .container {
    z-index: 11;
}

.divider .line.short {
    width: 15%;
    height: 2px;
    border-radius: 1px;
    background: rgba(19, 32, 60, 0.25);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%)
}

.text-box.style5 {
    border: 1px solid #C3C3C3;
    padding: 24px;
    font-size: 14px;
    line-height: 22px;
    height: 100%
}

.image-text.style3 {
    position: relative;
    z-index: 1;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block
}

.image-text.style3:hover {
    box-shadow: 10px 10px 16px -10px rgba(0, 0, 0, 0.5);
   -webkit-transform:translatey(-10px);
           transform:translatey(-10px)
}

.image-text.style3:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(bottom, #080f1d 0%, rgba(8, 15, 29, 0.01) 80%);
    background: linear-gradient(0deg, #080f1d 0%, rgba(8, 15, 29, 0.01) 80%);
    z-index: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.image-text.style3:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(left, #080f1d 0%, rgba(8, 15, 29, 0.01) 100%);
    background: linear-gradient(90deg, #080f1d 0%, rgba(8, 15, 29, 0.01) 100%);
    ;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}



.image-text.style3:hover:after {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.image-text.style3:hover img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(0);
            filter: grayscale(0)
}

.image-text.style3 img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    width: 100%;
    height: 100%
}

.image-text.style3 .text.style1 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    z-index: 9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.image-text.style3 .text.style1 .title {
    color: #fff;
    margin-bottom: 0
}

.image-text.style3 .text.style2 {
    position: absolute;
    visibility: hidden;
    bottom: -20px;
    left: 0;
    padding: 20px;
    color: rgba(255, 255, 255, 0.6);
    z-index: 9;
    -webkit-transition: all 0.2s;
    transition: all 0.2s
}

.image-text.style3:hover .text.style1 {
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    bottom: -20px;
    visibility: hidden
}

.image-text.style3:hover .text.style2 {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    bottom: 0
}

.image-text.style3 .text.style2 .title {
    color: #fff;
}

.team-slider .slick-slide {
    margin: 0 15px
}

.hero-heading.style2 {
    font-size: 45px;
    letter-spacing: 0;
    line-height: 120%
}

.hero-area.case-banner {
    padding-bottom: 80px
}

.hero-area.case-banner:after {
    display: none
}

.case-banner-bg {
    position: absolute;
    width: 60%;
    top: 0;
    right: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    mix-blend-mode: luminosity
}

.clr-light {
    color: rgba(6, 13, 28, 0.44)
}

.fw_500 {
    font-weight: 500
}

.ls_2 {
    letter-spacing: 2.8px
}

.text-box.style2.v2 .text {
    color: rgba(6, 13, 28, 0.44);
    font-size: 20px
}

.text-box.style6 {
    background: #E9E9E9;
    padding: 30px 50px
}

.text-style6-bg {
    position: relative
}

.text-style6-bg:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
    background: #F2F2F2;
    z-index: -1
}

.text-box.style7 {
    padding: 30px;
    border: 1px solid #000;
    display: block;
    background: #fff;
    height: 100%;
	-webkit-transition: all 0.4s;
	transition:all 0.4s
}

.text-box.style7 .title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase
}

.text-box.style7 .title .small-text {
    font-size: 22px;
    text-transform: capitalize
}

.text-box.style7 .icon-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px 0
}

.text-box.style7 .icon-text .icon {
    margin-right: 10px
}

.text-box.style7 .icon-text span {
    display: block;
}

.text-box.style7 .icon-text .attorneys {
    color: rgba(8, 15, 29, 0.56);
    font-size: 14px
}

.text-box.style7 .plain-text {
    color: rgba(8, 15, 29, 0.56);
    font-size: 18px
}

.text-box.style7 .action {
    color: rgba(8, 15, 29, 0.56);
  text-transform:uppercase;
    margin-top: 20px;
    display: inline-block;
    letter-spacing: 11%
}

.text-box.style7 .action span {
    color: #080F1D
}

.featured-verdicts {
    position: relative
}

.featured-verdicts:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: -webkit-linear-gradient(top, #f2f2f2 0%, rgba(242, 242, 242, 0) 50%);
    background: linear-gradient(180deg, #f2f2f2 0%, rgba(242, 242, 242, 0) 50%);
    z-index: -1
}

.icon-teaser.style4 {
    padding: 0 10px
}

.icon-teaser.style4 img {
    margin: 0 auto;
    width: 80px
}

.icon-teaser.style4 .title {
    margin-top: 20px
}

.hero-action.style3 .phone_call_text span {
    display: block;
    text-align: left;
}

.footer-cta .cta-btn {
    margin-top: 0;
}

.footer-cta .hero-action.style3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px
}

.map-location.style2 {
    position: relative
}

.map-location.style2 .location-info {
    position: absolute;
    width: 100%;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 0 30px
}

.icon-teaser.style5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgba(217, 217, 217, 0.38);
    height: 100%;
    padding: 20px;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    top: 0;
    line-height: 140%;
}

.icon-teaser.style5:hover {
    background: #13203C;
    color: #fff;
    top: -5px
}

.icon-teaser.style5:hover .title {
    color: #fff
}

.icon-teaser.style5 .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s
}

.icon-teaser.style5 .icon {
    width: 50px;
    min-width: 50px;
    border: 1px solid #676767;
    min-height: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    margin-right: 10px
}

.icon-teaser.style5:hover .icon {
    background: #B32135;
    border: 1px solid #B32135;
}

.icon-teaser.style5:hover .icon img {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: invert(1);
            filter: invert(1)
}

.veterans-area.style2 {
    margin-top: 0;
    padding-top: 70px
}

.veterans-box.style2 .heading {
    font-size: 32px
}

.faqs_accordion.style2 .title {
    font-size: 18px
}

.accordion-button {
    border-bottom: 1px solid #ddd;
}

.accordion-body {
    padding: 20px 0
}

.accordion-item {
    margin-bottom: 20px
}

.text-italic.injury-data {
    font-style: italic;
    margin: 20px 0
}

.text-box.style8 {
    color: rgba(6, 13, 28, 0.44)
}

.text-box.style8 .title {
    font-weight: 900;
}

.fs_22 {
    font-size: 22px
}

.form_style1.v2:before {
    display: none
}



.content-table table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    border: 2px solid #ccc;
}

.content-table th,
.content-table td {
    border: 1px solid #ccc;
    padding: 18px 16px;
    vertical-align: top;
}

.content-table th {
    font-size: 18px;
    text-align: left;
}

.content-table th:first-child {
    color: #c62828;
    width: 30%;
}

.content-table th:last-child {
    color: #13203C;
}
.content-table td{
    vertical-align: middle
}
.content-table td:first-child {
    font-weight: bold;
    color: #13203C;
}

.content-table td:last-child {
    color: #333;
    line-height: 1.5;
}

.content-table tr:nth-child(even) {
    background-color: #fafafa;
}

.text-box.style9 .title {
    font-size: 22px;
    font-weight: 700;
    margin: 20px 0
}

.text-box.style9 .number {
    background: #eeeeef;
    border-radius: 5px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    color: rgba(8, 15, 29, 0.75);
    line-height: 100%;
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
}

.content-text.style1 ul {
    padding-left: 20px
}

.content-text.style1 ul li {
    list-style: disc
}

.text-box.style10 {
    padding: 30px;
    background: rgba(217, 217, 217, 0.09);
    height: 100%
}

.text-box.style10 .title {
    font-size: 22px;
    font-weight: 900
}

.text-box.style10 .meta {
    position: relative;
    padding-left: 10px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 10px;
    display: block;
    color: rgba(19, 32, 60, 0.6);
    font-weight: 700
}

.text-box.style10 .meta:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    left: 0;
    top: 10px;
    background: #B32135;
    border-radius: 50%
}

.single-team-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.single-team-meta .text {
    font-size: 12px;
    line-height: 140%
}

.single-team-meta .title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px
}

.single-team-meta .icon img {
    width: 22px;

}

.single-team-meta .icon {
    margin-right: 20px
}

.single-team-meta.style2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center
}

.single-team-meta ul {
    margin-left: 30px
}

.single-team-meta ul li {
    display: inline-block;
    margin-left: 10px;
}

.single-team-meta ul li a {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    color: #fff
}

.single-team-meta ul li a:hover {
    background: #B32135;
    color: #fff;
    border-color: #B32135;
}

.single-team-meta ul li:first-child {
    margin-left: 0
}

.quotes.style2 .text {
    font-size: 336px;
    color: #B32135;
    font-weight: 900;
    font-style: italic;
    line-height: 100%
}

.quotes.style3 .section-heading {
    font-style: italic;
}

.quotes.style3 .text {
    font-size: 26px
}

.single-blog-menu  {
    display: inline-block;
    position: relative;
    margin-left: 30px;
    position: relative;
    text-transform: uppercase;
    font-size: 12px
}

.single-blog-menu ul li:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    top: 10px;
    left: -20px;
    background: #080F1D;
    border-radius: 50%
}

.single-blog-menu {
    margin-bottom: 30px;
	margin-left:0
}

.single-blog-menu ul li:first-child {
    margin-left: 0
}

.single-blog-menu ul li:first-child:before {
    display: none
}

.single-blog-menu a {
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: rgba(8, 15, 29, 0.43)
}

.single-blog-inner .section-heading {
    font-size: 45px
}

.single-blog-inner p a {
    color: #080F1D;
    text-decoration: underline
}

.single-blog-inner img {
    width: 100%;
    margin-bottom: 20px
}

.single-blog-inner .title {
    font-size: 25px;
    font-weight: 700
}

.single-blog-cta .title {
    font-size: 45px;
    color: #fff
}

.single-blog-cta {
    background: #080F1D;
    padding: 30px;
    color: #99A1AF;
    margin-bottom: 20px
}

.single-blog-share ul li {
    display: inline-block;
    margin-left: 10px;
}

.single-blog-share ul li a {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #080F1D;
    color: #080F1D
}

.single-blog-share ul li:first-child {
    margin-left: 0
}

.single-blog-share .title {
    font-size: 23px
}

.top-heading.style3 .section-heading {
    font-size: 82px;
    line-height: 100%
}

.top-heading.style3 .text {
    font-size: 20px
}

.text-box.style11 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 25px;
    border-bottom: 1px solid #080F1D;
    padding-right: 50px;
    position: relative
}

.text-box.style11 .title {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 155%;
}

.img-box-slider .title {
    font-size: 18px;
    font-weight: 700;
    margin-top: 15px
}

.text-box.style11 .icon {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
}

.img-box-slider img {
    height: 100%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

.img-box-slider .image-box.style6:hover img {
    mix-blend-mode: normal;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0" /></filter></svg>#filter');
    -webkit-filter: grayscale(0);
            filter: grayscale(0)
}

.page-banner {
    padding-top: 100px
}

.page-banner:after {
    background: -webkit-linear-gradient(left, rgba(8, 15, 29, 1) 0%, rgba(8, 15, 29, 0) 100%);
    background: linear-gradient(90deg, rgba(8, 15, 29, 1) 0%, rgba(8, 15, 29, 0) 100%);
    width: 70%;
    bottom: auto;
    top: 0;
    left: 0;
    height: 100%
}

.page-banner .hero-grid-bg {
    z-index: 11
}

.phone_call_btns {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #080F1D
}

.phone_call_btns .icon {
    min-width: 50px;
    width: 50px;
    min-height: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    border: 1px solid #080F1D;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

.phone_call_btns .fs_13 {
    font-size: 14px
}

.group_btn {
    margin-top: 30px
}

.group_btn .cta-btn {
    margin-right: 10px
}

.phone_call_btns:hover .fs_22 {
    color: #B32135
}

.phone_call_btns:hover .icon {
    background: #B32135;
    color: #fff;
    border-color: #B32135
}

.section-heading-wrapper {
    margin-bottom: 30px
}

.image-logo.style1 li img {
    mix-blend-mode: multiply
}

.phone_call_btns.text_white {
    color: #fff
}

.phone_call_btns.text_white .icon {
    border-color: #fff;
    color: #fff
}

.phone_call_btns.text_white:hover .icon {
    background: #B32135;
    color: #fff;
    border-color: #B32135
}

.single-blog-inner p a:hover {
    color: #B32135;
    text-decoration: none
}

.single-blog-share ul li a:hover {
    background: #B32135;
    color: #fff;
    border-color: #B32135
}

.content-text.style5.plain-text .single-blog-cta .title {
    font-size: 45px;
}

.content-text.style5.plain-text h1 {
    font-size: 34px
}

.content-text.style5.plain-text h2 {
    font-size: 26px
}

.content-text.style5.plain-text h3 {
    font-size: 24px
}

.content-text.style5.plain-text h4 {
    font-size: 20px
}

.content-text.style5.plain-text h5 {
    font-size: 18px
}

.content-text.style5.plain-text h6 {
    font-size: 16px
}
.single-blog-share h3.title {
    font-weight: 900 !important;
    font-size: 20px !important;
}
.content-text.style5.plain-text .single-blog-share ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.content-text.style5.plain-text .single-blog-share ul li {
    display: inline-block
}

.text-box.style11 h3 {
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}

.text-box.style11:hover h3,
.text-box.style11:hover {
    color: #B32135;
}

.case-banner .hero-text {
    padding-top: 60px
}

.text-box.style7:hover {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px)
}

.phone_call_btns .text {
    text-align: left
}

.location-tab .nav-tabs {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center
}

.veterans-headshot-wrapper.alt {
    mix-blend-mode: normal
}

.faqs_accordion.style2 .accordion-button {
    padding: 25px 0;
    position: relative
}

.faqs_accordion.style2 .accordion-button:after {
    display: none
}

.faqs_accordion.style2 .accordion-button .title {
    margin: 0
}

.faqs_accordion.style2 .accordion-item {
    margin: 0
}

.faqs_accordion.style2 .accordion-item button .plus-minus {
    position: absolute;
    right: 0;
    width: 20px;
    height: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}

.faqs_accordion.style2 .accordion-item button .plus-minus:before {
    width: 2px;
    height: 100%;
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    background: #6B778C;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.faqs_accordion.style2 .accordion-item button .plus-minus:after {
    width: 100%;
    height: 2px;
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    background: #6B778C;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.faqs_accordion.style2 .accordion-item button:not(.collapsed) .plus-minus:before {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.faqs_accordion.style2 .accordion-item button:focus {
    outline: none;
    border-bottom: 1px solid #ddd
}

.single-team-meta a {
    color: #fff
}

.team-single-1 {
    position: absolute;
    bottom: 0;
    width: 400px;
    left: 50%;
    z-index: 111;
}

.team-single-2 {
    position: absolute;
    bottom: 0;
    width: 310px;
    left: calc(50% + 300px);
    z-index: 11;
    mix-blend-mode: luminosity;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.img-box-slider .slide {
    padding: 0 15px
}

.img-box-slider .slick-list {
    margin-left: -15px;
    margin-right: -15px
}

.img-box-slider .image-box img {
    width: 100%;
    height: 470px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top
}

.img-box-slider .slick-arrow {
    z-index: 1;
    width: auto;
    height: auto
}

.img-box-slider .slick-arrow:before {
    display: none
}

.img-box-slider .slick-prev {
    left: 0
}

.img-box-slider .slick-next {
    right: 0
}

.quote-icon-alt img {
    width: 180px
}
.veterans-area.bg_white{
    background: #fff
}
.large_flag_bg.alt{
    height: 100%
}
img.veteran-headshot-left {
    position: absolute;
    bottom: 0;
    width: 510px;
    z-index: 1;
    left: 0
}
img.veteran-headshot-right {
    position: absolute;
    bottom: 0;
    width: 510px;
    z-index: 1;
    right: 0
}
.step-slider{
    margin-top: 40px
}
.step-slider .slide{
    padding:  25px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}
.step-slider .slick-list{
    margin-left: -25px;
    margin-right: -25px;
    width: 2200px;
    padding-right: 300px
}
.step-slider .slide .text-box.style9 .inner{
    opacity: 0.45;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
    -webkit-transition: all 0.4s;
    transition: all 0.4s
}
.step-slider .slide.slick-current.slick-active .text-box.style9 .inner{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.step-slider .slide.slick-current.slick-active .text-box.style9 .number{
    background: #B32135;
    color: #fff
}
.step-slider .slide.slick-current.slick-active + .slide{
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px)
}
.step-slider-wrapper{
    position: relative;
    background: #fff;
    z-index: 1
}
.step-slider-wrapper .step-dots {
    position: absolute;
    top: 50px;
    z-index: -1;
    min-width: 1900px;
    left: 85px;
}
.custom-arrow{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px
}
.custom-arrow > div{
    width: 42px;
    height: 42px;
    border: 2px solid #eeeeef;
    margin: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    border-radius: 5px
}
.custom-arrow > div:hover{
        background: #B32135;
    color: #fff;
    border-color: #B32135
}

.paginations {
    margin-top: 40px;
}

.paginations ul li {
    display: inline-block
}

.paginations ul li a,
.paginations ul li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 22px;
    height: 35px;
    border-radius: 4px;
    background: transparent;
    border: none;
    font-weight: 700;
    color: #00102B
}

.paginations ul li a.active,
.paginations ul li a:hover,
.paginations ul li.active span {
    color: #B32135
}
.single-blog-menu {
	margin-left:0
}
.gform_validation_errors{
	display:none
}
.form_style1 .content-box.style1{
	min-height:600px
}
.footer-disclaimer {
    padding: 0 0 20px;
    color: #d3d3d3;
    font-size: 12px;
    line-height: normal;
    margin: 0 auto;
}
.image-text.style2 .title.vsv {
    font-size: 20px;
}
.content-text ul{
	margin-bottom:20px
}
body.error404 .header-area {
    background: #080F1D;
    position: relative;
}
body.error404 .header-area .header-inn{
	padding-bottom:20px
}
.content-box.style3{
    height: 100%;
    border: 1px solid #080F1D;
}
.content-box.style3 .text{
	border:none
}
.content-box.style3:hover{
	background:#fff;
	border-color:transparent
}
.content-box.style3:hover .text{
	background:transparent
}
body.single-post .single-blog-share a:hover{
	color:#fff !important
}
body.single-post  .single-blog-inner img{
	width:auto;
	margin:20px 0
}
body.single-post .alignright {
    float: right;
    margin: 0 0 20px 30px !important;
}
body.single-post .alignleft {
    float: left;
    margin: 0 30px 20px 0 !important;
}
body.single-post .aligncenter {
    display: block;
    float: none;
    margin: 0 auto;
    text-align: center;
}
.content-box.style3 img{
	height:230px;
	-o-object-fit:cover;
	   object-fit:cover
}
body.single-post .plain-text table{
	margin: 20px 0
}
body.single-post .plain-text table td{
	padding:10px 20px;
	border:1px solid #ddd
}
body.single-post .plain-text iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    border: none;
    display: block;
    max-width: 100%;
	margin:20px 0
}

@supports not (aspect-ratio: 16 / 9) {
    body.single-post .plain-text iframe {
        height: 450px;
    }
}
body.single-post .plain-text  .section, body.single-post .plain-text  section{
	padding:20px 0 0
}
.video-inner > img {
    width: 100%;
}
.mainmenu ul li > ul > li > ul {
    left: 101%;
    top: 0;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.31);
}
.mainmenu ul > li.has-submenu > ul > li.has-submenu > a:after {
    right: 0;
    border-right: 1px solid #080808;
    border-bottom: 1px solid #080808;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
}
a.link_pos {
    position: absolute;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.expand-btn{
	cursor:pointer
}
.videos-slider .slide{
	padding:0 15px
}
.videos-slider .slick-list{
	margin-left:-15px;
	margin-right:-15px
}

.videos-arrows.custom_arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
}
.videos-arrows.custom_arrows > div {
    min-width: 50px;
    width: 50px;
    min-height: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    border: 2px solid #ddd;
    margin: 0 7px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
}
.videos-arrows.custom_arrows > div:hover{
	    background: #B32135;
    color: #fff;
	border-color:#B32135
}
.text-box.style2.stats-new .title {
    font-size: 34px;
}
.text-box.style2.stats-new span.subtitle {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 2px;
}
.text-box.style2.stats-new .titles {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 14px 0;
}
.text-box.style2.stats-new .text {
    font-size: 16px;
}
.text-box.style2.v2.stats-new {
    padding: 15px;
    height: 100%;
}
.stats-row-border .col-md-4 {
    border-right: 1px solid #E7E3DF;
    border-bottom: 1px solid #E7E3DF;
}

.stats-row-border .col-md-4:nth-child(3n) {
    border-right: none;
}

.stats-row-border .col-md-4:nth-last-child(-n+3) {
    border-bottom: none;
}
.list_check_text ul, .content-sidebar-box ul{
	list-style:none;
	margin:20px 0;
	padding:0 !important
}
.list_check_text ul li, .content-sidebar-box ul li{
	position:relative;
	padding-left:30px;
	list-style:none !important;
	margin:8px 0
}
.list_check_text ul li:before, .content-sidebar-box ul li:before{
	position:absolute;
	content:"";
	top:0;
	left:0;
	width:22px;
	height:20px;
	background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><path xmlns="http://www.w3.org/2000/svg" d="M530.8 134.1C545.1 144.5 548.3 164.5 537.9 178.8L281.9 530.8C276.4 538.4 267.9 543.1 258.5 543.9C249.1 544.7 240 541.2 233.4 534.6L105.4 406.6C92.9 394.1 92.9 373.8 105.4 361.3C117.9 348.8 138.2 348.8 150.7 361.3L252.2 462.8L486.2 141.1C496.6 126.8 516.6 123.6 530.9 134z" fill="%23B32135"/></svg>') no-repeat scroll 0 0/cover
}
.text-box.style2.v2 .text {
    color: #0B171D;
}
.content-text.style5.plain-text.alt h2 {
    font-size: 36px;
}
.content-sidebar-box {
    background: rgba(217, 217, 217, 0.34);
    border: 1px solid #13203C;
    padding: 20px;
}
.content-sidebar-box .sidebar-heading {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 26px;
}
.content-sidebar-box .item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #13203C;
}
.content-sidebar-box .item:last-child{
	margin-bottom:0;
	padding-bottom:0;
	border:none
}
.content-sidebar-box .item span.subheading {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.content-sidebar-box .item a{
	font-weight:700;
	color:#13203C;
	font-size:22px
}
.content-sidebar-box .item a:hover{
	color:#B32135
}
.footer-cta .heading.small-heading-size {
    font-size: 42px;
}
.bg_blue_dark p a{
	color:#fff;
	text-decoration:underline
}
.bg_blue_dark p a:hover{
	text-decoration:none;
	    color: #B32135;
}
.text-box.style5 .number {
	width: 60px;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border: 1px solid #132033;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 50%;
	font-size: 20px;
	margin-bottom: 20px;
}
.text-box.style2.v2.stats-new-v3 {
    padding: 30px;
    border: 0.5px solid #13203C;
	height:100%
}
.text-box.style2.v2.stats-new-v3 .text{
	font-size:16px
}
.stats-row-border.v3 .col-md-4{
	border:none
}
.text-box.style2.v2.stats-new-v3 .titles{
	font-weight:700;
	font-size:30px
}
.row.g-0.stats-row-border.v3 {
    border: 0.1px solid #13203C;
}
.float-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #07001c;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 333;
    padding: 13px 10px;
}
.float-action {
    background: #080F1D;
    padding: 10px 10px;
    gap: 5px;
}
.float-action>div {
    width: 50%;
}
.float-action img{
	-o-object-fit:contain;
	   object-fit:contain
}
.float-action .cta-btn {
    padding: 10px;
    font-size: 12px;
    min-height: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.col-lg-9.mx-auto .content-text.style5.plain-text h2{
	font-weight:700
}
.map_tab_content img{
    max-width: 1000px;
    float: right;
    margin-top: -190px;
    margin-right: -100px;
}
.not-white-text.content-text.style3 .section-heading {
    color: #13203C;
}
.text-box.style2.not-dark .text {
    color: #0B171D;
	
}
.text-box.style2.not-dark {
    border-top: 1px solid #0b171d30;
	text-align:center
}
.gfield--type-html {
    font-size: 16px !important;
}
.result-slider .slick-track{
	display:flex
}


.result-slider  .slide {
    min-height: inherit;
    height: auto
} 
.result-slide-box{
	height:100%;
	display:flex;
	align-items:center
}
.heading_bottom_pos {
    font-weight: 900;
    font-size: 48px;
    line-height: 100%;
    position: relative;
    z-index: 11;
}
.trial-box.alt  .heading_bottom_pos {
    text-align: right;
    margin-left: auto;
}


/*REsponsive*/
#menu-toggle span {
    height: 2px;
    width: 95%;
    background: #fff;
    display: block;
    margin-top: 5px;
    position: relative;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    border-radius: 5px;
    margin-right: auto;
    margin-left: 0;
}

#menu-toggle span:nth-child(1) {
    top: 4px;
}

#menu-toggle span:nth-child(2) {
    top: 6px;
    width: 75%;
}

#menu-toggle span:nth-child(3) {
    top: 8px;
    width: 65%
}

#menu-toggle {
    width: 42px;
    height: 42px;
    display: block;
    position: relative;
    background: transparent;
    padding: 4px 8px;
    border-radius: 7px;
    margin-left: auto;
    margin-right: auto;
    display: none
}


@media (min-width: 1921px) and (max-width: 2133px) {}

@media (min-width: 2134px) and (max-width: 2400px) {}

@media (min-width: 2401px) and (max-width: 2743px) {}

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

@media(max-width:1600px) {}

@media(max-width:1400px) {
    nav#menu {
        position: absolute;
        top: 99%;
        left: 0;
        width: 100%;
        display: block;
        z-index: 999;
        min-height: calc(100vh - 45px);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        visibility: hidden;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
    }

    nav#menu.active {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        visibility: visible;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
    }

    .mainmenu ul {
        text-align: left;
    }

    nav#menu,
    nav#menu > ul ul {
        overflow: hidden;
        max-height: 0;
        background: #080F1D;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    nav#menu,
    nav#menu > ul ul {
        overflow: auto;
        padding: 50px 20px;
    }

    nav#menu > ul > li {
        display: block !important;
        margin: 0 !important;
        padding: 0
    }

    nav#menu ul ul,
    nav#menu ul ul ul {
        display: inherit;
        position: relative;
        left: auto;
        top: auto;
        padding: 0
    }

    nav#menu > ul > li > span {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top: 16px;
        z-index: 2;
    }

    nav#menu ul ul.sub-menu.active {
        visibility: visible;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        max-height: 55em;
    }

    nav#menu > ul > li > a {
        display: block;
        position: relative;
        padding: 15px 0px;
        color: #fff;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
        font-size: 14px;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        font-weight: 400;
    }

    .header-menu a:before {
        display: none
    }

    .header-menu a:after {
        display: none
    }

    nav#menu > ul > li:last-child > a {
        border: none
    }

    .mainmenu ul li > ul {
        border: none
    }

    nav#menu li.has-submenu > a:after {
        border: none;
        content: '+';
        position: absolute;
        top: 10px;
        right: 9px;
        display: block;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: auto;
        height: auto;
        font-size: 30px;
        font-weight: 400
    }

    .sub-menu:before {
        height: 90% !important;
        left: 50% !important;
        -webkit-transform: translate(-50%, -50%) !important;
                transform: translate(-50%, -50%) !important;
    }

    .sub-menu:after {
        display: none
    }

    nav#menu li.has-submenu.active > a:after {
        content: "-";
        font-size: 30px
    }

    nav#menu ul ul > li a {
        padding: 13px 0px;
        line-height: normal;
        color: #fff;
        font-size: 13px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
		position:relative
    }
	nav#menu ul ul > li span {
			width: 30px;
			height: 30px;
			position: absolute;
			right: 0;
			top: 16px;
			z-index: 2;
		}

    ul.sub-menu {
        padding-left: 20px;
    }

    .header-toggle.active span:nth-child(2) {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }

    .header-toggle.active span:nth-child(1) {
        top: 14px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
    }

    .header-toggle.active span:nth-child(3) {
        top: 0px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }

    .header-toggle {
        display: block;
    }

    nav#menu > ul ul {
        background: transparent;
        box-shadow: none;
        width: 100%;
        padding-left: 15px
    }


    #menu-toggle {
        display: block;
        margin-left: 0px;
        padding-right: 0
    }

    .header-action > a > span:not(.icon) {
        display: none
    }

    .header-action {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }

    .site-logo {
        max-width: 170px;
    }

    #menu-toggle.active span:nth-child(2) {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }

    #menu-toggle.active span:nth-child(1) {
        top: 14px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        width: 100%
    }

    #menu-toggle.active span:nth-child(3) {
        top: 0px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        width: 100%
    }
	
	nav#menu ul.sub-menu.active > li > ul.sub-menu.active {
  display:none;
		padding-left:15px !important
}
	nav#menu ul.sub-menu > li.active > ul.sub-menu {
  display:block !important;
		        visibility: visible;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        max-height: 55em;
}
	nav#menu ul a {
    border-bottom: 1px solid rgb(51 51 51 / 76%) !important;
}
    section,
    .section {
        padding: 50px 0
    }

    .header-logo {
        width: 170px;
    }

    .header-nav .phone-call {
        margin: 0;
        font-size: 0;
    }

    .header-nav .phone-call img {
        margin: 0
    }

    .header-inn {
        padding: 0
    }

    .header-area {
        padding: 20px 0;
        position: fixed;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        z-index: 999
    }

    #menu .cta-btn {
        margin-top: 30px
    }

    .header-area.active {
        background: #080F1D;
    }

    .header-area.scrolled {
        background: #080F1D;
        padding: 12px 0
    }

    .result-slider .slick-list {
        margin-left: -10px;
        margin-right: -10px;
    }

    .result-slider .slide {
        padding: 0 15px
    }

    .testimonial-slider .slick-list {
        margin-left: 0px;
        margin-right: 0px;
    }

    .testimonial-slider .slide {
        padding: 0 20px;
    }

    .cta-btn {
        padding: 14px 20px;
        line-height: normal
    }

    .header-nav .cta-btn {
        margin: 0 10px
    }

    .hero-image-2 {
        width: 370px;
        right: -13px;
    }

    .hero-image-1 {
        width: 380px;
        right: 130px;
    }

    .hero-text {
        padding-top: 50px;
    }

    .hero-heading {
        font-size: 60px;
    }

    .hero-text-slider {
        margin-top: 40px
    }

    .hero-area:after {
        height: 70px
    }

    .section-heading {
        font-size: 36px;
    }

    h2,
    .h2 {
        font-size: 36px
    }

    .text-box.style2 .title {
        font-size: 50px;
    }

    .result-slide-box .title {
        font-size: 34px;
    }

    .veterans-headshot-wrapper {
        bottom: 0;
        left: -50px;
    }

    .veterans-box .heading {
        font-size: 24px;
    }

    .podcast_bg {
        top: -58%;
        width: 50%;
    }

    .testimonial-box .title {
        font-size: 28px;
    }

    .footer-cta .heading {
        font-size: 50px;
    }

    .footer_links_icons {
        width: 100%
    }

    .footer-copyright {
        font-size: 10px
    }

    .footer-copyright .fc_links li {
        margin: 0 5px;
    }

    .footer_links_icons li a {
        font-size: 16px
    }

    .location-tab .nav-link {
        padding: 15px 18px;
        font-size: 14px;
    }

    .content-box.style2 .text {
        padding: 20px
    }

    .content-box.style2 .text .title {
        font-size: 18px;
    }

    .content-box.style3 .title {
        font-size: 18px;
    }

    .fs_36 {
        font-size: 28px;
    }

    .fs_22 {
        font-size: 18px;
    }

    .text-box.style1 {
        padding: 40px;
    }

    .top-heading.style3 .section-heading {
        font-size: 50px;
    }

    .top-heading.style3 .text {
        font-size: 16px;
    }
    .img-box-slider .image-box img{
        height: 300px
    }
    .veterans-headshot-wrapper.alt {
    mix-blend-mode: normal;
    bottom: 40px;
}
    .veterans-box.alt .veterans-headshot-wrapper.alt {
    right: -20px;
}
	  .trial-lawyers-area .trial-shape-right {
    bottom: -40%;
}
	.case-banner-bg{
		width:100%
	}
	.footer_links_icons li a {
    font-size: 15px;
    word-wrap: break-word;
}
}

@media(max-width:991px) {
    br {
        display: none
    }


    .hero-heading {
        font-size: 50px;
    }

    .hero-title {
        font-size: 20px
    }

    .hero-action {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .hero-text {
        padding-top: 50px;
    }

    .hero-action {
        -webkit-box-align: start;
            -ms-flex-align: start;
                    -ms-grid-row-align: flex-start;
                align-items: flex-start
    }

    .hero-image-1,
    .hero-image-2 {
        position: relative;
        bottom: auto;
        width: 50%;
        right: auto;
    }

    .hero-images {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        position: absolute;
        bottom: 20%;
        width: 61%;
        right: 0;
        z-index: 1;
    }

    .hero-image-1 {
        -webkit-transform: translateX(85px);
                transform: translateX(85px)
    }

    .hero-images:after {
        position: absolute;
        content: "";
        width: 80%;
        height: 150px;
        bottom: -25px;
        right: 0;
        background: -webkit-linear-gradient(bottom, rgba(7, 18, 25, 1) 0%, rgba(7, 18, 25, 0) 100%);
        background: linear-gradient(0deg, rgba(7, 18, 25, 1) 0%, rgba(7, 18, 25, 0) 100%);
        z-index: 1;
    }

    .hero-text-slider {
        margin-top: 30px
    }

    .hero-area:after {
        height: 80px
    }

    .hero-action .phone_call {
        margin-left: 0
    }

    .review-area .col-lg-3 {
        border-bottom: 1px solid #22293B
    }

    .review-area .col-lg-3:nth-child(even):after {
        display: none
    }

    .icon-teaser.style1 {
        padding: 20px 0
    }

    .review-area {
        padding: 0
    }

    h1,
    .h1 {
        font-size: 38px
    }

    h2,
    .h2 {
        font-size: 26px
    }

    h3,
    .h3 {
        font-size: 26px
    }

    .section-heading {
        font-size: 24px;
        font-weight: 900;
    }

    .content-box.style1 {
        padding: 25px
    }

    .icon-teaser.style2 .title {
        font-size: 16px;
    }

    .icon-teaser.style2:before {
        width: calc(100% - 50px);
    }

    .single-news-logo-slider {
        padding: 15px 50px;
        height: 90px;
    }

    .single-news-logo-slider img {
        width: 80px;
    }

    .ls_6 {
        letter-spacing: -2px;
    }

    .text-box.style1 {
        padding: 30px
    }

    .text-box.style1 .title {
        font-size: 18px;
    }

    .practice_bg {
        height: 700px
    }

    .content-text.style3 .subtitle {
        font-size: 26px;
        margin-bottom: 40px;
    }

    .text-box.style2 .title {
        font-size: 40px;
    }

    .result-slide-box {
        padding: 25px;
    }

    .result-slide-box .title {
        font-size: 26px;
    }

    .result-text {
        padding-right: 0px;
    }

    .result-slider .slide {
        -webkit-transform: scale(1);
                transform: scale(1)
    }

    .result-action .hero-action {
        -webkit-box-align: center;
            -ms-flex-align: center;
                    -ms-grid-row-align: center;
                align-items: center
    }

    .content-text.style4 .title {
        font-size: 22px;
    }

    .trial-box .text2 {
        font-size: 65px;
    }

    .trial-box .text1 {
        font-size: 100px
    }

    .trial-box {
        height: 600px
    }

    .trial-box .small_img {
        top: 140px;
        height: 400px;
    }

    .trial-box .inner:before {
        height: calc(100% - 20px);
    }

    .trial-lawyers-area .border-line {
        height: 600px;
    }

    .veterans-area {
        padding-top: 200px
    }

    .trial-lawyers-area .trial-shape-right {
       bottom: -54%;
    }

    .veterans-box .heading {
        font-size: 26px;
    }

    .veterans-box .list_square li {
        font-size: 13px;
    }

    .veterans-headshot-wrapper {
        position: relative;
        bottom: -30px;
        left: -30px;
        width: calc(100% + 60px);
        -webkit-transform: scale(1);
                transform: scale(1);
        mix-blend-mode: luminosity;
    }

    .veterans-headshot-wrapper img {
        width: 50%;
        margin: 0 auto;
    }

    .veterans-box.alt .veterans-headshot-wrapper {
        left: auto;
        right: 30px;
    }

    .podcast_bg {
        top: -48%;
        width: 50%;
    }

    .text-box.style3,
    .text-box.style4 {
        padding: 30px
    }

    .text-box.style3 .title,
    .text-box.style4 .title {
        font-size: 24px
    }

    .image-text.style2 .bottom {
        padding: 20px
    }

    .image-text.style2 .play_btn .video-btn {
        min-width: 35px;
        width: 35px;
        min-height: 35px;
        height: 35px;
        font-size: 14px;
        margin-right: 8px;
    }

    .image-text.style2 .tags {
        top: 15px;
        left: 15px;
    }

    .image-text.style2 .episode {
        top: 15px;
        right: 15px;
    }

    .image-text.style2 .title {
        font-size: 18px
    }

    .image-text.style2 .cat {
        font-size: 11px
    }

    .testimonial-box {
        padding: 0
    }

    .testimonial-box .title {
        font-size: 18px;
    }

    .testimonial-box .meta .name {
        font-size: 18px;
    }

    .testimonial-arrows > .slick-arrow svg {
        height: 30px
    }

    .map_tabs button .title {
        font-size: 16px
    }

    .testimonial-slider .slide {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

    .footer-cta .heading {
        font-size: 40px;
    }

    .footer-cta {
        padding: 50px 0;
        font-size: 15px;
        line-height: 26px;
    }

    .related-links.style2 li a {
        padding: 10px 16px;
        font-size: 12px;
        letter-spacing: 1px;
    }

    .footer-cta {
        padding: 50px 0;
        font-size: 16px;
        line-height: 27px;
    }

    .footer-cta .heading {
        font-size: 30px;
    }

    .main-footer {
        padding: 20px 0
    }

    .footer-widget {
        margin: 20px 0
    }

    .footer-logo {
        display: inline-block;
        width: 230px;
    }

    .footer-info {
        margin: 0 0 20px;
    }

    .footer_links_icons {
        width: 100%
    }

    .footer_links_icons li a {
        font-size: 15px
    }

    .fc_links {
        margin: 12px 0
    }

    .location-tab .nav-tabs {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center
    }

    .location-tab .nav-link {
        margin: 10px 0
    }

    .page-banner-text {
        padding-bottom: 10px;
        padding-top: 70px;
    }

    .page-banner-text .hero-action {
        -webkit-box-align: center;
            -ms-flex-align: center;
                    -ms-grid-row-align: center;
                align-items: center;
    }

    .page-banner-text .heading {
        font-size: 50px;
        margin-bottom: 25px;
        letter-spacing: -2.5px;
    }

    .content-box.style2 .text {
        padding: 15px
    }

    .content-box.style2 .text .title {
        font-size: 16px;
    }

    .content-box.style3 .title {
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        margin: 0
    }

    .content-box.style3 span {
        font-size: 12px;
    }

    .content-box.style3 .text {
        padding: 15px
    }

    .location-top-shape {
        -o-object-fit: contain;
           object-fit: contain
    }

    .page-banner-style2 {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .review-area .col-lg-3 {
        border: none
    }

    .icon-teaser.style1.heading-style {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .icon-teaser.style1 {
        padding-bottom: 0
    }

    .page-banner {
        padding-top: 80px;
    }

    .icon-teaser.style1 .icon img {
        margin: 0 auto 15px;
    }

    .icon-teaser.style1 {
        display: block;
        text-align: center
    }

    .content-text.style5.plain-text h1 {
        font-size: 30px
    }

    .content-text.style5.plain-text h2 {
        font-size: 24px
    }

    .content-text.style5.plain-text h3 {
        font-size: 22px
    }

    .content-text.style5.plain-text h4 {
        font-size: 20px
    }

    .content-text.style5.plain-text h5 {
        font-size: 16px
    }

    .content-text.style5.plain-text h6 {
        font-size: 15px
    }

    .content-text.style5.plain-text .single-blog-cta .title {
        font-size: 22px;
    }

    .text-box.style11 .title {
        font-size: 14px;
    }

    .text-box.style11 {
        padding-right: 25px;
    }

    .content-box.style3 .title {
        font-size: 14px;
    }

    .top-heading.style3 .section-heading {
        font-size: 40px;
    }

    .top-heading.style3 .text {
        font-size: 16px;
    }

    .hero-area.case-banner {
        padding-bottom: 50px;
    }

    .case-banner .hero-text {
        padding-top: 40px;
    }

    .text-box.style2.v2 .text {
        font-size: 15px
    }

    .text-box.style7 .plain-text {
        font-size: 15px
    }

    .text-box.style7 {
        padding: 20px
    }

    .case-banner .cta-btn {
        width: 100%
    }

    .hero-heading.style2 {
        font-size: 32px;
    }

    .case-banner .phone_call_btns {
        margin-top: 15px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center
    }

    .text-box.style7 .title {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .map-location.style2 .location-info {
        position: inherit;
        width: 100%;
        bottom: 0;
        left: auto;
        -webkit-transform: translateX(0%);
                transform: translateX(0%);
        padding: 0;
        margin-top: 20px;
    }

    .map-location.style2 .location-info .icon-teaser.style5 {
        height: calc(100% - 30px);
        margin: 15px 0
    }

    .team-single-2 {

        width: 225px;
        left: 70%;
    }

    .team-single-1 {
        width: 275px;
        left: 45%;
    }

    .img-box-slider .image-box img {
        height: 300px
    }

    .quote-icon-alt img {
        width: 130px;
    }
    .veterans-area.style2{
        padding-top: 50px
    }
     .veterans-headshot-wrapper.alt {
    mix-blend-mode: normal;
    bottom: 0px;
}
    .content-table th {
    font-size: 16px;
}
    .step-slider .slick-list {
    margin-left: -25px;
    margin-right: -25px;
    width: inherit;
    padding-right: 60px;
}
    .text-box.style10 .title {
    font-size: 16px;
}
    .case-banner-bg {
    width: 100%;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
	.review-area {
    padding: 0 0 20px;
}
	.review-area .col-lg-3:after{
		display:none
	}
	body.error404 .header-area .header-inn{
	padding-bottom:0px
}
.content-box.style3 img {
    height: 150px;
    -o-object-fit: cover;
       object-fit: cover;
}
	.table-wrapper{
		overflow-x:scroll
	}
	.ti-widget[data-layout-id='110'][data-set-id='dark-minimal'] .ti-header .ti-fade-container:nth-child(1){
		-webkit-box-orient:vertical !important;
		-webkit-box-direction:normal !important;
		    -ms-flex-direction:column !important;
		        flex-direction:column !important
	}
	.ti-widget[data-layout-id='110'][data-set-id='dark-minimal'] .ti-platform-icon {
    width: 40px !important;
    height: 40px !important;
		margin-bottom:12px !important
}
	
.ti-widget[data-layout-id='110'][data-set-id='dark-minimal'] .ti-mob-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
	-webkit-box-orient:vertical !important;
	-webkit-box-direction:normal !important;
	    -ms-flex-direction:column !important;
	        flex-direction:column !important
}
	
	.hero-text .ti-widget[data-layout-id='110'][data-set-id='dark-minimal'] .ti-header .ti-fade-container:nth-child(1) {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
}
	.ti-widget[data-layout-id='110'][data-set-id='dark-minimal'][data-pid='fef71817233f331c963670b3a19']>.ti-widget-container>.ti-header, .ti-widget[data-layout-id='110'][data-set-id='dark-minimal'][data-pid='fef71817233f331c963670b3a19']>.ti-widget-container>.ti-footer{
		background:transparent !important
	}
	.hero-text .ti-widget[data-layout-id='110'][data-set-id='dark-minimal'] .ti-mob-row{
		-webkit-box-orient:horizontal !important;
		-webkit-box-direction:normal !important;
		    -ms-flex-direction:row !important;
		        flex-direction:row !important
	}
	nav#menu ul ul ul {
    padding-left: 15px;
}
	.text-box.style2.stats-new .title {
    font-size: 22px;
}
	.veterans-headshot-wrapper.alt {
    bottom: -30px;
}
		.content-text.style5.plain-text.alt h2 {
    font-size: 24px;
}
	.footer-cta .heading.small-heading-size {
    font-size: 26px;
}
	.veterans-box.style2 .heading {
    font-size: 24px;
}
	.footer-cta .phone_call_btns {
    margin-top: 20px;
}
	.content-sidebar-box .sidebar-heading {
    font-size: 20px;
}
	.map_tab_content img{
    max-width: 100%;
    margin-top: 0;
}

}

@media(max-width:767px) {
    .testimonial-box .title {
        font-size: 22px;
    }

    .pb_140 {
        padding-bottom: 110px;
    }

    .hero-images {
        width: 66%;
    }

    .hero-subheading {
        font-size: 12px
    }

    body {
        font-size: 14px;
        line-height: 23px;
    }

    .hero-single-slider-text {
        letter-spacing: 8px;
        margin: 0 30px;
        font-size: 15px;
    }

    .hero-action .phone_call {
        font-size: 16px;
        margin-left: 0;
        margin-top: 10px
    }

    .hero-action .phone_call img {
        width: 56px;
    }

    .icon-teaser.style1 .title {
        font-size: 12px;
    }

    .form-box.style1 li {
        margin-bottom: 15px;
    }

    .ls_6 {
        letter-spacing: -2px;
    }

    .related-links.style1 ul li {
        margin: 3px;
    }

    .related-links.style1 ul li a {
        padding: 10px 15px;
        font-size: 12px;
    }

    .image-logo.style1 {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center
    }

    .image-logo.style1 li {
        padding: 10px;
    }

    .image-logo.style1 {
        margin-top: 30px
    }

    .content-text.style3 .subtitle {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .text-box.style2 .title {
        font-size: 32px;
    }

    .result-slide-box {
        padding: 25px
    }

    .result-slide-box .title {
        font-size: 25px;
    }

    .result-slide-box {
        background: rgba(9, 49, 99, 0.52);
    }

    .video-action {
        bottom: 0;
        left: 0;
        padding: 20px
    }

    .video-action .text {
        letter-spacing: 28%;
        font-size: 14px;
    }

    .veterans-box {
        padding: 30px
    }

    .image-text.style2 .title {
        font-size: 18px
    }


    .content-text.style4 .title {
        font-size: 22px;
    }

    #menu .cta-btn {
        width: 100%
    }



    .hero-heading {
        font-size: 38px;
        letter-spacing: -2px;
    }

    .hero-title {
        font-size: 18px;
    }






    .content-box.style1 {
        padding: 30px
    }

    .icon-teaser.style2 .title {
        font-size: 13px;
    }

    .icon-teaser.style2 .number {
        width: 60px;
        height: 60px;
        font-size: 24px;
        margin: 0 auto 15px;
    }

    .icon-teaser.style2:before {
        top: 32px;
        width: 100%;
    }

    .single-news-logo-slider img {
        width: 48px;
    }

    .single-news-logo-slider {
        padding: 20px;
        border-radius: 6px;
        height: 70px;
    }

    .text-box.style1 {
        padding: 20px
    }

    .text-box.style1 .title {
        font-size: 18px;
    }

    .practice_bg {
        height: 600px
    }

    .image-logo.style1 li {
        width: 33%
    }

    .result-action .hero-action {
        -webkit-box-align: center;
            -ms-flex-align: center;
                    -ms-grid-row-align: center;
                align-items: center;
    }

    .gx_300 {
        --bs-gutter-x: 100px;
    }

    .trial-box {
        width: 65%;
        height: 500px;
    }

    .trial-box .inner:before {
        height: calc(100% - 30px);
    }

    .trial-box .small_img {
        height: 300px;
        top: 160px
    }

    .trial-box .heading {
        top: 62%;
        right: -30px;
    }

    .trial-box .text1 {
        font-size: 70px;
    }

    .trial-box .text2 {
        font-size: 50px
    }

    .trial-box {
        mix-blend-mode: normal;
    }

    .trial-box .heading .text_gradient {
        background: -webkit-linear-gradient(bottom, rgba(167, 213, 235, 1) 0%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(0deg, rgba(167, 213, 235, 1) 0%, rgba(255, 255, 255, 1) 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .trial-box .heading span {
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        color: #fff;
    }

    .trial-lawyers-area .border-line {
        height: 500px
    }

    .veterans-area {
        padding-top: 270px
    }




    .text-box.style3,
    .text-box.style4 {
        padding: 25px;
    }

    .text-box.style3 .title,
    .text-box.style4 .title {
        font-size: 20px
    }

    .podcast_bg {
        top: -40%;
        width: 300px;
    }





    .map_tab_content .cta-btn {
        top: 10px;
        right: 10px;
        padding: 10px;
        font-size: 12px;
        line-height: normal;
    }

    .location-tab .nav-tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start
    }

    .location-tab .nav-tabs li .nav-link {
        white-space: nowrap
    }

    .tabs_wrapper {
        overflow-x: auto;
        overflow-y: hidden;
        padding-bottom: 5px
    }

    .page-banner-text .heading {
        font-size: 50px;
        margin-bottom: 30px;
        letter-spacing: -2.5px;
    }

    .content-image.style3 {
        margin-bottom: 30px
    }

    .text-box.style7 .title {
        font-size: 20px
    }

    .text-box.style8 .title {
        font-size: 30px
    }

    .quotes.style2 .text {
        font-size: 150px
    }

    .single-blog-inner .section-heading {
        font-size: 22px;
    }

    .top-heading.style3 .section-heading {
        font-size: 30px;
        line-height: 100%;
    }

    .single-blog-cta .title {
        font-size: 24px
    }

    .page-banner.hero-area {
        padding-top: 80px;
        text-align: left
    }

    .icon-teaser.style1 .heading {
        font-size: 30px
    }

    .group_btn {
        text-align: center
    }

    .phone_call_btns {
        text-align: left;
        margin-top: 15px
    }

    .fs_22 {
        font-size: 18px;
    }

    .phone_call_btns .fs_13 {
        font-size: 12px;
    }

    .hero-heading.style2 {
        font-size: 30px;
    }

    .case-banner-bg {
        width: 100%;
        opacity: 0.4;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)"
    }

    .faqs_accordion.style2 .accordion-button {
        padding-right: 30px
    }

    .faqs_accordion.style2 .title {
        font-size: 16px;
    }

    .img-box-slider .image-box img {
        height: 300px
    }

    .step-slider .slide.slick-current.slick-active + .slide .text-box.style9 .inner{
    opacity: 0.45;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)"
}
    .step-slider .slide.slick-current.slick-active .inner{
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }
    .step-slider .slide.slick-current.slick-active + .slide .text-box.style9 .number{
    background: #eeeeef;
    color: rgba(8, 15, 29, 0.21)
}
.step-slider .slide.slick-current.slick-active .number{
    background: #B32135;
    color: #fff
}
.step-slider .slide.slick-current.slick-active + .slide{
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px)
}
	 .trial-lawyers-area .trial-shape-right {
    bottom: -75%;
}
	.form_style1 .content-box.style1{
	min-height:inherit
	}
    .text-box.style2.stats-new .title {
    font-size: 32px;
}
	.text-box.style2.v2.stats-new-v3 {
    padding: 20px;
	}
	
	.image-logo.style1 li {
    width: 33%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
}


}

@media(max-width:575px) {
    .veterans-area {
        padding-top: 70px
    }

    .hero-text-slider {
        margin-top: 0
    }

    .hero-images:after {
        bottom: 20px;
        width: 100%
    }

    .hero-action {
        -webkit-box-align: center;
            -ms-flex-align: center;
                    -ms-grid-row-align: center;
                align-items: center
    }

    .hero-area {
        text-align: center
    }

    .hero-image-1,
    .hero-image-2 {
        position: relative;
        bottom: auto;
        width: 50%;
        right: auto;
        -webkit-transform: translateX(15px);
                transform: translateX(15px)
    }

    .hero-image-2 {
        -webkit-transform: translateX(-15px);
                transform: translateX(-15px)
    }

    .hero-images {
        padding: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: relative;
        z-index: 11;
        bottom: auto;
        width: 100%;
    }





    .content-text.style1 .text {
        font-size: 12px;
        margin-top: 25px;
        margin-bottom: 30px;
    }

    .half_gradient {
        width: 100%;
        background: #080F1D;
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        right: 0
    }

    .content-image.style2 {
        width: 100%;
        -o-object-position: left;
           object-position: left
    }







    .text-box.style2 {
        padding: 20px 0;
        text-align: center;
    }

    .result-img {
        margin-top: 12px
    }

    .result-slider {
        margin: 25px 0 !important
    }

    .result-slider .slick-dots,
    .testimonial-slider .slick-dots {
        position: inherit;
        bottom: auto;
        margin-top: 25px;
    }

    .content-img {
        margin-bottom: 30px
    }

    .video-action .video-btn {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }



    .scroll-to-transitin {
        display: none
    }

    .trial-lawyers-area .border-line {
        display: none
    }


.trial-lawyers-area .trial-shape-right {
    bottom: 10%;
    width: 90%;
    z-index: 11;
}





    .podcast_bg {
        display: none
    }




    .map_tab_content {
        margin-top: 30px
    }

    .map_tab_content .cta-btn {
        top: 15px;
        right: 15px;
    }

    .map_tab_content .map-marker {
        width: 20px;
    }

    .related-links.style2 li a {
        padding: 10px 15px;
        font-size: 12px;
        white-space: nowrap
    }

    .links_wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        overflow-x: scroll;
        padding-bottom: 10px;
        margin-right: -10px
    }

    .related-links.style2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center
    }



    .footer-cta .right-content {
        margin-top: 15px
    }

    .main-footer {
        padding: 20px 0
    }

    .footer-widget {
        margin: 20px 0
    }



    .footer_acc.acc ul {
        display: block;
    }

    .cta-footer-top {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }



    .footer-title {
        position: relative;
    }

    .footer-widget .footer-title {
        margin-bottom: 0px;
        padding: 12px 0;
        border: none
    }

    .footer-title:before {
        content: "";
        border: 1px solid #4e4e4e;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%) rotate(135deg);
                transform: translateY(-50%) rotate(135deg);
        border-width: 2px 2px 0 0;
    }

    .footer-title:after {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        left: 10px
    }

    .footer_acc.acc .footer-title:after {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }

    .footer_acc.acc .footer-title {
        border-color: transparent
    }

    .footer_acc.acc .footer-title:before {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }

    .footer_acc ul {
        display: none;
        padding: 20px;
    }

    .footer-widget {
        margin: 0
    }

    .footer-widget.first-widget {
        margin: 20px 0
    }

    .footer_acc ul {
        padding: 20px;
        background: #ffffff0f;
    }

    .footer_links_icons {
        width: 100%
    }

    .footer_links_icons li a {
        font-size: 16px
    }

    .footer_links_icons li {
        min-height: inherit
    }

    .footer_links_icons.alt .title {
        font-size: 16px;
    }

    .footer-copyright .fc_links {
        margin: 10px 0;
    }

    .footer-copyright .fc_links li {
        margin: 0 5px;
    }

    .footer-copyright {
        font-size: 10px
    }

    .map_tab_content .cta-btn {
        width: auto
    }

    .content-text.style6 {
        margin-top: 30px
    }

    .content-box.style1:after {
        width: 100%
    }

    .large_flag_bg {
        height: 100%
    }

    .content-box.style2 .text {
        padding: 15px
    }

    .content-box.style2 .text .title {
        font-size: 16px
    }

    .page-banner-text .heading {
        font-size: 38px
    }



    .alt-step-area .icon-teaser.style2 {
        padding: 20px 0
    }

    .text-box.style6 {
        padding: 30px
    }

    .icon-teaser.style1 {
        display: block;
        padding-bottom: 0;
        text-align: center
    }

    .icon-teaser.style1 img {
        margin: 0 auto 10px
    }

    .icon-teaser.style1 .title {
        font-size: 12px;
    }

    .review-area .col-lg-3 {
        border: none
    }

    .cta-btn {
        width: 100%
    }

    .icon-teaser.style2:before {
        display: none
    }

    .hero-area.case-banner.team-page-banner {
        padding-bottom: 300px;
    }

    .team-single-1 {
        width: auto;
        left: 0;
        height: 270px;
    }

    .team-single-2 {
        width: auto;
        left: 50%;
        height: 250px;
    }

    .quote-icon-alt img {
        width: 100px;
        margin-bottom: 30px;
    }
    .veterans-box.alt .veterans-headshot-wrapper.alt{
        right: auto
    }
	.content-box.style3 img{
		height:auto
	}
	.content-box.style3 .title {
    font-size: 18px;
}
	.hero-text .ti-widget[data-layout-id='110'][data-set-id='dark-minimal'][data-pid='fef71817233f331c963670b3a19']{
		text-align:center !important
	}
	.ti-widget-container{
		    margin: 0 auto !important;
    display: block !important;
	}
	.stats-row-border .col-md-4 {
		border-right: 0px solid #E7E3DF;
		border-bottom: 1px solid #E7E3DF;
	}

		/* Remove right border from every 3rd item */
		.stats-row-border .col-md-4:nth-child(3n) {
			border-right: none;
			border-bottom: none;
		}

		/* Remove bottom border from last 3 items */
		.stats-row-border .col-md-4:nth-last-child(-n+3) {
			border-bottom: 1px solid #E7E3DF;
		}
	.stats-row-border .col-md-4:last-child {
			border-bottom: 0;
		}
	.list_check_text ul{
		text-align:left
	}
	.veterans-box.alt .veterans-headshot-wrapper.alt {
    right: 30px;
}
	.content-sidebar-box{
		margin-top:30px
	}
	.team-single-img.one-image img {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}
footer.footer-area {
    padding-bottom: 75px;
}
	.map_tab_content img {
    margin-top: 0;
    max-width: 100%;
    transform: scale(1.7) translateY(-60px) translateX(-38px);
    float: none;
    margin-right: 0;
}
	.gfield--type-html {
   width:70% !important
}
}

@media(max-width:420px) {}

.veterans-headshot-wrapper img + img {
    position: absolute;
    top: 0;
    left: -15px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    width: calc(100% + 30px);
}

.veterans-headshot-wrapper:before {
    content: "";
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgb(9 13 28) 60%, rgb(9 14 28) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(9 13 28) 60%, rgb(9 14 28) 100%);
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 350px;
    z-index: 33;
}

@media (max-width: 767px) {

.veterans-area .info img {
	width: 200px;
	margin-bottom: 20px
}

}

@media (max-width: 585px) {
    .trial-box .text1 ,
    .trial-box .text2 {
        font-size: 25px;
        letter-spacing: 0;
    }

    .trial-box .heading {
        top: 36% !important;
    }

    .trial-box.alt .heading {
        top: 22% !important;
        left: -30px;
    }

    .trial-lawyers-area .trial-shape-right {
        bottom: -50%;
    }

    .trial-box {
        width: calc(100% - 10px);
    }

	.trial-box.alt .heading {
        top: 23% !important;
        left: -30px;
    }

    .trial-box .small_img {
        height: 225px;
        top: 135px;
        left: 30px;
    }

    .trial-box .small_img {
        height: 225px;
        top: 135px;
        left: 30px;
    }

    .trial-box.alt .small_img {
        height: 225px;
        top: 135px;
        left: 20px;
    }	
	
}

html {
   scroll-behavior: auto !important;
}


img[src*="what-full-and-fair-value-looks-like"] + .half_gradient {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@media (max-width: 575px) {
    .content-image.style2 {
        width: calc(100% + 100px);
        -o-object-position: left;
           object-position: left;
        position: relative;
        margin: -50px 0 30px;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        -o-object-fit: contain;
           object-fit: contain;
    }
	.page-banner-style2{
		padding-bottom:20px
	}
	.icon-teaser.style1 .title {
    font-size: 11px;
}
	.ti-widget[data-layout-id='110'][data-set-id='dark-minimal'] .ti-header span, .ti-widget[data-layout-id='110'][data-set-id='dark-minimal'] .ti-header strong {
    font-size: 11px !important;
}
	.veterans-headshot-wrapper:before {
    height: 150px;
}
	.half_gradient{
		opacity:0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
	}
}
@media(max-width:1400px){
	.group_btn .cta-btn{
		margin-bottom:10px
	}
	.veterans-headshot-wrapper.alt:before, .veterans-headshot-wrapper:before{
		height:120px
	}
}

@media (max-width: 991px) {
    .page-banner .ti-widget[data-layout-id='110'][data-set-id='dark-minimal'] .ti-platform-icon {
    width: 36px !important;
    height: 36px !important;
    margin-bottom: 15px !important;
}
	.ti-widget[data-layout-id='110'][data-set-id='dark-minimal'][data-pid='fef71817233f331c963670b3a19'] {
    text-align: center !important;
}
	.veterans-headshot-wrapper img + img {
    left: 50%;
    width: calc(50% + 30px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
		top:auto;
		bottom:0
}
	.veterans-headshot-wrapper:before {
bottom:-13px;
    height: 120px;
}
	.veterans-headshot-wrapper:after{
		opacity:0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
	}
	.page-banner-style2 {
    padding-bottom: 20px;
}
	.page-banner {
    padding-top: 80px;
}
	
	.veterans-headshot-wrapper.alt.xxl-alt:before{
		opacity:0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
	}
	.veterans-headshot-wrapper.alt.xxl-alt{
		bottom:auto;
		margin-bottom:20px;
		right:auto !important;
		left:auto;
		width:100%
	}
	.text-sm-start .ti-widget[data-layout-id='110'][data-set-id='dark-minimal'][data-pid='fef71817233f331c963670b3a19'] {
    text-align: left !important;
}
	
}
@media(max-width:575px){
	.footer-disclaimer {
    padding: 10px 0 15px;
}
	.veterans-headshot-wrapper.alt:before{
		opacity:0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
	}
	.veterans-headshot-wrapper.alt.xxl-alt{
		bottom:auto;
		margin-bottom:20px
	}
}
.gform_validation_errors{
	display:none !important
}
.hero-text-slider {
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.hero-text-slider.slick-initialized {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.trial-lawyers-area-desktop .site-heading {
	-webkit-transform: translateY(30px);
	        transform: translateY(30px);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.trial-lawyers-area-desktop.act .site-heading {
	-webkit-transform: translateY(0px);
	        transform: translateY(0px);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.trial-lawyers-area-desktop [class*="col-"]:first-child .trial-box {
	-webkit-transform: translateX(-30px);
	        transform: translateX(-30px);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.trial-lawyers-area-desktop [class*="col-"]:last-child .trial-box {
	-webkit-transform: translateX(30px);
	        transform: translateX(30px);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.trial-lawyers-area-desktop.act [class*="col-"]:first-child .trial-box ,
.trial-lawyers-area-desktop.act [class*="col-"]:last-child .trial-box {
	-webkit-transform: translateY(0px);
	        transform: translateY(0px);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transition-delay: 0.5s;
	        transition-delay: 0.5s;
}

.veterans-area .veterans-headshot-wrapper img:first-child {
	-webkit-transform: translateY(30px);
	        transform: translateY(30px);
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.veterans-area.act .veterans-headshot-wrapper img:first-child {
	-webkit-transform: translateY(0px);
	        transform: translateY(0px);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.veterans-area.act.show .veterans-headshot-wrapper img:first-child {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.veterans-area .veterans-headshot-wrapper img {
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.veterans-area.act.show .veterans-headshot-wrapper img + img {
	opacity: 1 !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}




/*Pin Animation CSS*/
.group-lawyer-anim-top .trial-box {
    mix-blend-mode: normal;
}

.group-lawyer-anim-top .trial-box .heading .text_gradient {
    background: -webkit-linear-gradient(bottom, rgba(167, 213, 235, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(0deg, rgba(167, 213, 235, 1) 0%, rgba(255, 255, 255, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.group-lawyer-anim-top .trial-box .heading span {
    color: #fff;
}



.group-lawyer-animation-area {
    position: relative;
}

.inner-relative-wrapper {
    position: relative;
}

.inner-group-section {
    position: absolute;
    bottom: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    left: 0;
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.group-lawyer-anim-top {
    position: relative
}

.group-lawyer-anim-top .trial-box {
    height: auto
}

.inner-relative-wrapper .veterans-headshot-wrapper {
    mix-blend-mode: normal
}

.group-lawyer-anim-top .trial-box .text2 {
    font-size: 80px;
}

.group-lawyer-anim-top .trial-box .text1 {
    font-size: 130px
}

#line-shape-anim {
    height: 100vh
}

#line-shape-anim .site-heading {
    margin-bottom: 15px;
}

#line-shape-anim .veterans-box .heading {
    font-size: 30px;
}

.trial_lawyer_grid_shape,
.trial_lawyer_bg {
    -webkit-animation: inherit;
            animation: inherit
}

.trial-shape-right {
    display: none
}

@media(max-width:2200px) {
    .inner-group-section {
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        bottom: auto
    }

    #line-shape-anim {
        height: auto
    }
}

@media(max-width:1400px) {
    .group-lawyer-anim-top .trial-box .small_img {
        top: 220px;
        height: 350px;
    }

    .group-lawyer-anim-top .trial-box .text2 {
        font-size: 45px;
    }

    .group-lawyer-anim-top .trial-box .text1 {
        font-size: 80px;
    }

    .group-lawyer-anim-top .trial-box {
        height: 500px;
    }

    .group-lawyer-anim-top .trial-box .heading {
        top: 58%;
    }

    .group-lawyer-anim-top .trial-box.alt .heading {
        top: 64%
    }

    .veterans-box .heading {
        font-size: 20px;
    }

    .trial-lawyers-area .trial-shape-right {
        display: block;
        bottom: -90%;
    }

    .trial-lawyers-area .border-line {
        height: 500px
    }

    .veterans-area.homestyle {
        padding-top: 470px;
        margin: 0
    }

    .veterans-area.homestyle .veterans-headshot-wrapper {
        -webkit-transform: scale(1);
                transform: scale(1)
    }

    .group-lawyer-anim-top .veterans-box {
        height: auto
    }

    #line-shape-anim .veterans-box .heading {
        font-size: 22px;
    }

    .group-lawyer-anim-top .list_square {
        margin-top: 20px
    }

    .group-lawyer-anim-top .trial-box .small_img {
        display: none
    }

    .group-lawyer-anim-top .trial-box .inner {
        width: 50%;
        margin: 0 auto;
    }

    .group-lawyer-anim-top .trial-box {
        height: auto;
        margin: 0 auto;
    }

    .group-lawyer-anim-top {
        margin-top: 30px
    }

    .inner-group-section {
        display: none
    }

    .gx_300 {
        --bs-gutter-x: 100px;
    }

    #line-shape-anim {
        padding-bottom: 70px !important
    }

    .trial-lawyers-area .border-line,
    .scroll-to-transitin {
        display: none
    }

    .trial-box .inner:before {
        -webkit-transform: translateX(-50%) scaleX(1);
                transform: translateX(-50%) scaleX(1);
        height: calc(100% - 30px);
    }
	.trial-lawyers-area .trial-shape-right{
		display:none
	}
}

@media(max-width:991px) {

    .veterans-area.homestyle {
        padding-top: 200px;
        margin-top: -100px
    }

    .group-lawyer-anim-top .trial-box .text2 {
        font-size: 35px;
    }

    .group-lawyer-anim-top .trial-box .text1 {
        font-size: 50px;
    }

    .group-lawyer-anim-top .trial-box {
        height: auto;
    }

    .group-lawyer-anim-top .trial-box .heading {
        top: 38%;
    }

    .group-lawyer-anim-top .trial-box.alt .heading {
        top: 34%
    }

    .veterans-box .heading {
        font-size: 20px;
    }

    .trial-lawyers-area .trial-shape-right {
        display: block;
        bottom: -60%;
    }

    .scroll-to-transitin {
        display: none
    }

    .border-line {
        display: none
    }

    .group-lawyer-anim-top .trial-box .small_img {
        height: 300px;
        top: 160px;
    }

    .trial-lawyers-area .trial-shape-right {
        display: none
    }

    #line-shape-anim {
        padding-bottom: 50px !important;
    }

    .gx_300 {
        --bs-gutter-x: 30px;
    }

    .inner-group-section {
        display: none
    }

    .group-lawyer-anim-top .veterans-box {
        height: auto
    }

    #line-shape-anim .veterans-box .heading {
        font-size: 22px;
    }

    .group-lawyer-anim-top .list_square {
        margin-top: 20px
    }

    .group-lawyer-anim-top .trial-box .small_img {
        display: none
    }

    .group-lawyer-anim-top .trial-box .inner {
        width: 50%;
        margin: 0 auto;
    }

    .group-lawyer-anim-top .trial-box {
        height: auto;
        margin: 0 auto;
    }

    .group-lawyer-anim-top {
        margin-top: 30px
    }
	.trial-lawyers-area .trial-shape-right{
		display:none
	}
	.map_tab_content img {
    margin-top: 0;
    max-width: 100%;
    transform: scale(1.3) translateY(-20px) translateX(-38px);
    float: none;
    margin-right: 0;
}
	.map_tabs button{
		z-index:1
	}
}

@media(max-width:767px) {
	.map_tab_content img {
    margin-top: 0;
    max-width: 100%;
    transform: scale(1.7) translateY(0px) translateX(-38px);
    float: none;
    margin-right: 0;
}
	.map_tabs button{
		z-index:1
	}
    .group-lawyer-anim-top .trial-box .text1 {
        font-size: 60px;
    }

    .group-lawyer-anim-top .trial-box .text2 {
        font-size: 45px;
    }

    .group-lawyer-anim-top .trial-box {
        width: 100%;
        height: auto;
    }

    .group-lawyer-anim-top .trial-box.alt .heading {
        top: 43%;
    }

    .group-lawyer-anim-top .trial-box .heading {
        top: 48%;
    }

    .group-lawyer-anim-top {
        margin-top: 30px
    }

    .inner-group-section {
        display: none
    }

    .group-lawyer-anim-top .veterans-box {
        height: auto
    }

    .trial_lawyer_grid_shape {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }



    .veterans-area.homestyle {
        padding-top: 100px;
    }

    .group-lawyer-anim-top .trial-box .small_img {
        display: none
    }

    #line-shape-anim .veterans-box .heading {
        font-size: 24px;
    }

    .gx_300 {
        --bs-gutter-x: 50px;
    }

}

@media(max-width:575px) {
 

    .group-lawyer-anim-top .trial-box .small_img {
        height: 225px;
        top: 135px;
        left: 30px;
    }

    .trial-box.alt .small_img {
        height: 225px;
        top: 135px;
        left: 20px;
    }

    .trial-box.alt .heading {
        top: 23% !important;
        left: -30px;
    }

    .trial-box .heading {
        top: 36% !important;
    }

    .group-lawyer-anim-top .trial-box {
        width: calc(100% - 10px)
    }

    .group-lawyer-anim-top .trial-box .text1,
    .group-lawyer-anim-top .trial-box .text2 {
        font-size: 25px;
        letter-spacing: 0;
    }

    .veterans-area {
        padding-top: 100px;
    }

    .homestyle .veterans-headshot-wrapper {
        bottom: auto;
        left: auto;
        width: 100%;
        mix-blend-mode: normal;
        margin-bottom: 10px
    }

    .homestyle .veterans-headshot-wrapper:after {
        display: none
    }

    .homestyle .veterans-box.alt .veterans-headshot-wrapper {
        right: auto
    }

    .group-lawyer-anim-top .trial-box {
        height: auto;
    }


    .gx_300 {
        --bs-gutter-x: 100px;
        --bs-gutter-y: 30px;
    }
	.map_tab_content img {
        margin-top: 0;
        max-width: 100%;
        transform: scale(1.7) translateY(-60px) translateX(-38px);
        float: none;
        margin-right: 0;
	}

}

.single-blog-menu,
.text-box.style9,
.image-text.style3 .text.style1,
.image-text.style3 .text.style2,
.clr_red,
.page-banner-style2,
.breadcrumb-link,
.fc_links a,
.footer-copyright p,
.image-text.style2 .bottom,
.header-nav .phone-call span,
.text-slider.style2 .title,
.section_sub_heading,
.hero-subheading,
#menu-main-menu > li > a {
    background: rgba(0,0,0,0.005) !important;
}

#menu a:focus-visible,
.footer_links a:focus-visible,
.related-links a:focus-visible,
.cta-btn:focus-visible,
.nav-tabs .nav-link:focus-visible,
.gform_wrapper input:focus-visible,
.gform_wrapper textarea:focus-visible,
.gform_wrapper select:focus-visible {
    outline: 2px solid #B32135;
    outline-offset: 2px;
}

#menu .menu-item-has-children.menu-open > .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

section.bg_blue {
    background:transparent;
	position: relative;
}

section.bg_blue:before {
	content: "";
	background: #080F1D;
	position: relative;
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

section.bg_blue > div:not(.container) ,
section.bg_blue > img {
	z-index: 1;
}

section.bg_blue > .container {
	position: relative;
	z-index: 2;
}

section.bg_blue_dark {
    background:transparent;
	position: relative;
}

section.bg_blue_dark:before {
	content: "";
	background: #070D1A;
	position: relative;
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

section.bg_blue_dark > div:not(.container) ,
section.bg_blue_dark > img {
	z-index: 1;
}

section.bg_blue_dark > .container {
	position: relative;
	z-index: 2;
}

body.single-post .content-text.style5.plain-text h1, body.single-post .content-text.style5.plain-text h2, body.single-post .content-text.style5.plain-text h3, body.single-post .content-text.style5.plain-text h4, body.single-post .content-text.style5.plain-text h5, body.single-post .content-text.style5.plain-text h6 {
    font-weight: 700;
}