body {
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-family: 'Lato';
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
    line-height: 24px;
}

html,
body {
    height: 100%;
}
dl, ol, ul {
    padding-left: 20px;
}
.main-wrapper {
    position: relative;
    overflow-x: hidden
}

.main-wrapper.alt {
    overflow-x: visible
}



a {
    color: rgba(0, 0, 0, 0.7);
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: rgba(0, 0, 0, 0.7)
}

a:focus,
input:focus,
button:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none !important;
    box-shadow: none !important
}

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

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    margin-bottom: 15px;
    font-family: 'Anton';
}

h1,
.h1 {
    font-size: 58px;
    line-height: 110%;
}

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

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

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

h5,
.h5 {
    font-size: 26px;
    line-height: 110%;
}

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


p {
    margin-bottom: 20px;
}


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

.text_white,
.text_white > * {
    color: #fff
}

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

img {
    user-select: none;
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE/Edge */
}

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

.container {
    max-width: 1200px
}

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

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

.cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 20px 35px;
    font-weight: 700;
    font-size: 18px;
    padding-top: 18px;
    border: 1px solid transparent;
    min-width: 220px;
    font-family: 'Lato';
    border-radius: 10px
}

.btn_default {
    background: #D60305;
    color: #fff;
    border-color: #D60305
}

.btn_default:hover {
    background: #a50203;
    color: #fff;
    border-color: #a50203
}

.btn_border_red {
    color: #fff;
    border-color: #D60305
}

.btn_border_red:hover {
    background: #D60305;
    color: #fff
}

.btn_border_white {
    border-color: #fff;
    color: #fff
}

.btn_border_white:hover {
    background: #fff;
    color: #D60305
}

.btn_blue {
    background: #5873AD;
    color: #fff;
    border-color: #5873AD
}

.btn_blue:hover {
    background: #D60305;
    color: #fff;
    border-color: #D60305
}

.header-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 25px 0;
    border-bottom: 1px solid rgba(122, 122, 122, 0.55)
}

.site-logo {
    display: inline-block;
    width: 200px
}

.site-logo span {
    font-family: 'Bebas Neue';
    color: #fff;
    font-size: 24px;
    letter-spacing: 5px;
    width: 215px;
    margin-top: 3px
}

.header-call {
    display: flex;
    align-items: center
}

.header-call .icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    background: #D60305;
    color: #fff;
    border-radius: 10px
}

.header-action {
    margin-left: 20px;
}

.header-call span {
    color: rgba(255, 255, 255, 0.55);
    font-size: 14px;
    line-height: 30pxpx
}

.header-call a {
    color: #fff;
    font-family: 'Anton';
    font-size: 26px
}

.header-call a:hover {
    color: #D60305
}

.header-call .icon:hover {
    color: #fff
}

.mainmenu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.mainmenu ul li {
    display: inline-block;
    margin: 0 13px;
    position: relative
}

.mainmenu ul li a {
    color: rgba(255, 255, 255, 0.55);
    font-size: 16px;
    display: block;
    padding: 10px 0
}

.mainmenu ul li a:hover {
    color: #fff
}

.mainmenu ul li.has-submenu > a::after {
    position: absolute;
    content: "";
    right: -15px;
    width: 7px;
    height: 7px;
    border-right: 1px solid rgba(255, 255, 255, 0.55);
    ;
    border-bottom: 1px solid rgba(255, 255, 255, 0.55);
    ;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
}

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

.mainmenu ul li a:hover,
.mainmenu ul li:hover > a {
    opacity: 1;
}

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

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

.mainmenu ul ul a {
    color: #151515
}

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

.mainmenu ul li > ul > li a {
    padding: 8px 7px;
    display: block;
}

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

.text_white,
.text_white > * {
    color: #fff
}

.hero-area {
    background: #151515;
    position: relative;
    padding-top: 160px;
    padding-bottom: 0px;
    z-index: 1;
    overflow: hidden
}

.hero-top {
    padding-bottom: 120px;
}

.hero-area .hero_bg {
    position: absolute;
    top: -75px;
    left: 0;
    width: 80%;
    height: auto;
    object-fit: cover;
    mix-blend-mode: overlay;
    z-index: -1;
}

.hero-text .h1 {
    font-size: 110px;
    text-transform: uppercase;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 200px;
}

.hero-text .h1 span:last-child {
    transform: translateX(80px);
}

.hero-text .h2 {
    text-transform: uppercase;
    font-size: 90px;
    display: flex;
    justify-content: center;
    gap: 170px;
}

.hero-text .h2 > span:last-child {
    transform: translateX(130px);
}

.hero-text-left .title {
    font-weight: 900;
    color: #B8B8B8;
    text-transform: uppercase;
    font-family: 'Lato';
    font-size: 20px
}

.hero-text {
    margin-bottom: 40px;
}

.hero-bottom {
    position: relative;
    z-index: 1;
    padding: 50px 0;
    background: #5873AD;
}

.hero-bottom .bg_image {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: luminosity
}

.hero-bottom .title {
    font-size: 140px
}

.hero_center_bg {
    position: absolute;
    bottom: 0;
    left: calc(50% + 50px);
    transform: translateX(-50%);
    z-index: 11;
    width: 580px;
}

.hero_shape {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    width: 600px;
    height: 600px
}

.bg_dark {
    background: #151515
}

.counter-box .title {
    font-size: 70px;
    margin-right: 20px;
    margin-bottom: 0
}

.counter-box {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
}

.gx_50 {
    --bs-gutter-x: 80px
}

.counter-area [class*="col-md-"] {
    border-right: 1px solid rgba(112, 112, 112, 0.4)
}

.counter-area [class*="col-md-"]:last-child {
    border: none
}

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

.text_deep {
    color: #1F2B4D
}

.text_blue {
    color: #5873AD
}

.list-circle-box {
    padding-left: 40px;
    position: relative;
    margin: 20px 0;
    font-size: 16px
}

.list-circle-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background: #3E5A96;
    border-radius: 50%;
}

.list-circle-box .title {
    font-family: 'Lato';
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px
}

.video-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: luminosity
}

.video-box {
    position: relative;
    z-index: 1;
    height: 475px;
    background: #151515;
    margin-top: 50px
}


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

.play_btn {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 20px
}

.play_btn:hover span {
    text-decoration: underline
}

.play_btn:hover {
    color: #fff
}

.play_btn .icon {
    width: 80px;
    height: 80px;
    min-width: 80px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    background: #D60305;
    color: #fff;
    border-radius: 50%
}

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

.content_list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 20px 0
}

.content_list li {
    padding-left: 35px;
    position: relative;
    font-size: 17px;
    margin: 15px 0;
}

.content_list li::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 17px;
    height: 17px;
    background: #3E5A96;
    border-radius: 50%;
}

.content_list li .title {
    font-family: 'Lato';
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.bg_dark .content_list li .title, .bg_deep_dark .content_list li .title{
	color:#fff
}

.f_lato {
    font-family: 'Lato';
}

.content-text .cta-btn {
    margin-top: 20px
}

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

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

.shape_bottom_left {
    min-width: 800px;
    position: absolute;
    bottom: -130px;
    left: -46%;
    width: 1200px;
}

.c_form {
    padding: 70px;
    background: #151515;
    margin-top: 50px
}

.c_form label {
    display: none !important
}

.c_form ul {
    padding: 0;
    list-style: none
}

.c_form ul li {
    margin-bottom: 20px
}

.c_form input,
.c_form textarea {
    width: 100% !important;
    padding: 10px 30px !important;
    height: 75px !important;
    background: #242424 !important;
    border: none !important;
    color: #fff !important;
    font-size: 16px !important
}

.c_form input::placeholder,
.c_form textarea::placeholder {
    opacity: 0.4
}

.gform-theme--foundation .gform_fields {
    row-gap: 20px !important
}

.c_form textarea {
    min-height: 160px !important;
    padding-top: 20px !important
}

.fs_80 {
    font-size: 80px
}

.fs_60 {
    font-size: 60px;
}

.c_form form {
    margin-top: 30px !important
}

.ginput_container_select .select {
    position: relative
}

.select-hidden {
    display: none !important;
}

ul.select-options {
    display: none;
}

.select-styled {
    padding: 10px 30px !important;
    width: 100% !important;
    position: relative !important;
    height: 75px !important;
    padding-top: 28px !important;
    font-size: 16px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: rgba(255, 255, 255, 0.42) !important;
    background: #242424 !important;
    cursor: pointer !important;
}

.select-styled:after {
    content: "";
    border: 2px solid rgba(255, 255, 255, 0.54);
    width: 10px;
    height: 10px;
    position: absolute;
    top: calc(50% - 4px);
    right: 15px;
    z-index: 55;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.select-styled.active:after {
    -webkit-transform: rotate(-135deg) translateY(-50%);
    transform: rotate(-135deg) translateY(-50%);
}

ul.select-options {
    display: none;
    background: #242424 !important;
    position: absolute;
    top: 100%;
    z-index: 222;
    left: 0px;
    padding: 20px 30px;
    box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.15);
    width: 100%;
}

ul.select-options li {
    color: #fff;
    cursor: pointer;
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #3c3c3c;
}

ul.select-options li:last-child {
    border: none;
}

ul.select-options li:hover {
    color: #D60305;
}

ul.select-options li:first-child {
    display: none;
}

.select-styled.iss {
    color: #fff !important;
}

.divider hr {
    margin: 0;
    border-color: #707070;
    opacity: 0.46
}

.divider.style2 hr {
    margin: 0;
    opacity: 0.2;
    border-top: 2px solid #5873AD;
}

.section-heading {
    width: 85%;
    margin: 0 auto 50px
}

.box.style1 {
    position: relative;
    display: block;
    height: 460px
}

.box.style1 img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.box.style1 .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    z-index: 1;
    transition: all 0.4s
}

.box.style1 .h3 {
    text-transform: uppercase;
    margin: 0
}

.box.style1::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(21, 21, 21, 0.71) 0%, rgba(21, 21, 21, 0) 100%);
    transition: all 0.4s
}

.box.style1 .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 30px;
    background: rgba(21, 21, 21, 0.7);
    transition: all 0.4s;
    opacity: 0;
    visibility: hidden;
    z-index: 1
}

.box.style1 .hover .h3 {
    margin-bottom: 15px;
    font-size: 30px
}

.box.style1:hover .info {
    opacity: 0;
    visibility: hidden
}

.box.style1:hover .hover {
    opacity: 1;
    visibility: visible
}

.box.style1:hover::after {
    opacity: 0;
    visibility: hidden
}

.rotate-counter-area {
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.21);
}

.rotate-counter-area.top {
    background: #5873AD;
    transform: skewY(5deg);
    overflow: hidden;
    padding: 20px 0;
}

.rotate-counter-area.bottom {
    transform: skewY(-4deg) translateY(-115px);
    background: #5873AD;
    overflow: hidden;
    padding: 20px 0;
}

.rotate-counter-box {
    color: #fff;
    padding: 10px 30px;
    text-align: center;
    direction: ltr;
    position: relative
}

.rotate-counter-box::before {
    position: absolute;
    content: "";
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30.653" height="31.619" viewBox="0 0 30.653 31.619"><g id="Group_20941" data-name="Group 20941" opacity="0.699"><rect id="Rectangle_11642" data-name="Rectangle 11642" width="4.08" height="31.619" transform="translate(13.286)" fill="%23fff"/><rect id="Rectangle_11643" data-name="Rectangle 11643" width="5.005" height="30.653" transform="translate(30.653 13.307) rotate(90)" fill="%23fff"/><rect id="Rectangle_11644" data-name="Rectangle 11644" width="5.005" height="30.653" transform="translate(24.394 3.203) rotate(45)" fill="%23fff"/><rect id="Rectangle_11645" data-name="Rectangle 11645" width="5.005" height="30.653" transform="translate(27.933 24.877) rotate(135)" fill="%23fff"/></g></svg>') no-repeat scroll center center/cover;
    width: 30px;
    height: 30px;
    left: -20px;
    top: 50%;
    transform: translateY(-50%)
}

.rotate-counter-box {
    display: flex;
    align-items: center;
    font-size: 20px
}

.rotate-counter-box .title {
    font-size: 60px;
    margin: 0;
    margin-right: 20px
}

.rotate-counter-box > div {
    width: 150px;
    text-align: left;
}

.rotate-carousel-area {
    padding: 80px 0;
    padding-bottom: 20px
}

.box.style3 {
    padding: 40px;
    border-top: 3px solid #151515;
    background: rgba(21, 21, 21, 0.04);
    margin-top: 40px;
    height: calc(100% - 40px);
    position: relative;
    display: block
}

.box.style3 .title {
    text-transform: uppercase;
    margin-bottom: 15px;
    padding-right: 30px;
    font-size: 28px
}

.box.style3 .sub-title {
    color: #C72E17;
    margin-bottom: 10px
}

.box.style3 .cta-btn {
    color: #151515;
    margin-top: 20px;
    min-width: 170px;
    padding: 16px 23px;
    padding-bottom: 18px;
    font-size: 17px;
}

.box.style3 .thumb {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 20px;
}

.box.style3 .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #151515;
    padding: 40px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    line-height: 22px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s
}

.box.style3:hover .hover {
    opacity: 1;
    visibility: visible
}

.box.style3 .hover p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.box.style3 .hover .thumb {
    position: absolute;
    right: 40px;
    top: -25px;
    width: 100px;
    height: 100px
}

.box.style3 .hover .cta-btn {
    margin-top: 15px;
    color: #fff
}

.box.style3 .hover {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    ;
}

.box.style3 .info {
    transition: all 0.4s;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}



.icon-teaser {
    color: rgba(255, 255, 255, 0.7);
    padding: 50px
}

.icon-teaser .title {
    font-family: 'Lato';
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #fff;
    margin: 15px 0;
    line-height: 28px
}

.icon-teaser-area .col-md-4 {
    border-bottom: 1px solid rgba(112, 112, 112, 0.46);
    border-right: 1px solid rgba(112, 112, 112, 0.46);
    padding: 0
}

.icon-teaser-area .col-md-4:nth-child(3n) {
    border-right: none;
}

.icon-teaser-area .col-md-4:nth-last-child(-n+3) {
    border-bottom: none;
}

.icon-teaser-area .col-md-4:nth-child(3n-2) .icon-teaser {
    padding-left: 0;
    padding-right: 100px
}

.icon-teaser img {
    height: 60px;
    margin-bottom: 20px
}

.icon-box-cta {
    background: #D60305;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    transition: clip-path 0.3s ease;
	align-items:flex-start !important
}

.icon-box-cta .cta-btn {
    margin-top: 20px;
    min-width: inherit
}

.icon-teaser-inner {
    margin-top: 60px
}

.divider.light {
    background: #151515
}

.divider.light hr {
    border-color: rgba(112, 112, 112, 0.46);
    opacity: 1
}

.location-tab-content {
    margin-top: 50px
}

.c_tabs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right
}

.c_tabs ul li {
    display: inline-block;
}

.c_tabs ul li button::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #D60305;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.4s
}

.c_tabs ul li button {
    font-size: 36px;
    font-family: 'Anton';
    color: rgba(255, 255, 255, 0.14);
    text-transform: uppercase;
    line-height: 110%;
    padding-left: 20px;
    position: relative;
    margin-left: 5px
}

.c_tabs ul li button:hover {
    color: #fff
}

.c_tabs ul li button.active {
    color: #fff
}

.c_tabs ul li button.active::before {
    opacity: 1
}

.bg_deep_dark {
    background: rgb(0, 0, 0)
}

.column_two {
    column-count: 2;
}

.column_two li {
    margin-top: 0;
    margin-bottom: 20px
}

.get_to_know_justin {
    position: absolute;
    bottom: -70px;
    right: -240px;
    z-index: -1;
    min-width: 1260px;
}

.fs_20 {
    font-size: 22px;
    line-height: 28px
}

.fs_30 {
    font-size: 30px;
}

.faqs_accordion .accordion {
    border: none
}

.faqs_accordion .accordion-item {
    border-radius: 0 !important;
    border: none;
    border-bottom: 1px solid rgba(112, 112, 112, 0.46)
}

.faqs_accordion .accordion-button {
    border: none;
    border-radius: 0;
    padding: 30px 0;
    color: rgba(0, 0, 0, 0.7);
    font-size: 18px;
    font-family: 'Lato';
}

.faqs_accordion .accordion-button:focus {
    outline: none;
    box-shadow: none
}

.accordion-item:first-of-type .accordion-button {
    border-radius: 0
}

.accordion-button:not(.collapsed) {
    color: #000;
    font-weight: 600;
    background-color: transparent;
    box-shadow: none;
}

.accordion-body {
    font-family: 'Lato';
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
    padding: 0 0 30px
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23D60305'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.footer-cta .inner {
    padding: 70px;
    color: #fff;
    background: #3E5A96;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 95% 100%, 0 100%);
    transition: clip-path 0.3s ease;
    position: relative;
    z-index: 11
}

.footer-cta .h1 {
    font-size: 75px
}

.footer-area {
    background: #151515;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
    z-index: 1
}

.footer-shape {
    position: absolute;
    left: -5%;
    top: -20%;
    width: 700px;
}

.footer-top {
    margin-top: -175px;
    padding-top: 280px;
    padding-bottom: 110px;
}

.footer-left-top {
    display: flex;
    align-items: center
}

.footer-area ul {
    margin: 0;
    padding: 0;
    list-style: none
}

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

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

.footer-social li a {
    font-size: 22px;
    color: #fff;
    display: block
}

.footer-social li a:hover {
    transform: translateY(-5px);
    color: #D60305
}

.footer-logo-text {
    display: inline-block;
    width: 270px;
    margin-right: 60px;
}

.footer-images {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    margin-top: 50px
}

.footer-images .item {
    width: 20%;
    padding: 0 8px;
    color: rgba(255, 255, 255, 0.44);
    font-size: 11px;
    line-height: 13px
}

.footer-images .item img {
    margin-bottom: 15px;
    max-height: 85px;
    margin-left: auto;
    margin-right: auto;
}

.footer_title {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Anton';
    font-size: 26px;
    margin-bottom: 30px
}

.footer_links li {
    margin-bottom: 14px
}

.footer_links li a {
    display: block;
    color: rgba(255, 255, 255, 0.44);
}

.footer_links li a:hover {
    color: #fff
}

.gx_125 {
    --bs-gutter-x: 125px;
}

.footer-bottom {
    padding-top: 40px;
    border-top: 1px solid rgba(112, 112, 112, 0.15);
    padding-bottom: 70px
}

.footer-bottom li {
    display: inline-block;
    padding: 0px 10px;
    border-right: 1px solid rgba(255, 255, 255, 0.44);
}

.footer-bottom li:first-child {
    padding-left: 0
}

.footer-bottom li:last-child {
    border-right: none;
    padding-right: 0
}

.footer-bottom p,
.footer-bottom a {
    color: rgba(255, 255, 255, 0.44);
    font-size: 16px
}

.footer-bottom a:hover {
    color: #fff
}

.footer-logo {
    padding-top: 50px
}

.video_shape {
    position: absolute;
    bottom: -120px;
    right: -34%;
    width: 700px;
    z-index: 11;
}

.service_shape {
    position: absolute;
    top: -58%;
    right: -44%;
    width: 900px;
    z-index: -1;
}

.shape_center {
    position: absolute;
    top: -50%;
    right: -23%;
    z-index: -1;
    width: 1000px;
}

.location-tab-content {
    position: relative;
    z-index: 11
}

.slick-dots {
    position: inherit;
    bottom: auto;
    margin: 25px 0;
    margin-top: 15px
}

.slick-dots button::before {
    display: none
}

.slick-dots li {
    width: auto;
    height: auto;
}

.slick-dots button {
    padding: 0 !important;
    width: 7px !important;
    height: 7px !important;
    background: #151515 !important;
    border-radius: 50% !important;
    opacity: 0.3
}

.slick-dots .slick-active button {
    opacity: 1
}

.slick-dotted {
    margin-bottom: 0 !important
}

.service-slider .slide {
    padding: 0 8px
}

.service-slider .slick-list {
    margin-left: -20px;
    margin-right: -20px
}

.service-slider .slick-track {
    display: flex;
}

.service-slider .slide {
    height: auto !important
}

.slick-arrow::before {
    display: none
}

.slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #151515;
    border: 1px solid #fff;
    background: #fff;
    z-index: 11
}

.slick-arrow:hover,
.slick-arrow:focus {
    background: #D60305;
    color: #fff;
    border-color: #D60305
}



.service-slider .slick-next {
    right: -7px
}

.service-slider .slick-prev {
    left: -7px
}

.hero_center_bg_tablet {
    display: none
}

.animated-text {
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: bottom;
    height: 1.2em;
    /* adjust to font size */
    margin-left: 8px;
    display: inline-flex
}

.slide-words {
    display: inline-block;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
    text-align: left;
    margin-left: 20px;
    position: relative;
    top: -3px
}

.slide-words span {
    display: block;
    height: 1.2em;
    line-height: 1.2em;
}

.heading-dots span {
    display: inline !important
}

.c_form label {
    display: none !important
}

.c_form .gform_footer {
    justify-content: flex-end
}

.gform_footer input.gform_button {
    width: auto !important;
    background: #1F2B4D !important;
    color: #fff !important;
    border-color: #1F2B4D !important;
    gap: 7px !important;
    padding: 24px 35px !important;
    font-weight: 700 !important;
    font-size: 17px !important;
    border: 1px solid transparent !important;
    min-width: 220px !important;
    font-family: 'Lato' !important;
    height: auto !important;
    border-radius: 0 !important;
    transition: all 0.4s;
    text-transform: uppercase !important;
    width: 100% !important;
    border-radius: 10px !important
}

.gform_footer input.gform_button:hover {
    background: #3E5A96 !important;
    color: #fff !important;
    border-color: #3E5A96 !important;
}

.gform_confirmation_message {
    color: #fff !important
}

.rotate-counter-box > div {
    min-height: 50px;
    display: flex;
    align-items: center;
}

.group_btn .cta-btn {
    margin-right: 20px;
}

.hero-text .h1.heading-dots {
    display: block
}

.hero-text .h1.heading-dots span {
    transform: translateX(0px)
}

.content-area.form-area {
    position: relative;
}

.content-area.form-area .container {
    position: relative;
}

.content-area.form-area .content-img img {
    position: absolute;
    bottom: -70px;
    width: 500px;
    right: 0;
}

.c_form.style2 {
    padding: 0;
    background: transparent;
}

.counter-area.bg_dark {
    background: #242424;
}

.c_form.style2 .gform-footer {
    justify-content: flex-start
}

.c_form.style2 .gform-footer .gform_button {
    text-transform: uppercase
}

.group_btn.alt {
    margin-top: 30px
}

.group_btn.alt .cta-btn {
    margin: 5px 10px
}

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

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

.video-review-box {
    position: relative;
    z-index: 1;
    height: 290px;
}

.video-review-box > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-review-box a.play_btn {
    position: absolute;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    gap: 10px;
    z-index: 1;
}

.video-review-box a.play_btn .icon {
    width: 68px;
    min-width: 68px;
    height: 68px;
    min-height: 68px;
    margin: 0 auto;
}

.video-review-box a.play_btn:hover span {
    text-decoration: none !important
}

.video-review-box::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.2;
    z-index: 0;
}

.icon-teaser-area {
    background: #3E5A96;
}

.icon-teaser-area .heading-dots span {
    color: #1F2B4D !important;
}

.btn_dark {
    background: #1F2B4D;
    color: #fff;
    border-color: #1F2B4D
}

.btn_dark:hover {
    background: #D60305;
    color: #fff;
    border-color: #D60305;
}

.icon-box-cta {
    background: #1F2B4D;
}

.c_form.style2 {
    padding: 50px;
    background: #fff;
    border: 3px solid #5873AD;
    position: relative;
    z-index: 1
}

.c_form.style2 .bg_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    object-position: top;
}

.c_form.style2::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(88, 115, 173, 0) 0%, rgba(88, 115, 173, 0.61) 58%, rgba(88, 115, 173, 1) 100%)
}

.c_form.style2 .inner {
    position: relative;
    z-index: 1
}

.c_form input,
.c_form textarea {
    width: 100% !important;
    padding: 10px 25px !important;
    height: 70px !important;
    background: rgba(255, 255, 255, 0.8) !important;
    border: none !important;
    color: #111 !important;
    font-size: 16px !important;
    border: 1px solid rgba(88, 115, 173, 0.8) !important;
    border-radius: 0 !important
}

.select-styled {
    padding: 10px 25px !important;
    width: 100% !important;
    position: relative !important;
    height: 70px !important;
    padding-top: 28px !important;
    font-size: 16px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: rgba(17, 17, 17, 0.71) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    border: 1px solid rgba(88, 115, 173, 0.8) !important;
    cursor: pointer !important;
}

.select-styled:after {
    border: 2px solid #111;
    border-width: 0 2px 2px 0;
}

.select-styled.iss {
    color: #111 !important;
}

ul.select-options {
    background: #fff !important
}

ul.select-options li {
    color: #111
}

.content-area.top-negative-space {
    padding-top: 300px;
    margin-top: -220px;
}

.form_shadow {
    position: absolute;
    bottom: -113px;
    z-index: -1;
    width: 100%;
    left: 0
}

.c_form {
    margin-top: 25px
}

.play_btn .icon {
    transition: all 0.3s;
    background: #5873AD;
}

.play_btn:hover .icon {
    background: #D60305
}

.bg_blue {
    background: #5873AD
}

.counter-area [class*="col-md-"] {
    border-right: 1px solid rgb(255 255 255 / 40%);
}

.rotate-carousel-area {
    position: relative
}

.rotate-carousel-area .stats_shadow {
    position: absolute;
    bottom: 180px;
    z-index: -1;
    width: 100%;
}

.icon-teaser-area .col-md-4 {
    border-bottom: 1px solid rgb(209 209 209 / 12%);
    border-right: 1px solid rgb(209 209 209 / 12%);
}

footer.footer-area.alt .footer-top {
    margin: 0;
    padding-top: 100px;
}

.header-area.alt {
    position: inherit
}

.footer-cta {
    padding-top: 70px
}

.innertext {
    height: 200px;
    overflow-y: scroll;
}

.innertext {
    /* Firefox scrollbar */
    scrollbar-width: thin;
    /* options: auto | thin | none */
    scrollbar-color: red #ffffff;
    /* thumb | track */
    overflow-y: auto;
    /* ensure scroll is active */
    padding-right: 10px
}

/* Chrome, Edge, and Safari */
.innertext::-webkit-scrollbar {
    width: 6px;
}

.innertext::-webkit-scrollbar-track {
    background: #ffffff;
}

.innertext::-webkit-scrollbar-thumb {
    background-color: red;
    border-radius: 10px;
    border: 2px solid #ffffff;
}

/* Optional hover effect */
.innertext::-webkit-scrollbar-thumb:hover {
    background-color: #cc0000;
}

.box.style1 video.service-video,
.box.style1 video.service-video-alt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.form-area .h1 {
    text-transform: uppercase
}

.no_dots_bullet .list-circle-box::before {
    display: none
}

.text_upper {
    text-transform: uppercase
}

.text_notes {
    font-size: 18px;
    font-weight: 700
}

.box.style3 .sub-title.numbers {
    width: 80px;
    height: 80px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #3E5A96;
    color: #fff;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 15px;
}

.alt-cta .box.style3 {
    background: #151515;
    color: #fff;
}

.alt-cta .box.style3 .bg_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    display: flex;
    opacity: 0.1;
}

.alt-cta .box.style3 .cta-btn {
    color: #fff
}

.alt-cta .box.style3 .info {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.n_top_btn {
    background: #3E5A96;
}

.n_top_34 {
    margin-top: -34px;
    padding-top: 104px
}

.cta-btn {
    text-transform: uppercase
}

.relative_bg {
    position: relative;
    overflow: hidden;
    /* ensures fade works without overflow */
    z-index: 1
}

.relative_bg .bg_image {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 1) 70%, rgba(0, 0, 0, 0) 100%);
    mask-repeat: no-repeat;
    mask-size: cover;
    opacity: 1;
    z-index: -1;
    opacity: 0.45;
    /* mix-blend-mode: multiply; */
}

.box.style3 {
    background: #f1f1f1;
}

.bottom_navigation {
    position: fixed;
    bottom: 0 !important;
    width: 100%;
    left: 0;
    z-index: 97;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: bottom 0.2s ease-in-out;
    transition: bottom 0.2s ease-in-out;
    background: #080808;
}

.navigation_bottom_wrap {
    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;
    margin: 0;
    padding: 0;
    list-style: none
}

.navigation_bottom_wrap li {
    width: 33%;
    text-align: center;
}

.navigation_bottom_wrap li a {
    color: #fff;
    display: flex;
    padding: 10px;
    flex-direction: column;
    font-family: 'Anton';
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.navigation_bottom_wrap li a small {
    display: block;
    font-size: 10px;
    line-height: normal;
    color: #fff;
    margin-top: 5px;
}

.navigation_bottom_wrap li a i {
    color: #D60305;
    font-size: 17px;
    margin-bottom: 2px;
    opacity: 0.7;
}

.hero-area .cta-btn {
    position: relative;
    z-index: 11
}

.plain-text h1,
.plain-text h2,
.plain-text h3,
.plain-text h3,
.plain-text h4,
.plain-text h5,
.plain-text h6 {
    text-transform: uppercase
}

.plain-text hr {
    margin: 30px 0
}

.plain-text h3 {
    font-size: 36px
}

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

.plain-text a {
    text-decoration: underline;
    color: #000;
    font-weight: 700
}

.plain-text a:hover {
    text-decoration: none;
    color: #D60305
}

.gfield_required {
    display: none !important;
}

.ginput_container_consent label {
    display: block !important;
    color: #fff !important;
}

.ginput_container_consent input {
    padding: 0 !important;
    width: auto !important;
    height: 20px !important;
    position: relative;
    top: 2px
}

.ginput_container_consent label a {
    color: #fff !important;
    text-decoration: underline;
    font-weight: 600;
}

.ginput_container_consent label a:hover {
    text-decoration: none !important
}

.footer-images .item {
    height: 101px;
    display: flex;
    align-items: center
}

.error404 .header-area {
    background: #151515;
}

.error-page {
    padding-top: 250px;

}

.page-banner.style2 {
    background: #151515;
    color: #fff;
    overflow: hidden;
    padding-top: 180px;
    position: relative;
    z-index: 1
}

.page-banner.style2 .inner {
    position: relative
}

.page-banner.style2 .subheading {
    text-transform: uppercase;
    color: #fff;
    font-size: 24px;
}

.page-banner.style2 .image_right {
    position: absolute;
    top: -55px;
    right: 0;
    width: 340px;
}

.page-banner.style2 .heading_bg {
    font-weight: 700;
    font-size: 345px;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: #fff;
    position: absolute;
    left: 0px;
    width: 100%;
    line-height: 1;
    top: 132px;
    opacity: 0.1;
    z-index: 0;
    user-select: none;
    left: 50%;
    transform: translateX(-50%);
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
}

.page-banner.style2 .hero_bg {
    position: absolute;
    top: -75px;
    right: 0;
    width: 80%;
    height: auto;
    object-fit: cover;
    mix-blend-mode: overlay;
    z-index: -1;
}

.christmas-logo {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.christmas-logo img {
    display: block;
    width: 100%;
}

/* Glowing animated overlay */
.light-overlay {
    position: absolute;
    bottom: 15px;
    left: auto;
    right: 0;
    height: 25px;
    background: repeating-linear-gradient(to right,
            rgba(255, 0, 0, 0.9) 0,
            rgba(255, 0, 0, 0.9) 15px,
            rgba(0, 255, 0, 0.9) 15px,
            rgba(0, 255, 0, 0.9) 30px,
            rgba(0, 200, 255, 0.9) 30px,
            rgba(0, 200, 255, 0.9) 45px,
            rgba(255, 255, 0, 0.9) 45px,
            rgba(255, 255, 0, 0.9) 60px);
    filter: blur(8px);
    border-radius: 4px;
    animation: blink 1.2s infinite alternate;
    mix-blend-mode: screen;
    opacity: 0.8;
    width: 100%;
}

@keyframes blink {
    0% {
        opacity: 0.3;
        filter: brightness(0.8) blur(6px);
    }

    50% {
        opacity: 1;
        filter: brightness(1.6) blur(8px);
    }

    100% {
        opacity: 0.4;
        filter: brightness(1) blur(6px);
    }
}

.promotion-box.box.style3 {
    padding: 0;
    border-top: 0;
    border-bottom: 3px solid #151515;
    margin: 0;
    height: 100%;
    transition: all 0.4s
}

.promotion-box.box.style3:hover {
    transform: translatey(-6px)
}

.promotion-box.box.style3 .text {
    padding: 30px
}

.promotion-box.box.style3 .text h3 {
    margin: 0
}

.promotion-box.box.style3 > a {
    position: absolute;
    opacity: 0;
    font-size: 0;
    width: 100%;
    height: 100%;
}

.footer-area.alt_bg {
    background: #111;
}

.page-banner.style3 {
    background: #5873AD;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 20px
}

.page-banner.style3 .banner_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    mix-blend-mode: multiply;
    opacity: 0.6;
    object-fit: cover;
    object-position: center
}

.page-banner.style3 .inner {
    position: relative
}

.page-banner.style3 .image_right {
    position: absolute;
    width: 50%;
    top: -60px;
    right: 0;
}

.icon-teaser-alt {
    padding: 30px;
    text-align: center;
    background: #f1f1f1;
    border-bottom: 3px solid #151515;
    height: 100%;
}

.icon-teaser-alt .title {
    font-size: 26px;
    line-height: 110%;
}

.icon-teaser-alt img {
    height: 80px;
    margin: 0 auto 25px;
}

.c_form.style_2 input,
.c_form.style_2 textarea {
    background: #1e1e1e !important;
    border: none !important;
    color: #fff !important;
    border: none;
}

.c_form.style_2 .gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):checked::before,
.c_form.style_2 .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):checked::before {
    opacity: 1;
    color: #fff !important;
}

.c_form.style_2 input[type="submit"] {
    width: auto !important;
    background: #D60305 !important;
}

.c_form.style_2 input[type="submit"]:hover {
    background: #a50203 !important;
    color: #fff !important;
    border-color: #a50203 !important;
}

.c_form.style_2 {
    background: #111
}

.form-notice {
    padding: 50px;
    text-align: center;
    background: #3E5A96;
    color: #fff;
    margin-top: 40px;
    font-size: 18px;
    clip-path: polygon(0 0, 100% 0, 100% 78%, 95% 100%, 0 100%);
    transition: clip-path 0.3s ease;
}

.form-rules {
    margin-top: 40px;
    color: #ffffff70;
    font-size: 14px;
    line-height: 20px;
}

.header-action .cta-btn {
    margin-right: 20px;
    padding: 18px 20px;
    font-size: 16px;
	min-width:inherit
}

.page-banner.style4 {
    padding: 0;
}

.page-banner.style4 img {
    width: 100%
}

.breadcrumb-menu {
    padding-bottom: 80px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.breadcrumb-menu.alt {
    color: #333
}

.breadcrumb-menu .separator {
    margin: 0 5px;
}

.breadcrumb-menu a {
    color: #fff
}

.breadcrumb-menu.alt a {
    color: #222
}

.breadcrumb-menu a:hover {
    text-decoration: underline
}

.page-banner.style2 {
    padding-top: 125px
}

.page-banner.style4 {
    padding: 0;
    position: relative;
}

.page-banner.style4 .breadcrumb-menu, .page-banner-alt .breadcrumb-menu, .hero-area.banner-style2 .breadcrumb-menu{
    position: absolute;
    left: 0;
    width: 100%;
    padding: 5px 0;
    background: #00000030
}
.page-banner-alt .breadcrumb-menu, .hero-area.banner-style2 .breadcrumb-menu {
    top: 113px;
    background: transparent;
    font-size: 12px;
}
.breadcrumb-menu.alt {
    color: #333;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.form-rules li {
    margin: 10px 0;
}

.form-rules li p {
    margin: 0 0 5px;
}

.form-rules a {
    color: #ffffff70;
    text-decoration: underline
}

.form-rules a:hover {
    text-decoration: none;
    color: #fff
}

.form-rules ol,
.form-rules ul {
    padding-left: 0;
    margin-left: 20px;
}

/*Rakesh*/

.page-banner-alt {
    background: #151515;
    position: relative;
    padding-top: 225px;
    padding-bottom: 150px;
    overflow: hidden;
    z-index: 9
}

.page-banner-alt .container {
    position: relative;
    z-index: 9
}

.banner-inner .h1 {
    font-size: 126px
}

.content_list.style2 li:last-child {
    margin: 0
}

.content_list.style2 li {
    padding-left: 25px;
    position: relative;
    font-size: 21px;
}

.content_list.style2 {
    margin-bottom: 0
}

.content_list.style2 li::before {
    background: #D60305;
    top: 8px;
    width: 10px;
    height: 10px;
}

.about-justin-banner {
    position: absolute;
    width: 52%;
    height: auto;
    object-fit: contain;
    left: 50%;
    top: 100px;
    transform: translateX(-50%);
    mix-blend-mode: overlay;
}

.justin-banner-text {
    position: absolute;
    width: 100%;
    height: 300px;
    object-fit: cover;
    left: 0;
    top: 150px;
    opacity: 0.9;
    z-index: -1
}

.banner-justin-image {
    position: absolute;
    width: 580px;
    bottom: -300px;
    right: -50px;
}

.content-text.style2 .text-box {
    background: rgba(21, 21, 21, 0.08);
    padding: 40px;
    color: rgba(21, 21, 21, 0.7);
    line-height: 150%;
    margin-top: 30px
}

.content-img.style2 img {
    filter: grayscale(1);
}

.text-italic {
    font-style: italic;
    font-size: 16px;
}

.mt-30 {
    margin-top: 30px
}

.mb-30 {
    margin-bottom: 30px
}

.mt-16 {
    margin-top: 16px
}

.mb-16 {
    margin-bottom: 16px
}

.mb-24 {
    margin-bottom: 24px
}

.mt-24 {
    margin-top: 24px
}

.mb-50 {
    margin-bottom: 50px
}

.mt-50 {
    margin-top: 50px
}

.pb_70 {
    padding-bottom: 70px
}

.pt_70 {
    padding-top: 70px
}

.pb_270 {
    padding-bottom: 270px
}

.pb_430 {
    padding-bottom: 430px;
}

.mmb_200 {
    margin-bottom: -200px
}

.mmb_360 {
    margin-bottom: -360px;
}

.calc-height {
    height: calc(100%)
}

.color_deep_wht {
    color: rgba(255, 255, 255, 0.7);
}

.content-text.style3 .text-italic {
    display: block;
    margin-bottom: 16px
}

.content-text.style3 {
    color: rgba(255, 255, 255, 0.7);
}

.icon-teaser.style2 {
    padding: 0;
    text-align: center
}

.icon-teaser.style2 .icon img {
    margin: 0 auto;
    max-width: 180px;
    height: 112px;
    transition: all 0.3s
}

.icon-teaser.style2 .h3 {
    margin-bottom: 0;
    font-size: 34px
}

.counter-area.style2 [class*="col-md-"] {
    border-right: none;
}



.content-text.style4 ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.content-text.style4 ul li {
    margin-bottom: 8px
}

.content-text.style4 ul li:last-child {
    margin-bottom: 20px
}

.content-text.style4 span {
    display: block
}

.text-box.style2 span {
    color: rgba(31, 43, 77, 0.7);
    font-size: 24px;
    margin-bottom: 30px;
    display: block
}

.text-box.style2 {
    background: #fff;
    padding: 70px 50px;
    box-shadow: 15px 30px 40px rgba(88, 115, 173, 0.26);
}

.text-box.style2 .text {
    opacity: 0.7
}

.bg-box-style {
    position: relative
}

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

.justin-about-bg {
    position: relative;
    z-index: 9;
    margin-bottom: -200px
}

.justin-about-bg::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 71%);
    z-index: 1;
}

.justin-about-bg .blue-shape {
    position: absolute;
    left: -20%;
    top: -35%;
    width: 80%;
    z-index: -1;
}

.get_to_know_justin.style2 {
    position: absolute;
    bottom: -31px;
    left: 0;
    z-index: -1;
    width: 95%;
    min-width: 95%;
}

.content-text.style5 .h2 span {
    color: #fff !important
}

.content-text.style5 {
    padding-bottom: 270px
}

.banner-justin-image.style2 {
    width: 45%;
    height: 100%;
    right: 0;
    top: 17%;
    object-fit: cover;
    object-position: top
}

.content-text.style6 ul li {
    font-size: 18px;
}

.icon-teaser-area.style3 .text span {
    font-family: 'Anton';
    font-size: 48px;
    color: #5873AD
}

.icon-teaser-area.style3 .text .title {
    margin-bottom: 0;
    margin-top: 20px
}

.page-banner-counter .title {
    font-size: 60px;
    margin-bottom: 0
}

.banner-style2 .hero_center_bg {
    bottom: -75px
}

.justin-wht {
    position: absolute;
    left: 0;
    bottom: -72%;
    width: 650px;
    z-index: -1;
}

.over-hidden {
    position: relative;
    overflow: hidden
}

.content-text.style2 .text-box.style3 {
    background: rgba(255, 255, 255, 0.05);
    padding: 40px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 150%;
    margin-top: 30px;
}

.content-text .map-location-box {
    display: flex;
    margin-top: 30px
}

.map-location-box .icon span {
    color: #5873AD;
    font-size: 32px;
    margin-right: 20px
}

.map-location-box .text .h4 {
    margin-bottom: 8px;
    font-size: 26px
}

.page-banner-alt.contact-banner .about-justin-banner {
    width: 62%;
    left: 38%;
    top: 35px;
}

.map-location-box .text a {
    color: rgba(31, 43, 77, 0.7);
    font-size: 20px
}

.map-location-box .text a:hover {
    color: #D60305
}

.image-text.style2 {
    height: calc(100%);
    background: rgba(255, 255, 255, 0.05)
}

.image-text.style2 .text-box.style3 {
    background: transparent !important
}

.content-text.style6 {
    color: rgba(31, 43, 77, 0.7);
}

.icon-box-cta.style4 .cta-btn {
    font-size: 14px
}

.icon-box-cta.style4 {
    height: auto;
    background: #5873AD;
    padding: 30px;
    margin-top: 30px;
    height: calc(100% - 30px);
}

.image-text.style3 {
    position: relative;
    margin-top: 30px;
    display: block;
    transition: all 0.3s;
    z-index: 9
}

.image-text.style3:hover {
    transform: translateY(-7px)
}

.image-text.style3 .title {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 24px;
    width: 100%;
    padding: 30px;
    font-size: 30px
}

.image-text.style3::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg,rgba(31, 43, 77, 1) 0%, rgba(31, 43, 77, 0) 100%);
    transition: all 0.3s
}

.content-form.review-form ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.content-form.review-form label {
    display: none
}

.content-form.review-form input, .content-form.review-form select, .content-form.review-form textarea {
    width: 100% !important;
    background: #151515 !important;
    border: none !important;
    border-bottom: 1px solid #707070 !important;
    padding: 15px 0 !important;
    height: 65px !important;
    color: #fff !important;
    font-size: 16px !important;
    border-radius: 0 !important;
}
.content-form.review-form input::placeholder, .content-form.review-form textarea::placeholder{
    opacity: 0.5 !important;
}
.content-form.review-form  .gfield--type-consent input{
    display: none !important;
}
.content-form.review-form  .gfield--type-consent label{
    padding-left: 32px !important;
    position: relative !important;
    display: block !important;
    margin-left: 0;
}
.content-form.review-form  .gfield--type-consent label::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ffffff75;
    border-radius: 5px;
}
.content-form.review-form  .gfield--type-consent input:checked + label::before{
background: #D60305 !important;
border: 1px solid #D60305 !important;
}
.content-form.review-form input[type="submit"]{
    width: auto !important;
    background: #D60305 !important;
    color: #fff !important;
    border-color: #D60305 !important;
    gap: 7px !important;
    padding: 21px 35px !important;
    font-weight: 700 !important;
    font-size: 17px !important;
    border: 1px solid transparent !important;
    min-width: 220px !important;
    font-family: 'Lato' !important;
    height: auto !important;
    border-radius: 0 !important;
    transition: all 0.4s;
    text-transform: uppercase !important;
    width: 100% !important;
    border-radius: 10px !important;
    width: auto !important;
}
.content-form.review-form input[type="submit"]:hover{
    background: #a50203 !important;
    color: #fff !important;
    border-color: #a50203 !important;
}
.content-form.review-form .gform_footer {
    justify-content: flex-end;
}
.content-form.review-form li {
    margin-bottom: 30px
}

.content-form.review-form li:last-child {
    margin-bottom: 0
}

.content-text.slider .step-number, .what-to-do-slide .step-number {
    color: transparent;
    -webkit-text-stroke: 1px #3a3a3a;
    text-stroke: 2px #3a3a3a;
    display: block;
    font-size: 80px;
    font-family: 'Anton';
    line-height: 80px;
    margin-bottom: 30px
}

.content-text.slider .title, .what-to-do-slide .title {
    color: rgba(255, 255, 255, 0.58)
}

.content-text.slider .content_list li, .what-to-do-slide .content_list li {
    margin: 10px 0
}

.content-text.slider .content_list li:last-child, .what-to-do-slide .content_list li:last-child {
    margin-bottom: 0
}

.content-text.slider .content_list li::before, .what-to-do-slide .content_list li::before {
    width: 10px;
    height: 10px;
    top: 8px
}

.content-text.slider .text-box, .what-to-do-slide .text-box {
    margin: 0 30px
}


.content-text.style7 {
    padding-bottom: 70px
}

.content-text.style7 li::before {
    width: 12px;
    height: 12px;
    top: 8px
}

.content-text.style7 li {
    font-size: 18px
}

.justin-wht.style2 {
    position: absolute;
    left: -15%;
    top: 0;
    width: 70%;
    z-index: -1;
}

.groupshape-bg {
    position: absolute;
    width: 65%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}


.content-text.style8 ul li {
    font-size: 18px;
    margin: 10px 0
}

.content-text.style8 li::before {
    width: 12px;
    height: 12px;
    top: 8px
}

.content-text.style8 {
    color: rgba(31, 43, 77, 0.7)
}

.content-text.style-9 ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.content-text.style-9 ul li {
    margin-top: 1px;
    padding-left: 46px;
    position: relative;
}

.content-text.style-9 .icon {
    margin-right: 20px;
    display: block;
    width: 20px;
    height: 20px;
}

.content-text.style-9 .icon img {
    width: 24px;
    position: absolute;
    left: 0px;
    top: 20px;
}

.content-text.style-9 .text span {
    display: block;
    margin-bottom: 10px;
}

.service-process-area .title {
    font-size: 24px;
    margin-top: 30px;
    display: block
}

.service-process-area .icon-teaser.style2 {
    padding: 0 10px
}

.image-text.style3.content .text {
    position: absolute;
    bottom: 0;
    left: 0;
    color: rgba(255, 255, 255, 0.7);
    line-height: 130%;
    font-size: 16px;
    padding: 30px;
    width: 100%
}

.image-text.style3.content .title-style2 {
    margin-bottom: 10px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    padding: 0
}

.content-form.style3 {
    padding: 50px;
    position: relative;
    z-index: 1;
    border: 5px solid #5873AD
}

.content-form.style3 .bg_image {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1
}

.content-form.style3::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, #5873ad 0%, rgba(88, 115, 173, 0) 80%);
    z-index: 0
}

.content-form.style3 form,
.content-form.style3 *:not(img) {
    position: relative;
    z-index: 1
}

.content-form.style3 ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.content-form.style3 ul li {
    padding: 0
}

.content-form.style3 label {
    display: none
}

.content-form.style3 input:not(.gform_button):not([type="checkbox"]),
.content-form.style3 select {
    width: 100% !important;
    background: rgba(255, 255, 255, 0.8) !important;
    border: none !important;
    margin-bottom: 0 !important;
    padding: 15px 20px !important;
    height: 74px !important;
    border-radius: 0 !important;
}

.content-form.style3 textarea {
    width: 100% !important;
    background: rgba(255, 255, 255, 0.8) !important;
    border: none !important;
    margin-bottom: 0 !important;
    padding: 15px 20px !important;
    min-height: 210px !important;
    border-radius: 0 !important;
}
.divider.style2.half-width {
    margin-top: 40px;
    margin-bottom: 40px;
}
.map-iframe iframe{
    width:100%
}
.content-form.style3 .cta-btn {
    width: 100%;
    background: #1F2B4D;
    border: 1px solid #1F2B4D;
    font-size: 17px
}

.content-form.style3 .cta-btn:hover {
    background: #3E5A96 !important;
    color: #fff !important;
    border-color: #3E5A96 !important;
}

.content-form-area {
    position: relative
}

.content-form-area::before {
    position: absolute;
    width: 100%;
    height: 60%;
    bottom: 0;
    left: 0;
    content: "";
    background: rgb(0, 0, 0)
}

.content-form-area .form-shape {
    position: absolute;
    left: 0;
    bottom: -125px;
    width: 100%;
    height: 400px;
    z-index: 1;
}

.content-text.style11 {
    height: calc(100%);
    background: rgba(255, 255, 255, 0.05);
    padding: 30px;
    font-size: 16px
}

.content-text.style11 .title {
    font-size: 24px;
}

.divider.half-width hr {
    width: 80%
}

.contact-form-box {
    margin-top: -300px
}

.contact-form-box .form-shape {
    position: absolute;
    left: 0;
    bottom: -125px;
    width: 100%;
    height: 400px;
    z-index: 1;
}

.contact-form-box .content-form.style3 {
    padding: 40px
}

.page-banner-alt.contact-banner {
    padding-bottom: 100px
}

.image-text.style5 .image-box {
    position: relative;
    display: block;
    height: 100%;
}

.image-text.style5 .map-location-box {
    position: absolute;
    display: flex;
    bottom: 30px;
    left: 30px;
    color: rgba(255, 255, 255, 0.7)
}

.image-text.style5 .image-box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(31, 43, 77, 0.8) 0%, rgba(31, 43, 77, 0) 80%);
    transition: all 0.3s;
}

.image-text.style5 .icon span {
    color: #87A1D9
}

.image-text.style5 {
    margin-top: 70px
}

.footer-top.contact-footer {
    margin-top: 0
}

.animated_mobile {
    display: none
}

.hero-area.banner-style2 .h1 {
    font-size: 96px
}

.hero-area.banner-style2 .subheading {
    font-size: 20px;
    color: #fff;
    font-style: italic;
    margin-bottom: 10px;
    font-family: 'Lato';
}

@media(min-width: 992px) {
	
.hero-area.banner-style2 .hero-text .h2 {
    margin-bottom: 80px;
}
	
	
}

.content-text.slider .slide {
    padding: 0 50px;
    padding-top: 10px
}

.content-text.slider .slick-list {
    width: 2700px;
    margin-left: -50px;
    padding-right: 300px
}

.slider_divider {
    height: 10px;
    background: #5873ad3d;
}

.content-text.slider .text-box, .what-to-dot-slide .text-box {
    padding-top: 40px;
    position: relative
}

.content-text.slider .text-box::before, .what-to-dot-slide .text-box::before {
    position: absolute;
    content: "";
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(169deg, rgba(88, 115, 173, 1) 0%, rgba(88, 115, 173, 0) 100%);
    width: 0;
    transition: all 0.4s
}

.content-text.slider, .what-to-dot-slide {
    margin-top: -10px
}

.content-text.slider .slick-current .text-box::before, .what-to-dot-slide .slick-current .text-box::before {
    width: 100%
}

.content-text.slider .step-number,
.content-text.slider .title, .what-to-dot-slide .step-number,
.what-to-dot-slide .title {
    transition: all 0.4s
}

.content-text.slider .title, .what-to-dot-slide .title {
    font-size: 34px
}

.content-text.slider .slick-current .step-number, .what-to-dot-slide .slick-current .step-number {
    color: #5873AD;
    -webkit-text-stroke: 1px #5873AD;
}

.content-text.slider .slick-current .title, .content-text.slider .slick-current .title {
    color: #fff
}

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

.content-text.slider .content_list li {
    margin: 6px 0;
}

.bg_deep_dark .slick-dots button,
.bg_dark .slick-dots button {
    background: #fff !important
}

.content-text.bx.style2 {
    height: 100%
}

.content-text.bx.style2 .text-box {
    height: calc(100% - 30px)
}

.content-text.style7 li {
    font-size: 16px;
    margin: 6px 0;
}

.bg_deep_dark.footer-area {
    background: rgb(0, 0, 0);
}
.hero-area.banner-style2 .subheading{
    text-align: left
}
.fs_70{
    font-size: 74px
}
.hero-area.banner-style2.alt .h1 {
    font-size: 121px;
}
.no-m{
    margin: 0 !important
}
.icon-teaser-area.style3 .icon-teaser {
    height: 100%;
    display: flex;
    align-items: center;
    min-height: 300px;
}
.icon-teaser-area.style3 .icon-teaser-inner{
    padding: 0 15px;
}
.map-location-box .icon {
    width: 30px;
    min-width: 30px;
    margin-right: 20px;
}
.iframe_map iframe{
    width: 100%;
    height: 380px;
}
.link_pos{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
}
span.animated_desktop {
    margin-right: 5px;
}
.map-holder{
	height:100%
}
.map-holder > div{
	height:100%
}
.map-holder iframe{
	height:100%
}
.image-text.style5 .map-location-box{
	left:0;
	bottom:0;
	padding:40px
}

ul.related-links {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.related-links li {
    display: inline-block;
    margin-top: 10px;
    margin-right: 10px;
}

.related-links li a {
    background: rgb(0 0 0 / 5%);
    display: inline-block;
    padding: 13px 22px;
    border-radius: 10px;
    color: #000;
    text-transform: uppercase;
    font-family: 'Lato';
    font-size: 14px;
    font-weight: 700;
}
.related-links li a:hover{
	    background: #D60305;
    color: #fff;
}

.bg_dark.related-link-area .heading{
    color: #fff;
	
}

.bg_dark.related-link-area  .related-links li a {
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
	text-decoration:none
}
.bg_dark.related-link-area  .related-links li a:hover{
		    background: #D60305;
    color: #fff;
}
.hero-number-list .content_list_num {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 95%;
	margin-bottom:25px
}
.hero-number-list .content_list_num li {
    margin: 10px 0;
    counter-increment: counter;
    position: relative;
    padding-left: 22px;
}
.hero-number-list .content_list_num li::before {
    content: counter(counter, decimal) ".";
    position: absolute;
    left: 0px;
    top: 0;
    font-size: 15px;
    font-weight: 500;
    color: #D60305;
    font-family: 'Anton';
    font-size: 22px;
}
.page-banner-alt.about-justin.hero-number-list {
    padding-bottom: 100px;
}
.page-banner-alt .footer-images {
    margin: 20px 0;
    width: 56%;
}
.page-banner-alt .footer-images img{
	margin:0
}
.hero-area .breadcrumb-menu, .page-banner-alt .breadcrumb-menu {
    opacity: 0.4;
    font-size: 9px !important;
    line-height: normal;
}
.hero-area.banner-style2 .subheading {
    color: #D60305;
    text-align: center !important;
    font-weight: 700;
}
.hero-number-list .content_list.style2 li{
	    font-size: 18px;
}
.hero-number-list .content_list.style2 {
	width:90%
}
.modal-form .modal-dialog {
    max-width: 700px;
}
.modal-form .modal-body {
    padding: 0;
}
.modal-form .c_form.style2 form{
	position:relative;
	z-index:1
}
.modal-form .c_form.style2{
    margin: 0
}
.modal-form .c_form.style2 .h3{
    color: #fff;
		position:relative;
	z-index:1
}
.modal-form .c_form.style2 .gform_validation_errors{
	display:none !important
}
.modal-form .btn-close{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 40px;
    height: 40px;
}
.icon-teaser-area.style3 .icon-teaser .h2{
	font-size:40px
}
.text-slider-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.text-slider-nav .slick-arrow {
    position: inherit;
    margin: 0 10px;
    border: none !important;
    box-shadow: none !important;
    top: auto !important;
    bottom: auto !important;
    transform: translateY(0);
}

.tab_content_wrapper.row {
    margin-top: 40px;
    --bs-gutter-x: 0;
}
.tab_content_wrapper .nav-tabs {
    display: block;
    text-align: left;
    border: none;
}
.tab_content_wrapper button {
    text-align: left;
    border: none !important;
    border-radius: 0 !important;
    color: #000;
    font-weight: 600;
    padding: 20px 15px;
    width: 100%;
    border-bottom-left-radius: 10px !important;
    border-top-left-radius: 10px !important;
    padding-right: 30px;
}
.tab_content_wrapper button.active, .tab_content_wrapper button:focus {
    background: #151515 !important;
    color: #fff !important;
}
.tab_content_wrapper button:hover{
	color:#000 !important
}
.tab_content_wrapper button.active:hover{
	color:#fff !important
}
.tab_content_wrapper  .tab-content {
    background: #151515 url(../img/tab-bg.webp) no-repeat scroll 0 0/cover;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.7);
    padding: 40px;
    margin-left: -8px;
}
.tab_content_wrapper .nav-tabs li {
    border-bottom: 1px solid #eee;
}
.tab_content_wrapper  .tab-content p a, .tab_content_wrapper  .tab-content li a{
	text-decoration:underline;
	color:#fff
}
.tab_content_wrapper  .tab-content p a:hover, .tab_content_wrapper  .tab-content li a:hover{
	text-decoration:none
}
.tabs_drop {
    display: none !important;
}
.tab_content_wrapper  .tab-content ul, .tab_content_wrapper  .tab-content ol{
	padding-left:0;
	margin-left:20px
}
.tab_content_wrapper  .tab-content li{
	margin:8px 0
}
.bg_dark p a, .bg_dark  li a{
	color:#fff;
	text-decoration:underline
}
.bg_dark p a:hover, .bg_dark  li a:hover{
	text-decoration:none
}
.icon-box-cta.style4 h4{
	text-transform:uppercase
}

.what-to-dot-slider {
    margin-top: -10px;
}

.what-to-dot-slider .text-box {
    padding-top: 40px;
    position: relative;
}
.what-to-dot-slider .text-box::before {
    position: absolute;
    content: "";
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(169deg, rgba(88, 115, 173, 1) 0%, rgba(88, 115, 173, 0) 100%);
    width: 0;
    transition: all 0.4s;
}
.what-to-dot-slider .slick-current .text-box::before {
    width: 100%;
}
.what-to-dot-slider .step-number {
    color: transparent;
    -webkit-text-stroke: 1px #3a3a3a;
    text-stroke: 2px #3a3a3a;
    display: block;
    font-size: 80px;
    font-family: 'Anton';
    line-height: 80px;
    margin-bottom: 30px;
}
.what-to-dot-slider .slick-current .step-number {
    color: #5873AD;
    -webkit-text-stroke: 1px #5873AD;
}
.what-to-dot-slider .title {
    color: rgba(255, 255, 255, 0.58);
	font-size: 34px; 
	transition:all 0.4s
}
.what-to-dot-slider .slick-current .title {
    color: #fff;
}
.what-to-dot-slider .slide {
    padding: 0 30px;
    padding-top: 10px;
}
.what-to-dot-slider .slick-list {
    margin-left: -30px;
    margin-right: -30px;
}
.pb_42{
	padding-bottom:42px
}
.section-action.t_top {
    transform: translateY(70px);
    position: relative;
    z-index: 111;
    margin-top: 0;
}
.what-to-slider-with-image {
    position: relative;
    z-index: 111;
}
.what-to-slider-with-image .bg_image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 630px;
    height:calc(100% + 40px);
    object-fit: contain;
}
.what-to-slider-with-image .slider_divider {
    width: 6000px;
}
.what-to-slider-with-image .what-to-dot-slider .slick-list {
    width: 2200px;
    padding-right: 700px;
}
.what-to-slider-with-image .slick-dots{
	margin-bottom:0;
	margin-top:30px
}
.what-to-slider-with-image .blue-shape{
    position: absolute;
    top: 0;
    width: 800px;
    left: -100px;
    top: -100px;
    z-index: -1;
}
.bg_white .what-to-dot-slider .title {
    color: rgb(70 70 70 / 58%);
}
.bg_white .what-to-dot-slider .slick-current .title {
    color: #000;
}
.what-to-slider-with-image.alt .bg_image {
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center;
    width: 32%;
}
.location_box {
    margin-top: 30px;
    border: 1px solid #C9C9C9;
	    position: relative;
	transition:all 0.4s;
	background:#fff
}
.location_box .text{
	padding:40px;
	text-align:center;
	position:relative
}
.location_box .image {
    position: relative;
}
.location_box .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 5px;
    transition: all 0.4s;
    display: flex;
    align-items: center;
}
.location_box .info .h4 {
    margin: 0;
    font-size: 70px;
    color: #fff;
}
.location_box .info em {
    font-size: 30px;
    color: #fff;
    margin-left: 20px;
    opacity: 0;
    transition: all 0.4s;
}
.location_box:hover .info{
	padding:12px
}
.location_box:hover .info em{
	opacity:1
}
.location_box:hover{
	box-shadow:0 10px 10px rgba(0, 0, 0, 0.13);
	border-color:#fff
}
.location-area{
	position:relative;
	z-index:1
}
.location-area .bg_iamge{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;
	object-fit:cover
}
.about-attorney-shot {
    padding-top: 50px;
}
.about-attorney-shot .justin-wht {
    position: absolute;
    left: 70px;
    bottom: -237px;
    width: 470px;
    z-index: 1;
}
.about-attorney-timeline .justin-wht {
    position: absolute;
    left: 0;
    bottom: -110px;
    width: 595px;
    z-index: -1;
}
.about-attorney-shot  .content-text.style2 .text-box.style3{
	margin:0
}
.about-attorney-timeline .justin-wht-alt{
	transform:translatey(30px);
	margin-top:-20px
}
.page-banner-alt.about-justin.relative.v2 .banner-justin-image.style2 {
    object-fit: contain;
    object-position: bottom right;
    width: 50%;
}
.footer-cta{
	position:relative;
	z-index:11
}

/*REsponsive*/

#menu-toggle span {
    height: 2px;
    width: 100%;
    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: 2px;
}

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

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

#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(max-width:1400px) {


    .box.style3 .title {
        padding-right: 0;
        font-size: 34px;
    }

    .icon-teaser-area .col-md-4:nth-child(3n-2) .icon-teaser {
        padding-left: 20px;
        padding-right: 50px;
    }

    .c_tabs ul li button {
        font-size: 26px
    }

    .footer-cta .h1 {
        font-size: 60px;
    }

    .footer-shape {
        left: -45%;
        z-index: -1;
    }

    .footer-logo-text {
        width: 235px;
        margin-right: 40px;
    }

    .footer_title {
        margin-bottom: 20px;
    }

    .gx_125 {
        --bs-gutter-x: 60px;
    }

    .video_shape {
        z-index: -1
    }

    .shape_bottom_left {
        display: none
    }

}

@media(max-width:1350px) {
    .hero-text .h1 {
        font-size: 90px;
        gap: 195px;
    }

    .hero-text .h2 {
        font-size: 75px;
        gap: 105px;
    }

    .hero-bottom .title {
        font-size: 85px;
    }

    nav#menu {
        position: absolute;
        top: 99%;
        left: 0;
        width: 100%;
        display: block;
        z-index: 999;
        min-height: calc(100vh - 71px);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s all;
    }

    nav#menu.active {
        opacity: 1;
        visibility: visible;
        transition: 0.3s all;
    }

    .mainmenu ul {
        text-align: left;
    }

    nav#menu,
    nav#menu > ul ul {
        overflow: hidden;
        max-height: 0;
        background: #151515;
        -webkit-transition: all 0.4s ease 0s;
        -o-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: 37px;
        height: 43px;
        position: absolute;
        right: 0;
        top: 6px;
        z-index: 2;
    }

    nav#menu ul ul.sub-menu.active {
        visibility: visible;
        opacity: 1;
        max-height: 55em;
    }

    nav#menu > ul > li > a {
        display: block;
        position: relative;
        padding: 16px 0px;
        color: #fff;
        border-bottom: 1px solid rgba(177, 177, 177, 0.06);
        font-size: 16px;
        opacity: 1;
    }

    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%;
        transform: translateY(-50%);
        width: auto;
        height: auto;
        font-size: 30px;
        font-weight: 400
    }

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

    .sub-menu::after {
        display: none
    }

    nav#menu li.has-submenu.active > a:after {
        content: "";
        font-size: 20px;
        top: calc(50% + 2px);
        background: #fff;
        width: 15px;
        height: 3px;
        right: 10px;
    }

    nav#menu ul ul > li a {
        padding: 13px 0px;
        line-height: normal;
        color: #fff;
        font-size: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06)
    }

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

    .header-toggle.active span:nth-child(2) {
        opacity: 0
    }

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

    .header-toggle.active span:nth-child(3) {
        top: 0px;
        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: 10px;
        padding-right: 0
    }

    .header-action .cta-btn {
        display: none
    }

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

    #menu-toggle.active span:nth-child(2) {
        opacity: 0
    }

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

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

    .header-call .text {
        display: none
    }

    .header-area {
        transition: all 0.4s
    }

    .header-area.active {
        background: #151515
    }

    .counter-box {
        display: block
    }

    .counter-box .title {
        margin-right: 0;
        margin-bottom: 5px
    }

    h1,
    .h1 {
        font-size: 50px;
        line-height: 110%;
    }

    h2,
    .h2 {
        font-size: 46px;
        line-height: 110%;
    }

    .fs_80 {
        font-size: 65px;
    }

    .hero-text .h1 {
        font-size: 75px;
        gap: 140px;
    }

    .hero-text .h2 {
        font-size: 65px;
    }

    .hero_center_bg {
        width: 510px
    }

    .hero-text .h2 {
        gap: 50px
    }

    .box.style3 .hover .thumb {
        right: 25px;
        top: -35px;
        width: 80px;
        height: 80px;
    }

    .slick-next {
        right: 0;
    }

    .slick-prev {
        left: 0;
    }

    .page-banner.style2 .heading_bg {
        font-size: 170px
    }

    .header-action .cta-btn {
        display: inline-flex
    }

    .header-action .cta-btn em {
        margin-right: 5px
    }

    .banner-inner .h1 {
        font-size: 90px;
    }

    .page-banner-alt {
        padding-top: 220px;
        padding-bottom: 120px;
    }

    .banner-justin-image {
        width: 46%;
    }

    .fs_60 {
        font-size: 48px;
    }

    .icon-teaser.style2 .h3 {
        font-size: 30px;
    }

    .justin-about-bg {
        margin-bottom: -210px;
    }

    .get_to_know_justin.style2 {
        bottom: 10px;
    }

    .about-justin-banner {
        width: 100%
    }

    .banner-justin-image.style2 {
        width: 55%;
        height: 100%;
        right: 0;
        top: auto;
        object-fit: contain;
        object-position: bottom;
        bottom: 0;
    }

    .hero-area.banner-style2 .hero-bottom .title {
        font-size: 56px;
    }

    .cta-btn {
        text-align: center;
        padding: 20px;
        font-size: 16px
    }

    .service-process-area .title {
        font-size: 20px;
    }
    .image-text.style3 .title{
        font-size: 24px
    }
    .hero-area.banner-style2.alt .h1 {
    font-size: 96px;
}
    .hero-area.banner-style2 .h1 {
    font-size: 82px;
}
    .justin-wht {
    bottom: -200px;
    width: 50%;
}
	.what-to-slider-with-image .bg_image {
    left: -50px;
    width: 300px;
    height: auto;
    object-fit: contain;
}
	.what-to-slider-with-image .blue-shape {
    width: 500px;
    left: -150px;
    top: 100px;
    z-index: -1;
}
	 .get_to_know_justin.style2 {
        width: 85%;
        min-width: 85%;
  
}
}

@media(max-width:991px) {
    .banner_bg {
        object-fit: contain
    }


    section,
    .section {
        padding: 50px 0
    }



    .site-logo span {
        font-size: 18px;
        letter-spacing: 3px;
        margin-top: 2px;
    }

    .header-call .icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
        min-height: 50px;
        margin-right: 5px;
        font-size: 20px;
    }

    .header-area {
        padding: 15px 0
    }

    br {
        display: none
    }


    .hero-text .h1 {
        font-size: 80px;
        display: block
    }

    .hero-text .h2 {
        display: block;
        font-size: 60px
    }

    .hero-text-left {
        text-align: center;
        width: 70%;
        margin: 0 auto
    }

    .hero-action {
        text-align: center;
        margin-top: 20px
    }


    .hero_center_bg {
        position: inherit;
        width: 100%;
        left: auto;
        margin: 0 auto;
        display: block;
        transform: translateX(0) scale(1.1);
        margin-top: -470px;
    }

    .hero-bottom {
        padding-top: 0;
    }

    .hero-bottom .title {
        font-size: 110px;
        margin-bottom: 5px;
    }




    .hero-text {
        text-align: left !important
    }

    .hero-text-left {
        text-align: left;
        margin: 0;
        width: 100%
    }

    .hero-action {
        text-align: left
    }

    .hero_center_bg {
        display: none
    }

    .hero_center_bg_tablet {
        display: block;
        position: absolute;
        bottom: 0;
        right: -60px;
        width: 60%;
    }

    .hero-top {
        position: relative;
        padding-bottom: 50px
    }

    .hero-area {
        padding-top: 130px
    }

    .hero-top .inner {
        width: 50%
    }

    .hero-text .h2 > span {
        display: block
    }

    .hero-text .h2 > span:last-child {
        transform: translateX(0px);
    }

    .hero-bottom {
        padding-top: 50px
    }

    .hero-bottom .bg_image {
        width: 50%
    }

    .counter-box {
        display: block
    }

    .counter-box .title {
        margin-right: 0;
        margin-bottom: 5px
    }

    .video-box {
        height: 360px;
    }

    .video-box .play_btn {
        left: 40px;
        bottom: 30px;
    }

    .shape_bottom_left {
        left: -100%
    }

    h1,
    .h1 {
        font-size: 48px;
        line-height: 110%;
    }

    h2,
    .h2 {
        font-size: 40px;
        line-height: 110%;
    }

    h3,
    .h3 {
        font-size: 32px;
        line-height: 110%;
    }

    h5,
    .h5 {
        font-size: 22px;
        line-height: 110%;
    }

    .fs_80, .fs_70  {
        font-size: 56px;
    }

    .c_form {
        padding: 40px;
        margin-top: 30px;
    }

    .section-heading {
        width: 100%
    }

    .box.style1 {
        height: 430px
    }

    .box.style1 .info {
        padding: 30px
    }

    .box.style1 .hover {
        padding: 30px
    }

    .rotate-carousel-area {
        padding: 30px 0;
        padding-bottom: 0;
    }

    .box.style3 {
        padding: 25px
    }

    .box.style3 .title {
        font-size: 28px
    }

    .service_shape {
        top: -29%;
        right: -31%;
        width: 400px;
    }

    .box.style3 .hover {
        padding: 25px;
        padding-top: 40px
    }

    .box.style3 .hover .thumb {
        right: 25px;
        width: 80px;
        height: 80px;
    }

    .box.style3 .hover p {
        -webkit-line-clamp: 3;
    }

    .box.style3 .title {
        padding-right: 0
    }

    .icon-teaser-area .col-md-4:nth-child(3n-2) .icon-teaser {
        padding-left: 20px;
        padding-right: 40px;
    }

    .icon-teaser {
        padding: 30px
    }

    .get_to_know_justin {
        bottom: -50px;
        right: -258px;
        min-width: 1150px;
    }

    .fs_20 {
        font-size: 18px;
        line-height: 26px;
    }

    .footer-cta .inner {
        padding: 40px
    }

    .footer-cta .h1 {
        font-size: 46px;
    }

    .footer-shape {
        display: none
    }

    .footer-top {
        padding-top: 240px;
        padding-bottom: 70px
    }

    .footer-left-top {
        display: block;
        text-align: center;
        margin-bottom: 30px
    }

    .footer-area ul.footer-social {
        margin-top: 20px
    }

    .footer-logo-text {
        margin: 0 auto
    }

    .footer-bottom {
        padding-bottom: 40px
    }

    .hero-text .h2 > span:last-child {
        margin-left: 0
    }

    .hero-text .h2 > span {
        display: inline-flex
    }

    .hero-text .h1,
    .hero-text .h2 {
        width: 100%
    }

    .hero-text .h2 > span {
        justify-content: flex-start
    }

    .hero-action {
        text-align: left !important;
    }

    .hero-text .h1 {
        font-size: 70px;
        display: block;
    }

    .hero-text .h1 span:last-child {
        transform: translateX(0px);
    }

    .content-area.form-area .content-img img {
        bottom: -50px;
        width: 50%;
    }

    .c_form input:not([type="checkbox"]),
    .c_form textarea {
        padding: 10px 20px !important;
        height: 60px !important;
    }

    .select-styled {
        padding: 10px 20px !important;
        height: 60px !important;
        padding-top: 22px !important;
    }

    .c_form textarea {
        min-height: 130px !important;
    }

    .c_form.style2 {
        padding: 25px
    }

    .form_shadow {
        bottom: -75px;
        left: 0;
    }

    .box.style1 .hover {
        padding: 30px;
        display: block;
        padding: 20px;
    }

    .box.style1 .hover p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
    }

    .box.style1 .hover .cta-btn {
        padding: 10px 15px;
        text-align: center;
        min-width: 100%;
        width: 100%
    }

    .box.style1 {
        height: 330px;
    }

    .box.style3 .hover .thumb {
        right: 15px;
        width: 65px;
        height: 65px;
        top: -40px;
    }

    .cta-btn {
        padding: 15px 25px;
        font-size: 16px;
    }

    .hero-text-left .title br {
        display: block
    }

    footer.footer-area.alt .footer-top {
        padding-top: 50px;
    }

    .footer-cta {
        padding-top: 50px;
    }

    .n_top_34 {
        margin-top: -34px;
        padding-top: 84px;
    }

    .error-page {
        padding-top: 120px;
        padding-bottom: 0;
    }

    .page-banner.style2 {
        padding-top: 135px
    }

    .page-banner.style2 .subheading {
        font-size: 16px
    }

    .page-banner.style2 .image_right {
        width: 40%;
    }

    .page-banner.style2 .heading_bg {
        font-size: 120px
    }

    .page-banner.style2 .hero_bg {
        top: 0
    }

    .promotion-box.box.style3 .text h3 {
        font-size: 22px
    }

    .page-banner.style3 {
        font-size: 16px
    }

    .page-banner.style3 .image_right {
        top: -40px;
    }

    .icon-teaser-alt {
        padding: 20px
    }

    .page-banner.style3 .image_right {
        top: auto;
        bottom: -60px;
    }

    .icon-teaser-alt .title {
        font-size: 20px;
    }

    .icon-teaser-alt img {
        height: 60px;
    }

    .c_form.style_2 input[type="checkbox"] {
        padding: 0 !important;
        height: 20px !important
    }

    .page-banner.style2 {
        padding-top: 90px;
    }

    .breadcrumb-menu {
        padding-bottom: 30px;
        font-size: 12px
    }

    .page-banner-alt {
        padding-top: 155px;
        padding-bottom: 100px;
    }

    .banner-inner .h1 {
        font-size: 70px;
    }

    .content_list.style2 li,
    .content_list.style2 li:last-child {
        margin: 7px 0
    }

    .content_list.style2 {
        width: 70%;
    }

    .banner-justin-image {
        position: absolute;
        width: 50%;
        bottom: -200px;
        right: -55px;
    }

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

    .fs_60 {
        font-size: 40px;
    }

    .icon-teaser.style2 .icon img {
        max-width: max-content;
        min-height: 80px;
        height: auto;
        max-height: 91px;
    }

    .icon-teaser.style2 .h3 {
        margin-bottom: 0;
        font-size: 22px;
        margin-top: 20px;
    }

    .get_to_know_justin.style2 {
        bottom: 70px;
    }

    .banner-justin-image.style2 {
        width: 55%;
        top: auto;
        object-fit: contain;
        object-position: bottom;
        bottom: 0;
    }

    .pt_70 {
        padding-top: 50px;
    }

    .content-form.style3 .bg_image {
        object-position: 75%
    }

    .contact-form-box {
        margin-top: -250px;
    }

    .contact-form-box .content-form.style3 {
        padding: 20px
    }

    .content-form.style3 .cta-btn {
        font-size: 15px
    }

    .hero-text-left {
        width: 60%;
    }

    .hero-area.banner-style2 .hero-bottom .title {
        font-size: 54px;
        margin-bottom: 5px;
    }

    .service-process-area .title {
        font-size: 18px;
        margin-top: 26px;
    }

    .service-process-area .icon-teaser.style2 {
        padding: 0;
        font-size: 14px;
    }

    .content-text.slider .slick-list {
        width: inherit;
        margin-left: -10px;
        padding-right: 60px;
        margin-right: -10px;
    }

    .content-text.slider .slide {
        padding: 0 10px;
    }

    .content-text.slider .text-box {
        margin: 0
    }

    .content-text.slider .title {
        font-size: 24px;
    }

    .content-text.slider .text-box::before {
        top: 0
    }
    .image-text.style3.content .text p{
        display: none
    }
    .image-text.style3.content .text{
        padding: 20px
    }
    .image-text.style3.content .title-style2{
        font-size: 22px
    }
    .content-form.style3{
        padding: 40px
    }
    .hero-area.banner-style2.alt .h1 {
    font-size: 60px;
}
    .justin-wht.alt {
    bottom: -100px;
    width: 50%;
}
    .icon-teaser.icon-box-cta.style4.halt{
        height: calc(100% - 30px)
    }
    
	.page-banner-alt .breadcrumb-menu, .hero-area.banner-style2 .breadcrumb-menu {
    top: 90px;
    background: transparent;
    font-size: 10px;
}
	.what-to-dot-slider .title {
    font-size: 28px;
}
	.what-to-dot-slider .step-number {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 20px;
}
	.what-to-slider-with-image .bg_image {
    left: -50px;
    width: 250px;
    height: auto;
    object-fit: contain;
}
	.what-to-slider-with-image .blue-shape {

    width: 500px;
    left: -200px;
    top: 150px;
}
	.what-to-slider-with-image .what-to-dot-slider .slick-list {
    width: auto;
    padding-right: 20px;
}
	.what-to-slider-with-image.alt .bg_image {
    width: 38%;
}
	.location_box .text{
		padding:20px
	}
	.location_box .info .h4{
		font-size:40px
	}
	.about-attorney-shot .justin-wht.alt {
    bottom: -50px;
    width: 50%;
    left: 0;
}
	.about-attorney-shot.justin-about-bg .blue-shape {
    top: 0%;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    width: 700px;
}
	.about-attorney-timeline .justin-wht.alt {
    bottom: -50px;
    width: 55%;
    z-index: -1;
}
	.about-attorney-timeline.justin-about-bg .blue-shape {
    top: 37%;
}
	.icon-teaser-area.style3 .icon-teaser .h2 {
    font-size: 24px;
}
	.hero-area.banner-style2 .subheading {
    text-align: left !important;
}
	.list-circle-box{
		padding-left:0
	}
	
    .get_to_know_justin.style2 {
        width: 85%;
        min-width: 85%;
  
}

}

@media(max-width:767px) {
		
    .hero-top {
        padding-bottom: 90px
    }



    .hero-text .h1,
    .hero-text .h2 {
        font-size: 56px;
        text-transform: uppercase;
        margin: 0;
        display: inline-block;
        gap: 0;
    }

    .container {
        padding: 0 20px
    }

    .hero-text-left .title {
        font-size: 16px
    }

    .hero-text {
        margin-bottom: 30px;
    }

    .hero_shape {
        display: none
    }

    .hero-area {
        padding-top: 140px
    }

    body {
        font-size: 16px;
        line-height: 22px
    }

    h1,
    .h1 {
        font-size: 36px;
        line-height: 110%;
    }

    h2,
    .h2 {
        font-size: 34px;
        line-height: 110%;
    }

    h3,
    .h3 {
        font-size: 28px;
        line-height: 110%;
    }

    h5,
    .h5 {
        font-size: 18px;
        line-height: 110%;
    }

    .fs_80, .fs_70  {
        font-size: 40px;
    }

    .list-circle-box .title {
        font-size: 18px
    }

    .list-circle-box::before {
        width: 20px;
        height: 20px;
    }

    .list-circle-box {
        padding-left: 0;
        margin: 10px 0;
        font-size: 15px;
    }

    .shape_bottom_left {
        display: none
    }

    .c_form input,
    .c_form textarea {
        padding: 10px 20px !important;
        height: 60px !important;
    }

    .c_form textarea {
        min-height: 140px !important;
        margin-bottom: 0
    }

    .select-styled {
        padding: 10px 20px !important;
        height: 60px !important;
        padding-top: 24px !important;
        font-size: 14px !important;
    }

    .c_form ul li {
        margin-bottom: 15px;
    }

    .c_form ul {
        margin-bottom: 0
    }

    .section-heading {
        width: 100%;
        margin-bottom: 30px;
    }

    .box.style1 {
        height: 300px;
    }

    .box.style1 .info {
        padding: 30px
    }

    .box.style1 .hover {
        padding: 30px
    }

    .box.style1 .hover p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }

    .rotate-counter-box .title {
        font-size: 32px;
        margin: 0;
        margin-right: 15px;
    }

    .rotate-counter-box {
        font-size: 16px
    }

    .rotate-counter-box::before {
        width: 22px;
        height: 22px
    }

    .content_list li::before {
        top: 4px;
        width: 17px;
        height: 17px;
    }

    .column_two li {
        margin-bottom: 6px
    }

    .content_list li {
        padding-left: 30px;
    }

    .fs_20 {
        font-size: 16px;
        line-height: normal;
    }

    .footer-cta .h1 {
        font-size: 36px;
    }

    .footer-cta .inner {
        padding: 30px
    }

    .icon-box-cta {
        clip-path: polygon(0 0, 100% 0, 100% 88%, 90% 100%, 0 100%)
    }

    .footer_title {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .footer_links li {
        margin-bottom: 8px
    }

    .hero-area .hero_bg {
        top: 175px;
        left: 0;
        width: 100%;
        height: auto;
        z-index: -1;
        left: 43%;
        transform: translateX(-50%) scale(2);
    }

    .hero-action {
        margin-top: 20px
    }





    .hero-area {
        text-align: center
    }

    .hero-action {
        text-align: center
    }

    .counter-box .title {
        font-size: 50px;
        margin-right: 0;
        margin-bottom: 5px
    }

    .counter-box {
        display: block
    }

    .video-box {
        height: 380px;
        margin-top: 0;
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 30px
    }

    .play_btn .icon {
        width: 60px;
        height: 60px;
        min-width: 60px;
        min-height: 60px;
        margin-right: 15px;
    }

    .play_btn {
        font-size: 15px
    }

    .video-box .play_btn {
        left: auto;
        bottom: auto;
        right: 25px;
        top: 20px;
    }

    .c_form {
        padding: 30px;
        margin-top: 30px;
    }

    .cta-btn {
        font-size: 16px
    }

    .rotate-counter-area.bottom {
        transform: skewY(-4deg) translateY(-111px);
    }

    .rotate-carousel-area {
        padding: 40px 0 0;
    }

    .box.style3 {
        padding: 25px
    }

    .box.style3 .hover {
        padding: 25px;
        padding-top: 40px
    }

    .box.style3 .hover .thumb {
        width: 80px;
        height: 80px
    }

    .service_shape {
        display: none
    }

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

    .icon-teaser,
    .icon-teaser-area .col-md-4:nth-child(3n-2) .icon-teaser {
        padding: 20px
    }

    .icon-teaser-inner {
        margin-top: 40px;
    }



    .icon-teaser-area .col-md-4:nth-child(3n) {
        border-right: 1px solid rgba(112, 112, 112, 0.46);
    }

    .icon-teaser-area .col-md-4:nth-child(2n) {
        border-right: 0px solid rgba(112, 112, 112, 0.46);
    }

    .icon-teaser {
        font-size: 14px;
        line-height: normal;
    }

    .c_tabs ul li button {
        font-size: 26px
    }

    .long_pb .column_two {
        column-count: 1
    }

    .get_to_know_justin {
        position: absolute;
        bottom: -50px;
        right: -100px;
        z-index: -1;
        min-width: 900px;
    }


    .hero-counter {
        text-align: left
    }

    .hero-bottom .bg_image {
        width: 50%
    }

    .hero-action {
        text-align: left
    }

    .hero-bottom .title {
        font-size: 80px;
        margin-bottom: 5px;
    }

    .hero_center_bg_tablet {
        right: -75px;
        width: 70%;
    }

    .hero-text .h1,
    .hero-text .h2 {
        font-size: 34px;
    }

    .slide-words {
        margin-left: 10px;
        top: -1px
    }

    .hero_center_bg_tablet {
        width: 62%;
    }

    .group_btn .cta-btn {
        margin-right: 0px;

    }

    .video-slider .slide {
        padding: 0 6px;
    }

    .video-review-box {
        height: 200px;
    }

    .c_form.style2 {
        padding: 25px
    }

    .c_form.style2 .bg_image {
        object-position: right
    }

    .form_shadow {
        bottom: -43px;
        left: 0;
    }

    .box.style3 .hover .thumb {
        width: 65px;
        height: 65px;
        top: -35px;
    }

    .box.style1 .hover p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 7;
        overflow: hidden;
    }

    .icon-box-cta .h2 {
        font-size: 28px;
    }

    .footer-bottom {
        padding-bottom: 100px;
    }

    h1,
    .h1 {
        font-size: 30px;
    }

    h2,
    .h2 {
        font-size: 30px;
    }

    .hero-text .h1,
    .hero-text .h2 {
        font-size: 32px;
    }

    .hero-area {
        padding-top: 120px;
    }

    .hero_center_bg_tablet {
        width: 50%;
    }

    .box.style1 .hover .h3 {
        font-size: 26px;
    }

    .box.style1 .info {
        opacity: 0;
        visibility: hidden
    }

    .box.style1 .hover {
        opacity: 1;
        visibility: visible
    }

    .box.style1 {
        height: 370px
    }

    .box.style1 .hover {
        display: flex;
        align-items: center
    }

    .plain-text h3 {
        font-size: 26px;
    }

    .ginput_container_consent input {
        padding: 0 !important;
        width: auto !important;
        height: 20px !important;
    }

    .ginput_container_consent label {
        font-size: 12px !important;
        line-height: 16px !important;
        font-weight: 700 !important
    }

    .footer-images .item {
        height: 85px
    }

    .icon-teaser-alt img {
        height: 50px;
    }

    .icon-teaser-alt .title {
        font-size: 20px;
    }

    .page-banner.style2 {
        padding-top: 90px;
    }

    .breadcrumb-menu {
        padding-bottom: 30px;
        font-size: 12px
    }

    .fs_60 {
        font-size: 34px;
    }

    .video-box {
        margin-left: 0;
        margin-right: 0;
        height: 300px
    }

    .video-box .play_btn {
        color: #fff
    }

    .icon-teaser.style2 .icon img {
        max-width: 50px;
        height: auto;
        max-height: inherit;
        min-height: inherit;
    }

    .banner-justin-image.style2 {
        width: 55%;
        top: auto;
        object-fit: contain;
        object-position: bottom;
        bottom: 0;
    }

    .contact-form-box .content-form.style3 {
        padding: 20px;
    }

    .content-form.style3 input,
    .content-form.style3 select {
        padding: 15px;
        height: 55px;
    }

    .map-location-box .text .h4 {
        font-size: 22px;
    }

    .content-form.style3 {
        padding: 20px
    }

    .image-text.style3.content .text {
        padding: 20px
    }



    .content-text.slider .step-number {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 20px;
    }

    .content-text.slider .title {
        font-size: 26px;
    }

    .content-text.slider .text-box::before {
        top: 0
    }

    .faqs_accordion .accordion-button {
        padding: 15px 0;
    }

    .hero-area.banner-style2 .h1 {
        font-size: 42px;
    }

    .hero-area.banner-style2 .subheading {
        font-size: 20px;
    }

    .hero-area.banner-style2 .hero-text-left {
        width: 52%
    }

    .hero-area.banner-style2 .hero-bottom .bg_image {
        width: 100%;
        z-index: -1;
        opacity: 0.1;
    }

    .justin-wht.style2 {
        bottom: 0;
        top: auto;
    }

    .content-text.style8 ul li {
        font-size: 15px;
        margin: 10px 0;
    }

    .image-text.style3 .title {
        font-size: 20px;
        padding: 20px;
    }

    .content-text .h5 {
        font-size: 25px;

    }
    .image-text.style3.content .text p{
        display: block
    }
    .hero-area.banner-style2.alt .h1 {
    font-size: 42px;
}
    .content-text.style2 .text-box.style3{
        padding: 20px
    }
    .image-text.style2 .content-img{
        margin: 0
    }
    .hero-area.banner-style2 .hero-bottom .bg_image {
    width: 50%;
    z-index: -1;
    opacity: 1;
}
.icon-teaser-area.style3 .icon-teaser{
    min-height: inherit;
}
	.image-text.style5 .map-location-box{
		padding:20px
	}
	.map-holder {
    height: auto;
}
    .image-text.style3.content .text p {
    display: none;
}
	.hero-area.banner-style2{
		padding-top:130px
	}
	.hero-number-list .content_list_num {
    width: 60%;
}
	.hero-number-list .content_list_num li {
    margin: 5px 0;
}
	.dropdown-tabs {
        position: relative;
        margin-bottom: 0px;
    }

    .dropdown-tabs>button {
		padding: 18px;
		background: #5873ad;
		width: 100%;
		text-align: left;
		text-transform: uppercase;
		color: #fff;
		position: relative;
		border-radius: 0px!important;
		font-size: 16px;
		padding-right: 35px;
	}

    .dropdown-tabs > button::after {
        position: absolute;
        content: "";
        top: 47%;
        right: 20px;
        width: 10px;
        height: 10px;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg) translateY(-50%);
    }

    .tabs_dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        background: #222;
        width: 100%;
        text-align: left;
        margin: 0 !important;
        padding: 0 !important;
        display: none;
        z-index: 22
    }

    .tabs_dropdown li {
        margin: 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.28);
        display: block !important
    }

    .tabs_dropdown li:last-child {
        border: none !important
    }

    .tabs_dropdown li button {
        border: none !important;
        padding: 10px 20px !important;
        color: #fff !important;
        background: transparent !important;
        text-align: left !important;
        margin: 0 !important;
        font-size: 18px
    }

    .tabs_drop {
        display: block !important
    }
	.tab_content_wrapper .nav-tabs{
		display:none 
	}
	.dropdown-tabs > button {
    padding: 18px;
    background: #5873ad;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    border-radius: 0px !important;
    font-size: 16px;
    padding-right: 35px;
}
	.tab_content_wrapper button:hover {
    color: #fff !important;
}
	.tabs_dropdown li button {
    font-size: 15px;
    text-transform: uppercase;
}
.tab_content_wrapper .nav-tabs li {
    border-bottom: 1px solid #6a64643d;
}
	.tab_content_wrapper  .tab-content {
    border-radius: 0;
    padding: 20px;
    margin-left: 0;
}
	h4, .h4 {
    font-size: 20px;
    line-height: 110%;
}
	.tabs_dropdown {
    background: #fff;
    box-shadow: 0 0 10px #0000002e;
}
	.tabs_dropdown li button{
		color:#000 !important;
		border-radius:0 !important;
		font-size:13px
	}
	.tab_content_wrapper button.active, .tab_content_wrapper button:focus {
    background: #5873ad !important;
    color: #fff !important;
}
	.section-action.t_top {
    transform: translateY(24px);
}
    
	.pb_42 {
    padding-bottom: 0;
}
	.what-to-slider-with-image .bg_image {
    left: -50px;
    width: 250px;
    height: auto;
    object-fit: contain;
}
	.what-to-slider-with-image .blue-shape {

    width: 500px;
    left: -200px;
    top: 0;
}
	.what-to-slider-with-image .what-to-dot-slider .slick-list {
    width: auto;
    padding-right: 120px;
}
	.what-to-slider-with-image{
		padding-bottom:0
	}
	.what-to-slider-with-image.alt .bg_image {
    width: 31%;
}
	
    
}

@media(max-width:575px) {
	.ginput_container.ginput_container_turnstile {
    transform: scale(0.8);
}
	.page-banner-alt .breadcrumb-menu, .hero-area.banner-style2 .breadcrumb-menu{
    top: 80px;
}
    .header-action .cta-btn {
        width: auto;
        padding: 13px 10px;
        min-width: inherit;
        margin-right: 10px;
        font-size: 13px;
        white-space: nowrap;
    }

    .header-action .cta-btn em {
        display: none
    }

    .form-notice {
        padding: 30px;
        font-size: 15px;
        clip-path: polygon(0 0, 100% 0, 100% 92%, 95% 100%, 0 100%)
    }

    .page-banner.style3 .image_right {
        width: 60%;
        top: auto;
        right: -60px;
        bottom: -60px;
    }

    .page-banner.style3 .h1 {
        font-size: 28px
    }

    .page-banner.style3 {
        font-size: 16px
    }

    .page-banner.style2 .image_right {
        top: 40px;
        right: 0;
        width: 65%;
        right: -119px;
    }

    .page-banner.style2 .text {
        width: 63%;
        font-size: 14px;
        line-height: 18px;
    }

    .page-banner.style2 .heading_bg {
        font-size: 65px;
        top: 170px;
    }

    .page-banner.style2 {
        padding-top: 120px;
    }

    .page-banner.style2 .subheading {
        font-size: 16px
    }

    .hero-text .h1 span:last-child {
        transform: translateX(0px);
    }

    .hero-counter {
        font-size: 14px;
        position: absolute;
        bottom: 50px;
        z-index: 111;
        padding: 0 20px;
        line-height: 18px;
    }

    .hero_center_bg {
        display: block
    }

    .hero-top .inner {
        width: 100%;
    }

    .hero-bottom::after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        width: 100%;
        height: 60%;
        background: linear-gradient(rgba(62, 90, 150, 0) 0%, rgba(62, 90, 150, 0.21) 21.37%, #3E5A96 100%);
        z-index: 11;
    }

    .hero-bottom .bg_image {
        position: inherit;
        width: 100%;
        height: 390px;
        object-fit: cover;
    }

    .hero_center_bg_tablet {
        display: none;
    }

    .footer-left-top {
        text-align: left
    }

    .icon-box-cta {
        clip-path: polygon(0 0, 100% 0, 100% 88%, 78% 100%, 0 100%);
    }

    .box.style1 {
        height: 370px;
    }

    .hero-area {
        text-align: left
    }

    .cta-btn {
        width: 100%;
        text-align: center;
        padding: 15px 20px;
        font-size: 16px;
        padding-top: 12px;
    }


    .counter-box {
        display: block
    }

    .counter-box .title {
        font-size: 30px;
        margin-right: 0;
        margin-bottom: 4px;
    }

    .gx_50 {
        --bs-gutter-x: 15px;
    }

    .counter-box {
        font-size: 10px;
        line-height: 14px;
    }

    .counter-area {
        padding: 20px 0;
        padding-bottom: 30px
    }

    .counter-area [class*="col-md-"] {
        border: none;
        position: relative
    }

    .counter-area [class*="col-md-"]::after {
        position: absolute;
        content: "";
        top: 50%;
        right: 7px;
        width: 1px;
        height: 60%;
        transform: translateY(-50%);
        background: rgba(112, 112, 112, 0.4)
    }

    .counter-area [class*="col-md-"]:last-child::after {
        display: none
    }


    .icon-teaser .title {
        font-size: 16px;
        line-height: 20px;
    }

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

    .c_form {
        padding: 30px;
        margin-top: 30px;
    }

    .rotate-counter-area.bottom {
        transform: skewY(-4deg) translateY(-90px);
        padding: 14px
    }

    .rotate-counter-area.top {
        position: relative;
        z-index: 1;
        padding: 14px
    }

    .rotate-carousel-area {
        padding: 20px 0;
        padding-bottom: 0;
    }

    .rotate-carousel-area .slick-list {
        margin-left: -20px;
        margin-right: -20px
    }

    .box.style3 .hover {
        padding: 30px;
        padding-top: 40px;

    }

    .box.style3 .info {
        padding: 30px
    }

    .box.style3 {
        padding: 0px;
        margin-top: 40px;
        height: calc(100% - 40px);

    }

    .box.style3 p {
        font-size: 15px;
        line-height: 20px
    }

    .box.style3 .cta-btn {
        margin-top: 15px;
        color: #fff;
        padding: 11px 20px;
        min-width: inherit;
        font-size: 15px;
        width: auto
    }

    .box.style3 .hover .thumb {
        width: 80px;
        height: 80px;
    }

    .box.style3 .hover p {
        -webkit-line-clamp: 4;
    }

    .slick-current .box.style3 .hover {
        opacity: 1;
        visibility: visible
    }

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



    .c_tabs ul li button {
        font-size: 26px
    }

    .c_tabs ul {
        text-align: left;
        margin-top: 30px;
    }

    .shape_center {
        top: auto;
        bottom: -360px;
        right: auto;
        left: -36%;
    }

    .column_two {
        column-count: 1
    }

    .get_to_know_justin {
        position: relative;
        bottom: -50px;
        left: auto;
        right: auto;
        z-index: 0;
        min-width: 100%
    }

    .faqs_accordion {
        margin-top: 30px
    }

    .faqs_accordion .accordion-item {
        border-top: 1px solid rgba(112, 112, 112, 0.46);
        border-bottom: 0px
    }

    .footer-cta .inner {
        padding-bottom: 60px;
        clip-path: polygon(0 0, 100% 0, 100% 90%, 87% 100%, 0 100%)
    }

    .footer-left-top {
        display: block
    }

    .footer-top {
        padding-top: 230px;
        padding-bottom: 50px;
    }

    .footer-area ul.footer-social {
        margin-top: 20px
    }

    ul.footer_links.column_two {
        column-count: 2
    }

    .footer-widget {
        margin: 15px 0
    }

    .footer-images {
        margin-top: 20px;
    }

    .footer-images .item {
        width: 33%;
        padding: 0 8px;
        font-size: 9px;
        line-height: 11px;
        padding: 12px 8px;
    }

    .footer-images .item img {
        max-height: 60px;
    }

    .footer-left-top {
        margin-bottom: 20px
    }

    .footer-bottom p,
    .footer-bottom a {
        font-size: 12px
    }

    .footer-bottom {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .footer-logo {
        padding-top: 25px;
    }

    .hero-text .h2 span {
        display: block
    }

    .hero-text .h2 > span:last-child {
        transform: translateX(0px);
    }

    .service_shape {
        display: none
    }

    .faqs_accordion .accordion-button {
        justify-content: space-between
    }

    .faqs_accordion .accordion-button::after {
        margin-left: 20px
    }

    .hero-text .h2 > span {
        display: inline-flex
    }

    .gform_footer input.gform_button {
        padding: 18px 20px !important;
        font-size: 15px !important;
        min-width: 100% !important;
        width: 100% !important;
    }

    .hero-text .h1,
    .hero-text .h2 {
        font-size: 48px;
    }

    .slide-words {
        margin-left: 10px;
        top: -1px
    }

    .hero-text .h2 > span {
        display: flex;
    }

    .content-area.form-area .content-img img {
        position: inherit;
        bottom: -70px;
        width: 100%;
        right: 0;
        transform: translateY(80px);
        margin-top: -50px;
    }

    .group_btn.alt .cta-btn {
        margin-top: 5px
    }

    .shape_center {
        display: none
    }

    .group_btn.alt .cta-btn {
        margin: 5px 0;
    }

    .box.style3 .hover > div {
        padding-top: 25px;
    }

    .box.style3 {
        padding-top: 25px
    }

    .hero-text .h1,
    .hero-text .h2 {
        font-size: 44px;
    }

    .footer-left-top {
        text-align: center
    }

    .footer-bottom {
        padding-bottom: 100px;
    }

    .counter-box {
        text-align: center
    }

    .hero-text .h2 {
        display: flex;
        justify-content: center;

    }

    .hero-text .h1,
    .hero-text .h2 {
        font-size: 32px;
        text-align: center
    }

    .hero-text .h2 > span {
        margin: 0 10px
    }

    .hero_center_bg {
        width: 65%
    }

    .hero-top {
        padding-bottom: 50px;
        padding-right: 150px;
    }

    .hero_center_bg_tablet {
        display: block !important;
        right: 0;
        left: auto;
        margin-left: auto;
        position: absolute;
        right: -70px !important;
        left: auto !important;
        transform: translateX(0);
        z-index: -1;
        width: 70%;
    }

    .hero-text .h1.heading-dots {
        display: block;
        text-align: left
    }

    .hero-text .h2 {
        display: block;
    }

    .hero-text .h2 > span {
        margin-left: 0
    }

    .hero_center_bg {
        display: none
    }

    .hero-bottom {
        padding: 0
    }

    .hero-bottom .bg_image {
        height: auto
    }

    .inner_r {
        padding-right: 30px;
    }

    .hero-counter {
        bottom: 0;
        line-height: 18px;
        left: 0;
        padding: 30px;
    }

    .hero-bottom .bg_image {
        height: auto;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: -1;
    }

    .hero-counter {
        padding: 20px 0;
        position: relative;
    }

    .hero-top {
        padding-right: 30%
    }

    .hero_center_bg_tablet {
        width: 260px;
    }

    .hero-text .h1,
    .hero-text .h2 {
        font-size: 32px;
    }

    .hero-top .inner {
        width: 100%;
    }

    .inner_r {
        padding-right: 0
    }

    .inner_r p {
        width: 60%;
    }

    .hero-top {
        padding-right: 0
    }

    .hero-text .h1 {
        font-size: 44px;
    }

    .hero-text .h2 {
        font-size: 32px;
    }

    .c_form.style2 .bg_image {
        object-position: 75%;
    }

    .text_notes {
        margin-top: 30px
    }

    .list-circle-box p {
        text-align: justify;
    }

    .counter-box {
        font-size: 14px;
    }

    .box.style1 .hover p {
        display: block
    }

    .box.style1 {
        height: 400px
    }

    .page-banner.style2 {
        padding-top: 90px;
    }

    .breadcrumb-menu {
        padding-bottom: 30px
    }

    .page-banner.style3.with-image .text {
        width: 54%;
    }

    .page-banner.style3.with-image .image_right {
        width: 90%;
        right: -160px;
        bottom: -80px;
    }

    .banner-justin-image {
        width: 58%;
        bottom: -115px;
        right: -60px;
    }

    .page-banner-alt.about-justin .content_list.style2 {
        margin-bottom: 0;
        width: 60%;
    }

    .page-banner-alt.about-justin .content_list.style2 li {
        padding-left: 26px;
        position: relative;
        font-size: 16px;
        margin: 8px 0;
    }

    .banner-inner .h1 {
        font-size: 50px;
    }

    .page-banner-alt.about-justin {
        padding-top: 140px;
        padding-bottom: 50px;
    }

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

    .about-justin-banner {
        top: 45px;
        width: 100%;
        height: auto;
    }

    .icon-teaser.style2 .icon img {
        max-width: 50px;
        height: auto;
    }

    .icon-teaser.style2 .h3 {
        font-size: 18px;
        margin-top: 20px;
    }

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

    .text-box.style2 span {
        font-size: 18px
    }

    .content-text.style5 .animated-text {
        margin-left: 0
    }

    .justin-about-bg .blue-shape {
        display: none
    }

    .get_to_know_justin.style2 {
        bottom: 190px;
        left: auto;
        right: 0;
        z-index: 1;
        width: 95%;
        min-width: 95%;
        transform: scaleX(-1);
    }

    .content-text.style5 .inner {
        width: 50%
    }

    .content-area.bg-box-style {
        padding-top: 0
    }

    .justin-about-bg {
        margin-bottom: -240px;
    }

    .content-text.style5 {
        padding-bottom: 295px;
    }

    .about-justin.v2 .cta-btn {
        width: auto;
        min-width: inherit
    }

    .banner-justin-image.style2 {
        width: 55%;
        top: auto;
        object-fit: contain;
        object-position: bottom;
        bottom: 0;
    }

    .section-heading .animated-text {
        margin-left: 0
    }

    .animated_mobile {
        display: block
    }

    .animated_desktop {
        display: none
    }

    .page-banner-alt.contact-banner .about-justin-banner {
        width: 100%;
        left: 38%;
        top: 0;
    }

    .contact-form-box {
        margin-top: 0;
        margin-top: 50px;
    }

    .content-form.style3 .bg_image {
        object-position: 75%;
    }

    .divider.half-width hr {
        width: 100%;
    }

    .hero-area.banner-style2 .h1 {
        font-size: 46px;
    }

    .hero-area.banner-style2 .subheading {
        font-size: 18px;
    }

    .hero-bottom .page-banner-counter.style2 .title {
        font-size: 46px
    }

    .page-banner-counter.style2 .hero-counter {
        text-align: center;
        margin: 0
    }

    .hero-area.banner-style2 .hero-bottom::after {
        height: 100%;
        background: rgb(62 90 150 / 82%);
    }

    .content-text.style7 li {
        font-size: 16px;
        margin: 10px 0;
    }

    .groupshape-bg {
        width: 100%
    }

    .content-text.style7 .inner-wrapper {
        width: 70%;
    }

    .justin-wht.style2 {
        bottom: -50px;
        top: auto;
        width: 70%;
        right: -55px;
    }
    .image-text.style3.content .text{
        padding: 10px
    }
    .hero-area.banner-style2.alt .h1{
        font-size: 46px
    }
    .hero-area.banner-style2 .hero-bottom.v3::after{
        display: none
    }
    .hero-area.banner-style2 .hero-bottom.v3 .mt-30{
        margin-top: 10px
    }
    .hero-area.banner-style2 .hero-bottom .bg_image {
        width: 100%;
        opacity: 0.1
    }
	.page-banner-alt.about-justin.hero-number-list {
    padding-bottom: 50px;
}
	.page-banner-alt.about-justin.hero-number-list .hero-action{
		width:50%
	}
	.page-banner-alt.about-justin.hero-number-list .hero-action .cta-btn{
		min-width:100%;
		width:auto
	}
    .hero-area.banner-style2 .subheading {
    font-size: 16px;
    text-align: left !important;
}
	.cta-btn {
    padding: 13px 10px;
		font-size:15px
}
	.what-to-slider-with-image .what-to-dot-slider .slick-list {
    width: auto;
    padding-right: 0;
}
	.what-to-slider-with-image .blue-shape {
    width: 800px;
    left: -188px;
    top: 200px;
}
	.what-to-slider-with-image .bg_image {
    left: -50px;
    width: 200px;
    height: auto;
}
	.what-to-dot-slider .title {
    font-size: 20px;
}
	
	.what-to-dot-slider .text-box {
    padding-top: 20px;
}
	.what-to-slider-with-image{
		padding-bottom:0
	}
	
	.footer-bottom {
    padding-bottom: 40px;
}
	.page-banner-alt.about-justin.relative.v2 .banner-justin-image.style2{
		width:70%
	}
	
    
}




@media only screen and (max-width: 932px) {
    .hero-text .h1 {
        font-size: 65px;
    }

    .hero-text .h2 {
        font-size: 52px;
    }

    .hero_center_bg_tablet {
        bottom: 0;
        right: -60px;
        width: 30%;
    }

    .inner_r {
        width: 65%
    }

    .hero-top .inner {
        width: 100%;
    }

    .banner-justin-image {
        width: 38%;
    }

    .banner-justin-image.style2 {
        width: 42%;
    }
	.banner-justin-image.style2 {
    width: 70%;
}

}

@media only screen and (max-width:845px) {
    .justin-wht.style2 {
        top: auto;
        width: 70%;
        bottom: 0;
    }
}

@media only screen and (max-width:815px) {
    .banner-justin-image {
        position: absolute;
        width: 38%;
        right: -55px;
    }
}

@media only screen and (max-width:778px) {
    .hero_center_bg_tablet {
        width: 47%;
        bottom: -55px;
    }

    .hero-text .h1 {
        font-size: 100px;
    }

    .hero-text .h2 {
        font-size: 52px;
    }

    .inner_r {
        width: 60%;
    }

    .hero-area.banner-style2 .hero_center_bg_tablet {

        bottom: -145px;
    }
}

@media only screen and (max-width: 740px) {
    .hero-text .h1 {
        font-size: 60px;
    }

    .hero_center_bg_tablet {
        bottom: -85px;
        right: -50px;
        width: 38%;
    }

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

@media only screen and (max-width: 667px) {
    .hero_center_bg_tablet {
        width: 39%
    }

    .hero-text .h1 {
        font-size: 56px;
    }
}

@media only screen and (max-width: 658px) {

    .hero-text .h1 {
        font-size: 52px;
    }

    .hero-text .h2 {
        font-size: 46px;
    }

    .hero_center_bg_tablet {
        width: 43%;
        bottom: -75px;
    }
}

@media only screen and (max-width: 640px) {

    .hero-text .h1 {
        font-size: 52px;
    }

    .hero-text .h2 {
        font-size: 46px;
    }

    .hero_center_bg_tablet {
        width: 43%;
        bottom: -65px;
    }
    
}

@media only screen and (max-width: 575px) {
    .hero_center_bg_tablet {
        width: 70%;
        bottom: 0;
        z-index: 1
    }

    .inner_r {
        width: 100%
    }

    .inner_r p {
        width: 50%;
    }



    .hero-top .h1 {
        text-align: start;
        margin-bottom: 10px
    }

    .hero-text-left {
        width: 50%;
        font-size: 12px
    }

    .hero_center_bg_tablet {
        width: 85%;
        bottom: 0
    }

    .counter-box {
        font-size: 12px
    }

    .counter-box .title {
        font-size: 20px
    }

    .video-box .play_btn {
        left: 50%;
        bottom: 50%;
        transform: translate(-50%, 50%)
    }


    .list-circle-box::before {
        width: 10px;
        height: 10px
    }

    .hero-area.banner-style2 .hero_center_bg_tablet {
    bottom: -80px;
        width: 58%
}
.justin-wht.style2 {
    top: auto;
    width: 50%;
    bottom: -100px;
    left: auto;
}

	.banner-justin-image{
		width:60%
	}

	.hero-area.banner-style2 .hero_center_bg_tablet {
    width: 73%;
    right: -130px !important;
}




}

/* iPhone 14 Pro Max */
@media only screen and (max-width: 430px) {
    .hero-area {
        padding-top: 105px;
    }

    .hero-text .h1 {
        font-size: 56px;
    }

    .hero-text .h2 {
        font-size: 42px;
    }

    .inner_r p {
        width: 50%;
        font-size: 13px;
        line-height: 20px;
    }

    .hero_center_bg_tablet {
        width: 87%;
        right: -125px !important;
        bottom: -75px;
        z-index: 1;
    }

    .inner_r {
        width: 100%;
    }

    .hero-area.banner-style2 .hero_center_bg_tablet {
        width: 78%;
    }

    .justin-wht.style2 {
        bottom: -34%;
        right: -90px;
    }

    .justin-wht.style2 {
        bottom: -50px;
        right: -70px;
        top: auto;
        left: auto;
    }
    .banner-justin-image{
        width: 60%
    }

}


/* iphone xr */
@media only screen and (max-width: 414px) {
    .hero-area {
        padding-top: 105px;
    }

    .hero-text .h1 {
        font-size: 50px;
    }

    .hero-text .h2 {
        font-size: 38px;
    }

    .inner_r p {
        width: 50%;
        font-size: 13px;
        line-height: 20px;
    }

    .hero_center_bg_tablet {
        width: 87%;
        right: -125px !important;
        bottom: -75px;
        z-index: 1;
    }

    .page-banner.style2 .image_right {
        width: 63%;
    }

    .page-banner.style2 .hero_bg {
        top: 50%
    }

    .banner-justin-image {
        width: 60%;
    }

    .hero-area.banner-style2 .hero_center_bg_tablet {
        width: 80%;
    }
.hero-area.banner-style2 .hero_center_bg_tablet {
    width: 92%;
    right: -130px!important;
}

}

@media only screen and (max-width: 395px) {
    .hero-text .h1 {
        font-size: 46px;
    }

    .hero-text .h2 {
        font-size: 38px;
    }

    .hero_center_bg_tablet {
        width: 92%;
        right: -130px !important;
        bottom: -55px;
    }

    .page-banner.style3 .h1 {
        font-size: 26px;
    }
}


/* iPhone 12 â€“ 390px */
@media only screen and (max-width: 390px) {
    .hero-text .h1 {
        font-size: 46px;
    }

    .hero-text .h2 {
        font-size: 38px;
    }

    .hero_center_bg_tablet {
        width: 92%;
        right: -130px !important;
        bottom: -55px;
    }

    .page-banner.style2 .image_right {
        width: 70%;
    }

    .banner-justin-image {
        width: 65%;
        right: -85px;
    }
}

/* galaxy s5 */
@media only screen and (max-width: 360px) {
    .hero-text .h1 {
        font-size: 46px;
    }

    .hero-text .h2 {
        font-size: 38px;
    }

    .hero_center_bg_tablet {
        width: 94%;
        right: -130px !important;
        bottom: -28px;
    }

    .page-banner.style2 .image_right {
        width: 80%;
    }

    .page-banner.style3 .image_right {
        width: 76%;
        right: -100px;
    }

    .banner-justin-image {
        width: 80%;
        right: -100px;
    }

.hero-area.banner-style2 .hero_center_bg_tablet {
    width: 90%;
    bottom: 0;
    right: -128px !important;
}

}

/* Galaxy S9+ â€“ 412px */
@media only screen and (max-width: 320px) {
    .hero-text .h1 {
        font-size: 38px;
    }

    .hero-text .h2 {
        font-size: 32px;
    }

    .inner_r p {
        width: 50%;
        font-size: 12px;
        line-height: 17px;
    }

    .hero_center_bg_tablet {
        width: 98%;
        right: -130px !important;
        bottom: -36px;
    }

    .box.style1 {
        height: 450px;
    }

    .page-banner.style3 .image_right {
        width: 100%;
        right: -140px;
    }

    .header-action .cta-btn {
        display: none
    }

    .banner-justin-image {
        width: 80%;
        right: -100px;
    }

    .justin-wht.style2 {
        bottom: 0%;
    }

.hero-area.banner-style2 .hero_center_bg_tablet {
    width: 92%;
    right: -115px !important;
}

}

.c_form.style_2 .hs-form-frame {
    margin: 0 -40px -50px
}

@media(max-width: 992px) {

    .c_form.style_2 .hs-form-frame {
        margin: 0 -40px -20px
    }
}

@media(max-width: 585px) {

.content-text.style7 .cta-btn {
    width: auto;
    min-width: auto;
}
	
.justin-wht.style2 {
	right: 0;
}	
	

}

.it-popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 777777;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
}

.it-popup-trigger.act + .it-popup-wrap {
    opacity: 1;
    visibility: visible;
}

.it-popup-wrap .it-popup-inner {
    background: #fff;
    padding: 45px 30px 30px;
    position: relative;
    width: 98%;
    max-width: 500px;
}

.it-popup-wrap .it-popup-inner * {
    color: #000;
}

.it-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    padding: 10px;
	cursor: pointer;
}

@media(min-width: 768px) {

.it-popup-wrap {
    display: none !important;
}
    
}

@media(max-width: 585px) {

	.content-text.style7 {
		padding-bottom: 50px;
	}

    .justin-wht.style2 {
        right: 0;
        max-width: 185px;
    }	
	.justin-wht.style2 {
    right: -50px;
    max-width: 241px;
    width: 300px;
}
}

.content-text li a,
.content-text p a:not([class*="cta"]) {
    color: #d60206;
    text-decoration: underline;
}

body .box.style3 .innertext {
    height: auto;
}
.fit-image .row{
	align-items:center
}
.fit-image .h3{
	font-size:35px
}
/* .fit-image .content-img.style2 {
    height: 100%;
}
.fit-image .content-img.style2 img{
	width:100%;
	height:100%;
	object-fit:cover
} */
@media(max-width:575px){
	.fit-image .content-img.style2{
		height:auto
	}
	.content-text.style7 .content_list{
		width:75%
	}
	.what-to-dot-slider .text-box {
     max-height: 300px;
    overflow-y: auto;
    padding-right: 10px;
}
/* 	.what-to-slider-with-image{
		padding-bottom:50px
	}
	.section-action.t_top{
		transform:translatey(0);
		margin-top:20px
	} */
}
.page-id-1620 .content-text li a, .page-id-1460 .content-text li a,  .page-id-1460 .content-text p a{
	color:rgba(0, 0, 0, 0.7);
	text-decoration:none
}
.page-id-1620 .content-text li a:hover, .page-id-1460 .content-text li a:hover, .page-id-1460 .content-text p a:hover{
	text-decoration:underline
}

.page-id-1620 .bg_dark  .content-text li a, .page-id-1460 .bg_dark  .content-text li a,  .page-id-1460 .bg_dark  .content-text p a, .page-id-1620 .bg_dark .content-text p a{
	color:rgba(255, 255, 255, 0.7);
	text-decoration:none
}
.page-id-1620 .bg_dark  .content-text li a:hover, .page-id-1460 .bg_dark  .content-text li a:hover, .page-id-1460 .bg_dark  .content-text p a:hover, .page-id-1620 .bg_dark .content-text p a:hover{
	text-decoration:underline
}


@media only screen and (min-width: 385px) and (max-width: 575px) {
    .hero-area.banner-style2 .hero_center_bg_tablet {
        right: -130px !important;
        bottom: -55px;
        max-width: 335px;
    }

    .hero-area.banner-style2 .hero-text-left {
        width: calc(60% - 15px);
    }
}	


@media (max-width: 575px) {
    .icon-teaser.style2 .icon img {
        max-height: 50px;
    }
}

.icon-teaser-area.style3 .icon-teaser {
    align-items: flex-start;
}

.what-to-dot-slider .slick-arrow {
    position: absolute;
    bottom: -20px;
    top: auto;
    left: 0px;
    font-size: 0px;
}

.what-to-dot-slider .slick-arrow.slick-prev:after {
    content: "";
    width: 9px;
    height: 9px;
    border: 2px solid #000;
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 3px);
    z-index: 22;
    border-width: 0 0 2px 2px;
    transform: rotate(45deg);
    transition: 0.3s all;
}

.what-to-dot-slider .slick-arrow.slick-next:after {
    content: "";
    width: 9px;
    height: 9px;
    border: 2px solid #000;
    position: absolute;
    top: calc(50% - 4px);
    left: calc(50% - 6px);
    z-index: 22;
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg);
    transition: 0.3s all;
}

.what-to-dot-slider .slick-arrow.slick-next {
    right: auto;
    left: 50px;
}

.what-to-dot-slider .slick-arrow:hover:after {
    border-color: #fff;
}

@media(max-width: 575px) {

.what-to-dot-slider .slick-arrow {
    transform: scale(0.8)
}    

.what-to-dot-slider .slick-arrow.slick-next {
    bottom: -15px;
    left: auto;
    right: 0;
}

.what-to-dot-slider .slick-arrow.slick-prev {
    bottom: -15px;
    left: 0
}

.what-to-slider-with-image .bg_image {
    width: 190px;
    height: auto;
}
    
}
